@charset "UTF-8";
/************************************************

Stylesheet: Main Stylesheet

*************************************************/
/*********************
GENERAL STYLES
*********************/
html {
	width: 100%;
	height: 100%;
}

body {
	color: #757575;
	font-family: 'SourceSansPro-Light', Trebuchet, sans-serif;
	background: #fff;
	width: 100%;
	height: 100%;
}

body.single-fource_fp {
	background: #d7d7d7;
}

ul {
	margin: 0;
	list-style: none outside none;
}

li {
	margin-bottom: .875rem;
	line-height: 1.3;
	font-size: .938rem;
}

.select-units {
	margin-top: 3.000rem;
    font-size: .75rem;
    font-weight: lighter;
	letter-spacing: .04rem;
}

.flex-list { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; width: 100%; }
.just-center { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }
.just-between { -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
.just-around { -ms-flex-pack: distribute; justify-content: space-around; }
.just-end { -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; }
.row-wrap { -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: wrap; flex-wrap: wrap; }

.grey-bg { background: #d7d7d7; }

/*********************
LINK STYLES
*********************/
a:link, a:visited:link {
	-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;
}

p {
    font-size: 1rem;
    line-height: 1.4;
    letter-spacing: .05rem;
    padding-left: .05rem;
    margin: 0;
}

/*********************
HEADER STYLES
*********************/
.header ul.off-canvas-list li {
	list-style: none;
}

h1, h2, a.heading-link, .special-modal h2 {
	font-family: 'Lora-Regular', Times New Roman, serif;
    font-size: 1.50rem ;
    color: #cdb460;
    margin: 0 0 2rem;
    line-height: 1.1;
}

.text-content-block img {
	margin-top: 2rem;
}

h1.no-margin, h2.no-margin {
	margin: 0;
}

h1 > span, h2 > span {
	font-size: 1.25rem;
	font-family: "Lora-Regular", Times New Roman, serif;
	margin: 0;
	color: #cdb460;
	line-height: 1.6;
	display: block;
	letter-spacing: .125rem;
}

h2 span.highlighting {
	font-family: "Lora-Italic", Times New Roman, serif;
	display: inline-block;
	font-size: 1.500rem;
	line-height: 1.1;
	margin: 0;
}

.home h2 {
	color: #757575;
}

.home .special-modal h2 {
    color: #cdb460;
}

.special-modal p.modal-text {
	margin: 2rem 0;
}

.contact-wrapper h2 {
	padding-left: .500rem;
}

.header {
	position: relative;
	width: 100%;
	/*height: 108px;*/
}

.home .header {
    position: fixed;
    z-index: 5000;
}

/*********************
NAVIGATION STYLES
*********************/
.top-bar {
    background: transparent;
    padding: 0;
    overflow: hidden;
	width: 100%
}

#top-bar-menu {
	height: 64px;
}

.nav-container {
	background: rgba(0,0,0,.3);
	width: 100%;
	z-index: 4;
}

.top-bar.sticky.is-stuck.is-at-top {
	margin-top: 44px !important;
}

.top-bar .top-bar-right { width: 15%; height: 4rem; margin-top: 0; padding: 1.125rem; }

.top-bar ul.menu {
    background: transparent;;
}

.menu > li {
    display: inline-block;
	margin: 0;
	position: relative;
}

.menu > li > a {
    font-family: 'SourceSansPro-Regular', Helvetica, sans-serif;
    letter-spacing: .05rem;
    font-size: 1.25rem;
    padding: .5rem 1.5rem .5rem 1.55rem;
    color: #fdfdfd;
    line-height: 2;
    text-transform: uppercase;
}

.menu > li > a img {
    margin: 0 0 5px 0;
}

.menu li.active > a {
	background: transparent;
}

.menu li.active > a:after {
	background: transparent url(../images/active-triangle.png) no-repeat;
	content: '';
	background-position: left center;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	height: 34px;
    width: 16px;
    float: left;
    display: inline-block;
    margin-left: -1.5rem;
    position: relative;
    z-index: 9999;
}

.top-bar-left .menu > li > a {
	padding: 0;
	line-height: 4rem;
}

.top-bar-right .menu > li {
	width: 100%;
}

.top-bar-right .menu > li button {
	display: block;
	text-align: center;
	margin: 0 auto;
}

.home-logo-link {
    text-indent: -99999px;
}

/*********************
UTILITY BAR NAVIGATION
*********************/
.utility-bar {
    background: #000; 
	height: 44px;	
}

#utility-nav {
	max-width: 90rem;
    z-index: 88888;
	height: 44px;
	width: 100%;
	margin: 0 auto;
}

.utility-bar .nav-container {
	background: #000;
	z-index: 5003;
}

#utility-nav .menu {
	height: 100%;
	padding: 0 .9375rem;
}

#utility-nav ul > li > a,
.floorplan-detail-wrapper .menu.utility > li > a {
    font-size: .750rem;
    padding: 1.125rem .875rem .875rem 0;
    line-height: 1;
    position: relative;
	color: #fff;
}

#utility-nav ul > li:last-child > a,
.floorplan-detail-wrapper .menu.utility > li:last-child > a {
	padding: 1.125rem 0 .875rem;
}

#utility-nav ul > li:hover > a,
#utility-nav ul > li.active > a,
.floorplan-detail-wrapper .menu.utility > li:hover > a {
	color: #cdb460;
	background: transparent;
	font-family: 'SourceSansPro-Regular', Helvetica, sans-serif;
}

#utility-nav ul > li > a:before,
.floorplan-detail-wrapper .menu.utility > li > a:before {
    content: '|';
	padding-right: .875rem;  
}

#utility-nav ul > li:hover > a:before,
#utility-nav ul > li.active > a:before,
#utility-nav ul > li:last-child > a:after,
.floorplan-detail-wrapper .menu.utility > li:hover > a:before,
.floorplan-detail-wrapper .menu.utility > li:last-child > a:after {
	color: #fff;	
}

#utility-nav ul > li:last-child > a:after,
.floorplan-detail-wrapper .menu.utility > li:last-child > a:after {
    content: '|';
	padding-left: .875rem; 
}



/*********************
TOP BAR NAVIGATION
*********************/
#main-nav {
	max-width: 90rem;
	margin: 0 auto;
	z-index: 88888;
	height: 100%;
}

/*********************
LIVE VIDEOS
*********************/
.vidbg-container video {
    max-height: 50vh;
}

/*********************
IMAGE GALLERY STYLES
*********************/


/*********************
CONTENT STYLES
*********************/
#content {
    position: relative;
    margin-top: 0;
}

/*********************
SECTION BLOCK STYLES
*********************/
section {
	padding: 2rem 0;
}

section.hero-image, section.hero-image-two {
	padding: 0;
}

.dark-block {
	background: #000;
}

