#top-bar {
    height: 4.25rem;
    top: 0;
    left: 0;
    background-color: #d8f6e0;
    z-index: 100;
}

.v2 #top-bar {
    background-color: #c9ffff;
}

#top-bar.stuck {
    position: fixed;
}

.menu-logo {
    width: 5rem;
}

#menu a {
    font-size: 0.85rem;
    color: #077f9e;
    line-height: 1.5;
}

#menu a:hover {
    color: #077f9e;
    text-decoration: none;
}

#menu a:hover::after,
#menu a.active::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #077f9e;
}

/*
#menu a:hover,
#menu a.active {
    border-bottom: 1px dotted #077f9e;
}
*/