

/* Agency Custom CSS */

@import "/global/css/components/county-map-svg.css";


/* Hiding county tabs temporarily
body.health-first .county-details-container .county-content-panes .county-details .tabs li:nth-child(1),
body.health-first .county-details-container .county-content-panes .county-details .tabs-content .tabs-panel:nth-child(1) {
    display: none;
}*/

/* Global */

// Jump link scroll offsets
:target {
    scroll-margin-top: 8rem!important; 
}

body.health-first {
    font-family: "Manrope","Helvetica",Arial,sans-serif;
    color: #303E58;
}

body.health-first main {
    margin-top: 1px;
}

body.marketing article > section {
    padding: 0;
    width: calc(100% - 6rem);
    max-width: 2000px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2rem
}

body.marketing.health-first article>section>* {
    max-width: none!important;
} 

@media print, screen and (max-width: 63.99875em) {
    body.marketing article > section {
        width: 90vw;
    }
}

body.health-first main a,
body.health-first .overlay a,
body.health-first footer a {
    color: #303E58;
}

body.health-first main a:hover,
body.health-first footer a:hover {
    color: #303E58;
    text-decoration: underline;
}

body.health-first .overlay a:hover {
    color: #303E58;
}

body.health-first.marketing {
    background-color: #fff;
}

body.marketing.health-first h1,
body.marketing.health-first h2,
body.marketing.health-first h3,
body.marketing.health-first main section .row h1,
body.marketing.health-first main section .row h2,
body.marketing.health-first main section .row h3 {
    font-family: "Comfortaa","Open Sans","Helvetica",Arial,sans-serif;
    color: #303E58;
    font-weight: 800;
    line-height: 1.4;
}

body.marketing.health-first h4,
body.marketing.health-first h5,
body.marketing.health-first h6,
body.marketing.health-first main section .row h4,
body.marketing.health-first main section .row h5,
body.marketing.health-first main section .row h6 {
    color: #303E58;
    font-weight: 800;
    line-height: 1.4;
}

body.marketing.health-first h4,
body.marketing.health-first main section .row h4 {
    font-size: 1.25rem;
}

@media print, screen and (min-width: 40em) {
    body.health-first main .h2, body.health-first main h2 {
        font-size: 2rem;
    }
    body.health-first main .h3, body.health-first main h3 {
        font-size: 1.5rem;
    }
}

body.health-first .row,
body.health-first.adaptive hr,
body.health-first.marketing hr {
    max-width: none;
}

body.health-first .columns-intro-content > section {
    margin-bottom: 0;
}


/* Menu */

body.health-first .overlay {
    top: 7rem!important;
    height: calc(100vh - 7rem)!important;
}    


/* Header */

body.health-first header .sticky {
    box-shadow: none;
}

body.health-first header.elem_stuck .sticky {
    top: 0!important;
}

body.health-first header #header_top {
    background-color: #fff;
    /*max-width: 95vw;*/
    padding: 1.75rem 2rem;
}

body.health-first header #header_top #header_elem-list li {
    text-align: center;
}

body.health-first header #header_top #header_elem-list li a {
    color: #303E58;
    font-weight: 700;
}

body.health-first header #header_top #header_elem-list li a:hover {
    color: #303E58;
    text-decoration: none;
}

body.health-first header #header_top #header_elem-list li button.search-button {
    font-weight: 600;
    background-color: #007DB8;
    color: #fff;
    padding: 1rem 2.5rem;
    border-radius: 3rem;
    cursor: pointer;
}

@media print, screen and (min-width: 40em) {
    body.health-first header #top-menu-nav-btn {
        top: 2.25rem;
        left: 2rem;
    }
    body header.elem_stuck #top-menu-nav-btn {
        top: 2rem;
        left: 2.25rem;
    }
}

body.health-first header #top-menu-nav-btn button .button-container#toggle span {
    background: #303E58;
}

@media print, screen and (max-width: 39.99875em) {
    body.health-first header #top-menu-nav-btn button .button-container#toggle span {
        background: #fff;
    }
}


/* Search Modal */

body.health-first #searchModal {
    background-color: #EBEDF0;
    border: none;
    padding: 1.25rem 0.5rem;
    border-radius: 2rem;
    overflow: visible;
}

body.health-first #searchModal #header_elem-list {
    align-items: center;
    background: none;
    list-style: none;
    margin: 0;
    position: relative;
}

body.health-first #searchModal #header_search-list {
    background-color: #fff;
    border: 1px solid #9E9E9E;
    border-radius: 1rem;
    display: flex;
    flex: 1;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0.25rem;
    position: relative;
}

body.health-first #searchModal #header_search ul#header_search-list>li {
    flex: none;
}