.text-content-block h1,
.text-content-block h2 {

}

.section-divide {
    border-bottom: 1px solid #8d8d8d;
}

.home-about-wrapper {
	background: transparent url(../images/bg-about-section.jpg) no-repeat;
	padding: 2rem 1rem;
	background-size: cover;
	background-position: center;
}

img.home-logo-icon {
	max-height: 96px;
	margin-bottom: 2rem;
}

.home-about-wrapper p {
	color: #fff;
	line-height: 2;
	font-family: 'SourceSansPro-Regular', Trebuchet MS, sans-serif;
}

.home-about-wrapper .button-wrapper {
	margin-top: 2rem;
	padding: 0;
}

.home #main {
	padding-bottom: 2rem;
}

.down-arrow {
	position: absolute;
	bottom: 1rem;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	z-index: 2;
}

.hero-image, .hero-image-two {
	position: relative;
	/*height: 50vh;*/
	width: 100%;
	overflow: hidden;
	/*margin-top: -108px;*/
}

.hero-image img:not(.down-arrow):not(.large-logo) {
	width: 100%;
	height: 100%;
}
	
.hero-image .large-logo {
	position: absolute;
	bottom: 11.250rem;
	max-width: 470px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	display: none;
	z-index: 33333;
}

.hero-image .cover-layer {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0,0,0,.2);
	z-index: 22222;
	display: none;
}

.hero-image, .hero-image-two {
    position: relative;
    background: #000;
    overflow: hidden;
    height: 35vh;
	margin-top: 0;
}

#big-video .video,
#big-video-two .second-video {
    z-index: 1;
    position: absolute;
    top: -30vh;
    left: 0;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}

.home #big-video .video,
.home #big-video-two .second-video {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}

.home #big-video .video {
	top: 0;
}

#big-video video,
#big-video-two video {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

#big-video .video-element,
#big-video-two .video-element {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: auto 100%;
}

.hero-image-photo-container {
	background-size: cover !important;
	/*width: 100%;*/
	height: 100%;
	background-position: bottom center !important;
}

.amenities-content-wrapper {
	width: 50%;
	float: left;
}

.amenities-content-wrapper > .row {
	/*width: 100%;*/
	margin: 0 auto;
}

p.select-units {
	font-size: .750rem;
	text-align: center;
	text-transform: uppercase;
}

.list-block p {
	text-transform: uppercase;
	line-height: 2.500rem;
	border-bottom: 1px solid #757575;
	font-family: 'SourceSansPro-Regular', Helvetica, sans-serif;
	margin-bottom: 1rem;
}

.list-block ul li {
	margin-bottom: .5rem;
}

.image-block {
	position: relative;
	margin-bottom: 1.5rem;
}

.image-block:last-child {
	margin-bottom: 0;
}

.image-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background: rgba(0,0,0,.4);
	height: 100%;
}

.image-overlay p,
.image-overlay a {
	color: #fcfcfc;
	font-family: 'SourceSansPro-Regular', Helvetica, sans-serif;
	text-align: center;
	text-transform: uppercase;
	font-size: 1.125rem;
	line-height: 1;
	position: relative;
	top: 50%;
	width: 65%;
	border-bottom: 1px solid #fcfcfc;
	margin: 0 auto;
	padding-bottom: .375rem;
	display: block;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);   
}

.home .image-overlay a.button,
.home .image-overlay p {
    font-family: 'Lora-Italic', Times New Roman, serif;
    text-transform: none;
	color: #acacac;
    line-height: 2.750rem;
    position: relative;
    top: 50%;
    border: 1px solid #acacac;
	padding-bottom: 0;
	padding-top: 0;
	background-color: #000;
	letter-spacing: .05rem;
	padding-left: calc(6px + .05rem);
	padding-right: 6px;
}

.home .image-overlay p {
	padding-bottom: .375rem;
}

.home .image-overlay a.button span {
	background-color: #000;
}

.home .image-overlay a.button:hover span {
	background-color: #000;
	color: #fcfcfc;
}

p.days {
	font-style: italic;
	font-family: 'Lora-Italic', Times New Roman, serif;
	font-size: 1.125rem;
}

p.hours {
	font-family: 'SourceSansPro-Light', Helvetics, sans-serif;
	font-size: 1rem;
}

.floorplan-hero-image {
	margin-bottom: .625rem;
}

.floorplan-detail-wrapper {
	margin: 2rem 0 0;
}

.floorplan-nav {
	margin: 0 0 .5rem;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
}

.floorplan-nav li {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	margin: 0 .25rem
}

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

.floorplan-nav li:last-child {
	-webkit-box-flex: 2;
	-ms-flex-positive: 2;
	flex-grow: 2;
	margin-right: 0
}

.floorplan-block {
	border: 1px solid #a7a7a7;
	background: #fff;
}

.floorplan-wrapper .floorplan-block {
	padding: 1rem 1rem .25rem;
	margin: 1rem 0;
}

.floorplan-detail-wrapper {
	padding: 0 0 2rem;
}

.floorplan-block .utility-bar {
	position: relative;
    width: calc(100% + 1.25rem);
    left: -.625rem;
    padding: 0 .625rem 0 1rem;
	z-index: 6;
}

.floorplan-wrapper .floorplan-block .utility-bar {
	position: relative;
    width: 100%;
    padding: 0;
    left: 0;
	background: #fff;
	border-top: 1px solid #757575;
}

.floorplan-detail-wrapper .floorplan-block ul.menu.utility {
	height: 100%;
}

.floorplan-wrapper .floorplan-block ul.menu.utility {
	background: transparent;
	float: none;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	width: 100%;
	height: 100%;
	vertical-align: top;
}

.floorplan-wrapper .floorplan-block .menu.utility > li > a {
	color: #757575;
	font-family: 'SourceSansPro-Regular', Helvetica, sans-serif;
	font-size: .875rem;
	letter-spacing: .05rem;
	padding: 1.125rem .625rem .625rem .750rem;
	line-height: 24px;
}

.floorplan-container .floorplan-block .menu.utility > li:last-child {
	-webkit-box-flex: 2;
	-ms-flex-positive: 2;
	flex-grow: 2;
}

