/*  Small screens */
@media only screen {
	
/* 	CSS TO ADD OR REMOVE WHEN THE SITE EXPANDS */
	.main-navigation {display: none;}
	/* .green-bg .cta-row .cta-single-inner .cta-text p{ color: #ffff; margin-bottom: 3rem; }
	.cta-row .cta-text:after{ content: url(/wp-content/uploads/2025/10/down-caret-small.webp); display: block; margin: 0 auto; position: absolute; bottom: -3rem; left: 0; right: 0; -webkit-transition: all 0.35s ease;  transition: all 0.35s ease;}
	.cta-row .cta-single-inner:hover .cta-text:after{bottom: -3.5rem;} */
	
/* 	HEADER */
	.logo img.aligncenter {max-width: 300px;}
	#nav-row{margin-top:-1rem;}
	
/* GENERAL */
	.rounded img, .rounded{border-radius: 10px;}
	.green-bg{background: #B3DE3E; }
	.green-bg .row-inner{margin-bottom:-10rem;}
	.green-bg h2, .green-bg p{color: #404040}
	
	.under-bar:after { content: ''; border-bottom: 2px solid #B3DE3E; width: 175px; height: 8px; display: block; }
	.under-bar.center:after{margin: 0 auto;}
	.under-bar.grey:after{border-bottom: 2px solid #404040;}

	.blue-bg{background: #22495F;}
	.blue-bg h2{color:#29D1FB;}
	.extra-space{padding-top: 13rem;}
	
/* GENERAL CTA ELEMENTs */
	.cta-single-inner * {-webkit-box-sizing: border-box; box-sizing: border-box; -webkit-transition: all 0.35s ease;  transition: all 0.35s ease;}
	.cta-single-inner { text-align: center;}
	.cta-single-inner .cta-image-container img{ background: #29D1FB; border-radius: 50%; max-width: 100px;}
	.what-we-do .column-block, .cta-row .column-block, .green-bg .column-block{ padding: .5rem; margin-bottom: 0;}

/* WHAT WE DO */
	.what-we-do .cta-single-inner .cta-heading{ font-size: 18px;  font-weight: 500;  text-transform: capitalize;   color: #22495F; padding: 1.5rem .5rem; }
	.what-we-do .cta-single-inner .cta-text{ color: #707070;}
	.what-we-do .column-block, .cta-row .column-block{ padding: .5rem; margin-bottom: 0;}
	
/* CTA ROW*/
	.cta-row .cta-single-inner{ background: #22495F; border-radius: 10px; box-shadow: 0 3px 6px rbga(0,0,0,.16); padding: 1.5rem 1rem;color: #fff;}
	.cta-row .cta-single-inner .cta-heading{ text-transform: uppercase;   color: #fff; font-weight: 500; padding: 1rem; }
	.green-bg .cta-row .cta-single-inner .cta-text{position: relative;}
	.green-bg .cta-row .cta-single-inner .cta-text p{ color: #ffff; margin-bottom: 2rem; }
	
/* LISTS */
	ul.check {list-style-type: none; margin-left: 2rem;}
	ul.check li {margin-bottom: .5rem;}
	ul.check li:before { font-family: "Font Awesome 5 Free"; font-weight: 900; content: '\f058'; margin: 0 16px 0 -32px; color: #29D1FB; }

/* HELP ROW */	
	.help-row .block-single-inner{  -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-transition: all 0.35s ease; transition: all 0.35s ease; padding-bottom: 2rem;}
	.help-row .block-single-inner{background: #FFFFFF; border-radius: 10px; box-shadow: 0 3px 6px rbga(0,0,0,.16); color: #707070;}
	.help-row .block-single-inner h3{ font-family: 'Amatic SC', sans-serif; text-transform: uppercase;   color: #22495F; font-weight: 700; padding: 2rem 1rem; font-size: 2.5rem;}
	.help-row .block-single-inner h3:after { content: ''; border-bottom: 2px solid #B3DE3E; width: 175px; height: 8px; display: block; margin: 0 auto;}
	.help-row .block-single-inner .text{padding:0 1rem 1rem 1rem;}
	.help-row .block-single-inner img{ border-radius: 0; max-width: 100%; border-radius: 10px 10px 0 0 ;}
	.help-row .block-single-inner:hover {border: 2px solid #fff;}
	
/* CONTACT ROW */
	.contact-us i{ background: #29D1FB; padding: 8px; border-radius: 50%; color: #22495F; margin-right: 5px;}
	.contact-us i.fa-map-marker-alt{padding: 8px 10px;}
	.contact-us .the_phone_number {font-weight: bold;}
	.contact-us ul {margin-left: 0; margin-top: 1rem; }
	.contact-us .form-col{background: #B3DE3E; border-radius: 10px; padding: 1rem;}


} /* Define mobile styles */

@media only screen and (max-width: 40em) {
.small-only-float-left {float: left !important;}	
.small-only-float-right {float: right !important;}
.small-only-float-center {display: block; margin-right: auto; margin-left: auto;}
.text-center-small {text-align: center;}
.small-align-center {-ms-flex-pack: center; justify-content: center;}
.widget-container, #top-row, .tagline, .text-right{text-align: center;}
img.alignright, img.alignleft{float: none !important;display: block;margin: 0 auto;	}
	h1{font-size: 4rem;}
	h1.under-bar:after{margin: 0 auto;}
	.subtitle{text-align:center; font-size: 1.5rem;}
	.hero-text {text-align:center;}
	h2{font-size: 3rem;}
	.contact-us .form-col, .help-row .column-block{padding: 1rem 0;}
	.contact-us .the_phone_number {display: block; margin-top: 8px; padding-left:0;}
	.contact-us .address-line-0{margin-top: 8px; display: block;}
} /* max-width 640px, mobile-only styles, use when QAing mobile issues */

/*  Medium screens */
@media only screen and (min-width: 40.063em) { 
	.margin-top{margin-top: 72px;}
	.margin-bottom{margin-top: -72px;}
	
} /* min-width 641px, medium screens */

@media only screen and (min-width: 40.063em) and (max-width: 63.938em) {
.medium-float-left {float: left !important;}	
.medium-float-right {float: right !important;}
.text-center-medium {text-align: center;}
.medium-align-center {-ms-flex-pack: center; justify-content: center;}
	h1.under-bar:after{margin: 0 auto;}
	.hero-text {text-align:center;}
	.hero-text .margin-top{margin-top:0;}
	.contact-us .the_phone_number {display: block; margin-top: 8px; padding-left:0;}
	.contact-us .address-line-0{margin-top: 8px; display: block;}
} /* min-width 641px and max-width 1023px, use when QAing tablet-only issues */

/* Large screens */
@media only screen and (min-width: 64.000em) {
	.contact-us .address-line-1{margin-left: 2.5rem;}
	
.wrapper {padding: 1.875em 0;}
.align-middle-large{-webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center;}
} /* min-width 1024px, large screens */

@media only screen and (min-width: 64.000em) and (max-width: 90em) {
.large-float-left {float: left !important;}	
.large-float-right {float: right !important;}
.text-center-large {text-align: center;}
.large-align-right {-ms-flex-pack: end; justify-content: flex-end;}
} /* min-width 1024px and max-width 1440px, use when QAing large screen-only issues */

/*  XLarge screens */
@media only screen and (min-width: 90.063em) { } /* min-width 1441px, xlarge screens */

@media only screen and (min-width: 90.063em) and (max-width: 120em) {
.xlarge-float-left {float: left !important;}	
.xlarge-float-right {float: right !important;}
.text-center-xlarge {text-align: center;}
} /* min-width 1441px and max-width 1920px, use when QAing xlarge screen-only issues */

/*  XXLarge screens */
@media only screen and (min-width: 120.063em) {
.xxlarge-float-left {float: left !important;}	
.xxlarge-float-right {float: right !important;}
.text-center-xxlarge {text-align: center;}
} /* min-width 1921px, xxlarge screens */

/*  Tablet Portrait screens */
@media only screen and (min-width: 37.500em) and (max-width: 56.250em) and (orientation: portrait) {
.hide-tablet-portrait {display: none !important;}
.show-tablet-portrait {display: inherit !important;}
 } /* tablet-only issues min-600px max-900px */
 @media only screen and (min-width: 49.900em) and (max-width: 85.250em) and (orientation: portrait) {
 } /* tablet-only issues min-800px max-1200px */