/* Sign-up and payment sections preserved from legacy footer (common010418.css) */
.pre-footer-sections hr.noMargin {
    margin: 0;
    border: 0;
    border-top: 1px solid #cdcdcd;
}

.pre-footer-sections .signUpArea {
    padding: 30px 0;
    border-bottom: 1px solid #cdcdcd;
    background-color: #fff;
}

.pre-footer-sections .sineUpWraper {
    max-width: 970px;
    margin: 0 auto;
    overflow: hidden;
}

.pre-footer-sections .sineUpTextArea {
    float: left;
    width: 362px;
    color: #888888;
    line-height: 40px;
    font-size: 13px;
}

.pre-footer-sections .sineUpFormArea {
    float: right;
    width: 593px;
}

.pre-footer-sections .inputEmail {
    height: 40px;
    float: left;
    width: 367px;
    border: 1px solid #CDCDCD;
    padding: 10px;
    margin-right: 5px;
    border-radius: 3px;
}

.pre-footer-sections .inputEmail::-webkit-input-placeholder {
    color: #b6b6b6;
    font-style: italic;
}

.pre-footer-sections .inputEmail::-moz-placeholder {
    color: #b6b6b6;
    font-style: italic;
}

.pre-footer-sections .error.inputEmail::-webkit-input-placeholder {
    color: #f16565 !important;
}

.pre-footer-sections .error.inputEmail::-moz-placeholder {
    color: #f16565 !important;
}

.pre-footer-sections .btnSignup {
    font-size: 13px;
    text-transform: capitalize;
    background-color: #4490a5;
    color: #FFF;
    border: none;
    width: 90px;
    margin-left: 7px;
    border-radius: 3px;
    height: 40px;
}

.pre-footer-sections .btnSignup:hover {
    background-color: #4fa23a;
    transition: background-color 0.5s;
    -webkit-transition: background-color 0.5s;
}

.pre-footer-sections .btnSignup > .fa {
    font-size: 22px;
    padding-right: 5px;
}

.pre-footer-sections .btnSignup > .fa:before {
    float: left;
    margin-bottom: -6px;
}

.pre-footer-sections span.successMess {
    font-size: 16px;
    font-weight: 400;
    color: #4FA23A;
    font-style: italic;
    line-height: 1.5;
    float: left;
    display: block;
    width: 100%;
    margin-top: 8px;
}

.pre-footer-sections .paymentArea {
    padding: 30px 0;
    background-color: #fff;
}

.pre-footer-sections .paymentOpt > ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.pre-footer-sections .paymentOpt > ul > li {
    display: inline-block;
    margin: 0 6px;
    padding: 0;
}

.pre-footer-sections .paymentOpt > ul > li > h4 {
    font-family: Roboto, sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #444546;
    margin: 0;
}

.pre-footer-sections .paymentOpt > ul > li > img {
    max-height: 32px;
    width: auto;
}

@media only screen and (min-width: 992px) {
    .pre-footer-sections .paymentArea { 
        border-bottom: 1px solid #cdcdcd;
    }
}

@media only screen and (max-width: 767px) {
    .pre-footer-sections .signUpArea {
        padding: 17px 0 30px;
    }

    .pre-footer-sections .sineUpFormArea {
        width: 100%;
        text-align: center;
    }

    .pre-footer-sections .sineUpTextArea {
        width: 100%;
        text-align: center;
        line-height: 22px;
        margin: 12px 0;
        float: none;
    }

    .pre-footer-sections .inputEmail {
        width: 100%;
        margin-bottom: 15px;
        float: none;
    }

    .pre-footer-sections .sineUpFormArea > form > div {
        display: flex;
        justify-content: center;
        gap: 7px;
        flex-wrap: wrap;
    }

    .pre-footer-sections .btnSignup {
        margin-left: 0;
    }

    .pre-footer-sections span.successMess {
        float: none !important;
    }

    .pre-footer-sections .paymentOpt > ul > li:first-child {
        width: 100%;
        text-align: center;
    }

    .pre-footer-sections .paymentOpt > ul > li {
        margin: 6px;
        padding: 0;
    }
}
