/* Health First Indiana — Custom CSS */

/* Google Fonts — Manrope (body) + Comfortaa (headings) */
@import url("https://fonts.googleapis.com/css2?family=Comfortaa:wght@300..700&family=Manrope:wght@200..800&display=swap");

/* County map styles are injected by CountyMap.vtl via dotsass — no import needed here */

/* ============================================================
   Global
   ============================================================ */

:target {
    scroll-margin-top: 8rem !important;
}

body.adaptive {
    --color-navy: #303e58;
    --color-surface: #ebedf0;
    --color-border: #9e9e9e;
    --font-heading: "Comfortaa", "Open Sans", "Helvetica", Arial, sans-serif;

    font-family: "Manrope", "Helvetica", Arial, sans-serif;
    color: var(--color-navy);
    background-color: #fff;
}

body.adaptive.marketing {
    background-color: #fff;
}

body.adaptive article > section {
    padding: 0;
    width: calc(100% - 6rem);
    max-width: 2000px;
    margin: 0 auto;
    margin-bottom: 2rem;
}

body.adaptive article > section > * {
    max-width: none !important;
}

@media (max-width: 991.98px) {
    body.adaptive article > section {
        width: 90vw;
    }
}

body.adaptive article > section.hero-section {
    margin-top: 0;
    margin-bottom: 0;
}

body.adaptive article > section.hero-section .video-hero-container {
    width: 100%;
    max-width: none;
    margin-bottom: 0;
}

body.adaptive main {
    margin-top: 1px;
}

body.adaptive main a {
    color: var(--color-navy);
}

body.adaptive main a:hover {
    color: var(--color-navy);
    text-decoration: underline;
}

@media (min-width: 576px) {
    body.adaptive main .h2,
    body.adaptive main h2 {
        font-size: 2rem;
    }
}

@media (min-width: 576px) {
    body.adaptive main .h3,
    body.adaptive main h3 {
        font-size: 1.5rem;
    }
}

body.adaptive .overlay a {
    color: var(--color-navy);
}

body.adaptive .overlay a:hover {
    color: var(--color-navy);
}

body.adaptive footer a {
    color: var(--color-navy);
}

body.adaptive footer a:hover {
    color: var(--color-navy);
    text-decoration: underline;
}

body.adaptive footer a.btn {
    text-align: left;
}

body.adaptive h1,
body.adaptive h2,
body.adaptive h3,
body.adaptive main section .row h1,
body.adaptive main section .row h2,
body.adaptive main section .row h3 {
    font-family: var(--font-heading);
    color: var(--color-navy);
    font-weight: 800;
    line-height: 1.4;
}

body.adaptive h4,
body.adaptive h5,
body.adaptive h6,
body.adaptive main section .row h4,
body.adaptive main section .row h5,
body.adaptive main section .row h6 {
    color: var(--color-navy);
    font-weight: 800;
    line-height: 1.4;
}

body.adaptive h4,
body.adaptive main section .row h4 {
    font-size: 1.25rem;
}

body.adaptive .row,
body.adaptive hr {
    max-width: none;
}

body.adaptive main article {
    background-color: #fff;
}

body.adaptive main article section .row > div[class*="col"] .generic-content-wrap {
    border-radius: 0;
    box-shadow: none;
    padding: 0;
    background-color: transparent;
}

/* ============================================================
       Focus Styles
       ============================================================ */

body.adaptive .nav-link:focus-visible,
body.adaptive .btn:focus-visible,
body.adaptive button:focus-visible,
body.adaptive a:focus-visible {
    outline: 3px solid #007db8 !important;
    outline-offset: 3px !important;
    box-shadow: none !important;
}

/* ============================================================
       Modals — z-index above sticky header (10000)
       ============================================================ */

body.adaptive .modal-backdrop {
    z-index: 10010;
}

body.adaptive .modal {
    z-index: 10020;
}

/* ============================================================
       Menu
       ============================================================ */

body.adaptive .overlay {
    top: 6.25rem !important;
    height: calc(100vh - 6.25rem) !important;
}

/* ============================================================
       Header
       ============================================================ */

body.adaptive header {
    position: sticky !important;
    top: 0 !important;
    z-index: 10000;
    background-color: #fff;
    padding: 1.25rem 2rem;
    min-height: 5rem;
}

body.adaptive header #header_elem-list {
    flex-wrap: nowrap;
}

body.adaptive header #header_elem-list .nav-link {
    font-size: 1rem;
    font-weight: 700;
    color: var(--color-navy);
    padding: 0.5rem 0.75rem;
    white-space: nowrap;
}

body.adaptive header #header_elem-list #header_agency-logo {
    padding: 0 1.5rem;
    flex-shrink: 0;
}

body.adaptive header #header_elem-list #header_agency-logo a {
    display: inline-block;
    line-height: 0;
}

body.adaptive header #header_elem-list #header_agency-logo img {
    height: 3.5rem !important;
    max-height: none !important;
    width: auto;
    display: block;
}

body.adaptive header #header_elem-list #header_agency-logo-mobile a {
    display: flex;
    justify-content: center;
}

body.adaptive header #header_elem-list #header_agency-logo-mobile img {
    height: 3rem;
    max-height: 3rem;
    width: auto;
    display: block;
}

body.adaptive header #header_elem-list button.search-button {
    font-size: 1rem;
    font-weight: 600;
    background-color: #007db8;
    color: #fff;
    padding: 0.75rem 2.75rem;
    border-radius: 3rem;
    border: none;
    cursor: pointer;
    white-space: nowrap;
    flex-shrink: 0;
}

/*
         * Hamburger — visible at ALL sizes.
         * Override the globally-leaked marketing block that sets spans to white at md+.
         */

body.adaptive header #top-menu-nav-btn {
    display: flex;
    background-color: transparent;
}

body.adaptive header #top-menu-nav-btn button#button_main-menu {
    background-color: transparent;
    border: none;
    box-shadow: none;
}

body.adaptive header #top-menu-nav-btn button#button_main-menu:hover,
body.adaptive header #top-menu-nav-btn button#button_main-menu:focus {
    background-color: transparent;
    border: none;
    box-shadow: none;
}

body.adaptive header #top-menu-nav-btn button#button_main-menu .button-container#toggle span {
    background: var(--color-navy);
}

body.adaptive header #top-menu-nav-btn button#button_main-menu .button-container#toggle .icon-text {
    color: var(--color-navy);
}

/* ============================================================
     DataTables Sort Arrows
     ============================================================ */

body.adaptive table.dataTable thead th.sorting,
body.adaptive table.dataTable thead th.sorting_asc,
body.adaptive table.dataTable thead th.sorting_desc {
    padding-right: 1.75rem;
    position: relative;
}

body.adaptive table.dataTable thead th.sorting::after,
body.adaptive table.dataTable thead th.sorting_asc::after,
body.adaptive table.dataTable thead th.sorting_desc::after {
    font-family: "Font Awesome 7 Pro";
    font-weight: 900;
    font-style: normal;
    position: absolute;
    right: 0.5rem;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0.85rem;
    background-image: none !important;
}

body.adaptive table.dataTable thead th.sorting::after {
    content: "\f0dc"; /* fa-sort (up+down) */
    color: var(--color-border);
}

body.adaptive table.dataTable thead th.sorting_asc::after {
    content: "\f0de"; /* fa-sort-up */
    color: var(--color-navy);
}

body.adaptive table.dataTable thead th.sorting_desc::after {
    content: "\f0dd"; /* fa-sort-down */
    color: var(--color-navy);
}

/* ============================================================
       Search Modal
       ============================================================ */

