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

Stylesheet: Global Stylesheet

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

/*
Trade Gothic Next LT Pro Regular
font-family: trade-gothic-next, sans-serif;
font-weight: 400;
font-style: normal;


Trade Gothic Next LT Pro Condensed
font-family: trade-gothic-next-condensed, sans-serif;
font-weight: 400;
font-style: normal;


Trade Gothic Next LT Pro Bold Condensed
font-family: trade-gothic-next-condensed, sans-serif;
font-weight: 700;
font-style: normal;
*/



/*********************
HELPER CLASSES
*********************/
.white-icon {
    fill: #FFF;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.white-icon:focus, .white-icon:hover {
    fill: #CCB54B;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

/*********************
TYPOGRAPHY
*********************/
body, html, p {
    color: #2C2C2C;
    font-family: trade-gothic-next, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1rem;
    line-height: 1.4;
}

h1 {
    color: #CCB54B;
    font-family: trade-gothic-next-condensed, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.5rem;
    letter-spacing: 1px;
    text-transform: uppercase;
}

a {
    color: #AF7138;
    font-family: 'Bembo-SemiBold', serif;
    font-size: 1.25rem;
    font-style: italic;
    font-weight: bold;
}

h4 { /* ONLY USED IN FLOORPLAN MODALS */
    font-family: trade-gothic-next-condensed, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.75rem;
    text-transform: uppercase;
    border-bottom: 3px solid #a09f9f;
    color: #CCB54B;
    margin-bottom: 0;
}

h5 { /* ONLY USED IN FOOTER */
    border-bottom: 1px solid #CCB54B;
    color: #CCB54B;
    font-family: trade-gothic-next-condensed, sans-serif;
    font-weight: 800;
    font-style: normal;
    font-size: 1.625rem;
    letter-spacing: 2px;
    line-height: 1.4;
    margin-bottom: .125rem;
    padding-bottom: .125rem;
    text-shadow: 1px 1px 0px #000, 2px 2px 0px rgba(255,255,255,.25);
    text-transform: uppercase;
    width: 40%;
}


/*********************
BUTTON & LINK STYLING
*********************/
a, .button {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

a:focus, a:hover, .button:focus, .button:hover {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.button {
    background: #000;
    color: #CCB54B;
    padding: .625rem 2rem .75rem;
    line-height: 1;
    font-family: trade-gothic-next-condensed, sans-serif;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 1px;
    text-transform: uppercase;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    font-size: 1.125rem;
}

.notice-tours-button {
    color: #FFF;
    border: 1px solid #FFF;
    margin-bottom: 0;
    font-size: 1rem;
}

.notice-tours-button:focus,
.notice-tours-button:hover {
    background: #CCB54B;
    border: 1px solid #CCB54B;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    color: #000;
}

.close-button {
    padding: .5rem;
    height: 3rem;
    width: 3rem;
    right: 0;
    top: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    z-index: 1;
}

.close-button:focus, .close-button:hover {
    outline: none;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.close-button:focus {

}

.close-button svg {
    stroke: #CCB54B;
    fill: #CCB54B;
    height: 2rem;
    width: 2rem;
    position: absolute;
    top: .5rem;
    left: .5rem;
    -webkit-transition: all .3s ease;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

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


/*********************
GRID-CONTAINER
*********************/
.grid-container {
    width: 90%;
    max-width: 80rem; 
}

.page-amenities .grid-container {
    max-width: 60rem;
}

.home-top-wrap {
    height: 100vh;
    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;
}

.internal-top-wrap {
    height: 55vh;
    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;
}


/*********************
HEADER STYLES
*********************/
.header {
    height: 160px;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
}

.internal-header {
    background: #2C2C2C;
    height: 170px;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
}

/*********************
TOP-BAR & MENU STYLES
*********************/
.top-bar {
    background: #2C2C2C;
    left: 0;
    padding: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1;
    display: block;
}

.top-bar ul {
    background: #2C2C2C;
}

.top-navigation {
    height: 44px;
}

.internal-header .top-navigation {
    height: 54px;
}

.top-navigation a[data-toggle="off-canvas"],
.top-navigation a.header-phone {
    color: #FFF;
    font-family: trade-gothic-next-condensed, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.125rem;
    letter-spacing: 2px;
    line-height: 1;
    text-transform: uppercase;
    display: block;
}

.top-navigation a.header-phone {
    color: #CCB54B;
    letter-spacing: 1px;
}

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

.top-bar-logo {
    display: none;
}

.internal-header .top-bar-logo {
    display: block;
    height: 100%;
    max-width: 132px;
}

.internal-logo {
    height: 100%;
    width: 100%;
}

.internal-header .top-bar-logo {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.internal-header .top-bar-phone {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    text-align: right;
}

.internal-header .top-bar-menu {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    text-align: center;
}


/*********************
NOTICE BANNER
*********************/
.notice-banner {
    background: #000;
    padding: .25rem .5rem .5rem;
    text-align: center;
    width: 100%;
    height: 116px;
}

.notice-banner > .grid-x {
    height: 100%;
}

.column-left {
    width: 100%;
}

.column-right {
    width: 100%;
}

.notice-banner p {
    color: #FFF;
    font-size: .875rem;
    margin-bottom: 0;
}


/*********************
OFF-CANVAS MENU
*********************/
.off-canvas {
    background: rgba(0,0,0,.9);
    padding-top: 2rem;
    padding-bottom: 3rem;
}

.position-right {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    width: 100%;
}

.off-canvas.is-transition-overlap.is-open {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.off-canvas .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.nav-logo {
    width: 100%;
    height: 80px;
    margin-bottom: .75rem;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.home-btn:focus .nav-logo,
.home-btn:hover .nav-logo {
    -webkit-transform: scale(.9);
    transform: scale(.95);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.off-canvas li {
    text-align: center;
    padding: 0;
}

.off-canvas li > a {
    padding: .875rem;
    color: #CCB54B;
    text-transform: uppercase;
    font-family: trade-gothic-next-condensed, sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 2px;
    font-size: 1.125rem;
    text-shadow: 2px 2px 0px black, 2px 2px 1px rgba(255,255,255,.75);
}

.off-canvas li.active > a {
    background: rgba(204,181,75,0.75);
    color: #FFF;
    text-shadow: 2px 2px 1px rgba(0,0,0,.4);
}

.off-canvas li.home-btn > a {
    padding: 0 1rem;
}




/*********************
HERO STYLES
*********************/
.home-hero {
    background: #2C2C2C url(../images/home-hero.jpg) no-repeat center;
    background-size: cover;
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.hero-overlay {
    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;
    width: 100%;
}

.hero-overlay svg {
    margin: 0 auto;
    width: 90%
}

.hero-overlay p {
    color: #FFF;
    font-family: trade-gothic-next-condensed, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 3.25rem;
    line-height: 1.2;
    margin-bottom: 0;
    text-shadow: 2px 2px 1px #2C2C2C;
    text-transform: uppercase;
}

.hero-overlay a {
    color: #FFF;
    font-family: trade-gothic-next-condensed, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.5rem;
    letter-spacing: 1px;
    margin-bottom: 0;
    text-shadow: 2px 2px 1px #2C2C2C;
    text-transform: uppercase;
}

.hero-overlay a span {
    display: inline-block;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
}


.hero-special {
    padding: .625rem;
    background: #2C2C2C;
    width: 100%;
    text-align: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
}

.hero-special p {
    color: #CCB54B;
    font-family: 'Bembo-SemiBold', serif;
    font-style: italic;
    font-weight: 900;
    letter-spacing: 1px;
    margin-bottom: 0;
    font-size: 1.25rem;
}

.internal-hero {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}

.amenities .internal-hero {
    background: #2C2C2C url(../images/hero-amenities.jpg) no-repeat center;
}

.svg-hero-logo {
    width: 85%;
    margin: 0 auto 2rem;
    max-width: 400px;
}



/*********************
HOME PAGE SECTIONS
*********************/
.home-sections {
    text-align: center;
    background: #FFF;
}

.home-sections h1 {
    line-height: 1;
    margin: 0 auto 1.5rem;
    width: 80%;
}

.section-photo {
    height: 100%;
    min-height: 200px;
    width: 100%;
    position: relative;
}

.section-text {
    padding: 1.75rem 0 2.5rem;
}

.section-content {
    border-bottom: 2px solid #CCB54B;
    border-top: 2px solid #CCB54B;    
    margin: 0 auto;
    max-width: 400px;
    padding: 1.25rem .75rem;
    width: 80%;   
}

.section-content p {
    margin-bottom: 0;
}

.section-content img {
    margin: 1rem 0 0;
}

.section-content a {
    display: block;
    margin: 1rem auto 0;
}

.photo-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.photo-overlay a {
    color: #CCB54B;
    font-family: trade-gothic-next-condensed, sans-serif;
    font-weight: 700;
    font-style: normal;
    text-shadow: 2px 2px 1px #2C2C2C;
    text-transform: uppercase;
    font-size: 3rem;
    letter-spacing: 1px;
}

/*********************
AMENITIES PAGE
*********************/
.list-wrapper {
    margin-top: 2rem;
    padding: 1.5rem 1rem;
    border: 2px solid #B7B7B7;
    background: #FFF;
}

.list-wrapper h1 {
    font-size: 3rem;
    text-shadow: -1px 1px 1px #fff, -2px 2px 1px #2C2C2C;
    border-bottom: 2px solid #CCB54B;
    margin: 0 auto 1.5rem;
    padding-bottom: 1.5rem;
    line-height: 1;
    width: 90%;
}

.outside-amenities h1 {
    color: #AE7037;
}

.list-wrapper li {
    line-height: 1.3;
    margin-bottom: .625rem;
    padding-right: 1.125rem;
}

.inside-amenities ul > li:last-of-type {
    font-size: 75%;
    list-style: none;
    margin-top: 2rem;
}

.outside-amenities {
    margin-bottom: 2rem;
}



/*********************
FLOORPLANS PAGE
*********************/





.floorplan-collection > .cell {
    margin: .5rem 0;
}

.floorplan-card {
    border: 2px solid #B7B7B7;
    width: 100%;
    background: #FFF;
    padding: .75rem;
    position: relative;
    cursor: pointer;
}



.fp-unit p,
.fp-specs p,
.fp-price p {
    font-family: trade-gothic-next-condensed, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.25rem;
    text-transform: uppercase;
    margin-bottom: .75rem;
}

.fp-specs p,
.fp-price p {
    margin-bottom: 0;
    font-size: .875rem;
}

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

.fp-S .fp-unit p,
.fp-S .fp-price p,
.fp-modal-S h4 {
    color: #555;
}

.fp-1 .fp-unit p,
.fp-1 .fp-price p,
.fp-modal-1 h4 {
    color: #CCB54B;
}

.fp-2 .fp-unit p,
.fp-2 .fp-price p,
.fp-modal-2 h4 {
    color: #C17238;
}

.fp-thumb {
    margin-bottom: .75rem;
}

.fp-thumb img {
    max-height: 70px
}






.apt-info p {
    color: #FFF;
    font-family: trade-gothic-next-condensed, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.25rem;
    text-transform: uppercase;
    margin-bottom: .75rem;
}

.apt-info p span {
    color: #CCB54B;
}




/*********************
FLOORPLAN FILTER
*********************/
.floorplan-wrapper {
    padding: 2rem 0;
}
.floorplan-nav {

}

.floorplan-nav p {
    color: #A09F9F;
    font-family: trade-gothic-next, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: .875rem;
    margin-bottom: 1rem;
    text-transform: uppercase;
    margin: .25rem auto 1rem;
}

.floorplan-nav p.floorplan-subtitle {
    font-family: trade-gothic-next-condensed, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.5rem;
    letter-spacing: 1px;
    line-height: 1;
    margin: 1rem auto 0;
}

.circle-dots {
    border-width: 0;
    border-radius: 50%;
    width: 3.5rem;
    height: 3.5rem;
    margin: auto;
    text-align: center;
    cursor: pointer;
}

.circle-dots span {
    line-height: 3.5rem;
    font-size: 1.625rem;
    color: #FFF;
    font-family: trade-gothic-next-condensed, sans-serif;
    font-weight: 700;
    font-style: normal;
}

.dark-grey-dot {
    background: #555;
}

.gold-dot {
    background: #CCB54B;
}

.orange-dot {
    background: #C17238;
}

.light-grey-dot {
    background: #A09F9F;
}

.circle-dots > svg {
    width: 75%;
    height: 75%;
}

.floorplan-subtitle {
    color: #797979;
    text-transform: uppercase;
    font-family: trade-gothic-next-condensed, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.5rem;
    margin-top: .5rem;
    margin-bottom: 0;
}

.price-subject {
    color: #a09f9f;
    font-family: trade-gothic-next, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: .75rem;
    text-transform: uppercase;
    line-height: 1;
}




/*********************
FLOORPLAN MODAL
*********************/


.siteplan-thumb img {
    max-width: 200px;
}









/*********************
PHOTO GALLERY
*********************/
.gallery-wrapper {
    padding: 2rem 0;
}

.gallery-subtitle {
    font-family: trade-gothic-next-condensed, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1.5rem;
    letter-spacing: 1px;
    line-height: 1;
    margin: 1rem auto;
    color: #A09F9F;
    text-transform: uppercase;
}




.gallery-collection > .cell {
    margin: .5rem 0;
}

.gallery-item {
    background: #FFF;
    border: 2px solid #B7B7B7;
    cursor: pointer;
}

.gallery-item img {
    width: 100%;
}

/*********************
GALLERY MODALS
*********************/
.reveal {
    background: rgba(0,0,0,.85);
    padding: 3rem 0 10%;
}

.reveal.floorplan-modal {
    background: #FFF;
    padding: 0 0 10%;
}



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

.modal-content {
    width: 100%;
}



.modal-content > img {
    border: 2px solid #CCB54B;
    width: 80%;
}

.modal-btns {
    fill: #FFF;
}

/*.gallery-modal[aria-hidden="true"] .gallery-modal-content img {
    -webkit-transform: translateX(150%);
    transform: translateX(150%);
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
}

.gallery-modal[aria-hidden="false"] .gallery-modal-content img {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
}*/

.modal-nav-container {
    position: absolute;
    height: 100vh;
    width: 10%;
    top: 0;
    margin: 0;
}

.prev-container {
    left: 0;
}

.next-container {
    right: 0;
}

.modal-nav {
    width: 100%;
}

.modal-nav a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 80%;
    margin: 0 auto;
}

/*.modal-nav a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 1rem 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}*/



.modal-nav svg {
    width: 100%;
    fill: #CCB54B;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    height: 2rem;
}

.modal-nav a:focus svg, .modal-nav a:hover svg {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

/*********************
FLOORPLAN MODALS
*********************/
.floorplan-modal .apt-info {
    font-size: 1rem;
    text-transform: uppercase;
    color: #A09F9F;
    line-height: 1.4;
    font-family: trade-gothic-next-condensed, sans-serif;
    font-weight: 700;
    font-style: normal;
}

.floorplan-modal .apt-info .blurb-price {
    color: #CCB54B;
    line-height: 1;
}

.floorplan-modal .apt-info > span {
    display: block;
}

.floorplan-modal-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    width: 90%;
    margin: 0 auto;
    padding: 1rem 0;
}


.apt-info-container {
    width: 100%;
}

.floorplan-modal-mid {
    width: 90%;
    margin: 0 auto 1.5rem;
}

.floorplan-modal-mid a {
    margin-bottom: .5rem;
}

.floorplan-modal-btm {
    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;
    width: 80%;
    margin: 0 auto;
    padding: 1rem 0;
}

.floorplan-modal-btm img {
    max-width: 80%;
    max-height: 80%;
}

.floorplan-modal a {
    font-size: 1.25rem;
    line-height: 2;
    font-family: trade-gothic-next-condensed, sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #A09F9F;
    text-transform: uppercase;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.modal-fp-links {
    height: 2rem;
    width: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #A09F9F;
    border-radius: 50%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: .25rem;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.floorplan-modal a:focus, .floorplan-modal a:hover {
    color: #555;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.floorplan-modal-mid a:focus .modal-fp-links,
.floorplan-modal-mid a:hover .modal-fp-links {
    background: #555;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.modal-fp-links > svg {
    height: 1.25rem;
    width: 1.25rem;
}

.modal-site-thumb {
    width: 80%;
}

.reveal-disclaimer {
    width: 90%;
    margin: 0 auto;
    padding: 1rem 0;
}

.reveal-disclaimer img {
    margin-bottom: .25rem;
}

.reveal-disclaimer p {
    font-family: trade-gothic-next-condensed, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: .875rem;
    color: #A09F9F;
    text-align: center;
    margin-bottom: 0;
}

/*********************
HOVERLAY
*********************/
.hoverlay {
    background: rgba(103,102,100,.77);
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: -1;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

.hoverlay-trigger {
    position: relative;
}

.hoverlay-trigger:hover .hoverlay {
    opacity: 1;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
    z-index: 0;
}

.plus-circle {
    width: 4rem;
    height: 4rem;
    margin: 0 auto;
}

.plus-circle svg {
    height: 100%;
    width: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

.hoverlay-trigger:hover .plus-circle svg {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}





/*********************
LOCATION PAGE
*********************/
.location-wrapper {
    padding: 1rem 0 0;
}

.hotspots {}

.hot-spot {
    position: relative;
    margin: 0 0 1rem;
}

.hot-spot img {

}

.hot-spot-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.location-title {
    width: 100%;
    text-align: center;
}

.location-title a {
    display: block;
    font-family: trade-gothic-next-condensed, sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #000;
    font-size: 1.25rem;
    line-height: 2;
    font-style: normal;
    text-transform: uppercase;
    background: rgba(255,255,255,.75);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.hot-spot:focus .location-title a, .hot-spot:hover .location-title a {
    color: #383C36;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    background: rgba(255,255,255,1);
}



/*********************
POI BOX
*********************/
.poi-box-sidebar {
    padding: 1rem 0;
    background: rgba(0, 0, 0, .7);
}

ul.poi-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
    margin: 0;
}

.poi-list > li {
    margin: .5rem 0 !important;
    height: 2rem;
}

.poi-box-sidebar a {
    background-size: contain !important;
    color: #fff;
    font-size: 1rem;
    font-family: trade-gothic-next-condensed, sans-serif;
    font-weight: 700;
    font-style: normal;
    text-shadow: 1px 1px 1px #000;
    text-align: center;
    height: 100%;
    width: 100%;
    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;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.poi-box-sidebar a:focus, .poi-box-sidebar a:hover {
    color: #CCB55B;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

/*********************
POI MAP
*********************/
.location-map {
    height: 60vh;
}

.map-container {
    position: relative;
}

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

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

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

/*********************
CONTACT FORM
*********************/
.contact-form-container {
    background: #CCB54B;
    padding: 2.5rem 0;
}

.contact-form h1 {
    color: #2C2C2C;
    text-align: center;
    margin-bottom: 1.5rem;
    line-height: 1.2;
}

.gfield_label, .hidden_sub_label {
    line-height: 0;
    visibility: hidden;
}

.contact-form textarea, .contact-form input[type=text] {
    background: #AB973E;
    padding: .25rem .5rem;
    margin-bottom: 1.25rem;
    width: 100%;
}

.contact-form .floorplan-type-fields ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.contact-form .floorplan-type-fields ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.contact-form [type=radio] {
    margin: 0;
}

.contact-form [type=radio]+label {
    margin-right: 0;
    margin-left: .25rem;
    font-family: trade-gothic-next-condensed, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1rem;
}

.gform_footer {
    text-align: center;
    margin-top: 1rem;
}

.contact-form input[type=submit].button {
    margin: 1.75rem auto 0 auto;
}

.contact-form-container .gform_wrapper .gform_footer input.button {
    font-size: 1rem;
    width: auto;
    margin: 0;
    text-transform: uppercase;
    background: #2c2c2c;
    color: #ccb54b;
    line-height: 1;
    font-family: trade-gothic-next-condensed, sans-serif;
    font-weight: 700;
    font-style: normal;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.contact-form-container .gform_wrapper .gform_footer input.button:focus,
.contact-form-container .gform_wrapper .gform_footer input.button:hover {
    background: #000;
    color: #FFF;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}




/*********************
CONTACT FORM PLACEHOLDERS
*********************/
.contact-form textarea::-webkit-input-placeholder,
.contact-form input[type=text]::-webkit-input-placeholder {
   font-family: trade-gothic-next-condensed, sans-serif;
    font-weight: 700;
    font-style: normal;
   font-size:1rem;
   color:#2C2C2C;
}

.contact-form input[type=text]::-moz-placeholder,
.contact-form textarea::-moz-placeholder {
    font-family: trade-gothic-next-condensed, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size:1rem;
    color:#2C2C2C;
}

.contact-form textarea:-ms-input-placeholder,
.contact-form input[type=text]:-ms-input-placeholder {  
    font-family: trade-gothic-next-condensed, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size:1rem;
    color:#2C2C2C;
}





/*********************
FOOTER
*********************/
.footer {
    border-top: .5rem solid #2C2C2C;
    clear: both;
}

.inner-footer {
    padding: 2rem 0;
    background: #2C2C2C url(../images/footer-bg.jpg) no-repeat center;
    background-size: cover;
}

.contact-squares .cell {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: .5rem 0;
    min-height: 5.5rem;
}

.inner-footer a {
    color: #FFF;
    font-family: trade-gothic-next-condensed, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.125rem;
    letter-spacing: 1px;
    line-height: 1.6;
    text-transform: uppercase;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.inner-footer a:focus, .inner-footer a:hover {
    color: #CCB54B;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.contact-squares .social-icons .cell {
    margin: 0;
    min-height: initial;
}

.inner-footer .social-cell a {
    display: block;
    line-height: 0;
    margin-top: .375rem;
}

.social-cell svg {
    width: 2rem;
    height: 2rem;
}

.corp-cell img {
    max-width: 50%;
}

.copyright {
    padding: 1rem 0 0;
}

.accessibility-icons {
    height: 1.25rem;
    width: 100%;
}

.copyright p {
    color: #747474;
    font-family: trade-gothic-next-condensed, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: .75rem;
    letter-spacing: 2px;
    margin-bottom: 0;
    text-transform: uppercase;
}


/*********************
FOUNDATION COMPONENTS
*********************/
.off-canvas-content {
    background: #FFF url(../images/bg-body.png) repeat-y;
    background-size: contain;
}



.reveal:focus {
    outline: none;
}

/*********************
PAGE-SCROLL-TO-ID OFFSET
*********************/
#ps2id-dummy-offset {
    height: 170px;
}

/*********************
VIRTUAL TOURS
*********************/
.virtual-tours-container {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.virtual-tour-box {
    max-width: 47%;
}

.virtual-tour-card {
    display: block;
    margin-bottom: 1.875rem;
}

.tour-title {
    background: #CCB54B;
    border: 2px solid #2c2c2c;
}

.tour-title h3 {
    text-align: center;
    text-transform: uppercase;
    font-family: trade-gothic-next-condensed, sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #2C2C2C;
    margin-bottom: 0;
    font-size: 1.375rem;
    line-height: 2;
}

.tour-body {
    border: 2px solid #2c2c2c;
    position: relative;
    padding: 10%;
    border-top: none;
    background: #ffffff;
}

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

.tour-icon > svg {
    width: 100%;
}

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


/*********************
MEDIA QUERIES
*********************/
@media screen and (min-width: 22.5em) { /* MIN-WIDTH: 360PX */    
    .off-canvas li > a {
        padding: .75rem;
        letter-spacing: 3px;
        font-size: 1.25rem;
    }
    
    .internal-header .top-bar-logo {
        max-width: 142px;
    }
    
    .floorplan-modal .apt-info {
        font-size: 1.125rem;
    }
    
    .location-wrapper {
        padding: 2rem 0 0;
    }
    
    .map-content {
        margin: 1.5rem 0 2rem;
    }
    
    .poi-box-sidebar a {
        letter-spacing: 1px;
    }
}









@media screen and (min-width: 40em) { /* MIN-WIDTH: 640PX */    
    h5 {
        width: auto;
    }
    
    
    
    .header {
        height: 124px;
    }
    
    .internal-header {
        height: 134px;
    }
    
    .top-bar {
        height: 124px;
    }
    
    .internal-header .top-bar {
        height: 134px;
    }
    
    .notice-banner {
        padding: 0;
        height: 80px;
    }
    
    .column-left, .column-right {
        width: auto;
        padding: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    
    .notice-tours-button {
        margin: 0 .5rem 0 1rem;
        padding: .625rem 1.25rem .75rem;
    }
    
    .notice-banner p {
        margin: 0 1rem 0 .5rem;
    }
    
    .home-header .top-bar-phone,
    .home-header .top-bar-menu {
        text-align: center;
    }
    
    .internal-header .top-navigation {
        height: 54px;
    }
    
    .off-canvas {
        padding: 2rem 0;
        min-height: 100vh;
        height: 100%;
    }
    
    .off-canvas .menu {
        min-height: 100vh;
        height: auto;
    }
    
    .home-hero {
        padding: 0 0 3rem;
    }
    
    .hero-overlay svg {
        height: calc(100vh - 124px);
        width: 60%;
    }
    
    .internal-top-wrap {
        height: 80vh;
    }
    
    .svg-hero-logo {
        width: 50%;
    }
    
    
    
    
    .off-canvas-content > section:nth-of-type(odd) .home-section-content {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .off-canvas-content > section:nth-of-type(odd) .home-section-image {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .off-canvas-content > section:nth-of-type(even) .home-section-content {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .off-canvas-content > section:nth-of-type(even) .home-section-image {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    
    
    
    
    
    
    .page-amenities .grid-container {
        padding: 2rem 0;
    }
    
    .page-amenities section {
        height: 100%;
    }
    
    .list-wrapper {
        height: 100%;
        margin: 0;
    }
    
    .inside-amenities {
        margin-right: 1rem;
    }
    
    .outside-amenities {
        margin-bottom: 0;
        margin-left: 1rem;
    }
    
    
    
    .floorplan-nav {
        width: 50%;
        margin: 0 auto;
    }
    
    .fp-thumb img {
        height: 200px;
    }
    
    
    
    
    .gallery-nav {
        width: 50%;
        margin: 0 auto;
    }
    
    .gallery-item {
        width: 94%;
    }
    
    
    
    
    
    
    
    .reveal.floorplan-modal,
    .reveal.gallery-modal {
        padding: 0;
    }
    
    /*.floorplan-modal-top {
        height: 25vh;
    }
    
    .floorplan-modal-btm {
        height: 75vh;
    }*/
    
    .floorplan-modal-btm img {
        max-height: 440px;
    }
    
    
    
    .hot-spot {
        width: 90%;
        margin: 0 auto 1rem;
    }
    
    .location-map {
        height: 80vh;
    }
    
    
    
    .inner-footer a {
        line-height: 2;
    }
    
    .inner-footer .social-cell a {
        line-height: 2;
        margin-top: 0;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    
    .contact-squares .cell.corp-cell {
        margin: 0 auto;
    }
    
    .contact-squares .social-icons {
        height: 2.25rem;
        padding: .25rem 0;
    }
    
    
    .social-cell svg {
        height: 28px;
        width: 28px;
    }


}



@media screen and (min-width: 48em) { /* MIN-WIDTH: 768PX */
    h4 {
        font-size: 3rem;
    }
    
    .off-canvas {
        padding: 4.5rem 0;
        min-height: 100vh;
        height: 100%;
    }
    
    .off-canvas .menu {
        min-height: initial;
        height: 100%;
    }
    
    .nav-logo {
        height: 100px;
        margin-bottom: 0;
    }
    
    .off-canvas li > a {
        font-size: 1.5rem;
    }
    
    .close-button {
        padding: 1rem;
        height: 4.5rem;
        width: 4.5rem;
    }
    
    .close-button svg {
        height: 2.5rem;
        width: 2.5rem;
        top: 1rem;
        left: 1rem;
    }
    
    .notice-banner {
        padding: 0 10%;
    }
    
    .notice-banner-button, .notice-banner p {
        margin: 0 1rem;
    }
    
    .internal-header,
    .internal-header .top-bar {
        height: 160px;
    }
    
    .internal-header .top-navigation {
        height: 80px;
    }
    
    .internal-header .top-bar-logo {
        max-width: initial;
        display: block;
        height: 100%;
        overflow: visible;
        position: relative;
    }
    
    .internal-header .top-bar-logo a {
        display: block;
        height: 100%;
    }
    
    .internal-logo {
        height: 100%;
        width: 100%;
        max-width: 214px;
    }
    
    .home-top-wrap {
        height: 60vh;
    }
    
    .home-header .top-bar-phone,
    .home-header .top-bar-menu {
        width: auto;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
        flex: 1 1 0px;
    }
    
    .internal-header .top-bar-phone {
        width: 25%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
    
    .internal-header .top-bar-menu {
        width: 41.66667%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
    
    .top-navigation a[data-toggle="off-canvas"], .top-navigation a.header-phone {
        font-size: 1.25rem;
    }
    
    
    
    
    
    .home-hero {
        padding: 0;
    }
    
    .hero-overlay {
        height: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    
    .hero-overlay svg {
        width: 60%;
        margin: 0 0 0 20%;
        height: 100%;
        max-height: 170px;
    }
    
    .hero-overlay p {
        font-size: 5rem;
    }
    
    .hero-overlay a {
        font-size: 2rem;
    }
    
    .home-sections {
        border-bottom: .5rem solid #2C2C2C;
    }
    
    .internal-top-wrap {
        height: 45vh;
    }
    
    
    
    /*.floorplan-modal-top {
        height: 15vh;
    }*/
    
    .floorplan-modal-btm {
        padding: 3rem 0;
    }
    
    .floorplan-modal-mid {
        margin: 0 auto;
    }
    
        
    .fp-thumb img {
        max-height: 106px;
    }
    
    .fp-specs p, .fp-price p {
        font-size: 1.125rem;
    }
    
    .floorplan-modal-mid a {
        margin: .5rem 0;
    }
    
    
    .floorplan-modal .apt-info {
        font-size: 1.5rem;
        line-height: 1.6;
    }
    
    
    .floorplan-modal-mid > .grid-x {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    
    .modal-nav svg {
        height: 3rem;
    }
    
    .modal-fp-links {
        height: 2.5rem;
        width: 2.5rem;
    }
    
    .modal-fp-links > svg {
        height: 1.5rem;
        width: 1.5rem;
    }
    
    .reveal-disclaimer {

    }
    
    
    
    .location-map {
        height: 40vh;
    }
    
    
    .page-amenities .contact-form-container {
        padding: 0;
    }
    
    .contact-form .divider-list-item {
        width: 50%;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        padding: 0 1rem;
    }
    
    .divider-list-item > div {
        width: 100%;
    }
    
    .contact-form .multicolumn-wrapper {
        width: 100%;
    }
    
    .contact-form textarea {
        height: 175px;
    }
}

@media screen and (min-width: 64em) { /* MIN-WIDTH: 1024PX */ 
    /*********************
    TYPOGRAPHY
    *********************/
    body, html, p {
        font-size: 1rem;
    }
    
    h1 {
        font-size: 2.5rem;
        margin: 0 auto 1.5rem;
        max-width: 80%;
        width: 80%;
    }
    
    .home-top-wrap {
        height: 100vh;
    }
    
    .internal-top-wrap {
        height: 60vh;
    }
    
    .home-header .home-btn {
        display: none;
    }
    
    .menu.medium-horizontal {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        height: 100%;
        padding: 0 1rem;
    }
    
    .internal-header .menu.medium-horizontal {
        padding: 0;
    }
    
    .menu .active>a {
        background: transparent;
        color: #fefefe;
        border-bottom: 1px solid #CCB54B;
    }
    
    .top-bar ul.menu li a {
        text-transform: uppercase;
        font-size: .875rem;
        font-family: trade-gothic-next-condensed, sans-serif;
        font-weight: 400;
        font-style: normal;
        color: #fff;
        letter-spacing: 1px;
        padding: 0;
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
    }
    
    .top-bar ul.menu li a:focus,
    .top-bar ul.menu li a:hover {
        color: #CCB54B;
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
    }
    
    .top-bar ul.menu li.apply-btn a,
    .top-bar ul.menu li.phone-btn a {
        font-family: 'Bembo-SemiBold', serif;
        color: #CCB54B;
        font-style: italic;
        text-transform: none;
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
    }
    
    .top-bar ul.menu li.phone-btn a {
        font-style: normal;
        font-weight: bold;
    }
    
    .top-bar ul.menu li.apply-btn a:focus, .top-bar ul.menu li.apply-btn a:hover,
    .top-bar ul.menu li.phone-btn a:focus, .top-bar ul.menu li.phone-btn a:hover {
        text-decoration: underline;
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
    }
    
    .top-bar ul.menu li.active a {
        pointer-events: none;
        color: #CCB54B;
    }
    
    .nav-logo {
        height: 80px;
        max-width: 210px;
    }
    
    
    
    /*********************
    HERO STYLES
    *********************/
    .hero-overlay {
        padding-left: 10%;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .hero-overlay svg {
        width: 90%;
        margin: 0;
        height: 100%;
        max-height: 200px;
        max-width: 534px;
    }

    .hero-overlay p {
        font-size: 6rem;
        line-height: 1;
        margin: 0;
        padding: 0;
    }
    
    .hero-overlay a {
        margin: 0;
        padding: 0;
    }
    
    .svg-hero-logo {
        width: 40%;
        margin: 4rem 0 3rem;
    }
    
    /*********************
    HOME PAGE SECTIONS
    *********************/
    .home-sections h1 {
        width: 80%;
    }
    
    .section-photo {
        min-height: 500px;
    }
    
    .home-top-bar .home-btn {
        display: none;
    }
    
    
    
    .page-amenities .grid-container {
        max-width: 70rem;
    }
    
    .inside-amenities, .outside-amenities {
        margin: 0 1rem;
        padding: 2rem;
    }
    
    
    
    .fp-thumb img {
        max-height: 130px;
    }
    
    
    
    
    
    
    
    
    
    
    .reveal.floorplan-modal {
        background: rgba(0,0,0,.8);
    }
    
    .modal-container {
        width: calc(100% - 9rem);
        margin: 0 auto;
        padding: 3rem 0;
    }
    
    .modal-nav-container {
        width: 4.5rem;
    }
    
    .floorplan-modal .modal-content {
        background: #FFF;
    }
    
    /*.floorplan-modal-top {
        height: 20vh;
    }*/
    
    .floorplan-modal-mid {
        width: 100%;
    }
    
    /*.floorplan-modal-btm {
        height: 70vh;
    }
    
    .reveal-disclaimer {
        height: 10vh;
    }*/
    
    .gallery-modal .modal-content > img {
        width: 100%;
    }
    
    
    .hotspots > .cell {
        padding: 0 .9375rem;
        max-width: 295px;
    }
    
    .hotspots {
        margin-bottom: 2rem;
    }
    
    .hot-spot {
        width: 100%;
        margin: 0;
    }
    
    .location-title a {
        font-size: 1rem;
    }
    
    
    .location-map {
        height: 50vh;
    }
    
    
    
    .contact-form h1 {
        max-width: 720px;
        width: 80%;
    }
    
    .contact-squares > .grid-x {
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
    
    .contact-squares .social-icons {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    
    .corp-cell img {
        max-width: 130px;
    }
    
}

@media screen and (min-width: 85.375em) {
    .notice-banner > .grid-x > .cell {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    
    .floorplan-nav, gallery-nav {
        width: 30%;
    }
    
    .floorplan-subtitle {
        font-size: 1.75rem;
    }
    
    .price-subject {
        font-size: .875rem;
    }
    
    .fp-unit p {
        font-size: 1.5rem;
    }
    
    .fp-thumb img {
        max-height: 180px;
    }
    
    .fp-specs p, .fp-price p {
        font-size: 1.25rem;
    }
    
    .modal-container {
        width: calc(100% - 16rem);
    }
    
    .modal-nav-container {
        width: 8rem;
    }
    
    /*.floorplan-modal-top {
        height: 18vh;
    }*/
    
    .floorplan-modal-mid {
        width: 80%;
        margin: 0;
    }
    
    /*.reveal-disclaimer {
        height: 5vh;
    }
    
    .location-title a {
        font-size: 1.25rem;
    }*/
}

@media screen and (min-width: 1330px) {
    .svg-hero-logo {
        width: 27%;
        margin: 5rem 0 4rem;
    }
}

@media screen and (min-width: 90.063em) { /* MIN-WIDTH: 1441PX */ 
    /*********************
    HOME PAGE SECTIONS
    *********************/
    .home-sections {
        border-bottom: 1rem solid #2C2C2C;
    }
    
    .section-content {
        width: 60%;
    }
    
    .section-photo {
        min-height: 600px;
    }

    
    /*********************
    FOOTER
    *********************/
    .footer {
        border-top: 1rem solid #2C2C2C;
    }
}

@media screen and (min-width: 118em) {
    .notice-tours-button {
        font-size: 1.125rem;
    }
    
    .notice-banner p {
        font-size: 1rem;
        letter-spacing: 1px;
    }
    
    .top-bar ul.menu li a {
        font-size: 1.25rem;
    }
    
    .hero-overlay p {
        font-size: 9.5rem;
    }
    
    .hero-overlay a {
        font-size: 3rem;
    }
    
    .hero-special p {
        font-size: 1.75rem;
    }
    
    .floorplan-modal-mid {
        width: 70%;
    }
    
    .modal-site-thumb {
        width: 100%;
    }
    
    .modal-container {
        width: calc(100% - 36rem);
    }
    
    .modal-nav-container {
        width: 18rem;
    }
    
    
    .internal-top-wrap {
        height: 70vh;
    }
    
    .internal-header, .internal-header .top-bar {
        height: 180px;
    }
    
    .internal-header .top-navigation {
        height: 100px;
    }
    
    .nav-logo {
        height: 100px;
        max-width: 240px;
    }
    
    
    
    .home-sections h1 {
        font-size: 3rem;
    }
    
    .section-content p {
        font-size: 1.125rem;
    }
    
    .section-photo {
        min-height: 550px;
    }
    
    
    
    .list-wrapper h1 {
        letter-spacing: 0;
        font-size: 3.5rem;
    }
}




@media screen and (min-width: 131em) {
    
}







@media screen and (max-width: 47.938em) { /* MOBILE-ONLY STYLES */ 
    .home-top-bar .top-bar-left {
        display: none;
    }
    
    .plus-circle {
        width: 3rem;
        height: 3rem;
    }
    
    .hoverlay .apt-info p {
        font-size: 1rem;
    }
}

@media screen and (min-width: 22.5em) and (max-width: 47.938em) {
    .home-top-wrap {
        min-height: 100vh;
        height: auto;
    }
    
    
}

@media screen and (min-width: 40em) and (max-width: 47.938em) {
    .floorplan-collection > .cell,
    .gallery-collection > .cell {
        width: 50%;
    }
}

@media screen and (max-width: 374px) {
    .floorplan-wrapper .grid-container {
        padding: 0;
        width: 96%;
    }
    
    .floorplan-nav {
        width: 90%;
        margin: 0 auto;
    }
}

.circle-dots {
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    padding: .75rem;
}

.circle-dots > svg {
    width: 100%;
    height: 100%;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.circle-dots span {
    line-height: 2rem;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.circle-dots:focus, .circle-dots:hover {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

/*********************
IMAGE GALLERY STYLES
*********************/
.gallery {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-right: -15px;
  margin-left: -15px; }

.gallery::before, .gallery::after {
  content: ' ';
  display: table; }

.gallery::after {
  clear: both; }

.gallery.gallery-columns-1 > dl {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-1 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-1 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-2 > dl {
  width: 50%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-2 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-2 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-3 > dl {
  width: 33.33333%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-3 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-3 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-4 > dl {
  width: 25%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-4 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-4 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-5 > dl {
  width: 20%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-5 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-5 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-6 > dl {
  width: 16.66667%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-6 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-6 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-7 > dl {
  width: 14.28571%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-7 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-7 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-8 > dl {
  width: 12.5%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-8 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-8 > dl:last-child:not(:first-child) {
    float: right; }

.gallery dl {
  width: 100%;
  float: left;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem; }

.gallery dl:last-child:not(:first-child) {
  float: right; }

/*********************
PAGE NAVI STYLES
*********************/
.page-navigation {
  margin-top: 1rem; }



/*********************
SIDEBARS & ASIDES
*********************/
.sidebar li {
  list-style: none; }

.widget ul {
  margin: 0; }

/*********************
FOOTER STYLES
*********************/

/*********************
VISUAL EDITOR STYLES
*********************/
body#tinymce {
  margin: 20px; }

/*********************
PLUGIN STYLES
*********************/
.gform_body ul {
    list-style: none outside none;
    margin: 0;
}



/*
Trade Gothic Next LT Pro Regular
font-family: trade-gothic-next, sans-serif;
font-weight: 400;
font-style: normal;


Trade Gothic Next LT Pro Condensed
font-family: trade-gothic-next-condensed, sans-serif;
font-weight: 400;
font-style: normal;


Trade Gothic Next LT Pro Heavy Condensed
font-family: trade-gothic-next-condensed, sans-serif;
font-weight: 800;
font-style: normal;
*/





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

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

@font-face {
    font-family: 'Bembo-SemiBold';
    src: url('../fonts/Bembo-SemiBold/Bembo/Bembo-SemiBold.eot');
    src: url('../fonts/Bembo-SemiBold/Bembo-SemiBold.eot?#iefix') format('embedded-opentype');
    src: url('../fonts/Bembo-SemiBold/Bembo-SemiBold.woff') format('woff');
    src: url('../fonts/Bembo-SemiBold/Bembo-SemiBold.ttf') format('truetype');
    src: url('../fonts/Bembo-SemiBold/Bembo-SemiBold.svg#Bembo-SemiBold') format('svg');
    font-weight: normal;
    font-style: italic;
}