@import url("https://use.typekit.net/zih5xgw.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(223, 221, 221, 1);
    --lgtrans: rgba(223, 221, 221, 0.8);
    --darkgrey: rgba(60, 60, 60, 1);
    --dgtrans: rgba(60, 60, 60, 0.8);
    --lightblue: #799fcd;
    --blue: #41618a;
    --darkblue: #042143;
    --darkblue2: #001023;
    --bluegreen: #41618a;
}

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: rubik, sans-serif;
    font-weight: 500;
    font-style: normal;
    color: var(--darkblue);
    letter-spacing: -.5px;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

    h1 {
        text-transform: uppercase;
    }

.Normal {
    font-size: 14px;
    color: var(--black);
    font-family: rubik, sans-serif;
}

p {
    font-family: rubik, sans-serif;
    font-size: 16px;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    color: var(--blue);
    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(--lightblue);
}

a:visited {
    color: var(--blue);
}

a:visited:hover {
    color: var(--lightblue);
}

ul, li {
    font-size: 16px;
}

.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 {
    padding: 3%;
    font-family: rubik, sans-serif;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    -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-dark {
    background-color: var(--darkblue2) !important;
}

#dnn_dnnLOGO_imgLogo {
    max-width: 70px;
    -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;
}

.navbar-brand {
    padding: 0 !important;
    margin-right: 0 !important;
}

.nav-link {
    display: inline-block;
    color: var(--white) !important;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
}

.nav-link:hover {
    text-decoration: none;
    color: var(--lightblue) !important;
}

.nav-link:visited {
    color: var(--white);
}

.nav-link:visited:hover {
    text-decoration: none;
    color: var(--lightblue) !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: 3% 5%;
        height: 125px;
    }

    .dropdown-menu {
        border-radius: 0;
    }
}

@media screen and (max-width: 992px) {
    #dnn_dnnLOGO_imgLogo {
        max-height: 70px;
    }

    .navbar-toggler {
        margin: 10px;
    }

    .nav-item {
        margin: 0;
        text-align: center;
    }
}

/*------------------------------------------------*/
/* TOP BANNER */
/*------------------------------------------------*/

#TopBanner {
    background-color: var(--darkblue);
    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 */
/*------------------------------------------------*/

/* video hero */

body:not(.PageType_Home) .video-container {
    display: none;
}

.video-container {
    width: 100%;
    position: relative;
    overflow: hidden;
}

#videoBG {
    object-fit: cover;
    position: absolute;
    height: 745px;
    width: 100%;
    top: 0;
    left: 0;
}

.video-overlay {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 745px;
    background-color: rgba(0, 0, 0, 0.75);
    text-align: center;
    position: relative;
    z-index: 10;
    width: 100%;
    margin: auto;
}

.video-overlay p,
.video-overlay h1,
.video-overlay h2,
.video-overlay h3,
.video-overlay h4,
.video-overlay h5,
.video-overlay h6 {
    margin: 0;
    color: var(--white);
}

.video-overlay h1 {
    font-size: 4.5rem;
}

@media screen and (min-width: 992px) {
    .video-container {
        margin-top: 125px;
    }

    #videoBG,
    .video-overlay {
        height: 710px;
    }
}

/* photo 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: 50% 65% ;
    object-fit: cover;
    width: 100%;
    height: 30vh;
    overflow: hidden;
    position: relative;
}

.PageType_Home .hero-bg {
    display: none;
}

@media screen and (min-width: 992px) {
    .hero-bg {
        margin-top: 125px;
    }
}

/* text */

.hero-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    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 (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: 400px;
        overflow: hidden;
        position: relative;
    }

    .PageType_Home .hero-bg {
        height: 60vh;
    }

    .hero-text h1 {
        font-size: 3rem;
    }
}

/*------------------------------------------------*/
/* MAIN CONTENT */
/*------------------------------------------------*/

#MainContent ul,
#MainContent li {
    list-style-type: disc;
}

.PageType_Normal #MainContent {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

#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: 5%;
        padding-right: 5%;
    }
}

@media screen and (max-width: 768px) {
    #HomeContent {
        padding-left: 3%;
        padding-right: 3%;
    }

    .PageType_Home #MainBottomContent,
    .Id3124 #MainBottomContent,
    .Id3125 #MainBottomContent {
        background-attachment: scroll;
    }
}

/* home */

.Page-Home .video-overlay a,
.Page-Home .video-overlay a:visited {
    color: var(--white);
}

    .Page-Home .video-overlay a:hover,
    .Page-Home .video-overlay a:visited:hover {
        color: var(--lightblue);
    }

.Page-Home #NarrowColumnCenter {
    padding-top: 2em;
    padding-bottom: 2em;
    background: linear-gradient(180deg,rgba(0, 16, 35, 1) 0%, rgba(65, 97, 138, 1) 100%);
}

