.unis {
	clear: both;
	overflow: hidden;
	border-bottom: 1px solid;
}
.uni {
	width: 18%;
	padding: 1%;
	display: inline-block;
	text-align: center;
	float: left;
}
.unis .uni:nth-child(5n+1) {
	clear: both;
	overflow: hidden;
}
.uni .college-icon {
	width: 84px;
	height: 84px;
	padding: 5px;
	position: relative;
	border: 1px solid;
	margin: 20px auto;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
}
.uni .college-icon img {
	max-height: 100%;
	max-width: 100%;
	display: block;
	margin: 0 auto;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
}
.uni .desc {
	clear: both;
	overflow: hidden;
	margin: 10px 0;
}
.uni .desc p {
	font-size: 14px;
	padding: 0;
	text-align: center;
	line-height: 18px;
}
.unis.large .uni {
	width: 48%;
}
.unis.large .uni h4 {
	font-size: 22px;
	line-height: 28px;
}
.unis.large .uni .college-icon {
	width: 93.5%;
	height: auto;
	padding: 3%;
	margin: 20px auto;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
}
.unis.large .uni .college-icon img {
	top: 0;
	transform: translateY(0);
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
}
.unis.large .uni .desc p {
	font-size: 16px;
	line-height: 22px;
}

/* Responsive */
	@media all and (max-width: 800px) {
		.uni { width: 31%; }
		.unis .uni:nth-child(3n+1) { clear: both; overflow: hidden; }
	}
	@media all and (max-width: 500px) {
		.uni { width: 48%; }
		.unis .uni:nth-child(3n+1) { clear: none; }
		.unis .uni:nth-child(2n+1) { clear: both; overflow: hidden; }
	}