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

x. Variables

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

x. Imports

*********************************************************************************************/
@import url("https://use.typekit.net/woa5djp.css");
@import url("https://fonts.googleapis.com/css2?family=Inria+Serif:wght@400;700&family=Inter:wght@400;700&display=swap");
/*
 * 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
 * ====================================================================================================================*/
@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;
  margin: -40px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  height: 80px;
  width: 80px;
  overflow: hidden;
  opacity: 1;
  cursor: pointer;
  -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;
  background: #fff;
  color: #092B49;
  font-size: 2em;
  padding: 10px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}
.flex-direction-nav a:hover {
  background: #092B49;
}

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

.flex-direction-nav .flex-prev {
  left: 0;
}

.flex-direction-nav .flex-next {
  right: 0;
  text-align: right;
}

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

.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: #092B49;
  color: #fff;
}

::-moz-selection {
  background: #092B49;
  color: #fff;
}

html, body {
  font-size: 14px;
  font-family: "Inter", sans-serif;
  font-weight: 300;
  color: #3A3835;
  width: auto;
  height: auto;
}

body {
  -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;
  background: transparent;
  padding-top: 150px;
}
body.inverted {
  background: #092B49;
  color: #fff;
}
body.inverted .content h1, body.inverted .content h2, body.inverted .content h3, body.inverted .content p, body.inverted .content a, body.inverted .content ul, body.inverted .content li {
  color: #fff;
}
body.inverted a:hover {
  color: #EBA900;
}
body.inverted .btn, body.inverted input[type=submit] {
  border: 1px solid #fff;
  color: #fff;
}
body.inverted .btn:hover, body.inverted input[type=submit]:hover {
  background: #EBA900;
  border-color: #EBA900;
  color: #092B49 !important;
}
body.inverted .link {
  color: #fff;
}

.slick-prev, .slick-next {
  display: none !important;
}

.uppercase {
  text-transform: uppercase;
  font-family: "Inria Serif", serif;
  font-size: 18px;
}

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

a {
  color: #092B49;
  text-decoration: 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;
}

a:hover {
  color: #000;
}

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-family: "indivisible", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 5.5em;
  line-height: 1.2em;
}
h1 b, h1 strong {
  font-weight: 600;
}

.single-post h1 {
  font-size: 4.5em;
}

h2 {
  font-family: "indivisible", sans-serif;
  font-size: 4.2em;
  font-weight: 300;
}
h2 b, h2 strong {
  font-weight: 600;
}

h3 {
  font-family: "indivisible", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 2.5em;
  line-height: 1.2em;
}
h3 b, h3 strong {
  font-weight: 600;
}

h4 {
  font-family: "indivisible", sans-serif;
  font-size: 2em;
  font-weight: 300;
}

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

.no-margin {
  margin: 0;
}

p {
  line-height: 1.5em;
}

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

x. Backgrounds

*********************************************************************************************/
.text-navy {
  color: #092B49 !important;
}

a.text-navy:hover {
  color: #EBA900 !important;
}

.text-gold {
  color: #EBA900 !important;
}

section.bg-seafoam, section.bg-navy {
  margin: 0;
  padding: 80px 50px;
}
section.bg-seafoam.text-img, section.bg-navy.text-img {
  padding: 0;
}
section.bg-white {
  margin: 0;
  padding: 80px 0;
}
section.text-img {
  padding: 0;
}

.bg-white {
  background: #fff;
}
.bg-white .text-side {
  color: #092B49;
}
.bg-white .content h1, .bg-white .content h2, .bg-white .content h3, .bg-white .content h4, .bg-white .content h5, .bg-white .content h6 {
  color: #092B49 !important;
}
.bg-white .content p, .bg-white .content ul, .bg-white .content ol {
  color: #3A3835 !important;
}
.bg-white .content a.btn {
  color: #092B49 !important;
}
.bg-white .content a.btn:hover {
  color: #fff !important;
}

.title-text {
  display: flex;
  width: 100%;
}
.title-text .title-side {
  padding-right: 60px;
  width: 40%;
}
.title-text .title-side h3 {
  position: relative;
  padding-top: 30px;
}
.title-text .title-side h3:after {
  content: "";
  height: 4px;
  left: 0;
  width: 80px;
  background: #EBA900;
  top: 0px;
  position: absolute;
}
.title-text .text-side {
  width: 60%;
}
.title-text .text-side p {
  font-size: 1.4em;
}

.color-gold {
  color: #EBA900 !important;
}

.featherlight-next, .featherlight-previous {
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -30px;
  right: 50px;
  width: 60px;
  height: 60px;
  justify-content: center;
  align-items: center;
  display: flex;
  -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;
  border-radius: 50%;
  cursor: pointer;
}
.featherlight-next span, .featherlight-previous span {
  width: 42px;
  height: 24px;
  background-size: 42px 24px;
  background-image: url(../img/arrow.svg);
  display: inline-block;
}

.featherlight-previous {
  left: 50px;
  right: auto;
  transform: rotate(180deg);
}

.featherlight-next:hover, .featherlight-previous:hover {
  background: #092B49;
}

.bg-gray {
  background: #f7f7f7;
}
.bg-gray .full-information {
  background: #fff;
}

.project-slider h1, .project-slider h2, .project-slider h3, .project-slider h4, .project-slider p, .project-slider a, .project-slider ul, .project-slider li {
  color: #fff;
}
.project-slider .content h1, .project-slider .content h2, .project-slider .content h3, .project-slider .content h4, .project-slider .content p, .project-slider .content a, .project-slider .content ul, .project-slider .content li {
  color: #fff;
}
.project-slider .content h1, .project-slider .content h2 {
  position: relative;
}
.project-slider .content h1 span.top-line, .project-slider .content h2 span.top-line {
  padding-top: 40px;
  display: inline-block;
}
.project-slider .content h1 span.top-line:before, .project-slider .content h2 span.top-line:before {
  content: "";
  height: 4px;
  left: 0;
  width: 80px;
  background: #EBA900;
  top: 0px;
  position: absolute;
}
.project-slider .content h1 [style="text-align: center;"] span.top-line:before, .project-slider .content h2 [style="text-align: center;"] span.top-line:before {
  left: 50%;
  margin-left: -40px;
}
.project-slider a:hover {
  color: #EBA900;
}
.project-slider .st0-icon {
  fill: #fff;
}
.project-slider a.btn {
  border-color: #fff;
}
.project-slider a.btn:hover {
  background: #EBA900;
}

.no-show {
  opacity: 0;
  -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;
}
.no-show.show {
  opacity: 1;
}

.home .project-slider h1, .home .project-slider h2, .home .project-slider h3, .home .project-slider h4, .home .project-slider p, .home .project-slider a, .home .project-slider ul, .home .project-slider li {
  color: #092B49;
}
.home .project-slider .content h1, .home .project-slider .content h2, .home .project-slider .content h3, .home .project-slider .content h4, .home .project-slider .content p, .home .project-slider .content a, .home .project-slider .content ul, .home .project-slider .content li {
  color: #092B49;
}
.home .project-slider .content h1, .home .project-slider .content h2 {
  position: relative;
}
.home .project-slider .content h1 span.top-line, .home .project-slider .content h2 span.top-line {
  padding-top: 40px;
  display: inline-block;
}
.home .project-slider .content h1 span.top-line:before, .home .project-slider .content h2 span.top-line:before {
  content: "";
  height: 4px;
  left: 0;
  width: 80px;
  background: #EBA900;
  top: 0px;
  position: absolute;
}
.home .project-slider .content h1 [style="text-align: center;"] span.top-line:before, .home .project-slider .content h2 [style="text-align: center;"] span.top-line:before {
  left: 50%;
  margin-left: -40px;
}
.home .project-slider a:hover {
  color: #EBA900;
}
.home .project-slider .st0-icon {
  fill: #fff;
}
.home .project-slider a.btn {
  border-color: #092B49;
}
.home .project-slider a.btn:hover {
  background: #EBA900;
}

.bg-navy {
  background: #092B49;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.bg-navy h1, .bg-navy h2, .bg-navy h3, .bg-navy h4, .bg-navy p, .bg-navy a, .bg-navy ul, .bg-navy li {
  color: #fff;
}
.bg-navy .content h1, .bg-navy .content h2, .bg-navy .content h3, .bg-navy .content h4, .bg-navy .content p, .bg-navy .content a, .bg-navy .content ul, .bg-navy .content li {
  color: #fff;
}
.bg-navy .content h1, .bg-navy .content h2 {
  position: relative;
}
.bg-navy .content h1 span.top-line, .bg-navy .content h2 span.top-line {
  padding-top: 40px;
  display: inline-block;
}
.bg-navy .content h1 span.top-line:before, .bg-navy .content h2 span.top-line:before {
  content: "";
  height: 4px;
  left: 0;
  width: 80px;
  background: #EBA900;
  top: 0px;
  position: absolute;
}
.bg-navy .content h1 [style="text-align: center;"] span.top-line:before, .bg-navy .content h2 [style="text-align: center;"] span.top-line:before {
  left: 50%;
  margin-left: -40px;
}
.bg-navy a:hover {
  color: #EBA900;
}
.bg-navy .st0-icon {
  fill: #fff;
}
.bg-navy a.btn {
  border-color: #fff;
}
.bg-navy a.btn:hover {
  background: #EBA900;
}

