/* impact campaign styles */
.hidden {
	display:none !important;
}
.not-found {
	display: none;
}
.bg-red {
	background: #990000;
}
.school-list-header.et_pb_row {
	width: 100%;
	padding: 12px 0px;
	color: #fff;
}
.school-list-header > div {
	padding:20px;
}
ul.school-list {
	list-style:none;
}
.school-list .school-list-item {
	padding: 20px;
	width:100%;
	max-width:1310px;
}
.school-list .school-list-item a {
	color: #000;
	font-weight:bold;
}
.school-list .school-list-item.odd {
	background: #ccc;
}
.school-list .school-list-item.even {
	background: #e1e1e1;
}
.school-list .et_pb_button.et_pb_button_1 {
	font-size: 1em !important;
}

.loadmore {
	width: 250px;
	margin: 0 auto;
	border: 2px solid #990000;
	padding: 10px 50px;
	font-size: 18px;
	text-align: center;
	color: #990000;
	margin-top: 40px;
	cursor: pointer;
	border-radius: 50px;
}
.loadmore a {
	color: #990000;
  text-decoration: none;
  font-weight:bold;
}