.back-to-account {
  width: 100%;
  background-color: mr-blue;
}
.region-site-messages {
  background-color: #f7f7f8;
  color: #3a2d4a;
}
.region-site-messages .messages {
  padding: 0.5em 0;
}
.region-site-messages .message-wrap {
  padding: 0.5em 5%;
}
.region-site-messages .message-wrap .message-outer {
  position: relative;
}
.region-site-messages .message-wrap .message-inner {
  padding-left: 2em;
}
.region-site-messages .message-wrap .icon-info {
  position: absolute;
  top: -0.2em;
  left: 0;
}
.region-site-messages .message-wrap a {
  text-decoration: underline;
  color: #911885;
}
@media only screen and (min-width: 760px) and (max-width: 959px) {
  .region-site-messages .message-wrap {
    padding: 0.5em 7%;
  }
}
@media only screen and (min-width: 960px) {
  .region-site-messages .message-wrap {
    padding: 0.5em 12%;
  }
}
.region-locations-hero .row {
  padding: 1.5em 0;
}
.region-locations-hero .region-desc {
  padding: 0 5%;
  padding-bottom: 1em;
}
.region-locations-hero .location-wrap {
  display: inline-block;
  vertical-align: top;
  width: 24.5em;
  border: 1px solid #e0e0e0;
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  border-radius: 0.5em;
  padding: 0.75em 1em;
  margin: 0.75em;
}
.region-locations-hero .location-wrap .top-wrap {
  min-height: 8em;
}
.region-locations-hero .location-wrap .location-description,
.region-locations-hero .location-wrap .image-wrap {
  display: inline-block;
  vertical-align: top;
}
.region-locations-hero .location-wrap .location-description {
  width: 14em;
}
.region-locations-hero .location-wrap .image-wrap {
  width: 8.25em;
}
.region-locations-hero .location-wrap .mini-tag {
  background-color: #f7f7f8;
  display: inline-block;
  padding: 0.25em 0.5em;
  -moz-border-radius: 0.15em;
  -webkit-border-radius: 0.15em;
  border-radius: 0.15em;
}
.region-locations-hero .location-wrap .bottom-wrap .visit-list li {
  display: inline-block;
  vertical-align: top;
  margin-right: 1em;
}
.region-locations-hero .location-wrap .bottom-wrap .visit-list .mr-icon {
  margin-top: -0.12em;
}
@media only screen and (min-width: 0px) and (max-width: 559px) {
  .region-locations-hero .location-wrap {
    width: 20.5em;
    padding: 0.75em;
  }
  .region-locations-hero .location-wrap .location-description {
    width: 10.75em;
  }
  .region-locations-hero .location-wrap .image-wrap {
    width: 8em;
  }
  .region-locations-hero .location-wrap .bottom-wrap .visit-list li {
    margin-right: 0.5em;
  }
}
.region-pixlee-carousel .row {
  padding: 1.5em 0;
}
.region-pixlee-carousel .title-wrap {
  padding: 0 5%;
  padding-bottom: 0.5em;
}
.region-pixlee-carousel .carousel-wrap {
  position: relative;
}
.region-pixlee-carousel .carousel-wrap .previous,
.region-pixlee-carousel .carousel-wrap .next {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 20%;
}
.region-pixlee-carousel .carousel-wrap .previous {
  left: 0;
}
.region-pixlee-carousel .carousel-wrap .next {
  right: 0;
}
.region-pixlee-carousel .the-carousel {
  max-width: 100%;
  overflow: hidden;
}
.region-pixlee-carousel .the-carousel .slick-slider {
  margin-bottom: 0;
}
.region-pixlee-carousel .the-carousel .slick-list {
  overflow: visible;
}
.region-pixlee-carousel .the-carousel .image-wrap {
  padding: 0.25em;
}
.region-pixlee-carousel .the-carousel .image-wrap img {
  width: 100%;
}
@media only screen and (min-width: 0px) and (max-width: 559px) {
  .region-pixlee-carousel .the-carousel {
    padding: 0 20%;
  }
}
@media only screen and (min-width: 560px) and (max-width: 759px) {
  .region-pixlee-carousel .carousel-wrap .previous,
  .region-pixlee-carousel .carousel-wrap .next {
    width: 30%;
  }
  .region-pixlee-carousel .the-carousel {
    padding: 0 30%;
  }
}
@media only screen and (min-width: 760px) and (max-width: 959px) {
  .region-pixlee-carousel .title-wrap,
  .region-pixlee-carousel .carousel-wrap {
    padding-left: 7%;
    padding-right: 7%;
  }
  .region-pixlee-carousel .title-wrap .previous,
  .region-pixlee-carousel .carousel-wrap .previous,
  .region-pixlee-carousel .title-wrap .next,
  .region-pixlee-carousel .carousel-wrap .next {
    width: 10%;
  }
}
@media only screen and (min-width: 960px) {
  .region-pixlee-carousel .title-wrap,
  .region-pixlee-carousel .carousel-wrap {
    padding-left: 12%;
    padding-right: 12%;
  }
}
.region-press .inner-wrap {
  padding: 0.75em 5%;
}
.region-press .title-wrap {
  padding-bottom: 0.75em;
}
.region-press .articles {
  white-space: nowrap;
  overflow: auto;
}
.region-press .articles .article {
  position: relative;
  display: inline-block;
  vertical-align: top;
  height: 7.5em;
  width: 11.5em;
  padding: 0.75em 1em;
  margin-right: 0.5em;
  border: 1px solid #e0e0e0;
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  border-radius: 0.5em;
}
.region-press .articles .article .article-text {
  width: 100%;
  max-height: 5em;
  white-space: initial;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.region-press .articles .article .article-link {
  position: absolute;
  left: 1.5em;
  bottom: 1.5em;
}
@media only screen and (max-width: 759px) {
  .region-press .view-all-wrap {
    padding-top: 0.75em;
  }
}
@media only screen and (min-width: 760px) {
  .region-press .view-all-wrap {
    position: relative;
    height: 7.5em;
  }
  .region-press .view-all-wrap .view-all {
    position: absolute;
    left: 1.5em;
    top: 50%;
    margin-top: -0.75em;
  }
}
.more-regions .inner-wrap {
  padding: 1.5em 0;
}
.more-regions .title-text {
  padding: 0 5%;
}
.more-regions .region-link {
  position: relative;
  display: block;
  width: 100%;
  border-bottom: 1px solid #e0e0e0;
  padding: 1em 5%;
}
.more-regions .region-link .region-name {
  display: block;
}
.more-regions .region-link .icon-caret-right {
  position: absolute;
  top: 50%;
  right: 5%;
  margin-top: -0.75em;
  margin-right: -0.5em;
}
@media only screen and (min-width: 560px) and (max-width: 759px) {
  .more-regions .inner-wrap {
    padding: 1em 10%;
  }
  .more-regions .title-text {
    padding: 0;
  }
  .more-regions .region-link {
    padding: 1em 0;
  }
  .more-regions .region-link .icon-caret-right {
    right: 0;
  }
}
@media only screen and (min-width: 760px) and (max-width: 959px) {
  .more-regions .inner-wrap {
    padding: 1em 10%;
  }
  .more-regions .title-text {
    padding: 0;
  }
  .more-regions .region-link {
    padding: 1em 0;
  }
  .more-regions .region-link .icon-caret-right {
    right: 0;
  }
}
@media only screen and (min-width: 960px) {
  .more-regions .inner-wrap {
    padding: 1em 17%;
  }
  .more-regions .title-text {
    padding: 0;
  }
  .more-regions .region-link {
    padding: 1em 0;
  }
  .more-regions .region-link .icon-caret-right {
    right: 0;
  }
}
.about-mr-color .title-wrap {
  padding-left: 15%;
  padding-right: 15%;
}
.about-mr-color .value-props {
  list-style: disc;
  margin-left: 2em;
  display: inline-block;
  text-align: left;
}
@media only screen and (min-width: 0px) and (max-width: 559px) {
  .about-mr-color .value-props {
    width: 20em;
  }
}
@media only screen and (min-width: 560px) and (max-width: 759px) {
  .about-mr-color .value-props {
    width: 30em;
  }
}
@media only screen and (min-width: 760px) {
  .about-mr-color .value-props {
    width: 42em;
  }
}
