<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("//hello.myfonts.net/count/373b36");

@font-face {font-family: 'AvenirLTStd-Book';src: url('../fonts/373B36_2_0.eot');src: url('../fonts/373B36_2_0.eot?#iefix') format('embedded-opentype'),url('../fonts/373B36_2_0.woff2') format('woff2'),url('../fonts/373B36_2_0.woff') format('woff'),url('../fonts/373B36_2_0.ttf') format('truetype');}
@font-face {font-family: 'AvenirLTStd-Roman';src: url('../fonts/373B36_4_0.eot');src: url('../fonts/373B36_4_0.eot?#iefix') format('embedded-opentype'),url('../fonts/373B36_4_0.woff2') format('woff2'),url('../fonts/373B36_4_0.woff') format('woff'),url('../fonts/373B36_4_0.ttf') format('truetype');}
@font-face {font-family: 'AvenirLTStd-Oblique';src: url('../fonts/373B36_5_0.eot');src: url('../fonts/373B36_5_0.eot?#iefix') format('embedded-opentype'),url('../fonts/373B36_5_0.woff2') format('woff2'),url('../fonts/373B36_5_0.woff') format('woff'),url('../fonts/373B36_5_0.ttf') format('truetype');}
@font-face {font-family: 'AvenirLTStd-Medium';src: url('../fonts/373B36_6_0.eot');src: url('../fonts/373B36_6_0.eot?#iefix') format('embedded-opentype'),url('../fonts/373B36_6_0.woff2') format('woff2'),url('../fonts/373B36_6_0.woff') format('woff'),url('../fonts/373B36_6_0.ttf') format('truetype');}
@font-face {font-family: 'AvenirLTStd-MediumOblique';src: url('../fonts/373B36_7_0.eot');src: url('../fonts/373B36_7_0.eot?#iefix') format('embedded-opentype'),url('../fonts/373B36_7_0.woff2') format('woff2'),url('../fonts/373B36_7_0.woff') format('woff'),url('../fonts/373B36_7_0.ttf') format('truetype');}
@font-face {font-family: 'AvenirLTStd-Heavy';src: url('../fonts/373B36_8_0.eot');src: url('../fonts/373B36_8_0.eot?#iefix') format('embedded-opentype'),url('../fonts/373B36_8_0.woff2') format('woff2'),url('../fonts/373B36_8_0.woff') format('woff'),url('../fonts/373B36_8_0.ttf') format('truetype');}
@font-face {font-family: 'AvenirLTStd-Black';src: url('../fonts/373B36_A_0.eot');src: url('../fonts/373B36_A_0.eot?#iefix') format('embedded-opentype'),url('../fonts/373B36_A_0.woff2') format('woff2'),url('../fonts/373B36_A_0.woff') format('woff'),url('../fonts/373B36_A_0.ttf') format('truetype');}

/* #Reset
-------------------------------------------------- */

html {
	height: 100%; 
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* #Body
-------------------------------------------------- */
html {
	
}
	html.popped {
		overflow-y:scroll;
	}
body {
	background: #009cb6;
	background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(0,156,182,1) 50%, rgba(0,156,182,1) 100%);
	font-family: 'AvenirLTStd-Book', Calibri, Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 1.5;
	color: #6f6f6f;
}


/* #Type
-------------------------------------------------- */
	
h1, h2, h3 {
	font-family: 'AvenirLTStd-Black', Calibri, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #009cb6;
	margin-bottom: 20px;
	line-height: 1.2;
	text-wrap: pretty;
}
h4, h5, h6 {
	font-family: 'AvenirLTStd-Medium', Calibri, Arial, Helvetica, sans-serif;
	text-transform: none;
	color: #777;
	margin-bottom: 0px;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	font-weight: inherit;
	text-decoration: none;
}
h1 {
	font-size: 2.2em;
}
h2 {
	font-family: 'AvenirLTStd-Heavy', Calibri, Arial, Helvetica, sans-serif;
	font-size: 1.75em;
}
	h2.inverted {
		color: #fff;
		background: #009cb6;
		padding: 9px 9px 8px;
		border-radius: 4px;
		text-align: center;
	}
h3 {
	font-size: 1.3em;
	margin-bottom: 0px;
}
	form h3 {
		margin-bottom: 15px;
	}
h4 {
	font-size: 1.2em;
}
h5 {
	font-size: 1.1em;
}

.subheader {
	color: #777;
}

p {
	margin-bottom: 20px;
	break-inside: avoid;
}

