/*
Theme Name: Frequency
Theme URI: https://frequency.nz
Author: Established Group
Author URI: http://establishedgroup.com
Version: 1.0.0
*/


@font-face {
    font-family: 'Font Awesome 5 Pro Light';
    font-style: normal;
    font-weight: 300;
    src: url("../frequency/assets/fonts/fontawesomepro/fa-light-300.eot");
    src: url("../frequency/assets/fonts/fontawesomepro/fa-light-300.eot?#iefix") format("embedded-opentype"), 
    url("../frequency/assets/fonts/fontawesomepro/fa-light-300.woff2") format("woff2"), 
    url("../frequency/assets/fonts/fontawesomepro/fa-light-300.woff") format("woff"), 
    url("../frequency/assets/fonts/fontawesomepro/fa-light-300.ttf") format("truetype"), 
    url("../frequency/assets/fonts/fontawesomepro/fa-light-300.svg#fontawesome") format("svg");
}

.fal {
  font-family: 'Font Awesome 5 Pro Light';
  font-weight: 300;
}

@font-face {
    font-family: 'Founders Bold';
    font-style: normal;
    src: url("../frequency/assets/fonts/FoundersGrotesk/FoundersGrotesk-Bold.woff2") format("woff2");
}

@font-face {
    font-family: 'Founders SemiBold';
    font-style: normal;
    src: url("../frequency/assets/fonts/FoundersGrotesk/FoundersGrotesk-Semibold.woff2") format("woff2");
}

  /* CSS RESETS */

  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,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,article,aside,canvas,details,embed,figure,figcaption,
  footer,header,hgroup,menu,nav,output,section,summary,time,mark,audio,video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
  }


  /* HTML5 display-role reset for older browsers */

  article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
    display: block;
  }

  html,body {
    scroll-behavior: smooth;
  }

  body {
    width: 100%;
    height: 100%;
    min-height: 100vh;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: none;
    font-family: proxima-nova, sans-serif;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 90px;
  }


  /* Flex Sticky Footer */

  body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
  }

  header,
  footer {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    z-index: 99;
  }

  .container {
    width: calc(100% - 80px);
    padding: 40px;
    margin: auto;
    max-width: 1400px;
    text-align: center;
  }

  .container.column_layout {
     padding: 0px;
  }

  .column_layout.title_bar {
    margin-bottom: 50px;
  }

  .intro .container {
    padding: 120px 0px 40px;
    max-width: 850px;
  }
  
  .columns {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
  }


  .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-around;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }

  .content {
    text-align: center;
  }

  section {
    position: relative;
  }

  article {
    text-align: left;
  }


  h1 {
    font-size: 38px;
    color: #282843;
    line-height: 1.2;
    font-weight: 800;
  }

  .title h1 {
    text-transform: uppercase;
    font-size: 34px;
    color: white;
    line-height: 1.2;
    font-weight: 800;
}

  h2 {
    font-size: 34px;
    color: white;
    line-height: 1.2;
    font-weight: 800;
    margin: 0 0 10px 0;
}

  article h2 {
    color: black;
  }

  .contact-leads h2 {
    color: black;
    text-align: left;
    margin-bottom: 40px;
  }

  .title_bar h3 {
    background-color: #18b24f;
    color: #282843;
    display: block;
    padding: 20px 40px;
    margin: 20px -40px 30px -40px;
    width: 100%;
    text-align: left;
    font-weight: 700;
    font-size: 32px;
  }

  .generic article blockquote {
    margin: 40px 10% 40px 10%;
    padding-left: 40px;
    border-left: 1px solid #ddd;

  }

  .generic article blockquote p {
      font-size: 1.3rem;
      line-height: 1.5;
      color: #888;

  }

  h4 {
    font-weight: 800;
    font-size: 24px;
    color: black;
    margin-bottom: 10px;
  }

  p {
    font-family: proxima-nova, sans-serif;
    font-weight: 400;
    color: black;
    font-size: 19px;
    line-height: 1.4;
    margin-bottom: 20px;
    text-align: left;
  }

  a {
    text-decoration: none;
    color:black;
    line-height: 1.4;
    }

  p a {
    text-decoration: underline;
    color:black;
    font-size: 19px;
    line-height: 1.4;
  }

  ul, ol {
    color: black;
    font-size: 19px;
    line-height: 1.4;
    margin-left: 20px;
    margin-bottom: 7px;
  }

  ul#news_teasers,
  ul#team_profiles {
    margin: 0;
  }

  b, strong {
    font-weight: 800;
  }

  em, i {
    font-style: italic;
  }

  hr {
    border:none;
    border-top: 1px solid #ddd;
    margin: 20px 0;
  }


  *:focus {
    outline: 0;
  }




  img {
  max-width: 100%;
  }

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

  .img-bg {
    background-size: cover;
    background-position: center center;
    height: 100%;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}



  /* WP Text Img Editor Alignment */

  .alignright,
  img.alignright,
  a img.alignright {
  float: right;
  margin: 0 0 1em 1em;
  }

  .alignleft,
  img.alignleft,
  a img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
  }

  .aligncenter,
  img.aligncenter,
  a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  }

  .wp-caption {
  max-width: 100%;
  }

  a.btn, .btn a {
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
    display: inline-block;
    cursor: pointer;
    padding: 12px 33px 10px 33px;
    background-color: #f26a59;
    margin: 0px 0 20px 0;
    font-size: 17px;
    font-weight: 500;
    color: white;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
  }

   a.btn:hover, 
   .btn a:hover {
    background-color: #b14d40;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
   }

  .btn.focus, .btn:focus {
    outline: 0;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
  }




  .a-btn-link,
  .btn-link, 
  a.btn-link, 
  .btn-link a {
    padding: 0px 25px 10px 0px;
    margin: 0 auto 10px auto;
    font-size: 15px;
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
    display: inline-block;
    cursor: pointer;
  }

  .a-btn-link::before,
  .btn-link::before,
  a.btn-link::before,
  .btn-link a::before {
    font-family: 'Font Awesome 5 Pro Light';
    content: '\f101';
    content: '\f061'; 
    content: '\f105'; 
     font-weight: 900; 
    position: absolute;
    font-size: 17px;
    top: -2px;
    right: 13px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

  .a-btn-link:hover:before,
  .btn-link:hover:before,
  a.btn-link:hover:before,
  .btn-link a:hover:before {
    right: 5px;
  }



.frequency_navy {
  color: #282843;
}

.frequency_blue {
  color: #009fe3;
}

.frequency_yellow {
  color: #fab317;
}

.frequency_red {
  color: #f26a59;
}

.frequency_green {
  color: #18b24f;
}

.frequency_lilac {
  color: #c388bb;
}


/* Youtube Embed mobile responsive */

.embed-youtube {
    position: relative;
    padding-bottom: 56.25%; /* - 16:9 aspect ratio (most common) */
    /* padding-bottom: 62.5%; - 16:10 aspect ratio */
    /* padding-bottom: 75%; - 4:3 aspect ratio */
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.embed-youtube iframe,
.embed-youtube object,
.embed-youtube embed {
    border: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}




/*
*
*
* Main Hero Slider
*
* * * * * * * * * * * * * * * */


/*.top-banner {
  width:calc(100% - 40px);
  max-width: 1200px;
  padding: 0 20px;
  margin: auto;
}
*/
.main_image {
  background-color: #000;
  width: 100%;
  height: 70vh;
  max-height: 650px;
  background-size: cover;
  background-position: center center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main_image {
  -webkit-animation: fadein 1s;
  animation: fadein 1s;
}

@-webkit-keyframes fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}

@keyframes fadein {
  from { opacity: 0; }
  to   { opacity: 1; }
}

.main_image:before {
  content: '';
  display: block; 
  position: absolute;
  width: 100%;
  height: 70vh;
  max-height: 650px;
  background-color: rgba(0,0,0,0.2);
  z-index: 1;
}


.main_image .text-wrapper {
      z-index: 10;
      position: relative;
      height: 70vh;
      max-height: 650px;
      width: 100%;

      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;

      -webkit-box-align: center;

          -ms-flex-align: center;

              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      text-align: left;

    }

    .main_image .slider-title {
        background-color: rgba(255, 255, 255, 0.7);
        width: 100%;
        padding: 20px 0;
        text-align: center;
    }

    .main_image .text-wrapper h1,
    .main_image .text-wrapper h2 {
          font-size: 34px;
          text-transform: uppercase;
          color: #282843;
          line-height: 1.2;
          font-weight: 800;
          margin: 0;
          max-width: 80%;
          margin: auto;
  }







/*.lightSlider,
.lSSlideOuter,
.lSSlideWrapper  {
  overflow: visible!important;
}
*/


.lSSlideOuter  ul {
      list-style: none outside none;
      padding-left: 0;
      margin-bottom:0;
      width: 100%;
      height: 100%;
  }

  .lSSlideOuter  li {
    height: 70vh;
      max-height: 650px;
  }

  .lSSlideOuter  .slider-img {
      display: block;
      background-size: cover;
      background-position: center center;
       width: 100%;
      height: 70vh;
      max-height: 650px;
      position: absolute;
  }


  .lSSlideOuter  ul.lSPager {
    height: 35px!important;
    margin-top: -35px!important;
  }

  .lSSlideOuter  ul.lSPager li {
    height: 35px!important;
  }

  .lSSlideOuter .lSPager.lSpg > li a {
    background-color: rgba(255,255,255,0.6)!important;
  }

  .lSSlideOuter .lSPager.lSpg > li.active a {
    background-color: rgba(255,255,255,1)!important;
  }

  .lSSlideOuter .lSAction a i.fal {
    font-weight: 800;
    font-size: 32px;
    color: white;
  }

  .lSSlideOuter .lSAction > a {
        opacity: 1;
  }

  .lSSlideOuter .lSAction > a:hover {
        opacity: 0.5;
  }

  #home-slider .lSAction > a {
    opacity: 0;
  }


  .lSSlideOuter .text-wrapper {
      z-index: 10;
      position: relative;
      height: 70vh;
      max-height: 650px;

      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;

      -webkit-box-align: center;

          -ms-flex-align: center;

              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      text-align: left;

    }

    .lSSlideOuter .slider-title {
        background-color: rgba(255, 255, 255, 0.7);
        width: 100%;
        padding: 20px 0;
        text-align: center;
    }

    .lSSlideOuter .text-wrapper a {
        text-decoration: none;       
    }

    .lSSlideOuter .text-wrapper h2 {
      font-size: 34px;
      text-transform: uppercase;
      color: #282843;
      line-height: 1.2;
      font-weight: 800;
      margin: 0;
      max-width: 80%;
      margin: auto;
  }




/*
*
*
* Home Page
*
* * * * * * * * * * * * * * * */


.home-intro article {
    max-width: 1000px;
    margin: 0 auto;
}

.home-intro h1 {
    color: black;
    font-size: 26px;
    font-weight: 600;
}

.title {
        background-color: #282843;
        width: 100%;
        padding: 20px 0;
        text-align: center;
}

.title h2 {
    text-transform: uppercase;
    margin: 0;
}

section .quote {
    width: 100%;
    padding: 20px;
    text-align: center;
    color: #18b24f;
    font-size: 50px;
    line-height: 1.1;
    font-weight: 900;
    max-width: 1000px;
    margin: 0 auto;
}


.lSSlideOuter .project-text-wrapper {
    z-index: 10;
    position: relative;
    height: 70vh;
    max-height: 650px;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: left;

  }

.lSSlideOuter .project-slider-text {
    width: 25%;
    margin: 3%;
}

.project-slider-text p {
  color: white;
  line-height: 1.2;
}


.lSSlideOuter .project-slider-text p strong, 
.lSSlideOuter .project-slider-text strong,
.lSSlideOuter .project-slider-text p b,
.lSSlideOuter .project-slider-text b  {
  display: inline-block;
  font-size: 24px;
  margin-bottom: 5px;
}

  .project-text-wrapper.left {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .project-text-wrapper.right {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }

  .project-text-wrapper.top {
   -webkit-box-pack: start;
       -ms-flex-pack: start;
           justify-content: flex-start;
  }

  .project-text-wrapper.bottom {
   -webkit-box-pack: end;
       -ms-flex-pack: end;
           justify-content: flex-end;
  }

.multiply_row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row ;
              flex-flow: row ;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      list-style: none;
}

.multiply_row li {
  height: 500px;
  width: 50%;
    background-size: contain;
    background-position: bottom center;
    background-repeat: no-repeat;
    position: relative;
}

.multiply_row .img-wrapper {
   z-index: 2;
   height: 100%;
    width: 100%;
    position: absolute;
     background-size: contain;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-color: white;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
         -webkit-filter: grayscale(100%);
                 filter: grayscale(100%);
         opacity: 0.8;
 }

.multiply_row#news_teasers .img-wrapper {
  background-size: cover;
}

