@import url('https://fonts.googleapis.com/css2?family=Anton&family=Roboto:ital,wght@0,100..900;1,100..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;
    --lightgrey: #f5f5f5;
    --darkgrey: #202020;
    --grey: 808080
}

html {
    scroll-behavior: smooth;
}

body {
    /*background-color: var(--white);*/
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Anton', Arial, Helvetica, sans-serif;
    color: var(--black);
    font-weight: 500;
    margin-top: 1rem;
    margin-bottom: 1rem;
    text-transform: uppercase;
}

.Normal {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 300;
    color: var(--black);
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
}

.radius-50 {
    border-radius: 50px;
}

p {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    color: var(--black);
    text-decoration: underline;
    -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(--black);
    text-decoration: underline;
}

a:visited {
    color: var(--black);
    text-decoration: underline;
}

a:visited:hover {
    color: var(--black);
    text-decoration: underline;
}

.bi {
    font-size: 1.5em;
    padding: 0 10px;
}

a.underline-link {
    padding-bottom: 7px;
    font-size: .9rem;
    text-transform: uppercase;
    border-bottom: 1px solid;
    text-decoration: none;
    padding-left: 10px;
    letter-spacing: 0px;
    -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.underline-link:hover {
    letter-spacing: 1px;
    text-decoration: none;
}

a.underline-link:visited {
    letter-spacing: 0px;
    text-decoration: none;
}

a.underline-link:visited:hover {
    letter-spacing: 1px;
    text-decoration: none;
}

.bi {
    font-size: 1.5em;
    padding: 0 10px;
}

a.learn-more .bi {
    vertical-align: middle;
    font-size: 1.2em;
}

.hr-white-center {
    border-top: 1px solid #fff;
    width: 150px;
    margin: 10px auto;
}

/*------------------------------------------------*/
/* NAVBAR */
/*------------------------------------------------*/

.navbar {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1px;
    padding: 0;
    padding: .5rem 1rem;
    -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;
}

#navbarmain.fixed-top {
    width: 100%;
    overflow-x: hidden;
}

.bg-dark {
    background-color: transparent !important;
}

.bg-dark.nav-minimize {
    background-color: var(--black) !important;
}

#dnn_dnnLOGO_imgLogo {
    max-height: 125px;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-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-height: 100px;
}

.navbar-nav .dropdown-menu {
    background-color: var(--darkgrey);
    border-radius: 15px;
}

.nav-link {
    display: inline-block;
    color: var(--white) !important;
    text-decoration: none;
    line-height: 40px;
    font-size: 14px;
}

.nav-link:hover {
    text-decoration: none;
    color: var(--white) !important;
}

.nav-link:visited {
    color: var(--white);
}

.nav-link:visited:hover {
    text-decoration: none;
    color: var(--white) !important;
}

.dropdown-menu {
    background-color: var(--black);
    border: 1px solid var(--black);
    margin: 0;
    min-width: 15rem;
}

.dropdown-menu .nav-link {
    line-height: initial;
}

.dropdown-menu .active {
    border-radius: 0px;
}

/*------------------------------------------------*/
/* HERO */
/*------------------------------------------------*/

.hero-bg {
    background-size: cover;
    background-position: center;
    object-fit: cover;
    width: 100%;
    height: 450px;
    overflow: hidden;
    position: relative;
}

.Page-Home .hero-bg {
    background-image: linear-gradient(rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65)), url('/Portals/175/AdobeStock_508095214-2000.jpg');
    background-position: 50% 20%;
    height: 650px;
}

.PageType_Normal .hero-bg {
    background-image: linear-gradient(rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65)), url('/Portals/175/AdobeStock_508095214-2000.jpg');
    background-position: 50% 20%;
}

/* text */

.hero-text {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 98%;
}

.hero-text h1,
.hero-text h2,
.hero-text h3,
.hero-text h4,
.hero-text h5,
.hero-text h6 {
    margin: 0;
    color: var(--white) !important;
    letter-spacing: 1px;
    font-weight: 500;
    text-transform: uppercase;
}

.hero-text h1 {
    font-size: 4rem;
}

/*------------------------------------------------*/
/* MAIN CONTENT */
/*------------------------------------------------*/

/* zoom buttons */

.zoom-button {
    cursor: pointer;
    width: 100%;
    overflow: hidden;
    position: relative;
    text-align: center;
}

.zoom-button img {
    width: 100%;
    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: var(--white);
}

.text-overlay a {
    color: var(--white) !important;
    text-decoration: none;
}

