html {
  background: green;
}

.o-column.o-column__form--tertiary {
  background: #815C97;
}

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


.c-button.c-button__tertiary:hover {
	background: #815C97;
    border: 1px solid #66437b;
    color: #fff;
}


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

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

.o-section.o-section--call_to_action {
	background: #815C97;
}

.c-social .c-social__link {
	color: #815C97;
}

.c-social .c-social__link:hover {
	border-color: #815C97;
}

.c-social .c-social__link:hover:after {
	background: #815C97;
}

.c-footer .c-footer__copyright {
	background: #815C97;
}

.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;
}