@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');

@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/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);
    --red: #a91310;
    --darkred: #7c1013;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Inter', Arial, Helvetica, sans-serif;
}

hr {
    width: 100%;
    border-top: 3px solid var(--black);
    margin-left: auto;
    margin-right: auto;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Rubik', Arial, Helvetica, sans-serif;
    color: var(--black);
    font-weight: 600;
    margin-top: 1rem;
    margin-bottom: 1rem;
    text-transform: uppercase;
}

.Normal {
    font-size: 14px;
    line-height: 1.5;
    color: var(--black);
    font-family: 'Inter', Arial, Helvetica, sans-serif;
}

p {
    font-family: 'Inter', Arial, Helvetica, sans-serif;
    font-size: 16px;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

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(--grey);
}

a:visited {
    color: var(--black);
}

a:visited:hover {
    color: var(--grey);
}

.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;
    }

/*------------------------------------------------*/
/* NAVBAR */
/*------------------------------------------------*/

.navbar {
    font-family: 'Inter', Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 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;
}

.bg-light {
    background-color: var(--white) !important;
}

#dnn_dnnLOGO_imgLogo {
    max-width: 160px;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 20px;
    -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;
}

.nav-minimize #dnn_dnnLOGO_imgLogo {
    max-width: 160px;
}

.nav-link {
    display: inline-block;
    color: var(--black) !important;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    line-height: 40px;
}

.nav-link:hover {
    text-decoration: none;
    color: var(--grey) !important;
}

.nav-link:visited {
    color: var(--black);
}

.nav-link:visited:hover {
    text-decoration: none;
    color: var(--grey) !important;
}

.navbar ul {
    margin-left: 0;
}

.nav-cta {
    text-align: center;
    padding-right: 20px;
}

.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 (max-width: 991px) {
    #dnn_dnnLOGO_imgLogo {
        max-height: 60px;
    }

    .navbar-toggler {
        margin: 10px;
    }

    .nav-item {
        margin: 0;
        text-align: center;
    }
}

@media screen and (min-width: 992px) {
    .dropdown-menu {
        border-radius: 0;
    }
}

/*------------------------------------------------*/
/* HERO */
/*------------------------------------------------*/

.hero-bg {
    background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('/Portals/_default/images/AdobeStock_1533767439.jpeg');
    background-size: cover;
    background-position: center;
    object-fit: cover;
    width: 100%;
    height: 40vh;
    overflow: hidden;
    position: relative;
}

.PageType_Home .hero-bg {
    background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('/Portals/_default/images/AdobeStock_1533767439.jpeg');
    height: 100vh;
}

@media screen and (max-width: 991px) {
    .hero-bg {
        background-size: cover;
        background-position: center;
        object-fit: cover;
        width: 100%;
        height: 300px;
        overflow: hidden;
        position: relative;
    }

    .PageType_Home .hero-bg {
        height: 60vh;
    }
}

/* text */

.hero-text {
    position: absolute;
    top: 55%;
    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 {
    margin: 0;
    color: #fff !important;
    letter-spacing: 1px;
}

.hero-text h1 {
    font-size: 4rem;
}

@media screen and (max-width: 991px) {
    .hero-text h1 {
        font-size: 3rem;
    }
}

@media screen and (min-width: 992px) {
    .PageType_Home .hero-text {
        transform: translate(-50%, -130%);
    }
}

/*------------------------------------------------*/
/* MAIN CONTENT */
/*------------------------------------------------*/

.PageType_Normal #MainContent {
    padding-top: 1rem;
    padding-bottom: 2rem;
}

#MainContentBottom .row > * {
    padding-left: 0;
    padding-right: 0;
}

#MapContent p {
    margin: 0;
    padding: 0;
    line-height: 0;
}

@media screen and (max-width: 768px) {
    #HomeContent {
        padding-left: 3%;
        padding-right: 3%;
    }

    #MainContent {
        padding-top: 6%;
        padding-bottom: 6%;
    }
}

@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: 5%;
        padding-right: 5%;
    }
}

/* alert banner */

#TopBanner {
    background-color: var(--lightgrey);
}

