@font-face {
  font-family: "Oswald";
  src: url("../../fonts/oswald/Oswald.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Merriweather";
  src: url("../../fonts/merriweather/Merriweather-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Merriweather";
  src: url("../../fonts/merriweather/Merriweather-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Merriweather";
  src: url("../../fonts/merriweather/Merriweather-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Merriweather";
  src: url("../../fonts/merriweather/Merriweather-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: "Merriweather";
  src: url("../../fonts/merriweather/Merriweather-LightItalic.ttf") format("truetype");
  font-weight: lighter;
  font-style: italic;
}
@font-face {
  font-family: "Merriweather";
  src: url("../../fonts/merriweather/Merriweather-Light.ttf") format("truetype");
  font-weight: lighter;
  font-style: normal;
}
@font-face {
  font-family: "Inlander";
  src: url("../../fonts/inlander/Inlander-Regular.otf") format("opentype");
  font-style: normal;
}
.autocomplete,
.form-autocomplete {
  background-image: url(../..//forms/autocomplete/throbber-inactive.png);
  background-position: 100% center;
  background-repeat: no-repeat;
}
[dir=rtl] .autocomplete,
[dir=rtl] .form-autocomplete {
  background-position: 0% center;
}
.autocomplete__list-wrapper,
#autocomplete {
  border: 1px solid;
  overflow: hidden;
  position: absolute;
  z-index: 100;
}
.autocomplete__list,
#autocomplete ul,
.ui-autocomplete {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}
.autocomplete__list-item,
#autocomplete li,
.ui-autocomplete .ui-menu-item {
  background: #FFFFFF;
  color: #000000;
  cursor: default;
  white-space: pre;
}
.autocomplete__list-item a,
#autocomplete li a,
.ui-autocomplete .ui-menu-item a {
  width: 100%;
  display: block;
}
.autocomplete__list-item.is-selected, .autocomplete__list-item--is-selected,
#autocomplete li.is-selected,
.ui-autocomplete .is-selected.ui-menu-item,
#autocomplete .selected,
.ui-autocomplete .ui-menu-item .ui-state-active {
  background: #0074BD;
  color: #FFFFFF;
}
.autocomplete.is-throbbing, .autocomplete--is-throbbing,
.is-throbbing.form-autocomplete,
.form-autocomplete.throbbing {
  background-image: url(../..//forms/autocomplete/throbber-active.gif);
}

/*# sourceMappingURL=autocomplete.css.map */
