﻿html, body {
	font-family: 'Loew W00 Medium', sans-serif;
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	font-size: 12px;
}
/**/
body {
	overflow-y: hidden;
}
/*
font-family:'';
font-family:'Loew W00 Heavy', sans-serif;
font-family:'Loew W00 Heavy Italic', sans-serif;
font-family:'Loew W00 Black', sans-serif;
font-family:'Loew W00 Black Italic', sans-serif;
*/
h1 {
	font-weight: bold;
	font-size: 20px;
	color: #00a8e1;
	font-family: 'Loew W00 Heavy', sans-serif;
}

	h1 strong {
		font-style: oblique;
		font-family: 'Loew W00 Black Italic', sans-serif;
		font-size: 30px;
		color: #ff6900;
	}

h2 {
	font-size: 16px;
	line-height: 20px;
	font-family: 'Loew W00 Heavy', sans-serif;
}

/* p { line-height: 15px; } */

* {
	box-sizing: border-box;
}

#controls {
	position: absolute;
	z-index: 10;
	left: 10px;
	bottom: 10px;
	background: rgba(0,0,0,0.55);
	padding: 10px;
	color: white;
}

	#controls ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}

#header {
	position: absolute;
	width: 100%;
	height: 50px;
	top: 0px;
	background: #00a8e1;
	z-index: 1;
}

	#header .header-bottom-align {
		position: absolute;
		height: 50px;
		bottom: 0;
		width: 100%;
		padding-left: 20px;
		padding-right: 20px;
	}

	#header .header-inner {
		margin: 0 auto;
		position: relative;
		height: 50px;
		max-width: 1280px;
	}

		#header .header-inner .header-inner-left {
			position: absolute;
			bottom: 0;
			height: 50px;
		}
			/*left: 7.142857142857%;*/
			#header .header-inner .header-inner-left #menu-btn {
				position: absolute;
				left: 0;
				top: 16px;
				cursor: pointer;
			}

			#header .header-inner .header-inner-left #logo {
				position: absolute;
				top: 11px;
				left: 50px;
			}

		#header .header-inner .header-inner-right {
			position: absolute;
			right: 7.142857142857%;
			bottom: 15px;
			height: 20px;
		}

			#header .header-inner .header-inner-right input {
				display: inline-block;
				width: 180px;
				height: 20px;
				padding: 2px 25px 2px 5px;
				border-radius: 0;
				border: solid 1px white;
				font-size: 12px;
				background: transparent;
				color: white;
			}

			#header .header-inner .header-inner-right button {
				display: inline-block;
				margin: 0;
				position: absolute;
				height: 20px;
				right: 0;
				top: 4px;
				border-radius: 0;
				border: 0;
				background: transparent;
				line-height: 6px;
			}

#megamenu {
	display: none;
	position: absolute;
	font-size: 12px;
	left: 0;
	top: 0;
	background: #002855;
	padding: 20px;
	width: 1000px; /*height: 544px;*/
	z-index: 101;
	color: white;
}

	#megamenu > div > ul > li > a {
		display: inline-block;
		text-transform: uppercase;
		color: #00a8e1;
		font-style: oblique;
		font-family: 'Loew W00 Heavy Italic', sans-serif;
		font-weight: bold;
		margin: 0 0 4px 0;
		padding: 0;
	}

	#megamenu .col {
		float: left;
		width: 225px;
		margin-right: 20px;
	}

	#megamenu .col-1 {
		min-height: 470px;
		border-right: solid 1px white;
		height: 100%;
	}

	#megamenu .col-2 {
		border-right: 0;
	}

	#megamenu .col-3 {
		min-height: 470px;
		border-right: solid 1px white;
	}

	#megamenu .col-4 {
		margin-right: 0;
		border-right: 0;
	}

	#megamenu ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}

	#megamenu > div > ul > li > ul > li {
		margin: 0 0 6% 0;
		padding: 0;
	}

	#megamenu ul li {
		margin-bottom: 2px;
	}

	#megamenu > div > ul > li > ul > li > a {
		text-transform: uppercase;
		font-style: oblique;
		font-family: 'Loew W00 Medium Italic', sans-serif;
	}

	#megamenu > div > ul > li > ul.nochildren > li > a {
		text-transform: none;
		font-style: normal;
	}

	#megamenu > div > ul > li > ul.nochildren > li {
		margin: 0 0 2px 0;
	}

	#megamenu ul li a {
		color: white;
		text-decoration: none;
	}

