/* CSS for LRA Become a Sponsor page */

h1 {
    font-size: 40pt;
    margin-bottom: 1em;
}

.top-content {
    padding: 5em 0 4em 0;
}

form div.gform_heading h3.gform_title {
    display: none;
}

@media (max-width: 767px) {
    .top-content {
        padding: 2em 0 4em 0;
    }
}

@media (max-width: 479px) {
    .top-content {
        padding: 1em 0 2em 0;
    }
    
    h1 {
        font-size: 25pt;
    }
}