.floorplan-container .floorplan-block .menu.utility > li:first-child {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.floorplan-wrapper .floorplan-block .menu.utility > li:first-child > a {
	padding: 1.125rem .5rem .625rem .750rem;
}

.floorplan-container .menu.utility {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.floorplan-wrapper .floorplan-container .floorplan-block .menu.utility > li > a,
.floorplan-wrapper .floorplan-container .floorplan-block .menu.utility > li:first-child > a {
	padding: 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.floorplan-container .floorplan-block .menu.utility > li {
	border: 1px solid #000;
	border-top: none;
	border-bottom: none;
	height: 1rem;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}

.floorplan-container .floorplan-block .menu.utility > li:first-child {
	width: 45%;
	border-right: none;
}
	
.floorplan-container .floorplan-block .menu.utility > li:last-child {
	width: 45%;
}

a.back-link {
	display: block;
	height: 100%;
	padding: .5rem 0;
}

.floorplan-info {
	padding: 2rem 0;
}

.floorplan-image {
	padding: 2rem;
}

.floorplan-wrapper .floorplan-image {
	margin: 1rem 2rem 2rem;
	padding: 0;
}

.floorplan-wrapper .floorplan-info {
	margin: 0 0 1rem;
	padding: 0;
}

.floorplan-wrapper .pricing {
	padding: 1rem 0;
}

.floorplan-info ul li {
    display: inline-block;
	font-family: 'Lora-Regular', Times New Roman, serif;
	font-size: 1rem;
	/*font-size: 1.625rem;*/
	color: #757575;
	line-height: 1;
	margin: 0;
	margin-left: -.25rem;
}

.floorplan-info ul li.unit-type, h3.unit-type {
	font-size: 1.5rem;
	/*font-size: 2.375rem;*/
	color: #000;
	margin-right: .625rem;
	text-transform: uppercase;
}

h3.unit-type {
	text-transform: none;
	font-family: 'Lora-Regular', Times New Roman, serif;
	margin: 0 0 1rem;
	font-size: 1.125rem;
}

.pricing p {
	font-family: 'Lora-Italic', Times New Roman, serif;
	color: #000;
	font-size: 1rem;
	text-align: center;
}

.button-wrapper {
	padding: 0;
}

.floorplan-block .button-wrapper {
    padding: 2rem 1rem 1rem;
}

.button-wrapper a {
	width: 100%;
}

.floorplan-block .button-wrapper a {
    margin: .5rem 0;
}

.button-wrapper a:first-child {
	margin-top: 0;
}

.button-wrapper a:last-child {
	margin-bottom: 0;
}

.disclaimer-wrapper {
	padding: 1rem;
	background: #acacac;
	border-top: 1px solid #a7a7a7;
}

.disclaimer-wrapper img {
	max-height: 1.5rem;
	margin: 0 .125rem;
}

.disclaimer-wrapper p {
	font-size: .688rem;
	color: #545454;
	margin-top: .625rem;
	letter-spacing: 0;
    padding-left: 0;
}

.poi-map-wrapper {
	padding: 0
}

.poi-map-wrapper > .row {
	margin: 2rem auto;
	position: relative;
}

.poi-nav-container > div {
	border-top: 1px solid #a7a7a7;
	border-bottom: 1px solid #a7a7a7;
}

#map {
	height: 320px;
}

#poiBox {
	padding: 1.25rem 0 0;
}

#poiList {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 2.25rem 0 0;
}

#poiList li {
	margin-bottom: 2.25rem;
}

#poiList a {
	padding: 1.50rem .750rem 0;
    text-transform: uppercase;
    color: #717171;
	font-family: 'SourceSansPro-Regular', Helvetica, sans-serif;
	font-size: .875rem;
}

.gmnoprint.gm-style-mtc {
    display: none;
}

.leed-icon {
    margin-top: 1rem;
}

.home-about-wrapper, .parallax-image-wrapper {
    background: transparent url(../images/bg-about-section.jpg) no-repeat;
    background-attachment: fixed !important;
    padding: 0;
    background-size: cover !important;
    background-position: center !important;
    height: 340px;
    /*position: relative;*/
    position: initial;
}

.home-about-wrapper {
    position: relative;
}



/*********************
SIDEBARS & ASIDES
*********************/
.widget ul {
	margin: 0;
}
 
.widget ul li {
	list-style: none;
}

/*********************
FOOTER STYLES
*********************/
.footer {
	clear: both;
	margin: 0;
	padding: 2rem 0;
	background: #000;
}

.footer p, .footer a {
	color: #fff;
	font-family: 'SourceSansPro-Regular', Helvetica, sans-serif;
	font-size: .875rem;
	letter-spacing: .1rem;
	padding-left: .1rem;
	text-transform: uppercase;
}

.footer-top a {
	font-size: 2rem;
    color: #fff;
    margin: 1rem .5rem;
    padding-left: 0;
    height: auto;
    display: inline-block;
    overflow: hidden;
    line-height: 1;
	max-height: 2rem;
}

.footer-mid img {
	max-height: 1.75rem;
	margin: 1rem .5rem;
	max-width: 6rem;
}

.footer .footer-btm p,
.footer .footer-btm a {
	font-size: .750rem;
	color: #fff;
}

.animation-element {
	opacity: 0;
	position: relative;
}

.animation-element.slide-left {
  opacity: 0;
  -webkit-transition: all 750ms linear;
  transition: all 750ms linear;
  -webkit-transform: translate3d(-800px, 0px, 0px);
  transform: translate3d(-800px, 0px, 0px);
}

.animation-element.slide-left.in-view {
  opacity: 1;
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}

.animation-element.slide-up {
  opacity: 0;
  -webkit-transition: all 2s linear;
  transition: all 2s linear;
}

.animation-element.slide-up.in-view {
  opacity: 1;
}

.animation-element.slide-right {
  opacity: 0;
  -webkit-transition: all 750ms linear;
  transition: all 750ms linear;
  -webkit-transform: translate3d(800px, 0px, 0px);
  transform: translate3d(800px, 0px, 0px);
}

.animation-element.slide-right.in-view {
  opacity: 1;
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}

.animation-element.fade-in-4 {
  opacity: 0;
  -webkit-transition: all 2s linear;
  transition: all 2s linear;
}

.animation-element.fade-in-4.in-view {
  opacity: 1;
}

.animation-element.fade-in-5 {
  opacity: 0;
  -webkit-transition: all 3s linear;
  transition: all 3s linear;
}

.animation-element.fade-in-5.in-view {
  opacity: 1;
}

.top-bar .nav-container .scrolled {
	opacity: 1;
}

.home .top-bar .nav-container .scrolled {
  opacity: 0;
  -webkit-transition: all 250ms linear;
  transition: all 250ms linear;
  -webkit-transform: translate3d(0px, -64px, 0px);
  transform: translate3d(0px, -64px, 0px);
  z-index: 5001;
    height: 0;
}

.home .top-bar .nav-container.slideDown .scrolled {
  opacity: 1;
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
    height: auto;
}





/*********************
FOUNDATION STYLES
*********************/
.row {
	max-width: 90.000rem;
}

.off-canvas {
	background: #000;
	padding: 1.875rem 0 0;
}

.off-canvas li:focus {
	outline: 0;
}