body.adaptive #searchModal {
    background-color: transparent;
    border: none;
    padding: 1.25rem 0.5rem;
    border-radius: 0;
    overflow: visible;
}

body.adaptive #searchModal .modal-content {
    border-color: transparent;
    background-color: transparent;
}

body.adaptive #searchModal #header_search-list {
    background-color: #fff;
    border: 1px solid var(--color-border);
    border-radius: 1rem;
    display: flex;
    flex: 1;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0.25rem;
    position: relative;
}

body.adaptive #searchModal #header_search-list > li {
    flex: none;
}

body.adaptive #searchModal #header_search-list > li:nth-child(2) {
    flex: 1;
}

body.adaptive #searchModal #header_search-list > li#button_voice-search {
    display: none;
    background-color: #fefefe;
    border: 1px solid #fefefe;
    color: #184a8c;
    padding-left: 0.7rem;
    padding-right: 0.7rem;
}

body.adaptive #searchModal #header_search-list > li input {
    background: none;
    z-index: 101;
}

body.adaptive #searchModal ul#header_search-list > li button,
body.adaptive #searchModal ul#header_search-list > li input {
    border: none;
    box-shadow: none;
    margin: 0;
}

body.adaptive #searchModal .twitter-typeahead {
    width: 100%;
}

body.adaptive #searchModal .tt-menu {
    background-color: #fff;
    border: 1px solid #b1cdf2;
    border-radius: 10px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
    font-size: 0.9rem;
    margin: 0.5rem 0;
    min-width: 240px;
    overflow: hidden;
    width: 100%;
    z-index: 10001 !important;
}

body.adaptive #searchModal .tt-menu.tt-open .tt-dataset .tt-suggestion {
    line-height: 1.2rem;
    padding: 0.6rem;
    position: relative;
}

/* ============================================================
       Internal Banner
       ============================================================ */

body.adaptive #subpage-banner-container {
    width: calc(100% - 6rem);
    max-width: 2000px;
    margin: 0 auto;
    margin-bottom: 2rem;
    border-radius: 3rem;
}

@media (max-width: 575.98px) {
    body.adaptive #subpage-banner-container {
        border-radius: 1.5rem;
    }
}

@media (max-width: 991.98px) {
    body.adaptive #subpage-banner-container {
        width: 90vw;
        border-radius: 1.5rem;
    }
}

body.adaptive main #subpage-banner-container #subpage-banner-overlay {
    border-radius: 3rem;
    padding: 2rem 3rem;
    background-color: rgba(0, 0, 0, 0.5);
}

@media (max-width: 575.98px) {
    body.adaptive main #subpage-banner-container #subpage-banner-overlay {
        border-radius: 1.5rem;
        padding: 2rem 1rem;
    }
}

@media (max-width: 991.98px) {
    body.adaptive main #subpage-banner-container #subpage-banner-overlay {
        border-radius: 1.5rem;
    }
}

body.adaptive main #subpage-banner-container #subpage-banner-overlay #subpage-banner-width {
    background-color: transparent;
    box-shadow: none;
    border-radius: 0;
    max-width: 100%;
    width: 100%;
    padding: 0;
}

body.adaptive main #subpage-banner-container #subpage-banner-overlay #subpage-banner-width h1 {
    flex: 1 0 49%;
    text-align: left;
    font-size: 2.5rem;
    line-height: 1.3;
    display: inline-block;
    margin: 0;
    padding: 0;
    color: #fff;
}

@media (max-width: 991.98px) {
    body.adaptive main #subpage-banner-container #subpage-banner-overlay #subpage-banner-width h1 {
        width: initial;
        text-align: center;
        font-size: 2rem;
    }
}

body.adaptive
    main
    #subpage-banner-container
    #subpage-banner-overlay
    #subpage-banner-width
    ul#subpage-breadcrumbs {
    flex: 1 1 51%;
    text-align: right;
    justify-content: flex-end;
    border-top: none;
    padding: 0;
    color: #fff;
}

body.adaptive
    main
    #subpage-banner-container
    #subpage-banner-overlay
    #subpage-banner-width
    ul#subpage-breadcrumbs
    li,
body.adaptive
    main
    #subpage-banner-container
    #subpage-banner-overlay
    #subpage-banner-width
    ul#subpage-breadcrumbs
    li
    a {
    color: #fff;
}

@media (max-width: 991.98px) {
    body.adaptive
        main
        #subpage-banner-container
        #subpage-banner-overlay
        #subpage-banner-width
        ul#subpage-breadcrumbs {
        width: initial;
        text-align: center;
    }
}

body.adaptive
    main
    #subpage-banner-container
    #subpage-banner-overlay
    #subpage-banner-width
    ul::before {
    content: none;
}

body.adaptive #subpage-banner-width {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

@media (max-width: 575.98px) {
    body.adaptive #subpage-banner-width {
        flex-direction: column;
        align-items: center;
    }
}

/* ============================================================
       Rotating Banner
       ============================================================ */

body.adaptive .container_rotating-banner.adaptive {
    width: calc(100% - 6rem);
    max-width: 2000px;
    margin: 0 auto;
    border-radius: 3rem;
    margin-bottom: 2rem;
}

@media (max-width: 991.98px) {
    body.adaptive .container_rotating-banner.adaptive {
        width: 90vw !important;
    }
}

body.adaptive .container_rotating-banner.adaptive .slide-info-wrap {
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0.5) 100%);
    padding: 10rem 6rem;
}

@media (max-width: 575.98px) {
    body.adaptive .container_rotating-banner.adaptive .slide-info-wrap {
        padding: 2rem 3rem;
    }
}

@media (min-width: 576px) {
    body.adaptive .container_rotating-banner.adaptive .slide-info-wrap {
        padding: 3rem 6rem;
    }
}

body.adaptive .container_rotating-banner.adaptive .slide-info-wrap h2 {
    font-family: var(--font-heading);
    font-size: 3rem;
}

body.adaptive .container_rotating-banner.adaptive .slide-info-wrap h2.name {
    color: var(--color-navy) !important;
    text-shadow: none;
}

@media (min-width: 576px) {
    body.adaptive .container_rotating-banner.adaptive .slide-info-wrap h2.name {
        margin-bottom: 10rem;
    }
}

body.adaptive#home .container_rotating-banner.adaptive .glide__controls {
    display: none;
}

@media (min-width: 576px) {
    body.adaptive#home .glide__slides .glide__slide .slide-info-wrap > p {
        margin-bottom: 10rem;
    }
}

body.adaptive#home .glide__slides .glide__slide .slide-info-wrap > p img {
    filter: drop-shadow(2px 2px 2px rgba(255, 255, 255, 0.6));
}

body.adaptive#home .glide__slides .glide__slide .slide-info-wrap .btn {
    font-size: 1.5rem;
    font-weight: 200;
}

/* ============================================================
       Video Hero
       ============================================================ */

body.adaptive .video-hero-container {
    position: relative;
    width: calc(100% - 6rem);
    max-width: 2000px;
    margin: 0 auto;
    margin-bottom: 2rem;
    border-radius: 3rem;
    overflow: hidden;
    min-height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 991.98px) {
    body.adaptive .video-hero-container {
        width: 90vw;
        min-height: 350px;
        border-radius: 1.5rem;
    }
}

@media (max-width: 575.98px) {
    body.adaptive .video-hero-container {
        width: 100%;
        min-height: 280px;
        border-radius: 1rem;
    }
}

