/*
Website Name: Environmental Consulting Group
Author: Tom Mentzel
Copyright 2015
Adventure Web Interactive
*/


@-ms-viewport {
	width: device-width;
}


/* Normalize */
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, main, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

main, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, img, hr {
	display: block;
}

audio, canvas, video {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden] {
	display: none;
}

abbr[title] {
	border-bottom: 1px dotted;
}

dfn {
	font-style: italic;
}

mark {
	background: #ff0;
	color: #000;
}

code, kbd, pre, samp {
	font-family: monospace, serif;
	_font-family: 'courier new', monospace;
}

pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

::-moz-selection {
	background: #ccc;
	text-shadow: none;
}

::selection {
	background: #ccc;
	text-shadow: none;
}


/* General */

html {
	font-size: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	font: 14px/20px "Open Sans", Arial, Helvetica, sans-serif;
	background: #fff;
	text-align: center;
	color: #504e4e;
}

a {
	text-decoration: none;
	color: #7fae3b;
}

a:focus {
	outline: thin dotted;
}

a:active, a:hover {
	outline: 0;
	text-decoration: none;
	color: #659723;
}

p, h1, h2, h3, h4, h5, h6, form, table, hr, pre, blockquote {
	margin: 0 0 20px;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 18px;
}

h5 {
	font-size: 14px;
}

h6 {
	font-size: 12px;
}

ul, ol, dl, menu {
	margin: 0 0 20px 40px;
}

strong, b {
	font-weight: bold;
}

em, i {
	font-style: italic;
}

img {
	max-width: 100%;
	height: auto;
	border: 0;
	-ms-interpolation-mode: bicubic;
}

svg:not(:root) {
	overflow: hidden;
}

hr {
	margin: 0 0 20px;
	padding: 0;
	height: 1px;
	display: block;
	border: 0;
	border-top: 1px solid #ccc;
}

small {
	font-size: 80%;
}

