@import url("http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,700italic,400,300,700");
/******************************************************************

Stylesheet: Main Stylesheet

******************************************************************/

/*********************
GENERAL STYLES
*********************/
html,
body,
ul,
.top-bar-section ul li > a, h1, h2, h3, h4, h5, h6
{
	font-family: FuturaStd-Medium;
}
.off-canvas-content,
#content{
	background:#2b2b2b;
}

/*********************
LINK STYLES
*********************/
a:link, a:visited:link {
  /*
		This highlights links on iPhones/iPads.
		Similar to the :hover selector for mobile devices.
		*/
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3); }

/*********************
H1, H2, H3, H4, H5 P STYLES
*********************/
h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a {
  text-decoration: none; }

/*********************
HEADER STYLES
*********************/
.off-canvas-wrapper{
	background-color:#323232;
}
.header ul.off-canvas-list li {
  list-style: none; }

 header.header{
	 min-height:76px;
	 /*background-color: rgba(50,50,50,0.65);*/
	 background-color:#323232;
	 width:100%;
	 z-index:999;
	 top:0;
 }
 
 header .contain-to-grid{
	 background-color: transparent;
 }
 
 .top-bar-left{
	 margin-left:8rem;
 }
/*********************
NAVIGATION STYLES
*********************/
.left-off-canvas-menu{
	position:fixed;
}
.top-bar{
	background-color:transparent;
}

.tab-bar{
	background-color:transparent;
}

.top-bar ul{
	/*margin-top:11px;*/
	background-color:transparent;
}

.top-bar ul{
	margin-right:3rem;
}

.top-bar #menu-primary-1{
	padding-top:11px;
}

.top-bar .top-bar-right{
	margin-right:8rem;
	margin-top:2rem;
	text-align:right;
}

.top-bar .top-bar-right h2{
	color:#b6582f;
	font-family:FuturaStd-Book;
	text-transform:uppercase;
	font-size:1.3rem;
	letter-spacing:.6rem;
}

.top-bar .top-bar-right h3{
	color:#a1a0a0;
	font-family:FuturaStd-Book;
	text-transform:uppercase;
	font-size:.8rem;
	letter-spacing:.2rem;
	margin-top:1rem;
}



#menu-item-28 > a:nth-child(2){
	margin-bottom:19px;
}
.top-bar-section ul li{
	/*background-color: rgba(0,0,0,0.65);*/
	background-color:transparent;
}

.top-bar-section ul li > a{
	font-size: 1rem;
}

#menu-primary li a:hover{
	color:#ffffff;
}
.top-bar-section li:not(.has-form) a:hover:not(.button),
.top-bar-section li:not(.has-form) a:not(.button){
		 background-color:transparent;
		 
}

.top-bar-section li.active:not(.has-form) a:hover:not(.button){
	background-color:transparent;
}

.top-bar-section ul li:hover:not(.has-form) > a{
	background-color:transparent;
}

.top-bar-section li:not(.has-form) a:not(.button){
	line-height: 1.513rem;
}
.off-canvas-list .updates-primary-nav a,
.top-bar-section .updates-primary-nav a{
	text-transform:uppercase;
	background-color:rgba(148, 122, 64, .75) !important;
}

.top-bar-section .divider, .top-bar-section [role="separator"],
.top-bar-section > ul > .divider, .top-bar-section > ul > [role="separator"]{
	display:none;
}

.top-bar-section .has-dropdown > a{
	padding-right:0.9375rem !important;
	padding-bottom:21px !important;
}

.top-bar-section .has-dropdown > a:after {
    border-top-style: none;
}

.top-bar ul#menu-primary-1{
	background-color:transparent;
}

.top-bar #menu-primary-1 a{
	color:#969891;
	text-transform:uppercase;
	font-size:.85rem;
	background:none;
}

.top-bar .sub-menu.dropdown{
	border-top:5px solid #ba9b50;
}

.top-bar .sub-menu.dropdown li a{
	text-align:center;
}



.top-bar .sub-menu.dropdown:after
{
content: '';
position: absolute;
border-style: solid;
border-width: 0 8px 8px;
border-color: #ba9b50 transparent;
display: block;
width: 0;
z-index: 1;
top: -13px;
left: 45%;
}

.top-bar .title-area {
  z-index: 1; 
  margin-top:.75rem;
  }

  .off-canvas{
	  background:#323232;
  }
  
.off-canvas-list ul {
  margin-left: 0; }
  .off-canvas-list ul li a {
    border-bottom: 0px; }
  .off-canvas-list ul .dropdown {
    margin-left: 20px; }
	
	
	.top-bar-section li.active:not(.has-form) a:not(.button){
		background:inherit;
		line-height:inherit;
	}
	
	.top-bar-section li.active:not(.has-form) .sub-menu a:not(.button){
		background:#333;
		line-height:inherit;
	}
	
	.top-bar-section .dropdown li:hover:not(.has-form) > a:not(.button){
		background:#222;
	}

	.tab-bar .left-small{
		border:none;
	}
	
	#menu-primary-nav-1 .exit-off-canvas{
		position:relative !important;
	}
	
	
/*********************
POSTS & CONTENT STYLES
*********************/
#content #inner-content {
  padding: 1rem 0rem; }

.page-title .vcard {
  border: 0px;
  padding: 0px; }

.byline {
  color: #999; }

.entry-content img {
  max-width: 100%;
  height: auto; }
.entry-content .alignleft, .entry-content img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left; }
.entry-content .alignright, .entry-content img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right; }
.entry-content .aligncenter, .entry-content img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both; }
.entry-content video, .entry-content object {
  max-width: 100%;
  height: auto; }
.entry-content pre {
  background: #eee;
  border: 1px solid #cecece;
  padding: 10px; }

.wp-caption {
  max-width: 100%;
  background: #eee;
  padding: 5px; }
  .wp-caption img {
    max-width: 100%;
    margin-bottom: 0;
    width: 100%; }
  .wp-caption p.wp-caption-text {
    font-size: 0.85em;
    margin: 4px 0 7px;
    text-align: center; }