p.date {
	font-size: 0.9rem !important;
}	
p.enlarge {
	display: none;
	text-align: center;
	padding-bottom: 20px;
	border-bottom: 1px solid rgba(0,0,0,0.15);
	margin-bottom: 10px;
}
p.enlarge span {
	margin-right: 10px;
}
p.lead {
	font-size: 1.2em;
}
p.error, p.success {
	font-size: 0.9em;
	color: #fff !important;
	padding: 10px 15px;
	box-sizing: border-box;
	margin-right: 0;
	border-radius: 3px; 
	-moz-border-radius: 3px; 
	-webkit-border-radius: 3px;
}
p.error {
	background: #c00;
}
p.success {
	background: #9c0;
}
p.error::before, p.success::before {
	content: "";
	display: block;
	float: left;
	background-size: 20px 20px !important;
	width: 20px;
	height: 20px;
	margin-top: 1px;
	margin-right: 10px;
}
p.error::before {
	background: url('../images/cross.svg') no-repeat 0 0;
}
p.success::before {
	background: url('../images/tick.svg') no-repeat 0 0;
}
p.success a {
	color: #e8ff9f;
	text-decoration: underline;
}
p.more {
	font-family: 'AvenirLTStd-Heavy', Calibri, Arial, Helvetica, sans-serif;
}

p.more.left a::before, p.more a::after {
	content:'';
	display: inline-block;
	vertical-align: middle;
	background: url('../images/arrow.svg');
	background-size: 8px 15px;
	width: 8px;
	height: 15px;
	margin-top: 7px;
	margin-left: 10px;
	margin-bottom: 10px;
	transition: all 0.2s cubic-bezier(0.165, 0.840, 0.440, 1.000);
}
	p.more.left a:hover::before, p.more a:hover::after {
		margin-left: 15px;
		filter: grayscale(1)
	}

	p.more a {
		text-decoration: none !important;
	}
	
	p.more.left a::after {
		display: none;
	}
	
	p.more.left a::before {
		margin-right: 10px;
		margin-left: 0;
		transform: rotate(180deg)
	}
		p.more.left a:hover::before {
			margin-right: 15px;
			margin-left: 0;
			transform: rotate(180deg)
		}
		p.reviews {
			/* here say logo */
			/*margin-top: -30px;*/
			text-align: right;
		}
		p.reviews img {
			/* here say logo */
			/*height: 50px; 
			transform: translateY(20px);*/
			height: 18px; 
			transform: translateY(4px);
			display: inline;
		}

em {
	font-family: 'AvenirLTStd-Oblique', Calibri, Arial, Helvetica, sans-serif;
}
strong {
	font-family: 'AvenirLTStd-Black', Calibri, Arial, Helvetica, sans-serif;
}
.subtext,
small {
	font-size: 0.8em;
	margin-bottom: 10px;
}

p.icon, p.about-icon {
	width: auto;
	border-bottom: none;
}

	a p.icon.left::before, a p.icon::after,
	p.icon.left a::before, p.icon a::after,
	a p.about-icon.left::before, a p.about-icon::after,
	p.about-icon.left a::before, p.about-icon a::after {
		content: '';
		display: inline-block;
		vertical-align: middle;
		width: 10px;
		height: 16px;
		margin-top: 6px;
		margin-left: 10px;
		margin-bottom: 10px;
		transition: all 1s cubic-bezier(0.190, 1.000, 0.220, 1.000);
	}

	a p.icon,
	p.icon a,
	a p.about-icon,
	p.about-icon a {
		text-decoration: none !important;
		border: none;
		color: #0097b1;
	}

a:hover p.icon, a:hover p.about-icon {
	color: #676c72;
}

a p.icon.left::after,
p.icon.left a::after,
a p.about-icon.left::after,
p.about-icon.left a::after {
	display: none;
}

a p.icon::after,
p.icon a::after, p.icon.left a::before,
a p.about-icon::after,
p.about-icon a::after, p.about-icon.left a::before {
	background: url('../images/arrow-right.svg');
	background-size: 10px 16px;
}

a:hover p.icon::after,
p.icon a:hover::after, p.icon.left a:hover::before,
.iconItem:hover p.icon a::after, .iconItem:hover p.icon.left a::before,
a:hover p.about-icon::after,
p.about-icon a:hover::after, p.about-icon.left a:hover::before,
.iconItem:hover p.about-icon a::after, .iconItem:hover p.about-icon.left a::before {
	transform: translateX(5px);
}

p.icon.left a::before,
p.about-icon.left a::before {
	margin-right: 10px;
	margin-left: 0;
	transform: rotate(-180deg)
}

p.icon.left a:hover::before,
p.about-icon.left a:hover::before {
	transform: translateX(-5px) rotate(-180deg)
}

p.icon.open a::after,
p.about-icon.open a::after {
	transform: rotate(90deg)
}

/*	Blockquotes */

blockquote, blockquote p {
	font-style: normal;
	margin-bottom: 20px;
	color: #333;
}

blockquote {
	margin: 25px 0 25px;
	padding: 25px 0 20px 20px;
	text-align: left;
	border-top: 1px solid #444;
	border-bottom: 1px solid #444;
}

blockquote:before {
	display: inline-block;
	color: #009cb6;
	content: "\201C";
	font-size: 80px !important;
	font-style: normal;
	font-weight: bold;
	line-height: 0;
	width: 30px;
	margin-top: 26px;
	margin-right: 20px;
	margin-left: -32px;
	vertical-align: -30px;
}

