.top-bar {padding: 0rem;}


.top-bar, .top-bar ul {
    background-color: transparent;
}

.site-navigation {background-color: white}


.top-bar li a {border-bottom: solid; border-width: 2px;border-color: transparent;text-transform: uppercase;font-size: 0.9em;}
.top-bar li a:hover {border-bottom: solid; border-width: 2px;border-color: #d91b32;text-decoration: none;}


.menu-icon:hover::after {
    background: black;
    box-shadow: 0 7px 0 #000000, 0 14px 0 #000000;
} 

.menu-icon::after {
    background: black;
    box-shadow: 0 7px 0 #000000, 0 14px 0 #000000;
} 

.box-shadow {box-shadow: 0 12px 10px -7px rgba(0, 0, 0, .15);}

.pagination .current {
    background: #118389;
}

.sidenav a {white-space: normal;}

.callout .sidenav li a:hover {
    background-color: #f5f5f5;
    text-decoration: none;
}