.single-post .entry-container {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-content: flex-start;
    width: 1780px;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 5rem 0 6.25vw;
}

.entry-container .entry-content {
    flex-basis: calc(65% - (25px));
    width: 100% !important;
    max-width: 100%;
    padding: 0 !important;
    margin: 0 !important;
}
.entry-container .entry-form {
    flex-basis: calc(33% - (25px));
    background: #ebebeb;
    padding: 30px;  
    align-self: flex-start;
}

 .single-people .entry-content__form {
    background: #ebebeb;
    padding: 30px;  
    align-self: flex-start;
}

.entry-container .entry-form #gform_wrapper_1,
.single-people .entry-content__form #gform_wrapper_1 {
    display: block!important;
}

.entry-form .gform_description,
.single-people .entry-content__form .gform_description {
    margin-bottom: 2rem;
    text-transform: capitalize;
    font-size: 3.5rem;
    line-height: 4.2rem;
    font-weight: 300;
    color: #000;
}

.entry-container .entry-form .gform-theme--foundation .gform_fields,
.single-people .entry-content__form .gform-theme--foundation .gform_fields {
    display: block;
}

.entry-container .entry-form .gform-theme--foundation .gform_fields > div,
.single-people .entry-content__form .gform-theme--foundation .gform_fields > div {
    margin-bottom: 25px;
}

.entry-container .entry-form .gform-theme--foundation .gform_fields > div:last-child,
.single-people .entry-content__form .gform-theme--foundation .gform_fields > div:last-child {
    margin-bottom: 0;
}

.entry-container .entry-form input:not([type=submit]):not([type=button]):not([type=checkbox]):not(.search-field),
.single-people .entry-content__form input:not([type=submit]):not([type=button]):not([type=checkbox]):not(.search-field) {
    color: #676767;
    padding: 0.5rem !important;
}

.entry-container .entry-form .gform-theme--foundation .ginput_address_zip,
.single-people .entry-content__form .gform-theme--foundation .ginput_address_zip {
    inline-size: 100%;
}

.entry-container .entry-form legend,
.entry-container .entry-form label.gfield_label,
.single-people .entry-content__form legend,
.single-people .entry-content__form label.gfield_label {
    font-size: 1.4rem;
    font-weight: 500;
    letter-spacing: 0.075em;
    text-decoration: none;
    text-transform: uppercase;
    color: #676767;
}

.entry-container .entry-form .gfield_checkbox > div > label,
.single-people .entry-content__form .gfield_checkbox > div > label {
    color: #676767;
}

.entry-container .entry-form fieldset.gfield,
.single-people .entry-content__form fieldset.gfield {
    margin-bottom: 25px;
}

.entry-container .entry-form #gfield_description_1_16,
.entry-container .entry-form .gfield--type-html p,
.single-people .entry-content__form #gfield_description_1_16,
.single-people .entry-content__form .gfield--type-html p {
    color: #676767;
    margin-bottom: 0;
}

.entry-container .entry-form div#field_1_26,
.single-people .entry-content__form div#field_1_26 {
    margin-bottom: auto;
}

.entry-container .entry-form .gform-theme--framework .gfield--input-type-datepicker.gfield--datepicker-default-icon .ginput_container_date::after,
.single-people .entry-content__form .gform-theme--framework .gfield--input-type-datepicker.gfield--datepicker-default-icon .ginput_container_date::after {
    color: #676767;
}

input#gform_submit_button_1 {
    text-transform: uppercase !important;
    padding: 1rem !important;
    text-decoration: none !important;
    font-size: 1.5rem !important;
    min-width: 27rem !important;
    line-height: 1.5rem !important;
    letter-spacing: 0.1rem !important;
    z-index: 1 !important;
    overflow: hidden !important;
    min-width: 23rem !important;
    display: inline-block !important;
    text-align: center !important;
    vertical-align: middle;
    border-radius: 0 !important;
    transition: background-position 0.5s !important;
    background-color: #cc092f !important;
    border: 0.3rem solid #cc092f !important;
    color: #fff !important;
    box-shadow: none;
    text-shadow: none;
    line-height: 3rem !important;
    font-weight: 300;
    position: relative !important;
    background-repeat: no-repeat;
    background-size: 1.8rem 3.6rem;
    background-position: 70% 50%;
    padding-left: 0;
    right: 0;
    vertical-align: middle;
    background-image: url("/wp-content/uploads/2025/04/arrow-white.png") !important;
}

input#gform_submit_button_1:hover {
    background-position: 75% 50%;
}

@media only screen and (max-width: 1024px) {
    .gform_footer.top_label {
        justify-content: center !important;
    }    
}