header {
  position: relative;
  border-bottom: none;
}
header .wrap-large {
  max-width: 93%;
}
header #headline {
  font-size: 18px;
}
header #header-search-suggestions-results {
  flex-flow: column nowrap;
  flex-wrap: nowrap;
  max-height: 300px;
  overflow-y: auto;
}
header #header-search-suggestions-results section {
  flex-basis: 100%;
}
header #header-search-suggestions-results section:first-of-type {
  flex: 100%;
  max-width: 100%;
}
header #header-search-suggestions-results section:not(:first-child) {
  border-left: none;
  border-top: 1px solid #858585;
  flex-basis: 100%;
  max-width: none;
  padding-left: 0;
  padding-top: 10px;
}
header #header-search-suggestions-results section ul li + li {
  margin-top: 15px;
}
header #header-search-suggestions-results section a {
  overflow-x: none;
  text-overflow: none;
  white-space: normal;
}
footer ul {
  padding-inline-start: 0;
  text-align: center;
}
footer ul:first-of-type {
  columns: auto 2;
}
footer ul:first-of-type li {
  font-size: 16px;
  margin: 0 0 40px 0;
}
#gotop .go-top {
  display: inline-block;
}
#gotop.gotop-active {
  display: block;
  position: fixed;
  background-color: #076833;
  color: #daefe3;
  border: 1px solid white;
  border-radius: 5px;
  text-align: center;
  z-index: 1000;
  right: 12px;
  bottom: 15%;
  padding: 10px;
  cursor: pointer;
  transition: 0.5s;
}
#gotop.gotop-active:hover {
  background-color: #00441d;
}
#gotop p {
  color: white;
  font-size: 16px;
}
.banner-wrapper-iframe {
  height: 230px;
}
.banner-content .title {
  font-size: 27px;
}
.banner-content .cta-primary {
  width: 52%;
}
