@media print,
screen and (min-width: 64em) {
  .home .offset-top-section .inner-wrapper {
    top: -60px;
  }
}

.home .offset-top-section {
  /* hide news section until it's ready 2020-07-09 */
  display: none;
}

body:not(.home) header > .navigation {
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5); 
}