/*
Theme Name: Advanced Radon Solutions 2023
Theme URI: https://adeptplus.com/
Description: 
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: advancedradon2023
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;}.advancedradon2023-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: #262525;
	font-family: 'Roboto', 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,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.highlight > a.mega-menu-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: #A01D22;
	text-decoration: underline;
}
a:focus,
a:hover {
	color: #C92833;
	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.5;
	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,
	blockquote {
		font-size: 18px;
		line-height: 1.6;
	}
	.small {
		font-size: 16px;
	}
}

/* Headings
--------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
	color: #A01D22;
	font-family: 'Archivo', sans-serif;
	margin: 0 0 20px;
	text-decoration: none;
}
h1, h2, h3, h4, h5 {
	font-weight: 700;
}
h1, h2, h3,
.widget .so-widget-sow-headline .sow-headline-container h1[class*='sow-'],
.widget .so-widget-sow-headline .sow-headline-container h2[class*='sow-'],
.widget .so-widget-sow-headline .sow-headline-container h3[class*='sow-'] {
	line-height: 1.25;
}
h1, h2, h3, h5 {
	text-transform: uppercase;
}
h1 {
	font-size: 32px;
	letter-spacing: -0.32px;
}
h2,
.h1-font-size-h2 h1 {
	font-size: 24px;
}
h3 {
	font-size: 21px;
}
.h3-font-size-24 h3 {
	font-size: 20px;
}
h3.widget-title {
	text-transform: none;
}
h4, h5, h6,
.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.5;
}
h4 {
	font-size: 18px;
}
h5 {
	color: #262525;
	font-size: 14px;
	letter-spacing: 1px;
}
h6 {
	font-size: 16px;
	font-weight: 600;
}
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: 42px;
		letter-spacing: -0.97px;
	}
	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.175;
	}
	h2,
	.h1-font-size-h2 h1 {
		font-size: 32px;
	}
	h3 {
		font-size: 24px;
	}
	.h3-font-size-24 h3 {
		font-size: 22px;
	}
	h4 {
		font-size: 20px;
	}
	h5 {
		letter-spacing: 0.9px;
	}
}
@media screen and (min-width: 1200px) {
	h1 {
		font-size: 54px;
		letter-spacing: -1.62px;
	}
	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.1;
	}
	h2,
	.h1-font-size-h2 h1 {
		font-size: 40px;
	}
	h3, h5, h4, 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.2;
	}
	h3 {
		font-size: 26px;
		letter-spacing: -1px;
	}
	.h3-font-size-24 h3 {
		font-size: 24px;
	}
	h4 {
		font-size: 21px;
	}
	h5 {
		font-size: 16px;
		letter-spacing: 0.8px;
	}
	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,
.more-link-wrap > a {
	color: #FFFFFF;
	font-size: 15px;
	font-weight: 600;
	font-family: 'Roboto', sans-serif;
	line-height: 1.067;
	text-shadow: none;

	background-color: #F29F24;
	border: 1px solid #F29F24;
	border-radius: 3px;
	cursor: pointer;
	display: inline-block;
	
	padding: 11px 16px;
	text-align: center;
	text-decoration: none;
	transform: translate3d(0, 0, 0);
	white-space: normal;
}
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: #A01D22;
	border-color: #A01D22;
	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: #252626;
	border-color: #BDBDBD;
	background-color: transparent;
}
[class*='so-widget-sow-button-flat-'].so-widget-sow-button .ow-button-base a.hollow:not(:hover):not(:focus) {
	color: #252626 !important;
}
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: #1B1B1B;
}
[class*='so-widget-sow-button-flat-'].so-widget-sow-button .ow-button-base a.white:not(:hover):not(:focus) {
	color: #1B1B1B !important;
}
a.button.small,
button.small,
input[type="button"].small,
input[type="reset"].small,
input[type="submit"].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;
}
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,
.more-link-wrap > a:hover,
.more-link-wrap > a:focus {
	background-color: #D8871E;
	border-color: #D8871E;
	box-shadow: 0 6px 24px rgba(0, 0, 0, 0.14);
	color: #FFFFFF;
	text-decoration: none;
	transform: translate3d(0, -3px, 0);
}
[class*='so-widget-sow-button-flat-'].so-widget-sow-button .ow-button-base a.has-icon.ow-icon-placement-left > span,
[class*='so-widget-sow-button-flat-'].so-widget-sow-button .ow-button-base a.has-icon.ow-icon-placement-right > span {
	justify-content: space-between;
	grid-gap: 15px;
}
[class*='so-widget-sow-button-flat-'].so-widget-sow-button .ow-button-base a span[class*='sow-icon-'] {
	float: none;
	margin: 0;
}
[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: 15px;
}
.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,
	input[type="button"].large,
	input[type="reset"].large,
	input[type="submit"].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: 18px;
	}
}
@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: #666666;
	opacity: 1;
}
::-moz-placeholder {
	color: #666666;
	opacity: 1;
}
:-ms-input-placeholder {
	color: #666666;
	opacity: 1;
}
::-ms-input-placeholder {
	color: #666666;
	opacity: 1;
}
::placeholder {
	color: #666666;
	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: #0B1E2C;
	font-size: 16px;
	line-height: 1.6;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	padding: 5px 10px;
	width: 100%;
	background-color: #F4F8FB;
	border: 1px solid #E0E0E0;
	border-radius: 6px;
	/*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: #F29F24;
	padding: 30px 20px;
}
.widget_gform_widget .widget-title, 
.gform_widget .widget-title {
	color: #FFFFFF;
	font-size: 18px;
	text-transform: uppercase;
}
.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 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: #EEEEEE;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    line-height: 1.5;
    margin-bottom: 6px;
    display: block;
}
/*.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;
}
.gform_wrapper.gravity-theme form .gform_footer input[type="submit"] {
	background-color: #A01D22;
}
.gform_wrapper.gravity-theme form .gform_footer input[type="submit"]:hover,
.gform_wrapper.gravity-theme form .gform_footer input[type="submit"]:focus {
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.60) 0%, rgba(0, 0, 0, 0.60) 100%), #A01D22; 
}
.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: 65px;
	}
	.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: 5px 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: #262525;
	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,
.advancedradon2023-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 #262525;
	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 {}
.entry-content .search-form,
.site-header .search-form {
	margin-bottom: 35px;
	width: 100%;
}
.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: #262525;
	margin-bottom: 20px;
}
.archive-title {
	margin: 0 0 30px 0;
}
.entry-title {}
.single .entry-title {}
.advancedradon2023-subtitle {
	color: #A01D22;
	display: block;
	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: #262525;*/
	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: #C92833;
	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: #262525;
	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: #262525;
	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 #262525;
	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: #262525;
	outline: #ccc solid 1px;*/
	outline: none;
}

