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

x. Imports

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

x. Variables

*********************************************************************************************/
@import 'https://use.typekit.net/fvj3xfb.css';
/*
 * jQuery FlexSlider v2.6.3
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@import 'https://cdn.jsdelivr.net/npm/@fancyapps/ui@5.0/dist/fancybox/fancybox.css';
@font-face {
  font-family: "flexslider-icon";
  src: url("fonts/flexslider-icon.eot");
  src: url("fonts/flexslider-icon.eot?#iefix") format("embedded-opentype"), url("fonts/flexslider-icon.woff") format("woff"), url("fonts/flexslider-icon.ttf") format("truetype"), url("fonts/flexslider-icon.svg#flexslider-icon") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}

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

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

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

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

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

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

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

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

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

/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0 0 60px;
  background: #fff;
  position: relative;
  zoom: 1;
}

.flexslider .slides {
  zoom: 1;
}

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

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

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

.carousel li {
  margin-right: 5px;
}

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

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 20px;
  height: 20px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 1;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-right: 2px solid #000;
  border-top: 2px solid #000;
  text-indent: 99999px;
  overflow: hidden;
}

.flex-direction-nav a:before {
  font-size: 40px;
  display: inline-block;
}

.flex-direction-nav .flex-prev {
  left: -60px;
  -moz-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.flex-direction-nav .flex-next {
  right: -60px;
  text-align: right;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}

.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}

.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}

.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}

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

.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}

.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: "\f004";
}

.flex-pauseplay a:hover {
  opacity: 1;
}

.flex-pauseplay a.flex-play:before {
  content: "\f003";
}

.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}

.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}

.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}

.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: 0.7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.flex-control-thumbs img:hover {
  opacity: 1;
}

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}

/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden; /* fix firefox animation glitch */
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
  	This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
  	calculation of the height of the owl-item that breaks page layouts
   */
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
.owl-theme .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}
.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

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

x. Mixins

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

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.) 

********************************************************************************************/
::selection {
  background: #364F40;
  color: #fff;
}

::-moz-selection {
  background: #364F40;
  color: #fff;
}

html, body {
  margin: 0px !important;
  padding: 0px !important;
  font-size: 16px;
  font-family: neue-haas-grotesk-display, sans-serif;
  font-weight: 400;
  color: #494E55;
  width: auto;
  height: auto;
  background: #fff;
  letter-spacing: 0.025em;
}

.page-spacer {
  display: block;
  height: 140px;
  width: 100%;
}

div, p, ul, section, header, footer {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

section {
  padding: 50px 0;
}
section.bg-cream, section.bg-gray, section.bg-orange {
  padding: 80px 0;
}

a {
  color: #494E55;
  text-decoration: none;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}

a:hover {
  color: #364F40;
}

a img {
  border: none;
}

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

.clear {
  clear: both;
  overflow: auto;
  zoom: 1;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
}

h1 {
  font-size: 5em;
  line-height: 110%;
}

h2 {
  font-size: 3.5em;
  font-family: usual, sans-serif;
  font-weight: 300;
  line-height: 1.16em;
}

h3 {
  font-size: 2.8em;
  line-height: 120%;
}

h4 {
  font-size: 2.2em;
  font-weight: 600;
  text-transform: uppercase;
}

.image img {
  width: 100%;
  height: auto;
}

.no-margin {
  margin: 0;
}

p {
  line-height: 1.5em;
}

.uppercase {
  text-transform: uppercase;
}

.cover {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-attachment: inherit;
  background-repeat: no-repeat;
  background-position: center center;
}
.cover.lazy-cover {
  overflow: hidden;
  filter: blur(30px);
  -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;
}
.cover.lazy-cover.loaded {
  filter: blur(0px);
}

a.btn, span.btn {
  padding: 5px 30px;
  background: #364F40;
  color: #fff;
  letter-spacing: 0.08em;
  border-radius: 5px;
  background: #364F40;
  text-transform: uppercase;
  font-weight: 700;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
  font-size: 16px !important;
}
a.btn.learn-more, span.btn.learn-more {
  margin-top: 30px;
  display: inline-block;
}
a.btn:hover, span.btn:hover {
  background: #364F40;
  color: #fff;
}

.active a.btn {
  background: #364F40;
}
.active a.btn:hover {
  background: #364F40;
}

.expanded-content {
  display: none;
}

a.link {
  color: #CF8B31;
  position: relative;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1em;
  letter-spacing: 1.1px;
  padding-right: 30px;
  display: inline-block;
  text-decoration: none !important;
  opacity: 1 !important;
}
a.link:after {
  content: "";
  height: 18px;
  width: 10px;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg width='181' height='302' viewBox='0 0 181 302' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.29834 0.580811H68.9314L180.399 151.155L68.9314 301.723H0.29834L111.764 151.155L0.29834 0.580811Z' fill='%23CF8B31'/%3E%3C/svg%3E%0A");
  background-size: cover;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
a.link:hover {
  color: #939FAB;
}
a.link:hover:after {
  right: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='181' height='302' viewBox='0 0 181 302' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.29834 0.580811H68.9314L180.399 151.155L68.9314 301.723H0.29834L111.764 151.155L0.29834 0.580811Z' fill='%23939FAB'/%3E%3C/svg%3E%0A");
}
a.link.link-left {
  padding-right: 0;
  padding-left: 30px;
}
a.link.link-left:after {
  left: 10px;
  right: auto;
  transform: translateY(-50%) rotate(180deg);
}
a.link.link-left:hover:after {
  left: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='181' height='302' viewBox='0 0 181 302' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.29834 0.580811H68.9314L180.399 151.155L68.9314 301.723H0.29834L111.764 151.155L0.29834 0.580811Z' fill='%23939FAB'/%3E%3C/svg%3E%0A");
}
a.link.reset {
  height: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 0;
}
a.link.reset:after {
  display: none;
}

.relative {
  position: relative;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

.clearfix {
  clear: both;
  display: block;
}

.bg-white {
  background: #fff;
}

.bg-cream {
  background: #F4F0E4;
}

.bg-orange {
  background: #CF8B31;
}
.bg-orange .content h1, .bg-orange .content h2, .bg-orange .content h3, .bg-orange .content h4, .bg-orange .content h5, .bg-orange .content ul, .bg-orange .content ol, .bg-orange .content p {
  color: #fff;
}
.bg-orange .content a.link {
  color: #fff;
}
.bg-orange .content a.link:after {
  background-image: url("data:image/svg+xml,%3Csvg width='181' height='302' viewBox='0 0 181 302' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.29834 0.580811H68.9314L180.399 151.155L68.9314 301.723H0.29834L111.764 151.155L0.29834 0.580811Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}

.bg-gray {
  background: #939FAB;
}
.bg-gray .content h1, .bg-gray .content h2, .bg-gray .content h3, .bg-gray .content h4, .bg-gray .content h5, .bg-gray .content ul, .bg-gray .content ol, .bg-gray .content p {
  color: #fff;
}
.bg-gray .content a.link {
  color: #fff;
}
.bg-gray .content a.link:after {
  background-image: url("data:image/svg+xml,%3Csvg width='181' height='302' viewBox='0 0 181 302' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.29834 0.580811H68.9314L180.399 151.155L68.9314 301.723H0.29834L111.764 151.155L0.29834 0.580811Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}

.bg-darkgray {
  background: #494E55;
}
.bg-darkgray .content h1, .bg-darkgray .content h2, .bg-darkgray .content h3, .bg-darkgray .content h4, .bg-darkgray .content h5, .bg-darkgray .content ul, .bg-darkgray .content ol, .bg-darkgray .content p {
  color: #fff;
}
.bg-darkgray .content a.link {
  color: #fff;
}
.bg-darkgray .content a.link:after {
  background-image: url("data:image/svg+xml,%3Csvg width='181' height='302' viewBox='0 0 181 302' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.29834 0.580811H68.9314L180.399 151.155L68.9314 301.723H0.29834L111.764 151.155L0.29834 0.580811Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
.bg-darkgray .content a:hover {
  color: #F8DF8D;
}

.no-margin {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.no-padding {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  padding-left: 0;
  padding: 0 !important;
}

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

x. Columns & Widths

*********************************************************************************************/
.container {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
}
.container.container-large {
  max-width: 1400px;
}
.container.container-1170 {
  max-width: 1170px;
}
.container.full-container {
  max-width: none;
  padding-left: 50px;
  padding-right: 50px;
}

.column.left {
  float: left;
}

.column.right {
  float: right;
}

.column.first .inside {
  padding-left: 0;
}

.column.last .inside {
  padding-right: 0;
}

.width-10 {
  width: 10%;
}

.width-15 {
  width: 15%;
}

.width-20 {
  width: 20%;
}

.width-25 {
  width: 25%;
}

.width-30 {
  width: 30%;
}

.width-33 {
  width: 33.33%;
}

.width-35 {
  width: 35%;
}

.width-40 {
  width: 40%;
}

.width-45 {
  width: 45%;
}

.width-50 {
  width: 50%;
}

.width-55 {
  width: 55%;
}

.width-60 {
  width: 60%;
}

.width-65 {
  width: 65%;
}

.width-66 {
  width: 66.66%;
}

.width-70 {
  width: 70%;
}

.width-75 {
  width: 75%;
}

.width-80 {
  width: 80%;
}

.width-85 {
  width: 85%;
}

.width-90 {
  width: 80%;
}

.width-95 {
  width: 95%;
}

.width-100 {
  width: 100%;
}

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

x. Header

*********************************************************************************************/
header {
  padding: 50px 0;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  transform: translateY(-100%);
  -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;
}
header > .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.pinned header, .top header, .open header {
  transform: translateY(0%);
}

.project-info img {
  width: 100%;
}

#nav {
  list-style-type: none;
  display: flex;
}
#nav ul {
  text-decoration: none;
  list-style-type: none;
  display: flex;
}
#nav ul#secondary-nav li a {
  font-weight: 300;
}
#nav li a {
  font-weight: 600;
  -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;
  padding: 15px;
}
#nav li a:hover {
  color: #CF8B31;
}
#nav li .divider {
  margin-left: 20px;
  margin-right: 20px;
  width: 2px;
  background: #494E55;
  display: block;
  box-sizing: border-box;
  height: 22px;
}

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

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;
}

.text-center {
  text-align: center !important;
}

.color-brown {
  color: #B46E51 !important;
}

.color-green {
  color: #364F40 !important;
}

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

x. Content

*********************************************************************************************/
#toggle {
  width: 30px;
  display: none;
  position: absolute;
  top: 40px;
  right: 30px;
  z-index: 999;
  -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;
}
#toggle span {
  display: block;
  height: 3px;
  background: #494E55;
  margin-bottom: 5px;
  -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;
}
#toggle:hover span {
  background: #CF8B31;
}

