/* Use on index page only (so it doesn't interfere with LibGuides): hides search box on narrow displays to avoid confusing users on home page */
@media only screen and ( max-width: 710px ){
div#s-lg-guide-header-search
{
display: none;
}
}
/* End of hider code*/
