.vr-menutab,
.vr-menutab * {
    /* padding: 0; */
    list-style: none;
}

nav {
    background-color: white;
    border-top: none;
    border-bottom: 1px solid #757576;
}

#sfnav {
    left: -110%;
}

.vr-menutab {
    float: left;
    width: 100%;
    box-shadow: 0px 3px 10px black;
    background-color: #012e84;
    margin: 0;
}

.vr-menutab ul {
    position: absolute;
    z-index: 99999;
}

.vr-menutab li {
    display: block;
    padding: 7px 21px;
    /* line-height: 2; */
}

.vr-menutab li:hover,
.vr-menutab li:focus {
    background-color: #b40245;
}

.vr-menutab li:first-child {
    margin-top: 30px;
}

.vr-menutab li a {
    font-family: Calibri, 'Gill Sans', 'Gill Sans MT', 'Trebuchet MS', sans-serif;
    font-weight: bold;
    font-size: 1.125em;
    color: white;
    text-transform: uppercase;
}

.vr-menutab>li a:hover,
.vr-menutab>li a:focus {
    color: white;
    text-decoration: none;
}

.vr-menutab li ul {
    width: 101%;
    /* top: -30px; */
    margin: 0;
    left: 100%;
    /* display: none;  */
    box-shadow: 0px 3px 10px black;
    background: #012e84;
}

.vr-menutab li ul li {
    width: 100%;
    text-align: left;
    /* display: block; */
    /* line-height: 2; */
}

.vr-menutab li ul li a {
    font-family: Calibri, 'Gill Sans', 'Gill Sans MT', 'Trebuchet MS', sans-serif;
    font-weight: bold;
    font-size: 1.125em;
    color: white;
    margin-bottom: 15px;
    text-transform: none;
}

.vr-menutab li ul li:hover,
.vr-menutab li ul li:focus {
    background-color: #b50246;
}

.vr-menutab li ul li a:hover,
.vr-menutab li ul li a:focus {
    color: white;
}

.sf-sub-indicator {
    display: none;
}

.vr-menutab li ul li ul {
    background: #012e84;
    z-index: 9;
    top: 0px;
    left: 100%;
    width: 102%;
}