body.health-first #searchModal #header_search ul#header_search-list>li:nth-child(2) {
    flex: 1;
}

body.health-first #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.health-first #searchModal #header_search-list>li input {
    background: none;
    z-index: 101;
}

body.health-first #searchModal ul#header_search-list>li button,
body.health-first #searchModal ul#header_search-list>li input {
    border: none;
    box-shadow: none;
    margin: 0;
}

body.health-first #searchModal .twitter-typeahead {
    width: 100%;
}

body.health-first #searchModal .tt-menu {
    background-color: white;
    border: 1px solid #b1cdf2;
    border-radius: 10px;
    box-shadow: 0px 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.health-first #searchModal .tt-menu.tt-open .tt-dataset .tt-suggestion {
    line-height: 1.2rem;
    padding: 0.6rem;
    position: relative;
}


/* Internal Banner */

body.health-first #subpage-banner-container {
    width: calc(100% - 6rem);
    max-width: 2000px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2rem;
    border-radius: 3rem;
}

body.health-first main #subpage-banner-container #subpage-banner-overlay {
    border-radius: 3rem;
    padding: 2rem 3rem;
}

body.health-first #subpage-banner-width {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

body 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;
}

body.health-first main #subpage-banner-container #subpage-banner-overlay #subpage-banner-width ul#subpage-breadcrumbs {
    flex: 1 1 51%;
    text-align: right;
    border-top: none;
    padding: 0;
}

body.health-first main #subpage-banner-container #subpage-banner-overlay #subpage-banner-width ul:before {
    content: none;
}

@media print, screen and (max-width: 39.99875em) {
    body.health-first #subpage-banner-container {
        border-radius: 1.5rem;
    }
    body.health-first main #subpage-banner-container #subpage-banner-overlay {
        border-radius: 1.5rem;
        padding: 2rem 1rem;
    }
    body.health-first #subpage-banner-width {
        flex-direction: column;
        align-items: center;
    }
}

@media print, screen and (max-width: 63.99875em) {
    body.health-first #subpage-banner-container {
        width: 90vw;
    }
    body.health-first #subpage-banner-container,
    body.health-first main #subpage-banner-container #subpage-banner-overlay {
        border-radius: 1.5rem;
    }
    body main #subpage-banner-container #subpage-banner-overlay #subpage-banner-width h1,
    body.health-first main #subpage-banner-container #subpage-banner-overlay #subpage-banner-width ul#subpage-breadcrumbs {
        width: initial;
        text-align: center;
    }
    body main #subpage-banner-container #subpage-banner-overlay #subpage-banner-width h1 {
        font-size: 2rem;
    }
}


/* Rotating Banner */

body.health-first .container_rotating-banner.adaptive {
    width: calc(100% - 6rem);
    max-width: 2000px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 3rem;
    margin-bottom: 2rem;
}

body.health-first#home .container_rotating-banner.adaptive .glide__controls {
    display: none;
}

@media print, screen and (max-width: 63.99875em) {
    body.health-first .container_rotating-banner.adaptive {
        width: 90vw!important;
    }
}

body.health-first .container_rotating-banner.adaptive .slide-info-wrap {
    background: linear-gradient(0deg,rgba(255,255,255,0%) 10%,rgb(255,255,255, 50%) 100%);
    padding: 10rem 6rem;
}

@media print, screen and (max-width: 39.99875em) {
    body.health-first .container_rotating-banner.adaptive .slide-info-wrap {
        padding: 2rem 3rem;
    }
}

body.health-first .container_rotating-banner.adaptive .slide-info-wrap h2 {
    font-family: "Quicksand","Open Sans","Helvetica",Arial,sans-serif;
    font-size: 3rem;
}

body.health-first .container_rotating-banner.adaptive .slide-info-wrap h2.name {
    color: #303E58!important;
    text-shadow: none;
}

body.health-first#home .glide__slides .glide__slide .slide-info-wrap > p img {
    filter: drop-shadow(2px 2px 2px rgb(255 255 255 / 0.6));
}

body.health-first#home .glide__slides .glide__slide .slide-info-wrap .button {
    font-size: 1.5rem;
    font-weight: 200;
}

@media print, screen and (min-width: 40em) { 
    body.health-first .container_rotating-banner.adaptive .slide-info-wrap h2.name {
        margin-bottom: 10rem;
    }
    body.health-first#home .glide__slides .glide__slide .slide-info-wrap > p {
        margin-bottom: 10rem;
    }
    body.health-first#home .glide__slides .glide__slide .slide-info-wrap {
        padding: 3rem 6rem;
    }
}


/* Gray background multi-column container */

body.health-first .multi-column-container {
    width: calc(100% - 6rem);
    max-width: 2000px;
    margin-left: auto;
    margin-right: auto;
}

