/* Custom container size */

@media (min-width: 1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1280px;
    }
}

body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

footer {
    margin-top: auto;
}

.logo {
    width: 220px;
}

a {
    color: #026ad9;
}

a:hover {
    color: #024fea;
}

@media (max-width: 991px) {
    .logo {
        width: 200px;
        padding: 12px 0;
    }
}

a {
    text-decoration: none;
}

.anchor {
    position: absolute;
    margin-top: -120px;
}

/* Navigation Styles */


.nav-link:focus-visible {
    box-shadow: none;
}

#navigation-top {
    height: 40px;
    padding-bottom: 1px;
}

.top-nav {
    padding: 8px 12px;
}

.navbar {
    transition: all .5s;
}

.nav-bg {
    background: #ffffff;
    border-bottom: 1px solid #d8dde6;
}

a.nav-link {
    color: #ffffff;
    font-size: 1.25rem;
    font-family: "Spectrum Sans Bold", sans-serif;
    line-height: 1;
    position: relative;
    text-decoration: none;
    width: auto;
    letter-spacing: 1px;
    padding: 0 0 0 3rem !important;
    height: 72px;
    display: flex;
    align-items: center;
}

.nav-bg a.nav-link {
    color: #000000;
    font-size: 1.25rem;
    font-family: "Spectrum Sans Bold", sans-serif;
    line-height: 1;
    position: relative;
    text-decoration: none;
    width: auto;
    letter-spacing: 1px;
    padding: 0 0 0 3rem;
    height: 72px;
    display: flex;
    align-items: center;
}


.nav-bg a.nav-link:hover {
    color: #00000080;
}

.nav-bg a:focus.nav-link {
    color: #000000;
}

a:focus.nav-link {
    color: #000000;
}

a:hover.nav-link {
    color: #ffffff80;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    color: #00000080;
}

.dropdown-toggle::after {
    display: none;
}

.subnav-icon {
    content: url('../images/subnav-icon.svg');
    height: 13px;
    position: absolute;
    top: 43px;
    right: -10px;
}

.nav-bg a .subnav-icon {
    content: url('../images/subnav-icon-black.svg');
    height: 13px;
    position: absolute;
    top: 43px;
    right: -10px;
}

a:hover.nav-link .subnav-icon,
.nav-link.show .subnav-icon {
    content: url('../images/subnav-icon-active.svg');
    height: 13px;
    position: absolute;
    top: 43px;
    right: -10px;
}

.nav-bg a:hover.nav-link .subnav-icon,
.nav-bg .nav-link.show .subnav-icon {
    content: url('../images/subnav-icon-active-black.svg');
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
    left: 3rem;
    position: absolute;
    top: 72px;
    min-width: 10rem;
    padding: 15px;
    margin: 0;
    font-size: 1rem;
    color: #000000;
    text-align: left;
    background-color: #fff;
    background-clip: padding-box;
    box-shadow: 0px 4px 12px rgba(0, 0, 0, .08);
    border-top: 1px solid #d8dde6;
    border-radius: 0;
    border-radius: 8px;
}

.dropdown-item {
    padding: 10px 14px;
    font-size: 1rem;
    font-family: 'Spectrum Sans Medium';
    color: #000000;
}

.dropdown-item:hover,
.dropdown-item:active {
    background: none;
    text-decoration: underline;
    text-decoration-color: #0073d1;
    text-decoration-thickness: 2px;
    color: #000000;
}

.nav-toggle {
    display: none;
}

.header--desktop-bottom-nav-btn-container ul li a {
    font-family: "Spectrum Sans Medium", sans-serif;
    font-size: 14px;
    color: #000000;
    text-transform: uppercase;
}

.header--desktop-bottom-nav-btn-container ul li a:hover {
    color: #0073d1;
}

img.nav-arrow {
    position: absolute;
    top: -13px;
}

.navbar-toggler {
    border: none;
}

