.block-policy-map {
	clear: both;
	padding-top: 20px;
}
#mapwrapper {
	margin: 0 auto;
	padding: 0 0;
	background-color: transparent;
}
#map_base svg {
	max-height: 100%;
	width: 100%;
	margin: 0;
}
#map-tip {
    font: 14px/16px Trebuchet MS, Helvetica, Arial, sans-serif;
    display: none;
    padding: 25px 20px;
    color: #000;
    z-index: 1000;
    float: left;
    position: absolute;
	top: -100px;
    background: url('/sites/all/themes/uss/images/white-transparency.png');
    word-break: keep-all;
    white-space: nowrap;
}
#map-tip .tooltip-state-name {
    font-weight: bold;
    font-size:18px;
}
#map-tip .tooltip-location {
    color: #00529b;
    font-size:12px;
}
#map-tip .arrow-left {
	position: absolute;
	top: 0;
	left: -10px;
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-right: 10px solid white;
	opacity: 0.9;
}
