
.testimonial-section .row {
    text-align: center;
    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;
}

.testimonial-section blockquote,
.testimonials blockquote
{
    margin: 0;
    position:relative;
    padding-top: 1.1rem;
}

.testimonial-section blockquote p,
.testimonials blockquote p
{
    margin: 1.1rem 0 1.1rem 0;
    padding: 0;
    position:relative;
    border: none;
}

/* testimonial from PRH */
.testimonial-section > .row > div > .linkContainer > a.button.primary {
    float: left;
    border-radius: 0;
    color: #fff;
    background: #003046;
}
.testimonial-section {
  text-align: unset !important;
  /* margin-top: 5rem; */
}
.blockquote-border {
    border-bottom: 0.375rem solid #f47b20;
    border-top: 0.375rem solid #f47b20;
    position: relative;
}
blockquote
{
    border: none;
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
}

.testimonials > div > .paragraphContainer {
    line-height: 1.5;
}
.no-testimonial > .paragraphContainer {
  border:0;
  padding:0;
}

.showTestimonial {
  opacity: 1;
  transition: opacity 1000ms;
}

.hideTestimonial {
  opacity: 0;
  transition: opacity 100ms;
  display: none;
}

.quoteIcon {
  background: #fff;
  padding:1rem;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.6rem;
  z-index: 10;
}
.testimonials {
  position: relative;
}
.linkContainer.column {
  padding:0;
}
@media screen and (max-width: 63.938em) and (min-width: 22.500em) {
  .testimonials {
    margin-top: 3rem;
  }
}
