/* ***********************************************************
## FONTS on Parent
*********************************************************** */

/* html,
body {
    font-size: 62.5%;
    font-family: 'Prompt-Regular', sans-serif;
    font-weight: 500;
    font-display: swap;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smooth: grayscale;
    background: #123559;
}

@font-face {
    font-family: "Prompt-Regular";
    src: url("../../halstead/_fonts/Prompt-Regular/Prompt-Regular.woff2") format("woff2"), url("../../halstead/_fonts/Prompt-Regular/Prompt-Regular.woff") format("woff");
}

@font-face {
    font-family: "Prompt-Medium";
    src: url("../../halstead/_fonts/Prompt-Medium/Prompt-Medium.woff2") format("woff2"), url("../../halstead/_fonts/Prompt-Medium/Prompt-Medium.woff") format("woff");
}

@font-face {
    font-family: "Prompt-SemiBold";
    src: url("../_fonts/Prompt-SemiBold/Prompt-SemiBold.woff2") format("woff2"), url("../_fonts/Prompt-SemiBold/Prompt-SemiBold.woff") format("woff");
}

@font-face {
    font-family: "Prompt-Bold";
    src: url("../../halstead/_fonts/Prompt-Bold/Prompt-Bold.woff2") format("woff2"), url("../../halstead/_fonts/Prompt-Bold/Prompt-Bold.woff") format("woff");
}

@font-face {
    font-family: 'ThirtylaneScript-Regular';
    src: url("../../halstead/_fonts/ThirtylaneScript-Regular/ThirtylaneScript-Regular.woff2") format("woff2"), url("../../halstead/_fonts/ThirtylaneScript-Regular/ThirtylaneScript-Regular.woff") format("woff");
}

@font-face {
    font-family: 'PlayfairDisplay-Regular';
    src: url("../../halstead/_fonts/PlayfairDisplay-Regular/PlayfairDisplay-Regular.woff2") format("woff2"), url("../../halstead/_fonts/PlayfairDisplay-Regular/PlayfairDisplay-Regular.woff") format("woff");
} */


/*GENERAL*/

body::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

body::-webkit-scrollbar-thumb {
    background: 255, 255, 255;
    outline: none;
}

::-webkit-scrollbar-track {
    background: #123559;
}

::-webkit-scrollbar-thumb {
    background: #fff;
}

::-webkit-scrollbar-thumb:hover {
    background: #556F7C;
}

header > div._banner {
    background-color: #123559;
}

header p.hide a {
    display: inline-block;
}

header p.hide a:hover {
    color: #D27F5B;
}

header.sticky {
    background-color: #123559;
}

header > div._header > div nav > ul li:not(.neo_schedule) a:hover {
    color: #D27F5B;
}

header > div._header > div nav > ul li.current-menu-item a {
    color: #D27F5B;
}

header > div._header > div nav > ul li:not(.neo_schedule) a:after {
    position: absolute;
    top: 100%;
    left: 0%;
    right: 0;
    background: #D27F5B;
    width: 8px;
    height: 8px;
    content: "";
    margin: auto;
    border-radius: 50%;
    -webkit-transition: transform 0.45s ease-in-out;
    -moz-transition: transform 0.45s ease-in-out;
    -ms-transition: transform 0.45s ease-in-out;
    -o-transition: transform 0.45s ease-in-out;
    transition: transform 0.45s ease-in-out;
}

header > div._banner > div ul li a:hover {
    color: #D27F5B;
}

header > nav.neo_mb > ul li._mobiShow a {
    font-size: 16px;
    text-transform: unset;
}

header > nav.neo_mb.active {
    background-color: #123559;
}

/* h1 {
    font-family: "ThirtylaneScript-Regular";
    font-size: 7.5vw;
} */

/* h1 strong {
    font-size: 70px;
} */

/* h2 {
    font-family: "ThirtylaneScript-Regular";
    color: #E0C508;
    font-size: 7em;
} */

p,
a,
li {
    font-family: "Prompt-Regular";
}

/* strong {
    font-family: "Prompt-Regular";
    font-size: 35px;
} */

/* .neo__data > div {
    padding: calc(4vw + 30px) 0 0;
} */

.neo__data > div strong {
    /* font-family: "PlayfairDisplay-Regular";*/
    /* font-size: 53px; */
    padding: 0 2vw;
    color: #123559;
    /* margin: 0 0 -2vw 0; */
}

.neo_schedule a,
.neo_btn,
.neo_schedule a.shiraz,
.neo_btn.shiraz {
    background-color: #D27F5B;
    outline: 1px #E4E3DD solid;
    outline-offset: -4px;
}



.neo_btn._indigo,
.neo__filter > div > ul > li button.neo_search {
    background-color: #D27F5B;
    outline: 1px #E4E3DD solid;
    outline-offset: -4px;
    color: #000;
}

small {
    font-family: "PlayfairDisplay-Regular";
    color: #fff;
    font-size: 60px;
    display: block;
    line-height: 1.0;
}

.neow3hide {
    display: none;
    visibility: hidden;
    overflow: initial
}

img.lazy {
    display: block
}

.neo__data > div {
    margin: auto;
    text-align: center;
    width: 70%;
    padding: calc(4vw + 30px) 0 calc(3vw + 30px) 0;
}

.neo__data.overview-section > div {
    background-color: #DBBAB1;
    width: 100%;
}

.neo__data > div h2 {
    margin: calc(0.25vw + 2px) auto;
    color: #123559;
}

.neo__data > div a {
    display: table;
    margin: calc(1vw + 15px) auto
}

.neo__data > div p {
    margin: 20px auto 10px
}

/* .neo__data > div strong {
    padding-right: 15%
} */

.neo__data > div p {
    max-width: 800px;
    width: 100%
}

.neo__data .badge {
    max-width: 300px;
    max-height: 300px;
    min-width: 130px;
    min-height: 130px;
    width: 18vw;
    height: 18vw;
    position: absolute;
    top: -9vw;
    right: 2vw;
    content: "";
    z-index: 1;
    background-image: url("../_ui/_svg/badge.svg");
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
    -o-background-size: contain;
    background-position: center center;
    background-repeat: no-repeat
}

.neo__hero {
    min-height: 590px;
    height: 80vh
}

.neo__hero figure {
    height: 100%
}

.neo__hero figure span {
    background: rgba(0, 0, 0, 0.2)
}

.neo__hero > div {
    position: absolute;
    right: 0%;
    bottom: 4vw;
    left: 0%;
    width: 88%;
    z-index: 5;
    text-align: left;
    margin: auto
}

.neo__hero > div strong {
    margin: 0 0;
    position: absolute;
    top: -55px;
    left: -6%
}


header {
    background: linear-gradient(0deg, rgba(0, 58, 93, 0) 0%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.64) 100%)
}

header.sticky {
    position: fixed;
    z-index: 999;
    top: -45px
}

.neo__privacy {
    width: 100%;
    margin: 0 auto
}

.neo__privacy > div {
    padding: calc(2vw + 20px) 0;
    margin: calc(4vw + 20px) auto;
    width: 85%;
    max-width: 1480px
}

.neo__privacy > div h1,
.neo__privacy > div h4,
.neo__privacy > div p,
.neo__privacy > div li {
    color: #fff
}

.neo__privacy > div h1 {
    margin: calc(4vw + 25px) 0 0 0
}

.neo__privacy > div p {
    margin: 10px 0
}

.neo__privacy > div h4 {
    margin-top: 40px
}

/* .neo__sitemap,
.neo__404,
.neo__thanks {
    background-image: url("../_ui/grfx/pattern-large.png");
    background-color: #123559;
    -webkit-background-size: 40%;
    -moz-background-size: 40%;
    background-size: 40%;
    -o-background-size: 40%;
    background-position: 0 0;
    background-repeat: repeat
} */

