<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.featherlight .featherlight-close-icon {
  background-color: #168fb6;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  border: 3px solid #b5d3d9;
  border-radius: 5px;
  padding: 5px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  border: 0;
  padding: 0;
  -webkit-box-shadow: inset 0px 0px 0px 3px #fff;
  box-shadow: inset 0px 0px 0px 3px #fff;
  line-height: 30px;
  width: 30px;
}

.featherlight .featherlight-close-icon:hover {
  border-color: white;
}

body {
  border: 0;
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', sans-serif;
  background-color: #113c4f;
  color: #fff;
}

body h1 {
  font-size: 22px;
  text-shadow: 2px 2px 4px #000000;
}

table {
  border: 2px solid #0a6f90;
  border-collapse: collapse;
  margin: auto;
}

table td, table th {
  border: 2px solid #0a6f90;
  padding: 10px;
  vertical-align: top;
  color: #fff;
}

table td ul, table th ul {
  list-style: disc outside none;
}

table th {
  font-weight: bold;
  background-color: #b5d3d9;
  color: #000;
  border-bottom: 4px solid #0a6f90;
  text-align: center;
}

table .tdhead {
  text-align: left;
  font-weight: bold;
}

table tr:nth-child(odd) {
  background-color: #005e7f;
}

table tr:nth-child(even) {
  background-color: #004d6e;
}

table .subrowHeader {
  border-bottom: 0;
}

table .subRow .header {
  padding-left: 4%;
  background-color: #005e7f;
  text-align: left;
  border-left: 0;
  border-top: 0;
  position: relative;
}

table .subRow .header.bottomBorder:before {
  content: "";
  position: absolute;
  right: -3px;
  bottom: 0;
  height: 1px;
  width: 85%;
  /* or 100px */
  border-bottom: 3px dashed #fff;
}

table .subRow .content {
  background-color: #005e7f;
  padding-right: 4%;
  text-align: left;
  border-right: 0;
  border-top: 0;
  position: relative;
}

table .subRow .content.bottomBorder:before {
  content: "";
  position: absolute;
  left: -4px;
  bottom: 0;
  height: 1px;
  width: 96%;
  /* or 100px */
  border-bottom: 3px dashed #fff;
}

table .subRow .content, table .subRow .header {
  border-top: 0;
  border-bottom: 0;
}

table .leftAlign {
  text-align: left;
}

/*
.vidHolder
{
    z-index: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0px 0px 40px 5px rgba(0,0,0,0.3); 
    box-shadow: 0px 0px 40px 5px rgba(0,0,0,0.3);
}*/
.vidHolderContainer {
  position: fixed;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
}

.vidHolder {
  height: 100%;
  width: 177.77777778vh;
  /* 100 * 16 / 9 */
  min-width: 100%;
  min-height: 56.25vw;
  /* 100 * 9 / 16 */
  position: absolute;
  left: 50%;
  /* % of surrounding element */
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  /* % of current element */
}

.modal {
  display: none;
  padding: 15px;
  background-color: #0a6f90;
  color: #fff;
  border: 5px solid #113c4f;
  border-radius: 5px;
  max-width: 80vw;
}

#chapterSelectBox h1 {
  margin-top: 0px;
}

#chapterSelectBox .button {
  background-color: #168fb6;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  border: 3px solid #b5d3d9;
  border-radius: 5px;
  padding: 5px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  margin-top: 20px;
}

#chapterSelectBox .button:hover {
  border-color: white;
}

.videoModal iframe {
  width: 100%;
  height: 100%;
}

.videoModal .featherlight-content {
  padding: 15px;
  background-color: #0a6f90;
  color: #fff;
  border: 5px solid #113c4f;
  border-radius: 5px;
  max-width: 80vw;
  display: inline-block;
  max-width: 100%;
  width: 100%;
  height: 100%;
  background-color: #0a6f90 !important;
  padding: 0px !important;
  margin: 0;
}

#intro {
  max-width: 1024px;
}

#intro h1 {
  font-size: 25px;
  font-style: italic;
}

#intro .introText {
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

#intro .introText img {
  width: 18%;
  height: 18%;
}

#intro .introText p {
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  /* new */
  text-align: left;
  margin: 0px;
  -ms-flex-item-align: center;
      align-self: center;
  padding: 10px;
}

@media only screen and (max-width: 775px) {
  #intro .introText {
    display: block;
  }
}

#intro .grantorbox {
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 5px;
  padding: 5px;
  text-align: left;
  color: #000;
  margin-bottom: 10px;
  text-align: center;
  font-style: italic;
  font-weight: bold;
}

#intro .orientationWarning {
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 5px;
  padding: 5px;
  text-align: left;
  color: #000;
  margin-bottom: 10px;
  text-align: center;
  font-weight: bold;
}

