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

Stylesheet: New Global Stylesheet

*************************************************/
body {
    background: #FFF url(../images/body-bg-small.jpg) repeat center;
    background-size: contain;
    padding-top: 31%;
}

.grid-container {
    width: 85%;
    max-width: 1690px;
}

.full-height {
    height: 100%;
}

p {
    font-family: "acumin-pro", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 1rem;
    line-height: 1.5;
    color: #555555;
}

button, .button {
    background: #AC6D3A;
    text-transform: uppercase;
    color: #FFF;
    letter-spacing: 2px;
    line-height: 2.875;
    font-family: "acumin-pro", sans-serif;
    font-weight: 700;
    font-style: normal;
    text-align: center;
    padding: 0 1rem 0 1.125rem;
    margin: 0;
    font-size: .875rem;
    border: none;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    cursor: pointer;
}

button:focus, .button:focus, button:hover, .button:hover {
    background: #84A194;
    outline: none;
    border: none;
    outline-offset: initial;
}

.close-button {
    padding: 0;
    line-height: 0;
    font-size: 0;
    right: 0;
    top: 0;
    height: 36px;
    width: 38px;
    z-index: 14;
    margin: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.close-button:focus, .close-button:hover {
    padding: 0;
    -webkit-transform: scale(.8);
    transform: scale(.8);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.close-button:focus {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.close-button img {
    height: 100%;
    width: 100%;
}

.header {
    position: fixed;
    height: 0;
    padding-bottom: 31%;
    width: 100%;
    top: 0;
    left: 0;
    background: #FFF url(../images/body-bg.jpg) no-repeat top center;
    background-size: cover;
    z-index: 15;
}

.nav-bar {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    left: 0;
    padding-left: 0;
}

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

.header-logo img {
    height: 65%;
}

.header-phone a {
    font-family: "apotek-comp", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #555555;
    font-size: 1.5rem;
    line-height: 1.5;
    letter-spacing: 3px;
    /*padding-right: 1.125rem;*/
    padding-right: 0;
    padding-left: .5rem;
}

.menu-icon {
    background: #AC6D3A;
    width: 38px;
    height: 36px;
    padding: .5rem;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.menu-icon::after {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #FFF;
    -webkit-box-shadow: 0 9px 0 #FFF, 0 18px 0 #FFF;
    box-shadow: 0 9px 0 #FFF, 0 18px 0 #FFF;
    content: '';
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.menu-icon:hover {
    background: #84A194;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.menu-icon:hover::after {
    background: #AC6D3A;
    -webkit-box-shadow: 0 9px 0 #AC6D3A, 0 18px 0 #AC6D3A;
    box-shadow: 0 9px 0 #AC6D3A, 0 18px 0 #AC6D3A;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.off-canvas {
    padding: 3.5rem 0;
    z-index: 20;
}

.off-canvas.is-transition-overlap {
    z-index: 20;
}

.position-right {
    top: 0;
    right: 0;
    height: auto;
    overflow-y: auto;
    width: 170px;
    -webkit-transform: translateX(170px);
    transform: translateX(170px);
    background: #AC6D3A;
}

.off-canvas a {
    color: #FFF;
    text-transform: uppercase;
    font-family: "acumin-pro", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: .875rem;
    letter-spacing: 1px;
    text-align: center;
    padding: 1rem 0;
}

.off-canvas .active > a {
    background: none;
    text-decoration: underline;
}

.footer-btm {
    padding: 2rem 0;
    background: #AC6D3A;
    margin-top: 1rem;
}

.footer-logo img {
    max-height: 208px;
    width: 35%;
    margin: 0 auto;
}

.footer-icons {
    margin: 1rem 0;
}

.footer-contact, .footer-contact a, .footer-contact p {
    font-family: "apotek-comp", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #FFF;
    text-transform: uppercase;
    font-size: .825rem;
    letter-spacing: 2px;
    line-height: 1.4;
    margin: 0;
}

.footer-hours p {
    font-family: "acumin-pro", sans-serif;
    font-weight: 500;
    font-style: normal;
    color: #FFF;
    text-transform: uppercase;
    font-size: .5rem;
    margin: .375rem 0;
    letter-spacing: .5px;
}

.footer-contact p {
    letter-spacing: 0;
}

.cell.footer-address {
    -webkit-box-flex: 2;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.cell.footer-phone {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.footer-icons img, .footer-icons svg {
    height: 2.75rem;
}

.footer-misc a {
    display: block;
}

.footer-disclaimer-icons {
    margin: .25rem;
}

.footer-misc img {
    height: 1rem;
}

.footer-misc-links > .grid-x {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.footer-misc-links > .grid-x > .cell {
    padding-left: .125rem;
    padding-right: .125rem;
}

.footer-misc-links a, .copyright,
.footer-misc-links span {
    color: rgba(255,255,255,.75);
    font-family: "acumin-pro", sans-serif;
    font-weight: 700;
    font-style: normal;
    letter-spacing: .5px;
    text-transform: uppercase;
    line-height: 1.4;
    font-size: .5rem;
    margin: 0;
}

.footer-misc-links span {
    display: block;
    margin-right: 0;
}

.reveal {
    background: rgba(0,0,0,.75);
}

.slider-container {
    position: relative;
}

.slider-top {
    background: #84A194;
    width: 100%;
}

.slider-top h1,
.slider-top h3 {
    color: #FFF;
    margin: 0;
    font-family: "apotek-comp", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 3.125rem;
    line-height: 1.2;
    letter-spacing: 7px;
    text-align: center;
    text-transform: uppercase;
    padding-left: 7px;
}

.slider-text {
    width: 100%;
    background: #AC6D3A;
    padding: 1.25rem 9%;
}

.slider-text p {
    color: #FFF;
    font-family: "acumin-pro", sans-serif;
    font-weight: 600;
    font-style: normal;
    text-align: center;
    font-size: 1.125rem;
    letter-spacing: .5px;
    line-height: 1.5;
    margin: 0;
}

.slide {
    height: 27vh;
}

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

.slide-1 .inner-slide {
    background: transparent url(../images/interchange/slider-1-mobile.jpg) no-repeat center;
    background-size: cover;
}
.slide-2 .inner-slide {
    background: transparent url(../images/interchange/slider-2-mobile.jpg) no-repeat center;
    background-size: cover;
}
.slide-3 .inner-slide {
    background: transparent url(../images/interchange/slider-3-mobile.jpg) no-repeat center;
    background-size: cover;
}
.slide-4 .inner-slide {
    background: transparent url(../images/interchange/slider-4-mobile.jpg) no-repeat center;
    background-size: cover;
}
.slide-5 .inner-slide {
    background: transparent url(../images/interchange/slider-7-mobile.jpg) no-repeat center;
    background-size: cover;
}
.slide-6 .inner-slide {
    background: transparent url(../images/interchange/slider-6-mobile.jpg) no-repeat center;
    background-size: cover;
}

.slider-buttons {
    position: absolute;
    z-index: 1;
    bottom: .625rem;
    width: 100%;
    left: 0;
    line-height: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.slider-buttons .button {
    font-size: .875rem;
    line-height: 2.2;
    margin: 0 .5rem;
}

.slick-dots {
    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;
    list-style: none;
}

.slick-dots button {
    width: 1rem;
    height: 1rem;
    font-size: 0;
    line-height: 0;
    margin: 0 .5rem;
    border: 1px solid #FFF;
    border-radius: 50%;
    background: #FFF;
    padding: 0;
}

.home-tag {
    width: 100%;
}

.home-tag img {
    width: 100%;
}

.page-title {
    background: #AC6D3A;
}

.page-title h1,
.page-title h3 {
    text-transform: uppercase;
    font-size: 2.25rem;
    color: #FFF;
    font-family: "apotek-comp", sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 8px;
    text-align: center;
    line-height: 1.6667;
    margin: 0;
    padding-left: 8px;
}

.amenity-title-wrap {
    position: absolute;
    top: -2.5rem;
    left: 1.125rem;
}

.amenity-title {
    padding-left: 0;
    position: relative;
    margin: 1rem 0;
}

.amenity-title.text-right {
    padding-right: 0;
    padding-left: 0;
    width: 93.75%;
    margin-left: 6.25%;
}

.amenity-title.text-right .amenity-title-wrap {
    width: 100%;
    left: initial;
    right: 0;
    top: 0;
    text-align: center;
}

.amenity-title p {
    color: #FFF;
    font-family: "apotek-comp", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.375rem;
    line-height: 1.8225;
    text-transform: uppercase;
    letter-spacing: 5px;
    margin: 0;
    padding-left: 5px;
}

.green-title {
    border-top: 2.5rem solid #84A194;
    border-right: 2.5rem solid transparent;
}

.brown-title {
    border-bottom: 2.5rem solid #AC6D3A;
    border-left: 2.5rem solid transparent;
}

.highlight-card {
    margin: 1.125rem 0;
}

.left-card {
    margin-top: 1.25rem;
}

.right-card {
    margin-bottom: 1.5rem;
}

.amenities-card a {
    background: transparent url(../images/highlight-amenities-new.jpg) no-repeat center;
    background-size: cover;
}

.floorplans-card a {
    background: transparent url(../images/highlight-floorplans.jpg) no-repeat center;
    background-size: cover;
}

.location-card a {
    background: transparent url(../images/highlight-location.jpg) no-repeat center;
    background-size: cover;
}

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

.highlight-card a {
    position: relative;
    padding-bottom: 80.5%;
    height: 0;
    width: 100%;
    display: block;
}

.highlight-card a span {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #85A295;
    font-family: "apotek-comp", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #FFF;
    text-transform: uppercase;
    font-size: 1.875rem;
    line-height: 1.2;
    letter-spacing: 5px;
    padding-left: 5px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.highlight-card a:focus span, .highlight-card a:hover span {
    background: #555;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.maximize-title {
    margin: 1rem 0;
}

.top-content-text {
    padding: 7% 0;
}

.amenity-title {
    margin: 1rem 0;
    width: 93.75%;
}

.amenity-list {
    margin: 0 auto;
    padding: 0 .25rem 0 0;
}

.amenity-list ul {
    margin: 0 0 .5rem 1.75rem;
}

.amenity-list li {
	font-size: .875rem;
    letter-spacing: 0;
    line-height: 1.1;
    font-family: "acumin-pro", sans-serif;
    font-weight: 700;
    font-style: normal;
    margin-bottom: .25rem;
}

.amenity-list li::marker {
    color: #85A295;
}

.amenity-list.community-amenities li::marker {
    color: #AC6D3A;
}

.amenity-list li.select-units {
    list-style: none;
}

.small-extra-amenities-photo {
    margin-top: 1rem;
}

.filter-btn, .button.v-tour-btn {
    letter-spacing: 0;
    padding: 0 .75rem;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    margin: 1.5rem 0;
}

.filter-btn:focus, .filter-btn:hover {
    background: #555;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}

.filter-btn.is-checked {
    background: #555;
    pointer-events: none;
    cursor: default;
}

.green-btn {
    background: #84A194;
}

.fp-tabs ul {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: none;
    border: none;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
}

.fp-tabs .ui-tabs-nav li.ui-tab {
    list-style-type: none;
    margin: 2px;
    border: 0;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    margin-bottom: 2px;
    padding-bottom: 0;
    border: 0;
}

.fp-tabs ul .button {
    background: #84A194;
    line-height: 4;
    padding: 0 .75rem 0 .875rem;
}

.ui-widget.ui-widget-content {
    border: none;
    background: none;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    float: left;
    padding: 0 .5rem 0 .625rem;
    text-decoration: none;
    line-height: 3;
    letter-spacing: 1px;
}

.ui-tabs .ui-tabs-nav .ui-tabs-active span {
    text-decoration: underline;
}

.v-tours-heading {
    margin-top: 1rem;
}

.v-tours-heading p {
    text-transform: uppercase;
    font-size: 2.25rem;
    color: #555;
    font-family: "apotek-comp", sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 8px;
    text-align: center;
    line-height: 1.6667;
    margin: 0;
    padding-left: 8px;
}

.v-tour-btn {
    letter-spacing: 1px;
    min-width: 70px;
}

.imap-container > .grid-container {
    height: 100vh;
}

.floorplans-wrapper {
    margin: 1.5rem 0;
}

.imap-container {
    margin-top: 1.5rem;
}

.floorplan-filters {
    margin: 0;
}

.floorplan-card {
    border: 3px solid #AC6D3A;
    margin: .875rem auto;
    background: #FFF;
}

.fp-image {
    cursor: pointer;
}

.fp-unit p {
    color: #838383;
    text-align: center;
    font-family: "apotek-comp", sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 1px;
    font-size: 3.5rem;
    line-height: 1.2;
    margin: 0;
}

.fp-text {
    background: #555;
    margin-top: 1.5rem;
    padding: 1rem 0;
}

.fp-map-text {
    padding-top: 1rem;
}

.fp-specs p {
	font-family: "acumin-pro", sans-serif;
    font-weight: 500;
    font-style: normal;
    color: #FFF;
    text-transform: uppercase;
    font-size: .75rem;
    line-height: 1.6;
    margin: 0;
}

.fp-price p {
	font-family: "acumin-pro", sans-serif;
    font-weight: 600;
    font-style: normal;
    color: #FFF;
    text-transform: uppercase;
    font-size: .75rem;
    line-height: 1.6;
    margin: 0;
}

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

.fp-availability .button {
    letter-spacing: 0;
    margin-top: .5rem;
    padding: 0 .75rem;
}

.fp-map-text .fp-availability .button {
    margin-top: 0;;
}

.floorplan-modal .modal-center-wrap,
.floorplan-modal .modal-container,
.floorplan-modal .modal-content {
    height: 100%;
}

.floorplan-modal.reveal {
    padding: 0;
}

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

.fp-modal-left {
    min-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;
}

/* FP-MODAL-TOP */
.fp-modal-top {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
}

.fp-modal-unit {
    background: #AC6D3A;
    width: 100%;
    height: 36px;
    padding: 0;
    text-align: center;
}

.fp-modal-unit p {
    color: #FFF;
    font-family: "apotek-comp", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 2rem;
    margin: 0;
    line-height: 36px;
}

.fp-modal-specs {
    padding: 1rem 5%;
}

.fp-modal-specs p:not(.fp-modal-price) {
    display: inline-block;
    background: transparent url(../images/bullet-triangle.png) no-repeat center left;
    padding-left: 1rem;
    margin: 0 .5rem 0 .125rem;
    background-size: contain;
}

.fp-modal-specs p {
    font-family: "acumin-pro", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: .875rem;
    line-height: 1;
    color: #555;
    text-transform: uppercase;
}

.fp-modal-specs p.fp-modal-pricing {
    margin-top: .25rem;
}

/* FP-MODAL-MID */
.fp-modal-mid {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    padding: 1rem 10%;
    position: relative;
    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;
}

.fp-modal-image {
    height: 100%;
}

.fp-modal-image img {
    max-height: 340px;
}

.fp-modal-nav {
    position: absolute;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 .25rem;
}

.fp-modal-nav a {
    border: 1px solid #AC6D3A;
    border-radius: 50%;
    height: 2.5rem;
    width: 2.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;
    background: #FFF;
}

.fp-modal-nav a.prev-link {
    padding-right: .375rem;
}

.fp-modal-nav a.next-link {
    padding-left: .375rem;
}

.prev-link img {
    height: 1.75rem;
}

.next-link img {
    height: 1.75rem;
}

/* FP-MODAL-BTM */
.fp-modal-btm {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
}

.fp-modal-disclaimer {
    padding: 1rem 5%;
}

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

.fp-modal-disclaimer p {
    font-family: "acumin-pro", sans-serif;
    font-weight: 600;
    font-style: normal;
    padding: 0;
    margin: 0;
    font-size: .625rem;
    line-height: 1.4;
    margin: .25rem 0 .75rem;
}

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

.fp-modal-disclaimer .button {
    line-height: 1.2;
    letter-spacing: 1px;
    padding: .25rem 1rem;
    margin: 0;
    font-size: .75rem;
    max-width: 140px;
    /*min-width: 118px;*/
    background: #84A194;
}

.gallery-page .page-title {
    margin-bottom: 1.5rem;
}

.gallery-container .gallery-card {
    padding: .75rem 0;
}

.gallery-image {
    padding-bottom: 85%;
    cursor: pointer;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gallery-modal.reveal {
    padding: 0;
}

.gallery-modal .modal-content {
    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 {
    border: 1px solid #FFF;
    padding: 2px;
}

.gallery-modal-mid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 1.5rem;
    position: relative;
}

.gallery-modal .fp-modal-nav {
    left: 0;
    padding: 0 .25rem;
    bottom: initial;
}

.headline-text {
    color: #AC6D3A;
    text-align: center;
    font-family: "apotek-comp", sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 4px;
    font-size: 3rem;
    line-height: 1.3;
    margin: 0;
    text-transform: uppercase;
    padding-left: 4px;
}

.contact-page-hours {
    background: #AC6D3A;
    padding: .745rem 0;
    margin-bottom: 2rem;
}

.contact-page-hours p:first-child {
    color: #FFF;
    text-align: center;
    font-family: "apotek-comp", sans-serif;
    font-weight: 300;
    font-style: normal;
    letter-spacing: 2px;
    font-size: 1.5rem;
    line-height: 1.2;
    margin: 0;
    text-transform: uppercase;
    text-align: center;
}

.contact-page-hours p:last-child {
    font-family: "acumin-pro", sans-serif;
    font-weight: 500;
    font-style: normal;
    color: #FFF;
    text-transform: uppercase;
    font-size: .75rem;
    line-height: 1.4;
    margin: 0;
    letter-spacing: 1px;
    text-align: center;
}

.contact-page-social-links img, .contact-page-social-links svg {
    height: 2.75rem;
}

.contact-page-form {
    background: #84A194;
}

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

/* *****LOCATION MAP***** */
.poi-container {
    width: 100%;
    position: relative;
    height: 520px;
}

.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%;
}

.map-navigation {
    height: 100%;
    width: 70%;
    z-index: 13;
    position: relative;
}

#mapNav {
    height: 100%;
    width: 90%;
    z-index: 10;
    position: absolute;
    top: 0;
    right: 0;
    left: calc(100% - 24px);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

/*#mapNav.map-nav-out {
    left: 50%;
    right: 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}*/

#mapNav.map-nav-out {
    left: 50%;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

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

.poi-box-sidebar {
    background: #85A295;
    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 {
    width: 2rem;
    height: 2rem;
    position: absolute;
    left: -1rem;
    top: 1rem;
    background: transparent url(../images/svg/map-trigger.svg) no-repeat;
    background-position: center;
    background-size: cover;
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    -webkit-transition: all .7s ease;
    transition: all .7s ease;
}

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

.poi-list li a {
    font-family: "acumin-pro", sans-serif;
    font-weight: 400;
    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;
}

.poi-list li a:focus, .poi-list li a:hover {
    color: #E2A550;
    -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;
}

/* *****CONTACT MODAL***** */
.interactive-map .modal-center-wrap {
    min-height: 100%;
    display: block;
    height: 100%;
}

.interactive-map .modal-container,
.interactive-map .modal-content {
    height: 100%;
    position: initial;
}

.modal-content {
    position: relative;
}

.contact-top {
    position: relative;
    background: #84A194;
    padding: 20px 0 0;
}

.contact-frame {
    position: absolute;
    height: 100%;
    top: 10px;
    left: 10px;
    width: calc(100% - 20px);
    border: 3px solid #8DB9B8;
}

.modal-topline {
    color: #FFF;
    text-transform: uppercase;
    font-family: "apotek-comp", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 3rem;
    margin-bottom: 0;
    letter-spacing: 4px;
}

.modal-btmline {
    color: #FFF;
    text-transform: uppercase;
    font-family: "acumin-pro", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 1rem;
    margin-bottom: 0;
    background: #B97A47;
    padding: .5rem 1rem;
}

.contact-btm {
    background: #84A194;
    padding: 1.5rem 2rem 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;
}

.contact-form input[type=submit] {
    background: #B97A47;
    margin-bottom: 0;
    font-family: "acumin-pro", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 1rem;
    text-transform: uppercase;
    padding: 0 2rem;
    line-height: 2rem;
    margin-top: 1rem;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	font-size: .875rem;
	font-family: "acumin-pro", 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: "acumin-pro", 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: "acumin-pro", 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: "acumin-pro", sans-serif;
    font-weight: 500;
    font-style: normal;
	color: #B3B2B4 !important;
	text-align: center;
	padding-top: 4px;
    text-transform: uppercase;
}

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

.contact-page-form button:focus, .contact-page-form button:hover {
    background: #555;
}

.contact-page-form h2 {
    color: #FFF;
    text-transform: uppercase;
    font-family: "apotek-comp", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 2rem;
    margin-bottom: 1rem;
    letter-spacing: 2px;
    line-height: 1.1;
}

@media screen and (min-width: 40em) {
    body {
        padding-top: 15%;
        background: #FFF url(../images/body-bg-medium.jpg) repeat center;
        background-size: contain;
    }
    
    .grid-container {
        width: 90%;
    }
    
    button, .button {
        line-height: 2.375rem;
    }
    
    .close-button {
        height: 42px;
        width: 44px;
    }
    
    .header {
        padding-bottom: 15%;
    }
    
    .nav-bar {
        padding-left: 5%;
    }
    
    .nav-bar-right {
        position: relative;
    }
    
    .nav-bar-right > .grid-x {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    
    .nav-bar-right a:not(.button) {
        font-size: .875rem;
        line-height: 3;
        color: #FFF;
        text-transform: uppercase;
        font-family: "apotek-comp", sans-serif;
        font-weight: 400;
        font-style: normal;
        letter-spacing: 2.25px;
    }
    
    .nav-bar-right a.icon-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 0 .375rem;
        height: 100%;
    }
    
    .nav-bar-right .end-cap {
        width: 0;
        height: 0;
        border-top: 42px solid #555;
        border-left: 42px solid transparent;
    }
    
    .nav-bar-right .cell:not(.end-cap):not(.menu-cell) {
        background: #555;
    }
    
    .fb-cell {
        padding-left: .375rem;
    }
    
    .ig-cell {
        padding-right: .375rem;
    }
    
    .nav-separator {
        margin: 0 .375rem;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    
    .separator-cell img {
        height: .5rem;
    }
    
    .icon-cell svg {
        height: 1.5rem;
    }
    
    .menu-icon {
        width: 46px;
        height: 42px;
        padding: 23% 25%;
    }
    
    .highlight-card {
        margin: 3rem 0;
    }
    
    .highlight-card a {
        padding-bottom: 100%;
    }
    
    .footer-btm {
        margin-top: 0;
        padding: 1.5rem 0;
    }
    
    .footer-btm > .grid-container > .grid-x {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    
    .footer-logo img {
        max-height: initial;
        width: 100%;
    }
    
    .footer-icons {
        margin: 0;
    }
    
    .footer-icons > .grid-x {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    
    .footer-icons img, .footer-icons svg {
        height: 1.25rem;
        margin-right: .75rem;
    }
    
    .footer-contact {
        margin: .5rem 0;
    }
    
    .footer-contact, .footer-contact a, .footer-contact p {
        font-size: .875rem;
        letter-spacing: 3px;
    }
    
    .footer-hours p {
        margin: 0 0 .5rem;
        letter-spacing: 1.25px;
    }
    
    .footer-misc-links > .grid-x {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    
    .footer-disclaimer-icons {
        margin: 0;
    }
    
    .footer-misc a {
        margin-right: .375rem;
    }
    
    .footer-misc-links a {
        margin-right: .25rem;
    }
    
    .footer-misc-links span {
        display: block;
        margin-right: .25rem;
    }
    
    .footer-misc img {
        height: .75rem;
    }
    
    .footer-btm .footer-cell-left {
        width: 25%;
    }
    
    .footer-btm .footer-cell-mid {
        width: 13%;
    }
    
    .footer-btm .footer-cell-right {
        width: 62%;
    }
    
    .slider-spacing {
        height: 2.5rem;
        width: 100%;
        background: #AC6D3A;
    }
    
    .slider-top h1,
    .slider-top h3 {
        font-size: 5.5rem;
        line-height: 1.09;
        letter-spacing: 8px;
        padding-left: 8px;
    }

    .slider-text {
        padding: 1.25rem 25% 2.375rem;
    }

    .slider-text p {
        font-size: 1.5rem;
    }
    
    .find-out-more-button {
        height: 2.375rem;
        margin-top: -2.375rem;
        background: transparent;
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    
    .find-out-more-button button {
        background: #84A194;
        font-weight: 700;
        letter-spacing: 2px;
        position: absolute;
        z-index: 10;
        top: 1.125rem;
    }
    
    .slide {
        height: 75vh;
    }
    
    .slide-1 .inner-slide {
        background: transparent url(../images/interchange/slider-1.jpg) no-repeat center;
        background-size: cover;
    }
    .slide-2 .inner-slide {
        background: transparent url(../images/interchange/slider-2.jpg) no-repeat center;
        background-size: cover;
    }
    .slide-3 .inner-slide {
        background: transparent url(../images/interchange/slider-3.jpg) no-repeat center;
        background-size: cover;
    }
    .slide-4 .inner-slide {
        background: transparent url(../images/interchange/slider-4.jpg) no-repeat center;
        background-size: cover;
    }
    .slide-5 .inner-slide {
        background: transparent url(../images/interchange/slider-7.jpg) no-repeat center;
        background-size: cover;
    }
    .slide-6 .inner-slide {
        background: transparent url(../images/interchange/slider-6.jpg) no-repeat center;
        background-size: cover;
    }
    
    .page-title h1,
    .page-title h3 {
        font-size: 3.125rem;
        letter-spacing: 16px;
        line-height: 3.75rem;
    }
        
    .amenity-title.text-right {
        padding-right: 5%;
        padding-left: 0;
        width: 100%;
    }
    
    .amenity-title.text-right .amenity-title-wrap {
        width: 100%;
        left: initial;
        right: 0;
        top: 0;
    }
    
    .green-title {
        border-top: 4rem solid #84A194;
        border-right: 4rem solid transparent;
    }
    
    .brown-title {
        border-bottom: 4rem solid #AC6D3A;
        border-left: 4rem solid transparent;
    }
    
    .green-title.bottom-right-border {
        border-bottom: 4rem solid #84A194;
        border-right: 4rem solid transparent;
        border-top: none;
    }
    
    .amenity-title-wrap {
        position: absolute;
        top: -4rem;
        left: 3rem;
    }
    
    .amenity-title.bottom-right-border .amenity-title-wrap {
        width: 100%;
        left: 0;
        right: initial;
        top: 0;
        text-align: center;
    }
    
    .amenity-title p {
        color: #FFF;
        font-family: "apotek-comp", sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 2rem;
        line-height: 2;
        text-transform: uppercase;
        letter-spacing: 4.25px;
        margin: 0;
    }
    
    .amenity-title.text-right p {
        text-align: center;
    }
    
    .relative-container {
        position: relative;
    }
    
    .amenity-list {
        padding-left: 3rem;
        z-index: 1;
        position: relative;
    }
    
    .amenity-list ul {
        margin-left: 1rem;
    }
    
    .amenity-list li {
        font-size: .875rem;
        line-height: 2;
        letter-spacing: .5px;
    }
    
    .angled-container {
        position: absolute;
        bottom: 0;
        right: 0;
        width: 250%;
    }
    
    .interactive-map .modal-center-wrap {
        min-height: 100%;
        display: block;
    }

    .floorplan-card {
        height: 414px;
        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;
    }
    
    .fp-unit {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
    }
    
    .fp-content {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 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: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    
    .fp-image {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        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-text {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        margin: 0;
    }
    
    .fp-unit p {
        line-height: 1;
        margin: .25rem 0 0;
        letter-spacing: 5px;
    }
    
    .fp-image img {
        max-height: 200px;
        margin-bottom: .75rem;
    }
    
    .fp-specs p, .fp-price p {
        font-size: .875rem;
        line-height: 1.7;
    }
    
    .fp-modal-unit {
        background: transparent;
        width: 8rem;
        height: 3.75rem;
        padding: 0;
        text-align: center;
        border-top : 3.75rem solid #AC6D3A;
        border-right: 3rem solid transparent;
        position: relative;
    }
    
    .fp-modal-title-wrap {
        position: absolute;
        top: -3.75rem;
        left: 0;
        width: 100%;
        
    }
    
    .fp-modal-unit p {
        font-size: 3.5rem;
        line-height: 1;
        text-align: center;
        margin: 0;
        letter-spacing: 3px;
    }
    
    .fp-modal-specs {
        padding: 1.5rem 5% .5rem;
    }
    
    .fp-modal-specs p:not(.fp-modal-price) {
        display: block;
        padding-left: 1.25rem;
        margin: 0 .5rem 1.25rem .125rem;
        font-size: 1rem;
    }
    
    .fp-modal-specs p {
        font-family: "acumin-pro", sans-serif;
        font-weight: 600;
        font-style: normal;
        font-size: 1rem;
        line-height: 1;
        margin: 0 .5rem 1.25rem .125rem;
        color: #555;
        text-transform: uppercase;
    }
    
    .floorplan-modal .modal-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    
    .fp-modal-left {
        width: 55%;
    }
    
    .fp-modal-right {
        width: 45%;
        padding: 2rem 5% 2rem;
    }
    
    .fp-modal-mid {
        padding: 0;
        position: initial;
        height: 100%;
    }
    
    .fp-modal-btm {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    }
    
    .fp-modal-disclaimer {
        padding: 0 0 3.125rem 5%;
    }
    
    .fp-modal-disclaimer .button {
        letter-spacing: 1px;
        padding: .25rem 1rem;
        margin: 0 1rem 0 0;
        font-size: .75rem;
        line-height: 1.4;
        min-width: initial;
        max-width: initial;
    }
    
    .fp-modal-btns {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    
    .floorplan-modal .modal-center-wrap, .floorplan-modal .modal-container, .floorplan-modal .modal-content {
        min-height: 100%;
        height: auto;
    }
    
    .floorplan-modal .prev-link img,
    .floorplan-modal .next-link img {
        height: 1.5rem;
    }
    
    .fp-modal-nav {
        padding: 0 2.5%;
        bottom: .25rem;
        left: 0;
    }
    
    .fp-modal-image {
        height: auto;
    }
    
    .fp-modal-image img {
        max-height: 300px;
    }
    
    .gallery-page .page-title {
        margin-bottom: 2rem;
    }
    
    .gallery-container .gallery-card {
        padding: .5rem;
    }
    
    .gallery-image {
        padding-bottom: 75%;
    }
    
    .gallery-modal-mid {
        padding: 0px 4rem;
    }
    
    .gallery-modal .fp-modal-nav {
        padding: 0 .75rem;
    }
    
    #mapNav {
        max-width: 180px;
    }
    
    #mapNav.map-nav-out {
        left: calc(100% - 180px);
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
    }
    
    .contact-page-hours {
        padding: 1.5rem 0;
        margin-bottom: 2rem;
    }
    
    .contact-page-social-links img, .contact-page-social-links svg {
        height: 3rem;
    }
    
    .contact-page-hours p:first-child {
        letter-spacing: 3px;
        font-size: 2.5rem;
    }
    
    .contact-page-hours p:last-child {
        font-size: 1rem;
    }
    
    .contact-page-form {
        padding: 1.5rem 10%;
    }
    
    .contact-page-form h2 {
        font-size: 3rem;
        letter-spacing: 5px;
    }
    
    .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_container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%;
    }
    
    .name-fields .ginput_container > span {
        width: 49%;
    }
    
    .email-field, .phone-field {
        width: 49%;
    }
}

@media screen and (min-width: 48em) {
    body {
        padding-top: 21.125%;
    }
    
    .header {
        padding-bottom: 21.125%;
    }
    
    button, .button {
        font-size: 1.125rem;
        margin: 0;
    }
    
    .nav-bar-right a:not(.button) {
        font-size: 1rem;
        line-height: 2.625;
    }
    
    .nav-separator {
        margin: 0 .5rem;
    }
    
    .off-canvas {
        padding: 5rem 0;
    }
    
    .position-right {
        width: 260px;
        -webkit-transform: translateX(260px);
        transform: translateX(260px);
    }
    
    .off-canvas a {
        font-size: 1.25rem;
        letter-spacing: 2px;
        padding: .75rem 0 .75rem .125rem;
    }
    
    .highlight-card a {
        padding-bottom: 115%;
    }
    
    .highlight-card a span {
        font-size: 2rem;
        line-height: 1.6;
        letter-spacing: 8px;
    }
    
    .footer-btm > .grid-container > .grid-x {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    
    .footer-btm .footer-cell-left {
        width: 25%;
    }
    
    .footer-btm .footer-cell-mid {
        width: 20%;
    }
    
    .footer-btm .footer-cell-right {
        width: 55%;
    }
    
    .slider-top h1,
    .slider-top h3 {
        font-size: 5.625rem;
        line-height: 1.2;
        letter-spacing: 8px;
    }
    
    .slide {
        height: 47.75vh;
    }
    
    .maximize-title {
        margin: 1.75rem 0;
    }
    
    .home-top-content .grid-container {
        padding-right: 0;
        padding-left: 0;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    
    .home-top-content p {
        font-size: 1.5rem;
        line-height: 1.5;
        margin-bottom: 1.25rem;
    }
    
    .page-title h1,
    .page-title h3 {
        line-height: 5rem;
    }
    
    .inner-hero img {
        width: 100%;
    }
    
    .amenity-title {
        padding-left: 0;
        margin: 2rem 0;
        width: 75vw;
    }
    
    .amenity-title-wrap {
        top: -4rem;
        left: 0;
        width: 100%;
    }
    
    .amenity-title p {
        font-size: 2.125rem;
        line-height: 1.88;
        letter-spacing: 8px;
        text-align: center;
        padding-left: 8px;
    }
    
    .amenity-title.text-right {
        padding-right: 0;
        padding-left: 0;
        width: 93.75%;
        margin: 2rem 0 2rem auto;
    }
    
    .green-title.bottom-right-border {
        border-bottom: 4rem solid #84A194;
        border-right: 4rem solid transparent;
        border-top: none;
        width: 93.75vw;
    }
    
    .amenity-title.bottom-right-border .amenity-title-wrap {
        width: 100%;
        left: 0;
        right: initial;
        top: 0;
    }
    
    .amenity-list li {
        font-size: 1rem;
        line-height: 2;
    }
    
    .interactive-map .modal-center-wrap {
        display: block;
    }
    
    .filter-btn, .button.v-tour-btn {
        margin: 2rem 0;
    }
    
    .floorplan-card {
        height: 440px;
    }
    
    .fp-image img {
        max-height: 220px;
        margin-bottom: 1rem;
    }
    
    .fp-specs p, .fp-price p {
        font-size: 1rem;
        line-height: 1.8;
    }
    
    .fp-availability .button {
        letter-spacing: 1px;
        margin-bottom: 0;
    }
    
    .floorplan-modal .modal-center-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    
    .floorplan-modal .modal-container {
        padding: 0 2.5rem;
    }
    
    .fp-modal-specs {
        padding: 2.5rem 7% .5rem;
    }
    
    .fp-modal-specs p:not(.fp-modal-price) {
        margin: 0 .5rem 1.75rem .125rem;
    }
    
    .fp-modal-left {
        width: 52%;
    }
    
    .fp-modal-disclaimer {
        padding: 0 0 3rem 5%;
    }
    
    .fp-modal-right {
        width: 48%;
        padding: 1rem 5% 1rem;
    }
    
    .fp-modal-image img {
        max-height: 340px;
    }
    
    .fp-map-text {
        padding: 2rem 0;
    }
    
    .contact-text .headline-text {
        font-size: 4.5rem;
        line-height: 1.2;
        margin: 0 0 1rem;
        letter-spacing: 5px;
    }
    
    .contact-page .top-contact-text {
        padding: 5% 0 7%;
    }
    
    .contact-modal .modal-container {
        width: 90%;
        margin: 0 auto;
    }
    
    .modal-btmline {
        width: 100%;
        margin: 0 auto;
    }
    
    .contact-modal .contact-top {
        padding: 1.25rem 2rem 2rem;
    }
}

@media screen and (min-width: 64em) {
    body {
        padding-top: 11%;
        background: #FFF url(../images/body-bg-large.jpg) repeat center;
        background-size: contain;
    }
    
    .header {
        padding-bottom: 11%;
    }
    
    .nav-bar-right .end-cap {
        border-top: 50px solid #555;
        border-left: 50px solid transparent;
    }
    
    .nav-bar-right a:not(.button) {
        font-size: 1.125rem;
        line-height: 2.75;
        margin: 0;
    }
    
    .nav-bar-right a:not(.button):not(.menu-icon):not(.icon-wrap) {
        margin: 0 .25rem;
    }
    
    .nav-bar-brown {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    
    .nav-bar-brown .button {
        font-size: .75rem;
        line-height: 1.5;
        letter-spacing: .25px;
        padding: 0 .25rem;
        font-weight: 500;
        margin: 0 .375rem;
    }
    
    .nav-bar-right .fb-cell a, .nav-bar-right .ig-cell a {
        margin-left: .375rem;
        margin-right: .375rem;
        height: 100%;
        line-height: 0;
        font-size: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    
    .nav-separator {
        margin: 0 .375rem;
    }
    
    .menu-icon {
        width: 56px;
        height: 50px;
        padding: 25% 25%;
    }
    
    .close-button {
        height: 50px;
        width: 52px;
    }
    
    .position-right {
        width: 400px;
        -webkit-transform: translateX(400px);
        transform: translateX(400px);
        padding: 3rem 3.25%;
    }
    
    .off-canvas-logo {
        width: 60%;
        margin: 0 auto 2rem auto;
    }
    
    .off-canvas a {
        font-size: 1.125rem;
        letter-spacing: 2px;
        padding: .75rem 0;
    }
    
    .off-canvas-icons {
        margin: 1rem 0;
    }
    
    .off-canvas-icons a {
        display: block;
        margin: 0 .5rem;
        line-height: 0;
        font-size: 0;
    }
    
    .off-canvas-icons svg {
        height: 2rem;
    }
    
    .off-canvas-contact > .grid-x {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    
    .off-canvas-contact a,
    .off-canvas-contact span {
        font-size: 1.125rem;
        letter-spacing: 1.25px;
        font-family: "apotek-comp", sans-serif;
        font-weight: 400;
        font-style: normal;
        color: #FFF;
    }
    
    .off-canvas-contact span {
        letter-spacing: 0;
    }
    
    .page-highlights {
        padding-bottom: 4rem;
    }
    
    .highlight-card a {
        padding-bottom: 93%;
    }
    
    .highlight-card a span {
        font-size: 2.25rem;
        line-height: 1.3;
        letter-spacing: 6px;
        bottom: -4rem;
        left: 11%;
        width: 78%;
        padding-left: 6px;
    }
    
    .footer-btm .footer-cell-left {
        width: 22%;
    }
    
    .footer-btm .footer-cell-mid {
        width: 23%;
    }
    
    .footer-btm .footer-cell-right {
        width: 55%;
    }
    
    .footer-logo img {
        max-height: 100px;
    }
    
    .cell.footer-address {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
    }
    
    .cell.footer-phone {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
    }
    
    .footer-contact, .footer-contact a, .footer-contact p {
        font-size: 1.25rem;
        letter-spacing: 3.25px;
    }
    
    .footer-contact p {
        margin: 0 1rem;
        letter-spacing: 0;
    }
    
    .footer-hours p {
        letter-spacing: 2px;
        font-size: .625rem;
    }
    
    .footer-icons img, .footer-icons svg {
        height: 2rem;
    }
    
    .footer-misc a {
        margin-right: .75rem;
    }

    .footer-misc img {
        height: 1.25rem;
    }
    
    .footer-misc-links a, .copyright {
        line-height: 1.4;
        font-size: .625rem;
        letter-spacing: 0;
        margin: 0 .625rem 0 0;
    }
    
    .copyright {
        margin: 0;
        letter-spacing: 1.125px;
    }
    
    .footer-misc-links span {
        display: block;
        margin-right: .625rem;
    }
    
    .slide {
        height: 77vh;
    }
    
    .maximize-title {
        margin: 4% 0;
        width: 76%;
    }
    
    .home-top-content {
        position: relative;
    }
    
    .home-top-content .grid-container {
        width: 100%;
    }
    
    .home-top-content p {
        font-size: 1.125rem;
        margin-bottom: 1.5rem;
    }
    
    .home-text {
        z-index: 1;
        position: relative;
        padding-left: 7.5%;
    }
    
    .page-title {
        width: 65%;
        position: relative;
    }
    
    .page-title:after {
        content: '';
        position: absolute;
        z-index: 1;
        width: 5rem;
        height: 4rem;
        left: 100%;
        top: 0;
        border-top: 5rem solid #AC6D3A;
        border-right: 5rem solid transparent;
    }
    
    .amenity-container {
        position: relative;
        z-index: 1;
    }
    
    .amenity-title {
        width: 100%;
    }
    
    .amenity-title.text-right {
        width: 100%;
    }
    
    .amenity-title p {
        letter-spacing: 6px;
        padding-left: 6px;
    }
    
    .angled-container {
        width: 175%;
        top: 0;
        bottom: initial;
        height: 100%;
        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;
    }
    
    .angled-container img {
        max-height: 100%;
        max-width: 115%;
    }
    
    .home-tag {
        margin-top: 3rem;
    }
    
    .right-amenities-list .amenity-list {
        padding-right: 1.5rem;
        padding-left: 5rem
    }
    
    .green-title.bottom-right-border {
        border-bottom: 4rem solid #84A194;
        border-left: 4rem solid transparent;
        border-top: none;
        width: 100%;
        border-right: none;
    }
    
    .amenity-list li {
        font-size: 1rem;
        line-height: 2;
        letter-spacing: 0;
    }
    
    .large-amenities-photo {
        margin-top: 2rem;
        width: 100%;
    }
    
    .interactive-map .modal-center-wrap {
        min-height: 100%;
    }
    
    .floorplan-container .cell.filter-card {
        width: 33.3333%;
    }
    
    .floorplans-wrapper {
        margin: 2.5rem 0 1.5rem;
    }
    
    .fp-specs p, .fp-price p {
        font-size: .875rem;
    }
    
    .fp-availability .button {
        font-size: 1rem;
        padding: 0 .75rem;
    }

    .fp-modal-specs {
        padding: 3.5rem 15% 1rem;
    }
    
    .fp-modal-specs p:not(.fp-modal-price) {
        padding-left: 2rem;
        margin: 0 .5rem 2rem 0;
        font-size: 1.25rem;
    }
    
    .fp-modal-specs p {
        font-size: 1.25rem;
        margin: 0 .5rem 1.5rem 0;
    }
    
    .fp-modal-left {
        width: 42%;
    }
    
    .fp-modal-unit {
        width: 12rem;
        height: 5rem;
        border-top: 5rem solid #AC6D3A;
        border-right: 4rem solid transparent;
    }
    
    .fp-modal-title-wrap {
        position: absolute;
        top: -4.5rem;
        left: 0;
        width: 100%;
    }
    
    .fp-modal-unit p {
        font-size: 5rem;
        line-height: .75;
        text-align: center;
        margin: 0;
        letter-spacing: 4px;
        padding-left: 1.25rem;
    }
    
    .fp-modal-right {
        width: 58%;
        padding: 1rem 5% 1rem;
    }
    
    .fp-modal-btns {
        margin-bottom: 1rem;
    }
    
    .fp-modal-disclaimer {
        padding: 0 0 3rem 15%;
    }
    
    .fp-modal-disclaimer p {
        margin: .5rem 0 1rem;
    }
    
    .fp-modal-nav {
        bottom: .625rem;
    }
    
    .gallery-image {
        padding-bottom: 100%;
        height: 100%;
    }
    
    .location-top-content {
        margin: 2rem 0;
    }
    
    
    .contact-text .headline-text {
        margin: 0 0 .5rem;
    }
    
    .contact-page-hours p:first-child {
        letter-spacing: 6px;
        font-size: 3rem;
    }
    
    .contact-page-hours p:last-child {
        font-size: 1.125rem;
        letter-spacing: 2px;
    }
    
    .contact-text {
        padding-right: 7.5%;
        padding-left: 0;
    }
    
    .contact-top-content {
        margin: 2rem 0;
    }
    
    .contact-top-content > .grid-container > .grid-x {
        min-height: 380px;
    }
    
    .contact-top-content .angled-container {
        left: 0;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    
    .contact-page-form {
        padding: 1.5rem 5%;
        width: 70%;
        margin: 0 auto;
    }
    
    .contact-form .modal-container {
        width: 65%;
        margin: 0 auto;
    }
    
    .slick-dots-container {
        position: absolute;
        bottom: 17%;
        right: 14%;
        z-index: 1;
    }
    
    .slick-dots {
        margin: 0;
    }
    
    .slick-dots li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    
    .slick-dots button {
        width: 1rem;
        height: 1rem;
        font-size: 0;
        line-height: 0;
        margin: 0 .5rem;
        border: 1px solid #FFF;
        border-radius: 50%;
        background: #FFF;
        padding: 0;
    }
    
    .slick-dots li.slick-active button {
        background: #B57542;
    }
    
    .slider-overlay {
        position: absolute;
        top: 0;
        width: 100%;
        left: 0;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    
    .slider-overlay-image {
        width: 50%;
        max-width: 830px;
    }
}

@media screen and (min-width: 83.313rem) {
    .show-for-lap {
        display: block !important;
    }
    
    .position-right {
        width: 420px;
        -webkit-transform: translateX(420px);
        transform: translateX(420px);
    }
    
    .home-top-content p {
        font-size: 1.375rem;
    }
    
    .close-button {
        height: 55px;
        width: 58px;
    }
    
    .footer-contact, .footer-contact a, .footer-contact p {
        font-size: 1.75rem;
        letter-spacing: 3px;
    }
    
    .footer-hours p {
        letter-spacing: 0.5px;
        font-size: 1rem;
    }
    
    .footer-icons img, .footer-icons svg {
        height: 3rem;
        margin-right: 1rem;
    }
    
    .footer-misc img {
        height: 1.5rem;
    }
    
    .copyright {
        font-size: .75rem;
        letter-spacing: 1.25px;
    }
    
    .nav-bar-right a:not(.button):not(.menu-icon):not(.icon-wrap) {
        font-size: 1.25rem;
        letter-spacing: 3px;
        margin: 0 .5rem;
    }

    
    .nav-bar-brown .button {
        font-size: 1rem;
        line-height: 1.75;
        letter-spacing: .5px;
        padding: 0 .5rem;
        font-weight: 500;
        margin: 0 .5rem;
    }
    
    .nav-bar-right .end-cap {
        border-top: 55px solid #555;
        border-left: 55px solid transparent;
    }
    
    
    .nav-separator {
        margin: 0 .5rem;
    }
    
    .nav-bar-right .fb-cell a, .nav-bar-right .ig-cell a {
        margin-left: .5rem;
        margin-right: .5rem;
    }
    
    .menu-icon {
        width: 58px;
        height: 55px;
        padding: 28% 24%;
    }
    
    .contact-text .headline-text {
        font-size: 5rem;
        line-height: 1.2;
        margin: 0 0 1rem;
        letter-spacing: 8px;
    }
    
    
    .page-title h1,
    .page-title h3 {
        font-size: 5rem;
    }
    
    .floorplan-container .cell.filter-card {
        width: 24.3333%;
    }
    
    button, .button {
        font-size: 1.25rem;
        line-height: 2.4;
        padding: 0 2rem 0 2.125rem;
    }
    
    .footer-logo img {
        max-height: 120px;
    }
    
    .floorplan-modal.reveal {
        padding: 2rem 15%;
    }
    
    .v-tour-btn {
        min-width: 104px;
    }
    
    .contact-page-form h2 {
        font-size: 3.25rem;
        letter-spacing: 5px;
    }
    
}

@media screen and (min-width: 120em) {
    .slider-overlay-image {
        width: 43%;
    }
    
    body {
        padding-top: 8%;
    }
    
    .header {
        padding-bottom: 8%;
    }
    
    button, .button {
        font-size: 1.5rem;
        line-height: 2.5;
    }
    
    .nav-bar-right .end-cap {
        border-top: 94px solid #555;
        border-left: 94px solid transparent;
    }
    
    .nav-bar-right a.menu-icon {
        height: 94px;
        width: 104px;
        padding: 25% 30%;
    }
    
    .nav-bar-right a.menu-icon::after {
        height: 7px;
        background: #FFF;
        -webkit-box-shadow: 0 17px 0 #FFF, 0 34px 0 #FFF;
        box-shadow: 0 17px 0 #FFF, 0 34px 0 #FFF;
    }
    
    .nav-bar-right a.menu-icon:hover::after {
        height: 7px;
        background: #AC6D3A;
        -webkit-box-shadow: 0 17px 0 #AC6D3A, 0 34px 0 #AC6D3A;
        box-shadow: 0 17px 0 #AC6D3A, 0 34px 0 #AC6D3A;
    }
    
    .icon-cell svg {
        height: 50px;
    }
    
    .nav-bar-brown .button {
        font-size: 1.25rem;
        line-height: 2;
        margin: 0 .875rem;
    }
    
    .nav-bar-right a:not(.button):not(.menu-icon):not(.icon-wrap) {
        font-size: 1.875rem;
        line-height: 3;
        margin: 0 .875rem;
    }
    
    .separator-cell img {
        height: 1.125rem;
    }
    
    .fb-cell {
        padding-left: .875rem;
        padding-right: .5rem;
    }
    
    
    .ig-cell {
        padding-right: .875rem;
        padding-left: .5rem;
    }

    
    .maximize-title {
        margin: 6rem 0;
        width: 76%;
    }
    
    .home-top-content > .grid-container > .grid-x {
        min-height: initial;
    }
    
    .home-top-content p {
        font-size: 1.875rem;
        margin-bottom: 3rem;
        line-height: 1.5;
    }
    
    .home-tag {
        margin-top: 6rem;
    }
    
    .highlight-card {
        margin: 7rem 0;
    }
    .highlight-card a span {
        font-size: 3.625rem;
        line-height: 1.2;
        letter-spacing: 15px;
        bottom: -6.25rem;
        left: 11.5%;
        width: 77%;
        padding-left: 15px;
    }
    
    .footer-btm {
        margin-top: 0;
        padding: 5rem 0;
    }
    
    .footer-logo img {
        max-height: 208px;
    }
    
    .footer-icons a {
        display: block;
    }
    
    .footer-icons a img {
        height: 3rem;
        margin-right: 1.25rem;
    }
    
    .footer-contact, .footer-contact a, .footer-contact p {
        font-size: 2.25rem;
        letter-spacing: 5px;
    }
    
    .footer-hours p {
        letter-spacing: 2px;
        font-size: 1.25rem;
        margin-bottom: 1rem;
    }
    
    .footer-contact {
        margin: 1rem 0 .5rem;
    }
    .footer-misc img {
        height: 1.625rem;
    }
    
    .footer-misc-links a, .copyright,
    .footer-misc-links span {
        line-height: 1.4;
        font-size: .75rem;
        letter-spacing: 2px;
        margin: 0 .75rem 0 0;
    }
    
    .footer-btm .footer-cell-left {
        width: 25%;
    }
    
    .footer-btm .footer-cell-mid {
        width: 29%;
    }
    
    .footer-btm .footer-cell-right {
        width: 46%;
    }
    
    .footer-disclaimer-icons {
        margin-right: .5rem;
    }
    
    .footer-disclaimer-icons img {
        height: 1.125rem;
    }
    
    .footer-disclaimer-icons > .cell:last-child img {
        height: 1.5rem;
    }
    
    .close-button {
        height: 94px;
        width: 98px;
    }
    
    .position-right {
        width: 760px;
        -webkit-transform: translateX(760px);
        transform: translateX(760px);
        padding: 4.875rem 4rem;
    }
    
    .off-canvas-icons {
        margin: 2rem 0 1rem;
    }
    
    .off-canvas-icons svg {
        height: 3rem;
    }
    
    .off-canvas-logo {
        width: 46%;
        margin: 0 auto 2.5rem auto;
    }
    
    .off-canvas a {
        font-size: 1.875rem;
        letter-spacing: 4px;
        padding: 1rem 0;
    }
    
    .off-canvas-contact a, .off-canvas-contact span {
        font-size: 1.75rem;
        letter-spacing: 4px;
    }
    
    /*.page-title h1,
    .page-title h3 {
        font-size: 7.75rem;
        line-height: 1.212;
    }
    
    .page-title:after {
        width: 7rem;
        height: 150.28px;
        left: 100%;
        border-top: 9.393rem solid #AC6D3A;
        border-right: 9.393rem solid transparent;
    }*/
    
    .amenity-title {
        margin: 4.5rem 0;
    }
    
    .amenity-title.text-right {
        padding-right: 0;
        padding-left: 0;
        width: 100%;
        margin: 4.5rem 0 4.5rem auto;
    }
    
    .amenity-title-wrap {
        top: -4.375rem;
    }
    
    .amenity-title p {
        font-size: 3.5rem;
        line-height: 4.375rem;
        letter-spacing: 8px;
        text-align: center;
        padding-left: 8px;
    }
    
    .amenity-title-wrap {
        top: -4.375rem;
        left: 0;
        width: 100%;
    }
    
    .green-title {
        border-top: 4.375rem solid #84A194;
        border-right: 4.375rem solid transparent;
    }
    
    .brown-title {
        border-bottom: 4.375rem solid #AC6D3A;
        border-left: 4.375rem solid transparent;
    }
    
    .amenity-list {
        padding-left: 10%;
    }
    
    .amenity-list li {
        font-size: 1.5rem;
        line-height: 2;
    }
    
    .floorplans-wrapper {
        margin: 4rem 0 0;
    }
    
    .imap-container {
        margin-top: 2rem;
    }
    
    .floorplan-card {
        height: 550px;
    }
    
    .fp-image img {
        max-height: 280px;
        margin-bottom: 1.25rem;
    }
    
    .fp-specs p, .fp-price p {
        font-size: 1.125rem;
        line-height: 1.8;
    }
    
    .floorplan-modal.reveal {
        padding: 0 22.5%;
    }
    
    .floorplan-modal .modal-container {
        padding: 0;
    }
    
    .fp-modal-image img {
        max-height: 650px;
    }
    
    .green-title.bottom-right-border {
        border-bottom: 4.375rem solid #84A194;
        border-left: 4.375rem solid transparent;
    }
    
    .footer-misc-links > .grid-x > .cell {
        padding-left: 0;
        padding-right: 0;
    }
    
    .contact-page-social-links img, .contact-page-social-links svg {
        height: 5.75rem;
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
    }
    
    .contact-text {
        padding-right: 10%;
    }
    
    .footer-logo img {
        max-height: 200px;
    }
    
    .contact-page-social-links a:hover img {
        -webkit-transform: scale(.8);
        transform: scale(.8);
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
    }
    
    a img {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
    }
    
    a:hover img {
        -webkit-transform: scale(.8);
        transform: scale(.8);
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
    }
    
    .location-top-content {
        margin: 3.75rem 0;
    }
    
    .poi-container {
        height: 690px;
    }
    
    #mapNav {
        max-width: 300px;
        left: calc(100% - 42px);
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
    }
    
    #mapNav.map-nav-out {
        left: calc(100% - 300px);
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
    }
    
    .poi-box-sidebar {
        padding: 3rem;
    }
    
    .map-toggle-btn {
        width: 3.5rem;
        height: 3.5rem;
        left: -1.75rem;
        top: 1rem;
    }
    
    .poi-list li a {
        font-size: 1.125rem;
        line-height: 2.25;
        padding-left: 3rem;
        margin: .25rem 0;
    }
    
    .contact-page-hours {
        margin-bottom: 7rem
    }
    
    .v-tour-btn {
        min-width: 150px;
    }
    
    .contact-page-form h2 {
        font-size: 4.5rem;
        letter-spacing: 9px;
        width: 75%;
        margin: 0 auto 1rem auto;
    }

}

/* SVG ICONS */
.brown-link .icon-bg { 
    fill: #FFF;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.brown-link .icon {
    fill: #AC6D3A;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.green-link .icon-bg {
    fill: #84A194;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.green-link .icon {
    fill: #FFF;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

/* SVG ICON:HOVER */
.brown-link:hover .icon-bg {
    fill: #555;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.brown-link:hover .icon {
    fill: #AC6D3A;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.green-link:hover .icon-bg {
    fill: #AC6D3A;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.green-link:hover .icon {
    fill: #FFF;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}


@media screen and (min-width: 64em) {
    .floorplans-wrapper {
        margin: 2.5rem 0 1.5rem;
    }
}

.pet-policy-modal .contact-top {
    padding: 1.5rem 2rem 0;
}

.pet-policy-modal p, .pet-policy-modal li {
    color: #FFF;
}

.misc-top-links > .grid-x, .misc-btm-links > .grid-x {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media screen and (min-width: 40em) {
    .misc-top-links > .grid-x, .misc-btm-links > .grid-x {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

/*** SPECIALS MODAL ***/
.specials-modal .contact-top {
    background: #B97A47;
    padding: 1.25rem 0;
}

.specials-modal .contact-top p {
    color: #FFF;
}


.specials-modal .modal-topline {
    
}

.specials-modal .modal-midline {
    text-transform: uppercase;
    font-family: "apotek-comp", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 2.25rem;
    line-height: .8;
    padding: 1rem 0;
    letter-spacing: 1px;
    margin: 0;
}

.specials-modal .modal-btmline {
    font-size: 1.3rem;
    line-height: 2;
}

.specials-modal .specials-disclaimer {
    line-height: 1.3;
    margin: 1rem 0 .75rem;
    font-size: .875rem;
    padding: 0 1rem;
}

.tour-window-container {
    aspect-ratio: 16 / 9;
    width: 100%;
    margin: 0 auto;
}

.tour-window-container > iframe {
    width: 100%;
    height: 100%;
    border: 2px solid #555;
    margin-top: 1rem;
}

@media screen and (min-width: 48em) {
    .specials-modal .modal-midline {
        font-size: 3.5rem;
        padding: 1rem;
        letter-spacing: 5px;
    }
}

@media screen and (min-width: 1640px) {
    .contact-form .modal-container {
        width: 40%;
    }
}

@media screen and (min-width: 1900px) {
    .contact-form .modal-container {
        width: 35%;
    }
}

.contact-spacer {
    margin: 0 .375rem;
}


@media screen and (max-width: 767px) {
    .imap-container > .grid-container {
        width: 100%;
    }
    
    .imap-container.ui-tabs-panel {
        padding: 1em 0;
    }
}

@media screen and (min-width: 64em) {
    .tour-window-container {
        width: 50%;
    }
    
    .tour-window-container > iframe {
        margin-top: 2rem;
    }
}

.add-heading h1 {
    color: #000;
    margin: 0 0 1rem;
    font-family: "apotek-comp", sans-serif;
    font-size: 2rem;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 3px;
    text-align: center;
    text-transform: uppercase;
    padding-left: 3px;
}

.amenities-page .add-heading h1 {
    margin: 1rem 0 0;
    font-size: 1.5rem;
    letter-spacing: 2px;
    padding-left: 2px;
}

@media screen and (min-width: 48em) {
    .add-heading h1 {
        margin: 0 0 1.75rem;
        font-size: 3rem;
        letter-spacing: 4px;
        padding-left: 4px;
    }
    
    .amenities-page .add-heading h1 {
        margin: 2rem 0 0;
        font-size: 3rem;
        letter-spacing: 3px;
        padding-left: 3px;
    }
}

@media screen and (min-width: 64em) {
    .home-page .home-text,
    .location-page .home-text {
        padding: 1% 1% 3.5% 6%;
    }
    
    .add-heading h1 {
        margin: 0 0 1.5rem;
        font-size: 3.25rem;
        letter-spacing: 3px;
        padding-left: 0;
        text-align: left;
    }
    
    .amenities-page .add-heading h1 {
        padding-left: 2.25rem;
    }
}

@media screen and (min-width: 83.313em) {
    .location-page .add-heading h1 {
        font-size: 3rem;
    }
}

@media screen and (min-width: 120em) {
    .home-page .home-text,
    .location-page .home-text {
        padding: 0 1% 0 6%;
    }
    
    .add-heading h1 {
        margin: 0 0 1.75rem;
        font-size: 4.125rem;
        letter-spacing: 3px;
        padding-left: 0;
        text-align: left;
    }
    
    .amenities-page .add-heading h1 {
        margin: 2rem 0 0;
        font-size: 5rem;
        letter-spacing: 5px;
        padding-left: 5px;
        text-align: center;
        width: 65%;
    }
    
    .amenity-title {
        margin: 2.5rem 0 4rem;
    }
    
    .location-page .add-heading h1 {
        font-size: 4.125rem;
    }
}


.monthly-leasing-modal .modal-center-wrap {
    height: 100%;
}

.monthly-leasing-modal .modal-container {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (min-width: 48em) {
    .monthly-leasing-modal .modal-container {
        
    }
}

@media screen and (min-width: 1900px) {
    .monthly-leasing-modal .modal-container {
        width: 40%
    }
}



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



