/* efra */
@import url(https://use.typekit.net/lui4ksf.css);

/* butler */
@font-face {
  font-family: Butler;
  src: url(/fonts/Butler/Butler.woff2) format('woff2'), url(/fonts/Butler/Butler.woff) format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Butler;
  src: url(/fonts/Butler/Butler-ExtraBold.woff2) format('woff2'), url(/fonts/Butler/Butler-ExtraBold.woff) format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

html,
body {
  font-family: Effra !important;
}
body {
  background-color: #f8efde;
}

#nav {
  width: 100%;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

#nav .holder {
  width: 100%;
  max-width: 800px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#nav #pt {
  width: 100%;
  border-bottom: 2px solid #053d58;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3rem;
}

#nav #pt .holder {
  height: 100%;
}

#nav #pt .holder div {
  display: flex;
  align-items: center;
  width: 50%;
  height: 100%;
}

#nav #pt .holder div img {
  max-height: 2rem;
  padding: 0 0 0 0.5rem;
}

#nav #pt .holder div:nth-child(2) a:hover,
#nav #pt .holder div:nth-child(2) a:active {
  color: #ffffff;
  background-color: #527687;
}

#nav #pt a,
#nav #pt p {
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 0.5rem;
  text-decoration: none;
  font-weight: bold;
  color: #053d58;
}

#nav #pt a {
  cursor: pointer;
}

#nav #neuriva {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  font-family: Butler;
}

#nav #neuriva #holder {
  width: 100%;
  max-width: 800px;
}

#nav #neuriva #holder #neurivaLogo {
  justify-content: center;
  align-items: flex-start;
}

#nav #neuriva #holder div {
  width: 100%;
  display: flex;
}

#nav #neuriva #holder div img {
  object-fit: contain;
  width: 50%;
}

#nav #neuriva #holder p {
  font-size: 0.75rem;
  font-family: Effra;
  color: #656565;
}

#nav #neuriva #sponsored {
  font-style: italic;
  color: #656565;
  font-size: 10px;
  text-align: left;
  font-family: Effra;
}

@media only screen and (max-width: 576px) {
  #nav #neuriva #holder div {
    flex-wrap: wrap;
  }

  #nav #neuriva #holder div img {
    width: 100%;
  }

  #nav #neuriva #holder p {
    width: 100%;
    text-align: center;
  }

  #nav #neuriva #holder p:last-child {
    padding: 0.5rem 0 0 0;
  }
}

#contentHolder {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  background-color: #f8efde;
  width: 100%;
  overflow: hidden;
  padding: 1rem 1rem 15rem 1rem;
}

#contentHolder .content {
  display: none;
  justify-content: center;
  position: relative;
  width: 100%;
}

#contentHolder .content.active {
  display: flex;
}

#subNav {
  width: 100%;
  background-color: #00625b;
  color: #ffffff;
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
}

#subNav #toggle {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 4rem;
}

#subNav #toggle svg {
  transition: transform 0.2s;
}

#subNav #toggle svg.collapsed {
  transform: rotateX(180deg);
}

#subNav h1 {
  font-weight: normal;
}

#subNav #title {
  width: 100%;
  text-align: center;
}

#subNav #label {
  white-space: nowrap;
  background-color: #00c4e2;
  font-size: 1.5rem;
  font-weight: bold;
  padding: 0.5rem;
  border-radius: 0.5rem;
  margin: 0 1rem 0 0;
}

#subNav #text {
  transition: max-height 0.2s;
}

#subNav #holder {
  overflow: hidden;
  width: 100%;
  max-width: 800px;
  display: flex;
  align-items: flex-start;
}

#subNav #toggle {
  display: none;
}

@media only screen and (max-width: 576px) {
  #subNav #holder {
    flex-wrap: wrap;
  }

  #subNav #toggle {
    display: block;
  }

  #subNav #text p {
    margin: 1rem 0 0 0;
  }
}

#welcome {
  width: 100%;
  max-width: 800px;
}

#welcome #top {
  background-color: #ffffff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 1rem;
  width: 100%;
  border: 3px solid #00625b;
}

#welcome #bottom {
  width: 100%;
  padding: 1rem;
  color: #00625b;
}

