/* 	
------------------------------------------------------------------
	SITE STYLESHEET 
------------------------------------------------------------------
*/

/* --------- TYPEFACES -------------------- 
	
	https://fonts.google.com/selection?selection.family=Cinzel:400|Open+Sans:300,400,700
	
	HEADLINES
	font-family: 'Cinzel', serif;
	font-style: normal;
	font-weight: 400;
	
	BODY COPY
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight: 300 400 700;
		
*/



/* --------- GENERAL LAYOUT & POSITIONING --------------------------- */
hr {
	width: 100%;
	height: 1px;
	background-color: transparent;
	border: none;
	border-top: 3px solid #e6e7e8;
	-webkit-appearance: none;
	-moz-appearance: none;
	margin: 2.0em 0;
}
hr.dashed {
	width: 100%;
	height: 1px;
	background-color: transparent;
	border: none;
	border-top: 1px dashed #e6e7e8;
	-webkit-appearance: none;
	-moz-appearance: none;
	margin: 2.5em 0;
}
.clearFix {
	clear: both;
}
.centered {
	text-align: center;
}
.capitalize {
	text-transform: capitalize;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.invis {
	display: none;
}
.mobileShow {
	display: none;
}
.block {
	display: block;
}
.inline-block {
	display: inline-block;
}
.table {
	display: table;
	width: 100%;
	min-height: 100vh;
}
.table-cell {
	display: table-cell;
	vertical-align: middle;
}
.quarterColumn {
	width: 22%;
	margin: 0;
}
.oneThirdColumn {
	width: 30%;
	margin: 0;
}
.halfColumn {
	width: 46%;
	margin: 0;
}
.halfColumnTight {
	width: 48.5%;
	margin: 0;
}
.twoThirdsColumn {
	width: 63%;
}
.mobileElementMargin {
	margin-top: 0;
}
.container-20pct {
	width: 20%;
}
.container-50pct {
	width: 50%;
}
.wrapper {
	width: 90%;
	max-width: 1500px;
	margin: 0 auto;
	position: relative;
}
.header-content-wrapper {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	text-align: center;
}
body {
	-webkit-text-size-adjust: 100%;
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight: 400;
	background-color: #fff;
	color: #222;
	position: relative;
	overflow-x: hidden;
}
.navigationLink {
	display: none;
}
.mainNavBar {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9999;
	background-color: #fff;
	background-color: rgba(255,255,255,0.75);
	padding: 6px 0 6px 0;
}
.sectionHome .mainNavBar {
	background-color: #fff;
	background-color: rgba(255,255,255,0.6);
}
.noHeaderPage .mainNavBar {
	background-color: #fff;
	box-shadow: 0 0px 3px rgba(0,0,0,0.3);
}
.mainNavBarBG {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	box-shadow: 0 0px 4px rgba(0,0,0,0.3);
	z-index: -1;
}
.mainNavBarSwitch {
	width: 1px;
	height: 1px;
	background-color: transparent;
	position: absolute;
	top: 90px;
	left: 0;
}
.headerLogoLink {
	margin: 0 20px 5px 0;
}
.mainNavBarFlexContainer {
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.mainNavGroup {
	-webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    text-align: right;
}
.headerContainer {
	position: relative;
}
.noHeaderPage .mainContent {
	margin-top: 76px;
}
.header {
	text-align: center;
	width: 100%;
	padding: 16.0em 0 14.0em 0;
}
.sectionHome .header {
	padding: 0;
}
.fullScreenHeader {
	width: 100%;
	min-height: 100vh;
}
.homeHeader1 {
	background: #fff url(/images/home/homeHeaderBG-Summer.jpg) center center;
	background-size: cover;
}
.homeHeader2 {
	background: #fff url(/images/home/homeHeaderBG-Fall.jpg) center center;
	background-size: cover;
}
.homeHeader3 {
	background: #fff url(/images/home/homeHeaderBG-Winter.jpg) center center;
	background-size: cover;
}
.aboutHeader1 {
	background: #fff url(/images/about/aboutHeaderBG1.jpg) center center;
	background-size: cover;
}
.aboutClubHeader {
	background: #fff url(/images/about/aboutClubHeader-2020-07-27.jpg) center center;
	background-size: cover;
}
.aboutClubHeader1 {
	background: #fff url(/images/about/aboutClubHeaderBG1.jpg) bottom center;
	background-size: cover;
}
.aboutClubHeader2 {
	background: #fff url(/images/about/aboutClubHeaderBG2.jpg) center center;
	background-size: cover;
}
.aboutClubHeader3 {
	background: #fff url(/images/about/aboutClubHeaderBG3.jpg) center center;
	background-size: cover;
}
.aboutRecreationHeader1 {
	background: #fff url(/images/about/aboutRecreationHeaderBG1.jpg) bottom center;
	background-size: cover;
}
.aboutRecreationHeader2 {
	background: #fff url(/images/about/aboutRecreationHeaderBG2.jpg) bottom center;
	background-size: cover;
}
.aboutRecreationHeader3 {
	background: #fff url(/images/about/aboutRecreationHeaderBG3.jpg) center center;
	background-size: cover;
}
.aboutAmenitiesHeader1 {
	background: #fff url(/images/about/aboutAmenitiesHeaderBG1.jpg) center center;
	background-size: cover;
}
.finishingsHeader1 {
	background: #fff url(/images/areaplan/finishingsHeaderBG.jpg) center center;
	background-size: cover;
}
.areaplanHeader1 {
	background: #fff url(/images/areaplan/areaplanHeaderBG1.jpg) center center;
	background-size: cover;
}
.areaplanHeader2 {
	background: #fff url(/images/areaplan/areaplan-header-2025.jpg) center center;
	background-size: cover;
}
.stage1Header1 {
	background: #fff url(/images/areaplan/stages1And2HeaderBG-2018-01-30.jpg) top center;
	background-size: cover;
}
.stage2Header1 {
	background: #fff url(/images/areaplan/stages1And2HeaderBG-2018-01-30.jpg) bottom center;
	background-size: cover;
}
.stage3Header {
	background: #fff url(/images/areaplan/stage3Header.jpg) center center;
	background-size: cover;
}
.stage5Header1 {
	background: #fff url(/images/areaplan/stage5HeaderBG.jpg) bottom center;
	background-size: cover;
}
.stage5Header2 {
	background: #fff url(/images/areaplan/stage5-header-2023.jpg) center center;
	background-size: cover;
}
.stage5LakehavenHeader {
	background: #fff url(/images/areaplan/lakehaven/lakehavenHeaderBG.jpg) bottom center;
	background-size: cover;
}
.stage5ParkhavenHeader {
	background: #fff url(/images/areaplan/parkhaven/stage-5-parkhaven-header.jpg) center center;
	background-size: cover;
}
.homeBuildersHeader1 {
	background: #fff url(/images/builders/buildersHeaderBG1.jpg) center center;
	background-size: cover;
}
.showhomeHeader1 {
	background: #fff url(/images/stage-3-lot-192-show-home-gallery/1.jpg) center center;
	background-size: cover;
}
.showhomeHeader2 {
	background: #fff url(/images/stage-3-lot-192-show-home-gallery/3.jpg) center center;
	background-size: cover;
}
.showhomeHeader3 {
	background: #fff url(/images/stage-3-lot-192-show-home-gallery/10.jpg) center center;
	background-size: cover;
}
.galleryHeader1 {
	background: #fff url(/images/gallery/galleryHeaderBG1.jpg) center center;
	background-size: cover;
}
.contactHeader1 {
	background: #fff url(/images/about/aboutHeaderBG1.jpg) center center;
	background-size: cover;
}
.headerContentContainer {
	position: relative;
	display: inline-block;
	margin: 5.0em auto;
	padding: 1.1em;
	background: #5a6a95 url(/images/global/vectorPattern.png) center top no-repeat;
	background-size: cover;
	box-shadow: 0 0 3px rgba(0,0,0,0.7);
}
.sectionHome .headerContentContainer {
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	border-radius: 4px;
}
.headerContentContainerVerbiage {
	background-color: transparent;
	border: 1px solid #fff;
	border-color: rgba(255,255,255,0.8);
	border-radius: 3px;
}
.scrollToContent {
	position: absolute;
	bottom: 35px;
	width: 100%;
	text-align: center;
}
.flexbox-row {
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.flexbox-row-vertical-center {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.flexbox-row-justify-content-center {
    justify-content: center;
}
.flexbox-gallery {
	-webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.section {
	position: relative;
	width: 100%;
	background-color: #fff;
	padding: 5.0em 0;
}
.greySection {
	background-color: #f4f4f4;
}
.lightGreySection {
	background-color: #f9f9f9;
}
.footer {
	background: #5a6a95 url(/images/global/vectorPattern.png) center center no-repeat;
	background-size: cover;
}
.footerLogo {
	float: right;
	margin-top: 3.2em;
}
.footerVerbiage {
	float: left;
	padding: 4.0em 0;
}
.subNav {
	text-align: center;
	position: absolute;
	bottom: 0;
	width: 100%;
}
.amenityMapLegend {
	margin: 3.5em auto 0 auto;
	
}
.stageMapLegend {
	margin: 0 auto 2.0em auto;
	text-align: center;
}
.breadcrumbBar {
	background-color: #f1f1f1;
	padding: 0.8em 0;
	margin: 0 0 3.5em 0;
}
.stage3-breadcrumb-bar {
	margin: 0 0 3.7em 0 !important;
}
.floorPlanOptionNotice {
	margin: 0 0 3.5em 0;
}
.floorPlanOptionNotice span {
	padding: 0.3em;
	display: inline-block;
}
.bungalowDesign {
	padding: 4.0em 0 5.0em 0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f1f1f1+0,ffffff+100 */
	background: #f1f1f1; /* Old browsers */
	background: -moz-linear-gradient(top,  #f1f1f1 0%, #ffffff 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #f1f1f1 0%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #f1f1f1 0%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f1', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
.stage1BungalowDesignFirstRow {
	background: none;
	background-color: #fff;
	border-top: 3px solid #e6e7e8;
}
.bungalowDesignSpecs {
	width: 35%;
	max-width: 425px;
	margin-bottom: 2.5em;
}
.bungalowDesignFloorPlans {
	width: 57%;
}
.prevNextLotLinks {
	margin: 0 0 4.0em 0;
}
.builtGreenSection {
	border-bottom: 1px dashed #d5d7d9;
	padding: 1.6em 0;
}
.builtGreenSection:first-of-type {
	padding-top: 0;
}
.builtGreenSection:last-of-type {
	padding-bottom: 0;
	border-bottom: none;
}
.stage1Elevations,
.stage3Elevations {
	margin-top: 3.0em;
}
.floorPlateSelector {
	text-align: center;
	display: inline-block;
	margin: -1.2em auto 1.5em auto;
	position: relative;
}
.floorPlateSelection {
	display: none;
	padding-top: 1.0em;
	width: 100%;
	text-align: center;
}
.suiteFloorPlanTopMargin {
	margin-top: 70px;
}
.lot-overview-details {
	margin-right: 2.0em;
}
.available-suite-count {
	position: absolute; 
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 500;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 1.0em;
	text-align: center;
	line-height: 1.15em;
	text-shadow: 0 0 6px rgba(0,0,0,0.4);
	padding: 0.75em 1.05em;
	background-color: rgba(39,79,132,0.55);
	border-radius: 0 0 3px 3px;
	color: #fff;
}
.suite-view-gallery {
	margin: 3.0em 0 0 0;
	padding-top: 3.0em;
	border-top: 3px solid #e6e7e8;
}


/* --------- TYPOGRAPHY --------------------------------------------- 

   --------- TYPEFACES -------------------- 
	
		
	https://fonts.google.com/selection?selection.family=Cinzel:400|Open+Sans:300,400,700
	
	HEADLINES
	font-family: 'Cinzel', serif;
	font-style: normal;
	font-weight: 400;
	
	BODY COPY
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight: 300 400 700;
		
*/


h1, h2, h3, h4 {
	font-style: normal;
	font-weight: 400;
	font-size: 1.0em;
	color: #222;
}
strong {
	font-weight: 700;
}
.headerContentContainerVerbiage h1 {
	font-family: 'Cinzel', serif;
	font-style: normal;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 1.1em;
	letter-spacing: 0.05em;
	color: #5a6a95;
	background-color: #fff;
	background-color: rgba(255,255,255,0.8);
	padding: 1.0em 2.2em;
	margin-bottom: 3.5em;
}
.headerContent h1 {
	display: inline-block;
	font-family: 'Cinzel', serif;
	font-style: normal;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 2.2em;
	letter-spacing: 0.06em;
	line-height: 1.25em;
	color: #fff;
	text-shadow: 0 0 5px rgba(0,0,0,0.7);
}
h1.home-header-tagline {
	font-family: 'Open Sans', sans-serif;
	font-size: 1.25em;
	margin-top: 0.3em;
}
.mainContent h1 {
	font-family: 'Cinzel', serif;
	font-style: normal;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 1.9em;
	letter-spacing: 0.05em;
	margin: 0 0 0.8em 0;
}
.bungalowGeneralDetails h1 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	text-transform: none;
	letter-spacing: normal;
	margin: 0 0 0.6em 0;
}
.suiteGeneralDetails h1 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	letter-spacing: normal;
	margin: 0 0 0.6em 0;
}
.suiteGeneralDetails h1 span {
	display: block;
	text-transform: uppercase;
	letter-spacing: 0.09em;
	color: #777;
	font-weight: 300;
	font-size: 0.6em;
	margin-bottom: 0.3em;
}
.bungalowGeneralDetails h1 span.connectorText {
	font-size: 0.85em;
	color: #777;
}
h1.suiteFinderTitle {
	font-family: 'Open Sans', sans-serif;
	font-size: 1.2em;
	text-transform: uppercase;
	color: #999;
	font-weight: 400;
	margin-bottom: 2.0em;
}
.mainContent h2 {
	font-size: 1.2em;
	line-height: 1.2em;
	margin-bottom: 1.0em;
	font-weight: 700;
}
.mainContent h2 span.builderProductTitle {
	display: block;
	color: #999;
	font-weight: 300;
	margin-top: 0.2em;
	font-size: 0.95em;
}
.mainContent h2.leadIn {
	font-weight: 300;
	font-size: 1.3em;
	line-height: 1.6em;
	color: #444;
	margin-bottom: 1.4em;
}
h2.underNewManagement {
	color: #fff;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#5a6a95+0,5a6a95+50,5a6a95+100&0.6+0,0.9+50,0.6+100 */
background: -moz-linear-gradient(left,  rgba(90,106,149,0.6) 0%, rgba(90,106,149,0.9) 50%, rgba(90,106,149,0.6) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  rgba(90,106,149,0.6) 0%,rgba(90,106,149,0.9) 50%,rgba(90,106,149,0.6) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  rgba(90,106,149,0.6) 0%,rgba(90,106,149,0.9) 50%,rgba(90,106,149,0.6) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#995a6a95', endColorstr='#995a6a95',GradientType=1 ); /* IE6-9 */
	text-align: center;
	padding: 1.0em;
	font-size: 1.4em;
	font-weight: 700;
	line-height: 1.3em;
}
h2.underNewManagement span {
	display: block;
	font-weight: 300;
	font-size: 0.8em;
}
.mainContent p + h2 {
	margin-top: 2.0em;
}
.footerVerbiage h2 {
	color: #fff;
	margin: 0 0 0.6em 0;
}
h2.galleryTitle {
	text-transform: uppercase;
	font-size: 1.2em;
	font-weight: 700;
	text-align: center;
	position: relative;
	color: #999;
}
h2.galleryTitle span {
	background-color: #fff;
	padding: 0 17px;
	position: relative;
	z-index: 1;
}
h2.galleryTitle:before {
	background: #eee;
	content: "";
	display: block;
	height: 2px;
	position: absolute;
	top: 50%;
	width: 100%;
}
div.gallery + h2.galleryTitle {
	margin-top: 3.5em;
}
.googleMapInfoWindow h2 {
	margin: 0 0 0.3em 0;
	line-height: 1.2em;
}
.googleMapInfoWindow h2 span {
	font-size: 0.85em;
	display: block;
	font-weight: normal;
	color: #999;
}
.bungalowGeneralDetails h2 {
	font-size: 1.25em;
	color: #777;
	font-weight: 300;
}
.stage1BungalowGeneralDetails h2 {
	margin: 0 0 1.2em 0;
}
.builtGreenContent h2 {
	color: #939934;
	margin-bottom: 0.3em;
}
.floorPlateSelector h2 {
	font-size: 1.4em;
	text-transform: uppercase;
	border: 2px solid #204f84;
	color: #204f84;
	display: inline-block;
	border-radius: 4px;
	padding: 0.4em 0.7em;
	margin: 0 0 0.35em 0;
	transition: all 250ms;
	cursor: pointer;
}
.floorPlateSelector h2:hover {
	background-color: #204f84;
	color: #fff;
}
.amenityMapLegend h3 {
	margin: 0 0 0.5em 0;
	font-size: 1.2em;
	text-transform: uppercase;
}
.googleMapInfoWindow h3 {
	font-size: 1.1em;
	font-weight: bold;
	margin: 0 0 0.6em 0;
}
.googleMapInfoWindow h3 span {
	display: block;
	font-weight: normal;
	color: #999;
}
.bungalowGeneralDetails h3 {
	position: absolute;
	top: 0;
	left: 270px;
	background-color: #eee;
	border-radius: 200px;
	font-size: 0.85em;
	font-weight: 700;
	color: #fff;
	padding: 0.65em 1.2em;
	line-height: 1.1em;
	margin: 0;
	text-transform: uppercase;
}
.bungalowGeneralDetails h3.available {
	background-color: #7f92b3;
	color: #fff;
}
.bungalowGeneralDetails h3.pending {
	background-color: #fca12e;
	color: #fff;
}
.bungalowGeneralDetails h3.showhome {
	background-color: #003a62;
	color: #fff;
}
.bungalowGeneralDetails h3.unavailable {
	background-color: #666;
	color: #fff;
}
h3.floorPlanOptionIdent {
	position: relative;
	top: auto;
	left: auto;
	background-color: transparent;
	text-transform: uppercase;
	color: #999;
	font-weight: 700;
	padding-left: 1.9em;
	padding-bottom: 0.2em;
	font-size: 1.0em;
}
span.sub-heading {
	display: block;
	text-transform: uppercase;
	font-size: 0.7em;
	letter-spacing: 0.05em;
	font-weight: 400;
	margin: 0.2em 0;
	color: #999;
}
.mainContent p {
	font-size: 1.05em;
	font-weight: 300;
	color: #555;
	line-height: 1.5em;
	margin: 0 0 1.0em 0;
}
.mainContent p.leadIn {
	font-size: 1.3em;
	font-weight: 300;
	line-height: 1.6em;
	margin: 0 0 1.0em 0;
	color: #222;
}
p.finePrint {
	font-size: 0.8em;
	color: #999;
	margin-bottom: 1.3em;
}
p.mediumPrint {
	font-size: 0.87em;
	color: #999;
	margin-bottom: 1.3em;
}
.footerVerbiage p {
	color: #fff;
	font-weight: 300;
	font-size: 0.9em;
	line-height: 1.4em;
}
.googleMapInfoWindow p {
	font-size: 0.9em;
	margin: 0 0 1.1em 0;
	font-weight: normal;
}
.googleMapInfoWindow p.stageDescription {
	color: #999;
	font-weight: normal;
	margin: -0.25em 0 1.0em 0;
}
.googleMapInfoWindow span.infoWindowParamTitle {
	font-weight: bold;
	display: inline-block;
	min-width: 75px;
}
.googleMapInfoWindow span.choiceOfFloorPlans {
	text-transform: uppercase;
	font-size: 0.9em;
	font-weight: bold;
	color: #204f84;
	display: block;
	margin: 1.2em 0 0 0;
}
.googleMapInfoWindow span.floorPlanOptionTitle {
	display: block;
	text-transform: uppercase;
	font-size: 1.2em;
	font-weight: bold;
	color: #222;
	line-height: 1.05em;
	border-bottom: 1px dashed #ccc;
	padding-bottom: 0.4em;
	margin-bottom: 0.4em;
}
.googleMapInfoWindow span.floorPlanOptionTitle span {
	display: block;
	font-size: 0.7em;
	color: #999;
}
.googleMapInfoWindow span.floorPlanDetails {
	display: block;
}
.googleMapInfoWindow p.quickPossessionBadge {
	color: #cedf00;
	text-transform: uppercase;
	font-size: 0.9em;
	font-weight: bold;
}
.legendItem {
	font-size: 0.85em;
	font-weight: bold;
	line-height: 1.4em;
	vertical-align: middle;
	display: inline-block;
	margin: 0 1%;
}
.stage1LegendItem {
	color: #00aeef;
}
.stage2LegendItem {
	color: #ec008c;
}
.stage3LegendItem {
	color: #b554e2;
}
.stage5LegendItem {
	color: #f47721;
}
.parkhavenLegendItem {
	color: #94da4e;
}
.availableLegendItem {
	color: #8eaf59;
	font-weight: normal;
}
.pendingLegendItem {
	color: #fca12e;
	font-weight: normal;
}
.soldLegendItem {
	color: #f21d16;
	font-weight: normal;
}
.showhomeLegendItem {
	color: #003a62;
	font-weight: normal;
}
.unavailableLegendItem {
	color: #666666;
	font-weight: normal;
}
.quickPossessionLegendItem {
	color: #cedf00;
	font-weight: normal;
}
.legendItem span {
	display: block;
	font-weight: normal;
	color: #999;
	font-size: 0.9em;
}
.legendItem span.legendItemCount {
	display: inline-block;
	background-color: #222;
	color: #fff;
	padding: 0.6em;
	text-align: center;
	min-width: 14px;
	font-weight: bold;
	border-radius: 4px;
	line-height: 1.0em;
	
}
.availableLegendItem span.legendItemCount {
	background-color: #8eaf59;
}
.pendingLegendItem span.legendItemCount {
	background-color: #fca12e;
}
.soldLegendItem span.legendItemCount {
	background-color: #f21d16;
}
.showhomeLegendItem span.legendItemCount {
	background-color: #003a62;
}
.unavailableLegendItem span.legendItemCount {
	background-color: #666;
}
.floorPlanOptionNotice p {
	font-size: 1.0em;
	text-transform: uppercase;
	font-weight: 700;
}
p.exteriorElevationName {
	color: #999;
	font-weight: 400;
	padding-left: 1.9em;
	font-size: 0.9em;
	margin: 0.5em 0 0 0;
}
p.bungalows-unit-number {
	position: absolute; 
	top: -2.0em; 
	left: 0; 
	text-transform: uppercase; 
	font-size: 0.95em; 
	font-weight: bold; 
	color: #999;
}


/* --------- LISTS -------------------------------------------------- */

ul, ol {
	list-style: disc;
	margin: 0 0 1.3em 1.2em;
}
li > ul > li {
	list-style: circle;
}
li {
	position: relative;
	font-size: 1.05em;
	font-weight: 300;
	color: #555;
	line-height: 1.3em;
	margin: 0 0 0.4em 0;
}
.amenityMapLegend ul {
	margin: 0 0 2.5em 2.6em;
	list-style: none;
}
.bungalowDesignSpecs ul {
	list-style: none;
	margin: 0;
}
.bungalowDesignSpecs li {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#dfdfdf+0,e8e8e8+100 */
	background: #dfdfdf; /* Old browsers */
	background: -moz-linear-gradient(left,  #dfdfdf 0%, #e8e8e8 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #dfdfdf 0%,#e8e8e8 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #dfdfdf 0%,#e8e8e8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dfdfdf', endColorstr='#e8e8e8',GradientType=1 ); /* IE6-9 */
	padding: 0.8em 30px;
	margin: 2px 0;
}
.bungalowDesignSpecs li:first-of-type {
	font-weight: 700;
	font-size: 1.5em;
	background: none;
	color: #222;
	padding: 0 30px 0.8em 30px;
}
.bungalowDesignSpecs li:nth-of-type(2) {
	border-radius: 4px 4px 0 0;
}
.bungalowDesignSpecs li:last-of-type {
	border-radius: 0 0 4px 4px;
}
.bungalowDesignSpecs li span.specTitle {
	float: left;
}
.bungalowDesignSpecs li span.specData {
	float: right;
	font-weight: 700;
}
.bungalowDesignSpecs li:after {
	content: "";
	display: block;
	clear: both;
}
ul.suiteSpecs {
	list-style: none;
	margin: 0 0 -0.6em 0;
}
ul.suiteSpecs li {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#dfdfdf+0,e8e8e8+100 */
	background: #dfdfdf; /* Old browsers */
	background: -moz-linear-gradient(left,  #dfdfdf 0%, #e8e8e8 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #dfdfdf 0%,#e8e8e8 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #dfdfdf 0%,#e8e8e8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dfdfdf', endColorstr='#e8e8e8',GradientType=1 ); /* IE6-9 */
	padding: 0.75em 30px;
	margin: 2px 0;
}
ul.suiteSpecs li:first-of-type {
	border-radius: 4px 4px 0 0;
}
ul.suiteSpecs li:last-of-type {
	border-radius: 0 0 4px 4px;
}
ul.suiteSpecs li span.specTitle {
	float: left;
}
ul.suiteSpecs li span.specData {
	float: right;
	font-weight: 700;
}
ul.suiteSpecs li:after {
	content: "";
	display: block;
	clear: both;
}
li.similar-suites-list {
	display: none;
}
li span.similar-suite-status {
	font-weight: normal;
	font-size: 0.75em;
	padding-left: 3px;
}


/* --------- FORMS -------------------------------------------------- */
input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}
::-webkit-input-placeholder { /* WebKit browsers */
    color:    #ccc;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #ccc;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #ccc;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #ccc;
}
::-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #ccc;
}
.subscribeForm {
	margin-top: -2.0em;
	border-radius: 4px;
	border: 1px dashed #b9babc;
	padding: 2.0em;
}
.subscribeForm label {
	display: block;
	text-transform: uppercase;
	color: #777;
	font-size: 0.9em;
	font-weight: 700;
	margin: 0 0 0.3em 0;
}
.subscribeForm input[type=text],
.subscribeForm input[type=email] {
	-webkit-appearance: none;
	background-color: #fff;
	border: 1px solid #ccc;
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 0.9em;
	padding: 0.6em 1.0em;
	border-radius: 3px;
	margin: 0 0 1.2em 0;
	width: calc(100% - 2.0em - 2px);
	max-width: 350px;
}
.subscribeForm input.inputPostalCode {
	max-width: 80px;
}
.subscribeForm button[type=submit] {
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	border: none;
	display: block;
	line-height: 1.3em;
	background-color: #204f84;
	color: #fff;
	border-radius: 4px;
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 0.8em;
	letter-spacing: 0.04em;
	padding: 1.0em 1.4em;
	transition: all 150ms;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.15);
	margin: 0.5em 0 0 0;
	transition: background-color 200ms;
}
.subscribeForm button[type=submit]:hover {
	background-color: #305c89;
}




/* --------- TABLES ------------------------------------------------- */






/* ---------  FONT-AWESOME ICONS  ------------------------------------------------- */

.fa {
	margin: 0;
}
.scrollToContent .fa {
	font-size: 2.5em;
	margin-top: 5px;
}
.fa-newspaper-o,
.fa-check-square-o {
	font-size: 48px;
	color: #b9babc;
	margin-bottom: 0.4em;
}
.fa-welcomeIcon {
	font-size: 86px;
	color: #b9babc;
	margin-bottom: 0.4em;
}
.fa-camera-retro, .fa-camera {
	font-size: 86px;
	color: #b9babc;
	margin-bottom: 0.4em;
}
.fa-home {
	font-size: 91px;
	color: #b9babc;
	margin-bottom: 0.4em;
}
.fa-map {
	font-size: 78px;
	color: #b9babc;
	margin-bottom: 0.4em;
}
.breadcrumbBar i {
	color: #aaa;
	margin: 0 0.3em;
}
a.pdfDownloadBtn i {
	font-size: 28px;
	margin: 0 7px 0 -7px;
	vertical-align: middle;
}
.legendItem i {
	font-size: 1.3em;
	margin-right: 0.1em;
	vertical-align: middle;
}
.floorPlateLegendItem .fa {
	font-size: 1.7em;
	margin-right: 0.25em;
	vertical-align: middle;
}
.floorPlateLegendItemAvailable  {
	color: #a9bb92;
}
.floorPlateLegendItemOccupiedSold  {
	color: #e68479;
}
.floorPlateLegendItemPending  {
	color: #c6cf73;
}
.floorPlateLegendItemShowhome  {
	color: #74a6cd;
}
.floorPlateLegendItemUnavailable  {
	color: #d1d1d1;
}


/* --------- IMAGES, VIDEOS & MAPS ------------------------------------------------- */
.fill {
	width: 100%;
	height: auto;
	vertical-align: middle;
}
.headerLogo {
	width: 155px;
	height: 55px;
}
.footer-logo {
	display: inline-block;
	width: 200px;
	height: auto;
	margin-top: 2.2em;
	filter: invert(100%);
}
.headerHeritageLogo {
	width: 70%;
	max-width: 180px;
	height: auto;
	margin: 3.0em 0 2.5em 0.75em;
}
.home-header-logo {
	width: 80%;
	max-width: 350px;
	height: auto;
}
.headerCDLLogo {
	position: absolute;
	bottom: -60px;
	left: calc(50% - 60px);
	width: 120px;
	height: auto;
}
.map-canvas {
	width: calc(100% - 2px);
	height: 75vh;
	min-height: 450px;
	padding: 1px;
	border: 1px solid #ddd;
}
.googleMapInfoWindow {
	min-width: 120px;
	max-width: 180px;
	margin: 10px 3px 10px 15px;
}
.imageGalleryThumb {
	display: block;
	margin: 0 4px 8px 4px;
	width: calc(100% - 8px);
	height: auto;
	vertical-align: middle;
}
.showhomeGalleryThumb {
	display: inline-block;
	margin: 0 5px 10px 5px;
}
.builderLogo {
	display: block;
	margin-bottom: 20px;
}
.theClub {
	width: 100%;
	height: auto;
}
.amenityMapLegend h3 img {
	width: 30px;
	height: auto;
	display: inline-block;
	vertical-align: middle;
	margin: -5px 7px 0 0;
}
.bungalowExteriorRendering {
	width: 100%;
	height: auto;
	vertical-align: middle;
}
.virtualTourContainer {
	position: relative; 
	padding-bottom: 56.25%; 
	height: 0; 
	overflow: hidden;
	width: 100%;
	margin: 3.5em 0 0 0;	
}
.virtualTourContainer iframe, .virtualTourContainer object, .virtualTourContainer embed {
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%;
}
video {
	width: 100%;
	height: auto;
}
.builtGreenLogo {
	max-width: 325px;
	margin-bottom: 2.2em;
}
.builtGreenInfoGraphic {
	width: 90%;
	height: auto;
	max-width: 140px;
	margin: 0 auto;
}
.finishingsBuiltGreenLogo {
	width: 100%;
	height: auto;
	margin: 2.5em 0;
	max-width: 300px;
}
.videoWrapper {
	background-color: #fff;
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 0px;
	height: 0;
	overflow: hidden;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	overflow: hidden;
}
.frontElevationSVG {
	width: 100% !important;
}
.frontElevationSVG rect {
	fill: #5e6c91;
	opacity: 0.0;
}
.frontElevationSVG a:hover rect {
	opacity: 0.4;
}
.floorPlateLegend {
	text-align: center;
	padding: 1.0em;
	margin-bottom: 0.5em;
}
.floorPlateLegendItem {
	display: inline-block;
	text-transform: uppercase;
	margin: 0 1.8em 0.75em 0;
	font-size: 0.8em;
	vertical-align: middle;
}
.floorPlateLegendItem:last-of-type {
	margin: 0 0 0.75em 0;
}
.floorPlateCanvasContainer {
	box-shadow: 0 0 7px 0 rgba(0,0,0,0.2);
}
.floorPlateCanvas {
	width: 100%;
	height: 65vh;
	border: 1px solid #ddd;
	min-height: 530px;
}
.gm-style iframe + div { 
	border:none!important; /* Fixes GM blue outline showing up around map bounds */
}

.gm-style-iw-c {
	min-width: 180px !important;
}
.google-map-v2 .gm-style-iw-chr {
	display: block;
	position: absolute;
	top: -1.0em;
	right: 0;
}

.googleMapFloorPlateInfoWindow {
	text-align: left;
	padding: 1.1em 0.9em;
	max-width: 165px;
}
.googleMapFloorPlateInfoWindow h1 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 1.4em;
	margin: 0 0 0.7em 0;
	line-height: 1.2em;
	letter-spacing: normal;
}
.googleMapFloorPlateInfoWindow h1 span {
	display: block;
	font-weight: 400;
	color: #999;
	font-size: 0.75em;
}
.googleMapFloorPlateInfoWindow p {
	font-size: 1.05em;
	line-height: 1.1em;
	margin: 0.4em 0;
	color: #666;
	font-weight: 400;
}
.googleMapFloorPlateInfoWindow p.infoWindowSpec span {
	font-weight: 700;
	display: inline-block;
	min-width: 85px;
}
.suiteFloorplan {
	width: 84%;
	height: auto;
}
.suiteTile img {
	display: block;
	margin: 1.0em 0;
}
.other-community-logo {
	box-sizing: border-box;
	display: inline-block;
	width: 250px;
	height: auto;
	margin: 1.0em;
}
.other-community-logo-terra {
	max-width: 184px;
}
.other-community-logo-marquis {
	max-width: 132px;
}

.hero-video-poster {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.header video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}


/* --------- LINKS -------------------------------------------------- */
a:link, a:visited {
	color: #305c89;
	text-decoration: none;
	transition: color 150ms;
}
a:hover, a:focus {
	color: #204f84;
}
.mainNavGroup a:link, .mainNavGroup a:visited {
	color: #6c3f21;
	background-color: transparent;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 1.0em;
	line-height: 1.0em;
	padding: 0.7em 1.0em;
	margin-left: 2%;
	transition: all 200ms;
	border-radius: 3px;
}
.mainNavGroup a:link:first-of-type {
	margin-left: 0;
}
.mainNavGroup a:hover, .mainNavGroup a:focus {
	background-color: #305c89;
	color: #fff;
}
.sectionAbout a.navAboutLink,
.sectionAreaPlan a.navAreaPlanLink,
.sectionBuilders a.navBuildersLink,
.sectionShowHome a.navShowHomeLink,
.sectionGallery a.navGalleryLink,
.sectionContact a.navContactLink {
	color: #fff;
	font-weight: 700;
	background-color: #004a87;
}



.subNav a:link, .subNav a:visited {
	display: inline-block;
	background-color: #fff;
	background-color: rgba(255,255,255,0.7);
	color: #004a87;
	text-transform: uppercase;
	padding: 0.8em;
	text-align: center;
	min-width: 90px;
	border-radius: 4px 4px 0 0;
}
.subNav a:hover, .subNav a:focus {
	background-color: #fff;
	background-color: rgba(255,255,255,0.9);
}
.subNav a.subNavActive {
	background-color: #fff;
	font-weight: 700;
}
span.subNavSubtitle {
	display: block;
	font-size: 0.66em;
	font-weight: 400;
	margin-top: 0.3em;
}
a.button:link, a.button:visited {
	display: inline-block;
	line-height: 1.3em;
	background-color: #204f84;
	color: #fff;
	border: 2px solid #204f84;
	border-radius: 4px;
	font-style: normal;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 0.9em;
	letter-spacing: 0.04em;
	padding: 0.9em 1.3em;
	transition: all 150ms;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.15);
}
a.button:hover, a.button:focus {
	background-color: #305c89;
	border-color: #305c89;
}
a.smallButton:link, a.smallButton:visited {
	font-size: 0.85em;
	padding: 0.8em 1.2em;
	font-weight: 700;
}
a.tinyButton:link, a.tinyButton:visited {
	font-size: 0.67em;
	padding: 0.7em 1.0em;
	font-weight: 700;
}
a.lotDesignOptionButton:link, a.lotDesignOptionButton:visited {
	font-weight: 400;
	margin: 0 0.5em 0.4em 0;
	text-align: center;
}
a.whiteOutlineButton:link, a.whiteOutlineButton:visited {
	background-color: transparent;
	border: 1px solid #fff;
	color: #fff;
	padding: 0.8em 1.3em;
}
a.whiteOutlineButton:hover, a.whiteOutlineButton:focus {
	background-color: #fff;
	color: #222;
}
.scrollToContent a:link, .scrollToContent a:visited {
	color: #fff;
	color: rgba(255,255,255,0.8);
	text-shadow: none;
	font-size: 0.85em;
}
.scrollToContent a:hover, .scrollToContent a:focus {
	color: rgba(255,255,255,1.0);
}
.footerVerbiage a:link, .footerVerbiage a:visited {
	color: #fff;
	color: rgba(255,255,255,0.6);
}
.gallery a {
	display: block;
	width: 25%;
}
.suite-view-gallery .gallery a {
	width: 25%;
}
a.infoWindowTextLink:link, a.infoWindowTextLink:visited {
	font-weight: bold;
	text-transform: uppercase;
	display: block;
	margin-top: 0.3em;
	border: none;
	outline: none;
}
a.infoWindowButton:link, a.infoWindowButton:visited {
	padding: 0.65em 1.4em;
	background-color: #204f84;
	color: #fff;
	border-radius: 4px;
	font-size: 0.9em;
	display: inline-block;
	text-transform: uppercase;
	border: none;
	outline: none;
}
.breadcrumbBar a:link, .breadcrumbBar a:visited {
	text-transform: uppercase;
	font-size: 0.9em;
	padding: 0.3em 0;
}
.floorPlanOptionNotice a.button {
	padding: 0.7em 1.1em;
	font-size: 0.8em;
	font-weight: 400;
	text-align: center;
	min-width: 100px;
	border-radius: 3px;
}
a.pdfDownloadBtn:link, a.pdfDownloadBtn:visited {
	display: block;
	line-height: 1.3em;
	background-color: #204f84;
	color: #fff;
	border: 2px solid #204f84;
	border-radius: 4px;
	font-style: normal;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 15px;
	text-align: center;
	letter-spacing: 0.04em;
	padding: 0.8em 1.4em;
	transition: all 150ms;
	margin: 1.6em 0;
}
a.pdfDownloadBtn:hover, a.pdfDownloadBtn:focus {
	background-color: #305c89;
}
a.prevNextLotLink:link, a.prevNextLotLink:visited {
	font-family: 'Roboto', sans-serif;
	font-style: normal;
	font-weight: 500;
	text-transform: uppercase;
	font-size: 0.75em;
	letter-spacing: 0.075em;
	padding: 0.85em 1.4em;
	transition: all 150ms;
	display: inline-block;
	background-color: #bbb;
	color: #fff;
	border-radius: 4px;
}
a.prevNextLotLink:hover, a.prevNextLotLink:focus {
	background-color: #666;
}
.floorPlateSelection a:link,
.floorPlateSelection a:visited {
	display: inline-block;
	font-size: 1.2em;
	padding: 0.4em 0.6em;
	border-radius: 3px;
	color: #fff;
	background-color: #999;
	margin: 0 2px;
	transition: background-color 200ms;
}
.floorPlateSelection a:hover,
.floorPlateSelection a:focus {
	background-color: #204f84;
}
.floorPlateSelection a.active {
	background-color: #6c3f21;
}
a.infoWindowClickToViewSuite:link,
a.infoWindowClickToViewSuite:visited {
	display: block;
	text-align: center;
	background-color: #204f84;
	color: #fff;
	border-radius: 3px;
	text-transform: uppercase;
	font-size: 0.9em;
	font-weight: 700;
	padding: 0.8em 0.2em;
	letter-spacing: normal;
	border: none;
	outline: none;
	margin-top: 1.5em;
}
a.infoWindowClickToViewSuite:hover {
	outline: none;
}
a.toggle-similar-suites {
	position: absolute;
	right: -12px;
	top: 51%;
	transform: translateY(-50%);
	padding: 0.3em;
	background-color: #e8e8e8;
	border-radius: 100%;
}
.suiteTileContainer {
	box-sizing: border-box;
	width: 20%;
}
a.suiteTile:link, a.suiteTile:visited {
	box-sizing: border-box;
	display: block;
	border: 2px solid #e8e8e8;
	border-radius: 4px;
	padding: 1.25em;
	margin: 0.5em;
	transition: all 200ms;
}
a.suiteTile:hover {
	border: 2px solid rgba(48,92,137,0.6);
}
.suiteTile span.suiteTileNumber {
	color: #222;
	font-size: 1.3em;
	font-weight: 700;
}
.suiteTile span.suiteTileType,
.suiteTile span.suiteTileBedBath {
	color: #999;
	font-size: 0.9em;
}
.suiteTile span.suiteTileSquareFeet {
	display: block;
	color: #666;
	font-size: 0.9em;
	text-align: center;
}

.hero-scroll-to-content {
	z-index: 999;
	position: absolute;
	bottom: 40px;
	left: 50%;
	transform: translateX(-50%);
	color: rgba(255,255,255,0.4) !important;
	font-size: 2.0em;
}
.hero-scroll-to-content:hover {
	color: rgba(255,255,255,0.7) !important;
}

/* -------- VR Tour Posters ------------------------------- */

.vrPosterFrameContainer {
	position: relative;
}
a.vrPosterFrameVerbiage {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 8888;
	background-color: rgba(0,0,0,0.7);
	border-radius: 9px;
	padding: 1.8em;
	text-align: center;
	max-width: 370px;
	margin: 10px;
	transition: background-color 0.25s ease;
	overflow: hidden;
}
a.vrPosterFrameVerbiage h4 {
	color: #fff;
	font-size: 1.4em;
	margin: 0 0 0.5em 0;
}
a.vrPosterFrameVerbiage p {
	color: #fff;
}
a.vrPosterFrameVerbiage i {
	font-size: 4.2em;
	color: #fff;
	transition: color 0.25s ease;
}
a.vrPosterFrameVerbiage:hover {
	background-color: rgba(0,0,0,0.93);
}
a.vrPosterFrameVerbiage:hover i {
	color: #305c89;
}