.bg-seafoam {
  background: #092B49;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
}
.bg-seafoam h1, .bg-seafoam h2, .bg-seafoam h3, .bg-seafoam p, .bg-seafoam a, .bg-seafoam ul, .bg-seafoam li {
  color: #fff;
}
.bg-seafoam .content h1, .bg-seafoam .content h2, .bg-seafoam .content h3, .bg-seafoam .content p, .bg-seafoam .content a, .bg-seafoam .content ul, .bg-seafoam .content li {
  color: #fff;
}
.bg-seafoam a:hover {
  color: #EBA900;
}

section {
  padding: 70px 0;
}
section.no-padding {
  padding-top: 0;
  padding-bottom: 0;
}
section.do-invert {
  background: #092B49;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
}
section.do-invert .content h1, section.do-invert .content h2, section.do-invert .content h3, section.do-invert .content h4, section.do-invert .content p, section.do-invert .content ul, section.do-invert .content ol {
  color: #fff;
}
section.do-invert .btn, section.do-invert input[type=submit], section.do-invert .link {
  border: 1px solid #fff;
  color: #fff;
}

section.content-slider {
  position: relative;
  margin-top: -40px;
}
section.content-slider > .full-container, section.content-slider .container {
  display: flex;
  align-items: center;
}
section.content-slider > .full-container .content-pagination, section.content-slider .container .content-pagination {
  width: 25%;
  list-style-type: none;
  padding-right: 70px;
  transform: translateY(20px);
}
section.content-slider > .full-container .content-pagination li a, section.content-slider .container .content-pagination li a {
  padding: 20px 0;
  display: block;
  font-size: 1.2em;
  display: flex;
  align-items: center;
}
section.content-slider > .full-container .content-pagination li a:before, section.content-slider .container .content-pagination li a:before {
  content: "";
  display: inline-block;
  height: 1px;
  width: 0px;
  background: #3A3835;
  margin-right: 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;
}
section.content-slider > .full-container .content-pagination li a.flex-active:before, section.content-slider .container .content-pagination li a.flex-active:before {
  width: 100px;
  margin-right: 10px;
}
section.content-slider > .full-container .content-flex, section.content-slider .container .content-flex {
  width: 75%;
}
section.content-slider > .full-container .content-flex .flexslider, section.content-slider .container .content-flex .flexslider {
  display: block;
  width: 100%;
  margin-bottom: 0;
  background: transparent;
}
section.content-slider > .full-container .content-flex .flexslider ul.slides li .slide-container, section.content-slider .container .content-flex .flexslider ul.slides li .slide-container {
  display: flex;
  align-items: center;
  justify-content: end;
  position: relative;
}
section.content-slider > .full-container .content-flex .flexslider ul.slides li .slide-container .cover, section.content-slider .container .content-flex .flexslider ul.slides li .slide-container .cover {
  position: absolute;
  top: 0px;
  bottom: 0;
  left: 0;
  width: 40%;
}
section.content-slider > .full-container .content-flex .flexslider ul.slides li .slide-container .cs-text, section.content-slider .container .content-flex .flexslider ul.slides li .slide-container .cs-text {
  width: 60%;
  padding-left: 70px;
  padding-top: 80px;
  padding-bottom: 40px;
  box-sizing: border-box;
}

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

.flexslider {
  background: transparent;
}

section.project-slider {
  position: relative;
  left: -70px;
  width: calc(100% + 140px);
}
section.project-slider .ps-text {
  margin-top: 40px;
}
section.project-slider .ps-text p {
  font-size: 1.3em;
}
section.project-slider:after {
  content: "";
  display: block;
  position: absolute;
  left: 70px;
  right: 70px;
  top: 0;
  bottom: 0;
  background: #092B49;
  z-index: -1;
}
section.project-slider .content {
  margin-bottom: 50px;
}

.home section.project-slider {
  left: 0;
  width: 100%;
}
.home section.project-slider:after {
  display: none;
}

.content p.tag {
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-size: 14px;
  color: #EBA900 !important;
}

.margin-bg:after {
  content: "";
  left: 60px;
  right: 60px;
  top: 0;
  bottom: 0;
  background: #092B49;
  position: absolute;
}

#nav .sec-sub {
  display: none;
}

section.process-slider {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  padding: 0 !important;
}
section.process-slider .process-container {
  padding-top: 150px;
}
section.process-slider .process-container .owl-stage {
  padding-bottom: 120px;
}
section.process-slider .process-container .content {
  background: #092B49;
  position: relative;
  padding-left: 40px;
}
section.process-slider .process-container .content:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 3000px;
  background: #092B49;
  z-index: 0;
}
section.process-slider .process-container .content h2 {
  position: relative;
  z-index: 1;
}
section.process-slider .process-container:before {
  content: "";
  position: absolute;
  top: 240px;
  width: 100%;
  left: 50px;
  bottom: 27px;
  border-top: 1px solid #EBA900;
  border-left: 1px solid #EBA900;
  border-bottom: 1px solid #EBA900;
  border-top-left-radius: 120px;
  border-bottom-left-radius: 120px;
}
section.process-slider .process-container .process-loop {
  padding-left: 50px;
}
section.process-slider .process-container .process-loop:after {
  content: "";
  height: 5px;
  bottom: 1px;
  left: 70px;
  width: 172.5px;
  background: #EBA900;
  position: absolute;
}
section.process-slider .process-container .process-loop .firstActiveItem {
  position: relative;
}
section.process-slider .process-container .process-loop .firstActiveItem .process-item {
  opacity: 1;
}
section.process-slider .process-container .process-item {
  opacity: 0.5;
  -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: 320px;
}
section.process-slider .process-container .process-item h4 {
  margin-bottom: 1em;
}
section.process-slider .process-container .process-item h4.number {
  margin-bottom: 24px;
}

.band .content img {
  max-width: 100%;
}
.band .content p img {
  max-width: 100%;
}

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

.error-not-found {
  margin-top: 100px;
  margin-bottom: 100px;
}

.animate {
  opacity: 0;
  -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;
}
.animate .slide-left {
  position: relative;
  left: -50%;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.animate .slide-right {
  position: relative;
  right: -50%;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.animate.in-view {
  opacity: 1;
}
.animate.in-view .slide-left {
  left: 0;
}
.animate.in-view .slide-right {
  right: 0;
}

.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 img {
  display: none !important;
}

.btn, input[type=submit], .link {
  padding: 10px 20px;
  text-transform: uppercase;
  font-family: "Inria Serif", serif;
  font-size: 18px;
  background: transparent;
  color: #092B49;
  -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: inline-block;
  text-decoration: none !important;
  border: 1px solid #092B49;
}
.btn:hover, input[type=submit]:hover, .link:hover {
  background: #092B49;
  color: #fff !important;
}

.link {
  border: none !important;
  padding: 0 !important;
}
.link:after {
  content: "";
  width: 21px;
  height: 12px;
  background: url(../img/arrow.svg);
  display: inline-block;
  margin-left: 10px;
  -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;
}
.link:hover {
  color: #EBA900 !important;
  background: transparent !important;
}
.link:hover:after {
  color: #EBA900;
  margin-left: 20px;
}

.upper {
  text-transform: uppercase;
  font-size: 1.3em;
  font-weight: 400;
}

.underline {
  text-decoration: underline;
}

.relative {
  position: relative;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

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

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

x. Columns & Widths

*********************************************************************************************/
.container {
  width: 100%;
  max-width: 1680px;
  padding-left: 40px;
  padding-right: 40px;
  margin: 0 auto;
}

.container-inner {
  padding-left: 60px;
  padding-right: 60px;
  max-width: 900px;
  margin: 0 auto;
  width: 100%;
}

.full-container {
  padding-left: 50px;
  padding-right: 50px;
  margin-left: auto;
  margin-right: auto;
  float: none;
  width: 100%;
}

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

*********************************************************************************************/
header {
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  background: rgba(9, 43, 73, 0.5);
  border-bottom: 4px solid #fff;
  height: 150px;
  display: flex;
  box-sizing: border-box;
  -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: translateY(-100%);
}
header.pinned, header.top {
  transform: translateY(0%);
}
header > .header-inner {
  padding-left: 40px;
  padding-right: 40px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
header.white {
  background: #fff;
  border-bottom-color: #092B49;
}
header.white #logo svg path.s-and-g {
  fill: #092B49 !important;
}
header.white #nav li a {
  color: #092B49;
}
header.white #secondary-nav {
  border-left-color: #092B49;
  width: 120px;
}
header.white #secondary-nav li a {
  color: #092B49;
}
header:hover {
  background: #fff;
  border-bottom-color: #092B49;
}
header:hover #logo svg path.s-and-g {
  fill: #092B49 !important;
}
header:hover #nav li a {
  color: #092B49;
}
header:hover #secondary-nav {
  border-left-color: #092B49;
}
header:hover #secondary-nav li a {
  color: #092B49;
}
#logo {
  -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: 111px;
  display: block;
  float: left;
  position: relative;
  z-index: 9;
  opacity: 1;
  display: flex;
  align-items: center;
}
#logo svg {
  width: 100%;
}

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

x. Nav

