.footer {
    min-height:200px;
    background-color:#000B4F;
}
.row_45 {
    clear: both;
    width: auto;
    min-height: 100px;
}
.row_46 {
    clear: both;
    width: auto;
    min-height: 100px;
}
p.paragraph1 {
    text-align: center;
    color:#F5F0F5;
}
p.paragraph2 {
    text-align: center;
    color:#FFFFFF;
}
p.paragraph8 {
    text-align: center;
    color:#FFFFFF;
}
img.image6 {
    float:left;
}
p.paragraph9 {
    color: #FFFFFF;
    text-align:center;
}
@media only screen and (min-width : 768px) {
    .footer {
        min-height: 137px;
    }
    .row_45 {
        min-height: 68px;
    }
    .row_46 {
        min-height: 68px;
        display:none;
    }
    p.paragraph8 {
        text-align: center;
        color:#FFFFFF;
    }
    p.paragraph9 {
        color: #FFFFFF;
        text-align:center;
    }
    img.image6 {
        float: none;
    }
}
@media only screen and (min-width : 1024px) {
    .footer {
        min-height: 137px;
    }
    .row_45 {
        clear: both;
        width: auto;
    }
    .row_46 {
        clear: both;
        width: auto;
        display:none;
    }
    p.paragraph8 {
        text-align: left;
        color:rgb(119, 119, 119);
    }
    img.image6 {
        float: left;
    }
    p.paragraph9 {
        color: #FFFFFF;
        text-align:center;
    }
}