#gform_fields_39 {
    grid-row-gap: 0 !important;
}
.gform_wrapper.gravity-theme .gsection {
    padding: 36px 0 8px 0 !important;
}

input[type="checkbox"],
input[type="radio"] {
    cursor: pointer;
    accent-color: #6484A0;
}
input[type="checkbox"] {
    height: 20px;
    width: 20px;
}
input[type="radio"] {
    -ms-transform: scale(1.5); /* IE 9 */
    -webkit-transform: scale(1.5); /* Chrome, Safari, Opera */
    transform: scale(1.5);
}
body .gform_wrapper .gform_body .gform_fields .gfield input[type=text]:not(.ginput_complex input),
body .gform_wrapper .gform_body .gform_fields .gfield select:not(.ginput_complex select) {
    margin-bottom: 12px !important;
}
.de-application-status,
.de-application-notes {
    display: none;
}