/*                                                                      */
/* 		        	MASTER SPRITE     	                   		        */
/*                                                                      */
/* v001 02 Aug 2019 -   Initial version identical to non-consultancy    */
/* v002 17 Dec 2019 -   Improve reference to FAQs (fix)                 */
/*                                                                      */
/*                                                                      */

div.panel-type2 p:before,               /* ARP 3 icons */ 
div.panel-type3 p:before,

/*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 */
nav.primary ul li a,                    /* For arrows before mobile subnav (from PPG) */
#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 news icon */
  background-repeat: no-repeat;
  background-position: -9999px -9999px;
  background-image: var(--master-sprite);
}