.post-password-form input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  border-style: solid;
  border-width: 0;
  cursor: pointer;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  line-height: normal;
  margin: 0 0 1.25rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  padding: 1rem 2rem 1.0625rem 2rem;
  font-size: 1rem;
  background-color: #008CBA;
  border-color: #007095;
  color: #FFFFFF;
  transition: background-color 300ms ease-out; }
  .post-password-form input[type="submit"]:hover, .post-password-form input[type="submit"]:focus {
    background-color: #007095; }
  .post-password-form input[type="submit"]:hover, .post-password-form input[type="submit"]:focus {
    color: #FFFFFF; }

	.page-template-template-home-page #inner-content {
		max-width:71rem ;
	}
.page-template-template-contact-page #inner-content .entry-content h1,
.page-template-template-hoa-page #inner-content .entry-content h1,
.page-template-template-location-page #inner-content .entry-content h1,
.page-template-template-properties-page #inner-content .entry-content h1,
.page-template-template-recreation-page #inner-content .entry-content h1,
	.page-template-template-lifestyle-page #inner-content .entry-content h1,
   .page-template-template-home-page #inner-content .entry-content h1{
	   font-size:2.1rem;
	   color:#ba9b50;
	   display:inline-block;
   }
   
   .page-template-template-recreation-page #inner-content .entry-content h2{
	   font-size:1.2rem;
	   color:#ba9b50;
	   display:block;
   }
   
   .page-template-template-culture-page #inner-content .entry-content h2{
	   font-size:2rem;
	   color:#ba9b50;
	   display:block;
   }
   .page-template-template-contact-page #inner-content .entry-content ,
   .page-template-template-hoa-page #inner-content .entry-content,
   .page-template-template-location-page #inner-content .entry-content,
   .page-template-template-properties-page #inner-content .entry-content,
   .page-template-template-culture-page #inner-content .entry-content,
   .page-template-template-recreation-page #inner-content .entry-content,
   .page-template-template-lifestyle-page #inner-content .entry-content,
   .page-template-template-home-page #inner-content .entry-content{
	   text-align:center;
   }
   .page-template-template-location-page #inner-content .entry-content p,
   .page-template-template-properties-page #inner-content .entry-content p,
   .page-template-template-culture-page #inner-content .entry-content p,
   .page-template-template-recreation-page #inner-content .entry-content p,
   .page-template-template-lifestyle-page #inner-content .entry-content p,
   .page-template-template-home-page #inner-content .entry-content p{
	   font-size:1.2rem;
	   max-width:62.5rem;
	   display:inline-block;
   }
   
   .accent-verbiage{
	   position:relative;
	   text-align:center;
	   background:url(../images/recreation-prefooter.jpg) no-repeat scroll 0 0 / cover;
	   padding: 5rem 28% 14%;
	   color:#ffffff;
   }
   
      
   .accent-verbiage h2{
	   /*font-size:1.5rem;*/
	   color:#ba9b50;
	   display:block;
	   
   }
   .accent-verbiage p{
	   font-size:1.2rem;
   }
   
   .events-ctas{
	   background:url(../images/culture-prefooter.jpg) no-repeat scroll 0 0 / cover;	   
	   overflow:hidden;
	   text-align:center;
   }
   
   .events-ctas h1{
	   /*font-size:1.5rem;*/
	   color:#ba9b50;
	   display:block;
	   text-transform:uppercase;
	   font-size:1.6rem;
		margin-top:2rem;
   }
   
   .events-ctas .large-offset-2{
	   margin-left:14.667% !important;
   }
   
   .events-ctas .columns{
	   display:block;
	   margin:20px 12px 90px;
	   text-align:center;
   }
   
   .events-ctas .columns h2{
	   color:#ba9b50;
	   font-size:1.2rem;
   }
   .events-ctas .columns .event-content{
	   border: 2px solid rgba(128,128,128,0.45);
	   text-align:center;
	   padding:15px;
	   color:rgb(169,169,169);
	   /*min-height:190px;*/ 
	   /*margin:0 24px;*/
   }
   
   .events-ctas .event-content:hover{
	   background:rgba(0,0,0,0.65);
   }
   
   .row2 .large-offset-4{
	   margin-left:32.5% !important;
   }
   
   .amenities-wrapper{
	   background:url(../images/paper-bg.jpg) no-repeat;
	   background-size:cover;
	   background-position: center 0%;
	   text-align:center;
   }
   
   .amenities1{
	   background:url(../images/amenities-bg1b.jpg) no-repeat scroll 0 0 / cover;	   
	   overflow:hidden;
	   margin-top:1.5rem;
   }
   .amenities2{
	   background:url(../images/amenities-bg2b.jpg) no-repeat scroll 0 70% / cover;	   
	   overflow:hidden;
	   margin:1.5rem 0;
   }
   
   .amenities-box{
	   background:rgba(2,2,2,.8);
	   color:#cac8c8;
	   display:inline-block;
	   font-size:.9rem;
	   font-family:FuturaStd-Book;
	   padding:2rem 0;
   }
   
   .amenities-box h2{
	   font-family:"BemboStd";
	   letter-spacing:.4rem;
	   text-transform:uppercase;
	   margin-bottom:2rem;
   }
   
   .amenities-box ul{
	   list-style-type:none;
   }
   
   .topper-content ul{
	   font-size:.85rem;
	   text-align:left;
	   /*list-style:none;*/
   }
   
   
   .topper-content ul li{
	   margin-bottom:.3rem;
	   line-height:1rem;
   }
   
   .topper-content span{
	   display:block;
	   width:100%;
	   text-align:left;
	   font-family:FuturaStd-Book;
	   font-size:.5rem;
   }
   
   .home-ctas .columns .topper-content{
	   color:#342523;
	   margin:2rem 0;
	   font-family:FuturaStd-Medium;
	   padding:2rem;
   }
   
   .home-ctas .columns .topper-content h2{
	   text-transform:uppercase;
	   font-family:FuturaStd-Heavy;
	   color:#13315d;
	   font-size:1.5rem;
   }
   
   .home-ctas .columns .topper-content .border-box{
	   border-bottom: 1px solid #342523;
	   width:117px;
	   height:1px;
	   display:block;
	   margin:.25rem auto 0;
   }
   
   .home-ctas .columns .topper-content img{
	   margin-bottom:2rem;
   }
   
   .home-pre-footer{
	   display:block;
	   text-align:center;
	   position:relative;
	   z-index:999;
	   background-color:#ba9b50;
   }
   
   .home-pre-footer:after{
		content: '';
		position: absolute;
		border-style: solid;
		border-width: 0 20px 18px;
		border-color: #ba9b50 transparent;
		display: block;
		width: 0;
		z-index: 1;
		margin-left: -20px;
		top: -18px;
		left: 50%;
	}
	
	.home-pre-footer h2{
		color:#ffffff;
		text-align:center;
		font-size:1.6rem;
		padding-top:25px;
		margin-top:0;
	}
	
	#vip-form label,
	#vip-form{
		
		color:#ffffff;
		border:none;
	}
	#vip-form,
	#contact-form{
		background:url(../images/paper-bg.jpg);
		border:none;
	}
	
	#vip-form h2{
		font-family:GearedSlab;
		text-transform:uppercase;
		color:#ffffff;
		width:100%;
		text-align:center;
	}
	#contact-form .gform_footer #gform_submit_button_2,
	#vip-form .gform_footer #gform_submit_button_1{
		float:right;
		margin-right:.8rem;
		background-color:#738382;
		text-transform:uppercase;
		letter-spacing:.2rem;
		font-family:FuturaStd-Medium;
	}
	
	#contact-form .gform_wrapper .gform_footer{
		margin:0;
		padding:0;
	}
	
	#contact-form .gform_footer #gform_submit_button_2{
		position:absolute;
		top:10em;
		right:4em;
	}
	
	#gform_wrapper_2.gform_wrapper textarea.medium{
		height:5.375em;
		margin-top:1em;
	}
	
	
	
	#gform_wrapper_2 input[type="text"],
	#gform_wrapper_2 textarea,
	#gform_wrapper_1 input[type="text"]{
		background-color:#367a89 !important;
	} 
	#gform_wrapper_2 label,
	#gform_wrapper_1 label{
		color:#000;
	}
	#gform_wrapper_2.gform_wrapper.gf_browser_gecko .gfield_radio li input[type="radio"],
	#gform_wrapper_1.gform_wrapper.gf_browser_gecko .gfield_radio li input[type="radio"]{
		margin-top:.25em;
	}
	#gform_wrapper_2 textarea::-webkit-input-placeholder ,
	#gform_wrapper_1 textarea::-webkit-input-placeholder ,
	#gform_wrapper_2 input[type="text"]::-webkit-input-placeholder ,
	#gform_wrapper_1 input[type="text"]::-webkit-input-placeholder ,
	.home-pre-footer input[type="text"]::-webkit-input-placeholder {
	   font-family:FuturaStd-Medium;
	   font-size:.9rem !important;
	   color:#ffffff;
	}
	#gform_wrapper_1 textarea:-moz-placeholder,
	#gform_wrapper_2 textarea:-moz-placeholder,
	#gform_wrapper_1 input[type="text"]:-moz-placeholder,
	#gform_wrapper_2 input[type="text"]:-moz-placeholder,
	.home-pre-footer input[type="text"]:-moz-placeholder { /* Firefox 18- */
		font-family:FuturaStd-Medium;
		font-size:.9rem !important;
		color:#ffffff;
	}
	#gform_wrapper_1 textarea::-moz-placeholder,
	#gform_wrapper_1 input[type="text"]::-moz-placeholder,
	#gform_wrapper_2 textarea::-moz-placeholder,
	#gform_wrapper_2 input[type="text"]::-moz-placeholder,
	.home-pre-footer input[type="text"]::-moz-placeholder {  /* Firefox 19+ */
		font-family:FuturaStd-Medium;
		font-size:.9rem !important;
		color:#ffffff;
	}
	#gform_wrapper_1 textarea:-ms-input-placeholder,
	#gform_wrapper_1 input[type="text"]:-ms-input-placeholder,
	#gform_wrapper_2 textarea:-ms-input-placeholder,
	#gform_wrapper_2 input[type="text"]:-ms-input-placeholder,
	.home-pre-footer input[type="text"]:-ms-input-placeholder {  
		font-family:FuturaStd-Medium;
		font-size:.9rem !important;
		color:#ffffff;
	}
	

		
	.hero-wrapper img{
		width:100%;
		height:auto;
		position:relative;
		top:-76px;
	}
	.hero-wrapper{
		margin-bottom:-76px;
	}
	
	.arrowed-cta-band{
		background-color:rgb(1,1,1);
		min-height:109px;
		position:relative;
		color:#ffffff;
	}
	
	.arrowed-cta-band .lifestyle-ctas{
		text-align:center;
	}
	
	.row.lifestyle-ctas .row{
		margin-top:17px;
		font-size:21px;
	}
	
	.arrowed-cta-band .lifestyle-ctas .large-11.medium-11.columns .large-8.medium-8.columns{
		border-left:2px solid rgb(128,127,126);
		border-right:2px solid rgb(128,127,126);
	}
	
	.arrowed-cta-band:after{
		content: '';
		position: absolute;
		border-style: solid;
		border-width: 0 20px 18px;
		border-color: rgb(1,1,1) transparent;
		display: block;
		width: 0;
		z-index: 1;
		margin-left: -20px;
		top: -18px;
		left: 50%;
	}
	
	.lifestyle-ctas button{
		border: 2px solid rgb(128,127,126);
		background-color:rgb(1,1,1);
		font-style:italic;
		color:#ffffff;
		margin:0;
		padding:3px 20px;
		font-family: "Times New Roman", Times, serif;
		font-size:22px;
		top:1rem;
	}
	.lifestyle-ctas img{
		top:1rem;
		position:relative;
	}
	.accent-graphic{
		margin-top:3rem;
	}
	.accent-graphic img{
		width:100%;
		height:auto;
	}
	
	.properties-content{
		overflow:hidden;
		display:block;
		background:url(../images/properties-prefooter.jpg) no-repeat scroll 0 0 / cover;
		color:#ffffff;		
	}
	
	.properties-content h3{
	   color:#ba9b50;
	   text-transform:uppercase;
	   font-size:1.2rem;
   }
   .properties-content .large-4.columns{
	   padding:4rem;
   }
   
   .properties-content .large-4.columns:hover{
	   background:rgba(0,0,0,0.65);
   }
   
   .properties-content .properties-separator{
	   border-bottom:2px solid #ba9b50;
	   width:100px;
	   display:block;
	   margin: 1rem 0;
   }
   
   .page-template-template-properties-page .properties-lower-content  h2{
	   font-size:2rem;
	   color:#ba9b50;
	   display:block;
   }
   .properties-lower-content{
	   text-align:center;
	   margin-top:2rem;
   }
   
   

