/* FONTS */
@font-face {
  font-family: "FuturaStd";
  src: url("../fonts/FuturaStd-Book.eot");
  src: local("☺"), url("../fonts/FuturaStd-Book.woff") format("woff"), url("../fonts/FuturaStd-Book.ttf") format("truetype"), url("../fonts/FuturaStd-Book.svg") format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "FuturaStd";
  src: url("../fonts/FuturaStd-Medium.eot");
  src: local("☺"), url("../fonts/FuturaStd-Medium.woff") format("woff"), url("../fonts/FuturaStd-Medium.ttf") format("truetype"), url("../fonts/FuturaStd-Medium.svg") format("svg");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "FuturaStd";
  src: url("../fonts/FuturaStd-Heavy.eot");
  src: local("☺"), url("../fonts/FuturaStd-Heavy.woff") format("woff"), url("../fonts/FuturaStd-Heavy.ttf") format("truetype"), url("../fonts/FuturaStd-Heavy.svg") format("svg");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "FuturaStd";
  src: url("../fonts/FuturaStd-Bold.eot");
  src: local("☺"), url("../fonts/FuturaStd-Bold.woff") format("woff"), url("../fonts/FuturaStd-Bold.ttf") format("truetype"), url("../fonts/FuturaStd-Bold.svg") format("svg");
  font-weight: 900;
  font-style: normal;
}
/* QUIZ STYLES */
html,
body {
  height: 100%;
  margin: 0;
  position: fixed;
  overflow: auto;
  width: 100%;
}
html {
  background-color: #004062;
}
body {
  margin: 0 auto;
  background-color: #004062;
  font-family: 'FuturaStd', 'Century Gothic', Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  letter-spacing: 0.25px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}
