/*
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, .cont_heading {
	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 .cont_graphic img,
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, .cont_heading {
		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, .cont_heading {
		font-size: 1.5rem;
	}
}

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

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

	.global-subtitle, .cont_heading {
		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("/source/abfa7637a40ea426a0b215ebc7ea1570/background.webp");
	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("/source/02d93049f4c2ed7cbb42eeabd00df930/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("/source/102b3e8d3d1b0f4fe6a17a8079814b38/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 .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%);
}

/*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%;
	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("/source/fae53f83ec1a9459013681b1884b3c98/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;
	}
	.mhExtras li {
		float: left;
		padding: 0 10px;
		line-height: 170px !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 {
		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: 220px;
	background: url("/source/79805be9720ff4535e458b0699cc34c0/mobile-min-v2.jpg") center center no-repeat;
	background-size: cover;
	color: transparent;
	font-size: 0;
}
.homeslideImgBaths {
	display: block;
	width: 100%;
	height: 300px;
	background: url("/source/79805be9720ff4535e458b0699cc34c0/mobile-min-v2.jpg") right 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.5rem;
	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, .homeslideImgBaths {
		background-size: cover;
	}
	.homeslideImg { height: 300px; }
}

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

	.homeslideImg {
		background-image: url("/source/fb69925a1e4b36e2a5938f84a15efc87/desktop-min-v2.jpg");
	}
	.homeslideImgBaths {
		background-image: url("/source/fb69925a1e4b36e2a5938f84a15efc87/desktop-min-v2.jpg");
	}
}

@media screen and (min-width: 1150px) {
	#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%;
	}	
	.homeslideImgBaths {
		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: 1.15rem;
		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.7rem;
		padding: 0 0 5px;
	}

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

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

	.slideHead {
		font-size: 2.4rem;
	}

	.slideSubtitle {
		font-size: 1.9rem;
	}

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

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

.sxn-quick-links h2 {
	color: transparent;
	font-size: 0;
}

.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("/source/aefadf0082eae7db7f46ca7defb3329c/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;
	}
}
.article .qlsList li {
	list-style-type: none;
}
#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;
}
.cont_heading,
.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, .cont_heading {
	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%;
}
.subslides_team .cont_heading_img img {
	display: block;
	margin: 0;
	max-width: 100%;
	height: auto;
	border-radius: 50%;
}

#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, .cont_heading {
		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, .cont_heading {
		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: 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;
	text-align: left;
}

.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 select { width: 100%; }
.nc_form input, .nc_form textarea, .nc_form select {
	background: #949494;
	color: #252525;
}

.nc_form input, .nc_form textarea, .nc_form select, .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;
}

/* 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 {	
	padding: 10px;
	vertical-align: middle;
	width: auto;
	height: auto;
}

.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, .elmt_link a, .sxn_partners .elmt_link a {
	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, .elmt_link a:hover, .sxn_partners .elmt_link a:hover {
	background: #fff;
}

.custArea{
	margin: 0 auto;
	overflow: hidden;
	max-width: 1600px;
}
.custArea .mhTopImg {
	margin: 0 auto 2rem;
	max-width: 300px;
	width: 100%;
	height: auto;
	display: block;
}
@media screen and (min-width: 800px) {
	.custArea{
	padding: 40px;
	}
}
@media screen and (min-width: 1200px) {
	.custArea {
		padding: 60px;
	}
}
.custComponent{
	padding: 0 0 30px 0;
}
.homeHeadshot{
	float:right;	
	width:40%;
	max-width: 200px;
	padding: 20px;	
}
@media screen and (max-width: 400px) {
	.homeHeadshot {
		margin:auto;
		float: none;
		width:80%;		
	}
}
.custComponent p {
	display:block;
	overflow:hidden;
}
.custComponent h2 {
	text-align: left;
}
.homeBtn{
	padding: 0 20px;
}
.homeBtnCont{
	display: inline-flex;
}

/*  < sxn_intro_home >  */
.sxn_intro_home {
	overflow: hidden;		
}
.sxn_intro_home .sxn_wrap {
	padding: 20px;	
}
.sxn_intro_home ul li {
	padding: 0 0 20px;
	text-align: left;
	list-style-type: none;
}
.sxn_intro_home ul .item_4 {
	padding: 0;
}
.sxn_intro_home .cont_photo {
	display: block;
	margin: auto;
	width: 167px;
}
.sxn_intro_home .cont_photo img {
	display: block;
	width: 100%;
	height: auto;
}
.sxn_intro_home .item_wrap {
	box-sizing: border-box;
	padding: 20px 0 0;
}
.sxn_intro_home .cont_sub_heading {
	padding: 0 0 10px;	
}
.sxn_intro_home p {
	padding: 0 0 15px;	
}
.sxn_intro_home .elmt_link {
	text-align: left;
}
.sxn_intro_home .elmt_link a {
	min-width: 150px;
	text-align: center;
}
@media screen and (min-width: 600px) {
	.sxn_intro_home .cont_photo {
		display: inline-block;
		vertical-align: top;
	}
	.sxn_intro_home .item_wrap {
		display: inline-block;
		padding: 1px 0 0 19px;
		width: calc( 100% - 167px - 20px );
		vertical-align: top;
	}
}
@media screen and (min-width: 800px) {
	.sxn_intro_home .sxn_wrap {
		padding: 20px 20px 40px;
	}
}
/*  </ sxn_intro_home >  */
.sxn_text_photo .cont_photo img {
    display: block;
    width: 100%;
    height: auto;
}

.mc_team_bio li{
	list-style-type: none !important;
}
#GQembeddedreview.gq-embed {
	width: 100% !important; 
	max-width: 1400px; 
	margin: 0px auto !important; 
	display: block;	
} 
body.inv #gq-reviews-widgetv1{
	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;
}

.sxn_heading_p_btn_green_slim .cont_heading, .sxn_heading_btn_green_slim p {
	text-align: center;
}
.page-id-5632 div.sxn_bucket:nth-child(3) > div:nth-child(1) > div:nth-child(2) > img:nth-child(1){
	width:100%;
	height:auto;
	max-width: 640px;
}
/*  < sxn_about_us >  */
.sxn_about_us {
	overflow: hidden;	
}
.sxn_about_us .element_text {
	box-sizing: border-box;
	padding: 0 0 20px;
}
.sxn_about_us p {
	padding: 0;
}
.sxn_about_us .cont_photo img {
	display: block;
	width: 100%;
	height: auto;
	padding: 15px;
	max-width: 640px;
}
@media screen and (min-width: 600px) {
	.sxn_about_us .element_text {
		display: inline-block;
		padding: 0 20px 0 0;		
		vertical-align: middle;
	}
	.sxn_about_us .cont_photo {
		display: inline-block;
		width: calc( 100% - 300px );
		vertical-align: middle;
	}
}
/*  </ sxn_about_us >  */

/*  < sxn_team >  */
.sxn_team {
	overflow: hidden;	
}
.sxn_team .sxn_wrap {
	padding: 20px 20px 0;
	
}
.sxn_team .cont_heading {
	display: block;
	padding: 0 0 20px;	
	text-align: center;
}
.sxn_team .cont_sub_heading {
	display: block;
	padding: 0 0 20px;	
}
.sxn_team .cont_photo {
	display: block;
	margin: auto;
	padding: 0 0 19px;
	max-width: 258px;
}
.sxn_team .cont_photo img {
	display: inline-block;
	width: 100%;
	height: auto;
	max-width: 640px;
}
.sxn_team .cont_photo_wrap {
	padding: 1px 0;
	margin: 0 0 29px;
	width: 258px;
}
.sxn_team .cont_photo_wrap img { max-width: 196px; display: block; border-radius: 50%; }
.sxn_team ul {
	text-align: center;
}
.sxn_team ul li {
	display: inline-block;
	padding: 0 0 20px;
	vertical-align: top;
}
@media screen and (min-width: 800px) {
	.sxn_team .sxn_wrap {
		padding: 35px 20px 20px;
	}
	.sxn_team .cont_heading {
		padding: 0 0 63px;
	}
}
@media screen and (min-width: 1120px) {
	.sxn_team .sxn_wrap {
		padding: 52px 20px 20px;
	}
	.sxn_team .cont_heading {
		padding: 0 0 94px;
	}
	.sxn_team ul li {
		padding: 0 0 33px;
	}
}
@media screen and (min-width: 1440px) {
	.sxn_team .sxn_wrap {
		padding: 70px 20px 20px;
	}
	.sxn_team .cont_heading {
		padding: 0 0 126px;		
	}
	.sxn_team .cont_sub_heading {
		padding: 0 0 33px;		
	}
	.sxn_team ul li {
		padding: 0 0 44px;
	}
	.sxn_team .cont_photo {
		padding: 0 0 26px;
		max-width: 344px;
	}
	.sxn_team .cont_photo_wrap {
		width: 344px;
		padding: 1px 0;
		margin: 0 0 36px;
	}	
	.sxn_team .cont_photo_wrap img { max-width: 260px; }
}
/*  </ sxn_team >  */

/*  < sxn_heading_btn >  */
.sxn_heading_btn {
	overflow: hidden;
	text-align: center;
}
.sxn_heading_btn .sxn_wrap {
	
}
.sxn_heading_btn p {
	padding: 0 0 20px;
}
.sxn_heading_btn p sup {
	display: inline-block;
	vertical-align: center;
}
@media screen and (min-width: 800px) {
	.sxn_heading_btn .sxn_wrap {
		padding: 45px 20px 46px;
	}
}
@media screen and (min-width: 900px) {
	.sxn_heading_btn p {
		display: inline-block;		
		width: calc( 100% - 200px );
		vertical-align: middle;
	}
	.sxn_heading_btn .elmt_link {
		display: inline-block;
		vertical-align: middle;
	}
}
@media screen and (min-width: 1120px) {
	.sxn_heading_btn .sxn_wrap {
		padding: 67px 20px 69px;
	}
	.sxn_heading_btn p {
		width: calc( 100% - 210px );
	}
}
@media screen and (min-width: 1440px) {
	.sxn_heading_btn .sxn_wrap {
		padding: 90px 20px 92px;
	}
	.sxn_heading_btn p {
		width: calc( 100% - 225px );		
	}
	.sxn_heading_btn p sup {
		padding: 0 0 20px;
	}
}
/*  </ sxn_heading_btn >  */

