#footer {
    overflow-x: hidden;
}

#lisoni-cr--wrapper {
    animation-duration: .5s;
    margin-bottom: 60px;
}

#cleverreach_form {
    text-align: center;
    margin-top: 30px;
}

.lisoni-cr--claim {
    font-family: "alternate-gothic-no-1-d", Helvetica, Arial, sans-serif;
    font-size: 30px;
    color: rgb(225, 225, 225);
    text-transform: none !important;
}

#cleverreach_form #wrapper--envelopes {
    position: relative;
}

#cleverreach_form #wrapper--envelopes:after {
    content: "";
    background: url('../images/envelopes.png') no-repeat right center;
    position: absolute;
    background-size: auto 75px;
    -webkit-background-size: auto 75px;
    -moz-background-size: auto 75px;
    top: 50%;
    margin-top: -20px;
    left: 15px;
    width: 106px;
    height: 75px;
}

#cleverreach_submit {
    position: relative;
}

.lisoni-cr-spinner {
    position: absolute;
    left: 50%;
    margin-left: -12px;
}

.popover.lisoni_cleverreach {
    background-color: #cb1227;
    border-radius: 0;
}

.popover.lisoni_cleverreach .arrow:after {
    border-bottom-color: #cb1227;
}

.popover.lisoni_cleverreach .popover-content {
    color: #FFFFFF;
}

.lisoni-cr--success {
    border: 4px solid #7ac142;
    border-radius: 6px;
    display: block;
    margin: 30px 0;
    padding: 15px;
    animation-duration: .75s;
}

.lisoni-cr--success p {
    color: #FFFFFF;
}

.checkmark__circle {
    stroke-dasharray: 166;
    stroke-dashoffset: 166;
    stroke-width: 2;
    stroke-miterlimit: 10;
    stroke: #7ac142;
    fill: none;
    animation: stroke .6s cubic-bezier(0.650, 0.000, 0.450, 1.000) forwards;
}

.checkmark {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: block;
    stroke-width: 2;
    stroke: #fff;
    stroke-miterlimit: 10;
    margin: 10% auto;
    box-shadow: inset 0px 0px 0px #7ac142;
    animation: fill .4s ease-in-out .4s forwards, scale .3s ease-in-out .9s both;
}

.checkmark__check {
    transform-origin: 50% 50%;
    stroke-dasharray: 48;
    stroke-dashoffset: 48;
    animation: stroke .3s cubic-bezier(0.650, 0.000, 0.450, 1.000) .8s forwards;
}

@keyframes stroke {
    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes scale {
    0%, 100% {
        transform: none;
    }
    50% {
        transform: scale3d(1.1, 1.1, 1);
    }
}

@keyframes fill {
    100% {
        box-shadow: inset 0px 0px 0px 30px #7ac142;
    }
}

@media (min-width: 992px) {
    .container--newsletter {
        margin-bottom: 30px;
    }
}

@media (min-width: 768px) {
    #cleverreach_form .form-group {
        width: 40%;
    }

    #cleverreach_form input#email {
        width: 100%;
    }

    #cleverreach_form #wrapper--envelopes:after {
        background-size: auto 100px;
        -webkit-background-size: auto 100px;
        -moz-background-size: auto 100px;
        top: 50%;
        margin-top: -50px;
        left: 30px;
        width: 142px;
        height: 100px;
    }
}

@media (max-width: 767px) {
    .lisoni-cr--claim {
        font-size: 24px;
    }

    #cleverreach_form {
        margin-top: 15px;
    }
}