@import url(https://use.typekit.net/sli8umd.css);
@-webkit-keyframes swiper-preloader-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes swiper-preloader-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-webkit-keyframes sk-stretchdelay {
    0%,
    40%,
    to {
        -webkit-transform: scaleY(0.5);
    }
    20% {
        -webkit-transform: scaleY(1);
    }
}
@keyframes sk-stretchdelay {
    0%,
    40%,
    to {
        transform: scaleY(0.5);
        -webkit-transform: scaleY(0.5);
    }
    20% {
        transform: scaleY(1);
        -webkit-transform: scaleY(1);
    }
}
html .project-map  {
    --black: #1A3021;
    --grey: #707070;
    --light-grey: #f2f2f2;
    --white: #ffffff;
    --yellow: #39B34A;
    --red: #ff0000;
    --max-xl-width: 1146px;
    --max-lg-width: 1100px;
}
div.container {
    width: var(--max-lg-width);
    max-width: 90%;
    margin: 0 auto;
} 
.project-map a,
.project-map h1,
.project-map h2,
.project-map h3,
.project-map h4,
.project-map h5,
.project-map ol,
.project-map p,
.project-map ul {
  font-family: "proxima-nova", sans-serif; font-weight: 700; 
    font-style: normal;
}
.project-map h4{   color: var(--grey);}
.project-map a,
.project-map ol,
.project-map p,
.project-map ul {
    font-weight: 400;
}
.project-map h1,
.project-map h3 {
    line-height: 1;
    font-size: 70px;
}

.project-map h1 span {
    font-weight: 700;
    color: var(--yellow);
}
.project-map h3 {
    font-size: 50px;
}
.project-map p {
    margin-top: 0;
    color: #3D3936;
}
.project-map hr.border {
    border: 2.5px solid var(--yellow);
    width: 100px;
    margin-left: 0;
    margin-bottom: 30px;
} 








.button,
a.read-more,
button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-weight: 700;
}
a.read-more {
    margin-top: 25px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 18px;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
a.read-more span {
    margin-left: 10px;
}
a.read-more span svg {
    vertical-align: middle;
}
.footer .copyright p a:hover,
.footer .inner ul#footerNav li a:hover,
a.read-more span:hover,
header ul#mainNav a:hover {
    color: var(--yellow);
}


