
.white-paper-col-5{
    width: 41.66666667%;
    float: left;
    min-height: 1px;
}
.white-paper-col-5 img{
    float: left !important;
    margin-top: 0px !important;
}
.white-paper-col-7{
    width: 58.33333333%;
    float: right;
    min-height: 1px;

}
.white-paper-col-7 img.thumbnail{
    margin-right:15px;
    padding: 0px;
    border: none;
    box-shadow: none;
    -webkit-border-radius:0px !important;
    -moz-border-radius:0px !important;
    border-radius:0px !important;
    margin-top:18px;
}
.rr-white-paper p{
    font-size: 18px !important;
    line-height: 28px !important;
    margin-top: 10px !important;
}
.rr-white-paper p.small{
    font-size: 12px !important;
    text-transform: uppercase;
    margin-top: 0px !important;
}

.rr-white-paper .pull-left{
    float: left;
}
.rr-white-paper .pull-right{
    float: right;
}
.rr-white-paper .white-paper-form{
    background: #eee;
    padding: 10px 15px;
    clear: both;
}
.rr-white-paper .form-headline{
    text-align: center;
    background: #1A1A1A;
    padding: 10px 0px;
    color: #fff;
    font-size: 30px;
}
.rr-white-paper input[type=text],
.rr-white-paper input[type=email],
.rr-white-paper input[type=tel],
.rr-white-paper input[type=url],
.rr-white-paper input[type=number],
.rr-white-paper input[type=password],
.rr-white-paper select option {
    padding: 5px 0px !important;
}
.rr-white-paper .gform_wrapper{
    display: block;

}
.rr-white-paper .gform_footer input[type=submit]{
    width: 100%;
    border: 2px solid #1A1A1A;
    padding: 10px;
    color: #1A1A1A;
    background: transparent;
    text-transform: uppercase;
    font-size: 15px !important;
    font-weight: 600 !important;
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    margin: 0px !important;
}
.rr-white-paper .gfield select, .rr-white-paper .gfield input {
    background: white;
    border:1px solid #ccc;
    height:44px;
}
.white-paper-form{
    text-align: center;
}
.white-paper-box{
    padding: 15px 15px 5px;
    background: #faf9f9;
    margin: 15px 0;
    border: 1px solid #eee !important;
    position: relative;
}
.white-paper-box h3{
    margin-top:0px !important;
    margin-bottom:5px;
    font-size:15px;
    line-height: 24px;
    font-weight: 600 !important;
}
.white-paper-box a{
    color: #444;
}
.white-paper-box img{
    background: white;
    float: left;
    margin-right: 20px;
    box-shadow: 3px 3px 0px #888888;
    border-radius: 0px;
    margin-bottom:15px;
}
.white-paper-box a.btn-white-paper{
    color: #fff !important;
    padding: 10px 15px;
    background: #444;
    position: absolute;
    right: 0;
    bottom: 0;
}
.white-paper-box .white-paper-excerpt p{
    font-size:14px !important;
    margin-bottom:40px !important;
}
@media only screen and (min-width: 200px) and (max-width: 768px) {
    .white-paper-form{
        padding: 0px !important;
        background: none !important;
    }
    .white-paper-form .gform_wrapper .gform_body .top_label li.gfield.gf_right_half, .white-paper-form .name_first, .white-paper-form .name_last {
        float: left;
        clear: left !important;
        width: 99% !important;
        padding-right:0px;
    }

    .white-paper-form .gform_wrapper .gform_body .top_label li.gfield.gf_left_half {
        float: left;
        clear: left !important;
        width: 99%;
    }

}