#bottom_links {
    float: right;
}
#bottom_links li:last-child {
    border: none;
}
#header_inner {
    align-items: center;
    display: flex;
    height: 140px;
    justify-content: center;
}
#realcme_custom_header {
    background-color: #49b7f0;
}
nav.navbar {
    margin-bottom: 0;
}
.realcme-navlinks {
    background-color: #eee;
}
.realcme-navlinks ul {
    display: flex;
    height: 44px;
    justify-content: center;
    list-style-type: none;
    margin: 0;
    overflow: hidden;
    padding: 10px 0 0 0;
}
.realcme-navlinks li {
    float: left;
    padding: 3px 15px;
}
.realcme-navlinks li a {
    color: #666;
    display: block;
    text-align: center;
    text-decoration: none;
}
.realcme-navlinks li a:hover {
    border-bottom: 3px solid;
}
.course-filter-menu.submenu-links div.col-md-12.col-xs-12 {
    display: none;
}

@media (max-width: 693px) {
    #footer #bottom_links {
        display: inline-block;
        float: none;
    }
    #footer #copyright {
        display: block;
        text-align: center;
        float: none;
    }
    #footer li a {
        font-size: 12px;
    }
}