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

body.single .shareThisWrapper {
	margin: 0px 0 20px;
}

.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;
}

.post_entry_mult .shareThisWrapper {
	margin: 0;
}

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 {
	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 {
		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 {
		font-size: 1.5rem;
	}
}

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

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

	.global-subtitle {
		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.webp?t=2025);
	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.webp);
		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.webp) 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*/
body.inv #wrapper {
	background-color: #000;
	filter: invert(100%);
	-webkit-filter: invert(100%);
	-moz-filter: invert(100%);
	-ms-filter: invert(100%);
}
body.inv #gq-reviews-widgetv1,
body.inv .mc-story-cont:before,
body.inv .mc-story-box:before,
body.inv #wrapper img,
body.inv #wrapper .homeslideImg,
body.inv #wrapper .homeslideImgBaths,
body.inv #wrapper .subslide,
body.inv #wrapper iframe {
	filter: invert(100%);
	-webkit-filter: invert(100%);
	-moz-filter: invert(100%);
	-ms-filter: invert(100%);
}
body.inv .gq-embed_rating,
body.inv .gq-embed_logo{
	filter: invert(0%) !important;
	-webkit-filter: invert(0%) !important;
	-moz-filter: invert(0%) !important;
	-ms-filter: invert(0%) !important;
}

/*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, #logo-avw {
	display: block;
	width: 90%;
	margin: 15px auto;
	/* max-width: 500px !important; */
}
#logo-avw {
	max-width: 150px;
	background: #fff;
	padding: 5px;
}

#logo-main img, #logo-avw img {
	display: block;
	width: 100%;
	height: auto;
}

.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, #logo-avw, .mhExtras {
		display: inline-block;
		vertical-align: middle;
	}

	.mhExtras {
		padding: 0 0 0 20px;
	}
	.mhExtras li {
		float: left;
		padding: 0 10px;
		line-height: 128px !important;
	}
}

@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, #logo-avw {
		float: left;
	}
	#logo-avw { margin: 5px 5px 5px 0; }

	.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-v7.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-v7.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.4rem;
		padding: 0 0 5px;
		line-height: 1;
	}

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

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

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

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

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

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

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

	.slideHead {
		font-size: 2.6rem;
	}

	.slideSubtitle {
		font-size: 1.7rem;
	}

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

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

.sxn-quick-links h2 {
	padding: 15px;
}

.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.webp) 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%;
}

#shareThisPage {
	clear: both;
	border-top: 1px solid #494949;
	padding: 20px 0 0;
	margin: 15px 0 0;
}

#shareThisPageHead {
	display: inline-block;
	font-size: 1rem;
	line-height: 1;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0 10px 0 0;
}

#shareThisPage .shareThisWrapper {
	display: inline-block;
}

.shareThisWrapper {
	font-size: 0;
}

.dskSharingIcon {
	width: 16px;
	height: 16px;
	display: inline-block;
	margin: 0 14px 0 0;
	overflow: hidden;
}

.dskSharingIcon:hover {
	opacity: 0.8;
}

.dskSharingIcon_twitter img {
	margin: 0 0 0 -16px;
}

.dskSharingIcon_linkedin img {
	margin: 0 0 0 -32px;
}

.dskSharingIcon_googleplus img {
	margin: 0 0 0 -48px;
}

.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, .homeForm select {
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px;
	border: 0;
	outline: 0;
	margin: 0 auto 15px;
}

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

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

.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: 80px;
	height: 80px;
	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 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 label {
	display: inline;
}

.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;
}

