.row_6 {
    clear: both;
    width: auto;
    min-height: 100px;
    background-color:#2c2d30;
    padding-top:40px;
    padding-bottom:40px;
}
.row_5 {
    clear: both;
    width: auto;
    min-height: 100px;
    padding-top:40px;
    padding-bottom:40px;
    background-color:#f2f3f4;
}
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;
}
@media only screen and (min-width : 768px) {
    .row_5 {
        min-height: 0px;
    }
    .row_6 {
        min-height: 0px;
    }
}
@media only screen and (min-width : 1024px) {
    .row_6 {
        clear: both;
        width: auto;
    }
    .row_5 {
        clear: both;
        width: auto;
    }
}