/* 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 */
.anu-wf-campus-poi-page .map-display {
  position: relative;
}
.anu-wf-campus-poi-page .building-dashboard {
  background: #000;
}
.anu-wf-campus-poi-page .building-search {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
}
.anu-wf-campus-poi-page .building-search-left {
  display: flex;
  align-items: center;
  flex-grow: 1;
  position: relative;
}
.anu-wf-campus-poi-page .building-filter select {
  border: 2px solid #be830e;
  cursor: pointer;
  padding: 6px;
  background: #000;
  color: #fff;
  font-size: 1em;
}
.anu-wf-campus-poi-page label {
  display: none;
}
.anu-wf-campus-poi-page input:focus {
  outline: none;
}
.anu-wf-campus-poi-page #building-reset {
  color: #fff;
  text-decoration: underline;
}
.anu-wf-campus-poi-page #search-input {
  font-size: 1em;
  flex-grow: 1;
  padding: 12px;
  border: 0;
}
.anu-wf-campus-poi-page #search-clear {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  text-decoration: none;
  color: #000;
  font-size: 1em;
  border-radius: 4px;
  background-color: #fff;
  cursor: pointer;
  margin-right: 5px;
}
.anu-wf-campus-poi-page #search-clear:hover {
  background-color: #e2e3e4;
}
.anu-wf-campus-poi-page #search-button {
  padding: 11px 20px;
  border: 1px solid #fff;
  border-radius: 4px;
  background-color: #000;
  cursor: pointer;
  color: #fff;
  font-size: 1em;
}
.anu-wf-campus-poi-page #search-button:hover {
  background-color: #fff;
  color: #000;
}
.anu-wf-campus-poi-page .map-print-link {
  color: #fff;
  float: right;
}
@media screen and (max-width: 480px) {
  .anu-wf-campus-poi-page .building-search {
    flex-direction: column;
  }
  .anu-wf-campus-poi-page .building-search-left,
.anu-wf-campus-poi-page .building-search-right {
    width: 100%;
    margin-bottom: 8px;
  }
  .anu-wf-campus-poi-page #search-clear {
    top: auto;
    bottom: 8px;
  }
}
.anu-wf-campus-poi-page .building-display {
  background-color: #fff;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  overflow: auto;
  z-index: 99;
}
.anu-wf-campus-poi-page .building-display-directions {
  color: #945f00;
  font-size: 0.9em;
  text-decoration: underline;
}
.anu-wf-campus-poi-page .building-display-thumbnail {
  width: 100%;
}
.anu-wf-campus-poi-page .building-display-related {
  border-left: 3px solid #be830e;
  font-weight: 600;
}
.anu-wf-campus-poi-page .building-display-close {
  position: absolute;
  right: 0;
  top: 0;
  border: 1px solid #000;
  padding: 3px 7px 5px;
  color: #000;
  margin: 18px 22px;
  line-height: 1em;
}
.anu-wf-campus-poi-page .building-display-name {
  font-size: 1.2em;
  font-weight: 600;
}
.anu-wf-campus-poi-page .building-display-number {
  color: #888a8d;
  font-size: 0.8em;
  font-weight: 500;
}
.anu-wf-campus-poi-page .building-display-related-title {
  line-height: 1.5em;
}
.anu-wf-campus-poi-page .building-title {
  text-decoration: underline;
  color: #000;
  font-size: 1.2em;
  font-weight: 600;
}
.anu-wf-campus-poi-page .building-directions {
  margin-top: 30px;
  display: block;
  text-align: right;
}
.anu-wf-campus-poi-page .building-number {
  color: #888a8d;
  font-size: 0.9em;
}
.anu-wf-campus-poi-page .building-address {
  font-size: 0.9em;
}
.anu-wf-campus-poi-page .building-type {
  font-size: 0.9em;
}
.anu-wf-campus-poi-page .building-item {
  line-height: 1.8em;
}
.anu-wf-campus-poi-page ul.building-pagination {
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 0;
}
.anu-wf-campus-poi-page ul.building-pagination li {
  cursor: pointer;
  display: block;
  padding: 6px 12px;
  text-decoration: none;
  color: black;
  margin: 0 5px;
}
.anu-wf-campus-poi-page ul.building-pagination li:hover:not(.active) {
  background-color: #e2e3e4;
}
.anu-wf-campus-poi-page ul.building-pagination li.active {
  background-color: #000;
  color: white;
}

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