#branding .sitetitle a {
	width: 270px;
	height: 50px;
	display: inline-block;
	text-indent: -9999px;
	background-image: url(../images/cwe-logo.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: bottom right;
}
#branding .sitetitle {
	margin-right: 0;
}
.logo {
	margin: 0 auto;
}
#branding p {
	font-weight: normal;
	line-height: 1rem;
	padding: 0 0 5px 0;
}
#content {
	background: #fff url(../images/background-bubbles.png) bottom left repeat-x;
	padding-bottom: 107px;
}
#main h2 {
	font-size: 2.5rem;
	padding-bottom: 5px;
}
.cwe_featured  img {
	width: 100%;
}
.ribbon {
	background-image: url(../images/ribbon-top.png);
	background-repeat: repeat-x;
	background-size: 4px 60px;
	background-position: top left;
	color: #5d5c5c;
	text-transform: uppercase;
	font-size: 2.2rem !important;
	margin-left: -47px;
	padding: 15px 0 0 47px;
	height: 60px;
	width: 120%;
	margin-bottom: 20px;
	clear: left;
}

#newsletter-button {

}
.button {
	background-color: #57DC44;
}