﻿.jumbotron {
  margin-bottom: 1rem;
  border-radius: 0 3rem 0 3rem;
  padding: 3rem 0;
  background: url("/Views/Shared/hc/img/comments/comment-header.jpg") center center;
  color: #fff;
  text-align: center; }
  .jumbotron img {
    width: 110px;
    height: auto; }
  .jumbotron h1 {
    margin-bottom: calc(1rem + 10px);
    position: relative;
    text-transform: uppercase; }
    .jumbotron h1:after {
      content: "";
      display: block;
      position: absolute;
      bottom: -10px;
      left: 50%;
      width: 22%;
      transform: translateX(-50%);
      height: 5px;
      background: #fff; }

.dropCap:first-letter {
  color: #490199;
  font-weight: 700;
  float: left;
  font-size: 3rem;
  line-height: 3rem;
  padding-right: 5px; }

.quotes .quote:nth-of-type(odd) {
  background: #ece5f5; }

.quotes .quote:nth-of-type(even) {
  border: 1px solid #adb5bd; }

.quotes > div:nth-of-type(even) .quote:nth-of-type(odd) {
  border: 1px solid #adb5bd;
  background: none; }

.quotes > div:nth-of-type(even) .quote:nth-of-type(even) {
  border: none;
  background: #ece5f5; }

.quote {
  margin-bottom: 1rem;
  border-radius: 0 3rem 0 3rem;
  padding: 3rem 1rem 1rem;
  position: relative;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto; }
  .quote:before {
    content: '\201C';
    position: absolute;
    background: #490199;
    left: 1rem;
    top: 0;
    color: #fff;
    text-align: center;
    width: 40px;
    height: 40px;
    font-size: 6em;
    line-height: 0.95em; }
  .quote strong {
    color: #490199; }
  .quote__name {
    text-align: center;
    margin-bottom: 0; }

.featured {
  background: #490199;
  padding: 3rem;
  margin-bottom: 1rem;
  color: #fff;
  align-items: center;
  position: relative;
  border-radius: 0 3rem 0 3rem; }
  .featured__review {
    -webkit-hyphens: auto;
        -ms-hyphens: auto;
            hyphens: auto; }
  .featured__btn {
    color: #fff;
    font-size: 3rem;
    line-height: 1;
    position: absolute;
    top: 50%;
    width: 3rem;
    padding-left: 0;
    border: 0;
    padding-right: 0;
    transform: translateY(-50%); }
    .featured__btn--prev {
      left: 0; }
    .featured__btn--next {
      right: 0; }
    .featured__btn:hover, .featured__btn:focus {
      color: #a795c9; }
  .featured .slick-list {
    margin: 0; }
  .featured img {
    border: 8px #a795c9 solid;
    display: block;
    margin: 0 auto; }
  .featured__title {
    text-transform: uppercase;
    display: block;
    position: relative;
    font-size: 1.3rem;
    margin-top: 3rem; }
    .featured__title span {
      display: block;
      position: relative;
      z-index: 2;
      font-weight: 700; }
    .featured__title:before {
      z-index: 1;
      content: '\201C';
      position: absolute;
      color: #a795c9;
      left: -1rem;
      bottom: 0;
      text-align: center;
      font-size: 18rem;
      line-height: 0.9em;
      height: 93px;
      width: 93px; }
  .featured .slick-dots {
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: 0;
    text-align: center;
    position: absolute;
    left: 50%;
    bottom: 0;
    height: 3rem;
    transform: translateX(-50%); }
    .featured .slick-dots li {
      display: inline-block;
      height: 100%;
      line-height: 0; }
      .featured .slick-dots li.slick-active button {
        background: #8467b6; }
      .featured .slick-dots li button {
        font-size: 0;
        line-height: 3rem;
        display: block;
        width: 20px;
        height: 20px;
        padding: 0;
        margin: 0 10px;
        cursor: pointer;
        color: transparent;
        border: 0;
        outline: none;
        background: #fff;
        border-radius: 50%;
        margin-top: 50%;
        transform: translateY(-50%); }
