footer {
    display: block;
}

.c-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 35px;
    flex: 0 0 35px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    height: 35px;
    padding: 0 1rem;
    color: #4f5d73;
    background: #fff;
}

/*# sourceMappingURL=footer.css.map */
