/*
Theme Name: Radon Removal 2023
Theme URI: https://adeptplus.com
Description: Radon Removal 2023 theme
Author: AdeptPlus
Author URI: https://adeptplus.com

Version: 1.0.0

Tags: 

Template: genesis

License: GPL-2.0-or-later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Text Domain: radonremoval2023
Requires at least: 5.4
Requires PHP: 5.6
*/


/* HTML5 Reset
---------------------------------------------------------------------------- */

/* normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css
---------------------------------------------------------------------------- */
/* stylelint-disable */
html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}
/* stylelint-enable */

/* Print Styles
---------------------------------------------------------------------------- */
@media print {*, *::before, *::after {background: transparent !important;box-shadow: none !important;color: #000 !important;text-shadow: none !important;}a, a:visited {text-decoration: underline;}a[href]::after {content: " (" attr(href) ")";}abbr[title]::after {content: " (" attr(title) ")";}a[href^="javascript:"]::after, a[href^="#"]::after, .site-title > a::after {content: "";}thead {display: table-header-group;}img, tr {page-break-inside: avoid;}img {max-width: 100% !important;}p {orphans: 3;widows: 3;}blockquote, pre {clear: both;padding: 20px;}.radonremoval2023-grid.archive .content .entry, .content, .content-sidebar, .wp-custom-logo .title-area, .title-area, .woocommerce.archive .content .entry {max-width: 100% !important;width: 100% !important;}button, input, select, textarea, .breadcrumb, .comment-edit-link, .comment-form, .comment-list .reply a, .comment-reply-title, .edit-link, .entry-comments-link, .entry-footer, .genesis-box, .hidden-print, .home-top, .nav-primary, .nav-secondary, .nav-social, .pagination, .post-edit-link, .sidebar {display: none !important;}.author-box {margin-bottom: 0;}.title-area {text-align: center;width: 100%;}.site-title > a {margin: 0;text-decoration: none;text-indent: 0;}.site-inner {padding-top: 0;position: relative;}.more-link {border-width: 0;display: block;margin-bottom: 20px;position: static;}.more-link-wrap {border-width: 0;}h1, h2, h3, h4, h5, h6 {orphans: 3;page-break-after: avoid;page-break-inside: avoid;widows: 3;}img {page-break-after: avoid;page-break-inside: avoid;}blockquote, pre, table {page-break-inside: avoid;}dl, ol, ul {page-break-before: avoid;}}


/* Box Sizing
--------------------------------------------- */
html, input[type="search"] {
	box-sizing: border-box;
}
*, *::before, *::after {
	box-sizing: inherit;
}

/* Float Clearing
--------------------------------------------- */
.author-box::before,
.clearfix::before,
.entry::before,
.entry-content::before,
.footer-widgets::before,
.nav-primary::before,
.nav-secondary::before,
.pagination::before,
.site-container::before,
.site-footer::before,
.site-header::before,
.site-inner::before,
.widget::before,
.wrap::before {
	content: " ";
	display: table;
}
.author-box::after,
.clearfix::after,
.entry::after,
.entry-content::after,
.footer-widgets::after,
.nav-primary::after,
.nav-secondary::after,
.pagination::after,
.site-container::after,
.site-footer::after,
.site-header::after,
.site-inner::after,
.widget::after,
.wrap::after {
	clear: both;
	content: " ";
	display: table;
}

/* Defaults
---------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */
body {
	background-color: #FFFFFF;
	color: #424242;
	font-family: 'Rubik', sans-serif;
	font-size: 16px;
	-webkit-font-smoothing: antialiased;
	font-weight: 400;
	line-height: 1.5;
	margin: 0;
	overflow-x: hidden;
}
.small {
	font-size: 15px;
	line-height: 1.5;
}
.xsmall {
	font-size: 14px;
	line-height: 1.5;
}
a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img,
.more-link {
	transition: background-color 0.25s ease-in, border-color ease-in, transform 0.75s cubic-bezier(0.44, 0.51, 0.24, 0.99), box-shadow 1s cubic-bezier(0.44, 0.51, 0.24, 0.99);
}
a {
	color: #202859;
	text-decoration: underline;
}
a:focus, a:hover {
	color: #4C97F0;
	text-decoration: none;
}
p {
	margin: 0 0 20px;
	padding: 0;
}
p:last-child {
	margin-bottom: 0;
}
ol, ul {
	margin: 0;
	padding: 0;
}
li {
	list-style-type: none;
}
hr {
	border: 0;
	border-collapse: collapse;
	border-bottom: 1px solid currentColor;
	clear: both;
	color: #eee;
	margin: 1.65em 0;
}
b, strong {
	font-weight: 700;
}
blockquote, cite, em, i {
	font-style: italic;
}
mark {
	background: #ddd;
	color: #000;
}
blockquote {
	font-size: 16px;
	line-height: 1.6;
	margin: 0 15px 35px;
	position: relative;
}
blockquote::before {
	color: #ccc;
	content: "\201C";
	display: block;
	font-size: 80px;
	height: 80px;
	left: -8px;
	position: relative;
	top: auto;
}
blockquote cite {
	color: #707070;
	display: block;
	font-size: 13px;
	font-style: normal;
	font-weight: 900;
	letter-spacing: 0.08em;
	margin-top: 24px;
	text-transform: uppercase;
}
@media only screen and (min-width: 801px) {
	blockquote {
		margin: 35px;
	}
	blockquote::before {
		position: absolute;
		left: -0.75em;
		height: 0;
		top: -0.5em;
	}
}
@media screen and (min-width: 1200px) {
	body {
		font-size: 18px;
		line-height: 1.6;
	}
	.small {
		font-size: 16px;
	}
	blockquote {
		font-size: 18px;
		line-height: 1.75;
	}
}


/* Headings
--------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
	font-family: 'Kanit', sans-serif;
	margin: 0 0 20px;
	text-decoration: none;
}
h1, h2, h3, h4, h6 {
	background: linear-gradient(94.21deg, #537AA9 0%, #202859 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent;
}
.normal-color h1,
.normal-color h2,
.normal-color h3,
.normal-color h4,
.normal-color h6 {
	background: unset;
	-webkit-background-clip: unset;
	background-clip: unset;
	-webkit-text-fill-color: initial;
	text-fill-color: initial;
}
h1, h2,
.widget .so-widget-sow-headline .sow-headline-container h1[class*='sow-'],
.widget .so-widget-sow-headline .sow-headline-container h2[class*='sow-'] {
	line-height: 1.15;
}
h1, h2, h5 {
	font-weight: 700;
	text-transform: uppercase;
}
h1 {
	font-size: 32px;
	letter-spacing: -0.01em;
}
h2 {
	font-size: 24px;
}
h3, h4, h6 {
	font-weight: 600;
}
h3, h4, h5, h6,
.widget .so-widget-sow-headline .sow-headline-container h3[class*='sow-'],
.widget .so-widget-sow-headline .sow-headline-container h4[class*='sow-'],
.widget .so-widget-sow-headline .sow-headline-container h5[class*='sow-'],
.widget .so-widget-sow-headline .sow-headline-container h6[class*='sow-'] {
	line-height: 1.4;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 18px;
}
h5 {
	color: #424242;
	font-size: 12px;
	letter-spacing: 1px;
}
h6 {
	font-size: 16px;
}
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
	margin-bottom: 0;
}
.entry-content h2,
.entry-content h3,
.entry-content h4 {
	margin-top: 40px;
}
.entry-content h2:first-child,
.entry-content h3:first-child,
.entry-content h4:first-child {
	margin-top: 0;
}
@media screen and (min-width: 781px) {
	h1 {
		font-size: 40px;
		letter-spacing: -0.02em;
	}
	h2 {
		font-size: 34px;
	}
	h3 {
		font-size: 26px;
	}
	h4 {
		font-size: 20px;
	}
	h5 {
		letter-spacing: 0.025em;
	}
}
@media screen and (min-width: 1200px) {
	h1 {
		font-size: 50px;
		letter-spacing: -0.03em;
	}
	h2 {
		font-size: 44px;
	}
	h3 {
		font-size: 30px;
	}
	h4 {
		font-size: 21px;
	}
	h5 {
		font-size: 13px;
		letter-spacing: 0.05em;
	}
	h6 {
		font-size: 18px;
	}

}

/* Objects
--------------------------------------------- */
embed, iframe, img, object, video, .wp-caption {
	max-width: 100%;
}
img {
	height: auto;
}
img.image-border {
	border: 10px solid #FFFFFF;
	box-shadow: 0 20px 80px rgba(0, 0, 0, 0.2);
}
figure {
	margin: 0;
}

/* Gallery
--------------------------------------------- */
.gallery {
	overflow: hidden;
}
.gallery-item {
	float: left;
	margin: 0 0 28px;
	text-align: center;
}
.gallery-columns-1 .gallery-item {
	width: 100%;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-3 .gallery-item {
	width: 33%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery-columns-5 .gallery-item {
	width: 20%;
}
.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}
.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}
.gallery-columns-8 .gallery-item {
	width: 12.5%;
}
.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}
.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}
.gallery img {
	border: 1px solid #eee;
	height: auto;
	padding: 4px;
}
.gallery img:focus,
.gallery img:hover {
	border: 1px solid #999;
}