/* 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 iframe {
	border: 0;
}

.article .vimeo-embed-cont {
	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;
	}
}

#shareThisPage .shareThisWrapper {
	display: inline-block;
}

.shareThisWrapper {
	font-size: 0;
}

.dskSharingIcon {
	width: 16px;
	height: 16px;
	display: inline-block;
	margin: 0 14px 0 0;
	overflow: hidden;
}

.dskSharingIcon:hover {
	opacity: 0.8;
}

.dskSharingIcon_twitter img {
	margin: 0 0 0 -16px;
}

.dskSharingIcon_linkedin img {
	margin: 0 0 0 -32px;
}

.dskSharingIcon_googleplus img {
	margin: 0 0 0 -48px;
}

.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, .buttonBlue, a.buttonBlue, .buttonGreen, a.buttonGreen {
	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;
	margin: 15px;
}

.global-btn:hover, .buttonBlue:hover, .buttonGreen: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;
}
.buttonBox{
	padding: 20px 0;
}
.buttonBox .buttonBlue{
	padding: 10px 15px;
	margin: 0;
	font-size: 0.8rem;
}
.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;
	}
}
.custAreaTop{
	margin: 0 auto;
	overflow: hidden;
	max-width: 1600px;
}
@media screen and (min-width: 800px) {
	.custAreaTop{
	padding: 0 40px 40px;
	}
}
@media screen and (min-width: 1200px) {
	.custAreaTop {
		padding: 0 60px 60px;
	}
}
.homeHeadshot{
	float:left;	
	width:40%;
	max-width: 400px;
	padding: 20px;	
}
.homeHeadshotR{
	float:right;	
	width:40%;
	max-width: 300px;
	padding: 20px;	
}
@media screen and (max-width: 700px) {
	.homeHeadshot, .homeHeadshotR {
		margin:auto;
		float: none;
		width:80%;
		max-width: 200px;
	}
}
.custComponent h1, .custComponent h2, .custComponent h3{	
	text-align: left;
}
.custComponent p {
	display:block;
	overflow:hidden;
}

.sxn-quality-wrap {
	padding:0 20px;
	overflow:hidden
   }
   .quality-cont {
	padding:75px 0;	
	max-width:1400px;
	margin:0 auto
   }
   .quality-box {
	max-width:540px;
	margin:0 auto
   }
   .quality-box1 {
	margin:0 auto 40px auto
   }
   .quality-box h2 {
	text-transform:uppercase;	
	padding:0 0 5px 0
   }
   .quality-box span {
	display:block;	
	margin:0 0 40px 0
   }
   .quality-box span a {
	display:block;	
   }   
   .quality-box img {
	display:block;
	width:100%
   }
   .quality-badge {
	max-width:252px;
	margin:0 auto 40px
   }
   .quality-badge img {
	display:block;
	width:100%
   }
   @media screen and (min-width:1000px) {
	.quality-cont {
	 text-align:center
	}
	.quality-box {
	 display:inline-block;
	 vertical-align:middle;
	 margin:0;
	 width:38%;
	 text-align:left
	}
	.quality-box1 {
	 margin:0
	}
	.quality-badge {
	 width:15%;
	 display:inline-block;
	 vertical-align:middle;
	 margin:0 27px
	}
   }
   #GQembeddedreview.gq-embed {width: 100% !important; max-width: 1400px; margin: 0px auto !important; display: block;}   

  .bath-ba-video {
	max-width: 660px;
	margin: 0px auto;
	padding: 20px;	
}
.bath-ba-video .youtube-vid-thumb {display: block;}
.bath-ba-video .youtube-vid-thumb img {
	display: block;
	width: 100%;
}
@media screen and (min-width: 800px) {
	.bath-ba-cont {
		overflow: hidden;
	}
	.bath-ba-box {
		margin: 0;
		float: left;
		width: calc(50% - 50px);
		padding: 0 20px;
	}
	.bath-ba-video {
		float: right;
		width: 50%;
	}
}

.mc-story-cont {
	padding: 200px 0 20px 0;
	margin: 0 auto 50px auto;
	position: relative;
	text-align: center;
	
}
.mc-story-cont:before {
	content: "";
	display: block;
	position: absolute;
	top: 20px;
	left: 50%;
	margin: 0 0 0 -90px;
	width: 180px;
	height: 180px;
	background-size: 180px;
	background-repeat: no-repeat;
	background-image: url(img/content/license-seal.png);
}
.mc-story-box {
	padding: 240px 0 0 0;
	position: relative;
}
.mc-story-box:before {
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	margin: 0 0 0 -100px;
	top: 20px;
	width: 200px;
	height: 200px;
	background: url(img/content/bk-about-pic-2.png) no-repeat center;
	background-size: 100%;
}
.mc-story-box p {
	padding: 0 0 20px 0;
}
#mainContent .mc-story-box p.p-wrap {padding: 0;}
.mc-story-box img {
	display: block;
	margin: 0 auto;
	padding: 5px;
	max-width: 100%;
}
.mc-story-box .buttonBlue {display: inline-block;}
.article .buttonBlue:hover {text-decoration: none;}
.buttonBlue:hover {background: #fff;}

@media screen and (min-width: 500px) {
	.mc-story-cont {padding: 220px 0 20px;}
	.mc-story-box {
		max-width: 880px;
		margin: 0 auto 20px;
		padding: 20px 0 0 220px;
		text-align: left;
		min-height: 200px;
		box-sizing: border-box;
	}
	.mc-story-box:before {
		left: 0;
		margin: 0;
		top: 0;
	}
	.mc-story-box img {margin: 0; padding: 5px; }	
}
@media screen and (min-width: 800px) {
	.mc-story-box {
		display: inline-block;
		margin: 0;
	}
	.mc-story-cont .buttonBox {
		display: inline-block;
		vertical-align: middle;
		margin: 0 0 0 20px;
	}
}
@media screen and (min-width: 1400px) {
	
	.mc-story-cont {
		padding: 0 0 0 200px;		
		box-sizing: border-box;
		margin: 0 auto 50px auto;
	}
	.mc-story-cont:before {
		left: -20px;
		margin: 0;
		top: -12px;
		width: 225px;
		height: 225px;
		background-size: 225px;
	}
	.mc-story-cont:after {
		content: "";
		display: block;
		clear: right;
	}
}	

.article .threeSteps {
	padding: 0 0 50px 0;	
}
.article .threeSteps li {	
	list-style-type: none;	
	text-align: left;	
	position: relative;	
}
.threeSteps li:before {
	content: "";	
	display: inline-block;
	position: relative;
	text-align: center;	
	padding: 0 26px;	
	line-height: 1;
	margin: 0 auto 10px;
}
.threeSteps li:nth-child(1):before {content: "1";}
.threeSteps li:nth-child(2):before {content: "2";}
.threeSteps li:nth-child(3):before {content: "3";}

.h2-vid-cont #mc-vid-box {
    display: block;
    width: 100%;
    margin: 0 0 40px 0;
    height: calc(100% - 20px);
}
.mc-content-box {
	position: relative;
}
.mc-content-cont {
	overflow:hidden;
	padding: 0 0 40px 0;		
}
.mc-content-cont li {
	list-style-type: none !important;	
}
.img-box img{
	width:100%;
	max-width: 400px;
}

.h2-vid-cont .p-wrap{
	display: inline-block;
	vertical-align: middle;
	margin: 0;
	width: calc(50% - 10px);
}
.p-wrap img{
	background-color: #fff;
}
.mc-pics-box {
	overflow: hidden;
	margin: 0;
	display: inline-block;
	width: 100%;
	vertical-align: middle;
	max-width: none;
}
@media screen and (min-width:900px){
	.mc-pics-box {
	width: calc(45% - 10px);}
	.h2-pics-cont .mc-content-box{
	width: calc(50% - 30px);
	}	
}
.mc-pics-box li {
	float: left;
	width: calc(50% - 5px);
	margin: 0 0 10px 0;
}
.mc-pics-box li:nth-child(2) {float: right;}
.mc-pics-box li:nth-child(3) {float: right;}
.h2-pics-cont .mc-content-box {
	display: inline-block;
	text-align: left;
	vertical-align: top;
	margin: 0 0 0 30px;
    
}
.mc-box-build-video video {
	max-width: 960px;
	width:100%;
}

.article .mc-pics-box {
    padding: 0;
}

.mc-pics-box li img {
	display: block;
	width: 100%;
	height: auto;
}
.sxn-kohler-lux-wrap {
	padding: 0 20px;
}
.kohler-lux-cont {
	max-width: 1400px;
	margin: 0px auto;
	line-height: 1.5;
	padding: 40px 0;
}
.kohler-lux-cont img {
	display: block;
	margin: 0 auto 30px auto;
	max-width: 450px;
	width: 80%;
}
.kohler-lux-cont p {
	padding: 0;	
}
@media screen and (min-width: 800px) {
	.kohler-lux-cont {
		text-align: center;
	}
	.kohler-lux-cont img {
		display: inline-block;
		vertical-align: middle;
		box-sizing: border-box;
		margin: 0;
		width: calc(50%);
		max-width: 100%;
		padding: 0 80px;
	}
	.kohler-lux-cont p {
		text-align: left;
		display: inline-block;
		vertical-align: middle;
		padding: 0 0 0 20px;
		width: calc(50% - 20px - 10px);
		line-height: 1.6;		
	}
}
@media screen and (min-width: 1000px) {
	.kohler-lux-cont {padding: 50px 0;}
}
@media screen and (min-width: 1440px) {
	.kohler-lux-cont {padding: 90px 0;}
	.kohler-lux-cont p {		
    	line-height: 1.8;
    	padding: 0 0 0 40px;
    	width: calc(50% - 40px - 10px);
	}
	.kohler-lux-cont {padding: 70px 0;}
}
/* 	END OF KOHLER LUX */

