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

Stylesheet: Global Stylesheet - Full Site

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

body {
    font-family: "brandon-grotesque", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1rem;
    color: #707070;
}

.grid-container {
	width: 80%;
	max-width: 1640px;
	margin: 0 auto;
    padding: 0;
}

p, li {
    font-size: 1rem;
    line-height: 1.25;
}

li {
    font-size: 1.125rem;
    line-height: 1.4;
}

.select-units {
    text-transform: uppercase;
    font-size: .625rem;
    line-height: 3;
    list-style: none;
    margin-top: 1rem;
    margin-left: -1rem;
}

h1 {
    font-family: "brandon-grotesque", sans-serif;
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 1.25;
    text-transform: uppercase;
}

h1 span {
    font-family: "brandon-grotesque", sans-serif;
    font-size: 1.125rem;
    line-height: 1.5;
    display: block;
    width: 100%;
    text-transform: none;
    margin-bottom: 1rem;
}

h2 {
    font-family: "brandon-grotesque", sans-serif;
    background: #96B2B2;
    font-weight: 700;
    letter-spacing: 4px;
    font-size: 1.375rem;
    line-height: 1.5;
    text-transform: uppercase;
    color: #FFF;
}

.button {
    background: #4B7575;
    color: #FFF;
    font-family: "brandon-grotesque", sans-serif;
    font-weight: 500;
    font-size: 1rem;
    line-height: 2.375;
    min-width: 124px;
    text-transform: uppercase;
    padding: 0 1rem;
    -webkit-transition: all .3s  linear;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}

