﻿.bg-dark {
    background-color: white !important;
}

.navbar-dark .navbar-nav .nav-link {
    color: #636363;
}

    .navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show > .nav-link {
        color: #636363;
        font-weight: 700;
        height: 2.1rem;
    }

.nav-link.active {
    color: #636363;
    font-weight: 700;
    height: 2.1rem;
    border-bottom: 2px solid #0672CB !important;
}

.navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show > .nav-link {
    color: #636363 !important;
}

.nav-link:hover {
    background: #eeeeee !important;
    color: #636363 !important;
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

#unified-masthead .mh-top .left-column .mh-mobile-nav-toggle {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 0;
    border-width: 0;
    background-color: transparent;
    padding: 18px 14px;
    cursor: pointer;
}

#unified-masthead, #unified-masthead *, #unified-masthead :after, #unified-masthead :before {
    box-sizing: border-box;
}

    #unified-masthead .mh-top .left-column .mh-mobile-nav-toggle .mh-nav-menu-icon {
        display: -ms-flexbox;
        display: flex;
        border: none;
        cursor: pointer;
        width: 20px;
        height: 20px;
        position: relative;
        transform: rotate(0);
        will-change: transform;
        transition: transform .5s ease-in-out;
    }

    #unified-masthead, #unified-masthead *, #unified-masthead :after, #unified-masthead :before {
        box-sizing: border-box;
    }
