/*
  I'm mad this exists IE9 has limites on stylesheets, as described here
  https://blogs.msdn.microsoft.com/ieinternals/2011/05/14/stylesheet-limits-in-internet-explorer/
*/

/** for the typeahead search */
.ie9 .autocomplete-field#autocomplete-input-container {
  display: block !important;
  width: 100% !important;

}

.ie9 .autocomplete-field#autocomplete-input-container .twitter-typeahead {
  width: 100% !important;
}

.ie9 .autocomplete-field#autocomplete-input-container #search-autocomplete {
  width: 100%!important;
  display: table-cell !important;
  float: left !important;
}

.ie9 .hero-search-submit-autocomplete {
  display: table-cell !important;
  float: right !important;
}

.ie9 .tt-suggestions {
  background-color: white;
}

.ie9 .tt-suggestion:hover {
  background-color: #DDD;
}
