.bs-grid-header__logo img {
    width: 78px;
}
.bs-categories__item {
    background: #f6f8f9;
    padding: 1rem;
    box-shadow: unset;
}
.announcement-bar {
    color: #000000;
    background: #F06523;
    border-color: #F06523;
}
.bs-grid-header {
    background: #005B97;
}
.bs-header-top {
    background: #005B97;
    color: var(--header-top-txt-color, var(--primary-contrast));
}
.bs-footer__top-section__title {
    color: black;
}
.bs-footer__top-section {
    color: black;
    font-weight: bold;
}
.btn-primary {
    background: #005B97;
    border-color: #005B97;
    color: var(--secondary-contrast);
}