.location-onsite {
	padding-bottom:60px;
	font-size:19px;
}

.location-onsite h2 {
	margin-bottom:38px;
}

.location-table {
	display:table;
	table-layout:fixed;
	width:100%;
	background:url(/images/site/dots.png) left center repeat-x;
	cursor:pointer;
}

.location-onsite .location {
	color:#008cbd;
	display:table-cell;
}

.location-table:hover .location {
	color:#e98635;
}

.location-onsite .school {
	color:#e98635;
	display:table-cell;
	text-align:right;
	width:65%;
}

.location-table:hover .school {
	color:#008cbd;
}

.location-onsite span {
	background:#ffffff;
}

.location-onsite .location span {
	padding-right:5px;
}

.location-onsite .school span {
	padding-left:5px;
}

.location-onsite .row {
	margin-left:-50px;
	margin-right:-50px;
}

.location-onsite .col-md-4 {
	padding-right:50px;
	padding-left:50px;
}


@media(max-width:1199px){
	.location-onsite .row {
		margin-left:-20px;
		margin-right:-20px;
	}
	
	.location-onsite .col-md-4 {
		padding-right:20px;
		padding-left:20px;
	}
}

@media(max-width:767px){
	.location-onsite .row {
		margin-left:-15px;
		margin-right:-15px;
	}
	
	.location-onsite .col-md-4 {
		padding-right:15px;
		padding-left:15px;
	}
}