.vs-uni-header {
    background-color: #F2F2F2;
    font-size: 14px;
    font-weight: normal;
    padding: 0 !important;
    color: #343538;
    z-index: 11;
}
.vs-uni-header.edu {
    background-color: #EDEDFD;
}

.vs-uni-header.business {
    background-color: #D6EDFF;
}
.vs-uni-header.edu i.fa-regular.fa-house {font-weight: 300;}
.vs-uni-header.business i.fa-regular.fa-house {font-weight: 300;}
.vs-uni-header li.nav-item {
    color: #FFF;
    padding: 0 8px 3px 8px;
    -webkit-transition: all .25s linear;
    transition: all .25s linear;
}

.vs-uni-header .nav-item:has(.active) {
    background-color: #fff;
    font-weight: bold;
}
.vs-uni-header .nav-item:hover {
    background-color: rgba(255, 255, 255, .9);
}

.vs-uni-header a.nav-link {
    color: #000;
}

.vs-uni-header a.nav-link.active{
    color: #343538;
}

.vs-uni-header a:hover {
    color: #343538;
}

.vs-uni-header .nav-container {
    border-bottom: none;
}
header{
      z-index: 999;
    position: relative;
}


@media (max-width: 767px) {
    .vs-uni-header .nav-container {
        flex-wrap: nowrap;
        overflow-x: auto;
        scrollbar-width: none;
        white-space: nowrap;
    }
    .vs-uni-header .nav {
        flex-wrap: nowrap;
        display: flex;
    }
}