body.open #toggle {
  transform: translate(-5px, -10px);
}
body.open #toggle span.top {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: -1px 12px;
  -moz-transform-origin: -1px 12px;
  -ms-transform-origin: -1px 12px;
  -o-transform-origin: -1px 12px;
  transform-origin: -1px 12px;
}
body.open #toggle span.middle {
  opacity: 0;
}
body.open #toggle span.bottom {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 14px -3px;
  -moz-transform-origin: 14px -3px;
  -ms-transform-origin: 14px -3px;
  -o-transform-origin: 14px -3px;
  transform-origin: 14px -3px;
}

.content {
  width: 100%;
}
.content img {
  height: auto;
  max-width: 100%;
}
.content h1, .content h2, .content h3, .content h4, .content h5, .content h6, .content p {
  margin: 0 0 28px 0;
}
.content h1 {
  font-family: Usual, sans-serif;
  font-weight: 300;
}
.content h1.title {
  color: #494E55;
  font-size: 50px;
  line-height: 70px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.content h2 {
  margin-bottom: 0.6em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.content h3 {
  font-family: Usual, sans-serif;
  font-weight: 300;
  font-size: 3em;
}
.content h3 a {
  text-decoration: none;
}
.content h4 {
  font-family: Usual, sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 1.2em;
}
.content p {
  line-height: 1.6em;
  font-size: 1.2em;
}
.content a {
  text-decoration: underline;
}
.content a:hover {
  opacity: 0.7;
}
.content ul, .content ol {
  padding-left: 25px;
  margin-bottom: 28px;
  font-size: 1.2em;
}
.content ul li, .content ol li {
  box-sizing: border-box;
  margin-bottom: 1em;
}
.content ul.two-col-list {
  list-style-type: none;
  padding: 30px 0;
  position: relative;
  columns: 2;
  column-gap: 100px;
}
.content ul.two-col-list li {
  font-size: 30px;
  line-height: 40px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-bottom: 10px;
}
.content ul.two-col-list:after {
  content: "";
  width: 2px;
  top: 0;
  bottom: 0;
  background: #939FAB;
  position: absolute;
  left: 50%;
  margin-left: -1px;
}
.content *:last-child {
  margin-bottom: 0;
}

p.upper {
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.8px;
  font-size: 16px;
  margin-bottom: 5px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

p.bigger {
  font-size: 22px;
  font-weight: 300;
  margin-bottom: 28px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.intro .content p {
  font-size: 2.2em;
  color: #364F40;
  line-height: 110%;
  margin-bottom: 60px;
}

.flexslider {
  margin-bottom: 0;
  background: #494E55;
}

.flex {
  display: flex;
}

section, .animate {
  opacity: 0;
  transform: translateY(40px);
  -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;
}
section.in-view, .animate.in-view {
  opacity: 1;
  transform: translateY(0px);
}

.loaded .lazy img {
  filter: blur(0px);
}

.image.lazy {
  overflow: hidden;
}
.image.lazy.loaded img {
  filter: blur(0px);
}
.image.lazy img {
  filter: blur(30px);
  -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;
}
.image img {
  width: 100%;
  height: auto;
  display: block;
}

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

x. Slideshow

*********************************************************************************************/
section.slideshow {
  margin: 0;
  padding-top: 0;
  padding-bottom: 100px;
  background: #F4F0E4;
  position: relative;
  contain: paint;
}
section.slideshow .flexslider {
  background: #fff;
  z-index: 0;
}
section.slideshow .chevrons {
  top: 0px;
  bottom: 0px;
  right: 0;
  left: 0;
  z-index: 99;
  position: absolute;
  width: 1140px;
  left: 50%;
  transform: translateX(-50%);
}
section.slideshow .chevrons .chevrons-inner {
  display: -webkit-flex; /* NEW */
  display: flex;
  justify-content: right;
  top: 600px;
  width: 100%;
  height: 300px;
  overflow: hidden;
  transform: translateX(179px);
  position: -webkit-sticky; /* for browser compatibility */
  position: sticky;
  position: absolute;
  bottom: 0;
}
section.slideshow .chevrons .chevron {
  width: 180px;
  height: 300px;
}
section.slideshow .chevrons .chevron.chevron-white {
  position: absolute;
  left: 0;
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -ms-transition: all 2s ease;
  -o-transition: all 2s ease;
  transition: all 2s ease;
  z-index: 9;
}
section.slideshow .chevrons .chevron.chevron-white svg path {
  fill: #ffffff;
}
section.slideshow .chevrons .chevron.chevron-orange svg path {
  fill: #CF8B31;
}
section.slideshow .chevrons .chevron.chevron-gray svg path {
  fill: #939FAB;
}
section.slideshow .chevrons .chevron.chevron-reverse {
  transform: rotate(180deg) translateY(-2px);
}
section.slideshow.in-view .chevrons .chevron.chevron-white {
  left: calc(100% - 472px);
}
section.slideshow .flexslider {
  height: 80vh;
}
section.slideshow .slides li .cover {
  width: 100%;
  height: 80vh;
}
section.slideshow .slides li .cover img {
  display: none !important;
}
section.slideshow.slideshow-1 .back:after {
  content: "";
  top: 0px;
  bottom: 300px;
  width: 100%;
  position: absolute;
  background: #fff;
  z-index: 1;
}
section.slideshow.slideshow-1 .back .container {
  z-index: 2;
}
section.slideshow.slideshow-1 .flexslider {
  height: auto;
}
section.slideshow.slideshow-1 .slides li .cover {
  height: auto;
}
section.slideshow.slideshow-1 .slides li .cover img {
  display: block !important;
}
section.slideshow.slideshow-1 .chevrons {
  top: -300px;
  bottom: 0px;
  z-index: 9;
}
section.slideshow.slideshow-1 .chevrons .chevron-inner {
  top: auto;
}
section.slideshow.slideshow-2 .chevrons .chevrons-inner {
  top: calc(80vh - 160px);
  top: calc(80vh - 300px);
  transform: translate(100px, 0px);
}
section.slideshow.slideshow-2.in-view .chevrons .chevron.chevron-white {
  left: calc(100% - 293px);
}

section.slider-content {
  position: relative;
  z-index: 100;
  background: transparent !important;
}
section.slider-content .content {
  padding-right: 300px;
}

section.carousel.featured-projects .owl-item img {
  height: 400px;
  width: auto;
}

section.featured .carousel-outer {
  overflow: visible !important;
  padding-bottom: 80px;
}
section.featured .owl-carousel .owl-stage {
  display: flex;
}
section.featured .owl-carousel .owl-dots {
  position: absolute;
  bottom: -55px;
  margin-top: 0;
  left: 50%;
  transform: translateX(-50%);
}
section.featured .owl-carousel .owl-dots button.owl-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #939FAB;
  margin: 0 5px;
}
section.featured .owl-carousel .owl-dots button.owl-dot.active {
  background: #CF8B31;
}

section.carousel.featured-news .owl-item img {
  height: 400px;
  width: auto;
}

.project-intro {
  display: flex;
  align-items: flex-start;
}
.project-intro .column:first-of-type {
  padding-right: 70px;
}
.project-intro .column:last-of-type {
  padding-left: 70px;
  border-left: 2px solid #939FAB;
}
.project-intro .column:last-of-type p:last-of-type {
  margin-bottom: 0;
}

.post-intro {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.post-intro .content img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

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

x. Text + Image

*********************************************************************************************/
section.text-image {
  display: flex;
}
section.text-image > .container {
  display: flex;
  justify-content: right;
  align-items: center;
}
section.text-image .flexslider {
  margin-bottom: 0;
}
section.text-image.left {
  flex-direction: row-reverse;
}

.text-side {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 120px;
  padding-bottom: 120px;
}
.text-side .content {
  max-width: 420px;
}

.image-side {
  overflow: hidden;
  background: #494E55;
}
.image-side .cover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  bottom: 0;
}

.flex {
  display: flex;
}
.flex > .content {
  padding-right: 50px;
}

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

x. Carousel

*********************************************************************************************/
.owl-carousel {
  position: relative;
}
.owl-carousel .owl-dots {
  display: flex;
  justify-content: center;
  margin-top: 70px;
}
.owl-carousel.loop .owl-nav {
  text-align: center;
}
.owl-carousel.loop button.owl-prev, .owl-carousel.loop button.owl-next {
  position: relative;
  left: auto;
  right: auto;
  margin: 25px;
}
.owl-carousel.loop .owl-item {
  -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;
}
.owl-carousel.loop .owl-item.active.center {
  -webkit-transform: scale(1);
  transform: scale(1);
  margin-top: 0 !important;
}

.anchor {
  display: block;
  height: 0;
  overflow: hidden;
  width: 100%;
  clear: both;
}

section.carousel {
  overflow: hidden;
}
section.carousel .carousel-item a {
  overflow: hidden;
  display: block;
}
section.carousel .carousel-item {
  overflow: hidden;
}
section.carousel .fn-text {
  margin-top: 30px;
}
section.carousel .fn-text .content h3 {
  font-size: 22px;
  line-height: 30px;
}
section.carousel .content {
  margin-bottom: 60px;
}
section.carousel .owl-stage-outer {
  overflow: visible;
}
section.carousel .carousel-container {
  margin: 0 auto;
  width: 100%;
  max-width: 66.66%;
}
section.carousel .carousel-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  bottom: 0;
  transform: translateY(100%);
  background: rgba(73, 78, 85, 0.8);
  box-sizing: border-box;
  padding: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  -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;
}
section.carousel .carousel-text h4 {
  color: #fff;
  margin-bottom: 5px;
}
section.carousel .carousel-text p {
  color: #fff;
  margin-bottom: 0;
}
section.carousel .owl-item {
  overflow: hidden;
}
section.carousel .owl-item img {
  -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;
}
section.carousel .owl-item:hover .carousel-text {
  transform: translateY(0%);
}
section.carousel .owl-item:hover img {
  transform: scale(1.1);
}

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

x. Footer

*********************************************************************************************/
footer {
  color: #F4F0E4 !important;
  float: left;
  width: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 100px 0;
}
footer .footer-inner {
  display: flex;
  width: 100%;
}
footer .footer-inner > div {
  justify-content: center;
  width: 33.33%;
}
footer .footer-inner > div ul {
  list-style-type: none;
  padding-left: 0;
  font-size: 15px;
}
footer a {
  text-transform: uppercase;
  color: #F4F0E4;
  display: block;
  font-weight: 600;
  text-decoration: underline;
}
footer .footer-inner {
  display: flex;
  justify-content: space-between;
}
footer .footer-logo {
  padding: 20px 0;
  display: flex;
  justify-content: center;
  border-left: 1px solid #939FAB;
  border-right: 1px solid #939FAB;
}
footer .footer-left {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between !important;
}
footer .footer-right {
  text-align: center;
}
footer .footer-right .social {
  text-align: right;
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}
footer .footer-right .social a {
  text-decoration: none;
  font-size: 1.8em;
  padding: 10px;
}
footer p.tagline {
  margin-top: 20px;
  font-size: 14px;
}
footer .footnote p {
  margin: 0;
}
footer .footnote a {
  font-size: 14px;
  text-transform: none;
  font-weight: 300;
}

.form {
  display: flex;
  align-items: center;
  justify-content: right;
}
.form form {
  display: flex;
  margin-left: 20px;
  align-items: center;
}
.form form input[type=email] {
  height: 50px;
  background: #fff;
  padding: 20px 15px;
  color: #B46E51;
  border: none;
  box-sizing: border-box;
  min-width: 200px;
}
.form form input[type=email]::-ms-input-placeholder { /* Edge 12-18 */
  color: #B46E51;
}
.form form input[type=email]::placeholder {
  color: #B46E51;
}
.form form input[type=submit] {
  width: 60px;
  height: 50px;
  background: #B46E51;
  margin-left: 15px;
  border: none;
  position: relative;
  cursor: pointer;
  -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;
  color: #fff;
  padding-bottom: 0;
}
.form form input[type=submit]:hover {
  background: #364F40;
}

canvas#c {
  width: 100%;
  height: 180px;
}

#mc_embed_signup div.mce_inline_error {
  position: absolute !important;
  font-weight: 400 !important;
  font-size: 13px !important;
}