/* Site Header
---------------------------------------------------------------------------- */
.site-header {
	background-color: #FFFFFF;
	padding: 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;
}
@media screen and (min-width: 1076px) {
	.site-header {
		padding-top: 0;
		padding-bottom: 0;
	}
}

/* Title Area
--------------------------------------------- */
.title-area {
	float: left;
	margin-right: 10px;
	width: 230px;
	max-width: 50%;
	padding: 10px 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: #C92833;
	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;
}
.site-header .custom-logo-link {
	display: block;
}
.site-header .custom-logo-link .custom-logo {
	max-height: 75px;
	width: auto;
	display: block;
}
@media only screen and (min-width: 1076px) {
	.title-area,
	.wp-custom-logo .title-area {
		max-width: 220px;
	}
}


/* Site Navigation
---------------------------------------------------------------------------- */
.genesis-nav-menu {
	clear: both;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 600;
	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: #1B1B1B;
	text-decoration: none;
	display: block;
	padding: 10px 16px;
}
.genesis-nav-menu > .menu-item > a,
.site-header #mega-menu-wrap-primary #mega-menu-primary,
.site-header #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
	font-weight: 600;
}
.genesis-nav-menu .menu-item-has-children > a  {
	padding-right: 32px;
}
.genesis-nav-menu .highlight {
	margin-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: #A01D22;
	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: 215px;
	z-index: 99;
}
.genesis-nav-menu .sub-menu a {
	background-color: #FFFFFF;
	border-top: 1px solid #EEEEEE;
	font-size: 14px;
	padding: 16px 20px;
	position: relative;
	width: 215px;
	word-wrap: break-word;
}
.genesis-nav-menu .who-we-serve-menu-items .sub-menu,
.genesis-nav-menu .who-we-serve-menu-items .sub-menu a {
	width: 260px;
}
.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 .mega-menu-item:not(.highlight) a.mega-menu-link[aria-current="page"] {
	color: #A01D22 !important;
	text-decoration: none;
}
.site-header #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > 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;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.highlight > a.mega-menu-link {
    height: auto;
}
#mega-menu-wrap-primary #mega-menu-primary .with-icon.mega-menu-item > a.mega-menu-link {
	line-height: 2;
}
#mega-menu-wrap-primary #mega-menu-primary .with-icon.mega-menu-item > a.mega-menu-link::before {
	content: '';
	display: inline-block;
	vertical-align: middle;	
	width: 30px;
	height: 30px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 20px;
	margin: -3px 6px 0 0;
}
#mega-menu-wrap-primary #mega-menu-primary .testing.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 512 512'%3E%3Cpath fill='%231B1B1B' 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");
}
#mega-menu-wrap-primary #mega-menu-primary .testing.mega-menu-item > a.mega-menu-link:hover::before,
#mega-menu-wrap-primary #mega-menu-primary .testing.mega-menu-item > a.mega-menu-link:focus::before,
#mega-menu-wrap-primary #mega-menu-primary .testing.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 512 512'%3E%3Cpath fill='%23A01D22' 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");
}
#mega-menu-wrap-primary #mega-menu-primary .mitigation.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 512 512'%3E%3Cpath fill='%231B1B1B' 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");
}
#mega-menu-wrap-primary #mega-menu-primary .mitigation.mega-menu-item > a.mega-menu-link:hover::before,
#mega-menu-wrap-primary #mega-menu-primary .mitigation.mega-menu-item > a.mega-menu-link:focus::before,
#mega-menu-wrap-primary #mega-menu-primary .mitigation.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 512 512'%3E%3Cpath fill='%23A01D22' 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");
}
#mega-menu-wrap-primary #mega-menu-primary .repair.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 512 512'%3E%3Cpath fill='%231B1B1B' 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");
}
#mega-menu-wrap-primary #mega-menu-primary .repair.mega-menu-item > a.mega-menu-link:hover::before,
#mega-menu-wrap-primary #mega-menu-primary .repair.mega-menu-item > a.mega-menu-link:focus::before,
#mega-menu-wrap-primary #mega-menu-primary .repair.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 512 512'%3E%3Cpath fill='%23A01D22' 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");
}
#mega-menu-wrap-primary #mega-menu-primary .crawlspace.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 448 512'%3E%3Cpath fill='%231B1B1B' d='M50.7 58.5L0 160H208V32H93.7C75.5 32 58.9 42.3 50.7 58.5zM240 160H448L397.3 58.5C389.1 42.3 372.5 32 354.3 32H240V160zm208 32H0V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V192z'/%3E%3C/svg%3E");
}
#mega-menu-wrap-primary #mega-menu-primary .crawlspace.mega-menu-item > a.mega-menu-link:hover::before,
#mega-menu-wrap-primary #mega-menu-primary .crawlspace.mega-menu-item > a.mega-menu-link:focus::before,
#mega-menu-wrap-primary #mega-menu-primary .crawlspace.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 448 512'%3E%3Cpath fill='%23A01D22' d='M50.7 58.5L0 160H208V32H93.7C75.5 32 58.9 42.3 50.7 58.5zM240 160H448L397.3 58.5C389.1 42.3 372.5 32 354.3 32H240V160zm208 32H0V416c0 35.3 28.7 64 64 64H384c35.3 0 64-28.7 64-64V192z'/%3E%3C/svg%3E");
}
#mega-menu-wrap-primary #mega-menu-primary .vapor.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 640 512'%3E%3Cpath fill='%231B1B1B' 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");
}
#mega-menu-wrap-primary #mega-menu-primary .vapor.mega-menu-item > a.mega-menu-link:hover::before,
#mega-menu-wrap-primary #mega-menu-primary .vapor.mega-menu-item > a.mega-menu-link:focus::before,
#mega-menu-wrap-primary #mega-menu-primary .vapor.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 640 512'%3E%3Cpath fill='%23A01D22' 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");
}
#mega-menu-wrap-primary #mega-menu-primary .homeowner.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 576 512'%3E%3Cpath fill='%231B1B1B' 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");
}
#mega-menu-wrap-primary #mega-menu-primary .homeowner.mega-menu-item > a.mega-menu-link:hover::before,
#mega-menu-wrap-primary #mega-menu-primary .homeowner.mega-menu-item > a.mega-menu-link:focus::before,
#mega-menu-wrap-primary #mega-menu-primary .homeowner.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 576 512'%3E%3Cpath fill='%23A01D22' 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");
}
#mega-menu-wrap-primary #mega-menu-primary .buyer-seller.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 576 512'%3E%3Cpath fill='%231B1B1B' 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");
}
#mega-menu-wrap-primary #mega-menu-primary .buyer-seller.mega-menu-item > a.mega-menu-link:hover::before,
#mega-menu-wrap-primary #mega-menu-primary .buyer-seller.mega-menu-item > a.mega-menu-link:focus::before,
#mega-menu-wrap-primary #mega-menu-primary .buyer-seller.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 576 512'%3E%3Cpath fill='%23A01D22' 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");
}
#mega-menu-wrap-primary #mega-menu-primary .realtor.mega-menu-item > a.mega-menu-link::before {
	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 fill='%231B1B1B' 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'/%3E%3C/svg%3E");
}
#mega-menu-wrap-primary #mega-menu-primary .realtor.mega-menu-item > a.mega-menu-link:hover::before,
#mega-menu-wrap-primary #mega-menu-primary .realtor.mega-menu-item > a.mega-menu-link:focus::before,
#mega-menu-wrap-primary #mega-menu-primary .realtor.mega-menu-item > a.mega-menu-link.mega-menu-link[aria-current="page"]::before {
	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 fill='%23A01D22' 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'/%3E%3C/svg%3E");
}
#mega-menu-wrap-primary #mega-menu-primary .property.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 640 512'%3E%3Cpath fill='%231B1B1B' 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 48v80h89.9c-6.3-10.2-9.9-22.2-9.9-35.1c0-46.9 25.8-87.8 64-109.2V271.8 48c0-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-16zM576 272a80 80 0 1 0 -160 0 80 80 0 1 0 160 0zM352 477.1c0 19.3 15.6 34.9 34.9 34.9H605.1c19.3 0 34.9-15.6 34.9-34.9c0-51.4-41.7-93.1-93.1-93.1H445.1c-51.4 0-93.1 41.7-93.1 93.1z'/%3E%3C/svg%3E");
}
#mega-menu-wrap-primary #mega-menu-primary .property.mega-menu-item > a.mega-menu-link:hover::before,
#mega-menu-wrap-primary #mega-menu-primary .property.mega-menu-item > a.mega-menu-link:focus::before,
#mega-menu-wrap-primary #mega-menu-primary .property.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 640 512'%3E%3Cpath fill='%23A01D22' 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 48v80h89.9c-6.3-10.2-9.9-22.2-9.9-35.1c0-46.9 25.8-87.8 64-109.2V271.8 48c0-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-16zM576 272a80 80 0 1 0 -160 0 80 80 0 1 0 160 0zM352 477.1c0 19.3 15.6 34.9 34.9 34.9H605.1c19.3 0 34.9-15.6 34.9-34.9c0-51.4-41.7-93.1-93.1-93.1H445.1c-51.4 0-93.1 41.7-93.1 93.1z'/%3E%3C/svg%3E");
}
#mega-menu-wrap-primary #mega-menu-primary .builder.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 448 512'%3E%3Cpath fill='%231B1B1B' d='M216 0c-13.3 0-24 10.7-24 24V80L163.6 23.1C125.6 43.5 99 82.6 96.2 128H96c-13.3 0-24 10.7-24 24s10.7 24 24 24H352c13.3 0 24-10.7 24-24s-10.7-24-24-24h-.2C349 82.6 322.4 43.5 284.4 23.1L256 80V24c0-13.3-10.7-24-24-24H216zm8 320c65.3 0 119.1-48.9 127-112H97c7.9 63.1 61.7 112 127 112zm-89.6 32C60.2 352 0 412.2 0 486.4C0 500.5 11.5 512 25.6 512H422.4c14.1 0 25.6-11.5 25.6-25.6C448 412.2 387.8 352 313.6 352H134.4z'/%3E%3C/svg%3E");
}
#mega-menu-wrap-primary #mega-menu-primary .builder.mega-menu-item > a.mega-menu-link:hover::before,
#mega-menu-wrap-primary #mega-menu-primary .builder.mega-menu-item > a.mega-menu-link:focus::before,
#mega-menu-wrap-primary #mega-menu-primary .builder.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 448 512'%3E%3Cpath fill='%23A01D22' d='M216 0c-13.3 0-24 10.7-24 24V80L163.6 23.1C125.6 43.5 99 82.6 96.2 128H96c-13.3 0-24 10.7-24 24s10.7 24 24 24H352c13.3 0 24-10.7 24-24s-10.7-24-24-24h-.2C349 82.6 322.4 43.5 284.4 23.1L256 80V24c0-13.3-10.7-24-24-24H216zm8 320c65.3 0 119.1-48.9 127-112H97c7.9 63.1 61.7 112 127 112zm-89.6 32C60.2 352 0 412.2 0 486.4C0 500.5 11.5 512 25.6 512H422.4c14.1 0 25.6-11.5 25.6-25.6C448 412.2 387.8 352 313.6 352H134.4z'/%3E%3C/svg%3E");
}
#mega-menu-wrap-primary #mega-menu-primary .business.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 512 512'%3E%3Cpath fill='%23252626' d='M256 0c-35.3 0-64 28.7-64 64v64H64c-35.3 0-64 28.7-64 64V448c0 35.3 28.7 64 64 64H256 448c35.3 0 64-28.7 64-64V192 64c0-35.3-28.7-64-64-64H256zM64 304c0-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-16V304zm208 16c-8.8 0-16-7.2-16-16V272c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H272zm112-16V272c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H400c-8.8 0-16-7.2-16-16zM80 192h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H80c-8.8 0-16-7.2-16-16V208c0-8.8 7.2-16 16-16zM256 80c0-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-16V80zM400 64h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H400c-8.8 0-16-7.2-16-16V80c0-8.8 7.2-16 16-16zM256 208V176c0-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-16zm144 16c-8.8 0-16-7.2-16-16V176c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H400z'/%3E%3C/svg%3E");
}
#mega-menu-wrap-primary #mega-menu-primary .business.mega-menu-item > a.mega-menu-link:hover::before,
#mega-menu-wrap-primary #mega-menu-primary .business.mega-menu-item > a.mega-menu-link:focus::before,
#mega-menu-wrap-primary #mega-menu-primary .business.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 512 512'%3E%3Cpath fill='%23A01D22' d='M256 0c-35.3 0-64 28.7-64 64v64H64c-35.3 0-64 28.7-64 64V448c0 35.3 28.7 64 64 64H256 448c35.3 0 64-28.7 64-64V192 64c0-35.3-28.7-64-64-64H256zM64 304c0-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-16V304zm208 16c-8.8 0-16-7.2-16-16V272c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H272zm112-16V272c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H400c-8.8 0-16-7.2-16-16zM80 192h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H80c-8.8 0-16-7.2-16-16V208c0-8.8 7.2-16 16-16zM256 80c0-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-16V80zM400 64h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H400c-8.8 0-16-7.2-16-16V80c0-8.8 7.2-16 16-16zM256 208V176c0-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-16zm144 16c-8.8 0-16-7.2-16-16V176c0-8.8 7.2-16 16-16h32c8.8 0 16 7.2 16 16v32c0 8.8-7.2 16-16 16H400z'/%3E%3C/svg%3E");
}
#mega-menu-wrap-primary #mega-menu-primary .municipality.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 640 512'%3E%3Cpath fill='%23252626' 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-16zM448 0c-17.7 0-32 14.3-32 32V512h64V192H624c8.8 0 16-7.2 16-16V48c0-8.8-7.2-16-16-16H480c0-17.7-14.3-32-32-32z'/%3E%3C/svg%3E");
}
#mega-menu-wrap-primary #mega-menu-primary .municipality.mega-menu-item > a.mega-menu-link:hover::before,
#mega-menu-wrap-primary #mega-menu-primary .municipality.mega-menu-item > a.mega-menu-link:focus::before,
#mega-menu-wrap-primary #mega-menu-primary .municipality.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 640 512'%3E%3Cpath fill='%23A01D22' 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-16zM448 0c-17.7 0-32 14.3-32 32V512h64V192H624c8.8 0 16-7.2 16-16V48c0-8.8-7.2-16-16-16H480c0-17.7-14.3-32-32-32z'/%3E%3C/svg%3E");
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
	color: #9E9E9E;
}
@media screen and (min-width: 1076px) {
	.genesis-nav-menu > .menu-item:not(.highlight) {
		padding-left: 16px;
		padding-right: 16px;
	}
	.genesis-nav-menu > .menu-item.menu-item-has-children {
		padding-right: 25px;
	}
	.genesis-nav-menu > .menu-item:not(.highlight) > a {
		padding: 32px 0 26px;
		border-bottom: 6px solid transparent;
	}
	.genesis-nav-menu > .menu-item.current-menu-item:not(.highlight) > a {
		border-bottom-color: #A01D22;
	}
	.genesis-nav-menu .current-menu-item.highlight > a {
		color: #FFFFFF;
	}
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link {
		position: relative;
	}
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link::after {
		content: '';
		display: block;
		height: 6px;
		background-color: #A01D22;

		position: absolute;
		bottom: 0;
		left: 16px;
		right: 16px;
	}
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.highlight {
		margin-left: 16px;
	}
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item.highlight > a.mega-menu-link:after {
		display: none;
	}
	#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
		/*margin-left: 16px;*/
	}
}
@media screen and (max-width: 1200px) and (min-width: 1076px) {
	.genesis-nav-menu {
		font-size: 15px;
	}
}
@media only screen and (max-width: 1075px) {
	.genesis-responsive-menu .genesis-nav-menu .sub-menu a,
	.genesis-responsive-menu .genesis-nav-menu .sub-menu {
		float: none;
		max-width: 100%;
		width: 100%;
	}
	.genesis-nav-menu li {
		float: none;
	}

	/* Genesis Responsive Menus */
	.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 a,
	.genesis-responsive-menu .highlight a:focus,
	.genesis-responsive-menu .highlight a:hover {
		background: transparent;
		box-shadow: none;
		color: #262525;
		transform: none;
	}
	.genesis-responsive-menu .highlight a:focus,
	.genesis-responsive-menu .highlight a:hover {
		color: #C92833;
	}
	.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: #C92833;
	}
	.genesis-responsive-menu .genesis-nav-menu .menu-item a {
		border: none;
		margin-bottom: 1px;
		padding: 15px 20px 15px 0;
		text-align: left;
		width: 100%;
	}
	.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-item.highlight {
		margin-top: 10px;
	}
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
		padding-left: 0;
		padding-right: 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: 25px;
	}
	#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 h4 {
		font-size: 16px;
	}
}

