.bh-sl-map {
	height: 400px;
	width: 100%;
	display: inline-block;
}

.bh-sl-loc-list {
	height: 400px;
	width: 100%;
	display: inline-block;
	position: relative;
}

.bh-sl-loc-list ul {
	list-style: outside none;
	padding-left: 0;
	overflow: scroll;
	height: 350px;
	background-color: #006da5;
	color: #fff;
	display: flex;
	flex-wrap: wrap;
}

.bh-sl-loc-list ul li {
	background: transparent;
	padding: 1.5rem 0;
	border-bottom: 1px solid #001522;
	margin: 0 1rem;
	flex: 1 1 100%;
}

.bh-sl-loc-list ul li:last-of-type {
	border-bottom: none;
}

.bh-sl-loc-list .loc-heading {
	font-family: "Rajdhani", sans-serif;
	font-weight: 500;
	min-height: 50px;
	background-color: #001522;
	color: #fff;
	line-height: 50px;
	font-size: 1.35rem;
	padding: 0 1.5rem;
}

.location .name {
	font-size: 1.35rem;
	font-weight: 500;
	margin-bottom: 8px;
}

.location {
	font-family: "Rajdhani", sans-serif;
	font-size: 1.15rem;
}

.location .info {
	padding-left: 30px;
	margin-bottom: 8px;
	line-height: 1.5rem;
	
	background-position: 0px 2px;
	background-size: 22px;
	background-repeat: no-repeat;
}

.location .info.phone {
	background-image: url('../images/distributors/phone.svg');
}

.location .info.address {
	background-image: url('../images/distributors/location.svg');
}

.location .info.fax {
	background-image: url('../images/distributors/fax.svg');
}

.location a {
	color: #fff;
	text-decoration: underline;
	cursor: pointer;
}

.btn.white {
	background: #fff;
	transition: 0.3s;
}

.btn.white:hover {
	background: #006da5;
	color: #fff;
}

.distributor-search-form {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 1.5rem;
}

.distributor-search-form .left {
	flex: 1 1 100%;
	padding: 0;
}

.distributor-search-form .left .btn {
	width: 100%;
}

.distributor-search-form .or {
	flex: 1 1 100%;
	line-height: 45px;
	font-family: "Rajdhani", sans-serif;
	white-space: nowrap;
	text-align: center;
}

.distributor-search-form .right {
	padding: 0;
	flex: 1 1 100%;
	position: relative;
}

.distributor-search-form .right input {
	border: none;
	background: #ededed;
	color: #707070;
	height: 41px;
	
	display: block;
	width: 100%;
	margin-bottom: 25px;
}

.distributor-search-form .right button {
	width: 100%;
}

.distributor-search-form .right label {
	position: absolute;
	font-size: 0.75rem;
	text-transform: uppercase;
	left: 0;
	top: 40px;
}

#loading {
	font-family: "Rajdhani", sans-serif;
	display: none;
	padding: 1rem;
}

#no-results {
	font-family: "Rajdhani", sans-serif;
	display: none;
	position: relative;
	top: 20px;
}

#loading img {
	max-width: 25px;
	margin-right: 5px;
	display: inline-block;
	position: relative;
	top: 7px;
}

.gm-style-iw {
	font-family: "Rajdhani", sans-serif;
	font-size: 1rem;
	color: #fff;
	padding-right: 10px;
}

.gm-style-iw .name {
	font-size: 1.3rem;
}

@media (min-width: 510px) {
	.bh-sl-loc-list ul li {
		flex: 1 1 40%;
		display: inline-block;
	}
}

@media (min-width: 730px) {
	.distributor-search-form .left {
		flex: 1 1 30%;
		padding: 1rem 1rem 1rem 0;
	}
	
	.distributor-search-form .or {
		flex: 1 1 5%;
		padding: 1rem;
	}
	
	.distributor-search-form .right {
		flex: 1 1 65%;
		padding: 1rem 0 1rem 1rem;
	}
	
	.distributor-search-form .right label {
		top: 55px;
		left: 1rem;
	}
	
	.distributor-search-form {
		flex-wrap: nowrap;
	}
	
	.distributor-search-form .right input {
		width: calc(100% - 175px);
		margin-bottom: 0;
		display: inline-block;
	}
	
	.distributor-search-form .right button {
		width: 150px;
	}
}

@media (min-width: 925px) {
	.bh-sl-loc-list {
		float: left;
		width: 27%;
	}
	
	.bh-sl-map {
		width: 73%;
	}
	
	.bh-sl-loc-list ul li {
		flex: 1 1 100%;
		display: inline-block;
	}
}

h1.more-heading {
	font-size: 2rem;
	line-height: 35px;
	text-transform: initial;
	margin-top: 2rem;
	cursor: pointer;
}

h1.more-heading a {
	text-decoration: none;
	color: inherit;
}

.more-distributor {
	display: none;
	margin-top: 1rem;
}

.more-arrow {
	font-size: 0.75rem;
	color: #cacaca;
}

.more-arrow.icon-right-arrow {
	font-size: 1.5rem;
}

.more-arrow.open::before {
	content: "\e902";
}