/*  GRID OF EIGHT   ============================================================================= */

	
.span_8b_of_8 {
	width: 75%;
	border: 3px double #5b75a2;
	border-radius: 50px; 
	text-align: center;
}

.span_7_of_8 {
	width: 87.3%; 
}

.span_6_of_8 {
	width: 74.6%;
	border: 3px double #5b75a2;
	border-radius: 50px; 
	text-align: center;
}

.span_5_of_8 {
	width: 61.9%; 
}

.span_4_of_8 {
	width: 49.2%; 
}

.span_3_of_8 {
	width: 36.5%;
	border: 3px double #5b75a2;
	border-radius: 50px;
}

.span_2_of_8 {
	width: 23.8%; 
}

.span_1_of_8 {
	width: 11.1%; 
}

@media only screen and (max-width: 724px) {

	.span_3_of_8 {
	border: 0;
	border-radius: 0; 

	}
	.span_6_of_8 {
	border: 0;
	border-radius: 0; 

	}
}



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

@media only screen and (max-width: 724px) {
	.span_8_of_8 {
		width: 100%; 
	}
	.span_7_of_8 {
		width: 100%; 
	}
	.span_6_of_8 {
		width: 100%;
		border: 0;
		border-radius: 0; 
	}
	.span_5_of_8 {
		width: 100%; 
	}
	.span_4_of_8 {
		width: 100%; 
	}
	.span_3_of_8 {
		width: 100%;
	border: 0;
	border-radius: 0; 

	}
	.span_2_of_8 {
		width: 100%; 

	}
	.span_1_of_8 {
		width: 100%; 
	}
}