.neo__sitemap p,
.neo__404 p,
.neo__thanks p {
    margin: 25px auto
}

/* .neo_btn._indigo:after {
    top: -9px;
    left: -9px;
    border-top: solid #ffffff 1px;
    border-left: solid #ffffff 1px;
}

.neo_btn._indigo:before {
    bottom: -9px;
    right: -9px;
    border-right: solid #ffffff 1px;
    border-bottom: solid #ffffff 1px;
} */

.neo_schedule a:hover,
.neo_btn:hover,
.neo__filter > div > ul > li button.neo_search:hover,
.neo_schedule a.shiraz:hover,
.neo_btn.shiraz:hover {
    outline: none;
}

.hywrap button[type="submit"] {
    border-color: transparent !important;
    background-color: #D27F5B !important;
    outline: 1px #FFFFFF solid !important;
    outline-offset: -4px !important;
    font-family: "Prompt-Bold" !important;
    font-size: 14px !important;
    color: #123559 !important
}

.hywrap button[type="submit"]:hover {
    border-color: #D27F5B !important;
    background-color: #ffffff !important;
    outline: 1px #D27F5B solid !important;
    color: #D27F5B !important;
}





/*HOME*/

.neo__hero > div {
    text-align: center;
}

.neo__hero > div strong {
    font-family: "Prompt-Regular";
    font-size: 35px;
}

.neo_carrousel .neo_caption {
    padding: 0 0 0 7px;
    /* bottom: 12vw; */
    height: auto;
    text-align: left;
    width: 88%;
}

.neo_carrousel .neo_caption strong {
    /* font-family: "PlayfairDisplay-Regular";
    font-size: 100px;
    line-height: 0.8; */
    margin-bottom: 1vw;
    position: relative;
    top: auto;
    left: 0;
}

.neo_amenities > div h2 {
    padding: 0;
    color: #ffffff;
}

.neo__data {
    min-height: 400px;
    /* background-image: url("../_ui/grfx/grfx-pattern-terracotta.png");
    -webkit-background-size: 40%;
    -moz-background-size: 40%;
    background-size: 40%;
    -o-background-size: 40%;
    background-position: 0 0;
    background-color: #123559;
    background-repeat: repeat; */
}

.neo__links > div > ul > li:first-child {
    display: block;
    text-align: center;
    /* background-color: #E0C508; */
}

.neo__links > div > ul > li:first-child strong {
    color: #123559;
}

.neo__links > div > ul > li a._st2 {
    background-color: #4185B1;
}

.neo__links > div > ul > li a h6 {
    line-height: 1.5;
    opacity: 0.8;
    font-size: 75px;
}

.neo__links > div > ul > li a._st3 {
    background-color: #DBBAB1;
}

.neo__links > div > ul > li a._st3 h6,
.neo__links > div > ul > li a._st3 p {
    color: #123559;
}

.neo__links > div > ul > li p {
    font-family: "PlayfairDisplay-Regular";
    text-shadow: none;
    font-size: 46px;
    line-height: 1;
}

.neo__links > div > ul > li h2 {
    color: #fff;
}

.neo__links > div > ul > li h5:hover {
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 10px;
}

footer {
    background-color: #123559;
}

footer > div > div._top > div:nth-of-type(3) a:hover {
    color: #000;
}

.neo__sitemap a:hover {
    color: #D27F5B;
}

footer > div > div._bottom a,
footer > div > div._bottom span {
    font-weight: 500;
}

@media screen and (max-width: 1280px) {
    .neo__links > div > ul > li p {
        font-size: 42px;
    }

    .neo__links > div > ul > li:first-child {
        padding: calc(8% + 10px);
    }
}



/* ***************************************
********* HOME PAGE AMENITIES CARDS ****** 
**************************************** */

/* .neo_amenities > div {
    margin: 5vh auto 0;
} */

.neo_amenities > div > ul > li > div {
    width: 96%;
    height: 96%;
    padding: 4vw 2vw;
}

.neo_amenities > div > ul > li > div:after {
    width: 70px;
    height: 70px;
    top: 0;
    bottom: 0;
}

.neo_amenities > div > ul > li > div p:nth-of-type(1) {
    margin: 0 auto;
    /* font-size: 20px; */
    width: 80%;
    height: 50%;
}

.neo_amenities > div > ul > li > div p:nth-of-type(1) svg {
    margin-top: calc(50% - 120px);
}

.neo_amenities > div > ul > li > div p:nth-of-type(2) {
    margin: 0 auto;
    /* font-size: 20px; */
    width: 80%;
    height: 50%;
}

/* .neo_amenities > div > ul > li > div._greenCard:hover {
    background-color: #186D73;
}

.neo_amenities > div > ul > li > div._blueCard:hover {
    background-color: #123559;
}

.neo_amenities > div > ul > li > div._orangeCard:hover {
    background-color: #A7543B;
}

.neo_amenities > div > ul > li > div._greyCard:hover {
    background-color: #454543;
} */

/* body[id=index] .neo_amenities > div > ul > li h5 {
    font-family: "ThirtylaneScript-Regular";
    font-size: 55px;
    line-height: 1;
    letter-spacing: 1px;
    font-weight: 400;
} */





/* ************************************
********* HOME PAGE POPUP STYLES ****** 
************************************* */

.neo_popup {
    background-color: #F5F5F5;
    border: solid #F5F5F5 16px;
    z-index: 9999;
    min-height: 360px;
    min-width: 360px;
}

.neo_popup:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background-size: cover;
    background-position: center center;
    background-image: url(../_ui/grfx/pattern-small.png);
    background-repeat: repeat;
    /* -webkit-background-size: 40%;
    -moz-background-size: 40%;
    background-size: 40%;
    -o-background-size: 40%; */
    background-position: 0 0;
}

.neo_popup strong {
    overflow: hidden;
    /* font-family: "ThirtylaneScript-Regular"; */
    font-size: 64px;
}

.neo_popup .neo_x {
    width: 55px;
    height: 55px;
    top: 15px;
    right: 15px;
    content: "";
    /* background-image: url(../_ui/exit-white.svg); */
}

/* .neo_popup:hover,
.neo_popup:active {
    cursor: pointer;
} */





/* ***********************************
********* OVERRIDING SLIDER.CSS ****** 
*********************************** */

body[id=index] .neo_amenities {
    padding: calc(2vw + 5px) 0 calc(4vw + 25px) 0;
    background-image: url(../_ui/grfx/pattern-large.png);
    /* -webkit-background-size: 27%;
    -moz-background-size: 27%;
    background-size: 27%;
    -o-background-size: 27%; */
    background-position: 0 0;
    background-color: #123559;
    background-repeat: repeat;
}

body[id=index] .neo_amenities > div strong {
    padding-right: 0;
    color: #ffffff;
    margin: 3vw 0 0 0;
}

.neo_amenities > div h2 {
    padding: 0;
}

.neo__stats h2 {
    left: 0;
    /* font-family: "PlayfairDisplay-Regular";
    font-size: 140px;
    line-height: 0.8; */
}

.neo__stats h2 strong {
    position: relative;
    top: auto;
    left: auto;
    margin: 0 0 -1vw 0;
}

/* .neo__stats .slick-slide h3 {
    font-family: "Prompt-Regular";
    font-size: 174px;
}

.neo__stats .slick-slide.slick-center h3 {
    font-size: 174px;
    color: #ffffff;
} */

/* .neo__stats .slick-slide.slick-center p {
    color: #ffffff;
    font-family: "Prompt-Bold"; 
    font-size: 18px;
} */

/* .neo__stats .slick-slide p {
    margin: -1vw auto 0;
    font-family: "Prompt-Regular";
    font-size: 20px;
} */

.neo__slider .sliderContainer {
    margin-top: 2vw;
}

.neo__stats .slick-slide.slick-center {
    background-color: #DBBAB1;
}

