.footer-nav ul, .site-nav ul {
    margin: 0;
    padding: 0;
    list-style: none
}

*, :after, :before {
    box-sizing: border-box
}

html {
    line-height: 1.4
}

html.menu-opened {
    overflow: hidden
}


body {
    font-family: Nunito, sans-serif, serif;
    font-size: 125%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

h1, h2, h3, h4, h5 {
    line-height: 1;
    margin: 0 0 .9375rem;
    text-transform: uppercase;
    font-size: 2rem;
}






::-webkit-input-placeholder {
    color: hsla(0, 0%, 100%, .4);
    font-style: italic
}

::-moz-placeholder {
    color: hsla(0, 0%, 100%, .4);
    font-style: italic
}

:-ms-input-placeholder {
    color: hsla(0, 0%, 100%, .4);
    font-style: italic
}

a {
    color: #0177c7;
    text-decoration: none
}

img {
    max-width: 100%
}


.site-nav {
    background: url(../images/city-buildings.png) 60% hsla(187, 100%, 95%, 0.83);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
    height: 100vh;
    width: 100%;
    z-index: -1;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.menu-opened .site-nav {
    opacity: 1;
    z-index: 100
}

.site-nav li {
    margin: .9375rem 0
}

.site-nav a {
    color: #000;
    font-weight: 700
}
@media (hover: hover) {
    .site-nav a:hover {
        color: #0177c7
    }
}


@media screen and (min-width: 40em) {
    .site-nav a {
        font-size: 2.5rem
    }
}

@media screen and (min-width: 64em) {
    .site-nav a {
        font-size: 3.125rem
    }
}



.btn-menu {
    background: none;
    width: 30px;
    height: 19px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    cursor: pointer;
    outline: none;
    position: fixed;
    padding: 0;
    right: 1.25rem;
    top: 1.25rem;
    z-index: 200;
    text-indent: -999em
}

.btn-menu span, .btn-menu span:after, .btn-menu span:before {
    cursor: pointer;
    width: 30px;
    height: 3px
}

.btn-menu span {
    display: block;
    position: relative;
    background: #fff;
    -webkit-transition: all 0ms .3s;
    transition: all 0ms .3s
}

.btn-menu span:before {
    bottom: 8px;
    -webkit-transition: bottom .3s cubic-bezier(.23, 1, .32, 1) .3s, -webkit-transform .3s cubic-bezier(.23, 1, .32, 1);
    transition: bottom .3s cubic-bezier(.23, 1, .32, 1) .3s, -webkit-transform .3s cubic-bezier(.23, 1, .32, 1);
    transition: bottom .3s cubic-bezier(.23, 1, .32, 1) .3s, transform .3s cubic-bezier(.23, 1, .32, 1);
    transition: bottom .3s cubic-bezier(.23, 1, .32, 1) .3s, transform .3s cubic-bezier(.23, 1, .32, 1), -webkit-transform .3s cubic-bezier(.23, 1, .32, 1)
}

.btn-menu span:after, .btn-menu span:before {
    content: "";
    position: absolute;
    left: 0;
    background: #fff
}

.btn-menu span:after {
    top: 8px;
    -webkit-transition: top .3s cubic-bezier(.23, 1, .32, 1) .3s, -webkit-transform .3s cubic-bezier(.23, 1, .32, 1);
    transition: top .3s cubic-bezier(.23, 1, .32, 1) .3s, -webkit-transform .3s cubic-bezier(.23, 1, .32, 1);
    transition: top .3s cubic-bezier(.23, 1, .32, 1) .3s, transform .3s cubic-bezier(.23, 1, .32, 1);
    transition: top .3s cubic-bezier(.23, 1, .32, 1) .3s, transform .3s cubic-bezier(.23, 1, .32, 1), -webkit-transform .3s cubic-bezier(.23, 1, .32, 1)
}

.menu-opened .btn-menu span {
    background: hsla(0, 0%, 100%, 0)
}

.menu-opened .btn-menu span:after {
    background: #000;
    top: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: top .3s cubic-bezier(.23, 1, .32, 1), -webkit-transform .3s cubic-bezier(.23, 1, .32, 1) .3s;
    transition: top .3s cubic-bezier(.23, 1, .32, 1), -webkit-transform .3s cubic-bezier(.23, 1, .32, 1) .3s;
    transition: top .3s cubic-bezier(.23, 1, .32, 1), transform .3s cubic-bezier(.23, 1, .32, 1) .3s;
    transition: top .3s cubic-bezier(.23, 1, .32, 1), transform .3s cubic-bezier(.23, 1, .32, 1) .3s, -webkit-transform .3s cubic-bezier(.23, 1, .32, 1) .3s
}

.menu-opened .btn-menu span:before {
    background: #000;
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: bottom .3s cubic-bezier(.23, 1, .32, 1), -webkit-transform .3s cubic-bezier(.23, 1, .32, 1) .3s;
    transition: bottom .3s cubic-bezier(.23, 1, .32, 1), -webkit-transform .3s cubic-bezier(.23, 1, .32, 1) .3s;
    transition: bottom .3s cubic-bezier(.23, 1, .32, 1), transform .3s cubic-bezier(.23, 1, .32, 1) .3s;
    transition: bottom .3s cubic-bezier(.23, 1, .32, 1), transform .3s cubic-bezier(.23, 1, .32, 1) .3s, -webkit-transform .3s cubic-bezier(.23, 1, .32, 1) .3s
}


@media screen and (min-width: 64em) {
    .site-logo {
        margin-bottom: 6.25rem
    }
}

.site-footer {
    background: #002972;
    padding: 2.5rem 0;
    text-align: center
}

@media screen and (min-width: 40em) {
    .site-footer {
        padding: 3.125rem 0 6.25rem
    }
}

.footer-nav {
    margin-bottom: .9375rem
}

.footer-nav ul {
    line-height: 1.5
}

@media screen and (min-width: 40em) {
    .footer-nav li {
        display: inline-block;
        margin: 0 .625rem
    }
}

@media screen and (min-width: 64em) {
    .footer-nav li {
        margin: 0 1.25rem
    }
}

.footer-nav a {
    color: #fff;
    font-size: 1.125rem
}
@media screen and (min-width: 80.063em)
{
    .footer-nav a {
        color: #fff;
        font-size: 1.5rem
    }
}
@media (hover: hover) {
    .footer-nav a:hover {
        color: #0177c7
    }
}

.footer-legal {
    color: #d4d4d4;
    font-size: 1.125rem
}
@media screen and (min-width: 48em)  {
    .footer-legal {
        color: #d4d4d4;
        font-size: 1.14rem
    }

}

.page-home .site-header {
    position: relative
}

.page-booking .site-header {
    position: relative
}

.page-home .site-header .title {
    background: linear-gradient(180deg,
    rgba(0, 0, 0, 0),
    rgba(1, 119, 199, 0.33)), url(../images/NYCInfoHomeTop.png) no-repeat top;
    background-size: cover;
    padding-bottom: 70.2753441802%;
    margin: 0;
    text-indent: -999em;
    position: relative
}



@media screen and (min-width: 75em) {
    .page-home .site-header .title:after {
        background: -webkit-linear-gradient(top, transparent, rgb(1, 117, 195) 99%, rgb(1, 119, 199));
        background: linear-gradient(180deg, transparent 0, rgb(1, 116, 193) 99%, rgb(1, 118, 197));
        content: '';
        height: 3.75rem;
        width: 100%;
        position: absolute;
        left: 0;
        bottom: 0
    }
}





.page-home .home-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #0175c3;
    border: 1px solid transparent;
    border-radius: 1.25rem;
    color: #ffffff;
    font-size: 1.05rem;
    text-transform: uppercase;
    padding: .3125rem 1.5625rem;
    position: absolute;
    left: 50%;
    bottom: 12%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    font-weight: 700;
}

@media screen and (min-width: 17.5em) and (max-width: 20em) {
    .page-home .home-button {
        font-size: 0.60rem;
        bottom: 9%;
        padding: 0.4rem 0.4rem;
    }
}
@media screen and (min-width: 20em) and (max-width: 22.499em) {
    .page-home .home-button {
        font-size: 0.65rem;
        bottom: 10%;
    }
}
@media screen and (min-width: 22.5em) and (max-width: 25.875em) {
    .page-home .home-button {
        font-size: 0.65rem;
        bottom: 11%;
    }
}
@media screen and (min-width: 25.876em) and (max-width: 47.999em) {
    .page-home .home-button {
        font-size: 0.8rem;
        bottom: 11.5%;
    }
}




.home-about {
    background: #0098ff;
    color: #fff;
    padding: 3rem 2rem;
    text-align: center
}


.home-about-block .content {
    margin: 0;
}


.home-about-block {
    margin: 2.5rem 0
}
.home-about-block .title {
    margin: 0
}


.home-about-block .title:before {
    content: '';
    display: block;
    margin: 0 auto 1.25rem;
    height: 12.75rem
}




.home-about-block .icon-gem:before {
    background: url(../images/gem-regular.svg) no-repeat;
    width: 11rem;
    height: 11rem;
}

.home-about-block .icon-city:before {
    background: url(../images/cityIcon.svg) no-repeat;
    width: 11rem;
    height: 11rem;
}

.home-about-block .icon-price:before {
    background: url(../images/money.svg) no-repeat;
    width: 11rem;
    height: 11rem;
}

.home-about-block .icon-transportation:before {
    background: url(../images/Bus.svg) no-repeat;
    height: 11rem;
    width: 11rem;
}

.home-story {
    background: linear-gradient(0deg,
    rgba(0, 0, 0, 0.37),
    rgb(1, 119, 199)), url(../images/NYCStory.jpg) no-repeat bottom;
    background-size: cover;
    color: #fff;
    text-align: center;
    padding: 3rem 0;
}

.home-story .story-content {
    font-size: 94%;
}



@media screen and (min-width: 64em) {
    .home-story {
        height: 54.6875rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

@media screen and (min-width: 75em) {
    .home-story {
        height: 63.75rem
    }
}

.home-hours-of-operation {
    background: #002973;
    color: #fff;
    padding: 4rem 0;
    text-align: center;
}

.hours-list {
    max-width: 16rem;      /* keeps the list from feeling too wide */
    margin: 0 auto;        /* centers the block */
}

.hours-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.hours-list li {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 1.25rem;
    margin: 0.6rem 0;
    font-size: 1.15rem;
}

.hours-list li strong {
    flex: 0 0 8.5rem;      /* fixed width for the day column */
    text-align: left;
}

.hours-list li span,
.hours-list li {
    text-align: left;
}

@media screen and (max-width: 40em) {
    .hours-list {
        max-width: 92%;
    }

    .hours-list li {
        font-size: 1.05rem;
    }

    .hours-list li strong {
        flex-basis: 7.5rem;
    }
}

.small-note-duration {
    display: block;              /* makes centering + max-width easier */
    max-width: 40rem;            /* controls box width on large screens */
    margin: 1.25rem auto 2rem;   /* centered */
    padding: 1rem 1.75rem;       /* balanced padding */
    border: 3px solid #0177c7;
    border-radius: 12px;
    text-align: center;
    line-height: 1.5;
    font-size: 1rem;
}
@media screen and (max-width: 40em) {
    .small-note-duration {
        max-width: 92%;
        padding: 0.9rem 1.1rem;
        font-size: 0.95rem;
    }
}
.small-note {
    text-align: center;
    color: #e2dcdc; /* Change the color as needed */
}


.home-socials {
    background: #002973;
    color: #fff;
    text-align: center;
    padding: 5rem 0
}

.home-socials .icon-w {
    max-width: 50%
}

@media screen and (min-width: 64em) {
    .home-socials {
        max-width: 100%
    }
}


.home-socials .apps {
    margin: 1.875rem 0
}

@media screen and (min-width: 40em) {
    .home-socials .apps a {
        margin: 0 .3125rem
    }
}

.home-socials .social a {
    display: inline-block;
    text-indent: -999em;
    height: 1.5rem;
    width: 1.5rem;
    margin: 0 .625rem;
    vertical-align: middle;
    pointer-events: none;
    cursor: default;
}

.home-socials .social .icon-fb {
    background: url(../images/wr-home-facebook.png) no-repeat;
    height: 1.5625rem;
    width: 1.5625rem
}

.home-socials .social .icon-tw {
    background: url(../images/twitterX.png) no-repeat;
    height: 1.5625rem;
    width: 1.5625rem

}

.home-socials .social .icon-ig {
    background: url(../images/wr-home-instagram.png) no-repeat
}





.home-quote {
    background: linear-gradient(0deg,
    rgba(0, 41, 113, 0.45),
    rgb(0, 41, 114)), url(../images/Quote1.jpg) no-repeat bottom;
    background-size: cover;
    color: #fff;
    text-align: center;
    padding: 5rem 0;
    line-height: .9
}

.home-quote.two {
    background: linear-gradient(360deg,
    rgb(0, 41, 113),
    rgba(0, 41, 113, 0.45)), url(../images/Quote2.jpg) no-repeat bottom;
    background-size: cover;
}

@media screen and (min-width: 40em) {
    .home-quote {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

@media screen and (min-width: 64em) {
    .home-quote {
        height: 37.5rem

    }
}

@media screen and (min-width: 75em) {
    .home-quote {
        height: 50rem
    }
}

.home-quote .quote {
    text-transform: uppercase;
    font-weight: 200;
    margin-bottom: 2.5rem;
    line-height: 1.5;
    font-size: 1.25rem;
}

/* ============================================
   NYCINFO HOME RESPONSIVE (clean breakpoints)
   Replaces old micro-breakpoint rules
   ============================================ */

/* HOME ABOUT SECTION */
.page-home .home-about{
    position: relative;
    background: #0098ff;
    color: #fff;
    text-align: center;
    padding: 3.25rem 2rem;
}

/* subtle dark overlay so white text pops */
.page-home .home-about:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.22);
    pointer-events: none;
}

.page-home .home-about > *{
    position: relative;
    z-index: 1;
}

/* spacing between the two intro blocks and the card grid */
.page-home .home-about .row.column{
    margin-bottom: 2.25rem;
}
.page-home .home-about .row.column:last-of-type{
    margin-bottom: 3rem;
}

/* HOME ABOUT CARDS - match investors feel */
.page-home .home-about-block{
    background: rgba(0,0,0,0.22);
    border: 1px solid rgba(255,255,255,0.18);
    border-radius: 18px;
    box-shadow: 0 10px 24px rgba(0,0,0,0.18);
    padding: 2.25rem 1.75rem;
    margin: 1.25rem auto;
    max-width: 26rem;
}

/* HOME feature cards: equal height grid */
.page-home .home-feature-grid{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
}

/* 4-up desktop, 2-up tablet, 1-up mobile */
.page-home .home-feature-grid > .column{
    float: none;
    display: flex;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    margin-bottom: 1.875rem;
    width: 100%;
}

@media screen and (min-width: 40em){
    .page-home .home-feature-grid > .column{
        width: 50%;
    }
}

@media screen and (min-width: 64em){
    .page-home .home-feature-grid > .column{
        width: 50%;
    }
}

.page-home .home-feature-grid .home-about-block{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;  /* don’t stretch weirdly */
    gap: 0.75rem;                 /* consistent vertical rhythm */

}

.page-home .home-feature-grid .home-about-block .content{
    flex: 1;
}


.page-home .home-about-block .title{
    margin: 0 0 1rem;
    letter-spacing: 0.02em;
    font-size: 1.65rem;
    line-height: 1.1;
}

.page-home .home-about-block .content{
    margin: -8px;
    font-size: 1rem;
    line-height: 1.6;
    opacity: 0.95;
}

/* icons */
.page-home .home-about-block .title:before{
    content: "";
    display: block;
    margin: 0 auto 1.1rem;
    height: 8.5rem;
    width: 8.5rem;
    opacity: 0.95;
    margin-left: auto;
    margin-right: auto;
}

/* keep your existing icon images, just scale them to fit */
.page-home .home-about-block .icon-gem:before,
.page-home .home-about-block .icon-city:before,
.page-home .home-about-block .icon-price:before,
.page-home .home-about-block .icon-transportation:before{
    background-size: contain;
    background-position: center;
}

.page-home .home-about-block .icon-gem:before,
.page-home .home-about-block .icon-city:before,
.page-home .home-about-block .icon-price:before,
.page-home .home-about-block .icon-transportation:before{
    height: 8.5rem;
    width: 8.5rem;
}


/* MOBILE: tighten padding and avoid oversized typography */
@media screen and (max-width: 40em){
    body{
        font-size: 112.5%;
    }

    h1, h2, h3, h4, h5{
        font-size: 1.25rem;
        margin: 0 0 0.9375rem;
    }

    .page-home .home-about{
        padding: 2.75rem 1.25rem;
    }

    .page-home .home-about-block{
        padding: 2rem 1.25rem;
    }

    .page-home .home-about-block .title{
        font-size: 1.45rem;
    }

    .page-home .home-about-block .title:before{
        height: 7.25rem;
        width: 7.25rem;
    }

    .home-quote .quote{
        font-size: 1rem;
        line-height: 1.25;
        margin: 1.25rem 1rem;
    }

    .footer-nav a{
        font-size: 0.95rem;
    }

    .footer-legal{
        font-size: 0.95rem;
    }
}

/* DESKTOP: align cards as a grid and match investors sizing */
@media screen and (min-width: 64em){
    h1, h2, h3, h4, h5{
        font-size: 2.15rem;
    }

    .page-home .home-about{
        padding: 4rem 2rem;
    }

    .page-home .home-about-block{
        max-width: 100%;
        margin: 0;
        min-height: 25rem;
    }

    .page-home .home-about-block .title{
        font-size: 2rem;
    }

    .page-home .home-about-block .title:before{
        height: 9rem;
        width: 9rem;
        margin-bottom: 1.25rem;
    }

    .home-quote .quote{
        font-size: 1.25rem;
    }
}





@media screen and (min-width: 64em) {
    .page-investors .top-section {
        padding-bottom: 3.75rem
    }
}

.investors-list {
    color: #fff;
    text-align: center
}

@media screen and (min-width: 64em) {
    .investors-list {
        margin-top: 3.75rem
    }
}

.investors-list .investor {
    margin: 0 auto 2.5rem;
    max-width: 25rem
}

@media screen and (min-width: 64em) {
    .investors-list .investor {
        max-width: 100%
    }
}

.investors-list .title {
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    margin: 0
}

.investors-list .title:before {
    content: '';
    display: block;
    margin: 0 auto 1.25rem;
    height: 10.875rem
}

@media screen and (min-width: 40em) {
    .investors-list .title {
        font-size: 1.875rem
    }
}

.investors-list .title.pcp:before {
    background: url(../images/village.png) no-repeat 50%;
    width: 8.8125rem
}

.investors-list .title.awesome:before {
    background: url(../images/route.png) no-repeat 50%;
    width: 7.75rem
}

.investors-list .title.community:before {
    background: url(../images/team.png) no-repeat 50%;
    width: 7.4375rem
}

.investors-list .subtitle {
    font-style: italic
}

.board-directors {
    background: #000;
    color: #fff;
    text-align: center
}

@media screen and (min-width: 64em) {
    .board-directors {
        padding: 1.875rem 0
    }
}

.board-directors .block {
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 1.25rem;
    min-height: 15.625rem;
    margin-bottom: .9375rem;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover
}

@media screen and (min-width: 64em) {
    .board-directors .block {
        margin-bottom: 1.875rem;
        min-height: 24.375rem
    }
}

.board-directors .block:not(.intro) {
    color: #000
}

.board-directors .block:not(.intro) .title {
    margin: 0 0 .625rem
}

@media screen and (min-width: 40em) {
    .board-directors .block:not(.intro) .title {
        font-size: 1.875rem
    }
}

.board-directors .block.one {
    background-image: url(../images/wr-investors-1.png)
}

.board-directors .block.two {
    background-image: url(../images/wr-investors-2.png)
}

.board-directors .block.three {
    background-image: url(../images/wr-investors-3.png)
}

.board-directors .block.four {
    background-image: url(../images/wr-investors-4.png)
}

.board-directors .block.five {
    background-image: url(../images/wr-investors-5.png)
}

.board-directors .content {
    margin: 0;
    line-height: 1.1
}



@media screen and (min-width: 64em) {
    .page-faq .site-header {
        min-height: 30rem
    }
}

@media screen and (min-width: 75em) {
    .page-faq .site-header {
        min-height: 34.375rem
    }
}

.faq-list {
    padding: 2.5rem 0
}

@media screen and (min-width: 40em) {
    .faq-list {
        padding: 3.75rem 0
    }
}

@media screen and (min-width: 64em) {
    .faq-list {
        font-size: 1.5rem;
        padding: 5rem 0
    }
}

.faq-list dl {
    margin: 0
}

.faq-list dt {
    font-weight: 700
}

.faq-list dd {
    margin: 0 0 1.875rem
}



@media screen and (min-width: 64em) {
    .page-apply .site-header {
        min-height: 30rem
    }
}

@media screen and (min-width: 75em) {
    .page-apply .site-header {
        min-height: 34.375rem
    }
}

.page-apply .content {
    font-style: normal;
    font-weight: 700;
    padding: 2.5rem 0
}

@media screen and (min-width: 64em) {
    .page-apply .content {
        font-size: 1.5rem
    }
}