sub, sup {
	font-size: 80%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

legend {
	white-space: normal;
	*margin-left: -7px;
}

label {
	margin: 0 0 4px;
	display: block;
}

input, textarea, select, button, .button {
	padding: 6px;
	width: 100%;
	height: 32px;
	height: auto\9;
	font: inherit;
	background: #fff;
	border: 1px solid #ccc;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

textarea {
	height: 120px;
	overflow: auto;
	vertical-align: top;
	resize: vertical;
}

button, html input[type="button"], input[type="reset"], input[type="submit"], .button {
	-webkit-appearance: button;
	cursor: pointer;
	*overflow: visible;
}

button::-moz-focus-inner, input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input[type="radio"], input[type="checkbox"] {
	margin: 0 4px 0 0;
	padding: 0;
	width: auto;
	height: auto;
	border: none;
}

input[type="file"] {
	height: auto;
	background: none;
	border: none;
	background: #fff\9;
	border: 1px solid #ccc\9;
}

input[type="file"]::-ms-value {
	background: #fff;
	border: none;
}

input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button, html input[type="button"], input[type="reset"], input[type="submit"], .button {
	padding: 0 8px;
	width: auto;
	height: 36px;
	background: #ffa500;
	color: #fff;
	border: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	cursor: pointer;
}

.button {
	line-height: 36px;
	display: inline-block;
}

button:hover, html input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, .button:hover {
	background: #0088cb;
}

button:active, html input[type="button"]:active, input[type="reset"]:active, input[type="submit"]:active, .button:active {
	position: relative;
	top: 1px;
}

button[disabled], html input[disabled] {
	cursor: default;
}


/* Tools */

.hidden, .tablet-view, .mobile-view {
	display: none !important;
	visibility: hidden;
}

.desktop-view {
	display: block !important;
	visibility: visible;
}

.clearfix:before, .clearfix:after, .container:before, .container:after {
	content: ".";
	display: block;
	height: 0;
	overflow: hidden;
}
.clearfix:after, .container:after {
	clear: both;
}

.clearfix, .container {
	zoom: 1;
}

.browsehappy {
	padding: 5px 0;
	text-align: center;
	background: #ccc;
	color: #000;
}

ul.form-list {
	margin: 0 0 20px;
	max-width: 500px;
	list-style: none;
}

ul.form-list li {
	margin: 0 0 10px;
}


/* Structure */
.container {
	margin: 0 auto;
	max-width: 960px;
	text-align: left;
}


/* Header */

header {
	background: #fff;
	border-top: 4px solid #4fb51e;
}

header .container {
	text-align: right;
}

header .logo {
	float: left;
	margin: 23px 0 5px;
}

header .info {
	width: 70%;
	text-align: right;
	float: right;
}

header address {
	color: #007da4;
	margin: 10px 0 5px;
	font: 16px/26px "Open Sans", Arial, Helvetica, sans-serif;
}

header address a {
	font: 700 24px/34px "Open Sans", Arial, Helvetica, sans-serif;
	color: #007da4;
}

header address a i {
	color: #007da4;
}

header .tagline {
	font: 700 24px/34px "Open Sans", Arial, Helvetica, sans-serif;
	text-align: center;
	float: left;
	padding: 10px 0;
}

ul.social {
	list-style: none;
	margin: 0;
}

ul.social li {
	display: inline-block;
	color: #659163;
	padding: 0 2px;
	font: 20px/32px Arial, Helvetica, sans-serif;
}

ul.social li a {
	color: #659163;
}


/* Nav */

nav {
}

ul.rNav, ul.rNav ul {
	margin: 0;
	list-style: none;
}

ul.rNav {
	zoom: 1;
}

ul.rNav:before, ul.rNav:after {
	content: "";
	display: table;
}

ul.rNav:after {
	clear: both;
}

ul.rNav li {
	margin: 0;
	display: inline-block;
	position: relative;
	line-height: normal;
	white-space: nowrap;
	font: 700 16px "Open Sans", Arial, Helvetica, sans-serif;
	padding: 0;
}

ul.rNav > li > a {
	height: 58px;
	line-height: 58px;
}

ul.rNav a {
	color: #498144;
	text-decoration: none;
	padding: 0 15px 0 15px;
	display: block;
}

ul.rNav li:hover {
	background: #8cc041;
	color: #fff;
}

ul.rNav ul {
	width: 0;
	height: 0;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 100%;
	left: 0;
	padding: 5px 0;
	z-index: 9999;
	background: rgba(140,192,65,0.8);
	display: block;
	text-align: left;
}

ul.rNav li:hover > ul {
	width: auto;
	height: auto;
	opacity: 1;
	visibility: visible;
	display: block;
}

ul.rNav ul li {
	width: 100%;
	background: none;
	text-transform: none;
	font-size: 16px;
	display: block;
}

ul.rNav ul li:hover {
	background: none;
}

ul.rNav li.current-menu-item a {
	background: #8cc041;
	color: #fff;
}

ul .rNav li:hover ul.sub-menu li a {
	color: #ffd700;
}

ul.rNav ul a {
	border-top: 1px dashed #fff;
	color: #fff;
	padding: 5px 0;
	margin: 0 20px;
}

ul.rNav ul a:hover {
	color: #065f89;
}

ul.rNav ul li:first-child a {
	border: 0;
}

ul.rNav ul ul {
	top: 0;
	left: 100%;
}

#rNav-trigger {
	display: none;
}

.covid-policy-link a{
	background: red;
	color: #ffffff !important;
}
.covid-policy-link a:hover{
	background: #0088cb;
	color: #ffffff;
}

/* Banner */

.banner {
	min-height: 100px;
}

.banner, .inner-banner {
	position: relative;
	height: 100%;
}

.banner .holder,
.inner-banner .holder {
	width: 100%;
}

.banner .item {
	height: 474px;
	position: relative;
	width: 100%;
	overflow: hidden;
}

.inner-banner .item {
	height: 500px;
	position: relative;
	width: 100%;
	overflow: hidden;
}

.banner .item img,
.inner-banner .item img {
	position: absolute;
	top: 0;
	left: 50%;
	max-width: none;
	min-width: 100%;
	margin: 0 0 0 -975px;
}

.banner .info {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	color: #fff;
}

.banner .info .container {
	text-align: center;
	max-width: 32%;
	margin-top: 128px;
	background: rgba(216,0,0,0.75);
	/*background: rgba(140,192,65,0.75);*/
}

.banner .info h2 {
	margin: 0;
	padding: 35px 20px 35px 30px;
	color: #fff;
	font: 32px/43px "Open Sans", Arial, Helvetica, sans-serif;
}

.banner .box, .inner-banner .box {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.banner .box .container, .inner-banner .box .container {
	text-align: right;
}

.banner .box a, .inner-banner .box a {
	display: inline-block;
	background: #d80000;
	color: #fff;
	margin: 0 0 0 5px;
	padding: 5px 10px;
	font: 700 30px/46px "Open Sans", Arial, Helvetica, sans-serif;
}
a.covid-banner-button{
	float: left;
}

.banner .box a:hover, .inner-banner .box a:hover {
	background: #0088cb;
	color: #fff;
	text-decoration: none;
}

.banner .box a em, .inner-banner .box a em {
	font: 700 40px/32px "Open Sans", Arial, Helvetica, sans-serif;
}

.banner .owl-buttons {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.banner .owl-prev,
.banner .owl-next {
	background: url(../img/left-arrow.png) no-repeat;
	width: 53px;
	height: 78px;
	margin: 190px 0 0 15%;
	float: left;
	text-indent: -9999px;
}

.banner .owl-next {
	background: url(../img/right-arrow.png) no-repeat;
	margin: 190px 15% 0 0;
	float: right;
}


/* Services */

.services {
	margin: 0 0 20px;
	padding: 30px 0 0;
	background: #f8f8f8;
	position: relative;
	z-index: 10;
}

.services ul {
	margin: -110px 0 -15px;
	list-style: none;
}

.services ul li {
	padding: 0 5px;
	width: 20%;
	float: left;
}

.services .box {
	min-height: 360px;
	color: #4a4a4a;
	margin: 0 0 25px 0;
}

.services img {
	margin: 0 0 15px;
	border: 1px solid #fff;
}

.services h2 {
	text-align: center;
	padding: 0 10px;
	color: #007da4;
	margin: 0 0 12px;
	font: 700 15px/20px "Open Sans", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

.services p {
	margin: 0 10px 10px;
	font: 13px/18px "Open Sans", Arial, Helvetica, sans-serif;
	text-align: center;
}

.services .btns {
	text-align: center;
}

.btn {
	background: #7fae3b;
	color: #fff;
	padding: 0 15px;
	display: inline-block;
	text-transform: uppercase;
	font: 14px/32px "Open Sans", Arial, Helvetica, sans-serif;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.btn:hover {
	background: #0088cb;
	color: #fff;
	text-decoration: none;
}


/* Welcome */

.welcome {
	padding: 5px 0;
}

.welcome .col {
	width: 50%;
	float: right;
	padding: 0 15px 0;
}

.welcome .col:first-child {
	float: left;
}

.welcome .col iframe {
	margin: 20px 0 15px 0;
}

.welcome h2 {
	font: 24px/32px "Open Sans", Arial, Helvetica, sans-serif;
	text-align: center;
	border-bottom: 5px solid #ebebeb;
	margin: 0;
}

.welcome h3 {
	font: 700 16px/32px "Open Sans", Arial, Helvetica, sans-serif;
	margin: 0 0 10px 0;
}

.welcome .textArea {
	padding: 20px 0 0;
}

.welcome .textArea p {
	margin: 0 0 20px;
}

.video-container {
	position: relative;
	padding: 30px 0 56.25% 0;
	height: 0;
	overflow: hidden;
}

.video-container iframe, .video-container object, .video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/* Client Testimonials */

.client-testimonials {
	margin: 0 0 35px 0;
}

.client-testimonials blockquote {
	margin: 15px 0;
}

.client-testimonials q {
	font-style: italic;
}

.client-testimonials cite {
	font-weight: bold;
}


/* Recent Blog Posts */

.recent-blog-posts {
	position: relative;
	padding: 30px 0 0;
}

.recent-blog-posts .box {
	margin: 0 0 30px;
}

.recent-blog-posts img {
	float: left;
	background: #fff;
	padding: 4px;
	margin: 0 20px 55px 0;
	border: 1px solid #2aa2d4;
}

.recent-blog-posts h4 {
	font: 700 14px/16px Roboto, Arial, Helvetica, sans-serif;
	margin: 0 0 15px;
}

.recent-blog-posts p {
	margin: 0 25px 15px 0;
}

.recent-blog-posts .container {
	width: auto;
	float: right;
}


/* Free Mold Analysis CTA */

.free-mold-analysis-cta {
	padding: 45px 0 25px 0;
	margin: 0;
	background: #007da4;
}

.free-mold-analysis-cta .holder {
	padding: 20px 80px 20px 80px;
	position: relative;
}

.cta-btn {
	float: right;
	background: #00aeff;
	border-radius: 5px;
	font: 26px/58px "Open Sans", Arial, Helvetica, sans-serif;
	color: #fff;
	margin: 0 0 0 40px;
	padding: 0 20px;
}

.cta-btn:hover {
	text-decoration: none;
	background: #7fae3b;
	color: #fff;
}

.free-mold-analysis-cta h2 {
	margin: 0 0 12px;
	color: #fff;
	font: 36px/50px "Open Sans", Arial, Helvetica, sans-serif;
}

.angies-list-widget {
	margin: 0 auto 0 auto;
	padding: 15px 0;
	width: 200px;
}


/* Main */

main {
	margin: 10px 0 10px 0;
}

article {
	width: calc(100% - 360px);
	float: left;
}

article h1 {
	margin: 0 0 20px;
	font: 30px/32px "Open Sans", Arial, Helvetica, sans-serif;
	color: #007da4;
}

article h2 {
	margin: 0 0 20px;
	font: 24px/21px "Open Sans", Arial, Helvetica, sans-serif;
	color: #0088cb;
}

article p {
	margin: 0 0 22px;
}

.impt {
	text-transform: uppercase;
}

ul.list {
	padding: 0 0 0 25px;
	list-style: none;
}

ul.list li {
	margin-bottom: 10px;
}

ul.list li:before {
    font-family: 'FontAwesome';
    content: '\f0da';
    margin: 0 5px 0 -60px;
}

.services-list {
	list-style: none;
	margin: 0;
}

.service-btn  {
	float: left;
	width: 275px;
	background: #0088cb;
	color: #fff;
	text-align: center;
	margin: 0 24px 10px 0;
	padding: 10px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	display: inline-block;
}

.service-btn:hover {
	background: #498144;
	color: #fff;
}

.cta-box {
	background: #f1f1f1;
	border-left: 10px solid #0088cb;
	margin: 0 0 20px 0;
	padding: 15px 25px 15px 25px;
	font-weight: bold;
}

.photo-gallery-spacer {
	margin: 0 0 20px 0;
}

.page-id-23 .req-field {
	color: #007da4;
}

.page-id-5 .req-field {
	color: #fff;
}

.wpcf7-quiz-label {
	display: inline-block;
}

.home-contact-form {
	background: #7fae3b;
	padding: 15px 15px 0 15px;
	color: #fff;
}


/* Flexible iFrame - Google Map*/

.map-container, .video-container {
    position: relative;
	padding: 30px 0 56.25% 0;
	margin: 0 0 20px 0;
    height: 0;
    overflow: hidden;
}

.map-container iframe,
.video-container iframe,
.video-container object,
.map-container object,
.video-container embed,
.map-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

ul.sitemap-list li {
	margin-bottom: 10px;
}

ul.sitemap-list li:before {
    font-family: 'FontAwesome';
    content: '\f067';
    margin: 0 5px 0 -40px;
}

.sitemap-sub-list {
	margin-bottom: 0;
	padding-bottom: 0;
	list-style: none;
}


/* Sidebar */

aside {
	float: right;
	width: 330px;
}

.page-id-23 aside {
	margin: 25px 0;
}

aside h2 {
	color: #fff;
	background: #0088cb;
	padding: 0 0 0 20px;
	margin: 0 0 5px;
	font: 24px/52px "Open Sans", Arial, Helvetica, sans-serif;
}

aside .quick-contact-form {
	background: #065f89;
	padding: 15px 20px 5px;
	margin: 0;
	color: #fff;
}

aside label {
	font: 14px/18px "Open Sans", Arial, Helvetica, sans-serif;
	margin: 0 0 4px;
	display: block;
}

aside input[type=text],
aside input[type=tel],
aside input[type=email] {
	background: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 0 0 7px;
}

aside textarea {
	background: #fff;
	height: 120px;
	border-radius: 3px;
	margin: 0 0 7px;
}

aside input[type=submit] {
	background: #ffa500;
	color: #fff;
	text-transform: uppercase;
	font: 18px/32px "Open Sans", Arial, Helvetica, sans-serif;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	width: 150px;
	height: 35px;
	border: 0;
	cursor: pointer;
}

aside input[type=submit]:hover {
	background: #0088cb;
	color: #fff;
}


.req-field {
	color: #fff;
}

.wpcf7-quiz-label {
	display: inline-block;
}

.contact-details {
}

.contact-details .row {
	padding: 0 0 10px;
	margin: 0 0 10px;
	line-height: 20px;
}

.contact-details i {
	float: left;
	color: #fff;
	text-align: center;
	background: #007da4;
	font-size: 25px;
	line-height: 42px;
	height: 38px;
	margin: 0 10px 60px 0;
	width: 38px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.contact-details .spacer {
	line-height: 40px;
}


/* Footer */

footer {
	background: #18191b;
	color: #fff;
	padding: 10px 0 0;
}

footer a {
	color: #fff;
}

footer .links {
	display: inline-block;
	list-style: none;
	margin: 0 50px 15px 0;
	width: 250px;
}

footer .links li {
	display: inline-block;
	padding: 0 3px;
	font: 14px/16px "Open Sans", Arial, Helvetica, sans-serif;
}

footer #menu-footer-menu {
	list-style: none;
}

footer #menu-footer-menu li.current-menu-item a {
	color: #00aeff;
}

ul.address {
	display: inline-block;
	list-style: none;
	margin: 40px 0 40px 0;
}

ul.address li {
	display: inline-block;
	vertical-align: middle;
	text-align: left;
	width: 220px;
	margin: 0 0 0 -5px;
	font: 14px/16px "Open Sans", Arial, Helvetica, sans-serif;
}

ul.address span.ico {
	display: inline-block;
	background: #007da4;
	margin: 0 15px 0 0;
	text-align: center;
	float: left;
	color: #fff;
	font: 28px/46px Arial, Helvetica, sans-serif;
	width: 46px;
	height: 46px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

ul.address span.item {
	margin: 5px 0 0;
	display: inline-block;
}

ul.address li:last-child span.item {
	margin-top: 12px;
}

footer .rowBox {
	font: 12px/18px "Open Sans", Arial, Helvetica, sans-serif;
	border-top: 1px solid #27282c;
	padding: 18px 0;
}

footer .rowBox p {
	float: right;
	margin: 0;
}

footer .rowBox p:first-child {
	float: left;
}


/* Blog */

.blog h1, .archive h1, .single h1, .search h1 {
	background: none;
	margin: 0 0 10px;
	font: 21px/28px "Open Sans", Arial, Helvetica, sans-serif;
	color: #000;
}

#search-2, #recent-posts-2, #archives-2, #categories-2, #text-2, #blog_subscription-2, #rss_links-2 {
	list-style-type: none;
	margin: 0 0 25px 0;
	padding: 0;
}

#search-2 li, #recent-posts-2 li, #archives-2 li, #categories-2 li, #text-2 li, #blog_subscription-2 li, #rss_links-2 li, widget_rss_links li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#blog_subscription-2 label {
	font: 24px/28px "Open Sans", Arial, Helvetica, sans-serif;
}

.blog aside, .single aside, .archive aside {
	float: right;
	width: 330px;
	background: #dde2e1;
	margin: 12px 0;
	padding: 15px 10px;
	border: 1px solid #ccc;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.blog .sidebar ul, .single .sidebar ul, .archive .sidebar ul {
	margin: 0;
}

.blog .sidebar select, .single .sidebar select, .archive .sidebar select {
	height: 42px;
}


/* Media Queries*/

@media screen and (max-width: 959px) {
	.container {
		padding: 0 15px;
	}
	nav {
		float: none;
		margin: 25px -15px 0;
	}
	nav .container {
		padding: 0;
	}
	header .info {
		width: auto;
	}
	#rNav-wrap {
		position: relative;
		text-align: center;
	}
	#rNav-trigger {
		display: block;
		height: 60px;
		line-height: 60px;
		cursor: pointer;
		text-align: center;
	}
	#rNav-trigger div {
		display: inline-block;
		vertical-align: middle;
	}
	#rNav-trigger span {
		width: 40px;
		height: 4px;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
		background: #8cc041;
		display: block;
	}
	#rNav-trigger span:first-child + span {
		margin: 5px 0;
	}
	ul.rNav {
		z-index: 9999;
		position: relative;
		top: 100%;
		width: 100%;
		background: #8cc041;
		display: none;
	}
	ul.rNav > li > a {
		height: auto;
		line-height: 1;
		padding: 20px;
		color: #fff;
	}

	ul.rNav li.rNav-back {
		background: #8cc041;
	}

	ul.rNav li.rNav-back:hover, ul.rNav li:hover {
		background: #76a928;
	}

	ul.rNav li.rNav-back a {
		text-transform: uppercase;
	}

	ul.rNav li.rNav-back a:before {
		content: "\25C0";
		padding: 0 10px 0 0;
		font-family: "Lucida Sans Unicode", "Arial Unicode MS";
	}

	a.rNav-parent:after {
		content: "\25B6";
		padding: 0 0 0 10px;
		font-family: "Lucida Sans Unicode", "Arial Unicode MS";
	}

	ul.rNav ul {
		height: auto;
		opacity: 1;
		position: static;
		visibility: visible;
	}

	ul.rNav li {
		position: static;
		display: block;
		float: none;
	}
	ul.rNav a {
		display: block;
		float: none;
		text-decoration: none;
	}
	ul.rNav ul a {
		padding: 0;
		width: auto;
	}
	ul.rNav-trans {
		display: block;
		position: absolute;
		overflow: hidden;
	}
	ul.rNav-trans li, ul.rNav-trans li a {
		overflow: hidden;
		white-space: nowrap;
	}
	.banner .owl-next {
		margin-right: 1%;
	}
	.banner .owl-prev {
		margin-left: 1%;
	}
	.services h2 {
		font: 30px/38px "Open Sans", Arial, Helvetica, sans-serif;
	}
	.services .box {
		min-height: 400px;
	}
	footer .rowBox p,
	footer .rowBox p:first-child {
		text-align: center;
		float: none;
	}
}

