.page-template-wp-custom-template-charitable-free,
.page-template-charitable-free {

}
.page-template-wp-custom-template-charitable-free .wpchar-feature-top,
.page-template-charitable-free .wpchar-feature-top {
    padding-bottom: 0px !important;
}
.page-template-wp-custom-template-charitable-free .wpchar-reasons-margin-top-bottom,
.page-template-charitable-free .wpchar-reasons-margin-top-bottom {
    margin-top: 0px !important;
    padding-top: 0px !important;
}
.page-template-wp-custom-template-charitable-free .wpchar-testimonial-container,
.page-template-charitable-free .wpchar-testimonial-container {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}
.wpchar-feature-headings p.wpchar-subhead {
    padding-right: var(--wp--preset--spacing--50);
    padding-bottom: 0;
    padding-left: var(--wp--preset--spacing--50);
}

.free-page-faqs {
    margin: 40px auto !important;
    display: table;
}
.free-page-ready {
    margin: 60px auto !important;
}



/**
 * Try free modal
 */
 #try-free .modal__container {
	width: auto;
	text-align: center;
	max-width: 600px;
	padding: 4rem;
}

#try-free .wpforms-field,
#try-free .wpforms-confirmation-container {
	text-align: left;
}

#try-free .wpforms-confirmation-container {
	margin-top: 2rem;
}

#try-free .wpforms-confirmation-container .wp-block-group > .wp-block-group {
	margin: 0 !important;
	flex-wrap: nowrap;
}

#try-free .wp-block-buttons {
	margin: 0 auto 2rem !important;
	justify-content: center;
}

#try-free
	.wpforms-confirmation-container
	.wp-block-group
	> .wp-block-group
	strong {
	font-weight: 500;
	color: var(--wp--preset--color--dark-gray);
}

/**
 * Micro Modal
 */
.modal {
	display: none;
}

.modal.is-open {
	display: block;
}

.modal__overlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1000;
	background: rgba(0, 0, 0, 0.6);
	display: flex;
	justify-content: center;
	align-items: center;
}

.modal__container {
	background-color: #fff;
	padding: 30px;
	min-width: 500px;
	max-width: 100vw;
	max-height: 90vh;
	border-radius: 4px;
	overflow-y: auto;
	box-sizing: border-box;
}

.modal.has-content .modal__container {
	max-width: 600px;
	padding: 30px;
	max-width: 500px;
	max-height: 100vh;
	background-color: #fff;
	box-shadow: 0 6px 10px rgba(0, 0, 0, 0.25);
	border-radius: 4px;
	box-sizing: border-box;
	overflow-y: auto;
}

.modal__header {
	margin-bottom: 2rem;
}

.modal__header h2 {
	margin: 0;
}

.modal__title {
	margin-top: 0;
	margin-bottom: 0;
	font-weight: 600;
	font-size: 1.25rem;
	line-height: 1.25;
	color: #00449e;
	box-sizing: border-box;
}

.modal__close {
	cursor: pointer;
	padding: 1rem;
	background: transparent;
	border: 0;
	position: absolute;
	top: 0;
	right: 0;
}

.modal__close:before {
	content: "\2715";
}

.modal__content {
	margin-top: 2rem;
	margin-bottom: 2rem;
	line-height: 1.5;
	color: rgba(0, 0, 0, 0.8);
}

.modal__btn {
	font-size: 0.875rem;
	padding-left: 1rem;
	padding-right: 1rem;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	background-color: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	border-radius: 0.25rem;
	border-style: none;
	border-width: 0;
	cursor: pointer;
	text-transform: none;
	overflow: visible;
	line-height: 1.15;
	margin: 0;
	will-change: transform;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: transform 0.25s ease-out;
}

.modal__btn:focus,
.modal__btn:hover {
	transform: scale(1.05);
}

.modal__btn-primary {
	background-color: #00449e;
	color: #fff;
}

@keyframes mmslideIn {
	from {
		transform: translateY(15%);
	}
	to {
		transform: translateY(0);
	}
}

@keyframes mmslideOut {
	from {
		transform: translateY(0);
	}
	to {
		transform: translateY(-10%);
	}
}

.modal-slide[aria-hidden="false"] .modal__overlay {
	animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.modal-slide[aria-hidden="false"] .modal__container {
	animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.modal-slide[aria-hidden="true"] .modal__overlay {
	animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.modal-slide[aria-hidden="true"] .modal__container {
	animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.modal-slide .modal__container,
.modal-slide .modal__overlay {
	will-change: transform;
}


div.wpforms-container.try-wpsp-free {
	margin-bottom: 0;
}

div.wpforms-container.try-wpsp-free .wpforms-field-large {
	font-size: 1.14rem;
	padding: 0.75rem 1.15rem;
}

div.wpforms-container.try-wpsp-free .wpforms-submit-spinner {
	position: absolute;
	top: 33px;
	right: 20px;
}
div.wpforms-container.try-wpsp-free button {
	background-color: #31714C !important;
	border-color: #31714C !important;
	color: white !important;
}
div.wpforms-container.try-wpsp-free button:hover {
	background-color: #31714C !important;
	border-color: #31714C !important;
	color: white !important;
}

.wpforms-confirmation-container-full p {
	width: 80% !important;
  	text-align: left !important;
  	max-width: 320px !important;
	display: inline-block !important;
	margin-left: 0 !important;

}
.wpforms-confirmation-container-full, div[submit-success] > .wpforms-confirmation-container-full:not(.wpforms-redirection-message) {
	background: transparent !important;
	border: 0 !important;
}

.wpchar-highlight-underline {
	background-image: url("data:image/svg+xml;utf8,<svg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 482 7'><ellipse cx='241' cy='3.5' rx='240' ry='2.5' fill='%23f18200' fill-rule='evenodd'/></svg>");
	background-size: 100%;
	background-position: bottom center;
	background-repeat: no-repeat;
}

.modal__container p a {
	text-decoration: underline !important;
}

/* .wp-container-core-group-is-layout-3.wp-container-core-group-is-layout-1,
.wp-container-core-group-is-layout-3.wp-container-core-group-is-layout-2 {
    flex-wrap: nowrap;
    justify-content: space-between;
} */

.modal__container .wp-container-core-group-is-layout-3.wp-container-core-group-is-layout-3,
.modal__container .wp-container-core-group-is-layout-2.wp-container-core-group-is-layout-2,
.modal__container .wp-container-core-group-is-layout-1 {
    flex-wrap: nowrap !important;
    justify-content: space-evenly !important;
    width: 100%;
    margin-bottom: 20px;
}

@media only screen and (max-width: 800px) {

    .has-global-padding :where(.has-global-padding:not(.wp-block-block)) {
        padding-right: inherit !important;
        padding-left: inherit !important;
    }
    .free-page-ready .wp-block-buttons {
        margin-left: auto !important;
        margin-right: auto !important;
    }
    .free-page-ready h2 {
        text-align: center !important;
		margin-left: auto !important;
		margin-right: auto !important;
    }
    .free-page-ready h2 + p {
        text-align: center !important;
    }
    .free-page-faqs {
        margin: 20px auto !important;
    }
    .free-page-ready {
        margin: 30px auto !important;
    }

}
































