﻿.dummy {
  color: #000; }

.testimonials .testimonial-banner {
  position: relative;
  color: #fff;
  margin: 8px 0; }
  .testimonials .testimonial-banner:after {
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1; }
  .testimonials .testimonial-banner blockquote {
    position: absolute;
    z-index: 2;
    top: 20%;
    text-align: center;
    font-size: 36px;
    padding: 0 5px;
    color: #fff;
    border-left: 0; }
    .testimonials .testimonial-banner blockquote small {
      display: block;
      font-size: 14px;
      color: #fff; }
    @media only screen and (max-width: 991px) {
      .testimonials .testimonial-banner blockquote {
        font-size: 20px;
        line-height: 16px; } }

.testimonials .testimonial-body {
  padding-right: 30px; }
  @media only screen and (max-width: 991px) {
    .testimonials .testimonial-body {
      padding-right: 0; } }
  .testimonials .testimonial-body blockquote {
    margin: 10px;
    border-left: 0;
    padding-left: 0;
    border-bottom: 1px solid #d1d1d1; }

.testimonials .collapsible .collapsible-header {
  border-top: 0;
  border-bottom: 1px solid #d1d1d1;
  margin-bottom: 10px;
  color: #2200cc;
  text-transform: uppercase; }

.testimonials .testimonial-aside .section {
  margin-bottom: 16px; }
  .testimonials .testimonial-aside .section h4 {
    color: #333;
    font-weight: 700;
    border-bottom: 1px solid #d1d1d1;
    margin-bottom: 4px; }
  .testimonials .testimonial-aside .section ul {
    list-style: none;
    padding: 0; }
    .testimonials .testimonial-aside .section ul > li {
      padding-bottom: 4px; }
  .testimonials .testimonial-aside .section:last-child {
    margin-bottom: 0; }

