:root {
    --blox-top-bar-bg: #000;
}

#main-navbar a {
    color: rgb(85, 85, 85);
    font-size: 14px;
    text-decoration: none;
    font-weight: 500;
}
#main-navbar a:hover {
    color: rgb(0, 0, 0);
}
#main-navbar-inner .col-sm.left-region {
    justify-content: center;
}

#site-header-inner .left-region,
#site-header-inner .right-region {
    justify-content: center !important;
}

#site-top-bar li a {
    color: #fff;
    font-size: 14px;
    line-height: 32px;
    text-decoration: none;
}

#site-top-bar li a:hover {
    text-decoration: underline;
}

#site-branding {
    font-size: 50px;
    font-family: serif;
    text-transform: uppercase;
    text-align: center;
}

#site-branding a {
    text-decoration: none !important;
    color: #000 !important;
}

#site-masthead {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

#quick-links ul {
    list-style: none;
    display: flex;
    font-size: 12px;
    justify-content: center;
    margin-bottom: 0;
}

#quick-links ul li {
    border-right: 1px solid #cccccc;
    padding: 0px 10px;
}