.global-header .header-logo a {
    float: left;
    margin: 15px 0 0 40px;
    display: block;
}
.global-header .header-logo a .logo {
    float: left;
    height: auto;
    width: auto;

}
.global-header .header-logo .course-header {
    float: left;
    margin: 16px 0 0 20px;
    font-size: 0.875rem;
    color: #fff;
    line-height: 1em;
}
.global-header .header-logo .course-header .course-name {
    display: block;
    font-size: 1rem;
    margin-top: 7px;
    font-weight: 600;
}

@media (min-width: 992px) {
    .global-header {
        position: inherit
    }
    .global-header .header-logo .course-header {
        display: block
    }
    .global-header .nav-links .nav-item {
        margin: 0 20px
    }
    .global-header .nav-links .nav-item a {
        text-decoration: none
    }
    .global-header .nav-links .main {
        float: left;
        margin: 20px 0 0 20px
    }
    .global-header .nav-links .main .nav-item {
        float: left
    }
    .global-header .nav-links .main .nav-tab {
        text-transform: none;
        padding: 0;
        cursor: pointer;
        margin: 0
    }
    .global-header .nav-links .main .nav-tab a {
        color: #313131;
        padding: 7px 25px 19px;
        font-weight: 400;
        display: inline-block;
        margin-bottom: -10px;
        border-bottom: 4px solid transparent;
        cursor: pointer
    }
    .global-header .nav-links .main .nav-tab a:hover {
        border-bottom-style: solid;
        border-bottom-color: #0075b4;
        cursor: pointer;
        border-bottom-color: #0075b4
    }
    .global-header .nav-links .main .nav-tab a.active {
        border-bottom-style: solid;
        border-bottom-color: #0075b4
    }
    .global-header .nav-links .main .nav-tab div.info-wrapper section.handouts ol li div.hitarea:hover+h4 {
        border-bottom-style: solid;
        border-bottom-color: #0075b4;
        cursor: pointer;
        border-bottom-color: #0075b4
    }
    .global-header .nav-links .main .nav-tab div.info-wrapper section.handouts ol li div.hitarea:focus+h4 {
        border-bottom-style: solid;
        border-bottom-color: #0075b4;
        cursor: pointer;
        border-bottom-color: #0075b4
    }
    .global-header .nav-links .secondary {
        float: right;
        margin: 15px 40px 0 0
    }
    .global-header .nav-links .secondary .nav-item {
        font-size: 1rem;
        display: inline-block;
        padding: 10px 0 0;
        margin: 0 10px
    }
    .global-header .nav-links .secondary .nav-item a {
        color: #808080;
        font-weight: 400
    }
    .global-header .nav-links .secondary .nav-item a.shopping-cart {
        background-color: #0075b4;
        color: #fff;
        border: 1px solid #fff;
        font-weight: 400;
        padding: 5px 20px
    }
    .global-header .nav-links .secondary .nav-item a.shopping-cart:hover {
        background-color: #fff;
        color: #0075b4;
        border-color: #0075b4
    }
    .global-header .nav-links .secondary .nav-item div.info-wrapper section.handouts ol li div.hitarea:hover+h4.shopping-cart {
        background-color: #fff;
        color: #0075b4;
        border-color: #0075b4
    }
    .global-header .nav-links .secondary .nav-item div.info-wrapper section.handouts ol li div.hitarea:focus+h4.shopping-cart {
        background-color: #fff;
        color: #0075b4;
        border-color: #0075b4
    }
    .global-header .nav-links .secondary .nav-item.nav-item-dropdown {
        padding: 0;
        margin: 0
    }
    .global-header .nav-links .secondary .btn {
        border: 1px solid #0075b4;
        padding: 5px 20px;
        border-radius: 5px;
        cursor: pointer;
        text-decoration: none
    }
    .global-header .nav-links .secondary a.sign-in-btn {
        background-color: #0075b4;
        color: #fff;
        border: 1px solid #fff;
        font-weight: 400;
        padding: 5px 20px
    }
    .global-header .nav-links .secondary a.sign-in-btn:hover {
        background-color: #fff;
        color: #0075b4;
        border-color: #0075b4
    }
    .global-header .nav-links .secondary div.info-wrapper section.handouts ol li div.hitarea:hover+h4.sign-in-btn {
        background-color: #fff;
        color: #0075b4;
        border-color: #0075b4
    }
    .global-header .nav-links .secondary div.info-wrapper section.handouts ol li div.hitarea:focus+h4.sign-in-btn {
        background-color: #fff;
        color: #0075b4;
        border-color: #0075b4
    }
    .global-header .nav-links .secondary div.info-wrapper section.handouts ol li div.hitarea:hover+h4.register-btn {
        background-color: #0075b4;
        color: #fff
    }
    .global-header .nav-links .secondary div.info-wrapper section.handouts ol li div.hitarea:focus+h4.register-btn {
        background-color: #0075b4;
        color: #fff
    }
    .global-header .nav-links .secondary a.register-btn {
        background: #fff;
        color: #0075b4;
        font-weight: 400
    }
    .global-header .nav-links .secondary a.register-btn:hover {
        background-color: #0075b4;
        color: #fff
    }
    .global-header .nav-links .secondary .user-image-frame {
        border: 1px solid #e7e7e7;
        margin: -10px 5px;
        border-radius: 5px;
        width: 40px
    }
    .global-header .nav-links .secondary .toggle-user-dropdown {
        padding: 10px;
        text-decoration: none;
        cursor: pointer
    }
    .global-header .nav-links .secondary .dropdown-user-menu {
        border: 1px solid #313131;
        position: absolute;
        background-color: #fff;
        color: #313131;
        right: 30px;
        top: 55px;
        z-index: 10
    }
    .global-header .nav-links .secondary .dropdown-user-menu .dropdown-item {
        cursor: pointer;
        overflow: hidden;
        padding: 0
    }
    .global-header .nav-links .secondary .dropdown-user-menu .dropdown-item:hover {
        color: #313131;
        background-color: #e7e7e7
    }
    .global-header .nav-links .secondary .dropdown-user-menu .dropdown-item:not(:last-child) {
        border-bottom: 1px solid #e7e7e7
    }
    .global-header .nav-links .secondary .dropdown-user-menu .dropdown-item a {
        font-weight: 400;
        padding: 10px 15px;
        display: inline-block;
        width: 100%
    }
    .global-header .nav-links .secondary .dropdown-user-menu .dropdown-item a:focus {
        outline: none;
        color: #313131;
        background-color: #e7e7e7
    }
    .global-header .hamburger-menu {
        display: none
    }
    div.info-wrapper section.handouts ol li .global-header .nav-links .main .nav-tab div.hitarea:hover+h4 {
        border-bottom-style: solid;
        border-bottom-color: #0075b4;
        cursor: pointer;
        border-bottom-color: #0075b4
    }
    div.info-wrapper section.handouts ol li .global-header .nav-links .main .nav-tab div.hitarea:focus+h4 {
        border-bottom-style: solid;
        border-bottom-color: #0075b4;
        cursor: pointer;
        border-bottom-color: #0075b4
    }
    div.info-wrapper section.handouts ol li .global-header .nav-links .secondary div.hitarea:hover+h4.sign-in-btn {
        background-color: #fff;
        color: #0075b4;
        border-color: #0075b4
    }
    div.info-wrapper section.handouts ol li .global-header .nav-links .secondary div.hitarea:focus+h4.sign-in-btn {
        background-color: #fff;
        color: #0075b4;
        border-color: #0075b4
    }
    div.info-wrapper section.handouts ol li .global-header .nav-links .secondary div.hitarea:hover+h4.register-btn {
        background-color: #0075b4;
        color: #fff
    }
    div.info-wrapper section.handouts ol li .global-header .nav-links .secondary div.hitarea:focus+h4.register-btn {
        background-color: #0075b4;
        color: #fff
    }
    div.info-wrapper section.handouts ol li .global-header .nav-links .secondary .nav-item div.hitarea:hover+h4.shopping-cart {
        background-color: #fff;
        color: #0075b4;
        border-color: #0075b4
    }
    div.info-wrapper section.handouts ol li .global-header .nav-links .secondary .nav-item div.hitarea:focus+h4.shopping-cart {
        background-color: #fff;
        color: #0075b4;
        border-color: #0075b4
    }
    .mobile-menu {
        display: none !important
    }
}
@media (max-width: 991px) {
    .nav-skip:focus {
        left: 40%;
        width: 20%
    }
    .nav-skip:active {
        left: 40%;
        width: 20%
    }
    .transcript-skip:focus {
        left: 40%;
        width: 20%
    }
    .transcript-skip:active {
        left: 40%;
        width: 20%
    }
    .wrapper-course-material .course-material {
        overflow-x: scroll;
        overflow-y: hidden;
        white-space: nowrap
    }
    .xmodule_display.xmodule_CourseModule .sequence-nav .sequence-list-wrapper {
        white-space: nowrap;
        overflow-x: scroll
    }
    .xmodule_display.xmodule_SequenceModule .sequence-nav .sequence-list-wrapper {
        white-space: nowrap;
        overflow-x: scroll
    }
    .xmodule_display.xmodule_SectionModule .sequence-nav .sequence-list-wrapper {
        white-space: nowrap;
        overflow-x: scroll
    }
    .global-header .header-logo a {
        margin-left: 50%;
        height: 40px;
        width: auto
    }
    .global-header .header-logo a .logo {
        margin-left: -50%
    }
    .global-header .main-header {
        height: 40px;
        position: inherit
    }
    .global-header .hamburger-menu {
        left: 20px;
        position: absolute;
        top: 18px;
        width: 30px;
        height: 20px;
        padding-bottom: 5px;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: 0.5s ease-in-out;
        transition: 0.5s ease-in-out;
        cursor: pointer
    }
    .global-header .hamburger-menu .line {
        display: block;
        position: absolute;
        height: 5px;
        width: 100%;
        background: #767676;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: 0.25s ease-in-out;
        transition: 0.25s ease-in-out
    }
    .global-header .hamburger-menu .line:nth-child(1) {
        top: 0
    }
    .global-header .hamburger-menu .line:nth-child(2) {
        top: 10px
    }
    .global-header .hamburger-menu .line:nth-child(3) {
        top: 10px
    }
    .global-header .hamburger-menu .line:nth-child(4) {
        top: 20px
    }
    .global-header .hamburger-menu.open .line:nth-child(1) {
        top: 18px;
        width: 0%;
        left: 50%
    }
    .global-header .hamburger-menu.open .line:nth-child(2) {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg)
    }
    .global-header .hamburger-menu.open .line:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }
    .global-header .hamburger-menu.open .line:nth-child(4) {
        top: 18px;
        width: 0%;
        left: 50%
    }
    .mobile-menu .mobile-nav-link {
        position: static;
        transform: none;
        overflow: hidden;
        padding: 0
    }
    .mobile-menu .mobile-nav-link a {
        font-size: 1rem;
        font-weight: 600;
        text-decoration: none;
        outline: none;
        display: block;
        background-color: #fff;
        border-radius: 0;
        width: 100%;
        padding: 12px 20px;
        border-bottom: 1px solid #e7e7e7;
        text-align: left;
        cursor: pointer
    }
    .mobile-menu .mobile-nav-link a:hover {
        background-color: #767676;
        color: #fff
    }
    .mobile-menu .mobile-nav-link a:focus {
        background-color: #767676;
        color: #fff
    }
    .mobile-menu .mobile-nav-link a::after {
        content: '\00BB';
        padding-left: 4px
    }
    .mobile-menu .mobile-nav-link div.info-wrapper section.handouts ol li div.hitarea:hover+h4 {
        background-color: #767676;
        color: #fff
    }
    .mobile-menu .mobile-nav-link div.info-wrapper section.handouts ol li div.hitarea:focus+h4 {
        background-color: #767676;
        color: #fff
    }
    div.info-wrapper section.handouts ol li .mobile-menu .mobile-nav-link div.hitarea:hover+h4 {
        background-color: #767676;
        color: #fff
    }
    div.info-wrapper section.handouts ol li .mobile-menu .mobile-nav-link div.hitarea:focus+h4 {
        background-color: #767676;
        color: #fff
    }
    .hidden-mobile:not(.mobile-nav-link) {
        display: none
    }
}


