/* CIT Training Page / Resources */
.cit-video iframe {
    height: 600px;
    width: 100%;
}

.cit-resource-page h2 {
    font-size: 24px !important;
}

.cit-resource-page a {
    text-decoration: underline;
}

@media (max-width: 810px) {
    .cit-video iframe {
        height: 300px;
        width: 100%;
    }
}

.vaya-total-care .accordion-headline {
    display: inline-flex;
    align-items: center;
    width: 100%;
    font-size: 24px !important;
}