/* use for community level css */

/* contact us */
#contact_us_page_container .form-header {
    position: relative;
    visibility: hidden;
}
#contact_us_page_container .form-header:after {
    position: absolute;
    left: 0;
    top: 0;
    color: inherit;
    content: "Join Our Interest List!";
    font: inherit;
    visibility: visible;
}