.row_4 {
    clear: both;
    min-height: 182px;
    background:none left top / contain repeat scroll transparent;
}
.header {
    min-height:53px;
    background-color:#2D2E82;
}
.column_1 {
    float: none;
    width: auto;
    min-height: 33px;
}
.column_2 {
    float: none;
    width: auto;
    min-height: 33px;
}
.row_1 {
    clear: both;
    width: auto;
}
p.paragraph1 {
    color: #FFFFFF;
}
p.paragraph2, p.paragraph3 {
    color: #FFFFFF;
    font-size:14px;
    text-align:right;
}
p.paragraph3 {
    text-align: center;
    margin-left:10px;
    margin-top:5px;
    margin-bottom:5px;
}
p.paragraph2 {
    margin-right: 10px;
    margin-top:5px;
    margin-bottom:5px;
    text-align:center;
}
img.image1 {
    height: auto;
    width:100%;
}
@media only screen and (min-width : 768px) {
    .row_4 {
        clear: both;
        min-height: 1px;
        background-size:contain;
    }
    .header {
        min-height: 54px;
    }
    .column_1 {
        float: left;
        width: 50%;
        min-height: 30px;
    }
    .column_2 {
        float: left;
        width: 50%;
        min-height: 30px;
    }
    .row_1 {
        clear: both;
        width: auto;
    }
    p.paragraph2 {
        text-align: right;
    }
    p.paragraph3 {
        text-align: left;
    }
}
@media only screen and (min-width : 1024px) {
    .row_4 {
        clear: both;
        min-height: 1px;
        background-size:auto;
    }
    .header {
        min-height: 30px;
    }
    .row_1 {
        clear: both;
        width: auto;
    }
    .column_1 {
        float: left;
        min-height:30px;
    }
    .column_2 {
        float: left;
        min-height:30px;
    }
    p.paragraph2 {
        text-align: right;
    }
    p.paragraph3 {
        text-align: left;
    }
}