blockquote p {
	display: inline;
	font-size: 1.05rem;
}

blockquote p.footer {
	display: block;
	font-size: 0.7rem !important;
	font-style: normal !important;
	text-transform: uppercase;
	line-height: 1.2;
	color: #009cb6;
	margin: 10px 0 0 0;
}

/* rules */

hr {
	display: block;
	border: solid rgba(0,0,0,0.2);
	border-width: 0 0 1px;
	clear: both;
	padding-top: 10px;
	margin: 0 10px 30px;
	height: 0;
}
hr.deep {
	padding-top: 40px;
	margin: 0 10px 60px;
}
.column hr, .columns hr {
	margin-left: 0;
	margin-right: 0;
}


/* #Links
-------------------------------------------------- */

a {
	color: #009cb6;
	font-size: inherit;
	text-decoration: none;
	outline: 0;
	transition: color 0.2s cubic-bezier(0.165, 0.840, 0.440, 1.000), background 0.2s cubic-bezier(0.165, 0.840, 0.440, 1.000);
}

a:hover {
	color: #6f6f6f;
}

a[href^=tel]{
  text-decoration:none;
}


/* #Lists
-------------------------------------------------- */

ul, ol {
	margin-bottom: 20px;
}
ul {
	list-style: square outside;
}
ol {
	list-style: decimal;
}
ol, ul {
	margin-left: 18px;
}

ul.circle {
	list-style: circle outside;
}
ul.disc {
	list-style: disc outside;
}
ul.twoCol {
	column-count: 2;
	column-gap: 10px;
	padding-bottom: 10px;
}

ul ul, ul ol, ol ol, ol ul {
	margin: 4px 0 5px 18px;
}
ul ul li, ul ol li, ol ol li, ol ul li {
	margin-bottom: 6px;
}
li {
	margin-bottom: 3px;
	list-style: none;
	break-inside: avoid;
}
ul li::before {
	content: "\2022";
	color: #009cb6;
	display: inline-block;
	width: 1em;
	margin-left: -1em;
	text-align: left;
}

/* choices */

ul.choicelist {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: right;
	float: right;
}
ul.choicelist li {
	display: inline-block;
	margin: 0;
	margin-left: 15px;
}
ul.choicelist li:first-child {
	margin-left: 0;
}
ul.choicelist li a {
	font-family: 'AvenirLTStd-Black', Calibri, Arial, Helvetica, sans-serif;
	font-size: 2em;
	line-height: 1;
	letter-spacing: -1px;
	color: rgba(0,156,182,0.3);
	text-transform: uppercase;
}
	ul.choicelist li.active a {
		color: rgba(0,156,182,1)
	}
	ul.choicelist li a:hover {
		color: rgba(0,156,182,0.7)
	}

/* property spec list */

ul.speclist {
	display: inline-flex;
	flex-wrap: wrap;
	margin: 0 0 15px -10px;
	width: calc(100% + 20px);
}

ul.speclist li {
	margin: 0 0 5px 10px;
	padding-right: 10px;
	border-right: 1px solid #ddd;
}
ul.speclist li:last-child {
	margin-right: 0;
	padding-right: 0;
	border-right: none;
}
	
	
/* social buttons */

.social, .social li {
	list-style: none;
	margin: 0;
	padding: 0;
}
.social li {
	display: inline-block;
	margin: 0 5px;
	font-size: 16px;
	text-transform: uppercase;
	vertical-align: middle;
}
.social li.text {
	margin-right: 16px !important;
}
	.social li a {
		font-size: 32px;
		transition: opacity 0.3s cubic-bezier(0.165, 0.840, 0.440, 1.000), color 0.3s cubic-bezier(0.165, 0.840, 0.440, 1.000) !important;
	}
	.social li a:hover {
		opacity: 0.6;
	}

/* icon list */

ul.iconlist {
	margin: 0 0 20px;
	padding: 0;
	list-style: none;
}

ul.iconlist li {
	padding: 0;
	margin: 0 5px 10px 0;
	position: relative;
	padding-left: 1.2em;
	padding-right: 0.8em;
	font-size: 16px;
	border-right: 1px solid #ddd;
	text-transform: uppercase;
}
ul.iconlist li:before {
	text-align: center;
	margin-right: 0;
	width: 1.2em;
}
	ul.iconlist li.no-fas {
		padding-left: 0.25em;
		padding-right: 0;
		border-right: none;
		margin-bottom: 0;
	}
	ul.iconlist li.no-fas:before {
		display: none;
	}
.devLogo ul.iconlist li.full-line,
.devLogo ul.iconlist li:last-child {
	width: 100%;
	border-right: none;
}

ul.iconlist li.fas a,
ul.iconlist li.fas span:not(.InfinityNumber) {
	font-size: 0.8125em;
}
ul.iconlist li.fas img {
	height: 16px;
	float: left;
}

/* block vertical list */

