/*
Theme Name: Absher Theme
Author: Jeromy Condon
Author URI: http://rustygeorge.com/
Version: 1.0
*/

@import url(assets/base.css);

/*
| ===================================================
| LAYOUT STYLES
| ===================================================
*/
body {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 18px;
}

.outer-wrap {
    width: 100%;
    overflow: hidden;
    /* max-width: 1900px;
    min-width: 1600px;
    margin: auto; */
}

.nav-content .button.button-arrow {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    border: solid 2px #001744;
    color: #001744;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
    padding: 10px 0 10px 30px;
    transition: all .2s ease;
}

.nav-content .button.button-arrow .arrow-wrap {
    flex: none;
    width: 25px;
    height: 20px;
    margin:0 15px 0 20px;
    position: relative; 
    top: 0;
    transition: all .3s ease;
}

.nav-content .button.button-arrow:hover .arrow-wrap {
    transform: translateX(5px);
}

.nav-content .button.button-arrow:hover {
    background: #F26746;
 }

.nav-content .button.button-arrow:hover .button-text {
    color: #fff;
}

.nav-content .button.button-arrow .st0 {
    fill:#001744;
}

.nav-content .button.button-arrow:hover .st0 {
    fill: #fff!important;
}

/*
| ===================================================
| CONTENT WRAP STYLES
| ===================================================
*/
.content-wrapper {
    display: flex;
    justify-content: space-between;
}
.content-wrapper .content {
    width: 60%;
}
.content-wrapper .content.bid-room {
    min-width: 604px;
}
.content-wrapper .image {
    max-width: 700px;
    margin-left: 40px;
}
@media(max-width: 710px) {
    .content-wrapper .content.bid-room {
        min-width: auto;
    }
}

@media(max-width: 950px) {
    .content-wrapper {
        flex-wrap: wrap;
    }
    .content-wrapper .content {
        width: 100%;
    }
    .content-wrapper .image {
        margin-top: 40px;
        margin-left: 0;
    }
}

/*
| ===================================================
| BUTTONS STYLES
| ===================================================
*/

.button.button-arrow {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    border: solid 1px #A39891;
    color: #A39891;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 0.833em;
    padding: 10px 0 10px 20px;
    transition: all .2s ease;
}

.button.button-arrow .arrow-wrap {
    flex: none;
    width: 25px;
    height: 20px;
    margin:0 5px 0 10px;
    position: relative; 
    top: 0;
    transition: all .3s ease;
}

.button.button-arrow:hover .arrow-wrap {
    transform: translateX(5px);
}

.button.button-arrow:hover {
    background: #F26746;
    border-color: #F26746;
 }

.button.button-arrow:hover .button-text {
    color: #fff;
}

.button.button-arrow .st0 {
    /*fill: #A39891;*/
}

.button.button-arrow:hover .st0 {
    fill: #fff!important;
}

.section-title-wrap {
    display: flex; 
}

.section-title {
    font-size: 1.889em;
    color: #3C3738;
    margin-right: 15px;
}

.section-title.line-title {
    position: relative; 
    z-index: 1;
    top: 5px;
}

.section-title.line-title:before {
    content: "";
    display: block;
    position: absolute;
    left: -100px;
    top: 20px;
    z-index: 2;
    width: 80px;
    height: 3px;
    background: #F26746;
}

.rgc-tag {
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    padding: 10px 35px 10px 20px;
    line-height: 1;
    color: #A39891;
    background-image: url('assets/dist/slant-bg.svg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right top;
}

.page-template-_templ-work-with-us .outer-wrap,
.page-template-_templ-who-we-are .outer-wrap,
.page-template-_templ-our-work .outer-wrap {
    background: linear-gradient(to top, rgba(239,237,233,1) 0%,rgba(255,255,255,1) 51%);
}

.aa-wrap {
    padding-left: 200px;
    display: flex; 
    flex-wrap: wrap;
}

.aa-wrap > div {
    flex: none;
    width: 50%;
    margin-bottom: 30px;
    padding-right: 15px;
}

.aa-wrap > div .title {
    font-size: 1.2em;
    font-weight: 600;
    border-left: solid 3px #F26746;
    padding-left: 10px;
}

.aa-wrap > div .subtext {
    font-size: .8em;
    color: #777;
    padding-left: 10px;
}


/*
| ===================================================
| FANCY BACKGROUND ELEMENTS
| ===================================================
*/
.home .bg-element {
    background-image: url('assets/dist/blue-tri.svg');
    background-position: right bottom 250px;
    background-size: 350px 850px;
    background-repeat: no-repeat;
}


.page-template-_templ-who-we-are .bg-element {
    background-image:   url('assets/dist/bg-poly.svg'),
                        url('assets/dist/bg-poly-2.svg');

    background-position:    left -70px bottom 1490px,
                            right -25px bottom 0px;

    background-size:    700px 660px,
                        420px 410px;

    background-repeat:  no-repeat,
                        no-repeat;
}

.page-template-_templ-work-with-us .bg-element {
    background-image:  url('assets/dist/bg-poly-2.svg');

    background-position:    right -25px bottom 0px;

    background-size:    420px 410px;

    background-repeat:  no-repeat;
}
 
.page-template-_templ-our-work .bg-element {
    background-image:   url('assets/dist/bg-poly.svg');

    background-position:    left -70px bottom 770px;

    background-size:    700px 660px;

    background-repeat:  no-repeat;
} 


.bg-element {
    position: relative; 
    z-index: 1;
}

.line-activator {
    position: absolute;
    z-index: 1;
}

.line {
    fill:#FFFFFF;
    stroke-miterlimit:10;
    stroke-width: 1;
}

@keyframes dash {
    to {
      stroke-dashoffset: 0;
    }
  }

.line-1 {
    stroke-dasharray: 1500;
    stroke-dashoffset: -1500;
}

.line-2 {
    stroke-dasharray: 1500;
    stroke-dashoffset: -1500;

}

.line-3 {
    stroke-dasharray: 1500;
    stroke-dashoffset: -1500;
}

.line-view .line-1 {
    animation: dash 1s linear forwards;
}

.line-view .line-2 {
    animation: dash .8s linear forwards;
}

.line-view .line-3 {
    animation: dash 1s linear forwards;
}




.home-lines-1 {
    width: 280px;
    height: 700px;
    bottom: 565px;
    left: -15px;
    z-index: -1;
}

.home-lines-2 {
    width: 280px;
    height: 700px;
    bottom: 565px;
    right: -15px;
    z-index: -1;
}


.wwa-lines-1 {
    width: 280px;
    height: 700px;
    top: 868px;
    left: 40px;
    z-index: -1;
}

.wwa-lines-2 {
    width: 280px;
    height: 500px;
    bottom: 2px;
    right: 0;
    z-index: -1;
    overflow: hidden;
}

.wwa-lines-3 {
    width: 350px;
    height: 1500px;
    bottom: 2px;
    left: 0px;
    z-index: -1;
}

.wwu-lines-1 {
    width: 280px;
    height: 700px;
    top: 868px;
    left: 40px;
    z-index: -1;
}

.wwu-lines-2 {
    width: 280px;
    height: 500px;
    bottom: 2px;
    right: 0;
    z-index: -1;
    overflow: hidden;
}

.our-work-lines-1 {
    width: 280px;
    height: 700px;
    top: 868px;
    left: 40px;
    z-index: -1;
}


/*
| ===================================================
| HEADER STYLES
| ===================================================
*/
.primary-header-area {
    position: fixed;
    z-index: 100;
    top:0;
    right:0;
    left:0;
    transition: all .3s ease;
}

.single-featured_project .primary-header-area {
    border-bottom: solid 1px #fff;
}

.header-wrap {
    padding: 35px 65px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all .3s ease;
    /* max-width: 1900px;
    min-width: 1600px;
    margin: auto; */
    border-bottom: solid 1px #ddd;

    /* ie fixing */
    height: 127px;
}

.home .header-wrap,
.page-template-_templ-our-work .header-wrap,
.page-template-_templ-work-with-us .header-wrap,
.page-template-_templ-who-we-are .header-wrap {
    border:none;
}

.scrolled .primary-header-area {
    background: rgba(255,255,255,.9);
}

.scrolled .header-wrap {
    padding: 10px 65px;
    
    /* ie fixing */
    height: 80px;
}

.header-wrap .logo {
    flex: none;
    width: 250px;
    transition: all .3s ease;
    position: relative;
    top: 3px;
}

.scrolled .header-wrap .logo {
    width: 185px;
}

.header-wrap .logo .cls-1,
.header-wrap .logo .cls-2 {
    transition: all .3s ease;
}

.scrolled .header-wrap .logo .cls-1,
.scrolled .header-wrap .logo .cls-2,
.scrolled .header-wrap .line {
    fill: #001744;
}

.header-wrap img {
    display: block;
}

.header-wrap .menu-toggle {
    width: 30px;
    cursor: pointer;
}

.icon-wrap {
    overflow: hidden;
    
}

.icon-wrap .line {
    
}

.icon-wrap #middle-line {
    transform: translateX(30px);
}

.icon-wrap:hover #top-line {
	transform: translateX(30px);

}

.icon-wrap:hover #middle-line {
	transform: translateX(0px);

}

.icon-wrap:hover #bottom-line {
	transform: translateX(30px);

}










/*
| ===================================================
| NAV STYLES
| ===================================================
*/
.menu-close {
    width: 55px;
    height: 55px;
    background: url(assets/dist/close-icon.svg) no-repeat center center;
    background-size: 30px 30px;
    background-color: #F26746;
    position: absolute;
    z-index: 1100;
    top:0;
    right: 0;
    cursor: pointer;
}

.menu-overlay-area {
    opacity: 0;
    transform: translateY(-500px);
    pointer-events: none;
    position: fixed;
    top:0;
    right:0;
    bottom:0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    min-height: 100vh;
    min-width: 100%;
    overflow:hidden;
    background: #333;
    transition: all .3s ease;
}

.menu-open .menu-overlay-area {
    opacity: 1;
    pointer-events: all;
    transform: translateY(0);
}

.menu-overlay-wrap {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
}

.menu-overlay-wrap > div {
    flex: none;
    width: 33.333%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
}

.menu-overlay-wrap .nav-content {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(244,238,234,.9);
    color: #001744;
    transition: all .5s ease;
    display: flex; 
    /*align-items: center;*/
    /* justify-content: center; */
    padding: 15px 85px;
}

.nav-title {
    font-size: 4.444em;
    line-height: 1.1;
    margin-bottom: 50px;
    display: flex;
}

.menu-overlay-wrap .nav-title a:hover {
    text-decoration: underline;
}

.menu-overlay-wrap a {
    color: inherit; 
    text-decoration: none;
    transition: none;
}

.nav-title:after {
    content: "";
    display: block;
    width: 14px;
    height: 25px;
    background: url(assets/dist/link-arrow-red.svg); 
    background-repeat: no-repeat;
    background-size: contain;
    align-self: flex-end;
    position: relative;
    bottom: 15px;
    right: -30px;
}

.overlay-nav-item {
    margin: 0 0 20px 0;
}

.overlay-nav-item a.button {
    margin-right: 20px;
    margin-bottom: 20px;
}
@media(max-width: 1060px) {
    .overlay-nav-item a.button {
        margin-right: 10px;
        margin-bottom: 10px;
    }    
}

.overlay-nav-item p {
    margin: 0 0 20px 0;
    line-height: 1.3;
    font-size: 1.556em;
}

.menu-overlay-wrap .nav-content:hover {
    background: rgba(0,23,68,.8);
    color: #fff;
}

.menu-overlay-wrap .nav-content:hover .button.button-arrow {
    border-color: #F26746;
    color: #F26746;
}

.menu-overlay-wrap .nav-content:hover .button.button-arrow .st0 {
    fill: #F26746;
}

.menu-overlay-wrap .left {
    background-image: url(assets/dist/nav-image-1.jpg);
}

.menu-overlay-wrap .center {
    background-image: url(assets/dist/nav-image.jpg);
    border-left: solid 1px #001744;
    border-right: solid 1px #001744;
}

.menu-overlay-wrap .right {
    background-image: url(assets/dist/nav-image-2.jpg);
}



/*
| ===================================================
| HERO AREA
| ===================================================
*/

.home-hero-area {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    height: 100vh;
    width: 100%;
    overflow:hidden;
}


.home-hero-area:before {
    content: "";
    display: block;
    min-height: 100vh;
    min-width: 100%;
    position: absolute;
    z-index: 3;
    top: 0; 
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,23,68,.60);
}

.video-background {
    position: absolute;
    top: 0;
    bottom:0;
	right: 0; 
	bottom: 0;
	min-width: 100%; 
	min-height: 100%;
	width: auto; 
	height: auto;
	z-index: 2;
}

.hero-type {
    flex: none;
    border-left: solid 5px #F26746;
    color: #fff;
    padding: 0 0 0 50px;
    position: relative; 
    z-index: 4;
    max-width: 1200px;
    //transform: translateX(100px);
}

.hero-type h1 {
    margin: 0;
    font-size: 4.444em;
    color: #fff;
}

.down-arrow {
    position: absolute;
    z-index: 5;
    width: 40px;
    height: 40px;
    bottom: 60px;
    left: 50%;
    margin-left: -20px;
    background: url(assets/dist/down-arrow-circle-white.svg) no-repeat left top;
    background-size: contain;
}

.down-arrow a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
}

.interior-hero-area {
    position: relative;
    z-index: 1;
    overflow:hidden;
    height: 500px;
}

