/****
*** SPLASH SITE PAGES CSS
*/

/* hide default splash footer */
#footer {
    display: none;
}

/* hover scale effect */
.grow {
transition: all .2s ease-in-out;
}
.grow:hover {
transform: scale(1.1);
}

/* tabs block 
*/
/* tab hover and active style */
.sp-section-links .secLinkActive {
	background: #fff;
}
.sp-section-links .secLinkActive .button-link,
.sp-section-links .cms-button-element:hover .button-link {
	color: #5252CA;
}


/*
*** END SPLASH SITE PAGES CSS
****/