/*
Theme Name: Advanced Radon Services
Theme URI: https://adeptplus.com
Description: Advanced Radon Services 2024 theme
Author: AdeptPlus
Author URI: https://adeptplus.com

Version: 1.0.0

Tags: 

Template: genesis

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

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


/* Headings
--------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
	margin: 0 0 20px;
	text-decoration: none;
}
h1, h2, h3, h4, h6 {
	color: #3AAA35;
	font-weight: 600;
}
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 {
	font-size: 38px;
	letter-spacing: -0.39px;
}
h2 {
	font-size: 24px;
}
h3 {
	font-size: 21px;
}
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: #424242;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
}
h6 {
	font-size: 16px;
}
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child {
	margin-bottom: 0;
}
.entry-content h2,
.entry-content h3,
.entry-content h4 {
	margin-top: 40px;
}
.entry-content h2:first-child,
.entry-content h3:first-child,
.entry-content h4:first-child {
	margin-top: 0;
}
@media screen and (min-width: 781px) {
	h1 {
		font-size: 46px;
		font-size: calc(38px + (55 - 38) * (100vw - 781px) / (1199 - 781));
		letter-spacing: -1.02px;
	}
	h2 {
		font-size: 30px;
		font-size: calc(24px + (36 - 24) * (100vw - 781px) / (1199 - 781));
	}
	h3 {
		font-size: 25px;
		font-size: calc(21px + (28 - 21) * (100vw - 781px) / (1199 - 781));
	}
	h4 {
		font-size: 20px;
	}
	h5 {
		letter-spacing: 0.8px;
	}
}
@media screen and (min-width: 1200px) {
	h1 {
		font-size: 55px;
		letter-spacing: -1.65px;
	}
	h2 {
		font-size: 36px;
	}
	h3 {
		font-size: 28px;
	}
	h3, .widget .so-widget-sow-headline .sow-headline-container h3[class*='sow-'] {
		line-height: 1.5;
	}
	h4 {
		font-size: 21px;
	}
	h5 {
		letter-spacing: 0.6px;
	}
	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,
.more-link-wrap > a {
	color: #FFFFFF;
	font-size: 15px;
	font-weight: 600;
	font-family: 'Montserrat', sans-serif;
	line-height: 1;
	text-shadow: none;

	background-color: #3AAA35;
	border: 2px solid #3AAA35;
	border-radius: 13px;
	
	cursor: pointer;
	display: inline-block;	
	
	padding: 14px 20px;
	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,
[class*='so-widget-sow-button-flat-'].so-widget-sow-button .ow-button-base a.we-serve-btn {
	background-color: #20273B;
	border-color: #20273B;
	color: #FFFFFF;
}
button.hollow,
.button.hollow,
[class*='so-widget-sow-button-flat-'].so-widget-sow-button .ow-button-base a.hollow {
	color: #FFFFFF;
	border-color: #FFFFFF;
	background-color: transparent;
}
a.button.small,
button.small,
[class*='so-widget-sow-button-flat-'].so-widget-sow-button .ow-button-base a.small {
	font-size: 13px;
	line-height: 1;
	padding: 11px 14px;
	border-radius: 12px;
}
a.button.large,
button.large,
[class*='so-widget-sow-button-flat-'].so-widget-sow-button .ow-button-base a.large {
	line-height: 1;
}
[class*='so-widget-sow-button-flat-'].so-widget-sow-button .ow-button-base a.ow-icon-placement-left > span,
[class*='so-widget-sow-button-flat-'].so-widget-sow-button .ow-button-base a.ow-icon-placement-right > span {
	display: flex;
	align-items: center;
	justify-content: center;
	grid-gap: 15px;
}
[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-"] {
	float: none;
	margin: 0;
}
[class*='so-widget-sow-button-flat-'].so-widget-sow-button .ow-button-base a.we-serve-btn {
	font-size: 16px;
	border-radius: 0;
	padding: 20px;
	height: 115px;
	display: flex;
	align-items: center;
	justify-content: center;
}
[class*='so-widget-sow-button-flat-'].so-widget-sow-button .ow-button-base a.we-serve-btn > span [class^="sow-icon-"] {
	font-size: 40px;
}
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,
.more-link-wrap > a:hover,
.more-link-wrap > a:focus {
	background-color: #2E882A;
	border-color: #2E882A;
	box-shadow: 0 6px 24px rgba(0, 0, 0, 0.14);
	color: #FFFFFF;
	text-decoration: none;
	transform: translate3d(0, -3px, 0);
}
.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: #eee;
	box-shadow: none;
	border-width: 0;
	color: #666;
	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;
	}
	a.button.large,
	button.large,
	[class*='so-widget-sow-button-flat-'].so-widget-sow-button .ow-button-base a.large {
		border-radius: 14px;
		padding: 16px 20px;
	}
	[class*='so-widget-sow-button-flat-'].so-widget-sow-button .ow-button-base a.we-serve-btn {
		font-size: 18px;
	}
}
@media screen and (min-width: 1200px) {
	.button + .button {
		margin-left: 20px;
	}
	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 {
		padding-left: 34px;
		padding-right: 34px;
	}
	a.button.small,
	button.small,
	[class*='so-widget-sow-button-flat-'].so-widget-sow-button .ow-button-base a.small {
		padding-left: 32px;
		padding-right: 32px;
	}
	a.button.large,
	button.large,
	[class*='so-widget-sow-button-flat-'].so-widget-sow-button .ow-button-base a.large {
		font-size: 18px;
		padding-left: 38px;
		padding-right: 38px;
	}
	[class*='so-widget-sow-button-flat-'].so-widget-sow-button .ow-button-base a.we-serve-btn {
		font-size: 21px;
	}
	[class*='so-widget-sow-button-flat-'].so-widget-sow-button .ow-button-base a.we-serve-btn.ow-icon-placement-left > span {
		grid-gap: 25px;
	}
	[class*='so-widget-sow-button-flat-'].so-widget-sow-button .ow-button-base a.we-serve-btn > span [class^="sow-icon-"] {
		font-size: 50px;
	}
}
@media screen and (max-width: 780px) {
	[class*='so-widget-sow-button-flat-'].so-widget-sow-button .ow-button-base a.we-serve-btn {
		max-width: 400px;
		margin-left: auto;
		margin-right: auto;
	}
}
@media screen and (max-width: 767px) and (orientation: portrait) {
	.button:not(:last-child) {
		margin-bottom: 10px;
	}
}

/* Forms
--------------------------------------------------------------- */
::-webkit-input-placeholder {
	color: #9E9E9E;
	opacity: 1;
}
::-moz-placeholder {
	color: #9E9E9E;
	opacity: 1;
}
:-ms-input-placeholder {
	color: #9E9E9E;
	opacity: 1;
}
::-ms-input-placeholder {
	color: #9E9E9E;
	opacity: 1;
}
::placeholder {
	color: #9E9E9E;
	opacity: 1;
}
input, select, textarea,
.gform_wrapper form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.gform_wrapper.gravity-theme form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.gform_wrapper.gravity-theme form .gfield textarea {
	color: #424242;
	font-size: 16px;
	line-height: 1.625;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	padding: 5px 10px;
	width: 100%;
	background-color: #FFFFFF;
	border: 1px solid #E0E0E0;
	border-radius: 4px;
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
}
.gform_wrapper.gravity-theme form input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
	min-height: unset;
}
input:focus,
textarea:focus {
	outline: none;
}
input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}
.widget_gform_widget, 
.gform_widget {
	background: #3AAA35;
	padding: 30px 20px;
	border-radius: 5px;
	position: relative;
}
.widget_gform_widget .widget-title, 
.gform_widget .widget-title {
	font-size: 18px;
}
.gform_wrapper {
	color: #F4F8FB;
}
.gform_wrapper.gravity-theme form .gfield textarea {
	display: block;
}
.gform_wrapper.gravity-theme form .gfield textarea.small {
	height: 105px;
}
.gform_wrapper.gravity-theme form .gfield textarea.medium {
	height: 160px;
}
.gform_wrapper.gravity-theme form .gform_footer {
	padding: 0;
	margin-top: 24px;
}
.gform_wrapper.gravity-theme form select {
	height: 38px;
	padding: 0 10px;
}
.gform_widget .gform_wrapper.gravity-theme .ginput_container_date img.ui-datepicker-trigger {
	filter: invert(1);
}
.gform_wrapper p.gform_required_legend {
	display: none;
}
.gform_wrapper.gravity-theme form .gfield_required {
	color: #FFFFFF;
}
.gform_wrapper form .gform_body .gform_fields {
	grid-row-gap: 25px;
	grid-column-gap: 25px;
}
.gform_wrapper form .gform_body .gfield_label {
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 500;
    /*font-family: 'Rubik', 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"] {
	color: #424242;
	font-size: 18px;
	line-height: 1 !important;
	text-transform: uppercase;

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


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

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

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

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

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

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

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

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

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

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

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

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

/* Search Form
--------------------------------------------- */
.search-form {/*overflow: hidden;*/}
.entry-content .search-form,
.site-header .search-form {
	margin-bottom: 35px;
}
.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: #212121;
	margin-bottom: 20px;
}
.archive-title {
	margin: 0 0 30px 0;
}
.entry-title {}
.single .entry-title {}
.advancedradon2024-subtitle {
	color: #3AAA35;
	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 {
	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 {
	text-decoration: none;
}
.widget-title {
	clear: both;
	margin-bottom: 20px;
}
.sidebar .featured-content .entry-title {
	font-size: 20px;
}

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

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

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

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

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

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

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

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

/* Site Header
---------------------------------------------------------------------------- */
.site-header {
	background-color: #FFFFFF;
	padding: 16px 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;
}

/* Title Area
--------------------------------------------- */
.title-area {
	float: left;
	margin-right: 10px;
	width: 195px;
	max-width: 50%;
	padding: 10px 0;
}
.wp-custom-logo .title-area {
	padding: 0;
}
.site-title {
	font-size: 28px;
	font-weight: 900;
	line-height: 1;
	letter-spacing: -0.03em;
}
.site-title a,
.site-title a:focus,
.site-title a:hover {
	color: #3AAA35;
	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 .custom-logo {
	max-height: 90px;
	width: auto;
	display: block;
}
@media only screen and (min-width: 1076px) {
	.title-area,
	.wp-custom-logo .title-area {
		max-width: 195px;
	}
}

/* Site Navigation
---------------------------------------------------------------------------- */
.genesis-nav-menu {
	clear: both;
	font-size: 16px;
	font-family: 'Montserrat', sans-serif;
	line-height: 1.6;
	width: 100%;
}
.genesis-nav-menu .menu-item {
	display: inline-block;
	margin-bottom: 0;
	padding-bottom: 0;
	text-align: left;
	position: relative;
}
.genesis-nav-menu a {
	color: #212121;
	text-decoration: none;
	display: block;
	padding: 10px 18px;
}
.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.menu-item-has-children > a {
	padding-right: 24px;
}
.genesis-nav-menu .highlight {
	margin-left: 20px;
}
.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: #3AAA35;
	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: 200px;
	z-index: 99;
}
.genesis-nav-menu .sub-menu a {
	background-color: #FFFFFF;
	border-top: 1px solid #eee;
	font-size: 14px;
	padding: 16px 20px;
	position: relative;
	width: 200px;
	word-wrap: break-word;
}
.genesis-nav-menu .sub-menu .sub-menu {
	margin: -56px 0 0 199px;
}
.genesis-nav-menu .menu-item:hover {
	/*position: static;*/
}
.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}
.genesis-nav-menu > .first > a {
	padding-left: 0;
}
.genesis-nav-menu > .last > a {
	padding-right: 0;
}
.genesis-nav-menu > .right {
	float: right;
}
#mega-menu-wrap-primary #mega-menu-primary .mega-current-menu-item > a.mega-menu-link {
	color: #2E882A !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 .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 .mitigation.with-icon.mega-menu-item > a.mega-menu-link::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23212121' d='M269.4 2.9C265.2 1 260.7 0 256 0s-9.2 1-13.4 2.9L54.3 82.8c-22 9.3-38.4 31-38.3 57.2c.5 99.2 41.3 280.7 213.6 363.2c16.7 8 36.1 8 52.8 0C454.7 420.7 495.5 239.2 496 140c.1-26.2-16.3-47.9-38.3-57.2L269.4 2.9zM369 209L241 337c-9.4 9.4-24.6 9.4-33.9 0l-64-64c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l47 47L335 175c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9z'/%3E%3C/svg%3E");
}
#mega-menu-wrap-primary #mega-menu-primary .mitigation.with-icon.mega-menu-item > a.mega-menu-link:hover::before,
#mega-menu-wrap-primary #mega-menu-primary .mitigation.with-icon.mega-menu-item > a.mega-menu-link:focus::before,
#mega-menu-wrap-primary #mega-menu-primary .mitigation.with-icon.mega-menu-item.mega-current-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='%232E882A' 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 .testing.with-icon.mega-menu-item > a.mega-menu-link::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23212121' d='M216 186.7c-23.9 13.8-40 39.7-40 69.3L32 256C14.3 256-.2 241.6 2 224.1C10.7 154 47.8 92.7 101.3 52c14.1-10.7 33.8-5.3 42.7 10l72 124.7zM256 336c14.6 0 28.2-3.9 40-10.7l72 124.8c8.8 15.3 3.7 35.1-12.6 41.9c-30.6 12.9-64.2 20-99.4 20s-68.9-7.1-99.4-20c-16.3-6.9-21.4-26.6-12.6-41.9l72-124.8c11.8 6.8 25.4 10.7 40 10.7zm224-80l-144 0c0-29.6-16.1-55.5-40-69.3L368 62c8.8-15.3 28.6-20.7 42.7-10c53.6 40.7 90.6 102 99.4 172.1c2.2 17.5-12.4 31.9-30 31.9zM256 208a48 48 0 1 1 0 96 48 48 0 1 1 0-96z'/%3E%3C/svg%3E");
}
#mega-menu-wrap-primary #mega-menu-primary .testing.with-icon.mega-menu-item > a.mega-menu-link:hover::before,
#mega-menu-wrap-primary #mega-menu-primary .testing.with-icon.mega-menu-item > a.mega-menu-link:focus::before,
#mega-menu-wrap-primary #mega-menu-primary .testing.with-icon.mega-menu-item.mega-current-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='%232E882A' 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 .sys-repair.with-icon.mega-menu-item > a.mega-menu-link::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23212121' d='M352 320c88.4 0 160-71.6 160-160c0-15.3-2.2-30.1-6.2-44.2c-3.1-10.8-16.4-13.2-24.3-5.3l-76.8 76.8c-3 3-7.1 4.7-11.3 4.7H336c-8.8 0-16-7.2-16-16V118.6c0-4.2 1.7-8.3 4.7-11.3l76.8-76.8c7.9-7.9 5.4-21.2-5.3-24.3C382.1 2.2 367.3 0 352 0C263.6 0 192 71.6 192 160c0 19.1 3.4 37.5 9.5 54.5L19.9 396.1C7.2 408.8 0 426.1 0 444.1C0 481.6 30.4 512 67.9 512c18 0 35.3-7.2 48-19.9L297.5 310.5c17 6.2 35.4 9.5 54.5 9.5zM80 408a24 24 0 1 1 0 48 24 24 0 1 1 0-48z'/%3E%3C/svg%3E");
}
#mega-menu-wrap-primary #mega-menu-primary .sys-repair.with-icon.mega-menu-item > a.mega-menu-link:hover::before,
#mega-menu-wrap-primary #mega-menu-primary .sys-repair.with-icon.mega-menu-item > a.mega-menu-link:focus::before,
#mega-menu-wrap-primary #mega-menu-primary .sys-repair.with-icon.mega-menu-item.mega-current-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='%232E882A' 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 .home.with-icon.mega-menu-item > a.mega-menu-link::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'%3E%3Cpath fill='%23212121' d='M575.8 255.5c0 18-15 32.1-32 32.1h-32l.7 160.2c0 2.7-.2 5.4-.5 8.1V472c0 22.1-17.9 40-40 40H456c-1.1 0-2.2 0-3.3-.1c-1.4 .1-2.8 .1-4.2 .1H416 392c-22.1 0-40-17.9-40-40V448 384c0-17.7-14.3-32-32-32H256c-17.7 0-32 14.3-32 32v64 24c0 22.1-17.9 40-40 40H160 128.1c-1.5 0-3-.1-4.5-.2c-1.2 .1-2.4 .2-3.6 .2H104c-22.1 0-40-17.9-40-40V360c0-.9 0-1.9 .1-2.8V287.6H32c-18 0-32-14-32-32.1c0-9 3-17 10-24L266.4 8c7-7 15-8 22-8s15 2 21 7L564.8 231.5c8 7 12 15 11 24z'/%3E%3C/svg%3E");
}
#mega-menu-wrap-primary #mega-menu-primary .home.with-icon.mega-menu-item > a.mega-menu-link:hover::before,
#mega-menu-wrap-primary #mega-menu-primary .home.with-icon.mega-menu-item > a.mega-menu-link:focus::before,
#mega-menu-wrap-primary #mega-menu-primary .home.with-icon.mega-menu-item.mega-current-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='%232E882A' 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.with-icon.mega-menu-item > a.mega-menu-link::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 512'%3E%3Cpath fill='%23212121' d='M416 176c0 97.2-93.1 176-208 176c-38.2 0-73.9-8.7-104.7-23.9c-7.5 4-16 7.9-25.2 11.4C59.8 346.4 37.8 352 16 352c-6.9 0-13.1-4.5-15.2-11.1s.2-13.8 5.8-17.9l0 0 0 0 .2-.2c.2-.2 .6-.4 1.1-.8c1-.8 2.5-2 4.3-3.7c3.6-3.3 8.5-8.1 13.3-14.3c5.5-7 10.7-15.4 14.2-24.7C14.7 250.3 0 214.6 0 176C0 78.8 93.1 0 208 0S416 78.8 416 176zM231.5 383C348.9 372.9 448 288.3 448 176c0-5.2-.2-10.4-.6-15.5C555.1 167.1 640 243.2 640 336c0 38.6-14.7 74.3-39.6 103.4c3.5 9.4 8.7 17.7 14.2 24.7c4.8 6.2 9.7 11 13.3 14.3c1.8 1.6 3.3 2.9 4.3 3.7c.5 .4 .9 .7 1.1 .8l.2 .2 0 0 0 0c5.6 4.1 7.9 11.3 5.8 17.9c-2.1 6.6-8.3 11.1-15.2 11.1c-21.8 0-43.8-5.6-62.1-12.5c-9.2-3.5-17.8-7.4-25.2-11.4C505.9 503.3 470.2 512 432 512c-95.6 0-176.2-54.6-200.5-129zM228 72c0-11-9-20-20-20s-20 9-20 20V86c-7.6 1.7-15.2 4.4-22.2 8.5c-13.9 8.3-25.9 22.8-25.8 43.9c.1 20.3 12 33.1 24.7 40.7c11 6.6 24.7 10.8 35.6 14l1.7 .5c12.6 3.8 21.8 6.8 28 10.7c5.1 3.2 5.8 5.4 5.9 8.2c.1 5-1.8 8-5.9 10.5c-5 3.1-12.9 5-21.4 4.7c-11.1-.4-21.5-3.9-35.1-8.5c-2.3-.8-4.7-1.6-7.2-2.4c-10.5-3.5-21.8 2.2-25.3 12.6s2.2 21.8 12.6 25.3c1.9 .6 4 1.3 6.1 2.1l0 0 0 0c8.3 2.9 17.9 6.2 28.2 8.4V280c0 11 9 20 20 20s20-9 20-20V266.2c8-1.7 16-4.5 23.2-9c14.3-8.9 25.1-24.1 24.8-45c-.3-20.3-11.7-33.4-24.6-41.6c-11.5-7.2-25.9-11.6-37.1-15l-.7-.2c-12.8-3.9-21.9-6.7-28.3-10.5c-5.2-3.1-5.3-4.9-5.3-6.7c0-3.7 1.4-6.5 6.2-9.3c5.4-3.2 13.6-5.1 21.5-5c9.6 .1 20.2 2.2 31.2 5.2c10.7 2.8 21.6-3.5 24.5-14.2s-3.5-21.6-14.2-24.5c-6.5-1.7-13.7-3.4-21.1-4.7V72z'/%3E%3C/svg%3E");
}
#mega-menu-wrap-primary #mega-menu-primary .buyer-seller.with-icon.mega-menu-item > a.mega-menu-link:hover::before,
#mega-menu-wrap-primary #mega-menu-primary .buyer-seller.with-icon.mega-menu-item > a.mega-menu-link:focus::before,
#mega-menu-wrap-primary #mega-menu-primary .buyer-seller.with-icon.mega-menu-item.mega-current-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='%232E882A' d='M416 176c0 97.2-93.1 176-208 176c-38.2 0-73.9-8.7-104.7-23.9c-7.5 4-16 7.9-25.2 11.4C59.8 346.4 37.8 352 16 352c-6.9 0-13.1-4.5-15.2-11.1s.2-13.8 5.8-17.9l0 0 0 0 .2-.2c.2-.2 .6-.4 1.1-.8c1-.8 2.5-2 4.3-3.7c3.6-3.3 8.5-8.1 13.3-14.3c5.5-7 10.7-15.4 14.2-24.7C14.7 250.3 0 214.6 0 176C0 78.8 93.1 0 208 0S416 78.8 416 176zM231.5 383C348.9 372.9 448 288.3 448 176c0-5.2-.2-10.4-.6-15.5C555.1 167.1 640 243.2 640 336c0 38.6-14.7 74.3-39.6 103.4c3.5 9.4 8.7 17.7 14.2 24.7c4.8 6.2 9.7 11 13.3 14.3c1.8 1.6 3.3 2.9 4.3 3.7c.5 .4 .9 .7 1.1 .8l.2 .2 0 0 0 0c5.6 4.1 7.9 11.3 5.8 17.9c-2.1 6.6-8.3 11.1-15.2 11.1c-21.8 0-43.8-5.6-62.1-12.5c-9.2-3.5-17.8-7.4-25.2-11.4C505.9 503.3 470.2 512 432 512c-95.6 0-176.2-54.6-200.5-129zM228 72c0-11-9-20-20-20s-20 9-20 20V86c-7.6 1.7-15.2 4.4-22.2 8.5c-13.9 8.3-25.9 22.8-25.8 43.9c.1 20.3 12 33.1 24.7 40.7c11 6.6 24.7 10.8 35.6 14l1.7 .5c12.6 3.8 21.8 6.8 28 10.7c5.1 3.2 5.8 5.4 5.9 8.2c.1 5-1.8 8-5.9 10.5c-5 3.1-12.9 5-21.4 4.7c-11.1-.4-21.5-3.9-35.1-8.5c-2.3-.8-4.7-1.6-7.2-2.4c-10.5-3.5-21.8 2.2-25.3 12.6s2.2 21.8 12.6 25.3c1.9 .6 4 1.3 6.1 2.1l0 0 0 0c8.3 2.9 17.9 6.2 28.2 8.4V280c0 11 9 20 20 20s20-9 20-20V266.2c8-1.7 16-4.5 23.2-9c14.3-8.9 25.1-24.1 24.8-45c-.3-20.3-11.7-33.4-24.6-41.6c-11.5-7.2-25.9-11.6-37.1-15l-.7-.2c-12.8-3.9-21.9-6.7-28.3-10.5c-5.2-3.1-5.3-4.9-5.3-6.7c0-3.7 1.4-6.5 6.2-9.3c5.4-3.2 13.6-5.1 21.5-5c9.6 .1 20.2 2.2 31.2 5.2c10.7 2.8 21.6-3.5 24.5-14.2s-3.5-21.6-14.2-24.5c-6.5-1.7-13.7-3.4-21.1-4.7V72z'/%3E%3C/svg%3E");
}
#mega-menu-wrap-primary #mega-menu-primary .real-ins.with-icon.mega-menu-item > a.mega-menu-link::before {
	background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23212121' 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 .real-ins.with-icon.mega-menu-item > a.mega-menu-link:hover::before,
