/* -------------------
BEGIN  
Sitecore Resource: b84dfac6-3b86-40c3-80f4-b71cf23a6768
   -------------------*/

#body-wrapper .warningText a {
  color: white;
}
#body-wrapper .warningBanner {
  background-color: #af272f;
  color: white;
  margin-top: 18px;
  padding: 6px 12px;
}
#body-wrapper .warningText {
  color: white;
  margin: 0 5px;
  font-size: 18px;
  text-align: justify;
  width: 96%;
  margin-right: 2rem;
}
.cross {
  display: inline-block;
  position: absolute;
  top: 0px;
  margin: 10px;
  font-size: 40px;
  right: 0;
}
.cross:hover {
  cursor: pointer;
}
@media screen and (max-width: 500px) {
  #body-wrapper .warningText {
    font-size: 14px;
    width: 92%;
  }
  .cross {
    margin: 8px;
    font-size: 30px;
  }
}
/* -------------------
BEGIN  
Sitecore Resource: 9630c965-473e-450d-af14-97ae79503715
   -------------------*/

#ausnet-carousel .carousel-Item .slide-contents .find-out-more-contrast a {
  color: #0864b1;
}
#ausnet-carousel .carousel-Item .slide-contents .find-out-more-contrast::after {
  background-color: white;
}
