/* Get rid of header overlay */
.Header__homeContent .Header__navbar, .Header__defaultContent .Header__navbar {
  background-color: rgba(0,0,0,0);
}

/* Get rid of login */
#logoutDetails {
  display: none;
}

/* Change 'return to top' arrow style */
.commonStyle__zt3BrandBg {
  background-color: #019cdb;
}

/* Change search icon style */
.Icon__brand {
  color: #019cdb;
}

/* Change footer button style */
.Button__footerBtn:hover {
  background: #174de4;
  border: 1px solid transparent;
}

/* Color overrides */
.commonStyle__zt3Brand {
    color: #019cdb;
}

.commonStyle__zt3BrandBorder {
  border-color: #019cdb;
}

/* Required form element style */
.FormElement__mandatoryStar .FormElement__required::after {
  color: #F00;
}
