html {
  background: green;
}

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

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


.c-button.c-button__tertiary:hover {
	background: #BD2716;
    border: 1px solid #8f1e11;
    color: #fff;
}


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

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

.o-section.o-section--call_to_action {
	background: #BD2716;
}

.c-social .c-social__link {
	color: #bd2816;
}

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

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