﻿.fivebar {
    position: fixed;
    bottom: 0;
    width: 100%;
    display: flex;
    z-index: 499;
    box-shadow: var(--nvm-box-shadow-sm)
}

.fivebar a {
    display: block;
    width: 20%;
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: .875em;
    height: 56px;
    line-height: 56px;
    background-color: #004680;
    text-align: center
}

.fivebar a:first-child {
    border-radius: 0 8px 0 0;
}

.fivebar a:last-child {
    border-radius: 0 0 8px 0
}

.fivebar a:hover,
.fivebar a.active {
    background: #004680;
    color: #bd9f68;
    font-weight: 600;
    margin-right: 0
}

.fivebar {
    position: fixed;
    bottom: unset;
    top: 50%;
    left: 0;
    height: 216px;
    transform: translateY(-50%);
    width: 56px;
    z-index: 10011;
    box-shadow: var(--nvm-box-shadow-sm)
}

.fivebar a {
    position: absolute;
    right: -20px;
    display: block;
    margin: 0;
    color: #fff;
    font-size: .875em;
    height: 36px;
    line-height: 36px;
    background-color: #004680;
    width: 76px;
    padding: 0 10px 0 20px;
    text-align: left;
    transition: all .5s ease-in-out
}

.fivebar a:first-child {
    border-radius: 0 8px 0 0
}

.fivebar a:last-child {
    border-radius: 0 0 8px 0
}

.fivebar a:nth-child(1) {
    top: 0
}

.fivebar a:nth-child(2) {
    top: 36px
}

.fivebar a:nth-child(3) {
    top: 72px
}

.fivebar a:nth-child(4) {
    top: 108px
}

.fivebar a:nth-child(5) {
    top: 144px
}

.fivebar a:nth-child(6) {
    top: 180px
}

.fivebar a:nth-child(7) {
    top: 216px
}

.fivebar a:hover {
    background: #0b318fd9;
}