.footer {
    min-height:300px;
    background:none center bottom / cover no-repeat scroll transparent;
}
.column_6 {
    float: none;
    width: auto;
    min-height: 100px;
}
.column_7 {
    float: none;
    width: auto;
    min-height: 100px;
}
.column_8 {
    float: none;
    width: auto;
    min-height: 100px;
}
p.paragraph1 {
    background-color: rgba(255, 255, 255, 0.68);
    padding-top:10px;
    border-top-right-radius:40px;
    -moz-border-radius-topright:40px;
    -webkit-border-top-right-radius:40px;
    border-bottom-right-radius:40px;
    -moz-border-radius-bottomright:40px;
    -webkit-border-bottom-right-radius:40px;
    padding-left:10px;
    padding-bottom:10px;
    margin-top:100px;
}
@media only screen and (min-width : 768px) {
    .column_6 {
        float: left;
        width: 27.1135%;
        min-height: 164px;
    }
    .column_7 {
        float: left;
        width: 46.01127406082289%;
        min-height: 174px;
    }
    .column_8 {
        float: left;
        width: 26.8752%;
        min-height: 174px;
    }
    .row_14 {
        clear: both;
        width: auto;
    }
    p.paragraph1 {
        min-height: 40px;
    }
    .footer {
        min-height: 195px;
    }
}
@media only screen and (min-width : 1024px) {
    .row_14 {
        clear: both;
        width: auto;
    }
    .column_6 {
        float: left;
        padding-left:0px;
        min-height:164px;
        width:27.1135%;
    }
    .column_7 {
        float: left;
        min-height:174px;
        width:46.01127406082289%;
    }
    .column_8 {
        float: left;
        min-height:174px;
        width:26.8752%;
    }
    p.paragraph1 {
        min-height: 40px;
    }
    .footer {
        min-height: 195px;
    }
}