.interior-hero-area:before {
    content: "";
    display: block;
    position: absolute;
    z-index: 3;
    top: 0; 
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,23,68,.60);
}

.interior-hero-area img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}


/*
| ===================================================
| INTERIOR-SUBNAV AREA
| ===================================================
*/

.interior-subnav {
    display: flex; 
    align-items: flex-end;
    position: relative;
    z-index: 1;
    top: -50px;
    margin-bottom: -50px;
    border-bottom: solid 1px #ECF0F8;
}

.interior-subnav .page-title {
    align-self: stretch;
    height: 155px;
    color: #A39891;
    text-transform: uppercase;
    display: flex; 
    align-items: flex-end;
    justify-content: center;
    margin-right: 40px;
    padding: 0 40px 30px 100px;
    background-image: url(assets/dist/subnav-bg-2.svg), 
    url(assets/dist/subnav-bg.svg);
    background-repeat:  no-repeat, no-repeat;
    background-position: bottom -10px left -110px, top right -30px;
    background-size:    200px 170px, 600px 200px;
    font-size: 1.500em;
    font-weight: 600;
}

.interior-subnav .subnav-links {
    padding: 40px 40px 35px 0;
}





/*
| ===================================================
| IMAGE OVERLAY AREA
| ===================================================
*/

.image-overlay-area {
    padding: 0 150px;
}

.image-overlay-area .image-overlay {
    background-repeat: no-repeat;
    background-size: contain; 
    background-position: right top; 
    padding: 150px 0 100px 0;
    position: relative;
    z-index: 1;
}

.image-overlay-area .image-overlay:before {
    content: "";
    display: block;
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    bottom: 0; 
    left: 0;
    background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); 
}

.image-overlay-area .image-overlay .text {
    max-width: 708px;
    font-size: 3.333em;
    line-height: 1.1;
    padding-left: 50px;
    border-left: solid 5px #F26746;
    color: #001744;
    position: relative; 
    z-index: 3;
}

.image-overlay-area.right {
    padding: 0 0 0 230px;
    margin-bottom: 75px;
}

.image-overlay-area.right .image-overlay {
    background-position: left top;
    overflow: hidden;
    padding-right: 230px;
}

.image-overlay-area.right .image-overlay:before {
    content: "";
    display: block;
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    bottom: 0; 
    left: 0;
    background: linear-gradient(to left, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); 
}

.image-overlay-area.right .image-overlay .text {
    float: right;
    text-align:right;
    border: none;
    max-width: 100%;
    font-size: 1em;
}

.image-overlay-area.right .image-overlay .text .large-type {
    font-size: 3.333em;
    line-height: 1.1;
    margin-bottom: 30px;
}








/*
| ===================================================
| STANDARD CONTENT AREA
| ===================================================
*/
.standard-content-area {
    padding: 0 250px;
    margin-bottom: 75px;
}

.standard-content-wrap {
    max-width: 900px;
}

.page-template-_templ-who-we-are .standard-content-wrap {
    max-width: 100%;
}




/*
| ===================================================
| STANDARD PAGE STYLES
| ===================================================
*/
.page-template-default .header-wrap .logo .cls-1,
.page-template-default .header-wrap .logo .cls-2,
.page-template-default .header-wrap .line {
    fill: #001744;
}

.page-template-default .text-content-area {
    padding: 250px 275px 80px 350px;
}

/*
.learn-about-title {
    margin-top: 50px;

}
*/


/*
| ===================================================
| 404 PAGE STYLES
| ===================================================
*/
.error404 .header-wrap .logo .cls-1,
.error404 .header-wrap .logo .cls-2,
.error404 .header-wrap .line {
    fill: #001744;
}

.error404 .text-content-area {
    padding: 250px 275px 80px 350px;
}




/*
| ===================================================
| THREE IMG AREA
| ===================================================
*/

.three-img-area {
    padding-right: 225px;
    padding-bottom: 100px;
}

.three-img-area.full {
    padding-right: 0;
}

.three-img {
    display: flex; 
}

.three-img > div {
    width: 33.3333%;
    padding-right: 25px;
}

.page-template-_templ-who-we-are .three-img > div,
.three-img-area.full .three-img > div {
    padding-right: 0;
}