.Page-Home #NarrowColumnTwo {
    padding-top: 2em;
    padding-bottom: 2em;
    background-image: url('/Portals/174/golf-ball-bg.jpg');
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

    .Page-Home #NarrowColumnTwo h2 {
        font-weight: 600;
    }

.Page-Home #NarrowColumnThree {
    padding-top: 2em;
    padding-bottom: 2em;
    background-color: var(--blue);
    color: var(--white);
}

.Page-Home #FullMidContent {
    background-color: var(--darkblue2);
}

    .Page-Home #FullMidContent h2 {
        font-size: 2rem;
        text-transform: uppercase;
        color: var(--white);
    }

.Page-Home #ThreeColumnTwo {
    padding-top: 2em;
    padding-bottom: 2em;
    background: linear-gradient(to bottom,
                var(--darkblue2) 0%, var(--darkblue2) 70%,
                var(--blue) 70%, var(--blue) 100%);
}

.Page-Home #FullMidContentTwo {
    padding-top: 4rem;
    padding-bottom: 4rem;
    background-color: var(--lightgrey);
}

@media screen and (min-width: 992px) {
    .Page-Home #ThreeColumnTwo .review-box {
        min-height: 339px;
    }
}

@media screen and (max-width: 992px) {
    .Page-Home #NarrowColumnCenter .info-content h6 {
        text-align: center;
    }

    .Page-Home #ThreeColumnTwo {
        background: linear-gradient(to bottom, var(--darkblue2) 0%, var(--darkblue2) 90%, var(--blue) 90%, var(--blue) 100%);
    }
}

/* home (old) */

.Page-Home_Old #TopGreySplit,
.Page-Home_Old #FullMidContentFour {
    background-color: var(--lightgrey);
}

.Page-Home_Old #MidContent {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/* memberships & rates */

.Id468 #FullMidContentThree,
.Id3618 #FullMidContentThree,
.Id468 #ThreeColumn,
.Id3618 #ThreeColumn,
.Id468 #FullMidContentFour,
.Id3618 #FullMidContentFour {
    background-color: var(--lightgrey);
}

.Id468 .content-box ul,
.Id3618 .content-box ul {
    list-style-type: none !important;
    margin-left: 0;
    padding-left: 0;
    text-align: justify;
}

    .Id468 .content-box li,
    .Id3618 .content-box li {
        list-style-type: none !important;
        padding-left: 1em;
        text-indent: -1.6em;
    }

    .Id468 .content-box li:before,
    .Id3618 .content-box li:before {
        content: "\F26E";
        font-family: bootstrap-icons !important;
        line-height: 1;
        vertical-align: -.125em;
        font-size: 1.25em;
        padding-right: 5px;
        color: var(--lightblue);
    }

@media screen and (min-width: 992px) {
    .Id468 #TwoColumn .content-box,
    .Id3618 #TwoColumn .content-box {
        min-height: 431px;
    }

    .Id468 #ThreeColumn .content-box,
    .Id3618 #ThreeColumn .content-box {
        min-height: 485px;
    }
}

/* events */

@media screen and (min-width: 992px) {
    .Id471 #ThreeColumn,
    .Id3621 #ThreeColumn {
        margin-top: 1em;
    }

    .Id471 #ThreeColumn .content-box,
    .Id3621 #ThreeColumn .content-box {
        min-height: 410px;
    }
}

/* tech */

.Id472 #TwoColumn,
.Id3622 #TwoColumn {
    align-items: center;
}

/* about */

.Id474 #FullMidContentThree,
.Id3624 #FullMidContentThree,
.Id474 #FourColumnTwo,
.Id3624 #FourColumnTwo {
    background-color: var(--lightgrey);
}

/* email signup */

.Id3740 .hero-bg {
    display: none;
}

.Id3740 #MainContent {
    margin-top: 125px;
}

/*------------------------------------------------*/
/* COMPONENTS */
/*------------------------------------------------*/

/* boxes */

.content-box {
    display: flex;
    flex-direction: column;
    padding: 0.5em 1em;
    margin-bottom: .5em;
    align-items: center;
    background: linear-gradient(130deg,rgba(65, 97, 138, 1) 0%, rgba(4, 33, 67, 1) 100%);
    color: var(--white);
    border: 2px solid var(--black);
    border-radius: 12px;
}

    .content-footer {
        margin-top: auto;
    }

    .content-box h2,
    .content-box h3,
    .content-box h4,
    .content-box h5,
    .content-box h6,
    .content-box p {
        color: var(--white);
    }

    .content-box p {
        color: var(--white);
    }

    .content-box ul {
        text-align: left;
        margin-left: -10px;
    }

.content-box-grey {
    display: flex;
    flex-direction: column;
    padding: 0.5em 1em;
    margin-bottom: .5em;
    background-color: var(--lightgrey);
    border: 2px solid var(--black);
    border-radius: 12px;
}

    .content-box-grey ul {
        text-align: left;
        margin-left: -10px;
    }

