.gform_wrapper {
    width:100%;
}
.gform_wrapper .button {
    display: inline-block;
    font-weight: 500;
    line-height: 1.89;
    color: #3d3d3d;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 2px solid transparent;
    padding: 0.68rem 1.95rem;
    font-size: 1.125rem;
    border-radius: 8px;
    -webkit-transition: color 355ms ease-in-out, background-color 355ms ease-in-out, border-color 355ms ease-in-out;
    transition: color 355ms ease-in-out, background-color 355ms ease-in-out, border-color 355ms ease-in-out;


    color: #3d3d3d;
    background-color: #f9b23e;
    border-color: #f9b23e;
}

.section--stay-informed .gform_wrapper form {
    display:flex;
    flex-wrap:nowrap;
}
.section--stay-informed .gform_body {
    flex-shrink:1;
}
.section--stay-informed .gform_footer {
    flex-shrink:1;
    width:auto;
}
.section--stay-informed .gform_button {
    line-height:1.18;
}


@media screen and (max-width:700px) {
    .section--stay-informed .gform_wrapper form {
        flex-direction: column;
    }
}