.footer {
    width: 100%;
    background: #fff;
    border-top: 1px solid #747678;

    padding: 0.9375rem 0;
    text-align: center;
    display: flex;
    font-size: 0.8em !important;
    font-weight: 400;

    word-wrap: break-word;
    font-family: "Gotham Rounded Book";
}

.footer .ssn-logo {
    max-width: 290px;
}

.fixed-footer {
    position: fixed;
    bottom: 0;
}