ul.iconlist.block li {
	display: block;
	border-right: none;
	text-transform: none;
	margin: 0 0 12px;
}
ul.iconlist.block li.fas a,
ul.iconlist.block li.fas span {
	display: block;
	font-size: 1rem;
	line-height: 1.5;
}
ul.iconlist.block li.fas::before {
	display: block;
	position: absolute;
	top: 3px;
}

ul.iconlist.lg {
	margin-bottom: 30px;
}
ul.iconlist.lg li.fas {
	text-transform: none;
	display: block;
	font-size: 18px;
	line-height: 18px;
	margin-bottom: 5px;
	padding-right: 0;
	border: none;
}
ul.iconlist.lg li.fas::before {
	vertical-align: center;
}
ul.iconlist.lg li.fas a,
ul.iconlist.lg li.fas span {
	font-size: 1em;
}
	
/* tab navigation */

ul.tabNavigation {
	display: flex;
	justify-content: space-between;
	width: 100%;
	list-style: none;
	margin: 20px 0 22px 0;
	padding: 0;
	border-bottom: 1px solid #ddd;
}
	ul.tabNavigation.myltr {
		margin-bottom: 40px;
	}
ul.tabNavigation li {
	flex: 0 0 calc(20% - 1px);
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
	width: auto;
	line-height: normal;
	transform: translateY(1px);
}
ul.tabNavigation li a {
	display: block;
	padding: 11px 20px 11px;
	border: 1px solid #fff;
	border-bottom: transparent;
	border-radius: 6px 6px 0 0;
	color: #6f6f6f;
	text-decoration: none;
	text-transform: uppercase;
	font-family: 'AvenirLTStd-Roman', Calibri, Arial, Helvetica, sans-serif;
	font-size: 0.9rem;
	line-height: normal;
}
ul.tabNavigation li a:hover {
	background: #eee;
	color: #2f2f2f;
}
ul.tabNavigation li.active a {
	border: 1px solid #ddd;
	border-bottom: 1px solid #fff;
	color: #009cb6;
}
ul.tabNavigation li a:focus {
	outline: 0;
}
ul.tabNavigation li i {
	display: block;
	font-size: 32px;
	margin-bottom: 8px;
}
ul.tabNavigation li .gMap {
	margin-bottom: 20px;
}

ul.tabNavigation.outline {
	justify-content: flex-start;
}
	ul.tabNavigation.outline li {
		margin-right: 5px;
		flex: 0 0 40%;
	}
	ul.tabNavigation.outline li a {
		padding: 12px 20px 11px;
		background: #f8f6f2 ;
		border: 1px solid #ddd;
	}
		ul.tabNavigation.outline li a:hover {
			background: #009cb6;
			color: #fff;
			border: 1px solid #009cb6;
		}
	ul.tabNavigation.outline li.active a {
		font-family: 'AvenirLTStd-Heavy', Calibri, Arial, Helvetica, sans-serif;
		border-bottom: 1px solid #fff;
		background: #fff;
		color: #009cb6;
	}

/* tab sub nav */

.subTabs {
	padding: 0;
	box-sizing: border-box;
	margin-bottom: 30px;
}
	.subTabs ul {
		margin: 0;
		list-style: none;
	}
	.subTabs ul li {
		display: block;
		float: left;
		width: 33.3%;
		font-size: 0.9rem;
		text-align: center;
		text-transform: uppercase;
		margin: 0;
	}
	.subTabs ul li a {
		display: block;
		color: #6f6f6f;
		background: #dff2f5;
		padding: 10px;
		border-right: 1px solid #6f6f6f;
		box-sizing: border-box;
	}
		.subTabs ul li:last-child a {
			border-right: none;
		}
	.subTabs ul li a:hover {
		color: #111;
	}
		.subTabs ul li.active a {
			color: #009cb6;
		}

/* pagination */

ul.pagination {
	margin: 10px 0 0;
	list-style: none;
}

ul.pagination li {
	display: inline;
	margin-right: 5px;
	list-style: none;
	border-radius: 2px;
	min-width: 36px;
	box-sizing: border-box;
}
	ul.pagination li:last-child {
		margin-right: 0;
	}

ul.pagination li.nobg {
	color: #6f6f6f;
	margin-right: 20px;
}

ul.pagination li.disabled, ul.pagination li.selected {
	display: inline-block;
	padding: 0 11px;
}

ul.pagination li.selected {
	background: #6f6f6f;
	color: #fff;
	padding: 7px 14px 6px 14px;
}

ul.pagination li a, ul.pagination li span.off {
	display: inline-block;
	background: #009cb6;
	color: #fff;
	padding: 7px 14px 6px 14px;
	margin-bottom: 20px;
	border-radius: 2px;
	text-decoration:none;
}

ul.pagination li span.off {
	background: #bbb;
}

ul.pagination li a:hover {
	background: #333;
	color: #fff;
}
	ul.pagination li a.selected {
		background: #000;
		color: #fff;
	}