#mega-menu-wrap-primary #mega-menu-primary .real-ins.with-icon.mega-menu-item > a.mega-menu-link:focus::before,
#mega-menu-wrap-primary #mega-menu-primary .real-ins.with-icon.mega-menu-item.mega-current-menu-item > a.mega-menu-link::before {
	background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%232E882A' 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 .prop-manager.with-icon.mega-menu-item > a.mega-menu-link::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 512'%3E%3Cpath fill='%23212121' d='M48 0C21.5 0 0 21.5 0 48V464c0 26.5 21.5 48 48 48h96V432c0-26.5 21.5-48 48-48s48 21.5 48 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 .prop-manager.with-icon.mega-menu-item > a.mega-menu-link:hover::before,
#mega-menu-wrap-primary #mega-menu-primary .prop-manager.with-icon.mega-menu-item > a.mega-menu-link:focus::before,
#mega-menu-wrap-primary #mega-menu-primary .prop-manager.with-icon.mega-menu-item.mega-current-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='%232E882A' 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.with-icon.mega-menu-item > a.mega-menu-link::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='%23212121' 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.with-icon.mega-menu-item > a.mega-menu-link:hover::before,
#mega-menu-wrap-primary #mega-menu-primary .builder.with-icon.mega-menu-item > a.mega-menu-link:focus::before,
#mega-menu-wrap-primary #mega-menu-primary .builder.with-icon.mega-menu-item.mega-current-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='%232E882A' 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");
}
@media screen and (min-width: 1076px) {
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
		padding: 15px 10px;
	}
}
@media only screen and (max-width: 1075px) {
	.genesis-responsive-menu .wrap {
		padding: 0;
	}
	.genesis-responsive-menu {
		display: none;
		position: relative;
	}
	.genesis-skip-link .skip-link-hidden {
		display: none;
		visibility: hidden;
	}
	.genesis-responsive-menu .highlight a,
	.genesis-responsive-menu .highlight a:focus,
	.genesis-responsive-menu .highlight a:hover {
		background: transparent;
		box-shadow: none;
		color: #212121;
		transform: none;
	}
	.genesis-responsive-menu .highlight a:focus,
	.genesis-responsive-menu .highlight a:hover {
		color: #3AAA35;
	}
	.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: #3AAA35;
	}
	.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-megamenu > ul.mega-sub-menu {
		box-shadow: none !important;
	}
	#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: 30px;
	}
}

