.page-id-15 #content #instructions-link {
	margin-bottom: 25px !important;
	display: inline-block;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 700;
	display: none;
	margin-right: 10px;
	background: #4f91cd !important;
	color: #fff !important;
	padding: 4px 8px;
	border-radius: 3px;
}

.page-id-15 #content #instructions-link:hover {
    text-decoration: none;
    background: #4882b7 !important;
}

.bsdg-map {
	position: relative;
}

.bsdg-map #map {
	height: 980px;
	z-index: 8;
}

.bsdg-map #map h1,
.bsdg-map #map h2,
.bsdg-map #map h3,
.bsdg-map #map h4,
.bsdg-map #map h5,
.bsdg-map #map h6,
.bsdg-map #map li,
.bsdg-map #map p,
.bsdg-map #map a {
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif !important;
}

.bsdg-map #loading {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 980px;
	background: #fff;
	z-index: 12;
}

.bsdg-map #loading img {
	position: absolute;
	left: 50%;
	top: 0;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
}

.bsdg-map #ajax-loader {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 980px;
	background: rgba(0, 0, 0, 0.5);
	z-index: 12;
}

.bsdg-map #ajax-loader > div {
	color: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.bsdg-map #ajax-loader span {
	color: rgba(255, 255, 255, 0.9);
}

#main-nav .dropdown li:not(.has-form) a:not(.button):hover {
	text-decoration: none !important;
}

.bsdg-map .leaflet-modal .modal-content .loading-print {
	/*margin-top: 0 !important;*/
}

.bsdg-map .loading-print img {
	position: relative;
	top: -2px;
}

.bsdg-map .leaflet-modal .loading-print strong,
.bsdg-map .leaflet-modal .no-result strong {
	font-size: 14px !important;
}

.bsdg-map .view-details-disabled,
.bsdg-map .view-details-disabled:hover {
	background: #ccc !important;
	color: #fff !important;
	cursor: default !important;
}

.bsdg-map .custom-marker {
	-ms-transform-origin: center center;
	-webkit-transform-origin: center center;
	transform-origin: center center;
}

.bsdg-map #view-legend-button {
	background: #fff url(../legend-icon.png) 13px center no-repeat;
    text-align: left;
    width: 170px;
    margin-bottom: 0;
    padding: 10px 8px 10px 35px;
    border: 2px solid rgba(0, 0, 0, 0.2);
    background-clip: padding-box;
    border-radius: 5px;
    color: #666 !important;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 10px;
}

.bsdg-map #view-legend-button:hover {
	background-color: #f4f4f4;
	color: #444 !important;
}

.bsdg-map #print-map-button {
	background: #fff url(../print-icon.png) center center no-repeat;
    padding: 15px;
    border: 2px solid rgba(0, 0, 0, 0.2);
    background-clip: padding-box;
    border-radius: 4px;
}

.bsdg-map #print-map-button:hover {
	background-color: #f4f4f4;
	color: #444 !important;
}

.bsdg-map .leaflet-control-easyPrint {
	display: none;
}

.bsdg-map .legend-layer {
	/*display: none;*/
	text-align: left;
	width: 230px;
	top: -10px;
	margin-bottom: 0;
    overflow-y: auto;
    max-height: 400px;
    padding: 8px 10px !important;
	border: 2px solid rgba(0, 0, 0, 0.2);
	background: #fff;
	background-clip: padding-box;
    border-radius: 5px;
    color: #444 !important;
}

.bsdg-map .legend-layer #schools-base-legend span {
	border-radius: 100%;
    width: 10px;
    height: 10px;
    position: relative;
    top: -1px;
    left: 3px;
}

.bsdg-map .legend-layer h4 {
	padding-right: 52px;
	position: relative;
}

.bsdg-map .legend-layer #schools-base-legend h4 span,
.bsdg-map .legend-layer h4 span {
	position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
	left: auto !important;
    width: auto !important;
    height: auto !important;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 700;
    border-radius: 2px !important;
    padding: 2px 4px 0;
    color: #fff;
    border: none !important;
}

.bsdg-map .legend-layer table {
	border: none;
	margin: 0 0 5px;
}

.bsdg-map .legend-layer table[data-legend-type="overlay"] h4 {
	padding-right: 0 !important;
}

.bsdg-map .legend-layer table:last-of-type {
	margin-bottom: 0;
}

