@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Oswald:wght@200..700&family=Baskervville:ital@0;1&family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Libre+Franklin:ital,wght@0,100..900;1,100..900&display=swapdisplay=swap');

@import url("https://use.typekit.net/icm4wsi.css");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");

:root {
    --black: #000;
    --blacktp: rgba(0, 0, 0, 0.5);
    --white: rgba(255, 255, 255, 1);
    --whitetp: rgba(255, 255, 255, 0.5);
    --offwhite: rgba(242, 242, 242, 1);
    --grey: rgba(84, 89, 95, 1);
    --green: #026431;
    --orange: #a97d43;
}

html {
    scroll-behavior: smooth;
}

body {
    background-color: var(--offwhite);
    text-wrap: pretty;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: montserrat, sans-serif;
    font-weight: 700;
    font-style: normal;
    color: var(--white);
    margin: 1rem 0;
}

p {
    font-size: 18px;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    text-decoration: none;
    color: var(--green);
    -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: none;
        color: #fff;
    }

    a:visited {
        color: var(--green);
    }

        a:visited:hover {
            text-decoration: none;
            color: #fff;
        }

.Normal {
    line-height: 1.7em;
    font-size: 16px;
    color: var(--black);
    font-weight: 400;
}

.bi {
    font-size: 1.5rem;
    margin: 10px;
    -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;
}

ul, li {
    font-size: 18px;
}

/*------------------------------------------------*/
/* NAVBAR */
/*------------------------------------------------*/
.navbar {
    margin-bottom: 0 !important;
    border-radius: 0 !important;
    font-family: inter-variable, sans-serif;
    font-weight: 500;
    font-style: normal;
    background-color: var(--black);
    align-items: center;
    letter-spacing: 1px;
    padding: 1%;
    height: 80px;
    z-index: 10;
    -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;
}

.navbar-brand {
    padding: 0 !important;
}

a.btn-info, a.btn-info:visited, a.btn-primary, a.btn-primary:visited {
    color: #000;
    text-transform: uppercase;
}

#dnn_dnnLOGO_imgLogo {
    max-width: 110px !important;
    width: 100%;
    -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 !important;
    width: 100%;
}

.px-lg-4 {
    padding: 0.1rem !important;
    display: inline
}

.nav-link {
    color: var(--white) !important;
    font-size: 16px;
    text-align: center;
    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;
}

    .nav-link:hover {
        color: var(--orange) !important;
    }

    .nav-link:visited {
        color: var(--white) !important;
    }

        .nav-link:visited:hover {
            color: var(--orange) !important;
        }

.navbar-collapse h6 {
    font-size: 14px;
}

.navbar-toggler {
    margin: 2%;
}

.dropdown-menu {
    padding: 0;
    background-color: var(--blacktransp);
    min-width: 10rem;
}

    .dropdown-menu .px-lg-4 {
        padding: .2rem !important;
    }

    .dropdown-menu .nav-link {
        font-size: 14px;
        padding-left: 10px !important;
    }

@media screen and (min-width: 992px) {
    .Page-Home .navbar {
        background-color: var(--blacktp);
    }

    .dropdown:hover > .dropdown-menu {
        display: block;
        margin-top: 0;
    }
}

@media screen and (max-width: 991px) {
    .navbar {
        padding: 10px;
        height: auto;
    }

    #dnn_dnnLOGO_imgLogo {
        max-width: 110px;
    }

    .nav-minimize #dnn_dnnLOGO_imgLogo {
        max-width: 110px;
    }

    .navbar-dark .navbar-toggler {
        margin: 0;
        border: none;
        color: var(--white) !important;
    }

    .navbar-toggler-icon {
        color: var(--white) !important;
    }

    .nav-link {
        border: none;
        text-align: center;
    }

    .active .nav-link {
        border: none;
    }

    .nav-link:hover {
        border: none;
    }
}

@media screen and (max-width: 375px) {
    #dnn_dnnLOGO_imgLogo {
        max-width: 110px;
    }
}

/*------------------------------------------------*/
/* HERO */
/*------------------------------------------------*/

/* video hero */

.video-container {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}

body:not(.Page-Home) .video-container {
    display: none;
}

#videoBG {
    object-fit: cover;
    position: absolute;
    height: 100vh;
    width: 100%;
    top: 0;
    left: 0;
}

.video-overlay {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100vh;
    background: linear-gradient(0deg,rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
    text-align: center;
    position: relative;
    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: #fff !important;
    }

.PageType_Home #HeroBG {
    display: none;
}