/* 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 #A01D22;
	background-color: #A01D22;
	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: "\f158";
}
.sub-menu-toggle {
	color: #FFFFFF;
	border: 0;
	background-color: #A01D22;
	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: #C92833;
	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: #9E9E9E;
		background-color: transparent;
		padding: 0;

		right: 7px;
		top: calc(50% - 8px);
	}
	.sub-menu-toggle:focus,
	.sub-menu-toggle:hover {
		background: transparent;
		color: #9E9E9E;
	}
	.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;
	}
}
@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: 90px;
		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: 767px) {
	.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;
}
.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
--------------------------------------------- */
.advancedradon2023-featured-image {
	margin: 0 0 24px;
	padding: 0;
}
.gb-block-post-grid-image a {
	display: inline-block;
}
.gb-block-post-grid-image a,
.advancedradon2023-featured-image,
.featuredpost .has-post-thumbnail > a {
	position: relative;
	z-index: 1;
}
.featuredpost .alignnone,
.advancedradon2023-featured-image.advancedradon2023-image-alignleft,
.advancedradon2023-featured-image.advancedradon2023-image-alignright {
	margin-bottom: 24px;
}
.advancedradon2023-featured-image.advancedradon2023-image-alignleft img,
.advancedradon2023-featured-image.advancedradon2023-image-alignright img {
	margin: 0;
    height: 250px;
    object-fit: cover;
    width: 100%;
    float: none;
}
.gb-block-post-grid-image img,
.advancedradon2023-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,
.advancedradon2023-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,
.advancedradon2023-featured-image a:focus img,
.advancedradon2023-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) {
	.advancedradon2023-featured-image.advancedradon2023-image-alignleft {
		margin: 0 24px 24px 0;
	}
	.advancedradon2023-featured-image.advancedradon2023-image-alignright {
		margin: 0 0 24px 24px;
	}
	.advancedradon2023-featured-image.advancedradon2023-image-alignleft,
	.advancedradon2023-featured-image.advancedradon2023-image-alignleft img {
		float: left;
	}
	.advancedradon2023-featured-image.advancedradon2023-image-alignright,
	.advancedradon2023-featured-image.advancedradon2023-image-alignright img {
		float: right;
	}
	.advancedradon2023-featured-image.advancedradon2023-image-alignleft img,
	.advancedradon2023-featured-image.advancedradon2023-image-alignright img {
		width: 300px;
	}
}