/*  < sxn_anniversary >  */
.sxn_anniversary {
	overflow: hidden;
	text-align: center;
	padding: 30px 15px;
}
.sxn_anniversary .sxn_wrap {
	
}
.sxn_anniversary .cont_badge {
	padding: 0 0 20px;
}
.sxn_anniversary .cont_badge img {
	display: block;
	margin: auto;
	width: 100%;
	max-width: 150px;
	height: auto;
}
.sxn_anniversary p {
	box-sizing: border-box;
	padding: 0 0 20px;
	text-align: center;
}
.sxn_anniversary p br {
	display: none;
}
@media screen and (min-width: 600px) {
	.sxn_anniversary .cont_badge,
	.sxn_anniversary p,
	.sxn_anniversary .atom_elmt_link {
		display: inline-block;
		vertical-align: middle;
	}
	.sxn_anniversary .cont_badge {
		padding: 0;
	}
	.sxn_anniversary p {
		padding: 0 15px 0;		
	}
}
@media screen and (min-width: 800px) {
	.sxn_anniversary p br {
		display: inline-block;
	}
}

/*  </ sxn_anniversary >  */

.article .mc_team_bio img {
	max-width: 344px;
	width:100%;
	height:auto;
}


/*  < sxn_partners >  */
.sxn_partners {
	overflow: hidden;
	font-size: 0;
}
.sxn_partners .sxn_wrap {
	
}
.sxn_partners ul li {
	padding: 0 0 20px;
}
.sxn_partners ul li:last-of-type {
	padding: 0;
}
.sxn_partners .cont_photo {
	margin: auto;
	padding: 0 0 20px;
	width: 100%;
	max-width: 214px;
}
.sxn_partners .cont_photo img {
	display: block;
	width: 100%;
	height: auto;
}
.sxn_partners p {
	padding: 0 0 20px;	
	font-size: 1.5rem;
	
}
.sxn_partners .elmt_link a {
	font-size: 1.5rem;
}
@media screen and (min-width: 600px) {
	.sxn_partners .cont_photo {
		display: inline-block;
		vertical-align: top;
	}
	.sxn_partners .element_text {
		box-sizing: border-box;
		display: inline-block;
		padding: 0 0 0 20px;
		width: calc( 100% - 214px );
		vertical-align: top;
	}
	.sxn_partners .elmt_link {
		text-align: left;
	}
}
@media screen and (min-width: 1120px) {
	.sxn_partners .sxn_wrap {
		padding: 50px 20px 30px;
	}
	.sxn_partners p {
		padding: 0 0 25px;
	}
	.sxn_partners ul li {
		padding: 0 0 30px;
	}
	.sxn_partners .element_text {
		padding: 0 0 0 40px;
	}
	.sxn_partners .elmt_link {
		padding: 10px 0 0;
	}
}
@media screen and (min-width: 1440px) {
	.sxn_partners .sxn_wrap {
		padding: 70px 20px 50px;
	}
	.sxn_partners ul li {
		padding: 0 0 40px;
	}
	.sxn_partners .cont_photo {
		max-width: 286px;
	}
	.sxn_partners .element_text {
		padding: 0 0 0 60px;
		width: calc( 100% - 286px );
	}
	.sxn_partners p {
		font-size: 1.5rem;
	}
	.sxn_partners .elmt_link {
		padding: 19px 0 0;
	}
}
/*  </ sxn_partners >  */


/*  < mc_text_photo >  */
.article .mc_text_photo {
	clear: both;
	overflow: hidden;
}
body.page-id-6221 .article .mc_text_photo,
body.page-id-6206 .article .mc_text_photo,
body.page-id-6215 .article .mc_text_photo {
	margin: 0 0 20px;
}
.article .mc_text_photo .mc_photo img {
	display: block;
	margin: auto;
	max-width: 100%;
	height: auto;
}
.article .mc_text_photo h1 {
	text-transform: uppercase;
}
/*  </ mc_text_photo >  */
/* pageThumbSingle */
body.page-id-5239 .article .postThumbSingle,
body.page-id-5237 .article .postThumbSingle,
body.page-id-5232 .article .postThumbSingle,
body.page-id-6021 .article .postThumbSingle,
body.page-id-5226 .article .postThumbSingle,
body.page-id-6864 .article .postThumbSingle,
body.page-id-4882 .article .postThumbSingle,
body.page-id-357 .article .postThumbSingle,
body.page-id-4762 .article .postThumbSingle,
body.page-id-6817 .article .postThumbSingle,
body.page-id-6202 .article .postThumbSingle,
body.page-id-6221 .article .postThumbSingle,
body.page-id-6172 .article .postThumbSingle,
body.page-id-6206 .article .postThumbSingle,
body.page-id-6215 .article .postThumbSingle,
body.page-id-6384 .article .postThumbSingle,
body.page-id-6219 .article .postThumbSingle {
	display: none;
}
.full-testimonials-wrap p{
	padding: 30px;
}
.full-testimonials-wrap span{
	margin: 0 55px;
}

/*  < sxn_careers >  */
.sxn_careers {
	text-align: center;
}
.sxn_careers .sxn_wrap {
	
}
.sxn_careers_videos {
	padding: 0 !important;
}
.sxn_careers ul li {
	box-sizing: border-box;
	display: inline-block;
	padding: 0 0 20px;
	max-width: 300px;
	vertical-align: top;
}
.sxn_careers iframe {
	display: block;
	margin: 0 auto 15px;
	width: 280px;
	height: 150px;
	border: 0;
}
.sxn_careers .cont_title {
	padding: 0 0 15px;
}
.sxn_careers p {
	padding: 0;
}
@media screen and (min-width: 800px) {
	.sxn_careers ul li {
		margin: 0 5px 0 0;
		max-width: 240px;
	}
	.sxn_careers ul li:last-of-type {
		margin: 0;
	}
	.sxn_careers iframe {
		width: 240px;
		height: 132px;
	}
}
@media screen and (min-width: 1120px) {
	.sxn_careers .sxn_wrap {
		padding: 50px 20px;
	}
	.sxn_careers ul li {
		margin: 0 10px 0 0;
		max-width: 330px;
	}
	.sxn_careers iframe {
		width: 330px;
		height: 186px;
	}
}
@media screen and (min-width: 1440px) {
	.sxn_careers .sxn_wrap {
		padding: 70px 20px;
	}
	.sxn_careers ul li {
		margin: 0 15px 0 0;
		max-width: 440px;
	}
	.sxn_careers iframe {
		margin: 0 auto 20px;
		width: 440px;
		height: 248px;
	}
	.sxn_careers .cont_title {
		padding: 0 0 20px;
	}
}
/*  </ sxn_careers >  */

.dfCheckbox input{
	width: auto;
	margin: 0;
	padding: 0;
	display:unset;
}

/*  < sxn_list_windows >  */
.sxn_list_windows {
	overflow: hidden;
	font-size: 1.5rem;
	text-align: center;
}

.sxn_list_windows ul li {
	padding: 0 0 20px;
	list-style-type: none !important;
}
.sxn_list_windows ul li:last-of-type {
	padding: 0;
}
.sxn_list_windows .cont_sub_heading {
	padding: 0 0 15px;
}
.sxn_list_windows .cont_photo {
	margin: auto;
	padding: 0 0 22px;
	width: auto;
	max-width: 262px;
}
.sxn_list_windows .cont_photo img {
	display: block;
	width: 100%;
	height: auto;
}
.sxn_list_windows .elmt_link a {
	box-sizing: border-box;
	width: 100%;
	max-width: 310px;
}
@media screen and (min-width: 600px) {
	.sxn_list_windows ul li {
		display: inline-block;
		width: calc( ( 100% - 17px ) / 2 );
		vertical-align: top;
	}
	.sxn_list_windows ul li:nth-last-child(2) {
		padding: 0;
	}
	.sxn_list_windows ul li:nth-of-type(odd) {
		margin: 0 15px 0 0;
	}
}
@media screen and (min-width: 800px) {
	.sxn_list_windows .sxn_wrap {
		padding: 52px 20px 50px;
	}
	.sxn_list_windows ul li {
		padding: 0 0 52px;
	}
}
@media screen and (min-width: 900px) {
	.sxn_list_windows ul li {
		padding: 0 0 30px;
		width: calc( ( 100% - 32px ) / 3 );
	}
	.sxn_list_windows ul li:nth-of-type(odd) {
		margin: 0;
	}
	.sxn_list_windows ul li:nth-of-type(3n+2) {
		margin: 0 15px;
	}
	.sxn_list_windows ul li:nth-last-child(3) {
		padding: 0;
	}
}
@media screen and (min-width: 1120px) {
	.sxn_list_windows .sxn_wrap {
		padding: 80px 20px 75px;
	}
	.sxn_list_windows ul li {
		padding: 0 0 80px;
	}
}
@media screen and (min-width: 1440px) {
	.sxn_list_windows .sxn_wrap {
		padding: 107px 20px 100px;
	}
	.sxn_list_windows ul li {
		padding: 0 0 107px;
	}
	.sxn_list_windows .cont_sub_heading {
		padding: 0 0 20px;		
	}
	.sxn_list_windows .cont_photo {
		padding: 0 0 30px;
		max-width: 350px;
	}
}
/*  </ sxn_list_windows >  */

/*  < sxn_list_windows_styles >  */
.sxn_list_windows_styles {
	overflow: hidden;	
	text-align: center;	
}

.sxn_list_windows_styles p {
	padding: 0 0 20px;
}
.sxn_list_windows_styles ul li {
	margin: 0 75px 0;
	padding: 0 0 20px;
	max-width: 153px;
	list-style-type: none !important;
}
.sxn_list_windows_styles ul li:last-of-type {
	padding: 0;
}
.sxn_list_windows_styles .cont_graphic {
	padding: 0 0 15px;
}
.sxn_list_windows_styles .cont_graphic img {
	width: 100%;
	height: auto;
}
@media screen and (min-width: 450px) {
	.sxn_list_windows_styles ul li {
		display: inline-block;
		width: calc( ( 100% - 12px ) / 2 );
	}
	.sxn_list_windows_styles ul li:nth-last-of-type(2) {
		padding: 0;
	}
}
@media screen and (min-width: 750px) {
	.sxn_list_windows_styles ul li {
		padding: 0;
		width: calc( ( 100% - 72px ) / 8 );
		vertical-align: bottom;
	}
	.sxn_list_windows_styles ul li:first-of-type {
		margin-left: 0;
	}
	.sxn_list_windows_styles ul li:last-of-type {
		margin-right: 0;
	}
}
@media screen and (min-width: 800px) {
	.sxn_list_windows_styles .sxn_wrap {
		padding: 66px 20px 70px;
	}
	.sxn_list_windows_styles p {
		padding: 0 0 33px;
	}
}
@media screen and (min-width: 1120px) {
	.sxn_list_windows_styles .sxn_wrap {
		padding: 99px 20px 105px;
	}
	.sxn_list_windows_styles p {
		padding: 0 0 50px;
	}
}
@media screen and (min-width: 1440px) {
	.sxn_list_windows_styles .sxn_wrap {
		padding: 132px 20px 140px;
	}
	.sxn_list_windows_styles p {
		padding: 0 0 67px;		
	}
	.sxn_list_windows_styles ul li {
		width: calc( ( 100% - 79px ) / 8 );
		max-width: 153px;
	}
	.sxn_list_windows_styles .cont_graphic {
		padding: 0 0 20px;
	}
}