.lb-loader,
.lightbox {
    text-align: center;
    line-height: 0;
    position: absolute;
    left: 0;
}
body.lb-disable-scrolling {
    overflow: hidden;
}
.lightboxOverlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: #000;
    filter: alpha(Opacity=80);
    opacity: 0.8;
    display: none;
}
.lightbox {
    width: 100%;
    z-index: 10000;
    font-weight: 400;
    outline: 0;
}
.lightbox .lb-image {
    display: block;
    height: auto;
    max-width: inherit;
    max-height: none;
    border-radius: 3px;
    border: 4px solid #fff;
}
.lightbox a img {
    border: 0;
}
.lb-outerContainer {
    position: relative;
    width: 250px;
    height: 250px;
    margin: 0 auto;
    border-radius: 4px;
    background-color: #fff;
}
.lb-dataContainer:after,
.lb-outerContainer:after {
    content: "";
    display: table;
    clear: both;
}
.lb-loader {
    top: 43%;
    height: 25%;
    width: 100%;
}
.lb-cancel {
    display: block;
    width: 32px;
    height: 32px;
    margin: 0 auto;
    background: url(../../images/loading.gif) no-repeat;
}
.lb-nav {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
}
#projectViewModal .slider-cue.left,
.lb-container > .nav {
    left: 0;
}
.lb-nav a {
    outline: 0;
    background-image: url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==);
}
.lb-next,
.lb-prev {
    height: 100%;
    cursor: pointer;
    display: block;
}
.lb-nav a.lb-next,
.lb-nav a.lb-prev {
    filter: alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity 0.6s;
    transition: opacity 0.6s;
}
.lb-nav a.lb-prev {
    left: 0;
    background: url(../../images/prev.png) left 48% no-repeat;
    width: 34%;
    float: left;
}
.lb-data .lb-close:hover,
.lb-nav a.lb-next:hover,
.lb-nav a.lb-prev:hover {
    filter: alpha(Opacity=100);
    opacity: 1;
}
.lb-nav a.lb-next {
    width: 64%;
    right: 0;
    float: right;
    background: url(../../images/next.png) right 48% no-repeat;
}
.lb-dataContainer {
    margin: 0 auto;
    padding-top: 5px;
    width: 100%;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
.lb-data {
    padding: 0 4px;
    color: #ccc;
}
.lb-data .lb-details {
    width: 85%;
    float: left;
    text-align: left;
    line-height: 1.1em;
}
.lb-data .lb-caption {
    font-size: 13px;
    font-weight: 700;
    line-height: 1em;
}
.lb-data .lb-caption a {
    color: #4ae;
}
.lb-data .lb-number {
    display: block;
    clear: left;
    padding-bottom: 1em;
    font-size: 12px;
    color: #999;
}
.lb-data .lb-close {
    display: block;
    float: right;
    width: 30px;
    height: 30px;
    background: url(../../images/close.png) top right no-repeat;
    text-align: right;
    outline: 0;
    filter: alpha(Opacity=70);
    opacity: 0.7;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
}
.lb-data .lb-close:hover {
    cursor: pointer;
}
.blocker {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    z-index: 102;
    padding: 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.75);
    text-align: center;
}
@media (max-width: 600px) {
    .blocker {
        padding: 25px;
    }
}
.blocker:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.05em;
}
.blocker.behind {
    background-color: transparent;
}
.modal {
    display: none;
    vertical-align: middle;
    position: relative;
    z-index: 2;
    max-width: 500px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 90%;
    background: #fff;
    padding: 15px 30px;
    border-radius: 8px;
    -webkit-box-shadow: 0 0 10px #000;
    -o-box-shadow: 0 0 10px #000;
    -ms-box-shadow: 0 0 10px #000;
    box-shadow: 0 0 10px #000;
    text-align: left;
}
.modal a.close-modal {
    position: absolute;
    top: -12.5px;
    right: -12.5px;
    display: block;
    width: 30px;
    height: 30px;
    text-indent: -9999px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAAAAXNSR0IArs4c6QAAA3hJREFUaAXlm8+K00Acx7MiCIJH/yw+gA9g25O49SL4AO3Bp1jw5NvktC+wF88qevK4BU97EmzxUBCEolK/n5gp3W6TTJPfpNPNF37MNsl85/vN/DaTmU6PknC4K+pniqeKJ3k8UnkvDxXJzzy+q/yaxxeVHxW/FNHjgRSeKt4rFoplzaAuHHDBGR2eS9G54reirsmienDCTRt7xwsp+KAoEmt9nLaGitZxrBbPFNaGfPloGw2t4JVamSt8xYW6Dg1oCYo3Yv+rCGViV160oMkcd8SYKnYV1Nb1aEOjCe6L5ZOiLfF120EjWhuBu3YIZt1NQmujnk5F4MgOpURzLfAwOBSTmzp3fpDxuI/pabxpqOoz2r2HLAb0GMbZKlNV5/Hg9XJypguryA7lPF5KMdTZQzHjqxNPhWhzIuAruOl1eNqKEx1tSh5rfbxdw7mOxCq4qS68ZTjKS1YVvilu559vWvFHhh4rZrdyZ69Vmpgdj8fJbDZLJpNJ0uv1cnr/gjrUhQMuI+ANjyuwftQ0bbL6Erp0mM/ny8Fg4M3LtdRxgMtKl3jwmIHVxYXChFy94/Rmpa/pTbNUhstKV+4Rr8lLQ9KlUvJKLyG8yvQ2s9SBy1Jb7jV5a0yapfF6apaZLjLLcWtd4sNrmJUMHyM+1xibTjH82Zh01TNlhsrOhdKTe00uAzZQmN6+KW+sDa/JD2PSVQ873m29yf+1Q9VDzfEYlHi1G5LKBBWZbtEsHbFwb1oYDwr1ZiF/2bnCSg1OBE/pfr9/bWx26UxJL3ONPISOLKUvQza0LZUxSKyjpdTGa/vDEr25rddbMM0Q3O6Lx3rqFvU+x6UrRKQY7tyrZecmD9FODy8uLizTmilwNj0kraNcAJhOp5aGVwsAGD5VmJBrWWbJSgWT9zrzWepQF47RaGSiKfeGx6Szi3gzmX/HHbihwBser4B9UJYpFBNX4R6vTn3VQnez0SymnrHQMsRYGTr1dSk34ljRqS/EMd2pLQ8YBp3a1PLfcqCpo8gtHkZFHKkTX6fs3MY0blKnth66rKCnU0VRGu37ONrQaA4eZDFtWAu2fXj9zjFkxTBOo8F7t926gTp/83Kyzzcy2kZD6xiqxTYnHLRFm3vHiRSwNSjkz3hoIzo8lCKWUlg/YtGs7tObunDAZfpDLbfEI15zsEIY3U/x/gHHc/G1zltnAgAAAABJRU5ErkJggg==);
}
.modal-spinner {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    padding: 12px 16px;
    border-radius: 5px;
    background-color: #111;
    height: 20px;
}
.modal-spinner > div {
    border-radius: 100px;
    background-color: #fff;
    height: 20px;
    width: 2px;
    margin: 0 1px;
    display: inline-block;
    -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
    animation: sk-stretchdelay 1.2s infinite ease-in-out;
}
.modal-spinner .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}
.modal-spinner .rect3 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}
.modal-spinner .rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}
div#teamMemberModal {
    max-width: 850px;
    padding: 50px;
}
@media (max-width: 600px) {
    div#teamMemberModal {
        padding: 50px 20px;
    }
}
div#teamMemberModal div.modalMember {
    display: grid;
    grid-template-columns: 1fr 2fr;
    grid-gap: 50px;
}
@media (max-width: 900px) {
    div#teamMemberModal div.modalMember {
        grid-template-columns: 1fr;
    }
}
div#teamMemberModal img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.posts .the-post .content p,
div#teamMemberModal h3,
section.blog-hero div.first-post .content p {
    margin: 0;
}
div#teamMemberModal h4 {
    margin-top: 0;
    font-size: 24px;
    font-weight: 700;
    color: var(--yellow);
}
div#teamMemberModal p {
    font-size: 18px;
}
#projectViewModal .close-modal,
#subContractorModal .close-modal,
div#positionModal .close-modal,
div#teamMemberModal .close-modal {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24.749' height='24.749' viewBox='0 0 24.749 24.749'%3E%3Cg id='Group_2362' data-name='Group 2362' transform='translate(924.896 -1679.379) rotate(45)'%3E%3Crect id='Rectangle_44' data-name='Rectangle 44' width='30' height='5' transform='translate(536 1839)' fill='%23606060'/%3E%3Crect id='Rectangle_45' data-name='Rectangle 45' width='30' height='5' transform='translate(553.5 1826.5) rotate(90)' fill='%23606060'/%3E%3C/g%3E%3C/svg%3E%0A");
    top: 10px;
    right: 10px;
}
div#positionModal {
    max-width: 850px;
    padding: 50px;
}