body.health-first .multi-column-container.gray-background {
    background-color: #EBEDF0;
    padding: 2rem 3rem 0.5rem 3rem;
    border-radius: 3rem;
    margin-bottom: 2rem;
}

body.health-first .multi-column-container.gray-background .columns-intro-content > section {
    display: flex;
    justify-content: space-between;
}

body.health-first .multi-column-container.gray-background > section > .row {
    background-color: #fff;
    border: 1px solid #9E9E9E;
    border-radius: 2rem;
    padding: 2rem 1rem;
}

body.health-first .multi-column-container.gray-background > section > .row img {
    border-radius: 2rem;
}


@media print, screen and (max-width: 39.99875em) {
    body.health-first .multi-column-container.gray-background .columns-intro-content > section {
        flex-direction: column;
        align-items: center;
    }
}

@media print, screen and (max-width: 63.99875em) {
    body.health-first .multi-column-container.gray-background {
        width: 90vw;
        margin-bottom: 5vw;
        padding: 2rem 2rem 0.25rem 2rem;
        border-radius: 1.5rem;
    }
    body.health-first .multi-column-container.gray-background > section > .row {
        border-radius: 0.75rem;
    }
}


/* Card */

body.health-first .card {
    background-color: #EBEDF0;
    border: none;
    padding: 1.5rem 1.5rem 0.5rem 1.5rem;
    margin: 1.5rem 0;
    display: flex;
    line-height: 1.4;
}

body.health-first .card.justify {
    justify-content: center;
}

body.health-first .card *:last-child {
    margin-bottom: 1rem;
}

body.health-first .card.blue,
body.health-first .card.blue h3,
body.health-first .card.blue a,
body.health-first .card.blue a:hover {
    background-color: #0085C3;
    color: white;
}


body.marketing.health-first .card.blue a,
body.marketing.health-first .card.blue h3 {
    color: #fff;
    font-weight: 700;
    text-decoration: none;
}

body.marketing.health-first .card.blue a:hover {
    text-decoration: underline;
}

body.health-first .card img {
    max-height: 100px;
}

body.health-first img.rounded {
    border-radius: 3rem!important;
}


body.health-first a.button.secondary {
    background-color: #A3D95E;
    color: #303E58;
}

body.health-first a.button.secondary:hover {
    border: 1px solid #A3D95E;
    color: #303E58;
}


body.health-first .callout {
    border: none;
    color: #333;
}

body.health-first tbody tr:nth-child(2n) {
    background-color: unset;
}


/* Hover Card */

body.health-first .hover-cards {
    width: calc(100% - 4rem);
    max-width: calc(2000px + 2rem);
}

body.health-first .hover-cards .card-container {
    background-color: #EBEDF0;
    border: none;
    line-height: 1.4;
}

body.health-first .hover-cards .card-container .card-base-content .card-icon img {
    min-height: 80px;
    max-height: 100px;
}

body.health-first .hover-cards .card-container .card-hover-content h3 {
    color: #fff;
    line-height: 1.3;
}


/* Tabs/Accordion */


body.health-first .tabs-container {

    background-color: #EBEDF0;

    border-radius: 3rem;
}

body.health-first article > div:not(.county-details-container) .tabs-container {
    width: calc(100% - 6rem);
    max-width: 2000px;
    margin-left: auto;
    margin-right: auto;
    padding: 3rem;
    margin-bottom: 2rem;
}

body.health-first article > div.county-details-container section {
    padding: 0;
}

body.health-first article > div.county-details-container section.tabs-container {
    padding: 1rem;
}

body.health-first main article section.tabs-container .tabs {
    /*background-color: #EBEDF0;*/
    background-color: #fff;
}


body.health-first main article section.tabs-container .tabs .tabs-title {
    margin-right: 0.75rem;
}

body.health-first main article section.tabs-container .tabs .tabs-title:last-of-type {
    margin-right: 0;
}

body.health-first main article section.tabs-container .tabs .tabs-title>a {
    color: #303E58;
    background-color: #fff;
    font-size: 1.25rem;
    font-family: "Comfortaa","Open Sans","Helvetica",Arial,sans-serif;
    border-top-left-radius: 2rem;
    border-top-right-radius: 2rem;
    border: 1px solid #9E9E9E;
    padding: 1.5rem 1rem 1rem 1rem;
}

body.health-first main article section.tabs-container .tabs .tabs-title>a:hover {
    background-color: #fff!important;
}


body.health-first main article section.tabs-container .tabs .tabs-title>a[aria-selected=true] {
    border-bottom: 0;
}

