﻿.block-policy-map {
	clear: both;
	padding-top: 20px;
}
#mapwrapper {
	max-width: 1920px;
	margin: 0 auto;
	padding: 0 0;
	background-color: transparent;
	min-width: 220px;
}
#map_base svg {
	max-height: 100%;
	width: 100%;
	margin: 0;
}
@media screen and (max-width: 320px){
	#map_base svg {
		height:140px;
	}
}
@media screen and (max-width: 480px) and (min-width: 321px) {
	#map_base svg {
		height:250px;
	}
}
@media screen and (max-width: 568px) and (min-width: 481px) {
	#map_base svg {
		height:300px;
	}
}
@media screen and (max-width: 685px) and (min-width: 569px) {
	#map_base svg {
		height:350px;
	}
}
@media screen and (max-width: 767px) and (min-width: 686px) {
	#map_base svg {
		height:420px;
	}
}
@media screen and (max-width: 979px) and (min-width: 768px) {
	#map_base svg {
		height:470px;
	}
}
@media screen and (max-width: 1024px) and (min-width: 980px) {
	#map_base svg {
		height:608px;
	}
}
@media screen and (max-width: 1280px) and (min-width: 1025px) {
	#map_base svg {
		height:632px;
	}
}
@media screen and (min-width: 1281px) {
	#map_base svg {
		height:792px;
	}
}
#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;
}