@import url("https://use.typekit.net/qbc1kpx.css");

@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css");

:root {
    --white: #fff;
    --black: #000;
    --blacktrans: rgba(0, 0, 0, 0.8);
    --grey: rgba(125, 125, 125, 1);
    --lightgrey: rgba(229, 229, 229, 1);
    --lgtrans: rgba(229, 229, 229, 0.8);
    --darkgrey: rgba(60, 60, 60, 1);
    --dgtrans: rgba(60, 60, 60, 0.8);
    --darkblue: #343c3e;
    --drabgreen: #55594b;
    --orange: #a14f17;
    --lightbrown: #7e6b5b;
    --greengrey: #afb0a0;
    --offwhite: #eeebe6;
}

html {
    scroll-behavior: smooth;
}

hr {
    width: 100%;
    border-top: 3px solid var(--black);
    margin-left: auto;
    margin-right: auto;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "adelle-mono-flex", monospace;
    font-weight: 700;
    font-style: normal;
    color: var(--black);
    margin-top: 1rem;
    margin-bottom: 1rem;
}

    h1, h2, h3 {
        text-transform: uppercase;
    }

.Normal {
    font-family: "inclusive-sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    line-height: 1.5;
    color: var(--black);
}

p {
    color: var(--black);
}

img {
    max-width: 100%;
    height: auto;
}

a {
    color: var(--black);
    text-decoration: none;
    font-weight: 600;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

a:hover {
    color: var(--orange);
}

a:visited {
    color: var(--black);
}

a:visited:hover {
    color: var(--orange);
}

ul, li {
    color: var(--black);
}

.bi {
    font-size: 1.5em;
    padding: 0 10px;
}

.container-fluid {
    padding-left: 0;
    padding-right: 0;
}

    .container-fluid .row {
        margin-right: 0;
        margin-left: 0;
    }

@media screen and (min-width: 992px) {
    h1, h2 {
        font-size: 3rem;
    }

    h3, h4 {
        font-size: 2.5rem;
    }
}

/*------------------------------------------------*/
/* NAVBAR */
/*------------------------------------------------*/

.navbar {
    background-color: var(--offwhite) !important;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

#dnn_dnnLOGO_imgLogo {
    max-width: 130px;
    padding: 5% 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

    .nav-minimize #dnn_dnnLOGO_imgLogo {
        max-width: 110px;
    }

.navbar-brand {
    padding: 0 !important;
}

.nav-link {
    font-family: "adelle-mono-flex", monospace;
    font-weight: 700;
    font-style: normal;
    font-size: 18px;
    line-height: 40px;
    letter-spacing: 1px;
    display: inline-block;
    color: var(--black) !important;
    text-decoration: none;
}

    .nav-link:hover {
        text-decoration: none;
        color: var(--orange) !important;
    }

    .nav-link:visited {
        color: var(--black);
    }

        .nav-link:visited:hover {
            text-decoration: none;
            color: var(--orange) !important;
        }

.navbar ul {
    margin-left: 0;
}

.dropdown-menu {
    background-color: var(--darkgrey);
    border: 1px solid var(--lightgrey);
    margin: 0;
    min-width: 12rem;
}

.dropdown-menu .nav-link {
    line-height: initial;
}

.dropdown-menu .active {
    border-radius: 0px;
}

@media screen and (min-width: 992px) {
    .navbar {
        padding: 0 10%;
    }

    .dropdown-menu {
        border-radius: 0;
    }
}

@media screen and (max-width: 992px) {

    #dnn_dnnLOGO_imgLogo {
        max-height: 120px;
    }

    .navbar-toggler {
        margin: 10px;
    }

    .nav-item {
        margin: 0;
        text-align: center;
    }
}

/*------------------------------------------------*/
/* TOP BANNER */
/*------------------------------------------------*/

#TopBanner {
    background-color: var(--drabgreen);
    position: relative;
    z-index: 500;
    padding-top: 5px;
    padding-bottom: 5px;
    text-transform: uppercase;
}

    #TopBanner p {
        margin-top: 0;
        margin-bottom: 0;
        font-size: 14px;
        color: var(--white);
        font-weight: 700;
    }

        #TopBanner p a {
            color: var(--white);
        }

            #TopBanner p a:hover {
                color: var(--lightgreen);
            }

            #TopBanner p a:visited {
                color: var(--white);
            }

                #TopBanner p a:visited:hover {
                    color: var(--lightgreen);
                }

    #TopBanner .bi {
        font-size: 18px;
    }

/*------------------------------------------------*/
/* HERO */
/*------------------------------------------------*/

