<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
  background: #f1f2f2;
}
html {
  height: 100%;
  overflow: auto !important;
}
body {
  height: 100%;
  min-height: 450px;
  min-width: 300px;
}
body,
.container-fluid {
  height: 100%;
  padding: 0px;
}
.actual-quiz-content {
  background: #222e63;
  height: 100%;
  width: 100%;
  overflow: auto;
}
#quiz-navbar {
  height: 7%;
}
#quiz-header {
  height: 14%;
}
#quiz-body {
  height: 63%;
}
.question-container {
  height: 100%;
}
.question-body {
  overflow: auto;
  height: 73%;
}
.question-body div .prompt-container {
  padding: 0px;
}
.question-footer {
  height: 27%;
}
#quiz-page-footer {
  height: 16%;
}
#quiz-body {
  margin-left: auto;
  margin-right: auto;
  background: #fff;
}
#quiz-navbar {
  background: #222e63;
  color: white;
  font-size: 1.25em;
  padding: 5px;
  margin-left: auto;
  margin-right: auto;
}
#quiz-nav {
  padding-left: 0px;
}
#quiz-nav ul {
  color: black;
}
#quiz-nav li {
  cursor: pointer;
}
#quiz-nav ul li.selected {
  background: #FEFF99;
}
#quiz-header,
#quiz-page-footer {
  background: #222e63;
  color: #fff;
  padding: 10px 0px;
  font-weight: 600;
  margin-left: auto;
  margin-right: auto;
}
#quiz-header .row {
  margin: auto 0px;
}
.display-name {
  font-size: 1.5em;
  font-weight: 600;
}
.question-name {
  font-weight: 400;
  font-size: 1.1em;
}
.display-points {
  font-weight: 400;
  font-size: 1.1em;
  text-align: right;
}
#quiz-footer {
  background: #CCC;
}
#points,
#question-feedback {
  text-align: center;
  display: inline;
  font-style: italic;
  font-size: 1em;
  font-weight: 600;
}
#image-container {
  margin-bottom: 10px;
}
#matching-divider {
  width: 5px;
  border-left: 1px solid black;
}
.mt10 {
  margin-top: 10px;
}
.mb10 {
  margin-bottom: 10px;
}
.question-header {
  text-align: center;
}
.question-body {
  background: white;
  width: 100%;
  margin: 1em auto;
  border-bottom: 1px solid #ccc;
  padding: 1em 0em 2em;
}
#slide-body {
  padding: 0px;
}
.result-description {
  padding: 0px;
}
.quizResults {
  padding: 0px;
  margin-top: 10px;
}
.slide-footer,
.question-footer,
.quiz-footer {
  padding: 10px 0px;
  width: 100%;
  margin: 0px auto;
}
.slide-footer-single {
  padding: 10px 20px !important;
}
.question-results {
  text-align: center;
  margin-bottom: 1em;
  width: 100%;
  margin: 1em 0em;
}
.question-footer-label,
.question-header-label {
  font-size: 1em;
  font-weight: 500;
  color: #999;
  cursor: pointer;
}
.section-header-row {
  background: #fff;
  color: #7db701;
  padding: 0.5em 0em;
  font-size: 1.2em;
  font-weight: 600;
}
.box-selected {
  background-color: rgba(125, 183, 1, 0.3);
}
.choice-selected {
  background-color: #7db701 !important;
  color: white !important;
}
.blank-selected {
  border: 2px solid #7db701;
}
.blank-filled {
  background-color: #7db701 !important;
  color: white;
}
.fill-blank,
.wordpool-blank {
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 5px;
  min-width: 5em;
  display: inline-block;
  padding: 0.25em 0.75em;
  text-align: center;
  background-color: rgba(125, 183, 1, 0.1);
}
.fill-blank {
  border: none;
}
.fill-blank:hover,
.wordpool-blank:hover {
  cursor: pointer;
}
.wordpool-choice,
.sort-choice {
  display: inline-block;
  background-color: #f1f2f2;
  color: #000;
  font-size: 1.1em;
  font-weight: 400;
  margin-bottom: 5px;
  padding: 0.5em 1em;
  min-width: 20%;
}
.wordpool-choice:first-child,
.sort-choice:first-child {
  margin-left: 0px;
}
.wordpool-choice:hover,
.sort-choice:hover {
  cursor: pointer;
}
.wordpool-choice-wrapper {
  padding: 0px;
}
#sort-choices {
  margin: 10px 0px 20px 0px;
  padding: 0px;
}
.sort-answer {
  font-size: 1.25em;
  font-weight: 400;
  padding: 0.5em;
  background: #7db701;
  color: #fff;
  margin: 0.5em 1em;
}
.sort-box-header {
  color: #7db701;
  font-size: 1.1em;
  font-weight: 600;
  margin-top: 5px;
}
.sort-box-wrapper {
  min-height: 1.5em;
  border: 1px dashed #7db701;
  text-align: center;
  padding: 1em 0em 2em 0em;
  margin: 1em 0.5em 1em 0em;
  width: 30%;
}
.sort-box-wrapper {
  cursor: pointer;
}
.sort-box-wrapper:hover {
  background-color: rgba(125, 183, 1, 0.05);
}
.resource-box {
  border: 1px solid #7db701;
  margin-bottom: 1.5em;
}
.resource-icon {
  display: inline;
}
.resource-title {
  display: inline;
}
.resource-status {
  float: right;
}
.resource-header {
  background-color: #7db701;
  color: #fff;
  font-size: 1.25em;
  font-weight: 500;
  border-bottom: 1px solid #7db701;
  padding: 0.25em 1em;
}
.resource-header:hover {
  cursor: pointer;
  background-color: rgba(125, 183, 1, 0.9);
}
.resource-description {
  padding: 1em;
  font-size: 1em;
  font-weight: 400;
}
.resource-status-default {
  color: #fff;
}
.resource-status-clicked {
  color: #fff;
}
.order-number input {
  width: 30px;
}
.order-box {
  background: #f1f2f2;
  font-size: 1.25em;
  margin: .25em;
  padding: 10px 20px;
}
.order-arrows {
  text-align: right;
}
.order-arrow {
  display: inline-block;
}
.order-arrow:hover {
  cursor: pointer;
  transform: scale(1.1);
}
i.order-icon {
  color: #7db701;
  font-weight: 500;
  font-size: 1.5em;
}
i.order-disabled {
  color: #999;
}
.order-label {
  color: #7db701;
  font-size: .9em;
  font-weight: 400;
  text-align: right;
  opacity: 0.8;
}
.order-label i {
  margin-left: 5px;
  opacity: 0.7;
}
.likert-text {
  font-size: 1.25em;
  text-align: center;
  padding: 10px;
  margin-top: 20px;
  font-weight: 700;
  border-top: 1px solid #f1f2f2;
}
.likert-rankings {
  text-align: justify;
  -ms-text-justify: distribute-all-lines;
  text-justify: distribute-all-lines;
  height: 2em;
  width: 100%;
}
.likert-ranking-option {
  vertical-align: top;
  display: inline-block;
  display: inline;
  zoom: 1;
}
.likert-ranking-option label {
  font-weight: 400;
  display: inline-block;
}
.likert-ranking-option.selected {
  zoom: 1.2;
  color: #7db701;
}
.likert-ranking-option.selected label {
  font-weight: 700;
}
.likert-stretch {
  width: 100%;
  display: inline-block;
  font-size: 0;
  line-height: 0;
}
.likert-label {
  font-style: italic;
}
.question-prompt {
  padding: 0.5em 0em 0em 0em;
  font-size: 1.25em;
  font-weight: 600;
}
.question-title {
  font-size: 1em;
  font-weight: 400;
}
.instruction-text {
  font-style: italic;
  color: #666;
}
/*limit width, center*/
#question-responses {
  margin: 10px 0px;
}
.img-responsive {
  margin: 20px auto;
}
.matching-choice {
  background: #f1f2f2;
  padding: 1em;
  margin: .25em;
  margin-bottom: 1em;
  color: #000;
  opacity: 1.0;
}
#matching-choices-left {
  border-right: 1px solid #7db701;
  overflow: hidden;
}
#matching-choices-right {
  border-left: 1px solid #7db701;
  margin-left: -1px;
  overflow: hidden;
}
#matching-choices-right .matching-choice {
  font-weight: 600;
  font-style: italic;
}
.matching-choice:hover {
  cursor: pointer;
}
.matching-pair-wrapper {
  background-color: #7db701;
  padding: 1em;
  margin: 0.5em 1em;
  color: #fff;
}
.matching-row {
  overflow: hidden;
}
.matched-title {
  text-align: center;
  margin-top: 3em;
  font-size: 1.2em;
  font-weight: 600;
}
.matched-choice {
  float: left;
  margin-bottom: -300px;
  padding-bottom: 300px;
  cursor: pointer;
  width: 50%;
}
.matched-choice:first-child {
  border-right: 1px solid #fff;
}
.blank-correct {
  border: 2px solid green;
}
.correct {
  border: 3px solid green;
  margin-left: -20px;
}
.fullscreenFrame,
.reshuffleBtn {
  margin-left: 5px;
}
.fullscreenFrame:hover,
.reshuffleBtn:hover {
  cursor: pointer;
}
.hotspot-wrapper {
  width: 100%;
  margin: 0 auto;
}
.img-wrapper {
  position: relative;
  clear: both;
}
.hotspot-img {
  width: 100%;
  box-shadow: 2px 2px 5px #7db701;
  clear: both;
}
.hotspot-btn {
  float: right;
  margin-bottom: 10px;
  font-size: 0.9em;
  border: none;
  color: #7db701;
}
.hotspot-btn:hover {
  cursor: pointer;
}
.hotspot-spots {
  display: block;
  position: absolute;
  border-radius: 50%;
  top: 271.5px;
  left: 268.5px;
  width: 30px;
  height: 30px;
  border: 1px solid white;
  background: #d2549f;
  opacity: 0.8;
}
.btn-blank {
  color: #000;
  background: none !important;
  border: none !important;
}
.btn-finish {
  color: #7db701;
  background-color: none;
}
#flashcard-heading h3 {
  margin: 0px;
  font-size: 1.5em;
}
@media screen and (max-width: 500px) {
  #slide-heading h3 {
    font-size: 1.5em;
  }
  .section-header-row h2 {
    font-size: 24px;
  }
  .wordpool-choice,
  .sort-choice,
  .sort-box-header {
    font-size: 1em;
  }
  #reshuffleBtnText {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .question-footer-button {
    text-align: center;
    margin: 5px 0px;
    padding: 0px;
  }
  #matching-choices-left {
    border: none;
    border-bottom: 1px solid #7db701;
  }
  #matching-choices-right {
    border: none;
    margin-left: 0px;
    margin-top: 1em;
  }
  .sort-box-wrapper {
    width: 100%;
  }
  .btn-finish {
    color: #7db701 !important;
    background: none !important;
    border: none !important;
  }
  .btn-back {
    border: none !important;
    background: none !important;
  }
  #question-responses {
    margin: 10px 0px;
  }
  .slide-footer,
  .question-footer,
  .quiz-footer {
    padding: 10px 0px;
  }
  .question-footer-label {
    display: none;
  }
  .mcqRadio,
  .smcqRadio,
  .radio {
    width: 100% !important;
    margin: 10px 0px !important;
  }
  .display-name {
    font-size: 1.2em;
  }
  .display-points {
    font-size: 1em;
    text-align: left;
  }
}
@media screen and (max-height: 700px) {
  .display-name {
    font-size: 1em;
    font-weight: bold;
  }
  .question-name {
    font-size: 1em;
  }
  #reshuffleBtnText {
    display: none;
  }
}
/* M.J Styling */
.mrCheckboxQuiz {
  padding: 5px;
  background-color: #f1f2f2;
  margin: 5px;
  font-weight: 400;
}
.mrCheckboxQuiz:hover {
  cursor: pointer;
}
.mrCheckboxQuiz.selected {
  background-color: #7db701;
  color: #fff;
}
.mrCheckboxQuiz .correct {
  border-radius: 0px;
  color: green;
  margin-left: 0px;
  border: none;
}
.mcqRadio,
.smcqRadio,
.radio {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: #f1f2f2;
  width: 50%;
  padding: 15px;
  margin: 10px auto;
}
.mcqRadio label,
.smcqRadio label,
.radio label {
  width: 100%;
}
.radio:hover {
  cursor: pointer;
}
.radio-selected {
  background-color: #7db701;
  color: #fff;
}
input[type='radio'] {
  margin-right: 5px;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}
.btn-noborder,
.btn-dropdown {
  border: none;
  padding: 0px 10px;
  background: none;
}
.btn-dropdown:hover {
  color: inherit;
}
.btn-noborder:hover {
  color: #7db701;
}
.btn-default {
  margin-top: -5px;
  border-radius: 2px;
}
.btn-primary {
  color: #fff;
  background-color: #7db701;
  border: none;
}
.correct-bullet {
  clear: left;
}
#sort-boxes .correct {
  margin-left: 20px;
}
#matching-pairs .correct {
  margin-left: 15px;
}
#fill-blanks-prompt .correct {
  margin-left: 0px;
}
.pull-left {
  float: left;
}
.result-box {
  padding: 0.25em;
}
.result-box:before {
  font-family: "FontAwesome";
  margin-right: 5px;
}
.fb-correct {
  background-color: rgba(0, 128, 0, 0.2);
}
.fb-correct:before {
  content: '\f058';
}
.fb-partial {
  background-color: rgba(255, 255, 0, 0.2);
}
.fb-partial:before {
  content: '\f05d';
}
.fb-incorrect {
  background-color: rgba(255, 0, 0, 0.2);
}
.fb-incorrect:before {
  content: '\f057';
}
</pre></body></html>