/**
 * @file
 * Visual styles for Corporate+'s testimonial content type.
 */
.node--type-mt-testimonial .field--name-field-mt-tst-testimonial-image {
  text-align: center;
}
.node--type-mt-testimonial .field--name-field-mt-tst-testimonial-image .overlay-container {
  display: inline-block;
  max-width: 70px;
}
.node--type-mt-testimonial.node--view-mode-mt-featured-teaser .field--name-field-mt-tst-testimonial-image .overlay-container {
  max-width: none;
  vertical-align: top;
}
.node--type-mt-testimonial .field--name-field-mt-tst-testimonial-image img {
  border-radius: 100%;
}
.node--type-mt-testimonial .field--name-field-mt-tst-subtitle {
  opacity: 0.65;
  font-style: italic;
  font-weight: 400;
  margin-bottom: 0;
}
.node--type-mt-testimonial.node--view-mode-mt-teaser-tile-text .field--name-field-mt-tst-subtitle,
.node--type-mt-testimonial.node--view-mode-mt-featured-teaser .field--name-field-mt-tst-subtitle {
  font-style: normal;
}
.node--type-mt-testimonial.node--view-mode-mt-featured-teaser .field--name-field-mt-tst-subtitle {
  opacity: 1;
}
@media (min-width: 768px) {
  .field--name-field-mt-tst-testimonial-image {
    margin-right: 30px;
    float: left;
    max-width: 70px;
    max-height: 70px;
  }
  .node--view-mode-mt-featured-teaser .field--name-field-mt-tst-testimonial-image {
    max-width: none;
    max-height: none;
    margin-right: 0;
    float: none;
  }
  .node--type-mt-testimonial .field--name-field-mt-tst-testimonial-image ~ .field--name-field-mt-tst-testimonial-link,
  .node--type-mt-testimonial .field--name-field-mt-tst-testimonial-image ~ .field--name-field-mt-tst-subtitle,
  .node--type-mt-testimonial .field--name-field-mt-tst-testimonial-image ~ .field--name-field-mt-tst-body {
    margin-left: 100px;
  }
}
@media (max-width: 767px) {
  .node--type-mt-testimonial .field--name-field-mt-tst-testimonial-image {
    margin-bottom: 10px;
  }
}
.field--name-field-mt-tst-testimonial-link a {
  min-width: 190px;
  margin: 10px 0 30px;
}

/* Testimonials featured teaser subtitle */
.node--type-mt-testimonial.node--view-mode-mt-featured-teaser-2 .field--name-field-mt-tst-subtitle {
  font-style: normal;
  font-weight: inherit;
  font-size: 18px;
  line-height: 1.66;
}