body::after {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  z-index: -1;
  content: url("../img/QuestionBorder.png") url("../img/QuestionBorderHover.png") url("../img/QuestionBorderWrong.png") url("../img/QuestionBorderCorrect.png") url("../img/QuestionBorderDisabled.png");
}

@-webkit-keyframes dd {
  0% {
    -webkit-transform: rotateY(0deg) scale(0);
  }
  100% {
    -webkit-transform: rotateY(360deg) scale(1);
  }
}
.featherlight .featherlight-close-icon {
  background: linear-gradient(0deg, rgb(255, 255, 255) 20%, rgb(156, 226, 252) 50%, rgb(255, 255, 255) 80%);
  color: #000;
  font-weight: bold;
  cursor: pointer;
  text-decoration: none;
  padding: 5px;
  transition: all 0.5s;
  border: 5px ridge #23788f;
  border-radius: 5px;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.65) inset, 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.65) inset, 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.65) inset, 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
  border: 0;
  padding: 0;
  box-shadow: inset 0px 0px 0px 3px #fff;
  line-height: 30px;
  width: 30px;
}
.featherlight .featherlight-close-icon:hover {
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(156, 226, 252) 50%, rgb(255, 255, 255) 100%);
}

body {
  border: 0;
  margin: 0;
  padding: 0;
  font-family: "Open Sans", sans-serif;
  color: #fff;
  height: 100vh; /* Fallback for browsers that do not support Custom Properties */
  height: calc(var(--vh, 1vh) * 100);
  overflow: hidden;
  z-index: 0;
}
body h1 {
  font-size: 28px;
}

html {
  height: -webkit-fill-available;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000e4e+0,2a0038+25,000e4e+50,2a0038+75,000e4e+100 */
  background: #000e4e; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #000e4e 0%, #2a0038 25%, #000e4e 50%, #2a0038 75%, #000e4e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#000e4e", endColorstr="#000e4e",GradientType=0 ); /* IE6-9 */
}

.button {
  background: linear-gradient(0deg, rgb(255, 255, 255) 20%, rgb(156, 226, 252) 50%, rgb(255, 255, 255) 80%);
  color: #000;
  font-weight: bold;
  cursor: pointer;
  text-decoration: none;
  padding: 5px;
  transition: all 0.5s;
  border: 5px ridge #23788f;
  border-radius: 5px;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.65) inset, 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.65) inset, 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.65) inset, 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
}
.button:hover {
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(156, 226, 252) 50%, rgb(255, 255, 255) 100%);
}

table {
  border: 2px solid #004e64;
  border-collapse: collapse;
  margin: auto;
}
table td, table th {
  border: 2px solid #004e64;
  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 #004e64;
  text-align: center;
}
table .tdhead {
  text-align: left;
  font-weight: bold;
}
table tr:nth-child(odd) {
  background-color: #00627d;
}
table tr:nth-child(even) {
  background-color: #006a87;
}
table .subrowHeader {
  border-bottom: 0;
}
table .subRow .header {
  padding-left: 4%;
  background-color: #002631;
  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 #000;
}
table .subRow .content {
  background-color: #002631;
  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 #000;
}
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; /* Fallback for browsers that do not support Custom Properties */
  height: calc(var(--vh, 1vh) * 100);
  overflow: hidden;
  z-index: 2;
}

.vidHolderCover {
  position: fixed;
  width: 100%;
  height: 100vh; /* Fallback for browsers that do not support Custom Properties */
  height: calc(var(--vh, 1vh) * 100);
  overflow: hidden;
  z-index: 3;
}

.vidHolder {
  min-width: 100%;
  position: fixed;
  left: 50%; /* % of surrounding element */
  top: 50%;
  transform: translate(-50%, -50%); /* % of current element */
  height: 100vh; /* Fallback for browsers that do not support Custom Properties */
  height: calc(var(--vh, 1vh) * 100);
  z-index: 4;
}
.vidHolder iframe {
  width: 100vw;
  height: 100vh; /* Fallback for browsers that do not support Custom Properties */
  height: calc(var(--vh, 1vh) * 100);
}

