#mobile-nav .level_1 .mm-listitem .mm-listitem__text {
    font-size: 1.4rem;
}

#mobile-nav .level_2 .mm-listitem .mm-listitem__text {
    font-size: 1.4rem;
}

#mobile-nav .level_3 .mm-listitem .mm-listitem__text {
    font-size: 1.4rem;
}

.mm-listitem_selected > .mm-listitem__text a,
.mm-listitem_selected > .mm-listitem__text {
    background: #2038B0 !important;
    color: white !important;
}

.mm-listitem_selected a:after {
    border: none;
    border-left: 2px solid rgba(255,255,255,.3);
    border-top: 2px solid rgba(255,255,255,.3);
}

.mm-navbar__title span {
    color: black !important;
}

.mm-listitem.trail {
    background: #2038B0;
    color: white !important;
}

