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

x. Variables

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

x. Imports

*********************************************************************************************/
@import url("https://use.typekit.net/kjo7loc.css");
@import url("https://fonts.googleapis.com/css2?family=Archivo+Narrow:ital,wght@0,400;0,700;1,400&display=swap");
@import '../fontawesome/css/fontawesome.css';
@import '../fontawesome/css/brands.css';
/*
 * jQuery FlexSlider v2.6.3
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@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: #003c71;
  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: #82bec2;
}

.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;
  }
}
/********************************************************************************************* 

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: #82bec2;
  color: #fff;
}

::-moz-selection {
  background: #82bec2;
  color: #fff;
}

html, body {
  font-size: 14px;
  font-family: stratos-lights, sans-serif;
  font-weight: 300;
  color: #003c71;
  width: auto;
  height: auto;
}

body {
  padding-top: 100px;
}

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

a {
  color: #003c71;
  text-decoration: none;
}

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-size: 4.2em;
  font-weight: 300;
  line-height: 1.2em;
}

h2 {
  font-size: 3.6em;
  font-weight: 300;
}

h3 {
  font-size: 2.8em;
  font-weight: 300;
}

h4 {
  font-size: 2em;
  font-weight: 300;
}

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

.no-margin {
  margin: 0;
}

p {
  line-height: 1.5em;
}

.bg-gray {
  background: #f7f7f7;
}

.bg-navy {
  background: #003c71;
  -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 a:hover {
  color: #d98a00;
}
.bg-navy .st0-icon {
  fill: #fff;
}

.bg-seafoam {
  background: #82bec2;
  -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: #d98a00;
}

.band {
  padding: 80px 0;
}
.band span.divider {
  display: inline-block;
  margin-left: 20px;
  margin-right: 20px;
  width: 2px;
  height: 20px;
  position: relative;
  top: 4px;
  background: #fff;
}

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

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

.animate {
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.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;
}

.btn {
  padding: 12px 30px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-family: "Archivo Narrow", sans-serif;
  text-transform: uppercase;
  font-size: 1.3em;
  font-weight: 700;
  background: #d98a00;
  color: #fff;
  letter-spacing: 0.075em;
  -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;
}
.btn:hover {
  background: #82bec2;
  color: #fff !important;
}

.link {
  font-family: "Archivo Narrow", sans-serif;
  text-transform: uppercase;
  font-size: 18px;
  color: #003c71;
  letter-spacing: 0.075em;
  margin-top: 10px;
  display: inline-block;
  font-weight: 700;
  text-decoration: none !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;
}
.link:after {
  content: " →";
  display: inline-block;
  margin-left: 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;
}
.link:hover {
  color: #d98a00;
}
.link:hover:after {
  color: #d98a00;
  margin-left: 10px;
}

.upper {
  font-family: "Archivo Narrow", sans-serif;
  text-transform: uppercase;
  font-size: 1.3em;
  font-weight: 400;
}

.post-date {
  font-family: stratos-lights, sans-serif;
  font-weight: 300;
}

.underline {
  text-decoration: underline;
}

.relative {
  position: relative;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

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

.st0-icon {
  fill: #003c71;
}

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

x. Columns & Widths

*********************************************************************************************/
.container {
  width: 100%;
  max-width: 990px;
  margin: 0 auto;
}

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

.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: #fff;
  padding: 40px 0;
  height: 100px;
}
header .flap {
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 40%;
  z-index: 8;
  background: #82bec2;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.scrolled header .flap {
  -moz-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
.scrolled #logo {
  opacity: 0;
  pointer-events: none;
}
.scrolled #scrollnav-outer #scrollnav {
  position: fixed;
  width: 100%;
  left: 0;
  z-index: 99;
}

#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: 200px;
  display: block;
  float: left;
  position: relative;
  z-index: 9;
  opacity: 1;
  padding: 40px 0 40px 100px;
}
#logo svg {
  width: 100%;
}