.hero-bg {
    background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('/Portals/178/twovisionnx-both-handed-booth.jpg');
    background-size: cover;
    background-position: 50% 100%;
    object-fit: cover;
    width: 100%;
    height: 50vh;
    position: relative;
    overflow: hidden;
}

.PageType_Home .hero-bg {
    background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('/Portals/178/twovisionnx-booth.jpg');
    height: 95vh;
}

/* text */

.hero-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -70%);
    width: 98%;
    text-align: center;
}

.hero-text h1,
.hero-text h2,
.hero-text h3,
.hero-text h4,
.hero-text h5,
.hero-text h6 {
    color: #fff !important;
    letter-spacing: 1px;
}

.hero-text h1 {
    font-size: 4rem;
}

@media screen and (min-width: 992px) {
    .PageType_Home .hero-text {
        transform: translate(-50%, -50%);
    }
}

@media screen and (max-width: 992px) {
    .hero-bg {
        background-size: cover;
        background-position: center;
        object-fit: cover;
        width: 100%;
        height: 300px;
        overflow: hidden;
        position: relative;
    }

    .hero-text h1 {
        font-size: 3rem;
    }
}

/*------------------------------------------------*/
/* MAIN CONTENT                                   */
/*------------------------------------------------*/

#MainContent ul {
    list-style-type: disc;
}

#MapContent p {
    margin: 0;
    padding: 0;
    line-height: 0;
}

@media screen and (min-width: 992px) {
    #MainContent.container-fluid {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    #MainContent .row {
        margin-right: 0;
        margin-left: 0;
        padding-left: 0;
        padding-right: 0;
    }
}

@media screen and (max-width: 768px) {
    #MainContent {
        padding-top: 0;
        padding-bottom: 0%;
    }
}

/* home */

.PageType_Home #OffsetRight,
.PageType_Home #OffsetRightTwo {
    align-items: center;
}

.PageType_Home #OffsetRight p,
.PageType_Home #OffsetRightTwo p {
    margin: 0 !important;
}

@media screen and (min-width: 992px) {
    .PageType_Home #dnn_rOffsetRight,
    .PageType_Home #dnn_rOffsetLeftTwo {
        padding-left: 5rem;
        padding-right: 5rem;
    }
}

@media screen and (max-width: 992px) {
    .PageType_Home #dnn_rOffsetRight,
    .PageType_Home #dnn_rOffsetLeftTwo {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .PageType_Home #dnn_rOffsetLeftTwo {
        order: 2;
    }

    .PageType_Home #dnn_rOffsetRightTwo {
        order: 1
    }
}

/* rates & memberships */

.Page-Memberships .hero-bg {
    display: none;
}

.Page-Memberships #NarrowColumn {
    padding: 2rem 0;
    background-color: var(--orange);
}

.Page-Memberships #FullWidthTwo {
    padding: 2rem 0;
}

@media screen and (min-width: 992px) {
    .Page-Memberships .content-box {
        min-height: 502px;
    }

        .Page-Memberships #NarrowColumn .content-box {
            min-height: 0;
        }
}

/* how it works */

@media screen and (min-width: 992px) {
    .Page-How_It_Works .content-box {
        min-height: 650px;
    }
}

/* about us */
.Page-About_Us .hero-bg {
    display: none;
}

/*------------------------------------------------*/
/* COMPONENTS */
/*------------------------------------------------*/

/* boxes */

.content-box {
    display: flex;
    flex-direction: column;
    padding: 0.5em 1em;
    margin-bottom: .5em;
    align-items: center;
    background: transparent;
    color: var(--white);
    border-radius: 12px;
}

    .content-footer {
        margin-top: auto;
    }

    .content-box h2 {
        margin-bottom: 0;
        color: var(--darkblue);
        border-bottom: 2px solid var(--darkblue);
    }

    .content-box h3 {
        color:var(--darkblue);
    }

        .content-box ul {
            text-align: left;
            margin-left: -10px;
        }

    .content-box p {
        color: var(--black);
    }

.content-box.cb-alt h2 {
    margin-top: 16px;
    margin-bottom: 16px;
    color: var(--black);
    border-bottom: 2px solid var(--black);
}

.ribbon-box {
    position: relative;
    overflow: hidden;
}

.ribbon-overlay {
    position: absolute;
    top: 93px;
    left: -38px;
    overflow: hidden;
    padding: 1px 50px;
    transform: rotate(-45deg);
    transform-origin: top left;
    background-color: var(--darkblue);
    text-transform: uppercase;
    cursor: default;
}

    .ribbon-overlay p {
        font-size: 0.95em;
        margin-top: 0;
        margin-bottom: 0;
        color: var(--lightblue);
    }