/* 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 #3AAA35;
	border-radius: 0;
	background-color: #3AAA35;
	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;
	border-radius: 0;
	background-color: #3AAA35;
	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: #3AAA35;
	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;
		margin-right: -18px;
	}
}
@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 10px;
		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: 567px) {
	.site-header .genesis-responsive-menu {
		/*top: 70px;*/
	}
}

/* Social Navigation
--------------------------------------------- */
.nav-social {
	left: 35px;
	position: fixed;
	top: 0;
	transform: rotate(-90deg) translateX(-100%);
	transform-origin: 0 100%;
	z-index: 999;
}
.admin-bar .nav-social {
	top: 22px;
}
.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
--------------------------------------------- */
.advancedradon2024-featured-image {
	margin: 0 0 24px;
	padding: 0;
}
.gb-block-post-grid-image a {
	display: inline-block;
}
.gb-block-post-grid-image a,
.advancedradon2024-featured-image,
.featuredpost .has-post-thumbnail > a {
	position: relative;
	z-index: 1;
}
.featuredpost .alignnone,
.advancedradon2024-featured-image.advancedradon2024-image-alignleft,
.advancedradon2024-featured-image.advancedradon2024-image-alignright {
	margin-bottom: 24px;
}
.advancedradon2024-featured-image.advancedradon2024-image-alignleft img,
.advancedradon2024-featured-image.advancedradon2024-image-alignright img {
	margin: 0;
    height: 250px;
    object-fit: cover;
    width: 100%;
    float: none;
}
.gb-block-post-grid-image img,
.advancedradon2024-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,
.advancedradon2024-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,
.advancedradon2024-featured-image a:focus img,
.advancedradon2024-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) {
	.advancedradon2024-featured-image.advancedradon2024-image-alignleft {
		margin: 0 24px 24px 0;
	}
	.advancedradon2024-featured-image.advancedradon2024-image-alignright {
		margin: 0 0 24px 24px;
	}
	.advancedradon2024-featured-image.advancedradon2024-image-alignleft,
	.advancedradon2024-featured-image.advancedradon2024-image-alignleft img {
		float: left;
	}
	.advancedradon2024-featured-image.advancedradon2024-image-alignright,
	.advancedradon2024-featured-image.advancedradon2024-image-alignright img {
		float: right;
	}
	.advancedradon2024-featured-image.advancedradon2024-image-alignleft img,
	.advancedradon2024-featured-image.advancedradon2024-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: #212121;
	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:last-child,
.entry-content ul:last-child {
	margin-bottom: 0;
}
.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: #212121;
	color: #eee;
}
p.center {
	text-align: center;
}

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

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

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

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

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

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