.initialBG {
  background-image: url("../img/initialBG.jpg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}

.modal {
  display: none;
  padding: 34px;
  color: #000;
  /*
  border: 20px ridge #008782;
  box-shadow: 0px 1px 0px 9px rgba(0,0,0,0.75) inset;
  -webkit-box-shadow: 0px 1px 0px 9px rgba(0,0,0,0.75) inset;
  -moz-box-shadow: 0px 1px 0px 9px rgba(0,0,0,0.75) inset;
  */
  border-image-source: url("../img/popupBG.jpg");
  border-image-slice: 77 73 70 75;
  border-image-width: 39px 37px 36px 38px;
  border-image-outset: 0px 0px 0px 0px;
  border-image-repeat: stretch stretch;
  border-style: solid;
  background: linear-gradient(0deg, rgb(67, 154, 179) 0%, rgb(154, 207, 222) 100%);
  max-width: 80vw;
}

.introModal {
  display: none;
}
.introModal .introContent {
  margin-top: 20px;
  padding: 34px;
  color: #000;
  /*
  border: 20px ridge #008782;
  box-shadow: 0px 1px 0px 9px rgba(0,0,0,0.75) inset;
  -webkit-box-shadow: 0px 1px 0px 9px rgba(0,0,0,0.75) inset;
  -moz-box-shadow: 0px 1px 0px 9px rgba(0,0,0,0.75) inset;
  */
  border-image-source: url("../img/popupBG.jpg");
  border-image-slice: 77 73 70 75;
  border-image-width: 39px 37px 36px 38px;
  border-image-outset: 0px 0px 0px 0px;
  border-image-repeat: stretch stretch;
  border-style: solid;
  background: linear-gradient(0deg, rgb(67, 154, 179) 0%, rgb(154, 207, 222) 100%);
  max-width: 80vw;
  padding-bottom: 49px;
}

#chapterSelectBox h1 {
  margin-top: 0px;
}
#chapterSelectBox .button {
  background: linear-gradient(0deg, rgb(255, 255, 255) 20%, rgb(156, 226, 252) 50%, rgb(255, 255, 255) 80%);
  color: #000;
  font-weight: bold;
  cursor: pointer;
  text-decoration: none;
  padding: 5px;
  transition: all 0.5s;
  border: 5px ridge #23788f;
  border-radius: 5px;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.65) inset, 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.65) inset, 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.65) inset, 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
  margin-top: 20px;
}
#chapterSelectBox .button:hover {
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(156, 226, 252) 50%, rgb(255, 255, 255) 100%);
}

.videoModal iframe {
  width: 100%;
  height: 100%;
}
.videoModal .featherlight-content {
  padding: 34px;
  color: #000;
  /*
  border: 20px ridge #008782;
  box-shadow: 0px 1px 0px 9px rgba(0,0,0,0.75) inset;
  -webkit-box-shadow: 0px 1px 0px 9px rgba(0,0,0,0.75) inset;
  -moz-box-shadow: 0px 1px 0px 9px rgba(0,0,0,0.75) inset;
  */
  border-image-source: url("../img/popupBG.jpg");
  border-image-slice: 77 73 70 75;
  border-image-width: 39px 37px 36px 38px;
  border-image-outset: 0px 0px 0px 0px;
  border-image-repeat: stretch stretch;
  border-style: solid;
  background: linear-gradient(0deg, rgb(67, 154, 179) 0%, rgb(154, 207, 222) 100%);
  max-width: 80vw;
  display: inline-block;
  max-width: 100%;
  width: 100%;
  height: 100%;
  background-color: #004e64 !important;
  padding: 0px !important;
  margin: 0;
}

#intro {
  max-width: 1024px;
}
#intro h1 {
  font-size: 60px;
  font-family: piepie, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #d91179;
}
#intro .introText {
  border-radius: 5px;
  display: flex;
  flex-direction: row;
  margin: 15px;
}
#intro .introText img {
  width: 18%;
  height: 18%;
}
#intro .introText p {
  font-size: 27px;
  display: flex;
  align-items: flex-start; /* new */
  text-align: left;
  margin: 0px;
  align-self: center;
  padding: 10px;
  padding-top: 0px;
  padding-left: 30px;
}
@media only screen and (max-width: 775px) {
  #intro .introText {
    display: block;
  }
}
#intro .programOverviewBox {
  border-image-slice: 43 760 43 760 fill;
  border-image-width: 5px 76px 5px 76px;
  border-image-outset: 0px 0px 0px 0px;
  border-image-repeat: stretch stretch;
  border-image-source: url("../img/QuestionBorder.png");
  border-style: solid;
  padding: 7px 70px;
  color: #000;
  margin-bottom: 10px;
  width: auto;
  font-weight: bold;
}
#intro .programOverviewBox a {
  color: #000;
}
#intro .grantorbox {
  border-image-slice: 43 760 43 760 fill;
  border-image-width: 5px 76px 5px 76px;
  border-image-outset: 0px 0px 0px 0px;
  border-image-repeat: stretch stretch;
  border-image-source: url("../img/QuestionBorder.png");
  border-style: solid;
  padding: 7px 70px;
  color: #000;
  text-align: left;
  margin-bottom: 10px;
  margin-top: 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: linear-gradient(0deg, rgb(255, 255, 255) 20%, rgb(156, 226, 252) 50%, rgb(255, 255, 255) 80%);
  color: #000;
  font-weight: bold;
  cursor: pointer;
  text-decoration: none;
  padding: 5px;
  transition: all 0.5s;
  border: 5px ridge #23788f;
  border-radius: 5px;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.65) inset, 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.65) inset, 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.65) inset, 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
}
#instructionBox li i:hover, .instructionText li i:hover {
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(156, 226, 252) 50%, rgb(255, 255, 255) 100%);
}

