/* Aztechweek form styles */
@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.registrationaztechweek {
    justify-content: center;
    padding-top: 10px !important;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease-in-out;
    /* padding-bottom: 60px !important; */

    :disabled {
        background-color: #fff;
    }

    &.js-layout-ready {
        opacity: 1;
        visibility: visible;
    }

    @media (min-width: 768px) {
        padding-top: 50px !important;
        /* padding-bottom: 100px !important; */
    }

    form {
        max-width: 1270px;
        display: flex;
        justify-content: flex-start;
        gap: 25px;
        margin: 0;
        margin-bottom: 60px;

        .field-validation-valid {
            display: none;
        }

        .umbraco-forms-field>div {
            max-width: unset;
        }

        input[type="submit"] {
            display: none;
        }

        @media (min-width: 768px) {
            margin-bottom: 100px;
        }

        @media (min-width: 992px) {
            gap: 50px;
        }

        @media (min-width: 1200px) {
            gap: 100px;
        }
    }

    .aztechform__nav {
        display: none;

        .aztechform__nav-list {
            list-style-type: none;
            padding: 0;
            padding-right: 15px;
            padding: 50px 15px 0 0;

            .aztechform__nav-item {
                position: relative;
                padding-left: 40px;
                display: flex;
                align-items: center;
                margin-bottom: 20px;
                color: #999DC4;
                font-size: 21px;


                .aztechform__nav-button {
                    background-color: unset;
                    border: unset;
                    padding: unset;
                    min-height: 35px;
                    text-transform: uppercase;
                    line-height: 110%;
                    font-family: "Figtree", sans-serif;
                    font-weight: 500;
                    text-align: left;
                    opacity: 50%;

                    &.validated {
                        &::before {
                            font-family: "FontAwesome";
                            font-weight: 400;
                            content: "\f00c";
                            position: absolute;
                            left: 0;
                            top: 53%;
                            transform: translateY(-50%);
                        }
                    }

                    &.nav--active {
                        color: #FFF;
                        opacity: 1;

                        &::before {
                            font-family: "FontAwesome";
                            font-weight: 400;
                            content: "\f054";
                            position: absolute;
                            left: 0;
                            top: 53%;
                            transform: translateY(-50%);
                        }
                    }

                    /* &:not(.validated, .nav--active) {
                        
                    } */
                }

                :not(.nav--active) {
                    color: #999DC4;
                }
            }
        }

        @media (min-width: 768px) {
            display: flex;
        }
    }

    .aztechform__inner-root {
        width: min(930px, 100%);
        display: flex;
        overflow-x: hidden;
        position: relative;
        padding-top: 50px;

        .aztechform__slider {
            display: flex;
            transition: transform, height 1.5s ease-in-out;
            width: 100%;
        }

        >.umbraco-forms-navigation {
            display: none;
        }

        .aztechform__step {
            padding: 0 15px;
            flex-shrink: 0;
            width: min(930px, 100%);
            margin: 0;
            /* z-index: 5; */

            &.step--hidden {
                display: none;
            }

            &.step--adjacent {
                /* display: flex; */
            }

            .aztechform__duplicate-email-message {
                display: block;

                p {
                    margin: 40px 0 0;
                    color: #641616;
                    line-height: 120%;
                    font-style: italic;

                    a {
                        color: #641616;
                        font-style: italic;
                        line-height: 120%;
                        text-decoration: underline;
                    }
                }

                &.resent {
                    p {
                        color: #221F20;
                    }
                }
            }



            .aztechform__step-header {
                margin: 0 0 20px;

                .aztechform__step-count {
                    margin: 0;
                    font-size: 13px;
                    line-height: 150%;
                    color: #929292;
                }

                .aztechform__title {
                    margin: 0;
                    font-size: 32px;
                    line-height: 95%;
                    color: #FFF;
                    text-transform: uppercase;

                    @media (min-width: 768px) {
                        font-size: 52px;
                    }
                }

                .aztechform__back-btn {
                    background-color: transparent;
                    margin-top: 8px;
                    padding: 0px 15px 0;
                    text-transform: uppercase;
                    border: none;
                    color: #949494;
                    position: relative;
                    font-family: "Figtree", sans-serif;

                    &::before {
                        content: "\f053";
                        font-family: "FontAwesome";
                        font-weight: 400;
                        font-size: 12px;
                        position: absolute;
                        left: 0;
                        top: 56%;
                        transform: translateY(-50%);
                    }
                }
            }

            .aztechform__dynamic-header {
                background-color: #999DC4;
                padding: 40px 20px;
                border-radius: 10px;
                text-align: center;
                margin-bottom: 40px;
                transition: all .3s ease;
                color: #221F20;
                font-family: "Figtree", sans-serif;
                position: relative;

                @media (min-width: 768px) {
                    padding: 40px 60px;
                }

                .aztechform__dynamic-title {
                    font-weight: 600;
                    line-height: 100%;
                    font-size: 24px;
                    text-transform: uppercase;
                    margin: 0;

                    @media (min-width: 768px) {
                        font-size: 28px;
                    }
                }

                .aztechform__dynamic-themes,
                .aztechform__dynamic-date {
                    margin: 8px 0 0;
                    font-weight: 600;
                    text-transform: uppercase;
                    font-size: 18px;
                    line-height: 110%;

                    @media (min-width: 768px) {
                        font-size: 21px;
                    }
                }

                .aztechform__dynamic-date {
                    margin-top: 25px;
                    margin-bottom: 8px;
                }

                .aztechform__dynamic-event-info-container {
                    margin: 0 auto;
                    max-width: fit-content;

                    li {
                        text-align: left;
                        color: #221F20;
                        font-family: "Figtree", sans-serif;
                        font-size: 18px;
                        line-height: 120%;
                        font-weight: 500;

                        p,
                        a {
                            color: #221F20;
                            margin: 0;
                            line-height: 120%;
                        }
                    }
                }

                .aztechform__dynamic-calendar {
                    width: 80px;
                    height: 80px;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    border-radius: 50%;
                    background-color: #999DC4;
                    border: 5px solid #fff;
                    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
                    position: absolute;
                    top: 0;
                    left: 50%;
                    transform: translate(-50%, -50%);
                    z-index: 2;

                    &::before {
                        content: "\f133";
                        font-family: "FontAwesome";
                        font-weight: 400;
                        font-size: 42px;
                        position: absolute;
                        top: 50%;
                        left: 50%;
                        transform: translate(-50%, -50%);
                    }

                    p {
                        font-family: "Figtree", sans-serif;
                        font-weight: 600;
                        font-size: 22px;
                        margin: 0;
                        width: 100%;
                        position: absolute;
                        top: 60%;
                        left: 50%;
                        transform: translate(-50%, -50%);
                    }
                }
            }

            .aztechform__continue-btn {
                width: min(400px, 100%);
                background-color: #D13D3D;
                border: 1px solid #D13D3D;
                padding: 13px;
                font-size: 18px;
                font-weight: 600;
                color: #FFFFFF;
                text-transform: uppercase;
                border-radius: 22px;
                letter-spacing: 3px;
                line-height: 120%;
                margin: 40px 0;
                transition: all 0.3s ease;

                &:hover {
                    background-color: #221F20;
                    border: 1px solid #FFFFFF;
                }
            }

            .aztechform__add-cohost-btn {
                display: block;
                padding: 8px 22px;
                background-color: transparent;
                border: 1px solid #fff;
                text-transform: uppercase;
                border-radius: 4px;
                font-family: "Figtree", sans-serif;
                font-weight: 600;
                font-size: 18px;
                letter-spacing: 2px;
                line-height: 120%;
            }

            .umbraco-forms-container {
                padding: 0;
            }

            .spinner-active {
                display: flex;
                justify-content: center;
                align-items: center;
                padding: 150px 31px !important;
                transition: all 0.5s ease;

                >*:not(.aztechform__loading-container) {
                    display: none;
                }
            }

            .aztechform__loading-container {
                text-align: center;

                .aztechform__building-text {
                    font-size: 16px;
                    letter-spacing: 1px;
                    text-transform: uppercase;
                    margin-bottom: 0;
                }

                .loader {
                    width: 42px;
                    height: 42px;
                    border: 5px solid #FFF;
                    border-bottom-color: #F86363;
                    border-radius: 50%;
                    display: inline-block;
                    box-sizing: border-box;
                    animation: rotation 1s linear infinite;
                    margin-bottom: 30px;
                }

                .aztechform__generating-title {
                    font-size: 28px;
                    line-height: 100%;
                    font-weight: 500;
                    margin: 0;
                    text-transform: uppercase;
                }
            }

            &[data-step="1"],
            &[data-step="2"],
            &[data-step="3"] {
                .umbraco-forms-container {
                    background-color: #999DC4;
                    padding: 60px 20px;
                    border-radius: 10px;

                    .aztechform__continue-btn {
                        margin: 0;
                    }
                }
            }

            &[data-step="4"],
            &[data-step="5"],
            &[data-step="6"],
            &[data-step="7"],
            &[data-step="8"],
            &[data-step="9"] {
                .umbraco-forms-container {
                    * {
                        color: #fff;
                    }
                }

                .aztechform__custom-select {
                    position: relative;
                    max-width: 400px;
                    margin: .5em 0;

                    &:not(.has-options) {
                        display: none;
                    }

                    .aztechform__custom-select-trigger {
                        width: 100%;
                        border: 1px solid #bbb;
                        color: #949494;
                        text-align: left;
                        max-width: 400px;
                        min-height: 51px;
                        padding: 16px 12px;
                        line-height: 120%;
                        font-size: 16px;
                        border-radius: 4px;
                        position: relative;
                        background-color: #fff;

                        &::before {
                            content: "\f078";
                            /* transition: all 0.3s ease; */
                            font-family: "FontAwesome";
                            color: #949494;
                            font-weight: 300;
                            transform: translateY(-50%);
                            font-size: 12px;
                            position: absolute;
                            right: 12px;
                            top: 27px;
                            line-height: 12px;
                        }

                        &[aria-expanded="true"] {
                            &::before {
                                transform: translateY(-50%) rotate(180deg);
                            }
                        }

                        &.has-value {
                            color: #221F20;
                        }
                    }

                    .aztechform__custom-select-options {
                        padding: 0;
                        list-style: none;
                        background-color: #fff;
                        position: absolute;
                        z-index: 5;
                        top: 54px;
                        box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
                        max-width: 400px;
                        width: 100%;
                        max-height: 300px;
                        overflow-y: auto;

                        .aztechform__custom-select-option {
                            padding: 4px 12px;
                            color: #221F20;
                            cursor: pointer;
                        }

                        .aztechform__custom-select-option {

                            &:hover,
                            &:focus-visible {
                                background-color: #f5f5f5;
                            }
                        }
                    }
                }

                .field-validation-error-jquery {
                    color: #DA6262;
                }

                .aztechform__step-header {
                    margin-bottom: 40px;
                }

                .aztechform__title {
                    font-family: "Figtree", sans-serif;
                    font-weight: 400;
                }
            }

            input[type="text"],
            input[type="email"],
            input[type="tel"],
            input[type="number"],
            input[type="url"] {
                max-width: 400px;
                min-height: 51px;
                padding: 16px 12px;
                line-height: 120%;
                font-size: 16px;
                border-radius: 4px;
                color: #221F20 !important;
                width: 100%;

                &::placeholder {
                    color: #949494;
                }
            }

            .countryprovincedropdown {
                label {
                    position: absolute;
                    width: 1px;
                    height: 1px;
                    padding: 0;
                    margin: -1px;
                    overflow: hidden;
                    clip: rect(0, 0, 0, 0);
                    clip-path: inset(50%);
                    border: 0;
                    white-space: nowrap;
                }
            }

            input[type="checkbox"],
            input[type="radio"] {
                position: absolute;
                left: -9999px;

                &:focus-visible {
                    &~label {
                        outline: 2px solid #000000;
                        outline-offset: 2px;
                    }
                }
            }

            h2 {
                margin: 0 0 8px;
                font-weight: 400;
                text-transform: uppercase;
            }

            h3,
            .umbraco-forms-legend {
                color: #221F20;
                font-family: "Figtree", sans-serif;
                font-weight: 600;
                font-size: 24px;
                line-height: 100%;
                margin: 0 0 8px;
                text-transform: uppercase;

                @media (min-width: 768px) {
                    font-size: 28px;
                }
            }

            .umbraco-forms-legend {
                margin-bottom: 0;
            }

            .umbraco-forms-hidden {
                position: absolute;
                display: block !important;
                width: 1px;
                height: 1px;
                padding: 0;
                margin: -1px;
                overflow: hidden;
                clip: rect(0, 0, 0, 0);
                white-space: nowrap;
                border: 0;

                &[aria-hidden="true"] {
                    display: none !important;

                    input {
                        display: none !important;

                    }
                }
            }

            p {
                font-size: 18px;
                font-weight: 500;
                line-height: 120%;
                font-family: "Figtree", sans-serif;

            }

            a {
                color: #221F20;
                text-decoration: underline;
            }

            .umbraco-forms-field.shortanswer label {
                font-family: "Figtree", sans-serif;
                font-weight: 600;
                font-size: 24px;
                line-height: 100%;
                margin: 0 0 16px;
                text-transform: uppercase;

                @media (min-width: 768px) {
                    font-size: 28px;
                }
            }

            .gotbiggerplans {
                p {
                    color: #fff;
                    text-align: center;
                    padding-top: 50px;
                    opacity: 70%;
                }

                a {
                    color: #fff;
                }

            }

            .umbraco-forms-field {
                margin: 0;

                &.dropdown {
                    margin: .5em 0;
                }

                >div input.valid::after {
                    display: none !important;
                }

                textarea {
                    height: 141px;
                    padding: 16px 12px;
                    color: #221F20 !important;
                    border-radius: 4px;
                    resize: none;
                }

                &.multiplechoice {
                    display: flex;
                    flex-direction: column;

                    .checkboxlist {
                        padding: 8px 0 0;
                        display: flex;
                        flex-wrap: wrap;
                        gap: 10px;

                        input[type="checkbox"] {
                            width: 0 !important;
                        }

                        div {
                            margin: 0;

                            &:focus-within {
                                label {
                                    background-color: #221F20 !important;
                                    color: #ffffff !important;
                                    border-color: #ffffff !important;
                                }
                            }
                        }

                        label {
                            background-color: #fff;
                            color: #949494;
                            padding: 4px 10px;
                            border-radius: 5px;
                            transition: all .3s ease;
                            min-width: 80px;
                            text-align: center;
                            font-size: 16px;
                            margin: 0;
                            line-height: 120%;
                            transition: all 0.3s ease;
                            border: 1px solid transparent;

                            &::before {
                                content: none;
                            }

                            &::after {
                                content: none;
                            }

                            &.selected {
                                background-color: #999DC4;
                                color: #221F20;
                            }

                            &:hover {
                                background-color: #221F20 !important;
                                color: #ffffff !important;
                                border-color: #ffffff !important;
                            }
                        }


                    }
                }

                .help-block {
                    margin: 0 0 10px;
                    font-size: 18px;
                    line-height: 110%;
                    font-family: "Figtree", sans-serif;
                    text-transform: uppercase;

                    @media (min-width: 768px) {
                        font-size: 21px;
                    }
                }
            }

            .needabreak,
            .aztechform__break-text {
                color: #858585;
                max-width: 400px;
                text-align: center;
                margin: 0 !important;
            }

            fieldset.umbraco-forms-field {
                padding: 0;
            }

            .umbraco-forms-field.address {
                position: relative;

                .aztech-autocomplete-list {
                    list-style: none;
                    padding: 16px 0;
                    background-color: #fff;
                    border-radius: 4px;
                    position: absolute;
                    top: 100%;
                    left: 0;
                    right: 0;
                    max-width: 400px;
                    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);

                    li {
                        color: #221F20;
                        padding: 4px 12px 4px;

                        &:hover,
                        &:focus-visible {
                            background-color: #f5f5f5;
                            cursor: pointer;
                        }
                    }

                    .aztech-autocomplete-header {
                        display: flex;
                        justify-content: space-between;
                        align-items: center;
                        padding: 0 12px 4px;

                        &:hover {
                            background-color: #fff;
                            cursor: default;
                        }

                        span {
                            color: #221F20;
                            font-family: "Figtree", sans-serif;
                            font-weight: 500;
                            font-size: 13px;
                            line-height: 150%;
                            text-transform: uppercase;
                        }

                        button {
                            color: #221F20;
                            font-size: 26px;
                            background: none;
                            border: none;
                            line-height: 100%;
                            padding-top: 0;
                            margin-top: -2px;
                        }
                    }
                }
            }

            .umbraco-forms-field.checkbox {
                label {
                    position: relative;
                    padding-left: 36px;
                    font-size: 16px;
                    line-height: 150%;

                    &::before {
                        content: "";
                        border: 2px solid #221F20;
                        height: 18px;
                        width: 18px;
                        position: absolute;
                        left: 3px;
                        top: 10px;
                        transform: translateY(-50%);
                    }

                    &.selected {
                        &::after {
                            content: "\f00c";
                            font-family: "FontAwesome";
                            font-weight: 400;
                            position: absolute;
                            color: #221F20;
                            left: 7.5px;
                            top: 10px;
                            transform: translateY(-50%);
                            font-size: 11px;
                        }
                    }
                }
            }

            .aztechform__accordion-list {
                padding: 0;
                list-style: none;

                .aztechform__accordion-item {
                    padding: 14px 0 14px 36px;
                    position: relative;
                    border-top: #6D72AB 1px solid;

                    &:last-of-type {
                        border-bottom: #6D72AB 1px solid;
                    }

                    .aztechform__accordion-header {
                        display: flex;
                        justify-content: space-between;

                        input[type="radio"] {

                            &:focus-visible {
                                &~label {
                                    outline: none;

                                    &::before {
                                        outline: 2px solid #000000 !important;
                                        outline-offset: 2px;
                                    }
                                }
                            }
                        }

                        &:focus-within {
                            outline: 2px solid #000000 !important;
                            outline-offset: 2px;
                        }
                    }

                    label {
                        position: unset;
                        min-height: 30px;
                        display: flex;
                        align-items: center;
                        margin: 0;
                        font-size: 18px;
                        line-height: 120%;
                        width: 100%;
                        max-width: fit-content;
                        font-family: "Figtree", sans-serif;
                        font-weight: 500;

                    }


                    input[type="radio"]+label::before {
                        content: "";
                        border: 2px solid #221F20;
                        height: 18px;
                        width: 18px;
                        position: absolute;
                        left: 3px;
                        top: 29px;
                        transform: translateY(-50%);
                        border-radius: 0;
                        background-color: transparent;
                    }

                    input[type="radio"]:checked+label::before {
                        background-color: transparent;
                    }

                    input[type="radio"]:checked+label::after {
                        content: "\f00c";
                        font-family: "FontAwesome";
                        font-weight: 400;
                        position: absolute;
                        color: #221F20;
                        left: 7.5px;
                        top: 30px;
                        transform: translateY(-50%);
                        font-size: 11px;
                        height: unset;
                        width: unset;
                        background-color: transparent;
                    }

                    .aztechform__accordion-trigger {
                        width: 100%;
                        height: auto;
                        position: relative;
                        background: transparent;
                        min-height: 30px;
                        border: none;
                        max-width: 20%;

                        @media (min-width: 768px) {
                            max-width: 100%;
                        }

                        &::before {
                            content: "\f078";
                            font-family: "FontAwesome";
                            color: #221F20;
                            position: absolute;
                            right: 23px;
                            top: 15px;
                            transform: translateY(-50%);
                            font-size: 13px;
                            height: unset;
                            width: unset;
                            background-color: transparent;
                        }

                        &:focus-visible {
                            outline: none !important;
                        }

                        &[aria-expanded="true"] {
                            &::before {
                                transform: translateY(-50%) rotate(180deg);
                            }
                        }

                    }

                    .othereventtype {
                        input {
                            margin: 0 0 6px;
                        }

                        label {
                            position: absolute;
                            display: block !important;
                            width: 1px;
                            height: 1px;
                            padding: 0;
                            margin: -1px;
                            overflow: hidden;
                            clip: rect(0, 0, 0, 0);
                            white-space: nowrap;
                            border: 0;
                        }
                    }

                    .aztechform__accordion-content {
                        padding-top: 6px;

                        p {
                            margin: 0;
                            font-size: 16px;
                            line-height: 120%;
                            font-weight: 500;
                            font-family: "Figtree", sans-serif;
                        }
                    }
                }
            }

            .field-validation-error {
                display: none;
            }

            input[aria-invalid="true"] {
                border-color: transparent;
                background: #fff;
            }

            .field-validation-error-jquery {
                color: #641616;
                font-size: 18px;
                font-style: italic;
                line-height: 120%;
                font-family: "Figtree", sans-serif;
                text-transform: none;
                margin: 8px 0;
                display: block;
                font-weight: 400;
                padding: 0;
                display: block;
            }

            /* STEP SPECIFIC STYLES */
            /* Step One */
            &[data-step="1"] {
                .emailaddress {
                    margin: 16px 0;

                    input[type="email"] {
                        margin: 0 0 6px;
                    }
                }

                .readandagree {
                    margin-bottom: 24px;

                    .umbraco-forms-hidden {
                        display: none !important;
                    }
                }

                .richtext.body {
                    a {
                        font-size: 21px;

                        &[title="Click here to see the planning guide"] {
                            text-decoration: none;

                            &:after {
                                content: "\f08e";
                                font-family: "FontAwesome";
                                font-weight: 400;
                                font-size: 20px;

                                margin-left: 5px;
                                margin-right: 5px;
                                text-decoration: none !important;
                            }
                        }
                    }
                }

                h3 {
                    margin-bottom: 25px;
                }
            }

            /* Step Two */
            &[data-step="2"] {
                h3 {
                    margin-bottom: 30px;
                }

                .eventtype.singlechoice {
                    padding: 0;
                    margin-bottom: 30px;

                    .radiobuttonlist {
                        padding: 0;
                    }
                }
            }

            /* Step Three */
            &[data-step="3"] {
                .whatisthetitleofyourevent {
                    margin-bottom: 16px;
                }
            }

            /* Step Four */
            &[data-step="4"] {
                p {
                    margin-bottom: 8px;
                }

                .tellusaboutyourevent {
                    .umbraco-forms-field-wrapper {

                        margin-bottom: 40px;
                    }
                }
            }

            /* Step Five */
            &[data-step="5"] {
                .shortanswer {
                    label {
                        margin-bottom: 0;
                    }
                }

                .whosyourtargetaudience {
                    margin-top: 40px;

                    p {
                        margin: 0 0 10px;
                        font-size: 18px;
                        line-height: 110%;
                        font-family: "Figtree", sans-serif;
                        text-transform: uppercase;

                        @media (min-width: 768px) {
                            font-size: 21px;
                        }
                    }
                }

                .willyoureventbeopentothecommunityandifsoisthereanadmissionfee {
                    margin-top: 40px;

                    .radiobuttonlist {
                        padding: 0;

                        div {
                            display: flex;
                            margin-bottom: 15px;
                        }
                    }

                    .umbraco-forms-legend {
                        margin-bottom: 12px;
                    }

                    input[type="radio"] {
                        width: 0 !important;
                        height: 0 !important;
                    }

                    label {
                        padding-left: 42px;
                        display: block;
                        position: relative;
                        margin: 0;

                    }

                    input[type="radio"]+label::before {
                        content: "";
                        position: absolute;
                        left: 9px;
                        width: 20px;
                        height: 20px;
                        border-radius: 50%;
                        top: 0px;
                        border: 2px solid #fff;
                        background-color: transparent;
                    }

                    input[type="radio"]:checked+label::after {
                        content: "";
                        position: absolute;
                        top: 10px;
                        left: 19px;
                        transform: translate(-50%, -50%);
                        width: 7px;
                        height: 7px;
                        border-radius: 50%;
                        background-color: #fff;
                    }
                }

                .thisinfowillhelpusgetyoureventinfrontoftherightpeople {
                    .umbraco-forms-legend {
                        font-size: 16px;
                        font-weight: 500;
                        line-height: 120%;
                        font-family: "Figtree", sans-serif;
                        text-transform: none;

                        @media (min-width: 768px) {
                            font-size: 18px;
                        }
                    }
                }


            }

            /* Step Six */
            &[data-step="6"] {
                .attendeeregistration {
                    p {
                        margin-bottom: 25px;
                    }
                }

                .admission-fee-hidden {

                    &~.bullets,
                    &~.partifulcomurl {
                        display: none;
                    }
                }

                .ticketsales {
                    margin-top: 40px;
                }

                .partifulcomurl {
                    .umbraco-forms-field-wrapper {
                        max-width: 400px;
                        position: relative;

                    }

                    input {
                        padding: 16px 36px 16px 12px;
                        width: min(400px, 100%);
                    }
                }

                .bullets {
                    margin-bottom: 30px;

                    ul {
                        margin: 0;
                        padding: 0;
                        list-style: none;
                        max-width: 272px;

                        li {
                            padding-left: 24px;
                            position: relative;
                            margin-bottom: 4px;
                            font-size: 18px;
                            font-family: "Figtree", sans-serif;
                            font-weight: 500;

                            &::before {
                                content: "\f00c";
                                font-family: "FontAwesome";
                                color: #fff;
                                position: absolute;
                                left: 0;
                                top: 11px;
                                font-weight: 300;
                                transform: translateY(-50%);
                                font-size: 14px;
                            }
                        }
                    }
                }
            }

            /* Step Seven */
            &[data-step="7"] {
                .whereandwhen {
                    label {
                        margin: 0 0 8px;
                        font-family: "Figtree", sans-serif;
                        font-weight: 600;
                        font-size: 24px;
                        line-height: 100%;
                        text-transform: uppercase;

                        @media (min-width: 768px) {
                            font-size: 28px;
                        }
                    }


                    .help-block {
                        font-size: 18px;
                        font-weight: 500;
                        line-height: 120%;
                        font-family: "Figtree", sans-serif;
                        text-transform: none;
                        margin-bottom: 8px;
                        display: block;
                    }
                }

                p {
                    margin-bottom: 8px;
                }


                .aztechform__time-fields-container {
                    display: flex;
                    gap: 8px;
                    margin-bottom: 60px;
                    position: relative;
                    max-width: 400px;
                    width: 100%;

                    @media (min-width: 768px) {
                        margin-bottom: 40px;

                    }

                    .umbraco-forms-field {
                        width: 100%;
                    }

                    .custom-error-container-group {
                        position: absolute;
                        top: 86%;
                        left: 0;
                        width: 100%;
                        margin-top: 8px;
                    }
                }

                .flatpickr-wrapper {
                    max-width: 196px;
                    width: 100%;

                    .numInputWrapper {
                        span {
                            display: none;
                        }
                    }

                    .numInput {
                        &:focus-visible {
                            outline-offset: -4px;
                        }
                    }

                    &::after {
                        content: "\f017";
                        font-family: "FontAwesome";
                        color: #949494;
                        font-weight: 300;
                        transform: translateY(-50%);
                        font-size: 22px;
                        position: absolute;
                        right: 12px;
                        top: 34px;
                        line-height: 20px;
                    }

                    input[type="text"] {
                        margin-bottom: 0;
                    }
                }

                .flatpickr-calendar {
                    max-width: 400px;
                    width: 100%;

                    span {
                        color: #221F20 !important;
                    }


                    .numInput {
                        padding: 0;
                        min-height: fit-content;
                    }

                    &::before {
                        border: 0;
                    }

                    &::after {
                        border: 0;

                    }

                    .flatpickr-time {
                        input {
                            &:hover {
                                background-color: #f5f5f5;
                            }
                        }
                    }
                }

            }

            &[data-step="8"] {
                .aztechform__cohost-group {
                    display: none;

                    &.show {
                        display: block;
                    }

                    &:not([data-cohost="1"]) {
                        margin-top: 30px;

                    }
                }

                p {
                    margin-bottom: 8px;
                }

                .addacohostoptional {
                    margin-top: 40px;
                }
            }

            &[data-step="9"] {
                .congratulationsyoureventisreadytosubmit {
                    text-align: center;



                    @media (min-width: 768px) {
                        text-align: left;
                    }
                }

                p {
                    margin-bottom: 0;
                }

                .aztechform__step-header {
                    margin-bottom: 50px;

                    @media (min-width: 768px) {
                        margin-bottom: 80px;

                    }
                }

                a {
                    text-decoration: underline;
                }

                .aztechform__dynamic-header {
                    padding: 60px 20px;

                    @media (min-width: 768px) {
                        padding: 60px;
                    }
                }
            }

        }
    }
}