/* 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-slider {
  position: relative;
}
.anu-wf-slider section {
  overflow: hidden;
  position: relative;
}
.anu-wf-slider section .anu-wf-slider-slide .anu-wf-slider-image .anu-wf-slider-control-play {
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.8;
  transition: all 0.2s ease;
}
.anu-wf-slider section .anu-wf-slider-slide .anu-wf-slider-image .anu-wf-slider-control-play:hover {
  opacity: 1;
  transition: all 0.2s ease;
}
.anu-wf-slider section .anu-wf-slider-slide .anu-wf-slider-video {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
  overflow: hidden;
}
.anu-wf-slider section .anu-wf-slider-slide .anu-wf-slider-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.anu-wf-slider section .anu-wf-slider-slide .anu-wf-slider-caption {
  background: rgba(0, 0, 0, 0.9);
  color: #fff;
  font-size: 1em;
  display: block;
  padding: 10px 15px;
  width: 100%;
}
.anu-wf-slider section .anu-wf-slider-control-toggle {
  cursor: pointer;
  position: absolute;
  bottom: -70px;
  right: 0;
  transition: all 0.2s ease;
  z-index: 3;
}
.anu-wf-slider section .anu-wf-slider-control-left {
  cursor: pointer;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto;
  height: 100%;
  display: inline-flex;
  align-items: center;
  z-index: 2;
}
.anu-wf-slider section .anu-wf-slider-control-left:hover {
  opacity: 1;
}
.anu-wf-slider section .anu-wf-slider-control-right {
  cursor: pointer;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: auto;
  height: 100%;
  display: inline-flex;
  align-items: center;
  z-index: 2;
}
.anu-wf-slider section .anu-wf-slider-control-right:hover {
  opacity: 1;
}
.anu-wf-slider section .anu-wf-slider-image-placeholder {
  height: 600px;
  background-repeat: no-repeat;
  background-color: #000;
  background-position: center;
  background-size: contain;
}
.anu-wf-slider.full {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.anu-wf-slider.full .anu-wf-slider-image-placeholder {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.anu-wf-slider .anu-wf-slider-dots {
  position: absolute;
  width: 100%;
  bottom: 0;
  text-align: center;
}
.anu-wf-slider .anu-wf-slider-dots .anu-wf-slider-dot {
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  border: 3px solid #fff;
  margin: 0 5px;
  cursor: pointer;
  background-color: #fff;
  transition: background-color 0.3s ease;
}
.anu-wf-slider .anu-wf-slider-dots .anu-wf-slider-dot.active {
  background-color: #000;
}

.anu-wf-slider-popup .anu-wf-slider-popup-normal .anu-wf-slider-popup-zoom {
  background: url("//webstyle.anu.edu.au/_anu/images/buttons/zoom-small.png") center no-repeat #000;
  background-size: 150px;
  opacity: 1;
  transition: opacity 0.3s ease;
}
.anu-wf-slider-popup .anu-wf-slider-popup-normal .anu-wf-slider-popup-zoom:hover {
  cursor: pointer;
}
.anu-wf-slider-popup .anu-wf-slider-popup-normal .anu-wf-slider-popup-zoom:hover img {
  opacity: 0.4;
}
.anu-wf-slider-popup .overlay {
  cursor: pointer;
  z-index: 9999;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.9) !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.anu-wf-slider-popup .overlay .container-fluid {
  background-color: transparent !important;
  width: auto;
}
.anu-wf-slider-popup .overlay .anu-wf-slider-popup-full {
  text-align: center;
}
.anu-wf-slider-popup .overlay .anu-wf-slider-popup-full img {
  display: block;
  width: 100vw;
  height: 100vh;
  object-fit: contain;
}
.anu-wf-slider-popup .overlay .anu-wf-slider-popup-controls i.fa-circle {
  color: #000;
}
.anu-wf-slider-popup .overlay .anu-wf-slider-popup-control-left {
  position: absolute;
  left: 0;
  top: 50%;
  margin: 10px;
}
.anu-wf-slider-popup .overlay .anu-wf-slider-popup-control-right {
  position: absolute;
  right: 0;
  top: 50%;
  margin: 10px;
}
.anu-wf-slider-popup .overlay .anu-wf-slider-popup-close {
  position: absolute;
  top: 0;
  right: 0;
  margin: 10px;
}
.anu-wf-slider-popup .overlay .anu-wf-slider-popup-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  padding: 15px 20px;
  background: #000;
  color: #fff;
}

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