#intro .orientationWarning i {
  font-size: 30px;
  margin: 5px;
}

#instructionBox, .instructionText {
  font-size: 20px;
}

#instructionBox ul, .instructionText ul {
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 5px;
  padding: 5px;
  list-style: none;
}

#instructionBox li, .instructionText li {
  text-align: left;
  color: #000;
  padding: 4px;
}

#instructionBox li i, .instructionText li i {
  background-color: #168fb6;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  border: 3px solid #b5d3d9;
  border-radius: 5px;
  padding: 5px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

#instructionBox li i:hover, .instructionText li i:hover {
  border-color: white;
}

.featherlight .featherlight-content {
  background-color: rgba(0, 0, 0, 0);
  padding: 25px;
  text-align: center;
  border-bottom: 0px;
}

.shinyButton {
  background-color: #113c4f;
  background-image: linear-gradient(135deg, #168fb6 0%, #113c4f 100%, #113c4f 100%);
  background-image: linear-gradient(135deg, #113c4f 0%, #0a6f90 100%);
  -webkit-box-shadow: 0 3px 47px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 47px rgba(0, 0, 0, 0.2);
  border: 2px solid black;
  color: white;
  padding: 10px 25px;
  text-align: center;
  display: inline-block;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  cursor: pointer;
}

.button-text {
  text-transform: uppercase;
  display: block;
  -webkit-transform: translateZ(30px) scale(0.7);
  transform: translateZ(30px) scale(0.7);
  font-size: 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.controlButtons {
  position: absolute;
  top: 5px;
  right: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
}

.controlButtons .button {
  background-color: #168fb6;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  border: 3px solid #b5d3d9;
  border-radius: 5px;
  padding: 5px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  font-size: 30px;
  margin-right: 5px;
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0px;
  padding: 5px 15px;
  min-width: 0px;
  white-space: nowrap;
}

.controlButtons .button:hover {
  border-color: white;
}

.topLeftButtons {
  position: absolute;
  top: 5px;
  left: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.topLeftButtons .buttonVertical {
  background-color: #168fb6;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  border: 3px solid #b5d3d9;
  border-radius: 5px;
  padding: 5px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  display: block;
  width: auto;
  font-size: 17px;
  text-align: left;
  padding: 7px 7px;
  margin-bottom: 5px;
  text-decoration: none;
}

.topLeftButtons .buttonVertical:hover {
  border-color: white;
}

@media only screen and (max-width: 813px) {
  .topLeftButtons span {
    display: none;
  }
}

.subtitleBox {
  padding: 15px;
  background-color: #0a6f90;
  color: #fff;
  border: 5px solid #113c4f;
  border-radius: 5px;
  max-width: 80vw;
  position: absolute;
  bottom: 10px;
  font-size: 24px;
  width: auto;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#subSelectBox {
  padding: 15px;
  background-color: #0a6f90;
  color: #fff;
  border: 5px solid #113c4f;
  border-radius: 5px;
  max-width: 80vw;
}

#subSelectBox .trackItem {
  background-color: #168fb6;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  border: 3px solid #b5d3d9;
  border-radius: 5px;
  padding: 5px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  margin-bottom: 10px;
}

#subSelectBox .trackItem:hover {
  border-color: white;
}

#recordsBox {
  max-width: 900px;
}

#recordsBox .tabsOuter {
  text-align: left;
}

#recordsBox .tabsOuter .tabOuter {
  font-weight: bold;
  background-color: #168fb6;
  display: inline-block;
  padding: 5px;
  border: 2px solid black;
  border-bottom: 0px solid black;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

#recordsBox .tabsOuter .tabOuter.inactive {
  background-color: #0a6f90;
  cursor: pointer;
}

#recordsBox .tabs {
  text-align: left;
}

#recordsBox .tabs .tab {
  font-weight: bold;
  background-color: #168fb6;
  display: inline-block;
  padding: 5px;
  border: 2px solid black;
  border-bottom: 0px solid black;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

#recordsBox .tabs .tab.inactive {
  background-color: #0a6f90;
  cursor: pointer;
}

#recordsBox .tabContentHolder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 20px;
}

#recordsBox .tabContentHolder .tabContent {
  text-align: left;
  border: 2px solid black;
  padding: 10px;
  background-color: #fff;
  color: #000;
  display: block;
  /* undo "display: none;" */
  visibility: visible;
  margin-right: -100%;
  width: 100%;
}

#recordsBox .tabContentHolder .tabContent div {
  margin-bottom: 10px;
}

#recordsBox .tabContentHolder .tabContent h3 {
  margin-top: 0px;
}

#recordsBox .tabContentHolder .tabContent table {
  margin: auto;
}

#recordsBox .tabContentHolder .tabContent.inactive {
  visibility: hidden;
}

