.back-to-account {
  width: 100%;
  background-color: mr-blue;
}
.unlimited-roots-hero .hero-wrap {
  max-width: 100%;
  height: 50em;
}
.unlimited-roots-hero .inner-wrap {
  width: 45%;
  margin-top: 20%;
  margin-left: 10%;
  padding: 1em;
}
@media only screen and (max-width: 759px) {
  .unlimited-roots-hero .hero-wrap {
    height: 30em;
  }
  .unlimited-roots-hero .inner-wrap {
    margin-top: 40%;
    margin-left: 5%;
    width: 45%;
  }
}
@media only screen and (max-width: 1299px) {
  .unlimited-roots-hero .inner-wrap {
    margin-top: 25%;
    width: 55%;
  }
}
.hcb-membership {
  margin-top: -2em;
  background-color: #f7f7f8;
}
.review-carousel-vue {
  padding-bottom: 40px;
  padding-top: 40px;
}
.review-carousel-vue .mr-stars {
  margin-bottom: 1.5em;
}
.review-carousel-vue p.review-text {
  color: #343434;
  margin-bottom: 1em;
  padding: 0 1em;
}
.review-carousel-vue p.review-customer-name {
  color: #434343;
  margin-bottom: 0.5em;
}
.review-carousel-vue p.review-customer-product {
  color: #999;
  text-transform: uppercase;
  margin-bottom: 0;
  font-weight: bold;
}
.review-carousel-vue p.review-customer-location {
  display: none;
}
.review-carousel-vue .carousel-wrap {
  margin: 3em auto;
  max-width: 450px;
}
.review-carousel-vue .carousel-wrap .the-carousel {
  padding: 0;
}
.review-carousel-vue .slick-dots {
  bottom: -2em;
}
.review-carousel-vue .slick-dots li {
  margin: 0 1px;
}
.review-carousel-vue .slick-dots li button:before {
  font-size: 44px;
}
.review-carousel-vue .slick-dots li.slick-active button:before {
  color: #600057;
}
.review-carousel-vue .bottom-link {
  margin-top: 26px;
}
.faqs-with-icons {
  background-color: #f7f7f8;
}
.faqs-with-icons .inner-wrap {
  padding: 1.5em 5%;
  padding-bottom: 3em;
}
.faqs-with-icons .faqs-wrap .question-answer {
  border-bottom: 1px solid #eaeaea;
}
.faqs-with-icons .faqs-wrap .question-answer:last-child {
  border-bottom: none;
}
.faqs-with-icons .faqs-wrap .question {
  position: relative;
  width: 100%;
}
.faqs-with-icons .faqs-wrap .question button {
  position: relative;
  text-align: left;
  width: 100%;
  padding: 1em;
  padding-left: 3.5em;
  padding-right: 3.5em;
}
.faqs-with-icons .faqs-wrap .question .question-text {
  display: inline-block;
  vertical-align: top;
  padding-top: 0.25em;
}
.faqs-with-icons .faqs-wrap .question img {
  position: absolute;
  top: 1em;
  left: 1em;
  width: 2em;
}
.faqs-with-icons .faqs-wrap .question .icon-caret-down {
  position: absolute;
  top: 1em;
  right: 1em;
  color: #a9a9a9;
}
.faqs-with-icons .faqs-wrap .question .icon-caret-down:before {
  -webkit-transition: transform 400ms ease;
  -moz-transition: transform 400ms ease;
  -ms-transition: transform 400ms ease;
  -o-transition: transform 400ms ease;
  transition: transform 400ms ease;
}
.faqs-with-icons .faqs-wrap .question.expanded .icon-caret-down {
  color: #434343;
}
.faqs-with-icons .faqs-wrap .question.expanded .icon-caret-down:before {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.faqs-with-icons .faqs-wrap .answer {
  max-height: 0;
  -webkit-transition: max-height 500ms ease-out;
  -moz-transition: max-height 500ms ease-out;
  -ms-transition: max-height 500ms ease-out;
  -o-transition: max-height 500ms ease-out;
  transition: max-height 500ms ease-out;
  overflow: hidden;
}
.faqs-with-icons .faqs-wrap .answer.expanded {
  max-height: 15em;
  -webkit-transition: max-height 500ms ease-in;
  -moz-transition: max-height 500ms ease-in;
  -ms-transition: max-height 500ms ease-in;
  -o-transition: max-height 500ms ease-in;
  transition: max-height 500ms ease-in;
}
.faqs-with-icons .faqs-wrap .answer .answer-inner-wrap {
  padding: 0.5em 3.5em 1.5em;
}
