.container-full-width-call-to-action {
    background: url(/landing-assets/become-lawyer/img/lady-with-coffee.jpg);
    background-size: cover;
    background-position: 50% 0px;
    background-repeat: no-repeat no-repeat;
    background-color: #2e2e2e;
    margin-top: -15px;
    min-height: 240px;
}

.question-call-to-action-form {
    padding: 30px 0;
}

.question-call-to-action-form a {
    color: #fff !important;
    text-decoration: none !important;
}

.question-call-to-action-form .lead {
    font-weight: 600;
    font-size: 43px;
    color: #FEFEFE;
    line-height: 58px;
    text-align: left;
    text-shadow: 0px 2px 9px #333;
}

.question-call-to-action-form textarea {
    height: 116px;
}

.question-call-to-action-form .btn {
    width: 100%;
    font-weight: 600;
}

.question-call-to-action-form .mini-text p {
    line-height: 23px;
    margin: 0;
    color: #fff;
    text-align: right;
}

.btn-transparent-success {
    background: transparent;
    color: #7db960;
    -webkit-transition: background .2s ease-in-out, border .2s ease-in-out;
    -moz-transition: background .2s ease-in-out, border .2s ease-in-out;
    -o-transition: background .2s ease-in-out, border .2s ease-in-out;
    transition: background .2s ease-in-out, border .2s ease-in-out;
    border: 1px solid #7db960;
}


/* MOBILE BOTTOM CALL TO ACTION */
.mobile-bottom-call-to-action {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #7db960;
    color: #fff;
    height: 70px;
    z-index: 999;
}

.mobile-bottom-call-to-action .text {
    padding: 10px 0 0 20px;
}

.mobile-bottom-call-to-action .icon {
    padding: 10px 10px 0 10px;
}

.mobile-bottom-call-to-action .icon i {
    font-size: 49px;
}

.mobile-bottom-call-to-action .title {
    color: #fff;
    font-size: 18px;
    line-height: 28px;
    margin: 0;
    display: block;
}

.mobile-bottom-call-to-action .mini-text {
    color: rgba(255, 255, 255, .56);
    font-size: 14px;
    line-height: 20px;
    margin: 0;
}

/* END - MOBILE BOTTOM CALL TO ACTION */


@media (max-width: 767px) {

    .question-call-to-action-form .lead {
        margin: 50px 0 0 0;
        font-size: 24px;
        font-weight: 700;
        line-height: 32px;
        text-align: center;
        color: #fff;
    }

    .question-call-to-action-form .mini-text p {
        font-size: 16px;
        font-weight: 700;
        line-height: 24px;
        text-align: center;
        color: #fff;
    }

    .mobile-bottom-call-to-action {
        display: block;
    }
}