/* 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 */
iframe.anu-map {
  width: 599px;
  height: 400px;
  overflow: hidden;
}

.one-third iframe.anu-map {
  width: 280px;
  height: 187px;
}

.wide iframe.anu-map {
  width: 320px;
  height: 214px;
}

.doublenarrow iframe.anu-map {
  width: 440px;
  height: 294px;
}

.narrow iframe.anu-map {
  width: 200px;
  height: 200px;
}

.anu-map-static-item-container {
  position: relative;
}
.anu-map-static-item-container img {
  width: 100%;
  border: 1px solid #000;
}
.anu-map-static-item-container .anu-map-overlay {
  position: absolute;
  bottom: 0;
  background: rgba(255, 255, 255, 0.85);
  width: 100%;
  display: block;
  padding: 10px;
}
.anu-map-static-item-container .anu-map-overlay .anu-map-static-item-bnumlabel {
  font-size: 1.5em;
}

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