*********************************************************************************************/
#nav {
  list-style-type: none;
  float: right;
  display: block;
  display: flex;
  justify-content: space-around;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 700px;
  flex-grow: 1;
}
#nav > li {
  display: inline-block;
  display: flex;
  align-items: center;
}
#nav > li:hover > a:before {
  top: -66px;
  -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:hover .sub-menu-wrap {
  opacity: 1;
  pointer-events: all;
  transform: translateY(0px);
}
#nav > li.current-menu-item a:before {
  top: -66px;
  background: #EBA900;
}
#nav > li > a {
  text-transform: uppercase;
  color: #092B49;
  position: relative;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: #fff;
  display: flex;
  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;
}
#nav > li > a:before {
  content: "";
  position: absolute;
  top: -80px;
  left: 0;
  right: 0;
  height: 8px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background: #092B49;
}
#nav > li > a:hover {
  color: #EBA900;
}
#nav > li.current-menu-item > a {
  color: #EBA900;
}
#nav > li.current-menu-item > a:after {
  display: none !important;
}
#nav > li .sub-menu-wrap {
  position: absolute;
  top: 100%;
  left: 0px;
  right: 0px;
  background: #fff;
  box-sizing: border-box;
  border-top: 1px solid #092B49;
  padding-right: 100px;
  padding-left: 100px;
  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;
  transform: translateY(0px);
}
#nav > li .sub-menu-wrap .sub-menu {
  list-style-type: none;
  display: flex;
  padding: 30px;
  justify-content: center;
}
#nav > li .sub-menu-wrap li {
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 30px;
  width: 30%;
}
#nav > li .sub-menu-wrap li a {
  position: absolute;
  display: inline-block;
  top: 30px;
  left: 30px;
  right: 30px;
  bottom: 30px;
  color: #fff;
  font-size: 24px;
  -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;
  background: rgba(9, 43, 73, 0.5);
  padding: 20px 40px;
}
#nav > li .sub-menu-wrap li div.vm {
  position: absolute;
  bottom: 50px;
  left: 60px;
  z-index: 9;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.06em;
  border-top: 1px solid #fff;
  padding: 10px 40px 8px 0px;
  background-image: url(../img/chevron.svg);
  background-repeat: no-repeat;
  background-position: center right;
  -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;
  opacity: 0;
}
#nav > li .sub-menu-wrap li div.vm:hover {
  background-color: #092B49;
}
#nav > li .sub-menu-wrap li:hover a {
  background: rgba(9, 43, 73, 0.7);
}
#nav > li .sub-menu-wrap li:hover div.vm {
  opacity: 1;
}
#nav > li .sub-menu-wrap .menu-image img {
  width: 100%;
}

#secondary-nav {
  list-style-type: none;
  border-left: 1px solid #fff;
  padding-left: 24px;
  padding-right: 24px;
  flex-direction: column;
  display: flex;
  justify-content: center;
  width: 120px;
  border-left: none !important;
}
#secondary-nav li {
  display: flex;
}
#secondary-nav li a {
  position: relative;
  font-weight: 600;
  color: #fff;
  display: flex;
  align-items: center;
  margin: 5px 0;
  -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;
}
#secondary-nav li a:hover {
  color: #EBA900 !important;
}
#secondary-nav li.current-menu-item a {
  color: #EBA900;
}
#secondary-nav li.current-menu-item a:after {
  display: none !important;
}

.featured-slider .flexslider {
  margin-bottom: 0;
}
.featured-slider ul.slides > li > .full-container, .featured-slider ul.slides > li .container {
  display: flex;
}
.featured-slider .no-img {
  background: rgba(255, 255, 255, 0.3);
}

.news-post {
  margin-bottom: 40px;
}
.news-post .news-text {
  margin-top: 40px;
}
.news-post .news-text .nt-top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 20px;
}
.news-post .news-text a.news-title {
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 1.6em;
  margin-bottom: 20px;
  display: block;
}
.news-post .news-text a.news-title:hover {
  -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: #EBA900;
}
.news-post p.award, .news-post p.date {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #EBA900;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  line-height: 1;
}

.news-controls {
  list-style-type: none;
  display: flex;
  border-radius: 30px;
  float: left;
  margin-bottom: 60px;
  margin-top: 10px;
  border: 1px solid #fff;
}
.news-controls li:first-of-type {
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}
.news-controls li:last-of-type {
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}
.news-controls li a {
  text-transform: uppercase;
  font-family: "Inria Serif", serif;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0.06em;
  font-size: 18px;
  padding: 10px 30px;
  display: block;
  border-radius: 30px;
  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;
}
.news-controls li.flex-active a {
  background: #EBA900;
  color: #092B49;
}
.news-controls li.flex-active a:before {
  content: "";
  position: absolute;
  left: 0px;
  right: 0px;
  top: -1px;
  bottom: -1px;
  border: 1px solid #EBA900;
  border-radius: 30px;
}
.news-controls li.flex-active:first-of-type a:before {
  left: -1px;
}
.news-controls li.flex-active:last-of-type a:before {
  right: -1px;
}

.big-news {
  padding-right: 60px;
}
.big-news .news-post {
  margin-bottom: 0;
}
.big-news .news-post a.title {
  margin-bottom: 0;
}

.news-side {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.news-side .news-post {
  display: flex;
  flex-wrap: wrap;
  width: 50%;
}
.news-side .news-post .news-thumb {
  width: 45%;
}
.news-side .news-post .news-text {
  width: 55%;
  padding-left: 40px;
  padding-right: 40px;
  margin-top: 0;
}
/********************************************************************************************* 

x. Banner

*********************************************************************************************/
#banner {
  overflow: hidden;
  width: 100%;
  background: #092B49;
  position: relative;
  padding-top: 150px;
  padding-left: 120px;
  padding-right: 120px;
  margin-top: -150px;
}
#banner.page-banner {
  margin-top: 0;
  padding-top: 120px;
}
#banner .flexslider {
  background: none;
  margin: 0;
}
#banner ul.slides > li .slide-inner {
  min-height: calc(100vh - 100px);
  display: flex;
  flex-direction: row-reverse;
}
#banner ul.slides > li .slide-inner .cover {
  width: 60%;
}
#banner ul.slides > li .slide-inner .cover img {
  display: none;
}
#banner .cover {
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  opacity: 0.3;
  position: absolute;
}
#banner .cover img {
  display: none;
}
#banner .callout {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  color: #fff;
  padding-top: 110px;
  padding-bottom: 150px;
  z-index: 9;
  position: relative;
}
#banner .callout .callout-inner.content {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#banner .callout .callout-inner.content h1, #banner .callout .callout-inner.content h2, #banner .callout .callout-inner.content h3, #banner .callout .callout-inner.content h4 {
  color: #fff;
  margin-bottom: 10px;
}
#banner .callout .callout-inner.content p {
  font-size: 1.9em;
  color: #fff;
}
#banner .callout .link {
  color: #fff;
}

.pl-container {
  position: relative;
  margin-top: 70px;
}

.process-loop {
  position: absolute;
  top: 0;
  display: flex;
}
.process-loop .slide {
  overflow: hidden;
  display: flex;
  transform-origin: center top;
}
.process-loop .slide h4 {
  margin-bottom: 1em;
}
.process-loop .slide h4.number {
  margin-bottom: 24px;
}
.process-loop .slide .slide-inner {
  transform-origin: center top;
  transform: scale(0.7);
  -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;
  opacity: 0;
}
.process-loop .slide.active .slide-inner {
  transform: scale(1);
  opacity: 1;
}
.tracker {
  position: absolute;
  left: 200px;
  bottom: 25px;
  width: 0vw;
  height: 5px;
  background: #EBA900;
}

.slide-inner {
  width: 520px;
  margin-right: 70px;
}

.slide-outer {
  display: flex;
}

.sl-relative {
  display: flex;
  position: relative;
}

.spacers .spacer, .inner-spacers .spacer {
  width: 100%;
  height: 200vh;
}
.spacers .spacer:last-child, .inner-spacers .spacer:last-child {
  height: 125vh;
}

.sticky {
  width: 100%;
  height: 100vh;
  max-height: 700px;
  position: absolute;
  top: 0;
  overflow: hidden;
}

.text-img .img-side .cover img {
  display: none;
  width: 100%;
}

#page-banner {
  background: #092B49;
}

.banner .icon {
  margin-bottom: 30px;
}

.banner-inner {
  height: 500px;
  display: flex;
  flex-direction: row-reverse;
}
.banner-inner .cover {
  width: 100%;
}
.banner-inner .cover img {
  display: none !important;
}
.banner-inner .callout {
  width: 40%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: left;
  padding-left: 100px;
  padding-right: 80px;
  color: #fff;
}
.banner-inner .callout .callout-inner {
  margin-top: -100px;
}
.banner-inner .callout .link {
  display: block;
  margin-top: 30px;
}

#banner .flex-control-nav {
  width: 40%;
  bottom: 40px;
}
#banner .flex-control-paging li a {
  width: 10px;
  height: 10px;
  background: #fff;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  opacity: 0.5;
}
#banner .flex-control-paging li a.flex-active {
  opacity: 1;
}
#banner video {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  opacity: 0.3;
  z-index: 0;
  box-sizing: border-box;
}

