small{
    font-size:.75rem;
}
.gform_wrapper h3{
    font-weight:400;
}
.gf_progressbar_percentage{
    background-color: #8dc63f !important;
}
.gfield{
    font-size:0.875rem;
}
.gfield_label{
    font-weight: 600 !important;
}
.gfield input, .gfield select, .gfield textarea{
    border: 1px solid #cccccc;
    border-radius: 3px;
}
.gfield input:focus-visible, .gfield select:focus-visible, .gfield textarea:focus-visible{
    border: 1px solid #0d3368;
    outline: none;
}
.gsection{
    padding:1.5rem 0 .75rem 0 !important;
    border-bottom:1px solid #0d3368 !important;
}
.gsection_title, .gsection_description{
    padding:0 !important;
    margin:0 !important;
}
.gform_required_legend{
    display:none;
    padding-bottom: 1rem;
    font-size: 12.992px;
}
.gfield.relative{
    position:relative;
}
.gfield.relative .help{
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    cursor:pointer;
    border: 1px solid #cccccc;
    background: #f3f3f3;
    color: var(--colour-grey-600);
}
fieldset.gfield.relative .help{
    top:-26px;
}
.gfield.relative .help-text{
    position: absolute;
    top: -10px;
    right: -270px;
    width: 250px;
    font-size: 14px;
    padding: 1rem;
    border-radius: 10px;
    display:none;
    z-index:1500;
    border: 1px solid #cccccc;
    background: #f3f3f3;
    color: var(--colour-grey-600);
}
/* .gfield.relative .help-text::before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    left: -10px;
    top: 20px;
    border-right: 0.3em solid rgb(141 198 63 / 90%);
    border-left: 0.7em solid transparent;
    border-top: 0.6em solid rgb(141 198 63 / 90%);
    border-bottom: 0.7em solid transparent;
} */
.gfield_radio{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    gap:1rem;
}
.gfield_radio .gchoice{
    position:relative;
    min-height:2rem;
}
.gfield_radio .gchoice input, .gfield_radio .gchoice label{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    cursor:pointer;
    max-width:100% !important;
    min-height:40px;
}
.gfield_radio .gchoice label{
    background: #f3f3f3;
    border: 1px solid #cccccc;
    font-weight:400;
    border-radius:3px;
    display: flex !important;
    justify-content: center;
    align-items: center;
}
span.checkmark{
    color: #8DC63F; /* Not working */
}
.gfield_checkbox input{
    height:16px;
    width:16px;
}
.gform_page_footer{
    margin-top:2rem !important;
}
.gform-theme-button,
.gform_button,
.Pc4uGfLookup,
.ginput_address_zip button{
    font-size: 1rem !important;
    padding: .7rem 1rem !important;
    cursor:pointer;
    min-width:10rem;
    background: #8DC63F;
    border: 1px solid #8DC63F;
    color: #fff;
    line-height:1;
    border-radius: 2rem;
    transition: background 0.3s;
}
.Pc4uGfLookup:hover,
.ginput_address_zip button:hover{
    background-color: var(--colour-primary-500);
}
.gform_next_button, .gform_button[type="submit"]{
    float:right;
}
.gform_previous_button{
    float:left;
    background: #fff;
    border: 1px solid var(--colour-secondary-400);
    color: var(--colour-secondary-400) !important;
}
.gfield.highlight legend, .gfield.highlight .ginput_container{
    background: rgb(141 198 63 / 25%) !important;
    display: block !important;
    width: 100% !important;
    margin: 0!important;
}
.gfield.highlight legend{
    padding: 1rem 1rem 0 1rem !important;
    border-radius: 3px 3px 0 0;
    border-top: 1px solid #8DC63F;
    border-right: 1px solid #8DC63F;
    border-left: 1px solid #8DC63F;
}
.gfield.highlight .ginput_container{
    padding: 0 1rem 1rem 1rem !important;
    border-radius: 0 0 3px 3px;
    border-bottom: 1px solid #8DC63F;
    border-right: 1px solid #8DC63F;
    border-left: 1px solid #8DC63F;
}
.gf_page_steps{
    border-bottom:0!important;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    margin-bottom:1.5rem!important;
    gap:1rem;
}
.gf_step{
    margin:0!important;
}
.gf_step_number{
    background:#f3f3f3!important;
    border:0!important;
    border-radius:0!important;
    clip-path: polygon(15% 0, 100% 15%, 85% 100%, 0 85%);
    font-size:1.5rem!important;
}
.gf_step_active .gf_step_number{
    background:#8DC63F !important;
    color:#FFF !important;
    font-weight:700!important;
}
.gf_step_label{
    padding-left:.5rem!important;
}
.gf_step_completed .gf_step_number::before{
    border:0!important;
    border-radius:0!important;
    background:#bcdb91 !important;
    color:#FFF !important;
    left:unset!important;
    top:unset!important;
}
.gf_step_completed .gf_step_number::after{
    font-size:2rem!important;
}
.gfield.readonly input, .gfield.readonly select, .gfield.readonly textarea{
    background: #f3f3f3;
    border: 1px solid #cccccc;
    color: #666666;
    cursor: not-allowed;
}
#ui-datepicker-div{
    display:none;
}
.gform_wrapper.gravity-theme .validate-green .validation_message{
    background: rgba(141, 198, 63, 0.15);
    border: 1px solid #8dc63f;
    color: #8dc63f;
    font-weight: 700;
}
.gform_wrapper.gravity-theme .gfield_error.validate-green [aria-invalid=true]{
    border: 1px solid #8dc63f;
}
.gform_wrapper.gravity-theme .gfield_error.validate-green label,
.gform_wrapper.gravity-theme .gfield_error.validate-green label .gfield_required{
    color: #8dc63f;
}