﻿@font-face {
  font-family: "OpenSans-CondLight";
  src: local("OpenSans-CondLight"),
    url("/fonts/OpenSans-Condensed/OpenSans-CondLight.ttf") format("truetype");
}

@font-face {
  font-family: "OpenSans-Regular";
  src: local("OpenSans-Regular"),
    url("/fonts/OpenSans-Condensed/OpenSans-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Oswald-Regular";
  src: local("Oswald-Regular"),
    url("/fonts/Oswald/Oswald-Regular.ttf") format("truetype");
}

body,
html {
  overflow: hidden;
}

body,
html,
form {
  width: 100%;
  height: 100%;
  font-family: 'Figtree', sans-serif;
}

.underline {
  text-decoration: underline;
}

.bold {
  font-weight: bold;
}

.red {
  color: red;
}

.sCorrect,
.sCorrect + label {
  background-color: green !important;
}
.sCorrect + label:after {
  font-family: "Material Icons";
  content: "\e5ca";
  position: absolute;
  right: 10px;
}
.marginB0 {
  margin-bottom: 0 !important;
}

.marginL10 {
  margin-left: 10px !important;
}

.marginL20 {
  margin-left: 20px !important;
}

.marginL40 {
  margin-left: 40px !important;
}

.marginR5 {
  margin-right: 5px !important;
}

.marginR10 {
  margin-right: 10px !important;
}

.marginR20 {
  margin-right: 20px !important;
}

.marginT10 {
  margin-top: 10px !important;
}

.marginT20 {
  margin-top: 20px !important;
}

.paddingL40 {
  padding-left: 40px;
}

.paddingSideZero {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

#MasterBody {
  height: 100%;
}

#header {
  font-size: 26px;
  font-weight: 700;
}

#header .hQuiz {
  font-style: italic;
  font-weight: 400;
}

#header,
#footer {
  font-family: 'Figtree', sans-serif;
  padding: 1vh;
  position: absolute;
  z-index: 1002;
  color: white;
  text-align: center;
  font-weight: bold;
}

#header a {
  margin-right: 20px;
  color: white;
}

#footer {
  bottom: 0;
  padding: 20px;
  padding-bottom: 5px;
  /*background: rgba(170,209,238,.8);*/
}

.navigationContainer {
  color: white;
  font-size: 24px;
  z-index: 1003;
  position: absolute;
  top: 50%;
  text-align: center;
}

.navigationContainer.animated {
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.navigationContainer.left {
  left: 10px;
  display: none;
}

.navigationContainer.right {
  right: 10px;
}

.btnGetStarted {
  display: none;
}

.navigationContainer.right.firstSlide {
  text-align: center;
}

.navigationContainer.right.firstSlide .btnGetStarted {
  display: initial;
  font-size: initial;
  font-family: 'Figtree', sans-serif;
  white-space: nowrap;
}

.navigationContainer.right.firstSlide {
  bottom: 120px;
  top: initial;
  right: initial;
  left: initial;
  /* float: none !important; */
  width: 100%;
}

.navigationContainer.right.firstSlide .arrow_Container {
  border-radius: 10px;
  width: auto;
  height: initial;
  line-height: initial;
  float: none !important;
  background: #fff;
  color: var(--siteBLue);
  border: 1px solid var(--siteBLue);
  font-weight: bold;
  display: inline-block;
  font-size: 26px;
  font-family: 'Figtree', sans-serif;
}

.navigationContainer.right.firstSlide .arrow_Container:hover {
  background: var(--siteBLue);
  color: #fff;
}

.navigationContainer.right.firstSlide .arrow_Container .fa {
  position: initial;
  font-size: initial;
  display: none !important;
}

/*.navigationContainer.right.firstSlide .arrow_Container .fa:before
            {
                content: '';
            }*/

.arrow_Container {
  background: #1a3c55;
  width: 70px;
  height: 70px;
  border-radius: 100px;
  -moz-border-radius: 100px;
  line-height: 50px;
  cursor: pointer;
}

.arrow_Container .fa-caret-left {
  left: 44px;
}

.arrow_Container .fa-caret-right {
  right: 44px;
}

.arrow_Container .fa {
  top: 27%;
  position: absolute;
  font-size: 30px;
}

#getStartedContainer {
  right: 61px;
  z-index: 2000;
  position: absolute;
  top: 47.5%;
  color: white;
  text-transform: uppercase;
  font-size: 10px;
}

.arrow_Container:hover,
.navHighlight {
  background: rgba(255, 255, 255, 1);
  color: black;
}

