﻿.test {
    display: block;
    margin: 0;
    padding: 0.875rem 0;
    list-style-type: none;
    list-style-position: inside;
    font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; }
.test li {
    margin: 0 0 0.4375rem 0;
    font-size: 0.875rem; }
.test li a:not(.button) {
    background-color:#2e6db4  !important;
    display: block;
    color: #fff !important;
    margin: 0;
    padding: 0.4375rem 0.875rem; }
.test li a:not(.button):hover, .test li a:not(.button):focus {
    background-color:#003b9d!important;
    color: #fff !important; }
.test li.active > a:first-child:not(.button) {
    background-color: #093!important;
    font-weight: normal;
    font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; }
.test li.divider {
    border-top: 1px solid;
    height: 0;
    padding: 0;
    list-style: none;
    border-top-color: white; }
.test li.heading {
    color: #038dfa;
    font-size: 0.875rem;
    font-weight: bold;
    text-transform: uppercase; }

@media only screen and (max-width: 61.875em) {
    body{
        background:#003b9d!important;
    }
}