@import url(http://fonts.googleapis.com/css?family=Open+Sans);
@import url(http://fonts.googleapis.com/css?family=Roboto);
@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed);
@font-face {
    font-family: 'BebasNeueRegular';
    src: url('/library/Pipeline101/fonts/BebasNeue-webfont.eot');
    src: url('/library/Pipeline101/fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
         url('/library/Pipeline101/fonts/BebasNeue-webfont.woff') format('woff'),
         url('/library/Pipeline101/fonts/BebasNeue-webfont.ttf') format('truetype'),
         url('/library/Pipeline101/fonts/BebasNeue-webfont.svg#bebas_neueregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
div.interactive-map area {
	cursor: pointer;
}
div.interactive-map div.map-canvas {
	position: relative;
	width: 750px;
	height: 544px;
	background-image: url('/images/map/map-background.png');
	z-index: 1;
}
div.interactive-map div.map-source {
	position: absolute;
	bottom: 8px;
	right: 12px;
	font-family: 'Open Sans-Serif', sans-serif;
	font-size: 10px;
	color: #666666;
}
div.interactive-map div.region-canvas,
div.interactive-map div.map-canvas img {
	position: absolute;
	top: 0;
	left: 0;
	width: 750px;
	height: 544px;
	z-index: 2;
}
.map-canvas .map-text {
	position: absolute;
	top: 13px;
	left: 350px;
	z-index: 2;
	font-family: 'BebasNeueRegular', sans-serif;
	text-transform: uppercase;
	font-size: 21px;
	line-height: 32px;
	font-weight: normal;
	margin-bottom: 0;
	white-space: nowrap;
}
.map-canvas .map-text-none {
	display:none;
}
div.interactive-map img.map-hover,
div.interactive-map div.map-hover {
	z-index: 500;
}
div.interactive-map div.region-canvas {
	background-image: url('/images/map/map-background.png');
	z-index: 1000;
}
div.interactive-map div.region-close {
	cursor: pointer;
	position: absolute;
	width: 16px;
	height: 16px;
	top: 20px;
	right: 20px;
	background-image: url('/images/map/region-close.png');
}
div.interactive-map div.region-content {
	position: absolute;
	width: 230px;
	height: 350px;
	top: 7px;
	left: 29px;
	font-family: 'Roboto', sans-serif;
	font-size: 13px;
}
div.interactive-map div.region-content h1 {
	font-family: 'BebasNeueRegular', sans-serif;
	text-transform: uppercase;
	font-size: 32px;
	line-height: 32px;
	font-weight: normal;
	margin-bottom: 0;
}
div.interactive-map div.region-content hr {
	color: #bdbec0;
	opacity: 0.75;
}
div.interactive-map div.region-content p {
	font-size: 13px;
	margin-top: 19px;
}
div.interactive-map div.legend {
	position: absolute;
	width: 209px;
	height: 142px;
	left: 17px;
	bottom: 21px;
	background-image: url('/images/map/legend-background.png');
	z-index: 501;
}
div.interactive-map div.region-close,
div.interactive-map div.region-legend {
	z-index: 1001;
}
div.interactive-map ul.legend-labels {
	display: block;
	position: absolute;
	top: 20px;
	left: 27px;
	padding: 0;
	list-style-type: none;
	max-width: 70px;
	overflow: hidden;
}
div.interactive-map ul.legend-labels li {
	cursor: pointer;
	display: block;
	height: 25px;
	font-family: 'BebasNeueRegular', sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	line-height: 25px;
	white-space: nowrap;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
div.interactive-map ul.legend-labels .check {
	display: inline-block;
	vertical-align: top;
	margin: 7px 7px 0 0;
	padding: 0;
	width: 11px;
	height: 11px;
	background-image: url('/images/map/checkbox.png');
	background-position: -11px 0;
	background-repeat: no-repeat;
}
div.interactive-map ul.legend-labels .check.off {
	background-position: 0 0;
}
div.interactive-map ul.legend-bars {
	display: block;
	position: absolute;
	top: 20px;
	right: 25px;
	width: 85px;
	padding: 0;
	list-style-type: none;
}
div.interactive-map ul.legend-bars li {
	display: block;
	height: 22px;
	margin: 3px 15px 0 15px;
	background-image: url('/images/map/legend-bar-orange.png');
	background-position: -15px 0;
	background-repeat: no-repeat;
}
div.interactive-map ul.legend-bars li div {
	float: left;
	margin-left: -15px;
	width: 15px;
	height: 22px;
	background-image: url('/images/map/legend-bar-orange.png');
	background-position: 0 0;
	background-repeat: no-repeat;
}
div.interactive-map ul.legend-bars li div.right-cap {
	float: right;
	margin-right: -15px;
	background-position: -135px 0;
}
div.interactive-map ul.legend-bars .green,
div.interactive-map ul.legend-bars .green div {
	background-image: url('/images/map/legend-bar-green.png');
}
div.interactive-map ul.legend-bars .purple,
div.interactive-map ul.legend-bars .purple div {
	background-image: url('/images/map/legend-bar-purple.png');
}
div.interactive-map ul.legend-bars .blue,
div.interactive-map ul.legend-bars .blue div {
	background-image: url('/images/map/legend-bar-blue.png');
}