/* General */
*{
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
body{
    font-family: 'Roboto', sans-serif;
    line-height: 1.9;
    color: white;
    background-color: #1E1E1E;
}
h1{
    font-size: 48px;
    text-transform: uppercase;
    margin-bottom: 30px;
    margin-top: 0px;
    line-height: 1;
    font-family: 'Roboto Condensed', sans-serif;
}
.mobile-heading{
    display: none;
}
h2,.thumb-inner h3{
    font-family: 'Roboto Condensed', sans-serif;
    margin-top: 0px;
    font-size: 40px;
    text-transform: uppercase;
    margin-bottom: 15px;
    line-height: 1;
}
h2.spacer-desktop{
    visibility: hidden;
}
h3{
    font-size: 24px;
    line-height: 1.1;
    font-weight: 500;
    margin-bottom: 10px;
    margin-top: 0px;
}
h4{
    font-size: 20px;
    line-height: 1.1;
    font-weight: 500;
    margin-bottom: 10px;
    margin-top: 0px;
}
img{
    max-width: 100%;
    height: auto;
}
p{
    font-size: 16px;
    margin-top: 0px;
    margin-bottom: 10px;
}
.dark{
    color: #1e1e1e !important;
}
a{
    text-decoration: none;
    color: #0074C8;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
}
a:hover{
    opacity: 0.8;
}
.trans{
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.lead{
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    font-size: 24px;
    letter-spacing: 6px;
    margin-bottom: 20px;
    font-weight: normal;
    line-height: 1.4;
}
.lead.underline{
    position: relative;
    padding-bottom: 23px;
    display: table;
}
.lead.underline:before{
    content: '';
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 45%;
    height: 2px;
    background-color: white;
}
.med{
    font-weight: 500;
}
section{
    padding: 90px 0px;
}
section.spacer{
    padding: 60px 0px;
}
body section:nth-child(1){
    padding-top: 120px;
}
section.pb-md{
    padding-bottom: 150px;
}
.testimonial-section{
    padding-top: 150px;
}
.container{
    width: 1440px;
    margin: 0px auto;
    max-width: 85%;
}
.container:after,
.group:after{
    content: '';
    display: table;
    clear: both;
}
.clear{
    clear: both;
}
.btn-black,
.btn-blue{
    display: inline-block;
    color: white;
    background-color: #282828;
    font-weight: 500;
    padding: 8px 25px;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.btn-blue{
    background-color: #0074C8;
}
.btn-black:hover,
.btn-blue:hover{
    opacity: 0.8;
}
.p-rel{
    position: relative;
}
.fifth{
    float: left;
    width: 20%;
}
.fourth{
    float: left;
    width: 25%;
}
.w-275{
    float: left;
    width: 27.5%;
}
.third{
    float: left;
    width: 33.33%;
}
.w-40{
    float: left;
    width: 40%;
}
.w-45{
    float: left;
    width: 45%;
}
.half{
    float: left;
    width: 50%;
}
.w-55{
    float: left;
    width: 55%;
}
.w-60{
    float: left;
    width: 60%;
}
.two-third{
    float: left;
    width: 66.66%;
}
.three-fourth{
    float: left;
    width: 75%;
}
.pl-8{
    padding-left: 8px;
}
.pr-8{
    padding-right: 8px;
}
.pl-16{
    padding-left: 16px;
}
.pr-16{
    padding-right: 16px;
}
.pl-22{
    padding-left: 22px;
}
.pr-22{
    padding-right: 22px;
}
.pt-30{
    padding-top: 30px;
}
.pb-30{
    padding-bottom: 30px;
}
.pl-32{
    padding-left: 32px;
}
.pr-32{
    padding-right: 32px;
}
.pl-50{
    padding-left: 50px;
}
.pr-50{
    padding-right: 50px;
}
.pt-50{
    padding-top: 50px;
}
.pb-50{
    padding-bottom: 50px;
}
.mt-0{
    margin-top: 0px !important;
}
.mb-0{
    margin-bottom: 0px !important;
}
.mb-6{
    margin-bottom: 6px !important;
}
.mb-20{
    margin-bottom: 20px !important;
}
.mb-30{
    margin-bottom: 30px !important;
}
.mb-40{
    margin-bottom: 40px !important;
}
.pt-0{
    padding-top: 0px !important;
}
.pb-0{
    padding-bottom: 0px !important;
}
.text-right{
    text-align: right;
}
.v-middle{
    vertical-align: middle;
}
.bg-cover{
    background-size: cover;
    background-position: center center;
}
.bg-blue{
    position: relative;
}
.bg-blue:before{
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #0075C9;
    opacity: 90%;
}
.bg-blue>div{
    position: relative;
}
.bg-dark{
    background-color: #1E1E1E;
}
.bg-gray{
    background-color: #282828;
}
p.large{
    font-size: 24px;
}
.text-center{
    text-align: center;
}
ul.blue-dots{
    padding-left: 0px;
}
ul.blue-dots li{
    list-style-type: none;
    position: relative;
    padding-left: 40px;
    font-size: 18px;
    font-weight: 500;
}
ul.blue-dots li:before{
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    border: 1px solid #9FDCF4;
    top: 50%;
    left: 21px;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
}
.abs-v-center{
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
}
.abs-h-center{
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
}
.abs-center{
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}
.btns-group>a{
    margin-left: 8px;
    margin-right: 8px;
    margin-bottom: 16px;
}
.block-imgs img{
    display: block;
    margin-bottom: 5px;
}
@media (max-width: 1199px){
    .lg{
        padding-left: 0px;
        padding-right: 0px;
        width: 100%;
        float: none;
    }
}
@media (max-width: 991px){
    .desktop-heading{
        display: none;
    }
    .mobile-heading{
        display: block;
    }
    .md{
        padding-left: 0px;
        padding-right: 0px;
        width: 100%;
        float: none;
    }
    .mt-md{
        margin-top: 30px;
    }
    .lead{
        font-size: 18px;
    }
    h3{
        font-size: 22px;
    }
    p{
        font-size: 14px;
    }
    ul.blue-dots li{
        font-size: 16px;
    }
    section.pb-md{
        padding-bottom: 90px;
    }
    .spacer-desktop{
        display: none;
    }
}
@media (max-width: 767px){
    .sm{
        padding-left: 0px;
        padding-right: 0px;
        width: 100%;
        float: none;
    }
    h2,.thumb-inner h3{
        font-size: 32px;
    }

}
@media (max-width: 585px){
    .mobile-full-container>.container{
        max-width: 100%;
    }
    .contact h2.lead{
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media (max-width: 565px){
    .xs{
        padding-left: 0px;
        padding-right: 0px;
        width: 100%;
        float: none;
    }
    .mt-xs{
        margin-top: 30px !important;
    }
}
.vid-wrap{
    position: relative;
    height: 0px;
    padding-top: 56.25%;
}
.vid-wrap iframe{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
}

/* Header */
header{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    padding: 45px 0px;
    z-index: 100;
}
body.scrolled header,
header.open{
    background-color: #1E1F1F;
}
.header-logo{
    display: inline-block;
    max-width: none;
}
header .half>div,
.header-logo{
    vertical-align: middle;
}
.nav-wrap{
    position: relative;
    display: inline-block;
    margin-right: 35px;
}
.hamburger{
    display: block;
    width: 40px;
    height: 28px;
    position: relative;
}
.hamburger>div{
    position: absolute;
    left: 0px;
    width: 100%;
    height: 4px;
    border-radius: 8px;
    background-color: white;
}
.hmbg-1{
    top: 0px;
}
.hmbg-2{
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
}
.hmbg-3{
    bottom: 0px;
}
header nav.primary-nav{
    background-color: #1E1F1F;
    position: absolute;
    top: 100%;
    right: 0px;
    width: 300px;
    height: 0px;
    overflow: hidden;
    text-align: left;
}
.nav-menu>ul{
    margin: 0px;
    padding: 0px;
}
.nav-menu li,
.nav-menu ul{
    list-style-type: none;
}
.nav-menu{
    padding: 20px;
    padding-right: 10px;
    max-height: 70vh;
    overflow: auto;
    scrollbar-gutter: stable;
}
.nav-menu li{
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    position: relative;
}
.nav-menu a{
    color: white;
    display: block;
}
.nav-menu ul.sub-menu{
    padding-left: 3px;
    max-height: 0px;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.nav-menu ul.sub-menu li{
    line-height: 1.3;
    display: block;
}
.nav-menu ul.sub-menu>li:nth-last-child(1){
    padding-bottom: 0px;
}
.nav-menu a.expand-menu{
    position: absolute;
    top: 6px;
    right: 0px;
    width: 30px;
    height: 30px;
    text-align: center;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.nav-menu li.open>a.expand-menu{
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}
.nav-menu a.expand-menu img{
    width: 17px;
    display: inline-block;
    margin: 0px auto;
}
@media (max-width: 767px){
    header .btn-blue{
        display: none;
    }
    header .third,header .two-third{
        width: 50%;
    }
    .nav-wrap{
        margin-right: 0px;
    }
    .hamburger>div{
        height: 2px;
    }
    .hamburger{
        width: 30px;
        height: 18px;
    }
}
@media (max-width: 480px){
    .header-logo{
        width: 160px;
    }
    .header-logo img{
        max-width: 100%;
    }
    header nav.primary-nav{
        width: 250px;
        font-size: 14px;
    }
}

/* Mega Menu Styles */
header .third{
    width: 225px;
}
header .two-third{
    width: calc(100% - 225px);
    white-space: nowrap;
}
.nav-wrap{
    width: calc(100% - 250px);
    margin-right: 0px;
    display: inline-block;
}
#mega-menu-wrap-mega .mega-menu-toggle{
    background-color: transparent !important;
}
#mega-menu-mega{
    display: table !important;
    margin: 0px auto !important;
    padding: 0px 30px !important;
    white-space: nowrap !important;
}
#mega-menu-wrap-mega .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner, #mega-menu-wrap-mega .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before, #mega-menu-wrap-mega .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after{
    background-color: white !important;
}
#mega-menu-mega>li>a{
    text-transform: uppercase !important;
}
span.mega-indicator:after{
    font-size: 20px !important;
    opacity: 0.3 !important;
}
#mega-menu-mega>li>a:hover span.mega-indicator:after{
    opacity: 1 !important;
}
#mega-menu-wrap-mega #mega-menu-mega > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link{
    font-size: 16px !important;
    line-height: 1.3;
    padding: 10px;
}
header>.container{
    width: 100%;
}
#mega-menu-mega .menu-cat a{
    text-transform: uppercase !important;
    border-bottom: 2px solid #cccc !important;
    font-weight: bold !important;
    background-color: #f1f1f1 !important;
}
@media (max-width: 1750px){
    header>.container{
        max-width: 95%;
    }
}
@media (max-width: 1560px) and (min-width: 1439.99px) {
    header .header-logo,
    header .third{
        width: 200px
    }
    header .header-logo{
        margin-top: 3px;
    }
    header .two-third{
        width: calc(100% - 200px);
    }
    header .btn-blue{
        font-size: 14px;
        padding: 8px 12px;
    }
    #mega-menu-mega{
        padding: 0px 15px !important;
    }
    .nav-wrap{
        width: calc(100% - 200px);
    }
    .header>.container{
        max-width: 97%;
    }
}
@media (max-width: 1439.98px){
    #mega-menu-wrap-mega .mega-menu-toggle + #mega-menu-mega{
        width: 315px !important;
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    #mega-menu-wrap-mega #mega-menu-mega > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link{
        font-size: 14px !important;
    }
}
@media(max-width: 767px) {
    .nav-wrap{
        width: 100%;
    }
}
@media only screen and (min-width: 769px) {
    #mega-menu-wrap-mega,
    #mega-menu-wrap-mega #mega-menu-mega > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link{
        background-color: transparent !important;
    }
}
@media (max-width: 480px){
    #mega-menu-wrap-mega .mega-menu-toggle{
        margin-top: -8px;
    }
}

