/* 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;
}
header .utility-menu {
  font-size: 14px;
}

/* add meeting line to logo */
header.anu-wf .container {
  position: relative;
  margin: 0 auto;
  width: calc(100% - 4rem);
  padding-left: 3rem;
  padding-right: 1rem;
}

header.anu-wf .container::after {
  content: "";
  width: 1px;
  background-color: #be830e;
  position: absolute;
  top: 0;
  bottom: -48px;
  left: 0;
}

header.anu-wf .container .row :nth-of-type(1) .anu-wf-header-logo {
  padding-left: 0;
  transform: translateX(-70px);
  position: relative;
  z-index: 1;
}

header.anu-wf .container .row :nth-of-type(1) .anu-wf-header-logo::before {
  content: "";
  background-color: #fff;
  position: absolute;
  top: -1em;
  bottom: -1em;
  width: 100%;
  z-index: -1;
}

header.anu-wf .container .row > div:nth-child(3) {
  margin-left: auto;
}

/*the meeting line is overlapping the banner image on smaller screen*/
@media screen and (max-width: 991px) {
  header.anu-wf .container::after {
    bottom: 0px;
  }
}
@media (max-width: 575.98px) {
  header .anu-header-logo {
    border-right: 0;
  }
}
/*Limit the header logo width to avoid header subtitles to be pushed right with a gap*/
header.anu-wf .row .col-lg-auto {
  width: 150px !important;
}

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