#content {
	border: 0;
	margin: 50px auto 0 auto;
	width: 100%;
	height: 100%;
}

#page-prev {
	position: absolute;
	left: 2.5%;
	top: 50%;
	margin-top: -1.2%;
	width: 2.285714285714%;
	height: 3.878787878788%;
	z-index: 100;
}

#page-next {
	position: absolute;
	right: 2.5%;
	top: 50%;
	margin-top: -1.2%;
	width: 2.285714285714%;
	height: 3.878787878788%;
	z-index: 100;
}

	#page-next img {
		width: 100%;
		height: auto;
	}

#page-prev img {
	width: 100%;
	height: auto;
}

#footer {
	position: absolute;
	width: 100%;
	height: 30px;
	bottom: 0px;
	background: #002855;
	z-index: 1 color: white;
	font-size: 13px;
	font-style: oblique;
	font-family: 'Loew W00 Heavy Italic', sans-serif;
	font-weight: bold;
	line-height: 30px;
}

	#footer ul {
		margin: 0 14.142857142857% 0 7.142857142857%;
		padding: 0;
		list-style: none;
	}

		#footer ul li {
			display: inline-block;
			margin-right: 30px;
		}

			#footer ul li a {
				color: #00a8e1;
				text-transform: uppercase;
				text-decoration: none;
			}

	#footer #legal {
		position: absolute;
		right: 0;
		top: 0;
		margin: 0 7.142857142857% 0 0;
		color: white;
		font-style: normal;
		font-weight: normal;
		font-size: 10px;
	}

/* shared layout classes */

.content-aspectratio {
	width: 100%;
	padding-bottom: 58.928571428571%; /* 1400:825 */
	position: relative;
}

