/* Hide reCAPTCHA badge  */
.grecaptcha-badge { visibility: hidden; }

/* Hide scroll bars in the reCAPTCHA iframe */
.g-recaptcha > div > div > iframe {
    overflow: hidden !important;
}

/**
Embeded Landing Page
 */
body.page-embed-landing {
    font-family: 'Roboto', sans-serif !important;
}
body.page-embed-landing .h2-page-title {
    font-family: 'Roboto', sans-serif !important;
}
body.page-embed-landing .text {
    font-family: 'Roboto', sans-serif !important;
}