#scoreboard {
  padding: 34px;
  color: #000;
  /*
  border: 20px ridge #008782;
  box-shadow: 0px 1px 0px 9px rgba(0,0,0,0.75) inset;
  -webkit-box-shadow: 0px 1px 0px 9px rgba(0,0,0,0.75) inset;
  -moz-box-shadow: 0px 1px 0px 9px rgba(0,0,0,0.75) inset;
  */
  border-image-source: url("../img/popupBG.jpg");
  border-image-slice: 77 73 70 75;
  border-image-width: 39px 37px 36px 38px;
  border-image-outset: 0px 0px 0px 0px;
  border-image-repeat: stretch stretch;
  border-style: solid;
  background: linear-gradient(0deg, rgb(67, 154, 179) 0%, rgb(154, 207, 222) 100%);
  max-width: 80vw;
}
#scoreboard h1 {
  padding-left: 15px;
  padding-right: 15px;
}
#scoreboard .questionValueList .questionListItem {
  padding: 15px;
  font-size: 24px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 10%, rgb(255, 255, 255) 40%, rgb(255, 255, 255) 60%, rgba(0, 0, 0, 0) 90%);
}
#scoreboard .questionValueList .questionListItem .QNum {
  font-weight: bold;
}
#scoreboard .questionValueList .questionListItem.currentQ {
  border: 5px ridge #23788f;
  border-radius: 5px;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.65) inset, 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.65) inset, 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.65) inset, 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
  border-left: none;
  border-right: none;
}
#scoreboard .questionValueList .questionListItem.correct {
  color: #ddd;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 10%, rgb(23, 156, 21) 40%, rgb(23, 156, 21) 60%, rgba(0, 0, 0, 0) 90%);
}
#scoreboard .questionValueList .questionListItem.lifeline {
  color: #ddd;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 10%, rgb(149, 156, 21) 40%, rgb(149, 156, 21) 60%, rgba(0, 0, 0, 0) 90%);
}
#scoreboard .questionValueList .questionListItem.incorrect {
  color: #ddd;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 10%, rgb(156, 21, 21) 40%, rgb(156, 21, 21) 60%, rgba(0, 0, 0, 0) 90%);
}
#scoreboard .pointTotal {
  border-image-slice: 43 760 43 760 fill;
  border-image-width: 5px 76px 5px 76px;
  border-image-outset: 0px 0px 0px 0px;
  border-image-repeat: stretch stretch;
  border-image-source: url("../img/QuestionBorder.png");
  border-style: solid;
  padding: 7px 70px;
  margin: 15px 0px;
  font-weight: bold;
  padding: 10px 80px;
}
#scoreboard .continueButton {
  background: linear-gradient(0deg, rgb(255, 255, 255) 20%, rgb(156, 226, 252) 50%, rgb(255, 255, 255) 80%);
  color: #000;
  font-weight: bold;
  cursor: pointer;
  text-decoration: none;
  padding: 5px;
  transition: all 0.5s;
  border: 5px ridge #23788f;
  border-radius: 5px;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.65) inset, 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.65) inset, 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.65) inset, 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
  cursor: pointer;
  margin: 15px 15px;
  padding: 10px 80px;
}
#scoreboard .continueButton:hover {
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(156, 226, 252) 50%, rgb(255, 255, 255) 100%);
}

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

.shinyButton {
  background-color: #d91179;
  background-image: linear-gradient(135deg, #168fb6 0%, #d91179 100%, #d91179 100%);
  background-image: linear-gradient(135deg, #d91179 0%, #004e64 100%);
  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;
  transform-style: preserve-3d;
  cursor: pointer;
  text-shadow: 2px 2px 1px #000000;
}

.button-text {
  text-transform: uppercase;
  display: block;
  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: fixed;
  bottom: 5px;
  right: env(safe-area-inset-right);
  display: flex;
  flex-flow: row;
  z-index: 5;
}
.controlButtons .button {
  background: linear-gradient(0deg, rgb(255, 255, 255) 20%, rgb(156, 226, 252) 50%, rgb(255, 255, 255) 80%);
  color: #000;
  font-weight: bold;
  cursor: pointer;
  text-decoration: none;
  padding: 5px;
  transition: all 0.5s;
  border: 5px ridge #23788f;
  border-radius: 5px;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.65) inset, 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.65) inset, 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.65) inset, 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
  font-size: 30px;
  margin-right: 5px;
  text-align: center;
  flex: 1 1 0px;
  padding: 5px 15px;
  min-width: 0px;
  white-space: nowrap;
}
.controlButtons .button:hover {
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(156, 226, 252) 50%, rgb(255, 255, 255) 100%);
}