body.adaptive .video-hero-container .video {
    position: absolute;
    inset: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

body.adaptive .video-hero-container .hero-text {
    position: relative;
    z-index: 1;
    background-color: rgba(255, 255, 255, 0.88);
    border-radius: 2rem;
    padding: 2.5rem 3rem;
    text-align: center;
    max-width: 420px;
}

body.adaptive .video-hero-container .hero-text p {
    margin-bottom: 1.5rem;
}

body.adaptive .video-hero-container .hero-text p img {
    max-width: 280px;
    width: 100%;
}

body.adaptive .video-hero-container .hero-text .btn {
    background-color: #007db8;
    color: #fff;
    border: none;
    border-radius: 3rem;
    padding: 0.875rem 2.5rem;
    font-size: 1.1rem;
    font-weight: 600;
    display: inline-block;
}

body.adaptive .video-hero-container .hero-text .btn:hover {
    background-color: #005f8e;
    color: #fff;
}

@media (max-width: 575.98px) {
    body.adaptive .video-hero-container .hero-text {
        padding: 1.5rem 2rem;
        max-width: 280px;
    }

    body.adaptive .video-hero-container .hero-text p img {
        max-width: 200px;
    }
}

/* ============================================================
       Multi-Column Container
       ============================================================ */

body.adaptive .multi-column-container .row {
    --bs-gutter-y: 0.5rem;
}

body.adaptive .multi-column-container.gray-background {
    background-color: var(--color-surface);
    padding: 2rem;
    border-radius: 3rem;
    margin-bottom: 2rem;
}

body.adaptive .multi-column-container.gray-background > section {
    background-color: #fff;
    border: 1px solid var(--color-border);
    border-radius: 2rem;
    overflow: hidden;
    padding: 2rem;
}

@media (max-width: 991.98px) {
    body.adaptive .multi-column-container.gray-background {
        width: 90vw;
        margin-bottom: 5vw;
        padding: 1rem;
        border-radius: 1.5rem;
    }

    body.adaptive .multi-column-container.gray-background > section {
        border-radius: 0.75rem;
        padding: 1rem;
    }
}

/* ============================================================
       Success Stories
       ============================================================ */

body.adaptive section:has(.row > div[class*="col"] > .generic-content-wrap > .hia-success-region),
body.adaptive section:has(.row > div[class*="col"] > .generic-content-wrap > .hia-story-card) {
    padding: 0 !important;
}

body.adaptive
    section:has(.row > div[class*="col"] > .generic-content-wrap > .hia-success-region)
    > .row
    > div[class*="col"],
body.adaptive
    section:has(.row > div[class*="col"] > .generic-content-wrap > .hia-story-card)
    > .row
    > div[class*="col"] {
    padding: 0 !important;
}

body.adaptive .hia-story-card {
    background-color: #fff;
    border: 1px solid var(--color-border);
    border-radius: 2rem;
    padding: 2rem 1.5rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

@media (max-width: 991.98px) {
    body.adaptive .hia-story-card {
        border-radius: 0.75rem;
    }
}

body.adaptive .hia-story-card img {
    border-radius: 2rem;
}

body.adaptive .hia-success-region {
    background-color: var(--color-surface);
    padding: 2rem 3rem 1.5rem 3rem;
    border-radius: 3rem;
    margin-bottom: 2rem;
}

@media (max-width: 991.98px) {
    body.adaptive .hia-success-region {
        padding: 2rem 2rem 1.5rem 2rem;
        border-radius: 1.5rem;
    }
}

body.adaptive .hia-success-region .hia-section-header h2 {
    margin-bottom: 0;
}

body.adaptive .hia-success-region .hia-story-card + .hia-story-card {
    margin-top: 1rem;
}

/* ============================================================
       Card
       ============================================================ */

body.adaptive .card {
    background-color: var(--color-surface);
    border: none;
    padding: 1.5rem 1.5rem 0.5rem 1.5rem;
    margin: 1.5rem 0;
    display: flex;
    line-height: 1.4;
}

body.adaptive .card.justify {
    justify-content: center;
}

body.adaptive .card *:last-child {
    margin-bottom: 1rem;
}

body.adaptive .card.blue {
    background-color: #0074aa;
    color: #fff;
}

body.adaptive .card.blue h3 {
    background-color: #0074aa;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
}

body.adaptive .card.blue a {
    background-color: #0074aa;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
}

body.adaptive .card.blue a:hover {
    color: #fff;
    text-decoration: underline;
}

body.adaptive .card img {
    max-height: 100px;
}

body.adaptive img.rounded {
    border-radius: 3rem !important;
}

/* Shared pill shape + white-bg hover for all content buttons */

body.adaptive .btn.btn-primary,
body.adaptive .btn.btn-secondary {
    border-radius: 3rem !important;
    padding: 0.875rem 2.5rem !important;
    border: 2px solid transparent !important;
}

body.adaptive .btn.btn-primary:hover,
body.adaptive .btn.btn-secondary:hover {
    background-color: #fff !important;
    text-decoration: none !important;
}

body.adaptive .btn.btn-primary {
    color: #fff !important;
}

body.adaptive .btn.btn-primary:hover {
    border-color: #007db8 !important;
    color: #007db8 !important;
}

body.adaptive .btn.btn-secondary {
    background-color: #a3d95e !important;
    color: var(--color-navy) !important;
}

body.adaptive .btn.btn-secondary:hover {
    border-color: #a3d95e !important;
    color: var(--color-navy) !important;
}

/*
     * The accessibility-colors.scss rule fires on [class*="-container"] and [class*="-wrap"]
     * with color: $white !important at (0,6,2). Prepending body.adaptive gives us (0,7,3)
     * to win the !important tie-break. Covers generic-content-wrap ancestors (Central/South).
     */

body.adaptive.adaptive
    main
    article
    [class*="-container"]:not(.info):not(.adaptive)
    .btn.btn-secondary,
body.adaptive.adaptive main article [class*="-wrap"]:not(.info):not(.adaptive) .btn.btn-secondary {
    color: var(--color-navy) !important;
}

body.adaptive.adaptive
    main
    article
    [class*="-container"]:not(.info):not(.adaptive)
    .btn.btn-secondary:hover,
body.adaptive.adaptive
    main
    article
    [class*="-wrap"]:not(.info):not(.adaptive)
    .btn.btn-secondary:hover {
    color: var(--color-navy) !important;
}

body.adaptive .alert {
    border: none;
    color: #333;
}

body.adaptive tbody tr:nth-child(2n) {
    background-color: unset;
}

/* ============================================================
       Hover Cards
       ============================================================ */

body.adaptive .hover-cards {
    width: 100%;
    margin: 0 auto;
    background-color: transparent;
}

body.adaptive .hover-cards .row {
    justify-content: flex-start;
}

body.adaptive .hover-cards .btn.btn-primary {
    border-color: #fff !important;
}

body.adaptive .hover-cards .card-container {
    background-color: var(--color-surface);
    border: none;
    line-height: 1.4;
    aspect-ratio: 1 / 1;
}

body.adaptive .hover-cards .card-container .card-base-content {
    width: 100%;
}

body.adaptive .hover-cards .card-container .card-base-content .card-icon img {
    min-height: 80px;
    max-height: 100px;
}

body.adaptive .hover-cards .card-container .card-hover-content h3 {
    color: #fff;
    line-height: 1.3;
}

/* ============================================================
       Tabs
       ============================================================ */

body.adaptive .tabs-container {
    background-color: var(--color-surface);
    border-radius: 3rem;
}

@media (max-width: 575.98px) {
    body.adaptive .tabs-container {
        padding: 2rem;
    }
}

@media (max-width: 991.98px) {
    body.adaptive .tabs-container {
        max-width: 90vw;
        margin-bottom: 5vw;
        padding: 2rem;
        border-radius: 1.5rem;
    }
}

body.adaptive article > div .tabs-container {
    width: calc(100% - 6rem);
    max-width: 2000px;
    margin: 0 auto;
    padding: 3rem;
    margin-bottom: 2rem;
}

body.adaptive main article section .nav-tabs {
    background-color: #fff;
}

body.adaptive main article section .nav-tabs .nav-item {
    margin-right: 0.75rem;
}

body.adaptive main article section .nav-tabs .nav-item:last-of-type {
    margin-right: 0;
}

body.adaptive main article section .nav-tabs .nav-link {
    color: var(--color-navy);
    background-color: #fff;
    font-size: 1.25rem;
    font-family: var(--font-heading);
    border-top-left-radius: 2rem;
    border-top-right-radius: 2rem;
    border: 1px solid var(--color-border);
    padding: 1.5rem 1rem 1rem 1rem;
}

body.adaptive main article section .nav-tabs .nav-link:hover {
    background-color: #fff !important;
}

body.adaptive main article section .nav-tabs .nav-link.active {
    border-bottom: 0;
}

@media (max-width: 991.98px) {
    body.adaptive main article section .nav-tabs .nav-link {
        border-top-left-radius: 0.75rem;
        border-top-right-radius: 0.75rem;
    }
}

body.adaptive main article section .tab-pane h3 {
    background-color: #dff0cb;
}

@media (max-width: 991.98px) {
    body.adaptive main article section .tab-pane {
        border-bottom-left-radius: 0.75rem;
        border-bottom-right-radius: 0.75rem;
    }
}

body.adaptive main article section .tab-pane table {
    width: 100%;
    margin-bottom: 1rem;
    border-width: 1px !important;
    border-style: solid !important;
    border-color: var(--color-border) !important;
    overflow: visible;
    border-radius: 0.625rem;
}

body.adaptive main article section .tab-pane table td,
body.adaptive main article section .tab-pane table th {
    padding: 0.5rem 0.625rem 0.625rem;
}

body.adaptive main article section .tab-content {
    border-bottom-left-radius: 2rem;
    border-bottom-right-radius: 2rem;
    border: 1px solid var(--color-border);
}

/* ============================================================
       Accordion
       ============================================================ */

body.adaptive .accordion-container {
    max-width: 2000px;
    margin: 0 auto;
    margin-bottom: 2rem;
    padding-inline: 0;
    background-color: transparent;
}

body.adaptive .accordion-container .accordion-wrapper {
    background-color: transparent;
    box-shadow: none;
}

@media (max-width: 575.98px) {
    body.adaptive .accordion-container .accordion-wrapper {
        padding: 0;
    }
}

@media (max-width: 991.98px) {
    body.adaptive .accordion-container {
        max-width: 90vw;
        margin-bottom: 5vw;
    }
}

body.adaptive main article section .accordion {
    border: none;
    gap: 0.5rem;
}

body.adaptive main article section .accordion .accordion-item {
    overflow: auto;
    border: solid 1px transparent;
    transition: border-color 0s;
}

body.adaptive main article section .accordion .accordion-item .accordion-button {
    font-weight: 700;
    background-color: #0074aa !important;
    color: #fff;
    border-radius: 1rem;
}

body.adaptive main article section .accordion .accordion-item .accordion-button.collapsed::after {
    filter: brightness(0) invert(1);
}

body.adaptive main article section .accordion .accordion-item .accordion-button.collapsed:hover {
    background-color: #005f8e !important;
    color: #fff;
}

body.adaptive
    main
    article
    section
    .accordion
    .accordion-item:has(.accordion-button:not(.collapsed)) {
    border-color: var(--color-border);
    border-radius: 1rem;
}

body.adaptive main article section .accordion .accordion-button:not(.collapsed) {
    background-color: #fff !important;
    border-bottom: solid 1px var(--color-border);
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    color: var(--color-navy);
}

body.adaptive main article section .accordion .accordion-body {
    background-color: #fff;
}

body.adaptive main article section .accordion .accordion-body h4 {
    font-family: "Manrope", "Helvetica", Arial, sans-serif;
}

body.adaptive main article section .accordion .accordion-body a.button {
    display: inline-block;
    background-color: #007db8;
    color: #fff;
    border-radius: 3rem;
    padding: 0.875rem 2.5rem;
    font-size: 0.9rem;
    line-height: 1;
    text-decoration: none;
    margin-bottom: 0.5rem;
}

body.adaptive main article section .accordion .accordion-body a.button:hover {
    background-color: #005f8e;
    color: #fff;
    text-decoration: none;
}

body.adaptive main article section .accordion .accordion-body hr {
    display: block;
    width: 100%;
    border-top: 1px solid var(--color-border);
    opacity: 1;
}

/* ============================================================
       KPI Service Toggles
       ============================================================ */

body.adaptive section .service,
body.adaptive .tabs-container .service,
body.adaptive .core-services-snapshot .service {
    display: flex;
    align-items: center;
    border: 1px solid var(--color-border);
    border-radius: 0.5rem;
    font-weight: 700;
    padding: 1rem;
    margin-bottom: 0.5rem;
}

body.adaptive section .service img,
body.adaptive .tabs-container .service img,
body.adaptive .core-services-snapshot .service img {
    flex-shrink: 0;
    margin-right: 1rem;
}

body.adaptive section .service p,
body.adaptive .tabs-container .service p,
body.adaptive .core-services-snapshot .service p {
    color: var(--color-navy);
    line-height: 1.4;
    margin-bottom: 0;
}

/* Override theme: body main article section:has(.generic-content-wrap) .row>div[class*=col] .generic-content-wrap img */

body.adaptive main article section .row > div[class*="col"] .service img,
body.adaptive main article .tabs-container .service img,
body.adaptive main article .core-services-snapshot .service img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

body.adaptive .core-services-snapshot .service,
body.adaptive .service.toggle {
    cursor: pointer;
}

body.adaptive section .service.toggle p {
    width: 100%;
}

body.adaptive section .service.toggle::after {
    content: "\2b";
    font-size: 1.25rem;
    margin-left: 0.25rem;
}

body.adaptive section .service.toggle.active::after {
    content: "\2212";
}

/* ============================================================
       County Map KPI Toggles
       ============================================================ */

body.adaptive section .kpi-border,
body.adaptive .tabs-container .kpi-border,
body.adaptive .core-services-snapshot .kpi-border {
    border: 1px solid var(--color-border);
    border-radius: 0.5rem;
    margin-bottom: 1rem;
}

body.adaptive section .kpi-border .service,
body.adaptive .tabs-container .kpi-border .service,
body.adaptive .core-services-snapshot .kpi-border .service {
    border: none;
    margin-bottom: 0;
}

body.adaptive section .kpi-border .service img,
body.adaptive .tabs-container .kpi-border .service img,
body.adaptive .core-services-snapshot .kpi-border .service img {
    height: 40px;
    width: auto;
    margin-right: 1rem;
}

body.adaptive section .kpi-border .kpi-hidden,
body.adaptive .tabs-container .kpi-border .kpi-hidden,
body.adaptive .core-services-snapshot .kpi-border .kpi-hidden {
    padding: 0 1rem 1rem calc(40px + 1rem);
}

body.adaptive section .kpi-border .kpi-hidden .increase,
body.adaptive section .kpi-border .kpi-hidden .decrease,
body.adaptive .tabs-container .kpi-border .kpi-hidden .increase,
body.adaptive .tabs-container .kpi-border .kpi-hidden .decrease,
body.adaptive .core-services-snapshot .kpi-border .kpi-hidden .increase,
body.adaptive .core-services-snapshot .kpi-border .kpi-hidden .decrease {
    position: relative;
    padding-left: 30px;
}

body.adaptive section .kpi-border .kpi-hidden .increase.success::before,
body.adaptive section .kpi-border .kpi-hidden .decrease.success::before,
body.adaptive .tabs-container .kpi-border .kpi-hidden .increase.success::before,
body.adaptive .tabs-container .kpi-border .kpi-hidden .decrease.success::before,
body.adaptive .core-services-snapshot .kpi-border .kpi-hidden .increase.success::before,
body.adaptive .core-services-snapshot .kpi-border .kpi-hidden .decrease.success::before {
    border-right-color: green;
    border-bottom-color: green;
}

body.adaptive section .kpi-border .kpi-hidden .increase.error::before,
body.adaptive section .kpi-border .kpi-hidden .decrease.error::before,
body.adaptive .tabs-container .kpi-border .kpi-hidden .increase.error::before,
body.adaptive .tabs-container .kpi-border .kpi-hidden .decrease.error::before,
body.adaptive .core-services-snapshot .kpi-border .kpi-hidden .increase.error::before,
body.adaptive .core-services-snapshot .kpi-border .kpi-hidden .decrease.error::before {
    border-right-color: red;
    border-bottom-color: red;
}

body.adaptive section .kpi-border .kpi-hidden .increase::before,
body.adaptive section .kpi-border .kpi-hidden .decrease::before,
body.adaptive .tabs-container .kpi-border .kpi-hidden .increase::before,
body.adaptive .tabs-container .kpi-border .kpi-hidden .decrease::before,
body.adaptive .core-services-snapshot .kpi-border .kpi-hidden .increase::before,
body.adaptive .core-services-snapshot .kpi-border .kpi-hidden .decrease::before {
    content: "";
    position: absolute;
    width: 9px;
    height: 9px;
    left: 10px;
    border-right: 4px solid;
    border-bottom: 4px solid;
}

body.adaptive section .kpi-border .kpi-hidden .increase::before,
body.adaptive .tabs-container .kpi-border .kpi-hidden .increase::before,
body.adaptive .core-services-snapshot .kpi-border .kpi-hidden .increase::before {
    top: 52%;
    transform: translateY(-50%) rotate(-135deg);
}

body.adaptive section .kpi-border .kpi-hidden .decrease::before,
body.adaptive .tabs-container .kpi-border .kpi-hidden .decrease::before,
body.adaptive .core-services-snapshot .kpi-border .kpi-hidden .decrease::before {
    top: 42%;
    border-right-color: #333;
    border-bottom-color: #333;
    transform: translateY(-50%) rotate(45deg);
}

/* Use 'kpi-hidden' so content is still visible in Edit+ */

body.adaptive .kpi-border .service.toggle ~ .kpi-hidden {
    display: none;
}

body.adaptive .kpi-border .service.toggle.active ~ .kpi-hidden {
    display: block;
}

/* ============================================================
       County KPI Tab
       ============================================================ */

body.adaptive section .county-kpi,
body.adaptive .tabs-container .county-kpi,
body.adaptive .core-services-snapshot .county-kpi {
    display: block;
    border: 1px solid var(--color-border);
    border-radius: 0.5rem;
    font-weight: 700;
    padding: 1rem;
    margin-bottom: 1rem;
}

body.adaptive section .county-kpi img,
body.adaptive .tabs-container .county-kpi img,
body.adaptive .core-services-snapshot .county-kpi img {
    display: block;
    width: 85%;
    margin: 0 auto 0.5rem auto;
}

body.adaptive section .county-kpi p,
body.adaptive .tabs-container .county-kpi p,
body.adaptive .core-services-snapshot .county-kpi p {
    color: var(--color-navy);
    line-height: 1.4;
    margin-bottom: 0;
}

body.adaptive .core-services-snapshot .county-kpi,
body.adaptive .county-kpi.toggle {
    cursor: pointer;
}

body.adaptive section .county-kpi.toggle p {
    width: 100%;
}

body.adaptive section .county-kpi.toggle::after {
    content: "\2b";
    font-size: 1.25rem;
    margin-left: 0.25rem;
}

body.adaptive section .county-kpi.toggle.active::after {
    content: "\2212";
}

/* ============================================================
       County Map
       ============================================================ */

body.adaptive .county-map-wrap {
    width: calc(100% - 6rem);
    max-width: 2000px;
    margin: 0 auto;
    margin-bottom: 2rem;
    background-color: var(--color-surface);
    padding: 3rem;
    border-radius: 3rem;
}

@media (max-width: 991.98px) {
    body.adaptive .county-map-wrap {
        max-width: 90vw;
        margin-bottom: 5vw;
        padding: 2rem;
        border-radius: 1.5rem;
    }
    body.adaptive .county-map-wrap #app--county-map-svg {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    body.adaptive .county-map-wrap .row > div[class*="col"] {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

body.adaptive .county-map-wrap h2 {
    color: var(--color-navy);
}

body.adaptive .county-map-wrap > .row {
    background-color: #fff;
    border: 1px solid var(--color-border);
    border-radius: 2rem;
    padding: 2rem 1rem;
}

@media (max-width: 991.98px) {
    body.adaptive .county-map-wrap > .row {
        border-radius: 0.75rem;
    }
}

body.adaptive #app--county-map-svg .column-content .box {
    float: left;
    width: 1.25rem;
    height: 1.25rem;
    border-radius: 0.2rem;
    margin-right: 0.75rem;
    margin-top: 0.2rem;
}

body.adaptive #app--county-map-svg .column-content .box.green {
    background-color: #61a65a;
}

body.adaptive #app--county-map-svg .column-content .box.gray {
    background-color: #bfc5cf;
}

