/**
 * The KMHA parent theme styles gin_toolbar's frontend secondary bar as
 * sticky at top: 57px — tuned to the main site's fixed 57px header. KMU's
 * header is neither fixed nor 57px, so that offset parked the bar directly
 * on top of the KMU logo strip for toolbar-bearing users (editors/admins).
 * On KMU the bar sticks at the viewport top and the header flows below it.
 */
.gin-secondary-toolbar.gin-secondary-toolbar--frontend {
  top: 0;
}