#t-logo {
  position: absolute;
  top: 35px;
  z-index: 7;
  width: 32px;
  height: 32px;
}
#t-logo svg {
  width: 32px;
  height: 32px;
}

#nav {
  list-style-type: none;
  float: right;
  display: block;
  width: 60%;
  display: flex;
  justify-content: space-around;
  padding-left: 60px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#nav li {
  display: inline-block;
}
#nav li a {
  font-family: "Archivo Narrow", sans-serif;
  text-transform: uppercase;
  font-size: 1.3em;
  color: #003c71;
  position: relative;
  font-weight: 600;
}
#nav li a:after {
  -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;
  content: "";
  height: 3px;
  width: 0%;
  position: absolute;
  bottom: -5px;
  left: 0;
  background: #003c71;
}
#nav li a:hover:after {
  width: 100%;
}
#nav li.current-menu-item a {
  color: #d98a00;
}
#nav li.current-menu-item a:after {
  display: none !important;
}

.single-projects #nav li.menu-item-733 a {
  color: #d98a00;
}

.archive #nav li.menu-item-730 a, .single-post #nav li.menu-item-730 a {
  color: #d98a00;
}

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

x. Banner

*********************************************************************************************/
#banner {
  width: 100%;
  min-height: calc(100vh - 100px);
  background: #82bec2;
}
#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 .callout {
  width: 40%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: left;
  padding-left: 100px;
  padding-right: 80px;
  color: #fff;
}
#banner .callout .link {
  display: block;
  margin-top: 30px;
}

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

#page-banner {
  background: #82bec2;
}

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

.banner-inner {
  height: calc(100vh - 100px);
  display: flex;
  flex-direction: row-reverse;
}
.banner-inner .cover {
  width: 60%;
}
.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;
}

.single .banner-inner .callout {
  justify-content: center;
}

section {
  margin-top: 100px;
}
section.no-margin {
  margin-top: 0;
}
section.padding {
  padding: 50px 0;
}
section:last-of-type.bg-navy, section:last-of-type.bg-seafoam {
  padding-bottom: 60px;
}

.section-title {
  padding: 20px 0 40px 0;
}

.bg-gray .slant svg polygon {
  fill: #f7f7f7 !important;
}

.text-navy {
  color: #003c71 !important;
}

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

section.bg-seafoam, section.bg-navy {
  margin: 0;
  padding: 80px 0;
}
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;
}

section.sector {
  display: flex;
}
section.sector:nth-of-type(odd) .sector-img {
  position: relative;
  /*
  		left: -50%;	
  		@include transition(all, 1s);
  */
}
section.sector:nth-of-type(even) .sector-img {
  left: auto;
  position: relative;
  /*
  		right: -50%;	
  		@include transition(all, 1s);
  */
}
section.sector .sector-img {
  position: relative;
  overflow: hidden;
}
section.sector .sector-img .slant {
  position: absolute;
  right: -20px;
  top: -1px;
  bottom: -1px;
  overflow: hidden;
}
section.sector .sector-img .slant svg {
  width: 401px;
  height: 2400px;
}
section.sector .sector-img .slant svg polygon {
  fill: #fff;
}
section.sector .sector-img img {
  width: 100%;
}
section.sector.in-view .sector-img {
  opacity: 1;
}
section.sector.in-view:nth-of-type(even) .sector-img {
  left: auto;
  right: 0px;
}
section.sector.in-view:nth-of-type(odd) .sector-img {
  left: 0px;
  right: auto;
}
section.sector .sector-icon {
  margin-bottom: 20px;
}
section.sector .sector-icon svg {
  width: 110px;
  height: 90px;
}
section.sector .sector-text {
  display: flex;
  align-items: center;
  justify-content: center;
}
section.sector .sector-text .st-inner {
  max-width: 400px;
}
section.sector:nth-child(odd) {
  flex-direction: row-reverse;
}
section.sector:nth-child(odd) .slant {
  right: auto;
  left: 0;
  -moz-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}

