#locations_div {
	padding: 1em;
  	border: 1px solid rgba(0,0,0,.15);
	border-top:none;
	overflow: auto;
	max-height: 20em;
	position: absolute; 
  	z-index:10000;
	background-color:#fff;
	text-align: left;
	width: 95%;
}
#locations_div > span{font-weight: bold;}
.custom-control-label{    white-space: nowrap}

.dropdown-menu {
	z-index: 1;
}

#searcher_home_box {
	padding-top: 1rem;
}

/* Small devices (landscape phones, 992px and up) */
@media (min-width: 992px) {
	#searcher_home_box {
		text-align: center;
		background-color: #fff;
		padding: 1.2em;
		border-radius: 6px;
		z-index: 999;
		box-shadow: 0px 2px 5px #333;
		position: absolute;
		margin-top: -10em;
	}
}

@media (min-width: 768px) {  
    #locations_div {
		width: 100%;
		max-width: calc(100% + 3vw);
    }
}