@charset "utf-8";

	
.locations {
	width: 72%;
	float: left;
	clear: none;
}

		
.location {
	float: left;
	width: 100%;
	border-top: 1px dotted hsla(215,47%,46%,1.00);
	margin-top: 20px;	
}	
		
.map {
	width: 92%;
	height: 240px;
	margin-top: 10px;
	margin-bottom: 30px;
	-webkit-box-shadow: 1px 1px 5px 0px hsla(0,0%,0%,0.30);
	box-shadow: 1px 1px 5px 0px hsla(0,0%,0%,0.30);
}	

.locationInfo {
	width: 100%;
	float: left;
}

.locationInfo p {
	margin-bottom: 5px;
	font-size: 15px;
}

.locationInfo figure {
	float: left;
	padding-right: 20px;
	width: 25%;
	max-width: 200px;
	margin-bottom: 20px;
}

.locationInfo figure img {
	-webkit-box-shadow: 1px 1px 3px 2px hsla(0,0%,0%,0.15);
	box-shadow: 1px 1px 3px 2px hsla(0,0%,0%,0.15);
}

.locationInfo .column {
	float: left;
	padding-right: 40px;
	margin-bottom: 10px;
	margin-bottom: 20px;
}

.locationInfo .column.address {
	width: 50%;
}

.locationInfo .column.hours {
	width: 25%;
}


@media (max-width:1400px){
	
.locations {
	width: 70%;
}
	
.map {
	width: 100%;
}
}



@media (max-width:1200px){
	
.locations {
	width: 68%;
}
		
.locationInfo figure {
	width: 25%;
}

.locationInfo .column.address {
	width: 45%;
}

.locationInfo .column.hours {
	width: 30%;
}
	
.locationInfo p {
	font-size: 14px;
}	
}




@media (max-width:1000px){
.locations {
	width: 100%;
}	

.map {
	width: 90%;
}
}




@media (max-width:767px){
	
.map {
	width: 100%;
}
}



@media (max-width:680px){
.locationInfo figure {
	width: 100%;
}

.locationInfo .column.address {
	width: 100%;
}

.locationInfo .column.hours {
	width: 100%;
}
	
.locationInfo p {
	font-size: 16px;
}	
}
