/* Custom container size */

@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1280px;
    }
}

.flex-wrapper {
    display: flex;
    min-height: 90vh;
    flex-direction: column;
    justify-content: space-between;
}

.logo {
    height: 42px;
}

a {
    text-decoration: none;
}

body {
    margin-top: 76px;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background: #F2F2F2;
}

footer {
    margin-top: auto;
}

/* Nav styles */

.navbar {
    border-bottom: 1px solid #d8dde6;
}

.navbar-brand {
    padding: 0;
    margin: 17px 0;
}

a.nav-link {
    font-size: 1rem;
    font-family: "Spectrum Sans Medium", sans-serif;
    padding: 26px 25px !important;
    float: left;
    color: #000000;
}

a.nav-link:hover {
    color: #0271eb;
}

 /* a.nav-link:visited, a.nav-link:active, a.nav-link:focus, a.nav-link:target {
    color: #0271eb;
} */

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: #000000;
}

.subnav-icon {
    content: url(../images/chevron.svg);
    height: 12px;
    position: absolute;
    top: 32px;
    margin-left: 4px;
}

.dropdown:hover .subnav-icon, .dropdown .show .subnav-icon {
    content: url(../images/chevron-up.svg);
    height: 42px;
    position: absolute;
    top: 35px;
    margin-left: -4px;
}

.dropdown-toggle::after {
    display: none;
}

@media (min-width: 992px) {
    .dropdown:hover .dropdown-menu {
        display: block;
    }
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    top: 77px;
    border: none;
    border-radius: 0;
    margin: 0;
    padding: 15px 0;
}

.dropdown-item {
    padding: 12px 25px;
    font-size: .9rem;
}

.dropdown-item:focus, .dropdown-item:hover {
    background: none;
    text-decoration-line: underline;
    text-decoration-thickness: 2px;
    text-decoration-color: #0271eb;
    color: #000000
}

.navbar-toggler {
    border: none;
}

.navbar-toggler-icon {
    content: url(../images/nav-toggle.svg);
    background-image: none;
}

.navbar-toggler:focus {
    box-shadow: none;
}

@media (max-width: 991px) {
    li.nav-item {
        border-bottom: 1px solid #d8dde6;
    }

    a.nav-link {
        padding: 12px 0 !important;
    }

    .button--solid--primary-lb-sm {
        margin: 12px 0;
    }

    .subnav-icon {
        top: 19px;
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: unset;
    }

    .dropdown:hover .subnav-icon, .dropdown .show .subnav-icon {
        content: url(../images/chevron.svg);
        height: 12px;
        top: 19px;
        margin-left: 4px;
    }

    .dropdown .show .subnav-icon {
        content: url(../images/chevron.svg);
        height: 12px;
        top: 19px;
        margin-left: 4px;
        rotate: 180deg;
    }

    .dropdown-item {
        text-wrap: wrap;
    }
}



/* END Nav styles */