.loop.owl-carousel .owl-nav {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.loop.owl-carousel .owl-nav button {
  font-size: 3em;
  padding: 10px;
  color: #EBA900;
  display: block;
  width: 30px;
  margin: 20px;
}
.loop.owl-carousel .owl-nav button img {
  width: 100%;
}
.loop.owl-carousel .owl-nav button.owl-prev {
  transform: rotate(180deg);
}
.loop.owl-carousel .owl-nav button:hover {
  color: #092B49;
}

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

x. Content

*********************************************************************************************/
.content h1, .content h2, .content h3, .content h4, .content h5, .content h6, .content p {
  margin: 0 0 0.4em 0;
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -ms-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  transition: all 0.15s ease;
}
.content h1, .content h2, .content h3, .content h4, .content h5, .content h6 {
  color: #092B49;
}
.content h1 a, .content h2 a, .content h3 a, .content h4 a, .content h5 a, .content h6 a {
  text-decoration: none !important;
}
.content p {
  font-size: 1.3em;
  color: #3A3835;
  margin-bottom: 1em;
}
.content p.big {
  font-size: 1.6em;
}
.content ul, .content ol {
  font-size: 18px;
  margin-bottom: 1em;
  color: #3A3835;
  padding-left: 20px;
}
.content ul li, .content ol li {
  margin-bottom: 20px;
}
.content .big p {
  font-size: 1.6em;
}
.content a.btn {
  margin-top: 24px;
  font-size: 18px;
}
.content a {
  text-decoration: underline;
}
.content a:hover {
  color: orange;
}

.single-post p {
  font-size: 1.1em;
}

h1, h2, h3, h4, h5, h6 {
  width: 100%;
}

.content .two-column {
  column-count: 2;
  column-gap: 40px;
}

p.upper {
  text-transform: uppercase;
}

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

x. Text + Image

*********************************************************************************************/
.text-img {
  display: flex;
  flex-direction: row-reverse;
}
.text-img.img-right {
  flex-direction: row;
}
.text-img .text-side {
  padding: 100px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.text-img .text-side .inner {
  max-width: 600px;
  float: right;
}
.text-img .img-side {
  position: relative;
}
.text-img .img-side .cover {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
}
.text-img.uncovered, .text-img.img-row {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 0;
}
.text-img.uncovered .text-side, .text-img.img-row .text-side {
  padding-left: 100px;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  align-items: flex-start;
  width: 40%;
}
.text-img.uncovered .text-side .content .uppercase, .text-img.img-row .text-side .content .uppercase {
  color: #092B49;
}
.text-img.uncovered.img-right .text-side, .text-img.img-row.img-right .text-side {
  padding-left: 0;
  padding-right: 100px;
}
.text-img.uncovered .img-side, .text-img.img-row .img-side {
  width: 60%;
}
.text-img.uncovered .img-side .cover, .text-img.img-row .img-side .cover {
  background-image: none;
  position: relative;
}
.text-img.uncovered .img-side .cover img, .text-img.img-row .img-side .cover img {
  display: block !important;
}
.text-img.img-row {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding: 80px 50px !important;
  border-top: 2px solid #fff;
}
.text-img.img-row > .container {
  display: flex;
  flex-direction: row-reverse;
}
.text-img.img-row.img-right > .container {
  flex-direction: row;
}
.text-img.img-row .text-side {
  padding-left: 100px;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  align-items: center;
  justify-content: left;
  display: block;
  width: 100%;
}
.text-img.img-row .text-side .content .uppercase {
  color: #092B49;
}
.text-img.img-row.img-right .text-side {
  padding-left: 0;
  padding-right: 100px;
  justify-content: flex-start;
  display: flex;
}
.text-img.img-row .img-side .cover {
  background-image: none !important;
  position: relative;
}
.text-img.img-row .img-side .cover img {
  display: block !important;
  width: 100%;
  max-width: 400px;
}

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

x. grid

*********************************************************************************************/
.show-mobile {
  display: none;
}

.hide-mobile {
  display: block;
}

.hidden {
  display: none;
}

#project-container {
  display: flex;
}

#grid-container {
  overflow: hidden;
  height: calc(100vh - 100px);
  opacity: 0;
}
#grid-container.active {
  height: auto;
  opacity: 1;
}

div.filters {
  text-align: center;
  display: flex;
  justify-content: center;
  position: relative;
  flex-direction: column;
  justify-content: flex-start;
  width: 300px;
  text-align: left;
  padding-left: 70px;
}
div.filters p {
  border-bottom: 1px solid rgba(58, 56, 53, 0.25);
  padding-bottom: 10px;
  margin-bottom: 20px;
}
div.filters .icon {
  margin-bottom: 15px;
}
div.filters .icon svg {
  height: 50px;
}
div.filters a.button {
  color: #3A3835;
  font-size: 1.4em;
  padding: 10px 0;
  display: flex;
  justify-content: left;
  align-items: center;
  flex-wrap: wrap;
}
div.filters a.button:before {
  content: "";
  margin-right: 10px;
  display: inline-block;
  width: 17px;
  height: 17px;
  border: 1px solid rgba(58, 56, 53, 0.5);
}
div.filters a.button.clear {
  opacity: 0.5;
  text-decoration: underline;
  margin-top: 40px;
  font-size: 18px;
  padding-left: 0;
}
div.filters a.button.clear:before, div.filters a.button.clear:after {
  display: none;
}
div.filters a.button.clear:hover {
  color: #EBA900;
}
div.filters a.button.is-checked {
  color: #EBA900;
}
div.filters a.button.is-checked:before {
  background: #092B49;
  border-color: #092B49;
}
div.filters a.button.is-checked .icon svg path, div.filters a.button.is-checked .icon svg rect, div.filters a.button.is-checked .icon svg polygon {
  fill: #EBA900;
}
div.filters a.button:hover {
  color: #092B49;
}
div.filters a.button:hover .icon svg path, div.filters a.button:hover .icon svg rect, div.filters a.button:hover .icon svg polygon {
  fill: #092B49;
}
div.filters label {
  color: #3A3835;
  font-size: 1.4em;
  padding: 10px 0;
  display: flex;
  justify-content: left;
  align-items: center;
  flex-wrap: wrap;
}
div.filters label input {
  margin-right: 15px;
}
div.filters label input:before {
  content: "";
  margin-right: 10px;
  display: inline-block;
  width: 17px;
  height: 17px;
  border: 1px solid rgba(58, 56, 53, 0.5);
  background: #fff;
  position: relative;
  top: -4px;
}
div.filters label input.is-checked {
  color: #EBA900;
}
div.filters label input.is-checked:before {
  background: #092B49;
  border-color: #092B49;
}

section.filters {
  padding-right: 70px;
  padding-bottom: 0;
  position: relative;
  z-index: 9;
}
section.filters .navigation {
  list-style-type: none;
  display: flex;
  justify-content: right;
  font-weight: 600;
}
section.filters .navigation li {
  margin-left: 10px;
}
section.filters .navigation li a {
  display: block;
  padding: 8px;
}
section.filters .navigation li.current-menu-item {
  border-bottom: 1px solid #EBA900;
}
.grid-sizer {
  width: 33%;
}

.grid {
  padding: 40px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.grid .item {
  width: 33%;
  padding: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
}
.grid .item.width-100 {
  width: 99% !important;
}
.grid .item.map-only {
  display: none;
}
.grid .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;
}
.grid .item .item-img {
  background: #092B49;
  margin-bottom: 30px;
}
.grid .item:hover {
  color: #092B49;
}
.grid .item:hover .item-caption {
  color: #092B49;
}
.grid .item:hover img {
  opacity: 0.4;
}
.grid .item:hover .item-caption p {
  color: #092B49;
}
.grid .item:hover h3 {
  color: #092B49;
}

.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: #092B49;
  text-align: left;
}
.item-caption h3 {
  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;
}
.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-caption p.thumb-title {
  color: #3A3835;
  font-size: 1.5em;
  font-weight: 400;
}
.item-caption .caption-top {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
.item-caption .categories {
  text-transform: uppercase;
  font-family: "Inria Serif", serif;
  font-size: 18px;
  letter-spacing: 0.06em;
}
.item-caption .location {
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-size: 12px;
}

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

x. Gallery

*********************************************************************************************/
.gallery {
  padding-left: 10px;
  padding-right: 10px;
}
.gallery .grid-sizer {
  width: 33.33%;
}
.gallery .grid {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
}
.gallery .grid .item {
  width: 33.33%;
}

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

x. Team

*********************************************************************************************/
#people {
  padding: 20px 30px 60px 30px;
}
#people .mix-container {
  margin-top: -50px;
  padding-bottom: 50px;
}

.content-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  padding-top: 30px;
}
.content-list div {
  padding: 15px 20px;
  text-align: center;
  width: 33.33%;
}
.mix-container {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  clear: both;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.mix {
  width: 33.33%;
  float: left;
  padding: 50px 20px 40px 20px;
  display: flex;
  justify-content: center;
}
.mix.active .view {
  color: #EBA900;
}
.mix.active .view .closeit span {
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  color: #EBA900;
}
.mix img {
  display: block;
  width: 100%;
}
.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;
}
.mix .mix-img {
  position: relative;
  z-index: 8;
}
.mix .mix-img a {
  display: block;
}
.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;
  margin-bottom: 40px;
}
.mix .mix-img a.no-img {
  background: rgba(255, 255, 255, 0.25);
  display: block;
}
.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;
  padding-right: 30px;
}
.mix .mix-text p {
  margin-bottom: 10px;
}
.mix .mix-text p.uppercase {
  font-size: 1.8em;
}
.mix .mix-text h4 {
  margin-bottom: 10px;
}
.mix .mix-text p.view {
  color: #EBA900;
  cursor: pointer;
}
.mix .mix-text p.view:hover {
  color: #092B49;
}
.mix-img a {
  display: block;
  margin-bottom: 20px;
}

