/*
Theme Name: WCAG AA 2.0 Compliant Website
Version: 100.0
Template: universal
*/

/* Universal Begins */
/*
Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 3.3.0
build: 3167
*/

html {
	color: #000;
	background: #FFF;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset, img {
	border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}

li {
	list-style: none;
}

caption, th {
	text-align: left;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before, q:after {
	content: '';
}

abbr, acronym {
	border: 0;
	font-variant: normal;
}

sup {
	vertical-align: text-top;
}

sub {
	vertical-align: text-bottom;
}

input, textarea, select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}

input, textarea, select {
	*font-size: 100%;
}

legend {
	color: #000;
}

html {
	font-size: 100%;
}

i strong, em strong {
	font-style: italic;
}

b em {
	font-weight: bold;
}

header, nav, article, footer, section, main, aside, figure, figcaption {
	display: block
}


#nav-below {
	margin: 10px 0;
	overflow: hidden;
}

.nav-previous, .nav-next {
	float: left;
	display: inline;
	width: 50%;
}

.nav-next {
	float: right;
	text-align: right;
}

.nav-previous a, .nav-next a {
	text-decoration: none;
}

div.entry-meta {
	font-size: 90%;
}

.post_entry_mult {
	border-bottom: 1px solid #999;
	overflow: hidden;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.post_entry_mult_left {
	float: left;
	display: inline;
	width: 150px;
}

.post_entry_mult_right {
	padding-left: 160px;
}


div.post_entry_mult h2 {
	padding: 0;
	margin-bottom: .5rem;
}

.excerpt_meta {
	font-size: 80%;
	margin: 0 0 10px;
}

.postThumbSingle {
	display: block;
	margin: 0 0 10px;
}

@media screen and (min-width: 450px) {
	.postThumbSingle {
		float: left;
		margin: 5px 10px 0 0;
	}
}

.tag-links {
	display: block;
}

.google-map {
	height: 350px;
	margin: 0 0 25px;
	border: 1px solid #333;
}

/* Universal Ends */

blockquote {
	padding: 0 0 0 30px;
	font-style: italic;
}

strong {
	font-weight: bold;
}

i, em {
	font-style: italic;
}

i strong, em strong, strong i, strong em {
	font-weight: bold;
}

/* General */
html {
	-webkit-text-size-adjust: 100%;
	background: #333;
}

body {
	font-family: 'Open Sans', sans-serif;
	font-size: 100%;
	line-height: 1.3;
	color: #fff;
	background: #000;
}

a {
	color: #f5ff00;
}

@media screen and (min-width: 1200px) {
	p {
		font-size: 1.125rem;
	}
}

@media screen and (min-width: 1640px) {
	p {
		font-size: 1.5rem;
		line-height: 1.7;
	}
}

.animated {
	opacity: 0;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.officiallyAnimated, .ie9 .animated, #persistentHeader .animated, #persistentHeader.animated {
	opacity: 1;
}


/*OOCSS*/
a:focus {
	-webkit-box-shadow: inset 0 0 0 3px red, 0 0 0 3px red;
	box-shadow: inset 0 0 0 3px red, 0 0 0 3px red;
}

.bypassBlock {
	position: absolute;
	opacity: 0;
	width: 100%;
	padding: 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #000;
	background: #e3e3e3;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	z-index: 9999;
	transform: scaleY(0);
	-webkit-transform: scaleY(0);
	-moz-transform: scaleY(0);
	-ms-transform: scaleY(0);
}

.bypassBlock:focus {
	opacity: 1;
	transform: scaleY(1);
	-webkit-transform: scaleY(1);
	-moz-transform: scaleY(1);
	-ms-transform: scaleY(1);
}

/*Elements*/
.global-zone {
	padding: 20px;
	text-align: center;
}

.global-gray {
	background: #252525;
}

.global-wrap {
	max-width: 1600px;
	margin: 0 auto;
}

.global-header {
	padding: 0 0 20px;
}

.global-title {
	display: block;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.75rem;
	padding: 0 0 5px;
	margin-bottom: 1rem;
}

.global-small {
	font-size: .9rem;
}

.global-paragraph {
	margin: 0 auto;
	padding: 0;
	text-align: left;
	max-width: 1600px;
	margin-bottom: 1rem;
}

.global-paragraph:last-child {
	margin-bottom: 0;
}

.global-subtitle, .bFooter h2, .sxn-heating-wrap span {
	text-transform: uppercase;
	display: block;
	font-weight: bold;
	font-size: 1rem;
	margin-bottom: 1rem;
}

.global-invisibleText {
	font-size: 0;
	color: transparent;
}



/*Slider Elements*/
.global-sliderWrap {
	position: relative;
	margin: 0 auto;
	max-width: 1800px;
}

.global-slider {
	position: relative;
	overflow: hidden;
	z-index: 5;
}

.global-slider-item {
	display: inline-block;
	vertical-align: top;
}

.global-slider-itemWrap {
	padding: 20px;
	margin: 0 10px;
}

.global-arrows {
	margin: 10px auto 0;
	position: relative;
}

.global-arrows:after {
	content: '';
	display: table;
	clear: both;
}

.global-arrows li {
	border: 1px solid #b1b1b1;
	display: inline-block !important;
	margin: 0 5px;
	padding: 10px;
}

.global-arrows li.slick-hidden {
	display: none !important;
}

.global-arrows a {
	display: block;
	overflow: hidden;
	width: 34px;
	height: 84px;
	-webkit-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
}

.global-arrows li:hover {
	background: #000;
}

.global-arrows li:last-child img {
	margin-left: -35px;
}

body.inv .global-arrows img {
	filter: invert(0);
	-webkit-filter: invert(0);
	-moz-filter: invert(0);
	-ms-filter: invert(0);
}

@media screen and (min-width: 800px) {
	.global-zone {
		padding: 40px 20px;
	}

	.global-header {
		padding: 0 0 30px;
	}

	.global-title {
		font-size: 2rem;
	}

	.global-subtitle, .bFooter h2, .sxn-heating-wrap span {
		font-size: 1.25rem;
	}

	.global-slider {
		max-width: calc(100% - 140px);
		margin: 0 auto;
		min-height: 110px;
	}

	.global-arrows {
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		margin: 0;
	}

	.global-arrows li {
		position: relative;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		top: 0;
		height: calc(100% - 2px);
	}

	.global-arrows li:first-child {
		float: left;
	}

	.global-arrows li:last-child {
		float: right;
	}

	.global-arrows a {
		position: relative;
		top: calc(50% - 42px);
	}

}

@media screen and (min-width: 1120px) {
	.global-zone {
		padding: 60px 20px;
	}

	.global-header {
		padding: 0 0 40px;
	}

	.global-title {
		font-size: 2.25rem;
		padding: 0;
	}

	.global-subtitle, .bFooter h2, .sxn-heating-wrap span {
		font-size: 1.5rem;
	}
}

@media screen and (min-width: 1640px) {
	.global-header {
		padding: 0 0 55px;
	}

	.global-title {
		font-size: 2.5rem;
	}

	.global-subtitle, .bFooter h2, .sxn-heating-wrap span {
		font-size: 1.75rem;
	}

	.global-slider {
		width: calc(100% - 200px);
	}

	.global-arrows li {
		padding: 0 20px;
	}
}


article hr {
	border: 0;
	height: 1px;
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0)));
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
	width: 80%;
	margin: 0 auto 20px;
}

#wrapper {
}


/*WCAG EXIT*/
.wcag-exit {
	background: url(img/wcag-exit/background.jpg?t=2019);
	padding: 10px 20px;
	text-align: center;
}

.wcag-exit h2 {
	font-size: 0;
	color: transparent;
}

.wcagExitBtn {
	display: inline-block;
	background: #fff;
	color: #000;
	padding: 5px 10px;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
	border-radius: 5px;
}

.wcagExitBtn:hover {
	background: #eee;
}

@media screen and (min-width: 800px) {
	.wcagExitBtn {
		position: relative;
		padding: 10px 20px 10px 50px;
		font-size: 1.125rem;
		border-radius: 8px;
	}

	.wcagExitBtn:after {
		content: '';
		position: absolute;
		width: 16px;
		height: 16px;
		background: url(img/global/btn-arrow.png);
		left: 15px;
		top: 50%;
		transform: translateY(-50%) rotate(180deg);
		-webkit-transform: translateY(-50%) rotate(180deg);
		-moz-transform: translateY(-50%) rotate(180deg);
		-ms-transform: translateY(-50%) rotate(180deg);
	}
}

/*WCAG TOOLBAR*/
#wcag-toolbar {
	overflow: hidden;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	background: #000;
	color: #fff;
	border-bottom: 1px solid #c4c4c4;
	position: relative;
	z-index: 9999;
}

#wcag-toolbar > h2 > a {
	display: block;
	padding: 5px 0;
	font-weight: bold;
	color: #fff;
}

#wcag-toolbar > h2:hover > a {
	text-decoration: none;
}

#wcag-toolbar h3 {
	display: block;
	font-weight: bold;
	padding: 0 0 10px;
	font-size: 14px;
	color: #fff;
}

.wtb-main {
	display: none;
	padding: 20px;
}

.wtb-size, .wtb-inversion {
	padding: 0 0 20px;
}

.wtb-sizeOptions li {
	position: relative;
	display: inline-block;
	margin: 0 0 0 -4px;
	vertical-align: bottom;
	width: 36px;
	line-height: 1;
}

.wtb-sizeOptions li:before {
	content: '';
	display: block;
	position: absolute;
	height: 28px;
	width: 1px;
	background: #bdbdbd;
	bottom: 0;
	left: 0;
}

.wtb-sizeOptions a {
	display: inline-block;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
}

.wtb-sizeSm a {
	font-size: 16px;
}

.wtb-sizeMd a {
	font-size: 24px;
}

.wtb-sizeLg a {
	font-size: 32px;
}

.wtb-sizeOptions li:hover a, .wtb-sizeOptions li.wtb-sizeCurrent a {
	text-decoration: underline;
}

.wtb-inversionOptions li {
	display: inline-block;
}

body.inv .wtb-inversionOptions li {
	-webkit-filter: invert(100%);
	filter: invert(100%);
}

.wtb-inversionOptions a {
	display: block;
	color: #000;
	font-size: 16px;
	width: 28px;
	height: 26px;
	line-height: 26px;
}

.wtb-inversionOptions li.wtb-inversionCurrent a, .wtb-inversionOptions li:hover a {
	text-decoration: underline;
}

.wtb-inversionOptions li > a {
	text-decoration: none;
}

.wtb-inversionInv > a {
	border: 2px solid #fff;
	background: #000;
	color: #fff;
}