.slick-arrow {
    max-width: 70px;
    max-height: 70px;
}

.neo__slider > h2 {
    left: 0;
}

.neo__slider > h2 strong {
    position: relative;
    top: auto;
    left: auto;
    margin: -1vw 0 -1vw 0;
}

.neo__slider {
    min-height: 400px;
    /* background-image: url(../_ui/grfx/pattern-tile-blue.png);
    -webkit-background-size: 40%;
    -moz-background-size: 40%;
    background-size: 40%;
    -o-background-size: 40%;
    background-position: 0 0; */
    background-color: #071C31;
    /* background-repeat: repeat; */
    text-align: center;
}








/* **********************************
********* OVERRIDING PLANS.CSS ****** 
********************************** */

body[id=plans] {
    /* background-image: url("../_ui/grfx/grfx-pattern-dark-blue.png");
    -webkit-background-size: 40%;
    -moz-background-size: 40%;
    background-size: 40%;
    -o-background-size: 40%; */
    background-position: 0 0;
    /* background-color: #123559; */
    background-repeat: repeat;
}

.neo__hero > div {
    bottom: 0;
    top: 0;
    height: 0;
}

.neo__hero > div h1 {
    text-align: left;
    margin: auto;
    position: absolute;
    font-family: "PlayfairDisplay-Regular";
    font-size: 60px;
    top: 25vh;
}

.neo__hero > div strong {
    margin: 0 0;
    position: relative;
    top: 0;
    left: 7px;
    /* margin: 0 0 -1vh 0; */
    text-align: left;
}

.neo_beds span label {
    border-radius: 50%;
    border: none;
    color: #000;
}

.neo_beds span label:hover {
    background-color: #D27F5B;
}

.neo_beds span input[type=checkbox]:checked ~ label,
.neo_beds span input[type=radio]:checked ~ label {
    background: #D27F5B;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    background: #4185B1;
    border: 0;
    border-radius: 50%;
}

.dataTables_wrapper .dataTables_filter select,
.dataTables_wrapper .dataTables_filter input,
.dataTables_wrapper .dataTables_length select,
.dataTables_wrapper .dataTables_length input {
    background-color: #fff;
    color: #085872;
}

.dataTables_wrapper .dataTables_filter input:focus,
.dataTables_wrapper .dataTables_length input:focus {
    background-color: #fff;
    color: #085872;
}

/* 
table.dataTable thead th,
table.dataTable thead td {
    background-color: #335A76;
    color: #ffffff;
} */

table.dataTable thead th {
    font-family: "Prompt-Semibold";
    font-size: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

table tbody td {
    font-family: "Prompt-Bold";
    font-size: 16px;
    color: #123559;
}

/* table tbody td:nth-child(2n+2) {
    font-family: "Prompt-Bold";
    color: #046A38;
    font-size: 20px;
} */

table tbody td._normal {
    color: #123559;
}

/* .mfp-bg {
    height: 100% !important;
    top: 0 !important;
    bottom: 0 !important;
}

body[id=plans]:has(.mfp-bg) {
    position: absolute;
    overflow: hidden;
} */

table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child:before {
    background-color: #4185B1 !important;
}


/* ***************************************
********* FLOORPLAN LIGHTBOX STYLES ****** 
****************************************** */

.neo__details > div strong {
    font-family: "Prompt-Medium";
    font-size: 30px;
    font-weight: 400;
}

.neo__details > div p {
    font-family: "Prompt-Medium";
    font-size: 17px;
    font-weight: 400;
}

.neo__details > div h6 {
    font-family: "Prompt-Medium";
    font-size: 70px;
    color: #123559;
}

.neo__details > div p._lg {
    font-family: "Prompt-SemiBold";
    font-size: 20px;
    font-weight: 400;
    color: #123559;
    margin: 3vw auto;
}

button.mfp-close {
    content: "";
    border: 0;
    /* width: 45px;
    height: 45px;
    background-image: url("../../halstead-child/_ui/_svg/grfx-close.svg");
    background-repeat: no-repeat; */
}

/* button.mfp-close svg {
    display: none;
} */




/* *************************************
************ AMENITIES & FEATURES ****** 
************************************** */

.neo__grid._service > div > aside > div {
    margin: calc(2vw + 20px) auto;
    min-height: 900px;
}

.neo__grid._service > div > aside > div p {
    color: #123559;
    margin: 2vw auto 0;
}

.neo__grid._service > div > aside > div ul li {
    color: #123559;
    list-style-position: outside;
    padding-left: 0;
    margin-left: 0;
    text-indent: -16px;
}

/* body[id=amenities] {
    background-image: url(../_ui/grfx/grfx-pattern-dark-blue.png);
    -webkit-background-size: 40%;
    -moz-background-size: 40%;
    background-size: 40%;
    -o-background-size: 40%;
    background-position: 0 0;
    background-color: #123559;
    background-repeat: repeat;
} */

body[id=amenities] header.sticky {
    background-color: #123559;
}

.neo_amenities > div strong {
    position: relative;
    top: auto;
    left: auto;
    text-align: center;
    padding: 0;
    margin: 0;
    /* font-size: 53px; */
}

/* .neo_amenities > div > ul > li h5 {
    font-family: "ThirtylaneScript-Regular";
    font-size: 35px;
    line-height: 1;
    letter-spacing: 1px;
    text-transform: capitalize;
} */

.neo_amenities > div > ul > li img {
    height: 100%;
}

.neo__grid._convenience > div > aside,
.neo__grid._service > div > aside {
    background-color: #ffffff;
}

.neo__grid._service > div > aside strong {
    color: #4C85A5;
    line-height: 1.1;
}

.neo__grid._service > div > aside h2 {
    color: #123559;
}

.neo__grid._service > div > aside h6 {
    color: #4185B1;
}

.neo__grid._service > div > aside ul li {
    /* margin: 10px 0; */
    line-height: 1.2;
}

.neo__grid._service > div > aside ul li span {
    color: #4185B1;
    line-height: 1.5;
}

.neo__grid._service > div > aside ul li span:before {
    /* background-color: green; */
}

.neo__siteplans {
    padding: calc(1vw + 20px) 0 calc(3vw + 60px);
    /* background-color: #123559; */
}

.neo__grid._convenience > div > aside {
    background-color: #F4F4F4;
}

.neo__grid._convenience > div > aside > div strong,
.neo__grid._convenience > div > aside > div h6,
.neo__grid._convenience > div > aside > div ul li span {
    color: #123559;
}

.neo__grid._convenience > div > aside > div h2 {
    color: #A7543B;
}

.neo__grid._convenience > div > aside > div h6,
.neo__grid._service > div > aside > div h6 {
    font-family: "Prompt-Bold";
}

.neo__grid._convenience ul li span:before,
.neo__grid._service ul li span:before {
    content: "";
    position: absolute;
    top: 12px;
    left: -32px;
    width: 9px;
    height: 9px;
    background: transparent;
    background-image: url(../_ui/grfx/grfx-bullet.svg);
    background-size: contain;
    background-repeat: no-repeat;
}





/* *************************************
************ VR PAGE ************* 
************************************** */
body[id=template-tours] header {
    background: #123559;
}

#tour {
    width: 100%;
    height: 90vh;
    min-height: 650px;
    margin: 185px auto 0;
}





/* *************************************
************ LOCATION PAGE ************* 
************************************** */

/* body[id=location] {
    background-image: url(../_ui/grfx/Reston-burgandy-tile.webp);
    -webkit-background-size: 27%;
    -moz-background-size: 27%;
    background-size: 27%;
    -o-background-size: 27%;
    background-position: 0 0;
    background-color: #123559;
    background-repeat: repeat;
} */

body[id=location] header.sticky {
    background-color: #123559;
}

/* body[id=location] h1 {
    font-family: "Prompt-Regular";
    color: #fff;
    font-size: 70px;
} */