.content-inner {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

	.content-inner img {
		max-width: 100%;
	}

		.content-inner img.responsive {
			display: block;
			width: 100%;
		}

body.scroll-content .content-inner {
	overflow: scroll;
}

.content-header {
	height: 14.545454545455%;
	margin: 0 auto;
}
	/*margin: 0 7.142857142857% 0 7.142857142857%;*/
	.content-header h1 {
		margin: 2% 0 2% 0;
		padding: 0;
		text-transform: uppercase;
		line-height: 20px;
	}

	.content-header ul {
		font-size: 10px;
		color: #666666;
		list-style: none;
		margin: 0.8% 0 0 0;
		padding: 0;
	}

		.content-header ul li {
			display: inline-block;
			text-transform: uppercase;
			font-weight: bold;
			font-family: 'Loew W00 Heavy', sans-serif;
		}

			.content-header ul li:after {
				padding: 0 3px 0 5px;
				content: '/';
			}

			.content-header ul li:last-child:after {
				padding: 0;
				content: '';
			}

			.content-header ul li a {
				color: #666666;
				text-decoration: none;
			}

.content-body {
	margin: 0 7.142857142857% 0 7.142857142857%;
}
	/*.halffloorplan .content-body { margin: 0; }*/
	.content-body h2 {
		text-transform: uppercase;
	}

/* spa theme */

body.theme-spa .content-header h1 {
	color: #002855;
}

body.theme-spa .content-header strong {
	color: #00afab;
}

body.theme-spa .content-body h1, body.theme-spa .content-body h2, body.theme-spa .content-body h3, body.theme-spa .content-body h4 {
	color: #002855;
}

/* fitness theme */

body.theme-fitness .content-header h1 {
	color: #00a8e1;
}

body.theme-fitness .content-header strong {
	color: #ff6900;
}

body.theme-fitness .content-body h1, body.theme-fitness .content-body h2, body.theme-fitness .content-body h3, body.theme-fitness .content-body h4 {
	color: #00a8e1;
}

/* wellnes theme */

body.theme-wellness .content-header h1 {
	color: #002855;
}

body.theme-wellness .content-header strong {
	color: #00A8E1;
}

body.theme-wellness .content-body h1, body.theme-wellness .content-body h2, body.theme-wellness .content-body h3, body.theme-wellness .content-body h4 {
	color: #002855;
}

/* bottomimagestrip layout */

body.bottomimagestrip.none .content-body, .content-inner.bottomimagestrip.none .content-body {
	height: 54.545454545455%;
	overflow: hidden;
}

	body.bottomimagestrip.none .content-body .col-1, .content-inner.bottomimagestrip.none .content-body .col-1 {
		float: left;
		width: 98.833333333333%;
		text-align: left;
	}

body.bottomimagestrip.halves .content-body, .content-inner.bottomimagestrip.halves .content-body {
	height: 54.545454545455%;
}

	body.bottomimagestrip.halves .content-body .col-1, .content-inner.bottomimagestrip.halves .content-body .col-1 {
		float: left;
		width: 47.916666666667%;
	}

	body.bottomimagestrip.halves .content-body .col-2, .content-inner.bottomimagestrip.halves .content-body .col-2 {
		float: right;
		width: 47.916666666667%;
	}

body.bottomimagestrip.thirds .content-body, .content-inner.bottomimagestrip.thirds .content-body {
	height: 34.545454545455%;
	overflow: hidden;
}

	body.bottomimagestrip.thirds .content-body .col-1, .content-inner.bottomimagestrip.thirds .content-body .col-1 {
		float: left;
		width: 30.833333333333%;
		text-align: right;
	}

	body.bottomimagestrip.thirds .content-body .col-2, .content-inner.bottomimagestrip.thirds .content-body .col-2 {
		float: right;
		width: 66.666666666667%;
	}

body.bottomimagestrip .content-footer ul {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	list-style: none;
	margin: 0;
	padding: 0;
}

body.bottomimagestrip.oneImg .content-footer li {
	margin: 0;
	padding: 0;
	display: inline-block;
	float: left;
	width: 99.071428571429%;
	margin-right: 0.392857142857%;
	max-height: 320px;
	overflow: hidden;
}

body.bottomimagestrip.twoImg .content-footer li {
	margin: 0;
	padding: 0;
	display: inline-block;
	float: left;
	width: 49.071428571429%;
	margin-right: 0.392857142857%;
	max-height: 320px;
	overflow: hidden;
}

body.bottomimagestrip.threeImg .content-footer li {
	margin: 0;
	padding: 0;
	display: inline-block;
	float: left;
	width: 33.071428571429%;
	margin-right: 0.392857142857%;
	max-height: 320px;
	overflow: hidden;
}

body.bottomimagestrip.fourImg .content-footer li {
	margin: 0;
	padding: 0;
	display: inline-block;
	float: left;
	width: 24.7075%;
	margin-right: 0.39%;
	height: 49.69696969697%;
	overflow: hidden;
}

body.bottomimagestrip .content-footer li:last-child {
	margin-right: 0;
}

.content-inner.bottomimagestrip .content-footer ul {
	list-style: none;
}

/* topimagestrip layout */

body.topimagestrip.none .content-body, .content-inner.topimagestrip.none .content-body {
	height: 30.30303030303%;
	margin-top: 2.242424242424%;
}

	body.topimagestrip.none .content-body .col-1, .content-inner.topimagestrip.none .content-body .col-1 {
		float: left;
		width: 98.833333333333%;
		text-align: left;
		margin-top: 20px;
	}

body.topimagestrip.halves .content-body, .content-inner.topimagestrip.halves .content-body {
	height: 30.30303030303%;
	margin-top: 2.242424242424%;
}

	body.topimagestrip.halves .content-body .col-1, .content-inner.topimagestrip.halves .content-body .col-1 {
		float: left;
		width: 49.785714285714%;
		margin-top: 20px;
	}

	body.topimagestrip.halves .content-body .col-2, .content-inner.topimagestrip.halves .content-body .col-2 {
		float: right;
		width: 49.785714285714%;
		margin-top: 20px;
	}

body.topimagestrip.thirds .content-body, .content-inner.topimagestrip.thirds .content-body {
	height: 30.30303030303%;
	margin-top: 2.242424242424%;
}

	body.topimagestrip.thirds .content-body .col-1, .content-inner.topimagestrip.thirds .content-body .col-1 {
		float: left;
		width: 30.833333333333%;
		text-align: right;
		margin-top: 20px;
	}

	body.topimagestrip.thirds .content-body .col-2, .content-inner.topimagestrip.thirds .content-body .col-2 {
		float: right;
		width: 66.666666666667%;
		margin-top: 20px;
	}

body.topimagestrip.alt .content-banner {
	height: auto;
}

body.topimagestrip .content-banner ul {
	width: 100%;
	list-style: none;
	margin: 0;
	padding: 0;
}

body.topimagestrip.oneImg .content-banner li, .content-inner.topimagestrip.oneImg .content-banner li {
	margin: 0;
	padding: 0;
	display: inline-block;
	float: left;
	width: 98.071428571429%;
	margin-right: 0.392857142857%;
	height: 49.69696969697%;
	overflow: hidden;
}

body.topimagestrip.twoImg .content-banner li, .content-inner.topimagestrip.twoImg .content-banner li {
	margin: 0;
	padding: 0;
	display: inline-block;
	float: left;
	width: 49.071428571429%;
	margin-right: 0.392857142857%;
	height: 49.69696969697%;
	overflow: hidden;
}

body.topimagestrip.threeImg .content-banner li, .content-inner.topimagestrip.threeImg .content-banner li {
	margin: 0;
	padding: 0;
	display: inline-block;
	float: left;
	width: 33.071428571429%;
	margin-right: 0.392857142857%;
	height: 49.69696969697%;
	overflow: hidden;
}

body.topimagestrip.fourImg .content-banner li, .content-inner.topimagestrip.fourImg .content-banner li {
	margin: 0;
	padding: 0;
	display: inline-block;
	float: left;
	width: 24.7075%;
	margin-right: 0.39%;
	height: 49.69696969697%;
	overflow: hidden;
}

body.topimagestrip .content-banner li:last-child, .content-inner.topimagestrip .content-banner li:last-child {
	margin-right: 0;
}

body.topimagestrip .content-body h2 {
	text-transform: uppercase;
	font-size: 16px;
	line-height: 20px;
}

/* halffloorplan layout */

body.halffloorplan .content-body, .content-inner.halffloorplan .content-body {
	height: 84.848484848485%;
}

	body.halffloorplan .content-body h3, .content-inner.halffloorplan .content-body h3 {
		font-size: 22px;
		padding-bottom: 3px;
		text-transform: uppercase;
		color: #002855;
		border-bottom: solid 2px #00a8e1;
	}

	body.halffloorplan .content-body .col-1, .content-inner.halffloorplan .content-body .col-1 {
		float: left;
	}

	body.halffloorplan .content-body .col-2, .content-inner.halffloorplan .content-body .col-2 {
		padding-left: 24px;
		display: table-cell;
		vertical-align: middle;
		float: none;
	}

/* thirds4 layout */

body.thirds4 .content-body {
	height: 76.363636363636%;
}

	body.thirds4 .content-body .col-1 {
		float: left;
		width: 66.666666666667%;
	}

		body.thirds4 .content-body .col-1 ul {
			list-style: none;
			margin: 0;
			padding: 0;
		}

			body.thirds4 .content-body .col-1 ul:last-child li {
				margin-bottom: 0;
			}

		body.thirds4 .content-body .col-1 li {
			display: inline-block;
			float: left;
			margin-right: 0.625%;
			margin-bottom: 0.606060606061%;
			width: 49.625%;
			height: 37.575757575758%;
		}

			body.thirds4 .content-body .col-1 li:last-child {
				margin-right: 0;
			}

	body.thirds4 .content-body .col-2 {
		float: right;
		width: 30.833333333333%;
		display: table;
		height: 100%;
		margin: 0;
		padding: 0;
	}

	body.thirds4 .content-body .col-2-inner {
		display: table-cell;
		vertical-align: middle;
	}

/* largefeatureimage layout */

body.largefeatureimage .content-featureimage {
	position: absolute;
	width: 100%;
	height: 84.848484848485%;
	left: 0;
	bottom: 0;
	overflow: hidden;
}

body.largefeatureimage .content-body {
	position: absolute;
	width: 22.5%;
	padding: 1% 2%;
	background: rgba(255,255,255,0.9);
}

body.largefeatureimage.bottom-right .content-body {
	right: 0;
	bottom: 9.69696969697%;
}

body.largefeatureimage.top-left .content-body {
	left: 0;
	top: 24.848484848485%;
}

body.largefeatureimage.bottom-left .content-body {
	left: 0;
	bottom: 9.69696969697%;
}

body.largefeatureimage.top-right .content-body {
	right: 0;
	top: 24.848484848485%;
}

/* ondemandprint */

/*body.ondemandprint .content-body ul { list-style: none; margin: 0 0 20px 0; padding: 0 0 0 30px; }
body.ondemandprint .content-body ul li { margin: 10px 0; }*/

/* searchresults */

body.searchresults .content-body ul {
	list-style: none;
	margin: 0 0 20px 0;
	padding: 0 0 0 30px;
}

	body.searchresults .content-body ul li {
		border-bottom: solid 1px black;
		padding: 20px 0;
	}

		body.searchresults .content-body ul li:last-child {
			border-bottom: 0;
		}

		body.searchresults .content-body ul li h3 {
			margin: 5px 0;
		}

		body.searchresults .content-body ul li p {
			margin: 5px 0;
		}

/* checkbox */

input[type=radio], input[type=checkbox] {
	display: none;
}

	input[type=checkbox] + label:before {
		content: "";
		display: inline-block;
		width: 14px;
		height: 14px;
		vertical-align: middle;
		margin-right: 8px;
		background-color: #f9f9f9;
		box-shadow: inset 0px 1px 3px rgba(0, 0, 0, .3);
		border: solid 1px #999;
		border-radius: 3px;
	}

	input[type=checkbox]:checked + label:before {
		content: "\2714";
		color: #002855;
		text-align: center;
		line-height: 14px;
		text-shadow: 0px 0px 5px #eee;
	}

@media (max-width: 1300px) {
	#footer ul {
		max-width: 700px;
	}
}

