@charset "UTF-8";
/*!
Theme Name: DG Database
Author: Victor Osorhan
Description: A universal theme for the DG Databases
Version: 1.2.5
Text Domain: mco

DG Database is based on MCO theme which is based on Underscores https://underscores.me/
*/
/*--------------------------------------------------------------*/
/* Background */
/* Font */
.bg-white {
  border-color: white;
}

.bg-lightestGrey {
  background-color: #f8f4f3;
}

.content-wrapper {
  max-width: 95%;
}

@media screen and (min-width: 800px) {
  .content-wrapper {
    max-width: 95vw;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1200px) {
  .content-wrapper {
    max-width: 1080px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1500px) {
  .content-wrapper {
    max-width: 1380px;
    margin: 0 auto;
  }
}
footer.site-footer {
  padding-top: 3em;
  margin-top: 1em;
}
@media screen and (max-width: 800px) {
  footer.site-footer {
    padding: 25px 0 25px;
  }
}
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  clear: both;
}

p {
  margin-bottom: 1.5em;
}

dfn, cite, em, i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark, ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

@font-face {
  font-family: "Akkurat";
  src: url("typography/Akkurat-Bold.eot");
  src: url("typography/Akkurat-Bold.eot?#iefix") format("embedded-opentype"), url("typography/Akkurat-Bold.woff2") format("woff2"), url("typography/Akkurat-Bold.woff") format("woff"), url("typography/Akkurat-Bold.ttf") format("truetype"), url("typography/Akkurat-Bold.svg#Akkurat-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Akkurat";
  src: url("typography/Akkurat-BoldItalic.eot");
  src: url("typography/Akkurat-BoldItalic.eot?#iefix") format("embedded-opentype"), url("typography/Akkurat-BoldItalic.woff2") format("woff2"), url("typography/Akkurat-BoldItalic.woff") format("woff"), url("typography/Akkurat-BoldItalic.ttf") format("truetype"), url("typography/Akkurat-BoldItalic.svg#Akkurat-BoldItalic") format("svg");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Akkurat";
  src: url("typography/Akkurat-LightItalic.eot");
  src: url("typography/Akkurat-LightItalic.eot?#iefix") format("embedded-opentype"), url("typography/Akkurat-LightItalic.woff2") format("woff2"), url("typography/Akkurat-LightItalic.woff") format("woff"), url("typography/Akkurat-LightItalic.ttf") format("truetype"), url("typography/Akkurat-LightItalic.svg#Akkurat-LightItalic") format("svg");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Akkurat";
  src: url("typography/Akkurat-Light.eot");
  src: url("typography/Akkurat-Light.eot?#iefix") format("embedded-opentype"), url("typography/Akkurat-Light.woff2") format("woff2"), url("typography/Akkurat-Light.woff") format("woff"), url("typography/Akkurat-Light.ttf") format("truetype"), url("typography/Akkurat-Light.svg#Akkurat-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Akkurat-Light";
  src: url("typography/Akkurat-Light.eot");
  src: url("typography/Akkurat-Light.eot?#iefix") format("embedded-opentype"), url("typography/Akkurat-Light.woff2") format("woff2"), url("typography/Akkurat-Light.woff") format("woff"), url("typography/Akkurat-Light.ttf") format("truetype"), url("typography/Akkurat-Light.svg#Akkurat-Light") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Akkurat";
  src: url("typography/Akkurat-Italic.eot");
  src: url("typography/Akkurat-Italic.eot?#iefix") format("embedded-opentype"), url("typography/Akkurat-Italic.woff2") format("woff2"), url("typography/Akkurat-Italic.woff") format("woff"), url("typography/Akkurat-Italic.ttf") format("truetype"), url("typography/Akkurat-Italic.svg#Akkurat-Italic") format("svg");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Akkurat";
  src: url("typography/Akkurat.eot");
  src: url("typography/Akkurat.eot?#iefix") format("embedded-opentype"), url("typography/Akkurat.woff2") format("woff2"), url("typography/Akkurat.woff") format("woff"), url("typography/Akkurat.ttf") format("truetype"), url("typography/Akkurat.svg#Akkurat") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body,
button,
input,
select,
optgroup,
textarea {
  color: #0a0a0a;
  font-family: "Akkurat", sans-serif;
  line-height: 1.5;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  scroll-padding-top: 6rem;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

hr {
  background-color: #8692a4;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul, ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

.custom-list {
  list-style-type: none;
  padding-left: 0;
}

.custom-list-label {
  font-weight: bold;
  margin-right: 0.5em;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

table.has-fixed-layout {
  margin-bottom: 0;
}

.button,
.button:visited {
  color: #fbeeeb;
  padding: 0.7em 1em;
  font-size: 1.1em;
  text-align: center;
  font-weight: 300;
  text-decoration: none;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  cursor: pointer;
}
.button.button-search,
.button:visited.button-search {
  background: #ff4b46;
  width: 100%;
  display: block;
  font-weight: 500;
  white-space: nowrap;
}
.button.button-search:hover,
.button:visited.button-search:hover {
  background: #e43d32;
  color: #fbeeeb;
}
.button.button-projects,
.button:visited.button-projects {
  display: inline-block;
  background: #ff4b46;
  color: white;
  display: inline;
}
.button.button-projects:hover,
.button:visited.button-projects:hover {
  background: #e43d32;
  color: #fbeeeb;
}
@media screen and (max-width: 991px) {
  .button.button-projects,
  .button:visited.button-projects {
    margin-left: 10px;
    font-size: 0.8em;
  }
}
@media screen and (max-width: 800px) {
  .button.button-projects,
  .button:visited.button-projects {
    margin-left: 20px;
  }
}

.align-right {
  text-align: right;
}

/*
 * Arrow
 */
.MuiSvgIcon-root {
  fill: currentColor;
  width: 1em;
  height: 1em;
  display: inline-block;
  font-size: 1.5rem;
  -webkit-transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media screen and (max-width: 991px) {
  .MuiSvgIcon-root {
    display: none;
  }
}

/* 
**
**  Slider Styles
**
*/
.lSSlideOuter {
  overflow: hidden;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.lightSlider:before,
.lightSlider:after {
  content: " ";
  display: table;
}

.lightSlider {
  overflow: hidden;
  margin: 0;
}

.lSSlideWrapper {
  max-width: 100%;
  overflow: hidden;
  position: relative;
}

.lSSlideWrapper > .lightSlider:after {
  clear: both;
}

.lSSlideWrapper .lSSlide {
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: all 1s;
  -webkit-transition-property: -webkit-transform, height;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important;
}

.lSSlideWrapper .lSFade {
  position: relative;
}

.lSSlideWrapper .lSFade > * {
  position: absolute !important;
  top: 0;
  left: 0;
  z-index: 9;
  margin-right: 0;
  width: 100%;
}

.lSSlideWrapper.usingCss .lSFade > * {
  opacity: 0;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important;
}

.lSSlideWrapper .lSFade > *.active {
  z-index: 10;
}

.lSSlideWrapper.usingCss .lSFade > *.active {
  opacity: 1;
}

/** /!!! End of core css Should not edit !!!/**/
/* Pager */
.lSSlideOuter .lSPager.lSpg {
  margin: 10px 0 0;
  padding: 0;
  text-align: center;
}

.lSSlideOuter .lSPager.lSpg > li {
  cursor: pointer;
  display: inline-block;
  padding: 0 5px;
}

.lSSlideOuter .lSPager.lSpg > li a {
  background-color: #222222;
  border-radius: 30px;
  display: inline-block;
  height: 8px;
  overflow: hidden;
  text-indent: -999em;
  width: 8px;
  position: relative;
  z-index: 99;
  -webkit-transition: all 0.5s linear 0s;
  transition: all 0.5s linear 0s;
}

.lSSlideOuter .lSPager.lSpg > li:hover a,
.lSSlideOuter .lSPager.lSpg > li.active a {
  background-color: #428bca;
}

.lSSlideOuter .media {
  opacity: 0.8;
}

.lSSlideOuter .media.active {
  opacity: 1;
}

/* End of pager */
/** Gallery */
.lSSlideOuter .lSPager.lSGallery {
  list-style: none outside none;
  padding-left: 0;
  margin: 0;
  overflow: hidden;
  transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.lSSlideOuter .lSPager.lSGallery li {
  overflow: hidden;
  -webkit-transition: border-radius 0.12s linear 0s 0.35s linear 0s;
  transition: border-radius 0.12s linear 0s 0.35s linear 0s;
}

.lSSlideOuter .lSPager.lSGallery li.active,
.lSSlideOuter .lSPager.lSGallery li:hover {
  border-radius: 5px;
}

.lSSlideOuter .lSPager.lSGallery img {
  display: block;
  height: auto;
  max-width: 100%;
}

.lSSlideOuter .lSPager.lSGallery:before,
.lSSlideOuter .lSPager.lSGallery:after {
  content: " ";
  display: table;
}

.lSSlideOuter .lSPager.lSGallery:after {
  clear: both;
}

/* End of Gallery*/
/* slider actions */
.lSAction > a {
  width: 32px;
  display: block;
  top: 50%;
  height: 32px;
  background-image: url("../images/controls.png");
  cursor: pointer;
  position: absolute;
  z-index: 99;
  margin-top: -16px;
  opacity: 0.5;
  -webkit-transition: opacity 0.35s linear 0s;
  transition: opacity 0.35s linear 0s;
}

.lSAction > a:hover {
  opacity: 1;
}

.lSAction > .lSPrev {
  background-position: 0 0;
  left: 10px;
}

.lSAction > .lSNext {
  background-position: -32px 0;
  right: 10px;
}

.lSAction > a.disabled {
  pointer-events: none;
}

.cS-hidden {
  height: 1px;
  opacity: 0;
  filter: alpha(opacity=0);
  overflow: hidden;
}

/* vertical */
.lSSlideOuter.vertical {
  position: relative;
}

.lSSlideOuter.vertical.noPager {
  padding-right: 0px !important;
}

.lSSlideOuter.vertical .lSGallery {
  position: absolute !important;
  right: 0;
  top: 0;
}

.lSSlideOuter.vertical .lightSlider > * {
  width: 100% !important;
  max-width: none !important;
}

/* vertical controlls */
.lSSlideOuter.vertical .lSAction > a {
  left: 50%;
  margin-left: -14px;
  margin-top: 0;
}

.lSSlideOuter.vertical .lSAction > .lSNext {
  background-position: 31px -31px;
  bottom: 10px;
  top: auto;
}

.lSSlideOuter.vertical .lSAction > .lSPrev {
  background-position: 0 -31px;
  bottom: auto;
  top: 10px;
}

/* vertical */
/* Rtl */
.lSSlideOuter.lSrtl {
  direction: rtl;
}

.lSSlideOuter .lightSlider,
.lSSlideOuter .lSPager {
  padding-left: 0;
  list-style: none outside none;
}

.lSSlideOuter.lSrtl .lightSlider,
.lSSlideOuter.lSrtl .lSPager {
  padding-right: 0;
}

.lSSlideOuter .lightSlider > *,
.lSSlideOuter .lSGallery li {
  float: left;
}

.lSSlideOuter.lSrtl .lightSlider > *,
.lSSlideOuter.lSrtl .lSGallery li {
  float: right !important;
}

/* Rtl */
@-webkit-keyframes rightEnd {
  0% {
    left: 0;
  }
  50% {
    left: -15px;
  }
  100% {
    left: 0;
  }
}
@keyframes rightEnd {
  0% {
    left: 0;
  }
  50% {
    left: -15px;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes topEnd {
  0% {
    top: 0;
  }
  50% {
    top: -15px;
  }
  100% {
    top: 0;
  }
}
@keyframes topEnd {
  0% {
    top: 0;
  }
  50% {
    top: -15px;
  }
  100% {
    top: 0;
  }
}
@-webkit-keyframes leftEnd {
  0% {
    left: 0;
  }
  50% {
    left: 15px;
  }
  100% {
    left: 0;
  }
}
@keyframes leftEnd {
  0% {
    left: 0;
  }
  50% {
    left: 15px;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes bottomEnd {
  0% {
    bottom: 0;
  }
  50% {
    bottom: -15px;
  }
  100% {
    bottom: 0;
  }
}
@keyframes bottomEnd {
  0% {
    bottom: 0;
  }
  50% {
    bottom: -15px;
  }
  100% {
    bottom: 0;
  }
}
.lSSlideOuter .rightEnd {
  -webkit-animation: rightEnd 0.3s;
  animation: rightEnd 0.3s;
  position: relative;
}

.lSSlideOuter .leftEnd {
  -webkit-animation: leftEnd 0.3s;
  animation: leftEnd 0.3s;
  position: relative;
}

.lSSlideOuter.vertical .rightEnd {
  -webkit-animation: topEnd 0.3s;
  animation: topEnd 0.3s;
  position: relative;
}

.lSSlideOuter.vertical .leftEnd {
  -webkit-animation: bottomEnd 0.3s;
  animation: bottomEnd 0.3s;
  position: relative;
}

.lSSlideOuter.lSrtl .rightEnd {
  -webkit-animation: leftEnd 0.3s;
  animation: leftEnd 0.3s;
  position: relative;
}

.lSSlideOuter.lSrtl .leftEnd {
  -webkit-animation: rightEnd 0.3s;
  animation: rightEnd 0.3s;
  position: relative;
}

/*/  GRab cursor */
.lightSlider.lsGrab > * {
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.lightSlider.lsGrabbing > * {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

/*
**
**  Pagination
**
*/
.paging-navigation ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: right;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}
.paging-navigation ul li {
  display: inline;
}
.paging-navigation ul li a.page-numbers,
.paging-navigation ul li span.page-numbers {
  padding: 0.3em 0.7em;
  color: #202020;
  text-decoration: none;
}
.paging-navigation ul li a:hover.page-numbers {
  color: #ff4b46;
}
.paging-navigation ul li span.page-numbers.current {
  font-weight: bold;
  background-color: #ff4b46;
  color: #fbeeeb;
}

/*
**
**  Map
**
*/
.acf-map {
  width: 100%;
  height: 70vh;
  border: none;
  margin: 0;
}
.acf-map img {
  max-width: inherit !important;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  background: #ff4b46;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #ccc #bbb #aaa;
}
button:active, button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #666;
  border: 1px solid #ccc;
  padding: 3px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #111;
}
a:visited {
  color: #111;
}
a:hover, a:focus, a:active {
  color: #ff4b46;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
header#masthead {
  width: 100%;
}
header#masthead .content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fbeeeb;
  max-height: 62px;
}
header#masthead .content-wrapper a {
  color: #fbeeeb;
}
header#masthead .content-wrapper .site-title {
  font-weight: normal;
  letter-spacing: 1px;
  font-size: 1.3em;
  line-height: 1.1;
  margin: 0.33em 0;
}
header#masthead .content-wrapper .site-title a {
  text-decoration: none;
}
header#masthead .content-wrapper .site-description {
  display: none;
}
header#masthead .site-branding {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
}
header#masthead .main-navigation {
  -webkit-box-flex: 9;
      -ms-flex: 9;
          flex: 9;
}

#page-banner {
  height: 100px;
}

.blogomob {
  display: none;
}
@media screen and (max-width: 800px) {
  .blogomob {
    display: block;
    position: absolute;
    z-index: 9999;
    top: 33px;
  }
}

.blogomob img {
  display: block;
  height: 13px;
}

#mobile-bdt-title {
  display: none;
}
@media screen and (max-width: 1200px) {
  #mobile-bdt-title {
    font-size: 1.4rem;
    display: block;
    position: absolute;
    width: 100%;
    text-align: center;
    top: 15%;
    text-transform: uppercase;
  }
}

#nav-bar {
  position: fixed;
  background-color: rgb(255, 255, 255);
  padding: 15px 60px 10px 100px;
  width: 100%;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.14);
          box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.14);
  z-index: 999;
}
#nav-bar a {
  color: #ff4b46;
}
#nav-bar #nav-bar-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
#nav-bar #nav-bar-container #nav-bar-logo {
  padding-right: 50px;
}
#nav-bar #nav-bar-container #navbar-top-title {
  padding-right: 50px;
  color: #ff4b46;
  text-transform: uppercase;
  font-size: 1.2em;
  display: block;
  position: relative;
  margin-bottom: 0;
  line-height: 51px;
  white-space: nowrap;
}
#nav-bar #nav-bar-container #navbar-top-title a,
#nav-bar #nav-bar-container #navbar-top-title a:visited,
#nav-bar #nav-bar-container #navbar-top-title a:hover {
  color: inherit;
  text-decoration: none;
}
@media screen and (max-width: 1500px) {
  #nav-bar #nav-bar-container #navbar-top-title {
    font-size: 1rem;
    padding-right: 20px;
  }
}
@media screen and (max-width: 1200px) {
  #nav-bar #nav-bar-container #navbar-top-title {
    display: none;
  }
}
#nav-bar #search-bar-container {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  max-width: 800px;
  width: 100%;
}
@media screen and (max-width: 800px) {
  #nav-bar #search-bar-container {
    display: none;
  }
}
#nav-bar #search-bar-container .search-bar {
  width: 100%;
  text-align: center;
}
#nav-bar #search-bar-container .search-bar .search-form {
  margin: 0 12px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #FFFFFF;
}
#nav-bar #search-bar-container .search-bar .search-form .search-field {
  background-color: #f8f4f3;
  border: none;
  line-height: 1;
  padding-left: 10px;
  font-size: 1.3rem;
  overflow: clip;
  font-weight: 300;
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
  min-height: 25px;
  border: none;
}
@media screen and (min-width: 800px) {
  #nav-bar #search-bar-container .search-bar .search-form .search-field {
    width: auto;
    min-width: 0;
  }
}
#nav-bar #search-bar-container .search-bar .search-form .search-field:focus {
  outline: none;
  color: #282a2e;
}
#nav-bar #search-bar-container .search-bar .search-form .search-field::-webkit-input-placeholder {
  color: #0a0a0a;
  font-weight: 100;
}
#nav-bar #search-bar-container .search-bar .search-form .search-field::-moz-placeholder {
  color: #0a0a0a;
  font-weight: 100;
}
#nav-bar #search-bar-container .search-bar .search-form .search-field:-ms-input-placeholder {
  color: #0a0a0a;
  font-weight: 100;
}
#nav-bar #search-bar-container .search-bar .search-form .search-field::-ms-input-placeholder {
  color: #0a0a0a;
  font-weight: 100;
}
#nav-bar #search-bar-container .search-bar .search-form .search-field::placeholder {
  color: #0a0a0a;
  font-weight: 100;
}
#nav-bar #search-bar-container .search-bar .search-form .search-submit {
  background-color: #f8f4f3;
  border: none;
  padding: 5px 15px;
  color: #ff4b46;
}
#nav-bar #nav-user-container {
  position: relative;
  min-width: 200px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