.event--watchVideoButton {
    text-align: right;
    font-size: 19px;
    color: #fff;
    width: 100%;
    position: absolute;
    bottom: 0;
    height: 117px;
    background: -moz-linear-gradient(50% 96.86% 90deg, rgba(0, 27, 51, 1) 0%, rgba(0, 27, 51, 0) 100%);
    background: -webkit-linear-gradient(90deg, rgba(0, 27, 51, 1) 0%, rgba(0, 27, 51, 0) 100%);
    background: -webkit-gradient(linear, 50% 96.86%, 50% 9.54%, color-stop(0, rgba(0, 27, 51, 1)), color-stop(1, rgba(0, 27, 51, 0)));
    background: -o-linear-gradient(90deg, rgba(0, 27, 51, 1) 0%, rgba(0, 27, 51, 0) 100%);
    background: -ms-linear-gradient(90deg, rgba(0, 27, 51, 1) 0%, rgba(0, 27, 51, 0) 100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#001B33', endColorstr='#001B33' ,GradientType=0)";
    background: linear-gradient(0deg, rgba(0, 27, 51, 1) 0%, rgba(0, 27, 51, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#001B33', endColorstr='#001B33', GradientType=0);
}

@media (min-width: 992px) {
    .event--watchVideoButton div {
        bottom: -33px;
        right: 50px;
        position: relative;
        font-weight: bold;
        display: inline-block;
        text-align: right;
    }

    .event--watchVideoButton div span {
        float: right;
        margin-top: 13px;
        display: inline;
        margin-left: 19px;
    }

    .event--watchVideoButton img {
        display: inline;
        float: right;
    }

    ul.links {
        display: none;
    }
}

@media (max-width: 991px) {
    .event--watchVideoButton {
        height: 100%;
        text-align: center;
        background: -moz-linear-gradient(50% 86.04% 90deg, rgba(0, 27, 51, 1) 0%, rgba(0, 27, 51, 0.2) 100%);
        background: -webkit-linear-gradient(90deg, rgba(0, 27, 51, 1) 0%, rgba(0, 27, 51, 0.2) 100%);
        background: -webkit-gradient(linear, 50% 86.04%, 50% 5.56%, color-stop(0, rgba(0, 27, 51, 1)), color-stop(1, rgba(0, 27, 51, 0.2)));
        background: -o-linear-gradient(90deg, rgba(0, 27, 51, 1) 0%, rgba(0, 27, 51, 0.2) 100%);
        background: -ms-linear-gradient(90deg, rgba(0, 27, 51, 1) 0%, rgba(0, 27, 51, 0.2) 100%);
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#001B33', endColorstr='#001B33' ,GradientType=0)";
        background: linear-gradient(0deg, rgba(0, 27, 51, 1) 0%, rgba(0, 27, 51, 0.2) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#001B33', endColorstr='#001B33', GradientType=0);

    }

    .event--watchVideoButton div {
        text-align: center;
        display: block;
        margin: auto;
        width: 200px;
        margin-top: 21%;
    }

    .event--watchVideoButton div img {
        float: left;
        margin-top: -12px;
    }

}

.event-bg {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: -1;
}

.img-fill {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.img-fill-desktop {
    max-width: 100%;
    display: block;
}


.eyebrow--bold-16 {
    text-transform: uppercase;
}



@media (min-width: 991px) {
    .img-fill-desktop {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}



@media (min-width: 991px) {
    .image-thumbnail {
        height: 250px;
    }
}


html {
    scroll-behavior: smooth;
}



/* Mosaic Dashboard Page */

.mosaic-thumbnails {
    display: block;
    padding: 25px 0px;
    width: 100%;
    text-align: center;
    background-size: 100%;
    background-position-y: center;
}

.mosaic-thumbnails:hover {
    text-decoration: none;
}

.mosaic-thumbnails:hover::before {
    background-color: rgba(0, 27, 51, 0.50);
    transition: all .4s;
}

.mosaic-thumbnails::before {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    content: "";
    background-color: rgba(0, 27, 51, 0.70);
    top: 0;
    transition: all .4s;
}

.mosaic-thumbnails span:first-of-type {
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    line-height: 18px;
    display: block;
    position: relative;
    padding-bottom: 5px;
}

.icon-spectrum-pointer-left {
    bottom: -2px;
}

.mosaic-thumbnails span:last-of-type {
    display: inline-block;
    font-size: 16px;
    line-height: 18px;
    color: #28C1FF;
    position: relative;
}

.expandIcon {
    transition: all .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
}

.rotate180 {
    transform: rotate(180deg);
    transition: all .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
}


/* Mosaic Templates */

.mosaic-iframe {
    border: 0px !important;
    border-style: none !important;
    display: block;
    height: 250px;
}

@media (min-width: 765px) {
    .mosaic-iframe {
        height: 430px;
    }
}

@media (min-width: 991px) {
    .mosaic-iframe {
        height: 500px;
    }
}

@media (min-width: 1200px) {
    .mosaic-iframe {
        height: 700px;
    }
}

@media (min-width: 1400px) {
    .mosaic-iframe {
        height: 850px;
    }
}



/* Other styles */
.text--light-blue-30 {
    color: #0077ae !important;
}

.icon-spectrum-pointer-down {
    font-size: 12px;
}

.title--extra-bold-lg-h3 {
    line-height: 34px !important;
}





/* Business Directory Listings */

.current-page * {
    background-color: #0099d8;
    color: #fff !important;
}



.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: #0071B0;
    text-decoration: none !important;
}

.businessListingAd:hover *, .businessListingAd:focus * {
    /* transition: all .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    text-decoration: none!important;
    background-color: #004e87; */
    text-decoration: none !important;
}


.businessListingCard * {
    cursor: pointer !important;
}

.businessListingCard a {
    cursor: pointer !important;
}

.businessListingCard, .businessListingCard {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
    transition: all .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    cursor: pointer !important;

}

.businessListingCard:hover, .businessListingCard:focus {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .35) !important;
    transition: all .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    cursor: pointer !important;

}

#search, #industry, #city, #state {
    padding: 10px 5px;
    border-radius: 0px;
    border-style: solid;
    border: 1px solid #667685;
    background: #ffffff;
}

.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 #001b33;
    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--visitWebsite-style, .button--visitWebsite-style:hover, .button--visitWebsite-style:focus, .button--visitWebsite-style:visited {
    border: 1px solid #001b33;
    color: #000000 !important;
    display: inline-block;
    padding: 7px 10px;
    font-size: 16px;
    text-decoration: none !important;
}

.button--visitWebsite {
    border: 1px solid #001b33;
    color: #000000 !important;
    display: inline-block;
    padding: 7px 10px;
    font-size: 14px;
    text-decoration: none !important;
    border-radius: 50px;
}

.button--visitWebsite:before {
    width: 100%;
    height: 190%;
    top: -85%;
    left: 0;
    position: absolute;
    content: '';
}

.listing-readMore {
    font-size: 12px;
    text-decoration: underline;
    position: relative;
    z-index: 9;
    -webkit-appearance: none;
    border: 0px !important;
    background-color: transparent !important;
}

.page-link {
    padding: 0.5rem .9rem;
}

.page-item:first-child .page-link {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.page-item:last-child .page-link {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

/* Card Overwrites */
.card {
    border-radius: 0;
    background: white;
    border: 0;
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%) !important;
}

.card:hover {
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 35%) !important;
    transition: all .2s;
    -webkit-transition: all .2s;
}

.card-img, .card-img-top {
    border-radius: 0;
}

.card-body {
    border-top: 3px solid #0077ae;
}

.card-columns .card {
    margin-bottom: 1.5rem;
}

/* Hero Styles */

.hero-home {
    background: url("../images/hero-home.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

}

.hero-home2 {
    background: url("../images/adacademy-hero.png");
    background-color: #0271eb;
    background-size: 760px;
    background-repeat: no-repeat;
    background-position: bottom right;
}

.hero-home-container {
    min-height: 42.5rem;
}

@media screen and (max-width:1400px) {
    .hero-home2 {
        background-size: 620px;
    }

    .hero-home-container {
        min-height: 35rem;
    }
}

@media screen and (max-width:1200px) {
    .hero-home2 {
        background-size: 35vw;
    }
}

@media screen and (max-width:768px) {
    .hero-home-container {
        min-height: 70vh;
    }

    .hero-home2 {
        background-size: 50vw;
    }
}

@media screen and (max-width:576px) {
    .hero-home-container {
        min-height: 85vh;
    }

    .hero-home {
        background: url("../images/hero-home-mobile.jpg");
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .hero-home2 {
        background-size: 75vw;
    }
}

.image-wrapper {
    position: absolute;
    overflow: hidden;
    width: 50vw;
    right: 0;
    top: 117px;
    height: 680px;
    display: flex;
    justify-content: center;
}

@media screen and (max-width:768px) {
    .image-wrapper {
        width: 100vw;
        top: 76px;
        height: 100vw;
    }


}


/* Home Styles */
a:hover {
    text-decoration: none;
}

.home-invite-bg {
    background: url(/images/home-invite-bg.png) no-repeat right #FAA91A;
    background-position-y: 50%;
}

.home-video-bg {
    background: url(/images/home-invite-bg.png) no-repeat left #FAA91A;
    background-position-y: 200%;
}

.video-icon-bg {
    background: url(/images/tv.png) no-repeat center;
    background-size: 90%;
    height: 422px;
}

.embed-responsive.embed-responsive-21by9.home-video {
    margin-top: 44px;
    padding: 32px;
    left: -1px;
}

.invite-date {
    border: 1px solid #ffffff;
    height: 160px;
    padding-top: 22px;
}

.date-number {
    font-size: 76px;
    font-family: "Spectrum Sans Bold";
}

.button--deep--blue {
    background-color: #000000;
    -webkit-transition: background-color 1s;
    -moz-transition: background-color 1s;
    transition: background-color 1s;
    padding: 10px 30px 10px 30px;
    display: inline-block;
    border: none;
    font-family: "Spectrum Sans Bold";
    font-size: 1rem;
    color: rgb(255, 255, 255) !important;
    text-align: center;
}

.button--deep--blue p {
    font-family: "Spectrum Sans Bold";
    font-size: 1rem;
    color: #ffffff;
    text-align: center;
    margin: 2px;
}

.button--deep--blue:hover {
    background-color: #ffffff;
    text-decoration: none;
    color: #000000 !important;
}

.invited-sticker {
    margin-top: -305px;
}

.invited-sticker img {
    width: 500px;
}

.blue-corner-pattern {
    background: url(/images/blue-corner-pattern.png) no-repeat bottom right;
    background-size: 30%;
}

.welcome-icon {
    width: 10%;
}

.article-thumbnail {
    height: 300px;
    border-right: 3px solid #0099d8;
}

.article-heading {
    height: 70px;
    line-height: 1.2 !important;
}

.article-excerpt {
    height: 105px;
}

.home-article {
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%) !important;
}

.home-article:hover {
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 35%) !important;
    transition: all .2s;
    -webkit-transition: all .2s;
}

.resource-feature1 {
    background: url(/images/directory-feature.jpg) no-repeat center;
    height: 450px;
    background-size: cover;
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%) !important;
}

.resource-feature2 {
    background: url(/images/insights-feature.jpg) no-repeat center;
    height: 450px;
    background-size: cover;
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%) !important;
}

.resource-feature3 {
    background: url(/images/jtc-feature.jpg) no-repeat center;
    height: 450px;
    background-size: cover;
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%) !important;
}

