/*
Leasing CSS
*/

/* Leasing Header - overlay on hero */
.leasing .site-header {
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
    z-index: 9999;
}

/* Leasing Hero
========================= */
.hero-container {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 0;
}

.hero {
    display: block;
    background-color: #fff;
    position: relative;
    width: 100%;
    height: 100vh;
    height: 100dvh;
    overflow: hidden;
    z-index: 999;
}

.hero-block {
    display: block;
    width: 100%;
    height: 100%;
}

.hero-block .slick-list,
.hero-block .slick-track,
.hero-block .slick-slide,
.hero-block .slick-slide>div {
    height: 100%;
}

.hero-block-slide.slick-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.hero-block-slide.slick-slide .responsive {
    display: none;
}

.slider {
    visibility: hidden;
}

.slider.slick-initialized {
    visibility: visible;
}

/* Leasing Overview
========================= */
.leasing-overview {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 2em;
    padding: 3.5em 0 3em;
}

.leasing-inner {
    display: flex;
    flex-direction: column;
    max-width: 1480px;
    width: 100%;
}

.leasing-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0;
    padding: 0.5em 0;
}

.leasing-title span {
    color: #1a1a1a;
    font-family: 'Mulish', sans-serif;
    font-size: 3.6rem;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.leasing-title span:last-of-type {
    font-family: 'Mulish', sans-serif;
    font-size: 2.2rem;
    font-weight: 600;
    letter-spacing: .05em;
    padding: .5em 0 0;
}

.leasing-cta {
    display: flex;
    justify-content: center;
    padding: 1.5em 0 0;
}

.leasing-cta-btn {
    display: inline-block;
    color: #1a1a1a;
    font-family: 'Mulish', sans-serif;
    font-size: 1.8rem;
    font-weight: 400;
    letter-spacing: .1em;
    text-transform: uppercase;
    text-decoration: none;
    border: 1px solid #1a1a1a;
    padding: 0.7em 2em;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.leasing-cta-btn:hover {
    background-color: #1a1a1a;
    color: #fff;
    text-decoration: none;
}

.leasing-details {
    display: flex;
    flex-direction: column;
    padding: 2em 0 3em;
}

.leasing-details p {
    color: #1a1a1a;
    font-family: 'Mulish', sans-serif;
    font-size: 1.8rem;
    line-height: 1.4;
    margin: 0;
    padding: 0 0 1em;
}

.leasing-details p:last-of-type {
    padding: 0;
}

/* Leasing Tout
========================= */
.newmart-tout {
    clear: both;
    margin: 0 2em;
    padding: 4em 0 2.5em;
    position: relative;
}

.newmart-tout.two-column-style {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 2em 2em;
    margin: 0 auto;
    max-width: 1100px;
}

.newmart-tout-title.centered {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 3em;
    width: 100%;
}

.newmart-tout-title.centered span {
    color: #1a1a1a;
    font-family: 'Mulish', sans-serif;
    font-size: 3.4rem;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.newmart-tout-content-two-columns {
    display: flex;
    flex-direction: row;
    gap: 40px;
    width: 100%;
}

.newmart-tout-col {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0;
}

.newmart-tout-col .tout-contact-name {
    color: #1a1a1a;
    font-family: 'Mulish', sans-serif;
    font-size: 2.2rem;
    font-weight: 600;
    line-height: 1.6;
    letter-spacing: .05em;
    text-transform: uppercase;
    margin-bottom: 0.3em;
}

.newmart-tout-col .tout-contact {
    color: #1a1a1a;
    font-family: 'Mulish', sans-serif;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: .05em;
    text-transform: uppercase;
}

.newmart-tout-brochure {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 2em;
}

.newmart-tout-brochure a {
    color: #1a1a1a;
    font-family: 'Mulish', sans-serif;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.6;
    letter-spacing: .05em;
    text-transform: uppercase;
    text-decoration: underline;
}

.newmart-tout-brochure a:hover {
    opacity: 0.7;
}

.leasing-amenities {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 2em;
    padding: .5em 0 1em;
}

.leasing-amenities-inner {
    display: flex;
    flex-direction: column;
    max-width: 1100px;
    width: 100%;
}

/* Amenities
========================= */
.amenities {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    padding: 0;
}

.amenities .column {
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0;
}

.amenities .column .column-wrapper {
    flex: 1;
    border: 1px solid #1a1a1a;
    padding: 1.5em 1.5em;
}

.amenities .column .column-wrapper .column-amenity-image {
    display: none;
}

.amenities .column .column-wrapper .column-amenity-details {
    display: flex;
    flex-direction: column;
}

.amenities .column .column-wrapper .column-amenity-details span {
    color: #1a1a1a;
    font-family: 'Mulish', sans-serif;
    font-size: 1.6rem;
    font-weight: 800;
    line-height: 1.4;
    margin: 0;
    padding: 0 0 0.5em;
    text-align: center;
    letter-spacing: .05em;
    text-transform: uppercase;
}

.amenities .column .column-wrapper .column-amenity-details p {
    color: #1a1a1a;
    font-family: 'Mulish', sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.4;
    padding: 0;
    margin: 0;
    text-align: left;
}

/* Building Services
========================= */
.leasing-building-services {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 2em;
    padding: 3em 0;
}

.leasing-building-services-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 1100px;
    width: 100%;
}

.building-services-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 2.5em;
}

.building-services-title {
    color: #1a1a1a;
    font-family: 'Mulish', sans-serif;
    font-size: 3.4rem;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.building-services-subtitle {
    color: #1a1a1a;
    font-family: 'Mulish', sans-serif;
    font-size: 2.2rem;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: .05em;
    padding-top: 0.4em;
}

.building-services-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2em 4em;
    width: 100%;
    max-width: 800px;
}

.building-services-item {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.building-services-item span {
    color: #1a1a1a;
    font-family: 'Mulish', sans-serif;
    font-size: 1.8rem;
    font-weight: 400;
    letter-spacing: .08em;
    text-transform: uppercase;
}

/* Leasing Gallery
========================= */
.leasing-gallery {
    margin: 0 2em;
    padding: 2em 0 2em;
}

.leasing-gallery-inner {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    max-width: 1480px;
    width: 100%;
}

.leasing-gallery-image {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.leasing-gallery-image img {
    display: grid;
    grid-column: span 1;
    margin: 0;
    width: 100%;
    transition: none;
}

/* Responsive
--------------------------------------------- */
@media only screen and (max-width: 1480px) {

    .leasing-overview {
        padding: 3em 0 1em;
    }

    .leasing-title span {
        font-size: 3.4rem;
    }
}

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

    .leasing-overview {
        padding: 2.5em 0 1em;
    }

    .leasing-details {
        padding: 1.5em 0 1em;
    }

    .leasing-title span {
        font-size: 3.2rem;
    }

    .leasing-title span:last-of-type {
        font-size: 2.1rem;
    }

    .leasing-gallery {
        padding: 2em 0 4em;
    }
}

@media only screen and (max-width: 1140px) {
    .leasing-title span {
        font-size: 3rem;
    }
}

@media only screen and (max-width: 1080px) {
    .amenities {
        grid-template-columns: repeat(2, 1fr);
    }
}

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

    .hero,
    .hero-block-slide.slick-slide {
        max-height: calc(100vw * 0.39101);
    }

    .leasing-overview {
        padding: 2.5em 0 .5em;
    }

    .leasing-title span {
        font-size: 2.8rem;
    }

    .leasing-title span:last-of-type {
        font-size: 2rem;
        padding: 0.5em 0 0;
    }

    .leasing-details {
        padding: 1em 0;
    }

    .newmart-tout.two-column-style {
        padding: 3em 2em;
    }

    .newmart-tout-title.centered span {
        font-size: 3rem;
    }

    .leasing-gallery {
        padding: 2em 0 3em;
    }

    .leasing-gallery-image {
        grid-template-columns: repeat(4, 1fr);
    }

    .leasing-gallery img {
        grid-column: span 2;
    }

    .leasing-gallery-thumb:last-child:nth-child(2n-1) {
        grid-column-end: -2;
    }
}

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

    .hero,
    .hero-block-slide.slick-slide {
        max-height: calc(100vw * 0.39773);
    }

    .leasing-amenities {
        padding: 0.5em 0;
    }
}

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

    .hero,
    .hero-block-slide.slick-slide {
        max-height: calc(100vw * 0.39064);
    }

    .hero-container {
        padding: 0;
    }

    .leasing-overview {
        padding: 2em 0 0.5em;
    }

    .leasing-title span {
        font-size: 2.6rem;
    }

    .leasing-title span:last-of-type {
        font-size: 1.9rem;
    }

    .leasing-amenities {
        padding: 0.5em 0 1em;
    }

    .building-services-title {
        font-size: 2.6rem;
    }

    .building-services-subtitle {
        font-size: 1.9rem;
    }

    .newmart-tout-content-two-columns {
        flex-direction: column;
        gap: 20px;
    }

    .newmart-tout-title.centered {
        margin-bottom: 2em;
    }

    .newmart-tout-title.centered span {
        font-size: 2.6rem;
    }

    .leasing-gallery {
        margin: 0 1.5em;
        padding: 1.5em 0 2.5em;
    }

    .leasing-gallery-image {
        gap: 15px 0;
        grid-template-columns: repeat(1, 1fr);
    }

    .leasing-gallery-thumb:last-child:nth-child(2n-1) {
        grid-column-end: 2;
    }

    .leasing-gallery img {
        margin: 0 auto;
        max-width: 600px;
    }
}

