.geo-modal {
	display: none;
	position: fixed;
	z-index: 9999;
	left: 0; top: 0; width: 100%; height: 100%;
	background-color: rgba(0,0,0,0.5);
}

.geo-modal-content {
	background: #fff;
	margin: 10% auto;
	padding: 40px;
	border-radius: 6px;
	width: 94%;
	max-width: 450px;
	position: relative;
	height: 400px;
	max-height: 500px;
	background: url(../images/map-popup-bg.jpg) rgba(255,255,255,1) center center no-repeat;
	box-shadow: 0px 0px 5px rgba(0,0,0,.3);
}

.geo-modal-close {
	position: absolute;
	top: 10px; right: 15px;
	font-size: 20px;
	cursor: pointer;
}

@media screen and (max-width:767px) {
	.geo-modal-content {
		padding: 20px;
	}
}

.geo-modal h5 {
	text-align: center;
	color: #22895F !important;
}
.geo-modal button {
	background: none !important;
	background-color: transparent !important;
	border: none !important;
	text-align: center !important;
	color: #111F !important;
	font-weight: 700;
	width: 100%;
}

.searchByZipFRM {
	margin-bottom: 6px;
}

.searchLocation {
	display: flex;
	align-items: center;
	margin-bottom: 12px;
	padding-bottom: 12px;
	border-bottom: 1px solid #AAA;
}
.searchLocation:last-child {
	margin-bottom: 0px;
	border-bottom: none;
}
.searchLocation > :last-child {
	margin-left: auto;
}
.searchLocation .pinIcon {
	width: 25px;
	margin-right: 10px;
	background-image: url("./images/map-popup-pin.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	display: inline-block;
}

.setLocationByID {
	cursor: pointer;
}

#search_results {
  overflow: scroll;
  height: 200px;
  font-size: 14px;
}