/* Button selections */
.btn-choice {
    border-color: #A53723 !important;
	color: #A53723 !important;
}

/* Button selections when hovered */
.btn-choice:hover, .btn-choice.active, .btn-choice:active, .btn-choice:focus {
	background-color: #A53723 !important;
    border-color: #A53723 !important;
	color: #FFFFFF !important;
}

/* Progress bar */
.step.is-active:after {
	background: #A53723 !important;
}