.multiply_row li .multiply {
    z-index: 3;
    height: 100%;
    width: 100%;
    position: absolute;
    mix-blend-mode: multiply;
    opacity: 0.9;
     -webkit-transition: all .5s;
     -o-transition: all .5s;
     transition: all .5s;
 }

 #team_profiles li:nth-child(4n+1) .multiply {
   background-color: #18b24f;
}
 #team_profiles li:nth-child(4n+2) .multiply {
   background-color: #fab317;
}
 #team_profiles li:nth-child(4n+3) .multiply {
   background-color: #009fe3;
}
 #team_profiles li:nth-child(4n+4) .multiply {
   background-color: #c388bb;
}



.multiply_row li:nth-child(1) .multiply {
   background-color: #18b24f;
}

.multiply_row li:nth-child(2) .multiply {
   background-color: #fab317;
}

.multiply_row li:nth-child(3) .multiply {
   background-color: #009fe3;
   opacity: 0.7;
}

.multiply_row#news_teasers li:nth-child(1) .multiply {
   background-color: #18b24f;
    opacity: 0.6;
}

.multiply_row#news_teasers li:nth-child(2) .multiply {
   background-color: #f26a59;
    opacity: 0.7;
}

.multiply_row#news_teasers li:nth-child(3) .multiply {
   background-color: #009fe3;
    opacity: 0.7;
}