#welcome #bottom p {
  text-align: center;
  padding: 1rem;
}

#welcome #bottom h2 {
  color: #00625b;
  text-align: center;
}

#welcome #bottom #copy {
  display: flex;
}

#welcome #bottom #copy p {
  padding: 0.5rem;
}

#welcome #bottom #copy div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
}

#welcome #bottom #copy img {
  height: 6rem;
}

#welcome #videoButton {
  background-color: #00625b;
  padding: 1rem;
  position: absolute;
  top: -10px;
  font-weight: bold;
  font-size: 1.5rem;
  color: #ffffff;
}

#welcome #steps {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  color: #00c4e2;
  width: 100%;
}

#welcome #steps .step {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 1rem;
  text-align: center;
  width: 33.33%;
  font-size: 1.5rem;
}

#welcome #steps .step .num {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  width: 2.5rem;
  height: 2.5rem;
  min-width: 2.5rem;
  min-height: 2.5rem;
  border-radius: 2.5rem;
  background-color: #00c4e2;
  color: #ffffff;
  margin: 0 0.5rem 0 0;
}

#welcome #steps .step div:nth-child(1) {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  padding: 0 0 1rem 0;
}

#welcome #steps .step div:nth-child(2) {
  width: 100%;
}

#welcome #steps .step div:nth-child(2) img {
  width: 100%;
}

@media only screen and (max-width: 760px) {
  #welcome #steps .step {
    font-size: 0.8rem;
  }
}

@media only screen and (max-width: 576px) {
  #welcome #steps .step {
    font-size: 1.5rem;
    width: 100%;
  }

  #welcome #bottom #copy {
    flex-wrap: wrap;
  }

  #welcome #bottom #copy div {
    padding: 0.5rem;
    width: 100%;
    flex-direction: row-reverse;
  }

  #welcome #bottom #copy div img {
    height: unset;
    width: 4rem;
  }
}

#video {
  width: 100%;
  max-width: 800px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

#video .brightcove-react-player-loader,
#video video-js {
  width: 100%;
}

#video video-js {
  padding: 0 0 56.25% 0;
}

#video .label {
  margin: 2rem 0 0 0;
}

#video video {
  outline: none;
}

#controls {
  position: fixed;
  bottom: 2.25rem;
  left: 0;
  right: 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  z-index: 50;
}

#controls #tabs {
  display: flex;
  justify-content: flex-start;
  overflow-x: scroll;
  overflow-y: hidden;
  -ms-overflow-style: none;
}

#controls #tabs::-webkit-scrollbar {
  display: none;
}

#controls .tab {
  height: calc(4rem + 10px);
  background-color: #00625b;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  color: #ffffff;
  font-weight: bold;
  border-radius: 5px 5px 0 0;
  transition: transform 0.2s;
  cursor: pointer;
  transform: translateY(10px);
}

#controls .tab:hover,
#controls .tab.active {
  transform: translateY(0px);
  background-color: #f5817e;
}

#controls::-webkit-scrollbar {
  display: none;
}

#controls #ptFooter {
  background-color: #053d58;
  color: #ffffff;
  text-align: center;
  font-size: 0.75rem;
  padding: 0.25rem;
  width: 100%;
}

#controls #disclaimer {
  position: absolute;
  top: 0;
  right: 0;
  width: 12rem;
  font-weight: 100;
  font-size: 12px;
  padding: 0.5rem;
}

#controls #disclaimer1 {
  font-size: 0.75rem;
  width: 100%;
  padding: 0.25rem;
  background-color: #000000;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
}

@media only screen and (max-width: 1135px) {
  #controls #disclaimer {
    top: -1.5rem;
    width: 100%;
    text-align: center;
  }
}

@media only screen and (max-width: 825px) {
  #controls #disclaimer {
    top: -2rem;
  }
}

@media only screen and (max-width: 576px) {
  #controls #disclaimer {
    top: -2.5rem;
  }
}

#circleWrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 500px;
}

#circleWrapper #circleAnchor {
  position: relative;
}

#overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0.75;
  z-index: 990;
  pointer-events: none;
}