/* Buttons
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.genesis-nav-menu .highlight a,
.more-link,
[class*='so-widget-sow-button-flat-'].so-widget-sow-button .ow-button-base a,
.resource-bttn .fwpl-btn,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.highlight > a.mega-menu-link {
	color: #FFFFFF;
	font-size: 15px;
	font-weight: 600;
	font-family: 'Kanit', sans-serif;
	line-height: 1.067;
	text-transform: uppercase;
	text-shadow: none;

	background-color: #4C97F0;
	border: 1px solid #4C97F0;
	border-radius: 4px;
	cursor: pointer;
	display: inline-block;
	
	padding: 11px 16px;
	text-align: center;
	text-decoration: none;
	transform: translate3d(0, 0, 0);
	white-space: normal;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.highlight > a.mega-menu-link {
	height: unset;
	transition: all 300ms ease-in-out;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.genesis-nav-menu .highlight a,
.more-link {
	width: auto;
}
.button {
	display: inline-block;
}
button.secondary,
.button.secondary,
[class*='so-widget-sow-button-flat-'].so-widget-sow-button .ow-button-base a.secondary {
	background-color: #537AA9;
	border-color: #537AA9;
	color: #FFFFFF;
}
[class*='so-widget-sow-button-flat-'].so-widget-sow-button .ow-button-base a.secondary:not(:hover):not(:focus) {
	color: #FFFFFF !important;
}
button.hollow,
.button.hollow,
[class*='so-widget-sow-button-flat-'].so-widget-sow-button .ow-button-base a.hollow {
	color: #FFFFFF;
	border-color: #BDBDBD;
	background-color: transparent;
}
button.white,
.button.white,
[class*='so-widget-sow-button-flat-'].so-widget-sow-button .ow-button-base a.white {
	background-color: #FFFFFF;
	border-color: #FFFFFF;
	color: #4C97F0;
}
[class*='so-widget-sow-button-flat-'].so-widget-sow-button .ow-button-base a.white.hollow {
	color: #4C97F0 !important;
}
[class*='so-widget-sow-button-flat-'].so-widget-sow-button .ow-button-base a.ow-icon-placement-left span.has-icon,
[class*='so-widget-sow-button-flat-'].so-widget-sow-button .ow-button-base a.ow-icon-placement-right span.has-icon {
	position: relative;
} 
[class*='so-widget-sow-button-flat-'].so-widget-sow-button .ow-button-base a.ow-icon-placement-left span.has-icon {
	right: -5px;
}
[class*='so-widget-sow-button-flat-'].so-widget-sow-button .ow-button-base a.ow-icon-placement-right span.has-icon {
	left: -5px;
}
[class*='so-widget-sow-button-flat-'].so-widget-sow-button .ow-button-base a.ow-icon-placement-left span[class*='sow-icon-'],
[class*='so-widget-sow-button-flat-'].so-widget-sow-button .ow-button-base a.ow-icon-placement-right span[class*='sow-icon-'] {
	font-size: 12px;
	margin: 0;
	float: none;

	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
[class*='so-widget-sow-button-flat-'].so-widget-sow-button .ow-button-base a.ow-icon-placement-left span[class*='sow-icon-'] {
	left: -10px;
}
[class*='so-widget-sow-button-flat-'].so-widget-sow-button .ow-button-base a.ow-icon-placement-right span[class*='sow-icon-'] {
	right: -10px;
}
a.button.small,
button.small,
[class*='so-widget-sow-button-flat-'].so-widget-sow-button .ow-button-base a.small {
	font-size: 13px;
	line-height: 1.078;
	padding: 8px 14px;
}
[class*='so-widget-sow-button-flat-'].so-widget-sow-button .ow-button-base a.ow-icon-placement-left.small span[class*='sow-icon-'],
[class*='so-widget-sow-button-flat-'].so-widget-sow-button .ow-button-base a.ow-icon-placement-right.small span[class*='sow-icon-'] {
	font-size: 10px;
} 
[class*='so-widget-sow-button-flat-'].so-widget-sow-button .ow-button-base a.ow-icon-placement-left.large span[class*='sow-icon-'],
[class*='so-widget-sow-button-flat-'].so-widget-sow-button .ow-button-base a.ow-icon-placement-right.large span[class*='sow-icon-'] {
	font-size: 12px;
}
a.button:focus,
a.button:hover,
button:focus,
button:hover,
input:focus[type="button"],
input:hover[type="button"],
input:focus[type="reset"],
input:hover[type="reset"],
input:focus[type="submit"],
input:hover[type="submit"],
.genesis-nav-menu .highlight a:focus,
.genesis-nav-menu .highlight a:hover,
.more-link:focus,
.more-link:hover,
[class*='so-widget-sow-button-flat-'].so-widget-sow-button .ow-button-base a:hover,
[class*='so-widget-sow-button-flat-'].so-widget-sow-button .ow-button-base a:focus,
[class*='so-widget-sow-button-flat-'].so-widget-sow-button .ow-button-base a.ow-button-hover:hover,
[class*='so-widget-sow-button-flat-'].so-widget-sow-button .ow-button-base a.ow-button-hover:focus,
.resource-bttn .fwpl-btn:hover,
.resource-bttn .fwpl-btn:focus,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.highlight > a.mega-menu-link:hover,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.highlight > a.mega-menu-link:focus {
	background-color: #537AA9;
	border-color: #537AA9;
	box-shadow: 0 6px 24px rgba(0, 0, 0, 0.14);
	color: #FFFFFF;
	text-decoration: none;
	transform: translate3d(0, -3px, 0);
}
button.secondary:hover,
button.secondary:focus,
a.button.secondary:hover,
a.button.secondary:focus,
[class*='so-widget-sow-button-flat-'].so-widget-sow-button .ow-button-base a.secondary:hover,
[class*='so-widget-sow-button-flat-'].so-widget-sow-button .ow-button-base a.secondary:focus {
	background-color: #202859;
	border-color: #202859;
}
.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type="button"]:disabled,
.site-container input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover,
.site-container input[type="submit"]:disabled,
.site-container input[type="submit"]:disabled:hover {
	background-color: #EEEEEE;
	box-shadow: none;
	border-width: 0;
	color: #9E9E9E;
	cursor: not-allowed;
	transform: none;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}
@media screen and (min-width: 1024px) {
	.button + .button {
		margin-left: 10px;
	}
	.text-link:not(:first-child) {
		margin-left: 20px;
	}
	.text-link:not(:last-child) {
		margin-right: 20px;
	}
	a.button.large,
	button.large,
	[class*='so-widget-sow-button-flat-'].so-widget-sow-button .ow-button-base a.large {
		font-size: 18px;
		line-height: 1.1112;
		padding: 13px 20px;
	}
	[class*='so-widget-sow-button-flat-'].so-widget-sow-button .ow-button-base a.ow-icon-placement-left.large span[class*='sow-icon-'],
	[class*='so-widget-sow-button-flat-'].so-widget-sow-button .ow-button-base a.ow-icon-placement-right.large span[class*='sow-icon-'] {
		font-size: 14px;
	}
}
@media screen and (min-width: 1200px) {
	.button + .button {
		margin-left: 20px;
	}
	.text-link:not(:first-child) {
		margin-left: 30px;
	}
	.text-link:not(:last-child) {
		margin-right: 30px;
	}
}
@media screen and (max-width: 767px) and (orientation: portrait) {
	.button:not(:last-child) {
		margin-bottom: 10px;
	}
}

/* Forms
--------------------------------------------------------------- */
::-webkit-input-placeholder {
	color: #9E9E9E;
	opacity: 1;
}
::-moz-placeholder {
	color: #9E9E9E;
	opacity: 1;
}
:-ms-input-placeholder {
	color: #9E9E9E;
	opacity: 1;
}
::-ms-input-placeholder {
	color: #9E9E9E;
	opacity: 1;
}
::placeholder {
	color: #9E9E9E;
	opacity: 1;
}
input, select, textarea,
.gform_wrapper form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.gform_wrapper.gravity-theme form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.gform_wrapper.gravity-theme form .gfield textarea {
	color: #424242;
	font-size: 16px;
	line-height: 1.625;
	font-family: 'Rubik', sans-serif;
	font-weight: 400;
	padding: 5px 10px;
	width: 100%;
	background-color: #FFFFFF;
	border: 1px solid #E0E0E0;
	border-radius: 4px;
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
}
.gform_wrapper.gravity-theme form input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
	min-height: unset;
}
input:focus,
textarea:focus {
	outline: none;
}
input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}
.widget_gform_widget, 
.gform_widget {
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), linear-gradient(94.21deg, rgba(83, 122, 169, 0.8) 0%, rgba(32, 40, 89, 0.8) 100%);
	border-radius: 5px;
	padding: 30px 20px;
	position: relative;
}
.widget_gform_widget .widget-title, 
.gform_widget .widget-title {
	font-size: 18px;
}
.gform_wrapper {
	color: #F4F8FB;
}
.gform_wrapper.gravity-theme form .gfield textarea {
	display: block;
}
.gform_wrapper.gravity-theme form .gfield textarea.small {
	height: 105px;
}
.gform_wrapper.gravity-theme form .gfield textarea.medium {
	height: 160px;
}
.gform_wrapper.gravity-theme form .gform_footer {
	padding: 0;
	margin-top: 24px;
}
.gform_wrapper.gravity-theme form select {
	height: 38px;
	padding: 0 10px;
}
.gform_wrapper.gravity-theme form select.option-isNot-selected {
	color: #9E9E9E;
}
.gform_wrapper p.gform_required_legend {
	display: none;
}
.gform_wrapper.gravity-theme form .gfield_required {
	color: #FFFFFF;
}
.gform_wrapper form .gform_body .gform_fields {
	grid-row-gap: 25px;
	grid-column-gap: 25px;
}
.gform_wrapper form .gform_body .gfield_label {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Ubuntu', sans-serif;
    line-height: 1.5;
    text-transform: uppercase;
    margin-bottom: 8px;
    display: block;
}
.gform_wrapper.gravity-theme form .ginput_container_date img.ui-datepicker-trigger {
	filter: invert(1);
}
/*.gravity-form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
	padding: 6px 11px;
}
body .gform_wrapper ul li.gfield {
	margin-top: 0px !important;
}
.gravity-form .gform_wrapper .top_label li.gfield.gf_left_half .ginput_container:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm):not(.ginput_container_date):not(.ginput_quantity):not(.datepicker):not(.gfield_signature_container), 
.gravity-form .gform_wrapper .top_label li.gfield.gf_right_half .ginput_container:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm):not(.ginput_container_date):not(.ginput_quantity):not(.datepicker):not(.gfield_signature_container) {
	margin: -4px 0 0 0 !important;
}*/
.gform_wrapper.gravity-theme form .gform_footer input[type="submit"] {
	font-size: 18px;
	line-height: 1 !important;

	margin-right: 0;
	margin-bottom: 0;
	padding: 14px 15px;
	border-radius: 3px;
}
.gfield--type-captcha {
	position: absolute;
}
@media screen and (min-width: 781px) {
	.widget_gform_widget .widget-title, 
	.gform_widget .widget-title {
		font-size: 20px;
	}
}
@media screen and (min-width: 991px) {
	.widget_gform_widget .widget-title, 
	.gform_widget .widget-title {
		font-size: 22px;
	}
}
@media screen and (min-width: 1024px) {
	.widget_gform_widget, 
	.gform_widget {
		padding-left: 30px;
		padding-right: 30px;
	}
}
@media screen and (min-width: 1200px) {
	.widget_gform_widget, 
	.gform_widget {
		padding: 50px;
	}
	.widget_gform_widget .widget-title, 
	.gform_widget .widget-title {
		font-size: 24px;
	}
	input, select, textarea,
	.gform_wrapper form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
	.gform_wrapper.gravity-theme form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
	.gform_wrapper.gravity-theme form .gfield textarea {
		padding: 10px 16px;
	}
	.gform_wrapper.gravity-theme form select {
		padding: 0 15px;
		height: 48px;
	}
}
/* end of Forms */

/* Tables
--------------------------------------------- */
table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 35px;
	width: 100%;
	word-break: break-all;
}
tbody {
	border-bottom: 1px solid #eee;
}
td, th {
	line-height: 2;
	text-align: left;
	vertical-align: top;
}
td {
	border-top: 1px solid #eee;
	padding: 10px 15px;
}
th {
	font-weight: 700;
	padding: 10px;
}

/* Screen Reader Text
--------------------------------------------- */
.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}
.genesis-nav-menu .search input[type="submit"]:focus,
.screen-reader-shortcut:focus,
.screen-reader-text:focus,
.widget_search input[type="submit"]:focus {
	background: #f4f4f4;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #FFFFFF;
	display: block;
	font-size: 1em;
	font-weight: 700;
	height: auto;
	padding: 15px 23px 14px;
	text-decoration: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}
.more-link {
	position: relative;
}

/* Structure and Layout
---------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */
.wrap {
	margin: 0 auto;
	max-width: 1200px;
}
.site-inner {
	clear: both;
	overflow-wrap: break-word;
	word-wrap: break-word;

	max-width: 1240px;
	margin: 0 auto;
	padding-left: 20px;
	padding-right: 20px;
}
.single.has-featured-image .site-inner {
	padding-top: 20px;
}
.landing-page .site-inner {
	max-width: 800px;
}

/* Column Widths and Positions
--------------------------------------------- */
.content,
.radonremoval2023-grid .content,
.full-width-content .content {
	width: 100%;
}
.content-sidebar .content,
.sidebar-content .content {
	max-width: 100%;
}
.full-width-content.page .content {
	margin-top: 0;
}
@media only screen and (min-width: 1076px) {
	.content {
		width: 620px;
		float: right;
	}
	.content-sidebar .content,
	.sidebar-content .content {
		max-width: 680px;
	}
	.sidebar-primary {
		float: right;
		width: 300px;
	}
	.content-sidebar .content,
	.sidebar-content .sidebar-primary {
		float: left;
	}
}
@media only screen and (min-width: 1251px) {
	.content {
		width: 800px;
	}
}
@media only screen and (min-width: 1361px) {
	.content {
		width: 880px;
	}
	.sidebar-primary {
		width: 375px;
	}
}

/* Column Classes
--------------------------------------------- */

/* Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css */

.five-sixths, .four-sixths, .one-fourth, .one-half, .one-sixth, .one-third, .three-fourths, .three-sixths, .two-fourths, .two-sixths, .two-thirds {
	margin: 0;
	width: 100%;
}
.first {
	clear: both;
	margin-left: 0;
}
@media only screen and (min-width: 861px) {
	.five-sixths, .four-sixths, .one-fourth, .one-half, .one-sixth, .one-third, .three-fourths, .three-sixths, .two-fourths, .two-sixths, .two-thirds {
		float: left;
		margin-left: 2.564102564102564%;
	}
	.one-half, .three-sixths, .two-fourths {
		width: 48.717948717948715%;
	}
	.one-third, .two-sixths {
		width: 31.623931623931625%;
	}
	.four-sixths, .two-thirds {
		width: 65.81196581196582%;
	}
	.one-fourth {
		width: 23.076923076923077%;
	}
	.three-fourths {
		width: 74.35897435897436%;
	}
	.one-sixth {
		width: 14.52991452991453%;
	}
	.five-sixths {
		width: 82.90598290598291%;
	}
}

/* Common Classes
---------------------------------------------------------------------------- */

/* Avatar
--------------------------------------------- */
.avatar {
	float: left;
	position: relative;
	z-index: 2;
}
.alignleft .avatar {
	margin-right: 24px;
}
.alignright .avatar {
	margin-left: 24px;
}
.comment .avatar {
	margin-right: 20px;
}

/* Genesis
--------------------------------------------- */
.breadcrumb {
	border-bottom: 1px solid #eee;
	font-size: 14px;
	margin-bottom: 35px;
	padding-bottom: 20px;
}
.author-box {
	background-color: #f4f4f4;
	font-size: 14px;
	line-height: 1.87;
	margin-bottom: 5%;
	padding: 30px;
}
.after-entry {
	padding: 30px;
	margin-bottom: 5%;
}
.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}
.archive-description {
	border-bottom: 1px solid #eee;
	overflow: hidden;
	padding: 0 0 30px;
	margin-bottom: 5%;
}
.full-width-content .archive-description {
	margin-bottom: 40px;
}
.author-box .avatar {
	border: 7px solid #FFFFFF;
	border-radius: 0;
	box-shadow: 0 9px 45px rgba(0, 0, 0, 0.14);
	transform: translate3d(-35px, 0, 0);
	margin: 0 15px 35px 35px;
}
@media only screen and (min-width: 861px) {
	.author-box {
		margin-bottom: 70px;
		padding: 35px 70px;
	}
	.after-entry {
		padding: 0;
		margin-bottom: 70px;
	}
	.author-box .avatar {
		margin-left: -60px;
	}
	.archive-description {
		margin-bottom: 35px;
		padding: 0 0 20px 0;
	}
}
@media only screen and (min-width: 1076px) {
	.archive-description {
		margin-bottom: 70px;
		padding-bottom: 35px;
	}
}
@media only screen and (min-width: 1251px) {
	.author-box .avatar {
		margin-left: -70px;
	}
}

/* Search Form
--------------------------------------------- */
.search-form {
	overflow: hidden;
}
.entry-content .search-form,
.site-header .search-form {
	margin-bottom: 35px;
	/*width: 50%;*/
}
.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	margin-top: 10px;
}
.genesis-nav-menu .search input[type="submit"],
.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

/* Titles
--------------------------------------------- */
.archive-description .entry-title,
.author-box-title {
	color: #111;
	margin-bottom: 20px;
}
.archive-title {
	margin: 0 0 30px 0;
}
.entry-title {}
.single .entry-title {}
.radonremoval2023-subtitle {
	color: #202859;
	display: block;
	font-family: "Source Sans Pro", "Helvetica Neue", Arial, sans-serif;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.07em;
	line-height: 1.5;
	margin-bottom: 24px;
	text-transform: uppercase;
}
.gb-block-post-grid .gb-block-post-grid-header .gb-block-post-grid-title a,
.entry-title a,
.sidebar .widget-title a {
	color: #111;
	text-decoration: none;
}
.gb-block-post-grid .gb-block-post-grid-header .gb-block-post-grid-title a:focus,
.gb-block-post-grid .gb-block-post-grid-header .gb-block-post-grid-title a:hover,
.entry-title a:focus,
.entry-title a:hover {
	color: #202859;
	text-decoration: none;
}
.widget-title {
	clear: both;
	/*font-size: 18px;*/
	margin-bottom: 20px;
}
.sidebar .featured-content .entry-title {
	font-size: 20px;
}

/* WordPress
--------------------------------------------- */
a.aligncenter img {
	display: block;
	margin: 0 auto;
}
a.alignnone {
	display: inline-block;
}
.alignleft {
	float: left;
	text-align: left;
}
.alignright {
	float: right;
	text-align: right;
}
a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}
img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}
img.alignnone,
.alignnone {
	margin-bottom: 24px;
}
a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
}
a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}
figcaption,
.gallery-caption,
.wp-caption-text {
	color: #111;
	font-family: "Source Sans Pro", "Helvetica Neue", Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	letter-spacing: 0.1em;
	line-height: 1.5;
	margin-bottom: 30px;
	margin-top: 10px;
	text-align: center;
	text-transform: uppercase;
}
.entry-content p.wp-caption-text {
	margin-bottom: 0;
}
.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
	margin: 0 0 24px;
}

/* Widgets
---------------------------------------------------------------------------- */
.sidebar .widget {
	padding: 30px;
	margin-bottom: 30px;
}
.after-entry .widget {
	margin-bottom: 35px;
}
.widget {
	word-wrap: break-word;
}
.widget p:last-child,
.widget ul > li:last-of-type {
	margin-bottom: 0;
}
.widget ul > li:last-of-type {
	padding-bottom: 0;
}
.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}
.widget li li {
	border: 0;
	margin: 0 0 0 30px;
	padding: 0;
}
.widget_calendar table {
	width: 100%;
}
.widget_calendar td,
.widget_calendar th {
	text-align: center;
}
.sidebar .widget:first-of-type {
	background-color: #FFFFFF;
	box-shadow: 0 15px 80px rgba(0, 0, 0, 0.14);
	margin-bottom: 20px;
}
.single .sidebar .widget:first-of-type {
	margin-top: 0;
}
@media only screen and (min-width: 861px) {
	.sidebar .widget {
		padding: 50px;
	}
}
@media only screen and (min-width: 1076px) {
	.single .sidebar .widget:first-of-type {
		margin-top: -60px;
	}
}

/* Featured Content
--------------------------------------------- */
.featured-content .entry {
	background: none;
	margin-bottom: 35px;
	padding: 0;
}
.featured-content .entry:last-of-type {
	margin-bottom: 0;
}
.content .featuredpage .entry-image {
	box-shadow: 0 20px 80px rgba(0, 0, 0, 0.2);
	box-sizing: content-box;
	border: 10px solid #FFFFFF;
	vertical-align: middle;
}

