.aButton {
display: inline-block;
padding-top: 14px;
margin-top: 15px;
/*margin-left: 88px;*/
width:173px;
height:44px;
background-color: #FF0000;
border-radius:6px;
color: white;
/*background: black;*/
text-align: center;
cursor: pointer;
outline: 0;
border: none;
transition: background 0.5s;
text-decoration: none;
}

.z-button.location-button {
	background-color: #FF0000;
	color: #FFFFFF;
	border-radius: 6px;
	padding: 0 2em;
	line-height: 2.5em;
}

img.location-image {
	float: right;
	margin-left: 20px;
	max-width: 40%;
}

.aClass ul li {
	width:50%;
	float:left;
}


.locations-sidebar {
	background-color: #e7e7e7;
}

.locations-sidebar ul,
.locations-sidebar li {
	list-style: none;
	display: block;
	margin: 0;
	padding: 0;
}

.locations-sidebar a {
	display: block;
	color: #000000;
	text-decoration: none;
	font-size: 16px;
	font-family: 'Montserrat Medium';
	text-transform: uppercase;
	padding: 0 20px;
	line-height: 3em;
}
.locations-sidebar li.active a {
	background-color: #FF0000;
	color: #FFFFFF;
}


@media screen and (max-width: 1362px) {

}

@media screen and (max-width: 992px) {
	.locations-sidebar {
		width: auto !important;
	}
	.locations-sidebar li {
		display: inline-block;
	}
}

@media screen and (max-width: 767px) {
	img.location-image {
		float: none;
		display: block;
		padding: 0;
		margin: 0 auto 20px;
		max-width: 100%;
	}
}

@media screen and (max-width: 479px) {
	.locations-sidebar {
		width: 85% !important;
	}
	.locations-sidebar li {
		display: block;
	}
}