#responseModal {
  color: #ffffff;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  z-index: 99999;
  max-width: 800px;
  width: calc(100% - 2rem);
  max-height: calc(100% - 2rem);
  padding: 1rem;
  overflow-y: scroll;
  -ms-overflow-style: none;
}

#responseModal p {
  margin: 1rem 0;
}

#responseModal #buttonHolder {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#responseModal::-webkit-scrollbar {
  display: none;
}

#responseModal.correct a {
  color: #f5817e;
}

#responseModal.incorrect a {
  color: #00625b;
}

@media only screen and (max-width: 576px) {
  #responseModal {
    margin: 0;
    width: calc(100% - 2rem);
  }
}

.label {
  white-space: nowrap;
  background-color: #00c4e2;
  color: #ffffff;
  font-size: 1.25rem;
  font-weight: bold;
  padding: 0.5rem;
  border-radius: 0.5rem;
  transition: background-color 0.2s, color 0.2s;
  cursor: pointer;
  width: fit-content;
}

.label.disabled {
  background-color: #cecece;
  color: #8e8e8e;
  cursor: not-allowed;
}

@media only screen and (max-width: 576px) {
  #steps .step {
    display: flex;
  }

  #steps .step .num {
    display: flex;
  }
}

#question1 {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 400px;
  background: url(/neuriva_assets/Coral_NEURIVA_BRAIN_PERFORMANCE_FULL_LOGO_RGB.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  min-height: 500px;
}

#question1 .pulsatingCircle {
  position: absolute;
  cursor: pointer;
}

#question1 .pulsatingCircle .pulse {
  position: absolute;
  border-radius: 100%;
  opacity: 0.5;
  animation: pulse infinite 2s;
}

#question1 .pulsatingCircle .circle {
  position: absolute;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
}

#question2 {
  font-size: 1.5rem;
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 800px;
  z-index: 1;
}

#question2 #bgImage {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  z-index: -1;
  opacity: 0.15;
}

#question2 h3 {
  color: #00625b;
  text-align: center;
  font-size: 1.5rem;
}

#question2 #leftCol {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid;
  border-bottom: 1px solid;
  margin: 1rem 0;
  font-weight: bold;
  color: #00625b;
  touch-action: none;
  justify-content: center;
}

#question2 #leftCol .draggableWordHolder {
  pointer-events: none;
  text-align: center;
}

#question2 #leftCol .draggableWordHolder .draggableWord {
  padding: 1rem;
  color: #00625b;
  pointer-events: all;
  z-index: 2;
  font-size: 1rem;
  z-index: 99999999;
  cursor: pointer;
}

#question2 #rightCol {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  touch-action: none;
}

#question2 #rightCol .wordDrop {
  width: 33.33%;
  padding: 0.5rem;
  font-size: 1rem;
  display: flex;
  position: relative;
}

#question2 #rightCol .wordDrop .holder {
  width: calc(100% - 3.5rem);
}

#question2 #rightCol .wordDrop .holder .hint {
  padding: 0.5rem 0;
  font-size: 1rem;
  color: #00625b;
  font-weight: bold;
}

#question2 #rightCol .wordDrop .num {
  width: 3rem;
  height: 3rem;
  border-radius: 3rem;
  background-color: red;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: #ffffff;
  margin: 0 0.5rem 0 0;
}

#question2 #rightCol .wordDrop .dropZone {
  pointer-events: all;
  height: 3rem;
  text-align: center;
  padding: 1rem;
  font-weight: bold;
}

@media only screen and (max-width: 576px) {
  #question2 #rightCol .wordDrop {
    width: 50%;
  }

  #question2 #rightCol .wordDrop .num {
    position: absolute;
    left: -0.5rem;
    top: -0.5rem;
    height: 2rem;
    width: 2rem;
  }

  #question2 #rightCol .wordDrop .holder {
    width: 100%;
  }

  #question2 #rightCol .wordDrop .holder .hint {
    font-size: 0.75rem;
  }
}

#question3 {
  width: 100%;
  max-width: 800px;
  background-color: #fbf5ea;
  border-radius: 3rem;
  border: 1px solid #000000;
  position: relative;
  z-index: 1;
  padding: 1rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 0 5rem 0;
}