.cont_graphic img{
	filter: invert(100%);
	-webkit-filter: invert(100%);
	-moz-filter: invert(100%);
	-ms-filter: invert(100%);
}
.elmt_link {
	text-align: center;
	padding: 0 0 15px 0;
}
/*  </ sxn_list_windows_styles >  */

/*  < sxn_text_photo_lg >  */
.sxn_text_photo_50_top .cont_photo {
	vertical-align: top;
	width: 100%;
	max-width: 640px;
	padding: 0;
}

.cont_photo_50 img {
	display: block;
	width: 100%;
	height: auto;
	padding: 0 30px;
	max-width: 650px !important;
}
@media screen and (min-width: 800px) {
	.sxn_text_photo .sxn_wrap {
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
	}
	.sxn_text_photo .element_text {
		width: 40%;
		vertical-align: middle;
		padding: 0 15px 0 0;
	}
	.sxn_text_photo .cont_photo {
		width: 60%;
		vertical-align: middle;
		align-self: flex-start;
	}
}
@media screen and (min-width: 1120px) {
	.sxn_text_photo .sxn_wrap {
		padding: 50px 20px;
	}
}
@media screen and (min-width: 1440px) {
	.sxn_text_photo .sxn_wrap {
		padding: 80px 20px;
	}
}
/*  </ sxn_text_photo_lg >  */

.sxn_double_heading{
	text-align: center;
}

/*  < sxn_list_doors >  */
.sxn_list_doors {
	overflow: hidden;	
	text-align: center;	
}
.sxn_list_doors ul li {
	padding: 0 0 20px;
	list-style-type: none !important;
}
.sxn_list_doors ul li:last-of-type {
	padding: 0;
}
.sxn_list_doors .cont_sub_heading {
	padding: 0 0 15px;
}
.sxn_list_doors .cont_photo {
	margin: auto;
	padding: 0 0 22px;
	width: auto;
	max-width: 262px;
}
.sxn_list_doors .cont_photo img {
	display: block;
	width: 100%;
	height: auto;
}
.sxn_list_doors .elmt_link a {
	box-sizing: border-box;
	width: 100%;
	max-width: 310px;
}
@media screen and (min-width: 600px) {
	.sxn_list_doors ul li {
		display: inline-block;
		width: calc( ( 100% - 17px ) / 2 );
		vertical-align: top;
	}
	.sxn_list_doors ul li:nth-last-child(2) {
		padding: 0;
	}
	.sxn_list_doors ul li:nth-of-type(odd) {
		margin: 0 15px 0 0;
	}
}
@media screen and (min-width: 800px) {
	.sxn_list_doors .sxn_wrap {
		padding: 52px 20px 50px;
	}
	.sxn_list_doors ul li {
		padding: 0 0 52px;
	}
}
@media screen and (min-width: 900px) {
	.sxn_list_doors ul li {
		padding: 0;
		width: calc( ( 100% - 32px ) / 3 );
	}
	.sxn_list_doors ul li:nth-of-type(odd) {
		margin: 0;
	}
	.sxn_list_doors ul li:nth-of-type(3n+2) {
		margin: 0 15px;
	}
	.sxn_list_doors ul li:nth-last-child(3) {
		padding: 0;
	}
}
@media screen and (min-width: 1120px) {
	.sxn_list_doors .sxn_wrap {
		padding: 80px 20px 75px;
	}
}
/*  </ sxn_list_doors >  */

/*  < sxn_list_doors_styles >  */
.sxn_list_doors_styles {
	overflow: hidden;	
	text-align: center;	
}
.sxn_list_doors_styles p {
	padding: 0 0 20px;
}
.sxn_list_doors_styles ul li {
	margin: auto;
	padding: 0 0 20px;
	max-width: 153px;
	list-style-type: none;
}
.sxn_list_doors_styles ul li:last-of-type {
	padding: 0;
}
.sxn_list_doors_styles .cont_graphic {
	padding: 0 0 15px;
}
.sxn_list_doors_styles .cont_graphic img {
	width: 100%;
	height: auto;
}
.sxn_list_doors_styles .cont_graphic_single_french_door img {
	max-width: 103px;
}
.sxn_list_doors_styles .cont_label {
	text-transform: uppercase;
}
@media screen and (min-width: 450px) {
	.sxn_list_doors_styles ul li {
		display: inline-block;
		margin: 0 5px;
		width: calc( ( 100% - 12px ) / 2 );
	}
	.sxn_list_doors_styles ul li:nth-last-of-type(2) {
		padding: 0;
	}
}
@media screen and (min-width: 750px) {
	.sxn_list_doors_styles ul li {
		padding: 0;
		width: calc( ( 100% - 72px ) / 7 );
		vertical-align: bottom;
	}
	.sxn_list_doors_styles ul li:first-of-type {
		margin-left: 0;
	}
	.sxn_list_doors_styles ul li:last-of-type {
		margin-right: 0;
	}
}
@media screen and (min-width: 800px) {
	.sxn_list_doors_styles .sxn_wrap {
		padding: 66px 20px 70px;
	}
	.sxn_list_doors_styles p {
		padding: 0 0 33px;
	}
}
@media screen and (min-width: 1120px) {
	.sxn_list_doors_styles .sxn_wrap {
		padding: 99px 20px 105px;
	}
	.sxn_list_doors_styles p {
		padding: 0 0 50px;
	}
}
/*  </ sxn_list_doors_styles >  */
/*< sxn_heading_p_list >  */
.sxn_heading_p_list {
	overflow: hidden;
	text-align: center;
}
.sxn_heading_p_list p {
	padding: 0 0 20px;
}
.sxn_heading_p_list .cont_photo {
	margin: auto;
	padding: 0 0 15px;
	max-width: 214px;
}
.sxn_heading_p_list .cont_photo img {
	display: block;
	width: 100%;
	height: auto;
}
.sxn_heading_p_list .cont_list_sub_heading {
	padding: 0 0 25px;
}
.sxn_heading_p_list ul li {
	padding: 0 0 20px;
}
.sxn_heading_p_list ul li:last-of-type {
	padding: 0;
}
.sxn_heading_p_list ul li p {
	padding: 0;	
}
@media screen and (min-width: 600px) {
	.sxn_heading_p_list ul li {
		display: inline-block;
		margin: 0 10px;
		width: calc( ( 100% - 42px ) / 2 );
		vertical-align: top;
	}
}
@media screen and (min-width: 800px) {
	.sxn_heading_p_list ul li {
		padding: 0;
		width: calc( ( 100% - 62px ) / 4 );
	}
	.sxn_heading_p_list ul li:first-of-type {
		margin-left: 0;
	}
	.sxn_heading_p_list ul li:last-of-type {
		margin-right: 0;
	}
}
@media screen and (min-width: 1120px) {
	.sxn_heading_p_list .sxn_wrap {
		padding: 49px 20px 57px;
	}
	.sxn_heading_p_list .cont_heading {
		padding: 0 0 27px;
	}
	.sxn_heading_p_list p {
		padding: 0 0 40px;
	}
}
/*  </ sxn_heading_p_list >  */


/*  < sxn_heading_photo >  */
.sxn_heading_graphic {
	overflow: hidden;	
	text-align: center;
}
.sxn_heading_graphic .element_text {
	box-sizing: border-box;
	padding: 0 0 20px;
}
.sxn_heading_graphic p {
	padding: 15px;
}
.sxn_heading_graphic .cont_graphic {
	margin: auto;
	width: 100%;
	max-width: 252px;
	height: auto;
	overflow: hidden;
	border-radius: 50%;
}
.sxn_heading_graphic .cont_graphic img {
	display: block;
	width: 100%;
	height: auto;
}
/*  </ sxn_heading_graphic >  */
/* Quality Box */

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

/* MC-Story */

.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("/source/a331b0d2ea51887da35ebafd2f4ec555/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("/source/a446de4a7c9648cbc342091ff7700381/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;
	}
}	
/* MC-Story */
.qlsList * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.qlsList a:before {
	display: none;
}

