body {
    color: #666666;
}

p {
    font-family: "Open Sans",sans-serif;
    font-size: 15px;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    font-family: "mr-eaves-xl-modern",sans-serif;
    font-style: normal;
    font-weight: normal;
    color: inherit;
    text-rendering: optimizeLegibility;
}

h2, h3, h4 {
    font-family: "mr-eaves-xl-modern",sans-serif;
    font-weight: 300;
}

h2 {
    font-size: 36px;
    line-height: 1.1;
    margin-bottom: 0.75rem;
}

h3 {
    font-size: 22px;
    line-height: 1.1;
}

.tabs-content .fa-file-archive{
  color: gray;
}
.tabs-content .fa-file-pdf{
  color:red;
}
.tabs-content .fa-file-excel{
  color: green;
}

.font-lblue{
    color: #2bbbf2;
}
.font-orange{
    color: #f3921c;
}
.font-purple{
    color: #d4007f;
}
.bold{
    font-weight: bold;
}
.button {
    font-family: "mr-eaves-xl-modern",sans-serif;
    text-transform: uppercase;
    font-size: 15px;
    padding: 0.9em 3em;
    transition: all 0.45s ease-out;
    -webkit-font-smoothing: antialiased;
}

.button.black {
    background: #3c3c3c;
}

.button.black:hover, .button.black:focus {
    background: #5f5f5f;
}

.button.orange {
    background: #f8951d;
}
a.font-normal{
    text-decoration: none;
    color: inherit;
}
.button.orange:hover, .button.orange:focus {
    background: #d88521;
}

.button.blue {
    background: #00aeef;
}

.button.blue:hover, .button.blue:focus  {
    background: #0386b7;
}

.footer p a {
    color: #f8951d;
    display: inline;
    border-bottom: 1px solid #f8951d;
    padding-bottom: 3px;
}



.footer p a:hover, .footer p a:focus  {
    color: #d88521;
    border-bottom: 1px solid #d88521;
}

.mt-50{
    margin-top: 50px;
}

.mb-20{
    margin-bottom: 20px !important;
}
.ml-20{
    margin-left: 20px;
}
.mr-20{
    margin-right: 20px;
}
.mt-20{
    margin-top: 20px;
}
.mt-30{
    margin-top: 30px;
}
.mt-50{
    margin-top: 50px;
}
.mb-50{
    margin-bottom: 50px;
}

.mb-100{
    margin-bottom: 100px;
}
.mt-100{
    margin-top: 100px;
}

.vh-90{
    min-height: 90vh;
}

.normal-pad {
    padding: 7rem 0;
}
.normal-pad5 {
    padding: 5rem 0;
}

.pad-bottom {
    padding-bottom: 7rem;
}
.top7-pad {
    padding-top: 7rem;
}

.top4-pad {
    padding-top: 4rem;
}

.top-pad {
    padding-top: 2rem;
}

.gray-bg {
    background: #f9f9f9;
}

.white-bg {
    background: #fefefe;
}

.blue-bg {
    background: #00aeef;
}

.black-bg {
    background: #3c3c3c;
    color: #fefefe;
}

.white-text {
    color: #fefefe;
}

.nav {
    position: fixed;
    padding: 1rem 0;
    width: 100%;
    z-index: 5;
    transition: all 0.5s ease-out;
}

.nav.active {
    background: #333333;
    transition: all 0.5s ease-out;
}
.tabs{
    border-top:0px solid;
}


.tabs-title.is-active{
    border-left:1px solid #ebebeb;
    border-right:1px solid #ebebeb;
    border-bottom:1px solid #fff; 
    border-top:7px solid #ebebeb;
    position: relative;
    top: 1px;
}
.tabs-content{
    border: 0px solid #e6e6e6;
}
.tabs-content ul{
    margin-top: 30px;
    margin-bottom: 20px;
}
.tabs-content h3{
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: bold;
}
.tabs-title > a:hover{
    color: #3c3d41;
}
.tabs-title > a{
    color: #3c3d41;
    font-weight: bold;
}
.tabs-title:focus,
.tabs-title > a:focus{
    outline: -webkit-focus-ring-color auto 0px;
}
.tabs-title > a:focus,
.tabs-title > a[aria-selected='true']{
    
    background: transparent;
    color: #3c3d41;
   
}
.logo img {
    max-width: 115px;
}