#history section.sector .sector-img {
  left: 0;
}

.content .icon svg {
  width: 110px;
  height: 90px;
}

.bg-navy svg .st0-icon {
  fill: #fff;
}

#core-values .icon {
  padding-top: 40px;
  padding-bottom: 10px;
}

.post-item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 0;
}
.post-item h3 a {
  color: #003c71;
}
.post-item h3 a:hover {
  color: #d98a00;
}
.post-item .post-img img {
  float: right;
  width: 100%;
  padding-right: 100px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 600px;
}
.post-item .no-img {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 600px;
  width: 100%;
  float: right;
  padding-right: 100px;
}
.post-item .no-img .no-img-inner {
  background: #82bec2;
  width: 100%;
  min-height: 320px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.post-item .no-img svg {
  width: 64px;
  height: 64px;
}
.post-item .post-text a.link {
  width: 100%;
}
.post-item .pt-inner {
  max-width: 600px;
}
.post-item .fa, .post-item .fab {
  font-size: 3em;
  margin-bottom: 30px;
}

#banner {
  background: #82bec2;
}
#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;
}

#jobs .job {
  padding: 40px 0;
}

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

x. Content

*********************************************************************************************/
.content h1, .content h2, .content h3, .content h4, .content h5, .content h6, .content p {
  margin: 0 0 24px 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;
}
.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.4em;
}
.content a.btn {
  margin-top: 24px;
  font-size: 18px;
}
.content a {
  text-decoration: underline;
}
.content a:hover {
  color: orange;
}

p.upper {
  text-transform: uppercase;
}

.text-img {
  display: flex;
  min-height: 90vh;
  flex-direction: row-reverse;
}
.text-img .text-side {
  padding: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.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%;
}

.bg-white {
  background: #fff;
}
.all-news {
  background: #fff;
}

ul#scrollnav, ul.controls {
  background: #003c71;
  padding: 40px;
  text-align: center;
  display: flex;
  justify-content: center;
  list-style-type: none;
  width: 100%;
}
ul#scrollnav li a, ul.controls li a {
  color: #fff;
  padding: 0 30px;
}

.sub-fixed ul#scrollnav, .sub-fixed ul.controls {
  /*
  		position: fixed;
  		top: 100px;	
  		z-index: 9;	
  */
}

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

x. grid

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

.hide-mobile {
  display: block;
}

.controls {
  background: #003c71;
  padding: 40px;
  position: relative;
}

.filters {
  text-align: center;
  display: flex;
  justify-content: center;
  position: relative;
  padding-left: 100px;
}
.filters .icon {
  margin-bottom: 15px;
}
.filters .icon svg {
  height: 50px;
}
.filters a.button {
  padding: 0 30px;
  color: #fff;
}
.filters a.button.is-checked {
  color: #d98a00;
}
.filters a.button.is-checked .icon svg path, .filters a.button.is-checked .icon svg rect, .filters a.button.is-checked .icon svg polygon {
  fill: #d98a00;
}
.filters a.button:hover {
  color: #82bec2;
}
.filters a.button:hover .icon svg path, .filters a.button:hover .icon svg rect, .filters a.button:hover .icon svg polygon {
  fill: #82bec2;
}

.grid-sizer {
  width: 50%;
}

