﻿.ergo-form .quicknav>div.available .number {
	color: #88a327;
}

.ergo-form .quicknav>div.available .number:before {
	border: 2px solid #88a327;
}

.ergo-form .quicknav div.current {
	background-color: #88a327;
}

/* Primary .erg-button--primary */
.erg-root .button,
.erg-root .ergo-form .button-navigation a:not(.grey),
.erg-root .ergo-form .button-navigation a:not(.button-back-grey) {
    background: #88a327;
}
.erg-root .button:hover,
.erg-root .ergo-form .button-navigation a:not(.grey):hover,
.erg-root .ergo-form .button-navigation a:not(.button-back-grey):hover {
    background: #07483f;
}