#recordsBox {
  max-width: 800px;
}
#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: #004e64;
  cursor: pointer;
}
#recordsBox .tabContentHolder {
  display: flex;
  font-size: 20px;
}
#recordsBox .tabContentHolder #hopiC {
  font-size: 16px;
}
#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;
}

#points {
  background: linear-gradient(0deg, rgb(255, 255, 255) 20%, rgb(156, 226, 252) 50%, rgb(255, 255, 255) 80%);
  color: #000;
  font-weight: bold;
  cursor: pointer;
  text-decoration: none;
  padding: 5px;
  transition: all 0.5s;
  border: 5px ridge #23788f;
  border-radius: 5px;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.65) inset, 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.65) inset, 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.65) inset, 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
  position: fixed;
  top: -3px;
  left: env(safe-area-inset-left);
  cursor: default;
  z-index: 5;
  display: none;
}
#points:hover {
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(156, 226, 252) 50%, rgb(255, 255, 255) 100%);
}

#debug {
  display: none;
  background: linear-gradient(0deg, rgb(255, 255, 255) 20%, rgb(156, 226, 252) 50%, rgb(255, 255, 255) 80%);
  color: #000;
  font-weight: bold;
  cursor: pointer;
  text-decoration: none;
  padding: 5px;
  transition: all 0.5s;
  border: 5px ridge #23788f;
  border-radius: 5px;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.65) inset, 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.65) inset, 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.65) inset, 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
  position: fixed;
  bottom: 0px;
  left: 0px;
  z-index: 5;
}
#debug:hover {
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(156, 226, 252) 50%, rgb(255, 255, 255) 100%);
}
#debug .skipButton {
  text-decoration: underline;
}
#debug .seekbar {
  cursor: pointer;
  height: 15px;
  margin: 5px 0px;
  outline: thin solid orange;
  overflow: hidden;
  position: relative;
  width: 100%;
}
#debug .seekbar span {
  background-color: orange;
  position: absolute;
  top: 0;
  left: 0;
  height: 15px;
  width: 0px;
}