/* etc. */

#UpperContent {
    background-color: var(--darkgreen);
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 5rem;
    padding-right: 5rem;
}

/*#MainContent {
    padding-top: 1rem;
    padding-bottom: 1rem;
}*/

#UpperContent ul,
#MainContent ul {
    padding-left: .5rem;
}

#UpperContent li,
#MainContent li {
    list-style-type: disc;
}

.white-button {
    display: inline-block;
    margin: 10px 0;
    padding: 10px 30px;
    border-radius: 25px;
    font-weight: 400;
    text-transform: uppercase;
    background-color: transparent;
    border: 2px solid var(--white);
    color: var(--white) !important;
    text-decoration: none;
    -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;
}

.white-button:hover {
    background-color: var(--white);
    color: var(--black) !important;
    text-decoration: none;
}

.black-button {
    display: inline-block;
    margin: 10px 0;
    padding: 10px 30px;
    border-radius: 25px;
    font-weight: 400;
    text-transform: uppercase;
    background-color: transparent;
    border: 2px solid var(--black);
    text-decoration: none;
    color: var(--black) !important;
    -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;
}

.black-button:hover {
    background-color: var(--black);
    color: var(--white) !important;
    text-decoration: none;
}

.grey {
    background-color: #000;
    border: 1px solid #fff;
    padding: 10px 1rem 20px;
    border-radius: 0px;
}

.grey h1,
.grey h2,
.grey h3,
.grey h4,
.grey h5,
.grey h6,
.grey p {
    color: #fff;
    line-height: 1.5;
}

.grey p,
.grey li {
    font-size: .85rem
}

.grey ul {
    margin-bottom: 0.25rem !important;
}


/* sign up */

.sub-widget .form-control {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #fff;
    border-radius: 0px;
    color: #fff;
    font-weight: 300;
    margin-top: .5rem;
    margin-bottom: .5rem;
    font-size: .85rem;
}

.sub-widget .form-control::placeholder {
    color: #fff;
}

.PageType_Home #TwoColumnOne,
.PageType_Home #TwoColumnNarrowOne,
.PageType_Home #ContentNarrowOne,
.PageType_Home #TwoColumnThree,
.PageType_Home #TwoColumnNarrowThree {
    background-color: var(--black);
}

.PageType_Home #TwoColumnOne {
    padding-top: 5rem;
    padding-bottom: 2rem;
}

.PageType_Home #TwoColumnNarrowOne,
.PageType_Home #TwoColumnNarrowThree {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.PageType_Home #ContentNarrowOne {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.PageType_Home #TwoColumnTwo {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.PageType_Home #ContentNarrowTwo {
    background: linear-gradient(to right, #d4c265, #c2a76e, #b7a293, #a49d95);
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.PageType_Home #TwoColumnThree {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.Page-Home #TwoColumnOne h1,
.Page-Home #TwoColumnOne h2,
.Page-Home #TwoColumnOne h3,
.Page-Home #TwoColumnOne h4,
.Page-Home #TwoColumnOne h5,
.Page-Home #TwoColumnOne h6,
.Page-Home #TwoColumnOne p,
.Page-Home #TwoColumnOne li,
.Page-Home #TwoColumnNarrowOne h1,
.Page-Home #TwoColumnNarrowOne h2,
.Page-Home #TwoColumnNarrowOne h3,
.Page-Home #TwoColumnNarrowOne h4,
.Page-Home #TwoColumnNarrowOne h5,
.Page-Home #TwoColumnNarrowOne h6,
.Page-Home #TwoColumnNarrowOne p,
.Page-Home #TwoColumnNarrowOne li,
.Page-Home #ContentNarrowOne h1,
.Page-Home #ContentNarrowOne h2,
.Page-Home #ContentNarrowOne h3,
.Page-Home #ContentNarrowOne h4,
.Page-Home #ContentNarrowOne h5,
.Page-Home #ContentNarrowOne h6,
.Page-Home #ContentNarrowOne p,
.Page-Home #ContentNarrowOne li,
.Page-Home #TwoColumnThree h1,
.Page-Home #TwoColumnThree h2,
.Page-Home #TwoColumnThree h3,
.Page-Home #TwoColumnThree h4,
.Page-Home #TwoColumnThree h5,
.Page-Home #TwoColumnThree h6,
.Page-Home #TwoColumnThree p,
.Page-Home #TwoColumnThree li,
.Page-Home #ContentNarrowTwo h1,
.Page-Home #ContentNarrowTwo h2,
.Page-Home #ContentNarrowTwo h3,
.Page-Home #ContentNarrowTwo h4,
.Page-Home #ContentNarrowTwo h5,
.Page-Home #ContentNarrowTwo h6,
.Page-Home #ContentNarrowTwo p,
.Page-Home #ContentNarrowTwo li {
    color: var(--white);
}