.resource-feature1:hover, .resource-feature2:hover, .resource-feature3:hover {
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 35%) !important;
    transition: all .2s;
    -webkit-transition: all .2s;
}

.featured-articles {
    background: url(/images/featured-article-bg.jpg) no-repeat bottom center;
    background-size: cover;
}

.featured-insight-body {
    border-left: solid 3px #0099d8;
}

@media screen and (max-width:1200px) {
    .video-icon-bg {
        height: 345px;
    }
}

@media screen and (max-width:992px) {
    .home-invite-bg {
        background-position-x: 45vh;
        height: auto;
    }

    .invited-sticker {
        margin-top: -155px;
    }

    .invited-sticker img {
        width: 300px;
    }

    .article-heading {
        height: auto;
        line-height: inherit !important;
    }

    .article-excerpt {
        height: 100px;
    }

    .home-video-bg {
        background-position-y: 0;
        background-position-x: -50%;
    }

    .video-icon-bg {
        height: 300px;
    }

    .embed-responsive.embed-responsive-21by9.home-video {
        margin-top: 55px;
        padding: 24px;
    }

    .resource-feature1 {
        background: url(/images/directory-feature.jpg) no-repeat #001b33;
        height: 210px;
        background-size: 50%;
        background-position: bottom right;
        padding-right: 50% !important;
    }

    .resource-feature2 {
        background: url(/images/insights-feature.jpg) no-repeat #0099d8;
        height: 210px;
        background-size: 45%;
        background-position: bottom right;
        padding-right: 50% !important;
    }

    .resource-feature3 {
        background: url(/images/jtc-feature.jpg) no-repeat #FAA91A;
        height: 210px;
        background-size: 45%;
        background-position: bottom right;
        padding-right: 50% !important;
    }



}