.callout {
  background: #F4F0E4;
  padding: 50px 0;
}
.callout > .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.callout p {
  color: #364F40;
}
.callout a {
  color: #B46E51;
}
.callout .contact {
  width: 40%;
}
.callout .form {
  width: 40%;
  text-align: right;
}
.callout .fork {
  width: 110px;
}

.copyright {
  margin-top: 60px;
  padding: 10px 0;
  font-size: 0.8em;
  background: #222;
  float: left;
  width: 100%;
}
.copyright p {
  color: #cccccc;
}

select {
  /* for Firefox */
  -moz-appearance: none;
  /* for Chrome */
  -webkit-appearance: none;
}

/* For IE10 */
select::-ms-expand {
  display: none;
}

.controls {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
  margin-bottom: 40px;
}
.controls .flex {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
}
.controls .select {
  position: relative;
  margin: 0 15px;
  margin-bottom: 10px;
}
.controls .select.active .current {
  color: #CF8B31 !important;
}
.controls .select .current {
  color: #CF8B31 !important;
}
.controls .select .chev {
  pointer-events: none;
  position: absolute;
  right: 3px;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  height: 18px;
  width: 10px;
}
.controls .select .chev svg {
  width: 100% !important;
  height: auto !important;
}
.controls .select .chev svg path {
  fill: #494E55;
}
.controls .filters-select {
  position: relative;
}
.controls select {
  border: none;
  border-radius: 0;
  font-family: neue-haas-grotesk-display, sans-serif;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  width: 300px;
  border-bottom: 2px solid #939FAB;
  padding: 10px;
  text-align: center !important;
  color: #494E55;
  letter-spacing: 0.05em;
}

