
.containerx {
	width: 100%;
	position: relative;
}


.containerx > header,
.content-wrapper {
	padding: 30px;
	width: 80%;
	max-width: 960px;
	margin: 0 auto;
}

.content-wrapper p{
	padding-top: 30px;
	line-height: 26px;
}

.containerx > header h1 {
	font-size: 34px;
	line-height: 38px;
	margin: 0;
	font-weight: 700;
	color: #333;
	float: left;
}

.containerx > header h1 span {
	display: block;
	font-size: 20px;
	font-weight: 300;
}


