html {
     position: relative;
     min-height: 100%;
}

.wrapper {
     /* Equal to height of footer */
     /* But also accounting for potential margin-bottom of last child */
     margin-bottom: 80px;
}
.wrapper .questions label {
     margin-left: 1rem;
}

.footer {
     /* Set the fixed height of the footer here */
     height: 80px;
     /* For ReCAPTCHA */
     z-index: -1;
     position: absolute;
     bottom: 0;
     width: 100%;
     background-color: rgb(238,238,238);
     padding-top: 10px;
     padding-bottom: 10px;
     margin-top: 20px;
     border-top-color: rgb(204,204,204);
     border-top-style: solid;
     border-top-width: 1px;
     z-index: 10;
}

.footer-text{    
     padding-top: 45px;
     margin-bottom: -45px;
     font-size: 14px; 
     color: rgba(0, 0, 0, 0.5);   
}
.footer-text a, .footer-text a:hover{
     color: rgba(0, 0, 0, 0.6);
     text-decoration: underline;
}

#myCaptcha, .grecaptcha-badge { 
     visibility: hidden;
}