cpa@charset "UTF-8";
/* CSS Document */


/*------------------------------
	Reset
------------------------------*/
html,body{
	margin: 0;
	padding: 0;/*vertival-align:bottom;*/
	font-size: 100%;
	text-decoration: none;
} 
*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;/*vertical-align:bottom;*/
	background: transparent;
}
blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}

/*------------------------------
	Webfonts
------------------------------*/
@font-face {
	font-family:'Engravers Gothic';
	src: url('../fonts/2AE451_0_0.eot');
	src: url('../fonts/2AE451_0_0.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/2AE451_0_0.woff') format('woff'),
		 url('../fonts/2AE451_0_0.ttf') format('truetype');
	font-weight: normal;font-style: normal;
}
@font-face {
	font-family:'Muli';
	src: url('../fonts/muli-regular-webfont.eot');
	src: url('../fonts/muli-regular-webfont.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/muli-regular-webfont.woff') format('woff'),
		 url('../fonts/muli-regular-webfont.ttf') format('truetype'),
		 url('../fonts/muli-regular-webfont.svg#Muli') format('svg');
	font-weight: normal;font-style: normal;
}

@font-face {
font-family: 'Droid Serif', serif;
}


/*------------------------------
	General
------------------------------*/


#banner {
    background-color: #E30003;
    height: 180px;
    width: 100%;
    align-content: center;
    text-align: center;
}

.banner-header-text {
font-size: 20px;
font-weight: 800;
line-height: normal;
color: #FFFFFF;
font-family: Lato, arial, helvetica, sans-serif;


}

.banner-text {
font-size: 18px;
font-weight: 400;
line-height: normal;
color: #FFFFFF;
font-family: Lato, arial, helvetica, sans-serif;


}

body, html {
	margin: 0;
	padding: 0;
	font-family: Lato, arial, helvetica, sans-serif;
	color: #3c1702;
	font-size: 14px;
	font-weight: 400;
}
body {
	background-position: center top;
	/*font smoothing*/-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background-color: #e7e0cd;
}

.heading {
	font-family: Lato, arial, helvetica, sans-serif;
	font-size: 24px;
	color: #004a25;
	font-weight: 700;
	line-height: normal;
}
.heading-red {
	font-family: Lato, arial, helvetica, sans-serif;
	font-size: 18px;
	color: #711b3c;
	font-weight: 700;
	line-height: normal;
}
.heading-highlight {
	font-family: Lato, arial, helvetica, sans-serif;
	font-size: 22px;
	color: #000000;
	text-align: center;
	font-weight: 700;
	line-height: normal;
}
.sidebar-heading {
	font-family: 'lato', san-serif;
	font-size: 20px;
	color: #68223c;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
}
.subhead {
	text-transform: uppercase;
	color:  #004a25;
	font-weight: 700;
	font-family: Lato, arial, helvetica, sans-serif;
}
.social-media {
	padding-top:15px;
	width:81px;
}



a:hover {
	color: #859563;
	text-decoration: none;
}
a {text-decoration:none;}
.gold {
	color: #9d7e30;
	line-height: normal;
}
hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0;}
li {
	line-height:23px;
}
.align-left {
	float: left;
}
.btn-space {
	margin-right: 20px;
}
.btn {
    background-color: #859563;
    color: #ffffff;
    padding: 13px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 19px;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: 400;
    font-family: Lato, arial, helvetica, sans-serif;
    border: 2px solid #859563;
	transition-duration: 0.4s;
}
.btn:hover {
    background-color: transparent;
    color: #859563;
    border: 2px solid #859563;
}

.hero-mobile {
	display: none;
}