.wtb-inversionNorm {
	border: 2px solid #000;
	background: #fff;
	color: #000;
}

.wtb-info {
	position: relative;
	display: inline-block;
	color: #fff;
	font-size: 14px;
}

.wtb-info:hover {
	text-decoration: none;
}

.wtb-close {
	display: block;
	padding: 20px 0 0;
	font-weight: bold;
	color: #fff;
	font-size: 14px;
}

@media screen and (min-width: 800px) {
	#wcag-toolbar {
		text-align: left;
		line-height: 32px;
	}

	#wcag-toolbar h2 {
		display: none;
	}

	.wtb-main {
		display: block !important;
		padding: 10px 20px;
		overflow: hidden;
	}

	.wtb-close {
		display: none;
	}

	/*	#wcag-toolbar h3{ display: none; }*/
	.wtb-size,
	.wtb-inversion,
	.wtb-info {
		padding: 0;
		margin: 0;
	}

	.wtb-size,
	.wtb-inversion {
		float: left;
		text-align: center;
		padding: 0 20px 0 0;
		line-height: 32px;
	}

	#wcag-toolbar h3,
	.wtb-sizeOptions,
	.wtb-inversionOptions {
		display: inline-block;
		vertical-align: middle;
	}

	#wcag-toolbar h3 {
		vertical-align: middle;
		padding: 0;
		margin: 0 10px 0 0;
		font-weight: normal;
	}

	.wtb-info {
		float: right;
		display: inline-block;
		padding: 0px 0 0;
		font-weight: normal;
	}

	/*	.wtb-inversionOptions{ height: 30px; }*/
}

@media screen and (min-width: 1120px) {
	#wcag-toolbar h3,
	.wtb-info {
		font-weight: bold;
		font-size: 21px;
	}

	#wcag-toolbar .wbt-size h3 {
		padding: 7px 0 0;
	}

	.wtb-info {
		padding: 0 0 5px;
	}
}

@media screen and (min-width: 1640px) {
	#wcag-toolbar {
		text-align: center;
	}

	.wtb-main {
		max-width: 1800px;
		margin: 0 auto;
	}

	.wtb-InversionOptions {
		/*float;*/
		/*left;*/
	}

	.wtb-info {
		position: relative;
		padding: 0 40px 0 0;
	}

	.wtb-info:after {
		content: '';
		display: block;
		position: absolute;
		width: 30px;
		height: 30px;
		background: url(img/global/btn-arrow.png) center center no-repeat #fff;
		border: 1px solid #000;
		top: calc(50% + 5px);
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		right: 0;
		top: 17px;
	}
}

/*INVERSION CSS*/
/*INVERSION CSS*/
body.inv #wrapper {
	background-color: #000;
	filter: invert(100%);
	-webkit-filter: invert(100%);
	-moz-filter: invert(100%);
	-ms-filter: invert(100%);
}

body.inv #wrapper img,
body.inv #wrapper .homeslideImg,
body.inv #wrapper .subslide,
body.inv #wrapper iframe {
	filter: invert(100%);
	-webkit-filter: invert(100%);
	-moz-filter: invert(100%);
	-ms-filter: invert(100%);
}

/*IE10-11*/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.wtb-inversion {
		display: none;
	}
}

html.ie8 .wbt-inversion,
html.ie9 .wbt-inversion {
	display: none;
}

#persistentHeader {
	-webkit-transform: perspective(1px) translateZ(0);
	-ms-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
}

body.fsMenuOn #persistentHeader {
	-webkit-transform: none; /* Safari and Chrome */ /* Firefox */
	-ms-transform: none; /* IE 9 */ /* Opera */
	transform: none;
}

#mhWrapper {
}

.mhTop {
	padding: 0 0 10px;

}

#logo-main {
	display: block;
	width: 90%;
	margin: 15px auto;
}

#logo-main img {
	display: block;
	width: 100%;
}

.mhExtras {
	text-align: center;
}

.mhExtras li {
	font-style: italic;
	font-weight: bold;
}

.mheDivider {
	display: none;
}

.mhExtras a {
	display: block;
	color: #fff;
}

.mhExtras a:hover {
	text-decoration: none;
}

.mhPhone {
	display: block;
	font-weight: bold;
	text-align: center;
	color: #fff;
}

.mhPhone:hover {
	text-decoration: none;
}

@media screen and (min-width: 1400px) {
	.mhPhone li {
		text-align: right;
	}
}

.mhPhone a {
	color: inherit;
}

/* Enable these next two lines to modify dropdown colors
html body nav.mm ul li:nth-child(2) ul {display: block; transform: scaleY(1); opacity: 1}
html body nav.mm ul li:nth-child(2) ul li:nth-child(2) > a {background-color: #5B9FC4;}
*/
nav.mm {
	text-align: center;
	background: #252525;
	position: relative;
	z-index: 100;
	border-top: 1px solid #c1c1c1;
	border-bottom: 1px solid #c1c1c1;
}

nav.mm > ul > li > a {
	padding: 10px 10px;
	font-size: 0.875rem;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1;
}

nav.mm > ul > li > a:hover {
	-webkit-transition: background 300ms linear;
	-o-transition: background 300ms linear;
	transition: background 300ms linear;
}

nav.mm > ul > li > ul {
	top: 100%;
}

nav.mm > ul > li:hover > a {
	text-decoration: underline;
}

nav#mainMenu.mm a.mDisableHover {
	text-decoration: none;
	cursor: default;
}

nav.mm ul ul {
	background: #252525;
	width: 220px;
	border: 1px solid #c8c8c8;
}

nav.mm ul ul li:hover > a {
	text-decoration: underline;
	background: #fff;
	color: #000;
}

nav.mm ul ul li {
	border-top: 1px solid #c8c8c8;
}

nav.mm ul ul a {
	color: #fff;
	padding: 15px 10px;
	font-size: 0.875rem;
	/*    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif; */
	text-transform: none;
	line-height: 1.3;
	font-weight: bold;
}

nav.mm ul {
	padding: 0;
	margin: 0;
	font-size: 0;
}

nav.mm li {
	position: relative;
}

nav.mm ul a {
	display: block;
	text-decoration: none;
}

nav.mm > ul > li {
	display: inline-block;
}

nav.mm ul ul {
	display: block;
	position: absolute;
	text-align: left;
	left: 0;
	top: -1px;
	-webkit-transform-origin: top;
	-ms-transform-origin: top;
	transform-origin: top;
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform: scaleY(0);
	opacity: 0;
	-webkit-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
}

/*nav.mm ul li:hover > ul {
	-moz-transform: scaleY(1);
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1);
	opacity: 1;
}*/

nav.mm ul li:hover > ul, nav.mm ul li.focused > ul {
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1);
	opacity: 1;
	z-index: 999;
}

nav.mm ul ul ul {
	left: 100%;
}

nav.mm ul ul li:first-child {
	border: 0;
}


body.admin-bar #mmiWrapper {
	position: static;
}

body.admin-bar.mob_menu #wrapper {
	padding: 0;
}

body.mob_menu #wrapper {
	padding: 34px 0 0;
}

body.mob_menu #wpadminbar {
	position: absolute;
}

body.fsMenuOn #wpadminbar {
	display: none;
}

#mmiWrapper, #mblSearchCont, nav.mm_mob {
	display: none;
}

.mob_menu #mmiWrapper,
.fsMenuOn #mblSearchCont,
.fsMenuOn #closeMenu,
.fsMenuOn nav.mm_mob {
	display: block;
}

.fsMenuOn #mmiWrapper {
	z-index: 1;
}

#mmiWrapper, #closeMenu {
	background: #000;
}

/*modme*/
#mmiWrapper {
	-webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.7);
	box-shadow: 0 1px 10px rgba(0, 0, 0, 0.7);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
}

#mobMenuItems {
	height: 34px;
	padding: 0;
	margin: 0 auto;
	text-transform: uppercase;
	position: relative;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	text-align: center;
	font-size: 0;
}

.mmi {
	height: 100%;
	display: inline-block;
	vertical-align: top;
	list-style-type: none;
	list-style-position: outside;
}

.mmi > a {
	font-size: 14px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #fff;
	display: block;
	height: 100%;
	line-height: 34px;
	background-image: url(img/icons/menu-2019.png);
	background-repeat: no-repeat;
	text-indent: -222px;
	overflow: hidden;
	text-align: left;
}

#mm1 {
	width: 47px;
}

#mm2 {
	width: 47px;
}

#mm3 {
	width: 56px;
}

#mm4 {
	width: 42px;
}

#mm5 {
	width: 47px;
}

#mm6 {
	width: 46px;
}

.mmi a:hover {
	text-decoration: none;
}

.mmi {
	border-right: 1px solid #454141;
}

/*modme*/
#mm1 {
	border-left: 1px solid #454141;
}

/*modme*/
#mm1 > a {
	background-position: 15px 0;
}

#mm2 > a {
	background-position: 15px -34px;
}

#mm3 > a {
	background-position: 15px -68px;
}

#mm4 > a {
	background-position: 15px -102px;
}

#mm5 > a {
	background-position: 15px -136px;
}

#mm6 > a {
	background-position: 15px -170px;
}

/* Dropdown support */
.mmi > ul {
	z-index: 1;
	width: 297px;
	left: -1px;
	display: none;
	position: absolute;
}

.mmi:hover ul {
	display: block;
}

.mmi ul li {
	border-top: 1px solid #333; /*modme*/
}

.mmi ul li:first-child {
	border: 0;
}

.mmi ul a {
	background: #666; /*modme*/
	color: #fff; /*modme*/
	display: block;
	padding: 10px 10px;
	font-size: 1rem;
}

.mmi ul a:hover {
	background: #999; /*modme*/
}

@media screen and (min-width: 385px) {

	#mm6 {
		width: 110px;
	}

	#mm6 > a {
		padding: 0 0 0 47px;
		text-indent: 0;
	}

	.mmi > ul {
		width: 350px;
	}
}

nav.mm_mob {
	position: absolute;
	padding: 34px 0 10px;
	left: 0;
	top: 0;
	width: 100%;
	background: #252525; /*modme*/
	z-index: 9999;
}

nav.mm_mob ul {
	padding: 0;
}

nav.mm_mob > ul {
	padding: 10px 0 10px;
}

nav.mm_mob ul li {
	list-style-type: none;
	list-style-position: outside;
	display: block;
}

nav.mm_mob ul a {
	display: block;
	font-size: 0.938rem;
	padding: 3px 1em 3px 0;
	color: #fff;
}

nav.mm_mob a:hover {
	background: #dadada; /*modme*/
	color: #000;
	text-decoration: none;
}