/* Site Footer
---------------------------------------------------------------------------- */
#footer {
	background: #20273B;
	padding: 0 20px;
	text-align: center;
}
#main-footer {
	color: #FFFFFF;
	font-size: 14px;
	line-height: 1.6;
}
#main-footer > .panel-background-overlay {
	opacity: 0.08 !important;
	background-repeat: no-repeat;
	background-size: 500px;
	background-position-x: calc(100% + 25px) !important;
	background-position-y: calc(100% + 10px) !important
}
#main-footer a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer .footer-logo-wrapper {
	max-width: 215px;
	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: 50px;

    display: inline-flex;
    align-items: center;
    justify-content: center;
}
#footer-socmed .sow-social-media-button:hover,
#footer-socmed .sow-social-media-button:focus {
	transform: translate3d(0, -3px, 0);
}
#main-footer .widget-title {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: 700;
	font-family: 'Montserrat', sans-serif;
	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 {
	color: #BDBDBD;
	font-family: "Source Sans 3", sans-serif;
	text-align: center;
	padding: 7px 20px;
	background-color: #000000;
}
#footer-copyright .sep {
	margin-left: 5px;
	margin-right: 5px;
}
#footer-copyright a {
	color: #BDBDBD;
}
#footer a:hover,
#footer a:focus,
#main-footer .current-menu-item a {
	color: #3AAA35;
}
@media screen and (min-width: 781px) {
	#footer {
		text-align: left;
	}
	#main-footer .footer-contact-info {
		text-align: right;
	}
	#footer .footer-logo-wrapper {
		margin-left: 0;
	}
}
@media screen and (min-width: 1200px) {
	#main-footer { 
		font-size: 15px;
	}
	#footer-copyright .sep {
		margin-left: 10px;
		margin-right: 10px;
	}
}

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

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

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

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

