﻿@media (min-width: 660px) {
  .pagehead {
    background-image: url(/components/feature/perfectmeasure/assets/application/images/header-banner.jpg);
  }
}

.tpm-video-link {
  padding: 10px;
  display: block;
  width: 100%;
  max-width: 540px;
  margin: 0 auto;
}
@media (min-width: 960px) {
  .tpm-video-link {
    padding: 20px;
  }
}

.tpm-products {
  padding: 5px;
  max-width: 1500px;
  margin: 0 auto 60px;
  text-align: center;
  font-size: 0;
}
@media (min-width: 960px) {
  .tpm-products {
    padding: 10px;
  }
}

.tpm-products__item {
  padding: 5px;
  font-size: 1rem;
  width: 100%;
  display: inline-block;
  padding: 15px 20px;
  overflow: hidden;
  vertical-align: top;
}
@media (min-width: 960px) {
  .tpm-products__item {
    padding: 10px;
  }
}
@media (min-width: 450px) {
  .tpm-products__item {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .tpm-products__item {
    width: 33.333333%;
  }
}
@media (min-width: 1200px) {
  .tpm-products__item {
    width: 25%;
  }
}

.tpm-products__image-holder {
  margin: 0 0 2em;
}

.tpm-products__name {
  display: table;
  table-layout: fixed;
  width: 100%;
  color: #333;
  font-size: 1.125em;
  text-transform: uppercase;
  line-height: 1.3888888889em;
  border: 1px solid #BA8672;
  padding: 1em;
  letter-spacing: 0.15em;
  margin: 0 0 0.5em;
  font-weight: normal;
}
@media (min-width: 450px) {
  .tpm-products__name {
    height: 7.5555555556em;
  }
}
@media (min-width: 660px) {
  .tpm-products__name {
    height: 6.1666666667em;
  }
}
@media (min-width: 768px) {
  .tpm-products__name {
    height: 7.5555555556em;
  }
}
@media (min-width: 960px) {
  .tpm-products__name {
    height: 6.1666666667em;
  }
}
@media (min-width: 1500px) {
  .tpm-products__name {
    height: 4.7777777778em;
  }
}

.tpm-products__link,
.tpm-products__link:visited,
.tpm-products__link:active {
  display: table-cell;
  vertical-align: middle;
  color: #333;
}

.tpm-products__size {
  color: #333;
  font-family: "Droid Serif", times, serif;
  line-height: 1.5625em;
}

.tpm-products__description {
  color: #8f8f8e;
  font-family: "Droid Serif", times, serif;
  font-style: italic;
  line-height: 1.875em;
  margin: 0.25em 0 1em;
}

.tpm-products__price {
  color: #562345;
  font-weight: bold;
  font-size: 1.25em;
  letter-spacing: 0.05em;
}

.tpm-products__price-per {
  font-size: 0.75em;
  color: #999;
  letter-spacing: 0.025em;
  line-height: 1.5em;
  margin: 0.5em 0 0;
}

.tpm-video {
  background: #EBEBEB url(/components/feature/perfectmeasure/assets/application/images/video-bg.jpg) center center;
  background-size: cover;
  padding: 3em 0;
  font-size: 16px;
}

.tpm-video__container {
  margin: 0 auto;
  min-width: 320px;
  max-width: 960px;
  position: relative;
  width: 90%;
}

.tpm-video__title {
  text-align: center;
  font-size: 1.5em;
  color: #fff;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  line-height: 1.3125em;
  margin: 0 0 1em;
}
@media (min-width: 960px) {
  .tpm-video__title {
    font-size: 2em;
  }
}

.tpm-video__title-highlight {
  font-weight: 700;
}

.tpm-video .video-lazy .video-lazy-placeholder .video-lazy-spacer {
  background: none;
}

.tpm-navigation {
  background: #000;
  padding: 2em 1em;
  *zoom: 1;
  position: relative;
  text-align: center;
}
.tpm-navigation:before, .tpm-navigation:after {
  content: " ";
  display: table;
}
.tpm-navigation:after {
  clear: both;
}

.tpm-navigation__items {
  float: left;
  width: 100%;
  text-align: center;
}

.tpm-navigation__item--product-name,
.tpm-navigation__item--link {
  font-family: "Oswald", arial, sans-serif;
  font-size: 0.8125em;
  color: #fff;
  line-height: 1.2307692308em;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  margin: 0 1em;
}

.tpm-navigation__item--product-name {
  display: block;
  margin-bottom: 1em;
}
@media (min-width: 960px) {
  .tpm-navigation__item--product-name {
    display: inline;
    margin-bottom: 0;
  }
}

.tpm-navigation__item--link:hover,
.tpm-navigation__item--link:focus {
  text-decoration: underline;
}

.tpm-navigation__item--link:hover,
.tpm-navigation__item--link:focus,
.tpm-navigation__item--link-active {
  color: #df714a;
}

.tpm-navigation__item--back {
  text-transform: uppercase;
  font-size: 0.9375em;
  background: #a45539;
  letter-spacing: 0.2em;
  color: #000;
  line-height: 2em;
  padding: 0.25em 1em;
  display: inline-block;
  margin: 1em auto 0;
}
@media (min-width: 960px) {
  .tpm-navigation__item--back {
    position: absolute;
    right: 1.5em;
    top: 1.5em;
    margin-top: 0;
  }
}

.tpm-navigation__item--back:hover,
.tpm-navigation__item--back:focus {
  background: #777;
}

.tpm-header {
  background: #f3f3f3;
  text-align: center;
}
@media (min-width: 960px) {
  .tpm-header {
    display: table;
    table-layout: fixed;
    width: 100%;
  }
}

@media (min-width: 960px) {
  .tpm-slider {
    width: 66.666667%;
    display: table-cell;
    vertical-align: middle;
  }
}

.tpm-slider__bg-image {
  background-size: cover;
  padding-bottom: 75%;
  background-repeat: no-repeat;
  background-position: center center;
}

.tpm-slider .slick-dots {
  width: auto;
  text-align: center;
  top: 20px;
  left: 10px;
  right: auto;
  bottom: auto;
}

.tpm-slider .slick-dots li {
  margin: 0 10px;
}

.tpm-slider .slick-dots li button {
  width: 30px;
  height: 20px;
  border: 0;
  background: #777;
}
@media (min-width: 450px) {
  .tpm-slider .slick-dots li button {
    width: 50px;
    height: 35px;
  }
}

.boxes-slider .slick-dots li button:hover,
.tpm-slider .slick-dots li.slick-active button {
  border: 0;
  background: #83442e;
}

.tpm-product {
  font-size: 1.1111111111em;
  background: #f3f3f3;
  color: #000;
  *zoom: 1;
}
.tpm-product:before, .tpm-product:after {
  content: " ";
  display: table;
}
.tpm-product:after {
  clear: both;
}
@media (min-width: 960px) {
  .tpm-product {
    display: table-cell;
    width: 33.333333%;
  }
}

.tpm-product__image-holder {
  width: 50%;
  margin: 3em auto 1em;
  max-width: 212px;
}

.tpm-product__name {
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0.2em;
  font-size: 1.375em;
  line-height: 1.4545454545em;
  border: 1px solid #6B4429;
  padding: 1em 2em;
  max-width: 380px;
  margin: 0 auto;
  width: 90%;
}

.tpm-product__size {
  font-family: "Droid Serif", times, serif;
  line-height: 2em;
  margin: 1em 0 1em;
}

.tpm-product__description {
  font-family: "Droid Serif", times, serif;
  font-style: italic;
  line-height: 2.1875em;
  margin: 0 auto 2.5em;
  width: 90%;
}

.tpm-product__offer-amount {
  letter-spacing: 0.1em;
}

.tpm-product__price {
  vertical-align: middle;
}

.tpm-product__offer-price-pre-text {
  vertical-align: middle;
  letter-spacing: 0.1em;
}

.tpm-product__offer-price {
  font-size: 1.875em;
  letter-spacing: 0.1em;
  line-height: 1.3em;
  font-weight: 600;
  vertical-align: middle;
}

.tpm-product__was {
  letter-spacing: 0.1em;
}

.tpm-product__price-per {
  font-size: 0.8125em;
  letter-spacing: 0.1em;
  line-height: 1.5384615385em;
}

.tpm-product__button {
  color: #fff;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  padding: 0 25px;
  height: 40px;
  background: #a45539;
  margin: 2.5em 0 1em;
}

.tpm-product .buy-response {
  margin-top: 8px;
  height: 70px;
}

.tpm-product .buy-response .success {
  display: block;
  margin: 0 auto 1em;
  font-size: 0.8em;
}

.tpm-product__stock-status,
.tpm-product__delivery-status {
  color: #979797;
  font-size: 0.75em;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  line-height: 1.6666666667em;
}

.tpm-product__rating {
  margin: 1em auto 0;
  float: none;
}

.tpm-product__reviews {
  color: #a45539;
  font-size: 0.75em;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  line-height: 1.6666666667em;
}

.tpm-product .social {
  margin: 1em auto;
  text-align: center;
  *zoom: 1;
}
.tpm-product .social:before, .tpm-product .social:after {
  content: " ";
  display: table;
}
.tpm-product .social:after {
  clear: both;
}

.tpm-product .social-button {
  margin: 0 5px;
  display: inline-block;
  float: none;
}

.tpm-product .social .social-button:last-of-type {
  margin: 0 5px;
}

.tpm-section {
  padding: 40px 0 0;
  font-size: 1.1111111111em;
}

.tpm-section--tasting-notes {
  padding: 40px 0 60px;
}

.tpm-section--grey {
  background: #f4f4f4;
  padding-bottom: 40px;
}

.tpm-section__title {
  font-size: 1.125em;
  line-height: 1.7777777778em;
  color: #000;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  text-align: center;
  font-weight: 100;
  border: 1px solid #B27144;
  padding: 1em 2em;
  max-width: 380px;
  width: 90%;
  margin: 0 auto;
}

.tpm-section__title-meta {
  font-size: 1.6666666667em;
  line-height: 1.0666666667em;
  color: #000;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  display: block;
  font-weight: 400;
}

.tpm-expression {
  background: #F3F3F3 url(/components/feature/perfectmeasure/assets/application/images/expressions-bg.png?v3) top right repeat-x;
}

.tpm-expression__list {
  max-width: 1500px;
  margin: 0 auto;
  text-align: center;
  font-size: 0;
}

.tpm-expression__item {
  font-size: 1rem;
  width: 100%;
  display: inline-block;
  padding: 15px 20px;
  color: #231f20;
  position: relative;
  background: #F3F3F3 url(/components/feature/perfectmeasure/assets/application/images/expressions-bg.png?v3) top right repeat-x;
  vertical-align: top;
  padding: 10px;
}
@media (min-width: 960px) {
  .tpm-expression__item {
    padding: 20px;
  }
}
@media (min-width: 660px) {
  .tpm-expression__item {
    padding: 30px 40px;
    width: 50%;
  }
}
@media (min-width: 960px) {
  .tpm-expression__item {
    padding: 45px 30px;
  }
}
@media (min-width: 1200px) {
  .tpm-expression__item {
    width: 20%;
  }
}

@media (min-width: 660px) {
  .tpm-expression__item:nth-child(odd)::after,
  .tpm-expression__item:nth-child(even)::before {
    content: " ";
    position: absolute;
    left: 0;
    top: 252px;
    bottom: 0;
    right: 0;
  }
}
@media (min-width: 960px) {
  .tpm-expression__item:nth-child(odd)::after,
  .tpm-expression__item:nth-child(even)::before {
    top: 268px;
  }
}
@media (min-width: 1500px) {
  .tpm-expression__item:nth-child(odd)::after,
  .tpm-expression__item:nth-child(even)::before {
    top: 220px;
  }
}

@media (min-width: 660px) {
  .tpm-expression__item:nth-child(odd)::after {
    background: url(/components/feature/perfectmeasure/assets/application/images/expression-seperator-left.png) top right no-repeat;
  }
}

@media (min-width: 660px) {
  .tpm-expression__item:nth-child(even)::before {
    background: url(/components/feature/perfectmeasure/assets/application/images/expression-seperator-right.png) top left no-repeat;
  }
}

@media (min-width: 660px) {
  .tpm-expression__item:first-child:nth-child(even)::before {
    background: none;
  }
}

@media (min-width: 660px) {
  .tpm-expression__item:last-child:nth-child(odd)::after {
    background: none;
  }
}

@media (min-width: 1200px) {
  .tpm-expression__item::after,
  .tpm-expression__item::before {
    content: " ";
    position: absolute;
    left: 0;
    top: 268px;
    bottom: 0;
    right: 0;
  }
}
@media (min-width: 1500px) {
  .tpm-expression__item::after,
  .tpm-expression__item::before {
    top: 220px;
  }
}

@media (min-width: 1200px) {
  .tpm-expression__item::after {
    background: url(/components/feature/perfectmeasure/assets/application/images/expression-seperator-right.png) top left no-repeat !important;
  }
}

@media (min-width: 1200px) {
  .tpm-expression__item::before {
    background: url(/components/feature/perfectmeasure/assets/application/images/expression-seperator-left.png) top right no-repeat !important;
  }
}

@media (min-width: 1200px) {
  .tpm-expression__item:first-child::after {
    background: none !important;
  }
}

@media (min-width: 1200px) {
  .tpm-expression__item:last-child::before {
    background: none !important;
  }
}

.tpm-expression__image-holder {
  max-width: 130px;
  margin: 0 auto 2em;
}

.tpm-expression__facts {
  font-family: "Oswald", arial, sans-serif;
}

@media (min-width: 660px) {
  .tpm-expression__pre-abv-content {
    height: 11em;
  }
}
@media (min-width: 1500px) {
  .tpm-expression__pre-abv-content {
    height: 8.25em;
  }
}

.tpm-expression__pre-abv-content--short {
  height: 3.5em;
}

.tpm-expression__name {
  line-height: 1.25em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 400;
  color: #231f20;
  font-size: 1em;
  min-height: 1.5em;
}

.tpm-expression__subname {
  font-size: 0.75em;
  line-height: 1.6666666667em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 400;
  color: #231f20;
  margin: 0.25em 0 3em;
}

.tpm-expression__finish {
  font-size: 0.75em;
  line-height: 1.6666666667em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: 300;
  color: #231f20;
}

.tpm-expression__age {
  font-size: 0.75em;
  text-transform: uppercase;
  color: #231f20;
  line-height: 0.8333333333em;
  letter-spacing: 0.1em;
  margin: 3em 0 1.5em;
}

.tpm-expression__years {
  font-size: 1.9166666667em;
  line-height: 0.4347826087em;
  vertical-align: sub;
  padding: 0 0.25em;
  letter-spacing: 0.05em;
}

.tpm-expression__abv-content {
  height: 4em;
}

.tpm-expression__abv {
  font-size: 0.6875em;
  text-transform: uppercase;
  line-height: 1.2727272727em;
  font-weight: 100;
  border-top: 1px dotted #000;
  border-bottom: 1px dotted #000;
  padding: 0.75em 0;
}

.tpm-expression__product-of {
  font-size: 0.6875em;
  text-transform: uppercase;
  line-height: 1.2727272727em;
  font-weight: 100;
  border-bottom: 1px dotted #000;
  padding: 0.75em 0;
}

.tpm-expression__tasting-notes {
  font-family: "Droid Serif", times, serif;
  font-size: 0.9375em;
  font-style: italic;
  line-height: 1.6666666667em;
  padding: 0 0 20px;
  min-height: 200px;
}

.tpm-expression__tasting-notes p {
  margin: 1em 0;
}

.tpm-expression__pairs-with {
  font-family: "Droid Serif", times, serif;
  margin: 1em 0 2em;
  font-style: italic;
}

.tpm-expression__pairs-with::before,
.tpm-expression__pairs-with::after {
  content: "";
  display: inline-block;
  position: relative;
  width: 10px;
  height: 1px;
  background-color: #231f20;
  vertical-align: middle;
  margin: 0 10px;
}

.tpm-form {
  background-color: #b7c9cc;
}

.tpm-form__container {
  padding: 5px;
  max-width: 960px;
  margin: 0 auto;
}
@media (min-width: 960px) {
  .tpm-form__container {
    padding: 10px;
  }
}
@media (min-width: 1500px) {
  .tpm-form__container {
    max-width: 1200px;
  }
}

.tpm-form__title {
  padding: 5px;
  padding-bottom: 0 !important;
  font-family: "Rouge Script", times, serif;
  font-size: 40px;
  font-weight: 400;
  color: #6a2982;
}
@media (min-width: 960px) {
  .tpm-form__title {
    padding: 10px;
  }
}
@media (min-width: 960px) {
  .tpm-form__title {
    font-size: 60px;
  }
}

.reviews-add-form--success .tweForm-item {
  display: none;
}

.reviews-add-form--success .tweForm-item--messages {
  display: block;
}

.tpm-section--grey {
  font-size: 1.1111111111em;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}

.tpm-section--grey .reviews {
  max-width: 960px;
  margin: 0 auto;
  padding: 5px;
}
@media (min-width: 960px) {
  .tpm-section--grey .reviews {
    padding: 10px;
  }
}

.tpm-section--grey .tweForm {
  background: transparent;
}

.tpm-section--grey .tweForm-item {
  padding: 10px;
  margin: 0;
}

.tpm-section--grey .tweForm-label {
  background: #fff;
  color: #a7583c;
  font-size: 0.75em;
  font-family: "Lato", arial, sans-serif;
  letter-spacing: 0.2em;
  line-height: 1.6666666667em;
  padding: 1em;
  position: relative;
  border: 1px solid #fff;
}

.tpm-section--grey .tweForm-label--rating {
  background: transparent;
  border: 1px solid #a7583c;
}

.tpm-section--grey .br-widget a {
  height: 24px;
  background: url(/components/feature/perfectmeasure/assets/application/images/star.png) 0 24px;
}

.tpm-section--grey .br-widget a:hover,
.tpm-section--grey .br-widget a.br-active,
.tpm-section--grey .br-widget a.br-selected {
  background-position: 0 0;
}

.tpm-product .rating-stars-link {
  background: url(/components/feature/perfectmeasure/assets/application/images/ratings-small.png) no-repeat;
  height: 18px;
  width: 98px;
}

.tpm-product .rating-5 {
  background-position: 0 0;
}

.tpm-product .rating-10 {
  background-position: 0 -18px;
}

.tpm-product .rating-15 {
  background-position: 0 -36px;
}

.tpm-product .rating-20 {
  background-position: 0 -54px;
}

.tpm-product .rating-25 {
  background-position: 0 -72px;
}

.tpm-product .rating-30 {
  background-position: 0 -90px;
}

.tpm-product .rating-35 {
  background-position: 0 -108px;
}

.tpm-product .rating-40 {
  background-position: 0 -126px;
}

.tpm-product .rating-45 {
  background-position: 0 -144px;
}

.tpm-product .rating-50 {
  background-position: 0 -162px;
}

.tpm-section--grey .tweForm-label__text {
  position: absolute;
  left: 1em;
  top: 1.75em;
}

.tpm-section--grey .tweForm-textarea,
.tpm-section--grey .tweForm-input {
  font-family: "Droid Serif", times, serif;
  font-style: italic;
  font-size: 1.3125em;
  color: #666;
  float: left;
  padding-left: 120px;
  margin-top: 0;
  max-width: 100%;
}
@media (min-width: 960px) {
  .tpm-section--grey .tweForm-textarea,
  .tpm-section--grey .tweForm-input {
    padding-left: 150px;
  }
}

.tpm-section--grey .tweForm-textarea {
  height: 200px;
}
@media (min-width: 660px) {
  .tpm-section--grey .tweForm-textarea {
    height: 150px;
  }
}
@media (min-width: 960px) {
  .tpm-section--grey .tweForm-textarea {
    height: auto;
  }
}

.tpm-section--grey .br-widget {
  margin: 5px 0 12px;
  padding-left: 80px;
}
@media (min-width: 960px) {
  .tpm-section--grey .br-widget {
    padding-left: 80px;
  }
}

.tpm-section--grey .add-button {
  text-transform: uppercase;
  font-size: 0.9375em;
  background: #a45539;
  letter-spacing: 0.2em;
  color: #fff;
  line-height: 2em;
  padding: 0.25em 1em;
  display: inline-block;
}
@media (min-width: 960px) {
  .tpm-section--grey .add-button {
    margin: 1em 0 0;
  }
}

@media (min-width: 660px) {
  .tpm-section--grey .tweForm-item--name {
    width: 50%;
  }
}
@media (min-width: 960px) {
  .tpm-section--grey .tweForm-item--name {
    width: 40%;
  }
}
@media (min-width: 1200px) {
  .tpm-section--grey .tweForm-item--name {
    width: 50%;
  }
}

@media (min-width: 660px) {
  .tpm-section--grey .tweForm-item--rating {
    width: 50%;
  }
}
@media (min-width: 960px) {
  .tpm-section--grey .tweForm-item--rating {
    width: 40%;
  }
}
@media (min-width: 1200px) {
  .tpm-section--grey .tweForm-item--rating {
    width: 30%;
  }
}

.tpm-section--grey .tweForm-item--submit {
  text-align: center;
}
@media (min-width: 960px) {
  .tpm-section--grey .tweForm-item--submit {
    width: 20%;
    text-align: right;
  }
}

.tpm-section--grey .busy {
  width: 16px;
  margin: 0 auto;
  background: url("/media/rtwe/assets/application/images/common/busy1.gif") no-repeat;
  height: 32px;
}

.tpm-section--grey .busy img {
  display: none;
}

.tpm-section--grey .error {
  color: #960000;
}

.tpm-section--grey .success {
  color: #8EC63F;
}

.tpm-section .review-list {
  text-align: center;
  font-size: 0;
  position: relative;
  margin-bottom: 10px;
}

.tpm-section .review-list__item,
.tpm-section .review-list > li {
  padding: 5px;
  display: inline-block;
  width: 50%;
  vertical-align: top;
  font-size: 16px;
}
@media (min-width: 960px) {
  .tpm-section .review-list__item,
  .tpm-section .review-list > li {
    padding: 10px;
  }
}
@media (min-width: 768px) {
  .tpm-section .review-list__item,
  .tpm-section .review-list > li {
    width: 33.333333%;
  }
}
@media (min-width: 1500px) {
  .tpm-section .review-list__item,
  .tpm-section .review-list > li {
    width: 25%;
  }
}

.review-item__container {
  background: #fff;
  padding: 20px;
}

.review-item__rating-stars {
  margin: 0 0 0.5em;
}

.tpm-section--grey .rating-stars {
  background: url(/components/feature/perfectmeasure/assets/application/images/ratings-small.png) no-repeat;
  height: 18px;
  width: 98px;
}
@media (min-width: 450px) {
  .tpm-section--grey .rating-stars {
    background: url(/components/feature/perfectmeasure/assets/application/images/ratings.png) no-repeat;
    height: 24px;
    width: 130px;
  }
}

.tpm-section--grey .rating-5 {
  background-position: 0 0;
}

.tpm-section--grey .rating-10 {
  background-position: 0 -18px;
}
@media (min-width: 450px) {
  .tpm-section--grey .rating-10 {
    background-position: 0 -24px;
  }
}

.tpm-section--grey .rating-15 {
  background-position: 0 -36px;
}
@media (min-width: 450px) {
  .tpm-section--grey .rating-15 {
    background-position: 0 -48px;
  }
}

.tpm-section--grey .rating-20 {
  background-position: 0 -54px;
}
@media (min-width: 450px) {
  .tpm-section--grey .rating-20 {
    background-position: 0 -72px;
  }
}

.tpm-section--grey .rating-25 {
  background-position: 0 -72px;
}
@media (min-width: 450px) {
  .tpm-section--grey .rating-25 {
    background-position: 0 -96px;
  }
}

.tpm-section--grey .rating-30 {
  background-position: 0 -90px;
}
@media (min-width: 450px) {
  .tpm-section--grey .rating-30 {
    background-position: 0 -120px;
  }
}

.tpm-section--grey .rating-35 {
  background-position: 0 -108px;
}
@media (min-width: 450px) {
  .tpm-section--grey .rating-35 {
    background-position: 0 -144px;
  }
}

.tpm-section--grey .rating-40 {
  background-position: 0 -126px;
}
@media (min-width: 450px) {
  .tpm-section--grey .rating-40 {
    background-position: 0 -168px;
  }
}

.tpm-section--grey .rating-45 {
  background-position: 0 -144px;
}
@media (min-width: 450px) {
  .tpm-section--grey .rating-45 {
    background-position: 0 -192px;
  }
}

.tpm-section--grey .rating-50 {
  background-position: 0 -162px;
}
@media (min-width: 450px) {
  .tpm-section--grey .rating-50 {
    background-position: 0 -216px;
  }
}

.tpm-section--grey .rating-00 {
  display: none;
}

.review-item__meta {
  text-align: left;
  font-size: 0.8125em;
  color: #a45539;
  line-height: 2.3076923077em;
  letter-spacing: 0.1em;
}

.tpm-section .review-item__text {
  font-family: "Droid Serif", times, serif;
  font-style: italic;
  color: #666;
  text-align: left;
  line-height: 1.875em;
}

.tpm-section .review-see-more {
  background: #a1a1a1;
  text-align: center;
  padding: 2em;
}

.tpm-section .review-see-more__link {
  text-transform: uppercase;
  font-size: 0.9375em;
  background: #a45539;
  letter-spacing: 0.2em;
  color: #fff;
  line-height: 2em;
  padding: 0.25em 1em;
  display: inline-block;
}

.tpm .landing-header__title::before,
.tpm .landing-header__title::after {
  display: none;
}
@media (min-width: 960px) {
  .tpm .landing-header__title::before,
  .tpm .landing-header__title::after {
    display: inline-block;
    position: relative;
    width: 50%;
    height: 1px;
    content: "";
    background-color: #BBAC78;
    vertical-align: middle;
  }
}