nav.mm_mob ul a {
	padding-left: 1em;
}

nav.mm_mob ul ul a {
	padding-left: 2em;
}

nav.mm_mob ul ul ul a {
	padding-left: 3em;
}

nav.mm_mob ul ul li a {
	text-transform: none;
}

#closeMenu {
	display: none;
	height: 34px;
	line-height: 34px;
	font-size: 1rem;
	font-family: arial, sans-serif;
	color: #fff;
	z-index: 999999999;
	top: 0;
	right: 0;
	width: 100%;
	text-transform: uppercase;
	position: fixed;
	text-align: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}

#closeMenu:hover {
	text-decoration: none;
}

body.fsMenuOn #menuWall {
	position: fixed;
	background: #000;
	background: rgba(0, 0, 0, 0.9);
	z-index: 999;
	content: "";
	width: 100%;
	height: 200%;
	left: 0;
	top: 0;
}

#mblSearch {
	max-width: 350px;
	padding: 10px 1em;
	overflow: hidden;
}

#mblsInput, #mblsSubmit {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0;
	float: left;
	display: inline;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#mblsInput {
	font-size: 0.625rem;
	font-family: arial, sans-serif;
	padding: 0 5px;
	line-height: 1;
	height: 21px;
	width: 70%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid rgba(0, 0, 0, 0.35);
	outline: 0;
}

#mblsSubmit {
	width: 30%;
	border: 0;
	background: #000; /*modme*/
	font-size: 0.625rem;
	height: 21px;
	line-height: 20px;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	cursor: pointer;
}

@media screen and (min-width: 800px) {
	.mhExtras li {
		display: inline-block;
		font-size: 1.4rem;
	}

	.mheDivider {
		padding: 0;
		min-width: 2rem;
	}

	.mhPhone {
		font-size: 1.875rem;
	}

	body.admin-bar #persistentHeader {
		top: 32px;
	}

	body.admin-bar.fsMenuOn #persistentHeader {
		top: 0;
	}

	body.sticky_zone .noSticky {
		display: none;
	}
}

@media screen and (min-width: 1120px) {
	#mainHeader {
		position: relative;
		text-align: center;
	}

	#logo-main, .mhExtras {
		display: inline-block;
		vertical-align: middle;
	}

	.mhExtras {
		padding: 0 0 0 20px;
	}
}

@media screen and (min-width: 1400px) {
	.mhTop {
		position: relative;
		padding: 0 20px;
		max-width: 1800px;
		margin: 0 auto;
	}

	.mhTop:after {
		content: '';
		display: table;
		clear: both;
	}

	#logo-main {
		float: left;
	}

	.mhPhone {
		float: right;
		padding: 0 0 0 20px;
	}

	nav.mm > ul > li > a {
		font-size: 1.25rem;
		padding: 10px 20px;
	}
}

#homeslides {
	position: relative;
	background-color: #151515;
	border-bottom: 1px solid #fff;
	overflow: hidden;
}

.homeslideImg {
	display: block;
	width: 100%;
	height: 300px;
	background: url(img/slides/mobile-min.jpg) center center no-repeat;
	color: transparent;
	font-size: 0;
}

.slideBox {
	color: #fff;
	width: 100%;
	padding: 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.slideHead {
	display: block;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 1.25rem;
	padding: 0 0 5px;
}

.slideSubtitle {
	display: block;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 1rem;
	padding: 0 0 5px;
}

.slideBody {
	padding: 0;
	line-height: 1.3;
}

.slideBody br {
	display: none;
}

@media screen and (min-width: 600px) {
	.homeslideImg {
		background-size: cover;
	}
}

@media screen and (min-width: 800px) {
	#syncMenu {
		z-index: 1;
	}

	.homeslideImg {
		background-image: url(img/slides/desktop-min.jpg);
	}
}

@media screen and (min-width: 1120px) {
	#homeslides {
		height: 400px;
	}

	.homeslide, .slideContent {
		position: relative;
		width: 100%;
		height: 100%;
	}

	.slideContent:after {
		content: '';
		display: table;
		clear: both;
	}

	.homeslideImg {
		position: absolute;
		height: 100%;
		width: 50%;
	}

	.slideBox {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		width: 50%;
		right: 0;
		padding: 0 20px;
	}

	.slideHead {
		font-size: 2rem;
		padding: 0 0 10px;
		line-height: 1;
	}

	.slideSubtitle {
		font-size: 1.5rem;
		padding: 0 0 5px;
		line-height: 1;
	}

	.slideBody {
		font-size: 1rem;
		max-width: 615px;
	}
}

@media screen and (min-width: 1400px) {
	#homeslides {
		height: 450px;
	}

	.slideBox {
		padding: 0px 20px 0px 40px;
	}

	.slideHead {
		font-size: 2.5rem;
		padding: 0 0 10px;
	}

	.slideSubtitle {
		font-size: 1.6rem;
		padding: 0 0 5px;
	}

	.slideBody {
		font-size: 1.3rem;
		max-width: 700px;
	}
}

@media screen and (min-width: 1840px) {
	#homeslides {
		height: 500px;
	}

	.slideHead {
		font-size: 2.6rem;
	}

	.slideSubtitle {
		font-size: 1.8rem;
	}

	.slideBody {
		font-size: 1.4rem;
		max-width: 750px;
	}
}

/*Quick Links*/
.sxn-quick-links {
	background: #252525;
	padding: 20px;
	text-align: center;
}

.sxn-quick-links h2 {
	
}

.qlsList {
	max-width: 1800px;
	margin: 0 auto;
}

.qlsList li {
	margin: 0 auto 5px;
	padding: 3px;
	background: #000;
}

.qlsList a {
	position: relative;
	display: block;
	padding: 10px;
	background: #000;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	border: 1px solid #2a2a2a;
	-webkit-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
}

.qlsList li:hover a {
	text-decoration: none;
	color: #fff;
	background: #434343;
}

@media screen and (min-width: 800px) {
	.sxn-quick-links {
		padding: 40px 20px;
	}

	.qlsList a {
		padding: 20px 0;
	}

	.qlsList a:before {
		content: '';
		position: absolute;
		width: 47px;
		height: 47px;
		background: url(img/global/btn-arrow-light.png) center center no-repeat #000;
		border: 1px solid #b0b0b0;
		right: 5px;
		top: 50%;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
	}
}

@media screen and (min-width: 1120px) {
	.qlsList li {
		padding: 5px;
		margin: 0 0 10px;
	}

	.qlsList a {
		font-size: 1.25rem;
	}

	.qlsList a:before {
		right: 8px;
	}
}

@media screen and (min-width: 1640px) {
	.qlsList a {
		font-size: 1.5rem;
	}

	.qlsList a:before {
		right: 11px;
	}
}

#sync {
	height: 0;
	width: 0;
}

.syncItem {
	position: relative;
	z-index: 0;
}

/* BELOW THE FOLD (BTF) BEGINS */

p {
	padding: 0 0 20px;
}

li {
	list-style-type: none;
	list-style-position: outside;
}

.topo {
	display: block;
	overflow: hidden;
}

.topo img {
	display: block;
	width: 100%;
}

#contentArea {
	margin: 0 auto;
	overflow: hidden;
	max-width: 1600px;
}

#mainContent {
	color: #fff;
	padding: 20px;
}

.article {
	font-size: 1rem;
	line-height: 1.5;
	text-align: left;
}

.article ul, .article ol {
	padding: 0 0 2rem 2rem;
}

.article li ul, .article li ol {
	padding: 0 0 0 2rem;
}

.article li {
	list-style-position: outside;
}

.article ul li {
	list-style-type: disc;
}

.article ol > li {
	list-style-type: decimal;
}

.article ol > li > ol > li {
	list-style-type: lower-alpha;
}

.article ol > li > ol > li > ol > li {
	list-style-type: lower-roman;
}

.article ul ul {
	padding-bottom: 0;
}

.article a {
	color: #f5ff00;
}

.article a:hover {
	text-decoration: none;
}

.article ul, .article ol {
	overflow: hidden;
}

.article h1,
.article h2,
.article h3,
.article h4,
.article h5,
.article h6 {
	line-height: 1.2;
	font-weight: bold;
	color: #fff;
	padding: .5rem 0 .5rem 0;
	text-transform: uppercase;
}

.article h1 {
	font-size: 1.563rem;
	padding-bottom: 2rem;
}

.article h2 {
	font-size: 1.125rem;
	padding: 1rem 0 1rem 0;
}

.article h3 {
	font-size: 1rem;
	font-weight: bold;
}

.article h4 {
	font-size: 1rem;
	font-style: italic;
}

.article h5 {
	font-size: 1rem;
}

.headshot {
	width: 40%;
	max-width: 220px;
	float: left;
	margin: 0 1rem .5rem 0;
}

.article .alignright, .article .aligncenter, .article .alignleft {
	margin: 10px auto;
}

.mcImgScale{
	/*Do not add any additional css to this class.*/
	max-width: 100%;
}

.mcTable {
	margin: 0 0 20px;
}

.mcTable td {
	vertical-align: top;
	display: block;
}

.mcTable ul {
	padding: 0 0 0 30px;
}


/* Content Area */

@media screen and (min-width: 800px) {
	#syncContent {
		z-index: 1;
	}

	#contentArea {
		padding: 40px;
	}

	#mainContent {
		padding: 0;
	}

	.article .alignright {
		float: right;
		margin: 0 0 5px 15px;
	}

	.article .aligncenter {
		display: block;
		margin: 0 auto;
	}

	.article .alignleft {
		float: left;
		margin: 0 15px 5px 0;
	}
}

@media screen and (min-width: 900px) {
	.mcTable td {
		display: table-cell;
		padding: 0 0 0 40px;
	}

	.mcTable td:first-child {
		padding: 0;
	}
}

@media screen and (min-width: 1200px) {
	#contentArea {
		padding: 60px;
	}

	.article {
		font-size: 1.125rem;
	}

	.article h1 {
		font-size: 2rem;
	}

	.article h2 {
		font-size: 1.5rem;
	}

	.article h3 {
		font-size: 1.25rem;
	}
}

@media screen and (min-width: 1640px) {
	.article {
		font-size: 1.5rem;
		line-height: 1.7;
	}

	.article h1 {
		font-size: 2.25rem;
		padding-bottom: 2rem;
	}

	.article h2 {
		font-size: 1.75rem;
	}

	.article h3 {
		font-size: 1.25rem;
	}

	.article h4, .article h5 {
		font-size: 1.15rem;
	}

	.article p {
		padding: 0 0 2rem;
	}
}

.testsWrap {
}

.testsList {
	display: block;
	position: relative;
	z-index: 5;
	width: 280px;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
}