.neo__stats > div > ul._st4 li:last-child div:first-child {
    background-color: #917275;
    /* height: 100%; */
}

.neo__stats > div > ul._st2 li:last-child div:last-child {
    background-color: #D27F5B;
    height: 25vw;
}

.neo__stats > div > ul._st1 li:first-child div:last-child {
    background-color: #123559;
}

/* .neo__stats > div > ul._st4 li:last-child div:last-child aside {
    width: 100%;
} */

/* .neo__stats > div strong {
    color: #123559;
} */

.neo__stats > div > ul p {
    font-family: "Prompt-Regular";
    font-size: 20px;
    color: #ffffff;
    font-weight: 500;
}

.neo__stats > div > ul p br {
    display: inline-block;
    margin: 10px auto;
}

.neo__stats > div > ul p._lg {
    color: #123559;
    font-family: "Prompt-Regular";
    font-size: 20px;
}

.neo__stats > div > ul._st2 li:last-child strong {
    color: #fff;
    width: auto;
    /* font-size: 60px; */
    padding-right: 0;
}

.neo__stats > div > ul p span {
    font-family: "Prompt-Bold";
}

/* .neo__stats > div > ul._st3 li:first-child div:first-child {
    background-color: #6BA539;
    height: 50%;
} */

.neo__stats > div > ul._st3 li:first-child div:last-child {
    background-color: #ffffff;
    height: 35vw;
}

.neo__stats > div > ul._st4 li:last-child div:last-child {
    background-color: #DBBAB1;
    height: 35vw;
}

.neo__stats > div > ul._st4 li:last-child div:last-child strong {
    color: #123559;
    /* font-size: 60px; */
    margin-bottom: 2vw;
}

.neo__stats > div > ul._st4 li:last-child strong {
    padding-right: 3%;
}

/* .neo__maps {
    background-image: url(../_ui/grfx/grfx-pattern-terracotta.png);
    -webkit-background-size: 40%;
    -moz-background-size: 40%;
    background-size: 40%;
    -o-background-size: 40%;
    background-position: 0 0;
    background-color: #F4F4F4;
    background-repeat: repeat;
} */

.neo__maps > div strong {
    margin: 0;
    padding: 0;
    color: #123559;
    text-align: center;
    margin: 0 0 -2vw 0;
}

.neo__maps > div h2 {
    color: #ffffff;
}

.neo_amenities > div > ul > li > div {
    width: 100%;
    height: 100%;
    padding: 0;
}

.neo_amenities > div > ul > li > div p {
    margin: 2vw auto 0;
    font-size: 16px;
    font-family: "Prompt-Regular";
}

.neo_amenities > div > ul > li > div._greenCard:hover,
.neo_amenities > div > ul > li > div._blueCard:hover,
.neo_amenities > div > ul > li > div._orangeCard:hover,
.neo_amenities > div > ul > li > div._greyCard:hover {
    background-color: rgba(0, 0, 0, 0.4);
}

/* .neo_amenities > div > ul > li > div._blueCard:hover {
    background-color: #123559;
}

.neo_amenities > div > ul > li > div._orangeCard:hover {
    background-color: #A7543B;
}

.neo_amenities > div > ul > li > div._greyCard:hover {
    background-color: #454543;
} */






/* ************************
********* GALLERY ********* 
************************* */

.neo__gallery {
    /* background-image: url(../_ui/grfx/Reston-blue-tile.webp);
    -webkit-background-size: 27%;
    -moz-background-size: 27%;
    background-size: 27%;
    -o-background-size: 27%;
    background-position: 0 0;
    background-repeat: repeat; */
    background-color: #123559;
}

.neo__gallery > div strong {
    padding-right: 0;
    margin: 0;
}

.neo__gallery .filter-controls .neo_filter a {
    text-transform: capitalize;
}

/* .mfp-wrap .mfp-image-holder .mfp-content .mfp-close,
.mfp-wrap .mfp-iframe-holder .mfp-content .mfp-close {
    background-color: #186D73;
} */

/* .neo__gallery .filter-controls .neo_filter a.filterActive:after {
    background-color: #E1AEA1;
} */

.neo__gallery .filter-controls .neo_filter a:hover {
    color: #D27F5B;
}

.neo__gallery .filter-controls .neo_filter a:hover:after {
    background-color: #D27F5B;
}

/* *********************************************
************ 404, THANK YOU, SITEMAP PAGE ****** 
********************************************** */

.neo__sitemap,
.neo__404,
.neo__thanks {
    background-image: url(../_ui/grfx/pattern-large.png);
    background-color: #123559;
    /* -webkit-background-size: 40%;
    -moz-background-size: 40%;
    background-size: 40%;
    -o-background-size: 40%; */
    background-position: 0 0;
    background-repeat: repeat;
}

.neo__sitemap {
    min-height: 70vw;
}









/* ******************************************************************************************
*********************************************************************************************
*********************************************************************************************
*************************************** RESPONSIVE ******************************************
*********************************************************************************************
*********************************************************************************************
******************************************************************************************** */

@media screen and (max-width: 1480px) {
    /* .neo_carrousel {
        min-height: 56vw;
    } */

    .neo__links > div > ul > li:first-child {
        width: 44%;
    }

    .neo__links > div > ul > li:nth-child(2n + 2) {
        width: 56%;
    }

    .neo_amenities > div > ul > li > div p {
        margin: 0 auto 1vw auto;
    }

    /* ************************************************** FLOORPLANS ****************************************** */
    table tbody td {
        font-size: 16px;
    }

    .neo__hero > div {
        width: 90%;
    }

    /* ************************************************** AMENITIES ****************************************** */
    .neo__grid._service > div > aside > div {
        min-height: 69vh;
    }

    body[id=amenities] .neo_amenities > div > ul > li > div p:nth-of-type(2) {
        width: 90%;
        font-size: 14px;
    }

    /* ************************************************** LOCATION ****************************************** */
    /* .neo__stats > div > ul._st4 li:last-child div:last-child {
        height: 17vw;
    } */

    /* .neo__stats > div > ul p,
    .neo__stats > div > ul p._lg {
        font-size: 18px;
    } */

    .neo_popup strong {
        font-size: 4em;
    }

    .neo__sitemap {
        min-height: 80vw;
    }

    .neo__stats > div > ul._st3 li:first-child div:last-child {
        height: 40vw;
    }

    .neo__stats > div > ul._st3 li:last-child div {
        height: 40vw;
    }

}






@media screen and (max-width: 1280px) {
    /* h1 {
        font-size: 9rem;
    } */

    /* .neo_carrousel .neo_caption strong {
        font-size: 60px;
    } */

    .neo__links > div > ul > li h4 {
        margin: 2vw auto 0;
    }

    .neo_amenities > div > ul > li > div p {
        margin: 0 auto 1vw auto;
        font-size: 14px;
    }

    body[id=amenities] .neo_amenities > div > ul > li > div p:nth-of-type(2) {
        /* margin: 0 auto 1vw auto; */
        font-size: 12px;
    }


    /* .neo__stats .slick-slide h3,
    .neo__stats .slick-slide.slick-center h3 {
        font-size: 154px;
    } */

    /* .neo__links > div > ul > li a h6 {
        font-size: 72px;
    } */

    /* h2 {
        font-size: 90px;
    } */

    /* .neo__data > div strong {
        font-size: 55px;
    }

    strong {
        font-size: 55px;
    } */
    /* ************************************************** PLANS ****************************************** */

    .neo__plans .neo_btn {
        padding: 14px calc(1vw + 6px);
    }

    /* ************************************************** GALLERY ****************************************** */
    .neo__gallery > div {
        width: 90%;
    }

    /* ************************************************** LOCATION ****************************************** */
    /*.neo__stats>div>ul p, .neo__stats>div>ul p._lg {
        font-size: 18px;
     }*/

    .neo__stats > div > ul._st2 li:last-child strong {
        font-size: 56px;
        /* margin: 3vw 0 0; */
    }

    .neo__stats > div > ul._st4 li:last-child div:last-child strong {
        font-size: 56px;
    }

    .neo__stats > div > ul._st2 li:last-child div:first-child p {
        line-height: 1.25;
    }

    /* .neo__stats > div > ul._st4 li:last-child div:last-child p {
        line-height: 1.25;
    } */

    .neo__stats > div > ul p,
    .neo__stats > div > ul p._lg {
        font-size: 16px;
    }

    .neo__details > div h6 {
        font-size: 50px;
    }

    /* .neo_popup {
        width: 60%;
    } */

}