.hero-text {
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

    .hero-text p,
    .hero-text h1,
    .hero-text h2,
    .hero-text h3,
    .hero-text h4 {
        font-family: montserrat, sans-serif;
        margin: 0;
        text-align: center;
    }

    .hero-text h1 {
        font-size: 4rem;
    }

/* photo hero */

.hero-bg {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(/Portals/_default/images/AdobeStock_1533767439.jpeg);
    object-fit: cover;
    width: 100%;
    height: 300px;
    overflow: hidden;
    position: relative;
    left: 0;
    background-size: cover;
    background-position: 50% 60%;
}

.PageType_Home .hero-bg {
    display: none;
}

@media screen and (max-width: 991px) {
        .video-overlay h1,
        .hero-text h1 {
            font-size: 2.5em !important;
        }

    .video-overlay h1 {
        margin-top: 13%;
    }

    .hero-text h3 {
        font-size: 1.5rem;
    }
}

/*------------------------------------------------*/
/* MAIN CONTENT */
/*------------------------------------------------*/

#MainContent li,
#FullContent li,
#MidContent li,
#BottomContent li {
    list-style-type: disc;
}

#dnn_tcFullLeft p,
#dnn_tcFullRightTwo p,
#dnn_tcFullLeftThree p,
#dnn_tcFullRightFour p {
    margin-bottom: 0;
}

    #TwoColumnFullOne,
    #TwoColumnFullTwo,
    #TwoColumnFullThree,
    #TwoColumnFullFour {
        align-items: center;
    }

    #dnn_tcFullRight,
    #dnn_tcFullLeftTwo,
    #dnn_tcFullRightThree,
    #dnn_tcFullLeftFour {
        margin-left: auto;
        margin-right: auto;
    }

@media screen and (min-width: 992px) {
    #FullContent .row > * {
        padding-left: 0;
        padding-right: 0;
    }
}

@media screen and (max-width: 991px) {
    #dnn_tcFullLeft,
    #dnn_tcFullRightTwo,
    #dnn_tcFullLeftThree,
    #dnn_tcFullRightFour {
        padding-left: 0;
        padding-right: 0;
    }

    #dnn_tcFullLeftTwo,
    #dnn_tcFullLeftFour {
        order: 2;
    }

    #dnn_tcFullRightTwo,
    #dnn_tcFullRightFour {
        order: 1;
    }
}

/* home */

.PageType_Home #MainContent {
    margin-top: 90.3vh;
}

.PageType_Home #FullContent {
    margin-bottom: 0;
}

.PageType_Home #TwoColumnFullTwo {
    background-color: var(--black);
}

    .PageType_Home #TwoColumnFullTwo p,
    .PageType_Home #TwoColumnFullTwo ul {
        color: var(--white);
    }

@media screen and (max-width: 991px) {
    .PageType_Home #dnn_tcFullRight,
    .PageType_Home #dnn_tcFullLeftTwo {
        padding-bottom: 1em;
    }
}

/* about */

.Page-About #OffsetLeft {
    align-items: center;
}

.Page-About #TwoColumnFullOne,
.Page-About #TwoColumnFullThree {
    background-color: var(--black);
}

    .Page-About #TwoColumnFullOne p,
    .Page-About #TwoColumnFullOne ul,
    .Page-About #TwoColumnFullThree p,
    .Page-About #TwoColumnFullThree ul {
        color: var(--white);
    }

#AboutBox li {
    list-style-type: none !important;
    font-size: 20px;
}

    #AboutBox li::before {
        font-family: bootstrap-icons;
        content: "\F26A";
        margin-left: -28px;
        margin-right: 0.5rem;
    }
/* technologies & facilities */

.Id434 #TwoColumnFullOne,
.Id434 #TwoColumnFullTwo,
.Id434 #TwoColumnFullThree,
.Id434 #TwoColumnFullFour,
.Id434 #FullWidthThree,
.Id3565 #TwoColumnFullOne,
.Id3565 #TwoColumnFullTwo,
.Id3565 #TwoColumnFullThree,
.Id3565 #TwoColumnFullFour,
.Id3565 #FullWidthThree {
    background-color: var(--black);
}

    .Id434 #TwoColumnFullOne p,
    .Id434 #TwoColumnFullTwo p,
    .Id434 #TwoColumnFullThree p,
    .Id434 #TwoColumnFullFour p,
    .Id3565 #TwoColumnFullOne p,
    .Id3565 #TwoColumnFullTwo p,
    .Id3565 #TwoColumnFullThree p,
    .Id3565 #TwoColumnFullFour p {
        color: var(--white);
    }