h1 {
  margin: 0 auto 20px;
  color: #ffffff;
  font-family: "FuturaStd";
  font-weight: 500;
}
h2 {
  font-size: 22px;
  padding: 15px 0;
}
h3 {
  font-size: 18px;
  padding: 15px 0 10px;
  font-weight: normal;
}
h4 {
  font-size: 16px;
  margin: 10px 0;
}
h5 {
  font-size: 14px;
  padding: 10px 0 5px;
}
h6 {
  font-size: 12px;
  padding: 5px 0;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
ul {
  list-style-type: circle;
}
ol {
  list-style-type: decimal;
}
ol li {
  list-style-type: decimal;
  margin-left: 20px;
}
sup {
  top: -0.5em;
  font-size: 75%;
  position: relative;
}
sub {
  vertical-align: sub;
  font-size: 0.5em;
}
.button {
  font-size: 1.5rem;
  width: auto;
  color: #ffffff;
  text-decoration: none;
  position: fixed;
  z-index: 1;
  text-transform: uppercase;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  padding: 0;
  font-weight: 900;
  font-style: italic;
}
.button span {
  font-size: 160%;
  font-style: initial;
  font-family: Arial, Helvetica, sans-serif;
}
.button .quo1 {
  color: #f8c999;
  margin-right: -2%;
  margin-left: 5px;
}
.button .quo2 {
  color: #ef8b22;
}
.startOver {
  width: 100%;
  max-width: fit-content;
}
.quizHeader {
  height: 100%;
  width: 100%;
  opacity: 1;
  text-align: center;
  display: flex !important;
  align-content: center;
  flex-wrap: wrap;
}
.quizHeader-hide {
  display: block !important;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  transition: all 0.25s ease;
}
.quizHeader.quizHeader-hide:after {
  opacity: 0;
  transition: all 0.2s ease;
}
.quizHeader:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(rgba(0, 64, 98, 0.85) 70%, rgba(0, 0, 0, 0.9) 110%);
  z-index: -1;
}
.quizHeader:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(../images/start.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: -2;
  opacity: 1;
  transition: all 0.2s ease;
}
.quizHeader h1 {
  font-size: 30px;
  font-size: 4.5vw;
  max-width: 1180px;
  line-height: 1.25;
  margin: 0 auto 0.5em;
}
.quizHeader .sub-title {
  font-size: 18px;
  font-size: 3.15vmin;
  color: #ffffff;
}
.quizHeader .quizDescription {
  padding: 38px;
  margin-bottom: 5%;
  flex: 100%;
}
.quizHeader .startButton {
  color: #ffffff;
  display: inline-block;
  background-color: #ef8b22;
  margin: auto;
  font-size: 1.25em;
  font-weight: 900;
  width: auto;
  padding: 1.25em 2em;
  border: 1px solid #fff;
  border-radius: 64px;
  text-decoration: none;
}
.question:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(rgba(0, 64, 98, 0.85) 70%, rgba(0, 0, 0, 0.9) 110%);
  z-index: -1;
}
.question:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: -2;
  opacity: 1;
  transition: all 0.2s ease;
}
#question0:after {
  background-image: url(../images/q1.jpg);
}
#question1:after {
  background-image: url(../images/q2.jpg);
}
#question2:after {
  background-image: url(../images/q3.jpg);
}
#question3:after {
  background-image: url(../images/q4.jpg);
}
#question4:after {
  background-image: url(../images/q5.jpg);
}
#question5:after {
  background-image: url(../images/q6.jpg);
}
#question6:after {
  background-image: url(../images/q7.jpg);
}
#question7:after {
  background-image: url(../images/q8.jpg);
}
.tryAgain {
  float: none;
  margin: 20px 0;
}
/* clearfix */
.quizArea,
.quizResults {
  zoom: 1;
}
.quizArea:before,
.quizResults:before,
.quizArea:after,
.quizResults:after {
  content: "\0020";
  display: block;
  height: 0;
  visibility: hidden;
  font-size: 0;
}
.quizArea:after,
.quizResults:after {
  clear: both;
}
.quizArea {
  height: 0;
}
.quizShow {
  height: 100%;
  transition: all 0.5s ease;
}
ol.questions {
  margin-left: 0;
  height: 100%;
}
ol.questions li {
  margin-left: 0;
}
ol.questions > li {
  height: 100%;
  overflow: auto;
}
ol.questions .question {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
ol.questions .question .currentContainer {
  padding-top: 5%;
  max-width: 1000px;
  padding-bottom: 100px;
  padding-right: 1em;
}
ol.questions .question h3 {
  color: #ffffff;
  line-height: 1.25;
  display: flex;
  align-items: center;
}
ol.questions .question h3 .questionText {
  margin-left: 20px;
  font-size: 1.1rem;
}
ol.questions .question:before {
  content: '';
  background: linear-gradient(rgba(0, 64, 98, 0.85) 70%, rgba(0, 0, 0, 0.9) 110%);
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  bottom: 0;
  z-index: -1;
}
ol.questions .question:after {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  bottom: 0;
  z-index: -2;
  background-position: right center;
  background-size: cover;
}
ol.questions .question .questionNumber span {
  background: #ef8b22;
  border-radius: 100%;
  border: 1px solid #ffffff;
  display: block;
  text-align: center;
  font-weight: 700;
  font-size: 24px;
  width: 40px;
  height: 40px;
  line-height: 40px;
}
ul.answers,
ul.responses {
  margin-left: 1em;
  margin-right: 1em;
  max-width: 760px;
  font-size: 0.75rem;
}
ul.answers {
  margin-bottom: 20px;
}
ul.answers label {
  background: rgba(255, 255, 255, 0.8);
  padding: 10px;
  margin: 10px 0;
  border: 1px solid transparent;
  border-radius: 40px;
  display: flex;
  align-items: center;
  transition: all 0.2s ease;
  line-height: 1.25;
}
ul.answers label:hover {
  background: rgba(255, 255, 255, 0.5);
  transition: all 0.2s ease;
}
ul.answers label p {
  width: 90%;
  font-size: 1.25em;
}
ul.answers input {
  display: none;
}
ul.answers input[type="radio"]:checked + label {
  background: #ef8b22;
  color: #ffffff;
}
ul.answers input[type="checkbox"]:checked + label {
  background: #ef8b22;
  color: #ffffff;
}
ul.answers .incorrect input[type="radio"]:checked + label,
ul.answers .incorrect input[type="checkbox"]:checked + label {
  background: rgba(73, 117, 148, 0.9);
  color: #ffffff;
}
ul.answers .option {
  width: 26px;
  height: 26px;
  background: #004062;
  border-radius: 100%;
  border: 1px solid #ffffff;
  line-height: 26px;
  text-align: center;
  font-size: 1rem;
  color: #ffffff;
  margin-right: 1rem;
}
ul.answers .check {
  width: 36px;
  height: 36px;
  background: #004062;
  border-radius: 100%;
  border: 1px solid #ffffff;
  line-height: 36px;
  text-align: center;
  font-size: 1.25rem;
  margin-right: 1rem;
  position: relative;
}
ul.answers input[type="checkbox"]:checked + label .check:after {
  content: "\2714";
  font-size: 40px;
}
.complete ul.answers li.correct label {
  background: #ef8b22;
  color: #ffffff;
}
ul.responses {
  margin-top: 60px;
}
ul.responses li {
  margin: 10px 20px 20px;
  color: white;
  font-size: 18px;
  font-size: 1.1em;
  line-height: 1.5;
}
ul.responses li .responseTitle {
  display: inline-block;
  vertical-align: top;
  font-weight: 600;
  font-size: 1.35rem;
  line-height: initial;
  margin-right: 0.75em;
}
ul.responses li p {
  display: block;
  width: 100%;
  vertical-align: text-top;
}
ul.responses li p span {
  font-weight: 600;
}
.pagination {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  background: #004062;
  min-height: 50px;
  width: 100%;
  border-top: 2px solid #ffffff;
}
.pagination .pages {
  display: flex;
  flex-wrap: nowrap;
  padding-top: 40px;
  padding-bottom: 10px;
  justify-content: center;
}
.pagination .questionCount {
  font-size: 14px;
  position: relative;
  color: #ffffff;
  border-radius: 100%;
  border: 1px solid #ffffff;
  margin: 0.625em 0.5em;
}
.pagination .questionCount:first-of-type {
  background: #ef8b22;
}
.pagination .questionCount .current {
  font-weight: bold;
  display: block;
  width: 14px;
  height: 14px;
  padding: 4px;
  text-align: center;
}
.pagination .questionCount.correctNumber {
  background: #ef8b22;
}
.pagination .questionCount.correctNumber:after {
  content: "\2713";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.pagination .questionCount.wrongNumber {
  background: #ef8b22;
}
.pagination .questionCount.wrongNumber:after {
  content: "\2715";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.pagination .questionCount.currentNumber {
  background: #ef8b22;
}
.pagination .questionCount.correctNumber span,
.pagination .questionCount.wrongNumber span {
  opacity: 0;
  visibility: hidden;
}
.currentContainer,
.pages {
  padding: 0;
  padding-left: 1em;
}
.quizResults {
  height: 100%;
  padding-left: 10%;
  padding-right: 10%;
  color: #ffffff;
  overflow: auto;
  transition: all 0.2s ease;
}
.quizResults--container {
  padding-bottom: 4em;
  padding-top: 4em;
}
.quizResults h3 {
  margin: 0;
}
.quizResults a {
  color: #ffffff;
}
.quizResults::after,
.quizResults::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  visibility: visible;
  transition: all 0.2s ease;
  opacity: 1;
}
.quizResults::before {
  background: linear-gradient(rgba(0, 64, 98, 0.85) 70%, rgba(0, 0, 0, 0.9) 110%);
  z-index: -1;
}
.quizResults::after {
  background-image: url(../images/end.jpg);
  z-index: -2;
}
.quizResults .quizScore {
  margin: 0 auto;
  width: 100%;
}
.quizResults .quizScore div {
  display: inline-block;
}
.quizResults .quizScore--title {
  font-size: 40px;
  font-weight: 600;
}
.quizResults .end-image {
  position: absolute;
  right: 0;
  width: 50%;
  bottom: 0;
  right: 2%;
  overflow: hidden;
  z-index: -1;
}
.quizResults .end-image img {
  position: relative;
  width: 100%;
}
.quizResults .shareButton {
  color: #ffffff;
  display: inline-block;
  background-color: #00446a;
  margin: 2rem auto;
  font-size: 1em;
  font-weight: 900;
  width: auto;
  padding: 16px 32px;
  border: 1px solid #fff;
  border-radius: 64px;
  text-decoration: none;
  box-shadow: -4px 6px 10px rgba(0, 0, 0, 0.25);
}
.quizResultsCopy {
  width: 100%;
  clear: both;
  margin-top: 20px;
  font-size: 1.25rem;
  line-height: 1.5;
  max-width: 760px;
}
.quizResultsCopy a:hover {
  text-decoration: underline;
}
.shareButtons {
  padding-top: 2em;
  padding-bottom: 3em;
}
.shareButtons h3 {
  font-size: 1.5rem;
  font-weight: bold;
}
.gauge {
  position: relative;
  padding: 4rem 0;
  max-width: 800px;
}
.gauge__container {
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
  text-align: center;
  background: #ef8b22;
  border: 1px solid #ffffff;
  border-radius: 100px;
  max-width: 600px;
}
.gauge__background {
  z-index: 0;
  position: absolute;
  top: 0;
  border-radius: 300px 300px 0 0;
  box-sizing: border-box;
  border: 3.5em solid #ffffff;
  border-bottom: 0;
}
.gauge__data {
  z-index: 1;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  -webkit-transform-origin: center bottom;
  -moz-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  -o-transform-origin: center bottom;
  transform-origin: center bottom;
  border-radius: 300px 300px 0 0;
  box-sizing: border-box;
  border: 3.5em solid #ef8b22;
  border-bottom: 0;
  border-color: rgba(239, 139, 34, 0.75) #ef8b22 rgba(239, 139, 34, 0.5) rgba(239, 139, 34, 0.25);
}
.gauge__needle {
  z-index: 4;
  height: 3px;
  height: 20px;
  position: absolute;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
  left: 50% !important;
  background-image: url('../images/needle.png');
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: left center;
}
.gauge__background {
  width: 240px;
  height: 120px;
}
.gauge__data {
  width: 240px;
  height: 120px;
}
.gauge__needle {
  left: 120px;
  top: 117px;
  width: 120px;
}
@media only screen and (min-width: 400px) {
  .gauge__background {
    width: 400px;
    height: 400px;
  }
  .gauge__data {
    width: 400px;
    height: 200px;
  }
  .gauge__needle {
    left: 150px;
    top: 190px;
    width: 200px;
  }
}
.gauge--liveupdate .gauge__data,
.gauge--liveupdate .gauge__needle {
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.gauge__data {
  -webkit-transform: rotate(-0.5turn);
  -moz-transform: rotate(-0.5turn);
  -ms-transform: rotate(-0.5turn);
  -o-transform: rotate(-0.5turn);
  transform: rotate(-0.5turn);
}
.gauge__needle {
  -webkit-transform: rotate(-0.5turn);
  -moz-transform: rotate(-0.5turn);
  -ms-transform: rotate(-0.5turn);
  -o-transform: rotate(-0.5turn);
  transform: rotate(-0.5turn);
}
@media screen and (min-width: 960px) {
  .button {
    padding: 5px 15px;
    bottom: 20px;
    right: 5%;
    transform: none;
    left: auto;
  }
  .quizHeader h1 {
    font-size: 64px;
    font-size: 4.5vmax;
  }
  .quizHeader .sub-title {
    font-size: 32px;
    font-size: 3.25vmin;
  }
  .quizHeader .quizDescription {
    padding: 38px;
  }
  .quizHeader .startButton {
    margin: auto;
    font-size: 2em;
    padding: 30px 64px;
    border-radius: 64px;
  }
  .currentContainer,
  .pages {
    padding-left: 10%;
  }
  ol.questions .question .currentContainer {
    padding-top: 5%;
  }
  ol.questions .question h3 {
    line-height: 1.25;
  }
  ol.questions .question h3 .questionText {
    margin-left: 20px;
    font-size: 28px;
    font-size: 1.75rem;
  }
  ol.questions .question .questionNumber span {
    width: 100px;
    height: 100px;
    line-height: 100px;
    font-size: 60px;
  }
  ul.answers,
  ul.responses {
    margin-left: 100px;
    margin-right: 10px;
    font-size: 1rem;
  }
  ul.answers label {
    border-radius: 80px;
  }
  ul.answers .option {
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 1.25rem;
  }
  ul.responses {
    margin-top: 60px;
  }
  ul.responses li p {
    display: inline-block;
    width: auto;
  }
  .quizResults .quizScore {
    font-size: 1.5rem;
  }
  .quizResults .shareButton {
    font-size: 1.25em;
  }
  .pagination .pages {
    justify-content: start;
    padding-top: 10px;
  }
  .pagination .questionCount {
    font-size: 20px;
    margin: 10px 40px 10px 10px;
  }
  .pagination .questionCount .current {
    width: 20px;
    height: 20px;
    padding: 10px;
  }
  .quizResultsCopy {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1180px) {
  .quizHeader h1 {
    font-size: 64px;
    font-size: 6.25vmin;
  }
  .quizHeader .sub-title {
    font-size: 40px;
    font-size: 4.15vmin;
  }
}
