@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500&display=swap');
@font-face {
  font-family: NewsGoth;
  src: url('./newsgoth-cn.ttf');
}
@font-face {
  font-family: NewsGothBold;
  src: url('./NewsGothicBoldCondensedBT.ttf');
}
@font-face {
  font-family: Frutiger;
  src: url('./Frutiger.woff');
}
@font-face {
  font-family: Effra;
  src: url('./Effra.ttf');
}


@keyframes rotate1 {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate2 {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
#ctaVideo:hover{
  cursor: pointer;
}
#ptHeader .holder {
  max-width: 1200px;
}
body::-webkit-scrollbar {
  width: 10px;
}
body::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0);
}
body::-webkit-scrollbar-thumb {
  background-color: #b7db4a;
}
sup{
  top: -.5em !important;
}
#virus1 {
  animation: rotate1 20s linear infinite;
}
#virus1 img {
  width: 300px;
}
#virus2 {
  animation: rotate2 25s linear infinite;
}
#virus2 img {
  width: 200px;
}
#virus3 {
  animation: rotate1 30s linear infinite;
}
#virus3 img {
  width: 100px;
}
.virus {
  position: relative;
}
.multipleChoice .choice.disabled {
  cursor: not-allowed;
  /* background-color: #097969; */
}
.virusHolder {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
}
#interactiveBg {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.multipleChoice {
  display: block !important;
}
.multipleChoice .question {
  background-color: #4cace9;
  padding: 1rem;
  color: #ffffff;
  font-weight: bold;
}
.multipleChoice .question .innerContent {
  display: flex;
  padding: 0;
}
.multipleChoice .question .innerContent .label {
  font-size: 4rem;
  margin: 0 1rem 0 0;
  min-width: 4rem;
  font: normal normal bold 40px/50px Frutiger;
}
.arrow {
  border: solid white;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 10px;
  font: normal normal bold 36px/50px Frutiger;
}

.right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.multipleChoice .question .innerContent .questionContent {
  font-size: 4rem;
  margin: 0 1rem 0 0;
  min-width: 4rem;
  font: normal normal normal 28px/30px NewsGoth;
}

body {
  background-color: #0056a4;
  overflow: overlay;
}
.multipleChoice .choice {
  background-color: #00BBCD;
  width: 100% !important;
  margin: 0 0 1rem 0 !important;
  color: #ffffff;
  /* padding: 0 !important; */
  text-align: center;
  font: normal normal normal 26px/61px NewsGoth;
}
.questionText{
  font: normal normal bold 26px/61px NewsGothBold;
}
.activitySponsorText {
  /* font: normal normal normal 26px/30px NewsGoth; */
  font: italic normal normal 40px/30px NewsGoth;
}
.forScript{
  font: normal normal normal 40px/30px NewsGoth;
}
.welcomeForScript{
  font: normal normal normal 27px/30px NewsGoth;
}
.copyrightLabel{
 font: normal normal bold 20px/24px NewsGothBold;
}
.button {
  display: flex;
  justify-content: center;
  align-items: center;
}
.button.primary button {
  background-color: #b7db4a;
}
.button button {
  display: block;
  border: 0;
  padding: 0.5rem 1rem;
  outline: none;
  font-weight: bold;
  border-radius: 2rem;
  /* box-shadow: 0 1px 9px rgb(0 0 0); */
  box-shadow: 0 1px 9px rgba(0, 0, 0, 0.4);
  transform: perspective(100px) translate3d(0, 0, 0px);
  line-height: 1.25;
  cursor: pointer;
  font-size: 1.25rem;
  font-family: Raleway;
}
.button button:active {
  transform: perspective(100px) translate3d(0, 0, -5px);
  box-shadow: 0 0 0;
}
.button button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

#sticky-isi{
/*   position: -webkit-sticky;  */
/*   position: sticky; */
  position: fixed;
  bottom: 0;
  width: 100%;
  /* height: 100vw; */
  z-index: 1;
}
#video {
  padding: 1rem;
}
#isi h2 {
  padding: 0 2rem 0 0;
  /* font-size: 1.25rem; */
  margin: 0 0 1rem 0;
  /* font-family: NewsGoth; */
  font: normal normal bold 22px/27px NewsGothBold;
}