@media print, screen and (max-width: 450px) {
    .logo img {
        max-width: 90px;
    }

    .nav {
        position: fixed;
        padding: 0.25rem 0 0.5rem 0;
        width: 100%;
        z-index: 5;
        transition: all 0.5s ease-out;
    }
}

.nav .menu a {
    font-family: "mr-eaves-xl-modern",sans-serif;
    text-transform: uppercase;
    color: #fefefe;
    font-size: 16px;
    letter-spacing: 3px;
    position: relative;
}

.nav .menu a:before, .nav .menu a:after {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #b70220;
  width: 50%;
  margin: 0 auto;
}
.nav .menu a:before {
  opacity: 0;
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
  transition: opacity 0s, -webkit-transform 0s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 0s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0s;
  transition: transform 0s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0s, -webkit-transform 0s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.nav .menu a:after {
  opacity: 0;
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
  transition: opacity 1s, -webkit-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 1s;
  transition: transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 1s, -webkit-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.nav .menu a:hover:before, a:hover:after, a:focus:before, a:focus:after {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.nav .menu a:hover:before, a:focus:before {
  transition: opacity 1s, -webkit-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 1s;
  transition: transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 1s, -webkit-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.nav .menu a:hover:after, a:focus:after {
  transition: opacity 0s 1s, -webkit-transform 0s 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: transform 0s 1s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0s 1s;
  transition: transform 0s 1s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0s 1s, -webkit-transform 0s 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}


.mobile {
    display: none;
}

.hero {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    min-height: 400px;
    color: #fefefe;
    /*background: url(../img/hero.jpg);*/
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/*.hero:after {
    background-color: rgba(59, 61, 64, 0.35);
    bottom: 0;
    content: '';
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}*/

.hero-slider .orbit {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
}

.hero-slider .orbit:after {
    background-color: rgba(59, 61, 64, 0.35);
    bottom: 0;
    content: '';
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

.hero-slider .orbit-slide {
    height: 100vh;
    width: 100%;
}

.hero-slider .orbit-figure {
    height: 100vh;
    position: relative;
    z-index: 2;
}

.hero-slider .orbit-caption {
    right: 0;
    width: 500px;
    background-color: transparent;
    z-index: 2;
    margin-bottom: 75px
}

.hero-slider button {
    border: 2px solid #fefefe;
    padding: 0px 8px;
}

.hero-slider .orbit-previous {
    right: 60px;
    left: auto;
}

.slide-location {
    font-family: "mr-eaves-xl-modern",sans-serif;
    font-size: 30px;
    display: block;
    position: relative;
    z-index: 2;
    line-height: 1;
}

.slide-city {
    font-family: "mr-eaves-xl-modern",sans-serif;
    font-size: 24px;
    font-weight: 600;
    display: block;
    position: relative;
    z-index: 2;
}

@media print, screen and (max-width: 734px) {
    .hero-slider figure {
        display: none;
    }

    .hero-slider .orbit-controls {
        display: none;
    }
}

.hero h1 {
    font-family: "mr-eaves-xl-modern",sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-shadow: 0px 3px 7px rgba(0, 0, 0, 0.16); 
    position: relative;
    z-index: 2;
    font-size: 5rem; /*62px;*/
    line-height: 1.1;
}

.full-height {
    height: 100vh;
}

.scroll-box {
    transform: rotate(270deg);
    position: relative;
    bottom: 18px;
    width: 125px;
    left: 15px;
    z-index: 2;
    transform-origin: bottom left;
    transition: all 1s ease-in;
    text-shadow: 0px 3px 7px rgba(0, 0, 0, 0.35);
}

.scroll-box a {
    color: #fefefe;
    font-size: 12px;
    transition: all 1s ease-in;
    letter-spacing: 1px;
}

.text-line-left {
    text-transform: uppercase;
    display: flex;
    align-items: center;
    text-align: center;
    min-width: 200px;
}

@media print, screen and (max-width: 734px) and (orientation:landscape)  {
    .hero h1 {
        font-size: 25px !important;
    }
}
@media print, screen and (max-width: 734px) {
    .hero h1 {
    font-size: 55px;
    letter-spacing: 1px;
    line-height: 1;
}
    .nav.nav-mtop{
        top: 0;
    }
    .top4-pad{
        padding-top: 1rem;
    }

    .scroll-box {
        left: 50%;
        transition: all 1s ease-in;
    }

    .scroll-box {
    bottom: 18px;
    width: 170px;
    left: 50%;
    z-index: 2;
    transform-origin: bottom left;
    transition: all 1s ease-in;
}

    .scroll-box a {
        color: #fefefe;
        font-size: 12px;
        transform: rotate(90deg);
        margin-left: -35px;
        transition: all 1s ease-in;
    }
}


@media print, screen and (max-width: 375px) {
    .hero h1 {
    font-size: 55px;
    letter-spacing: 1px;
    line-height: 1;
    }

    .full-height {
    min-height: 667px;
    }
}


@media print, screen and (max-width: 320px) {
    .hero h1 {
    font-size: 44px;
    letter-spacing: 1px;
    line-height: 1;
    }

    .full-height {
    min-height: 568px;
    }
}

.text-line-left:before, .text-line-left:after {
  flex: 1 0 20%;
  height: 1px;
  content: '';
  background-color: #fefefe;
  z-index: 2;
}

.text-line-left:before {
  margin-right: 10px;
  z-index: 2;
}

.text-line-left:after {
  margin-left: 25px;
}

.text-line-left:after {
  flex: 0;
  left: 0;
  z-index: 2;
}

/* Overlay style */
.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #333333;
    z-index: 500;
}

/* Overlay closing cross */
.overlay .overlay-close {
    position: absolute;
    right: 15px;
    top: 0.25rem;
    overflow: hidden;
    border: none;
    color: #f8951d;
    outline: none;
    z-index: 5001;
    font-size: 2rem;
    padding: 1rem;
    margin-right: 0.9375rem;
    cursor: pointer;
}

/* Menu style */
.overlay nav {
    position: relative;
    top: 40%;
    height: 55%;
    font-size: 2.5rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.overlay ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: inline-block;
    height: 100%;
    position: relative;
    width: 100%;
}

.overlay ul li {
    display: block;
    padding: 0 0 1.5rem;
}

.overlay ul li a {
    font-family: "mr-eaves-xl-modern",sans-serif;
    font-weight: 300;
    letter-spacing: 1px;
    display: block;
    color: #fefefe;
    -webkit-transition: color 1s;
    transition: color 1s;
    line-height: 1;
    text-align: center;
    cursor: pointer;
}

.overlay ul li .is-accordion-submenu-item {
    font-family: "mr-eaves-xl-modern",sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
    display: block;
    color: #fefefe;
    -webkit-transition: color 1s;
    transition: color 1s;
    line-height: 1;
    text-align: center;
}

.overlay ul li .is-accordion-submenu-item {
    font-family: "mr-eaves-xl-modern",sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
    display: block;
    color: #fefefe;
    -webkit-transition: color 1s;
    transition: color 1s;
    line-height: 1;
    text-align: center;
    padding: 0.1rem 0;
    font-size: 75%;
}

.overlay ul li a.phone {
    color: #fefefe;
    font-size: 2rem;
}

.overlay ul li a:hover,
.overlay ul li a:focus {
    color: #03aeef;
}

.ourstory-call-out{
    width:85%; 
    max-width: 998px;
    margin: 0 auto;
    padding: 7rem 2rem 7rem 0;
}
.ourstory-call-out h3{
    line-height: 1.25;
    font-size: 38px;
}


/* Effects */
.overlay-slidedown {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: -webkit-transform 0.4s ease-in-out, visibility 0s 0.4s;
    transition: transform 0.4s ease-in-out, visibility 0s 0.4s;
}

.overlay-slidedown.open {
    visibility: visible;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition: -webkit-transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out;
}

#trigger-overlay {
    color: #fefefe;
    padding: 0.3rem;
    cursor: pointer;
}

.dropmenu > a:after{
    content: '';
    border: 4px solid transparent;
    border-top: 4px solid #131313;
    margin-left: 2px;
    margin-bottom: 3px;
    display: inline-block;
    vertical-align: bottom;
}

.service-box h3 {
    margin: 1.25rem 0;
    font-weight: 400;
}

.service-box img{
    max-height: 80px;
}
.service-box p {
    font-size: 14px;
}

.slide-pad {
    padding: 7rem 0 0 0;
}

.orbit {
    position: relative;
    padding-bottom: 4rem;
}

.orbit-container {
    position: relative;
    height: 0;
    margin: 0;
    list-style: none;
    overflow: hidden;
}

.orbit-previous, .orbit-next {
    position: absolute;
    bottom: 30px;
    top: auto;
    -ms-transform: none;
    transform: none;
    z-index: 3;
    padding: 0;
    color: #fefefe;
    cursor: pointer;
}

.orbit-previous {
    left: 1rem;
}

.orbit-next {
    right: 1rem;
}

.orbit-previous:hover, .orbit-next:hover, .orbit-previous:active, .orbit-next:active, .orbit-previous:focus, .orbit-next:focus {
    background-color: transparent;
}

.quote-container {
    position: relative;
    padding: 0 3rem;
}

.quote-container h2 {
    font-size: 48px;
}

p.source {
    font-family: "mr-eaves-xl-modern",sans-serif;
    text-transform: uppercase;
    color: #fefefe;
    font-size: 16px;
    letter-spacing: 3px;
}

.quotes{
  position:absolute;
  color:rgba(255,255,255,0.5);
  font-size:5em;
}

.leftq{
  top:-25px;
  left:5px;
}

.rightq{
  bottom:-10px;
  right:5px;
}

.cta h2 {
    font-size: 52px;
}

.cta h3 {
    font-size: 22px;
    margin-bottom: 0;
}

.cta img {
    margin-top: 25px;
    margin-bottom: 30px;
}

.cta p {
    font-family: "mr-eaves-xl-modern",sans-serif;
    font-size: 24px;
    line-height: 1.5;
    opacity: 0.7;
}

.cta-left {
    padding-right: 40px;
}

.cta-right {
    padding-left: 15px;
}

.vertical-rule {
    border-right: 1px solid #fefefe;
}

p.careers-text a{
    color: inherit;
}
.cta p.careers-text {
    font-size: 16px;
    font-weight: 400;
}

.cta .button.blue {
    margin: 40px 0 50px 0;
}

.footer {
    background: #333333;
    color: #595959;
    padding: 3rem 0 1.5rem 0;
}

.footer h3 {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.footer img {
    opacity: 0.4;
}
.footer .footer-logo{
    max-width: 100px;
}

.footer p {
    color: #767676;
    font-size: 12px;
}

.footer p.contact {
    font-size: 15px;
    position: relative;
    top: 20px;
}

.header-height {
    max-height: 575px;
}

.header {
    padding-top: 230px;
    padding-bottom: 150px;
}

.header.herobox {
    position: relative;
    overflow: hidden;
    min-height: 400px;
    color: #fefefe;
}

.header.properties-head {
    position: relative;
    overflow: hidden;
    min-height: 400px;
    color: #fefefe;
    background: url(../img/properties-header.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.header:after {
    background-color: rgba(59, 61, 64, 0.58);
    bottom: 0;
    content: '';
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

h1.mht-title{
    color: #3c3d41;
}
h1.mht-title,
.header h1 {
    font-family: "mr-eaves-xl-modern",sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-shadow: 0px 3px 7px rgba(0, 0, 0, 0.16); 
    position: relative;
    z-index: 2;
    font-size: 60px;
    line-height: 1;
    margin-bottom: 0;
    transition: all 1s ease-in;
}

.header h2 {
    font-family: "mr-eaves-xl-modern",sans-serif;
    font-size: 28px;
    line-height: 1.1;
    margin-bottom: 0.25rem;
    font-weight: 200;
    text-transform: none;
    line-height: 1;
    text-shadow: 0px 3px 7px rgba(0, 0, 0, 0.37);
    color: #fefefe;
    z-index: 3;
    position: relative;
    padding-top: 30px;
}

.vh{
    min-height: 80vh;
}

@media print, screen and (max-width: 600px) {
    .header {
    padding-top: 160px;
    padding-bottom: 150px;
    }
    
    h1.mht-title,
    .header h1 {
    font-size: 38px;
    }
    h1.mht-title.mt-100{
        margin-top: 50px;
    }

    .header h2 {
    font-size: 18px;
    padding-top: 25px;
    }
}

@media print, screen and (max-width: 500px) {
    .header {
    padding-top: 160px;
    padding-bottom: 150px;
    }
    
    h1.mht-title,
    .header h1 {
    font-size: 38px;
    }

    .header h2 {
    font-size: 18px;
    padding-top: 25px;
    }
}

@media print, screen and (max-width: 375px) {
    .header {
    padding-top: 160px;
    padding-bottom: 150px;
    }

    h1.mht-title,
    .header h1 {
    font-size: 35px;
    }

    .header h2 {
    font-size: 18px;
    padding-top: 25px;
    }
}


@media print, screen and (max-width: 320px) {
    h1.mht-title,
    .header h1 {
    font-size: 28px;
    }

    .header h2 {
    font-size: 14px;
    padding-top: 20px;
    }

    .header {
    padding-top: 160px;
    padding-bottom: 150px;
    }
}

.wwlf-width {
    position: relative;
    max-width: 450px;
}

.hwcas-width {
    max-width: 550px;
    padding-left: 50px;
    position: relative;
}

img.img-offset {
    margin-top: -50px;
    padding-bottom: 50px
}

.properties h3 {
    font-family: "mr-eaves-xl-modern",sans-serif;
    font-size: 36px;
    line-height: 1;
    margin-bottom: 35px;
    color: #3c3d41;
}

.properties-header p{
    font-size: 24px;
}

.properties h2 {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #3c3d41;
}

.properties p {
    margin-bottom: 25px;
    font-weight: 200;
}

.property-block h3 {
    padding-top: 25px;
}

.steps-first:after {
    background: currentColor;
    content: "";
    display: inline-block;
    height: 1px;
    margin: 0 .625rem;
    vertical-align: middle;
    width: 145px;
    color: #131313;
}

.side-text-container {
    position: relative;
    padding: 3rem;
    transition: all 1s ease-out;
}

.side-text {
    font-family: "mr-eaves-xl-modern",sans-serif;
    font-weight: 600;
}

.side-text.pink {
    color: #d60080;
}

.side-text.green {
    color: #62bb46;
}

.side-text.blue {
    color: #00aeef;
}

.side-text.left {
    position: absolute;
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: bottom left;
    -o-transform-origin: bottom left;
    transform-origin: bottom left;
    top: 0;
    left: -15px;
    transition: all 1s ease-out;
}

.side-text.right {
    position: absolute;
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transform-origin: left bottom;
    -o-transform-origin: left bottom;
    transform-origin: left bottom;
    top: -24px;
    right: -200px;
    transition: all 1s ease-out;
}

.side-text.center {
    padding-bottom: 25px;
}


.wwlf-img {
    min-height: 500px;
    width: 100%;
    transition: all 1s ease-out;
}
 .featured .strategy{    
    transition: all 1s ease-out;
   /* margin-bottom: -155px; */
    margin-top: -154px;
 }
 .featured.divider4{
    height: 130px;
 }
 .featured.divider3{
    height: 100px;
 }
 .featured.divider2{
    height: 75px;
 }
 .featured.divider{
    height: 150px;
 }
.case-study.featured img{
    margin-bottom: 20px;
}
 .featured .single-image img{
    margin-bottom: 20px;
 }
 .featured .challenge{
    min-height: 600px;
    width: 100%;
    transition: all 1s ease-out;
    margin-bottom: -55px;
 }

 .bltaos-img {
     min-height: 600px;
    width: 100%;
    transition: all 1s ease-out;
    margin-bottom: -55px;
 }
.hwcs-img {
    min-height: 600px;
    width: 100%;
    transition: all 1s ease-out;
    margin-top: -55px;
    margin-bottom: 80px;
}
.text-container.about-the-project{
    padding: 0 3rem 2rem 3rem;
    transition: all 1s ease-out;
}
.hwcs.side-text-container {
    margin-top: 25px;
    padding: 0 3rem 2rem 3rem;
    transition: all 1s ease-out;
}
.mobile-space{
    padding: 2rem 2rem 2rem 2rem;
    transition: all 1s ease-out;
}


@media print, screen and (max-width: 895px) {
    .properties h3 {
        font-size: 32px;
        margin-bottom: 30px;
    }

    .side-text-container {
        padding: 2rem 2rem 2rem 1rem;
        transition: all 1s ease-out;
    }
    .mobile-space{
        padding: 2rem 2rem 2rem 2rem;
        transition: all 1s ease-out;
    }
    .text-container.about-the-project{
        padding: 2rem 1rem 2rem 2rem;
        transition: all 1s ease-out;
    }
    .hwcs.side-text-container {
        padding: 2rem 1rem 2rem 2rem;
        transition: all 1s ease-out;
    }
    .employee-form{
        margin: 20px;
    }
}

@media print, screen and (max-width: 838px) {
    .logo img {
        max-width: 82px;
    }
    .nav{
        padding: 0.3rem 0;
    }
    .header-pad {
        padding-top: 62px !important;
    }
    .featured.divider4{
        height: 20px;
     }

    .featured.divider3{
        height: 20px;
     }
     .featured.divider2{
        height: 20px;
     }
     .featured.divider{
        height: 20px;
     }
}

@media print, screen and (max-width: 639px) {
    .properties h3 {
        font-size: 32px;
        margin-bottom: 30px;
    }
        
    .hero h1{
        font-size: 3.5rem;
    }
    .ourstory-call-out{
        padding: 7rem 0 7rem 0;
    }
    .text-container,
    .side-text-container {
        padding: 0 1rem;
        transition: all 1s ease-out;
    }

    .side-text.left {
        position: relative;
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        padding-bottom: 0deg;
        top: 0;
        left: 0;
        transition: all 1s ease-out;
        padding-bottom: 25px;
    }

    .side-text.right {
        position: relative;
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        top: 0;
        left: 0;
        padding-bottom: 25px;
        transition: all 1s ease-out;
    }

    .wwlf-img2,
    .wwlf-img {
        min-height: 400px;
        height: 400px;
        transition: all 1s ease-out;
    }

    .bltaos-img {
        min-height: 400px;
        height: 400px;
        transition: all 1s ease-out;
        margin-top: 0;
        padding-bottom: 0;
        transition: all 1s ease-out;   
    }
    .hwcs-img {
        min-height: 400px;
        height: 400px;
        transition: all 1s ease-out;
        margin-top: 0;
        padding-bottom: 0;
        transition: all 1s ease-out;
    }
    .featured .strategy{
        margin-top: 0px;
    }
    .top7-pad{
        padding-top: 3rem;
    }
    

    .property-block a:hover h3 {
        margin-top: 0px;
    }

    .story-head {
        width: 100%;
        transition: all 1s ease-out;
    }

    .cell.center-on-medium {
        margin-left: auto;
        margin-right: auto;
    }
    .property-block a:hover h3 {
        margin-top: 0px;
    }
    .cstudy-img{
        margin: 0 auto;
    }
    .get-involved h2{
        padding-top: 4rem;
    }

}

.property-box {
    height: 200px;
    display: flex;
    align-items: center;
    max-width: 358px;
    margin: 0 auto;
    position: relative;
    padding: 1rem;
}

.property-box:after {
    background-color: rgba(59, 61, 64, 0.35);
    bottom: 0;
    content: '';
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    transition: all 0.5s ease-in;
}

.property-box h3 {
    margin: 0 auto;
    color: #fefefe;
    font-weight: 400;
    z-index: 2;
    border: 1px solid #fefefe;
    padding: 0.25rem 0.5rem;
    opacity: 0;
    transition: all 0.5s ease-in;
}

.property-block a:hover .property-box:after {
    background-color: rgba(59, 61, 64, 0.85);
    transition: all 0.5s ease-in;
}

.property-block a:hover .property-box h3 {
    margin: 0 auto;
    color: #fefefe;
    font-weight: 400;
    z-index: 2;
    border: 1px solid #fefefe;
    padding: 0.25rem 0.5rem;
    opacity: 1;
    transition: all 0.5s ease-in;
}

.property-block a h3 {
    color: #3b3d40;
    margin-top: 0;
    transition: all 0.5s ease-out;
}

.property-block a:hover h3 {
    margin-top: -5px;
    transition: all 0.5s ease-out;
}



@media print, screen and (min-width: 1024px) and (max-width: 1230px ) {
    .grid-container {
    padding-right: 1.9375rem;
    padding-left: 1.9375rem;
    transition: all 1s ease-in;
    }
}

.header-pad {
    padding-top: 91px;
    overflow: hidden;
}

.story-head {
    width: 100%;
    transition: all 1s +ease-out;
}
.story-head.sub-header
{
    padding: 7rem 0 7rem 0;
}

.story-head h3 {
    font-family: "mr-eaves-xl-modern",sans-serif;
    font-size: 36px;
    line-height: 1;
    margin-bottom: 35px;
    color: #3c3d41;
}

.about-the-project .about-p p{
    font-size: 16px;
    line-height: 2;
    font-weight: 200;
    margin-top: 60px;
    margin-bottom: 60px;
}
.featured h3 {
    font-family: "mr-eaves-xl-modern",sans-serif;
    font-size: 36px;
    line-height: 1;
    margin-bottom: 35px;
    color: #3c3d41;
}
.featured h2 {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #3c3d41;
}
.story-head h1 {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #3c3d41;
}

.story-head p {
    font-size: 16px;
    line-height: 2;
    font-weight: 200;
}

.about-team {
    max-width: 472px;
}
.about-team.even{
    float: right;
}


.about-team img {
    padding-top: 70px;
}

.about-team h3 {
    font-size: 22px;
    line-height: 1;
    margin-bottom: 0;
    font-weight: 400;
    padding: 30px 0 30px 0;
}

.about-team span {
    font-weight: 600;
}

.about-team p {
    font-size: 16px;
    font-weight: 300;
}

.about-team-list {
    padding: 100px 0 75px 0;
}

.about-team-list h3 {
    font-size: 22px;
    line-height: 1;
    margin-bottom: 0;
    font-weight: 400;
    padding: 10px 0 0 0;
}

.about-team-list span {
    font-weight: 600;
}

@media print, screen and (max-width: 639px) {
.cell.center-on-small {
    /* margin: 0 auto; */
    margin-left: auto;
    margin-right: auto;
    }
    .about-team.even{
        float: none;
    }
    .vertical-rule {
        border-right: 0px solid #fefefe;
    }
    .cta-left{
        padding-right: 0px;
    }
    .story-head.sub-header{
        width: 83.33333%;
        margin: 0 auto;
    }
    .about-team-list{
        padding: 0px 0 0px 0;
    }
}


/* GET INVOLVED */
.get-involved .font-black{
    color: #111;
} 
.get-involved .divider{
    height: 30px;
} 
.get-involved p{
    color: #333333;
} 
.get-involved h2{ 
    margin-bottom: 30px;
    margin-top: -5px;
    color: #333333;
}
.get-involved h3{ 
    color: #3c3d41;
    font-weight: bold;
    margin-bottom: 10px;
}

.employee-portal .button svg{
    font-size: 25px;
}

.employee-portal .button{
    padding: 5px 15px;
    height: 52px;
    color: #fff;
}
.get-involved form .button{
    background: #333333;
    color: #fff;
}
.get-involved input::placeholder{
     color: #666;
}
.get-involved input:-ms-input-placeholder{
    color: #666;
}
.get-involved input::-ms-input-placeholder { 
    color: #666;

}

input:-webkit-autofill, 
textarea:-webkit-autofill, 
select:-webkit-autofill{
    background-color: #fefefe !important;
    background-image: none !important;
}
.employee-form input,
.form-input input,
.get-involved input{
    border: 1px solid #3b3d40;
    padding-top: 25px;
    padding-bottom: 25px;
} 
.get-involved textarea{
    min-height: 200px;
    border: 1px solid #3b3d40;
    margin-bottom: 50px;
} 
.get-involved img.tel-icon{  
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-right: 20px;
    vertical-align: text-top;

}
.get-involved-slider-label{
    width: 350px;
    color: #fff;
    transform: rotate(-90deg);
    position: relative;
    left: -6%;
    top: 23px;
    margin-bottom: 0px;
    transition: all 0.2s linear;
}
.get-involved-slider-label .line{
    height: 1px;
    background: #fff;

}

@media screen AND (max-width: 1024px){

    .tabs-title h2{
        margin-bottom: 0;
    }
    .tabs-title a h2{
        font-size: 25px;
    }
    .tabs-title{
        display: block;
        width: 100%;
    }
    .accordion-item.ml-20,
    .tabs-title.ml-20{
        margin-left: 0 !important;
    }
}

@media screen AND (max-width: 768px){
    .get-involved-slider-label{
        left: 20px;
        top: 0;
        transform: rotate(0deg);
        margin-bottom: 30px;
    }
}


/* Featured Page */
.featured h4{
    text-transform: uppercase;
    font-weight: bold;
    color: #3c3d41;
    font-size: 20px;
}
.featured .featured-details{    
    background: #fff;
    padding: 20px 50px;
    z-index: 4;
}
.featured-top{
    margin-top: -180px;
}

.featured .featured-details h4 + div{
    margin-bottom: 20px;
}
.featured .featured-details h4{
    text-transform: uppercase;
    font-weight: bold;
    color: #3c3d41;
    font-size: 20px;
    margin-bottom: 0.2rem;
}
.featured .featured-details{}
.featured .featured-details{}
.header.featured{
    z-index: -1;
}
.featured.header h2{
        font-family: "mr-eaves-xl-modern",sans-serif;
    font-size: 28px;
    line-height: 1.1;
    margin-bottom: 0.25rem;
    font-weight: 200;
    text-transform: none;
    line-height: 1;
    text-shadow: 0px 3px 7px rgba(0, 0, 0, 0.37);
    color: #fefefe;
    z-index: 3;
    position: relative;
    padding-top: 30px;
}
.cstudy-img{
    width: 100%;
    max-width: 349px;
    height: 220px;
    margin-bottom: 20px;
}