﻿@charset "UTF-8";
/* Colors
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* Fonts
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* Layout
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* Flex Mixins
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* Links
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* Animations
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* Other Mixins
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* Color Themes
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
.ratings-hub {
  /* Targets displays using any of Windows' High Contrast Mode themes: */
  /* Targets displays using the Windows' "High Contrast White" theme: */
}
.ratings-hub.hidden {
  display: none;
}
.ratings-hub .store-rating {
  margin: 2rem auto 0 auto;
  max-width: 80%;
  text-align: center;
}
.ratings-hub .store-rating h2 {
  width: 100%;
}
.ratings-hub .store-rating p {
  margin-left: auto;
  margin-right: auto;
}
.ratings-hub .store-rating .inner {
  padding: 1rem 2rem;
  margin-bottom: 1rem;
  display: inline-block;
  background-color: #f4f9fa;
}
.ratings-hub .store-rating .star-wrap {
  height: 42px;
  margin: 0 5px;
  width: 42px;
}
.ratings-hub .store-rating .rating-title {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 2.5em;
}
.ratings-hub .store-rating .rating-title span {
  font-size: 2.25em;
}
.ratings-hub .review-selection {
  padding: 3.2em calc(8% + 8px);
  padding-bottom: 0;
}
.ratings-hub .rating-area {
  display: flex;
  justify-content: center;
}
.ratings-hub .rating-text {
  flex: 0 1 auto;
  font-size: 1.6rem;
}
.ratings-hub .rating-text .rating-text-wrap {
  display: inline-block;
}
.ratings-hub .rating-text:after {
  content: "|";
  display: inline-block;
  margin: 0 1rem;
}
.ratings-hub .review-text {
  flex: 0 1 auto;
  font-size: 1.6rem;
}
.ratings-hub .dropdown-wrap {
  position: relative;
  display: inline-block;
  width: 25rem;
  margin: 4rem 0 6rem 0;
}
.ratings-hub .dropdown-wrap .dropdown-trigger .placeholder {
  white-space: normal;
}
.ratings-hub .category-wrap {
  display: none;
}
.ratings-hub .category-wrap.is-visible {
  display: block;
}
.ratings-hub .category-description {
  margin-bottom: 2rem;
}
.ratings-hub .rating-title p {
  color: #707070;
}
.ratings-hub .rating-title p strong {
  font-weight: 700;
}
.ratings-hub .rating-title .numRating,
.ratings-hub .rating-title .date {
  color: #2d2d2d;
  display: inline-block;
  font-size: 1.8rem;
}
.ratings-hub .rating-title .review {
  margin-top: 14px;
  max-height: 100%;
  padding-top: 0;
  position: relative;
  transition: all 0.5s linear;
}
.ratings-hub .rating-title .read-more {
  display: none;
  font-size: 16px;
  margin-top: 1em;
  padding-top: 0;
  position: relative;
}
.ratings-hub .rating-title .read-more.less {
  margin-top: 1.5em;
}
.ratings-hub .rating-title .read-more.less a:after {
  content: "−";
}
.ratings-hub .rating-title .read-more a:after {
  content: "+";
  display: inline-block;
  margin-left: 7px;
  position: absolute;
}
.ratings-hub .rating-title .date {
  border-left: 2px solid #d1e2e5;
  font-weight: 700;
  line-height: 20px;
  margin-left: 10px;
  margin-top: 1.5rem;
  padding-left: 10px;
  padding-top: 0;
}
.ratings-hub .rating-title-wrap {
  display: inline-block;
}
.ratings-hub .shorten .read-more,
.ratings-hub .full .read-more {
  display: block;
}
.ratings-hub .shorten .review {
  height: 9rem;
  overflow: hidden;
}
.ratings-hub .shorten .review:after {
  background: #fff;
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.25) 0%, #fff 100%);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.25) 0%, #fff 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.25) 0%, #fff 100%);
  bottom: 0;
  content: "";
  display: block;
  height: 65px;
  left: 0;
  position: absolute;
  right: 0;
}
.ratings-hub .star-wrap {
  display: inline-block;
  margin: 0 2.5px 0 0;
  overflow: hidden;
  position: relative;
  height: 26px;
  width: 26px;
}
.ratings-hub .star-wrap svg {
  fill: white;
  z-index: 7;
}
.ratings-hub .store-rating .star-wrap svg {
  fill: #f4f9fa;
}
.ratings-hub .star-bg-color {
  background-color: white;
  height: 90%;
  left: 3px;
  position: relative;
  top: 3px;
  width: 90%;
}
.ratings-hub .star-wrap svg,
.ratings-hub .star-bg {
  left: 0;
  position: absolute;
}
.ratings-hub .store-stars .star-bg,
.ratings-hub .stars .star-bg {
  transform: skew(-60deg);
  transition: all 0.15s ease-out;
}
.ratings-hub .store-stars :nth-child(1) .star-bg,
.ratings-hub .stars :nth-child(1) .star-bg {
  transition-delay: 0.85s;
}
.ratings-hub .store-stars :nth-child(2) .star-bg,
.ratings-hub .stars :nth-child(2) .star-bg {
  transition-delay: 1s;
}
.ratings-hub .store-stars :nth-child(3) .star-bg,
.ratings-hub .stars :nth-child(3) .star-bg {
  transition-delay: 1.15s;
}
.ratings-hub .store-stars :nth-child(4) .star-bg,
.ratings-hub .stars :nth-child(4) .star-bg {
  transition-delay: 1.3s;
}
.ratings-hub .store-stars :nth-child(5) .star-bg,
.ratings-hub .stars :nth-child(5) .star-bg {
  transition-delay: 1.45s;
}
.ratings-hub:not(.onScreen) .star-bg {
  width: 0;
}
.ratings-hub .star-bg {
  background: #8fd8f2;
  background: -webkit-linear-gradient(top, #4ebee5 0%, #8fd8f2 100%);
  background: -moz-linear-gradient(top, #4ebee5 0%, #8fd8f2 100%);
  background: linear-gradient(to bottom, #4ebee5 0%, #8fd8f2 100%);
  height: 100%;
  width: 0;
  z-index: 6;
  /* -- IE svg overflow fix -- */
  bottom: 1px;
  left: 1px;
  max-height: 95%;
  max-width: 93%;
  top: 1px;
}
.ratings-hub .review-wrap .inner {
  background-color: #fff;
}
.ratings-hub .review-wrap {
  padding-bottom: 0;
  display: none;
}
.ratings-hub .review-wrap.is-visible {
  display: block;
}
.ratings-hub .review-wrap > div:not(:nth-child(6)) .inner {
  border-bottom: 1px solid #d1e2e5;
}
.ratings-hub .review-wrap .inner {
  padding: 3.2em calc(8% + 8px);
}
.ratings-hub .review-wrap .star-wrap .star-bg-color {
  height: 83%;
  width: 83%;
}
.ratings-hub .see-all {
  text-align: center;
  margin-top: 0.75em;
  width: 100%;
}
.ratings-hub .see-all a {
  color: #0077B3;
}
.ratings-hub .see-all a:hover {
  text-decoration: none;
}
@media only screen and (max-width: 780px) {
  .ratings-hub .store-rating {
    max-width: none;
  }
  .ratings-hub .store-rating .star-wrap {
    margin: 0 2.25px;
  }
  .ratings-hub .star-wrap {
    margin: 0 1.5px 0 0;
  }
  .ratings-hub .review-wrap .inner {
    padding-left: 2em;
    padding-right: 2em;
  }
  .ratings-hub .store-rating .inner {
    padding: 1rem 0.5rem;
  }
  .ratings-hub .rating-text {
    font-size: 1.4rem;
  }
  .ratings-hub .review-text {
    font-size: 1.4rem;
  }
  .ratings-hub .store-rating .rating-title {
    font-size: 2rem;
    line-height: 1.75em;
  }
  .ratings-hub .rating-title .numRating,
  .ratings-hub .rating-title .date {
    font-size: 1.6rem;
  }
  .ratings-hub .rating-title .read-more {
    font-size: 1.4rem;
  }
  .ratings-hub .dropdown-wrap {
    width: 100%;
  }
}
@media only screen and (max-width: 970px) {
  .ratings-hub .store-rating .rating-title span {
    font-size: 1.5em;
  }
  .ratings-hub .review-wrap .inner {
    padding: 3.2em 0;
  }
  .ratings-hub .review-selection {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (-ms-high-contrast: active) {
  .ratings-hub .star-wrap svg {
    fill: #000;
  }
  .ratings-hub .star-bg {
    background-color: #fff;
  }
}
@media screen and (-ms-high-contrast: black-on-white) {
  .ratings-hub .star-wrap svg {
    fill: #fff;
  }
  .ratings-hub .star-bg {
    background-color: #000;
  }
}