@media screen and (min-width: 992px) {
    .Id434 #TwoColumnFullOne,
    .Id434 #TwoColumnFullTwo,
    .Id434 #TwoColumnFullThree,
    .Id434 #TwoColumnFullFour,
    .Id3565 #TwoColumnFullOne,
    .Id3565 #TwoColumnFullTwo,
    .Id3565 #TwoColumnFullThree,
    .Id3565 #TwoColumnFullFour {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .Id434 #FullWidthFour,
    .Id2565 #FullWidthFour {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .Id434 #TwoColumnMidOne .ib-body,
    .Id434 #TwoColumnMidTwo .ib-body,
    .Id3565 #TwoColumnMidOne .ib-body,
    .Id3565 #TwoColumnMidTwo .ib-body {
        min-height: 406px
    }
}

@media screen and (max-width: 991px) {
    .Id434 #dnn_tcLeft,
    .Id3565 #dnn_tcLeft {
        order: 2;
    }

    .Id434 #dnn_tcRight,
    .Id3565 #dnn_tcRight {
        order: 1;
    }

    .Id434 #TwoColumnFullOne h3,
    .Id434 #TwoColumnFullTwo h3,
    .Id434 #TwoColumnFullThree h3,
    .Id434 #TwoColumnFullFour h3,
    .Id3565 #TwoColumnFullOne h3,
    .Id3565 #TwoColumnFullTwo h3,
    .Id3565 #TwoColumnFullThree h3,
    .Id3565 #TwoColumnFullFour h3 {
        text-align: center;
    }

    .Id434 #dnn_FullWidthPaneFour,
    .Id3565 #dnn_FullWidthPaneFour {
        padding-left: 5px;
        padding-right: 5px;
    }
}

/* membership */

.Page-Memberships #ThreeColumnOne {
    padding-top: 1em;
    padding-bottom: 1em;
}

.DnnModule-DNNSmartQuickForm {
    max-width: 800px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (min-width: 992px) {
    .Page-Memberships #TwoColumnCenter .content-box {
        min-height: 602px;
    }

    .Page-Memberships #TwoColumnCenterTwo .content-box {
        min-height: 549px;
    }
}

@media screen and (min-width: 1163px) {
    .Page-Memberships #TwoColumnCenter .content-box {
        min-height: 547px;
    }

    .Page-Memberships #TwoColumnCenterTwo .content-box {
        min-height: 522px;
    }
}

@media screen and (min-width: 1216px) {
    .Page-Memberships #TwoColumnCenterTwo .content-box {
        min-height: 495px;
    }
}

@media screen and (min-width: 1358px) {
    .Page-Memberships #TwoColumnCenterTwo .content-box {
        min-height: 466px;
    }
}

@media screen and (min-width: 1379px) {
    .Page-Memberships #TwoColumnCenter .content-box {
        min-height: 520px;
    }
}

@media screen and (min-width: 1407px) {
    .Page-Memberships #TwoColumnCenter .content-box {
        min-height: 493px;
    }
}

/* community */

.Page-Community #TwoColumn,
.Page-Community #TwoColumnThree {
    background-color: var(--black);
}

    .Page-Community #TwoColumn p,
    .Page-Community #TwoColumn ul,
    .Page-Community #TwoColumnThree p,
    .Page-Community #TwoColumnThree ul {
        color: var(--white);
    }

@media screen and (min-width: 992px) {
    .Page-Community #FullWidthOne {
        padding-top: 1rem;
        padding-bottom: 2rem;
    }

    .Page-Community #TwoColumn,
    .Page-Community #TwoColumnTwo,
    .Page-Community #TwoColumnThree,
    .Page-Community #TwoColumnFour {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .Page-Community #dnn_tcLeft,
    .Page-Community #dnn_tcLeftThree {
        border-right: 2px solid var(--orange);
    }

    .Page-Community #dnn_tcLeftTwo,
    .Page-Community #dnn_tcLeftFour {
        border-right: 2px solid var(--green);
    }
}

/*------------------------------------------------*/
/* COMPONENTS */
/*------------------------------------------------*/
    
/* buttons */

.book-button {
    display: inline-block;
    margin: 10px 0;
    padding: 10px 20px;
    background-color: var(--white);
    color: var(--green) !important;
    text-align: center;
    border: 1px solid var(--black);
    border-radius: 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;
    text-decoration: none;
}

    .book-button:hover {
        background-color: var(--green);
        color: var(--white) !important;
    }

.book-button-alt {
    display: inline-block;
    margin: 10px 0;
    padding: 10px 20px;
    background-color: var(--offwhite);
    color: var(--orange) !important;
    text-align: center;
    border: 1px solid var(--black);
    border-radius: 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;
    text-decoration: none;
}

    .book-button-alt:hover {
        background-color: var(--orange);
        color: var(--black) !important;
        border: 1px solid var(--black);
    }

