/* some styles for the subscribe bar */

#sub-cta-bar {
	background-color: #8d0a0a;
	height: auto;
	clear: both;
	text-align: center;
	margin: 20px 0 0;
	padding: 15px;
}

#sub-cta-bar p, #sub-cta-bar h5, #sub-cta-bar a {
	color: white;
	margin: 0;
}

#sub-cta-bar h5 {
	font-size: 16px;
	line-height: 20px;
	font-weight: 600;
}

#sub-cta-bar p {
	font-size: 14px;
	line-height: 16px;
}