.three-img .image {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.three-img .image .image-overlay {
    position: absolute; 
    z-index: 2;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 30px 200px 30px 30px;
    display:flex; 
    align-items: flex-end;
    opacity: 0;
    transition: all .3s ease;
}

.three-img .image-overlay:before {
    content: "";
    display: block;
    background: rgba(0,23,68,.9);
    opacity: .8;
    width: 1500px;
    height: 1500px;
    position: absolute;
    z-index: -1;
    top:0;
    right: 50px;
    transform: rotate(-15deg);
}

.three-img .image:hover .image-overlay {
    opacity: 1;
}

.three-img .title-text {
    font-size: 1.667em;
    line-height: 1.1;
}

.three-img .title-text a {
    color: #fff;
    display:flex; 
}

.three-img .title-text a:before {
    flex: none;
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    background: url(assets/dist/plus-sign-link.svg) no-repeat left top;
    background-size: contain;
    position: relative; 
    top: 10px;
    margin-right: 10px;
}

.three-img .award-details {
    color: #CBBCB2;
    font-size: 0.889em;
    text-transform: uppercase;
    margin-top: 15px;
    padding-left: 23px;
}

.three-img .image img {
    width: 100%;
    display: block;
}

.three-img .button-area {
    margin-top: 30px; 
    text-align:right;
}

.three-img .button-area .button {
    background-color: rgba(239,237,233,1);
}

.three-img .button-area .button:hover {
    background-color: #f26746;
}




/*
| ===================================================
| JOB BENEFITS AREA
| ===================================================
*/
.job-benefits-area {
    padding: 0 275px 0 350px;
    margin-bottom: 75px;
}

.job-benefits-area .big-checkmark {
    display: flex; 
    flex-wrap: wrap; 
}

.job-benefits-area .big-checkmark li {
    flex: none;
    width: 100%;
    padding-right: 50px;
    margin-bottom: 20px;
}



/*
| ===================================================
| JOB OPENINGS AREA
| ===================================================
*/
.current-job-openings-area {
    padding: 0 200px;
    margin-bottom: 150px;
    background-color: #FFFFFF;
}

.current-job-openings > div {
    display: flex; 
    align-items: center;
}

.current-job-openings > div > div {
    flex: 1 1 0%;
}

.current-job-openings > div > div.job-opening {
    display: flex; 
    flex-direction: column;
}

.job-opening .job-title {
    font-size: 1.667em;
}

.job-opening .apply-link {
    margin-top: 20px;
}

.job-opening .plus-button {
    padding-left: 0;
    margin-left: 0;
}


/*
| ===================================================
| OUR-WORK-PORTFOLIO AREA
| ===================================================
*/
 .our-work-portfolio-area {
    padding: 0 200px 0 350px;
    margin-bottom: 50px;
}

.our-work-portfolio-carousel-area {
    padding: 0 80px;
    margin-bottom: 80px;
}

/*
.our-work-portfolio-carousel-area .slick-slide {
    padding: 0 10px;
}

.our-work-portfolio-carousel-area .slick-slide .carousel-overlay {
    padding: 25px 25px 25px 50px;
    max-width: 300px;
}

.arrows-container .slick-slide .carousel-overlay:before {
    left: -1000px;
}

.our-work-portfolio-carousel-area .arrows-container {
    position: static; 
    margin: 30px auto 0 auto;
}

.our-work-portfolio-carousel-area .slick-slide .carousel-overlay .title-text {
    font-size: 1.5em;
} */

.carousel-c-arrows{
  position: absolute;
  left: 450px;
  right: 450px;
  z-index: 2;
  top: 45%;
}

.single-project-carousel .carousel-c-arrows button.slick-prev{
  left:-50px
}

.single-project-carousel .carousel-c-arrows button.slick-next{
  right:-50px
}


/*
| ===================================================
| ABSHER WAY AREA
| ===================================================
*/
.the-absher-way-area {
    background: #A39891;
    color: #fff;
    padding: 75px 230px 75px 230px;
}

.the-absher-way-area h3,
.the-absher-way-area h2,
.the-absher-way-area p{
    color: #fff;
}

.absher-way-content-wrap {
    display: flex; 
}

.absher-way {
    flex: 1 1 0%;
    padding: 75px 75px 75px 230px;
    overflow: hidden;
}

.absher-way .padding {
    position: relative; 
    z-index: 1;
}

.absher-way-nav {
    flex: none;
    width: 370px;
    padding: 0;
    background: #001744;
}

.absher-way-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.absher-way-nav li {
    display: flex; 
    align-items: center;
    text-align:right;
    justify-content: flex-end;
    line-height: 1.3;
    margin-bottom: 10px;
    color: #867c77;
    cursor: pointer;
    transition: all .3s ease;
}

.absher-way-nav li:hover,
.absher-way-nav li.current-nav {
    color: #fff;
}

.absher-way-nav li .line {
    flex: none;
    display: none;
    width: 18px;
    height: 2px;
    background: #5d5652;
    margin-left: 20px;
    transition: all .3s ease;
}

.absher-way-nav li:hover .line,
.absher-way-nav li.current-nav .line {
    background-color: #fff;
    width: 35px;
}

.absher-slide {
    position: absolute; 
    z-index: -1;
    top: 0; 
    left: 0;
    right: 0; 
    transition: all .3s ease;
    opacity: 0; 
    pointer-events: none;
    transform: translateY(-200px)
}

.absher-slide.current-slide {
    position: static;
    z-index: 2;
    opacity: 1; 
    pointer-events: all;
    transform: translateY(0)
}

.absher-slide .text {
    margin-bottom: 30px;
}

.absher-slide .in-action-imgs {
    display: flex; 
    padding-right: 150px;
}

.absher-slide .in-action-imgs > div {
    padding-right: 30px;
}

.absher-slide .three-img .image-overlay:before {
    right: -50px;
}

.absher-slide .three-img .title-text {
    font-size: 1.4em;
    line-height: 1.1;
}

.absher-slide .three-img .image .image-overlay {
    padding: 30px 75px 30px 30px;
}




    .absher-way-content-wrap {
        flex-wrap: wrap;
    }

    .absher-way {
        flex: none;
        width: 100%;
        order: 2;
    }

    .absher-way-nav {
        flex: none;
        width: 100%;
        order: 1;
        padding: 0 230px;
    }

    .absher-way-nav ul {
        display: flex; 
        flex-wrap: wrap;
    }

    .absher-way-nav li {
        display: block;
        font-size: .9em;
        margin: 0 5px 0 0;
    }

    .absher-way-nav li span:first-child {
        display: block;
        padding: 15px;
    }





/* .full-screen-detail-wrap {
    color: #fff;
    position: relative;
    margin-bottom: 130px;
}

.full-screen-detail-heading {

}

.full-screen-detail-heading > div:nth-child(1) {
    background: #A39891;
    color: #fff;
    padding: 75px 75px 75px 230px;
}

.full-screen-detail {
    display: flex; 
    height: 100%;
}

.scroll-hijack-carousel {
    flex: 1 1 0%;
    height: 100%;
}

.full-screen-detail-heading h3,
.full-screen-detail-heading h2,
.full-screen-detail-heading p.lead {
    color: #fff;
}

.scroll-hijack-carousel .slick-slide h3,
.scroll-hijack-carousel .slick-slide h2,
.scroll-hijack-carousel .slick-slide p.lead {
    color: #fff;
}

.scroll-hijack-carousel h2 {
    font-weight: 700;
}

.scroll-hijack-carousel .carousel-area img {
    display: block;
    width: auto;
}

.scroll-hijack-carousel .slick-slide {
    height: 900px;
    overflow: hidden;
    background: #A39891;
    color: #fff;
    padding: 75px 75px 75px 230px;
}

.scroll-hijack-carousel-nav .slick-list,
.scroll-hijack-carousel-nav .slick-slider {
    padding: 0!important;
}

.scroll-hijack-carousel-nav {
    flex: none;
    width: 370px;
    padding: 50px;
    background: #8e837d;
}

.type-j-nav-flex {
    display: flex; 
    align-items: center;
    text-align:right;
    justify-content: flex-end;
    line-height: 1.3;
    margin-bottom: 10px;
}

.scroll-hijack-carousel-nav .line {
    flex: none;
    display: block;
    width: 18px;
    height: 2px;
    background: #fff;
    margin-left: 20px;
}

.scroll-hijack-carousel-nav .slick-list {
    height: 400px!important;
}

.scroll-hijack-carousel-nav .slick-slide {
    outline: none;
    cursor: pointer;
}

.scroll-hijack-carousel-nav .slick-current {
    color: #F26746;
}

.scroll-hijack-carousel-nav .slick-current .line {
    background-color: #F26746;
}

.car-cols {
    display: flex; 
}

.car-cols .text {
    flex: 1 1 0%;
    margin-bottom: 50px;
}

.car-cols .image {
    flex: none;
    width: 400px;
    margin-left: 50px;
}

.in-action-imgs {
    display: flex; 
}

.in-action-imgs > div {
    flex: none;
    max-width: 250px;
    margin-right: 30px;
} */

/*
| ===================================================
| WORKING-WITH AREA
| ===================================================
*/
.working-with-area {
    padding: 0 225px 50px 225px;
}

.working-with-headline {
    margin-bottom: 60px;
}

.working-with {
    display: flex; 
    flex-wrap: wrap;
    align-items:center;
    padding-right: 250px;
}

.working-with > div {
    width: 25%;
    padding: 0 60px 60px 0;
}



/*
| ===================================================
| AWARDS-ACCOLADES AREA
| ===================================================
*/

.awards-accolades-headline {
    padding-left: 200px;
}




/*
| ===================================================
| FEATURED-PROJECTS INDEX AREA
| ===================================================
*/
.page-template-_templ-featured-project-index .featured-projects-subnav-area {
    padding: 140px 65px 0 65px;
    font-size: .9em;
    color: #A39891;
    font-weight: 600;
    text-transform: uppercase;
}


.page-template-_templ-featured-project-index .header-wrap .logo .cls-1,
.page-template-_templ-featured-project-index .header-wrap .logo .cls-2,
.page-template-_templ-featured-project-index .header-wrap .line {
    fill: #001744;
}

.page-template-_templ-featured-project-index .text-content-area {
    padding: 50px 135px;
}

.page-template-_templ-featured-project-index .featured-projects-area {
    padding: 50px 135px;
}

.page-template-_templ-featured-project-index .featured-projects {
    display: flex; 
    flex-wrap: wrap;
}

.page-template-_templ-featured-project-index .featured-projects .project {
    flex: none;
    width: 33.333%;
    border: solid 1px #fff;
    position: relative; 
    z-index: 1;
    overflow:hidden;
}

.page-template-_templ-featured-project-index .featured-projects .project img {
    width: 100%;
    display: block;
    transition: all .3s ease;
}
.page-template-_templ-featured-project-index .featured-projects .project:hover img {
    transform: scale(1.05);
}

.page-template-_templ-featured-project-index .featured-projects .project .overlay {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    bottom: 0; 
    left: 0;
    transition: all .3s ease;
    background: rgba(0,23,68,.4);
    padding: 50px;
}

.page-template-_templ-featured-project-index .featured-projects .project:hover .overlay {
    background: rgba(0,23,68,.2);
}


.page-template-_templ-featured-project-index .featured-projects .project .overlay a {
    color: #fff;
}

.page-template-_templ-featured-project-index .featured-projects .project p.portfolio-title {
    font-size: 1.667em;
    line-height: 1.1;
    display: flex; 
    margin: 0;

}

.page-template-_templ-featured-project-index .featured-projects .project p.portfolio-title:before {
    content: "";
    display: block;
    position: relative; 
    top: 16px;
	background: url(assets/dist/plus-sign-link.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	width: 15px;
	height: 15px;
	margin-right: 10px;
}

.page-template-_templ-featured-project-index .featured-projects .project .portfolio-location {
    color: #CBBCB2;
    text-transform: uppercase;
    padding-left: 25px;
}

.page-template-_templ-featured-project-index .featured-projects .project .button-area {
    position: absolute;
    z-index: 3;
    bottom: 50px;
    left: 75px;
}


.page-template-_templ-featured-project-index .featured-projects .project .button.button-arrow {
    border-color: #F26746;
    color: #F26746;
}

.page-template-_templ-featured-project-index .featured-projects .project .button.button-arrow .st0 {
    fill: #F26746;
}







/*
| ===================================================
| SINGLE FEATURED PROJECT AREA
| ===================================================
*/
.featured-hero-area {
    position: relative;
    z-index: 1;
    width: 100%;
}

.featured-hero-area img {
    display: block; 
    width: 100%;
}


.featured-hero-area:before {
    content: "";
    display: block;
    position: absolute;
    z-index: 3;
    top: 0; 
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,23,68,.60);
}

.featured-hero-area .project-title {
    border-left: solid 5px #F26746;
    color: #fff;
    bottom: 100px;
    left: 30px;
    padding: 0 0 0 50px;
    position: absolute; 
    z-index: 4;
    max-width: 1200px;
    transform: translateX(100px);
}

.featured-hero-area .project-title h1 {
    margin: 0;
    font-weight: 600;
    font-size: 4.444em;
    color: #fff;
}

.featured-hero-area .featured-tag {
    font-size: 1.222em;
    color: #fff;
    text-transform: uppercase;
    position: absolute; 
    z-index: 4;
    top: 140px;
    left: 65px;
}


.featured-project-content-area {
    padding: 75px 0 75px 130px;
    margin-bottom: 50px;
}

.featured-project-content {
    display: flex; 
    justify-content: space-between;
}

.featured-project-content .aside {
    flex: none;
    width: 475px;
    padding: 0;
    margin-left: 100px;
}

.featured-project-content .text {
    flex: 1 1 0%;
}

.featured-project-content .text .lead {
    font-size: 1.944em;
}

.featured-project-content .aside h2  {
    font-size: 1.222em;
    text-transform: uppercase;
    color: #A39891;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

.featured-project-content .aside > div {
    margin-bottom: 30px;
}

.featured-project-content .aside > div:last-child {
    margin: 0;
}

.featured-project-content .aside ul {
    margin:  0;
    padding: 0;
    list-style: none;
}

.featured-project-content .aside li {
    font-size: 1.222em;
    color: #001744;
    margin-bottom: 10px;
}

.featured-video-area {
    background: #ECF0F8;
    padding: 100px 200px; 
}

.featured-video-area iframe {
    width: 100%;
    cursor: pointer;
}

.full-scr-image-area img {
    width: 100%;
    display: block;
}

.feat-2col-area {
    padding: 100px 130px;
    background: #EFEDE9;
}

.feat-2col-area .text {
    font-size: 1.444em;
    padding: 0 100px;
    margin-bottom: 50px;
}

.feat-2col-area .columns {
    display: flex; 
}

.feat-2col-area .column {
    width: 50%;
    flex: none;
}

.feat-2col-area .column img {
    display: block;
    width: 100%;
}

.feat-2col-area .column:first-child {
    padding-right: 50px;
}

.feat-2col-area .column:last-child {
    padding-left: 50px;
}

.two-thirds-colored-area {
    background: #001744;
    color: #fff;
}

.two-thirds-colored {
    display: flex; 
}

.two-thirds-colored .image {
    flex: none;
    width: 66.666%;
}

.two-thirds-colored .image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.two-thirds-colored .text {
    flex: none;
    width: 33.333%;
    padding: 100px 125px;
    display: flex; 
    align-items: center;
    justify-content: center;
}

.two-thirds-colored .text h3 {
    color: #fff;
}

.two-thirds-uncolored-area {
    padding: 100px 130px;
}

.two-thirds-uncolored {
    display: flex; 
}

.two-thirds-uncolored .image {
    flex: none;
    width: 66.666%;
    padding-left: 150px;
}

.two-thirds-uncolored .image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.two-thirds-uncolored .text {
    flex: none;
    width: 33.333%;
    display: flex; 
    align-items: center;
    justify-content: center;
}


.three-columns-colored-area {
    padding: 100px 105px;
    background: #EFEDE9;
}

.three-columns-colored {
    display: flex; 
}

.three-columns-colored .column {
    width: 33.333%;
    padding: 0 25px
}

.three-columns-colored .column img {
    display: block;
    width: 100%;
}

.featured-subfooter-area {
    padding: 100px 80px 100px 130px;
}

.featured-subfooter {
    display: flex; 
}

.featured-subfooter .leftcol {
    flex: none;
    width: 40%;
    padding-right: 150px;
}

.featured-subfooter .rightcol {
    flex: 1 1 0%;
}

.featured-projects-headline {
    display: flex; 
}

.featured-projects-headline .plus-button {
    margin-left: 25px!important;
    position: relative; 
    top: -3px;
}

.featured-subfooter-area .three-img > div {
    width: 50%;
}

.featured-subfooter-area .three-img>div:last-child {
    padding-right: 0;
    padding-left: 25px;
}

.single-featured_project h3 {
     font-size: 1.444em;
}

.single-featured_project .featured-subfooter h3 {
    font-size: 1.222em;
}

.single-featured_project .featured-subfooter h3:after {
    width: 25px;
}

.featured-subfooter .cta-item {
    margin-bottom: 30px;
}

.featured-subfooter .cta-item p {
    font-size: 1.667em;
    margin: 0;
}

.featured-subfooter .cta-item .plus-button {
    margin-left: 0;
}

/*
| ===================================================
| PORTFOLIO INDEX AREA
| ===================================================
*/
.post-type-archive-project .portfolio-subnav-area,
.tax-project_category .portfolio-subnav-area {
    padding: 140px 65px 0 65px;
    font-size: .9em;
    color: #A39891;
    font-weight: 600;
    text-transform: uppercase;
}


.post-type-archive-project .header-wrap .logo .cls-1,
.post-type-archive-project .header-wrap .logo .cls-2,
.post-type-archive-project .header-wrap .line,
.tax-project_category .header-wrap .logo .cls-1,
.tax-project_category .header-wrap .logo .cls-2,
.tax-project_category .header-wrap .line {
    fill: #001744;
}

.post-type-archive-project .text-content-area,
.tax-project_category .text-content-area {
    padding: 50px 135px;
}

.post-type-archive-project .portfolio-nav,
.post-type-archive-project .portfolio-subnav,
.tax-project_category .portfolio-nav,
.tax-project_category .portfolio-subnav {
    padding: 0 135px;
}

.post-type-archive-project .portfolio-nav ul,
.tax-project_category .portfolio-nav ul  {
    display: flex; 
    margin: 0;
    padding: 0 0 0 0;
    list-style-type: none;
    display: flex; 
    flex-wrap: wrap;
    height: 100%;

}

.post-type-archive-project .portfolio-nav,
.tax-project_category .portfolio-nav {
    background: #EFEDE9;
    display: flex; 
    flex-wrap: wrap;
    align-items: center;
    /* justify-content: space-between;
    align-items: flex-start; */
}

.post-type-archive-project .portfolio-nav li,
.tax-project_category .portfolio-nav li {
    margin:0 0 0 0;
}

.post-type-archive-project .portfolio-nav a,
.tax-project_category .portfolio-nav a {
    color: #3C3738;
    height: 100%;
    padding: 10px 15px;
    white-space: nowrap;
    display: block;
    text-decoration: none;
    font-size:.9em;
}

.post-type-archive-project .portfolio-nav a:hover,
.tax-project_category .portfolio-nav a:hover,
.portfolio-nav a.current-menu-item,
.post-type-archive-project .portfolio-nav a.all-projects {
    background: #E0DCD4;
}

.post-type-archive-project .portfolio-nav li:first-child a,
.tax-project_category .portfolio-nav li:first-child a {
    margin-left: 0;
}

.post-type-archive-project .portfolio-nav .plus-button:before,
.tax-project_category .portfolio-nav .plus-button:before {
    display: none;
}

.view-icons {
    display: flex; 
}

.view-icons > div {
    margin-left: 15px;
    cursor: pointer;
}

.view-icons svg {
    width: 30px;
    height: 20px;
    display: block;
}

.pagination-area {
    margin-top: 50px;
    padding: 10px 80px;
}

.post-pagination {
    display: flex; 
    justify-content: space-between;
    font-size: .9em;
    color: #a39891;
}

.portfolio-search {
    padding: 0 0 0 10px;
}

.portfolio-search form > div {
    display: flex; 
}

.portfolio-search form input[type="submit"] {
    flex: none;
    width: 25px;
    height: 25px;
    display: block;
    border: none;
    text-indent: -999em;
    background-image: url(assets/dist/search-icon.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    outline: none;
}

.portfolio-search form input[type="text"] {
    padding:2px 5px;
    border: solid 1px #A39891;
    background: transparent;
    color: #A39891;
    outline: none;
    font-size: .8em;
}

.portfolio-search ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #A39891;
}
.portfolio-search ::-moz-placeholder { /* Firefox 19+ */
    color: #A39891;
}
.portfolio-search :-ms-input-placeholder { /* IE 10+ */
    color: #A39891;
}
.portfolio-search :-moz-placeholder { /* Firefox 18- */
    color: #A39891;
}

/*
| ===================================================
| SINGLE PROJECT
| ===================================================
*/
.single-project .portfolio-subnav-area {
    padding: 140px 65px 0 65px;
    font-size: .9em;
    color: #A39891;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.single-project .portfolio-subnav-area a {
    color: inherit; 
    text-decoration: none;
}

.single-project .header-wrap .logo .cls-1,
.single-project .header-wrap .logo .cls-2,
.single-project .header-wrap .line {
    fill: #001744;
}

.single-project-carousel-area {
    padding: 0 125px;
    margin-bottom: 75px;
}
.single-project-carousel-area.no-margin {
    margin-bottom: 0;
}

.single-project-carousel {
    position: relative;
    z-index: 1;
    margin-bottom: 15px;
}

.single-project-carousel .slick-slide {
    width: 100vw;
    margin: auto;
    text-align: center;
    height: 775px;
}
.single-project-carousel .slick-slide > div,
.single-project-carousel .slick-slide > div > div {
    height: 100%;
}

.single-project-carousel .slick-slide img {
    display: inline-block;
    /*width: 100%;*/
    height: 100%;
    object-fit: contain; 
}

.carousel-c-arrows {
    position: absolute; 
    left: 0;
    right: 0;
    z-index: 2;
    bottom: -30px;
}

.carousel-c-arrows button {
    display: block;
    border: none;
    width: 30px;
    height: 30px;
    text-indent: -999em;
    position: absolute; 
    z-index: 3;
    background-color: transparent;
    background-size: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer; 
    outline: none;
}

.carousel-c-arrows button.slick-next {
    right: 40px;
    background-image: url(assets/dist/carousel-circled-arrow-left.svg);
}

.carousel-c-arrows button.slick-prev {
    left: 40px;
    background-image: url(assets/dist/carousel-circled-arrow-right.svg);
}

.single-project-carousel-nav  {
    max-width: 700px;
    margin: auto;
}

.single-project-carousel-nav .slick-slide {
    margin: 0 5px;
    opacity: .4;
    transition: opacity .2s ease;
}

.single-project-carousel-nav .slick-slide.slick-current {
    opacity: 1;
}

.single-project-content-area {
    padding: 0 0 0 125px;
    margin-bottom: 50px;
}

.single-project-content {
    display: flex; 
    justify-content: space-between;
}

.single-project-content .aside {
    flex: none;
    width: 475px;
    padding: 50px;
    margin-left: 100px;
    background: #EFEDE9;
}

.single-project-content .text {
    flex: 1 1 0%;
}

.single-project-content .text h1 {
    margin-bottom: 30px;
}

.single-project-content .text h1:after {
    content: "";
    display: block;
    width: 80px;
    height: 3px;
    background: #F26746;
    margin-top: 15px;
}

.single-project-content .text .project-location {
    font-size: 2.222em;
    text-transform: uppercase;
    color: #3C3738;
    margin-bottom: 40px;
}

.single-project-content .text h2 {
    font-size: 1.222em;
    text-transform: uppercase;
    color: #A39891;
    margin-bottom: 5px;
    letter-spacing: 1px;
}

.single-project-content .aside h2  {
    font-size: 1.222em;
    text-transform: uppercase;
    color: #A39891;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

.single-project-content .aside > div:first-child {
    margin-bottom: 60px;
}

.single-project-content .aside ul {
    margin:  0;
    padding: 0;
    list-style: none;
}

.single-project-content .aside li {
    font-size: 1.222em;
    color: #001744;
    margin-bottom: 20px;
}

.single-project .three-img-area {
    padding: 0 220px 0 125px;
}

.single-project .three-img-area .image .image-overlay {
    padding: 30px 200px 50px 30px;
}


/*
| ===================================================
| HOME CAROUSEL AREA
| ===================================================
*/
.featured-projects-intro-wrap {
    padding: 60px 130px 35px 130px;
    margin: auto;
}

.home-carousel-area .carousel-wrap {
    position: relative;
    z-index: 1;
    padding-bottom: 50px;
}

/*.home-carousel-area .arrows-container {
    display: flex;
    position: absolute;
    right: 325px;
    bottom: 10px;
    width: 80px;
    height: 40px;
}*/

.home-carousel-area .slick-slide {
    margin: 0 25px;
}

.home-carousel-area .home-car-sizer {
    position: relative; 
    z-index: 1;
}

.home-carousel-area .carousel-overlay {
    position: absolute; 
    z-index: 2;
    top: 0;
    right: 0;
    bottom: 0; 
    left: 0;
    background-image: url(assets/dist/home-car-poly.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right 300px bottom;
    padding: 25px 25px 150px 100px;
    display: flex;
    align-items: flex-end;
    opacity: 0;
    pointer-events: none;
    transition: all .3s ease;
}

.home-carousel-area .slick-slide {
    opacity: .4;
    transition: all .3s ease;
}

.home-carousel-area .slick-slide.slick-active {
    opacity: 1;
} 

.home-carousel-area .slick-slide.slick-active:hover .carousel-overlay {
    opacity: 1;
    pointer-events: all;
}

.home-carousel-area .slick-slide .carousel-overlay .title-text {
    font-size: 2.389em;
    line-height: 1.2;
    position: relative;
    margin-bottom: 15px;
    color: #fff;
}

.home-carousel-area .slick-slide .carousel-overlay .subtitle-text {
    font-size: 1.111em;
    line-height: 1.2;
    position: relative;
    text-transform: uppercase;
    color: #CBBCB2;
}

.home-carousel-area .slick-slide .carousel-overlay a {
    color: inherit;
}

.home-carousel-area .carousel-overlay .title-text:before {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    background: url(assets/dist/plus-sign-link.svg) no-repeat left top;
    background-size: contain;
    position: absolute;
    top: 15px;
    left: -30px;
}

.home-carousel-area .arrows-container {
    position: absolute; 
    left: 245px;
    right: 245px;
    z-index: 2;
    top: 40%;
    /*margin-top: 20px;*/
}

.home-carousel-area .arrows-container button {
    display: block;
    border: none;
    width: 30px;
    height: 30px;
    text-indent: -999em;
    position: absolute; 
    z-index: 3;
    background-color: transparent;
    background-size: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer; 
    outline: none;
}

.home-carousel-area .arrows-container button.slick-next {
    right: 40px;
    background-image: url(assets/dist/carousel-circled-arrow-left.svg);
}

.home-carousel-area .arrows-container button.slick-prev {
    left: 40px;
    background-image: url(assets/dist/carousel-circled-arrow-right.svg);
}

.arrows-container .next-arrow-jc {
    flex: none;
    width: 35px;
    margin: 0 0 0 5px;
}

.arrows-container .next-arrow-jc svg {
    transform-origin: left center;
}

.arrows-container .prev-arrow-jc {
    flex: none;
    width: 35px;
    margin: 0 5px 0 0;
}

.arrows-container .prev-arrow-jc svg {
    transform-origin: right center;
}

.slick-arrow svg {
    transition: all .3s ease;
}

.slick-arrow:hover svg {
    transform: scale(1.25);
}

.slick-arrow .ellipse {
    backface-visibility: hidden;
    position: relative;
}

.slick-arrow .ellipse.bottom-ellipse {
    stroke: #ececec;
    backface-visibility: hidden;
}

.slick-arrow .ellipse.top-ellipse {
    stroke-dasharray: 140;
    stroke-dashoffset: 141;
    stroke-linecap:round;
    stroke-linejoin:round;
    transition: .7s cubic-bezier(0.75, 0, 0.125, 1);
}

.slick-arrow .ellipse.bottom-ellipse,
.slick-arrow:hover .ellipse.top-ellipse { 
    stroke-dashoffset: 0; 
}


/*
| ===================================================
| OUR WORK PORTFOLIO CAROUSEL AREA
| ===================================================
*/

.our-work-portfolio-carousel-area .carousel-wrap {
    position: relative;
    z-index: 1;
    padding-bottom: 50px;
    line-height: 1;
}

.our-work-portfolio-carousel-area .arrows-container {
    display: flex;
    position: absolute;
    right: 50%;
    margin-right: -40px;
    bottom: -15px;
    width: 80px;
    height: 40px;
}

.our-work-portfolio-carousel-area .slick-slide {
    margin: 0 10px;
    position: relative; 
    z-index: 1;
    overflow: hidden;
}

.our-work-portfolio-carousel-area .slick-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.our-work-portfolio-carousel-area .carousel-overlay {
    position: absolute; 
    z-index: 2;
    top: 0;
    right: 0;
    bottom: 3px; 
    left: 0;
    background-image: url(assets/dist/home-car-poly.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right 100px bottom;
    padding: 35px 150px 35px 50px;
    display: flex;
    align-items: flex-end;
    opacity: 0;
    pointer-events: none;
    transition: all .3s ease;
}

.our-work-portfolio-carousel-area .slick-slide:hover .carousel-overlay {
    opacity: 1;
    pointer-events: all;
}

.our-work-portfolio-carousel-area .slick-slide .carousel-overlay .title-text {
    font-size: 1.5em;
    line-height: 1.2;
    position: relative;
    margin-bottom:0;
    color: #fff;
}

.our-work-portfolio-carousel-area .slick-slide .carousel-overlay a {
    color: inherit;
}

.our-work-portfolio-carousel-area .carousel-overlay .title-text:before {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    background: url(assets/dist/plus-sign-link.svg) no-repeat left top;
    background-size: contain;
    position: absolute;
    top: 10px;
    left: -30px;
}







/*
| ===================================================
| CTA BAND AREA
| ===================================================
*/

.cta-band-wrap {
    padding: 115px 240px 200px 320px;
}

.cta-band-wrap p {
    font-size: 1.944em;
    position: relative;
    z-index: 1;
}

.cta-band-wrap p:first-child:before {
    content: "";
    display: block;
    width: 80px;
    height: 2px;
    background: #F26746;
    position: absolute;
    z-index: 2;
    left: -120px;
    top: 30px;
}




/*
| ===================================================
| MASONRY-GRID-A STYLES
| ===================================================
*/

.masonry-grid-a .grid-sizer {
    width: 33%;
}

.masonry-grid-a .grid-item { 
    /* width: 25%;  */
    height: 260px;
    padding: 10px;
}

.masonry-grid-a .grid-item > div {
    background: #fff;
    height: 100%;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.masonry-grid-a .grid-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    position: relative;
    z-index: 1;
    transition: all .3s ease;
}

.masonry-grid-a .grid-item:hover img {
    transform: scale(1.03);
}

.masonry-grid-a .grid-item p {
    font-size: 1.556em;
    margin: 0 0 15px 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
 }

.masonry-grid-a .grid-item .overlay {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 40px;
    display: flex; 
    align-items: center;
    /* justify-content: center; */
    transition: all .3s ease;
}

.masonry-grid-a .grid-item--width1-4 { 
    width: 25%; 
}

.masonry-grid-a .grid-item--width1-3 { 
    width: 33%; 
}

.masonry-grid-a .grid-item--width2-3 { 
    width: 66%; 
}

.masonry-grid-a .grid-item--width1-2 { 
    width: 50%; 
}


/* type-a */
.masonry-grid-a .grid-item .type-a .plus-button {
    color: #fff;
    margin-left: 0;
}

.masonry-grid-a .grid-item .type-a .plus-button:before {
   background: url(assets/dist/plus-sign-link-2.svg);
   background-size: 10px 10px;
   background-position: center center;
}

.masonry-grid-a .grid-item .type-a .plus-button:hover:before,
.masonry-grid-a .grid-item .type-c .plus-button:hover:before {
    background: url(assets/dist/plus-button-arrow-2.svg);
    background-size: 10px 10px;
    background-position: center center;
 }

.masonry-grid-a .grid-item .type-a .overlay {
    opacity: 0;
}

.masonry-grid-a .grid-item:hover .type-a .overlay {
    background: rgba(242,103,70,.9);
    color: #fff;
    opacity: 1;
}



/* type-b */
.masonry-grid-a .grid-item .type-b .plus-button {
    margin-left: 0;
}



/* type-c */
.masonry-grid-a .grid-item .type-c .plus-button {
    color: #fff;
    margin-left: 0;
}

.masonry-grid-a .grid-item .type-c .plus-button:before {
   background: url(assets/dist/plus-sign-link-2.svg);
   background-size: 10px 10px;
   background-position: center center;
}

.masonry-grid-a .grid-item .type-c .overlay {
    opacity: 1;
    background: rgba(0,28,63,.7);
    color: #fff;
}

.masonry-grid-a .grid-item:hover .type-c .overlay {
    background: rgba(0,28,63,1);
    color: #fff;
    opacity: 1;
}




/*
| ===================================================
| MASONRY-GRID-B STYLES
| ===================================================
*/



/* standard grid appearance */

.masonry-grid-b {
    opacity: 0;
    pointer-events: none;
    transition: all .2s ease;
}

.masonry-grid-b.active {
    opacity: 1;
    pointer-events: all;
}

.masonry-grid-b .grid-item { 
    width: 25%; 
}

.masonry-grid-b .grid-item--std {
    height: 300px;
}

.masonry-grid-b .grid-item--height-2{
    height: 600px;
}

.masonry-grid-b .grid-item > div {
    background: #fff;
    height: 100%;
    overflow: hidden;
    position: relative;
    z-index: 1;
    border: solid 1px #fff;
}

.masonry-grid-b .grid-item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    position: relative;
    z-index: 1;
    transition: all .3s ease;
}

.masonry-grid-b .grid-item:hover img {
    transform: scale(1.03);
}

.masonry-grid-b .grid-item p {
    font-size: 1.556em;
    margin: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
 }

.masonry-grid-b .grid-item .overlay {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 40px;
    display: flex; 
    align-items: center;
    transition: all .3s ease;
    opacity: 0;
}

.masonry-grid-b .grid-item:hover .overlay {
    opacity: 1;
    background: rgba(242,103,70,.75);
    color: #fff;
}

.masonry-grid-b .grid-item .overlay a {
    color: #fff;
}

.masonry-grid-b .grid-item p.portfolio-title {
    font-size: 1.667em;
    /*line-height: 1.1;*/
    display: flex; 
    margin-bottom: 5px;
}

.masonry-grid-b .grid-item p.portfolio-title:before {
    flex: none;
    content: "";
    display: block;
    position: relative; 
    top: 10px;
	background: url(assets/dist/portfolio-plus.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
	width: 15px;
	height: 15px;
	margin-right: 10px;
}

.masonry-grid-b .grid-item p.portfolio-client-name {
    display: none;
}

.masonry-grid-b .grid-item p.portfolio-location {
    color: #001744;
    font-size: 1em;
    text-transform: uppercase;
    padding-left: 25px;
}

.list-view-headings {
    display: none;
}


/* list view appearance */
.list-view-on .grid-view .cls-1 {
    fill: #cbbcb2;
}

.list-view-on .list-view .st0 {
    fill: #f26746;
}


.list-view-on .list-view-headings {
    display: flex; 
    padding: 65px 135px 40px 135px;
    font-size: 1.222em;
    font-weight: 600;
    color: #3C3738;
    text-transform: uppercase;
}

.list-view-on .list-view-headings > div {
    flex: none;
    width: 33.333%;
}

.list-view-on .grid-item {
    width: 100%;
}

.list-view-on .grid-item .overlay {
    opacity: 1;
    background: transparent!important;
    padding: 0 135px;
    display: block;
}

.list-view-on .grid-item .overlay:hover {
    background: transparent!important;
}

.list-view-on .masonry-grid-b .grid-item > div {
    overflow: visible;
}

.list-view-on .grid-item .overlay > div {
    display: flex; 
}

.list-view-on .grid-item .portfolio-title a {
    color: #F26746;
    white-space: nowrap; 
    overflow:hidden;
    text-overflow: ellipsis;
    /* display:flex;
    align-items: baseline; */
}

.list-view-on .grid-item .portfolio-title a:after {
    content: "";
	display: none;
	background: url(assets/dist/link-arrow-red.svg);
	background-repeat: no-repeat;
	background-size: 9px 9px;
	background-position: right center;
	width: 10px;
	height: 10px;
	margin-left: 5px;
}

.list-view-on .masonry-grid-b .grid-item p.portfolio-title:before {
    display: none;
}

.list-view-on .masonry-grid-b .grid-item p {
    font-size: 1em!important;
    color: #3C3738!important;
    padding: 0 50px 0 0!important;

    text-transform: none!important;
    flex: none;
    width: 33.333%;
    white-space: nowrap; 
    overflow:hidden;
    text-overflow: ellipsis;

}

.list-view-on .masonry-grid-b .grid-item p.portfolio-client-name {
    display: block;
}

.list-view-on .grid-item img {
    display: none;
}

.list-view-on .masonry-grid-b .grid-item--height2,
.list-view-on .masonry-grid-b .grid-item {
    height: 1.7em;
    margin-bottom: 30px;
    background-color: #FFFFFF;
}



/*
| ===================================================
| WHATS HAPPENING AREA STYLES
| ===================================================
*/

.whats-happening-area {
    background: url(assets/dist/sky-image.jpg) no-repeat center center;
    background-size: cover;
    padding: 0 135px 275px 135px;
}

.blog .whats-happening-area,
.page-template-_templ-culture-page .whats-happening-area {
    background: rgba(0,23,68,.1);
    padding: 70px 135px;
}

.whats-happening {
    display: flex; 
}

.whats-happening .content-block {
    flex: 1 1 0%;
    position: relative;
    z-index: 1;
    top: -75px;
    margin-bottom: -75px;
}

.blog .whats-happening {
    display: block;
}

.blog .whats-happening .content-block,
.page-template-_templ-culture-page .whats-happening .content-block {
    position: static;
    margin: 0;
}

.whats-happening .title-area {
    flex: none;
    width: 275px;
    margin-right: 80px;
    padding-top: 115px;
}

.whats-happening .title-area div:first-child {
    font-size: 2.944em;
    line-height: 1;
    font-weight: 600;
    margin-bottom: 30px;
}

.whats-happening .title-area div:nth-child(2) {
    font-size: 1.667em;
    line-height: 1;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 60px;
}


.archive .header-wrap .logo .cls-1,
.archive .header-wrap .logo .cls-2,
.archive .header-wrap .line {
    fill: #001744;
}




/*
| ===================================================
| SINGLE-POST STYLES
| ===================================================
*/

.single-post-subnav-area {
    padding: 140px 65px 0 65px;
    font-size: .9em;
    color: #A39891;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.single-post-subnav-area a {
    color: inherit; 
    text-decoration: none;
}

.single-post .header-wrap .logo .cls-1,
.single-post .header-wrap .logo .cls-2,
.single-post .header-wrap .line {
    fill: #001744;
}

.post-meta {
    display: flex; 
    color: #A39891;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.post-meta .separator {
    margin: 0 15px;
}

.post-meta a {
    color: #A39891;
}

.post-author {
    font-size: 1.444em;
    margin-bottom: 50px;
}

.post-author.no-margin {
    margin-bottom: 0;
}

.featured-image {
    margin-bottom: 50px;
    padding: 0 75px;
    text-align:center;
}

.related-stories-area {
    padding: 0 135px;
    margin-bottom: 135px;
}

.related-stories-title {
    font-size: 1.222em;
    color: #3C3738;
    margin-bottom: 40px;
}

.related-stories-title:after {
    content: "";
	display: block;
	height: 2px;
	margin-top: 15px;
	width: 25px;
	background: #F26746;
}

.related-stories {
    display: flex; 
}

.related-stories > article {
    padding-right: 100px;
}

.related-stories h2 {
    font-size: 1.778em;
    font-weight: 400;
}

.related-stories .plus-button {
    margin-left: 0;
}




/*
| ===================================================
| TEXT CONTENT AREA STYLES
| ===================================================
*/

.text-content-area {
    padding: 100px 275px 80px 350px;
}

.text-content p:first-child {
    font-size: 1.222em;
	line-height: 1.6;
	color: #393838;
}


/*
| ===================================================
| MEET OUR TEAM AREA STYLES
| ===================================================
*/

.meet-our-team-area {
    padding: 0 80px;
}

.meet-our-team-headline {
    padding: 0 0 0 270px;
    margin-bottom: 50px;
}

.team-grid {
    display: flex; 
    flex-wrap: wrap;
    margin-bottom: 125px; 
}

.team-member {
    flex: none;
    width: 25%;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.team-member .overlay {
    position: absolute; 
    z-index: 3;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,23,68,.7);
    color: #fff;
    display: flex; 
    align-items: center;
    /* justify-content: center; */
    transition: all .3s ease;
    opacity: 0;
    padding: 40px;
}

.team-member:hover .overlay {
    opacity: 1;
}

.team-member img {
    width: 100%;
    height: 100%;
    transform: scale(1.01);
    object-fit: cover;
    transition: all .3s ease;
}

.team-member:hover img {
    transform: scale(1.05);
}

.team-member .name {
    font-size: 1.667em;
    line-height: 1.3;
    margin-bottom: 15px;
}

.team-member .job-detail {
    text-transform: uppercase;
    color: #CBBCB2;
    font-size: 0.889em;
    white-space: nowrap;
}

.history-columns {
    display: flex; 
}

.history-columns .text {
    flex: 1 1 0%;
    padding-left: 115px;
}

.history-columns .images {
    flex: none;
    width: 300px;
    margin-left: 50px;
}

.history-columns .images > div {
    margin-bottom: 25px;
}


/*
| ===================================================
| CAREERS INDEX STYLES
| ===================================================
*/
.careers-index-subnav-area {
    padding: 140px 65px 0 65px;
    font-size: .9em;
    color: #A39891;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.page-template-_templ-careers-index .header-wrap .logo .cls-1,
.page-template-_templ-careers-index .header-wrap .logo .cls-2,
.page-template-_templ-careers-index .header-wrap .line {
    fill: #001744;
}

.learn-about-title {
    font-size: 1.222em;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.image-cta-area img {
    display: block;
    width: 100%;
}

.image-cta {
    position: relative; 
    z-index: 1;
}

.image-cta .overlay {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,23,68,.6);
    color: #fff;
    display: flex; 
    align-items: center;
    justify-content: center;
    padding: 50px;
    text-align:center;
}

.image-cta .overlay .text {
    font-size: 2.667em;
    max-width: 1100px;
}

.page-template-_templ-careers-index .text-content-area {
    padding: 50px 130px 80px 130px;
}

.open-positions-area {
    padding: 100px 130px 80px 130px;
}

.open-positions {
    display:flex; 
}

.open-positions .text {
    flex: 1 1 0%;
}

.open-positions .aside {
    flex: none;
    width: 400px;
    margin-left: 100px;
}

.positions-list {
    margin-top: 75px;
}

.position-item {
    display: flex; 
    margin-bottom: 30px;
}

.position-item {
    display: none;
}

.position-item.active {
    display: flex;
}

.position-item > div {
    flex: none;
    width: 50%;
}

.position-header {
    display: flex; 
    margin-bottom: 30px;
}

.position-header > div {
    flex: none;
    width: 50%;
}

.position-header .job-title,
.position-header .job-location {
    font-size: 1.222em;
    text-transform: uppercase;
    font-weight: 600;
    color: #3C3738;
}

#location-choice {
    background: transparent;
    background-image: url('assets/dist/select-down-arrow.svg');
    background-position: right center;
    background-size: 20px 10px;
    background-repeat: no-repeat; 
    border: 0;
    border-bottom: dotted 1px #F26746;
    border-radius: 0;
    -webkit-appearance: none;
    font-size: 1.4em;
    font-weight: 600;
    padding-right: 30px;
    outline: none;
    line-height: 1;
    color: #F26746;
}

.position-chooser {
    display: flex; 
    align-items: baseline;
}

.position-chooser h2 {
    font-size: 1.8em;
    margin-right: 20px;
}





/*
| ===================================================
| SUBCONTRACTOR AREA STYLES
| ===================================================
*/
.page-template-_templ-subcontracting-opportunities .header-wrap .logo .cls-1,
.page-template-_templ-subcontracting-opportunities .header-wrap .logo .cls-2,
.page-template-_templ-subcontracting-opportunities .header-wrap .line {
    fill: #001744;
}

.page-template-_templ-subcontracting-opportunities .text-content-area {
    padding: 50px 130px 80px 130px;
}


.bid-room-area {
    padding: 50px 130px 80px 130px;
}

.bid-room-area iframe {
    width: 100%;
    display: block;
    margin: auto;
}

.subcontractors-text-area {
    padding: 50px 130px 80px 130px;
}

.subcontractors-text ul.columns {
    max-width: 500px;
    display: flex; 
    flex-wrap: wrap;
}

.subcontractors-text ul.columns li {
    flex: none;
    width: 50%;
}




/*
| ===================================================
| CONTACT PAGE STYLES
| ===================================================
*/
.page-template-_templ-contact-us .header-wrap .logo .cls-1,
.page-template-_templ-contact-us .header-wrap .logo .cls-2,
.page-template-_templ-contact-us .header-wrap .line {
    fill: #001744;
}

.page-template-_templ-contact-us .text-content-area {
    padding: 50px 130px 80px 130px;
}

.contact-page-columns {
    display: flex; 
    margin-top: 50px;
}

.contact-page-columns > div {
    flex: none;
    width: 33.333%;
    padding-right: 50px;
}

.contact-page-columns p {
    font-size: 1.667em;
    margin: 0;
}

.contact-page-columns .left > div:first-child,
.contact-page-columns .center > div:first-child {
    margin-bottom: 30px;
}

.live-map {
    overflow: hidden;
}

.contact-page-columns .center .plus-button {
    margin-left: 0;
}





/*
| ===================================================
| BLOGROLL STYLES
| ===================================================
*/
.blog .header-wrap .logo .cls-1,
.blog .header-wrap .logo .cls-2,
.blog .header-wrap .line {
    fill: #001744;
}

.blog .text-content-area {
    padding: 50px 130px 80px 130px;
}

.blogroll-subnav-area {
    padding: 140px 65px 0 65px;
    font-size: .9em;
    color: #A39891;
    font-weight: 600;
    text-transform: uppercase;
}









/*
| ===================================================
| CULTURE PAGE STYLES
| ===================================================
*/
.page-template-_templ-culture-page .header-wrap .logo .cls-1,
.page-template-_templ-culture-page .header-wrap .logo .cls-2,
.page-template-_templ-culture-page .header-wrap .line {
    fill: #001744;
}

.page-template-_templ-culture-page .text-content-area {
    padding: 50px 130px 80px 130px;
}

.page-template-_templ-culture-page .text-content-area.alt {
    padding: 80px 180px 80px 180px;
}

.culture-subnav-area {
    padding: 140px 65px 0 65px;
    font-size: .9em;
    color: #A39891;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.page-template-_templ-culture-page .cta-band-wrap {
    padding: 70px 240px 70px 320px;
}

.page-template-_templ-culture-page .slick-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page-template-_templ-culture-page .home-carousel-area .carousel-wrap {
    margin-bottom: 50px;
}

.culture-items {
    display: flex; 
    flex-wrap: wrap; 
    margin-top: 75px;
}

.culture-items > div {
    flex: none;
    width: 25%;
    padding-right: 50px;
    margin-bottom: 50px;
    text-align: center;
}

.culture-item .icon {
    max-width: 100px;
    margin: 0 auto 10px auto;
}

.core-values-area {
    background: #EFEDE9;
    padding: 70px 170px 50px 170px;
}

.core-values-title {
    font-size: 1.222em;
    color: #A39891;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.core-values {
    display: flex; 
    flex-wrap: wrap; 
}

.core-values > div {
    flex: none;
    width: 50%;
    padding-right: 50px;
    margin-bottom: 50px;
}

.core-value h3 {
    margin-bottom: 25px;
}

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

.recognition-columns {
    display: flex; 
    margin-top: 75px;
}

.recognition-columns > div {
    flex: none;
    width: 33.333%;
    padding-right: 150px;
}

.recognition-columns .date {
    letter-spacing: 1px;
    color: #A39891;
    font-size: 1em;
    margin-bottom: 30px;
}

.recognition-columns h3 {
    font-size: 2.556em;
    margin: 0 0 10px 0;
}

.recognition-columns .award-meta {
    font-size: 1.056em;
    font-weight: 700;
    text-transform: uppercase;
    color: #A39891;
}

.community-columns {
    display: flex; 
}

.community-columns > div {
    max-width: 600px;
    margin-right: 50px;
}

.community-columns li {
    margin-bottom: 20px;
}

.community-programs-area {
    padding: 0 135px;
    margin-bottom: 125px;
}

.community-programs {
    display: flex; 
}

.community-programs > div {
    flex: none;
    width: 33.333%;
    padding: 10px;
}

.community-program {
    background: #A39891;
    color: #fff;
    height: 100%;
}

.community-program img {
    width: 100%;
}

.community-program .text {
    padding: 40px;
}

.community-program .text h4 {
    color: #fff;
    margin-bottom: 15px;
    font-weight: 600;
}

.community-program .text .plus-button {
    color: #F5EBE4;
    margin-left: 0;
}

.community-program .text .plus-button:before {
	background-image: url(assets/dist/plus-sign-link-3.svg);
}

.page-template-_templ-culture-page .current-job-openings-area {
    padding: 80px 200px;
    margin-bottom: 0;
}

.page-template-_templ-culture-page .current-job-openings>div>div.job-opening {
    margin-right: 30px;
    background: #EFEDE9;
    padding: 30px;
}

.page-template-_templ-culture-page .current-job-openings>div>div.see-all-button {
    align-self: center;
}


/*
| ===================================================
| FOOTER AREA STYLES
| ===================================================
*/
.footer-area {
    padding: 50px 80px;
    background: #fff;
}

.footer-wrap {
    border-top: solid 1px #A39891;
    padding-top: 40px;
}

.home .footer-wrap,
.blog .footer-wrap,
.page-template-_templ-work-with-us .footer-wrap,
.page-template-_templ-who-we-are .footer-wrap,
.page-template-_templ-our-work .footer-wrap  {
    border: none;
    padding: 0;
}

footer {
    display: flex; 
}

footer .nav-area {
    flex: 1 1 0%;
    display: flex; 
}

footer .nav-area > div {
    flex: none;
    width: 25%;
    padding: 0 50px 0 0;
}

footer .socials-copyrights {
    flex: none;
    width: 500px;
    margin-left: 80px;
    font-size: .889em;
    text-align:right;
}

footer .socials-copyrights a,
footer .socials-copyrights p {
    color: #A39891;
}

footer .socials {
    margin-bottom: 20px;
}

footer .socials a {
    margin-left: 15px;
    opacity: .8;
}

footer .socials a:hover {
    opacity: 1;
}

footer .title {
   font-size: 1.222em;
   color:  #A39891;
   font-weight: 600;
   line-height: 1.3;
}

footer .title:after {
    content: "";
    display: block;
    width: 25px;
    height: 2px;
    background: #F26746;
    margin-top: 5px;
    transition: all .3s ease;
}

footer .title:hover:after {
    width: 75px;
}

footer .title a {
    text-decoration: none;
    color: inherit;
}

footer .nav-area ul {
    margin: 20px 0 0 0;
    padding: 0;
    list-style-type: none;
}

footer .nav-area li {
    margin-bottom: 3px;
}

footer .nav-area a {
    color: #A39891;
}

footer .nav-area a:hover {
    color: #3C3738;
    text-decoration: none;
}

.portfolio-nav {
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
}

.portfolio-nav .cat-nav {
    flex: 1;
    /*width: 100%;*/
}


/*
| ===================================================
| MEDIA QUERY
| ===================================================
*/
/* making sure the nav can handle the extra content */
@media (max-width: 1920px){

    .menu-overlay-wrap .nav-content {
        padding: 15px;
    }
    .nav-title {
        font-size: 3em;
    }
}
/* making sure the nav can handle the extra content */
@media (max-width: 1800px){

    .overlay-nav-item p {
        font-size: 1.1em;
    }

    .image-overlay-area.right .image-overlay:before {
        background: linear-gradient(to left, rgba(255,255,255,1) 0%,rgba(255, 255, 255, 0.55) 100%);
    }

}

@media (max-width: 1500px) {
    .home-carousel-area .carousel-overlay {
        background-position: right 100px bottom;
            padding: 25px 150px 150px 100px;
    }

    .our-work-portfolio-carousel-area .carousel-overlay {
        background: rgba(0,23,68,.60);
        padding: 35px 35px 35px 50px;
    }

    .three-img .image .image-overlay {
        padding: 30px;
    }

    .three-img .image-overlay:before {
        width: 100%;
        height: 100%;
        position: absolute;
        z-index: -1;
        top: 0;
        right: 0;
        bottom:0;
        left: 0;
        transform: none;
    }

    .single-project .three-img-area .image .image-overlay {
        padding: 50px 50px 50px 30px;
    }
}


@media (max-width: 1400px) {
    .whats-happening {
        flex-wrap: wrap;
    }

    .whats-happening .title-area {
        width: 100%;
        padding-top: 75px;
    }

    .whats-happening .content-block {
        flex: none;
        width: 100%;
        position: static;
        margin: 75px 0 0 0;
    }

    footer {
        flex-wrap: wrap;
    }

    footer .nav-area {
        flex: none;
        width: 100%;
    }

    footer .socials-copyrights {
        flex: none;
        width: 100%;
        margin: 25px 0 0 0;
        font-size: .889em;
        text-align: center;
    }

    footer .socials-copyrights a, 
    footer .socials-copyrights p {
        margin-bottom: 15px;
    }

    .text-content-area,
    .the-absher-way-area,
    .absher-way,
    .two-thirds-colored .text,
    .three-columns-colored-area,
    .two-thirds-uncolored-area,
    .post-type-archive-project .text-content-area, 
    .tax-project_category .text-content-area,
    .page-template-_templ-careers-index .text-content-area,
    .open-positions-area,
    .page-template-_templ-subcontracting-opportunities .text-content-area,
    .bid-room-area,
    .subcontractors-text-area,
    .blog .text-content-area,
    .blog .whats-happening-area, 
    .page-template-_templ-culture-page .whats-happening-area,
    .page-template-_templ-culture-page .text-content-area,
    .page-template-_templ-culture-page .text-content-area.alt,
    .page-template-_templ-contact-us .text-content-area,
    .feat-2col-area {
        padding: 80px;
    }

    .our-work-portfolio-area {
        padding: 0 80px 0 185px;
    }

    .our-work-portfolio-carousel-area .slick-slide .carousel-overlay .title-text {
        font-size: 1.2em;
    }

    .our-work-portfolio-carousel-area .carousel-overlay .title-text:before {
        top: 5px;
    }

    .absher-way-nav {
        padding: 0 80px;
    }

    .cta-band-wrap {
        padding: 80px 80px 80px 185px;
    }

    .featured-projects-intro-wrap {
        padding: 40px 80px;
    }

    .home-carousel-area .carousel-overlay {
        background-position: right 100px bottom;
        padding: 40px 160px 40px 80px;
    }

    .whats-happening-area {
        padding: 0 80px 80px 80px;
    }

    .whats-happening .title-area {
        display: flex; 
    }

    .whats-happening .title-area div:first-child {
        font-size: 2.5em;
        margin: 0 7px 0 0;
    }

    .whats-happening .title-area div:nth-child(2) {
        font-size: 2.5em;
        margin: 0 25px 0 0;
        text-transform: none;
    }

    .absher-slide .in-action-imgs {
        padding-right: 0;
    }

    .page-template-_templ-featured-project-index .text-content-area {
        padding: 40px 80px;
    }

    .page-template-_templ-featured-project-index .featured-projects-area {
        padding: 40px 80px;
    }

    .page-template-_templ-featured-project-index .featured-projects .project .overlay {
        padding: 25px;
    }

    .page-template-_templ-featured-project-index .featured-projects .project p.portfolio-title:before {
        flex: none;
        top: 9px;
    }

    .page-template-_templ-featured-project-index .featured-projects .project .button-area {
        bottom: 25px;
        left: 50px;
    }

    .page-template-_templ-featured-project-index .featured-projects .project {
        width: 50%;
    }

    .featured-project-content-area {
        padding: 80px 0 80px 80px;
        margin-bottom: 0;
    }

    .two-thirds-uncolored .image {
        padding-left: 80px;
    }

    .featured-subfooter-area {
        padding: 80px 80px 40px 80px;
    }

    .three-img .title-text {
        font-size: 1.2em;
    }

    .featured-subfooter .leftcol {
        padding-right: 80px;
    }

    .featured-hero-area .project-title {
        left:-20px;
    }

    .post-type-archive-project .portfolio-nav, 
    .post-type-archive-project .portfolio-subnav, 
    .tax-project_category .portfolio-nav, 
    .tax-project_category .portfolio-subnav {
        padding: 0 80px;
    }

    .masonry-grid-b .grid-item {
        width: 33.333%;
    }

    .single-project-carousel-area {
        padding: 0 80px;
        margin-bottom: 80px;
    }

    .single-project-carousel .slick-slide {
        height: 500px;
    }

    .single-project-content .text h1 {
        font-size: 3em;
    }

    .single-project-content .text .project-location {
        font-size: 1.5em;
    }

    .single-project-content-area {
        padding: 0 0 0 80px;
        margin-bottom: 80px;
    }

    .single-project .three-img-area {
        padding: 0 80px;
    }

    .job-benefits-area {
        padding: 0 80px 0 185px;
        margin-bottom: 50px;
    }

    .current-job-openings-area {
        padding: 0 80px;
        margin-bottom: 100px;
    }

    .page-template-_templ-work-with-us .bg-element {
        background-image: url(assets/dist/bg-poly-2.svg);
        background-position: right -245px bottom 0px;
        background-size: 420px 410px;
        background-repeat: no-repeat;
    }

    .awards-accolades-headline {
        padding-left: 80px;
    }

    .aa-wrap {
        padding-left: 80px;
    }

    .meet-our-team-headline {
        padding: 0px 0 0 100px;
    }

    .team-member {
        width: 33.333%;
    }

    .image-overlay-area.right {
        padding: 0 0 0 80px;
        margin-bottom: 50px;
    }

    .standard-content-area {
        padding: 0 80px;
        margin-bottom: 50px;
    }

    .image-overlay-area.right .image-overlay {
        padding-right: 80px;
    }

    .three-img-area {
        padding-right: 80px;
        background-color: #FFFFFF;
    }

    .core-values-area {
        padding: 80px 80px 50px 80px;
    }

    .community-programs-area {
        padding: 0 80px;
        margin-bottom: 80px;
    }

    .page-template-_templ-culture-page .whats-happening-area {
        padding-top: 0;
    }

    .page-template-_templ-culture-page .title-area {
        margin-bottom: 50px;
    }

    .page-template-_templ-culture-page .current-job-openings-area {
        padding: 80px 80px 50px 80px;
    }

    .related-stories-area {
        padding: 0 80px;
        margin-bottom: 80px;
    }



    /* list view appearance for portfolio grid */
    .list-view-on .list-view-headings {
        padding: 40px 80px 40px 80px;
    }

    .list-view-on .grid-item .overlay {
        padding: 0 80px;
    }

    .list-view-on .list-view-headings > div {
        flex: none;
        width: 33.333%;
    }

    .list-view-on .grid-item {
        width: 100%;
    }

    .list-view-on .masonry-grid-b .grid-item p {
        font-size: 1em!important;
        color: #3C3738!important;
        padding: 0 50px 0 0!important;

        text-transform: none!important;
        flex: none;
        width: 33.333%;
        white-space: nowrap; 
        overflow:hidden;
        text-overflow: ellipsis;
    }

    .home-lines-1 {
        bottom: 485px;
        left: -145px;
    }

    .home-lines-2 {
        bottom: 485px;
        right: -155px;
    }

    .our-work-lines-1 {
        top: 850px;
        left: -208px;
    }

    .wwu-lines-1 {
        top: 950px;
        left: -125px;
    }

    .wwa-lines-1 {
        top: 968px;
        left: -130px;
    }

    .wwa-lines-2 {
        right: -100px;
        z-index: -1;
    }

    .wwa-lines-3 {
        left: -170px;
    }

}




@media (max-width: 1300px) {
    .hero-type {
        max-width: 900px;
    }

    .hero-type h1,
    .featured-hero-area .project-title h1,
    h1 {
        font-size: 3em;
    }

    h3 {
        font-size: 2em;
    }

    .home-carousel-area .slick-slide .carousel-overlay .title-text,
    .image-cta .overlay .text {
        font-size: 1.8em;
    }

    .cta-band-wrap {
        padding: 80px 135px 80px 185px;
    }

    ul.big-checkmark {
        font-size: 1.2em;
    }

    ul.big-checkmark li:before {
        margin-right: 15px;
        top: 10px;
    }

    .featured-project-content .aside {
        width: 320px;
        padding: 0 80px 0 0;
        margin-left: 80px;
    }

    .single-project-content .aside {
        flex: none;
        width: 350px;
        padding: 50px;
        margin-left: 80px;
        background: #EFEDE9;
    }

    a.plus-button {
        margin: 0 20px 0 0;
    }

}

@media (max-width: 1100px) {

    .home .bg-element {
        background-position: right bottom 500px;
    }
/*    .absher-way-nav {
        width: 300px;
    }*/

    .masonry-grid-a .grid-item,
    .masonry-grid-a .grid-sizer {
        width: 50%!important;
    }

    .interior-hero-area {
        height: 300px;
    }

    .interior-subnav .page-title {
        height: 100px;
        margin-right: 40px;
        padding: 0 40px 8px 100px;
        background-image: url(assets/dist/subnav-bg-2.svg), url(assets/dist/subnav-bg.svg);
        background-repeat: no-repeat, no-repeat;
        background-position: bottom -10px left -110px, top right -30px;
        background-size: 200px 170px, 600px 200px;
        font-size: 1.200em;
    }

    .interior-subnav .subnav-links {
        padding: 0 0 10px 0;
    }

    .absher-way-content-wrap {
        flex-wrap: wrap;
    }

    .absher-way {
        flex: none;
        width: 100%;
        order: 2;
    }

/*    .absher-way-nav {
        flex: none;
        width: 100%;
        order: 1;
        padding: 30px 80px 20px;
    }

    .absher-way-nav ul {
        display: flex; 
        flex-wrap: wrap;
    }

    .absher-way-nav li {
        display: block;
        font-size: .9em;
        margin-right: 25px;
    }

    .absher-way-nav li .line {
        display: none;
    }*/

    .featured-project-content {
        flex-wrap: wrap;
        padding-right: 80px;
    }

    .featured-project-content .text {
        flex: none;
        width: 100%;
    }

    .featured-project-content .aside {
        width: 100%;
        margin: 50px 0 0 0;
        padding: 0;
        display: flex; 
    }

    .featured-project-content .aside > div {
        margin: 0 50px 0 0;
    }

    .two-thirds-colored .image {
        flex: none;
        width: 33.333%;
    }

    .two-thirds-colored .text {
        width: 66.666%;
    }

    .three-columns-colored-area {
        padding: 80px 40px;
    }

    .two-thirds-uncolored .text {
        width: 50%;
    }

    .two-thirds-uncolored .image {
        width: 50%;
    }

    .featured-subfooter {
        flex-wrap: wrap;
    }

    .featured-subfooter .leftcol,
    .featured-subfooter .rightcol {
        width: 100%;
    }

    .featured-subfooter .rightcol {
        margin-top: 50px;
    }

    .single-project-content {
        flex-wrap: wrap;
    }

    .single-project-content .text {
        flex: none;
        width: 100%;
        padding-right: 80px;
        margin: 0 0 50px 0;
    }

    .single-project-content .aside {
        flex: 1 1 0%;
        padding: 50px;
        margin:0 50px 0 0;
        background: #EFEDE9;
    }

    .single-project .three-img-area {
        padding: 0 50px;
    }

    .open-positions {
        flex-wrap: wrap;
    }

    .open-positions .text {
        flex: none;
        width: 100%;
        margin: 0 0 50px 0;
    }

    .open-positions .aside {
        width: 100%;
        padding: 0;
        margin: 0;
        font-size: .8em;
    }

    .home-carousel-area .arrows-container {
        right: 45px;
        left: 45px;
    }

    .community-programs {
        flex-wrap: wrap;
    }

    .community-programs > div {
        width: 100%;
        padding: 0;
        margin: 0 0 30px 0;
    }

    .community-program {
        display: flex;
    }

    .community-program .image {
        flex: none;
        width: 300px;
    }

    .community-program .image img {
        object-fit: cover;
        width: 100%;
        height: 100%;
    }

    .community-program .text {
        flex: 1 1 0%;
    }

    .current-job-openings > div {
        flex-wrap: wrap;
    }

    .current-job-openings > div > div {
        flex: none;
        width: 44%;
        margin: 0 0 35px 0;
    }

    .page-template-_templ-culture-page .current-job-openings>div>div.job-opening {
        margin-right: 4%;
    }

    .related-stories {
        flex-wrap: wrap;
    }

    .related-stories > article {
        flex: none;
        width: 100%;
        padding-right: 40px;
        margin-bottom: 40px;
    }


    .home-lines-1 {
        bottom: 795px;
        left: -145px;
    }

    .home-lines-2 {
        bottom: 795px;
        right: -155px;
    }

    .our-work-lines-1 {
        top: 850px;
        left: -208px;
    }

    .wwu-lines-1 {
        top: 650px;
        left: -125px;
    }

    .wwa-lines-1 {
        top: 968px;
        left: -130px;
    }

    .wwa-lines-2 {
        right: -100px;
        z-index: -1;
    }

    .wwa-lines-3 {
        left: -170px;
    }

}

@media (max-width: 1000px) {
    .text-content-area, .the-absher-way-area, .absher-way, .two-thirds-colored .text, .three-columns-colored-area, .two-thirds-uncolored-area, .post-type-archive-project .text-content-area, .tax-project_category .text-content-area, .page-template-_templ-careers-index .text-content-area, .open-positions-area, .page-template-_templ-subcontracting-opportunities .text-content-area, .bid-room-area, .subcontractors-text-area, .blog .text-content-area, .blog .whats-happening-area, .page-template-_templ-culture-page .whats-happening-area, .page-template-_templ-culture-page .text-content-area, .page-template-_templ-culture-page .text-content-area.alt, .page-template-_templ-contact-us .text-content-area, .feat-2col-area {
        padding: 50px;
    }

    .single-project-carousel-area {
        padding: 0 50px;
    }

    .single-project-content-area {
        padding: 0 0 0 50px;
        margin-bottom: 50px;
    }

    .single-project .portfolio-subnav-area {
        padding: 140px 50px 0 50px;
    }

    .our-work-portfolio-carousel-area {
        padding: 0 40px;
        margin-bottom: 50px;
    }
        .hero-type {
        max-width: 750px;
    }

    .header-wrap,
    .scrolled .header-wrap {
        padding: 35px 50px;
    }

    .featured-projects-intro-wrap {
        padding: 40px 50px;
    }

    .cta-band-wrap {
        padding: 80px 50px 80px 135px;
    }

    .cta-band-wrap p:first-child:before {
        width: 50px;
        left: -80px;
        top: 27px;
    }

    .our-work-portfolio-area {
        padding: 0 50px 0 135px;
    }

    .section-title.line-title:before {
        width: 50px;
        left: -80px;
        top: 21px;
    }

    .whats-happening .title-area div:first-child,
    .whats-happening .title-area div:nth-child(2) {
        font-size: 2em;
    }

    .whats-happening-area {
        padding: 0 40px 50px 40px;
    }

    .footer-area {
        padding: 50px;
    }

    footer .socials-copyrights p {
        font-size: .9em;
    }

    .absher-way-nav {
        padding: 0 50px;
    }

    .page-template-_templ-featured-project-index .featured-projects-subnav-area {
        padding: 140px 50px 0 50px;
    }

    .page-template-_templ-featured-project-index .text-content-area,
    .page-template-_templ-featured-project-index .featured-projects-area {
        padding: 40px 50px;
    }

    .featured-project-content-area {
        padding: 50px 0 50px 50px;
    }

    .three-columns-colored-area {
        padding: 80px 20px;
    }

    .featured-subfooter-area {
        padding: 80px 50px 40px 50px;
    }

    .post-type-archive-project .portfolio-nav, 
    .post-type-archive-project .portfolio-subnav, 
    .tax-project_category .portfolio-nav, 
    .tax-project_category .portfolio-subnav {
        padding: 0 50px;
    }

    .masonry-grid-b .grid-item {
        width: 50%;
    }

    .pagination-area {
        padding: 10px 50px;
    }

    .job-benefits-area {
        padding: 0 50px 0 135px;
    }

    .current-job-openings-area {
        padding: 0 50px;
        margin-bottom: 80px;
    }

    .aa-wrap, 
    .awards-accolades-headline {
        padding: 0 50px;
    }

    .meet-our-team-area {
        padding: 0 50px;
    }

    .image-overlay-area.right {
        padding: 0 0 0 50px;
    }

    .standard-content-area {
        padding: 0 50px;
    }

    .three-img-area {
        padding-right: 50px;
    }

    .core-values-area,
    .page-template-_templ-culture-page .current-job-openings-area {
        padding: 50px 50px 20px 50px;
    }

    .community-programs-area {
        padding: 0 50px;
        margin-bottom: 50px;
    }

    .page-template-_templ-culture-page .title-area {
        padding-top: 0;
    }

    .contact-page-columns {
        flex-wrap: wrap;
    }

    .contact-page-columns > div {
        flex: none;
        width: 50%;
    }

    .related-stories-area {
        padding: 0 50px;
        margin-bottom: 50px;
    }

        /* list view appearance for portfolio grid */
        .list-view-on .list-view-headings {
            padding: 40px 50px 40px 50px;
        }

        .list-view-on .grid-item .overlay {
            padding: 0 50px;
        }

        .list-view-on .list-view-headings > div {
            flex: none;
            width: 50%;
        }

        .list-view-on .grid-item {
            width: 100%;
        }

        .list-view-on .masonry-grid-b .grid-item p {
            font-size: 1em!important;
            color: #3C3738!important;
            padding: 0 50px 0 0!important;

            text-transform: none!important;
            flex: none;
            width: 50%;
            white-space: nowrap; 
            overflow:hidden;
            text-overflow: ellipsis;
        }

        .list-view-on .client-name-heading,
        .list-view-on .masonry-grid-b .grid-item p.portfolio-client-name {
            display: none;
        }

        .home .bg-element {
            background-position: right bottom 420px;
        }

    .home-lines-1 {
        display:none;
    }

    .home-lines-2 {
        display: none;
    }


    .wwa-lines-1 {
        display: none;
    }

    .wwa-lines-2 {
        display:none;
    }

    .wwa-lines-3 {
        display: none;
    }

    .wwu-lines-1 {
        display: none;
    }

    .wwu-lines-2 {
        display: none;
    }

    .our-work-lines-1 {
        display: none;
    }

    .history-columns .text {
        padding-left: 0;
    }

}

@media (max-width: 900px) {
    .hero-type h1, .featured-hero-area .project-title h1, h1 {
        font-size: 2.6em;
    }

    footer .nav-area {
        flex-wrap: wrap;
    }

    footer .nav-area > div {
        width: 50%;
        margin-bottom: 30px;
    }

    footer .socials-copyrights {
        margin-top: -25px;
    }

    .page-template-_templ-featured-project-index .featured-projects .project {
        width: 100%;
        border:none;
        margin-bottom: 30px;
    }

    .featured-hero-area .project-title {
        left: -50px;
    }

    .featured-project-content-area {
        padding: 50px;
    }

    .portfolio-nav-area {
        margin-top: 30px;
    }

    .portfolio-nav {
        flex-wrap: wrap;
        position: relative;
        z-index: 1;
    }

    .portfolio-nav .cat-nav {
        flex: 1;
        /*width: 100%;*/
    }

    .view-icons {
        position: absolute;
        z-index: 2;
        top: -32px;
        right: 17px;
    }

    .portfolio-search {
        position: absolute;
        z-index: 2;
        top: -35px;
        right: 110px;
    }

    .single-project-carousel .slick-slide {
        height: 400px;
    }

    .carousel-c-arrows {
        display: none;
    }

    .menu-overlay-wrap .nav-content {
        padding: 30px;
        position: static;
        height: 100%;
    }

    .menu-overlay-wrap {
        flex-wrap: wrap;
        overflow-y: scroll;
    }

    .menu-overlay-wrap > div {
        width: 100%;
    }

    .menu-overlay-wrap .nav-content > div {
        display: flex; 
        flex-wrap: wrap;
        margin: 0;
    }

    .nav-title {
        margin: 0 50px 25px 0;
        flex: none;
        width: 100%;
    }

    .nav-title:after {
        right: -20px;
    }

    .overlay-nav-item {
        margin: 0;
        padding-right: 30px;
        flex: none;
        width: 50%;
    }

    .menu-overlay-wrap .center,
    .menu-overlay-wrap .left,
    .menu-overlay-wrap .right {
        border:none;
        border-bottom: solid 1px #001744;
    }

    .menu-overlay-wrap a br {
        display: none;
    }

    .page-template-_templ-our-work .bg-element {
        background: none;
    }

    .absher-slide .in-action-imgs > div {
        padding: 0;
        flex-wrap: wrap; 
    }

    .absher-slide .three-img > div {
        width: 50%;
        padding-right: 25px;
        margin-bottom: 25px;
    }

    .image-overlay-area.right .image-overlay .text .large-type {
        font-size: 2.8em;
    }

    .history-columns {
        flex-wrap: wrap; 
    }

    .history-columns .text {
        flex: none;
        width: 100%;
        margin-bottom: 30px;
    }

    .history-columns .images {
        flex: none;
        width: 100%;
        margin-left: 0;
        display: flex; 
    }

    .history-columns .images > div {
        margin-bottom: 0;
    }

    .history-columns .images > div:first-child {
        padding-right: 30px;
    }
}

@media (max-width: 800px) {
    .hero-type {
        max-width: 90%;
    }

/*    .home-carousel-area .arrows-container {
        display: none;
    }
*/
    .cta-band-wrap p {
        font-size: 1.5em;
    }

    .masonry-grid-a .grid-item, 
    .masonry-grid-a .grid-sizer {
        width: 100%!important;
    }

    .home-carousel-area .carousel-wrap {
        padding: 0;
    }

    .featured-hero-area .project-title {
        bottom: 30px;
        max-width: 90%;
    }

    .featured-project-content {
        padding-right: 0;
    }

    .two-thirds-colored {
        flex-wrap: wrap;
    }

    .two-thirds-colored .image,
    .two-thirds-colored .text {
        width: 100%;
    }

    .two-thirds-uncolored {
        flex-wrap: wrap;
    }

    .two-thirds-uncolored .image,
    .two-thirds-uncolored .text {
        width: 100%;
    }

    .two-thirds-uncolored .text {
        margin-bottom: 30px;
    }

    .two-thirds-uncolored .image {
        padding-left: 0;
    }

    .team-member {
        width: 50%;
    }

    .core-values > div {
        padding: 0;
        width: 100%;
    }

    .home-carousel-area .slick-slide .carousel-overlay .title-text,
    .image-cta .overlay .text {
        font-size: 1.5em;
    }
}

@media (max-width: 766px) {
    .aa-wrap > div {
        width: 100%;
    }

    .nav-title {
        font-size: 2em;
    }

    .nav-title:after {
        flex: none;
        width: 10px;
        height: 20px;
        bottom: 5px;
        right: -10px;
    }

    .overlay-nav-item {
        width: 100%;
        margin: 0 0 15px 0;
    }

    .overlay-nav-item p {
        font-size: 1em;
    }

    .menu-close {
        width: 40px;
        height: 40px;
        background-size: 25px 25px;
    }

    .interior-subnav {
        display: flex;
        align-items: flex-end;
        position: static;
        z-index: 1;
        top: auto;
        margin: 0;
        border-bottom: solid 1px #ECF0F8;
    }

    .interior-subnav .page-title {
        height: 50px;
        margin-right: 40px;
        padding: 0 75px 8px 50px;
        background-image: url(assets/dist/subnav-bg.svg);
        background-repeat: no-repeat;
        background-position: top right -30px;
        background-size: 600px 200px;
        font-size: 1.100em;
    }

    .absher-slide .three-img > div {
        width: 100%;
        padding-right: 0;
        margin-bottom: 25px;
    }

    .masonry-grid-b .grid-item {
        width: 100%;
    }

    .three-img {
        flex-wrap: wrap;
    }

    .three-img > div {
        width: 100%;
        margin-bottom: 30px;
    }

    .featured-project-content .aside {
        display: block;
    }

    .featured-project-content .aside > div {
        margin: 0 0 30px 0;
    }

    .featured-video-area {
        padding: 50px;
    }

    .feat-2col-area .text {
        padding: 0;
    }

    .feat-2col-area .columns {
        display: block;
    }

    .feat-2col-area .column {
        width: 100%;
        margin-bottom: 30px;
        padding: 0!important;
    }

    .three-columns-colored {
        display: block;
    }

    .three-columns-colored .column {
        width: 100%;
        padding: 0;
        margin-bottom: 30px;
    }

    .featured-subfooter-area .three-img > div {
        width: 100%;
        padding: 0!important;
        margin-bottom: 30px;
    }

    .three-img .title-text a:before {
        top: 5px;
    }

    .header-wrap {
        height: 80px;
    }

    .header-wrap .logo {
        width: 185px;
    }

    .team-member {
        width: 100%;
    }

    .history-columns .images {
        display: block;
    }

    .community-columns {
        display: block;
    }

    .community-program {
        flex-wrap: wrap;
    }

    .community-program .image {
        width: 100%;
    }

    .page-template-_templ-culture-page .current-job-openings>div>div.job-opening,
    .current-job-openings > div > div {
        flex: none;
        width: 100%;
        margin: 0 0 30px 0;
    }

    .contact-page-columns > div {
        flex: none;
        width: 100%;
        padding: 0; 
        margin: 0 0 30px 0;
    }

    .featured-image {
        padding: 0;
    }

}

@media (max-width: 700px) {
    .interior-subnav {
        display: block;
    }

    .interior-subnav .page-title {
        margin: 0;
        display: block;
        padding: 10px 50px;
        background-position: right bottom;
        height: auto;
    }

    .interior-subnav .subnav-links {
        padding: 10px 50px;
    }

    .page-template-_templ-culture-page .title-area {
        display: block;
    }

    .whats-happening .title-area {
        display: block;
    }

    .whats-happening .title-area div:nth-child(2) {
        margin-bottom: 30px;
    }

    .positions-list {
        margin-top: 0;
    }
}

@media (max-width: 600px) {
    .home-carousel-area .carousel-overlay {
        background: rgba(0,28,63,.7);
        padding: 30px;
    }

    .home-carousel-area .arrows-container {
        display: none;
    }

    .home-carousel-area .carousel-overlay .title-text:before {
        display: none;
    }

    .home-carousel-area .slick-slide {
        margin: 0 15px;
    }

    .single-project-carousel .slick-slide {
        height: 350px;
    }

    .image-overlay-area.right .image-overlay .text .large-type {
        font-size: 1.5em;
    }

    .image-cta .overlay .text {
        font-size: 1em;
    }

    .position-chooser {
        display: block;
        margin-bottom: 30px;
    }

    .position-chooser h2 {
        margin: 0 0 10px 0;
    }
}


@media (max-width: 500px) {
    .hero-type h1, .featured-hero-area .project-title h1, h1 {
        font-size: 1.8em;
    }

    h2 {
        font-size: 1.5em;
    }

    .cta-band-wrap p:first-child:before {
        display: none;
    }

    .cta-band-wrap {
        padding: 80px 50px 80px 50px;
    }

    footer .nav-area > div {
        width: 100%;
        padding: 0;
    }

    footer .socials-copyrights {
        margin-top: 0;
    }

    h1.line {
        border-left: solid 5px #F26746;
        padding: 5px 5px 5px 15px;
    }

    .page-template-_templ-featured-project-index .featured-projects .project p.portfolio-title {
        font-size: 1.3em;
    }

    .page-template-_templ-featured-project-index .featured-projects .project .button-area {
        display: none;
    }

    .featured-hero-area .featured-tag {
        display: none;
    }

    .featured-hero-area .project-title {
        transform: none;
        padding-left: 15px;
        left: 20px;
    }

    .post-type-archive-project .portfolio-nav a, .tax-project_category .portfolio-nav a {
        color: #3C3738;
        height: 100%;
        padding: 5px;
        white-space: nowrap;
        display: block;
        text-decoration: none;
        font-size: .8em;
    }

    .section-title.line-title:before {
        display:none;
    }

    .job-benefits-area {
        padding: 0 50px;
    }

    .page-template-_templ-who-we-are .bg-element {
        background: transparent;
    }

    .three-img-area {
        padding-left: 50px;
    }

    .three-img-area.full {
        padding:0 50px;
    }

}


@media (max-width: 400px) {

    .aa-wrap, .awards-accolades-headline {
        padding: 0;
    }
    
    .header-wrap, .scrolled .header-wrap {
        padding: 0 20px;
    }

    .featured-projects-intro-wrap,
    .cta-band-wrap,
    .footer-area {
        padding: 30px;
    }

    a.plus-button {
        white-space: nowrap;
    }

    .section-title {
        font-size: 1.3em;
    }

    .home-carousel-area .slick-slide .carousel-overlay .title-text, .image-cta .overlay .text {
        font-size: 1em;
        margin-bottom: 0;
    }

    .home-carousel-area .slick-slide .carousel-overlay .subtitle-text {
        font-size: .8em;
    }

    .whats-happening-area {
        padding: 0 30px 30px 30px;
    }

    .interior-hero-area {
        height: 150px;
    }

    .interior-subnav .page-title,
    .interior-subnav .subnav-links {
        padding: 10px 30px;
    }

    .text-content-area, .the-absher-way-area, .absher-way, .two-thirds-colored .text, .three-columns-colored-area, .two-thirds-uncolored-area, .post-type-archive-project .text-content-area, .tax-project_category .text-content-area, .page-template-_templ-careers-index .text-content-area, .open-positions-area, .page-template-_templ-subcontracting-opportunities .text-content-area, .bid-room-area, .subcontractors-text-area, .blog .text-content-area, .blog .whats-happening-area, .page-template-_templ-culture-page .whats-happening-area, .page-template-_templ-culture-page .text-content-area, .page-template-_templ-culture-page .text-content-area.alt, .page-template-_templ-contact-us .text-content-area, .feat-2col-area, .featured-project-content-area, .featured-video-area, .featured-subfooter-area, .core-values-area, .page-template-_templ-culture-page .current-job-openings-area {
        padding: 30px;
    }

    .our-work-portfolio-carousel-area,
    .post-type-archive-project .portfolio-nav, .post-type-archive-project .portfolio-subnav, .tax-project_category .portfolio-nav, .tax-project_category .portfolio-subnav, .single-project .three-img-area, .job-benefits-area, .three-img-area.full, .current-job-openings-area, .three-img-area, .our-work-portfolio-area, .meet-our-team-area, .standard-content-area, .community-programs-area, .related-stories-area {
        padding: 0 30px;
    }

    .absher-way-nav {
        padding: 0 30px;
    }

    .absher-way-nav li span:first-child {
        padding: 5px;
    }

    .page-template-_templ-featured-project-index .featured-projects-subnav-area,
    .post-type-archive-project .portfolio-subnav-area, 
    .tax-project_category .portfolio-subnav-area,
    .single-project .portfolio-subnav-area, .careers-index-subnav-area,
    .culture-subnav-area, .blogroll-subnav-area,.single-post-subnav-area {
        padding: 100px 30px 0 30px;
    }

    .page-template-_templ-featured-project-index .text-content-area, 
    .page-template-_templ-featured-project-index .featured-projects-area {
        padding: 30px;
    }

    .hero-type h1, .featured-hero-area .project-title h1, h1,
    .single-project-content .text h1 {
        font-size: 1.5em;
    }

    .single-project-content .text .project-location {
        font-size: 1.1em;
    }

    .single-project-carousel .slick-slide {
        height: 200px;
    }

    .single-project-carousel-area {
        padding: 0 30px;
        margin-bottom: 30px;
    }

    .single-project-content-area {
        padding: 0 30px;
    }

    .single-project-content .text {
        padding: 0;
    }

    .single-project-content .aside {
        flex: none;
        width: 100%;
        margin: 0; 
        padding: 30px;
    }

    .awards-accolades-headline {
        padding-left: 0;
    }

    .image-cta-area {
        display: none;
    }

    .position-item {
        font-size: .9em;
        margin-bottom: 10px;
    }

    .position-item.job-title {
        padding-right: 15px;
    }

    .meet-our-team-headline {
        padding: 0;
    }

    .image-overlay-area.right .image-overlay .text {
        padding: 0;
    }

    .image-overlay-area .image-overlay {
        padding: 30px;
    }

    .team-grid {
        margin: 0 0 30px 0;
    }

    .image-overlay-area.right .image-overlay .text {
        text-align:center;
        width: 100%;
    }

    .image-overlay-area.right .image-overlay .text .large-type {
        font-size: 1.2em;
    }

    .image-overlay-area.right {
        padding: 0;
    }

    .image-overlay-area.right .image-overlay {
        padding-right: 30px;
        background: transparent!important;
    }

    h3.line-b:before {
        display: none;
    }

    h4 {
        font-size: 1.2em;
    }
}

.button-new{
    font-size:1.2em;
    border:1px solid #F26746;
    padding:5px 10px;
}
.button-new:hover{
  text-decoration:none;
  background:#F26746;
  color:#ffffff;
}


.flex-layout {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 50px 130px 80px 130px;
}
.flex-layout .content {
    max-width: 60%;
}
.flex-layout .image {
    max-width: 600px;
}
#BambooHR{
	width:40%;
}

@media only screen and (max-width: 1200px) {
	#BambooHR{
	width:50%;
	}
}
@media only screen and (max-width: 800px) {
	#BambooHR{
	width:100%;
	}
}

/*RELATED CONTENT SECTION STUFF ===============================*/
.related-content .secondary-articles {
    margin-top: 25px;
    background: #F0F0F0;
}
.related-content {
    padding: 15px;
}
.related-content .inner-cols {
    background: #F0F0F0;
    margin: 50px 0;
    padding: 15px;
}
@media screen and (min-width: 600px){
    
    .related-content .inner-cols {
        display: flex;
    }
    
    .related-content .featured {
        display: flex;
        flex: 1 1 0%;
    }
    
    .related-content .featured .image {
        flex: none;
        width: 375px;
    }
    
    .related-content .featured .image img {
        display: block;
    }
    
    .related-content .featured .text {
        flex: 1 1 0%;
        padding: 30px;
    }
    
    .related-content .secondary-articles {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        justify-content: center;
        flex: none;
        width: 40%;
        background: #F0F0F0;
        border-left: solid 10px #fff;
    }
    
    .related-content .secondary-articles .text {
        border-bottom: solid 10px #fff;
        padding: 30px;
    }
    
    .related-content .secondary-articles .text:last-child {
        border: none;
    }
    
    .related-content .byline,
    .blogroll .byline {
        margin-bottom: 15px;
        font-size: .8em;
    }
    
    .byline {
        display: inline-block;
        padding:0 3px;
        margin-bottom: 4px;
        color: #001744;
    }
    
    .byline a {
        display: inline-block;
        padding:0 3px;
        margin-bottom: 4px;
        color: #F26746;
    }
    
    .related-content .byline a {
        //color: #183f60;
    }
    
    .related-content .byline-related,
    .blogroll .byline-related {
        margin-bottom: 15px;
        font-size: .8em;
    }
    
    .byline-related {
        display: inline-block;
        padding:0 3px;
        margin-bottom: 4px;
        color: #001744;
    }
    
    .byline-related a {
        display: inline-block;
        padding:0 3px;
        margin-bottom: 4px;
        color: #F26746;
    }
    
    .related-content .byline-related a {
        //color: #183f60;
    }
    
    .related-content .secondary-articles h2 {
        font-size: 1.3em;
        margin: 0;
    }
    
    .related-content h2 a:hover {
        color:#001744;
    }
    
    .related-cta {
        text-align:center;
    }

}

emp-announce {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 18px;
    color: #001744;
    margin-bottom: 10px;
}

#hot {
    margin-top: -20px;
}
.blue-container {
	position: relative;
	width: 100%;
}
.blue-container img {
	display: block;
	margin: 15px auto 0 auto;
}
.blue {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 2;
  background-color: rgba(0,28,63,.7);
}
.blue:hover {
	background-color: #001844;
	opacity: .8;
	transition: .5s ease;
}






