@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&family=Poppins:wght@400;500;700&display=swap');

@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.4/font/bootstrap-icons.css");

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    background-color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins', Arial, Helvetica, sans-serif;
    margin: 1rem 0;
    color: #131736;
    text-transform: uppercase;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    text-decoration: none;
    color: #006738;
    font-weight: 700;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}

    a:hover {
        text-decoration: underline;
        color: #006738;
    }

    a:visited {
        text-decoration: none;
        color: #006738;
    }

        a:visited:hover {
            text-decoration: underline;
            color: #006738;
        }

.Normal {
    line-height: 1.7em;
    font-size: 20px;
    color: #000;
}

.bi {
    font-size: 1.5rem;
    margin: 10px;
}

.green-line-left {
    border-top: 2px solid #006838;
    width: 100px;
    margin: 15px 10px 0;
}

.green-line-center {
    border-top: 2px solid #006838;
    width: 70px;
    margin: 15px auto 0;
}

.purple-line-left {
    border-top: 2px solid #131736;
    width: 100px;
    margin: 15px 10px 0;
}

.purple-line-center {
    border-top: 2px solid #131736;
    width: 70px;
    margin: 15px auto 0;
}

.white-line-left {
    border-top: 2px solid #fff;
    width: 100px;
    margin: 15px 10px 0;
}

.white-line-center {
    border-top: 2px solid #fff;
    width: 70px;
    margin: 15px auto 0;
}

/* fade in */

.fade-in {
    opacity: 0;
    transform: translateY(5vh);
    visibility: hidden;
    transition: opacity 1s ease-out, transform 1s ease-out;
    will-change: opacity, visibility;
}

    .fade-in.is-visible {
        opacity: 1;
        transform: none;
        visibility: visible;
    }

/*------------------------------------------------*/
/* NAVBAR */
/*------------------------------------------------*/

.navbar {
    margin-bottom: 0 !important;
    margin-bottom: 0 !important;
    border-radius: 0 !important;
    font-family: 'Poppins', Arial, Helvetica, sans-serif;
    background-color: #fff;
    letter-spacing: 1px;
    padding: 1% 3%;
    height: 100px;
    -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 {
    height: 80px;
}

.navbar-brand {
    padding: 0 !important;
}

a.btn-info, a.btn-info:visited, a.btn-primary, a.btn-primary:visited {
    color: #fff;
}

#dnn_dnnLOGO_imgLogo {
    max-width: 200px;
    width: 100%;
    padding-left: 20px;
    -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: 150px;
    width: 100%;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.15rem !important;
    padding-left: 0.15rem !important;
}

.px-lg-4 {
    padding: 0 .75rem !important;
}

.nav-link {
    color: #000 !important;
    font-size: 16px;
    font-weight: 400;
    -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-link:hover {
        color: #006838 !important;
    }

    .nav-link:visited {
        color: #000 !important;
    }

        .nav-link:visited:hover {
            color: #006838 !important;
        }

.navbar-toggler {
    margin: 2%;
}

.dropdown-menu {
    padding: 0;
    background-color: #fff;
    min-width: 12rem;
    border-radius: 0px;
    border: 1px solid #006838;
}

    .dropdown-menu .px-lg-4 {
        padding: .25rem .5rem !important;
    }

    .dropdown-menu .nav-link {
        font-size: 14px;
        font-weight: 400;
        text-transform: initial !important;
    }

/*------------------------------------------------*/
/* HERO */
/*------------------------------------------------*/


/* video hero */

.video-hero-bg {
    object-fit: cover;
    width: 100%;
    height: 70vh;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
}

#videoBG {
    object-fit: cover;
    width: 100%;
    height: 70vh;
}

.video-hero-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 1200px;
    width: 100%;
}

    .video-hero-text p,
    .video-hero-text h1,
    .video-hero-text h2,
    .video-hero-text h3,
    .video-hero-text h4,
    .video-hero-text h5,
    .video-hero-text h6 {
        margin-top: 1rem;
        margin-bottom: 1rem;
        color: #fff !important;
    }

    .video-hero-text h1 {
        font-size: 5rem;
        font-weight: 700;
    }

    .video-hero-text p {
        font-size: 20px;
    }

.home-hero-text {
    max-width: 850px;
    width: 100%;
}

.video-overlay {
    position: absolute;
    height: 100%;
    overflow: hidden;
    background-color: rgba(0,0,0,.5);
    width: 100%;
    top: 0;
    left: 0;
}

.PageType_Normal .video-hero-bg,
.PageType_Normal .video-hero-text {
    display: none;
}
/* photo hero */

.hero-bg {
    object-fit: cover;
    width: 100%;
    height: 400px;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
}