/* Password Protected
 * ----------------------------------------------------------------------- */
.post-password-required.entry {
	color: #FFFFFF;
    margin: 70px auto 150px;
    padding: 30px;
    background-color: #250006;
	max-width: 800px;
}
.post-password-required.entry .entry-header {
	display: none;
}
.page .page.post-password-protected.entry {
    padding: 60px 0;
}

/* 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;
}
@media screen and (min-width: 781px) {
	body.search .entry .entry-title {
		font-size: 22px;
	}
}
@media screen and (min-width: 1200px) {
	body.search .entry .entry-title {
		font-size: 24px;
	}
}
body.search .post-password-required.entry {
	padding: unset;
	margin: unset;
	background-color: unset;
	max-width: unset;
}
body.search .post-password-required.entry .entry-header {
	display: block;
}

/* Top Bar
------------------------------------------------------------------------ **/
#advancedradon2024-top-bar {
	color: #FFFFFF;
	font-size: 12px;
	text-align: center;
	background-color: #3AAA35;
	padding: 5px 20px;
}
#advancedradon2024-top-bar a {
	color: #FFFFFF;
	text-decoration: none;
}
#advancedradon2024-top-bar .menu {
	text-align: center;
}
#advancedradon2024-top-bar .menu > li {
	display: inline-block;
	vertical-align: middle;
	padding: 0 10px;
}
#advancedradon2024-top-bar a:hover,
#advancedradon2024-top-bar a:focus,
#advancedradon2024-top-bar .current-menu-item > a {
	color: #000000;
}
@media screen and (min-width: 568px) {
	#advancedradon2024-top-bar {
		font-size: 14px;
	}
}
@media screen and (min-width: 781px) {
	#advancedradon2024-top-bar {
		text-align: left;
		font-weight: 600;
		text-transform: uppercase;
	}
	#advancedradon2024-top-bar .menu {
		text-align: right;
	}
}
@media screen and (min-width: 1200px) {
	#advancedradon2024-top-bar .menu > li {
		padding: 0 16px;
	}
}
#advancedradon2024-top-bar .menu > li:first-child {
	padding-left: 0;
}
#advancedradon2024-top-bar .menu > li:last-child {
	padding-right: 0;
}

/* slider
---------------------------------------------------------------------------- */
.entry-content .sow-slider-base ul.sow-slider-images {
	padding-left: 0;
}

/* mix blend multiply
------------------------------------------------------------------------------------ */
.mix-blend-multiply img {
	mix-blend-mode: multiply;
}

