.page-banner.no-title {
	background-image: url(../images/page-banner-lifestyle.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	height: 231px;
}
.page-banner.no-title .heading {
	display: none;
}

.section-1 {
	background-color: #ececec;
}
.section-1 .content {
	background-color: #f7f7f7;
	position: relative;
}
.section-1 .content:before {
	content: '';
	position: absolute;
	top: 0;
	right: 100%;
	bottom: 0;
	width: 500%;
	background-color: #f7f7f7;
}
.section-1 .image img {
	border: 10px solid #FFFFFF;
}
.section-1 .heading {
	color: #a72837;
}


.section-2 {
	background-color: #e0e0e0;
	background-image: url(../images/subpage-bg1.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
}
.section-2 .heading {
	color: #a72837;
}
.section-2 .sub-heading {
	color: #484848;
}
.section-2 .community-column {
	background-color: rgba( 255, 255, 255, 0.82 );
}
.section-2 .community-column a {
	color: #a72837;
	text-decoration: none;
}
.section-2 .community-column a:hover {
	text-decoration: underline;
}