.bsdg-map .legend-layer table tbody tr:nth-child(even) {
	background-color: transparent;
}

.bsdg-map .legend-layer tbody {
	border: none;
	background-color: transparent;
}

.bsdg-map .legend-layer td {
	padding: 0;
	border: none;
}

.bsdg-map .legend-layer td span {
	display: inline-block;
	width: 15px;
	height: 15px;
	border: 1px solid rgba(35, 35, 35, 1.0);
}

.bsdg-map .legend-layer tr td:first-of-type {
	position: relative;
	top: 1px;
}

.bsdg-map .legend-layer h2 {
	text-transform: none !important;
	font-size: 14px;
	border-bottom: 1px solid #eee;
	padding-bottom: 5px;
}

.bsdg-map .legend-layer h4 {
	font-size: 12px;
    font-weight: bold;
	text-transform: none !important;
	margin-bottom: 8px;
	cursor: help;
}

.bsdg-map .legend-layer ul {
	margin: 0;
	padding: 0;
}

.bsdg-map .legend-layer li {
	position: relative;
	list-style: none !important;
	line-height: 30px !important;
}

.bsdg-map .legend-layer li div {
	width: 20px;
	height: 4px;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.bsdg-map .legend-layer li:first-of-type div {
	text-align: center;
	top: 0;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.bsdg-map .legend-layer li:first-of-type div img {
	display: inline-block;
	width: 70% !important;
}

.bsdg-map .no-poverty-layer {
	text-align: left;
	width: 304px;
	margin-bottom: 0;
    padding: 8px 10px !important;
	border: 2px solid rgba(0, 0, 0, 0.2);
	background: #fff;
	background-clip: padding-box;
    border-radius: 5px;
    color: #666 !important;
    font-weight: bold;
}

.bsdg-map .no-poverty-layer h2 {
	font-size: 12px;
	text-transform: none !important;
}

.bsdg-map .print-info-layer {
	display: none;
	text-align: left;
	margin-bottom: 0;
    padding: 8px 10px !important;
	border: 2px solid rgba(0, 0, 0, 0.2);
	background: #fff;
	background-clip: padding-box;
    border-radius: 5px;
    color: #666 !important;
    font-weight: bold;
}

.bsdg-map .print-info-layer h4 {
	font-size: 12px;
	text-transform: none !important;
}

.bsdg-map .print-info-layer p {
	font-size: 12px !important;
	font-weight: 400;
	margin-bottom: 0;
}

.bsdg-map .municipalities-layer {
	text-align: left;
	width: 226px;
	margin-bottom: 0;
    padding: 8px 10px !important;
	border: 2px solid rgba(0, 0, 0, 0.2);
	background: #fff;
	background-clip: padding-box;
    border-radius: 5px;
    color: #666 !important;
    font-weight: bold;
}

.bsdg-map .municipalities-layer h4 {
	font-size: 12px;
	text-transform: none !important;
}

.bsdg-map .municipalities-layer div {
	font-weight: 400 !important;
}

.bsdg-map .municipalities-layer ul {
	margin: 0;
	padding: 0;
}

.bsdg-map .municipalities-layer li {
	list-style: none !important;
	line-height: 21px;
}

.bsdg-map .municipalities-layer li input {
	margin-bottom: 0;
}

.bsdg-map .municipalities-layer li label {
	font-size: 12px !important;
}

.bsdg-map .municipalities-layer input[name="municipality"]:checked + label {
	font-weight: 700;
}

.bsdg-map .municipalities-layer #print-associations {
	background: url(../print-icon.png) 33px 6px no-repeat;
    opacity: 0.6;
    margin-top: 10px;
    padding-top: 10px;
    padding-left: 25px;
    text-align: center;
    padding-bottom: 2px;
    border-top: 1px solid #eee;
    text-transform: uppercase;
    font-size: 10px;
    display: block;
    width: 100%;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.bsdg-map .municipalities-layer #print-associations:hover {
	opacity: 1;
}

.bsdg-map .sidebar {
	width: 300px !important;
	padding: 10px 15px 0;
	/*display: none;*/
}

.bsdg-map .sidebar input[type="range"] {
	width: 100%;
	display: none;
}

.bsdg-map .leaflet-sidebar {
	width: 300px !important;
}

.bsdg-map .leaflet-sidebar.left.visible ~ .leaflet-left {
	left: 310px;
}

.bsdg-map .sidebar hr {
    padding-bottom: 10px;
    margin-bottom: 10px;
	margin-top: 0;
    border-bottom: 1px solid #eee !important;
}

.bsdg-map .sidebar #chart {
	margin-bottom: 20px;
}