.navbar-toggler:focus {
    border: none;
    box-shadow: none;
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background-image: url('../images/nav-toggle.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

@media (min-width: 992px) {
    .navbar-nav li:hover>ul.dropdown-menu {
        display: block;
    }
}

@media (max-width: 991px) {

    .navbar {
        transition: all .5s;
        height: auto;
        background: #ffffff;
    }

    .navbar-nav {
        padding: 10px;
    }

    a.nav-link {
        padding: 0 !important;
        height: 50px !important;
        color: #000000;
    }

    a:hover.nav-link {
        color: #00000080;
    }

    .subnav-icon {
        position: initial !important;
        margin-top: 26px;
        margin-left: -3px;
        content: url('../images/subnav-icon-black.svg');
    }

    a:hover.nav-link .subnav-icon,
    .nav-link.show .subnav-icon {
        content: url('../images/subnav-icon-active-black.svg');
        position: initial;
        margin-top: 26px;
        margin-left: -3px;
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        left: 0;
        position: relative;
        top: 0;
        min-width: auto;
        padding: 0px;
        margin: 0;
        font-size: 1rem;
        text-align: left;
        background-color: initial;
        background-clip: initial;
        border-top: none;
        border-radius: 0;
        border-radius: 8px;
        border: none;
    }

    a:focus.nav-link {
        color: #000000;
    }

    .nav-arrow {
        display: none;
    }

    .dropdown-item {
        padding: 10px 14px;
        font-size: 1rem;
        font-family: 'Spectrum Sans Medium';
        color: #000000;
    }

    .dropdown-item:hover {
        text-decoration: none;
        color: #00000080;
    }

    .nav-toggle {
        display: block;
    }

    .nav-toggle img {
        width: 24px;
        height: 32px;
    }

    .nav-btns {
        display: flex;
        gap: 1rem;
    }

    .main-nav .links {
        display: none;

    }

    .links.mobilenav {
        display: block;
        position: absolute;
        top: 90px;
        left: 0;
        width: 100%;
        margin: 0;
    }

    .main-nav .links li {
        display: block;
        height: auto;
        background: #fff;
        padding: 20px 30px;
    }

    .main-nav .links li a {
        color: #000000;
        font-size: 1rem;
    }

}

.nav-sticky {
    position: sticky;
    top: 0;
    z-index: 1000;
}

/* END navigationi styles */


/* Hero Styles */
.homepage-hero {
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
    padding-top: 130px;
    display: flex;
    align-items: center;
    padding-bottom: 3rem;
}

.home-hero-fs {
    opacity: .3;
    max-width: 280px;
}

.hero-chevron-down {
    width: 24px;
}

a.hero-cta-inline:hover {
    opacity: .8 !important;
}

.hero-home-copy {
    min-height: 65vh;
}

.hero {
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center top !important;
    align-items: center;
}

.hero-copy {
    min-height: 560px;
}

a.intro-btn {
    width: 130px;
    height: 58px;
    display: block;
    margin: auto;
}

a.intro-btn {
    width: 130px;
    height: 58px;
    display: block;
    margin: auto;
    text-decoration: none;
}

a.intro-btn:hover {
    opacity: .8;
    text-decoration: none;

}

@media (max-width: 765px) {
    .home-hero-fs {
        max-width: 230px;
    }

    .homepage-hero {
        background-repeat: no-repeat !important;
        background-position: 78% !important;
        align-items: end;
        padding-bottom: 3rem;
    }

    .hero {
        padding-bottom: 3rem;
        padding-top: 3rem;
    }

    .home-hero-arrows {
        max-width: 220px;
    }

    .hero-home-copy {
        min-height: 560px;
    }

    .hero-copy {
        min-height: 400px;
    }


}

/* END hero styles */

/* Footer Styles */
footer a {
    text-decoration: none;
}

.footer-links {
    color: #1995f2 !important;
    font-size: 16px;
}

.footer-links:hover {
    color: #ffffff !important;
}

footer p {
    color: #ffffff;
}

footer ul {
    padding: 0;
}

footer ul li {
    margin-bottom: 20px;
    list-style: none;
}

.footer-social a {
    margin-right: 10px;
}

.footer-legal a {
    color: #1995f2 !important;
    font-size: 14px;
}

.footer-legal a:hover {
    color: #ffffff !important;
}

.footer-legal span {
    color: #ffffff;
}

/* END footer styles */

.three-col-stat {
    background: #002139;
    margin: auto;
    height: 198px;
    padding: 40px 16px;
    color: #ffffff !important;
    z-index: 0;
}

.three-col-stat-border {
    width: 234px;
    height: 196px;
    border: 2px solid #03c252;
    margin-left: -116px;
    margin-top: -198px;
    position: absolute;
}

.three-col-stat .paragraph--bold-20 {
    height: 92px;
    width: 232px;
    padding: 0 10px;
}

@media (max-width:1200px) {
    .three-col-stat .paragraph--bold-20 {
        height: 112px;
        width: 180px;
    }

    .three-col-stat-border {
        width: 190px;
        margin-left: -96px;
        margin-top: -214px;
    }

}



@media (max-width:992px) {
    .three-col-stat-border {
        margin-top: -205px;
    }

}

@media (max-width:768px) {
    .three-col-stat {
        width: 300px;
        height: 150px;
        display: block;
        margin: 0 auto 40px;
        padding: 25px 16px;
    }

    .three-col-stat .paragraph--bold-20 {
        height: 60px;
        width: 260px;
        padding: 0 10px;
    }

    .three-col-stat-border {
        width: 274px;
        height: 150px;
        margin: -140px -136px;
    }
}


.arrow-btn {
    display: inline-flex;
    gap: .5rem;
    color: #026ad9;
    font-size: 1rem;
    font-family: "Spectrum Sans Medium", sans-serif;
    transition: all .35s;
    bottom: 1.2rem;
}

.arrow-btn:hover {
    color: #024fea
}

@media (max-width:765px) {
    .arrow-btn {
        position: relative;
        padding-top: 1rem;
        bottom: 0;
    }
}

.arrow-btn-text {
    margin-top: 1px;
}

.arrow-icon img {
    width: 18px;
    margin-top: -1px;
}

.electric-background {
    background-color: #0271eb;
    background-image: url('../images/forward-pattern.svg');
    background-size: 45px;

}

.section-gray {
    background: #f8f8f8;
}

.section-darkblue {
    background: #002139;
}

.section-yellow {
    background: #faa14a;
}

.section-teal {
    background: #009e8c;
}

.section-white-fs {
    max-width: 250px;
}

@media (max-width:765px) {
    .section-white-fs {
        max-width: 200px;
    }
}

.highlights-card-img {
    height: 370px;
    background-repeat: no-repeat !important;
    background-position: top !important;
    background-size: 400px !important;
    border-radius: 16px 16px 0 0;
}

.highlights-card-container {
    height: 492px;
    border-radius: 16px;
    box-shadow: 2px 4px 12px rgba(0, 0, 0, .08);
    transition: all .3s cubic-bezier(0, 0, .5, 1);
}

.highlights-card-heading p {
    color: #000000;
    text-decoration: none !important;
    font-size: 1.75rem;
    font-family: "Spectrum Sans Bold", sans-serif;
    line-height: 1.3;
}

a.highlights-card {
    text-decoration: none;
}

.highlights-card-container:hover {
    box-shadow: 2px 4px 16px rgba(0, 0, 0, .16);
    transform: scale3d(1.01, 1.01, 1.01);
}

@media (max-width:1200px) {
    .highlights-card-img {
        height: 255px;
        background-size: cover !important;
    }

    .highlights-card-container {
        height: 420px;
    }
}

@media (max-width:992px) {
    .highlights-card-img {
        width: auto;
        height: 270px;
        background-size: cover !important;
    }

    .highlights-card-container {
        height: 392px;
    }
}

.learning-card h4 {
    color: #000000;
}

.learning-card-img {
    height: 216px;
    object-fit: cover;
    width: 100%;
    border-radius: 16px 16px 0 0;
}

.learning-card-container {
    border-radius: 16px;
    box-shadow: 2px 4px 12px rgba(0, 0, 0, .08);
    transition: all .3s cubic-bezier(0, 0, .5, 1);
}

a.learning-card {
    text-decoration: none;
}

.learning-card-container:hover {
    box-shadow: 2px 4px 16px rgba(0, 0, 0, .16);
    transform: scale3d(1.01, 1.01, 1.01);
}

.learning-card-copy {
    line-height: 1.5;
    position: relative;
    min-height: 276px;
}

.learning-btn {
    bottom: 20px;
    position: absolute;
    transition: all .35s;
}

.learning-btn:hover {
    color: #024fea;
}

.learning-card-video iframe {
    height: 216px !important;
}

@media (max-width:1200px) {
    .learning-card-img {
        height: 250px;
    }

    .learning-card-video iframe {
        height: 250px !important;
    }

    .learning-card-copy {
        min-height: 275px;
    }
}

@media (max-width:992px) {
    .learning-card-img {
        height: 183px;
    }

    .learning-card-video iframe {
        height: 183px !important;
    }

    .learning-card-copy {
        min-height: 320px;
    }
}

@media (max-width:768px) {
    .learning-card-img {
        height: 260px;
    }

    .learning-card-video iframe {
        height: 260px !important;
    }

    .learning-card-copy {
        min-height: 235px;
    }

    .learning-card-copy p,
    .learning-card-copy h4 {
        line-height: 1.3 !important;
    }
}


.half-card p,
.half-card h4 {
    color: #000000;
}

.half-card-container {
    border-radius: 16px;
    box-shadow: 2px 4px 12px rgba(0, 0, 0, .08);
    transition: all .3s cubic-bezier(0, 0, .5, 1);
    display: flex;
    align-items: center;
    padding: 24px;
}

.half-card-container:hover {
    box-shadow: 2px 4px 16px rgba(0, 0, 0, .16);
    transform: scale3d(1.01, 1.01, 1.01);
}

.half-card-icon {
    width: 80px;
}

.half-card-icon img {
    margin: auto;
    width: 100%;
}

.half-card-copy {
    margin-left: 20px;
}

.half-card-btn {
    transition: all .35s;
}

.half-card-btn:hover {
    color: #024fea;
}

@media (max-width:992px) {
    .half-card-copy {
        margin-left: 15px;
    }
}

.sightline-card p {
    color: #000000;
}

.sightline-card h4 {
    color: #000000;
}


.sightline-card-container {
    border-radius: 16px;
    box-shadow: 2px 4px 12px rgba(0, 0, 0, .08);
    transition: all .3s cubic-bezier(0, 0, .5, 1);
}


a.sightline-card {
    text-decoration: none;
}

.sightline-card-container:hover {
    box-shadow: 2px 4px 16px rgba(0, 0, 0, .16);
    transform: scale3d(1.01, 1.01, 1.01);
}

.sightline-card-copy {
    line-height: 1.5;
    position: relative;
    min-height: 240px;
    padding: 30px;
}

.sightline-btn {
    bottom: 30px;
    position: absolute;
    transition: all .35s;
}

.sightline-btn:hover {
    color: #024fea;
}

.video-radius iframe {
    border-radius: 16px 16px 0 0;
}



@media (max-width:1200px) {
    .sightline-card-img {
        height: 230px;
    }

    .sightline-card-copy {
        min-height: 220px;
    }
}

@media (max-width:992px) {
    .sightline-card-img {
        height: 200px;
    }

    .sightline-card-copy {
        min-height: 270px;
    }
}

@media (max-width:768px) {
    .sightline-card-img {
        height: 230px;
    }

    .sightline-card-copy {
        min-height: 235px;
    }

    .sightline-card-copy p,
    .sightline-card-copy h4 {
        line-height: 1.3 !important;
    }
}



/* Accordion Styles */

.accordion-item {
    background-color: #ffffff00;
}

.accordion-button:focus {
    z-index: 3;
    border-color: none;
    outline: 0;
    box-shadow: none;
}

.accordion-button:not(.collapsed) {
    background: none;
    color: #000000;
}

.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1.5rem 1rem;
    color: #000000;
    background-color: #ffffff00;
}

.accordion-button::after {
    flex-shrink: 0;
    content: "";
    background-image: url(../images/acc-plus.svg);
    background-repeat: no-repeat;
    background-size: 16px;
    transform: none;

}

.accordion-button:not(.collapsed)::after {
    background-image: url(../images/acc-minus.svg);
    transform: none;
}


.accordion-item {
    border-bottom: 1px solid #d8dde6;
}

/* END accordion styles */


.featured-article-img {
    min-height: 390px;
    border-radius: 16px;
    object-fit: cover;
}

@media (max-width:992px) {
    .featured-article-img {
        min-height: 290px;
    }
}

.eyebrow--bold-16 {
    color: #63738A;
}

/* Filter Styles */

.learning-col {
    display: none;
    transition: all .25s;

}

.show {
    display: block;
    transition: all .25s;

}

/* END filter styles */

.button--solid--primary-lb-sm {
    background-color: #03c252;
    color: #002139 !important;
}

.button--solid--primary-lb-sm:hover {
    background-color: #18b218;
}

.button--solid--primary-lb-lg {
    background-color: #03c252;
    color: #002139 !important;
}

.button--solid--primary-lb-lg:hover {
    background-color: #18b218;
}

.button--solid--secondary-lb-sm {
    border: 1px solid #03c252 !important;
    color: #002139 !important;
}

.button--solid--secondary-lb-sm:hover {
    border: 1px solid #18b218 !important;
    background-color: #18b218;
    color: #002139 !important;
}

.button--solid--secondary-lb-lg {
    border: 1px solid #03c252 !important;
    color: #002139 !important;
}

.button--solid--secondary-lb-lg:hover {
    border: 1px solid #18b218 !important;
    background-color: #18b218;
    color: #002139 !important;
}

/* Business Directory Listings */

.current-page * {
    background-color: #0271eb !important;
    color: #fff !important;
    border-radius: 20px;
}

.businessListingAdCTA {
    display: inline-block;
    padding: 14px 27px;
    border: 1px solid #fff;
    font-weight: bold;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
    color: #fff;
    text-decoration: none;
}

.businessListingAd:hover .businessListingAdCTA,
.businessListingAd:focus .businessListingAdCTA {
    border: 1px solid #ffffff !important;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
    background-color: #ffffff !important;
    color: #000000;
    text-decoration: none;
}


.businessListingAd,
.businessListingAd:visited {
    transition: all .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    text-decoration: none;
    background-color: #0271eb;
    text-decoration: none !important;
}

.businessListingAd:hover *,
.businessListingAd:focus * {
    text-decoration: none !important;
}


.businessListingCard * {
    cursor: pointer !important;
}

.businessListingCard a {
    cursor: pointer !important;
}

.businessListingCard,
.businessListingCard {
    box-shadow: 2px 4px 12px rgba(0, 0, 0, .08);
    transition: all .3s cubic-bezier(0, 0, .5, 1);
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    cursor: pointer !important;
    border-radius: 16px;
    background: #ffffff;
    height: 275px;
    position: relative;
}

@media (max-width:1620px) {

    .businessListingCard,
    .businessListingCard {
        height: 320px;
    }
}

@media (max-width:1401px) {

    .businessListingCard,
    .businessListingCard {
        height: 360px;
    }
}

@media (max-width:1201px) {

    .businessListingCard,
    .businessListingCard {
        height: 275px;
    }
}


.businessListingCard:hover,
.businessListingCard:focus {
    box-shadow: 2px 4px 16px rgba(0, 0, 0, .16);
    /* transform: scale3d(1.01, 1.01, 1.01); */
    cursor: pointer !important;

}

#search,
#industry,
#city,
#state {
    padding: 10px;
    border-radius: 0px;
    border-style: solid;
    border: 1px solid #667685;
    background: #ffffff;
    height: 44px;
    border-radius: 5px;
    -moz-appearance: none;
    /* Firefox */
    -webkit-appearance: none;
    /* Safari and Chrome */
    appearance: none;
}