/* @media screen and (max-width: 1080px) {
    header > div._banner > div p {
        width: 100%;
        margin-bottom: 15px;
    }

    header > div._banner > div ul {
        width: 100%;
    }
} */

body[id=amenities] .neo_amenities > div > ul > li > div p:nth-of-type(1) svg {
    margin-top: calc(50% - 40px);
}


@media screen and (max-width: 1080px) {
    /* h1 strong {
        font-size: 65px;
    }

    h1 {
        font-size: 108px;
    } */

    header > div._banner > div p {
        width: 100%;
        /* margin-bottom: 15px; */
    }

    header > div._banner > div ul {
        width: 100%;
    }

    .neo_popup {
        width: 65vw;
    }

    .neo__data {
        min-height: 330px;
    }

    /* .neo__hero > div h1 {
        top: 5vw;
    } */

    /* .neo__stats .slick-slide h3,
    .neo__stats .slick-slide.slick-center h3 {
        font-family: "Prompt-Regular";
        font-size: 114px;
    } */

    /* .neo__stats .slick-slide h3 {
        margin-top: 7%;
    } */

    .neo__data .badge {
        max-width: 350px;
        max-height: 350px;
        min-width: 130px;
        min-height: 130px;
        width: 25vw;
        height: 25vw;
        top: -12.5vw;
        right: 2vw;
    }

    /* small {
        font-size: 124px;
    } */

    .neo_carrousel figure {
        height: 82vw;
        background-position: 90% center;
    }

    /* .neo__links > div > ul > li:first-child h4 {
        font-size: 104px !important;
    } */

    .neo__links > div > ul > li p {
        font-size: 36px;
    }

    .neo__links > div > ul > li h5 {
        font-size: 42px;
    }

    .neo__links > div > ul > li a h6 {
        font-size: 50px;
    }

    footer > div > div._bottom p,
    footer > div > div._bottom a,
    footer > div > div._bottom span {
        font-size: 13px;
    }

    /* ************************************************** FLOOR PLANS ****************************************** */
    .neo__filter > div > ul > li:nth-of-type(3) {
        display: inline-block;
    }

    table.dataTable > tbody > tr.child span {
        font-size: 14px;
    }

    /* ************************************************** AMENITIES ****************************************** */
    body[id=amenities] .neo_amenities > div > ul > li > div p:nth-of-type(2) {
        font-size: 20px;
        /* margin: 4vw auto 0; */
    }

    /* .neo__siteplans > div {
        width: 100%;
    } */

    /* ************************************************** LOCATION ****************************************** */
    /* .neo__stats > div > ul p,
    .neo__stats > div > ul p._lg {
        font-size: 15px;
    } */

    .neo__stats > div > ul._st2 li:last-child div:first-child p {
        line-height: 1.0;
    }

    .neo__sitemap {
        min-height: 90vw;
    }

    .neo__stats > div > ul._st1 li:first-child div:last-child {
        height: calc(20vw + 50px);
    }

    .neo__stats > div > ul._st1 li:last-child div:last-child {
        height: 30vw;
    }

    .neo__stats > div > ul._st3 li {
        height: 44vw;
    }

    .neo__stats > div > ul._st3 li:first-child div:last-child {
        height: 44vw;
    }

    .neo__stats > div > ul._st3 li:last-child div {
        height: 44vw;
    }

    .neo__stats > div > ul._st4 li:last-child div:last-child strong {
        margin-bottom: unset;
    }

    .neo__stats > div > ul._st2 li:last-child strong,
    .neo__stats > div > ul._st4 li:last-child div:last-child strong {
        font-size: 68px;
    }

    .neo__stats > div > ul strong._number {
        font-size: 68px;
    }

}


@media screen and (max-width: 960px) {

    .neo__data > div p br {
        display: none
    }

    footer > div > div._bottom p {
        margin-right: 0;
        width: 100%;
    }

    .neo__hero > div {
        width: 96%
    }

    .neo__hero > div strong {
        left: 0
    }

    .neo__grid._affordable > div > aside > div p strong {
        font-size: 16px;
    }

    .neo__hero > div h1 {
        margin: 20vw 0 0 3vw;
        top: unset;
        font-size: 54px;
    }

    table.dataTable thead th {
        font-size: 15px;
    }

    body[id=amenities] .neo_amenities > div > ul > li > div p:nth-of-type(2) {
        font-size: calc(20px + -7*(100vw - 960px) / -600);
    }

    .neo_popup {
        width: 80%;
    }

    .neo_popup strong {
        font-size: 3.5em;
        margin: calc(6vw + 30px) auto 0;
    }

    .neo__sitemap {
        min-height: 125vw;
    }

    .neo__sitemap > div,
    .neo__404 > div,
    .neo__thanks > div {
        width: 70%;
    }

    .neo__sitemap > div h1,
    .neo__404 > div h1,
    .neo__thanks > div h1 {
        line-height: 1.5;
    }
}



@media screen and (max-width: 960px) {

    header > div._banner > div p {
        width: 100%;
    }

    /* h1 {
        font-size: 98px;
    } */

    .neo_carrousel .neo_caption {
        padding: 0;
    }

    .neo_carrousel .neo_caption strong {
        font-size: 56px;
    }

    .neo_amenities > div > ul > li > div:after {
        /* width: 96px;
        height: 96px; */
        top: 0;
        bottom: 0;
    }

    .neo__grid._service > div > aside > div ul li,
    .neo__grid._service > div > aside > div p {
        font-size: 20px;
    }

    /* h2 {
        font-size: 82px;
    } */

    /* strong,
    .neo__data > div strong {
        font-size: 56px;
    } */


    .neo__stats .slick-slide {
        width: 34vw;
        height: 34vw;
    }

    .neo_amenities > div > ul > li > div p {
        font-size: 16px;
    }

    .neo_amenities > div > ul > li > div p:nth-of-type(1),
    .neo_amenities > div > ul > li > div p:nth-of-type(2) {
        font-size: 14px;
        width: 90%;
    }

    .neo__data > div {
        width: 80%
    }

    .neo__data .badge {
        top: -9.5vw;
    }

    .neo__links > div > ul > li:first-child {
        width: 100%;
    }

    .neo__links > div > ul > li:nth-child(2n + 2) {
        width: 100%;
    }

    .neo__links > div > ul > li h4 {
        margin: -2vw auto 0;
        font-size: 72px;
    }

    /* .neo__links > div > ul > li a h6 {
        font-size: 72px;
    } */

    .neo__links > div > ul > li a p {
        font-size: 45px;
        margin-top: 4vw;
    }

    small {
        margin-top: -23px;
    }

    footer > div {
        width: 90%;
    }

    /* ************************************************** FLOOR PLANS ****************************************** */
    body[id=plans] .neo__hero figure {
        background-position: 43% center;
    }

    .neo__hero {
        min-height: unset;
        height: 65vh;
    }

    table tbody td {
        font-size: 14px;
    }

    .neo__filter > div > ul > li:nth-of-type(3) {
        order: 3;
    }

    .neo__filter > div > ul > li:nth-of-type(4) {
        order: 4;
    }

    /* ************************************************** LOCATION ****************************************** */
    .neo__stats > div > ul p,
    .neo__stats > div > ul p._lg {
        font-size: 18px;
    }

    .neo__stats > div > ul._st4 li:last-child div:last-child p {
        line-height: 1.45;
    }

    .neo__stats > div > ul img {
        width: 100%;
    }

    .neo__stats > div > ul._st2 li:last-child strong {
        margin: 0 0 2vw 0;
    }

    .neo__stats > div > ul._st1 li:last-child div:last-child {
        height: 45vw;
    }

    .neo__stats > div > ul._st1 li:first-child div:last-child {
        height: calc(28vw + 50px);
    }

    /* ************************************************** CONTACT ****************************************** */
    body[id=contact] .neo__grid > div > article {
        min-height: auto;
    }
}