body.health-first main article section.tabs-container .tabs-content {
    border-bottom-left-radius: 2rem;
    border-bottom-right-radius: 2rem;
    border: 1px solid #9E9E9E;
    border-bottom: 1px solid #9E9E9E;
}

/*KPO Service Toggles*/

body.health-first section .service,
body.health-first .tabs-container .service,
body.health-first .core-services-snapshot .service {
    display: flex;
    align-items: center;
    border: 1px solid #9E9E9E;
    border-radius: 0.5rem;
    font-weight: 700;
    padding: 1rem;
    margin-bottom: 1rem;
    
}

body.health-first .core-services-snapshot .service,
body.health-first .service.toggle {
    cursor: pointer;
}

body.health-first section .service img,
body.health-first .tabs-container .service img,
body.health-first .core-services-snapshot .service img {
    height: 60px;
    width: auto;
    margin-right: 1rem;
}

body.health-first section .service p,
body.health-first .tabs-container .service p,
body.health-first .core-services-snapshot .service p {
    color: #303E58;
    line-height: 1.4;
    margin-bottom: 0;
}

body.health-first section .service.toggle p {
    width: 100%;
}

body.health-first section .service.toggle:after {
    font-family: 'Font Awesome 6 Pro';
    content: "\2b";
    font-size: 1.25rem;
    margin-left: 0.25rem;
}

body.health-first section .service.toggle.active:after {
    content: "\f068";
}



/*County Map KPO Toggles*/

	body.health-first section .kpi-border,
	body.health-first .tabs-container .kpi-border,
	body.health-first .core-services-snapshot .kpi-border {
		border: 1px solid #9E9E9E;
		border-radius: 0.5rem;
		margin-bottom: 1rem;
	}

	body.health-first section .kpi-border .service,
	body.health-first .tabs-container .kpi-border .service,
	body.health-first .core-services-snapshot .kpi-border .service {
		border: none;
		margin-bottom: 0;
	}

	body.health-first section .kpi-border .service img,
	body.health-first .tabs-container .kpi-border .service img,
	body.health-first .core-services-snapshot .kpi-border .service img {
		height: 40px;
		width: auto;
		margin-right: 1rem;
	}

	/* Use 'kpi-hidden' so content is still visible in Edit+ */
	body.health-first .kpi-border .service.toggle ~ .kpi-hidden {
		display: none;
	}

	body.health-first section .kpi-border .kpi-hidden,
	body.health-first .tabs-container .kpi-border .kpi-hidden,
	body.health-first .core-services-snapshot .kpi-border .kpi-hidden {
		padding-top: 0;
		padding-left: calc(40px + 1rem);
		padding-bottom: 1rem;
		padding-right: 1rem;
	}

	body.health-first section .kpi-border .kpi-hidden .increase,
	body.health-first .tabs-container .kpi-border .kpi-hidden .increase,
	body.health-first .core-services-snapshot .kpi-border .kpi-hidden .increase,
	body.health-first section .kpi-border .kpi-hidden .decrease,
	body.health-first .tabs-container .kpi-border .kpi-hidden .decrease,
	body.health-first .core-services-snapshot .kpi-border .kpi-hidden .decrease {
		position: relative;
		padding-left: 30px;
	}

	body.health-first section .kpi-border .kpi-hidden .increase::before,
	body.health-first .tabs-container .kpi-border .kpi-hidden .increase::before,
	body.health-first .core-services-snapshot .kpi-border .kpi-hidden .increase::before {
		content: '';
		position: absolute;
		border-right: 2px solid;
		border-bottom: 2px solid;
		width: 8px;
		height: 8px;
		top: 52%;
		left: 10px;
		transform: translateY(-50%) rotate(-135deg);
	}

	body.health-first section .kpi-border .kpi-hidden .decrease::before,
	body.health-first .tabs-container .kpi-border .kpi-hidden .decrease::before,
	body.health-first .core-services-snapshot .kpi-border .kpi-hidden .decrease::before {
		content: '';
		position: absolute;
		border-right: 2px solid #333;
		border-bottom: 2px solid #333;
		width: 8px;
		height: 8px;
		top: 42%;
		left: 10px;
		transform: translateY(-50%) rotate(45deg);
	}

	body.health-first section .kpi-border .kpi-hidden .increase.success::before,
	body.health-first .tabs-container .kpi-border .kpi-hidden .increase.success::before,
	body.health-first .core-services-snapshot .kpi-border .kpi-hidden .increase.success::before,
	body.health-first section .kpi-border .kpi-hidden .decrease.success::before,
	body.health-first .tabs-container .kpi-border .kpi-hidden .decrease.success::before,
	body.health-first .core-services-snapshot .kpi-border .kpi-hidden .decrease.success::before {
		border-right-color: green;
		border-bottom-color: green;
	}

	body.health-first section .kpi-border .kpi-hidden .increase.error::before,
	body.health-first .tabs-container .kpi-border .kpi-hidden .increase.error::before,
	body.health-first .core-services-snapshot .kpi-border .kpi-hidden .increase.error::before,
	body.health-first section .kpi-border .kpi-hidden .decrease.error::before,
	body.health-first .tabs-container .kpi-border .kpi-hidden .decrease.error::before,
	body.health-first .core-services-snapshot .kpi-border .kpi-hidden .decrease.error::before {
		border-right-color: red;
		border-bottom-color: red;
	}

