

/* Start:/points/style.css?17842242461062*/
#map {
	height: 300px;
	overflow: hidden;
}

.points-list {
	display: none;
	overflow-y: auto;
	max-height: 300px;
	margin-top: 10px;
}
.points-list.open {
	display: block;
}
.points-section {
	font-size: 17px;
	text-transform: uppercase;
	margin-top: 25px;
	cursor: pointer;
	font-weight: 600;
}
.point {
	cursor: pointer;
}
.point.hidden-by-filter {
  display: none;
}

.map-outer {
	position: relative;
}

.point-modal {
	display: none;
	position: fixed;
	background-color: #fff;
	padding: 2rem;
	left: 10px;
	top: 10px;
	bottom: 10px;
	width: 40%;
	min-width: 280px;
	overflow-y: auto;
	z-index: 100;
}
.point-modal.open {
	display: block;
}
.point-modal-close {
	appearance: none;
	border-radius: 999px;
	position: absolute;
	right: 10px;
	top: 10px;
	width: 30px;
	height: 30px;
	background-color: #eee;
	border: none;
	text-align: center;
	line-height: 30px;
	box-sizing: border-box;
}

@media (min-width: 768px) {
	#map {
		height: 600px;
	}
	.point-modal {
		position: absolute;
	}
}
/* End */
/* /points/style.css?17842242461062 */