/* Plugins
---------------------------------------------------------------------------- */

/* Jetpack
--------------------------------------------- */
#wpstats {
	display: none;
}

/* WPForms
--------------------------------------------- */
.site-container .wpforms-container {
	margin-bottom: 40px;
}
.site-container .wpforms-form .wpforms-field {
	clear: both;
	margin: 20px 0;
	overflow: hidden;
}
.site-container .wpforms-form .wpforms-field-hp {
	display: none !important;
	left: -9000px !important;
	position: absolute !important;
}
.site-container .wpforms-container .wpforms-form .wpforms-field input {
	border-radius: 0;
	height: auto;
	padding: 16px;
}
.site-container .wpforms-container .wpforms-form .wpforms-field input,
.site-container .entry-content .wpforms-form textarea {
	border: 2px solid #ccc;
	font-size: 18px;
}
.site-container .wpforms-container .wpforms-form .wpforms-field input:focus,
.site-container .entry-content .wpforms-form textarea:focus {
	border: 2px solid #999;
	outline: none;
}
.site-container .entry-content .wpforms-form .wpforms-field-label {
	font-weight: 600;
}
.site-container .entry-content .wpforms-form .wpforms-field-sublabel {
	font-size: 14px;
	font-weight: 300;
}
.site-container .entry-content .wpforms-form textarea.wpforms-field-small {
	height: 120px;
}
.site-container .entry-content .wpforms-form textarea.wpforms-field-medium {
	height: 200px;
}
.site-container .entry-content .wpforms-form textarea.wpforms-field-large {
	height: 300px;
}

/* Skip Links
---------------------------------------------------------------------------- */
.genesis-skip-link {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 14px;
	margin: 0;
}
.genesis-skip-link li {
	height: 0;
	width: 0;
	list-style: none;
}

/* Display outline on focus */
:focus {
	/*color: #111;
	outline: #ccc solid 1px;*/
	outline: none;
}

/* Site Header
---------------------------------------------------------------------------- */
.site-header {
	background-color: #F5F5F5;
	padding: 0 20px;
}
.site-header > .wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;

	position: relative;
}
.site-header > .wrap::before,
.site-header > .wrap::after {
	display: none;
}
.site-header .header-founder-wrapper > div {
	width: auto !important
}
.site-header .header-founder-wrapper > div:first-child {
	margin-right: 6px;
}
.header-founder-wrapper {
	color: #000000;
	font-size: 16px;
	line-height: 1.2;
}
.site-header .widget .panel-layout .panel-grid > .header-founder-wrapper {
	justify-content: center;
}
.header-founder-wrapper .founder-info1 {
	font-family: 'Jost', sans-serif;
	font-weight: 500;
}
.header-founder-wrapper .founder-info2 {
	color: #757575;
	font-size: 14px;
}
.header-founder-wrapper .founder-info3 {
	font-weight: 600;
}
@media screen and (min-width: 1076px) {
	.site-header > .wrap {
		display: grid;
		grid-column-gap: 10px;
		grid-template-columns: auto auto auto;
	}
}
@media screen and (min-width: 1281px) {
	.site-header > .wrap {
		grid-column-gap: 2.50085%;
		grid-template-columns: 11.5% 20.915% 62.5833%;
	}
}
@media screen and (max-width: 567px) {
	.site-header {
		padding-left: 7px;
		padding-right: 7px;
	}
	.header-founder-wrapper .photo-cell .so-widget-sow-image .sow-image-container .so-widget-image {
		max-width: 40px;
	}
	.header-founder-wrapper .founder-info1,
	.header-founder-wrapper .founder-info3 {
		font-size: 12px;
		font-weight: 400;
	}
	.header-founder-wrapper .founder-info2 {
		font-size: 10px;
	}
}

/* Title Area
--------------------------------------------- */
.title-area {
	float: left;
	margin-right: 10px;
	width: 128px;
	/*width: 100%;*/
	max-width: 50%;
	padding: 10px 0;
}
.wp-custom-logo .title-area {
	padding: 0;
}
.site-title {
	font-size: 28px;
	font-weight: 900;
	line-height: 1;
	letter-spacing: -0.03em;
}
.site-title a,
.site-title a:focus,
.site-title a:hover {
	color: #111;
	text-decoration: none;
}
.site-description,
.wp-custom-logo .site-title {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}
.site-description,
.site-title {
	margin-bottom: 0;
}
a.custom-logo-link {
	display: block;
}
.site-header .custom-logo-link .custom-logo {
	max-height: 128px;
	width: auto;
	display: block;
}
.widget-area.header-widget-area {
	margin-right: 10px;
}
@media only screen and (min-width: 1076px) {
	.title-area,
	.wp-custom-logo .title-area {
		max-width: 128px;
	}
}
@media screen and (max-width: 1199px) and (min-width: 1076px) {
	.title-area {
		width: 100px;
	}
}
@media screen and (max-width: 567px) {
	.title-area {
		width: 80px;
	}
}
@media screen and (max-width: 374px) {
	.widget-area.header-widget-area {
		display: none;
	}
}

