@media(min-width: 992px){
    #main-menu-wrap .container {
        padding: 0 10px;
    }
    ul.user-account-menu  {
        display: block;
    }
    ul.user-account-menu li a {
        font-size: 15px;
        padding: 10px 25px;
    }
    header#banner {
        height: 119px;
        padding: 14px 5px;;
    }
    #header-logo {
        width: 242px;
        height: 30px;
        margin-top: 5px;
    }
    
    .mobile-header-right {
        display: none;
    }

    .desktop-header-left{
        float: left;
        margin-left: 40px;
        margin-top: 3px;
        display: block;
    }

    .desktop-header-right {
        float: right;
        display: flex;
    }
    #header-menu-left {
        padding: 0;
        float: left;
    }
    #header-menu-left li {
        display: inline-block;
        margin-right: 35px;
    }
    #header-menu-left > li > a,
    #header-menu-left > li > span {
        font-size: 14px;
        font-weight: 500;
        line-height: 21px;
        cursor: pointer;
        padding: 8px 2px 5px;
        display: block;
    }
    #header-menu-left > li > a.active,
    #header-menu-left > li > span.active {
        border-bottom: 4px solid #00A1E4;
        color: #00A1E4;
    }
    #header-menu-left > li.conditional-menu-item {
        margin-left: 25px;
        padding-left: 55px;
        border-left: 1px solid #C5C5C5;
    }
    #header-menu-left > li.conditional-menu-item a.active {
        border-bottom: 4px solid #1B2E72;
        color: #1B2E72;
    }
    .dark-mode #header-menu-left > li.conditional-menu-item a.active {
        border-bottom: 4px solid #F2A52A;
        color: #F2A52A;
    }

    #header-menu-left > li > span {
        background-image: url("../img/arrow-down.svg");
        background-repeat: no-repeat;
        background-size: 11.2px 6.6px;
        background-position: right 10px top 15px;
        padding-right: 30px;       
        position: relative; 
    }
    #header-menu-left > li > span.active {
        background-image: url("../img/arrow-down-blue.svg");
    }

    .dark-mode #header-menu-left > li > span {
        background-image: url("../img/arrow-down-white.svg");
    }

    #header-menu-left ul {
        padding: 0;
        position: absolute;
        border-radius: 10px;
        display: flex;
        flex-wrap: wrap;
        list-style: none;
        padding: 0;
        margin: 4px 0 0 0;
        width: 650px;
        overflow: hidden;
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
        border:0.5px solid #f5f5f5;
        background: #FFF;
    }
    .dark-mode  #header-menu-left ul {
        background: #000;
    }
    #header-menu-left ul.closed {
        display: none;
    }

    #header-menu-left ul li {
        flex: 1 1 calc(33.333% - 10px);
        background-repeat: no-repeat;
        background-size: 6.5px 11px;
        background-position: right 25px top 18px;
        max-width: 33.3333333%;
    }
    #header-menu-left ul li {
        border: none;
    }

    .dark-mode #header-menu-left ul li {
        background-image: url("../img/arrow-right-white2.svg");
    }

    #header-menu-right {
        display: flex;
        padding-left: 8px;
    }
    #header-menu-right > li a {
        font-size: 14px;
        font-weight: 500;
        line-height: 21px;
        margin-right: 12px;
        padding: 8px 15px;
        display: inline-block;
    }
    .desktop-header-left .desktop-search form {position: relative;}
    input.course-search-bar {
        width: 400px;
        height: 48px;
        border-radius: 50px;
        border: 1px solid #C5C5C5;
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        margin-top:-6px;
        margin-bottom: 0px;
        padding: 4px 50px 4px 10px;
    }
    input.search-submit {
        display: block;
        position: absolute;
        right: 10px;
        top: 2px;
        width: 32px;
        height: 32px;
        border-radius: 50px;
        background-image: url("../img/search_gray.svg");
        background-repeat: no-repeat;
        background-size: 100%;
        text-indent: -9999999px;
        border: none;

    }

    .dark-mode .desktop-header-right .course-search-bar {
        background-image: url("../img/search-white.svg");
        border: 1px solid #666;
        background-color: #222;
        color: #FFF;
    }

    ul.user-account-menu li:nth-child(2) a { 
        margin-right: 0;
    }
    .header-top {
        display: block;
        width: 100%;
    }
    .header-top:after {
        content: ' ';
        display: table;
        width: 100%;
        height: 1px;
    }
    .header-bottom {
        display: block;
        width: 100%;
        margin-top: 10px;
    }

}

@media(min-width: 1200px){ 
    .desktop-header-left #course-brand-logo {
        display: block;
    } 
}