#question3 #bgBrain {
  position: absolute;
  width: 16rem;
  top: 3rem;
  left: -8rem;
  z-index: -1;
  opacity: 0.5;
}

#question3 .row {
  display: flex;
  width: 100%;
  padding: 2rem 25%;
}

#question3 .item {
  padding: 0 0 0 0.5rem;
}

#question3 .container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#question3 .container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

#question3 .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 2rem;
  width: 2rem;
  background-color: #ffffff;
  border: 1px solid #00625b;
  border-radius: 8px;
}

#question3 .container:hover input ~ .checkmark {
  background-color: #ccc;
}

#question3 .container input:checked ~ .checkmark {
  background-color: #00625b;
}

#question3 .checkmark:after {
  content: '';
  position: absolute;
  display: none;
}

#question3 .container input:checked ~ .checkmark:after {
  display: block;
}

#question3 .container .checkmark:after {
  left: 12px;
  top: 5px;
  width: 5px;
  height: 16px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media only screen and (max-width: 576px) {
  #question3 .row {
    padding: 2rem 12.5%;
  }
}

#question4 {
  width: 100%;
  max-width: 650px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

#question4 .row {
  display: flex;
  width: 100%;
  border-top: 1px solid;
}

#question4 .row:last-child {
  border-bottom: 1px solid;
}

#question4 .row div {
  padding: 1rem;
  border-left: 1px solid;
}

#question4 .row img {
  width: 100%;
  filter: grayscale(1) contrast(0) drop-shadow(0px 0px 0px #f8efde);
  -webkit-filter: grayscale(1) contrast(0) drop-shadow(0px 0px 0px #f8efde);
  -moz-filter: grayscale(1) contrast(0) drop-shadow(0px 0px 0px #f8efde);
  -o-filter: grayscale(1) contrast(0) drop-shadow(0px 0px 0px #f8efde);
  -ms-filter: grayscale(1) contrast(0) drop-shadow(0px 0px 0px #f8efde);
  transition: filter 0.2s, -webkit-filter 0.2s, -moz-filter 0.2s, -o-filter 0.2s, -ms-filter 0.2s;
}

#question4 .row div:nth-child(1) {
  width: 60%;
  display: flex;
  align-items: center;
  background-color: #ffffff;
}

#question4 .row div:nth-child(2) {
  width: 20%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem;
}

#question4 .row div:nth-child(2) p {
  position: absolute;
  color: #ffffff;
  font-weight: bold;
  z-index: 10;
  pointer-events: none;
  filter: drop-shadow(0px 2px 1px black);
  -webkit-filter: drop-shadow(0px 2px 1px black);
  -moz-filter: drop-shadow(0px 2px 1px black);
  -o-filter: drop-shadow(0px 2px 1px black);
  -ms-filter: drop-shadow(0px 2px 1px black);
}

#question4 .row div:nth-child(2) img {
  cursor: pointer;
  transition: filter 0.2s;
}

#question4 .row div:nth-child(2) img:hover,
#question4 .row div:nth-child(2) img:active,
#question4 .row div:nth-child(2) img.selected {
  filter: grayscale(0) contrast(1);
  -webkit-filter: grayscale(0) contrast(1);
  -moz-filter: grayscale(0) contrast(1);
  -o-filter: grayscale(0) contrast(1);
  -ms-filter: grayscale(0) contrast(1);
}

#question4 .row div:nth-child(3) {
  width: 20%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid;
  padding: 0.5rem;
}

#question4 .row div:nth-child(3) p {
  position: absolute;
  color: #ffffff;
  font-weight: bold;
  z-index: 10;
  pointer-events: none;
  filter: drop-shadow(0px 2px 1px black);
  -webkit-filter: drop-shadow(0px 2px 1px black);
  -moz-filter: drop-shadow(0px 2px 1px black);
  -o-filter: drop-shadow(0px 2px 1px black);
  -ms-filter: drop-shadow(0px 2px 1px black);
}

#question4 .row div:nth-child(3) img {
  cursor: pointer;
}