.sxn-home-cta-wrap {
	padding: 30px;
	
}
.sxn-home-cta-cont span{
	font-size: 1.5rem;
}
.sxn-home-cta-cont p{
	text-align: center !important;
}

.bybEBox{
	padding: 0 15px 0 0;
}
/* 	END OF BUILD YOUR BATH DIGITAL  */

.sxn-installation-wrap {padding: 0 20px;}
.installation-cont {padding: 0 0 50px 0; text-align: center; margin: 0px auto;}

.installation-cont ul {padding: 0;}
.installation-cont ul li {
	margin: 0 0 20px 0;	
	position: relative;
}
.installation-cont ul li:last-of-type {margin: 0;}
/*
.installation-cont ul li:before {
	content: "";
	position: absolute;
	display: block;
	width: 82px;
	height: 81px;
	background-repeat: no-repeat;
	background-image: url(img/installation/check-marks.jpg);
	left: 50%;
	margin: 0 0 0 -41px;
	top: 0;
}
*/
.installation-cont ul li p {
	line-height: 1.5;
	padding: 0 5px 15px 5px !important;
	font-size: 1rem;
	text-align: center;
}
@media screen and (min-width: 800px) {	
	.installation-cont ul li {
		width: 33%;	
		display: inline-block;
		vertical-align: top;
	}
	.installation-cont > ul:nth-child(2) > li:nth-child(2), .installation-cont > ul:nth-child(2) > li:nth-child(4){
		margin: 0 0 0 80px;
	}
	.installation-cont > ul:nth-child(2) > li:nth-child(1), .installation-cont > ul:nth-child(2) > li:nth-child(3){
		margin: 0 80px 0 0;
	}
}

