/* Community Level Styles */

:root {
    --fp-sub-nav-btn-hover-color: var(--secondary-hover);
}

/* footer */
#gsf_promise {
    position: relative;
}

#gsf_promise p {
    font-family: var(--fonts-body);
    font-size: var(--body-base-font-size);
    font-weight: var(--body-base-font-weight);
    padding: 0 20px;
}

#gsf_promise img {
    max-width: 250px;
}

footer .top-section .corp-logo a {
    width: auto;
}