.properties-lower-content h2{
   margin-bottom:2rem;
   
}
   
   .properties-pdf-links{
	   overflow:hidden; 
	   text-align:center;
	   font-size:.85rem;
	   line-height:1rem;
	   margin-bottom:3rem;
   }
   .properties-pdf-links a{
	   font-size:1rem;
	   color:#ba9b50;
	   display:block;
	   margin-bottom:.5rem;
   }
   .properties-pdf-links img{
	   margin-bottom:12px;
   }
   
   .properties-pdf-links div{
	   margin-bottom:2rem;
   }
   
   
   .location-content{
		overflow:hidden;
		display:block;
		background:url(../images/location-mid-bg.jpg) no-repeat scroll 0 0 / cover;
		color:#ffffff;	
		margin-top:4rem;
	}
	
	.location-content h2{ 
	   color:#ba9b50;
	   font-size:3rem;
   }
   .location-content .large-4.columns{
	   padding:3rem 4rem;
   }
   .location-content .large-4.columns:hover{
	   background:rgba(0,0,0,0.65);
   }
   
   .location-content .location-separator{
	   border-bottom:2px solid #ba9b50;
	   width:100px;
	   display:block;
	   margin: .5rem 0;
   }
   
   .location-content .location-spot {
		font-size: 1.2rem;
		margin-top: 0.5rem;
	}
   .location-lower-content h2{
		font-size:2.1rem;
		color:#ba9b50;
		margin:3rem 0;
		text-align:center;
   }
   
   .location-direction-bar-2,
   .location-direction-bar-1{
	   display:block;
	   text-align:center;
	   position:relative;
	   z-index:999;
	   background-color:#404040;
	   color:#ffffff;
	   padding-top:1rem;
	   margin-bottom:3rem;
   }
   .location-direction-bar-2:after,
   .location-direction-bar-1:after{
		content: '';
		position: absolute;
		border-style: solid;
		border-width: 0 20px 18px;
		border-color: #404040 transparent;
		display: block;
		width: 0;
		z-index: 1;
		margin-left: -20px;
		top: -18px;
		left: 50%;		
	}
	.location-direction-bar-2{
		background-color:#010101;
	}
	.location-direction-bar-2:after{
		border-color: #010101 transparent;
	}
	.location-direction-bar-2 p,
   .location-direction-bar-1 p{
	   width:48%;
	   margin:12px auto;
	   font-size:1.2rem;
	   padding-bottom:1rem;
   }
   
   .location-direction-bar-2 h3,
   .location-direction-bar-1 h3{
	   color:#ffffff;
	   font-style:italic;
	   font-size:1.6rem;
	   padding:5px 6px;
	   border: 2px solid #cecece;
	   width:12rem;
	   margin:auto;
	   display:block;
   }
   
   .hoa-login input{
	   height:26px;
	   padding:0 4px;
	   margin:.5em 0;
   }
   
   .hoa-login .bordered{
	   border-left:2px solid #807f7e;
	   border-right:2px solid #807f7e;
   }
   
   
   .hoa-login input[type="password"],
   .hoa-login input[type="text"]{
	   width:210px;
	   background-color:#807f7e;
	   border:0;
   }
   
   .hoa-login input[type="submit"]{
		height:26px;
		border: 2px solid #807f7e;
		background-color:rgb(1, 1, 1);
		font-style:italic;
		color:#ffffff;
		padding:3px 10px;
		font-family: "Times New Roman", Times, serif;
	}
   
   .hoa-login{
	   padding-top:35px;
	   
   }
   
