/********************************************************************************************* 

x. Imports

*********************************************************************************************/
@import url("https://use.typekit.net/jsf0buu.css");
@font-face {
  font-family: "MessinaSans-SemiBold";
  src: url("../fonts/MessinaSansWeb-SemiBold.woff2") format("woff2"), url("../fonts/MessinaSansWeb-SemiBold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/********************************************************************************************* 

x. Mixins

*********************************************************************************************/
/********************************************************************************************* 

x. Keyframes

*********************************************************************************************/
@keyframes pulse {
  0% {
    -moz-transform: translateX(-50%) translateY(-50%) scale(0);
    -webkit-transform: translateX(-50%) translateY(-50%) scale(0);
    -o-transform: translateX(-50%) translateY(-50%) scale(0);
    -ms-transform: translateX(-50%) translateY(-50%) scale(0);
    transform: translateX(-50%) translateY(-50%) scale(0);
  }
  25% {
    opacity: 0.5;
  }
  50% {
    opacity: 0;
    -moz-transform: translateX(-50%) translateY(-50%) scale(2);
    -webkit-transform: translateX(-50%) translateY(-50%) scale(2);
    -o-transform: translateX(-50%) translateY(-50%) scale(2);
    -ms-transform: translateX(-50%) translateY(-50%) scale(2);
    transform: translateX(-50%) translateY(-50%) scale(2);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(-50%) translateY(-50%) scale(2);
    -webkit-transform: translateX(-50%) translateY(-50%) scale(2);
    -o-transform: translateX(-50%) translateY(-50%) scale(2);
    -ms-transform: translateX(-50%) translateY(-50%) scale(2);
    transform: translateX(-50%) translateY(-50%) scale(2);
  }
}
/*
 * jQuery FlexSlider v2.7.2
 * https://www.woocommerce.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  font-family: "flexslider-icon";
  src: url("fonts/flexslider-icon.eot");
  src: url("fonts/flexslider-icon.eot?#iefix") format("embedded-opentype"), url("fonts/flexslider-icon.woff") format("woff"), url("fonts/flexslider-icon.ttf") format("truetype"), url("fonts/flexslider-icon.svg#flexslider-icon") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}

.flex-slider .slides,
.flex-slider .slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

.flex-pauseplay span {
  text-transform: capitalize;
}

/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}

.flexslider.background-slideshow {
  background: black;
  height: auto !important;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.flexslider.background-slideshow .slides {
  width: 100%;
  height: 100%;
}
.flexslider.background-slideshow .slides li {
  height: 100%;
}

.flexslider .slides {
  /*
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  */
}

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}

.flexslider .slides img {
  width: 100%;
  display: block;
}

.flexslider .slides:after {
  content: " ";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] .flexslider .slides {
  display: block;
}

* html .flexslider .slides {
  height: 1%;
}

.no-js .flexslider .slides > li:first-child {
  display: block;
}

/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  position: relative;
  overflow: hidden;
  zoom: 1;
}

.flexslider .slides {
  zoom: 1;
}

.flexslider .slides img {
  height: auto;
  -moz-user-select: none;
}

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.loading .flex-viewport {
  max-height: 300px;
}

@-moz-document url-prefix() {
  .loading .flex-viewport {
    max-height: none;
  }
}
.carousel li {
  margin-right: 5px;
}

.flex-direction-nav {
  *height: 0;
}

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}

/* ====================================================================================================================
 * Controls
 * ====================================================================================================================*/
.flexslider.dark-arrows .flex-direction-nav {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 20;
}
.flexslider.dark-arrows .flex-direction-nav li.flex-nav-prev {
  display: none;
}
.flexslider.dark-arrows .flex-direction-nav li a {
  background: black;
  padding: 10px;
  display: block;
}
.flexslider.dark-arrows .flex-direction-nav li a:hover svg {
  fill: #CECDC9;
}
.flexslider.dark-arrows .flex-direction-nav li a svg {
  fill: #C4D3A6;
  width: 20px;
  height: auto;
}
.flexslider.light-arrows {
  overflow: visible !important;
}
.flexslider.light-arrows .flex-direction-nav li {
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  z-index: 20;
}
.flexslider.light-arrows .flex-direction-nav li.flex-nav-next {
  left: calc(100% + 20px);
}
.flexslider.light-arrows .flex-direction-nav li.flex-nav-prev {
  right: calc(100% + 20px);
}
.flexslider.light-arrows .flex-direction-nav li a svg {
  fill: black;
  width: 20px;
  height: auto;
}
.flexslider.light-arrows .image.inside {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}
.flexslider.light-arrows .image.outside {
  position: relative;
}
.flexslider.light-arrows .image img {
  width: auto;
  height: 100%;
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  position: absolute;
  top: 50%;
  left: 50%;
}
.flexslider.light-arrows .image .spacer {
  width: 100%;
  height: 90vh;
  display: block;
}

/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}
body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: rgb(30, 30, 30);
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide::before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

/* Fix IE11 */
.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -ms-transform-origin: 0;
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}

/* Caption */
.fancybox-caption {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

@supports (padding: max(0px)) {
  .fancybox-caption {
    padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
  }
}
.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Loading indicator */
.fancybox-loading {
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}
/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
  @supports (padding: max(0px)) {
    .fancybox-caption {
      padding-left: max(12px, env(safe-area-inset-left));
      padding-right: max(12px, env(safe-area-inset-right));
    }
  }
}
/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
  opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
/********************************************************************************************* 

x. CSS Reset 

*********************************************************************************************/
* {
  margin: 0;
  padding: 0;
  min-height: 0;
  outline: none;
}

/********************************************************************************************* 

x. Typekit

*********************************************************************************************/
.wf-loading {
  visibility: hidden;
}

.wf-active {
  visibility: visible;
}

/*********************************************************************************************

x. Basic Setup (Body, Fonts, etc.) 

********************************************************************************************/
html, body {
  font: 18px fieldwork, Arial, Helvetica, sans-serif;
  color: black;
  width: auto;
  height: auto;
  background: white;
}
html.menu-is-open, body.menu-is-open {
  overflow: hidden;
}

a {
  color: #737372;
  text-decoration: none;
}
a:hover {
  color: black;
}
a img {
  border: none;
}

.center {
  text-align: center;
}

.clear:after {
  content: ".";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  letter-spacing: -0.025em;
  line-height: 1.125em;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: black;
}

h1 {
  font-size: 4.4em;
  letter-spacing: -0.025em;
}

h2 {
  font-size: 3.333em;
  letter-spacing: -0.025em;
}

h3 {
  font-size: 2.778em;
  letter-spacing: -0.025em;
}

h4 {
  font-size: 2.222em;
}

h5 {
  font-size: 1.667em;
}
h5 .small {
  font-size: 0.889rem;
  margin: 0 0 0 2.5px;
}

h6 {
  font-size: 1.111em;
  line-height: 1.5em;
}

.hidden {
  pointer-events: none;
  opacity: 0;
  width: 0;
  height: 0;
  position: absolute;
  top: -9999px;
  left: -9999px;
  overflow: hidden;
}
.hidden.visible {
  pointer-events: all;
  opacity: 1;
  width: auto;
  height: auto;
  position: relative;
  top: 0;
  left: 0;
  overflow: visible;
}