/* sitemap */


ul.sitemap, ul.sitemap ul {
	margin: 0px 0px 0px 30px;
	list-style: none;
	padding: 0;
}
ul.sitemap {
	margin-bottom: 20px;
}
ul.sitemap li {
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 30px;
}
	ul.sitemap li:before {
		position: absolute;
		left: -12px;
		top: 0px;
		content: '';
		display: block;
		border-left: 1px solid #ccc;
		height: 15px;
		border-bottom: 1px solid #ccc;
		width: 20px;
	}
	ul.sitemap li:after {
		position: absolute;
		left: -28px;
		bottom: -14px;
		content: '';
		display: block;
		border-left: 1px solid #ccc;
		height: 100%;
	}
ul.sitemap li.root {
	margin: 0px 0px 0px -30px;
}
	ul.sitemap li.root:before {
		display: none;
	}
	ul.sitemap li.root:after {
		display: none;
	}
	ul.sitemap li:last-child:after {
		display: none;
	}
ul.speclist li::before,
ul.choicelist li::before,
ul.tabNavigation li::before,
.subTabs ul li:before,
ul.linklist li::before,
ul.pagination li::before,
ul.social li:before {
	display: none;
}

/* #Images and video
-------------------------------------------------- */

img {
	display: block;
}
img.award {
	width: max(12vw,240px);
	height: auto;
	display: block;
	margin-left: auto;
	margin-bottom: 0;
}
img.scale, figure img,
figure picture {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
	margin-bottom: 30px;
}
img.insetR {
	float: right;
	max-width: 25%;
	margin: 0 0 20px 20px;
}
img.border {
	border-left: 15px solid #009cb6;
	box-sizing: border-box;
}

figure img {
	margin-bottom: 0;
}

figcaption {
	padding: 12px 0;
	border-bottom: 1px solid rgba(0,0,0,0.15);
	color: #999
}

video {
	width: 100%  !important;
	height: auto  !important;
}


/* #Buttons
-------------------------------------------------- */

.button, input[type="submit"], input[type="button"], input[type="reset"], .button:visited {
	font-family: 'AvenirLTStd-Roman', Calibri, Arial, Helvetica, sans-serif;
	font-size: 1.05rem;
	height: 44px;
	line-height: 44px;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	background: #009cb6;
	border: none;
	color: #fff !important;
	display: inline-block;
	cursor: pointer;
	margin-bottom: 20px;
	padding: 0 16px;
	transition: color 0.2s cubic-bezier(0.165, 0.840, 0.440, 1.000), background 0.2s cubic-bezier(0.165, 0.840, 0.440, 1.000);
	border-radius: 5px;
	box-sizing: border-box;
}
	.button.big {
		font-family: 'AvenirLTStd-Black', Calibri, Arial, Helvetica, sans-serif;
		font-size: 1.5em;
		height: 60px;
		line-height: 60px;
	}
	.button.dark, input[type="submit"].dark, input[type="reset"].dark, input[type="button"].dark {
		background: #323c4c;
	}
	.button.subdue, input[type="submit"].subdue, input[type="reset"].subdue, input[type="button"].subdue {
		background: #7fcdda;
	}
		.button.subdue:hover, input[type="submit"].subdue:hover, input[type="reset"].subdue:hover, input[type="button"].subdue:hover {
			background: #009cb6 !important;
			color: #fff !important;
		}
	.button.outline, input[type="submit"].outline, input[type="reset"].outline, input[type="button"].outline {
		border: 2px solid #009cb6;
		background: transparent;
		color: #009cb6 !important;
	}
	.button.full-width, input[type="submit"].full-width, input[type="reset"].full-width, input[type="button"].full-width {
		width: 100% !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
		text-align: center;
	}
	.button.narrow, input[type="submit"].narrow, input[type="reset"].narrow, input[type="button"].narrow {
		padding: 7px 16px 7px;
	}
	.button:hover, input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover {
		background: #6f6f6f !important;
		color: #fff !important;
	}

input[type="submit"], input[type="reset"], input[type="button"] {
	height: 44px;
	line-height: 1px !important;
}

.matchLabel {
	margin-left: 280px
}

.infobanner {
	width: 100%;
	margin-bottom: 30px;
}
.infobanner a {
	width: 100%;
	position: relative;
	padding: 1em 1em 0.8em 2.5em;
	font-size: 1.05rem;
	background: #0097b1;
	color: #fff;
	text-transform: uppercase;
	border-radius: 5px;
	box-sizing: border-box;
}
	.infobanner a:hover {
		background: #6f6f6f;
	}
	.infobanner a.fas span {
		font-family: 'AvenirLTStd-Medium', Calibri, Arial, Helvetica, sans-serif;
	}
.infobanner a.fas::before {
	display: block;
	position: absolute;
	left: 1em;
	top: 1em;
}


/* #Forms
-------------------------------------------------- */

form {
	margin: 30px 0 10px;
}
#refineSearch {
	margin: 0;
}