.PageType_Home #dnn_tcnpLeftOne p,
.PageType_Home #dnn_tcnpLeftOne li,
.PageType_Home #dnn_tcnpRightOne p,
.PageType_Home #dnn_tcnpRightOne li,
.PageType_Home #dnn_NarrowPaneTwo p,
.PageType_Home #dnn_NarrowPaneTwo li {
    font-size: .85rem;
}

.PageType_Normal:not(.Id3641) #MainContent {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

/* membership */

.Id3641 #ContentNarrowOne {
    background-color: var(--black);
    padding-top: 4rem;
}

.Id3641 #ContentNarrowOne h1,
.Id3641 #ContentNarrowOne h2,
.Id3641 #ContentNarrowOne h3,
.Id3641 #ContentNarrowOne h4,
.Id3641 #ContentNarrowOne h5,
.Id3641 #ContentNarrowOne h6,
.Id3641 #ContentNarrowOne p,
.Id3641 #ContentNarrowOne li {
    color: var(--white);
}

.Id3641 #ContentNarrowTwo {
    background-color: var(--black);
    padding-bottom: 4rem;
}

#membershipAccordion {
    background-color: var(--lightgrey);
    padding: 1rem;
    border-radius: 25px;
}

#membershipAccordion .accordion-button {
    background-color: transparent !important;
    padding: 0 !important;
    margin: .5rem 0;
    color: var(--grey);
    box-shadow: none !important;
}

#membershipAccordion .accordion-item:not(:last-child) {
    border-bottom: 1px solid var(--black);
}

#membershipAccordion .accordion-button:focus {
    box-shadow: none !important;
    outline: none !important;
}

#membershipAccordion .accordion-button::after {
    filter: invert(0%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(30%) contrast(100%);
}

.accordion-button:hover::after {
    filter: invert(0%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(0%) contrast(100%);
}

#membershipAccordion .accordion-button:not(.collapsed) {
    color: var(--black);
}

#membershipAccordion .accordion-item {
    background-color: transparent !important;
    border: none;
}

#membershipAccordion .accordion-body {
    padding: 0.5rem;
}

#membershipAccordion .accordion-body p {
    font-size: .85rem;
}

.grecaptcha-badge {
    opacity: 0;
}

/*------------------------------------------------*/
/* BOTTOM CONTENT */
/*------------------------------------------------*/

#MainBottomContent {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/*------------------------------------------------*/
/* FOOTER */
/*------------------------------------------------*/

footer {
    background-color: var(--black);
    padding-top: 2%;
    padding-bottom: 2%;
}

footer h1,
footer h2,
footer h3,
footer h4,
footer h5,
footer h6,
footer p {
    color: var(--white) !important;
}

footer p {
    font-size: .9rem;
}

footer a {
    color: var(--white);
    text-decoration: underline;
}

footer a:hover {
    color: var(--white);
    text-decoration: underline;
}

footer a:visited {
    color: var(--white);
    text-decoration: underline;
}

footer a:visited:hover {
    color: #fff;
    text-decoration: underline;
}

footer .footer-hr {
    background-color: #fff;
    opacity: 1;
}

footer .bi {
    padding-left: 5px;
    padding-right: 5px;
}

/*------------------------------------------------*/
/* MEDIA QUERIES */
/*------------------------------------------------*/

@media screen and (min-width: 996px) {
    .dropdown-menu {
        border-radius: 0;
    }

    .hero-text .large {
        font-size: 6rem;
    }

    .hero-text h2 {
        font-size: 2.5rem;
    }

    .large {
        font-size: 3rem;
    }
}

@media screen and (max-width: 997px) {

    .navbar-collapse {
        background-color: var(--black);
        border-radius: 25px;
    }

    #dnn_dnnLOGO_imgLogo {
        max-height: 60px;
    }

    .nav-minimize #dnn_dnnLOGO_imgLogo {
        max-height: 40px;
    }

    .navbar-toggler {
        margin: 10px;
    }

    .nav-item {
        margin: 0;
        text-align: center;
    }

    .hero-text h1 {
        font-size: 3rem;
    }
}

@media screen and (max-width: 768px) {

}