/*--- Forms ---*/
fieldset{border:0;margin:0;padding:0;} 
label{display:block;margin:0 0 7px 0;font-weight:bold;/*box*/-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;text-transform:uppercase;font-weight:400;font-family: lato, sans-serif;}
select{border:none;margin:0 0 10px 0;width:100%;height:36px;padding:8px;font-size:13px;background:#f6f3ec;border-radius:0;}
input, textarea{border:0;background:#f6f3ec;padding:10px 15px;width:100%;margin:0 0 10px 0;color:#000;font-size:13px;-webkit-appearance:none;border-radius:0;}
input[type="submit"]{border:none;}
textarea{height:150px;}
input:focus, textarea:focus{background:#f3efe6; border:0;}
.submit{
	font-family: Lato, arial, helvetica, sans-serif;
	border: none;
	padding: 10px 25px;
	font-weight: 700;
	cursor: pointer;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 16px;
	color: #fff;
	background-color:  #004a25;
	border-radius: 0px;
}
.submit:hover{
	background: #859563;
	font-family: Lato, arial, helvetica, sans-serif;
	font-weight: 700;

}

/* Customize the label (the container) */
.container {
  display: block;
  position: relative;
  padding-top: 3px;
  padding-left: 35px;
  margin-bottom: 15px;
  cursor: pointer;
  font-size: 14px;
  text-transform: none !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
  background-color: #004A25;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.radio{display:inline-block;margin:0 10px 5px 5px;cursor:pointer;}
.radio input{width:auto;margin:0 3px 10px 0;padding:0;display:inline-block;background:none;cursor:pointer;-webkit-appearance:radio;}
.chbx{margin:0;cursor:pointer;}
.chbx input{width:auto;margin:0 8px;padding:0;display:inline-block;cursor:pointer;vertical-align:middle;border:none;background:none;-webkit-appearance:checkbox;}
.form_bday{overflow:hidden;}
.form_bday select{display:block;float:left;margin-right:2%;}
.form_bday input{display:block;float:left;}
.form_month{width:40%;}
.form_day{width:30%;}
.form_year{width:26%;text-align:center;}
.vcode-area{position:relative;padding-left:120px;}
.vcode-img{display:block;width:auto;position:absolute;left:0;top:0;}
.vcode{width:100%;height:50px;font-size:30px;text-align:center;}
.inline-fields li{margin-left:30%;}
.inline-fields .inline{margin-left:0;}
.inline{text-align:right;padding:0 !important;}
.inline label{display:inline-block;width:28%;padding-right:10px;margin-bottom:0;vertical-align:middle;}
.inline input{display:inline-block;width:70%;margin-bottom:0;}
.inline-submit input{display:block;float:left;vertical-align:top;width:77%;margin:0 2% 0 0;}
.inline-submit .submit{height:37px;width:20%;padding:0;margin:0;font-size:20px;border-radius:0;}
.field-callout{padding:10px 0;background:#fff;border-top:1px solid #333;border-bottom:1px solid #333;}
.req{
	color:  #004a25;
}
::-webkit-input-placeholder{color:#555;} ::-moz-placeholder{color:#555;} :-ms-input-placeholder{color:#555;}
.errmsg{background-color:#FFF5F5;border:1px dotted #CC0000;margin:10px 0 10px 0;}
.errmsg div{padding:10px 0 10px 0;}
.errmsg ul{margin-top:0;margin-bottom:0;}
.errmsg li{list-style:disc;text-align:left !important;margin:0 0 5px 25px !important;}


/*--- CLEARFIX ---*/
.clearfix:before,.clearfix:after{content:" ";display:table;}
.clearfix:after{clear:both;}
.clearfix{zoom:1;} /* ie6/ie7 */

/*------------------------------
	Sprites
------------------------------*/
.top-tel .icon, .top-dir .icon, .sidebar-links a{background:url('../images/sprite-icons.png') no-repeat center top;}

/*------------------------------
	Classes
------------------------------*/
.float{float:left;}
.floatr{float:right;}
.last{margin-right:0 !important;}
.last-btm{margin-bottom:0 !important;}
.clear{clear:both;}
.chromeframe{margin:.2em 0;background:#ccc;color:#000;padding:.2em 0;}
.font2{font-weight:normal;font-family:Lato, arial, helvetica, sans-serif;}
.font2-bold{font-weight:normal;font-family:Lato, arial, helvetica, sans-serif;}
.fluid-img{max-width:100%;height:auto;}
.vouter{display:table;}
.vcenter{display:table-cell; vertical-align: middle;}
.center{text-align: center;}
.upper{text-transform: uppercase;}
.short-line{display:block;width:80px;height:1px;background:#000;margin:15px auto}

.cta-img-block{display:block; margin:0 0 15px 0;}
.subtitle{margin:0 0 5px 0; color: #004a25; font-size:20px; line-height:20px; text-transform:uppercase; font-weight:normal; font-family: Lato, arial, helvetica, sans-serif;}
.green, .orange {
	color:  #004a25;
	font-size: 16px;
}

.phone-call .mobile-only{display:none;}
.phone-call .no-mobile{display:inline-block;}

/*------------------------------
	Top Bar
------------------------------*/
#topbar{
	color: #fff;
	background:  #004a25;
	height: 35px;
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 8px;
	padding-left: 5px;
}
#topbar a{color:#fff; font-weight:400;}
#topbar a:hover{color:#ffffff;}
.topbar-contact{float:left; font-size:17px; line-height:20px; text-transform:uppercase;}
	.top-tel{margin:0 15px 0 0;}
	.top-tel .icon{display:inline-block; width:13px; height:13px; background-position:center -40px;}
	.top-dir{}
	.top-dir .icon{display:inline-block; width:11px; height:15px; background-position:center -60px;}
	.top-dir:hover .icon{background-position:center -80px;}
.topbar-nav{float:right; font-size:14px; line-height:20px;}

.top-tel .mobile-only{display:none;}
.top-tel .no-mobile{display:inline-block;}







/*------------------------------
	Header
------------------------------*/
#logo-area{padding:12px; background:#fff;}
#logo{display:block; float:left; margin:10px 0 0 4%;}
.award-block{
	float: right;
	text-align: center;
	color:  #004a25;
	font-size: 20px;
	font-weight: 700;
	padding-top: 30px;
	padding-right: 50px;
	padding-bottom: 0;
	padding-left: 50px;
	vertical-align: middle;
}
.award-block strong{text-transform:uppercase;}
.award-block small{text-transform:capitalize; color:#111; font-size:13px; line-height:18px;}
.award-badge{float:right;margin:30px 0 0 0;}


/*------------------------------
	Hero
------------------------------*/
#hero{min-height:400px; background:url('../images/hero-home.jpg') no-repeat center top; background-size: auto; border-top:1px solid #fff; border-bottom:1px solid #fff;}
.pg_home #hero{background-image:url('../images/hero-home.jpg');}
.pg_getstarted #hero{background-image:url('../images/hero-getstarted.jpg');}
.pg_directions #hero{background-image:url('../images/hero-directions.jpg');}
.pg_amenities #hero{background-image:url('../images/hero-amenities.jpg');}
.pg_gallery #hero{background-image:url('../images/hero-gallery.jpg');}
.pg_contact #hero{background-image:url('../images/hero-contact.jpg');}

/*------------------------------
	NAV
------------------------------*/
#nav {
	width: 100%;
	text-align: center;
	padding-bottom: 1px;
	background-color: #FFF;
}
.nav-toggle {
	display: none;
	color: #fff;
	background-color: #004a25;
	font-family: Lato, arial, helvetica, sans-serif;
	font-weight: 700;
	font-size: 20px;
	line-height: 25px;
	cursor: pointer;
	padding-top: 12px;
	padding-right: 2px;
	padding-bottom: 12px;
	padding-left: 2px;
     clear: both;

}
.nav-toggle.active{
	color: #ffffff;
}
.nav-toggle.active .icon{background-position:center -20px;}
.nav-toggle .icon{display:inline-block; width:20px; height:15px; background:url('../images/sprite-icons.png') no-repeat center top;}
.navlink {
	display: block;
	float: left;
	width: 13%;
	color:  #004a25;
	text-decoration: none;
	font-family: Lato, arial, helvetica, sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 18px;
	background-color:  #fff;
	border-right: 1px solid #e7e0cd;
	padding-top: 12px;
	padding-right: 10px;
	padding-bottom: 12px;
	padding-left: 10px;
}
.navlink:hover{color:#859563; background-color: #fff;}
.navlink.mobile-only{display:none;}


/*------------------------------
	dropdown
------------------------------*/


.navlink-dropdown {
	display: block;
	float: left;
	width: 14%;
	color: #ffffff;
	background-color:  #004a25;
	text-decoration: none;
	font-family: Lato, arial, helvetica, sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 18px;
	border-right: 1px solid #e7e0cd;
	padding-top: 12px;
	padding-right: 3px;
	padding-bottom: 12px;
	padding-left: 3px;
}
.navlink:hover{color:#859563; background:#fff;}
.nav-lg{ width:18%;}
.nav-sm{ width:16%; }
.nav-last {border: 0}
.navlink.mobile-only{display:none;}



/* Nav Dropdown */
.nav-dpdwn{display:block; position:relative; color:#ffffff; background: #004a25; float:left; width:16%; border-right:1px solid #e7e0cd;}
.nav-dpdwn .navlink{width:100%; float:none; border-right:none;}
.nav-dpdwn-list{display:none; position:absolute; left:0; top:43px; width:100%; z-index:100; background: #004a25;}
.nav-dpdwn:hover .nav-dpdwn-list{display:block;}
.nav-dpdwn-list .navlink{background: #004a25; color:#fff;}
.nav-dpdwn.nav-sm{ width:16%;}

.nav-arrow {margin:0;padding:0;}


/*------------------------------
	Footer
------------------------------*/
#footer {clear:both; margin:0; padding:20px 0; position:relative;}
.footer-main{float:left; width:85%; color:#d65d0c;}
	#footer-logo{float:left; display:block; margin:0 20px 25px 0;}
	.footer-navcopy{}
	.footer-nav{margin:0 0 15px 0; padding:0;}
	.footer-nav li{list-style:none; display:inline-block; font-weight:bold; letter-spacing: 0px;}
	.footer-nav a{text-transform:uppercase;}
	.footer-nav a:hover{
	color:  #004a25;
}
.footer-xtra{float:right; width:24%; text-align:right;}
.cat-policy{display:inline-block; margin:0 30px 0 0;}


/*------------------------------
	Sidebar
------------------------------*/
#sidebar{
	float: right;
	width: 28%;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 30px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #D4C69B;
	font-size: 14px;
	line-height: 25px;
	font-family: Lato, arial, helvetica, sans-serif;
	font-weight: bold;
	font-style: normal;
}

#sidebar-no-line{
	float: right;
	width: 28%;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 30px;
	
}
#sidebar p {
	color: #3c1702;
	font-size: 18px;
	margin: 0 15px 20px 0;
	padding: 0;
	font-family: lato, arial;
	font-weight: 400;
	line-height: 22px;
}
.sidebar-links{margin:10px 0 20px 0;}
.sidebar-links li{list-style:none; margin:0 0 7px 0;}
.sidebar-links a{
	display: block;
	padding: 2px 0 0 20px;
	color:  #004a25;
	text-transform: uppercase;
	background-position: left -100px;
}



/*------------------------------
	Layouts
------------------------------*/
.col4-wrap{clear:both; margin:0 -1%; color: #3c1702;
}
.col3-wrap{clear:both; margin:0 -1%; color: #3c1702;
}
.col4{
	width: 23%;
	float: left;
	margin: 0 1% 25px 1%;
	text-align: center;
}

.col3{
	width: 31%;
	float: left;
	margin: 0 1% 25px 1%;
	text-align: center;
}

.col4-icon{width:12%; float:center; margin:0 1% 25px 1%;}

.col3-icon{width:12%; float:center; margin:0 1% 25px 1%;}


.col4-menu{
	width: 40%;
	float: left;
	margin: 0 1% 25px 1%;
	text-align: center;
}
.col3-menu{
	width: 40%;
	float: left;
	margin: 0 1% 25px 1%;
	text-align: center;
}

/*------- COLORBOX -------*/
/* Core Styles */
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;outline:none;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}
/* User Styles */
#cboxOverlay{background:#000;}
#colorbox{max-width:100% !important;}
#cboxWrapper{}
#cboxContent{margin-top:30px;background:#333;/*corners*/border-radius:10px;}
.cboxIframe{background:#fff;}
#cboxError{padding:50px; border:1px solid #ccc;}
#cboxLoadedContent{border:none; background:#fff;}
#cboxTitle{position:absolute; top:-30px; left:0; color:#ccc;}
#cboxCurrent{position:absolute; top:-30px; right:0px; color:#ccc;}
#cboxSlideshow{position:absolute; top:-30px; right:90px; color:#fff;}
#cboxPrevious{position:absolute; top:50%; left:0; margin-top:-32px; border:none; background:url(../images/controls.png) no-repeat top left; width:28px; height:65px; text-indent:-9999px;}
#cboxPrevious:hover{background-position:bottom left;}
#cboxNext{position:absolute; top:50%; right:0; margin-top:-32px; border:none; background:url(../images/controls.png) no-repeat top right; width:28px; height:65px; text-indent:-9999px;}
#cboxNext:hover{background-position:bottom right;}
#cboxLoadingOverlay{background:#000;}
#cboxLoadingGraphic{background:url(../images/loading.gif) no-repeat center center;}
#cboxClose{position:absolute; top:0; right:10px; display:block; border:none; background:url(../images/controls.png) no-repeat top center; width:38px; height:19px; text-indent:-9999px;}
#cboxClose:hover{background-position:bottom center;}
#colorbox iframe{margin:0;}




/*===================================== Klein Adjusted Styles =====================================*/

#topright {
position: absolute;
right: 0;
top: 0;
display: block;
height: 125px;
width: 125px;
background: url(../images/offer.gif) no-repeat;
text-indent: -999em;
text-decoration: none;
}

#wrapper, .wrap {
	max-width: 1140px;
	margin: 0 auto;
	padding: 0;
}

#flashContent-home, 
#flashContent-amenities, 
#flashContent-contact, 
#flashContent-directions, 
#flashContent-gallery, 
#flashContent-getstarted {
	margin: 0;
	padding: 0;
	background-repeat: no-repeat;
	background-position: center top;
}


#main {
	margin: 0;
	padding: 35px 4% 25px 4%;
	background: #ffffff;
}

.floorplans {
	float:right;
	margin:-35px 50px 5px 0;
}

.pushright { margin:0 20px 0 20px; }

.jazzyHeader { 
	font-family:Georgia, "Times New Roman", Times, serif; 
	font-size:26px; 
	font-style:oblique;
	color:#dc5928;
	font-weight:bold;
	margin:0 0 2px 40px;
}

#amenities li {
	margin:-10px 0 0 0;
}

.senior-league{
	width: 70%; 
	margin: 0;
	float: left;
	padding: 0;
	font-family: Lato, arial, helvetica, sans-serif;
	display: flex;
	flex-direction: row-reverse;
}

#text {
	width: 62%;
	margin: 0;
	float: left;
	padding: 0;
	font-family: Lato, arial, helvetica, sans-serif;
}
#text h1 {
	font-size: 21px;
	font-family: Lato, arial, helvetica, sans-serif;
	text-transform: uppercase;
	color:  #004a25;
	font-weight: normal;
	margin: 0 0 15px 0;
	padding: 0;
	line-height: normal;
	text-align: left;
}
#text h2 {
	font-size: 14px;
	color:  #004a25;
	font-weight: normal;
	margin: 0 0 10px 0;
	padding: 0;
}
#text p {
	color: #3c1702;
	font-size: 14px;
	margin: 0 0 10px 0;
	padding: 0;
	line-height: 20px;
	font-family: inherit;
}
#text table {
	margin: 0;
}
#text td {
	color: #3c1702;
	font-size: 14px;
	margin: 0;
	padding: 0;
	line-height: 20px;
	text-align: center;
}
#text a {
	text-decoration: none;
	color: #005288;
	border-bottom: 1px solid #005288;
}
#text a:hover {
	color:  #BB1122;
	border-bottom: 1px solid #BB1122;

}
#heading-red a {
	text-decoration: none;
	color: #711b3c;
}

