.locations > .location-item {
  align-items: start;
}
@media (min-width: 64em) {
  header .site-slogan {
    white-space: nowrap;
  }
}
/* resource flows */
.slider-resource-flow .img-wrapper img {
  height: revert;
  max-height: revert;
  width: revert;
}
/* hide titles on location block */
.block-locations-block .location-tabs {
  display: none;
}
/* header spacing */
@media (min-width: 64em) {
  .header-layout-5.header-default {
    display: block;
  }
  .container-main-search-block {
    padding-block: 2em;
  }
}