#question, #bonusQuestion {
  padding-bottom: 49px;
}
#question #header, #bonusQuestion #header {
  padding-left: 15px;
  padding-right: 15px;
}
#question .answerChoices .answer, #bonusQuestion .answerChoices .answer {
  border-image-slice: 43 760 43 760 fill;
  border-image-width: 5px 76px 5px 76px;
  border-image-outset: 0px 0px 0px 0px;
  border-image-repeat: stretch stretch;
  border-image-source: url("../img/QuestionBorder.png");
  border-style: solid;
  padding: 7px 70px;
  color: #000;
  font-weight: bold;
  cursor: pointer;
  text-decoration: none;
  word-break: break-word;
  transition: all 0.2s;
  font-size: 20px;
  margin-bottom: 15px;
}
#question .answerChoices .answer:hover, #bonusQuestion .answerChoices .answer:hover {
  border-image-source: url("../img/QuestionBorderHover.png");
}
#question .answerChoices .answer .answerNumber, #bonusQuestion .answerChoices .answer .answerNumber {
  float: left;
  font-weight: bold;
  margin-right: 15px;
}
#question .answerChoices .answer.selected, #bonusQuestion .answerChoices .answer.selected {
  border-color: #0ff;
}
#question .answerChoices .answer.wrong, #bonusQuestion .answerChoices .answer.wrong {
  border-image-source: url("../img/QuestionBorderWrong.png");
}
#question .answerChoices .answer.right, #bonusQuestion .answerChoices .answer.right {
  border-image-source: url("../img/QuestionBorderCorrect.png");
}
#question .answerChoices .answer.disabled, #bonusQuestion .answerChoices .answer.disabled {
  cursor: default;
  border-image-source: url("../img/QuestionBorderDisabled.png");
  color: #888;
  text-decoration: line-through;
}
#question .lifeLines, #bonusQuestion .lifeLines {
  border: 5px ridge #23788f;
  border-radius: 5px;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.65) inset, 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.65) inset, 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.65) inset, 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
  border-left: none;
  border-right: none;
  margin-top: 15px;
  margin-bottom: 15px;
  background: rgb(2, 0, 36);
  background: linear-gradient(90deg, rgba(2, 0, 36, 0) 0%, rgb(0, 98, 125) 20%, rgb(0, 98, 125) 80%, rgba(0, 212, 255, 0) 100%);
  padding: 10px;
}
#question .lifeLines h3, #bonusQuestion .lifeLines h3 {
  margin-top: 5px;
  margin-bottom: 10px;
  color: #fff;
  text-transform: capitalize;
  font-size: 25px;
  text-shadow: 2px 2px 4px #000000;
}
#question .lifeLines img, #bonusQuestion .lifeLines img {
  height: 80px;
}
#question .lifeLines img.used, #bonusQuestion .lifeLines img.used {
  filter: grayscale(100%);
}
#question .phoneHint, #bonusQuestion .phoneHint {
  padding: 25px;
  font-weight: bold;
  font-size: 18px;
  color: #fff;
  border-left: none;
  border-right: none;
  margin-bottom: 15px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgb(33, 37, 187) 30%, rgb(33, 37, 187) 70%, rgba(0, 0, 0, 0) 100%);
}
#question .bonusPointsHeader h2, #bonusQuestion .bonusPointsHeader h2 {
  margin-bottom: 5px;
  font-weight: bold;
}
#question .timedBonusPoints, #bonusQuestion .timedBonusPoints {
  height: 34px;
  margin: 0px 15px;
  margin-bottom: 15px;
  border: 5px ridge #23788f;
  border-radius: 5px;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.65) inset, 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.65) inset, 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.65) inset, 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
  border-radius: 17px;
}
#question .timedBonusPoints .timedBonusPointsFill, #bonusQuestion .timedBonusPoints .timedBonusPointsFill {
  width: 0%;
  height: 25px;
  border-radius: 17px;
  background: linear-gradient(0deg, rgb(25, 166, 44) 0%, rgb(44, 207, 69) 50%, rgb(25, 166, 44) 100%);
  transition-property: width;
  transition-duration: 0.75s;
}
#question .timedBonusPoints .timedBonusPointsText, #bonusQuestion .timedBonusPoints .timedBonusPointsText {
  text-align: center;
  font-weight: bold;
  width: 100%;
  margin-top: -23px;
}
#question .continueButton, #question .checkAnswersButton, #bonusQuestion .continueButton, #bonusQuestion .checkAnswersButton {
  background: linear-gradient(0deg, rgb(255, 255, 255) 20%, rgb(156, 226, 252) 50%, rgb(255, 255, 255) 80%);
  color: #000;
  font-weight: bold;
  cursor: pointer;
  text-decoration: none;
  padding: 5px;
  transition: all 0.5s;
  border: 5px ridge #23788f;
  border-radius: 5px;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.65) inset, 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.65) inset, 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.65) inset, 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
  margin: 15px;
  margin-top: 30px;
}
#question .continueButton:hover, #question .checkAnswersButton:hover, #bonusQuestion .continueButton:hover, #bonusQuestion .checkAnswersButton:hover {
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(156, 226, 252) 50%, rgb(255, 255, 255) 100%);
}
#question .incorrectAnswerBox, #question .correctAnswerBox, #question .previousChoiceBox, #bonusQuestion .incorrectAnswerBox, #bonusQuestion .correctAnswerBox, #bonusQuestion .previousChoiceBox {
  margin-bottom: 15px;
}
#question .incorrectAnswerBox h3, #question .correctAnswerBox h3, #question .previousChoiceBox h3, #bonusQuestion .incorrectAnswerBox h3, #bonusQuestion .correctAnswerBox h3, #bonusQuestion .previousChoiceBox h3 {
  margin-bottom: 5px;
  text-align: center;
}
#question .incorrectAnswerBox .correctAnswer, #question .incorrectAnswerBox .prevChoice, #question .correctAnswerBox .correctAnswer, #question .correctAnswerBox .prevChoice, #question .previousChoiceBox .correctAnswer, #question .previousChoiceBox .prevChoice, #bonusQuestion .incorrectAnswerBox .correctAnswer, #bonusQuestion .incorrectAnswerBox .prevChoice, #bonusQuestion .correctAnswerBox .correctAnswer, #bonusQuestion .correctAnswerBox .prevChoice, #bonusQuestion .previousChoiceBox .correctAnswer, #bonusQuestion .previousChoiceBox .prevChoice {
  border-image-slice: 43 760 43 760 fill;
  border-image-width: 5px 76px 5px 76px;
  border-image-outset: 0px 0px 0px 0px;
  border-image-repeat: stretch stretch;
  border-image-source: url("../img/QuestionBorder.png");
  border-style: solid;
  padding: 7px 70px;
  cursor: default;
  color: #000;
  font-weight: bold;
  text-decoration: none;
  word-break: break-word;
  transition: all 0.2s;
  font-size: 20px;
}
#question .correctAnswerBox h3, #bonusQuestion .correctAnswerBox h3 {
  text-align: center;
}
#question .feedback, #bonusQuestion .feedback {
  background-color: #fff;
  color: #000;
  padding: 10px;
  margin: 15px;
  border-radius: 5px;
}
#question .feedback h3, #bonusQuestion .feedback h3 {
  text-align: left;
  margin-top: 0px;
}

