#contact.component {}
#contact.component > a {
	display: block; width: 100%;
	
	background-color: #9E2064;
	transition: background-color .2s ease-out;
	
	text-decoration: none;
}
#contact.component > a:hover { background-color: #EE2E7B; }
#contact.component > a > span {
	display: block; width: 1024px;
	margin: 0 auto;
	
	background-image: url(images/icons/contact.svg);
	background-position: top right;
	background-repeat: no-repeat;
	background-size: auto 100%;
	
	line-height: 70px;
	
	text-transform: uppercase;
	
	font-size: 25px;
	color: #FFF;
}