* {
	position: relative;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
/* GRID */
.container {
	width: 100%;
	padding: 30px 0;
	margin-bottom: 60px;
}
.grid,
.alm-listing {
	position: relative;
	display: grid;
	grid-template-columns: repeat(12, 1fr);
	grid-row-gap: 0;
	grid-column-gap: 50px;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 60px;
	margin-right: 60px;
	padding: 0;
}
.grid.full-width {
	margin: 0;
}
.grid.icon-grid {
	margin-left: 102px;
	margin-right: 102px;
}
.column {
	width: 100%;
	height: auto;
}
.column.large-1 {
	grid-column-start: span 1;
}
.column.large-2 {
	grid-column-start: span 2;
}
.column.large-3 {
	grid-column-start: span 3;
}
.column.large-4 {
	grid-column-start: span 4;
}
.column.large-5 {
	grid-column-start: span 5;
}
.column.large-6 {
	grid-column-start: span 6;
}
.column.large-7 {
	grid-column-start: span 7;
}
.column.large-8 {
	grid-column-start: span 8;
}
.column.large-9 {
	grid-column-start: span 9;
}
.column.large-10 {
	grid-column-start: span 10;
}
.column.large-11 {
	grid-column-start: span 11;
}
.column.large-12 {
	grid-column-start: span 12;
}
/* 1 column */
.column.large-1.large-offset-0 {
	grid-column-start: span 1;
}
.column.large-1.large-offset-1 {
	grid-column: 2 / span 1;
}
.column.large-1.large-offset-2 {
	grid-column: 3 / span 1;
}
.column.large-1.large-offset-3 {
	grid-column: 4 / span 1;
}
.column.large-1.large-offset-4 {
	grid-column: 5 / span 1;
}
.column.large-1.large-offset-5 {
	grid-column: 6 / span 1;
}
.column.large-1.large-offset-6 {
	grid-column: 7 / span 1;
}
.column.large-1.large-offset-7 {
	grid-column: 8 / span 1;
}
.column.large-1.large-offset-8 {
	grid-column: 9 / span 1;
}
.column.large-1.large-offset-9 {
	grid-column: 10 / span 1;
}
.column.large-1.large-offset-10 {
	grid-column: 11 / span 1;
}
.column.large-1.large-offset-11 {
	grid-column: 12 / span 1;
}
/* 2 columns */
.column.large-2.large-offset-0 {
	ggrid-column-start: span 2;
}
.column.large-2.large-offset-1 {
	grid-column: 2 / span 2;
}
.column.large-2.large-offset-2 {
	grid-column: 3 / span 2;
}
.column.large-2.large-offset-3 {
	grid-column: 4 / span 2;
}
.column.large-2.large-offset-4 {
	grid-column: 5 / span 2;
}
.column.large-2.large-offset-5 {
	grid-column: 6 / span 2;
}
.column.large-2.large-offset-6 {
	grid-column: 7 / span 2;
}
.column.large-2.large-offset-7 {
	grid-column: 8 / span 2;
}
.column.large-2.large-offset-8 {
	grid-column: 9 / span 2;
}
.column.large-2.large-offset-9 {
	grid-column: 10 / span 2;
}
.column.large-2.large-offset-10,
.column.large-2.large-offset-11 {
	grid-column: 11 / span 2;
}
/* 3 columns */
.column.large-3.large-offset-0 {
	grid-column-start: span 3;
}
.column.large-3.large-offset-1 {
	grid-column: 2 / span 3;
}
.column.large-3.large-offset-2 {
	grid-column: 3 / span 3;
}
.column.large-3.large-offset-3 {
	grid-column: 4 / span 3;
}
.column.large-3.large-offset-4 {
	grid-column: 5 / span 3;
}
.column.large-3.large-offset-5 {
	grid-column: 6 / span 3;
}
.column.large-3.large-offset-6 {
	grid-column: 7 / span 3;
}
.column.large-3.large-offset-7 {
	grid-column: 8 / span 3;
}
.column.large-3.large-offset-8 {
	grid-column: 9 / span 3;
}
.column.large-3.large-offset-9,
.column.large-3.large-offset-10,
.column.large-3.large-offset-11 {
	grid-column: 10 / span 3;
}
/* 4 columns */
.column.large-4.large-offset-0 {
	grid-column-start: span 4;
}
.column.large-4.large-offset-1 {
	grid-column: 2 / span 4;
}
.column.large-4.large-offset-2 {
	grid-column: 3 / span 4;
}
.column.large-4.large-offset-3 {
	grid-column: 4 / span 4;
}
.column.large-4.large-offset-4 {
	grid-column: 5 / span 4;
}
.column.large-4.large-offset-5 {
	grid-column: 6 / span 4;
}
.column.large-4.large-offset-6 {
	grid-column: 7 / span 4;
}
.column.large-4.large-offset-7 {
	grid-column: 8 / span 4;
}
.column.large-4.large-offset-8,
.column.large-4.large-offset-9,
.column.large-4.large-offset-10,
.column.large-4.large-offset-11 {
	grid-column: 9 / span 4;
}
/* 5 columns */
.column.large-5.large-offset-0 {
	grid-column-start: span 5;
}
.column.large-5.large-offset-1 {
	grid-column: 2 / span 5;
}
.column.large-5.large-offset-2 {
	grid-column: 3 / span 5;
}
.column.large-5.large-offset-3 {
	grid-column: 4 / span 5;
}
.column.large-5.large-offset-4 {
	grid-column: 5 / span 5;
}
.column.large-5.large-offset-5 {
	grid-column: 6 / span 5;
}
.column.large-5.large-offset-6 {
	grid-column: 7 / span 5;
}
.column.large-5.large-offset-7,
.column.large-5.large-offset-8,
.column.large-5.large-offset-9,
.column.large-5.large-offset-10,
.column.large-5.large-offset-11 {
	grid-column: 8 / span 5;
}
/* 6 columns */
.column.large-6.large-offset-0 {
	grid-column-start: span 6;
}
.column.large-6.large-offset-1 {
	grid-column: 2 / span 6;
}
.column.large-6.large-offset-2 {
	grid-column: 3 / span 6;
}
.column.large-6.large-offset-3 {
	grid-column: 4 / span 6;
}
.column.large-6.large-offset-4 {
	grid-column: 5 / span 6;
}
.column.large-6.large-offset-5 {
	grid-column: 6 / span 6;
}
.column.large-6.large-offset-6,
.column.large-6.large-offset-7,
.column.large-6.large-offset-8,
.column.large-6.large-offset-9,
.column.large-6.large-offset-10,
.column.large-6.large-offset-11 {
	grid-column: 7 / span 6;
}
/* 7 columns */
.column.large-7.large-offset-0 {
	grid-column-start: span 7;
}
.column.large-7.large-offset-1 {
	grid-column: 2 / span 7;
}
.column.large-7.large-offset-2 {
	grid-column: 3 / span 7;
}
.column.large-7.large-offset-3 {
	grid-column: 4 / span 7;
}
.column.large-7.large-offset-4 {
	grid-column: 5 / span 7;
}
.column.large-7.large-offset-5,
.column.large-7.large-offset-6,
.column.large-7.large-offset-7,
.column.large-7.large-offset-8,
.column.large-7.large-offset-9,
.column.large-7.large-offset-10,
.column.large-7.large-offset-11 {
	grid-column: 6 / span 7;
}
/* 8 columns */
.column.large-8.large-offset-0 {
	grid-column-start: span 8;
}
.column.large-8.large-offset-1 {
	grid-column: 2 / span 8;
}
.column.large-8.large-offset-2 {
	grid-column: 3 / span 8;
}
.column.large-8.large-offset-3 {
	grid-column: 4 / span 8;
}
.column.large-8.large-offset-4,
.column.large-8.large-offset-5,
.column.large-8.large-offset-6,
.column.large-8.large-offset-7,
.column.large-8.large-offset-8,
.column.large-8.large-offset-9,
.column.large-8.large-offset-10,
.column.large-8.large-offset-11 {
	grid-column: 5 / span 8;
}
/* 9 columns */
.column.large-9.large-offset-0 {
	grid-column-start: span 9;
}
.column.large-9.large-offset-1 {
	grid-column: 2 / span 9;
}
.column.large-9.large-offset-2 {
	grid-column: 3 / span 9;
}
.column.large-9.large-offset-3,
.column.large-9.large-offset-4,
.column.large-9.large-offset-5,
.column.large-9.large-offset-6,
.column.large-9.large-offset-7,
.column.large-9.large-offset-8,
.column.large-9.large-offset-9,
.column.large-9.large-offset-10,
.column.large-9.large-offset-11 {
	grid-column: 4 / span 9;
}
/* 10 columns */
.column.large-10.large-offset-0 {
	grid-column-start: span 10;
}
.column.large-10.large-offset-1 {
	grid-column: 2 / span 10;
}
.column.large-10.large-offset-2,
.column.large-10.large-offset-3,
.column.large-10.large-offset-4,
.column.large-10.large-offset-5,
.column.large-10.large-offset-6,
.column.large-10.large-offset-7,
.column.large-10.large-offset-8,
.column.large-10.large-offset-9,
.column.large-10.large-offset-10,
.column.large-10.large-offset-11 {
	grid-column: 3 / span 10;
}
/* 11 columns */
.column.large-11.large-offset-0 {
	grid-column-start: span 11;
}
.column.large-11.large-offset-1,
.column.large-11.large-offset-2,
.column.large-11.large-offset-3,
.column.large-11.large-offset-4,
.column.large-11.large-offset-5,
.column.large-11.large-offset-6,
.column.large-11.large-offset-7,
.column.large-11.large-offset-8,
.column.large-11.large-offset-9,
.column.large-11.large-offset-10,
.column.large-11.large-offset-11 {
	grid-column: 2 / span 11;
}
/* 12 columns */
.column.large-12.large-offset-0,
.column.large-12.large-offset-1,
.column.large-12.large-offset-2,
.column.large-12.large-offset-3,
.column.large-12.large-offset-4,
.column.large-12.large-offset-5,
.column.large-12.large-offset-6,
.column.large-12.large-offset-7,
.column.large-12.large-offset-8,
.column.large-12.large-offset-9,
.column.large-12.large-offset-10,
.column.large-12.large-offset-11 {
	grid-column-start: span 12;
}
@media screen and (max-width: 1366px) {
	.grid {
		grid-row-gap: 0;
		grid-column-gap: 50px;
		margin: 0 30px;
	}
	.grid.template {
		margin: 0 30px;
	}
	.column.medium-1 {
		grid-column-start: span 1;
	}
	.column.medium-2 {
		grid-column-start: span 2;
	}
	.column.medium-3 {
		grid-column-start: span 3;
	}
	.column.medium-4 {
		grid-column-start: span 4;
	}
	.column.medium-5 {
		grid-column-start: span 5;
	}
	.column.medium-6 {
		grid-column-start: span 6;
	}
	.column.medium-7 {
		grid-column-start: span 7;
	}	
	.column.medium-8 {
		grid-column-start: span 8;
	}	
	.column.medium-9 {
		grid-column-start: span 9;
	}	
	.column.medium-10 {
		grid-column-start: span 10;
	}	
	.column.medium-11 {
		grid-column-start: span 11;
	}	
	.column.medium-12 {
		grid-column-start: span 12;
	}
	/* 1 column */
	.column.medium-1.medium-offset-0 {
		grid-column-start: span 1;
	}
	.column.medium-1.medium-offset-1 {
		grid-column: 2 / span 1;
	}
	.column.medium-1.medium-offset-2 {
		grid-column: 3 / span 1;
	}
	.column.medium-1.medium-offset-3 {
		grid-column: 4 / span 1;
	}
	.column.medium-1.medium-offset-4 {
		grid-column: 5 / span 1;
	}
	.column.medium-1.medium-offset-5 {
		grid-column: 6 / span 1;
	}
	.column.medium-1.medium-offset-6 {
		grid-column: 7 / span 1;
	}
	.column.medium-1.medium-offset-7 {
		grid-column: 8 / span 1;
	}
	.column.medium-1.medium-offset-8 {
		grid-column: 9 / span 1;
	}
	.column.medium-1.medium-offset-9 {
		grid-column: 10 / span 1;
	}
	.column.medium-1.medium-offset-10 {
		grid-column: 11 / span 1;
	}
	.column.medium-1.medium-offset-11 {
		grid-column: 12 / span 1;
	}
	/* 2 columns */
	.column.medium-2.medium-offset-0 {
		grid-column-start: span 2;
	}
	.column.medium-2.medium-offset-1 {
		grid-column: 2 / span 2;
	}
	.column.medium-2.medium-offset-2 {
		grid-column: 3 / span 2;
	}
	.column.medium-2.medium-offset-3 {
		grid-column: 4 / span 2;
	}
	.column.medium-2.medium-offset-4 {
		grid-column: 5 / span 2;
	}
	.column.medium-2.medium-offset-5 {
		grid-column: 6 / span 2;
	}
	.column.medium-2.medium-offset-6 {
		grid-column: 7 / span 2;
	}
	.column.medium-2.medium-offset-7 {
		grid-column: 8 / span 2;
	}
	.column.medium-2.medium-offset-8 {
		grid-column: 9 / span 2;
	}
	.column.medium-2.medium-offset-9 {
		grid-column: 10 / span 2;
	}
	.column.medium-2.medium-offset-10,
	.column.medium-2.medium-offset-11 {
		grid-column: 11 / span 2;
	}
	/* 3 columns */
	.column.medium-3.medium-offset-0 {
		grid-column-start: span 3;
	}
	.column.medium-3.medium-offset-1 {
		grid-column: 2 / span 3;
	}
	.column.medium-3.medium-offset-2 {
		grid-column: 3 / span 3;
	}
	.column.medium-3.medium-offset-3 {
		grid-column: 4 / span 3;
	}
	.column.medium-3.medium-offset-4 {
		grid-column: 5 / span 3;
	}
	.column.medium-3.medium-offset-5 {
		grid-column: 6 / span 3;
	}
	.column.medium-3.medium-offset-6 {
		grid-column: 7 / span 3;
	}
	.column.medium-3.medium-offset-7 {
		grid-column: 8 / span 3;
	}
	.column.medium-3.medium-offset-8 {
		grid-column: 9 / span 3;
	}
	.column.medium-3.medium-offset-9,
	.column.medium-3.medium-offset-10,
	.column.medium-3.medium-offset-11 {
		grid-column: 10 / span 3;
	}
	/* 4 columns */
	.column.medium-4.medium-offset-0 {
		grid-column-start: span 4;
	}
	.column.medium-4.medium-offset-1 {
		grid-column: 2 / span 4;
	}
	.column.medium-4.medium-offset-2 {
		grid-column: 3 / span 4;
	}
	.column.medium-4.medium-offset-3 {
		grid-column: 4 / span 4;
	}
	.column.medium-4.medium-offset-4 {
		grid-column: 5 / span 4;
	}
	.column.medium-4.medium-offset-5 {
		grid-column: 6 / span 4;
	}
	.column.medium-4.medium-offset-6 {
		grid-column: 7 / span 4;
	}
	.column.medium-4.medium-offset-7 {
		grid-column: 8 / span 4;
	}
	.column.medium-4.medium-offset-8,
	.column.medium-4.medium-offset-9,
	.column.medium-4.medium-offset-10,
	.column.medium-4.medium-offset-11 {
		grid-column: 9 / span 4;
	}
	/* 5 columns */
	.column.medium-5.medium-offset-0 {
		grid-column-start: span 5;
	}
	.column.medium-5.medium-offset-1 {
		grid-column: 2 / span 5;
	}
	.column.medium-5.medium-offset-2 {
		grid-column: 3 / span 5;
	}
	.column.medium-5.medium-offset-3 {
		grid-column: 4 / span 5;
	}
	.column.medium-5.medium-offset-4 {
		grid-column: 5 / span 5;
	}
	.column.medium-5.medium-offset-5 {
		grid-column: 6 / span 5;
	}
	.column.medium-5.medium-offset-6 {
		grid-column: 7 / span 5;
	}
	.column.medium-5.medium-offset-7,
	.column.medium-5.medium-offset-8,
	.column.medium-5.medium-offset-9,
	.column.medium-5.medium-offset-10,
	.column.medium-5.medium-offset-11 {
		grid-column: 8 / span 5;
	}
	/* 6 columns */
	.column.medium-6.medium-offset-0 {
		grid-column-start: span 6;
	}
	.column.medium-6.medium-offset-1 {
		grid-column: 2 / span 6;
	}
	.column.medium-6.medium-offset-2 {
		grid-column: 3 / span 6;
	}
	.column.medium-6.medium-offset-3 {
		grid-column: 4 / span 6;
	}
	.column.medium-6.medium-offset-4 {
		grid-column: 5 / span 6;
	}
	.column.medium-6.medium-offset-5 {
		grid-column: 6 / span 6;
	}
	.column.medium-6.medium-offset-6,
	.column.medium-6.medium-offset-7,
	.column.medium-6.medium-offset-8,
	.column.medium-6.medium-offset-9,
	.column.medium-6.medium-offset-10,
	.column.medium-6.medium-offset-11 {
		grid-column: 7 / span 6;
	}
	/* 7 columns */
	.column.medium-7.medium-offset-0 {
		grid-column-start: span 7;
	}
	.column.medium-7.medium-offset-1 {
		grid-column: 2 / span 7;
	}
	.column.medium-7.medium-offset-2 {
		grid-column: 3 / span 7;
	}
	.column.medium-7.medium-offset-3 {
		grid-column: 4 / span 7;
	}
	.column.medium-7.medium-offset-4 {
		grid-column: 5 / span 7;
	}
	.column.medium-7.medium-offset-5,
	.column.medium-7.medium-offset-6,
	.column.medium-7.medium-offset-7,
	.column.medium-7.medium-offset-8,
	.column.medium-7.medium-offset-9,
	.column.medium-7.medium-offset-10,
	.column.medium-7.medium-offset-11 {
		grid-column: 6 / span 7;
	}
	/* 8 columns */
	.column.medium-8.medium-offset-0 {
		grid-column-start: span 8;
	}
	.column.medium-8.medium-offset-1 {
		grid-column: 2 / span 8;
	}
	.column.medium-8.medium-offset-2 {
		grid-column: 3 / span 8;
	}
	.column.medium-8.medium-offset-3 {
		grid-column: 4 / span 8;
	}
	.column.medium-8.medium-offset-4,
	.column.medium-8.medium-offset-5,
	.column.medium-8.medium-offset-6,
	.column.medium-8.medium-offset-7,
	.column.medium-8.medium-offset-8,
	.column.medium-8.medium-offset-9,
	.column.medium-8.medium-offset-10,
	.column.medium-8.medium-offset-11 {
		grid-column: 5 / span 8;
	}
	/* 9 columns */
	.column.medium-9.medium-offset-0 {
		grid-column-start: span 9;
	}
	.column.medium-9.medium-offset-1 {
		grid-column: 2 / span 9;
	}
	.column.medium-9.medium-offset-2 {
		grid-column: 3 / span 9;
	}
	.column.medium-9.medium-offset-3,
	.column.medium-9.medium-offset-4,
	.column.medium-9.medium-offset-5,
	.column.medium-9.medium-offset-6,
	.column.medium-9.medium-offset-7,
	.column.medium-9.medium-offset-8,
	.column.medium-9.medium-offset-9,
	.column.medium-9.medium-offset-10,
	.column.medium-9.medium-offset-11 {
		grid-column: 4 / span 9;
	}
	/* 10 columns */
	.column.medium-10.medium-offset-0 {
		grid-column-start: span 10;
	}
	.column.medium-10.medium-offset-1 {
		grid-column: 2 / span 10;
	}
	.column.medium-10.medium-offset-2,
	.column.medium-10.medium-offset-3,
	.column.medium-10.medium-offset-4,
	.column.medium-10.medium-offset-5,
	.column.medium-10.medium-offset-6,
	.column.medium-10.medium-offset-7,
	.column.medium-10.medium-offset-8,
	.column.medium-10.medium-offset-9,
	.column.medium-10.medium-offset-10,
	.column.medium-10.medium-offset-11 {
		grid-column: 3 / span 10;
	}
	/* 11 columns */
	.column.medium-11.medium-offset-0 {
		grid-column-start: span 11;
	}
	.column.medium-11.medium-offset-1,
	.column.medium-11.medium-offset-2,
	.column.medium-11.medium-offset-3,
	.column.medium-11.medium-offset-4,
	.column.medium-11.medium-offset-5,
	.column.medium-11.medium-offset-6,
	.column.medium-11.medium-offset-7,
	.column.medium-11.medium-offset-8,
	.column.medium-11.medium-offset-9,
	.column.medium-11.medium-offset-10,
	.column.medium-11.medium-offset-11 {
		grid-column: 2 / span 11;
	}
	/* 12 columns */
	.column.medium-12.medium-offset-0,
	.column.medium-12.medium-offset-1,
	.column.medium-12.medium-offset-2,
	.column.medium-12.medium-offset-3,
	.column.medium-12.medium-offset-4,
	.column.medium-12.medium-offset-5,
	.column.medium-12.medium-offset-6,
	.column.medium-12.medium-offset-7,
	.column.medium-12.medium-offset-8,
	.column.medium-12.medium-offset-9,
	.column.medium-12.medium-offset-10,
	.column.medium-12.medium-offset-11 {
		grid-column-start: span 12;
	}	
	.medium-content-order-1 {
		grid-row: 1;
	}
	.medium-content-order-2 {
		grid-row: 2;
	}
	.medium-content-order-3 {
		grid-row: 3;
	}
	.medium-content-order-4 {
		grid-row: 4;
	}
	.medium-content-order-5 {
		grid-row: 5;
	}
	.medium-content-order-6 {
		grid-row: 6;
	}
	.medium-content-order-7 {
		grid-row: 7;
	}
	.medium-content-order-8 {
		grid-row: 8;
	}
	.medium-content-order-9 {
		grid-row: 9;
	}
	.medium-content-order-10 {
		grid-row: 10;
	}
}
@media screen and (max-width: 767px) {
	.grid {
		grid-column-gap: 15px;
		margin: 0 30px;
	}
	.grid.icon-grid {
		margin-left: 30px;
		margin-right: 30px;
	}
	.grid.template {
		margin: 0 30px;
	}
	.column.small-1 {
		grid-column-start: span 1;
	}
	.column.small-2 {
		grid-column-start: span 2;
	}
	.column.small-3 {
		grid-column-start: span 3;
	}
	.column.small-4 {
		grid-column-start: span 4;
	}
	.column.small-5 {
		grid-column-start: span 5;
	}
	.column.small-6 {
		grid-column-start: span 6;
	}
	.column.small-7 {
		grid-column-start: span 7;
	}	
	.column.small-8 {
		grid-column-start: span 8;
	}	
	.column.small-9 {
		grid-column-start: span 9;
	}	
	.column.small-10 {
		grid-column-start: span 10;
	}	
	.column.small-11 {
		grid-column-start: span 11;
	}	
	.column.small-12 {
		grid-column-start: span 12;
	}	
/* 1 column */
	.column.small-1.small-offset-0 {
		grid-column-start: span 1;
	}
	.column.small-1.small-offset-1 {
		grid-column: 2 / span 1;
	}
	.column.small-1.small-offset-2 {
		grid-column: 3 / span 1;
	}
	.column.small-1.small-offset-3 {
		grid-column: 4 / span 1;
	}
	.column.small-1.small-offset-4 {
		grid-column: 5 / span 1;
	}
	.column.small-1.small-offset-5 {
		grid-column: 6 / span 1;
	}
	.column.small-1.small-offset-6 {
		grid-column: 7 / span 1;
	}
	.column.small-1.small-offset-7 {
		grid-column: 8 / span 1;
	}
	.column.small-1.small-offset-8 {
		grid-column: 9 / span 1;
	}
	.column.small-1.small-offset-9 {
		grid-column: 10 / span 1;
	}
	.column.small-1.small-offset-10 {
		grid-column: 11 / span 1;
	}
	.column.small-1.small-offset-11 {
		grid-column: 12 / span 1;
	}
	/* 2 columns */
	.column.small-2.small-offset-0 {
		grid-column-start: span 2;
	}
	.column.small-2.small-offset-1 {
		grid-column: 2 / span 2;
	}
	.column.small-2.small-offset-2 {
		grid-column: 3 / span 2;
	}
	.column.small-2.small-offset-3 {
		grid-column: 4 / span 2;
	}
	.column.small-2.small-offset-4 {
		grid-column: 5 / span 2;
	}
	.column.small-2.small-offset-5 {
		grid-column: 6 / span 2;
	}
	.column.small-2.small-offset-6 {
		grid-column: 7 / span 2;
	}
	.column.small-2.small-offset-7 {
		grid-column: 8 / span 2;
	}
	.column.small-2.small-offset-8 {
		grid-column: 9 / span 2;
	}
	.column.small-2.small-offset-9 {
		grid-column: 10 / span 2;
	}
	.column.small-2.small-offset-10,
	.column.small-2.small-offset-11 {
		grid-column: 11 / span 2;
	}
	/* 3 columns */
	.column.small-3.small-offset-0 {
		grid-column-start: span 3;
	}
	.column.small-3.small-offset-1 {
		grid-column: 2 / span 3;
	}
	.column.small-3.small-offset-2 {
		grid-column: 3 / span 3;
	}
	.column.small-3.small-offset-3 {
		grid-column: 4 / span 3;
	}
	.column.small-3.small-offset-4 {
		grid-column: 5 / span 3;
	}
	.column.small-3.small-offset-5 {
		grid-column: 6 / span 3;
	}
	.column.small-3.small-offset-6 {
		grid-column: 7 / span 3;
	}
	.column.small-3.small-offset-7 {
		grid-column: 8 / span 3;
	}
	.column.small-3.small-offset-8 {
		grid-column: 9 / span 3;
	}
	.column.small-3.small-offset-9,
	.column.small-3.small-offset-10,
	.column.small-3.small-offset-11 {
		grid-column: 10 / span 3;
	}
	/* 4 columns */
	.column.small-4.small-offset-0 {
		grid-column-start: span 4;
	}
	.column.small-4.small-offset-1 {
		grid-column: 2 / span 4;
	}
	.column.small-4.small-offset-2 {
		grid-column: 3 / span 4;
	}
	.column.small-4.small-offset-3 {
		grid-column: 4 / span 4;
	}
	.column.small-4.small-offset-4 {
		grid-column: 5 / span 4;
	}
	.column.small-4.small-offset-5 {
		grid-column: 6 / span 4;
	}
	.column.small-4.small-offset-6 {
		grid-column: 7 / span 4;
	}
	.column.small-4.small-offset-7 {
		grid-column: 8 / span 4;
	}
	.column.small-4.small-offset-8,
	.column.small-4.small-offset-9,
	.column.small-4.small-offset-10,
	.column.small-4.small-offset-11 {
		grid-column: 9 / span 4;
	}
	/* 5 columns */
	.column.small-5.small-offset-0 {
		grid-column-start: span 5;
	}
	.column.small-5.small-offset-1 {
		grid-column: 2 / span 5;
	}
	.column.small-5.small-offset-2 {
		grid-column: 3 / span 5;
	}
	.column.small-5.small-offset-3 {
		grid-column: 4 / span 5;
	}
	.column.small-5.small-offset-4 {
		grid-column: 5 / span 5;
	}
	.column.small-5.small-offset-5 {
		grid-column: 6 / span 5;
	}
	.column.small-5.small-offset-6 {
		grid-column: 7 / span 5;
	}
	.column.small-5.small-offset-7,
	.column.small-5.small-offset-8,
	.column.small-5.small-offset-9,
	.column.small-5.small-offset-10,
	.column.small-5.small-offset-11 {
		grid-column: 8 / span 5;
	}
	/* 6 columns */
	.column.small-6.small-offset-0 {
		grid-column-start: span 6;
	}
	.column.small-6.small-offset-1 {
		grid-column: 2 / span 6;
	}
	.column.small-6.small-offset-2 {
		grid-column: 3 / span 6;
	}
	.column.small-6.small-offset-3 {
		grid-column: 4 / span 6;
	}
	.column.small-6.small-offset-4 {
		grid-column: 5 / span 6;
	}
	.column.small-6.small-offset-5 {
		grid-column: 6 / span 6;
	}
	.column.small-6.small-offset-6,
	.column.small-6.small-offset-7,
	.column.small-6.small-offset-8,
	.column.small-6.small-offset-9,
	.column.small-6.small-offset-10,
	.column.small-6.small-offset-11 {
		grid-column: 7 / span 6;
	}
	/* 7 columns */
	.column.small-7.small-offset-0 {
		grid-column-start: span 7;
	}
	.column.small-7.small-offset-1 {
		grid-column: 2 / span 7;
	}
	.column.small-7.small-offset-2 {
		grid-column: 3 / span 7;
	}
	.column.small-7.small-offset-3 {
		grid-column: 4 / span 7;
	}
	.column.small-7.small-offset-4 {
		grid-column: 5 / span 7;
	}
	.column.small-7.small-offset-5,
	.column.small-7.small-offset-6,
	.column.small-7.small-offset-7,
	.column.small-7.small-offset-8,
	.column.small-7.small-offset-9,
	.column.small-7.small-offset-10,
	.column.small-7.small-offset-11 {
		grid-column: 6 / span 7;
	}
	/* 8 columns */
	.column.small-8.small-offset-0 {
		grid-column-start: span 8;
	}
	.column.small-8.small-offset-1 {
		grid-column: 2 / span 8;
	}
	.column.small-8.small-offset-2 {
		grid-column: 3 / span 8;
	}
	.column.small-8.small-offset-3 {
		grid-column: 4 / span 8;
	}
	.column.small-8.small-offset-4,
	.column.small-8.small-offset-5,
	.column.small-8.small-offset-6,
	.column.small-8.small-offset-7,
	.column.small-8.small-offset-8,
	.column.small-8.small-offset-9,
	.column.small-8.small-offset-10,
	.column.small-8.small-offset-11 {
		grid-column: 5 / span 8;
	}
	/* 9 columns */
	.column.small-9.small-offset-0 {
		grid-column-start: span 9;
	}
	.column.small-9.small-offset-1 {
		grid-column: 2 / span 9;
	}
	.column.small-9.small-offset-2 {
		grid-column: 3 / span 9;
	}
	.column.small-9.small-offset-3,
	.column.small-9.small-offset-4,
	.column.small-9.small-offset-5,
	.column.small-9.small-offset-6,
	.column.small-9.small-offset-7,
	.column.small-9.small-offset-8,
	.column.small-9.small-offset-9,
	.column.small-9.small-offset-10,
	.column.small-9.small-offset-11 {
		grid-column: 4 / span 9;
	}
	/* 10 columns */
	.column.small-10.small-offset-0 {
		grid-column-start: span 10;
	}
	.column.small-10.small-offset-1 {
		grid-column: 2 / span 10;
	}
	.column.small-10.small-offset-2,
	.column.small-10.small-offset-3,
	.column.small-10.small-offset-4,
	.column.small-10.small-offset-5,
	.column.small-10.small-offset-6,
	.column.small-10.small-offset-7,
	.column.small-10.small-offset-8,
	.column.small-10.small-offset-9,
	.column.small-10.small-offset-10,
	.column.small-10.small-offset-11 {
		grid-column: 3 / span 10;
	}
	/* 11 columns */
	.column.small-11.small-offset-0 {
		grid-column-start: span 11;
	}
	.column.small-11.small-offset-1,
	.column.small-11.small-offset-2,
	.column.small-11.small-offset-3,
	.column.small-11.small-offset-4,
	.column.small-11.small-offset-5,
	.column.small-11.small-offset-6,
	.column.small-11.small-offset-7,
	.column.small-11.small-offset-8,
	.column.small-11.small-offset-9,
	.column.small-11.small-offset-10,
	.column.small-11.small-offset-11 {
		grid-column: 2 / span 11;
	}
	/* 12 columns */
	.column.small-12.small-offset-0,
	.column.small-12.small-offset-1,
	.column.small-12.small-offset-2,
	.column.small-12.small-offset-3,
	.column.small-12.small-offset-4,
	.column.small-12.small-offset-5,
	.column.small-12.small-offset-6,
	.column.small-12.small-offset-7,
	.column.small-12.small-offset-8,
	.column.small-12.small-offset-9,
	.column.small-12.small-offset-10,
	.column.small-12.small-offset-11 {
		grid-column-start: span 12;
	}
	.small-content-order-1 {
		grid-row: 1;
	}
	.small-content-order-2 {
		grid-row: 2;
	}
	.small-content-order-3 {
		grid-row: 3;
	}
	.small-content-order-4 {
		grid-row: 4;
	}
	.small-content-order-5 {
		grid-row: 5;
	}
	.small-content-order-6 {
		grid-row: 6;
	}
	.small-content-order-7 {
		grid-row: 7;
	}
	.small-content-order-8 {
		grid-row: 8;
	}
	.small-content-order-9 {
		grid-row: 9;
	}
	.small-content-order-10 {
		grid-row: 10;
	}
}
