
/* Footer */
#footer-content .menu li {
    text-align: center;
    /*float: left;*/
    display: inline-block;
    /*width: 49%;*/
    list-style-type: none;
    /*font-size: 16px;*/
    text-decoration: underline;
    margin: 0 10px;
}
@media only screen and (min-width: 768px) {
    #footer-content .menu li {
        text-align: left;
        float: left;
        width: 50%;
        margin: 0;
    }
}





/* Footer Menu (main) */
#footer-menu .menu {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
}
#footer-menu .menu > .menu-item {
    text-align: center;
    text-decoration: none;

    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;

    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;

    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    width: 20%;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
#footer-menu .menu > .menu-item > a {
    color: white;
    font-family: Montserrat, sans-serif;
    font-weight: bold;
    font-size: 2em;
    margin-bottom: 1.5rem;
    display: inline-block;
}
#footer-menu .menu  a {
    margin-bottom: 0.75rem;
}
#footer-menu .menu > .menu-item > a small {
    font-size: 14px;
    display: inline-block;
    width: 100%;
}
#footer-menu .menu > .menu-item .menu-item {
    width: 100%;
    text-align: center;
    text-decoration: none;
}





/* Sub Footer */
#sub-footer .sub-footer-text,
#sub-footer li a {
    color: #777777;
}
@media only screen and (min-width: 768px) {
    #sub-footer .menu {
        display: table;
        width: 100%;
    }
    #sub-footer .menu li + li {
        margin-left: 10px;
        padding-left: 12px;
        border-left: 1px solid #333;
    }
}
    #sub-footer .menu li {
        width: auto;
    }