#industry,
#city,
#state {
    background: url('../images/select-chevron.svg');
    background-repeat: no-repeat;
    background-position: 97% 50%;
}

.button--outline--white--lg {
    background-color: #000;
}

button.directoryFormButton {
    border: 0px solid !important;
    width: 100%;
    background-color: transparent !important;
}

.mobile-filter-toggle {
    width: 90%;
    margin: 0 auto;
    margin-top: 10px;
    border: 1px solid #002139;
    background-color: #fff;
    color: #000000;
    font-size: 16px;
    font-family: 'Spectrum Sans Bold';
}

.mobileFilter {
    border: 1px solid rgb(204, 209, 215);
    width: 90%;
    margin: 0 auto;
    padding: 0px;
}

.button--solid--primary-lb-sm {
    text-decoration: none;
}

.business-heading {
    border-bottom: 2px solid #0271eb;
}

.icon-location {
    margin-top: -5px;
}

.visit-website-btn {
    position: absolute;
    bottom: 20px;
}

.listing-readMore {
    font-size: 12px;
    text-decoration: underline;
    position: relative;
    z-index: 9;
    -webkit-appearance: none;
    border: 0px !important;
    background-color: transparent !important;
}

.page-item:first-child .page-link {
    border-radius: 50px;
}

.page-item:last-child .page-link {
    border-radius: 50px;
}