@media screen and (max-width: 1200px) {
  #nav-bar #nav-user-container {
    text-align: right;
  }
}
@media screen and (max-width: 800px) {
  #nav-bar #nav-user-container {
    min-width: 70px;
  }
}
#nav-bar #nav-user-container .nav-button {
  padding: 0;
  border: none;
  margin: 0 1px;
  background-color: transparent;
  line-height: 1;
}
#nav-bar #nav-user-container #nav-user {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  height: 100%;
}
#nav-bar #nav-user-container #nav-user #user-icon-container {
  display: inline;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#nav-bar #nav-user-container #nav-user #user-icon-container #status-icon {
  display: inline;
  width: 20px;
  height: 20px;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}
#nav-bar #nav-user-container #nav-user #user-icon-container #user-icon {
  display: none;
}
#nav-bar #nav-user-container #nav-user #user-icon-container #user-text {
  display: inline;
  font-weight: 400;
  font-size: 0.9em;
  max-width: 230px;
}
#nav-bar #nav-user-container #nav-user #user-icon-container #user-text.user-logged-in::after {
  content: " ▼";
  font-size: 0.8rem;
}
@media screen and (max-width: 1200px) {
  #nav-bar #nav-user-container #nav-user #user-icon-container #user-text {
    max-width: 100px;
  }
}
@media screen and (max-width: 800px) {
  #nav-bar #nav-user-container #nav-user #user-icon-container #user-text {
    display: none;
  }
  #nav-bar #nav-user-container #nav-user #user-icon-container #user-icon {
    display: inline;
  }
}
#nav-bar #nav-user-container #nav-user #access-text {
  padding-left: 20px;
  margin-top: 5px;
  display: block;
  clear: both;
  font-weight: 300;
  font-size: 0.9em;
}
#nav-bar #nav-user-container #nav-user #access-text::after {
  content: " ▼";
  font-size: 0.8rem;
}
@media screen and (max-width: 800px) {
  #nav-bar #nav-user-container #nav-user #access-text {
    display: none;
  }
}
#nav-bar #nav-user-container #user-submenu {
  position: absolute;
  background-color: #fff;
  right: 50%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  top: 60px;
  white-space: nowrap;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  display: none;
  padding: 3px 10px 0 10px;
}
#nav-bar #nav-user-container #user-submenu #tzusht {
  width: 10px;
  height: 10px;
  position: absolute;
  background-color: #fff;
  top: -6px;
  right: 50%;
  -webkit-transform: translateX(50%) rotate(45deg);
          transform: translateX(50%) rotate(45deg);
}
#nav-bar #nav-user-container #user-submenu #user-name {
  display: none;
}
@media screen and (max-width: 800px) {
  #nav-bar #nav-user-container #user-submenu #user-name {
    display: inline;
  }
}
#nav-bar #nav-user-container #user-submenu a {
  text-transform: uppercase;
  margin: 0;
  line-height: 2;
  color: #ff4b46;
  font-size: 0.9em;
}
#nav-bar #nav-user-container #user-submenu a:hover {
  text-decoration: underline;
}
#nav-bar #m-menu {
  display: none;
  /* Style for the hamburger menu button */
}
#nav-bar #m-menu .hamburger-menu {
  background: none;
  border: none;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