/* Site Navigation
---------------------------------------------------------------------------- */
.genesis-nav-menu {
	clear: both;
	font-family: 'Kanit', sans-serif;
	font-size: 16px;
	line-height: 1.6;
	width: 100%;
}
.genesis-nav-menu .menu-item {
	display: inline-block;
	margin-bottom: 0;
	padding-bottom: 0;
	text-align: left;
	position: relative;
}
.genesis-nav-menu a {
	color: #212121;
	text-decoration: none;
	display: block;
	padding: 12px 15px;
}
.genesis-nav-menu .menu-item-has-children > a {
	padding-right: 28px;
}
.genesis-nav-menu > .menu-item > a {
	text-transform: uppercase;
}
.genesis-nav-menu .highlight {
	margin-left: 15px;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.highlight {
	margin-left: 10px;
}
.genesis-nav-menu .phone-menu-item > a {
	padding-left: 40px;
	position: relative;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.phone-menu-item > a,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.highlight.phone-menu-item > a.mega-menu-link {
	padding-left: 35px;
	position: relative;
}
.genesis-nav-menu .phone-menu-item > a::before,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.phone-menu-item > a::before {
	content: '';
	display: inline-block;
	background: url(images/icon-phone.svg) no-repeat center center / contain;
	width: 15px;
	height: 15px;
	position: absolute;
	left: 16px;
}
.genesis-nav-menu a:focus,
.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #4C97F0;
	text-decoration: none;
}
.genesis-nav-menu .sub-menu {
	box-shadow: 0 16px 45px rgba(0, 0, 0, 0.18);
	left: -9999px;
	opacity: 0;
	position: absolute;
	transition: opacity 0.4s ease-in-out;
	width: 230px;
	z-index: 9999;
}
.genesis-nav-menu .sub-menu a {
	background-color: #FFFFFF;
	border-top: 1px solid #eee;
	font-size: 14px;
	padding: 16px 20px;
	position: relative;
	width: 230px;
	word-wrap: break-word;
}
.genesis-nav-menu .sub-menu .sub-menu {
	margin: -56px 0 0 199px;
}
.genesis-nav-menu .menu-item:hover {
	/*position: static;*/
}
.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}
.genesis-nav-menu > .first > a {
	padding-left: 0;
}
.genesis-nav-menu > .last > a {
	padding-right: 0;
}
.genesis-nav-menu > .right {
	float: right;
}
#mega-menu-wrap-primary #mega-menu-primary a.mega-menu-link[aria-current="page"] {
	color: #4C97F0 !important;
	text-decoration: none;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu.radonremoval-submenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
	padding-top: 5px;
	padding-bottom: 5px;
}
.with-icon.menu-item > a::before,
#mega-menu-wrap-primary #mega-menu-primary .with-icon.mega-menu-item > a.mega-menu-link::before {
	content: '';
	display: inline-block;
	width: 30px;
	height: 30px;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 20px;
}
.home-icon.menu-item > a::before,
#mega-menu-wrap-primary #mega-menu-primary .home-icon.mega-menu-item > a.mega-menu-link::before {
	/*background-image: url(images/menu-icons/icon-house.svg);*/
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'%3E%3Cpath fill='%23212121' d='M575.8 255.5c0 18-15 32.1-32 32.1h-32l.7 160.2c0 2.7-.2 5.4-.5 8.1V472c0 22.1-17.9 40-40 40H456c-1.1 0-2.2 0-3.3-.1c-1.4 .1-2.8 .1-4.2 .1H416 392c-22.1 0-40-17.9-40-40V448 384c0-17.7-14.3-32-32-32H256c-17.7 0-32 14.3-32 32v64 24c0 22.1-17.9 40-40 40H160 128.1c-1.5 0-3-.1-4.5-.2c-1.2 .1-2.4 .2-3.6 .2H104c-22.1 0-40-17.9-40-40V360c0-.9 0-1.9 .1-2.8V287.6H32c-18 0-32-14-32-32.1c0-9 3-17 10-24L266.4 8c7-7 15-8 22-8s15 2 21 7L564.8 231.5c8 7 12 15 11 24z'/%3E%3C/svg%3E");
}
.home-icon.menu-item > a:hover::before,
.home-icon.menu-item > a:focus::before,
#mega-menu-wrap-primary #mega-menu-primary .home-icon.mega-menu-item > a.mega-menu-link:hover::before,
#mega-menu-wrap-primary #mega-menu-primary .home-icon.mega-menu-item > a.mega-menu-link:focus::before,
#mega-menu-wrap-primary #mega-menu-primary .home-icon.mega-menu-item > a.mega-menu-link.mega-menu-link[aria-current="page"]::before {
	/*background-image: url(images/menu-icons/icon-house-hover.svg);*/
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'%3E%3Cpath fill='%234c97f0' d='M575.8 255.5c0 18-15 32.1-32 32.1h-32l.7 160.2c0 2.7-.2 5.4-.5 8.1V472c0 22.1-17.9 40-40 40H456c-1.1 0-2.2 0-3.3-.1c-1.4 .1-2.8 .1-4.2 .1H416 392c-22.1 0-40-17.9-40-40V448 384c0-17.7-14.3-32-32-32H256c-17.7 0-32 14.3-32 32v64 24c0 22.1-17.9 40-40 40H160 128.1c-1.5 0-3-.1-4.5-.2c-1.2 .1-2.4 .2-3.6 .2H104c-22.1 0-40-17.9-40-40V360c0-.9 0-1.9 .1-2.8V287.6H32c-18 0-32-14-32-32.1c0-9 3-17 10-24L266.4 8c7-7 15-8 22-8s15 2 21 7L564.8 231.5c8 7 12 15 11 24z'/%3E%3C/svg%3E");
}
.buyer-seller-icon.menu-item > a::before,
#mega-menu-wrap-primary #mega-menu-primary .buyer-seller-icon.mega-menu-item > a.mega-menu-link::before {
	/*background-image: url(images/menu-icons/icon-money-bill.svg);*/
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'%3E%3Cpath fill='%23212121' d='M64 64C28.7 64 0 92.7 0 128V384c0 35.3 28.7 64 64 64H512c35.3 0 64-28.7 64-64V128c0-35.3-28.7-64-64-64H64zm64 320H64V320c35.3 0 64 28.7 64 64zM64 192V128h64c0 35.3-28.7 64-64 64zM448 384c0-35.3 28.7-64 64-64v64H448zm64-192c-35.3 0-64-28.7-64-64h64v64zM288 160a96 96 0 1 1 0 192 96 96 0 1 1 0-192z'/%3E%3C/svg%3E");
}
.buyer-seller-icon.menu-item > a:hover::before,
.buyer-seller-icon.menu-item > a:focus::before,
#mega-menu-wrap-primary #mega-menu-primary .buyer-seller-icon.mega-menu-item > a.mega-menu-link:hover::before,
#mega-menu-wrap-primary #mega-menu-primary .buyer-seller-icon.mega-menu-item > a.mega-menu-link:focus::before,
#mega-menu-wrap-primary #mega-menu-primary .buyer-seller-icon.mega-menu-item > a.mega-menu-link.mega-menu-link[aria-current="page"]::before {
	/*background-image: url(images/menu-icons/icon-money-bill-hover.svg);*/
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'%3E%3Cpath fill='%234c97f0' d='M64 64C28.7 64 0 92.7 0 128V384c0 35.3 28.7 64 64 64H512c35.3 0 64-28.7 64-64V128c0-35.3-28.7-64-64-64H64zm64 320H64V320c35.3 0 64 28.7 64 64zM64 192V128h64c0 35.3-28.7 64-64 64zM448 384c0-35.3 28.7-64 64-64v64H448zm64-192c-35.3 0-64-28.7-64-64h64v64zM288 160a96 96 0 1 1 0 192 96 96 0 1 1 0-192z'/%3E%3C/svg%3E");
}
.builder-icon.menu-item > a::before,
#mega-menu-wrap-primary #mega-menu-primary .builder-icon.mega-menu-item > a.mega-menu-link::before {
	/*background-image: url(images/menu-icons/icon-helmet-safety.svg);*/
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'%3E%3Cpath fill='%23212121' d='M256 32c-17.7 0-32 14.3-32 32v2.3 99.6c0 5.6-4.5 10.1-10.1 10.1c-3.6 0-7-1.9-8.8-5.1L157.1 87C83 123.5 32 199.8 32 288v64H544l0-66.4c-.9-87.2-51.7-162.4-125.1-198.6l-48 83.9c-1.8 3.2-5.2 5.1-8.8 5.1c-5.6 0-10.1-4.5-10.1-10.1V66.3 64c0-17.7-14.3-32-32-32H256zM16.6 384C7.4 384 0 391.4 0 400.6c0 4.7 2 9.2 5.8 11.9C27.5 428.4 111.8 480 288 480s260.5-51.6 282.2-67.5c3.8-2.8 5.8-7.2 5.8-11.9c0-9.2-7.4-16.6-16.6-16.6H16.6z'/%3E%3C/svg%3E");
}
.builder-icon.menu-item > a:hover::before,
.builder-icon.menu-item > a:focus::before,
#mega-menu-wrap-primary #mega-menu-primary .builder-icon.mega-menu-item > a.mega-menu-link:hover::before,
#mega-menu-wrap-primary #mega-menu-primary .builder-icon.mega-menu-item > a.mega-menu-link:focus::before,
#mega-menu-wrap-primary #mega-menu-primary .builder-icon.mega-menu-item > a.mega-menu-link.mega-menu-link[aria-current="page"]::before {
	/*background-image: url(images/menu-icons/icon-helmet-safety-hover.svg);*/
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'%3E%3Cpath fill='%234c97f0' d='M256 32c-17.7 0-32 14.3-32 32v2.3 99.6c0 5.6-4.5 10.1-10.1 10.1c-3.6 0-7-1.9-8.8-5.1L157.1 87C83 123.5 32 199.8 32 288v64H544l0-66.4c-.9-87.2-51.7-162.4-125.1-198.6l-48 83.9c-1.8 3.2-5.2 5.1-8.8 5.1c-5.6 0-10.1-4.5-10.1-10.1V66.3 64c0-17.7-14.3-32-32-32H256zM16.6 384C7.4 384 0 391.4 0 400.6c0 4.7 2 9.2 5.8 11.9C27.5 428.4 111.8 480 288 480s260.5-51.6 282.2-67.5c3.8-2.8 5.8-7.2 5.8-11.9c0-9.2-7.4-16.6-16.6-16.6H16.6z'/%3E%3C/svg%3E");
}
.realtor-icon.menu-item > a::before,
#mega-menu-wrap-primary #mega-menu-primary .realtor-icon.mega-menu-item > a.mega-menu-link::before {
	/*background-image: url(images/menu-icons/icon-real-estate.svg);*/
	background-image: url("data:image/svg+xml,%3Csvg height='512' viewBox='0 0 512 512' width='512' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m98.621094 3.816406c16.722656 0 31.476562 14.753906 31.476562 31.472656v31.476563h346.230469c16.722656 0 31.476563 14.753906 31.476563 31.476563 0 17.703124-14.753907 31.476562-31.476563 31.476562h-346.230469v346.226562c0 17.707032-14.753906 31.476563-31.476562 31.476563-17.703125 0-31.472656-13.769531-31.472656-31.476563v-346.226562h-31.476563c-17.703125 0-31.476563-13.773438-31.476563-31.476562 0-16.722657 13.773438-31.476563 31.476563-31.476563h31.476563v-31.476563c0-16.71875 13.769531-31.472656 31.472656-31.472656zm346.230468 157.375c16.722657 0 31.476563 14.753906 31.476563 31.476563v157.378906c0 17.703125-14.753906 31.472656-31.476563 31.472656h-251.800781c-17.707031 0-31.476562-13.769531-31.476562-31.472656v-157.378906c0-16.722657 13.769531-31.476563 31.476562-31.476563zm0 0' fill='%23212121'/%3E%3C/svg%3E");
}
.realtor-icon.menu-item > a:hover::before,
.realtor-icon.menu-item > a:focus::before,
#mega-menu-wrap-primary #mega-menu-primary .realtor-icon.mega-menu-item > a.mega-menu-link:hover::before,
#mega-menu-wrap-primary #mega-menu-primary .realtor-icon.mega-menu-item > a.mega-menu-link:focus::before,
#mega-menu-wrap-primary #mega-menu-primary .realtor-icon.mega-menu-item > a.mega-menu-link.mega-menu-link[aria-current="page"]::before {
	/*background-image: url(images/menu-icons/icon-real-estate-hover.svg);*/
	background-image: url("data:image/svg+xml,%3Csvg height='512' viewBox='0 0 512 512' width='512' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m98.621094 3.816406c16.722656 0 31.476562 14.753906 31.476562 31.472656v31.476563h346.230469c16.722656 0 31.476563 14.753906 31.476563 31.476563 0 17.703124-14.753907 31.476562-31.476563 31.476562h-346.230469v346.226562c0 17.707032-14.753906 31.476563-31.476562 31.476563-17.703125 0-31.472656-13.769531-31.472656-31.476563v-346.226562h-31.476563c-17.703125 0-31.476563-13.773438-31.476563-31.476562 0-16.722657 13.773438-31.476563 31.476563-31.476563h31.476563v-31.476563c0-16.71875 13.769531-31.472656 31.472656-31.472656zm346.230468 157.375c16.722657 0 31.476563 14.753906 31.476563 31.476563v157.378906c0 17.703125-14.753906 31.472656-31.476563 31.472656h-251.800781c-17.707031 0-31.476562-13.769531-31.476562-31.472656v-157.378906c0-16.722657 13.769531-31.476563 31.476562-31.476563zm0 0' fill='%234c97f0'/%3E%3C/svg%3E");
}
.inspector-icon.menu-item > a::before,
#mega-menu-wrap-primary #mega-menu-primary .inspector-icon.mega-menu-item > a.mega-menu-link::before {
	/*background-image: url(images/menu-icons/icon-clipboard-list-check.svg);*/
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3E%3Cpath fill='%23212121' d='M192 0c-41.8 0-77.4 26.7-90.5 64H64C28.7 64 0 92.7 0 128V448c0 35.3 28.7 64 64 64H320c35.3 0 64-28.7 64-64V128c0-35.3-28.7-64-64-64H282.5C269.4 26.7 233.8 0 192 0zm0 64a32 32 0 1 1 0 64 32 32 0 1 1 0-64zm-4.7 132.7c6.2 6.2 6.2 16.4 0 22.6l-64 64c-6.2 6.2-16.4 6.2-22.6 0l-32-32c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0L112 249.4l52.7-52.7c6.2-6.2 16.4-6.2 22.6 0zM192 272c0-8.8 7.2-16 16-16h96c8.8 0 16 7.2 16 16s-7.2 16-16 16H208c-8.8 0-16-7.2-16-16zm-16 80H304c8.8 0 16 7.2 16 16s-7.2 16-16 16H176c-8.8 0-16-7.2-16-16s7.2-16 16-16zM72 368a24 24 0 1 1 48 0 24 24 0 1 1 -48 0z'/%3E%3C/svg%3E");
}
.inspector-icon.menu-item > a:hover::before,
.inspector-icon.menu-item > a:focus::before,
#mega-menu-wrap-primary #mega-menu-primary .inspector-icon.mega-menu-item > a.mega-menu-link:hover::before,
#mega-menu-wrap-primary #mega-menu-primary .inspector-icon.mega-menu-item > a.mega-menu-link:focus::before,
#mega-menu-wrap-primary #mega-menu-primary .inspector-icon.mega-menu-item > a.mega-menu-link.mega-menu-link[aria-current="page"]::before {
	/*background-image: url(images/menu-icons/icon-clipboard-list-check-hover.svg);*/
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3E%3Cpath fill='%234c97f0' d='M192 0c-41.8 0-77.4 26.7-90.5 64H64C28.7 64 0 92.7 0 128V448c0 35.3 28.7 64 64 64H320c35.3 0 64-28.7 64-64V128c0-35.3-28.7-64-64-64H282.5C269.4 26.7 233.8 0 192 0zm0 64a32 32 0 1 1 0 64 32 32 0 1 1 0-64zm-4.7 132.7c6.2 6.2 6.2 16.4 0 22.6l-64 64c-6.2 6.2-16.4 6.2-22.6 0l-32-32c-6.2-6.2-6.2-16.4 0-22.6s16.4-6.2 22.6 0L112 249.4l52.7-52.7c6.2-6.2 16.4-6.2 22.6 0zM192 272c0-8.8 7.2-16 16-16h96c8.8 0 16 7.2 16 16s-7.2 16-16 16H208c-8.8 0-16-7.2-16-16zm-16 80H304c8.8 0 16 7.2 16 16s-7.2 16-16 16H176c-8.8 0-16-7.2-16-16s7.2-16 16-16zM72 368a24 24 0 1 1 48 0 24 24 0 1 1 -48 0z'/%3E%3C/svg%3E");
}
.radiation-icon.menu-item > a::before,
#mega-menu-wrap-primary #mega-menu-primary .radiation-icon.mega-menu-item > a.mega-menu-link::before {
	/*background-image: url(images/menu-icons/icon-radiation.svg);*/
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23212121' d='M216 186.7c-23.9 13.8-40 39.7-40 69.3L32 256C14.3 256-.2 241.6 2 224.1C10.7 154 47.8 92.7 101.3 52c14.1-10.7 33.8-5.3 42.7 10l72 124.7zM256 336c14.6 0 28.2-3.9 40-10.7l72 124.8c8.8 15.3 3.7 35.1-12.6 41.9c-30.6 12.9-64.2 20-99.4 20s-68.9-7.1-99.4-20c-16.3-6.9-21.4-26.6-12.6-41.9l72-124.8c11.8 6.8 25.4 10.7 40 10.7zm224-80l-144 0c0-29.6-16.1-55.5-40-69.3L368 62c8.8-15.3 28.6-20.7 42.7-10c53.6 40.7 90.6 102 99.4 172.1c2.2 17.5-12.4 31.9-30 31.9zM256 208a48 48 0 1 1 0 96 48 48 0 1 1 0-96z'/%3E%3C/svg%3E");
}
.radiation-icon.menu-item > a:hover::before,
.radiation-icon.menu-item > a:focus::before,
#mega-menu-wrap-primary #mega-menu-primary .radiation-icon.mega-menu-item > a.mega-menu-link:hover::before,
#mega-menu-wrap-primary #mega-menu-primary .radiation-icon.mega-menu-item > a.mega-menu-link:focus::before,
#mega-menu-wrap-primary #mega-menu-primary .radiation-icon.mega-menu-item > a.mega-menu-link.mega-menu-link[aria-current="page"]::before {
	/*background-image: url(images/menu-icons/icon-radiation-hover.svg);*/
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%234c97f0' d='M216 186.7c-23.9 13.8-40 39.7-40 69.3L32 256C14.3 256-.2 241.6 2 224.1C10.7 154 47.8 92.7 101.3 52c14.1-10.7 33.8-5.3 42.7 10l72 124.7zM256 336c14.6 0 28.2-3.9 40-10.7l72 124.8c8.8 15.3 3.7 35.1-12.6 41.9c-30.6 12.9-64.2 20-99.4 20s-68.9-7.1-99.4-20c-16.3-6.9-21.4-26.6-12.6-41.9l72-124.8c11.8 6.8 25.4 10.7 40 10.7zm224-80l-144 0c0-29.6-16.1-55.5-40-69.3L368 62c8.8-15.3 28.6-20.7 42.7-10c53.6 40.7 90.6 102 99.4 172.1c2.2 17.5-12.4 31.9-30 31.9zM256 208a48 48 0 1 1 0 96 48 48 0 1 1 0-96z'/%3E%3C/svg%3E");
}
.shield-icon.menu-item > a::before,
#mega-menu-wrap-primary #mega-menu-primary .shield-icon.mega-menu-item > a.mega-menu-link::before {
	/*background-image: url(images/menu-icons/icon-shield-check.svg);*/
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23212121' d='M269.4 2.9C265.2 1 260.7 0 256 0s-9.2 1-13.4 2.9L54.3 82.8c-22 9.3-38.4 31-38.3 57.2c.5 99.2 41.3 280.7 213.6 363.2c16.7 8 36.1 8 52.8 0C454.7 420.7 495.5 239.2 496 140c.1-26.2-16.3-47.9-38.3-57.2L269.4 2.9zM369 209L241 337c-9.4 9.4-24.6 9.4-33.9 0l-64-64c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l47 47L335 175c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9z'/%3E%3C/svg%3E");
}
.shield-icon.menu-item > a:hover::before,
.shield-icon.menu-item > a:focus::before,
#mega-menu-wrap-primary #mega-menu-primary .shield-icon.mega-menu-item > a.mega-menu-link:hover::before,
#mega-menu-wrap-primary #mega-menu-primary .shield-icon.mega-menu-item > a.mega-menu-link:focus::before,
#mega-menu-wrap-primary #mega-menu-primary .shield-icon.mega-menu-item > a.mega-menu-link.mega-menu-link[aria-current="page"]::before {
	/*background-image: url(images/menu-icons/icon-shield-check-hover.svg);*/
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%234c97f0' d='M269.4 2.9C265.2 1 260.7 0 256 0s-9.2 1-13.4 2.9L54.3 82.8c-22 9.3-38.4 31-38.3 57.2c.5 99.2 41.3 280.7 213.6 363.2c16.7 8 36.1 8 52.8 0C454.7 420.7 495.5 239.2 496 140c.1-26.2-16.3-47.9-38.3-57.2L269.4 2.9zM369 209L241 337c-9.4 9.4-24.6 9.4-33.9 0l-64-64c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l47 47L335 175c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9z'/%3E%3C/svg%3E");
}
.wrench-icon.menu-item > a::before,
#mega-menu-wrap-primary #mega-menu-primary .wrench-icon.mega-menu-item > a.mega-menu-link::before {
	/*background-image: url(images/menu-icons/icon-wrench.svg);*/
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23212121' d='M352 320c88.4 0 160-71.6 160-160c0-15.3-2.2-30.1-6.2-44.2c-3.1-10.8-16.4-13.2-24.3-5.3l-76.8 76.8c-3 3-7.1 4.7-11.3 4.7H336c-8.8 0-16-7.2-16-16V118.6c0-4.2 1.7-8.3 4.7-11.3l76.8-76.8c7.9-7.9 5.4-21.2-5.3-24.3C382.1 2.2 367.3 0 352 0C263.6 0 192 71.6 192 160c0 19.1 3.4 37.5 9.5 54.5L19.9 396.1C7.2 408.8 0 426.1 0 444.1C0 481.6 30.4 512 67.9 512c18 0 35.3-7.2 48-19.9L297.5 310.5c17 6.2 35.4 9.5 54.5 9.5zM80 408a24 24 0 1 1 0 48 24 24 0 1 1 0-48z'/%3E%3C/svg%3E");
}
.wrench-icon.menu-item > a:hover::before,
.wrench-icon.menu-item > a:focus::before,
#mega-menu-wrap-primary #mega-menu-primary .wrench-icon.mega-menu-item > a.mega-menu-link:hover::before,
#mega-menu-wrap-primary #mega-menu-primary .wrench-icon.mega-menu-item > a.mega-menu-link:focus::before,
#mega-menu-wrap-primary #mega-menu-primary .wrench-icon.mega-menu-item > a.mega-menu-link.mega-menu-link[aria-current="page"]::before {
	/*background-image: url(images/menu-icons/icon-wrench-hover.svg);*/
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%234c97f0' d='M352 320c88.4 0 160-71.6 160-160c0-15.3-2.2-30.1-6.2-44.2c-3.1-10.8-16.4-13.2-24.3-5.3l-76.8 76.8c-3 3-7.1 4.7-11.3 4.7H336c-8.8 0-16-7.2-16-16V118.6c0-4.2 1.7-8.3 4.7-11.3l76.8-76.8c7.9-7.9 5.4-21.2-5.3-24.3C382.1 2.2 367.3 0 352 0C263.6 0 192 71.6 192 160c0 19.1 3.4 37.5 9.5 54.5L19.9 396.1C7.2 408.8 0 426.1 0 444.1C0 481.6 30.4 512 67.9 512c18 0 35.3-7.2 48-19.9L297.5 310.5c17 6.2 35.4 9.5 54.5 9.5zM80 408a24 24 0 1 1 0 48 24 24 0 1 1 0-48z'/%3E%3C/svg%3E");
}
.cloud-icon.menu-item > a::before,
#mega-menu-wrap-primary #mega-menu-primary .cloud-icon.mega-menu-item > a.mega-menu-link::before {
	/*background-image: url(images/menu-icons/icon-cloud.svg);*/
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 512'%3E%3Cpath fill='%23212121' d='M0 336c0 79.5 64.5 144 144 144H512c70.7 0 128-57.3 128-128c0-61.9-44-113.6-102.4-125.4c4.1-10.7 6.4-22.4 6.4-34.6c0-53-43-96-96-96c-19.7 0-38.1 6-53.3 16.2C367 64.2 315.3 32 256 32C167.6 32 96 103.6 96 192c0 2.7 .1 5.4 .2 8.1C40.2 219.8 0 273.2 0 336z'/%3E%3C/svg%3E");
}
.cloud-icon.menu-item > a:hover::before,
.cloud-icon.menu-item > a:focus::before,
#mega-menu-wrap-primary #mega-menu-primary .cloud-icon.mega-menu-item > a.mega-menu-link:hover::before,
#mega-menu-wrap-primary #mega-menu-primary .cloud-icon.mega-menu-item > a.mega-menu-link:focus::before,
#mega-menu-wrap-primary #mega-menu-primary .cloud-icon.mega-menu-item > a.mega-menu-link.mega-menu-link[aria-current="page"]::before {
	/*background-image: url(images/menu-icons/icon-cloud-hover.svg);*/
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 512'%3E%3Cpath fill='%234c97f0' d='M0 336c0 79.5 64.5 144 144 144H512c70.7 0 128-57.3 128-128c0-61.9-44-113.6-102.4-125.4c4.1-10.7 6.4-22.4 6.4-34.6c0-53-43-96-96-96c-19.7 0-38.1 6-53.3 16.2C367 64.2 315.3 32 256 32C167.6 32 96 103.6 96 192c0 2.7 .1 5.4 .2 8.1C40.2 219.8 0 273.2 0 336z'/%3E%3C/svg%3E");
}
.building-icon.menu-item > a::before,
#mega-menu-wrap-primary #mega-menu-primary .building-icon.mega-menu-item > a.mega-menu-link::before {
	/*background-image: url(images/menu-icons/icon-building.svg);*/
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3E%3Cpath fill='%23212121' d='M48 0C21.5 0 0 21.5 0 48V464c0 26.5 21.5 48 48 48h96V432c0-26.5 21.5-48 48-48s48 21.5 48 48v80h96c26.5 0 48-21.5 48-48V48c0-26.5-21.5-48-48-48H48zM64 240c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H80c-8.8 0-16-7.2-16-16V240zm112-16h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H176c-8.8 0-16-7.2-16-16V240c0-8.8 7.2-16 16-16zm80 16c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H272c-8.8 0-16-7.2-16-16V240zM80 96h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H80c-8.8 0-16-7.2-16-16V112c0-8.8 7.2-16 16-16zm80 16c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H176c-8.8 0-16-7.2-16-16V112zM272 96h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H272c-8.8 0-16-7.2-16-16V112c0-8.8 7.2-16 16-16z'/%3E%3C/svg%3E");
}
.building-icon.menu-item > a:hover::before,
.building-icon.menu-item > a:focus::before,
#mega-menu-wrap-primary #mega-menu-primary .building-icon.mega-menu-item > a.mega-menu-link:hover::before,
#mega-menu-wrap-primary #mega-menu-primary .building-icon.mega-menu-item > a.mega-menu-link:focus::before,
#mega-menu-wrap-primary #mega-menu-primary .building-icon.mega-menu-item > a.mega-menu-link.mega-menu-link[aria-current="page"]::before {
	/*background-image: url(images/menu-icons/icon-building-hover.svg);*/
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3E%3Cpath fill='%234c97f0' d='M48 0C21.5 0 0 21.5 0 48V464c0 26.5 21.5 48 48 48h96V432c0-26.5 21.5-48 48-48s48 21.5 48 48v80h96c26.5 0 48-21.5 48-48V48c0-26.5-21.5-48-48-48H48zM64 240c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H80c-8.8 0-16-7.2-16-16V240zm112-16h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H176c-8.8 0-16-7.2-16-16V240c0-8.8 7.2-16 16-16zm80 16c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H272c-8.8 0-16-7.2-16-16V240zM80 96h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H80c-8.8 0-16-7.2-16-16V112c0-8.8 7.2-16 16-16zm80 16c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H176c-8.8 0-16-7.2-16-16V112zM272 96h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H272c-8.8 0-16-7.2-16-16V112c0-8.8 7.2-16 16-16z'/%3E%3C/svg%3E");
}
.daycares-icon.menu-item > a::before,
#mega-menu-wrap-primary #mega-menu-primary .daycares-icon.mega-menu-item > a.mega-menu-link::before {
	/*background-image: url(images/menu-icons/icon-baby-carriage.svg);*/
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23212121' d='M256 192H.1C2.7 117.9 41.3 52.9 99 14.1c13.3-8.9 30.8-4.3 39.9 8.8L256 192zm128-32c0-35.3 28.7-64 64-64h32c17.7 0 32 14.3 32 32s-14.3 32-32 32l-32 0v64c0 25.2-5.8 50.2-17 73.5s-27.8 44.5-48.6 62.3s-45.5 32-72.7 41.6S253.4 416 224 416s-58.5-5-85.7-14.6s-51.9-23.8-72.7-41.6s-37.3-39-48.6-62.3S0 249.2 0 224l224 0 160 0V160zM80 416a48 48 0 1 1 0 96 48 48 0 1 1 0-96zm240 48a48 48 0 1 1 96 0 48 48 0 1 1 -96 0z'/%3E%3C/svg%3E");
}
.daycares-icon.menu-item > a:hover::before,
.daycares-icon.menu-item > a:focus::before,
#mega-menu-wrap-primary #mega-menu-primary .daycares-icon.mega-menu-item > a.mega-menu-link:hover::before,
#mega-menu-wrap-primary #mega-menu-primary .daycares-icon.mega-menu-item > a.mega-menu-link:focus::before,
#mega-menu-wrap-primary #mega-menu-primary .daycares-icon.mega-menu-item > a.mega-menu-link.mega-menu-link[aria-current="page"]::before {
	/*background-image: url(images/menu-icons/icon-baby-carriage-hover.svg);*/
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%234c97f0' d='M256 192H.1C2.7 117.9 41.3 52.9 99 14.1c13.3-8.9 30.8-4.3 39.9 8.8L256 192zm128-32c0-35.3 28.7-64 64-64h32c17.7 0 32 14.3 32 32s-14.3 32-32 32l-32 0v64c0 25.2-5.8 50.2-17 73.5s-27.8 44.5-48.6 62.3s-45.5 32-72.7 41.6S253.4 416 224 416s-58.5-5-85.7-14.6s-51.9-23.8-72.7-41.6s-37.3-39-48.6-62.3S0 249.2 0 224l224 0 160 0V160zM80 416a48 48 0 1 1 0 96 48 48 0 1 1 0-96zm240 48a48 48 0 1 1 96 0 48 48 0 1 1 -96 0z'/%3E%3C/svg%3E");
}
.environment-icon.menu-item > a::before,
#mega-menu-wrap-primary #mega-menu-primary .environment-icon.mega-menu-item > a.mega-menu-link::before {
	/*background-image: url(images/menu-icons/icon-seedling.svg);*/
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23212121' d='M512 32c0 113.6-84.6 207.5-194.2 222c-7.1-53.4-30.6-101.6-65.3-139.3C290.8 46.3 364 0 448 0h32c17.7 0 32 14.3 32 32zM0 96C0 78.3 14.3 64 32 64H64c123.7 0 224 100.3 224 224v32V480c0 17.7-14.3 32-32 32s-32-14.3-32-32V320C100.3 320 0 219.7 0 96z'/%3E%3C/svg%3E");
}
.environment-icon.menu-item > a:hover::before,
.environment-icon.menu-item > a:focus::before,
#mega-menu-wrap-primary #mega-menu-primary .environment-icon.mega-menu-item > a.mega-menu-link:hover::before,
#mega-menu-wrap-primary #mega-menu-primary .environment-icon.mega-menu-item > a.mega-menu-link:focus::before,
#mega-menu-wrap-primary #mega-menu-primary .environment-icon.mega-menu-item > a.mega-menu-link.mega-menu-link[aria-current="page"]::before {
	/*background-image: url(images/menu-icons/icon-seedling-hover.svg);*/
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%234c97f0' d='M512 32c0 113.6-84.6 207.5-194.2 222c-7.1-53.4-30.6-101.6-65.3-139.3C290.8 46.3 364 0 448 0h32c17.7 0 32 14.3 32 32zM0 96C0 78.3 14.3 64 32 64H64c123.7 0 224 100.3 224 224v32V480c0 17.7-14.3 32-32 32s-32-14.3-32-32V320C100.3 320 0 219.7 0 96z'/%3E%3C/svg%3E");
}
.ribbon-icon.menu-item > a::before,
#mega-menu-wrap-primary #mega-menu-primary .ribbon-icon.mega-menu-item > a.mega-menu-link::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3E%3Cpath fill='%23212121' d='M173.8 5.5c11-7.3 25.4-7.3 36.4 0L228 17.2c6 3.9 13 5.8 20.1 5.4l21.3-1.3c13.2-.8 25.6 6.4 31.5 18.2l9.6 19.1c3.2 6.4 8.4 11.5 14.7 14.7L344.5 83c11.8 5.9 19 18.3 18.2 31.5l-1.3 21.3c-.4 7.1 1.5 14.2 5.4 20.1l11.8 17.8c7.3 11 7.3 25.4 0 36.4L366.8 228c-3.9 6-5.8 13-5.4 20.1l1.3 21.3c.8 13.2-6.4 25.6-18.2 31.5l-19.1 9.6c-6.4 3.2-11.5 8.4-14.7 14.7L301 344.5c-5.9 11.8-18.3 19-31.5 18.2l-21.3-1.3c-7.1-.4-14.2 1.5-20.1 5.4l-17.8 11.8c-11 7.3-25.4 7.3-36.4 0L156 366.8c-6-3.9-13-5.8-20.1-5.4l-21.3 1.3c-13.2 .8-25.6-6.4-31.5-18.2l-9.6-19.1c-3.2-6.4-8.4-11.5-14.7-14.7L39.5 301c-11.8-5.9-19-18.3-18.2-31.5l1.3-21.3c.4-7.1-1.5-14.2-5.4-20.1L5.5 210.2c-7.3-11-7.3-25.4 0-36.4L17.2 156c3.9-6 5.8-13 5.4-20.1l-1.3-21.3c-.8-13.2 6.4-25.6 18.2-31.5l19.1-9.6C65 70.2 70.2 65 73.4 58.6L83 39.5c5.9-11.8 18.3-19 31.5-18.2l21.3 1.3c7.1 .4 14.2-1.5 20.1-5.4L173.8 5.5zM272 192a80 80 0 1 0 -160 0 80 80 0 1 0 160 0zM1.3 441.8L44.4 339.3c.2 .1 .3 .2 .4 .4l9.6 19.1c11.7 23.2 36 37.3 62 35.8l21.3-1.3c.2 0 .5 0 .7 .2l17.8 11.8c5.1 3.3 10.5 5.9 16.1 7.7l-37.6 89.3c-2.3 5.5-7.4 9.2-13.3 9.7s-11.6-2.2-14.8-7.2L74.4 455.5l-56.1 8.3c-5.7 .8-11.4-1.5-15-6s-4.3-10.7-2.1-16zm248 60.4L211.7 413c5.6-1.8 11-4.3 16.1-7.7l17.8-11.8c.2-.1 .4-.2 .7-.2l21.3 1.3c26 1.5 50.3-12.6 62-35.8l9.6-19.1c.1-.2 .2-.3 .4-.4l43.2 102.5c2.2 5.3 1.4 11.4-2.1 16s-9.3 6.9-15 6l-56.1-8.3-32.2 49.2c-3.2 5-8.9 7.7-14.8 7.2s-11-4.3-13.3-9.7z'/%3E%3C/svg%3E");
}
.ribbon-icon.menu-item > a:hover::before,
.ribbon-icon.menu-item > a:focus::before,
#mega-menu-wrap-primary #mega-menu-primary .ribbon-icon.mega-menu-item > a.mega-menu-link:hover::before,
#mega-menu-wrap-primary #mega-menu-primary .ribbon-icon.mega-menu-item > a.mega-menu-link:focus::before,
#mega-menu-wrap-primary #mega-menu-primary .ribbon-icon.mega-menu-item > a.mega-menu-link.mega-menu-link[aria-current="page"]::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 384 512'%3E%3Cpath fill='%234c97f0' d='M173.8 5.5c11-7.3 25.4-7.3 36.4 0L228 17.2c6 3.9 13 5.8 20.1 5.4l21.3-1.3c13.2-.8 25.6 6.4 31.5 18.2l9.6 19.1c3.2 6.4 8.4 11.5 14.7 14.7L344.5 83c11.8 5.9 19 18.3 18.2 31.5l-1.3 21.3c-.4 7.1 1.5 14.2 5.4 20.1l11.8 17.8c7.3 11 7.3 25.4 0 36.4L366.8 228c-3.9 6-5.8 13-5.4 20.1l1.3 21.3c.8 13.2-6.4 25.6-18.2 31.5l-19.1 9.6c-6.4 3.2-11.5 8.4-14.7 14.7L301 344.5c-5.9 11.8-18.3 19-31.5 18.2l-21.3-1.3c-7.1-.4-14.2 1.5-20.1 5.4l-17.8 11.8c-11 7.3-25.4 7.3-36.4 0L156 366.8c-6-3.9-13-5.8-20.1-5.4l-21.3 1.3c-13.2 .8-25.6-6.4-31.5-18.2l-9.6-19.1c-3.2-6.4-8.4-11.5-14.7-14.7L39.5 301c-11.8-5.9-19-18.3-18.2-31.5l1.3-21.3c.4-7.1-1.5-14.2-5.4-20.1L5.5 210.2c-7.3-11-7.3-25.4 0-36.4L17.2 156c3.9-6 5.8-13 5.4-20.1l-1.3-21.3c-.8-13.2 6.4-25.6 18.2-31.5l19.1-9.6C65 70.2 70.2 65 73.4 58.6L83 39.5c5.9-11.8 18.3-19 31.5-18.2l21.3 1.3c7.1 .4 14.2-1.5 20.1-5.4L173.8 5.5zM272 192a80 80 0 1 0 -160 0 80 80 0 1 0 160 0zM1.3 441.8L44.4 339.3c.2 .1 .3 .2 .4 .4l9.6 19.1c11.7 23.2 36 37.3 62 35.8l21.3-1.3c.2 0 .5 0 .7 .2l17.8 11.8c5.1 3.3 10.5 5.9 16.1 7.7l-37.6 89.3c-2.3 5.5-7.4 9.2-13.3 9.7s-11.6-2.2-14.8-7.2L74.4 455.5l-56.1 8.3c-5.7 .8-11.4-1.5-15-6s-4.3-10.7-2.1-16zm248 60.4L211.7 413c5.6-1.8 11-4.3 16.1-7.7l17.8-11.8c.2-.1 .4-.2 .7-.2l21.3 1.3c26 1.5 50.3-12.6 62-35.8l9.6-19.1c.1-.2 .2-.3 .4-.4l43.2 102.5c2.2 5.3 1.4 11.4-2.1 16s-9.3 6.9-15 6l-56.1-8.3-32.2 49.2c-3.2 5-8.9 7.7-14.8 7.2s-11-4.3-13.3-9.7z'/%3E%3C/svg%3E");
}
@media screen and (min-width: 1076px) {
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu.radonremoval-submenu {
		text-align: center;
	}
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
		padding: 30px 20px;
	}
}
@media screen and (max-width: 1199px) and (min-width: 1076px) {
	.genesis-nav-menu,
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
		font-size: 14px;
	}
	.genesis-nav-menu a {
		padding-left: 12px;
		padding-right: 12px;
	}
	.genesis-nav-menu .highlight {
		margin-left: 0;
	}
	.genesis-nav-menu .phone-menu-item > a,
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.phone-menu-item > a {
		padding-left: 16px;
	}
	.genesis-nav-menu .phone-menu-item > a::before {
		opacity: 0;
	}
}
@media only screen and (max-width: 1075px) {
	.genesis-responsive-menu .wrap {
		padding: 0;
	}
	.genesis-responsive-menu {
		display: none;
		position: relative;
	}
	.genesis-skip-link .skip-link-hidden {
		display: none;
		visibility: hidden;
	}
	.genesis-responsive-menu .highlight:not(.phone-menu-item) a,
	.genesis-responsive-menu .highlight:not(.phone-menu-item) a:focus,
	.genesis-responsive-menu .highlight:not(.phone-menu-item) a:hover {
		background: transparent;
		box-shadow: none;
		color: #111;
		transform: none;
	}
	.genesis-responsive-menu .highlight:not(.phone-menu-item) a:focus,
	.genesis-responsive-menu .highlight:not(.phone-menu-item) a:hover {
		color: #202859;
	}
	.genesis-responsive-menu .genesis-nav-menu .menu-item {
		display: block;
		float: none;
		position: relative;
		text-align: left;
	}
	.genesis-responsive-menu .genesis-nav-menu .menu-item:focus,
	.genesis-responsive-menu .genesis-nav-menu .menu-item:hover {
		position: relative;
	}
	.genesis-responsive-menu .genesis-nav-menu a:focus,
	.genesis-responsive-menu .genesis-nav-menu a:hover {
		color: #202859;
	}
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.highlight {
		margin-left: 10px;
		margin-top: 15px;
	}
	.genesis-responsive-menu .genesis-nav-menu .menu-item:not(.phone-menu-item) a {
		border: none;
		margin-bottom: 1px;
		padding: 15px 20px 15px 0;
		text-align: left;
		width: 100%;
	}
	.genesis-responsive-menu .genesis-nav-menu .menu-item.phone-menu-item,
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.phone-menu-item {
		margin-top: 15px;
	}
	.genesis-responsive-menu .genesis-nav-menu .sub-menu {
		border: none;
	}
	.genesis-responsive-menu .genesis-nav-menu .menu-item > a:focus ul.sub-menu,
	.genesis-responsive-menu .genesis-nav-menu .menu-item > a:focus ul.sub-menu .sub-menu,
	.genesis-nav-menu .highlight {
		left: 0;
		margin-left: 0;
	}
	.genesis-responsive-menu .genesis-nav-menu > .menu-item-has-children > a::after {
		content: none;
	}
	.genesis-responsive-menu .genesis-nav-menu .sub-menu {
		box-shadow: none;
		clear: both;
		display: none;
		margin: 0;
		opacity: 1;
		padding-left: 15px;
		position: static;
		width: 100%;
	}
	.genesis-responsive-menu .genesis-nav-menu .sub-menu .sub-menu {
		margin: 0;
	}
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-column {
		margin-bottom: 40px;
	}
}

