.googleMapFrame {
	width: 100%;
	padding-top: 50%;
	position: relative;
	margin-bottom: 25px;
	color: black;
}
.googleMapFrame .map-infobox {
	color: black !important;
}
.googleMapFrame .map-infobox a {
	color: blue !important;
}
#googleMap {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

.distributors-search {
	display: flex;
}
.distributors-search button {
	white-space: nowrap;
}

.distributors-list .distributor {
	clear: both;
	padding-top: 25px;
}
.distributors-list:after {
	content: '';
	display: block;
	clear: both;
}
.distributors-list h3 {
	background-color: #f68628;
	/*background: linear-gradient(90deg, #6280a3, #597696);*/
	color: white;
	padding: 5px;
}
.distributor-data-row > span {
	display: block;
}
@media (min-width: 768px) {
	.distributor-data-col-1,
	.distributor-data-col-2 {
		width: 50%;
		float: left;
	}
	.distributor-data-row > span {
		display: inline;
		width: 70%;
		float: left;
	}
	.distributor-data-row > span:first-child {
		width: 30%
	}
}