@media (max-width:576px) {
    .home-invite-bg {
        background-position-y: 40vh;
        background-position-x: center;
        height: 59vh;
    }

    .invited-sticker img {
        width: auto;
    }

    .invited-sticker {
        margin-top: -225px;
    }

    .invite-date {
        height: 130px;
        padding-top: 8px;
    }

    .welcome-icon {
        width: 20%;
    }

    .article-thumbnail {
        height: 200px;
        border-right: 0px;
        border-bottom: 3px solid #0099d8;
    }

    .article-heading {
        height: auto;
    }

    .article-excerpt {
        height: auto;
    }

    .home-video-bg {
        background-position-y: -50%;
    }

    .embed-responsive.embed-responsive-21by9.home-video {
        margin-top: 55px;
        left: 0;
        padding: 25px;
    }

    .video-icon-bg {
        background: url(/images/tv.png) no-repeat center center;
        background-size: 90%;
        height: 287px;
    }

    .resource-feature1 {
        background-size: 100%;
        background-position: center;
        padding-right: 3rem !important;
        height: 320px;
    }

    .resource-feature2 {
        background-size: 100%;
        background-position: center;
        padding-right: 3rem !important;
        height: 320px;
    }

    .resource-feature3 {
        background-size: 100%;
        background-position: center;
        padding-right: 3rem !important;
        height: 320px;
    }

    .featured-insight-body {
        border-left: none;
        border-top: solid 3px #0099d8;
    }


}



