/* Customer specific design overrides will appear here */
.ThemeGlobal {
    .ImcNavigation {
        --navigation-padding: 0;
        --navigation-burger-padding: 10px 20px;
        --navigation-item-text-color: #005ca0;
        --navigation-item-hover-text-color: #333;
    }



    .ImcFooter {
        --footer-background: #e2e3e4;
        --footer-item-text-color: #333;
        --footer-item-hover-text-color: rgba(0, 0, 0, 0.6);
    }


}