/* Customer specific design overrides */
.ThemeGlobal {
    .ImcNavigation {
        --navigation-background: #00536d;
        --navigation-item-text-color: #ffffff;
        --navigation-item-hover-text-color: #90a6a6;
        --navigation-item-active-text-color: #ffffff;
        --navigation-dropdown-item-active-text-color: #00536d;
        --navigation-dropdown-background: #ffffff;
        --navigation-dropdown-item-text-color: #333333;
        --navigation-dropdown-item-hover-text-color: #00536d;

        --navigation-logo-width: 110px;
        --navigation-logo-height: 87px;
    }

    .ImcFooter {
        --footer-background: #00536d;
        --footer-item-text-color: #fff;
        --footer-item-hover-text-color: #eee;
    }

    .LearningCard {
        .ImcHeading {
            --heading-text-color: #00536d;
        }
    }
}