/*County KPI Tab*/

body.health-first section .county-kpi,
body.health-first .tabs-container .county-kpi,
body.health-first .core-services-snapshot .county-kpi {
    display: block;
    align-items: center;
    border: 1px solid #9E9E9E;
    border-radius: 0.5rem;
    font-weight: 700;
    padding: 1rem;
    margin-bottom: 1rem;
    
}

body.health-first .core-services-snapshot .county-kpi,
body.health-first .county-kpi.toggle {
    cursor: pointer;
}

body.health-first section .county-kpi img,
body.health-first .tabs-container .county-kpi img,
body.health-first .core-services-snapshot .county-kpi img {
    display: block;
    width: 85%;
    margin: 0 auto .5rem auto;
    width: 85%;
}

body.health-first section .county-kpi p,
body.health-first .tabs-container .county-kpi p,
body.health-first .core-services-snapshot .county-kpi p {
    color: #303E58;
    line-height: 1.4;
    margin-bottom: 0;
}

body.health-first section .county-kpi.toggle p {
    width: 100%;
}

body.health-first section .county-kpi.toggle:after {
    font-family: 'Font Awesome 6 Pro';
    content: "\2b";
    font-size: 1.25rem;
    margin-left: 0.25rem;
}

body.health-first section .county-kpi.toggle.active:after {
    content: "\f068";
}

@media print, screen and (max-width: 39.99875em) {
    body.health-first .tabs-container {
        padding: 2rem;
    }
}

@media print, screen and (max-width: 63.99875em) {
    body.health-first .tabs-container {
        max-width: 90vw;
        margin-bottom: 5vw;
        padding: 2rem;
        border-radius: 1.5rem;
    }
    body.health-first main article section.tabs-container .tabs .tabs-title>a {
        border-top-left-radius: 0.75rem;
        border-top-right-radius: 0.75rem;
    }
    body.health-first main article section.tabs-container .tabs-content {
        border-bottom-left-radius: 0.75rem;
        border-bottom-right-radius: 0.75rem;
    }
}

body.health-first .accordion-container {
    width: calc(100% - 6rem);
    max-width: 2000px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2rem;
}

body.health-first main article section .accordion {
    border-top: none;
    border-bottom: none;
    border-left: none;
    border-right: none;
}

body.health-first main article section .accordion .accordion-item {
    margin-bottom: 0.5rem;
    overflow: auto;
}

body.health-first main article section .accordion .accordion-item .accordion-title {
    font-weight: 700;
    background-color: #0085C3!important;
    color: #fff;
    border-radius: 1rem;
}

body.health-first main article section .accordion .accordion-item.is-active {
    border: solid 1px #9E9E9E;
    border-radius: 1rem;
}

body.health-first main article section .accordion .accordion-item.is-active .accordion-title {
    background-color: #fff!important;
    border-bottom: solid 1px #9E9E9E;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    color: #303E58;
}

body.health-first main article section .accordion .accordion-content {
    background-color: #fff;
}

@media print, screen and (max-width: 63.99875em) {
    body.health-first .accordion-container {
        max-width: 90vw;
        margin-bottom: 5vw;
    }
}


/* County Map */

body.health-first .county-map-wrap {
    width: calc(100% - 6rem);
    max-width: 2000px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2rem;
    background-color: #EBEDF0;
    padding: 3rem;
    border-radius: 3rem;
}

body.health-first .county-details-container {
    padding: 1rem 2rem 0 2rem;
}

body.health-first main article .county-details-container section.tabs-container .tabs {
    background-color: #fff;
}

body.health-first .county-map-wrap h2 {
    color: #303E58
}

body.health-first .county-map-wrap > .row {
    background-color: #fff;
    border: 1px solid #9E9E9E;
    border-radius: 2rem;
    padding: 2rem 1rem;
}

body.health-first .service-details .multi-column-container {
    width: initial;
}

body.health-first  table,
body.health-first #app--county-map-svg .column-content table,
body.health-first .service-details table {
    display: table;
    font-size: 1rem;
    border-collapse: separate;
    border-spacing: 0;
    color: #333;
    border: 1px solid #9E9E9E;
    border-radius: 0.5rem;
    overflow: hidden;
}