.controls.new-controls {
  position: relative;
  z-index: 9;
}
.controls.new-controls .select {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background-color: #fff;
  border-radius: 0px;
  border: solid 1px #e8e8e8;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 42px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  transition: all 0.2s ease-in-out;
  user-select: none;
  white-space: nowrap;
  width: auto;
  border: none;
  border-radius: 0;
  font-family: neue-haas-grotesk-display, sans-serif;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  border-bottom: 2px solid #939FAB;
  padding: 10px;
  text-align: center !important;
  color: #494E55;
  letter-spacing: 0.05em;
  padding-right: 30px;
  padding-left: 50px;
  padding-right: 50px;
}
.controls.new-controls .select .children {
  background-color: #fff;
  border-radius: 0px;
  box-shadow: 0 0 0 2px #939fab;
  box-sizing: border-box;
  margin-top: 2px;
  opacity: 0;
  overflow: hidden;
  padding: 10px;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  transform-origin: 50% 0;
  transform: scale(0.75) translateY(-21px);
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
  left: 50%;
  transform: translateX(-50%) !important;
}
.controls.new-controls .select .children a {
  display: block;
  padding: 10px;
}
.controls.new-controls .select .children a.active {
  text-decoration: underline;
  color: #CF8B31 !important;
}
.controls.new-controls .select:hover .children {
  opacity: 1;
  pointer-events: auto;
}

.filters {
  display: flex;
  width: 100%;
  justify-content: center;
  margin-top: 60px;
}

.grid-sizer {
  width: 33.33%;
}

.grid {
  padding: 40px 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.item {
  width: calc(33.33% - 10px);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  -webkit-transition: all 0s ease;
  -moz-transition: all 0s ease;
  -ms-transition: all 0s ease;
  -o-transition: all 0s ease;
  transition: all 0s ease;
}
.item.map-only {
  display: none;
}
.item .item-inner {
  padding: 15px;
}
.item img {
  width: 100%;
  opacity: 1;
  -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;
  display: block;
}
.item .item-caption {
  -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;
  color: #494E55;
}
.item .item-caption p.item-details {
  margin-bottom: 20px;
}
.item .item-caption p.item-details span {
  text-transform: uppercase;
  font-weight: 700;
}
.item .item-caption h3 {
  font-family: usual, sans-serif;
  font-weight: 300;
  margin-bottom: 5px;
  font-size: 30px;
  -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;
}
.item .item-caption p {
  -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;
}
.item .item-img {
  background: #CF8B31;
  margin-bottom: 30px;
  overflow: hidden;
  display: block;
}
.item:hover {
  color: #478B2C;
}
.item:hover img {
  opacity: 0.9;
  transform: scale(1.1);
}
.item:hover h3 {
  color: #CF8B31;
}

.padding-80 {
  padding-left: 80px;
  padding-right: 80px;
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
}

.full-image img {
  width: 100%;
}

.gallery {
  padding-left: 65px;
  padding-right: 65px;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}
.gallery.two-items .grid-sizer {
  width: 50%;
}
.gallery.two-items .grid .item {
  width: 50%;
}
.gallery .grid-sizer {
  width: 33.33%;
}
.gallery .grid {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-top: 15px;
}
.gallery .grid .item {
  width: 33.33%;
}
.gallery .grid .item .item-img {
  margin-bottom: 0;
}

.related {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-top: 40px;
}

.related-projects {
  padding: 40px;
  display: flex;
  flex-wrap: wrap;
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
}
.related-projects .item {
  flex-grow: 1;
}
.related-projects .item h3, .related-projects .item p {
  color: #fff;
}

.person img {
  -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;
}
.person .mix-img .view {
  overflow: hidden;
}
.person:hover img {
  transform: scale(1.1);
}

.person-title {
  margin-bottom: 20px;
}
.person-title h2 {
  font-size: 1.7em;
  font-weight: 500;
}
.person-title .divider {
  display: inline-block;
  margin-left: 20px;
  margin-right: 20px;
  width: 2px;
  height: 30px;
  position: relative;
  top: 5px;
}
.person-title p.job {
  display: inline;
  font-weight: 500;
}
.person-title p.view {
  color: #CF8B31;
}

.team-members {
  padding: 10px;
}

p.position {
  font-size: 1.3em;
}

#people {
  padding-left: 40px;
  padding-right: 40px;
  overflow: hidden;
}
#people .mix-container {
  padding-bottom: 50px;
}

