.back-to-account {
  width: 100%;
  background-color: mr-blue;
}
.gcu-hero {
  background-color: #f8f8fa;
}
.gcu-hero .inner-wrap {
  padding: 2.5em 5%;
}
.gcu-hero .desc-text {
  padding-bottom: 1.5em;
}
.gcu-hero .image-wrap {
  padding: 1em 0;
}
.gcu-hero .image-wrap img {
  width: 100%;
}
.gcu-hero .image-wrap .slick-slider {
  margin-bottom: 0;
}
@media only screen and (min-width: 560px) and (max-width: 759px) {
  .gcu-hero .inner-wrap {
    padding: 2.5em 15%;
  }
  .gcu-hero .image-wrap {
    padding: 1em 5%;
  }
}
@media only screen and (min-width: 760px) {
  .gcu-hero .desc-text {
    padding-top: 1em;
  }
  .gcu-hero .image-wrap {
    position: absolute;
    top: 0;
    left: -100%;
    height: 100%;
    width: 100%;
  }
}
@media only screen and (min-width: 760px) and (max-width: 959px) {
  .gcu-hero .image-wrap {
    padding: 0;
    padding-right: 5%;
  }
}
@media only screen and (min-width: 960px) {
  .gcu-hero .image-wrap {
    padding: 0 10%;
  }
}
.tgcu-before-after-carousel .inner-wrap {
  padding: 3em 3%;
}
.tgcu-before-after-carousel h3 {
  display: inline-block;
  padding: 0.5em 0;
}
.tgcu-before-after-carousel .before-after-carousel-wrap {
  overflow: hidden;
  padding-top: 1.5em;
}
.tgcu-before-after-carousel .before-after-carousel-wrap .slick-slider {
  margin-bottom: 0;
}
.tgcu-before-after-carousel .before-after-carousel-wrap .slick-slider .slick-list {
  overflow: visible;
}
.tgcu-before-after-carousel .before-after-carousel-wrap .slide .image-wrap {
  padding: 0 1em;
}
.tgcu-before-after-carousel .before-after-carousel-wrap .previous,
.tgcu-before-after-carousel .before-after-carousel-wrap .next {
  position: absolute;
  width: 2.5em;
  text-align: center;
  top: 0;
  bottom: 0;
}
.tgcu-before-after-carousel .before-after-carousel-wrap .previous {
  left: 0;
}
.tgcu-before-after-carousel .before-after-carousel-wrap .next {
  right: 0;
}
@media only screen and (min-width: 0px) and (max-width: 559px) {
  .tgcu-before-after-carousel .inner-wrap {
    padding-left: 0;
    padding-right: 0;
  }
  .tgcu-before-after-carousel .before-after-carousel-wrap {
    padding: 0 10%;
  }
  .tgcu-before-after-carousel .before-after-carousel-wrap .slide .image-wrap {
    padding: 0 1.5em;
  }
  .tgcu-before-after-carousel .before-after-carousel-wrap .previous {
    left: 4%;
  }
  .tgcu-before-after-carousel .before-after-carousel-wrap .next {
    right: 4%;
  }
}
@media only screen and (min-width: 560px) and (max-width: 759px) {
  .tgcu-before-after-carousel .carousel-wrap {
    padding: 0 10%;
  }
  .tgcu-before-after-carousel .carousel-wrap .left-nav,
  .tgcu-before-after-carousel .carousel-wrap .right-nav {
    top: 45%;
  }
}
.vue-value-prop-video .row {
  background-color: #ebebeb;
  padding: 2.5em 0;
}
.vue-value-prop-video h2 {
  padding-bottom: 1em;
}
.vue-value-prop-video .video-wrap {
  padding: 2em;
}
.vue-value-prop-video .video-wrap iframe {
  width: 100%;
  height: 100%;
}
.vue-value-prop-video ul {
  padding-top: 1.5em;
}
.vue-value-prop-video li {
  position: relative;
  margin-left: 2em;
  padding-bottom: 0.5em;
  list-style-type: disc;
}
.vue-value-prop-video li .icon-heart-full {
  position: absolute;
  top: 0.1em;
  left: 0;
}
@media only screen and (min-width: 0px) and (max-width: 559px) {
  .vue-value-prop-video .list-wrap {
    padding: 0 5%;
  }
}
@media only screen and (min-width: 560px) and (max-width: 759px) {
  .vue-value-prop-video .video-wrap {
    width: 100%;
  }
  .vue-value-prop-video .list-wrap {
    padding: 0 14%;
  }
}
@media only screen and (max-width: 959px) {
  .vue-value-prop-video .v-center {
    top: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    position: relative !important;
  }
  .vue-value-prop-video .video-wrap {
    width: 100%;
    padding: 0 15%;
    margin: 0 auto;
  }
  .vue-value-prop-video .list-wrap {
    padding: 0 14%;
  }
}
@media only screen and (min-width: 960px) {
  .vue-value-prop-video .lg-5 {
    min-height: 18em;
  }
  .vue-value-prop-video h2 {
    padding-bottom: 0;
  }
  .vue-value-prop-video .video-wrap {
    width: 100%;
  }
}
.find-your-shade .slick-slider {
  margin-bottom: 0;
}
.find-your-shade .inner-wrap {
  padding: 3em 9%;
}
.find-your-shade .products-wrap {
  position: relative;
  padding: 1em 0;
}
.find-your-shade .products-wrap .product-wrap {
  padding: 0 0.75em;
}
.find-your-shade .products-wrap .product-wrap .product-image {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
}
.find-your-shade .products-wrap .previous,
.find-your-shade .products-wrap .next {
  position: absolute;
  width: 3em;
  text-align: center;
  top: 0;
  bottom: 0;
}
.find-your-shade .products-wrap .previous {
  left: 0;
}
.find-your-shade .products-wrap .next {
  right: 0;
}
@media only screen and (min-width: 0px) and (max-width: 559px) {
  .find-your-shade .inner-wrap {
    padding: 3em 5%;
  }
  .find-your-shade .products-wrap {
    padding: 1.5em 20%;
  }
  .find-your-shade .products-wrap .product-wrap .product-image {
    padding: 0 5%;
  }
}
@media only screen and (min-width: 560px) and (max-width: 759px) {
  .find-your-shade .inner-wrap {
    padding: 3em 10%;
  }
  .find-your-shade .products-wrap {
    padding: 1.5em 10%;
  }
  .find-your-shade .products-wrap .product-wrap .product-image {
    padding: 0 5%;
  }
}
@media only screen and (min-width: 760px) and (max-width: 959px) {
  .find-your-shade .inner-wrap {
    padding: 3em 7%;
  }
  .find-your-shade .products-wrap {
    padding: 1.5em 7%;
  }
  .find-your-shade .products-wrap .product-wrap .product-image {
    padding: 0 5%;
  }
}
.three-ways {
  background-color: #f7f7f8;
}
.three-ways .inner-wrap {
  padding: 2.5em 2%;
}
.three-ways .way-wrap {
  display: inline-block;
  vertical-align: top;
  width: 21em;
  padding: 0 0.5em;
}
.three-ways .way-wrap .way-title-wrap {
  padding: 0.75em;
}
.three-ways .way-wrap .way-title-wrap .way-title {
  line-height: 1em;
}
.three-ways .way-wrap .way-title-wrap .way-title img {
  display: inline-block;
  vertical-align: top;
}
.three-ways .way-wrap .way-title-wrap .way-title span {
  display: inline-block;
  vertical-align: top;
  line-height: 2.5em;
  height: 2.5em;
}
.three-ways .way-wrap .way-title-wrap .way-title-icon {
  width: 2.5em;
  height: 2.5em;
  margin-right: 0.5em;
}
.three-ways .way-wrap .way-bullets-wrap {
  padding-top: 0.5em;
  padding-left: 5%;
  padding-right: 5%;
}
.three-ways .way-wrap .way-bullets-wrap .sub-title {
  min-height: 3em;
}
.three-ways .way-wrap .way-bullets-wrap ul {
  min-height: 12em;
  list-style-type: disc;
  margin-left: 1em;
}
.three-ways .way-wrap .way-bullets-wrap ul li {
  margin-bottom: 0.5em;
}
.three-ways .previous,
.three-ways .next {
  position: absolute;
  width: 3em;
  text-align: center;
  top: 0;
  bottom: 50%;
}
.three-ways .previous {
  left: 0;
}
.three-ways .next {
  right: 0;
}
@media only screen and (min-width: 0px) and (max-width: 559px) {
  .three-ways .inner-wrap {
    padding: 2.5em 0;
  }
  .three-ways .way-wrap {
    width: 17em;
  }
  .three-ways .way-wrap .way-bullets-wrap ul {
    min-height: 14em;
  }
}
@media only screen and (min-width: 560px) and (max-width: 759px) {
  .three-ways .carousel-wrap {
    padding: 0 10%;
  }
}
@media only screen and (min-width: 760px) and (max-width: 959px) {
  .three-ways .carousel-wrap {
    padding: 0 20%;
  }
}
.vue-featured-reviews .inner-wrap {
  padding: 0 5%;
  padding-bottom: 1.5em;
}
.vue-featured-reviews .title-text {
  padding-top: 1em;
}
.vue-featured-reviews .featured-reviews-wrap {
  padding: 0 5%;
  padding-top: 1.5em;
}
.vue-featured-reviews .featured-reviews-wrap .carousel-wrap {
  position: relative;
}
.vue-featured-reviews .featured-reviews-wrap .carousel-wrap .the-carousel {
  position: relative;
  overflow: hidden;
}
.vue-featured-reviews .featured-reviews-wrap .carousel-wrap .the-carousel .slick-initialized {
  display: block;
  margin: 0 -2px;
}
.vue-featured-reviews .featured-reviews-wrap .carousel-wrap .left-nav,
.vue-featured-reviews .featured-reviews-wrap .carousel-wrap .right-nav {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 5em;
  text-align: center;
}
.vue-featured-reviews .featured-reviews-wrap .carousel-wrap .left-nav span,
.vue-featured-reviews .featured-reviews-wrap .carousel-wrap .right-nav span {
  position: absolute;
  width: 100%;
  top: 50%;
  margin-top: -0.75em;
}
.vue-featured-reviews .featured-reviews-wrap .carousel-wrap .left-nav {
  left: -5em;
}
.vue-featured-reviews .featured-reviews-wrap .carousel-wrap .left-nav span {
  left: 0;
}
.vue-featured-reviews .featured-reviews-wrap .carousel-wrap .right-nav {
  right: -5em;
}
.vue-featured-reviews .featured-reviews-wrap .carousel-wrap .right-nav span {
  right: 0;
}
.vue-featured-reviews .review-wrap {
  position: relative;
}
.vue-featured-reviews .review-wrap .line {
  position: absolute;
  top: 10%;
  right: -1px;
  width: 1px;
  height: 80%;
  background: #ccc;
}
.vue-featured-reviews .review-wrap .review {
  padding: 0 10%;
}
.vue-featured-reviews .review-wrap .review .quote-image {
  display: inline-block;
  width: 4.5em;
  margin: 0.75em;
}
.vue-featured-reviews .review-wrap .review .review-title {
  padding-bottom: 0.25em;
}
.vue-featured-reviews .review-wrap .review .show-more-text {
  color: #3a2d4a;
  text-decoration: underline;
}
.vue-featured-reviews .review-wrap .review .name {
  padding-top: 0.5em;
}
.vue-featured-reviews .review-wrap .review .product-name {
  padding-top: 1em;
}
@media only screen and (min-width: 0px) and (max-width: 559px) {
  .vue-featured-reviews .inner-wrap {
    padding: 0 5%;
  }
  .vue-featured-reviews .featured-reviews-wrap {
    padding: 0 5%;
    padding-top: 1.5em;
  }
  .vue-featured-reviews .featured-reviews-wrap .carousel-wrap .left-nav,
  .vue-featured-reviews .featured-reviews-wrap .carousel-wrap .right-nav {
    width: 3em;
  }
  .vue-featured-reviews .featured-reviews-wrap .carousel-wrap .left-nav {
    left: -3em;
  }
  .vue-featured-reviews .featured-reviews-wrap .carousel-wrap .right-nav {
    right: -3em;
  }
  .vue-featured-reviews .featured-reviews-wrap .review-wrap .review {
    padding: 0;
  }
  .vue-featured-reviews .featured-reviews-wrap .review-wrap .line {
    display: none;
  }
}
@media only screen and (min-width: 560px) and (max-width: 759px) {
  .vue-featured-reviews .inner-wrap {
    padding: 0 10%;
  }
  .vue-featured-reviews .featured-reviews-wrap {
    padding-top: 1.5em;
  }
  .vue-featured-reviews .featured-reviews-wrap .review-wrap .review {
    padding: 0;
  }
  .vue-featured-reviews .featured-reviews-wrap .review-wrap .line {
    display: none;
  }
}
@media only screen and (min-width: 760px) and (max-width: 959px) {
  .vue-featured-reviews .inner-wrap {
    padding: 0 15%;
  }
  .vue-featured-reviews .featured-reviews-wrap {
    padding-top: 1.5em;
  }
  .vue-featured-reviews .featured-reviews-wrap .review-wrap .review {
    padding: 0;
  }
  .vue-featured-reviews .featured-reviews-wrap .review-wrap .line {
    display: none;
  }
}