#heading-banner {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #DE0003;
}
#heading-red a:hover {
	color:  #711b3c;
}
#text ul {
	color: #3c1702;
	font-size: 14px;
	margin: 0 0 10px 30px;
	padding: 0;
	line-height: 18px;
}
#text li {
	margin: 0 0 0 10px;
	padding: 0;
}


#amenities {
	float: left;
	width: 735px;
}
#left {
	width: 350px;
	float: left;
	height: 600px;
	margin-left: 0px;
}
#right {
	float: right;
	width: 380px;
	margin: 0px;
	padding: 0px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}

#map {
	width: 710px;
	margin-left: 40px;
	height: 100px;
}
#map_image {
	float: left;
	height: 100px;
	width: 270px;
}
#call {
	float: right;
	height: 95px;
	width: 440px;
	padding-left: 0px;
	padding-top: 5px;
}

#base {
clear: both;
width: 1000px;
margin: 0;
padding: 0;
background-color: #fff;
}

#footer {
	clear: both;
	margin: 0;
	padding: 10px 0 10px 0;
}
#footer a {
	color: #3c1702;
	font-size: 11px;
}
#footer p {
	color: #3c1702;
	font-size: 12px;
	text-align: left;
	margin: 5px 0 10px 0;
	padding: 0;
}

