
/* C29 Featured Section */
#c29 h3.section-header {
	padding-left: 15px;
	text-transform: initial;
	font-size: 1.5em;
	margin-top: 30px;
}

#c29 h3.section-header:empty {
	display: none;
}

#c29 .section-content {
	background-color: #f5f7f6;
	margin: 15px auto;
	padding: 15px;
}

#c29 .section-content .wysiwyg {
	font-size: 1.1em;
}

#c29 .section-cta {
	margin: 5px 0;
}

#c29 .section-cta a {
	display: inline-block;
	padding: 5px 20px;
	background-color: var(--color-evergreen);
	color: #fff;
	text-decoration: none;
	margin-top: 15px;
}

#c29 .section-cta a:hover {
	background-color: var(--color-lime);
	color: var(--color-evergreen);
}

#c29 .section-cta a[href=""] {
	display: none;
}

/* End C29 Featured Section */
