  /*
Implementation Skeleton v3 - 12/6/18
Add styles to overwrite customer CSS, USE WITH CAUTION.
*/
.show-flex{
	display:flex !important;
}
.hide{
	display:none !important;
}
#de{
	color:white;
}
.mcla-student-voices__videos-item-message{
	display:block;
}

/* Ticket 261389 */
.form__success {
	font-family: Knockout32JuniorCruiserweight, sans-serif;
	-webkit-font-smoothing: antialiased;
	font-style: normal;
	font-weight: 330;
	font-size: 16px;
	line-height: 24px;
	color: var(--preset-color-brand-dark-blue);
}