
#autosuggest__input::-moz-placeholder {
  color: #888888;
}
#sitewide-search-container .fa-search,
#autosuggest__input::placeholder {
  color: #888888;
}
#autosuggest__input {
  border-radius: 5px;

  outline: none;
  position: relative;
  display: block;
  font-size: 15px;
  border: 1px solid #888888;
  padding: 15px;
  margin: 12px;
  width: 400px;
  height: 40px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
#autosuggest__input:focus {
  box-shadow: none;
}
#autosuggest__input.autosuggest__input-open {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.autosuggest__results-container {
  position: relative;
  width: 100%;
}
.autosuggest__results {
  font-weight: 300;
  margin: 0;
  position: absolute;
  z-index: 10000001;
  width: 100%;
  background: white;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  padding: 0px;
  overflow: scroll;
  overflow-x: hidden;
  max-height: 70vh;
}
.autosuggest__results ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.autosuggest__results-before {
  background: whiteSmoke;
  padding: 10px 15px;
}
.autosuggest__results-after {
  background: whiteSmoke;
  padding: 15px;
}
.autosuggest__results-item {
  cursor: pointer;
  border-bottom: 1px solid whiteSmoke;
  line-height: inherit !important;
}
#autosuggest ul:nth-child(1) > .autosuggest__results_title {
  border-top: none;
}
.autosuggest__results .autosuggest__results_title {
  color: gray;
  font-size: 11px;
  margin-left: 0;
  padding: 15px 13px 5px;
  border-top: 1px solid lightgray;
}
autosuggest__results-item--highlighted
  autosuggest__results-item
  .autosuggest__results
  .autosuggest__results-item:active,
.autosuggest__results .autosuggest__results-item:hover,
.autosuggest__results .autosuggest__results-item:focus,
.autosuggest__results
  .autosuggest__results-item.autosuggest__results-item--highlighted {
  background-color: #ddd;
}
.connection-agency,
.connection-email-phone {
  text-transform: none;
  padding-top: 3px;
}
nav #main-menu li a.autosuggest__results-item-link {
  text-decoration: none;
  color: inherit;
  padding: 15px 15px !important;
  width: 100%;
  height: 100%;
}


/*# sourceMappingURL=header_components-bc942ca7.css.map*/