  /* Fix city dropdown background to white */
  .dropdown-menu li a,
  .dropdown-menu li a:hover,
  .dropdown-menu li.active a,
  .dropdown-menu > li > a:focus {
    background-color: #fff !important;
    color: #000 !important;
  }

  /* Also reset button background */
  #cityDropdown {
    background-color: #fff !important;
    color: #000 !important;
    border: 1px solid #ccc !important;
  }

  /* Remove any Bootstrap green hover/active highlight */
  .dropdown-menu > li > a:hover,
  .dropdown-menu > li.active > a {
    background-color: #f5f5f5 !important;
    color: #000 !important;
  }
#citySearch {
  display: none !important;
}
