a, a:hover, a:focus {
	color: #f3cb13;
}

.front-page .content-area {
	background: #f3cb13;
}

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: #f3d235;
	border-color: #f3d235;
}

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: #d2ae04;
	border-color: #d2ae04;
}