/* @less partials */
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
/* @group GN Additions */
/* @end */
/* @group Corporate colours taken from logo */
/* @end */
/* @group Site Defaults */
/* @end */
/* @group Greys */
/* @end */
.testimonialSection {
  border-top: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
}
.testimonialSection .WidgetHolder {
  margin: 0px;
  padding: 0px;
  background-color: transparent;
  display: none;
}
.testimonialSection .WidgetHolder h3 {
  display: none;
}
.testimonialSection .TestimonialWidget {
  display: block!important;
  border-left: 5px solid #d7d7d7;
  padding-left: 1rem;
}
.testimonialSection .TestimonialWidget blockquote {
  margin-bottom: 0px;
  padding-bottom: 0px;
  font-size: 2em;
  line-height: 1.3em;
  padding-top: 0px;
  padding-left: 0px;
  border-left: 0px;
}
.testimonialSection .TestimonialWidget cite {
  margin-bottom: 0px!important;
  margin-top: 1rem;
  display: block;
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  padding-left: 0px;
}
/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-width: 320px) and (max-width: 736px) {
  .testimonialSection .TestimonialWidget blockquote {
    font-size: 1.5em!important;
    line-height: 1.4em;
  }
  .testimonialSection .TestimonialWidget cite {
    font-size: 12px;
  }
}
