}
Skip to content
- Choosing a selection results in a full page refresh.
- Opens in a new window.
/* Force search icon to be green */
svg.icon.icon-search,
svg.icon-search,
.icon-search path {
color: #00ff00 !important;
fill: #00ff00 !important;
stroke: #00ff00 !important;
}
/* Backup: override any icon within header or nav */
.header [class*="icon-search"],
.header svg.icon-search,
.header .icon-search path {
color: #00ff00 !important;
fill: #00ff00 !important;
stroke: #00ff00 !important;
}