.footer {

    width:100%;
    height:88px;
    background-color:rgba(10,99,178,1.0);

}

.footer .left {

    width:33%;
    height:88px;
    margin:0;
    padding:0;
    display:table;
    float:left;
    padding-left:45px;

}

.footer .left > .verticalAlign {

    display:table-cell;
    vertical-align:middle;
    font-size:16px;
    font-weight:400;
    font-family:'Roboto Condensed',sans-serif;
    color:rgba(255,255,255,1.0);
    text-align:left;

}

.footer .center {

    width:33%;
    height:88px;
    margin:0;
    padding:0;
    display:table;
    float:left;

}

.footer .center > .verticalAlign {

    display:table-cell;
    vertical-align:middle;
    font-size:16px;
    font-weight:400;
    font-family:'Roboto Condensed',sans-serif;
    color:rgba(255,255,255,1.0);
    text-align:center;

}

.footer .right {

    width:33%;
    height:88px;
    margin:0;
    padding:0;
    display:table;
    float:right;
    padding-right:45px;

}

.footer .right > .verticalAlign {

    display:table-cell;
    vertical-align:middle;
    font-size:16px;
    font-weight:400;
    font-family:'Roboto Condensed',sans-serif;
    color:rgba(255,255,255,1.0);
    text-align:right;

}

@media screen and (max-width:414px) {

    .footer {
    
        height:auto;
        min-height:10px;
    
    }
    
    .footer .left {
        width:100%;
        height:38px;
        padding-left:0px;
    }
    
    .footer .left > .verticalAlign {
        text-align:center;
    }
    
    .footer .center {
        width:100%;
        height:38px;
    }
    
    .footer .center > .verticalAlign {
        text-align:center;
    }
    
    .footer .right {
        width:100%;
        height:38px;
        padding-right:0px;
    }
    
    .footer .right > .verticalAlign {
        text-align:center;
    }

}