/* BACKGROUND AND BORDER COLOR */
.down:hover i {
    background: #0c964d;
    border-color: #0c964d;
}

/* COLOR */
.button.outline,
button.outline,
input[type="submit"].outline,
input[type="reset"].outline,
input[type="button"].outline,
.port-name,
.features i,
.callout .title,
.milestones i,
.trigger span,
.team-job,
.post-date {
	color: #0c964d;
}

/* BACKGROUND */
.button.color,
button.color,
input[type="submit"].color,
input[type="reset"].color,
input[type="button"].color,
.highlight-color,
.progress,
.process-list li.current i,
.price-label,
.skill-semi {
	background: #0c964d;
}

/* BORDER COLOR */
.description:after {
	border-color: #0c964d;
}