.Page-Home .hero-bg {
    background-image: url('/Portals/108/HomeHeaderImageNew2.jpg');
    background-size: cover;
    background-position: bottom;
    height: 80vh;
}

/* golfing  */

.Id2288 .hero-bg {
    /*background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/Portals/108/iStock-1147780061.jpg');*/
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/Portals/108/book-now-bg.png');
    background-size: cover;
    background-position: 50% 30%;
}

/* golfing - memberships  */

.Id2403 .hero-bg {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/Portals/108/turf-driver-header-image.png');
    background-size: cover;
    background-position: center;
}

/* golfing - gift cards  */

.Id2404 .hero-bg {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/Portals/108/turf-ball-header-img.png');
    background-size: cover;
    background-position: center;
}

/* about  */

.Id2289 .hero-bg {
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('/Portals/108/EventsNewsContactHeader.jpg');
    background-size: cover;
    background-position: 50% 15%;
}

/* pro shop, blog  */

.Id2290 .hero-bg,
.Id2291 .hero-bg {
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('/Portals/108/iStock-145128785.jpg');
    background-position: 50% 40%;
    background-size: cover;
}

/* accessibility, privacy, terms */

.Id2292 .hero-bg,
.Id2293 .hero-bg,
.Page-_04_Error_Page .hero-bg,
.Id2371 .hero-bg {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/Portals/108/iStock-1147780061.jpg');
    background-size: cover;
    background-position: center;
}

/* locations */

.Id3309 .hero-bg {
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('/Portals/108/EventsNewsContactHeader.jpg');
    background-size: cover;
    background-position: 50% 15%;
}

.hero-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 1200px;
}

.hero-text p,
.hero-text h1,
.hero-text h2,
.hero-text h3,
.hero-text h4,
.hero-text h5,
.hero-text h6 {
    margin-top: 1rem;
    margin-bottom: 1rem;
    color: #fff !important;
}

.hero-text h1 {
    font-size: 5rem;
    font-weight: 700;
}

.hero-text p {
    font-size: 20px;
}

.Page-Home .hero-bg {
    display: none;
}

/* trackman, tournaments, schedule, contact  */

.Id1940 h1,
.Id1941 h1,
.Id1942 h1,
.Id1943 h1,
.Id1944 h1,
.Id2019 h1,
.Id2020 h1 {
    font-size: 4.5rem;
}

/*------------------------------------------------*/
/* MAIN CONTENT */
/*------------------------------------------------*/

#MainContent {
    padding-top: 30px;
    padding-bottom: 30px;
}

.Page-Home #MainContent {
    padding-bottom: 0px;
}

#MainContent li,
#BottomContent li {
    list-style-type: disc;
}

/* .Page-Home #dnn_tcLeft,
.Page-Home #dnn_tcMiddle,
.Page-Home #dnn_tcRight {
    background-image: linear-gradient(rgba(255,255,255, 0.7), rgba(255,255,255, 1)), url(/portals/108/triangle-bg3.png);
    background-position: top;
    background-size: 62%;
    background-repeat: no-repeat;
} */

#dnn_BottomFullWidth {
    padding-left: 0px;
    padding-right: 0px;
}

    #dnn_BottomFullWidth p {
        margin-bottom: 0px;
    }

.image-border {
    border-radius: 10px;
}

.button-on-white {
    display: inline-block;
    margin: 10px 0;
    padding: 15px 35px;
    background-color: #006738;
    color: #fff !important;
    border-radius: 25px;
    border: 5px solid #006738;
    -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;
    text-decoration: none;
}

    .button-on-white:hover {
        background-color: #8dc63f;
        border: 5px solid #006738;
        color: #131736 !important;
        text-decoration: none;
    }

.button-on-dark {
    display: inline-block;
    margin: 10px 0;
    padding: 15px 35px;
    background-color: #fff;
    color: #131736 !important;
    border-radius: 25px;
    border: 5px solid #fff;
    -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;
    text-decoration: none;
}

    .button-on-dark:hover {
        background-color: #8dc63f;
        border: 5px solid #006738;
        color: #131736 !important;
        text-decoration: none;
    }

.purple {
    background: #4b0082 content-box;
    padding: 2px;
    border-radius: 0px;
    margin: 1%;
    border: 1px solid #006838;
}

    .purple h1,
    .purple h2,
    .purple h3,
    .purple h4,
    .purple h5,
    .purple h6,
    .purple p {
        color: #fff;
        line-height: 1.5;
    }

    .purple ul {
        padding-left: 3%;
        padding-right: 3%;
    }

    .purple li {
        list-style-type: disc !important;
        color: #fff;
        margin-bottom: .5rem;
        margin-top: .5rem;
    }

    .purple .green-line-center {
        border-top: 2px solid #8dc63f;
    }