/*********************
PAGE NAVI STYLES
*********************/
.page-navigation {
  margin-top: 1rem; }

/*********************
COMMENT STYLES
*********************/
#comments .commentlist {
  margin-left: 0px; }

#respond ul {
  margin-left: 0px; }

.commentlist li {
  position: relative;
  clear: both;
  overflow: hidden;
  list-style-type: none;
  margin-bottom: 1.5em;
  padding: 0.7335em 10px; }
  .commentlist li:last-child {
    margin-bottom: 0; }
  .commentlist li ul.children {
    margin: 0; }
.commentlist li[class*=depth-] {
  margin-top: 1.1em; }
.commentlist li.depth-1 {
  margin-left: 0;
  margin-top: 0; }
.commentlist li:not(.depth-1) {
  margin-left: 10px;
  margin-top: 0;
  padding-bottom: 0;
  background: #e7e7e7; }
.commentlist li.depth-3 {
  background: #dadada; }
.commentlist .vcard {
  margin-left: 50px; }
  .commentlist .vcard cite.fn {
    font-weight: 700;
    font-style: normal; }
  .commentlist .vcard time {
    float: right; }
    .commentlist .vcard time a {
      color: #999;
      text-decoration: none; }
      .commentlist .vcard time a:hover {
        text-decoration: underline; }
  .commentlist .vcard img.avatar {
    position: absolute;
    left: 10px;
    padding: 2px;
    border: 1px solid #cecece;
    background: #fff; }
.commentlist .comment_content p {
  margin: 0.7335em 0 1.5em;
  font-size: 1em;
  line-height: 1.5em; }
.commentlist .comment-reply-link {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  border-style: solid;
  border-width: 0;
  cursor: pointer;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  line-height: normal;
  margin: 0 0 1.25rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  padding: 0.875rem 1.75rem 0.9375rem 1.75rem;
  font-size: 0.8125rem;
  background-color: #008CBA;
  border-color: #007095;
  color: #FFFFFF;
  transition: background-color 300ms ease-out;
  float: right; }
  .commentlist .comment-reply-link:hover, .commentlist .comment-reply-link:focus {
    background-color: #007095; }
  .commentlist .comment-reply-link:hover, .commentlist .comment-reply-link:focus {
    color: #FFFFFF; }

/*********************
COMMENT FORM STYLES
*********************/
.respond-form {
  margin: 1.5em 10px;
  padding-bottom: 2.2em; }
  .respond-form form {
    margin: 0.75em 0; }
    .respond-form form li {
      list-style-type: none;
      clear: both;
      margin-bottom: 0.7335em; }
      .respond-form form li label, .respond-form form li small {
        display: none; }
    .respond-form form input[type=text], .respond-form form input[type=email], .respond-form form input[type=url], .respond-form form textarea {
      padding: 3px 6px;
      background: #efefef;
      border: 2px solid #cecece;
      line-height: 1.5em; }
      .respond-form form input[type=text]:focus, .respond-form form input[type=email]:focus, .respond-form form input[type=url]:focus, .respond-form form textarea:focus {
        background: #fff; }
      .respond-form form input[type=text]:invalid, .respond-form form input[type=email]:invalid, .respond-form form input[type=url]:invalid, .respond-form form textarea:invalid {
        outline: none;
        border-color: #fbc2c4;
        background-color: #f6e7eb;
        -ms-box-shadow: none;
        box-shadow: none; }
    .respond-form form input[type=text], .respond-form form input[type=email], .respond-form form input[type=url] {
      max-width: 400px;
      min-width: 250px; }
    .respond-form form textarea {
      resize: none;
      width: 97.3%;
      height: 150px; }

#comment-form-title {
  margin: 0 0 1.1em; }

#allowed_tags {
  margin: 1.5em 10px 0.7335em 0; }

.nocomments {
  margin: 0 20px 1.1em; }

/*********************
SIDEBARS & ASIDES
*********************/
.widget ul {
  margin: 0; }
  .widget ul li {
    list-style: none; }
@media only screen and (min-width:40.0625em) {
  .widget {
    padding: 0 10px;
    margin: 2.2em 0; } }

#sidebar-offcanvas .widgettitle {
  color: #fff; }

/*********************
FOOTER STYLES
*********************/
.footer {
  clear: both;
  /*margin-top: 1em;*/
  background-color: #2b2b2b;
 /* border-top:9px solid #9ca261;*/
 display:inline-block;
 width:100%;
  }
 
 #inner-footer{
	 margin-top:2rem;
	 font-size:.8rem;
	 font-family:FuturaStd-Book;
	 text-transform:uppercase;
	 color:rgba(255,255,255,.3)
 }
 
 #inner-footer .columns{
	 color: rgb(124,124,124);
	 text-transform:uppercase;
	 
 }
 
 #inner-footer .copyright{
	 
	 display:block;
	 padding:.5rem 0 2rem;
 }
 

 .footer-social{
	list-style-type: none; 
	text-align: center;	
	display:inline-block;
 }

.footer-social li{
	display:inline-block;
	 margin: 1rem 2.5rem 2.5rem;
	 font-size:.8rem;
	 font-family:FuturaStd-Book;
}

.footer-social .facebook a{
	background:url(../images/facebook-footer-icon.png) no-repeat center center;
	width:44px;
	height:44px;
	text-indent:-9999px;
	display:inline-block;
}


.footer-social .twitter a{
	background:url(../images/twitter-footer-icon.png) no-repeat center center;
	width:44px;
	height:44px;
	text-indent:-9999px;
	display:inline-block;
}

.footer-social .pinterest a{
	background:url(../images/pinterest-footer-icon.png) no-repeat center center;
	width:44px;
	height:44px;
	text-indent:-9999px;
	display:inline-block;
}

.footer-social .instagram a{
	background:url(../images/instagram-footer-icon.png) no-repeat center center;
	width:44px;
	height:44px;
	text-indent:-9999px;
	display:inline-block;
}
/********************* 
SLICK CAROUSEL STYLES
*********************/
.home-hero-rotator .slick-slide,
.gallery-rotator .slick-slide{
	background-size:cover;
	background-repeat:no-repeat;
	overflow:hidden;
	width:100%;
	height:100vh;
}

.gallery-rotator-nav .slick-current .pager{
	background-color: rgb(0,0,0);
	display:inline-block;
}

.gallery-rotator-nav .slick-current .pager img{
	opacity:.65;
}

.gallery-rotator,
.home-hero-rotator{
	height:85vh;
	width:100%;
	margin:0;
	position:relative;
	top:-76px;
	
}
.gallery-rotator-nav{
	margin-top:76px;
}

.rotator-wrapper{
	/*max-height:1604px;*/
	 
	text-align:center;
	height:93vh;
	position:relative;
}
.rotator-wrapper ul{
	margin-left:0;
}

.rotator-wrapper .slick-slide img{
	display:inline-block;
}

.rotator-wrapper .hero1{
	background:url(../images/header-img.jpg) no-repeat;
	background-size:cover;
	background-position: 0% 0%;
	height:93vh;
}

.rotator-wrapper .hero2{
	background:url(../images/hero2.jpg) no-repeat;
	background-size:cover;
	background-position: 0% 0%;
	height:93vh;
}

.rotator-wrapper .hero3{
	background:url(../images/hero3.jpg) no-repeat;
	background-size:cover;
	background-position: 0% 0%;
	height:93vh;
}

.rotator-wrapper .hero4{
	background:url(../images/hero4.jpg) no-repeat;
	background-size:cover;
	background-position: 0% 0%;
	height:93vh;
}

.rotator-wrapper .content-wrapper{
	padding-top:8vh;
}

.rotator-wrapper .coming-soon{
	
	margin:10vh 0 2vh;
	display:inline-block;
}

.rotator-wrapper .content-wrapper h1{
	font-family:HelveticaNeueLT-Light;
	letter-spacing:3rem;
	margin-bottom:2rem;
	font-size:2rem;
	color:#ffffff;
	text-transform:uppercase;
	margin-top:3rem;
}

.gallery-rotator-nav .slick-slide{
	max-height:150px;
}
.inner-wrap,
#container{
	height:100%;
}

