@font-face {
  font-family: eb-garamond, serif;
  font-weight: 400;
  font-style: normal;
}

@font-face{
  font-family: eb-garamond, serif;
font-weight: 700;
font-style: normal;
}

@font-face {
  font-family: brandon-grotesque, sans-serif;
font-weight: 300;
font-style: normal;
}

@font-face{
  font-family: brandon-grotesque, sans-serif;
font-weight: 400;
font-style: normal;
}

@font-face {
  font-family: brandon-grotesque, sans-serif;
font-weight: 700;
font-style: normal;
}




/*  
	CSS Reset by Eric Meyer - Released under Public Domain
    http://meyerweb.com/eric/tools/css/reset/
*/
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table,
caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  width: 100%;
  line-height: 1;
  color: black;
  font-size: 1em;
  overflow-x: hidden;
  font-family: brandon-grotesque, sans-serif;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

h1 {
  font-family: eb-garamond, serif;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  font-size: 3.3em;
  margin-bottom: 16px;
}

h2 {
  font-family: brandon-grotesque, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  font-size: 1.15em;
  margin-top: 16px;
  color: #E94F1D;
}

h3 {
  font-family: brandon-grotesque, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  font-size: 1.15em;
  margin-top: 8px;
}

h6 {
  font-family: brandon-grotesque, sans-serif;
  line-height: 1.5;
  font-weight: 400;
}

p {
  font-family: brandon-grotesque, sans-serif;
  font-size: 1.15em;
  line-height: 1.5;
  font-weight: 300;
  margin-bottom: 1em;
}

p:last-of-type {
  margin-bottom: 0px;
}

strong {
  font-weight: 700;
}

ul, ol {
  margin: 1em 0 0 2.5em;
}

ul.disc, ol.disc {
  list-style: disc;
}

ul.num, ol.num {
  list-style: decimal;
}

ul li, ol li {
  padding: 0.5em 0;
  line-height: 1.5;
  color: black;
  font-size: 1em;
  font-weight: 300;
}

select::-ms-expand {
  display: none;
}

option {
  background: white;
  color: black;
  padding: 8px 0px;
}

hr { 
  margin-left: 64px;
  margin-right: 64px;
}

nav.desktop {
  width: 100%;
  height: 128px;
  padding: 0px 64px;
  background-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
          position: absolute;
          top:0;
}

nav.desktop .logo {
  height: 32px;
  width: auto;
}

nav.desktop .logo img {
  display: block;
  height: 128px;
  width: auto;
}

nav.desktop .logo.home img {
  display: none;
}

nav.desktop .title {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 0px 0px 0px 0px;
  height: auto;
  list-style: none;
  text-align: right;
  color: white;
  font-size: 2em;
}

nav.desktop .menu {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 0px 0px 0px 0px;
  height: auto;
  list-style: none;
}

nav.desktop .menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 0px 0px 0px 0px;
  height: auto;
  list-style: none;
}

nav.desktop .menu ul li {
  text-align: right;
  padding: 0px;
  margin: auto 16px;
}

nav.desktop .menu ul li:last-of-type {
  margin-right: 0px;
}

nav.desktop .menu ul li a {
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 1em;
}

nav.desktop .menu ul li a.active {
  font-weight: 700;
}

nav.desktop .social img{
  height: 22px;
  width: auto;
  padding-top: 4px;
}



nav.mobile {
  display: none;
}

.container {
  width: 100%;
  max-width: 1440px;
  margin: 0px auto;
}

header {
  width: 100%;
  padding: 64px;
  background: #CDCDCD;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .arrow {
  height: 32px;
  width: auto;
  position: absolute;
  bottom: 64px;
  left: calc(50% - 24px);
  -webkit-animation: shake-bottom 0.8s cubic-bezier(0.455, 0.030, 0.515, 0.955) 2s both;
	        animation: shake-bottom 0.8s cubic-bezier(0.455, 0.030, 0.515, 0.955) 2s both;
  
}

header .arrow img {
  height: 48px;
  width: auto;
}

header .header__content {
  width: 45%;
  color: white;
  
}

header .header__content p {
  font-size: 1.2em;
}