.mix-container {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  clear: both;
  width: 100%;
  /*
  	padding-left: 60px;	
  	padding-right: 60px;	
  */
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.mix {
  width: 25%;
  float: left;
  padding: 40px 30px 30px 30px;
  display: flex;
  justify-content: center;
}
.mix.active .view {
  color: #CF8B31;
}
.mix.active .view span {
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  color: #CF8B31;
}
.mix img {
  display: block;
}
.mix .mix-inside {
  overflow: hidden;
  position: relative;
  -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;
  width: 100%;
}
.mix .mix-img {
  position: relative;
  z-index: 8;
  margin-bottom: 40px;
  overflow: hidden;
}
.mix .mix-img img.illo {
  width: 100%;
  -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;
  z-index: 2;
  position: relative;
}
.mix .mix-img .team-hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  bottom: 0;
  background: rgba(73, 78, 85, 0.5);
  box-sizing: border-box;
  padding: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  -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;
  z-index: 9;
  opacity: 0;
}
.mix .mix-img .team-hover p {
  font-size: 1.2em;
  color: #fff;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: uppercase;
}
.mix .mix-text {
  position: relative;
  bottom: 0;
  left: 0;
  width: 100%;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
  z-index: 9;
  top: -2px;
}
.mix .mix-text p {
  margin-bottom: 10px;
}
.mix .mix-text h4 {
  margin-bottom: 10px;
  font-weight: 300;
  color: #494E55;
  font-size: 30px;
  line-height: 38px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: none;
}
.mix .mix-text p.view {
  color: #CF8B31;
  cursor: pointer;
}
.mix .mix-text p.view:hover {
  color: #494E55;
}
.mix:hover .mix-inside h3 {
  color: #CF8B31;
}
.mix:hover .mix-img .team-hover {
  transform: translateY(0%);
  opacity: 1;
}
.team-member {
  width: 16.66%;
  float: left;
  padding: 10px;
}
.team-member .tm-text {
  margin-top: 15px;
}
.team-member p.tm-name {
  margin-bottom: 5px;
  font-weight: 600;
  font-size: 1.3em;
}
.team-member p.upper {
  font-size: 11px;
}
.team-member .tm-img img {
  width: 100%;
}

.full-information {
  display: none;
  background: #F4F0E4;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
}
.full-information:before {
  content: "";
  position: absolute;
  left: -40px;
  top: 0;
  bottom: 0;
  right: -40px;
  background: #F4F0E4;
}
.full-information h2 {
  margin-bottom: 0;
}
.full-information .inside {
  display: inline-block;
  padding: 80px 30px;
  text-align: left;
  max-width: 990px;
  position: relative;
  width: 100%;
}
.full-information .inside .content h4 {
  margin-bottom: 10px;
  font-weight: 300;
  color: #494E55;
  font-size: 30px;
  line-height: 38px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-transform: none;
  margin-bottom: 5px;
}
.full-information .inside .content p.upper {
  margin-bottom: 30px;
}
.full-information .inside a.closeit {
  position: absolute;
  right: 0;
  top: 60px;
}
.full-information .inside a.closeit span:before, .full-information .inside a.closeit span:after {
  background: #494E55;
}
.full-information .inside a.closeit:hover span:before, .full-information .inside a.closeit:hover span:after {
  background: #CF8B31;
}
.close, .closeit {
  width: 50px;
  height: 50px;
  position: absolute;
  right: 0;
  top: 0;
  padding-top: 3px;
  padding-left: 3px;
}
.close span, .closeit span {
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  display: block;
  position: relative;
  margin-top: 2px;
  margin-right: 2px;
}
.close span::before, .closeit span::before {
  content: " ";
  position: absolute;
  width: 25px;
  height: 2px;
  background: #494E55;
  margin-left: 0px;
  margin-top: 11px;
}
.close span::after, .closeit span::after {
  content: " ";
  position: absolute;
  height: 25px;
  width: 2px;
  background: #494E55;
  margin-left: 11px;
}
.close:hover, .closeit:hover {
  background: transparent;
}
.close:hover span::before, .close:hover span::after, .closeit:hover span::before, .closeit:hover span::after {
  background: #CF8B31;
}

#anchors {
  background: #939FAB;
}

.anchor-nav {
  list-style-type: none;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 9;
  margin-bottom: 0px;
  padding: 30px;
}
.anchor-nav a {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
  padding: 10px;
  display: block;
  font-weight: 600;
  letter-spacing: 0.8px;
  font-size: 16px;
  text-transform: uppercase;
}
.anchor-nav a:hover {
  text-decoration: underline;
}

section.text.add-arrow {
  position: relative;
  overflow: hidden;
}
section.text.add-arrow .chevron {
  position: absolute;
  right: 0;
  top: -4px;
  bottom: -4px;
  z-index: 0;
}
section.text.add-arrow .chevron svg {
  height: 100%;
  width: auto;
}
section.text.add-arrow .chevron path {
  fill: #F4F0E4;
}
section.text.add-arrow .content {
  position: relative;
  z-index: 1;
  padding-right: 270px;
}
section.text.add-arrow.bg-cream .chevron svg path {
  fill: #fff;
}
section.text.add-arrow.bg-gray .chevron svg path {
  fill: rgba(73, 78, 85, 0.2);
}
section.text.add-arrow.bg-orange .chevron svg path {
  fill: rgba(255, 255, 255, 0.2);
}

.two-col-text .flex > div {
  width: 50%;
}
.two-col-text.add-arrow {
  overflow: hidden;
}
.two-col-text.add-arrow .chevron {
  position: absolute;
  right: 0;
  top: -4px;
  bottom: -4px;
  z-index: 0;
}
.two-col-text.add-arrow .chevron svg {
  height: 100%;
  width: auto;
}
.two-col-text.add-arrow .chevron path {
  fill: #F4F0E4;
}
.two-col-text.add-arrow .content {
  position: relative;
  z-index: 1;
}
.two-col-text.add-arrow.bg-cream .chevron svg path {
  fill: #fff;
}
.two-col-text.add-arrow.bg-gray .chevron svg path {
  fill: rgba(73, 78, 85, 0.2);
}
.two-col-text.add-arrow.bg-orange .chevron svg path {
  fill: rgba(255, 255, 255, 0.2);
}

section.video .vid {
  position: relative;
  display: block;
  overflow: hidden;
}
section.video .vid img {
  width: 100%;
  -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;
  transform-origin: center center;
}
section.video .vid .play {
  width: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -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;
  transform-origin: center center;
}
section.video .vid .play svg {
  width: 100px;
  height: 100px;
}
section.video .vid .play svg path {
  -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;
}
section.video .vid:hover img {
  transform: scale(1.1);
}
section.video .vid:hover .play {
  transform: translate(-50%, -50%) scale(1.1);
}
section.video .vid:hover .play path {
  fill: #F8DF8D;
}

