/* @group Greys */
/* @end */
/* @group Corporate colours taken from logo */
/* @end */
/* @group Site Defaults */
/* @end */
/* @group Background colours */
.sectionBG-White {
  background-color: #ffffff; }

.sectionBG-Black {
  background-color: #111; }

.sectionBG-Light-Grey {
  background-color: #f7f7f7; }

.sectionBG-Sky-Blue {
  background-color: #89d6f2; }

.sectionBG-Neon-Pink {
  background-color: #ee0049; }

.sectionBG-Bright-Purple {
  background-color: #bd1a8d; }

.sectionBG-Dark-Purple {
  background-color: #6d216d; }

.sectionBG-Orange {
  background-color: #f6a030; }

.sectionBG-Green {
  background-color: #b5d562; }

.sectionBG-Pink {
  background-color: #daaec8; }

.sectionBG-Brown {
  background-color: #c88c5e; }

.sectionBG-Turquoise {
  background-color: #3cc8b4; }

/* @end */
/* @group Variables */
/* @end */
/* Table of Contents
   - - - - - - - - -
   1.	Sub block testimonial
   2.	Widget testimonial
   - - - - - - - - -
 */
blockquote {
  margin-bottom: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-top: 0rem;
  border-left: none;
  font-style: italic; }

/* @group 1. Sub block testimonial */
.SectionTestimonialWrap {
  text-align: center;
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto; }
  .SectionTestimonialWrap img {
    width: 300px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 3rem; }
  .SectionTestimonialWrap h4 {
    font-size: 1.8em;
    line-height: 1.3em; }
  .SectionTestimonialWrap blockquote {
    border: none;
    font-size: 1.5em;
    line-height: 1.4em;
    margin-bottom: 1rem; }
  .SectionTestimonialWrap cite {
    margin-bottom: 2rem !important;
    display: block; }

/* @end */
/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-width: 320px) and (max-width: 736px) {
  blockquote {
    padding: 0px; }
  .SectionTestimonialWrap img {
    width: 160px; }
  .testimonialSection .TestimonialWidget blockquote {
    font-size: 1.5em !important;
    line-height: 1.4em; }
  .testimonialSection .TestimonialWidget cite {
    font-size: 12px; } }
