
/* Styles for screens that are atleast 768px; */
@media only screen and (min-width: 48em) {
.row .large-1 {
	position: relative;
	width: 8.33333%;
}
.row .large-2 {
	position: relative;
	width: 16.66667%;
}
.row .large-3 {
	position: relative;
	width: 25%;
}
.row .large-4 {
	position: relative;
	width: 33.33333%;
}
.row .large-5 {
	position: relative;
	width: 41.66667%;
}
.row .large-6 {
	position: relative;
	width: 50%;
}
.row .large-7 {
	position: relative;
	width: 58.33333%;
}
.row .large-8 {
	position: relative;
	width: 66.66667%;
}
.row .large-9 {
	position: relative;
	width: 75%;
}
.row .large-10 {
	position: relative;
	width: 83.33333%;
}
.row .large-11 {
	position: relative;
	width: 91.66667%;
}
.row .large-12 {
	position: relative;
	width: 100%;
}
}

@media only screen {
[class*="block-grid-"] > li {
	display: block;
	height: auto;
	float: left;
	padding: 0 10px 10px;
}
.large-block-grid-3 > li {
	width: 33.33333%;
	padding: 0 10px 10px;
}
.large-block-grid-3 > li:nth-of-type(3n+1) {
	clear: both;
}
}
