.formkit-form {
    margin: 0 auto;
}

.Id3622 #HomeContent {
    padding-top: 0;
    padding-bottom: 0;
}

.Id3473 #navbarmain,
.Id3473 footer {
    display: none;
}

#dnn_ctr12271_ContentPane .memb1,
#dnn_ctr12271_ContentPane .memb2 {
    border-right: 2px solid var(--secondary);
}

.Id3124 #HomeTwoColumn {
    align-items: center;
}

.Id3126 #HomeContent,
.Id3297 #HomeContent {
    display: none;
}

.Id3126 #MainContent h4 {
    margin-top: 3rem !important;
}

.faq-button {
    width: 100%;
    text-align: left;
}

.youtube-video {
  aspect-ratio: 16 / 9;
  width: 100%;
}

.Id3178 #navbarmain,
.Id3178 .hero-bg,
.Id3178 #HomeContent,
.Id3178 #FooterContainer,
.Id3624 #navbarmain,
.Id3624 .hero-bg,
.Id3624 #HomeContent,
.Id3624 #FooterContainer {
	display: none;
}

.sub-widget {
    background-color: #f5f5f5;
    border: 1px solid #5b9a42;
    padding: 2%;
    border-radius: 10px;
}

.sub-widget .form-group {
    margin: 15px 0;
}

.sub-widget .signup {
    text-align: center;
}

.grecaptcha-badge {
    opacity: 0;
}

/* live forms */

.LiveForm.Default {
    font-family: 'Poppins', Arial, Helvetica, sans-serif !important; /* form font */
    font-size: 14px !important; /* form font size */
    color: #000 !important;
    font-weight: 400 !important;
}

.LiveForm.Default ul.page-break-section,
.LiveForm.Default .thank-you {
    box-shadow: none !important; /* form shadow */
    background-color: transparent !important; /* form bg color */
}

.LiveForm.Default .Field label[class*="Field-Label-"],
.LiveForm.Default .Field > label, 
.LiveForm.Default .Field .MatrixWrapper > label {
    font-weight: 400 !important; /* label font weight */
}

.LiveForm.Default .Field .Field-Container-Wide {
    width: 100% !important; /* reset field containers to max */
}

.LiveForm.Default .Field input,
.LiveForm.Default .Field textarea,
.LiveForm.Default .Field select{
    width: 100% !important; /* input width 100% of container */
}

 /* submit button */
.LiveForm.Default input[type="submit"],
.LiveForm.Default input[type="button"] {
    min-width: 100px !important;
    background: #5b9a42 !important;
    font-weight: 400 !important;
    color: #fff !important;
    font-size: 16px !important;
    font-family: 'Poppins', Arial, Helvetica, sans-serif !important; /* set a font */
    border: 0 none;
    border-radius: 10px !important;
    padding: 10px;
}

 /* submit button hover */
.LiveForm.Default input[type="submit"]:hover,
.LiveForm.Default input[type="button"]:hover {
    box-shadow: none !important; /* reset default module style */
    background: #5b9a42 !important;
}


/* quick forms */

.qf_step {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.qf_form {
    width: 100% !important;
}

.qf_form .field_title label {
    font-weight: 400 !important;
    font-size: 16px !important;
    font-family: 'Poppins', Arial, Helvetica, san-serif;
}

.qf_form .qf_field {
    display: flex !important;
    flex-direction: column;
}

.qf_form .qf_textbox,
.qf_form .qf_phone,
.qf_form .qf_textarea {
    width: 100% !important;
}

.qf_submit {
    margin: 10px 0 !important;
    padding: 15px 35px !important;
    background-color: #5b9a42 !important;
    color: #fff !important;
    border-radius: 2px !important;
    border: 0 !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    text-decoration: none;
}

    .qf_submit:hover {
        background-color: #215a0c !important;
        color: #fff !important;
        text-decoration: none;
    }





