/* Prevent the header logo from overlapping banner headings on inner pages. */

body.cms-composed-page .rh_header:has(+ .rh_banner.rh_banner__image) .rh_logo {
    margin-bottom: 0;
}

body.cms-composed-page .rh_header:has(+ .rh_banner.rh_banner__image) .rh_logo img {
    max-height: 76px;
    width: auto;
    display: block;
}

.rh_header:has(+ .rh_banner:not(.rh_banner__default_hide)) .rh_logo {
    margin-bottom: 0;
}

.rh_header:has(+ .rh_banner:not(.rh_banner__default_hide)) .rh_logo img {
    max-height: 76px;
    width: auto;
    display: block;
}

.rh_header:has(+ .rh_banner:not(.rh_banner__default_hide)) + .rh_banner .rh_banner__wrap {
    position: relative;
    z-index: 1;
}

.rh_header:has(+ .rh_banner:not(.rh_banner__default_hide)) + .rh_banner .rh_banner__title {
    position: relative;
    z-index: 2;
}

@media (max-width: 767px) {
    .rh_header:has(+ .rh_banner:not(.rh_banner__default_hide)) .rh_logo img {
        max-height: 58px;
    }

    .rh_header:has(+ .rh_banner:not(.rh_banner__default_hide)) + .rh_banner .rh_banner__title {
        font-size: 2.4rem !important;
        line-height: 1.25;
    }
}