.errorBox {
	padding: 10px;
	border: 1px solid #e50004;
	background: #ffe6e6;
	color: #e50004;
	margin: 0 0 20px 0 !important;
}
fieldset {
	margin-bottom: 20px;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="date"],
input[type="datetime"],
textarea, select {
	font-family: 'AvenirLTStd-Roman', Calibri, Arial, Helvetica, sans-serif;
	font-size: 1em;
	padding: 0 10px;
	border: 1px solid #d1d1d1;
	outline: none;
	color: #777;
	margin: 0 0 20px;
	width: 300px;
	max-width: 100%;
	display: block;
	background: #fff;
	height: 44px;
	line-height: 44px;
	text-overflow: ellipsis !important;
	border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	-webkit-appearance: none;
	box-sizing: border-box;
}

.full-width {
	width: 100% !important;
}

input:focus, textarea:focus, select:focus {
	-moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
	-webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
	box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
}

input[type="checkbox"] {
	margin: 0 8px 0 0;
}
textarea {
	min-height: 188px;
	padding: 5px 10px;
	line-height: 1.5;
}
select {
	-webkit-appearance: none;
	width: 300px;
	background: #fff url('../images/select-arrow.gif') center right no-repeat;
	padding: 0 20px 0 10px;
}
input.input-validation-error, select.input-validation-error, textarea.input-validation-error {
	-webkit-box-shadow: inset 0px 0px 1px 0px rgba(229, 0, 4, 1);
	-moz-box-shadow:  inset 0px 0px 1px 0px rgba(229, 0, 4, 1);
	box-shadow:     inset 0px 0px 1px 0px rgba(229, 0, 4, 1);
	background-color: #ffe6e6
}

label, legend {
	float: left;
	font-size: 1em;
	line-height: 42px;
	display: inline-block;
	margin-bottom: 2px;
	color: #000;
	/*width: 280px;*/
}
label.forCheck {
	display: flex;
	align-items: baseline;
	font-size: 1em;
	line-height: 1.5em;
	column-break-inside: avoid;
}

/* auto complete results */

#match-list {
	position: absolute;
	top: 44px;
	z-index: 100;
	width: 100%;
	box-sizing: border-box;
}
	#match-list div {
		width: 100%;
		box-sizing: border-box;
		padding: 8px 10px;
		border: 1px solid #eee;
		border-top: none;
		background: #fff;
		font-size: 1em;
	}
	#match-list div:first-child {
		border-radius: 5px 5px 0 0;
	}
	#match-list div:last-child {
		border-radius: 0 0 5px 5px;
	}
	#match-list div:hover {
		color: #fff;
		background: #009cb6
	}
	#keywordsHolder {
		position: relative;
	}

/* toggle switch */

.toggleSwitch {
	width: 100%;
	height: 41px;
	position: relative;
	overflow: hidden;
	user-select: none;
	cursor: pointer;
	margin-bottom: 20px;
}

.toggleHolder {
	position: absolute;
	border-radius: 5px;
	border: 1px solid #009cb6;
	box-sizing: border-box;
	left: 0;
	top: 0;
	width: inherit;
	height: inherit;
	text-transform: uppercase;
}
	.toggleHolder:first-child {
		background: #fff;
		color: #7fcdda;
	}
	.toggleHolder:nth-child(2) {
		background: #009cb6;
		color: #fff;
		clip-path: inset(0 50% 0 0);
		transition: .3s cubic-bezier(0,0,0,1);
	}
.toggle {
	width: 50%;
	position: absolute;
	height: inherit;
	display: flex;
	box-sizing: border-box;
}
.toggle p {
	margin: auto;
}
.toggle:nth-child(1) {
	right: 0;
}