body.health-first .service-details table {
    width: initial;
}

body.health-first  table tr th,
body.health-first main table tr th,
body.health-first #app--county-map-svg .column-content table thead tr {
    background-color: none;
    color: #333;
}

body.health-first table td:not(:last-child),
body.health-first #app--county-map-svg .column-content .county-card table th:not(:last-child),
body.health-first #app--county-map-svg .column-content .county-card table td:not(:last-child),
body.health-first .service-details table td:not(:last-child) {
    border-right: 1px solid #9E9E9E;
}

body.health-first table tr td,
body.health-first #app--county-map-svg .column-content .county-card table tr td,
body.health-first .service-details table tr td {
    width: unset;
}

body.health-first #app--county-map-svg .column-content .county-card table tr td:first:child,
body.health-first .service-details table tr td:first:child {
    width: 25%;
}

body.health-first #app--county-map-svg .column-content .county-card table>thead>tr:not(:last-child)>th,
body.health-first #app--county-map-svg .column-content .county-card table>thead>tr:not(:last-child)>td,
body.health-first #app--county-map-svg .column-content .county-card table>tbody>tr:not(:last-child)>th,
body.health-first #app--county-map-svg .column-content .county-card table>tbody>tr:not(:last-child)>td,
body.health-first #app--county-map-svg .column-content .county-card table>tfoot>tr:not(:last-child)>th,
body.health-first #app--county-map-svg .column-content .county-card table>tfoot>tr:not(:last-child)>td,
body.health-first #app--county-map-svg .column-content .county-card table>tr:not(:last-child)>td,
body.health-first #app--county-map-svg .column-content .county-card table>tr:not(:last-child)>th,
body.health-first #app--county-map-svg .column-content .county-card table>thead:not(:last-child),
body.health-first #app--county-map-svg .column-content .county-card table>tbody:not(:last-child),
body.health-first #app--county-map-svg .column-content .county-card table>tfoot:not(:last-child),
body.health-first table>thead>tr:not(:last-child)>th,
body.health-first table>thead>tr:not(:last-child)>td,
body.health-first table>tbody>tr:not(:last-child)>th,
body.health-first table>tbody>tr:not(:last-child)>td,
body.health-first table>tfoot>tr:not(:last-child)>th,
body.health-first table>tfoot>tr:not(:last-child)>td,
body.health-first table>tr:not(:last-child)>td,
body.health-first table>tr:not(:last-child)>th,
body.health-first table>thead:not(:last-child),
body.health-first table>tbody:not(:last-child),
body.health-first table>tfoot:not(:last-child) {
    border-bottom: 1px solid #9E9E9E;
}

body.health-first #app--county-map-svg .column-svg .svg-container .svg-object svg path.active,
body.health-first #app--county-map-svg .column-svg .svg-container .svg-object svg path[data-value=true]{
    fill: #329CCE;
}

body.health-first #app--county-map-svg .column-svg .svg-container .svg-object svg path:hover {
    fill: #0076ad;
}

body.health-first #app--county-map-svg .column-content .county-card tbody td:not(:first-child):not(:last-child):after {
    content: "";
}

body.health-first table tr td.budget,
body.health-first #app--county-map-svg .column-content .county-card table tr td.budget {
    display: flex;
    justify-content: space-between;
}


@media print, screen and (max-width: 63.99875em) {
    body.health-first .county-map-wrap,
    body.health-first .county-details-container {
        max-width: 90vw;
        margin-bottom: 5vw;
        padding: 2rem;
        border-radius: 1.5rem;
    }
    body.health-first .county-map-wrap > .row {
        border-radius: 0.75rem;
    }
}


/* Core Services Snapshot */

body.health-first .core-services-snapshot {
    width: calc(100% - 6rem);
    max-width: 2000px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2rem;
    background-color: #EBEDF0;
    padding: 3rem;
    border-radius: 3rem;
}

body.health-first .core-services-snapshot form {
    margin-bottom: 1rem;
}

body.health-first .core-services-snapshot form p {
    margin-bottom: 0;
}

body.health-first .core-services-snapshot label {
    font-family: "Comfortaa","Open Sans","Helvetica",Arial,sans-serif;
    color: #303E58;
    font-size: 1.5rem;
}

body.health-first .core-services-snapshot form select {
    margin: 0;
    border: 1px solid #9E9E9E;
    font-weight: 600;
    color: #303E58;
    padding: 0.75rem 2rem 0.75rem 1rem;
    height: unset;
}