.testWrap {
	display: inline-block;
}

.test {
	background: #000000;
	padding: 10px;
	width: 260px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 auto;
	/*	box-shadow: 1px 1px 7px 0 rgba(0,0,0,0.15);*/
}

.testVid {
	display: block;
	width: 240px;
	height: 144px;
	overflow: hidden;
	margin: 0 auto;
	cursor: pointer;
}

.testVid:hover {
	filter: brightness(110%);
	-webkit-filter: brightness(110%);
	-moz-filter: brightness(110%);
	-ms-filter: brightness(110%);
}

.testVid img {
	width: 300%;
}

.test2 img {
	margin: 0 0 0 -100%;
}

.test3 img {
	margin: 0 0 0 -200%;
}

.testTrans {
	display: block;
	color: #fff;
	font-weight: bold;
	text-decoration: underline;
	padding: 5px 0 0;
}

.testTrans:hover {
	text-decoration: none;
}

@media screen and (min-width: 800px) {
	.testsWrap {
		max-width: 800px;
	}

	.testsList {
		width: 600px;
	}
}

@media screen and (min-width: 1120px) {
	.testsWrap {
		max-width: 100%;
	}

	.testsList {
		width: 900px;
	}

	.testsNav {
		display: none;
	}
}

@media screen and (min-width: 1300px) {
	.testsList {
		width: 100%;
		max-width: 1250px;
	}

	.test {
		width: 399px;
		padding: 30px 0 20px;
	}

	.testVid {
		width: 339px;
		height: 204px;
	}

	.testTrans {
		font-size: 1.5rem;
		margin: 15px 0 0;
	}
}

@media screen and (min-width: 1640px) {
	.testsList {
		max-width: 1400px;
	}

	.test {
		width: 419px;
		padding: 40px 0 30px;
	}

	.testTrans {
		margin: 20px 0 0;
	}
}

/*FAQS*/
.sxn-faqs {
	overflow: hidden;
}

.faqsWrap {
}

.faqsList {
	width: 100%;
	overflow: hidden;
	position: relative;
	z-index: 5;
}

.faqItem {
	display: inline-block;
	vertical-align: top;
}

.faqWrap {
	text-align: left;
	padding: 20px;
}

.faqQuestion, .faqAnswer {
	display: block;
	position: relative;
	padding: 0 0 0 2rem;
}

.faqQuestion {
	font-style: italic;
	margin: 0 0 20px;
}

.faqQuestion:before, .faqAnswer:before {
	font-size: 2rem;
	line-height: 1;
	position: absolute;
	top: 0;
	left: 0;
	font-style: normal;
}

.faqQuestion:before {
	content: 'Q';
}

.faqAnswer:before {
	content: 'A';
}

.faqAnswer > a {
	font-weight: bold;
	text-transform: uppercase;
	color: #000;
}

.faqAnswer > a:hover {
	text-decoration: none;
}

.faqsNav {
	background: #252525;
	padding: 14px 10px;
	max-width: 137px;
}

.faqsNav li {
	display: inline-block !important;
}

.faqsMore {
	display: inline-block;
	background: #b9b9b9;
	padding: 10px;
	color: #000;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
	border-radius: 5px;
	margin: 10px 0 0;
	-webkit-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
}

.faqsMore:hover {
	background: #fff;
}

@media screen and (min-width: 800px) {
	.faqsList {
		max-width: calc(100% - 150px);
		margin: 0 auto;
	}

	.faqsNav {
		max-width: 100%;
		padding: 0;
		background: transparent;
		z-index: 1;
	}

	.faqsNav li:before {
		content: '';
		position: absolute;
		width: 1px;
		height: calc(100% + 20px);
		background: #252525;
		top: -10px;
		z-index: -1;
	}

	.fnPrev:before {
		right: -11px;
		padding: 0 0 0 999px;
		margin: 0 0 0 -999px;
	}

	.fnNext:before {
		left: -11px;
		padding: 0 999px 0 0;
		margin: 0 -999px 0 0;
	}

	.faqsMore {
		margin: 20px 0 0;
	}
}

@media screen and (min-width: 1120px) {
	.faqsList {
		max-width: 800px;
	}

	.faqQuestion, .faqAnswer {
		padding: 0 0 0 3rem;
		font-size: 1.25rem;
		line-height: 1.5;
	}

	.faqQuestion {
		margin: 0 0 40px;
	}

	.faqQuestion:before, .faqAnswer:before {
		font-size: 3rem;
		top: -0.5rem;
	}

	.faqsMore {
		margin: 30px 0 0;
		font-size: 1.25rem;
		padding: 10px 20px;
	}
}

@media screen and (min-width: 1640px) {
	.faqsList {
		max-width: 1200px;
	}

	.faqQuestion, .faqAnswer {
		padding: 0 0 0 4rem;
		font-size: 1.5rem;
	}

	.faqQuestion {
		margin: 0 0 50px;
	}

	.faqQuestion:before, .faqAnswer:before {
		font-size: 4rem;
		top: -0.75rem;
	}

	.faqsMore {
		margin: 50px 0 0;
		font-size: 1.5rem;
		padding: 13px 30px;
		border-radius: 8px;
	}
}

/*Contact*/
.contactWrap {
	max-width: 1400px;
	margin: 0 auto;
}

.homeForm {
	width: 90%;
	margin: 0 auto;
	max-width: 1100px;
}

.homeForm label {
	display: block;
	padding: 0 0 5px;
	text-transform: uppercase;
	text-align: left;
}

.homeForm input, .homeForm textarea {
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px;
	border: 0;
	outline: 0;
	margin: 0 auto 15px;
}

.homeForm .submit-button {
	width: auto;
	padding: 10px 30px;
}

/*Footer*/
#mainFooter {
	overflow: hidden;
}

.mfTop {
	background: #252525;
}

.mftArea {
	padding: 0 0 30px;
}

.mftArea h2 {
	text-transform: uppercase;
	border-bottom: 1px solid #b2b2b2;
	padding: 0 0 5px;
	margin: 0 0 10px;
}

.mfPhone {
	display: block;
	font-size: 1.25rem;
}

.mfPhone a {
	color: #fff;
	font-weight: bold;
}

.mftArea .mfAddress {
	padding: 0 0 10px;
	text-align: center;
}

.mfDirections {
	display: inline-block;
	color: #fff;
	margin-bottom: 2rem;
}

.mfDirections:last-child {
	margin-bottom: 0;
}

.mfDirections:hover {
	text-decoration: none;
}

.mfSocial {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.mfSocial li {
	display: block;
	padding: .5rem;
}

.mfSocial li a {
	width: 70px;
	height: 70px;
	border: 1px solid #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}

.mfSocial li a:hover {
	background: rgba(255, 255, 255, 0.25);
}

body.inv .mfSocial li:hover {
	background: #000;
}

body.inv .mfSocial img {
	filter: invert(0);
	-webkit-filter: invert(0);
	-moz-filter: invert(0);
	-ms-filter: invert(0);
}

.fNav li {
	padding: 0 0 5px;
}

.fNav a {
	color: #fff;
	text-decoration: underline;
}

.fNav a:hover {
	text-decoration: none;
}


.mfBottom {
	max-width: 1400px;
	margin: 0 auto;
}

.mfBottom p {
	font-style: italic;
}

.mfBottom p:last-of-type {
	padding: 0;
}

.mfBottom p > a {
	color: #000;
}

.agency-footer {
	border-top: 1px solid #cecece;
	padding: 20px;
	text-align: center;
}

.companyWrapper > p {
	font-size: 0.625rem;
}

.companyWrapper > p > a {
	color: #fff;
}

.companyWrapper > p > a:hover {
	text-decoration: none;
}

@media screen and (min-width: 800px) {
	.mftArea h2 {
		font-size: 1.25rem;
		letter-spacing: 2px;
	}

	.cwLogo, .companyWrapper > p {
		display: inline-block;
		vertical-align: middle;
		padding: 0;
		text-align: left;
		line-height: 1;
	}

	.companyWrapper > p {
		margin: -7px 0 0 10px;
	}

	.companyWrapper, .wcagLogo {
		display: inline-block;
		vertical-align: middle;
	}

	.wcagLogo {
		margin: 0 0 0 20px;
	}
}

@media screen and (min-width: 1120px) {
	.mftWrap {
		overflow: hidden;
	}

	.mftArea {
		display: inline-block;
		vertical-align: top;
		margin: 0 10px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		width: calc(33% - 20px);
	}

	.mfBottom {
		font-size: 1.25rem;
		line-height: 1.5;
	}

	.agency-footer {
		padding: 40px 20px;
	}

	.fNav li {
		display: inline-block;
		padding: 0 10px;
	}
}

@media screen and (min-width: 1640px) {
	.mftWrap {
		max-width: 1800px;
		margin: 0 auto;
	}

	.mftArea {
		margin: 0 20px;
		width: calc(33% - 40px);
	}

	.mftArea h2 {
		font-size: 1.5rem;
		padding: 0 0 20px;
		margin: 0 0 20px;
	}

	.mfPhone {
		font-size: 1.875rem;
	}

	.mfAddress, .mfDirections {
		font-size: 1.875rem;
	}

	.mfBottom {
		font-size: 1.5rem;
		max-width: 1600px;
	}

	.mfBottom p {
		padding: 0 0 40px;
	}

	.agency-footer {
		padding: 60px 20px;
	}
}


/* Contact Form Styling */
.nc_form {
	background-color: #252525;
	padding: 1.25em 2%;
	margin: 0 0 1.25em;
	color: #fff;
}

.nc_form .req {
	color: #F71704;
}

.nc_form label,
.nc_form input,
.nc_form textarea,
.nc_form select {
	display: block;
	width: 98%;
	padding: 0;
}

.nc_form input, .nc_form textarea, .nc_form select {
	background: #949494;
	color: #252525;
}

.nc_form input, .nc_form textarea, .nc_form .captcha-container {
	border: 1px solid #999;
	border-radius: 3px;
}

.nc_form label {
	margin: 0 0 .125em;
}

.nc_form input, .nc_form textarea, .nc_form select {
	margin: 0 0 10px;
	padding: .4em 1%;
}

.nc_form textarea {
	height: 60px;
}

.nc_form .captcha-container {
	padding: 0;
	width: 100%;
}

.nc_form input.hidden {
	display: none;
}

.nc_form input.submit-button {
	cursor: pointer;
	margin: 1em 0;
	padding: 0.6em 2%;
	width: auto;
	height: auto;
	background: #555;
	color: #fff;
	line-height: 1;
}

.nc_form input.submit-button:hover {
	background: #777;
}

.nc_form input.error {
	border-color: #f00;
}

.nc_form label.error {
	color: #f00;
}

.ncfDisclaimer {
	font-size: 80%;
	margin: 0 0 1em;
	padding: 0.33em 0 0;
}

.ncfDisclaimer span {
	display: block;
	font-weight: bold;
	font-size: 125%;
}

.ncfDisclaimer span.req {
	display: inline;
	font-size: 80%;
}

.ncfDisclaimer input {
	display: inline;
	width: 10px;
	height: 10px;
	margin: 0 5px 0 0;
}

.ncfDisclaimer label {
	display: inline;
}

.nc_form .captcha-wrapper {
}

.nc_form .captcha-wrapper input {
	max-width: 200px;
}

.nc_form .captcha-container {
	background: #fff;
	border: 1px solid #333;
	margin: 0 0 4px;
	text-align: center;
	max-width: 200px;
}

.nc_form .captcha-image {
	cursor: pointer;
	display: block;
	width: 100%;
}

.nc_form .checkbox {
	margin: 0 0 10px;
}

.nc_form .checkbox input {
	display: inline;
	width: auto;
	height: auto;
	padding: 0;
	line-height: 1;
	margin: 0 0 0 10px;
}

.nc_form .checkbox input.delin {
	margin: 0;
}

.nc_form .radio {
	margin: 0 0 10px;
}

.nc_form .radio input {
	display: inline;
	width: auto;
	height: auto;
	padding: 0;
	line-height: 1;
	margin: 0 0 0 10px;
}

.nc_form .radio input.delin {
	margin: 0;
}

.nc_form .inlineSelect select {
	display: inline;
	width: auto;
}

/* checkbox field */
.sxn_cForm_checkbox {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin: 0 0 10px;
}
.sxn_cForm_checkbox label { flex: 1; }
.sxn_cForm_checkbox input[type=checkbox] {
    margin: 10px 0 0;
    width: 16px;
	height: 16px;
}

/* Contact Form - Custom */

/* Contact Form Styling Ends */

/* Blog Page */
@media screen and (max-width: 700px) {
	.post_entry_mult_left, .post_entry_mult_right {
		float: none;
		display: block;
		width: auto;
		padding: 0;
		margin: 0;
	}

	.postThumbMult {
		display: block;
		width: 80%;
		max-width: 150px;
		margin: 0 auto 0.5em;
	}
}

/*Vimeo Videos*/
.vimeo-embed-cont {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}

.vimeo-embed-cont iframe, .vimeo-embed-cont object, .vimeo-embed-cont embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.vimeo-embed-cont-fp {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 600px;
	margin:auto;
}
@media screen and (min-width: 800px) {
	.vimeo-embed-cont-fp
	{padding-bottom: 30%;}
}
.vimeo-embed-cont iframe, .vimeo-embed-cont object, .vimeo-embed-cont embed, .vimeo-embed-cont-fp iframe, .vimeo-embed-cont-fp object, .vimeo-embed-cont-fp embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.vimeo-embed-cont iframe, .vimeo-embed-cont-fp iframe  {
	border: 0;
}

.article .vimeo-embed-cont, .article .vimeo-embed-cont-fp {
	margin: 0 0 30px;
}

/*Vimeo Modal*/
.vimeo-modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.9);
	z-index: 99999999;
}