.button, .tabs-title a.button, .notabs-title a.button,
.contact-form .gform_wrapper .gform_footer input.button,
.contact-form .gform_wrapper .gform_footer input[type=submit],
.contact-form .gform_wrapper .gform_page_footer input.button,
.contact-form .gform_wrapper .gform_page_footer input[type=submit],
.contact-form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
	font-family: "Lora-Italic", Times New Roman, serif;
	font-size: 1rem;
	color: #757575;
	letter-spacing: 0;
	padding: 6px;
	line-height: 1.875rem;
	border: 1px solid #9d9d9d;
	background-color: #fff;
	margin: 0;
}

.notabs-title>a {
    display:block;
}

.home-about-wrapper .button {
	background-color: transparent;
	border: 1px solid #fff;
	color: #fff;
}

.button:focus, .button:hover,
.tabs-title > a.button:focus,
.notabs-title > a.button:focus,
.contact-form .gform_wrapper .gform_footer input.button,
.contact-form .gform_wrapper .gform_footer input[type=submit],
.contact-form .gform_wrapper .gform_page_footer input.button,
.contact-form .gform_wrapper .gform_page_footer input[type=submit] {
	background-color: transparent;
	color: #757575;
}

.contact-form .gform_wrapper .gform_footer input.button,
.contact-form .gform_wrapper .gform_footer input[type=submit],
.contact-form .gform_wrapper .gform_page_footer input.button,
.contact-form .gform_wrapper .gform_page_footer input[type=submit],
.contact-form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
	width: 50%;
}

.button span, .tabs-title a.button span, .notabs-title a.button span {
	display: block;
	color: #757575;
	background-color: #fff;
	-webkit-transition: background-color .25s ease-out, background-color .25s ease-out;
    transition: background-color .25s ease-out, background-color .25s ease-out;
	-webkit-transition: color .5s ease-out, background-color .5s ease-out;
    transition: color .5s ease-out, background-color .5s ease-out;
}

.home-about-wrapper .button span {
	background-color: transparent;
	color: #fff;
}

.button:hover span, .tabs-title:hover a.button span, .notabs-title:hover a.button span,
.tabs-title > a.button[aria-selected=true] span,
.notabs-title > a.button[aria-selected=true] span,
.tabs-title.is-active a span, .notabs-title.is-active a span, .is-checked.button span {
	background-color: #e1e1e1;
	color: #343434;
}

.isotope2 .floorplan-block .button {
	border-top: 0;
	border-bottom: 0;
}

.tabs { border: 0; background: transparent; }
.tabs-content { border: 0; }

.tabs-title > a.button[aria-selected=false] span,
.notabs-title > a.button[aria-selected=false] span {
	padding: 0 1rem;
}

.tabs-title > a.button[aria-selected=true] span,
.notabs-title > a.button[aria-selected=true] span,
.tabs-title.is-active a.button span,
.notabs-title.is-active a.button span {
	padding: 0 1rem;
}

.tabs {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}

.tabs-title, .notabs-title { float: none; width: auto; -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; margin-left: .25rem; }
/*.tabs-title:first-child { -webkit-box-flex: 2; -ms-flex-positive: 2; flex-grow: 2; margin-left: 0; margin-right: .25rem; }*/
.tabs-title:first-child { -webkit-box-flex: 2; -ms-flex-positive: 2; flex-grow: 2; margin-left: 0; margin-right: 0; }

.reveal.large {
	width: 100%;
	max-width: 90rem;
    position: relative;
}

.reveal.large.site-modal {
    width: 100%;
}

.reveal.special-modal {
	padding: 2rem;
	height: auto;
	z-index: 99999;
	width: 90%;
	left: 5%;
	min-height: 48vh
}

body.is-reveal-open {
overflow: visible;
}

.reveal-overlay {
overflow-y: hidden;
}

.reveal-overlay {
	z-index: 5005;
}

	.gallery-modal {
		min-height: auto;
		height: auto;
		}

.gallery-modal .slick-next, .gallery-modal .slick-prev {
	right: 1rem;
    top: .5rem;
    font-size: 2em;
    line-height: 1;
	position: absolute;
    color: #8a8a8a;
    cursor: pointer;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	color: #000;
	z-index: 1015;
	width: 32px;
	padding-bottom: 5px;
	background: rgba(255,255,255,.7);
	text-align: center;
}

.gallery-modal .slick-next {
	right: 1rem;
}

.gallery-modal .slick-prev {
	left: 1rem;
}

.gallery-modal img {
	z-index: 1010;
}

.gallery-modal .close-button {
	z-index: 1020;
	color: #000;
}

/*********************
PLUGIN STYLES
*********************/

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

Stylesheet: Retina Screens & Devices Stylesheet

When handling retina screens you need to make adjustments, especially
if you're not using font icons. Here you can add them in one neat
place.

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

Stylesheet: Print Stylesheet

This is the print stylesheet. There's probably not a lot
of reasons to edit this stylesheet. 

Remember to add things that won't make sense to print at 
the bottom. Things like nav, ads, and forms shouldbe set 
to display none.
******************************************************************/
@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;
	}
}

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

@font-face {
	font-family: 'Lora-Regular';
	src: url('Fonts/Lora/regular/lora-regular-webfont.eot?#iefix') format('embedded-opentype'),
		url('Fonts/Lora/regular/lora-regular-webfont.woff') format('woff'),
		url('Fonts/Lora/regular/lora-regular-webfont.woff2') format('woff2'),
		url('Fonts/Lora/regular/lora-regular-webfont.ttf') format('truetype'),
		url('Fonts/Lora/regular/lora-regular-webfont.svg#Lora-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Lora-Italic';
	src: url('Fonts/Lora/italic/lora-italic-webfont.eot?#iefix') format('embedded-opentype'),
		url('Fonts/Lora/italic/lora-italic-webfont.woff') format('woff'),
		url('Fonts/Lora/italic/lora-italic-webfont.woff2') format('woff2'),
		url('Fonts/Lora/italic/lora-italic-webfont.ttf') format('truetype'),
		url('Fonts/Lora/italic/lora-italic-webfont.svg#Lora-Italic') format('svg');
	font-weight: normal;
	font-style: normal;
}

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

@font-face {
	font-family: 'SourceSansPro-Regular';
	src: url('Fonts/SourceSansPro/regular/sourcesanspro-regular-webfont.eot?#iefix') format('embedded-opentype'),
		url('Fonts/SourceSansPro/regular/sourcesanspro-regular-webfont.woff') format('woff'),
		url('Fonts/SourceSansPro/regular/sourcesanspro-regular-webfont.woff2') format('woff2'),
		url('Fonts/SourceSansPro/regular/sourcesanspro-regular-webfont.ttf') format('truetype'),
		url('Fonts/SourceSansPro/regular/sourcesanspro-regular-webfont.svg#SourceSansPro-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
}

/*********************
CONTACT FORM STYLING
*********************/
.contact-form {
	padding: 0;
	margin: 0;
}

.contact-form .gform_wrapper {
	margin: 0;
}

.contact-form .gform_wrapper .gform_heading,
.contact-form .gform_wrapper span.gform_description {
	margin: 0;
}

body .contact-form .gform_wrapper ul li.gfield {
	margin-top: 0;
}

.contact-form li {
	margin-bottom: 1rem;
}

.contact-form .gform_wrapper .top_label li ul.gfield_checkbox,
.contact-form .gform_wrapper .top_label li ul.gfield_radio {
	margin-bottom: 0;
	width: 100%;
}

.contact-form .gform_wrapper ul.gfield_checkbox li,
.contact-form .gform_wrapper ul.gfield_radio li {
    padding: 0!important;
    position: relative;
	display: inline-block;
    width: 91px;
    border: 1px solid #cacaca;
    height: 39px;
	margin: 0 8px !important;
}

.contact-form .gform_wrapper.gf_browser_chrome .gfield_checkbox li input,
.contact-form .gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox],
.contact-form .gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio] {
    margin: 0 !important;
    width: 100% !important;
    border-radius: 0;
    height: 100%;
    border: 1px solid #cacaca;
	-webkit-box-shadow: inset 0 1px 2px hsla(0,0%,4%,.1);
	box-shadow: inset 0 1px 2px hsla(0,0%,4%,.1);
    -webkit-transition: border-color .25s ease-in-out,-webkit-box-shadow .5s;
    transition: border-color .25s ease-in-out,-webkit-box-shadow .5s;
    transition: box-shadow .5s,border-color .25s ease-in-out;
    transition: box-shadow .5s,border-color .25s ease-in-out,-webkit-box-shadow .5s;
	color: #0a0a0a;
}