#question4 .row div:nth-child(3) img:hover,
#question4 .row div:nth-child(3) img:active,
#question4 .row div:nth-child(3) img.selected {
  filter: grayscale(0) contrast(1);
  -webkit-filter: grayscale(0) contrast(1);
  -moz-filter: grayscale(0) contrast(1);
  -o-filter: grayscale(0) contrast(1);
  -ms-filter: grayscale(0) contrast(1);
}

#question5 {
  width: 100%;
  max-width: 800px;
  display: flex;
  flex-wrap: wrap;
}

#question5 .circleHolder {
  font-size: 2rem;
  color: #ffffff;
  border-radius: 100%;
  width: 50%;
  padding: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

#question5 .flippingCircle {
  font-size: 2rem;
  color: #ffffff;
  border-radius: 100%;
  width: 100%;
  padding: 0 0 100% 0;
  cursor: pointer;
}

#question5 .pulse {
  position: absolute;
  height: calc(100%);
  width: calc(100%);
  border-radius: 100%;
  animation: pulse 2s infinite;
}

@media only screen and (max-width: 576px) {
  #question5 .circleHolder {
    padding: 1rem;
  }
}

#question6 {
  width: 100%;
  max-width: 800px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

#question6 .answerCard {
  width: 100%;
  padding: 2rem;
  margin: 0.5rem 1rem;
  color: #ffffff;
  font-size: 1.5rem;
  border-radius: 1rem;
  min-height: 10rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
}

#question7 {
  font-size: 1.5rem;
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 800px;
  z-index: 1;
  touch-action: none;
  display: flex;
}

#question7 .preload {
  height: 0px;
  width: 0px;
}

#question7 .preload img {
  height: 0px;
  width: 0px;
}

#question7 .draggableIconHolder {
  width: 50%;
  display: flex;
  justify-content: center;
  position: relative;
  height: 9rem;
}

#question7 .draggableIconHolder img,
#question7 .draggableIconHolder p {
  pointer-events: none;
}

#question7 .draggableIcon {
  cursor: pointer;
  position: absolute;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  padding: 0.5rem;
  width: 7rem;
  border-radius: 0.5rem;
  z-index: 10;
}

#question7 .draggableIcon img {
  width: 6rem;
  object-fit: contain;
}

#question7 .draggableIcon p {
  font-weight: bold;
  text-align: center;
  font-size: 0.75rem;
  width: 100%;
  padding: 3px 0 0 0;
}

#question7 h3 {
  color: #00625b;
  text-align: center;
  font-size: 1.5rem;
}

#question7 #leftCol {
  width: 40%;
  display: flex;
  flex-wrap: wrap;
}

#question7 #rightCol {
  width: 60%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

#question7 #rightCol h1 {
  color: #00625b;
  margin: 0 0 1rem 0;
}

#question7 #targetHolder {
  width: 100%;
  padding: 0 0 100% 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

#question7 #target {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  overflow: hidden;
  z-index: 9;
}

#question7 #sectorHolder {
  pointer-events: none;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
}

#question7 .sector {
  pointer-events: none;
  overflow: hidden;
  position: absolute;
  width: 50%;
  height: 50%;
  transform-origin: 100% 100%;
  -moz-transform-origin: 100% 100%;
  -webkit-transform-origin: 100% 100%;
  box-shadow: 0px 0px 38px -20px;
}

#question7 .slice {
  position: absolute;
  height: 50%;
  width: 50%;
  top: 0;
  left: 0;
  transform-origin: 100% 100%;
}

@media only screen and (max-width: 576px) {
  #question7 {
    flex-wrap: wrap;
  }

  #question7 #leftCol {
    width: 100%;
    justify-content: center;
  }

  #question7 #rightCol {
    padding: 1rem;
    width: 100%;
  }

  #question7 .draggableIconHolder {
    height: 6rem;
    width: 5rem;
  }

  #question7 .draggableIconHolder .draggableIcon {
    height: 6rem;
    width: 5rem;
    object-fit: contain;
  }

  #question7 .draggableIcon p {
    font-size: 0.25rem;
  }

  #question7 .draggableIcon img {
    width: 4rem;
    height: 4rem;
  }
}