@media (min-width: 1300px) {
	body {
		font-size: 15px;
	}

	h1 {
		font-size: 23px;
	}

		h1 strong {
			font-size: 47px;
		}

	h2 {
		font-size: 22px;
		line-height: 25px;
	}

	/*p { line-height: 20px; }*/

	.content-header ul {
		font-size: 12px;
	}

	body.topimagestrip.alt .content-body h2 {
		font-size: 23px;
		line-height: 34px;
	}
}

/* PRINT STYLES */

.page-break {
	display: block;
	page-break-before: always;
	clear: both;
}

.ondemandprint #page-prev, .ondemandprint #page-next, .ondemandprint .breadcrumbs {
	display: none;
}

body.ondemandprint {
	overflow-y: scroll;
}

.ondemandprint #header, .ondemandprint #footer {
	display: none;
}

.ondemandprint #content {
	margin-top: 0;
}

body.ondemandprint.scroll-content .content-inner {
	position: relative;
	overflow: initial;
}

@page {
	size: landscape;
}

/*
    EXTRA STUFF
*/

/*.content-body ol {
    -webkit-padding-start: 16px;
}

.content-body ul {
    -webkit-padding-start: 18px;
}*/

.btn {
	margin: 0 auto;
	background-color: #00a8e1;
	color: white;
	padding: 10px 32px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	font-family: 'Loew W00 Medium', sans-serif;
	border: none;
}

	.btn:hover {
		background: #0080ac;
		text-decoration: none;
	}

.submitBox {
	text-align: center;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: rgba(255,255,255,0.9);
}

::-moz-placeholder { /* Firefox 19+ */
	color: rgba(255,255,255,0.9);
}

:-ms-input-placeholder { /* IE 10+ */
	color: rgba(255,255,255,0.9);
}

:-moz-placeholder { /* Firefox 18- */
	color: rgba(255,255,255,0.9);
}

sup {
	vertical-align: top;
	position: relative;
	top: -0.5em;
}

.pageLoadOverLay {
	position: absolute;
	background-color: white;
	z-index: 9999;
	width: 100%;
	height: 100%;
}

.columnSection:not(:last-child) {
	break-after: column;
	-webkit-column-break-after: always;
}

.strong {
	font-weight: 700;
}