/* Fix: remove 100vh min-height that causes white gap at bottom */
#search_filters_wrapper,
#mobile_top_menu_wrapper {
  min-height: auto !important;
}

/* Sticky footer: push footer to bottom when content is short */
body > main {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
body > main > #wrapper {
  flex: 1 0 auto;
}
body > main > #header,
body > main > #footer,
body > main > .breadcrumb-wrapper {
  flex-shrink: 0;
}

/* Normalize Contacts footer block heading to match Products/Our Company/Account */
#footer .block-contact .h4 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 20px;
  text-transform: none;
}
#footer .block-contact .title .h4 {
  margin: 0;
}

#footer .block-contact {
  padding-right: 15px !important;
  padding-left: 15px !important;
}