/* #controlsIsi {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
} */
#controls {
  /* position: fixed; 
  bottom: 120px; */
  z-index: 1;
  /* position: fixed; */
  /* right: 0; */
  /* bottom: 0; */
  /* left: 0; */
  /* position: absolute;
  bottom: 0;
  left: 0;
  right: 0; */
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
#isi {
  background-color: white;
  /* padding: 1rem; */
  color: #c7eafb;
}
::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0);
}
::-webkit-scrollbar-thumb {
  background-color: #b7db4a;
}
#isi p {
  line-height: 1.25 !important;
}
#controls #tabs {
  display: flex;
  justify-content: center;
  overflow-x: hidden;
  overflow-y: hidden;
  -ms-overflow-style: none;
  margin-bottom: 0.2rem;
  flex-wrap: wrap;
}
#controls #tabs::-webkit-scrollbar {
  display: none;
}
#controls .tab {
  background-color: #00bbcd;
  padding: 2.5rem 2.2rem;
  color: #ffffff;
  font-weight: bold;
  border-radius: 5px 5px 0 0;
  transition: transform 0.2s;
  cursor: pointer;
  transform: translateY(10px);
  border-radius: 0;
  position: relative;
  text-align: center;
  pointer-events: all;
  font: normal normal bold 22px/26px NewsGoth;
}
#controls .tabHolder {
  padding: 0 0.25rem;
}
#controls .tab div {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tab img {
  width: 1rem;
}
.tab svg {
  font-size: 1.25rem;
  margin: 0.25rem 0 0 0;
  width: 100%;
}
.tab:last-of-type svg path {
  stroke-width: 0px;
}
.tab svg path {
  stroke-width: 50px;
}
#controls .tab.correct {
  background-color: rgba(0, 115, 0, 0.75);
  color: #ffffff;
}
#controls .tab.incorrect {
  background-color: rgba(255, 0, 0, 0.75);
  color: #ffffff;
}
#controls .tab.active {
  background-color: #0056A4;
  color: #ffffff;
  transform: translateY(0px);
}
#controls .tab:hover {
  transform: translateY(0px);
}
.choice.correct {
  background-color: #097969;

}
.choice.incorrect{
  background-color: #BD4343;
}
.multipleChoice .innerContent {
  padding: 1rem;
}
.innerContent {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  padding: 0 0 200px 0;
  transition: bakground-color 5s;
}
.verticalAlignmentHelper {
  display: table;
  height: 100%;
  width: 100%;
}
.verticalAlignCenter {
  padding: 1rem;
  display: table-cell;
  vertical-align: middle;
}
/* .modal.correct {
  background-color: rgba(0, 115, 0, 0.5);
} */
/* .modal.incorrect {
  background-color: rgba(255, 0, 0, 0.5);
} */
.modal.correct .innerContent {
 background-color: #77BD43;
  
}
.modal.incorrect .innerContent {
  /* background-color: rgba(255, 0, 0, 0.75); */
  background-color: #77BD43;

}
.modal .innerContent {
  box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.5);
  color: #ffffff;
  max-width: 800px;
  max-height: 750px;
}
.modal .buttons {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem 0 0 0;
}
.modal .buttons .button {
  margin: 0 0.5rem;
}
.innerContent p:last-of-type {
  margin: 0;
}
.innerContent p {
  margin: 0 0 1rem 0;
  line-height: 1.3;
}
.title {
  font-size: 1.5rem;
  font-weight: bold;
  margin: 0 0 1rem 0;
  text-align: center;
}
.brightcove-react-player-loader {
  position: relative;
  padding: 0 0 56.25% 0;
  width: 100%;
}
.brightcove-react-player-loader video-js {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
#welcome {
  padding: 1rem;
  color: #ffffff;
}
#welcome .title {
  font: normal normal bold 45px/50px NewsGothBold; 
  line-height: 1.2;
}
#welcome .innerContent {
  padding: 4rem;
}
#results {
  padding: 1rem;
}
#results .innerContent {
  /* background-color: rgba(1, 187, 205, 0.5); */
  padding: 1rem;
  display: flex;
}
#results .innerContent > div:nth-child(2) {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-weight: bold;
  font-size: 1.5rem;
  flex-grow: 1;
}
#results #resultsTable {
  background-color: #4cace9;
  font-weight: bold;
  width: 5rem;
}
#results #resultsTable > div {
  padding: 0.5rem;
  display: flex;
  cursor: pointer;
}
.userAnswers{
  margin-bottom: 1rem;
  display: flex;
  justify-content: space-around;
  font: normal normal bold 20px/35px Effra;
}
#results #resultsTable > div:hover {
  padding: 0.5rem;
  display: flex;
  background-color: #b7db4a;
  color: #000000;
}
/* #confettiHolder canvas {
  z-index: -1 !important;
}
#confetti {
  z-index: -1; 
   position: fixed; 
 position: absolute;
  top: 200px;
  right: 0;
  bottom: 0; 
 left: 0;
  width: 100%; 
  height: 240px;
} */
#resultsTable > div > div {
  width: 100%;
  text-align: center;
}
#logos {
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 1rem 0;
}
#logos img {
  max-height: 5rem;
  object-fit: contain;
}
.textContainer{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1rem;
  padding: 0 9rem;
}
.justFont{
  font: normal normal bold 29px/33px NewsGoth;  
  text-align: center;
}
.textContainerstyle {
  font: normal normal normal 22px/27px NewsGoth;
  margin-bottom: 1rem; 
  padding: 0 1.5rem;
}
#stepsContainer{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-evenly;
  background-color: white;
  max-width: fit-content;
  color: #0056A4;
  /* margin-bottom: 2rem; */
  padding: 2rem;
}
.paddedOuter{
  padding: 0 10rem;
  margin-top: 2rem;
}
.step-one{
  width: 100%;
  border: 1px solid #0056A4;
  padding-top: 2.5rem;
  margin-bottom: 2rem;
  /* text-align: center; */
  
}
.step-one > div > span{
  font: normal normal bold 120px/155px Frutiger;
}
.step-one > div > h1 {
  font: normal normal normal 55px/50px NewsGoth;
  
}
#stepsContainer > div {
  margin: 1rem;
  /* padding: 0 1rem; */
}
.step-one img {
  width: 100%;
  max-width: 320px;
  margin-bottom: 1rem;
}
#stepsContainer > div > div> span {
  font-weight: bold;
  font-size: 80px;
  font-family: Frutiger;
  /* margin-right: 0.3rem; */

}
#stepsContainer > div > div > h1 {
  font-weight: normal;
  font-size: 2rem;
  font-family: NewsGoth;
}
#stepsContainer > div > img {
  width: 250px;
  height: 220px;
  margin-top: 1rem;
}
#referencesContentHolder::-webkit-scrollbar {
  width: 10px;
}
#referencesContentHolder::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0);
}
#referencesContentHolder::-webkit-scrollbar-thumb {
  background-color: #b7db4a;
}
#references p {
  margin: 0 0 1rem 0;
}
#referencesToggle:hover svg {
  color: #7054a3;
}
/* true false for question 5 and 6 styles */
#TrueFalseContainer {
  display: flex;
  align-items: center;
  padding: 0 4rem;
}
#TrueFalseContainer > div > p {
  font: normal normal normal 20px/20px NewsGoth;
}