.qlsList {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.qlsList li {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	margin: 5px;
}

.qlsList li a {
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	text-align: left;
	padding: 10px;
}
.page-id-5599 .p-wrap > img {
	filter: invert(0);
	-webkit-filter: invert(100%);
	-moz-filter: invert(100%);
	-ms-filter: invert(100%);
}

/*  < sxn_map >  */
.sxn_map {
	overflow: hidden;
}
.sxn_map iframe {
	width: 100%;
	height: 230px;
	border: 0;
}
@media screen and (min-width: 800px) {
	.sxn_map .sxn_wrap {
		padding: 25px 20px;
	}
}
@media screen and (min-width: 1120px) {
	.sxn_map .sxn_wrap {
		padding: 37px 20px 50px;
	}
	.sxn_map iframe {
		height: 340px;
	}
}
@media screen and (min-width: 1440px) {
	.sxn_map .sxn_wrap {
		padding: 50px 20px 70px;
	}
	.sxn_map iframe {
		height: 455px;
	}
}
/*  </ sxn_map >  */

/*  < sxn_map_address >  */
.sxn_map_address {
	overflow: hidden;
}
.sxn_map_address .sxn_wrap {
	max-width: 1400px;
}
.sxn_map_address .element_text {
	padding: 0 0 20px;
}
.sxn_map_address p:last-of-type {
	padding: 0;
}
.sxn_map_address iframe {
	width: 100%;
	height: 230px;
	border: 0;
}
@media screen and (min-width: 800px) {
	.sxn_map_address .sxn_wrap {
		padding: 25px 20px;
	}
	.sxn_map_address .element_text {
		float: left;
		display: inline-block;
		padding: 40px 0 0;
		width: 320px;
	}
	.sxn_map_address iframe {
		display: inline-block;
		width: calc( 100% - 340px );
		vertical-align: top;
	}
}
@media screen and (min-width: 1120px) {
	.sxn_map_address .sxn_wrap {
		padding: 37px 20px 50px;
	}
	.sxn_map_address .element_text {
		padding: 90px 40px 0 0;
	}
	.sxn_map_address iframe {
		width: calc( 100% - 400px );
		height: 340px;
	}
}
@media screen and (min-width: 1440px) {
	.sxn_map_address .sxn_wrap {
		padding: 50px 20px 70px;
	}
	.sxn_map_address .element_text {
		padding: 110px 60px 0 0;
		width: 340px;
	}
	.sxn_map_address .cont_heading {
		padding: 0 0 38px;
		font-size: 36px;
	}
	.sxn_map_address p {
		padding: 0 0 27px;
		font-size: 18px;
	}
	.sxn_map_address iframe {
		width: calc( 100% - 460px );
		height: 455px;
	}
}
/*  </ sxn_map_address >  */

/*  < sxn_map_address >  */
.sxn_map_address_left .cont_heading {

}
@media screen and (min-width: 800px) {
	.sxn_map_address_left .element_text {
		float: left;
		padding: 10px 20px 0 0;
	}
	.sxn_map_address_left iframe {
		float: right;
	}
}
@media screen and (min-width: 1120px) {
	.sxn_map_address_left .element_text {
		padding: 60px 40px 0 0;
	}
}
@media screen and (min-width: 1440px) {
	.sxn_map_address_left .element_text {
		padding: 60px 60px 0 0;
	}
}
/*  </ sxn_map_address >  */

/*  < sxn_text_photo_lg_inverse >  */
.sxn_text_photo_lg_inverse .cont_photo {
	padding: 0 0 20px;
}
.sxn_text_photo_lg_inverse .element_text {
	margin: 0;
}
.sxn_text_photo_lg_inverse .elmt_link a {
	margin: 0 5px 10px;
}
@media screen and (min-width: 450px) {
	.sxn_text_photo_lg_inverse .elmt_link a {
		margin: 0 10px 0 0;
	}
	.sxn_text_photo_lg_inverse .elmt_link a:last-of-type {
		margin: 10px 10px 0 0;
	}
}
@media screen and (min-width: 800px) {
	.sxn_text_photo_lg_inverse .element_text {
		padding: 0 0 0 10px;
	}
	.sxn_text_photo_lg_inverse .cont_photo {
		padding: 0 10px 0 0;
	}
	.sxn_text_photo_lg_inverse .elmt_link {
		text-align: left;
	}
}
@media screen and (min-width: 1120px) {
	.sxn_text_photo_lg_inverse .element_text {
		padding: 0 0 0 20px;
	}
	.sxn_text_photo_lg_inverse .cont_photo {
		padding: 0 20px 0 0;
	}
	.sxn_text_photo_lg_inverse .elmt_link a {
		margin: 0 15px 0 0;
	}
}
@media screen and (min-width: 1440px) {
	.sxn_text_photo_lg_inverse .element_text {
		padding: 0 0 0 30px;
	}
	.sxn_text_photo_lg_inverse .cont_photo {
		padding: 0 30px 0 0;
	}
	.sxn_text_photo_lg_inverse .elmt_link a {
		margin: 0 20px 0 0;
	}
}
/*  </ sxn_text_photo_lg_inverse >  */

/*  < sxn_videos > */
.sxn_videos {
	overflow: hidden;	
	text-align: center;	
}
.sxn_videos .cont_heading {
	padding: 0 0 20px;
	text-align: left;
}
.sxn_videos .list_videos li {
	position: relative;
	display: inline-block;
	margin: 0 5px 5px 0;
	width: 132px;
	height: 74px;
	overflow: hidden;
	background: #000;
}
.sxn_videos .list_videos li a {
	opacity: 0.5;
	display: block;
	width: 100%;
	height: 100%;
	background: no-repeat center;
	background-size: cover;
}
.sxn_videos .list_videos li.active a {
	opacity: 1;
}
.sxn_videos .list_videos li[data-video="1"] a {
	background-image: url("/source/1692a8cdf1383f4a0925e8186a38914c/1.jpg");
}
.sxn_videos .list_videos li[data-video="2"] a {
	background-image: url("/source/d65ca81eca0062c1ac68f6c3f8c35b55/2.jpg");
}
.sxn_videos .list_videos li[data-video="3"] a {
	background-image: url("/source/af0fee513223de06f6116f09a6e83c94/3.jpg");
}
.sxn_videos .list_videos li[data-video="4"] a {
	background-image: url("/source/5f9a8b84a440f45350a8173f310fb56d/4.jpg");
}
.sxn_videos .list_videos li[data-video="5"] a {
	background-image: url("/source/5544cefe620fc07ed475f98e802902a7/5.jpg");
}
.sxn_videos .list_videos li[data-video="6"] a {
	background-image: url("/source/7b7d40a6329ee0e6431bb3c404de0472/6.jpg");
}
.sxn_videos .list_videos li a svg {
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: perspective(1px) translateY(-50%);
	margin: auto;
}
.sxn_videos .list_current {
	margin: auto;
	width: 300px;
	height: 160px;
}
.sxn_videos .list_current li {
	display: none;
	width: 100%;
	height: 100%;
}
.sxn_videos .list_current li.active {
	display: block;
}
.sxn_videos .list_current iframe {
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
}
.list_videos {
	padding: 2rem !important;
}
@media screen and (min-width: 300px) {
	.sxn_videos .list_current {
		box-sizing: border-box;
		display: inline-block;
		padding: 0 5px 0 0;
		width: calc( 100% - 278px );
		width: 282px;
		vertical-align: top;
	}
}
@media screen and (min-width: 520px) {
	.sxn_videos .list_current {
		width: 480px;
		height: 267px;
	}
}
@media screen and (min-width: 900px) {
	.sxn_videos .cont_heading {
		padding: 0 0 30px;
	}
	.sxn_videos .list_current {
		width: 660px;
		height: 366px;
	}
}
.inv .sxn_videos .list_videos li{
	filter: invert(100%);
	-webkit-filter: invert(100%);
	-moz-filter: invert(100%);
	-ms-filter: invert(100%);
}
/*  </ sxn_videos > */

.sxn-home-cta-cont {
	text-align: center;
	padding: 15px;
}
.article .help-designing-cont {
	padding: 30px;
}
.article .sxn-bath-ba-wrap{ 
	padding: 30px 0;
}

/*  < sxn_text_badge >  */
.sxn_text_badge {
overflow: hidden;
}
.sxn_text_badge .element_text {
	box-sizing: border-box;
	padding: 0 0 20px;
}
.sxn_text_badge .cont_heading {
	padding: 0 0 18px;	
}
.sxn_text_badge p {
	padding: 0 0 20px;	
}
.sxn_text_badge .block_badge {
	box-sizing: border-box;
}
.sxn_text_badge .cont_badge {
	padding: 0 0 20px;
}
.sxn_text_badge .cont_badge img {
	margin: auto;
	display: block;
	width: 100%;
	max-width: 150px;
}
.sxn_text_badge .element_quote {
	text-align: center;
}
.sxn_text_badge .cont_quote {
	padding: 0 0 23px;
}
.sxn_text_badge .cont_signature {
	display: block;
	margin: auto;
	width: 220.5px;
	height: 39.75px;
}
.sxn_text_badge .cont_signature svg {
	display: block;
	width: 100%;
	height: 100%;
}
/*  </ sxn_text_badge >  */

/*  < sxn_angies_list >  */
.sxn_angies_list {
	overflow: hidden;
	text-align: center;	
}
.sxn_angies_list .sxn_wrap {
	display: flex;
    flex-direction: column;
    gap: 20px 40px;
    justify-content: center;
    align-items: center;
}
.sxn_angies_list .cont_logo {
	margin: 0;
	width: 160px;
}
.sxn_angies_list .cont_logo img {
	display: block;
	width: 100%;
	height: auto;
}
.sxn_angies_list .cont_heading {
	padding: 0;
}
.sxn_angies_list p {
	padding: 0;	
}

@media screen and (min-width: 800px) {
	.sxn_angies_list .cont_logo {
		padding: 0;
	}
}
@media screen and (min-width: 1120px) {
	.sxn_angies_list .sxn_wrap { flex-direction: row-reverse; }
	
}
@media screen and (min-width: 1440px) {
	.sxn_angies_list .cont_logo {
		width: 240px;
	}

}
/*  </ sxn_angies_list >  */

/*  < sxn_promise >  */
.sxn_promise:before {
	content:'';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: 0.65;
	width: 100%;
	height: 100%;	
}
.sxn_promise {
	position: relative;
	overflow: hidden;
	text-align: center;	
}
.sxn_promise .sxn_wrap {
	z-index: 10;
	position: relative;
}
.sxn_promise .cont_logo {
	margin: auto;
	padding: 0 0 20px;
	width: 187px;
}
.sxn_promise .cont_logo img {
	display: block;
	width: 100%;
	height: auto;
}
.sxn_promise p {
	padding: 0;
}
@media screen and (min-width: 800px) {
	.sxn_promise .sxn_wrap {
		padding: 44px 20px;
	}
}
@media screen and (min-width: 1120px) {

	.sxn_promise .sxn_wrap {
		padding: 66px 20px;
	}
	.sxn_promise .cont_logo {
		padding: 0 0 49px;
	}
}
@media screen and (min-width: 1440px) {
	.sxn_promise .sxn_wrap {
		padding: 88px 20px;
	}
	.sxn_promise .cont_logo {
		padding: 0 0 66px;
		width: 250px;
	}
}
/*  </ sxn_promise >  */

/*  < sxn_text_p >  */
.sxn_text_p .element_text {
	padding: 0 0 20px;
	display:block;
	text-align: center;
}
.sxn_text_p p {	
	text-align: center;
}
.sxn_text_p .elmt_link {
	display: block;
}
/*  </ sxn_text_p >  */

/*  < 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: 964px;
	max-height: 542px;
	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_hero_zone >  */
.sxn_hero_zone:before {
	content:'';
	opacity: 0.8;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;	
}
.sxn_hero_zone {
	box-sizing: border-box;
	position: relative;
	height: 420px;
	overflow: hidden;	
}
.sxn_hero_zone .sxn_wrap {
	z-index: 10;
	position: relative;
	box-sizing: border-box;
	padding: 0;
	width: 100%;
	
	height: 100%;
}
.sxn_hero_zone .block_center {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: perspective(1px) translateY(-50%);
	box-sizing: border-box;
	display: block;
	padding: 20px;
	width: 100%;
}
@media screen and (min-width: 800px) {
	.sxn_hero_zone .element_text {
		box-sizing: border-box;
		display: inline-block;
		padding: 0 80px 0 0;
		width: calc( 100% - 220px );
		vertical-align: middle;
	}
	.sxn_hero_zone .elmt_link {
		display: inline-block;
		vertical-align: middle;
	}
}
@media screen and (min-width: 1120px) {
	.sxn_hero_zone .element_text {
		padding: 0 200px 0 0;
		width: calc( 100% - 240px );
	}
	.sxn_hero_zone .cont_heading {
		padding: 0 0 46px;		
	}
}
@media screen and (min-width: 1440px) {
	.sxn_hero_zone {
		height: 690px;
	}
	.sxn_hero_zone .element_text {
		padding: 0 180px 0 0;
		width: calc( 100% - 268px );
	}
	.sxn_hero_zone .cont_heading {
		padding: 0 0 62px;	
	}
}
/*  </ sxn_hero_zone >  */
/*  < sxn_heading_list >  */
.sxn_heading_list {
	overflow: hidden;
}
.sxn_heading_list .cont_heading {
	text-align: center;
}
.sxn_heading_list ul {
	padding: 0;
}
.sxn_heading_list ul li {
	box-sizing: border-box;
	padding: 20px;	
}
.sxn_heading_list .cont_photo {
	margin: 0 0 20px;
	overflow: hidden;
	border-radius: 0 0 50% 0;
}
.sxn_heading_list .cont_photo img {
	display: block;
	max-width: 100%;
	height: auto;
}
.sxn_heading_list .cont_list_heading {
	padding: 0 0 20px;
}
@media screen and (min-width: 800px) {
	.sxn_heading_list ul li {
		display: inline-block;
		
		width: calc( ( 100% - 22px ) / 3 );
		vertical-align: top;
	}
	.sxn_heading_list ul li:last-of-type {
		margin: 0;
	}
}
@media screen and (min-width: 1120px) {
	.sxn_heading_list .sxn_wrap {
		padding: 30px 20px;
	}
	.sxn_heading_list ul li {
		
		width: calc( ( 100% - 42px ) / 3 );
		min-height: 610px;
	}
	.sxn_heading_list .cont_heading {
		padding: 0 0 30px;
	}
}
@media screen and (min-width: 1440px) {
	.sxn_heading_list .sxn_wrap {
		padding: 40px 20px;
	}
	.sxn_heading_list .cont_heading {
		padding: 0 0 40px;		
	}
	.sxn_heading_list ul li {
		min-height: 630px;
	}
}
/*  </ sxn_heading_list >  */
/*  < sxn_text_photo >  */
.sxn_text_photo {
	overflow: hidden;	
}
.sxn_text_photo .cont_sub_heading {
	display: block;
	padding: 0 0 12px;
}
.sxn_text_photo .cont_photo img {
	display: block;
	width: 100%;
	height: auto;
}
.sxn_text_photo .cont_youtube {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}
.sxn_text_photo .cont_youtube iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}
@media screen and (min-width: 800px) {
	.sxn_text_photo .sxn_wrap {
		padding: 20px 20px 32px;
	}
	.sxn_text_photo .element_text {
		box-sizing: border-box;
		display: inline-block;
		padding: 0 10px 0 0;
		width: 50%;
		vertical-align: top;
	}
	.sxn_text_photo .cont_photo {
		box-sizing: border-box;
		display: inline-block;
		padding: 0 0 0 10px;
		width: 50%;
		vertical-align: top;
	}
}
@media screen and (min-width: 1120px) {
	.sxn_text_photo .sxn_wrap {
		padding: 20px 20px 48px;
	}
	.sxn_text_photo .element_text {
		padding: 0 20px 0 0;
	}
	.sxn_text_photo .cont_photo {
		padding: 0 0 0 20px;
	}
}
@media screen and (min-width: 1440px) {
	.sxn_text_photo .sxn_wrap {
		padding: 20px 20px 64px;
	}
	.sxn_text_photo .element_text {
		padding: 0 30px 0 0;
	}
	.sxn_text_photo .cont_sub_heading {
		padding: 0 0 16px;	
	}
	.sxn_text_photo p {
		padding: 0 0 22px;		
	}
	.sxn_text_photo .cont_photo {
		padding: 0 0 0 30px;
	}
}
/*  </ sxn_text_photo >  */
.article .mc_text_photo {
	clear: both;
	overflow: hidden;
}
body.page-id-6221 .article .mc_text_photo,
body.page-id-6206 .article .mc_text_photo,
body.page-id-6215 .article .mc_text_photo {
	margin: 0 0 20px;
}
.article .mc_text_photo .mc_photo img {
	display: block;
	margin: auto;
	max-width: 100%;
	height: auto;
}
@media screen and (min-width: 800px) {
	.article .mc_text_photo .mc_photo {
		box-sizing: border-box;
		display: inline-block;
		padding: 0 10px 0 0;
		width: 48%;
		vertical-align: top;
	}
	.article .mc_text_photo .mc_text {
		box-sizing: border-box;
		display: inline-block;
		padding: 0 0 0 10px;
		width: 48%;
		vertical-align: top;
	}
}
@media screen and (min-width: 1120px) {
	body.page-id-6221 .article .mc_text_photo,
	body.page-id-6206 .article .mc_text_photo,
	body.page-id-6215 .article .mc_text_photo {
		 margin: 0 0 30px;
	}
	.article .mc_text_photo .mc_photo {
		 padding: 0 20px 0 0;
	}
	.article .mc_text_photo .mc_text {
		 padding: 0 0 0 20px;
	}
}
@media screen and (min-width: 800px) {
	.mc_text_photo_inverse .mc_photo {
		float: right;
		padding: 0 0 0 10px;
	}
	.article .mc_text_photo .mc_text {
	 	padding: 0 10px 0 0;
	}
}
@media screen and (min-width: 1120px) {
	.mc_text_photo_inverse .mc_photo {
		float: right;
		padding: 0 0 0 20px;
	}
	.article .mc_text_photo .mc_text {
		 padding: 0 20px 0 0;
	}
}
@media screen and (min-width: 1440px) {
	.mc_text_photo_inverse .mc_photo {
		float: right;
		padding: 0 0 0 30px;
	}
	.article .mc_text_photo .mc_text {
	 	padding: 0 30px 0 0;
	}
}
body.page-id-5239 .article .postThumbSingle,
body.page-id-5237 .article .postThumbSingle,
body.page-id-5232 .article .postThumbSingle,
body.page-id-6021 .article .postThumbSingle,
body.page-id-5226 .article .postThumbSingle,
body.page-id-6864 .article .postThumbSingle,
body.page-id-4882 .article .postThumbSingle,
body.page-id-357 .article .postThumbSingle,
body.page-id-4762 .article .postThumbSingle,
body.page-id-6817 .article .postThumbSingle,
body.page-id-6202 .article .postThumbSingle,
body.page-id-6221 .article .postThumbSingle,
body.page-id-6172 .article .postThumbSingle,
body.page-id-6206 .article .postThumbSingle,
body.page-id-6215 .article .postThumbSingle,
body.page-id-6384 .article .postThumbSingle,
body.page-id-6219 .article .postThumbSingle {
	display: none;
}
.sxn_text_photo_left_right {
	text-align:center
}
.sxn_text_photo_left_right .sxn_wrap {
}
.sxn_wrap ul li{
	list-style-type: none;
}
.sxn_text_photo_left_right .item_photo {
padding:0
}
.sxn_text_photo_left_right .item_text {
box-sizing:border-box;
padding:20px
}
.sxn_text_photo_left_right ul li img {
display:block;
width:100%;
height:auto
}
@media screen and (min-width:800px) {
	.sxn_text_photo_left_right ul li {
	 display:inline-block;
	 width:50%;
	 vertical-align:middle
	}
}
   @media screen and (min-width:1120px) {
	.sxn_text_photo_left_right .item_text {
	 padding:40px
	}
}
.sxn_bucket{
	padding: 0 0 30px 0;
}
.sxn_bucket_video { text-align: center; }
.ytVid-CA img,
.ytVid-AZ img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}
.sxn_homepage_video {
   }
