@charset "utf-8";
body {
	margin:0px;
	font-family:'Lora', Times, serif;
	color:#000000;
	font-size:14px;
	line-height:1.5;
	background:#202020;
}
a, a:hover, a:active, a:focus {
	cursor:pointer;
	outline:0;
}
.e3pagetemplate {
	font-family:'Lora', Times, serif;
	color:#000000;
	font-size:15px;
}
.e3pagetemplate a {
	color:#000000;
}
hr {
	border-color: transparent;
	height: 1px;
	background:#333;
	border:none;
}
h1, h2, h3, h4, h5, h6 {
	color:#000000;
	margin:0;
}
h1 {
	font-weight:bold;
	font-size:50px;
	color: #ae955f;
}
h2 {
	font-weight:normal;
	font-size:34px;
}
h3 {
	font-weight:bold;
	font-size:23px;
}
h4 a {
	background: #ae955f;
	color: #fff;
	border: ;
	border-radius: ;
	font-size:16px;
	padding: 6px 20px;
	text-align:center;
	display:inline-block;
	float:left;
	min-width:110px;
	text-decoration:none;
	font-weight:normal;
}
h4 a:hover {
}
img {
	border: none;
}
.MainInformationTable{
	width:100%;
}
.EditableImageEdit .ImageSelectorHeader, .EditableImageEdit .EditableTextTitle {
    position: relative;
    z-index: 9999;
}
/*New MC Weather Style*/
.e3pagetemplate .BirAtGlance, .e3pagetemplate .CalAtGlance, .e3pagetemplate .WeaAtGlance {
	font-family:inherit;
    background: #ae955f none repeat scroll 0 0;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.14);
    box-sizing: border-box;
    padding: 10px;
    width:100%;
    border: none;
    margin-bottom: 20px;
	color: #fff;
    /*box-shadow:0 0 3px 0 rgba(0, 0, 0, 0.14), 0 64px 0 -30px rgba(0, 0, 0, 0.5) inset;*/
}
.e3pagetemplate .BirAtGlance a, .e3pagetemplate .CalAtGlance a, .e3pagetemplate .WeaAtGlance a {
	color: #fff;
    font-weight: bold;
    text-decoration: none;
}
.e3pagetemplate .WeaAtGlance .AGToday, .e3pagetemplate .BirAtGlance .AGTitle, .e3pagetemplate .CalAtGlance .AGTitle {
   	/*weather titles*/
   	padding: 0 0 10px;
    width: 100%;
    border-bottom: 1px solid #fff;
    text-align: center;
    font-size:16px;
    font-weight: normal;
}
.e3pagetemplate .BirAtGlance .AGTitle, .e3pagetemplate .CalAtGlance .AGTitle {
	/*events and birthday titles*/
    /*background: #333 none repeat scroll 0 0;
    border-radius: 3px 3px 0 0;
    color: #dedede;
    margin: -10px -10px 0;
    padding: 5px 10px;
    width: 100%;
    text-align: center;
    font-size:16px;
    font-weight: normal;*/
}
.e3pagetemplate .WeaAtGlance .AGToday > img {
    display: block;
    height: 64px !important;
    width: 64px !important;
    margin:0 auto;
}
.e3pagetemplate .WeaAtGlance .AGDay {
    width: 100%;
    font-size:13px;
}
.e3pagetemplate .WeaAtGlance .AGPic img {
    height: auto !important;
    min-width: 35px;
}
.e3pagetemplate .WeaAtGlance .AGDay:first-child {
	border-bottom: 1px solid #fff;
    padding-bottom: 10px;
}
.e3pagetemplate .WeaAtGlance .AGDate {
    border: medium none;
    float: left;
    width: 25%;
}
.e3pagetemplate .WeaAtGlance .AGPic {
    float: right;
    width: 25%;
    text-align: right;
}
.e3pagetemplate .WeaAtGlance .AGTemp {
    width: 50%;
    float:right;
    text-align: center;
}
.e3pagetemplate .WeaAtGlance .AGCast {
    width: 50%;
    float:right;
    text-align: center;
}
.e3pagetemplate .BirAtGlance .AGScroll, .e3pagetemplate .CalAtGlance .AGScroll, .e3pagetemplate .CalAtGlance .Cont2 {
	padding:0;
	width:100%;
}
.e3pagetemplate .CalAtGlance .AltCont, .e3pagetemplate .CalAtGlance .AltLink, .e3pagetemplate .EveAtGlance .AltLink, .e3pagetemplate .CalAtGlance .Link, .e3pagetemplate .EveAtGlance .Link {
	/*Upcoming Events even items*/
	margin: 0 -10px;
    padding: 10px;
}
.e3pagetemplate .CalAtGlance .AltCont, .e3pagetemplate .CalAtGlance .AltLink, .e3pagetemplate .EveAtGlance .AltLink {
    /*alt event items only*/
    /*box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1) inset;*/
}
.e3pagetemplate .CalAtGlance .Link2 {
	padding:0 0 3px;
}
.e3pagetemplate .BirAtGlance {
	text-align: center;
}
.e3pagetemplate .BirAtGlance .AGDay {
	margin-top:5px;
}
.e3pagetemplate .BirAtGlance .AGDay page_header_1:first-child {
    margin-bottom: 5px;
}
.e3pagetemplate .BirAtGlance a {
	font-size:12px;
}
/* Member Central Web Parts End */
.fullwidth_slideshow {
	height: 640px;
	width: 100%;
	float:left;
	position:absolute;
	overflow:hidden;
	z-index:-10;
	margin-top: 96px;
	min-width: 960px;
}
.fullwidth_slideshow > div {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100% !important;
    width: 100% !important;
	overflow:hidden;
}
.fullwidth_slideshow img {
	position:absolute;
	left:50% !important;
	margin-left: -950px;
	height:auto !important;
	width: 100% !important;
	min-height:100% !important;
	min-width: 960px !important;
}
@media screen and (min-width: 1900px) {
    .fullwidth_slideshow img {
		height:100% !important;
		width:auto !important;
		min-height:695px !important;
		min-width: 1900px !important;
		margin:0 !important;
		left:0 !important;
	}
}
.EditMode .fullwidth_slideshow {
	position:relative;
	z-index:1;
	height:210px;
	overflow:hidden;
}
.TopDropLayout1 {
	float:left;
	width:100%;
	min-width:960px;
}
.TopDropLayout1 .page_header {
	float:left;
	width:100%;
	min-width:960px;
	background:rgba(0, 0, 0, 0.25) url("/SiteDesign/Images/header-bg.aspx") repeat-x scroll 0 0;
	height:738px;
}
.page_header .page_header_wrapper {
	margin:auto;
	width:960px;
}
.page_header_wrapper a{
	text-decoration:none;
}
.page_header_wrapper .page_header_1 {
	width:960px;
	float:left;
}
.page_header_1 .oneCMSMenu {
	cursor:pointer;
	margin: 0 auto;
	text-align:center;
	color: #010101;
	font-size: 15px;
	font-family:'Lora', Times, serif;
	line-height: 3.65;
}
.page_header_1 .oneCMSMenuItem {
	padding: 19px 25px;
	border-top: 3px solid transparent;
}
.page_header_1 .oneCMSMenuItemMouseOver, .page_header_1 .oneCMSMenuHighlightedMenuItemMouseOver, .page_header_1 .oneCMSMenuHighlightedMenuItem {
	padding: 19px 25px;
	border-top: 3px solid #ae955f;
}
.page_header_1 .CMSMenu {
	cursor:pointer;
	width:auto !important;
	padding:5px 10px;
	background: #ae955f;
	color: #010101;
}
.page_header_1 .CMSMenuItem, .page_header_1 .CMSMenuHighlightedMenuItem {
	padding:4px 20px 4px 10px;
	color: #ffffff;
}
.page_header_1 .CMSMenuItemMouseOver, .page_header_1 .CMSMenuHighlightedMenuItemMouseOver {
	padding:4px 20px 4px 10px;
}
/* CSS to style first drop down item
.CMSMenu tr:nth-child(1) .CMSMenuItem, .CMSMenu tr:nth-child(1) .CMSMenuItemMouseOver {
}
*/