@media screen and (max-width: 960px) {
    .neo__grid._service > div > aside > div {
        width: 90%;
        padding: 4vw 4vw;
    }

    .neo_carrousel .neo_caption strong {
        font-size: 48px;
    }

    /* Location page <960 adjustments */

    .neo__stats > div > ul:nth-child(odd) li:nth-of-type(2) {
        order: 1;
    }

    .neo__stats > div > ul:nth-child(odd) li:nth-of-type(1) {
        order: 2;
    }

    .neo__stats > div > ul._st3 li {
        height: 25vw;
    }

    .neo__stats > div > ul._st3 li:nth-of-type(1) {
        top: 19vw;
        height: 54vw;
    }

    .neo__stats > div > ul._st4 {
        margin-top: 25vw;
    }

    .neo__stats > div > ul._st2 li:first-child {
        height: 55vw;
    }

    .neo__stats > div > ul._st2 li:nth-of-type(2) {
        height: 40vw;
    }

    .neo__stats > div > ul._st2 li:last-child div:last-child {
        height: 40vw;
    }

    .neo__stats > div > ul._st2 li:last-child div:first-child {
        /* background-color: #82959E; */
        height: 100%;
    }

    .neo__stats > div > ul._st2 li:first-child div {
        height: 100%;
    }

    /* .neo__stats > div > ul._st2 li:last-child div:first-child {
        height: 100%;
    } */

    .neo__stats > div > ul._st2 li:last-child div:first-child p {
        display: table;
        /* margin: -3vw 0; */
    }

    .neo__stats > div > ul._st3 li:first-child div:last-child {
        height: 60vw;
    }

    .neo__stats > div > ul._st2 li:last-child p {
        margin: 0;
    }

    .neo__stats > div > ul._st4 li:last-child div:first-child {
        height: 48vw;
    }

    /* .neo__stats > div > ul._st4 li:last-child div:last-child {
        display: none;
    } */

    .neo__stats > div > ul._st2 li:last-child div:last-child aside {
        top: 50%;
    }

    .neo__stats .slick-slide.slick-center h3 {
        font-size: 90px;
        margin-top: 7%;
    }

    .neo__stats .slick-slide h3 {
        font-size: 80px;
    }

}




@media screen and (max-height: 720px) {
    section.neo__hero div.neo_logo {
        top: 50vh
    }

    .neo__data > div {
        width: 88%;
        padding: calc(4vw + 10px) 0;
    }

    .neo__hero > div {
        width: 90%;
        bottom: calc(10vw + 20px)
    }

    .neo__hero > div strong {
        top: -45px
    }

    .neo__hero > div h1 {
        margin: 6vw 0 0 0;
    }

}

@media screen and (max-width: 720px) {
    header > div._banner > div p {
        font-size: 12px;
    }

    /* h1 {
        font-size: 84px;
    } */

    /* h2 {
        font-size: 72px;
    }

    strong,
    .neo__data > div strong {
        font-size: 30px;
    } */

    body[id=index] .neo_amenities > div > ul > li > div p {
        font-size: 20px;
        /* margin: 8vw auto 0; */
    }

    /* .neo_amenities > div > ul > li h5 {
        font-size: calc(42px + -5*(100vw - 960px) / -600);
        bottom: 15px;
    } */

    .neo__data {
        min-height: 252px;
    }

    .neo__data .badge {
        top: -10.5vw;
    }

    .neo__stats .slick-slide p {
        margin: -4vw auto 0;
    }

    .neo__stats .slick-slide h3,
    .neo__stats .slick-slide.slick-center h3 {
        margin: 16% auto 5%;
    }

    /* ************************************************** AMENITIES ****************************************** */
    /* body[id=amenities] .neo_amenities > div > ul > li > div p {
        font-size: 18px;
        margin: 2vw auto 0;
    } */

    .neo__grid._service > div > aside > div {
        min-height: 57vh;
    }

    /* ************************************************** LOCATION ****************************************** */
    .neo__mapbox {
        height: 720px;
        min-height: 720px;
    }

    .neo__stats > div > ul._st2 li:nth-of-type(2) {
        height: 48vw;
    }

    .neo__stats > div > ul._st2 li:last-child div:last-child {
        height: 48vw;
    }

    .neo__stats > div > ul._st4 li:last-child div:first-child {
        height: 58vw;
    }

    .neo__stats > div > ul._st3 li:nth-of-type(1) {
        top: 19vw;
        height: 62vw;
    }

    .neo__stats > div > ul._st3 li:first-child div:last-child {
        height: 68vw;
    }

}




@media screen and (max-width: 960px) {
    .neo__content > div article {
        width: 75%;
    }

    .neo_carrousel figure {
        height: 100vw;
    }

    body[id=amenities] .neo_amenities > div > ul > li > div p:nth-of-type(1) svg {
        margin-top: calc(50% - 60px);
    }
}





@media screen and (max-width: 720px) {
    .neo__content > div article {
        width: 100%;
    }

    .neo_schedule a,
    .neo_btn {
        padding: 14px calc(1vw + 14px);
    }

    .neo__data .badge {
        width: 30vw;
    }

    body[id=plans] .neo__hero {
        height: 58vh;
    }

    .neo__stats .slick-slide {
        width: 46vw;
        height: 46vw;
    }

    .neo_amenities > div > ul > li > div p:nth-of-type(2) {
        width: 80%;
        padding-top: 20px;
    }

    .neo_amenities > div > ul > li > div p:nth-of-type(1) svg {
        margin-top: calc(50% - 140px);
    }

    body[id=amenities] .neo_amenities > div > ul > li > div p:nth-of-type(2) {
        font-size: 13px;
    }

    .neo__stats > div > ul._st2 li:first-child,
    .neo__stats > div > ul._st2 li:first-child div {
        height: auto;
    }

}








