/*
Implementation Skeleton v3 - 12/6/18
Add styles to overwrite customer CSS, USE WITH CAUTION.
*/

/* a-to-z letters inline */
ul.sitemap li{
	display:inline;
	margin-left:.7em;
}

/* advanced search feature button text */
#ou-search-results .ou-search-advanced-heading .ou-search-open-advanced:before {
	color: white !important;
}

#ou-search-results #ou-search-open-advanced {
	color: white !important;
}

/* display no results found on search page */
#ou-search-results h2 {
    display: block !important;
}

/* 246326 */
.nav-dropdown-div.open-left .dropdown-menu {
  right: 0 !important;
}