/* Footer */
footer{
    position: relative;
    background-color: #1E1E1E;
}
footer .left{
    background-color: #1E1E1E;
    float: none;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
}
footer .right{
    background-color: #282828;
    float: right;
}
footer .fourth{
    padding: 0px 5px;
}
.tree-left,
.tree-right{
    position: absolute;
    bottom: 0px;
    height: 300px;
    width: auto;
}
.tree-left{
    left: 0px;
}
.tree-right{
    right: 0px;
}
.footer-contact{
    line-height: 1.4;
    margin-top: 20px;
}
.footer-contact.mobile{
    display: none;
    text-align: center;
    margin-top: 0px;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #595858;
}
.footer-btns a{
    display: block;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 500;
    padding: 26px 0px;
    color: white;
}
.footer-btns .btn-1{
    background-color: #6A6D89;
}
.footer-btns .btn-2{
    background-color: #5D5F76;
}
.footer-btns a:hover{
    opacity: 0.8;
}
footer .parent{
    color: #0075C9;
    font-weight: bold;
    font-size: 24px;
}
.footer-container{
    width: 940px;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 80px;
    padding-bottom: 40px;
    border-bottom: 1px solid #595858;
    margin-bottom: 40px;
}
.footer-container ul{
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    margin-top: 20px;
}
.footer-container li{
    padding: 0px;
    list-style-type: none;
    line-height: 1.3;
    margin-bottom: 12px;
}
.footer-container li a{
    color: white;
    font-size: 18px;
}
.footer-logos{
    width: 940px;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.footer-social{
    position: absolute;
    top: 8%;
    left: 50%;
    width: 269px;
    max-width: 90%;
    z-index: 10;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
}
.footer-logo{
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.footer-social a img,
.mobile-social a img{
    display: inline-block;
    vertical-align: middle;
    margin: 0px 7px;
}
.mobile-social{
    margin-top: 35px;
    display: none;
}
.footer-logos a.logo{
    display: inline-block;
    margin-left: 9px;
    margin-right: 9px;
    margin-bottom: 10px;
}
.footer-logos img{
    max-height: 65px;
    width: auto;
}
footer .gform_fields label,
#gform_fields_13 label{
    display: none !important;
}
footer .gfield--type-email{
    -ms-grid-column-span: 12 !important;
    grid-column: span 12 !important;
}
footer .gfield--type-captcha iframe{
    -webkit-transform: scale(0.89);
            -ms-transform: scale(0.89);
                transform: scale(0.89);
    -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
            transform-origin: top left;
}
footer input[type="submit"],
#gform_wrapper_13 input[type="submit"],
#gform_wrapper_17 input[type="submit"]{
    display: inline-block;
    color: white;
    background-color: #282828;
    font-weight: 500;
    padding: 8px 25px;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    background-color: #0074C8;
    outline: none;
    border: none;
}
footer input[type="submit"]:hover,
#gform_wrapper_13 input[type="submit"]:hover,
#gform_wrapper_17 input[type="submit"]:hover{
    opacity: 0.8;
}
footer .gform_confirmation_message{
    color: white !important;
}
@media (max-width: 1199px){
    footer .left{
        display: none;
    }
    footer .right{
        width: 100%;
        float: none;
    }
    .footer-container{
        margin-top: 30px;
    }
    .mobile-social{
        display: block;
    }
    .footer-contact.mobile{
        display: block;
    }
}
@media (max-width: 991px){
    footer .fourth{
        width: 50%;
    }
    footer .fourth:nth-child(1),
    footer .fourth:nth-child(2){
        margin-bottom: 20px;
    }
}
@media (max-width: 767px){
    .footer-btns a{
        font-size: 18px;
    }
    footer .parent{
        font-size: 18px;
    }
    .footer-container ul{
        margin-top: 0px;
    }
    .footer-container li a{
        font-size: 14px;
    }
}
@media (max-width: 585px){
    .footer-btns .half{
        width: 100%;
        float: none;
    }
}