/* Accessible Menu
--------------------------------------------- */
.menu .menu-item:focus {
	position: static;
}
.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
	left: auto;
	opacity: 1;
}
.menu-toggle {
	color: #FFFFFF;
	border: 1px solid #4C97F0;
	background-color: #4C97F0;
	display: block;

	margin: 0;
	padding: 7px 10px;
	overflow: hidden;
	text-align: center;
	visibility: visible;

	float: right;
	line-height: 20px;
	position: relative;
	z-index: 1000;
}
.menu-toggle::before {
	font-size: 1.5em;
	margin-right: 10px;
	text-rendering: auto;
	vertical-align: top;
}
.menu-toggle.activated::before {
	content: "\f347";
}
.sub-menu-toggle {
	color: #FFFFFF;
	border: 0;
	background-color: #4C97F0;
	display: block;

	overflow: hidden;
	text-align: center;
	visibility: visible;

	float: right;
	padding: 7px 8px;
	margin: 0 auto;

	position: absolute;
	right: 0;
	top: 12px;
	z-index: 100;
}
.sub-menu-toggle::before {
	font-size: 16px;
	width: 16px;
	height: 16px;
	display: inline-block;
	text-rendering: auto;
	transform: rotate(0);
	transition: transform 0.25s ease-in-out;
}
.sub-menu-toggle.activated::before {
	transform: rotate(180deg);
}
.menu-toggle:focus,
.menu-toggle:hover,
.sub-menu-toggle:focus,
.sub-menu-toggle:hover {
	background: #4C97F0;
	color: #FFFFFF;
	transform: translate3d(0, 0, 0);
	box-shadow: none;
}
@media screen and (min-width: 1076px) {
	.menu-toggle {
		display: none;
		visibility: hidden;
	}
	.sub-menu-toggle {
    	color: #757575;
		background-color: transparent;
		padding: 0;

		right: 7px;
		top: calc(50% - 8px);
	}
	.sub-menu-toggle:focus,
	.sub-menu-toggle:hover {
		background: transparent;
		color: #757575;
	}
	.sub-menu .sub-menu-toggle {
		display: none !important;
	}
}

