﻿/*News-Center*/

.news-section {
    padding: 40px 0;
}

.news-secti h2 {
    font-weight: 500;
}

.news-section h3 {
    color: #006c68;
}

.news-section span {
    font-size: 16px;
    line-height: 24px;
    display: block;
    margin: 20px 0;
    color: #000;
}
/* article cards */
.article-card {
    width: calc(33.3% - 33px);
    display: inline-block;
    margin: 0 15px;
    vertical-align: top;
}

    .article-card img {
        width: 100%;
        /*max-height: 241px;*/
    }

    .article-card h3, .article-card .h3 {
        font-size: 1.25rem;
        line-height: 1.2;
        margin-top: 0;
        color: #000;
    }

    .article-card span {
        color: #006c68 !important;
    }

    .article-card .news-img {
        position: relative;
    }

        .article-card .news-img::after {
            content: "";
            display: inline-block;
            position: absolute;
            top: 0;
            left: 0;
            font-size: 16px;
            line-height: 24px;
            padding: 5px 10px;
        }

        /*.article-card.trending-now .news-img::after {
        content: "Trending Now";
        background: #6caeb3;
    }

    .article-card.featured .news-img::after {
        content: "Featured";
        background: #a5779b;
    }

    .article-card.recent-study .news-img::after {
        content: "Recent Study";
        background: #7ba0c5;
    }*/

        .article-card .news-img .event-date {
            position: absolute;
            bottom: 0;
            right: 0;
            width: 107px;
            height: 80px;
            background-color: #f9c816;
            padding: 10px;
        }

            .article-card .news-img .event-date::before {
                content: url(../_img/date-angle.svg);
                width: 30px;
                height: 80px;
                display: inline-block;
                position: absolute;
                right: 100%;
                top: 0;
            }

            .article-card .news-img .event-date span {
                margin: 0;
                text-align: center;
            }

                .article-card .news-img .event-date span:first-child {
                    font-size: 14px;
                    line-height: 19px;
                }

                .article-card .news-img .event-date span:last-child {
                    font-size: 48px;
                    line-height: 40px;
                    font-weight: 300;
                }

    .article-card .article-card-content {
        padding: 15px;
        background: #fff;
    }

.news-section .article-card .article-card-content {
    padding: 15px 0;
}

.news-section.articles h2 {
    line-height: 1;
    margin-top: 0;
    margin-bottom: 30px;
    display: inline-block;
}

.news-section.articles.with-view-all h2 {
    font-size: 34px;
}

.news-section.articles .view-all {
    display: inline-block;
    float: right;
    font-size: 18px;
    color: #003764;
    margin-top: 10px;
}

.news-section.articles.with-category .view-all {
    margin-top: 30px;
    font-size: 24px;
}

.news-section.articles .view-all .fas {
    margin-left: 10px;
    color: #7ca0c5;
}

.news-section.articles .article-filter {
    display: inline-block;
    width: 100%;
    max-width: 204px;
    border: 1px solid #A7A8A7;
    margin-top: 24px;
    margin-bottom: 24px;
}

    .news-section.articles .article-filter:hover {
        cursor: pointer;
    }

    .news-section.articles .article-filter .form-control {
        height: auto;
    }

    .news-section.articles .article-filter select {
        border-style: none;
        border-color: inherit;
        border-width: medium;
        background-position: calc(100% - 15px) center;
        -webkit-appearance: none;
        color: #63656A;
        line-height: 24px;
        padding-right: 61px;
        padding-left: 16px;
        padding-top: 12px;
        padding-bottom: 12px;
        background-color: #fff;
        background-image: url('../_img/filter-arrow.png');
        background-repeat: no-repeat;
        background-attachment: scroll;
    }

.news-section.articles .article-card h3 {
    color: #006c68;
}

.news-section.articles .article-card span {
    color: #000;
}

.news-section.with-slider h2 {
    line-height: 1.2;
    margin-top: 0;
    margin-bottom: 0;
}

.news-section.with-slider .container > span {
    font-size: 24px;
    margin-bottom: 40px;
    margin-top: 5px;
}

.news-section.with-slider.dark h2, .news-section.with-slider.dark .container > span {
    color: #fff;
}