.bsdg-map .sidebar h2 {
    text-transform: uppercase !important;
    font-size: 14px;
	margin-bottom: 10px;
}

.bsdg-map .sidebar ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.bsdg-map .sidebar img {
	width: 100%;
	display: block;
	margin: 10px 0;
}

.bsdg-map .sidebar ul label {
	font-size: 12px !important;
	line-height: 18px !important;
	margin: 0 !important;
}

.bsdg-map .sidebar ul input {
	margin-bottom: 0;
}

.bsdg-map .sidebar ul li h5 {
	text-transform: none;
	font-size: 12px;
	margin-bottom: 5px;
}

.bsdg-map .sidebar ul li {
	position: relative;
	padding-left: 20px;
	margin-bottom: 5px;
}

.bsdg-map .sidebar ul li:last-of-type {
	margin-bottom: 0;
}

.bsdg-map .sidebar ul li.has-options {
	padding-left: 0;
    padding-bottom: 8px;
    margin-bottom: 10px;
    border-bottom: 1px solid #eee;
}

.bsdg-map .sidebar ul li > input {
	position: absolute;
	left: 0;
	top: 3px;
}

.bsdg-map .sidebar ul li.has-options input {
	position: relative;
	top: 3px;
}

.bsdg-map .sidebar ul li.has-options label {
	padding-left: 4px;
}

.bsdg-map .sidebar ul li.has-options div {
	margin-bottom: 2px;
	padding-left: 0;
}

.bsdg-map .sidebar th,
.bsdg-map .sidebar td {
	font-size: 12px !important;
}

.bsdg-map .sidebar table tbody tr:nth-child(even) {
	background: transparent !important;
}

.bsdg-map .sidebar table td {
	padding: 8px 10px !important;
	border: 1px solid #eee;
}

.bsdg-map .sidebar table td.feature-label {
	font-weight: 700;
    border-right: 1px solid #eee;
    background: #fafafa;
    text-transform: none;
	color: #666;
}

.bsdg-map .sidebar label {
	cursor: help !important;
}

.bsdg-map .sidebar input {
	cursor: pointer !important;
}

.bsdg-map #leaflet-control-layers-group-0 {
	padding-bottom: 10px;
	margin-bottom: 12px;
	border-bottom: 1px solid #eee;
}

.bsdg-map #leaflet-control-layers-group-2 {
	padding-top: 7px;
	margin-top: 10px;
	border-top: 1px solid #eee;
}

.bsdg-map .leaflet-control-layers-list h4 {
	font-size: 12px;
	text-transform: none !important;
}

.bsdg-map .leaflet-control-layers-list input[type="radio"],
.bsdg-map .leaflet-control-layers-list input[type="checkbox"] {
	margin-bottom: 0;
}

.bsdg-map .leaflet-control-layers-list label {
	/*cursor: pointer;*/
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 5px;
}

.bsdg-map #leaflet-control-layers-group-0 label {
	cursor: help;
}

.bsdg-map #leaflet-control-layers-group-0 label:last-of-type,
.bsdg-map #leaflet-control-layers-group-1 label:last-of-type {
	margin-bottom: 0;
}

.bsdg-map .leaflet-control-layers-list input {
	cursor: pointer;
}

.bsdg-map .leaflet-control-layers-expanded {
	width: 304px !important;
    padding: 8px 10px !important;
}

.bsdg-map .leaflet-control-layers-group-name {
	margin-left: 0;
}

.bsdg-map .leaflet-control-layers-overlays .leaflet-control-layers-group:last-of-type {
	margin-bottom: 0;
}

.bsdg-map .modal-content.modal-content-ajax-loader {
	max-width: 55px !important;
    padding: 10px !important;
}

.bsdg-map .modal-content.modal-content-ajax-loader .close {
	display: none;
}

.bsdg-map .modal-content .modal-inner {
	position: relative;
}

.bsdg-map .modal-content .modal-inner.modal-inner-large {
	height: 540px;
	overflow-y: auto;
}