header.full {
  height: 100%;
  min-height: 100vh;
}

header.full.home {
  background-image: url("../img/home-banner.jpg");
  background-repeat: no-repeat;
  background-size: cover; 
}

header.full.services {
  background-image: url("../img/services-banner.jpg");
  background-repeat: no-repeat;
  background-size: cover; 
}

header.full.projects {
  background-image: url("../img/projects-banner.jpg");
  background-repeat: no-repeat;
  background-size: cover; 
  display: flex;
  align-items: flex-end;
  background-position: top;
}

header.full.opportunities {
  background-image: url("../img/opportunities-banner.jpg");
  background-repeat: no-repeat;
  background-size: cover; 
  display: flex;
  align-items: flex-end;
  background-position: center;
}

header.full.home .header__content{
  text-align: center;
  width: 100%;
  padding-left: 128px;
  padding-right: 128px;
}

header.full.projects .header__content{
  width: 45%;
}
  

header.full.home .header__content .logo__large img {
  height: 50vh;
  width: auto;
  padding-bottom: 32px;
}

.section__spacer {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.section__spacer.left {
  width: 100%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 64px;
}

.section__spacer.left .content {
  width: 41.666666667%;
  text-align: left;
}

.section__spacer.right {
  width: 100%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 64px;
}

.section__spacer.right .content {
  width: 41.666666667%;
  text-align: right;
}

.section__spacer.center {
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 64px;
}

.section__spacer.center.testimonials hr{
  margin-left: 360px;
  margin-right: 360px;
}

.section__spacer.center.testimonials h1{
  padding-bottom: 16px;
}

.section__spacer.center .testimonial {
  padding: 32px 0px;
}

.section__spacer.center.locations {
  padding-top: 0px;
}

.section__spacer.center.locations img{
  padding-left: 64px; 
  padding-right: 64px;
}

.map.desktop{
  display: block;
}

.map.mob{
  display: none;
}

.section__spacer.center .content {
  width: 70%;
  text-align: center;
}

.section__spacer.center .content img {
  width: 100%;
  height: auto;
  padding-top: 16px;
}

.executive__summary--left {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 64px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.executive__summary--left .title {
  width: 100%;
  padding-bottom: 1em;
}

.executive__summary--left .column__third {
  width: 30%;
}

.executive__summary--left .column__third img {
  width: 100%;
  height: auto;
}

.executive__summary--right {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 64px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.executive__summary--right .title {
  width: 100%;
  padding-bottom: 1em;
}

.executive__summary--right .column__third {
  width: 30%;
}

.executive__summary--right .column__third img {
  width: 100%;
  height: auto;
}

.content__section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 64px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.content__section.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.content__section .title {
  width: 100%;
  padding-bottom: 1em;
}

.content__section .column__two {
  width: calc(50% - 32px);
}

.content__section .column__two--large {
  width: 60%;
}

.content__section .column__two--large img {
  width: 100%;
  height: auto;
  display: block;
}

.content__section .column__two--large video {
  width: 100%;
  height: auto;
}

.content__section .column__two--small {
  width: calc(40% - 64px);
}

.content__section .column__three {
  width: 33%;
}

.content__section .column__three img {
  width: 100%;
  height: auto;
  display: block;
  padding-bottom: 32px;
  padding-top: 16px;
}



.tab__content .content__section {
  padding: 0px;
  }

.button {
  width: auto;
  height: auto;
  min-height: 64px;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #E94F1D;
  color: white;
  padding: 16px 32px;
  -webkit-transition: background 0.3s linear;
  transition: background 0.3s linear;
}

.button.rounded {
  border-radius: 4px;
}

.button.circular {
  border-radius: 32px;
}

.button img {
  margin-right: 16px;
  height: 24px;
  width: 24px;
}

.button:hover {
  cursor: pointer;
  background: #1b5dab;
}

.image__list {
  width: calc(100% - 2.5em);
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin: 1em 0 0 2.5em;
}

.image__list .li {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0.5em 0;
}

.image__list .li .icon {
  width: 32px;
  height: auto;
}

.image__list .li .icon img {
  width: 18px;
  height: 18px;
  display: block;
}

.image__list .li .item {
  width: calc(100% - 32px);
  line-height: 1.5;
  color: black;
  font-size: 0.875em;
  font-weight: 300;
}



.tabs__section {
  width: 100%;
  height: auto;
  padding: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.tabs__section .tab__buttons {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.tabs__section .tab__buttons:hover {
  cursor: pointer;
}

.tabs__section .tab__buttons.btmborder {
  border-bottom: 1px solid #E94F1D;
}

.tabs__section .tab__buttons .tab__button {
  width: auto;
  height: auto;
  min-height: 64px;
  padding: 0px 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 1em;
  font-weight: 300;
  font-size: 1.15em;
  background: #f2f2f2;
}

.tabs__section ul{
  list-style-type: disc;
}

.tabs__section .tab__buttons .tab__button:hover {
  cursor: pointer;
}

.tabs__section .tab__buttons .tab__button.topborder {
  border-top: 4px solid #E94F1D;
}

.tabs__section .tab__buttons .tab__button.btmborder {
  background: #FFF;
  color: #CDCDCD;
}

.tabs__section .tab__buttons .tab__button.btmborder:hover {
  background: none;
  color: #666;
}

.tabs__section .tab__buttons .tab__button.btmborder.selected {
  font-weight: 700;
  background: #FFF;
  color: #000;
  border-bottom: 4px solid #E94F1D;
}

.tabs__section .tab__buttons .tab__button:nth-last-child() {
  margin-right: 0px;
}

.tabs__section .tab__buttons .tab__button:hover {
  background: #CDCDCD;
  cursor: pointer;
}

.tabs__section .tab__buttons .tab__button.selected {
  font-weight: 700;
  background: #CDCDCD;
}

.tabs__section .tab__content {
  width: 100%;
  padding: 32px;
  background: #CDCDCD;
  display: none;
}

.tabs__section .tab__content.white {
  background: #FFF;
}

.tabs__section .tab__content.selected {
  display: block;
}

.tabs__section .tab__content h3 {
  font-family: brandon-grotesque, sans-serif;
  font-size: 1.25em;
  font-weight: 700;
}

.tabs__section .tab__content p {
  font-size: 1.1em;
  margin: 1em 0 0 2.5em;
  padding: 0.5em 0;
}

.tabs__section .tab__content ul {
  font-size: 1.1em;
}


.carousel__section {
  width: 100%;
  height: auto;
  padding: 64px;
  text-align: center;
}

.slider.expand .slick-current img, .slider.expand .slick-current h3, .slider.expand .slick-current p {
  -webkit-transform: scale(1.25);
  transform: scale(1.25);
  text-align: center;
}

.slider.expand .slick-current h3 {
  margin-top: 64px !important;
  margin-bottom: 12px !important;
  display: block;
}

.slider.expand .slick-prev.slick-arrow, .slider.expand .slick-next.slick-arrow {
  top: 232px;
}

.slick-slider {
  padding: 0px 0px 0px;
}

.slick-center {
  z-index: 999;
}

.slick-list {
  overflow: visible !important;
}

.slick-active img {
  -webkit-transform-origin: center center;
          transform-origin: center center;
  /*-webkit-transform: scale(0.75);*/
  /*transform: scale(0.75);*/
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: -webkit-transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear;
}

.slick-prev:before, .slick-next:before {
  content: '' !important;
  color: blue !important;
  width: 32px !important;
  height: 18px !important;
  display: block;
  font-size: 32px !important;
  position: absolute;
  margin: 0 !important;
}

.slick-prev.slick-arrow {
  height: 42px !important;
  background: url("../img/left-arrow.png") no-repeat top left;
  background-size: 100%;
}

.slick-next.slick-arrow {
  height: 42px !important;
  background: url("../img/right-arrow.png") no-repeat top left;
  background-size: 100%;
}

.slick-slide {
  position: relative;
  z-index: 100;
  padding: 64px;
  overflow: hidden;
}

.slick-center + .slick-slide {
  z-index: 8;
}

.slick-slide img {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
}

.slick-slide img:hover {
  cursor: pointer;
}

.slick-slide h3 {
  margin-top: 18px;
  font-family: brandon-grotesque, sans-serif;
  color: #E94F1D;
  font-size: 0.95em;
  font-weight: 700;
  margin-bottom: 4px
}

.slick-slide p {
  font-size: 0.8em;
  margin-top: 0px;
}

.slick-prev, .slick-next {
  width: 24px !important;
  height: 20px !important;
}

.slick-prev {
  left: 0px !important;
}

.slick-next {
  right: 0px !important;
}

.slick-arrow {
  z-index: 100 !important;
}

.slick-dots {
  bottom: 16px !important;
}

.slick-dots li {
  background: #DCDCDC !important;
  width: 12px !important;
  height: 12px !important;
  margin: 0px 8px !important;
  border-radius: 6px;
}

.slick-dots li button:before {
  color: transparent !important;
}

.slick-dots li.slick-active button:before {
  background: darkgray !important;
  width: 12px !important;
  height: 12px !important;
  border-radius: 6px;
  color: transparent !important;
}


footer {
  width: 100%;
  height: auto;
  background:#E94F1D;
  padding: 8px 16px;
  display: flex;
  justify-content: center;
  color: white;
}

footer .contact {
  margin-top: 16px;
  font-size: 0.75em;
}

footer a:link {
  color: white;
}

@media only screen and (min-width: 668px) and (max-width: 1024px){
  h1{
    font-size: 2.5em;
  }
  header.full.home .header__content .logo__large img{
    height: 32vh;
    padding-bottom: 32px;
  }
  html.noscroll, body.noscroll {
    overflow: hidden;
  }
  nav.desktop {
    display: none;
  }
  nav.mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    z-index: 10000;
  }
  nav.mobile .navigation {
    height: 128px;
    width: 100%;
    min-width: 100vw;
    background: black;
    padding: 16px 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  nav.mobile .navigation .logo img {
    width: auto;
    height: 96px;
  }
  nav.mobile .navigation .touchmenu img {
    width: 32px;
    height: auto;
    display: block;
  }
  nav.mobile .navigation .touchmenu:hover {
    cursor: pointer;
  }
  nav.mobile .menu {
    width: 100%;
    height: 100%;
    min-width: 100vw;
    min-height: 100vh;
    background: #E94F1D;
    top: 0px;
    left: 100%;
    position: fixed;
    display: none;
    overflow-y: auto;
  }
  nav.mobile .menu.open {
    width: 100%;
    height: 100%;
    min-width: 100vw;
    min-height: 100vh;
    left: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-animation: slideInRight 0.3s linear;
            animation: slideInRight 0.3s linear;
    z-index: 1000;
  }
  nav.mobile .menu.open .close {
    width: 100%;
    padding: 16px;
    color: white;
    text-align: right;
  }
  nav.mobile .menu.open .close img {
    width: 24px;
    height: auto;
  }
  nav.mobile .menu.open .close:hover {
    cursor: pointer;
  }
  nav.mobile .menu.open ul {
    width: 100%;
    margin: 0px 0px 0px 0px;
  }
  nav.mobile .menu.open ul li {
    width: 100%;
    text-align: right;
    background: #E94F1D;
  }
  nav.mobile .menu.open ul li:hover {
    background: #2275d7;
  }
  nav.mobile .menu.open ul li a {
    display: block;
    color: white;
    text-decoration: none;
    padding: 8px 16px;
  }
  nav.mobile .menu.open ul ul li {
    background: #1f69c1;
  }
  nav.mobile .menu.open ul ul li:hover {
    background: #1b5dab;
  }
  header.full.projects {
    background-image: url(../img/projects-banner-mob.jpg);
  }

  header.full.projects {
    align-items: center;
    padding-top: 128px;
  }

  header.full.projects .header__content {
    width: 90%;
  }

  header.full .header__content {
    width: 90%;
  }

  header.full p{
    font-size: 1.3em;
  }


 
  
}

@media only screen and (min-width: 360px) and (max-width: 667px) {
  h1{
    font-size: 2.2em;
  }

  h2 {
    font-size: 1em;
  }

  h3 {
    font-size: 1em;
  }

  p{
    font-size: 1em;
  }
  
  html.noscroll, body.noscroll {
    overflow: hidden;
  }
  nav.desktop {
    display: none;
  }
  nav.mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    z-index: 10000;
  }
  nav.mobile .navigation {
    height: 88px;
    width: 100%;
    min-width: 100vw;
    background: black;
    padding: 8px 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  nav.mobile .navigation .logo img {
    width: auto;
    height: 96px;
  }
  nav.mobile .navigation .touchmenu img {
    width: 32px;
    height: auto;
    display: block;
  }
  nav.mobile .navigation .touchmenu:hover {
    cursor: pointer;
  }
  nav.mobile .menu {
    width: 100%;
    height: 100%;
    min-width: 100vw;
    min-height: 100vh;
    background: #E94F1D;
    top: 0px;
    left: 100%;
    position: fixed;
    display: none;
    overflow-y: auto;
  }
  nav.mobile .menu.open {
    width: 100%;
    height: 100%;
    min-width: 100vw;
    min-height: 100vh;
    left: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-animation: slideInRight 0.3s linear;
            animation: slideInRight 0.3s linear;
    z-index: 1000;
  }
  nav.mobile .menu.open .close {
    width: 100%;
    padding: 16px;
    color: white;
    text-align: right;
  }
  nav.mobile .menu.open .close img {
    width: 24px;
    height: auto;
  }
  nav.mobile .menu.open .close:hover {
    cursor: pointer;
  }
  nav.mobile .menu.open ul {
    width: 100%;
    margin: 0px 0px 0px 0px;
  }
  nav.mobile .menu.open ul li {
    width: 100%;
    text-align: right;
    background: #E94F1D;
  }
  nav.mobile .menu.open ul li:hover {
    background: #2275d7;
  }
  nav.mobile .menu.open ul li a {
    display: block;
    color: white;
    text-decoration: none;
    padding: 8px 16px;
  }
  nav.mobile .menu.open ul ul li {
    background: #1f69c1;
  }
  nav.mobile .menu.open ul ul li:hover {
    background: #1b5dab;
  }

  header.full.home {
    width: 100%;
    background-position: right;
  }
  header.full.home .header__content{
    padding: 0px;
  }
  header.full.home .header__content h1{
    padding-top: 32px
  }

  header.full.home .header__content .logo__large img{
    height: 32vh;
    padding-bottom: 32px;
  }
  header.full {
    height: 80vh;
  }

  header.full {
    min-height: 80vh;
    padding-top: 88px;
  }
  header .header__content {
    width: 100%;
    text-align: center;
  }

  header .header__content p {
    font-size: 1.1em;
  }

  header.full.projects .header__content {
    width: 100%;
  }

  header .arrow img {
    display: none;
  }

  header.full.projects {
    background-image: url(../img/projects-banner-mob.jpg);
  }

  header.full.opportunities {
    background-image: url(../img/opportunities-banner-mob.jpg);
  }

  .section__spacer.left, .section__spacer.right, .section__spacer.center {
    padding: 32px;
  }
  .section__spacer.left .content, .section__spacer.right .content, .section__spacer.center .content {
    width: 100%;
  }
  .section__spacer.right .content {
    text-align: left;
  }

  .section__spacer.center h1{
    font-size: 1.8em;
  }

  .section__spacer.center.testimonials hr{
    margin-left: 80px;
    margin-right: 80px;
  }

  .section__spacer.center.locations img{
    padding: 0px;
  }

  .map.desktop{
    display: none;
  }

  .map.mob{
    display: block;
  }

  .executive__summary--left, .executive__summary--right {
    padding: 32px;
  }
  .executive__summary--left .column__third, .executive__summary--right .column__third {
    width: 100%;
  }
  .executive__summary--left .column__third:nth-child(even), .executive__summary--right .column__third:nth-child(even) {
    padding: 32px 0px;
  }
  .executive__summary--left .column__third img, .executive__summary--right .column__third img {
    width: 100%;
  }
  .content__section {
    padding: 32px;
  }
  .content__section .title {
    padding-bottom: 0px;
  }
  .content__section .column__two {
    width: 100%;
  }
  .content__section .column__three {
    width: 100%;
  }
  .content__section .column__three:nth-child(even) {
    padding: 32px 0px;
  }
  .content__section .column__three .image__list {
    width: 100%;
    margin: 0px;
  }
  .content__section .column__three ul, .content__section .column__three ol {
    margin: 0px 0px 0px 1em;
  }
  .content__section .column__two--large {
    width: 100%;
  }
  .content__section .column__two--large img {
    padding-bottom: 32px;
  }
  .content__section .column__two--large video {
    padding-bottom: 32px;
  }
  .content__section .column__two--small {
    width: 100%;
  }
  .content__section .button {
    width: 100%;
    margin-bottom: 16px;
  }
  .information__blocks {
    padding: 32px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .information__blocks .information__block {
    width: 100%;
  }
  .information__blocks .information__block:nth-child(even) {
    padding: 16px 0px;
  }
  .document__blocks {
    padding: 32px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .document__blocks .document__block {
    width: 100%;
  }
  .document__blocks .document__block:nth-child(even) {
    padding: 16px 0px;
  }

  
  .tabs__section {
    padding: 32px;
  }
  .tabs__section .tab__buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    flex-wrap: nowrap;
  }
  .tabs__section .tab__buttons .tab__button {
    width: 100%;
    text-align: center;
    padding: 0 8px;
    font-size: 0.75em;
    min-height: 32px;
  }
  .tabs__section .tab__buttons .tab__button.btmborder{
    padding-bottom: 8px;
  }
  .tabs__section .tab__buttons .tab__button:hover {
    cursor: pointer;
  }
  .tabs__section .tab__content {
    padding: 24px 16px;
  }
  .tabs__section .tab__content p {
    font-size: 1em;
  }

  .tabs__section .tab__content ul {
    font-size: 1em;
  }
  .team__section {
    padding: 32px;
  }
  .team__section .team__blocks {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .team__section .team__blocks .team__block--large {
    width: 100%;
  }
  .team__section .team__blocks .team__block--small {
    width: 100%;
  }
  .team__section .team__profiles .profile__tabs {
    width: 100%;
  }
  .team__section .team__profiles .profile__content--area {
    padding-top: 16px;
    width: 100%;
  }
  .team__section .team__profiles .profile__content--area .profile__content .profile__information .avatar {
    width: 48px;
  }
  .team__section .team__profiles .profile__content--area .profile__content .profile__information .avatar img {
    width: 48px;
  }
  .team__section .team__profiles .profile__content--area .profile__content .profile__information .title {
    width: calc((100% - 48px) - 24px);
  }
  .team__section .team__profiles .profile__content--area .profile__content .profile__information .title h3 {
    font-size: 1.125em;
  }
  .team__section .team__profiles .profile__content--area .profile__content .profile__information .title h4 {
    font-size: 0.75em;
  }
  .carousel__section {
    padding: 32px;
    
  }
  .slick-slide {
    padding: 40px;
  }
  .slick-slider {
    width: 100% !important;
    max-width: 100vw !important;
    overflow: hidden !important;
  }
  .slider.expand .slick-current h3 {
    font-size: 1em;
  }
  .slick-current h3 {
    margin-top: 64px !important;
    font-size: 13px;
    line-height: 1.25;
  }
  .slick-current p {
    font-size: 11px;
  }
  .slick-prev.slick-arrow {
    right: 100% !important;
    margin-left: 0px;
  }
  .slick-next.slick-arrow {
    left: 100% !important;
    margin-left: -26px;
  }
  .modal.bio {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .modal.bio .modal__profile--bio {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .modal.bio .modal__profile--bio .column__three {
    width: 100%;
  }
  .modal.video .modal__video {
    max-width: 320px;
  }
  footer {
    padding: 16px;
  }

  footer p { 
    text-align: center;
  }
  footer .footer__links ul li a {
    font-size: 0.75em;
  }
  footer .footer__links ul li::after {
    margin: 0px 8px;
  }
}

@media only screen and (min-width: 360px) and (max-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
  h1{
    font-size: 2.2em;
  }
  
  nav.desktop {
    display: none;
  }
  .subnav {
    display: none;
  }
  nav.desktop {
    display: none;
  }
  nav.mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    z-index: 10000;
  }
  nav.mobile .navigation {
    height: 88px;
    width: 100%;
    min-width: 100vw;
    background: black;
    padding: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  nav.mobile .navigation .logo img {
    width: auto;
    height: 56px;
  }
  nav.mobile .navigation .touchmenu img {
    width: 32px;
    height: auto;
    display: block;
  }
  nav.mobile .navigation .touchmenu:hover {
    cursor: pointer;
  }
  nav.mobile .menu {
    width: 100%;
    height: 100%;
    min-width: 100vw;
    min-height: 100vh;
    background: #E94F1D;
    top: 0px;
    left: 100%;
    position: fixed;
    display: none;
  }
  nav.mobile .menu.open {
    width: 100%;
    height: 100%;
    min-width: 100vw;
    min-height: 100vh;
    left: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-animation: slideInRight 0.3s linear;
            animation: slideInRight 0.3s linear;
    z-index: 1000;
  }
  nav.mobile .menu.open .close {
    width: 100%;
    padding: 16px;
    color: white;
    text-align: right;
  }
  nav.mobile .menu.open .close img {
    width: 24px;
    height: auto;
  }
  nav.mobile .menu.open .close:hover {
    cursor: pointer;
  }
  nav.mobile .menu.open ul {
    width: 100%;
    margin: 0px 0px 0px 0px;
  }
  nav.mobile .menu.open ul li {
    width: 100%;
    text-align: right;
    background: #E94F1D;
  }
  nav.mobile .menu.open ul li:hover {
    background: #2275d7;
  }
  nav.mobile .menu.open ul li a {
    display: block;
    color: white;
    text-decoration: none;
    padding: 8px 16px;
  }
  nav.mobile .menu.open ul ul li {
    background: #1f69c1;
  }
  nav.mobile .menu.open ul ul li:hover {
    background: #1b5dab;
  }
  header .header__content {
    width: 100%;
  }
  .section__spacer.center.testimonials h1 {
    padding-bottom: 0px;
  }

  .section__spacer.left, .section__spacer.right, .section__spacer.center {
    padding: 32px;
  }
  .section__spacer.left .content, .section__spacer.right .content, .section__spacer.center .content {
    width: 100%;
  }
  .section__spacer.right .content {
    text-align: left;
  }

  .section__spacer.center.testimonials hr{
    margin-left: 80px;
    margin-right: 80px;
  }

  .section__spacer.center.locations img{
    padding: 0px;
  }
  .executive__summary--left, .executive__summary--right {
    padding: 32px;
  }
  .executive__summary--left .column__third, .executive__summary--right .column__third {
    width: 100%;
  }
  .executive__summary--left .column__third:nth-child(even), .executive__summary--right .column__third:nth-child(even) {
    padding: 32px 0px;
  }
  .executive__summary--left .column__third img, .executive__summary--right .column__third img {
    width: 100%;
  }
  .content__section {
    padding: 32px;
  }
  .content__section .title {
    padding-bottom: 0px;
  }
  .content__section .column__two {
    width: 100%;
  }
  .content__section .column__three {
    width: 100%;
  }
  .content__section .column__three img{
    padding-bottom: 32px;
    padding-top: 16px;
  }

  .content__section .column__three:nth-child(even) {
    padding: 0px 0px;
  }

  .content__section .column__three .image__list {
    width: 100%;
    margin: 0px;
  }
  .content__section .column__three ul, .content__section .column__three ol {
    margin: 0px 0px 0px 1em;
  }
  .content__section .column__two--large {
    width: 100%;
  }
  .content__section .column__two--large img {
    padding-bottom: 32px;
  }
  .content__section .column__two--large video {
    padding-bottom: 32px;
  }
  .content__section .column__two--small {
    width: 100%;
  }
  .content__section .button {
    width: 100%;
    margin-bottom: 16px;
  }
  .information__blocks {
    padding: 32px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .information__blocks .information__block {
    width: 100%;
  }
  .information__blocks .information__block:nth-child(even) {
    padding: 16px 0px;
  }
  .document__blocks {
    padding: 32px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .document__blocks .document__block {
    width: 100%;
  }
  .document__blocks .document__block:nth-child(even) {
    padding: 16px 0px;
  }
  .tabs__section {
    padding: 32px;
  }
  .tabs__section .tab__buttons .tab__button {
    padding: 0 8px;
    font-size: 1em;
    min-height: 32px;
  }
  .tabs__section .tab__content {
    padding: 24px 16px;
  }

  .tabs__section .tab__content p { 
    margin: 0;
  }
  .team__section {
    padding: 32px;
  }
  .team__section .team__blocks {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .team__section .team__blocks .team__block--large {
    width: 100%;
  }
  .team__section .team__blocks .team__block--small {
    width: 100%;
  }
  .team__section .team__profiles .profile__tabs {
    width: 100%;
  }
  .team__section .team__profiles .profile__content--area {
    padding-top: 16px;
    width: 100%;
  }
  .team__section .team__profiles .profile__content--area .profile__content .profile__information .avatar {
    width: 48px;
  }
  .team__section .team__profiles .profile__content--area .profile__content .profile__information .avatar img {
    width: 48px;
  }
  .team__section .team__profiles .profile__content--area .profile__content .profile__information .title {
    width: calc((100% - 48px) - 24px);
  }
  .team__section .team__profiles .profile__content--area .profile__content .profile__information .title h3 {
    font-size: 1.125em;
  }
  .team__section .team__profiles .profile__content--area .profile__content .profile__information .title h4 {
    font-size: 0.75em;
  }
  .carousel__section {
    padding: 32px;
  }
  .slick-slider {
    width: 100% !important;
    max-width: 100vw !important;
    overflow: hidden !important;
  }
  .slick-current h3 {
    margin-top: 64px !important;
    font-size: 13px;
    line-height: 1.25;
  }
  .slick-current p {
    font-size: 11px;
  }
  .slick-prev.slick-arrow {
    right: 100% !important;
    margin-left: 0px;
  }
  .slick-next.slick-arrow {
    left: 100% !important;
    margin-left: -26px;
  }
  .modal.bio {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .modal.bio .modal__profile--bio {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .modal.bio .modal__profile--bio .column__three {
    width: 100%;
  }
  .modal.video .modal__video {
    max-width: 320px;
  }
  footer {
    padding: 16px;
  }

  footer p{
    text-align: center;
  }


  footer .footer__links ul li a {
    font-size: 0.75em;
  }
  footer .footer__links ul li::after {
    margin: 0px 8px;
  }
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@-webkit-keyframes bounce-in-top {
  0% {
    -webkit-transform: translateY(-500px);
            transform: translateY(-500px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0;
  }
  38% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    opacity: 1;
  }
  55% {
    -webkit-transform: translateY(-65px);
            transform: translateY(-65px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  72% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  81% {
    -webkit-transform: translateY(-28px);
            transform: translateY(-28px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  90% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  95% {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}
@keyframes bounce-in-top {
  0% {
    -webkit-transform: translateY(-500px);
            transform: translateY(-500px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    opacity: 0;
  }
  38% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
    opacity: 1;
  }
  55% {
    -webkit-transform: translateY(-65px);
            transform: translateY(-65px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  72% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  81% {
    -webkit-transform: translateY(-28px);
            transform: translateY(-28px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  90% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  95% {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}

@-webkit-keyframes shake-bottom {
  0%,
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
  }
  10% {
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg);
  }
  20%,
  40%,
  60% {
    -webkit-transform: rotate(-4deg);
            transform: rotate(-4deg);
  }
  30%,
  50%,
  70% {
    -webkit-transform: rotate(4deg);
            transform: rotate(4deg);
  }
  80% {
    -webkit-transform: rotate(-2deg);
            transform: rotate(-2deg);
  }
  90% {
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg);
  }
}
@keyframes shake-bottom {
  0%,
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
  }
  10% {
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg);
  }
  20%,
  40%,
  60% {
    -webkit-transform: rotate(-4deg);
            transform: rotate(-4deg);
  }
  30%,
  50%,
  70% {
    -webkit-transform: rotate(4deg);
            transform: rotate(4deg);
  }
  80% {
    -webkit-transform: rotate(-2deg);
            transform: rotate(-2deg);
  }
  90% {
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg);
  }
}






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