.multiply_row#news_teasers li:hover .multiply {
  opacity: 0;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}

.txt-wrapper {
    position: absolute;
    bottom: 0;
    z-index: 4;
    height: 80px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    background-color: rgba(255,255,255,0.5);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.txt-wrapper h5 {
    margin-left: 30px;
    margin-right: 20px;
    font-size: 25px;
    line-height: 1.2;
    font-weight: 700;
}

.txt-wrapper h6 {
  margin-left: 30px;
  font-size: 20px;
   line-height: 1.2 ;
  text-transform: uppercase;
}

.multiply_row#news_teasers .txt-wrapper {
   -webkit-box-pack: start;
       -ms-flex-pack: start;
           justify-content: flex-start;
}

.multiply_row#news_teasers h5 {
     font-size: 22px;
     margin-top: 10px;
}

.multiply_row#news_teasers h6 {
     font-size: 18px;
}

.txt-wrapper-quote {
    position: absolute;
    z-index: 8;
   opacity: 0;
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: white;
    font-size: 34px;
    font-weight: 900;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.txt-wrapper-quote blockquote {
  font-family: 'Founders SemiBold';
  font-size: 40px;
  line-height: 1;
  width: 90%;
  margin: auto;
}


.txt-wrapper-quote blockquote:before {
    content: "“";
    margin: -65px 0 0 -3px;
    position: absolute;
    font-size: 150px;
    font-family: 'Founders Bold';
}

.txt-wrapper-quote blockquote:after {
    content: "”";
    position: absolute;
    margin: 3px 0 0 15px;
    font-size: 150px;
    font-family: 'Founders Bold';
}

#team_profiles li a:hover > .txt-wrapper-quote  {
    opacity: 1;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}


#team_profiles li a:hover > .img-wrapper {
    opacity: 0;
     -webkit-transition: all .5s;
     -o-transition: all .5s;
     transition: all .5s;
}


.related-posts.team h4 {
    font-weight: 600;
    font-size: 18px;
    color: black;
    /* margin-bottom: 2px; */
    text-transform: uppercase;
}


.related-posts.team {
    margin: 30px 0 30px 0;
}

.related-posts.team ul li {
    height: 7vw;
    width: 20%;
    margin-right: 1%;
    position: relative;
    min-width: 150px;
    min-height: 100px;
    margin-bottom: 20px;
}

.related-posts.team ul li .txt-titles {
    height: 30px;
}

.related-posts.team ul li .txt-titles h5 {
    margin-left: 0;
    font-size: 13px;
}




#team_profiles li a {
  width: 50%;
}





/*
*
*
* About us
*
* * * * * * * * * * * * * * * */

