.radio-buttons input {
    display: none !important;
}
.radio-buttons .gfield_radio {
    display: flex;
    flex-wrap: wrap;
}
.radio-buttons .gchoice {
    flex-grow: 1;
    width: 50%;
    margin: 1em 0;
    display: inline-flex;
}
.radio-buttons label {
    text-transform: uppercase;
    color: white;
    width: 100%;
    background: linear-gradient(#0d3e63, #1e5d7f);
    display: block;
    padding: 10px;
    cursor: pointer;
    font-weight: normal;
    border-bottom: 1px dotted white;
    text-align: center;
    transition: all .2s linear;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
}
.radio-buttons label:hover {
    color: #3bafda;
}
.radio-buttons input:checked + label {
    background: linear-gradient(to bottom,  rgba(218,188,116,1) 0%,rgba(144,107,18,1) 100%);
    pointer-events: none;
    color: white;
}

h3.gsection_title {
    font-size: 2em !important;
    color: inherit !important;
    font-weight: normal !important;
    text-transform: none !important;
    letter-spacing: normal;
    margin-bottom: 0 !important;
}
.gsection_description {
    font-weight: bold;
}

div#gfield_instruction_6_13 {
    display: none;
}
div#gform_wrapper_6 {
    margin-top: 2em;
    margin-right: 2em;
}
textarea#input_6_38 {
    color: red;
}
body .gfield_contains_required label {
    color: inherit;
}
big {
    font-size: 1.5em !important;
    line-height: 1.5 !important;
    margin: 1em 0 !important;
    display: inline-block;
    color: #145a8d;
}
.red,
.make-red input,
.make-red select.changedd,
.make-red textarea {
    color: red;
    font-weight: bold;
}

div#gform_confirmation_wrapper_6 {
    padding: 1em;
    font-size: 1.5em;
    line-height: 1.5;
}

.gsection {
    margin: 2em 0;
}
.gsection + .gfield_html {
    margin-top: -2.5em;
    margin-bottom: 2em;
    font-weight: bold;
}

.hide-submit button.cancel,
.hide-submit input#gform_submit_button_6 {
    display: none;
}

@media all and (min-width: 1025px) {
    .radio-buttons label,
    .radio-buttons legend {
        font-size: 1.25em !important;
    }
}
@media all and (max-width: 768px) {
    div#gform_wrapper_6 {
        margin: 1em 1em 0;
    }
    div#gform_confirmation_wrapper_6 {
        font-size: 1.25em;
    }
    .white-box.panel-row-style.panel-row-style-for-5085-1 {
        padding-left: 0 !important;
    }
    .gsection {
        margin: 0;
    }
    .gsection + .gfield_html {
        margin-top: -.5em;
        margin-bottom: 1em;
    }
    .gsection h3 {
        font-size: 1.5em !important;
    }
    .radio-buttons .gchoice {
        width: 100%;
        margin: .5em 0;
    }
    .radio-buttons label {
        max-width: 100% !important;
    }
}