/* Nav Styles */
.header--mobile-top-bar-mytown button {
    font-family: "Spectrum Sans Regular", sans-serif;
    color: #ffffff;
    border: none;
    background: transparent;
}

.header--mobile-top-bar-mytown .header--mobile-top-bar-mytown-pointer {
    height: 38px !important;
}

.icon-spectrum-pointer-down {
    font-size: 10px;
}



/* Events Styles */

.event-block {
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%) !important;
    transition: all .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
}

.event-image {
    background-size: cover !important;
    background-position: center center !important;
    min-height: 26vh;
}





/* Form Styles */

.joc-form {
    height: 3050px;
}

@media screen and (max-width:1200px) {
    .joc-form {
        height: 3200px;
    }
}

.contact-form {
    height: 950px;
}

@media screen and (max-width:1200px) {
    .contact-form {
        height: 950px;
    }
}


/* Video controls */

.carousel-control-prev-icon {
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e);
    background-color: #000000;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    background-size: 20px;
    background-position-x: 7px;
}

.carousel-control-next-icon {
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e);
    background-color: #000000;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    background-size: 20px;
    background-position-x: 11px;
}


.carousel-control-next, .carousel-control-prev {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 1;
}


.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 0.5;
}


/* Buttons */

.button--solid--deep-blue-10-sm {
    background-color: #000000;
    -webkit-transition: background-color 1s, color 1s;
    -moz-transition: background-color 1s, color 1s;
    transition: background-color 1s, color 1s;
    padding: 10px 20px;
    display: inline-block;
    border: none;
    font-family: "Spectrum Sans Bold";
    font-size: 1rem;
    color: #fff !important;
    text-align: center
}


.button--solid--deep-blue-10-sm:hover {
    background-color: #ffffff;
    color: #000000 !important;
    text-decoration: none
}



/* Footer Styles */
.footer-links {
    color: #68AEFA !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: #68AEFA !important;
    font-size: 14px;
}

.footer-legal a:hover {
    color: #ffffff !important;
}

.footer-legal span {
    color: #ffffff;
}

.section-gray {
    background: #f8f8f8;
}

.section-darkblue {
    background: #001b33;
}


/* Form */

.embed-form {
    height: 1100px;
    width: 100%;
    border: none !important;
}

@media (max-width:996px) {
    .embed-form {
        height: 2200px;
    }
}

@media (max-width:576px) {
    .embed-form {
        height: 2300px;
    }
}

.course-card-image {
    width: 300px;
    height: 230px;
    object-fit: cover;
}

