/*

Everything moved to accurate.css and accurate-responsive.css (last done on June 18th)

Bill - add your new stuff here!

*/


.public-submit-event-form .gform-body {
    background-color: white!important;
}

.public-submit-event-form .gform_wrapper.gravity-theme .gfield.gfield--width-half {
    grid-column: span 6 !important;
}


.Hidden_Divider {
    border: 0!important;
    padding: 0!important;
    margin: 0!important;
    height: 0!important;
}

.Hidden_divider .gsection_title{
    display:none!important;
}

.public-submit-event-form {
    font-family: "museo-sans", sans-serif !important;
   /* font-weight:700; */
}

/* Make Gravity Forms checkboxes larger */
#gform_wrapper_14 input[type="checkbox"],
#gform_wrapper_14 input[type="radio"] {
    transform: scale(1.5);
    margin-right: 10px;
    vertical-align: middle;
    cursor: pointer;
}

#gform_wrapper_14 .gchoice {
    margin-bottom: 10px;
}



#gform_wrapper_14 label {
    line-height: 1.5;
}


#gform_wrapper_14 .ginput_container_email .ginput_left,
#gform_wrapper_14 .ginput_container_email .ginput_right {
    display: block;
    width: 100% !important;
    margin: 0 0 16px 0;
    float: none;
}

/* spane the two choices across the page */
#gfield_14_18 .ginput_container_checkbox {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px 24px;
}

#gfield_14_18 .gchoice {
    margin: 0;
}