main.columns {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

main.columns article {
  text-align: left;
  width: 45%;
}

main.columns aside {
  text-align: left;
  width: 50%;
}


main.columns article p .intro-text {
  font-weight: 500;
  font-size: 32px;
  line-height: 1.3;
}


.content_section h3 {
    background-color: #18b24f;
    color: #282843;
    display: block;
    padding: 20px 0;
    margin: 0 -40px 30px -40px;
    width: calc(100% + 80px);
    text-align: left;
    font-weight: 700;
    font-size: 32px;
}

.content_section h3 a {
    margin-left: 40px;
    color: #282843;
}


.content_section h3 a::after {
    font-family: 'Font Awesome 5 Pro Light';
    content: '\f101';
    content: '\f061';
    content: '\f105';
    font-weight: 900;
    line-height: 20px;
    font-size: 35px;
    vertical-align: middle;
    margin: 0px 0 0 8px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.content_section h3 a:hover:after  {
    margin: 0px 0 0 15px;
  }



.section-link {
    background-color: lime;
    width: 100%;
    display: block;
    padding: 30px 0;
    text-align: left;
}


ul#teamSlider {
  padding-bottom: 50px!important;
}

#teamSlider .slide_wrap {
    position: relative;
    height: 400px;
    width: 100%;
    margin: 0;
    margin-bottom: 60px;
}

#teamSlider .slide_wrap > a {
    display: block;
    height: 220px;
    width: 45%;
}

#teamSlider .img-wrapper {
    height: 100%;
    width: 40%;
 }

 #teamSlider .multiply {
    height: calc(100% + 4px);
    width: calc(40% + 4px);
 
 }

#teamSlider .slide_wrap > div {
    width: 50%;
    margin: 90px 0 0 0;
    text-align: left;
}


.team_group_slider .lSSlideOuter .lSAction a i.fal {
    font-weight: 800;
    font-size: 32px;
    color: #282843!important;
}

.team_group_slider .lSAction > .lSPrev {
    background-position: 0 0;
    left: -40px;
}







h3.accordian {
    background-color: #18b24f;
    color: #282843;
    display: block;
    padding: 20px 40px;
    margin: 0 -40px 30px -40px;
    width: 100%;
    text-align: left;
    font-weight: 700;
    font-size: 32px;
    cursor: pointer;
}