#footer p.credits {
font-family: Helvetica, sans-serif;
font-size: 10px;
text-align: left;
margin: 5px 0 10px 0;
padding: 0;
}

#footer p.credits a {
text-decoration: none;
font-weight: bold;
}

#footer p.credits a:hover {
}

#footer p.links {
	font-family: Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
	margin: 5px 0 10px 0;
	padding: 0;
	color: #3c1702;
}

#footer p.links a {
text-decoration: none;
}



#text .keywords h1, .keywords h1 {
	float: left;
	font-size: 10px;
	line-height:15px;
	color: #3c1702;
	font-weight: normal;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	line-height: 18px;
	color: #3c1702;
}

#blog {
	padding:0;
	margin:20px 0;
	background-color:#f6f3ec;
	text-align:left;
}
#blog div.blog-header {	/* H2 blog title, which has been replaced by an image header */
	display:none;
}
.blog-topblock{
	padding:4px 10px 6px 10px;
	margin:0;
	font-size:20px;
	font-weight:normal;
	line-height:20px;
	color:#fff;
	text-transform:uppercase;
	font-family: Lato, arial, helvetica, sans-serif;
	background: #004a25;
}
.blog-content{
	padding:15px;
}
#blog h2.link-title, #blog p.link-summary a {
	color: #004a25;
	margin:0;
	border:none;
	text-decoration:none;
}
#blog h2.link-title {
	font-size:12px;
	font-weight:bold;
}
#blog p.link-summary {
	font-size:9.5px;
	margin:5px 0 16px 0;
}
#blog p.link-summary a {
	text-transform:uppercase;
}