.vmContent {
	position: relative;
	max-width: 640px;
	max-height: 360px;
	width: 90%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

/*FORMS*/
span[role=status] {
	font-style: italic;
	font-weight: bold;
	color: #fff;
}

.phoneField {
	position: absolute;
	opacity: 0;
	z-index: -1;

}

.z-responsive {
	position: relative;
	overflow: hidden;
	padding-top: 56.25%;
}

.z-responsive > iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.vm-video {
	width: 100%;
	max-width: 40ch;
	margin: 0 auto;
	margin-bottom: 1rem;
}

.global-zone p {
	font-size: 1rem;
	line-height: 1.5;
	text-align: left;
}

@media screen and (min-width: 1200px) {
	.global-zone p {
		font-size: 1.125rem;
	}
}

@media screen and (min-width: 1640px) {
	.global-zone p {
		font-size: 1.5rem;
		line-height: 1.7;
	}
}

.companyWrapper > p {
	vertical-align: middle;
}

.cont_logo {
	background: black;
	padding: 10px;
	vertical-align: middle;
}

.mhPhone a {
	white-space: nowrap;
}

.companyWrapper {
	line-height: 1.2;
}

.global-center,
.global-center p {
	text-align: center;
}

.global-zone p:last-child {
	padding-bottom: 0
}

.global-btn,
a.global-btn, .friends-btn, a.friends-btn {
	display: inline-block;
	padding: 10px 30px;
	text-transform: uppercase;
	font-weight: bold;
	color: #000;
	background: #b9b9b9;
	border-radius: 8px;
	-webkit-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
	text-decoration: none;
	cursor: pointer;
	border: none;
}

.global-btn:hover .friends-btn:hover  {
	background: #fff;
}
.slide-btn,
a.slide-btn {
	display: inline-block;
	padding: 5px 10px;
	text-transform: uppercase;
	font-weight: bold;
	color: #000;
	background: #b9b9b9;
	border-radius: 8px;
	-webkit-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms;
	text-decoration: none;
	cursor: pointer;
	border: none;
	font-size: 1rem;
}

.slide-btn:hover {
	background: #fff;
}
.slide-btn-cont{
	padding: 10px 0 0;
}
.slide-btn-cont p{
	padding:0;
}
.custArea{
	margin: 0 auto;
	overflow: hidden;
	max-width: 1600px;
}
@media screen and (min-width: 800px) {
	.custArea{
	padding: 40px;
	}
}
@media screen and (min-width: 1200px) {
	.custArea {
		padding: 60px;
	}
}
/* SXN BUG FINDER */

.sxn-bug {
	padding: 20px 10px;
	text-align: center;
	font-family: 'Lato', sans-serif;
}
.sxn-bug br {
	display: none;
}
.bug-container{ text-align: left; max-width: 290px; margin: 0 auto; }
.bug-container a{
	display: inline-block;
	margin:  0 2px 5px;
}
.bug-wrap {
	display: inline-block;
	vertical-align: top;
	width: 90px;
	height: 90px;
	color: white;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
	box-sizing: border-box;
	padding: 60px 0 0;
	text-align: center;
}
.bug-wrap.more-wrap{
	padding: 18px 0 0 50px;
	width: 186px;
	height: 45px;
	background-position: left top -16px;
	background-size: 90px;
	background-color: #f05b22;
}
.bug-wrap.ants-wrap {
	background-image: url(img/icons/ants.jpg);
}
.bug-wrap.termites-wrap {
	background-image: url(img/icons/termites.jpg);
}
.bug-wrap.rodents-wrap {
	background-image: url(img/icons/roedors.jpg);
}
.bug-wrap.roaches-wrap {
	background-image: url(img/icons/roaches.jpg);
}
.bug-wrap.spiders-wrap {
	background-image: url(img/icons/spiders.jpg);
}
.bug-wrap.mosquitoes-wrap {
	background-image: url(img/icons/mosquitoes.jpg);
}
.bug-wrap.bed-bugs-wrap {
	background-image: url(img/icons/bed_bugs.jpg);
}
.bug-wrap.bees-wasps-wrap {
	background-image: url(img/icons/bees_wasps.jpg);
}
.bug-wrap.pantry-pests-wrap {
	background-image: url(img/icons/pantry_pests.jpg?t=2021);
}
.bug-wrap.more-wrap {
	background-image: url(img/icons/more.jpg?t=2021);
}

.bug-wrap p {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
	line-height: 1;
}

@media screen and (min-width: 800px) {
	.sxn-bug {
		padding: 100px 20px 100px;
		clear: both;
	}
	.sxn-bug br {
		display: block;
	}
	.bug-container{
		max-width: 740px;
	}
	.bug-wrap {
		width: 140px;
		height: 140px;
		padding: 100px 0 0;
		margin:  0 0 3px;
	}
	.bug-wrap.more-wrap{
		padding: 100px 0 0;
		width: 140px;
		height: 140px;
		background-position: left top;
		background-size: 100%;
	}	
	.bug-wrap p {
		font-size: 1.125rem;
		text-align: center;
	}

	.sxn-bug-wrap p.bug-subheader {
		padding: 0 0 80px;
		text-align: center;
	}
}
@media screen and (min-width: 1100px) {
	.bug-container{ max-width: 100%; text-align: center; }
	.bug-wrap,
	.bug-wrap.more-wrap {
		width: 200px;
		height: 200px;
		padding: 150px 0 0;
		margin:  0 0 3px;
	}
}

@media screen and (min-width: 1150px) {
	.sxn-bug-wrap {
		max-width: 1168px;
		margin: auto;
	}
	.bug-wrap,
	.bug-wrap.more-wrap {
		width: 210px;
		height: 210px;
		margin: 0 2px 5px;
		padding: 165px 0 0;
	}	
	
}
.titleLeft h2{
	text-align: left;
}

.homeTreatment{
	float:left;	
	width:40%;
	max-width: 200px;
	padding: 20px;	
}
@media screen and (max-width: 700px) {
	.homeTreatment {
		margin:auto;
		float: none;
		width:80%;		
	}
}
.custComponent p {
	display:block;
	overflow:hidden;
}
.treatment-wrap{
	display:inline-block;
	vertical-align: middle;
	padding: 0 30px;
}
.treatment-wrap a{
	margin: 15px;
}

.sxn-ecobadges {
	padding: 20px;	
}

.ecobadge-wrap {
	background-position: center top;
	background-repeat: no-repeat;	
	margin: auto;
	text-align: center;
	padding: 160px 0 15px;	
}

.ecobadge-wrap.since-1983-badge {
	background-image: url(img/badges/since1983.jpg);
}
.ecobadge-wrap.best-badge {
	background-image: url(img/badges/readers.png);
}
.ecobadge-wrap.eco-badge {
	background-image: url(img/badges/eco-friend.jpg);
}
.ecobadge-wrap.spbc-badge {
	background-image: url(img/badges/spcb.jpg);
}
.ecobadge-wrap strong {
	display: block;
}
.ecobadge-wrap p {	
	text-align: center;
}
@media screen and (min-width: 1100px) {
	.sxn-ecobadges {
		text-align: center;
	}
	.ecobadge-wrap {
		display: inline-block;
		vertical-align: top;
		width: 20%;		
	}

	.ecobadge-wrap p {
		padding: 0 5px 20px;
	}
}
.inv .ecobadge-wrap.since-1983-badge,.inv .ecobadge-wrap.best-badge,.inv .ecobadge-wrap.eco-badge,.inv .ecobadge-wrap.spbc-badge{
	filter: invert(100%);
	-webkit-filter: invert(100%);
	-moz-filter: invert(100%);
	-ms-filter: invert(100%);	
	color:#000;
}
.homeHeadshot{
	margin:auto;	
	width:80%;
	max-width: 556px;
	padding: 20px;	
}
/*
.t-wrap {
	display: none;
}
.t-wrap.active {
    display: block;
}
*/
.t-wrap-meet img {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto 20px;
	display: block;
	height: auto;
}

.tabs-span-wrap{
	display: none;
}
.vimeo-embed-cont img{
	width: 100%;
	height: auto;
}
.b-wrap {
	padding: 15px 0;
}
.sxn-b-mixed-wrap, .sxn-b-termite-wrap {	
	margin: auto;	
	padding: 20px;
}
.sxn-b-termite-wrap img {
	width: 100%;
	max-width: 469px;
	display: block;
	margin: auto;
}
@media screen and (min-width: 1100px) {
	.sxn-b-termite-wrap img {
		float: left;
		margin: 0 40px 30px 0;
	}
}
.bFooter h2{
	text-align: left;
}

.sxn-ecola-gallery {
	padding: 20px;	
}

.sxn-ecola-gallery-wrap {
	text-align: center;	
}

.sxn-ecola-gallery-wrap span {
	display: block;
	padding: 0 0 30px;
}

.sxn-ecola-gallery-wrap img {
	display: block;
	margin: 20px auto;
	width: 100%;
	max-width: 268px;
}

@media screen and (min-width: 800px) {

	.sxn-ecola-gallery-wrap img {
		display: inline-block;
		margin: 0px 20px;
		width: 100%;
		max-width: 200px;
	}
	.sxn-t-methods, .sxn-ecola, .sxn-ecola-gallery, .sxn-heat-enough, .sxn-call {
		padding: 70px 20px;
	}	
}
@media screen and (min-width: 1100px) {
	.sxn-ecola-gallery-wrap img {
		width: 100%;
		max-width: 268px;
	}
}

.youtube-embed-cont {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
  }
.youtube-embed-cont iframe, .youtube-embed-cont object, .youtube-embed-cont embed { 
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
  }
.article .youtube-embed-cont {margin: 0 0 30px;}

.sxn-service-cont img {
    width: 100%;
    max-width: 1000px;
}
.wrapperMap iframe {
    width: 100%;
    height: 460px;
}
.page-id-3040 .nc_form input[type="checkbox"] {
    display: inline-block;
    width: 13px;
    height: 13px;
}
.radio label, .checkbox label{
	display: inline;
}
.sxn-estimate p {
	text-align: center;
}

/* SXN-Comparison */
#comparisonColumns {
	clear: both;
	overflow: hidden;
	margin: 0 0 20px;
}
.article .ccLabels {
	padding: 0;
	margin: 0 0 20px;
}
.article .ccLabels li {
	list-style-type: none;
	list-style-position: outside;
	margin: 3px 0px;
}
.ccLabels a {
	width: 180px;
	text-align: center;
	display: block;
	border-radius: 4px;
	color: #fff;
	background-color: #2348ac;
	padding: 5px 10px;
	margin: 0 auto;
	box-sizing: border-box;
}
a.activeccBTN {
	background-color: #f7a42d;
}
.ccLabels a:hover:not(.ccDenyClick, .activeccBTN) {
	background-color: #edbf6a;
	cursor: pointer;
}
.ccLabels a:hover {
	text-decoration: none;
	cursor: default;
}
a.ccDenyClick {
	display: none;
}