/* 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-features-feature.sow-icon-container-position-right .sow-icon-container {
	margin: 0 10px 0 0;
}
.widget .so-widget-sow-features .sow-features-list .sow-features-feature.sow-features-feature.sow-icon-container-position-left .sow-icon-container {
	margin: 0 0 0 10px;
}
.widget .so-widget-sow-features .sow-features-list .sow-features-feature.sow-features-feature.sow-icon-container-position-top .sow-icon-container {
	margin: 0 0 10px 0;
}
.widget .so-widget-sow-features .sow-features-list .sow-features-feature .textwidget {
    margin: 0;
    width: 100%;
}
.widget .so-widget-sow-features .sow-features-list .sow-features-feature .textwidget > h2,
.widget .so-widget-sow-features .sow-features-list .sow-features-feature .textwidget > h3,
.widget .so-widget-sow-features .sow-features-list .sow-features-feature .textwidget > h4,
.widget .so-widget-sow-features .sow-features-list .sow-features-feature .textwidget > h5,
.widget .so-widget-sow-features .sow-features-list .sow-features-feature .textwidget > h6 {
	margin: 0;
}

/* Accordion
------------------------------------------------------------------------------- **/
.widget .so-widget-sow-accordion .sow-accordion {
	max-width: 995px;
	margin-left: auto;
	margin-right: auto;
}
.widget .so-widget-sow-accordion .sow-accordion .sow-accordion-panel {
	margin-bottom: 11px;
	box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.1);
}
.widget .so-widget-sow-accordion .sow-accordion .sow-accordion-panel:last-child {
	margin-bottom: 0;
}
.so-widget-sow-accordion .sow-accordion .sow-accordion-panel .sow-accordion-panel-header-container .sow-accordion-panel-header {
	background-color: #3AAA35;
	padding: 15px;
}
.so-widget-sow-accordion .sow-accordion .sow-accordion-panel .sow-accordion-panel-header-container .sow-accordion-panel-header:focus,
.widget .so-widget-sow-accordion .sow-accordion .sow-accordion-panel .sow-accordion-panel-content .sow-accordion-panel-border:focus {
	outline: none;
}
.so-widget-sow-accordion .sow-accordion .sow-accordion-panel .sow-accordion-panel-header-container .sow-accordion-panel-header .sow-accordion-title {
	color: #FFFFFF;
	font-size: 16px;
	font-family: 'Rubik', sans-serif;
	font-weight: 600;
	line-height: 1.4;
}
.so-widget-sow-accordion .sow-accordion .sow-accordion-panel .sow-accordion-open-close-button {
	color: #FFFFFF;
}
.widget .so-widget-sow-accordion .sow-accordion .sow-accordion-panel .sow-accordion-panel-content .sow-accordion-panel-border {
	padding: 15px;
	background-color: #FFFFFF;
}
@media screen and (min-width: 576px) {
	.so-widget-sow-accordion .sow-accordion .sow-accordion-panel .sow-accordion-panel-header-container .sow-accordion-panel-header .sow-accordion-title {
		font-size: 18px;
	}
}
@media screen and (min-width: 781px) {
	.so-widget-sow-accordion .sow-accordion .sow-accordion-panel .sow-accordion-panel-header-container .sow-accordion-panel-header .sow-accordion-title {
		font-size: 20px;
	}
}
@media screen and (min-width: 1024px) {
	.so-widget-sow-accordion .sow-accordion .sow-accordion-panel .sow-accordion-panel-header-container .sow-accordion-panel-header {
		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;
	}
	.so-widget-sow-accordion .sow-accordion .sow-accordion-panel .sow-accordion-panel-header-container .sow-accordion-panel-header .sow-accordion-title {
		font-size: 21px;
	}
}

/* Hero section
---------------------------------------------------------------------------- */
.hero-section {
	color: #FFFFFF;
	position: relative;
	overflow: hidden;
}
.hero-section::before {
	content: '';
	display: block;
	background: linear-gradient(90deg, rgba(0, 0, 0, 0.55) 23.48%, rgba(0, 0, 0, 0.00) 99.97%), linear-gradient(0deg, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0.55) 100%);

	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 2;
}
.hero-section .widget_sow-slider,
.hero-section .hero-slider {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.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 .sow-slider-base ul.sow-slider-images li.sow-slider-image {
	height: 100%;
}
.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: 100%;
}
.hero-section.slider-bottom-center .hero-slider .sow-slider-base ul.sow-slider-images li.sow-slider-image > img {
	object-position: bottom center;
}
.hero-section .hero-content-wrapper {
	z-index: 3;
	position: relative;
	padding: 60px 20px;
	max-width: 1240px;
	margin: 0 auto;
}
.hero-section .hero-content-wrapper.text-center {
	text-align: center;
}
.hero-section .hero-content-inner-wrapper.mw-600 {
	max-width: 600px;
}
.hero-section .hero-content-inner-wrapper.mw-650 {
	max-width: 650px;
}
.hero-section h1,
.hero-section h5 {
	color: #FFFFFF;
}
.hero-section .hero-features-list {
	font-size: 18px;
	font-weight: 500;
	font-family: "Poppins", sans-serif;
}
.hero-section .hero-features-list ul {
	padding-left: 0;
}
.hero-section .hero-features-list ul,
.hero-section .hero-features-list li {
	list-style: none;
	list-style-type: none;
}
.hero-section .hero-features-list li {
	padding-left: 25px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='16' width='16' viewBox='0 0 512 512'%3E%3Cpath opacity='1' fill='%23FFFFFF' d='M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM369 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");
	background-repeat: no-repeat;
	background-position: left center;
}
@media screen and (min-width: 1024px) {
	.hero-section .hero-features-list ul > li {
		display: inline-block;
	}
	.hero-section .hero-features-list ul > li:not(:last-child) {
		margin-right: 30px;
	}
	.hero-section .hero-features-list.d-block ul > li {
		display: block;
		margin-right: 0;
	}
}
@media screen and (max-width: 780px) {
	.hero-section .hero-features-list {
		font-size: 15px;
	}
	.hero-section .hero-features-list ul > li {
		background-size: 15px;
	}
}
@media screen and (max-width: 767px) and (orientation: portrait) {
	.hero-section .button,
	[class*='so-widget-sow-button-flat-'].so-widget-sow-button .ow-button-base a {
		min-width: 175px !important;
	}
}

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

	padding: 20px 15px;
	background-color: #EEEEEE;
	text-align: center;
}
.radon-fact-cell .fact-info h3 {
	color: #424242;
	font-size: 16px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	line-height: 1.3;
	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;
	}
}

