body,html, p, h1, h2, h3, h4, h5, *.rf-cp-b, .rf-cp-hdr {
    color: #313131 !important;
}
header,
#header {
    background-color: #fff;
}
header nav,
header nav#topNav,
#header nav,
#header nav#topNav {
    margin: 0 auto;
    width: 100%;
    background-color: #FF4B00;
    border: 0;
}
header nav.topNavBehalfOf {
    border-bottom: 1px solid #ccc !important;
    border-top: 1px solid #ccc !important;
}
.rightMenu #navMenu .glyphicon {
    top: 3px;
}
#mobileNav {
    background-color: #FF4B00 !important;
}
*.rf-dt-shdr-c {
    background-color: #003e74 !important;
}
nav#topNav ul li:hover {
    background-color: #D75426 !important;
}
nav#topNav ul li.noHover:hover {
    background-color: transparent !important;
    cursor: default !important;
}
.headerCoBrand {
    font-size: 1.4em;
}
.headerCoBrand p.poweredByText {
    font-size: .75em;
}
#loginLeft img {
    margin-bottom: 20px;
}
.homeRow .icon {
    margin-right: 10px;
}

/* ==========================================================================
   Leave Request flow redesign (matches the fmlaNg voya.css treatment).
   Scoped to body.redesign25, which is only added by baseTemplate.xhtml when
   view.viewId starts with /leaveRequest/ or /step/ — does not affect any
   other JSF page for this partner (dashboard, profile, etc. keep the
   legacy look).
   ========================================================================== */
body.redesign25 {
    background: #F4F4F4 !important;

    header, #header {
        background-color: transparent !important;
        padding-top: 44px;
    }

    #mobileNav {
        background-color: transparent !important;
    }

    /* Full-width co-brand band pinned to the very top of the header,
       replacing the full-orange nav fill. */
    .headerCoBrand {
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        width: 100% !important;
        max-width: unset !important;
        background-color: #FF4B00 !important;
        color: #000000 !important;
        text-align: center !important;
        padding: 8px 0 !important;
        font-size: 1em !important;
        font-weight: normal !important;
        float: none !important;
        z-index: 1 !important;

        .poweredByText, .clearFix {
            display: none !important;
        }
    }

    /* logo.png/voya.png are already the same up-to-date asset and are
       already correctly colored as-is — just size consistently with the
       Angular header, no recolor filter needed here (unlike moo.css). */
    header #banner {
        height: 85px;
    }
    header #banner img, .fmlaLogo img {
        max-width: 450px !important;
        max-height: 70px !important;
        margin-top: 10px;
    }

    .icon-size, .icon-size-side-nav {
        filter: brightness(0) saturate(100%) invert(14%) sepia(97%) saturate(2535%) hue-rotate(12deg) brightness(209%) contrast(114%) !important;
    }

    @media (max-width: 850px) {
        header #banner {
            height: 45px;
        }
        .sidemenu-toggle-black-redesign {
            top: 72px;
        }
    }
}