#question8 {
  width: 100%;
  max-width: 800px;
  background-color: #00625b;
  border-radius: 3rem;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

#question8 .iconHolder {
  width: 33.33%;
  padding: 0 0 33.33% 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

#question8 .icon {
  width: calc(100% - 3rem);
  height: calc(100% - 3rem);
  border-radius: 100%;
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  z-index: 4;
  cursor: pointer;
  background-color: #ffffff;
}

#question8 .icon img {
  height: 40%;
}

#question8 .icon p {
  color: #00625b;
  margin: 0.5rem 0 0 0;
  text-align: center;
  max-width: 85%;
}

#question8 .pulse {
  position: absolute;
  border-radius: 100%;
  opacity: 0.5;
  background-color: #5a9895;
  width: calc(100% - 2rem);
  height: calc(100% - 2rem);
  top: 1rem;
  left: 1rem;
}

#question8 #brainHolder {
  margin: 0 1rem 1rem 1rem;
  width: 100%;
}

#question8 #checkAnswers {
  padding: 1rem;
  height: 100%;
  width: 100%;
  background-color: #5a9895;
  color: #00625b;
  font-weight: bold;
  font-size: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2rem;
  cursor: pointer;
  transform: perspective(50px) translate3d(0px, 0px, -2px);
  transition: transform 0.2s, color 0.2s, background-color 0.2s;
  text-align: center;
}

#question8 #checkAnswers.active {
  background-color: #00c4e2;
  color: #ffffff;
  transform: perspective(50px) translate3d(0px, 0px, 0px);
}

@media only screen and (max-width: 700px) {
  #question8 #checkAnswers {
    font-size: 2rem;
  }
}

@media only screen and (max-width: 576px) {
  #question8 .icon {
    width: calc(100% - 2rem);
    height: calc(100% - 2rem);
    top: 1rem;
    left: 1rem;
  }

  #question8 .icon p {
    font-size: 0.5rem;
    margin: 5px 0 0 0;
  }
}

#complete {
  width: 100%;
  max-width: 800px;
  padding: 1rem 0 1rem 1rem;
  background-color: #00625b;
  border-radius: 1rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 0 5rem 0;
}

#complete #congrats {
  width: 100%;
  text-align: center;
  color: #ffffff;
  padding: 0 1rem 0 0;
}

#complete #leftCol {
  padding: 1.5rem 0;
}

#complete #answerTable {
  background-color: #ffffff;
  display: flex;
  flex-wrap: wrap;
  border-radius: 1rem;
  width: 5rem;
  overflow: hidden;
}

#complete #answerTable .row {
  cursor: pointer;
  display: flex;
  width: 100%;
  font-weight: bold;
  font-size: 1.25rem;
}

#complete #answerTable .row div {
  padding: 0.5rem;
}

#complete #answerTable .row:hover {
  background-color: #00c4e2;
  color: #ffffff;
}

#complete #rightCol {
  display: flex;
  flex-grow: 1;
  color: #ffffff;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 1rem 0.5rem;
  text-align: center;
}

#complete #form form {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

#complete #form form .row {
  width: 100%;
  display: flex;
  padding: 0.5rem 0;
}

#complete #form form .row .col {
  width: 50%;
  padding: 0 0.5rem;
}

#complete #form form .row.oneCol {
  padding: 0.5rem;
}

#complete #form form input,
#complete #form form select {
  outline: none;
}

#complete #form form input[type='text'],
#complete #form form input[type='tel'],
#complete #form form input[type='email'] {
  font-family: Raleway;
  border: 0;
  margin: 0;
  padding: 1rem;
  font-size: 1rem;
  width: 100%;
}

#complete #form form input.error {
  border: 2px solid red;
  background-color: #ffb6b3;
}

#complete #form form select {
  font-family: Raleway;
  border: 0;
  margin: 0;
  padding: 1rem;
  font-size: 1rem;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #ffffff;
  background-image: url('data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%220%200%2012%2012%22%3E%3Ctitle%3Edown-arrow%3C%2Ftitle%3E%3Cg%20fill%3D%22%23000000%22%3E%3Cpath%20d%3D%22M10.293%2C3.293%2C6%2C7.586%2C1.707%2C3.293A1%2C1%2C0%2C0%2C0%2C.293%2C4.707l5%2C5a1%2C1%2C0%2C0%2C0%2C1.414%2C0l5-5a1%2C1%2C0%2C1%2C0-1.414-1.414Z%22%20fill%3D%22%23000000%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E');
  background-size: 1rem;
  background-position: calc(100% - 1rem) center;
  background-repeat: no-repeat;
}