/* services
---------------------------------------------------------------------------- */
.service-wrapper {
	color: #FFFFFF;

	padding-top: 175px;
	position: relative;
	transform: translate3d(0, 0, 0);
	transition: all 300ms ease-in-out;

	max-width: 400px;
	margin-left: auto;
	margin-right: auto;
}
.service-wrapper:hover,
.service-wrapper:focus {
	transform: translate3d(0, -5px, 0);
}
.service-wrapper::before {
	content: '';
	display: block;
	background: rgba(0, 0, 0, 0.05);

	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.service-wrapper .sow-headline-container {
	padding: 10px 20px;
	background: #3AAA35;
	transition: all 300ms ease-in-out;
}
.service-wrapper:hover .sow-headline-container,
.service-wrapper:focus .sow-headline-container {
	background: #3AAA35;
}
.service-wrapper .sow-headline {
	color: #FFFFFF;
}
@media screen and (min-width: 781px) and (max-width: 1024px) {
	.service-wrapper .sow-headline-container {
		padding-left: 10px;
		padding-right: 10px;
	}
}
@media screen and (min-width: 781px) {
	.service-wrapper {
		max-width: 100%;
	}
	.two-col .service-wrapper {
		padding-top: calc(175px + (265 - 175) * (100vw - 781px) / (1200 - 781))
	}
	.two-col .service-wrapper .sow-headline-container {
		padding: calc(10px + (20 - 10) * (100vw - 781px) / (1200 - 781)) calc(20px + (40 - 20) * (100vw - 781px) / (1200 - 781));
	}
}
@media screen and (min-width: 1200px) {
	.two-col .service-wrapper {
		padding-top: 265px;
	}
	.two-col .service-wrapper .sow-headline-container {
		padding: 20px 40px;
	}
}

/** Who We Serve
------------------------------------------------------------------------- **/
.we-serve-wrapper,
.we-serve-cell .govt-agency-we-serve {
	padding: 20px;
	max-width: 400px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.we-serve-wrapper {
	background-color: #3AAA35;
	transition: all 300ms ease-in-out;
	transform: translate3d(0, 0, 0);
	min-height: 115px;
}
.we-serve-wrapper:hover,
.we-serve-wrapper:focus {
	background-color: #3AAA35;
	transform: translate3d(0, -10px, 0);
}
.we-serve-wrapper,
.we-serve-wrapper .so-widget-sow-image {
	display: flex;
	align-items: center;
	justify-content: center;
}
.we-serve-wrapper .so-widget-sow-image .sow-image-container {
	margin-right: 25px;
}
.we-serve-wrapper .so-widget-sow-image .sow-image-container .so-widget-image {
	max-height: 60px;
	height: auto;
	max-width: 60px;
	width: auto;
}
.we-serve-wrapper .widget-title {
	color: #FFFFFF;
}
/* government agency **/
.we-serve-cell .govt-agency-we-serve {
	background-color: #20273B;
}
.we-serve-cell .govt-agency-we-serve .so-widget-sow-image {
	display: flex;
	align-items: center;
	justify-content: center;
	grid-gap: 15px;
}
.we-serve-cell .govt-agency-we-serve .widget-title {
	color: #FFFFFF;
	font-size: 18px;
}
@media screen and (min-width: 781px) {
	.we-serve-wrapper,
	.we-serve-cell .govt-agency-we-serve {
		max-width: 100%;
	}
	.we-serve-cell .govt-agency-we-serve .widget-title {
		font-size: 20px;
	}
}
@media screen and (min-width: 1200px) {
	.we-serve-cell .govt-agency-we-serve .widget-title {
		font-size: 21px;
	}
	.we-serve-cell .govt-agency-we-serve .so-widget-sow-image {
		grid-gap: 35px;
		min-height: 75px;
	}
}


/** Why Choose Us
------------------------------------------------------------------------ **/
#why-us-feat-list1 .so-widget-sow-features .sow-features-list .sow-features-feature,
#why-us-feat-list2 .so-widget-sow-features .sow-features-list .sow-features-feature {
	text-align: left;
	padding: 0;
}
#why-us-feat-list1 .so-widget-sow-features .sow-features-list {
	grid-row-gap: 20px;
}
#why-us-feat-list1 .sow-features-list .sow-features-feature .sow-icon-container {
	margin: 0 0 15px;
}
#why-us-feat-list1 .sow-features-list .sow-features-feature h6 {
	margin: 0 0 5px;
}
#why-us-feat-list2 .so-widget-sow-features .sow-features-list {
	grid-row-gap: 20px;
}
#why-us-feat-list2 .so-widget-sow-features .sow-features-list .sow-features-feature {
	align-items: center;
}
#why-us-feat-list2 .so-widget-sow-features .sow-features-list .sow-features-feature .sow-icon-container {
	text-align: center;
}
#why-us-feat-list2 .sow-features-list .sow-features-feature h6 {
	margin: 0;
}
@media screen and (min-width: 1200px) {
	#why-us-feat-list2 .so-widget-sow-features .sow-features-list {
		grid-row-gap: 40px;
	}
}
@media screen and (max-width: 780px) {
	#why-us-feat-list1 .so-widget-sow-features .sow-features-list .sow-features-feature {
		text-align: center;
	}
	#why-us-feat-list1 .sow-features-list .sow-features-feature .sow-icon-container {
		margin-left: auto;
		margin-right: auto;
	}
}

/** Certification logos
--------------------------------------------------------------------------- **/
#certifications-logos .so-widget-sow-image-grid .sow-image-grid-wrapper {
	grid-gap: 20px;
}
@media screen and (min-width: 768px) {
	#certifications-logos .so-widget-sow-image-grid .sow-image-grid-wrapper {
		display: flex;
		flex-wrap: nowrap;
		justify-content: space-around;
		grid-column-gap: 40px;
	}
}
@media screen and (max-width: 767px) and (orientation: portrait) {
	#certifications-logos .sow-image-grid-wrapper .sow-image-grid-image {
		flex: 0 0 calc(33.3333% - 20px);
	}
	#certifications-logos .sow-image-grid-wrapper .sow-image-grid-image:nth-child(2) {
		flex: 0 0 calc(66.66% - 20px);
	}
}

/** Reviews
--------------------------------------------------------------------------- **/
.review-cell {
	color: #424242;
	text-align: center;
	padding: 20px 0;
	max-width: 400px;
	margin: 0 auto;
}
.review-cell .review-stars {
	color: #20273B;
}
.review-cell .review-stars .dashicons {
	width: 12px;
	height: 12px;
	font-size: 12px;
	vertical-align: middle;
}
.review-cell .review-content {
	font-family: 'Montserrat', sans-serif;
	font-style: italic;
}
.review-cell .reviewer-name {
	font-size: 14px;
	font-weight: 600;
}
.review-cell .reviewer-info {
	font-size: 12px;
}
.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 {
    justify-content: center !important;
    text-align: left;
}
.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 {
		text-align: left;
		padding: 40px 20px;
		max-width: 340px;
	}
	.review-cell .reviewer-wrap {
    	justify-content: flex-start !important;
    }
}

