/* --------------------------------------------------------------------------------------------- 
EMRI CUSTOMISATION
--------------------------------------------------------------------------------------------- */

ul.ecu-logo a {
  --logo-width: var(--logo-width-emri);
  background-image: url('https://www.ecu.edu.au/__data/assets/image/0015/1100391/emri-logo.png');
}

/* Subheading */
/* remove sliver of white above home page video */

.wrapper-sub-heading {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

/* --------------------------------------------------------------------------------------------- 
SEARCH CUSTOMISATION
--------------------------------------------------------------------------------------------- */

/* 13/11/24, EMRI searchbox has different markup */

#global-search-button {
  opacity: 0; /* messes with focus-visible, remove once markup is replaced with red site code */
}

@media (max-width: 767px) {

  .search-box fieldset {
    display: flex;
    width: 100%;
  }
}