.info-text {
    background-color: var(--darkblue);
    color: #fff;
    margin-bottom: 1em;
    padding: 10px;
    min-height: 165px;
}

    .info-text p {
        font-size: 14px;
        text-align: justify;
    }

.info-title {
    background-color: var(--blue);
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    width: 80%;
    margin: -25px auto 0;
    position: relative;
    z-index: 10;
    padding: 5px 10px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

    .info-title a {
        color: var(--white);
    }

    .info-title:hover {
        background-color: var(--darkblue);
    }

@media screen and (min-width:992px) {
    .content-box {
        width: 100%;
        padding: 1em;
    }

    .content-section {
        margin-top: auto;
    }
}

/* booking buttons */

.book-button {
    display: inline-block;
    padding: 10px 30px;
    background-color: var(--darkblue);
    color: var(--white) !important;
    text-transform: uppercase;
    border: 1px solid var(--black);
    border-radius: 18px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

    .book-button:hover {
        background-color: var(--offwhite);
        color: var(--black) !important;
        text-decoration: none;
    }

/* zoom buttons */

.zoom-button {
    cursor: pointer;
    width: 100%;
    overflow: hidden;
    position: relative;
    text-align: center;
}

    .zoom-button img {
        width: 100%;
        aspect-ratio: 16 / 9;
        transition: transform .5s ease;
    }

    .zoom-button:hover img {
        transform: scale(1.3);
    }

.text-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
}

    .text-overlay h2 {
        text-shadow: 2px 2px 4px rgba(0,0,0,.5);
        color: #fff;
    }

    .text-overlay a {
        color: #fff !important;
        text-decoration: none;
    }

/* how-to text */

.how-to-box {
    width: 100%;
    position: relative;
    text-align: center;
    margin-bottom: 4em;
}

    .how-to-box h2 {
        font-size: 5em;
        transform: scaleY(3) scaleX(2);
        color: rgba(0, 0, 0, 0.25);
    }

.how-to-overlay {
    width: 100%;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%,-50%);
}

/* faq accordion */

.accordion-item {
    border: none !important;
}

.accordion-item .accordion-button {
    border-radius: 12px !important;
}

    .accordion button {
        font-family: eb-garamond, serif;
        font-weight: 700;
        font-style: normal;
        font-size: 24px;
        color: var(--white);
        margin-top: 1rem;
        margin-bottom: 1rem;
        background-color: var(--blue);
    }

.accordion-button::after {
    background-image: url('/Portals/174/plus-circle-fill.png');
    transform: scale(1) !important;
}

.accordion-button:not(.collapsed)::after {
    background-image: url('/Portals/174/dash-circle-fill.png');
}

.accordion-button:not(.collapsed) {
    background-color: var(--darkblue);
    color: var(--white);
}

/* font & text classes */

.font-roman {
    font-family: hwt-roman-extended-light-fac, serif;
    font-weight: 500;
    font-style: normal;
}

.bold-darkblue {
    font-weight: bold;
    color: var(--darkblue);
}

.font-small {
    font-size: 0.7em;
}

/* marquee text */

.marquee-text {
    overflow: clip;
}

.marquee-text-track {
    display: flex;
    padding-left: 4.8rem;
    gap: 3rem;
    width: max-content;
    animation: marquee-move-text var(--speed, 40s) linear infinite var( --direction, forwards );
}

.marquee-text p {
    padding: 1rem 1rem;
    max-width: 500px;
    width: 100%;
}

@keyframes marquee-move-text {
    to {
        transform: translateX(-50%);
    }
}

@media screen and (max-width: 768px) {
    .marquee-text p {
        max-width: 250px !important;
        padding: 0.5rem 0.5rem !important;
    }
}

/* videos */

.youtube-video {
    aspect-ratio: 16 / 9;
    width: 100%;
}

/* quick forms */

.DnnModule-DNNSmartQuickForm {
    width: 100%;
    justify-self: center;
}

/* recaptcha */

.grecaptcha-badge {
    opacity: 0;
}

/*------------------------------------------------*/
/* FOOTER */
/*------------------------------------------------*/

footer {
    background-color: var(--offwhite);
    padding: 2% 0;
    text-align: center
}

footer h1,
footer h2,
footer h3,
footer h4,
footer h5,
footer h6,
footer p {
    color: var(--black);
}

    .footer p {
        margin: 0
    }

#FooterTop {
    margin-top: 0rem;
    margin-bottom: 1.5rem;
}

#FooterTop h3 {
    color: var(--darkblue);
}

.footer-nav {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: space-between;
    justify-content: center;
    list-style: none;
    padding: 0;
}

    .footer-nav li {
        margin: 0.5em 1em;
    }

    .footer-nav img {
        max-width: 35px;
    }