.sxn_homepage_video .sxn_wrap {
max-width:410px
}
.sxn_homepage_video .element_text {
padding:0 0 20px
}
.sxn_homepage_video p:first-of-type {
padding:0 0 20px
}
.sxn_homepage_video p {
padding:0;
}
.sxn_homepage_video .element_video {
width:100%;
max-width:410px
}
.sxn_homepage_video .element_video img {
display:block;
width:100%;
height:auto
}
   @media screen and (min-width:600px) {
	.sxn_homepage_video p {
	 
	}
   }
   @media screen and (min-width:700px) {
	.sxn_homepage_video .sxn_wrap {
	 max-width:1450px
	}
	.sxn_homepage_video .element_text {
	 display:inline-block;
	 padding:0 20px 0 0;
	 vertical-align:middle
	}
	.sxn_homepage_video .element_video {
	 display:inline-block;
	 max-width:947px;
	 width:calc(100% - 370px);
	 vertical-align:middle
	}
   }
   @media screen and (min-width:800px) {
	.sxn_homepage_video .sxn_wrap {
	 padding:40px 20px 40px
	}
   }
   @media screen and (min-width:1120px) {
	.sxn_homepage_video .sxn_wrap {
	 padding:132px 20px 104px
	}
	.sxn_homepage_video .element_text {
	 padding:0 40px 0 0
	}
	.sxn_homepage_video .element_video {
	 width:calc(100% - 400px)
	}
   }
   @media screen and (min-width:1440px) {
	.sxn_homepage_video .sxn_wrap {
	 padding:176px 20px 139px
	}
	.sxn_homepage_video .element_text {
	 padding:0 74px 0 0
	}
	.sxn_homepage_video p:first-of-type {
	 padding:0 0 46px
	}
	.sxn_homepage_video p {
	 
	}
	.sxn_homepage_video .element_video {
	 width:calc(100% - 510px)
	}
}
/*  < youtube css >  */
.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 >  */


.sxn_text_photo .cont_photo{
	padding:15px;
}

.custComponentJuly h2 {
	text-align: center;
}
.custComponentJuly p {
	text-align: center;
	display:block;
}
.custComponentJuly .global-wrap-image {
	padding: 20px;
	background-color: #fff;
}
.custComponentJuly .global-wrap-image img {
	max-width: 100%;
	height: auto;
}