body.adaptive .county-map-wrap .county-health-profile-wrap {
    padding: 0 2rem;
}

@media (max-width: 991.98px) {
    body.adaptive .county-map-wrap .county-health-profile-wrap {
        padding: 0 1rem;
    }
}

body.adaptive .service-details .multi-column-container {
    width: initial;
}

body.adaptive table,
body.adaptive #app--county-map-svg .column-content table,
body.adaptive .service-details table,
body.adaptive .kpi-hidden table {
    display: table;
    font-size: 1rem;
    border-collapse: separate;
    border-spacing: 0;
    color: #333;
    border: 1px solid var(--color-border);
    border-radius: 0.5rem;
}

body.adaptive .service-details table {
    width: initial;
}

body.adaptive table tr th,
body.adaptive main table tr th,
body.adaptive #app--county-map-svg .column-content table thead tr {
    background-color: transparent;
    color: #333;
}

body.adaptive table td:not(:last-child),
body.adaptive #app--county-map-svg .column-content .county-card table th:not(:last-child),
body.adaptive #app--county-map-svg .column-content .county-card table td:not(:last-child),
body.adaptive .service-details table td:not(:last-child) {
    border-right: 1px solid var(--color-border);
}

body.adaptive table tr td,
body.adaptive #app--county-map-svg .column-content .county-card table tr td,
body.adaptive .service-details table tr td {
    width: unset;
}

