.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-founder-membership .container-wrapper {
  background-color: #fff;
  max-width: 54em;
  margin: 0 auto;
  -webkit-box-shadow: 0px 0px 40px rgba(0,0,0,0.07);
  -moz-box-shadow: 0px 0px 40px rgba(0,0,0,0.07);
  -o-box-shadow: 0px 0px 40px rgba(0,0,0,0.07);
  box-shadow: 0px 0px 40px rgba(0,0,0,0.07);
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.hcb-founder-membership .section-title {
  position: absolute;
  color: #fff;
  top: -2em;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: 10;
  padding: 1em;
  background-color: #3a2d4a;
  width: 21em;
}
.hcb-founder-membership .service-wrap {
  background-color: #f7f7f8;
  padding: 2em;
}
.hcb-founder-membership .service-icon {
  display: inline-block;
  vertical-align: top;
}
.hcb-founder-membership .service-icon img {
  width: 5.5em;
}
.hcb-founder-membership .service-info {
  display: inline-block;
  vertical-align: top;
  max-width: 35em;
}
.hcb-founder-membership .service-info p {
  max-width: 26em;
}
.hcb-founder-membership .service-info .bottom-text {
  margin-top: 1em;
}
.hcb-founder-membership .divider {
  border-top: 1px solid #3a2d4a;
  width: 20em;
  margin: 2em auto;
}
.hcb-founder-membership .divider span {
  top: 50%;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #fff;
  padding: 0 1em;
}
.hcb-founder-membership .hcb-location .image-wrap {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
}
@media only screen and (min-width: 0px) and (max-width: 559px) {
  .hcb-founder-membership .service-wrap {
    padding: 2em 1em;
  }
  .hcb-founder-membership .section-title {
    width: 100%;
    position: relative;
    top: 0;
  }
  .hcb-founder-membership .service-info {
    text-align: center;
  }
}
.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;
}
