.back-to-account {
  width: 100%;
  background-color: mr-blue;
}
.mr-reviews-hero .row {
  padding: 3.5em 0;
  padding-top: 3em;
}
.mr-reviews-hero h1 {
  padding-bottom: 0.5em;
  border-bottom: 1px solid #d8d8d8;
}
@media only screen and (min-width: 0px) and (max-width: 559px) {
  .mr-reviews-hero .hero-wrap {
    padding: 0 8%;
  }
}
@media only screen and (min-width: 560px) and (max-width: 759px) {
  .mr-reviews-hero .hero-wrap {
    padding: 0 14%;
  }
}
@media only screen and (min-width: 760px) and (max-width: 959px) {
  .mr-reviews-hero .hero-wrap {
    padding: 0 8%;
  }
}
@media only screen and (min-width: 960px) {
  .mr-reviews-hero .hero-wrap {
    float: right;
    padding: 0 8%;
  }
}
.simple-video-v2 .row {
  padding: 2em 0;
  padding-bottom: 2.5em;
}
.simple-video-v2 p {
  padding: 0 5%;
  padding-bottom: 0.75em;
}
.simple-video-v2 .video-wrap {
  width: 22em;
  height: 12.375em;
  margin: 0 auto;
}
.simple-video-v2 .video-wrap iframe {
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 560px) and (max-width: 759px) {
  .simple-video-v2 .video-wrap {
    width: 40em;
    height: 22.5em;
  }
}
@media only screen and (min-width: 760px) and (max-width: 959px) {
  .simple-video-v2 .video-wrap {
    width: 44em;
    height: 24.75em;
  }
  .simple-video-v2 p {
    padding: 0 12%;
    padding-bottom: 1em;
  }
}
@media only screen and (min-width: 960px) {
  .simple-video-v2 .video-wrap {
    width: 48em;
    height: 27em;
  }
  .simple-video-v2 p {
    padding: 0 24%;
    padding-bottom: 1em;
  }
}
.blog-posts-preview {
  background-color: #f6f5f4;
}
.blog-posts-preview h2 {
  padding: 1em 0;
}
.blog-posts-preview .posts-wrap {
  padding: 0 7.5%;
}
.blog-post-preview {
  position: relative;
  margin-bottom: 2em;
}
.blog-post-preview .blog-image,
.blog-post-preview .blog-title {
  display: inline-block;
  vertical-align: top;
}
.blog-post-preview .blog-image {
  width: 44%;
}
.blog-post-preview .blog-title {
  width: 56%;
  padding: 0 4%;
}
.blog-post-preview .author {
  position: absolute;
  bottom: 0;
  left: 44%;
  padding-left: 5%;
  color: #999;
}
.testimonial-page-carousel .testimonial-carousel-title {
  color: #600057;
  padding: 4% 0%;
}
.testimonial-page-carousel .the-carousel {
  padding: 0% 15%;
  position: relative;
}
.testimonial-page-carousel .the-carousel .slick-dots {
  top: 102%;
  right: 6em;
  bottom: 0;
  left: 6em;
  width: initial;
  padding-bottom: 1.5em;
}
.testimonial-page-carousel .the-carousel .slick-dots li {
  height: 12px;
  width: 12px;
  border: 1px solid #3a2d4a;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.testimonial-page-carousel .the-carousel .slick-dots li.slick-active {
  background-color: #3a2d4a;
}
.testimonial-page-carousel .the-carousel .slick-dots li button:before {
  display: none;
}
.testimonial-page-carousel .the-carousel .slide {
  width: 50%;
  margin-right: 7px;
  margin-left: 7px;
}
.testimonial-page-carousel .the-carousel .left-nav,
.testimonial-page-carousel .the-carousel .right-nav {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 5%;
}
.testimonial-page-carousel .the-carousel .left-nav span,
.testimonial-page-carousel .the-carousel .right-nav span {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 50%;
  margin-top: -0.75em;
}
.testimonial-page-carousel .the-carousel .left-nav.slick-hidden,
.testimonial-page-carousel .the-carousel .right-nav.slick-hidden {
  display: none;
}
.testimonial-page-carousel .the-carousel .left-nav {
  left: 10%;
}
.testimonial-page-carousel .the-carousel .left-nav span {
  left: 0;
}
.testimonial-page-carousel .the-carousel .right-nav {
  right: 10%;
}
.testimonial-page-carousel .the-carousel .right-nav span {
  right: 0;
}
@media only screen and (min-width: 0px) and (max-width: 559px) {
  .testimonial-page-carousel .the-carousel {
    padding: 0 10%;
  }
  .testimonial-page-carousel .the-carousel .left-nav,
  .testimonial-page-carousel .the-carousel .right-nav {
    width: 10%;
  }
  .testimonial-page-carousel .the-carousel .left-nav {
    left: 0;
  }
  .testimonial-page-carousel .the-carousel .right-nav {
    right: 0;
  }
}
.testimonial-carousel-image .a-box-content-text {
  position: absolute;
  bottom: 3%;
  right: 3%;
  left: 3%;
  color: #fff;
  -webkit-text-shadow: 0 2px 4px rgba(0,0,0,0.9);
  -moz-text-shadow: 0 2px 4px rgba(0,0,0,0.9);
  -o-text-shadow: 0 2px 4px rgba(0,0,0,0.9);
  text-shadow: 0 2px 4px rgba(0,0,0,0.9);
  line-height: 1.1em;
}
.brand-bar-v2 .row {
  background-color: #4a2d42;
  padding: 1.25em 0;
}
.brand-bar-v2 .brand-logo {
  display: inline-block;
  vertical-align: top;
  margin: 0 1.25em;
  height: 4em;
}
@media only screen and (min-width: 0px) and (max-width: 559px) {
  .brand-bar-v2 .row {
    padding: 0.75em 0;
  }
  .brand-bar-v2 .brand-logo {
    height: 3em;
    margin: 0 0.75em;
  }
  .brand-bar-v2 .brand-logo:nth-child(n + 4) {
    display: none !important;
  }
}
@media only screen and (min-width: 560px) and (max-width: 759px) {
  .brand-bar-v2 .row {
    padding: 1.25em 0;
  }
  .brand-bar-v2 .brand-logo {
    height: 3.25em;
    margin: 0 0.5em;
  }
  .brand-bar-v2 .brand-logo:nth-child(n + 7) {
    display: none !important;
  }
}
@media only screen and (min-width: 760px) and (max-width: 959px) {
  .brand-bar-v2 .row {
    padding: 0.75em 0;
  }
  .brand-bar-v2 .brand-logo {
    height: 3em;
    margin: 0 0.75em;
  }
  .brand-bar-v2 .brand-logo:nth-child(n + 7) {
    display: none !important;
  }
}
.testimonial-footer-cta {
  background-color: #f6f5f4;
}
.testimonial-footer-cta .cta-description {
  padding: 3% 25%;
}
.testimonial-footer-cta .perfect-shade-button.text-center {
  padding: 0% 3%;
  padding-bottom: 4%;
}
@media only screen and (min-width: 560px) and (max-width: 759px) {
  .testimonial-footer-cta .cta-description {
    padding: 3% 20%;
  }
}
@media only screen and (min-width: 0px) and (max-width: 559px) {
  .testimonial-footer-cta .cta-description {
    padding: 3% 12%;
  }
}