.page-link {
    background-color: transparent;
    border: none;
    width: 35px;
    height: 35px;
    padding: 5px 0;
    text-align: center;
    color: #026ad9;
    cursor: pointer;
}


/* END Business directory styles */


.news-card h4 {
    color: #000000;
}

.news-card-img {
    height: 248px;
    object-fit: cover;
    width: 100%;
    border-radius: 16px 16px 0 0;
}

.news-card-container {
    border-radius: 16px;
    box-shadow: 2px 4px 12px rgba(0, 0, 0, .08);
    transition: all .3s cubic-bezier(0, 0, .5, 1);
}

a.news-card {
    text-decoration: none;
}

.news-card-container:hover {
    box-shadow: 2px 4px 16px rgba(0, 0, 0, .16);
    transform: scale3d(1.01, 1.01, 1.01);
}

.news-card-copy {
    line-height: 1.5;
    position: relative;
    min-height: 258px;
}

.news-btn {
    bottom: 20px;
    position: absolute;
    transition: all .35s;
}

.news-btn:hover {
    color: #024fea;
}

@media (max-width:1200px) {
    .news-card-img {
        height: 230px;
    }

    .news-card-copy {
        min-height: 220px;
    }
}

@media (max-width:992px) {
    .news-card-img {
        height: 200px;
    }

    .news-card-copy {
        min-height: 270px;
    }
}