@media screen and (max-width: 800px) {
	.services h2 {
		font: 24px/38px "Open Sans", Arial, Helvetica, sans-serif;
	}
	.free-mold-analysis-cta .cta-btn {
		float: none;
		width: 290px;
		margin: 0 auto 15px;
		display: block;
	}
	.free-mold-analysis-cta h2 {
		text-align: center;
	}
}

@media screen and (max-width: 767px) {
	.banner .info .container {
		max-width: 42%;
		margin-top: 198px;
	}
	.banner .info h2 {
		font: 21px/43px "Open Sans", Arial, Helvetica, sans-serif;
	}
	.services ul li {
		width: 50%;
		margin: 0 0 20px;
	}
	.services ul img {
		width: 100%;
	}
	article,
	aside {
		float: none;
		width: 100%;
	}
	footer .links {
		width: 100%;
		margin: 0;
	}
	ul.address li {
		width: 200px;
	}
	.blog aside, .single aside, .archive aside {
		float: none;
		width: 100%;
	}
	.blog aside ul, .single aside ul, .archive aside ul {
		margin: 0;
		padding: 0;
	}
	.livechat {
		display: none !important;
	}
}
@media screen and (max-width: 650px) {
a.covid-banner-button{
	display: none !important;
}
}
@media screen and (max-width: 600px) {
	header .logo {
		float: none;
		margin: 10px auto;
	}
	header .info {
		float: none;
		margin: 0 0 15px;
		text-align: center;
	}
	.free-mold-analysis-cta .cta-btn {
 	   margin: 0 auto 15px;
	   width: 280px;
	   font: 700 20px/48px "Open Sans", Arial, Helvetica, sans-serif;
	}
	.free-mold-analysis-cta h2 {
		font: 20px/30px "Open Sans", Arial, Helvetica, sans-serif;
	}
}

