/* ================================
   Sticky Footer Fix
   Admiral Consulting Group
   ================================ */

html, body {
    height: 100%;
}

.hfeed.site#page {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

#content.site-content {
    flex: 1 0 auto;
}

#site-footer-placeholder {
    flex-shrink: 0;
}
