/* AZ Tech Week Planning Guide Page Styles */

#aZTechWeekRegistrationThankYou .repeater-title {
    text-transform: uppercase;
    max-width: 65%;
}

#aZTechWeekRegistrationThankYou h2 {
    color: #fff !important;
}

#aZTechWeekRegistrationThankYou .title-description-block {
    padding-bottom: 0px;
}

#aZTechWeekRegistrationThankYou .aztech-title-description-repeater {
    padding: 56px 0;
}

#aZTechWeekRegistrationThankYou .repeater-item {
    padding-bottom: 50px;
}

#aZTechWeekRegistrationThankYou .repeater-item a {
    color: #ffffff;
    text-decoration: underline;
}

#aZTechWeekRegistrationThankYou .repeater-item p:last-child {
    margin-bottom: 0px;
}

#aZTechWeekRegistrationThankYou .faq-icon {
    top: 51%;
}

/* FAQ Block Overrides for Planning Guide */
#aZTechWeekRegistrationThankYou .faqs-title {
    border-top: none;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.1;
    padding-top: 0px;
    margin-bottom: 10px;
}

#aZTechWeekRegistrationThankYou .aztech-faqs {
    padding-bottom: 20px;
}

#aZTechWeekRegistrationThankYou .intro-description {
    margin-bottom: 20px;
}

#aZTechWeekRegistrationThankYou .intro-title {
    text-transform: uppercase;
}

#aZTechWeekRegistrationThankYou .aztech-registration-thank-you-intro {
    padding-bottom: 20px;
    padding-top: 80px;
    max-width: 900px;
}

#aZTechWeekRegistrationThankYou .aztech-registration-thank-you-intro a {
    color: #ffffff;
    text-decoration: underline;
}

#aZTechWeekRegistrationThankYou .thank-you-faqs {
    display: flex;
    max-width: 1190px;
    padding: 0px 20px 0px;
    gap: 40px;
    color: #fff;
    flex-direction: column;
}

#aZTechWeekRegistrationThankYou .thank-you-faqs .faqs-accordion {
    display: flex;
    max-width: 900px;
    width: 100%;
    flex-direction: column;
}

#aZTechWeekRegistrationThankYou .faq-side-info {
    width: 100%;
    flex-shrink: 0;
}

#aZTechWeekRegistrationThankYou .faq-accordion-wrap {
    width: 100%;
}

#aZTechWeekRegistrationThankYou .faq-side-info h3 {
    text-transform: uppercase;
}

#aZTechWeekRegistrationThankYou .intro-images {
    margin-bottom: 40px;
}

#aZTechWeekRegistrationThankYou .umb-block-list {
    padding-bottom: 40px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    max-width: 1480px;
    margin: 0 auto;

}

@media (min-width: 768px) {
    #aZTechWeekRegistrationThankYou .aztech-title-description-repeater {
        padding: 40px 0;
    }

    #aZTechWeekRegistrationThankYou .thank-you-faqs {
        flex-direction: row;
        padding: 0px 20px 40px;

    }

    #aZTechWeekRegistrationThankYou .faq-side-info {
        width: min(250px, 100%);
        flex-shrink: 0;
    }
}

@media (min-width: 992px) {
    #aZTechWeekRegistrationThankYou .faqs-title {
        font-size: 28px;
        line-height: 1;
    }

    #aZTechWeekRegistrationThankYou .aztech-registration-thank-you-intro {
        padding-bottom: 60px;
        padding-top: 100px;
    }

    #aZTechWeekRegistrationThankYou .intro-description {
        margin-bottom: 0px;
    }

    #aZTechWeekRegistrationThankYou .umb-block-list {
        padding-bottom: 100px;
    }
}