.cta_button a {
	width: 100%;
	max-width: 220px;
 	display: inline-block;
	padding: 10px 20px;
	color: #fff;
	text-align: center;
	background-color: #ce0000;
	transition: background-color 150ms ease-in-out;
}
cta_button a:hover {
	background-color: #de0000;
}
