/* 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 */
.anu-wf-cookies-banner {
  width: 100%;
  background: #fff;
  color: #000;
  border-top: 1px solid #e2e3e4;
  position: fixed;
  bottom: 0;
  z-index: 999;
}
.anu-wf-cookies-banner a {
  color: #000;
  text-decoration: underline;
}
.anu-wf-cookies-banner .anu-wf-cookies-banner-close {
  background-color: #000;
  border-radius: 5px;
  border-color: #000;
  border-style: solid;
  display: block;
  text-align: center;
  color: #fff !important;
  font-size: 1.1em;
  line-height: 1.1em;
  text-decoration: none;
  margin: auto;
  cursor: pointer;
}

/*# sourceMappingURL=cookies-banner.css.map */