body.health-first .core-services-snapshot .services-content-panes,
body.health-first .county-details-container .county-details-panes {
    background-color: #fff;
    border: 1px solid #9E9E9E;
    border-radius: 2rem;
    padding: 2rem;
}

body.health-first .core-services-snapshot .service-details section {
    padding: 0;
}

body.health-first .core-services-snapshot .service-details section .title {
    display: flex;
}

body.health-first .core-services-snapshot .service-details section .title img {
    max-height: 2.5rem;
    margin-right:1rem;
}

body.health-first .core-services-snapshot .service-details section .title h2 {
    margin: 0;
}

body.health-first .service.toggle ~ .hidden,
body.health-first .core-services-snapshot .hidden,
body.health-first .county-details-container.hidden,
body.health-first .county-details-container .county-details.hidden {
    display:none;
}

body.health-first .core-services-snapshot .service-details .complete,
body.health-first .core-services-snapshot .service-details .incomplete,
body.health-first .core-services-snapshot .service-details .data-yes,
body.health-first .core-services-snapshot .service-details .data-no,
body.health-first .core-services-snapshot .service-details .data-planning,
body.health-first .core-services-snapshot .service-details .data-null,
body.health-first .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.health-first .core-services-snapshot .service-details .complete,
body.health-first .core-services-snapshot .service-details .data-yes {
    color: #fff;
    background-color: #77C80F;
}

body.health-first .core-services-snapshot .service-details .incomplete,
body.health-first .core-services-snapshot .service-details .data-no,
body.health-first .core-services-snapshot .service-details .data-percent {
    color: #fff;
    background-color: #0085C3;
}

body.health-first .core-services-snapshot .service-details .data-null {
    color: #303E58;
    background-color: #dddddd;
}

body.health-first .core-services-snapshot .service-details .data-planning {
    color: #fff;
    background-color: #999;
}

body.marketing.health-first .core-services-snapshot .service-details .complete h3,
body.marketing.health-first .core-services-snapshot .service-details .incomplete h3,
body.health-first .core-services-snapshot .service-details .data-yes h3,
body.health-first .core-services-snapshot .service-details .data-no h3,
body.health-first .core-services-snapshot .service-details .data-planning h3 {
    color: #fff;
    font-size: 3rem;
    font-family: "Manrope","Helvetica",Arial,sans-serif;
    font-weight: 700;
}

body.health-first .core-services-snapshot .service-details .data-null h3 {
    color: #303E58;
    font-size: 3rem;
    font-family: "Manrope","Helvetica",Arial,sans-serif;
    font-weight: 700;
}

body.health-first .core-services-snapshot .service-details .data-percent p {
    line-height: 1.4;
    margin-bottom: 0;
}

body.health-first .core-services-snapshot .service-details .accordion-container {
    width: initial;
    max-width: initial;
    /*margin-bottom: initial;*/
}

@media print, screen and (max-width: 63.99875em) {
    body.health-first .core-services-snapshot form p {
        margin: 1rem 0;
    }
    body.health-first .core-services-snapshot {
        max-width: 90vw;
        margin-bottom: 5vw;
        padding: 2rem;
        border-radius: 1.5rem;
    }
    body.health-first .core-services-snapshot .services-content-panes {
        border-radius: 0.75rem;
    }
    body.health-first .core-services-snapshot .service-details .accordion-container {
        width: initial;
        max-width: initial;
        margin-bottom: initial;
    }
}

/* Pre-Footer */

body.health-first #prefooter {
    color: #fff;
    width: calc(100% - 6rem);
    max-width: 2000px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2rem;
    background-color: #00495D;
    padding: 4rem 4rem 3rem 4rem;
    border-radius: 3rem;
}

body.health-first #prefooter-content {
    background-color: initial;
    border-radius: initial;
    padding: initial;
}

body.marketing.health-first #prefooter-content h2 {
    color: #fff;
}

@media print, screen and (max-width: 63.99875em) {
    body.health-first #prefooter {
        width: 90vw;
        margin-bottom: 5vw;
        padding: 2rem;
        border-radius: 1.5rem;
    }
}


body.health-first #prefooter .sign-up-form input[type=text],
body.health-first #prefooter .sign-up-form input[type=email],
body.health-first #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.health-first #prefooter .sign-up-form input[type=text],
body.health-first #prefooter .sign-up-form input[type=email] {
    padding: 1.75rem 2rem;
}

body.health-first #prefooter .sign-up-form input[type=submit] {
    text-transform: uppercase;
    font-weight: 700;
}

body.health-first #prefooter .sign-up-form input[type=text]:focus,
body.health-first #prefooter .sign-up-form input[type=email]:focus {
    border: none;
    box-shadow: none;
    transition: none;
}

/* Footer */

