@charset "UTF-8";
/* 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-search .anu-wf-search-trigger {
  cursor: pointer;
  display: flex;
  align-items: center;
  width: 25px;
}
.anu-wf-search .anu-wf-search-trigger img {
  max-height: 25px;
}
.anu-wf-search .overlay {
  cursor: pointer;
  z-index: 3;
  padding-top: 109px;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.7) !important;
}
.anu-wf-search .overlay .container-fluid .anu-wf-search-field {
  display: flex;
  gap: 20px;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
  height: 100px;
}
.anu-wf-search .overlay .container-fluid .anu-wf-search-field .anu-wf-search-input {
  position: relative;
  border-bottom: 1px solid #000;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.anu-wf-search .overlay .container-fluid .anu-wf-search-field .anu-wf-search-input input {
  background-color: transparent;
  border: 0;
  padding-bottom: 2px !important;
}
@media only screen and (max-width: 992px) {
  .anu-wf-search .overlay .container-fluid .anu-wf-search-field .anu-wf-search-input input {
    font-size: 16px;
  }
}
.anu-wf-search .overlay .container-fluid .anu-wf-search-field .anu-wf-search-input input:focus {
  outline: none;
}
.anu-wf-search .overlay .container-fluid .anu-wf-search-field .anu-wf-search-input span:hover {
  cursor: pointer;
  color: #be830e;
}
.anu-wf-search .overlay .container-fluid .anu-wf-search-field .anu-wf-search-input .anu-wf-search-cursor {
  position: absolute;
  left: 0;
  bottom: 7px;
  background-color: #be830e;
  width: 2px;
  height: 1.05em;
  animation: blink-animation 1s steps(5, start) infinite;
}
@keyframes blink-animation {
  to {
    visibility: hidden;
  }
}
@keyframes blink-animation {
  to {
    visibility: hidden;
  }
}
.anu-wf-search .overlay .container-fluid .close {
  background-color: #be830e;
  width: 40px;
  height: 40px;
  opacity: 1;
  position: relative;
}
.anu-wf-search .overlay .container-fluid .close::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "✕";
  font-size: 20px;
  color: #000;
  line-height: 40px;
  text-align: center;
}
.anu-wf-search .overlay .container-fluid .anu-wf-search-suggestions .anu-wf-suggestion-group .anu-wf-suggestion-result .anu-wf-suggestion-item {
  padding-right: 20px;
  color: #000;
  font-weight: 400;
}
.anu-wf-search .overlay .container-fluid .anu-wf-search-suggestions .anu-wf-suggestion-group .anu-wf-suggestion-result .anu-wf-suggestion-item:hover {
  color: #000 !important;
}
.anu-wf-search .overlay .container-fluid .anu-wf-search-suggestions .anu-wf-suggestion-group .anu-wf-suggestion-result .anu-wf-suggestion-item span {
  color: #945f00;
}

.anu-wf-mega-menu ul {
  opacity: 1;
  transition-property: opacity;
  transition-duration: 0.5s;
}

.anu-wf-search-header {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
  height: 100%;
}
.anu-wf-search-header:hover::after {
  width: 100%;
}
.anu-wf-search-header::after {
  content: "";
  display: block;
  width: 0;
  height: 3px;
  background-color: #be830e;
  transition: width 0.35s;
  position: absolute;
  bottom: -3px;
  left: 0;
}
.anu-wf-search-header .anu-wf-search-trigger {
  background-color: #f5edde;
  cursor: pointer;
  z-index: 2;
  padding: 14px 10px 16px 18px;
  height: 100%;
  display: flex;
  align-items: center;
}

.anu-wf-search-body {
  background-color: #f5edde;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
  width: 100%;
  height: 100%;
  transition-property: transform, opacity;
  transition-duration: 0.5s;
}
.anu-wf-search-body .anu-wf-search-field {
  display: flex;
  height: 100%;
  flex-direction: row;
  align-items: center;
}
.anu-wf-search-body .anu-wf-search-field i {
  font-size: 1.2em;
  color: #000;
  margin: 5px 0;
}
.anu-wf-search-body .anu-wf-search-field input {
  display: flex;
  flex: 1 1 0%;
  border: none;
  outline: none;
  width: 100%;
  box-shadow: none;
  background-color: transparent;
  color: rgb(23, 25, 36);
  font-weight: 300;
  font-size: 1.2em;
}

.anu-wf-search-field .close {
  cursor: pointer;
}

.anu-wf-search-options a {
  display: block;
  float: left;
  color: #000;
  text-decoration: none;
  background: #fff;
  font-size: 0.9em;
  border-radius: 0.5em;
}

.anu-wf-search-options-title,
.anu-wf-suggestion-title {
  color: #000;
  font-weight: 500;
  font-size: 1em;
  text-transform: uppercase;
  border-bottom: 1px solid #5d5d60;
}

.anu-wf-search-close {
  text-decoration: underline;
}

.anu-wf-suggestion .fa-stack {
  font-size: 1em;
}
.anu-wf-suggestion .fa-square {
  color: lightgray;
}
.anu-wf-suggestion .fa-link {
  color: #000;
}

.anu-wf-suggestion-item i {
  color: #b4b6b8;
  margin-right: 15px;
}

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