.white {
    background-color: #fff;
    padding: 10px 4%;
    border-radius: 0px;
    margin: 1%;
}

    .white h1,
    .white h2,
    .white h3,
    .white h4,
    .white h5,
    .white h6,
    .white p {
        color: #000;
        line-height: 1.5;
    }

    .white ul {
        margin-bottom: 0.25rem !important;
    }

.grey li {
    list-style-type: none !important;
}

/*------------------------------------------------*/
/* SUBSCRIPTION BOX */
/*------------------------------------------------*/

.subscription-slide {
    position: fixed;
    z-index: 1000000000;
    bottom: 30px;
    right: -450px;
    width: 375px;
    border-radius: 10px;
    background-color: rgba(0,0,0,.95);
    padding: 10px 20px;
    -webkit-transition: all 500ms ease-in;
    -moz-transition: all 500ms ease-in;
    -ms-transition: all 500ms ease-in;
    -o-transition: all 500ms ease-in;
    transition: all 500ms ease-in;
}

.slide-in {
    right: 10px;
}

.hide {
    display: none;
}

.close {
    color: #fff;
    text-shadow: 0 1px 0 #000;
}

    .close:hover {
        color: #fff;
    }

.subscription-slide .btn-primary {
    border-color: #808080;
    background-color: #808080;
}

    .subscription-slide .btn-primary:hover {
        border-color: #505050;
        background-color: #505050;
    }

.PageType_Normal .subscription-slide {
    display: none;
}

.grecaptcha-badge {
    opacity: 0;
}

/*------------------------------------------------*/
/* FOOTER */
/*------------------------------------------------*/

#FooterContainer h1,
#FooterContainer h2,
#FooterContainer h3,
#FooterContainer h4,
#FooterContainer h5,
#FooterContainer h6,
#FooterContainer p {
    color: #fff !important;
    margin-top: 1rem;
}

#Footer p a {
    color: #fff;
    text-decoration: none;
    font-weight: 600;
}

    #Footer p a:hover {
        color: #8dc63f;
    }

    #Footer p a:visited {
        color: #fff;
        text-decoration: none;
    }

        #Footer p a:visited:hover {
            color: #8dc63f;
        }

#Footer {
    background-color: #131736;
    background-image: url('/Portals/108/purple-overlay.png');
    background-position: top;
    background-size: cover;
    padding: 3% !important;
}

#FooterBottom {
    background-color: #101010;
    padding: 1% 10% !important;
}

    #FooterBottom p {
        font-size: 14px;
        margin-top: .5rem;
        margin-bottom: 0;
    }

    #FooterBottom .green-line-center {
        border-top: 1px solid #8dc63f;
        width: 100px;
        margin: 20px auto;
    }

    #FooterBottom p a {
        color: #fff;
        text-decoration: none;
        font-weight: 600;
    }

        #FooterBottom p a:hover {
            color: #8dc63f;
        }

        #FooterBottom p a:visited {
            color: #fff;
            text-decoration: none;
        }

            #FooterBottom p a:visited:hover {
                color: #8dc63f;
            }

/*------------------------------------------------*/
/* MEDIA QUERIES */
/*------------------------------------------------*/

@media screen and (max-width: 992px) {
    .Normal {
        font-size: 18px;
    }

    .navbar {
        background-color: #fff;
        padding: 1%;
        height: auto;
    }

    #dnn_dnnLOGO_imgLogo {
        max-width: 150px;
    }

    .nav-minimize #dnn_dnnLOGO_imgLogo {
        max-width: 110px;
    }

    .navbar-dark .navbar-toggler {
        margin: 0;
        color: rgba(255,255,255,1) !important;
        border: none;
    }

    .nav-link {
        border: none;
        text-align: center;
    }

    .active .nav-link {
        border: none;
    }

    .nav-link:hover {
        border: none;
    }

    .px-lg-4 {
        padding: 0 !important;
    }

    .hero-text {
        padding: 0 5%;
    }

    .video-hero-text {
        padding: 0 5%;
    }
}

@media screen and (max-width: 768px) {
    .Normal {
        font-size: 18px;
    }

    .hero-text h1 {
        font-size: 2.5rem !important;
    }

    .hero-text h2 {
        font-size: 1.5rem;
    }

    .video-hero-bg {
        height: 60vh;
    }

    #videoBG {
        height: 60vh;
    }

    .video-hero-text {
        top: 45%;
    }

    .video-hero-text h1 {
        font-size: 2.5rem !important;
    }

    .video-hero-text h2 {
        font-size: 1.5rem;
    }

    #FooterBottom {
        padding: 1% 3% !important;
    }

}