/* 	END INSTALLATION ZONE */

.mc-boxes {
	padding: 0 0 20px 0;
}
.article ul.mc-boxes {
  padding: 0 0 20px 0;
}
.article ul.mc-boxes li {
  list-style-type: none;
  list-style-position: outside;
  margin: 0 0 20px 0;
}
ul.mc-boxess li a {display: block;}
ul.mc-boxes li img {
  display: block;
  max-width: 100%;
}
.mc-box-left {
	float: left;
	margin: 0 20px 0 0;
}
body.page-id-151 .mc-box-left {
	margin: 45px 20px 0 0;
}
.mc-box-right {
	float: right;
	margin: 0 0 0 20px;
}
@media screen and (min-width:800px){
	.mc-boxes {		
		box-sizing: border-box;
		padding: 0 0 40px 0;
	}
}

/* CONTENT 2 SECTION */
.sxn-content2-wrap {
	padding: 0 20px;
}
.sxn-content2-cont {
	padding: 30px 0;	
	margin: 0px auto;
}
.article .content2-boxes .content2-imgs {
	padding: 0;
}
.article .content2-boxes .content2-imgs li {
	list-style-type: none;
	list-style-position: outside;
}
.content2-boxes .content2-imgs li {
	margin: 0 0 20px 0;
}
.content2-boxes .content2-imgs li img {
	display: block;
	max-width: 100%;
	margin: 0px auto;
}
@media screen and (min-width: 800px) {
	.sxn-content2-cont {overflow: hidden;}

	.content2-boxes {
		width: calc(50% - 20px);
	}
	.content2-left {
		float: left;
		padding: 0 20px 0 0;
	}
	.content2-right {
		float: left;
		padding: 0 0 0 20px;
	}
	.content2-diff-img-layout .content2-left {
		width: calc(30% - 20px);
	}
	.content2-diff-img-layout .content2-right {
		width: calc(70% - 20px);
	}
}
@media screen and (min-width: 1000px) {
	.sxn-content2-cont {padding: 70px 0;}
}
@media screen and (min-width: 1440px) {
	.sxn-content2-cont {padding: 100px 0;}
	.content2-boxes {
	    width: calc(50% - 30px);
	}
	.content2-left {
	    padding: 0 30px 0 0;
	}
	.content2-right {
	    padding: 0 0 0 30px;
	}
	.content2-diff-img-layout .content2-left {
		width: calc(30% - 30px);
	}
	.content2-diff-img-layout .content2-right {
		width: calc(70% - 30px);
	}
}

/*Light Gallery*/

.article #lightgallery {padding: 0;}
.article #lightgallery li {
	list-style-type: none;
	list-style-position: outside;
}
#lightgallery li {
	margin-bottom: 15px;
}
#lightgallery li a {
	display: block;
	overflow: hidden;
	position: relative;
}
#lightgallery li a img {
	transition: transform .3s ease 0s;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	height: 100%;
	width: 100%;
	display: block;
}
#lightgallery li a:hover > img {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
}
@media screen and (min-width: 500px) {
	#lightgallery li {
		width: calc(50% - 12px);
		display: inline-block;
		vertical-align: middle;
		margin: 0 5px 15px;
	}
}
@media screen and (min-width: 800px) {
	#lightgallery li {
		width: calc(33% - 12px);
	}
}
@media screen and (min-width: 1120px) {
	#lightgallery li {
		width: calc(33% - 15px);
	}
}
/* End light gallery */

/* Offers */

