html {
  background: green;
}

.o-column.o-column__form--tertiary {
  background: #009D80;
}

.c-button.c-button__tertiary {
	background: #009D80;
    border: 1px solid #009D80;
    color: #fff;
}


.c-button.c-button__tertiary:hover {
	background: #009D80;
    border: 1px solid #009478;
    color: #fff;
}


.c-button.c-button__tertiary:after {
	background: #009478;
}

.c-button.c-button__tertiary .c-button__icon {
	background: #009478;
}

.o-section.o-section--call_to_action {
	background: #009D80;
}

.c-social .c-social__link {
	color: #009D80;
}

.c-social .c-social__link:hover {
	border-color: #009D80;
}

.c-social .c-social__link:hover:after {
	background: #009D80;
}

.c-footer .c-footer__copyright {
	background: #009D80;
}

.c-contact__item .c-contact__figure.c-contact__icon {
	background: #ea862c;
	border-color: #ea862c;
}

.c-contact__item .c-contact__full-link:hover .c-contact__figure.c-contact__icon {
	border-color: #cc6e00;
}

.c-contact__item .c-contact__full-link:hover .c-contact__figure:after {
	background: #cc6e00;
}