#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: rgb(255, 255, 255);
  color: #000;
}

#askTheAudienceBox {
  padding: 45px;
}
#askTheAudienceBox .barRow td {
  height: 200px;
  position: relative;
}
#askTheAudienceBox .barRow td div {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 0%;
  width: 100%;
}
#askTheAudienceBox .barRow .aBar {
  background-color: #f00;
  transition: height 2s;
  transition-delay: 1s;
}
#askTheAudienceBox .barRow .bBar {
  background-color: #0f0;
  transition: height 4s;
  transition-delay: 2s;
}
#askTheAudienceBox .barRow .cBar {
  background-color: #00f;
  transition: height 3s;
  transition-delay: 1.5s;
}
#askTheAudienceBox .barRow .dBar {
  background-color: rgb(116, 0, 139);
  transition: height 6s;
  transition-delay: -0.5s;
}
#askTheAudienceBox .letterRow td {
  font-weight: bold;
  color: #000;
}

#reviewSummary {
  font-weight: bold;
  padding: 45px;
}
#reviewSummary #improved, #reviewSummary #unimproved, #reviewSummary #passed {
  display: none;
  margin-bottom: 15px;
  margin-top: 15px;
}
#reviewSummary .button {
  display: block;
}

#endingInfo {
  font-size: 20px;
}
#endingInfo a {
  font-weight: bold;
  color: #fff;
}
#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: 35px;
}
#endingInfo #prevQButton, #endingInfo #facultyVidButton {
  background: linear-gradient(0deg, rgb(255, 255, 255) 20%, rgb(156, 226, 252) 50%, rgb(255, 255, 255) 80%);
  color: #000;
  font-weight: bold;
  cursor: pointer;
  text-decoration: none;
  padding: 5px;
  transition: all 0.5s;
  border: 5px ridge #23788f;
  border-radius: 5px;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.65) inset, 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.65) inset, 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.65) inset, 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
  width: auto;
  display: inline-block;
}
#endingInfo #prevQButton:hover, #endingInfo #facultyVidButton:hover {
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(156, 226, 252) 50%, rgb(255, 255, 255) 100%);
}
#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;
  }
}

#questionBox {
  padding: 34px;
  color: #000;
  /*
  border: 20px ridge #008782;
  box-shadow: 0px 1px 0px 9px rgba(0,0,0,0.75) inset;
  -webkit-box-shadow: 0px 1px 0px 9px rgba(0,0,0,0.75) inset;
  -moz-box-shadow: 0px 1px 0px 9px rgba(0,0,0,0.75) inset;
  */
  border-image-source: url("../img/popupBG.jpg");
  border-image-slice: 77 73 70 75;
  border-image-width: 39px 37px 36px 38px;
  border-image-outset: 0px 0px 0px 0px;
  border-image-repeat: stretch stretch;
  border-style: solid;
  background: linear-gradient(0deg, rgb(67, 154, 179) 0%, rgb(154, 207, 222) 100%);
  max-width: 80vw;
}
#questionBox h1 {
  margin-top: 0px;
}
#questionBox .questionLabel {
  text-align: left;
}
#questionBox .questionJumpLink {
  cursor: pointer;
}

#gameBoard {
  display: none;
}

