<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

html, body {
    background: rgb(238, 238, 238);
}

.learner p, .learner div {
    color: rgb(78, 78, 78);
}

h1, h2, h3, h4, h1 &gt; a, h2 &gt; a, h3 &gt; a, h4 &gt; a  {
    color: rgb(78, 78, 78);
}

a {
    color: rgb(0, 136, 204);
}
a:hover {
    color: rgb(0, 85, 128);
}

/* Search Box */
.search-field, .search-buttons &gt; .btn {
    background: rgb(255, 255, 255);
    color: rgb(85, 85, 85);
    border-color: rgb(204, 204, 204);
}

.search-buttons &gt; .btn:hover, .search-buttons &gt; .btn:active, .search-buttons &gt; .btn:focus {
    background: rgb(255, 255, 255);
    color: rgb(85, 85, 85);
}

.search-field::-webkit-input-placeholder,  .search-field:-moz-placeholder,  .search-field::-moz-placeholder,  .search-field:-ms-input-placeholder {
    color: rgb(204, 204, 204);
}

/* Main Logo */

.main-logo {
    max-width: 200px;
    max-height: 59px;
}

/* Main Banner */
    
    .main-banner {
        max-width: 1280px;
        max-height: 259px;
    }
    

.main-content-wrapper {
    background: rgb(238, 238, 238);
}

.featured-items-title {
    color: rgb(78, 78, 78)
}

/* Course Thumb (Cards/Tiles) */
.course-thumb {
    color: rgb(78, 78, 78);
    background: rgb(255, 255, 255);
    -webkit-box-shadow: 0 4px 12px rgb(170, 170, 170);
    -ms-box-shadow: 0 4px 12px rgb(170, 170, 170);
    box-shadow: 0 4px 12px rgb(170, 170, 170);
}
.course-thumb:hover {
    -webkit-box-shadow: 0 4px 12px rgb(119, 119, 119);
    -ms-box-shadow: 0 4px 12px rgb(119, 119, 119);
    box-shadow: 0 4px 12px rgb(119, 119, 119);
}
.course-thumb.no-hover:hover {
    -webkit-box-shadow: 0 4px 12px rgb(170, 170, 170);
    -ms-box-shadow: 0 4px 12px rgb(170, 170, 170);
    box-shadow: 0 4px 12px rgb(170, 170, 170);
}
.course-thumb h2 a {
    color: rgb(78, 78, 78);
}
.course-thumb .category-section {
    color: rgb(238, 238, 238);
    background: rgba(44, 44, 44, 0.84);
    border-color: rgb(34, 34, 34);
}
.course-thumb .details {
    color: rgb(78, 78, 78);
    background: rgb(255, 255, 255);
}
.course-thumb .course-thumb-details {
    border-top: 1px solid rgb(238, 238, 238);
    background: rgb(255, 255, 255);
    color: rgb(78, 78, 78);
}
.course-thumb .enrollment-spacer {
    border-top: 1px solid rgb(238, 238, 238);
}
.course-thumb .spacer {
    border-color: rgb(238, 238, 238);
}
.course-thumb .course-thumb-text {
    border-color: rgb(238, 238, 238);
}

/* Course List (horizontal cards) */

.course-list article {
    color: rgb(78, 78, 78);
    background: rgb(255, 255, 255);
    -webkit-box-shadow: 0 4px 12px rgb(170, 170, 170);
    -ms-box-shadow: 0 4px 12px rgb(170, 170, 170);
    box-shadow: 0 4px 12px rgb(170, 170, 170);
}

.course-list article:hover {
    -webkit-box-shadow: 0 4px 12px rgb(119, 119, 119);
    -ms-box-shadow: 0 4px 12px rgb(119, 119, 119);
    box-shadow: 0 4px 12px rgb(119, 119, 119);
}

.course-list .details {
    border-color: rgb(238, 238, 238);
    color: rgb(78, 78, 78);
}

.course-list .course-title {
    color: rgb(78, 78, 78);
}

/* Buttons */

.btn {
    color: rgb(255, 255, 255);
    background: rgb(232, 117, 17);
    border-color: rgb(204, 204, 204);
}
.btn:active, .btn:hover, .btn:focus {
    color: rgb(255, 255, 255);
    background: rgb(242, 155, 80);
    color: rgb(255, 255, 255);
}
.btn-cancel {
    color: rgb(0, 0, 0);
    background: rgb(240, 240, 240);
    border-color: rgb(204, 204, 204);
}
.btn-cancel:active, .btn-cancel:hover, .btn-cancel:focus {
    color: rgb(0, 0, 0);
    background: rgb(208, 208, 208);
    color: rgb(0, 0, 0);
}

/* Show More Button */
.button-show-more {
    color: rgb(255, 255, 255);
    background: rgb(34, 131, 180);
}
.button-show-more:hover {
    color: rgb(255, 255, 255);
    background: rgb(40, 149, 202);
}

