/*--Content Block--*/
section.greyBG {
    background: #eee;
}
/*section.greyBG {
    padding-top: 40px;
    padding-bottom: 120px;
}*/
section.center,
section.centerHeader .sectionHead {
    text-align: center;
}
section.center .sectionHead:after,
section.centerHeader .sectionHead:after {
    margin-left: auto;
    margin-right: auto;
}
section.sideImage .sideImage_img {
    padding-top: 2em;
}
section.sideImage .sideImage_img img {
    max-width: 100%;
    margin: auto;
    display: block;
}
@media (min-width: 992px)
{
	section.whiteBG:not(.extraWide) .container,
	section.greyBG:not(.extraWide) .container {
		max-width: 900px;
		margin: auto;
	}
	section.sideImage:not(.extraWide) .container,
	section.sideImage.extraWide .container {
		max-width: none;
	}
	section.sideImage.left > .container > .row > *:not(.sideImage_img) {
		float: right;
	}
}
