/* 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-rotator {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.anu-wf-rotator .anu-wf-rotator-control-left {
  cursor: pointer;
  position: absolute;
  left: -100px;
  top: 50%;
  transition: left 0.3s ease;
  z-index: 10;
}
.anu-wf-rotator .anu-wf-rotator-control-right {
  cursor: pointer;
  position: absolute;
  right: -100px;
  top: 50%;
  transition: right 0.3s ease;
  z-index: 10;
}
.anu-wf-rotator:hover .anu-wf-rotator-control-left {
  left: 0 !important;
}
.anu-wf-rotator:hover .anu-wf-rotator-control-right {
  right: 0 !important;
}
.anu-wf-rotator .anu-wf-rotator-dots {
  text-align: center;
}
.anu-wf-rotator .anu-wf-rotator-dots .anu-wf-rotator-dot {
  display: inline-block;
  width: 33px;
  height: 6px;
  margin: 0 3px;
  cursor: pointer;
  background-color: #e2e3e4;
  transition: background-color 0.3s ease;
}
.anu-wf-rotator .anu-wf-rotator-dots .anu-wf-rotator-dot.active {
  background-color: #cc9e43 !important;
}

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