.progress {
  margin-bottom: 0 !important;
  background: rgba(255, 255, 255, 0.5);
  /*border: 2px solid white;*/
  border-radius: 10px;
  -moz-border-radius: 10px;
}

.progress-bar {
  background-color: #1a3c55;
  border-radius: 10px;
  -moz-border-radius: 10px;
}

.borderRed {
  border: 1px solid red;
}

#Home_Content input[type="radio"] {
  display: none;
}

.btn-radio {
  /*margin-top: 20px;*/
  z-index: 1005;
}

.btn-radio li {
  margin-bottom: 10px;
}

.btn-radio label,
.slide9Button .slide9Button_inner {
  padding: 10px;
  margin-bottom: 0;
  background-color: white;
  width: 250px;
  color: #000000;
      border-radius: 10px;
  z-index: 1005;
  font-size: 18px;
  cursor: pointer;
}

.btn-radio label:hover,
.slide9Button .slide9Button_inner:hover {
  background-color: #1a3c55;
  color: #fff;
}
.sCorrect,
.sCorrect + label {
  background-color: green !important;
}
.btn-radio input:checked + label {
  background-color: #1a3c55;
  color: white !important;
}

.slide9Button .slide9Button_inner {
  display: inline-block;
  font-size: initial;
  padding: 10px 10px;
  margin-bottom: 10px;
  /*text-transform: uppercase;*/
  line-height: initial;
}

.slide9Button {
  text-align: center;
}

.slide9TextBold {
  display: block;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1%;
  font-size: 24px;
  line-height: initial;
}

.slide9TextNormal {
  display: block;
  font-size: 20px;
  text-align: center;
  line-height: 24px;
  margin-bottom: 1%;
}

@media screen and (max-width: 920px) {
  .slide9TextBold {
    display: block;
    font-weight: normal;
    text-align: left;
    margin-bottom: 2%;
    font-size: 18px;
    line-height: initial;
    /*color: #fff;*/
  }

  .slide9TextNormal {
    display: block;
    font-size: 14px;
    text-align: left;
    line-height: 20px;
    margin-bottom: 3%;
    /*color: #fff;*/
  }

  #header {
    font-size: 16px;
    padding: 10px;
  }

  #footer {
    padding: 0.5vh;
  }

  #MasterBody {
    height: 100%;
  }

  .btn-radio {
    /*margin-top: 20px;*/
    font-size: 12px !important;
  }

  .btn-radio li {
    margin-bottom: 10px;
  }

  .btn-radio label,
  .slide9Button .slide9Button_inner {
    padding: 8px 10px;
    margin-bottom: 0;
    background-color: white;
    width: 200px;
    color: #1a3c55;
    border-radius: 0px;
    z-index: 1005;
    font-size: 18px;
  }

  .btn-radio label:hover,
  .slide9Button .slide9Button_inner:hover {
    background-color: #1a3c55;
    color: #fff;
  }

  .btn-radio input:checked + label {
    background-color: #1a3c55;
    color: white !important;
  }
  .sCorrect,
  .sCorrect + label {
    background-color: green !important;
  }

  .slide9Button {
    text-align: left;
  }

  .slide9Button .slide9Button_inner {
    display: inline-block;
    font-size: initial;
    /*padding: 10px 10px;*/
    margin-bottom: 5px;
    text-align: left;
    /*text-transform: uppercase;*/
    line-height: initial;
  }

  .arrow_Container {
    height: 30px;
    width: 30px;
    border: 1px solid black;
    position: relative;
  }

  .fa {
    font-size: 15px !important;
  }

  .navigationContainer.right {
    right: 5px;
  }

  .navigationContainer.left {
    left: 5px;
  }

  .navigationContainer {
    top: calc(100% - 70px);
    padding: 0;
  }

  .arrow_Container .fa {
    top: 50%;
    transform: translateY(-50%);
  }

  .arrow_Container .fa-caret-left {
    left: 40%;
    transform: translateY(-50%);
  }

  .arrow_Container .fa-caret-right {
    right: 40%;
    transform: translateY(-50%);
  }

  #getStartedContainer {
    right: 50px;
    font-size: 12px;
    top: 78.1%;
  }
}

@media (max-height: 850px) {
  #Slide9 .slideInnerContainer {
    width: 70%;
    margin: 0 auto;
    float: none;
  }
}

@media (max-width: 350px) {
  .navigationContainer {
    top: calc(100% - 60px) !important;
  }
}

#gVolumeOff {
  display: none;
}

.subscribeToCommCtr {
  margin-top: 10px;
  text-align: left;
}

.subscribeToCommCtr label {
  font-weight: normal;
  margin-left: 5px;
}