.contact-form .gform_wrapper ul.gfield_checkbox li label,
.contact-form .gform_wrapper ul.gfield_radio li label {
	display: inline-block;
    letter-spacing: inherit;
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: .625rem;
    background: #fff;
    max-width: 100%;
	-webkit-box-shadow: inset 0 1px 2px hsla(0,0%,4%,.1);
	box-shadow: inset 0 1px 2px hsla(0,0%,4%,.1);
    -webkit-transition: border-color .25s ease-in-out,-webkit-box-shadow .5s;
    transition: border-color .25s ease-in-out,-webkit-box-shadow .5s;
    transition: box-shadow .5s,border-color .25s ease-in-out;
    transition: box-shadow .5s,border-color .25s ease-in-out,-webkit-box-shadow .5s;
}

.contact-form .gform_wrapper ul.gfield_checkbox li label:hover,
.contact-form .gform_wrapper ul.gfield_radio li label:hover,
.contact-form .gform_wrapper .gform_footer input.button:hover,
	.contact-form .gform_wrapper .gform_footer input[type=submit]:hover,
	.contact-form .gform_wrapper .gform_page_footer input.button:hover,
	.contact-form .gform_wrapper .gform_page_footer input[type=submit]:hover,
	.contact-form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]):hover {
	background: #d4d4d4;
}

.contact-form .gform_wrapper ul.gfield_checkbox li input[type=checkbox]:checked+label,
.contact-form .gform_wrapper ul.gfield_radio li input[type=radio]:checked+label {
    font-weight: normal;
    background: #d4d4d4;
}

.contact-form .gform_wrapper textarea.medium {
    height: 90px;
	position: relative;
}

.contact-form .gform_wrapper .gform_footer {
    padding: 0;
}

.gform_body ul {
	list-style: none outside none;
	margin: 0;
}
  
.contact-form .gform_wrapper ul.gform_fields li.gfield {
    width: 50%;
    float: left;
	clear: none;
	padding: 0 8px;
}

.contact-form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    width: 100%;
	margin: 0;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	font-size: .750rem;
	font-family: 'SourceSansPro-Regular', Helvetica, sans-serif;
	color: #707070 !important;
	text-align: center;
	letter-spacing: .04rem;
	padding-top: 4px;
}
::-moz-placeholder { /* Firefox 19+ */
	font-size: .750rem;
	font-family: 'SourceSansPro-Regular', Helvetica, sans-serif;
	color: #707070 !important;
	text-align: center;
	letter-spacing: .04rem;
	padding-top: 4px;
}
:-ms-input-placeholder { /* IE 10+ */
	font-size: .750rem;
	font-family: 'SourceSansPro-Regular', Helvetica, sans-serif;
	color: #707070 !important;
	text-align: center;
	letter-spacing: .04rem;
	padding-top: 4px;
}
:-moz-placeholder { /* Firefox 18- */
	font-size: .750rem;
	font-family: 'SourceSansPro-Regular', Helvetica, sans-serif;
	color: #707070 !important;
	text-align: center;
	letter-spacing: .04rem;
	padding-top: 4px;
}

textarea::-moz-placeholder { /* Firefox 19+ */
	font-size: .750rem;
	font-family: 'SourceSansPro-Regular', Helvetica, sans-serif;
	color: #707070 !important;
	text-align: center;
	letter-spacing: .04rem;
	padding-top: 28px;
}
textarea:-ms-input-placeholder { /* IE 10+ */
	font-size: .750rem;
	font-family: 'SourceSansPro-Regular', Helvetica, sans-serif;
	color: #707070 !important;
	text-align: center;
	letter-spacing: .04rem;
	padding-top: 28px;
}
textarea:-moz-placeholder { /* Firefox 18- */
	font-size: .750rem;
	font-family: 'SourceSansPro-Regular', Helvetica, sans-serif;
	color: #707070 !important;
	text-align: center;
	letter-spacing: .04rem;
	padding-top: 28px;
}

textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	font-size: .750rem;
	font-family: 'SourceSansPro-Regular', Helvetica, sans-serif;
	color: #707070 !important;
	text-align: center;
	letter-spacing: .04rem;
	padding-top: 28px;
}

body .contact-form .gform_wrapper .top_label div.ginput_container {
	margin: 0;
}

.contact-form .gform_wrapper ul.gform_fields li.gfield.bedroom-field,
.contact-form .gform_wrapper ul.gform_fields li.gfield.message-field {
    width: 100%;
    float: left;
    clear: none;
	text-align: center;
	padding: 0 8px;
}

.contact-form .gform_wrapper .gform_footer {
    text-align: center;
}

.contact-form .gform_wrapper ul.gfield_checkbox li, .gform_wrapper ul.gfield_radio li {
	display: inline-block;
}

.contact-form .gform_wrapper .top_label .gfield_label {
	font-size: .750rem;
	font-family: 'AvantGardeBook', sans-serif;
	color: #707070;
	text-align: center;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: .04rem;
}

@media (max-width: 48em) {
	
	.specials-overlay {
		max-width: 100%;
	}
	
	.specials-container {
		padding: 2.000rem;
	}
}