.grid {
  padding: 40px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.grid .item {
  width: 45%;
  padding: 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
}
.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-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: #003c71;
}
.grid .item .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;
}
.grid .item .item-caption p {
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.grid .item .item-img {
  background: #82bec2;
  margin-bottom: 30px;
}
.grid .item:hover {
  color: #82bec2;
}
.grid .item:hover .item-caption {
  color: #82bec2;
}
.grid .item:hover img {
  opacity: 0.4;
}
.grid .item:hover .item-caption p {
  color: #82bec2;
}
.grid .item:hover h3 {
  color: #82bec2;
}

.gallery {
  padding-left: 40px;
  padding-right: 40px;
}
.gallery .grid-sizer {
  width: 33.33%;
}
.gallery .grid {
  padding-left: 0;
  padding-right: 0;
}
.gallery .grid .item {
  width: 33.33%;
}

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

x. Team

*********************************************************************************************/
#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%;
  /*
  	padding-left: 60px;	
  	padding-right: 60px;	
  */
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.mix {
  width: 25%;
  float: left;
  padding: 50px 20px 40px 20px;
  display: flex;
  justify-content: center;
}
.mix.active {
  background: #f7f7f7;
}
.mix.active .view {
  color: #d98a00;
}
.mix.active .view span {
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  color: #d98a00;
}
.mix img {
  display: block;
}
.mix .mix-inside {
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.mix .mix-img {
  position: relative;
  z-index: 8;
}
.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;
  max-width: 300px;
}
.mix .mix-text {
  position: relative;
  bottom: 0;
  left: 0;
  width: 100%;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
  z-index: 9;
  top: -2px;
}
.mix .mix-text p {
  margin-bottom: 10px;
}
.mix .mix-text h4 {
  margin-bottom: 10px;
}
.mix .mix-text p.view {
  color: #d98a00;
  cursor: pointer;
}
.mix .mix-text p.view:hover {
  color: #003c71;
}
.bg-gray .mix.active {
  background: #fff;
}
.bg-gray .full-information {
  background: #fff;
}

.related .tile-image {
  background: #82bec2;
}
.related .tile-image img {
  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;
}
.related .tile:hover img {
  opacity: 0.5;
}
.related .tile:hover h3 {
  color: #d98a00;
}

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

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

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

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

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

#tab-container {
  position: relative;
}

#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: 0;
  z-index: 9;
  left: 0;
  width: 100%;
}
#map-container.active {
  opacity: 1;
}
#map-container.flying {
  padding-left: 33.33%;
}

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

.flyout {
  z-index: 99;
  background: #fff;
  text-align: center;
  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: 33.33%;
  top: 0;
  bottom: 0;
  right: 100%;
  display: none;
  flex-wrap: wrap;
  align-content: center;
}
.flyout .flyout-text {
  display: block;
  width: 100%;
}
.flyout .flyout-text h3 {
  margin-bottom: 10px;
}
.flyout img {
  margin-bottom: 30px;
  width: 100%;
}
.flyout p {
  margin-bottom: 15px;
}
.flyout a.btn {
  margin-bottom: 30px;
  display: inline-block;
}
.flyout.flown {
  display: flex;
  opacity: 1;
  z-index: 99;
  right: 66.66%;
}
.flyout svg {
  width: 20px;
  height: 20px;
  position: relative;
  top: 2px;
}
.flyout .arrow-fill {
  color: red;
}

