@charset "UTF-8";

/* page-title */
.lib-hero__outer {
    background-image: url(/dcms_media/image/pagetitle-bg.webp);
    background-size: cover;
    background-position: bottom;
}

/* fixed-bnr */
.lib-fixed__bnr.custom-fixed__bnr {
    background-color: unset;
    top: 50% !important;
}

.custom-fixed__bnr img {
    border-radius: 30px;
}


/* header */
@media print,
screen and (min-width: 991.8px) {
    .lib-header__outer.typeS .lib-child__outer.custom-child__outer {
        padding: 20px;
        width: 300px;
    }
}

.lib-nav__list .txt {
    font-weight: bold;
}


/* footer */
.lib-footer__utility {
    background-color: #333;
}

.lib-footer__utility .lib-footer__guidance .txt {
    color: var(--WHT) !important;
}

.lib-footer__guidance li:before {
    background-color: var(--WHT) !important;
}
