.row--gutter {
  margin-left: -15px;
  margin-right: -15px;
  overflow: hidden;
}

a {
  color: #727272;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  transition: color 0.5s ease;
}
.ux-info-banner[type=info] a:hover {
  color: #fff;
}
.ux-info-banner[type=error] a:hover {
  color: #ff0201;
}
a:hover {
  color: #131313;
}

.row--gutter {
  margin-left: -15px;
  margin-right: -15px;
  overflow: hidden;
}

.ux-iws-autosuggest {
  display: block;
  position: relative;
  width: 100%;
  background-color: #fff;
}
.ux-iws-autosuggest__inner {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  padding: 25px;
  border: 1px solid #e2e2e2;
  background-color: #fff;
}
.ux-iws-autosuggest__layout {
  display: flex;
  flex-flow: column wrap;
  gap: 30px;
}
@media (min-width: 768px) {
  .ux-iws-autosuggest__layout {
    flex-flow: row nowrap;
  }
}
.ux-iws-autosuggest__suggestions {
  flex-grow: 1;
}
.ux-iws-autosuggest__extras {
  min-width: 30%;
}
.ux-iws-autosuggest__extras__list {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-left: -25px;
  margin-right: -25px;
}
.ux-iws-autosuggest__quick-links {
  padding-bottom: 20px;
}
.ux-iws-autosuggest__results {
  margin-left: -25px;
  margin-right: -25px;
}
.ux-iws-autosuggest__title {
  text-transform: uppercase;
  width: 100%;
  border-bottom: 1px solid #c5c5c5;
  margin-bottom: 15px;
  margin-top: 0;
  font-family: "Frutiger-Bold", sans-serif;
  color: #0b0b0b;
  font-size: 13px;
  padding-bottom: 5px;
}
.ux-iws-autosuggest__button {
  display: inline-block;
  width: 100%;
  text-align: left;
  background-color: transparent;
  border: 0;
  padding: 12px 25px;
  cursor: pointer;
  font-family: "Frutiger-Bold", sans-serif;
  color: #0b0b0b;
  text-decoration: none;
  line-height: 1.15;
}
.ux-iws-autosuggest__button span {
  font-family: "Frutiger-Light", sans-serif;
  color: #747474;
}
.ux-iws-autosuggest__button:hover, .ux-iws-autosuggest__button:focus {
  background-color: #eff0f4;
}