body.adaptive
    #app--county-map-svg
    .column-content
    .county-card
    table
    > thead
    > tr:not(:last-child)
    > th,
body.adaptive
    #app--county-map-svg
    .column-content
    .county-card
    table
    > thead
    > tr:not(:last-child)
    > td,
body.adaptive
    #app--county-map-svg
    .column-content
    .county-card
    table
    > tbody
    > tr:not(:last-child)
    > th,
body.adaptive
    #app--county-map-svg
    .column-content
    .county-card
    table
    > tbody
    > tr:not(:last-child)
    > td,
body.adaptive
    #app--county-map-svg
    .column-content
    .county-card
    table
    > tfoot
    > tr:not(:last-child)
    > th,
body.adaptive
    #app--county-map-svg
    .column-content
    .county-card
    table
    > tfoot
    > tr:not(:last-child)
    > td,
body.adaptive #app--county-map-svg .column-content .county-card table > tr:not(:last-child) > td,
body.adaptive #app--county-map-svg .column-content .county-card table > tr:not(:last-child) > th,
body.adaptive #app--county-map-svg .column-content .county-card table > thead:not(:last-child),
body.adaptive #app--county-map-svg .column-content .county-card table > tbody:not(:last-child),
body.adaptive #app--county-map-svg .column-content .county-card table > tfoot:not(:last-child),
body.adaptive table > thead > tr:not(:last-child) > th,
body.adaptive table > thead > tr:not(:last-child) > td,
body.adaptive table > tbody > tr:not(:last-child) > th,
body.adaptive table > tbody > tr:not(:last-child) > td,
body.adaptive table > tfoot > tr:not(:last-child) > th,
body.adaptive table > tfoot > tr:not(:last-child) > td,
body.adaptive table > tr:not(:last-child) > td,
body.adaptive table > tr:not(:last-child) > th,
body.adaptive table > thead:not(:last-child),
body.adaptive table > tbody:not(:last-child),
body.adaptive table > tfoot:not(:last-child) {
    border-bottom: 1px solid var(--color-border);
}