@media screen and (max-width: 480px) {
	header .logo {
		width: 150px;
		height: 75px;
	}
	header .tagline {
		font: bold 18px/30px "Open Sans", Arial, Helvetica, sans-serif;
		margin-bottom: -25px;
		float: none;
	}
	header address {
		margin: -10px 0 -30px 0;
		clear: both;
	}
	address a {
		/*display: none;*/
		display:inline-block;
		margin-top:10px;
	}
	.social {
		display: none;
	}
	/*.banner .owl-carousel {
		display: none !important;
	}*/
	.banner .info .container {
		max-width: 50%;
	}
	.banner .box {
		position: static;
		padding: 15px 0 0;
	}
	.banner .box a {
		display: block;
		text-align: center;
		margin: 0 -15px 10px;
	}
	.banner .item {
		height: 274px;
	}
	.banner .owl-buttons {
		display: none;
		/*top: -200px;*/
	}
	.banner .info {
		margin: -175px 0;
	}
	.banner .info h2 {
		line-height: 20px;
	}
	.services ul {
		margin: 0;
	}
	.services ul li {
		width: 100%;
		padding: 0;
	}
	.services ul .box {
		min-height: 10px;
		padding: 0 0 20px;
	}
	.services ul img {
		display: none;
	}
	.welcome .col,
	.welcome .col:first-child {
 	   float: none;
	   width: 100%;
	}
	.welcome .col:last-child {
		display: none;
	}

	.services-list li {
		margin: 10px auto 10px auto;
		display: block;
		width: 100%;
	}
	.free-mold-analysis-cta .holder {
		padding: 0;
	}
	.free-mold-analysis-cta .cta-btn {
		width: 220px;
		text-align: center;
	}
	.angies-list-widget {
		width: 250px;
	}
	ul.address {
		margin-top: 20px;
	}
	ul.address li {
		margin: 0 0 15px 0;
	}
	footer .rowBox {
		margin-top: 20px;
	}
}


