/*                                                                      */
/* 		        	MASTER SPRITE     	                   		        */
/*                                                                      */
/* v001 02 Aug 2019 -   Initial version identical to non-consultancy    */
/* v002 17 Dec 2019 -   Improve reference to FAQs (fix)                 */
/*                                                                      */
/*                                                                      */

header.banner #logo, 				    /* For main logo */
header.banner #func ul a,	 		    /* For mobile nav icons */
nav.primary ul li.home a, 				/* For home icon on primary nav */
header #search-icon, 					/* For search icon in desktop header */
header.home nav.primary pagetitle,	    /* For home icon on mobile page title */
#slideshow-nav a, 						/* For indicators on Featured Content */
nav.secondary h3,						/* For chevrons on Secondary nav */
a.rss-feed, 							/* For RSS icon */
ul.resource li,							/* For PDF icon */
ul.vid-list li,							/* For Video icon */
.search-bar input.submit, 				/* For search icon */
div.timeline > div,					 	/* For calendar icon */
.faq-item-container div.expandable h3,	/* For FAQ's two chevrons */
div.expandable.faqstyle h3,             /* For FAQ's two chevrons */
#main div.news-item-container > div {	/* For new icon */
  background-repeat: no-repeat;
  background-position: -9999px -9999px;
  background-image: url(https://cms03.s3-eu-west-1.amazonaws.com/csg-ux-01-master-20191217.png);
}


