.banner-image-wrapper .banner-image {
	width: 100%;
}

.location-wrapper {
	margin-top: 30px;
	width: 100%;
	max-width: 660px;
	margin-left: auto;
	clear: left;
	margin-bottom: 60px;
}

.location-title {
	text-transform: uppercase;
	background-color: rgb(8,81,128);
	color: white;
	padding: 10px;
	font-size: 24px;
	line-height: 36px;
}

.location-details-wrapper {
	margin-top: 20px;
	line-height: 20px;
	white-space: nowrap;
}

.location-info-wrapper {
	width: 45%;
	box-sizing: border-box;
	padding: 0 10px;
	display: inline-block;
	margin: 0;
	white-space: normal;
	vertical-align: top;
}

.location-info-wrapper.mailing-address {
	padding-bottom: 55px;
	border-left: 1px solid rgb(152,153,155);
	padding-left: 5%;
	width: 55%;
}

.location-info-title {
	font-weight: bold;
	font-size: 16px;
}

.location-info-phone {
	font-weight: bold;
	margin-top: 15px;
}

.location-info-phone a {
	color: #333;
}

.mailing-address-separator {
	display: none;
}

@media screen and (max-width: 600px){
	.location-info-wrapper {
		width: 100%;
		margin-bottom: 20px;
		display: block;
	}

	.mailing-address-separator {
		display: block;
	}

	.location-info-wrapper.mailing-address {
		padding: 0 10px;
		border-left: 0;
		width: 100%;
		margin-top: 20px;
	}
}

.location-list-banner {
	margin-top: 30px;
	padding: 20px 40px;
	background-color: #B2C7D5;
	text-align: center;
	color: white;
	line-height: 20px;
}

.location-list-banner .location-link {
	color: white;
	text-transform: uppercase;
}

.location-list-banner .location-link:hover {
	text-decoration: underline;
}

.location-content-wrapper {
	font-size: 16px;
	padding: 20px 0 0 10px;
}
