/* COUNTY SHAPE FILLS */
	.cls-1{fill:#F58F53;}/* ORANGE #ffe4ca */
	.cls-2,.cls-5{fill:#EFD56C;}/* YELLOW #fff9ae */
	.cls-3{fill:#B5C689;}/* MINT #d3ebdb */
	.cls-4{fill:#c3abd3;}/* PURPLE #c3abd3 */
	.cls-6{fill:#43ABC9;}/* PINK #facbd6 */
/* COUNTY SHAPE OUTLINES + HOVER */
	.county path, .county polyline, .county polygon {stroke:#535353;stroke-width:0.7px; opacity:.6;}
	.county path:hover, .county polyline:hover, .county polygon:hover {stroke: #000; stroke-width: 1px; opacity: 1; 
		-webkit-transition: all .3s ease; /* Fade to color for Chrome and Safari */
		-webkit-backface-visibility: hidden; /* Fix for transition flickering */
	}
/* COUNTY LABEL STYLES + HOVER from PARENT */
	.county-label {font-family: "Bevan", serif; font-weight: 400; font-style: normal; font-size:30px; opacity: 0;}
	tspan {display: none;} /* Hides element from displaying when hovered */
	.county:hover .county-label{opacity: 1;}
	.county:hover tspan {display: block;}