a.no-img {
  background: rgba(255, 255, 255, 0.1);
  display: block;
  position: relative;
}
a.no-img .ni-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
a.no-img .ni-logo svg {
  width: 111px;
  height: 70px;
}
a.no-img .ni-logo svg path {
  fill: #fff;
}

.no-img {
  background: rgba(9, 43, 73, 0.3);
  display: flex;
  position: relative;
}
.no-img .ni-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.no-img .ni-logo svg {
  width: 111px;
  height: 70px;
}
.no-img .ni-logo svg path {
  fill: #fff;
}

.post-img .no-img {
  display: flex;
}
.post-img img {
  max-width: 100%;
  height: auto;
}

.post-content header {
  display: none;
}
.post-content img {
  display: block;
  margin-top: 20px;
  margin-bottom: 20px;
}

.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: #EBA900;
}

.team-members {
  padding: 10px;
}

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

.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: #092B49;
  text-align: center;
  margin-bottom: 30px;
  color: #fff;
  padding-left: 20px;
  padding-right: 20px;
}
.full-information h2 {
  margin-bottom: 0;
  color: #fff;
  padding-top: 0 !important;
}
.full-information h2:before {
  display: none;
}
.full-information p {
  color: #fff;
}
.full-information .inside {
  display: inline-block;
  padding: 0;
  text-align: left;
  width: 100%;
  position: relative;
}
.full-information .inside a.closeit {
  position: absolute;
  right: 0px;
  top: 0px;
  text-transform: uppercase;
  color: #EBA900;
  letter-spacing: 0.06em;
}
.full-information .inside a.closeit span:before, .full-information .inside a.closeit span:after {
  background: #EBA900;
}
.full-information .inside a.closeit:hover span:before, .full-information .inside a.closeit:hover span:after {
  background: #EBA900;
}
.full-information .inside .text {
  display: flex;
}
.full-information .inside .text .content {
  padding: 40px 0 40px 70px;
}
.full-information .inside .text p.position-top {
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #EBA900;
  font-size: 14px;
  margin-bottom: 5px;
}
.full-information .inside .text .bio {
  padding-right: 40px;
  border-top: 1px solid #EBA900;
  padding-top: 40px;
  margin-top: 40px;
  max-width: 800px;
}
.full-information .fi-image {
  width: 50%;
}
.full-information .fi-image img {
  width: 100%;
  opacity: 1 !important;
}

section.project-info {
  display: flex;
  justify-content: center;
  padding-bottom: 30px;
}
section.project-info > div {
  padding: 0 40px;
}
section.project-info .description {
  max-width: 1200px;
  background: #fff;
  width: 60%;
}
section.project-info .details {
  display: flex;
  justify-content: center;
  width: 40%;
}
section.project-info .details > div {
  padding: 20px 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 200px;
  width: 50%;
}
section.project-info .details p.upper {
  margin-bottom: 0;
  font-weight: bold;
}

.left-col {
  background: #092B49;
  color: #fff;
  padding: 40px;
  margin-right: 30px;
}
.left-col .nf-form-content .list-select-wrap .nf-field-element > div, .left-col .nf-form-content input:not([type=button]), .left-col .nf-form-content textarea {
  background: transparent;
  border-radius: 0;
  border: 1px solid #fff;
  color: #fff;
}
.left-col .nf-form-content label {
  text-transform: uppercase;
  font-family: "Inria Serif", serif;
  color: #EBA900;
}
.left-col .nf-error-msg, .left-col .ninja-forms-req-symbol {
  color: #EBA900;
}
.left-col input[type=submit]:after {
  content: "";
  width: 21px;
  height: 12px;
  background: url(../img/arrow.svg);
  display: inline-block;
  margin-left: 10px;
  -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;
}
.left-col input[type=submit]:hover {
  color: #EBA900 !important;
  background: transparent !important;
}
.left-col input[type=submit]:hover:after {
  color: #EBA900;
  margin-left: 20px;
}
.left-col .nf-before-form-content {
  padding-left: 5px;
  margin-bottom: 20px;
}
.left-col .content h1, .left-col .content h2, .left-col .content h3, .left-col .content h4, .left-col .content p, .left-col .content ul, .left-col .content ol, .left-col .content a {
  color: #fff;
}

.right-col {
  padding: 30px;
  padding-left: 60px;
}

.contact-flex {
  display: flex;
}

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

x. Map

*********************************************************************************************/
#map {
  width: 100%;
  height: calc(100vh - 100px);
}

#map-container {
  position: relative;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  opacity: 0;
  position: absolute;
  top: 30px;
  z-index: 9;
  left: 0;
  right: 50px;
}
#map-container.active {
  opacity: 1;
}
#map-container.active:first-of-type {
  opacity: 1;
}
.flyout {
  z-index: 99;
  background: #092B49;
  padding: 60px;
  position: absolute;
  opacity: 0;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  display: none;
  flex-wrap: wrap;
  align-content: center;
}
.flyout .cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  bottom: 0;
  z-index: 0;
  opacity: 0.7;
}
.flyout .flyout-text {
  display: block;
  width: 100%;
  position: relative;
  z-index: 1;
}
.flyout .flyout-text h3 {
  margin-bottom: 10px;
  color: #fff;
}
.flyout .flyout-text .item-caption {
  color: #fff;
}
.flyout .flyout-text .item-caption h2, .flyout .flyout-text .item-caption p {
  color: #fff;
}
.flyout .flyout-text .item-caption h2 {
  font-size: 5.8em;
  margin-bottom: 40px;
}
.flyout .flyout-text .item-caption .caption-top {
  justify-content: left;
}
.flyout .flyout-text .item-caption .location {
  margin-top: 4px;
  font-size: 18px;
  color: #EBA900;
}
.flyout .flyout-text .item-caption .categories {
  font-size: 24px;
}
.flyout .flyout-text .item-caption a {
  color: #fff;
  font-size: 20px;
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
  padding: 10px 20px 8px 20px;
  -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;
}
.flyout .flyout-text .item-caption a:after {
  content: "";
  width: 15px;
  height: 16px;
  background: url(../img/chevron.svg);
  display: inline-block;
  margin-left: 10px;
  -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;
}
.flyout .flyout-text .item-caption a:hover {
  background: #092B49;
}
.flyout img {
  margin-bottom: 30px;
  width: 100%;
}
.flyout p {
  margin-bottom: 15px;
  color: #fff;
}
.flyout a.btn {
  margin-bottom: 30px;
  display: inline-block;
}
.flyout.flown {
  display: block;
  opacity: 1;
  z-index: 99;
}
.flyout svg {
  width: 20px;
  height: 20px;
  position: relative;
  top: 2px;
}
.flyout .arrow-fill {
  color: red;
}

a.bd-link, .bd-link {
  color: #fff;
  font-size: 20px;
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
  padding: 10px 20px 8px 20px;
  -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: 140px;
}
a.bd-link:after, .bd-link:after {
  content: "";
  width: 15px;
  height: 16px;
  background: url(../img/chevron.svg);
  display: inline-block;
  margin-left: 10px;
  -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;
}
a.bd-link:hover, .bd-link:hover {
  background: #092B49;
}

.ps-thumb, .news-thumb {
  position: relative;
  background: #092B49;
  display: block;
  -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;
}
.ps-thumb img, .news-thumb 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;
}
.ps-thumb .bd-link, .news-thumb .bd-link {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ps-thumb:hover img, .news-thumb:hover img {
  opacity: 0.3;
}
.ps-thumb:hover .bd-link, .news-thumb:hover .bd-link {
  opacity: 1;
}

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

x. Tab

*********************************************************************************************/
#tab-container {
  position: relative;
  display: block;
  margin-left: 70px;
  margin-right: 40px;
  width: 100%;
}
#tab-container .grid {
  padding-top: 0;
}

.tab {
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  pointer-events: none;
}
.tab.active {
  pointer-events: all;
}

.controls {
  position: absolute;
  z-index: 999;
  top: -20px;
  display: flex;
  justify-content: right;
  padding-right: 70px;
  width: 99%;
}

.tab-controls {
  display: flex;
}
.tab-controls svg {
  width: 30px;
}
.tab-controls svg path, .tab-controls svg rect {
  fill: #092B49;
  fill-opacity: 0.5;
}
.tab-controls a {
  display: block;
  padding: 10px 0;
  display: flex;
  align-items: center;
}
.tab-controls a span {
  font-size: 0.9em;
  margin-left: 10px;
  display: inline-block;
}
.tab-controls a:hover path, .tab-controls a:hover rect {
  fill: #092B49;
  fill-opacity: 0.75;
}
.tab-controls a.active path, .tab-controls a.active rect {
  fill: #092B49;
  fill-opacity: 1;
}
.tab-controls a.active span {
  color: #EBA900;
}