.content .nf-form-content .list-select-wrap .nf-field-element > div, .content .nf-form-content input:not([type=button]), .content .nf-form-content textarea {
  background: transparent !important;
  border: none;
  border-bottom: 2px solid #939FAB;
  color: #939FAB;
  font-size: 24px;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.content .nf-form-content .list-select-wrap .nf-field-element > div::placeholder, .content .nf-form-content input:not([type=button])::placeholder, .content .nf-form-content textarea::placeholder {
  color: #939FAB;
}
.content .nf-form-content .list-select-wrap .nf-field-element > div:focus, .content .nf-form-content input:not([type=button]):focus, .content .nf-form-content textarea:focus {
  color: #494E55;
}
.content .nf-form-content .list-select-wrap .nf-field-element > div, .content .nf-form-content input:not([type=button]) {
  padding-left: 0;
}
.content .list-checkbox-wrap .nf-field-element li, .content .list-checkbox-wrap .nf-field-element ul, .content .list-image-wrap .nf-field-element li, .content .list-image-wrap .nf-field-element ul, .content .list-radio-wrap .nf-field-element li, .content .list-radio-wrap .nf-field-element ul {
  display: flex;
  flex-wrap: wrap;
}
.content .nf-form-content input[type=checkbox].ninja-forms-field, .content .nf-form-content input[type=radio].ninja-forms-field {
  width: 0px !important;
}
.content .nf-form-fields-required {
  display: none !important;
}
.content .nf-form-content textarea {
  border: 2px solid #939FAB;
}
.content .nf-field-label .nf-label-span, .content .nf-field-label label, .content .nf-form-content label {
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.8px;
  font-size: 16px;
  margin-bottom: 5px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.content #ninja_forms_required_items, .content .nf-field-container {
  margin-bottom: 50px;
}
.content .nf-error.field-wrap .nf-field-element:after {
  right: 0;
}
.content .listradio-wrap .nf-field-element label.nf-checked-label:before {
  top: 0.27em;
}
.content .list-wrap {
  margin-left: -5px !important;
}
.content .submit-wrap .nf-field-element {
  width: auto;
  position: relative;
}
.content .submit-wrap .nf-field-element:after {
  content: "";
  height: 18px;
  width: 10px;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg width='181' height='302' viewBox='0 0 181 302' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.29834 0.580811H68.9314L180.399 151.155L68.9314 301.723H0.29834L111.764 151.155L0.29834 0.580811Z' fill='%23CF8B31'/%3E%3C/svg%3E%0A");
  background-size: cover;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
.content .submit-wrap .nf-field-element:hover .nf-form-content input[type=submit] {
  color: #939FAB;
  padding-bottom: 0;
}
.content .submit-wrap .nf-field-element:hover:after {
  right: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='181' height='302' viewBox='0 0 181 302' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.29834 0.580811H68.9314L180.399 151.155L68.9314 301.723H0.29834L111.764 151.155L0.29834 0.580811Z' fill='%23939FAB'/%3E%3C/svg%3E%0A");
}
.content .nf-form-content input[type=submit] {
  color: #CF8B31;
  position: relative;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1em;
  letter-spacing: 1.1px;
  padding-right: 30px;
  padding-top: 0;
  padding-bottom: 0px;
  border: none;
  font-size: 19px;
  line-height: 30px;
  padding-bottom: 0;
}
.content .nf-form-content input[type=submit]:hover {
  color: #939FAB;
}
.content .nf-form-content input[type=submit]:hover:after {
  right: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='181' height='302' viewBox='0 0 181 302' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.29834 0.580811H68.9314L180.399 151.155L68.9314 301.723H0.29834L111.764 151.155L0.29834 0.580811Z' fill='%23939FAB'/%3E%3C/svg%3E%0A");
}

.project-nav .navigation .nav-links {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.project-nav .navigation .nav-links a {
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.8px;
  font-size: 16px;
  margin-bottom: 5px;
  -webkit-font-smoothing: antialiased;
  position: relative;
  line-height: 30px;
  display: block;
}
.project-nav .navigation .nav-links a:hover {
  color: #CF8B31;
}
.project-nav .navigation .nav-links .nav-next a {
  padding-right: 30px;
}
.project-nav .navigation .nav-links .nav-next a:after {
  content: "";
  height: 18px;
  width: 10px;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg width='181' height='302' viewBox='0 0 181 302' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.29834 0.580811H68.9314L180.399 151.155L68.9314 301.723H0.29834L111.764 151.155L0.29834 0.580811Z' fill='%23CF8B31'/%3E%3C/svg%3E%0A");
  background-size: cover;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
.project-nav .navigation .nav-links .nav-previous a {
  padding-left: 30px;
}
.project-nav .navigation .nav-links .nav-previous a:after {
  content: "";
  height: 18px;
  width: 10px;
  left: 10px;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  display: block;
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg width='181' height='302' viewBox='0 0 181 302' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.29834 0.580811H68.9314L180.399 151.155L68.9314 301.723H0.29834L111.764 151.155L0.29834 0.580811Z' fill='%23CF8B31'/%3E%3C/svg%3E%0A");
  background-size: cover;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}

#nav li.nav-search {
  display: flex;
}
#nav li.nav-search .search-form {
  margin-right: 10px;
  overflow: hidden;
  width: 0px;
  -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;
}
#nav li.nav-search .search-form input {
  border-left: none;
  border-top: none;
  border-right: none;
  padding-bottom: 5px;
  width: 150px;
}
#nav li.nav-search .search-form input {
  border-radius: 0;
}
#nav li.nav-search .search-form input[type=search] {
  -webkit-appearance: none;
}
#nav li.nav-search a {
  padding: 0;
}
#nav li.nav-search a:hover svg path, #nav li.nav-search a:hover svg line {
  stroke: #CF8B31;
}

.search-open #nav li.nav-search .search-form, .search-results #nav li.nav-search .search-form {
  width: 150px;
}
.search-open #nav li.nav-search a svg path, .search-open #nav li.nav-search a svg line, .search-results #nav li.nav-search a svg path, .search-results #nav li.nav-search a svg line {
  stroke: #CF8B31;
}

.search-item {
  padding-bottom: 80px;
  margin-bottom: 80px;
  border-bottom: 2px solid #939FAB;
}
.search-item .columns {
  display: flex;
}
.search-item .thumb-side {
  padding-right: 40px;
}
.search-item .content {
  padding-left: 40px;
}
.search-item .content h3 {
  font-size: 28px;
}
.search-item .content h3 a:hover {
  color: #CF8B31;
}

.navigation {
  display: flex;
  justify-content: center;
  list-style-type: none;
}
.navigation li {
  margin: 0 20px;
}
.navigation li.divider {
  margin-left: 20px;
  margin-right: 20px;
  width: 2px;
  background: #494E55;
  display: block;
  box-sizing: border-box;
  height: 22px;
}

.awards {
  display: flex;
  flex-wrap: wrap;
  padding: 60px 40px;
}
.awards .content {
  margin-bottom: 30px;
}
.awards .award {
  width: 33.33%;
}
.awards .award .item-caption h3 {
  font-size: 28px;
  line-height: 35px;
}

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

x. Smaller than 1400px