.cards-section {
    position: relative;
    margin-left: -15px;
    margin-right: -15px;
}

    .cards-section a:hover {
        text-decoration: none;
    }

button.slick-prev, button.slick-next {
    color: #777;
}

    button.slick-prev.slick-disabled, button.slick-next.slick-disabled {
        color: #9fa09f;
    }

.news-section.with-slider .cards-section button.slick-prev, .news-section.with-slider .cards-section button.slick-next, .location-map-section .facilities-list button.slick-next, .location-map-section .facilities-list button.slick-prev {
    background: none;
    border: none;
    font-size: 50px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.news-section.with-slider .cards-section button.slick-prev, .location-map-section .facilities-list button.slick-prev {
    left: -60px;
}

.news-section.with-slider .cards-section button.slick-next, .location-map-section .facilities-list button.slick-next {
    right: -60px;
    left: auto;
}

.news-section.with-slider.dark .cards-section button.slick-prev, .news-section.with-slider.dark .cards-section button.slick-next {
    color: #fff;
}

.news-section.with-slider.light .cards-section button.slick-prev, .news-section.with-slider.light .cards-section button.slick-next {
    color: #000;
}

    .news-section.with-slider.light .cards-section button.slick-prev.slick-disabled, .news-section.with-slider.light .cards-section button.slick-next.slick-disabled {
        color: rgba(0,0,0,0.3);
    }

.news-section.with-slider.dark .cards-section button.slick-prev.slick-disabled, .news-section.with-slider.dark .cards-section button.slick-next.slick-disabled {
    color: rgba(255,255,255,0.3);
}

.news-section.with-slider .article-card .article-card-content {
    padding: 15px;
}

.news-section.with-slider .news-section-footer {
    display: block;
    width: 100%;
    padding: 30px 0 0;
    text-align: center;
}

    .news-section.with-slider .news-section-footer a {
        display: inline-block;
        padding: 15px 20px;
        border: 1px solid #000;
        -webkit-box-shadow: inset 1px 0px 3px 0px rgba(0,0,0,0.5);
        -moz-box-shadow: inset 1px 0px 3px 0px rgba(0,0,0,0.5);
        box-shadow: inset 1px 0px 3px 0px rgba(0,0,0,0.5);
    }

        .news-section.with-slider .news-section-footer a:hover {
            text-decoration: none;
        }

.news-section.with-slider.dark .news-section-footer a {
    background-color: rgba(0,0,0,0.3);
    color: #fff;
}

.news-section.with-slider.light .news-section-footer a {
    background-color: rgba(255,255,255,0.3);
    color: #000;
}

.color-header {
    padding: 50px 0;
    height: 172px;
}

    .color-header h2 {
        line-height: 1.125;
        font-size: 48px;
        font-weight: 400;
    }

    .color-header h3 {
        font-weight: 400;
    }

.article-section-pagination nav {
    text-align: center;
    margin-top: 30px;
}

    .article-section-pagination nav span {
        margin: 0;
        line-height: 22px;
    }

.article-section-pagination .pagination li.disabled {
    display: none;
}

.article-section-pagination .pagination li a {
    padding: 10px 18px;
    border: 1px solid #000;
    margin: 0 10px;
    color: #000;
}

.article-section-pagination .pagination li.active a {
    background-color: #F7B114;
}

.article-section-pagination .pagination > li:first-child > a, .article-section-pagination .pagination > li:first-child > span {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.article-section-pagination .pagination > li:last-child > a, .article-section-pagination .pagination > li:last-child > span {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.recent-articles-title {
    display: block;
    color: #303031;
    font-family: Roboto;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.16px;
    line-height: 24px;
    margin-bottom: 10px;
}

.recent-articles .article-card {
    width: 100%;
    margin: 0;
}

.article-content h2 {
    font-size: 30px;
}

.article-content img {
    margin-bottom: 15px;
    width: 100%;
    height: auto;
}

span.article-date {
    font-size: 18px;
    color: #006A65;
    display: block;
    margin-bottom: 30px;
}

.article-content p {
    font-size: 1rem;
    font-weight: 400;
}

.back-btn {
    padding: 20px 0 30px;
}

    .back-btn a {
        font-size: 20px;
        line-height: 24px;
        color: #63656A;
    }

        .back-btn a:hover {
            text-decoration: none;
            color: #006a51;
        }

.news-container a:hover {
    color: #f2f2f2 !important;
}

/*News-Center*/


/*@media (max-width: 767px) {
    .article-card {
        width: 100% !important;
    }
}*/


.title-group {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 20px;
}

    .title-group p,
    .title-group h2 {
        margin-bottom: 0;
    }

    .title-group h2 {
        line-height: 1.25;
        font-size: 24px;
    }

.title-group__link {
    font-weight: 600;
    color: #0A61A9;
    margin-top: 20px;
}

@media screen and (min-width:992px) {
    .title-group {
        flex-direction: row;
        align-items: flex-end;
    }

        .title-group h2 {
            font-size: 30px;
        }

    .title-group__link {
        margin-top: 0;
    }
}

.newscenter-group {
    display: flex;
    flex-direction: column;
    border: 1px solid #bdbdbd;
    margin-bottom: 50px;
    padding: 30px;
}

.newscenter-group__feat {
    border-bottom: 1px solid #bdbdbd;
    margin: -30px -30px 30px -30px; /* Offset the spacing of the group */
}

    .newscenter-group__feat > img {
        width: 100%;
        max-width: none;
    }

.newscenter-group__feat-content {
    padding: 30px;
}

.group-item {
    border-bottom: 1px solid #bdbdbd;
    padding-bottom: 25px;
    margin-bottom: 25px;
}

/* Used when group item has an image that needs to reverse on mobile */
.group-item--inline {
    display: flex;
    flex-direction: column-reverse;
}

    .group-item--inline > img {
        display: block;
        width: 100%;
        margin-bottom: 20px;
    }

        .group-item--inline > img[src=""] {
            display: none;
        }

@media screen and (min-width: 768px) {
    .group-item--inline {
        flex-direction: row;
        justify-content: space-between;
    }

        .group-item--inline > img {
            margin-bottom: 0;
            margin-left: 30px;
            flex: 0 0 100%;
            max-width: 150px;
        }
}

.group-item__title {
    display: block;
    color: #000000;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 10px;
}

a.group-item__title:hover {
    color:#0A61A9;
}

.group-item__title--lg,
.group-item__title--xlg {
    font-size: 20px;
}

.group-item__tag {
    display: inline-block;
    padding: 3px 10px;
    color: #FFFFFF;
    background: #006C68;
    border-radius: 30px;
    margin-right: 10px;
    margin-bottom: 5px;
    font-size: 14px;
}

.group-item__accent {
    display: inline-block;
    color: #006C68;
}

.newscenter-group__list .group-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.newscenter-group__list--spaced {
    margin-bottom: 40px;
}

.nav-item,
.nav-item > a {
    position: relative;
}

.nav-item__dropdown {
    background: #F2F2F2;
    padding: 20px 10px 10px;
    list-style: none;
    width: 200px;
}

@media screen and (max-width:991px) {
    .nav-item__dropdown {
        width: 100%;
    }
}

.nav-item__dropdown > li {
    border-bottom: 1px solid #E0E0E0;
    margin-bottom: 5px;
    padding-bottom: 5px;
}

    .nav-item__dropdown > li:last-child {
        border-bottom: none;
        margin-bottom: 0;
        padding-bottom: 0;
    }

.nav-item__accordion {
    position: absolute;
    right: 0;
    top: 20px;
    transform: translateY(-50%);
    width: 40px;
    height: 30px;
    z-index: 10;
    cursor: pointer;
}

    .nav-item__accordion:before,
    .nav-item__accordion:after {
        content: "";
        position: absolute;
        right: 0;
        display: block;
        width: 10px;
        height: 1px;
        background: #63656a;
        top: 50%;
        transform: translateY(-50%);
    }

    .nav-item__accordion:after {
        transform: translateY(-50%)rotate(-90deg);
    }

    .nav-item__accordion.is-active:after {
        transform: translateY(-50%)rotate(0deg);
    }

.sub-nav .nav-item .nav-item__dropdown > li > a {
    font-size: 14px;
}

@media screen and (min-width: 990px) {
    .nav-item__dropdown {
        padding: 20px;
        min-width: 300px;
        position: absolute;
        left: 0;
        opacity: 0;
        visibility: hidden;
        z-index: 9999;
    }

        .nav-item__dropdown.is-open {
            opacity: 1;
            visibility: visible;
        }
}

@media screen and (min-width: 990px) {
    .newscenter-group {
        flex-direction: row;
    }

    .newscenter-group__feat {
        flex: 0 0 33.333%;
        max-width: 33.3333%;
        border-right: 1px solid #bdbdbd;
        border-bottom: none;
        margin: -30px 30px -30px -30px; /* Offset the spacing of the group */
    }

    .newscenter-group__list {
        flex: 1 1 auto;
        /*
        * Makes articles spread evenly based on featured
        display: flex;
        flex-direction: column;
         justify-content: space-around;  
        */
    }

    .group-item__tag {
        font-size: 16px;
    }

    .group-item__title--xlg {
        font-size: 26px;
        line-height: 1.25;
    }
}

.results-header {
    display: block;
    color: #63656A;
    margin-bottom: 40px;
}

.accented-card {
    background: #F2F2F2;
    border: 1px solid #E0E0E0;
    border-radius: 4px;
    border-top: 5px solid #612751;
    border-radius: 5px;
    padding: 20px;
    margin-top: 30px;
}

.accented-card__title {
    display: block;
    margin-bottom: 15px;
    font-size: 24px;
    font-weight: 600;
}

.accented-card > img {
    display: block;
    margin: -20px -20px 20px -20px;
    width: calc(100% + 40px);
    max-width: none;
}

.accented-card .vcu-btn {
    display: block;
    width: 100%;
    font-weight: 400;
    padding: 15px 20px;
    font-size: 16px;
    margin-top: 25px;
}

.cta-card {
    border-radius: 4px;
    border: 1px solid #E0E0E0;
    border-top: 8px solid #FFCE00;
    padding: 40px 20px;
}

.cta-card .cta-card__title {
    color: #000000;
    font-size: 21px;
    letter-spacing: 0.19px;
    line-height: 28px;
    font-weight: 500;
    margin-bottom: 10px;
}

    .cta-card .link-list > li {
        margin-bottom: 10px;
    }

        .cta-card .link-list > li:last-child {
            margin-bottom: 0;
        }

    .cta-card.cta-card--purple {
        border-top-color: #612751;
    }

.subcategory-page .content-holder {
    margin-top: 30px;
}

.subcategory-page .grid-pager {
    max-width: 65%;
}

.subcategory-page .left-side-column {
    margin-top: 50px;
    margin-right: 0px;
    margin-left: 30px;
}

@media screen and (max-width:991px) {
    .subcategory-page > .row {
        flex-direction: column-reverse;
    }

    .subcategory-page .left-side-column {
        margin-left: 0;
        margin-top: 0;
    }
}

.interruptStyle .modalPopup p {
    color: #000000 !important;
}

    .interruptStyle .modalPopup p strong {
        color: #000000 !important;
    }

    .interruptStyle .modalPopup p a {
        color: #000000 !important;
        font-weight: bold;
        text-decoration: none !important;
        border-color: #000;
    }

.article-content-wrapper .recent-articles .article-card {
    border-bottom: 1px solid #bdbdbd;
    margin-bottom: 35px;
    padding-bottom: 25px;
}

    .article-content-wrapper .recent-articles .article-card:last-child {
        border-bottom: none;
    }

.article-content .newsHead h1,
.article-content .display-h1,
.article-content h2,
.article-content .display-h2 {
    font-weight: 500;
    line-height: 1.1;
    color: #000000;
}

@media screen and (min-width:991px) {
    .article-content .newsHead h1,
    .article-content .display-h1 {
        font-size: 40px;
        margin-bottom: 15px;
    }

    .article-content h2,
    .article-content .display-h2 {
        font-size: 28px;
    }

    .article-content h3,
    .article-content .display-h3 {
        font-size: 22px;
        color: #006C68;
    }
}

.article-content-wrapper .recent-articles .article-card img[src=""],
.article-content-wrapper .recent-articles .article-card img[src="/"],
.news-details-img img[src=""],
.news-details-img img[src="/"] {
    display: none;
}

.bar-cta {
    display: flex;
    flex-direction: column;
    background: #F2F2F2;
    border: 1px solid #dcdcdc;
    padding: 20px;
    margin-top: 20px;
}

.bar-cta__title {
    font-size: 20px;
    font-weight: 700;
    color: #000;
}

.bar-cta > img {
    margin: -20px -20px 20px;
    width: calc(100% + 40px);
    max-width: none;
}

@media screen and (min-width:760px) {
    .bar-cta {
        flex-direction: row;
    }

        .bar-cta > img {
            margin: -20px 20px -20px -20px;
            flex: 1 1 auto;
            width: auto;
            max-width: 215px;
            object-fit: cover;
            object-position: center;
        }

        .bar-cta .vcu-btn {
            float: right;
        }
}

.bar-cta h3 {
    color: #006C68;
    font-size: 21px;
    line-height: 1.1;
    margin-top: 0;
}

.bar-cta p {
    color: #000000;
    font-family: Roboto;
    font-size: 14px;
    letter-spacing: 0.12px;
    line-height: 1.5;
    font-weight: normal;
}

.bar-cta .vcu-btn {
    float: right;
    font-size: 13px;
    padding: 10px;
    line-height: 1;
}

@media screen and (min-width: 760px) {
    .bar-cta > img {
        margin: -20px 20px -20px -20px;
        flex: 1 1 auto;
        width: auto;
        max-width: 190px;
        object-fit: cover;
        object-position: center;
    }
}


/* Resources Tabs */
.resources-area {
    background: #006C68;
    color: #FFFFFF;
    padding: 30px 0;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    margin-bottom: 40px;
}

.resources-area__title,
.resources-area__content {
    color: #FFFFFF;
    margin-bottom: 20px;
    text-align: center;
}

.resources-area__title,
.resources-area__content > h2,
.resources-area__content > p {
    color: #FFFFFF;
}

.tab-group__nav {
    border-bottom: none;
    display: none;
}

    .tab-group__nav > li {
        margin-bottom: 0;
        float: none;
    }

        .tab-group__nav > li > a,
        .tab-group__nav > li.open > a {
            display: block;
            padding: 20px 35px;
            color: #FFFFFF;
            background: #005451;
            font-weight: 600;
            border: none;
            border-top: 1px solid #5D9593;
            border-right: 1px solid #5D9593;
            border-left: 1px solid #5D9593;
            border-radius: 0;
            margin: 0 0 0 -1px;
        }

            .tab-group__nav > li > a:hover {
                background: #5D9593;
            }

        .tab-group__nav > li:first-child > a {
            margin-left: 0;
        }

        .tab-group__nav > li > a.active {
            background: #FFFFFF;
            color: #000000;
            border-color: #FFFFFF;
        }

.tab-group__nav--split > li > a:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    opacity: 0;
    border: 0 solid transparent;
    border-left-width: 20px;
    border-right-width: 20px;
    border-top: 0 solid #FFFFFF;
}

.tab-group__nav--split > li > a.active:after {
    opacity: 1;
    top: 100%;
    left: 50%;
    margin-left: -15px;
    border: 0 solid transparent;
    border-left-width: 20px;
    border-right-width: 20px;
    border-top: 15px solid #FFFFFF;
    transition: .3s;
}

.tab-group__panel {
    background: #FFFFFF;
    padding: 0;
    margin: 0;
    border-radius: 0;
}

.tab-group__wrapper {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    padding: 15px 20px;
}

.tab-group__media {
    display: block;
    order: 1;
    margin-bottom: 20px;
}

    .tab-group__media > img {
        display: block;
        width: 100%;
    }

.tab-group__media-cap {
    margin-top: 10px;
    text-align: center;
    font-size: 14px;
    color: #000000;
}

.tab-group__title {
    color: #000000;
    font-weight: 600;
    line-height: 1.25;
}

.tab-group__title--lg {
    font-size: 32px;
    font-weight: 500;
}

.tab-group__leadin {
    font-size: 20px;
    font-weight: 500;
}

.tab-group__content {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
    order: 2;
}

.tab-group__content--lg {
    display: block;
}

.tab-group__cta {
    position: relative;
    padding: 10px 45px 10px 15px;
    transition: .3s;
}

    .tab-group__cta:hover {
        background: #f2f2f2;
        text-decoration: none;
    }

    .tab-group__cta > h3 {
        color: #000000;
        font-size: 20px;
        font-weight: 600;
    }

    .tab-group__cta:after {
        content: "\f054";
        font-family: 'FontAwesome';
        color: #006C68;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 15px;
        font-size: 20px;
    }

    .tab-group__cta.tab-group__cta--noicon:after {
        display: none;
    }

    .tab-group__cta.tab-group__cta--noicon:hover {
        background: none;
    }

.tab-group__accordion {
    padding: 20px 10px;
    text-align: center;
    font-weight: 600;
    color: #FFFFFF;
    background: #005451;
    border-bottom: 1px solid #5D9593;
}

    .tab-group__accordion[aria-expanded="true"] {
        background: #FFFFFF;
        color: #000000;
        border-color: #E0E0E0;
    }

.panel-heading {
    padding: 0;
}

.panel-heading a {
    padding: 20px 10px;
    text-align: center;
    font-weight: 600;
    color: #FFFFFF;
    background: #005451;
    border-bottom: 1px solid #5D9593;
}

.panel-heading a[aria-expanded="true"] {
    background: #FFFFFF;
    color: #000000;
    border-color: #E0E0E0;
}

@media screen and (min-width: 990px) {
    .resources-area {
        padding: 60px 0;
    }

    .resources-area__title {
        text-align: left;
    }

    .tab-group__nav {
        display: flex;
    }
    
    .tab-group__nav--split {
        justify-content: space-between;
        margin: 50px -30px 30px;
    }
    
    .tab-group__nav--split > li {
        width: calc(33.333% - 60px);
        text-align: center;
        margin: 0 30px;
        border: 1px solid #FFFFFF;
    }

    .tab-group__panel {
        padding: 30px 40px;
    }

        .tab-group__panel.show {
            display: none !important;
        }

        .tab-group__panel.active {
            display: block !important;
        }

    .tab-group__title {
        flex: 0 0 100%;
        margin-bottom: 30px;
    }

    .tab-group__content {
        flex-direction: row;
        width: 66.6666%;
        order: 1;
    }
    
    .tab-group__content--lg {
        width: auto;
        flex: 1;
    }

    .tab-group__media {
        width: 33.3333%;
        order: 2;
        margin-bottom: 0;
    }
    
    .tab-group__media--small {
        order: 1;
        width: 100%;
        max-width: 355px;
        margin-top: 0 !important;
        margin-right: 30px;
    }

    .tab-group__cta {
        flex: 0 0 calc(50% - 30px);
        max-width: calc(50% - 30px);
        margin: 0 30px 0 0;
    }

    .tab-group__wrapper,
    .panel-collapse.collapse {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        padding: 0;
    }

        .tab-group__wrapper.show {
            display: flex !important;
        }

    .tab-group__accordion {
        display: none;
    }

    .panel-heading {
        display: none;
      }
    
    .panel {
        border: none;
        box-shadow: none;
    }

    .panel-collapse {
        height: auto;
    }
}

@media(max-width:990px) {
    .tab-content .tab-pane {
        display: block;
    }

    .tab-group__accordion {
        display: block;
    }

    .panel {
        margin: 15px 0;
        box-shadow: none;
        border-radius: 0;
        margin-top: -2px;
        border: none;
    }
    
    .panel-title a{
    display:block;
    border: 1px solid #FFFFFF;
  }

    
    .tab-group__wrapper.show {
        display: flex !important;
        flex-wrap: nowrap;
    }
}

.tab-group__media {
    margin-top: -65px;
}

.tab-group__mediacontent {
    width: 100%;
    display: flex;
}

    .tab-group__mediacontent .tab-group__cta {
        flex: 0 0 100%;
        max-width: 100%;
    }

@media(max-width:990px) {
    .tab-group__media {
        margin-top: auto;
    }
}

    .video-block {
        margin-top:30px !important;
        margin-bottom:30px !important;
    }

.l-list-blank {
    margin-left: 0;
    padding-left: 0;
    list-style: none;
}

.c-caret-link:before {
    content: "\f105";
    font-family: "FontAwesome";
    color: #006C68;
    margin-right: 10px;
}

.c-caret-link {
    color: #000000;
    font-weight: 700;
}



/* Add a variant of the .cta-full component */
.cta-full--blue {
    background: #003764;
}


/* Multi-column content component */
.mc-content {
    padding: 60px 0;
    text-align: center;
}

    .mc-content.mc-content--subtle {
        background: #F8F8F8;
    }

.mc-content__title {
    color: #003764;
    font-weight: 500;
    font-size: 32px;
    line-height: 1.25;
    max-width: 600px;
    margin: 0 auto 30px;
}

.mc-content__row {
    display: flex;
    flex-direction: column;
}

.mc-content__item {
    padding: 20px 0;
}

    .mc-content__item > img {
        margin-bottom: 30px;
    }

    .mc-content__item > h3 {
        font-size: 21px;
        font-weight: 400;
    }

    .mc-content__item > p {
        font-weight: 300;
    }

@media screen and (min-width: 990px) {
    .mc-content__row {
        flex-direction: row;
        flex-wrap: wrap;
        margin: 50px -30px; /* offset amount of padding on item */
    }

    .mc-content__item {
        flex-grow: 1;
        flex-basis: 0;
        padding: 0 30px; /* add padding. update offset if changed. */
    }
}

/* Video Block CTA */
.video-block {
    display: flex;
    flex-direction: column;
    text-align: center;
    background: #F8F8F8;
    margin: 0 -10%;
}

.video-block__content {
    padding: 30px 15px;
}

    .video-block__content > h2 {
        line-height: 1.25;
        font-size: 24px;
        font-weight: 500;
    }

    .video-block__content > p {
        font-size: 18px;
        line-height: 1.5;
    }

.video-block__media {
    position: relative;
    margin-left: 15px;
    margin-right: 15px;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    margin-bottom: 30px;
}

    .video-block__media > iframe {
        display: block;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

@media screen and (min-width: 768px) {
    .video-block {
        margin: 40px auto;
    }

    .video-block__content {
        padding: 50px 30px;
    }

    .video-block__media {
        margin-left: 30px;
        margin-right: 30px;
    }
}

@media screen and (min-width: 990px) {
    .video-block {
        align-items: center;
        flex-direction: row;
        text-align: left;
        margin: 60px auto;
    }

    .video-block__content {
        padding: 30px 50px;
        flex: 0 0 50%;
        max-width: 50%;
    }

        .video-block__content > h2 {
            font-size: 32px;
        }

        .video-block__content > p {
            font-size: 21px;
            font-weight: 400;
        }

    .video-block__media {
        flex: 0 0 50%;
        max-width: 50%;
        margin: 0;
        padding-bottom: 28.125%;
    }
}
.alert {
    display: block;
    width: 100%;
    text-align: center;
    background-image: initial; /*repeating-linear-gradient( -65deg, #FFCE00, #FFCE00 4px, #F9C509 4px, #F9C509 8px );*/
    background-color: #ffce00;
    padding: 10px 0;
    border: none;
    border-radius: 0;
    margin: 0;
    font-smooth: never;
    -webkit-font-smoothing: initial;
}

    .alert p {
        margin-bottom: 0;
        font-smooth: never;
        font-weight: 400;
        -webkit-font-smoothing: initial;
    }

    .alert a {
        color: #000000;
        text-decoration: underline;
        font-weight: 400;
        font-smooth: never;
        -webkit-font-smoothing: initial;
    }

/* --- 502767002_Take_Transition_Off_Accordion_Border --- */

form[action*="2643"] .accordion {
    transition: none !important;
}

.cards-section.slick-slider .news-img {
    max-height: 241px;
    overflow: hidden;
}

.news-center .article-card img {
    /*max-height: 235px !important;*/
}

@media (min-width:768px) {
  .title-group > div {
    max-width: 80%;
  }
}
.subcat-intro {
  display: block;
  margin: .5rem 0 0;
}

.news-section.with-slider .cards-section button.slick-prev .fas, .news-section.with-slider .cards-section button.slick-next .fas {
    font-size: 50px;
}

.tab-group__nav--split > li > a, .tab-group__nav--split > li.open > a {
    border: none;
    margin: 0;
}
