.fee-events-archive-hero {
    background: #F4F3ED;
    max-width: 100%;
    overflow: hidden;
}

.fee-events-archive-hero img {
    display: block;
    height: auto;
    width: 100%;
}

.fee-events-archive {
    max-width: 100%;
    padding: 72px 0 130px;
}

.fee-events-archive h1 {
    color: #214291;
    font-size: 2.75rem;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 58px;
}

.fee-events-list {
    display: grid;
    gap: 48px;
    margin: 0;
    max-width: 1220px;
}

.fee-event-card {
    box-shadow: 0px 0px 15px #00000029;
    color: #214291;
    display: grid;
    grid-template-columns: 30% 1fr;
    min-height: 220px;
    text-decoration: none;
}

.fee-event-card:hover {
    color: #214291;
    text-decoration: none;
}

.fee-event-card-image {
    min-height: 220px;
}

.fee-event-card-image img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.fee-event-card-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 34px 42px;
}

.fee-event-card-content h2 {
    color: #214291;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.15;
    margin-bottom: 18px;
}

.fee-event-card-content p {
    color: #000;
    font-family: 'futura-pt', sans-serif;
    font-weight: 500;
    line-height: 1.45;
    margin-bottom: 24px !important;
    font-size: 1.125rem;
}

.fee-event-meta {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 18px 30px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.fee-event-meta li {
    align-items: center;
    color: #214291;
    display: flex;
    font-size: 1.5rem;
    font-weight: 700;
    gap: 12px;
    line-height: 1.2;
}

.fee-event-meta .fee-event-meta-icon {
    width: 28px;
    height: auto;
}

.fee-events-empty {
    color: #214291;
    font-size: 1.125rem;
    font-weight: 700;
}

.fee-events-newsletter {
    background: #F4F3ED;
    max-width: 100%;
    padding: 76px 0 72px;
    text-align: center;
}

.fee-events-newsletter h2 {
    color: #000;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.18;
    margin: 0 auto 34px;
    max-width: 560px;
}

.fee-events-newsletter-button {
    background: #214291;
    color: #F4F3ED;
    display: inline-block;
    font-size: 0.78rem;
    font-weight: 700;
    min-width: 300px;
    padding: 17px 34px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}

.fee-events-newsletter-button:hover {
    background: #F16631;
    color: #F4F3ED;
    text-decoration: none;
}

.fee-event-single-intro {
    background: #F4F3ED;
    max-width: 100%;
    padding: 115px 0 88px;
}

.fee-event-single-grid {
    align-items: flex-start;
    --bs-gutter-x: 92px;
}

.fee-event-eyebrow {
    color: #B8B8B8;
    font-size: 1.25rem;;
    font-weight: 700;
    margin-bottom: 8px !important;
    text-transform: uppercase;
}

.fee-event-single-copy h1 {
    color: #214291;
    font-size: 2.75rem;
    font-weight: 700;
    line-height: 1.08;
    margin-bottom: 1.625rem;
    font-style: italic;
}

.fee-event-description {
    color: #214291;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.35;
    max-width: 560px;
    margin-bottom: 4rem !important;
}

.fee-event-description p {
    color: #000;
}

.fee-event-meta-stacked {
    align-items: flex-start;
    flex-direction: column;
    gap: 18px;
    margin-top: 74px;
}

.fee-event-meta-stacked li {
    align-items: flex-start;
}

.fee-event-meta-stacked small {
    color: #214291;
    display: block;
    font-size: 0.95rem;
    font-weight: 700;
    line-height: 1.35;
    margin-top: 4px;
}

.fee-event-register-anchor {
    background: #F16631;
    color: #F4F3ED;
    display: inline-block;
    font-size: 0.95rem;
    font-weight: 700;
    margin-top: 34px;
    min-width: 235px;
    padding: 16px 42px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}

.fee-event-register-anchor:hover {
    background: #214291;
    color: #F4F3ED;
    text-decoration: none;
}

.fee-event-single-media {
    padding-top: 2px;
}

.fee-event-featured-image {
    aspect-ratio: 16 / 9;
    display: block;
    object-fit: cover;
    width: 100%;
}

.fee-event-speakers {
    margin-top: 40px;
}

.fee-event-speakers h2 {
    color: #214291;
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 22px;
}

.fee-event-speaker {
    align-items: center;
    display: flex;
    gap: 18px;
    margin-bottom: 18px;
}

.fee-event-speaker img {
    border: 5px solid #F16631;
    border-radius: 50%;
    flex: 0 0 auto;
    height: 7.188rem;
    object-fit: cover;
    width: 7.188rem;
}

.fee-event-speaker h3 {
    color: #214291;
    font-size: 2rem;
    font-style: italic;
    font-weight: 700;
    line-height: 1.05;
    margin-bottom: 2px;
}

.fee-event-speaker p {
    color: #000;
    font-size: 1.125rem;
    line-height: 1.2;
    margin-bottom: 0 !important;
}

.fee-event-registration {
    max-width: 100%;
    padding: 88px 0 105px;
    scroll-margin-top: 110px;
}

.fee-event-registration .container {
    position: relative;
}
.fee-event-registration row {
    column-gap: 6.25rem;
    row-gap: 2rem;
}
.fee-event-registration .container::after {
    background: #F16631;
    bottom: -98px;
    content: "";
    height: 2px;
    left: calc(var(--bs-gutter-x) * 0.5);
    position: absolute;
    right: calc(var(--bs-gutter-x) * 0.5);
}

.fee-event-registration h2 {
    color: #214291;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.15;
    margin-bottom: 28px;
    text-transform: uppercase;
}

.fee-event-fa-code,
.fee-event-registration form {
    max-width: 760px;
}

.fee-event-field,
.fee-event-registration form .gfield,
.fee-event-registration form .wpforms-field {
    margin-bottom: 18px;
}

.fee-event-field label,
.fee-event-registration form label,
.fee-event-registration form .gfield_label {
    color: #214291;
    display: block;
    font-size: 0.86rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.fee-event-field label span,
.fee-event-registration form label .gfield_required,
.fee-event-registration form .gfield_required {
    color: #F16631;
}

.fee-event-field input,
.fee-event-registration form input[type="text"],
.fee-event-registration form input[type="email"],
.fee-event-registration form input[type="tel"],
.fee-event-registration form input[type="number"],
.fee-event-registration form input[type="url"],
.fee-event-registration form select,
.fee-event-registration form textarea {
    border: 1px solid #214291;
    border-radius: 0;
    min-height: 40px;
    padding: 8px 10px;
    width: 100%;
}

.fee-event-submit,
.fee-event-registration form input[type="submit"],
.fee-event-registration form button[type="submit"] {
    background-color: #F16631;
    border: 0;
    border-radius: 0;
    color: #F4F3ED;
    font-size: 0.95rem;
    font-weight: 700;
    margin-top: 22px;
    min-width: 235px;
    padding: 16px 42px;
    text-transform: uppercase;
}

.fee-event-submit:hover,
.fee-event-registration form input[type="submit"]:hover,
.fee-event-registration form button[type="submit"]:hover {
    background-color: #214291;
    color: #F4F3ED;
    text-decoration: none;
}

.fee-event-registration-art {
    text-align: center;
}

.fee-event-registration-art img {
    display: inline-block;
    max-width: 390px;
    width: 75%;
    float: right;
}

.fee-event-faq {
    max-width: 100%;
    padding: 80px 0 128px;
}

.fee-event-faq-inner {
    margin: 0 auto;
    max-width: 970px;
}

.fee-event-faq h2 {
    color: #000;
    font-size: 2.75rem;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 34px;
}

.fee-event-faq .accordion-item {
    background: transparent;
    border-bottom: 1px solid #214291;
}

.fee-event-faq .accordion-button {
    box-shadow: none;
    color: #000;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.2;
}

.fee-event-faq .accordion-button:not(.collapsed) {
    color: #000;
    box-shadow: none;
}

.fee-event-faq .accordion-body {
    color: #000;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.55;
}
@media (max-width: 1200px) {
    .fee-event-card {
        grid-template-columns: 1fr;
    }
}
@media (max-width: 991.98px) {
    .fee-events-archive {
        padding: 54px 0 90px;
    }

    .fee-events-archive h1 {
        font-size: 2.25rem;
        margin-bottom: 36px;
    }

    .fee-event-card-image {
        min-height: 260px;
    }

    .fee-event-card-content {
        padding: 28px 24px 32px;
    }

    .fee-event-single-intro {
        padding: 78px 0 68px;
    }

    .fee-event-single-grid {
        --bs-gutter-x: 1.5rem;
        row-gap: 46px;
    }

    .fee-event-single-copy h1 {
        font-size: 2.35rem;
    }

    .fee-event-meta-stacked {
        margin-top: 42px;
    }

    .fee-event-registration {
        padding: 68px 0 92px;
    }

    .fee-event-registration-art {
        margin-top: 44px;
    }

    .fee-event-registration .container::after {
        bottom: -84px;
    }

    .fee-event-faq {
        padding: 68px 0 96px;
    }

    .fee-event-faq h2 {
        font-size: 2rem;
    }
}

@media (max-width: 575.98px) {
    .fee-events-archive {
        padding: 44px 0 72px;
    }

    .fee-events-list {
        gap: 30px;
    }

    .fee-events-newsletter-button {
        min-width: 0;
        width: 100%;
    }

    .fee-event-card-image {
        min-height: 210px;
    }

    .fee-event-card-content h2 {
        font-size: 1.45rem;
    }

    .fee-event-meta {
        align-items: flex-start;
        flex-direction: column;
        gap: 12px;
    }

    .fee-event-meta li {
        font-size: 1.12rem;
    }

    .fee-event-single-copy h1 {
        font-size: 2rem;
    }

    .fee-event-description {
        font-size: 1rem;
    }

    .fee-event-speaker h3 {
        font-size: 1.45rem;
    }

    .fee-event-registration h2 {
        font-size: 1.65rem;
    }

    .fee-event-submit,
    .fee-event-register-anchor,
    .fee-event-registration form input[type="submit"],
    .fee-event-registration form button[type="submit"] {
        width: 100%;
    }

    .fee-event-faq .accordion-button {
        font-size: 1.12rem;
    }
}

/* ── Form Assembly Quick Publish embed — generic, no form-specific IDs ── */

/* Container */
.fee-event-fa-code .wFormContainer {
    max-width: 100%;
}

/* FA injects a title h3 that duplicates our "Register Now" heading */
.fee-event-fa-code .wFormTitle {
    display: none;
}

/* Fieldsets: strip browser defaults */
.fee-event-fa-code fieldset.section {
    border: 0;
    margin: 0 0 8px;
    min-width: 0;
    padding: 0;
}

.fee-event-fa-code fieldset.section > legend {
    color: #214291;
    float: left;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    margin-bottom: 12px;
    padding: 0;
    text-transform: uppercase;
    width: 100%;
}

/* Needed so content after a floated legend clears properly */
.fee-event-fa-code fieldset.section > legend + * {
    clear: both;
}

/* Field wrappers */
.fee-event-fa-code .oneField,
.fee-event-fa-code .field-container {
    margin-bottom: 18px;
}

/* Inline group: side-by-side fields (e.g. first + last name) */
.fee-event-fa-code .section.inline.group {
    display: grid;
    gap: 0 24px;
    grid-template-columns: 1fr 1fr;
}

/* Pre-field labels (sit above an input) */
.fee-event-fa-code label.preField {
    color: #214291;
    display: block;
    font-size: 0.86rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 8px;
    text-transform: uppercase;
}

/* Required asterisk — .reqMark is on the <label> itself, not a child span */
.fee-event-fa-code label.reqMark::after {
    color: #F16631;
    content: " *";
}

/* Post-field labels (appear beside radio/checkbox options) */
.fee-event-fa-code label.postField {
    align-items: center;
    color: #000;
    cursor: pointer;
    display: inline-flex;
    font-size: 1rem;
    font-weight: 600;
    gap: 10px;
    margin-bottom: 0;
    text-transform: none;
}

/* Custom radio/checkbox faux indicators */
.fee-event-fa-code .input-radio-faux {
    border: 2px solid #214291;
    border-radius: 50%;
    display: inline-block;
    flex-shrink: 0;
    height: 18px;
    width: 18px;
}

.fee-event-fa-code .input-checkbox-faux {
    border: 2px solid #214291;
    border-radius: 0;
    display: inline-block;
    flex-shrink: 0;
    height: 18px;
    width: 18px;
}

/* Radio/checkbox choice rows */
.fee-event-fa-code .choices .oneChoice {
    align-items: center;
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
}

/* FA injects inline width values (e.g. width:450px !important) on some inputs —
   override to keep the form responsive inside our container */
.fee-event-fa-code .inputWrapper input[type="text"],
.fee-event-fa-code .inputWrapper input[type="email"],
.fee-event-fa-code .inputWrapper input[type="tel"],
.fee-event-fa-code .inputWrapper input[type="number"],
.fee-event-fa-code .inputWrapper input[type="url"],
.fee-event-fa-code .inputWrapper textarea {
    box-sizing: border-box;
    max-width: 100% !important;
    width: 100% !important;
}

/* Hint text below fields */
.fee-event-fa-code .hint {
    color: #666;
    display: block;
    font-size: 0.8rem;
    line-height: 1.4;
    margin-top: 4px;
}

/* Inline HTML/info sections (descriptive text blocks inside the form) */
.fee-event-fa-code .htmlSection,
.fee-event-fa-code .htmlContent {
    color: #000;
    font-size: 0.9rem;
    line-height: 1.5;
    margin-bottom: 18px;
}

/* Validation error messages */
.fee-event-fa-code .errMsg,
.fee-event-fa-code .errMsgRequired {
    color: #F16631;
    font-size: 0.8rem;
    margin-top: 4px;
}

/* Submit button (FA uses .primaryAction) */
.fee-event-fa-code .actions {
    margin-top: 8px;
}

.fee-event-fa-code input[type="submit"].primaryAction,
.fee-event-fa-code button.primaryAction {
    background-color: #F16631;
    border: 0;
    border-radius: 0;
    color: #F4F3ED;
    cursor: pointer;
    font-size: 0.95rem;
    font-weight: 700;
    min-width: 235px;
    padding: 16px 42px;
    text-transform: uppercase;
}

.fee-event-fa-code input[type="submit"].primaryAction:hover,
.fee-event-fa-code button.primaryAction:hover {
    background-color: #214291;
    color: #F4F3ED;
}

/* Hide FA branding footer */
.fee-event-fa-code .wFormFooter,
.fee-event-fa-code .supportInfo {
    display: none;
}

@media (max-width: 575.98px) {
    .fee-event-fa-code .section.inline.group {
        grid-template-columns: 1fr;
    }
}
