body{
    padding: 0;
    margin: 0;
} 
.wrapper {
    margin: auto;
    max-width: 950px;
    clear: both;
}
header {
    border-top: 38px solid #03965E;
    padding-top: 20px; 
}
footer {
    border-top: 22px solid #03965E;
    padding-top: 20px; 
    margin-top: 150px;
}
img.logo {
    float: left;
    margin-right: 80px;
}
section.content {
    margin-top: 120px;
    clear: both;
}
div.left {
    float: left;
    width: 48%;
    margin-right: 2%;
}
div.right {
    float: left;
    width: 48%;
    margin-left: 2%;
}
div.clear {
    clear: both;
}
p {
    font-family: Arial,Helvetica,sans-serif;
}
p.baseline {
    font-family: "bnpp_sans",Arial,Helvetica,sans-serif;
    color: #1d1d1b;
    padding-top:10px;
}
h1 {
    font-family: "bnpp_sans_condensed",Arial,Helvetica,sans-serif;
    text-transform: uppercase;
}

@media screen and (max-width: 890px) {
    .wrapper {
        max-width: 90% !important;
    }
    section.content div.wrapper div.left {
        float: none !important;
        width: 100% !important;
        margin: auto !important;
    }
    section.content div.wrapper div.right {
        float: none !important;
        width: 100% !important;
        margin: auto !important;
    }
}