/* 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 */ 
.julyImg {
	margin: auto;
	padding: 20px;
	max-width: 992px;
	background: #fff;
}
.julyImg img{
	display: block;
	width: 100%;
	height: auto;
}
.contactBtn {
	padding: 15px 0;
	margin: 15px;
}

.sxn_videos_zone {
	text-align: center;
}
.sxn_videos_zone .sxn_wrap {
	max-width: 1580px;
}
@media screen and (min-width: 1120px) {
	.sxn_videos_zone .sxn_wrap {
		padding: 140px 20px 80px;
	}
}
@media screen and (min-width: 1440px) {
	.sxn_videos_zone .sxn_wrap {
		padding: 186px 20px 20px;
	}
}
/*  < mc_videos_list >  */
.mc_videos_list {
	margin: auto;
	padding: 0;
}
.mc_videos_list .item_cont {
	display: inline-block;
	margin: 0 10px 20px 0;
	max-width: 365px;
	vertical-align: top;
}
.mc_videos_list .cont_video_link:before {
	content:'';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url("/source/444d564baa9d300e6a6fce9206e406bb/play-btn.png") no-repeat center;
}
.mc_videos_list .cont_video_link {
	cursor: pointer;
	position: relative;
	display: block;
	max-width: 365px;
}
.mc_videos_list .cont_video_link:hover {
	-webkit-filter: brightness(114%);
	-ms-filter: brightness(114%);
	filter: brightness(114%);
}
.mc_videos_list .cont_video_link img {
	display: block;
	width: 100%;
	height: auto;
}
.mc_videos_list .item_cont p {
	padding: 20px 0 0;
	text-align: left;
}
@media screen and (min-width: 1120px) {
	.mc_videos_list .item_cont {
		margin: 0 10px 40px 0;
	}
	.mc_videos_list .item_cont p {
		padding: 28px 0 0;
	}
}
@media screen and (min-width: 1440px) {
	.mc_videos_list .item_cont {
		margin: 0 27px 121px 0;
	}
	.mc_videos_list .item_cont p {
		padding: 38px 0 0;
		font-size: 24px;
	}
}
/*  </ mc_videos_list >  */

/**
 * Swiper 6.4.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: December 9, 2020
 */

@font-face {
	font-family: 'swiper-icons';
	src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA') format('woff');
	font-weight: 400;
	font-style: normal;
}
:root {
	--swiper-theme-color: #007aff;
}
.swiper-container {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	/* Fix of Webkit flickering */
	z-index: 1;
}
.swiper-container-vertical > .swiper-wrapper {
	flex-direction: column;
}
.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: flex;
	transition-property: transform;
	box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
	transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
	flex-wrap: wrap;
}
.swiper-container-multirow-column > .swiper-wrapper {
	flex-wrap: wrap;
	flex-direction: column;
}
.swiper-container-free-mode > .swiper-wrapper {
	transition-timing-function: ease-out;
	margin: 0 auto;
}
.swiper-slide {
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	transition-property: transform;
}
.swiper-slide-invisible-blank {
	visibility: hidden;
}
/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
	height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
	align-items: flex-start;
	transition-property: transform, height;
}
/* 3D Effects */
.swiper-container-3d {
	perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
	transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
	background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
	background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
	overflow: auto;
	scrollbar-width: none;
	/* For Firefox */
	-ms-overflow-style: none;
	/* For Internet Explorer and Edge */
}
.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
	display: none;
}
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
	scroll-snap-align: start start;
}
.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
	scroll-snap-type: x mandatory;
}
.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
	scroll-snap-type: y mandatory;
}
:root {
	--swiper-navigation-size: 44px;
	/*
	--swiper-navigation-color: var(--swiper-theme-color);
	*/
}
.swiper-button-prev,
.swiper-button-next {
	position: absolute;
	top: 50%;
	width: calc(var(--swiper-navigation-size) / 44 * 27);
	height: var(--swiper-navigation-size);
	margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
	z-index: 10;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
	opacity: 0.35;
	cursor: auto;
	pointer-events: none;
}
.swiper-button-prev:after,
.swiper-button-next:after {
	font-family: swiper-icons;
	font-size: var(--swiper-navigation-size);
	text-transform: none !important;
	letter-spacing: 0;
	text-transform: none;
	font-variant: initial;
	line-height: 1;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	left: 10px;
	right: auto;
}
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
	content: 'prev';
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	right: 10px;
	left: auto;
}
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
	content: 'next';
}
.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
	--swiper-navigation-color: #ffffff;
}
.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
	--swiper-navigation-color: #000000;
}
.swiper-button-lock {
	display: none;
}
:root {
	/*
	--swiper-pagination-color: var(--swiper-theme-color);
	*/
}
.swiper-pagination {
	position: absolute;
	text-align: center;
	transition: 300ms opacity;
	transform: translate3d(0, 0, 0);
	z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
	opacity: 0;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
	bottom: 10px;
	left: 0;
	width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
	overflow: hidden;
	font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transform: scale(0.33);
	position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
	transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
	transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	transform: scale(0.33);
}
.swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 100%;
	background: #000;
	opacity: 0.2;
}
button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	box-shadow: none;
	-webkit-appearance: none;
		 -moz-appearance: none;
					appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer;
}
.swiper-pagination-bullet-active {
	opacity: 1;
	background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-container-vertical > .swiper-pagination-bullets {
	right: 10px;
	top: 50%;
	transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 6px 0;
	display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	top: 50%;
	transform: translateY(-50%);
	width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	display: inline-block;
	transition: 200ms transform, 200ms top;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	transform: translateX(-50%);
	white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transition: 200ms transform, 200ms left;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transition: 200ms transform, 200ms right;
}
/* Progress */
.swiper-pagination-progressbar {
	background: rgba(0, 0, 0, 0.25);
	position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: var(--swiper-pagination-color, var(--swiper-theme-color));
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transform: scale(0);
	transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	width: 100%;
	height: 4px;
	left: 0;
	top: 0;
}
.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	width: 4px;
	height: 100%;
	left: 0;
	top: 0;
}
.swiper-pagination-white {
	--swiper-pagination-color: #ffffff;
}
.swiper-pagination-black {
	--swiper-pagination-color: #000000;
}
.swiper-pagination-lock {
	display: none;
}
/* Scrollbar */
.swiper-scrollbar {
	border-radius: 10px;
	position: relative;
	-ms-touch-action: none;
	background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
	position: absolute;
	left: 1%;
	bottom: 3px;
	z-index: 50;
	height: 5px;
	width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
	position: absolute;
	right: 3px;
	top: 1%;
	z-index: 50;
	width: 5px;
	height: 98%;
}
.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: rgba(0, 0, 0, 0.5);
	border-radius: 10px;
	left: 0;
	top: 0;
}
.swiper-scrollbar-cursor-drag {
	cursor: move;
}
.swiper-scrollbar-lock {
	display: none;
}
.swiper-zoom-container {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}
.swiper-slide-zoomed {
	cursor: move;
}
/* Preloader */
:root {
	/*
	--swiper-preloader-color: var(--swiper-theme-color);
	*/
}
.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	transform-origin: 50%;
	animation: swiper-preloader-spin 1s infinite linear;
	box-sizing: border-box;
	border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
	border-radius: 50%;
	border-top-color: transparent;
}
.swiper-lazy-preloader-white {
	--swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
	--swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
	100% {
		transform: rotate(360deg);
	}
}
/* a11y */
.swiper-container .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
	transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
	pointer-events: none;
	transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
	pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}
.swiper-container-cube {
	overflow: visible;
}
.swiper-container-cube .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
					backface-visibility: hidden;
	z-index: 1;
	visibility: hidden;
	transform-origin: 0 0;
	width: 100%;
	height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
	pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
	transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
	pointer-events: auto;
	visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
	z-index: 0;
	-webkit-backface-visibility: hidden;
					backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.6;
	-webkit-filter: blur(50px);
	filter: blur(50px);
	z-index: 0;
}
.swiper-container-flip {
	overflow: visible;
}
.swiper-container-flip .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
					backface-visibility: hidden;
	z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
	pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
	z-index: 0;
	-webkit-backface-visibility: hidden;
					backface-visibility: hidden;
}

/*  Swiper mod */
body.page-id-5364 .swiper-container {
	-webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.55);
	-moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.55);
	box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.55);
}

/*  < swiper-gallery >  */
.swiper-gallery {
	margin: 0 0 10px;
	width: 100%;
	height: 277px;
	color: #fff;
	font-size: 20px;
	background: #000;
}
.swiper-slide {
	display: block;
	background-position: center;
	background-size: cover;
}
.swiper-thumbs {
	width: 100%;
	height: 92px;
	color: #fff;
	font-size: 20px;
}
.swiper-thumbs .swiper-slide {
	margin: 0 10px 0 0;
}
@media screen and (min-width: 1440px) {
	.swiper-gallery {
		height: 370px;
	}
	.swiper-thumbs {
		height: 123px;
	}
}
/*  </ swiper-gallery >  */


.article .mc_gallery {
	margin: auto;
	padding: 0;
}
.article .mc_gallery li {
	position: relative;
	box-sizing: border-box;
	display: inline-block;
	margin: 0 8px 8px;
	vertical-align: top;
}
.article .mc_gallery li img {
	display: block;
	margin: auto;
	max-width: 100%;
}
.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;
}

.sxn-featured-manufacturers {
	padding: 20px;
}

