/**************************************************************

	STYLESHEET INDEXING
	|
	|
	|	|___ Desktop
	|	|___ Mobile
  | |___ Responsive

**************************************************************/
/* 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 */
nav .row {
  position: relative;
}

.anu-wf-mobile-menu-parent {
  border-bottom: 1px solid #000;
  position: relative;
}
.anu-wf-mobile-menu-parent a {
  color: #fff;
  display: block;
}
.anu-wf-mobile-menu-parent a:hover, .anu-wf-mobile-menu-parent a.is-active {
  background-color: #000;
  text-decoration: unset !important;
}
.anu-wf-mobile-menu-parent i {
  position: absolute;
  right: 12px;
  top: 11px;
}

.anu-wf-mega-menu {
  background-color: #f5edde;
}
.anu-wf-mega-menu .col {
  padding: 0;
}
.anu-wf-mega-menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.anu-wf-mega-menu li {
  padding-bottom: 0;
}
.anu-wf-mega-menu li a {
  display: inline-block;
  color: #000;
  float: left;
  text-align: center;
  padding: 14px 16px;
  text-decoration: unset !important;
  letter-spacing: 0.72px;
}
.anu-wf-mega-menu li a:first-of-type {
  padding-left: 12px;
}
.anu-wf-mega-menu li a:first-of-type i.fa-house {
  padding: 0 !important;
}
.anu-wf-mega-menu li a:hover,
.anu-wf-mega-menu li a.is-active, .anu-wf-mega-menu li.active a {
  background-color: #fff;
  color: #000;
  text-decoration: unset !important;
}

.anu-wf-mega-menu-block {
  background: #000;
}
.anu-wf-mega-menu-block h1 a {
  display: block;
  text-decoration: none;
  color: #be830e;
  line-height: 1em;
}
.anu-wf-mega-menu-block h1 a:hover {
  text-decoration: unset !important;
  color: white !important;
}
.anu-wf-mega-menu-block p {
  color: #fff;
  margin: 0;
  padding: 0;
}

.dropdown {
  border-top: 2px solid #be830e;
}
.dropdown h2 {
  font-size: 1.2em;
}
.dropdown ul ul {
  display: none;
}
.dropdown li a {
  width: 100%;
  text-decoration: none;
  display: block;
  padding: 8px 20px 8px 5px;
  border-bottom: 1px solid;
  text-align: left;
}
.dropdown li a:hover, .dropdown li.active a {
  background: #000 url("../../../images/icons/raquo-white.gif") no-repeat right center !important;
  color: #fff !important;
}

.anu-wf-mobile-menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.anu-wf-mobile-menu li a {
  color: #000;
  text-decoration: none;
  padding: 15px 0;
  display: block;
}
.anu-wf-mobile-menu li:hover,
.anu-wf-mobile-menu li *.is-active {
  background-color: #fff;
  font-weight: 600;
}
.anu-wf-mobile-menu .anu-wf-mobile-menu-item {
  border-bottom: 1px solid #fff;
  position: relative;
}
.anu-wf-mobile-menu .anu-wf-mobile-menu-item a {
  color: #fff;
  display: block;
}
.anu-wf-mobile-menu .anu-wf-mobile-menu-item a:hover, .anu-wf-mobile-menu .anu-wf-mobile-menu-item a.is-active {
  background-color: #000;
  text-decoration: unset !important;
}
.anu-wf-mobile-menu .anu-wf-mobile-menu-item i {
  position: absolute;
  right: 12px;
  top: 11px;
}
.anu-wf-mobile-menu .anu-wf-mobile-menu-off {
  background-color: #000;
  color: #fff;
  cursor: pointer;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 999;
  text-align: center;
}
.anu-wf-mobile-menu .anu-wf-mobile-menu-off i.fa.fa-bars::after {
  content: "Menu";
  display: flex;
  font-size: 13px;
  font-family: "Public Sans", sans-serif;
  font-weight: 500;
  line-height: 18px;
}
.anu-wf-mobile-menu .anu-wf-mobile-menu-on {
  background-color: #000;
  box-shadow: 1px 0 12px 3px rgba(0, 0, 0, 0.6);
  color: #fff;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  width: calc(100% - 60px);
  z-index: 999;
}
.anu-wf-mobile-menu .anu-wf-mobile-menu-on .anu-wf-mobile-menu-close {
  font-size: 1em;
  font-weight: 500;
}
.anu-wf-mobile-menu .anu-wf-mobile-menu-on .anu-wf-mobile-menu-close i::before {
  margin-right: 5px;
}
.anu-wf-mobile-menu .anu-wf-mobile-menu-on .anu-wf-mobile-menu-close a {
  color: #fff;
  text-decoration: unset;
}
.anu-wf-mobile-menu .anu-wf-mobile-menu-search {
  cursor: pointer;
}
.anu-wf-mobile-menu .anu-wf-mobile-menu-search input {
  border-radius: 3px 0 0 3px;
  padding: 10px;
  width: calc(100% - 44px);
  font-size: 0.9em;
}
.anu-wf-mobile-menu .anu-wf-mobile-menu-search i {
  background-color: #be830e;
  font-size: 1.4em;
  padding: 9px 10px;
  float: right;
}
.anu-wf-mobile-menu .anu-wf-mobile-menu-search:hover {
  background-color: #000;
}

.anu-wf-mega-menu-item {
  display: none;
}

.utility-menu ul {
  overflow: hidden;
  display: block;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.utility-menu li {
  float: left;
}
.utility-menu li a {
  display: inline-block;
  color: #000;
  float: left;
  text-align: center;
  text-decoration: unset;
  letter-spacing: 0.72px;
  padding-right: 10px;
}
.utility-menu li a:hover,
.utility-menu li a.is-active, .utility-menu li.active a {
  text-decoration: underline !important;
  text-decoration-color: #be830e !important;
  text-decoration-thickness: 2px !important;
}

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