/* CTA Cards */
.card--cta {
    background-size: cover;
    background-position: center center;
}

    .card--cta .card-body {
        background: rgb(28 53 94 / 90%);
        margin: 0;
        padding: 3rem 1rem;
        width: 100%;
        border: none;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }

.card.card--cta h3 > a {
    color: #FFC43D;
}

@media (min-width: 992px) {
    .card--image {
        max-width: 100%;
    }
}

.blob-grey {
    background: transparent url(/ResourcePackages/Flexpoint/assets/dist/images/blob-grey.svg) no-repeat;
    background-size: contain;
    background-position: center;
}

/* Program Options */
.cards--two-column.program-options .card--image .card-body {
    width: 100%;
}

@media (min-width: 992px) {
    .blob-grey {
        background: transparent url(../images/blob-grey.svg) no-repeat;
        background-size: contain;
        background-position: center;
    }
}


/* Bulleted Lists */
.text ul li, .card-body ul li, .columns--50-50 ul li, .modal-body ul li, .accordion-body ul li {
    padding-left: 0;
    list-style-type: disc;
    margin: 0;
}

    .text ul li::before, .card-body ul li::before, .columns--50-50 ul li::before, .modal-body ul li::before, .accordion-body ul li::before {
        display: none;
    }

.text ul, .card-body ul, .columns--50-50 ul, .modal-body ul, .accordion-body ul {
    padding-left: 15px;
}

ul ul {
    list-style-type: disc;
}

ul.styled {
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 1.875rem;
}

ul.styled > li::before {
    content: "";
    background: transparent url(/ResourcePackages/Flexpoint/assets/dist/images/icon-circle-check.svg) no-repeat scroll 0 0;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 0.0625rem;
}

ul.styled > li {
    position: relative;
    padding-left: 1.5625rem;
}


/* Footer Lines */
.site-footer .columns--divider-top:before, .columns .col--divider-top-on-desktop:before {
    height: 0.125rem;
    background-color: #F6BF41;
}


/* Play Button */
.figure__modal-link::after {
    background: #1C355E url(/ResourcePackages/Flexpoint/assets/dist/images/icon-play-flvs.svg) no-repeat scroll center center;
}

.figure__modal-link:hover::after, .figure__modal-link:focus::after {
    background-color: #0075c9;
}

/* Chat Bot */

.bot-close {
    border: none;
    font-size: 30px;
}

/* Vertical Cards */


.tab-link {
    display: block;
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.3;
    padding: 0.9375rem 1rem;
    background: none;
    border: 0;
    border-bottom: 1px solid #8c8c8c;
    width: 100%;
    text-align: left;
    transition: color .35s ease,background-color .35s ease;
}

    .tab-link:hover {
        background-color: #f6bf41;
    }

    .tab-link.active {
        background-color: #0075C9;
        color: #fff;
    }

.tab-pane img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

/* Homepage Hero News Box */

.hero__news {
    background: #e2e6ea;
    padding: 20px;
    border-radius: 10px;
    margin: 40px;
}

@media (min-width: 992px) {
    .hero__news {
        right: 100px;
        top: 350px;
        position: absolute;
        width: 278px;
        z-index: 2;
        background: rgba(255, 255, 255, 0.6);
        margin: 0;
        padding: 20px 20px 0;
    }
}

.hero__news a {
    display: block;
    background: #0075c9;
    color: #fff;
    text-decoration: none;
    margin: 15px 0;
    border-radius: 10px;
    padding: 10px 15px;
    transition: all 0.2s ease-in-out;
    font-size: 14px;
    line-height: 18px;
}

    .hero__news a:after {
        content: "\2192";
    }

    .hero__news a:hover, .hero__news a:active {
        transform: scale(1.05);
    }

.news__close {
    position: absolute;
    top: -10px;
    right: -10px;
    background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230075c9'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    border: 2px solid #0075c9;
    border-radius: 100px;
    width: 30px;
    height: 30px;
}

@media (max-width: 991.9px) {
    .news__close {
        display: none;
    }
}

.news__tab {
    position: absolute;
    right: 0;
    background: #0075c9;
    top: 450px;
    color: #fff;
    padding: 10px 20px;
    border-radius: 10px 10px 0 0;
    transform: rotate(-90deg) translate(0, 100%);
    display: none;
    border: none;
}