@media screen and (max-width: 640px) {

    /* .neo_carrousel figure {
        height: 110vw;
        background-position: 80% center;
    } */

    header > div._header > div .neo_logo > a {
        width: 32vw;
    }

    .neo_carrousel figure {
        height: 130vw;
        background-position: 70% center;
    }

    .neo_carrousel .neo_caption {
        padding: 0 0 4vw 7px;
    }

    .neo__data > div {
        padding: calc(4vw + 30px) 0 0;
    }

    .neo__data.overview-section > div {
        padding: calc(4vw + 30px) 0 11vw 0;
    }

    /* h1 {
        font-size: 72px;
    } */

    /* .neo_carrousel .neo_caption strong {
        font-size: 42px;
    } */

    h2 {
        font-size: calc(50px + -15 * (100vw - 640px) / -600);
    }

    /* strong,
    .neo__data > div strong {
        font-size: 28px;
    } */

    .neo__data .badge {
        top: -9vw;
        right: 1vw;
    }

    body[id=index] .neo_amenities > div > ul > li > div p {
        width: 90%;
        /* margin: 6vw auto 0; */
        font-size: 16px;
    }

    /* body[id=index] .neo_amenities > div > ul > li h5 {
        font-size: 30px;
    } */

    .neo__hero > div h1 {
        margin: 30vw 0 0 3vw;
        font-size: 42px;
    }

    .neo_amenities > div {
        margin: 8vh auto 0;
    }

    .neo__stats .slick-slide {
        width: 55vw;
        height: 55vw;
    }

    .neo__featured > div h2 {
        margin: 6vw auto 0;
    }

    .neo__stats .slick-slide.slick-center h3,
    .neo__stats .slick-slide h3 {
        /* font-size: 85px; */
        margin: 5vw auto;
    }

    .neo__stats .slick-slide p,
    .neo__stats .slick-slide.slick-center p {
        line-height: 1.1;
        margin: -7vw auto 0;
    }

    .slick-arrow {
        width: 11vw;
        height: 11vw;
        top: calc(55% - 50px);
    }

    .neo__links > div > ul > li:first-child {
        padding: calc(11% + 10px);
    }

    .neo__links > div > ul > li:first-child strong {
        font-size: 38px;
    }

    .neo__stats:before {
        background-position: 70% center;
    }

    /* ************************************************** AMENITIES ****************************************** */
    /* body[id=amenities] .neo_amenities > div > ul > li > div {
        padding: 4vw 8vw;
    } */

    body[id=amenities] .neo_amenities > div > ul > li > div p {
        /* margin: 12vw auto 0; */
        font-size: 20px;
    }

    .neo__grid._service > div ul > li {
        /* width: 32%;
        margin: 0 2% 1% 0;
        line-height: 1.0;
        padding: 0;
        float: left;
        list-style-position: outside; */
        list-style-position: inside;
        padding: 0 0 0 10px;
        text-indent: -0.8em;
    }

    /* ************************************************** LOCATION ****************************************** */
    .neo__mapbox {
        height: 600px;
        min-height: 600px;
    }

    .neo__stats > div > ul._st4 {
        margin-top: 0;
    }

    .neo__stats > div > ul._st4 li:last-child div:last-child {
        height: 32vw;
    }

    .neo__stats > div > ul h1 {
        text-align: left;
        margin: 5px 0 0 -30px;
        line-height: 1.0;
    }

    .neo__links > div small {
        /* font-size: 112px; */
        margin-top: -3vw;
    }

    .neo__links > div > ul > li h4 {
        margin: 0;
    }

    .neo__links > div > ul > li a p {
        font-size: 28px;
        margin-top: 8vw;
    }

    .neo__links > div > ul > li a h6 {
        font-size: 42px;
    }

    footer > div > div._top .neo_logo > a {
        width: 32vw;
    }

    .neo__stats > div > ul._st2 li:nth-of-type(2) {
        height: auto;
    }

    .neo__stats > div > ul._st2 li:last-child div:last-child {
        height: auto;
        margin-bottom: 0;
    }

    .neo__sitemap {
        min-height: 160vw;
    }

    .neo__sitemap > div {
        top: 65%;
    }

    .neo__sitemap p,
    .neo__404 p,
    .neo__thanks p {
        margin: 10px auto
    }

    .neo__sitemap a.neo_btn {
        margin: 30px auto;
    }
}


@media screen and (max-width: 640px) {
    /* .neo__stats > div > ul._st2 li:last-child div:first-child p {
        margin: -5.5vw 0;
    } */

    .neo__stats > div > ul._st2 li:last-child div:last-child aside {
        top: unset;
        padding: 30px;
    }

    /* .neo__stats > div > ul._st3 li:first-child div:first-child p {
        margin: -7vw 0;
    } */

    /* .neo__stats > div > ul strong._number {
        font-size: 68px;
    } */

    .neo__stats > div > ul._st3 li:nth-of-type(1) {
        top: 0;
        height: auto;
        margin-bottom: 0;
    }

    .neo__stats > div > ul._st3 li:first-child div:last-child aside {
        padding: 30px;
    }

    /* .neo__stats > div > ul._st3 li:first-child strong {
        margin-top: -7vw;
    } */

    .neo__stats > div > ul._st3 li {
        height: auto;
    }

    .neo__stats > div > ul._st3 li:first-child div:last-child {
        height: auto;
    }

    .neo__stats > div > ul._st4 li:last-child div:first-child {
        height: 80vw;
    }

    .neo__stats > div > ul._st2 li:first-child {
        height: 49vw;
    }

    .neo_popup {
        width: 90%;
        border: solid #F5F5F5 8px;
    }

    .neo_popup strong {
        font-size: 3em;
        margin: calc(10vw + 30px) auto 0;
    }

    .neo__slider {
        min-height: unset;
        padding: calc(2vw + 30px) 0 0;
    }

    .neo_carrousel .neo_caption strong {
        font-size: 34px;
    }

    /* h1 {
        font-size: 53px;
    } */

    .neo__data .badge {
        top: -10vw;
        right: 4vw;
        width: 34vw
    }

    .neo__stats > div > ul._st1 li:first-child div:last-child {
        height: calc(40vw + 50px);
    }

    .neo__stats > div > ul strong._number,
    .neo__stats > div > ul._st2 li:last-child strong,
    .neo__stats > div > ul._st4 li:last-child div:last-child strong {
        font-size: 60px;
    }

    body[id=amenities] .neo_amenities > div > ul > li > div p:nth-of-type(2) {
        font-size: 18px;
        width: 80%;
    }

    footer > div > div._top .neo_logo {
        height: 32vw;
    }

    /* .neo_amenities > div {
        margin: 2vh auto 0;
    } */

    .neo__stats > div > ul._st1 li:first-child div:last-child {
        height: auto;
    }

    .neo__stats > div > ul div aside {
        position: relative;
        top: 0;
        transform: none;
        left: 0;
        width: 100%;
        padding: 30px;
    }
}

@media screen and (max-width: 460px) {
    footer > div > div._bottom p {
        margin: 0 5px;
        font-size: 13px
    }

    .neo__social > li {
        width: 15px;
        height: 15px
    }

    .neo_popup strong {
        font-size: 2.5em;
        margin: calc(17vw + 30px) auto 0;
    }

    .neo__sitemap {
        min-height: 185vw;
    }
}