.true-selection , .false-selection {
  margin: 1rem;
  background-color: white;
  padding: 0.25rem 0.5rem;
  max-height: 60px;
  text-align: center;
  color: #0056A4;
  font-family: NewsGothBold;
  font-size: 16px;
}
/* .true-selection.selected{
  background-color: #097969;
} */
.selected{
  background-color: #097969;
}
.wrong-selection{
  background-color: #BD4343;
}
/* .false-selection.selected{
  background-color: #BD4343;
} */
/* check box question 6 styles */
.checkBoxQuestion{
  color: white;
  /* font: normal normal normal 26px/29px NewsGoth; */
  /* margin: 1rem; */
  /* background-color: white; */
  padding: 1rem 2rem;
  /* text-align: center; */
  /* color: #0056A4; */
  font: normal normal normal 24px/30px NewsGoth;
}

/* text styling */
.effraText{
  text-align: center;
  font: normal normal 900 40px/30px Effra;
}
.isi-text-container{
  padding: 1rem 5rem 1rem 16rem;
  background-color: #E9F0F8;
}
.isi-text-container p {
  margin-bottom: 1rem;
}
.isi-text-container .text-normal{
  color: #4D4D4F;
  font: normal normal normal 22px/27px NewsGoth;

}

.isi-text-container .text-bold{
  font-weight: bold;
  font-size: 1.2rem;
  color: #4D4D4F;

}
.referenceWelcome{
  font: normal normal normal 16px/20px NewsGoth;
  color: white; 
  padding: 2rem 0;
}
.referenceWelcome > p{
  margin-bottom: 1rem;
}
.referenceWelcome >span {
  display: inline-block;
}
.correctAnswerModal{
  font: normal normal bold 23px/20px NewsGothBold;
}