/* Entries
--------------------------------------------- */
.entry {
	margin-bottom: 70px;
}
.siteorigin-panels .entry {
	margin-bottom: 0;
}
.entry-header {
	margin-bottom: 20px;
}
.entry-content .intro {
	color: #262525;
	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: #262525;
	color: #eee;
}
p.center {
	text-align: center;
}



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

/* Grid Entries
--------------------------------------------- */
.advancedradon2023-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,
.advancedradon2023-grid.archive:not(.woocommerce-page) .entry-header {
	margin-bottom: 24px;
}
.featuredpost .entry-content p,
.advancedradon2023-grid.archive:not(.woocommerce-page) .entry-content p {
	margin-bottom: 12px;
}
@media only screen and (min-width: 801px) {
	.advancedradon2023-grid.archive:not(.woocommerce-page) .content .entry {
		float: left;
		text-align: left;
		padding: 0 20px;
		width: 33.3%;
		max-width: none;
	}
	.advancedradon2023-grid.archive:not(.woocommerce-page) .content .entry:nth-of-type(3n+1) {
		clear: left;
	}
}
@media only screen and (min-width: 861px) {
	.advancedradon2023-grid.archive:not(.woocommerce-page) .content .entry {
		padding-left: 25px;
		padding-right: 25px;
	}
}
@media only screen and (min-width: 1076px) {
	.advancedradon2023-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-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: #262525;
	cursor: pointer;
	display: inline-block;
	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 #A01D22;
	color: #A01D22;
	padding: 6px 20px;
}
.archive-pagination a:focus,
.archive-pagination a:hover,
.archive-pagination .active a {
	background-color: #C92833;
	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-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: #A01D22;
	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;
	}
}