@media screen and (min-width:992px) {
    .content-box {
        width: 100%;
        padding: 1em;
    }

    .content-section {
        margin-top: auto;
    }
}

.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);
    }

.info-hz {
    align-items: center;
    margin-top: 2em;
    margin-bottom: 2em;
    padding-left: 0 !important;
    padding-right: 0 !important;
    border-radius: 5px;
    background-color: var(--white);
}

    .info-hz h2,
    .info-hz h3,
    .info-hz h4,
    .info-hz h5,
    .info-hz h6 {
        font-weight: 600;
        text-transform: uppercase;
    }

        .info-hz h6>.book-button,
        .info-hz h6>.book-button-alt {
            font-weight: 500;
        }

.info-pic {
    padding: 0 !important;
}

    .ip-left img {
        border-radius: 5px 0 0 5px;
    }

    .ip-right img {
        border-radius: 0 5px 5px 0;
    }

.info-content {
    padding: 3%;
}

@media screen and (max-width: 992px) {
    .ip-left img,
    .ip-right img {
        order: 1;
        border-radius: 5px 5px 0 0;
    }

    .info-content {
        order: 2;
    }
}

.enjoy-box {
    background-color: var(--darkblue2);
    margin-top: 1.5em;
    margin-bottom: 1.5em;
    padding: 1% 5%;
}

    .enjoy-box h1,
    .enjoy-box h2,
    .enjoy-box h3,
    .enjoy-box h4,
    .enjoy-box h5,
    .enjoy-box h6,
    .enjoy-box p,
    .enjoy-box ul,
    .enjoy-box li {
        color: var(--white);
    }

        .enjoy-box h1,
        .enjoy-box h2,
        .enjoy-box h3,
        .enjoy-box h4,
        .enjoy-box h5,
        .enjoy-box h6 {
            text-transform: uppercase;
        }

.review-box {
    display: flex;
    flex-direction: column;
    background-color: var(--white);
    margin-top: 1.5em;
    margin-bottom: 1.5em;
    padding: 1% 5%;
    border-radius: 12px;
}

    .review-box p,
    .review-box ul,
    .review-box li {
        margin-bottom: 30px;
        color: #525F75;
        line-height: 28px;
    }

    .review-box h1,
    .review-box h2,
    .review-box h3,
    .review-box h4,
    .review-box h5,
    .review-box h6 {
        color: var(--black);
    }

.review-stars {
    margin-bottom: 1rem !important;
}

    .review-stars .bi {
        font-size: 1rem;
        color: var(--lightblue);
    }

/* ribbon overlay */

.ribbon-box {
    position: relative;
    overflow: hidden;
}

.ribbon-overlay {
    position: absolute;
    top: 81px;
    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.75em;
        margin-top: 0;
        margin-bottom: 0;
        color: var(--lightblue);
    }

/* how it works */

.hiw-list {
    color: var(--black);
}

    .hiw-list h2,
    .hiw-list h3,
    .hiw-list h4,
    .hiw-list h5,
    .hiw-list h6 {
        color: black;
        font-weight: 600;
        text-transform: uppercase;
    }

.hiw-bullet {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-width: 40px;
    min-height: 40px;
    color: var(--white);
    background-color: var(--bluegreen);
    border: 1px solid var(--white);
    border-radius: 100px;
}

.hiw-border {
    margin-top: 2em;
    margin-bottom: 2em;
    background-color: var(--white);
    border-radius: 100px;
    width: 100%;
    height: 5px;
}

/* booking buttons */

.book-button {
    display: inline-block;
    padding: 10px 15px;
    background-color: var(--lightblue);
    color: var(--black) !important;
    text-transform: uppercase;
    border: 1px solid var(--black);
    border-radius: 3px;
    -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(--blue);
        color: var(--white) !important;
        text-decoration: none;
    }

.book-button-alt {
    display: inline-block;
    padding: 20px;
    background-color: var(--darkblue);
    color: var(--white) !important;
    text-transform: uppercase;
    border-radius: 3px;
    -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-alt:hover {
        background-color: var(--lightblue);
        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: rubik, sans-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-small {
    font-size: 0.8em;
}

.font-large {
    font-size: 3em;
}

/* 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(--lightgrey);
    padding-top: 2%;
    padding-bottom: 1.5%;
}

    footer h1,
    footer h2,
    footer h3,
    footer h4,
    footer h5,
    footer h6,
    footer p {
        color: var(--black) !important;
    }

        footer p,
        footer li {
            font-size: 0.8rem; 
        }

.footer-nav {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    list-style: none;
    padding: 0;
}

    .footer-nav li {
        margin: 0.5em 2em;
    }

    .footer-nav img {
        max-width: 35px;
    }

@media screen and (max-width: 992px) {
    footer {
        text-align: center;
    }

    .footer-nav {
        justify-content: center;
    }

        .footer-nav li {
            margin: 0.5em 1em;
        }
}