.row_10 {
    clear: both;
    width: auto;
    min-height: 100px;
    background-color:#333333;
    padding-top:40px;
    padding-bottom:40px;
}
.row_9 {
    clear: both;
    width: auto;
    min-height: 100px;
    padding-top:40px;
    padding-bottom:40px;
    background-color:transparent;
}
img.image2 {
    margin-left: auto;
    margin-right:auto;
    display:block;
}
.align-inline-wrap2 {
    text-align: center;
}
.customClass2 {
    width: 50px;
    margin-top:22px;
}
p.footer_copy_2 {
    font-size: 13px;
    text-transform:uppercase;
    font-weight:400;
    text-align:center;
}
a.anchor1 {
    font-size: 13px;
}
.footer {
    min-height:300px;
}
p.paragraph1 {
    text-align: center;
    font-size:15px;
    margin-top:0px;
    margin-bottom:0px;
}
@media only screen and (min-width : 768px) {
    .row_9 {
        min-height: 0px;
    }
    .row_10 {
        min-height: 0px;
    }
}
@media only screen and (min-width : 1024px) {
    .row_10 {
        clear: both;
        width: auto;
    }
    .row_9 {
        clear: both;
        width: auto;
    }
}