    /* HPCUSTOM push, stick footer to the bottom of page */
/*  * {
    margin: 0;
    }  */
    html, body {
    height: 100%;
    }
    .wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -105px;  /* HPCUSTOM IMPORTANT make sure px value is same as footer/push below 
                                 the bigger the number, the higher the footer will float up */
    }
    .footer, .push {
    height: 105px;
    position: relative;
/*    z-index: -150;  */
    }

