.content h3 {
    padding-bottom: .125em;
}

#board-map {
		width: 99vw;
		height:99vh;
		/* margin: 0 auto; */
		order: 1;
	
	width: 100%;
	height: 400px;
}

@media only screen and (min-width: 768px) { /* sm screens and up */
	#board-map {
		height: 700px;
	}
}

.myLabelClass {
    background: none;
	border: none;
	box-shadow: none;
	color: #fff;
/*
	background-color: gray;
	padding: 1px;
	padding-left: 15px;
	padding-right: 7px;
	opacity: 0.5;
*/
    font-family: "Source Sans Pro", sans-serif;
	font-weight: 600; 
	text-shadow: 0 0 2px #000;
}

/* .myGeocoderClass {
	width: 700px;
	max-width: 93vw;
} */

.leaflet-pelias-control{
	width: 800px;
	max-width: 93vw;
}


.legendDiv, .metadataDiv, .titleInfoDiv {
    font: 14px/16px "Source Sans Pro", sans-serif;
    background: #fff;
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
    border-radius: 5px;
    padding: 6px 8px;
}

.metadataDiv, .titleInfoDiv {
	max-width: 93vw;
	display: none;	/* JH */
}

.legendDiv h5, .metadataDiv h5, .titleInfoDiv h5 {
	float: left;
	color: #fff;
	background-color: gray;
	padding: 5px;
	font-weight: 600;
	width: 100%;
}

label {
	font: 12px "Source Sans Pro", sans-serif;
	padding: 2px;
}

.cardController {
	margin-top: 7px;
	margin-left: 7px;
	margin-right: 5px;
	padding: 2px;
	padding-left: 7px;
	float: right;
	height: 10px;
	width: 10px;
	border: solid #fff;
	border-width: 0 2px 2px 0;
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

.cardController:hover {
	opacity: 0.5;
	cursor: pointer;
}

.faq-text {
	font: 14px "Source Sans Pro", sans-serif;
	padding: 3px;
	line-height: 1.25;
}

.taz-text {
	font: 14px "Source Sans Pro", sans-serif;
	padding: 1px;
	line-height: 1;
}

.faqInfoDiv .collisionTypeSpan {
	display: inline-block;
	width: 45%;
	text-align: center;
	background-color: #fff;
	color: #000;
	padding: 3px;
	border-radius: 5px;
	border: 1px solid #aaa;
	margin: 5px 0px 1px 10px;
}

.faqInfoDiv .collisionTypeSpan:hover {
	cursor: pointer;
	opacity: 0.5;
}

.faqInfoDiv input:checked + .collisionTypeSpan {
	background-color: #084C8D;
	color: #fff;
	border: 1px solid #fff;
	opacity: 0.7;
}

.leaflet-popup-content-wrapper {
	padding-right: 10px;
	border-radius: 3px;
}

.leaflet-popup-content {
	margin: 5px;
}

#percentile-slider, #cost-slider {
	width: 250px;
	height: 10px;
	margin: 0 auto;
}

.percentileRangeLabel {
	padding: 0px 0px 5px 35px;
}

.costRangeLabel {
	padding: 0px 0px 5px 35px;
}

.tazInfoDiv {
	cursor: move;
}

.my-legend .legend-title {
    text-align: left;
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 90%;
    padding: 5px;
}

.my-legend .legend-scale ul {
    margin: 0;
    margin-bottom: 5px;
    padding: 0;
    float: left;
    list-style: none;
}

.my-legend .legend-scale ul li {
    font-size: 80%;
    list-style: none;
    margin-left: 0;
    line-height: 18px;
    margin-bottom: 2px;
    padding: 5px;
}

.my-legend ul.legend-labels li span {
    display: block;
    float: left;
    height: 3px;
    width: 30px;
    margin-right: 5px;
    margin-left: 0;
    margin-top: 8px;
}

.my-legend .legend-source {
    font-size: 70%;
    color: #999;
    clear: both;
}

.my-legend a {
    color: #777;
}



.leaflet-touch .leaflet-control-layers-toggle {
	display: none;	/* JH */
}
.leaflet-interactive {
/*	cursor: grab;	 */
}
.leaflet-bottom .leaflet-control {
	margin-bottom: 0;
}
.leaflet-tooltip h5 {
	font-weight: 600;
}

#board-map h5 {
	font-family: "Source Sans Pro", sans-serif;
	text-align: center;
	line-height: 1.25;
	padding: .25em .75em;
}
#board-map ul {
	margin-left: 0;
	padding-bottom: 0;
}
