.top-bar .small-links {
    margin: 0 0px 0 0;
    padding: 0;
    text-align: right;
    list-style: none;
    position: absolute;
    top: 1rem;
    right: 0;
}

ul.menu.mainMenu li:last-child {
    padding-right: 0;
}

.top-bar-right {
	margin-right: 0px;
}

div#main-menu li a {
    font-size: 17px;
    font-weight: 600;
}
div#main-menu li a.open-search {
    font-size: .8rem;
}
#main-menu a.open-search:before {
    content: '\f002';
    font-family: 'Font Awesome 5 Free';
    margin-right: 6px;
}

div#main-menu ul.subMenu.submenu.is-dropdown-submenu li a {
	font-size: 15px;
}

.top-bar .small-links li {
    display: inline-block;
    margin: 0;
}

.top-bar .small-links li a {
    font-size: 12px;
    font-weight: 700;
    font-family: 'Montserrat',sans-serif;
}

.top-bar .menu {
    padding-top: 0px;
}
.top-bar-left,
.top-bar-right {
    float: none;
    width: 100%;
}
.top-bar-left {
    text-align: center;
}
.footer-site-links {
    padding-top: 15px;
}
.footer-site-links {
    clear: both;
    position: relative;
    text-align: center;
    font-size: 10px;
    font-family: 'Montserrat',sans-serif;
    line-height: 10px;
    padding-bottom: 15px;
}
.footer-site-links__divider {
    color: #000;
    padding-left: 8px;
    padding-right: 8px;
}

.search-box {
	display: none;
    width: 80%;
    max-width: 350px;
    position: absolute;
    right: -500px;
    top: 11px;;
}

.grid-container.large .header-search-box-container {
    padding: 0 0 17px;
}
.header-search-box-container {
    width: 100%;
    float: right;
}

.input-and-button {
    border-spacing: 0;
}

.grid-container.large .input-and-button th {
    text-align: right;
}
.input-and-button th {
    width: 100%;
    padding: 0;
}

.input-and-button td {
    padding: 0;
}

.search-box__text {
    background-color: #fff; 
    color: #000;
    border: none;
    border-radius: 0;
    padding: 0 5px;
    width: 98%;
    max-width: 100%;
    height: 26px;
    border-right: 0;
    font-size: 16px;
    -webkit-appearance: none;
}

.top-bar table > tbody > tr > td {
    padding: 0px !important;
}

.top-bar input {
    width: auto;
    margin-right: 0;
}

.top-bar .search-box__submit {
    font-size: 12px;
    width: 90px;
}
.search-box__submit, .search-box__submit:hover {
    background-color: #333;
}
.search-box__submit {
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    margin: 0;
    height: 28px;
    line-height: 28px;
    border: 0;
    padding: 0 28px 0 15px;
    cursor: pointer;
    -webkit-appearance: none;
    border-radius: 0;
}
.search-bkg-img, .search-box__submit {
    background-color: #333;
    background-size: 28px 12px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyBkYXRhLW5hbWU9InNlYXJjaCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgNzkuNzMgNzkuMTgiPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik03OC4zOSA3MS4zTDU1LjI1IDQ4LjE1YTMwLjQzIDMwLjQzIDAgMSAwLTYuNDYgNi42NGwyMy4wNSAyMy4wNmE0LjYzMiA0LjYzMiAwIDAgMCA2LjU1LTYuNTV6TTMwLjQ2IDUxLjUyYTIxLjA2IDIxLjA2IDAgMSAxIDIxLjA2LTIxLjA2IDIxLjA2IDIxLjA2IDAgMCAxLTIxLjA2IDIxLjA2eiIvPjwvc3ZnPg==);
    background-repeat: no-repeat;
    background-position: 100%;
}