body.health-first footer > section {
    width: calc(100% - 6rem);
    max-width: 2000px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2rem;
    background-color: #EBEDF0;
    padding: 4rem;
    border-radius: 3rem;
}

body.health-first footer > section h3 {
    font-family: "Quicksand","Open Sans","Helvetica",Arial,sans-serif;
    color: #0085C3;
    font-size: 1.25rem;
    margin-bottom: 1.5rem;
}

body.health-first footer > section .columns p {
    font-weight: 600;
    margin-bottom: 0.25rem;
}

body.health-first footer > section hr.divider {
    border-top: 3px solid #303E58;
    border-bottom: none;
    margin: 2rem 0;
}

body.health-first footer > section .row.social .columns {
    text-align: center;
}

body.health-first footer > section .row.social .columns a {
    font-size: 2rem;
    padding: 0 1rem;
    color: #303E58;
}

body.health-first footer > section .row.social .columns img {
    margin-bottom: 1rem;
}


@media print, screen and (max-width: 63.99875em) {
    body.health-first footer > section {
        width: 90vw;
        margin-bottom: 5vw;
        padding: 2rem;
        border-radius: 1.5rem;
    }
    body.health-first footer > section > .row > .columns:not(:last-child) {
        margin-bottom: 2rem;
    }
}

body.health-first section.your-community-videos {
    width: calc(100% - 6rem);
    max-width: 2000px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2rem;
    background-color: #EBEDF0;
    padding: 3rem 2rem;
    border-radius: 3rem;
}
.your-community-videos img {
    border-radius: 1.5rem;
}
.your-community-videos p {
    text-align: center;
    font-weight: 700;
}@media print, screen and (max-width: 39.99875em) {
    
    /*header*/
    body.health-first header #header_top {
        padding: 1rem;
    }
    
    header #header_top ul#header_elem-list {
        display: flex;
        align-items: center;
    }
    
    body.health-first header #header_top #header_elem-list li {
        /*max-width: 50%;
        justify-content: end;*/
        margin: 0 !important;
    }
    img#header-logo {
        width: 150px;
    }

    /*home*/
    body article>section.container_rotating-banner * {
	    max-width: unset!important;
	}

	body.health-first .container_rotating-banner.adaptive .slide-info-wrap h2 {
        font-size: 2rem;
        line-height: 2rem;
    }

    body article>section.container_rotating-banner .slide-info-wrap img {
        max-width: 200px !important;
    }

    body.health-first .hover-cards .card-container .card-hover-content h3 {
        font-size: 1.1rem;
        line-height: 1.3rem;
    }
    
    body.health-first .hover-cards .card-container .card-hover-content p {
        font-size: .9rem;
        line-height: 1rem;
    }
    
    body.health-first .hover-cards .card-container .card-hover-content .button {
        padding: .75rem 2rem;
    }
    body.health-first .hover-cards {
        width: 100%;
        padding: 0 .5rem;
    }

    /*footer*/
    .copyright {
	    font-size: .75rem;
	}

	footer {
	    font-size: .9rem;
	    text-align: center;
	}

	body.health-first footer > section h3 {
	    margin-bottom: .5rem;
	}

	footer>section {
	    padding: 1.5rem !important;
	}
	
	/*your-community-info*/
	body.health-first .overlay {
        top: 5rem!important;
        height: calc(100vh - 5rem)!important;
    }
    
    body.health-first .county-map-wrap {
        width: 100%;
        padding: .5rem;
        border-radius: 1rem;
    }
    
    body.health-first .county-map-wrap, body.health-first .county-details-container {
        width: 100%;
        padding: 0;
    }
    
    body.health-first .county-map-wrap > .row {
        padding: .5rem;
    }
    
    body.health-first .tabs-container {
        border-radius: .75rem;
        padding: 1rem;
    }
    
    body.health-first main article section .accordion {
        padding: .5rem;
    }
    
    /*county-health-scorecard*/
    section#content_container_751711 {
        width: 100%;
        margin-left: 0.5rem;
    }

    /*quick-facts*/
    body.health-first .multi-column-container {
        width: 100%;
        padding: 0 1.5rem;
    }
    
    /*around-the-state*/
    body.health-first .multi-column-container.gray-background {
        padding: 1.5rem;
    }
    
    body.health-first .multi-column-container.gray-background > section > .row {
        padding: 0.5rem;
    }
    
    body.health-first .multi-column-container.gray-background > section > .row img {
        border-radius: 1rem;
    }
    
    /*core-services-snapshot*/
    body.health-first .core-services-snapshot {
        width: 100%;
        padding: 1rem;
    }
    
    body.health-first .core-services-snapshot .services-content-panes, body.health-first .county-details-container .county-details-panes {
        padding: 1rem;
    }
}