.error {
  border-color: red;
  color: red;
}

/* Logo has a white bottom margin. We adjust to align with headline baseline */
img.logo {
  margin-bottom: -13px;
}

/*[aria-hidden=true] {
  display: none;
}*/
.hidden,
.panel {
  display: none;
}
.panel.active {
  display: block;
}

a.mdc-toolbar__title-link,
.mdc-toolbar__section a,
.mdc-toolbar__section a:hover {
  color: #fff;
  text-decoration: none;
}