.home-logo{
	text-align:center;
	position:absolute;
	width:100%;
	bottom:50%;
}

a.vip-button{
	width:178px;
	height:43px;
	text-indent:-99999px;
	background:url(../images/join-vip-button.png);
	display:inline-block;
	margin:1rem 0;
}

a.vip-button:hover{
	background:url(../images/join-vip-button-hover.png);
}

.home-downarrow{
	text-align:center;
	position:absolute;
	width:100%;
	bottom:5%;
}

.parallax-body-brown{
	background:url(../images/brown-bg.jpg) no-repeat scroll 0 0 / cover;
	min-height:216px;
	text-align:center;	
	position:relative;
}

.parallax-body-blue{
	background:url(../images/blue-arrows-bg.jpg) no-repeat scroll 0 0 / cover;
	min-height:239px;
	text-align:center;	
	position:relative;
}


.parallax-body-brown .floorplans,
.parallax-body-brown .amenities{
	text-align:center;
	width:100%;
	position:absolute;
	bottom:38%;
}

.parallax-body-yellow .cottage-style-residences{
	text-align:center;
	width:100%;
	position:absolute;
	bottom:17%;
}

.parallax-body-blue .your-place-your-space{
	text-align:center;
	width:100%;
	position:absolute;
	bottom:20%;
}

.parallax-body h2{
	font-family:HelveticaNeueLT-Light;
	font-weight:normal;
	color:#fff;
	margin:0 60px;;
	display:inline-block;
	vertical-align:middle;
	
}

.about-body{
	padding:45px 0;
	background:url(../images/about-bg.jpg) no-repeat scroll 0 0 / cover;
	
}



.about-body .content-wrapper{
	text-align:center;
	font-family:HelveticaNeueLT-Light;
	font-size:1.5rem;
	text-transform:uppercase;
	color:#fff;
	width:58%;
	margin:auto;
}

.floorplan-wrapper{
	padding:45px 0;
	background:url(../images/floorplans-bg2.jpg) no-repeat scroll 0 0 / cover;
}

.floorplan-block{
	cursor: pointer;
	display:inline-block;
	margin-left:2rem;
	position:relative;
	width:279px;
	height:323px;
	 box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.75);
	color:#ffffff;
}

.floorplan-block:first-child{
	margin-left:0;
}

.floorplan-block .fp-overlay{
	background:rgba(0, 0, 0, 0.6);
	display:none;
	height:323px;
	width:279px;
	position:absolute;
	top:0;
	left:0;
}