/* Footer */
.footer-nav {
    background: rgb(56, 56, 56);
}
.footer-nav ul li {
    color: rgb(245, 245, 245);
}
.footer-nav ul li a {
    color: rgb(238, 238, 238);
}
.footer-nav ul li a:hover {
    color: rgb(253, 253, 253);
}
.custom-footer {
    background: rgb(255, 255, 255);
    color: rgb(78, 78, 78) !important;
}

/* Header */
.header-bar {
    background: rgb(255, 255, 255);
    -moz-box-shadow: 0 4px 6px rgb(222, 222, 222);
    -webkit-box-shadow: 0 4px 6px rgb(222, 222, 222);
    box-shadow: 0 4px 6px rgb(222, 222, 222);
    min-height: 59;
}

@media (min-width: 768px) {
    .header-bar .navbar .nav {
        
        margin-top: 12px;
    }
}

.navbar .nav &gt; li &gt; a:focus, .navbar .nav &gt; li &gt; a:hover, .navbar .nav &gt; li &gt; a, .navbar .nav li.dropdown.open &gt; .dropdown-toggle, .navbar .nav li.dropdown.active &gt; .dropdown-toggle, .navbar .nav li.dropdown.open.active &gt; .dropdown-toggle {
    color: rgb(0, 0, 0);
}
.navbar .nav li.active a, .navbar .nav li.active a:hover, .navbar .nav li.active a:focus {
    color: rgb(0, 0, 0);
    border-color: rgb(51, 153, 204);
}

.navbar-toggle {
    color: rgb(0, 0, 0);
}

/* Banner */
.main-banner-row {
    background: rgb(136, 136, 136);
    -moz-box-shadow-color: 0 4px 6px rgb(222, 222, 222);
    -webkit-box-shadow: 0 4px 6px rgb(222, 222, 222);
    box-shadow: 0 4px 6px rgb(222, 222, 222);
}

/* Tags */
.learner .tag {
    color: rgb(131, 131, 131);
    background: rgb(255, 255, 255);
    border-color: rgb(221, 221, 221);
}
.learner .tag:hover{
    color: rgb(78, 78, 78) !important;
    background: rgb(221, 221, 221) !important;
    border-color: rgb(221, 221, 221) !important;
}

.learner .pagination li a {
    color: rgb(243, 144, 29) !important;
    background: rgb(255, 255, 255) !important;
}
.learner .pagination li.active a {
    background: rgb(245, 245, 245) !important;
    color: rgb(51, 153, 204) !important;
}

/* Forms */
.required {
    color: rgb(194, 0, 0);
}

input[type=text],
input[type=password],
textarea,
select, .form-control {
    color: rgb(78, 78, 78);
    background: rgb(250, 250, 250);
}

/* Notifications */
.learner .alert-error {
    color: rgb(185, 74, 72);
    background: rgb(242, 222, 222);
    border-color: rgb(238, 211, 215);
}
.learner .alert-success {
    color: rgb(70, 136, 71);
    background: rgb(223, 240, 216);
    border-color: rgb(214, 233, 198);
}
.learner .alert-info {
    color: rgb(58, 135, 173);
    background: rgb(217, 237, 247);
    border-color: rgb(188, 232, 241);
}

/* Video */
@media (max-width: 480px){
    .embedded-video-frame{
        -moz-box-shadow: 0 2px 4px rgb(170, 170, 170);
        -webkit-box-shadow: 0 2px 4px rgb(170, 170, 170);
        box-shadow: 0 2px 4px rgb(170, 170, 170);
    }
}

@media (min-width: 481px){
    .embedded-video-frame{
        -moz-box-shadow: 0 4px 8px rgb(170, 170, 170);
        -webkit-box-shadow: 0 4px 8px rgb(170, 170, 170);
        box-shadow: 0 4px 8px rgb(170, 170, 170);
    }
}

/* Tabs */

.learner .nav-tabs &gt; li &gt; a {
    color: rgb(0, 136, 204);
}

.learner .nav-tabs &gt; li &gt; a:hover {
    background: rgb(238, 238, 238);
}

.learner .nav-tabs &gt; .active &gt; a, .learner .nav-tabs &gt; .active &gt; a:hover {
    color: rgb(85, 85, 85);
    background: rgb(255, 255, 255);
    border-color: rgb(221, 221, 221);
}

.learner .nav-tabs .badge-info {
    background: rgb(58, 135, 173);
}

.learner .nav-tabs .badge {
    color: rgb(255, 255, 255);
}


/* Close Button */

.close {
    background: url(/Content/iLearner/assets/img/icon-close.png) 0 0 no-repeat !important;
}

/* Feature Icons */
.features li.video {
    background-image: url(/Content/iLearner/assets/img/Icon_VideoLecture.png);
}
.features li.interaction {
    background-image: url(/Content/iLearner/assets/img/Icon_Interaction.png);
}
.features li.discussion {
    background-image: url(/Content/iLearner/assets/img/Icon_Discussion.png);
}
.features li.quizzes {
    background-image: url(/Content/iLearner/assets/img/Icon_Textbooks.png);
}


/* Admin */

#imageModal .box-content {
    background: url('/Content/img/bg.jpg') repeat;
}



</pre></body></html>