
body {
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
    font-size: 16px !important;
    color:#000000 !important;
}
p{
    line-height: 1.4;
    font-size:16px;

}
.spacer{
    margin-top:30px;
}
.intro-header {
    background: center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    margin-bottom: 50px
}
h1{
    padding-bottom: 0 !important;
    font-size:48px !important;
    margin-bottom: 12px;
    font-family: 'Oswald', sans-serif;
    font-style:normal;
    font-weight:800;
    color:#ffffff;
    width: auto !important;
    text-align: left;
    line-height: 1.4;
}
.site-heading{
    margin-top:20px;
}

.body-container-wrapper{
    background: #fafafa !important;
    padding-top: 0;

}
h3.conversion-title {
    border-bottom: 2px solid #000;
    margin-bottom: 35px;
    padding-bottom: 15px;
    color: #000000;
    font-family: proxima-nova;
    font-size: 28px;
    font-weight: 800;
    margin-top: 0;
    text-align: center;
}
section #conversion-description {
    padding: 60px 0 30px 0;
    display: block;
    overflow: hidden;
}
.form-border{
    border: 1px solid #959595;
    padding: 30px;
    margin-bottom: 30px;
    width: 100%;
    background-color: #f8f8f8;
}
.btn-width{
    min-width:320px;
    text-align:center;
    padding:13px;
    font-weight:bold;
    letter-spacing: 1px;
}
label{
    color: #000000;
    font-weight: 600 !important;
    font-size: 16px;
}
footer{
    min-height:100px;
    background-color:#002A7E;
    color:#ffffff;

}
@media only screen and (max-width: 480px) {
    h1{
        padding-bottom: 0 !important;
        font-size:32px !important;
        margin-bottom: 12px;
        font-family: 'Oswald', sans-serif;
        font-style:normal;
        font-weight:800;
        color:#ffffff;
        width: auto !important;
        text-align: left;
        line-height: 1.4;
    }
    h3.conversion-title {
        border-bottom: 2px solid #000;
        margin-bottom: 35px;
        padding-bottom: 15px;
        color: #000000;
        font-family: 'Oswald', sans-serif;
        font-size: 24px !important;
        font-weight: 800;
        margin-top: 0;
        text-align: center;
    }
    .form-border{
        border: 1px solid #959595;
        margin: 0 auto !important;
        padding:10px;
        width: 100%;
        background-color: #f8f8f8;
    }
    .btn-width{
        min-width:280px;
        width:100%;
        text-align:center;
        padding:13px;
        font-weight:bold;
        letter-spacing: none;
    }
}
@media only screen and (max-width: 320px) {
    .btn-width{
        min-width:260px;
        width:100%;
        text-align:center;
        padding:7px;
        font-weight:bold;
        font-size:12px;
        letter-spacing: none !important;
    }
}