.SignInButton {
    padding: 19px 25px;
	border-top: 3px solid transparent;
	margin-top: -2px;
}
.SignInButton:hover {
	padding: 19px 25px;
	border-top: 3px solid #ae955f;
}
.SignInButton a {
    color: #010101;
}
.page_header_wrapper .page_header_2 {
	width: 960px;
	height: 102px;
	float:left;
}
.page_header_2 .logo {
	width: 102px;
	height: 102px;
	margin: 20px auto 0;
}
.page_header_3 {
	float:left;
	width: 100%;
	background: #fff;
	margin-top:538px;
}
.page_header_3 .white-text {
	box-sizing: border-box;
    margin: 0 auto;
    padding: 58px 0;
    width: 960px;
}
.white-text h1 {
    line-height: 1;
    padding-right: 60px;
}
.white-text h3 {
    font-weight: normal;
}
.white-text h4 a {
    background: #ae955f none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    float: left;
    font-size: 16px;
    font-weight: normal;
    min-width: 156px;
    padding: 16px 38px;
    text-align: center;
    text-decoration: none;
}
.white-text > table:nth-child(2) {
    margin: 43px 0;
}
.white-text table:nth-child(2) td:nth-child(1) {
    padding-right: 20px;
}
.page_header_wrapper .page_header_4 {
}
.TopDropLayout1 .page_content {
	float:left;
	width:100%;
	min-width:960px;
	background: url('/SiteDesign/Images/bottom-content-bg.aspx') top center / cover;
	color: #fff;
	margin-top: 475px;
}
.page_content .page_content_wrapper {
	margin:0 auto;
	width:960px;
}
.page_content .currentUserLabelText {
	float:right;
	color:#fff;
	margin:0 10px 0 0;
	text-decoration:none;
	font-style:italic;
}
.page_content .cmsdesklink {
	float:right;
	color:#fff;
	margin:0 10px 0 0;
	text-decoration:none;
	font-style:italic;
}
.page_content .signoutLink {
	float:right;
	color:#fff;
	text-decoration:none;
	font-style:italic;
}
.page_content .club-life {
	width:960px;
	float:left;
	padding: 82px 0 0;
	box-sizing: border-box;
}
.club-life h2 {
	color: #fff;
	font-weight: bold;
}
.club-life td:nth-child(1) {
    width: 250px;
	padding-right: 36px;
}
/*.page_content .amenities-tab {
	width:960px;
	clear:both;
	float:left;
	padding: 20px 0 35px;
	box-sizing: border-box;
}
.amenities-tab ul.tabs{
	display: inline-block;
    float: left;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    width: 250px;
}
.amenities-tab ul.tabs li{
	border-bottom: 1px solid #fff;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    font-size: 15px;
    padding: 20px 10px;
    width: 250px;
}
.amenities-tab ul.tabs li.current{
	color: #ae955f !important;
}
.amenities-tab .tab-content{
	background: #fff none repeat scroll 0 0;
    box-sizing: border-box;
    clear: none;
    color: #000;
    display: none;
    float: left;
    width: 674px;
}
.amenities-tab .tab-content.current{
	display: inherit;
}
.tab-content-left {
    display: block;
    float: left;
    width: 50%;
	padding:32px 20px 20px 38px;
	box-sizing: border-box;
}

.tab-content-left h4 a {
    background: #ae955f none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    float: left;
    font-size: 16px;
    font-weight: normal;
    min-width: 110px;
    padding: 16px 36px;
    text-align: center;
    text-decoration: none;
}
.hr {
    background: #333 none repeat scroll 0 0;
    float: left;
    height: 195px;
    width: 1px;
}
.tab-content-right {
    display: block;
    float: left;
    width: 49%;
	box-sizing: border-box;
}
.tab-content-right > img {
    margin-left: 30px;
    position: relative;
    top: 38px;
}
*/
.page_content .amenities-buttons {
	width:960px;
	clear:both;
	float:left;
	padding: 20px 0 35px;
	box-sizing: border-box;
	display:flex;
	flex-wrap:nowrap;
	justify-content: space-between;
	align-items: stretch;
}
.amenities-btn {
	position; relative;
	overflow:hidden;
	height:auto;
	width: 31%;
}
.amenities-btn img {
	width: 100%;
}
.amenities-btn .amenities-title {
    bottom: 75px;
    box-sizing: border-box;
    color: #fff;
    font-size: 21px;
    height: auto;
    left: 0;
    padding: 0 20px;
    position: relative;
    transition: all 0.8s ease-in 0s;
    width: 160px !important;
	z-index: 4;
}
.amenities-content {
	background: #fff none repeat scroll 0 0;
    box-shadow: 0 -85px 45px 25px rgba(45, 45, 45, 0.55);
	-webkit-box-shadow: 0 -85px 45px 25px rgba(45, 45, 45, 0.55);
	-moz-box-shadow: 0 -85px 45px 25px rgba(45, 45, 45, 0.55);
    box-sizing: border-box;
    clear: both;
    color: #222222;
    float: left;
    font-family: "Lora",Times,serif;
    font-size: 15px;
    margin-top: -63px;
    padding: 30px;
    position: relative;
    z-index: 2;
}
.amenities-more {
	background: #ae955f none repeat scroll 0 0;
    box-sizing: border-box;
    color: #fff;
    display: inline-block;
    font-family: "Lora",Times,serif;
    font-size: 15px;
    margin-left: 140px;
    margin-top: -20px;
    padding: 12px 28px;
    position: relative;
    text-align: center;
    text-decoration: none;
    top: 0;
    z-index: 10;
}
.request-info {
	width:960px;
	clear:both;
	float:left;
	padding: 105px 0 95px;
	box-sizing: border-box;
}
.request {
	display:block;
	float:left;
	background: url('/SiteDesign/Images/request-info.aspx') top center no-repeat;
	box-shadow: 0 21px 30px 30px rgba(0,0,0,0.12);
	color: #010101;
	width: 635px;
}
.request .request-text {
	padding: 35px 45px 60px;
	width: 460px;
	box-sizing: border-box;
}
.request hr {
	float: left;
    margin-top: -20px;
    width: 378px;
	height:1px !important;
}
.request h4 a {
    margin-bottom: 18px;
    margin-left: 400px;
    margin-top: -40px;
}
.contact {
	display:block;
	float:left;
	color: #fff;
	margin-left: 35px;
    margin-top: 15px;
	width: 270px;
}
.contact h3 {
	color: #fff;
	font-weight: bold;
	padding-bottom: 20px;
}
.contact a {
	color: #fff;
	text-decoration: none;
}

