/*                                                 harriet_hawk.css
 * Site specific styles for Hawk
 *
 * REQ1900002 02/27/19 jlg - copied from FG Hawk
 * REQ1900002 03/21/19 jlg - Small HS fixes
 * REQ1940036 06/04/19 jlg - Add in new HS landing
 * REQ1990001 06/20/19 jlg - Rewrite CSS rules
 * REQ1940064 07/01/19 cvc- Change color of H1 tag on landing pages
 * REQ1940067 07/18/19 jlg - Add in featured products for category widgets
 * REQ1930038 08/06/19 jlg - Hawk nudges
 */
 
/* We only want to include site specific Hawk styles */
#content .sitebody .grid_12 .hawkitemlistHolder .itemList .grid_3 .itemWrapper.hawk-itemWrapper .itemTitle > a:hover,
a.moreColorsLink,
a.itembrowseLink:hover,
.itemWrapper.hawk-itemWrapper .itemTitle > a:hover,
a.moreColorsLink:hover, 
.seo-breadcrumb-container a:hover, 
a.breadCrumbLnk:hover,
.hawkWidgets h1,
.hawkCustom h1 {
   color: #0081ab;
}
/* Important because HS has an important on it */
li.hawkFacet-active >a span.hawk-selectionInner {
   color: #0081ab !important;
}
.hawk-listingControls .hawk-pagination .hawk-paging span.hawk-pageActive {
   background-color: #B2D4EF;
}
#content .sitebody .grid_12 .hawk-guidedNavWrapper .hawk-navGroup a span.hawk-selectionInner {
   background: unset;
}
