/**
* Custom styles for the theme, not SCSS related
**/

/* Nav */
.menu-header a {text-transform:none;}
.menu-header li.mobile_only {display:none;}

@media(max-width: 1299px){
	.menu-header {gap: 20px;}
}

@media(max-width: 1240px){
	.menu-header a {gap:2px}
}
@media(max-width: 1299px){
	.menu-header li.mobile_only {display:block;}
}

/* Text + Heading + test */
.s-image_heading_text .img-decor {
	transform:translate(-50%,-28%);
}

/* Hero w/ Image */
.s-hero_image_text.no_bg {
	background:#1c3a04;
}

/* Image + Test */
.s-image_text.background-grey-decor-top {overflow:visible;width:100%;}
.s-image_text.background-grey-decor-top .img-decor-top {top:-25px;width:100%;}
.s-image_text.background-grey-decor-top .img-decor-bottom {bottom:-89px;width:100%;height:89px;}

@media(max-width: 1199px){
	.s-image_text.background-grey-decor-top .img-decor-bottom {bottom:-69px;height:69px;}
}
@media(max-width: 992px){
	.s-image_text.background-grey-decor-top .img-decor-bottom {bottom:-49px;height:49px;}
	.s-image_heading_text .img-decor {height:80px;width:100%;}
}
@media(max-width: 767px){
	.s-image_text.background-grey-decor-top .img-decor-bottom {bottom:-29px;height:29px;}
}

.s-image_text.background-grey-decor-top .img-decor-top {height:277px;top:0;}

@media(max-width: 1199px){
	.s-image_text.background-grey-decor-top .img-decor-top {height:180px;top:20px;}
}
@media(max-width: 767px){
	.s-image_text.background-grey-decor-top .img-decor-top {height:120px;top:20px;}
	.s-image_text.background-grey-decor-top .bg-color {top:120px;height:calc(100% - 120px);}
}
@media(max-width: 480px){
	.s-image_text.background-grey-decor-top .img-decor-top {height:80px;top:40px;}
}

/* Side Video */
.s-video_text video {width:100%;}

/* Logos */
.s-logos.style-top-decor,
.s-logos.style-on-white {z-index:999;overflow-y:visible;}
.s-logos .img-decor-top {transform:translate(-50%, -28%);width:100%;}
.s-logos.style-top-decor .container {max-width:1336px;}
.s-logos.style-on-white .container {max-width:1336px !important;}
.s-logos.style-on-white .items {max-width:none;}
.s-logos .items {
	gap:unset;
	max-width:none;
}
.s-logos.style-top-decor .items {max-width:none;}
.s-logos .items img {
	margin:0 auto;
}
.s-logos .tns-nav {
	position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
}
@media(max-width: 767px){
	.s-logos .tns-nav {bottom:-20px;}
}
/* Services */
.s-services.style-greywave,
.s-contact_form.style-dg_decor_top {
	overflow:visible;
	z-index:9;
}
.s-services.style-greywave .img-decor,
.s-contact_form.style-dg_decor_top .img-decor {transform:translate(-50%,100%);bottom:0;top: auto;width: 100%;}

.s-services.no_excerpt .items {gap: 150px 32px}

/* Services 3x3 Grid Layout */
@media(min-width:641px){
    .s-services .item {
        flex: 0 0 calc(50% - 16px);
    }
}
@media(min-width:1199px){
	.s-services .item {
	    flex: 0 0 calc(33.333% - (32px * 2 / 3));
	}
}

/* Contacts */ 
.s-contacts .img {height:46px;}

/* Contact Form */
.s-contact_form.style-lg_decor_top .img-decor-top,
.s-featured_pages.style-white_decor_top .img-decor-top,
.s-centered_heading_text.style-lgreen_decor_top .img-decor-top {overflow:visible;width:100%;}
@media(max-width: 1199px){
	.s-contact_form.style-lg_decor_top .img-decor-top,
	.s-featured_pages.style-white_decor_top .img-decor-top,
	.s-centered_heading_text.style-lgreen_decor_top .img-decor-top {height:180px;top:20px;}
}
@media(max-width: 767px){
	.s-contact_form.style-lg_decor_top .img-decor-top,
	.s-featured_pages.style-white_decor_top .img-decor-top,
	.s-centered_heading_text.style-lgreen_decor_top .img-decor-top {height:120px;top:20px;}
	.s-contact_form.style-lg_decor_top .bg-color,
	.s-featured_pages.style-white_decor_top .bg-color,
	.s-centered_heading_text.style-lgreen_decor_top .bg-color {top:120px;height:calc(100% - 120px);}
}
@media(max-width: 480px){
	.s-contact_form.style-lg_decor_top .img-decor,
	.s-featured_pages.style-white_decor_top .img-decor-top,
	.s-centered_heading_text.style-lgreen_decor_top .img-decor-top {height:80px;top:40px;}
}

/* Centered Heading Text */


/* Heading Text on Image */
.s-heading_text_on_image:has(+[class*=decor]) {padding-bottom:150px;}


/* CTA */
.s-cta {overflow:visible;}
.s-cta .img-decor-bottom-fit{
	transform: translate(-50%, -28%);
    width: 100%;
    z-index: 4;
    top:0;
}

/* Centered CTA */
.s-centered_cta.background_style-brand_green_decor_top {overflow:visible;}
.s-centered_cta.background_style-brand_green_decor_top .img-decor-bottom-fit{
	transform: translate(-50%, -28%);
    width: 100%;
    z-index: 4;
    top:0;
}

/* 2-column Block */
.title_block {flex:0 0 100%;}
.title_block h2 {
	color:#d59713;
}

/* Hero Image Height Fix */
.w100p {
    width: 100%;
    max-height: 650px;
    overflow: hidden;
    object-fit: cover;
    object-position: top;
}

/* Image Heading */
@media(max-width: 992px){
	.s-image_heading_text .img-decor {height:80px;width:100%;}
}
@media(max-height: 992px){
	.w100p {max-height:500px}
}

/* FUll WIdth Content */
.s-full_width_content {padding:80px 0;}
.s-full_width_content .container {max-width:1100px;}
@media(max-width: 992px){
	.s-full_width_content {padding:60px 0;}
}
/* Helpers */
.w-992 {
    max-width: 992px;
}
@media(max-width: 992px){
	.w-992 {width: 100%;}
}

/* Centered Symptom Descriptions */
.s-featured_carousel .text {
    text-align: center;
}

/* Full Width Green Background */
.s-centered_cta .img-decor {
    width: 100vw !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
}

