@charset "UTF-8";
/* 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 Standalone */
a {
  color: #146ebd;
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  color: #146ebd;
  text-decoration: underline !important;
}
a.underline {
  text-decoration: underline !important;
}
a.nounderline {
  text-decoration: unset !important;
}

/* LINK ./type.scss */
/* LINK ./bands.scss */
.readmore {
  clear: both;
  margin: 0;
  padding: 0;
}

p.readmore a::after {
  content: " »";
}

/* ANCHOR readmore toggle */
span.readmore {
  color: #146ebd;
  cursor: pointer;
  margin-left: 10px;
}
span.readmore::after {
  content: " »";
}

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