.image,
.video {
  overflow: hidden;
}
.image.background-image.outside, .image.background-video.outside,
.video.background-image.outside,
.video.background-video.outside {
  display: block;
  position: relative;
  overflow: hidden;
}
.image.background-image.outside.filler, .image.background-video.outside.filler,
.video.background-image.outside.filler,
.video.background-video.outside.filler {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.image.background-image.outside.filler img, .image.background-video.outside.filler img,
.video.background-image.outside.filler img,
.video.background-video.outside.filler img {
  display: none;
}
.image.background-image.outside.spacer img, .image.background-video.outside.spacer img,
.video.background-image.outside.spacer img,
.video.background-video.outside.spacer img {
  display: none;
}
.image.background-image.outside img, .image.background-video.outside img,
.video.background-image.outside img,
.video.background-video.outside img {
  opacity: 0;
}
.image.background-image.outside .inside, .image.background-video.outside .inside,
.video.background-image.outside .inside,
.video.background-video.outside .inside {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 !important;
  padding: 0 !important;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.image.background-image.outside .spacer, .image.background-video.outside .spacer,
.video.background-image.outside .spacer,
.video.background-video.outside .spacer {
  width: 100%;
  height: 0;
  padding-top: 66.66%;
  display: block;
}
.image.background-image.outside video, .image.background-video.outside video,
.video.background-image.outside video,
.video.background-video.outside video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.image.hover,
.video.hover {
  display: block;
  overflow: hidden;
}
.image.hover:hover *,
.video.hover:hover * {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: transform 1.5s cubic-bezier(0, 0.025, 0, 1);
  -moz-transition: transform 1.5s cubic-bezier(0, 0.025, 0, 1);
  -ms-transition: transform 1.5s cubic-bezier(0, 0.025, 0, 1);
  -o-transition: transform 1.5s cubic-bezier(0, 0.025, 0, 1);
  transition: transform 1.5s cubic-bezier(0, 0.025, 0, 1);
}
.image.hover *,
.video.hover * {
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: transform 0.5s cubic-bezier(0, 0.025, 0, 1);
  -moz-transition: transform 0.5s cubic-bezier(0, 0.025, 0, 1);
  -ms-transition: transform 0.5s cubic-bezier(0, 0.025, 0, 1);
  -o-transition: transform 0.5s cubic-bezier(0, 0.025, 0, 1);
  transition: transform 0.5s cubic-bezier(0, 0.025, 0, 1);
}
.image img,
.image svg,
.video img,
.video svg {
  width: 100%;
  height: auto;
  display: block;
}

.lazy {
  visibility: hidden;
}
.lazy.loaded {
  visibility: visible;
}

p {
  line-height: 1.75em;
}
p.color-gray {
  color: #AFACA9;
}
p.medium {
  font-size: 0.833em;
}
p.small {
  font-size: 0.778em;
}

strong {
  font-weight: 600;
}

svg {
  display: block;
  overflow: hidden;
}

.ui-helper-hidden-accessible {
  display: none;
}

.uppercase {
  letter-spacing: 0.075em;
  text-transform: uppercase;
}

.wrapper {
  padding: 0 10vw;
  position: relative;
}

/********************************************************************************************* 

x. Margin + Padding

*********************************************************************************************/
.no-margin {
  margin: 0 !important;
}

.no-padding {
  padding: 0 !important;
}

/********************************************************************************************* 

x. Columns & Widths

*********************************************************************************************/
.width-10 {
  width: 10%;
}

.width-15 {
  width: 15%;
}

.width-20 {
  width: 20%;
}

.width-25 {
  width: 25%;
}

.width-30 {
  width: 30%;
}

.width-33 {
  width: 33.33%;
}

.width-35 {
  width: 35%;
}

.width-40 {
  width: 40%;
}

.width-45 {
  width: 45%;
}

.width-50 {
  width: 50%;
}

.width-55 {
  width: 55%;
}

.width-60 {
  width: 60%;
}

.width-65 {
  width: 65%;
}

.width-66 {
  width: 66.66%;
}

.width-70 {
  width: 70%;
}

.width-75 {
  width: 75%;
}

.width-80 {
  width: 80%;
}

.width-85 {
  width: 85%;
}

.width-90 {
  width: 80%;
}

.width-95 {
  width: 95%;
}

.width-100 {
  width: 100%;
}

/********************************************************************************************* 

x. Content

*********************************************************************************************/
.content.bottom {
  margin: 50px 0 0 0;
}
.content.top {
  margin: 0 0 50px 0;
}
.content.white * {
  color: white;
}
.content.white a {
  color: #C4D3A6;
}
.content.white a.button {
  color: #C4D3A6;
  border-color: #C4D3A6;
}
.content.white a.button:after, .content.white a.button:before {
  background: #C4D3A6;
}
.content.white a.button:hover {
  color: #D7D2CB;
  border-color: #D7D2CB;
}
.content.white a.button:hover:after, .content.white a.button:hover:before {
  background: #D7D2CB;
}
.content.white a:hover {
  color: #D7D2CB;
}
.content a {
  text-decoration: underline;
  text-underline-offset: 0.1em;
  text-decoration-thickness: 0.1em;
}
.content a.no-underline {
  text-decoration: none;
}
.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6,
.content ol,
.content p,
.content ul {
  margin-bottom: 30px;
}
.content h1 a,
.content h2 a,
.content h3 a,
.content h4 a,
.content h5 a,
.content h6 a {
  text-decoration: none;
}
.content ol,
.content ul {
  margin-left: 40px;
}
.content ol li,
.content ul li {
  line-height: 1.5em;
}

.content > :last-child {
  margin-bottom: 0;
}

/********************************************************************************************* 

x. Button

*********************************************************************************************/
a.button {
  color: black;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.125em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  border-bottom: 2px solid black;
  padding: 0 40px 15px 40px;
  inline-display: inline-block;
  zoom: 1;
  *display: inline;
  position: relative;
}
a.button.filled {
  color: #C4D3A6;
  background: black;
  border-bottom: none;
  padding: 25px 50px;
}
a.button.filled:after, a.button.filled:before {
  display: none;
}
a.button.filled:hover {
  color: black;
  background: #C4D3A6;
}
a.button:after, a.button:before {
  content: "";
  width: 2px;
  height: 10px;
  background: black;
  position: absolute;
  bottom: 0;
}
a.button:after {
  right: 0;
}
a.button:before {
  left: 0;
}
a.button:hover {
  color: gray;
  border-color: gray;
}
a.button:hover:after, a.button:hover:before {
  background: gray;
}

/********************************************************************************************* 

x. Caption

*********************************************************************************************/
.caption {
  color: #C4D3A6;
  background: black;
  padding: 10px 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 20;
}
.caption.inline {
  color: black;
  background: none;
  margin: 30px 0 0 0;
  padding: 0;
  position: relative;
}

/********************************************************************************************* 

x. Pagination

*********************************************************************************************/
.pagination {
  list-style: none;
}
.pagination li {
  margin: 0 10px;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
}

/********************************************************************************************* 

x. Table

*********************************************************************************************/
table {
  width: 100%;
  height: auto;
}
table.sort th {
  white-space: nowrap;
  cursor: pointer;
}
table.sort th.tablesorter-headerAsc .tablesorter-header-inner, table.sort th.tablesorter-headerDesc .tablesorter-header-inner {
  display: inline-block;
  zoom: 1;
  *display: inline;
  position: relative;
}
table.sort th.tablesorter-headerAsc .tablesorter-header-inner:after, table.sort th.tablesorter-headerDesc .tablesorter-header-inner:after {
  /*
  color: $shuttle-gray;
  font-family: 'Font Awesome 5 Free' !important;
  font-size: 0.889em;
  font-weight: 900;
  line-height: 1em;
  */
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  display: block;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: calc(100% + 5px);
}
table.sort th.tablesorter-headerAsc .tablesorter-header-inner:after {
  border-width: 0 4px 5px 4px;
  border-color: transparent transparent #63656A transparent;
}
table.sort th.tablesorter-headerDesc .tablesorter-header-inner:after {
  border-width: 5px 4px 0 4px;
  border-color: #63656A transparent transparent transparent;
}
table a {
  text-decoration: underline;
  text-underline-offset: 0.1em;
  text-decoration-thickness: 0.1em;
}
table td,
table th {
  font-size: 0.778em;
  text-align: left;
  padding: 20px 40px;
  vertical-align: top;
}
table td.center,
table th.center {
  text-align: center;
}
table tr {
  opacity: 0;
  -moz-transform: translateY(100px);
  -webkit-transform: translateY(100px);
  -o-transform: translateY(100px);
  -ms-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: all 1s cubic-bezier(0, 0.025, 0, 1);
  -moz-transition: all 1s cubic-bezier(0, 0.025, 0, 1);
  -ms-transition: all 1s cubic-bezier(0, 0.025, 0, 1);
  -o-transition: all 1s cubic-bezier(0, 0.025, 0, 1);
  transition: all 1s cubic-bezier(0, 0.025, 0, 1);
  -webkit-transition-delay: calc(var(--index) * 0.05s);
  -moz-transition-delay: calc(var(--index) * 0.05s);
  -ms-transition-delay: calc(var(--index) * 0.05s);
  -o-transition-delay: calc(var(--index) * 0.05s);
  transition-delay: calc(var(--index) * 0.05s);
}
table tr:nth-child(even) td,
table tr:nth-child(even) th {
  background: #F0EEEC;
}

.in-view table tr {
  opacity: 1;
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.hidden.visible table tr {
  opacity: 1;
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

/********************************************************************************************* 

x. Tooltip

*********************************************************************************************/
.ui-tooltip {
  color: white;
  font-size: 0.889em;
  line-height: 1.25em;
  max-width: 350px;
  background: black;
  padding: 15px 20px;
  position: absolute;
  z-index: 9999;
}
.ui-tooltip.image {
  padding: 0;
  max-width: 500px;
}

/********************************************************************************************* 

x. Header

*********************************************************************************************/
header {
  width: 100%;
  height: auto;
  background: white;
}
header.fixed {
  background: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  overflow: hidden;
}
header.fixed.headroom {
  -webkit-transition: transform 200ms cubic-bezier(0, 0.025, 0, 1);
  -moz-transition: transform 200ms cubic-bezier(0, 0.025, 0, 1);
  -ms-transition: transform 200ms cubic-bezier(0, 0.025, 0, 1);
  -o-transition: transform 200ms cubic-bezier(0, 0.025, 0, 1);
  transition: transform 200ms cubic-bezier(0, 0.025, 0, 1);
}
header.fixed.headroom--pinned {
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
header.fixed.headroom--unpinned {
  -moz-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
header.fixed .logo {
  background: white;
  width: 120px;
  height: 65px;
  opacity: 0.8;
  position: relative;
}
header.fixed .logo:after, header.fixed .logo:before {
  content: "";
  pointer-events: none;
  background: white;
  width: 9999px;
  height: 9999px;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
}
header.fixed .logo:after {
  left: 100%;
}
header.fixed .logo:before {
  right: 100%;
}
header.fixed .logo svg {
  display: none;
}
header.fixed .mobile-navigation {
  background: rgba(255, 255, 255, 0.8);
}
header.search-is-open .filters .navigation li {
  pointer-events: all;
  opacity: 1;
}
header.search-is-open form {
  pointer-events: all;
  opacity: 1;
  -webkit-transition: all 1s cubic-bezier(0, 0.025, 0, 1);
  -moz-transition: all 1s cubic-bezier(0, 0.025, 0, 1);
  -ms-transition: all 1s cubic-bezier(0, 0.025, 0, 1);
  -o-transition: all 1s cubic-bezier(0, 0.025, 0, 1);
  transition: all 1s cubic-bezier(0, 0.025, 0, 1);
}
header.search-is-open form input[type=text] {
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: transform 0.5s cubic-bezier(0, 0.025, 0, 1);
  -moz-transition: transform 0.5s cubic-bezier(0, 0.025, 0, 1);
  -ms-transition: transform 0.5s cubic-bezier(0, 0.025, 0, 1);
  -o-transition: transform 0.5s cubic-bezier(0, 0.025, 0, 1);
  transition: transform 0.5s cubic-bezier(0, 0.025, 0, 1);
}
header.search-is-open form .magnifying-glass {
  left: 0;
  -webkit-transition: left 0.5s cubic-bezier(0, 0.025, 0, 1);
  -moz-transition: left 0.5s cubic-bezier(0, 0.025, 0, 1);
  -ms-transition: left 0.5s cubic-bezier(0, 0.025, 0, 1);
  -o-transition: left 0.5s cubic-bezier(0, 0.025, 0, 1);
  transition: left 0.5s cubic-bezier(0, 0.025, 0, 1);
}
header.search-is-open .navigation li {
  pointer-events: none;
  opacity: 0;
}
header.search-is-open .sub-navigation .navigation li {
  pointer-events: all;
  opacity: 1;
}
header .columns {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .columns .column .inside {
  position: relative;
}
header .filters {
  background: black;
  padding: 30px 0;
}
header .filters .navigation li {
  vertical-align: middle;
}
header .filters .navigation li.active a.arrow-right:after {
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
header .filters .navigation li.current-menu-item a {
  color: #C4D3A6;
}
header .filters .navigation li:not(:first-child) {
  margin: 0;
}
header .filters .navigation li:not(:last-child) {
  margin: 0 30px 0 0;
}
header .filters .navigation li:last-child a {
  top: 0;
}
header .filters .navigation li a {
  color: white;
  line-height: normal;
  padding: 0;
}
header .filters .navigation li a.arrow-right:after {
  content: "\f287";
  color: #C4D3A6;
  font-family: "IonIcons" !important;
  font-size: 1.5em;
  font-weight: normal;
  width: auto;
  height: auto;
  background: none;
  margin: 0 0 0 5px;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
  position: relative;
  top: -1.5px;
}
header .filters .navigation li a:before {
  display: none !important;
}
header .filters .navigation li a:hover {
  color: #C4D3A6;
}
header .filters .sub-navigation {
  display: none;
}
header .filters .sub-navigation.visible {
  display: block;
}
header .filters .sub-navigation.visible .navigation li {
  opacity: 1;
}
header .filters .sub-navigation .navigation {
  text-align: left;
}
header .filters .sub-navigation .navigation li {
  opacity: 0;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  -webkit-transition: opacity 1s cubic-bezier(0, 0.025, 0, 1);
  -moz-transition: opacity 1s cubic-bezier(0, 0.025, 0, 1);
  -ms-transition: opacity 1s cubic-bezier(0, 0.025, 0, 1);
  -o-transition: opacity 1s cubic-bezier(0, 0.025, 0, 1);
  transition: opacity 1s cubic-bezier(0, 0.025, 0, 1);
  -webkit-transition-delay: calc(var(--index) * 0.05s);
  -moz-transition-delay: calc(var(--index) * 0.05s);
  -ms-transition-delay: calc(var(--index) * 0.05s);
  -o-transition-delay: calc(var(--index) * 0.05s);
  transition-delay: calc(var(--index) * 0.05s);
}
header .filters .sub-navigation .navigation li.current-menu-item {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: top;
}
header .filters .sub-navigation .navigation li.current-menu-item .sub-menu {
  padding: 0;
}
header .filters .sub-navigation .navigation li.current-menu-item .sub-menu li {
  display: block;
}
header .filters .sub-navigation .navigation li a {
  font-weight: 400;
  line-height: normal;
  display: block;
}
header .filters .sub-navigation .navigation li .sub-menu li {
  opacity: 1;
  margin: 20px 0 0 0;
  display: block;
}
header .filters .sub-navigation .spacer {
  width: 100%;
  height: 30px;
}
header form {
  pointer-events: none;
  width: 350px;
  height: auto;
  opacity: 0;
  padding: 0 35px;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transition: all 0.25s cubic-bezier(0, 0.025, 0, 1);
  -moz-transition: all 0.25s cubic-bezier(0, 0.025, 0, 1);
  -ms-transition: all 0.25s cubic-bezier(0, 0.025, 0, 1);
  -o-transition: all 0.25s cubic-bezier(0, 0.025, 0, 1);
  transition: all 0.25s cubic-bezier(0, 0.025, 0, 1);
}
header form a[href="#search"] {
  opacity: 0.5;
  display: block;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 0;
}
header form a[href="#search"] .material-icons {
  display: block;
}
header form input[type=text] {
  font-family: fieldwork, Arial, Helvetica, sans-serif;
  font-size: 1rem;
  background: none;
  border: none;
  width: 100%;
  height: 25px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  -moz-transform: translateX(25px);
  -webkit-transform: translateX(25px);
  -o-transform: translateX(25px);
  -ms-transform: translateX(25px);
  transform: translateX(25px);
}
header form .magnifying-glass {
  color: #737372;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: 25px;
}
header form .magnifying-glass .material-icons {
  display: block;
}
header .hamburger {
  width: 20px;
  height: 14px;
  display: none;
  position: relative;
}
header .hamburger .line {
  background: rgb(0, 0, 0);
  width: 20px;
  height: 2px;
  position: absolute;
  left: 0;
}
header .hamburger .line:nth-child(1) {
  top: 0;
  transition: top 0.125s 0.125s cubic-bezier(0, 0.025, 0, 1), transform 0.125s 0ms cubic-bezier(0, 0.025, 0, 1);
}
header .hamburger .line:nth-child(2) {
  top: 6px;
  transition: opacity 0ms 0.125s;
}
header .hamburger .line:nth-child(3) {
  top: 12px;
  transition: top 0.125s 0.125s cubic-bezier(0, 0.025, 0, 1), transform 0.125s 0ms cubic-bezier(0, 0.025, 0, 1);
}
header .logo {
  width: 85px;
  height: auto;
  display: block;
  overflow: visible;
}
header .mobile-navigation {
  pointer-events: none;
  background: white;
  opacity: 0;
  padding: 30px 0;
  position: fixed;
  top: 67px;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  -webkit-transition: opacity 0.125s cubic-bezier(0, 0.025, 0, 1);
  -moz-transition: opacity 0.125s cubic-bezier(0, 0.025, 0, 1);
  -ms-transition: opacity 0.125s cubic-bezier(0, 0.025, 0, 1);
  -o-transition: opacity 0.125s cubic-bezier(0, 0.025, 0, 1);
  transition: opacity 0.125s cubic-bezier(0, 0.025, 0, 1);
}
header .mobile-navigation form {
  width: auto;
  -moz-transform: translateY(0%);
  -webkit-transform: translateY(0%);
  -o-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  top: 0;
  left: 0;
  right: 0;
}
header .mobile-navigation .navigation li {
  text-align: right;
  display: block;
}
header .mobile-navigation .navigation li:not(:first-child) {
  margin: 20px 0 0 0;
}
header .mobile-navigation .navigation li a {
  line-height: 1em;
  padding: 0 0 10px 0;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
header .mobile-navigation .navigation li a:before {
  display: none;
}
header .mobile-navigation .wrapper {
  margin: 0 10vw;
  padding: 0;
}
header .navigation {
  list-style: none;
}
header .navigation li {
  opacity: 1;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
  -webkit-transition: opacity 0.5s cubic-bezier(0, 0.025, 0, 1);
  -moz-transition: opacity 0.5s cubic-bezier(0, 0.025, 0, 1);
  -ms-transition: opacity 0.5s cubic-bezier(0, 0.025, 0, 1);
  -o-transition: opacity 0.5s cubic-bezier(0, 0.025, 0, 1);
  transition: opacity 0.5s cubic-bezier(0, 0.025, 0, 1);
}
header .navigation li.color-gray a {
  color: #898B8E;
}
header .navigation li.color-gray a:before {
  background: black;
}
header .navigation li.color-gray a:hover {
  color: black;
}
header .navigation li.current-menu-ancestor.color-gray a:before, header .navigation li.current-menu-item.color-gray a:before {
  background: #898B8E;
}
header .navigation li.current-menu-ancestor a:before, header .navigation li.current-menu-item a:before {
  width: 100%;
  background: black;
}
header .navigation li:last-child a {
  line-height: normal;
}
header .navigation li:last-child a:hover:before {
  display: none;
}
header .navigation li:not(:first-child) {
  margin: 0 0 0 30px;
}
header .navigation li a {
  color: black;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.125em;
  line-height: 65px;
  text-transform: uppercase;
  display: block;
  position: relative;
}
header .navigation li a:before {
  content: "";
  width: 0;
  height: 5px;
  background: #898B8E;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: width 0.25s cubic-bezier(0, 0.025, 0, 1);
  -moz-transition: width 0.25s cubic-bezier(0, 0.025, 0, 1);
  -ms-transition: width 0.25s cubic-bezier(0, 0.025, 0, 1);
  -o-transition: width 0.25s cubic-bezier(0, 0.025, 0, 1);
  transition: width 0.25s cubic-bezier(0, 0.025, 0, 1);
}
header .navigation li a:hover {
  color: #898B8E;
}
header .navigation li a:hover:before {
  width: 100%;
}
header .navigation li a .material-icons {
  font-size: 1.5em;
  display: block;
}
header .sub-navigation {
  background: black;
}
header .sub-navigation .navigation {
  text-align: right;
}
header .sub-navigation .navigation li {
  display: none;
}
header .sub-navigation .navigation li.current-menu-ancestor, header .sub-navigation .navigation li.current-menu-item {
  display: block;
}
header .sub-navigation .navigation li.current-menu-ancestor .sub-menu, header .sub-navigation .navigation li.current-menu-item .sub-menu {
  padding: 30px 0;
  display: block;
}
header .sub-navigation .navigation li.current-menu-ancestor .sub-menu li, header .sub-navigation .navigation li.current-menu-item .sub-menu li {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
}
header .sub-navigation .navigation li.current-menu-ancestor .sub-menu li.current-menu-item a, header .sub-navigation .navigation li.current-menu-item .sub-menu li.current-menu-item a {
  color: #C4D3A6;
}
header .sub-navigation .navigation li.current-menu-ancestor .sub-menu li:last-child a, header .sub-navigation .navigation li.current-menu-item .sub-menu li:last-child a {
  top: 0;
}
header .sub-navigation .navigation li.current-menu-ancestor .sub-menu li a, header .sub-navigation .navigation li.current-menu-item .sub-menu li a {
  color: white;
  line-height: normal;
  padding: 0;
  display: block;
}
header .sub-navigation .navigation li.current-menu-ancestor .sub-menu li a:before, header .sub-navigation .navigation li.current-menu-item .sub-menu li a:before {
  display: none;
}
header .sub-navigation .navigation li.current-menu-ancestor .sub-menu li a:hover, header .sub-navigation .navigation li.current-menu-item .sub-menu li a:hover {
  color: #C4D3A6;
}
header .sub-navigation .navigation li a {
  display: none;
}

html.loaded header.fixed .logo, body.loaded header.fixed .logo {
  background-color: transparent;
  background-image: url(../img/logo.svg);
  background-size: 100% auto;
  background-position: center center;
  background-repeat: no-repeat;
}
html.menu-is-open header .hamburger .line:nth-child(1), body.menu-is-open header .hamburger .line:nth-child(1) {
  top: 6px;
  transform: rotate(-45deg);
  transition: top 0.125s 0ms cubic-bezier(0, 0.025, 0, 1), transform 0.125s 0.125s cubic-bezier(0, 0.025, 0, 1);
}
html.menu-is-open header .hamburger .line:nth-child(2), body.menu-is-open header .hamburger .line:nth-child(2) {
  background: rgba(0, 0, 0, 0);
}
html.menu-is-open header .hamburger .line:nth-child(3), body.menu-is-open header .hamburger .line:nth-child(3) {
  top: 6px;
  transform: rotate(45deg);
  transition: top 0.125s 0ms cubic-bezier(0, 0.025, 0, 1), transform 0.125s 0.125s cubic-bezier(0, 0.025, 0, 1);
}
html.menu-is-open header .mobile-navigation, body.menu-is-open header .mobile-navigation {
  pointer-events: all;
  opacity: 1;
  transition: opacity 0.5s 0ms;
}

/********************************************************************************************* 

x. Main

*********************************************************************************************/
main {
  padding: 80px 0 0 0;
  display: block;
  overflow: hidden;
}
main section {
  margin: 0 0 80px 0;
}
main section.background-black {
  background: black;
}
main section.background-tan {
  background: #D7D2CB;
}
main section.full-width:first-child {
  margin-top: -80px;
}
main section.full-width:last-child {
  margin-bottom: 0;
}

section.full-width + section.full-width {
  margin-top: -80px;
}

/********************************************************************************************* 

x. Footer

*********************************************************************************************/
footer {
  padding: 60px 0;
}
footer .columns {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer .credits {
  text-align: right;
  margin: 20px 0 0 0;
  list-style: none;
}
footer .credits li {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.075em;
  text-transform: uppercase;
}
footer .logo {
  width: 100px;
  height: auto;
  display: block;
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  position: absolute;
  top: 50%;
  left: 50%;
}
footer .navigation {
  margin: 0 0 -20px 0;
  list-style: none;
}
footer .navigation li {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
footer .navigation li:not(:last-child) {
  margin: 0 20px 20px 0;
}
footer .navigation li a {
  color: black;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.125em;
  text-align: center;
  text-transform: uppercase;
  border-bottom: 2px solid black;
  padding: 0 40px 15px 40px;
  display: block;
  position: relative;
}
footer .navigation li a:after, footer .navigation li a:before {
  content: "";
  width: 2px;
  height: 10px;
  background: black;
  position: absolute;
  bottom: 0;
}
footer .navigation li a:after {
  right: 0;
}
footer .navigation li a:before {
  left: 0;
}
footer .navigation li a:hover {
  color: #D7D2CB;
  border-color: #D7D2CB;
}
footer .navigation li a:hover:after, footer .navigation li a:hover:before {
  background: #D7D2CB;
}
footer .social-media {
  text-align: right;
  list-style: none;
}
footer .social-media li {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
footer .social-media li:not(:first-child) {
  margin: 0 0 0 10px;
}
footer .social-media li a {
  display: block;
}
footer .social-media li a:hover svg {
  fill: black;
}
footer .social-media li a svg {
  fill: #D7D2CB;
  width: auto;
  height: 20px;
}

/********************************************************************************************* 

x. Back

*********************************************************************************************/
section.back {
  padding: 30px 0;
}
section.back a[href="#back"] {
  display: inline-block;
  zoom: 1;
  *display: inline;
  position: relative;
}
section.back a[href="#back"]:before {
  content: "\f117";
  color: #C4D3A6;
  font-family: "IonIcons" !important;
  font-size: 2em;
  line-height: 1em;
  margin: 0 10px 0 0;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
  position: relative;
  top: -1.5px;
}
section.back a[href="#back"]:after {
  content: "";
  width: 100%;
  height: 2px;
  background: white;
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
}
section.back a[href="#back"]:hover:after {
  display: block;
}

/********************************************************************************************* 

x. Awards

*********************************************************************************************/
section.awards {
  padding: 100px 0;
}
section.awards .columns {
  margin: -10px -50px;
  display: flex;
  flex-wrap: wrap;
}
section.awards .columns .column .inside {
  margin: 10px 50px;
}

/********************************************************************************************* 

x. Collaborations

*********************************************************************************************/
section.collaborations {
  margin-top: -50px;
}

/********************************************************************************************* 

x. Contacts

*********************************************************************************************/
section.contacts.in-view .columns .column {
  opacity: 1;
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
section.contacts .columns {
  margin: -15px;
  display: flex;
  align-items: flex-start;
}
section.contacts .columns .column {
  opacity: 0;
  -moz-transform: translateY(100px);
  -webkit-transform: translateY(100px);
  -o-transform: translateY(100px);
  -ms-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: all 1s cubic-bezier(0, 0.025, 0, 1);
  -moz-transition: all 1s cubic-bezier(0, 0.025, 0, 1);
  -ms-transition: all 1s cubic-bezier(0, 0.025, 0, 1);
  -o-transition: all 1s cubic-bezier(0, 0.025, 0, 1);
  transition: all 1s cubic-bezier(0, 0.025, 0, 1);
  -webkit-transition-delay: calc(var(--index) * 0.1s);
  -moz-transition-delay: calc(var(--index) * 0.1s);
  -ms-transition-delay: calc(var(--index) * 0.1s);
  -o-transition-delay: calc(var(--index) * 0.1s);
  transition-delay: calc(var(--index) * 0.1s);
}
section.contacts .columns .column .inside {
  padding: 15px;
}
section.contacts .content.bottom {
  margin: 30px 0 0 0;
}
section.contacts .content.top {
  margin: 0 0 30px 0;
}
section.contacts .content h1,
section.contacts .content h2,
section.contacts .content h3,
section.contacts .content h4,
section.contacts .content h5,
section.contacts .content h6,
section.contacts .content ol,
section.contacts .content p,
section.contacts .content ul {
  margin-bottom: 5px;
}
section.contacts .content a:hover svg {
  fill: black;
}
section.contacts .content a svg {
  fill: #D7D2CB;
  width: auto;
  height: 15px;
}
section.contacts.shop-contacts {
  background: #000;
  padding: 60px 0;
}
section.contacts.shop-contacts .content.bottom {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
section.contacts.shop-contacts .content.bottom a:hover svg path {
  fill: #C4D3A6;
}
section.contacts.shop-contacts p.top {
  color: #D7D2CB;
  font-size: 1.2em;
}
section.contacts.shop-contacts p {
  color: #fff;
  display: block;
  width: 100%;
}
section.contacts.shop-contacts .columns {
  display: flex;
  justify-content: space-between;
  align-items: initial;
}
section.contacts.shop-contacts .columns .inside {
  display: flex;
}
section.contacts.shop-contacts .columns .column {
  display: flex;
}
section.contacts.shop-contacts a.button {
  border-color: #C4D3A6;
  color: #C4D3A6;
}
section.contacts.shop-contacts a.button:before, section.contacts.shop-contacts a.button:after {
  background: #C4D3A6;
}
section.contacts.shop-contacts a.button:hover {
  color: #fff;
  border-color: #fff;
}
section.contacts.shop-contacts a.button:hover:before, section.contacts.shop-contacts a.button:hover:after {
  background: #fff;
}

/********************************************************************************************* 

x. Employee

*********************************************************************************************/
section.employee .contact-information {
  text-align: right;
  list-style: none;
}
section.employee .contact-information li {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
section.employee .contact-information li:not(:first-child) {
  margin: 0 0 0 10px;
}
section.employee .contact-information li a {
  display: block;
}
section.employee .contact-information li a:hover svg {
  fill: black;
}
section.employee .contact-information li a svg {
  fill: #D7D2CB;
  width: auto;
  height: 15px;
}
section.employee .columns {
  margin: 0 -50px;
  display: flex;
}
section.employee .columns .column .inside {
  margin: 0 50px;
}
section.employee .columns .column .inside .columns {
  border-bottom: 2px solid #C7C2BB;
  margin: 0 0 50px 0;
  padding: 0 0 50px 0;
  align-items: flex-end;
  justify-content: space-between;
}
section.employee .columns .column .inside .columns .column:first-child .inside {
  margin: 0 10px 0 0;
}
section.employee .columns .column .inside .columns .column:last-child .inside {
  margin: 0 0 0 10px;
}

/********************************************************************************************* 

x. Employees

*********************************************************************************************/
section.employees.in-view .grid .item .inside {
  opacity: 1;
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
section.employees .filters {
  margin: -20px -20px 20px -20px;
  list-style: none;
}
section.employees .filters li {
  margin: 20px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
section.employees .filters li.active a {
  text-decoration: underline;
  text-underline-offset: 0.5em;
  text-decoration-thickness: 0.2em;
}
section.employees .filters li a {
  color: black;
  font-size: 0.667em;
  display: block;
}
section.employees .filters li a:hover {
  color: #898B8E;
}
section.employees .grid {
  margin: -20px;
  display: flex;
  flex-wrap: wrap;
}
section.employees .grid .item {
  width: calc(25% - 1px);
  height: auto;
}
section.employees .grid .item .columns {
  margin: -10px;
  display: flex;
  justify-content: space-between;
}
section.employees .grid .item .columns .column .inside {
  opacity: 1;
  padding: 10px;
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
  -webkit-transition-delay: 0 !important;
  -moz-transition-delay: 0 !important;
  -ms-transition-delay: 0 !important;
  -o-transition-delay: 0 !important;
  transition-delay: 0 !important;
}
section.employees .grid .item .content a {
  color: #B5C396;
  font-size: 0.667em;
}
section.employees .grid .item .content a:hover {
  color: #C4D3A6;
}
section.employees .grid .item .image {
  margin: 0 0 20px 0;
  display: block;
}
section.employees .grid .item .inside {
  opacity: 0;
  padding: 20px;
  -moz-transform: translateY(100px);
  -webkit-transform: translateY(100px);
  -o-transform: translateY(100px);
  -ms-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: all 1s cubic-bezier(0, 0.025, 0, 1);
  -moz-transition: all 1s cubic-bezier(0, 0.025, 0, 1);
  -ms-transition: all 1s cubic-bezier(0, 0.025, 0, 1);
  -o-transition: all 1s cubic-bezier(0, 0.025, 0, 1);
  transition: all 1s cubic-bezier(0, 0.025, 0, 1);
  -webkit-transition-delay: calc(var(--index) * 0.1s);
  -moz-transition-delay: calc(var(--index) * 0.1s);
  -ms-transition-delay: calc(var(--index) * 0.1s);
  -o-transition-delay: calc(var(--index) * 0.1s);
  transition-delay: calc(var(--index) * 0.1s);
}

/********************************************************************************************* 

x. Featured Awards

*********************************************************************************************/
section.featured-awards.in-view .grid .item {
  opacity: 1;
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
section.featured-awards .grid {
  margin: -20px;
  display: flex;
  flex-wrap: wrap;
}
section.featured-awards .grid .full-information .inside,
section.featured-awards .grid .item .inside {
  margin: 20px;
}
section.featured-awards .grid .full-information {
  padding: 50px 0;
}
section.featured-awards .grid .full-information .columns {
  margin: -20px;
  display: flex;
  align-items: flex-start;
}
section.featured-awards .grid .full-information .columns .column:first-child h6 {
  line-height: 1em;
  white-space: nowrap;
}
section.featured-awards .grid .full-information .columns .column:last-child {
  flex-basis: 100%;
}
section.featured-awards .grid .full-information .columns .column .columns .column:last-child {
  flex-basis: auto;
}
section.featured-awards .grid .item {
  opacity: 0;
  -moz-transform: translateY(100px);
  -webkit-transform: translateY(100px);
  -o-transform: translateY(100px);
  -ms-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: all 1s cubic-bezier(0, 0.025, 0, 1);
  -moz-transition: all 1s cubic-bezier(0, 0.025, 0, 1);
  -ms-transition: all 1s cubic-bezier(0, 0.025, 0, 1);
  -o-transition: all 1s cubic-bezier(0, 0.025, 0, 1);
  transition: all 1s cubic-bezier(0, 0.025, 0, 1);
  -webkit-transition-delay: calc(var(--index) * 0.1s);
  -moz-transition-delay: calc(var(--index) * 0.1s);
  -ms-transition-delay: calc(var(--index) * 0.1s);
  -o-transition-delay: calc(var(--index) * 0.1s);
  transition-delay: calc(var(--index) * 0.1s);
}
section.featured-awards .grid .item.active .inside {
  border-bottom: 2px solid black;
  padding: 0 0 20px 0;
  position: relative;
}
section.featured-awards .grid .item.active .inside:after, section.featured-awards .grid .item.active .inside:before {
  content: "";
  width: 2px;
  height: 10px;
  background: black;
  position: absolute;
  bottom: 0;
}
section.featured-awards .grid .item.active .inside:after {
  right: 0;
}
section.featured-awards .grid .item.active .inside:before {
  left: 0;
}
section.featured-awards .grid .item.active .inside .image.inside {
  border-bottom: none;
  position: absolute;
}
section.featured-awards .grid .item .full-information {
  display: none;
}
section.featured-awards .grid .item .image {
  margin: 0 0 20px 0;
  display: block;
}

/********************************************************************************************* 

x. Featured News
x. News
x. Projects
x. Related
x. Related Projects
x. Search Results

*********************************************************************************************/
section.featured-news.in-view .grid .item,
section.news.in-view .grid .item,
section.projects.in-view .grid .item,
section.related.in-view .grid .item,
section.related-projects.in-view .grid .item,
section.search-results.in-view .grid .item {
  opacity: 1;
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
section.featured-news .grid,
section.news .grid,
section.projects .grid,
section.related .grid,
section.related-projects .grid,
section.search-results .grid {
  margin: -25px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
section.featured-news .grid .item,
section.news .grid .item,
section.projects .grid .item,
section.related .grid .item,
section.related-projects .grid .item,
section.search-results .grid .item {
  opacity: 0;
  -moz-transform: translateY(100px);
  -webkit-transform: translateY(100px);
  -o-transform: translateY(100px);
  -ms-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: all 1s cubic-bezier(0, 0.025, 0, 1);
  -moz-transition: all 1s cubic-bezier(0, 0.025, 0, 1);
  -ms-transition: all 1s cubic-bezier(0, 0.025, 0, 1);
  -o-transition: all 1s cubic-bezier(0, 0.025, 0, 1);
  transition: all 1s cubic-bezier(0, 0.025, 0, 1);
  -webkit-transition-delay: calc(var(--index) * 0.1s);
  -moz-transition-delay: calc(var(--index) * 0.1s);
  -ms-transition-delay: calc(var(--index) * 0.1s);
  -o-transition-delay: calc(var(--index) * 0.1s);
  transition-delay: calc(var(--index) * 0.1s);
}
section.featured-news .grid .item.load-more .content,
section.news .grid .item.load-more .content,
section.projects .grid .item.load-more .content,
section.related .grid .item.load-more .content,
section.related-projects .grid .item.load-more .content,
section.search-results .grid .item.load-more .content {
  padding: 80px 0 0 0;
}
section.featured-news .grid .item .inside,
section.news .grid .item .inside,
section.projects .grid .item .inside,
section.related .grid .item .inside,
section.related-projects .grid .item .inside,
section.search-results .grid .item .inside {
  padding: 25px;
}
section.featured-news .grid .item .inside a,
section.news .grid .item .inside a,
section.projects .grid .item .inside a,
section.related .grid .item .inside a,
section.related-projects .grid .item .inside a,
section.search-results .grid .item .inside a {
  color: black;
}
section.featured-news .grid .item .inside .image,
section.featured-news .grid .item .inside .video,
section.news .grid .item .inside .image,
section.news .grid .item .inside .video,
section.projects .grid .item .inside .image,
section.projects .grid .item .inside .video,
section.related .grid .item .inside .image,
section.related .grid .item .inside .video,
section.related-projects .grid .item .inside .image,
section.related-projects .grid .item .inside .video,
section.search-results .grid .item .inside .image,
section.search-results .grid .item .inside .video {
  margin: 0 0 30px 0;
  display: block;
}
section.featured-news .grid .item .inside .location,
section.news .grid .item .inside .location,
section.projects .grid .item .inside .location,
section.related .grid .item .inside .location,
section.related-projects .grid .item .inside .location,
section.search-results .grid .item .inside .location {
  color: #898B8E;
}

section.news .grid .item .inside a,
section.search-results .grid .item .inside a {
  color: #AFACA9;
}
section.news .grid .item .inside a:hover,
section.search-results .grid .item .inside a:hover {
  color: black;
}

section.news .grid .item .inside a.no-underline {
  color: black;
}
section.news .grid .item .inside a.no-underline:hover {
  color: #AFACA9;
}

section.projects.visible .project {
  opacity: 1;
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
section.projects .grid .item .inside a {
  color: black;
}
section.projects .grid .item .inside a:hover {
  color: #AFACA9;
}
section.projects .project {
  opacity: 0;
  -moz-transform: translateY(100px);
  -webkit-transform: translateY(100px);
  -o-transform: translateY(100px);
  -ms-transform: translateY(100px);
  transform: translateY(100px);
  padding: 20px;
  -webkit-transition: all 1s cubic-bezier(0, 0.025, 0, 1);
  -moz-transition: all 1s cubic-bezier(0, 0.025, 0, 1);
  -ms-transition: all 1s cubic-bezier(0, 0.025, 0, 1);
  -o-transition: all 1s cubic-bezier(0, 0.025, 0, 1);
  transition: all 1s cubic-bezier(0, 0.025, 0, 1);
  -webkit-transition-delay: calc(var(--index) * 0.05s);
  -moz-transition-delay: calc(var(--index) * 0.05s);
  -ms-transition-delay: calc(var(--index) * 0.05s);
  -o-transition-delay: calc(var(--index) * 0.05s);
  transition-delay: calc(var(--index) * 0.05s);
}
section.projects .project:nth-child(odd) {
  background: #F0EEEC;
}
section.projects .project .columns {
  margin: 0 -25px;
  display: flex;
  justify-content: space-between;
}
section.projects .project .columns .column .inside {
  padding: 0 25px;
}
section.projects .project .columns .column .inside .image {
  display: block;
}

/********************************************************************************************* 

x. Featured Research

*********************************************************************************************/
section.featured-research {
  border-top: 5px solid white;
}
section.featured-research .grid {
  display: flex;
  align-items: stretch;
  justify-content: center;
}
section.featured-research .grid .item {
  background: #D7D2CB;
  position: relative;
  overflow: hidden;
}
section.featured-research .grid .item:after, section.featured-research .grid .item:before {
  content: "";
  width: 2.5px;
  height: 9999px;
  background: white;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  z-index: 20;
}
section.featured-research .grid .item:after {
  right: 0;
}
section.featured-research .grid .item:before {
  left: 0;
}
section.featured-research .grid .item:first-child:before {
  display: none;
}
section.featured-research .grid .item:first-child .inside .content {
  padding: 50px 100px 50px 10vw;
}
section.featured-research .grid .item:last-child:after {
  display: none;
}
section.featured-research .grid .item:last-child .inside .content {
  padding: 50px 10vw 50px 100px;
}
section.featured-research .grid .item:first-child:last-child:after, section.featured-research .grid .item:first-child:last-child:before {
  display: none;
}
section.featured-research .grid .item .inside .tags {
  color: #898B8E;
  margin: 0 0 10px 0;
}

/********************************************************************************************* 

x. Image
x. Video

*********************************************************************************************/
section.image .video,
section.video .video {
  position: relative;
}
section.image .video:after,
section.video .video:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
section.image .video.playing.no-movement button.pause,
section.video .video.playing.no-movement button.pause {
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 1.5s cubic-bezier(0, 0.025, 0, 1);
  -moz-transition: opacity 1.5s cubic-bezier(0, 0.025, 0, 1);
  -ms-transition: opacity 1.5s cubic-bezier(0, 0.025, 0, 1);
  -o-transition: opacity 1.5s cubic-bezier(0, 0.025, 0, 1);
  transition: opacity 1.5s cubic-bezier(0, 0.025, 0, 1);
}
section.image .video.playing button.pause,
section.video .video.playing button.pause {
  pointer-events: all;
  opacity: 1;
}
section.image .video.playing button.play,
section.video .video.playing button.play {
  pointer-events: none;
  opacity: 0;
}
section.image .video button,
section.video .video button {
  width: 140px;
  height: auto;
  background: none;
  border: none;
  opacity: 0;
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  cursor: pointer;
}
section.image .video button.pause,
section.video .video button.pause {
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 0.25s cubic-bezier(0, 0.025, 0, 1);
  -moz-transition: opacity 0.25s cubic-bezier(0, 0.025, 0, 1);
  -ms-transition: opacity 0.25s cubic-bezier(0, 0.025, 0, 1);
  -o-transition: opacity 0.25s cubic-bezier(0, 0.025, 0, 1);
  transition: opacity 0.25s cubic-bezier(0, 0.025, 0, 1);
}
section.image .video button.play,
section.video .video button.play {
  pointer-events: all;
  opacity: 1;
  -webkit-transition: opacity 0.25s cubic-bezier(0, 0.025, 0, 1);
  -moz-transition: opacity 0.25s cubic-bezier(0, 0.025, 0, 1);
  -ms-transition: opacity 0.25s cubic-bezier(0, 0.025, 0, 1);
  -o-transition: opacity 0.25s cubic-bezier(0, 0.025, 0, 1);
  transition: opacity 0.25s cubic-bezier(0, 0.025, 0, 1);
}
section.image .video button svg,
section.video .video button svg {
  fill: white;
}

.single-post section.image .wrapper,
.single-post section.text-image .wrapper,
.single-post section.video .wrapper,
.single-research section.image .wrapper,
.single-research section.text-image .wrapper,
.single-research section.video .wrapper {
  padding: 0 20vw;
}

/********************************************************************************************* 

x. Images

*********************************************************************************************/
section.images.in-view .grid .item .inside {
  opacity: 1;
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
section.images .filters {
  margin: -20px -20px 20px -20px;
  list-style: none;
}
section.images .filters li {
  margin: 20px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
section.images .filters li.active a {
  text-decoration: underline;
  text-underline-offset: 0.5em;
  text-decoration-thickness: 0.2em;
}
section.images .filters li a {
  color: black;
  font-size: 0.667em;
  display: block;
}
section.images .filters li a:hover {
  color: #898B8E;
}
section.images .grid {
  margin: -20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
section.images .grid .item {
  /*
  .image {
  	width: auto; height: 200px;
  	display: block;
  	img {
  		width: auto; height: 100%;
  	}
  }
  */
}
section.images .grid .item img.tooltip-image {
  display: none;
}
section.images .grid .item .inside {
  opacity: 0;
  padding: 20px;
  -moz-transform: translateY(100px);
  -webkit-transform: translateY(100px);
  -o-transform: translateY(100px);
  -ms-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: all 1s cubic-bezier(0, 0.025, 0, 1);
  -moz-transition: all 1s cubic-bezier(0, 0.025, 0, 1);
  -ms-transition: all 1s cubic-bezier(0, 0.025, 0, 1);
  -o-transition: all 1s cubic-bezier(0, 0.025, 0, 1);
  transition: all 1s cubic-bezier(0, 0.025, 0, 1);
  -webkit-transition-delay: calc(var(--index) * 0.1s);
  -moz-transition-delay: calc(var(--index) * 0.1s);
  -ms-transition-delay: calc(var(--index) * 0.1s);
  -o-transition-delay: calc(var(--index) * 0.1s);
  transition-delay: calc(var(--index) * 0.1s);
}
section.images .credit {
  margin-top: 30px;
  font-size: 0.7em;
  text-align: center;
  color: #898B8E;
}

/********************************************************************************************* 

x. Instagram

*********************************************************************************************/
section.instagram {
  padding: 100px 0;
}
section.instagram .content h5 .icon,
section.instagram .content h5 .label {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
}
section.instagram .content h5 .icon {
  width: 35px;
  height: auto;
  margin: 0 10px 0 0;
  position: relative;
  top: -2px;
}
section.instagram .content h5 .icon svg {
  fill: white;
}

.eapps-instagram-feed-posts-grid-load-more-container.eapps-instagram-feed-posts-grid-load-more-enabled {
  display: none !important;
}

.instagram-section .eapps-instagram-feed-title {
  display: none !important;
}
.instagram-section .eapps-instagram-feed-posts-item-template-classic {
  border: none !important;
}
.instagram-section .eapps-instagram-feed-posts-item-template-classic .eapps-instagram-feed-posts-item-content {
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-bottom: 0 !important;
  margin-top: 20px !important;
}
.instagram-section .eapps-instagram-feed-posts-item-template-classic .eapps-instagram-feed-posts-item-content .eapps-instagram-feed-posts-item-text {
  font: 16px fieldwork, Arial, Helvetica, sans-serif !important;
  line-height: 1.75em !important;
}

.relative {
  position: relative;
}

.instagram-section {
  position: relative;
}
.instagram-section a.instagram-icon {
  width: 80px;
  height: 80px;
  padding: 20px;
  background: #000;
  position: absolute;
  bottom: 100%;
  margin-bottom: 40px;
  right: 0;
  display: block;
  box-sizing: border-box;
}
.instagram-section a.instagram-icon svg path {
  fill: #ffffff;
}
.instagram-section a.instagram-icon:hover {
  background: #C4D3A6;
}

#events {
  padding: 40px 0;
}

section.text-image.event {
  margin-bottom: 0;
}
section.text-image.event .wrapper {
  margin-top: 40px;
  margin-bottom: 40px;
}
section.text-image.event h5 {
  margin-bottom: 10px;
}
section.text-image.event h5 a:hover {
  color: #C4D3A6;
}
section.text-image.event .content {
  padding-top: 60px;
  padding-bottom: 60px;
}

.shop-image {
  width: 150px;
}
.shop-image img {
  width: 100%;
}

.space {
  clear: both;
  width: 100%;
  height: 100px;
  display: block;
  height: 1px;
}

/********************************************************************************************* 

x. Interactive Image

*********************************************************************************************/
section.interactive-image {
  position: relative;
  overflow: hidden;
}
section.interactive-image.in-view .points .point {
  opacity: 1;
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
section.interactive-image .points {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
}
section.interactive-image .points .point {
  width: 0;
  height: 0;
  opacity: 0;
  -moz-transform: translateY(100px);
  -webkit-transform: translateY(100px);
  -o-transform: translateY(100px);
  -ms-transform: translateY(100px);
  transform: translateY(100px);
  position: absolute;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transition-delay: calc(var(--index) * 0.1s);
  -moz-transition-delay: calc(var(--index) * 0.1s);
  -ms-transition-delay: calc(var(--index) * 0.1s);
  -o-transition-delay: calc(var(--index) * 0.1s);
  transition-delay: calc(var(--index) * 0.1s);
}
section.interactive-image .points .point:after {
  content: "";
  color: white;
  width: 25px;
  height: 25px;
  background: #C4D3A6;
  border: 2px solid white;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  position: absolute;
  top: 50%;
  left: 50%;
}
section.interactive-image .points .point:before {
  content: "";
  width: 25px;
  height: 25px;
  background: white;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  opacity: 0.25;
  -moz-transform: translateX(-50%) translateY(-50%) scale(0);
  -webkit-transform: translateX(-50%) translateY(-50%) scale(0);
  -o-transform: translateX(-50%) translateY(-50%) scale(0);
  -ms-transform: translateX(-50%) translateY(-50%) scale(0);
  transform: translateX(-50%) translateY(-50%) scale(0);
  position: absolute;
  top: 50%;
  left: 50%;
  animation: pulse 2s infinite ease;
}

/********************************************************************************************* 

x. Quotation

*********************************************************************************************/
section.quotation.background-black, section.quotation.background-tan {
  padding: 80px 0;
}
section.quotation .content h3 {
  line-height: 1.5em;
}
section.quotation .wrapper {
  padding: 0 20vw;
}

/********************************************************************************************* 

x. Related Press

*********************************************************************************************/
section.related-press .grid {
  margin: -15px -10px -10px -10px;
  display: flex;
  flex-wrap: wrap;
}
section.related-press .grid .item .inside {
  margin: 10px;
}
section.related-press a {
  color: black;
}
section.related-press a:hover {
  color: #737372;
}
section.related-press .date,
section.related-press .date-publication,
section.related-press .title {
  display: block;
}

/********************************************************************************************* 

x. Related Research

*********************************************************************************************/
section.related-research .columns {
  margin: 0 -50px;
  display: flex;
}
section.related-research .columns:not(:last-child) {
  margin-bottom: 50px;
}
section.related-research .columns .column {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
section.related-research .columns .column .inside {
  padding: 0 50px;
}

/********************************************************************************************* 

x. Research

*********************************************************************************************/
section.research .grid {
  margin: 0 -2px 0 0;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
section.research .grid .item {
  border-bottom: 2px solid #D7D7D7;
  position: relative;
  overflow: hidden;
}
section.research .grid .item.hover .image.outside,
section.research .grid .item.hover .video.outside {
  opacity: 1;
  -webkit-transition: opacity 3s cubic-bezier(0, 0.025, 0, 1);
  -moz-transition: opacity 3s cubic-bezier(0, 0.025, 0, 1);
  -ms-transition: opacity 3s cubic-bezier(0, 0.025, 0, 1);
  -o-transition: opacity 3s cubic-bezier(0, 0.025, 0, 1);
  transition: opacity 3s cubic-bezier(0, 0.025, 0, 1);
}
section.research .grid .item.hover .inside .content a {
  color: white;
}
section.research .grid .item.hover .inside .content .tags {
  color: white;
}
section.research .grid .item.hover .inside .content .tags:after {
  width: 40px;
  background: white;
  -webkit-transition: width 1.5s cubic-bezier(0, 0.025, 0, 1);
  -moz-transition: width 1.5s cubic-bezier(0, 0.025, 0, 1);
  -ms-transition: width 1.5s cubic-bezier(0, 0.025, 0, 1);
  -o-transition: width 1.5s cubic-bezier(0, 0.025, 0, 1);
  transition: width 1.5s cubic-bezier(0, 0.025, 0, 1);
}
section.research .grid .item.hover .overlay {
  opacity: 1;
  -webkit-transition: opacity 3s cubic-bezier(0, 0.025, 0, 1);
  -moz-transition: opacity 3s cubic-bezier(0, 0.025, 0, 1);
  -ms-transition: opacity 3s cubic-bezier(0, 0.025, 0, 1);
  -o-transition: opacity 3s cubic-bezier(0, 0.025, 0, 1);
  transition: opacity 3s cubic-bezier(0, 0.025, 0, 1);
}
section.research .grid .item:after {
  content: "";
  width: 2px;
  height: 9999px;
  background: #D7D7D7;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 0;
}
section.research .grid .item .image.inside,
section.research .grid .item .video.inside {
  padding: 0;
  position: absolute;
  z-index: 0;
}
section.research .grid .item .image.outside,
section.research .grid .item .video.outside {
  opacity: 0;
  -webkit-transition: opacity 0.25s cubic-bezier(0, 0.025, 0, 1);
  -moz-transition: opacity 0.25s cubic-bezier(0, 0.025, 0, 1);
  -ms-transition: opacity 0.25s cubic-bezier(0, 0.025, 0, 1);
  -o-transition: opacity 0.25s cubic-bezier(0, 0.025, 0, 1);
  transition: opacity 0.25s cubic-bezier(0, 0.025, 0, 1);
}
section.research .grid .item .inside {
  padding: 100px;
  position: relative;
  z-index: 20;
}
section.research .grid .item .inside a {
  color: black;
}
section.research .grid .item .inside .tags {
  margin: 0 0 20px 0;
  padding: 0 0 20px 0;
  position: relative;
}
section.research .grid .item .inside .tags:after {
  content: "";
  width: 80px;
  height: 2px;
  background: #63656A;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: width 0.25s cubic-bezier(0, 0.025, 0, 1);
  -moz-transition: width 0.25s cubic-bezier(0, 0.025, 0, 1);
  -ms-transition: width 0.25s cubic-bezier(0, 0.025, 0, 1);
  -o-transition: width 0.25s cubic-bezier(0, 0.025, 0, 1);
  transition: width 0.25s cubic-bezier(0, 0.025, 0, 1);
}
section.research .grid .item .overlay {
  opacity: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.6) 0%, rgba(255, 255, 255, 0.1) 100%);
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  -webkit-transition: opacity 0.25s cubic-bezier(0, 0.025, 0, 1);
  -moz-transition: opacity 0.25s cubic-bezier(0, 0.025, 0, 1);
  -ms-transition: opacity 0.25s cubic-bezier(0, 0.025, 0, 1);
  -o-transition: opacity 0.25s cubic-bezier(0, 0.025, 0, 1);
  transition: opacity 0.25s cubic-bezier(0, 0.025, 0, 1);
}

/********************************************************************************************* 

x. Slides

*********************************************************************************************/
section.slides {
  position: relative;
}
section.slides .controls {
  width: auto;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 20;
}
section.slides .controls .inside {
  padding: 0 10vw 100px 0;
}
section.slides .controls .navigation {
  list-style: none;
  z-index: 20;
}
section.slides .controls .navigation li.active a:after {
  height: 100%;
}
section.slides .controls .navigation li:not(:last-child) {
  margin: 0 0 10px 0;
}
section.slides .controls .navigation li a {
  width: 3px;
  height: 13px;
  border: 2px solid #D7D2CB;
  display: block;
  position: relative;
}
section.slides .controls .navigation li a:after {
  content: "";
  background: #C4D3A6;
  width: 100%;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: height 0.25s ease;
  -moz-transition: height 0.25s ease;
  -ms-transition: height 0.25s ease;
  -o-transition: height 0.25s ease;
  transition: height 0.25s ease;
}
section.slides .controls .navigation li a:hover:after {
  height: 100%;
}
section.slides .slide {
  width: 100%;
  height: auto;
  min-height: 100vh;
  position: relative;
  overflow: hidden;
}
section.slides .slide.layout-columns {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
section.slides .slide.layout-columns.text-position-left .image.outside,
section.slides .slide.layout-columns.text-position-left .video.outside {
  left: auto;
  right: 0;
}
section.slides .slide.layout-columns.text-position-left .wrapper {
  justify-content: flex-start;
}
section.slides .slide.layout-columns.text-position-left .wrapper .content {
  padding-left: 0;
}
section.slides .slide.layout-columns.text-position-right .image.outside,
section.slides .slide.layout-columns.text-position-right .video.outside {
  right: auto;
}
section.slides .slide.layout-columns.text-position-right .wrapper {
  justify-content: flex-end;
}
section.slides .slide.layout-columns .image.outside,
section.slides .slide.layout-columns .video.outside {
  width: 50%;
  height: auto;
}
section.slides .slide.layout-columns .wrapper {
  display: flex;
  flex-direction: row;
}
section.slides .slide.layout-columns .wrapper .content {
  width: 50%;
  height: auto;
  padding: 100px;
  border--moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
section.slides .slide.layout-full-screen {
  display: flex !important;
  flex-direction: column;
  justify-content: flex-end;
}
section.slides .slide.layout-full-screen .content {
  padding: 0 100px 0 0;
}
section.slides .slide.layout-full-screen .overlay {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(255, 255, 255, 0.1) 100%);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
}
section.slides .slide.layout-full-screen .wrapper {
  padding-top: 100px;
  padding-bottom: 100px;
  z-index: 20;
}

/********************************************************************************************* 

x. Split Screen

*********************************************************************************************/
section.split-screen {
  position: relative;
}
section.split-screen .controls {
  width: 40%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
}
section.split-screen .controls .inside {
  padding: 100px 100px 100px 10vw;
}
section.split-screen .controls .navigation {
  list-style: none;
  z-index: 20;
}
section.split-screen .controls .navigation li.active a {
  color: #C4D3A6;
}
section.split-screen .controls .navigation li:not(:last-child) {
  margin: 0 0 30px 0;
}
section.split-screen .controls .navigation li a {
  color: white;
  display: block;
}
section.split-screen .controls .navigation li a:hover {
  color: #C4D3A6;
}
section.split-screen .controls .title {
  color: #63656A;
  width: 100%;
  height: auto;
  border-bottom: 2px solid #63656A;
  margin: 0 0 60px 0;
  padding: 0 0 30px 0;
}
section.split-screen .section {
  padding: 0 0 0 40%;
}
section.split-screen .section .content {
  background: #D7D2CB;
  padding: 50px 10vw 50px 100px;
}

/********************************************************************************************* 

x. Text

*********************************************************************************************/
section.text.data .collaborators {
  display: none;
}
section.text.data .columns {
  margin: 0 -80px;
  display: flex;
  overflow: hidden;
}
section.text.data .columns .column:not(:last-child) {
  position: relative;
}
section.text.data .columns .column:not(:last-child):after {
  content: "";
  width: 2px;
  height: 9999px;
  background: #D7D7D7;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 0;
}
section.text.data .columns .column .inside {
  padding: 0 80px;
}
section.text.not-found, section.text.sorry {
  padding: 100px 0;
}
section.text.title .columns {
  border-bottom: 2px solid #C7C2BB;
  margin: 0 0 20px 0;
  padding: 0 0 20px 0;
  display: flex;
  justify-content: space-between;
}
section.text.title .columns .column:first-child .inside {
  padding: 0 50px 0 0;
}
section.text.title .columns .column:last-child .inside {
  padding: 0 0 0 50px;
}
section.text .content {
  width: 1000px;
  height: auto;
}
section.text .content.no-width {
  width: auto;
}

.single-post section.text.title h4 {
  padding: 0 0 30px 0;
  position: relative;
}
.single-post section.text.title h4:after {
  content: "";
  width: 180px;
  height: 2px;
  background: #AFACA9;
  position: absolute;
  bottom: 0;
  left: 0;
}

.single-post section.text .content,
.single-research section.text .content {
  width: auto;
}
.single-post section.text .wrapper,
.single-research section.text .wrapper {
  padding: 0 20vw;
}

section.text.title + section.text {
  margin-top: -20px;
}

/********************************************************************************************* 

x. Text + Image
x. Text + Map
x. Text + Slideshow

*********************************************************************************************/
section.text-image.background-black.image-size-small, section.text-image.background-black.slideshow-size-small, section.text-image.background-tan.image-size-small, section.text-image.background-tan.slideshow-size-small,
section.text-map.background-black.image-size-small,
section.text-map.background-black.slideshow-size-small,
section.text-map.background-tan.image-size-small,
section.text-map.background-tan.slideshow-size-small,
section.text-slideshow.background-black.image-size-small,
section.text-slideshow.background-black.slideshow-size-small,
section.text-slideshow.background-tan.image-size-small,
section.text-slideshow.background-tan.slideshow-size-small {
  padding: 100px 0;
}
section.text-image.background-black,
section.text-map.background-black,
section.text-slideshow.background-black {
  background: black;
}
section.text-image.background-tan,
section.text-map.background-tan,
section.text-slideshow.background-tan {
  background: #D7D2CB;
}
section.text-image.text-position-left .columns,
section.text-map.text-position-left .columns,
section.text-slideshow.text-position-left .columns {
  flex-direction: row-reverse;
}
section.text-image.text-position-left .content,
section.text-map.text-position-left .content,
section.text-slideshow.text-position-left .content {
  padding-left: 10vw;
}
section.text-image.text-position-left .wrapper .content,
section.text-map.text-position-left .wrapper .content,
section.text-slideshow.text-position-left .wrapper .content {
  padding-left: 0;
}
section.text-image.text-position-overlay,
section.text-map.text-position-overlay,
section.text-slideshow.text-position-overlay {
  width: 100%;
  height: auto;
  min-height: 80vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  overflow: hidden;
}
section.text-image.text-position-overlay.inline-image,
section.text-map.text-position-overlay.inline-image,
section.text-slideshow.text-position-overlay.inline-image {
  min-height: 0;
}
section.text-image.text-position-overlay.inline-image .wrapper,
section.text-map.text-position-overlay.inline-image .wrapper,
section.text-slideshow.text-position-overlay.inline-image .wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
}
section.text-image.text-position-overlay .overlay,
section.text-map.text-position-overlay .overlay,
section.text-slideshow.text-position-overlay .overlay {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(255, 255, 255, 0.1) 100%);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
}
section.text-image.text-position-overlay .wrapper,
section.text-map.text-position-overlay .wrapper,
section.text-slideshow.text-position-overlay .wrapper {
  padding-top: 100px;
  padding-bottom: 100px;
  z-index: 20;
}
section.text-image.text-position-overlay .wrapper .content img,
section.text-map.text-position-overlay .wrapper .content img,
section.text-slideshow.text-position-overlay .wrapper .content img {
  width: 250px;
  margin-bottom: 0;
}
section.text-image.text-position-right .columns,
section.text-map.text-position-right .columns,
section.text-slideshow.text-position-right .columns {
  flex-direction: row;
}
section.text-image.text-position-right .content,
section.text-map.text-position-right .content,
section.text-slideshow.text-position-right .content {
  padding-right: 10vw;
}
section.text-image.text-position-right .wrapper .content,
section.text-map.text-position-right .wrapper .content,
section.text-slideshow.text-position-right .wrapper .content {
  padding-right: 0;
}
section.text-image .columns,
section.text-map .columns,
section.text-slideshow .columns {
  display: flex;
  align-items: stretch;
}
section.text-image .columns .column,
section.text-map .columns .column,
section.text-slideshow .columns .column {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
section.text-image .content,
section.text-map .content,
section.text-slideshow .content {
  padding: 100px;
}
section.text-image .filler,
section.text-map .filler,
section.text-slideshow .filler {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
section.text-image .map .label,
section.text-map .map .label,
section.text-slideshow .map .label {
  display: none;
}
section.text-image .spacer,
section.text-map .spacer,
section.text-slideshow .spacer {
  width: 100%;
  height: 0;
  padding: 0 0 50% 0;
  display: block;
}

section.text-image.background-white + section.text-image.background-white {
  margin-top: -100px;
}

.single-research section.text-image .wrapper {
  padding: 0 20vw;
}

.flex-next span {
  display: none;
}

#notables {
  background: #000;
}
#notables section.text-image {
  margin-top: 0;
}
#notables section.text-image .columns .column {
  justify-content: flex-start;
}
#notables section.text-image .image.background-image {
  height: 100%;
}
#notables section.text-image .content {
  padding-bottom: 120px;
}
#notables section.text-image .content h1, #notables section.text-image .content h2 {
  margin-bottom: 60px;
}
#notables section.text-image .content a {
  color: #fff;
}
#notables section.text-image .content a:hover {
  color: #C4D3A6;
}
#notables section.text-image .content a.button {
  color: #fff;
  border-color: #fff;
}
#notables section.text-image .content a.button:after, #notables section.text-image .content a.button:before {
  background: #fff;
}
#notables section.text-image .content a.button:hover {
  color: #C4D3A6;
  border-color: #C4D3A6;
}
#notables section.text-image .content a.button:hover:after, #notables section.text-image .content a.button:hover:before {
  background: #C4D3A6;
}
#notables a.flex-next {
  display: flex;
  align-items: center;
  color: #C4D3A6;
}
#notables a.flex-next span {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.125em;
  text-transform: uppercase;
  margin-right: 10px;
}
#notables a.flex-next svg {
  display: inline-block;
}
#notables a.flex-next:hover {
  color: #fff;
}
#notables .flexslider.dark-arrows .flex-direction-nav {
  bottom: 60px;
  right: 60px;
}

/********************************************************************************************* 

x. WordPress Core

*********************************************************************************************/
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter, div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  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;
}

/********************************************************************************************* 

x. Imports

*********************************************************************************************/
/*********************************************************************************************

x. Basic Setup (Body, Fonts, etc.) 

********************************************************************************************/
@media only screen and (max-width: 1600px) {
  h1 {
    font-size: 3.75em;
  }
}
@media only screen and (max-width: 1400px) {
  .wrapper {
    padding: 0 7.5vw;
  }
}
@media only screen and (max-width: 1000px) {
  h1 {
    font-size: 3.333em;
  }
  h2 {
    font-size: 2.778em;
  }
  h3 {
    font-size: 2.222em;
  }
  h4 {
    font-size: 1.667em;
  }
  h5 {
    font-size: 1.389em;
  }
}
@media only screen and (max-width: 500px) {
  html,
  body {
    font-size: 16px;
  }
  h1 {
    font-size: 2.778em;
  }
  h2 {
    font-size: 2.222em;
  }
  h3 {
    font-size: 1.944em;
  }
}
/********************************************************************************************* 

x. Button

*********************************************************************************************/
@media only screen and (max-width: 700px) {
  a.button {
    padding: 0 20px 10px 20px;
  }
}
/********************************************************************************************* 

x. Contacts

*********************************************************************************************/
@media only screen and (max-width: 1100px) {
  section.contacts .columns {
    flex-wrap: wrap;
  }
  section.contacts .columns .column.width-25 {
    width: 50%;
  }
}
@media only screen and (max-width: 600px) {
  section.contacts .columns .column.width-25 {
    width: 100%;
  }
}
/********************************************************************************************* 

x. Employee

*********************************************************************************************/
@media only screen and (max-width: 1300px) {
  section.employee .columns {
    margin: 0 -25px;
  }
  section.employee .columns .column .inside {
    margin: 0 25px;
  }
}
@media only screen and (max-width: 1024px) {
  section.employee .columns {
    flex-wrap: wrap;
  }
  section.employee .columns .column {
    width: 100%;
  }
  section.employee .columns .column:first-child {
    margin: 0 0 50px 0;
  }
  section.employee .columns .column .inside .columns {
    margin: 0 0 25px 0;
    padding: 0 0 25px 0;
  }
  section.employee .columns .column .inside .columns .column {
    width: auto;
  }
  section.employee .columns .column .inside .columns .column:first-child {
    margin: 0;
  }
}
/********************************************************************************************* 

x. Employees

*********************************************************************************************/
@media only screen and (max-width: 1300px) {
  section.employees .grid .item.width-25 {
    width: calc(33.33% - 1px);
  }
}
@media only screen and (max-width: 1000px) {
  section.employees .grid .item.width-25 {
    width: calc(50% - 1px);
  }
}
@media only screen and (max-width: 600px) {
  section.employees .grid .item.width-25 {
    width: 100%;
  }
}
/********************************************************************************************* 

x. Featured Awards

*********************************************************************************************/
@media only screen and (max-width: 1300px) {
  section.featured-awards .grid .item.width-25 {
    width: 33.33%;
  }
}
@media only screen and (max-width: 1000px) {
  section.featured-awards .grid .full-information {
    padding: 25px 0;
  }
  section.featured-awards .grid .item.width-25 {
    width: 50%;
  }
}
@media only screen and (max-width: 700px) {
  section.featured-awards .grid .full-information .columns {
    flex-wrap: wrap;
  }
  section.featured-awards .grid .full-information .columns .item {
    width: 100%;
  }
  section.featured-awards .grid .full-information .columns .item:first-child {
    margin: 0 0 50px 0;
  }
}
@media only screen and (max-width: 600px) {
  section.featured-awards .grid .item.width-25 {
    width: 100%;
  }
}
@media only screen and (max-width: 500px) {
  section.featured-awards .grid .full-information .columns .column .columns .column.width-50 {
    width: 100%;
  }
}
/********************************************************************************************* 

x. Featured News
x. News
x. Projects
x. Related
x. Related Projects
x. Search Results

*********************************************************************************************/
@media only screen and (max-width: 1024px) {
  section.featured-news .grid {
    flex-wrap: wrap;
  }
  section.featured-news .grid .item {
    width: 100%;
  }
  section.featured-news .wrapper {
    padding: 0 25vw;
  }
}
@media only screen and (max-width: 1000px) {
  section.featured-news .grid .item.width-33,
  section.news .grid .item.width-33,
  section.projects .grid .item.width-33,
  section.related .grid .item.width-33,
  section.related-projects .grid .item.width-33,
  section.search-results .grid .item.width-33 {
    width: 50%;
  }
  section.featured-news .grid .item.width-50,
  section.news .grid .item.width-50,
  section.projects .grid .item.width-50,
  section.related .grid .item.width-50,
  section.related-projects .grid .item.width-50,
  section.search-results .grid .item.width-50 {
    width: 100%;
  }
}
@media only screen and (max-width: 700px) {
  section.featured-news .wrapper {
    padding: 0 7.5vw;
  }
}
@media only screen and (max-width: 600px) {
  section.featured-news .grid .item.width-33,
  section.news .grid .item.width-33,
  section.projects .grid .item.width-33,
  section.related .grid .item.width-33,
  section.related-projects .grid .item.width-33,
  section.search-results .grid .item.width-33 {
    width: 100%;
  }
}
/********************************************************************************************* 

x. Featured Research

*********************************************************************************************/
@media only screen and (max-width: 1400px) {
  section.featured-research .grid .item:first-child .inside .content {
    padding-left: 7.5vw;
  }
  section.featured-research .grid .item:last-child .inside .content {
    padding-right: 7.5vw;
  }
}
@media only screen and (max-width: 1024px) {
  section.featured-research {
    border-top: none;
  }
  section.featured-research .grid {
    flex-wrap: wrap;
  }
  section.featured-research .grid .item {
    width: 100%;
  }
  section.featured-research .grid .item:first-child .inside .content, section.featured-research .grid .item:last-child .inside .content {
    padding: 50px 7.5vw;
  }
  section.featured-research .grid .item:after, section.featured-research .grid .item:before {
    display: none;
  }
}
/********************************************************************************************* 

x. Flex Slider

*********************************************************************************************/
@media only screen and (max-width: 1400px) {
  .flexslider.light-arrows .flex-direction-nav li.flex-nav-next {
    left: auto;
    right: 0;
  }
  .flexslider.light-arrows .flex-direction-nav li.flex-nav-prev {
    left: 0;
    right: auto;
  }
  .flexslider.light-arrows .flex-direction-nav li a {
    background: black;
    padding: 20px;
    display: block;
  }
  .flexslider.light-arrows .flex-direction-nav li a:hover {
    background: #C4D3A6;
  }
  .flexslider.light-arrows .flex-direction-nav li a:hover svg {
    fill: black;
  }
  .flexslider.light-arrows .flex-direction-nav li a svg {
    fill: #C4D3A6;
  }
}
@media only screen and (max-width: 1100px) {
  .flexslider.light-arrows .spacer {
    height: 80vh;
  }
}
@media only screen and (max-width: 900px) {
  .flexslider.light-arrows .spacer {
    height: 70vh;
  }
}
@media only screen and (max-width: 700px) {
  .flexslider.light-arrows .spacer {
    height: 60vh;
  }
}
/********************************************************************************************* 

x. Footer

*********************************************************************************************/
@media only screen and (max-width: 1024px) {
  footer .columns {
    margin: 0 0 50px 0;
    flex-direction: column;
    flex-wrap: wrap;
  }
  footer .columns .column {
    width: 100%;
  }
  footer .columns .column:first-child {
    margin: 0 0 50px 0;
  }
  footer .credits,
  footer .navigation,
  footer .social-media {
    text-align: center;
  }
  footer .logo {
    margin: 0 auto;
    -moz-transform: none;
    -webkit-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
    position: relative;
    top: 0;
    left: 0;
  }
  footer .social-media li {
    margin: 0 5px;
  }
  footer .social-media li:not(:first-child) {
    margin: 0 5px;
  }
}
@media only screen and (max-width: 900px) {
  footer .logo {
    width: 75px;
  }
}
@media only screen and (max-width: 700px) {
  footer .navigation li a {
    padding: 0 20px 10px 20px;
  }
}
/********************************************************************************************* 

x. Header

*********************************************************************************************/
@media only screen and (max-width: 1400px) {
  header .mobile-navigation .wrapper {
    margin: 0 7.5vw;
  }
}
@media only screen and (max-width: 1300px) {
  header .filters .sub-navigation .navigation li {
    display: block;
  }
  header .filters .sub-navigation .navigation li:not(:last-child) {
    margin: 0 0 30px 0;
  }
  header .filters .sub-navigation .navigation li .sub-menu li {
    display: inline-block;
    zoom: 1;
    *display: inline;
  }
  header .filters .sub-navigation .navigation li .sub-menu li:not(:last-child) {
    margin: 20px 20px 0 0;
  }
}
@media only screen and (max-width: 1024px) {
  header .columns {
    height: 65px;
  }
  header .filters {
    /*
    .sub-navigation {
    	.navigation {
    		text-align: center;
    		li {
    			margin: 0 10px 20px 10px;
    			display: inline-block;
    			zoom: 1; 
    			*display: inline;
    			&.current-menu-item {
    				.sub-menu {
    					li {
    						display: inline-block;
    						zoom: 1; 
    						*display: inline;
    						&:not(:first-child),
    						&:not(:last-child) {
    							margin: 0 10px;
    						}
    					}
    				}
    			}
    			&:not(:first-child),
    			&:not(:last-child) {
    				margin: 0 10px 20px 10px;
    			}
    			a {
    				display: inline-block;
    				zoom: 1; 
    				*display: inline;
    			}
    			.sub-menu {
    				display: inline-block;
    				zoom: 1; 
    				*display: inline;
    				li {
    					margin: 0 10px;
    					&.current-menu-item {
    						a {
    							color: darken($pixie-green, 30%);
    						}
    					}
    					&:not(:first-child),
    					&:not(:last-child) {
    						margin: 0 10px;
    					}
    					a {
    						color: darken(white, 50%);
    						&:hover {
    							color: darken($pixie-green, 30%);
    						}
    					}
    				}
    			}
    		}
    	}
    }
    */
  }
  header .filters .navigation {
    text-align: center;
    margin: 0 0 -20px 0;
    display: block;
  }
  header .filters .navigation li {
    margin: 0 10px 20px 10px;
  }
  header .filters .navigation li:not(:first-child), header .filters .navigation li:not(:last-child) {
    margin: 0 10px 20px 10px;
  }
  header .filters .sub-navigation .navigation {
    text-align: center;
  }
  header form,
  header .navigation {
    display: none;
  }
  header .hamburger {
    display: block;
  }
  header .mobile-navigation form,
  header .mobile-navigation .navigation {
    display: block;
  }
  header .sub-navigation .navigation {
    text-align: center;
    display: block;
  }
  header .sub-navigation .navigation li.current-menu-ancestor .sub-menu, header .sub-navigation .navigation li.current-menu-item .sub-menu {
    padding: 30px 0 10px 0;
  }
  header .sub-navigation .navigation li.current-menu-ancestor .sub-menu li, header .sub-navigation .navigation li.current-menu-item .sub-menu li {
    margin: 0 10px 20px 10px;
  }
  header .sub-navigation .navigation li.current-menu-ancestor .sub-menu li:not(:first-child), header .sub-navigation .navigation li.current-menu-item .sub-menu li:not(:first-child) {
    margin: 0 10px 20px 10px;
  }
}
@media only screen and (max-width: 600px) {
  header.fixed .logo {
    width: 102px;
    height: 50px;
  }
  header .columns {
    height: 50px;
  }
  header .mobile-navigation {
    top: 52px;
  }
}
/********************************************************************************************* 

x. Image
x. Video

*********************************************************************************************/
@media only screen and (max-width: 1400px) {
  .single-post section.image .wrapper,
  .single-post section.text-image .wrapper,
  .single-post section.video .wrapper,
  .single-research section.image .wrapper,
  .single-research section.text-image .wrapper,
  .single-research section.video .wrapper {
    padding: 0 15vw;
  }
}
@media only screen and (max-width: 1100px) {
  .single-post section.image .wrapper,
  .single-post section.text-image .wrapper,
  .single-post section.video .wrapper,
  .single-research section.image .wrapper,
  .single-research section.text-image .wrapper,
  .single-research section.video .wrapper {
    padding: 0 7.5vw;
  }
}
@media only screen and (max-width: 800px) {
  section.image .video button,
  section.video .video button {
    width: 90px;
  }
}
@media only screen and (max-width: 500px) {
  section.image .video button,
  section.video .video button {
    width: 70px;
  }
}
/********************************************************************************************* 

x. Images

*********************************************************************************************/
@media only screen and (max-width: 1100px) {
  section.images .grid .item.width-25 {
    width: 33.33%;
  }
}
@media only screen and (max-width: 700px) {
  section.images .grid .item.width-25 {
    width: 50%;
  }
}
@media only screen and (max-width: 500px) {
  section.images .grid .item.width-25 {
    width: 100%;
  }
}
/********************************************************************************************* 

x. Interactive Image

*********************************************************************************************/
@media only screen and (max-width: 800px) {
  section.interactive-image .points .point:after {
    width: 15px;
    height: 15px;
  }
}
@media only screen and (max-width: 500px) {
  section.interactive-image .points .point:after {
    width: 10px;
    height: 10px;
  }
}
/********************************************************************************************* 

x. Main

*********************************************************************************************/
@media only screen and (max-width: 600px) {
  main {
    padding: 50px 0 0 0;
  }
  main section {
    margin: 0 0 50px 0;
  }
  main section.full-width:first-child {
    margin-top: -50px;
  }
  section.full-width + section.full-width {
    margin-top: -50px;
  }
}
/********************************************************************************************* 

x. Quotation

*********************************************************************************************/
@media only screen and (max-width: 1500px) {
  section.quotation .wrapper {
    padding: 0 15vw;
  }
}
@media only screen and (max-width: 1300px) {
  section.quotation .wrapper {
    padding: 0 7.5vw;
  }
}
@media only screen and (max-width: 600px) {
  section.quotation.background-black, section.quotation.background-tan {
    padding: 50px 0;
  }
}
/********************************************************************************************* 

x. Related Press

*********************************************************************************************/
@media only screen and (max-width: 1024px) {
  section.related-press .grid .item.width-50 {
    width: 100%;
  }
}
/********************************************************************************************* 

x. Related Projects

*********************************************************************************************/
@media only screen and (max-width: 1024px) {
  section.related-projects .grid .item.width-33 {
    width: 50%;
  }
}
@media only screen and (max-width: 600px) {
  section.related-projects .grid .item.width-33 {
    width: 100%;
  }
}
/********************************************************************************************* 

x. Research

*********************************************************************************************/
@media only screen and (max-width: 1500px) {
  section.research .grid .item .inside {
    padding: 50px;
  }
}
@media only screen and (max-width: 1300px) {
  section.research .grid .item.width-25 {
    width: 50%;
  }
  section.research .grid .item.width-50 {
    width: 100%;
  }
  section.research .grid .item.width-50:after {
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
  section.research .grid .item.width-25 {
    width: 100%;
  }
  section.research .grid .item.width-25:after {
    display: none;
  }
}
/********************************************************************************************* 

x. Slides

*********************************************************************************************/
@media only screen and (max-width: 1500px) {
  section.slides .slide.layout-full-screen .content {
    padding: 0 25px 0 0;
  }
  section.slides .slide.layout-columns.text-position-right .wrapper .content {
    padding-right: 25px;
  }
}
@media only screen and (max-width: 1400px) {
  section.slides .controls .inside {
    padding-right: 7.5vw;
  }
  section.slides .slide.layout-columns .image.outside,
  section.slides .slide.layout-columns .video.outside {
    width: 45%;
  }
  section.slides .slide.layout-columns .wrapper .content {
    width: 55%;
  }
}
@media only screen and (max-width: 1100px) {
  section.slides .slide.layout-columns {
    min-height: 0;
  }
  section.slides .slide.layout-columns .image.outside,
  section.slides .slide.layout-columns .video.outside {
    width: 100%;
    height: 50vh;
  }
  section.slides .slide.layout-columns .image.outside.filler,
  section.slides .slide.layout-columns .video.outside.filler {
    position: relative;
  }
  section.slides .slide.layout-columns .wrapper .content {
    width: 100%;
    padding: 100px 25px 100px 0;
  }
  section.slides .slide.layout-full-screen {
    min-height: 70vh;
  }
}
@media only screen and (max-width: 1024px) {
  section.slides .controls .inside {
    padding: 0 7.5vw 50px 0;
  }
  section.slides .slide.layout-columns .wrapper .content {
    padding: 50px 25px 50px 0;
  }
  section.slides .slide.layout-full-screen .wrapper {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
/********************************************************************************************* 

x. Split Screen

*********************************************************************************************/
@media only screen and (max-width: 1400px) {
  section.split-screen .controls .inside {
    padding-left: 7.5vw;
  }
  section.split-screen .section .content {
    padding-right: 7.5vw;
  }
}
@media only screen and (max-width: 1100px) {
  section.split-screen .controls {
    width: 100%;
    height: auto;
    position: relative !important;
  }
  section.split-screen .controls .inside {
    padding: 100px 7.5vw;
  }
  section.split-screen .controls .navigation li {
    margin: 30px 30px 0 0;
    display: inline-block;
    zoom: 1;
    *display: inline;
  }
  section.split-screen .controls .navigation li.active a {
    color: white;
  }
  section.split-screen .controls .navigation li.active a:hover {
    color: #C4D3A6;
  }
  section.split-screen .controls .navigation li:not(:last-child) {
    margin: 30px 30px 0 0;
  }
  section.split-screen .controls .title {
    margin: 0;
  }
  section.split-screen .section {
    padding: 0;
  }
  section.split-screen .section .content {
    padding: 100px 7.5vw;
  }
}
@media only screen and (max-width: 1024px) {
  section.split-screen .controls .inside {
    padding: 50px 7.5vw;
  }
  section.split-screen .section .content {
    padding: 50px 7.5vw;
  }
}
/********************************************************************************************* 

x. Table

*********************************************************************************************/
@media only screen and (max-width: 1100px) {
  table {
    width: calc(100% + 15vw);
    margin: 0 -7.5vw;
  }
  table td,
  table th {
    padding: 20px;
  }
}
@media only screen and (max-width: 900px) {
  table td.year,
  table th.year {
    display: none;
  }
}
@media only screen and (max-width: 800px) {
  table td.location,
  table th.location {
    display: none;
  }
}
@media only screen and (max-width: 600px) {
  table td.role,
  table th.role {
    display: none;
  }
}
/********************************************************************************************* 

x. Text

*********************************************************************************************/
@media only screen and (max-width: 1400px) {
  .single-post section.text .wrapper,
  .single-research section.text .wrapper {
    padding: 0 15vw;
  }
}
@media only screen and (max-width: 1200px) {
  section.text .content {
    width: auto;
  }
}
@media only screen and (max-width: 1100px) {
  section.text.data .columns .column.width-30 {
    width: 40%;
  }
  section.text.data .columns .column.width-70 {
    width: 60%;
  }
  .single-post section.text .wrapper,
  .single-research section.text .wrapper {
    padding: 0 7.5vw;
  }
}
@media only screen and (max-width: 900px) {
  section.text.data .columns {
    margin: 0;
    flex-wrap: wrap;
  }
  section.text.data .columns .column.width-30, section.text.data .columns .column.width-70 {
    width: 100%;
  }
  section.text.data .columns .column:not(:last-child) {
    margin: 0 0 30px 0;
    padding: 0 0 30px 0;
    position: relative;
  }
  section.text.data .columns .column:not(:last-child):after {
    width: auto;
    height: 2px;
    -moz-transform: none;
    -webkit-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
  }
  section.text.data .columns .column .inside {
    padding: 0;
  }
}
/********************************************************************************************* 

x. Text + Image
x. Text + Map
x. Text + Slideshow

*********************************************************************************************/
@media only screen and (max-width: 1700px) {
  section.text-image.text-position-overlay.inline-image .content h1,
  section.text-map.text-position-overlay.inline-image .content h1,
  section.text-slideshow.text-position-overlay.inline-image .content h1 {
    font-size: 4.65vw;
  }
}
@media only screen and (max-width: 1400px) {
  section.text-image.text-position-left .content,
  section.text-map.text-position-left .content,
  section.text-slideshow.text-position-left .content {
    padding-left: 7.5vw;
  }
  section.text-image.text-position-right .content,
  section.text-map.text-position-right .content,
  section.text-slideshow.text-position-right .content {
    padding-right: 7.5vw;
  }
  .single-research section.text-image .wrapper {
    padding: 0 15vw;
  }
}
@media only screen and (max-width: 1300px) {
  section.text-image .content,
  section.text-map .content,
  section.text-slideshow .content {
    padding: 50px;
  }
}
@media only screen and (max-width: 1200px) {
  section.text-image .columns .column.width-30,
  section.text-map .columns .column.width-30,
  section.text-slideshow .columns .column.width-30 {
    width: 40%;
  }
  section.text-image .columns .column.width-70,
  section.text-map .columns .column.width-70,
  section.text-slideshow .columns .column.width-70 {
    width: 60%;
  }
}
@media only screen and (max-width: 1100px) {
  section.text-image.text-position-overlay,
  section.text-map.text-position-overlay,
  section.text-slideshow.text-position-overlay {
    min-height: 60vh;
  }
  .single-research section.text-image .wrapper {
    padding: 0 7.5vw;
  }
}
@media only screen and (max-width: 1024px) {
  section.text-image.background-black.image-size-normal .content, section.text-image.background-black.slideshow-size-normal .content, section.text-image.background-tan.image-size-normal .content, section.text-image.background-tan.slideshow-size-normal .content,
  section.text-map.background-black.image-size-normal .content,
  section.text-map.background-black.slideshow-size-normal .content,
  section.text-map.background-tan.image-size-normal .content,
  section.text-map.background-tan.slideshow-size-normal .content,
  section.text-slideshow.background-black.image-size-normal .content,
  section.text-slideshow.background-black.slideshow-size-normal .content,
  section.text-slideshow.background-tan.image-size-normal .content,
  section.text-slideshow.background-tan.slideshow-size-normal .content {
    padding: 0 7.5vw 50px 7.5vw !important;
  }
  section.text-image.text-position-overlay .wrapper,
  section.text-map.text-position-overlay .wrapper,
  section.text-slideshow.text-position-overlay .wrapper {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  section.text-image .columns,
  section.text-map .columns,
  section.text-slideshow .columns {
    flex-wrap: wrap;
  }
  section.text-image .columns .column,
  section.text-map .columns .column,
  section.text-slideshow .columns .column {
    width: 100%;
  }
  section.text-image .columns .column.width-30, section.text-image .columns .column.width-70,
  section.text-map .columns .column.width-30,
  section.text-map .columns .column.width-70,
  section.text-slideshow .columns .column.width-30,
  section.text-slideshow .columns .column.width-70 {
    width: 100%;
  }
  section.text-image .columns .column:first-child,
  section.text-map .columns .column:first-child,
  section.text-slideshow .columns .column:first-child {
    margin: 0 0 50px 0;
  }
  section.text-image .content,
  section.text-map .content,
  section.text-slideshow .content {
    padding: 0 !important;
  }
  section.text-map .content {
    padding: 0 50px 50px 50px !important;
  }
}
@media only screen and (max-width: 800px) {
  section.text-image.text-position-overlay.inline-image .content *,
  section.text-map.text-position-overlay.inline-image .content *,
  section.text-slideshow.text-position-overlay.inline-image .content * {
    color: black;
  }
  section.text-image.text-position-overlay.inline-image .content h1,
  section.text-map.text-position-overlay.inline-image .content h1,
  section.text-slideshow.text-position-overlay.inline-image .content h1 {
    font-size: 2.5em;
  }
  section.text-image.text-position-overlay.inline-image .overlay,
  section.text-map.text-position-overlay.inline-image .overlay,
  section.text-slideshow.text-position-overlay.inline-image .overlay {
    display: none;
  }
  section.text-image.text-position-overlay.inline-image .wrapper,
  section.text-map.text-position-overlay.inline-image .wrapper,
  section.text-slideshow.text-position-overlay.inline-image .wrapper {
    padding-bottom: 0;
    position: relative;
  }
}
@media only screen and (max-width: 600px) {
  section.text-image.text-position-overlay.inline-image .content h1,
  section.text-map.text-position-overlay.inline-image .content h1,
  section.text-slideshow.text-position-overlay.inline-image .content h1 {
    font-size: 2em;
  }
  section.text-image .spacer,
  section.text-map .spacer,
  section.text-slideshow .spacer {
    padding: 0 0 70% 0;
  }
}
/********************************************************************************************* 

x. Smaller than 1024px

*********************************************************************************************/
@media only screen and (max-width: 1024px) {
  input,
  textarea {
    border-radius: 0;
    -webkit-appearance: none;
  }
}

/*# sourceMappingURL=style.css.map */