/*===================================== END Klein =====================================*/



/*------------------------------
	Amenities
------------------------------*/
.amen-col{float:left; width:47%; padding:0; margin:0 3% 20px 0;}

/*------------------------------
	Gallery
------------------------------*/
.pg_gallery h1{margin:0 0 15px 0; padding:0; font-weight:normal; font-size:21px; line-height:23px;font-family:'Lato', arial, helvetica, sans-serif;text-transform:uppercase;}
#gallery-photos .col4{text-align:center;}
#gallery-photos .col3{text-align:center;}
#gallery-photos a{margin:0;	text-decoration: none;
}
#gallery-photos img{max-width:100%; height:auto; margin:0; border:5px solid #f0ede3;}
#gallery-photos a:hover img{border-color:#e6e0cd;}
.icon-text {
	color:  #004a25;
	font-weight: 400;
	font-family: Lato, arial, helvetica, sans-serif;
	font-size: 24px;
	text-align: center;
}


/*------------------------------
	Icons
------------------------------*/
#icon .col4-icon {
	text-align: center;
	font-size: 24px;
}
#icon .col3-icon {
	text-align: center;
	font-size: 24px;
}
#icon a{
	margin: 0;
	text-decoration: none;
}
#icon img{max-width:100%; height:auto; margin:0; text-align:center;}


