/* Customer specific design overrides will appear here */
.ThemeGlobal {
    .ImcNavigation {
        --navigation-logo-width: 86px;
        --navigation-logo-height: 46px;
        --navigation-max-width: 1280px;
        --navigation-shadow: 0 1px 0 0 #b7f9aa;
        --navigation-item-text-color: #005a8c;
        --navigation-item-hover-text-color: #00446e;
        --navigation-item-active-text-color: #00446e;
        --navigation-dropdown-item-hover-text-color: #3c8a5c;
        --navigation-dropdown-item-active-text-color: #3c8a5c;
        .NavItemContent {
            .ImcText {
                border-bottom: 2px solid transparent;
            }
            &:hover,
            &.active {
                .ImcText {
                    border-color: #00446e;
                }
            }
        }
    }
    .ImcFooter {
        --footer-background: #00375b;
        --footer-item-text-color: #fff;
        --footer-item-hover-text-color: #fff;
        --footer-item-hover-text-decoration: underline;
    }
}