/* Site Footer
---------------------------------------------------------------------------- */
#footer {
	color: #FFFFFF;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.60) 0%, rgba(0, 0, 0, 0.60) 100%), #A01D22;
	padding: 65px 20px 10px;
	text-align: center;
}
#footer a {
	color: #FFFFFF;
}
#main-footer {
	font-size: 14px;
}
#main-footer a {
	text-decoration: none;
}
#footer .footer-logo-wrapper {
	max-width: 160px;
	margin-left: auto;
	margin-right: auto;
}
#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: 14px;
	font-family: 'Archivo', sans-serif;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	width: 100%;
	margin-bottom: 20px;
}
#main-footer .footer-contact-info a {
	margin: 0;
}
#main-footer .footer-contact-info a:not(.button) {
	display: block;
	margin: 8px 0;
}
#main-footer .footer-contact-info .footer-email {
	font-size: 12px;
}
#main-footer ul.menu > li:not(:last-child) {
	margin-bottom: 8px;
}
#footer-copyright {
	text-align: center;
	padding: 7px 20px;
}
#footer-copyright .sep {
	margin-left: 5px;
	margin-right: 5px;
}
#footer a:hover,
#footer a:focus,
#main-footer .current-menu-item a {
	color: #F29F24;
}
@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-socmed .sow-social-media-button {
		margin-left: 4px;
		margin-right: 4px;
	}
	#footer-socmed .sow-social-media-button:first-child {
		margin-left: 0;
	}
	#footer-socmed .sow-social-media-button:last-child {
		margin-right: 0;
	}
	#footer-copyright .sep {
		margin-left: 10px;
		margin-right: 10px;
	}
}

/** Back to Top 
-------------------------------------------------------------------------- */
#back-to-top {
    position: fixed;
    bottom: 10px;
    right: 10px;
    color: #FFFFFF;
    display: block;
    z-index: -1;
    background: #F29F24 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: #D8871E;
}
@media screen and (min-width: 1200px) {
	#back-to-top {
	    bottom: 2em;
	    right: 2em;
	}
}

/* post password
-------------------------------------------------------------------------- */
.post-password-required.entry {
    padding-top: 70px;
    padding-bottom: 150px;
}

/* 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;
	}
}

/* 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: none;
}
@media screen and (min-width: 781px) {
	body.search .entry .entry-title {
		font-size: 24px;
	}
}
@media screen and (min-width: 1200px) {
	body.search .entry .entry-title {
		font-size: 26px;
	}
}

/* Top Bar
------------------------------------------------------------------------------------- */
#advancedradon2023-top-bar {
	font-size: 14px;
	font-family: 'Source Sans 3', sans-serif;
	background-color: #A01D22;
	padding: 4px 20px;
}
#advancedradon2023-top-bar a {
	color: #FFFFFF;
	text-decoration: none;
}
#advancedradon2023-top-bar a:hover,
#advancedradon2023-top-bar a:focus,
#advancedradon2023-top-bar .menu .current-menu-item > a {
	color: #F29F24;
}
#advancedradon2023-top-bar .menu {
	text-align: center;
}
#advancedradon2023-top-bar .menu > li {
	display: inline-block;
	vertical-align: middle;
	padding: 0 10px;
}
#advancedradon2023-top-bar .menu > li:first-child {
	padding-left: 0;
}
#advancedradon2023-top-bar .menu > li:last-child {
	padding-right: 0;
}
@media screen and (min-width: 781px) {
	#advancedradon2023-top-bar .menu {
		font-weight: 600;
		text-transform: uppercase;
		text-align: right;
	}
}
@media screen and (min-width: 1200px) {
	#advancedradon2023-top-bar {
		font-size: 16px;
	}
	#advancedradon2023-top-bar .menu > li:first-child {
		padding-right: 16px;
	}
	#advancedradon2023-top-bar .menu > li:last-child {
		padding-left: 16px;
	}
	#advancedradon2023-top-bar .menu > li:not(:first-child):not(:last-child) {
		padding-left: 16px;
		padding-right: 16px;
	}
}