/*------------------------------
	Contact
------------------------------*/
#text form ul{margin:0;}
#text form li{list-style:none; margin:0 0 12px 0;}

#sidebar form ul{margin:0;}
#sidebar form li{list-style:none; margin:0 0 12px 0;}

.pg_contact #sidebar form li{list-style:none; float:left; width:48%; margin:0 2% 8px 0;}
.pg_contact #sidebar form .full{width:100%;}



.pg_contact #text form li{list-style:none; float:left; width:48%; margin:0 2% 8px 0;}
.pg_contact #text form .full{width:100%;}
.pg_contact form label{font-weight:normal; font-size:14px; line-height:14px; text-transform:uppercase;}
.pg_contact form .radio, .pg_contact form .chbx{text-transform:none;}

.dropdown {
		border: 0 !important;  /*Removes border*/
		-webkit-appearance: none;  /*Removes default chrome and safari style*/
		-moz-appearance: none; /* Removes Default Firefox style*/
		background: #f6f3ec url(../images/dropdown_arrow.png) no-repeat 90% center;
		width: 40%; /*Width of select dropdown to give space for arrow image*/
		text-indent: 0.01px; /* Removes default arrow from firefox*/
		text-overflow: "";  /*Removes default arrow from firefox*/ /*My custom style for fonts*/
		color: #3c1702;
		);
	}

	