/* home */

.Page-Home #TwoColumnLower,
.Page-Home #TwoColumnLowerTwo {
    align-items: center;
    padding-top: 1.5em;
    padding-bottom: 1.5em;
}

    .Page-Home #TwoColumnLower {
        background-color: var(--lightgrey);
    }

@media screen and (max-width: 991px) {
    .Page-Home #dnn_tclLeft {
        order: 2;
    }

    .Page-Home #dnn_tclRight {
        order: 1;
    }
}

/* memberships */

.Page-Memberships #NarrowPane {
    padding-top: 1.5em;
    padding-bottom: 1.5em;
    background-color: var(--lightgrey);
}

@media screen and (min-width: 991px) {
    .Page-Memberships .content-box {
        min-height: 317px;
    }
}

/* family & corporate memberships */

.Id3746 #TwoColumn,
.Id3746 #TwoColumnUpperGrey, {
    padding-bottom: 1.5em;
}

    .Id3746 #TwoColumnUpperGrey {
        padding-top: 1.5em;
        background-color: var(--lightgrey);
    }

.Id3746 #NarrowPane {
    padding-top: 1.5em;
}

@media screen and (max-width: 991px) {
    .Id3746 #dnn_columnLeft {
        order: 2;
    }

    .Id3746 #dnn_columnRight {
        order: 1;
    }
}

/* tech */

.carousel-item img {
    object-fit: cover;
    aspect-ratio: 16 / 9;
}

/*------------------------------------------------*/
/* COMPONENTS */
/*------------------------------------------------*/

/* boxes */

.content-box {
    align-items: center;
    padding-top: 1em;
    padding-bottom: 1em;
    margin-bottom: 1em;
    background-color: var(--lightgrey);
    border: 2px solid var(--black);
    border-radius: 12px;
}

    .content-box ul {
        list-style-position: inside;
        text-align: left;
        margin-left: -10px;
    }

    .content-box img {
        border-radius: 10px;
    }

@media screen and (min-width: 992px) {
    .content-box {
        width: 100%;
        padding: 1em;
    }

    .content-section {
        margin-top: auto;
    }
}

@media screen and (max-width: 991px) {
    .content-box {
        text-align: center;
    }
}

/* booking buttons */

.book-button {
    display: inline-block;
    padding: 10px 30px;
    background-color: var(--black);
    color: var(--white) !important;
    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(--darkgrey);
        color: var(--white) !important;
        text-decoration: none;
    }

.book-button-grey {
    display: inline-block;
    padding: 10px 30px;
    background-color: var(--darkgrey);
    color: var(--white) !important;
    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-grey:hover {
        background-color: var(--black);
        color: var(--white) !important;
        text-decoration: none;
    }

.book-button-red {
    display: inline-block;
    padding: 10px 30px;
    background-color: var(--red);
    color: var(--white) !important;
    border: 1px solid var(--darkred);
    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-red:hover {
        background-color: var(--darkred);
        color: var(--white) !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;
    }

/* videos */

.youtube-video {
    aspect-ratio: 16 / 9;
    width: 100%;
}

/* quick forms */

.qf_step {
    justify-self: center;
}

/* recaptcha */

.grecaptcha-badge {
    opacity: 0;
}

/*------------------------------------------------*/
/* FOOTER */
/*------------------------------------------------*/

footer {
    background-color: var(--lightgrey);
    padding-top: 1%;
    padding-bottom: 0;
}

footer h1,
footer h2,
footer h3,
footer h4,
footer h5,
footer h6,
footer p {
    color: var(--black) !important;
    font-size: 0.9em;
}

.footer-nav {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: space-between;
    justify-content: center;
    list-style: none;
    padding: 0;
}

    .footer-nav li {
        margin: 0.5em 1em;
    }

    .footer-nav img {
        max-width: 35px;
    }

@media screen and (max-width: 767px) {
    #dnn_FooterContentLeft {
        order: 1
    }

    #dnn_FooterContentMid {
        order: 3;
    }

    #dnn_FooterContentRight {
        order: 2;
    }
}