header {
  height: 140px;
}
header .search button {
  width: 48px;
}
header.header-home {
  padding: 20px 0;
}
header.header-home .NMx-logo {
  height: 41px;
  transform: scale(0.8);
  margin: 10px auto;
}
header a {
  padding: 0;
}
header > div {
  flex-direction: column;
  justify-content: center;
}
header .logo-inside {
  margin: 20px 0 10px;
  transform-origin: center;
}
header #headline {
  font-size: 16px;
  line-height: 20px;
  padding: 0 15px;
  word-spacing: 0px;
}
header #header-search-bar {
  width: 88%;
  padding-bottom: 10px;
}
header #header-search-bar .search-button {
  display: inline-block;
  margin-left: -10px;
}
header #header-search-suggestions-results section p {
  text-align: center;
  font-size: 21px;
}
header #header-search-suggestions-results section a {
  font-size: 18px;
  padding: 12px 0;
  text-align: center;
  line-height: 20px;
}
footer ul:last-of-type {
  max-width: 200px;
  float: none;
}
footer .copyright p {
  display: block;
  text-align: center;
}
footer .copyright p:last-of-type {
  float: none;
  text-align: center;
}
.banner-wrapper-iframe {
  height: 250px;
}
#main-container {
  margin-left: 0;
  margin-right: 0;
  max-width: none;
}
a {
  display: inline-block;
  padding: 0.5em;
}
.banner-content .title {
  font-size: 18px;
  margin-bottom: 15px;
  letter-spacing: -0.5px;
}
.banner-content .cta-primary {
  width: 80%;
  font-weight: 600;
  font-size: 14px;
}
.banner-content .cta-close {
  right: 2px;
  top: 0px;
}
