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

Stylesheet: Global Stylesheet

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

/*************************************************
font-family: miller-headline, serif;
    font-weight: 600;
    font-style: italic;

font-family: ofelia-text, sans-serif;
    font-weight: 500;
    font-style: normal;

font-family: ofelia-text, sans-serif;
    font-weight: 600;
    font-style: normal;

font-family: ofelia-text, sans-serif;
    font-weight: 700;
    font-style: normal;
*************************************************/
:focus {
    outline: none;
}

a:focus {
    color: #FFF;
}

body {
    font-family: ofelia-text, sans-serif;
    font-weight: 500;
    font-style: normal;
    padding-top: 120px;
}

.full-height {
    height: 100%;
}

p, li {
    font-size: .75rem;
    line-height: 1.4;
    letter-spacing: 1px;
    margin-bottom: 1rem;
    color: #FFF;
}

li {
    line-height: 1.5;
    letter-spacing: 1px;
    list-style: none;
    margin-bottom: 0;
}

h1 {
    font-size: 1.5rem;
    margin: 0;
    line-height: 1.3;
    letter-spacing: 3px;
    font-family: ofelia-text, sans-serif;
    font-weight: 600;
    font-style: normal;
    margin-bottom: 1rem;
    color: #FFF;
    text-transform: uppercase;
}

h1 span {
    font-family: miller-headline, serif;
    font-weight: 600;
    font-style: italic;
    margin: 0;
    display: block;
    width: 100%;
    line-height: 1.3;
}

h1 span.inline {
    display: inline-block;
    width: auto;
}

a {
    text-transform: uppercase;
    color: #FFF;
}

button, .button {
    font-size: .875rem;
    letter-spacing: 0;
    margin: 0;
    line-height: 2.5;
    background: #8DB9B8;
    padding: 0 1.25rem;
    font-family: ofelia-text, sans-serif;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    color: #FFF;
}

button:hover, .button:hover {
    background: #EEA95C;
}

a svg {
    height: 1.75rem;
}

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

.header {
    width: 100%;
    height: 120px;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    background: #FFF;
    z-index: 12;
    -webkit-box-shadow: 0px -1px 7px rgba(0, 0, 0, .25);
    box-shadow: 0px -1px 7px rgba(0, 0, 0, .25);
}

.cell.logo-cell {
    width: 49.36%;
}

.logo-cell a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.logo-cell a img {
    -webkit-transform: translateX(1rem);
    transform: translateX(1rem);
    height: 75%;
}

.cell.nav-cell {
    width: 50.637%;
    background: transparent url(../images/nav-cell-bg-small.png) no-repeat center right;
    background-size: auto 100%;
    padding: 1.75rem 1rem 1.75rem 5rem;
}

.menu-icon {
    height: 29px;
    width: 48px;
    padding: 0;
    background: transparent;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    line-height: 0;
    font-size: 0;
}

.menu-icon::after {
    height: 5px;
    background: #FFF;
    -webkit-box-shadow: 0 12px 0 #FFF, 0 24px 0 #FFF;
    box-shadow: 0 12px 0 #FFF, 0 24px 0 #FFF;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.menu-icon:hover {
    height: 29px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    background: transparent;
}

.menu-icon:hover::after {
    background: #EEA95C;
    -webkit-box-shadow: 0 12px 0 #EEA95C, 0 24px 0 #EEA95C;
    box-shadow: 0 12px 0 #EEA95C, 0 24px 0 #EEA95C;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.main-social-nav {
    height: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    width: 100%;
}