.gameBoard-featherlight {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  text-align: center;
  flex: 1;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.9);
}
.gameBoard-featherlight #gameBoard {
  display: block;
  height: 90vh;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  align-items: stretch;
  flex-wrap: nowrap;
}
.gameBoard-featherlight .gameBoard-featherlight-close-icon {
  display: none;
}
.gameBoard-featherlight .gbHolder {
  flex-grow: 1;
  display: flex;
  align-items: center;
  height: 100%;
}
.gameBoard-featherlight .gbHolder .gameBoard {
  background-image: url("../img/GameBoard_Points.jpg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top center;
  border: 0;
  width: 100%;
  flex-grow: 1;
  height: 100%;
}
.gameBoard-featherlight .gbHolder .gameBoard .categorySections {
  width: 91.8%;
  height: 14.2%;
  margin-left: 4%;
  padding-top: 4%;
  display: flex;
}
.gameBoard-featherlight .gbHolder .gameBoard .categorySections .category {
  word-break: normal !important;
  flex-grow: 1;
  flex-basis: 0;
  text-align: center;
  justify-content: center;
  align-items: center;
  color: #004e64;
  font-weight: 1000;
  font-size: 1.5vw;
  padding: 5px;
  position: relative;
}
.gameBoard-featherlight .gbHolder .gameBoard .categorySections .category div {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.gameBoard-featherlight .gbHolder .gameBoard .categorySections .selected {
  transition: all 0.2s;
  box-shadow: inset 0px 0px 10px 13px rgba(217, 17, 121, 0.94), 0px 0px 10px 13px rgba(217, 17, 121, 0.65);
}
.gameBoard-featherlight .gbHolder .gameBoard .ddHolder {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 70%;
}
.gameBoard-featherlight .gbHolder .gameBoard .ddHolder .dailyDouble {
  border: 10px solid rgb(0, 0, 0);
  box-shadow: 0px 0px 24px 10px rgba(0, 0, 0, 0.5);
  background-color: #dad9de;
  color: #e1257a;
  font-weight: bold;
  position: absolute;
  margin: auto;
  transform: scale(0);
  font-size: 70px;
  padding: 20px;
  z-index: 1010;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.gameBoard-featherlight .gbHolder .gameBoard .ddHolder .dailyDouble.show {
  -webkit-animation: dd 1.5s 1 forwards ease-out;
}
.gameBoard-featherlight .gbHolder .gameBoard.fiveRow {
  background-image: url("../img/GameBoard_Points_5.jpg");
}
.gameBoard-featherlight .gbHolder .gameBoard.fiveRow .categorySections {
  width: 76%;
  margin-left: 12%;
}
.gameBoard-featherlight .gbHolder .gameBoard.fiveRow .categorySections .category {
  font-size: 1.5vw;
}
.gameBoard-featherlight .gbHolder .gameBoard.fourRow {
  background-image: url("../img/GameBoard_Points_4.jpg");
}
.gameBoard-featherlight .gbHolder .gameBoard.fourRow .categorySections {
  width: 60%;
  margin-left: 20%;
}
.gameBoard-featherlight .gbHolder .gameBoard.fourRow .categorySections .category {
  font-size: 1.5vw;
}
.gameBoard-featherlight .content .categories .selected {
  transition: all 0.2s;
  box-shadow: inset 0px 0px 10px 13px rgba(255, 255, 0, 0.94), 0px 0px 10px 13px rgba(255, 255, 0, 0.65);
}
.gameBoard-featherlight .stopButton {
  background: linear-gradient(0deg, rgb(255, 255, 255) 20%, rgb(156, 226, 252) 50%, rgb(255, 255, 255) 80%);
  color: #000;
  font-weight: bold;
  cursor: pointer;
  text-decoration: none;
  padding: 5px;
  transition: all 0.5s;
  border: 5px ridge #23788f;
  border-radius: 5px;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.65) inset, 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.65) inset, 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.65) inset, 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
  color: #fff;
  background-color: #a00;
  display: inline-block;
  box-sizing: border-box;
  padding: 10px 0px;
  font-size: 25px;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100vw;
}
.gameBoard-featherlight .stopButton:hover {
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(156, 226, 252) 50%, rgb(255, 255, 255) 100%);
}

#questionSelect .pointButton {
  background: linear-gradient(0deg, rgb(255, 255, 255) 20%, rgb(156, 226, 252) 50%, rgb(255, 255, 255) 80%);
  color: #000;
  font-weight: bold;
  cursor: pointer;
  text-decoration: none;
  padding: 5px;
  transition: all 0.5s;
  border: 5px ridge #23788f;
  border-radius: 5px;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.65) inset, 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.65) inset, 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.65) inset, 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
  background-color: #fff;
  color: #000;
  font-weight: bold;
  display: inline-block;
  padding: 10px;
  margin: 10px;
  font-size: 25px;
}
#questionSelect .pointButton:hover {
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(156, 226, 252) 50%, rgb(255, 255, 255) 100%);
}
#questionSelect .pointButton:hover {
  border-color: #d91179 !important;
}

.subtitleBox {
  padding: 34px;
  color: #000;
  /*
  border: 20px ridge #008782;
  box-shadow: 0px 1px 0px 9px rgba(0,0,0,0.75) inset;
  -webkit-box-shadow: 0px 1px 0px 9px rgba(0,0,0,0.75) inset;
  -moz-box-shadow: 0px 1px 0px 9px rgba(0,0,0,0.75) inset;
  */
  border-image-source: url("../img/popupBG.jpg");
  border-image-slice: 77 73 70 75;
  border-image-width: 39px 37px 36px 38px;
  border-image-outset: 0px 0px 0px 0px;
  border-image-repeat: stretch stretch;
  border-style: solid;
  background: linear-gradient(0deg, rgb(67, 154, 179) 0%, rgb(154, 207, 222) 100%);
  max-width: 80vw;
  /*
  border: 20px ridge #008782;
  box-shadow: 0px 1px 0px 9px rgba(0,0,0,0.75) inset;
  -webkit-box-shadow: 0px 1px 0px 9px rgba(0,0,0,0.75) inset;
  -moz-box-shadow: 0px 1px 0px 9px rgba(0,0,0,0.75) inset;
  */
  border-image-source: url("../img/popupBG.jpg");
  border-image-slice: 77 73 70 75;
  border-image-width: 20px 19px 18px 19px;
  border-image-outset: 0px 0px 0px 0px;
  border-image-repeat: stretch stretch;
  border-style: solid;
  background: linear-gradient(0deg, rgb(67, 154, 179) 0%, rgb(154, 207, 222) 100%);
  padding: 20px;
  position: absolute;
  bottom: 10px;
  font-size: 24px;
  width: auto;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1001;
  text-align: center;
}

