
/* Referral Program */
/* body.page-id-27449 {
    --nv-site-bg: #f5f5f5;
} */
@media (max-width: 575px) {
    body.page-id-27449 {
        --wp--preset--font-size--medium: 16px !important;
    }
	body.page-id-27449 #referral-intro {
		--secondarybtnpadding: 10px 16px !important;
	}
}
@media (min-width: 769px) { 
    #referral-steps .h-padding-small:not(:last-child) {
        border-right: 1px solid var(--nv-primary-accent);
    }
}
@media (max-width: 768px) {
    body.page-id-27449 #referral-steps .container {
        flex-wrap: wrap !important;
    }
    #referral-steps .h-padding-small:not(:last-child) {
        border-bottom: 1px solid var(--nv-primary-accent);
        padding-bottom: 2em;
    }
    body.page-id-27449 .has-large-font-size {
        font-size: var(--h2fontsize) !important;
    }
}
@media (max-width: 960px) { 
    body.page-id-27449 #about-referral > div {
        margin-bottom: 3em;
    }
    body.page-id-27449 #about-referral {
        text-align: center;
    }
    body.page-id-27449 #about-referral .wp-block-buttons {
        justify-content: center;
    }
    body.page-id-27449 #referral-cta .wp-block-heading {
        margin-bottom: 25px;
    }
    #faq-accordion .ac .ac-panel,
    #faq-accordion .ac .ac-trigger {
        padding-left: 0 !important;
    }
}

/* Breadcrumbs */
.breadcrumb-wrapper {
    color: var(--nv-text-color) !important;
}