@media (max-width: 600px) {
    div#positionModal {
        padding: 50px 20px;
    }
}
div#positionModal .field-group p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
}
@media (max-width: 600px) {
    div#positionModal .field-group p {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    div#positionModal .field-group br {
        display: none;
    }
}
div#positionModal input,
div#positionModal textarea {
    border-radius: 0;
    border-color: var(--black);
    color: var(--black);
}
.contact-page div.contactForm input::-webkit-input-placeholder,
.contact-page div.contactForm textarea::-webkit-input-placeholder,
div#positionModal input::-webkit-input-placeholder,
div#positionModal textarea::-webkit-input-placeholder {
    color: var(--black);
}
.contact-page div.contactForm input::-moz-placeholder,
.contact-page div.contactForm textarea::-moz-placeholder,
div#positionModal input::-moz-placeholder,
div#positionModal textarea::-moz-placeholder {
    color: var(--black);
}
div#positionModal input:-ms-input-placeholder,
div#positionModal input::-ms-input-placeholder,
div#positionModal textarea:-ms-input-placeholder,
div#positionModal textarea::-ms-input-placeholder {
    color: var(--black);
}
div#positionModal input::placeholder,
div#positionModal textarea::placeholder {
    color: var(--black);
}
.contact-page div.contactForm input:focus-visible,
.contact-page div.contactForm textarea:focus-visible,
div#positionModal input::focus-visible,
div#positionModal textarea::focus-visible {
    border-color: var(--yellow);
}
div#positionModal p { 
    line-height: 0;
}
div#positionModal .wpcf7-submit {
    width: auto;
    margin: 0;
    background: var(--yellow);
    padding: 14px 35px;
    line-height: 1;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    color: var(--white);
    font-family: "scandia-web", sans-serif;
    font-weight: 700;
    font-size: 13px;
    text-decoration: none;
    background-size: 300% 100%;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
#subContractorModal {
    max-width: 1050px;
    padding: 50px;
}
#projectViewModal {
    max-width: 850px;
    padding: 50px;
}
@media (max-width: 600px) {
    #projectViewModal {
        padding: 50px 20px;
    }
}
#projectViewModal .slider-cue {
    position: absolute;
    width: 50px;
    height: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 9;
}
#projectViewModal .slider-cue svg path {
    fill: var(--white);
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
#projectViewModal .slider-cue.right {
    right: 0;
}
#projectViewModal img {
    width: 100%;
    height: 400px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}
@media (max-width: 600px) {
    #projectViewModal img {
        height: auto;
    }
}
#projectViewModal h3 {
    font-size: 24px;
    font-weight: 700;
    color: var(--yellow);
}