#recordsBox .tabOuterContentHolder .tabOuterContent.inactive {
  visibility: hidden;
}

#languageSelect {
  padding: 15px;
  background-color: #0a6f90;
  color: #fff;
  border: 5px solid #113c4f;
  border-radius: 5px;
  max-width: 80vw;
}

#questionJumpBox {
  padding: 5px;
  position: absolute;
  bottom: 0px;
  right: 0px;
  background-color: rgba(1, 1, 1, 0);
}

#questionJumpBox div {
  cursor: pointer;
  padding: 5px;
  border: 1px solid black;
  background-color: white;
  color: #000;
}

#endingInfo {
  font-size: 20px;
}

#endingInfo a {
  font-weight: bold;
  color: #fff;
}

#endingInfo #correctBar {
  width: 100%;
  height: 30px;
  border-radius: 15px;
  border: 3px solid #113c4f;
}

#endingInfo #correctBar #correctBarFill {
  width: 0%;
  height: 23px;
  border-radius: 10px;
  background-color: #0a0;
}

#endingInfo #correctBar #correctBarText {
  text-align: center;
  font-weight: bold;
  width: 100%;
  margin-top: -25px;
}

#endingInfo .grantorbox {
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 5px;
  padding: 5px;
  text-align: left;
  color: #000;
  margin-bottom: 10px;
  font-size: 16px;
  text-align: center;
  font-style: italic;
  font-weight: bold;
  margin-top: 20px;
}

#endingInfo #questionBottomButtons {
  margin-bottom: 35px;
  margin-top: 10px;
}

#endingInfo #prevQButton, #endingInfo #facultyVidButton {
  background-color: #168fb6;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  border: 3px solid #b5d3d9;
  border-radius: 5px;
  padding: 5px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  width: auto;
  display: inline-block;
}

#endingInfo #prevQButton:hover, #endingInfo #facultyVidButton:hover {
  border-color: white;
}

#endingInfo .left, #endingInfo .right {
  width: 49%;
  display: inline-block;
}

#endingInfo .left {
  text-align: center;
}

#endingInfo .right {
  text-align: center;
}

@media only screen and (max-width: 435px) {
  #endingInfo .left, #endingInfo .right {
    width: 100%;
    display: block;
    text-align: center;
    margin-bottom: 15px;
  }
}

#infoBox ul {
  text-align: left;
  font-weight: bold;
}

#infoBox ul lh h3 {
  margin-bottom: 0px;
  text-align: center;
  font-size: 35px;
  margin-top: 0px;
}

#infoBox #continueButton {
  background-color: #168fb6;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  border: 3px solid #b5d3d9;
  border-radius: 5px;
  padding: 5px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  width: auto;
  display: inline-block;
}

#infoBox #continueButton:hover {
  border-color: white;
}

.questionModal {
  padding: 15px;
  background-color: #0a6f90;
  color: #fff;
  border: 5px solid #113c4f;
  border-radius: 5px;
  max-width: 80vw;
}

.questionModal #checkAnswersButton {
  background-color: #168fb6;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  border: 3px solid #b5d3d9;
  border-radius: 5px;
  padding: 5px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  width: auto;
  display: inline-block;
  background-color: #b5d3d9;
  border-color: rgba(0, 0, 0, 0);
  color: #000;
}

.questionModal #checkAnswersButton:hover {
  border-color: white;
}

.questionModal #checkAnswersButton:hover {
  border-color: black;
}

.questionModal .medRecordsButton {
  background-color: #168fb6;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  border: 3px solid #b5d3d9;
  border-radius: 5px;
  padding: 5px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  width: auto;
  display: inline-block;
  margin-top: 20px;
}

.questionModal .medRecordsButton:hover {
  border-color: white;
}

.questionModal img {
  max-width: 100%;
  margin: auto;
}

.questionModal img.halfWidth {
  max-width: 50%;
  margin: auto;
}

.questionModal .selectLabel {
  text-decoration: underline;
}

.questionModal #continueButton, .questionModal #prevQButton {
  background-color: #168fb6;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  border: 3px solid #b5d3d9;
  border-radius: 5px;
  padding: 5px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  width: auto;
  display: inline-block;
}

.questionModal #continueButton:hover, .questionModal #prevQButton:hover {
  border-color: white;
}

.questionModal .left, .questionModal .right {
  width: 50%;
  display: inline-block;
}

.questionModal .left {
  text-align: center;
}

.questionModal .right {
  text-align: center;
}

@media only screen and (max-width: 435px) {
  .questionModal .left, .questionModal .right {
    width: 100%;
    display: block;
    text-align: center;
    margin-bottom: 15px;
  }
}

.questionModal .imgHolder {
  text-align: center;
}

.questionModal .imgHolder img {
  max-width: 100%;
}