/* Site Header Navigation
--------------------------------------------- */
.site-header .genesis-nav-menu li li {
	margin-left: 0;
}
@media only screen and (min-width: 1076px) {
	.site-header .nav-primary {
		/*float: right;*/
		text-align: right;
	}
}
@media only screen and (max-width: 1075px) {
	.site-header .nav-primary {
		float: none;
		max-width: 100%;
		width: 100%;
	}
	.site-header .genesis-responsive-menu {
		position: absolute;
		top: 110px;
		left: -20px;
		right: -20px;
		z-index: 9999;

		background-color: #FFFFFF;
		padding: 20px;
		box-shadow: 0 6px 24px rgb(0, 0, 0, 0.14);

		max-width: calc(100% + 40px);
		width: calc(100% + 40px);
	}
	.site-header ul.genesis-nav-menu {
		float: none;
	}
}
@media screen and (max-width: 780px) {
	.site-header .genesis-responsive-menu {
		top: 115px;
	}
}
@media screen and (max-width: 567px) {
	.site-header .genesis-responsive-menu {
		top: 70px;
	}
}

/* Social Navigation
--------------------------------------------- */
.nav-social {
	left: 35px;
	position: fixed;
	top: 0;
	transform: rotate(-90deg) translateX(-100%);
	transform-origin: 0 100%;
	z-index: 999;
}
.admin-bar .nav-social {
	top: 22px;
}
.top-banner-visible .nav-social {
	top: 70px;
}
.admin-bar.top-banner-visible .nav-social {
	top: 105px;
}
.nav-social a {
	color: #707070;
	font-size: 12px;
	letter-spacing: 0.03em;
	padding: 0 12px;
	position: relative;
	text-transform: uppercase;
}
.nav-social li:not(:first-child) a::before {
	background: #999;
	content: "";
	display: inline-block;
	height: 2px;
	left: -2px;
	position: absolute;
	top: 0.8em;
	width: 2px;
}
.nav-social li:first-child a::before {
	background: #ddd;
	content: "";
	display: inline-block;
	height: 1px;
	left: -100vh;
	position: absolute;
	top: 0.8em;
	width: 100vh;
}

/* Content Area
---------------------------------------------------------------------------- */

/* Featured Images
--------------------------------------------- */
/* Featured Images
--------------------------------------------- */
.radonremoval2023-featured-image {
	margin: 0 0 24px;
	padding: 0;
}
.gb-block-post-grid-image a {
	display: inline-block;
}
.gb-block-post-grid-image a,
.radonremoval2023-featured-image,
.featuredpost .has-post-thumbnail > a {
	position: relative;
	z-index: 1;
}
.featuredpost .alignnone,
.radonremoval2023-featured-image.radonremoval2023-image-alignleft,
.radonremoval2023-featured-image.radonremoval2023-image-alignright {
	margin-bottom: 24px;
}
.radonremoval2023-featured-image.radonremoval2023-image-alignleft img,
.radonremoval2023-featured-image.radonremoval2023-image-alignright img {
	margin: 0;
    height: 250px;
    object-fit: cover;
    width: 100%;
    float: none;
}
.gb-block-post-grid-image img,
.radonremoval2023-featured-image img,
.featuredpost .has-post-thumbnail img {
	box-shadow: 0 16px 65px rgba(0, 0, 0, 0.18);
	vertical-align: middle;
}
.gb-block-post-grid-image img,
.radonremoval2023-featured-image img,
.featuredpost .has-post-thumbnail img {
	transition: transform 0.5s cubic-bezier(0.44, 0.51, 0.24, 0.99), box-shadow 0.75s cubic-bezier(0.44, 0.51, 0.24, 0.99);
	transform: translate3d(0, 0, 0);
}
.gb-block-post-grid-image a:focus img,
.gb-block-post-grid-image a:hover img,
.radonremoval2023-featured-image a:focus img,
.radonremoval2023-featured-image a:hover img,
.featuredpost .has-post-thumbnail > a:focus img,
.featuredpost .has-post-thumbnail > a:hover img {
	box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
	transform: translate3d(0, 10px, 0);
}
.has-featured-image .content {
	margin-top: 24px;
}
.gb-block-post-grid-text,
.has-featured-image .content,
.has-featured-image .sidebar,
.has-post-thumbnail .entry-content,
.has-post-thumbnail .entry-header {
	position: relative;
	z-index: 2;
}
@media screen and (min-width: 481px) {
	.radonremoval2023-featured-image.radonremoval2023-image-alignleft {
		margin: 0 24px 24px 0;
	}
	.radonremoval2023-featured-image.radonremoval2023-image-alignright {
		margin: 0 0 24px 24px;
	}
	.radonremoval2023-featured-image.radonremoval2023-image-alignleft,
	.radonremoval2023-featured-image.radonremoval2023-image-alignleft img {
		float: left;
	}
	.radonremoval2023-featured-image.radonremoval2023-image-alignright,
	.radonremoval2023-featured-image.radonremoval2023-image-alignright img {
		float: right;
	}
	.radonremoval2023-featured-image.radonremoval2023-image-alignleft img,
	.radonremoval2023-featured-image.radonremoval2023-image-alignright img {
		width: 300px;
	}
}

/* Entries
--------------------------------------------- */
.entry {
	margin-bottom: 70px;
}
.siteorigin-panels .entry {
	margin-bottom: 0;
}
.entry-header {
	margin-bottom: 20px;
}
.entry-content .intro {
	font-size: 20px;
	font-style: italic;
	line-height: 1.7;
}
.entry-content ol,
.entry-content ul {
	margin-bottom: 28px;
	padding-left: 35px;
}
.entry-content ol > li {
	list-style-type: decimal;
}
.entry-content ul > li {
	list-style-type: disc;
}
.entry-content ol ul > li,
.entry-content ul ul > li {
	list-style-type: circle;
}
.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}
.entry-content code {
	background-color: #111;
	color: #eee;
}
p.center {
	text-align: center;
}

/* Entry Messages
--------------------------------------------- */
.message {
	background-color: #111;
	padding: 25px 30px;
}
.message,
.message a {
	color: #FFFFFF;
}
.message.green {
	background-color: #00a86d;
}
.message.orange {
	background-color: #cc4b00;
}
.message.red {
	background-color: #be0040;
}

/* Grid Entries
--------------------------------------------- */
.radonremoval2023-grid.archive:not(.woocommerce-page) .content .entry {
	text-align: center;
	padding: 0;
	max-width: 450px;
	margin-left: auto;
	margin-right: auto;
}
.gb-block-post-grid-header,
.featuredpost .entry-header,
.radonremoval2023-grid.archive:not(.woocommerce-page) .entry-header {
	margin-bottom: 24px;
}
.featuredpost .entry-content p,
.radonremoval2023-grid.archive:not(.woocommerce-page) .entry-content p {
	margin-bottom: 12px;
}
@media only screen and (min-width: 801px) {
	.radonremoval2023-grid.archive:not(.woocommerce-page) .content .entry {
		float: left;
		text-align: left;
		padding: 0 20px;
		width: 33.3%;
		max-width: none;
	}
	.radonremoval2023-grid.archive:not(.woocommerce-page) .content .entry:nth-of-type(3n+1) {
		clear: left;
	}
}
@media only screen and (min-width: 861px) {
	.radonremoval2023-grid.archive:not(.woocommerce-page) .content .entry {
		padding-left: 25px;
		padding-right: 25px;
	}
}
@media only screen and (min-width: 1076px) {
	.radonremoval2023-grid.archive:not(.woocommerce-page) .content .entry {
		padding-left: 35px;
		padding-right: 35px;
	}
}
@media only screen and (max-width: 800px) {
	.gb-block-post-grid div[class*="columns"].is-grid,
	.gb-block-post-grid .is-list .entry {
		grid-template-columns: 1fr;
	}
	.gb-block-post-grid .gb-post-grid-items .entry,
	.gb-block-post-grid .gb-post-grid-items.is-grid .entry {
		max-width: 450px;
		margin-left: auto;
		margin-right: auto;
		padding: 0;
	}
}

/* Entry Meta
--------------------------------------------- */
.entry-meta {
	color: #707070;
	font-size: 12px;
	font-style: italic;
	line-height: 1.3;
	margin-bottom: 10px;
}
.gb-block-post-grid .gb-block-post-grid-header .gb-block-post-grid-byline,
.entry-meta > * {
	color: #555;
	font-family: "Source Sans Pro", "Helvetica Neue", Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 0.08em;
	line-height: 1.5;
	text-transform: uppercase;
	margin: 0 5px 0 0;
}
.entry-meta > .entry-author {
	margin-left: 5px;
}
.entry-categories,
.entry-tags {
	display: block;
	margin-left: 0;
}
.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}
.entry-footer {
	position: relative;
	z-index: 2;
}

/* Pagination
--------------------------------------------- */
.pagination {
	clear: both;
	margin: 5% auto;
}
.adjacent-entry-pagination {
	margin-bottom: 0;
}
.archive-pagination li {
	display: inline;
}
.archive-pagination a {
	color: #111;
	cursor: pointer;
	display: inline-block;
	font-family: "Source Sans Pro", "Helvetica Neue", Arial, sans-serif;
	font-size: 16px;
	font-weight: 600;
	padding: 8px 20px;
	text-decoration: none;
}
.archive-pagination .pagination-next > a,
.archive-pagination .pagination-previous > a {
	border: 2px solid #202859;
	color: #202859;
	padding: 6px 20px;
}
.archive-pagination a:focus,
.archive-pagination a:hover,
.archive-pagination .active a {
	background-color: #202859;
	color: #FFFFFF;
}
.archive-pagination li a {
	margin-bottom: 4px;
}
@media only screen and (min-width: 861px) {
	.pagination {
		margin: 35px 0 70px;
	}
	.archive-pagination li a {
		margin-bottom: 0;
	}
}

