/* stylelint-disable */
/**************************************************************

	THE USE OF NEW COLOURS ARE NOT PERMITED. ONLY THE COLOURS LISTED IN THE BRAND IDENTITY ARE ALLOWED TO BE USED. 
    REFER BRAND IDENTITY POLICY. 
    /**************************************************************

	COLOUR STYLESHEET INDEXING
	|
	|
	|___ Backgrounds
	|___ Hyperlinks
    |___ Gold hyperlinks when used on smaller font
	|___ Table borders, Table headers
	    |___Grey
        |___Gold
        |___Copper
        |___Teal
	|___ Error Message Colours

**************************************************************/
/* ALLOWED TO BE USED ONLY AS BACKGROUND COLOURS */
/* USE THIS ONLY FOR HYPERLINKS */
/* GOLD HYPERLINKS HYPERLINKS - WHEN USED ON SMALLER FONT TO PASS AA */
/* USE THIS ONLY TO HIGHLIGHT'S IN TABLE */
/* USE THIS FOR TABLE BORDERS, TABLE HEADERS */
/* GREY */
/* GOLD */
/* COPPER */
/* TEAL */
/* COLOURS ALOOWED FOR ERROR MESSAGES ON FORMS */
/* Badge color */
/* Focus color */
/* GRID LAYOUT BREAKPOINTS */
/* ANCHOR mixins */
/* ANCHOR Customisation */
/* ANCHOR Pull quotes */
.pullquote {
  background: url("../../../images/icons/quote-in.png") no-repeat top left;
  width: 50%;
  text-align: center;
  color: #000;
  font-size: 1.7em;
  line-height: 1.2em;
}
.pullquote p {
  background: url("../../../images/icons/quote-out.png") no-repeat bottom right;
  margin: 0;
  padding: 5px 30px;
  font-weight: 300;
  font-size: inherit;
  line-height: inherit;
}
.pullquote.left {
  margin-right: 20px;
}
.pullquote.right {
  margin-left: 20px;
}
.pullquote.fullwidth {
  width: 100%;
}

/*# sourceMappingURL=testimonials.css.map */