.floorplan-block .fp-overlay h3{
	font-family:FuturaStd-Medium;
	font-size:1.5rem;
	text-transform:uppercase;
	width:12rem;
	margin-top:5rem;
	display:inline-block;
	line-height:1.8rem;
}

.floorplan-block:hover .fp-overlay{
	display:block;
}

.floorplan-block h2{
	font-family:FuturaStd-Heavy;
	font-size:2.5rem;
	font-weight:bold;
	margin-top:.75rem;
	
}

.floorplan-block .fp-thumb{
	display:block;
	margin:auto;
	bottom:.75rem;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	position:absolute
}

.fp-block1{
	background:url(../images/plank-box1.jpg) no-repeat;
}

.fp-block2{
	background:url(../images/plank-box2.jpg) no-repeat;
}

.fp-block3{
	background:url(../images/plank-box3.jpg) no-repeat;
}

.fp-block4{
	background:url(../images/plank-box4.jpg) no-repeat;
}

.floorplan-modal{
	background:url(../images/paper-bg.jpg);
}

.floorplan-modal .fp-prev-arrow,
.floorplan-modal .fp-next-arrow,
.floorplan-modal .fp-info{
	float:left;
	position:relative;
}

.floorplan-modal .fp-prev-arrow{
	margin: 2.5rem .2rem 0 0;
	cursor:pointer;
}
.floorplan-modal .fp-next-arrow{
	margin: 2.5rem 0 0 .2rem;
	cursor:pointer;
}

.floorplan-modal .fp-info .fp-bed,
.floorplan-modal .fp-info .fp-bath,
.floorplan-modal .fp-info .fp-sqft{
	position:absolute;
	left:13rem;
}

.floorplan-modal .fp-info .fp-bed{
	top:16px;
}
.floorplan-modal .fp-info .fp-bath{
	top:51px;
}
.floorplan-modal .fp-info .fp-sqft{
	top:85px;
}

.floorplan-modal .fp-info .fp-title{
	position:absolute;
	left:1.5rem;
	top:16px;
}

.floorplan-modal .fp-disclaimer{
	text-transform:uppercase;
	font-family:FuturaStd-Book;
	font-size:.65rem;
	color:#323232;
	text-align:left;
	clear:both;
	margin-left:35px;
	padding-top:8px;
	width:343px;
}

.siteplan-wrapper{
	padding:3rem 0;
}

a.download-button{
	width:178px;
	height:43px;
	text-indent:-99999px;
	background:url(../images/download-button.png);
	display:inline-block;
}

a.download-button:hover{
	background:url(../images/download-button-hover.png);
}

.gallery-wrapper{
	background:#323131;
	padding:1rem 0;
}

.slick-slide{
	position:relative;
}

.thumb-overlay {
    background: rgba(103, 102, 100, 0.77) none repeat scroll 0 0;
    color: #ffffff;
    cursor: pointer;
    display: none;
    height: 100%;
    left: 0px;
    position: absolute;
    top: 0px;
    width: 100%;
}

.gallery-carousel .slick-slide:hover .thumb-overlay {
    display: block;
}

#gallery1.reveal-modal,
#gallery2.reveal-modal,
#gallery3.reveal-modal,
#gallery4.reveal-modal,
#gallery5.reveal-modal,
#gallery6.reveal-modal{ 
	max-width:1200px !important;
}

button.slick-prev,
button.slick-next{
	position:absolute;
	top:53%;
	z-index:500;
	width:60px;
	height:60px;
	text-indent:-9999px;
}
.slick-prev:hover,
.slick-prev{
	left:1rem;
	background:url(../images/gallery-prev-arrow.png) no-repeat;
}
.slick-next:hover,
.slick-next{
	right:1rem;
	background:url(../images/gallery-next-arrow.png) no-repeat;
}

.neighborhood-wrapper{
	padding:30px 0 60px;
	font-family:GearedSlab;
	color:#fff;
	background:#5574ae;
	border-bottom:solid 9px #dcaa1e;
}

.neighborhood-wrapper .content-wrapper{
	text-align:center;
	font-size:1.35rem;
	width:58%;
	margin:auto;
}

.neighborhood-about{
	padding:2rem 0;
}

.neighborhood-about h2{
	font-family: GearedSlab;
    font-size:2.6rem;
    margin-bottom: 2rem;
	color:#fff;
}

.location-info{
	text-align:left;
	color:#fff;
	text-transform:uppercase;
	margin-left:20px;
}

.location-info h2{
	text-transform:none;
	margin:0 0 2rem;
	padding-top:2rem;
	display:block;
}

.loc-info-buffer{padding:2.5rem 0;}

#map-wrapper{
	position:relative;
	width:100%;
	display:inline-block;
}

.map-close-icon{
	position:absolute;
	right:2rem;
	top:-3rem;
	z-index:999;
	cursor:pointer;
}

#map{
	width:100%;
	min-height:292px;
	
}

#sidebar{
	text-align:center;
}
#poiList{
	list-style:outside none none;
	text-align:center;
	max-width:70rem;
	margin: 1.5rem auto 0;
	display:inline-block;
}
#poiList li{
	float:left;
	margin-left:30px;
	margin-bottom:10px;
}
#poiList a{
	padding:5px 0 12px 20px ;
	color:#7f7f7f;
	font-size:.85rem;
	
}
.map-wrapup{
	height:1.2rem;
	clear:both;
}

.gm-style-iw * {
	display: block;
	width: 100%;
}
.gm-style-iw h4, .gm-style-iw p {
	margin: 0;
	padding: 0;
}
.gm-style-iw a {
	color: #4272db;
}


.contact-wrapper{
  background:url(../images/horiz-plank-bg.jpg) no-repeat scroll 0 0 / cover; 
  position:relative;
  min-height:284px;
  border-bottom:8px solid #367a89;
}

.contact-wrapper .left-col{
	border-right:2px solid rgba(255,255,255,.5);
	padding:.5rem 0;
	text-align:center;
}

.contact-wrapper .left-col .contact-box{
	float:left;
}

.contact-wrapper .right-col{
	border-left:2px solid rgba(255,255,255,.5);
	padding:.5rem 0;
	text-align:center;
}

.contact-wrapper .right-col .contact-box{
	float:right;
}

.contact-wrapper .contact-box{
   font-family:FuturaStd-Medium;
   font-size:1.5rem;
   
   text-transform:uppercase;
   color:rgba(255,255,255,.5);
   border:2px solid #ffffff;
   width:95%;
   cursor:pointer;
   padding:.2rem;
}

.contact-wrapper .contact-box .inner-box{
	background-color:none;
	width:100%;
	height:100%;
	padding:1.3rem;
	
}

.contact-wrapper .contact-box:hover .inner-box{
	background-color:rgba(255,255,255,.5);
}


