/* All inner-page banner titles (h1/h2/h3/p) on dark photos */
.masthead .masthead__info {
    color: #fff !important;
}

.masthead .masthead__info h1,
.masthead .masthead__info h2,
.masthead .masthead__info h3,
.masthead .masthead__info h4,
.masthead .masthead__info p,
.masthead .masthead__info span,
.masthead .masthead__info strong,
.masthead .masthead__info li,
.masthead .masthead__info .text--bold,
.masthead .masthead__info .text--book {
    color: #fff !important;
}

.masthead .masthead__info .home-hero__cta,
.masthead .masthead__info .home-hero__cta .text--bold {
    color: inherit !important;
}

.masthead .masthead__info .home-hero__cta--primary {
    color: #fff !important;
}

.masthead .masthead__info .home-hero__cta--secondary {
    color: #fff !important;
}

.masthead .masthead__info .home-hero__cta--secondary:hover {
    color: #1b4d6e !important;
}