.main-social-nav ul {
    margin: 0;
    line-height: 0;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.main-social-nav li {
    display: inline-block;
    line-height: 0;
    font-size: 0;
    margin-left: .5rem;
}

.main-social-nav a svg {
    height: 1.5rem;
}

.off-canvas {
    background: #FFF url(../images/off-canvas-bg-small.png) no-repeat center bottom;
    background-size: 100% 93.5%;
    padding: 0 0 3rem;
}

.position-right {
    width: 340px;
    -webkit-transform: translateX(340px);
    transform: translateX(340px);
}

.close-btn {
    background: transparent;
    font-size: 0;
    line-height: 0;
    top: 0;
    position: absolute;
    right: 0;
    padding: 3.25% 3.25% 0 0;
    z-index: 1;
}

.close-btn:hover {
    background: transparent;
}

.close-btn svg {
    height: 24px;
    fill: #BAC478;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.close-btn:hover svg {
    fill: #EEA95C;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.off-canvas-container {
    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;
}

.off-canvas-top {
    width: 100%;
    height: 25%;
}

.off-canvas-top a {
    display: block;
    width: 50%;
    padding: 1rem 0 0 8.8%;
}

.off-canvas-top a img {
    width: 100%;
}

.off-canvas-btm {
    padding: 0 4rem;
    height: 75%;
    max-height: 480px;
    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;
}

.off-canvas-nav {
    text-align: right;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.off-canvas-nav li > a {
    font-size: 1rem;
    line-height: 2.5;
    padding: 0;
    letter-spacing: 4px;
}

.off-canvas-nav li:hover > a {
    color: #EEA95C;
}

.off-canvas-nav li.active > a {
    background: transparent;
    color: #EEA95C;
    pointer-events: none;
}

.off-canvas-aux {
    padding: .375rem 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto
}

.off-canvas-aux a {
    width: 100%;
    margin: .375rem 0;
}

.off-canvas-social {
    padding: 1.25rem 0 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
}

.off-canvas-social ul {
    line-height: 0;
    font-size: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.off-canvas-social li {
    line-height: 0;
    letter-spacing: 0;
    font-size: 0;
}

.off-canvas-social a {
    display: block;
    margin: 0 .5rem;
}

.off-canvas-social li a svg {
    height: 2.5rem;
}

.page-top-container {
    padding: 0;
    width: 100%;
    margin: 1.25rem 0 1.25rem;
}

.page-title {
    background: #BAC478 url(../images/page-title-full-bg-small.jpg) no-repeat center right;
    background-size: auto 100%;
}

.page-title h1 {
    font-size: 1.8rem;
    letter-spacing: 4px;
    text-align: center;
    line-height: 3.33;
    padding-left: 4px;
    margin: 0;
}

.slider-overlay {
    margin-top: -3rem;
}

.slider-overlay-container {
    background: #DA6847;
    width: 90%;
    padding: 1rem 1.5rem 1.75rem 2rem;
}

.slider-overlay-container h1 {
    font-size: 1.875rem;
    margin-bottom: .125rem;
}

.slider-overlay-container h1 span {
    font-size: 2.125rem;
    display: inline-block;
    width: auto;
    line-height: 1.17;
    -webkit-transform: translate(8px, 1px);
    transform: translate(8px, 1px);
}

.slider-overlay .button {
    position: relative;
    z-index: 1;
}

.slider-overlay-container .frame-overlay {
    width: calc(100% + 10px);
}

.slider-overlay-container .frame-overlay.up-right {
    left: 0;
    border-left: none;
}

/*** HOME ***/
.home-top-content {
    padding: 2rem 0 0;
    background: #BAC478;
}

.home-page .page-highlights {
    margin: 1.5rem 0 1rem;
    padding: 0 1rem;
}

/*** AMENITIES ***/
.amenity-list li {
    list-style: disc;
}

.amenity-list li.select-units {
    list-style: none;
    margin-top: .75rem;
}

.amenity-container {
    position: relative;
}

.amenities-top .amenity-container {
    padding: 5.25rem 0;
    background: linear-gradient(12.5deg, #EEA95C calc(100% - 90px), rgba(255, 255, 255, 0) calc(100% - 90px)) 0 0, linear-gradient(-12.5deg, rgba(255, 255, 255, 1) 90px, #EEA95C 90px) 100% 100%;
    background-repeat: no-repeat;
    background-size: 100% 50%, 100% 50%;
    margin-top: -5.75rem;
    position: relative;
    z-index: 1;
}

.amenities-btm .amenity-container {
    padding: 1.875rem 0 0;
    background: linear-gradient(12.5deg, #F7F8EF calc(100% - 105px), rgba(255, 255, 255, 0) calc(100% - 105px)) 0 18%, linear-gradient(-12.5deg, rgba(255, 255, 255, 1) 98px, #F7F8EF 98px) 100% 89.25%;
    background-repeat: no-repeat;
    background-size: 100% 50%, 100% 50%;
}

.amenities-btm .amenity-list li {
    color: #B3B2B4;
}

.community-list h1 {
    color: #BAC478;
}

.convenience-list h1 {
    color: #8DB9B8;
    margin-top: 1.5rem;
}

/*** FLOORPLANS ***/
.fp-tabs ul {
    margin: 0 0 1.5rem;
    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-tabs ul li .button {
    border: 3px solid #DA6847;
    background: #DA6847;
    margin: 0 .25rem;
}

.fp-tabs ul li .button:hover {
    background: #EEA95C;
    border: 3px solid #DA6847;
}

.fp-tabs ul li.ui-tabs-active .button {
    background: #EEA95C;
    border: 3px solid #DA6847;
    pointer-events: none;
}

.floorplan-filters {
    margin-bottom: 1.5rem;
}

.filter-btn.is-checked {
    background: #EEA95C;
    pointer-events: none;
}

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

.floorplan-grid-container {
    padding: 0 1rem;
}

.floorplan-card {
    border: 2px solid #B3B2B4;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    margin-bottom: .5rem;
    padding: 0;
    cursor: pointer;
}

.floorplan-card:hover {
    border: 2px solid #EEA95C;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.fp-unit p {
    font-family: miller-headline, serif;
    font-weight: 600;
    font-style: italic;
    font-size: 2rem;
    line-height: 1.5;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #EEA95C;
    margin: 0;
}

.map-unit p {
    color: #B3B2B4;
    letter-spacing: 0;
    font-size: 1.25rem;
}

.fp-text {
    padding: .75rem 0;
}

.fp-specs p, .fp-price p {
    color: #B3B2B4;
    font-weight: 700;
    text-transform: uppercase;
    font-size: .75rem;
    line-height: 1.8;
    margin: 0;
}

.fp-price p {
    font-weight: 600;
}

.fp-availability .button {
    background: rgba(179,178,180,.15);
    color: #8DB9B8;
}

.fp-availability .button:hover {
    background: #EEA95C;
    color: #FFF;
}

.fp-image img {
    max-width: 70%;
    max-height: 170px;
}

.modal-nav {
    width: 100%;
    position: absolute;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    left: 0;
    right: 0;
    padding: 0 1.125rem;
}

.modal-nav a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 0;
    font-size: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.modal-nav a svg {
    height: 1.5rem;
    fill: #BAC478;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.modal-nav a:hover svg {
    fill: #EEA95C;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

/*** MODALS (FLOORPLANS) ***/
.reveal {
    background: rgba(0,0,0,.8);
}

.floorplan-modal .modal-center-wrap {
    position: relative;
    z-index: 1;
}

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

.floorplan-modal .close-btn {
    padding: 1.5rem 1.5rem 0 0;
}

.fp-modal-unit p {
    font-family: miller-headline, serif;
    font-weight: 600;
    font-style: italic;
    font-size: 2rem;
    line-height: 1.5;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #EEA95C;
    margin: 0;
}

.fp-modal-specs {
    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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.fp-modal-specs p {
    color: #B3B2B4;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1rem;
    line-height: 1.8;
    margin: 0;
    padding: 0 .125rem;
}

.fp-modal-specs p:not(.fp-modal-price):not(.no-before):before {
    content: '/';
    margin-right: .125rem;
}

.fp-modal-specs p.fp-modal-price {
    font-weight: 600;
    display: block;
    width: 100%;
}

.fp-modal-image {
    padding: 1rem 2rem;
}

.fp-modal-image img {
    max-width: 90%;
    margin: 0 auto;
    max-height: 320px;
}

.fp-modal-disclaimer img {
    height: 1rem;
    margin-bottom: .25rem;
}

.fp-modal-disclaimer p {
    font-family: "forma-djr-micro", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: .625rem;
    line-height: 1.2;
    color: #ACB1AE;
    padding: 0 1rem;
}

.fp-modal-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.fp-modal-btn {
    line-height: 1.4;
    padding: .375rem 1.25rem;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    margin: 0 .5rem;
}

.gallery-modal .modal-container {
    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 .modal-content {
    padding: 0 1rem;
}

.gallery-modal-image {
    padding: 2px;
    border: 1px solid #FFF;
    background: #000;
}

/*** CONTACT ***/
.contact-top-section {
    margin-bottom: 4rem;
}

.contact-top-section .contact-container {
    padding: 5.25rem 0;
    background: linear-gradient(12.5deg, #F7F8EF calc(100% - 90px), rgba(255, 255, 255, 0) calc(100% - 90px)) 0 0, linear-gradient(-12.5deg, rgba(255, 255, 255, 1) 90px, #F7F8EF 90px) 100% 100%;
    background-repeat: no-repeat;
    background-size: 100% 50%, 100% 50%;
    margin-top: -5.75rem;
    position: relative;
    z-index: 1;
}

.contact-container h1 {
    color: #EEA95C;
}

.contact-container p {
    color: #B3B2B4;
}

.contact-options {
    padding: .5rem 1rem 0;
}

.contact-options a {
    color: #B3B2B4;
    display: block;
    margin: 0 0 .875rem;
    font-size: 1.25rem;
    line-height: 2;
}

.contact-options img {
    height: 40px;
    background: #8DB9B8;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.contact-options a span {
    margin-left: 1.5rem;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.contact-options a:hover img {
    background: #EEA95C;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.contact-options a:hover span {
    color: #EEA95C;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.contact-hours {
    background: rgba(186,196,120,.2);
    padding: 1rem 0 2rem;
}

.hours-title {
    color: #EEA95C;
    text-transform: uppercase;
    font-size: 2rem;
    letter-spacing: 8px;
    padding-right: 8px;
    line-height: 1.6;
    margin: 0;
}

.hours-content {
    color: #7E9967;
    font-size: 1rem;
    letter-spacing: 0;
    line-height: 1.4;
    margin: 0;
}

.contact-page-contact-form {
    padding: 2rem;
}

.contact-form-container {
    border: 1px solid #96B2B2;
    padding: 1rem 2rem;
    -webkit-box-shadow: 4px 4px 6px rgba(0, 0, 0, .16);
    box-shadow: 4px 4px 6px rgba(0, 0, 0, .16);
}

.contact-page-contact-form p {
    color: #BAC478;
    text-transform: uppercase;
    font-family: miller-headline, serif;
    font-weight: 600;
    font-style: italic;
    letter-spacing: 2px;
    font-size: 2rem;
}

.gfield_label, .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;
}

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

/*** LOCATION ***/
.location-top-content .location-top-container {
    padding: 5.25rem 0;
    /*background: linear-gradient(12.5deg, #DA6847 calc(100% - 90px), rgba(255, 255, 255, 0) calc(100% - 90px)) 0 0, linear-gradient(-12.5deg, rgba(255, 255, 255, 1) 90px, #DA6847 90px) 100% 100%;*/
    background: linear-gradient(12.5deg, #8db9b8 calc(100% - 90px), rgba(255, 255, 255, 0) calc(100% - 90px)) 0 0, linear-gradient(-12.5deg, rgba(255, 255, 255, 1) 90px, #8db9b8 90px) 100% 100%;
    background-repeat: no-repeat;
    background-size: 100% 50%, 100% 50%;
    margin-top: -5.75rem;
    position: relative;
    z-index: 1;
}

.location-top-content .button {
    background: #EEA95C;
}

.location-top-content .button:hover {
    background: #FFF;
    color: #EEA95C;
}

/* *****LOCATION MAP***** */
.poi-section {
    margin: 4rem 0 3.5rem;
}

.poi-container {
    width: 100%;
    position: relative;
    height: 560px;
}

.poi-container > .grid-x {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.map-container {
    height: 100%;
    width: 70%;
}

.location-map {
    width: 100%;
    height: 100%;
}

#mapNav {
    height: 100%;
    width: 50%;
    z-index: 10;
    position: absolute;
    top: 0;
    right: 0;
    left: 50%;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

#mapNav.map-nav-out {
    left: calc(100% - 24px);
    right: 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

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

.poi-box-sidebar {
    background: #7E9967 url(../images/poi-nav-bg.png) no-repeat bottom right;
    background-size: 100% auto;
    padding: 24px;
}

.poi-list {
    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;
}

.poi-section h1 {
    color: #9A6F3B;
    margin-top: 1rem;
}

.poi-section .button {
    margin-bottom: 1.25rem;
}

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

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

.map-toggle-btn {
    position: absolute;
    left: -1rem;
    top: 1rem;
    font-size: 0;
    line-height: 0;
    -webkit-transition: all .7s ease;
    transition: all .7s ease;
}

.map-toggle-btn svg {
    height: 2rem;
    width: 2rem;
    fill: #BAC478;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.map-toggle-btn:hover svg {
    fill: #EEA95C;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.map-nav-out .map-toggle-btn {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    -webkit-transition: all .7s ease;
    transition: all .7s ease;
}

.poi-list li a {
    font-family: ofelia-text, sans-serif;
    font-weight: 500;
    font-style: normal;
    color: #FFF;
    text-transform: uppercase;
    font-size: .75rem;
    margin: 0;
    text-align: left;
    line-height: 2rem;
    display: block;
    padding-left: 2.5rem;
    background-position: center left !important;
    background-size: contain !important;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    letter-spacing: 0;
}

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

.poi-list li.visibleLayer a {
    color: #555;
}

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

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

.location-community-section {
    padding-top: 2rem;
    background: linear-gradient(-12.5deg, rgba(255, 255, 255, 1) 18%, rgba(186,196,120,.2) 18%) 100% 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-bottom: 2rem;
}

.location-community-section h1 {
    color: #EEA95C;
}

.community-stacked-photos {
    margin-top: .5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.community-photo-top {
    width: 50%;
    padding-right: .25rem;
}

.community-photo-btm {
    width: 50%;
    padding-left: .25rem;
}

/*** GALLERY ***/
.gallery-container {
    background: linear-gradient(12.5deg, rgba(141,185,1847,.2) calc(100% - 85px), rgba(255, 255, 255, 0) calc(100% - 85px)) 100% 0%, linear-gradient(-12.5deg, rgba(255, 255, 255, 1) 15%, rgba(141,185,1847,.2) 15%) 100% 100%;
    background-repeat: no-repeat;
    background-size: 100% 50%, 100% 50%;
    margin-bottom: 2rem;
}

.cell.gallery-card {
    margin: .25rem 0;
}

.gallery-card-top {
    margin: 0 0 .5rem;
}

.gallery-card-btm {
    margin: .5rem 0 0;
}

.gallery-image {
    padding-bottom: 67%;
    height: 0;
}

.gallery-1 {
    background: transparent url(../images/gallery/thumbs/gallery-1.jpg) no-repeat center;
    background-size: cover;
}

.gallery-2 {
    background: transparent url(../images/gallery/thumbs/gallery-2.jpg) no-repeat center;
    background-size: cover;
}

.gallery-3 {
    background: transparent url(../images/gallery/thumbs/gallery-3.jpg) no-repeat center;
    background-size: cover;
}

.gallery-4 {
    background: transparent url(../images/gallery/thumbs/gallery-4.jpg) no-repeat center;
    background-size: cover;
}

.gallery-5 {
    background: transparent url(../images/gallery/thumbs/gallery-5.jpg) no-repeat center;
    background-size: cover;
}

.gallery-6 {
    background: transparent url(../images/gallery/thumbs/gallery-6.jpg) no-repeat center;
    background-size: cover;
}

.gallery-7 {
    background: transparent url(../images/gallery/thumbs/gallery-7.jpg) no-repeat center;
    background-size: cover;
}

.with-frame { position: relative; }
.frame-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
}
.up-right {
    bottom: 10px;
    left: 10px;
}
.up-left {
    bottom: 10px;
    right: 10px;
}
.bottom-right {
    top: 10px;
    left: 10px;
}
.top-left {
    bottom: 12px;
    right: 9px;
}
.top-center {
    bottom: 10px;
    width: calc(100% - 20px);
    left: 10px;
}
.bottom-center {
    top: 10px;
    width: calc(100% - 20px);
    left: 10px;
}
.green-frame { border: 3px solid #BAC478; }
.red-frame { border: 3px solid #DA6847; }
.orange-frame { border: 3px solid #EEA95C; }
.dark-green-frame { border: 3px solid #7E9967; }

.home-page .page-highlights h1 {
    color: #7E9967;
}

.home-page .page-highlights h1 span {
    color: #7E9967;
}

.home-footer-top {
    background: transparent url(../images/home-footer-top-bg-small.png) no-repeat center top;
    background-size: 100% auto;
    padding: 30% 0 0;
}

.home-footer-top-image {
    -webkit-transform: translateX(2rem);
    transform: translateX(2rem);
}

.page-highlight {
    cursor: pointer;
    margin-bottom: .875rem;
}

.highlight-text {
    position: relative;
    z-index: 1;
}

.highlight-text h2 {
    color: #FFF;
    width: 57%;
    max-width: 156px;
    border: 3px solid #FFF;
    font-family: ofelia-text, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: .875rem;
    text-transform: uppercase;
    margin: 0 auto;
    text-align: center;
    padding: 0;
    line-height: 2.25rem;
    background: #8DB9B8;
    -webkit-transform: translateY(-.625rem);
    transform: translateY(-.625rem);
    -webkit-transition: all .3s ease;
    -webkit-transition: background .3s ease, border .3s ease;
    transition: background .3s ease, border .3s ease;
}

.page-highlight .highlight-image {
    border: 1px solid #FFF;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.page-highlight:hover .highlight-text h2 {
    background: #EEA95C;
    border: 3px solid #EEA95C;
    -webkit-transition: background .3s ease, border .3s ease;
    transition: background .3s ease, border .3s ease;
}

.page-highlight:hover .highlight-image {
    border: 1px solid #EEA95C;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.footer-highlights {
    background: linear-gradient(12.25deg, rgba(179, 178, 180, .15 ) 75%, #FFF 75%);
    padding-top: 2.5rem;
}

.footer-highlights h1 {
    color: #7E9967;
    margin-bottom: 1.5rem;
}

.footer-btm {
    padding: 1.25rem 2rem 1rem;
    background: #7E9967 url(../images/footer-logo-bg-small.png) no-repeat top left;
    background-size: 50%;
}

.footer-phone {
    font-family: miller-headline, serif;
    font-weight: 600;
    font-style: italic;
    font-size: 1.25rem;
    line-height: 1.2;
    color: #FFF;
    letter-spacing: 3px;
    padding-left: 3px;
}

.footer-phone:hover {
    color: #EEA95C;
}

.footer-address {
    font-family: ofelia-text, sans-serif;
    font-weight: 600;
    font-style: normal;
    color: #EEA95C;
    font-size: .875rem;
    line-height: 1.4;
    letter-spacing: 3px;
    padding-left: 3px;
    display: block;
    margin: .25rem 0;
}

.footer-address:hover {
    color: #FFF;
}

.footer-social-links ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin: 0;
}

.footer-social-links a {
    margin-left: .5rem;
}

.footer-social-links svg {
    height: 1.5rem;
}

.footer-disclaimer {
    margin-top: .75rem;
}

.disclaimer-icons ul {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.disclaimer-icons ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: .375rem;
}

.disclaimer-icons li a {
    line-height: 0;
}

.disclaimer-icons svg {
    height: 1rem;
}

.disclaimer-icons ul li.pdg-link {
    margin-left: .75rem;
}

.pdg-link img {
    height: 1.5rem;
}

.disclaimer-text p {
    font-size: .625rem;
    line-height: 1.2;
    color: #FFF;
    font-family: ofelia-text, sans-serif;
    font-weight: 500;
    font-style: normal;
    text-align: right;
    letter-spacing: .25px;
    text-transform: uppercase;
    margin: .625rem 0 .25rem;
}

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

.disclaimer-links a {
    font-size: .625rem;
    line-height: 1.7;
    color: #FFF;
    font-family: ofelia-text, sans-serif;
    font-weight: 500;
    font-style: normal;
    letter-spacing: .5px;
    padding-left: .75rem;
}

.disclaimer-links a:hover {
    color: #EEA95C;
}

/*.mid-link {
    padding: 0 .75rem;
    position: relative;
}

.mid-link:before {
    content: '/';
    position: absolute;
    left: 3px;
    top: 0;
}

.mid-link:after {
    content: '/';
    position: absolute;
    right: 3px;
    top: 0;
}

.disclaimer-links a.mid-link:hover:before,
.disclaimer-links a.mid-link:hover:after {
    color: #FFF;
}
*/
.svg-link svg {
    fill: #BAC478;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.svg-link:hover svg {
    fill: #EEA95C;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.disclaimer-icons svg {
    fill: #BFCCB3;
}

.contact-top {
    background: #BAC478;
    padding: 1.5rem;
    height: 8rem;
    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;
}

.contact-top-wrapper {
    margin-top: .5rem;
}

.modal-topline {
    font-size: 1.75rem;
    line-height: 1.2;
    margin: 0 0 .5rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding-left: 2px;
}

.modal-btmline {
    font-size: .75rem;
    line-height: 1.4;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0;
}

.contact-btm {
    background: #FFF;
    padding: 2.5rem 2rem 1rem;
}

.contact-form .close-btn svg {
    fill: #FFF;
    padding: .5rem .5rem 0 0;
}

.contact-form .close-btn:hover svg {
    fill: #EEA95C;
}

.slide-container, .slick-slider, .slick-list, .slick-track, .slick-slide {
    height: 100%;
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-slide {
    position: relative;
}

.slick-initialized .slick-slide {
    display: block;
}

.slide {
    height: 40vh;
}

.slide .inner-slide {
    height: 100%;
    width: 100%;
}

.slide-1 .inner-slide {
    background: transparent url(../images/slider/slide-1.jpg) no-repeat center;
    background-size: cover;
}

.slide-2 .inner-slide {
    background: transparent url(../images/slider/slide-2.jpg) no-repeat center;
    background-size: cover;
}

.slide-3 .inner-slide {
    background: transparent url(../images/slider/slide-3.jpg) no-repeat center;
    background-size: cover;
}

.slide-4 .inner-slide {
    background: transparent url(../images/slider/slide-4.jpg) no-repeat center;
    background-size: cover;
}

.slide-5 .inner-slide {
    background: transparent url(../images/slider/slide-5.jpg) no-repeat center;
    background-size: cover;
}

.slide-6 .inner-slide {
    background: transparent url(../images/slider/slide-6.jpg) no-repeat center;
    background-size: cover;
}

.slide-7 .inner-slide {
    background: transparent url(../images/slider/slide-7.jpg) no-repeat center;
    background-size: cover;
}

.show-for-lap {
    display: none !important;
}

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

@media screen and (min-width: 40em) {
    body {
        font-size: .75rem;
        padding-top: 120px;
    }
    
    .grid-container {
        width: 85%;
        padding: 0;
    }
    
    p {
        margin-bottom: 1.5rem;
    }
    
    button, .button {
        line-height: 2.7;
    }
    
    .header {
        height: 120px;
    }
    
    .cell.logo-cell {
        width: 45%;
    }
    
    .logo-cell a {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    
    .logo-cell a img {
        height: 80%;
        -webkit-transform: initial;
        transform: initial;
    }
    
    .cell.nav-cell {
        width: 55%;
        background: transparent url(../images/nav-cell-bg-medium.png) no-repeat center right;
        background-size: 100% 100%;
        padding: 0 1.5rem 0 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    
    .off-canvas-btm {
        max-height: 640px;
    }
    
    .off-canvas-aux {
        padding: 1rem 0;
    }
    
    .off-canvas-aux a {
        margin: .5rem 0;
    }
    
    .main-nav-bar {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        margin-left: .75rem;
    }
        
    .main-social-nav {
        margin-top: 0;
        width: auto;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    
    .main-social-nav ul {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        height: 2.25rem;
    }
    
    .main-social-nav li {
        margin-left: .75rem;
    }
    
    .main-social-nav a svg {
        height: 2.25rem;
    }
    
    .page-top-container {
        margin: 2rem 0;
    }
    
    .home-top-content {
        padding: 2rem 0 20%;
        background: #BAC478 url(../images/home-top-image-no-bottom-crop.jpg) no-repeat 115% 100%;
        background-size: 55% auto;
        position: relative;
    }
    
    .angle-cover {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        padding-bottom: 20%;
        height: 0;
        background: -webkit-gradient(linear, left bottom, right top, color-stop(50%, rgba(255, 255, 255, 1)), color-stop(50%, rgba(255, 255, 255, 0))) 100% 0;
        background: linear-gradient(to top right, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0) 50%) 100% 0;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        z-index: 1;
    }
    
    .slider-overlay-container {
        width: 48%;
        max-width: 362px;
    }
    
    .page-highlights {
        margin-top: 3rem;
    }
    
    .page-highlights h1 span {
        display: inline-block;
        width: auto;
        margin-left: 8px;
    }
    
    .home-page .page-highlights {
        margin-bottom: 2rem;
        padding: 0;
    }
    
    .highlight-text h2 {
        letter-spacing: 3px;
        width: 75%;
        max-width: initial;
        padding: 0 0 0 3px;
        line-height: 2.25rem;
    }
    
    .highlight-text p {
        color: #B3B2B4;
    }
    
    .page-highlight .highlight-image {
        border: 2px solid #FFF;
    }
    
    .page-highlight:hover .highlight-image {
        border: 2px solid #EEA95C;
    }

    
    .home-footer-top {
        background: url(../images/girl-on-bike-medium.jpg) no-repeat bottom right,
            linear-gradient(-12.5deg, #DA6847 72%, rgba(255, 255, 255, 1) 72%);
        background-repeat: no-repeat;
        background-size: auto 75%, 100% 100%;
        padding-bottom: 5rem;
        padding-top: 27%;
    }

    .amenities-top .amenity-container {
        padding: 3rem 0 5rem;
        background: linear-gradient(-12.5deg, rgba(255, 255, 255, 0) 20%, #EEA95C 20%) 0 0;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        margin-top: 0;
    }
    
    .amenities-btm .amenity-container {
        padding: 3rem 0 3rem;
        background: linear-gradient(12.5deg, #F7F8EF calc(100% - 105px), rgba(255, 255, 255, 0) calc(100% - 105px)) 0 18%, linear-gradient(-12.5deg, rgba(255, 255, 255, 1) 98px, #F7F8EF 98px) 100% 89.25%;
        background-repeat: no-repeat;
        background-size: 100% 50%, 100% 50%;
    }
    
    .amenities-btm .amenity-container {
        padding: 3rem 0 0;
        background: linear-gradient(12.5deg, #F7F8EF 63%, rgba(255, 255, 255, 0) 63%) 0 0, linear-gradient(-12.5deg, #FFF 35%, #F7F8EF 35%) 100% 100%;
        background-repeat: no-repeat;
        background-size: 101% 51%, 100% 51%;
    }
    
    .floorplan-grid-container {
        width: 90%;
    }
    
    .floorplan-card {
        height: 328px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: .9375rem 0;
    }
    
    .floorplan-card .fp-unit, .floorplan-card .fp-content {
        width: 100%;
    }
    
    .gallery-container {
        background: linear-gradient(12.5deg, rgba(141, 185, 184, .2) 70%, rgba(255, 255, 255, 0) 70%) 100% 0%, linear-gradient(-12.5deg, rgba(255, 255, 255, 1) 30%, rgba(141, 185, 184, .2) 30%) 100% 100%;
        background-repeat: no-repeat;
        background-size: 100% 50%, 100% 50%;
    }
    
    .cell.gallery-card {
        margin: .375rem 0;
        padding: 0 .375rem;
    }
    
    .gallery-card-top {
        margin: 0;
    }
    
    .gallery-card-btm {
        margin: 0;
    }
    
    .location-top-content .location-top-container {
        position: relative;
        z-index: initial;
        padding: 3rem 0 7rem;
        background: transparent url(../images/location-top-bg-blue.png) no-repeat center top;
        background-size: auto 100%;
        margin-top: 0;
    }
    
    .location-community-section {
        padding: 5.5% 0;
        background: transparent url(../images/community-bg-medium.png) no-repeat top center;
        background-size: 100% 92%;
        margin-bottom: 2rem;
    }
    
    .location-community-section h1 span {
        display: inline-block;
        width: auto;
        margin-left: 8px;
    }
    
    .community-stacked-photos {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-left: .5rem;
        margin: 0;
        height: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;;
    }

    .community-photo-top {
        width: 100%;
        padding-right: 0;
        background: transparent url(../images/interchange/community-pic-2-large.jpg) no-repeat center;
        background-size: cover;
        height: calc(45% - .25rem);
    }
    
    .community-photo-btm {
        width: 100%;
        padding-left: 0;
        padding-top: 0;
        background: transparent url(../images/interchange/community-pic-3-large.jpg) no-repeat center;
        background-size: cover;
        height: calc(55% - .25rem);
    }
    
    .contact-top-section .contact-container {
        padding: 3rem 0 7rem;
        background: transparent url(../images/contact-top-bg.png) no-repeat top center;
        background-size: 100% 100%;
        margin-top: 0;
        position: relative;
        z-index: initial;
    }
    
    .contact-page-contact-form {
        padding: 4rem 7rem 0;
    }
    
    .contact-form-container {
        padding: 2rem 3rem;
        -webkit-box-shadow: 6px 6px 8px rgba(0, 0, 0, .16);
        box-shadow: 6px 6px 8px rgba(0, 0, 0, .16);
    }
    
    .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 {
        width: 100%;
    }
     
    .name-fields .ginput_container {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    
    .name-fields .ginput_container span {
        width: 49%;
    }
    
    .email-field, .phone-field {
        width: 49%;
    }
    
    .message-field {
        width: 100%;
    }
    
    .fp-modal-btns {
        -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;
        margin-top: 2rem;
    }
    
    .fp-modal-btn {
        min-width: 200px;
        margin: 0 0 1rem;
        line-height: 2.7;
    }
    
    .fp-modal-top {
        padding: 1.5rem 2rem;
        background: transparent url(../images/fp-modal-top-bg-medium.png) no-repeat top center;
        background-size: 100% 100%;
    }
    
    .fp-modal-unit p {
        font-size: 3.5rem;
    }
    
    .fp-modal-specs {
        display: block;
    }
    
    .fp-modal-specs p:not(.fp-modal-price):not(.no-before):before {
        content: '';
        margin-right: 0;
    }
    
    .fp-modal-specs p {
        margin: 0 0 .25rem;
        padding: 0;
    }
    
    .fp-modal-disclaimer {
        padding: 1rem 2rem 0 2rem;
    }
    
    .fp-modal-disclaimer p {
        padding: 0;
        margin: 0;
    }
    
    .fp-modal-image {
        padding: 0;
        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;
        height: 100%;
    }
    
    .reveal.floorplan-modal {
        padding: 2rem 3rem;
    }
    
    .floorplan-modal .modal-center-wrap {
        min-height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    
    .floorplan-modal .modal-container {
        position: relative;
    }
    
    .floorplan-modal .close-btn {
        padding: 1.5rem 1.5rem 0 0;
        top: 0;
        right: 0;
    }
    
    .close-btn svg {
        height: 2rem;
    }
    
    .modal-nav a svg {
        height: 2rem;
    }
    
    .modal-nav {
        padding: 0 .5rem;
    }
    
    #mapNav {
        left: 70%;
        width: 30%
    }
    
    .reveal.contact-form {
        padding: 5rem 7.5%;
    }
    
    .reveal.contact-form .modal-center-wrap {
        min-height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    
    .contact-form .close-btn svg {
        padding: 0;
    }
    
    .contact-top {
        padding: 1.5rem 11rem;
    }

    .contact-btm {
        background: #FFF;
        padding: 2.5rem 4rem 1rem;
    }

    .footer-highlights {
        background: linear-gradient(12.25deg, rgba(179, 178, 180, .15) 71%, #FFF 71%);
        padding-top: 2.5rem;
    }
    
    .footer-btm {
        margin-top: 1.5rem;
    }
    
    .home-page .footer-btm {
        margin-top: 0;
    }
    
    .footer-phone {
        font-size: 1.5rem;
        line-height: 1.4;
    }
    
    .footer-address {
        font-size: 1rem;
        letter-spacing: 2px;
        padding-left: 2px;
        margin: .5rem 0;
    }
    
    .footer-social-links a {
        margin-left: .75rem;
    }
    
    .footer-social-links svg {
        height: 2rem;
    }
    
    .disclaimer-text p,
    .disclaimer-text a {
        line-height: 1.4;
        letter-spacing: 2px;
    }
    
    /*.mid-link {
        padding: 0 1rem;
    }
    
    .mid-link:before {
        left: 5px;
    }
    
    .mid-link:after {
        right: 5px;
    }*/
    
    .slide {
        height: 45vh;
    }  
}

@media screen and (min-width: 64em) {
    body {
        font-size: 1rem;
        padding-top: 120px;
    }
    
    header {
        height: 192.50px;
    }
    
    .grid-container {
        width: 90%;
    }
    
     h1 span.inline {
         display: inline-block;
         width: auto;
         -webkit-transform: translate(.625rem, -1px);
         transform: translate(.625rem, -1px);
    }
    
    h1 span.inline-cross {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        margin-right: .625rem;
    }
    
    .cell.logo-cell {
        width: 55%;
    }
    
    .logo-cell a img {
        height: 80%;
    }
    
    .cell.nav-cell {
        width: 45%;
    }
    
    .main-nav-bar li > a:hover {
        color: #EEA95C;
    }
    
    .main-nav-bar li.active > a {
        background: transparent;
        color: #EEA95C;
    }
    
    .main-social-nav a svg {
        height: 2.5rem;
    }
    
    .page-top-container {
        padding: 2rem 5%;
        margin: 0;
    }
    
    .home-page .page-top-container {
        padding: 2rem;
        margin: 0;
    } 
    
    .slider-container {
        position: relative;
        height: 70vh;
    }
    
    .slide {
        height: 70vh;
    }
    
    .slick-dots-container {
        position: absolute;
        bottom: 2rem;
        right: 0;
        width: 100%;
    }
    
    .slick-dots {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 0;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        list-style: none;
    }
    
    .slick-dots button {
        width: 1rem;
        height: 1rem;
        font-size: 0;
        line-height: 0;
        margin: 0 .25rem;
        border: 2px solid #FFF;
        border-radius: 50%;
        background: transparent;
        padding: 0;
    }
    
    .slick-dots li {
        line-height: 0;
        font-size: 0;
    }
    
    .slick-dots li.slick-active button {
        background: #FFF
    }
    
    .slider-overlay-wrapper {
        position: absolute;
        top: 50%;
        width: 100%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        left: -2rem;
    }
    
    .slider-overlay-container {
        width: 37%;
        max-width: 500px;
        padding: 1.5rem 1.5rem 1.75rem 2.25rem;
    }
    
    .slider-overlay-container .frame-overlay {
        width: calc(100% + 12px);
    }
    
    .slider-overlay p {
        font-size: 1.125rem;
    }
    
    .home-top-content {
        padding: 5% 0 20%;
        background: #BAC478 url(../images/home-top-image-no-bottom-crop.jpg) no-repeat 100% 100%;
        background-size: 45% auto;
        position: relative;
    }
    
    .home-top-content .first-line {
        max-width: 75%;
    }
    
    .home-top-content .second-line {
        max-width: 70%;
    }
    
    .page-title {
        background: #BAC478 url(../images/page-title-full-bg-large.jpg) no-repeat center right;
        background-size: auto 100%;
    }
    
    .amenities-top .amenity-container {
        padding: 5% 0 8%;
        margin-top: 0;
        background: transparent url(../images/amenities-top-bg-large.png) no-repeat center top;
        background-size: auto 100%;
    }
    
    .amenity-list li.select-units {
        list-style: none;
        margin-top: 1rem;
    }
    
    .amenities-btm .amenity-container {
        background: transparent url(../images/amenities-btm-bg-large.png) no-repeat top left;
        background-size: 100% 100%;
    }
    
    .amenities-btm > .amenity-container > .grid-container {
        width: 100%;
    }
    
    .amenities-btm .small-desk-text {
        margin-left: 3.5%;
    }
    
    .amenity-btm-photo {
        margin-top: 4rem;
    }
    
    .fp-modal-top {
        padding: 1.5rem 2rem 7rem;
    }
    
    .fp-modal-btn {
        min-width: 200px;
        margin: 0 0 1rem;
        line-height: 2.7;
        padding: 0 1.25rem;
    }
    
    .fp-modal-image img {
        max-height: 400px;
    }
    
    .fp-modal-disclaimer {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    
    .fp-modal-disclaimer img {
        margin-bottom: 0;
        margin-right: 1rem;
    }
    
    .fp-modal-disclaimer p {
        max-width: 600px;
        letter-spacing: 1px;
    }
    
    .gallery-container {
        background: transparent url(../images/gallery-bg-large.png) no-repeat top left;
        background-size: 100% 87%;
        
    }
    
    .gallery-image {
        height: 100%;
    }
    
    .gallery-stacked-photos {
        height: 100%;
    }
    
    .gallery-card-top, .gallery-card-btm {
        height: 50%;
        margin: 0;
    }
    
    .gallery-card-top {
        padding: 0 0 .375rem;
    }
    
    .gallery-card-btm {
        padding: .375rem 0 0;
    }
    
    .location-top-content .location-top-container {
        padding: 5% 0 10%;
    }
    
    .contact-top-section .contact-container {
        padding: 5% 0 7%;
    }
    
    .hours-content {
        letter-spacing: .75px;
    }
    
    .contact-page-contact-form {
        padding: 5rem 22% 0;
    }
    
    .reveal.contact-form {
        padding: 5rem 22%;
    }
    
    .contact-top {
        padding: 1.5rem 8rem;
    }
    
    .reveal {
        background: rgba(0,0,0,.7) url(../images/modal-logo-bg.png) no-repeat top left;
        background-size: auto 50%;
    }

    .highlight-text {
        margin-top: 2.5rem;
    }
    
    .highlight-text h2 {
        background: transparent;
        color: #8DB9B8;
        border: none;
        font-size: 1.25rem;
        letter-spacing: 4px;
        padding: 0 0 0 4px;
        line-height: 1.6;
        width: auto;
    }
    
    .highlight-text p {
        margin-bottom: 0;
    }
    
    .page-highlight:hover .highlight-text h2 {
        background: transparent;
        color: #EEA95C;
        border: none;
    }
    
    .page-highlight .highlight-image {
        border: 3px solid #FFF;
    }
    
    .page-highlight:hover .highlight-image {
        border: 3px solid #EEA95C;
    }
    
    .footer-highlights {
        background: transparent url(../images/highlights-bg.png) no-repeat bottom center;
        background-size: auto 100%;
        padding: 2.5rem 1rem 3rem;
    }

    .home-footer-top {
        background: url(../images/girl-on-bike-medium.jpg) no-repeat bottom right,  url(../images/home-footer-top-large.png) no-repeat bottom center;
        background-repeat: no-repeat;
        background-size: auto 80%, 100% 100%;
        padding-bottom: 5rem;
        padding-top: 27%;
    }
     
    .footer-btm {
        padding: .5rem 0;
        background: #7E9968 url(../images/footer-logo-bg-large.png) no-repeat top left;
        background-size: auto 100%;
    }
    
    .footer-btm-content > .grid-x {
        background: transparent url(../images/footer-nav-bg-large.png) no-repeat center right;
        background-size: 75% 100%;
        padding: 1rem 1rem 1rem 3rem;
    }
    
    .footer-nav {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    
    .footer-phone {
        line-height: 1.2;
    }
    
    .footer-address {
        margin: 0;
    }
    
    .footer-nav-bar {
        margin: 0;
    }
    
    .footer-nav li a {
        line-height: 2;
        padding: 0 .5rem;
    }
    
    .footer-nav li a:hover {
        color: #EEA95C;
    }
    
    .footer-nav li:last-child a {
        padding-right: 0
    }
    
    .footer-nav li.active a {
        background: transparent;
        color: #EEA95C;
        pointer-events: none;
    }
    
    .footer-social-links {
        margin: 0 0 .5rem;
    }
    
    .disclaimer-icons ul {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    
    .disclaimer-icons svg {
        height: 1.125rem;
    }
    
    .disclaimer-text p {
        text-align: center;
    }
    
    .disclaimer-links {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .up-right {
        bottom: 12px;
        left: 12px;
    }
    .up-left {
        bottom: 12px;
        right: 12px;
    }
    .bottom-right {
        top: 12px;
        left: 12px;
    }
    .top-left {
        bottom: 12px;
        right: 12px;
    }
    .top-center {
        bottom: 12px;
        width: calc(100% - 24px);
        left: 12px;
    }
    .bottom-center {
        top: 12px;
        width: calc(100% - 24px);
        left: 12px;
    }

    #mapNav {
        left: 77%;
        width: 23%;
    }
    
    .show-for-small-large {
        display: block !important;
    }
    
    .cell.logo-cell {
        width: auto;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
    }    
    
    .cell.nav-cell {
        width: auto;
        padding: 0 1rem 0 6rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        background: transparent url(../images/nav-cell-bg-large.png) no-repeat center left;
        background-size: auto 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        min-width: 60%;
    }
    
    .main-aux-nav .button {
        padding: 0 .5rem;
        margin-left: .75rem;
    }
    
    .main-social-nav li {
        margin-left: .75rem;
    } 
}

@media screen and (min-width: 83.313em) {
    .show-for-lap {
        display: block !important;
    }
    
    .main-aux-nav.show-for-lap {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    
    .show-for-small-large {
        display: none !important;
    }
    
    body {
        font-size: 1.125rem;
        padding-top: 120px;
    }
    
    h1 {
        font-size: 2.25rem;
        letter-spacing: 3px;
        margin-bottom: 2rem;
    }
    
    .amenities-page h1 {
        margin-bottom: 1rem;
    }
    
    h1 span {
        line-height: 1.2;
        font-size: 2.5rem;
    }
    
    p {
        font-size: 1.125rem;
        margin-bottom: 2rem;
        letter-spacing: 3px;
    }
    
    button, .button {
        font-size: 1.125rem;
        line-height: 2.2;
        padding: 0 1rem;
    }
    
    .header {
        height: 120px;
    }
    
    .cell.logo-cell {
        width: 20%;
    }
    
    .logo-cell a img {
        -webkit-transform: translateX(1.5rem);
        transform: translateX(1.5rem);
    }
    
    .cell.nav-cell {
        width: auto;
        background: transparent url(../images/nav-cell-bg-large.png) no-repeat center left;
        background-size: 100% 100%;
        padding: 0 1.5rem 0 6rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    
    .main-nav-bar {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        width: auto;
        margin-left: 0;
    }
    
    .main-nav-bar ul {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    
    .main-nav-bar .menu > li > a {
        padding: .7rem .5rem;
        letter-spacing: 0;
    }
    
    .main-aux-nav {
        -webkit-box-flex: 0;
        -ms-flex: 0 2 auto;
        flex: 0 2 auto;
        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: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin-left: .5rem;
    }
    
    .main-aux-nav .button {
        width: 130px;
        padding: 0;
        margin: .25rem 0;
        font-size: .75rem;
    }
    
    .main-social-nav {
        -webkit-box-flex: 0;
        -ms-flex: 0 2 auto;
        flex: 0 2 auto;
        margin-top: 0;
        height: 40px;
        width: auto;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    
    .main-social-nav ul {
        -ms-flex-pack: distribute;
        justify-content: space-around;
        height: 2.5rem;
    }
    
    .main-social-nav a {
        display: block;
    }
    
    .slider-overlay-container {
        width: 45%;
        max-width: 530px;
    }
    
    .page-title h1 {
        font-size: 3.125rem;
        letter-spacing: 10px;
        text-align: center;
        line-height: 2.6;
        padding-left: 10px;
        margin: 0;
    }
    
    .home-top-content {
        padding: 5% 0 25%;
        background: #BAC478 url(../images/home-top-image-no-bottom-crop.jpg) no-repeat 120% 100%;
        background-size: auto 100%;
    }
    
    .home-top-content .first-line {
        max-width: 90%;
    }
    
    .home-top-content .second-line {
        max-width: 90%;
    }
    
    .home-top-content .small-desk-text {
        margin-left: 0;
    }
    
    .home-page .page-highlights h1 {
        margin-bottom: 2rem;
    }
    
    .page-highlight {
        margin-bottom: 0;
        padding: 0 .5rem;
    }
    
    .footer-btm-content > .grid-x {
        background-size: 80% 100%;
        padding: 1rem 1rem 1rem 20%;
    }
    
    .footer-btm {
        padding: 1rem 0;
    }
    
    .grid-container {
        width: 85%;
    }
    
    .location-top-content .location-top-container {
        padding: 5.5% 0 6.75%;
    }
    
    .page-top-container {
        padding: 2rem 7%;
    }
    
    .home-page .page-top-container {
        padding: 2rem;
    }
    
    .page-highlights h1 {
        margin-bottom: 2rem;
    }
    
    .amenities-top .amenity-container .small-desk-text {
        width: 45%;
    }
    
    .amenities-top .amenity-container .small-desk-image {
        margin-left: 5%;
    }
    
    .amenity-list li {
        font-size: .875rem;
        line-height: 1.2;
        margin-bottom: .25rem;
    }
    
    .amenities-top {
        margin-bottom: 3rem;
    }
    
    .floorplan-grid-container {
        width: 100%;
    }
    
    .fp.filter-card {
        padding: 0 .5rem;
    }
    
    .floorplan-card {
        height: 360px;
        margin: .5rem 0;
    }
    
    .fp-specs p, .fp-price p {
        letter-spacing: 1px;
    }
    
    .fp-image img {
        max-height: 198px;
    }
    
    .reveal.floorplan-modal {
        padding: 2rem 15%;
    }
    
    .floorplan-modal .modal-nav {
        padding: 0 3.5rem;
    }
    
    .fp-modal-unit p {
        font-size: 5.625rem;
    }
    
    .fp-modal-specs p {
        font-size: 1.125rem;
    }
    
    .fp-modal-image img {
        max-height: 480px;
    }
    
    .floorplan-modal .close-btn {
        top: 0;
        right: 0;
    }
    
    .fp-modal-btn {
        min-width: 236px
    }
    
    .reveal.contact-form {
        padding: 2rem 20%;
    }
    
    .contact-top {
        padding: 1.5rem 5rem;
        height: 15rem;
    }
    
    .modal-topline {
        font-size: 3.75rem;
        line-height: 1.1;
        margin: 0;
    }
    
    .modal-btmline {
        font-size: 1.25rem;
        margin: 0 auto;
        width: 80%;
    }
    
    .contact-btm {
        padding: 3.5rem 4rem 1.5rem;
    }
    
    .footer-highlights {
        padding: 2.5rem 0rem 3rem;
        background: transparent url(../images/highlights-bg.png) no-repeat bottom center;
        background-size: 100% 100%;
    }
}

@media screen and (min-width: 112.5em) {
    .cell.nav-cell {
        padding: 0 1.5rem 0 7rem;
    }
    
    .main-nav-bar .menu > li > a {
        padding: .7rem .75rem;
    }
    
    .main-social-nav li {
        margin-left: 1rem;
    }
}

@media screen and (min-width: 120em) {
    body {
        padding-top: 190px;
    }
    
    .grid-container {
        width: 86%;
    }
    
    .header {
        height: 190px;
    }
    
    .main-aux-nav .button {
        width: 180px;
        margin: .5rem 0;
        font-size: 1.125rem;
        line-height: 2.1;
    }
    
    .page-top-container {
        padding: 2.5rem 7%;
    }
    
    .home-page .page-top-container {
        padding: 2.5rem;
    }
    
    .slider-overlay-container {
        max-width: 600px;
        padding: 2rem 1.5rem 4rem 2.25rem;
        width: 35%;
    }
        
    .main-nav-bar .menu > li > a {
        padding: .7rem .75rem;
        letter-spacing: 1.5px;
        font-size: 1.125rem;
    }
    
    .main-aux-nav {
        margin: 0 .5rem;
    }
    
    .cell.logo-cell {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
        min-width: 18%;
        width: auto;
    }
    
    .cell.nav-cell {
        padding: 0 1.5rem 0 7rem;
        background-size: 100% 100%;
        background-position: center right;
        max-width: 1600px;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
    }
    
    h1 {
        font-size: 2.75rem;
        letter-spacing: 8px;
    }
    
    h1 span {
        font-size: 3rem;
        letter-spacing: 8px;
    }
    
    p, li {
        font-size: 1.125rem;
        line-height: 1.5;
        letter-spacing: 4px;
    }
    
    p {
        margin-bottom: 2.5rem;
    }
    
    button, .button {
        line-height: 2.1;
        padding: 0 2rem;
    }
    
    .slider-overlay-container h1 {
        font-size: 3rem;
    }
    
    .slider-overlay-container h1 span {
        font-size: 3.375rem;
        -webkit-transform: translate(12px, 1px);
        transform: translate(12px, 1px);
    }
    
    .slider-overlay p {
        font-size: 1.25rem;
    }
    
    .slider-overlay-wrapper {
        left: -2.5rem;
    }
    
    .slider-overlay-container .frame-overlay {
        width: calc(100% + 20px);
    }
    
    .slick-dots-container {
        bottom: 3rem;
    }
    
    .slick-dots button {
        width: 1.25rem;
        height: 1.25rem;
        margin: 0 .5rem;
        border: 3px solid #FFF;
    }
    
    .home-top-content .small-desk-text {
        margin-left: 8.33333%;
        width: 50%;
    }
    
    .home-top-content {
        padding: 5% 0 25%;
        background: #BAC478 url(../images/home-top-image-no-bottom-crop.jpg) no-repeat 100% 100%;
        background-size: auto 100%;
    }
    
    .home-top-content p {
        letter-spacing: 4px;
    }
    
    .home-top-content .first-line {
        max-width: 90%;
    }
    
    .home-top-content .second-line {
        max-width: 85%;
    }
    
    .home-page .page-highlights h1, .page-highlights h1 {
        margin-bottom: 3rem;
    }
    
    .footer-btm-content > .grid-x {
        background-size: 75% 100%;
        padding: 2rem 3rem 2rem 25%;
    }
    
    .footer-btm {
        padding: 2rem 0;
    }
    
    .footer-phone {
        font-size: 2rem;
        letter-spacing: 6px;
        padding-left: 6px;
        line-height: 2;
    }
    
    .footer-address {
        font-size: 1.5rem;
        letter-spacing: 6px;
        padding-left: 6px;
        line-height: 1.6;
    }
    
    .footer-nav-bar {
        margin: .75rem 0 0;
    }
    
    .footer-nav li a {
        line-height: 2;
        padding: 0 .75rem 0 1rem;
        font-size: 1.125rem;
        letter-spacing: 4px;
    }
    
    .footer-social-links svg {
        height: 2.5rem;
    }
    
    .footer-social-links {
        margin: 1rem 0 1.75rem;
    }
    
    .home-footer-top {
        padding-bottom: 10rem;
    }
    
    .amenity-list li {
        font-size: 1.125rem;
        line-height: 1.3;
        margin-bottom: .625rem;
        letter-spacing: 2px;
    }

    .convenience-list {
        margin-top: 4rem;
    }
    
    .floorplan-container {
        padding: 0px 4rem;
    }
    
    .floorplan-grid-container {
        width: 100%;
    }
    
    .floorplan-card {
        height: 530px;
        margin: .5rem 0;
    }
    
    .fp-image img {
        max-height: 280px;
    }
    
    .fp-text {
        padding: .75rem 0 1.25rem;
    }
    
    .fp-unit p {
        font-size: 3.75rem;
    }
    
    .map-unit p {
        font-size: 2.5rem;
    }
    
    .fp-specs p, .fp-price p {
        letter-spacing: 2px;
        font-size: 1rem;
    }
    
    .fp-availability .button {
        line-height: 3;
        font-size: 1.125rem;
        letter-spacing: 2px;
        padding: 0 2rem 0 2.125rem;
        margin-top: .5rem;
    }
    
    .fp-modal-btn {
        min-width: 268px;
    }
    
    .reveal.floorplan-modal {
        padding: 2rem 20%;
    }
    
    .cell.gallery-card {
        margin: .5rem 0;
        padding: 0 .5rem;
    }

    .reveal.gallery-modal {
        padding: 2rem 15%;
    }
    
    .footer-highlights {
        padding: 2.5rem 0rem 6rem;
    }
    
    .highlight-text {
        margin-top: 3.25rem;
    }
    
    .highlight-text h2 {
        font-size: 1.75rem;
        letter-spacing: 4px;
        padding: 0 0 0 4px;
        line-height: 1.6;
        font-weight: 500;
    }
    
    .highlight-text p {
        margin-bottom: 0;
        letter-spacing: 2px;
        font-size: 1.25rem;
    }
    
    .contact-options a {
        margin: 0 0 2rem;
        font-size: 1.75rem;
        line-height: 2;
        letter-spacing: 4px;
    }
   
    .contact-options img {
        height: 80px;
    }   
    
    .contact-options a span {
        margin-left: 3.5rem;
    }  
    
    .contact-hours {
        padding: 1.5rem 0 3rem;
    }
    
    .hours-title {
        font-size: 2.75rem;
        letter-spacing: 16px;
        padding-right: 16px;
    }    
    
     .hours-content {
        letter-spacing: 1px;
        font-size: 1.75rem;
    }   
    
    .contact-page-contact-form {
        padding: 6rem 23% 4rem;
    }
    
    .contact-form-container {
        padding: 3.5rem 7rem 3rem;
    }
    
    form p {
        letter-spacing: 10px;
        font-size: 5rem;
        padding-left: 10px;
    }
    
     [type=color], [type=date], [type=datetime-local], [type=datetime], [type=email], [type=month], [type=number], [type=password], [type=search], [type=tel], [type=text], [type=time], [type=url], [type=week], textarea {
         margin: 0 0 2rem;
    }
    
    .reveal.contact-form {
        padding: 2rem 22%;
    }  

    .contact-btm {
        padding: 3.5rem 7rem 1.5rem;
    }
    
    .contact-top {
        padding: 2.5rem 5rem 1.5rem;
    }

    .poi-container {
        height: 760px;
    }
    
    .poi-list {
        margin: 0;
    }
    
    .poi-box-sidebar {
        padding: 1.5rem 3.25rem;
    }
    
    .poi-list li a {
        font-size: 1rem;
        margin: 0;
        text-align: left;
        line-height: 2.625;
        padding-left: 3.75rem;
        letter-spacing: 1px;
    }
    
    .map-toggle-btn {
        left: -1.6875rem;
        top: 1.6875rem;
    }
    
    .map-toggle-btn svg {
        height: 3.375rem;
        width: 3.375rem;
    }
    
    .up-right {
        bottom: 20px;
        left: 20px;
    }
    .up-left {
        bottom: 20px;
        right: 20px;
    }
    .bottom-right {
        top: 20px;
        left: 20px;
    }
    .top-left {
        bottom: 20px;
        right: 20px;
    }
    .top-center {
        bottom: 20px;
        width: calc(100% - 40px);
        left: 20px;
    }
    .bottom-center {
        top: 20px;
        width: calc(100% - 40px);
        left: 20px;
    }
    .green-frame { border: 5px solid #BAC478; }
    .red-frame { border: 5px solid #DA6847; }
    .orange-frame { border: 5px solid #EEA95C; }
    .dark-green-frame { border: 5px solid #7E9967; }
}

@media screen and (min-width: 133.75em) {
    .grid-container {
        max-width: initial;
    }
}

/************ BUTTON & LINK HOVERS ************/
a, button, .button, .svg-link svg, .nav-cell .menu > li > a,
.page-highlight h2 {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

a:hover, button:hover, .button:hover, .svg-link:hover svg, .nav-cell .menu > li > a:hover,
.page-highlight:hover h2 {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

@media screen and (min-width: 64em) and (max-width: 79.938em) {
    .header {
        height: 120px;
    }

    .floorplan-grid-container {
        width: 92%;
    }

    .fp.filter-card {
        width: 33.3333%;
        padding: 0 .5rem;
    }

    .floorplan-card {
        margin: .5rem 0;
    }

    .main-social-nav {
        margin-top: 0;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        width: auto;
    }

    .main-social-nav li {
        margin-left: .5rem;
    }

    .main-nav-bar {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        margin-left: .75rem;
    }

    .cell.logo-cell {
        width: 40%;
    }

     .cell.nav-cell {
        width: 60%;
        padding: 0 1rem 0 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        background: transparent url(../images/nav-cell-bg-large.png) no-repeat center left;
        background-size: auto 100%; 
    }

    .main-aux-nav.show-for-lap {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .main-aux-nav .button {
        padding: 0 .5rem;
        margin-left: .5rem;
    }

    .main-social-nav ul {
        height: 2.5rem;
    }

    .main-social-nav a {
        display: block;
    }

    .logo-cell a img {
        -webkit-transform: translateX(2rem);
        transform: translateX(2rem);
    }
}

@media screen and (max-width: 39.938em) {
    .home-top-content .grid-container {
        padding: 0;
    }
    
    .home-top-content .small-desk-text {
        padding: 0 2rem;
    }
}

@media screen and (min-width: 80em) {
    .main-aux-nav.show-for-lap {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
}

@media screen and (max-width: 39.938em) {
    .home-top-content .cell.hide-for-medium {
        margin-bottom: -1px;
    }
}