





    a {
        color: #747376;
    }

    a:hover, a:focus, .back-to-catalog-v3:hover,
    .header-left .left-nav-toggle:hover {
        color: #575658;
    }

    #lp-left-nav .lesson {
        color: #969698;
    }

    #lp-left-nav .lesson:hover,
    #lp-left-nav .lesson:active {
        background: #303031;
        color: white;
    }

    #lp-left-nav .lesson-active,
    #lp-left-nav .current-item {
        background: #747376;
        color: white;
    }

    #lp-left-nav .left-nav-return {
        color: #747376;
    }

    .link-color {
        color: #747376;
    }

    .theme-color {
        color: #747376;
    }

    .theme-color-bg {
        background-color: #747376;
    }

    .theme-color-border-hover:hover, .theme-color-border-hover:focus {
        border-color: #747376;
    }

    a.theme-no-hover{
        color: #747376;
    }

    a.theme-no-hover:hover, a.theme-no-hover:focus {
        color: #747376;
    }

    .tooltip {
        background: #414042;
        border: 1px solid #303031;
    }

    .tooltip.tip-top .nub {
        border-color: transparent transparent #414042 transparent;
    }

    @media only screen and (min-width: 768px) {
        .tooltip.tip-top .nub {
            border-color: #414042 transparent transparent transparent;
        }
    }

    #curriculum-list-2 ul.scorm-item-list {
        border-color: #747376;
    }

    
    





    #header,
    #header-mobile-dropdown {
        background-color: #FFFFFF !important;
    }




    #header, .header-link,
    .header-left .left-nav-toggle {
        color: #0164CC;
    }

    #header .header-dash-dropdown {
        color: #0164CC;
    }

    #header .header-dropdown-button:before {
        border-color: #0164CC transparent transparent transparent;
    }




    button, .button {
        background-color: #747376;
        border-color: #575658;
    }

    button:hover:disabled, .button:hover:disabled,
    button:disabled:focus, .button:disabled:focus,
    button:focus, .button:focus,
    button:disabled, .button:disabled,
    button:hover, .button:hover,
    .button.disabled, .button.disabled:focus, .button.disabled:hover {
        background-color: #575658;
        border-color: #414042;
    }

    .button-background {
        background-color: #747376;
    }

    .button-background-shade3 {
        background-color: #303031;
    }


    .button-group li {
        background-color: #747376;
        border-right-color: #b0b0b1;
    }
    .button-group li:hover {
        background-color: #969698;
    }
    .button-group li.active,
    .button-group li:active {
        background-color: #575658;
    }

    .button-border-color {
        border-color: #747376;
    }

    a.coursebox-container .sj-ribbon-wrapper .sj-ribbon,
    a.coursebox-container .sj-course-ribbon-wrapper .sj-course-ribbon {
        color: #303031;
        border-color: #747376;
        background: #c3c3c4;
    }

    a.coursebox-container .sj-ribbon-wrapper .sj-ribbon-complete,
    a.coursebox-container .sj-course-ribbon-wrapper .sj-course-ribbon-complete {
        border-color: #747376;
        background: #747376;
    }

    .quiz .question .form-answers .linear-scale-question__choice__label.linear-scale-question__choice__selected {
      background: #747376;
    }




/* LEX styles */


    
        /* focus styles */

        button:not(.focus-after-v2):focus::before,
        a.button:focus::before,
        .focus-link-v2:focus::before,
        .course-text-content a:focus::before,
        #profile-course-table td > a:focus::before,
        input[type="text"]:focus,
        input[type="password"]:focus,
        input[type="date"]:focus,
        input[type="datetime"]:focus,
        input[type="datetime-local"]:focus,
        input[type="month"]:focus,
        input[type="week"]:focus,
        input[type="email"]:focus,
        input[type="number"]:focus,
        input[type="search"]:focus,
        input[type="tel"]:focus,
        input[type="time"]:focus,
        input[type="url"]:focus,
        textarea:focus,
        input[type="text"].catalog-search-input:focus,
        input[type="text"].sj-search-input:focus,
        .focus-link-v2:focus::before,
        a.coursebox-container:focus,
        .filter-group-title:focus::before,
        #ep-footer .language-pack-wrapper #languagePackSelect:focus,
        select:focus,
        #lp-footer .toggle-fullscreen:focus::before,
        #header .header-dropdown-button:focus img,
        .inline-collapsible-section__label:focus::before,
        .alert-box a:focus::before,
        #change-avatar-button #upload-new-avatar-button:focus::before,
        .linear-scale-question__choice__label:focus-within {
            border: 1px solid #575658;
            box-shadow: 0 0 0 3px #969698;
        }
        input[type='radio']:checked,
        input[type='radio']:disabled:active:checked {
            border-color: #575658;
        }
        input[type='radio']:checked::before,
        input[type='radio']:disabled:active:checked::before {
            background-color: #575658;
        }
        input[type='radio']:focus::after {
            border-color: #969698;
        }
        input[type='checkbox']:focus {
            box-shadow: 0 0 0 3px #969698;
        }
        input[type='checkbox']:checked,
        input[type='checkbox']:disabled:active:checked {
            background-color: #575658;
        }
        .sj-forms .inline-form-field:focus-within input {
            border: none;
        }

        .sj-forms .inline-form-field:focus-within {
            box-shadow: 0 0 0 3px #969698;
        }

        .sj-forms .inline-form-field:focus-within .input-wrapper {
            border: 1px solid #575658;
        }
        .focus-after-v2:focus::after {
            border: 1px solid #575658;
            box-shadow: 0 0 0 3px #969698;
        }
    

