.footer-list li a{
	transition:all .4s linear;
}	
.footer-list li a:hover{
	color:#d20404;
	transition:all .4s linear;
}
.web-icon a{
	transform:translateY(0);
	transition:all .4s linear;
}
.web-icon a:hover{
	transform:translateY(-5px);
	transition:all .4s ease-in;
}

.marketing-form-list span.active,
.marketing-form-list-textarea span.active
{
    color: #d20404;
    transition: all .3s ease-in;
}
.button input{
	cursor: pointer;
	transition: all .4s ease-out;
}
.button:hover input{
	background-color: #8e1a15;
    color: #FFF;
    transition: all .4s ease-in;
}


.article-link:hover{
	border-radius: 10px;
	background-color: #d20404;
	color: #FFF;
	box-shadow: rgba(0,0,0,0.4) 2px 2px 2px;
	transition: all .4s ease-in;

}