.close, .closeit {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 30px;
  top: 30px;
  padding: 0px 13px;
  box-sizing: border-box;
  text-align: center;
  z-index: 9;
  border: 1px solid #fff;
}
.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: 3px;
  background: #EBA900;
  margin-left: 0px;
  margin-top: 11px;
}
.close span::after, .closeit span::after {
  content: " ";
  position: absolute;
  height: 25px;
  width: 3px;
  background: #EBA900;
  margin-left: 11px;
}
.close:after, .closeit:after {
  position: absolute;
  right: 100%;
  margin-right: 20px;
  top: 10px;
}
.close:hover, .closeit:hover {
  background: #fff;
  color: #fff;
}
.close:hover span::before, .close:hover span::after, .closeit:hover span::before, .closeit:hover span::after {
  background: #EBA900;
}
.close:hover:after, .closeit:hover:after {
  color: #fff;
}

.openit {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 30px;
  bottom: 3px;
  padding: 0px 6px;
  box-sizing: border-box;
  text-align: center;
  z-index: 9;
  border: 1px solid #fff;
  cursor: pointer;
}
.openit span {
  display: block;
  position: relative;
  margin-top: 2px;
  margin-right: 2px;
}
.openit span::before {
  content: " ";
  position: absolute;
  width: 12px;
  height: 2px;
  background: #EBA900;
  margin-left: 0px;
  margin-top: 5px;
  right: -5px;
  top: 1px;
}
.openit span::after {
  content: " ";
  position: absolute;
  height: 12px;
  width: 2px;
  background: #EBA900;
  margin-left: 5px;
  right: 0px;
  top: 1px;
}
.openit:hover {
  background: #fff;
}

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

x. Video

*********************************************************************************************/
.mejs-controls {
  opacity: 0 !important;
  -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;
}

.mejs-container {
  margin: 50px 0;
}
.mejs-container:hover .mejs-controls {
  opacity: 1 !important;
}

.mejs-controls .mejs-time-rail .mejs-time-current {
  background: #092B49 !important;
}

.mejs-container, .mejs-container .mejs-controls, .mejs-embed, .mejs-embed body {
  background: rgba(9, 43, 73, 0.3) !important;
}

.mejs-overlay-button {
  background: #092B49 !important;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  z-index: 8;
  position: relative;
  width: 100px !important;
  height: 100px !important;
}
.mejs-overlay-button:after {
  content: "";
  margin-left: 5px;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-bottom: 15px solid transparent;
  border-top: 15px solid transparent;
  border-left: 24px solid #fff;
}

.iframe-container {
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
}

.iframe-container iframe {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.video {
  padding: 0;
  background: #092B49;
  position: relative;
}
.video iframe {
  width: 100%;
}
.video video {
  width: 100%;
  opacity: 0.5;
  -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;
}
.video .play {
  width: 100px;
  height: 100px;
  background: #092B49;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 8;
  cursor: pointer;
}
.video .play div {
  margin-left: 5px;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-bottom: 15px solid transparent;
  border-top: 15px solid transparent;
  border-left: 24px solid #fff;
}

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

x. Tiles

*********************************************************************************************/
.tiles {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.tiles .tile {
  width: 33.33%;
  padding: 40px;
}
.tiles .tile .tile-image {
  margin-bottom: 40px;
}
.tiles .tile img {
  width: 100%;
}
.tiles .tile p:last-of-type {
  margin-bottom: 0;
}

.tile-container {
  padding-left: 0;
  padding-right: 0;
}

.related .tiles .tile {
  max-width: 400px;
}

p.date {
  font-size: 1.3em;
  margin-bottom: 10px;
}

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

x. Featherlight

*********************************************************************************************/
.featherlight .featherlight-content {
  background-color: transparent;
}

.featherlight .featherlight-close-icon {
  background-color: transparent;
  color: #fff;
}

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

x. Mobile Nav

*********************************************************************************************/
#toggle {
  width: 30px;
  display: none;
  position: absolute;
  top: 50%;
  margin-top: -12px;
  right: 30px;
  z-index: 9;
  -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: #EBA900;
  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: #EBA900;
}

body.open header #nav {
  display: block;
  width: 100%;
}
body.open header #nav li a:before {
  display: none;
}
body.open #toggle {
  -webkit-transform: translate(-3px, -6px);
  -moz-transform: translate(-3px, -6px);
  -ms-transform: translate(-3px, -6px);
  -o-transform: translate(-3px, -6px);
  transform: translate(-3px, -6px);
}
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;
}

form.search-form {
  margin-bottom: 30px;
  position: relative;
}
form.search-form input {
  border-radius: 0;
  border: 1px solid #092B49;
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
  font-size: 15px;
  color: #092B49;
}
form.search-form button {
  border: none;
  background: none;
  position: absolute;
  right: 12px;
  top: 10px;
  font-size: 18px;
}

#all-projects .container {
  padding-left: 0;
  padding-right: 0;
}

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

x. Footer

*********************************************************************************************/
footer {
  border-top: 10px solid #EBA900;
  padding: 100px 0px;
  width: 100%;
  background: #092B49;
}
footer > .full-container, footer .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
footer svg {
  width: 74px;
  margin-bottom: 20px;
}
footer svg path {
  fill: #fff;
}
footer form {
  margin-top: 50px;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: left;
}
footer form input[type=email] {
  border: none !important;
  border-bottom: 1px solid #fff !important;
  margin-right: 40px !important;
  background: transparent;
  font-family: "Inter", sans-serif;
  font-size: 1.1em;
  min-width: 300px;
  background: transparent !important;
  padding-left: 0 !important;
  color: #fff !important;
}
footer form input[type=submit] {
  margin-top: 30px;
  background: transparent !important;
  border: 1px solid #fff !important;
  padding: 10px 20px !important;
}
footer form ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1; /* Firefox */
}
footer form :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff;
}
footer form ::-ms-input-placeholder { /* Microsoft Edge */
  color: #fff;
}
footer form nf-fields-wrap {
  margin-top: 20px;
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: left;
}
footer form nf-fields-wrap nf-field {
  margin-right: 40px !important;
}
footer .footer-left {
  width: 50%;
}
footer .footer-right {
  width: 50%;
  display: flex;
  justify-content: flex-end;
}
footer .f-col {
  padding-left: 40px;
}
footer .f-col a {
  font-size: 1.1em;
  display: block;
}
footer .f-col a:hover {
  color: #EBA900;
}
footer .f-col .social {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 20px;
}
footer .f-col .social a {
  width: 30px;
  height: 30px;
  padding-top: 5px;
  box-sizing: border-box;
  background: #EBA900;
  color: #092B49;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  margin-right: 20px;
}
footer .f-col .social a.fa-facebook {
  font-size: 1.4em;
}
footer .f-col .social a:hover {
  background: #fff;
}
footer .f-col p {
  margin-bottom: 20px;
}
footer a {
  color: #fff;
}
footer p {
  color: #fff;
}
footer .btn, footer input[type=submit] {
  border: 1px solid #fff;
  color: #fff;
}
footer .btn:hover, footer input[type=submit]:hover {
  background: #EBA900;
  border-color: #EBA900;
  color: #092B49 !important;
}
footer .nf-form-fields-required {
  color: #fff !important;
}

.img-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
}

p.topper {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #EBA900;
  text-transform: uppercase;
  margin-bottom: 20px;
  letter-spacing: 0.06em;
}

.mountain {
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: 0.3;
  width: 600px;
}
.mountain svg {
  width: 100%;
}

.callout-box {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background: #092B49;
  margin-bottom: 70px;
}
.callout-box .cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  bottom: 0;
  opacity: 0.5;
}
.callout-box .callout-text {
  max-width: 800px;
  width: 100%;
  background: #092B49;
  padding: 50px;
  position: relative;
  z-index: 9;
  color: #fff;
  transform: translateY(70px);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.callout-box .callout-text h1, .callout-box .callout-text h2, .callout-box .callout-text h3, .callout-box .callout-text h4, .callout-box .callout-text p, .callout-box .callout-text ul, .callout-box .callout-text ol {
  color: #fff;
}
.callout-box .callout-text a.link {
  color: #fff;
  position: absolute;
  right: 50px;
  bottom: 50px;
}

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

x. Timeline

*********************************************************************************************/
.timeline-body .timeline-dates .timeline-dates-wrap {
  text-align: center;
  display: flex;
  flex-direction: column;
}
.timeline-body .timeline-dates .timeline-dates-wrap h6 {
  text-transform: uppercase;
  font-family: "Inria Serif", serif;
  font-size: 18px;
}

.timeline-body .timeline-dates .timeline-dates-wrap span {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 10px 0;
  height: 13px;
}

.timeline-body .timeline-dates .timeline-dates-wrap span hr {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  margin: 0;
  transform: translateY(-50%);
  z-index: -1;
  opacity: 1;
  height: 2px;
  border-left: none;
  border-right: none;
  border-top: none;
  border-color: #EBA900;
}

.timeline-nav {
  display: flex;
  justify-content: center;
  align-items: center;
}

.fancybox__container {
  z-index: 99999;
}

.d-inline-block {
  margin: 0 10px;
}

.timeline-prev span {
  display: inline-block;
  transform: rotate(180deg);
}

.timeline-body .timeline-dates .timeline-dates-wrap span i {
  width: 38px;
  background: #092B49;
  font-size: 12px;
}

.timeline-body .timeline-dates .slick-slide:nth-child(even) .timeline-dates-wrap {
  flex-direction: column-reverse;
}

.timeline-body .timeline-dates .slick-slide.slick-current i {
  font-size: 16px;
  color: #EBA900;
}

.timeline-body .timeline-carousel {
  margin-top: 80px;
}

.timeline-body .timeline-carousel .slick-slide {
  padding: 0 15px;
}

.timeline-body .timeline-carousel .slick-slide .timeline-item h3, .timeline-body .timeline-carousel .slick-slide .timeline-item .h3 {
  text-transform: uppercase;
  font-size: 18px;
}

.timeline-body .timeline-nav i {
  width: 40px;
  font-size: 24px;
  vertical-align: middle;
}

.timeline-item {
  display: flex;
}
.timeline-item .timeline-left {
  width: 60%;
  padding-right: 60px;
  box-sizing: border-box;
}
.timeline-item .timeline-right {
  width: 40%;
}
.timeline-item .timeline-right img {
  max-width: 100%;
  max-height: 400px;
  float: right;
}

.timeline-nav {
  margin-top: 30px;
  text-transform: uppercase;
  font-family: "Inria Serif", serif;
  font-size: 22px;
}

#page-wrapper {
  padding-left: 70px;
  padding-right: 70px;
}

