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

.site-color-border {
    border-color: #2B2E4A ;
}

.switch label input[type=checkbox]:checked+.lever:after {
  background-color: #2B2E4A !important;
}

.switch label input[type=checkbox]:checked:disabled+.lever:after {
  background-color: #BDBDBD !important;
}

button:disabled.mdl-button .material-icons {
  color: #ccc !important;
}

.site-background-color,
.site-background-color:hover,
.pagebutton.site-background-color.active {
  background-color: #2B2E4A;
}

.site-color {
  color: #2B2E4A;
}

.main-app-link{
  padding:0;
  border-bottom: 0;
  background-color: #2B2E4A;
}

.profile-menu .menu-item.active,
.assessments-menu .menu-item.active{
  background-color: #2B2E4A23;
  color: #2B2E4A;
}

.profile-menu .menu-item.active,
.profile-menu-mobile .tabs .active,
.assessments-menu .menu-item.active,
.assessments-menu-mobile .tabs .active{
  background-color: #2B2E4A23;
  color: #2B2E4A;
}

/* buttons */

  #learnosity .lrn-btn-primary,
  #learnosity .lrn-btn-sec,
  #learnosity .lrn-author-save-button-group,
  #learnosity .lrn-qe .lrn-qe-ui .lrn-qe-btn-primary {
    background-color: #2B2E4A;
    border-color: #2B2E4A;
  }

  /* link */
  #learnosity a:hover {
    color: #2B2E4A;
  }

  /* checkboxes */
  #learnosity .lrn-author-checkbox:checked+.lrn-author-checkbox-label:after {
    background-color: #2B2E4A;
    border-color: #2B2E4A;
  }

  /* line under tabs  */
  #learnosity .lrn-active-tab-marker {
    background-color: #2B2E4A;
  }

  /* toggles */
  #learnosity .lrn-author-input:checked~.lrn-author-toggle-left,
  #learnosity .lrn-author-input:not(:checked)~.lrn-author-toggle-right {
    color: #2B2E4A;
  }

  /* "customize" on welcome screen/exit screen */
  #learnosity .lrn-author-customize-reset {
    font-weight: 500;
    text-decoration: underline;
    color: #000;
  }

  /* title input */
  #learnosity .lrn-author-name-wrapper .lrn-form-control:not([disabled]):focus,
  #learnosity .lrn-author-name-wrapper:hover .lrn-form-control:not([disabled]):focus {
    border-color: #2B2E4A;
  }

  #learnosity .lrn-form-control:focus~.lrn-i-edit {
    color: #2B2E4A;
  }

  /* welcome screen / exit screen checkboxes */
  #learnosity .lrn.lrn-author .lrn-author-api-react-container
    .lrn-author-checkbox:checked+.lrn-author-checkbox-label:after {
      background: #2B2E4A;
      border: 1px solid #2B2E4A;
      margin-top: 0px;
      top: -2px;
    }

/********Styling for take assessment screen**********/



/* buttons */

  #learnosity .item-card.active:after{
    border-color: transparent transparent transparent #2B2E4A;
  }

  #learnosity .btn-label &gt; span,
  #learnosity .lrn_btn::before,
  #learnosity .btn-label{
    color: #fff;
  }

  #learnosity .lrn-dialogs-close-btn::before,
  #learnosity .lrn-dialogs-close-btn::after{
    background-color: #fff;
  }

  /* progress */
  #learnosity .progress &gt; span{
    background-color: #2B2E4A;
  }

  /* link */
  #learnosity a:hover {
    color: #2B2E4A;
  }


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