/* CSS for LRA Make a Nomination page */

.get-your-tickets-section-nominate {
    background: url('https://louisvilleroseawards.hatfield.marketing/wp-content/uploads/2022/07/tickets-bk4.jpg');
    background-size: cover;
    position: relative;
    z-index: 2;
    padding: 20% 0 0;
    text-align: center;
    height: 33vw;
}

h1 {
    font-size: 40pt;
    margin-bottom: 1em;
}

.top-content {
    padding: 5em 0 4em 0;
}

/* Effort was "above and beyond" job responsibilities description: */
#field_10_34 {
    display: none;
}

/* Reacted positively to an urgent situation description: */
#field_10_35 {
    display: none;
}

/* Demonstrated extraordinary leadership skills description */
#field_10_36 {
    display: none;
}

/* Undertaking resulted in the achievement of a goal or project outside the scope of his/her job description */
#field_10_37 {
    display: none;
}

/* Inspired others to do their best; offered service and/or unexpected time and energy to assist others with no expectation of recognition description */
#field_10_38 {
    display: none;
}

/* Contributed exceptionally to a team-oriented community project description */
#field_10_39 {
    display: none;
}

.custom-error {
    border-top: 1px solid red;
    border-bottom: 1px solid red;
}

.gform_heading {
    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;
    }
}
