@font-face {
  font-family: 'PlaylistCaps';
  font-style: normal;
  font-weight: normal;
  src: url("fonts/playlist_caps-webfont.eot");
  src: url("fonts/playlist_caps-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/playlist_caps-webfont.woff") format("woff"), url("fonts/playlist_caps-webfont.ttf") format("truetype"); }
body {
  font-family: "Helvetica", Arial, sans-serif; }

h1 {
  font-family: "PlaylistCaps";
  font-size: 50px;
  color: #ffffff;
  -webkit-font-smoothing: antialiased; }

select {
  font-weight: normal;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 97%;
  height: 34px;
  overflow: hidden;
  background: url("../img/select-arrow.png") no-repeat right #fff;
  background-size: 15px;
  border: 1px solid #000;
  color: #000000;
  margin: auto;
  border-radius: 2px;
  margin-top: 10px;
  padding: 8px;
  background-position-x: 98%; }

input[type=text], input[type=email], input[type=tel] {
  font-weight: normal;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 90%;
  height: 30px;
  overflow: hidden;
  border: 1px solid #000;
  color: #000000;
  margin: auto;
  border-radius: 2px;
  margin-top: 10px;
  padding: 8px; }

fieldset label {
  margin-left: 5px;
  margin-right: 10px; }

#quiz-wrapper {
  pointer-events: all;
  height: 100%;
  z-index: 0;
  overflow: hidden;
  position: relative;
  max-width: 575px;
  text-align: center;
  box-sizing: padding-box;
  margin: auto; }
  #quiz-wrapper .page-no {
    width: 61px;
    height: 41px;
    background-color: #f79321;
    border-radius: 20px 0px 0px;
    color: #fff;
    font-size: 18px;
    font-style: italic;
    padding-top: 14px;
    position: absolute;
    box-sizing: content-box;
    margin-top: 45px; }
  #quiz-wrapper.start-page {
    background: url("../img/bg-green-top.png") no-repeat;
    background-size: 100%;
    background-position: 0px 45px; }
    #quiz-wrapper.start-page .disclaimer-text {
      font-size: 10px;
      line-height: 10px;
      padding-bottom: 50px;
      color: #ffffff; }
    #quiz-wrapper.start-page .btn-large {
      margin-bottom: 20px !important; }
    #quiz-wrapper.start-page h1 {
      color: #000; }
  #quiz-wrapper .green-bg-wrapper {
    width: 100%;
    height: auto;
    background: url("../img/green-bg.png");
    background-size: 100%;
    padding-left: 45px;
    padding-right: 45px;
    padding-top: 10px; }
  #quiz-wrapper .orange-bg-wrapper {
    width: 100%;
    height: auto;
    background: url("../img/orange-bg.png");
    background-size: 100%;
    padding-left: 45px;
    padding-right: 45px;
    padding-top: 10px; }
  #quiz-wrapper.about-you-page {
    background: url("../img/bg-orange-top.png") no-repeat;
    background-size: 100%;
    background-position: 0px 47px; }
    #quiz-wrapper.about-you-page .wrapper {
      overflow: hidden;
      position: relative; }
    #quiz-wrapper.about-you-page .question {
      width: 48%;
      text-transform: uppercase;
      font-size: 11px;
      height: 100%; }
      #quiz-wrapper.about-you-page .question label {
        text-transform: initial;
        margin: 0px; }
      #quiz-wrapper.about-you-page .question input {
        width: 40%; }
  #quiz-wrapper.general-health-page {
    background: url("../img/bg-green-top.png") no-repeat;
    background-size: 100%;
    background-position: 0px 45px; }
    #quiz-wrapper.general-health-page .wrapper {
      overflow: hidden;
      position: relative;
      display: table; }
    #quiz-wrapper.general-health-page .question {
      width: 48%;
      text-transform: uppercase;
      font-size: 12px;
      height: 100%;
      font-weight: bold;
      display: table-cell; }
      #quiz-wrapper.general-health-page .question label {
        text-transform: initial; }
      #quiz-wrapper.general-health-page .question input[type=text] {
        width: 40%; }
      #quiz-wrapper.general-health-page .question input[type=radio] {
        width: 10%; }
  #quiz-wrapper.activities-page {
    background: url("../img/bg-orange-top.png") no-repeat;
    background-size: 100%;
    background-position: 0px 47px; }
    #quiz-wrapper.activities-page .wrapper {
      overflow: hidden;
      position: relative; }
    #quiz-wrapper.activities-page .question {
      width: 48%;
      text-transform: uppercase;
      font-size: 11px;
      height: 100%; }
      #quiz-wrapper.activities-page .question label {
        text-transform: initial; }
      #quiz-wrapper.activities-page .question input {
        width: 40%; }
  #quiz-wrapper.exercise-goals-page {
    background: url("../img/bg-green-top.png") no-repeat;
    background-size: 100%;
    background-position: 0px 45px; }
    #quiz-wrapper.exercise-goals-page p {
      width: 48%;
      text-transform: uppercase;
      font-size: 11px;
      height: 100%;
      display: table-cell; }
    #quiz-wrapper.exercise-goals-page .white-box {
      background-color: #ffffff;
      max-width: 509px;
      height: auto;
      color: #000000;
      margin: auto;
      text-align: center;
      padding: 10px 30px 15px 30px;
      margin-bottom: 30px;
      border: 1px solid transparent;
      border-radius: 2px;
      line-height: initial; }
    #quiz-wrapper.exercise-goals-page .radio-wrapper {
      border: 1px solid #000;
      border-radius: 2px;
      margin-top: 15px;
      padding: 10px; }
    #quiz-wrapper.exercise-goals-page input[type=radio] {
      padding: 9px !important;
      height: 15px !important;
      margin: 0px !important; }
    #quiz-wrapper.exercise-goals-page .radio-wrapper fieldset {
      width: 100% !important; }
    #quiz-wrapper.exercise-goals-page .radio-wrapper .wrapper {
      width: 100% !important;
      display: inline-flex; }
    #quiz-wrapper.exercise-goals-page .radio-wrapper label {
      text-align: left !important;
      margin-bottom: 10px;
      font-weight: normal; }
    #quiz-wrapper.exercise-goals-page .radio-wrapper input {
      float: left;
      width: 12px !important;
      margin: 2px 4px 0; }
  #quiz-wrapper.confirm-details-page {
    background: url("../img/bg-orange-top.png") no-repeat;
    background-size: 100%;
    background-position: 0px 47px; }
    #quiz-wrapper.confirm-details-page .wrapper {
      overflow: hidden;
      position: relative; }
    #quiz-wrapper.confirm-details-page .question {
      width: 48%;
      text-transform: uppercase;
      font-size: 11px;
      height: 100%; }
    #quiz-wrapper.confirm-details-page .checkbox {
      text-align: left; }
    #quiz-wrapper.confirm-details-page .checkbox label {
      color: #fff; }
      #quiz-wrapper.confirm-details-page .checkbox label a {
        font-weight: bold;
        color: #fff;
        text-decoration: underline; }
    #quiz-wrapper.confirm-details-page .white-box {
      font-weight: bold;
      background-color: #ffffff;
      max-width: 509px;
      height: auto;
      color: #000000;
      margin: auto;
      text-align: center;
      padding: 15px 30px 15px 30px;
      margin-bottom: 30px;
      border: 1px solid transparent;
      border-radius: 2px;
      line-height: initial; }
  #quiz-wrapper.results-page a {
    word-wrap: break-word; }
  #quiz-wrapper.results-page .header {
    width: 100%;
    height: auto;
    background: url("../img/green-bg.png") no-repeat;
    background-position: 0px 220px;
    background-size: cover;
    padding-top: 10px; }
    #quiz-wrapper.results-page .header .flipbook-wrapper {
      width: 574px;
      height: 415px;
      background: url("../img/flipbook.png") no-repeat;
      background-size: 100%; }
      #quiz-wrapper.results-page .header .flipbook-wrapper .holder {
        position: absolute;
        width: 237px;
        left: 77px; }
        #quiz-wrapper.results-page .header .flipbook-wrapper .holder img {
          width: 100%; }
        #quiz-wrapper.results-page .header .flipbook-wrapper .holder img.right-professional {
          margin-top: 32px; }
        #quiz-wrapper.results-page .header .flipbook-wrapper .holder img.right-place {
          margin-top: -23px; }
        #quiz-wrapper.results-page .header .flipbook-wrapper .holder img.right-time {
          margin-top: -19px; }
      #quiz-wrapper.results-page .header .flipbook-wrapper img.flipbook-bg {
        width: 100%;
        height: 100%;
        max-height: 430px; }
  #quiz-wrapper.results-page img.download-icon {
    width: 150px;
    margin-right: 10px;
    margin-bottom: 10px; }
  #quiz-wrapper.results-page img.icon {
    height: 45px;
    margin-right: 10px; }
  #quiz-wrapper.results-page .wrapper {
    padding-left: 60px;
    padding-right: 60px; }
    #quiz-wrapper.results-page .wrapper h1 {
      text-align: left;
      font-size: 30px; }
  #quiz-wrapper.results-page .divider {
    height: 30px;
    width: 100%;
    background-color: #e6881e; }
  #quiz-wrapper.results-page .text-box {
    background-color: #ffffff;
    max-width: 100%;
    height: auto;
    color: #000000;
    margin: auto;
    font-size: 15px;
    text-align: left;
    padding: 15px 30px 15px 30px;
    margin-bottom: 30px;
    border: 1px solid #000;
    border-radius: 2px;
    line-height: initial; }
    #quiz-wrapper.results-page .text-box a {
      color: #000000;
      font-weight: bold;
      text-decoration: none; }
    #quiz-wrapper.results-page .text-box a:hover {
      text-decoration: underline; }
  #quiz-wrapper.results-page #aep_map {
    display: none !important; }
  #quiz-wrapper.results-page iframe {
    width: 100%;
    height: 400px;
    overflow-y: scroll;
    margin-top: 30px;
    border: 1px solid #000; }
  #quiz-wrapper.results-page .find-aep-wrapper {
    margin-bottom: 30px; }
    #quiz-wrapper.results-page .find-aep-wrapper label {
      float: left;
      width: 100%;
      text-align: left; }
    #quiz-wrapper.results-page .find-aep-wrapper input {
      float: left;
      width: 70%;
      margin-top: 0px; }
    #quiz-wrapper.results-page .find-aep-wrapper .btn-small {
      margin: 0px;
      height: 30px;
      line-height: 1.428571; }
  #quiz-wrapper.results-page h1 {
    color: #000; }
  #quiz-wrapper .flipbook-wrapper img, #quiz-wrapper .flipbook-wrapper video {
    max-height: 235px; }
  #quiz-wrapper button {
    margin: auto;
    display: inline-block;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 2px;
    font-family: "PlaylistCaps";
    color: #ffffff;
    -webkit-font-smoothing: antialiased;
    margin-bottom: 55px;
    box-shadow: 2px 3px 1.72px 0.28px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 2px 3px 1.72px 0.28px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 2px 3px 1.72px 0.28px rgba(0, 0, 0, 0.3); }
  #quiz-wrapper button[disabled] {
    background-color: #c2c2c2;
    color: #767676;
    cursor: auto; }
  #quiz-wrapper button[disabled]:hover {
    background-color: #c2c2c2;
    color: #767676;
    cursor: auto;
    border: 1px solid #c2c2c2; }
  #quiz-wrapper .btn-large {
    height: 80px;
    width: 380px;
    font-size: 50px; }
  #quiz-wrapper .btn-medium {
    font-size: 35px;
    width: 290px;
    height: 60px;
    margin-top: 20px; }
  #quiz-wrapper .orange-btn {
    background-color: #f79321; }
  #quiz-wrapper .orange-btn:hover {
    background-color: #fff;
    color: #f79321;
    border: 1px solid #f79321; }
  #quiz-wrapper .green-btn {
    background-color: #8bcfcf; }
  #quiz-wrapper .green-btn:hover {
    background-color: #fff;
    color: #8bcfcf;
    border: 1px solid #8bcfcf; }
  #quiz-wrapper .classWithPad {
    margin: 10px;
    padding: 10px; }
  #quiz-wrapper .intro-text {
    background-color: #ffffff;
    max-width: 509px;
    height: auto;
    color: #000000;
    margin: auto;
    font-size: 15px;
    text-align: center;
    padding: 15px 30px 15px 30px;
    margin-bottom: 30px;
    border: 1px solid transparent;
    border-radius: 2px;
    line-height: initial; }
  #quiz-wrapper .question {
    background-color: #ffffff;
    height: auto;
    color: #000000;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid transparent;
    border-radius: 2px;
    line-height: initial; }

.web-cam {
  width: 250px;
  height: 236px;
  border-radius: 125px;
  -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
  margin: auto;
  background-color: white; }
  .web-cam img {
    width: 110%;
    margin: auto;
    margin-top: 50px; }

.animate .ng-enter {
  -moz-transition: ease-out all 0.3s 0.4s;
  -o-transition: ease-out all 0.3s 0.4s;
  -webkit-transition: ease-out all 0.3s 0.4s;
  transition: ease-out all 0.3s 0.4s; }
.animate .ng-leave {
  -moz-transition: 0.2s ease-out all;
  -o-transition: 0.2s ease-out all;
  -webkit-transition: 0.2s ease-out all;
  transition: 0.2s ease-out all;
  opacity: 0; }
.animate .ng-enter,
.animate .ng-leave.ng-leave-active {
  left: 2em;
  opacity: 0; }
.animate .ng-leave.ng-leave-active {
  left: 1em; }
.animate .ng-leave,
.animate .ng-enter.ng-enter-active {
  left: 0;
  opacity: 1; }

/*# sourceMappingURL=styles.css.map */