h3.accordian::after {
    font-family: 'Font Awesome 5 Pro Light';
    content: '\f101';
    content: '\f061';
    content: '\f105';
     display: inline-block;
    font-weight: 900;
    line-height: 20px;
    font-size: 35px;
    vertical-align: middle;
    margin: 0px 0 0 12px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


h3.accordian.active::after {
   display: inline-block;
   -webkit-transform: rotate(90deg);
       -ms-transform: rotate(90deg);
           transform: rotate(90deg);
       -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}



.team_group {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
       -webkit-box-pack: start;
           -ms-flex-pack: start;
               justify-content: flex-start;
      list-style: none;
      margin-bottom: 30px;
}

.container.content_section {
  padding-bottom: 0px;
}

.container.team {
  padding-top: 20px;
}

.container.team .team_pics,
.accordian_content {
  display: none;
}

.team_group li {
    position: relative;
    height: 350px;
    width: 24%;
    margin-right: 1%;
    margin-bottom: 20px;
}

.team_group li:hover .multiply {
  opacity: 0.8;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.team_group li:nth-child(4n)  {
  margin-right: 3px;
}

.team_group .img-wrapper {
    position: absolute;
    z-index: 2;
    height: calc(100% - 80px);
    width: 100%;
    border:  2px solid #18b24f;
    background-size: contain;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-color: white;
 }

 .team_group .multiply {
   z-index: 3;
   height: calc(100% - 76px);
    width: calc(100% + 4px);
    position: absolute;
    mix-blend-mode: multiply;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
 }

.team_group .txt-titles {
    position: absolute;
    text-align: left;
    top: calc(80% + 7px);
}

.txt-titles h5 {
    margin-left: 20px;
    font-size: 21px;
    line-height: 1.2;
    font-weight: 700;
}

.txt-titles h6 {
    margin-left: 20px;
    font-size: 17px;
    line-height: 1.2;
    text-transform: uppercase;
}

.txt-titles h6 em {
    font-size: 14px;
    line-height: 1.2;
    text-transform: none;
}

.team_group li:nth-child(1n) .img-wrapper {
  border-color: #18b24f;
}

.team_group li:nth-child(2n) .img-wrapper {
  border-color: #fab317;
}

.team_group li:nth-child(3n) .img-wrapper {
  border-color: #009fe3;
}

.team_group li:nth-child(4n) .img-wrapper {
  border-color: #f26a59;
}

.team_group li:nth-child(5n) .img-wrapper {
  border-color: #c388bb;
}

/* Multiply Overlays */

.team_group li:nth-child(1n) .multiply {
  background-color: #18b24f;
}

.team_group li:nth-child(2n) .multiply {
  background-color: #fab317;
}

.team_group li:nth-child(3n) .multiply {
  background-color: #009fe3;
}

.team_group li:nth-child(4n) .multiply {
  background-color: #f26a59;
}

.team_group li:nth-child(5n) .multiply {
  background-color: #c388bb;
}





.container.locations {
  padding-top: 20px;
}

.locations h4 {
  text-align: left;
  margin-bottom: 30px;
}

.locations .columns {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.location {
  width: 20%;
  text-align: left;

}

.location iframe {
  width: 100%!important;
  height: 300px!important;
}

.g-map {
    position: relative;
}

.location .multiply {
    z-index: 3;
    height: 100%;
    width: 100%;
    position: absolute;
    mix-blend-mode: multiply;
    pointer-events: none;
    opacity: 0.8;
  }

.location:nth-child(1) .multiply {
   background-color: #18b24f;
}

.location:nth-child(2) .multiply {
   background-color: #ba83b9 ; 
}

.location:nth-child(3) .multiply {
   background-color: #fab317;
}

.location:nth-child(4) .multiply {
   background-color: #f26a59;
}

.location:nth-child(5) .multiply {
   background-color: #c388bb;
}




/*
*
*
* Team Member - Single
*
* * * * * * * * * * * * * * * */




.profile_img {
  width: 50%;
   background-size: contain;
    background-position: bottom center;
    background-repeat: no-repeat;
}

.profile_details {
   width: 50%;
   text-align: left;

}

.profile_details h1 {
  font-size: 30px;
  font-weight: 800;
  color: black;
}

.profile_details h2 {
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    margin: 4px 0 5px 0;
    color: black;
}

.profile_details h3 {
    font-size: 16px;
    font-weight: 300;
    margin: 4px 0 15px 0;
    font-style: italic;
}

.profile_details .shim {
  display: block;
  height: 10px;
}

.team main.columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    margin: 40px 0 60px 0;
    min-height: 450px;
}

article.profile_details div p:nth-child(1) strong {

  font-size: 22px;
  line-height: 1.3;
  font-weight: 700;
}


.contact_deets a {
 width: auto;
 font-size: 17px;
 font-weight: 500;
}

.contact_deets a:hover {
  color: #f26a59;
}

.contact_deets i {
 font-size: 24px;
 color: #282843;
 vertical-align: middle;
 margin-right: 7px;
}




/*
*
*
* CONTACT PAGE LEADS
*
* * * * * * * * * * * * * * * */


.contact-leads .team_group {
  justify-content: space-between;
}


.contact-leads .team_group li {
    position: relative;
    height: 250px;
    width: 47%;
    margin: 0;
    margin-bottom: 60px;
}

.contact-leads .team_group li > a {
    display: block;
    height: 250px;
    width: 49%;
    margin-right: 1%;
}

.contact-leads .team_group .img-wrapper {
    height: 100%;
    width: 50%;
 }

 .contact-leads .team_group .multiply {
    height: calc(100% + 4px);
    width: calc(50% + 4px);
 
 }

.contact-leads .team_group li > div {
    width: 45%;
    text-align: left;
}


.contact-deets a {
    display: block;
    margin-bottom: 15px;
}

.contact-deets a:hover {
    text-decoration: underline;
}

.contact-deets a i {
  width: 20px;
  }

.lead-deets h4 {
  font-size: 20px;
  margin-bottom: 0;
}

.lead-deets h5 {
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.contact-leads .team_group li:nth-child(1n) .lead-deets h5 {
  color: #18b24f;
}

.contact-leads .team_group li:nth-child(2n) .lead-deets h5 {
  color: #fab317;
}

.contact-leads .team_group li:nth-child(3n) .lead-deets h5 {
  color: #009fe3;
}

.contact-leads .team_group li:nth-child(4n) .lead-deets h5 {
  color: #f26a59;
}

.contact-leads .team_group li:nth-child(5n) .lead-deets h5 {
  color: #c388bb;
}





/*
*
*
* NEWS 
*
* * * * * * * * * * * * * * * */




/* News Landing */

.container.slider-content {
  padding: 0;
  text-align: left;
}

.container.slider-content p {
  width: 50%;
  font-size: 16px;
  margin-top: 20px;
}

.read-more {
  font-weight: 800;
}

.news_categories {
    text-align: center;
    margin: 0 auto;
    width: 100%;
    max-width: 500px;
    z-index: 998;
}

.news_categories h6 {
  font-weight: 600;
}

.news_categories select {
    width: 100%;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin: 10px 0;
    color: #555;
}

.news_archives, .news_cats {
  text-align: left;
  width: 43%;
}


.related-posts.landing {
  width: 100%;
  max-width: 800px;
  margin: 90px auto 20px auto;
}

.related-posts.landing ul {
    display: block;
    list-style: none;
}

.related-posts.landing ul li {
    text-align: left;
    border-bottom: 1px #18b24f solid;
    margin: 0 0 50px 0;
    padding: 0 0 50px 0;
    width: 100%;
    min-width: 100%;
    min-height: auto;
    height: auto;
    position: relative;
}

.related-posts.landing ul li .post_date {
    font-size: 17px;
    color: #18b24f;
    font-weight: bold;
    margin-bottom: 10px;
}

.related-posts.landing ul li h5 {
    font-size: 23px;
    line-height: 1;
    font-weight: 800;
    margin-bottom: 7px;
}









/* News Single */

.container.news{
  text-align: left;
}

.container.news main h1 {
    font-size: 82px;
    color: #18b24f;
    margin: 20px 0 70px 0;
    width: 100%;
    max-width: 1024px;
}

.container.news main p .intro-text {
  font-weight: 800;
  font-size: 26px;
}

.container.news article div:first-child {
  width: 60%;
}

.container.news article div:last-child {
  width: 30%;
}

.related-posts {
  margin: 70px 0 30px 0;
}

.related-posts ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    list-style: none;
    margin: 20px 0;
}

.related-posts ul li {
    height: 9vw;
    width: 15%; 
    margin-right: 1%;
    position: relative;
    min-width: 219px;
    min-height: 200px;
    margin-bottom: 20px;
}

.related-posts ul li:hover .multiply {
    opacity: 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.related-posts ul li:hover .img-wrapper {
    opacity: 1;
    -webkit-filter: unset;
            filter: unset;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.related-posts ul li .img-wrapper {
    z-index: 2;
    height: 80%;
    width: 100%;
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-color: white;
    position: absolute;
    -webkit-filter: grayscale(100%);
            filter: grayscale(100%);
    opacity: 0.8;
}

.related-posts ul li .multiply {
    z-index: 3;
    height: 80%;
    width: 100%;
    position: absolute;
    mix-blend-mode: multiply;
    opacity: 0.9;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.related-posts ul li .txt-titles {
    text-align: left;
    margin-top: 10px;
    top: 80%;
    position: absolute;
    height: 42px;
    overflow: hidden;
}
.related-posts ul li .txt-titles h5 {
    margin-left: 0;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 500;
}

.related-posts ul li:nth-child(1n) .multiply {
    background-color: #18b24f; /*green*/
}
.related-posts ul li:nth-child(2n) .multiply {
    background-color: #fab317 /*yellow*/
}
.related-posts ul li:nth-child(3n) .multiply {
    background-color: #009fe3; /*blue*/
}
.related-posts ul li:nth-child(4n) .multiply {
    background-color: #f26a59; /*red*/
}

/*lilac : #c388bb  */
/*navy : #282843 */





/*
*
*
* Contact Us Page
*
* * * * * * * * * * * * * * * */


.container.social .social-links ul li a {
  font-size: 25px;
  color: black;
  margin: 0 10px 0 10px;
}

.container.social .social-links ul li a:hover {
  color: #f26a59;
}






/*
*
*
* Projects Section
*
* * * * * * * * * * * * * * * */



/* Landing */

.container.landing {
  text-align: left;
}



.container.landing main  {
    max-width: 1020px;
    margin: 40px auto 80px auto;
}

.container.landing main p .intro-text {
  font-weight: 900;
  font-size: 28px;
  line-height: 1.3;
}



.related-posts.feature ul {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}


.related-posts.feature ul li {
    height: 10vw;
    width: 24.25%;
    /* width: calc(25% - 11px); */
    margin: 0 0 15px 0;
    position: relative;

    min-height: 210px;
}

.related-posts.feature ul li .txt-titles {
    margin-top: 0;
    top: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    overflow: hidden;
    z-index: 9;
    color: white;
}

.related-posts.feature ul li .multiply {
    height: 100%;
}

.related-posts.feature ul li .img-wrapper {
    height: 100%;
  }


.related-posts.feature ul li .txt-titles h5 {
    font-size: 20px;
    line-height: 1.2;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    width: 90%;
    margin: auto;
    opacity: 0;
     -webkit-transition: all 0.5s;
     -o-transition: all 0.5s;
     transition: all 0.5s;
}

.related-posts.feature ul li:hover .txt-titles h5 {
    opacity: 1;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.related-posts.feature ul li:hover .multiply {
    opacity: 0.3;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    background-color: black;
}




/* Projects Single */

.project_deets {
  margin-bottom: 40px;
}

.project_deets p {
  font-size: 22px;
  line-height: 1.6;
}

#project_sectors {
    list-style: none;
    margin: 25px 0 10px 0;
}

#project_sectors li {
    background-color: #18b24f;
    width: calc(50% - 6px);
    margin: 0 0 12px 0;
    padding: 16px 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#project_sectors li.active {
    background-color: #009fe3;
}

#project_sectors li a {
    color: #282843;
    display: block;
    margin-left: 40px;
    text-align: left;
    font-weight: 700;
    font-size: 32px;
}

#project_sectors li a::after {
    font-family: 'Font Awesome 5 Pro Light';
    content: '\f101';
    content: '\f061';
    content: '\f105';
    display: inline-block;
    font-weight: 900;
    line-height: 20px;
    font-size: 35px;
    vertical-align: middle;
    margin: 0px 0 0 12px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

#project_sectors li:hover a::after  {
    margin: 0px 0 0 17px;
  }

#project_sectors li:hover {
  background-color: #009fe3;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

/*#project_sectors li:hover a,
#project_sectors li:hover a::after {
  color: white;
}
*/



/*
*
*
* Service Lines
*
* * * * * * * * * * * * * * * */



/* Landing */


.container.landing main blockquote,
.container.landing main blockquote p {
  text-indent: -20px;
  font-size: 42px;
  line-height: 1.2;
  font-weight: 900;
}

.related-posts.services ul {
   -webkit-box-pack: justify;
       -ms-flex-pack: justify;
           justify-content: space-between;
           justify-content: left;
}

.related-posts.services ul li {
    height: 10vw;
    width: 24.25%;
    /* width: calc(25% - 11px); */
    margin: 0 1% 15px 0;
    position: relative;
    min-height: 260px;
}

.related-posts.services ul li:nth-child(4n) {
  margin-right: 0;
} 


/* Single */

/*.related-posts.list {
  display: flex;
    align-items: stretch;
}*/

.related-posts.list h4 {
  width: 100%;
}

.related-posts.list ul {
  width: calc(50% - 6px);
}


.related-posts.list li {
    background-color: #18b24f;
    width: 100%;
    height: auto;
    min-height: 0;
    margin: 0 0 12px 0;
    padding: 16px 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.related-posts.list li a {
    color: #282843;
    display: block;
    margin-left: 40px;
    text-align: left;
    font-weight: 700;
    font-size: 32px;
}

.related-posts.list li a::after {
    font-family: 'Font Awesome 5 Pro Light';
    content: '\f101';
    content: '\f061';
    content: '\f105';
    display: inline-block;
    font-weight: 900;
    line-height: 20px;
    font-size: 35px;
    vertical-align: middle;
    margin: 0px 0 0 12px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.related-posts.list li:hover a::after  {
    margin: 0px 0 0 17px;
  }

.related-posts.list li:hover {
   background-color: #009fe3;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}


.related-posts.list .service_img {
    width: calc(50% - 6px);
    height: 30vw;
    min-width: 219px;
    min-height: 200px;
    position: relative;
    margin-top: 20px;
}

/*.related-posts.list .service_img:hover > .img-wrapper {
  filter: unset;
   transition: all 0.3s;
}

.related-posts.list .service_img:hover > .multiply {
  opacity: 0;
   transition: all 0.3s;
}*/

.related-posts.list .img-wrapper {
    z-index: 2;
    height: 100%;
    width: 100%;
    position: absolute;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    background-color: white;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-filter: grayscale(100%);
            filter: grayscale(100%);
    opacity: 0.8;
}

.related-posts.list .multiply {
    z-index: 3;
    height: 100%;
    width: 100%;
    position: absolute;
    mix-blend-mode: multiply;
    background-color: #f26a59; /*red*/
    opacity: 0.9;
     -webkit-transition: all .5s;
     -o-transition: all .5s;
     transition: all .5s;
 }




/*
*
*
* Generic Templates - Double Column Layout
*
* * * * * * * * * * * * * * * */




.double_columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    margin-bottom: 30px;
}

.double_columns div {
  width: 49%;
  text-align: left;
}

.large-type {
    font-size: 118px;
    line-height: 1;
    font-weight: 900;
    line-break: anywhere;
}



.grid.row {
    justify-content: flex-start;
}

.grid.row div {
    width: calc(33% - 20px);
    text-decoration: none;
    margin: 0 30px 20px 0;
    text-align: left;
}

.grid.row div:nth-child(3n+3) {
    margin-right: 0;
}

.grid.row div .imgShim {
  width: 100%;
  height: 100px;
  max-height: 100px;
  margin-bottom: 30px;
}

.grid.row div .imgShim img {
  height: 100%;
  width: auto;
}

.grid.row h5 {
  color: #18b24f;
  font-size: 21px;
  font-weight: 800;
  margin-bottom: 10px;
}




/*
*
*
* Search Page
*
* * * * * * * * * * * * * * * */



  .search_landing  {
    text-align: left!important;
  }

  .search_landing .result_text {
  text-align: left;
  margin-top: 20px;
  }

  .search_landing .result_text h3 {
    font-size: 21px;
    font-weight: 800;
  }


  .search_landing .post_type {
    text-transform: uppercase;
    margin-bottom: 10px;
    opacity: 0.5;
    font-size: 14px;
  }

  .row.search-results a {
    width: calc(33% - 20px);
    text-decoration: none;
    margin-bottom: 20px;
}

  .search_landing h3 {
  margin-bottom: 5px;
  }

  .search_landing p {
  margin-bottom: 10px;
  }

  .search_landing .container.row a {
  margin-bottom: 50px;
  }


  .search_img {
    width: 100%;
    height: 20vw;
    max-height: 370px;
    background-size: cover;
    background-position: center center;
    position: relative;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}


.search_landing .multiply {
    z-index: 3;
    height: 100%;
    width: 100%;
    position: absolute;
    mix-blend-mode: multiply;
    opacity: 0.9;
     -webkit-transition: all .5s;
     -o-transition: all .5s;
     transition: all .5s;
 }

.search_landing a:nth-child(1) .multiply {
   background-color: #18b24f;
}

.search_landing a:nth-child(2) .multiply {
   background-color: #fab317;
}

.search_landing a:nth-child(3) .multiply {
   background-color: #009fe3;
   opacity: 0.7;
}



  /* * * * * * * * * * * * * * * * * * * * * * * * * * * * *
  * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
  * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
  * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
  * * * * * * * * * * * MEDIA QUERIES * * * * * * * * * * *
  * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
  * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
  * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */




  @media (max-width: 1500px){  


        .large-type {
            font-size: 98px;
        }

        h3.accordian,
        .content_section h3 {
          margin: 0 0 30px 0;
          padding: 20px 0 20px 40px;
          margin: 0 0 30px 0 ;
          width: calc(100% - 40px);
        }

        .content_section h3 a {
               margin-left: 0; 
        }

  }


  @media (max-width: 1250px){ 


        .large-type {
            font-size: 80px;
        }

        .location {
            width: 48%;
            text-align: left;
            margin-bottom: 50px;
        }


  }


  @media (max-width: 1024px){


    .columns {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-flow: column;
                flex-flow: column;
    }

    .double_columns div,
    main.columns article,
    main.columns aside {
        width: 75%;
        text-align: left;
    }

    .container.news article div:first-child,
    .container.news article div:last-child {
      width: 100%;
  }

  .container.news article div:first-child {
    order: 1;
  }
  .container.news article div:last-child {
    order: 0;
    margin-bottom: 30px;
  }

    .multiply_row li {
      height: 365px;
      width: 50%;
    }

    .multiply_row li:nth-child(3) {
      display: none;
    }

    .team_group li {
        height: 350px;
        width: 48%;
    }

    .related-posts.list ul {
        width: 100%;
    }

    #project_sectors li,
    .related-posts.list li {
      width: 100%;
    }

    .related-posts.services ul li,
    .related-posts.landing ul li,
    .related-posts ul li {
        height: 35vw;
        width: 48%;
      }

      .related-posts.landing.news ul li {
        height: auto;
        width: 100%;
      }
      

      .related-posts.feature ul li {
        width: calc(50% - 7px);
        min-width: 0;
      }

      .container.slider-content {
        display: none;
      }

      .team_group_slider {
        display: none;
      }

      .txt-wrapper-quote blockquote {
          font-size: 30px;
          width: 90%;
      }

      .txt-wrapper-quote blockquote:before {
        margin: -45px 0 0 -3px;
        font-size: 100px;
    }

          .txt-wrapper-quote blockquote:after {

        font-size: 100px;
    }

      .news_categories {
          /* text-align: right; */
          width: 100%;
          max-width: 100%;
           float: none; 
          position: static;
          right: 0;
          z-index: 998;
          margin-right: 0;
      }

      .related-posts.landing {
          max-width: 100%;
          margin: 30px auto 20px auto;
      }

      .profile_img {
        width: 50%;
        height: 50vw;
        margin-bottom: 30px;
      }


      .contact-leads .team_group li {
        height: 250px;
        width: 100%;
      }

    .contact-leads .team_group li > div {
        width: 45%;
        text-align: left;
        position: static;
        display: inline-block;
        margin: 0 0 0 55%;
    }


    .grid.row div,
    .grid.row div:nth-child(odd) {
      width: calc(50% - 20px);
      margin-right: 40px;
    }

    .grid.row div:nth-child(even) {
        margin-right: 0;
    }

    .grid.row div .imgShim {
      width: 100%;
      height: 100px;
      max-height: 100px;
      margin-bottom: 30px;
    }

    .grid.row h5 {
      margin-bottom: 10px;
    }





  }



  @media (max-width: 768px){

    body {
      margin-top: 70px;
    }

    .lSSlideOuter .project-slider-text {
        width: calc(100% - 60px);
        display: none;
    }



    section .quote {
     padding: 0; 
    font-size: 44px;
    }

    .double_columns div,
    main.columns article,
    main.columns aside {
        width: 100%;

    }

    .double_columns {
       margin-bottom: 0;
    }

    .location {
      width: 100%;
    }
    .location iframe {
        width: 100%!important;
        height: 300px!important;
    }

      .news_archives, .news_cats {
          text-align: left;
          width: 100%;
      }


      .grid.row div,
      .grid.row div:nth-child(odd),
      .grid.row div:nth-child(even) {
        width: 100%;
        margin-right: 0;
      }

      .grid.row div .imgShim {
        width: 100%;
        height: 100px;
        max-height: 100px;
        margin-bottom: 30px;
      }

      .grid.row div .imgShim img {
        height: 100px;
        width: auto;
      }



   }


  @media (max-width: 600px){ 


        .title h1, h2,
        .lSSlideOuter .text-wrapper h2,
        .main_image .text-wrapper h1, 
        .main_image .text-wrapper h2,
        .title h2 {
          font-size: 25px;
          line-height: 1.2;
        }

        .home-intro h1,
        .container.news main h1 {
            font-size: 25px;
            margin-bottom: 30px;
        }


      .container.landing main {
        margin: 0 auto 50px auto;
    }

    .container.landing main blockquote, 
    .container.landing main blockquote p {
        text-indent: 0;
        font-size: 34px;
    }

    #project_sectors li a,
    .related-posts.list li a {
        margin-left: 30px;
        font-size: 25px;
    }

/*      .related-posts.services ul li,
      .related-posts.feature ul li,
      .related-posts.landing ul li,
      .related-posts ul li  {
        height: 35vw;
        width: 100%;
      }
*/
      .related-posts.list .service_img {
        width: 100%;
        height: 35vw;
        margin-top: 10px;
      }


      .large-type {
          font-size: 50px;
      }

      section .quote {
          padding: 0;
          font-size: 25px;
          margin-bottom: 30px;
      }

      .multiply_row,
      .team_group {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-flow: column;
                flex-flow: column;
      }


      .related-posts.services ul li, 
      .related-posts.feature ul li, 
      .related-posts.landing ul li,
      .related-posts ul li,
      .multiply_row li,
      .team_group li {
          height: 65vw;
          width: 100%;
          max-height: 100%;
      }

      .related-posts.landing.news ul li {
        height: auto;
      }
      

      .team_group li {
          margin-bottom: 30px;
      }

      #team_profiles {
        flex-flow: row;
      }

      #team_profiles li {
        height: 365px;
      }
      


      .content_section h3,
      h3.accordian {
        font-size: 22px;
      }

      .container {
          padding: 30px 0 0px 0px;
      }

      section .quote {
          padding: 0;
          font-size: 34px;
      }

      .intro-text {
          font-size: 24px !important;
      }


      /*#team_profiles li a:hover > .txt-wrapper-quote  {
          opacity: 0;
      }


      #team_profiles li a:hover > .img-wrapper {
          opacity: 1;

      }*/


      .contact-leads .team_group li {
      height: auto;
      width: 100%;
      display: block;
      position: static;
      margin-bottom: 20px;
      }

      .contact-leads .team_group li > a {
      display: block;
      height: 250px;
      width: 100%;
      }

      .contact-leads .team_group .img-wrapper {
      position: static;
      height: 100%;
      width: 100%;
      margin-bottom: 20px;
      }

      .contact-leads .team_group .multiply {
      display: none;
      }

      .contact-leads .team_group li > div {
      width: 100%;
      text-align: left;
      position: static;
      display: inline-block;
      margin: 20px 0;
      }



}





  @media (max-width: 375px){


        .container {
        width: calc(100% - 60px);
        }

        .main_image,
        .main_image .text-wrapper,
        .main_image:before,
        .lSSlideOuter .slider-img,
        .lSSlideOuter .text-wrapper,
        .lSSlideOuter li {
          height: 50vh;
        }


        .title h1,
        .lSSlideOuter .text-wrapper h2,
        .main_image .text-wrapper h1, 
        .main_image .text-wrapper h2,
        .title h2,
        .profile_details h1 {
          font-size: 22px;
        }

        .home-intro h1 {
            font-size: 22px;
            margin-bottom: 30px;
        }


        p,
        .profile_details h2 { 
          font-size: 17px;
        }

        article.profile_details div p:nth-child(1) strong {
          font-size: 19px;
        }

        .contact_deets a {
            margin: 10px 0 10px 0;
        }

        .profile_img {
          width: 100%;
          height: 70vw;
        }

        main.columns article p .intro-text,
        .container.landing main p .intro-text,
        .container.news main p .intro-text {
          font-size: 21px;
        }

        .intro-text {
          font-size: 21px !important;
        }

        h4 {
          font-size: 20px;
        }

        section .quote,
         .container.landing main blockquote, 
        .container.landing main blockquote p {
          padding: 0;
          font-size: 24px;
        }

        .txt-titles h5,
        .txt-wrapper h5 {
            font-size: 18px;
          }

          .txt-titles h6,
          .txt-wrapper h6 {
          font-size: 14px;
        }

        #project_sectors li a, .related-posts.list li a {
            margin-left: 20px;
            font-size: 19px;
        }

        #project_sectors li a::after,
        .content_section h3 a::after {
          font-size: 20px;
          margin: 0px 0 0 6px;
        }


        .lSAction > .lSNext {
            right: 0px!important;
        }

        h3.accordian, .content_section h3 {
            padding: 15px 0 15px 20px;
            margin: 0 0 25px 0;
            width: calc(100% - 20px);
        }

        .related-posts.landing ul li .txt-titles h5 {
          font-size: 18px;
        }
                                            


    }



