.building-block {
	width: 100%;
	padding:1.5em 0;
}
.building-block h2.title {
	font-size: 25px;
	font-weight: 700;
	margin-bottom: 27px;
}
.building-block h3.sub-title {
	font-size: 20px;
	font-weight: 700;
}

/* Basic Text */
.bb-basic-text {
	margin: 0 0 25px 0;
}

/* Image & Text */
.bb-image-text .mobile-cell {
	float: left;
	width: 100%;
	display: none;
}
.bb-image-text .table {
	display: table;
	float: left;
	width: 100%;
}
.bb-image-text .table-row {
	display: table-row;
}
.bb-image-text .table-cell {
	display: table-cell;
	vertical-align: middle;
	width: 50%;
}
.bb-image-text .table-cell.left {
	padding: 0 3.5% 5% 0;
}
.bb-image-text .table-cell.right {
	padding: 0 0 5% 3.5%;
}
.bb-image-text img.primary {
	width: 100%;
	float: left;
}

/* Multicolumns */
//.bb-multicolumns .multicolumn {
//	float: left;
//}
//.bb-multicolumns .multicolumn.last {
//	margin-right: 0;
//}
//.bb-multicolumns .col-2 {
//	width: 47%;
//	margin: 0 6% 0 0;
//}
//.bb-multicolumns .col-3 {
//	width: 30%;
//	margin: 0 5% 0 0;
//}
//.bb-multicolumns .col-4 {
//	width: 20.5%;
//	margin: 0 6% 0 0;
//}
//.bb-multicolumns .col-5 {
//	width: 18%;
//	margin: 0 2.5% 0 0;
//}

/* Item List */
.bb-item-list .item {
	margin: 0 0 50px 0;
}
.bb-item-list .left {
	float: left;
	width: 30%;
}
.bb-item-list .left img {
	float: left;
	width: 100%;
}
.bb-item-list .right {
	float: right;
	width: 65%;
}

/* Events */
.events_list {
	list-style:none;
	margin:0;
}

/* Documents */
.bb-documents .document_header, .bb-documents .entry-title {
	background:#029470;
	color:#fff;
	padding:0.8em 1.5em;
	text-align:center;
	margin-bottom:0;
}
.bb-documents .document_header {
	padding:1.5em;
}
.document_header h2 {
	float:left;
	margin-bottom:0;
	text-align:left;
}
.document_header .button {
	float:right;
	padding:0.7em 2em;
}
.bb-documents .entry-title:before, .bb-documents .entry-title:after {
	content:none;
}

/* Gallery */
.bb-gallery img {
	float: left;
}
.bb-gallery .col-2 {
	width: 47%;
	margin: 0 6% 6% 0;
}
.bb-gallery .col-3 {
	width: 30%;
	margin: 0 5% 5% 0;
}
.bb-gallery .col-4 {
	width: 20.5%;
	margin: 0 6% 6% 0;
}
.bb-gallery .col-5 {
	width: 18%;
	margin: 0 2.5% 2.5% 0;
}
.bb-gallery img.last {
	margin-right: 0;
}
