header#responsive-header,
.sidebar-offcanvas {
    display: none;
}

@media (max-width: 767px) {
    html,
    body {
        height: 100%;
    }

    header#responsive-header {
        display: block;
    }

    header {
        height: initial;
    }

    #header-notice {
        padding: 5px;
    }

    .container-fixed {
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }

    #responsive-header {
        margin-top: 23px;
        margin-bottom: 10px;
        padding-right: 20px;
        padding-left: 20px;
    }

    #responsive-header::after {
        content: "";
        display: table;
        clear: both;
    }

    #mobile-menu img {
        width: 100%;
    }

    @media (min-width: 480px) {
        #mobile-menu img {
            max-width: 346px;
        }
    }

    .acs-feat,
    header#main-header,
    footer.footer-area {
        display: none;
    }

    footer.copyright aside li {
        border: none;
        float: none !important;
        text-align: center;
    }

    .vcenter {
        display: inline-block;
        vertical-align: middle;
        float: none;
    }

    .no-gutter > [class*='col-'] {
        padding-right: 0;
        padding-left: 0;
    }

    /* Search Bar Styles */
    #mobile-search {
        float: right;
    }

    #mobile-search form {
        background-color: #444;
        padding: 15px;
    }

    #mobile-search .form-control {
        display: inline-block;
    }

    #mobile-search .search-bar {
        width: 70%;
    }

    #mobile-search .search-button {
        width: 30%;
    }

    /* Collapsed Sidebar Styles */
    .row-offcanvas {
        position: relative;
        -webkit-transition: all 0.25s ease-out;
        -moz-transition: all 0.25s ease-out;
        transition: all 0.25s ease-out;
    }

    .row-offcanvas-right>.sidebar-offcanvas {
        right: -60%;
        margin-right: 18px;
    }

    .row-offcanvas-left>.sidebar-offcanvas {
        left: -60%;
        margin-left: 18px;
    }

    .row-offcanvas-right.active {
        right: 60%;
    }

    .row-offcanvas-left.active {
        left: 60%;
    }

    .sidebar-offcanvas {
        position: absolute;
        top: 0;
        width: 55%;
        display: none;
    }

    .row-offcanvas.active>.sidebar-offcanvas {
        height: 100%;
        display: block;
    }

    #mobile-nav {
        background-color: #e5e5e5;
        z-index: 999;
    }

    #mobile-nav ul {
        list-style: none;
        margin: 0;
        width: 100%;
    }

    #mobile-nav ul li {
        width: 100%;
        margin: 0;
        max-width: 100%;
        border-top: 1px solid #d8d8d8;
    }

    #mobile-nav a {
        width: 100%;
        margin: 0;
        max-width: 100%;
        position: relative;
        display: block;
        padding: 10px 15px;
        text-decoration: none;
    }

    #mobile-nav ul.sub-menu {
        display: none;
    }

    #mobile-nav .main.active > ul.sub-menu {
        display: block;
    }

    #mobile-nav ul.sub-menu a {
        padding-left: 30px;
    }

    #mobile-nav .main a {
        font-weight: bold;
        font-size: 15px;
    }

    #mobile-nav .main.course-search a {
        background-color: #d41921;
        color: #fff;
    }

    #mobile-nav .main a:hover {
        background-color: #002a5c;
        color: #fff;
    }

    #mobile-nav .tool.login {
        width: 100%;
    }

    #mobile-nav .tool {
        width: 50%;
        float: left;
        border-right: 1px solid #d8d8d8;
    }

    #mobile-nav .tool a {
        text-align: center;
        background-color: rgba(0, 42, 92, 0.8);
        color: #fff;
    }

    #mobile-nav .tool a:hover {
        background-color: #1996b8;
    }

    #mobile-nav .social-media {
        width: 33.333%;
        float: left;
        border-right: 1px solid #d8d8d8;
    }

    #mobile-nav .social-media a {
        text-align: center;
        background-color: #444;
        color: #fff;
        font-size: 0.75em;
    }

    #mobile-nav .social-media a:hover {
        background-color: #000;
    }
}