.map {
	overflow: hidden;
	margin-top: 50px;
	padding: 10px;
}

.map__image path {
	
	fill: #CCCCCC;
	fill-opacity: 1;
	stroke: white;
	stroke-opacity: 1;
	stroke-width:0.5;
	transition: fill 0.3s
}
.map__image .is-active path {
	fill: #002E98;
}

.map__list a {
	color: inherit;
	text-decoration: none;
	transition: font-weight color 0.3s;
}

.map__list a:hover {
	text-decoration: none;
}

.map__list a.is-active {
	color: #99271A;
	font-weight: bold;
}
