.top-container .threequarter {
align-content:center;
}
.top-container {
border-bottom:1px solid #cdcdcd;
}
.layout-widget #user_panel_widget .panel-checklist-link {
    color: #000;
}

:root {
    --colorPri: #e6e6e6;
    --colorSec: #324158;
    --colorTer: #2171b9;
    --colorQua: #aecde7;
    --highlightPri: #142570;
    --highlightSec: #324158;
}
ul.site-menu li span a, ul.site-menu li span span

 {
    display: block;
    text-decoration: none;
    font-size: 18px;
    padding: 5px 10px 5px 10px;
    font-weight: bold;
    font-family: arial;
}

.submenu-widget a

 {
    display: block;
    color: #FFF;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
    line-height: 40px;
    padding-left: 10px;
    box-sizing: border-box;
    transition: all .5s ease;
}
a.ce-button {
    color: #ffffff;
    font-size: 22px;
    background-color: #324158;
    border-radius: 4px;
    border-width: 0px;
    border-color: none;
    background-image: none;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.user-search {
    padding-right: 20px;
    background-position: 100% 50%;
    background-repeat
Specifies how background images are tiled after they have been sized and positioned.

Widely available across major browsers (Baseline since January 2018)
Learn more

Don't show
: no-repeat;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    color: #fff;
    background-size: 16px;
    line-height: 2;
}