footer form .form-control {
	background-color:#FFF;
}

.newsletter-registration {
	position:relative;
}
.newsletter-registration button {
	width:48px;
	height:64px;
	background:none;
	border:0;
	
	position:absolute;
	top:0;
	right:0;
	
	color:#00AC8C;
}

.footer .footer-secondary .sx-button--tertiary  {
	color:#FFFFFF;
	border-color: #FFFFFF;
	padding-top: 0.731rem;
    padding-bottom: 0.731rem;
	background-color:transparent;
}
.footer .footer-secondary .sx-button--tertiary::before {
	content:none;
}
.footer .footer-secondary .sx-button--tertiary:hover {
	color: #008f85;
	border-color: #FFFFFF;
	background-color:#FFFFFF;
	padding-left:0;
}