/* Print */

@media print {
	* {
		margin: 0 0 10px !important;
		padding: 0 !important;
		font: normal 10pt/1.2 Georgia, Times, "Times New Roman", serif !important;
		color: #000 !important;
		background: transparent !important;
		color: black !important;
		-webkit-box-shadow: none !important;
		-moz-box-shadow: none !important;
		box-shadow: none !important;
		text-shadow: none !important;
		filter: none !important;
		-ms-filter: none !important;
	}
	body {
		padding: .75cm !important;
	}
	a, a:visited {
		text-decoration: underline;
	}
	a[href]:after {
		content: " (" attr(href) ")";
	}
	abbr[title]:after {
		content: " (" attr(title) ")";
	}
	.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
		content: "";
	}
	h1, h2, h3, h4, h5, h6 {
		font: bold 18pt/1.2 Arial, Helvetica, sans-serif !important;
	}
	h2 {
		font-size: 16pt !important;
	}
	h3 {
		font-size: 14pt !important;
	}
	h4 {
		font-size: 12pt !important;
	}
	h5, h6 {
		font-size: 10pt !important;
	}
	code {
		font: 10pt Courier, monospace;
	}
	pre, blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}
	thead {
		display: table-header-group;
	}
	tr, img {
		page-break-inside: avoid;
	}
	p, h2, h3 {
		orphans: 3;
		widows: 3;
	}
	h2, h3 {
		page-break-after: avoid;
	}
	@page {
		margin: 0.5cm !important;
	}
}


