/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.cmm-petition-signup--form .invalid-feedback {
    width: 100%;
    margin-top: 0;
    font-size: 13px;
    color: rgb(var(--clr--white));
    background-color: rgb(255, 43, 43);
    padding: 5px;
    font-weight: normal;
    display: none;
    text-align: left;
}

.cmm-petition-signup--form {
    width: 100%;
    margin-inline: auto;
}

.cmm-petition-signup--form .cmm-petition-header h2 {
    color: #da3123;
    line-height: 1.3;
    margin: 0 0 10px 0;
}

.cmm-petition-signup--form .cmm-petition-header .header-copy {
    text-align: center;
}

.cmm-petition-signup--form .cmm-petition-header .signature-wrap {
    color: #fff;
    margin-bottom: 10px;
}

.cmm-petition-signup--form .cmm-petition-header .signature-wrap .progress {
    margin: 10px 0;
    display: none;
}

#cmm-petition-form .row {
    margin: 0;
}

.cmm-petition-signup--form form .row [class*="col"] {
    text-align: center;
    padding: 0;
}

.cmm-petition-signup--form form .row [class*="col"] input {
    width: 100%;
}

.sign-the-petition__wrapper_form_choices {
    margin-bottom: 25px;
}

.consent-wrap .form-check {
    text-align: left;
    padding-left: 35px !important;
    margin-top: 10px;
    position: relative;
}

.cmm-petition-signup--form .form-check-input[type=checkbox] {
    position: absolute;
    left: 0;
    width: 25px !important;
    height: 25px;
    margin: 0;
}

.cmm-petition-signup--form form .row [class*="col"].submit-wrap {
    margin: 30px 0 0;
}

.cmm-petition-signup--form .cmm-petition-footer .footer-copy {
    text-align: center;
}

.cmm-petition-signup--form.cmm-petition-error .cmm-petition-error-wrap p {
    text-align: center;
    margin-bottom: 0;
}

.cmm-petition-signup--form .btn {
    color: #ffffff;
    font-size: 18px;
    background-color: #da3123 !important;
    padding: 18px 30px !important;
    width: 260px;
    margin: 0 auto;
    display: block;
    border-color: #da3123 !important;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.cmm-petition-signup--form .btn:hover,
.cmm-petition-signup--form a:hover {
    color: #da3123 !important;
    text-decoration: none;
    background: #fff !important;
    border-color: #fff !important;
}

.cmm-petition-signup--form .secondary-btn {
    font-size: 18px;
    color: rgb(var(--clr--white));
    font-weight: 500;
    background-color: rgb(var(--clr--dark--blue));
    padding: 10px;
    margin-top: 15px;
}

.cmm-petition-signup--form .secondary-btn:hover {
    color: rgb(var(--clr--dark--blue));
    background-color: rgb(var(--clr--green));
    padding: 10px;
}

.cmm-petition-signup--form .pointer-none {
    pointer-events: none;
}

.cmm-petition-message {
    text-align: center;
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-top: 20px;
    margin-bottom: 0;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.cmm-petition-message:empty {
    padding: 0;
    margin: 0;
    border: 0 solid transparent;
}

.cmm-petition-message.success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.cmm-petition-message.error {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

@media only screen and (max-width: 1199px) {
    .petition-matter__wrapper_title {
        font-size: 32px !important;
    }
}

@media only screen and (max-width: 1024px) {
    .sign-petition__wrapper_form-wrapper_container {
        padding: 25px !important;
    }
}

@media only screen and (max-width: 991px) {
    .sign-petition__wrapper {
        flex-direction: column;
    }

    .sign-petition__wrapper_copy {
        width: 100% !important;
    }

    .sign-petition__wrapper_copy img {
        width: 60px;
    }

    .sign-petition__wrapper_form-wrapper {
        width: 100% !important;
    }
}

@media only screen and (max-width: 767px) {
    .sign-petition__wrapper_form-wrapper_container {
        padding: 20px 20px 30px !important;
    }

    .cmm-petition-signup--form form .row [class*="col"] {
        padding: 0 !important;
    }
}