/***********************SVG****************************/
.vacancy-map-background{
	position: absolute;
	width: calc(100% - 22px);
}
.vacancy-map-background img{
	position: relative;
	left: 0px;
	width: 100%;
}

.vacancy-map-svg-container{
	position: relative;
	width: calc(100% - 2px);
}
.vacancy-map-svg-container svg{
	width: 100%;
	pointer-events: none;
}
.vacancy-map-svg-container svg a{
	pointer-events: auto;
}
#borderlines{fill: #872235;}
#i80,#indi,#wis,#i39,
#mchenry,#lake,#i88,
#sc,#i57,#nk,#fox,
#i55,#nwc,#cs,#cd,#nc,
#cn,#nd,#ohare,#swc,
#wc{fill: rgba(0,0,0,0);}

#i80:hover,#indi:hover,
#wis:hover,#i39:hover,
#mchenry:hover,#lake:hover,
#i88:hover,#sc:hover,
#i57:hover,#nk:hover,
#fox:hover,#i55:hover,
#nwc:hover,#cs:hover,
#cd:hover,#nc:hover,
#cn:hover,#nd:hover,
#ohare:hover,#swc:hover,
#wc:hover{
	fill: rgba(0,0,0,.25);
}
#none{fill: rgba(0,0,0,0);}


