

p.std a {
    text-decoration: none;
    color: #007c89;
}
p.std a:focus, p a:hover {
    color: #007c89;
    text-decoration: underline;
}



.component-table {
    display: flex;
    justify-content: center; /* Centers horizontally */
    width: 100%;            /* Ensures the container spans the full width */
}
@media only screen and (min-width: 768px) {
    .component-table table {
        display: block;
    }
}
table {
    caption-side: bottom;
    border-collapse: collapse;
}
thead, tbody, tfoot, tr, td, th {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
}
@media only screen and (min-width: 768px) {
    .component-table tr:last-child {
        border-color: #d5d7d9;
    }
}
@media only screen and (min-width: 768px) {
    .component-table tr {
        border-bottom: 1px solid #d5d7d9;
    }
}
.component-table.table-cols-3 td, .component-table th {
    width: 33.3333%;
}
.component-table td:first-child, .component-table th:first-child {
    padding-left: 0;
}
.component-table td, .component-table td .richtext, .component-table td .richtext h1, .component-table td .richtext .h1, .component-table td .richtext h2, .component-table td .richtext .h2, .component-table td .richtext h3, .component-table td .richtext .h3, .component-table td .richtext h4, .component-table td .richtext .h4, .component-table td .richtext h5, .component-table td .richtext .h5, .component-table td .richtext p, .component-table td .richtext li {
    font-family: MuseoSans-300, Arial Regular, sans-serif;
    font-size: 16px;
    line-height: 22px;
    font-family: MuseoSans-300, Arial Regular, sans-serif;
    color: #4d5f69;
}
.component-table td, .component-table th {
    font-size: 16px;
    line-height: 22px;
    font-family: MuseoSans-300, Arial Regular, sans-serif;
    padding: .5rem 0 .5rem 1rem;
    vertical-align: top;
}
.component-table.table-cols-5 td, .component-table th {
    width: 20%;
}
.component-table.table-cols-4 td, .component-table th {
    width: 25%;
}
.component-table.table-cols-3 td, .component-table th {
    width: 33.3333%;
}
th {
    text-align: inherit;
    text-align: -webkit-match-parent;
}
table .richtext {
    text-align: center;
}



a.btn.my-1.btn-link {
    color: #007c89;
    text-decoration: none;
    font-size: 16px;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    color: #192838;
    text-decoration-color: #192838;
}
.flex-1.content-center.text-left.self-center:has(a.btn) h2 {
    color: #fff;
}
.component-table th {
    font-family: MuseoSans-700, Arial Bold, sans-serif;
    color: #192838;
}
ul.menu.menu-horizontal li .dropdown.dropdown-hover div, ul.menu.menu-horizontal li a {
    color: #192838 !important;
}


.max-w-screen-6xl.mx-auto.page-article .relative.mx-auto.mb-4.w-full.max-w-screen-xl.md\:mb-0.bg-base-200 h1, 
.max-w-screen-6xl.mx-auto.page-article .relative.mx-auto.mb-4.w-full.max-w-screen-xl.md\:mb-0.bg-base-200 h2 {
    color: #e4e4e7;
}

h2.card-title {
	color: #192838 !important;
}




/* All styles are scoped to .contact-card to prevent global interference */
.contact-card {
    font-family: "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    
    color: #4a5f71;
    line-height: 1.4;

    /* Header Styling */
    h4 {
        color: #003e6b;
        font-size: 1.4rem;
        margin: 0 0 20px 0;
        font-weight: 700;
    }

    /* Primary Button: Contact Us */
    .promo-btn.secondary {
        display: inline-block;
        background-color: #d12e2e;
        color: #ffffff;
        padding: 12px 28px;
        text-decoration: none;
        font-weight: bold;
        border-radius: 2px;
        margin-bottom: 25px;
        font-size: 1.1rem;
    }

    /* Text areas */
    .richtext {
        margin-bottom: 15px;
        
        p {
            margin: 5px 0;
            font-size: 1rem;
        }

        /* Access Account Link */
        p:first-child a {
            color: #4a5f71;
            font-size: 1.1rem;
        }

        /* Phone Link */
        a[href^="tel"] {
            color: #4a5f71;
            font-weight: bold;
            text-decoration: none;
        }
    }

    /* Tertiary Button: Meet the Team */
    .promo-btn.tertiary {
        display: inline-block;
        border: 2px solid #d12e2e;
        color: #d12e2e;
        padding: 8px 20px;
        text-decoration: none;
        font-weight: bold;
        border-radius: 2px;
        margin-bottom: 20px;
    }

    /* Social Media & Dividers */
	.component-social {
        border-top: 1px solid #dcdcdc; /* The horizontal line */
        padding-top: 20px;
        margin-top: 20px;
        width: 100%; /* Ensures the container spans the full width of the card */

        ul {
            display: flex;
            justify-content: center; /* This centers the icons horizontally */
            gap: 15px;               /* Space between the two boxes */
            padding: 0;              /* Removes default browser bullet padding */
            margin: 0 auto;          /* Centers the list itself */
            list-style: none;
        }

        li a {
            display: flex;
            align-items: center;     /* Vertical center of the letter */
            justify-content: center;  /* Horizontal center of the letter */
            width: 44px;
            height: 44px;
            border: 1px solid #4a5f71;
            text-decoration: none;
            color: #4a5f71;
            font-size: 1.2rem;
            transition: background-color 0.2s;
        }

        li a:hover {
            background-color: #f4f4f4;
        }
    }

    /* The bottom divider line */
    .fixedparent::after {
        content: "";
        display: block;
        border-bottom: 1px solid #dcdcdc;
        margin-top: 20px;
        width: 100%;
    }
}