.ccDetails {
	border: 1px solid #333;
	border-radius: 4px;
	background-color: #2348ac;
	padding: 20px;
	box-sizing: border-box;
}
@media screen and (min-width: 500px) {
	.ccSmallWindowWarning {
		display: none;
	}
	.comparisonColumn {
		width: 48%;
		float: left;
	}
	.ccLeftCol {
		margin: 0 4% 0 0;
	}
}

@media screen and (min-width: 900px) {
	.ccLabels a {
		width: 125px;
	}
	.ccLeftCol .ccLabels {
		float: left;
		margin: 0 20px 0 0;
	}
	.ccLeftCol .ccDetails {
		float: right;
	}

	.ccRightCol .ccDetails {
		float: left;
	}
	.ccRightCol .ccLabels {
		float: right;
		margin: 0 0 0 20px;
	}
	.ccDetails {
		width: calc(100% - 125px - 20px);
	}
}
@media screen and (min-width: 1100px) {
	.ccLabels a {
		width: 180px;
	}
	.ccDetails {
		width: calc(100% - 180px - 20px);
	}
}

.coupon-legal p {
	font-size:11px; 
	line-height:1.2; 
	color:#999; 
	text-align:center; 
	padding:20px 0 10px 0;
}

.special-dot {
	border: 6px dashed white; 
	max-width:570px;
	width: 100%; 
	margin:20px auto; 
	clear: both;
}

.special-dot-inner {
	background:#f05b22; 
	padding:13px 0 10px 0; 
	color:#fff; 
	text-align:center; 
	font-weight:bold; 
	font-size:24px; 
	margin-bottom:20px;
}

.special-center {
	text-align:center; 
}

.special-center-custom {
	text-align:center; 
	font-size:28px; 
	line-height:1.1;
}
.special-span {
	font-weight:bold;
}

.special-span-custom {
	font-size:14px; 
	vertical-align:50%;
}

.article .special_butterfly_bucks {
	box-sizing: border-box;
	margin: auto;
	max-width: 582px;
	padding: 20px;
	line-height: 1.2;
	text-align: center;
	border: 6px solid #fff;
}
.article .special_butterfly_bucks .cont_heading {
	position: relative;
	margin: 0 0 30px;
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	text-transform: uppercase;
}
.article .special_butterfly_bucks .cont_heading span:after {
	content:'';
	position: absolute;
	top: -7px;
	right: 0;
	width: 50px;
	height: 50px;
	background: url(img/special-butterfly-bucks-icon.png) no-repeat center;
	background-size: 100%;
}
.article .special_butterfly_bucks .cont_heading span {
	position: relative;
	display: inline-block;
	padding: 0 60px 0 0;
}
.article .special_butterfly_bucks p {
	padding: 0;
	font-size: 20px;
}
.article .special_butterfly_bucks strong {
	display: block;
	font-size: 25px;
}
@media screen and (min-width: 1000px) {
	.article .special_butterfly_bucks {
		padding: 30px 20px 17px;
	}
	.article .special_butterfly_bucks .cont_heading {
		margin: 0 0 26px;
		font-size: 42px;
	}
	.article .special_butterfly_bucks .cont_heading span:after {
		top: -20px;
		width: 100px;
		height: 100px;
	}
	.article .special_butterfly_bucks .cont_heading span {
		padding: 0 114px 0 0;
	}
	.article .special_butterfly_bucks p {
		font-size: 25px;
	}
	.article .special_butterfly_bucks strong {
		font-size: 40px;
	}
}
@media screen and (min-width: 1300px) {
	body.page-id-864 .article {
		text-align: center;
	}
	.article .special_butterfly_bucks,
	.article .special-dot {
		display: inline-block;
		margin: 0 5px;
		width: 48%;
		vertical-align: top;
	}
}


/*  < sxn_more_than_a_job >  */
.sxn_more_than_a_job {
	line-height: 1;
}
.sxn_more_than_a_job .sxn_wrap {
	position: relative;
	margin: auto;
	padding: 20px;
	max-width: 980px;
}
.sxn_more_than_a_job .sxn_wrap:after {
	content:'';
	clear: both;
	display: block;
}
.sxn_more_than_a_job .cont_text {
	padding: 0 0 20px;
}
.sxn_more_than_a_job .cont_heading {
	padding: 0 0 16px;		
	line-height: 1.5;
}
.sxn_more_than_a_job p {
	padding: 0 0 10px;	
	line-height: 1.5;
}
.sxn_more_than_a_job .cont_photo a {
	display: inline-block;
}
.sxn_more_than_a_job .cont_photo {
	margin: auto;
	width: 100%;
	max-width: 190px;
}
.sxn_more_than_a_job .cont_photo img {
	display: block;
	width: 100%;
	height: auto;
}
@media screen and (min-width: 800px) {
	.sxn_more_than_a_job .cont_text {
		float: right;
		width: calc( 100% - 190px - 40px );
	}
	.sxn_more_than_a_job .cont_photo {
		float: left;;
	}
}
@media screen and (min-width: 1000px) {
	.sxn_more_than_a_job .sxn_wrap {
		padding: 20px 20px 50px;
	}
}
@media screen and (min-width: 1168px) {
	.sxn_more_than_a_job .sxn_wrap {
		padding: 20px 20px 72px;
	}
	.sxn_more_than_a_job .cont_text {
		padding: 40px 0 0;
		width: calc( 100% - 255px - 60px );
	}
	.sxn_more_than_a_job .cont_photo {
		max-width: 255px;
	}
}
/*  </ sxn_more_than_a_job >  */

/*  < sxn_meet_sue_and_tyson >  */
.sxn_meet_sue_and_tyson {
	line-height: 1;	
}
.sxn_meet_sue_and_tyson .sxn_wrap {
	position: relative;
	margin: auto;
	padding: 20px;
	max-width: 1168px;
}
.sxn_meet_sue_and_tyson .sxn_wrap:after {
	content:'';
	clear: both;
	display: block;
}
.sxn_meet_sue_and_tyson .cont_text {
	padding: 0 0 20px;
}
.sxn_meet_sue_and_tyson .cont_heading {
	padding: 0 0 16px;		
	line-height: 1;
}
.sxn_meet_sue_and_tyson p {
	padding: 0 0 10px;
	
	line-height: 1.5;
}
.sxn_meet_sue_and_tyson .cont_video a {
	display: inline-block;
}
.sxn_meet_sue_and_tyson .cont_video {
	margin: auto;
	width: 100%;
	max-width: 380px;
}
.sxn_meet_sue_and_tyson .cont_video img {
	display: block;
	width: 100%;
	height: auto;
}
@media screen and (min-width: 800px) {
	.sxn_meet_sue_and_tyson .cont_text {
		float: left;
		display: inline-block;
		padding: 0;
		width: calc( 100% - 380px - 20px );
		vertical-align: middle;
	}
	.sxn_meet_sue_and_tyson .cont_video {
		float: right;
		display: inline-block;
		padding: 35px 0 0;
		vertical-align: middle;
	}
}
@media screen and (min-width: 1000px) {
	.sxn_meet_sue_and_tyson .sxn_wrap {
		padding: 40px 20px;
	}
	.sxn_meet_sue_and_tyson .cont_video {
		padding: 10px 0 0;
	}
}
@media screen and (min-width: 1168px) {
	.sxn_meet_sue_and_tyson .sxn_wrap {
		padding: 72px 20px;
	}
	.sxn_meet_sue_and_tyson .cont_text {
		padding: 60px 0 0;
		width: calc( 100% - 509px - 40px );
	}
	.sxn_meet_sue_and_tyson .cont_video {
		max-width: 509px;
	}
}
/*  </ sxn_meet_sue_and_tyson >  */