/* 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: 600;
    font-size: 21px;
    line-height: 1.5;
    margin: 0 0 10px;
}
.resource-title a {
	text-decoration: none;
}
.resource-bttn {
    margin-top: 15px;
}
@media screen and (min-width: 781px) {
	.resource-title {
		font-size: 22px;
	}
	.resource-right {
    	margin-left: 20px;
	}
}
@media screen and (min-width: 1200px) {
	.resource-title {
		font-size: 24px;
	}
	.resource-right {
    	margin-left: 30px;
	}
}
@media screen and (max-width: 767px) and (orientation: portrait) {
	.fwpl-row.el-nrwt8p {
	    display: block !important;
	}
	.resource-right {
	    margin-left: 0;
	}
	.resource-img {
		margin-bottom: 20px;
	}
}

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

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

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

/* Resources 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 {
	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: 21px;
	}
	.resources-grid .sow-blog.sow-blog-layout-grid article .sow-entry-thumbnail img {
		height: 250px;
	}
}
@media screen and (min-width: 1200px) {
	.resources-grid .sow-blog.sow-blog-layout-grid article .sow-entry-thumbnail img {
		height: 300px;
	}
	.resources-grid .so-widget-sow-blog .sow-blog-layout-grid .sow-blog-posts .sow-entry-header .sow-entry-title {
		font-size: 24px;
	}
}
@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;
	}
}

/** CTA section
--------------------------------------------------------------------------- **/
.cta-section {
	color: #FFFFFF;
	text-align: center;
	position: relative;
}
.cta-section::before {
	content: '';
	display: block;
	background: rgba(0, 0, 0, 0.7);
	
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.cta-section > div {
	position: relative;
}

/** Gallery Grid
---------------------------------------------------------------------------- **/
.radon-gallery-grid .so-widget-sow-image-grid .sow-image-grid-wrapper {
	display: grid;
	grid-row-gap: 15px;
	grid-column-gap: 3%;
	grid-template-columns: 1fr 1fr;
}
.radon-gallery-grid .so-widget-sow-image-grid .sow-image-grid-wrapper .sow-image-grid-image img {
	height: 200px;
	width: 100%;
	object-fit: cover;
	object-position: center;
}
@media screen and (min-width: 768px) {
	.radon-gallery-grid .so-widget-sow-image-grid .sow-image-grid-wrapper {
		grid-template-columns: 1fr 1fr 1fr 1fr;
	}
}
@media screen and (min-width: 781px) {
	.radon-gallery-grid .so-widget-sow-image-grid .sow-image-grid-wrapper {
		grid-row-gap: 20px;
	}
}
@media screen and (min-width: 1025px) {
	.radon-gallery-grid .so-widget-sow-image-grid .sow-image-grid-wrapper {
		grid-row-gap: 40px;
	}
	.radon-gallery-grid .so-widget-sow-image-grid .sow-image-grid-wrapper .sow-image-grid-image img {
		height: 250px;
	}
}

/** Process
------------------------------------------------------------------------------ **/
.process-cell {
	text-align: center;
	padding: 20px 0;
	max-width: 400px;
	margin-left: auto;
	margin-right: auto;
}
.process-cell .process-count {
	color: #FFFFFF;
	font-family: 'Rubik', sans-serif;
	font-size: 70px;
	font-weight: 700;
	line-height: 1;
	background-color: #3AAA35;
	border-radius: 50px;
	
	width: 90px;
	height: 90px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
}
.process-cell .process-info .widget-title {
	text-transform: uppercase;
	margin-bottom: 10px;
}
@media screen and (min-width: 781px) {
	.process-cell {
		max-width: 100%;
	}
	.process-cell .process-info .widget-title {
		margin-bottom: 20px;
	}
}
@media screen and (min-width: 1200px) {
	.process-cell .process-count {
		margin-bottom: 4px;
	}
}

/** Contact Us page
------------------------------------------------------------------------------------------ **/
.contact-hero-section.hero-section::before {
	background: rgba(0, 0, 0, 0.8);
}
#contact-info-features .so-widget-sow-features .sow-features-list {
	grid-row-gap: 30px;
}
#contact-info-features .sow-features-list .sow-features-feature {
    padding: 0;
}
#contact-info-features .sow-features-feature.sow-icon-container-position-right .sow-icon-container {
	margin-bottom: 0;
}
#contact-info-features .sow-features-list .sow-features-feature h3 {
    margin: 0;
}
#contact-info-features .sow-features-list .sow-features-feature .textwidget a:not(:hover):not(:focus) {
    color: inherit;
    text-decoration: none;
}
@media screen and (min-width: 781px) {
	#contact-info-features .so-widget-sow-features .sow-features-list {
		grid-row-gap: 50px;
	}
	#contact-info-features .sow-features-feature.sow-icon-container-position-right .sow-icon-container {
		zoom: 1;
	}
}
@media screen and (min-width: 1200px) {
	#contact-info-features .sow-features-feature.sow-icon-container-position-right .sow-icon-container {
	    margin-right: 35px;
	}
}

/** Service Areas list
--------------------------------------------------------------------------------------------- **/
.widget .service-areas-list ul,
.widget .service-areas-list ul > li {
	list-style: none;
	list-style-type: none;
	padding-left: 0;
}
.widget .service-areas-list ul > li a {
	text-decoration: none;
}
.widget .service-areas-list ul > li a:not(:hover):not(:focus) {
	color: inherit;
}

/** Homepage = hero
------------------------------------------------------------------------------- **/
#home-hero::before {
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.30) 23.42%, rgba(0, 0, 0, 0.00) 99.91%), linear-gradient(0deg, rgba(0, 0, 0, 0.14) 0%, rgba(0, 0, 0, 0.14) 100%);
}
#home-hero .hero-content-wrapper {
	padding: 30px 20px;
	max-width: 1200px;
	background-color: rgba(32,39,59,0.85);
}
#home-hero .hero-features-list {
	text-align: center;
}
@media screen and (min-width: 781px) {
	#home-hero .hero-content-wrapper { 
		padding-left: calc(20px + (30 - 20) * (100vw - 781px) / (1199 - 781));
		padding-right: calc(20px + (30 - 20) * (100vw - 781px) / (1199 - 781));
	}
}
@media screen and (min-width: 1200px) {
	#home-hero .hero-content-wrapper { 
		padding-left: 30px;
		padding-right: 30px;
	}
}
@media screen and (max-width: 1240px) {
	#home-hero .hero-content-wrapper {
		margin-left: 20px;
		margin-right: 20px;
	}
}
@media screen and (max-width: 1023px) {
	#home-hero .hero-features-list {
		text-align: left;
		display: table;
		margin-left: auto;
		margin-right: auto;
	}
}

/** Our work page - Gallery
------------------------------------------------------------------------------- **/
#our-work-gallery .sow-image-grid-image {
	transition: all 300ms ease-in-out;
}
button#see-more {
	margin: 40px auto 0;
	display: table;
}

/** Realtor page
------------------------------------------------------------------------------- **/
.realtor-hero-section.hero-section .hero-slider .sow-slider-base ul.sow-slider-images li.sow-slider-image > img {
	object-position: top;
}


.grecaptcha-badge {
	bottom: 78px!important;
}