.sxn-featured-man-wrap span {
	font-size: 21px;
	display: block;
	line-height: 1.2;
	text-align: center;
	padding: 0 0 20px;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.featured-single-wrap {
	margin: 0 0 20px;
}

.sxn-featured-man-wrap {
	max-width: 1200px;
	margin: auto;
}

.featured-single-wrap img {
	display: block;
	margin: 0 auto 20px;
	width: 100%;
	height: auto;
}

.featured-single-wrap img.windor-img {
	max-width: 220px;
}
.featured-single-wrap img.provia-img {
	max-width: 250px;
}
.featured-single-wrap img.windsor-img {
	max-width: 240px;
}
.featured-single-wrap img.simonton-img {
	max-width: 150px;
}
.featured-single-wrap img.lincoln-img {
	max-width: 100px;
}
.featured-single-wrap img.pella-img {
	max-width: 115px;
}
.featured-single-wrap img.fleetwood-img {
	max-width: 180px;
}
.featured-single-wrap img.plygem-img {
	max-width: 250px;
}
.featured-single-wrap img.milgard-img {
	max-width: 200px;
}
.featured-single-wrap img.therma-tru-img {
	max-width: 250px;
}
.featured-single-wrap img.masonite-img {
	max-width: 210px;
}
.featured-single-wrap img.simpson-img {
	max-width: 230px;
}
.featured-single-wrap img.western-img {
	max-width: 200px;
}

.comp-info {
	padding: 0 0 20px;
}

.comp-info span{
	font-size: 15px;
	text-align: left;
}

.comp-info ul {
	margin: 0 0 0 20px;
}

.comp-info ul li {
	list-style: disc;
	padding: 0 0 0 0px;
}

@media screen and (min-width: 1100px) {
	.sxn-featured-manufacturers {
		padding: 120px 40px;
	}
	.sxn-featured-man-wrap span {
		padding: 0 0 75px;
		font-size: 28px;
	}

	.comp-info span{
		padding: 0;
	}
	.comp-info ul {
		margin: 0 0 0 20px;
	}

	.comp-info ul li {
		padding: 0 0 0 20px;
	}

	.featured-single-wrap {
		margin: 0 0 50px;
	}

	.featured-single-wrap img {
		margin: auto;
	}

	.ft-single-img {
		width: 320px;
		height: auto;
		display: inline-block;
		margin-right: 60px;
		vertical-align: top;
	}

	.comp-info {
		width: calc(100% - 350px - 60px);
		display: inline-block;
		vertical-align: top;
	}
}

/*  < pg_windows_anlin_operating_styles >  */
.pg_windows_anlin_operating_styles .pg_wrap {
	padding: 72px 20px 77px;
	text-align: center;
}
.pg_windows_anlin_operating_styles .cont_heading {
	padding: 0 0 14px;
}
.pg_windows_anlin_operating_styles .cont_text {
	padding: 0 0 45px;
}
.pg_windows_anlin_operating_styles ul li {
	padding: 0 0 45px;
	text-align: center;
	list-style-type: none;
}
.pg_windows_anlin_operating_styles ul li img {
	display: block;
	margin: auto;
	width: 100%;
	max-width: 200px;
}
.pg_windows_anlin_operating_styles ul li .cont_photo_animate_placeholder {
	position: relative;
}
.pg_windows_anlin_operating_styles ul li .cont_photo_animate_placeholder .cont_img_png {
	z-index: 2;
	position: absolute;
	right: 0;
	left: 0;
	margin: auto;
	height: auto;
}
.pg_windows_anlin_operating_styles ul li .cont_photo_animate_placeholder:hover .cont_img_png {
	opacity: 0;
}
.pg_windows_anlin_operating_styles ul li .cont_photo_animate_placeholder .cont_img_gif {
	opacity: 0;
}
.pg_windows_anlin_operating_styles ul li .cont_photo_animate_placeholder:hover .cont_img_gif {
	opacity: 1;
}
.pg_windows_anlin_operating_styles ul li p {
	padding: 14px 0 0;
	
}
@media screen and (min-width: 450px) {
	.pg_windows_anlin_operating_styles ul li {
		display: inline-block;
		width: 50%;
		vertical-align: bottom;
	}
}
@media screen and (min-width: 700px) {
	.pg_windows_anlin_operating_styles ul li {
		width: 33%;
	}
}
@media screen and (min-width: 800px) {
	.pg_windows_anlin_operating_styles .pg_wrap {
		padding: 108px 20px 115px;
	}
	.pg_windows_anlin_operating_styles .cont_heading {
		padding: 0 0 16px;
	}
	.pg_windows_anlin_operating_styles .cont_text {
		padding: 0 0 67px;
	}
	.pg_windows_anlin_operating_styles ul li {
		padding: 0 0 67px;
		width: 20%;
	}
	.pg_windows_anlin_operating_styles ul li:nth-of-type(1n+6) {
		padding-bottom: 0;
	}
	.pg_windows_anlin_operating_styles ul li p {
		padding: 21px 0 0;
		
	}
}
@media screen and (min-width: 1120px) {
	.pg_windows_anlin_operating_styles .pg_wrap {
		padding: 145px 20px 154px;
	}
	.pg_windows_anlin_operating_styles .cont_heading {
		padding: 0 0 18px;
	}
	.pg_windows_anlin_operating_styles .cont_text {
		padding: 0 0 90px;
	}
	.pg_windows_anlin_operating_styles ul li {
		padding: 0 0 90px;
	}
	.pg_windows_anlin_operating_styles ul li img {
		max-width: 200px;
	}
	.pg_windows_anlin_operating_styles ul li p {
		padding: 28px 0 0;		
	}
}
/*  </ pg_windows_anlin_operating_styles >  */
.pg_windows_anlin_marketing{
	margin:auto;
	width: 100%;
	max-width: 1600px;
}
.pg_windows_anlin_marketing img{
	width: 100%;
	max-width: 1600px;
	height: auto;
}
.pg_windows_anlin_top{
	text-align: center;
}

/*  < pg_windows_anlin_collections >  */
.pg_windows_anlin_collections .pg_wrap {
	padding: 70px 20px 80px;
}
.pg_windows_anlin_collections .cont_heading {
	padding: 0 0 49px;
}
.pg_windows_anlin_collections ul li {
	box-sizing: border-box;
	padding: 0 0 54px;
	list-style-type: none;
}
.pg_windows_anlin_collections img {
	display: block;
	width: 100%;
	max-width: 273px;
	height: auto;
}
.pg_windows_anlin_collections p {
	padding: 13px 0 0;
}
@media screen and (min-width: 600px) {
	.pg_windows_anlin_collections ul li {
		display: block;
		padding: 0 20px 54px 0;		
		vertical-align: top;
	}
	.pg_windows_anlin_collections ul .last_item {
		padding-bottom: 0;
	}
}
@media screen and (min-width: 800px) {
	.pg_windows_anlin_collections img {
		max-width: 409px;
	}
}
@media screen and (min-width: 1120px) {	
	.pg_windows_anlin_collections img {
		max-width: 546px;
	}	
}
/*  </ pg_windows_anlin_collections >  */
.pg_windows_anlin_why{
	padding: 30px 0;
}
.pg_windows_anlin_features{
	display: block;
}
.pg_windows_anlin_features img{
	width:40%;
	max-width: 479px ;
	float:right;
	height: auto;
	padding: 0 0 0 15px;
}
@media screen and (max-width: 700px) {
	.pg_windows_anlin_features img{ 
		margin:auto;
		float: none;
		width:55%;		
	}
}
.anlin_features_img{
	text-align: center;
}
.pg_windows_anlin_why p{
	padding: 0 0 0 50px;
}
.pg_windows_anlin_why blockquote{
	padding: 15px 0;
}

/* Disclaimer, T&C, Privacy Policy Pages */
#iubenda_policy,
.iub_container p,
.iub_header h1,
.iub_header h2,
.iub_container h2,
.iub_container h3,
.iub_container h4,
.page-id-11025 .one_line_col p,
.page-id-11025 .one_line_col h2,
.page-id-11025 .one_line_col h3,
.page-id-11025 .one_line_col h4{	
	font-size: 100% !important;
	line-height: 1.3 !important;
	color: #fff !important;
	background: #000 !important;
}
@media screen and (min-width: 1200px) {
	.iub_container p,
	.page-id-11025 .one_line_col p {
		font-size: 1.125rem;
	}
}

@media screen and (min-width: 1640px) {
	.iub_container p,.page-id-11025 .one_line_col p {
		font-size: 1.5rem;
		line-height: 1.7;
	}
}
.iub_container p, .page-id-11025 .one_line_col p, .iub_footer p{
	font-size: 1.5rem !important;
}
.iub_container a, .page-id-11025 .one_line_col a {
	color: #f5ff00 !important;
}
.iubenda_vip_policy.iubenda_terms_policy .definitions .expand-content h4,	
.iub_header h1,
.iub_header h2,
.page-id-11025 .one_line_col h1,
.page-id-11025 .one_line_col h2,
.page-id-11025 .one_line_col h3,
.page-id-11025 .one_line_col h4,
.page-id-11025 .one_line_col h5,
.page-id-11025 .one_line_col h6 {
	line-height: 1.2;
	font-weight: bold;
	color: #fff;
	padding: .5rem 0 .5rem 0;
	text-transform: uppercase;
}
@media screen and (min-width: 1200px) {
	.page-id-11025 .one_line_col {
		font-size: 1.125rem;
	}
	.iub_header h1, .page-id-11025 .one_line_col h1 {
		font-size: 2rem !important;
	}
	.iub_header h2, .page-id-11025 .one_line_col h2, .cont_heading {
		font-size: 1.5rem !important;
	}
	.page-id-11025 .one_line_col h3 {
		font-size: 1.25rem;
	}
}

@media screen and (min-width: 1640px) {
	.page-id-11025 .one_line_col {
		font-size: 1.5rem;
		line-height: 1.7;
	}
	.iub_header h1, .page-id-11025 .one_line_col h1 {
		font-size: 2.25rem;
		padding-bottom: 2rem;
	}
	.iub_header h2, .page-id-11025 .one_line_col h2, .cont_heading {
		font-size: 1.75rem;
	}
	.page-id-11025 .one_line_col h3 {
		font-size: 1.25rem;
	}
	.page-id-11025 .one_line_col h4, .page-id-11025 .one_line_col h5,.iubenda_vip_policy.iubenda_terms_policy .definitions .expand-content h4 {
		font-size: 1.15rem;
	}
}
.iub_container ul li,
.page-id-11025 .one_line_col ul.styled,
.page-id-11025 .one_line_col ul li{
	font-size: 1rem !important;
	line-height: 1.5 !important;
	text-align: left !important;
	color: #fff !important;
}
/* Disclaimer, T&C, Privacy Policy Pages */
.cont_coupon {
	display: block;
	margin: 20px auto;
	max-width: 866px;
	height: auto;
	padding: 30px;
	background: #fff;
}
.cont_coupon img {
	display: block;
	width: 100%;
	max-width: 866px;
	margin: auto;
	height: auto;
}
.pg_location_heading_text_media .cont_heading{
	text-align: center;
}
.pg_location_heading_text_media .block_text{
	text-align: left;
	float: left;
}
.pg_location .block_bucket {
	position: relative;
	box-sizing: border-box;
}
.pg_location .block_bucket:after {
	content:'';
	clear: both;
	display: block;
}
.pg_location .block_bucket .block_wrap {
	z-index: 10;
	position: relative;
}
.pg_location .cont_youtube {
	position: relative;
	padding-bottom: 56%;
	width: 100%;
	height: 0;
	overflow: hidden;
}
.pg_location .cont_youtube iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}
.pg_location_badgeImg {
	width: 200px;
	height: auto;
	margin: 30px auto;
	display: block;
}
.pg_location_badgeImg img {
	display: block;
	margin: 0;
	width: 100%;
	height: auto;
}
@media screen and (min-width: 800px) {
	.pg_location_photo_text .block_bucket {
		display: inline-block;
		width: calc( ( 100% - 2px ) / 2 );
		vertical-align: middle;
	}
}
.pg_location_hero_summary{
	text-align: center;
}
.pg_wrap{
	padding: 30px 0;
}
.pg_location_story .cont_photo img{	
	width: 100%;
	max-width: 460px;
	height: auto;
	display: block;
	margin: auto;
}
@media screen and (min-width: 600px) {
	.pg_location_story .element_photo {
		float: right;
	}
	.pg_location_story .element_photo, .pg_location_story .element_text {
		display: inline-block;
		width: calc((100% - 50px) / 2);
		vertical-align: top;
	}
}
.pg_location_links_list {
	text-align: center;
  }
