.header {
    min-height:10px;
    top:0px;
    left:0;
    right:0;
    z-index:1000;
}
.column_1 {
    float: none;
    width: auto;
    min-height: 100px;
    display:none;
}
.column_2 {
    float: none;
    width: auto;
    min-height: 10px;
}
.column_3 {
    float: none;
    width: auto;
    min-height: 10px;
}
.row_2 {
    clear: both;
    width: auto;
}
img.image1 {
    height: 30px;
    width:auto;
    display:block;
    margin:10px auto 0 auto;
}
p.paragraph2 {
    color: #FFFFFF;
    font-size:12px;
    line-height:100%;
    font-weight:400;
    text-align:center;
    margin:0 10px 10px 10px;
}
a.anchor2 {
    color: #FFFFFF;
    font-weight:400;
    line-height:100%;
    font-size:12px;
    background-color:#066ccc;
    display:inline-block;
    margin-left:10px;
    margin-right:10px;
    padding:10px 20px;
    border-radius:25px;
}
a.anchor2:hover {
    background-color: #0000ff;
}
@media only screen and (min-width : 768px) {
    .header {
        width: 100%;
        min-height:10px;
        background-color:transparent;
        position:fixed;
    }
    .column_1 {
        float: left;
        width: 33.33%;
        min-height: 75px;
        display:block;
    }
    .column_2 {
        float: left;
        width: 33.33%;
        min-height: 75px;
    }
    .column_3 {
        float: left;
        width: 33.34%;
        min-height: 75px;
    }
    .row_2 {
        clear: both;
        width: auto;
    }
    p.paragraph2 {
        margin:20px 0;
        font-size:15px;
    }
    img.image1 {
        margin-top: 20px;
        height:55px;
    }
    a.anchor2 {
        font-size: 17px;
    }
}
@media only screen and (min-width : 1024px) {
    .header {
        width: 100%;
        background-color:transparent;
        position:absolute;
        min-height:10px;
    }
    .row_2 {
        clear: both;
        width: auto;
    }
    .column_1 {
        float: left;
        display:block;
    }
    .column_2 {
        float: left;
        min-height:75px;
    }
    .column_3 {
        float: left;
        min-height:75px;
    }
    p.paragraph2 {
        margin:20px 0;
        font-size:15px;
    }
    img.image1 {
        margin-top: 20px;
        height:55px;
    }
    a.anchor2 {
        font-size: 17px;
    }
}