  .quiz_builder {
    /* removing padding-bottom b/c needed to switch from "move_hidden_drupal_form_into_react_app"
     *   to "open_and_send_user_to_form" behavior.
     * saving padding-bottom for now in case we need to revert */
    /*padding-bottom: 90px;*/
    background: #f6f6f6;
  }

  p.locClass,
  p.assessClass,
  p.monClass {
    font-weight: 600;
  }

  p.assessClass {
    padding-left: 27%;
  }

    /*-------- Intro Slide --------*/
   .questionContainer,
   .introContainer {
    padding: 100px 0;
    position: relative;
    height: 400px;
   }

 .progress-bar-container {
    height: 30px;
    color: #dddddd;
    background-color: #E9E9E9;
    border-radius: 42px;
    overflow: hidden;
    top: 0;
    left: 0;
    margin-bottom: 13px;
  }

  .progress-bar {
    height: 100%;
    width: 0;
    background-color: #00a9f2;
    transition-duration: 1.2s;
    border-radius: 42px;
    background: -moz-linear-gradient(left, #00a9f2 1%, #00d4fa 100%);
    background: -webkit-linear-gradient(left, #00a9f2 1%,#00d4fa 100%);
    background: linear-gradient(to right, #00a9f2 1%,#00d4fa 100%);
    -webkit-transition-duration: 5s; /* Safari */
    transition-duration: 1.2s;
    border-radius: 42px;
    border:none;

  }

  .choiceContainer {
    bottom: 40px;
    position: absolute;
  }

    .result-cta,
    .intro-cta {
      display: inline-block;
      cursor: pointer;
      color: #fff;
      width: 172.8px;
      height: 54px;
      line-height: 54px;
      border-radius: 1px;
      background-color: #00a9f2;
      text-align: center;
      border-bottom: 0;
      font-size: 16px;
    }
    .result-cta span,
    .intro-cta span {
      color: #fff;
    }

    .result-cta:hover,
    .intro-cta:hover {
      background: #0b729e;
      cursor: pointer;
      transition: all 0.25s ease-in-out;
    }
    .result-cta-sm {
      width: 60px;
      margin-right: 1px;
    }
    .result-cta-finished {
      background: #88C043;
    }

.quiz-builder-container {
  padding: 0 45px;
}

.progress-bar-text {
  font-size: 13px;
  font-weight: bold;
  color: #0078c9;
}

.text-right.progress-bar-text { color: #00a9f2; }

label {
  font-weight: normal;
}

*:focus {
  outline: none;
}

button[disabled], html input[disabled] {
  cursor: not-allowed;
}

.quiz-title {
  font-weight: bold;
  text-align: center;
  font-size: 14px;
  color: #0078c9;
}

.question-title {
  height: 29px;
  font-size: 20px;
  margin: 50px 0 18px;
}

.question-text {
  line-height: 26px;
  color: #333333;
  font-size: 18px;
  margin-bottom: 28px;
}

.input-label {
  font-weight: normal;
  min-width: 103px;
  display: inline-block;
  line-height: 1.25;
  color: #333333;
  font-weight: normal;
}

.input-checkbox-dynamic-value, input-label, .input-label-text, .default-text-size {
  font-size: 16px
}

.input-label-text {
  display: inline-block;
  vertical-align: middle;
}

.input-text {
  padding: 0 15px;
  font-weight: normal;
  height: 40px;
  line-height: 40px;
  border-radius: 1px;
  background-color: #fff;
  border: solid 2px #e5e5e5
}
#quiz_builder .input-icon {
  display: none;
}

.input-label-text, .input-label-text {
  width: 240px;
}

.input-text-center {
  text-align: center;
}

.input-text-long {
  width: 56%;
  margin-left: 9px;
  padding-left: 14px;
  font-style: italic;
}

.input-checkbox-dynamic-value-sm {
  width: 100px;
}

.input-text {
  width: 90%;
  padding: 0 15px;
  font-weight: normal;
  height: 40px;
  line-height: 40px;
  border-radius: 1px;
  background-color: #fff;
  border: solid 2px #e5e5e5
}

.input-text-center, .input-text-euro, .input-text-dollar, .input-text-yen, .input-text-real-br, .input-text-won-kr {
  text-align: center;
  background-size: 16px;
}

.input-text-euro {
    background: url('../png/pound-icon.png') left 10px center no-repeat;
}

.input-text-dollar {
    background: url('../png/dollar-icon.png') left 10px center no-repeat;
}

.input-text-yen {
  background: url('../png/yen-icon.png') left 10px center no-repeat;
}

.input-text-real-br {
  background: url('../png/brazil-currency.png') left 10px center no-repeat;
}
.input-text-won-kr {
  background: url('../png/won-icon.png') left 10px center no-repeat;
}

.input-text-gray {
  background-color: rgba(51, 51, 51, 0.05);
}

.input-checkbox {
    outline: 0px;
    -webkit-appearance: none;
    width: 32px;
    height: 32px;
    border-radius: 1px;
    background-color: #ffffff;
    border: solid 2px #e5e5e5;
    outline: none;
    vertical-align: middle;
    margin: 0 9px 0 0 !important;
    font-size: 20px;
    color: #333333;
    font-weight: normal;
}

.input-checkbox:checked {
    background: url('../png/checkmark-icon.png') center center #00a9f2 no-repeat;
    background-size: 20px;
}

.input-multicheck-input {
    font-size: 16px;
    padding-left: 28px;
    height: 68.2px;
    line-height: 68.2px;
    background-color: #ffffff;
    margin: 0;
    font-weight: 400;
    border: solid 2px #e5e5e5;
    border-top: 0;
    display: block;
    overflow: hidden;

}

.input-multicheck-input input[type=checkbox]{
    display: none;
}

.input-multicheck-input:hover {
  cursor: pointer;
}

.input-multicheck-input_selected {
  background-color: #00a9f2;
  color: #fff;
  padding-left: 55px;
  background: url(../png/checkmark-icon.png) left 25px center #00a9f2 no-repeat;
}

.input-checkbox-dynamic-value, .input-checkbox-dynamic-value-sm{
  border: none;
  height: 40px;
}

.input-checkbox-multi-select-container {
  max-height: 300px;
  overflow: auto;
  overflow-x: hidden;
}

.helper-iconBackground {
  background: url() left no-repeat;
  min-height: 45px;
  margin-bottom: 15px;
  display: table;
}

.helper-text, .helper-text-big  {
  display: table-cell;
  vertical-align: middle;
  max-width: 280px;
  font-style: italic;
  font-size: 18px;
}

.helper-text-big {
  font-size: 20px;
  color: #898d8d;
}

/* Default CSS for mobile */


@media screen (max-width:32em) {
/* Large Phone */

}

@media screen (min-width:32em) and (max-width:49em){
/* Small Tablet CSS */
  .input-label-text {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
  }

  .input-label-text, .input-label-text {
    width: 320px;
  }

  .answer-container {
    padding-top: 20px;
  }

  .progress-bar-container {
    height: 45px;
  }
  .small-text-size {
    font-size: 16px;
  }
  .default-text-size, .input-label-text {
    font-size: 20px;
  }

}

@media screen and (min-width:49em) {
/* Tablet CSS */
  .quiz-title {
    padding-bottom: 10px;
  }
  .quiz-title, .question-title {
    font-size: 24px;
  }
  .question-text {
    max-width: 570px;
    font-size: 36px;
    line-height: 42px;
  }
  .answer-container {
    padding-top: 50px;
  }
  .input-label-text {
    width: 316px;
  }
  .input-text {
    width: 303.8px;
  }
  .input-text-long {
    width: 250px;
  }
  .input-multicheck-input {
    font-size: 16px;
  }
  .input-checkbox-multi-select-container {
    max-height: 320px;
  }
  .input-checkbox {
      width: 40px;
      height: 40px;
      margin: 0 18px 0 0 !important;
      font-size: 20px;
      color: #333333;
      font-weight: normal;
  }
  .input-checkbox-dynamic-value-sm {
    width: 126.7px;
  }
  .small-text-size {
    font-size: 16px;
  }
  .input-label, .input-label-text, .default-text-size{
    font-size: 20px;
  }

 .helper-text {
    max-width: inherit;
 }

}

/* Desktop CSS */
@media screen and (min-width:85.375em) {
  .input-label-text {
    width: 360px;
  }
}
