 
.locClass ul {
	float: left;
	margin: 10px 0 40px 0;
	padding: 0;
	list-style: none;
	display: inline-block;
}
.locClass li {
	float: left;
	display: block;
	clear: both;
	list-style: none;
	position: relative;
	margin-left: 0;
	margin-right: 20px;
	padding-left: 20px;
	color: #000000;
	line-height: 2.5em;
}
.locClass li:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	display: inline-block;
	margin-top: -5px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #FF0000;
}



.content-container {
	position: relative;
}
.content-container .content {
	position: relative;
	z-index: 20;
	max-width: 50%;
	min-height: 640px;
}
.content-container .locations-map {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 15;
	float: none;
	width: auto;
}


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

}

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

}

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

}

@media screen and (max-width: 479px) {
	.locClass ul {
		margin-top: 0;
		margin-bottom: 0;
	}
}