#subSelectBox {
  padding: 34px;
  color: #000;
  /*
  border: 20px ridge #008782;
  box-shadow: 0px 1px 0px 9px rgba(0,0,0,0.75) inset;
  -webkit-box-shadow: 0px 1px 0px 9px rgba(0,0,0,0.75) inset;
  -moz-box-shadow: 0px 1px 0px 9px rgba(0,0,0,0.75) inset;
  */
  border-image-source: url("../img/popupBG.jpg");
  border-image-slice: 77 73 70 75;
  border-image-width: 39px 37px 36px 38px;
  border-image-outset: 0px 0px 0px 0px;
  border-image-repeat: stretch stretch;
  border-style: solid;
  background: linear-gradient(0deg, rgb(67, 154, 179) 0%, rgb(154, 207, 222) 100%);
  max-width: 80vw;
}
#subSelectBox h1 {
  margin: 20px;
  margin-top: 10px;
}
#subSelectBox .trackItem {
  border-image-slice: 43 760 43 760 fill;
  border-image-width: 5px 76px 5px 76px;
  border-image-outset: 0px 0px 0px 0px;
  border-image-repeat: stretch stretch;
  border-image-source: url("../img/QuestionBorder.png");
  border-style: solid;
  padding: 7px 70px;
  cursor: pointer;
  font-weight: bold;
  margin-bottom: 10px;
  margin-left: 1px;
  margin-right: 0px;
}
#subSelectBox .trackItem:hover {
  border-image-source: url("../img/QuestionBorderHover.png");
}
#subSelectBox .trackItem:last-child {
  margin-bottom: 30px;
}

#endScreen {
  padding-bottom: 45px;
}
#endScreen p {
  font-weight: bold;
  margin-bottom: 10px;
}
#endScreen .correctlyAnswered {
  border: 5px ridge #23788f;
  border-radius: 5px;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.65) inset, 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.65) inset, 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.65) inset, 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
  border-left: none;
  border-right: none;
  padding: 15px;
  font-size: 20px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgb(255, 255, 255) 20%, rgb(255, 255, 255) 80%, rgba(0, 0, 0, 0) 100%);
}
#endScreen .button {
  display: inline-block;
  margin-bottom: 5px;
}

#leaderboard {
  padding: 45px;
}
#leaderboard input {
  border: 3px solid black;
  border-radius: 5px;
}

@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;
  }
  #leaderboard table {
    display: table;
  }
}
@media only screen and (max-width: 815px) {
  body h1 {
    font-size: 20px;
  }
  body p {
    font-size: 16px;
  }
  .modal {
    padding: 15px !important;
    max-width: 85vw !important;
    border-image-width: 20px 18px 18px 19px;
  }
  #endScreen {
    padding-bottom: 30px !important;
  }
  .orientationWarning {
    display: block !important;
  }
  #intro .introContent {
    border-image-width: 20px 18px 18px 19px;
    padding: 15px;
  }
  #intro h1 {
    font-size: 18px;
  }
  #intro .introText p {
    font-size: 16px;
  }
  #intro .programOverviewBox, #intro .grantorbox {
    font-size: 12px;
  }
  #question .answerChoices .answer, #bonusQuestion .answerChoices .answer {
    font-size: 15px;
  }
  #scoreboard {
    border-image-width: 20px 18px 18px 19px;
  }
  #instructionBox, .instructionText {
    font-size: 18px;
  }
  #recordsBox .tabs .tab {
    font-size: 12px;
  }
  #recordsBox .tabContentHolder {
    font-size: 18px;
  }
  #recordsBox .tabContentHolder #hopiC {
    font-size: 14px;
  }
  #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: 15px !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;
  }
  .gameBoard-featherlight .gbHolder .gameBoard .dailyDouble {
    font-size: 50px;
  }
  #recordsBox .tabs .tab {
    font-size: 14px;
    display: block;
    width: 100%;
    text-align: center;
  }
  #recordsBox .tabContentHolder {
    font-size: 16px;
  }
  #recordsBox .tabContentHolder #hopiC {
    font-size: 12px;
  }
  #recordsBox .tabContentHolder .tabContent {
    padding: 5px;
  }
  #recordsBox .tabContentHolder .tabContent div {
    margin-bottom: 5px;
  }
}/*# sourceMappingURL=style.css.map */