/* Comments
--------------------------------------------- */
.comment-respond,
.entry-comments,
.entry-pings {
	background-color: #FFFFFF;
	font-size: 14px;
	line-height: 1.85;
	margin-bottom: 70px;
}
.comment-list li {
	border-left: 2px solid #eee;
	margin: 35px 0 0 15px;
	padding: 0 0 0 35px;
}
.comment-list .depth-1 {
	border-left: none;
	margin-left: 0;
	padding: 0;
}
.comment-header {
	font-size: 12px;
	line-height: 1.5;
	margin-bottom: 20px;
	overflow: hidden;
}
.comment-header a {
	color: #555;
	font-family: "Source Sans Pro", "Helvetica Neue", Arial, sans-serif;
	font-weight: 700;
	letter-spacing: 0.03em;
	text-decoration: none;
	text-transform: uppercase;
}
.comment-header p {
	margin-bottom: 0;
}
.says {
	color: #707070;
	font-style: italic;
	margin-left: 5px;
}
.comment-content {
	clear: both;
}
.comment-content p {
	margin-bottom: 15px;
}
.comment-content ul > li {
	list-style-type: disc;
}
.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%;
}
.comment-respond label {
	display: block;
	margin-right: 12px;
}
.comment-form-cookies-consent label {
	display: inline;
	padding-left: 10px;
}
.comment-reply {
	color: #202859;
	font-family: "Source Sans Pro", "Helvetica Neue", Arial, sans-serif;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}
.entry-pings .reply {
	display: none;
}

/* Sidebar
---------------------------------------------------------------------------- */
.sidebar {
	font-size: 15px;
	margin-bottom: 5%;
}
@media only screen and (min-width: 861px) {
	.sidebar {
		margin-bottom: 35px;
	}
}

/* Top Banner
---------------------------------------------------------------------------- */
.radonremoval2023-top-banner {
	background: #202859;
	display: none;
	padding: 24px 60px 24px 18px;
	position: relative;
	text-align: center;
}
.radonremoval2023-top-banner,
.radonremoval2023-top-banner a {
	font-family: "Source Sans Pro", "Helvetica Neue", Arial, sans-serif;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: -0.03em;
	line-height: 1.55;
}
.radonremoval2023-top-banner,
.radonremoval2023-top-banner a,
.radonremoval2023-top-banner a:focus,
.radonremoval2023-top-banner a:hover {
	color: #FFFFFF;
}
#radonremoval2023-top-banner-close,
#radonremoval2023-top-banner-close:focus,
#radonremoval2023-top-banner-close:hover {
	background: transparent;
	border: 0;
	box-shadow: none;
	color: #FFFFFF;
	height: 100%;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	transform: none;
}
#radonremoval2023-top-banner-close {
	padding-left: 20px;
	padding-right: 20px;
}
@media only screen and (min-width: 860px) {
	#radonremoval2023-top-banner-close {
		padding-left: 35px;
		padding-right: 35px;
	}
	.radonremoval2023-top-banner {
		padding-left: 24px;
		padding-right: 80px;
	}
}

/* Site Footer
---------------------------------------------------------------------------- */
#footer {
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), linear-gradient(94.21deg, #537AA9 0%, #202859 100%);
	padding: 64px 20px 0;
	text-align: center;
}
#main-footer {
	color: #FFFFFF;
	font-size: 14px;
	line-height: 1.6;
}
#main-footer a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer .footer-logo-wrapper {
	max-width: 215px;
	margin-left: auto;
	margin-right: auto;
}
#footer .footer-logo-wrapper .so-widget-image {
	filter: drop-shadow(0px 0px 5px #FFFFFF);
}
#footer-socmed .sow-social-media-button {
    width: 32px;
    height: 32px;
    transform: translate3d(0, 0, 0);
    border: 0 !important;
    border-radius: 5px;

    display: inline-flex;
    align-items: center;
    justify-content: center;
}
#footer-socmed .sow-social-media-button:hover,
#footer-socmed .sow-social-media-button:focus {
	transform: translate3d(0, -3px, 0);
}
#main-footer .widget-title {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	width: 100%;
	margin-bottom: 20px;

	background: none;
    -webkit-background-clip: unset;
    background-clip: unset;
    -webkit-text-fill-color: initial;
    text-fill-color: initial;
}
#main-footer .footer-contact-info.footer-email {
	font-size: 13px;
}
#main-footer .footer-contact-info a {
	margin: 0;
}
#main-footer .footer-contact-info .footer-email {
	font-size: 12px;
}
#main-footer ul.menu > li:not(:last-child) {
	margin-bottom: 8px;
}
#footer-copyright {
	color: #BDBDBD;
	text-align: center;
	background: #000000;
	padding: 7px 20px;
}
#footer-copyright .sep {
	margin-left: 5px;
	margin-right: 5px;
}
#footer-copyright a {
	color: #BDBDBD;
}
#footer a:hover,
#footer a:focus,
#main-footer .current-menu-item a {
	color: #4C97F0;
}
@media screen and (min-width: 781px) {
	#footer {
		text-align: left;
	}
	#main-footer .footer-contact-info {
		text-align: right;
	}
	#footer .footer-logo-wrapper {
		margin-left: 0;
	}
}
@media screen and (min-width: 1200px) {
	#main-footer { 
		font-size: 15px;
	}
	#footer-copyright .sep {
		margin-left: 10px;
		margin-right: 10px;
	}
}

/* Top Bar
------------------------------------------------------------------------ **/
#radonremoval2023-top-bar {
	color: #FFFFFF;
	font-size: 12px;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), linear-gradient(94.21deg, #537AA9 0%, #202859 113.1%);
	padding: 3px 20px;
}
#radonremoval2023-top-bar a {
	color: #FFFFFF;
	text-decoration: none;
}
#radonremoval2023-top-bar a:hover,
#radonremoval2023-top-bar a:focus,
#radonremoval2023-top-bar .current-menu-item a {
	color: #4C97F0;
}
#radonremoval2023-top-bar .menu {
	text-align: right;
}
#radonremoval2023-top-bar .menu > li {
	display: inline-block;
	vertical-align: middle;
	padding: 0 10px;
}
@media screen and (min-width: 781px) {
	#radonremoval2023-top-bar {
		font-size: 14px;
		font-family: 'Poppins', sans-serif;
		font-weight: 500;
	}
}
@media screen and (min-width: 1200px) {
	#radonremoval2023-top-bar .menu > li {
		padding: 0 16px;
	}
}
#radonremoval2023-top-bar .menu > li:first-child {
	padding-left: 0;
}
#radonremoval2023-top-bar .menu > li:last-child {
	padding-right: 0;
}

/** Back to Top 
-------------------------------------------------------------------------- */
#back-to-top {
    position: fixed;
    bottom: 10px;
    right: 10px;
    color: #FFFFFF;
    display: block;
    z-index: -1;
    background: #4C97F0 url(images/icon-back-to-top.png) no-repeat center center / 18px;
    line-height: 1;
    opacity: 0;
    text-align: center;
    text-decoration: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 35px;
    height: 35px;
    border: 1px solid #FFFFFF;
}
#back-to-top.show {
    opacity: 1;
    z-index: 9050;
}
#back-to-top:hover,
#back-to-top:focus {
	background-color: #537AA9;
}
@media screen and (min-width: 1200px) {
	#back-to-top {
	    bottom: 2em;
	    right: 2em;
	}
}

/* 404 
-------------------------------------------------------------------------- */
body.error404 .site-inner {
	padding-top: 70px;
	padding-bottom: 150px;
}
@media screen and (min-width: 768px) {
	body.error404 .entry-content .search-form {
		display: flex;
		width: 100%;
		gap: 10px;
	}
	body.error404 .search-form input[type="submit"] {
		margin: 0;
	}
}
@media screen and (min-width: 1280px) {
	body.error404 .site-inner {
		padding-top: 100px;
		padding-bottom: 200px;
	}
}

/* Password Protected
 * ----------------------------------------------------------------------- */
.post-password-required.entry {
	color: #FFFFFF;
    margin: 70px auto 150px;
    padding: 30px;
    background: linear-gradient(0deg,rgba(0,0,0,.5),rgba(0,0,0,.5)),linear-gradient(94.21deg,#537AA9 0%,#202859 100%);
	max-width: 800px;
}
.post-password-required.entry .entry-header {
	display: none;
}
.page .page.post-password-required.entry {
    padding: 60px 30px;
}

/* Search
-------------------------------------------------------------------------- */
body.search .site-inner {
	padding-top: 70px;
	padding-bottom: 70px;
}
body.search .content > .entry {
	margin-bottom: 70px;
}
body.search .entry .entry-title {
	font-size: 21px;
	text-transform: unset;
}
@media screen and (min-width: 781px) {
	body.search .entry .entry-title {
		font-size: 26px;
	}
}
@media screen and (min-width: 1200px) {
	body.search .entry .entry-title {
		font-size: 30px;
	}
}
body.search .post-password-required.entry {
	padding: unset;
	margin: unset;
	background-color: unset;
	max-width: unset;
}
body.search .post-password-required.entry .entry-header {
	display: block;
}

.widget .sow-slider-base .sow-slider-pagination li {
	padding-left: 0;
}

/* Features list
------------------------------------------------------------------------------------- */
.widget .so-widget-sow-features .sow-features-list {
	display: grid;
	grid-template-columns: 1fr;
	grid-row-gap: 40px;
    grid-column-gap: 3%;
}
.widget .so-widget-sow-features .sow-features-list::before,
.widget .so-widget-sow-features .sow-features-list::after {
	display: none;
}
.widget .so-widget-sow-features .sow-features-list .sow-features-feature {
	margin-bottom: 0;
	padding: 0;
}
.widget .so-widget-sow-features .sow-features-list .sow-features-feature .sow-icon-container {
	margin: 0 0 10px;
}
.widget .so-widget-sow-features .sow-features-list .sow-features-feature .textwidget {
    margin: 0;
    width: 100%;
}
.widget .so-widget-sow-features .sow-features-list .sow-features-feature .textwidget > h2,
.widget .so-widget-sow-features .sow-features-list .sow-features-feature .textwidget > h3,
.widget .so-widget-sow-features .sow-features-list .sow-features-feature .textwidget > h4,
.widget .so-widget-sow-features .sow-features-list .sow-features-feature .textwidget > h5,
.widget .so-widget-sow-features .sow-features-list .sow-features-feature .textwidget > h6 {
	margin: 0;
}

/* Accordion
------------------------------------------------------------------------------- **/
.widget .so-widget-sow-accordion .sow-accordion {
	max-width: 995px;
	margin-left: auto;
	margin-right: auto;
}
.widget .so-widget-sow-accordion .sow-accordion .sow-accordion-panel {
	margin-bottom: 11px;
	box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.1);
}
.widget .so-widget-sow-accordion .sow-accordion .sow-accordion-panel:last-child {
	margin-bottom: 0;
}
.so-widget-sow-accordion .sow-accordion .sow-accordion-panel .sow-accordion-panel-header-container .sow-accordion-panel-header {
	background: linear-gradient(94.21deg, rgba(83, 122, 169, 0.9) 0%, rgba(32, 40, 89, 0.9) 100%);
	padding: 15px;
}
.so-widget-sow-accordion .sow-accordion .sow-accordion-panel .sow-accordion-panel-header-container .sow-accordion-panel-header:focus,
.widget .so-widget-sow-accordion .sow-accordion .sow-accordion-panel .sow-accordion-panel-content .sow-accordion-panel-border:focus {
	outline: none;
}
.so-widget-sow-accordion .sow-accordion .sow-accordion-panel .sow-accordion-panel-header-container .sow-accordion-panel-header .sow-accordion-title {
	color: #FFFFFF;
	font-size: 16px;
	font-family: 'Kanit', sans-serif;
	font-weight: 600;
	line-height: 1.4;
}
.so-widget-sow-accordion .sow-accordion .sow-accordion-panel .sow-accordion-open-close-button {
	color: #FFFFFF;
}
.widget .so-widget-sow-accordion .sow-accordion .sow-accordion-panel .sow-accordion-panel-content .sow-accordion-panel-border {
	color: #FFFFFF;
	padding: 15px;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(94.21deg, rgba(83, 122, 169, 0.9) 0%, rgba(32, 40, 89, 0.9) 100%);
}
@media screen and (min-width: 576px) {
	.so-widget-sow-accordion .sow-accordion .sow-accordion-panel .sow-accordion-panel-header-container .sow-accordion-panel-header .sow-accordion-title {
		font-size: 18px;
	}
}
@media screen and (min-width: 781px) {
	.so-widget-sow-accordion .sow-accordion .sow-accordion-panel .sow-accordion-panel-header-container .sow-accordion-panel-header .sow-accordion-title {
		font-size: 20px;
	}
}
@media screen and (min-width: 1024px) {
	.so-widget-sow-accordion .sow-accordion .sow-accordion-panel .sow-accordion-panel-header-container .sow-accordion-panel-header,
	.widget .so-widget-sow-accordion .sow-accordion .sow-accordion-panel .sow-accordion-panel-content .sow-accordion-panel-border {
		padding: 20px;
	}
}
@media screen and (min-width: 1200px) {
	.so-widget-sow-accordion .sow-accordion .sow-accordion-panel .sow-accordion-panel-header-container .sow-accordion-panel-header,
	.widget .so-widget-sow-accordion .sow-accordion .sow-accordion-panel .sow-accordion-panel-content .sow-accordion-panel-border {
		padding: 24px;
	}
}

