﻿h3.hovertag {background:#222222; color:#ffff00; font-size:18px !important; letter-spacing:-0.5px !important}

#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:110px;}
	
}
@media screen and (max-width: 400px) and (min-width: 321px) {
	#map_base svg {height:140px;}
	h3.hovertag {font-size:10px !important; letter-spacing:-0.5px !important}
}
@media screen and (max-width: 480px) and (min-width: 401px) {
	#map_base svg {height:182px;}
	h3.hovertag {font-size:10px !important; letter-spacing:-0.5px !important}
}
@media screen and (max-width: 568px) and (min-width: 481px) {
	#map_base svg {height:222px;}
	h3.hovertag {font-size:12px !important; letter-spacing:-0.5px !important}
}
@media screen and (max-width: 685px) and (min-width: 569px) {
	#map_base svg {height:266px;}
	h3.hovertag {font-size:12px !important; letter-spacing:-0.5px !important}
}
@media screen and (max-width: 767px) and (min-width: 686px) {
	#map_base svg {height:324px;}
	h3.hovertag {font-size:14px !important; letter-spacing:-0.5px !important}
}
@media screen and (max-width: 979px) and (min-width: 768px) {
	#map_base svg {height:364px;}
	h3.hovertag {font-size:14px !important; letter-spacing:-0.5px !important}
}
@media screen and (max-width: 1024px) and (min-width: 980px) {
	#map_base svg {height:470px;}
	h3.hovertag {font-size:16px !important; letter-spacing:-0.5px !important}
}
@media screen and (max-width: 1280px) and (min-width: 1025px) {
	#map_base svg {height:490px;}
	h3.hovertag {font-size:16px !important; letter-spacing:-0.5px !important}
}
@media screen and (min-width: 1281px) {
	#map_base svg {height:616px;}
}
#map-tip {
    font: 12px/14px Trebuchet MS, Helvetica, Arial, sans-serif;
    display: none;
    padding: 10px;
    border: none;
    color: #edeef0;
    z-index: 1000;
    float: left;
    position: absolute;
    /*gradient color*/
    background: #222222;
    word-break: keep-all;
    white-space: nowrap
}
#map-tip p {
	margin: 0!important;
}
#map-tip img {
	float: left;
	padding: 3px;
}