.dropdown_day {
		border: 0 !important;  /*Removes border*/
		-webkit-appearance: none;  /*Removes default chrome and safari style*/
		-moz-appearance: none; /* Removes Default Firefox style*/
		background: #f6f3ec url(../images/dropdown_arrow.png) no-repeat 80% center;
		width: 20%; /*Width of select dropdown to give space for arrow image*/
		text-indent: 0.01px; /* Removes default arrow from firefox*/
		text-overflow: "";  /*Removes default arrow from firefox*/ /*My custom style for fonts*/
		color: #3c1702;
		border-radius: 0px;
		padding: 5px;	

		);
	}
	
	.dropdown_year {
	border: 0 !important;  /*Removes border*/
	-webkit-appearance: none;  /*Removes default chrome and safari style*/
	-moz-appearance: none; /* Removes Default Firefox style*/
	background: #f6f3ec url(../images/dropdown_arrow.png) no-repeat 85% center;
	width: 30%; /*Width of select dropdown to give space for arrow image*/
	text-indent: 0.01px; /* Removes default arrow from firefox*/
	text-overflow: "";  /*Removes default arrow from firefox*/ /*My custom style for fonts*/
	color: #3c1702;
	border-radius: 0px;
	padding: 5px;
	}	
	
	.dropdown_type {
		border: 0 !important;  /*Removes border*/
		-webkit-appearance: none;  /*Removes default chrome and safari style*/
		-moz-appearance: none; /* Removes Default Firefox style*/
		background: #f6f3ec url(../images/dropdown_arrow.png) no-repeat 95% center;
		width: 100%; /*Width of select dropdown to give space for arrow image*/
		text-indent: 0.01px; /* Removes default arrow from firefox*/
		text-overflow: "";  /*Removes default arrow from firefox*/ /*My custom style for fonts*/
		color: #3c1702;
		border-radius: 0px;
		padding: 5px;	


		);
	}
	 
	INPUT#url { 	
position:absolute; 	
left:0px; 	
top:0px; 	
visibility:hidden; 
}



/*------------------------------
	Tables
------------------------------*/

/* 
Generic Styling, for Desktops/Laptops 
*/
table { 
  width: 100%; 
  border-collapse: collapse; 
}
/* Zebra striping */
tr:nth-of-type(odd) { 
  background: #f6f3ec; 
}
th { 
  background:  #545C40; 
  color: white; 
  font-weight: bold; 
}
td, th {
	padding: 6px;
	border: 1px solid #e7e0cd;
	text-align: center;
	height: 30px;
	vertical-align: middle;
}



/*------------------------------
	IE
------------------------------*/
.lt-ie10 .footer-nav li{letter-spacing:0;}
.lt-ie9 #wrapper, .lt-ie9 .wrap{width:1000px;}


/*------------------------------------------ 
	MEDIA QUERIES (Tablet, Mobile) 
------------------------------------------*/

/*---  1001+  ---*/
@media screen and (min-width : 1001px) {
	
}

/*---  1000-  ---*/
@media screen and (max-width : 1000px) {
	/* Nav */
	.navlink{font-size:14px; line-height:16px;}
	/* Footer */
	#footer{padding:20px 15px;}
	.footer-main{float:left; width:100%;}
	.footer-xtra{float:none; width:100%;}
}

/*---  900-  ---*/
@media screen and (max-width : 900px) {
	/* Header */
	.award-block{width:52%;}
	/* Floorplans */
	.floorplan-item, .floorplan-item:nth-of-type(1n){float:none; width:auto; max-width:320px; margin:0 0 30px 0;}
	/* Amenities */
	.amen-col{float:none; width:100%; margin:0 0 20px 0;}
	/* Contact */
	.pg_contact #text form li, .pg_contact #text form .full{width:100%; margin:0 0 8px 0;}
	.award-badge {display:none;}
	.navlink{font-size:12px;}

}

/*---  800-  ---*/
@media screen and (max-width : 800px) {
	/* Hero */
	.award-block{width:48%;}
	#hero{min-height:400px;}
	.cta-img-plan{display:none;}
	.navlink{font-size:11px;}

}

/*---  780-  ---*/
@media screen and (max-width : 780px) {
	/* Hero */
	#hero{min-height: 280px; background-color:#fff;}

}