body.adaptive #app--county-map-svg .column-svg .svg-container .svg-object svg path.active,
body.adaptive
    #app--county-map-svg
    .column-svg
    .svg-container
    .svg-object
    svg
    path[data-value="true"] {
    fill: #329cce;
}

body.adaptive #app--county-map-svg .column-svg .svg-container .svg-object svg path:hover {
    fill: #0076ad;
}

body.adaptive
    #app--county-map-svg
    .column-content
    .county-card
    tbody
    td:not(:first-child):not(:last-child)::after {
    content: "";
}

body.adaptive #app--county-map-svg .column-content .county-card table tr td.budget {
    display: flex;
    justify-content: space-between;
}

body.adaptive #app--county-map-svg .column-content a.button {
    display: inline-block;
    background-color: #007db8;
    color: #fff !important;
    border-radius: 3rem;
    padding: 0.875rem 2.5rem;
    border: 2px solid transparent;
    text-decoration: none;
    margin-bottom: 0.5rem;
}

body.adaptive #app--county-map-svg .column-content a.button:hover {
    background-color: #fff;
    border-color: #007db8;
    color: #007db8 !important;
    text-decoration: none;
}

body.adaptive #app--county-map-svg .column-content a.button.secondary {
    background-color: #a3d95e;
    color: var(--color-navy) !important;
}

body.adaptive #app--county-map-svg .column-content a.button.secondary:hover {
    background-color: #fff;
    border-color: #a3d95e;
    color: var(--color-navy) !important;
}

body.adaptive table tr td.budget {
    display: flex;
    justify-content: space-between;
}

/* ============================================================
       Core Services Snapshot
       ============================================================ */

body.adaptive .core-services-snapshot {
    width: calc(100% - 6rem);
    max-width: 2000px;
    margin: 0 auto;
    margin-bottom: 2rem;
    background-color: var(--color-surface);
    padding: 3rem;
    border-radius: 3rem;
}

@media (max-width: 991.98px) {
    body.adaptive .core-services-snapshot {
        max-width: 90vw;
        margin-bottom: 5vw;
        padding: 2rem;
        border-radius: 1.5rem;
    }

    body.adaptive .core-services-snapshot form p {
        margin: 1rem 0;
    }

    body.adaptive .core-services-snapshot .services-content-panes {
        border-radius: 0.75rem;
    }

    body.adaptive .core-services-snapshot .service-details .accordion-container {
        width: initial;
        max-width: initial;
        margin-bottom: initial;
    }
}

body.adaptive .core-services-snapshot form {
    margin-bottom: 1rem;
}

body.adaptive .core-services-snapshot form p {
    margin-bottom: 0;
}

body.adaptive .core-services-snapshot form select {
    margin: 0;
    border: 1px solid var(--color-border);
    font-weight: 600;
    color: var(--color-navy);
    padding: 0.75rem 2rem 0.75rem 1rem;
    height: unset;
}

body.adaptive .core-services-snapshot label {
    font-family: var(--font-heading);
    color: var(--color-navy);
    font-size: 1.5rem;
}

body.adaptive .core-services-snapshot .services-content-panes {
    background-color: #fff;
    border: 1px solid var(--color-border);
    border-radius: 2rem;
    padding: 2rem;
}

body.adaptive .core-services-snapshot .service-details section {
    padding: 0;
}

body.adaptive .core-services-snapshot .service-details section .title {
    display: flex;
}

body.adaptive .core-services-snapshot .service-details section .title img {
    max-height: 2.5rem;
    margin-right: 1rem;
}

body.adaptive .core-services-snapshot .service-details section .title h2 {
    margin: 0;
}

body.adaptive .core-services-snapshot .service-details .complete,
body.adaptive .core-services-snapshot .service-details .incomplete,
body.adaptive .core-services-snapshot .service-details .data-yes,
body.adaptive .core-services-snapshot .service-details .data-no,
body.adaptive .core-services-snapshot .service-details .data-planning,
body.adaptive .core-services-snapshot .service-details .data-null,
body.adaptive .core-services-snapshot .service-details .data-percent {
    text-align: center;
    font-weight: 700;
    font-size: 1.5rem;
    padding: 1rem;
    margin-bottom: 2rem;
    border-radius: 0.75rem;
}

body.adaptive .core-services-snapshot .service-details .complete,
body.adaptive .core-services-snapshot .service-details .data-yes {
    color: #fff;
    background-color: #77c80f;
}

body.adaptive .core-services-snapshot .service-details .incomplete,
body.adaptive .core-services-snapshot .service-details .data-no,
body.adaptive .core-services-snapshot .service-details .data-percent {
    color: #fff;
    background-color: #0074aa;
}

body.adaptive .core-services-snapshot .service-details .data-null {
    color: var(--color-navy);
    background-color: #ddd;
}

body.adaptive .core-services-snapshot .service-details .data-planning {
    color: #fff;
    background-color: #999;
}

body.adaptive .core-services-snapshot .service-details .complete h3,
body.adaptive .core-services-snapshot .service-details .incomplete h3,
body.adaptive .core-services-snapshot .service-details .data-yes h3,
body.adaptive .core-services-snapshot .service-details .data-no h3,
body.adaptive .core-services-snapshot .service-details .data-planning h3 {
    color: #fff;
    font-size: 3rem;
    font-family: var(--font-heading);
    font-weight: 700;
}

body.adaptive .core-services-snapshot .service-details .data-null h3 {
    color: var(--color-navy);
    font-size: 3rem;
    font-family: var(--font-heading);
    font-weight: 700;
}

body.adaptive .core-services-snapshot .service-details .data-percent p {
    line-height: 1.4;
    margin-bottom: 0;
}

body.adaptive .core-services-snapshot .service-details .accordion-container {
    width: initial;
    max-width: initial;
}

body.adaptive .kpi-ds {
    list-style: none;
    padding-left: 0;
    margin-top: 0.75rem;
    font-size: 0.875rem;
}

body.adaptive .kpi-ds li {
    padding-left: 1.25rem;
    position: relative;
    margin-bottom: 0.25rem;
}

