/* Community Level Styles */

:root {
    --navbar-mobile-logo-max-width: 180px;
    --intro-hpt-impact-font-family: var(--fonts-accent);
}

.hp-slideshow.slideshow-with-controls {
    position: relative;
}

#intro_text_section .hpt-impact-text .impact-divider-line {
    background-color: var(--primary-base);
}

#intro_text_section .hpt-impact-text .hpt-impact-line-one {
    color: var(--primary-base);
}

header .menu .menu-logo-wrapper .menu-logo {
    filter: invert(1);
}