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

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

/* ease effect */
.ease { transition: all .3s ease-in-out; }
/* ease effect */


/* card carousel */

.cards-scroll{
    -webkit-transition: left 0.8s;
    transition: left 0.8s;
}

.grp.media.embed { padding: 0; }


/* 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
****/