/* Hero Sections */
.hero{
    padding-top: 220px;
    padding-bottom: 180px; 
}
.home-hero.hero{
    padding-top: 260px;
    padding-bottom: 300px;
}
.home-hero img{
    position: absolute;
    bottom: -200px;
    left: 0px;
    width: 100%;
    height: auto;
}
.hero{
    position: relative;
    background-size: cover;
    background-position: center center;
}
.hero:before{
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #282828;
    opacity: 0.8;
}
.hero.home-hero:before{
    opacity: 0.3;
}
.hero .lead{
    margin-bottom: 15px;
}
.hero h1{
    font-size: 80px;
    margin-bottom: -13px;
}
.home-hero h1{
    font-size: 60px;
    white-space: nowrap;
}
.hero .container{
    position: relative;
}
.hero-right{
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 50%;
}
.hero-btn{
    text-transform: uppercase;
    color: white;
    font-weight: 500;
    font-size: 22px;
    display: block;
    text-align: right;
    margin-bottom: 25px;
}
.hero-right-inner{
    border-bottom: 1px solid white;
}
@media (max-width:1800px){
    .home-hero img{
        bottom: -150px;
    }
}
@media (max-width:1500px){
    .home-hero img{
        bottom: -100px;
    }
}
@media (max-width:1200px){
    .home-hero img{
        bottom: 0px;
    }
}
@media (max-width: 1320px){
    .hero h1{
        font-size: 54px;
    }
    .home-hero h1{
        font-size: 45px;
    }
}
@media (max-width: 1199px){
    .home-hero.hero{
        padding-top: 180px;
    }
}
@media (max-width: 991px){
    .hero-left,.hero-right{
        position: static;
        width: 100%;
        padding: 0px;
        float: none;
    }
    .hero-left{
        margin-bottom: 50px;
    }
    .home-hero.hero{
        padding-bottom: 250px;
    }
    .hero h1{
        font-size: 36px;
    }
    .home-hero h1{
        white-space: normal;
    }
    .hero-btn{
        font-size: 16px;
    }
}
@media (max-width: 767px){
    .home-hero.hero{
        padding-bottom: 200px;
    }
}
@media (max-width: 585px){
    .home-hero.hero{
        padding-bottom: 150px;
    }
    .hero-btn{
        text-align: left;
    }
    p{
        font-size: 14px;
    }
    h3{
        font-size: 18px;
    }
    .home-hero h1{
        font-size: 30px;
    }
}