#complete #form form select option {
  color: red;
}

#complete #form form input[type='submit'] {
  border: 0;
  margin: 0;
  background-color: #f5c900;
  padding: 1rem 2rem;
  font-weight: bold;
  color: #00625b;
  font-size: 1rem;
  border-radius: 0.5rem;
  cursor: pointer;
}

#complete #submit {
  background-color: #f5c900;
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  color: #00625b;
  font-weight: bold;
  cursor: pointer;
}

@media only screen and (max-width: 576px) {
  #complete #rightCol {
    padding: 1rem;
  }

  #complete #rightCol #form form .row {
    padding: 0;
    flex-wrap: wrap;
  }

  #complete #rightCol #form form .row .col {
    padding: 0.5rem 0;
    width: 100%;
  }

  #complete #rightCol #form form .row.oneCol {
    padding: 0.5rem 0;
  }
}

#references {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 9999;
  color: #ffffff;
}

#references #tab {
  cursor: pointer;
  border-radius: 100%;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #f5817e;
  display: flex;
  flex-wrap: wrap;
}

#references #tab svg {
  font-weight: bold;
  font-size: inherit;
}

#references #tab p {
  font-weight: bold;
  font-size: 1rem;
  position: absolute;
  top: 0;
  left: -1.75rem;
  transform: rotate(-45deg);
  transition: opacity 0.2s;
  opacity: 1;
}

#references #tab.active p {
  opacity: 0;
}

#references::-webkit-scrollbar {
  display: none;
}

#references #textHolder {
  overflow: hidden;
}

#references #textHolder p {
  padding: 0.5rem 0;
}

@media only screen and (max-width: 950px) {
  #references #tab {
    top: -11rem;
    right: -3rem;
  }
}

#references3 {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 99999;
  color: #ffffff;
}

#references3 #tab {
  cursor: pointer;
  border-radius: 100%;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #f5817e;
  display: flex;
  flex-wrap: wrap;
}

#references3 #tab svg {
  font-weight: bold;
  font-size: inherit;
}

#references3 #tab p {
  font-weight: bold;
  font-size: 1rem;
  position: absolute;
  top: 0;
  left: -1.75rem;
  transform: rotate(-45deg);
  transition: opacity 0.2s;
  opacity: 1;
}

#references3 #tab.active p {
  opacity: 0;
}

#references3 h3 {
  padding: 0.5rem;
}

#references3 #textHolder {
  padding: 0 1rem;
  -ms-overflow-style: none;
}

#references3 #textHolder p {
  padding: 0.5rem 0;
}

#references3 #textHolder::-webkit-scrollbar {
  display: none;
}

#bottomNav {
  width: 100%;
  color: #00625b;
  background-color: #f7eac8;
  display: flex;
  justify-content: center;
  padding: 1rem 1rem 10rem 1rem;
}

#bottomNav .holder {
  width: 100%;
  max-width: 800px;
}

#bottomNav p {
  text-align: center;
  padding: 1rem;
}

#bottomNav h2 {
  color: #00625b;
  text-align: center;
}

#bottomNav #copy {
  display: flex;
}

#bottomNav #copy p {
  padding: 0.5rem;
}

#bottomNav #copy div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  padding: 0 2rem;
}

#bottomNav #copy img {
  height: 6rem;
}

@media only screen and (max-width: 576px) {
  #bottomNav #copy {
    flex-wrap: wrap;
  }

  #bottomNav #copy div {
    padding: 1rem;
    width: 100%;
    flex-direction: row;
  }

  #bottomNav #copy div img {
    height: unset;
    width: 4rem;
  }
}

@media only screen and (max-width: 377px) {
  #controls {
    bottom: 3rem;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #complete #rightCol #form {
    width: 100%;
  }
}
