body.bjm-cta-body{


    background-color:black;
    background-position: 50% 50%;
    background-size: cover;

}

.bjm-cta-content-holder{


    max-width: 700px;
    margin: 100px auto;

    background-color: rgba(255, 255, 255, 0.9);
    position: relative;

    padding:40px;
    padding-top: 50px;

    overflow: visible;
    text-align: center;





}

.bjm-cta-content-holder .logo{
    margin-bottom:40px;

}

.bjm-cta-content-holder .featured-image{

    margin-bottom:40px;

}

.bjm-cta-content-holder .landing-content{

    text-align: left;

}

.bjm-cta-content-holder .landing-content h2{
    margin-bottom: 20px;
}

.bjm-cta-content-holder .simplemodal-close{
    display:none;
}

.bjm-cta-content-holder .hard-copy-module{
    text-align: left;

}

.bjm-cta-content-holder .hard-copy-module input[type=text], .bjm-cta-content-holder .hard-copy-module input[type=email]{

    width:100%;
    padding:8px;
    color:#333;
}
.bjm-cta-content-holder .hard-copy-module select, .bjm-cta-content-holder .hard-copy-module input[type=text],.bjm-cta-content-holder .hard-copy-module textarea{
    color:#333;
}


.bjm-cta-content-holder .hard-copy-module input[type=submit]{

    background: #175B91;
    color:white;
    padding:10px;
    border-radius:4px;
    text-align: center;
    display: block;
    min-width:150px;

}

.bjm-cta-content-holder .hard-copy-module label{
    margin-bottom:0px;
}
.bjm-cta-content-holder div.wpcf7-mail-sent-ok{

    border: 2px solid #398f14;
    border-radius: 6px;
    padding: 15px;
    margin: 0px;
    background: white;
    padding-top: 20px;

}