.sxn-offer-imgs-wrap {
	padding: 0 20px;
}
.sxn-offer-imgs-cont {
	max-width: 1400px;
	margin: 0px auto;
	padding: 30px 0 10px;
}
.offer-cont-imgs {
	text-align: center;
}
.offer-cont-imgs li {
	margin: 0 auto 20px;
	max-width: 417px;
}
.offer-cont-imgs li img {
	display: block;
	width: 100%;
}
@media screen and (min-width: 600px) {
	.sxn-offer-imgs-wrap {padding: 0;}
	.offer-cont-imgs li {
		display: inline-block;
		width: 30%;
		margin: 0 8px;
	}
	.offers-disclaimer {padding: 20px 80px;}
}
@media screen and (min-width: 1120px) {
	.offer-cont-imgs {padding: 0 0 10px 0;}
	.offer-cont-imgs li {width: 31%;}
}
@media screen and (min-width: 1440px) {
	.offer-cont-imgs li {margin: 0 10px;}
}
/* End offers */
.form-contact-page-box {
	display:none;
}
body.page-id-151 .mc-boxes{
	width:100%;
}
.article .mcYTList {
	padding: 0;
}
.article .mcYTList li {
	list-style-type: none;
	list-style-position: outside;
}
.mcYTList li {
	padding: 0 0 20px 0;
	text-align: center;
}
.mcYTList li span {
	display: block;
	padding: 0 0 10px 0;
}
/*  < youtube css + modal >  */
.youtube-modal {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,.7);
	z-index:99999999
   }
   .ytContent {
	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%)
   }
   .youtube-embed-cont {
	position:relative;
	padding-bottom:56.25%;
	height:0;
	overflow:hidden
   }
   .youtube-embed-cont embed,
   .youtube-embed-cont iframe,
   .youtube-embed-cont object {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	border:0
   }
   .article .youtube-embed-cont {
	margin:0 0 30px
   }

/*  < sxn_careers >  */
.sxn_careers_videos {
	text-align: center;
}
.sxn_careers_videos ul li {
	box-sizing: border-box;
	display: inline-block;
	padding: 0 0 20px;
	max-width: 300px;
	vertical-align: top;
}
.sxn_careers_videos iframe {
	display: block;
	margin: 0 auto 15px;
	width: 280px;
	height: 150px;
	border: 0;
}
.sxn_careers_videos ul li span {
	font-size: 20px;
    display: block;
    padding: 0;
    font-weight: 600;
    line-height: 1.2em;
    text-transform: uppercase;
}
@media screen and (min-width: 800px) {
	.sxn_careers_videos ul li {
		margin: 0 5px 0 0;
		max-width: 240px;
	}
	.sxn_careers_videos ul li:last-of-type {
		margin: 0;
	}
	.sxn_careers_videos iframe {
		width: 240px;
		height: 132px;
	}
}
@media screen and (min-width: 1120px) {
	.sxn_careers_videos { padding: 50px 20px; }
	.sxn_careers_videos ul li {
		margin: 0 10px 0 0;
		max-width: 330px;
	}
	.sxn_careers_videos iframe {
		width: 330px;
		height: 186px;
	}
}
@media screen and (min-width: 1440px) {
	.sxn_careers_videos { padding: 70px 20px; }
	.sxn_careers_videos ul li {
		margin: 0 15px 0 0;
		max-width: 440px;
	}
	.sxn_careers_videos iframe {
		margin: 0 auto 20px;
		width: 440px;
		height: 248px;
	}
	.sxn_careers_videos ul li span { font-size: 28px; }
}
/*  </ sxn_careers >  */



/*  </ youtube css + modal >  */
/*  < youtube css + modal about us >  */
.page-id-75 .youtube-modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.7);
	z-index: 99999999;
	max-width: 690px;
	max-height: 388px;
}
.page-id-75 .ytContent {
	position: relative;
	max-width: 690px;
	max-height: 388px;
	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%);
}
.page-id-75 .youtube-embed-cont {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}
.page-id-75 .youtube-embed-cont iframe,
.page-id-75 .youtube-embed-cont object,
.page-id-75 .youtube-embed-cont embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
	max-width: 690px;
	max-height: 388px;
}
.page-id-75 .article .youtube-embed-cont {margin: 0 0 30px;}
/*  </ youtube css + modal  about us>  */

.article .contact-page-list li {
    list-style-type: none;
	list-style-position: outside;
}

.h1-video-cont .mc-content-box {margin: 0 0 30px 0;}


.mc-vid-box {position: relative;}
.newVidThumb {
	position: relative;
	opacity: 1;
}
.newVidThumb img {
	display: block;
}
.page-id-75 .youtube-embed-cont.hidden {
	position: absolute;
}
.page-id-75 .imgReplaced .youtube-embed-cont.hidden {
	position: relative;
}
.imgReplaced .newVidThumb { position: absolute; opacity: 0;}

.wp-block-image img {
	width: 120px;
	height: 220px;
 }
 
