@charset "utf-8";
/* CSS Document */
html{
	height:100vh;
	font-size:16px;
}
body{
	min-height:100%;
	font-family: 'Open Sans', sans-serif;
	background:url(../images/background_gold.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
/*---Bootstrap V4 beta d-flex, align-items, justify-content adding old browser prefixes---*/
.d-flex{
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
}
.align-items-center{
	-webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
}
.justify-content-center{
	-webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
}
.justify-content-between{
	-webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.nav{
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
	-webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
}
.navbar{
	-webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
	-webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
	-webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	-webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
}
/*----- End Bootstrap V4 beta additions --------------*/
#HeaderNav{
	height:auto;
	z-index: 109;
	box-shadow: 0;
	background-color:#000;
	padding-top:11px;
	padding-bottom:11px;
}
#MobileLogo{
	display:block;
	margin: 0px auto;
	text-align: center;
}
#MainNav{
	display:none;
}
#MobileNavContainer{
	display:flex;
	box-shadow: 0 3px 5px rgba(0,0,0,.5);
	background-color:#e8c859;
	padding-left:0;
	padding-right:0;
}
#MobileNavContainer .row{
	width:100%;
}
#MobileNav{
	padding:0;
}
#MobileNav .nav-item{
	min-height:57px;
}
#MobileNav .nav-link{
	padding:0 .5rem;
	text-transform: uppercase;
	font-size:.6rem;
	font-weight:500;
	color:#000;
	height:100%;
}
#Mobilenav .nav-link:hover{
	border-style: solid;
	border-color: #fff;
	background-color: transparent;
	border-width: 0 0 3px 0;
}
#PageTitle{
	position:relative;
	margin-top:5rem; /* margin-top:5vh; */
	min-height: 58px;
	box-shadow: 0 3px 5px rgba(0,0,0,.375);
	background: -webkit-gradient(linear, center top, center bottom, from(rgba(0,0,0,0.6)),color-stop(100%, rgba(0,0,0,0.9)));
	background: -webkit-linear-gradient(top,rgba(0,0,0,0.6) ,rgba(0,0,0,0.9) 100%);
	background: linear-gradient(to bottom,rgba(0,0,0,0.6) ,rgba(0,0,0,0.9) 100%);
	padding-top: 4vh;/*-- was 50px --*/
    padding-bottom: 4vh;
}
#PageTitle h1{
	color:#fff;
	font-weight:600;
	font-size:2rem;
	text-align: center;
}
#MainContent{
	position:relative;
	padding:4rem 0; /* padding:4vh 0; */
	margin-top:4rem; /* margin-top:5vh; */
	box-shadow: 0px 3px 5px rgba(0,0,0,0.375);
    background: -webkit-gradient(linear, center top, center bottom, from(rgba(232,200,89,0.75)),color-stop(100%, rgba(252,240,129,0.75)));
    background: -webkit-linear-gradient(top,rgba(232,200,89,0.75) ,rgba(252,240,129,0.75) 100%);
    background: linear-gradient(to bottom,rgba(232,200,89,0.75) ,rgba(252,240,129,0.75) 100%);
}
#MainContent h4{
	color:#000;
	font-weight:600;
	text-transform: uppercase;
	margin-bottom:1rem;
}
#contentLeft{
	padding: 0 2vw 0 3vw;
}
#contentLeft ul li a{
	font-size:1rem;
}
#contentLeft i{
	font-size:18px;
	margin-right:9px;
	color:#000;
}
#contentLeft a, #contentRight a{
	color:#000;
	font-size:1.25rem;
}
#contentLeft a:hover, #contentRight a:hover{
	color:#fff;
}
#contentLeft #ResidencyList{
	padding-left:1rem;
}
#contentRight p a{
	color:#000;
	font-size:1rem;
	text-decoration: underline;
}
#contentRight p a:hover{
	color:#fff;
}
#contentRight{
	padding: 0 3vw 0 2vw;
}
#contentRight label{
	font-size:.7rem;
	display:block;
}
#contentRight .fieldError{
	color:#FF0004;
	font-size:.75rem;
}
#contentRight .SubmitSuccess{
	color:#fff;
	font-size:.8rem;
	background:rgba(89,142,57,1.00);
	padding:.25rem .5rem;
	text-align: center;
}
#contentRight input[type="email"], #contentRight input[type="text"], #contentRight input[type="tel"]{
	width:100%;
	margin-bottom:.5rem;
}
#contentRight input[type="checkbox"]{
	width:auto;
	-ms-transform: scale(1.25); /* IE */
	-moz-transform: scale(1.25); /* FF */
	-webkit-transform: scale(1.25); /* Safari and Chrome */
	-o-transform: scale(1.25); /* Opera */
	transform: scale(1.25);
}
#contentRight #lblCheckbox{
	display:inline-block;
}
#contentRight form #formSubmit{
	width:auto;
	outline: none;
	border: none;
	background-color:#000;
	color:#fff;
	text-transform: uppercase;
	padding: 1vh 2.5vw;
	cursor: pointer;
}
#contentRight form #formSubmit:hover{
	background-color:#121212;
}
#contentRight h6{
	color:#000;
	font-weight:600;
}
#ContactFormWrap{
	display:block;
	text-align: center;
}
#form1{
	display:inline-block;
	margin: 0 auto;
	text-align: left;
}
#contact{
	text-align: center;
}
#contact a{
	font-size:1rem;
	font-weight:600;
	color:#000;
	line-height:1.1;
}
@media (min-width:576px){
	.container{
		max-width:100%;
	}
	#form1{
		display:inline-block;
		margin: 0 auto;
		text-align: left;
	}
	#contentRight label{
		font-size:.8rem;
	}
}
@media (min-width:768px){
	.container{
		max-width:100%;
	}
	#MobileLogo{
		display: none;
	}
	#HeaderNav{
		height:75px;
		box-shadow: 0 3px 3px rgba(0,0,0,.5);
		padding:0;
	}
	#MainNav{
		display:flex;
	}
	#MobileNavContainer{
		display:none;
	}
	#contentLeft #ResidencyList{
		padding-left:40px;
	}
	#PageTitle{
		margin-top:0;
	}
	#PageTitle h1{
		font-size:3.5rem;
	}
	#contentRight label{
		font-size:.95rem;
	}
	.nav-item{
	height:75px;
	}
	.nav-link{
		padding:0 .75rem;
		text-transform: uppercase;
		font-size:.8rem;
		font-weight:400;
		color:#fff;
		height:100%;
	}
	.nav-link:hover{
		color:#E8C859;
		margin-top:4px;
		border-style: solid;
		border-color: #ADADB1;
		background-color: transparent;
		border-width: 0 0 4px 0;
	}
}
@media (min-width:992px){
	.container{
		max-width:960px;
	}
	#form1{
		display:block;
	}
	#contact{
		text-align: left;
	}
}
@media (min-width:1200px){
	.container{
		max-width:1160px;
	}
	#contentRight label{
		font-size:1rem;
	}
}