@media (max-width:768px) {
    .news-card-img {
        height: 230px;
    }

    .news-card-copy {
        min-height: 235px;
    }

    .news-card-copy p,
    .learning-card-copy h4 {
        line-height: 1.3 !important;
    }
}

.contact-form {
    height: 950px;
}

.application-form {
    height: 1950px;
}

@media (max-width:992px) {
    .application-form {
        height: 2000px;
    }
}

.application-form-fs {
    height: 1950px;
}

@media (max-width:992px) {
    .application-form-fs {
        height: 1950px;
    }
}

.qualification-form {
    height: 1950px;
}

@media (max-width:992px) {
    .qualification-form {
        height: 2000px;
    }
}

.sponsors-form {
    height: 750px;
}

@media (max-width:992px) {
    .application-form {
        height: 900px;
    }
}


.quote {
    border-image: linear-gradient(to bottom, #0271eb 0%, #03c252 100%) 1;
    border-width: 0 0 0 6px;
    border-style: solid;
    margin-left: 1rem;
    padding-left: 1.5rem;
}

.quote p {
    font-family: "Spectrum Sans Regular", sans-serif !important;
}



/* Video Gateway */

.video-gateway {
    padding: 13vh 0 20vh;
}

.gateway-input {
    width: 70%;
    float: left;
    height: 46px;
    padding: 0 10px;
    font-size: 16px;
}

.gateway-btn {
    float: right;
    width: 28%;
}

.nav-tabs .nav-link {
    font-size: 20px;
    padding: 13px 25px !important;
    font-family: "Spectrum Sans Regular", sans-serif;
    cursor: pointer;
    height: auto;
    letter-spacing: normal;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active,
.nav-tabs .nav-link.active:hover {
    color: #000;
    background-color: #fff;
    border-color: #63738A #63738A #fff;
}

.nav-tabs .nav-link {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    color: #9BA9BD;
}

.nav-tabs .nav-link:hover {
    color: #000;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: #d4d4d4 #d4d4d4 #63738A;
}

.nav-tabs {
    border-bottom: 1px solid #63738A;
}

.hide {
    display: none;
}

.show {
    display: block;
}

.back-link {
    font-size: 16px;
    color: #000000;
    text-decoration: underline;
}

.back-link:hover {
    text-decoration: underline;
}

.download-link {
    font-size: 16px;
}

.disable {
    pointer-events: none;
}

.follow-icons {
    display: flex;
    gap: 6rem;
    justify-content: center;
}

.social-icon {
    width: 90px;
    border-radius: 50%;
    transition: all .3s cubic-bezier(0, 0, .5, 1);
}


.social-icon:hover {
    box-shadow: 2px 4px 16px rgba(0, 0, 0, .16);
    transform: scale3d(1.05, 1.05, 1.05);
}

.fb-group-icon {
    width: 140px;
    border-radius: 50%;
    transition: all .3s cubic-bezier(0, 0, .5, 1);
}

.fb-group-icon:hover {
    box-shadow: 2px 4px 16px rgba(0, 0, 0, .16);
    transform: scale3d(1.05, 1.05, 1.05);
}

@media (max-width:768px) {
    .follow-icons {
        gap: 3rem;
    }

    .social-icon {
        width: 60px;
    }

    .fb-group-icon {
        width: 100px;
    }
}

.qualification {
    display: flex;
}

.qualification-num {
    color: #0271eb;
    width: 10%;
    text-align: right;
}

.qualification-text {
    width: 87%;
    padding-left: 3%;
}

table.terms-table {
    width: 100%;
}

.terms-table tr {
    height: 40px;
    border-bottom: 1px solid #D8DDE6;
}

.terms-table tr:last-child {
    border-bottom: none;
}

.top-nav-btn {
    background: #03c252;
    padding: 9px 20px 12px;
    font-family: 'Spectrum Sans Medium';
    transition: all .5s;
    color: #002139 !important;
}

.top-nav-btn:hover {
    background: #18b218;
    color: #002139 !important;
}

.sponsor-logo {
    max-width: 200px;
    max-height: 120px;
    margin: auto;
}

.sponsor-logo img {
    height: 120px;
}


/* Sponsor carousel */


.scrolling-wrapper {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    gap: 40px;
    padding: 20px 12px;
}

.flip-card {
    background-color: transparent;
    width: 320px;
    height: 320px;
    perspective: 1000px;
    flex: 0 0 auto;
    border-radius: 16px;
}



.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    box-shadow: 2px 4px 12px rgba(0, 0, 0, .08);
    border-radius: 16px;
}

.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: #ffffff;

}

.flip-card-front {
    display: flex;
    border-radius: 16px;
    align-items: center;
    justify-content: center;
}

.flip-card-back {
    transform: rotateY(180deg);
    border-radius: 16px;

}


@media (max-width:768px) {

    .flip-card:hover .flip-card-inner {
        transform: none;
    }

}