@media screen and (min-width: 800px){
.h1-video-cont .mc-vid-box {
	 display: inline-block;
	 vertical-align: middle;
	 width: calc(50% - 10px);
 }
}
.bybBox{ padding: 15px;}
.tinyPrint {display:none;}
.sxn-byb-page {
	padding: 0 20px;    
}
.sxn-byb-cont {
	margin: 0px auto;
    overflow: hidden;
    padding: 45px 0;
	max-width: 1400px;	
}
.bybImg img {
	display: block;
	width: 100%;
}
.byb-options {
	padding: 20px 0 0 0;
	text-align: center;
}
.byb-options li {
	display: inline-block;
	vertical-align: top;
	transition: .3s;
	padding: 90px 0 0 0;
	margin: 0 7% 15px;
	min-width: 81px;
	text-align: center;
	position: relative;
}
.byb-options li:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	background-repeat: no-repeat;
}
.byb-wall-options li:before {
	width: 81px;
	height: 81px;
	margin: 0 0 0 -40px;
	background-image: url(img/byb-page/walls/wall-options.png);
}
.byb-wall-options .bybWO2:before {background-position: -120px 0;}
.byb-wall-options .bybWO3:before {background-position: -237px 0;}
.byb-wall-options .bybWO4:before {background-position: -361px 0;}
.byb-wall-options .bybWO5:before {background-position: -485px 0;}
.byb-wall-options .bybWO6:before {background-position: -605px 0;}
.byb-wall-options .bybWO7:before {background-position: -725px 0;}
.byb-wall-options .bybWO8:before {background-position: -846px 0;}
.byb-wall-options .bybWO9:before {background-position: -969px 0;}

.byb-options span {
	display: block;
}
.bybWImg1, .bybFSImg1, .bybAccImg1, .bybDoorsImg1, .bybEImg1 {
	max-width: 500px;
	width:100%;	
	margin:auto;
	padding: 30px 0;
}

@media screen and (min-width: 800px) {
	.sxn-byb-cont {
    	padding: 60px 0;
	}
	.bybImg, .bybBox {
		display: inline-block;		
	}
	.bybBox {
		width: calc(55% - 20px - 5px);		
	}
	.bybWImg1, .bybFSImg1, .bybAccImg1 {
		max-width: 500px;
		float:left;
		width:40%;	
	}
	.bybDoorsImg1, .bybEImg1 {	
		max-width: 500px;
		float:right;
		width:40%;
	}
}
.sxn-byb-accessories-wrap{
	padding: 30px 0;
}
.bybDesignImgs {
	padding: 0 0 10px 0;
}
.bybDesignImgs li {
	list-style-type: none;
	list-style-position: outside;
	display: inline-block;
	margin: 0 15px 10px;
}
.bybDesignImgs li img {
	display: block;
	width: 100%;
}
@media screen and (min-width: 400px) {
	.byb-options li {
		margin: 0 12% 15px;
	}
}
@media screen and (min-width: 500px) {
	.bybDesignImgs li {
		margin: 0 10px 10px;
		width: calc(50% - 20px - 5px);
    }
    .byb-options {
		text-align: left;
	}
	.byb-options li {
		margin: 0 10px 15px;
	}
}
@media screen and (min-width: 800px) {
	.bybDesignBox {
		width: 100%;		
		padding: 10px;
	}
	.bybDesignImgs {
    	padding: 0 0 20px 0;
	}
	.bybDesignImgs li {
    	width: calc(25% - 20px - 5px);
    	max-width: 313px;
    	margin: 0 8px 10px;
    }
    .sxn-byb-cont {
    	padding: 60px 0;
	}	
	.byb-options li {
	    margin: 0 5px 5px 0;
	}
}
@media screen and (min-width: 1000px) {
	.sxn-byb-cont {
    	padding: 100px 0;
	}
}
@media screen and (min-width: 1120px) {
	.byb-options li {
	    margin: 0 11px 5px 0;
	}
}
@media screen and (min-width: 1440px) {
	.bybDesignBox p {
    	padding: 0 20px 30px;
	}
	.bybDesignImgs li {
		margin: 0 15px 20px;
    }
    .sxn-byb-cont {
	    padding: 130px 0;
	}
	.byb-options li {
	    margin: 0 25px 5px 0;
	}
}
/* 	END OF BUILD YOUR BATH WALLS  */

.inv .mc-box-build-video video {
	filter: invert(100%);
	-webkit-filter: invert(100%);
	-moz-filter: invert(100%);
	-ms-filter: invert(100%);
}
.inv .byb-wall-options .bybWO2:before, .inv .bybWO3:before, .inv .bybWO4:before, .inv .bybWO5:before, .inv .bybWO6:before, .inv .bybWO7:before, .inv .bybWO8:before, .inv .bybWO9:before, .inv .byb-faucets-sprays-options .bybFSO2:before, .inv .byb-faucets-sprays-options .bybFSO3:before, .inv .byb-faucets-sprays-options .bybFSO4:before {	
	filter: invert(100%);
	-webkit-filter: invert(100%);
	-moz-filter: invert(100%);
	-ms-filter: invert(100%);
}

