
/*  GRID OF FOUR   ============================================================================= */

	
.span_4_of_4 {
	width: 100%;
}
.span_3_of_4 {
	width: 74.6%;
}
.span_2_of_4 {
	width: 49.2%;
}
.span_1_of_4 {
	width: 25%;
}
.academic_box {
	background-color: #0972eb;
	margin-right: 10px;
	padding-top: 10px;
	padding-bottom: 4px;
	text-align: center;
}
.academic_box2 {
	background-color: #0972eb;
	margin-right: 0px;
	padding-top: 10px;
	padding-bottom: 4px;
	text-align: center;
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
.span_4_of_4 {
	width: 100%;
}
.span_3_of_4 {
	width: 100%;
}
.span_2_of_4 {
	width: 100%;
}
.span_1_of_4 {
	width: 100%;
}
.academic_box {
	background-color: #1a82f7;
	margin-right: 0px;
	margin-bottom: 5px;
	padding-top: 10px;
	padding-bottom: 4px;
	text-align: center;
}
.academic_box2 {
	background-color: #1a82f7;
	margin-right: 0px;
	margin-bottom: 5px;
	padding-top: 10px;
	padding-bottom: 4px;
	text-align: center;
}
}