.tab-controls {
  position: absolute;
  left: 40px;
  z-index: 9;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.tab-controls svg {
  width: 30px;
}
.tab-controls svg path, .tab-controls svg rect {
  fill: #fff;
}
.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.active path, .tab-controls a.active rect {
  fill: #d98a00;
}
.tab-controls a.active span {
  color: #d98a00;
}

.close, .closeit {
  width: 50px;
  height: 50px;
  position: absolute;
  right: 0;
  top: 0;
  padding-top: 3px;
  padding-left: 3px;
}
.close span, .closeit span {
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  display: block;
  position: relative;
  margin-top: 2px;
  margin-right: 2px;
}
.close span::before, .closeit span::before {
  content: " ";
  position: absolute;
  width: 26px;
  height: 3px;
  background: #003c71;
  margin-left: 0px;
  margin-top: 11px;
}
.close span::after, .closeit span::after {
  content: " ";
  position: absolute;
  height: 26px;
  width: 3px;
  background: #003c71;
  margin-left: 11px;
}
.close:hover, .closeit:hover {
  background: transparent;
}
.close:hover span::before, .close:hover span::after, .closeit:hover span::before, .closeit:hover span::after {
  background: #d98a00;
}

.full-information {
  display: none;
  background: #f7f7f7;
  text-align: center;
  margin-bottom: 30px;
}
.full-information h2 {
  margin-bottom: 0;
}
.full-information .inside {
  display: inline-block;
  padding: 80px 30px;
  text-align: left;
  max-width: 990px;
  position: relative;
}
.full-information .inside a.closeit {
  position: absolute;
  right: 0;
  top: 40px;
}
.full-information .inside a.closeit span:before, .full-information .inside a.closeit span:after {
  background: #82bec2;
}
.full-information .inside a.closeit:hover span:before, .full-information .inside a.closeit:hover span:after {
  background: #d98a00;
}
.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: #82bec2 !important;
}

.mejs-container, .mejs-container .mejs-controls, .mejs-embed, .mejs-embed body {
  background: rgba(0, 60, 113, 0.3) !important;
}

.mejs-overlay-button {
  background: #82bec2 !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: 25px solid #fff;
}

.video {
  padding: 0;
  background: #82bec2;
  position: relative;
}
.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: #82bec2;
  -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: 25px solid #fff;
}

#history .flexslider {
  background-color: transparent;
  margin-bottom: 0;
}
#history section.sector {
  flex-direction: row;
  justify-content: center;
}
#history section.sector .sector-img .slant {
  position: absolute;
  right: -20px;
  top: -1px;
  bottom: -1px;
  overflow: hidden;
  left: auto;
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.tiles {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0 40px 0 40px;
  -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:hover h3, .tiles .tile:hover p {
  color: #82bec2;
}

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

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

.custom-navigation {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
  position: relative;
}
.custom-navigation a {
  color: #003c71;
  position: relative;
  padding: 15px 20px;
}
.custom-navigation a:before {
  position: absolute;
  content: "";
  width: 100%;
  right: 50%;
  height: 2px;
  background: #939597;
  top: 100%;
  margin-top: 5px;
  z-index: 1;
}
.custom-navigation a:after {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -6px;
  top: 100%;
  width: 12px;
  height: 12px;
  background: #003c71;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  z-index: 2;
}
.custom-navigation a:first-of-type:before {
  display: none;
}
.custom-navigation a:hover {
  color: #d98a00;
}
.custom-navigation a:hover:after {
  background: #d98a00;
}
.custom-navigation a.flex-active {
  color: #d98a00;
}
.custom-navigation a.flex-active:after {
  background: #d98a00;
}

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

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

.big-t {
  z-index: -1;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 800px;
  height: 800px;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transform-origin: 50% 50%;
}
.big-t svg {
  width: 800px;
  height: 800px;
}

#toggle {
  width: 30px;
  display: none;
  position: absolute;
  top: 40px;
  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: #82bec2;
  margin-bottom: 5px;
}
#toggle:hover span {
  background: #d98a00;
}

body.open header #nav {
  display: block;
}
body.open #toggle {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
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;
}

.pagination ul {
  list-style-type: none;
  display: flex;
  justify-content: space-between;
}
.pagination ul a {
  font-family: "Archivo Narrow", sans-serif;
  text-transform: uppercase;
  font-size: 18px;
  color: #003c71;
  letter-spacing: 0.075em;
  margin-top: 10px;
  display: inline-block;
  font-weight: 700;
  text-decoration: none !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;
}
.pagination ul a:hover {
  color: #d98a00;
}
.pagination ul a:hover:after, .pagination ul a:hover:before {
  color: #d98a00;
}
.pagination ul .next a:after {
  content: " →";
  display: inline-block;
  margin-left: 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;
}
.pagination ul .previous a:before {
  content: " →";
  display: inline-block;
  margin-left: 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;
  transform: rotate(180deg);
}

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