#nav-bar #m-menu .hamburger-icon {
  width: 100%;
  height: 3px;
  background-color: #333;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#nav-bar #m-menu .mobile-menu-container {
  display: none; /* Hide the menu by default */
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #fff;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
#nav-bar #m-menu .mobile-menu-container.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; /* Show the menu when active */
}
#nav-bar #d-menu {
  min-width: 150px;
}
@media screen and (max-width: 1200px) {
  #nav-bar {
    padding-left: 40px;
    padding-right: 40px;
  }
  #nav-bar #m-menu {
    display: block;
  }
  #nav-bar #d-menu {
    min-width: 100px;
  }
}
@media screen and (max-width: 800px) {
  #nav-bar {
    padding-left: 10px;
    padding-right: 10px;
  }
}
#nav-bar .main-navigation li {
  margin: 0;
  text-transform: uppercase;
}
#nav-bar .main-navigation li a {
  padding: 0 10px;
}
#nav-bar .main-navigation a {
  padding: 0;
  color: #0a0a0a;
}
#nav-bar .menu-container {
  float: right;
  padding-right: 50px;
  color: #ff4b46;
}
@media screen and (max-width: 1200px) {
  #nav-bar .menu-container {
    padding-right: 0;
  }
}

.main-navigation {
  clear: both;
  display: block;
  width: 100%;
  height: 51px;
  line-height: 51px;
}
@media screen and (min-width: 37.5em) {
  .main-navigation {
    visibility: visible;
  }
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul a:after {
  content: " ▼";
  font-size: 0.8em;
  vertical-align: 1px;
  padding-left: 5px;
}
.main-navigation ul a:only-child:after {
  content: "";
  padding: 0;
}
.main-navigation ul ul {
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  background-color: rgb(245, 245, 245);
  float: left;
  position: absolute;
  text-transform: uppercase;
  top: 100%;
  left: -999em;
  z-index: 99999;
  margin: 0;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li {
  text-transform: none;
  line-height: 3;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  left: 100%;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
  background-color: #ff4b46;
  color: white;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  float: left;
  position: relative;
}
@media screen and (min-width: 37.5em) {
  .main-navigation li {
    margin: 1em;
  }
}
.main-navigation a {
  display: block;
  text-decoration: none;
}
@media screen and (min-width: 37.5em) {
  .main-navigation a {
    padding: 0.33em 0;
  }
}
.sub-menu li a {
  text-transform: none;
}

.sub-menu li:nth-child(3) a {
  text-transform: none;
  line-height: 1.4;
  white-space: normal;
}

.sub-menu a:hover {
  color: white !important;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

.menu-toggle {
  display: none;
}

.main-navigation ul {
  display: block;
}

.menu-main-nav-container {
  margin-left: 3em;
}

header#masthead .content-wrapper a {
  color: #fbeeeb;
}

/*header#masthead .content-wrapper .current_page_item a {
       border-bottom: 2px solid #FFFFFF;
       font-weight: bold;
   }*/
/* header#masthead .content-wrapper li:hover a {
       border-bottom: 2px solid #FFFFFF;
   }*/
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.updated:not(.published) {
  display: none;
}

.site-content {
  min-height: calc(100vh - 450px);
}

.entry-content,
.entry-summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.content-area {
  padding: 0 6rem;
}
.content-area .entry-content a {
  color: black !important;
}
.content-area .entry-content a:hover {
  color: #ff4b46 !important;
}
@media screen and (max-width: 1500px) {
  .content-area {
    padding: 0 3rem;
  }
}
@media screen and (max-width: 1200px) {
  .content-area {
    padding: 0 2rem;
  }
}
@media screen and (max-width: 800px) {
  .content-area {
    padding: 0 1rem;
  }
}

.info-page {
  max-width: 750px;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.custom-logo {
  max-width: 150px;
  padding-right: 1em;
  margin-right: 1em;
}

.anchor {
  position: absolute;
  top: -100px;
  visibility: hidden;
}

/*
**
**  Search Results
**
*/
.search_filter_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 800px) {
  .search_filter_wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .search_filter_wrapper .search_filter_form {
    display: none;
  }
}
.search_filter_wrapper .search_filter_title {
  font-weight: normal;
  color: #ff4b46;
  background: white;
  padding: 0.5em;
  text-align: center;
  text-decoration: none;
  border: 1px solid #ff4b46;
  display: block;
}
@media screen and (min-width: 800px) {
  .search_filter_wrapper .search_filter_title {
    color: red;
    display: none;
  }
}
.search_filter_wrapper .search_filter_title:after {
  /* Default state - filters collapsed */
  content: "▼"; /* Unicode for down triangle */
  font-size: 0.8rem;
  margin-left: 0.6em;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.search_filter_wrapper .search_filter_title.arrow-down:after {
  /* When filters are shown */
  content: "▲"; /* Unicode for up triangle */
  font-size: 0.8rem;
}
.search_filter_wrapper .search_filter_form {
  -webkit-box-flex: 4;
      -ms-flex: 4;
          flex: 4;
  padding: 0;
  display: none;
}
.search_filter_wrapper .search_filter_form .sf-field-search {
  display: block;
}
@media screen and (min-width: 800px) {
  .search_filter_wrapper .search_filter_form .sf-field-search {
    display: none;
  }
}
.search_filter_wrapper .search_filter_form .empty {
  color: #e0e0e0;
}
.search_filter_wrapper .search_filter_form .empty h4 {
  color: #e0e0e0;
}
.search_filter_wrapper .search_filter_form .empty .chosen-search-input {
  display: none;
}
.search_filter_wrapper .search_filter_form .searchandfilter li[data-sf-field-input-type=multiselect] label {
  position: relative;
  min-height: 2.5rem;
}
.search_filter_wrapper .search_filter_form .searchandfilter li[data-sf-field-input-type=multiselect] label select[multiple].sf-input-select {
  opacity: 0 !important;
  position: absolute !important;
  pointer-events: none !important;
}
.search_filter_wrapper .search_filter_form .searchandfilter li[data-sf-field-input-type=multiselect] label::before {
  content: "";
  display: block;
  width: 100%;
  height: 2.5rem;
  background: -webkit-gradient(linear, left top, right top, from(#f8f4f3), color-stop(50%, #fbf9f9), to(#f8f4f3));
  background: linear-gradient(90deg, #f8f4f3 0%, #fbf9f9 50%, #f8f4f3 100%);
  background-size: 200% 100%;
  -webkit-animation: skeleton-pulse 1.5s ease-in-out infinite;
          animation: skeleton-pulse 1.5s ease-in-out infinite;
  margin-bottom: 1.1rem;
  border-radius: 2px;
}
.search_filter_wrapper .search_filter_form .searchandfilter li[data-sf-field-input-type=multiselect] label:has(.chosen-container)::before {
  display: none;
}
@-webkit-keyframes skeleton-pulse {
  0% {
    background-position: 200% 0;
    opacity: 0.6;
  }
  50% {
    opacity: 0.8;
  }
  100% {
    background-position: -200% 0;
    opacity: 0.6;
  }
}
@keyframes skeleton-pulse {
  0% {
    background-position: 200% 0;
    opacity: 0.6;
  }
  50% {
    opacity: 0.8;
  }
  100% {
    background-position: -200% 0;
    opacity: 0.6;
  }
}
@media screen and (min-width: 800px) {
  .search_filter_wrapper .search_filter_form {
    display: block;
  }
}
.search_filter_wrapper .search_filter_form .searchandfilter > ul {
  margin: 0;
  padding: 0;
}
.search_filter_wrapper .search_filter_form .searchandfilter > ul h4 {
  font-weight: 400;
}
.search_filter_wrapper .search_filter_form .searchandfilter > ul .sf-field-taxonomy-entry-type {
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 1.1rem;
}
.search_filter_wrapper .search_filter_form .searchandfilter > ul > li .sf-field-reset {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.search_filter_wrapper .search_filter_form .searchandfilter > ul > li .search-filter-reset {
  color: #ff4b46;
  background: white;
  border: 1px solid #ff4b46;
  padding: 0.5rem 1rem;
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 200;
}
.search_filter_wrapper .search_filter_form .searchandfilter > ul > li .search-filter-reset::after {
  content: "✕";
  font-size: 1.1em;
  margin-left: 0.6em;
}
.search_filter_wrapper .search_filter_form .searchandfilter > ul > li .search-filter-reset:hover {
  background-color: #ff4b46;
  color: white;
}
.search_filter_wrapper .search_filter_form .searchandfilter > ul > li .sf-input-select {
  width: 100%;
  padding: 0.3;
  font-weight: 300;
  font-size: 0.9rem;
}
.search_filter_wrapper .search_filter_form .searchandfilter > ul > li .chosen-container-active .chosen-choices::after {
  display: none;
}
.search_filter_wrapper .search_filter_form .searchandfilter > ul > li .chosen-container,
.search_filter_wrapper .search_filter_form .searchandfilter > ul > li .chosen-container-multi {
  width: 100% !important;
  font-weight: 500;
  margin-bottom: 1.1rem;
  font-family: "Akkurat-Light", sans-serif;
  color: #0a0a0a !important;
}
.search_filter_wrapper .search_filter_form .searchandfilter > ul > li .chosen-container .highlighted,
.search_filter_wrapper .search_filter_form .searchandfilter > ul > li .chosen-container-multi .highlighted {
  background-color: #e0e0e0 !important;
  background-image: none !important;
  color: #0a0a0a !important;
  font-weight: 600;
  font-family: "Akkurat-Light", sans-serif;
}
.search_filter_wrapper .search_filter_form .searchandfilter > ul > li .chosen-container .chosen-choices,
.search_filter_wrapper .search_filter_form .searchandfilter > ul > li .chosen-container-multi .chosen-choices {
  -webkit-box-shadow: none;
          box-shadow: none;
  min-height: 2.5rem;
  background-image: none;
  padding: 0.2rem;
  border: none;
  background-color: #f8f4f3;
  position: relative;
}
.search_filter_wrapper .search_filter_form .searchandfilter > ul > li .chosen-container .chosen-choices::after,
.search_filter_wrapper .search_filter_form .searchandfilter > ul > li .chosen-container-multi .chosen-choices::after {
  content: "⌄";
  color: #b0b0b0;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-70%);
          transform: translateY(-70%);
  pointer-events: none;
  font-size: 1.2rem;
  font-weight: 100;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 100;
}
.search_filter_wrapper .search_filter_form .searchandfilter > ul > li .chosen-container .chosen-choices .chosen-search-input,
.search_filter_wrapper .search_filter_form .searchandfilter > ul > li .chosen-container-multi .chosen-choices .chosen-search-input {
  width: 100%;
  padding: 0.5rem 0.5rem 0.3rem 0.5rem;
  font-weight: 300;
  font-size: 0.9rem;
  color: #0a0a0a !important;
}
.search_filter_wrapper .search_filter_form .searchandfilter > ul > li .chosen-container .chosen-choices .search-choice,
.search_filter_wrapper .search_filter_form .searchandfilter > ul > li .chosen-container-multi .chosen-choices .search-choice {
  background: white;
  margin: 0.4rem 0.2rem;
  border-radius: 0 !important;
}
.search_filter_wrapper .search_filter_form .searchandfilter > ul > li .chosen-container .chosen-drop,
.search_filter_wrapper .search_filter_form .searchandfilter > ul > li .chosen-container-multi .chosen-drop {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.search_filter_wrapper .search_filter_form .searchandfilter > ul > li .chosen-container .chosen-drop .chosen-results,
.search_filter_wrapper .search_filter_form .searchandfilter > ul > li .chosen-container-multi .chosen-drop .chosen-results {
  background-color: #f8f4f3;
}
.search_filter_wrapper .search_filter_form .searchandfilter > ul > li .chosen-container .chosen-drop .chosen-results .active-result,
.search_filter_wrapper .search_filter_form .searchandfilter > ul > li .chosen-container-multi .chosen-drop .chosen-results .active-result {
  padding: 1rem;
}
.search_filter_wrapper .search_filter_form .searchandfilter > ul > li .chosen-container .chosen-drop .chosen-results .active-result:hover,
.search_filter_wrapper .search_filter_form .searchandfilter > ul > li .chosen-container-multi .chosen-drop .chosen-results .active-result:hover {
  background-color: #e0e0e0;
}
.search_filter_wrapper .search_filter_form .searchandfilter > ul > li .chosen-container .chosen-drop .chosen-results .result-selected,
.search_filter_wrapper .search_filter_form .searchandfilter > ul > li .chosen-container-multi .chosen-drop .chosen-results .result-selected {
  padding: 1rem;
}
.search_filter_wrapper .search_filter_form .searchandfilter > ul > li .chosen-container .chosen-drop:hover,
.search_filter_wrapper .search_filter_form .searchandfilter > ul > li .chosen-container-multi .chosen-drop:hover {
  background-color: red;
}
.search_filter_wrapper .search_filter_form .searchandfilter > ul > li label {
  width: 100%;
}
.search_filter_wrapper .search_filter_form .searchandfilter > ul > li label.sf-label-checkbox {
  width: auto;
  font-weight: 100;
}
.search_filter_wrapper .search_filter_form .searchandfilter > ul > li .sf-input-select {
  width: 100%;
  padding: 0.5rem;
  font-size: 0.8rem;
  background-color: #f8f4f3;
  color: #666;
  border: none;
}
.search_filter_wrapper .search_filter_form .searchandfilter > ul > li.sf-field-search .sf-input-text {
  background-color: #f8f4f3;
  border: none;
  width: 100%;
  padding: 0.5rem 0.5rem 0.3rem 0.5rem;
  font-weight: bold;
}
.search_filter_wrapper .search_filter_form .searchandfilter > ul > li.sf-field-search label {
  display: block;
}
.search_filter_wrapper .search_filter_results {
  -webkit-box-flex: 8;
      -ms-flex: 8;
          flex: 8;
  padding: 0 3em 3em 2em;
}
@media screen and (max-width: 800px) {
  .search_filter_wrapper .search_filter_results {
    padding: 0;
  }
}
.search_filter_wrapper .search_filter_results .page-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 1em 0;
}
.search_filter_wrapper .search_filter_results .page-header .total_projects {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 800px) {
  .search_filter_wrapper .search_filter_results .page-header .total_projects {
    margin: 1em auto;
  }
}
.search_filter_wrapper .search_filter_results .page-header .total_projects h2 {
  margin: 0;
  font-weight: 500;
  font-size: 1.2em;
}
.search_filter_wrapper .search_filter_results .page-header .total_projects h2 span {
  font-style: italic;
}
.search_filter_wrapper .search_filter_results .page-header .pagination-head {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.search_filter_wrapper .search_filter_results .entry {
  display: grid;
  grid-template-areas: "image" "content";
  grid-template-columns: 1fr;
  margin-bottom: 1em;
  text-decoration: none;
  color: #202020;
  background-color: #f8f4f3;
  padding: 1.5em;
  overflow: hidden;
}
@media screen and (min-width: 800px) {
  .search_filter_wrapper .search_filter_results .entry {
    display: grid;
    grid-template-areas: "image content";
    grid-template-columns: 2fr 10fr;
  }
}
.search_filter_wrapper .search_filter_results .entry:hover {
  -webkit-box-shadow: 3px 3px 3px 2px rgba(0, 0, 0, 0.05);
          box-shadow: 3px 3px 3px 2px rgba(0, 0, 0, 0.05);
}
.search_filter_wrapper .search_filter_results .entry .title {
  margin-bottom: 0.6rem;
}
.search_filter_wrapper .search_filter_results .entry .image {
  grid-area: image;
  max-height: 100%;
  overflow: hidden;
  width: 150px;
  height: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #e0e0e0;
  -webkit-filter: saturate(120%) contrast(120%);
          filter: saturate(120%) contrast(120%);
}
.search_filter_wrapper .search_filter_results .entry .image img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
}
@media screen and (max-width: 800px) {
  .search_filter_wrapper .search_filter_results .entry .image {
    margin: 10px 0 10px 0;
  }
}
.search_filter_wrapper .search_filter_results .entry .details {
  grid-area: content;
  padding: 0 0 0 15px;
}
.search_filter_wrapper .search_filter_results .entry .details .detail {
  white-space: nowrap;
  font-weight: 500;
}
.search_filter_wrapper .search_filter_results .entry .details .type-label {
  text-transform: uppercase;
  background-color: #ffdbda;
  color: #202020;
  padding: 0.5rem 0.6rem 0.4rem;
  line-height: 1;
  margin-right: 0 0 0 1rem;
  font-weight: 400;
  font-size: 0.9rem;
}
@media screen and (max-width: 800px) {
  .search_filter_wrapper .search_filter_results .entry .details {
    padding: 10px 0 10px 0;
  }
}
.search_filter_wrapper .search_filter_results .entry .details p {
  margin: 0 0 5px;
  font-weight: 300;
  font-size: 0.95em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.search_filter_wrapper .search_filter_results .entry .details p span {
  font-weight: 700;
  margin-right: 0.5em;
}
.search_filter_wrapper .search_filter_results .entry .details h2 {
  margin: 0 0 10px;
  font-size: 1.3em;
  font-weight: normal;
}
.search_filter_wrapper .search_filter_results .entry .details.article-no-img {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  padding: 1em;
}

/*
**
**  Single entry
**
*/
.single-entry article.content-wrapper,
.supplementary-material-wrapper article.content-wrapper {
  margin: 0 auto;
  padding: 0 1em;
  max-width: 1192px;
}
@media screen and (min-width: 800px) {
  .single-entry article.content-wrapper.article-template,
  .supplementary-material-wrapper article.content-wrapper.article-template {
    max-width: 792px;
  }
}
.single-entry header.entry-header h1,
.supplementary-material-wrapper header.entry-header h1 {
  font-family: "Akkurat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 2.2rem;
  font-weight: 600;
}
.single-entry header.entry-header p,
.supplementary-material-wrapper header.entry-header p {
  margin-top: 1rem;
  font-size: 0.9rem;
  font-style: italic;
  color: #0a0a0a;
}
.single-entry h2,
.supplementary-material-wrapper h2 {
  font-size: 1.8rem;
  font-weight: 600;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.single-entry h4,
.supplementary-material-wrapper h4 {
  font-size: 1.5rem;
  font-weight: 600;
  margin-top: 2rem;
  margin-bottom: 1.5rem;
}
.single-entry title,
.single-entry h5,
.supplementary-material-wrapper title,
.supplementary-material-wrapper h5 {
  font-size: 1.2rem;
  font-weight: 600;
  margin-top: 2rem;
  margin-bottom: 1rem;
}
.single-entry .paywall_wrapper,
.supplementary-material-wrapper .paywall_wrapper {
  border: 1px solid rgba(0, 0, 0, 0.2);
  background: #f8f4f3;
  max-width: 40rem;
  padding: 3rem 3rem 5rem;
  margin-top: 2rem;
  margin-bottom: 8rem;
}
.single-entry .paywall_wrapper h1,
.single-entry .paywall_wrapper h2,
.supplementary-material-wrapper .paywall_wrapper h1,
.supplementary-material-wrapper .paywall_wrapper h2 {
  padding-top: 2rem;
  padding-bottom: 1rem;
}
.single-entry .bp_wrapper,
.supplementary-material-wrapper .bp_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
@media screen and (min-width: 1200px) {
  .single-entry .bp_wrapper,
  .supplementary-material-wrapper .bp_wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.single-entry .bp_wrapper .left,
.supplementary-material-wrapper .bp_wrapper .left {
  -webkit-box-flex: 8;
      -ms-flex: 8;
          flex: 8;
  max-width: 792px;
}
.single-entry .bp_wrapper .right,
.supplementary-material-wrapper .bp_wrapper .right {
  -webkit-box-flex: 4;
      -ms-flex: 4;
          flex: 4;
}
.single-entry .bp_wrapper .left .gallery,
.single-entry .bp_wrapper .full_width_wrap .gallery,
.supplementary-material-wrapper .bp_wrapper .left .gallery,
.supplementary-material-wrapper .bp_wrapper .full_width_wrap .gallery {
  background: #ededed;
}
.single-entry .bp_wrapper .left .gallery img,
.single-entry .bp_wrapper .full_width_wrap .gallery img,
.supplementary-material-wrapper .bp_wrapper .left .gallery img,
.supplementary-material-wrapper .bp_wrapper .full_width_wrap .gallery img {
  margin: 0 auto;
  display: block;
}
.single-entry .bp_wrapper .left .entry-content,
.single-entry .bp_wrapper .full_width_wrap .entry-content,
.supplementary-material-wrapper .bp_wrapper .left .entry-content,
.supplementary-material-wrapper .bp_wrapper .full_width_wrap .entry-content {
  margin-top: 0.8rem;
}
.single-entry .bp_wrapper .left .entry-content a,
.single-entry .bp_wrapper .full_width_wrap .entry-content a,
.supplementary-material-wrapper .bp_wrapper .left .entry-content a,
.supplementary-material-wrapper .bp_wrapper .full_width_wrap .entry-content a {
  color: black !important;
}
.single-entry .bp_wrapper .left .entry-content a:hover,
.single-entry .bp_wrapper .full_width_wrap .entry-content a:hover,
.supplementary-material-wrapper .bp_wrapper .left .entry-content a:hover,
.supplementary-material-wrapper .bp_wrapper .full_width_wrap .entry-content a:hover {
  color: #ff4b46 !important;
}
.single-entry .bp_wrapper .left .entry-content img,
.single-entry .bp_wrapper .full_width_wrap .entry-content img,
.supplementary-material-wrapper .bp_wrapper .left .entry-content img,
.supplementary-material-wrapper .bp_wrapper .full_width_wrap .entry-content img {
  max-width: 100%;
  height: auto;
  position: relative;
  display: block;
}
.single-entry .bp_wrapper .left .entry-content bold,
.single-entry .bp_wrapper .left .entry-content strong,
.single-entry .bp_wrapper .full_width_wrap .entry-content bold,
.single-entry .bp_wrapper .full_width_wrap .entry-content strong,
.supplementary-material-wrapper .bp_wrapper .left .entry-content bold,
.supplementary-material-wrapper .bp_wrapper .left .entry-content strong,
.supplementary-material-wrapper .bp_wrapper .full_width_wrap .entry-content bold,
.supplementary-material-wrapper .bp_wrapper .full_width_wrap .entry-content strong {
  font-family: Lato, "Helvertica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
}
.single-entry .bp_wrapper .left .entry-content italic,
.single-entry .bp_wrapper .left .entry-content em,
.single-entry .bp_wrapper .full_width_wrap .entry-content italic,
.single-entry .bp_wrapper .full_width_wrap .entry-content em,
.supplementary-material-wrapper .bp_wrapper .left .entry-content italic,
.supplementary-material-wrapper .bp_wrapper .left .entry-content em,
.supplementary-material-wrapper .bp_wrapper .full_width_wrap .entry-content italic,
.supplementary-material-wrapper .bp_wrapper .full_width_wrap .entry-content em {
  font-style: italic;
}
.single-entry .bp_wrapper .left .entry-content sup,
.single-entry .bp_wrapper .full_width_wrap .entry-content sup,
.supplementary-material-wrapper .bp_wrapper .left .entry-content sup,
.supplementary-material-wrapper .bp_wrapper .full_width_wrap .entry-content sup {
  font-family: Lato, "Helvertica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.8rem;
}
.single-entry .bp_wrapper .left .entry-content title,
.single-entry .bp_wrapper .full_width_wrap .entry-content title,
.supplementary-material-wrapper .bp_wrapper .left .entry-content title,
.supplementary-material-wrapper .bp_wrapper .full_width_wrap .entry-content title {
  font-family: Lato, "Helvertica Neue", Helvetica, Arial, sans-serif;
  display: block;
  font-size: 1.2em;
  font-weight: bold;
}
.single-entry .bp_wrapper .left .entry-content ref-list,
.single-entry .bp_wrapper .full_width_wrap .entry-content ref-list,
.supplementary-material-wrapper .bp_wrapper .left .entry-content ref-list,
.supplementary-material-wrapper .bp_wrapper .full_width_wrap .entry-content ref-list {
  line-height: 20px;
  font-size: 16px;
}
.single-entry .bp_wrapper .left .entry-content sec title,
.single-entry .bp_wrapper .full_width_wrap .entry-content sec title,
.supplementary-material-wrapper .bp_wrapper .left .entry-content sec title,
.supplementary-material-wrapper .bp_wrapper .full_width_wrap .entry-content sec title {
  font-size: 1.2rem;
  font-weight: 600;
  margin-top: 2rem;
  margin-bottom: 1rem;
}
.single-entry .bp_wrapper .left .entry-content table,
.single-entry .bp_wrapper .full_width_wrap .entry-content table,
.supplementary-material-wrapper .bp_wrapper .left .entry-content table,
.supplementary-material-wrapper .bp_wrapper .full_width_wrap .entry-content table {
  font-size: 0.7rem;
}
@media screen and (max-width: 1500px) {
  .single-entry .bp_wrapper .left .entry-content table,
  .single-entry .bp_wrapper .full_width_wrap .entry-content table,
  .supplementary-material-wrapper .bp_wrapper .left .entry-content table,
  .supplementary-material-wrapper .bp_wrapper .full_width_wrap .entry-content table {
    font-size: 0.6rem;
  }
}
@media screen and (max-width: 1200px) {
  .single-entry .bp_wrapper .left .entry-content table,
  .single-entry .bp_wrapper .full_width_wrap .entry-content table,
  .supplementary-material-wrapper .bp_wrapper .left .entry-content table,
  .supplementary-material-wrapper .bp_wrapper .full_width_wrap .entry-content table {
    font-size: 0.4rem;
  }
}
@media screen and (max-width: 800px) {
  .single-entry .bp_wrapper .left .entry-content table,
  .single-entry .bp_wrapper .full_width_wrap .entry-content table,
  .supplementary-material-wrapper .bp_wrapper .left .entry-content table,
  .supplementary-material-wrapper .bp_wrapper .full_width_wrap .entry-content table {
    font-size: 0.3rem;
  }
}
.single-entry .bp_wrapper .left .entry-content table sup,
.single-entry .bp_wrapper .full_width_wrap .entry-content table sup,
.supplementary-material-wrapper .bp_wrapper .left .entry-content table sup,
.supplementary-material-wrapper .bp_wrapper .full_width_wrap .entry-content table sup {
  font-size: 0.7em;
}
.single-entry .bp_wrapper .left .entry-content ul,
.single-entry .bp_wrapper .full_width_wrap .entry-content ul,
.supplementary-material-wrapper .bp_wrapper .left .entry-content ul,
.supplementary-material-wrapper .bp_wrapper .full_width_wrap .entry-content ul {
  margin-left: 0.1rem;
  margin-bottom: 1rem;
}
.single-entry .bp_wrapper .left .entry-content blockquote,
.single-entry .bp_wrapper .full_width_wrap .entry-content blockquote,
.supplementary-material-wrapper .bp_wrapper .left .entry-content blockquote,
.supplementary-material-wrapper .bp_wrapper .full_width_wrap .entry-content blockquote {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin: 0;
}
.single-entry .bp_wrapper .left .entry-content blockquote > p:first-of-type,
.single-entry .bp_wrapper .full_width_wrap .entry-content blockquote > p:first-of-type,
.supplementary-material-wrapper .bp_wrapper .left .entry-content blockquote > p:first-of-type,
.supplementary-material-wrapper .bp_wrapper .full_width_wrap .entry-content blockquote > p:first-of-type {
  min-width: 90px;
  display: block;
  line-height: 0.5;
}
.single-entry .bp_wrapper .left .entry-content blockquote > p:first-of-type a,
.single-entry .bp_wrapper .full_width_wrap .entry-content blockquote > p:first-of-type a,
.supplementary-material-wrapper .bp_wrapper .left .entry-content blockquote > p:first-of-type a,
.supplementary-material-wrapper .bp_wrapper .full_width_wrap .entry-content blockquote > p:first-of-type a {
  color: #0a0a0a;
}
.single-entry .bp_wrapper .left .entry-content .original_publish,
.single-entry .bp_wrapper .full_width_wrap .entry-content .original_publish,
.supplementary-material-wrapper .bp_wrapper .left .entry-content .original_publish,
.supplementary-material-wrapper .bp_wrapper .full_width_wrap .entry-content .original_publish {
  margin: 20px 0 5px;
  padding-top: 20px;
  font-style: italic;
}
.single-entry .bp_wrapper .left .entry-content .footnotes .footnote,
.single-entry .bp_wrapper .full_width_wrap .entry-content .footnotes .footnote,
.supplementary-material-wrapper .bp_wrapper .left .entry-content .footnotes .footnote,
.supplementary-material-wrapper .bp_wrapper .full_width_wrap .entry-content .footnotes .footnote {
  font-weight: lighter;
  font-size: 1.1em;
}
.single-entry .bp_wrapper .left .entry-content .internal-link,
.single-entry .bp_wrapper .full_width_wrap .entry-content .internal-link,
.supplementary-material-wrapper .bp_wrapper .left .entry-content .internal-link,
.supplementary-material-wrapper .bp_wrapper .full_width_wrap .entry-content .internal-link {
  color: #ff4b46;
  text-decoration: none;
}
.single-entry .bp_wrapper .left .entry-content .internal-link:hover,
.single-entry .bp_wrapper .full_width_wrap .entry-content .internal-link:hover,
.supplementary-material-wrapper .bp_wrapper .left .entry-content .internal-link:hover,
.supplementary-material-wrapper .bp_wrapper .full_width_wrap .entry-content .internal-link:hover {
  text-decoration: underline;
}
.single-entry .bp_wrapper .left .entry-content .entry-toc,
.single-entry .bp_wrapper .full_width_wrap .entry-content .entry-toc,
.supplementary-material-wrapper .bp_wrapper .left .entry-content .entry-toc,
.supplementary-material-wrapper .bp_wrapper .full_width_wrap .entry-content .entry-toc {
  display: none;
  list-style-type: none;
  padding: 0 10px 0 0;
}
.single-entry .bp_wrapper .left .entry-content .entry-toc p,
.single-entry .bp_wrapper .full_width_wrap .entry-content .entry-toc p,
.supplementary-material-wrapper .bp_wrapper .left .entry-content .entry-toc p,
.supplementary-material-wrapper .bp_wrapper .full_width_wrap .entry-content .entry-toc p {
  margin: 0;
}
.single-entry .bp_wrapper .left .details strong,
.single-entry .bp_wrapper .full_width_wrap .details strong,
.supplementary-material-wrapper .bp_wrapper .left .details strong,
.supplementary-material-wrapper .bp_wrapper .full_width_wrap .details strong {
  font-weight: 500;
}
.single-entry .bp_wrapper .left .wp-block-file,
.single-entry .bp_wrapper .full_width_wrap .wp-block-file,
.supplementary-material-wrapper .bp_wrapper .left .wp-block-file,
.supplementary-material-wrapper .bp_wrapper .full_width_wrap .wp-block-file {
  display: inline-block;
  width: 33.33%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.single-entry .bp_wrapper .left .wp-block-file a,
.single-entry .bp_wrapper .full_width_wrap .wp-block-file a,
.supplementary-material-wrapper .bp_wrapper .left .wp-block-file a,
.supplementary-material-wrapper .bp_wrapper .full_width_wrap .wp-block-file a {
  display: inline-block;
  max-width: 200px;
  height: 150px;
  text-align: center;
  padding: 1em;
  padding-top: 65px;
  background-color: #f8f4f3;
  border-radius: 5px;
  text-decoration: none;
  color: #ff4b46;
  position: relative;
}
.single-entry .bp_wrapper .left .wp-block-file a:hover,
.single-entry .bp_wrapper .full_width_wrap .wp-block-file a:hover,
.supplementary-material-wrapper .bp_wrapper .left .wp-block-file a:hover,
.supplementary-material-wrapper .bp_wrapper .full_width_wrap .wp-block-file a:hover {
  background-color: #ff4b46;
  color: white !important;
}
.single-entry .bp_wrapper .left .wp-block-file a:before,
.single-entry .bp_wrapper .full_width_wrap .wp-block-file a:before,
.supplementary-material-wrapper .bp_wrapper .left .wp-block-file a:before,
.supplementary-material-wrapper .bp_wrapper .full_width_wrap .wp-block-file a:before {
  content: "↓";
  position: absolute;
  top: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 1.5em;
}
.single-entry .bp_wrapper .left .wp-block-file a.wp-block-file__button,
.single-entry .bp_wrapper .full_width_wrap .wp-block-file a.wp-block-file__button,
.supplementary-material-wrapper .bp_wrapper .left .wp-block-file a.wp-block-file__button,
.supplementary-material-wrapper .bp_wrapper .full_width_wrap .wp-block-file a.wp-block-file__button {
  display: none;
}
.single-entry .bp_wrapper .right,
.supplementary-material-wrapper .bp_wrapper .right {
  padding: 0 0 0 2em;
  font-size: 0.9em;
}
.single-entry .bp_wrapper .right a,
.supplementary-material-wrapper .bp_wrapper .right a {
  color: #0a0a0a;
  text-decoration: none;
}
.single-entry .bp_wrapper .right a:hover,
.supplementary-material-wrapper .bp_wrapper .right a:hover {
  color: #ff4b46;
  text-decoration: underline;
}
.single-entry .bp_wrapper .right .floating-toc,
.supplementary-material-wrapper .bp_wrapper .right .floating-toc {
  position: sticky;
  top: 180px; /* Adjust to how far from the top you want it to start floating */
  max-height: calc(100vh - 4rem); /* Ensures it stays within the viewport */
  overflow-y: auto; /* Scrolls when content exceeds the defined height */
}
.single-entry .bp_wrapper .right .sidebar-toc-wrapper,
.supplementary-material-wrapper .bp_wrapper .right .sidebar-toc-wrapper {
  border: 1px solid #e0e0e0;
  min-width: 400px;
}
.single-entry .bp_wrapper .right .sidebar-toc-wrapper .toggle-sidebar:focus, .single-entry .bp_wrapper .right .sidebar-toc-wrapper .toggle-sidebar:active,
.supplementary-material-wrapper .bp_wrapper .right .sidebar-toc-wrapper .toggle-sidebar:focus,
.supplementary-material-wrapper .bp_wrapper .right .sidebar-toc-wrapper .toggle-sidebar:active {
  outline: none;
}
.single-entry .bp_wrapper .right .sidebar-toc-wrapper .rotated,
.supplementary-material-wrapper .bp_wrapper .right .sidebar-toc-wrapper .rotated {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.single-entry .bp_wrapper .right .sidebar-toc-wrapper.collapsed,
.supplementary-material-wrapper .bp_wrapper .right .sidebar-toc-wrapper.collapsed {
  min-width: auto;
  width: auto;
}
.single-entry .bp_wrapper .right .sidebar-toc-wrapper.collapsed .sidebar-toc-content,
.supplementary-material-wrapper .bp_wrapper .right .sidebar-toc-wrapper.collapsed .sidebar-toc-content {
  height: 0 !important;
  padding: 0 !important;
}
.single-entry .bp_wrapper .right .sidebar-toc-wrapper.collapsed .sidebar-entry-toc,
.single-entry .bp_wrapper .right .sidebar-toc-wrapper.collapsed .sidebar-toc-navigation,
.supplementary-material-wrapper .bp_wrapper .right .sidebar-toc-wrapper.collapsed .sidebar-entry-toc,
.supplementary-material-wrapper .bp_wrapper .right .sidebar-toc-wrapper.collapsed .sidebar-toc-navigation {
  visibility: hidden;
}
@media screen and (max-width: 800px) {
  .single-entry .bp_wrapper .right .sidebar-toc-wrapper.mobile-collapsed,
  .supplementary-material-wrapper .bp_wrapper .right .sidebar-toc-wrapper.mobile-collapsed {
    min-width: auto;
    width: auto;
  }
  .single-entry .bp_wrapper .right .sidebar-toc-wrapper.mobile-collapsed .sidebar-toc-content,
  .supplementary-material-wrapper .bp_wrapper .right .sidebar-toc-wrapper.mobile-collapsed .sidebar-toc-content {
    height: 0 !important;
    padding: 0 !important;
  }
  .single-entry .bp_wrapper .right .sidebar-toc-wrapper.mobile-collapsed .sidebar-entry-toc,
  .single-entry .bp_wrapper .right .sidebar-toc-wrapper.mobile-collapsed .sidebar-toc-navigation,
  .supplementary-material-wrapper .bp_wrapper .right .sidebar-toc-wrapper.mobile-collapsed .sidebar-entry-toc,
  .supplementary-material-wrapper .bp_wrapper .right .sidebar-toc-wrapper.mobile-collapsed .sidebar-toc-navigation {
    visibility: hidden;
  }
  .single-entry .bp_wrapper .right .sidebar-toc-wrapper.mobile-collapsed .mobile-rotated,
  .supplementary-material-wrapper .bp_wrapper .right .sidebar-toc-wrapper.mobile-collapsed .mobile-rotated {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}
.single-entry .bp_wrapper .right .sidebar-toc-wrapper .toggle-sidebar,
.supplementary-material-wrapper .bp_wrapper .right .sidebar-toc-wrapper .toggle-sidebar {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  z-index: 1;
  border: none;
  background: none;
  color: #ff4b46;
  padding: 0.5rem;
  cursor: pointer;
}
.single-entry .bp_wrapper .right .sidebar-toc-wrapper .toggle-sidebar:hover,
.supplementary-material-wrapper .bp_wrapper .right .sidebar-toc-wrapper .toggle-sidebar:hover {
  opacity: 0.7;
}
.single-entry .bp_wrapper .right .sidebar-toc-wrapper .sidebar-entry-toc,
.supplementary-material-wrapper .bp_wrapper .right .sidebar-toc-wrapper .sidebar-entry-toc {
  font-size: 1rem;
  font-weight: 300;
  list-style-type: none;
  padding: 0;
  margin-left: 1.5rem;
}
.single-entry .bp_wrapper .right .sidebar-toc-wrapper .sidebar-entry-toc li,
.supplementary-material-wrapper .bp_wrapper .right .sidebar-toc-wrapper .sidebar-entry-toc li {
  margin-bottom: 0.5rem;
}
.single-entry .bp_wrapper .right .sidebar-toc-wrapper .sidebar-entry-toc .current,
.supplementary-material-wrapper .bp_wrapper .right .sidebar-toc-wrapper .sidebar-entry-toc .current {
  list-style-type: "—   ";
  font-weight: 600;
  color: #ff4b46;
}
.single-entry .bp_wrapper .right .sidebar-toc-wrapper .prev-next-link,
.supplementary-material-wrapper .bp_wrapper .right .sidebar-toc-wrapper .prev-next-link {
  color: #ff4b46;
  padding: 0.5rem 0.7rem;
  border: 1px solid transparent;
  font-weight: 500;
}
.single-entry .bp_wrapper .right .sidebar-toc-wrapper .prev-next-link:hover,
.supplementary-material-wrapper .bp_wrapper .right .sidebar-toc-wrapper .prev-next-link:hover {
  text-decoration: none;
  border: 1px solid #ff4b46;
}
.single-entry .bp_wrapper .right .tech-wrapper,
.supplementary-material-wrapper .bp_wrapper .right .tech-wrapper {
  background-color: #f8f4f3;
  padding: 2.5rem 2.5rem 1rem;
  min-width: 400px;
}
@media screen and (max-width: 1200px) {
  .single-entry .bp_wrapper .right,
  .supplementary-material-wrapper .bp_wrapper .right {
    margin-bottom: 1em;
    padding: 0;
  }
}
.single-entry .bp_wrapper .right .tech_details .tech_detail p,
.supplementary-material-wrapper .bp_wrapper .right .tech_details .tech_detail p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 10px;
  font-size: 1.1em;
  padding-bottom: 10px;
  min-width: 330px;
}
.single-entry .bp_wrapper .right .tech_details .tech_detail p strong,
.supplementary-material-wrapper .bp_wrapper .right .tech_details .tech_detail p strong {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: left;
  padding-right: 1em;
  color: #ff4b46;
  text-transform: uppercase;
  font-weight: normal;
}
.single-entry .bp_wrapper .right .tech_details .tech_detail p span,
.supplementary-material-wrapper .bp_wrapper .right .tech_details .tech_detail p span {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: left;
  padding: 0 3px;
}
.single-entry .bp_wrapper .right .tech_details .tech_detail a,
.supplementary-material-wrapper .bp_wrapper .right .tech_details .tech_detail a {
  text-decoration: underline;
}
.single-entry .bp_wrapper object,
.supplementary-material-wrapper .bp_wrapper object {
  min-height: 500px;
  max-height: 75vh;
}
.single-entry .bp_wrapper p + .permissions::before,
.supplementary-material-wrapper .bp_wrapper p + .permissions::before {
  font-weight: lighter !important;
}
.single-entry .bp_wrapper .fig,
.supplementary-material-wrapper .bp_wrapper .fig {
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.2;
  font-weight: 200;
}
.single-entry .bp_wrapper .fig strong,
.supplementary-material-wrapper .bp_wrapper .fig strong {
  font-weight: 500 !important;
}
.single-entry .bp_wrapper .fig p,
.supplementary-material-wrapper .bp_wrapper .fig p {
  margin: 0;
}
.single-entry .bp_wrapper .fig p.details,
.supplementary-material-wrapper .bp_wrapper .fig p.details {
  margin-top: 0.5rem;
}
.single-entry .bp_wrapper .fig .copyright-statement,
.supplementary-material-wrapper .bp_wrapper .fig .copyright-statement {
  display: block !important;
  clear: both;
  font-style: italic;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.single-entry .bp_wrapper .permissions .copyright-statement,
.supplementary-material-wrapper .bp_wrapper .permissions .copyright-statement {
  font-weight: lighter;
  font-style: italic;
  margin-bottom: 2rem;
  font-style: italic;
}
.single-entry .bp_wrapper h2.title,
.single-entry .bp_wrapper .entry-content h2:first-of-type,
.supplementary-material-wrapper .bp_wrapper h2.title,
.supplementary-material-wrapper .bp_wrapper .entry-content h2:first-of-type {
  display: none;
}
.single-entry .bp_wrapper .entry-content h2:last-of-type,
.supplementary-material-wrapper .bp_wrapper .entry-content h2:last-of-type {
  display: block;
}
.single-entry .bp_wrapper h2.title._description,
.single-entry .bp_wrapper h2.title._photos,
.supplementary-material-wrapper .bp_wrapper h2.title._description,
.supplementary-material-wrapper .bp_wrapper h2.title._photos {
  display: none;
}
.single-entry .bp_wrapper h2.title._selbib,
.supplementary-material-wrapper .bp_wrapper h2.title._selbib {
  display: block;
}
.single-entry .bp_wrapper h2.title._footnotes,
.supplementary-material-wrapper .bp_wrapper h2.title._footnotes {
  padding-top: 3rem;
  border-top: 1px solid #eee;
  margin-top: 3rem;
  margin-bottom: 3rem;
  font-weight: 300;
}
.single-entry .bp_wrapper h2.title._drawings,
.supplementary-material-wrapper .bp_wrapper h2.title._drawings {
  display: none;
}

/*Footer*/
.site-footer {
  background-color: #202020;
  color: white;
}
.site-footer .bto_footer {
  padding-left: 1em;
}
.site-footer .bto_footer a {
  color: white;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: normal;
  font-size: 2em;
}
.site-footer .links_footer a:visited,
.site-footer .links_footer a:link {
  color: white;
}
.site-footer .links_footer a:hover {
  text-decoration: underline;
}
.site-footer .links_footer a {
  display: block;
  text-decoration: none;
  line-height: 2.2;
}
.site-footer .address_footer {
  color: white;
  font-weight: 300;
  line-height: 1.6;
  margin-bottom: 10px;
}

#filtersareactive {
  background-color: #f8f4f3;
}

#filtersareactive:last-of-type {
  height: 0;
  margin-top: -25px;
}

.italic_ttl {
  font-style: italic;
}

.chosen-container-active .chosen-choices::after {
  display: none;
}

.search_filter_wrapper .search_filter_form.show {
  display: block !important;
}

/*
**
**  Cookie Consent Styles
**
*/
.hidden {
  display: none !important;
}

.consent-message {
  margin-bottom: 1rem !important;
}
.consent-info {
  margin-bottom: 0.5rem !important;
}
.consent-button {
  padding: 10px 20px;
  border: none;
  background-color: #ff4b46;
  color: white;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  margin-bottom: 1.5rem !important;
}
.consent-button:hover {
  background-color: #ff1913;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
## Homepage
--------------------------------------------------------------*/
/*
**
**  Homepage
**
*/
/* WordPress admin bar fix */
#nav-bar {
  top: 0;
}

body.logged-in #nav-bar {
  top: 28px;
}

.search-bar-home .search-form {
  margin: 0 12px;
  overflow: hidden;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.search-bar-home .search-form .search-field {
  border: none;
  line-height: 2.5;
  padding-left: 10px;
  font-size: 1.8em;
  overflow: clip;
  font-weight: 300;
}
@media screen and (min-width: 800px) {
  .search-bar-home .search-form .search-field {
    width: auto;
    min-width: 0;
  }
}
.search-bar-home .search-form .search-field:focus {
  outline: none;
  color: #282a2e;
}
.search-bar-home .search-form .search-field::-webkit-input-placeholder {
  color: #A1A0A0;
  font-weight: 100;
}
.search-bar-home .search-form .search-field::-moz-placeholder {
  color: #A1A0A0;
  font-weight: 100;
}
.search-bar-home .search-form .search-field:-ms-input-placeholder {
  color: #A1A0A0;
  font-weight: 100;
}
.search-bar-home .search-form .search-field::-ms-input-placeholder {
  color: #A1A0A0;
  font-weight: 100;
}
.search-bar-home .search-form .search-field::placeholder {
  color: #A1A0A0;
  font-weight: 100;
}
@media screen and (max-width: 800px) {
  .search-bar-home .search-form .search-field::-webkit-input-placeholder {
    font-size: 0.7em;
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
  }
  .search-bar-home .search-form .search-field::-moz-placeholder {
    font-size: 0.7em;
    transform: translateY(-2px);
  }
  .search-bar-home .search-form .search-field:-ms-input-placeholder {
    font-size: 0.7em;
    transform: translateY(-2px);
  }
  .search-bar-home .search-form .search-field::-ms-input-placeholder {
    font-size: 0.7em;
    transform: translateY(-2px);
  }
  .search-bar-home .search-form .search-field::placeholder {
    font-size: 0.7em;
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
  }
}
.search-bar-home .search-form .search-submit {
  background-color: #fff;
  border: none;
  width: 78px;
  padding: 5px 10px 2px;
}

.home #home-banner {
  background-repeat: no-repeat;
  background-position: top center;
  height: 100vh;
  width: 100%;
  max-height: 1080px;
  min-height: 500px;
  display: block;
  position: relative;
  background-size: cover;
  background-color: #b0b0b0;
}
.home #home-banner .search-area {
  max-width: 1100px;
}
@media screen and (min-width: 800px) {
  .home #home-banner .search-area {
    padding: 0;
  }
}
.home #home-banner .content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 800px) {
  .home #home-banner .content-wrapper {
    margin: 0 auto 0 25vw;
  }
}
@media screen and (min-width: 1200px) {
  .home #home-banner .content-wrapper {
    margin: 0 auto 0 40vw;
  }
}
@media screen and (min-width: 1500px) {
  .home #home-banner .content-wrapper {
    margin: 0 auto 0 45vw;
  }
}
.home #home-banner .slide {
  width: 20vw;
  min-width: 400px;
  position: relative;
}
.home #home-banner .slide .slide-cont {
  background: rgba(0, 0, 0, 0.25);
  color: #fbeeeb;
  padding: 1em 2em;
}
.home #home-banner .slide .slide-cont p {
  margin-bottom: 0.5em;
}
.home #home-banner .slide .slide-cont p.align-centre {
  text-align: center;
}
.home #home-banner .slide .slide-cont p span {
  text-transform: uppercase;
  font-size: 1.1em;
  font-weight: 300;
}
.home #home-banner .slide .slide-cont ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.home #home-banner .slide .slide-cont ul li {
  font-size: 2.5em;
  line-height: 1.2;
  font-weight: bold;
}
.home #home-banner .slide .slide-cont ul li a {
  text-decoration: none;
  color: #fff;
  padding: 0 100px;
}
.home #home-banner .slide .slide-cont ul li a:hover {
  text-decoration: underline;
}
.home #home-banner .slide .slide-cont ul li ul {
  margin: 0 0 0 1.5em;
}
.home #home-banner .slide .slide-cont ul li ul li {
  font-size: 0.8em;
  line-height: 1.2;
  font-weight: normal;
}
.home #home-banner .slide .slide-cont ul li ul li a {
  text-decoration: none;
  color: #fff;
}
.home #home-banner .slide .slide-cont ul li ul li a:hover {
  text-decoration: underline;
}
.home #home-banner .slide .slide-cont .button {
  font-size: 1.25em;
  padding: 0.75em 1em;
  position: relative;
  display: inline-block;
  color: #fbeeeb;
}
.home #home-banner .slide .slide-cont .slide-caption {
  position: absolute;
  top: 0;
  left: -29px;
  max-height: 350px;
  max-width: 30px;
  overflow: hidden;
}
.home #home-banner .slide .slide-cont .slide-caption .birkhauser_svg_wrapper #svg2 {
  display: block;
  max-height: 350px;
}
.home .home_slider_container {
  margin: 0;
}
.home .home_slider_container .title h2 {
  font-size: 2em;
}
.home .home_slider_container .slider_arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 48%;
  position: relative;
}
.home .home_slider_container .slider_arrow:hover svg {
  fill: #ff4b46;
}
@media screen and (max-width: 800px) {
  .home .home_slider_container .slider_arrow {
    display: none;
  }
}
.home .home_slider_container .home-slider-wrap {
  position: relative;
  display: inherit;
}
.home .home_slider_container .home-slider-wrap ul {
  padding: 5px !important;
}
.home .home_slider_container .home-slider-wrap ul li {
  text-align: center;
  border: 1px solid #fff;
  padding: 20px 30px 0px 20px;
  max-width: 280px;
  height: 410px;
}
.home .home_slider_container .home-slider-wrap ul li:hover {
  -webkit-box-shadow: 3px 3px 3px 2px rgba(0, 0, 0, 0.35);
          box-shadow: 3px 3px 3px 2px rgba(0, 0, 0, 0.35);
}
.home .home_slider_container .home-slider-wrap ul li a {
  text-decoration: none;
  color: #0a0a0a;
  display: block;
  font-weight: 300;
}
.home .home_slider_container .home-slider-wrap ul li a:hover {
  color: #ff4b46;
}
.home .home_slider_container .home-slider-wrap ul li a img {
  background: #e0e0e0;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  -webkit-filter: saturate(120%) contrast(120%);
          filter: saturate(120%) contrast(120%);
}
.home .home_slider_container .home-slider-wrap ul li a h3,
.home .home_slider_container .home-slider-wrap ul li a p {
  text-align: left;
}
.home .home_slider_container .home-slider-wrap ul li a h3 {
  margin-top: 30px;
  color: #0a0a0a;
  font-size: 1.6em;
  font-weight: normal;
}
.home .home_slider_container .home-slider-wrap ul li a p {
  color: #ff4b46;
  font-weight: 300;
  font-size: 1em;
}
.home #_thematic_articles {
  background-color: #f8f4f3 !important;
  padding-bottom: 4em;
}
.home #_thematic_articles .thematic-articles-slider ul {
  padding: 5px !important;
}
.home #_thematic_articles .thematic-articles-slider ul li {
  border: none;
  max-width: 370px;
  height: 500px;
  margin: 5px;
}
.home #_thematic_articles .thematic-articles-slider ul li:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: white;
}
.home #_thematic_articles .thematic-articles-slider ul li a .building_type {
  text-transform: uppercase;
  color: #ff4b46;
  font-size: 1.2em;
  font-weight: normal;
  margin-top: 25px;
  margin-bottom: 0;
}
.home #_thematic_articles .thematic-articles-slider ul li a .ta_title {
  margin-top: 15px;
}
.home #_thematic_articles .thematic-articles-slider ul li a .author {
  color: #0a0a0a;
  font-style: italic;
  font-size: 1.2em;
}
.home #article-map {
  padding: 2em 0 4em 0;
}
.home #article-map .acf-map {
  height: 70vh;
}
@media screen and (min-width: 1200px) {
  .home #article-map .acf-map {
    height: 90vh;
  }
}
.home #article-map .acf-map .gm-style-iw-d .infoWindowWrapper {
  max-width: 350px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0.75em 0.5em 0 1em;
}
.home #article-map .acf-map .gm-style-iw-d .infoWindowWrapper .image {
  background: #e0e0e0;
  -ms-flex-item-align: center;
      align-self: center;
  justify-self: center;
  width: 100%;
}
.home #article-map .acf-map .gm-style-iw-d .infoWindowWrapper .image a {
  text-decoration: none;
}
.home #article-map .acf-map .gm-style-iw-d .infoWindowWrapper .image a:hover {
  cursor: pointer;
}
.home #article-map .acf-map .gm-style-iw-d .infoWindowWrapper .image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  max-height: 150px;
}
.home #article-map .acf-map .gm-style-iw-d .infoWindowWrapper h4 {
  margin: 0.4em 0 0 0;
  font-size: 2em;
}
.home #article-map .acf-map .gm-style-iw-d .infoWindowWrapper h4 a {
  text-decoration: none;
  color: #4c545f;
}
.home #article-map .acf-map .gm-style-iw-d .infoWindowWrapper h4 a:hover {
  cursor: pointer;
}
.home #article-map .acf-map .gm-style-iw-d .infoWindowWrapper p {
  margin: 0;
  font-size: 1.2em;
  color: #3d3d3d;
  line-height: 1.2;
  margin-top: 1em;
  margin-bottom: 0.75em;
}
.home #article-map .acf-map .gm-style-iw-d .infoWindowWrapper p a.button {
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #ff4b46;
  padding: 0;
}
.home #projects.content-wrapper,
.home #articles .content-wrapper {
  margin: 0 auto;
}
.home .editor_wrapper {
  width: 100%;
  display: block;
  position: relative;
  background-color: #ff4b46;
  font-weight: normal;
  overflow: hidden;
}
.home .editor_wrapper p {
  margin: 0;
  text-align: center;
  width: 100%;
  color: #fff;
  font-size: 1.1em;
  vertical-align: middle;
  height: 80px;
  line-height: 80px;
}
.home .editor_wrapper p span {
  display: inline-block;
}
.home .editor_wrapper p a {
  display: inline-block;
  text-transform: uppercase;
  color: white;
  text-decoration: none;
  font-size: 1.3em;
  vertical-align: middle;
  padding: 0 0.1em;
}
.home .editor_wrapper p a .bauwelt {
  font-size: 1.6rem;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-top: -0.2em;
  letter-spacing: 0.03em;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

.cover-outline {
  border: 1px solid #F0F0F0;
  width: 100%;
  max-width: 300px;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Sliders
--------------------------------------------------------------*/
.swiper {
  width: 100%;
  height: 100%;
  margin: 20px auto;
}

.slider-title h2 {
  font-size: 1.6rem;
  font-weight: 300;
  color: #202020;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: transparent;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.bg-lightestGrey .swiper-slide:hover {
  background-color: white;
}

.bg-white .swiper-slide:hover {
  background-color: #f8f4f3;
}

a .slide-content {
  text-decoration: none;
  text-align: left;
  padding: 30px;
}
a .slide-content .type-label {
  display: inline-block;
  text-transform: uppercase;
  background-color: #ffdbda;
  color: #202020;
  padding: 0.5rem 0.6rem 0.4rem;
  line-height: 1;
  font-weight: 400;
  font-size: 0.8rem;
  margin-top: 1.5rem;
}
a .slide-content .slide-title {
  text-decoration: none;
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 300;
  margin-bottom: 0.5rem;
  color: #202020;
  margin-top: 1rem;
}
a .slide-content .slide-excerpt {
  text-decoration: none;
  display: inline-block;
  margin-bottom: 0.5rem;
  color: #202020;
}
a .slide-content .slide-author {
  display: inline-block;
  font-size: 1rem;
  font-weight: 300;
  margin-bottom: 0.5rem;
  font-style: italic;
  color: #202020;
}

.append-buttons {
  text-align: center;
  margin-top: 20px;
}

.append-buttons a {
  display: inline-block;
  border: 1px solid #007aff;
  color: #007aff;
  text-decoration: none;
  padding: 4px 10px;
  border-radius: 4px;
  margin: 0 10px;
  font-size: 13px;
}

.slide-image {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
  overflow: hidden;
}
.slide-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.custom-swiper-button {
  width: 32px;
  height: 33px;
}

.custom-swiper-button::after {
  display: none;
}

.swiper-pagination-bullet-active {
  background: #202020 !important;
}

/*--------------------------------------------------------------
# Cookie
--------------------------------------------------------------*/
*:focus {
  outline: none !important;
}

.cookie-banner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #F8F8F8;
  bottom: 0;
  -webkit-box-shadow: rgba(10, 10, 12, 0.15) 0 -6px 12px 0;
          box-shadow: rgba(10, 10, 12, 0.15) 0 -6px 12px 0;
  color: #0A0A0A;
  line-height: 24px;
  left: 0;
  right: 0;
  padding: 1rem;
  position: sticky;
  z-index: 600;
  text-align: center;
  -webkit-transition: ease-out 0.15s;
  transition: ease-out 0.15s;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  max-width: 100%;
}
.cookie-banner a {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ff4b46), to(#ff4b46));
  background-image: linear-gradient(#ff4b46, #ff4b46);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 2px;
  -webkit-transition: background-size 0.15s;
  transition: background-size 0.15s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  color: #ff4b46;
}
.cookie-banner a:hover {
  outline: none;
  background-size: 100% 2px;
  text-decoration: none;
  color: #ff4b46;
}
.cookie-banner a:focus-visible {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-decoration: none;
  color: transparent;
}
.cookie-banner a:focus-visible:hover {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-decoration: none;
  color: #ff4b46;
}
.cookie-banner .container-max-width {
  max-width: 1248px;
}
.cookie-banner .cookie-container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  text-align: left;
}
.cookie-banner .cookie-container .cookie-title {
  font-size: 16px;
  font-weight: bold;
}
.cookie-banner .cookie-container .cookie-button-container {
  display: block;
  margin-left: auto;
}
.cookie-banner .cookie-container .cookie-button-container button {
  display: block;
  width: 100%;
  cursor: pointer;
  font-family: "Akkurat", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  vertical-align: middle;
  white-space: nowrap;
  margin: 4px 0;
  padding: 10px 20px 8px;
  background-color: #ff4b46;
  color: #fff;
  border-radius: 0;
  border: none;
  border-color: transparent;
}
.cookie-banner .cookie-container .cookie-button-container button:hover {
  background-color: #ff002a;
}
.cookie-banner .cookie-container .cookie-button-container button:focus-visible {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.cookie-banner .cookie-container .cookie-button-container button:focus-visible:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.cookie-banner .cookie-container .cookie-button-container .btn-white {
  background-color: white;
  color: #ff4b46;
  border: 1px solid #ff4b46;
}
.cookie-banner .cookie-container .cookie-button-container .btn-white:hover {
  background-color: #ff4b46;
  color: #fff;
}
@media (max-width: 768px) {
  .cookie-banner .cookie-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .cookie-banner .cookie-button-container {
    width: 100%;
  }
}
.cookie-banner.cookie-hidden {
  -webkit-transform: translate(0, 100%);
          transform: translate(0, 100%);
  opacity: 0;
  display: none;
}/*# sourceMappingURL=style.css.map */