.header {
    min-height:300px;
}
.row_1 {
    clear: both;
    min-height: 100px;
    background-color:#2A569F;
}
.column_1 {
    float: none;
    width: auto;
    min-height: 100px;
}
.align-inline-wrap1 {
    text-align: right;
}
.column_2 {
    float: none;
    width: auto;
    min-height: 100px;
}
img.image1 {
    height: auto;
    width:90%;
    display:block;
    margin-top:20px;
    margin-left:auto;
    margin-right:auto;
}
.row_2 {
    clear: both;
    min-height: 100px;
    margin-top:25px;
}
img.image2 {
    height:100%;
    width:auto;
    display:none;
}
img.image3 {
    height: auto;
    width:auto;
    display:none;
    margin-top:40px;
}
@media only screen and (min-width : 768px) {
    .header {
        min-height: 175px;
    }
    .row_1 {
        clear: both;
        min-height: 0px;
    }
    .column_1 {
        float: left;
        width: 40%;
        min-height: 0px;
    }
    .column_2 {
        float: left;
        width: 60%;
        min-height: 0px;
    }
    .row_2 {
        clear: both;
        width: auto;
        min-height:80px;
        margin-left:20px;
        margin-top:0px;
    }
    img.image1 {
        margin-right: 0;
        width:75%;
    }
    img.image2 {
        display: inline;
    }
    img.image3 {
        display: inline-block;
        margin-top:15px;
    }
}
@media only screen and (min-width : 1024px) {
    .header {
        min-height: 175px;
    }
    .row_1 {
        min-height: 0px;
    }
    .row_2 {
        clear: both;
        width: auto;
        min-height:80px;
        margin-left:20px;
        margin-top:25px;
    }
    .column_1 {
        float: left;
        min-height:175px;
    }
    .column_2 {
        float: left;
        min-height:175px;
    }
    img.image1 {
        margin-right: 0;
        width:75%;
    }
    img.image2 {
        display: inline;
    }
    img.image3 {
        display: inline-block;
        margin-top:30px;
    }
}