.project-map {
    height: 100vh;
    background: #f2f2f2;
    overflow: hidden;
}
.project-map div.grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 800px) {
    .project-map div.grid {
        grid-template-columns: 1fr;
    }
}
.project-map #map {
    height: 100vh;
    width: 100%;
}
@media (max-width: 800px) {
    .project-map #map {
        height: 50vh;
    }
}
.project-map .listContainer {
    overflow-y: scroll;
    height: 100vh;
}
@media (max-width: 800px) {
    .project-map .listContainer {
        height: 50vh;
    }
}
.project-map .listContainer::-webkit-scrollbar {
    width: 20px;
    background-color: var(--black);
}
.project-map .listContainer::-webkit-scrollbar-thumb {
    background-color: var(--grey);
    border-radius: 50px;
}
.project-map .listContainer::-webkit-scrollbar-thumb:hover {
    background-color: #555;
}
.project-map .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    width: 450px;
    max-width: 90%;
    margin: 0 auto 50px;
}
.project-map .list .item {
    background: var(--white);
    padding: 20px;
}
.project-map .list h4 {
    line-height: 1;
}
.info-window h5,
.project-map .list h5 {
    font-size: 16px;
    font-weight: 700;
    color: var(--yellow);
}
.project-map .list h5 {
    margin: 0;
}
.project-map .filter {
    width: 450px;
    max-width: 90%;
    margin: 50px auto 20px;
    background: var(--black);
    color: var(--white);
    padding: 20px;
}
.project-map .filter .filter-cue {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}
.project-map .filter p {
    color: var(--white);
    font-weight: 700;
    margin-bottom: 0;
}
.project-map .filter ul {
    list-style: none;
    margin: 0;
    padding: 20px 0 0 20px;
}
.project-map .filter ul li {
    margin-bottom: 5px;
}
.project-map .filter ul li:hover {
    color: var(--yellow);
    cursor: pointer;
}
.info-window {
    width: 300px;
    max-width: 100%;
}
.info-window img {
    height: 150px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}
.info-window h4{
    font-size: 24px;
    font-weight: 700;
    margin: 0;
}
.project-map .list h4 {
    font-size: 20px;
    font-weight: 700;
    margin: 0;
}
.info-window .contentWrap {
    max-width: 580px;
    margin: 0 auto;
    padding: 13px 0 0;
}

.project-map .item p {
    margin-top: 0;
    color: #3D3936;
    margin-bottom: 0;
}


.info-window h5 {
    margin-top: 0;
}
.style_active{ font-weight: 700;    color: #39b34a;}


.project-map .item{ cursor:pointer;  }

.project-map .filter ul ul{padding-top: 0 !important; padding-bottom: 8px !important;}
.gfield select{ color:#fff !important;}

.gfield input,  .newGravityForm input  {    background: none !important;  border-radius: 50px !important;  color: #fff !important;  }
.gfield textarea{border-radius: 25px !important; background: none !important;}

/* Make the background of the Gravity Form transparent */
body .gform_wrapper {
    background: none !important;
}

/* Change the color of the dropdown icon to white */
body .gform_wrapper .gfield_select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    color: #fff; /* Change the text color to white */
    position: relative;
    padding-right: 30px; /* Space for the dropdown arrow */
    cursor: pointer !important;
}

/* Custom dropdown arrow */
body .gform_wrapper .gfield_select::after {
    content: '\25BC'; /* Unicode for downward arrow */
    color: #fff; /* Arrow color */
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none; /* Ensure arrow is not clickable */
}

.contact-page div.contactForm .gform_wrapper label,   .newGravityForm label {
    font-size: 14px !important; font-family: 'condor';}
/* Ensure padding and border of dropdown are visible */
body .gform_wrapper .gfield_select {
    border: 1px solid #39B34A; /* Adjust border color as needed */
    border-radius: 50px !important; 
}

body .gform_wrapper .gform_button{    background: #39B34A !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    padding: 8px 100px !important;
    -webkit-transition: all 300ms !important;
    transition: all 300ms !important;  border-radius: 50px !important; width: 100% !important;}

    .gform-theme--api, .gform-theme--foundation {        --gf-form-gap-x: 16px;        --gf-form-gap-y: 20px !important;}
    .contact-page .contactForm div.container {
        max-width: 552px !important;
        width: 100% !important;
    }

    .listHeader{ }
    .listHeader .postIdClass{ font-size: 25px; }


   
.overflow_hidden .twocol_colInner{ overflow:hidden !important; }
.quote_slider_inner{ position: relative;}



.swiper-pagination-bullet.swiper-pagination-bullet-active{ background:#1A3021;; }
.swiper-pagination-bullet.swiper-pagination-bullet-active{ background:#39B34A; }
.quote_slider_inner .swiper-pagination{ bottom: 30px; }





    body .gform_wrapper .gform_button:hover{ background: #fff !important; color: #39B34A !important;}