/* Nimbus header height fix: ensure #masthead contains its children and does not collapse */
header#masthead.site-header {
  display: block;
  height: auto !important; /* override any mistaken explicit height */
  position: relative; /* containing block for any absolute children */
}


/* Ensure the immediate header container participates in normal flow */
header#masthead.site-header > .header {
  display: block;
}

#masthead::after {
    content: "";
    display: table;
    clear: both;
}