.bybFSImg1 {
    max-width: 722px;
    margin: 0 auto 30px auto;
}
.tinyPrint {
	display: block;
	font-size: 13px;
	padding: 0 0 10px 0;
	font-style: italic;
}
.byb-faucets-sprays-options li:before {
    width: 84px;
    height: 84px;
    margin: 0 0 0 -40px;
    background-image: url(img/byb-page/faucets/faucet-options.png);
}
.byb-faucets-sprays-options .bybFSO2:before {background-position: -125px 0;}
.byb-faucets-sprays-options .bybFSO3:before {background-position: -247px 0;}
.byb-faucets-sprays-options .bybFSO4:before {background-position: -375px 0;}
@media screen and (min-width: 800px) {
	.bybFSImg1 {
    	width: 45%;
	} 
	.bybFSBox {
	    width: calc(45% - 30px - 20px);
	    padding: 0 0 0 40px;
	}
}
@media screen and (min-width: 1440px) {
	.bybFSImg1 {
    	width: 50%;
	} 
	.bybFSBox {
	    width: calc(45% - 90px - 10px);
	    padding: 0 0 0 110px;
	}
}
/* 	END OF BUILD YOUR BATH FACUCETS & SPRAYS  */

/* Featured Employee */ 
.sxn_featured_employee {
	position:relative;
	box-sizing:border-box;
	overflow:hidden;
	text-align:center
}
.sxn_featured_employee .sxn_wrap {
	z-index:20;
	position:relative;
	box-sizing:border-box;
	margin:auto;
	padding:20px 20px 11px;
	max-width:1400px
}
.sxn_featured_employee .cont_heading {
	display:block;
	padding:0 0 20px;
}
.sxn_featured_employee p {
	padding:0 0 20px;
}
.sxn_featured_employee .element_profile img {
	display:block;
	margin:auto;
	width:100%;
	max-width: 366px;
	height:auto
}
.sxn_featured_employee .cont_profile {
padding:0 0 10px;
}
@media screen and (min-width:600px) {
	.sxn_featured_employee .element_profile img {
		display:inline-block;
		margin:0;
		vertical-align:middle
	}
	.sxn_featured_employee .cont_profile {
		display:inline-block;
		padding:0 20px 30px 0;
		vertical-align:bottom;
		text-align:left
	}
}
/* End of Featured Employee */ 
.custComponentJuly h2 {
	text-align: center;
}
.custComponentJuly p {
	text-align: center;
	display:block;
}

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

@media screen and (min-width: 600px) {
	.homeslideImg, .homeslideImgBaths {
		background-size: cover;
	}
}
@media screen and (min-width: 800px) {
	.homeslideImgBaths {
		background-image: url(img/slides/desktop-min-v7.jpg);
	}
}
@media screen and (min-width: 1120px) {
	.homeslideImgBaths {
		position: absolute;
		height: 100%;
		width: 50%;
	}
}

.sxn_ventura_county_fair img {
	display: block;
	margin: auto;
	max-width: 811px;
	height: auto;
}

/* < For Arizona Residents > */
.sxn_azr_heading {
	text-transform: uppercase;
	text-align: center;
	font-size: 2rem;
}
.sxn_azr_marketing {	
	max-width: 956px;
}
.sxn_azr_marketing .sxn_wrap {
	padding: 20px 0 0;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	column-gap: 120px;
}
.sxn_azr_marketing .cont_logo {
	order: 2;
}
	.sxn_azr_marketing .cont_logo img {	
		max-width: 500px;
		width: 100%;
		height: auto;
	}
.sxn_azr_marketing .form_box {
	order: 1;
	max-width: 332px;
}
.sxn_azr_marketing .form_box form {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
}
.sxn_azr_marketing .form_box .submit-button {
	margin: 20px 0 0;
	padding: 10px 30px;
}
.sxn_azr_sub_heading {
	padding: 30px 0 50px;
	font-size: 2rem;
	text-align: center;
}
.sxn_azr_points ul {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	column-gap: 20px;
	padding: 0;
	width: 100%;
}
.sxn_azr_points ul li {
	width: 100%;
	list-style-type: none;
	flex: 1;
}
.sxn_azr_points .cont_item {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	column-gap: 20px;
}
.sxn_azr_points .cont_image {
	
}
.sxn_azr_points .cont_text {
	
}
.sxn_azr_points .cont_text .cont_heading {
	font-weight: bold;
}

