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

/* hpt */
strong {
    font-weight: 700;
}

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

td strong {
    font-weight: 600;
}

#hero_section .hero-text-section .text-container h2.hero-header {
    color: var(--secondary-base);
}

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

.lightning-form .form-group .inclusive-dates__calendar-button svg path {
    fill: var(--secondary-base-alt);
}

.lightning-form .select-wrapper:after {
    color: var(--secondary-base-alt);
}