/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 31 2023 | 00:03:31 */
.section-cta {
	position: relative;
}

.section-cta:before {
	content: '';
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	z-index: 1;
	width: 100%; height: 100%;
	/* background-color: rgba(0, 0, 0, .3); */
}

.section-cta .layout-row__content {
	position: relative;
	z-index: 2;
	align-items: flex-start;
}

.section-cta .layout-row__content * {
	color: black;
}

.section-cta .layout-row__content .evlt-paragraph__cta {
	width: 112px;
}


.section-cta .gform_button {
    color: white;
}

.section-cta .evlt-paragraph__text a {
	color: var(--primary-brand-color);
	text-decoration: underline;
}

.section-cta .logo img {
	width: 258px;
    max-width: 100%;
}

@media (max-width: 991px) {
	.section-cta {
		text-align: left;
	}
	.section-cta .layout-row__content {
		--col-frs: 12fr !important;
	}
	
	.section-cta .logo img {
		width: 179px;
	}
}
