
body {
    background: #333333 none repeat scroll 0 0;
    color: #000000;
    font-family: 'Overpass', sans-serif;
    font-size: 16px;
    line-height: 1.5;
    margin: 0;
}
a, a:hover, a:active, a:focus {
    cursor: pointer;
    outline: 0 none;
}
a:active, a:focus {
	border: 1px solid 
}
.e3pagetemplate {
    color: #2a2a2a;
}
.e3pagetemplate a {
    color: #2a2a2a;
}
h1, h2, h3, h4, h5, h6 {
    color: #849c4b;
    margin: 0;
}
a.e3-button {
    background: #849c4b none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    color: #fff;
	box-shadow: 0 6px 7px rgba(0,0,0,0.1);
}
a.e3-button:hover {
    background: #56652d none repeat scroll 0 0;
}
img {
    border: medium none;
}
.MainInformationTable {
    width: 100%;
}
.EditableImageEdit .ImageSelectorHeader, .EditableImageEdit .EditableTextTitle {
    position: relative;
    z-index: 9999;
}
.EditMode header {
    position: relative;
	z-index: 0;
}
.fa > span {
	display: none;
}
header {
    background: #eeeeee none repeat scroll 0 0;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.45);
    float: left;
    height: 75px;
    position: fixed;
    transition: top 0.3s ease 0s;
    width: 100%;
    z-index: 200;
}
header .mobile-nav-btn {
    float: left;
    height: 30px;
    margin: 15px 0 0;
    position: relative;
    width: 10%;
    z-index: 5;
}
header #menu-button {
    color: #2a2a2a;
    display: block;
    height: 40px;
    padding-left: 0 !important;
}
#menu-button::before {
    display: none;
}
header #menu-button i {
    font-size: 30px;
}
header nav {
    background: #eaebe9 none repeat scroll 0 0;
    box-shadow: 2px 1px 5px rgba(0, 0, 0, 0.33);
    color: #fff;
}
.mobile-nav-btn {
    float: left;
}
#main-menu {
    box-shadow: none;
}
#main-menu li, #main-menu a {
    border: medium none;
    border-radius: 0;
    font-weight: normal;
    text-transform: uppercase;
}
#main-menu > li > a {
    background: #eaebe9  none repeat scroll 0 0;
    color: #2a2a2a;
    text-shadow: none;
}
#main-menu a.current {
    background: transparent none repeat scroll 0 0;
    color: #2a2a2a;
}
#main-menu ul a.current {
    background: #e0e1de none repeat scroll 0 0;
    color: #2a2a2a;
}
#main-menu ul a {
    background: #e0e1de none repeat scroll 0 0;
    color: #2a2a2a;
}
#main-menu > li > ul > li a {
    background: #e0e1de none repeat scroll 0 0;
    color: #2a2a2a;
}
#main-menu > li > ul > li > ul > li a {
    background: #e0e1de none repeat scroll 0 0;
    color: #2a2a2a;
}
#main-menu .sub-arrow {
    background: #e0e1de none repeat scroll 0 0;
    color: #2a2a2a !important;
    width: 42px;
}
header .MyProfile_Member {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    float: right;
    height: 35px;
    margin: 0;
    padding: 0;
    text-align: right;
    width: 10%;
}
.MyProfile_Svg {
    color: #2a2a2a;
    float: right !important;
    height: 30px !important;
    margin: 15px 0 0 10px !important;
    width: 30px !important;
}
.MyProfile_Svg svg {
    fill: #2a2a2a;
}
header .MyProfile_Member .click_transparent {
    width: 100%;
}
header .MyProfile_Member .MyProfile_Name {
    display: none;
}
header .MyProfile_Member .arrow-down {
    display: none;
}
header .MyProfile_Member .fullView {
    background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
    left: auto;
    right: -10px;
    top: 75px;
    width: 190px;
}
header .MyProfile_Member .MyProfile_FullMain {
    border: medium none;
    padding: 0;
    width: 100%;
}
header .MyProfile_Member .fullView a {
    border: medium none;
    color: #ffffff;
    font-size: 13px;
    height: auto;
    line-height: normal;
    margin: 0;
    padding: 10px 15px;
    text-align: left;
    text-decoration: none;
    width: 100%;
}
header .MyProfile_Member .fullView a:hover {
    color: #e0e1de;
}
header .MyProfile_Member .fullView a div {
    display: none;
}
header .arrow-down {
    border-top: 5px solid #2a2a2a;
}
.cmsdesklink {
    display: none;
}
header .logo {
    display: block;
    float: left;
    height: 54px;
    left: 50%;
    margin: 10px auto 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    text-align: center;
    transform: translateX(-50%);
    width: 80%;
}
header .logo img {
    max-height: 54px;
}
.banner {
    clear: both;
    float: left;
    position: relative;
    margin: 75px 0 0;
    width: 100%;
}
.page-content {
    background: #fff none repeat scroll 0 0;
    float: left;
    position: relative;
    width: 100%;
}
.page-content .container {
    padding: 0;
}
.content-top {
    background: #fff none repeat scroll 0 0;
    color: #2a2a2a;
    float: left;
    padding: 40px 15px 30px;
    text-align: left;
    width: 100%;
}
.content-top h3 {
    float: left;
    font-size: 16px;
    padding-top: 20px;
	color: #333333;
}
.content-top h3::before {
    border-top: 2px solid #333333;
    content: "";
    display: block;
    height: 1px;
    margin: 0;
    position: absolute;
    top: 0;
    width: 50px;
}
.content-top h2 {
    font-size: 24px;
    margin: 15px 0 0;
}
.content-middle {
    background:#7c9444;
    color: #fff;
    float: left;
    padding: 50px 0 36px;
    text-align: center;
    width: 100%;
}
.content-middle > .container {
    display: flex;
    flex-flow: column nowrap;
    padding: 0 30px;
}
.btn-icon {
    height: 50px;
    margin: 0 auto 12px;
    width: 50px;
}
.amenities-btn {
    background: transparent none repeat scroll 0 0;
    border: 4px solid #ffffff;
    box-sizing: border-box;
    cursor: pointer;
    font-size: 16px;
    line-height: 22px;
    margin: 10px auto;
    min-height: 280px;
    padding: 54px 40px 22px;
    text-align: center;
    transition: all 0.3s ease 0s;
}
.amenities-btn h2 {
    color: #ffffff;
    line-height: 24px;
    margin: 10px 0 17px;
}
.amenities-btn a {
    color: #ffffff;
    text-decoration: none;
}
.amenities-btn:hover {
    background: #ffffff none repeat scroll 0 0;
    color: #2a2a2a;
}
.amenities-btn:hover h2 {
    color: #838e36;
    line-height: 22px;
    margin: 10px 0 17px;
}
.amenities-btn:hover a {
    color: #838e36;
}
.btn1 .btn-icon {
    background: transparent url("/SiteDesign/Images2017/golficon.aspx") no-repeat scroll center bottom;
}
.btn2 .btn-icon {
    background: transparent url("/SiteDesign/Images2017/poolicon.aspx") no-repeat scroll center bottom;
}
.btn3 .btn-icon {
    background: transparent url("/SiteDesign/Images2017/drinkicon.aspx") no-repeat scroll center bottom;
}
.amenities-btn:hover .btn-icon {
    background-position: center top;
}
.content-bottom {
    background: #4f6223;
    color: #fff;
    float: left;
    padding: 0;
    text-align: left;
    width: 100%;
}
.content-bottom h3 {
    color: #fff;
	padding: 0 0 20px;
    font-size: 14px;
}
.request-text {
    font-size: 18px;
	text-align: center;
	background: #4f6223;
	padding: 32px 25px;
}
.request-text .e3-button {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #fff;
    color: #fff;
}
.request-text .e3-button:hover {
    background: #fff none repeat scroll 0 0;
    color: #4f6223;
}
.right-testimonial {
	font-size: 14px;
	text-align: center;
	background: #fff;
	padding: 32px 25px;
	color: #2a2a2a;
}
.right-testimonial h3 {
	color: #2a2a2a;
}
.right-testimonial a {
	color: #2a2a2a;
}
.right-testimonial img {
	vertical-align: middle;
}
footer {
    float: left;
    position: relative;
    width: 100%;
}
.footer-top {
    background: #333333 none repeat scroll 0 0;
    box-sizing: border-box;
    color: #fff;
    float: left;
    font-size: 14px;
    padding: 35px 0 16px;
    width: 100%;
}
.footer-top a {
    color: #fff;
    text-decoration: none;
}
.footer-info {
    float: left;
    font-size: 14px;
    margin: 0 0 36px;
    text-align: center;
    width: 100%;
}
.ft-logo {
    margin: 0 0 30px;
}
.ft-addy {
}
.ft-contact {
    margin: 20px 0;
}
.footer-top h3 {
    color: #fff;
	font-size: 18px;
	padding-bottom: 20px;
}
.footer-top h3:after {
    content: "";
    background: #000;
    float: left;
    position: absolute;
    padding: 2px 1px 0;
    clear: both;
    height: 2px;
    width: 50px;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
}
.ft-end {
    align-items: flex-start;
    display: flex;
    flex-flow: column nowrap;
}
.ft-social {
	text-align: center;
    float: left;
    width: 100%;
    padding: 15px 0 30px;
}
.ft-social .fa {
    font-size: 18px;
    padding: 0 6px;
}
.ft-copyright {
	float: left;
	width: 100%;
	text-align: center;
}
@media (min-width: 768px) {
	header {
		background: rgba(0,0,0,0.75);
		background: -moz-linear-gradient(top, rgba(0,0,0,0.75) 0%, rgba(255,255,255,0) 100%);
		background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0.75)), color-stop(100%, rgba(255,255,255,0)));
		background: -webkit-linear-gradient(top, rgba(0,0,0,0.75) 0%, rgba(255,255,255,0) 100%);
		background: -o-linear-gradient(top, rgba(0,0,0,0.75) 0%, rgba(255,255,255,0) 100%);
		background: -ms-linear-gradient(top, rgba(0,0,0,0.75) 0%, rgba(255,255,255,0) 100%);
		background: linear-gradient(to bottom, rgba(0,0,0,0.75) 0%, rgba(255,255,255,0) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#ffffff', GradientType=0 );

		box-shadow: none;
		height: 300px;
		position: absolute;
	}
	header .logo {
		height: 104px;
		margin: 15px auto 0;
	}
	header .logo img {
		max-height: 104px;
	}
	header #menu-button {
    	color: #fff;
	}
	.cmsdesklink {
		display: block;
		float: right;
	}
	header .MyProfile_Member {
		background: #849c4b none repeat scroll 0 0;
		color: #fff;
		float: right;
		height: auto;
		margin: 15px 2% 0 0;
		padding: 3px 5px 0;
		position: absolute;
		right: 0;
		width: auto;
		z-index: 5;
	}
	.MyProfile_Svg {
		color: #595834;
		float: left !important;
		/* height: 30px !important; */
		margin: 3px 10px 0px 0 !important;
		/* width: 30px !important; */
	}
	.MyProfile_Svg svg {
		fill: #595834;
	}
	header .MyProfile_SignedOut {
		height: auto;
	}
	header .MyProfile_SignedIn {
		height: auto;
	}
	header .MyProfile_Member .MyProfile_Name {
		color: #fff;
		display: inline-block;
		font-size: 15px;
		font-weight: normal;
		height: auto;
		line-height: 2.9;
		text-shadow: none;
		width: auto;
	}
	header .MyProfile_Member .arrow-down {
		border-top-color: #fff;
		display: inline-block;
		margin: 20px 5px 0 8px;
	}
	header .MyProfile_Member .fullView {
		background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
		left: auto;
		right: 0;
		top: 46px;
	}
	header .MyProfile_Member .MyProfile_FullMain {
	}
	header .MyProfile_Member .fullView a {
		color: #fff;
	}
	header .MyProfile_Member .fullView a:hover {
		color: #fff;
	}
	header .MyProfile_Member .fullView a div {
	}
	.hero-text {
		text-shadow: 0 2px 13px rgba(0, 0, 0, 0.45);
		width: 100%;
		position: absolute;
		top: 50%;
		left: 0;
		text-align: center;
		pointer-events: none;
		transform: translateY(-50%);
	}
	.hero-text h1 {
		color: #fff;
		font-size: 30px;
		font-weight: 900;
		letter-spacing: 0.22em;
		text-transform: uppercase;
		line-height: 1;
	}
	.scroll-down {
		align-items: flex-end;
		display: flex;
		height: 100%;
		justify-content: center;
		left: 0;
		position: absolute;
		top: 0;
		width: 100%;
	}
	.scroll-down .fa {
		background: #e6eadb none repeat scroll 0 0;
		color: #849037;
		cursor: pointer;
		font-size: 51px;
		padding: 0 28px;
	}
	.banner {
		margin: 0;
	}
	.page-content {
	}
	.page-content > .container {
		width: 100%;
	}
	.content-top h2 {
		font-size: 32px;
		line-height: 1.2;
		margin: 10px 0 5px;
	}
	.right-text img {
		margin-bottom: 25px;
		max-width: 100%;
	}
	.content-middle {
		background: url('/SiteDesign/Images2017/content2-bg.aspx') center / cover;
	}
	.content-middle > .container {
		align-items: stretch;
		display: flex;
		flex-flow: row nowrap;
		justify-content: space-around;
		padding: 0;
	}
	.amenities-btn {
		min-height: 340px;
		width: 29%;
	}
	.amenities-btn h2 {
		font-size: 19px;
	}
	.request-text {
		text-align: left;
	}
	.request-text-container {
		float: right;
		width: 94%;
	}
	.right-testimonial {
		background: #fff url('/SiteDesign/Images2017/testimonials-bg.aspx') center /cover;
		text-align: left;
	}
	.right-testimonial-container {
		float: left;
		width: 94%;
	}
	footer {
	}
	.footer-top h3 {
		padding-bottom: 40px;
	}
	.footer-top h3:after {
		left: 15px;
		transform: translateX(0);
	}
	.footer-info {
		text-align: left;
	}
	.ft-logo {
		margin: 0;
	}
	.ft-logo img {
		max-width: 98%;
	}
	.ft-contact {
		margin: 0;
	}
	.ft-social {
    	text-align: right;
		padding: 0;
	}
	.ft-copyright {
		text-align: right;
		margin-top: 40px;
	}
}
@media (min-width: 1025px) {
	header {
	}
	header > .container {
		width: 96%;
	}
	header .logo {
		height: 108px;
		margin: 50px 0 0 0;
		position: relative;
		width: auto;
	}
	header .logo img {
		max-height: 108px;
	}
	header .mobile-nav-btn {
		display: none;
	}
	#divMainMenu {
		position: relative;
		z-index: 5;
	}
	header nav {
		background: transparent none repeat scroll 0 0;
		box-shadow: none;
		clear: both;
		float: left;
		padding: 0;
		position: relative;
		text-align: left;
		top: 30px;
		width: 100%;
	}
	#main-menu {
		background: transparent none repeat scroll 0 0;
		box-shadow: none;
		clear: none;
		display: table !important;
		margin: 0 auto;
		white-space: nowrap;
		width: auto;
	}
	#main-menu li, #main-menu a {
		border: medium none;
		border-radius: 0;
		font-size: 15px;
	}
	#main-menu > li {
		display: inline-block;
		float: none;
	}
	#main-menu > li > a {
		background: transparent none repeat scroll 0 0;
		color: #fff;
		padding: 8px 15px 7px;
	}
	#main-menu a.hover {
		color: #eee;
	}
	#main-menu a.current {
		color: #eee;
	}
	#main-menu > li > a:hover {
		background: transparent none repeat scroll 0 0;
		color: #eee !important;
	}
	#main-menu ul {
		background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
		border: medium none;
		border-radius: 0;
		box-shadow: none;
		left: 0 !important;
		padding: 0;
	}
	#main-menu ul a.current {
		color: #2a2a2a;
	}
	#main-menu ul a:hover, #main-menu ul a.highlighted {
		background: #e0e1de none repeat scroll 0 0;
		color: #2a2a2a;
	}
	#main-menu ul ul > li {
		background: #eaebe9 none repeat scroll 0 0;
		color: #2a2a2a;
	}
	#main-menu > li > ul > li a {
		background: #eaebe9 none repeat scroll 0 0;
		color: #2a2a2a;
		text-align: left;
	}
	#main-menu > li > ul > li > ul > li a {
		background: #eaebe9 none repeat scroll 0 0;
		color: #2a2a2a;
		text-align: left;
	}
	#main-menu ul ul > li a {
		color: #2a2a2a;
	}
	#main-menu > li > ul > li > ul {
		left: 0 !important;
		right: auto !important;
	}
	#main-menu > li > ul > li > ul > li > ul > li a {
		background: #eaebe9 none repeat scroll 0 0;
		color: #2a2a2a;
		text-align: left;
	}
	#main-menu > li > ul > li > ul > li > ul > li ul > li a {
		background: #eaebe9 none repeat scroll 0 0;
		color: #2a2a2a;
		text-align: left;
	}
	#main-menu .sub-arrow {
		display: none;
	}
	.hero-text {
		font-size: 50px;
		top: 60%;
	}
	.hero-text h1 {
		line-height: 1.5;
	}
	.scroll-down {
		height: 100%;
	}
	.content-top {
		padding: 80px 0 77px;
	}
	.content-top > .container {
	}
	.top-title {
		margin-left: 4.55%;
	}
	.left-text {
		padding: 0 45px 0 0;
	}
	.right-text {
		padding: 0;
	}
	.content-middle {
		padding: 59px 0 45px;
	}
	.content-middle > .container {
	}
	.amenities-btn {
		margin: 0;
		min-height: 325px;
		width: 30%;
	}
	.amenities-btn:nth-child(2) {
		margin: 0 4%;
	}
	.content-bottom {
	}
	.content-bottom h3 {
		padding-top: 16px;
	}
	.request-text-container, .right-testimonial-container {
		width: 472px;
	}
	.footer-top {
		padding: 40px 0 13px;
	}
	.footer-top > .container {
		padding: 0;
	}
	.ft-logo {
		margin: 0;
	}
	.ft-addy {
	}
	.ft-contact {
		margin: 0;
	}
	.ft-end {
		align-items: flex-end;
		padding: 0;
	}
	.ft-social {
		text-align: right;
	}
	.ft-copyright {
		float: right;
		text-align: right;
	}
}
@media (min-width: 1200px) {
	.request-text-container, .right-testimonial-container {
		width: 560px;
	}
}