.unhide{
display: block;
}

.applyFlex{
  display: flex;
  /* align-items: flex-start; */
  margin-bottom: 1.5rem;
  /* justify-content: space-evenly; */
}
.applyFlex > p {
  margin-left: 1.5rem!important;
}
#form .formText{
  color: white;
  font: normal normal normal Effra;
  margin-bottom: 0.5rem;
}
#form > input {
  padding: 1rem;
  margin-bottom: 0.5rem;
}

/* circle for question 6 */
.circle {
  min-width: 20px;
  height: 20px;
  /* border: 1 px solid white; */
  background-color: white;
  border-radius: 50%;
  margin-left: 2rem;
}
.removeHyperlinkStyles{
  color: inherit;
  text-decoration: none;
}
@media (min-width: 1900px){
  .text-normal{
    padding: 0 24rem !important;
  }
 #sticky-isi #isi{
    padding: 16px 0px 0px 33rem !important;
  }
  #scrollHere > div:first-child {
    padding: 1rem 0 0 33rem !important;
  }
}
@media only screen and (max-width: 500px) {
  .modal {
    padding: 0 0 200px 0;
  }
  #logos img {
    max-height: 3rem;
    object-fit: contain;
  }
  /* #stepsContainer{
    flex-direction: column;
  } */
  .paddedOuter{
    padding: 1rem;
    flex-direction: column;
    justify-content: center;
  }
  #logos{
    width: 100vw;
  }
  .textContainer{
    padding: 0;
    /* display: none; */
    margin-left: -1rem;
  }
  .unhide{
    display: block;
  }
  /* #welcome .title {
    font: normal normal bold 58px/60px NewsGoth;
    line-height: 1.2;
  } */

  #controls{
    background-color: #0056A4;
    /* padding-top: 3rem; */
  }
  #controls #tabs {
    display: flex;
    flex-wrap: wrap;
  }
  #controls .tab{
    margin: 2px;
    padding: 2rem;
  }
  #TrueFalseContainer {
    display: flex;
    align-items: normal;
    padding: 0;
    margin: 1rem 0;
  }
  .multipleChoice{
    margin-bottom: 8rem;
  }
  .multipleChoice .choice {
    font: normal normal normal 20px/20px NewsGoth;
  }
  .multipleChoice .question .innerContent .questionContent {
    font: normal normal normal 20px/20px NewsGoth;
  }
  .modal.correct .innerContent{
    margin-bottom: 6rem;
  }
  .modal.incorrect .innerContent {
    margin-bottom: 6rem;

  }
  .checkBoxQuestion{
    padding: 0 1rem;
  }
  .isi-text-container{
    padding: 2rem;
  }
  #isi h2 {
    font: normal normal bold 25px/20px NewsGothBold;
    padding: 1.5rem;
    line-height: 0.9;
  }
  .copyrightLabel {
    font: normal normal bold 14px/20px NewsGothBold;
  }
  .activitySponsorText{
    font: italic normal normal 30px/20px NewsGoth;
  }
  #welcome .title {
    font: normal normal bold 28px/60px NewsGothBold;
  }
  .modal .innerContent {
    height: auto;
    width: auto;
    overflow: scroll;
  }

}