.button:focus, .button:hover {
    background: #9D9D9D;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}

.content-button {
    margin: .5rem auto 1.5rem;
}

.close-button {
    background: #26282E;
    height: 45px;
    width: 45px;
    padding: .375rem;
    line-height: 0;
    font-size: 0;
    top: 0;
    right: 0;
    outline: none;
    padding: .5rem;
    z-index: 5;
}

.close-button svg {
    width: 100%;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.close-button svg path {
    fill: #96b2b2;
}

.close-button:hover svg {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    width: 70%;
}

.grey-white-bg {
	background: rgba(101,137,137,.25);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(198,198,198,.25)), color-stop(2.5rem, #FFF));
    background: linear-gradient(to bottom, rgba(198,198,198,.25) calc(100% - 2.5rem), #FFF 2.5rem);
}

.beige-white-bg {
	background: rgba(171,160,144,.25);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(95%, rgba(171,160,144,.25)), color-stop(5%, #FFF));
    background: linear-gradient(to bottom, rgba(171,160,144,.25) 95%, #FFF 5%);
}

.header {
    /*height: 100px;
    position: fixed;*/
    width: 100%;
    top: 0;
    left: 0;
    background: #96B2B2;
    z-index: 10;
    border-bottom: 1px solid rgba(75, 117, 117, .25);
}

.top-bar {
    /*height: 100%;*/
    background: none;
    padding: .5rem 0 .75rem;
}

.top-bar.grid-container {
    width: 85%;
}

.top-bar > .grid-x {
    width: 100%;
    height: 100%;
}

.top-logo {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    
}

.top-logo img {
    height: 68%;
}

.top-bar ul {
    background: none;
}

.menu-btn-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

a.menu-icon {
    background: #26282E;
    height: 45px;
    width: 45px;
    padding: 0;
}

.menu-icon li {
    margin-bottom: 0;
}

.menu-icon::after {
    position: absolute;
    top: 12.5px;
    left: 20%;
    display: block;
    width: 60%;
    height: 2.5px;
    background: #96B2B2;
    -webkit-box-shadow: 0 8.75px 0 #96B2B2, 0 17.5px 0 #96B2B2;
    box-shadow: 0 8.75px 0 #96B2B2, 0 17.5px 0 #96B2B2;
    content: '';
}

.off-canvas {
    background: #4B7575;
    padding: 3rem;
    height: 100vh;
    width: 90%;
}

.position-right {
    top: 0;
    right: 0;
    overflow-y: auto;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

.off-canvas.is-transition-overlap.is-open {
    -webkit-box-shadow: -6px 6px 6px rgba(0,0,0,.16);
    box-shadow: -6px 6px 6px rgba(0,0,0,.16);
}

.nav-container {
    width: 100%;
    height: 100%;
    /*display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;*/
}

.nav-logo {
    width: 100%;
    margin: 0 auto;
}

.nav-logo img {
    width: 100%;
}

.off-canvas-nav {
    padding: 0 3rem;
}

.nav-container .menu {
    margin-top: 2rem;
}

.nav-container .menu a {
    font-size: 1.25rem;
    line-height: 2.2; 
    color: #FFF;
    text-transform: uppercase;
    font-family: "brandon-grotesque", sans-serif;
    font-weight: 500;
    padding: 0;
    text-align: center;
}

.nav-container .menu .active > a {
    border: 1px solid #FFF;
    background: none;
    color: #FFF;
}

.off-canvas-aux {
    margin-top: 1.5rem;
}

.off-canvas-aux a {
    font-size: 1rem;
    line-height: 1.5; 
    color: #96B2B2;
    text-transform: uppercase;
    font-family: "brandon-grotesque", sans-serif;
    font-weight: 500;
    padding: 0;
    text-align: center;
    display: block;
}

.off-canvas-phone {
    margin: 1rem 0;
}

.off-canvas-social a {
    line-height: 0;
    font-size: 0;
    margin: 0 .375rem;
}

.off-canvas-social svg {
    width: 40px;
}

.off-canvas-social svg path,
.off-canvas-social svg circle {
    fill: #96B2B2;
}

.inner-hero {
    height: 100px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    background: #658989 url(../images/inner-hero-bg-mobile.jpg) center no-repeat;
    background-size: cover;
}

.inner-hero p {
    font-size: 3.25rem;
    color: #FFF;
    font-family: 'vou-med', serif;
    font-weight: normal;
    font-style: normal;
    letter-spacing: 1px;
    line-height: 1;
    margin: 0;
    width: 100%;
    text-transform: uppercase;
}

.content {
    /*padding-top: 100px;*/
}

.home-logo {
    padding: 6.5% 0;
}

.rendering-hero {
    position: relative;
}

.hero-text {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 260px;
    padding: 0.25rem;
    text-align: center;
    background: rgba(75, 117, 117, .85);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.hero-text span {
    color: #FFF;
    font-family: 'vou-med', serif;
    font-weight: normal;
    font-style: normal;
    font-size: 3rem;
    line-height: 1.1;
    letter-spacing: 1px;
    text-transform: uppercase;
    width: 100%;
}

.hero-bug {
    position: absolute;
    top: -18px;
    right: 10px;
    width: 83px;
    height: 83px;
}

.hero-btm-text {
    background: rgba(75, 117, 117, .85);
    width: 260px;
    margin: 0 auto;
    padding: 0.5rem 0 0;
}

.hero-btm-text p {
    text-transform: uppercase;
    color: #FFF;
    font-weight: 700;
    text-align: center;
    font-size: .75rem;
    letter-spacing: 1px;
    margin: 0 0 .5rem;
    line-height: 1.3;
}

.hero-btm-text .button {
    background: #FFF;
    color: #4B7575;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}

.hero-btm-text .button:focus, .hero-btm-text .button:hover {
    background: #9D9D9D;
    color: #FFF;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}

.home-top {
    /*padding: 6.5% 0 0;*/
    background: rgba(101,137,137,.25);
    /*background: -webkit-gradient(linear, left top, left bottom, from(rgba(101,137,137,.25)), color-stop(2.5rem, #FFF));
    background: linear-gradient(to bottom, rgba(101,137,137,.25) calc(100% - 2.5rem), #FFF 2.5rem);*/
}

.home-footer h1 {
    color: #FFF;
    margin: 1rem auto 0.75rem;
}

.home-footer p {
    color: #FFF;
}

.highlight-container h1,
.highlight-container h1 span {
    color: #4B7575;
}

.unit-amenities-wrap {
    background: rgba(171,160,144,.25);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(171,160,144,.25)), color-stop(2.5rem, #FFF));
    background: linear-gradient(to bottom, rgba(171,160,144,.25) calc(100% - 2.5rem), #FFF 2.5rem);
    padding: 6.5% 0 0;
}

.community-amenities-wrap {
	padding: 6.5% 0;
}

.amenity-list {
	margin: 1rem 0 0 1rem;
}

/*.community-amenities-wrap ul {
    margin-bottom: 2rem;
}*/

.amenity-list li {
    margin-bottom: .25rem;
}

.filter-buttons {
    margin: 2rem auto;
}

.filter-buttons button {
    background: #4B7575;
    color: #FFF;
    font-family: 'vou-med', serif;
    font-weight: normal;
    font-style: normal;
    font-size: 1.5rem;
    line-height: 2.25;
    padding: 0 1.25rem;
    margin: 0 .25rem;
    cursor: pointer;
}

.filter-buttons button.is-checked {
    background: #9D9D9D;
}

.floorplan-card {
    border: 1px solid;
    width: 100%;
    padding: 1rem 2rem;
    margin-bottom: 1.5rem;
}

.fp-unit p {
    font-family: 'vou-med', serif;
    font-weight: normal;
    font-style: normal;
    font-size: 2rem;
    letter-spacing: 1px;
    color: #4B7575;
    line-height: 1;
    text-align: center;
    margin-bottom: 1rem;
    text-transform: capitalize;
}

.fp-text {
    margin: .75rem auto 0;
}

.fp-specs p, .fp-price p {
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1.2;
    margin-bottom: .75rem;
}

.fp-specs p {
    color: #000;
}

.fp-price p {
    color: #96B2B2;
}

.floorplan-card .button {
    margin-bottom: 0;
}

.fp-image {
    cursor: pointer;
}

/* FLOORPLAN MODALS */
.reveal {
    background: rgba(0,0,0,.5);
}

.modal-unit p {
    font-family: 'vou-med', serif;
    font-weight: normal;
    font-style: normal;
    font-size: 3rem;
    letter-spacing: 1px;
    color: #4B7575;
    line-height: 1;
    text-align: center;
    margin-bottom: .5rem;
    text-transform: capitalize;
}

.modal-specs {
    margin-bottom: .5rem;
}

.modal-specs span, .modal-price p {
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1.2;
    margin-bottom: .75rem;
}

.modal-specs span {
    color: #000;
}

.modal-price p {
    color: #96B2B2;
}

.modal-links {
    margin: 0.25rem auto 1.5rem;
}

.modal-links .button {
    margin-bottom: 0;
    min-width: initial;
    line-height: 1.4;
    padding: 0.5rem 0.5rem 0.375rem;
    font-size: .875rem;
}

.modal-image {
    padding: 0 2rem;
    margin: 1rem auto 2rem;
}

.modal-disclaimer p {
    font-size: .625rem;
    font-weight: 500;
    color: #ACB1AE;
    line-height: 1.2;
    margin: .25rem 0 0;
    padding-left: .5rem;
}

.modal-nav-prev {
    position: absolute;
    left: 1.125rem;
    top: 50vh;
    width: 2rem;
}

.modal-nav-next {
    position: absolute;
    right: 1.125rem;
    top: 50vh;
    width: 2rem;
}

.floorplan-modal .modal-content {
    background: #FFF;
    padding: 1rem;
}

.siteplan-modal .modal-image {
    padding: 0;
    margin: 0;
}

.siteplan-modal .modal-center-wrap {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    
    height: 100%;
    display: flex;
    align-items: center;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.siteplan-name {
    margin: 0 0 1rem;
}

.siteplan-card .fp-availability {
    margin-top: 1rem;
}

.gallery-content .grid-container {
    width: 90%;
}

.gallery-content .grid-x.card-collection > .cell {
    padding: 0 .25rem;
    margin: .25rem 0;
}

.gallery-image {
    height: 150px;
}

.gallery-community-1 {
    background: transparent url(../images/gallery/community-1.jpg) no-repeat bottom center;
    background-size: cover;
}
.gallery-community-2 {
    background: transparent url(../images/gallery/community-2.jpg) no-repeat center;
    background-size: cover;
}
.gallery-community-3 {
    background: transparent url(../images/gallery/community-3.jpg) no-repeat center;
    background-size: cover;
}
.gallery-community-4 {
    background: transparent url(../images/gallery/community-4.jpg) no-repeat center;
    background-size: cover;
}
.gallery-community-5 {
    background: transparent url(../images/gallery/community-5.jpg) no-repeat center;
    background-size: cover;
}
.gallery-community-6 {
    background: transparent url(../images/gallery/community-6.jpg) no-repeat center;
    background-size: cover;
}
.gallery-community-7 {
    background: transparent url(../images/gallery/community-7.jpg) no-repeat center;
    background-size: cover;
}
.gallery-community-8 {
    background: transparent url(../images/gallery/community-8.jpg) no-repeat center;
    background-size: cover;
}
.gallery-community-9 {
    background: transparent url(../images/gallery/community-9.jpg) no-repeat center;
    background-size: cover;
}
.gallery-community-10 {
    background: transparent url(../images/gallery/community-10.jpg) no-repeat center;
    background-size: cover;
}
.gallery-community-11 {
    background: transparent url(../images/gallery/community-11.jpg) no-repeat center;
    background-size: cover;
}
.gallery-community-12 {
    background: transparent url(../images/gallery/community-12.jpg) no-repeat center;
    background-size: cover;
}
.gallery-community-13 {
    background: transparent url(../images/gallery/community-13.jpg) no-repeat center;
    background-size: cover;
}
.gallery-community-14 {
    background: transparent url(../images/gallery/community-14.jpg) no-repeat center;
    background-size: cover;
}
.gallery-community-15 {
    background: transparent url(../images/gallery/community-15.jpg) no-repeat center;
    background-size: cover;
}
.gallery-community-16 {
    background: transparent url(../images/gallery/community-16.jpg) no-repeat center;
    background-size: cover;
}
.gallery-community-17 {
    background: transparent url(../images/gallery/thumbs/community-17.jpg) no-repeat center bottom;
    background-size: cover;
}
.gallery-unit-1 {
    background: transparent url(../images/gallery/unit-1.jpg) no-repeat center;
    background-size: cover;
}
.gallery-unit-2 {
    background: transparent url(../images/gallery/unit-2.jpg) no-repeat center;
    background-size: cover;
}
.gallery-unit-3 {
    background: transparent url(../images/gallery/unit-3.jpg) no-repeat center;
    background-size: cover;
}
.gallery-unit-4 {
    background: transparent url(../images/gallery/unit-4.jpg) no-repeat center;
    background-size: cover;
}
.gallery-unit-5 {
    background: transparent url(../images/gallery/unit-5.jpg) no-repeat center;
    background-size: cover;
}
.gallery-unit-6 {
    background: transparent url(../images/gallery/unit-6.jpg) no-repeat center;
    background-size: cover;
}

.gallery-modal .modal-center-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
}

.gallery-modal .modal-content {
    position: relative;
}

.gallery-modal .modal-nav {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.gallery-modal .modal-nav-prev {
    left: -1rem;
    width: 2rem;
}

.gallery-modal .modal-nav-next {
    right: -1rem;
    width: 2rem;
}

.gallery-modal-image {
    border: 1px solid #FFF;
}

.gallery-modal .modal-content a {
    border: 1px solid #4B7575;
    border-radius: 50%;
}


/* ---- isotope ---- */
.grid {width: 100%;}
/* clear fix */
.grid:after {content: ''; display: block; clear: both;}
.grid-sizer, .grid-item {width: 100%; height: 150px; padding: .3125rem;}
.grid-item {float: left;}
.grid-item-inner {display: block; height: calc(150px - .6250rem); width: calc(100% - .6250rem); margin: 0 auto;}
.filter-card:focus, .filter-card:hover {outline: none;}

.gallery-modal .modal-content {
    height: 100vh;
}

.gallery-modal .modal-center-wrap {
    height: auto;
    display: block;
    max-height: 100vh;
}

.gallery-modal-image {
    border: none;
    max-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.gallery-modal-image img {
    max-height: 100vh;
    border: 1px solid #FFF;
}

.gallery-modal .modal-content {
        height: 100vh;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }


/*********************
LOCATION PAGE STYLES
*********************/
.location-top {
    /*padding: 6.5% 0 0;*/
    background: rgba(171,160,144,.25);
    /*background: -webkit-gradient(linear, left top, left bottom, from(rgba(171,160,144,.25)), color-stop(2.5rem, #FFF));
    background: linear-gradient(to bottom, rgba(171,160,144,.25) calc(100% - 2.5rem), #FFF 2.5rem);*/
}

.welcome-home-text {
    width: calc(100% - 1rem);
    margin: 10% auto 5%;
}

.welcome-home-text img {
    width: 100%;
    height: auto;
}

.map-content {
    padding: 0 0 10%;
}

.poi-container {
	position: relative;
}

.map-container {
	width: 100%;
	height: 480px;
	position: relative;
}

.map-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: calc(100% - 42px);
    display: block;
}

.map-overlay.map-activated {
    display: none;
}

.map-navigation {
	position: absolute;
	top: 0;
    background: #4B7575;
    height: 100%;
    top: 0;
    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;
    padding: 1rem 0 1rem 2rem;
}

.map-nav {
    right: -140px;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}

.map-nav.map-nav-change {
    right: 0;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}

.map-toggle-btn {
    width: 42px;
    height: 42px;
    position: absolute;
    left: -21px;
    top: 12px;
    background: transparent url(../images/svg/poi-close.svg) no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    -webkit-transition: all .3s linear .2s;
    transition: all .3s linear .2s;
}

.map-nav-change .map-toggle-btn {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: all .3s linear .2s;
    transition: all .3s linear .2s;
}

.poi-box, .poi-box-sidebar {
    height: 100%;
    width: 100%;
}

.poi-box-sidebar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.poi-list {
    width: 140px;
    height: 100%;
    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;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin: 0;
}

.poi-list li {
    height: 1.625rem;
}

.poi-list li > a {
    padding-left: 32px;
    font-size: .875rem;
    display: block;
    margin: 0;
    line-height: 1.625rem;
    color: #FFF;    
    font-family: "forma-djr-micro", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    font-style: normal;
    -webkit-transition: all .25s linear;
    transition: all .25s linear;
}

.poi-list li:focus > a, .poi-list li:hover > a {
    color: #E5A028;
    -webkit-transition: all .25s linear;
    transition: all .25s linear;
}

.restaurant-btn {
    background: url(../images/icons/restaurant.png) no-repeat left center;
    background-size: contain !important;
}
.shopping-btn {
    background: url(../images/icons/shopping.png) no-repeat left center;
    background-size: contain !important;
}
.bar-btn {
    background: url(../images/icons/bar.png) no-repeat left center;
    background-size: contain !important;
}
.coffee-btn {
    background: url(../images/icons/coffee.png) no-repeat left center;
    background-size: contain !important;
}
.grocery-btn {
    background: url(../images/icons/grocery.png) no-repeat left center;
    background-size: contain !important;
}
.medical-btn {
    background: url(../images/icons/medical.png) no-repeat left center;
    background-size: contain !important;
}
.postoffice-btn {
    background: url(../images/icons/postoffice.png) no-repeat left center;
    background-size: contain !important;
}
.bank-btn {
    background: url(../images/icons/bank.png) no-repeat left center;
    background-size: contain !important;
}
.school-btn {
    background: url(../images/icons/school.png) no-repeat left center;
    background-size: contain !important;
}
.parks-btn {
    background: url(../images/icons/parks.png) no-repeat left center;
    background-size: contain !important;
}
.gym-btn {
    background: url(../images/icons/gym.png) no-repeat left center;
    background-size: contain !important;
}

.location-map {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.location-spacer {
	width: 100%;
	height: 80px;
	background: url(../images/svg/blobs/location-btm-blob.svg) no-repeat;
	background-position: bottom left;
	background-size: auto 100%;
}

.gm-style-mtc, .gm-svpc, .gm-fullscreen-control {
    display: none;
}

button.gm-control-active {
    min-width: initial;
}

button[aria-label="Keyboard shortcuts"] {
    display: none!important;
}

.contact-top {
	/*padding: 6.5% 0 0;*/
    background: rgba(101,137,137,.25);
    /*background: -webkit-gradient(linear, left top, left bottom, from(rgba(101,137,137,.25)), color-stop(2.5rem, #FFF));
    background: linear-gradient(to bottom, rgba(101,137,137,.25) calc(100% - 2.5rem), #FFF 2.5rem);*/
}

.contact-links {
    margin: 2rem 0 1rem;
}

.contact-links a {
    /*height: initial;
    width: 62px;*/
    background: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 0;
    line-height: 0;
    padding: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 .75rem;
}

.contact-links a img {
    height: 62px;
    width: 62px;
}

.contact-hours-wrap {
	background: rgba(171,160,144,.25);
	padding: 3.75% 0;
	margin: 3rem 0 1rem;
}

.contact-hours-wrap h1 {
    margin-top: 0;
}

.contact-hours-wrap p {
	font-weight: 500;
	line-height: 1.6;
    margin-bottom: 0;
}

.home-footer {
	background: #96B2B2;
	background: -webkit-gradient(linear, left bottom, left top, from(rgba(150,178,178,1)), color-stop(2.5rem, #FFF));
	background: linear-gradient(to top, rgba(150,178,178,1) calc(100% - 2.5rem), #FFF 2.5rem);
}

.highlight-container {
	background: rgba(198,198,198,.25);
	padding: 6.5% 0;
}

.home-highlight-container {
    background: #FFF;
}

.highlight {
    margin-bottom: .5rem;
}

.highlight h2 {
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}

.highlight a:hover h2 {
    letter-spacing: 7px;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}

.footer-btm {
	background: #4B7575;
    padding: 6.5% 0;
}

.footer-social {
    margin: 1.25rem auto;
}

.footer-social a:not(.button) {
    line-height: 0;
    font-size: 0;
    margin: 0 .5rem;
}

.footer-social svg {
    width: 40px;
}

.footer-social svg path,
.footer-social svg circle {
    fill: #96B2B2;
}

.footer-social .button {
    background: #96B2B2;
    padding: 0 1rem;
    line-height: 2.375;
    margin: 0 .5rem;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}

.footer-social .button:focus, .footer-social .button:hover {
    background: #9D9D9D;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}

.footer-contact a {
	color: #FFF;
	text-transform: uppercase;
	padding: 0;
    margin: 0 0 0.5rem;
    font-size: .875rem;
    display: block;
}

.footer-copy {
    margin-top: .5rem;
}

.footer-copy p {
    margin: .5rem 0 0;
    font-size: .625rem;
    font-weight: 900;
    color: #96B2B2;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/*********************
CONTACT FORM
*********************/
.contact-form .modal-container {
    background: #FFF;
    padding: 1rem 1rem 1.625rem;
    position: relative;
}

.gform-field-label {
    position: absolute!important;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0;
}

.modal-topline {
    font-size: 2rem;
    margin-bottom: .25rem;
    color: #4B7575;
    text-transform: uppercase;
    font-family: "brandon-grotesque", sans-serif;
    font-weight: 300;
    font-style: normal;
    letter-spacing: 1px;
}

.modal-btmline {
    font-family: "brandon-grotesque", sans-serif;
    font-weight: 900;
    font-style: normal;
    text-transform: uppercase;
    color: #4B7575;
    line-height: 1.2;
    letter-spacing: 2px;
}

.gform_fields {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.name-fields, .message-field {
    width: 100%;
}

.name-fields .ginput_complex {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.name-fields .ginput_complex > span {
    width: 100%;
}

.email-field {
    width: 100%;
}

.phone-field {
    width: 100%;
}

input[type=submit] {
    margin: .5rem 0;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	font-size: .75rem;
	font-family: "brandon-grotesque", sans-serif;
    font-weight: 500;
    font-style: normal;
	color: #A5A5A5 !important;
	text-align: center;
	padding-top: 4px;
    text-transform: uppercase;
}
::-moz-placeholder { /* Firefox 19+ */
	font-size: .75rem;
	font-family: "brandon-grotesque", sans-serif;
    font-weight: 500;
    font-style: normal;
	color: #A5A5A5 !important;
	text-align: center;
	padding-top: 4px;
    text-transform: uppercase;
}
:-ms-input-placeholder { /* IE 10+ */
	font-size: .75rem;
	font-family: "brandon-grotesque", sans-serif;
    font-weight: 500;
    font-style: normal;
	color: #A5A5A5 !important;
	text-align: center;
	padding-top: 4px;
    text-transform: uppercase;
}
:-moz-placeholder { /* Firefox 18- */
	font-size: .75rem;
	font-family: "brandon-grotesque", sans-serif;
    font-weight: 500;
    font-style: normal;
	color: #A5A5A5 !important;
	text-align: center;
	padding-top: 4px;
    text-transform: uppercase;
}

[type=email], [type=tel], [type=text], textarea {
    height: 2.25rem;
    padding: 0.25rem 0.5rem;
    background: #EAEAEA;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.contact-form .gform_validation_errors > ol { display:none; }
.contact-form h2.gform_submission_error { 
    color: #1D3D57;
    font-family: nimbus-sans, sans-serif;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    margin-bottom: 0.75rem;
    line-height: 1.3;
    font-size: 1rem;
}

.contact-form .validation_message {
    color: #1D3D57;
    font-family: nimbus-sans, sans-serif;
    font-weight: 400;
    font-style: normal;
    margin-bottom: .5rem;
    line-height: 1.3;
    font-size: .875rem;
    margin-top: -0.5rem;
}

.reveal.contact-form {
    background: rgba(0,0,0,.5);
    padding: 1rem;
}

.onpage-contact-form {
	border: 1px solid #96B2B2;
	padding: 1rem 1.5rem;
    width: 80%;
    margin: 1.75rem auto;
    -webkit-box-shadow: 4px 4px 20px rgba(0,0,0,.16);
    box-shadow: 4px 4px 20px rgba(0,0,0,.16);
}

.onpage-contact-form legend, .onpage-contact-form .gform-field-label {
    position: absolute !important;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
    margin: 0;
}

.onpage-contact-form h1 {
    color: #96B2B2;
    font-size: 2.25rem;
    letter-spacing: 1px;
    font-weight: 300;
}

@media screen and (min-width: 40em) {
    .grid-container {
        width: 95%;
    }
    
    h1 {
        font-size: 1.125rem;
    }
    
    h2 {
        font-size: 1.125rem;
        letter-spacing: 2px;
    }
    
    p, li {
        font-size: .875rem;
    }
    
    .button {
        font-size: .875rem;
        line-height: 2;
    }
    
    .content-button {
        margin: .5rem auto 1rem;
    }
    
    .top-bar > .grid-x > .cell:first-child {
        height: 100%;
    }
    
    .position-right {
        width: 50%;
        padding: 3%;
    }
    
    .nav-logo {
        display: none;
    }
    
    .nav-container .menu a {
        font-size: 1rem;
        width: 50%;
        margin: 0 auto;
    }
    
    .off-canvas-aux a {
        font-size: .75rem;
        line-height: 1.25;
    }
    
    .home-logo {
        display: none;
    }
    
    .rendering-hero {
        margin-top: 1.5rem;
    }
    
    .hero-text {
        width: 360px;
    }
    
    .hero-btm-text {
        width: 360px;
    }
    
    /*.home-top {
        padding: 2rem 0 0;
    }*/
    
    .home-hero.grid-container {
    	width: 85%;
    }
	
	.inner-hero {
        background: #658989 url(../images/inner-hero-bg.jpg) center no-repeat;
        background-size: cover;
    }
    
    .amenity-list {
        margin: 0 0 0 1rem;
    }
    
    .amenity-list li {
        margin-bottom: .125rem;
        line-height: 1.2;
    }
    
    .unit-amenities-wrap {
        padding: 2rem 0 0;
    }
    
    .community-amenities-wrap {
        padding: 2rem 0;
    }
    
    .community-amenities-wrap ul {
        margin-bottom: 1rem;
    }
    
    .fp {
        padding: 0 .75rem;
    }
    
    .floorplan-card {
        height: 400px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 1rem 2rem 2rem;
    }
    
    .fp-unit {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
    }
    
    .fp-unit p {
        margin-bottom: 0;
    }
    
    .fp-text {
        margin: 0 auto;
    }
    
    .fp-content {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
    }
    
    .fp-image {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    
    .fp-image img {
        max-height: 200px;
    }
    
    .reveal-overlay {
        background: rgba(0,0,0,.5);
    }
    
    .reveal.floorplan-modal {
        background: #26282E;
    }
    
    .floorplan-modal .modal-content {
        padding: 2rem;
    }
    
    .modal-content .fp-modal-left {
        width: 190px;
    }
    
    .modal-unit p {
        font-size: 2rem;
        text-align: left;
    }
    
    .modal-content .fp-modal-right {
        width: calc(100% - 190px);
    }
    
    .modal-image {
        padding: 0 1rem;
        margin: 0;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    
    .modal-image img {
        max-height: 240px;
    }
    
    .modal-nav-prev {
        left: 1.25rem;
        width: 1.5rem;
    }
    
    .modal-nav-next {
        right: 1.25rem;
        width: 1.5rem;
    }
    
    .siteplan-modal .modal-center-wrap {
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    
    .siteplan-modal .modal-container {
        width: 100%;
    }
    
    .siteplan-modal .modal-unit p {
        text-align: center;
        margin: 0 0 1rem;
    }
    
    .siteplan-modal .modal-image img {
        max-height: initial;
    }
    
    .gallery-content {
        padding-bottom: 2rem;
    }
    
    .gallery-modal .modal-center-wrap {
        height: auto;
    }
    
    .gallery-modal .modal-nav {
        top: 50vh;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    
    
    .grid-sizer, .grid-item {width: 50%; height: 120px; padding: .3125rem;}
    .grid-item-inner {width: 100%; height: calc(120px - .6250rem);}
    
    
    .welcome-home-text {
        margin: -.75rem auto 5%;
    }
    
    .contact-links {
        margin: 2rem 0 0;
    }

    .contact-hours-wrap {
        padding: 1.5rem 0;
        margin: 3.5rem 0 2.25rem;
    }
    
    .contact-hours-wrap p {
        margin-bottom: 0;
    }
    
    .onpage-contact-form {
        padding: 1.5rem 2.5rem;
        width: 60%;
        margin: 2rem auto;
    }

    .highlight-container {
        padding: 2rem 0;
    }
    
    .highlight-container .grid-container {
        width: 85%;
    }
    
    .highlight {
        margin-bottom: 0;
    }
    
    .highlight h2 {
        margin-bottom: 0;
    }
    
    .home-footer {
        padding-bottom: 1rem;
    }
    
    .home-footer h1 {
        margin-top: 4rem;
    }
    
    .footer-btm {
        padding: 2rem 0;
    }
    
    .footer-btm .grid-container {
        width: 85%;
    }
    
    .footer-logo {
        max-width: 160px;
    }
    
    .footer-social {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        margin: 1rem auto;
    }
    
    .footer-social .button {
        margin: 0 0 0 .5rem;
        line-height: 2;
    }
    
    .footer-social a:not(.button) {
        width: 2rem;
        height: 2rem;
    }
    
    .footer-social svg {
        width: 100%;
    }
    
    .footer-copy {
        margin-top: 0;
    }
    
    .footer-copy > .grid-x {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    
    .footer-copy p {
        margin-right: .75rem;
        letter-spacing: .5px;
    }
}

@media screen and (min-width: 48em) {
    h1 {
        font-size: 2rem;
    }
    
    h1 span {
        font-size: 1.5rem;
        line-height: 1.3;
    }
    
    p, li {
        font-size: 1rem;
    }
    
    .button {
        font-size: 1rem;
        line-height: 2.375;
    }
    
    .content-button {
        margin: .5rem auto 1.5rem;
    }
    
    .header {
        /*height: 120px;*/
    }
    
    .content {
        /*padding-top: 120px;*/
    }
    
    .nav-logo {
        display: block;
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
    }
    
    .off-canvas {
        padding: 10% 6rem;
    }
    
    .position-right {
        width: 50%;
        max-width: 585px;
    }
    
    .accordion-menu li {
        margin: .75rem 0;
    }
    
    .close-button {
        height: 60px;
        width: 60px;
        padding: .75rem;
    }
    
    .nav-container {
        width: 100%;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    
    .nav-container .menu {
        margin-top: 0;
    }
    
    .nav-container .menu a {
        font-size: 1.625rem;
        width: 100%;
        line-height: 1.8;
    }
    
    .off-canvas-aux {
        /*margin-top: 0;*/
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
    }
    
    .off-canvas-aux a {
        font-size: 1.125rem;
        line-height: 1.5;
    }
    
    .off-canvas-phone {
        margin: 1.5rem 0;
    }
    
    .off-canvas-social a {
        margin: 0 .5rem;
        font-size: 0;
        line-height: 0;
    }
    
    .home-footer h1 {
        margin-top: 5rem;
    }
    
    /*.home-top {
        padding: 6.5% 0 0;
    }*/
    
    
    .unit-amenities-wrap {
        padding: 6.5% 0 0;
    }
    
    .siteplan-card .fp-unit p {
        margin-bottom: 0;
    }
    
    .reveal.floorplan-modal {
        position: relative;
    }
    
    .floorplan-modal .modal-content {
        padding: 1rem 2rem;
    }
    
    .modal-image {
        padding: 0 1rem 1rem;
    }
    
    .modal-image img {
        max-height: 300px;
    }
    
    .modal-nav-prev, .modal-nav-next {
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    
    .modal-left-column-btm .button {
        font-size: .75rem;
        line-height: 2.25;
        padding: 0 .5rem;
    }
    
    .modal-disclaimer p {
        margin: 0 0 0 .5rem;
    }
    
    .siteplan-modal .modal-image {
        padding: 0;
    }
    
    .reveal.siteplan-modal {
        width: 70%;
    }

    .gallery-content {
        padding-bottom: 6.5%;
    }
    
    
    .grid-sizer, .grid-item {width: 50%; height: 160px; padding: .3125rem;}
    .grid-item-inner {width: 100%; height: calc(160px - .6250rem);}
    
    
    .gallery-modal .modal-content {
        height: 100vh;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    
    .welcome-home-text {
        width: 77%;
        margin: -1.25rem auto 1.5rem;
    }
    
    .contact-hours-wrap {
        margin: 4.5rem 0 2rem;
        padding: 2rem 0;
    }
    

    .highlight-container {
        padding: 6.5% 0;
    }
    
    .home-footer {
        padding-bottom: 2rem;
    }
}

@media screen and (min-width: 64em) {
    h2 {
        font-size: 1.25rem;
    }
    
    p, li {
        font-size: 1.125rem;
        line-height: 1.6;
    }
    
    .grid-container {
	    width: 86%;
    }
    
    .header {
        background: #FFF;
        /*height: 160px;*/
    }
    
    .top-bar.grid-container {
        width: 86%;
    }
    
    .nav-logo {
        max-width: 300px;
        margin-bottom: 4rem;
    }
    
    .menu-btn-wrap {
        position: absolute;
        top: 0;
        right: 0;
    }
    
    a.menu-icon {
        height: 60px;
        width: 60px;
    }
    
    .menu-icon::after {
        top: 14.5px;
        -webkit-box-shadow: 0 12.75px 0 #96B2B2, 0 26.5px 0 #96B2B2;
        box-shadow: 0 12.75px 0 #96B2B2, 0 26.5px 0 #96B2B2;
    }
    
    .menu-icon:hover::after {
        background: #96B2B2;
        -webkit-box-shadow: 0 12.75px 0 #96B2B2, 0 26.5px 0 #96B2B2;
        box-shadow: 0 12.75px 0 #96B2B2, 0 26.5px 0 #96B2B2;
    }
    
    .position-right {
        padding: 5% 3% 2.5%;
    }
    
    .social-links {
        margin-left: .75rem;
    }
    
    .social-links a:not(.button) {
        width: 40px;
        height: 40px;
        display: none;
    }
    
    .social-links a svg {
        width: 40px;
        height: 40px;
    }
    
    .social-links a svg path,
    .social-links a svg circle {
        fill: #96B2B2;
    }
    
    .social-links .button {
        margin-bottom: 0;
    }
    
    .top-address, .top-phone {
        color: #707070;
        text-transform: uppercase;
    }
    
    .content {
        /*padding-top: 160px;*/
    }
    
    .rendering-hero {
        margin-top: 0;
    }
    
    .hero-bug {
        position: absolute;
        top: calc(100% - 60px);
        right: 30px;
        width: 120px;
        height: 120px;
    }
    
    .inner-hero {
        width: 86%;
        margin: 0 auto 3%;
    }
    
    .floorplan-container .card-container .fp {
        width: 33.33333%;
    }
    
    .fp-image {
        padding: 0 2rem;
    }
    
    .floorplan-card {
        padding: 1rem 1.25rem 2rem;
    }
    
    .floorplan-modal .modal-content {
        padding: 2rem 3rem;
    }
    
    .modal-image img {
        max-height: 500px;
    }
    
    .modal-nav-prev {
        left: 1.5rem;
        width: 2rem;
    }
    
    .modal-nav-next {
        right: 1.5rem;
        width: 2rem;
    }
    
    .modal-content .fp-modal-left {
        width: 275px;
        min-height: 600px;
    }
    
    .modal-content .fp-modal-right {
        width: calc(100% - 275px);
        min-height: 600px;
    }
    
    .modal-unit p {
        font-size: 3rem;
        margin-bottom: 1.5rem;
    }
    
    .modal-specs {
        margin-bottom: 1rem;
    }
    
    .modal-specs span {
        line-height: 2;
        font-size: 1.125rem;
    }
    
    .modal-price {
        margin-bottom: 2rem;
    }
    
    .modal-left-column-btm {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
    }
    
    .modal-disclaimer p {
        margin: .5rem 0 0;
    }
    
    .modal-specs-stretch {
        height: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    
    .modal-left-column-top {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
    }
    
    .reveal.siteplan-modal {
        width: 80%;
    }
    
    .floorplan-modal .modal-content {
        padding: 2rem 2rem;
    }
    
    .gallery-image {
        height: 250px;
    }
    
    
    .grid-sizer, .grid-item {width: 25%; height: 250px; padding: .3125rem;}
    .grid-item-inner {display: block; height: calc(250px - .6250rem); margin: 0 auto;}
    .grid-item-three {width: 25%; height: 250px;}
    .grid-item-four {width: 33.33%; height: 250px;}
    .grid-item-five {width: 41.66%; height: 250px;}
    .grid-item-six {width: 50%; height: 250px;}
    .grid-item-twelve {width: 100%; height: 250px;}
    
    
    .gallery-modal .modal-content > .grid-x {
        width: 100%;
    }
    
    /*.map-toggle-btn{
        pointer-events: none;
        display: none;
    }*/
    
    .welcome-home-text {
        margin: -1.75rem auto 2rem;
    }
    
    .map-nav {
        right: 0;
    }

    .map-nav.map-nav-change {
        right: -140px;
    }
    
    .map-toggle-btn {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    .map-nav-change .map-toggle-btn {
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }
    
    .contact-hours-wrap {
        padding: 2rem 0;
        margin: 8rem 0 4.5rem;
    }
    
    .onpage-contact-form {
        padding: 1.5rem 5rem;
        width: 60%;
        margin: 0 auto 4.75rem;
    }
    
    .onpage-contact-form h1 {
        margin-top: .5rem;
        margin-bottom: 1.25rem;
        font-size: 3rem;
    }
    
    .ginput_complex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    
    .name-fields .ginput_complex > span.name_first, .name-fields .ginput_complex > span.name_last {
        width: 49%;
    }
    
    .email-field {
        width: 59%;
    }
    
    .phone-field {
        width: 39%;
    }
    
    .highlight-container .grid-container {
        width: 86%;
    }
    
    .highlight-container h1 {
        margin-bottom: 3rem;
        margin-top: 0;
    }
    
    .highlight-container .grid-x .cell.highlight {
        width: 33.33333%;
    }
    
    .highlight h2 {
        background: none;
        color: #96B2B2;
        margin: 1.25rem 0;
    }
    
    .highlight p {
        color: #707070;
        line-height: 1.4;
    }
    
    .footer-contact a {
        font-size: 1.125rem;
    }
    
    .footer-logo {
        max-width: 260px;
    }
    
    /*.contact-links a {
        height: 62px;
        width: 62px;
        background: #4B7575;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        font-size: 0;
        line-height: 0;
        padding: .5rem;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 0 .75rem;
    }*/
    
    .reveal.contact-form {
        padding: 5rem 15%;
    }
    
    .contact-form .modal-container {
        padding: 1rem 12%;
    }
    
    .modal-topline {
        font-size: 3.5rem;
        line-height: 1.4;
    }
    
    .modal-btmline {
        margin-bottom: 1.5rem;
    }
    
    /*.location-top .location-top-left {
        margin-left: 0;
        width: 35%;
    }
    
    .location-top .location-top-right {
        
    }*/
}

@media screen and (min-width: 83.313em) {
    h1 {
        margin-top: 4rem;
    }
    
    .inner-hero {
        margin-bottom: 4%;
        height: 140px;
        width: 86%;
    }
    
    .inner-hero p {
        font-size: 5rem;
    }
    
    .reveal.large {
        width: 75%;
        max-width: 1150px;
    }
    
    .modal-content .fp-modal-left {
        width: 335px;
    }
    
    .modal-content .fp-modal-right {
        width: calc(100% - 335px);
    }
    
    .modal-unit p {
        font-size: 3.75rem;
        margin-bottom: 2rem;
    }
    
    .modal-left-column-btm .button {
        font-size: 1rem;
        line-height: 2.375;
        padding: 0 1rem;
    }
    
    .modal-image img {
        max-height: 575px;
    }
    
    .modal-disclaimer {
        margin-top: .5rem;
    }
    
    .modal-disclaimer p {
        font-size: .75rem;
        padding-right: .5rem;
    }
    
    .grid-sizer, .grid-item {width: 25%; height: 350px; padding: .3125rem;}
    .grid-item-inner {height: calc(350px - .6250rem);}
    .grid-item-three {width: 25%; height: 350px;}
    .grid-item-four {width: 33%; height: 350px;}
    .grid-item-five {width: 41%; height: 350px;}
    .grid-item-six {width: 49.5%; height: 350px;}
    .grid-item-twelve {width: 100%; height: 350px;}
    
    
    .gallery-modal-image img {
        max-height: 70vh;
    }
    
    /*.location-top .location-top-left {
        width: 33.33333%;
    }*/
    
    .welcome-home-text {
        margin: -2.25rem auto 2.5rem;
    }
    
    .poi-list {
        width: 160px;
    }
    
    .map-nav.map-nav-change {
        right: -160px;
    }
    
    .contact-links {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 1rem 0 0;
    }
    
    .contact-links a {
        margin: .75rem 0;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    
    .contact-links a span {
        font-size: 2rem;
        margin-left: 1.75rem;
        color: #4B7575;
        -webkit-transition: all .3s linear;
        transition: all .3s linear;
    }
    
    .contact-links a:hover span {
        -webkit-transition: all .3s linear;
        transition: all .3s linear;
        color: #9D9D9D;
    }
    
    .contact-hours-wrap {
        padding: 2rem 0 2.75rem;
        margin: 9rem 0 4.5rem;
    }
    
    .contact-hours-wrap h1 {
        font-size: 3rem;
        line-height: 1.4;
        margin: 0 0 1.125rem;
    }
    
    .contact-hours-wrap p {
        font-size: 1.5rem;
        line-height: 1.4;
        margin: 0;
    }
    
    .onpage-contact-form { 
        margin: 0 auto 6rem;
    }
    
    .home-highlight-container {
        padding-top: 0;
    }
}

@media screen and (min-width: 120em) {
    h1 {
        font-size: 3rem;
        margin-bottom: 1rem;
    }
    
    p, li {
        font-size: 1.25rem;
        line-height: 1.6;
    }
    
    .inner-hero {
        height: 230px;
        margin-bottom: 5%;
    }
    
    .floorplan-container .card-container .fp {
        width: 25%;
    }
    
    .floorplan-card {
        height: 500px;
    }
    
    .fp-image img {
        max-height: 260px;
    }
    
    .fp-unit p {
        font-size: 3rem;
    }
    
    .hero-text {
        width: 590px;
    }
    
    .hero-text span {
        font-size: 6.75rem;
    }
    
    .hero-btm-text {
        width: 590px;
    }
    
    .hero-btm-text p {
        font-size: 1.25rem;
        margin-bottom: 0;
    }
    
    /*.home-top {
        padding: 5% 0 0;
    }*/
    
    .contact-top h1 {
        margin-top: 0;
    }
    
    .location-top h1 {
        margin-top: 0;
    }
    
    .content-button {
        margin: 1.5rem auto 1.5rem;
    }
    
    .home-footer h1 {
        margin-top: 9rem;
    }
    
    .reveal.contact-form {
        padding: 5rem 22%;
    }
    
    .floorplan-container {
        padding-bottom: 3%;
    }
    
    .modal-image img {
        max-height: 620px;
    }
    
    .floorplan-modal .modal-content {
        padding: 2.5rem 3rem;
    }
    
    .modal-content .fp-modal-left {
        min-height: 770px;
    }
    
    .modal-content .fp-modal-right {
        min-height: 770px;
    }
    
    .modal-nav-prev {
        left: 1.125rem;
        width: 3rem;
        height: 3rem;
    }
    
    .modal-nav-next {
        right: 1.125rem;
        width: 3rem;
        height: 3rem;
        text-align: center;
    }
    
    .modal-nav a {
        display: block;
        text-align: center;
    }
    
    .modal-specs span {
        line-height: 2.5;
        font-size: 1.375rem;
    }

    .highlight-container {
        padding: 3.5% 0;
    }
    
    .home-highlight-container {
        padding: 100px 0 200px;
    }
    
    .highlight-container .grid-container {
        width: 75%;
    }
    
    .unit-amenities-wrap h1,
    .community-amenities-wrap h1 {
        margin-top: 4rem;
        margin-bottom: 2rem;
    } 
    
    .amenity-list li {
        margin-bottom: .5rem;
    }
    
    .select-units {
        margin-top: 3rem;
    }
    
    .community-amenities-wrap {
        padding: 4rem 0;
    }
    
    .hero-btm-text .button {
        margin: 1rem auto;
    }
    
    .inner-hero p {
        font-size: 6rem;
    }
    
    .welcome-home-text {
        margin: -2.8125rem auto 3.5rem;
    }
    
    .poi-list {
        width: 200px;
    }
    
    .map-nav.map-nav-change {
        right: -200px;
    }
    
    h1 span {
        font-size: 2.375rem;
        line-height: 1.4;
    }
    
    .contact-links a img {
        height: 80px;
        width: 80px;
    }
    
    .contact-links a span {
        font-size: 2.5rem;
    }
    
    .onpage-contact-form {
        padding: 1.5rem 8rem;
        width: 50%;
        margin: 0 auto 9rem;
    }
    
    .onpage-contact-form h1 {
        margin-top: 1.75rem;
        margin-bottom: 3rem;
        font-size: 5.5rem;
    }
    
    .contact-hours-wrap {
        padding: 4rem 0;
        margin: 14.375rem 0 8.75rem;
    }
    
    .contact-hours-wrap p {
        font-size: 1.75rem;
        line-height: 1.4;
        margin: 0;
    }
    
    .contact-form .modal-container {
        padding: 2rem 12%;
    }
    
    .modal-topline {
        font-size: 6rem;
        line-height: 1.2;
        letter-spacing: 1px;
        margin: 0;
    }

    .modal-btmline {
        font-weight: 900;
        font-size: 1.5rem;
        line-height: 1.5;
        letter-spacing: 2px;
        margin-bottom: 2rem;
    }
    
    .grid-sizer, .grid-item {width: 25%; height: 500px; padding: .3125rem;}
    .grid-item-inner {height: calc(500px - .6250rem);}
    .grid-item-three {width: 25%; height: 500px;}
    .grid-item-four {width: 33.33%; height: 500px;}
    .grid-item-five {width: 41.66%; height: 500px;}
    .grid-item-six {width: 50%; height: 500px;}
    .grid-item-twelve {width: 100%; height: 500px;}
}




.unit-amenities-wrap {
    background: rgba(171, 160, 144, .25);
    padding: 0;
}

.community-amenities-wrap {
    padding: 6.5% 0;
}



/***** IMAGE SHIFT CONTAINERS *****/

.image-shift-container {
    margin-bottom: 1.5rem;
}

.unit-amenities-wrap .image-shift-container {
    margin-bottom: 0;
}

.image-shift-container h1 {
    margin-top: 0;
}

.image-shift-text {
    padding: 1.5rem 0;
    margin-bottom: -1.5rem;
}

.image-shift-text .content-button {
    margin: .5rem auto 0;
}

.image-shift-image {
    position: relative;
    padding-bottom: 82%;
}

.community-amenities-wrap .image-shift-image {
    padding-bottom: 164%;
}

.image-shift {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 1.5rem;
    left: 0;
    right: 0;
}

.home-top .image-shift {
    background: transparent url(../images/home-pic-new-mobile.jpg) no-repeat top center;
    background-size: cover;
}

.unit-amenities-wrap .image-shift {
    background: transparent url(../images/unit-amenities-mobile.jpg) no-repeat top center;
    background-size: cover;
}

.community-amenities-wrap .image-shift {
    background: transparent url(../images/community-amenities-new-mobile.jpg) no-repeat top center;
    background-size: cover;
}

.location-top .image-shift {
    background: transparent url(../images/location-pic-mobile.jpg) no-repeat top center;
    background-size: cover;
}

.contact-top .image-shift {
    background: transparent url(../images/contact-pic-mobile.jpg) no-repeat top center;
    background-size: cover;
}


@media screen and (min-width: 40em) {
    .image-shift-container {
        min-height: 275px;
    }
    
    .unit-amenities-wrap .image-shift-container {
        margin-bottom: 1.5rem;
    }

    .image-shift-container h1 {
        margin-top: 0;
    }

    .image-shift-text {
        margin-bottom: 0;
        -ms-flex-item-align: center;
        align-self: center;
    }

    .image-shift-image {
        padding-bottom: 0;
    }
    
    .community-amenities-wrap .image-shift-image {
        padding-bottom: 0;
    }

    .home-top .image-shift {
        background: transparent url(../images/home-pic-new.jpg) no-repeat top center;
        background-size: cover;
    }
    
    .unit-amenities-wrap .image-shift {
        background: transparent url(../images/unit-amenities.jpg) no-repeat top center;
        background-size: cover;
    }
    
    .community-amenities-wrap .image-shift {
        background: transparent url(../images/community-amenities-new.jpg) no-repeat top center;
        background-size: cover;
    }
    
    .location-top .image-shift {
        background: transparent url(../images/location-pic.jpg) no-repeat top center;
        background-size: cover;
    }
    
    .contact-top .image-shift {
        background: transparent url(../images/contact-pic.jpg) no-repeat top center;
        background-size: cover;
    }
}

@media screen and (min-width: 48em) {
    .image-shift-container {
        margin-bottom: 2.5rem;
        min-height: 330px;
    }

    .image-shift-text {
        padding: 2.5rem 0;
    }

    .image-shift {
        top: 2.5rem;
    }
}

@media screen and (min-width: 64em) {
    .image-shift-container {
        margin-bottom: 3.5rem;
        min-height: 440px;
    }

    .image-shift-text {
        padding: 3.5rem 0;
    }
    
    .image-shift-text .content-button {
        margin: 1rem auto 0;
    }

    .image-shift {
        top: 3.5rem;
    }
}

@media screen and (min-width: 83.313em) {
    .image-shift-container {
        margin-bottom: 4.5rem;
        min-height: 575px;
    }

    .image-shift-text {
        padding: 4.5rem 0;
    }
    
    .image-shift-text .content-button {
        margin: 3rem auto 0;
    }

    .image-shift {
        top: 4.5rem;
    }
}

@media screen and (min-width: 120em) {
    .image-shift-container {
        margin-bottom: 5.625rem;
        min-height: 825px;
    }

    .image-shift-text {
        padding: 5.625rem 0;
    }

    .image-shift {
        top: 5.625rem;
    }
}

.title-bar {
    padding: 0;
    background: initial;
    color: initial;
    display: block;
    -webkit-box-pack: initial;
    -ms-flex-pack: initial;
    justify-content: initial;
    -webkit-box-align: initial;
    -ms-flex-align: initial;
    align-items: initial;
}

.concession-banner {
    padding: .5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: rgba(75, 117, 117, .85);
}

.concession-banner p {
    color: #FFF;
    margin: 0;
    text-transform: uppercase;
}

@media screen and (min-width: 40em) {
    .top-logo img {
        max-height: 84px;
    }
}

@media screen and (min-width: 64em) {
    .concession-banner {
        padding: .5rem 60px;
    }
    
    .top-logo img {
        max-height: 108px;
    }
    
    .title-bar .menu-icon {
        margin-left: .25rem;
        margin-right: 0;
    }
}









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