/*---  740-  ---*/
@media screen and (max-width : 740px) {
	/* Topbar */
	.topbar-nav .no-mobile{display:none;}
	/* Nav */
	#nav{padding-bottom:1px;}
	.js .nav-toggle{display:block;}
	.js .nav-list{display:none; overflow:auto;}
	.navlink{display:block; width:100%; float:none; padding:10px 15px; text-transform:uppercase; font-size:16px; line-height:16px; text-align:left; border:none; border-bottom:1px dotted #D4C69B;}
	.navlink.mobile-only{display:block;}
	.navlink.no-mobile{display:none;}
	/* Nav Dropdown */
	.nav-list .nav-dpdwn{width:100%; float:none;}
	.nav-dpdwn-list{display:block; position:static; top:0; width:100%;}
	.nav-dpdwn-list .navlink{background:#fff; color: #004a25;}
	.fa.fa-angle-down {display:none;}
	.nav-sm {border-right:0}
	.hero-desktop {display: none;}
	.hero-mobile {display: block;}
	.senior-league{display: block;}
	.padding-right-new{
		display: flex;
		justify-content: center;
	}
}

/*---  700-  ---*/
@media screen and (max-width : 700px) {
	/* Logo Area */
	#logo-area{text-align:center;}
	#logo{float:none; display:inline-block; margin:0 auto; text-align:center;}
	.award-block{width:100%;}
	/* Hero */
	#hero{background:#fff url('../images/hero-home-sm.jpg') no-repeat left top; -webkit-background-size:auto 101%; background-size:auto 101%;}
	.pg_getstarted #hero{background-image:url('../images/hero-getstarted-sm.jpg');}
	.pg_directions #hero{background-image:url('../images/hero-directions-sm.jpg');}
	.pg_amenities #hero{background-image:url('../images/hero-amenities-sm.jpg');}
	.pg_gallery #hero{background-image:url('../images/hero-gallery-sm.jpg');}
	.pg_contact #hero{background-image:url('../images/hero-contact-sm.jpg');}
	/* Sidebar */
	.sidebar-links, .cta-img-plan, .paa-img{display:none;}
	.cta-img-block{text-align:center;}
	/* Sidebar */
	#sidebar .no-mobile{display:none;}
	/* Layout */
	#sidebar, #text{float:none; width:100%; padding:0 0 20px 0;}
	/* Floorplans */
	.pg_floorplans #text{width:100%;}
	.pg_floorplans #sidebar{width:100%; padding:0;}
	/* Gallery */
	.col4-wrap{margin:0 -1.5%;}
	.col4{width:31.3%;}
	.col3-wrap{margin:0 -1.5%;}
	.col3{width:31.3%;}
	/* Contact */
	.pg_contact #text form li{width:48%; margin:0 2% 8px 0;}
	.pg_contact #text form .full{
	width: 100%;
	margin: 0 0 8px 0;
	font-weight: 400;
	color: #3c1702;
}
	
	
	#sidebar{
	float: none;
	padding-top: 0;
	padding-bottom: 20px;
	width:100%;
	border:none;
	text-align:center;
	
	}
}

/*---  600+  ---*/
@media screen and (min-width : 601px) {
	
}

/*---  600-  ---*/
@media screen and (max-width : 600px) {
	/* Phone Call */
	.phone-call .mobile-only{display:inline-block;}
	.phone-call .no-mobile{display:none;}
	/* Top Bar */
	#topbar{text-align:center;}
	.topbar-contact{
	float: none;
	text-transform: none;
}
	.topbar-nav{display:none;}
	.top-tel .mobile-only{display:inline-block;}
	.top-tel .no-mobile{display:none;}
	/* Hero */
	#hero{min-height:220px;}
	/* Gallery */
	.col4-wrap{margin:0 -1%;}
	.col4{width:48%; margin:0 1% 15px 1%;}
	.col3-wrap{margin:0 -1%;}
	.col3{width:48%; margin:0 1% 15px 1%;}
	.hide {display:none;}
}

/*---  500-  ---*/
@media screen and (max-width : 500px) {
	/* Footer */
	#footer {padding:20px 20px 20px 125px;}
		#footer-logo{float:none; display:block; margin:0; position:absolute; left:20px; top:20px;}
		.footer-nav li{display:block; margin:0 0 5px 0;}
		.footer-nav .pipe{display:none;}
	.footer-xtra{text-align:left;}
	.cat-policy{display:block; margin:0 0 10px 0;}
	/* Contact */
	.pg_contact #text form li, .pg_contact #text form .full{width:100%; margin:0 0 8px 0;}
}

/*---  380-  ---*/
@media screen and (max-width : 380px) {
	/* Hero */
	#hero{min-height:120px;}
}
.float-right {
	float: right;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 10px;
}
.burgundy {
	color:  #004a25;
	font-weight: 400;
}