/*  < sxn_the_ecola_experience >  */
.sxn_the_ecola_experience {
	text-align: center;
}
.sxn_the_ecola_experience .sxn_wrap {
	position: relative;
	margin: auto;
	padding: 20px;
	max-width: 1168px;
}
.sxn_the_ecola_experience .sxn_wrap:after {
	content:'';
	clear: both;
	display: block;
}
.sxn_the_ecola_experience .cont_heading {
	padding: 0 0 16px;	
	line-height: 1;
}
.sxn_the_ecola_experience p {
	margin: auto;
	padding: 0 0 30px;
	max-width: 700px;
	
	line-height: 1.5;
}
.sxn_the_ecola_experience ul {
	padding: 0;
	
}
.sxn_the_ecola_experience ul li {
	display: inline-block;
	margin: 0 4px 8px;
	width: 100%;
	max-width: 280px;
	vertical-align: top;
}
.sxn_the_ecola_experience ul li p {
	padding: 20px 0 0;
	font-style: italic;
	font-weight: bold;
}
.sxn_the_ecola_experience ul li img {
	display: block;
	width: 100%;
	height: auto;
}
@media screen and (min-width: 1000px) {
	.sxn_the_ecola_experience .sxn_wrap {
		padding: 40px 20px;
	}
}
@media screen and (min-width: 1168px) {
	.sxn_the_ecola_experience .sxn_wrap {
		padding: 79px 20px;
	}
	.sxn_the_ecola_experience ul li {
		margin: 0 5px 0;
		max-width: 374px;
	}
}
/*  </ sxn_the_ecola_experience >  */

/*  < sxn_we_might_be_a_good_fit_if >  */
.sxn_we_might_be_a_good_fit_if {
	
}
.sxn_we_might_be_a_good_fit_if .sxn_wrap {
	position: relative;
	margin: auto;
	padding: 20px;
	max-width: 1168px;
}
.sxn_we_might_be_a_good_fit_if .sxn_wrap:after {
	content:'';
	clear: both;
	display: block;
}
.sxn_we_might_be_a_good_fit_if .cont_heading {
	padding: 0 0 30px;	
	font-weight: bold;
	line-height: 1;
	text-align: center;
}
.sxn_we_might_be_a_good_fit_if ul {
	padding: 0;
}
.sxn_we_might_be_a_good_fit_if ul li:before {
	content:'';
	position: absolute;
	top: 0;
	left: 0;
	width: 43px;
	height: 38px;
	background: url(img/careers-page/icon-checkmark.png) no-repeat center;
}
.sxn_we_might_be_a_good_fit_if ul li {
	position: relative;
	box-sizing: border-box;
	display: inline-block;
	padding: 0 20px 20px 63px;		
	line-height: 1.5;
	vertical-align: top;
}
@media screen and (min-width: 600px) {
	.sxn_we_might_be_a_good_fit_if ul li {
		width: 48%;
	}
}
@media screen and (min-width: 800px) {
	.sxn_we_might_be_a_good_fit_if ul li {
		width: 32%;
	}
}
@media screen and (min-width: 1000px) {
	.sxn_we_might_be_a_good_fit_if .sxn_wrap {
		padding: 40px 20px;
	}
}
@media screen and (min-width: 1168px) {
	.sxn_we_might_be_a_good_fit_if .sxn_wrap {
		padding: 63px 20px;
	}
	.sxn_we_might_be_a_good_fit_if .cont_heading {
		padding: 0 0 66px;
	}
}
/*  </ sxn_we_might_be_a_good_fit_if >  */

/*  < sxn_experience >  */
.sxn_experience {}
.sxn_experience .sxn_wrap {
	position: relative;
	margin: auto;
	padding: 20px;
	max-width: 1168px;
}
.sxn_experience .sxn_wrap:after {
	content:'';
	clear: both;
	display: block;
}
.sxn_experience .cont_heading {
	padding: 0 0 30px;	
	
	line-height: 1.2;
}
.sxn_experience .cont_text {
	padding: 0 0 20px;
}
.sxn_experience p {
	padding: 0 0 10px;	
	line-height: 1.5;
}
.sxn_experience .cont_photo a {
	display: inline-block;
}
.sxn_experience .cont_photo {
	margin: auto;
	width: 100%;
	max-width: 332px;
}
.sxn_experience .cont_photo img {
	display: block;
	width: 100%;
	height: auto;
}
@media screen and (min-width: 800px) {
	.sxn_experience .cont_text {
		float: left;
		display: inline-block;
		width: calc( 100% - 332px - 20px );
	}
	.sxn_experience .cont_photo {
		float: right;
		display: inline-block;
	}
}
@media screen and (min-width: 1000px) {
	.sxn_experience .sxn_wrap {
		padding: 20px 20px 40px;
	}
}
@media screen and (min-width: 1168px) {
	.sxn_experience .sxn_wrap {
		padding: 20px 20px 80px;
	}
	.sxn_experience .cont_heading {
		
	}
	.sxn_experience .cont_text {
		padding: 30px 0 0;
		width: calc( 100% - 443px - 40px );
		vertical-align: top;
	}
	.sxn_experience .cont_photo {
		max-width: 443px;
	}
}
/*  </ sxn_experience >  */

/*  < sxn_opportunities_benefits >  */
.sxn_opportunities_benefits {
	position: relative;	
}
.sxn_opportunities_benefits .sxn_wrap {
	z-index: 10;
	position: relative;
	margin: auto;
	padding: 0;
	max-width: 1168px;
}
.sxn_opportunities_benefits .sxn_wrap:after {
	content:'';
	clear: both;
	display: block;
}
.sxn_opportunities_benefits .cont_opportunities {
	box-sizing: border-box;
	padding: 20px;
	vertical-align: middle;
	
}
.sxn_opportunities_benefits .cont_benefits {
	box-sizing: border-box;
	padding: 20px;
	vertical-align: middle;
	
}
.sxn_opportunities_benefits .cont_heading {
	padding: 0 0 16px;
	
	
	line-height: 1;
}
.sxn_opportunities_benefits p {
	margin: auto;
	padding: 0 0 10px;
	
	line-height: 1.5;
}
.sxn_opportunities_benefits ul {
	padding: 0 0 0 20px;
}
.sxn_opportunities_benefits ul li {
	display: list-item;
	padding: 0 0 10px;
	list-style-type: disc;
	
}
@media screen and (min-width: 800px) {
	.sxn_opportunities_benefits:before,
	.sxn_opportunities_benefits:after {
		content:'';
		position: absolute;
		top: 0;
		width: 50%;
		height: 100%;
	}
	.sxn_opportunities_benefits:before {
		left: 0;
		
	}
	.sxn_opportunities_benefits:after {
		right: 0;
		
	}
	.sxn_opportunities_benefits .cont_opportunities {
		display: inline-block;
		width: 50%;
	}
	.sxn_opportunities_benefits .cont_benefits {
		display: inline-block;
		width: 50%;
	}
}
@media screen and (min-width: 1000px) {
	.sxn_opportunities_benefits .cont_opportunities {
		padding: 65px 20px;
	}
	.sxn_opportunities_benefits ul li {
		padding: 0 0 10px 10px;
	}
}
@media screen and (min-width: 1168px) {
	.sxn_opportunities_benefits .cont_opportunities {
		padding: 91px 20px;
	}
}
/*  </ sxn_opportunities_benefits >  */

/*  < youtube css + modal >  */
.youtube-modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.7);
	z-index: 99999999;
  }
  .ytContent {
	position: relative;
	max-width: 960px;
	max-height: 540px;
	width: 90%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
  }
  .youtube-embed-cont {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
  }
  .youtube-embed-cont iframe, .youtube-embed-cont object, .youtube-embed-cont embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
  }
  .article .youtube-embed-cont {margin: 0 0 30px;}
  /*  </ youtube css + modal >  */
  
/*  < sxn_core_values >  */
.sxn_core_values {	
	text-align: center;	
}
.sxn_core_values .sxn_wrap {
	position: relative;
	margin: auto;
	padding: 20px;
	max-width: 1300px;
}
.sxn_core_values .sxn_wrap:after {
	content:'';
	clear: both;
	display: block;
}
.sxn_core_values .cont_heading {
	padding: 0 0 20px;
	font-size: 30px;
	font-weight: bold;
	line-height: 1;
}
.sxn_core_values p {
	margin: auto;
	padding: 0;
	max-width: 700px;
	font-size: 16px;
	line-height: 1.5;
}
.sxn_core_values ul li:before {
	content:'';
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	margin: auto;
	width: 150px;
	height: 150px;
	background: #dbe8f7 url(img/core-values-icons-v2.png) no-repeat left center;
	background-size: auto 100%;
	border-radius: 50%;
}
.inv .sxn_core_values ul li:before {
	filter: invert(100%);
	-webkit-filter: invert(100%);
	-moz-filter: invert(100%);
	-ms-filter: invert(100%);
}

.sxn_core_values ul .item_2:before {
	background-position: left calc( (99.5%/4) * 1 ) center;
}
.sxn_core_values ul .item_3:before {
	background-position: left calc( (99.5%/4) * 2 ) center;
}
.sxn_core_values ul .item_4:before {
	background-position: left calc( (99.6%/4) * 3 ) center;
}
.sxn_core_values ul .item_5:before {
	background-position: left calc( (99.7%/4) * 4 ) center;
}
.sxn_core_values ul .item_6:before {
	background-color: transparent;
	background-image: url(img/do-it-right-the-first-time.png);
	background-size: 100% 100%;
}
.sxn_core_values ul .item_7:before {
	background-color: transparent;
	background-image: url(img/Integrity-icon.png);
	background-size: 100% 100%;
}
.sxn_core_values ul li {
	position: relative;
	display: inline-block;
	margin: 0 10px 20px;
	padding: 170px 0 0;
	width: 100%;
	max-width: 170px;
	vertical-align: top;
}
@media screen and (min-width: 800px) {
	.sxn_core_values ul li {
		margin: 0 10px;
	}
}
.pg_zone_marketing .block_center p{
	text-align: center;
}
.termiteImg, .custComponent .cont_photoR{
		float:right;	
		width:40%;
		max-width: 800px;
		padding: 20px;	
		height:auto;
	}