.sxn_azr_team {
	padding: 30px 0 0;
}
.sxn_azr_team .sxn_wrap {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	column-gap: 20px;
}
.sxn_azr_team .cont_photo {

}
.sxn_azr_team .cont_photo img {
	max-width: 414px;
	width: 100%;
	height: auto;
}
.sxn_azr_team .cont_text {
	
}
.sxn_azr_team .cont_text .cont_heading {
	padding: 20px 0 40px;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.3;
	text-transform: uppercase;
}
.sxn_azr_team .cont_text .cont_attribution {

}

.sxn_azr_heading_service {
	padding: 30px 0 0;
	font-size: 2rem;
	text-align: center;
}

.sxn_azr_before_after {
	
}
.sxn_azr_before_after .sxn_wrap {
	text-align: center;
}
.sxn_azr_before_after .cont_heading {
	font-size: 2rem;	
}
.sxn_azr_before_after .cont_photo {

}
.sxn_azr_before_after .cont_photo img {
	max-width: 820px;
	width: 100%;
	height: auto;
}
.sxn_azr_before_after .cont_sub_heading {
	font-size: 2rem;
}

.sxn_azr_benefits {
	padding: 30px 0 0;
}
.sxn_azr_benefits .sxn_wrap {
	
}
.sxn_azr_benefits .cont_heading {
	text-align: center;
	font-size: 1.5rem;
}
.sxn_azr_benefits .cont_text {
	padding: 30px 0 0;
}
.sxn_azr_benefits .cont_cta {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.sxn_azr_benefits .cont_logo {

}
.sxn_azr_benefits .cont_link {

}
.sxn_azr_benefits .cont_number {

}
.sxn_azr_benefits .cont_number a {
	
}

.sxn_azr_why {
	padding: 30px 0 0;
	text-align: center;
}
.sxn_azr_why .sxn_wrap {
	
}
.sxn_azr_why .cont_heading {
	font-size: 2rem;
}
.sxn_azr_why .cont_sub_heading {
	font-size: 2.5rem;
}
.sxn_azr_why .cont_photo {

}
.sxn_azr_why .cont_photo img {
	max-width: 600px;
	width: 100%;
	height: auto;
}
.sxn_azr_why .element_list {
	padding: 30px 0 0;
	max-width: 950px;
	margin: 0 auto;
}
.sxn_azr_why .element_list ul {
	text-align: left;
}
.sxn_azr_why .element_list ul li {

}
.sxn_azr_why .cont_cta_heading {

}
.sxn_azr_why .cont_cta {

}
.sxn_azr_why .cont_link {

}

.sxn_azr_story {
	padding: 30px 0 0;
}
.sxn_azr_story .sxn_wrap {

}
.sxn_azr_story .element_story {

}
.sxn_azr_story .cont_heading {
	font-size: 1.5rem;
}
.sxn_azr_story .cont_photo {

}
.sxn_azr_story .cont_photo img {
	max-width: 544px;
	width: 100%;
	height: auto;
}
.sxn_azr_story .element_cta {
	text-align: center;
}
.sxn_azr_story .cont_quote {

}
.sxn_azr_story .cont_logo {

}
.sxn_azr_story .cont_cta_heading {

}
.sxn_azr_story .cont_link {

}
.sxn_azr_story .cont_number {

}

.sxn_azr_disclaimer {
	padding: 30px 0 0;
}

@media screen and (min-width: 1120px) {
	.sxn_azr_heading {
		font-size: 3rem;
	}
	.sxn_azr_marketing .sxn_wrap {
		flex-direction: row;
		justify-content: flex-start;
		align-items: center;
	}
	.sxn_azr_sub_heading {
		font-size: 3rem;
	}
	.sxn_azr_points ul {
		flex-direction: row;
		justify-content: center;
		align-items: flex-start;
	}
	.sxn_azr_points .cont_item {
		flex-direction: row;
		justify-content: flex-start;
		align-items: flex-start;
	}	
	.sxn_azr_before_after .cont_heading {
		font-size: 3rem;	
	}
	.sxn_azr_team .sxn_wrap {
		flex-direction: row;
		justify-content: flex-start;
		align-items: flex-start;
	}
	.sxn_azr_team .cont_text .cont_heading {
		padding: 0 0 40px;
	}
	.sxn_azr_team .cont_photo img {
		width: 414px;
	}
	.sxn_azr_before_after .cont_sub_heading {
		font-size: 3rem;
	}
	.sxn_azr_why .element_list ul {
		column-count: 2;
	}
	.sxn_azr_why .cont_heading {
		font-size: 3rem;
	}
	.sxn_azr_benefits .cont_heading {
		font-size: 2.5rem;
	}
	.sxn_azr_story .cont_heading {
		font-size: 2.5rem;
	}
}
@media screen and (min-width: 1640px) {

}
/* </ For Arizona Residents > */