﻿
#jicfooter .footer-column {
    float: left;
    margin-right: 2%;
    width: 12%;
}

@media(max-width:820px) {

    body.responsive #jicfooter footer#footermenunav {
        padding: 40px 0 40px 12px;
    }

    .jicmobilefooter {
        width: 100% !important;
        margin: auto;
    }


    #footermenunav .footer-column .row {
        display: none;
    }


    #footermenunav .footer-column h5::after {
        color: #899 !important;
        content: "+";
        position: relative;
        float: right;
        right: 10px;
    }


    #jicfooter .footer-column {
        width: 100%;
    }

    #jicfooter .row {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 0px;
        margin-bottom: 0px;
        max-width: 64.375em;
    }
}