/* BG Overlay
------------------------------------------------------------------------------------- */
.bg-overlay,
.bg-overlay > div {
	position: relative;
}
.bg-overlay::before {
	content: '';
	display: block;
	background: linear-gradient(0deg, rgba(0, 74, 173, 0.8), rgba(0, 74, 173, 0.8));

	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

/* display, alignment
---------------------------------------------------------------------------- */
.d-flex {
	display: flex;
}
.align-item-center {
	align-items: center;
}
.flex-wrap {
	flex-wrap: wrap;
}

/* .buttons-wrapper
---------------------------------------------------------------------------- */
.buttons-wrapper {
	display: flex;
	flex-wrap: wrap;
	grid-column-gap: 10px;
    column-gap: 10px;
    grid-row-gap: 5px;
    row-gap: 5px;
}
.buttons-wrapper .widget.widget_sow-button {
	margin-bottom: 10px !important;
}
.justify-center {
	justify-content: center;
}
@media screen and (min-width: 1200px) {
	.buttons-wrapper {
	    grid-column-gap: 14px;
    	column-gap: 14px;
    }
    .buttons-wrapper > div:not(:last-child) {
    	margin-right: 10px!important;
	}
}
@media screen and (max-width: 767px) {
	.buttons-wrapper > div:not(:last-child) {
    	margin-bottom: 10px!important;
	}
}

/* Slider
------------------------------------------------------------------------------------- */
.sow-slider-base .sow-slider-pagination li {
	padding-left: 0;
	text-indent: unset;
}

/* Features list
------------------------------------------------------------------------------------- */
.widget .so-widget-sow-features .sow-features-list {
	/*display: grid;
	grid-template-columns: 1fr;
	grid-row-gap: 60px;
    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: 1140px;
	margin-left: auto;
	margin-right: auto;
}
.widget .so-widget-sow-accordion .sow-accordion .sow-accordion-panel {
	margin-bottom: 16px;
	/*filter: drop-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-color: #A01D22;
	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: 18px;
	font-weight: 700;
	line-height: 1.5;
}
.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 {
	padding: 15px;
	background-color: #FFFFFF;
}
@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 {
		padding: 20px;
	}
	.widget .so-widget-sow-accordion .sow-accordion .sow-accordion-panel .sow-accordion-panel-content .sow-accordion-panel-border {
		padding: 10px 20px 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 {
		padding: 24px;
	}
	.widget .so-widget-sow-accordion .sow-accordion .sow-accordion-panel .sow-accordion-panel-content .sow-accordion-panel-border {
		padding: 10px 24px 24px;
	}
}
@media screen and (min-width: 1440px) {
	.so-widget-sow-accordion .sow-accordion .sow-accordion-panel .sow-accordion-panel-header-container .sow-accordion-panel-header {
		padding: 37px 40px;
	}
	.widget .so-widget-sow-accordion .sow-accordion .sow-accordion-panel .sow-accordion-panel-content .sow-accordion-panel-border {
		padding: 40px;
	}
}

/* Hero section
---------------------------------------------------------------------------- */
.hero-section {
	background-color: #A01D22;
	position: relative;
	overflow: hidden;
}
.hero-section-full.hero-section {
	text-align: center;
}
.hero-section .hero-content-outer-wrapper {
	z-index: 2;
	position: relative;
	max-width: 1200px;
	margin: 60px auto;
	margin-bottom: 60px !important;
}
.hero-section .hero-content-wrapper {
	padding: 40px 20px;
	max-width: 585px;
	background: #FFFFFF;
	box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.07);
}
.hero-section .widget .so-widget-sow-features .sow-features-list {
	grid-gap: 0 20px;
}
.hero-section .widget .hero-features .so-widget-sow-features .sow-features-list .sow-features-feature {
	width: auto !important;
}
.hero-section .hero-slider .sow-slider-base ul.sow-slider-images li.sow-slider-image > img {
	width: 100%;
	object-fit: cover;
	object-position: center;
/* 	height: 300px; */
	height: 100%;
}
.hero-section .widget_sow-slider,
.hero-section .hero-slider {
	position: absolute;
	z-index: 1;
	top: 0;
}
.hero-section .widget_sow-slider {
	width: 100%;
	height: 100%;
	top: 50%;
	transform: translateY(-50%);
}
.hero-section .hero-slider {
	width: 77.3611%;
	right: 0;
	bottom: 0;
}
.hero-section .hero-slider .so-widget-sow-slider,
.hero-section .hero-slider .so-widget-sow-slider .sow-slider-base,
.hero-section .hero-slider .so-widget-sow-slider ul.sow-slider-images,
.hero-section .hero-slider .so-widget-sow-slider li.sow-slider-image.sow-slider-image-cover,
.hero-section .hero-slider .so-widget-sow-slider li.sow-slider-image {
	height: 100%;
}
.hero-section .hero-slider .sow-slider-base ul.sow-slider-images li.sow-slider-image > img {
	opacity: 1;
}
.hero-section .hero-features .so-widget-sow-features .sow-features-list .sow-features-feature .sow-icon-container {
	margin-bottom: 0;
	top: -1px;
	height: 20px;
	width: 20px;
}
.hero-section .hero-features .so-widget-sow-features .sow-features-list .sow-features-feature .sow-icon-container > span {
	font-size: 17px !important;
}
@media screen and (min-width: 781px) {
	.hero-section .hero-content-wrapper {
		padding-top: calc(30px + (80 - 30) * (100vw - 781px) / (1440 - 781));
		padding-bottom: calc(30px + (80 - 30) * (100vw - 781px) / (1440 - 781));
		padding-left: calc(20px + (80 - 20) * (100vw - 781px) / (1440 - 781));
		padding-right: calc(20px + (80 - 20) * (100vw - 781px) / (1440 - 781));
	}
}
@media screen and (min-width: 1440px) {
	.hero-section .hero-slider {
		width: 70%;
	}
	.hero-section .hero-content-wrapper {
		padding: 80px;
	}
}
@media screen and (max-width: 1240px) {
	.hero-section .hero-content-outer-wrapper {
		padding-left: 20px;
		padding-right: 20px;
	}
}
.hero-section-full.hero-section .hero-slider {
	width: 100%;
}

/* Radon Facts
------------------------------------------------------------------------ **/
.radon-fact-cell,
.fact-image-cell {
	max-width: 400px;
	margin-left: auto;
	margin-right: auto;
}
.radon-fact-cell {
	font-size: 16px;
	line-height: 1.3;

	padding: 20px 15px;
	background-color: #EEEEEE;
	text-align: center;
}
.radon-fact-cell .fact-info h3 {
	color: #262525;
	font-size: 18px;
	font-family: 'Archivo Narrow', sans-serif;
	font-weight: 700;
	line-height: 1.25;
	text-transform: uppercase;
	margin-bottom: 3px;
}
.fact-image-cell .sow-image-container .so-widget-image {
	object-fit: cover;
	width: 100%;
}
.fact-image-cell .top-left-pos .sow-image-container .so-widget-image {
	object-position: top left;
}
.fact-image-cell .top-right-pos .sow-image-container .so-widget-image {
	object-position: top right;
}
.fact-image-cell .bottom-center-pos .sow-image-container .so-widget-image {
	object-position: bottom center;
}
@media screen and (min-width: 781px) {
	.radon-facts-section .section-title {
		font-size: 30px;
	}
}
@media screen and (min-width: 1200px) {
	.radon-facts-section .section-title {
		font-size: 36px;
	}
}
@media screen and (max-width: 780px) {
	.radon-fact-cell {
		max-width: 400px;
		margin-left: auto;
		margin-right: auto;
	}
}


/* service cell
------------------------------------------------------------------------ **/
.service-cell {
	color: #FFFFFF;
	font-size: 16px;
	text-align: center;
	background-color: #A01D22;
	padding-bottom: 50px;

	max-width: 400px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
.service-cell .octagon-wrap {
	padding: 60px 20px 45px;
}
.service-cell .octagon-wrap .so-widget-sow-icon {
    width: 90px;
    height: 90px;
    overflow: hidden;
    transform: rotate(45deg);
    margin-left: auto;
    margin-right: auto;
}
.service-cell .octagon-wrap .sow-icon-container {
    width: inherit;
    height: inherit;
    background-color: rgba(160, 29, 34, 0.7);
    transform: rotate(-45deg);
    display: flex;
    align-items: center;
    justify-content: center;
}
.service-cell .service-title,
.service-cell .service-desc {
	padding-left: 15px;
	padding-right: 15px;
}
.service-cell .service-title h3 {
	font-family: 'Archivo Narrow', sans-serif;
	font-weight: 600;
}
.service-cell .service-title * {
	color: #FFFFFF;
}
.service-cell .widget.widget_sow-button {
	position: absolute;
	bottom: 10px;
	left: 10px;
	right: 10px;
}
.service-cell [class*='so-widget-sow-button-flat-'].so-widget-sow-button .ow-button-base a.service-btn {
	text-align: left;
	width: 100%;
}
@media screen and (min-width: 781px) {
	.service-cell .service-title h3 {
		font-size: 26px;
	}
}
@media screen and (min-width: 1200px) {
	.service-cell .service-title h3 {
		font-size: 32px;
	}
	.service-cell [class*='so-widget-sow-button-flat-'].so-widget-sow-button .ow-button-base a.service-btn {
		padding-left: 30px;
		padding-right: 30px;
	}
}

/* Who We Serve
------------------------------------------------------------------------ **/
[class*='so-widget-sow-button-flat-'].so-widget-sow-button .ow-button-base .we-serve-btn {
	font-size: 20px;
	padding: 10px;
	border-radius: 10px;
	height: 125px;
}
.ow-button-base .we-serve-btn .sow-icon-image {
	width: 75px;
	height: 75px;
	background-size: 50px;
	background-position: center;
	background-repeat: no-repeat;
	margin-bottom: 0 !important;
}
[class*='so-widget-sow-button-flat-'].so-widget-sow-button .ow-button-base .we-serve-btn span[class*='sow-icon-']{
	height: 75px;
	display: flex;
	justify-content: center;
	align-items: center;
}
@media screen and (min-width: 781px) {
	[class*='so-widget-sow-button-flat-'].so-widget-sow-button .ow-button-base .we-serve-btn {
		font-size: 22px;
	}
}
@media screen and (min-width: 1200px) {
	[class*='so-widget-sow-button-flat-'].so-widget-sow-button .ow-button-base .we-serve-btn {
		font-size: 24px;
	}
}

/* Why Choose Us section
------------------------------------------------------------------------ **/
.why-choose-us-section {
	text-align: center;
}
#why-choose-us-feat-icons .sow-features-list {
	grid-gap: 30px;
}
#why-choose-us-feat-icons .sow-features-list .sow-features-feature .sow-icon-container {
	margin: 0 auto 10px;
}
#why-choose-us-feat-icons .sow-features-list .sow-features-feature .textwidget > h3 {
	font-family: 'Archivo Narrow', sans-serif;
	font-weight: 600;
	margin-bottom: 16px;
}
@media screen and (min-width: 576px) {
	#why-choose-us-feat-icons .sow-features-list {
		grid-column-gap: 20px;
	}
	#why-choose-us-feat-icons .sow-features-list .sow-features-feature {
		flex-basis: calc(50% - 20px);
	}
	#why-choose-us-feat-icons .sow-features-list .sow-features-feature .textwidget > h3 { 
		font-size: 26px;
	}
}
@media screen and (min-width: 1024px) {
	#why-choose-us-feat-icons .sow-features-list {
		grid-row-gap: 60px;
		grid-column-gap: 3%;
	}
	#why-choose-us-feat-icons .sow-features-list .sow-features-feature {
		flex-basis: calc(33.333% - 30px);
	}
	#why-choose-us-feat-icons .sow-features-list .sow-features-feature .sow-icon-container {
		margin-bottom: 20px;
	}
	#why-choose-us-feat-icons .sow-features-list .sow-features-feature .textwidget > h3 {
		font-size: 32px;
	}
}