/* switch */
.switch {
	position: relative;
	display: block;
	vertical-align: top;
	width: 100%;
	height: 30px;
	padding: 3px;
	margin: 0 10px 10px 0;
	background: linear-gradient(to bottom, #ddd, #fff 25px);
	background-image: -webkit-linear-gradient(top, #ddd, #fff 25px);
	box-shadow: inset 0 -1px white, inset 0 1px 1px rgba(0, 0, 0, 0.05);
	cursor: pointer;
	box-sizing:content-box;
}
.switch-input {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	box-sizing:content-box;
}
.switch-label {
	position: relative;
	display: block;
	height: inherit;
	font-size: 15px;
	text-transform: uppercase;
	background: #eceeef;
	border-radius: inherit;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12), inset 0 0 2px rgba(0, 0, 0, 0.15);
	box-sizing:content-box;
}
.switch-label:before, .switch-label:after {
	position: absolute;
	top: 50%;
	margin-top: -.5em;
	line-height: 1;
	-webkit-transition: inherit;
	-moz-transition: inherit;
	-o-transition: inherit;
	transition: inherit;
	box-sizing:content-box;
}
.switch-label:before {
	content: attr(data-off);
	right: 11px;
	color: #aaaaaa;
	text-shadow: 0 1px rgba(255, 255, 255, 0.5);
}
.switch-label:after {
	content: attr(data-on);
	left: 11px;
	color: #FFFFFF;
	text-shadow: 0 1px rgba(0, 0, 0, 0.2);
	opacity: 0;
}
.switch-input:checked ~ .switch-label {
	background: #E1B42B;
}
.switch-input:checked ~ .switch-label:before {
	opacity: 0;
}
.switch-input:checked ~ .switch-label:after {
	opacity: 1;
}
.switch-handle {
	position: absolute;
	top: 4px;
	left: 4px;
	width: 28px;
	height: 28px;
	background: linear-gradient(to bottom, #FFFFFF 40%, #f0f0f0);
	background-image: -webkit-linear-gradient(top, #FFFFFF 40%, #f0f0f0);
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
}
.switch-input:checked ~ .switch-handle {
	left: calc(100% - 26px);
	box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2);
}
 
/* Transition
========================== */
.switch-label, .switch-handle {
	transition: All 0.3s ease;
	-webkit-transition: All 0.3s ease;
	-moz-transition: All 0.3s ease;
	-o-transition: All 0.3s ease;
}

.switch-flat {
	padding: 0;
	background: #FFF;
	background-image: none;
}
.switch-flat .switch-label {
	background: #FFF;
	border: solid 2px #ddd;
	box-shadow: none;
}
.switch-flat .switch-label:after {
	color: #fff;
}
.switch-flat .switch-handle {
	top: 6px;
	left: 6px;
	background: #ddd;
	width: 22px;
	height: 22px;
	box-shadow: none;
}
.switch-flat .switch-input:checked ~ .switch-label {
	background: #009cb6;
	border-color: #009cb6;
}
.switch-flat .switch-input:checked ~ .switch-handle {
	left: calc(100% - 28px);
	background: #fff;
	box-shadow: none;
}
p.switchTxt {
	margin: 5px 0 0 0;
}

/* #Tables
-------------------------------------------------- */

/* info grid */

table.infogrid {
	margin-bottom: 30px;
}
	table.infogrid.dim {
		border-top: 1px solid #bbb;
		margin-bottom: 20px;
	}

.infogrid th, .infogrid td {
	padding: 12px 8px 8px;
	border-right: 1px solid #bbb;
	font-size: 15px;
	line-height: 23px;
}

.infogrid tr {
	border-bottom: 1px solid #bbb;
	background: #fff;
}
	/*.infogrid tr:hover {
		background: #ccc;
	}*/
	.infogrid tr:hover a {
		color: #000;
	}
	.infogrid tr:nth-child(even) {
		background-color: #f8f8f8;
	}
	tr[data-href] {
	  cursor: pointer;
	}

.infogrid th {
	background: #111;
	border-right: 1px solid #444;
	color: #fff;
	text-align: left;
	text-transform: uppercase;
}
	.infogrid th:first-child {
		border-left: 1px solid #000;
	}	
	.infogrid th:last-child {
		border-right: 1px solid #000;
	}
	.infogrid th.right {
		text-align: right;
	}
	.infogrid th.center {
		text-align: center;
	}
	.infogrid.tablesorter th.header {
		background: #222 url(../images/table-noSort.png) right 50% no-repeat;
	}
	.infogrid.tablesorter th.header:hover {
		background-color: #009cb6 !important;
		border-right: 1px solid #009cb6;
		cursor: pointer;
	}
	.infogrid.tablesorter th.header.headerSortUp {
		background: #222 url(../images/table-asc.png) right 50% no-repeat;
	}
	.infogrid.tablesorter th.header.headerSortDown {
		background: #222 url(../images/table-desc.png) right 50% no-repeat;
	}

.infogrid td {
	border-bottom: 1px solid #bbb;
}

.infogrid td:first-child {
	border-left: 1px solid #bbb;
}

.infogrid tr.empty td {
	border: none;
  background: #fff !important;
}

.infogrid a {
	color: #333;
	display: block;
}

/* price grid */

.pricegrid {
	width: 100%;
	text-align: left;
	border-collapse: collapse;
	font-family: 'AvenirLTStd-Roman', Calibri, Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin-bottom: 20px;
}
.pricegrid td, .pricegrid th {
	padding: 10px;
}
.pricegrid td {
	background-color: #dff2f5;
	color: #6f6f6f;
}
.pricegrid th {
	background: #e1e1e1;
	color: #6f6f6f;
	text-align: left;
	border-bottom: 5px solid #fff;
}
	.pricegrid th.right {
		text-align: right;
	}
.pricegrid td:nth-child(even) {
	background: #eff8fa;
}
.pricegrid th:nth-child(even) {
	background: #eee;
}
.pricegrid tbody tr:hover td {
	background: #fff;
	color: #009cb6;
}

.info table {
	width: 100%;
	margin-bottom: 20px;
}
.info th, .info td {
	font-family: 'AvenirLTStd-Roman', Calibri, Arial, Helvetica, sans-serif;
	padding: 6px 0 6px;
	color: #6f6f6f;
}
.info th {
	text-align: left;
	width: 40%;
}
.info td hr {
	padding-top: 20px;
	margin-bottom: 20px;
}
.info .delete {
	float: right;
	margin: 3px 0 5px 8px;
	font-size: 20px;
}


/* #Misc
-------------------------------------------------- */

.fa, .fas {
    font-size: 16px;
}

	.fas span:not(.InfinityNumber), .fab span:not(.InfinityNumber), .fas a {
		font-family: 'AvenirLTStd-Roman', Calibri, Arial, Helvetica, sans-serif;
		font-weight: normal;
		margin-left: 8px;
	}
	.fas span.no-mob-p5, .fab span.no-mob-p5 {
		margin-left: 0;
	}
.fas::before {
	width: 1.2em;
	text-align: center;
}
a.fas,
.fas a {
	cursor: pointer;
}
.noTT {
	text-transform: none !important;
}
.animateIn {
    transform: translateY(0);
    opacity: 1;
}
.animateOut:nth-child(3n+1) {
    transform: translateY(50px);
    opacity: 0;
}
.animateOut:nth-child(3n+2) {
    transform: translateY(75px);
    opacity: 0;
}
.animateOut {
    transform: translateY(100px);
    opacity: 0;
}
@keyframes fadeIn {
	0% {opacity:0;}
	25% {opacity:0;}
	100% {opacity:1;}
}

.mb-0 {
	margin-bottom: 0 !important;
}
.mb-10 {
	margin-bottom: 10px !important;
}
.mb-20 {
	margin-bottom: 20px !important;
}
.spaced,
.mb-30 {
	margin-bottom: 30px !important;
}
.mb-40 {
	margin-bottom: 40px !important;
}

.mt-0 {
	margin-top: 0 !important;
}
.mt-5 {
	margin-top: 5px !important;
}
.mt-10 {
	margin-top: 10px !important;
}
.mt-20 {
	margin-top: 20px !important;
}
.mt-30 {
	margin-top: 30px !important;
}
.mt-40 {
	margin-top: 40px !important;
}

.ml-10 {
	margin-left: 10px !important;
}
.ml-20 {
	margin-left: 20px !important;
}

.mr-10 {
	margin-right: 10px !important;
}
.mr-20 {
	margin-right: 20px !important;
}

.m-0 {
	margin: 0 !important;
}

.flo-l {
	float: left !important;
}
.flo-r {
	float: right !important;
}
.flo-n {
	float: none !important;
}

.center {
	text-align: center;
}
.left {
	text-align: left;
}
.right {
	text-align: right !important;
}

.twoCol {
	column-count: 2;
	column-gap: 40px;
	margin-bottom: 30px;
}

/*div.twoCol {
	margin-bottom: 30px;
}*/

.mob-only, .mob-only-p, .mob-only-h, .mob-only-all, .mob-tab-all, .hidden {
	display: none !important;
}
.divider {
	margin: 0 15px;
	color: #c5bbb5;
}
::selection {
	background: #777; /* Safari */
	color: #fff;
}
::-moz-selection {
	background: #777; /* Firefox */
	color: #fff;
}
.no-border {
	border: none !important;
	padding: 0;
}
.highlight {
	color: #009cb6 !important;
}
.disclaimer {
	font-size: 15px !important;
	line-height: 23px !important;
	color: #777;
}

.vAlign {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

/* add this */

#at-expanded-menu-host li::before {
	display: none;
}

/* autocomplete */

.autocomplete-suggestions {
    text-align: left;
	cursor: default;
	border: 1px solid #ccc;
	border-top: 0;
	background: #fff;
	box-shadow: -1px 1px 3px rgba(0,0,0,0.1);
    /* core styles should not be changed */
    position: absolute;
	display: none;
	z-index: 9999;
	max-height: 281px;
	overflow: hidden;
	overflow-y: auto;
	box-sizing: border-box;
}
.autocomplete-suggestion {
	position: relative;
	padding: 0 8px; 
	font-size: 0.95em;
	line-height: 28px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #333;
}
.autocomplete-suggestion b {
	font-weight: normal; 
	color: #009cb6;
}
.autocomplete-suggestion.selected {
	background: #f0f0f0;
}

/* share this fixes */

#st-1 .st-btn &gt; img {
	height: 20px !important;
	width: 20px !important;
	left: -10px !important;
	top: -1px !important;
	transition: filter 0.3s cubic-bezier(0.165, 0.840, 0.440, 1.000);
}

#st-1.st-has-labels .st-btn.st-remove-label {
	min-width: 0 !important;
	width: 20px !important;
	height: 20px !important;
}

#st-1 .st-btn:hover {
	opacity: 1 !important;
	top: 0 !important
}

	#st-1 .st-btn:hover &gt; img {
		filter: brightness(0);
	}</pre></body></html>