.questionModal .imgHolder img.halfWidth {
  max-width: 50% !important;
}

.questionModal #feedback {
  background-color: #fff;
  color: #000;
  border: 1px solid #113c4f;
  border-radius: 5px;
  text-align: left;
  padding: 10px;
}

.questionModal #feedback h2 {
  display: block;
  text-align: center;
}

.questionModal #feedback img {
  width: 100%;
}

.questionModal #feedback .feedbackHeader {
  font-weight: bold;
  font-style: italic;
}

.questionModal #feedback .answerTable {
  margin: auto;
}

.questionModal #references {
  font-size: 11px;
  padding: 10px;
  background-color: #168fb6;
  border: 1px solid #113c4f;
  border-radius: 5px;
  margin-top: 10px;
  text-align: left;
}

.questionModal #references .header {
  width: 100%;
  font-weight: bold;
  font-size: 13px;
  cursor: pointer;
}

.questionModal #references a {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
  color: #fff;
  font-weight: bold;
}

.questionModal #questionBottomButtons {
  margin-top: 10px;
}

#answers {
  margin: auto;
  width: auto;
  display: inline-block;
  margin-bottom: 10px;
}

#answers .answer {
  background-color: #168fb6;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  border: 3px solid #b5d3d9;
  border-radius: 5px;
  padding: 5px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  display: block;
  margin-bottom: 10px;
  width: auto;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

#answers .answer:hover {
  border-color: white;
}

#answers .answer.selected {
  border: 3px solid #fff;
  background-color: #113c4f;
  font-weight: bold;
}

#answers .answer.noSelect {
  cursor: default !important;
}

#answers .answer.noSelect:hover {
  background-color: #168fb6 !important;
}

#answers .answer.correct {
  cursor: default !important;
}

#answers .answer.correct::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f058";
  color: #0a0;
  float: right;
}

#answers .answer.incorrect {
  cursor: default !important;
}

#answers .answer.incorrect::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f057";
  color: #a00;
  float: right;
}

#answers .answer.actualAnswer {
  cursor: default !important;
}

#answers .answer.actualAnswer::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f058";
  color: #0a0;
  float: right;
}

#questionBox {
  padding: 15px;
  background-color: #0a6f90;
  color: #fff;
  border: 5px solid #113c4f;
  border-radius: 5px;
  max-width: 80vw;
}

#questionBox h1 {
  margin-top: 0px;
}

#questionBox .questionLabel {
  text-align: left;
}

#questionBox .questionJumpLink {
  cursor: pointer;
}

@media only screen and (max-width: 970px) {
  table {
    font-size: 14px;
    display: block;
    overflow-x: auto;
  }
  table td, table th {
    padding: 3px;
    vertical-align: top;
  }
  table table {
    margin: 10px;
  }
}

@media only screen and (max-width: 815px) {
  body h1 {
    font-size: 20px;
  }
  body p {
    font-size: 16px;
  }
  .modal {
    padding: 10px !important;
    max-width: 85vw !important;
  }
  .orientationWarning {
    display: block !important;
  }
  #intro h1 {
    font-size: 18px;
  }
  #intro .introText p {
    font-size: 16px;
  }
  #instructionBox, .instructionText {
    font-size: 18px;
  }
  .questionModal h1 {
    font-size: 18px;
  }
  .questionModal #feedback h2 {
    font-size: 18px;
  }
  #recordsBox .tabs .tab {
    font-size: 12px;
  }
  #recordsBox .tabContentHolder {
    font-size: 18px;
  }
  #recordsBox .tabContentHolder .tabContent {
    padding: 5px;
  }
  #recordsBox .tabContentHolder .tabContent div {
    margin-bottom: 5px;
  }
}

@media only screen and (max-width: 415px) {
  body h1 {
    font-size: 18px;
  }
  body p {
    font-size: 14px;
  }
  .modal {
    padding: 10px !important;
    max-width: 80vw !important;
  }
  #intro h1 {
    font-size: 16px;
  }
  #intro .introText p {
    font-size: 14px;
  }
  table {
    font-size: 13px;
  }
  table td, table th {
    padding: 3px;
  }
  #instructionBox, .instructionText {
    font-size: 16px;
  }
  .questionModal h1 {
    font-size: 16px;
  }
  .questionModal #feedback h2 {
    font-size: 16px;
  }
  #recordsBox .tabs .tab {
    font-size: 14px;
    display: block;
    width: 100%;
    text-align: center;
  }
  #recordsBox .tabContentHolder {
    font-size: 16px;
  }
  #recordsBox .tabContentHolder .tabContent {
    padding: 5px;
  }
  #recordsBox .tabContentHolder .tabContent div {
    margin-bottom: 5px;
  }
}
/*# sourceMappingURL=style.css.map */</pre></body></html>