.pg_location .pg_wrap {
	margin: auto;
	padding: 20px;
	max-width: 1400px;
}
.pg_location_links_list .element_link {
	display: inline-block;
}
.pg_location_links_list .element_link {
margin: 0 80px 0 0;
}
.block_logo img{
	width: 100%;
	max-width: 800px;
	height: auto;
}

.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;
	}
}
.custComponent{
}
.homeHeadshot{
	float:left;	
	width:40%;
	max-width: 400px;
	padding: 20px;	
}
.homeHeadshotRight{
	float:right;	
	width:40%;
	max-width: 400px;
	padding: 20px;	
}
@media screen and (max-width: 700px) {
	.homeHeadshot, .homeHeadshotRight {
		margin:auto;
		float: none;
		width:80%;		
	}
}
.custComponent p {
	display:block;
	overflow:hidden;
}
.cont_photo img{
	width: 100%;
	height:auto;
	max-width: 800px;
	display: block;
	margin:auto;
}
.block_cta{
	display: block;
	text-align: center;
	margin: auto;
}
.pg_location_col_heading_text_media .element_graphics {
	margin: auto;
	max-width: 541px;
}
.pg_location_col_heading_text_media .cont_photo,
.pg_location_col_heading_text_media .cont_youtube {
	margin: auto;
}
.pg_location_col_heading_text_media .cont_photo {
	margin: 0 auto 40px;
	max-width: 275px;
}
.pg_location_col_heading_text_media .element_graphics img {
	display: block;
	width: 100%;
	height: auto;
}
@media screen and (min-width: 800px) {
	.pg_location_col_heading_text_media .pg_wrap {
		padding: 53px 20px 59px;
	}
	.pg_location_col_heading_text_media .element_graphics {
		max-width: none;
	}
}
.element_link img{	
	padding: 15px 0;
}
.windowsShot {
	float:left;
	width: 100%;
	max-width: 200px;
	padding: 0 20px 0 0;
}
.pg_location_window_frame_materials {
	display:block;
	overflow: hidden;
	padding: 15px 0;
}

.element_cta{
	padding: 30px 0;
}
.element_cta p, .pg_location_window_operating_styles p, .pg_location_partners p{
	text-align: center;
	padding: 15px 0 20px 0;
}
.windowOperatingShot{
	display: block;
	margin:auto;
	text-align: center;
	width: 100%;
	max-width: 200px;
}
.pg_location_windows_doors .cont_photo img{
	width:50%;
	max-width: 900px;
	display: inline-block;
}
.cont_logos_desktop img{
	width: 100%;
	max-width: 1200px;
	height: auto;
	text-align: center;
}
.centerP p{
	text-align: center;
}
.pg_location_windows_doors .cont_photo img {
	display: block;
	width: 100%;
	height: auto;
}
.pg_location_windows_doors {
	text-align: center;
}


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

/* < Manufacturers > */
.sxn_manufacturers_zone {
	text-align: center;
}
.sxn_manufacturers_zone .sxn_wrap {
	padding: 40px 20px 40px;
	max-width: 1580px;
}
.wds-warranty-list {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	column-gap: 106px;
	row-gap: 20px;
	padding: 56px 0 0;
	text-align: center;
}
	.wds-warranty-list li {
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
		align-items: center;
		height: 218px;
	}
	.wds-warranty-list li img {
		display: inline-block;
		max-width: 210px;
		height: auto;
	}
.wds-warranty-btn-wrap {
	text-align: left;
	margin: 24px 0 0;
	padding: 0 0 15px;
}
	.wds-warranty-btn-wrap a {
		display: inline-block;		
	}
@media screen and (min-width: 1120px) {
	.sxn_manufacturers_zone .sxn_wrap {
		padding: 100px 20px 140px;
	}
	.wds-warranty-list {
		row-gap: 64px;
	}
	.wds-warranty-btn-wrap a {
		font-size: 15px;
	}
}
@media screen and (min-width: 1440px) {	
	.sxn_manufacturers_zone .sxn_wrap {
		padding: 140px 20px 200px;
	}
	.wds-warranty-btn-wrap {
		margin: 34px 0 0;
	}
	.wds-warranty-btn-wrap a {		

	}
	.wds-warranty-list {
		column-gap: 150px;
		row-gap: 90px;
		padding: 80px 0 0;
	}
	.wds-warranty-list li img {
		max-width: none;
	}
}
/* </ Manufacturers > */


/* < KFI Testimonials > */

.sxn_kfi640 .sxn_wrap { padding: 50px 20px; }

.testItem {
	padding: 20px;
	position: relative;
	z-index: 1;
}
.testImg_cont img {
	display: block;
	margin: 0 auto 40px;
	width: 100%;
	height: auto;
}
.element_text_cont {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 20px 40px;
	line-height: 1.5;
	margin: 40px 0 0;
}
.testBody { flex: 1; }

@media screen and (min-width: 900px) {
	.element_text_cont {
		justify-content: space-between;
		flex-direction: row;
	}
}
@media screen and (min-width: 1120px) {
	.testItem { padding: 40px 20px; }
}
@media screen and (min-width: 1440px) {
	.testItem { padding: 80px 20px; }
}
/* < KFI Testimonials > */



/* < Page Team Gina Perin > */
.teamProjects { padding: 40px 0 30px; }
.teamItem {
	padding: 30px 20px;
	position: relative;
	z-index: 1;
}
.teamImg_cont img {
	display: block;
	margin: 0 auto 40px;
	max-width: 1200px;
	width: 100%;
	height: auto;
}
.element_text_cont {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 20px 40px;
	margin: 40px 0 0;
}
.teamTitle { margin: 0 0 20px; }
.teamTitle small { display: block; }
.teamBody { flex: 1; }

.teamProjects_head {
	text-align: center;
	margin: 0 0 40px;
}
.teamProjects {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px 40px;
	margin: 30px 0 0;
	padding: 0 !important;
}
.teamProjects li {
	width: 100%;
	max-width: 600px;
}
.teamProjects li a { display: block; }
.teamProjects li img {
	display: block;
	width: 100%;
	height: auto;
}
.teamProjects li p { padding: 15px 10px; }

.teamSocial {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	flex-direction: column;
	gap: 20px;
	margin: 30px 0 0;
}
.webLink a {
	font-weight: 700;
	letter-spacing: 2px;
	transition: .5s;
}
.webLink a:hover { opacity: 0.8; text-decoration: underline; }
.socialLinks {
	display: flex;
	justify-content: center;
	gap: 20px;
	transform: scale(0.7);
	width: 100%;
	padding: 0 !important;
}
.socialLinks li a {
	display: block;
	padding: 0 0 0 88px;
	position: relative;
	min-height: 80px;
	transition: .5s;
	font-weight: 700;
	display: flex;
	align-items: center;
}
.socialLinks li a::before {
	position: absolute;
	content: '';
	width: 80px;
	height: 80px;
	overflow: hidden;
	background: url("/source/5f00ef90f4c0dbe49eae313a91dad1cd/social.png") no-repeat left top;
	background-size: auto 80px;
	top: 0;
	left: 0;
}
.socialLinks li a:hover { opacity: 0.8; }
.socialLinks li a.slFacebook::before { background-position: left -80px top; }
.socialLinks li a.slLinkedIn::before { background-position: left -160px top; width: 79px; }
.socialLinks li a span { display: none; }

.parent-pageid-5632 .sxn-reviews { background: none; }
.parent-pageid-5632 .sxn-reviews ul { padding: 0; }

@media screen and (min-width: 800px) {
	.teamItem { padding: 40px 20px; }
	
}
@media screen and (min-width: 900px) {
	.element_text_cont {
		justify-content: space-between;
		flex-direction: row;
	}
	.teamProjects li { width: calc(50% - 20px); }
	.socialLinks { transform: scale(1); gap: 20px 40px; }
	.socialLinks li a span { display: block; }
	.teamBody { padding: 0 0 0 20px; }
}
@media screen and (min-width: 1120px) {
	.teamProjects { padding: 80px 0 30px; }
	.teamItem { padding: 70px 20px; }
	.teamProjects { gap: 40px 60px; }
}
@media screen and (min-width: 1440px) {
	.teamItem { padding: 100px 20px; }
	.teamProjects_head { margin: 0 0 60px; }
	.teamProjects { gap: 40px 80px; }
	.teamProjects li { width: calc(50% - 40px); }
	.teamSocial_head { margin: 0 0 60px; }
}

/* < Page Team Gina Perin /> */

/* custArea badge */
.mftArea3 .element_cta_badge_wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 1rem 2rem;
	margin: 1rem 0 0;
}
.mftArea3 .element_cta_badge {
	display: block;
	margin: 0;
	max-width: 100%;
	width: 160px;
	height: auto;
}
.mftArea3 .element_cta_badge img {
	display: block;
	width: 100%;
	height: auto;
}
.element_cta_badge_anniv {
	display: block;
	margin: 0;
	border-radius: 50%;
	box-sizing: border-box;
	max-width: 100%;
	width: 150px;
	height: 150px;
	overflow: hidden;
}
.element_cta_badge_anniv img {
	display: block;
	max-width: 100%;
	width: auto;
	height: auto;
	border-radius: 50%;
}


/* leave-reviews */
.leave-reviews {
	display: block;
	width: 100%;
}

/* google-reviews */
.google-reviews {
	display: block;
	width: 100%;
}
.google-reviews .global-wrap { 
	margin: 3rem 0 2rem;
}