.page-banner {
    height: 240px;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 85px;
    margin-bottom: 1rem;
    color: white;
    font-weight: 700;
}
@media (max-width: 768px) {
    .page-banner {
        padding-top: 70px;
    }
}

.page-banner a,
.page-banner h1 {
    color: white;
    font-weight: 700;
}

.page-banner a:hover {
    color: white;
}

.page-banner .section-divider hr {
    opacity: 0.75;
    margin: 0.2rem 0 1rem 0;
    background-color: white;
}

.page-banner .section-divider {
    margin-top: 0;
}

.breadcrumbs {
    font-size: 110%;
}

.breadcrumbs a:Hover {
    text-decoration: underline;
}

.breadcrumbs a {
    height: 44px;
    display: inline-block;
}

.page-banner  {
    background-color: black;
}