Created by: ianagne
The .search__hint div blocks a portion of the search input. If the user clicks around the word "Search" they are unable to activate the search input.
- Remove z-index from .search__hint before it is active
- Add z-index to .search__hint--active so it only blocks a portion of the search bar after the user has already clicked the search bar
- Add z-index to .search__input so it is clickable above other elements