.book-button-orange {
    display: inline-block;
    margin: 10px 0;
    padding: 10px 30px;
    background-color: var(--orange);
    color: var(--white) !important;
    text-align: center;
    border: 1px solid var(--orange);
    border-radius: 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;
    text-decoration: none;
}

    .book-button-orange:hover {
        background-color: transparent;
        color: var(--orange) !important;
    }

.book-button-green {
    display: inline-block;
    margin: 10px 0;
    padding: 10px 30px;
    background-color: var(--green);
    color: var(--white) !important;
    text-align: center;
    border: 1px solid var(--black);
    border-radius: 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;
    text-decoration: none;
}

    .book-button-green:hover {
        background-color: var(--white);
        color: var(--green) !important;
    }

.book-button-nav {
    display: inline-block;
    margin: 0;
    padding: 15px;
    background-color: var(--white);
    color: var(--green) !important;
    text-align: center;
    font-size: 14px;
    border-radius: 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;
    text-decoration: none;
}

    .book-button-nav:hover {
        background-color: var(--green);
        color: var(--white) !important;
    }

/* content boxes */

.content-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 5px 0;
    padding: 10px;
    border-radius: 0 15px;
    text-align: center;
}

.content-box-hz {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 5px 0;
    padding: 10px;
    border-radius: 0 15px;
}

    .content-box ul li {
        text-align: left;
        list-style-type: disc;
    }

.cb-header {
    padding: 2px !important;
}

.cb-green {
    background-color: var(--green);
    border: 2px solid var(--black);
}

    .cb-green h2,
    .cb-green h3,
    .cb-green h4,
    .cb-green h5,
    .cb-green h6,
    .cb-green p,
    .cb-green ul {
        color: var(--white);
    }

.cb-orange {
    background-color: var(--orange);
    border: 2px solid var(--black);
}

    .cb-orange h2,
    .cb-orange h3,
    .cb-orange h4,
    .cb-orange h5,
    .cb-orange h6,
    .cb-orange p,
    .cb-orange ul {
        color: var(--black);
    }

@media screen and (min-width: 992px) {
    .content-footer {
        margin-top: auto;
    }
}

@media screen and (max-width: 991px) {
    .content-box-white,
    .content-box-black {
        margin: 10px 0;
        padding: 10px;
    }
}

/* image box */

.image-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
    margin: 10px 0;
    border-radius: 15px;
    text-align: center;
}

    .image-box ul li {
        text-align: left;
        list-style-type: disc;
    }

.ib-header {
    width: 100%;
    height: 300px;
    padding: 0 !important;
}

    .ib-header p {
        height: 100%;
        width: auto;
        text-align: center;
    }

    .ib-header img {
        height: 100%;
        width: auto;
        object-fit: contain;
        /*border-radius: 15px 15px 0 0;*/
    }

.ib-body {
    margin-top: auto;
    bottom: 0;
    padding: 10px;
}

    .ib-body p {
        text-align: justify;
    }

.ib-green {
    border: 2px solid var(--green);
}

    .ib-green h2,
    .ib-green h3,
    .ib-green h4 {
        color: var(--green);
    }

.ib-orange {
    border: 2px solid var(--orange);
}

    .ib-orange h2,
    .ib-orange h3,
    .ib-orange h4 {
        color: var(--orange)
    }

/* image modal */

.modal-img {
    cursor: pointer;
    transition: 0.3s;
}

    .modal-img:hover {
        opacity: 0.7;
    }

.modal-content {
    background-color: transparent;
    border: none;
}

.modal-header {
    width: 90%;
    padding: 0 1rem;
    border-bottom: none;
}

    .modal-header .close {
        color: #fff;
    }

.modal-title {
    display: none;
}

.modal-body {
    margin-left: auto;
    margin-right: auto;
    padding: 1rem 0 !important;
}

@media screen and (max-width: 991px) {
    .modal-header {
        width: 100%;
    }

    .modal-body {
        margin: 0;
        overflow: auto;
    }
}

@media screen and (min-width: 576px) {
    .modal-dialog {
        max-width: 90vw;
    }
}

/* youtube */

.youtube-video {
    aspect-ratio: 16 / 9;
    width: 100%;
}

/* color classes */

.green {
    color: var(--green);
}

.orange {
    color: var(--orange);
}

/*------------------------------------------------*/
/* FOOTER */
/*------------------------------------------------*/

footer {
    background-color: var(--black);
    padding: 3% !important;
}

    footer h1,
    footer h2,
    footer h3,
    footer h4,
    footer h5,
    footer h6,
    footer p {
        color: #fff;
    }

    footer a {
        color: var(--orange);
    }

        footer a:hover {
            color:var(--white);
        }

        footer a:visited {
            color: var(--orange);
        }

            footer a:visited:hover {
                color: var(--white);
            }

#Footer p {
    margin-top: 1rem;
    text-align: center;
}