/* use for community level css */
:root {
    --contact-form-btn-bg: var(--secondary-base);
    --contact-form-btn-bg-alt: var(--secondary-base-alt);    
}

strong {
    font-weight: 700;
}

tbody,td  {
    border: 1px solid black;
    text-align: left;
}

td strong {
    font-weight: 600;
}

/* home page */
#hero_section .hero-text-section .text-container .hero-text .paragraph-text.hpt-1 {
    color: #4a8084;
    line-height: 1.3;
    font-size: xx-large;
}

#section_8 .custom-text-container {
    padding: 30px 24px 30px 0;
}

@media only screen and (max-width: 1399px) {
    #hero_section .hero-text-section .text-container .hero-text {
        max-height: unset;
    }
    
    #hero_section .hero-text-section .text-container .button-style-1 {
        margin: 35px auto;
    }
}

/* contact */
#contact_us_page_container .lightning-form .form-btn:hover {
    background: var(--secondary-hover);
    color: var(--secondary-hover-alt);
}