.contact-wrapper .contact-address{
	color:#ffffff;
	font-family:FuturaStd-Medium;
	text-transform:uppercase;
	letter-spacing:.2rem;
}

/*********************
FOUNDATION STYLES
*********************/
.clearing-assembled.clearing-blackout a:hover {
  background: none; }
  
  /*********************
IMAGE GALLERY STYLES
*********************/
[class*="gallery-columns-"] {
  display: block;
  padding: 0;
  margin: 0 -0.625rem; }
  [class*="gallery-columns-"]:before, [class*="gallery-columns-"]:after {
    content: " ";
    display: table; }
  [class*="gallery-columns-"]:after {
    clear: both; }
  [class*="gallery-columns-"] > .gallery-item {
    display: inline;
    height: auto;
    float: left;
    padding: 0 0.625rem 1.25rem; }

.gallery-columns-1 > .gallery-item {
  width: 100%;
  padding: 0 0.625rem 1.25rem; }
  .gallery-columns-1 > .gallery-item:nth-of-type(n) {
    clear: none; }
  .gallery-columns-1 > .gallery-item:nth-of-type(1n+1) {
    clear: both; }

.gallery-columns-2 > .gallery-item {
  width: 50%;
  padding: 0 0.625rem 1.25rem; }
  .gallery-columns-2 > .gallery-item:nth-of-type(n) {
    clear: none; }
  .gallery-columns-2 > .gallery-item:nth-of-type(2n+1) {
    clear: both; }

.gallery-columns-3 > .gallery-item {
  width: 33.33333%;
  padding: 0 0.625rem 1.25rem; }
  .gallery-columns-3 > .gallery-item:nth-of-type(n) {
    clear: none; }
  .gallery-columns-3 > .gallery-item:nth-of-type(3n+1) {
    clear: both; }

.gallery-columns-4 > .gallery-item {
  width: 25%;
  padding: 0 0.625rem 1.25rem; }
  .gallery-columns-4 > .gallery-item:nth-of-type(n) {
    clear: none; }
  .gallery-columns-4 > .gallery-item:nth-of-type(4n+1) {
    clear: both; }

.gallery-columns-5 > .gallery-item {
  width: 20%;
  padding: 0 0.625rem 1.25rem; }
  .gallery-columns-5 > .gallery-item:nth-of-type(n) {
    clear: none; }
  .gallery-columns-5 > .gallery-item:nth-of-type(5n+1) {
    clear: both; }

.gallery-columns-6 > .gallery-item {
  width: 16.66667%;
  padding: 0 0.625rem 1.25rem; }
  .gallery-columns-6 > .gallery-item:nth-of-type(n) {
    clear: none; }
  .gallery-columns-6 > .gallery-item:nth-of-type(6n+1) {
    clear: both; }

.gallery-columns-7 > .gallery-item {
  width: 14.28571%;
  padding: 0 0.625rem 1.25rem; }
  .gallery-columns-7 > .gallery-item:nth-of-type(n) {
    clear: none; }
  .gallery-columns-7 > .gallery-item:nth-of-type(7n+1) {
    clear: both; }

.gallery-columns-8 > .gallery-item {
  width: 12.5%;
  padding: 0 0.625rem 1.25rem; }
  .gallery-columns-8 > .gallery-item:nth-of-type(n) {
    clear: none; }
  .gallery-columns-8 > .gallery-item:nth-of-type(8n+1) {
    clear: both; }

.gallery-columns-9 > .gallery-item {
  width: 11.11111%;
  padding: 0 0.625rem 1.25rem; }
  .gallery-columns-9 > .gallery-item:nth-of-type(n) {
    clear: none; }
  .gallery-columns-9 > .gallery-item:nth-of-type(9n+1) {
    clear: both; }

.gallery-columns-10 > .gallery-item {
  width: 10%;
  padding: 0 0.625rem 1.25rem; }
  .gallery-columns-10 > .gallery-item:nth-of-type(n) {
    clear: none; }
  .gallery-columns-10 > .gallery-item:nth-of-type(10n+1) {
    clear: both; }

.gallery-columns-11 > .gallery-item {
  width: 9.09091%;
  padding: 0 0.625rem 1.25rem; }
  .gallery-columns-11 > .gallery-item:nth-of-type(n) {
    clear: none; }
  .gallery-columns-11 > .gallery-item:nth-of-type(11n+1) {
    clear: both; }

.gallery-columns-12 > .gallery-item {
  width: 8.33333%;
  padding: 0 0.625rem 1.25rem; }
  .gallery-columns-12 > .gallery-item:nth-of-type(n) {
    clear: none; }
  .gallery-columns-12 > .gallery-item:nth-of-type(12n+1) {
    clear: both; }

/*********************
MODAL STYLES
*********************/
	
.reveal-modal{
	max-width:26.5rem !important;
	background:#c3c1bc;
}

#modalTitle{
	font-family:"AGaramondPro-Regular";
	color:#595858;
	text-align:center;
	font-size:1.9rem;
}
	
/*********************
PLUGIN STYLES
*********************/
.gform_body ul {
  list-style: none outside none;
  margin: 0; }

/*********************
PRINT STYLES
*********************/
@media print {
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    -webkit-filter: none !important;
    filter: none !important;
    -ms-filter: none !important; }
  a, a:visited {
    color: #444 !important;
    text-decoration: underline; }
    a:after, a:visited:after {
      content: " (" attr(href) ")"; }
    a abbr[title]:after, a:visited abbr[title]:after {
      content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: ""; }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr, img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }

  p, h2, h3 {
    orphans: 3;
    widows: 3; }
  h2, h3 {
    page-break-after: avoid; }
  .sidebar, .page-navigation, .wp-prev-next, .respond-form, nav {
    display: none; } }
/********************
RESPONSIVE
********************/