.page_content_wrapper .page_content_top {
}
.page_content_wrapper .page_content_middle {
}
.page_content_wrapper .page_content_bottom {
}
.TopDropLayout1 .page_footer {
	float:left;
	width:100%;
	min-width:960px;
	background: #202020;
}
.page_footer .page_footer_wrapper {
	margin:0 auto;
	width:960px;
}
.page_footer_wrapper a{
	text-decoration:none;
	color: #fff;
}
.page_footer_wrapper .page_footer1 {
    border-bottom: 1px solid #fff;
    float: left;
    padding: 52px 0 40px;
    width: 100%;
}
.page_footer1 h3 {
    color: #fff;
    font-weight: bold;
}
.page_footer1 .footer-logo {
    background: #ae955f none repeat scroll 0 0;
    float: left;
    height: 90px;
    margin-top: -75px;
    width: 100px;
}
.footer-logo > img {
    margin: 12px 15px;
}
.page_footer1 .footer_sitemap {
    color: #fff;
    float: left;
    margin-top: -25px;
    padding-bottom: 70px;
    width: 655px;
	margin-left: 35px;
}
.footer_sitemap .CMSSiteMapList {
    float: left;
    margin: 0;
    padding: 0;
    text-align: left;
    width: 655px;
}
.footer_sitemap .CMSSiteMapListItem {
    display: inline-block;
    list-style: outside none none;
    margin: 0 8px;
}
.back-to-top {
    box-sizing: border-box;
    color: #fff;
    float: right;
    margin-top: -25px;
    text-align: right;
    width: 150px;
}
.back-to-top a {
    color: #fff;
    text-decoration: none;
}
.back-to-top .fa.fa-angle-double-up {
    font-size: 24px;
    margin-left: 12px;
    vertical-align: middle;
}
.footer-left {
    color: #fff;
    float: left;
    font-family: "Lora",Times,serif;
    font-size: 15px;
    width: 390px;
}
.footer-middle {
    color: #fff;
    float: left;
    font-family: "Lora",Times,serif;
    font-size: 15px;
    width: 350px;
}
.business-phone {
    float: left;
    margin-right: 25px;
}
.social-media {
    color: #fff;
    float: right;
    font-size: 15px;
    width: 210px;
}
.social-media .fa {
    font-size: 18px;
    padding: 0 15px;
}
.social-media span {
    display: none;
}
.page_footer_wrapper .page_footer2 {
	float: left;
    padding: 20px 0 12px;
    width: 100%;
}
.page_footer2 .footer-left {
	font-size: 12px;
}
.poweredby {
	float:right;
	color: #fff;
	font-size: 12px;
	font-family:'Lora', Times, serif;
}