@media (min-width: 64rem) {
/*********************
LIVE VIDEOS
*********************/
    .vidbg-container video {
        max-height: none;
    }
	
	.top-bar {
		height: 64px;
	}
	
	.home .top-bar {
		padding-top: 40px;
		overflow: visible;
	}
	
	.home .top-bar .home-logo-link {
		opacity: 0;
		display: none;
	}
	
	.home .top-bar .slideDown .home-logo-link {
		opacity: 1;
		display: inline-block;
	}
	
	.home .top-bar .current-menu-item {
		pointer-events: none;
	}
	
	.home .top-bar .menu li.active > a:after {
		display: none;
	}
	
	.home .top-bar .nav-container {
		background: transparent;
	}
	
	.top-bar ul.menu {
		height: 100%;
	}
	
	.menu > li > a {
		font-family: 'SourceSansPro-Regular', Helvetica, sans-serif;
		letter-spacing: .08rem;
		font-size: .875rem;
		padding: 7px 1.5rem 0 1.550rem;
		color: #fdfdfd;
		line-height: 4;
		text-transform: uppercase;
	}
	
	.menu.utility > li > a {
		padding: 1.125rem .625rem .875rem .875rem;
	}
	
	.top-bar .menu > li > a {
		letter-spacing: .2rem;
		padding: 7px 1.5rem 0 1.700rem;
		height: 100%;
	}
	
	.home .hero-image {
		height: 100vh;
		margin-top: 0;
		max-height: none;
	}
	
	.hero-image .large-logo {
		position: absolute;
		bottom: 20%;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		display: block;
	}
	
	h1, h2, a.heading-link, .special-modal h2 {
		font-size: 2.25rem;
		margin-bottom: 3.25rem
	}
	
	h2 span.highlighting {
		font-size: 2.25rem;
		margin: 0;
	}
	
	.home #main {
		padding-bottom: 0;
	}
	
	.text-content-block img {
		margin-top: 3.25rem;
	}
	
	section {
		padding: 4.25rem 0;
	}
	
	section.floorplan-wrapper {
		padding: 0 0 4.25rem;
	}
	
	section.hero-image {
		padding: 0;
		height: 50vh;
        position: relative;
	}
    
    .hero-image img:not(.down-arrow):not(.large-logo) {
        min-width: 100%;
        max-width: initial;
        width: auto;
        height: auto;
        min-height: 100%;
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
	
	.home-about-wrapper,
	.parallax-image-wrapper	{
		background: transparent url(../images/bg-about-section.jpg) no-repeat;
		background-attachment: relative !important;
		padding: 0;
		background-size: cover !important;
		background-position: center !important;
		height: 1080px;
		position: initial;
	}
    
    .home-about-wrapper {
        position: relative;
    }
	
	.parallax-image-wrapper.location-parallax {
		background-position: center bottom !important;
	}
	
	.parallax-image-wrapper	{
		height: 650px;
	}
	
	.home-about-wrapper .text-content-block,
	.parallax-image-wrapper .text-content-block {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		width: 50%;
		left: 0;
		text-align: center;
	}
	
	.home-about-wrapper h1,
	.home-about-wrapper p {
		margin-bottom: 4rem;
	}
	
	.home-about-wrapper p {
		line-height: 3.4;
		margin: 0 auto 4rem;
		width: 100%;
        max-width: 580px;
		padding-left: .04rem;
		letter-spacing: .04rem;
	}
	
	.home-about-wrapper .button-wrapper {
		padding: 0 5rem;
	}
	
	img.home-logo-icon {
		margin-bottom: 4rem;
        margin-top: 0;
	}
	
	.amenities-content-wrapper {
		width: 100%;
	}
    
    #main > section.amenities-content-wrapper:last-child {
        padding-top: 0;
    }
	
	.floorplan-nav-container {
		margin: 0 auto !important;
		float: none;
	}
	
	.floorplan-nav li {
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		margin: 0 .25rem
	}

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

	.floorplan-nav li:last-child {
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		margin-right: 0
	}
	
	.floorplan-wrapper .floorplan-block {
		height: 450px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
	}
	
	.floorplan-wrapper .floorplan-image {
		height: 264px;
        margin: 0;
	}
	
	.floorplan-wrapper .floorplan-image img {
		max-height: 100%;
		position: relative;
		top: 50%;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
	}
    
    .floorplan-wrapper .pricing {
        padding: 0;
    }
	
	.sitemap-panel {
		height: 100vh;
		height: 830px;
	}
	
	.floorplan-block .utility-bar {
		width: 100%;
		left: 0;
		padding: 0 .625rem 0 1rem;
	}
	
	.floorplan-info ul li.unit-type, h3.unit-type {
		font-size: 2rem;
	}
	
	.floorplan-info ul li {
		font-size: 1.25rem;
	}
	
	.button-wrapper a {
		width: auto;
	}
	
	.floorplan-detail-wrapper .floorplan-image {
		width: 50%;
		margin: 0 auto;
		padding: 3rem 3rem 4rem;
	}
	
	.floorplan-block .button-wrapper {
		padding: 1rem;
		width: 100%;
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	
	.floorplan-block .button-wrapper a {
		margin: 0 .5rem;
	}
	
	.disclaimer-wrapper p {
		padding: 0 3rem;
	}
	
	.floorplan-detail-wrapper {
		margin: 4rem auto;
	}
	
	.floorplan-detail-wrapper .button-wrapper {
		
	}
	
	.floorplan-detail-wrapper .button { }
	.floorplan-detail-wrapper .button span { padding: 0 24px;}
    
    .tabs { display: block; padding: 3rem 0; }
    
    .tabs-title, .notabs-title { display: inline-block; margin: 0 .5rem; -webkit-box-flex: initial; -ms-flex-positive: initial; flex-grow: initial; }
	.tabs-title:first-child { margin: 0 .5rem; }
    .notabs-title { -webkit-transform: translateY(-3px); transform: translateY(-3px); }
	
	.tabs-panel iframe {
		height: 100%;
		width: 100%;
	}
	
	.button span, .tabs-title a.button span, .notabs-title a.button span {
		padding: 0 6px;
	}
    
    .top-bar .top-bar-right { width: 100%; height: 100%; margin-top: 0; padding: 0 .9375rem; }
	
	.top-bar-right .menu > li {
		width: auto;
		height: 64px;
		padding: 4px 0;
	}
	
	.home-logo-link {
		text-indent: -99999px;
		position: relative;
		width: calc(129px + 3rem);
		padding: 0 1.5rem;
		
	}
	.home-logo-link a:before {
		content: url(../images/logo-waterwall-small.png);
		height: 42px;
		float: left;
		position: absolute;
		left: 1.5rem;
		top: 10px;
		text-indent: 0;
	}
	
	.menu > li.home-logo-link > a {
		padding: 0;
	}
	
	.menu li.active > a {
		color: #fdfdfd;
	}
	
	.menu:not(.menu.utility) li.active > a:after,
.menu(.menu.utility) li:hover > a:after	{
		color: #fdfdfd;
		background-position: center bottom;
		-webkit-transform: none;
		transform: none;
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		bottom: 0;
	}
	
	.menu:not(.utility-bar > .menu) li:not(.active):hover > a:after,
	.home .top-bar .menu li:hover > a:after {
		background: transparent url(../images/active-triangle.png) no-repeat;
		content: '';
		background-position: center bottom;
		-webkit-transform: none;
		transform: none;
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		bottom: 0;
	}
	
	.home .menu li.home-logo-link.active > a:after,
	.home .menu li.home-logo-link:hover > a:after	{
		background: none;
	}
	
	.menu li.home-logo-link > a {
		background: transparent;
	}
	
	.three-images-container {
	}
	
	.three-images-container .image-block {
		margin: 0 .5rem;
	}
    
	.three-images-container .image-block:first-child {
		margin-left: 0;
	}
    
    .three-images-container .image-block:last-child {
		margin-right: 0;
	}
        
	.image-overlay {
		display: none;
	}
	
	.image-block:hover .image-overlay {
		display: block;
	}
	
	.poi-map-wrapper { padding: 4.25rem 0; }
	.poi-map-wrapper > .row { margin: 0 auto 2rem; position: relative; }	
	.poi-nav-container { padding-top: 1.5rem; margin-top: 1rem; }	
	#poiBox { padding: 1.50rem 0 0; }	
	#poiList { width: 100%; }	
	#poiList a { padding: 1.750rem .750rem 0; }	
	#map { height: 520px; }
	
	.map-overlay {
		position: absolute;
		top: 0;
		height: 100%;
		width: 100%;
		left: 0;
		background: rgba(0,0,0,.3);
		display: block;
	}
	
	.map-overlay.map-activated {
		display: none;
	}
	
	.contact-form { margin: 0 auto; float: none; }
	
	.contact-form .gform_wrapper .gform_footer input.button,
	.contact-form .gform_wrapper .gform_footer input[type=submit],
	.contact-form .gform_wrapper .gform_page_footer input.button,
	.contact-form .gform_wrapper .gform_page_footer input[type=submit],
	.contact-form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
		width: auto;
		padding: 0 4rem;
	}
	
	.footer {
		margin: 0;
	}
	
	.footer-top a {
		font-size: .875rem;
		margin: 0px .75rem 0 .375rem;
		line-height: 0;
	}
	
	.reveal.special-modal {
		padding: 4rem;
		height: initial;
		z-index: 99999;
		margin-top: 20px;
		min-height: 40vh;
		max-height: 50vh;
		width: 40%;
	}
	
	.gallery-modal {
		min-height: initial;
		height: initial;
	}
	
	.gallery-modal .slick-next, .gallery-modal .slick-prev {
		right: 1rem;
		top: .5rem;
		font-size: 2em;
		line-height: 1;
		position: absolute;
		color: #000;
		cursor: pointer;
		top: 50%;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
	}

	.gallery-modal .slick-next {
		right: 1rem;
	}

	.gallery-modal .slick-prev {
		left: 1rem;
	}

	.gallery-modal img {
		z-index: 1010;
	}

	.gallery-modal .close-button {
		z-index: 1020;
	}

}/* force scrollbar, prevents initial gap */
html {
  overflow-y: scroll; 
}


