/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
    height: auto;
}
body {
    /* Margin bottom by footer height */
    margin-bottom: 75px;
}
.sticky-footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: #f5f5f5;
}
.sticky-footer, .sticky-footer-spacer {
    /* Set the fixed height of the footer here */
    height: 75px;
}

div.email-signup-footer {
    height: 175px;
}