li.nav-item:hover {
    background: #0d3766;
    border-right: 5px solid #5d8cc2;
}

.active {
    text-decoration: none;
    background: #0d3766;
    border-right: 5px solid #5d8cc2;
}

.ump-bg {
    background-color: #153f6b !important;
    color: white;
    padding-top: 25px;
    padding-bottom: 25px;
}