@media screen and (max-width: 460px) {
    body[id=index] .neo_amenities > div > ul > li > div p {
        width: 90%;
        /* margin: 6vw auto 0; */
        font-size: 14px;
    }

    body[id=index] .neo_amenities > div > ul > li > div p:nth-of-type(2) {
        width: 80%;
        padding-top: 0;
    }

    .neo_amenities > div > ul > li > div p:nth-of-type(1) svg {
        margin-top: calc(50% - 120px);
    }

    body[id=amenities] .neo_amenities > div > ul > li > div p:nth-of-type(2) {
        font-size: 16px;
    }

    header > div._header > div .neo_logo > a {
        width: 40vw;
    }

    .neo_carrousel .neo_caption strong {
        line-height: 1.2;
        padding-bottom: 8vw;
    }

    .neo__data .badge {
        width: 42vw;
    }

    h1 {
        font-size: 52px;
    }

    h2 {
        font-size: 48px;
    }

    .neo_carrousel figure {
        height: 150vw;
        background-position: 48% center;
    }

    .neo__data .badge {
        top: -12vw;
    }

    .neo__hero > div strong {
        font-size: 30px;
    }

    /* .neo__hero {
        height: 72vw;
    } */

    .neo__hero > div h1 {
        margin: 42vw 0 0 0;
        font-size: 32px;
    }


    .neo__data.overview-section {
        min-height: 275px;
    }

    .neo__stats > div > ul strong._number,
    .neo__stats > div > ul._st2 li:last-child strong,
    .neo__stats > div > ul._st4 li:last-child div:last-child strong {
        font-size: 48px;
    }

    /* strong,
    .neo__data > div strong,
    .neo__stats > div > ul._st2 li:last-child strong,
    .neo__stats > div > ul._st4 li:last-child div:last-child strong {
        font-size: 48px;
    } */

    /* .neo__stats > div > ul._st2 li:nth-of-type(2) {
        height: 92vw;
    }

    .neo__stats > div > ul._st2 li:last-child div:last-child {
        height: 114vw;
    } */

    .neo__stats > div > ul._st4 li:last-child div:first-child {
        height: 94vw;
    }

    .neo_amenities > div {
        width: 96%;
    }

    /* .neo__stats .slick-slide {
        width: 70vw;
        height: 70vw;
    } */

    body[id=index] .neo_amenities > div > ul > li h5 {
        font-size: 24px;
    }

    /* .neo__stats h2 {
        font-size: 120px;
    } */

    .neo__stats .slick-slide {
        width: 62vw;
        height: 62vw;
    }

    .neo__stats .slick-slide h3,
    .neo__stats .slick-slide.slick-center h3 {
        font-size: 75px;
    }

    .neo__stats .slick-slide.slick-center h3 {
        font-size: 80px;
    }

    .neo__stats .slick-slide p,
    .neo__stats .slick-slide.slick-center p {
        font-size: 15px;
        /* line-height: 1.1; */
    }

    .slick-arrow {
        top: calc(60% - 50px);
    }

    .neo__links > div > ul > li a p {
        font-size: 24px;
        margin-top: 13vw;
    }

    /* small {
        font-size: 100px;
    } */

    .neo__links > div > ul > li a h6 {
        font-size: 32px;
    }

    .neo__links > div > ul > li h4 {
        font-size: 64px;
        margin: 0 auto;
    }

    .neo__links > div > ul > li h5 {
        font-size: 30px;
    }

    .neo__links > div small {
        margin-top: 0;
    }

    footer > div > div._bottom p,
    footer > div > div._bottom a,
    footer > div > div._bottom span {
        font-size: 12px;
    }

    /* ************************************************** LOCATION ****************************************** */
    .neo__stats > div > ul p,
    .neo__stats > div > ul p._lg {
        font-size: 16px;
    }

    body[id=location] h1 {
        font-size: 55px;
    }

    /* .neo__stats > div > ul._st3 li:nth-of-type(1) {
        height: 100vw;
    }

    .neo__stats > div > ul._st3 li:first-child div:last-child {
        height: 106vw;
    } */

    /* .neo__stats > div > ul._st4 li:last-child div:last-child {
        height: 46vw;
    } */

    footer > div > div._top .neo_logo > a {
        width: 40vw;
    }

}



.neo__grid._service > div > aside > div {
    min-height: unset !important;
}


/* Affordable Housing */
.page-template-affordable-housing .neo__hero figure span {
    background: rgba(0, 0, 0, 0.3);
}

.ahp_link {
    font-weight: bold;
    margin: 20px 0 40px;
}

.ahp_link a {
    display: inline-block;
    color: #A7543B;
    font-weight: bold;
    text-decoration: underline;
}

.neo__content {
    padding: 45px 0;
    background-image: url(../_ui/grfx/pattern-tile-blue.png);
    -webkit-background-size: 40%;
    -moz-background-size: 40%;
    background-size: 40%;
    -o-background-size: 40%;
    background-position: 0 0;
    background-color: #123559;
    background-repeat: repeat;
}

.neo__content > div {
    margin: 0 auto;
    width: 90%;
    max-width: 1480px;
    padding: calc(2vw + 40px) 0;
}

.neo__content > div article {
    width: 50%;
}

.neo__content > div article p {
    margin-bottom: 45px;
}

.neo__content > div article p:last-of-type {
    margin-bottom: 0;
}

.neo__content > div article a {
    display: inline-block;
    color: #A7543B;
    text-decoration: underline;
}

.neo__grid._affordable > div > aside {
    background-color: #F4F4F4;
}

.neo__grid._affordable > div > aside > div p {
    margin-bottom: 45px;
    color: #123559;
}

.neo__grid._affordable > div > aside > div p:last-of-type {
    margin-bottom: 0;
}

.neo__grid._affordable > div > aside > div p strong {
    font-size: 20px;
    font-weight: bold;
    color: #123559;
    display: inline-block;
}


@media screen and (max-width: 960px) and (max-width: 960px) {
    .neo__grid._affordable > div > aside > div p strong {
        font-size: calc(16px + -2 * (100vw - 960px) / -500);
    }
}

@media screen and (max-width: 960px) and (max-width: 460px) {
    .neo__grid._affordable > div > aside > div p strong {
        font-size: 14px;
    }

    .neo_popup {
        min-width: 340px;
    }

    body[id=amenities] .neo_amenities > div > ul > li > div p {
        font-size: 16px;
        line-height: 1.35;
    }
}


/* global desktop/mobile display classes */
.d-only {
    display: block;
}

.m-only {
    display: none !important;
}

@media screen and (max-width: 500px) {
    .d-only {
        display: none !important;
    }

    .m-only {
        display: block !important;
    }
}

/* end global change */


/* global change to grid content to remove absolute position */
.neo__grid > div > article {
    max-height: unset;
}

.neo__grid > div > aside {
    display: flex;
    align-items: center;
}

.neo__grid > div > aside > div {
    position: relative;
    top: 0;
    left: 0;
    transform: none !important;
    margin: 5vw auto;
}

.neo__grid._service > div > aside > div {
    width: 90%;
    padding: 4vw 0;
}



/* end global change */


/* global change to fix header banner */
header {
    height: auto;
}

header > div._banner {
    height: auto;
    padding-top: 15px;
    padding-bottom: 15px;
}

header > div._banner > div {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
}

header > div._banner > div p,
header > div._banner > div a {
    line-height: 1.75;
}

header > div._banner > div p {
    width: 50%;
    /*overflow: auto;*/
    /*white-space: nowrap;*/
}

header > div._banner > div a {
    white-space: nowrap;
    display: inline;
}

header > div._banner > div ul {
    width: 50%;
}

header > div._banner > div li {
    line-height: 1.75;
}

header > div._banner > div ul li a {
    line-height: 1.2;
}

/* end global change */



/* COOKIES PREFS PANEL STYLES */


.osano-cm-header,
.osano-cm-info-dialog-header {
    background: linear-gradient(0deg, transparent 0em, rgba(255, 255, 255, 0) 0);
    background-color: #123559;
}

.osano-cm-description {
    font-size: 1em;
}

.osano-cm-description:first-child {
    font-size: 0.9em;
    font-style: italic;
}

.osano-cm-view {
    padding: 10px .75em 1em;
}

.osano-cm-info {
    background: #fff !important;
    max-width: 24em;
}

.osano-cm-list-item {
    color: #123559;
}

.osano-cm-info p {
    color: #123559 !important;
    font-size: .75em;
}

.osano-cm-header p,
.osano-cm-info-dialog-header p {
    color: #fff !important;
    font-size: 1.25em;
}

.osano-cm-drawer-toggle .osano-cm-label,
.osano-cm-disclosure__toggle,
.osano-cm-expansion-panel__toggle,
.osano-cm-link {
    color: #123559 !important;
}

.osano-cm-button {
    background: #A7543B;
    color: #fff;
    border: transparent;
}

.osano-cm-storage-policy,
.osano-cm-content__link,
.osano-cm-link {
    /*display:none;*/
}

.osano-cm-deny {
    color: #000 !important;
}

.osano-cm-drawer-toggle .osano-cm-label {
    font-size: 1em;
    font-weight: 700;
}

.osano-cm-disclosure__toggle {
    text-decoration: underline;
    font-weight: 500;
}

.osano-cm-info-dialog-header__close {
    color: #fff;
    stroke: #fff;
    background: transparent !important;
    border: transparent !important;
}

.osano-cm-info-dialog-header__close:hover {
    stroke: #fff;
}

.osano-cm-storage-policy {
    color: #fff !important;
}