/**
 * Vanilla Styles
 *
 * This second stylesheet is for hotfixes/vanilla CSS.
 * Do not edit the main style.css directly, rather
 * add your changes here if you are not compiling the Sass files.
 */

#discovery-session .gform_footer{
	display:block;
	text-align:center;
}
.section-timeline a:hover{
	color:#fff;
}
.section-symbol .symbol-list .symbol-part:last-of-type .symbol-image{
	padding:25px;
}
.section-symbol .symbol-list .symbol-part:last-of-type .symbol-image img.symbol-big{
	max-height:200px !important;
}
ul.blk-links li a{
	color:#000;
}
ul.blk-links li a:hover{
	color:#F63F83;
}
#empoweredmatchmakingtraditionalmatchmaking p:has(.button){
	display:block !important;
}
.home .flex-sections .section-hero-section .hero-image.mobile img,
.flex-sections .section-hero-section .hero-image.mobile img {
	height:325px;
	object-fit:cover;
}
@media(max-width:575px){
	#content-block_b45c1e561db6e50f501b836ee2145b55.section-content.container-extra-small .container{
		max-width:calc(100% - 60px);
	} 
}
#creditslide{
	bottom:-200%;
}
.page-coaching-empowered-matchmaking .flex-sections .section-two-column-image-text .two-column-image-text .content h5{
	max-width:100%;
}