/* General
================================================== */
/* TABLET COLUMN GRID */
.m-col-1{ width: 8.33%; }
.m-col-2{ width: 16.66%; }
.m-col-3{ width: 25%; }
.m-col-4{ width: 33.33%; }
.m-col-5{ width: 41.66%; }
.m-col-6{ width: 50%; }
.m-col-7{ width: 58.33%; }
.m-col-8{ width: 66.66%; }
.m-col-9{ width: 75%; }
.m-col-10{ width: 83.33%; }
.m-col-11{ width: 91.66%; }
.m-col-12{ width: 100%; }
.column{ float: left; }

/* GENERIC BUTTONS */
.button{
	display: inline-block;
	margin: 0 5px 5px 0;
}

/* Heading & Text
================================================== */

/* Menus & Links
================================================== */

/* Regions
================================================== */

/* Blocks
================================================== */
/* PROJECT TITLE */
.project-title{
	background-size: cover;
	background-position: center center;
	height: 0;
	padding-bottom: 50%;
	position: relative;
}

/* Nodes
================================================== */

/* Views
================================================== */
