.parallax_quote {
    margin:5em 0;
}

.inner_parallax_quote {
    padding:9em 2.5em;
	background: transparent url(../im/40.png) repeat;
}

.parallax_quote blockquote {
    color:#FFF;
    margin:0 auto;
    max-width:70%;
    text-shadow:0 0 7px #000;
    text-shadow:0 0 7px rgba(0,0,0,0.4);
}

.parallax_quote blockquote .quote {
    font-family: 'bebas-neue', sans-serif;
    font-size:2.7em;
    line-height:1.1em;
}

.parallax_quote blockquote .quote:before {
    content: '\F10D';
    font-family:'FontAwesome';
    font-size:.7em;
    display:inline-block;
    top:-10px;
    color:#FF4B00;
    left:-5px;
    position:relative;
    text-shadow:none;
}

.parallax_quote blockquote .quote:after {
    content: '\F10E ';
    font-family:'FontAwesome';
    font-size:.7em;
    display:inline-block;
    top:-10px;
    color:#FF4B00;
    right:-5px;
    position:relative;
    text-shadow:none;
}


.parallax_quote blockquote a {
    color:#FFF;
    text-decoration:underline;
}


.parallax_quote blockquote a:hover {
    color:rgba(255,255,255,0.8);
    text-decoration:none;
}




.whitepaper .gform_wrapper .top_label .gfield_label {
    display:none;
}

.whitepaper .gform_wrapper ul.gform_fields {
    width:80%;
    float:left;
}


.whitepaper .gform_wrapper .gform_footer {
    padding: 0;
    margin: 0;
    clear: none !important;
    float:left !important;
}

.whitepaper .gform_wrapper .gform_footer .gform_button {
    min-width:auto;
    padding:0 10px !important;
    margin:6px 0 0 0 !important;
    font-size:1.2em !important;
    line-height:1.5em !important;
}

.whitepaper .gform_confirmation_message {
    margin:2em 0;
    font-weight: bold;
    color:#E94C0A;
}

.whitepaper {
    background:#fffcdb;
    border-top:1px dashed #dbce36;
    border-bottom:1px dashed #dbce36;
    margin:3em auto 2em auto;
    padding:2em;
    color:#000;
    max-width:55em;
    font-size:1.1em;
    text-align:left;
}

.whitepaper-left {
    float:left;
    width:28%;
}

.whitepaper-right {
    float:left;
    width:70%;
    padding-left:2%;
    padding-top:2em;
}

@media all and (max-width:780px){
    
    .whitepaper-left {
        text-align:center;
    }
    
    .whitepaper-left, .whitepaper-right {
        float:none;
        width:100%;
        margin:0;
    }
    
    .whitepaper .gform_wrapper ul.gform_fields {
        width:100%;
        float:none;
    }
}