*********************************************************************************************/
@media only screen and (min-width: 1800px) {
  section.text-image {
    min-height: 800px;
  }
}
/********************************************************************************************* 

x. Smaller than 1200px

*********************************************************************************************/
@media only screen and (max-width: 1280px) {
  .container {
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }
  .padding-80 {
    padding-left: 40px;
    padding-right: 40px;
  }
  .gallery, .related-projects {
    padding-left: 20px;
    padding-right: 20px;
  }
  .gallery .item .item-inner, .related-projects .item .item-inner {
    padding: 20px;
  }
  html, body {
    font-size: 15px;
  }
  .mix {
    width: 33.33%;
  }
}
/********************************************************************************************* 

x. Smaller than 1140px

*********************************************************************************************/
@media only screen and (max-width: 1140px) {
  section.slideshow .chevrons {
    width: 100%;
  }
  section.slideshow .chevrons .chevrons-inner {
    transform: none;
    height: 200px;
  }
  section.slideshow .chevrons .chevron {
    height: 200px;
    width: 120px;
  }
  section.slideshow .chevrons .chevron svg {
    height: 200px;
    width: 120px;
  }
  section.slideshow.slideshow-1 .chevrons {
    top: -200px;
  }
  section.slideshow.slideshow-2.in-view .chevrons .chevron.chevron-white {
    left: calc(100% - 194px);
  }
  section.slideshow .chevrons .chevron.chevron-reverse {
    transform: rotate(180deg) translateY(0px);
  }
  .awards .award {
    width: 50%;
  }
  .awards .award .item-caption h3 {
    font-size: 24px;
  }
  section.slideshow.slideshow-2 .chevrons .chevrons-inner {
    transform: translate(0);
    top: calc(60vh - 199px);
  }
  section.slideshow.slideshow-2 .flexslider {
    height: 60vh;
  }
  section.slideshow.slideshow-2 .flexslider .slides li .cover {
    height: 60vh;
  }
}
/********************************************************************************************* 

x. Smaller than 990px

*********************************************************************************************/
@media only screen and (max-width: 990px) {
  html, body {
    font-size: 13px;
  }
  .page-spacer {
    height: 100px;
  }
  section.text.add-arrow .content {
    padding-right: 0;
  }
  .content h3 {
    font-size: 2.5em;
  }
  h2 {
    font-size: 2.8em;
  }
  .awards .award .item-caption h3 {
    font-size: 16px;
    line-height: 24px;
  }
  .anchor-nav {
    flex-wrap: wrap;
  }
  .text-side {
    padding-left: 30px;
    padding-right: 30px;
  }
  .text-side .content {
    max-width: none;
  }
  #people {
    padding-left: 15px;
    padding-right: 15px;
  }
  .mix {
    width: 50%;
    padding: 15px;
  }
  .item {
    width: calc(50% - 25px);
  }
  .item .item-inner {
    padding: 15px;
  }
  .grid-sizer {
    width: 50%;
  }
  .mix .mix-text h4 {
    font-size: 24px;
  }
  .item .item-caption h3 {
    font-size: 24px;
  }
  p.upper {
    font-size: 13px;
  }
  .width-10, .width-15, .width-20, .width-25, .width-30, .width-33, .width-35, .width-40, .width-45, .width-50, .width-55, .width-60, .width-65, .width-66, .width-70, .width-75, .width-80, .width-85, .width-90, .width-95, .width-100 {
    width: 100%;
  }
  section.carousel.featured-news .owl-item img {
    height: 300px;
  }
  h1 {
    font-size: 2.8em;
  }
  .content h1.title {
    font-size: 2.6em;
    line-height: 110%;
  }
  .text-image {
    flex-wrap: wrap;
  }
  .text-side {
    position: relative;
    top: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .text-side p {
    padding-left: 0;
  }
  section.text-image {
    min-height: 0px;
    flex-wrap: wrap;
  }
  .image-side .cover {
    height: 320px;
    position: relative;
    display: block;
    width: 100%;
  }
  section.slideshow .chevrons .chevrons-inner {
    position: absolute;
    top: 0;
  }
  section.slider-content .content {
    padding-right: 0;
  }
  #logo svg path, #logo svg line {
    animation: none !important;
  }
  body .court-tan {
    height: 200px;
  }
  body .court-tan #logo {
    width: 100%;
  }
  body .court-tan #logo svg {
    bottom: -15px;
  }
  body .court-tan #logo svg path, body .court-tan #logo svg line {
    stroke-dasharray: 1;
    stroke-dashoffset: 1;
  }
  body .court-white {
    height: 80px;
  }
  body .court-white .tag {
    width: 100%;
  }
  body .court-green {
    height: 20px;
  }
  section.content-slider > .full-container, section.content-slider .container {
    flex-wrap: wrap;
  }
  section.content-slider .content-flex {
    width: 100%;
  }
  section.content-slider .content-pagination {
    width: 100%;
    margin-top: 50px;
  }
  section.content-slider .content-flex .flexslider ul.slides li .slide-container .cover {
    height: 400px;
    min-height: 0px;
  }
  .callout > .container {
    flex-direction: column;
  }
  .callout > .container .contact {
    text-align: center;
  }
  .callout > .container .contact p {
    text-align: center;
  }
  .callout > .container .fork {
    margin: 30px 0;
  }
  header {
    margin-bottom: 30px;
  }
  .text-image {
    margin-bottom: 30px;
  }
  #toggle {
    display: block;
  }
  header {
    padding: 30px 0;
  }
  header #logo {
    width: 100%;
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 999;
  }
  header #logo img {
    max-width: 200px;
  }
  header #nav {
    opacity: 0;
    pointer-events: none;
    -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;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: space-between;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #F4F0E4;
    z-index: 99;
    height: 100vh;
  }
  header #nav ul {
    width: 100%;
    flex-direction: column;
  }
  header #nav ul li {
    display: block;
    text-align: center;
    width: 100%;
  }
  header #nav ul li a {
    display: block;
    font-size: 22px;
    padding: 15px;
  }
  header #nav ul li .divider {
    width: 300px;
    height: 2px;
    display: inline-block;
    background: #939FAB;
  }
  header #nav ul li.nav-search {
    display: flex;
    justify-content: center;
    display: flex !important;
    justify-content: center !important;
  }
  header #nav ul li.nav-search input {
    background: transparent;
  }
  header > .container {
    display: block;
  }
  body.open header #nav {
    pointer-events: all;
    opacity: 1;
  }
  body.open header #nav li {
    display: block;
    text-align: center;
    width: 100%;
  }
  header > .container {
    display: flex;
    justify-content: flex-start;
  }
  header > .container #logo {
    width: 150px;
  }
  .controls {
    padding-left: 30px;
    padding-right: 30px;
  }
  .controls select {
    width: auto;
  }
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
  .container.container-1170 {
    padding-left: 0;
    padding-right: 0;
  }
  .project-intro {
    flex-wrap: wrap;
  }
  .project-intro .column:last-of-type {
    padding-left: 0;
    padding-top: 30px;
    margin-top: 30px;
    border-left: none;
    border-top: 2px solid #939FAB;
  }
  .gallery {
    padding-left: 15px;
    padding-right: 15px;
  }
  .gallery .grid-sizer {
    width: 50%;
  }
  .gallery .grid .item {
    width: 50%;
    padding: 0;
  }
  .gallery .grid .item .item-inner {
    padding: 15px;
  }
  .related-projects {
    padding-left: 15px;
    padding-right: 15px;
  }
  .related-projects .item {
    width: 50%;
  }
  footer .footer-inner {
    flex-direction: column;
    width: 100%;
    align-items: center;
  }
  footer .footer-logo {
    border-left: none;
    border-right: none;
  }
  footer .footer-left a {
    padding: 10px;
  }
  section.carousel .carousel-container {
    max-width: 50%;
  }
  .awards {
    padding-left: 15px;
    padding-right: 15px;
  }
  .awards .item .item-inner {
    padding: 15px;
  }
  .search-item .thumb-side {
    width: 50%;
    padding-right: 0;
  }
  .search-item .thumb-side img {
    width: 100%;
  }
  section.carousel .carousel-container {
    height: auto;
  }
  section.carousel .carousel-container {
    height: auto;
  }
  section.slideshow.slideshow-2 {
    height: auto;
  }
  section.slideshow.slideshow-2 .flexslider .slides li .cover {
    height: 500px;
  }
  section.slideshow.slideshow-2 .chevrons .slideshow-2 {
    left: auto;
    transform: none;
  }
  section.slideshow.slideshow-2 .chevrons .chevrons-inner {
    top: 500px;
    transform: translate(0, -199px);
  }
  section.slideshow.slideshow-2.in-view .chevrons .chevron.chevron-white {
    left: calc(100% - 194px);
  }
  section.slideshow.slideshow-2 .flexslider {
    height: auto;
  }
  section.slideshow {
    padding-bottom: 40px;
  }
  section, section.bg-cream, section.bg-gray, section.bg-orange {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  section.carousel .content {
    margin-bottom: 30px;
  }
  .content h1, .content h2, .content h3, .content h4, .content h5, .content h6, .content p {
    margin-bottom: 16px;
  }
  .project-nav .navigation .nav-links a {
    display: block;
    line-height: 16px;
    font-size: 13px;
  }
  .project-nav .navigation .nav-links .nav-previous a {
    padding-left: 20px;
  }
  .project-nav .navigation .nav-links .nav-next a {
    padding-right: 20px;
  }
  .project-nav .navigation .nav-links .nav-previous a:after {
    left: 0;
  }
  .project-nav .navigation .nav-links .nav-next a:after {
    right: 0;
  }
  .project-intro .column:first-of-type {
    padding-right: 0;
  }
}
/********************************************************************************************* 

x. Smaller than 769px

*********************************************************************************************/
@media only screen and (max-width: 769px) {
  .text-side .content {
    max-width: none;
  }
  .text-side {
    padding-left: 30px;
    padding-right: 30px;
  }
  section.carousel .carousel-container {
    max-width: 70%;
  }
  section.carousel .carousel-container .owl-item .carousel-item > a {
    height: 300px;
    overflow: hidden;
  }
  section.carousel .carousel-container .owl-item img {
    width: 100%;
    height: auto;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 300px;
  }
  .related-projects .item {
    width: 100%;
  }
  section.carousel .carousel-text {
    padding: 20px;
  }
  section.slideshow.slideshow-2 {
    height: auto;
  }
  section.slideshow.slideshow-2 .flexslider {
    height: auto;
  }
  section.slideshow.slideshow-2 .flexslider .slides li .cover {
    height: 400px;
  }
  .controls {
    margin-bottom: 0;
  }
  .grid {
    padding-left: 0;
    padding-right: 0;
  }
  .grid-sizer {
    width: 100%;
  }
  .item {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .item .item-img {
    margin-bottom: 10px;
  }
  .item .item-inner {
    padding: 30px;
    padding-right: 30px;
  }
  .two-col-text .flex {
    flex-wrap: wrap;
  }
  .two-col-text .flex > div {
    width: 100%;
    padding: 15px 0;
  }
  .search-item .columns {
    flex-wrap: wrap;
  }
  .search-item .columns .thumb-side {
    margin-bottom: 20px;
  }
  .search-item .columns .content {
    padding: 0;
  }
  .search-item .columns > div {
    width: 100%;
  }
  section.carousel.featured-news .carousel-item > a {
    display: flex;
    justify-content: center;
  }
  section.carousel.featured-news .carousel-item .fn-text {
    padding-left: 30px;
    padding-right: 30px;
  }
  .controls {
    flex-wrap: wrap;
  }
  .controls select {
    margin-bottom: 10px;
    -webkit-appearance: none;
    border-radius: 0;
    background: transparent;
    width: 240px;
  }
  section.slideshow.slideshow-1 .chevrons {
    top: -150px;
  }
  section.slideshow.slideshow-1 .chevrons .chevrons-inner {
    height: 150px;
  }
  section.slideshow.slideshow-2 .chevrons .chevrons-inner {
    height: 150px;
    top: 400px;
    transform: translate(0, -150px);
  }
  section.slideshow.slideshow-2.in-view .chevrons .chevron.chevron-white {
    left: calc(100% - 147px);
  }
  section.slideshow.slideshow-1 .chevrons .chevron, section.slideshow.slideshow-2 .chevrons .chevron {
    width: 90px;
    height: 150px;
  }
  section.slideshow.slideshow-1 .chevrons .chevron svg, section.slideshow.slideshow-2 .chevrons .chevron svg {
    width: 90px;
    height: 150px;
  }
  section.slideshow.in-view .chevrons .chevron.chevron-white {
    left: calc(100% - 236px);
  }
  section.carousel.featured-projects .carousel-outer {
    height: auto;
  }
  footer .footer-inner > div {
    width: 100%;
  }
  section.slideshow.slideshow-1 .chevrons .chevron.chevron-reverse {
    position: absolute;
    right: 90px;
  }
  section.slideshow.slideshow-1 .chevrons .chevron.chevron-gray {
    position: absolute;
    right: 0px;
  }
}
/********************************************************************************************* 

x. Retina Graphics

*********************************************************************************************/
.nice-select {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background-color: #fff;
  border-radius: 0px;
  border: solid 1px #e8e8e8;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 42px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  transition: all 0.2s ease-in-out;
  user-select: none;
  white-space: nowrap;
  width: auto;
  border: none;
  border-radius: 0;
  font-family: neue-haas-grotesk-display, sans-serif;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  border-bottom: 2px solid #939FAB;
  padding: 10px;
  text-align: center !important;
  color: #494E55;
  letter-spacing: 0.05em;
  padding-right: 30px;
  padding-left: 50px;
  padding-right: 50px;
}
.nice-select:hover {
  border-color: #CF8B31;
}
.nice-select:active, .nice-select.open, .nice-select:focus {
  border-color: #939FAB;
}
.nice-select:after {
  border-bottom: 2px solid #494E55;
  border-right: 2px solid #494E55;
  content: "";
  display: block;
  height: 8px;
  margin-top: -6px;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 50%;
  transform-origin: 66% 66%;
  transform: rotate(45deg);
  transition: all 0.15s ease-in-out;
  width: 8px;
}
.nice-select.open:after {
  transform: rotate(-135deg);
}
.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1) translateY(0);
}
.nice-select.disabled {
  border-color: #ededed;
  color: #939FAB;
  pointer-events: none;
}
.nice-select.disabled:after {
  border-color: #ccd2d8;
}
.nice-select.wide {
  width: 100%;
}
.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important;
}
.nice-select.right {
  float: right;
}
.nice-select.right .list {
  left: auto;
  right: 0;
}
.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px;
}
.nice-select.small:after {
  height: 4px;
  width: 4px;
}
.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}
.nice-select .list {
  background-color: #fff;
  border-radius: 0px;
  box-shadow: 0 0 0 2px #939fab;
  box-sizing: border-box;
  margin-top: 2px;
  opacity: 0;
  overflow: hidden;
  padding: 10px;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  transform-origin: 50% 0;
  transform: scale(0.75) translateY(-21px);
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
  left: 50%;
  transform: translateX(-50%) !important;
}
.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}
.nice-select .option {
  cursor: pointer;
  line-height: 40px;
  list-style: none;
  min-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  transition: all 0.2s;
}
.nice-select .option:hover {
  color: #CF8B31;
}
.nice-select .option.selected {
  font-weight: bold;
}
.nice-select .option.sub-selected {
  color: #CF8B31 !important;
  text-decoration: underline;
}
.nice-select .option.disabled {
  background-color: transparent;
  color: #939FAB;
  cursor: default;
}

.page-template-projects .list li:first-of-type, .archive .list li:first-of-type {
  display: none;
}

.no-csspointerevents .nice-select .list {
  display: none;
}
.no-csspointerevents .nice-select.open .list {
  display: block;
}

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