@media screen and (max-width: 700px) {
	.termiteImg, .custComponent .cont_photoR {
		margin:auto;
		float: none;
		width:80%;		
	}
}
.termiteList ul{
	text-align: left;
}
.custComponent .cont_photo{
	float:left;	
	width:40%;
	max-width: 800px;
	padding: 20px;
	height:auto;	
}
@media screen and (max-width: 700px) {
	.custComponent .cont_photo {
	margin:auto;
	float: none;
	width:80%;		
	}
}	

.selectLeft {
	text-align: left;
	padding: 0 0 15px;
}
.selectLeft label{	
	padding: 5px 0;
}

.cfCheck{
	padding:0 0 0 15px;
}
.cfCheck label {
	float: left;
	clear: none;
	display: block;
	padding: 0px 1em 0px 8px;
}

.cfCheck input[type=checkbox],
    input.checkbox {
      float: left;
      clear: none;
      margin: 2px 0 0 2px;
    }
.cfChecks label {
	display: inline-block;
}

.cfChecks input {
	display: inline-block;
	width: 30px;
}
/*  < pg_custom >  */
.pg_custom {
	position: relative;
	overflow: hidden;	
	line-height: 1;
}
.pg_custom .pg_wrap {
	z-index: 10;
	position: relative;
	margin: auto;
	padding: 20px;
	max-width: 1168px;
}
.pg_custom .block_bucket {
	box-sizing: border-box;
}
.pg_custom .block_photo img {
	display: block;
	width: 100%;
	height: auto;
}
.pg_custom .cont_heading {
	padding: 0 0 20px;	
}
.pg_custom ul {
	padding: 0 0 20px 20px;
}
.pg_custom ul li {
	list-style-type: disc;
}
.pg_custom .element_link {}
.pg_custom .element_link a {
	display: inline-block;
	padding: 14px 18px;	
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-transform: uppercase;	
	transition: all 250ms ease;
}
/*  </ pg_custom >  */

.sxn-treatments {
	padding: 20px 10px;
	text-align: center;
}
.treatment-wrap.alt-t-wrap {
	display: inline-block;
	vertical-align: top;	
	width: 140px;
	margin: 0 2px 20px 0;
	padding: 130px 0 0;	
	position: relative;
	line-height: 1;
}
.treatment-wrap.alt-t-wrap:before {
	content: '';
	position: absolute;
	width: 100px;
	height: 100px;
	background-image: url(img/treatments/alt-t.jpg);
	background-repeat: no-repeat;
	background-size: 100%;
	top: 10px;
	left: calc(50% - 45px);
}
.webp .treatment-wrap.alt-t-wrap:before {
	background-image: url(img/treatments/alt-t.webp);
}
.treatment-wrap.traditional-t-wrap {
	width: 140px;
	margin: 0 0 0 3px;
	padding: 130px 0 0;
	position: relative;
	display: inline-block;
	vertical-align: top;
	line-height: 1;
}
.treatment-wrap.traditional-t-wrap:before {
	content: '';
	position: absolute;
	width: 100px;
	height: 100px;
	background-image: url(img/treatments/trad-t-v2.jpg);
	background-repeat: no-repeat;
	background-size: 100%;
	top: 10px;
	left: calc(50% - 45px);
}
.webp .treatment-wrap.traditional-t-wrap:before {
	background-image: url(img/treatments/trad-t.webp);
}
@media screen and (min-width: 800px) {
	.sxn-treatments-wrap img {
		display: inline-block;
		vertical-align: middle;
		margin: 0 20px 0 0;
	}
	.treatment-wrap.alt-t-wrap,
	.treatment-wrap.traditional-t-wrap {
		width: 200px;
		margin: 0 10px;
		padding: 215px 0 0;
		display: inline-block;
		vertical-align: middle;	
	}
	.treatment-wrap.alt-t-wrap:before,
	.treatment-wrap.traditional-t-wrap:before {
		content: '';
		position: absolute;
		width: 180px;
		height: 180px;
		background-image: url(img/treatments/alt-t.jpg);
		background-repeat: no-repeat;
		background-size: 100%;
		top: 10px;
		left: calc(50% - 90px);
	}
	.treatment-wrap.traditional-t-wrap:before {
		background-image: url(img/treatments/trad-t-v2.jpg);
	}
}
@media screen and (min-width: 1100px) {
	.sxn-treatments {
		padding: 80px 20px 150px;
	}
	.treatment-wrap.alt-t-wrap {
		width: 400px;
		height: 196px;
		margin: 0 20px 0px 0;
		padding: 0px 0 0 184px;
		display: inline-block;
		vertical-align: middle;
		box-sizing: border-box;
	}

	.treatment-wrap.alt-t-wrap:before,
	.treatment-wrap.traditional-t-wrap:before {
		top: 12px;
		left: 12px;
		width: 172px;
		height: 172px;
	}

	.treatment-wrap.traditional-t-wrap {
		width: 400px;
		height: 196px;
		margin: 0 auto 0px;
		padding: 0 0 0 184px;
		display: inline-block;
		vertical-align: middle;
		box-sizing: border-box;
	}

	.treatment-wrap p {
		padding: 71px 10px 0;	
	}

	.sxn-treatments-wrap img {
		margin: 0 70px 0 0;
	}
}
/*  < pg_custom_trust >  */
.pg_custom_trust .block_logo {
	margin: auto;
	padding: 0 0 20px;
	max-width: 135px;
}
.pg_custom_trust .block_logo img {
	display: block;
	width: 100%;
	height: auto;
}
.pg_custom_trust .cont_heading {
	color: #26408b
}
@media screen and (min-width: 600px){
	.pg_custom_trust .block_logo {
		display: inline-block;
		margin: 0 20px 0 0;
		vertical-align: top;
	}
	.pg_custom_trust .block_text {
		display: inline-block;
		vertical-align: top;
		width: calc( 100% - 157px );
	}
}
@media screen and (min-width: 800px){
	.pg_custom_trust .pg_wrap {
		padding: 60px 20px 40px;
	}
	.pg_custom_trust .block_text {
		padding: 25px 0 0;
		width: calc( 100% - 380px );
	}
	.pg_custom_trust .element_link {
		display: inline-block;
		margin: 50px 0 0 20px;
	}
}
@media screen and (min-width: 1120px){
	.pg_custom_trust .pg_wrap {
		padding: 110px 20px 60px;
	}
	.pg_custom_trust .block_logo {
		margin: 0 30px 0 0;
		max-width: 180px;
	}
	.pg_custom_trust .block_text {
		width: calc( 100% - 562px );
	}
	.pg_custom_trust .element_link {
		margin: 50px 0 0 70px;
	}
}
/*  </ pg_custom_trust >  */
.publishRoundBox {
	padding: 15px 0;
}
.locationImgRight{
	float:right;	
	width:40%;
	max-width: 600px;
	padding: 20px;	
}
@media screen and (max-width: 700px) {
	.locationImgRight {
		margin:auto;
		float: none;
		width:80%;		
	}
}
.solversImg{
	width: 100%;
	max-width: 296px;
}
.pg_custom_high_efficiency img{
	float:right;
	width:40%;
	max-width: 400px;
	padding: 20px;	
	overflow: hidden;
}
@media screen and (max-width: 700px) {
	.pg_custom_high_efficiency img{
		margin:auto;
		float: none;
		width:80%;	
	}
}
.homeHeadshot{
	float:left;	
	width:40%;
	max-width: 400px;
	padding: 20px;
	overflow: hidden;	
}
.homeHeadshotRight{
	float:right;	
	width:40%;
	max-width: 400px;
	padding: 20px;	
	overflow: hidden;	
}
@media screen and (max-width: 700px) {
	.homeHeadshot, .homeHeadshotRight {
		margin:auto;
		float: none;
		width:80%;		
	}
}
.pg_custom_neighbors_photo_large img{
	width: 100%;
	max-width: 1200px;
}
.pg_custom_request_an_estimate img{
	float:left;
	width: 100%;
	max-width: 400px;
	height:auto;
}
@media screen and (max-width: 800px) {
	.pg_custom_request_an_estimate img{
		display:none;
	}
}
.block_text p{
	padding: 15px 0 !important;
}
.mother_logo img{
	width:100%;
	max-width: 163px;
	height:auto;
}
.text-center p{
	text-align: center;
}
.pestList{
	display:inline-block;
	vertical-align: middle;
	width:100%;
	max-width: 382px;
	padding: 20px;	
	overflow: hidden;	
}
.pestListCont{
	padding: 15px 0;
}
.pestListCont ul{
	text-align: left;
}
.pestListCont li{
	margin: 10px 0;
}
.mice-rat{
	width: 100%;
	max-width: 800px;
}
.pg_custom_neighborhood .block_orange ul {
	padding: 0;
}
.pg_custom_neighborhood .block_orange ul li {
	display: inline-block;
	padding: 0 0 10px;
	width: 50%;
}

.block_landmark {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	position: relative;
	gap: 25px;
}
.block_landmark_item {
	max-width: 370px;
	overflow: hidden;
}
.block_landmark_item img {
	display: block;
    width: 100%;
    height: auto;
}
@media screen and (min-width: 1120px){
	.block_landmark { flex-wrap: nowrap; }
	.block_landmark_item { flex: 1; }
}

/* mhBanner */
.mhBannerWrap {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 10px 20px;
}


/* modified styling of phone number */
a.mhPhoneStyling,
a.mfPhoneStyling {
	padding: 0 0 1.3rem;
	display: inline-block;
	position: relative;
}

a.mhPhoneStyling span,
a.mfPhoneStyling span {
	position: relative;
	font-size: inherit;
}

a.mhPhoneStyling small,
a.mfPhoneStyling small {
	text-transform: uppercase;
	display: block;
	font-size: 60%;
	text-align: right;
	line-height: 1;
	letter-spacing: 0.3rem;
	text-decoration: none;
	position: absolute;
	top: 56%;
	right: 0;
}

a.mfPhoneStyling small {
	letter-spacing: 0.2rem;
	top: 64%;
}


/* footer locations */
.sxn-footer-locations .pfLocList .locItem {
	break-inside: avoid;
}
.global-zone.sxn-footer-locations .article p { padding: 0 0 2rem; }

@media screen and (min-width: 600px) {
	.sxn-footer-locations .pfLocList {
		column-count: 2;
		column-gap: 1rem;
	}
}
@media screen and (min-width: 900px) {
	.sxn-footer-locations .pfLocList {
		column-count: 3;
	}
}