a, a:hover, a:focus {
	color: #e99340;
}

.front-page .content-area {
	background: #e99340;
}

main #featured-content .call-to-action .cta-button, main #featured-image .call-to-action .cta-button, input[type="submit"], input[type="reset"], input[type="button"] {
	background-color: #f2ac67;
	border-color: #f2ac67;
}

main #featured-content .call-to-action .cta-button:hover, main #featured-image .call-to-action .cta-button:hover, main #featured-content .call-to-action .cta-button:focus, main #featured-image .call-to-action .cta-button:focus, main #featured-content .call-to-action .cta-button:active, main #featured-image .call-to-action .cta-button:active, main #featured-content .call-to-action .cta-button.active, main #featured-image .call-to-action .cta-button.active, .open > main #featured-content .call-to-action .cta-button.dropdown-toggle, .open > main #featured-image .call-to-action .cta-button.dropdown-toggle, input[type="submit"]:hover, input[type="submit"]:focus, input[type="reset"]:hover, input[type="reset"]:focus, input[type="button"]:hover, input[type="button"]:focus {
	background-color: #e17913;
	border-color: #e17913;
}