body.adaptive .kpi-ds li::before {
    content: "\f054";
    font-family: "Font Awesome 7 Pro";
    font-weight: 900;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    left: 0;
    color: #c0392b;
    font-size: 0.75rem;
    top: 0.15em;
}

body.adaptive .service.toggle ~ .card,
body.adaptive .kpi-border .service.toggle ~ .kpi-hidden {
    transition: opacity 0.2s ease;
}

body.adaptive .service.toggle ~ .hidden,
body.adaptive .core-services-snapshot .hidden {
    display: none;
}

/* ============================================================
       County Details Tabs
       ============================================================ */

body.adaptive .county-health-profile-wrap .county-details .nav-tabs {
    background-color: #fff;
    margin-bottom: -1px;
}

body.adaptive .county-health-profile-wrap .county-details .nav-tabs .nav-item {
    margin-right: 0.75rem;
}

body.adaptive .county-health-profile-wrap .county-details .nav-tabs .nav-item:last-of-type {
    margin-right: 0;
}

body.adaptive .county-health-profile-wrap .county-details .nav-tabs .nav-link {
    color: var(--color-navy);
    background-color: #fff;
    font-size: 1.25rem;
    font-family: var(--font-heading);
    border-top-left-radius: 2rem;
    border-top-right-radius: 2rem;
    border: 1px solid var(--color-border);
    padding: 1.5rem 1rem 1rem 1rem;
}

body.adaptive .county-health-profile-wrap .county-details .nav-tabs .nav-link:hover {
    background-color: #fff !important;
}

body.adaptive .county-health-profile-wrap .county-details .nav-tabs .nav-link.active {
    border-bottom: 1px solid #fff;
}

@media (max-width: 991.98px) {
    body.adaptive .county-health-profile-wrap .county-details .nav-tabs .nav-link {
        border-top-left-radius: 0.75rem;
        border-top-right-radius: 0.75rem;
    }
}

body.adaptive .county-health-profile-wrap .county-details .tab-content {
    border-bottom-left-radius: 2rem;
    border-bottom-right-radius: 2rem;
    border: 1px solid var(--color-border);
    padding: 2rem;
}

@media (max-width: 991.98px) {
    body.adaptive .county-health-profile-wrap .county-details .tab-content {
        border-bottom-left-radius: 0.75rem;
        border-bottom-right-radius: 0.75rem;
        padding: 1.5rem;
    }
}

/* ============================================================
       Icon Buckets
       ============================================================ */

body.adaptive .icon-buckets-wrap {
    background-color: #007db8;
    padding: 2.5rem 2rem 2rem !important;
    border-radius: 3rem;
}

@media (max-width: 991.98px) {
    body.adaptive .icon-buckets-wrap {
        padding: 1.5rem 1rem 1rem !important;
        border-radius: 1.5rem;
    }
}

@media (max-width: 575.98px) {
    body.adaptive .icon-buckets-wrap {
        padding: 0 !important;
    }
}

body.adaptive .icon-buckets-wrap .icon-bucket-content {
    position: relative;
    background-color: var(--color-surface);
    padding: 2rem 1.25rem 1rem;
    border-radius: 0.75rem;
    margin-top: 1.5rem;
    height: calc(100% - 1.5rem);
    font-family: "Manrope", "Helvetica", Arial, sans-serif;
}

body.adaptive .icon-buckets-wrap .icon-bucket-content .icon {
    position: absolute;
    top: -1.5rem;
    left: 50%;
    transform: translateX(-50%);
}

body.adaptive .icon-buckets-wrap .icon-bucket-content .icon span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #007db8;
    color: #fff;
    fill: #fff;
    width: 50px;
    height: 50px;
    border: 1px solid #fff;
    border-radius: 50%;
    font-size: 1.25rem;
    animation: rotate-vert-center 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) both;
}

body.adaptive .icon-buckets-wrap .icon-bucket-content h4 {
    font-family: "Manrope", "Helvetica", Arial, sans-serif;
}

body.adaptive .icon-buckets-wrap .icon-bucket-content p.title {
    font-size: 1.25rem;
    font-family: "Manrope", "Helvetica", Arial, sans-serif;
    color: var(--color-navy);
    font-weight: 400;
    padding-bottom: 1rem;
    margin-bottom: 0.5rem;
    border-bottom: 1px solid var(--color-border);
}

body.adaptive .icon-buckets-wrap .icon-bucket-content a.button {
    display: inline-block;
    background-color: #007db8;
    color: #fff;
    border-radius: 3rem;
    padding: 0.875rem 2.5rem;
    font-size: 0.9rem;
    line-height: 1;
    text-decoration: none;
    margin-bottom: 0.5rem;
}

body.adaptive .icon-buckets-wrap .icon-bucket-content a.button:hover {
    background-color: #005f8e;
    color: #fff;
    text-decoration: none;
}

body.adaptive .icon-buckets-wrap .icon-bucket-content hr {
    display: block;
    width: 100%;
    border-top: 1px solid var(--color-border);
    opacity: 1;
}

/* ============================================================
       Pre-Footer
       ============================================================ */

body.adaptive #prefooter {
    color: #fff;
    width: calc(100% - 6rem);
    max-width: 2000px;
    margin: 0 auto;
    margin-bottom: 2rem;
    background-color: #00495d;
    padding: 4rem 4rem 3rem 4rem;
    border-radius: 3rem;
}

@media (max-width: 991.98px) {
    body.adaptive #prefooter {
        width: 90vw;
        margin-bottom: 5vw;
        padding: 2rem;
        border-radius: 1.5rem;
    }
}

body.adaptive #prefooter .sign-up-form input[type="text"],
body.adaptive #prefooter .sign-up-form input[type="email"],
body.adaptive #prefooter .sign-up-form input[type="submit"] {
    width: 100%;
    border: none;
    border-radius: 3rem;
    box-sizing: border-box;
    font-size: 1.25rem;
    margin: 0;
}

body.adaptive #prefooter .sign-up-form input[type="text"],
body.adaptive #prefooter .sign-up-form input[type="email"] {
    padding: 1.75rem 2rem;
}

body.adaptive #prefooter .sign-up-form input[type="text"]:focus,
body.adaptive #prefooter .sign-up-form input[type="email"]:focus {
    border: none;
    box-shadow: none;
    transition: none;
}

body.adaptive #prefooter .sign-up-form input[type="submit"] {
    text-transform: uppercase;
    font-weight: 700;
}

body.adaptive #prefooter-content {
    background-color: initial;
    border-radius: initial;
    padding: initial;
}

body.adaptive #prefooter-content h2 {
    color: #fff;
}

/* ============================================================
       Footer
       ============================================================ */

body.adaptive footer > section {
    width: calc(100% - 6rem);
    max-width: 2000px;
    margin: 0 auto;
    margin-bottom: 2rem;
    background-color: var(--color-surface);
    padding: 4rem;
    border-radius: 3rem;
    color: var(--color-navy);
}

@media (max-width: 991.98px) {
    body.adaptive footer > section {
        width: 90vw;
        margin-bottom: 5vw;
        padding: 2rem;
        border-radius: 1.5rem;
    }

    body.adaptive footer > section > .row > [class*="col-"]:not(:last-child),
    body.adaptive footer > section > .row > .col:not(:last-child) {
        margin-bottom: 2rem;
    }
}

body.adaptive footer > section h3 {
    font-family: var(--font-heading);
    color: var(--color-navy);
    font-size: 1.25rem;
    margin-bottom: 1.5rem;
}

body.adaptive footer > section [class*="col-"] p,
body.adaptive footer > section .col p {
    font-weight: 600;
    margin-bottom: 0.25rem;
}

