@charset "UTF-8";

.tt-o-popover {
  position: fixed;
  z-index: 9999;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  box-shadow: 0rem 0.25rem 0.9375rem rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  width: 90%;
  padding: 1rem 1rem;
  /* transitions - fade in/out */
  /* Pop-over with "success" theme. */
  /* Pop-over with "error" theme. */ }
  .tt-o-popover--enter-active, .tt-o-popover--leave-active {
    transition: opacity .5s; }
  .tt-o-popover--enter, .tt-o-popover--leave-to {
    opacity: 0; }
  .tt-o-popover__close-btn {
    padding-top: 0;
    vertical-align: top; }
  .tt-o-popover__body {
    padding: 0 1rem; }
  .tt-o-popover--success {
    /* reset code is overriding the p tag */
    background-color: #008477; }
    .tt-o-popover--success p.tt-o-popover__text {
      color: #fff; }
    .tt-o-popover--success .tt-o-icon {
      fill: #fff; }
  .tt-o-popover--error {
    /* reset code is overriding the p tag */
    background-color: #E81110; }
    .tt-o-popover--error p.tt-o-popover__text {
      color: #fff; }
    .tt-o-popover--error .tt-o-icon {
      fill: #fff; }

@media screen and (min-width: 53.0625em) {
  .tt-o-popover {
    max-width: 31.25rem; } }

.tt-o-modal__poweredby-footer {
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 0.75rem;
  letter-spacing: normal;
  line-height: 1.3;
  text-transform: none; }

.tt-o-modal .tt-o-popover__text {
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 1rem;
  letter-spacing: normal;
  line-height: 1.3;
  text-transform: none; }


.tt-o-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  z-index: 9998;
  transition: all 0.3s ease;
  background-color: rgba(0, 0, 0, 0.7);
  overflow: auto; }
  .tt-o-modal .tt-o-popover {
    position: relative;
    left: 0;
    -webkit-transform: none;
            transform: none;
    margin: 1rem auto; }
    .tt-o-modal .tt-o-popover--enter-active, .tt-o-modal .tt-o-popover--leave-active {
      transition: all .5s; }
    .tt-o-modal .tt-o-popover--enter-to, .tt-o-modal .tt-o-popover--leave {
      margin-top: 1rem;
      margin-bottom: 1rem; }
    .tt-o-modal .tt-o-popover--enter, .tt-o-modal .tt-o-popover--leave-to {
      margin-top: -4.75rem;
      margin-bottom: 0; }
    .tt-o-modal .tt-o-popover__text {
      font-weight: normal;
      color: #fff; }
  .tt-o-modal--centered {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .tt-o-modal--centered .tt-o-modal__container {
      width: auto; }
  .tt-o-modal__container {
    position: relative;
    max-width: 44.6875rem;
    width: 94%;
    margin: 1.5rem auto;
    padding: 1.5rem 1rem;
    background-color: #FFF;
    box-shadow: 0 0.5625rem 2.875rem 0.5rem rgba(0, 0, 0, 0.14), 0 0.6875rem 0.9375rem -0.4375rem rgba(0, 0, 0, 0.12), 0 1.5rem 2.375rem 0.1875rem rgba(0, 0, 0, 0.2);
    border-radius: 0.25rem; }
  .tt-o-modal__close {
    position: absolute;
    top: 0.25rem;
    right: 0.25rem; }
    .tt-o-modal__close:hover .tt-o-icon--close {
      fill: #000; }
    .tt-o-modal__close .tt-o-icon--close {
      fill: rgba(0, 0, 0, 0.58); }
  .tt-o-modal__loading {
    min-height: 25rem;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .tt-o-modal__poweredby-footer {
    border: none;
    margin: -1rem 0 0.5rem 0;
    color: rgba(0, 0, 0, 0.25);
    font-weight: normal;
    line-height: 1;
    text-align: center; }
    .tt-o-modal__poweredby-footer a {
      color: rgba(0, 0, 0, 0.25); }

.tt-o-modal .tt-o-pagination {
  padding-bottom: 0;
  margin-bottom: -0.5rem; }

.tt-o-header__text {
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 0.75rem;
  letter-spacing: normal;
  line-height: 1.3;
  text-transform: none; }

.tt-o-header__heading {
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 1rem;
  letter-spacing: normal;
  line-height: 1.3;
  text-transform: none; }

.tt-o-header {
  margin-bottom: 1.5rem; }
  .tt-o-header--with-border {
    padding-bottom: 1rem;
    border-bottom: 0.0625rem solid rgba(0, 0, 0, 0.12); }
  .tt-o-header__heading {
    font-weight: normal;
    color: rgba(0, 0, 0, 0.87);
    margin-bottom: 0.25rem; }
  .tt-o-header__text {
    font-weight: normal;
    color: rgba(0, 0, 0, 0.87); }

@media screen and (min-width: 53.0625em) {
  .tt-o-header__heading {
    font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 1.25rem;
    letter-spacing: normal;
    line-height: 1.1;
    text-transform: none; }
  .tt-o-header__text {
    font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 0.875rem;
    letter-spacing: normal;
    line-height: 1.28;
    text-transform: none; } }

.tt-c-warn-close-modal p.tt-c-warn-close-modal__message {
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 1rem;
  letter-spacing: normal;
  line-height: 1.3;
  text-transform: none; }

.tt-c-warn-close-modal__return, .tt-c-warn-close-modal__leave {
  margin-bottom: 0.5rem; }

.tt-c-warn-close-modal p.tt-c-warn-close-modal__message {
  font-weight: normal;
  color: rgba(0, 0, 0, 0.87);
  margin-bottom: 1.5rem; }

.tt-o-hint__text {
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 0.75rem;
  letter-spacing: normal;
  line-height: 1.3;
  text-transform: none; }

.tt-o-hint {
  margin-top: 0.5rem; }
  .tt-o-hint__icon {
    fill: rgba(0, 0, 0, 0.58);
    vertical-align: middle; }
  .tt-o-hint__text {
    font-weight: normal;
    color: rgba(0, 0, 0, 0.58); }
  .tt-o-hint__dot {
    font-size: 0.875rem;
    color: rgba(0, 0, 0, 0.25); }
  .tt-o-hint--error .tt-o-hint__text {
    color: #E81110; }
  .tt-o-hint--error .tt-o-hint__icon {
    fill: #E81110; }
  .tt-o-hint--alert .tt-o-hint__text {
    color: #007186; }
  .tt-o-hint--alert .tt-o-hint__icon {
    fill: #007186; }

.tt-o-textarea {
  display: block;
  width: 100%;
  min-width: auto;
  max-width: none;
  margin: 0;
  border-radius: 0.25rem;
  border: 0.0625rem solid #000;
  padding: 0.75rem 0.875rem;
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 0.875rem;
  line-height: 1.4; }

.tt-o-textarea {
  min-height: 4.375rem;
  resize: none; }

.tt-o-textarea__success {
  border-color: #008477; }

.tt-o-textarea--disabled {
  background-color: rgba(0, 0, 0, 0.06);
  border-color: rgba(0, 0, 0, 0.25); }

.tt-o-media-item__video-timestamp {
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 0.75rem;
  letter-spacing: normal;
  line-height: 1.3;
  text-transform: none; }

.tt-o-media-item {
  position: relative;
  overflow: hidden;
  transition: width 0.2s, height 0.2s; }
  .tt-o-media-item__video-timestamp {
    display: inline-block;
    padding: 0.3125rem 0.5rem 0.25rem;
    line-height: 1;
    font-weight: normal;
    color: #fff;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.58);
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    /* to adjust the position when the duration is scaled down for smaller sizes. scaled in code */
    -webkit-transform-origin: bottom right;
            transform-origin: bottom right; }

img.tt-o-media-item__image {
  position: absolute;
  max-width: none; }

.tt-o-media-thumb__video-timestamp {
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 0.75rem;
  letter-spacing: normal;
  line-height: 1.3;
  text-transform: none; }

.tt-o-media-thumb {
  position: relative;
  overflow: hidden;
  transition: width 0.2s, height 0.2s;
  /* for the spinner to be centered */
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .tt-o-media-thumb__video-timestamp {
    display: inline-block;
    padding: 0.3125rem 0.5rem 0.25rem;
    line-height: 1;
    font-weight: normal;
    color: #fff;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.58);
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    /* to adjust the position when the duration is scaled down for smaller sizes. scaled in code */
    -webkit-transform-origin: bottom right;
            transform-origin: bottom right; }

.tt-o-progress-bar {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 1.875rem;
  margin-left: auto;
  margin-right: auto; }
  .tt-o-progress-bar__base {
    width: 100%;
    height: 0.25rem;
    position: relative;
    margin: 0 0.375rem;
    background-color: rgba(0, 0, 0, 0.12);
    border-radius: 0.125rem; }
  .tt-o-progress-bar__progress {
    height: inherit;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #000;
    transition: all 0.3s ease;
    border-radius: 0.125rem; }

.tt-c-review-flow-footer__text {
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 0.75rem;
  letter-spacing: normal;
  line-height: 1.3;
  text-transform: none; }

.tt-c-review-flow-footer {
  border-top: 0.0625rem solid rgba(0, 0, 0, 0.12);
  padding: 0.5rem 0; }
  .tt-c-review-flow-footer__text {
    font-weight: normal;
    color: rgba(0, 0, 0, 0.87); }

.tt-c-add-captions__items, .tt-c-add-captions__item {
  margin-bottom: 1.5rem; }

.tt-c-add-captions__items {
  max-width: 46.875rem; }

.tt-c-add-captions__item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.tt-c-add-captions__item--single {
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
  .tt-c-add-captions__item--single .tt-c-add-captions__item-image {
    margin-right: 0;
    margin-bottom: 1.5rem; }

.tt-c-add-captions__item-field {
  -webkit-flex-grow: 2;
      -ms-flex-positive: 2;
          flex-grow: 2; }

.tt-c-add-captions__image-wrapper {
  position: relative;
  margin-right: 0.5rem; }

.tt-c-add-captions__remove {
  position: absolute;
  left: 0.25rem;
  top: 0.25rem;
  width: 1.5rem;
  height: 1.5rem; }

.tt-c-add-captions__item-image--disabled {
  opacity: 0.38; }

.tt-c-add-captions__progress {
  height: 0.375rem; }
  .tt-c-add-captions__progress .tt-o-progress-bar__base {
    margin: 0; }

.tt-c-add-captions__actions {
  margin-bottom: 2rem; }

.tt-c-add-captions__buttons-spacer {
  display: none; }

@media screen and (min-width: 53.0625em) {
  .tt-c-add-captions__heading {
    margin-bottom: 2rem; }
  .tt-c-add-captions__image-wrapper {
    margin-right: 1rem; }
  .tt-c-add-captions__remove {
    width: 2.25rem;
    height: 2.25rem; }
    .tt-c-add-captions__remove .tt-o-icon {
      width: 1.25rem;
      height: 1.25rem; }
  .tt-c-add-captions__item-field {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .tt-c-add-captions__buttons-spacer {
    display: inline-block;
    /* margin added to match margin of &__image-wrapper */
    margin-right: 0.5rem; }
  .tt-c-add-captions .tt-o-textarea {
    height: 100%; } }

.tt-c-review-flow-product__item-title {
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 0.75rem;
  letter-spacing: normal;
  line-height: 1.3;
  text-transform: none; }

.tt-c-review-flow-product {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1.5rem; }
  .tt-c-review-flow-product__item-image {
    margin-right: 0.5rem; }
  .tt-c-review-flow-product__item-title {
    font-weight: bold;
    color: rgba(0, 0, 0, 0.87); }

img.tt-c-review-flow-product__item-image {
  width: 3rem;
  height: 3rem; }

@media screen and (min-width: 53.0625em) {
  .tt-c-review-flow-product {
    width: 10.3125rem;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-right: 1rem; }
    .tt-c-review-flow-product__item-image, .tt-c-review-flow-product__item-heading {
      width: 100%; }
    .tt-c-review-flow-product__item-image {
      margin-right: 0;
      margin-bottom: 0.5rem; }
  img.tt-c-review-flow-product__item-image {
    width: 10rem;
    height: 10rem; }
  .tt-c-review-flow-product--review-form {
    width: 100%;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    margin-right: 0; }
    .tt-c-review-flow-product--review-form .tt-c-review-flow-product__item-image {
      margin-right: 0.5rem;
      margin-bottom: 0; }
    .tt-c-review-flow-product--review-form img.tt-c-review-flow-product__item-image {
      width: 3rem;
      height: 3rem; } }

input.tt-o-text-field[type=text] {
  display: block;
  width: 100%;
  min-width: auto;
  max-width: none;
  margin: 0;
  border-radius: 0.25rem;
  border: 0.0625rem solid #000;
  padding: 0.75rem 0.875rem;
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 0.875rem;
  line-height: 1.4; }

input.tt-o-text-field[type=text] {
  height: auto; }

.tt-o-text-field--success {
  border-color: #008477; }

.tt-c-add-video__items {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }

.tt-c-add-video__form {
  width: 100%; }

.tt-c-add-video__form, .tt-c-add-video__actions {
  margin-bottom: 1.5rem; }

.tt-c-add-video__actions {
  padding-top: 1rem; }

@media screen and (min-width: 53.0625em) {
  .tt-c-add-video__items {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row; }
  .tt-c-add-video__form {
    width: calc(100% - 180px); } }

.tt-o-page-list__link {
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 0.75rem;
  letter-spacing: normal;
  line-height: 1.3;
  text-transform: none; }

.tt-o-pagination {
  padding: 1rem 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.tt-o-pagination__back{
  margin-right: 5%;
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 1rem;
  letter-spacing: normal;
  line-height: 1.1;
  text-transform: none;
}

.tt-o-pagination__next{
  margin-left: 5%;
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 1rem;
  letter-spacing: normal;
  line-height: 1.1;
  text-transform: none;
}

.tt-o-pagination__next .tt-o-icon, .tt-o-pagination__back .tt-o-icon {
  height: 0.75rem;
  width: 0.75rem;
}

.tt-o-button--disabled {
  pointer-events: none;
  cursor: default;
  color: rgba(0, 0, 0, 0.25);
  fill: rgba(0, 0, 0, 0.25);
}

/**
 * Standard numbered pagination.
 */
.tt-o-page-list {
  margin: 0;
  padding: 0 0.5rem;
  list-style: none;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  overflow: visible;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  .tt-o-page-list__number {
    display: inline-block;
    text-align: center;
    margin: 0 0.3125rem 0 0.25rem; }
    .tt-o-page-list__number.tt-is-active .tt-o-page-list__link {
      background-color: rgba(0, 0, 0, 0.25);
      color: #fff;
      border-radius: 50%;
      cursor: default;
      text-decoration: none; }
  .tt-o-page-list__link {
    display: block;
    font-weight: normal;
    color: #000;
    padding: 0.375rem;
    width: 1.625rem;
    height: 1.625rem; }
    .tt-o-page-list__link:hover {
      color: #000; }

/* TT-12127 reopened due to active link not having outline when focused in FF */
@-moz-document url-prefix() {
  .tt-o-page-list__number.tt-is-active .tt-o-page-list__link:focus {
    outline: 1px dotted #212121; } }

.tt-c-rating {
  display: inline-block;
  vertical-align: middle;
  padding-left: 0; }
  .tt-c-rating--actionable {
    white-space: nowrap; }
    .tt-c-rating--actionable .tt-o-icon--star--full {
      fill: #000; }
    .tt-c-rating--actionable .tt-o-icon--star--empty {
      stroke: #000; }
  .tt-c-rating__icon {
    display: block; }
  .tt-c-rating__star {
    display: inline-block;
    margin: 0 0.25rem 0 0; }
  .tt-c-rating--knockout .tt-o-icon--star--full {
    fill: #fff; }
  .tt-c-rating--knockout .tt-o-icon--star--empty, .tt-c-rating--knockout .tt-o-icon--star--half {
    stroke: #fff; }
  .tt-c-rating--knockout .tt-o-icon--star--half {
    color: #fff; }

.tt-o-icon--star--full {
  fill: #000; }

.tt-o-icon--star--empty {
  fill: transparent;
  stroke: #000;
  stroke-width: 1px; }

.tt-o-icon--star--half {
  stroke: #000;
  stroke-width: 1px;
  fill: transparent;
  /* Setting color to be the filled in color using the 'currentColor' variable.  This technique is outlined
     here - https://tympanus.net/codrops/2015/07/16/styling-svg-use-content-css/
  */
  color: #000; }

.tt-c-do-more__item-title {
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 0.75rem;
  letter-spacing: normal;
  line-height: 1.3;
  text-transform: none; }

.tt-c-do-more__label, .tt-c-do-more__question-text {
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 0.875rem;
  letter-spacing: normal;
  line-height: 1.28;
  text-transform: none; }

.tt-c-do-more {
  position: relative; }
  .tt-c-do-more__item {
    border-bottom: 0.0625rem solid rgba(0, 0, 0, 0.25);
    padding-bottom: 1.5rem; }
    .tt-c-do-more__item-image img {
      display: block; }
    .tt-c-do-more__item-title {
      font-weight: bold;
      color: rgba(0, 0, 0, 0.87); }
  .tt-c-do-more__actions {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
  .tt-c-do-more__action-item {
    width: 100%;
    padding-left: calc(25% + 0.25rem); }
    .tt-c-do-more__action-item:not(:last-child) {
      margin-bottom: 1.5rem; }
  .tt-c-do-more__text {
    margin: 0 0 0.5rem; }
    .tt-c-do-more__text .tt-c-do-more__label {
      font-weight: bold; }
  .tt-c-do-more__label {
    font-weight: normal;
    color: rgba(0, 0, 0, 0.87); }
  .tt-c-do-more__question-text {
    color: rgba(0, 0, 0, 0.87);
    font-weight: bold; }
  .tt-c-do-more__rating {
    margin-bottom: 1rem; }

@media screen and (min-width: 35.5625em) {
  .tt-c-do-more__item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .tt-c-do-more__item-header {
      width: 10rem;
      min-width: 10rem;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      margin: 0 1.5rem 0 0; }
    .tt-c-do-more__item-image {
      margin-bottom: 0.5rem; }
  .tt-c-do-more__item-image, .tt-c-do-more__item-heading, .tt-c-do-more__action-item {
    width: 100%;
    padding: 0; }
  .tt-c-do-more__actions {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-align-content: flex-start;
        -ms-flex-line-pack: start;
            align-content: flex-start; }
  .tt-c-do-more__text {
    margin: 0 0 0.5rem; }
    .tt-c-do-more__text .tt-c-do-more__label {
      font-weight: bold; }
  .tt-c-do-more__label, .tt-c-do-more__question-text {
    font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 1rem;
    letter-spacing: normal;
    line-height: 1.3;
    text-transform: none; }
  .tt-o-modal__mask .tt-c-do-more__header {
    padding-top: 0; } }

.tt-c-auth__custom-disclaimer {
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 0.75rem;
  letter-spacing: normal;
  line-height: 1.3;
  text-transform: none; }

.tt-c-auth__email-label {
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 0.875rem;
  letter-spacing: normal;
  line-height: 1.28;
  text-transform: none; }

.tt-c-auth__confirm-message, .tt-c-auth__resend-message {
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 1rem;
  letter-spacing: normal;
  line-height: 1.3;
  text-transform: none; }


.tt-c-auth {
  /**
    * Auth email form
    */ }
  .tt-c-auth__email {
    margin-bottom: 1.5rem; }
    .tt-c-auth__email-label {
      font-weight: normal;
      color: rgba(0, 0, 0, 0.87);
      display: block;
      margin-bottom: 0.125rem; }
    .tt-c-auth__email-submit {
      margin-top: 1.5rem; }
  .tt-c-auth__custom-disclaimer {
    font-weight: normal;
    color: rgba(0, 0, 0, 0.87); }
  .tt-c-auth__resend-btn {
    margin-top: 1.5rem; }
  .tt-c-auth__confirm-message, .tt-c-auth__resend-message {
    font-weight: normal;
    color: rgba(0, 0, 0, 0.87); }
  .tt-c-auth button.tt-c-auth__resend-btn {
    white-space: normal; }

label.tt-o-check__label,
label.tt-o-radio__label, label.tt-o-check-tag__label {
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 0.875rem;
  letter-spacing: normal;
  line-height: 1.28;
  text-transform: none; }

.tt-o-check-group {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  position: relative; }
  .tt-o-check-group input[type="radio"],
  .tt-o-check-group input[type="checkbox"] {
    opacity: 0;
    margin: 0;
    /* width & height set to be able to use domUtils.safeFocus which checks these for visibility */
    width: 0.1;
    height: 0.1;
    position: absolute;
    top: 0;
    left: 0; }
  .tt-o-check-group--vertical {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }

.tt-o-check:focus + .tt-o-check__label:before,
.tt-o-check:focus + .tt-o-radio__label:before,
.tt-o-radio:focus + .tt-o-check__label:before,
.tt-o-radio:focus + .tt-o-radio__label:before {
  outline: 0.0625rem solid rgba(0, 0, 0, 0.2); }

.tt-o-check:checked + .tt-o-check__label:before,
.tt-o-check:checked + .tt-o-radio__label:before,
.tt-o-radio:checked + .tt-o-check__label:before,
.tt-o-radio:checked + .tt-o-radio__label:before {
  background-color: #000; }

.tt-o-check__item,
.tt-o-radio__item {
  position: relative;
  margin-right: 1.5rem;
  margin-bottom: 0.5rem; }

label.tt-o-check__label,
label.tt-o-radio__label {
  font-weight: normal;
  color: rgba(0, 0, 0, 0.87);
  display: block;
  padding-left: 1.6875rem;
  position: relative; }
  label.tt-o-check__label:before,
  label.tt-o-radio__label:before {
    content: '';
    position: absolute;
    display: block;
    width: 1rem;
    height: 1rem;
    border: 0.125rem solid #000;
    background-color: #fff;
    top: -0.0625rem;
    left: 0;
    transition: all .2s ease-out; }

.tt-o-check__label:before {
  border-radius: 0.1875rem; }

.tt-o-radio__label:before {
  border-radius: 50%; }

.tt-o-radio-icon:focus + .tt-o-radio-icon__label {
  outline: 0.0625rem solid rgba(0, 0, 0, 0.2); }

.tt-o-radio-icon:checked + .tt-o-radio-icon__label {
  background-color: #000; }
  .tt-o-radio-icon:checked + .tt-o-radio-icon__label .tt-o-radio-icon__icon {
    fill: #fff; }

.tt-o-radio-icon__icon {
  width: 100%;
  height: 100%;
  fill: #000; }

label.tt-o-radio-icon__label {
  display: block;
  border: 0.0625rem solid rgba(0, 0, 0, 0.25);
  width: 3.125rem;
  height: 3.125rem;
  border-radius: 50%;
  padding: 0.875rem;
  background-color: #fff;
  transition: all .2s ease-out;
  margin-right: 0.5rem; }

.tt-o-radio-image:focus + .tt-o-radio-image__label {
  outline: 0.0625rem solid rgba(0, 0, 0, 0.2); }

.tt-o-radio-image__item {
  margin-right: 1rem; }

.tt-o-radio-image__image {
  max-width: 2.75rem; }

.tt-o-check-tag:focus + .tt-o-check-tag__label {
  outline: 0.0625rem solid rgba(0, 0, 0, 0.2); }

.tt-o-check-tag:checked + .tt-o-check-tag__label {
  background-color: #000;
  border-color: #000;
  color: #fff; }
  .tt-o-check-tag:checked + .tt-o-check-tag__label:hover {
    border-color: #000; }

.tt-o-check-tag__item {
  margin-right: 0.25rem;
  margin-bottom: 0.25rem; }

label.tt-o-check-tag__label {
  font-weight: normal;
  display: block;
  text-transform: lowercase;
  border: 0.0625rem solid rgba(0, 0, 0, 0.25);
  border-radius: 1.25rem;
  padding: 0.5rem 1rem;
  background-color: #FFF;
  color: #000;
  transition: all 0.3s ease; }
  label.tt-o-check-tag__label:hover {
    background-color: #FFF;
    color: black;
    border-color: black; }

.tt-c-range-field__text {
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 0.75rem;
  letter-spacing: normal;
  line-height: 1.3;
  text-transform: none; }

.tt-c-range-field__bar-wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.tt-c-range-field__bar-outer {
  width: 100%;
  height: 1.25rem;
  position: relative; }

.tt-c-range-field__bar {
  background-color: rgba(0, 0, 0, 0.12);
  height: 0.625rem;
  margin: 0.3125rem 0.625rem;
  position: relative;
  border-left: 0.0625rem solid #000;
  border-right: 0.0625rem solid #000; }

.tt-c-range-field__divider {
  position: absolute;
  top: 0;
  height: 100%;
  width: 0.0625rem;
  background-color: #000; }

.tt-c-range-field__dot {
  background-color: #fff;
  border: 0.0625rem solid #000;
  border-radius: 50%;
  height: 1.25rem;
  width: 1.25rem;
  position: absolute;
  top: 0;
  z-index: 1; }
  .tt-c-range-field__dot--is-set {
    background-color: #000; }

.tt-c-range-field__text {
  font-weight: normal;
  color: rgba(0, 0, 0, 0.87); }

.tt-c-rating-meter {
  border: 0.0625rem solid #000;
  border-radius: 0.25rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .tt-c-rating-meter__item {
    display: inline-block;
    width: 25%;
    height: 1.5rem;
    border-right: 0.0625rem solid #000;
    transition: all 0.2s ease-in-out;
    cursor: pointer; }
    .tt-c-rating-meter__item--on {
      background-color: #000; }
    .tt-c-rating-meter__item:last-child {
      border-right: none; }

.tt-o-selectbox {
  display: inline-block;
  border: 0.0625rem solid #000;
  border-radius: 0.25rem;
  position: relative;
  background-color: #fff;
  /* Chrome won't add the padding, but Firefox does.  Already getting padding from select */ }
  .tt-o-selectbox select,
  .tt-o-selectbox select option {
    border: none;
    box-shadow: none;
    background: transparent;
    background-image: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 0.875rem;
    line-height: 1.4;
    width: 100%;
    margin: 0;
    height: auto; }
  .tt-o-selectbox select {
    padding: 0.75rem 0.875rem;
    padding-right: 2.5rem;
    /* hides IE drop-down arrow */ }
    .tt-o-selectbox select::-ms-expand {
      display: none; }
  .tt-o-selectbox select option {
    padding: 0; }
  .tt-o-selectbox select:invalid,
  .tt-o-selectbox select option[value=""] {
    color: rgba(0, 0, 0, 0.25); }
  .tt-o-selectbox .tt-o-arrow--down {
    position: absolute;
    right: 0.9375rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 0;
    pointer-events: none; }

.tt-c-review-form-header__product-title, .tt-c-review-form-header__guidelines-link, .tt-c-review-form-guidelines__text, .tt-c-review-form-guidelines__list-item {
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 0.75rem;
  letter-spacing: normal;
  line-height: 1.3;
  text-transform: none; }

.tt-c-review-form-header__text {
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 0.875rem;
  letter-spacing: normal;
  line-height: 1.28;
  text-transform: none; }

.tt-c-review-form-header__heading {
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 1rem;
  letter-spacing: normal;
  line-height: 1.3;
  text-transform: none; }

.tt-c-review-form-header--with-image .tt-c-review-form-header__heading {
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 1.25rem;
  letter-spacing: normal;
  line-height: 1.1;
  text-transform: none; }

.tt-c-review-form-header {
  padding-bottom: 1rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  border-bottom: 0.0625rem solid rgba(0, 0, 0, 0.12);
  margin-bottom: 1.5rem; }
  .tt-c-review-form-header--with-image {
    border-bottom: none;
    padding-bottom: 0; }
    .tt-c-review-form-header--with-image .tt-c-review-form-header__heading {
      font-weight: normal;
      color: rgba(0, 0, 0, 0.87); }
  .tt-c-review-form-header__heading {
    font-weight: normal;
    color: rgba(0, 0, 0, 0.87);
    margin-bottom: 0.25rem; }
  .tt-c-review-form-header__product-title, .tt-c-review-form-header__guidelines-link,
  .tt-c-review-form-header p.tt-c-review-form-header__text {
    margin-bottom: 0.5rem; }
  .tt-c-review-form-header__product-title {
    color: rgba(0, 0, 0, 0.58);
    font-weight: normal; }
  .tt-c-review-form-header__text {
    font-weight: normal;
    color: rgba(0, 0, 0, 0.87); }
  .tt-c-review-form-header__guidelines-link {
    font-weight: normal;
    color: rgba(0, 0, 0, 0.87); }

.tt-c-review-form-guidelines {
  background-color: #fff;
  padding: 1.25rem;
  margin-top: 1rem; }
  .tt-c-review-form-guidelines__text {
    font-weight: normal;
    color: rgba(0, 0, 0, 0.87);
    line-height: 1.4; }
  .tt-c-review-form-guidelines__list {
    margin: 0;
    padding-left: 1rem;
    margin-bottom: 1rem; }
  .tt-c-review-form-guidelines__list-item {
    font-weight: normal;
    color: rgba(0, 0, 0, 0.87);
    line-height: 1.4;
    margin-bottom: 0.3125rem; }

img.tt-c-review-form-header__product-image {
  /* override [class^="tt-"] img */
  max-width: 5.5rem;
  height: 5.5rem; }

img.tt-c-review-form-header__logo {
  /* override [class^="tt-"] img */
  max-width: 5.5rem; }

@media screen and (min-width: 53.0625em) {
  .tt-c-review-form-header--with-image .tt-c-review-form-header__heading {
    font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 1.5rem;
    letter-spacing: normal;
    line-height: 1.3;
    text-transform: none; }
  .tt-c-review-form-header__heading {
    font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 1.25rem;
    letter-spacing: normal;
    line-height: 1.1;
    text-transform: none; }
  img.tt-c-review-form-header__product-image {
    /* override [class^="tt-"] img */
    max-width: 10rem;
    height: 10rem; }
  img.tt-c-review-form-header__logo {
    /* override [class^="tt-"] img */
    max-width: 10rem; } }

.tt-c-added-media__caption {
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 0.75rem;
  letter-spacing: normal;
  line-height: 1.3;
  text-transform: none; }

.tt-c-added-media__caption--quoted:before {
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 1.25rem;
  letter-spacing: normal;
  line-height: 1.1;
  text-transform: none; }

.tt-c-added-media__items {
  margin: 0 -0.25rem 0.5rem; }

.tt-c-added-media__card {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  background-color: rgba(0, 0, 0, 0.06);
  position: relative;
  width: 100%;
  margin-bottom: 0.25rem; }

.tt-c-added-media__item {
  position: relative;
  margin: 0.25rem; }

.tt-c-added-media__caption {
  position: relative;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: normal;
  color: rgba(0, 0, 0, 0.58);
  margin: 0.5rem 0.25rem;
  word-break: break-word;
  word-wrap: break-word;
  min-width: 40%; }
  .tt-c-added-media__caption--quoted {
    padding-left: 0.75rem; }
    .tt-c-added-media__caption--quoted:before {
      content: "\201C";
      position: absolute;
      left: 0;
      top: -0.125rem;
      font-weight: normal;
      color: rgba(0, 0, 0, 0.58); }

.tt-c-added-media__remove {
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
  width: 1.25rem;
  height: 1.25rem;
  margin: 0.25rem; }
  .tt-c-added-media__remove .tt-o-icon {
    display: block;
    margin: auto;
    width: 0.5rem;
    height: 0.5rem; }

.tt-c-added-media__upload-wrapper {
  display: inline-block;
  margin: 0 0.5rem 0.5rem 0; }

.tt-c-added-media label.tt-c-added-media__add-photo {
  display: inline-block; }

@media screen and (min-width: 53.0625em) {
  .tt-c-added-media__card {
    -webkit-flex: 0 0 calc(50% - 0.5rem);
        -ms-flex: 0 0 calc(50% - 0.5rem);
            flex: 0 0 calc(50% - 0.5rem);
    width: calc(50% - 0.5rem);
    margin-right: 0.5rem; } }

.tt-c-review-form__no-thanks {
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 0.75rem;
  letter-spacing: normal;
  line-height: 1.3;
  text-transform: none; }

.tt-c-review-form__optional-fields {
  border-top: 0.0625rem solid rgba(0, 0, 0, 0.12);
  padding-top: 2rem; }

.tt-c-review-form__submit {
  display: block;
  margin-bottom: 1.5rem; }

.tt-c-review-form__no-thanks {
  font-weight: normal;
  color: #000; }

@media screen and (min-width: 64em) {
  .tt-c-review-form {
    padding-top: 0.5rem; } }

.tt-c-review-form__no-thanks {
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 0.75rem;
  letter-spacing: normal;
  line-height: 1.3;
  text-transform: none; }

.tt-c-review-form__optional-fields {
  border-top: 0.0625rem solid rgba(0, 0, 0, 0.12);
  padding-top: 2rem; }

.tt-c-review-form__submit {
  display: block;
  margin-bottom: 1.5rem; }

.tt-c-review-form__no-thanks {
  font-weight: normal;
  color: #000; }

@media screen and (min-width: 64em) {
  .tt-c-review-form {
    padding-top: 0.5rem; } }

.tt-c-share-media__selected-count {
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 0.75rem;
  letter-spacing: normal;
  line-height: 1.3;
  text-transform: none; }

.tt-c-share-media__content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 1.5rem; }

.tt-c-share-media__secondary-actions {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 2rem; }

.tt-c-share-media__selected-count {
  color: rgba(0, 0, 0, 0.58);
  font-weight: normal; }

@media screen and (min-width: 53.0625em) {
  .tt-c-share-media__content {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row; }
  .tt-c-share-media__item {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0; } }

.tt-o-badge {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.0625rem 0.875rem;
  background-color: #000;
  color: #fff;
  height: 1rem;
  border-radius: 0.5rem;
  font-size: 0.625rem;
  text-transform: uppercase;
  letter-spacing: 0.0625rem;
  color: white;
  vertical-align: middle; }
  .tt-o-badge--md {
    height: 1.5rem;
    padding: 0.25rem 0.5rem;
    border-radius: 0.75rem;
    font-size: 0.6875rem; }
  .tt-o-badge__icon {
    fill: #fff;
    padding: 0.125rem;
    border: none;
    margin-left: 0.5rem;
    background-color: transparent;
    width: 0.875rem;
    height: 0.875rem;
    cursor: pointer; }
    .tt-o-badge__icon svg {
      height: 100%;
      width: 100%; }

.tt-o-menu__icon {
  fill: #000; }

.tt-o-menu {
  display: inline-block;
  position: relative; }
  .tt-o-menu .tt-o-button--flat {
    text-decoration: none; }
    .tt-o-menu .tt-o-button--flat[aria-expanded="true"] .tt-o-icon--arrow-fill {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }
  .tt-o-menu .tt-o-menu__item {
    color: #000;
    background-color: transparent;
    border: none;
    width: 100%;
    padding: 0.75rem 0.5rem;
    text-decoration: none;
    white-space: nowrap; }
    .tt-o-menu .tt-o-menu__item.tt-o-button--disabled {
      color: rgba(0, 0, 0, 0.25);
      fill: rgba(0, 0, 0, 0.25); }
      .tt-o-menu .tt-o-menu__item.tt-o-button--disabled:hover {
        color: rgba(0, 0, 0, 0.25);
        fill: rgba(0, 0, 0, 0.25); }
    .tt-o-menu .tt-o-menu__item:hover {
      color: #000;
      cursor: pointer;
      /* TODO: should we use this? background-color: $black-zeta; */ }
      .tt-o-menu .tt-o-menu__item:hover[aria-disabled=true] {
        cursor: default; }
    .tt-o-menu .tt-o-menu__item--active {
      /* TODO: should we use this?
         background-color: $black-zeta; */ }
    .tt-o-menu .tt-o-menu__item--dropdown {
      color: #000; }
    .tt-o-menu .tt-o-menu__item--action {
      color: #000; }
    .tt-o-menu .tt-o-menu__item-title {
      font-size: 0.875rem; }
  .tt-o-menu__icon {
    display: inline-block;
    margin-right: 1rem;
    vertical-align: middle; }
  .tt-o-menu__list {
    display: block;
    outline: none;
    position: absolute;
    top: 100%;
    z-index: 3;
    box-shadow: 0rem 0.25rem 0.9375rem rgba(0, 0, 0, 0.15);
    padding: 0.5rem;
    background: #FFF;
    border-radius: 0.25rem;
    min-width: 8.75rem; }
    .tt-o-menu__list--align-center {
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); }
    .tt-o-menu__list--align-left {
      left: 0; }
    .tt-o-menu__list--align-right {
      right: 0; }

.tt-o-byline__item {
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 0.75rem;
  letter-spacing: normal;
  line-height: 1.3;
  text-transform: none; }

.tt-o-byline {
  word-wrap: break-word; }
  .tt-o-byline__action {
    color: #000; }
    .tt-o-byline__action.tt-o-disabled {
      color: inherit; }
  .tt-o-byline__item {
    color: rgba(0, 0, 0, 0.58);
    font-weight: normal;
    vertical-align: middle;
    white-space: nowrap; }
  .tt-o-byline__author {
    color: rgba(0, 0, 0, 0.87);
    white-space: normal; }
  .tt-o-byline__on-date {
    margin-left: 0.25rem; }
  .tt-o-byline__options-item {
    display: none; }
  .tt-o-byline__dot {
    /* just used as spacing on mobile */ }
    @media screen and (max-width: 53.0625em) {
      .tt-o-byline__dot {
        margin: 0 0.125rem; } }
  .tt-o-byline__menu-trigger {
    vertical-align: middle; }

@media screen and (min-width: 53.0625em) {
  .tt-o-byline__options-item {
    display: inline-block; }
  .tt-o-byline .tt-o-menu {
    display: none; }
  .tt-o-byline__dot {
    display: inline-block;
    font-size: 0.875rem;
    position: relative;
    top: -0.1875rem;
    width: 0.1875rem;
    height: 0.1875rem;
    background-color: rgba(0, 0, 0, 0.25);
    border-radius: 50%; } }

.tt-c-multi-items__text {
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 0.75rem;
  letter-spacing: normal;
  line-height: 1.3;
  text-transform: none; }

.tt-c-multi-items {
  margin-top: 0.5rem; }
  .tt-c-multi-items__container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin: 0 -0.1875rem; }
  .tt-c-multi-items__text {
    display: inline-block;
    font-weight: normal;
    color: rgba(0, 0, 0, 0.87);
    margin-right: 0.5rem; }
  .tt-c-multi-items p.tt-c-multi-items__text {
    margin-bottom: 0.5rem; }
  .tt-c-multi-items__item {
    position: relative;
    width: 6.25rem;
    max-width: 6.25rem;
    min-height: 6.25rem;
    margin: 0 0.1875rem 0.375rem; }
    .tt-c-multi-items__item img {
      display: block; }
  .tt-c-multi-items__remove {
    position: absolute;
    left: 0.25rem;
    top: 0.25rem;
    width: 1.5rem;
    height: 1.5rem; }

@media screen and (min-width: 53.0625em) {
  .tt-c-multi-items__remove {
    width: 2rem;
    height: 2rem; }
    .tt-c-multi-items__remove .tt-o-icon {
      width: 1rem;
      height: 1rem; } }

.tt-o-search-field {
  position: relative;
  line-height: 0; }
  .tt-o-search-field__input, .tt-o-search-field__mat-input,
  .tt-o-search-field input[type=text].tt-o-search-field__input,
  .tt-o-search-field input[type=text].tt-o-search-field__mat-input {
    width: 100%;
    min-height: 2.375rem;
    padding: 0.25rem 2rem 0.25rem 0.25rem;
    font-size: 1rem;
    font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    line-height: 1.5;
    max-height: 2.625rem; }
  .tt-o-search-field div.tt-o-search-field__input {
    height: auto;
    max-height: none; }
  .tt-o-search-field__input,
  .tt-o-search-field input[type=text].tt-o-search-field__input {
    border: 0.0625rem solid #000;
    border-radius: 0.25rem;
    background-color: #fff; }
    .tt-o-search-field__input::-webkit-input-placeholder,
    .tt-o-search-field input[type=text].tt-o-search-field__input::-webkit-input-placeholder {
      color: rgba(0, 0, 0, 0.25); }
    .tt-o-search-field__input:-ms-input-placeholder,
    .tt-o-search-field input[type=text].tt-o-search-field__input:-ms-input-placeholder {
      color: rgba(0, 0, 0, 0.25); }
    .tt-o-search-field__input::-ms-input-placeholder,
    .tt-o-search-field input[type=text].tt-o-search-field__input::-ms-input-placeholder {
      color: rgba(0, 0, 0, 0.25); }
    .tt-o-search-field__input::placeholder,
    .tt-o-search-field input[type=text].tt-o-search-field__input::placeholder {
      color: rgba(0, 0, 0, 0.25); }
  .tt-o-search-field input[type=text].tt-o-search-field__mat-input {
    background: transparent no-repeat;
    border: 0;
    background-image: linear-gradient(to bottom, #000, #000), linear-gradient(to bottom, silver, silver);
    /* sizes for the 2 "images", default state shows 2nd one as the width of the first is 0 */
    background-size: 0 2px, 100% 1px;
    /* The position is what makes it move from the middle out 50% to 100% */
    background-position: 50% 100%, 50% 100%;
    transition: background-size 0.3s cubic-bezier(0.64, 0.09, 0.08, 1); }
    .tt-o-search-field input[type=text].tt-o-search-field__mat-input:focus {
      /* when focused, the first image takes over by going to 100% */
      background-size: 100% 2px, 100% 1px;
      outline: none; }
  .tt-o-search-field__clear {
    position: absolute;
    right: 0.375rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    fill: rgba(0, 0, 0, 0.25); }

.tt-c-multi-item-search__results-title {
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 0.75rem;
  letter-spacing: normal;
  line-height: 1.3;
  text-transform: none; }

.tt-c-multi-item-search__label {
  display: block;
  margin-bottom: 0.5rem; }

.tt-c-multi-item-search__search {
  margin-top: 0.5rem; }

.tt-c-multi-item-search__result-meta {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem 0; }

.tt-c-multi-item-search__results-list {
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  margin: 0rem;
  padding: 1rem 0 1.25rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  white-space: nowrap; }

.tt-c-multi-item-search__results-list-wrap {
  overflow-x: hidden;
  border-top: 0.0625rem solid rgba(0, 0, 0, 0.12);
  border-bottom: 0.0625rem solid rgba(0, 0, 0, 0.12); }

.tt-c-multi-item-search__results-item {
  position: relative;
  overflow: hidden;
  width: 7.5rem;
  min-width: 7.5rem;
  text-align: center;
  margin-right: 0.25rem;
  white-space: nowrap; }
  .tt-c-multi-item-search__results-item:hover .tt-c-multi-item-search__select {
    border-color: black; }

.tt-c-multi-item-search__select {
  position: absolute;
  left: 0.25rem;
  top: 0.25rem;
  width: 1.5rem;
  height: 1.5rem; }

.tt-c-multi-item-search__results-title {
  font-weight: normal;
  color: rgba(0, 0, 0, 0.87);
  padding-top: 0.25rem;
  white-space: normal; }

.tt-c-answer-form {
  border-top: 0.0625rem solid rgba(0, 0, 0, 0.12);
  padding: 1rem; }
  .tt-c-answer-form .tt-o-textarea {
    height: 5.625rem; }
  .tt-c-answer-form__field {
    margin-bottom: 1rem; }
  .tt-c-answer-form__action-buttons {
    margin-top: 1.5rem; }

.tt-c-product-about__link, .tt-c-product-about__about {
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 0.75rem;
  letter-spacing: normal;
  line-height: 1.3;
  text-transform: none; }

.tt-c-product-about {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .tt-c-product-about__info {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%; }
  .tt-c-product-about__image {
    max-width: 4.6875rem;
    margin-right: 0.5rem; }
    .tt-c-product-about__image img {
      display: block; }
  .tt-c-product-about__link {
    font-weight: bold;
    color: rgba(0, 0, 0, 0.87); }
  .tt-c-product-about__about {
    font-weight: normal;
    color: rgba(0, 0, 0, 0.58); }

/* specific for IE since it does not want to honor the max-width  set above */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .tt-c-product-about__image {
    width: 4.6875rem; } }

.tt-c-reply__text {
  font-size: 0.75rem; }
  @media screen and (min-width: 53.0625em) {
    .tt-c-reply__text {
      font-size: 0.875rem; } }

/**
 * Standard header and footer styles
 */
.tt-c-reply {
  padding-top: 1rem;
  /**
  * Nested replies
  */ }
  .tt-c-reply:not(:first-child) {
    border-top: 0.0625rem solid rgba(0, 0, 0, 0.12); }
  .tt-c-reply .tt-c-reply__byline {
    padding-bottom: 1rem; }
  .tt-c-reply .tt-c-reply {
    border-top: 0.0625rem solid rgba(0, 0, 0, 0.12); }
  .tt-c-reply__list--nested {
    padding-left: 1.5rem; }
  .tt-c-reply__text {
    color: rgba(0, 0, 0, 0.7);
    margin: 0 0 0.25rem;
    padding-right: 1rem;
    word-wrap: break-word; }
  .tt-c-reply .tt-c-answer-form {
    border-top: none;
    padding: 0 1rem 1rem 0; }

.tt-c-answer__help-text {
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 0.75rem;
  letter-spacing: normal;
  line-height: 1.3;
  text-transform: none; }

.tt-c-answer__text {
  font-size: 0.875rem; }
  @media screen and (min-width: 53.0625em) {
    .tt-c-answer__text {
      font-size: 1rem; } }

.tt-c-answer__votes {
  min-width: 2.5rem; }
  @media screen and (min-width: 53.0625em) {
    .tt-c-answer__votes {
      min-width: 3rem; } }

/**
 * Standard header and footer styles
 */
.tt-c-answer {
  line-height: 1.4;
  border-top: 0.0625rem solid rgba(0, 0, 0, 0.12);
  padding: 1rem 1rem 0 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  /* TODO: &__help and &__help-text are on elements in Question.vue.  Should these be renamed?
     or do we make an AnswerList? other?
  */ }
  .tt-c-answer .tt-c-question__actions {
    background-color: rgba(0, 0, 0, 0.06); }
  .tt-c-answer .tt-c-answer__body {
    width: 100%; }
    .tt-c-answer .tt-c-answer__body > .tt-c-answer__byline {
      margin-bottom: 1rem; }
  .tt-c-answer__multi-items {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 1rem 0; }
    .tt-c-answer__multi-items > * {
      margin: 0 0 0.5rem 0; }
  .tt-c-answer__votes {
    text-align: center; }
  .tt-c-answer__upvote.tt-o-button--flat {
    padding-top: 0.3125rem; }
  .tt-c-answer__upvote.tt-o-button--disabled {
    color: #000; }
    .tt-c-answer__upvote.tt-o-button--disabled .tt-o-icon--helpful-on {
      fill: #000; }
  .tt-c-answer__text {
    color: rgba(0, 0, 0, 0.7);
    margin: 0 0 0.25rem;
    word-wrap: break-word; }
  .tt-c-answer--best {
    border-top: none; }
    .tt-c-answer--best .tt-c-answer__text {
      margin-bottom: 0; }
    .tt-c-answer--best .tt-c-answer__best-answer-label {
      color: #000;
      font-weight: bold; }
  .tt-c-answer__reply-list {
    background-color: rgba(0, 0, 0, 0.06);
    margin-top: 1rem;
    padding-left: 1.5rem; }
  .tt-c-answer__actions {
    background-color: rgba(0, 0, 0, 0.06);
    padding: 0.625rem 1.5rem;
    border-top: 0.0625rem solid rgba(0, 0, 0, 0.12); }
    .tt-c-answer__actions button {
      white-space: nowrap;
      margin-right: 0.5rem; }
  .tt-c-answer__help {
    border-top: 0.0625rem solid rgba(0, 0, 0, 0.12);
    padding: 1rem 1rem 1rem 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    fill: #000; }
  .tt-c-answer__help-text {
    margin: 0;
    font-weight: normal;
    color: #000; }

/**
 * "Desktop" styles
 */
@media screen and (min-width: 53.0625em) {
  .tt-c-answer {
    padding-right: 3.5rem; }
    .tt-c-answer .tt-c-answer__text {
      margin-bottom: 0.75rem; }
    .tt-c-answer__multi-items {
      display: grid;
      grid-template-columns: repeat(auto-fill, minmax(17.1875rem, 1fr));
      /* fallback to flex for IE and Edge 12-15 */
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
      .tt-c-answer__multi-items > * {
        margin: 0 0.5rem 0.5rem 0; }
      .tt-c-answer__multi-items .tt-c-product-about__image img {
        min-width: 4.6875rem; } }

.tt-c-question__about, .tt-c-question__byline {
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 0.75rem;
  letter-spacing: normal;
  line-height: 1.3;
  text-transform: none; }

.tt-c-question__upvote-count, .tt-c-best-answer__text {
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 1rem;
  letter-spacing: normal;
  line-height: 1.3;
  text-transform: none; }

.tt-c-question__heading, .tt-c-question__title {
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 1.25rem;
  letter-spacing: normal;
  line-height: 1.1;
  text-transform: none; }

.tt-c-question__votes, .tt-c-question__icon-col {
  min-width: 2.5rem; }
  @media screen and (min-width: 53.0625em) {
    .tt-c-question__votes, .tt-c-question__icon-col {
      min-width: 3.5rem; } }

/**
 * Standard header and footer styles
 */
.tt-c-question-container {
  border-top: 0.0625rem solid rgba(0, 0, 0, 0.25);
  padding-top: 1rem; }
  .tt-c-question-container--is-solo .tt-c-question {
    margin-right: 5.5rem;
    padding-right: 0.5rem;
    min-height: 3.3125rem; }
  .tt-c-question-container--is-solo .tt-c-question__answers {
    margin-left: 0; }
  .tt-c-question-container--is-solo .tt-c-question__votes {
    min-width: unset;
    margin-right: 0.875rem; }
  .tt-c-question-container .tt-c-question__answers {
    margin-right: 0; }

.tt-c-question {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 1rem;
  /* used in comments-question */ }
  .tt-c-question__header {
    padding: 0 6rem 1rem 0;
    min-height: 2.1875rem;
    position: relative; }
  .tt-c-question__heading {
    color: rgba(0, 0, 0, 0.87);
    font-weight: normal;
    margin-bottom: 0.25rem; }
  .tt-c-question__about {
    color: rgba(0, 0, 0, 0.58);
    font-weight: normal; }
  .tt-c-question__item-image {
    position: absolute;
    top: 0;
    right: 0;
    width: 5.5rem; }
  .tt-c-question__comments {
    border-top: 0.0625rem solid rgba(0, 0, 0, 0.25);
    padding-top: 1rem; }
    .tt-c-question__comments .tt-c-question__answers {
      border-radius: 0;
      margin-bottom: 0; }
  .tt-c-question__body {
    position: relative;
    width: 100%; }
  .tt-c-question__multi-items {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 1rem 0; }
    .tt-c-question__multi-items > * {
      margin: 0 0 0.5rem 0; }
  .tt-c-question__votes, .tt-c-question__icon-col {
    text-align: center; }
  .tt-c-question__icon-col .tt-c-question__icon {
    fill: rgba(0, 0, 0, 0.58); }
  .tt-c-question__upvote {
    padding-top: 0;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    .tt-c-question__upvote .tt-o-icon {
      margin-right: 0; }
    .tt-c-question__upvote.tt-o-button--selected .tt-o-icon--vote-on {
      fill: #000; }
    .tt-c-question__upvote-count {
      font-weight: bold;
      color: rgba(0, 0, 0, 0.87); }
  .tt-c-question__title {
    color: rgba(0, 0, 0, 0.87);
    font-weight: bold;
    margin: 0 0 0.25rem; }
  .tt-c-question__byline {
    font-weight: normal;
    color: rgba(0, 0, 0, 0.58); }
    .tt-c-question__byline-name {
      margin-right: 0.5rem;
      vertical-align: middle; }
  .tt-c-question__actions {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0.625rem; }
    .tt-c-question__actions button {
      white-space: nowrap;
      margin-right: 1rem; }
    .tt-c-question__actions-moderate {
      display: -webkit-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      vertical-align: middle;
      border: 0;
      cursor: pointer;
      text-align: center;
      text-decoration: none;
      white-space: nowrap;
      height: auto;
      min-width: auto;
      max-width: none;
      background-color: transparent;
      border: none;
      padding: 0.25rem 0;
      border-radius: 0;
      font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
      font-size: 0.75rem;
      font-weight: normal;
      text-transform: none;
      letter-spacing: 0;
      line-height: 1;
      color: #000;
      fill: #000;
      text-decoration: none; }
      .tt-c-question__actions-moderate.tt-o-button--disabled:hover {
        cursor: default; }
      .tt-c-question__actions-moderate.tt-o-button--disabled {
        color: rgba(0, 0, 0, 0.25);
        fill: rgba(0, 0, 0, 0.25); }
        .tt-c-question__actions-moderate.tt-o-button--disabled:hover {
          color: rgba(0, 0, 0, 0.25);
          fill: rgba(0, 0, 0, 0.25); }
      .tt-c-question__actions-moderate span {
        color: #000; }
      .tt-c-question__actions-moderate:hover {
        color: black;
        fill: black; }
      .tt-c-question__actions-moderate .tt-o-icon {
        margin-right: 0.25rem; }
  .tt-c-question__comment {
    border-top: 0.0625rem solid rgba(0, 0, 0, 0.12); }
  .tt-c-question__answers {
    background-color: rgba(0, 0, 0, 0.06);
    border-radius: 0.25rem;
    margin-bottom: 0.25rem; }

/*------------------------------------*\
    $BEST ANSWER
\*------------------------------------*/
.tt-c-best-answer__text {
  color: rgba(0, 0, 0, 0.87);
  font-weight: normal;
  margin-bottom: 0; }

.tt-c-best-answer__label {
  color: #000;
  font-weight: bold; }

/**
 * "Desktop" styles
 */
@media screen and (min-width: 53.0625em) {
  .tt-c-question-container--is-solo .tt-c-question {
    margin-right: 10rem;
    min-height: 7.8125rem; }
  .tt-c-question {
    margin-right: 3.5rem; }
    .tt-c-question__header {
      padding-right: 10.5rem;
      min-height: 2.1875rem; }
    .tt-c-question__heading {
      font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
      font-size: 1.5rem;
      letter-spacing: normal;
      line-height: 1.3;
      text-transform: none; }
    .tt-c-question__item-image {
      width: 10rem; }
    .tt-c-question__multi-items {
      display: grid;
      grid-template-columns: repeat(auto-fill, minmax(17.1875rem, 1fr));
      /* fallback to flex for IE and Edge 12-15 */
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
      .tt-c-question__multi-items > * {
        margin: 0 0.5rem 0.5rem 0; }
      .tt-c-question__multi-items .tt-c-product-about__image img {
        min-width: 4.6875rem; }
    .tt-c-question__votes, .tt-c-question__icon-col {
      padding-top: 0.1875rem; }
    .tt-c-question__comment-list {
      -webkit-column-width: 18.75rem;
              column-width: 18.75rem;
      -webkit-column-gap: 1.5rem;
              column-gap: 1.5rem;
      padding-bottom: 1rem; }
    .tt-c-question__comment {
      border-top: none;
      padding-bottom: 0.25rem; }
    .tt-c-question__answers {
      margin-left: 3.5rem;
      margin-right: 3.5rem; }
  .tt-c-best-answer__text {
    margin-bottom: 0.25rem; } }

.tt-c-solo-question {
  position: relative;
  margin-top: 0.5rem; }

.tt-c-expired-confirmation__resend-btn {
  margin-top: 1.5rem; }

button.tt-c-expired-confirmation__resend-btn {
  white-space: normal; }

.tt-c-callout-comment__author, .tt-c-callout-comment__date {
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 0.75rem;
  letter-spacing: normal;
  line-height: 1.3;
  text-transform: none; }

.tt-c-callout-comment__text {
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 0.875rem;
  letter-spacing: normal;
  line-height: 1.28;
  text-transform: none; }

.tt-c-callout-comment {
  margin: 0;
  -webkit-column-break-inside: avoid;
  break-inside: avoid; }
  .tt-c-callout-comment:not(:last-child) {
    margin-bottom: 1.5rem; }
  .tt-c-callout-comment__quotes {
    color: #fff; }
  .tt-c-callout-comment__text {
    background-color: #000;
    padding: 0.75rem 0.9375rem;
    margin: 0;
    font-weight: normal;
    color: #fff;
    position: relative;
    line-height: 1.5;
    word-wrap: break-word; }
    .tt-c-callout-comment__text:after {
      content: '';
      position: absolute;
      width: 0;
      height: 0;
      left: 50%;
      margin-left: -0.75rem;
      bottom: -1.5rem;
      border-top: 1.5rem solid #000;
      border-right: 1.5rem solid transparent; }
  .tt-c-callout-comment button.tt-c-callout-comment__expand {
    padding-left: 0.3125rem;
    color: rgba(255, 255, 255, 0.7);
    text-transform: none;
    letter-spacing: 0;
    font-weight: normal; }
  .tt-c-callout-comment__author, .tt-c-callout-comment__date {
    color: rgba(0, 0, 0, 0.58);
    font-weight: normal;
    font-style: normal; }
  .tt-c-callout-comment__author {
    -webkit-flex-basis: 45%;
        -ms-flex-preferred-size: 45%;
            flex-basis: 45%;
    word-wrap: break-word; }
  .tt-c-callout-comment__date {
    -webkit-flex-basis: 48%;
        -ms-flex-preferred-size: 48%;
            flex-basis: 48%;
    text-align: end; }
  .tt-c-callout-comment__footer {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0.375rem 0;
    -webkit-align-items: baseline;
        -ms-flex-align: baseline;
            align-items: baseline; }

.tt-l-masonry {
  position: relative; }
  .tt-l-masonry > * {
    position: absolute;
    top: 0;
    left: 0; }

.tt-w-chatter__heading {
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 1.25rem;
  letter-spacing: normal;
  line-height: 1.1;
  text-transform: none; }

.tt-w-chatter {
  padding: 0.9375rem 0; }
  .tt-w-chatter__heading {
    color: rgba(0, 0, 0, 0.87);
    font-weight: normal;
    margin-bottom: 0.5rem; }
  .tt-w-chatter__list {
    width: 100%;
    margin: 1.5rem auto 0;
    padding-bottom: 1.5rem; }

.tt-o-gallery-item {
  display: inline-block;
  text-decoration: none;
  vertical-align: top; }
  .tt-o-gallery-item:last-child {
    margin-right: 0; }
  .tt-o-gallery-item__caption-text {
    white-space: normal;
    color: #000;
    font-size: 0.6875rem; }
  .tt-o-gallery-item__date {
    color: rgba(0, 0, 0, 0.58);
    font-size: 0.6875rem;
    white-space: nowrap; }

.tt-c-gallery {
  position: relative; }
  .tt-c-gallery__heading {
    margin-bottom: 0.5rem;
    font-size: 1rem; }
  .tt-c-gallery:nth-child(2) {
    margin-bottom: 2.5rem; }
  .tt-c-gallery__progress-bar {
    width: 12.5rem;
    margin: 0.625rem auto; }
  .tt-c-gallery__pagination-progress-bar {
    width: 12.5rem; }
  .tt-c-gallery__inner {
    white-space: nowrap;
    transition: -webkit-transform 0.5s ease;
    transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease; }
  .tt-c-gallery__wrap {
    position: relative;
    /* for the overlay buttons to be positioned */ }
  .tt-c-gallery__outer {
    border-top: 0.0625rem solid rgba(0, 0, 0, 0.12);
    border-bottom: 0.0625rem solid rgba(0, 0, 0, 0.12);
    padding: 0.25rem 0;
    overflow: hidden; }
  .tt-c-gallery__item {
    display: block; }
  .tt-c-gallery button.tt-o-button--primary.tt-o-pagination__back,
  .tt-c-gallery button.tt-o-button--primary.tt-o-pagination__next {
    padding: 0.4375rem; }
  .tt-c-gallery__pagination--top {
    border-top: none;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0; }
    .tt-c-gallery__pagination--top .tt-o-pagination__back {
      margin-right: 0.25rem; }
  .tt-c-gallery__pagination--bottom-no-progress .tt-o-pagination__back {
    margin-right: 1rem; }
  .tt-c-gallery__pagination--overlay {
    position: absolute;
    border-top: none;
    padding: 0;
    width: 100%; }
    .tt-c-gallery__pagination--overlay button.tt-o-button--primary.tt-o-pagination__back,
    .tt-c-gallery__pagination--overlay button.tt-o-button--primary.tt-o-pagination__next {
      position: absolute;
      z-index: 2;
      height: 2.1875rem;
      width: 2.1875rem;
      padding: 0.3125rem; }
      .tt-c-gallery__pagination--overlay button.tt-o-button--primary.tt-o-pagination__back.tt-o-button--disabled,
      .tt-c-gallery__pagination--overlay button.tt-o-button--primary.tt-o-pagination__next.tt-o-button--disabled {
        background-color: #000; }
        .tt-c-gallery__pagination--overlay button.tt-o-button--primary.tt-o-pagination__back.tt-o-button--disabled .tt-o-icon,
        .tt-c-gallery__pagination--overlay button.tt-o-button--primary.tt-o-pagination__next.tt-o-button--disabled .tt-o-icon {
          fill: rgba(255, 255, 255, 0.38); }
    .tt-c-gallery__pagination--overlay .tt-o-pagination__next {
      right: -0.1875rem; }
    .tt-c-gallery__pagination--overlay .tt-o-pagination__back {
      left: -0.1875rem; }
    .tt-c-gallery__pagination--overlay .tt-o-icon {
      margin: 0 auto; }

.tt-c-flag-media__options {
  margin: 0 0 1rem 0; }

.tt-c-media-modal__review-text, .tt-c-media-modal__item-link {
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 0.75rem;
  letter-spacing: normal;
  line-height: 1.3;
  text-transform: none; }

.tt-c-media-modal__review-title {
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 0.875rem;
  letter-spacing: normal;
  line-height: 1.28;
  text-transform: none; }

.tt-c-media-modal__next-icon, .tt-c-media-modal__back-icon {
  width: 1rem;
  height: 1rem; }

.tt-c-media-modal button.tt-c-media-modal__pagination-next,
.tt-c-media-modal button.tt-c-media-modal__pagination-back {
  background-color: transparent;
  border: none;
  position: fixed;
  top: 35%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #000;
  border-radius: 0;
  padding: 1.0625rem 0.5625rem;
  z-index: 2;
  cursor: pointer; }
  .tt-c-media-modal button.tt-c-media-modal__pagination-next.tt-o-button--disabled,
  .tt-c-media-modal button.tt-c-media-modal__pagination-back.tt-o-button--disabled {
    color: rgba(0, 0, 0, 0.25);
    fill: rgba(0, 0, 0, 0.25); }
    .tt-c-media-modal button.tt-c-media-modal__pagination-next.tt-o-button--disabled:hover,
    .tt-c-media-modal button.tt-c-media-modal__pagination-back.tt-o-button--disabled:hover {
      color: rgba(0, 0, 0, 0.25);
      fill: rgba(0, 0, 0, 0.25); }
  .tt-c-media-modal button.tt-c-media-modal__pagination-next:hover:not(.tt-is-disabled),
  .tt-c-media-modal button.tt-c-media-modal__pagination-back:hover:not(.tt-is-disabled) {
    background-color: rgba(0, 0, 0, 0.58); }
  .tt-c-media-modal button.tt-c-media-modal__pagination-next.tt-is-disabled,
  .tt-c-media-modal button.tt-c-media-modal__pagination-back.tt-is-disabled {
    cursor: default; }
    .tt-c-media-modal button.tt-c-media-modal__pagination-next.tt-is-disabled .tt-c-media-modal__next-icon,
    .tt-c-media-modal button.tt-c-media-modal__pagination-next.tt-is-disabled .tt-c-media-modal__back-icon,
    .tt-c-media-modal button.tt-c-media-modal__pagination-back.tt-is-disabled .tt-c-media-modal__next-icon,
    .tt-c-media-modal button.tt-c-media-modal__pagination-back.tt-is-disabled .tt-c-media-modal__back-icon {
      fill: rgba(255, 255, 255, 0.38); }

.tt-c-media-modal__pagination-next {
  right: 0; }

.tt-c-media-modal__pagination-back {
  left: 0; }

.tt-c-media-modal__next-icon, .tt-c-media-modal__back-icon {
  fill: #fff;
  display: block;
  margin: 0 auto; }

.tt-c-media-modal > .tt-o-modal__container .tt-o-modal__close {
  position: fixed;
  top: 0.75rem;
  right: 0.75rem;
  z-index: 2; }
  .tt-c-media-modal > .tt-o-modal__container .tt-o-modal__close:hover .tt-o-icon--close {
    fill: #fff; }
  .tt-c-media-modal > .tt-o-modal__container .tt-o-modal__close .tt-o-icon--close {
    fill: rgba(255, 255, 255, 0.7); }

.tt-c-media-modal > .tt-o-modal__container {
  background-color: #fff;
  margin: 2.125rem auto;
  max-width: calc(100% - 68px);
  padding: 0; }

.tt-c-media-modal__item-image {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 0;
  background-color: rgba(0, 0, 0, 0.12); }

.tt-c-media-modal__item-body {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.tt-c-media-modal__item-caption {
  padding: 1rem; }

.tt-c-media-modal__item-caption-text {
  margin-bottom: 0.5rem; }

.tt-c-media-modal__item-actions {
  padding-top: 1rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.tt-c-media-modal__vote-icon {
  margin-right: 0.3125rem;
  fill: #000; }

.tt-c-media-modal__review-wrap {
  position: relative;
  overflow-y: auto;
  max-height: 30rem;
  border-top: 0.0625rem solid rgba(0, 0, 0, 0.12); }

.tt-c-media-modal__review {
  padding: 1rem; }
  .tt-c-media-modal__review .tt-c-rating__icon {
    fill: #000; }

.tt-c-media-modal__review-copy {
  padding-top: 0.5rem; }

.tt-c-media-modal__review-title {
  font-weight: bold;
  color: rgba(0, 0, 0, 0.87);
  margin-bottom: 0.5rem; }

.tt-c-media-modal__review-text {
  font-weight: normal;
  color: rgba(0, 0, 0, 0.87); }

.tt-c-media-modal__more-review-indicator {
  width: 100%;
  padding: 0.25rem 0;
  background-color: #fff; }
  .tt-c-media-modal__more-review-indicator .tt-o-icon {
    display: block;
    margin: 0 auto;
    fill: rgba(0, 0, 0, 0.58); }

.tt-c-media-modal__info {
  padding: 1rem;
  border-top: 0.0625rem solid rgba(0, 0, 0, 0.12); }
  .tt-c-media-modal__info > .tt-c-media-modal__info-button {
    display: none; }

.tt-c-media-modal__info-header {
  margin-bottom: 1rem; }

.tt-c-media-modal__info-title {
  margin-bottom: 0.25rem; }

.tt-c-media-modal__item-link {
  font-weight: bold;
  color: rgba(0, 0, 0, 0.87); }

@media screen and (min-width: 35.5625em) {
  .tt-c-media-modal > .tt-o-modal__container {
    max-width: 500px; } }

@media screen and (min-width: 53.0625em) {
  .tt-c-media-modal {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    .tt-c-media-modal > .tt-o-modal__container {
      max-width: none;
      width: auto;
      text-align: initial; }
    .tt-c-media-modal > .tt-o-modal__container .tt-o-modal__close {
      top: 1.25rem;
      right: 1.25rem; }
    .tt-c-media-modal__item {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .tt-c-media-modal__item-body {
      display: block;
      position: relative;
      width: 16rem;
      min-width: 16rem; }
    .tt-c-media-modal__item-caption, .tt-c-media-modal__review-wrap, .tt-c-media-modal__more-review-indicator, .tt-c-media-modal__info {
      position: absolute;
      left: 0;
      right: 0; }
    .tt-c-media-modal__item-caption {
      top: 0; }
    .tt-c-media-modal__review-wrap {
      opacity: 0; }
    .tt-c-media-modal__info {
      bottom: 0; }
    .tt-c-media-modal__item-actions {
      -webkit-flex-grow: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
      padding-top: 2rem; }
    .tt-c-media-modal button.tt-c-media-modal__pagination-next,
    .tt-c-media-modal button.tt-c-media-modal__pagination-back {
      top: 50%;
      padding: 1.0625rem; }
    .tt-c-media-modal__pagination-back {
      left: 1.0625rem; }
    .tt-c-media-modal__pagination-next {
      right: 1.0625rem; }
    .tt-c-media-modal__info > .tt-c-media-modal__info-button {
      display: block; }
    .tt-c-media-modal__info-text > .tt-c-media-modal__info-button {
      display: none; } }

/* TT-11942 -Hack to give navigation buttons a focus outline around the outside of the button
   instead of inside the button. Was causing issues on buttons with black background.
*/
@-moz-document url-prefix() {
  button.tt-c-media-modal__pagination-next:focus,
  button.tt-c-media-modal__pagination-back:focus {
    outline: 1px dotted #212121; }
    button.tt-c-media-modal__pagination-next:focus::-moz-focus-inner,
    button.tt-c-media-modal__pagination-back:focus::-moz-focus-inner {
      border: none; } }

.tt-c-rating-helpful__review-date {
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 0.75rem;
  letter-spacing: normal;
  line-height: 1.3;
  text-transform: none; }

.tt-c-rating-helpful {
  border-top: 0.0625rem solid rgba(0, 0, 0, 0.25);
  border-bottom: 0.0625rem solid rgba(0, 0, 0, 0.25);
  margin-bottom: 2rem; }
  .tt-c-rating-helpful__heading {
    padding: 1rem 0 0.25rem; }
  .tt-c-rating-helpful__reviews {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-top: 0.0625rem solid rgba(0, 0, 0, 0.12);
    padding: 1rem 0; }
  .tt-c-rating-helpful__review-labels {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .tt-c-rating-helpful__review-label, .tt-c-rating-helpful__review {
    padding: 0 0.5rem;
    width: 50%; }
    .tt-c-rating-helpful__review-label:first-child, .tt-c-rating-helpful__review:first-child {
      border-right: 0.0625rem solid rgba(0, 0, 0, 0.12); }
  .tt-c-rating-helpful__review-label {
    padding: 0 0.5rem 0.1875rem;
    text-align: right;
    display: inline-block; }
    .tt-c-rating-helpful__review-label:last-child {
      text-align: left; }
  .tt-c-rating-helpful__link {
    display: block;
    color: rgba(0, 0, 0, 0.7);
    text-decoration: none; }
  .tt-c-rating-helpful__review-body {
    display: none;
    text-align: left;
    margin-top: 0.5rem;
    width: 100%; }
  .tt-c-rating-helpful__review-date {
    color: rgba(0, 0, 0, 0.58);
    font-weight: normal; }

@media screen and (min-width: 64em) {
  .tt-c-rating-helpful {
    width: 100%;
    display: block; }
    .tt-c-rating-helpful__review:first-child {
      padding: 0.5rem 1.5rem 0.5rem 0; }
    .tt-c-rating-helpful__review:last-child {
      padding: 0.5rem 0 0.5rem 1.5rem; }
    .tt-c-rating-helpful__review-labels {
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      margin-top: -1.5rem; }
    .tt-c-rating-helpful__review-label {
      text-align: left;
      padding: 0; }
      .tt-c-rating-helpful__review-label:first-child {
        border: none; }
      .tt-c-rating-helpful__review-label:last-child {
        text-align: right; }
    .tt-c-rating-helpful__link {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-align-items: baseline;
          -ms-flex-align: baseline;
              align-items: baseline; }
    .tt-c-rating-helpful__review-title, .tt-c-rating-helpful__review-date {
      margin-top: 0;
      margin-left: 0.5rem; }
    .tt-c-rating-helpful__review-body {
      display: block; } }

.tt-c-comment__item {
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 0.75rem;
  letter-spacing: normal;
  line-height: 1.3;
  text-transform: none; }

.tt-c-comment__text {
  font-size: 0.875rem; }
  @media screen and (min-width: 53.0625em) {
    .tt-c-comment__text {
      font-size: 1rem; } }

.tt-c-comment__quote-col {
  min-width: 2.5rem; }
  @media screen and (min-width: 53.0625em) {
    .tt-c-comment__quote-col {
      min-width: 3rem; } }

/**
 * Standard header and footer styles
 */
.tt-c-comment {
  line-height: 1.4;
  padding: 1rem 1rem 1rem 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-break-inside: avoid;
  break-inside: avoid; }
  .tt-c-comment__byline .tt-o-byline__on-date {
    white-space: nowrap; }
  .tt-c-comment__quote-col {
    text-align: center;
    line-height: 1;
    margin-top: 0.0625rem; }
    .tt-c-comment__quote-col__count {
      color: #000; }
  .tt-c-comment__quote {
    width: 1.125rem;
    height: 1.125rem;
    fill: rgba(0, 0, 0, 0.25); }
  .tt-c-comment__text {
    color: rgba(0, 0, 0, 0.7); }
  .tt-c-comment__item {
    display: block;
    color: rgba(0, 0, 0, 0.58);
    font-weight: normal; }

.tt-c-ask-tips__list-item, .tt-c-ask-tips p {
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 0.75rem;
  letter-spacing: normal;
  line-height: 1.3;
  text-transform: none; }

.tt-c-ask-tips {
  background-color: #fff;
  padding: 1.25rem;
  margin-top: 1rem;
  -webkit-column-gap: 1.875rem;
          column-gap: 1.875rem;
  -webkit-column-width: 21.25rem;
          column-width: 21.25rem; }
  .tt-c-ask-tips__col {
    margin-bottom: 1rem;
    -webkit-column-break-inside: avoid;
    break-inside: avoid; }
  .tt-c-ask-tips__heading {
    font-size: 0.875rem;
    line-height: 1.4;
    color: rgba(0, 0, 0, 0.58);
    margin-bottom: 0.75rem; }
  .tt-c-ask-tips__list {
    margin: 0;
    padding-left: 1rem;
    margin-bottom: 1rem; }
  .tt-c-ask-tips__list-item {
    font-weight: normal;
    color: rgba(0, 0, 0, 0.87);
    line-height: 1.4;
    margin-bottom: 0.3125rem; }
  .tt-c-ask-tips p {
    font-weight: normal;
    color: rgba(0, 0, 0, 0.87);
    line-height: 1.4;
    margin: 0 0 1rem 0; }

.tt-c-ask__learn-more {
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 0.75rem;
  letter-spacing: normal;
  line-height: 1.3;
  text-transform: none; }

.tt-c-ask .tt-c-ask__label-text {
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 1rem;
  letter-spacing: normal;
  line-height: 1.3;
  text-transform: none; }

.tt-c-ask label.tt-c-ask__label {
  display: block;
  margin-bottom: 0.5rem; }

.tt-c-ask .tt-c-ask__label-text {
  color: rgba(0, 0, 0, 0.87);
  font-weight: normal; }

.tt-c-ask__learn-more {
  color: rgba(0, 0, 0, 0.58);
  font-weight: normal; }

.tt-c-user-toolbar__name, .tt-c-user-toolbar__name-link, .tt-c-user-toolbar__posts-link {
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 0.875rem;
  letter-spacing: normal;
  line-height: 1.28;
  text-transform: none; }

.tt-c-user-toolbar {
  padding: 0.5rem 1rem;
  height: 2.5rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .tt-c-user-toolbar__menu-list {
    right: 0;
    -webkit-transform: none;
            transform: none;
    left: auto; }
  .tt-c-user-toolbar__posts-link {
    /* TODO: change to button link when ready */ }

.tt-c-profile-nav {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: static;
  background-color: transparent;
  box-shadow: none;
  padding: 0;
  min-width: 0;
  margin-right: 15px; }
  .tt-c-profile-nav__expanded {
    left: auto;
    right: 0;
    top: 0;
    -webkit-transform: none;
            transform: none;
    display: none; }
    @media screen and (min-width: 53.0625em) {
      .tt-c-profile-nav__expanded {
        display: block; } }
  .tt-c-profile-nav__collapsed {
    display: block; }
    @media screen and (min-width: 53.0625em) {
      .tt-c-profile-nav__collapsed {
        display: none; } }
  .tt-c-profile-nav .tt-o-sort {
    width: auto;
    padding: 0.25rem 0;
    display: inline-block;
    color: #fff;
    background-color: transparent;
    text-align: center;
    border: none;
    font-size: 0.875rem;
    margin-right: 1.25rem;
    border-radius: 0;
    border-bottom: 3px solid transparent;
    cursor: pointer; }
    .tt-c-profile-nav .tt-o-sort:last-child {
      margin-right: 0.3125rem; }
    .tt-c-profile-nav .tt-o-sort:hover, .tt-c-profile-nav .tt-o-sort--active {
      border-bottom-color: #000; }

.tt-c-profile-avatar,
.tt-c-profile-avatar__photo {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.tt-c-profile-avatar__name {
  font-size: 0.875rem; }

.tt-c-profile-avatar__photo {
  width: 2.625rem;
  height: 2.625rem;
  background-color: #000;
  margin-right: 0.5rem;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding: 0.25rem; }
  .tt-c-profile-avatar__photo-text {
    color: #fff;
    text-transform: uppercase;
    font-size: 0.875rem;
    letter-spacing: 0.125rem; }

.tt-c-profile-popover .tt-c-profile-avatar__name {
  color: #fff;
  font-size: 1.25rem; }

.tt-c-review-list-item__meta {
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 0.75rem;
  letter-spacing: normal;
  line-height: 1.3;
  text-transform: none; }

.tt-c-review-list-item {
  display: block;
  position: relative;
  padding: 1rem 1.5rem 1rem 0;
  border-bottom: 0.0625rem solid rgba(0, 0, 0, 0.25);
  text-decoration: none; }
  .tt-c-review-list-item:first-child {
    border-top: 0.0625rem solid rgba(0, 0, 0, 0.25); }
  .tt-c-review-list-item__title {
    color: #000; }
  .tt-c-review-list-item__meta {
    color: rgba(0, 0, 0, 0.58);
    font-weight: normal;
    margin-top: 0.5rem; }
  .tt-c-review-list-item__rating {
    margin-top: 0.375rem; }
  .tt-c-review-list-item__next {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 1;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end; }

.tt-c-review-detail__timestamp {
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 0.75rem;
  letter-spacing: normal;
  line-height: 1.3;
  text-transform: none; }

.tt-c-review-detail__back-btn-wrap {
  padding-bottom: 1rem; }

.tt-c-review-detail__timestamp {
  color: rgba(0, 0, 0, 0.58);
  font-weight: normal;
  margin-left: 1rem; }

.tt-c-question-list-item__meta, .tt-c-question-list-item__answer-count {
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 0.75rem;
  letter-spacing: normal;
  line-height: 1.3;
  text-transform: none; }

.tt-c-question-list-item {
  display: block;
  position: relative;
  padding: 1rem 1.5rem 1rem 0;
  border-bottom: 0.0625rem solid rgba(0, 0, 0, 0.25);
  text-decoration: none; }
  .tt-c-question-list-item:first-child {
    border-top: 0.0625rem solid rgba(0, 0, 0, 0.25); }
  .tt-c-question-list-item__title {
    color: #000; }
  .tt-c-question-list-item__meta, .tt-c-question-list-item__answer-count {
    color: rgba(0, 0, 0, 0.58);
    font-weight: normal;
    margin-top: 0.5rem; }
  .tt-c-question-list-item__answer-count {
    color: #000; }
  .tt-c-question-list-item__next {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 1;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end; }

.tt-c-question-detail__back-btn-wrap {
  padding-bottom: 1rem;
  border-bottom: 0.0625rem solid rgba(0, 0, 0, 0.25);
  margin-bottom: 1rem; }

.tt-c-answer-list-item__meta {
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 0.75rem;
  letter-spacing: normal;
  line-height: 1.3;
  text-transform: none; }

.tt-c-answer-list-item {
  display: block;
  position: relative;
  padding: 1rem 1.5rem 1rem 0;
  border-bottom: 0.0625rem solid rgba(0, 0, 0, 0.25);
  text-decoration: none; }
  .tt-c-answer-list-item:first-child {
    border-top: 0.0625rem solid rgba(0, 0, 0, 0.25); }
  .tt-c-answer-list-item__title {
    color: #000; }
  .tt-c-answer-list-item__meta {
    color: rgba(0, 0, 0, 0.58);
    font-weight: normal;
    margin-top: 0.5rem; }
  .tt-c-answer-list-item__next {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 1;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end; }

.tt-c-answer-detail__back-btn-wrap {
  padding-bottom: 1rem;
  border-bottom: 0.0625rem solid rgba(0, 0, 0, 0.25);
  margin-bottom: 1rem; }

.tt-c-profile-comments__list {
  padding-bottom: 0.25rem;
  border-bottom: 0.0625rem solid rgba(0, 0, 0, 0.25); }

.tt-c-profile-comments__comment {
  border-top: 0.0625rem solid rgba(0, 0, 0, 0.25); }

.tt-c-profile-stat__text {
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 0.75rem;
  letter-spacing: normal;
  line-height: 1.3;
  text-transform: none; }

.tt-c-profile-stat {
  position: relative;
  padding: 0.8125rem 0.8125rem 1.5rem;
  text-align: center;
  -webkit-flex-basis: 5rem;
      -ms-flex-preferred-size: 5rem;
          flex-basis: 5rem;
  min-height: 6.5625rem;
  border-bottom: 0.25rem solid transparent;
  text-decoration: none; }
  .tt-c-profile-stat:hover .tt-c-profile-stat__likes {
    opacity: 1; }
  .tt-c-profile-stat:hover .tt-c-profile-stat__icon {
    fill: #fff; }
  .tt-c-profile-stat.active-tab-is-active {
    border-bottom-color: rgba(255, 255, 255, 0.87); }
  .tt-c-profile-stat__number {
    font-weight: bold;
    font-size: 1.75rem;
    color: #fff; }
  .tt-c-profile-stat__text {
    font-weight: normal;
    color: #fff;
    white-space: normal; }
  .tt-c-profile-stat__icon {
    fill: #fff;
    display: inline-block;
    margin-right: 0.25rem; }
  .tt-c-profile-stat__likes {
    opacity: .7;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 0.8125rem;
    left: 50%;
    color: #fff; }
  .tt-c-profile-stat__likes-number {
    color: #fff;
    font-size: 0.6875rem; }
  .tt-c-profile-stat__arrow {
    fill: #fff;
    text-align: right;
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center;
    height: 3.125rem;
    width: 1.875rem;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }

@media screen and (min-width: 53.0625em) {
  .tt-c-profile-stat {
    -webkit-flex-basis: 6.25rem;
        -ms-flex-preferred-size: 6.25rem;
            flex-basis: 6.25rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem; }
    .tt-c-profile-stat:nth-child(2) {
      display: block; } }

.tt-c-profile-stats {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 1.5rem;
  margin-bottom: -1rem;
  white-space: nowrap;
  width: 100%; }
  .tt-c-profile-stats__stat-arrow {
    display: none;
    background: none;
    outline: none;
    border: none;
    fill: #fff;
    padding: 0 0.5rem; }

@media screen and (max-width: 35.5625em) {
  .tt-c-profile-stat {
    display: none; }
  .tt-c-profile-stats.default-nav .tt-c-profile-stats__stat-arrow--next {
    display: block; }
  .tt-c-profile-stats.default-nav .tt-c-profile-stat:nth-child(-n+5) {
    display: block; }
  .tt-c-profile-stats.more-nav .tt-c-profile-stats__stat-arrow--prev {
    display: block; }
  .tt-c-profile-stats.more-nav .tt-c-profile-stat:nth-child(n+3) {
    display: block; } }

.tt-c-profile-modal .tt-o-modal__container {
  padding: 0; }

.tt-c-container {
  padding: 0; }

.tt-c-profile {
  /**
   * Posts
   */ }
  .tt-c-profile-modal .tt-o-modal__close .tt-o-icon--close {
    fill: #fff; }
  .tt-c-profile__header-back-link, .tt-c-profile__header-inner {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .tt-c-profile__header-back {
    background-color: rgba(0, 0, 0, 0.7);
    padding: 1rem; }
    .tt-c-profile__header-back a {
      color: rgba(255, 255, 255, 0.7);
      fill: rgba(255, 255, 255, 0.7); }
    .tt-c-profile__header-back-link {
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
    .tt-c-profile__header-back-icon {
      margin-right: 0.5rem; }
  .tt-c-profile__header-inner {
    color: #fff;
    background-color: #000;
    padding: 1rem;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
  .tt-c-profile__action-toggle {
    fill: #fff; }
  .tt-c-profile__container {
    padding: 1.5rem 1rem 1rem; }
  .tt-c-profile__label {
    display: block; }
  .tt-c-profile__edit-email-btn {
    -webkit-transform: translateY(2px);
            transform: translateY(2px);
    margin-left: -0.25rem; }
  .tt-c-profile__email {
    display: inline-block; }
  .tt-c-profile__primary-btn {
    margin-left: 0.5rem; }
  .tt-c-profile__post-date {
    display: inline-block;
    margin-left: 1rem; }
  .tt-c-profile__post-image {
    display: inline-block;
    width: 3.75rem; }
  .tt-c-profile .tt-c-asking__results {
    margin-bottom: 0; }
  .tt-c-profile .tt-c-asking__result-item:first-child {
    border-top: 0.0625rem solid rgba(0, 0, 0, 0.25); }
  .tt-c-profile .tt-c-asking__result-item:last-child {
    border-bottom: 0.0625rem solid rgba(0, 0, 0, 0.25); }

.tt-c-profile__form-legend {
  font-size: 1.5rem;
  padding: 0.5rem 0; }

.tt-c-profile__action-toggle {
  display: none; }

.tt-c-profile__stat-arrow {
  display: none; }

.tt-c-profile__stat {
  -webkit-flex-basis: 6.25rem;
      -ms-flex-preferred-size: 6.25rem;
          flex-basis: 6.25rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem; }
  .tt-c-profile__stat:nth-child(2) {
    display: block; }

.tt-c-instant-answers__submit-wrap {
  text-align: right; }

.tt-c-instant-answers__results-prompt {
  margin-right: 0.5rem; }

.tt-c-instant-answers__action-buttons {
  margin-top: 1.5rem; }

.tt-c-ask-result-item__meta, .tt-c-ask-result-item__answer-count {
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 0.75rem;
  letter-spacing: normal;
  line-height: 1.3;
  text-transform: none; }

.tt-c-ask-result-item__title {
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 1rem;
  letter-spacing: normal;
  line-height: 1.3;
  text-transform: none; }

.tt-c-ask-result-item {
  display: block;
  position: relative;
  padding: 1rem 1.5rem 1rem 0;
  border-bottom: 0.0625rem solid rgba(0, 0, 0, 0.25);
  text-decoration: none; }
  .tt-c-ask-result-item__title {
    font-weight: bold;
    color: rgba(0, 0, 0, 0.87); }
  .tt-c-ask-result-item__meta, .tt-c-ask-result-item__answer-count {
    margin-top: 0.5rem;
    font-weight: normal;
    color: rgba(0, 0, 0, 0.58); }
  .tt-c-ask-result-item__answer-count {
    font-weight: normal;
    color: rgba(0, 0, 0, 0.87); }
  .tt-c-ask-result-item__rating {
    margin-top: 0.375rem; }
  .tt-c-ask-result-item__next {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 1;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end; }

.tt-c-article__reference {
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 0.75rem;
  letter-spacing: normal;
  line-height: 1.3;
  text-transform: none; }

.tt-c-article__text {
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 1rem;
  letter-spacing: normal;
  line-height: 1.3;
  text-transform: none; }

.tt-c-article__title {
  font-size: 1rem; }
  @media screen and (min-width: 53.0625em) {
    .tt-c-article__title {
      font-size: 1.25rem; } }

/**
 * Standard header and footer styles
 */
.tt-c-article__reference {
  color: rgba(0, 0, 0, 0.58);
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 1rem; }

.tt-c-article__title {
  margin: 0 0 0.25rem;
  color: rgba(0, 0, 0, 0.87);
  font-weight: bold;
  line-height: 1.3; }

.tt-c-article__text {
  margin-bottom: 1rem;
  color: rgba(0, 0, 0, 0.87);
  font-weight: normal;
  line-height: 1.4; }
/*------------------------------------*\
    $GRID LAYOUT
\*------------------------------------*/
.tt-l-grid__row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start; }

.tt-l-grid-header__row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start; }

.tt-c-review__grid-row {
  width: 100%;
}

.tt-l-grid__col--1 {
  flex: 0 0 auto;
  width: 20%;
  padding-right: 2%;
}

.tt-l-grid__col--2 {
  flex: 0 0 auto;
  width: 80%;
  padding-right: 4%;
}

.tt-l-grid__header--2{
  padding-top: 3%;
  margin-left: 3%;
}

@media screen and (max-width: 1024px){

  .tt-l-grid__row {
    display: block;
  }

  .tt-l-grid__col--1 {
    width: 100%;
    padding-right: 2%;
  }

  .tt-l-grid__col--2 {
    position:relative;
    width:100%;
  }

}

.tt-l-grid__header, .tt-l-grid__footer {
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  width: 100%; }

.tt-c-previous-ratings__heading, .tt-c-previous-ratings__date {
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 0.75rem;
  letter-spacing: normal;
  line-height: 1.3;
  text-transform: none; }


.tt-c-previous-ratings {
  background-color: rgba(0, 0, 0, 0.06);
  padding: 1rem;
  border-radius: 0.25rem;
  display: inline-block;
  margin-bottom: 1rem; }
  .tt-c-previous-ratings__heading {
    font-weight: bold;
    color: rgba(0, 0, 0, 0.87); }
  .tt-c-previous-ratings__date {
    color: rgba(0, 0, 0, 0.58);
    font-weight: normal; }

.tt-c-dimension__label, .tt-c-dimension__value-label {
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 0.75rem;
  letter-spacing: normal;
  line-height: 1.3;
  text-transform: none; }

.tt-c-dimension__image {
  vertical-align: middle;
  margin-left: 0.25rem; }

.tt-c-dimension__bar-wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .tt-c-dimension__bar-wrap--range .tt-c-dimension__bar:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    height: 100%;
    width: 0.0625rem;
    background-color: #000; }

.tt-c-dimension__bar {
  border-radius: 0.625rem;
  background-color: rgba(0, 0, 0, 0.12);
  height: 0.625rem;
  width: 100%;
  position: relative;
  overflow: hidden; }

.tt-c-dimension__dot {
  background-color: #000;
  border-radius: 50%;
  height: 0.625rem;
  width: 0.625rem;
  position: absolute;
  top: 0;
  z-index: 1; }

.tt-c-dimension__progress {
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #000;
  z-index: 1; }

.tt-c-dimension__label {
  font-weight: normal;
  color: rgba(0, 0, 0, 0.58); }

.tt-c-dimension__value-label {
  font-weight: normal;
  color: rgba(0, 0, 0, 0.87); }

.tt-c-review-responses__source, .tt-c-review-responses__text {
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 0.875rem;
  letter-spacing: normal;
  line-height: 1.28;
  text-transform: none; }

.tt-c-review-responses {
  margin-top: 1.5rem; }
  .tt-c-review-responses__source-wrap {
    border-top: 0.0625rem solid rgba(0, 0, 0, 0.12);
    padding-top: 1rem; }
  .tt-c-review-responses__source {
    font-weight: bold;
    color: rgba(0, 0, 0, 0.87); }
  .tt-c-review-responses__text {
    font-weight: normal;
    color: rgba(0, 0, 0, 0.87);
    word-wrap: break-word; }

.tt-c-review-toolbar__text {
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 0.75rem;
  letter-spacing: normal;
  line-height: 1.3;
  text-transform: none; }

.tt-c-review-toolbar {
  padding: 0.5rem 1rem;
  height: 2.5rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(0, 0, 0, 0.06);
  border-radius: 0.25rem; }
  .tt-c-review-toolbar__content--left, .tt-c-review-toolbar__content--right {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .tt-c-review-toolbar__content--right {
    margin-left: auto; }
  .tt-c-review-toolbar__text {
    font-weight: normal;
    color: rgba(0, 0, 0, 0.87);
    white-space: nowrap; }
  .tt-c-review-toolbar__icon {
    margin-right: 0.25rem; }
  .tt-c-review-toolbar__actions {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .tt-c-review-toolbar__action {
    white-space: nowrap;
    display: none;
    /* hiding in mobile in favor of menu */ }
    .tt-c-review-toolbar__action--moderate {
      display: -webkit-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      vertical-align: middle;
      border: 0;
      cursor: pointer;
      text-align: center;
      text-decoration: none;
      white-space: nowrap;
      height: auto;
      min-width: auto;
      max-width: none;
      background-color: transparent;
      border: none;
      padding: 0.25rem 0;
      border-radius: 0;
      font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
      font-size: 0.75rem;
      font-weight: normal;
      text-transform: none;
      letter-spacing: 0;
      line-height: 1;
      color: #000;
      fill: #000;
      text-decoration: none; }
      .tt-c-review-toolbar__action--moderate.tt-o-button--disabled:hover {
        cursor: default; }
      .tt-c-review-toolbar__action--moderate.tt-o-button--disabled {
        color: rgba(0, 0, 0, 0.25);
        fill: rgba(0, 0, 0, 0.25); }
        .tt-c-review-toolbar__action--moderate.tt-o-button--disabled:hover {
          color: rgba(0, 0, 0, 0.25);
          fill: rgba(0, 0, 0, 0.25); }
      .tt-c-review-toolbar__action--moderate span {
        color: #000; }
      .tt-c-review-toolbar__action--moderate:hover {
        color: black;
        fill: black; }
      .tt-c-review-toolbar__action--moderate .tt-o-icon {
        margin-right: 0.25rem; }
  .tt-c-review-toolbar button.tt-c-review-toolbar__action {
    display: none; }

@media screen and (min-width: 53.0625em) {
  .tt-c-review-toolbar {
    /* hiding for desktop in favor of being directly on toolbar */ }
    .tt-c-review-toolbar__action {
      display: -webkit-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-flex; }
    .tt-c-review-toolbar button.tt-c-review-toolbar__action {
      display: -webkit-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-flex; }
    .tt-c-review-toolbar .tt-o-menu {
      display: none; } }

.tt-c-review__syndication, .tt-c-review__date, .tt-c-review__product-attributes, .tt-c-review__update, .tt-c-review__text-date, .tt-c-review__purchased, .tt-c-review__incentivized, .tt-c-review__recommend-text, .tt-c-review__text-type-text, .tt-c-profile-attributes__property, .tt-c-profile-attributes__value {
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 0.75rem;
  letter-spacing: normal;
  line-height: 1.3;
  text-transform: none; }

.tt-c-review__text-content {
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 0.875rem;
  letter-spacing: normal;
  line-height: 1.28;
  text-transform: none; }

.tt-c-review__heading-text {
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 1.25rem;
  letter-spacing: normal;
  line-height: 1.1;
  text-transform: none; }

.tt-c-review {
  border-bottom: 0.0625rem solid rgba(0, 0, 0, 0.12);
  padding: 1rem 0 0.5rem 0; }
  @media screen and (min-width: 35.5625em) {
    .tt-c-review {
      padding-top: 1.5rem;
      padding-bottom: 0.5rem; } }
  @media screen and (min-width: 53.0625em) {
    .tt-c-review {
      padding-top: 2rem; } }
  .tt-c-review__media-link {
    display: inline-block;
    margin-right: 0.25rem; }
  .tt-c-review__recommend {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .tt-c-review__recommend .tt-o-icon {
      fill: #000;
      margin-right: 0.5rem; }
  .tt-c-review__syndication {
    font-weight: normal;
    color: rgba(0, 0, 0, 0.58); }
    .tt-c-review__syndication-link {
      margin-left: 0.25rem; }
    .tt-c-review__syndication img {
      height: 1rem;
      display: inline-block;
      vertical-align: bottom; }
  .tt-c-review__date, .tt-c-review__product-attributes, .tt-c-review__update, .tt-c-review__text-date, .tt-c-review__purchased, .tt-c-review__incentivized {
    font-weight: normal;
    color: rgba(0, 0, 0, 0.58); }
  .tt-c-review__heading-text {
    font-weight: bold;
    color: rgba(0, 0, 0, 0.87);
    word-wrap: break-word; }
  .tt-c-review__recommend-text {
    font-weight: normal;
    color: rgba(0, 0, 0, 0.87); }
  .tt-c-review__text-content {
    font-weight: normal;
    color: rgba(0, 0, 0, 0.87);
    word-wrap: break-word; }
  .tt-c-review__text-type-text {
    font-weight: bold;
    color: rgba(0, 0, 0, 0.87); }

.tt-c-profile-attributes {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start; }
  .tt-c-profile-attributes--stacked {
    display: table;
    border-collapse: separate;
    border-spacing: 0.5rem; }
    .tt-c-profile-attributes--stacked .tt-c-profile-attributes__item {
      display: table-row; }
    .tt-c-profile-attributes--stacked .tt-c-profile-attributes__property {
      display: table-cell;
      padding-right: 1rem; }
  .tt-c-profile-attributes__item:not(:last-child) {
    margin-right: 1.5rem; }
  .tt-c-profile-attributes__property {
    font-weight: normal;
    color: rgba(0, 0, 0, 0.58); }
    .tt-c-profile-attributes__property:after {
      content: ':'; }
  .tt-c-profile-attributes__value {
    font-weight: normal;
    color: rgba(0, 0, 0, 0.87); }

/* specific for IE */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .tt-c-review__media-link:focus {
    outline: 1px dotted black; } }

/* For Edge */
@supports (-ms-ime-align: auto) {
  .tt-c-review__media-link:focus {
    outline: 1px dotted black; } }

.tt-c-ask-results-detail__reference {
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 0.75rem;
  letter-spacing: normal;
  line-height: 1.3;
  text-transform: none; }

.tt-c-ask-results-detail__reference {
  font-weight: normal;
  color: rgba(0, 0, 0, 0.87);
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  padding-top: 1rem; }

.tt-c-ask-results__text {
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 1rem;
  letter-spacing: normal;
  line-height: 1.3;
  text-transform: none; }

.tt-c-ask-results {
  margin-bottom: 1rem; }
  .tt-c-ask-results__text {
    font-weight: normal;
    color: rgba(0, 0, 0, 0.87); }
  .tt-c-ask-results__meta {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-bottom: 0.0625rem solid rgba(0, 0, 0, 0.25);
    padding: 1rem 0 1.25rem; }
  .tt-c-ask-results__spinner {
    width: 1.5625rem;
    height: 1.5625rem; }
  .tt-c-ask-results__content--transition-enter-active, .tt-c-ask-results__content--transition-leave-active {
    transition: all 0.2s cubic-bezier(0.86, 0, 0.07, 1); }
  .tt-c-ask-results__content--transition-enter, .tt-c-ask-results__content--transition-leave-to {
    opacity: 0;
    -webkit-transform: translateX(20%);
            transform: translateX(20%); }

.tt-c-related-questions-list__heading {
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 1.25rem;
  letter-spacing: normal;
  line-height: 1.1;
  text-transform: none; }

.tt-c-related-questions-list {
  margin-top: 1.5rem; }
  .tt-c-related-questions-list__show-more .tt-c-related-reviews-list__show-more-btn,
  .tt-c-related-questions-list__show-more .tt-o-spinner {
    margin: 0.625rem auto; }
  .tt-c-related-questions-list__show-more-btn {
    display: block; }
  .tt-c-related-questions-list__heading {
    display: inline-block;
    font-weight: bold;
    color: rgba(0, 0, 0, 0.87); }

.tt-c-questions__total {
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 0.875rem;
  letter-spacing: normal;
  line-height: 1.28;
  text-transform: none; }


.tt-c-questions__toolbar {
  margin-top: 1rem;
  padding: 0.75rem 0.875rem; }

.tt-c-questions__total {
  font-weight: normal;
  color: rgba(0, 0, 0, 0.87);
  margin-right: 1.75rem; }

.tt-c-related-reviews-list__heading {
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 1.25rem;
  letter-spacing: normal;
  line-height: 1.1;
  text-transform: none; }

.tt-c-related-reviews-list {
  margin-top: 1.5rem; }
  .tt-c-related-reviews-list__header {
    border-bottom: 0.0625rem solid rgba(0, 0, 0, 0.12);
    padding-bottom: 1rem; }
  .tt-c-related-reviews-list__heading {
    display: inline-block;
    font-weight: bold;
    color: rgba(0, 0, 0, 0.87); }
  .tt-c-related-reviews-list__show-more .tt-c-related-reviews-list__show-more-btn,
  .tt-c-related-reviews-list__show-more .tt-o-spinner {
    margin: 0.625rem auto; }
  .tt-c-related-reviews-list__show-more-btn {
    display: block; }

.tt-o-filter__options-group-title {
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 0.75rem;
  letter-spacing: normal;
  line-height: 1.3;
  text-transform: none; }

.tt-o-filter.this-is-active .tt-o-filter__options {
  display: block; }

.tt-o-filter__options {
  background-color: #fff;
  padding: 1rem;
  z-index: 3;
  box-shadow: 0rem 0.25rem 0.9375rem rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  position: absolute;
  /* left position should be set in code */
  top: 2rem;
  width: 18.25rem; }
  .tt-o-filter__options-close {
    position: absolute;
    right: 0.1875rem;
    top: 0.1875rem;
    fill: rgba(0, 0, 0, 0.25);
    cursor: pointer;
    padding: 0.6875rem; }
    .tt-o-filter__options-close:hover .tt-o-icon--close {
      fill: #000; }
  .tt-o-filter__options-items {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
  .tt-o-filter__options-item {
    margin: 0 0.25rem 0.25rem 0; }
  .tt-o-filter__options-group-title {
    color: rgba(0, 0, 0, 0.58);
    font-weight: normal; }
  .tt-o-filter__options-heading {
    font-size: 0.875rem;
    color: rgba(0, 0, 0, 0.87);
    font-weight: normal; }

.tt-o-filter__icon {
  margin-left: 0.5rem;
  display: inline-block; }

.tt-o-filter__apply {
  margin-right: 1rem; }

.tt-o-filter__buttons {
  margin-top: 1rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .tt-o-filter__buttons .tt-o-button {
    margin-top: 0.5rem; }

@media screen and (min-width: 35.5625em) {
  .tt-o-filter {
    position: relative; }
    .tt-o-filter__options {
      left: -1rem;
      top: 1.5rem;
      width: 20.625rem; } }

.tt-c-reviews-list-toolbar {
  padding: 0.25rem 0.25rem 0.25rem 1rem;
  position: relative; }
  .tt-c-reviews-list-toolbar__search, .tt-c-reviews-list-toolbar__search-field {
    display: inline-block; }
    .tt-c-reviews-list-toolbar__search--active, .tt-c-reviews-list-toolbar__search-field--active {
      display: -webkit-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap;
      margin: 0 0.5rem 0 0; }
  .tt-c-reviews-list-toolbar__sort-text, .tt-c-reviews-list-toolbar__filter-text, .tt-c-reviews-list-toolbar__search-text {
    display: none; }
  .tt-c-reviews-list-toolbar .tt-o-icon--arrow-fill {
    display: none; }

@media screen and (min-width: 53.0625em) {
  .tt-c-reviews-list-toolbar__sort-text, .tt-c-reviews-list-toolbar__filter-text, .tt-c-reviews-list-toolbar__search-text {
    display: inline; }
  .tt-c-reviews-list-toolbar .tt-o-icon--arrow-fill {
    display: inline-block; }
  .tt-c-reviews-list-toolbar .tt-o-icon--sort {
    display: none; } }

.tt-c-reviews-list-utilities {
  border-bottom: 0.0625rem solid rgba(0, 0, 0, 0.12); }
  .tt-c-reviews-list-utilities__applied-filters {
    margin-bottom: 0.25rem; }

.tt-c-reviews-list__text-content {
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 0.875rem;
  letter-spacing: normal;
  line-height: 1.28;
  text-transform: none; }

.tt-c-reviews-list__heading {
  display: inline-block;
  color: rgba(0, 0, 0, 0.87);
}

.tt-c-reviews-list__heading-text {
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 1.25rem;
  letter-spacing: normal;
  line-height: 1.1;
  font-weight: bold;
  text-transform: none;
}

.tt-c-reviews-list__show-more .tt-c-reviews-list__show-more-btn,
.tt-c-reviews-list__show-more .tt-o-spinner {
  margin: 0.625rem auto; }

.tt-c-reviews-list__show-more-btn {
  display: block; }

.tt-c-reviews-list__text-content {
  color: rgba(0, 0, 0, 0.87);
  margin-top: 1.25rem; }

.tt-c-summary-dim__text {
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 0.75rem;
  letter-spacing: normal;
  line-height: 1.3;
  text-transform: none; }

.tt-c-summary-dim__heading {
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 0.875rem;
  letter-spacing: normal;
  line-height: 1.28;
  text-transform: none; }


.tt-c-summary-dim {
  margin-bottom: 2rem; }
  .tt-c-summary-dim__heading {
    font-weight: bold;
    color: rgba(0, 0, 0, 0.87); }
  .tt-c-summary-dim__text {
    font-weight: normal;
    color: rgba(0, 0, 0, 0.58); }

.tt-c-summary-dim-rating__bar-wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.tt-c-summary-dim-rating__bar {
  border-radius: 0.625rem;
  background-color: rgba(0, 0, 0, 0.12);
  height: 0.625rem;
  width: 100%;
  margin-bottom: 0.5rem;
  position: relative;
  overflow: hidden; }

.tt-c-summary-dim-rating__progress {
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #000;
  z-index: 1; }

.tt-c-summary-dim-range__bar-wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.tt-c-summary-dim-range__bar {
  border-radius: 0.625rem;
  background-color: rgba(0, 0, 0, 0.12);
  height: 0.625rem;
  width: 100%;
  margin-bottom: 0.5rem;
  position: relative;
  overflow: hidden; }
  .tt-c-summary-dim-range__bar:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    height: 100%;
    width: 0.0625rem;
    background-color: #000; }

.tt-c-summary-dim-range__dot {
  background-color: #000;
  border-radius: 50%;
  height: 0.625rem;
  width: 0.625rem;
  position: absolute;
  top: 0;
  z-index: 1; }

.tt-c-summary-dim-select-image__images {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

.tt-c-summary-dim-select-image__image-count {
  margin: 0 0.5rem;
  display: block;
  max-width: 1.875rem; }

.tt-c-summary-dim-select-image__count {
  display: block; }

.tt-c-ratings-breakdown__rating-number, .tt-c-ratings-breakdown__percent {
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 0.6875rem;
  letter-spacing: normal;
  line-height: 1.18;
  text-transform: none; }

.tt-c-ratings-breakdown__heading {
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 0.875rem;
  letter-spacing: normal;
  line-height: 1.28;
  text-transform: none; }

.tt-c-ratings-breakdown {
  margin-bottom: 2rem; }
  .tt-c-ratings-breakdown__heading {
    font-weight: bold;
    color: rgba(0, 0, 0, 0.87); }
  .tt-c-ratings-breakdown__table {
    /* for accessible hidden elements that are absolute positioned */
    position: relative; }
  .tt-c-ratings-breakdown__bar-wrap {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    text-decoration: none; }
    .tt-c-ratings-breakdown__bar-wrap[role=button] {
      cursor: pointer; }
  .tt-c-ratings-breakdown__rating {
    min-width: 1.6875rem;
    margin-right: 0.5rem;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .tt-c-ratings-breakdown__star {
    margin: 0 0.25rem 0.125rem 0; }
    .tt-c-ratings-breakdown__star:hover {
      fill: #000; }
  .tt-c-ratings-breakdown__rating-number {
    font-weight: normal;
    color: #000; }
  .tt-c-ratings-breakdown__bar {
    display: inline-block;
    width: calc(100% - 70px);
    height: 1.125rem;
    position: relative;
    background-color: rgba(0, 0, 0, 0.12);
    margin-right: 0.25rem; }
    .tt-c-ratings-breakdown__bar-progress {
      display: block;
      position: absolute;
      height: 100%;
      top: 0;
      left: 0;
      background-color: #000; }
  .tt-c-ratings-breakdown__percent {
    font-weight: normal;
    color: #000; }

.tt-c-reviews-summary__rating-text, .tt-c-reviews-summary__recommend-text {
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 0.875rem;
  letter-spacing: normal;
  line-height: 1.28;
  text-transform: none; }

.tt-c-reviews-summary__no-reviews-text {
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 1rem;
  letter-spacing: normal;
  line-height: 1.3;
  text-transform: none; }

.tt-c-reviews-summary__heading {
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 1.25rem;
  letter-spacing: normal;
  line-height: 1.1;
  text-transform: none; }

.tt-c-reviews-summary__rating-number, .tt-c-reviews-summary__recommend-number {
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 1.5rem;
  letter-spacing: normal;
  line-height: 1.3;
  text-transform: none; }

.tt-c-reviews-summary__no-reivews-body {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  padding: 1rem 0;
  border-top: 0.0625rem solid rgba(0, 0, 0, 0.25);
  border-bottom: 0.0625rem solid rgba(0, 0, 0, 0.25); }

.tt-c-reviews-summary__heading {
  font-weight: bold;
  color: rgba(0, 0, 0, 0.87); }

.tt-c-reviews-summary__no-reviews-text {
  font-weight: bold;
  color: rgba(0, 0, 0, 0.87); }

.tt-c-reviews-summary__rating-number {
  font-size: 4rem;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.87);
  margin-right: 0.5rem; }

.tt-c-reviews-summary__rating-text {
  font-weight: normal;
  color: rgba(0, 0, 0, 0.87); }

.tt-c-reviews-summary__recommend-number {
  font-size: 2.25rem;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.87); }

.tt-c-reviews-summary__recommend-text {
  font-weight: normal;
  color: rgba(0, 0, 0, 0.87); }

.tt-c-reviews-summary__grid-row {
  padding: 0.625rem 0; }

.tt-c-reviews-summary__grid-footer {
  border-top: 0.0625rem solid rgba(0, 0, 0, 0.25); }

.tt-c-reviews-summary__grid-header {
  border-bottom: 0.0625rem solid rgba(0, 0, 0, 0.25); }

/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsImZpbGUiOiJjc3MvcGRwLXBhZ2UuY3NzIiwic291cmNlUm9vdCI6IiJ9*/
