.back-to-account {
  width: 100%;
  background-color: mr-blue;
}
.all-regions-site-messages {
  background-color: #f7f7f8;
  color: #3a2d4a;
}
.all-regions-site-messages .row {
  padding: 0.5em 0;
}
.all-regions-site-messages .message-wrap {
  padding: 0.5em 5%;
}
.all-regions-site-messages .message-wrap .message-outer {
  position: relative;
}
.all-regions-site-messages .message-wrap .message-inner {
  padding-left: 2em;
}
.all-regions-site-messages .message-wrap .icon-info {
  position: absolute;
  top: -0.2em;
  left: 0;
}
.all-regions-site-messages .message-wrap a {
  text-decoration: underline;
  color: #911885;
}
@media only screen and (min-width: 760px) and (max-width: 959px) {
  .all-regions-site-messages .message-wrap {
    padding: 0.5em 7%;
  }
}
@media only screen and (min-width: 960px) {
  .all-regions-site-messages .message-wrap {
    padding: 0.5em 12%;
  }
}
.overview {
  margin: 2em auto;
  max-width: 1000px;
}
.overview .hero-wrap {
  max-height: 200px;
}
.overview .text-wrap {
  position: absolute;
  bottom: 5%;
  color: #fff;
  background-color: transparent;
  margin-left: 0.5em;
}
.overview .content-wrap {
  padding: 2em;
  background-color: #f7f7f8;
}
.overview .content-wrap .title-wrap {
  margin: 1em 2em;
  padding-top: 10px;
}
.overview .content-wrap .value-props {
  display: inline-flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -moz-box-direction: normal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.overview .content-wrap .value-props .value-prop {
  padding: 1em 2em;
}
@media only screen and (max-width: 759px) {
  .overview .text-wrap {
    margin-left: 0.5em;
  }
  .overview .title-wrap {
    margin: 2em;
  }
  .overview .content-wrap {
    margin: 0.5em;
    padding: 0;
  }
  .overview .content-wrap .value-props .prop-text-wrap {
    padding-left: 1em;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: start;
    justify-content: start;
    height: 100%;
  }
}
.how-to-question-accordion-vue h2 {
  margin-top: 2em;
}
.how-to-question-accordion-vue .cta {
  margin-bottom: 2em;
}
.how-to-question-accordion-vue .content-wrap {
  padding: 1em;
}