#team {
  margin-top: 70px;
}

section#team {
  padding-left: 30px;
  padding-right: 30px;
}

hr {
  height: 10px;
  background: #EBA900;
  border: none;
  display: block;
  clear: both;
  width: calc(100% + 140px);
  left: -70px;
  position: relative;
}

.home hr {
  left: 0;
  width: 100%;
}

.featured-news > .container {
  display: flex;
}
.featured-news li > .container {
  display: flex;
  position: relative;
  max-width: 1680px;
}
.featured-news div.filters-button-group {
  padding-left: 0;
  padding-right: 70px;
  padding-top: 60px;
}
.featured-news div.filters-button-group p {
  width: 230px;
}
.featured-news div.filters-button-group a {
  color: #3A3835;
  font-size: 1.4em;
  padding: 10px 0;
  display: flex;
  justify-content: left;
  align-items: center;
  flex-wrap: wrap;
  text-transform: none;
}
.featured-news div.filters-button-group .box {
  margin-right: 10px;
  display: inline-block;
  width: 17px;
  height: 17px;
  border: 1px solid rgba(58, 56, 53, 0.5);
  background: #fff;
  position: relative;
  top: -2px;
}
.featured-news .sticky {
  left: auto;
  padding-top: 60px;
  max-height: none;
}
.featured-news.fn > .container {
  flex-wrap: wrap;
  display: block;
}

