@charset "UTF-8";
/********************************************************************************************* 

x. Imports

*********************************************************************************************/
@import 'https://use.typekit.net/hal1mwz.css';
@import url("//hello.myfonts.net/count/3ef832");
@import url(https://fonts.googleapis.com/css?family=Lato:300,700);
@font-face {
  font-family: "Neue Haas Light";
  src: url("../fonts/neue-haas-light/neue-haas-light-web.woff2") format("woff2"), url("../fonts/neue-haas-light/neue-haas-light-web.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Neue Haas Medium";
  src: url("../fonts/neue-haas-medium/neue-haas-medium-web.woff2") format("woff2"), url("../fonts/neue-haas-medium/neue-haas-medium-web.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
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. Model

*********************************************************************************************/
.model {
  width: 800px;
  height: auto;
}

/* This is the core CSS of Tooltipster */
/* GENERAL STRUCTURE RULES (do not edit this section) */
.tooltipster-base {
  /* this ensures that a constrained height set by functionPosition,
  if greater that the natural height of the tooltip, will be enforced
  in browsers that support display:flex */
  display: flex;
  pointer-events: none;
  /* this may be overriden in JS for fixed position origins */
  position: absolute;
}

.tooltipster-box {
  /* see .tooltipster-base. flex-shrink 1 is only necessary for IE10-
  and flex-basis auto for IE11- (at least) */
  flex: 1 1 auto;
}

.tooltipster-content {
  /* prevents an overflow if the user adds padding to the div */
  box-sizing: border-box;
  /* these make sure we'll be able to detect any overflow */
  max-height: 100%;
  max-width: 100%;
  overflow: auto;
}

.tooltipster-ruler {
  /* these let us test the size of the tooltip without overflowing the window */
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
}

/* ANIMATIONS */
/* Open/close animations */
/* fade */
.tooltipster-fade {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -ms-transition-property: opacity;
  transition-property: opacity;
}

.tooltipster-fade.tooltipster-show {
  opacity: 1;
}

/* grow */
.tooltipster-grow {
  -webkit-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-backface-visibility: hidden;
}

.tooltipster-grow.tooltipster-show {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

/* swing */
.tooltipster-swing {
  opacity: 0;
  -webkit-transform: rotateZ(4deg);
  -moz-transform: rotateZ(4deg);
  -o-transform: rotateZ(4deg);
  -ms-transform: rotateZ(4deg);
  transform: rotateZ(4deg);
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
}

.tooltipster-swing.tooltipster-show {
  opacity: 1;
  -webkit-transform: rotateZ(0deg);
  -moz-transform: rotateZ(0deg);
  -o-transform: rotateZ(0deg);
  -ms-transform: rotateZ(0deg);
  transform: rotateZ(0deg);
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 1);
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -moz-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -ms-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -o-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
}

/* fall */
.tooltipster-fall {
  -webkit-transition-property: top;
  -moz-transition-property: top;
  -o-transition-property: top;
  -ms-transition-property: top;
  transition-property: top;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

.tooltipster-fall.tooltipster-initial {
  top: 0 !important;
}

.tooltipster-fall.tooltipster-dying {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  top: 0 !important;
  opacity: 0;
}

/* slide */
.tooltipster-slide {
  -webkit-transition-property: left;
  -moz-transition-property: left;
  -o-transition-property: left;
  -ms-transition-property: left;
  transition-property: left;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

.tooltipster-slide.tooltipster-initial {
  left: -40px !important;
}

.tooltipster-slide.tooltipster-dying {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  left: 0 !important;
  opacity: 0;
}

/* Update animations */
/* We use animations rather than transitions here because
 transition durations may be specified in the style tag due to
 animationDuration, and we try to avoid collisions and the use
 of !important */
/* fade */
@keyframes tooltipster-fading {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.tooltipster-update-fade {
  animation: tooltipster-fading 400ms;
}

/* rotate */
@keyframes tooltipster-rotating {
  25% {
    transform: rotate(-2deg);
  }
  75% {
    transform: rotate(2deg);
  }
  100% {
    transform: rotate(0);
  }
}
.tooltipster-update-rotate {
  animation: tooltipster-rotating 600ms;
}

/* scale */
@keyframes tooltipster-scaling {
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.tooltipster-update-scale {
  animation: tooltipster-scaling 600ms;
}

/**
 * DEFAULT STYLE OF THE SIDETIP PLUGIN
 * 
 * All styles are "namespaced" with .tooltipster-sidetip to prevent
 * conflicts between plugins.
 */
/* .tooltipster-box */
.tooltipster-sidetip .tooltipster-box {
  background: #231f20;
  border-radius: 5px;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-box {
  margin-top: 8px;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-box {
  margin-right: 8px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-box {
  margin-left: 8px;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-box {
  margin-bottom: 8px;
}

/* .tooltipster-content */
.tooltipster-sidetip .tooltipster-content {
  color: white;
  font-size: 0.7em;
  letter-spacing: 0.125em;
  text-transform: uppercase;
  padding: 10px 15px;
}

/* .tooltipster-arrow : will keep only the zone of .tooltipster-arrow-uncropped that
corresponds to the arrow we want to display */
.tooltipster-sidetip .tooltipster-arrow {
  overflow: hidden;
  position: absolute;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow {
  height: 10px;
  /* half the width, for centering */
  margin-left: -10px;
  top: 0;
  width: 20px;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow {
  height: 20px;
  margin-top: -10px;
  right: 0;
  /* top 0 to keep the arrow from overflowing .tooltipster-base when it has not
  been positioned yet */
  top: 0;
  width: 10px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow {
  height: 20px;
  margin-top: -10px;
  left: 0;
  /* same as .tooltipster-left .tooltipster-arrow */
  top: 0;
  width: 10px;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow {
  bottom: 0;
  height: 10px;
  margin-left: -10px;
  width: 20px;
}

/* common rules between .tooltipster-arrow-background and .tooltipster-arrow-border */
.tooltipster-sidetip .tooltipster-arrow-background,
.tooltipster-sidetip .tooltipster-arrow-border {
  height: 0;
  position: absolute;
  width: 0;
}

/* .tooltipster-arrow-background */
.tooltipster-sidetip .tooltipster-arrow-background {
  border: 10px solid transparent;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
  border-bottom-color: #231f20;
  left: 0;
  top: 3px;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background {
  border-left-color: #231f20;
  left: -3px;
  top: 0;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background {
  border-right-color: #231f20;
  left: 3px;
  top: 0;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
  border-top-color: #231f20;
  left: 0;
  top: -3px;
}

/* .tooltipster-arrow-border */
.tooltipster-sidetip .tooltipster-arrow-border {
  border: 10px solid transparent;
  left: 0;
  top: 0;
}

/* tooltipster-arrow-uncropped */
.tooltipster-sidetip .tooltipster-arrow-uncropped {
  position: relative;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-uncropped {
  top: -10px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-uncropped {
  left: -10px;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-slider.slick-has-arrows {
  padding: 0 100px;
}
.slick-slider.slick-has-arrows:after, .slick-slider.slick-has-arrows:before {
  display: block;
}
.slick-slider:after, .slick-slider:before {
  content: "";
  width: 60px;
  height: auto;
  background: pink;
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 10;
}
.slick-slider:after {
  background: linear-gradient(90deg, rgba(205, 26, 50, 0) 0%, #cd1a32 50%);
  right: 90px;
}
.slick-slider:before {
  background: linear-gradient(90deg, #cd1a32 50%, rgba(205, 26, 50, 0) 100%);
  left: 90px;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0 !important;
  padding: 0 !important;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  height: 100%;
  min-height: 1px;
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide:last-child .inside:after {
  display: none;
}
.slick-slide .image {
  margin: 0 0 30px 0;
}
.slick-slide .image img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 5vw;
  margin: 0 auto;
}
.slick-slide .inside {
  padding: 50px 100px;
  position: relative;
}
.slick-slide .inside:after {
  content: "";
  width: 2px;
  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%;
  right: 0;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-arrow {
  width: 70px;
  height: auto;
  background: none;
  border: none;
  cursor: pointer;
  -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;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-arrow.slick-next {
  right: 0;
}
.slick-arrow.slick-prev {
  left: 0;
}
.slick-arrow:hover svg {
  fill: #231f20;
}
.slick-arrow svg {
  fill: white;
  width: 70px;
  height: auto;
}

/* ===========================================================
 *
 *  Name:          selectordie_dev.css
 *  Updated:       2014-10-10
 *  Created by:    Per V @ Vst.mn
 *  What?:         Base CSS for Select or Die
 *
 *  Copyright (c) 2014 Per Vestman
 *  Dual licensed under the MIT and GPL licenses.
 *
 *  No, I don't usually comment my CSS, but in this
 *  case it might "help" someone.
 *
 *  Oddny | Cogs 'n Kegs
 * =========================================================== */
/* Remove, change to fit your needs */
.sod_select,
.sod_select * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* The SoD - Please keep this first three lines intact, otherwise all hell will break looooooose */
.sod_select {
  color: #231f20;
  display: block;
  position: relative;
  line-height: 1;
  width: calc(25% - 50px);
  height: 60px;
  margin: 0 25px;
  padding: 0 60px 0 0;
  background: #E7E7E5;
  text-align: left;
  outline: 0;
  outline-offset: -2px; /* Opera */
  cursor: default;
  vertical-align: top;
}

/* Up/Down arrows */
.sod_select:after {
  content: "▼";
  color: white;
  font-size: 0.8em;
  line-height: 60px;
  text-align: center;
  background: #CD1A32;
  width: 60px;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

/* Change the border color on hover, focus and when open */
/* When the entire SoD is disabled, go crazy! */
.sod_select.disabled {
  border-color: #828282;
  color: #b2b2b2;
  cursor: not-allowed;
}

/* The "label", or whatever we should call it. Keep the first three lines for truncating. */
.sod_select .sod_label {
  font-size: 0.8em;
  letter-spacing: 0.125em;
  line-height: 60px;
  text-align: center;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
  display: block;
  overflow: hidden;
}

.sod_select .sod_prefix { /* Use this if you're using a prefix and want to style it */ }

.sod_select .sod_placeholder { /* Use this if you're using a placeholder and want to style it */ }

/* Options list wrapper */
.sod_select .sod_list_wrapper {
  color: #231f20;
  background: #E7E7E5;
  height: auto;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 1;
}

/* Shows the option list (don't edit) */
.sod_select.open .sod_list_wrapper {
  display: block;
}

/* Don't display the options when  */
.sod_select.disabled.open .sod_list_wrapper {
  display: none;
}

/* When the option list is displayed above the SoD */
.sod_select.above .sod_list_wrapper {
  top: auto;
  bottom: 100%;
}

/* Options list container */
.sod_select .sod_list {
  display: block;
  overflow-y: auto;
  padding: 0;
  margin: 0;
}

.sod_select.sized .sod_list {
  max-height: 480px !important;
}

/* All the options. Keep the first three lines for truncating... */
.sod_select .sod_option {
  font-size: 0.8em;
  letter-spacing: 0.125em;
  text-align: center;
  text-transform: uppercase;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: relative;
  padding: 10px;
  list-style-type: none;
}

.sod_select .sod_option:first-child {
  padding-top: 20px;
}

.sod_select .sod_option:last-child {
  padding-bottom: 20px;
}

.sod_select .sod_option.completed:before,
.sod_select .sod_option.deposit-in-progress:before,
.sod_select .sod_option.in-progress:before,
.sod_select .sod_option.invoiced:before,
.sod_select .sod_option.non-billable:before,
.sod_select .sod_option.proposal-estimate:before {
  font-size: 8px;
  font-weight: 400 !important;
  line-height: 1em;
  text-transform: uppercase;
  letter-spacing: 0.125em;
  background: rgba(0, 0, 0, 0.1);
  margin: 0 5px 0 0;
  padding: 5px;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
}

.sod_select .sod_option.hidden {
  display: none;
}

/* Optgroups */
.sod_select .sod_option.optgroup,
.sod_select .sod_option.optgroup.disabled {
  background: inherit;
  color: #939393;
  font-size: 10px;
  font-style: italic;
}

/* Children of an optgroup */
.sod_select .sod_option.groupchild {
  padding-left: 20px;
}

/* Used together with placeholderOption / data-placeholder-option */
.sod_select .sod_option.is-placeholder {
  display: none;
}

/* Disabled option */
.sod_select .sod_option.disabled {
  background: inherit;
  color: #cccccc;
}

/* Hover state for options, also used when a user uses his/hers up/down keys */
.sod_select .sod_option.active {
  color: #CD1A32;
}

/*Make room for the check mark */
/* Displays a check mark for the selected option */
/* Add a .no_highlight class to you SoD to hide the check mark and don't bold the option */
.sod_select.no_highlight .sod_option.selected {
  font-weight: 300;
}

.sod_select.no_highlight .sod_option.selected:after {
  display: none;
}

.sod_select .sod_option.link { /* If data-link is set on a specific option */ }

.sod_select .sod_option.linkexternal { /* If data-link-external is set on a specific option */ }

/* Hide native select */
.sod_select select {
  display: none !important;
}

/* The native select in touch mode. Keep this first line. Sorry, keep everything. */
.sod_select.touch select {
  -webkit-appearance: menulist-button;
  position: absolute;
  top: 0;
  left: 0;
  display: block !important;
  height: 100%;
  width: 100%;
  opacity: 0;
  z-index: 1;
}

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

x. Mixins

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

x. Keyframes

*********************************************************************************************/
@keyframes pulse {
  0% {
    width: 25px;
    height: 25px;
    opacity: 0.25;
  }
  100% {
    width: 60px;
    height: 60px;
    opacity: 0;
  }
}
@keyframes rotate {
  0% {
    -moz-transform: translateX(-50%) translateY(-50%) rotate(0deg);
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(0deg);
    -o-transform: translateX(-50%) translateY(-50%) rotate(0deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(0deg);
    transform: translateX(-50%) translateY(-50%) rotate(0deg);
  }
  100% {
    -moz-transform: translateX(-50%) translateY(-50%) rotate(360deg);
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(360deg);
    -o-transform: translateX(-50%) translateY(-50%) rotate(360deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(360deg);
    transform: translateX(-50%) translateY(-50%) rotate(360deg);
  }
}
/********************************************************************************************* 

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: 20px "Neue Haas Light", Arial, Helvetica, sans-serif;
  color: #231f20;
  width: auto;
  height: auto;
  background: white;
}
html.menu-is-opened, body.menu-is-opened {
  overflow: hidden;
}

a {
  color: #CADE47;
  text-decoration: none;
}
a.color-blue-charcoal {
  color: #231f20;
}
a:hover {
  color: #CADE47;
}
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-family: acumin-pro-wide, sans-serif;
  font-weight: 700;
  line-height: 1.25em;
}
h1.neue-haas-light,
h2.neue-haas-light,
h3.neue-haas-light,
h4.neue-haas-light,
h5.neue-haas-light,
h6.neue-haas-light {
  font-family: "Neue Haas Light", sans-serift;
  font-weight: normal;
  line-height: 1.25em;
}
h1.neue-haas-medium,
h2.neue-haas-medium,
h3.neue-haas-medium,
h4.neue-haas-medium,
h5.neue-haas-medium,
h6.neue-haas-medium {
  font-family: "Neue Haas Medium", sans-serif;
  font-weight: normal;
  line-height: 1.25em;
}
h1 .outlined,
h2 .outlined,
h3 .outlined,
h4 .outlined,
h5 .outlined,
h6 .outlined {
  color: transparent;
  -webkit-text-stroke-width: min(0.03em, 2px);
  -webkit-text-stroke-color: #231f20;
  transition: color 0.5s cubic-bezier(0.694, 0, 0.335, 1);
}
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small {
  font-size: 0.5em;
}

h1,
h2 {
  color: #CD1A32;
}
h1 .outlined,
h2 .outlined {
  -webkit-text-stroke-color: #CD1A32;
}

h1 {
  font-size: 6.5vw;
  line-height: 1.25em;
}

h2 {
  font-size: 4.5em;
}

h3 {
  font-size: 2em;
}

h4 {
  font-size: 1.75em;
}

h5 {
  font-size: 1.5em;
  line-height: 1.5em;
}

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

.hidden {
  display: none;
}

.image img,
.image svg {
  width: 100%;
  height: auto;
  display: block;
}

.nf-form-content {
  max-width: none !important;
  padding: 0 !important;
}

p {
  line-height: 1.75em;
}

.label.styled {
  font-family: "Neue Haas Medium", sans-serif;
  font-size: 0.7em;
  font-weight: normal;
}

.small-font-size {
  font-size: 0.8em;
}

strong {
  font-family: "Neue Haas Medium", sans-serif;
  font-weight: normal;
}

svg {
  display: block;
  overflow: hidden;
}

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

.video video {
  width: 100%;
  height: auto;
  display: block;
}

.wrapper {
  margin: 0 auto;
  position: relative;
}
.wrapper.large {
  width: 1600px;
}
.wrapper.margin {
  width: auto;
  margin: 0 10vw;
}
.wrapper.medium {
  width: 1400px;
}
.wrapper.small {
  width: 1200px;
}

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

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: 90%;
}

.width-95 {
  width: 95%;
}

.width-100 {
  width: 100%;
}

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

x. Content

*********************************************************************************************/
.content.top {
  margin: 0 0 60px 0;
}
.content.white * {
  color: white;
}
.content.white * a.underline {
  color: white;
}
.content.white * a.underline:before {
  background: white;
}
.content.white h1 .outlined,
.content.white h2 .outlined,
.content.white h3 .outlined,
.content.white h4 .outlined,
.content.white h5 .outlined,
.content.white h6 .outlined {
  color: transparent;
  -webkit-text-stroke-color: white;
}
.content.white ol li:after,
.content.white ul li:after {
  background: rgba(255, 255, 255, 0.5);
}
.content a {
  text-decoration: underline;
  text-underline-offset: 0.25em;
  text-decoration-thickness: 0.1em;
}
.content a.underline {
  color: #231f20;
  font-family: "Neue Haas Medium", sans-serif;
  font-size: 0.9em;
  text-decoration: none;
  padding: 0 0 2.5px 0;
  display: inline-block;
  zoom: 1;
  *display: inline;
  position: relative;
}
.content a.underline:before {
  content: "";
  background: #231f20;
  width: auto;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.content a.underline:hover {
  color: #CADE47;
}
.content a.underline:hover:before {
  background: #CADE47;
}
.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.medium-margin,
.content h2.medium-margin,
.content h3.medium-margin,
.content h4.medium-margin,
.content h5.medium-margin,
.content h6.medium-margin,
.content ol.medium-margin,
.content p.medium-margin,
.content ul.medium-margin {
  margin-bottom: 20px;
}
.content h1.small-margin,
.content h2.small-margin,
.content h3.small-margin,
.content h4.small-margin,
.content h5.small-margin,
.content h6.small-margin,
.content ol.small-margin,
.content p.small-margin,
.content ul.small-margin {
  margin-bottom: 5px;
}
.content ol,
.content ul {
  margin: 0 0 30px 0;
  list-style: none;
}
.content ol.lines li,
.content ul.lines li {
  line-height: 1.75em;
  margin: 0 0 20px 0;
  padding: 0 0 20px 0;
  list-style-type: none;
  position: relative;
}
.content ol.lines li:after,
.content ul.lines li:after {
  content: "";
  width: 9999px;
  height: 2px;
  background: #D0D1CB;
  position: absolute;
  bottom: 0;
  left: 0;
}
.content ol.lines li:last-child,
.content ul.lines li:last-child {
  margin: 0;
}
.content ol.small,
.content ul.small {
  font-size: 0.8em;
}
.content ol {
  counter-reset: item;
}
.content ol li {
  counter-increment: item;
  margin: 0 0 20px 0;
}
.content ol li:before {
  content: counter(item);
  font-family: acumin-pro-wide, sans-serif;
  font-size: 1.5em;
  font-weight: 700;
  margin: 0 20px 0 0;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.content ol li:last-child {
  margin: 0;
}
.content ul li {
  margin: 0 0 20px 20px;
  list-style-type: square;
}
.content ul li:last-child {
  margin: 0 0 0 20px;
}

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

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

x. Cursor

*********************************************************************************************/
.cursor {
  pointer-events: none;
  width: 0;
  height: 0;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
}
.cursor.hidden:before {
  opacity: 0;
}
.cursor.hover.scroll:after, .cursor.hover.view-project:after, .cursor.hover.view-projects:after {
  top: calc(100% + 50px);
}
.cursor.hover:before {
  width: 100px;
  height: 100px;
}
.cursor.scroll:after, .cursor.view-project:after, .cursor.view-projects:after {
  opacity: 1;
}
.cursor.scroll:after {
  content: "Scroll";
}
.cursor.view-project:after {
  content: "View Project";
}
.cursor.view-projects:after {
  content: "View Projects";
}
.cursor:after {
  content: "";
  color: #CADE47;
  font-family: "Neue Haas Medium";
  font-size: 0.9em;
  letter-spacing: 0.05em;
  line-height: 50px;
  text-align: center;
  white-space: nowrap;
  width: 999px;
  height: auto;
  opacity: 0;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  top: calc(100% + 20px);
  left: 50%;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.cursor:before {
  content: "";
  height: 50px;
  width: 50px;
  border: 2px solid #CADE47;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  opacity: 1;
  -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%;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

/*
.node {
	pointer-events: none;
	width: 0; height: 0;
	position: fixed;
	top: 0; left: 0;
	z-index: 99999;
	&.scroll {
		&:before {
			content: 'Scroll';
			color: white;
			font-family: acumin-pro-wide, sans-serif;
			font-weight: 700;
			width: auto; height: auto;
			width: 150px; height: 150px;
			background-image: url(../img/cursor-scroll.svg);
			background-repeat: no-repeat;
			background-size: 100% 100%;
			display: block;
			@include animation(rotate, 10s, infinite, linear);
		}
	}
	&.view-projects {
		&:before {
			content: 'View Projects';
			color: white;
			line-height: 50px;
			white-space: nowrap;
			text-align: center;
			width: 200px; height: auto;
			background-image: url(../img/cursor-logo.svg);
			background-repeat: no-repeat;
			background-size: 100% auto;
			padding: 40px 0 0 0;
			display: block;
		}
	}
	&:before {
		content: '';
		height: 0; width: 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%);
		-moz-transform: translateX(70px) translateY(-50%);
		-webkit-transform: translateX(70px) translateY(-50%);
		-o-transform: translateX(70px) translateY(-50%);
		-ms-transform: translateX(70px) translateY(-50%);
		transform: translateX(70px) translateY(-50%);
		position: absolute;
		top: 50%; left: 100%;
		@include transition(all, 0.1s, linear);
	}
}
*/
/********************************************************************************************* 

x. Menu

*********************************************************************************************/
#menu {
  width: 300px;
  height: auto;
  background: #CD1A32;
  padding: 50px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  -moz-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  -o-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 9999;
  -webkit-transition: transform 0.5s ease;
  -moz-transition: transform 0.5s ease;
  -ms-transition: transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
}
#menu .close {
  width: 40px;
  height: 40px;
  display: block;
  position: absolute;
  top: 50px;
  right: 50px;
  -webkit-transition: transform 0.5s ease;
  -moz-transition: transform 0.5s ease;
  -ms-transition: transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
}
#menu .close:hover {
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
#menu .close .line {
  width: 100%;
  height: 2px;
  background: white;
  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: 0;
}
#menu .close .line:nth-child(1) {
  -moz-transform: translateY(-50%) rotate(-45deg);
  -webkit-transform: translateY(-50%) rotate(-45deg);
  -o-transform: translateY(-50%) rotate(-45deg);
  -ms-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
}
#menu .close .line:nth-child(2) {
  -moz-transform: translateY(-50%) rotate(45deg);
  -webkit-transform: translateY(-50%) rotate(45deg);
  -o-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}
#menu form {
  padding: 0 0 0 40px;
  position: relative;
}
#menu form ::placeholder {
  color: white;
  opacity: 0.25;
}
#menu form :-ms-input-placeholder {
  color: white;
}
#menu form ::-ms-input-placeholder {
  color: white;
}
#menu form .icon {
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: 0;
}
#menu form .icon svg {
  fill: white;
}
#menu form input[type=text] {
  color: white;
  font-family: "Neue Haas Light", Arial, Helvetica, sans-serif;
  font-size: 0.9rem;
  background: none;
  border: none;
  width: 100%;
  height: auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#menu .overlay {
  pointer-events: none;
  width: 9999px;
  height: auto;
  background: rgba(35, 31, 32, 0.9);
  opacity: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 100%;
  z-index: 9999;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
#menu .navigation {
  list-style: none;
}
#menu .navigation.small {
  padding: 50px 0 0 0;
}
#menu .navigation.small > li > a {
  font-size: 0.6em;
  letter-spacing: 0.125em;
  text-transform: uppercase;
}
#menu .navigation > li.menu-item-has-children.open > a:after {
  -moz-transform: translateY(-50%) rotate(180deg);
  -webkit-transform: translateY(-50%) rotate(180deg);
  -o-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
#menu .navigation > li.menu-item-has-children.open > a:before {
  -moz-transform: translateX(50%) translateY(-50%) rotate(90deg);
  -webkit-transform: translateX(50%) translateY(-50%) rotate(90deg);
  -o-transform: translateX(50%) translateY(-50%) rotate(90deg);
  -ms-transform: translateX(50%) translateY(-50%) rotate(90deg);
  transform: translateX(50%) translateY(-50%) rotate(90deg);
}
#menu .navigation > li.menu-item-has-children > a {
  position: relative;
}
#menu .navigation > li.menu-item-has-children > a:after, #menu .navigation > li.menu-item-has-children > a:before {
  content: "";
  background: white;
  position: absolute;
  top: 50%;
  -webkit-transition: transform 0.25s ease;
  -moz-transition: transform 0.25s ease;
  -ms-transition: transform 0.25s ease;
  -o-transition: transform 0.25s ease;
  transition: transform 0.25s ease;
}
#menu .navigation > li.menu-item-has-children > a:after {
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 20px;
  height: 2px;
  right: 0;
}
#menu .navigation > li.menu-item-has-children > a:before {
  -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%);
  width: 2px;
  height: 20px;
  right: 10px;
}
#menu .navigation > li:last-child {
  margin: 0 0 20px 0;
}
#menu .navigation > li > a {
  color: white;
  font-size: 1.75em;
  display: block;
}
#menu .navigation > li > a:hover {
  color: #231f20;
}
#menu .navigation > li > a:hover:after, #menu .navigation > li > a:hover:before {
  background: #231f20;
}
#menu .navigation > li > .sub-menu {
  padding: 0 0 10px 20px;
  display: none;
  list-style: none;
}
#menu .navigation > li > .sub-menu > li {
  margin: 10px 0 0 0;
}
#menu .navigation > li > .sub-menu > li > a {
  color: white;
  display: block;
}
#menu .navigation > li > .sub-menu > li > a:hover {
  color: #231f20;
}

.menu-is-opened #menu {
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.menu-is-opened #menu .overlay {
  pointer-events: all;
  opacity: 1;
}

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

x. Table

*********************************************************************************************/
table {
  width: 100%;
  height: auto;
  margin: -75px 0 0 0;
}
table td,
table th {
  text-align: center;
  border-bottom: 2px solid #E0E1DC;
  padding: 25px;
}
table td:first-child,
table th:first-child {
  padding-left: 0;
}
table td:last-child,
table th:last-child {
  padding-right: 0;
}
table td.location, table td.more {
  white-space: nowrap;
}
table td.image {
  padding-top: 0;
  padding-bottom: 0;
}
table td.image .image {
  display: block;
  position: relative;
  overflow: hidden;
}
table td.image .image img {
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: transform 0.5s ease;
  -moz-transition: transform 0.5s ease;
  -ms-transition: transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
}
table td.image .image .construction {
  width: 100%;
  height: auto;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}
table td.image .image .construction img {
  width: 100%;
  height: auto;
  display: block;
}
table th {
  font-family: "Neue Haas Medium", sans-serif;
  font-size: 0.9em;
  font-weight: normal;
}
table tr:hover td.image img {
  -moz-transform: scale(1.025);
  -webkit-transform: scale(1.025);
  -o-transform: scale(1.025);
  -ms-transform: scale(1.025);
  transform: scale(1.025);
}
table tr:hover td.image .construction img {
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
table tr:last-child td {
  display: none;
}

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

x. Header

*********************************************************************************************/
header {
  background: white;
  width: 100%;
  height: auto;
  padding: 40px 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}
header.headroom--pinned {
  -moz-transform: translateY(0%);
  -webkit-transform: translateY(0%);
  -o-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
}
header.headroom--unpinned {
  -moz-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
header.opaque:not(.headroom--not-top) {
  background: transparent;
}
header.opaque:not(.headroom--not-top) .hamburger .line {
  background: white;
}
header.opaque:not(.headroom--not-top) .logo.color {
  opacity: 0;
}
header.opaque:not(.headroom--not-top) .logo.white {
  opacity: 1;
}
header .columns {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .columns .column {
  position: relative;
}
header .hamburger {
  width: 40px;
  height: 25px;
  display: block;
  position: relative;
}
header .hamburger .line {
  width: 100%;
  height: 2px;
  background: #231f20;
  display: block;
  position: absolute;
  left: 0;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
header .hamburger .line:nth-child(1) {
  top: 0;
}
header .hamburger .line:nth-child(2), header .hamburger .line:nth-child(3) {
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
}
header .hamburger .line:nth-child(4) {
  bottom: 0;
}
header .hamburger:hover .line:nth-child(1) {
  top: 2.5px;
}
header .hamburger:hover .line:nth-child(4) {
  bottom: 2.5px;
}
header .logo {
  width: 120px;
  height: auto;
  display: block;
  position: relative;
}
header .logo.white {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
header .header-v2 {
  display: none;
}

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

x. New Nav

*********************************************************************************************/
body .hamburger {
  display: none;
}
body header {
  background: rgba(255, 255, 255, 0.8);
}
body header .wrapper > .columns > .column {
  position: inherit;
}
body header .wrapper > .columns > .column:last-of-type {
  width: 100%;
}
body header.opaque:not(.headroom--not-top) .navigation li a {
  color: #fff;
}
body header.opaque:not(.headroom--not-top) .navigation li .icon svg path:last-of-type {
  fill: #fff;
}
body.sub-nav-open header {
  background: #fff !important;
  padding-bottom: 80px;
}
body.sub-nav-open header .header-v2 .navigation li a {
  color: #231f20;
}
body.sub-nav-open header .header-v2 .navigation li .icon svg path:last-of-type {
  fill: #231f20;
}
body .header-v2 {
  display: flex;
  flex-direction: column;
}
body .header-v2 .navigation {
  display: flex;
  justify-content: flex-end;
  list-style-type: none;
}
body .header-v2 .navigation li.menu-item-has-children > a:after {
  content: " +";
  position: relative;
  top: -5px;
}
body .header-v2 .navigation li a {
  color: #231f20;
  font-size: 24px;
  padding: 0 32px;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
body .header-v2 .navigation li a:hover {
  color: #CD1A32 !important;
}
body .header-v2 .navigation li.search-glass {
  display: flex;
  align-items: center;
  margin-left: 32px;
}
body .header-v2 .navigation li.search-glass form {
  display: flex;
  align-items: center;
}
body .header-v2 .navigation .sub-menu {
  display: flex;
  position: absolute;
  right: 0;
  width: 100%;
  justify-content: right;
  list-style-type: none;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 30px;
  opacity: 0;
  transform: translateY(-10px);
  border-top: 1px solid #231f20;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  pointer-events: none;
}
body .header-v2 .navigation .sub-menu li a {
  font-size: 18px;
  padding: 8px 15px;
}
body .header-v2 .navigation .sub-menu li:last-of-type a {
  padding-right: 0;
}
body .header-v2 .navigation li.open .sub-menu {
  transform: translateY(0px);
  opacity: 1;
  pointer-events: all;
}
body .header-v2 span.icon {
  cursor: pointer;
}
body .header-v2 input[name=s] {
  font-family: "Neue Haas Light", Arial, Helvetica, sans-serif;
  font-size: 0.9rem;
  margin: 0 10px;
  background: none;
  border: none;
  width: 100%;
  min-width: 200px;
  height: auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #231f20;
}
body li.search-glass {
  width: 30px;
  overflow: hidden;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
body.search-open li.search-glass {
  width: 240px;
}

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

x. Main

*********************************************************************************************/
main {
  overflow: hidden;
}
main section {
  margin: 0 0 150px 0;
}
main section.background-black {
  background-color: #2F292B;
}
main section.background-gray {
  background-color: #E7E7E5;
}
main section.background-gray-with-texture {
  /*
  background-color: $gray-nickel;
  background-image: url(../img/rock.png);
  background-repeat: repeat;
  background-size: 100% auto;
  */
  position: relative;
  z-index: 10;
}
main section.background-gray-with-texture .background-gray-with-texture {
  background-attachment: fixed;
  background-color: #C1C2BA;
  background-image: url(../img/rock.png);
  background-repeat: repeat;
  background-size: 100% auto;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -10;
}
main section.background-red {
  background-color: #CD1A32;
}
main section.full-width:last-child {
  margin-bottom: 0;
}
main section.padding {
  padding: 150px 0;
}
main section.shape-color-black .shape svg {
  fill: #2F292B;
}
main section.shape-color-red .shape svg {
  fill: #CD1A32;
}
main section.shape-color-white .shape svg {
  fill: white;
}
main section:last-child {
  margin: 0 0 100px 0;
}

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

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

x. Footer

*********************************************************************************************/
footer {
  padding: 60px 0;
}
footer .columns {
  margin: 0 -50px;
  display: flex;
  justify-content: space-between;
}
footer .columns.top {
  margin-bottom: 50px;
}
footer .columns .column .inside {
  margin: 0 50px;
}
footer .content a {
  color: #231f20;
}
footer .content a:hover {
  color: #CD1A32;
}
footer .logo {
  width: 160px;
  height: auto;
  display: block;
}
footer .navigation {
  list-style: none;
}
footer .navigation li:not(:last-child) {
  margin: 0 0 10px 0;
}
footer .navigation li a {
  color: #CD1A32;
  display: block;
}
footer .navigation li a:hover {
  color: #231f20;
}
footer .social-media {
  display: flex;
  align-items: center;
  list-style: none;
}
footer .social-media li {
  margin: 0 10px 0 0;
  padding: 0;
  list-style-type: none;
}
footer .social-media li:after {
  display: none;
}
footer .social-media li:last-child {
  margin: 0;
}
footer .social-media li a {
  color: #CD1A32;
}
footer .social-media li a:hover {
  color: #231f20;
}
footer .social-media li a:hover svg {
  fill: #231f20;
}
footer .social-media li a svg {
  fill: #CD1A32;
  width: auto;
  height: 15px;
}

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

x. Archives

*********************************************************************************************/
section.archives form {
  margin: 0 -25px;
  display: flex;
  justify-content: flex-end;
}

section.filters + section.archives {
  margin-top: -90px;
}

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

x. Carousel

*********************************************************************************************/
section.carousel {
  padding: 100px 0;
}

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

x. Employees

*********************************************************************************************/
section.employees .grid {
  display: flex;
  flex-wrap: wrap;
}
section.employees .grid.images {
  margin: -10px;
}
section.employees .grid.images .full-information .inside,
section.employees .grid.images .item .inside {
  margin: 10px;
  position: relative;
  overflow: hidden;
}
section.employees .grid.images .item.active .content.default, section.employees .grid.images .item.active .content.hover {
  -moz-transform: translateY(100%);
  -webkit-transform: translateY(100%);
  -o-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}
section.employees .grid.images .item.active .image.hover {
  opacity: 1;
}
section.employees .grid.images .item:not(.active):hover .content.default {
  -moz-transform: translateY(100%);
  -webkit-transform: translateY(100%);
  -o-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}
section.employees .grid.images .item:not(.active):hover .content.hover {
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
section.employees .grid.images .item:hover .image.hover {
  opacity: 1;
}
section.employees .grid.images .item .content {
  -webkit-transition: transform 0.5s ease;
  -moz-transition: transform 0.5s ease;
  -ms-transition: transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
}
section.employees .grid.images .item .content.default {
  background: #C1C2B9;
  padding: 20px 30px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 20;
}
section.employees .grid.images .item .content.hover {
  background: #CADE47;
  padding: 20px;
  display: flex;
  justify-content: flex-end;
  -moz-transform: translateY(100%);
  -webkit-transform: translateY(100%);
  -o-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 30;
}
section.employees .grid.images .item .content h5 {
  font-size: 1.125em;
}
section.employees .grid.images .item .content h6 {
  font-size: 0.8em;
}
section.employees .grid.images .item .image.hover {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
section.employees .grid.list {
  margin: -25px;
}
section.employees .grid.list .full-information.letter:not(:first-child) .inside,
section.employees .grid.list .item.letter:not(:first-child) .inside {
  margin-top: 75px;
}
section.employees .grid.list .full-information .inside,
section.employees .grid.list .item .inside {
  margin: 25px;
  position: relative;
  overflow: hidden;
}
section.employees .grid.list .item.employee.active {
  color: #CADE47;
}
section.employees .grid.list .item.employee:hover {
  color: #CADE47;
}
section.employees .grid .full-information .about {
  background: #CADE47;
  margin: 0 0 25px 0;
  padding: 25px 0;
}
section.employees .grid .full-information .about .close {
  width: 25px;
  height: 25px;
  display: block;
  position: absolute;
  top: 0;
  bottom: auto;
  left: auto;
  right: 50px;
  -webkit-transition: transform 0.5s ease;
  -moz-transition: transform 0.5s ease;
  -ms-transition: transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
}
section.employees .grid .full-information .about .close:hover {
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
section.employees .grid .full-information .about .close .line {
  width: 100%;
  height: 2px;
  background: #231f20;
  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: 0;
}
section.employees .grid .full-information .about .close .line:nth-child(1) {
  -moz-transform: translateY(-50%) rotate(-45deg);
  -webkit-transform: translateY(-50%) rotate(-45deg);
  -o-transform: translateY(-50%) rotate(-45deg);
  -ms-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
}
section.employees .grid .full-information .about .close .line:nth-child(2) {
  -moz-transform: translateY(-50%) rotate(45deg);
  -webkit-transform: translateY(-50%) rotate(45deg);
  -o-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}
section.employees .grid .full-information .about .columns {
  align-items: flex-end;
  justify-content: space-between;
}
section.employees .grid .full-information .about .inside {
  margin-top: 0;
  margin-bottom: 0;
}
section.employees .grid .full-information .about .social-media {
  list-style: none;
}
section.employees .grid .full-information .about .social-media li {
  margin: 0;
  padding: 0;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
}
section.employees .grid .full-information .about .social-media li:after {
  display: none;
}
section.employees .grid .full-information .about .social-media li:not(:first-child) {
  margin: 0 0 0 30px;
}
section.employees .grid .full-information .about .social-media li a {
  display: block;
}
section.employees .grid .full-information .about .social-media li a:hover svg {
  fill: #90a21d;
  stroke: #90a21d;
}
section.employees .grid .full-information .about .social-media li a svg {
  fill: #231f20;
  stroke: #231f20;
  width: auto;
  height: 25px;
}
section.employees .grid .full-information .columns {
  display: flex;
  overflow: hidden;
}
section.employees .grid .full-information .columns .column .inside {
  margin: 0;
  padding: 0 50px;
}
section.employees .grid .item .full-information {
  display: none;
}
section.employees .grid .item .link {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  z-index: 30;
}

section.filters + section.employees {
  margin-top: -90px;
}

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

x. Featured News

*********************************************************************************************/
section.featured-news {
  padding: 0 0 100px 0;
  position: relative;
}
section.featured-news:after {
  content: "";
  width: 100%;
  height: 50%;
  background: #2F292B;
  position: absolute;
  bottom: 0;
  left: 0;
}
section.featured-news .grid {
  margin: 0 -25px;
  display: flex;
  align-items: stretch;
  position: relative;
  z-index: 10;
}
section.featured-news .grid .content {
  margin: 60px 0 0 0;
  padding: 20px 0 0 0;
  position: relative;
}
section.featured-news .grid .content.white * {
  color: #F5EEE5;
}
section.featured-news .grid .content.white h1 .outlined,
section.featured-news .grid .content.white h2 .outlined,
section.featured-news .grid .content.white h3 .outlined,
section.featured-news .grid .content.white h4 .outlined,
section.featured-news .grid .content.white h5 .outlined,
section.featured-news .grid .content.white h6 .outlined {
  -webkit-text-stroke-color: #F5EEE5;
}
section.featured-news .grid .content:before {
  content: "";
  width: 100px;
  height: 5px;
  background: #F5EEE5;
  position: absolute;
  top: 0;
  left: 0;
}
section.featured-news .grid .item.background-red .content {
  margin: 0;
  padding: 50px;
}
section.featured-news .grid .item.background-red .content:before {
  display: none;
}
section.featured-news .grid .item.background-red .content .line {
  width: 100px;
  height: 5px;
  background: #C1C2BA;
  display: block;
}
section.featured-news .grid .item.background-red .inside {
  min-height: 100%;
  background: #CD1A32;
}
section.featured-news .grid .item:hover .image img {
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
section.featured-news .grid .item .image {
  overflow: hidden;
}
section.featured-news .grid .item .image img {
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: transform 0.5s ease;
  -moz-transition: transform 0.5s ease;
  -ms-transition: transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
}
section.featured-news .grid .item .inside {
  margin: 0 25px;
  position: relative;
}
section.featured-news .grid .item .link {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
}

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

x. Facebook

*********************************************************************************************/
section.facebook .content a {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
section.facebook .content a .icon,
section.facebook .content a .label {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
}
section.facebook .content a .icon svg {
  fill: #231f20;
  width: 50px;
  height: auto;
}
section.facebook .content a .label {
  color: #231f20;
  margin: 0 0 0 10px;
}

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

x. Featured Projects

*********************************************************************************************/
section.featured-projects {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}
section.featured-projects .navigation {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 15;
}
section.featured-projects .navigation .links {
  background: #2F292B;
  padding: 50px;
  list-style: none;
  position: relative;
}
section.featured-projects .navigation .links:before {
  content: "";
  width: 9999px;
  height: auto;
  background: #2F292B;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 100%;
}
section.featured-projects .navigation .links li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
section.featured-projects .navigation .links li:after {
  display: none;
}
section.featured-projects .navigation .links li:not(:last-child) {
  margin: 0 0 30px 0;
}
section.featured-projects .navigation .links li a {
  margin: 0 0 0 50px;
  position: relative;
}
section.featured-projects .navigation .links li a:hover .label:before {
  animation: line 1s 1 ease;
}
section.featured-projects .navigation .links li a .icon {
  width: 30px;
  height: auto;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: -50px;
}
section.featured-projects .navigation .links li a .icon svg {
  fill: white;
  margin: 0 auto;
}
section.featured-projects .projects {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
}
section.featured-projects .projects .project {
  border: 50px solid white;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}
section.featured-projects .projects .project.active .content h1 .outlined {
  color: white;
}
section.featured-projects .projects .project .background {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
section.featured-projects .projects .project .background img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
section.featured-projects .projects .project .content {
  width: 300px;
  height: auto;
}
section.featured-projects .projects .project .content .line {
  width: 100px;
  height: 5px;
  background: #CD1A32;
  margin: 10px 0;
}
section.featured-projects .projects .project .link {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 40;
}
section.featured-projects .projects .project .overlay {
  background: linear-gradient(160deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 20;
}
section.featured-projects .projects .project .wrapper {
  position: absolute;
  bottom: 50px;
  right: 0;
  z-index: 30;
}
section.featured-projects .spacers .spacer {
  width: 100%;
  height: 300vh;
}
section.featured-projects .spacers .spacer:last-child {
  height: 150vh;
}
section.featured-projects .sticky {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.projects-grid .links {
  margin-top: 2.5px;
  background: #2F292B;
  padding: 50px;
  list-style: none;
  position: relative;
  display: flex;
  justify-content: center;
}
.projects-grid .links:before {
  content: "";
  width: 9999px;
  height: auto;
  background: #2F292B;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 100%;
}
.projects-grid .links li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.projects-grid .links li:after {
  display: none;
}
.projects-grid .links li a {
  margin: 0 0 0 50px;
  position: relative;
}
.projects-grid .links li a:hover .label:before {
  animation: line 1s 1 ease;
}
.projects-grid .links li a .icon {
  width: 30px;
  height: auto;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: -50px;
}
.projects-grid .links li a .icon svg {
  fill: white;
  margin: 0 auto;
}

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

x. Filters

*********************************************************************************************/
section.filters {
  background: #2F292B;
  padding: 60px 0;
}
section.filters .columns {
  display: flex;
  justify-content: space-between;
}
section.filters .content {
  max-width: 60%;
  margin: 60px 0 0 0;
}
section.filters .drop-down {
  display: none;
}
section.filters .drop-down .spacer {
  width: 100%;
  height: 60px;
}
section.filters .drop-down .sub-filters {
  margin: 0 0 -30px 0;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}
section.filters .drop-down .sub-filters li {
  margin: 0 0 30px 0;
}
section.filters .drop-down .sub-filters li.current-menu-item a {
  color: #CADE47;
}
section.filters .drop-down .sub-filters li:not(:last-child) {
  margin-right: 60px;
}
section.filters .drop-down .sub-filters li a {
  color: white;
  font-size: 0.9em;
  display: block;
}
section.filters .drop-down .sub-filters li a:hover {
  color: #CADE47;
}
section.filters .navigation {
  margin: 0 0 -30px 0;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}
section.filters .navigation li {
  margin: 0 0 30px 0;
}
section.filters .navigation li.current-menu-item {
  position: relative;
}
section.filters .navigation li.current-menu-item.menu-item-has-children > a:after, section.filters .navigation li.current-menu-item.menu-item-has-children > a:before {
  background: #CADE47;
}
section.filters .navigation li.current-menu-item:before {
  content: "";
  background: #CADE47;
  width: auto;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
section.filters .navigation li.current-menu-item > a {
  color: #CADE47;
}
section.filters .navigation li.menu-item-has-children.open > a:after {
  -moz-transform: translateY(-50%) rotate(180deg);
  -webkit-transform: translateY(-50%) rotate(180deg);
  -o-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
section.filters .navigation li.menu-item-has-children.open > a:before {
  -moz-transform: translateX(50%) translateY(-50%) rotate(90deg);
  -webkit-transform: translateX(50%) translateY(-50%) rotate(90deg);
  -o-transform: translateX(50%) translateY(-50%) rotate(90deg);
  -ms-transform: translateX(50%) translateY(-50%) rotate(90deg);
  transform: translateX(50%) translateY(-50%) rotate(90deg);
}
section.filters .navigation li.menu-item-has-children > a {
  padding: 0 15px 0 0;
  position: relative;
}
section.filters .navigation li.menu-item-has-children > a:after, section.filters .navigation li.menu-item-has-children > a:before {
  content: "";
  background: white;
  position: absolute;
  top: 50%;
  -webkit-transition: transform 0.25s ease;
  -moz-transition: transform 0.25s ease;
  -ms-transition: transform 0.25s ease;
  -o-transition: transform 0.25s ease;
  transition: transform 0.25s ease;
}
section.filters .navigation li.menu-item-has-children > a:after {
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 10px;
  height: 2px;
  right: 0;
}
section.filters .navigation li.menu-item-has-children > a:before {
  -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%);
  width: 2px;
  height: 10px;
  right: 5px;
}
section.filters .navigation li:hover:before {
  background: #CADE47;
}
section.filters .navigation li:hover > a {
  color: #CADE47;
}
section.filters .navigation li:hover > a:after, section.filters .navigation li:hover > a:before {
  background: #CADE47;
}
section.filters .navigation li:not(:last-child) {
  margin-right: 60px;
}
section.filters .navigation li > a {
  color: white;
  font-family: "Neue Haas Medium", sans-serif;
  font-size: 0.9em;
  letter-spacing: 0.125em;
  padding: 0 0 5px 0;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
section.filters .navigation li > .sub-menu {
  display: none;
}
section.filters .views {
  margin: 0 0 -30px 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  list-style: none;
}
section.filters .views li {
  margin: 0 0 30px 0;
}
section.filters .views li.current-menu-item a svg {
  fill: #CADE47;
}
section.filters .views li.search-term a {
  color: white;
  font-size: 16px;
  line-height: 35px;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: auto;
  height: 40px;
  max-width: 180px;
  border: 2px solid white;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 35px 0 20px;
  display: inline-block;
  zoom: 1;
  *display: inline;
  position: relative;
  overflow: hidden;
}
section.filters .views li.search-term a:after, section.filters .views li.search-term a:before {
  content: "";
  background: white;
  position: absolute;
  top: 50%;
  -webkit-transition: transform 0.25s ease;
  -moz-transition: transform 0.25s ease;
  -ms-transition: transform 0.25s ease;
  -o-transition: transform 0.25s ease;
  transition: transform 0.25s ease;
}
section.filters .views li.search-term a:after {
  -moz-transform: translateY(-50%) rotate(45deg);
  -webkit-transform: translateY(-50%) rotate(45deg);
  -o-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  width: 10px;
  height: 2px;
  right: 15px;
}
section.filters .views li.search-term a:before {
  -moz-transform: translateX(50%) translateY(-50%) rotate(45deg);
  -webkit-transform: translateX(50%) translateY(-50%) rotate(45deg);
  -o-transform: translateX(50%) translateY(-50%) rotate(45deg);
  -ms-transform: translateX(50%) translateY(-50%) rotate(45deg);
  transform: translateX(50%) translateY(-50%) rotate(45deg);
  width: 2px;
  height: 10px;
  right: 20px;
}
section.filters .views li.search-term a:hover {
  color: #CADE47;
  border-color: #CADE47;
}
section.filters .views li.search-term a:hover:after, section.filters .views li.search-term a:hover:before {
  background: #CADE47;
}
section.filters .views li:not(:first-child) {
  margin-left: 60px;
}
section.filters .views li a {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
}
section.filters .views li a:hover svg {
  fill: #CADE47;
}
section.filters .views li a svg {
  fill: white;
  width: auto;
  height: 25px;
}
section.filters .views li form {
  width: 0;
  height: auto;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
  overflow: hidden;
  -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;
}
section.filters .views li form.open {
  width: 180px;
  padding: 0 0 0 10px;
}
section.filters .views li form input[type=text] {
  color: white;
  font-family: "Neue Haas Light", Arial, Helvetica, sans-serif;
  font-size: 0.9rem;
  width: 170px;
  height: 25px;
  background: none;
  border: none;
}

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

x. Gallery

*********************************************************************************************/
section.gallery .grid {
  margin: -10px;
  display: flex;
  flex-wrap: wrap;
}
section.gallery .grid .item .image {
  display: block;
  overflow: hidden;
}
section.gallery .grid .item .image:hover img {
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
section.gallery .grid .item .image img {
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: transform 0.5s ease;
  -moz-transition: transform 0.5s ease;
  -ms-transition: transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
}
section.gallery .grid .item .inside {
  padding: 10px;
}

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

x. Image

*********************************************************************************************/
section.image.shape-position-bottom .shape {
  position: absolute;
  bottom: -10px;
  left: 0;
}
section.image.shape-position-top .shape {
  position: absolute;
  top: 0;
  left: 0;
}

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

x. Map

*********************************************************************************************/
section.map .content {
  width: 10%;
  height: auto;
  background: white;
  padding: 70px;
  -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.map .embed-container {
  width: auto;
  height: 0;
  max-width: 100%;
  padding-bottom: 56.25%;
  position: relative;
  overflow: hidden;
}
section.map .embed-container.no-pointer embed,
section.map .embed-container.no-pointer iframe,
section.map .embed-container.no-pointer object {
  pointer-events: none;
}
section.map .embed-container embed,
section.map .embed-container iframe,
section.map .embed-container object {
  width: 100%;
  height: 100%;
  border: none;
  position: absolute;
  top: 0;
  left: 0;
}
section.map .google-map {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
section.map .spacer {
  padding: 50% 0 0 0;
}

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

x. Pagination

*********************************************************************************************/
section.pagination .pagination {
  list-style: none;
}
section.pagination .pagination li {
  margin: 0 30px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
section.pagination .pagination li a {
  color: #231f20;
  font-family: "Neue Haas Medium", sans-serif;
  text-decoration: none;
  padding: 0 0 5px 0;
  display: inline-block;
  zoom: 1;
  *display: inline;
  position: relative;
}
section.pagination .pagination li a:before {
  content: "";
  background: #231f20;
  width: auto;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
/********************************************************************************************* 

x. Partners

*********************************************************************************************/
section.partners.shape-position-bottom.padding {
  padding-bottom: 0;
}
section.partners.shape-position-bottom .shape {
  margin: 100px 0 -5px 0;
}
section.partners.shape-position-top.padding {
  padding-top: 0;
}
section.partners.shape-position-top .shape {
  margin: 0 0 200px 0;
}
section.partners .columns {
  margin: -50px;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
section.partners .columns .column.line .content {
  width: 30%;
  margin: 0 0 0 auto;
  position: relative;
}
section.partners .columns .column.line .content:before {
  content: "";
  width: 9999px;
  height: 2px;
  background: white;
  position: absolute;
  top: 50%;
  right: calc(100% + 50px);
}
section.partners .columns .column .inside {
  margin: 50px;
}
section.partners .grid {
  width: 70%;
  margin: -50px -50px 50px -50px;
  display: flex;
  flex-wrap: wrap;
}
section.partners .grid .item {
  display: flex;
  align-items: center;
}
section.partners .grid .item a {
  color: white;
}
section.partners .grid .item .image img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 75px;
}
section.partners .grid .item .inside {
  margin: 0 !important;
  padding: 50px;
}

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

x. Post

*********************************************************************************************/
.single-post main section {
  margin: 0 0 50px 0;
  position: relative;
}
.single-post main section.padding {
  padding: 100px 0;
}
.single-post main section.text-image .columns, .single-post main section.text-video .columns {
  align-items: flex-start;
}
.single-post main section.text-image .content, .single-post main section.text-video .content {
  padding-top: 0;
  padding-bottom: 0;
}
.single-post section.full-width + section.full-width {
  margin-top: -50px;
}

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

x. Posts

*********************************************************************************************/
section.posts .grid {
  margin: -25px;
  display: flex;
  flex-wrap: wrap;
}
section.posts .grid .item.background-gray .content {
  background: #E7E7E5;
}
section.posts .grid .item.background-gray .content a {
  color: #231f20;
}
section.posts .grid .item.background-red .content {
  background: #CD1A32;
}
section.posts .grid .item:hover .image img {
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
section.posts .grid .item .content {
  padding: 50px;
  position: relative;
}
section.posts .grid .item .content h6 {
  padding: 0 50px 0 0;
}
section.posts .grid .item .content .line {
  width: 100px;
  height: 5px;
  background: #C1C2BA;
  display: block;
}
section.posts .grid .item .content .share {
  position: absolute;
  top: 50px;
  right: 50px;
  cursor: pointer;
}
section.posts .grid .item .image {
  display: block;
  overflow: hidden;
}
section.posts .grid .item .image img {
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: transform 0.5s ease;
  -moz-transition: transform 0.5s ease;
  -ms-transition: transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
}
section.posts .grid .item .inside {
  margin: 25px;
}

section.archives + section.posts {
  margin-top: -90px;
}

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

x. Project

*********************************************************************************************/
section.projects .grid {
  display: flex;
  flex-wrap: wrap;
}
section.projects .grid.images {
  margin: -2.5px;
  padding: 2.5px 0;
}
section.projects .grid.images .item.width-25 .spacer, section.projects .grid.images .item.width-33 .spacer {
  padding: 66.66% 0 0 0;
}
section.projects .grid.images .item.width-100 .spacer {
  padding: 45% 0 0 0;
}
section.projects .grid.images .item:hover .content.default {
  -moz-transform: translateY(100%);
  -webkit-transform: translateY(100%);
  -o-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}
section.projects .grid.images .item:hover .content.hover {
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
section.projects .grid.images .item:hover .image img {
  -moz-transform: scale(1.025);
  -webkit-transform: scale(1.025);
  -o-transform: scale(1.025);
  -ms-transform: scale(1.025);
  transform: scale(1.025);
}
section.projects .grid.images .item .content {
  padding: 50px;
  -webkit-transition: transform 0.5s ease;
  -moz-transition: transform 0.5s ease;
  -ms-transition: transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
}
section.projects .grid.images .item .content.default {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 40;
}
section.projects .grid.images .item .content.hover {
  background: #CD1A32;
  -moz-transform: translateY(100%);
  -webkit-transform: translateY(100%);
  -o-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 50;
}
section.projects .grid.images .item .image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 10;
}
section.projects .grid.images .item .image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: transform 0.5s ease;
  -moz-transition: transform 0.5s ease;
  -ms-transition: transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
}
section.projects .grid.images .item .inside {
  margin: 2.5px;
  position: relative;
  overflow: hidden;
}
section.projects .grid.images .item .link {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 60;
}
section.projects .grid.images .item .overlay {
  background: linear-gradient(160deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 20;
}
section.projects .grid.images .item .construction {
  width: 6%;
  height: auto;
  display: none;
  position: absolute;
  top: 0;
  left: 30px;
  z-index: 30;
}
section.projects .grid.images .item .construction.mobile {
  width: auto;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}
section.projects .grid.images .item .construction.mobile.preconstruction:after {
  background: #C1BEB1;
}
section.projects .grid.images .item .construction.mobile.under-construction:after {
  background: #D9DE47;
}
section.projects .grid.images .item .construction.mobile:after {
  content: "";
  width: 999px;
  height: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
}
section.projects .grid.images .item .construction.mobile img {
  width: auto;
  height: 100%;
}
section.projects .grid.images .item .construction img {
  width: 100%;
  height: auto;
  display: block;
}
section.projects .map {
  position: relative;
}
section.projects .map.open.transition .image.visible.in, section.projects .map.open.transition .image.visible.out,
section.projects .map.open.transition .information.visible.in,
section.projects .map.open.transition .information.visible.out {
  -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;
}
section.projects .map.open.transition .image.visible.in img, section.projects .map.open.transition .image.visible.out img {
  -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;
}
section.projects .map.open .google-map {
  right: 50%;
}
section.projects .map.open .project {
  -moz-transform: translateX(0%);
  -webkit-transform: translateX(0%);
  -o-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}
section.projects .map .google-map {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transition: right 0.5s ease;
  -moz-transition: right 0.5s ease;
  -ms-transition: right 0.5s ease;
  -o-transition: right 0.5s ease;
  transition: right 0.5s ease;
}
section.projects .map .google-map .cluster {
  color: white;
  font-family: "Neue Haas Medium";
  background: #CD1A32;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: flex;
  align-items: center;
}
section.projects .map .google-map .cluster:before {
  content: "";
  width: 25px;
  height: 25px;
  background: #CD1A32;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  opacity: 0.25;
  -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%;
  -webkit-animation: pulse 1s infinite linear;
  -moz-animation: pulse 1s infinite linear;
  -ms-animation: pulse 1s infinite linear;
  -o-animation: pulse 1s infinite linear;
  animation: pulse 1s infinite linear;
}
section.projects .map .google-map .cluster:hover {
  background: #635F5E;
}
section.projects .map .google-map .cluster:hover:before {
  background: #635F5E;
}
section.projects .map .google-map .cluster img {
  display: none;
}
section.projects .map .project {
  width: 50%;
  height: 100%;
  background: #635F5E;
  -moz-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  -o-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
  -webkit-transition: transform 0.5s ease;
  -moz-transition: transform 0.5s ease;
  -ms-transition: transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
}
section.projects .map .project:hover .image.visible.in img {
  -moz-transform: translateX(0%) scale(1.025);
  -webkit-transform: translateX(0%) scale(1.025);
  -o-transform: translateX(0%) scale(1.025);
  -ms-transform: translateX(0%) scale(1.025);
  transform: translateX(0%) scale(1.025);
}
section.projects .map .project:hover .image.visible .construction img {
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
section.projects .map .project .image {
  width: 100%;
  height: 50%;
  display: block;
  -moz-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  -o-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  overflow: hidden;
}
section.projects .map .project .image.visible.in {
  -moz-transform: translateX(0%);
  -webkit-transform: translateX(0%);
  -o-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}
section.projects .map .project .image.visible.in img {
  -moz-transform: translateX(0%);
  -webkit-transform: translateX(0%);
  -o-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}
section.projects .map .project .image.visible.out {
  -moz-transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}
section.projects .map .project .image.visible.out img {
  -moz-transform: translateX(40%);
  -webkit-transform: translateX(40%);
  -o-transform: translateX(40%);
  -ms-transform: translateX(40%);
  transform: translateX(40%);
}
section.projects .map .project .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -moz-transform: translateX(-40%) scale(1);
  -webkit-transform: translateX(-40%) scale(1);
  -o-transform: translateX(-40%) scale(1);
  -ms-transform: translateX(-40%) scale(1);
  transform: translateX(-40%) scale(1);
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: transform 0.5s ease;
  -moz-transition: transform 0.5s ease;
  -ms-transition: transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
}
section.projects .map .project .image .construction {
  width: auto;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
section.projects .map .project .image .construction img {
  width: auto;
  height: 100%;
  display: block;
}
section.projects .map .project .information {
  opacity: 0;
  padding: 50px;
  -moz-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  position: absolute;
  top: 50%;
  bottom: 0;
  left: 0;
  right: 0;
}
section.projects .map .project .information.visible.in {
  opacity: 1;
  -moz-transform: translateY(0%);
  -webkit-transform: translateY(0%);
  -o-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
}
section.projects .map .project .information.visible.out {
  -moz-transform: translateY(100%);
  -webkit-transform: translateY(100%);
  -o-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}
section.projects .map .project .information .close {
  width: 25px;
  height: 25px;
  display: block;
  position: absolute;
  top: 50px;
  right: 50px;
  -webkit-transition: transform 0.5s ease;
  -moz-transition: transform 0.5s ease;
  -ms-transition: transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
}
section.projects .map .project .information .close:hover {
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
section.projects .map .project .information .close .line {
  width: 100%;
  height: 2px;
  background: white;
  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: 0;
}
section.projects .map .project .information .close .line:nth-child(1) {
  -moz-transform: translateY(-50%) rotate(-45deg);
  -webkit-transform: translateY(-50%) rotate(-45deg);
  -o-transform: translateY(-50%) rotate(-45deg);
  -ms-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
}
section.projects .map .project .information .close .line:nth-child(2) {
  -moz-transform: translateY(-50%) rotate(45deg);
  -webkit-transform: translateY(-50%) rotate(45deg);
  -o-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}
section.projects .map .project .information .columns {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
section.projects .map .project .information .columns .column .content ul li {
  padding: 0;
}
section.projects .map .project .information .columns .column .content ul li:after {
  display: none;
}
section.projects .map .spacer {
  padding: 50% 0 0 0;
}

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

x. Quotation

*********************************************************************************************/
section.quotation.background-white .content * {
  color: #231f20;
}
section.quotation.shape-position-bottom.padding {
  padding-bottom: 0;
}
section.quotation.shape-position-bottom .shape {
  margin: 100px 0 -5px 0;
}
section.quotation.shape-position-top.padding {
  padding-top: 0;
}
section.quotation.shape-position-top .shape {
  margin: 0 0 200px 0;
}
section.quotation .content h1 {
  font-size: 2.25em;
}

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

x. Related Projects

*********************************************************************************************/
section.related-projects {
  position: relative;
}
section.related-projects .grid {
  margin: 0 -25px;
  display: flex;
  position: relative;
  z-index: 10;
}
section.related-projects .grid .content {
  margin: 30px 0 0 0;
  position: relative;
}
section.related-projects .grid .item:hover .image img {
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
section.related-projects .grid .item .image {
  overflow: hidden;
}
section.related-projects .grid .item .image img {
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: transform 0.5s ease;
  -moz-transition: transform 0.5s ease;
  -ms-transition: transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
}
section.related-projects .grid .item .inside {
  margin: 0 25px;
  position: relative;
}
section.related-projects .grid .item .link {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
}

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

x. Slides - Home

*********************************************************************************************/
section.slides.home {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}
section.slides.home .navigation {
  pointer-events: none;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  bottom: 100px;
  left: 0;
  right: 0;
  z-index: 15;
}
section.slides.home .navigation .numbers {
  color: white;
  font-family: "Neue Haas Medium", sans-serif;
  font-size: 0.7em;
  letter-spacing: 0.125em;
  line-height: 1em;
  display: flex;
  -moz-transform-origin: 50% 100%;
  -webkit-transform-origin: 50% 100%;
  -o-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -moz-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
  -o-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(-90deg);
  transform: translateX(-50%) translateY(-50%) rotate(-90deg);
  position: absolute;
  top: 0;
  left: 100%;
}
section.slides.home .navigation .numbers .arrow {
  width: 200px;
  height: 1px;
  background: white;
  display: none;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 60%;
  right: 70px;
}
section.slides.home .navigation .numbers .arrow:after, section.slides.home .navigation .numbers .arrow:before {
  content: "";
  width: 8px;
  height: 1px;
  background: white;
  transform-origin: 0% 50%;
  position: absolute;
  top: 0;
  left: 0;
}
section.slides.home .navigation .numbers .arrow:after {
  transform: rotate(45deg);
}
section.slides.home .navigation .numbers .arrow:before {
  transform: rotate(-45deg);
}
section.slides.home .navigation .numbers .current,
section.slides.home .navigation .numbers .divider,
section.slides.home .navigation .numbers .total {
  margin: 0 1px;
}
section.slides.home .slides {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
}
section.slides.home .slides .slide {
  width: 100%;
  height: 100%;
  background: black;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
section.slides.home .slides .slide.active .content h1 .outlined {
  color: white;
}
section.slides.home .slides .slide.mask {
  background: none;
  pointer-events: none;
  transform: scale(10);
}
section.slides.home .slides .slide.mask.normal-size {
  transform: scale(1);
}
section.slides.home .slides .slide.mask.normal-size svg {
  width: 100%;
  height: auto;
  -moz-transform: none;
  -webkit-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
  top: auto;
  bottom: -5px;
  left: 0;
}
section.slides.home .slides .slide.mask svg {
  width: auto;
  height: 100%;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  top: 0;
  left: 50%;
}
section.slides.home .slides .slide .background {
  width: 100%;
  height: 100%;
  opacity: 0.5;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
section.slides.home .slides .slide .background img,
section.slides.home .slides .slide .background video {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
section.slides.home .slides .slide .content {
  padding: 0 150px 0 0;
}
section.slides.home .slides .slide .wrapper {
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
}
section.slides.home.slides-v2 {
  width: 100%;
  height: auto;
  position: relative;
}
section.slides.home.slides-v2 .slides {
  width: 100%;
  height: auto;
  position: relative;
  top: 0;
  left: 0;
}
section.slides.home.slides-v2 .slides .slide {
  width: 100%;
  height: 100vh;
  background: black;
  position: relative;
  top: 0;
  left: 0;
  overflow: visible;
}
section.slides.home.slides-v2 .slides .slide:nth-last-child(2) {
  padding-bottom: 25vh;
}
section.slides.home.slides-v2 .slides .mask-v2 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
section.slides.home .spacers .spacer {
  width: 100%;
  height: 250vh;
}
section.slides.home .spacers .spacer:last-child {
  height: 125vh;
}
section.slides.home .sticky {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

/*
.logged-in {
	section.slides {
		&.home {
			.spacers {
				.spacer {
					//width: 100%; height: 250vh;
					opacity: 0.25;
					position: relative;
					z-index: 9999;
					&:nth-child(1) {
						background: red;
					}
					&:nth-child(2) {
						background: green;
					}
					&:nth-child(3) {
						background: blue;
					}
					&:nth-child(4) {
						background: yellow;
					}
					&:last-child {
						//height: 125vh;
					}
				}
			}
		}
	}
}
*/
/********************************************************************************************* 

x. Slides - JTM Advantage

*********************************************************************************************/
section.slides.jtm-advantage {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}
section.slides.jtm-advantage .navigation {
  pointer-events: none;
  width: 1px;
  height: auto;
  position: absolute;
  top: 100px;
  bottom: 80px;
  left: 100px;
}
section.slides.jtm-advantage .navigation .arrow {
  width: 1px;
  height: 100%;
  background: black;
  display: none;
  position: relative;
}
section.slides.jtm-advantage .navigation .arrow:after, section.slides.jtm-advantage .navigation .arrow:before {
  content: "";
  width: 8px;
  height: 1px;
  background: black;
  position: absolute;
  bottom: 0;
}
section.slides.jtm-advantage .navigation .arrow:after {
  transform-origin: 0 0;
  transform: rotate(-45deg);
  left: calc(100% - 1px);
}
section.slides.jtm-advantage .navigation .arrow:before {
  transform-origin: 100% 0;
  transform: rotate(45deg);
  right: calc(100% - 1px);
}
section.slides.jtm-advantage .navigation .numbers {
  font-family: "Neue Haas Medium", sans-serif;
  font-size: 0.7em;
  letter-spacing: 0.125em;
  line-height: 1em;
  background: white;
  padding: 0 20px;
  display: flex;
  -moz-transform: translateX(-50%) rotate(-90deg);
  -webkit-transform: translateX(-50%) rotate(-90deg);
  -o-transform: translateX(-50%) rotate(-90deg);
  -ms-transform: translateX(-50%) rotate(-90deg);
  transform: translateX(-50%) rotate(-90deg);
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 10;
}
section.slides.jtm-advantage .navigation .numbers .current,
section.slides.jtm-advantage .navigation .numbers .divider,
section.slides.jtm-advantage .navigation .numbers .total {
  margin: 0 1px;
}
section.slides.jtm-advantage .slides {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
}
section.slides.jtm-advantage .slides .slide {
  background: #CD1A32;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}
section.slides.jtm-advantage .slides .slide.active .content h1 .outlined {
  color: white;
}
section.slides.jtm-advantage .slides .slide.mask {
  background: none;
  pointer-events: none;
  transform: scale(10);
}
section.slides.jtm-advantage .slides .slide.mask svg {
  width: auto;
  height: 100%;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  top: 0;
  left: 50%;
}
section.slides.jtm-advantage .slides .slide .background-wrapper {
  border: 50px solid #CD1A32;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}
section.slides.jtm-advantage .slides .slide .background-wrapper .background {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
section.slides.jtm-advantage .slides .slide .background-wrapper .background img,
section.slides.jtm-advantage .slides .slide .background-wrapper .background video {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
section.slides.jtm-advantage .slides .slide .content {
  background: white;
  padding: 100px 200px;
}
section.slides.jtm-advantage .slides .slide .wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
section.slides.jtm-advantage .spacers .spacer {
  width: 100%;
  height: 300vh;
}
section.slides.jtm-advantage .spacers .spacer:last-child {
  height: 150vh;
}
section.slides.jtm-advantage .sticky {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

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

x. Text

*********************************************************************************************/
section.text .columns {
  margin: 0 -50px;
  display: flex;
}
section.text .columns .column .content ol,
section.text .columns .column .content ul {
  overflow: hidden;
}
section.text .columns .column .inside {
  margin: 0 50px;
}
section.text .grid.employees {
  margin: -2.5px;
  display: flex;
  flex-wrap: wrap;
}
section.text .grid.employees .item:hover .content {
  -moz-transform: translateY(0%);
  -webkit-transform: translateY(0%);
  -o-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
}
section.text .grid.employees .item:hover .image {
  opacity: 0.25;
}
section.text .grid.employees .item .content {
  padding: 15px 20px;
  -moz-transform: translateY(100%);
  -webkit-transform: translateY(100%);
  -o-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
  -webkit-transition: transform 0.5s ease;
  -moz-transition: transform 0.5s ease;
  -ms-transition: transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
}
section.text .grid.employees .item .image {
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
section.text .grid.employees .item .image:hover img {
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
section.text .grid.employees .item .image img {
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: transform 0.5s ease;
  -moz-transition: transform 0.5s ease;
  -ms-transition: transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
}
section.text .grid.employees .item .inside {
  background: #2F292B;
  margin: 2.5px;
  padding: 0;
  position: relative;
  overflow: hidden;
}
section.text .grid.values {
  margin: -50px;
  display: flex;
  flex-wrap: wrap;
}
section.text .grid.values .item .inside {
  margin: 0;
  padding: 50px;
}
section.text .model {
  display: none;
}

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

x. Text + Image
x. Text + Model
x. Text + Video

*********************************************************************************************/
section.text-image.shape-position-bottom .shape,
section.text-model.shape-position-bottom .shape,
section.text-video.shape-position-bottom .shape {
  margin: 100px 0 -5px 0;
}
section.text-image.shape-position-top .shape,
section.text-model.shape-position-top .shape,
section.text-video.shape-position-top .shape {
  margin: 0 0 200px 0;
}
section.text-image.text-background.text-position-left .content, section.text-image.text-background.text-position-right .content,
section.text-model.text-background.text-position-left .content,
section.text-model.text-background.text-position-right .content,
section.text-video.text-background.text-position-left .content,
section.text-video.text-background.text-position-right .content {
  background: white;
}
section.text-image.text-background.text-position-left .content,
section.text-model.text-background.text-position-left .content,
section.text-video.text-background.text-position-left .content {
  margin: 0 -100px 0 0;
}
section.text-image.text-background.text-position-right .content,
section.text-model.text-background.text-position-right .content,
section.text-video.text-background.text-position-right .content {
  margin: 0 0 0 -100px;
}
section.text-image.text-position-left .columns,
section.text-model.text-position-left .columns,
section.text-video.text-position-left .columns {
  flex-direction: row-reverse;
}
section.text-image.text-position-left .content,
section.text-model.text-position-left .content,
section.text-video.text-position-left .content {
  padding-left: 0;
}
section.text-image.text-position-overlay,
section.text-model.text-position-overlay,
section.text-video.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 .background-image,
section.text-image.text-position-overlay .background-video,
section.text-model.text-position-overlay .background-image,
section.text-model.text-position-overlay .background-video,
section.text-video.text-position-overlay .background-image,
section.text-video.text-position-overlay .background-video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
section.text-image.text-position-overlay .background-image img,
section.text-image.text-position-overlay .background-image video,
section.text-image.text-position-overlay .background-video img,
section.text-image.text-position-overlay .background-video video,
section.text-model.text-position-overlay .background-image img,
section.text-model.text-position-overlay .background-image video,
section.text-model.text-position-overlay .background-video img,
section.text-model.text-position-overlay .background-video video,
section.text-video.text-position-overlay .background-image img,
section.text-video.text-position-overlay .background-image video,
section.text-video.text-position-overlay .background-video img,
section.text-video.text-position-overlay .background-video video {
  object-fit: cover;
  object-position: center top;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
section.text-image.text-position-overlay .overlay,
section.text-model.text-position-overlay .overlay,
section.text-video.text-position-overlay .overlay {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(255, 255, 255, 0.1) 60%);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
}
section.text-image.text-position-overlay .wrapper,
section.text-model.text-position-overlay .wrapper,
section.text-video.text-position-overlay .wrapper {
  padding-top: 10vw;
  padding-bottom: 10vw;
  z-index: 20;
}
section.text-image.text-position-right .columns,
section.text-model.text-position-right .columns,
section.text-video.text-position-right .columns {
  flex-direction: row;
}
section.text-image.text-position-right .content,
section.text-model.text-position-right .content,
section.text-video.text-position-right .content {
  padding-right: 0;
}
section.text-image.text-position-stacked .content,
section.text-model.text-position-stacked .content,
section.text-video.text-position-stacked .content {
  padding-left: 0;
  padding-right: 150px;
  padding-top: 0;
}
section.text-image.text-position-stacked .wrapper,
section.text-model.text-position-stacked .wrapper,
section.text-video.text-position-stacked .wrapper {
  margin-right: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
section.text-image.text-position-stacked .wrapper .content,
section.text-model.text-position-stacked .wrapper .content,
section.text-video.text-position-stacked .wrapper .content {
  width: 80%;
}
section.text-image.text-position-stacked .wrapper .image,
section.text-model.text-position-stacked .wrapper .image,
section.text-video.text-position-stacked .wrapper .image {
  width: calc(80% + 150px);
}
section.text-image .columns,
section.text-model .columns,
section.text-video .columns {
  display: flex;
  align-items: stretch;
}
section.text-image .columns .column,
section.text-model .columns .column,
section.text-video .columns .column {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
section.text-image .content,
section.text-model .content,
section.text-video .content {
  padding: 70px;
}

section.text-video {
  padding: 80px 0;
}
section.text-video .video {
  position: absolute;
  top: -80px;
  bottom: -80px;
  width: 100%;
}
section.text-video .video video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

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

x. Text + Links

*********************************************************************************************/
section.text-links.padding {
  padding-top: 0;
}
section.text-links.text-position-left .columns {
  flex-direction: row;
}
section.text-links.text-position-right .columns {
  flex-direction: row-reverse;
}
section.text-links .columns {
  margin: 0 -50px;
  display: flex;
  align-items: flex-end;
}
section.text-links .columns .column .inside {
  padding: 0 50px;
}
section.text-links .links {
  list-style: none;
}
section.text-links .links li {
  line-height: 1.75em;
  margin: 0 0 30px 0;
  padding: 0;
  list-style-type: none;
}
section.text-links .links li:after {
  display: none;
}

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

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: 1700px) {
  .wrapper.large, .wrapper.margin {
    width: auto;
    margin: 0 50px;
  }
}
@media only screen and (max-width: 1500px) {
  h1 {
    font-size: 5vw;
  }
  h2 {
    font-size: 4em;
  }
  .wrapper.medium {
    width: auto;
    margin: 0 50px;
  }
}
@media only screen and (max-width: 1300px) {
  h1 {
    font-size: 3.25em;
  }
  h2 {
    font-size: 3em;
  }
  h5 {
    font-size: 1.25em;
  }
  .wrapper.small {
    width: auto;
    margin: 0 50px;
  }
}
@media only screen and (max-width: 1100px) {
  .wrapper.large, .wrapper.margin, .wrapper.medium, .wrapper.small {
    width: auto;
    margin: 0 30px;
  }
}
@media only screen and (max-width: 1000px) {
  html,
  body {
    font-size: 18px;
  }
  h1 {
    font-size: 3em;
  }
  h2 {
    font-size: 2.75em;
  }
  h4 {
    font-size: 1.5em;
  }
  .uppercase {
    letter-spacing: 0.075em;
  }
}
@media only screen and (max-width: 600px) {
  h1 {
    font-size: 2.75em;
  }
  h2 {
    font-size: 2.5em;
  }
  h3 {
    font-size: 1.75em;
  }
  h4 {
    font-size: 1.25em;
  }
  h5 {
    font-size: 1em;
  }
}
@media only screen and (max-width: 500px) {
  h1 {
    font-size: 2.25em;
  }
  h2 {
    font-size: 2em;
  }
}
@media only screen and (max-width: 400px) {
  h1 {
    font-size: 2em;
  }
}
/********************************************************************************************* 

x. Archives

*********************************************************************************************/
@media only screen and (max-width: 1600px) {
  section.filters + section.archives {
    margin-top: -50px;
  }
}
@media only screen and (max-width: 1300px) {
  section.filters + section.archives {
    margin-top: 0;
  }
}
/********************************************************************************************* 

x. Carousel

*********************************************************************************************/
@media only screen and (max-width: 1300px) {
  section.carousel {
    padding: 50px 0;
  }
}
/********************************************************************************************* 

x. Content

*********************************************************************************************/
@media only screen and (max-width: 1300px) {
  .content.top {
    margin: 0 0 50px 0;
  }
}
/********************************************************************************************* 

x. Cursor

*********************************************************************************************/
@media only screen and (max-width: 1100px) {
  .cursor {
    display: none;
  }
}
/********************************************************************************************* 

x. Employees

*********************************************************************************************/
@media only screen and (max-width: 1600px) {
  section.filters + section.employees {
    margin-top: -50px;
  }
}
@media only screen and (max-width: 1300px) {
  section.filters + section.employees {
    margin-top: 0;
  }
}
@media only screen and (max-width: 1200px) {
  section.employees .grid .item.width-25 {
    width: 33.33%;
  }
}
@media only screen and (max-width: 1100px) {
  section.employees .grid.images .item.active .image.hover {
    opacity: 1;
  }
  section.employees .grid .full-information .about .close {
    top: 25px;
    right: 25px;
  }
  section.employees .grid .full-information .about .columns {
    flex-direction: column;
  }
  section.employees .grid .full-information .about .columns .column .inside {
    margin: 0;
  }
  section.employees .grid .full-information .columns {
    flex-direction: column-reverse;
    flex-wrap: wrap;
  }
  section.employees .grid .full-information .columns .column {
    width: 100%;
  }
  section.employees .grid .full-information .columns .column .inside {
    margin: 0;
    padding: 25px;
  }
  section.employees .grid .full-information .inside .inside {
    margin: 0 25px;
  }
  .header-v2 {
    display: none !important;
  }
  .hamburger {
    display: block !important;
  }
  header .wrapper > .columns > .column:last-of-type {
    width: auto !important;
  }
}
@media only screen and (max-width: 800px) {
  section.employees .grid .item.width-25 {
    width: 50%;
  }
}
@media only screen and (max-width: 700px) {
  section.employees .grid .full-information .about {
    background: none;
    margin: 0;
    padding: 0;
  }
  section.employees .grid .full-information .about .close {
    right: 0;
  }
  section.employees .grid .full-information .about .content.white * {
    color: #231f20;
  }
  section.employees .grid .full-information .columns {
    margin: 0 -25px;
  }
  section.employees .grid .full-information .inside .inside {
    margin: 0;
  }
}
@media only screen and (max-width: 500px) {
  section.employees .grid .item.width-25 {
    width: 100%;
  }
}
/********************************************************************************************* 

x. Facebook

*********************************************************************************************/
@media only screen and (max-width: 1000px) {
  section.facebook .content a .icon svg {
    width: 40px;
  }
}
@media only screen and (max-width: 600px) {
  section.facebook .content a .icon svg {
    width: 30px;
  }
}
/********************************************************************************************* 

x. Featured News

*********************************************************************************************/
@media only screen and (max-width: 1600px) {
  section.featured-news:after {
    height: 60%;
  }
}
@media only screen and (max-width: 1300px) {
  section.featured-news {
    padding: 0 0 50px 0;
  }
  section.featured-news:after {
    height: 70%;
  }
}
@media only screen and (max-width: 1100px) {
  section.featured-news:after {
    height: 60%;
  }
  section.featured-news .grid .item {
    width: 50%;
  }
  section.featured-news .grid .item:nth-child(3) {
    display: none;
  }
}
@media only screen and (max-width: 700px) {
  section.featured-news {
    padding: 50px 0;
  }
  section.featured-news:after {
    height: 100%;
  }
  section.featured-news .grid {
    margin: -25px;
    flex-wrap: wrap;
  }
  section.featured-news .grid .item {
    width: 100%;
  }
  section.featured-news .grid .item.background-red .inside {
    min-height: 0;
  }
  section.featured-news .grid .item:nth-child(3) {
    display: block;
  }
  section.featured-news .grid .item .inside {
    margin: 25px;
  }
}
/********************************************************************************************* 

x. Featured Projects

*********************************************************************************************/
@media only screen and (max-width: 1100px) {
  section.featured-projects .navigation {
    display: none;
  }
  section.featured-projects .projects {
    height: auto;
    position: relative;
  }
  section.featured-projects .projects .project {
    background: #2F292B;
    border: none;
    position: relative;
    -moz-transform: translateX(0) !important;
    -webkit-transform: translateX(0) !important;
    -o-transform: translateX(0) !important;
    -ms-transform: translateX(0) !important;
    transform: translateX(0) !important;
  }
  section.featured-projects .projects .project .background {
    height: auto;
    position: relative;
    filter: blur(0px) !important;
    -moz-transform: translateX(0) !important;
    -webkit-transform: translateX(0) !important;
    -o-transform: translateX(0) !important;
    -ms-transform: translateX(0) !important;
    transform: translateX(0) !important;
  }
  section.featured-projects .projects .project .background img {
    object-fit: unset;
    height: auto;
    display: block;
    position: relative;
  }
  section.featured-projects .projects .project .content {
    width: auto;
    padding: 50px 0;
  }
  section.featured-projects .projects .project .overlay {
    display: none;
  }
  section.featured-projects .projects .project .wrapper {
    opacity: 1 !important;
    filter: blur(0px) !important;
    position: relative;
    bottom: 0;
  }
  section.featured-projects .spacers {
    display: none;
  }
  section.featured-projects .sticky {
    width: 100% !important;
    height: auto;
    position: relative !important;
  }
}
/********************************************************************************************* 

x. Footer

*********************************************************************************************/
@media only screen and (max-width: 1300px) {
  footer .columns {
    margin: 0 -25px;
  }
  footer .columns .column .inside {
    margin: 0 25px;
  }
  footer .logo {
    width: 120px;
  }
}
@media only screen and (max-width: 1200px) {
  footer .columns {
    margin: -25px;
    flex-wrap: wrap;
  }
  footer .columns.top {
    margin-bottom: 25px;
  }
  footer .columns.top .column:nth-child(1) {
    width: 100%;
  }
  footer .columns .column.width-30 {
    width: 40%;
  }
  footer .columns .column .inside {
    margin: 25px;
  }
}
@media only screen and (max-width: 1100px) {
  .the-jtm-advantage footer {
    border-top: 2px solid #635F5E;
  }
}
@media only screen and (max-width: 1000px) {
  footer .columns.top .column.width-30 {
    width: 50%;
  }
  footer .columns.top .column:nth-child(1) {
    display: none;
  }
  footer .columns.top .column:nth-child(2) {
    width: 100%;
  }
}
@media only screen and (max-width: 800px) {
  footer .columns.bottom .column.width-30, footer .columns.top .column.width-30 {
    width: 100%;
  }
  footer .columns .column {
    width: 100%;
  }
  footer .social-media {
    margin: 0 0 50px 0 !important;
  }
}
/********************************************************************************************* 

x. Filters

*********************************************************************************************/
@media only screen and (max-width: 1300px) {
  section.filters {
    padding: 50px 0;
  }
  section.filters .navigation li:not(:last-child) {
    margin-right: 50px;
  }
  section.filters .views li:not(:last-child) {
    margin-left: 50px;
  }
}
@media only screen and (max-width: 1000px) {
  section.filters .navigation li:not(:last-child) {
    margin-right: 30px;
  }
  section.filters .views li:not(:last-child) {
    margin-left: 30px;
  }
  section.filters .views li a svg {
    height: 20px;
  }
}
@media only screen and (max-width: 800px) {
  section.filters .columns {
    margin: -25px;
    flex-direction: column-reverse;
  }
  section.filters .columns .column .inside {
    padding: 25px;
  }
  section.filters .views li:last-child, section.filters .views li:not(:last-child) {
    margin-left: 0;
    margin-right: 30px;
  }
}
/********************************************************************************************* 

x. Gallery

*********************************************************************************************/
@media only screen and (max-width: 1100px) {
  section.gallery .grid .item {
    width: 33.33%;
  }
}
@media only screen and (max-width: 800px) {
  section.gallery .grid .item {
    width: 50%;
  }
}
@media only screen and (max-width: 400px) {
  section.gallery .grid .item {
    width: 100%;
  }
}
/********************************************************************************************* 

x. Header

*********************************************************************************************/
@media only screen and (max-width: 600px) {
  header .logo {
    width: 100px;
  }
}
/********************************************************************************************* 

x. Main

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

x. Menu

*********************************************************************************************/
@media only screen and (max-width: 900px) {
  #menu .navigation > li > a {
    font-size: 1.5em;
  }
}
@media only screen and (max-width: 1100px) {
  #menu {
    padding: 30px;
  }
  #menu .close {
    width: 30px;
    height: 30px;
    top: 30px;
    right: 30px;
  }
}
@media only screen and (max-height: 800px) {
  #menu .navigation.small {
    padding: 0;
  }
  #menu .navigation > li > .sub-menu {
    padding: 0 0 5px 20px;
  }
  #menu .navigation > li > .sub-menu > li {
    margin: 5px 0 0 0;
  }
}
@media only screen and (max-height: 700px) {
  #menu .navigation > li > a {
    font-size: 1.5em;
  }
}
@media only screen and (max-height: 600px) {
  #menu .navigation > li.menu-item-has-children > a:after, #menu .navigation > li.menu-item-has-children > a:before {
    display: none;
  }
}
/********************************************************************************************* 

x. Partners

*********************************************************************************************/
@media only screen and (max-width: 1600px) {
  section.partners .grid {
    margin: -25px -25px 25px -25px;
  }
  section.partners .grid .item .inside {
    padding: 25px;
  }
}
@media only screen and (max-width: 1500px) {
  section.partners.shape-position-top .shape {
    margin: 0 0 100px 0;
  }
  section.partners .columns .column.width-40 {
    width: 30%;
  }
  section.partners .columns .column.width-60 {
    width: 70%;
  }
}
@media only screen and (max-width: 1300px) {
  section.partners.shape-position-bottom .shape {
    margin: 50px 0 -5px 0;
  }
  section.partners.shape-position-top .shape {
    margin: 0 0 50px 0;
  }
  section.partners .columns {
    margin: -25px;
  }
  section.partners .columns .column.line .content {
    width: 40%;
  }
  section.partners .columns .column.line .content:before {
    right: calc(100% + 25px);
  }
  section.partners .columns .column.width-40, section.partners .columns .column.width-60 {
    width: 100%;
  }
  section.partners .columns .column.width-70 {
    width: 60%;
  }
  section.partners .columns .column .inside {
    margin: 25px;
  }
  section.partners .grid {
    width: 60%;
  }
  section.partners .grid .item .inside .image img {
    max-width: 100%;
    max-height: 60px;
  }
}
@media only screen and (max-width: 1100px) {
  section.partners .columns {
    flex-wrap: wrap;
  }
  section.partners .columns .column.line .content {
    width: auto;
  }
  section.partners .columns .column.line .content:before {
    display: none;
  }
  section.partners .grid {
    width: 100%;
  }
  section.partners .grid .item .inside .image img {
    max-height: 40px;
  }
}
@media only screen and (max-width: 800px) {
  section.partners .grid {
    margin: -15px -15px 15px -15px;
  }
  section.partners .grid .item.width-25 {
    width: 50%;
  }
  section.partners .grid .item .inside {
    padding: 15px;
  }
}
/********************************************************************************************* 

x. Posts

*********************************************************************************************/
@media only screen and (max-width: 1600px) {
  section.posts .grid .item {
    width: 33.33%;
  }
  section.archives + section.posts {
    margin-top: -50px;
  }
}
@media only screen and (max-width: 1300px) {
  section.archives + section.posts {
    margin-top: 0;
  }
}
@media only screen and (max-width: 1200px) {
  section.posts .grid .item {
    width: 50%;
  }
}
@media only screen and (max-width: 1100px) {
  section.posts .grid {
    margin: -15px;
  }
  section.posts .grid .item .content {
    padding: 50px 30px;
  }
  section.posts .grid .item .inside {
    margin: 15px;
  }
}
@media only screen and (max-width: 700px) {
  section.filters + section.posts {
    margin-top: -50px;
  }
  section.posts .grid {
    margin: 0;
  }
  section.posts .grid .item {
    width: 100%;
  }
  section.posts .grid .item.background-red {
    border-bottom: 2px solid white;
  }
  section.posts .grid .item .content .share {
    display: none;
  }
  section.posts .grid .item .inside {
    margin: 0;
  }
  section.posts .wrapper {
    margin: 0;
  }
}
/********************************************************************************************* 

x. Project

*********************************************************************************************/
@media only screen and (max-width: 1800px) {
  section.projects .grid .item.width-25 {
    width: 33.33%;
  }
}
@media only screen and (max-width: 1600px) {
  section.projects .map .project .information .columns .column .content ul li {
    margin: 0;
  }
}
@media only screen and (max-width: 1500px) {
  section.projects .map .spacer {
    padding: 63.33% 0 0 0;
  }
}
@media only screen and (max-width: 1300px) {
  section.projects .grid .item.width-25 {
    width: 50%;
  }
}
@media only screen and (max-width: 1200px) {
  section.projects .grid.images .item .construction {
    display: none;
  }
  section.projects .map.open .google-map {
    right: 0;
  }
  section.projects .map .google-map {
    width: 100%;
    height: 60vh;
    position: relative;
  }
  section.projects .map .project {
    width: auto;
    height: auto;
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    position: relative;
  }
  section.projects .map .project .image {
    height: auto;
    display: none;
    -moz-transform: translateX(0) !important;
    -webkit-transform: translateX(0) !important;
    -o-transform: translateX(0) !important;
    -ms-transform: translateX(0) !important;
    transform: translateX(0) !important;
    position: relative;
  }
  section.projects .map .project .image.visible.in {
    display: block;
  }
  section.projects .map .project .image img {
    height: auto;
    display: block;
    object-fit: cover;
    -moz-transform: translateX(0) !important;
    -webkit-transform: translateX(0) !important;
    -o-transform: translateX(0) !important;
    -ms-transform: translateX(0) !important;
    transform: translateX(0) !important;
    position: relative;
  }
  section.projects .map .project .image .under-contruction {
    display: none;
  }
  section.projects .map .project .information {
    opacity: 1;
    display: none;
    -moz-transform: translateX(0) !important;
    -webkit-transform: translateX(0) !important;
    -o-transform: translateX(0) !important;
    -ms-transform: translateX(0) !important;
    transform: translateX(0) !important;
    position: relative;
  }
  section.projects .map .project .information.visible.in {
    display: block;
  }
  section.projects .map .spacer {
    display: none;
  }
}
@media only screen and (max-width: 1100px) {
  section.projects .grid.images .item .content {
    padding: 30px;
  }
  section.projects .map .project .information {
    padding: 50px 30px;
  }
  section.projects .map .project .information .close {
    right: 30px;
  }
}
@media only screen and (max-width: 900px) {
  section.projects .grid.images .item .content.default {
    display: none;
  }
  section.projects .grid.images .item .content.hover {
    -moz-transform: translateX(0) !important;
    -webkit-transform: translateX(0) !important;
    -o-transform: translateX(0) !important;
    -ms-transform: translateX(0) !important;
    transform: translateX(0) !important;
    position: relative;
  }
  section.projects .grid.images .item .image {
    height: auto;
    position: relative;
  }
  section.projects .grid.images .item .image img {
    height: auto;
    position: relative;
  }
  section.projects .grid.images .item .spacer {
    display: none;
  }
  section.projects .grid .item.width-25 {
    width: 100%;
  }
  section.projects .map .project .information .columns {
    margin: -25px;
    flex-wrap: wrap;
  }
  section.projects .map .project .information .columns .column {
    width: 100%;
  }
  section.projects .map .project .information .columns .column .inside {
    margin: 25px;
  }
}
/********************************************************************************************* 

x. Projects

*********************************************************************************************/
@media only screen and (max-width: 900px) {
  section.projects .grid.images .item .construction.mobile {
    display: block;
  }
}
/********************************************************************************************* 

x. Quotation

*********************************************************************************************/
@media only screen and (max-width: 1500px) {
  section.quotation.shape-position-top .shape {
    margin: 0 0 100px 0;
  }
}
@media only screen and (max-width: 1300px) {
  section.quotation.shape-position-bottom .shape {
    margin: 50px 0 -5px 0;
  }
  section.quotation.shape-position-top .shape {
    margin: 0 0 50px 0;
  }
}
@media only screen and (max-width: 600px) {
  section.quotation .content h1 {
    font-size: 2em;
  }
}
/********************************************************************************************* 

x. Related Projects

*********************************************************************************************/
@media only screen and (max-width: 700px) {
  section.related-projects .grid {
    margin: -25px;
    flex-wrap: wrap;
  }
  section.related-projects .grid .item {
    width: 100%;
  }
  section.related-projects .grid .item .inside {
    margin: 25px;
  }
}
/********************************************************************************************* 

x. SelectOrDie

*********************************************************************************************/
@media only screen and (max-width: 1600px) {
  .sod_select {
    width: calc(33.33% - 50px);
  }
}
@media only screen and (max-width: 1200px) {
  .sod_select {
    width: calc(50% - 50px);
  }
}
@media only screen and (max-width: 700px) {
  .sod_select {
    width: calc(100% - 50px);
  }
}
/********************************************************************************************* 

x. Slick

*********************************************************************************************/
@media only screen and (max-width: 1300px) {
  .slick-slide .inside {
    padding: 50px;
  }
}
@media only screen and (max-width: 1100px) {
  .slick-slide .image img {
    max-height: 80px;
  }
  .slick-slide .inside {
    padding: 0;
  }
  .slick-slide .inside:after {
    display: none;
  }
}
@media only screen and (max-width: 600px) {
  .slick-slider:after, .slick-slider:before {
    width: 5px;
  }
  .slick-slider:after {
    right: 0;
  }
  .slick-slider:before {
    left: 0;
  }
  .slick-slider.slick-has-arrows {
    padding: 0;
  }
  .slick-arrow {
    -moz-transform: translateY(0) !important;
    -webkit-transform: translateY(0) !important;
    -o-transform: translateY(0) !important;
    -ms-transform: translateY(0) !important;
    transform: translateY(0) !important;
    top: calc(100% + 15px);
  }
}
/********************************************************************************************* 

x. Slides - Home

*********************************************************************************************/
@media only screen and (max-width: 1100px) {
  section.slides.home .navigation {
    display: none;
  }
  section.slides.home .slides {
    height: auto;
    position: relative;
  }
  section.slides.home .slides .slide {
    background: #2F292B;
    height: auto;
    position: relative;
    -moz-transform: translateX(0) !important;
    -webkit-transform: translateX(0) !important;
    -o-transform: translateX(0) !important;
    -ms-transform: translateX(0) !important;
    transform: translateX(0) !important;
  }
  section.slides.home .slides .slide .background {
    height: auto;
    opacity: 1;
    position: relative;
    filter: blur(0px) !important;
    -moz-transform: translateX(0) !important;
    -webkit-transform: translateX(0) !important;
    -o-transform: translateX(0) !important;
    -ms-transform: translateX(0) !important;
    transform: translateX(0) !important;
  }
  section.slides.home .slides .slide .background img,
  section.slides.home .slides .slide .background video {
    object-fit: unset;
    height: auto;
    display: block;
    position: relative;
  }
  section.slides.home .slides .slide .content {
    padding: 50px 0;
  }
  section.slides.home .slides .slide .wrapper {
    opacity: 1 !important;
    filter: blur(0px) !important;
    -moz-transform: translateX(0) !important;
    -webkit-transform: translateX(0) !important;
    -o-transform: translateX(0) !important;
    -ms-transform: translateX(0) !important;
    transform: translateX(0) !important;
    position: relative;
    top: 0;
  }
  section.slides.home .spacers {
    display: none;
  }
  section.slides.home .sticky {
    width: 100% !important;
    height: auto;
    position: relative !important;
  }
}
/********************************************************************************************* 

x. Slides - JTM Advantage

*********************************************************************************************/
@media only screen and (max-width: 1200px) {
  section.slides.jtm-advantage .navigation {
    top: 70px;
    bottom: 50px;
    left: 50px;
  }
  section.slides.jtm-advantage .slides .slide .background-wrapper {
    border: none !important;
  }
  section.slides.jtm-advantage .slides .slide .content {
    padding: 50px 100px;
  }
}
@media only screen and (max-width: 1100px) {
  section.slides.jtm-advantage .navigation {
    display: none;
  }
  section.slides.jtm-advantage .slides {
    height: auto;
    position: relative;
  }
  section.slides.jtm-advantage .slides .slide {
    position: relative;
    -moz-transform: translateX(0) !important;
    -webkit-transform: translateX(0) !important;
    -o-transform: translateX(0) !important;
    -ms-transform: translateX(0) !important;
    transform: translateX(0) !important;
  }
  section.slides.jtm-advantage .slides .slide .background-wrapper {
    position: relative;
  }
  section.slides.jtm-advantage .slides .slide .background-wrapper .background {
    height: auto;
    filter: blur(0px) !important;
    -moz-transform: translateX(0) !important;
    -webkit-transform: translateX(0) !important;
    -o-transform: translateX(0) !important;
    -ms-transform: translateX(0) !important;
    transform: translateX(0) !important;
    position: relative;
  }
  section.slides.jtm-advantage .slides .slide .background-wrapper .background img,
  section.slides.jtm-advantage .slides .slide .background-wrapper .background video {
    object-fit: unset;
    height: auto;
    display: block;
    position: relative;
  }
  section.slides.jtm-advantage .slides .slide .content {
    text-align: left;
    padding: 50px 30px !important;
  }
  section.slides.jtm-advantage .slides .slide .wrapper {
    margin: 0;
    opacity: 1 !important;
    filter: blur(0px) !important;
    position: relative;
  }
  section.slides.jtm-advantage .spacers {
    display: none;
  }
  section.slides.jtm-advantage .sticky {
    width: 100% !important;
    height: auto;
    position: relative !important;
  }
}
@media only screen and (max-height: 800px) {
  section.slides.jtm-advantage .navigation {
    top: 70px;
    bottom: 50px;
    left: 50px;
  }
  section.slides.jtm-advantage .slides .slide .content {
    padding: 50px 100px;
  }
}
/********************************************************************************************* 

x. Table

*********************************************************************************************/
@media only screen and (max-width: 1600px) {
  table {
    margin: -50px 0 0 0;
  }
}
@media only screen and (max-width: 1400px) {
  table td.client,
  table th.client {
    display: none;
  }
}
@media only screen and (max-width: 1300px) {
  table {
    margin: 0;
  }
}
@media only screen and (max-width: 1100px) {
  table td,
  table th {
    padding: 15px;
  }
  table td.type,
  table th.type {
    display: none;
  }
}
@media only screen and (max-width: 800px) {
  table td.location,
  table th.location {
    display: none;
  }
}
@media only screen and (max-width: 700px) {
  table td.image,
  table th.image {
    display: none;
  }
  table td.name, table td.title,
  table th.name,
  table th.title {
    text-align: left;
    padding-left: 0;
  }
}
/********************************************************************************************* 

x. Text

*********************************************************************************************/
@media only screen and (max-width: 1300px) {
  section.text .columns {
    margin: 0 -25px;
  }
  section.text .columns .column .inside {
    margin: 0 25px;
  }
  section.text .grid.values {
    margin: -25px;
  }
  section.text .grid.values .item .inside {
    padding: 25px;
  }
}
@media only screen and (max-width: 1100px) {
  section.text .columns {
    margin: -25px;
    flex-wrap: wrap;
  }
  section.text .columns.grid {
    flex-direction: column-reverse;
  }
  section.text .columns .column {
    width: 100% !important;
  }
  section.text .columns .column .inside {
    margin: 25px;
  }
}
@media only screen and (max-width: 700px) {
  section.text .grid.employees .item {
    width: 33.33%;
  }
  section.text .grid.values .item {
    width: 100%;
  }
}
@media only screen and (max-width: 600px) {
  section.text .grid.employees .item {
    width: 50%;
  }
  section.text .grid.employees .item .content {
    -moz-transform: translateY(0) !important;
    -webkit-transform: translateY(0) !important;
    -o-transform: translateY(0) !important;
    -ms-transform: translateY(0) !important;
    transform: translateY(0) !important;
    position: relative;
  }
}
/********************************************************************************************* 

x. Text + Image
x. Text + Model
x. Text + Video

*********************************************************************************************/
@media only screen and (max-width: 1600px) {
  section.text-image .columns .column.width-15,
  section.text-model .columns .column.width-15,
  section.text-video .columns .column.width-15 {
    width: 20%;
  }
  section.text-image .columns .column.width-85,
  section.text-model .columns .column.width-85,
  section.text-video .columns .column.width-85 {
    width: 80%;
  }
}
@media only screen and (max-width: 1500px) {
  section.text-image .columns .column.width-15,
  section.text-model .columns .column.width-15,
  section.text-video .columns .column.width-15 {
    width: 25%;
  }
  section.text-image .columns .column.width-85,
  section.text-model .columns .column.width-85,
  section.text-video .columns .column.width-85 {
    width: 75%;
  }
}
@media only screen and (max-width: 1400px) {
  section.text-image.text-background.text-position-left .content,
  section.text-model.text-background.text-position-left .content,
  section.text-video.text-background.text-position-left .content {
    margin: 0;
  }
  section.text-image.text-background.text-position-right .content,
  section.text-model.text-background.text-position-right .content,
  section.text-video.text-background.text-position-right .content {
    margin: 0;
  }
  section.text-image .columns .column.width-15,
  section.text-model .columns .column.width-15,
  section.text-video .columns .column.width-15 {
    width: 30%;
  }
  section.text-image .columns .column.width-85,
  section.text-model .columns .column.width-85,
  section.text-video .columns .column.width-85 {
    width: 70%;
  }
}
@media only screen and (max-width: 1300px) {
  section.text-image.text-position-overlay .wrapper,
  section.text-model.text-position-overlay .wrapper,
  section.text-video.text-position-overlay .wrapper {
    padding-bottom: 50px;
  }
  section.text-image .content,
  section.text-model .content,
  section.text-video .content {
    padding: 50px;
  }
}
@media only screen and (max-width: 1200px) {
  section.text-image .columns .column.width-15,
  section.text-model .columns .column.width-15,
  section.text-video .columns .column.width-15 {
    width: 35%;
  }
  section.text-image .columns .column.width-85,
  section.text-model .columns .column.width-85,
  section.text-video .columns .column.width-85 {
    width: 65%;
  }
}
@media only screen and (max-width: 1100px) {
  section.text-image.text-position-overlay,
  section.text-model.text-position-overlay,
  section.text-video.text-position-overlay {
    min-height: 60vw;
  }
  section.text-image.text-position-right .columns,
  section.text-model.text-position-right .columns,
  section.text-video.text-position-right .columns {
    flex-direction: column-reverse;
  }
  section.text-image.text-position-right .content,
  section.text-model.text-position-right .content,
  section.text-video.text-position-right .content {
    padding: 0 0 50px 0;
  }
  section.text-image .columns,
  section.text-model .columns,
  section.text-video .columns {
    flex-wrap: wrap;
  }
  section.text-image .columns .column,
  section.text-model .columns .column,
  section.text-video .columns .column {
    width: 100% !important;
  }
  section.text-image .content,
  section.text-model .content,
  section.text-video .content {
    padding: 50px 0 0 0;
  }
}
/********************************************************************************************* 

x. Text + Links

*********************************************************************************************/
@media only screen and (max-width: 1300px) {
  section.text-links .columns {
    margin: 0 -25px;
  }
  section.text-links .columns .column .inside {
    padding: 0 25px;
  }
}
@media only screen and (max-width: 1100px) {
  section.text-links .columns {
    margin: -25px;
    flex-wrap: wrap;
  }
  section.text-links .columns .column {
    width: 100%;
  }
  section.text-links .columns .column .inside {
    padding: 25px;
  }
  section.text-links .links li:last-child {
    margin: 0;
  }
}

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