.back-to-account {
  width: 100%;
  background-color: mr-blue;
}
.introducing-men-hero .title-wrap {
  overflow: hidden;
}
.introducing-men-hero .left-background {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 70%;
  background-color: #151515;
}
.introducing-men-hero .right-background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 30%;
  background-color: #202020;
}
.introducing-men-hero .title-and-cta-wrap .background-image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
}
.introducing-men-hero .title-and-cta-wrap .prop-text {
  padding: 0.5em 0;
}
.introducing-men-hero .title-and-cta-wrap .cta-wrap {
  padding-top: 1.5em;
}
@media only screen and (max-width: 759px) {
  .introducing-men-hero .title-and-cta-wrap .title-wrap {
    position: relative;
  }
  .introducing-men-hero .title-and-cta-wrap .title-wrap .prop-title,
  .introducing-men-hero .title-and-cta-wrap .title-wrap .prop-text {
    position: relative;
    padding-left: 45%;
    padding-right: 5%;
  }
  .introducing-men-hero .title-and-cta-wrap .title-wrap .prop-title {
    padding-top: 2.5em;
  }
  .introducing-men-hero .title-and-cta-wrap .title-wrap .prop-text {
    padding-bottom: 6em;
    padding-right: 10%;
  }
  .introducing-men-hero .title-and-cta-wrap .background-image-wrap {
    left: -10%;
    right: 15%;
  }
  .introducing-men-hero .mobile-cta {
    padding: 1.5em;
    text-align: center;
    background-color: #eaeaea;
  }
}
@media only screen and (min-width: 560px) and (max-width: 759px) {
  .introducing-men-hero .title-and-cta-wrap .title-wrap .prop-title {
    padding-top: 7em;
  }
  .introducing-men-hero .title-and-cta-wrap .title-wrap .prop-text {
    padding-bottom: 9em;
  }
  .introducing-men-hero .title-and-cta-wrap .background-image-wrap {
    left: -5%;
    right: 30%;
  }
}
@media only screen and (min-width: 760px) and (max-width: 959px) {
  .introducing-men-hero .title-and-cta-wrap {
    position: relative;
    padding: 7em 5%;
    padding-left: 45%;
  }
  .introducing-men-hero .title-and-cta-wrap .background-image-wrap {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 45%;
  }
}
@media only screen and (min-width: 960px) {
  .introducing-men-hero .title-and-cta-wrap {
    position: relative;
    padding: 9.5em 5%;
    padding-left: 44%;
  }
  .introducing-men-hero .title-and-cta-wrap .background-image-wrap {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 44%;
  }
}
.less-gray-more-you {
  background-color: #eaeaea;
}
.less-gray-more-you .dark-text {
  color: #282828;
}
.less-gray-more-you .darkish-text {
  color: #434343;
}
.less-gray-more-you .more-you-wrap {
  padding: 1.5em 5%;
  padding-top: 2em;
}
.less-gray-more-you .title-wrap {
  padding-bottom: 0.5em;
}
.less-gray-more-you .title-wrap .title-text {
  padding-top: 0.5em;
}
.less-gray-more-you .value-prop {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 1em;
}
.less-gray-more-you .value-prop .prop-title-wrap {
  padding-bottom: 1em;
  width: 100%;
  letter-spacing: 0.03em;
}
.less-gray-more-you .value-prop .prop-title-wrap .prop-icon {
  display: inline-block;
  width: 35%;
}
.less-gray-more-you .value-prop .prop-title-wrap .prop-title {
  display: block;
  width: 100%;
  text-align: center;
}
.less-gray-more-you .value-prop .prop-text {
  position: relative;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 400ms ease-in-out;
  -moz-transition: max-height 400ms ease-in-out;
  -ms-transition: max-height 400ms ease-in-out;
  -o-transition: max-height 400ms ease-in-out;
  transition: max-height 400ms ease-in-out;
}
.less-gray-more-you .value-prop.open .prop-text {
  max-height: 24em;
}
.less-gray-more-you .learn-more-wrap {
  padding: 1.5em;
}
.less-gray-more-you .learn-more-wrap .learn-more {
  color: #3a2d4a !important;
}
.less-gray-more-you .learn-more-wrap .learn-more .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;
}
.less-gray-more-you .learn-more-wrap .learn-more.open .icon-caret-down:before {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
@media only screen and (max-width: 759px) {
  .less-gray-more-you .value-prop {
    display: block;
    border-bottom: 1px solid #434343;
  }
  .less-gray-more-you .value-prop .prop-title-wrap {
    position: relative;
    width: 100%;
  }
  .less-gray-more-you .value-prop .prop-title-wrap .prop-icon {
    width: 33%;
  }
  .less-gray-more-you .value-prop .prop-title-wrap .icon-caret-down {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -1.5em;
    color: #434343;
  }
  .less-gray-more-you .value-prop .prop-title-wrap .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;
  }
  .less-gray-more-you .value-prop .prop-text p {
    padding-bottom: 1.5em;
  }
  .less-gray-more-you .value-prop:last-child {
    border-bottom: none;
  }
  .less-gray-more-you .value-prop.open .prop-title-wrap .icon-caret-down:before {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
}
@media only screen and (min-width: 560px) and (max-width: 759px) {
  .less-gray-more-you .value-prop .prop-title-wrap .prop-icon {
    width: 20%;
  }
  .less-gray-more-you .value-prop .prop-text {
    padding: 0 10%;
  }
}
@media only screen and (min-width: 760px) and (max-width: 959px) {
  .less-gray-more-you .more-you-wrap {
    padding-left: 0;
    padding-right: 0;
  }
  .less-gray-more-you .value-prop {
    width: 16em;
  }
}
@media only screen and (min-width: 960px) {
  .less-gray-more-you .value-prop {
    width: 17em;
  }
}
.man-you-look-good {
  overflow: hidden;
}
.man-you-look-good .btn-mr-secondary {
  background-color: #fff;
  border: 2px solid #600057;
  color: #600057;
}
.man-you-look-good .dark-text {
  color: #282828;
}
.man-you-look-good .darkish-text {
  color: #434343;
}
.man-you-look-good .everything-wrap {
  padding: 1.5em 5%;
}
.man-you-look-good .title-wrap {
  padding: 2.5em 5% 1em 5%;
}
.man-you-look-good .title-wrap .title-text {
  color: #434343;
}
.man-you-look-good .title-wrap .bottom-text {
  color: #434343;
  padding-top: 0.25em;
}
.man-you-look-good .carousel-wrap {
  padding: 0.5em 7%;
}
.man-you-look-good .carousel-wrap .the-carousel {
  position: relative;
  margin: 0;
  overflow: visible;
  width: 100%;
}
.man-you-look-good .carousel-wrap .the-carousel .slick-list {
  position: relative;
  overflow: visible;
  width: 100%;
}
.man-you-look-good .carousel-wrap .slide {
  padding: 0 0.5em;
}
.man-you-look-good .carousel-wrap .slide .slide-inner {
  padding: 1em;
  border: 1px solid #a9a9a9;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.man-you-look-good .carousel-wrap .slide .swatch-image {
  display: inline-block;
  width: 85%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.man-you-look-good .carousel-wrap .slide .slide-text {
  color: #282828;
  padding-top: 0.25em;
  padding-bottom: 0.75em;
}
.man-you-look-good .carousel-wrap .left-nav,
.man-you-look-good .carousel-wrap .right-nav {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 2.5em;
}
.man-you-look-good .carousel-wrap .left-nav .icon-caret-left,
.man-you-look-good .carousel-wrap .right-nav .icon-caret-left,
.man-you-look-good .carousel-wrap .left-nav .icon-caret-right,
.man-you-look-good .carousel-wrap .right-nav .icon-caret-right {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  display: inline-block;
  top: 50%;
  margin-top: -0.75em;
  color: #a9a9a9;
}
.man-you-look-good .carousel-wrap .left-nav {
  left: 0;
  text-align: left;
}
.man-you-look-good .carousel-wrap .right-nav {
  right: 0;
  text-align: right;
}
.man-you-look-good .bottom-wrap {
  padding: 1.5em 5% 2.5em 5%;
}
@media only screen and (min-width: 0px) and (max-width: 559px) {
  .man-you-look-good .carousel-wrap {
    padding: 0.5em 2.5em;
    overflow: hidden;
  }
  .man-you-look-good .carousel-wrap .carousel-wrap-inner {
    padding: 0 11%;
    overflow: hidden;
  }
  .man-you-look-good .carousel-wrap .slide .slide-text {
    padding-bottom: 0;
    height: 3.5em;
  }
}
@media only screen and (min-width: 560px) and (max-width: 759px) {
  .man-you-look-good .carousel-wrap {
    padding: 0.5em 2.5em;
  }
  .man-you-look-good .carousel-wrap .carousel-wrap-inner {
    padding: 0 30%;
    overflow: hidden;
  }
  .man-you-look-good .carousel-wrap .slide .slide-text {
    padding-bottom: 0;
    height: 3.5em;
  }
}
@media only screen and (min-width: 760px) and (max-width: 959px) {
  .man-you-look-good .carousel-wrap {
    padding: 0.5em 2.5em;
  }
  .man-you-look-good .carousel-wrap .carousel-wrap-inner {
    padding: 0 10%;
    overflow: hidden;
  }
  .man-you-look-good .carousel-wrap .slide .slide-text {
    padding-bottom: 0;
    height: 3.5em;
  }
}
@media only screen and (min-width: 960px) {
  .man-you-look-good .carousel-wrap {
    padding: 0.5em 10%;
  }
  .man-you-look-good .carousel-wrap .carousel-wrap-inner {
    padding: 0 10%;
    overflow: hidden;
  }
  .man-you-look-good .carousel-wrap .left-nav {
    left: 5%;
  }
  .man-you-look-good .carousel-wrap .right-nav {
    right: 5%;
  }
}
.easy-as.component .title-text {
  color: #282828;
}
.easy-as.component .color-teal {
  color: #485b60;
}
.easy-as.component .product-wrap {
  overflow: hidden;
}
.easy-as.component .product-wrap .product-image {
  width: 110%;
  margin-top: 1em;
  margin-left: 2em;
}
.easy-as.component .step .step-image {
  width: 75%;
  margin-bottom: 1em;
}
@media only screen and (max-width: 759px) {
  .easy-as.component .title-wrap,
  .easy-as.component .product-wrap {
    background-color: #f7f7f7;
  }
  .easy-as.component .title-wrap {
    padding: 0 5%;
    padding-top: 2.5em;
  }
  .easy-as.component .product-wrap {
    padding: 0 5%;
    padding-bottom: 1em;
  }
  .easy-as.component .product-wrap .product-image {
    display: inline-block;
    width: 60%;
  }
  .easy-as.component .steps {
    padding: 1em 10%;
  }
  .easy-as.component .steps .step .step-image,
  .easy-as.component .steps .step .step-content {
    display: inline-block;
    vertical-align: top;
  }
  .easy-as.component .steps .step .step-image {
    width: 34%;
  }
  .easy-as.component .steps .step .step-content {
    width: 66%;
    text-align: left;
    padding: 1.5em;
  }
  .easy-as.component .bottom-wrap {
    padding: 0 5%;
    padding-bottom: 2.5em;
  }
}
@media only screen and (min-width: 560px) and (max-width: 759px) {
  .easy-as.component .product-wrap .product-image {
    width: 40%;
  }
  .easy-as.component .steps {
    padding: 1em 20%;
  }
}
@media only screen and (min-width: 760px) {
  .easy-as.component {
    background-color: #f7f7f7;
  }
  .easy-as.component .title-wrap {
    padding: 1.5em 5%;
    padding-top: 2.5em;
  }
  .easy-as.component .steps-wrap {
    padding: 0 4%;
  }
  .easy-as.component .steps-wrap .steps-wrap-inner {
    background-color: #f7f7f7;
    padding: 1.5em 0;
  }
  .easy-as.component .steps-wrap .steps .step {
    display: inline-block;
    vertical-align: top;
    width: 10em;
    margin: 1.5em;
  }
  .easy-as.component .bottom-wrap {
    padding: 1.5em 5%;
    padding-bottom: 2.5em;
  }
}
@media only screen and (min-width: 760px) and (max-width: 959px) {
  .easy-as.component .steps-wrap {
    padding: 0 2%;
  }
  .easy-as.component .steps-wrap .product-wrap .product-image {
    width: 120%;
    margin-top: 2em;
    margin-left: 0;
  }
  .easy-as.component .steps-wrap .steps .step {
    margin: 0.75em;
  }
}
.thats-what-he-said {
  background-color: #434343;
}
.thats-what-he-said .simple-review-vue {
  padding: 0 1.5em;
}
.thats-what-he-said .simple-review-vue p.review-text {
  position: relative;
  color: #fff;
  margin-bottom: 1em;
  padding: 0 1em;
  font-size: 0.7em;
  font-weight: 400;
  font-family: 'Averta-Light', sans-serif;
}
.thats-what-he-said .simple-review-vue p.review-text i.icon-quote {
  display: block !important;
  position: absolute;
  top: -1em;
  left: 0;
  z-index: -1;
}
.thats-what-he-said .simple-review-vue p.review-text i.icon-quote:before {
  color: #545454;
  font-size: 3.5em;
}
.thats-what-he-said .simple-review-vue p.review-customer-name {
  color: #fff;
  margin-bottom: 0;
  font-size: 0.7em;
  font-weight: 400;
  font-family: 'Averta-Light', sans-serif;
}
.thats-what-he-said .simple-review-vue p.review-customer-product {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 0.6em;
  font-weight: 400;
  font-family: 'Averta-Light', sans-serif;
}
.thats-what-he-said .simple-review-vue p.review-customer-location {
  display: none;
}
.thats-what-he-said .carousel-wrap {
  margin: 1.2em auto 2em auto;
}
.thats-what-he-said .carousel-wrap .the-carousel {
  padding: 0;
}
.thats-what-he-said .carousel-wrap .the-carousel .slick-slider {
  margin-bottom: 40px;
}
.thats-what-he-said .carousel-wrap .the-carousel .slick-slider .slick-list {
  padding-bottom: 10px;
}
.thats-what-he-said .carousel-wrap .the-carousel .slick-slider .slick-list .slick-track {
  top: 10px;
}
.thats-what-he-said .slick-dots {
  bottom: -1.5em;
}
.thats-what-he-said .slick-dots li {
  width: 12px;
  margin: 0 1px;
}
.thats-what-he-said .slick-dots li button:before {
  font-size: 18px;
  color: #eaeaea;
}
.thats-what-he-said .slick-dots li.slick-active button:before {
  color: #fff;
}
@media only screen and (max-width: 759px) {
  .thats-what-he-said .slick-dots {
    bottom: -2.5em;
  }
  .thats-what-he-said .simple-review-vue p.review-text {
    font-size: 1em;
    padding: 0 1.5em;
  }
  .thats-what-he-said .simple-review-vue p.review-text i.icon-quote {
    top: -1em;
    left: -1em;
  }
  .thats-what-he-said .simple-review-vue p.review-text i.icon-quote:before {
    font-size: 3.5em;
  }
  .thats-what-he-said .simple-review-vue p.review-customer-name {
    font-size: 1em;
  }
  .thats-what-he-said .simple-review-vue p.review-customer-product {
    font-size: 0.8em;
  }
}
@media only screen and (min-width: 760px) {
  .thats-what-he-said .simple-review-vue p.review-text {
    font-size: 1em;
    padding: 0 10em;
  }
  .thats-what-he-said .simple-review-vue p.review-text i.icon-quote {
    top: -1em;
    left: 8em;
  }
  .thats-what-he-said .simple-review-vue p.review-text i.icon-quote:before {
    font-size: 3.5em;
  }
  .thats-what-he-said .simple-review-vue p.review-customer-name {
    font-size: 1em;
  }
  .thats-what-he-said .simple-review-vue p.review-customer-product {
    font-size: 0.9em;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1299px) {
  .thats-what-he-said .simple-review-vue p.review-text {
    font-size: 0.8em;
    padding: 0 12em;
  }
  .thats-what-he-said .simple-review-vue p.review-text i.icon-quote {
    left: 10em;
  }
  .thats-what-he-said .simple-review-vue p.review-customer-name {
    font-size: 0.8em;
  }
  .thats-what-he-said .simple-review-vue p.review-customer-product {
    font-size: 0.7em;
  }
}
.ugc-carousel .row {
  padding: 2.5em 0;
}
.ugc-carousel .title-wrap .title-text {
  color: #282828;
  padding-bottom: 1em;
}
.ugc-carousel .carousel-wrap {
  padding: 0 5%;
}
.ugc-carousel .carousel-wrap .the-carousel {
  margin: 0;
}
.ugc-carousel .carousel-wrap .the-carousel .image-wrap {
  padding: 0 0.5em;
}
.ugc-carousel .carousel-wrap .left-nav,
.ugc-carousel .carousel-wrap .right-nav {
  position: absolute;
  top: 33%;
  bottom: 33%;
  width: 3.5em;
  text-align: center;
  background-color: rgba(0,0,0,0.5);
  color: #fff;
}
.ugc-carousel .carousel-wrap .left-nav {
  left: 0.5em;
}
.ugc-carousel .carousel-wrap .right-nav {
  right: 0.5em;
}
.ugc-carousel .bottom-wrap {
  padding: 0 5%;
  padding-top: 1.5em;
}
@media only screen and (max-width: 759px) {
  .ugc-carousel .carousel-wrap .left-nav,
  .ugc-carousel .carousel-wrap .right-nav {
    width: 2.5em;
  }
  .ugc-carousel .carousel-wrap .left-nav {
    left: -0.75em;
  }
  .ugc-carousel .carousel-wrap .right-nav {
    right: -0.75em;
  }
}
@media only screen and (min-width: 560px) and (max-width: 759px) {
  .ugc-carousel .carousel-wrap {
    padding: 0 10%;
  }
}
.our-mission {
  background-color: #f7f7f7;
  color: #282828;
}
.our-mission .our-mission-wrap {
  padding: 2.5em 5%;
}
.our-mission .title-text {
  padding-bottom: 0.75em;
  color: #282828;
}
.our-mission .mission-text {
  padding-bottom: 1.5em;
  color: #434343;
}
@media only screen and (min-width: 960px) {
  .our-mission .our-mission-wrap {
    padding: 2.5em 10%;
  }
}
.text-gray-background {
  background-color: #fbfbfb;
  color: #434343;
  line-height: 26px;
}
.text-gray-background a {
  color: #434343;
}
.text-gray-background .the-text-wrap {
  padding: 2em 5%;
}
