/*		$("a.text-muted.nav-link.active.is-active", lastItemProbablySafety).css({color: "white !important"}).attr("id", "safety-last-item-in-utility-nav"); // kill me now, and don't tell anybody I did this
		
		// text-muted nav-link active nav-link--internal-resources-safety is-active
		// text-muted nav-link        nav-link--internal-resources-safety*/
		
#safety-last-item-in-utility-nav.text-muted.nav-link.active.is-active{
	color: white;
}