.bsdg-map .modal-content .modal-inner.modal-inner-small {
	height: 173px;
	overflow-y: hidden;
}

.bsdg-map .modal-content .modal-inner.modal-inner-tiny {
	height: 116px;
    overflow-y: hidden;
}

.bsdg-map .modal-content .modal-inner.modal-inner-ajax-loader {
	height: auto;
    overflow-y: hidden;
	text-align: center;
}

.bsdg-map .modal-content .modal-inner.modal-inner-ajax-loader span {
	font-size: 16px;
    text-transform: uppercase;
    position: relative;
    top: 3px;
}

.bsdg-map .modal-content .modal-inner .attribute-chart {
	margin: 10px 0 5px;
}

.bsdg-map .modal-content .modal-inner-large .attribute-chart {
	/*width: 97%;*/
	width: 100%;
}

.bsdg-map .modal-content .modal-inner .attribute-chart .chart-guide {
	text-align: center;
	font-style: italic;
}

.bsdg-map .modal-content .modal-inner .image-caption {
	position: absolute;
	width: 100%;
	background: rgba(0, 0, 0, 0.5);
	bottom: 0;
	padding: 8px 14px;
	color: #fff;
}

.leaflet-control-layers-overlays .leaflet-control-layers-selector {
	margin-right: 4px;
	line-height: 14px !important;
	position: relative;
	top: 3px;
}

.leaflet-touch .leaflet-bar a {
	color: #333 !important;
}

.leaflet-touch .leaflet-bar a:hover {
	color: #222 !important;
	text-decoration: none !important;
}

.leaflet-popup-content-wrapper {
	border-radius: 4px;
}

.leaflet-popup-content {
	margin: 15px 10px 10px;
	text-align: left;
}

.leaflet-popup-content h5,
.leaflet-popup-content p {
	margin: 0;
}

