*, *::after, *::before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

[class^='colu-'] {
	float: left;
	text-align: left; /* left-align the content in this block */
	font-family: gravitylight;
}

.colu-2of10{
	width: 100%;
}

.colu-3of10{
	width: 33%;
	display: inline-block;
	float: center;
}

.colu-4of10{
	display: inline-block;
}


/* ------------ media queries -------------- */


@media(max-width: 45.3em){
	.colu-2of10{
		width: 100%;
	}
	.row{
		max-width: 100%;
	}
	.emerbutton-animate{
		max-width: 100%;
	}
}