.back-to-account {
  width: 100%;
  background-color: mr-blue;
}
.vue-quiz .color-advisor-walmart {
  padding-bottom: 30vh;
}
.vue-quiz .color-advisor-walmart .hero-title {
  padding-left: 0;
  padding-top: 18%;
}
.vue-quiz .color-advisor-walmart .hero-title .script {
  line-height: 1.5em;
}
.vue-quiz .color-advisor-walmart .intro-text {
  padding: 1em 10%;
  padding-bottom: 0;
}
.vue-quiz .color-advisor-walmart .quiz {
  background-color: #fff;
}
.vue-quiz .question .question-number,
.vue-quiz .question .question-text,
.vue-quiz .question .hint-text {
  font-family: Helvetica !important;
}
.vue-quiz .question .question-number {
  background-color: #0071dc !important;
}
.vue-quiz .question .answer-wrapper .circle-answer.selected .answer-wrap {
  border: 2px solid #0071dc !important;
}
.vue-quiz .question .answer-wrapper .circle-answer.selected .answer-text {
  color: #0071dc !important;
}
.vue-quiz .question .answer-wrapper .swatch-answer.selected .img-wrap img {
  border: 4px solid #0071dc !important;
}
.vue-quiz .question .dropdown-answer .mr-dropdown .dropdown-wrap .select .value {
  color: #0071dc !important;
}
.vue-quiz .completion-button .button-wrap .mr-btn {
  background-color: #0071dc !important;
  border-color: #0071dc !important;
}
@media only screen and (min-width: 0px) and (max-width: 559px) {
  .vue-quiz .gradient {
    background: linear-gradient(0deg, rgba(0,0,0,0.4), rgba(0,0,0,0.4));
  }
  .vue-quiz .intro-text {
    padding: 1em 5%;
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 560px) and (max-width: 759px) {
  .vue-quiz .hero-title {
    padding-left: 30%;
    padding-top: 8%;
  }
  .vue-quiz .intro-text {
    padding: 1em 10%;
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 760px) and (max-width: 959px) {
  .vue-quiz .hero-title {
    padding-left: 30%;
    padding-top: 8%;
  }
  .vue-quiz .intro-text {
    padding: 1em 15%;
    padding-bottom: 0;
  }
}