/** Certifications Logos
--------------------------------------------------------------------------- **/
#certifications-logos .sow-image-grid-wrapper {
	display: flex;
	grid-row-gap: 20px;
	grid-column-gap: 20px;
}
#certifications-logos .sow-image-grid-image img {
	max-width: 140px;
	height: auto;
}
@media screen and (min-width: 568px) {
	#certifications-logos .sow-image-grid-wrapper {
		grid-column-gap: 10px;
	}
}
@media screen and (min-width: 768px) {
	#certifications-logos .sow-image-grid-wrapper {
		flex-wrap: nowrap;
	}
}
@media screen and (min-width: 1200px) {
	#certifications-logos .sow-image-grid-wrapper {
		grid-column-gap: 30px;
	}
	#certifications-logos .sow-image-grid-image img {
		max-width: 160px;
	}
}

/** Reviews
--------------------------------------------------------------------------- **/
.review-cell {
	text-align: center;
	padding: 20px 0;
	max-width: 400px;
	margin: 0 auto;
}
.review-cell .review-stars {
	color: #99B7DE;
}
.review-cell .review-stars .dashicons {
	width: 12px;
	height: 12px;
	font-size: 12px;
	vertical-align: middle;
}
.review-cell .review-content {
	font-style: italic;
}
.review-cell .reviewer-name {
	font-weight: 600;
}
.review-cell .reviewer-info {
	font-size: 14px;
}
.review-cell .review-photo .so-widget-sow-image .sow-image-container .so-widget-image {
	width: 40px;
	height: 40px;
	object-fit: cover;
	border-radius: 100%;
}
.review-cell .reviewer-wrap {
	text-align: left;
    justify-content: center !important;
}
.review-cell .reviewer-wrap .panel-grid-cell {
    width: auto !important;
}
.review-cell .reviewer-wrap .panel-grid-cell:not(:last-child) {
    margin-right: 20px !important;
}
@media screen and (min-width: 781px) {
	.review-cell {
		padding: 40px 20px;
		max-width: 336px;
	}
}