body.adaptive footer > section hr.divider {
    border-top: 3px solid var(--color-navy);
    border-bottom: none;
    margin: 2rem 0;
}

body.adaptive footer > section .btn.btn-secondary {
    padding: 0.4375rem 1.25rem !important;
}

body.adaptive footer > section .row.social [class*="col-"],
body.adaptive footer > section .row.social .col {
    text-align: center;
}

body.adaptive footer > section .row.social [class*="col-"] a,
body.adaptive footer > section .row.social .col a {
    font-size: 2rem;
    padding: 0 1rem;
    color: var(--color-navy);
}

body.adaptive footer > section .row.social [class*="col-"] img,
body.adaptive footer > section .row.social .col img {
    display: block;
    max-width: 180px;
    margin: 0 auto 1rem auto;
}

/* ============================================================
       Mobile (max-width: 575.98px)
       ============================================================ */

@media (max-width: 575.98px) {
    /* Header — logo stacked above search button, both centered */
    body.adaptive header {
        padding: 1rem;
    }

    body.adaptive header nav#header_elem-list {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 0.75rem;
    }
    /* Hamburger — floats fixed at bottom-left on small screens */
    body.adaptive header #top-menu-nav-btn {
        position: fixed;
        bottom: 1.5rem;
        left: 1.5rem;
        z-index: 10001;
    }

    body.adaptive header #top-menu-nav-btn button#button_main-menu {
        background-color: #007db8;
        border: 2px solid #fff;
        border-radius: 0.5rem;
        box-shadow: 0 3px 10px rgba(0, 0, 0, 0.35);
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: none;
        transform: none;
    }

    body.adaptive header #top-menu-nav-btn button#button_main-menu:hover,
    body.adaptive header #top-menu-nav-btn button#button_main-menu:focus,
    body.adaptive header #top-menu-nav-btn button#button_main-menu:active {
        background-color: #007db8;
        border: 2px solid #fff;
        border-radius: 0.5rem;
        box-shadow: 0 3px 10px rgba(0, 0, 0, 0.35);
        transform: none;
        outline: none;
        opacity: 1;
    }

    body.adaptive header #top-menu-nav-btn button#button_main-menu .button-container#toggle {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 4.25rem;
        height: 4.25rem;
        padding: 0.85rem;
        gap: 0;
        transition: none;
    }

    body.adaptive header #top-menu-nav-btn button#button_main-menu .button-container#toggle span {
        background: #fff;
        width: 1.5rem;
        height: 0.175rem;
        display: block;
        margin-bottom: 0.3rem;
        margin-left: 0;
        border-radius: 2px;
        transition: none;
    }

    body.adaptive
        header
        #top-menu-nav-btn
        button#button_main-menu
        .button-container#toggle
        span:last-of-type {
        margin-bottom: 0;
    }

    body.adaptive
        header
        #top-menu-nav-btn
        button#button_main-menu
        .button-container#toggle
        .icon-text {
        color: #fff;
        font-size: 0.7rem;
        font-weight: 700;
        margin-top: 0.35rem;
        margin-left: 0;
        letter-spacing: 0.08em;
        transition: none;
    }
    body.adaptive
        header
        #top-menu-nav-btn
        button#button_main-menu:hover
        .button-container#toggle
        span,
    body.adaptive
        header
        #top-menu-nav-btn
        button#button_main-menu:focus
        .button-container#toggle
        span {
        background: #fff;
        margin-left: 0;
    }

    body.adaptive
        header
        #top-menu-nav-btn
        button#button_main-menu:hover
        .button-container#toggle
        .icon-text,
    body.adaptive
        header
        #top-menu-nav-btn
        button#button_main-menu:focus
        .button-container#toggle
        .icon-text {
        color: #fff;
        margin-left: 0;
    }
    /* Home */
    body.adaptive article > section.container_rotating-banner * {
        max-width: unset !important;
    }

    body.adaptive article > section.container_rotating-banner .slide-info-wrap img {
        max-width: 200px !important;
    }

    body.adaptive .container_rotating-banner.adaptive .slide-info-wrap h2 {
        font-size: 2rem;
        line-height: 2rem;
    }

    body.adaptive .hover-cards {
        width: 100%;
        padding: 0 0.5rem;
    }
    body.adaptive .hover-cards .card-container .card-hover-content h3 {
        font-size: 1.1rem;
        line-height: 1.3rem;
    }

    body.adaptive .hover-cards .card-container .card-hover-content p {
        font-size: 0.9rem;
        line-height: 1rem;
    }

    body.adaptive .hover-cards .card-container .card-hover-content .btn {
        padding: 0.75rem 2rem;
    }
    /* Footer */
    body.adaptive footer {
        font-size: 0.9rem;
        text-align: center;
    }

    body.adaptive footer > section {
        padding: 1.5rem !important;
    }

    body.adaptive footer > section h3 {
        margin-bottom: 0.5rem;
    }

    body.adaptive .copyright {
        font-size: 0.75rem;
    }
    /* Your Community */
    body.adaptive .overlay {
        top: 5rem !important;
        height: calc(100vh - 5rem) !important;
    }

    body.adaptive .county-map-wrap {
        width: 100%;
        padding: 0.5rem;
        border-radius: 1rem;
    }

    body.adaptive .county-map-wrap > .row {
        padding: 0.5rem;
    }

    body.adaptive .hfi-county-details-wrap {
        padding: 0;
    }

    body.adaptive .tabs-container {
        border-radius: 0.75rem;
        padding: 1rem;
    }

    body.adaptive main article section .accordion {
        padding: 0.5rem;
    }
    /* County Health Scorecard */
    body.adaptive section#content_container_751711 {
        width: 100%;
        margin-left: 0.5rem;
    }

    /* Quick Facts */
    body.adaptive .multi-column-container {
        width: 100%;
        padding: 0 1.5rem;
    }

    body.adaptive .multi-column-container.gray-background {
        padding: 1.5rem;
    }

    body.adaptive .multi-column-container.gray-background > section > .row {
        padding: 0.5rem;
    }
    body.adaptive .multi-column-container.gray-background > section > .row img {
        border-radius: 2rem !important;
    }
    /* Core Services Snapshot */
    body.adaptive .core-services-snapshot {
        width: 100%;
        padding: 1rem;
    }

    body.adaptive .core-services-snapshot .services-content-panes {
        padding: 1rem;
    }
}
.nav-tabs .nav-item {
  flex: 1;
}

.nav-tabs .nav-link {
  width: 100%;
}
/* ============================================================
   Keyframes
   ============================================================ */

@keyframes rotate-vert-center {
    0% {
        transform: rotateY(0);
    }
    100% {
        transform: rotateY(360deg);
    }
}

/* ============================================================
   Skip Links
   ============================================================ */

.skip-link {
    position: absolute;
    top: -100%;
    left: 1rem;
    z-index: 99999;
    background-color: #fff;
    color: var(--color-navy);
    padding: 0.75rem 1.5rem;
    font-weight: 700;
    text-decoration: none;
    border-radius: 3rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.skip-link::after {
    content: "↵ ENTER";
    background-color: #007db8;
    color: #fff;
    font-size: 0.75rem;
    padding: 0.25rem 0.6rem;
    border-radius: 3rem;
    margin-left: 0.75rem;
    vertical-align: middle;
}

.skip-link:focus {
    top: 1rem;
    color: var(--color-navy);
    text-decoration: none;
    outline: 3px solid #007db8;
    outline-offset: 3px;
}

/* ============================================================
   Footer — Theme Overrides
   ============================================================ */

#footer_global {
    background-color: transparent;
}

#footer_global a {
    color: var(--color-navy) !important;
}
