/*
 * Map styles
 */
#map {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 100%;
}

.offcanvas {
	top: 50%;
	box-shadow: rgba(0,0,0,0.2) 0 0 6px;
}

@media (min-width: 768px) {
	.offcanvas {
		top: 66px; /* place below header */
	}
}

#filter-group-container {
	top: 64px;
	right: 42px;
	z-index: 10;
}

#filter-main label {
	font-size: 0.85em;
}

#filter-main label img {
	display: block;
	width: 40px;
	height: 40px;
	margin: 6px auto;
}

.mapboxgl-popup-content {
	box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
}

.popup-description {
	line-height: 1.25;
	margin-bottom: 0.5em;
}

.mapboxgl-ctrl-top-right .mapboxgl-ctrl.mapboxgl-ctrl-group {
	margin-top: 76px;
}
