<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.hidden-video-title {
    display: none !important;
}

.video-image {
    position: relative;
}

.video-image .btn--video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px 0px;
    z-index: 11;
}

a.btn--video {
    text-decoration: none;
}

.video-image img {
    /* border-radius: 10px; */
    width: 100%;
    height: 100%;
}

.modal--video .collapse-trigger::before {
    color: #005AE8;
    left: auto;
    right: 30px;
}

.modal--video .video_transcript, .modal--video .collapse-content {
    padding-left: 10px;
}

.video-gallery .card--article-content::after {
    content: '';
}

body.beacon-directory .filters-mobile-container .form-actions {
    display: none;
}

@media (max-width: 991.98px) {
    .video-image .btn--video {
        border: 1px solid;
    }
}

/* weekly update */
/* ======================================== */
.weekly-update {
    background-color: #005ff2;
    clip-path: polygon(53.14% 3.29%, 81.63% 0.71%, 100% 0px, 100% 100%, 85% 100%, 50% 100%, 24% 100%, 0px 100%, 0px 10.29%, 25.68% 6.57%);
    margin: 75px 0;
    padding-block: 100px 60px;
    position: relative;

    @media (max-width: 991.98px) {
        clip-path: polygon(55.54% 0.91%, 80.03% 0.34%, 100% 0px, 100% 100%, 85% 100%, 50% 100%, 24% 100%, 0px 100%, 0 2.94%, 26.75% 1.82%);
    }

    .weekly-update-content {
        display: grid;
        grid-gap: 30px 85px;
        grid-template-columns: 100%;
        max-width: 100%;
        width: 100%;
        padding-right: 30px;
        padding-left: 30px;
        margin-right: auto;
        margin-left: auto;

        @media (min-width: 576px) {
            max-width: 540px;
        }

        @media (min-width: 768px) {
            grid-template-columns: 100%;
            max-width: 720px;
        }

        @media (min-width: 992px) {
            grid-template-columns: 620px 1fr;
            max-width: 960px;
        }

        @media (min-width: 1200px) {
            max-width: 1400px;
        }
    }

    .video-image {
        overflow: hidden;
        border-radius: 10px;

        article {
            width: 100%;
        }
    }

    .featured-card__body {
        align-self: center;
        color: white;
        display: flex;
        flex-direction: column;
        gap: 15px;
    }

    .featured-card__title {
        color: white;
        font-size: clamp(1.875rem, 1.892vw + 1.047rem, 2.75rem);
        font-weight: 700;
        line-height: 1.15;
        margin: 0;
    }

    .weekly-update-wrapper {
        align-self: flex-start;
    }

    .weekly-update-label {
        border-radius: 40px;
        background: #0357E2;
        font-size: 14px;
        padding: 5px 20px;
    }

    .featured-card__byline {
        font-weight: 700;
    }
}
</pre></body></html>