@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  src: local('Roboto Thin'), local('Roboto-Thin'), url(https://fonts.gstatic.com/s/roboto/v18/KFOkCnqEu92Fr1MmgVxIIzc.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v18/KFOmCnqEu92Fr1Mu4mxP.ttf) format('truetype');
}
@font-face {
  font-family: 'Titillium Web';
  font-style: normal;
  font-weight: 900;
  src: local('Titillium Web Black'), local('TitilliumWeb-Black'), url(https://fonts.gstatic.com/s/titilliumweb/v6/NaPDcZTIAOhVxoMyOr9n_E7ffEDBGItzZg.ttf) format('truetype');
}
body {
  background-color: #FFF;
}
#hiaQuiz * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#hiaQuiz {
  font-family: Helvetica, Arial, Verdana, sans-serif;
  font-size: 14px;
  font-weight: 400;
  max-width: 600px;
  width: 100%;
  float: left;
  position: relative;
  overflow: hidden;
  color: #555;
  line-height: 1.4;
}
#hiaQuiz .quizWrap {
  float: left;
  position: relative;
  width: 100%;
  background-color: #FFFFFF;
  height: 580px;
}
@media screen and (max-width: 480px) {
  #hiaQuiz .quizWrap {
    min-height: 580px;
    height: auto;
  }
}
#hiaQuiz .top-0 {
  top: 0px;
}
#hiaQuiz .top-1 {
  top: 190px;
}
@media screen and (max-width: 480px) {
  #hiaQuiz .top-1 {
    top: auto;
  }
}
#hiaQuiz .range.top-1 {
  top: 150px;
}
@media screen and (max-width: 480px) {
  #hiaQuiz .range.top-1 {
    position: relative;
    top: auto;
  }
}
#hiaQuiz .top-2 {
  top: 380px;
}
#hiaQuiz .range.top-2 {
  top: 110px;
}
#hisQuiz .top-3 {
  top: 570px;
}
#hiaQuiz .centered {
  display: table !important;
  margin: 0 auto;
}
#hiaQuiz button {
  border: none;
  font-size: 1em;
}
#hiaQuiz h1,
#hiaQuiz h2,
#hiaQuiz h3,
#hiaQuiz h4 {
  color: #5C6F7C;
  font-family: Verdana, Geneva, sans-serif;
  font-weight: 400;
}
#hiaQuiz .quiz-header {
  max-width: 620px;
  width: 100%;
  height: 90px;
  margin: 0;
  font-weight: 400;
  font-size: 1.3em;
  border-bottom: 2px solid #654373;
  position: relative;
}
#hiaQuiz .quiz-header img {
  position: absolute;
  bottom: 5px;
  float: left;
  width: 100%;
  height: auto;
  vertical-align: middle;
  display: table-cell;
}
#hiaQuiz h2 {
  font-size: 1.4em;
}
#hiaQuiz h3 {
  font-size: 1.3em;
}
#hiaQuiz p {
  margin: 0px 0px 14px 0px;
  font-size: 1em;
}
#hiaQuiz p.highlight {
  font-size: 1.2em;
  font-weight: bold;
}
#hiaQuiz .invisible {
  display: none;
}
#hiaQuiz button {
  border: 1px solid transparent;
}
#hiaQuiz button {
  -webkit-transition: opacity 0.7s ease;
  -moz-transition: opacity 0.7s ease;
  -ms-transition: opacity 0.7s ease;
  -o-transition: opacity 0.7s ease;
}
#hiaQuiz button.arrow::after {
  content: '\2192';
  float: right;
}
#hiaQuiz button:hover {
  opacity: 0.8;
}
#hiaQuiz .pagination li.disabled button,
#hiaQuiz button[disabled] {
  color: #007984;
  border: 1px solid #d25d12;
  background: #fff;
  background-color: #FFFF F;
  opacity: 0.4;
  color: #654373;
}
/* buttons */
#hiaQuiz .btn {
  display: inline-block;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #654373;
  padding: 10px 15px;
  cursor: pointer;
  color: #FFF;
  text-decoration: none;
}
/* intro */
#hiaQuiz .intro {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 97%;
  padding: 10px 40px 10px 40px;
}
#hiaQuiz .intro h1 {
  color: #654373;
}
#hiaQuiz .intro p {
  margin: 0px 0px 40px 0px;
  line-height: 1.7;
}
/* questions */
#hiaQuiz .questionWrap {
  max-width: 550px;
  width: 95%;
  height: 500px;
  position: absolute;
  top: 10px;
  left: 640px;
  box-shadow: border-box;
  font-size: 1.1em;
  float: left;
}
@media screen and (max-width: 480px) {
  #hiaQuiz .questionWrap {
    height: auto !important;
    position: relative;
  }
}
#hiaQuiz .questionWrap .question {
  clear: both;
  max-width: 550px;
  width: 100%;
  border-bottom: 1px dashed #CCCCCC;
  padding: 15px 0px 15px 10px;
  float: left;
  background-color: #FFFFFF;
}
@media screen and (max-width: 480px) {
  #hiaQuiz .questionWrap .question {
    position: relative;
  }
}
#hiaQuiz .questionWrap .question .txt {
  margin: 0px 0px 20px 0px;
  clear: both;
  float: left;
  padding-left: 24px;
}
#hiaQuiz .questionWrap .question .txt::before {
  position: absolute;
  left: 0;
  content: '';
  width: 24px;
  height: 20px;
  background: transparent url(../images/sprite2.png);
  background-position: 0px -123px;
}
#hiaQuiz .questionWrap .question .ansWrap {
  clear: both;
  float: left;
  margin-left: 10px;
}
#hiaQuiz .questionWrap .question .ans {
  clear: both;
  display: block;
  float: left;
  width: 100px;
  line-height: 30px;
  padding: 0px;
  margin: 0px 40px 5px 40px;
  position: relative;
}
#hisQuiz .questionWrap .slideOut {
  left: -640px;
}
#hiaQuiz .question.range .txt {
  float: left;
  margin: 0;
}
#hiaQuiz .question.range .ansWrap {
  clear: both;
  margin-top: 12px;
  float: left;
  padding-left: 30px;
}
#hiaQuiz .question.range .ans {
  clear: none;
  display: inline-block;
  float: left;
  width: 40px;
  line-height: normal;
  margin: 0;
  text-align: center;
  font-size: 0.9em;
  padding: 0px 0px 20px 0px;
}
#hiaQuiz .question.range .ans::after {
  float: left;
  margin-left: 5px;
  background-position: 0px -72px;
  height: 24px;
}
#hiaQuiz .question.range .ans.selected::after {
  background-position: 0px -99px;
}
#hiaQuiz .question.range .ans .anchor {
  display: block;
  position: absolute;
  right: 0px;
  bottom: 0;
  text-align: right;
  width: 300px;
  font-size: 0.9em;
}
@media screen and (max-width: 480px) {
  #hiaQuiz .question.range .ans .anchor {
    display: none;
  }
}
#hiaQuiz .question.range .ans .anchor-0 {
  text-align: left;
  left: -20px;
}
@media screen and (max-width: 480px) {
  #hiaQuiz .question.range .ans .anchor-0 {
    display: none;
  }
}
#hiaQuiz .ans::after {
  content: "";
  background: url(../images/sprite2.png) no-repeat;
  background-position: 0px 0px;
  width: 30px;
  height: 30px;
  float: right;
}
#hiaQuiz .ans.selected::after {
  background-position: 0px -38px;
}
#hiaQuiz .active,
#hiaQuiz .inactive {
  -webkit-transition: left 0.5s ease-in-out;
  -moz-transition: left 0.5s ease-in-out;
  -ms-transition: left 0.5s ease-in-out;
  -o-transition: left 0.5s ease-in-out;
}
#hiaQuiz .slideOut {
  left: 1300px;
}
#hiaQuiz .active {
  left: 10px !important;
}
#hiaQuiz .intro.inactive,
#hiaQuiz .inactive.answered {
  left: -1350px;
}
/* Feedback */
#hiaQuiz .feedback {
  float: left;
  clear: both;
  padding-right: 110px;
}
/* results */
#hiaQuiz .results {
  position: absolute;
  left: 640px;
  top: 10px;
  max-height: 500px;
  overflow-y: scroll;
  padding-right: 20px;
}
.results ul {
  margin-top: 0px;
}
.results ul li {
  padding: 8px 0px;
}
#hiaQuiz .output.active {
  display: block;
}
#hiaQuiz .output.inactive {
  display: none !important;
}
#hiaQuiz .results h2 {
  clear: both;
}
/* pagination */
#hiaQuiz .navigate {
  position: absolute;
  left: 640px;
  top: 350px;
  max-width: 550px;
  width: 100%;
}
@media screen and (max-width: 480px) {
  #hiaQuiz .navigate {
    top: auto;
    position: relative;
    float: left;
  }
}
#hiaQuiz .navigate .btn {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#hiaQuiz ul.pagination {
  clear: both;
  bottom: 0;
  list-style-type: none;
  background-color: #CCCCCC;
}
#hiaQuiz ul.pagination li {
  float: left;
  display: inline-block;
}
#quizResultsBtn {
  float: left;
  position: absolute;
  top: 15px;
  left: 200px;
}
#hiaQuiz ul#hiaprogress {
  list-style-type: none;
  float: left;
  clear: both;
}
@media screen and (max-width: 480px) {
  #hiaQuiz ul#hiaprogress {
    padding-left: 0;
  }
}
#hiaQuiz ul#hiaprogress li {
  float: left;
  display: inline-block;
}
#hiaQuiz ul#hiaprogress .progress-btn {
  height: 40px;
  font-size: 1em;
  border: none;
  font-weight: bold;
  margin: 0;
  padding: 10px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #CCCCCC;
}
@media screen and (max-width: 480px) {
  #hiaQuiz ul#hiaprogress .progress-btn {
    display: block;
  }
}
#hiaQuiz ul#hiaprogress li.done .progress-btn {
  background: #d25d12;
  color: #654373;
  -webkit-transition: all 1s linear;
  -moz-transition: all 1s linear;
  -ms-transition: all 1s linear;
  -o-transition: all 1s linear;
}
/* animation styles for questions */
.question {
  left: 10px;
  position: absolute;
}
.ng-enter,
.ng-enter-active {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}
.ng-leave,
.ng-leave-active {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}
.ng-enter {
  left: 640px;
}
.ng-enter.ng-enter-active {
  left: 10px;
  z-index: 20;
}
.ng-leave {
  left: 10px;
}
.ng-leave.ng-leave-active {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  z-index: 1;
}
button.print {
  position: absolute;
  right: 20px;
  top: 10px;
}
@media print {
  .print {
    display: none !important;
  }
  #hiaQuiz {
    height: 1200px;
    float: left;
  }
  #hiaQuiz h1 {
    background-color: #FFF;
    color: #654373;
    border: none;
  }
  .quizWrap {
    background-color: #FFF !important;
  }
  .results {
    width: auto;
    height: auto;
    max-height: 100%;
    overflow-y: visible !important;
  }
}
