body {
    margin: 0;
    padding: 0;
}

#pardot-form {
    display: flex;
    flex-wrap:wrap;
    justify-content: space-between;
    background: #F58345;
    padding: 1.5em;
    margin: 0;
    color: #fff;
}

#pardot-form p.form-field {
    flex-basis: 47%;
    margin: 0;
    padding: 0;
    padding-right: 20px;
    margin-bottom: 1em;
    box-sizing: border-box;
    clear: none;
    float: none;
}

#pardot-form p label {
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    text-align: left;
    clear: none;
    float: none;
}

#pardot-form p.form-field input[type="text"], #pardot-form p.form-field input[type="email"] {
    padding: .5em;
    border: 1px solid #fff;
    font-size: 18px;
    width: 100%;
    box-sizing: border-box;
    transition: all 300ms;
}

#pardot-form p.submit {
    margin: 0;
    padding: 0;
    clear: none;
    float: none;
    width: 100%;
    cursor: pointer;
    
}

#pardot-form p.submit input {
    color: #fff;
    padding: .5em;
    text-transform: uppercase;
    background: transparent;
    border: 1px solid #fff;
    border-radius: 3px;
    font-size: 18px;
    margin-top: 23px;
    min-width: 200px;
    font-weight: 600;
    transition: all 300ms;
    outline: none;
}

#pardot-form p.submit input:hover {
    color: #F58345;
    background: #fff;
}

#pardot-form small {
    font-size: .8em;
}

#pardot-form p.form-field input[type="text"]:active,#pardot-form p.form-field input[type="text"]:focus, #pardot-form p.form-field input[type="email"]:active,#pardot-form p.form-field input[type="email"]:focus {
    background: #F58345;
    border-bottom: 2px solid #fff;
    color: #fff;
    outline: none;
}

#pardot-form .Partner_Events, .International_Partners {
    width: 100%;
    flex-basis: 100% !important;
    box-sizing: border-box;
}

#pardot-form .Partner_Events>label, .International_Partners label {
    display: block;
}

#pardot-form .Partner_Events>span.value, .International_Partners>span.value {
    display: flex !important;
    flex-wrap: wrap;
    width: 100% !important;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    margin-top: 1em;
    margin-left: 0 !important;
}

#pardot-form .Partner_Events>span span, .International_Partners>span span {
    display: flex !important;
    flex-basis: 50%;
    padding: 0;
    margin: 0;
    margin-bottom: .75em;
    padding-right: 10px;
    box-sizing: border-box;
    font-size: 16px !important;
}

#pardot-form .International_Partners>span.value span {
    flex-basis: 15%; 
    display: flex !important;
}

#pardot-form .Partner_Events>span span input, .International_Partners>span span input {
    margin-right: 7px;	
}

#pardot-form .Partner_Events>span span label, .International_Partners>span span label {
    text-transform: none;
    line-height: 1.3em;
    font-weight: 300;
    width: 100%;
}

.International_Partners>span span input {
    margin-top: 6px;
}

.International_Partners>span span label {
    margin: 0;
    padding: 0;
}

@media screen and (max-width: 600px) {
    #pardot-form p label { 
        width: 100%;
    }
}

/* ==========================================================================
   HOME - HOW WE CAN HELP FORM

   Pardot form should contain:
   <form id="pardot-form" class="form home-help-form-2026">

   These rules intentionally override the site's existing generic
   #pardot-form styles for this form only.
   ========================================================================== */

/* Form */
#pardot-form.home-help-form-2026 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background: transparent;
    padding: 0;
    margin: 0;
    font-family: 'Raleway', Helvetica, Arial, Lucida, sans-serif;
}

/* ==========================================================================
   FIELDS
   ========================================================================== */

/* Default all fields to full width */
#pardot-form.home-help-form-2026 p.form-field {
    flex: 0 0 100%;
    width: 100%;
    margin: 0 0 16px;
    padding: 0;
    box-sizing: border-box;
    clear: none;
    float: none;
}

/* First four fields: two-column layout */
#pardot-form.home-help-form-2026 p.form-field.first_name,
#pardot-form.home-help-form-2026 p.form-field.last_name,
#pardot-form.home-help-form-2026 p.form-field.email,
#pardot-form.home-help-form-2026 p.form-field.company {
    flex: 0 0 49%;
    width: 49%;
}

/* Comments / message stays full width */
#pardot-form.home-help-form-2026 p.form-field.comments {
    flex: 0 0 100%;
    width: 100%;
}

