.UICustomMenu_menunav .CustomMenu{
}
.UICustomMenu_menunav .CustomMenu .MenuList{
        border-radius: 4px;
        padding: 5px 0;
        display: flex;
        flex-wrap: wrap;
        height: auto;
        background: #fff;
}
.UICustomMenu_menunav .CustomMenu .MenuList li{
        text-align: center;
        padding: 5px;
        background: none;
        flex: unset;
        padding-left: 0;
}
.UICustomMenu_menunav .CustomMenu .MenuList li:not(:last-child):after{
        content: '/';
        color: #031739;
        font-family: Roboto;
        font-size: 15px;
        line-height: 22px;
        font-weight: 400;
        margin-left: 5px;
}
.UICustomMenu_menunav .CustomMenu .MenuList .TopMenuActive{
}
.UICustomMenu_menunav .CustomMenu .MenuList .TopMenuActive a span {
        font-family: 'Roboto';
        font-size: 15px;
        font-weight: 400;
        line-height: 22px;
        color: #2A58A0;
        text-transform:uppercase;
}
.UICustomMenu_menunav .CustomMenu .MenuList .TopMenu .image{
        display:none;
}
.UICustomMenu_menunav .CustomMenu .MenuList .TopMenuActive .image{
        display:none;
}
.UICustomMenu_menunav .CustomMenu .MenuList .TopMenu a span{
        font-family: 'Roboto';
        font-size: 15px;
        font-weight: 400;
        line-height: 22px;
        color: #3B4E68;
        text-transform:uppercase;
}


@media only screen and (max-width: 768px){
        .UICustomMenu_menunav .CustomMenu {
                margin: 0 16px;
        }
        .UICustomMenu_menunav .CustomMenu .MenuList{
                 flex-wrap: nowrap;
                width: auto;
                overflow-x: auto;
                scrollbar-width: none;
        }
        .UICustomMenu_menunav .CustomMenu .MenuList::-webkit-scrollbar{
                display: none;
        }
        .UICustomMenu_menunav .CustomMenu .MenuList li{
                flex: none;
                
        }
}