/* 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-repeat: no-repeat;
	background-position: center;
	padding: 60px 20px;
}
.single-resource .entry-header::before {
	content: '';
	display: block;
	background-color: #A01D22;

	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 22.6389%;
}
.single-resource .entry-header .entry-title-wrapper {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
    padding: 40px 20px;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.07);
}
.single-resource .entry-header h1 {
	/*font-size: 24px;*/
}
@media screen and (min-width: 781px) {
	.single-resource .entry-header .entry-title-wrapper {
	    padding-top: calc(30px + (80 - 30) * (100vw - 781px) / (1440 - 781));
	    padding-bottom: calc(30px + (80 - 30) * (100vw - 781px) / (1440 - 781));
	    padding-left: calc(20px + (80 - 20) * (100vw - 781px) / (1440 - 781));
	    padding-right: calc(20px + (80 - 20) * (100vw - 781px) / (1440 - 781));
	}
	.single-resource .entry-header h1 {
		/*font-size: 32px;*/
	}
}
@media screen and (min-width: 1200px) {
	.single-resource .entry-header h1 {
		/*font-size: 40px;*/
	}
}
@media screen and (min-width: 1440px) {
	.single-resource .entry-header::before {
		width: 30%;
	}
	.single-resource .entry-header .entry-title-wrapper {
		padding: 80px;
	}
}

/* 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 {
	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;
	background-color: transparent;
}
.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 {
	font-size: 16px;
	font-family: 'Archivo Narrow', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1.5;
}
.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: 18px;
	}
	.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;
	}
}
@media screen and (max-width: 780px) {
	.resources-grid .so-widget-sow-blog .sow-blog-layout-grid .sow-blog-posts .sow-entry-header .sow-entry-title {
		text-align: center;
	}
}

/* Resource template 
------------------------------------------------------------------------------------ */
.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: 700;
    font-size: 21px;
    font-family: 'Archivo', sans-serif;
    line-height: 1.2;
    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;
	}
}

/** Contact page
--------------------------------------------------------------------------- **/
.contact-form-wrapper .gform_wrapper {
	max-width: 440px;
	margin-left: auto;
	margin-right: auto;
}
#contact-info-features .so-widget-sow-features .sow-features-list {
	grid-row-gap: 30px;
}
@media screen and (min-width: 1200px) {
	.contact-form-wrapper {
		padding-top: 35px;
		padding-bottom: 50px;
	}
}

/* Process
--------------------------------------------------------------------------- **/
.process-cell {
	background-color: #EEEEEE;
	padding: 0 20px 20px;
	max-width: 400px;
	margin-left: auto;
	margin-right: auto;
}
.process-cell .step-count-title {
	color: #FFFFFF;
	font-size: 20px;
	font-family: 'Archivo', sans-serif;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: -1px;
	text-transform: uppercase;

	background-color: #F29F24;
	margin-left: -20px;
	margin-right: -20px;
}
.process-cell .step-count-title > div,
.process-cell .step-count-title .widget-title {
	display: flex;
	align-items: center;
}
.process-cell .step-count-title .widget-title {
	color: #FFFFFF;
	font-size: 50px;
	font-family: 'Bebas Neue', sans-serif;
	font-weight: 400;
	line-height: 1.25;

	background-color: #A01D22;
	margin: 0 20px 0 0;
	width: 72px;
	min-height: 72px;

	justify-content: center;
}
.process-cell .step-count-title > div > div {
	padding: 20px 20px 20px 0;
}
@media screen and (min-width: 781px) {
	.process-cell .step-count-title {
		font-size: 22px;
	}
	.process-cell .step-count-title .widget-title {
		font-size: 60px;
		width: 85px;
		min-width: 85px;
		min-height: 85px;
	}
}
@media screen and (min-width: 1200px) {
	.process-cell .step-count-title {
		font-size: 24px;
	}
	.process-cell .step-count-title .widget-title {
		font-size: 70px;
		width: 100px;
		min-width: 100px;
		min-height: 100px;
	}
	.process-cell .step-count-title > div > div {
		padding-right: 30px;
	}
}

/** Service areas
-------------------------------------------------------------------- */
.widget .service-areas-list ul {
	text-align: center;
}
.widget .service-areas-list ul,
.widget .service-areas-list ul > li {
    list-style: none;
    list-style-type: none;
    padding-left: 0;
}

/** blue-overlay
-------------------------------------------------------------------- */
.blue-overlay,
.blue-overlay > div {
	position: relative;
}
.blue-overlay::before {
	content: '';
	display: block;
	background: linear-gradient(0deg, rgba(30, 116, 186, 0.90) 0%, rgba(30, 116, 186, 0.90) 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.00) 100%);

	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}


/** Contact us
----------------------------------------------------------------- **/
.contact-hero-section.hero-section .hero-content-wrapper {
	padding-top: 40px;
	padding-bottom: 40px;
}
#contact-icon-features .sow-features-list {
	grid-gap: 5px;
}
#contact-icon-features .sow-features-list .sow-features-feature .sow-icon-container {
	text-align: center;
}
#contact-icon-features .sow-features-feature .textwidget > h6 {
	padding-top: 0;
}
@media screen and (min-width: 1200px) {
	#contact-icon-features .sow-features-list {
		flex-wrap: nowrap;
	}
}


/** Homepage - hero
----------------------------------------------------------------- **/
.home-hero-section.hero-section .hero-content-outer-wrapper {
	max-width: 995px;
}
.home-hero-section.hero-section .hero-content-wrapper {
	background-color: rgba(255, 255, 255, 0.95);
	max-width: 100%;
}
@media screen and (min-width: 781px) {
	.home-hero-section.hero-section .hero-content-wrapper {
		padding-top: calc(30px + (60 - 30) * (100vw - 781px) / (1440 - 781));
		padding-bottom: calc(30px + (60 - 30) * (100vw - 781px) / (1440 - 781));
	}
}
@media screen and (min-width: 1440px) {
	.home-hero-section.hero-section-full.hero-section .hero-content-wrapper {
		padding-top: 60px;
		padding-bottom: 60px;
	}
}


/* Commercial Radon Testing
------------------------------------------------------------------ **/
.commercial-testing-hero.hero-section .hero-slider .so-widget-sow-slider li.sow-slider-image.sow-slider-image-cover {
	background-position: 50% 70%;
}