x. Footer

*********************************************************************************************/
footer {
  padding: 100px 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
footer .address {
  float: left;
}
footer .social {
  margin-top: 40px;
}
footer .social a {
  font-size: 1.8em;
  margin: 0 10px;
}
footer a {
  color: #fff;
}
footer p {
  color: #fff;
}

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

x. Smaller than 1200px

*********************************************************************************************/
@media only screen and (max-width: 1200px) {
  .container {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
  .full-container {
    padding-left: 60px;
    padding-right: 60px;
  }
  #nav {
    padding-left: 30px;
    padding-right: 0;
  }
  #nav li a {
    font-size: 1.2em;
  }
  h1 {
    font-size: 3.8em;
  }
  h2 {
    font-size: 3.1em;
  }
  h3 {
    font-size: 2.3em;
  }
  h4 {
    font-size: 1.8em;
  }
  #banner .callout {
    padding-left: 60px;
    padding-right: 60px;
  }
  #logo {
    padding-left: 60px;
  }
  .posts {
    padding-left: 60px;
    padding-right: 60px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .text-img .text-side {
    padding: 80px;
  }
}
/********************************************************************************************* 

x. Smaller than 1100px

*********************************************************************************************/
@media only screen and (max-width: 1100px) {
  h1 {
    font-size: 3.5em;
  }
  .text-img {
    min-height: 0;
  }
}
/********************************************************************************************* 

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;
  }
  header .flap {
    width: 100px;
  }
  #t-logo {
    z-index: 99;
    margin-left: 3px;
  }
  #logo img {
    display: none;
  }
  h1 {
    font-size: 3em;
  }
  h2 {
    font-size: 2.7em;
  }
  h3 {
    font-size: 1.7em;
  }
  h4 {
    font-size: 1.4em;
  }
  #banner ul.slides > li .slide-inner, #page-banner .banner-inner {
    min-height: 0;
    display: block;
    height: auto;
  }
  #banner ul.slides > li .slide-inner .callout, #page-banner .banner-inner .callout {
    padding: 60px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .tiles .tile {
    padding: 20px;
  }
  .gallery .grid .item {
    width: 50%;
    padding: 15px;
  }
  .gallery .grid-sizer {
    width: 50%;
  }
  #banner, #page-banner {
    min-height: 0;
  }
  #banner ul.slides > li .slide-inner .cover, #page-banner .cover {
    width: 100%;
  }
  #banner ul.slides > li .slide-inner .cover img, #page-banner .banner-inner .cover img {
    display: block !important;
    width: 100%;
  }
  .banner-inner .callout .callout-inner {
    margin-top: 0;
  }
  .project-info {
    flex-wrap: wrap;
  }
  .project-info .description {
    width: 100%;
  }
  .project-info .details {
    width: 100%;
  }
  .content p {
    font-size: 1.2em;
  }
  .full-container {
    padding-left: 30px;
    padding-right: 30px;
  }
  #nav {
    width: 100%;
    padding-left: 180px;
  }
  #nav li a {
    font-size: 1.1em;
  }
  .flap {
    -moz-transform: none !important;
    -webkit-transform: none !important;
    -o-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
  }
  .grid .item {
    padding: 30px;
  }
  .filters {
    padding-left: 120px;
  }
  .text-img .text-side {
    padding: 60px 50px;
  }
  section.sector {
    flex-wrap: wrap;
    justify-content: center;
    padding: 15px 0;
  }
  section.sector .sector-img {
    margin-bottom: 50px;
    max-width: 380px;
  }
  .post-item .post-img img {
    padding-right: 50px;
    float: left;
  }
  section.bg-seafoam, section.bg-navy {
    padding: 60px 0;
  }
  .text-img {
    flex-direction: row;
  }
  .text-img .text-side {
    justify-content: center;
  }
  .big-t {
    width: 600px;
    height: 600px;
  }
  .big-t svg {
    width: 600px;
    height: 600px;
  }
  .custom-navigation {
    flex-wrap: wrap;
    justify-content: left;
    flex-basis: 20%;
  }
  .custom-navigation li {
    position: relative;
  }
  .mix {
    width: 50%;
  }
  .show-mobile {
    display: block;
  }
  .hide-mobile {
    display: none;
  }
  #t-logo {
    width: auto;
  }
  #t-logo .show-mobile {
    width: 120px;
    margin-top: 10px;
  }
  header .flap {
    width: 190px;
  }
  .flyout {
    width: 50%;
  }
  .flyout.flown {
    right: 50%;
  }
  #map-container.flying {
    padding-left: 50%;
  }
  .flyout {
    padding: 40px;
  }
  .tab-controls {
    left: 30px;
  }
  .animate {
    opacity: 1 !important;
  }
}
/********************************************************************************************* 

x. Smaller than 768px

*********************************************************************************************/
@media only screen and (max-width: 767px) {
  body {
    font-size: 13px;
  }
  .text-img {
    flex-wrap: wrap;
  }
  .big-t {
    display: none;
  }
  .text-img .img-side .cover {
    position: relative;
    left: auto;
    top: auto;
    bottom: auto;
  }
  .text-img .img-side .cover img {
    display: block;
  }
  .post-item {
    flex-wrap: wrap;
    max-width: 500px;
  }
  .post-item .post-img {
    margin-bottom: 40px;
  }
  .post-item .post-img img {
    padding: 0;
  }
  #toggle {
    display: block;
  }
  #nav {
    flex-wrap: wrap;
    padding: 0;
    position: absolute;
    left: 0;
    top: 100%;
    padding: 30px;
    background: #fff;
    top: -300%;
    -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 {
    width: 100%;
    display: block;
  }
  #nav li a {
    padding: 5px 0;
    font-size: 1.8em;
    display: block;
  }
  #nav li a:after {
    display: none !important;
  }
  #nav li a:hover {
    color: #d98a00;
  }
  .open #nav {
    top: 100%;
  }
  footer {
    flex-wrap: wrap;
    padding: 50px 15px;
  }
  footer > div {
    margin: 15px 0;
  }
  .grid .item {
    width: 100%;
    padding: 30px 0;
  }
  .filters {
    flex-wrap: wrap;
  }
  .filters a.button {
    width: 33.33%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 0;
    margin-bottom: 30px;
  }
  .tab-controls {
    margin-top: 30px;
    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;
  }
  .band {
    padding-bottom: 60px;
  }
  .content .icon svg {
    width: 55px;
    height: 45px;
  }
  ul#scrollnav, ul.controls {
    padding: 15px;
  }
  .mix {
    width: 100%;
  }
  .content-list div {
    width: 100%;
  }
  ul#scrollnav, ul.controls {
    display: block;
  }
  ul#scrollnav li, ul.controls li {
    display: inline-block;
  }
  ul#scrollnav li a, ul.controls li a {
    padding: 5px;
  }
  .tiles .tile {
    width: 100%;
  }
  section.sector {
    justify-content: inherit;
  }
  section.sector .sector-img {
    max-width: none;
    width: 80%;
  }
  .project-info .details {
    padding: 60px 30px;
  }
  .gallery {
    padding-left: 15px;
    padding-right: 15px;
  }
  .gallery .grid .item {
    padding: 15px;
    width: 100%;
    max-width: 400px;
  }
  .post-item .no-img {
    padding-right: 0;
  }
  #map-container.flying {
    padding-left: 0;
  }
  .flyout.flown {
    position: relative;
    width: 100%;
    right: auto;
  }
  .filters {
    padding-left: 0;
  }
}
/********************************************************************************************* 

x. Retina Graphics

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

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