@media (max-width: 40em) {
	.header-sep{
		display:none;
	}
	
	.parallax-body-brown{
		min-height:150px;
	}
	
	.rotator-wrapper img{
		width:50%;
	}
	.parallax-body-brown img{
		width:75%;
	}
	
	#contact-form .gform_footer #gform_submit_button_2{
		position:relative;
		top:auto;
		right:auto;
	}
	
	.floorplan-block{
		margin: 1rem 0;
	}
	
	#inner-footer .copyright{
		text-align:center;
	}
	.footer-address .address,
	.footer-address{
		text-align:center;
	}
	
	.rotator-wrapper .content-wrapper h1{
		letter-spacing:1rem;
	}
	
	.contact-wrapper .left-col,
	.contact-wrapper .right-col{
		border:none;
	}
	
	.contact-wrapper .left-col .contact-box,
	.contact-wrapper .right-col .contact-box{
		float:none;
		margin:auto;
	}
	
	.footer-address .footer-city:after,
	.footer-address .footer-street:after{
		 content: "";
	 }
	 
	 .footer-address img{
		 display:block;
		 margin: .25rem auto;
	 }
	
	.header-phone,
	.footer-address .footer-street,
	.footer-address .footer-city,
	.footer-address .footer-phone{
		margin:0;
		display:block;
	}
	
	.footer-social{
		float:none;
		margin-top:.5rem;
	}
	
	.home-downarrow{display:none;}
	.gallery-rotator .slick-slide,
	.home-hero-rotator .slick-slide 
	{height:300px !important;}
	
	.menu > li{
		/*width:15.5rem;
		text-align:center;*/
	}
	
	.top-bar .top-bar-left, .top-bar .top-bar-right{
		width:100%;
		margin:.5rem 0;
		text-align:center;
	}
	
	.top-bar-right ul{
		margin-top:.5rem;
	}
	
	.top-bar-right ul.menu  a{
		padding: 0.7rem .5rem;
		font-size:1.5rem;
	}
	
	.top-bar-right .menu span::after {
    box-shadow: 0 0 0 1px #ffffff, 0 7px 0 1px #ffffff, 0 14px 0 1px #ffffff;
    content: "";
    display: block;
    height: 0;
    left: 0.80556rem;
    margin-top: -0.44444rem;
    position: absolute;
    top: 50%;
    width: 0.88889rem;
}
	
	.menu > li a{
		color:#969891; 
	}
	
	.top-bar ul{
		margin-right:0;
	}
	
	.gallery-rotator,
	.home-hero-rotator{
		height:inherit;
		top:0;
	}
	
	.home-hero-rotator li{
		background-position: center;

	}
	
	.gallery-rotator-nav{display:none !important;}  
	
	.events-ctas .large-offset-2,
	.events-ctas .large-offset-4,
	.home-ctas .large-offset-2{
		margin-left:0px !important;
	}
	.arrowed-cta-band{
		padding-bottom:3em;
	}
	
	.hoa-login .bordered,
	.arrowed-cta-band .lifestyle-ctas .large-11.medium-11.columns .large-8.medium-8.columns{
		border:none;
	}
	.arrowed-cta-band .columns{
		margin-bottom:1em;
	}
	
	.accent-verbiage{
		padding:1rem 10% 14%;
	}
	
	p, h1, h2, h3, div{
		line-height:1.2 !important;
	}
	
	.parallax-body h2{
		font-size: 2rem;
	}
	.loc-info-buffer,
	.floorplan-items{
		text-align:center;
	}
	.footer-list a,
	.phone-wrapper a{
		color:#ffffff;
	}
	
	.about-body .content-wrapper{
		width:90%
	}
	
	#poiList li{
		margin-left:0;
		width:95px;
		text-align:left;
	}
	
	.hero-wrapper{
		margin-bottom:0;
	}
	.hero-wrapper img{
		top:0;
	}
	.maps-wrapper,
	.maps-wrapper .columns{
		margin-bottom:1.5em;
	}
	.location-content .location-separator,
	.location-spot > img{
		display:block;
		margin: 0 auto;
	}
	.location-content,
	.location-spot{
		text-align:center;
	}
	
	.location-direction-bar-2 p,
   .location-direction-bar-1 p{
	   width:75%;
   }
   
   #field_1_3 {
		display: block;
		text-align: center;
	}
	.hoa-login .text-left,
	.hoa-login{text-align:center !important;}
	
	.hoa-login input{
		margin: auto;
	}
	
	.tab-bar-section.middle{
		right:0;
		top:.5em;
	}
	
	.fp-item .info-content{
		margin-left:0;
	}
	
	#grayson-map{
		width:250px;
		height:250px;
		margin-top:1rem;
	}
	
	.parallax-body .diag{
		display:none;
	}
	
	.footer-list li{
		display:block;
	}
	
	.footer-list li.first-item{
		margin-right:0rem;
	}
	
	.footer-list li.last-item{
		margin-left:0rem;
	}
	
	.home-logo img{
		width:75%;
	}
	
	.rotator-wrapper{
		background-position:38% 0 !important;
	}
	
	.amenities-box,
	.neighborhood-about{
		padding:2rem 1.5rem;
	}
	
}

/* ==== @fontface ==== */

@font-face {
  font-family: 'FuturaStd-Heavy';
  src: url('/fonts/FuturaStd-Heavy/FuturaStd-Heavy.eot?#iefix') format('embedded-opentype'),  url('/fonts/FuturaStd-Heavy/FuturaStd-Heavy.otf')  format('opentype'),
	     url('/fonts/FuturaStd-Heavy/FuturaStd-Heavy.woff') format('woff'), url('/fonts/FuturaStd-Heavy/FuturaStd-Heavy.ttf')  format('truetype'), url('/fonts/FuturaStd-Heavy/FuturaStd-Heavy.svg#FuturaStd-Heavy') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'FuturaStd-Medium';
  src: url('/fonts/FuturaStd-Medium/FuturaStd-Medium.eot?#iefix') format('embedded-opentype'),  url('/fonts/FuturaStd-Medium/FuturaStd-Medium.otf')  format('opentype'),
	     url('/fonts/FuturaStd-Medium/FuturaStd-Medium.woff') format('woff'), url('/fonts/FuturaStd-Medium/FuturaStd-Medium.ttf')  format('truetype'), url('/fonts/FuturaStd-Medium/FuturaStd-Medium.svg#FuturaStd-Medium') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'FuturaStd-Book';
  src: url('/fonts/FuturaStd-Book/FuturaStd-Book.eot?#iefix') format('embedded-opentype'),  url('/fonts/FuturaStd-Book/FuturaStd-Book.otf')  format('opentype'),
	     url('/fonts/FuturaStd-Book/FuturaStd-Book.woff') format('woff'), url('/fonts/FuturaStd-Book/FuturaStd-Book.ttf')  format('truetype'), url('/fonts/FuturaStd-Book/FuturaStd-Book.svg#FuturaStd-Book') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'HelveticaNeueLT-Light';
  src: url('/fonts/HelveticaNeueLT-Light/HelveticaNeueLT-Light.eot?#iefix') format('embedded-opentype'),
	     url('/fonts/HelveticaNeueLT-Light/HelveticaNeueLT-Light.woff') format('woff'), url('/fonts/HelveticaNeueLT-Light/HelveticaNeueLT-Light.ttf')  format('truetype'), url('/fonts/HelveticaNeueLT-Light/HelveticaNeueLT-Light.svg#HelveticaNeueLT-Light') format('svg');
  font-weight: normal;
  font-style: normal;
}