

#us-map{
	cursor: not-allowed;
}

#us-map path{
	transition: .25s ease-in-out all;
	cursor: pointer;
}

#us-map path[id]:not([id='frames']):hover{
	transition: .25s ease-in-out all;
	fill: #DDD;
}

#us-map path.state{
	fill: #CCC;
	stroke: #FFF;
}

#us-map path.disabled{
	fill: #bbb !Important;
	cursor: no-drop;
	pointer-events: none !important;
}
#us-map path.disabled:hover{
	fill: #FFF !important;
}

.elementor-interactive_map-state-template .tippy-backdrop{
	background: none !important;
}

/*Override Tippy */
.tippy-tooltip{
	padding: 0px !important;
	backround-color: transparent !important;
}