@media only screen and (max-width: 719px) {
    .amenities {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .leasing-gallery img {
        max-width: 550px;
    }
}

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

    .hero,
    .hero-block-slide.slick-slide {
        max-height: none;
        height: 100vh;
        height: 100dvh;
    }

    .hero-block-slide.slick-slide img {
        display: none;
    }

    .hero-block-slide.slick-slide .responsive {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }

    .leasing-overview {
        margin: 0 1.5em;
    }

    .leasing-title span {
        font-size: 2.4rem;
    }

    .leasing-title span:last-of-type {
        font-size: 1.8rem;
    }

    .leasing-details p {
        font-size: 1.7rem;
    }

    .leasing-amenities {
        margin: 0 1.5em;
    }

    .leasing-building-services {
        margin: 0 1.5em;
    }

    .building-services-title {
        font-size: 2.4rem;
    }

    .building-services-subtitle {
        font-size: 1.8rem;
    }

    .building-services-item span {
        font-size: 1.7rem;
    }

    .newmart-tout.two-column-style {
        padding: 2.5em 1.5em;
    }

    .newmart-tout-col .tout-contact-name {
        font-size: 2rem;
    }

    .newmart-tout-col .tout-contact {
        font-size: 1.7rem;
    }

    .leasing-gallery {
        padding: 1em 0 2.5em;
    }

    .leasing-gallery img {
        max-width: 525px;
    }
}

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

    .hero,
    .hero-block-slide.slick-slide {
        max-height: none;
        height: 100vh;
        height: 100dvh;
    }

    .leasing-overview {
        padding: 1.5em 0 .5em;
    }

    .leasing-title span {
        font-size: 2.2rem;
    }

    .leasing-title span:last-of-type {
        font-size: 1.7rem;
    }

    .leasing-details {
        padding: 0.5em 0;
    }

    .amenities .column .column-wrapper .column-amenity-details p {
        font-size: 1.5rem;
    }

    .building-services-title {
        font-size: 2.2rem;
    }

    .building-services-subtitle {
        font-size: 1.7rem;
    }

    .building-services-grid {
        grid-template-columns: 1fr;
        gap: 1.5em;
    }

    .building-services-item span {
        font-size: 1.6rem;
    }

    .newmart-tout.two-column-style {
        padding: 2em 1.5em;
    }

    .newmart-tout-title.centered span {
        font-size: 2.2rem;
    }

    .newmart-tout-col .tout-contact-name {
        font-size: 1.9rem;
    }

    .newmart-tout-col .tout-contact {
        font-size: 1.6rem;
    }

    .leasing-gallery {
        padding: 0.5em 0 2em;
    }

    .leasing-gallery img {
        max-width: 525px;
    }
}

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

    .hero,
    .hero-block-slide.slick-slide {
        max-height: none;
        height: 100vh;
        height: 100dvh;
    }

    .column-wrapper {
        margin-top: 1.25em;
    }

    .newmart-tout-title.centered span {
        font-size: 2rem;
    }
}