a.button::after {
	color: #ffb900;
}a.button:hover, input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover, a.button:focus, input[type="submit"]:focus, input[type="reset"]:focus, input[type="button"]:focus, a.button:active, input[type="submit"]:active, input[type="reset"]:active, input[type="button"]:active {
	background-color: #ffb900;
	border-color: #ffb900;
}a.button, input[type="submit"], input[type="reset"], input[type="button"] {
	border-color: #ffb900;
}


body:not(.path-frontpage) .main, .sidebar, .path-frontpage .region-content {
	padding: 10px 0 60px;
}