/* use for community level css */

:root {
    --contact-form-btn-bg: var(--secondary-base);
}

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

td strong,
strong {
    font-weight: 700;
}

#hero_section .hero-text-section .text-container h2.hero-header {
    color: #4a8084;
}

#hero_section .hero-text-section .text-container .hero-text > .paragraph-text {
    display: none;
}

#hero_section .hero-text-section .text-container .hero-text .paragraph-text > a {
    text-decoration: underline;
    text-underline-offset: 2px;
}

#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);
}

/* footer */
.ada.copyright-icon > img {
    filter: brightness(0);
    max-width: 1rem;
    margin-right: 0.5rem;
}