/* Hero section
------------------------------------------------------------------------ **/
.hero-section,
.hero-section > div {
	position: relative;
}
.hero-section {
	color: #FFFFFF;
	padding-top: 60px;
	padding-bottom: 60px;    
}
.hero-section::before {
	content: '';
	display: block;
	background: linear-gradient(94.21deg, #537AA9 0%, #202859 100%);
	/*opacity: 0.8;*/
	opacity: 1;

	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.hero-section.opaque85::before {
	/*opacity: 0.85;*/
}
.hero-section.opaque100::before {
	/*opacity: 1;*/
}
.hero-section h5 {
	color: #FFFFFF;
}
.hero-section .so-widget-sow-slider .sow-slider-base ul.sow-slider-images .sow-slider-image-wrapper {
	max-width: 100% !important;
}
.hero-section .so-widget-sow-slider .sow-slider-base ul.sow-slider-images .sow-slider-image-wrapper .sow-slider-image-foreground-wrapper {
	width: 100%;
}
.hero-section .sow-slider-base ul.sow-slider-images img {
	width: 100% !important;
	object-fit: cover;
	object-position: bottom center;
	filter: drop-shadow(0px 4px 14px rgba(0, 0, 0, 0.25));
	max-height: 600px !important;
	display: block;
}
.hero-section .image-not-w100 .sow-slider-base ul.sow-slider-images img {
	width: auto !important;
	margin-left: auto;
	margin-right: auto;
}
@media screen and (min-width: 781px) {
	.hero-section .content-cell {
		max-width: 480px;
	}
}

/* Radon Fact section
------------------------------------------------------------------------ **/
.radon-fact-wrapper {
	max-width: 400px;
	margin-left: auto;
	margin-right: auto;
}
.radon-fact-wrapper > div {
	background: linear-gradient(94.21deg, rgba(83, 122, 169, 0.6) 0%, rgba(32, 40, 89, 0.6) 100%);
}
.radon-fact-wrapper .so-widget-image {
	object-fit: contain;
	object-position: center;
}

/* Who We Serve section
------------------------------------------------------------------------ **/
.who-we-serve-wrapper,
.who-we-serve-wrapper > div {
	position: relative;
}
.who-we-serve-wrapper {
	padding: 80px 20px;
	transition: all 300ms ease-in-out;
    transform: translate3d(0, 0, 0);
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}
.who-we-serve-wrapper:hover,
.who-we-serve-wrapper:focus {
	transform: translate3d(0, -3px, 0);
}
.who-we-serve-wrapper::before {
	content: '';
	display: block;
	background: linear-gradient(94.21deg, rgba(83, 122, 169, 0.75) 0%, rgba(32, 40, 89, 0.75) 100%);

	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.who-we-serve-wrapper:hover::before,
.who-we-serve-wrapper:focus::before {
	background: -o-radial-gradient(circle, rgba(83,122,169,1) 0%, rgba(32,40,89,0.75) 100%);
	background: radial-gradient(circle, rgba(83,122,169,1) 0%, rgba(32,40,89,0.75) 100%);
}
.who-we-serve-wrapper .so-widget-sow-image .sow-image-container {
	margin-bottom: 10px;
	height: 75px;
	align-items: center;
}
.who-we-serve-wrapper .so-widget-sow-image .so-widget-image {
	max-height: 75px;
	height: auto;
	width: auto;
	display: block;
}
.who-we-serve-wrapper h3 {
	color: #FFFFFF;
	font-size: 18px;
	text-transform: uppercase;
}
@media screen and (min-width: 781px) {
	.who-we-serve-wrapper {
		max-width: 100%;
	}
	.who-we-serve-wrapper h3 {
		font-size: 20px;
	}
}
@media screen and (min-width: 1200px) {
	.who-we-serve-wrapper h3 {
		font-size: 21px;
	}
}

/* Why Choose Us section
------------------------------------------------------------------------ **/
#why-us-feat-list .sow-features-feature .sow-icon-container {
	margin: 0 10px 0 0;
    background: linear-gradient(94.21deg, #537AA9 0%, #202859 100%);
    border-radius: 100%;
    color: transparent !important;
}
#why-us-feat-list .sow-icon-container > span {
    background-color: #537AA9;
    width: calc(100% - 6px);
    height: calc(100% - 6px);
    border-radius: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
#why-us-feat-list .sow-features-feature h4 {
	text-transform: uppercase;
}
@media screen and (min-width: 576px) {
	#why-us-feat-list .sow-features-list {
		grid-template-columns: 1fr 1fr;
	}
}
@media screen and (min-width: 1200px) {
	#why-us-feat-list .sow-features-feature .sow-icon-container {
		margin-right: 20px;
	}
}

/** Certification logos
--------------------------------------------------------------------------- **/
#certifications-logos .so-widget-sow-image-grid .sow-image-grid-wrapper {
	display: grid;
	grid-row-gap: 10px;
	grid-column-gap: 10px;
	grid-template-columns: repeat( auto-fit, minmax(90px, 150px) );
}
#certifications-logos .sow-image-grid-wrapper .sow-image-grid-image img {
	mix-blend-mode: multiply;
}
@media screen and (min-width: 1200px) {
	#certifications-logos .so-widget-sow-image-grid .sow-image-grid-wrapper {
		display: flex;
		grid-row-gap: 20px;
		grid-column-gap: 40px;
	}
}

/** Reviews 
------------------------------------------------------------------------------------- **/
.testimonial-section,
.testimonial-section > div {
	position: relative;
}
.testimonial-section::before {
	content: '';
	display: block;
	background: rgba(0, 0, 0, 0.4);

	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.review-cell .review-content {
	color: #FFFFFF;
	text-align: center;
	padding: 20px;
	min-height: 170px;
	background: linear-gradient(94.21deg, rgba(83, 122, 169, 0.8) 0%, rgba(32, 40, 89, 0.8) 100%);

	display: flex;
	align-items: center;
	justify-content: center;
}
.review-cell .review-content > div,
.review-cell .review-content > div > div {
	position: relative;
}
.review-cell .review-content > div::before {
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	background: url(images/icon-quote.svg) no-repeat center center / contain;

	position: absolute;
}
.review-cell .review-content > div > div {
	padding-left: 30px;
}
.review-cell .reviewer-wrap {
	flex-wrap: nowrap;
	-webkit-flex-direction: row !important;
	-ms-flex-direction: row !important;
	flex-direction: row !important;
    justify-content: flex-start !important;
    padding: 0 15px;
    margin-top: -15px;
}
.review-cell .reviewer-wrap .panel-grid-cell {
    width: auto !important;
    margin-bottom: 0 !important;
}
.review-cell .reviewer-wrap .panel-grid-cell:not(:last-child) {
    margin-right: 9px !important;
}
.review-cell .reviewer-wrap .review-photo {
	width: 50px;
	height: 50px;
	background: linear-gradient(94.21deg, rgba(83, 122, 169, 0.8) 0%, rgba(32, 40, 89, 0.8) 100%);
	padding: 2px;
}
.review-cell .reviewer-wrap .review-photo > div {
	background-color: #BCBECD;
	width: 100%;
	height: 100%;
}
.review-cell .reviewer-wrap .review-photo img {
	max-height: 20px;
	height: auto;
	max-width: 20px;
	width: auto;
}
.review-cell .reviewer-wrap .review-photo,
.review-cell .reviewer-wrap .review-photo > div {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
}
.review-cell .reviewer-wrap .reviewer-name {
	color: #FFFFFF;
	font-size: 16px;
	padding-top: 9px;
}
@media screen and (min-width: 781px) {
	.review-cell .review-content {
		min-height: 230px;
	}
}
@media screen and (min-width: 1200px) {
	.review-cell .review-content {
		padding-top: 30px;
		padding-bottom: 30px;
	}
}


/* CTA section
------------------------------------------------------------------------ **/
.cta-section,
.cta-section > div {
	position: relative;
}
.cta-section {
	color: #FFFFFF;
	text-align: center;
}
.cta-section::before {
	content: '';
	display: block;
	background: linear-gradient(94.21deg, rgba(83, 122, 169, 0.9) 0%, rgba(32, 40, 89, 0.9) 100%);

	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.cta-section button.white:not(:hover):not(:focus),
.cta-section .button.white:not(:hover):not(:focus),
.cta-section [class*='so-widget-sow-button-flat-'].so-widget-sow-button .ow-button-base a.white:not(:hover):not(:focus) {
	color: #212121;
	border-color: #FFFFFF;
	background-color: #FFFFFF;
}

/* Single Resource template
------------------------------------------------------------------------ **/
.single-resource .site-inner {
	max-width: 800px;
}
.single-resource .entry-header,
.single-resource main.content {
	margin-bottom: 60px;
}
.single-resource .entry-header {
	position: relative;
	background-size: cover;
	background-position: center;
	padding: 60px 20px;
}
.single-resource .entry-header::before {
	content: '';
	display: block;
	background: linear-gradient(94.21deg, #537AA9 0%, #202859 100%);
	opacity: 0.8;

	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.single-resource .entry-header .entry-title {
	background: unset;
	-webkit-background-clip: unset;
	background-clip: unset;
	-webkit-text-fill-color: initial;
	text-fill-color: initial;

	color: #FFFFFF;
	text-align: center;
	position: relative;
	max-width: 800px;
	margin: 0 auto;
}

/* Resources page
------------------------------------------------------------------------ **/
.facet-resource {
    max-width: 800px;
    margin: 0 auto;
}
.resource-img img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}
.resource-right {
    margin-left: 10px;
}
.resource-title {
    font-weight: 500;
    font-size: 21px;
    font-family: 'Rubik', sans-serif;
    line-height: 1.5;
    margin: 0 0 10px;
}
.resource-title a {
	text-decoration: none;
}
.resource-bttn {
    margin-top: 15px;
}
@media screen and (min-width: 781px) {
	.resource-title {
		font-size: 22px;
	}
	.resource-right {
    	margin-left: 20px;
	}
}
@media screen and (min-width: 1200px) {
	.resource-title {
		font-size: 24px;
	}
	.resource-right {
    	margin-left: 30px;
	}
}
@media screen and (max-width: 767px) and (orientation: portrait) {
	.fwpl-row.el-nrwt8p {
	    display: block !important;
	}
	.resource-right {
	    margin-left: 0;
	}
	.resource-img {
		margin-bottom: 20px;
	}
}

/* Resources section - grid
------------------------------------------------------------------------ **/
.resources-grid {
	max-width: 400px;
	margin-left: auto;
	margin-right: auto;
}
.resources-grid .sow-blog.sow-blog-layout-grid article .sow-entry-thumbnail {
	margin: 0 0 10px;
	position: relative;
}
.resources-grid .sow-blog.sow-blog-layout-grid article .sow-entry-thumbnail a {
	position: relative;
}
.resources-grid .sow-blog.sow-blog-layout-grid article .sow-entry-thumbnail a::before {
	content: '';
	display: block;
	background-color: rgba(0, 0, 0, 0.03);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.resources-grid .sow-blog.sow-blog-layout-grid article .sow-entry-thumbnail img {
	width: 100%;
	height: 200px;
	object-fit: cover;
	object-position: center;
}
.resources-grid .sow-blog article .sow-blog-content-wrapper {
	padding: 0 !important;
	overflow: unset;
}
.resources-grid .so-widget-sow-blog .sow-blog-layout-grid .sow-blog-posts {
	display: grid;
	grid-template-columns: 1fr;
	grid-column-gap: 3%;
	grid-row-gap: 40px;
}
.resources-grid .so-widget-sow-blog .sow-blog-layout-grid .sow-blog-posts article {
	border: 0;
}
.resources-grid .so-widget-sow-blog .sow-blog-layout-grid .sow-blog-posts article,
.resources-grid .so-widget-sow-blog .sow-blog-layout-grid .sow-blog-posts .sow-entry-header,
.resources-grid .so-widget-sow-blog .sow-blog-layout-grid .sow-blog-posts .sow-entry-header .sow-entry-title {
	margin-bottom: 0 !important;
}
.resources-grid .so-widget-sow-blog .sow-blog-layout-grid .sow-blog-posts .sow-entry-header .sow-entry-title {
	line-height: 1.4;
}
.resources-grid .so-widget-sow-blog .sow-blog-layout-grid .sow-blog-posts article .sow-entry-content {
	display: none !important;
}
@media screen and (min-width: 781px) {
	.resources-grid {
		max-width: 100%;
	}
	.resources-grid .so-widget-sow-blog .sow-blog-layout-grid .sow-blog-posts {
		grid-template-columns: 1fr 1fr 1fr;
	}
	.resources-grid .so-widget-sow-blog .sow-blog-layout-grid .sow-blog-posts .sow-entry-header .sow-entry-title {
		font-size: 20px;
	}
	.resources-grid .sow-blog.sow-blog-layout-grid article .sow-entry-thumbnail img {
		height: 250px;
	}
}
@media screen and (min-width: 1200px) {
	.resources-grid .sow-blog.sow-blog-layout-grid article .sow-entry-thumbnail img {
		height: 300px;
	}
	.resources-grid .so-widget-sow-blog .sow-blog-layout-grid .sow-blog-posts .sow-entry-header .sow-entry-title {
		font-size: 21px;
	}
}

/* FAQs section
------------------------------------------------------------------------ **/
.faqs-section {
	background: linear-gradient(0deg, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), linear-gradient(94.21deg, #537AA9 0%, #202859 100%);
}

/* Process section
------------------------------------------------------------------------ **/
.process-cell {
	text-align: center;
}
.process-count, 
.process-count > div {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}
.process-count {
	color: #FFFFFF;
	font-size: 71.25px;
	font-weight: 700;
	line-height: 1.15;
	letter-spacing: -0.03em;
	text-align: center;

	min-width: 95px;
	width: 95px;
	min-height: 95px;
	height: 95px;
	margin: 0 auto;

	background: linear-gradient(94.21deg, #537AA9 0%, #202859 100%);
	padding: 3.8px;
}
.process-count > div {
    width: 100%;
    height: 100%;
    background-color: #537AA9;
}
.process-cell h4 {
	color: #202859;
	text-transform: uppercase;
}

/* Contact page hero section
------------------------------------------------------------------------ **/
#contact-info-features .so-widget-sow-features .sow-features-list {
	grid-row-gap: 50px;
}
#contact-info-features .sow-features-list .sow-features-feature {
    padding: 0;
}
#contact-info-features .sow-features-list .sow-features-feature.sow-icon-container-position-right .sow-icon-container {
	margin-bottom: 0;
}
#contact-info-features .sow-features-list .sow-features-feature h4 {
    margin: 0;
}
#contact-info-features .sow-features-list .sow-features-feature .textwidget a:not(:hover):not(:focus) {
    color: inherit;
    text-decoration: none;
}
@media screen and (min-width: 1200px) {
	#contact-info-features .sow-features-list .sow-features-feature.sow-icon-container-position-right .sow-icon-container {
	    margin-right: 40px;
	}
}

/* Geo Location */
.has-hero-overlay.hero-section::before{
	opacity: 0.8;
}
.custom-hero-feature .sow-features-feature {
    align-items: flex-start !important;
}

.custom-hero-feature .textwidget {
    padding-left: 30px;
}

.custom-hero-feature h4 {
    line-height: 1.1;
}
.custom-hero-feature .sow-features-list {
    grid-gap: 16px !important;
}
.btn-white {
    background: #fff;
    color: #212121;
}
.btn-transparent {
    background: transparent;
    border-color: #fff;
}

@media (max-width: 780px){
	.custom-hero-feature .sow-icon-image{
		left: 50%;
    	transform: translateX(-50%);
	}
	.custom-hero-feature .textwidget {
		padding-left: 0;
	}
	.custom-hero-feature .sow-features-list {
		grid-gap: 26px!important;
	}
}

/* radon testing devices row */
.radon-testing-device-row {
	background-color: #EEEEEE;
	padding: 40px 20px;
}
.radon-testing-device-row .widget .so-widget-sow-headline .sow-headline-container [class*='sow-'] {
	line-height: 1.2;
}
.mix-blend-multiply .so-widget-sow-image .sow-image-container .so-widget-image {
	mix-blend-mode: multiply;
}

@media screen and (min-width: 768px) {
	.radon-testing-device-row {
		padding-left: calc(20px + (40 - 20) * (100vw - 768px) / (1199 - 768));
		padding-right: calc(20px + (40 - 20) * (100vw - 768px) / (1199 - 768));
	}
}
@media screen and (min-width: 1200px) {
	.radon-testing-device-row {
		padding-left: 40px;
		padding-right: 40px;
	}
}
