.hero{
	background-image: url('/static/assets/homepage/topo.png');
	background-size: 90%;
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 50vh;
}

.hero .search-shadow {
	-webkit-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.5);
}

.hero #search-input {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#auto-complete-results {
    top: 45px;
    right: 0;
    z-index: 10;
    position: absolute;
    background-color: #fff;
    left: 0;
}
#auto-complete-results:hover {
	cursor: pointer;
}
.auto-result {
	padding: 10px;
}
.auto-result.active {
	background-color: #f8f9fa;
}
.auto-result.active .badge{
	background-color: #cc1717;
	color:#fff;
}

.auto-result .address {
	font-weight: bold;
}

#home-coverage-map {
    width: 100%;
    height: 40vh;
    background-color: #eaeaea;	
}

@media only screen and (max-width:768px){
	.hero{
		height: inherit;
		background-image: none;
	}
}