/* Thumbnail Buttons */
.thumb-btn{
    float: left;
    height: 390px;
    margin-bottom: 32px;
}
.thumb-lg{
    width: 63%;
}
.thumb-sm{
    width: 37%;
}
.thumb-inner{
    height: 100%;
    position: relative;
    display: block;
    color: white;
    background-size: cover;
    background-position: center center;
}
@media (max-width: 480px){
    .thumb-inner[data-title="Tree Removal"],
    .thumb-inner[data-title="Tree Trimming"]{
        background-position: 70% center;
    }
}
.thumb-inner:before{
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #282828;
    opacity: 30%;
}
.thumb-inner:after{
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #0075C9;
    opacity: 0%;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.thumb-inner:hover{
    opacity: 1;
}
.thumb-inner:hover:after,
.thumb-inner.touched:after{
    opacity: 60%;
}
.thumb-cont{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
         -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 540px;
    max-width: 90%;
    margin-top: -20px;
    opacity: 0%;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 10;
}
.thumb-cont p{
    font-size: 15px;
    line-height: 1.4;
}
.thumb-inner:hover .thumb-cont,
.thumb-inner.touched .thumb-cont{
    opacity: 100%;
}
.thumb-inner.untouched:hover:after,
.thumb-inner.untouched .thumb-cont{
    opacity: 0%;
}
.learn-more{
    text-transform: uppercase;
    margin-bottom: 0px;
    color: #9FDCF4;
    display: inline-block;
    font-size: 20px;
}
.learn-more span,
.learn-more svg{
    display: inline-block;
    vertical-align: middle;
}
.learn-more svg{
    height: 17px;
    width: auto;
    margin-left: 6px;
}
.thumb-inner h3{
    position: absolute;
    bottom: 20px;
    display: block;
    margin: 0px;
    width: 90%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: right;
    z-index: 10;
}
@media (max-width: 1199px){
    .thumb-lg{
        width: 57%;
    }
    .thumb-sm{
        width: 43%;
    }
}
@media (max-width: 991px){
    .thumb-btn{
        width: 600px !important;
        float: none;
        padding: 0px;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
}
@media (max-width: 767px){
    .thumb-inner h3{
        margin-top: 20px;
    }
}
@media (max-width: 585px){
    .thumb-btn{
        height: auto;
    }
    .thumb-cont,
    .thumb-inner h3{
        position: relative;
        top: 0px;
        left: 0px;
        -webkit-transform: translateX(0%);
        -moz-transform: translateX(0%);
        -ms-transform: translateX(0%);
        -o-transform: translateX(0%);
        transform: translateX(0%);
        margin-left: auto;
        margin-right: auto;
    }
    .thumb-cont{
        margin-top: 0px;
        padding-top: 20px;
    }
    .thumb-inner h3{
        padding-bottom: 20px;
    }
}

/* Toggles */
.toggle{
    background-color: white;
    background-color: rgba(238,238,238, 0.2);
    border: 1px solid rgba(238,238,238, 0.5);
}
.toggle .subtext{
    position: relative;
    display: block;
    font-size: 24px;
    padding: 15px;
    padding-right: 40px;
    line-height: 1;
    font-weight: bold;
}
.toggle .answer{
    margin-bottom: 0px;
    overflow: hidden;
    padding-left: 15px;
    padding-right: 15px;
}
.toggle .open{
    position: absolute;
    top: 16px;
    right: 15px;
    width: 22px;
    height: auto;
}
.toggle{
    margin-bottom: 10px;
}
.toggle:nth-last-child(1){
    margin-bottom: 0px;
}
.toggles-wrap{
    margin-bottom: 30px;
}
section.accordion .toggle a.subtext{
    color: white;
    font-weight: 500;
}
.bg-blue .toggle .answer a{
    color: white;
}

/* Testimonials */
.testimonials{
    position: relative;
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
    margin-bottom: 60px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
}
/*.testimonials:before{
    content: '';
    background-color: #1E1E1E;
    width: 110%;
    height: 80%;
    position: absolute;
    bottom: 0px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}*/
.testimonial{
    width: 33.33%;
    position: relative;
}
.testimonial:nth-child(1){
    padding-right: 66px;
}
.testimonial:nth-child(2){
    padding-left: 33px;
    padding-right: 33px;
}
.testimonial:nth-child(3){
    padding-left: 66px;
}
.testimonial-inner{
    background-color: #282828;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 25px;
    height: 100%;
}
.testimonial .name{
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 5px;
    margin-top: -50px;
}
.testimonial .stars{
    margin-bottom: 20px;
}
.testimonial .avatar{
    width: 152px;
    padding-top: 10px;
    background-color: #0075C9;
    margin-left: auto;
    margin-right: auto;
    border-radius: 152px;
    margin-bottom: 20px;
    position: relative;
    top: -50px;
}
.testimonial .avatar img{
    width: 132px;
    height: auto;
    border-radius: 132px;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
}
.testimonials-divider{
    position: relative;
    width: 100%;
    margin-top: 110px;
    display: block;
    bottom: -1px;
}
@media (max-width: 1400px){
    .testimonial:nth-child(1){
        padding-right: 40px;
    }
    .testimonial:nth-child(2){
        padding-left: 20px;
        padding-right: 20px;
    }
    .testimonial:nth-child(3){
        padding-left: 40px;
    }
}
@media (max-width: 1199px){
    .testimonials{
        padding-bottom: 30px;
        display: block;
    }
    .testimonial{
        padding: 0px !important;
        float: none;
        width: 550px;
        max-width: 100%;
        margin-bottom: 80px !important;
        margin-left: auto;
        margin-right: auto;
    }
    .testimonial:nth-child(3){
        margin-bottom: 0px;
    }
    .testimonials:before{
        max-width: 600px;
        height: 105%;
        height: calc(100% + 75px);
    }
}

/* Home Page */
.home-services{
    position: relative;
    margin-top: -3px;
    background-size: cover;
    background-position: center center;
}
.home-services:before{
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(top, #1E1E1E 20%, rgba(30, 30, 30, 0.8) 100%);
    background: -moz-linear-gradient(top, #1E1E1E 20%, rgba(30, 30, 30, 0.8) 100%);
    background: -o-linear-gradient(top, #1E1E1E 20%, rgba(30, 30, 30, 0.8) 100%);
    background: linear-gradient(180deg, #1E1E1E 20%, rgba(30, 30, 30, 0.8) 100%);
}
.home-services>.container{
    margin-top: -50px;
}
.home-about .testimonials{
    margin-top: 125px;
}
.tcia-home{
    width: 200px;
    height: auto;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    display: block;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
}

/* About Page */
.how-we-started h3{
    margin-bottom: 50px;
}
.how-we-started img{
    margin-bottom: 45px;
}
section.about-timeline{
    padding-top: 40px;
}
.about-timeline .abs-img{
    position: absolute;
    bottom: 0px;
    right: 0px;
}
.about-timeline .blue-dots li{
    margin-bottom: 10px;
}
.about-timeline .blue-dots li:nth-last-child(1){
    margin-bottom: 0px;
}
.story{
    margin-top: 80px;
    padding-top: 80px;
    padding-bottom: 280px;
}
.story-inner{
    width: 85%;
    max-width: 1100px;
    margin: 0px auto;
}
.story-inner h3{
    margin-bottom: 20px;
}
.story-inner .img-wrap{
    width: 400px;
    max-width: 100%;
}
.story-inner img{
    width: 96%;
    height: auto;
    position: relative;
}
.story-inner .img-bg{
    position: absolute;
    background-color: #0075C9;
    bottom: 0px;
    left: 0px;
    width: 96%;
    height: 93%;
}
.story-content{
    margin-bottom: 40px;
}
.story-timeline{
    height: 44px;
    width: 100%;
}
.story-labels{
    height: 50px;
    width: 100%;
    margin-top: -10px;
}
.story-timeline:before{
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0px;
    background-color: white;
}
.story-timeline p.lead{
    display: inline-block;
    background-color: #1E1E1E;
    margin: 0px;
    padding: 5px 14px;
    position: absolute;
}
.story-timeline p.lead:nth-child(1){
    left: 0px;
}
.story-timeline p.lead:nth-child(2){
    left: 25%;
}
.story-timeline p.lead:nth-child(3){
    left: auto;
    right: 0px;
}
.story-timeline p.lead:after{
    content: '';
    position: absolute;
    right: -19px;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 20px;
    height: 20px;
    border-radius: 20px;
    z-index: 3;
    background-color: #9FDCF4;
}
.story-timeline p.lead:nth-last-child(1):after{
    left: -19px;
    right: auto;
}
.story-labels p{
    font-weight: 500;
    color: #0075C9;
    margin-bottom: 0px;
    padding-left: 60px;
    line-height: 1.1;
    height: 18px;
}
.story-labels p:nth-child(1){
    left: 0px;
    width: 25%;
}
.story-labels p:nth-child(2){
    left: 25%;
    width: 75%;
    padding-right: 14px;
}
.story-labels p:after{
    content: '';
    position: absolute;
    width: 1px;
    height: 18px;
    top: -9px;
    left: 48px;
    background-color: #8F8E8F;
}
.story-labels .hr{
    width: 50%;
    height: 1px;
    left: 48px;
    background-color: #8F8E8F;
}
.story-labels .content{
    background-color: #1E1E1E;
    padding-left: 14px;
    position: relative;
    float: right;
}
.timeline-mobile{
    height: 400px;
    display: none;
}
.timeline-mobile:before{
    content: '';
    background-color: white;
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%);
}
.timeline-mobile .content{
    color: #0075C9;
    line-height: 1.2;
    font-weight: 500;
    font-size: 14px;
}
.timeline-mobile p{
    margin-bottom: 0px;
}
.timeline-mobile .bg-dark{
    position: absolute;
    left: 0px;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 28px;
}
.timeline-mobile .bg-dark:nth-child(1){
    top: 0px;
    padding-top: 0px;
}
.timeline-mobile .bg-dark:nth-child(3){
    bottom: 0px;
    padding-bottom: 0px;
    padding-top: 28px;
}
.timeline-mobile .bdot{
    bottom: 0px;
    width: 14px;
    height: 14px;
    border-radius: 14px;
    background-color: #9FDCF4;
}
.timeline-mobile .bg-dark:nth-child(3) .bdot{
    bottom: auto;
    top: 0px;
}
.member{
    padding: 15px;
    width: 270px;
    max-width: 100%;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.member.active{
    background: -webkit-linear-gradient(top, #0075C9 6.96%, rgba(0, 117, 201, 0) 95.46%);
    background: -moz-linear-gradient(top, #0075C9 6.96%, rgba(0, 117, 201, 0) 95.46%);
    background: -o-linear-gradient(top, #0075C9 6.96%, rgba(0, 117, 201, 0) 95.46%);
    background: linear-gradient(180deg, #0075C9 6.96%, rgba(0, 117, 201, 0) 95.46%);
}
.member-inner>img{
    display: block;
    width: 100%;
}
.member-text{
    padding: 12px 18px;
    position: relative;
    background-color: #0075C9;
    height: 150px;
}
.member-text p{
    line-height: 1.1;
    margin-top: 5px;
}
.member a{
    color: white;
    position: absolute;
    bottom: 12px;
    left: 20px;
    font-size: 16px;
    font-weight: 300;
}
.member h3{
    font-weight: bold;
}
.member a img{
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}
.team-members,
.team-member-description{
    width: 85%;
    max-width: 1100px;
    margin: 0px auto;
}
.team-member-description{
    margin-top: 40px;
    padding: 0px 15px;
}
.team-members .slick-prev:before,
.team-members .slick-next:before{
    content: url('/wp-content/themes/splintered-forest/img/slider-arrow.svg');
}
.team-members .slick-prev{
    -webkit-transform: rotate(180deg);
       -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
         -o-transform: rotate(180deg);
            transform: rotate(180deg);
    left: -50px;
}
.team-members .slick-next{
    right: -50px;
}
@media (max-width: 1199px){
    .story-inner .img-wrap{
        margin-bottom: 40px;
    }
}
@media (max-width: 991px){
    .how-we-started img{
        margin-bottom: 20px;
    }
    .how-we-started .pr-50{
        margin-bottom: 50px;
    }
    .how-we-started h3{
        margin-bottom: 10px;
    }
    .about-timeline .abs-img{
        position: static;
    }
    .about-timeline .blue-dots{
        margin: 30px 0px;
    }
    section.about-timeline{
        padding-top: 90px;
    }
    .story-timeline p.lead:nth-child(2){
        left: 40%;
    }
    .story-labels p:after,
    .story-labels .hr{
        left: 42px;
    }
    .story-labels p{
        padding-left: 55px;
        font-size: 14px;
    }
    .story-labels p:nth-child(1){
        width: 40%;
    }
    .story-labels p:nth-child(2){
        left: 40%;
        width: 60%;
    }
}
@media (max-width: 767px){
    .timeline-mobile{
        display: block;
    }
    .story-timeline,
    .story-labels{
        display: none;
    }
}
@media (max-width: 585px){
    .team-members .slick-prev{
        left: -35px;
    }
    .team-members .slick-next{
        right: -35px;
    }
}

/* Services */
.services .group{
    margin-top: 60px;
}

/* Solar Panel Installation */
.postid-542 .bg-dark.slider-halves{
    padding-top: 30px;
}
.postid-542 .two-col-cta-right{
    padding: 0px;
    background: none;
}

/* For creating sidebars in a two-column text editor */
@media (max-width: 991px){
    .text-content .half.bg-gray{
        padding-left: 30px;
        padding-right: 30px;
    }
}

/* Clean up H1s in Text Content */
@media (max-width: 585px){
    .text-content h1{
        font-size: 38px;
    }
}

/* Contact Sections/Forms */
.contact .bg-gray{
    padding: 90px 60px;
}
.contact label,
.contact legend.gfield_label_before_complex{
    display: none !important;
}
.contact .gfield_radio label{
    display: inline-block !important;
}
.contact .form-wrap{
    padding: 40px;
    background-color: #D9D9D9;
}
.contact .gform_wrapper{
    padding-top: 20px;
}
.contact input,
.contact textarea,
.contact select{
    background-color: #0075C9;
    border: none;
    outline: none;
    color: white;
    font-weight: 500;
    font-size: 18px !important;
}
.contact input::placeholder,
.contact textarea::placeholder,
.contact .chosen-search-input{
    color: white !important;
    opacity: 0.6 !important;
}
.contact input[type="submit"]{
    padding: 11px 25px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    margin-bottom: 0px;
}
.contact input[type="submit"]:hover{
    opacity: 0.8;
}
.contact .gform_footer{
    padding-bottom: 0px;
}
.contact .chosen-choices{
    background-color: #0075C9 !important;
    border: none !important;
    outline: none;
    color: white;
    font-weight: 500 !important;
    font-size: 18px !important;
}
.contact .search-choice span{
    font-size: 14px;
}
.contact .addr{
    padding-left: 50px;
}
.contact svg{
    left: 0px;
}
.contact h3{
    margin-top: 25px;
    margin-bottom: 20px;
}
.contact .w-55>p{
    margin-bottom: 50px;
}
.contact .blue-dots{
    margin-top: 30px;
}
.contact .blue-dots li{
    margin-bottom: 20px;
}
.contact .blue-dots li:nth-last-child(1){
    margin-bottom: 0px;
}
.contact #field_2_9 label{
    color: #1e1e1e;
    display: inline-block !important;
}
.contact #field_7_10 label,
.contact #field_7_12 label{
    display: block !important;
}
input[type="submit"]{
    cursor: pointer;
}
.contact textarea { resize: vertical; }
@media (max-width: 991px){
    .contact .form-wrap{
        margin-bottom: 30px;
    }
}
.contact .gfield_checkbox>.gchoice>label{
    display: inline-block !important;
    color: #1e1e1e;
}
.contact .gfield.show-label>legend{
    display: inline-block !important;
    color: #1e1e1e;
    font-weight: 500;
    margin-bottom: 0px;
}
@media (max-width: 585px){
    .contact>.container{
        max-width: 100%;
    }
    .contact .container .bg-gray{
        padding: 20px;
    }
    .contact .form-wrap{
        padding: 15px;
    }
    .contact>.container>h3{
        max-width: 85%;
        margin-left: auto;
        margin-right: auto;
        display: block;
        text-align: center;
    }
}
.gform_wrapper.gravity-theme .gfield-choice-input+label{
    line-height: 1.2 !important;
    vertical-align: top !important;
    cursor: pointer;
}
.gform_wrapper.gravity-theme .gfield-choice-input{
    vertical-align: top !important;
    margin-top: 2px !important;
    cursor: pointer;
}

/* Posts Grid */
.posts-grid{
    margin-bottom: 25px;
}
.posts-grid .post-item{
    margin-bottom: 44px;
}
.posts-grid .post-item:nth-child(3n+3){
    clear:left
}
.posts-grid .post-item:nth-child(1){
    width: 66%;
}
.posts-grid img{
    display: block;
    width: 100%;
    max-height: 280px;
    object-fit: cover;
}
.post-item-bottom{
    background-color: #0075C9;
    padding: 20px 50px;
}
.posts-grid h3{
    font-weight: bold;
}
.posts-filter select{
    display: inline-block;
    margin-left: 22px;
    margin-right: 22px;
    margin-bottom: 44px;
    width: 200px;
    border: none;
    outline: none;
    background: transparent;
    color: white;
}
.posts-filter select option{
    color: #1e1e1e;
}
.posts-filter form{
    display: inline-block;
    position: relative;
}
.posts-filter form input{
    width: 200px;
    color: white;
    background-color: transparent;
    border: none;
    outline: none;
    border-bottom: 1px solid white;
    padding-right: 30px;
    display: block;
}
.posts-filter .search-icon{
    position: absolute;
    top: 0px;
    right: 0px;
    width: 17px;
    display: block;
}
.posts-filter .search-icon img{
    display: block;
}
.post-item-bottom>div{
    margin-bottom: 20px;
    font-weight: 500;
}
.post-item-bottom a{
    color: white;
}
#load-more{
    color: white;
    text-align: center;
}
#load-more[disabled="disabled"]{
    cursor: not-allowed;
    opacity: 0.4;
}
@media (max-width: 991px){
    .posts-grid .post-item{
        width: 50%;
    }
    .posts-grid .post-item:nth-child(3n+3){
        clear: none;
    }
    .posts-grid .post-item:nth-child(1){
        width: 100%;
    }
    .posts-grid .post-item:nth-child(2n+2){
        clear: left;
    }
}
@media (max-width: 767px){
    .posts-grid .post-item:nth-child(2n+2){
        clear: none;
    }
    .posts-grid .post-item{
        float: none;
        padding: 0px;
        width: 380px;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
}

/* Three images section */
section.imgs .abs-wrapper{
    position: relative;
    height: 0px;
    padding-top: 120%;
    overflow: hidden;
}
section.imgs img{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media (max-width: 565px){
    section.imgs .third{
        max-width: 300px;
        margin-left: auto;
        margin-right: auto;
    }
}

/* Related Services Section */
.related-services a{
    color: white;
    font-weight: 500;
    font-size: 20px;
    white-space: nowrap;
}
.related-services{
    margin: 0px;
    padding: 0px;
    display: block;
}
.related-services li{
    margin-bottom: 10px;
    list-style-type: none;
    display: block;
    float: left;
    width: 33.33%;
    padding-left: 8px;
    padding-right: 8px;
}
.related-services span{
    display: inline-block;
    vertical-align: middle;
}
.related-services img{
    display: inline-block;
    vertical-align: middle;
    margin-left: 8px;
    width: 10px;
    height: auto;
}
@media (max-width: 767px){
    .related-services li{
        float: none;
        width: 100%;
        padding: 0px;
    }
}

/* 2 Column Slider */
.slider-halves{
    padding-left: 150px;
    padding-right: 150px;
}
.slider-halves .slick-dots{
    display: none !important;
}
.slider-halves .slides-wrap{
    overflow: hidden;
}
.slider-halves .half-img{
    right: 0px;
}
.slider-halves .half-img img{
    margin-left: auto;
}
.slider-halves .slider-arrows{
    float: right;
    margin-top: 10px;
}
.slider-halves .slider-arrows a{
    display: inline-block;
    vertical-align: middle;
}
.slider-halves .slider-arrows a img{
    display: block;
}
.slider-halves .slider-arrows .prev{
    -webkit-transform: rotate(180deg);
       -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
         -o-transform: rotate(180deg);
            transform: rotate(180deg);
}
.slider-halves .slider-arrows .next{
    margin-left: 30px;
}
.slider-halves .slick-slide{
    margin: 0px 30px;
}
.slider-halves .slick-list{
    margin: 0px -30px;
}
.slider-halves>.bg-gray{
    padding: 40px 0px;
}
.slider-dots{
    left: 0px;
}
.slider-dots a{
    display: block;
    margin: 14px auto;
    width: 20px;
    height: 20px;
    border-radius: 20px;
    background-color: #606161;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.slider-dots a.active{
    background-color: #9FDCF4;
}
.slider-dots div{
    margin: 14px auto;
    width: 8px;
    height: 8px;
    border-radius: 20px;
    border: 1px solid #9FDCF4;
}
.slider-halves.v-align .slick-track{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
   -moz-box-align: center;
    -ms-flex-align: center;
}
@media (max-width: 1600px){
    .slider-halves{
        padding-left: 75px;
        padding-right: 75px;
    }
}
@media (max-width: 1400px){
    .slider-halves{
        padding-left: 50px;
        padding-right: 50px;
    }
}
@media (max-width: 991px){
    .slider-halves .half-img{
        position: static;
        padding: 0px;
        float: none;
        width: 100%;
        -webkit-transform: translateY(0%);
       -moz-transform: translateY(0%);
        -ms-transform: translateY(0%);
         -o-transform: translateY(0%);
            transform: translateY(0%);
    }
    .slider-halves .half-img img{
        width: 300px;
        max-width: 100%;
        height: auto;
        margin-left: 0px;
    }
    .slider-halves{
        padding-left: 0px;
        padding-right: 0px;
    }
}
@media (max-width: 585px){
    .slider-halves .slider-arrows{
        float: none;
        margin-top: 15px;
    }
}

/* Single Blog Posts */
.post-container{
    padding-top: 200px;
}
.post-container h2{
    margin-top: 30px;
}
.post-container h3,
.post-container h4{
    margin-top: 20px;
}
.post-container a{
    color: #0074C8;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.post-container a:hover{
    opacity: 0.8;
}
.post-container ul{
    margin-top: 0px;
}
.post-container>.container{
    width: 1100px;
}
.post-content-wrap{
    margin: 30px 0px;
}
.post-navigation .nav-links>div{
    float: left;
    width: 50%;
}
.post-navigation .nav-next{
    text-align: right;
}
.post-navigation a{
    display: inline-block;
    color: white;
    background-color: #0074C8;
    font-weight: 500;
    padding: 8px 25px;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.post-navigation a:hover{
    opacity: 0.8;
}
@media (max-width: 585px){
    .post-navigation a{
        font-size: 14px;
        padding: 8px 10px;
    }
}

/* Blog newsletter section */
.blog-newsletter{
    padding: 30px 0px;
    margin-top: 50px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.blog-newsletter .gfield--type-email{
    -ms-grid-column-span: 12 !important;
    grid-column: span 12 !important;
}
.blog-newsletter .ginput_recaptcha>div{
    margin: 0px auto;
}
.blog-newsletter .gform_footer{
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@media (max-width: 640px){
    .blog-newsletter .gfield--type-email{
        margin-top: -16px !important;
    }
    .blog-newsletter .gfield--type-captcha iframe{
        -webkit-transform: scale(0.75);
                -ms-transform: scale(0.75);
                    transform: scale(0.75);
        -webkit-transform-origin: top left;
            -ms-transform-origin: top left;
                transform-origin: top left;
    }
    .blog-newsletter{
        padding: 24px 0px;
    }
}

/* Testimonials Page */
.testimonials-page .testimonials{
    padding-top: 60px;
    margin-bottom: -80px;
}
.testimonials-page .testimonials .testimonial{
    margin-bottom: 100px;
}
.testimonials-page .testimonials .testimonial:nth-child(3n+1){
    clear: left;
    padding-right: 40px;
}
.testimonials-page .testimonials .testimonial:nth-child(3n+2){
    padding-left: 20px;
    padding-right: 20px;
}
.testimonials-page .testimonials .testimonial:nth-child(3n+3){
    padding-left: 40px;
}

/* 404 */
section.not-found{
    min-height: 80vh;
    padding-top: 180px;
}

/* Service Area Pages */
ul.areas-served li{
    display: inline-block;
    width: 200px;
    margin-left: 5px;
    margin-right: 5px;
}

/* Employment */
.position-popup,
.apply-popup,
.gf-popup{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 999;
    display: none;
}
.position-popup .overlay,
.apply-popup .overlay,
.gf-popup .overlay{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.8;
}
.pos-wrap,
.apply-wrap,
.gf-wrap{
    background-color: #1E1E1E;
    width: 700px;
    max-width: 80%;
}
.pop-close{
    position: absolute;
    color: white;
    font-size: 30px;
    top: -15px;
    right: -30px;
}
.pop-inner{
    max-height: 73vh;
    overflow: auto;
    padding: 30px;
}
@media (max-width: 565px){
    .pop-inner{
        padding: 15px;
    }
    .pop-close{
        right: -27px;
    }
    .pop-inner h2.lead{
        font-size: 14px;
    }
}

/* Galleries */
#spider_popup_wrap,
.bwg_ctrl_btn_container{
    background-color: #1e1e1e !important;
}
.bwg_close_btn{
    color: white !important;
}

/* Safety and Certifications */
.page-id-294 .text-content img{
   max-width: 300px !important;
   max-height: 200px !important;
   width: auto !important;
   height: auto; 
}
.page-id-294 .text-content p{
    padding-left: 15px;
}
.page-id-294 h4{
    font-weight: 700;
}
@media (max-width: 480px){
    .page-id-294 .text-content img{
        float: none !important;
        padding: 0px !important;
        display: block;
        margin-bottom: 5px;
        max-height: 150px !important;
    }
}

/* Two Column CTA */
.two-col-cta-right{
    padding: 30px 50px;
}
.two-col-cta-right h3{
    margin-bottom: 0px;
    line-height: 1.5;
}
@media (max-width: 980px){
    .two-col-cta-right{
        display: inline-block;
        width: auto;
    }
}
@media (max-width: 585px){
    .two-col-cta-right{
        padding: 20px 30px;
    }
}

/* Landing Page Form */
.landing-form{
	padding-top: 200px;
}
#gform_confirmation_message_17{
	color: white !important;
    font-weight: bold;
}

/* Termly Banner */
@media (max-width: 535px){
#termly-code-snippet-support>div>div{
	padding: 10px;
}
#termly-code-snippet-support>div>div>div>div>div{
	font-size: 9px;
	line-height: 1.3;
	padding: 5px 0px;
	gap: 5px;
	margin-bottom: 0px;
}
#termly-code-snippet-support button{
	font-size: 9px !important;
}
}


/**Emerald Ash Borer Start**/


.eab-scn {
 padding: 60px 0px;
 background-color: #111;
}

.eab-container {
 display: flex;
 flex-wrap: wrap;
}

.eab-text {
 flex: 1 1 60%;
 padding-right: 60px;
}

.eab-title {
 font-size: 30px;
 font-weight: 700;
 font-family: "Roboto Condensed", sans-serif;
 margin-bottom: 20px;
}

.eab-scn .eab-subtitle {
 font-size: 18px;
 font-weight: 700;
 font-family: "Roboto Condensed", sans-serif;
 border-left: 8px solid #007bff;
 padding-left: 10px;
 margin: 30px 0 15px;
 letter-spacing: 1px;
 line-height: 1.3;
}

.eab-scn p {
 font-size: 16px;
 font-family: "Roboto", sans-serif;
 line-height: 1.6;
}

.clickto-zoom {
 font-size: 14px;
 line-height: 1.6;
}

.eab-map {
 flex: 1 1 40%;
 text-align: center;
}

.eab-map img {
 width: 100%;
 max-width: 100%;
 border-radius: 0px;
}

.map-caption {
 font-size: 14px;
 color: #ccc;
 margin: 10px 0;
}

.clickto-zoom-full {
 width: 100%;
 display: inline-block;
 padding-bottom: 10px;
}

.cta-button {
 display: inline-block;
 margin-top: 10px;
 padding: 11px 24px 9px 24px;
 background-color: #1d75e5;
 color: #fff;
 text-decoration: none;
 font-size: 15px;
 text-transform: uppercase;
}

.eab-expert-scn {
 background-size: cover;
 padding: 20px 15px;
 min-height: 550px;
 display: flex;
 align-items: center;
 justify-content: center;
 color: #ffffff;
 text-align: center;
 position: relative;
}

.eab-expert-content {
 max-width: 980px;
 padding: 0px 15px;
}

.brand-logo {
 max-width: 68px;
 margin-bottom: 5px;
}

.eab-expert-scn h2 {
 font-size: 30px;
 font-weight: 700;
 font-family: "Roboto Condensed", sans-serif;
 line-height: 1.4;
 margin-bottom: 25px;
}

.eab-expert-scn p {
 font-size: 16px;
 font-family: "Roboto", sans-serif;
 line-height: 1.6;
 font-weight: 400;
 margin-bottom: 0px;
}

.eab-prevention-scn {
 padding: 80px 0px;
 text-align: center;
}

.eab-prevention-scn h2 {
 font-size: 30px;
 font-weight: 700;
 font-family: "Roboto Condensed", sans-serif;
 margin-bottom: 30px;
 line-height: 1.2;
}

.eab-prevention-scn p {
 font-size: 16px;
 font-family: "Roboto", sans-serif;
 line-height: 1.6;
 margin-bottom: 60px;
}

.eab-prevention-grid {
 max-width: 1200px;
 margin: auto;
 display: grid;
 grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
 gap: 30px;
}

.eab-prevention-item {
 background-color: #222;
 padding: 30px 45px;
 text-align: center;
 min-height: 235px;
}

.eab-prevention-item h3 {
 font-size: 17px;
 font-weight: 700;
 font-family: "Roboto Condensed", sans-serif;
 margin-bottom: 15px;
}

.item-underline {
 width: 40px;
 height: 7px;
 background-color: #1d75e5;
 margin: 0 auto 20px;
}

.eab-prevention-item p {
 font-size: 16px;
 font-family: "Roboto", sans-serif;
 line-height: 1.6;
 margin-bottom: 0px;
}

.eab-infestation-scn {
 background-color: #333;
 color: #fff;
 padding: 0px;
}

.eab-infestation-inner {
 display: flex;
 flex-wrap: wrap;
}

.eab-image {
 flex: 1 1 50%;
}

.eab-image img {
 width: 100%;
 height: auto;
 display: block;
}

.eab-content {
 flex: 1 1 50%;
 display: flex;
 flex-flow: row wrap;
 align-items: center;
}

.eab-content-inner {
 padding-top: 20px;
 padding-right: calc((100vw - 1200px) / 2);
 padding-bottom: 20px;
 padding-left: 70px;
}

.eab-content-inner p {
 line-height: 1.4;
 margin-bottom: 25px;
}

.eab-infestation-scn h2 {
 font-size: 30px;
 font-weight: 700;
 font-family: "Roboto Condensed", sans-serif;
 margin-bottom: 25px;
 line-height: 1.3;
}

.eab-infes-list {
 list-style: none;
 padding: 0;
 margin: 0;
 counter-reset: num;
}

.eab-infes-list li {
 font-size: 16px;
 line-height: 1.5;
 margin-bottom: 20px;
 position: relative;
 padding-left: 40px;
}

.eab-infes-list li:before {
 counter-increment: num;
 content: counter(num);
 position: absolute;
 left: 0;
 top: 0;
 background-color: #3172c2;
 color: #fff;
 width: 28px;
 height: 28px;
 border-radius: 50%;
 display: inline-flex;
 align-items: center;
 justify-content: center;
 font-weight: 700;
 font-size: 16px;
}

.eab-columns-scn {
 padding: 80px 0;
}

.eab-columns-inner {
 display: flex;
 flex-wrap: wrap;
 margin: 0 auto;
 column-gap: 100px;
 position: relative;
}

.eab-columns-inner:before {
 content: "";
 position: absolute;
 left: 0px;
 right: 0px;
 margin: auto;
 width: 7px;
 height: 100%;
 background-color: #313131;
 pointer-events: none;
}

.column {
 flex: 1 1 calc(50% - 100px);
}

.eab-columns-scn h2 {
 font-size: 30px;
 font-weight: 700;
 font-family: "Roboto Condensed", sans-serif;
 margin-bottom: 25px;
 line-height: 1.4;
}

.eab-columns-scn h3 {
 font-size: 18px;
 font-weight: 700;
 line-height: 1.3;
 letter-spacing: 1px;
 font-family: "Roboto Condensed", sans-serif;
 margin-bottom: 16px;
 position: relative;
 padding-left: 25px;
 min-height: 40px;
 display: flex;
 flex-flow: row wrap;
 align-items: center;
}

.eab-columns-scn h3:before {
 content: "";
 width: 8px;
 height: 100%;
 background-color: #1d75e5;
 position: absolute;
 left: 0;
 top: 0;
}

.eab-columns-scn p {
 font-size: 16px;
 line-height: 1.7;
 margin-bottom: 28px;
}

.eab-columns-scn p:last-child {
 margin-bottom: 0px;
}

.estimate-scn {
 background-color: #3172c2;
 padding: 20px 0px;
 text-align: center;
 min-height: 240px;
 display: flex;
 flex-flow: row wrap;
 align-items: center;
}

.estimate-container {
 max-width: 850px;
 margin: 0 auto;
}

.estimate-scn h2 {
 font-size: 24px;
 font-weight: 700;
 font-family: "Roboto Condensed", sans-serif;
 color: #fff;
 margin-bottom: 20px;
 line-height: 1.3;
 text-transform: uppercase;
}

.cmn-bdr {
 display: inline-block;
 padding: 9px 26px 7px 26px;
 font-size: 14px;
 color: #ffffff;
 border: 1px solid #ffffff;
 text-decoration: none;
 transition: background-color 0.3s, color 0.3s;
}

.cmn-bdr:hover {
 background-color: #ffffff;
 color: #3578c9;
}

.eab-inkections-scn {
 padding: 65px 20px;
 max-width: 1000px;
 margin: 0 auto;
 text-align: center;
}

.eab-inkections-scn h2 {
 font-size: 28px;
 font-weight: 700;
 text-transform: uppercase;
 margin-bottom: 12px;
}

.eab-inkections-scn .subtitle {
 font-size: 16px;
 color: #ccc;
 margin-bottom: 25px;
}

.eab-inkections {
 display: flex;
 flex-direction: column;
 gap: 15px;
}

.eab-inkections-item {
 background-color: #2a2a2a;
 overflow: hidden;
 transition: all 0.3s ease;
}

.eab-inkections-header {
 display: flex;
 align-items: center;
 justify-content: space-between;
 padding: 20px;
 cursor: pointer;
 text-align: left;
}

.eab-inkections-header h3 {
 font-size: 16px;
 font-weight: 700;
 margin: 0;
 flex-grow: 1;
 display: flex;
 flex-flow: row wrap;
 align-items: center;
 min-height: 40px;
 padding-left: 12px;
 border-left: #3172c2 7px solid;
}

.eab-inkections-header .icon {
 background-image: url(../img/up-arrow.png);
 background-size: 100% 100%;
 transition: transform 0.3s ease;
 width: 22px;
 height: 12px;
 transform: rotate(180deg);
}

.eab-inkections-content {
 display: none;
 padding: 0 50px 20px 20px;
 text-align: left;
 color: #eee;
}

.eab-inkections-content ul {
 margin: 0;
 padding-left: 20px;
}

.eab-inkections-content li {
 margin-bottom: 10px;
 font-size: 16px;
 line-height: 1.5;
}

.eab-inkections-item.open .eab-inkections-content {
 display: block;
}

.eab-inkections-item.open .icon {
 transform: none;
}

.eab-image-right .eab-infestation-inner {
 flex-direction: row-reverse;
}

.eab-image-right .eab-content-inner {
 padding-top: 20px;
 padding-left: calc((100vw - 1200px) / 2);
 padding-bottom: 20px;
 padding-right: 70px;
}


.eab-map-zoompopup {
    position: fixed;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;
    top: 0px;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0, 0.7);
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    opacity: 0;
    transition: 0.5s all;
}

.zoom-modelopen {
   pointer-events: auto;
    opacity: 1; 
}
.eab-map-zoompopup img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.eab-map-zoompopup .zoom-close {
    position: absolute;
    right: 5px;
    z-index: 88;
    top: 5px;
    background-color: #fff;
    border: none;
    cursor: pointer;
    width: 30px;
    height: 30px;
}
.eab-map-img {
    cursor: pointer;
}
.eab-map-zoompopup-inner {
    z-index: 9999;
    max-width: 1240px;
    width: 100%;
    padding: 5px;
    position: relative;
}


@media (max-width: 1250px) {
 .cta-button {
  line-height: normal;
 }
 .eab-text {
  padding-right: 30px;
 }
 .eab-content-inner {
  padding-left: 40px;
 }
 .eab-image-right .eab-content-inner {
  padding-left: 30px;
 }
 .eab-infestation-scn h2 {
  font-size: 26px;
 }
 .eab-infes-list li {
  margin-bottom: 10px;
 }
 section[class^="eab-"] h2 {
  font-size: 26px;
 }
 .eab-prevention-item {
  padding: 30px 30px;
 }
 .eab-columns-inner {
  column-gap: 50px;
 }

 section[class^="eab-"] .container,
 .estimate-scn .container {
  max-width: 100%;
  padding: 0px 20px;
 }
}

@media (max-width: 767px) {
 section[class^="eab-"] {
  padding: 40px 0px;
 }
 section[class^="eab-"].eab-infestation-scn {
  padding: 0px;
 }
 .eab-image {
  flex: 1 1 100%;
 }
 section[class^="eab-"] h2 {
  font-size: 22px;
 }
 .eab-prevention-grid {
  grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
 }

 .eab-prevention-item {
  padding: 20px 15px;
  min-height: inherit;
 }

 .eab-text {
  flex: 1 1 100%;
  padding-right: 0px;
 }
 .eab-map {
    flex: 1 1 100%;
    margin-top: 20px;
 }
 .cta-button {
  padding: 11px 15px 9px 15px;
  font-size: 14px;
 }
 .eab-content-inner {
  padding-left: 15px;
  padding-top: 40px;
  padding-right: 15px;
 }
 .eab-infes-list li {
  margin-bottom: 14px;
  font-size: 15px;
 }
 .eab-columns-inner:before {
  content: normal;
 }
 .column {
  flex: 1 1 100%;
 }
 .estimate-scn h2 {
  font-size: 20px;
 }
 .eab-inkections-scn .subtitle {
  line-height: 1.5;
 }
 section.eab-inkections-scn {
  padding: 40px 20px;
 }
 .eab-image-right .eab-content-inner {
  padding-right: 20px;
  padding-left: 20px;
  padding-top: 30px;
 }
 .eab-prevention-scn p br {
    display: none;
}
.eab-inkections-header h3 {
    width: calc(100% - 10px);
}
.eab-inkections-header .icon {
    width: 16px;
    height: 8px;
 
}
.eab-inkections-content {
    padding: 0 30px 20px 20px;

}
.column.eab-column-right {
    margin-top: 30px;
}
section[class^="eab-"] h2 br{
    display: none;
}
}


/**Emerald Ash Borer End**/

/* Employment Form */
#gform_confirmation_message_7{
    color: white !important;
}

/* Smaller Hero */
.hero.smaller-hero {
    padding-top: 200px;
    padding-bottom: 60px;
}
.hero.smaller-hero h1{
    font-size: 55px;
}
@media (max-width: 1320px) {
    .hero.smaller-hero h1 {
        font-size: 43px;
    }
}
@media (max-width: 991px) {
    .hero.smaller-hero{
        padding-top: 180px;
        padding-bottom: 30px;
    }
    .hero.smaller-hero h1 {
        font-size: 36px;
    }
    .hero.smaller-hero .hero-btn{
        margin-bottom: 10px;
    }
}