/*------------------------------------
-------------------------------------
           Video Section
-------------------------------------
-------------------------------------*/
.video-thumbnail-box {
    height: 100%;
    width: 100%;
    height: 24vw;
    position: relative;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.video-box .video-thumbnail-box, .sidebar .video-thumbnail-box {
    height: 100%;
    width: 100%;
    height: 14vmax;
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.video-thumbnail-box .play-button{
  max-width: 75px;
  height: auto;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
a:hover .video-thumbnail-box .play-button{
  transition: .3s;
  -webkit-filter: none;
   -moz-filter: none;
   -ms-filter: none;
   filter: none;
}


form.sent > .form-list{
	display: none;
}


.page-template-page-ads-landing .banner {
	height: 550px;
}

.banner-overlay{
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6);
}

.page-template-page-ads-landing .banner .banner-content{
	right: 0;
    width: 100%;
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    margin: 0 auto;
    padding: 0 10px;
}

.page-template-page-ads-landing .banner .banner-content h1{
	font-size: 40px;
	color: #fff;
	font-weight: bold;
	line-height: 1.2;
}

.page-template-page-ads-landing .banner .banner-content h2{
	font-size: 32px;
	color: #fff;
	line-height: 1.2;
	font-weight: bold;
	font-style: italic;
}

.page-template-page-ads-landing .banner .banner-content h3{
	font-size: 28px;
	color: #fff;
	line-height: 1.2;
}

.page-template-page-ads-landing .banner .banner-content .banner-button-wrapper{
	display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
    padding-top: 20px;
}

.page-template-page-ads-landing .banner .banner-content .button{
	padding: 15px 35px;
	height: unset;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: bold;
}

.page-template-page-ads-landing .banner .banner-content .button:hover{
	color: #fff;
}

.page-template-page-ads-landing main{
	margin: 0;
	padding: 50px 0;
}

.page-template-page-ads-landing main article{
	width: 100%;
	float: unset;
}

.page-template-page-ads-landing main article .entry{
	text-align: center;
}

.page-template-page-ads-landing main article .entry h2{
	font-size: 40px;
    line-height: 1.2;
    font-weight: bold;
    margin: 0;
}

.page-template-page-ads-landing main article .entry h3{
	font-size: 36px;
    line-height: 1.2;
    font-weight: bold;
    padding: 30px 0;
    margin: 0;
    font-style: italic;
}

.page-template-page-ads-landing main article .entry ul{
	list-style: none;
    font-size: 21px;
    line-height: 1.2;
    padding: 0;
    margin: 0;
}


.page-template-page-ads-landing main article .entry ul li{
	padding: 10px 0;
}

.page-template-page-ads-landing .lp-services{
	padding: 50px 0;
	background-color: #f1f1f1;
}

.page-template-page-ads-landing .lp-services h2{
	font-size: 40px;
	text-align: center;
	line-height: 1.2;
	font-weight: bold;
}

.page-template-page-ads-landing .lp-contact-form{
	padding: 60px 0;
}

.page-template-page-ads-landing .lp-contact-form h2{
	text-align: center;
    font-size: 40px;
    font-weight: bold;
    line-height: 1.2;
}

.page-template-page-ads-landing .lp-contact-form .phone-link{
	font-size: 30px;
    line-height: 1.2;
    font-weight: bold;
    padding-top: 20px;
    text-align: center;
    margin: 0 auto;
    display: block;
}

.page-template-page-ads-landing .lp-contact-form .contact-form-wrapper{
	width: 80%;
    margin: 60px auto;
    padding: 40px;
    background: #f6f6f6;
    box-shadow: 0 0 35px 8px rgba(0, 0, 0, .1);
    border-radius: 7px;
}

.page-template-page-ads-landing .lp-contact-form .contact-form-wrapper h3{
	font-weight: bold;
    text-align: center;
    padding-bottom: 20px;
}

.page-template-page-ads-landing  .lp-contact-form .contact-form-wrapper .form-list{
	max-width: 750px;
}

.page-template-page-ads-landing  .lp-contact-form .contact-form-wrapper .form-list li label{
	font-size: 18px;
}

.page-template-page-ads-landing  .lp-contact-form .contact-form-wrapper .form-list li input{
	margin-top: 10px;
    padding: 10px;
    height: unset;
}

.page-template-page-ads-landing  .lp-contact-form .contact-form-wrapper .form-list li textarea{
	margin-top: 10px;
    padding: 10px;
}

.page-template-page-ads-landing  .lp-contact-form .contact-form-wrapper .form-list li input[type="submit"]{
	font-size: 18px;
    padding: 15px 45px;
    margin: 20px auto 0 auto;
    display: flex;
    text-transform: uppercase;
    font-weight: bold;
    width: 100%;
}

.page-template-page-ads-landing .how-it-works{
	padding: 50px 0;
}

.page-template-page-ads-landing .how-it-works h2{
	font-size: 40px;
	text-align: center;
	line-height: 1.2;
	font-weight: bold;
}

.page-template-page-ads-landing .how-it-works h3{
	font-size: 32px;
	text-align: center;
	line-height: 1.2;
	font-weight: bold;
}

.page-template-page-ads-landing .how-it-works .steps-wrapper{
	padding-top: 30px;
}

.page-template-page-ads-landing .how-it-works ul{
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: center;

}

.page-template-page-ads-landing .how-it-works ul li{
	background-color: #659163;
	font-size: 21px;
	padding: 30px 15px;
	color: #fff;
}

.page-template-page-ads-landing .how-it-works ul li:nth-child(2){
	background-color: #007da4;
	color: #fff;
}
.page-template-page-ads-landing .how-it-works ul li span{
	line-height: 1.2;
    font-size: 36px;
    font-weight: bold;
}
.page-template-page-ads-landing .how-it-works ul li h4{
	font-size: 24px;
	font-weight: bold;
	line-height: 1.2;
    margin: 15px 0;
}

.page-template-page-ads-landing .lp-service-areas{
	background-color: #007da4;
	padding: 60px 0;
}

.page-template-page-ads-landing .lp-service-areas .inner-content{
	text-align: center;
	color: #fff;
}

.page-template-page-ads-landing .lp-service-areas .inner-content h2{
	font-size: 50px;
	line-height: 1.2;
	font-weight: bold;
}

.page-template-page-ads-landing .lp-service-areas .inner-content h3{
	font-size: 36px;
	line-height: 1.2;
}

.page-template-page-ads-landing .lp-service-areas .inner-content p{
	font-size: 24px;
}

.page-template-page-ads-landing .lp-service-areas .inner-content .button{
	padding: 15px 35px;
	height: unset;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 20px;
}

.page-template-page-ads-landing .lp-service-areas .inner-content .button:hover{
	color: #fff;
	background-color: #659163;
}

.page-template-page-ads-landing .lp-customers{
	padding: 60px 0;
}

.page-template-page-ads-landing .lp-customers h2{
	font-size: 40px;
	line-height: 1.2;
	font-weight: bold;
	text-align: center;
}

.page-template-page-ads-landing .lp-customers .customer-reviews-wrapper{
	gap: 50px;
    display: flex;
    padding-top: 30px;
}

.page-template-page-ads-landing .lp-customers .customer-review-bucket{
	width: 50%;
    background-color: #659163;
    padding: 50px;
    text-align: center;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.page-template-page-ads-landing .lp-customers .customer-review-bucket p{
	font-size: 24px;
    color: #fff;
    line-height: 1.2;
}

.page-template-page-ads-landing .lp-incentive{
	background-color: #007da4;
    padding: 60px 0;
}

.page-template-page-ads-landing .lp-incentive .inner-content{
	color: #fff;
	text-align: center;
}

.page-template-page-ads-landing .lp-incentive .inner-content h2{
	font-size: 40px;
    line-height: 1.2;
    font-weight: bold;
}

.page-template-page-ads-landing .lp-incentive .inner-content h3{
	font-size: 30px;
    line-height: 1.2;
}

.page-template-page-ads-landing .lp-incentive .inner-content .button{
	padding: 15px 35px;
    height: unset;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 20px;
}

.page-template-page-ads-landing .lp-incentive .inner-content .button:hover{
	color: #fff;
	background-color: #659163;
}

@media screen and (max-width: 1023px){
	.page-template-page-ads-landing .banner{
	}

	.page-template-page-ads-landing .banner .banner-content h1{
		font-size: 30px;
	}

	.page-template-page-ads-landing .banner .banner-content h3{
		font-size: 18px;
	}
}

@media screen and (max-width: 767px){
	.page-template-page-ads-landing .banner{
		height: 800px;
	}
	.page-template-page-ads-landing main{
		padding: 40px 0;
	}
	.page-template-page-ads-landing main article .entry{
		width: 100%;
		padding: 0 15px;
	}
	.page-template-page-ads-landing main article .entry ul{
		font-size: 18px;
	}
	.page-template-page-ads-landing main article .entry h2{
		font-size: 32px;
	}
	.page-template-page-ads-landing main article .entry h3{
		font-size: 24px;
	}
	.page-template-page-ads-landing .lp-contact-form .contact-form-wrapper{
		width: 100%;
	}
	.page-template-page-ads-landing .lp-customers .customer-reviews-wrapper{
		flex-wrap: wrap;
	}
	.page-template-page-ads-landing .lp-customers .customer-review-bucket{
		width: 100%;
	}
	.page-template-page-ads-landing .banner .banner-content h2{
		font-size: 32px;
	}
	.page-template-page-ads-landing .lp-services h2{
		font-size: 32px;
	}
	.page-template-page-ads-landing .how-it-works h2{
		font-size: 32px;
	}
	.page-template-page-ads-landing .lp-service-areas .inner-content h2{
		font-size: 32px;
	}
	.page-template-page-ads-landing .lp-incentive .inner-content h2{
		font-size: 32px;
	}
	.page-template-page-ads-landing .lp-customers h2{
		font-size: 32px;
	}
	.page-template-page-ads-landing .lp-contact-form h2{
		font-size: 32px;
	}
	.page-template-page-ads-landing .lp-contact-form .phone-link{
		font-size: 24px;
	}
	.page-template-page-ads-landing .how-it-works h3{
		font-size: 24px;
	}
	.page-template-page-ads-landing .lp-incentive .inner-content h3{
		font-size: 24px;
	}
	.page-template-page-ads-landing .banner .banner-content h3{
		font-size: 24px;
	}
	.page-template-page-ads-landing .lp-service-areas .inner-content h3{
		font-size: 24px;
	}
	.page-template-page-ads-landing .how-it-works ul li span{
		font-size: 30px;
	}
	.service-table th{
		font-size: 21px;
	}
	.page-template-page-ads-landing .lp-customers .customer-review-bucket p{
		font-size: 21px;
	}
	.page-template-page-ads-landing .how-it-works ul li h4{
		font-size: 21px;
	}
	.page-template-page-ads-landing p{
		font-size: 18px;
	}
}


/******thank you page *******/

.page-id-1179 .inner-banner .item{
	height: 250px;
}

.page-id-1179 .inner-banner .item::after{
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.4);
}

.page-id-1179 .box, .page-id-1179 .free-mold-analysis-cta, .page-id-1179 aside{
	display: none;
}

.page-id-1179 main article{
	width: 100%;
	float: unset;
	padding-top: 30px;
}

.page-id-1179 main article {
	text-align: center;
}

.page-id-1179 main article h1{
	font-size: 36px;
	font-weight: bold;
}

.page-id-1179 main article p{
	font-size: 24px;
}

