#provider-list {
    width: 100% !important;
    border: none;
}

.alphabet-info-display,
.alphabet-group {
    display: none;
}

/* Provider Details */
h2.provider-details-header {
    margin-top: 40px;
}

.provider-details-page a {
    color: #00607e;
}

.provider-details-page a:hover,
.provider-details-page a:focus,
.provider-details-page a:active {
    color: #66a0b2;
    text-decoration: underline;
}

.btn-accordion {
    width: 100%;
    border: none;
    background: none;
}

#accordion-controller {
    font-size: 30px;
}

div.provider-details-container {
    margin: 0 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
div.provider-details-page {
    max-width: 1300px;
    width: 100%;
    text-align: center;
}
h2.provider-details-header {
    color: #00607e;
    border-bottom: 1px solid #00607e;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.info-container {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

dt.provider-details-header {
    color: #00607e;
    border-bottom: 1px solid #00607e;
    padding-bottom: 10px;
    margin-bottom: 20px;
    font-family: Lato, sans-serif;
    font-size: 27.424px;
    font-weight: 600;
    letter-spacing: 1.2px;
    line-height: 30.1664px;
}

dl {
    margin-top: 20px;
    margin-bottom: 20px;
    flex-basis: 48%;
}

dt {
    font-weight: bold;
    color: #00607e;
}

dd {
    margin-bottom: 10px;
}

.city-list {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    text-align: left;
    justify-content: flex-start;
    gap: 50px;
}

.county-name {
    color: #00607e;
    padding-bottom: 10px;
    margin-bottom: 20px;
    font-family: Lato, sans-serif;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1.2px;
}

table.provider-details-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
    border: none;
}

table.provider-details-table th {
    border: none;
}

th, td {
    padding: 10px;
    border: 1px solid #f47421;
}

th {
    background-color: #f47421;
    color: #00607e;
    font-weight: bold;
    font-size: 16px;
}

th.field-column {
    width: 40% !important;
}

th.field-header {
    background-color: #fde3d2;
    color: #00607e;
    font-weight: bold;
    font-size: 16px;
}
@media (max-width: 768px) {
    .info-container {
        flex-direction: column;
    }

    dl {
        flex-basis: 100%;
    }
}