/* ---- grid ---- */

.grid {
  background: #DDD;
}

/* clear fix */
.grid:after {
  content: '';
  display: block;
  clear: both;
}

/* ---- .element-item ---- */

/* 5 columns, percentage width */
.grid-item,
.grid-sizer {
  width: 20%;
}

.grid-item {
  float: left;
  height: 100px;
  background: #0D8;
  border: 2px solid #333;
  border-color: hsla(0, 0%, 0%, 0.7);
}

.grid-item--width2 { width: 40%; }
.grid-item--height2 { height: 200px; }

.num-track {
	pointer-events: auto;
}

@media (min-width: 1024px) {
	.num-track {
		pointer-events: none;
		cursor: default;
	}
}

.virtual-modal {
    overflow-x: hidden;
}

.virtual-modal .close-button {
    top: 5%;
    color: #000;
    font-size: 2rem;
    right: 5%;
    border-radius: 50%;
    background: rgba(255,255,255,.5);
    padding: .25rem .75rem;
    line-height: 2rem;
}

@media (min-width: 768px) and (max-width: 1023px) {
    .GalleryCircles.button {
        font-size: .875rem;
    }
}

@media (min-width: 1024px) and (max-width: 1160px) {
    .amenities-content-wrapper .large-2.list-block {
        width: 20%;
        margin-left: 13%;
    }
}

.fp-compliance-text {
    position: relative;
    text-align: center;
}

.fp-compliance-text p {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
    .tabs-title, .notabs-title {
        width: 100%;
    }
    
    .tabs-title > a.button[aria-selected=true] span, .notabs-title > a.button[aria-selected=true] span, .tabs-title.is-active a.button span, .notabs-title.is-active a.button span {
    padding: 0 .25rem;
}
}

@media screen and (max-width: 415px) {
    #utility-nav ul > li > a, .floorplan-detail-wrapper .menu.utility > li > a {
        font-size: .825rem;
        padding: 1.125rem .5rem .875rem 0;
        line-height: 1;
        position: relative;
        color: #fff;
        text-align: left;
    }
    
    #utility-nav ul > li > a:before, .floorplan-detail-wrapper .menu.utility > li > a:before {
        content: '|';
        padding-right: .5rem;
    }
    
    #utility-nav ul > li:last-child > a:after, .floorplan-detail-wrapper .menu.utility > li:last-child > a:after {
        content: '|';
        padding-left: .5rem;
    }
    
    #utility-nav ul > li.menu-item-436 a:before,
    #utility-nav ul > li:last-child a:after{
        content: '';
        padding: 0;
    }
}

@media screen and (max-width: 374px) {
    #utility-nav ul > li > a, .floorplan-detail-wrapper .menu.utility > li > a {
        font-size: .675rem;
        padding: 1.125rem .25rem .875rem 0;
        line-height: 1;
        position: relative;
        color: #fff;
        text-align: left;
    }
    
    #utility-nav ul > li > a:before, .floorplan-detail-wrapper .menu.utility > li > a:before {
        content: '|';
        padding-right: .25rem;
    }
    
    #utility-nav ul > li:last-child > a:after, .floorplan-detail-wrapper .menu.utility > li:last-child > a:after {
        content: '|';
        padding-left: .25rem;
    }
}

/* Notice Banner */
.header-container {}

