/* 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 */
/* GRID LAYOUT BREAKPOINTS */
/* ANCHOR mixins */
/* ANCHOR Customisation */
header .anu-header-logo {
  border-right: 2px black solid;
  width: 200px;
}
header .anu-header-logo .logo,
header .anu-header-logo .logo-xtrsml {
  max-width: 100%;
}
header .anu-wf-header-title {
  color: #000;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 1.5em;
  text-decoration: none;
}
header .anu-wf-header-subtitle {
  font-size: 1em;
  text-decoration: none;
  color: #000;
  letter-spacing: 0.03em;
}
header .anu-wf-header-mobile {
  background-color: #f5edde;
  text-align: center;
}

@media (max-width: 575.98px) {
  header .anu-header-logo {
    border-right: 0;
  }
}

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