.album-filters {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.album-filters .button {
  padding: 10px 20px;
  text-transform: uppercase;
  font-family: "Inria Serif", serif;
  font-size: 18px;
  background: transparent;
  color: #092B49;
  -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: inline-block;
  text-decoration: none !important;
  border: 1px solid #092B49;
}
.album-filters .button:hover, .album-filters .button.is-checked {
  background: #092B49;
  color: #fff !important;
}

.content-text {
  font-size: 18px;
  color: #3A3835;
  margin-bottom: 1em;
  line-height: 27px;
}
.content-text h1, .content-text h2, .content-text h3, .content-text h4, .content-text h5 {
  line-height: 110%;
}

.pagination ul {
  list-style-type: none;
  display: flex;
  justify-content: space-between;
  justify-content: flex-end;
}
.pagination ul li a {
  padding: 10px 20px;
  text-transform: uppercase;
  font-family: "Inria Serif", serif;
  font-size: 18px;
}

.disclaimer {
  background: #051625;
  color: #fff;
  text-align: center;
  font-size: 11px;
  padding: 15px;
}
.disclaimer p {
  margin-bottom: 10px;
}
.disclaimer p:last-of-type {
  margin-bottom: 0;
}
.disclaimer a {
  color: #EBA900;
}
.disclaimer a:hover {
  text-decoration: underline;
}
.disclaimer .spacer {
  display: inline-block;
  margin: 0 10px;
}

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

x. News

*********************************************************************************************/
.post-item {
  display: flex;
  border-bottom: 2px solid #092B49;
  padding: 80px;
}
.post-item .pt-inner h3 {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0.04em;
  margin-bottom: 30px;
}
.post-item .pt-inner h3 a {
  color: #EBA900;
}
.post-item .pt-inner h3 a:hover {
  color: #092B49;
}
.post-item .pt-inner p.date {
  color: rgba(58, 56, 53, 0.5);
}
.post-item .pt-inner .excerpt p {
  font-size: 18px;
  margin-bottom: 30px;
  font-weight: 300;
}
.post-item .pt-inner .excerpt strong {
  font-weight: 300;
}
.post-item .pt-inner .excerpt .content-text {
  font-weight: 300;
}
.post-item .post-text {
  padding-right: 60px;
}
.post-item .post-img img {
  width: 100%;
  height: auto;
}

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

x. Smaller than 1200px

*********************************************************************************************/
@media only screen and (max-width: 1300px) {
  .page-template-projects #project-container .grid .item {
    width: 50%;
  }
  .page-template-projects #project-container .grid .grid-sizer {
    width: 50%;
  }
}
/********************************************************************************************* 

x. Smaller than 1200px

*********************************************************************************************/
@media only screen and (max-width: 1200px) {
  .container {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
  .mix {
    width: 50%;
  }
  #page-wrapper {
    padding-left: 30px;
    padding-right: 30px;
  }
}
/********************************************************************************************* 

x. Smaller than 1100px

*********************************************************************************************/
@media only screen and (max-width: 1100px) {
  #banner {
    padding-left: 80px;
    padding-right: 80px;
  }
  .home section.project-slider {
    left: 0;
    width: 100%;
  }
  #logo {
    margin-right: 15px;
  }
}
/********************************************************************************************* 

x. Smaller than 990px

*********************************************************************************************/
@media only screen and (max-width: 990px) {
  .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%;
  }
  .banner-inner .cover img {
    display: block;
  }
  .flexslider .slides .cover img {
    display: block;
  }
  .flex {
    flex-wrap: wrap;
  }
  section.project-info {
    flex-wrap: wrap;
  }
  section.project-info .details {
    width: 100%;
  }
  section.project-info .details > div {
    width: 50%;
    padding-left: 0;
  }
  .gallery .grid .item {
    width: 50%;
  }
  h1 {
    font-size: 3.8em;
  }
  h2 {
    font-size: 3em;
  }
  #banner {
    padding-left: 40px;
    padding-right: 40px;
  }
  section.content-slider > .full-container, section.content-slider > .container {
    width: 100%;
    flex-wrap: wrap;
  }
  section.content-slider > .full-container .content-pagination, section.content-slider > .container .content-pagination {
    width: 100%;
    padding: 0;
    transform: none;
    padding-top: 50px;
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .flexslider .slides > li {
    width: 100%;
  }
  section.content-slider > .full-container .content-flex, section.content-slider > .container .content-flex {
    width: 100%;
  }
  section.content-slider > .full-container .content-flex .flexslider ul.slides li .slide-container, section.content-slider > .container .content-flex .flexslider ul.slides li .slide-container {
    flex-wrap: wrap;
  }
  section.content-slider > .full-container .content-flex .flexslider ul.slides li .slide-container .cover, section.content-slider > .container .content-flex .flexslider ul.slides li .slide-container .cover {
    background: transparent;
    position: relative;
    width: 100%;
    display: block;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
  }
  section.content-slider > .full-container .content-flex .flexslider ul.slides li .slide-container .cover img, section.content-slider > .container .content-flex .flexslider ul.slides li .slide-container .cover img {
    display: block !important;
    width: 100%;
  }
  section.content-slider > .full-container .content-flex .flexslider ul.slides li .slide-container .cs-text, section.content-slider > .container .content-flex .flexslider ul.slides li .slide-container .cs-text {
    width: 100%;
    padding: 30px;
  }
  .text-img .text-side {
    padding: 50px 30px;
  }
  section.process-slider .process-container {
    padding-top: 50px;
    padding-left: 0px;
  }
  .big-news {
    padding-right: 0;
    width: 100%;
  }
  .news-side {
    margin-top: 50px;
    padding-left: 0;
    width: 100%;
  }
  .news-side .news-post {
    width: 100%;
  }
  .news-side .news-post .news-text {
    padding-right: 0;
  }
  .featured-slider ul.slides > li > .full-container, .featured-slider ul.slides > li > .container {
    flex-wrap: wrap;
  }
  section.process-slider .process-container .content {
    padding-left: 30px;
  }
  .pl-container {
    margin-top: 0px;
  }
  .text-img {
    flex-wrap: wrap;
  }
  .text-img .img-side .cover {
    position: relative;
    left: auto;
    top: auto;
    bottom: auto;
  }
  .text-img .img-side .cover img {
    display: block !important;
  }
  .content .two-column {
    column-count: 1;
    column-gap: 0;
  }
  section.bg-seafoam .container, section.bg-navy .container {
    padding-left: 0;
    padding-right: 0;
  }
  .tiles {
    padding-left: 0;
    padding-right: 0;
  }
  .tiles .tile {
    width: 50%;
  }
  .timeline-item {
    flex-wrap: wrap;
  }
  .timeline-item .timeline-left {
    width: 100%;
  }
  .timeline-item .timeline-right {
    width: 100%;
  }
  .title-text {
    width: 100%;
    flex-wrap: wrap;
    padding-left: 30px;
    padding-right: 30px;
  }
  #page-wrapper .title-text {
    padding-left: 0;
    padding-right: 0;
  }
  .timeline-item .timeline-left {
    padding-right: 0;
  }
  .title-text .title-side {
    width: 100%;
    padding: 0;
  }
  .title-text .title-side h3 {
    margin-bottom: 20px;
  }
  .title-text .text-side {
    width: 100%;
  }
  .title-text .text-side h3 {
    margin-bottom: 30px;
  }
  .full-information {
    padding-left: 0;
    padding-right: 0;
  }
  .full-information .inside .text {
    flex-wrap: wrap;
  }
  .full-information .fi-image {
    width: 100%;
    display: none;
  }
  .full-information .inside .text .content {
    padding-left: 0;
  }
  #people {
    padding-left: 0;
    padding-right: 0;
  }
  .full-information .inside .text .bio {
    padding-right: 0;
  }
  .text-img.uncovered .img-side, .text-img.img-row .img-side {
    width: 100%;
  }
  .text-img.uncovered.img-right .text-side, .text-img.img-row.img-right .text-side, .text-img.uncovered .text-side, .text-img.img-row .text-side {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    justify-content: flex-start;
    margin-bottom: 30px;
  }
  .text-img.uncovered .text-side, .text-img.img-row .text-side {
    align-items: flex-start;
  }
  .text-img {
    flex-wrap: wrap;
  }
  .callout-box .callout-text a.link {
    position: relative;
    right: auto;
    bottom: auto;
    float: left;
    margin-top: 30px;
  }
  .callout-box {
    position: relative;
  }
  .callout-box .cover {
    position: relative;
  }
  .callout-box .cover img {
    width: 100%;
    display: block !important;
  }
  .callout-box .callout-text {
    transform: none;
  }
  #page-wrapper .container {
    padding-left: 0;
    padding-right: 0;
  }
  #project-container .grid-sizer, .gallery .grid-sizer {
    width: 50%;
  }
  .grid .item {
    width: 50%;
  }
  section.project-slider, hr {
    width: calc(100% + 100px);
  }
  section.project-slider .content {
    padding-left: 25px;
  }
  section.project-slider:after {
    right: 30px;
  }
  .process-loop .slide .slide-inner {
    transform: none;
    opacity: 1;
  }
  .slide-outer {
    display: block;
  }
  .sticky {
    overflow: visible;
    position: relative;
    height: auto;
    max-height: none;
  }
  .sticky.is-stuck {
    position: relative !important;
  }
  .spacers {
    display: none;
  }
  .process-loop {
    position: relative;
  }
  .inner-spacers {
    display: none;
  }
  .tracker {
    display: none;
  }
  section.process-slider .process-container:before {
    display: none;
  }
  .process-loop .slide {
    margin-top: 30px;
    margin-bottom: 30px;
    display: block;
    width: 100%;
    float: left;
  }
  section.bg-seafoam, section.bg-navy {
    padding-left: 30px;
    padding-right: 30px;
  }
  section.process-slider .process-container .process-loop {
    padding-left: 30px;
    padding-right: 30px;
  }
  section.process-slider .process-container .process-loop:after {
    display: none;
  }
  .full-container {
    padding-left: 0;
    padding-right: 0;
  }
  .featured-news .full-container, .featured-news .container {
    padding-left: 0;
    padding-right: 0;
  }
  #project-container {
    flex-wrap: wrap;
  }
  #form-ui {
    display: block;
    padding-left: 30px;
    padding-right: 30px;
  }
  #tab-container {
    margin-left: 0px;
    margin-right: 0px;
  }
  .controls {
    width: 100%;
    padding-right: 30px;
  }
  #map-container {
    right: 0;
  }
  #map-container #map {
    height: 600px;
  }
  .flyout .flyout-text .item-caption h2 {
    font-size: 3.4em;
  }
  .project-info .description {
    width: 100%;
  }
  .contact-flex {
    flex-wrap: wrap;
  }
  .left-col {
    margin-right: 0;
  }
  .right-col {
    padding-left: 0;
    padding-right: 0;
  }
  #nav > li .sub-menu-wrap .sub-menu {
    flex-wrap: wrap;
  }
  #nav > li .sub-menu-wrap .sub-menu li {
    width: 100%;
  }
  #toggle {
    display: block;
  }
  #nav > li > a {
    font-size: 24px;
    font-weight: 300;
    text-transform: none;
    letter-spacing: 0;
    color: #fff !important;
  }
  #nav > li .sub-menu-wrap {
    display: block;
    position: relative;
    opacity: 1;
    padding-left: 0;
    padding-right: 0;
    border-top: none;
    background: transparent;
    margin-bottom: 10px;
  }
  #nav > li .sub-menu-wrap .sub-menu {
    padding-left: 0;
    padding-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    flex-wrap: wrap;
  }
  #nav > li .sub-menu-wrap .sub-menu .vm, #nav > li .sub-menu-wrap .sub-menu .menu-image {
    display: none;
  }
  #nav > li .sub-menu-wrap .sub-menu li {
    padding: 0;
  }
  #nav > li .sub-menu-wrap .sub-menu li a {
    padding: 5px 0;
    padding-left: 30px;
    background: transparent;
    color: #fff !important;
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    font-size: 1.4em;
  }
  #nav {
    flex-wrap: wrap;
    padding: 0;
    opacity: 0;
    position: absolute;
    right: 100%;
    top: 100%;
    padding: 30px;
    background: #fff;
    top: 100%;
    width: 100%;
    margin-top: 4px;
    -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;
    border-bottom: 4px solid #EBA900;
    max-width: none;
    background: #092B49;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  #nav li {
    width: 100%;
    display: block;
  }
  #nav li a {
    padding: 5px 0;
    font-size: 1.8em;
    display: block;
  }
  #nav li a:before {
    display: none !important;
  }
  #nav li a:hover {
    color: #EBA900;
  }
  #nav .sec-sub {
    display: block;
    padding-top: 20px;
    margin-top: 20px;
    border-top: 2px solid #fff;
    display: flex;
    justify-content: space-around;
  }
  #nav .sec-sub li a {
    font-size: 1.1em;
    color: #EBA900 !important;
  }
  #secondary-nav {
    display: none;
  }
  body.open header {
    transform: translate(0, 0);
    background: #092B49;
    border-bottom-color: #fff;
  }
  body.open header #logo svg path.s-and-g {
    fill: #fff !important;
  }
  body.open #nav {
    transform: scale(1);
    top: 100%;
    right: 0;
    opacity: 1;
  }
  section.filters {
    padding-right: 0;
  }
  section.filters .navigation {
    flex-wrap: wrap;
  }
  section.filters .navigation a {
    width: auto;
  }
  #people .grid .item {
    padding-right: 0;
    padding-left: 0;
  }
  .text-img > .container {
    flex-wrap: wrap;
  }
  .text-img.img-row {
    padding: 50px 30px !important;
  }
  div.filters label input:before {
    top: -2px;
  }
  div.filters {
    width: 100%;
  }
  section.project-info .description {
    width: 100%;
  }
  section.project-info .details {
    width: 100%;
  }
  section.project-info .details > div {
    padding-left: 0;
    padding-right: 30px;
  }
}
/********************************************************************************************* 

x. Smaller than 768px

*********************************************************************************************/
@media only screen and (max-width: 767px) {
  body {
    font-size: 13px;
  }
  .grid .item {
    width: 100%;
    padding: 30px;
  }
  .filters {
    flex-wrap: wrap;
  }
  .filters a {
    width: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 0;
  }
  .tab-controls {
    position: relative;
    left: auto;
    top: auto;
    display: flex;
    justify-content: center;
    -moz-transform: none;
    -webkit-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .tab-controls > a {
    padding: 10px;
  }
  .mix {
    width: 100%;
  }
  .content-list div {
    width: 100%;
  }
  .tiles .tile {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .gallery {
    padding-left: 15px;
    padding-right: 15px;
  }
  .gallery .grid .item {
    padding: 15px;
    width: 100%;
    max-width: 400px;
  }
  section.process-slider .process-container:before {
    left: -120px;
    right: 0;
    width: auto;
  }
  .tracker {
    left: 0;
  }
  .featured-slider ul.slides > li > .full-container, .featured-slider ul.slides > li > .container {
    flex-wrap: wrap;
  }
  .slide-inner {
    width: 300px;
  }
  footer .footer-left {
    width: 100%;
    margin-bottom: 80px;
  }
  footer .footer-right {
    width: 100%;
    justify-content: flex-start;
  }
  footer .footer-right .f-col {
    padding-left: 0;
    padding-right: 30px;
  }
  .news-post .news-text a.news-title {
    font-size: 1.4em;
  }
  .mix {
    width: 300px;
  }
  #project-container .grid-sizer, .gallery .grid-sizer {
    width: 100%;
  }
  .grid .item {
    width: 100%;
  }
  .page-template-projects #project-container .grid .item {
    width: 100%;
  }
  h1 {
    font-size: 3.2em;
  }
  h1 br {
    display: none;
  }
  h2 {
    font-size: 2.7em;
  }
  footer .footer-right {
    flex-wrap: wrap;
  }
  footer .footer-right .f-col {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    margin-bottom: 30px;
  }
}
/********************************************************************************************* 

x. Retina Graphics

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

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