/* ==========================================================================
   LABELS
   ========================================================================== */

#pardot-form.home-help-form-2026 p.form-field label {
    display: block;
    width: auto;
    margin: 0 0 8px;
    padding: 0;
    color: #6d6e71;
    font-family: 'Raleway', Helvetica, Arial, Lucida, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
    text-align: left;
    text-transform: none;
	background: none;
}

/* Hide required indicators to match the Gravity Form */
#pardot-form.home-help-form-2026 p.form-field .required {
    display: none;
}

/* ==========================================================================
   INPUTS
   ========================================================================== */

#pardot-form.home-help-form-2026 p.form-field input[type="text"],
#pardot-form.home-help-form-2026 p.form-field input[type="email"],
#pardot-form.home-help-form-2026 p.form-field input.text,
#pardot-form.home-help-form-2026 p.form-field select,
#pardot-form.home-help-form-2026 p.form-field textarea {
    display: block;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 8px;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #bbb;
    border-radius: 0;
    color: #4e4e4e;
    font-family: 'Raleway', Helvetica, Arial, Lucida, sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.4;
    outline: none;
    transition: all 0.2s ease;
}

/* Override the existing orange Pardot focus state */
#pardot-form.home-help-form-2026 p.form-field input[type="text"]:active,
#pardot-form.home-help-form-2026 p.form-field input[type="text"]:focus,
#pardot-form.home-help-form-2026 p.form-field input[type="email"]:active,
#pardot-form.home-help-form-2026 p.form-field input[type="email"]:focus,
#pardot-form.home-help-form-2026 p.form-field input.text:active,
#pardot-form.home-help-form-2026 p.form-field input.text:focus,
#pardot-form.home-help-form-2026 p.form-field select:active,
#pardot-form.home-help-form-2026 p.form-field select:focus,
#pardot-form.home-help-form-2026 p.form-field textarea:active,
#pardot-form.home-help-form-2026 p.form-field textarea:focus {
    background: #fff;
    border: 1px solid #bbb;
    color: #4e4e4e;
    box-shadow: none;
    outline: none;
}

/* Match Gravity Forms medium textarea */
#pardot-form.home-help-form-2026 p.form-field textarea {
    height: 120px;
    min-height: 120px;
    resize: vertical;
}

/* ==========================================================================
   SUBMIT
   ========================================================================== */

#pardot-form.home-help-form-2026 p.submit {
    flex: 0 0 100%;
    width: 100%;
    margin: 6px 0 0;
    padding: 16px 0 0;
}

#pardot-form.home-help-form-2026 p.submit input {
    display: inline-block;
    min-width: 0;
    margin: 0 0 8px;
    padding: 0.3em 1em;
    background: #f58345;
    border: 0;
    border-radius: 0;
    color: #fff;
    font-family: 'Raleway', Helvetica, Arial, Lucida, sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.7em;
    text-transform: uppercase;
    cursor: pointer;
    outline: none;
    transition: all 0.2s ease;
}

#pardot-form.home-help-form-2026 p.submit input:hover,
#pardot-form.home-help-form-2026 p.submit input:focus {
    background: #f58345;
    color: #fff;
    opacity: 0.85;
}

/* ==========================================================================
   SUPPORTING COPY
   ========================================================================== */

/*
 * Makes disclaimer/supporting paragraphs full width since #pardot-form
 * itself is a flex container.
 */
#pardot-form.home-help-form-2026 > p:not(.form-field):not(.submit) {
    color: #6d6e71;
    font-family: 'Raleway', Helvetica, Arial, Lucida, sans-serif;
    font-size: 14px;
    font-weight: 500;
	padding: 0;
	margin: 0;
}

#pardot-form.home-help-form-2026 small {
    font-size: 0.8em;
}

/* ==========================================================================
   VALIDATION
   ========================================================================== */

#pardot-form.home-help-form-2026 .errors,
#pardot-form.home-help-form-2026 .error,
#pardot-form.home-help-form-2026 [id^="error_for_"] {
    flex: 0 0 100%;
    color: #c02b0a;
    font-family: 'Raleway', Helvetica, Arial, Lucida, sans-serif;
    font-size: 13px;
    line-height: 1.4;
}

/* ==========================================================================
   MOBILE
   ========================================================================== */

@media (max-width: 640px) {
    #pardot-form.home-help-form-2026 p.form-field,
    #pardot-form.home-help-form-2026 p.form-field.comments {
        flex-basis: 100%;
        width: 100%;
    }
}