/* Community Level Styles */

/* hp */
#intro_text_section .hpt-impact-text .hpt-impact-line,
#main_content #neighborhood_section .neighborhood-header {
    text-transform: uppercase;
}

@media only screen and (max-width: 550px) {
    #intro_text_section .hpt-impact-text .hpt-impact-line-two,
    #intro_text_section .hpt-impact-text .hpt-impact-line-three {
        font-size: calc(var(--intro-hpt-impact-font-size) * 1.2);
    }
}

/* fp */
#fp_app .fp-card .fp-info-wrapper .fp-deposit {
    position: relative;
    height: 45px;
}

#fp_app .fp-card .fp-info-wrapper .fp-deposit:after {
    content: 'Risk Fee: $200 Pass / $400 with Conditions';
    position: absolute;
    top: 0;
    left: 0;
    background: var(--background-1-base);
    color: var(--background-1-base-alt);
}

/* thank you page */
.thankyou.insidepage {
    padding: 5%;
}

.thankyou.insidepage h1 {
    font-size: 40px;
    margin-bottom: 20px;
}