/* Site Adjustments */

:root {
    --hero-logo-container-max-width: 300px;
    --navbar-logo-max-width: 250px;
    --menu-logo-max-width: 250px;
    --hero-logo-container-max-width-mobile: 250px;
    --navbar-logo-mobile-max-width: 250px
}

/* google translate widget */
.goog-te-gadget img {
    width: auto;
}

/* hp */
#body_home #affordable_qualifications .affordable_qualifications-container--content,
#affordable_qualifications .affordable_qualifications-container--content .affordable-section .affordable-content-text,
#affordable_qualifications .affordable_qualifications-container--content .affordable-section .affordable-content-table {
    padding: 0;
}

.hpt-two-three-section.has-form .hpt-two-three-text-container {
    padding-top:  10%;
    padding-bottom: 10%;
}

@media only screen and (max-width: 1023px) {
    #affordable_qualifications .affordable_qualifications-container--content .affordable-section .affordable-content-text--title-section .header-text-style-1,
    #affordable_qualifications .affordable_qualifications-container--content .affordable-section .affordable-content-text .paragraph-text {
        text-align: center;
        padding: 0;
    }
    
    #affordable_qualifications .affordable_qualifications-container--content .affordable-section .affordable-content-table {
        margin: auto;
        min-width: 0;
        padding: 0;
    }
    
    #affordable_qualifications .affordable_qualifications-container--content .affordable-section {
        padding: 0;
        justify-content: center;
    }
}

/* contact */
#contact_us_page_container .form-header:after {
    content: 'Fill out the form below to ask any questions or learn how you can move home! Click the "Apply Now" option on the menu bar to start your application and make your move to Champion Park. Submitting the Contact Us form below does not add you to the waitlist.';
    display: block;
    font-family: var(--fonts-body);
    font-size: 16px;
    margin-top: 40px;
    line-height: 1.3;
}

@media (max-width: 1023px) {
    .navigation-logo-container {
        margin: 24px auto;
    }
}

@media (min-width: 1024px) {
    .navigation-logo-container {
        max-width: var(--navbar-logo-max-width);
        margin: 24px 24px;
    }
}

footer .footer-copyright .apartments-copy-text .ada-eho-container svg {
    width: 65px;
    height: 56px;
}


footer .footer-copyright .apartments-copy-text {
    flex-direction: column;
    align-items: center;
}

footer .ada-eho-container > span {
    padding: 5px;
}