.notice-banner {
    background: #757575;
    padding: .5rem 1rem;
    width: 100%;
    border-bottom: 1px solid #ffffff;
}

.notice-banner > .row {
    position: relative;
}

.notice-banner p {
    color: #ffffff;
    line-height: 1.75;
    margin: 0;
    font-size: 1rem;
    display: inline-block;
    float: right;
    width: auto;
    text-align: center;
    font-family: "SourceSansPro-Regular", Helvetica, sans-serif;
}

.notice-tours-button {
    background: transparent;
    color: #ffffff;
    padding: .5rem 1rem;
    text-transform: uppercase;
    font-size: 1rem;
    border: 1px solid #ffffff;
    font-family: 'Montserrat', sans-serif;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    float: left;
    display: inline-block;
    /*margin-right: 1.5rem;*/
    margin-right: 0;
}

.notice-banner .column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.notice-tours-button:hover {
    background: #ffffff;
    color: #000000;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}

.column-left {
    width: 200px;
    text-align: center;
    display: inline-block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.column-right {
    display: inline-block;
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}


/* Virtual Tour Page & Styles */
.page-template-template-virtual-tours .hero-wrapper {
    margin-bottom: 84px;
}

.virtual-tour-card {
    display: block;
    margin-bottom: 0;
    max-width: 250px;
}

.tour-title {
    background: #cdb460;
}

.tour-title h3 {
    color: #ffffff;
    font-family: "Lora-Italic", Times New Roman, serif;
    text-align: center;
    font-size: 1.5rem;
    line-height: 1.4;
    margin: 0;
}

.tour-body {
    border: 2px solid #cdb460;
    position: relative;
    padding: 10px 5px 5px;
}

.tour-icon {
    width: 80%;
    margin: 0 auto;
}

svg .icon-camera,
svg .icon-play {
    fill: #757575;
}

.virtual-tour-card-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #cdb460;
    opacity: 0;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}

.virtual-tour-card:hover .virtual-tour-card-overlay {
    opacity: .2;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}

p.virtual-only {
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    position: absolute;
    left: 0;
}

@media screen and (max-width: 1023px) {
    .fp-compliance-text p {
        position: relative;
        top: initial;
        -webkit-transform: initial;
        transform: initial;
    }
}

@media screen and (max-width: 767px) {
    .notice-banner {
        padding: 0;
        border-bottom: 0;
    }
    
    .tour-title h3 {
        font-size: 1.125rem;
    }

    .notice-tours-button {
        display: inline-block;
        float: none;
        width: auto;
        padding: .5rem 1rem;
        margin-right: 0;
    }

    .notice-banner p {
        line-height: 1.4;
        margin: 0;
        display: block;
        float: none;
        width: 100%;
        text-align: center;
        margin-bottom: 0;
    }

    .column-left {
        width: 100%;
        margin-right: 0;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .column-right {
        width: 100%;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .notice-banner .column {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.top-wrapper {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 5000;
}

.pum-theme-507 {
    background: hsla(0,0%,4%,.45);
}

.pum-theme-507 .pum-container, .pum-theme-default-theme .pum-container {
    margin-bottom: 0;
    padding: 4rem 2.5rem;
}

.pum-theme-507 .pum-content + .pum-close {
    position: absolute;
    height: 2rem;
    width: 2rem;
    left: auto;
    right: 1rem;
    bottom: auto;
    top: 1rem;
    padding: 0;
    color: #8a8a8a;
    font-family: sans-serif;
    font-weight: 400;
    font-size: 2rem;
    font-style: inherit;
    line-height: 1;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    border-radius: 0px;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    min-width: 1em;
    z-index: 2;
    background: transparent;
    clear: none;
    float: none;
    max-height: none;
    max-width: none;
    min-height: 0;
    overflow: visible;
    text-indent: 0;
    text-transform: none;
    visibility: visible;
    white-space: normal;
    -webkit-transition: color .3s linear;
    transition: color .3s linear;
}

.pum-theme-507 .pum-content + .pum-close:focus,
.pum-theme-507 .pum-content + .pum-close:hover {
    color: #000000;
    -webkit-transition: color .3s linear;
    transition: color .3s linear;
}

.video-modal-container {
    padding-top: 56.25%;
    height: 0;
    position: relative;
}

.video-modal-container video {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.modal-verify, .modal-payscore {
    max-width: 200px;
    margin-top: 2rem;
}

.modal-payscore {
    margin-top: 0;
}

.pum .button-wrapper {
    margin-bottom: 2rem;
}

.pum .button-wrapper a {
    width: auto;
}

.pum-close.popmake-close {
    cursor: pointer;
    position: absolute;
    right: -30px;
    top: -30px;
    border: 1px solid #000;
    border-radius: 50% !important;
    width: 30px;
    height: 30px;
}

/*#clx-spacer {
    height: 0 !important;
}*/

@media screen and (min-width: 64em) {
    .hero-wrap {
        position: relative;
        height: calc(100vh - 125px);
    }
    
    section.hero-image {
        max-height: initial;
        height: calc(100% - 272px);
    }
    
    .hero-wrap .text-content-wrapper {
        position: absolute;
        bottom: 0;
        width: 100%;
    }
}

@media screen and (min-width: 75em) {
    section.hero-image {
        height: calc(100% - 250px);
    }
}
    
.footer-award {
    margin-top: 1rem;
}

.footer-award img {
    height: 130px;
}
    
.specials-text {
    margin-bottom: 1rem;
    color: #000;
    font-weight: 600;
    font-size: 1.25rem;
}

.total-lease-pricing {
    border: 1px solid #000;
    padding: .5rem;
    margin: 0 auto 1rem;
    background: #FFF;
    width: calc(100% - 1.25rem);
}

.section-headline {
    font-family: 'Lora-Regular', Times New Roman, serif;
    color: #000;
    font-size: 1.25rem;
    margin-bottom: .5rem;
}

.section-bottomline {
    font-family: 'Lora-Regular', Times New Roman, serif;
    margin-top: .5rem;
}

@media screen and (min-width: 48em) {
    .total-lease-pricing {
        width: calc(100% - 1.875rem);
    }
    
    .pum-theme-507 .pum-container, .pum-theme-default-theme .pum-container {
        padding: 4rem;
    }
}

@media screen and (min-width: 64em) {
    .total-lease-pricing {
        margin: 2rem auto 0;
        width: calc(83.33335% - 1.875rem);
    }
    
    .specials-text {
        margin-bottom: 1.5rem;
    }
}

@media screen and (min-width: 75em) {
    .total-lease-pricing {
        margin: 3rem auto 0;
        width: calc(61% - 1.875rem);
    }
}

#clx-drawer {
    position: absolute;
}

.space-bottom {
    font-size: 90%;
    margin-top: 3px;
}


section.spaces__tab-plan {
    padding: 0;
}








