.sky-mega-menu li:hover > a,
.sky-mega-menu li.current > a {
	background: #B61217;
	color: #fff;
}


/**/
/* forms */
/**/
.sky-mega-menu form .input:hover input,
.sky-mega-menu form .textarea:hover textarea {
	border-color: #94b7f3;
}
.sky-mega-menu form .button {
	background-color: hsla(200, 82.5%, 49.4%, 1.0)	
}
.sky-mega-menu form .input input:focus,
.sky-mega-menu form .textarea textarea:focus {
	border-color: hsla(200, 82.5%, 49.4%, 1.0)
}