.leaflet-popup-content .view-details {
	text-transform: uppercase;
    font-weight: 700;
    background: #006b87;
    color: #fff;
    padding: 8px 20px;
    font-size: 10px;
    letter-spacing: 1px;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.leaflet-popup-content .view-details:hover {
	background: #076279;
}

.leaflet-popup-content h4 {
	/*color: #b78721 !important;*/
    margin-bottom: 5px;
    font-size: 1.2em;
}

.leaflet-popup-content p {
	margin: 0;
	color: #444 !important;
}

.leaflet-popup-content hr {
    margin: 10px auto 15px;
    border-bottom: 1px solid #eee;
}

.leaflet-popup-content input {
	display: inline-block;
	background: #b78721 !important;
	color: #fff !important;
	padding: 8px 16px;
	text-transform: uppercase;
	font-size: 0.8em;
	font-weight: 700;
	letter-spacing: 1px;
	border: none !important;
	webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.leaflet-popup-content input:hover {
	background: #ca982e !important;
}

.leaflet-container a.leaflet-popup-close-button:hover {
	color: #ca982e !important;
	text-decoration: none;
}

.leaflet-modal {
	z-index: 20000 !important;
}

.leaflet-modal .modal {
	overflow: hidden;
}

.leaflet-modal .close {
	position: absolute;
	top: 2px;
	right: 5px;
	z-index: 9999999;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.leaflet-modal .close:hover {
	opacity: 1 !important;
	color: #444 !important;
}

.leaflet-modal.show {
	cursor: default;
}

.leaflet-modal .modal-content {
	max-width: 900px;
	padding: 25px;
	position: relative;
}

.leaflet-modal .modal-content .modal-inner table {
    margin: 0 0 20px !important;
    position: relative;
    top: 10px;
}

.leaflet-modal .modal-content .modal-inner-large table {
	width: 805px;
}

.leaflet-modal .modal-content .modal-inner-small table,
.leaflet-modal .modal-content .modal-inner-tiny table {
	width: 848px;
}

.leaflet-modal .modal-content .modal-inner table tbody tr:nth-child(even) {
	background: transparent !important;
}

.leaflet-modal .modal-content .modal-inner table td {
	cursor: auto;
	border: 1px solid #eee;
}

.leaflet-modal .modal-content .modal-inner table td.feature-label,
.leaflet-modal .modal-content .modal-inner table td.feature-label-narrow,
.leaflet-modal .modal-content .modal-inner table td.feature-label-wide {
	font-weight: 700;
	border-right: 1px solid #eee;
	background: #fafafa;
	text-transform: none;
	width: 35%;
}

.leaflet-modal .modal-content .modal-inner table td.feature-label-narrow {
	width: 26%;
}

.leaflet-modal .modal-content .modal-inner table td.feature-label-wide {
	width: 55%;
}

.leaflet-modal .modal-content .modal-inner hr {
	margin: 10px auto 15px;
}

.leaflet-modal .modal-content .modal-inner h5 {
	margin: 0 !important;
	font-size: 13px !important;
	position: relative;
	top: 1px;
}

.leaflet-modal .modal-content .modal-inner p {
	margin: 6px 0 !important;
}

.leaflet-modal .modal-content .modal-inner p:last-of-type {
	margin-bottom: 0 !important;
}

.leaflet-sidebar .close {
	display: none !important;
	top: 18px !important;
    right: -3px;
	background: none;
	color: #ddd !important;
	z-index: 999;
	webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.leaflet-sidebar .close:hover {
	color: #ccc !important;
	text-decoration: none;
}

.leaflet-container a.leaflet-popup-close-button {
	color: #ddd !important;
}

.leaflet-container a.leaflet-popup-close-button:hover {
	color: #ccc !important;
}

#leaflet-control-layers-group-1 label {
	line-height: 16px !important;
	margin-top: 5px;
}

#leaflet-control-layers-group-1 .leaflet-control-layers-group-label {
	margin-top: 0;
	margin-bottom: 7px;
	line-height: 14px !important;
}

.bsdg-map .links-layer,
.bsdg-map .layer-transparency-control-layer {
	text-align: left;
	width: 250px;
	margin-bottom: 0;
    padding: 8px 10px !important;
	border: 2px solid rgba(0, 0, 0, 0.2);
	background: #fff;
	background-clip: padding-box;
    border-radius: 5px;
    color: #666 !important;
    font-weight: bold;
}

.bsdg-map .links-layer h4,
.bsdg-map .layer-transparency-control-layer h4 {
	font-size: 12px;
	text-transform: none !important;
}

.bsdg-map .links-layer ul,
.bsdg-map .layer-transparency-control-layer ul {
	margin: 0;
	padding: 0;
}

.bsdg-map .links-layer li,
.bsdg-map .layer-transparency-control-layer li {
	list-style: none !important;
}

.marker-cluster-small {
	background-color: rgba(181, 226, 140, 0.6);
}

.marker-cluster-small div {
	background-color: rgba(110, 204, 57, 0.6);
}

.marker-cluster-medium {
	background-color: rgba(241, 211, 87, 0.6);
}

.marker-cluster-medium div {
	background-color: rgba(240, 194, 12, 0.6);
}

.marker-cluster-large {
	background-color: rgba(253, 156, 115, 0.6);
}

.marker-cluster-large div {
	background-color: rgba(241, 128, 23, 0.6);
}

/* IE 6-8 fallback colors */
.leaflet-oldie .marker-cluster-small {
	background-color: rgb(181, 226, 140);
}

.leaflet-oldie .marker-cluster-small div {
	background-color: rgb(110, 204, 57);
}

.leaflet-oldie .marker-cluster-medium {
	background-color: rgb(241, 211, 87);
}

.leaflet-oldie .marker-cluster-medium div {
	background-color: rgb(240, 194, 12);
}

.leaflet-oldie .marker-cluster-large {
	background-color: rgb(253, 156, 115);
}

.leaflet-oldie .marker-cluster-large div {
	background-color: rgb(241, 128, 23);
}

.marker-cluster {
	background-clip: padding-box;
	border-radius: 20px;
}

.marker-cluster div {
	width: 30px;
	height: 30px;
	margin-left: 5px;
	margin-top: 5px;

	text-align: center;
	border-radius: 15px;
	font: 12px "Helvetica Neue", Arial, Helvetica, sans-serif;
}

.marker-cluster span {
	line-height: 30px;
}

.leaflet-cluster-anim .leaflet-marker-icon, .leaflet-cluster-anim .leaflet-marker-shadow {
	-webkit-transition: -webkit-transform 0.3s ease-out, opacity 0.3s ease-in;
	-moz-transition: -moz-transform 0.3s ease-out, opacity 0.3s ease-in;
	-o-transition: -o-transform 0.3s ease-out, opacity 0.3s ease-in;
	transition: transform 0.3s ease-out, opacity 0.3s ease-in;
}

.leaflet-cluster-spider-leg {
	-webkit-transition: -webkit-stroke-dashoffset 0.3s ease-out, -webkit-stroke-opacity 0.3s ease-in;
	-moz-transition: -moz-stroke-dashoffset 0.3s ease-out, -moz-stroke-opacity 0.3s ease-in;
	-o-transition: -o-stroke-dashoffset 0.3s ease-out, -o-stroke-opacity 0.3s ease-in;
	transition: stroke-dashoffset 0.3s ease-out, stroke-opacity 0.3s ease-in;
}

.easyPrintHolder .a3CssClass { 
	background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTguMS4xLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDQ0NC44MzMgNDQ0LjgzMyIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDQ0LjgzMyA0NDQuODMzOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjUxMnB4IiBoZWlnaHQ9IjUxMnB4Ij4KPGc+Cgk8Zz4KCQk8cGF0aCBkPSJNNTUuMjUsNDQ0LjgzM2gzMzQuMzMzYzkuMzUsMCwxNy03LjY1LDE3LTE3VjEzOS4xMTdjMC00LjgxNy0xLjk4My05LjM1LTUuMzgzLTEyLjQ2N0wyNjkuNzMzLDQuNTMzICAgIEMyNjYuNjE3LDEuNywyNjIuMzY3LDAsMjU4LjExNywwSDU1LjI1Yy05LjM1LDAtMTcsNy42NS0xNywxN3Y0MTAuODMzQzM4LjI1LDQzNy4xODMsNDUuOSw0NDQuODMzLDU1LjI1LDQ0NC44MzN6ICAgICBNMzcyLjU4MywxNDYuNDgzdjAuODVIMjU2LjQxN3YtMTA4LjhMMzcyLjU4MywxNDYuNDgzeiBNNzIuMjUsMzRoMTUwLjE2N3YxMzAuMzMzYzAsOS4zNSw3LjY1LDE3LDE3LDE3aDEzMy4xNjd2MjI5LjVINzIuMjVWMzR6ICAgICIgZmlsbD0iIzAwMDAwMCIvPgoJPC9nPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=);
}

.leaflet-range-control {
    background-color: #fff;
	display: none;
}

.leaflet-range-control.vertical {
    width: 26px;
    padding-bottom: 5px;
    padding-top: 5px;
    text-align: center;
}

.leaflet-range-control.horizontal {
    width: 304px;
    margin-bottom: 0;
    padding: 8px 10px !important;
}

.leaflet-range-control .leaflet-range-icon {
    display: inline-block;
    float: left;
    width: 26px;
    height: 26px;
    background-image: url('data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjMDAwMDAwIiBoZWlnaHQ9IjI0IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSIyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCiAgICA8cGF0aCBkPSJNMCAwaDI0djI0SDB6IiBmaWxsPSJub25lIi8+DQogICAgPHBhdGggZD0iTTE1IDE3djJoMnYtMmgydi0yaC0ydi0yaC0ydjJoLTJ2Mmgyem01LTE1SDRjLTEuMSAwLTIgLjktMiAydjE2YzAgMS4xLjkgMiAyIDJoMTZjMS4xIDAgMi0uOSAyLTJWNGMwLTEuMS0uOS0yLTItMnpNNSA1aDZ2Mkg1VjV6bTE1IDE1SDRMMjAgNHYxNnoiLz4NCjwvc3ZnPg==');
}

.leaflet-range-control input[type=range] {
    display: block;
    cursor: pointer;
    width: 100%;
    margin: 0px;
}

.leaflet-range-control input[type=range][orient=horizontal] {
    width: 100%;
}

.leaflet-range-control input[type=range][orient=vertical] {
    height: 150px;
    writing-mode: bt-lr;

    /*
     * -webkit-appearance is non-standard and may break in the future:
     * https://developer.mozilla.org/en-US/docs/Web/CSS/-moz-appearance
     * However, for now it's the only way to get a vertical range input on Chrome.
     */
    -webkit-appearance: slider-vertical;
}

/* Hack to target IE 10 & 11 */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .leaflet-range-control.vertical {
        padding-bottom: 15px;
    }

    .leaflet-range-control input[type=range][orient=vertical] {
        writing-mode: bt-lr;
        width: 45px;
        margin-left: -11px;
    }
}