.cc-content {
    display: flex;
    position: relative;
}

@media (max-width:1200px) {
    .course-card-image {
        height: 250px;
    }
}

@media (max-width:991px) {
    .course-card-image {
        width: 100%;
        height: 220px;
        object-fit: cover;
    }

    .cc-content {
        flex-direction: column;
    }

    .cc-image {
        width: 100%;
        order: 1;
    }

    .cc-text {
        width: 100%;
        order: 2;
    }
}

.arrow-btn {
    color: #0271eb;
    font-size: 1rem;
    font-family: "Spectrum Sans Medium", sans-serif;
    transition: all .35s;
}

.course-block-cta {
    position: absolute;
    bottom: 1.2rem;
}


.arrow-btn:hover {
    color: #045990
}

@media (max-width:991px) {
    .course-block-cta {
        position: relative;
        padding-top: 1rem;
        bottom: 0;
    }

}

.arrow-cta {
    display: block;
    color: #0271eb;
    font-size: 1rem;
    font-family: "Spectrum Sans Medium", sans-serif;
    transition: all .35s;
    bottom: 1.2rem;
}

.arrow-cta:hover {
    color: #045990
}

.arrow-cta img {
    width: 18px;
    margin-left: 5px;
}

@media (max-width:765px) {
    .arrow-cta {}
}

.arrow-btn-text {
    margin-top: 1px;
}

.arrow-icon img {
    width: 18px;
}

.accordion-heading {
    padding: 2rem 0;
}

.accordion-heading a {
    color: #000000;
}

.accordion-heading a.text-start.collapsed {
    background-image: url('../images/acc-plus.svg');
    background-repeat: no-repeat;
    background-size: 16px !important;
    background-position-y: 2rem;
    background-position: right;
    background-position: right;
    width: calc(100% - 1rem);
}

.accordion-heading a.text-start {
    background-image: url('../images/acc-minus.svg');
    background-repeat: no-repeat;
    background-size: 16px !important;
    background-position-y: 2rem;
    background-position: right;
    width: calc(100% - 1rem);
}

button.text-start.accordion-btn.collapsed {
    background-repeat: no-repeat !important;
    background-position: right !important;
    background-position-y: 2rem;
    background-size: 16px !important;
    width: calc(100% - 1rem);
    background: url('../images/acc-plus.svg') #ffffff00;
    border: none;
}

button.text-start.accordion-btn {
    background-repeat: no-repeat !important;
    background-position: right !important;
    background-position-y: 2rem;
    background-size: 16px !important;
    width: calc(100% - 1rem);
    background: url('../images/acc-minus.svg') #ffffff00;
    border: none;
}

input[type=text], input[type=button] {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}



.warning-number {
    font-size: 6rem;
}

.warning-text {
    padding: 16vh 1rem;
}

@media (max-width:765px) {
    .warning-text {
        padding: 10vh 1rem;
    }
}


.db-hero {
    display: flex;
    min-height: 320px;
    align-items: center;
}

.border-top-blue {
    border-top: 8px solid #0271eb;
}

.border-top-green {
    border-top: 8px solid #03c252;
}

.border-top-purple {
    border-top: 8px solid #887dff;
}

.border-top-yellow {
    border-top: 8px solid #ffcb3e;
}

.border-top-orange {
    border-top: 8px solid #ff8331;
}

.course-featured-img {
    aspect-ratio: 1 / 1;
    width: 100%;
    background-size: cover !important;
    background-repeat: no-repeat;
}

.border-nav {
    border-bottom: 1px solid #d8dde6;
}

.button--solid--hero {
    background: #ffffff;
    border: 1px solid #0271EB !important;
    color: #0271EB !important;
    -webkit-transition: background-color .5s;
    -moz-transition: background-color .5s;
    transition: background-color .5s;
    padding: 10px 28px;
    display: inline-block;
    border: none;
    font-family: "Spectrum Sans Medium";
    font-size: 1rem;
    text-align: center;
    border-radius: 50px;
}

.button--solid--hero:hover {
    background-color: #024fea;
    color: #fff !important;
    text-decoration: none;
}