forked from ChelseaKR/gtfs-scorecard
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
163 lines (162 loc) · 74.3 KB
/
Copy pathindex.html
File metadata and controls
163 lines (162 loc) · 74.3 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Equity overlay — GTFS Scorecard</title>
<meta name="description" content="Where weak GTFS data meets high transit need, from Census ACS indicators.">
<link rel="canonical" href="https://gtfsscorecard.org/equity/">
<meta property="og:type" content="website">
<meta property="og:title" content="Equity overlay — GTFS Scorecard">
<meta property="og:description" content="Where weak GTFS data meets high transit need, from Census ACS indicators.">
<meta property="og:url" content="https://gtfsscorecard.org/equity/">
<meta property="og:image" content="https://gtfsscorecard.org/og.png">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="630">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:image" content="https://gtfsscorecard.org/og.png">
<link rel="stylesheet" href="/src/styles.css">
<link rel="icon" href="data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Ccircle cx='16' cy='16' r='13' fill='%23204e3a'/%3E%3Ccircle cx='16' cy='16' r='5' fill='%23f2f3ee'/%3E%3C/svg%3E">
<script>
/* Apply the saved theme before first paint to avoid a flash (WCAG 1.4.8). */
try {
var t = localStorage.getItem("scorecard-theme");
if (t && ["light", "contrast", "dark"].indexOf(t) >= 0)
document.documentElement.setAttribute("data-theme", t);
} catch (e) {}
</script>
<script src="/src/theme.js" defer></script>
<script src="/src/nav.js" defer></script>
<noscript><style>
/* Without JS the menu button cannot expand the collapsed nav, so show the
stacked nav permanently and hide the button (content stays operable
without scripting). nav.js never runs here, so nothing double-toggles. */
@media (max-width: 1040px) {
.nav-menu-btn { display: none !important; }
.nav-cluster { display: flex !important; position: static; }
}
</style></noscript>
</head>
<body>
<a class="skip-link" href="#main">Skip to main content</a>
<header class="site-header"><div class="wrap"><a class="brand" href="/"><span class="brand-mark" aria-hidden="true"></span><span class="brand-name">GTFS Scorecard</span></a><button class="nav-menu-btn" type="button" aria-expanded="false" aria-controls="nav-cluster"><span aria-hidden="true">☰</span> Menu</button><div class="nav-cluster" id="nav-cluster"><nav class="nav-stops" aria-label="Primary"><a class="nav-stop" href="/agencies/"><span class="pip" aria-hidden="true"></span>Find an agency</a><a class="nav-stop" href="/pulse/"><span class="pip" aria-hidden="true"></span>Coverage</a><a class="nav-stop" href="/focus/" aria-current="page"><span class="pip" aria-hidden="true"></span>Focus areas</a><a class="nav-stop" href="/tools/"><span class="pip" aria-hidden="true"></span>Tools</a><a class="nav-stop" href="/how-to-read/"><span class="pip" aria-hidden="true"></span>How it works</a><a class="nav-stop" href="/about/"><span class="pip" aria-hidden="true"></span>About</a></nav><div id="theme-control"></div></div></div></header>
<main id="main" class="wrap wrap-wide" tabindex="-1">
<nav class="breadcrumb" aria-label="Breadcrumb"><ol itemscope itemtype="https://schema.org/BreadcrumbList"><li itemprop="itemListElement" itemscope itemtype="https://schema.org/ListItem"><a itemprop="item" href="/"><span itemprop="name">Home</span></a><meta itemprop="position" content="1"></li><li itemprop="itemListElement" itemscope itemtype="https://schema.org/ListItem"><span itemprop="name" aria-current="page">Equity overlay</span><meta itemprop="position" content="2"></li></ol></nav>
<a class="backlink" href="/">← Home</a>
<h1 class="page-title">Equity overlay.</h1>
<p class="page-lede">ACS transit-need tiers remain available, but score-based priority, state medians, and D/F shares are unavailable until current-contract checks create a comparable cohort. No state quality ranking is shown for this snapshot.</p>
<a class="skip-link-inline" href="#equity-tables">Skip to the state tables</a>
<figure class="us-map need-map"><svg class="us-map-svg" viewBox="0 0 960 600" role="img" aria-labelledby="need-map-h need-map-desc"><title id="need-map-h">Transit need by state</title><desc id="need-map-desc">Each state is shaded and hatched by its ACS transit-need tier; the same figures are in the state table below.</desc><defs><pattern id="needHatch" width="7" height="7" patternUnits="userSpaceOnUse" patternTransform="rotate(45)"><line x1="0" y1="0" x2="0" y2="7" stroke="#3a1d12" stroke-width="1.1" stroke-opacity="0.55"></line></pattern><pattern id="needHatchDense" width="4" height="4" patternUnits="userSpaceOnUse" patternTransform="rotate(45)"><line x1="0" y1="0" x2="0" y2="4" stroke="#2a1109" stroke-width="1.2" stroke-opacity="0.6"></line></pattern></defs><path d="M607.7,288.6L634.1,288.9L636.7,305.6L640.4,330.1L642.2,335.5L643.8,338.6L643.2,340.5L644.9,341.7L642.3,344.1L642.4,346.5L641.1,349.8L642.6,355.7L641.5,360.7L643.2,366.1L635.8,366.2L604.1,366.2L603.6,368.7L607.0,372.4L606.4,375.6L607.6,377.2L605.3,380.1L603.3,380.7L599.5,377.5L599.1,372.7L597.9,372.2L596.5,375.8L596.0,379.3L592.1,378.4L591.0,348.8L594.4,311.9L596.6,290.7L595.0,288.7L607.7,288.6Z" class="need-state need-moderate" data-state="Alabama" style="fill:#d6894e"><title>Alabama: Moderate need, 9 feed records covered</title></path><path d="M607.7,288.6L634.1,288.9L636.7,305.6L640.4,330.1L642.2,335.5L643.8,338.6L643.2,340.5L644.9,341.7L642.3,344.1L642.4,346.5L641.1,349.8L642.6,355.7L641.5,360.7L643.2,366.1L635.8,366.2L604.1,366.2L603.6,368.7L607.0,372.4L606.4,375.6L607.6,377.2L605.3,380.1L603.3,380.7L599.5,377.5L599.1,372.7L597.9,372.2L596.5,375.8L596.0,379.3L592.1,378.4L591.0,348.8L594.4,311.9L596.6,290.7L595.0,288.7L607.7,288.6Z" class="need-hatch" fill="url(#needHatch)" aria-hidden="true"></path><path d="M281.3,249.9L281.2,359.7L250.7,359.7L233.1,352.5L194.4,337.2L195.8,332.8L198.8,332.1L199.6,330.4L198.8,326.8L196.7,326.7L195.7,319.5L198.8,316.7L199.2,313.9L198.6,309.3L200.4,305.9L202.8,304.6L204.6,302.1L201.6,299.3L199.6,294.2L197.1,291.0L197.1,288.6L198.0,286.0L197.7,282.3L196.5,278.6L195.5,267.3L201.1,266.5L202.9,268.9L204.4,268.8L205.9,265.5L205.9,249.9L259.4,249.8L281.3,249.9Z" class="need-state need-lower" data-state="Arizona" style="fill:#5b9c7a"><title>Arizona: Lower need, 23 feed records covered</title></path><path d="M500.6,259.5L565.7,259.6L567.0,263.4L564.7,265.7L562.3,269.3L572.0,269.3L571.5,272.9L569.3,274.0L568.8,276.9L566.0,280.1L566.2,284.8L564.8,288.2L563.3,288.7L564.2,290.4L561.8,291.9L560.7,295.2L559.2,296.0L559.4,299.9L556.7,300.9L556.8,302.2L553.6,305.4L554.5,307.5L551.8,310.6L549.4,316.5L552.1,319.1L550.7,320.6L551.6,324.7L550.4,327.3L513.6,327.0L507.1,327.0L507.1,316.7L505.0,315.9L502.0,316.8L500.4,315.0L501.3,281.0L498.5,259.5L500.6,259.5Z" class="need-state need-moderate" data-state="Arkansas" style="fill:#d6894e"><title>Arkansas: Moderate need, 3 feed records covered</title></path><path d="M500.6,259.5L565.7,259.6L567.0,263.4L564.7,265.7L562.3,269.3L572.0,269.3L571.5,272.9L569.3,274.0L568.8,276.9L566.0,280.1L566.2,284.8L564.8,288.2L563.3,288.7L564.2,290.4L561.8,291.9L560.7,295.2L559.2,296.0L559.4,299.9L556.7,300.9L556.8,302.2L553.6,305.4L554.5,307.5L551.8,310.6L549.4,316.5L552.1,319.1L550.7,320.6L551.6,324.7L550.4,327.3L513.6,327.0L507.1,327.0L507.1,316.7L505.0,315.9L502.0,316.8L500.4,315.0L501.3,281.0L498.5,259.5L500.6,259.5Z" class="need-hatch" fill="url(#needHatch)" aria-hidden="true"></path><path d="M67.7,152.9L80.5,152.8L100.7,153.1L116.3,153.1L116.4,186.6L116.3,211.2L135.7,228.6L154.0,245.6L168.4,259.5L178.8,269.8L197.1,288.6L197.1,291.0L199.6,294.2L201.6,299.3L204.6,302.1L202.8,304.6L200.4,305.9L198.6,309.3L199.2,313.9L198.8,316.7L195.7,319.5L196.7,326.7L198.8,326.8L199.6,330.4L198.8,332.1L195.8,332.8L175.8,334.7L159.6,336.3L157.8,333.8L157.7,329.8L156.5,325.0L154.4,321.6L149.7,316.9L143.7,312.6L142.5,313.7L140.2,313.0L140.5,311.1L137.9,307.2L134.4,308.0L128.1,305.2L127.2,302.8L123.0,300.0L118.2,300.1L114.2,298.8L109.2,299.3L106.6,296.8L107.2,291.4L106.2,290.5L106.8,286.7L102.9,283.8L102.7,279.9L101.2,279.7L98.7,276.3L97.0,275.6L96.3,273.4L90.5,265.5L87.8,263.1L87.2,256.9L88.4,257.4L89.4,253.7L87.3,250.3L84.6,250.7L81.2,247.7L79.9,245.2L80.2,242.9L78.5,239.8L78.5,234.7L81.3,234.7L80.1,227.6L78.9,228.3L78.6,231.8L75.7,232.6L72.1,229.9L71.5,225.4L69.2,221.8L66.2,219.5L64.5,217.0L60.1,212.0L60.8,210.5L58.8,204.0L59.7,200.4L58.3,195.0L54.5,189.7L50.7,186.8L49.9,183.3L53.7,174.8L54.5,171.9L53.7,169.7L55.1,163.8L53.9,158.5L52.2,157.3L52.9,153.0L67.7,152.9Z" class="need-state need-lower" data-state="California" style="fill:#5b9c7a"><title>California: Lower need, 186 feed records covered</title></path><path d="M298.2,172.3L331.2,172.4L356.4,172.3L386.5,172.3L386.5,191.7L386.7,250.0L372.2,249.9L352.1,250.0L314.0,250.0L305.7,249.9L281.3,249.9L281.3,227.3L281.0,225.2L281.1,208.7L281.2,172.4L298.2,172.3Z" class="need-state need-lower" data-state="Colorado" style="fill:#5b9c7a"><title>Colorado: Lower need, 95 feed records covered</title></path><path d="M823.1,152.3L842.0,152.6L842.0,152.9L842.0,164.4L841.1,166.2L839.7,165.9L833.1,167.3L825.3,166.9L821.9,169.6L818.3,170.4L814.0,172.6L812.9,170.4L816.6,168.3L815.6,166.7L816.6,152.1L823.1,152.3Z" class="need-state need-lower" data-state="Connecticut" style="fill:#5b9c7a"><title>Connecticut: Lower need, 11 feed records covered</title></path><path d="M787.5,195.6L786.1,197.9L784.6,199.2L784.9,202.2L787.1,205.1L787.7,209.9L790.9,214.9L792.4,215.1L793.1,221.8L783.3,221.6L781.9,197.2L784.5,195.0L787.5,195.6Z" class="need-state need-lower" data-state="Delaware" style="fill:#5b9c7a"><title>Delaware: Lower need, 1 feed record covered</title></path><path d="M763.1,211.3L765.0,213.2L763.1,215.2L761.9,212.4L763.1,211.3Z" class="need-state need-moderate" data-state="District of Columbia" style="fill:#d6894e"><title>District of Columbia: Moderate need, 5 feed records covered</title></path><path d="M763.1,211.3L765.0,213.2L763.1,215.2L761.9,212.4L763.1,211.3Z" class="need-hatch" fill="url(#needHatch)" aria-hidden="true"></path><path d="M635.8,366.2L643.2,366.1L645.2,371.7L665.8,373.0L685.1,374.4L685.9,378.6L687.7,378.5L688.4,374.5L687.8,370.9L689.2,369.4L692.6,371.0L696.8,371.8L697.7,380.2L699.6,389.6L703.9,402.0L710.6,415.3L709.6,416.2L710.0,422.4L712.8,429.3L717.1,443.2L718.0,447.5L718.0,452.0L716.3,468.0L714.9,468.3L713.4,473.3L713.9,474.9L711.0,478.5L709.9,477.7L707.1,479.2L702.3,480.0L700.9,478.0L701.5,475.0L698.2,466.4L695.5,464.8L693.2,466.0L691.4,461.2L690.9,457.3L687.8,452.9L687.0,450.1L687.5,445.9L685.8,445.2L686.2,447.6L684.6,448.3L679.9,437.8L678.0,435.1L682.5,427.4L679.5,427.8L677.6,430.2L675.6,426.4L678.2,415.8L678.7,407.0L676.9,404.9L676.3,402.0L673.4,401.4L670.0,396.7L667.3,394.8L667.2,391.9L665.3,390.9L663.7,387.7L657.9,383.5L652.9,384.4L653.1,387.4L651.5,386.8L645.2,390.5L638.6,391.3L638.7,389.2L637.2,386.6L629.3,380.9L623.7,378.5L618.7,377.8L614.5,378.3L605.3,380.1L607.6,377.2L606.4,375.6L607.0,372.4L603.6,368.7L604.1,366.2L635.8,366.2Z" class="need-state need-lower" data-state="Florida" style="fill:#5b9c7a"><title>Florida: Lower need, 43 feed records covered</title></path><path d="M671.7,288.6L668.5,292.7L668.2,294.8L673.3,298.9L674.8,298.6L677.1,302.8L677.6,305.0L680.0,309.1L683.5,311.5L685.5,315.1L689.5,318.4L689.3,320.6L692.0,324.3L696.0,327.2L697.0,330.4L697.2,334.5L699.2,335.9L701.6,341.1L701.7,344.4L705.2,346.1L701.5,352.7L700.8,356.1L699.2,359.1L699.1,362.1L697.4,363.5L696.8,371.8L692.6,371.0L689.2,369.4L687.8,370.9L688.4,374.5L687.7,378.5L685.9,378.6L685.1,374.4L665.8,373.0L645.2,371.7L643.2,366.1L641.5,360.7L642.6,355.7L641.1,349.8L642.4,346.5L642.3,344.1L644.9,341.7L643.2,340.5L643.8,338.6L642.2,335.5L640.4,330.1L636.7,305.6L634.1,288.9L653.5,288.8L664.0,288.9L671.7,288.6Z" class="need-state need-lower" data-state="Georgia" style="fill:#5b9c7a"><title>Georgia: Lower need, 16 feed records covered</title></path><path d="M175.8,17.4L175.8,37.3L180.7,42.7L180.8,48.0L183.7,50.3L186.7,51.2L187.1,52.5L192.7,57.7L193.3,59.9L197.3,61.9L197.4,63.2L201.8,63.0L199.7,70.3L199.3,74.8L200.8,77.8L198.1,79.9L199.2,81.9L198.4,84.1L201.6,86.1L205.4,83.4L206.8,81.3L209.6,83.2L209.1,84.8L210.6,88.5L213.1,92.4L214.9,93.8L214.8,97.5L216.6,99.1L219.7,99.3L221.7,105.6L223.4,106.7L225.0,104.8L229.7,105.0L233.1,103.3L235.2,104.2L238.7,103.4L239.5,104.4L242.5,103.7L246.0,99.7L248.4,103.0L251.1,105.1L251.1,153.0L234.3,153.1L206.0,153.1L161.1,153.0L161.1,117.6L163.1,111.2L161.8,109.6L158.9,109.3L157.9,106.7L160.9,99.8L162.5,99.1L164.0,96.3L163.8,94.5L165.5,92.1L166.4,88.7L169.6,83.0L168.3,80.3L164.8,79.0L162.7,75.7L162.6,72.3L160.7,68.9L160.9,67.3L160.8,41.4L161.0,17.4L175.8,17.4Z" class="need-state need-lower" data-state="Idaho" style="fill:#5b9c7a"><title>Idaho: Lower need, 3 feed records covered</title></path><path d="M558.3,143.1L586.2,143.5L601.0,143.5L600.5,147.2L602.9,151.5L605.2,158.6L605.2,204.4L603.5,207.9L605.4,212.0L605.7,215.4L603.8,218.2L603.3,220.7L600.5,224.8L598.8,225.2L599.2,227.6L598.1,228.6L597.2,233.1L597.7,234.4L595.7,237.1L597.1,240.5L590.9,242.3L590.3,244.4L591.7,246.9L589.8,248.5L584.3,245.5L582.6,245.7L580.3,249.1L581.0,250.2L578.6,250.0L575.2,244.5L576.5,243.2L575.2,239.5L575.2,236.5L570.4,232.4L568.7,232.8L567.1,230.3L562.6,226.3L562.7,223.3L565.3,218.3L564.8,216.5L566.3,214.1L564.2,212.7L560.9,211.9L559.2,213.7L558.0,212.5L557.0,206.2L552.0,202.0L547.4,197.0L545.5,191.1L545.3,187.2L546.6,184.4L546.9,180.9L551.1,178.8L551.5,175.8L553.5,173.9L553.7,170.5L551.2,167.8L552.2,164.4L558.1,163.4L562.8,161.0L563.3,158.0L565.3,156.7L565.8,153.0L565.4,150.6L562.0,148.7L561.6,146.7L558.3,143.1Z" class="need-state need-lower" data-state="Illinois" style="fill:#5b9c7a"><title>Illinois: Lower need, 15 feed records covered</title></path><path d="M628.3,157.7L646.1,157.7L646.1,159.0L646.2,182.1L646.0,209.1L644.8,210.0L646.1,215.3L643.4,215.4L640.6,217.2L636.7,216.4L636.9,220.2L634.3,221.8L633.4,224.2L630.7,225.2L629.3,230.0L627.6,231.3L624.2,229.5L623.6,227.3L620.3,229.7L620.6,231.8L617.2,232.6L616.2,230.7L612.4,232.6L611.2,234.6L607.4,231.7L605.4,232.4L604.1,231.0L602.9,232.4L599.1,232.6L597.7,234.4L597.2,233.1L598.1,228.6L599.2,227.6L598.8,225.2L600.5,224.8L603.3,220.7L603.8,218.2L605.7,215.4L605.4,212.0L603.5,207.9L605.2,204.4L605.2,158.6L606.7,159.9L611.3,159.9L615.8,157.7L628.3,157.7Z" class="need-state need-lower" data-state="Indiana" style="fill:#5b9c7a"><title>Indiana: Lower need, 11 feed records covered</title></path><path d="M547.4,123.9L549.7,123.9L549.8,126.8L552.1,128.7L550.2,131.1L550.7,135.4L551.9,138.5L557.3,140.7L558.3,143.1L561.6,146.7L562.0,148.7L565.4,150.6L565.8,153.0L565.3,156.7L563.3,158.0L562.8,161.0L558.1,163.4L552.2,164.4L551.2,167.8L553.7,170.5L553.5,173.9L551.5,175.8L551.1,178.8L546.9,180.9L546.6,184.4L545.0,183.8L541.9,179.9L540.4,180.0L518.9,180.5L498.2,180.7L481.2,180.4L479.4,177.8L480.2,172.9L478.8,168.5L478.8,163.6L476.2,161.9L475.8,159.3L476.7,156.9L475.7,153.5L473.7,152.3L470.9,143.6L468.1,139.3L469.4,136.5L469.9,132.6L471.1,131.3L469.2,129.4L469.7,126.0L468.9,124.4L470.8,123.9L547.4,123.9Z" class="need-state need-lower" data-state="Iowa" style="fill:#5b9c7a"><title>Iowa: Lower need, 21 feed records covered</title></path><path d="M388.7,191.7L488.1,191.7L489.6,193.5L494.4,195.0L491.0,200.7L492.9,202.6L495.3,207.1L498.6,208.1L498.5,249.9L416.1,249.9L386.7,250.0L386.5,191.7L388.7,191.7Z" class="need-state need-lower" data-state="Kansas" style="fill:#5b9c7a"><title>Kansas: Lower need, 6 feed records covered</title></path><path d="M659.7,215.6L663.1,218.3L665.5,216.9L671.2,218.4L672.9,216.5L675.0,215.8L675.7,219.1L677.4,219.6L679.4,222.3L679.0,228.1L680.9,231.8L683.2,234.7L684.0,236.9L686.9,239.2L688.8,239.5L683.1,244.7L677.6,247.5L677.6,249.0L675.3,250.3L675.2,252.0L672.3,252.7L671.3,254.9L663.2,257.6L663.0,257.9L650.1,257.7L638.9,257.1L635.9,257.3L619.3,256.6L600.3,257.0L597.0,256.1L597.2,259.6L578.5,259.4L576.7,259.6L577.5,257.2L579.8,258.0L581.0,250.2L580.3,249.1L582.6,245.7L584.3,245.5L589.8,248.5L591.7,246.9L590.3,244.4L590.9,242.3L597.1,240.5L595.7,237.1L597.7,234.4L599.1,232.6L602.9,232.4L604.1,231.0L605.4,232.4L607.4,231.7L611.2,234.6L612.4,232.6L616.2,230.7L617.2,232.6L620.6,231.8L620.3,229.7L623.6,227.3L624.2,229.5L627.6,231.3L629.3,230.0L630.7,225.2L633.4,224.2L634.3,221.8L636.9,220.2L636.7,216.4L640.6,217.2L643.4,215.4L646.1,215.3L644.8,210.0L646.0,209.1L651.7,209.1L654.8,213.2L655.0,214.9L659.7,215.6Z" class="need-state need-moderate" data-state="Kentucky" style="fill:#d6894e"><title>Kentucky: Moderate need, 7 feed records covered</title></path><path d="M659.7,215.6L663.1,218.3L665.5,216.9L671.2,218.4L672.9,216.5L675.0,215.8L675.7,219.1L677.4,219.6L679.4,222.3L679.0,228.1L680.9,231.8L683.2,234.7L684.0,236.9L686.9,239.2L688.8,239.5L683.1,244.7L677.6,247.5L677.6,249.0L675.3,250.3L675.2,252.0L672.3,252.7L671.3,254.9L663.2,257.6L663.0,257.9L650.1,257.7L638.9,257.1L635.9,257.3L619.3,256.6L600.3,257.0L597.0,256.1L597.2,259.6L578.5,259.4L576.7,259.6L577.5,257.2L579.8,258.0L581.0,250.2L580.3,249.1L582.6,245.7L584.3,245.5L589.8,248.5L591.7,246.9L590.3,244.4L590.9,242.3L597.1,240.5L595.7,237.1L597.7,234.4L599.1,232.6L602.9,232.4L604.1,231.0L605.4,232.4L607.4,231.7L611.2,234.6L612.4,232.6L616.2,230.7L617.2,232.6L620.6,231.8L620.3,229.7L623.6,227.3L624.2,229.5L627.6,231.3L629.3,230.0L630.7,225.2L633.4,224.2L634.3,221.8L636.9,220.2L636.7,216.4L640.6,217.2L643.4,215.4L646.1,215.3L644.8,210.0L646.0,209.1L651.7,209.1L654.8,213.2L655.0,214.9L659.7,215.6Z" class="need-hatch" fill="url(#needHatch)" aria-hidden="true"></path><path d="M513.6,327.0L550.4,327.3L551.8,329.6L550.7,330.4L550.6,334.3L552.8,336.8L553.1,342.5L551.3,347.0L547.8,349.7L546.9,354.1L545.4,353.6L545.1,360.7L543.3,361.0L544.4,364.8L543.3,366.2L571.8,366.2L570.3,372.5L572.8,376.8L573.3,380.0L575.1,382.0L570.7,384.6L570.4,386.5L574.0,387.8L575.6,384.7L578.7,387.8L578.4,390.2L576.6,391.3L573.3,390.3L573.7,392.2L572.5,394.9L575.4,397.4L580.0,398.1L581.7,401.0L583.0,401.4L580.6,404.7L578.0,404.0L575.7,400.6L570.2,398.8L570.2,395.5L567.5,396.6L567.6,399.4L566.4,401.9L564.4,402.3L562.9,399.5L559.5,399.4L558.2,402.3L555.9,403.2L553.5,401.4L551.5,401.2L549.6,396.4L546.2,394.3L544.9,394.6L543.6,390.6L539.6,391.1L539.5,388.7L535.7,391.0L536.1,392.8L533.2,394.5L528.6,393.6L523.2,391.0L519.4,389.8L511.2,390.8L510.2,391.5L508.9,389.6L512.4,382.7L511.2,379.0L512.3,377.0L511.8,374.3L513.3,372.3L514.9,367.3L514.6,363.2L510.5,355.3L510.4,351.1L507.1,346.9L507.1,327.0L513.6,327.0Z" class="need-state need-high" data-state="Louisiana" style="fill:#b5482a"><title>Louisiana: High need, 3 feed records covered</title></path><path d="M513.6,327.0L550.4,327.3L551.8,329.6L550.7,330.4L550.6,334.3L552.8,336.8L553.1,342.5L551.3,347.0L547.8,349.7L546.9,354.1L545.4,353.6L545.1,360.7L543.3,361.0L544.4,364.8L543.3,366.2L571.8,366.2L570.3,372.5L572.8,376.8L573.3,380.0L575.1,382.0L570.7,384.6L570.4,386.5L574.0,387.8L575.6,384.7L578.7,387.8L578.4,390.2L576.6,391.3L573.3,390.3L573.7,392.2L572.5,394.9L575.4,397.4L580.0,398.1L581.7,401.0L583.0,401.4L580.6,404.7L578.0,404.0L575.7,400.6L570.2,398.8L570.2,395.5L567.5,396.6L567.6,399.4L566.4,401.9L564.4,402.3L562.9,399.5L559.5,399.4L558.2,402.3L555.9,403.2L553.5,401.4L551.5,401.2L549.6,396.4L546.2,394.3L544.9,394.6L543.6,390.6L539.6,391.1L539.5,388.7L535.7,391.0L536.1,392.8L533.2,394.5L528.6,393.6L523.2,391.0L519.4,389.8L511.2,390.8L510.2,391.5L508.9,389.6L512.4,382.7L511.2,379.0L512.3,377.0L511.8,374.3L513.3,372.3L514.9,367.3L514.6,363.2L510.5,355.3L510.4,351.1L507.1,346.9L507.1,327.0L513.6,327.0Z" class="need-hatch" fill="url(#needHatchDense)" aria-hidden="true"></path><path d="M858.5,132.5L856.6,131.2L856.9,129.3L854.5,127.0L853.5,101.6L852.8,89.0L859.3,86.4L858.2,85.0L860.7,82.0L863.2,80.7L862.7,79.5L865.1,77.7L864.4,74.3L865.9,69.2L868.2,67.5L869.1,62.1L880.7,47.2L883.4,47.9L883.6,51.5L885.6,52.8L890.4,50.6L893.5,50.6L895.6,49.3L899.8,52.3L902.3,54.9L902.5,76.6L902.1,81.8L907.3,83.2L906.6,85.4L907.9,87.6L906.8,89.5L909.0,92.4L911.8,91.8L914.5,98.7L911.4,101.8L909.6,100.6L908.1,102.7L905.9,102.2L905.7,104.0L902.9,103.8L898.4,107.9L897.4,105.1L895.8,104.8L896.5,107.9L893.1,109.4L892.3,107.0L890.6,108.2L886.7,108.2L886.6,105.4L884.3,106.0L884.8,108.0L882.6,112.3L883.0,113.4L880.2,115.8L877.4,114.9L875.8,117.4L873.5,117.7L871.6,119.7L869.3,119.3L868.6,117.2L865.2,120.6L866.1,122.7L863.6,123.4L863.5,125.2L860.7,127.4L858.5,132.5Z" class="need-state need-moderate" data-state="Maine" style="fill:#d6894e"><title>Maine: Moderate need, 7 feed records covered</title></path><path d="M858.5,132.5L856.6,131.2L856.9,129.3L854.5,127.0L853.5,101.6L852.8,89.0L859.3,86.4L858.2,85.0L860.7,82.0L863.2,80.7L862.7,79.5L865.1,77.7L864.4,74.3L865.9,69.2L868.2,67.5L869.1,62.1L880.7,47.2L883.4,47.9L883.6,51.5L885.6,52.8L890.4,50.6L893.5,50.6L895.6,49.3L899.8,52.3L902.3,54.9L902.5,76.6L902.1,81.8L907.3,83.2L906.6,85.4L907.9,87.6L906.8,89.5L909.0,92.4L911.8,91.8L914.5,98.7L911.4,101.8L909.6,100.6L908.1,102.7L905.9,102.2L905.7,104.0L902.9,103.8L898.4,107.9L897.4,105.1L895.8,104.8L896.5,107.9L893.1,109.4L892.3,107.0L890.6,108.2L886.7,108.2L886.6,105.4L884.3,106.0L884.8,108.0L882.6,112.3L883.0,113.4L880.2,115.8L877.4,114.9L875.8,117.4L873.5,117.7L871.6,119.7L869.3,119.3L868.6,117.2L865.2,120.6L866.1,122.7L863.6,123.4L863.5,125.2L860.7,127.4L858.5,132.5Z" class="need-hatch" fill="url(#needHatch)" aria-hidden="true"></path><path d="M778.8,231.4L778.5,231.4L778.1,231.4L778.8,231.4ZM726.4,197.2L781.9,197.2L783.3,221.6L793.1,221.8L790.1,229.9L787.8,230.3L783.7,231.4L780.5,232.3L780.5,229.1L779.3,227.8L781.0,226.4L778.7,223.3L778.0,224.6L774.8,224.3L773.8,220.8L774.8,220.8L774.8,216.2L775.8,214.4L774.5,208.3L776.2,204.7L778.7,204.0L779.1,200.3L777.2,200.8L777.2,202.7L773.2,205.1L772.0,207.3L771.8,213.0L770.3,215.6L771.0,220.1L772.9,223.1L772.7,225.5L773.9,227.8L773.3,229.4L769.8,226.3L764.9,224.8L763.4,221.9L760.6,223.6L759.5,221.2L761.7,218.3L763.1,215.2L765.0,213.2L763.1,211.3L761.9,212.4L759.9,210.6L756.8,209.7L756.8,206.8L755.1,205.2L752.8,204.9L751.1,199.5L748.5,199.5L746.0,197.7L744.6,199.2L742.1,199.1L741.5,201.2L737.1,199.8L734.1,202.7L732.1,202.0L729.2,205.3L726.2,207.1L726.4,197.2Z" class="need-state need-lower" data-state="Maryland" style="fill:#5b9c7a"><title>Maryland: Lower need, 34 feed records covered</title></path><path d="M855.2,135.8L856.7,136.1L857.3,139.5L856.6,142.3L854.2,144.8L854.2,147.8L857.5,148.2L859.4,151.3L859.1,153.8L860.8,154.4L860.9,156.6L865.1,158.5L870.0,156.7L868.9,159.4L861.7,161.7L859.1,161.8L857.5,160.0L855.1,160.5L855.0,161.9L852.2,162.8L851.0,159.3L850.6,158.6L849.1,157.3L848.2,152.7L846.0,152.7L842.0,152.9L842.0,152.6L823.1,152.3L816.6,152.1L816.2,151.3L819.9,138.6L832.1,138.9L849.5,139.5L851.2,137.7L855.2,135.8Z" class="need-state need-lower" data-state="Massachusetts" style="fill:#5b9c7a"><title>Massachusetts: Lower need, 41 feed records covered</title></path><path d="M666.5,158.2L646.1,159.0L646.1,157.7L628.3,157.7L615.8,157.7L618.8,155.1L620.9,150.8L622.8,148.1L624.2,144.4L625.0,139.1L624.7,133.4L620.2,122.1L621.7,117.9L620.7,112.8L624.1,107.6L624.9,103.3L624.4,100.9L626.8,100.0L627.2,96.8L631.1,95.9L634.0,92.4L633.8,99.4L635.3,99.8L637.3,96.3L637.4,90.3L638.6,88.8L642.8,87.9L641.4,83.7L644.2,80.2L647.5,80.0L651.3,82.3L655.0,82.6L656.9,85.3L659.7,85.5L664.4,88.1L666.0,88.0L668.6,92.1L666.5,94.3L668.5,97.2L669.2,100.5L668.3,107.7L665.3,109.5L664.5,113.2L660.9,114.5L658.9,119.0L659.7,120.7L663.3,122.2L666.1,119.8L669.4,114.8L674.6,112.9L677.1,114.4L678.7,117.2L680.3,125.2L680.5,129.3L682.2,134.1L680.6,141.1L678.1,142.2L678.0,139.6L676.4,140.4L674.5,146.2L671.5,148.5L670.5,152.9L666.8,156.6L666.5,158.2ZM635.6,80.8L635.8,83.1L633.9,83.5L634.7,80.2L635.6,80.8ZM604.3,93.1L601.9,91.1L603.3,88.3L599.8,87.9L601.2,85.2L601.4,81.8L598.2,79.5L596.5,77.1L590.1,75.1L588.1,75.8L581.7,72.9L566.2,69.0L564.5,65.7L561.7,64.5L567.6,62.5L570.2,60.2L576.8,59.2L581.1,56.4L583.1,56.3L584.7,54.2L589.4,51.4L591.8,48.9L595.3,47.3L598.7,48.7L592.8,54.7L591.4,56.7L591.5,60.3L594.4,57.5L599.6,58.0L603.6,59.9L607.2,65.2L609.2,66.1L613.0,65.3L613.9,66.4L617.7,67.1L625.8,62.6L630.0,62.2L635.6,62.4L639.4,60.9L642.3,60.8L642.8,66.2L645.8,67.0L648.8,66.1L650.0,67.4L652.0,65.8L656.4,65.3L656.4,72.1L658.4,74.9L661.4,75.7L661.7,73.8L664.6,73.8L666.2,75.8L664.9,77.3L656.6,76.0L652.7,76.8L648.4,74.5L647.1,76.6L647.7,78.4L645.8,78.0L643.0,75.4L638.1,73.8L635.7,73.7L633.3,76.2L629.3,76.8L625.0,76.3L623.3,77.4L622.9,79.5L618.2,81.3L618.4,78.7L616.4,78.2L615.5,80.9L612.1,81.0L610.5,82.1L608.2,86.7L603.9,92.5L604.3,93.1ZM585.9,37.3L582.2,39.7L580.2,40.0L580.3,38.0L589.8,33.4L588.0,36.6L585.9,37.3Z" class="need-state need-lower" data-state="Michigan" style="fill:#5b9c7a"><title>Michigan: Lower need, 18 feed records covered</title></path><path d="M537.6,61.9L536.5,61.0L533.4,62.6L533.4,74.1L532.5,75.2L528.2,76.8L524.8,81.0L524.5,83.7L526.3,83.9L528.2,86.4L526.4,89.4L526.7,92.6L525.7,99.8L529.6,103.3L532.8,103.6L534.3,105.7L539.0,107.8L539.7,110.4L544.0,113.7L546.4,114.4L549.3,118.6L548.8,121.7L549.7,123.9L547.4,123.9L470.8,123.9L470.8,89.1L467.4,86.9L464.7,83.2L468.9,79.1L469.2,76.8L468.6,69.1L466.8,67.1L465.6,62.8L465.8,57.6L465.2,56.8L464.7,44.4L461.8,37.8L460.6,34.1L460.1,26.2L461.1,23.6L459.1,17.4L490.4,17.4L490.4,10.0L493.4,10.2L495.3,11.7L497.3,21.8L498.9,22.9L503.8,23.3L504.4,24.2L510.2,24.6L510.8,26.8L515.8,26.2L515.8,25.4L519.7,24.3L523.0,24.7L526.9,26.3L528.0,28.4L530.2,28.1L532.3,32.5L533.3,30.7L537.1,29.8L537.7,31.6L542.2,32.9L542.2,34.6L544.4,36.0L548.9,35.3L551.7,33.3L555.4,32.2L556.7,35.0L559.2,34.4L562.3,35.0L565.8,34.6L569.9,37.1L573.7,36.6L573.4,37.7L568.4,40.1L561.4,42.0L556.8,44.1L550.3,49.0L547.5,52.1L543.2,55.6L536.5,60.3L537.6,61.9Z" class="need-state need-lower" data-state="Minnesota" style="fill:#5b9c7a"><title>Minnesota: Lower need, 9 feed records covered</title></path><path d="M591.0,288.7L595.0,288.7L596.6,290.7L594.4,311.9L591.0,348.8L592.1,378.4L590.5,379.2L586.9,378.8L585.4,377.5L581.7,378.4L576.7,380.6L575.1,382.0L573.3,380.0L572.8,376.8L570.3,372.5L571.8,366.2L543.3,366.2L544.4,364.8L543.3,361.0L545.1,360.7L545.4,353.6L546.9,354.1L547.8,349.7L551.3,347.0L553.1,342.5L552.8,336.8L550.6,334.3L550.7,330.4L551.8,329.6L550.4,327.3L551.6,324.7L550.7,320.6L552.1,319.1L549.4,316.5L551.8,310.6L554.5,307.5L553.6,305.4L556.8,302.2L556.7,300.9L559.4,299.9L559.2,296.0L560.7,295.2L561.8,291.9L564.2,290.4L563.3,288.7L591.0,288.7Z" class="need-state need-high" data-state="Mississippi" style="fill:#b5482a"><title>Mississippi: High need, 3 feed records covered</title></path><path d="M591.0,288.7L595.0,288.7L596.6,290.7L594.4,311.9L591.0,348.8L592.1,378.4L590.5,379.2L586.9,378.8L585.4,377.5L581.7,378.4L576.7,380.6L575.1,382.0L573.3,380.0L572.8,376.8L570.3,372.5L571.8,366.2L543.3,366.2L544.4,364.8L543.3,361.0L545.1,360.7L545.4,353.6L546.9,354.1L547.8,349.7L551.3,347.0L553.1,342.5L552.8,336.8L550.6,334.3L550.7,330.4L551.8,329.6L550.4,327.3L551.6,324.7L550.7,320.6L552.1,319.1L549.4,316.5L551.8,310.6L554.5,307.5L553.6,305.4L556.8,302.2L556.7,300.9L559.4,299.9L559.2,296.0L560.7,295.2L561.8,291.9L564.2,290.4L563.3,288.7L591.0,288.7Z" class="need-hatch" fill="url(#needHatchDense)" aria-hidden="true"></path><path d="M540.4,180.0L541.9,179.9L545.0,183.8L546.6,184.4L545.3,187.2L545.5,191.1L547.4,197.0L552.0,202.0L557.0,206.2L558.0,212.5L559.2,213.7L560.9,211.9L564.2,212.7L566.3,214.1L564.8,216.5L565.3,218.3L562.7,223.3L562.6,226.3L567.1,230.3L568.7,232.8L570.4,232.4L575.2,236.5L575.2,239.5L576.5,243.2L575.2,244.5L578.6,250.0L581.0,250.2L579.8,258.0L577.5,257.2L576.7,259.6L575.7,259.6L574.9,259.6L575.0,264.4L572.0,269.3L562.3,269.3L564.7,265.7L567.0,263.4L565.7,259.6L500.6,259.5L498.5,259.5L498.5,249.9L498.6,208.1L495.3,207.1L492.9,202.6L491.0,200.7L494.4,195.0L489.6,193.5L488.1,191.7L484.4,186.6L481.2,180.4L498.2,180.7L518.9,180.5L540.4,180.0Z" class="need-state need-lower" data-state="Missouri" style="fill:#5b9c7a"><title>Missouri: Lower need, 5 feed records covered</title></path><path d="M356.5,17.4L356.6,39.5L356.5,76.6L356.6,95.0L356.3,95.0L328.4,94.9L280.7,94.9L251.0,94.9L251.1,105.1L248.4,103.0L246.0,99.7L242.5,103.7L239.5,104.4L238.7,103.4L235.2,104.2L233.1,103.3L229.7,105.0L225.0,104.8L223.4,106.7L221.7,105.6L219.7,99.3L216.6,99.1L214.8,97.5L214.9,93.8L213.1,92.4L210.6,88.5L209.1,84.8L209.6,83.2L206.8,81.3L205.4,83.4L201.6,86.1L198.4,84.1L199.2,81.9L198.1,79.9L200.8,77.8L199.3,74.8L199.7,70.3L201.8,63.0L197.4,63.2L197.3,61.9L193.3,59.9L192.7,57.7L187.1,52.5L186.7,51.2L183.7,50.3L180.8,48.0L180.7,42.7L175.8,37.3L175.8,17.4L244.3,17.5L275.1,17.4L356.5,17.4Z" class="need-state need-lower" data-state="Montana" style="fill:#5b9c7a"><title>Montana: Lower need, 6 feed records covered</title></path><path d="M367.4,133.6L392.9,133.7L440.0,133.7L440.5,134.7L448.3,138.2L450.1,136.3L452.2,136.7L459.3,136.7L467.2,140.3L468.2,143.0L470.9,143.6L473.7,152.3L475.7,153.5L476.7,156.9L475.8,159.3L476.2,161.9L478.8,163.6L478.8,168.5L480.2,172.9L479.4,177.8L481.2,180.4L484.4,186.6L488.1,191.7L388.7,191.7L386.5,191.7L386.5,172.3L356.4,172.3L356.4,133.6L367.4,133.6Z" class="need-state need-lower" data-state="Nebraska" style="fill:#5b9c7a"><title>Nebraska: Lower need, 5 feed records covered</title></path><path d="M161.1,153.0L206.0,153.1L205.9,249.9L205.9,265.5L204.4,268.8L202.9,268.9L201.1,266.5L195.5,267.3L196.5,278.6L197.7,282.3L198.0,286.0L197.1,288.6L178.8,269.8L168.4,259.5L154.0,245.6L135.7,228.6L116.3,211.2L116.4,186.6L116.3,153.1L135.9,153.2L161.1,153.0Z" class="need-state need-lower" data-state="Nevada" style="fill:#5b9c7a"><title>Nevada: Lower need, 6 feed records covered</title></path><path d="M852.8,89.0L853.5,101.6L854.5,127.0L856.9,129.3L856.6,131.2L858.5,132.5L856.7,136.1L855.2,135.8L851.2,137.7L849.5,139.5L832.1,138.9L830.7,137.4L830.9,134.6L832.2,133.5L832.1,130.7L833.2,122.6L835.9,118.7L837.2,114.4L838.5,112.8L838.4,108.0L843.4,106.2L845.9,102.9L844.5,99.8L846.6,96.6L846.4,94.7L848.6,89.7L852.0,90.2L852.8,89.0Z" class="need-state need-lower" data-state="New Hampshire" style="fill:#5b9c7a"><title>New Hampshire: Lower need, 3 feed records covered</title></path><path d="M805.3,169.7L810.3,172.4L808.5,178.1L806.0,179.3L804.7,182.3L808.8,183.8L809.1,186.0L807.3,196.4L802.6,204.2L799.6,206.4L796.9,211.3L795.5,208.1L791.1,206.5L785.7,202.2L785.4,199.4L785.3,199.0L786.1,197.9L787.5,195.6L791.6,194.0L791.8,192.5L796.4,189.3L797.2,187.6L792.9,183.7L792.7,181.2L790.8,180.6L790.7,178.4L793.0,175.0L791.7,173.0L795.5,168.9L796.4,166.8L798.3,165.4L805.3,169.7Z" class="need-state need-lower" data-state="New Jersey" style="fill:#5b9c7a"><title>New Jersey: Lower need, 6 feed records covered</title></path><path d="M305.7,249.9L314.0,250.0L352.1,250.0L372.2,249.9L372.2,259.5L371.7,259.5L371.6,307.7L371.2,327.3L371.2,346.7L317.8,346.7L317.4,348.7L319.1,350.9L293.8,350.9L293.8,359.7L281.2,359.7L281.3,249.9L305.7,249.9Z" class="need-state need-high" data-state="New Mexico" style="fill:#b5482a"><title>New Mexico: High need, 14 feed records covered</title></path><path d="M305.7,249.9L314.0,250.0L352.1,250.0L372.2,249.9L372.2,259.5L371.7,259.5L371.6,307.7L371.2,327.3L371.2,346.7L317.8,346.7L317.4,348.7L319.1,350.9L293.8,350.9L293.8,359.7L281.2,359.7L281.3,249.9L305.7,249.9Z" class="need-hatch" fill="url(#needHatchDense)" aria-hidden="true"></path><path d="M818.7,94.7L818.9,98.7L818.0,102.3L819.5,105.8L819.0,109.5L817.3,113.4L818.6,118.7L817.8,120.3L820.2,123.5L819.7,136.9L819.9,138.6L816.2,151.3L816.6,152.1L815.6,166.7L816.6,168.3L812.9,170.4L814.0,172.6L820.4,174.2L821.8,173.1L827.3,173.1L830.1,172.4L834.7,169.4L835.0,171.6L837.4,172.5L831.9,175.4L820.3,179.6L815.4,180.5L812.2,180.3L809.8,181.2L808.5,178.1L810.3,172.4L805.3,169.7L798.3,165.4L797.7,164.0L795.4,163.9L792.7,160.7L793.0,157.8L791.2,155.6L790.0,155.7L788.4,153.0L722.1,153.0L722.1,148.1L722.1,147.8L731.3,142.3L732.8,139.6L735.8,137.8L734.6,134.6L733.4,133.9L732.5,128.6L741.3,126.4L749.1,126.5L752.3,127.0L755.6,129.1L757.8,128.3L764.3,128.4L768.2,127.0L772.5,123.5L775.2,123.4L775.3,118.1L776.7,115.0L773.3,112.9L774.0,110.5L780.0,107.2L782.3,104.3L789.5,97.8L796.4,94.6L806.6,95.1L818.7,94.7Z" class="need-state need-moderate" data-state="New York" style="fill:#d6894e"><title>New York: Moderate need, 84 feed records covered</title></path><path d="M818.7,94.7L818.9,98.7L818.0,102.3L819.5,105.8L819.0,109.5L817.3,113.4L818.6,118.7L817.8,120.3L820.2,123.5L819.7,136.9L819.9,138.6L816.2,151.3L816.6,152.1L815.6,166.7L816.6,168.3L812.9,170.4L814.0,172.6L820.4,174.2L821.8,173.1L827.3,173.1L830.1,172.4L834.7,169.4L835.0,171.6L837.4,172.5L831.9,175.4L820.3,179.6L815.4,180.5L812.2,180.3L809.8,181.2L808.5,178.1L810.3,172.4L805.3,169.7L798.3,165.4L797.7,164.0L795.4,163.9L792.7,160.7L793.0,157.8L791.2,155.6L790.0,155.7L788.4,153.0L722.1,153.0L722.1,148.1L722.1,147.8L731.3,142.3L732.8,139.6L735.8,137.8L734.6,134.6L733.4,133.9L732.5,128.6L741.3,126.4L749.1,126.5L752.3,127.0L755.6,129.1L757.8,128.3L764.3,128.4L768.2,127.0L772.5,123.5L775.2,123.4L775.3,118.1L776.7,115.0L773.3,112.9L774.0,110.5L780.0,107.2L782.3,104.3L789.5,97.8L796.4,94.6L806.6,95.1L818.7,94.7Z" class="need-hatch" fill="url(#needHatch)" aria-hidden="true"></path><path d="M703.8,258.4L714.1,258.7L725.9,258.8L780.7,258.6L782.4,266.3L778.2,265.6L777.6,266.5L772.5,267.7L771.8,268.8L768.4,269.1L768.6,270.5L772.7,269.5L773.3,270.4L777.8,269.4L779.3,271.2L782.0,270.5L783.0,275.1L782.1,277.4L780.3,277.6L776.5,282.3L771.5,282.6L770.6,285.8L772.8,289.1L774.5,289.8L771.3,295.2L768.6,294.5L763.8,295.1L760.5,296.2L755.3,300.0L751.2,304.8L749.0,311.0L745.9,309.6L740.5,310.9L723.4,292.4L706.5,292.1L706.7,289.9L704.4,286.6L702.9,287.8L702.8,285.7L684.2,284.8L680.1,285.5L676.9,287.3L671.7,288.6L664.0,288.9L653.5,288.8L653.9,284.3L656.9,283.8L658.0,280.6L661.7,277.8L665.8,277.7L669.6,274.7L673.4,273.6L676.7,269.3L678.8,268.0L679.2,269.9L685.1,266.2L687.9,267.0L689.8,263.4L692.6,262.4L693.2,257.8L703.8,258.4Z" class="need-state need-lower" data-state="North Carolina" style="fill:#5b9c7a"><title>North Carolina: Lower need, 24 feed records covered</title></path><path d="M459.1,17.4L461.1,23.6L460.1,26.2L460.6,34.1L461.8,37.8L464.7,44.4L465.2,56.8L465.8,57.6L465.6,62.8L466.8,67.1L468.6,69.1L469.2,76.8L356.5,76.6L356.6,39.5L356.5,17.4L459.1,17.4Z" class="need-state need-lower" data-state="North Dakota" style="fill:#5b9c7a"><title>North Dakota: Lower need, 3 feed records covered</title></path><path d="M710.7,153.4L710.7,179.4L708.5,180.5L709.5,182.6L709.5,185.6L707.4,190.3L706.0,197.4L700.1,203.6L698.2,204.5L696.6,203.2L694.9,206.0L693.1,205.9L691.2,209.6L691.7,211.8L690.1,213.6L687.9,210.6L685.1,215.3L685.8,218.3L684.0,219.3L683.4,221.9L679.4,222.3L677.4,219.6L675.7,219.1L675.0,215.8L672.9,216.5L671.2,218.4L665.5,216.9L663.1,218.3L659.7,215.6L655.0,214.9L654.8,213.2L651.7,209.1L646.0,209.1L646.2,182.1L646.1,159.0L666.5,158.2L672.4,160.9L674.3,162.5L675.8,161.0L679.1,164.0L681.2,165.0L688.2,162.5L692.3,163.0L696.8,159.4L703.3,155.9L710.7,153.4L710.7,153.4Z" class="need-state need-lower" data-state="Ohio" style="fill:#5b9c7a"><title>Ohio: Lower need, 19 feed records covered</title></path><path d="M416.1,249.9L498.5,249.9L498.5,259.5L501.3,281.0L500.4,315.0L494.7,312.9L493.2,310.7L489.3,308.8L488.3,310.5L484.5,310.4L483.6,309.3L480.1,311.2L478.6,310.1L475.4,311.1L472.4,314.1L471.3,312.4L468.1,311.0L464.8,311.0L463.8,308.8L460.0,313.1L458.7,310.7L457.0,311.4L455.7,309.8L452.1,308.3L449.5,310.9L448.3,308.2L446.2,307.9L445.0,305.8L442.1,304.9L440.2,306.7L438.9,305.2L436.0,305.4L432.7,303.7L429.6,303.9L428.6,300.2L423.8,300.0L422.0,300.6L418.6,296.9L417.4,297.1L417.4,259.5L390.1,259.5L372.2,259.5L372.2,249.9L386.7,250.0L416.1,249.9Z" class="need-state need-moderate" data-state="Oklahoma" style="fill:#d6894e"><title>Oklahoma: Moderate need, 4 feed records covered</title></path><path d="M416.1,249.9L498.5,249.9L498.5,259.5L501.3,281.0L500.4,315.0L494.7,312.9L493.2,310.7L489.3,308.8L488.3,310.5L484.5,310.4L483.6,309.3L480.1,311.2L478.6,310.1L475.4,311.1L472.4,314.1L471.3,312.4L468.1,311.0L464.8,311.0L463.8,308.8L460.0,313.1L458.7,310.7L457.0,311.4L455.7,309.8L452.1,308.3L449.5,310.9L448.3,308.2L446.2,307.9L445.0,305.8L442.1,304.9L440.2,306.7L438.9,305.2L436.0,305.4L432.7,303.7L429.6,303.9L428.6,300.2L423.8,300.0L422.0,300.6L418.6,296.9L417.4,297.1L417.4,259.5L390.1,259.5L372.2,259.5L372.2,249.9L386.7,250.0L416.1,249.9Z" class="need-hatch" fill="url(#needHatch)" aria-hidden="true"></path><path d="M68.0,72.2L69.4,72.0L72.6,74.0L74.0,76.3L74.8,82.1L82.5,84.3L89.1,81.2L93.2,80.9L98.0,81.9L98.5,83.2L106.7,80.4L108.7,81.4L113.2,80.9L116.9,79.0L123.5,77.3L129.5,76.8L131.6,75.6L162.7,75.7L164.8,79.0L168.3,80.3L169.6,83.0L166.4,88.7L165.5,92.1L163.8,94.5L164.0,96.3L162.5,99.1L160.9,99.8L157.9,106.7L158.9,109.3L161.8,109.6L163.1,111.2L161.1,117.6L161.1,153.0L135.9,153.2L116.3,153.1L100.7,153.1L80.5,152.8L67.7,152.9L52.9,153.0L50.8,150.8L49.6,144.5L49.9,140.2L47.8,136.8L49.3,133.6L50.3,128.4L52.6,122.9L53.6,118.0L55.2,101.6L55.0,99.3L56.4,92.1L57.0,82.1L56.2,76.6L56.9,73.3L63.0,70.5L65.6,72.7L68.0,72.2Z" class="need-state need-lower" data-state="Oregon" style="fill:#5b9c7a"><title>Oregon: Lower need, 78 feed records covered</title></path><path d="M722.1,148.1L722.1,153.0L788.4,153.0L790.0,155.7L791.2,155.6L793.0,157.8L792.7,160.7L795.4,163.9L797.7,164.0L798.3,165.4L796.4,166.8L795.5,168.9L791.7,173.0L793.0,175.0L790.7,178.4L790.8,180.6L792.7,181.2L792.9,183.7L797.2,187.6L796.4,189.3L791.8,192.5L791.6,194.0L787.5,195.6L784.5,195.0L781.9,197.2L726.4,197.2L710.7,197.2L710.7,179.4L710.7,153.4L710.7,153.4L713.5,152.4L722.1,147.8L722.1,148.1Z" class="need-state need-lower" data-state="Pennsylvania" style="fill:#5b9c7a"><title>Pennsylvania: Lower need, 15 feed records covered</title></path><path d="M851.0,159.3L852.2,162.8L849.2,163.2L851.0,159.3ZM846.0,152.7L848.2,152.7L849.1,157.3L850.6,158.6L848.8,158.3L847.2,161.2L846.7,165.2L841.1,166.2L842.0,164.4L842.0,152.9L846.0,152.7Z" class="need-state need-lower" data-state="Rhode Island" style="fill:#5b9c7a"><title>Rhode Island: Lower need, 3 feed records covered</title></path><path d="M676.9,287.3L680.1,285.5L684.2,284.8L702.8,285.7L702.9,287.8L704.4,286.6L706.7,289.9L706.5,292.1L723.4,292.4L740.5,310.9L737.8,311.8L734.5,315.0L731.3,320.0L730.7,324.0L728.2,327.2L724.8,327.2L724.1,329.6L720.5,332.1L718.5,334.9L715.4,336.0L712.0,339.0L711.7,340.4L708.6,342.0L705.2,346.1L701.7,344.4L701.6,341.1L699.2,335.9L697.2,334.5L697.0,330.4L696.0,327.2L692.0,324.3L689.3,320.6L689.5,318.4L685.5,315.1L683.5,311.5L680.0,309.1L677.6,305.0L677.1,302.8L674.8,298.6L673.3,298.9L668.2,294.8L668.5,292.7L671.7,288.6L676.9,287.3Z" class="need-state need-lower" data-state="South Carolina" style="fill:#5b9c7a"><title>South Carolina: Lower need, 4 feed records covered</title></path><path d="M356.5,76.6L469.2,76.8L468.9,79.1L464.7,83.2L467.4,86.9L470.8,89.1L470.8,123.9L468.9,124.4L469.7,126.0L469.2,129.4L471.1,131.3L469.9,132.6L469.4,136.5L468.1,139.3L470.9,143.6L468.2,143.0L467.2,140.3L459.3,136.7L452.2,136.7L450.1,136.3L448.3,138.2L440.5,134.7L440.0,133.7L392.9,133.7L367.4,133.6L356.4,133.6L356.3,95.0L356.6,95.0L356.5,76.6Z" class="need-state need-lower" data-state="South Dakota" style="fill:#5b9c7a"><title>South Dakota: Lower need, 1 feed record covered</title></path><path d="M597.2,259.6L597.0,256.1L600.3,257.0L619.3,256.6L635.9,257.3L638.9,257.1L650.1,257.7L663.0,257.9L663.2,257.6L693.2,257.8L692.6,262.4L689.8,263.4L687.9,267.0L685.1,266.2L679.2,269.9L678.8,268.0L676.7,269.3L673.4,273.6L669.6,274.7L665.8,277.7L661.7,277.8L658.0,280.6L656.9,283.8L653.9,284.3L653.5,288.8L634.1,288.9L607.7,288.6L595.0,288.7L591.0,288.7L563.3,288.7L564.8,288.2L566.2,284.8L566.0,280.1L568.8,276.9L569.3,274.0L571.5,272.9L572.0,269.3L575.0,264.4L574.9,259.6L575.7,259.6L576.7,259.6L578.5,259.4L597.2,259.6Z" class="need-state need-moderate" data-state="Tennessee" style="fill:#d6894e"><title>Tennessee: Moderate need, 10 feed records covered</title></path><path d="M597.2,259.6L597.0,256.1L600.3,257.0L619.3,256.6L635.9,257.3L638.9,257.1L650.1,257.7L663.0,257.9L663.2,257.6L693.2,257.8L692.6,262.4L689.8,263.4L687.9,267.0L685.1,266.2L679.2,269.9L678.8,268.0L676.7,269.3L673.4,273.6L669.6,274.7L665.8,277.7L661.7,277.8L658.0,280.6L656.9,283.8L653.9,284.3L653.5,288.8L634.1,288.9L607.7,288.6L595.0,288.7L591.0,288.7L563.3,288.7L564.8,288.2L566.2,284.8L566.0,280.1L568.8,276.9L569.3,274.0L571.5,272.9L572.0,269.3L575.0,264.4L574.9,259.6L575.7,259.6L576.7,259.6L578.5,259.4L597.2,259.6Z" class="need-hatch" fill="url(#needHatch)" aria-hidden="true"></path><path d="M390.1,259.5L417.4,259.5L417.4,297.1L418.6,296.9L422.0,300.6L423.8,300.0L428.6,300.2L429.6,303.9L432.7,303.7L436.0,305.4L438.9,305.2L440.2,306.7L442.1,304.9L445.0,305.8L446.2,307.9L448.3,308.2L449.5,310.9L452.1,308.3L455.7,309.8L457.0,311.4L458.7,310.7L460.0,313.1L463.8,308.8L464.8,311.0L468.1,311.0L471.3,312.4L472.4,314.1L475.4,311.1L478.6,310.1L480.1,311.2L483.6,309.3L484.5,310.4L488.3,310.5L489.3,308.8L493.2,310.7L494.7,312.9L500.4,315.0L502.0,316.8L505.0,315.9L507.1,316.7L507.1,327.0L507.1,346.9L510.4,351.1L510.5,355.3L514.6,363.2L514.9,367.3L513.3,372.3L511.8,374.3L512.3,377.0L511.2,379.0L512.4,382.7L508.9,389.6L510.2,391.5L507.7,391.6L499.9,394.3L497.1,392.8L496.6,389.6L494.6,391.8L493.2,391.3L492.5,394.1L494.0,395.2L494.3,398.8L491.5,402.7L486.9,407.4L477.9,412.5L476.9,411.7L474.2,412.9L474.1,411.8L470.4,412.6L468.7,410.2L467.6,410.7L471.6,415.7L468.7,417.3L466.0,416.3L465.6,419.8L462.2,423.5L458.7,430.1L456.5,437.1L454.9,436.6L454.4,439.2L456.2,438.5L455.3,443.6L454.2,443.8L454.1,446.7L455.5,448.3L455.9,454.1L457.6,456.1L458.0,459.8L459.3,463.1L454.7,465.1L452.8,462.6L449.2,461.6L444.5,461.9L440.5,458.7L437.5,458.4L435.1,455.8L432.0,455.0L429.9,452.5L428.5,446.7L425.7,443.2L426.1,440.2L424.8,437.0L425.3,434.3L423.4,431.2L421.8,430.9L419.2,428.1L418.4,424.6L416.2,421.4L413.0,418.8L411.4,412.9L409.9,411.4L407.9,406.7L407.3,402.9L405.4,400.1L402.2,397.7L401.4,396.0L398.5,394.5L396.1,390.2L389.6,389.3L385.6,389.5L382.2,388.0L381.5,390.0L377.8,390.7L375.1,394.7L373.5,401.2L372.6,401.3L370.5,405.1L368.0,405.2L364.3,402.2L355.0,397.5L353.2,394.9L349.6,392.5L347.0,387.0L346.8,382.0L344.3,377.9L343.7,374.4L342.1,372.2L336.2,368.9L333.1,364.5L330.5,362.9L327.8,359.1L324.0,357.0L321.4,351.9L319.1,350.9L317.4,348.7L317.8,346.7L371.2,346.7L371.2,327.3L371.6,307.7L371.7,259.5L372.2,259.5L390.1,259.5Z" class="need-state need-lower" data-state="Texas" style="fill:#5b9c7a"><title>Texas: Lower need, 15 feed records covered</title></path><path d="M234.3,153.1L251.1,153.0L251.1,172.4L281.2,172.4L281.1,208.7L281.0,225.2L281.3,227.3L281.3,249.9L259.4,249.8L205.9,249.9L206.0,153.1L234.3,153.1Z" class="need-state need-lower" data-state="Utah" style="fill:#5b9c7a"><title>Utah: Lower need, 5 feed records covered</title></path><path d="M846.4,94.7L846.6,96.6L844.5,99.8L845.9,102.9L843.4,106.2L838.4,108.0L838.5,112.8L837.2,114.4L835.9,118.7L833.2,122.6L832.1,130.7L832.2,133.5L830.9,134.6L830.7,137.4L832.1,138.9L819.9,138.6L819.7,136.9L820.2,123.5L817.8,120.3L818.6,118.7L817.3,113.4L819.0,109.5L819.5,105.8L818.0,102.3L818.9,98.7L818.7,94.7L834.3,94.9L846.4,94.7Z" class="need-state need-lower" data-state="Vermont" style="fill:#5b9c7a"><title>Vermont: Lower need, 16 feed records covered</title></path><path d="M787.8,230.3L790.1,229.9L788.1,233.2L786.1,234.4L784.8,238.8L781.7,246.1L779.1,247.5L778.3,244.9L779.6,239.0L783.7,231.4L787.8,230.3ZM778.5,231.4L778.8,231.4L778.1,231.4L778.5,231.4ZM743.3,202.1L751.2,208.6L752.8,204.9L755.1,205.2L756.8,206.8L756.8,209.7L759.9,210.6L761.9,212.4L763.1,215.2L761.7,218.3L759.9,219.1L758.8,221.9L759.4,223.9L763.5,223.3L764.2,226.3L769.5,227.6L771.0,230.0L775.2,232.7L773.3,238.1L775.0,242.3L772.9,244.4L772.7,246.8L774.6,248.3L772.5,250.6L769.4,247.5L768.7,248.6L771.4,250.8L778.8,251.4L780.7,258.6L725.9,258.8L714.1,258.7L703.8,258.4L693.2,257.8L663.2,257.6L671.3,254.9L672.3,252.7L675.2,252.0L675.3,250.3L677.6,249.0L677.6,247.5L683.1,244.7L688.8,239.5L688.6,241.1L690.7,244.4L693.2,246.0L695.1,245.8L698.0,243.3L700.1,245.3L703.9,244.3L710.8,240.5L711.4,241.7L714.0,240.0L714.1,236.5L715.7,233.4L718.5,230.6L719.7,227.1L722.7,223.5L723.8,219.0L726.4,221.7L728.8,222.5L730.4,220.9L733.6,214.0L735.5,215.7L742.5,207.9L743.3,202.1Z" class="need-state need-lower" data-state="Virginia" style="fill:#5b9c7a"><title>Virginia: Lower need, 58 feed records covered</title></path><path d="M161.0,17.4L160.8,41.4L160.9,67.3L160.7,68.9L162.6,72.3L162.7,75.7L131.6,75.6L129.5,76.8L123.5,77.3L116.9,79.0L113.2,80.9L108.7,81.4L106.7,80.4L98.5,83.2L98.0,81.9L93.2,80.9L89.1,81.2L82.5,84.3L74.8,82.1L74.0,76.3L72.6,74.0L69.4,72.0L68.0,72.2L65.6,72.7L63.0,70.5L60.2,69.7L58.0,70.9L55.1,69.2L55.7,66.5L57.7,65.2L54.6,61.1L52.6,50.6L51.3,49.3L49.7,41.8L46.7,39.0L45.5,33.2L47.1,29.4L50.2,31.2L56.4,33.7L60.6,33.6L64.8,34.5L68.7,33.6L70.6,35.3L74.2,35.1L76.6,39.4L78.5,39.1L78.8,44.8L79.9,50.0L81.3,49.5L79.9,45.0L80.3,40.7L82.8,36.2L80.8,34.4L80.6,31.2L79.1,27.7L79.9,25.2L78.9,22.2L76.5,21.8L74.3,19.5L74.8,17.4L161.0,17.4ZM75.4,30.8L77.4,29.9L77.1,33.9L74.7,32.4L75.4,30.8ZM70.8,25.5L72.4,22.9L74.7,26.0L74.0,28.7L70.5,27.9L70.8,25.5Z" class="need-state need-lower" data-state="Washington" style="fill:#5b9c7a"><title>Washington: Lower need, 78 feed records covered</title></path><path d="M710.7,179.4L710.7,197.2L726.4,197.2L726.2,207.1L729.2,205.3L732.1,202.0L734.1,202.7L737.1,199.8L741.5,201.2L742.1,199.1L744.6,199.2L746.0,197.7L748.5,199.5L751.1,199.5L752.8,204.9L751.2,208.6L743.3,202.1L742.5,207.9L735.5,215.7L733.6,214.0L730.4,220.9L728.8,222.5L726.4,221.7L723.8,219.0L722.7,223.5L719.7,227.1L718.5,230.6L715.7,233.4L714.1,236.5L714.0,240.0L711.4,241.7L710.8,240.5L703.9,244.3L700.1,245.3L698.0,243.3L695.1,245.8L693.2,246.0L690.7,244.4L688.6,241.1L688.8,239.5L686.9,239.2L684.0,236.9L683.2,234.7L680.9,231.8L679.0,228.1L679.4,222.3L683.4,221.9L684.0,219.3L685.8,218.3L685.1,215.3L687.9,210.6L690.1,213.6L691.7,211.8L691.2,209.6L693.1,205.9L694.9,206.0L696.6,203.2L698.2,204.5L700.1,203.6L706.0,197.4L707.4,190.3L709.5,185.6L709.5,182.6L708.5,180.5L710.7,179.4Z" class="need-state need-moderate" data-state="West Virginia" style="fill:#d6894e"><title>West Virginia: Moderate need, 1 feed record covered</title></path><path d="M710.7,179.4L710.7,197.2L726.4,197.2L726.2,207.1L729.2,205.3L732.1,202.0L734.1,202.7L737.1,199.8L741.5,201.2L742.1,199.1L744.6,199.2L746.0,197.7L748.5,199.5L751.1,199.5L752.8,204.9L751.2,208.6L743.3,202.1L742.5,207.9L735.5,215.7L733.6,214.0L730.4,220.9L728.8,222.5L726.4,221.7L723.8,219.0L722.7,223.5L719.7,227.1L718.5,230.6L715.7,233.4L714.1,236.5L714.0,240.0L711.4,241.7L710.8,240.5L703.9,244.3L700.1,245.3L698.0,243.3L695.1,245.8L693.2,246.0L690.7,244.4L688.6,241.1L688.8,239.5L686.9,239.2L684.0,236.9L683.2,234.7L680.9,231.8L679.0,228.1L679.4,222.3L683.4,221.9L684.0,219.3L685.8,218.3L685.1,215.3L687.9,210.6L690.1,213.6L691.7,211.8L691.2,209.6L693.1,205.9L694.9,206.0L696.6,203.2L698.2,204.5L700.1,203.6L706.0,197.4L707.4,190.3L709.5,185.6L709.5,182.6L708.5,180.5L710.7,179.4Z" class="need-hatch" fill="url(#needHatch)" aria-hidden="true"></path><path d="M561.7,64.5L564.5,65.7L566.2,69.0L581.7,72.9L588.1,75.8L590.1,75.1L596.5,77.1L598.2,79.5L601.4,81.8L601.2,85.2L599.8,87.9L603.3,88.3L601.9,91.1L604.3,93.1L603.7,95.4L600.8,95.8L598.3,100.3L597.4,103.4L599.1,103.9L601.5,101.9L603.9,98.1L607.1,96.6L609.5,91.7L612.7,90.6L612.4,93.2L610.3,95.5L606.1,103.6L604.9,108.0L605.0,111.2L603.4,112.3L602.0,116.6L602.5,120.3L601.2,122.8L599.4,128.8L599.8,133.6L601.6,137.8L601.0,143.5L586.2,143.5L558.3,143.1L557.3,140.7L551.9,138.5L550.7,135.4L550.2,131.1L552.1,128.7L549.8,126.8L549.7,123.9L548.8,121.7L549.3,118.6L546.4,114.4L544.0,113.7L539.7,110.4L539.0,107.8L534.3,105.7L532.8,103.6L529.6,103.3L525.7,99.8L526.7,92.6L526.4,89.4L528.2,86.4L526.3,83.9L524.5,83.7L524.8,81.0L528.2,76.8L532.5,75.2L533.4,74.1L533.4,62.6L536.5,61.0L537.6,61.9L541.0,62.1L551.5,58.8L555.4,57.0L556.7,58.4L554.6,60.9L559.6,64.2L561.7,64.5Z" class="need-state need-lower" data-state="Wisconsin" style="fill:#5b9c7a"><title>Wisconsin: Lower need, 15 feed records covered</title></path><path d="M280.7,94.9L328.4,94.9L356.3,95.0L356.4,133.6L356.4,172.3L331.2,172.4L298.2,172.3L281.2,172.4L251.1,172.4L251.1,153.0L251.1,105.1L251.0,94.9L280.7,94.9Z" class="need-state need-empty" aria-hidden="true"></path><path d="M219.1,553.9L219.2,552.7L220.0,553.5L219.9,554.7L218.9,554.5L219.1,553.9ZM218.3,551.7L218.9,552.6L218.6,553.9L218.3,553.4L218.3,551.7ZM214.1,544.3L215.0,544.2L215.3,544.4L215.2,545.5L214.4,545.8L213.7,545.1L214.1,544.3ZM211.8,545.0L213.4,545.2L213.8,546.6L215.4,548.2L215.9,549.1L216.0,549.9L216.3,550.1L216.4,551.1L217.0,552.1L217.1,553.1L217.5,552.8L217.7,553.5L217.8,556.3L217.5,557.0L216.5,556.9L216.2,555.4L215.9,555.5L215.1,554.5L214.9,554.8L214.3,554.5L214.4,555.5L215.0,555.3L215.4,555.7L215.2,557.1L214.5,557.0L213.4,555.1L213.1,554.1L213.2,553.1L212.3,553.2L212.3,552.5L213.0,552.4L213.6,551.7L213.3,550.5L212.6,550.3L212.5,548.4L212.2,547.4L211.7,548.1L211.5,547.0L212.0,546.5L211.6,545.2L211.8,545.0ZM211.3,550.7L212.0,551.2L212.5,550.6L213.0,550.9L212.5,552.0L211.7,551.7L211.3,550.7ZM210.7,540.7L210.2,540.0L210.8,539.5L212.7,540.2L213.6,540.2L214.2,541.5L215.4,542.6L215.3,543.5L214.7,543.9L213.8,543.7L213.3,544.2L212.5,543.9L211.6,544.2L211.4,542.5L211.5,541.4L210.8,541.4L210.7,540.7ZM209.9,544.0L209.4,543.4L208.9,542.2L208.8,541.3L209.3,540.9L209.7,541.3L209.8,540.6L211.3,541.9L211.4,543.2L210.9,543.3L210.6,544.8L210.9,545.2L210.5,546.8L210.0,546.5L209.9,547.5L209.5,547.0L209.3,545.0L209.9,544.0ZM208.0,545.4L207.9,546.3L207.4,545.8L206.1,542.6L205.2,541.6L205.5,540.8L205.2,539.0L204.2,537.5L205.2,536.1L205.6,536.7L206.5,537.2L207.3,537.2L207.3,538.4L208.0,542.2L208.0,545.4ZM207.8,531.3L209.0,531.8L209.7,531.8L209.7,532.3L210.7,534.3L210.0,534.0L209.8,534.7L210.6,535.7L210.8,537.6L210.1,538.0L209.8,538.7L208.5,540.0L208.2,540.0L208.0,538.6L208.3,537.7L208.1,536.5L207.7,535.0L207.8,534.2L207.5,532.2L207.0,531.4L206.9,529.9L207.8,531.3ZM203.6,537.8L204.1,537.8L204.6,539.1L204.4,540.0L203.6,540.2L203.7,538.8L203.6,537.8ZM202.0,531.4L203.1,531.4L203.9,530.8L204.9,531.7L204.3,532.6L204.5,533.0L205.1,531.9L206.3,532.3L207.0,533.1L206.6,534.5L206.9,534.6L207.4,536.6L206.4,536.8L204.6,535.3L204.7,536.9L204.1,537.5L203.5,537.2L203.1,536.2L202.3,535.6L201.7,534.2L201.0,533.5L201.0,532.4L201.5,532.0L201.7,531.0L202.0,531.4ZM162.6,516.9L161.1,518.7L161.0,519.4L159.7,519.9L160.0,518.8L161.3,517.6L162.2,516.3L162.6,516.9ZM160.9,514.1L160.7,515.6L160.1,517.2L159.4,516.7L160.0,514.9L160.9,514.1ZM160.0,443.5L160.4,443.9L162.3,444.2L163.3,444.0L164.7,444.0L166.2,444.3L167.1,444.1L167.9,444.7L169.5,445.4L171.6,445.5L172.2,445.1L173.6,444.9L174.2,444.4L175.7,444.3L175.7,444.7L176.6,444.5L178.4,445.0L179.7,445.9L180.9,446.4L181.1,446.8L182.2,446.9L183.2,447.5L183.4,448.0L184.0,447.6L184.8,447.9L184.8,516.1L186.5,516.7L186.7,516.1L188.5,517.0L189.6,515.8L191.8,515.7L191.4,517.7L191.9,518.3L193.2,519.0L193.5,520.0L197.2,523.8L197.8,526.3L198.4,525.6L200.0,524.4L200.9,524.4L201.4,523.5L201.3,522.2L202.0,522.2L202.1,521.1L203.3,520.8L205.0,519.8L206.6,521.5L206.5,522.5L206.9,523.6L207.8,523.8L209.0,525.4L208.9,525.8L209.4,526.6L210.9,527.6L213.4,531.8L213.7,532.9L214.5,534.0L215.6,536.5L216.7,538.6L216.3,539.5L217.5,539.8L217.2,541.1L218.1,541.6L218.2,543.1L219.2,543.0L221.0,544.6L222.1,544.8L222.7,545.6L223.2,545.8L223.4,546.5L224.6,546.7L224.9,547.6L224.4,549.2L224.5,550.5L225.0,552.8L224.6,553.3L223.7,555.4L222.4,556.9L222.1,556.1L221.6,556.3L221.3,554.8L221.4,554.2L221.0,553.4L221.8,552.6L221.6,552.3L220.7,553.3L220.3,552.7L219.7,553.1L218.2,551.5L218.7,549.7L217.8,550.3L217.7,551.2L217.0,550.5L216.8,549.7L217.3,548.8L217.2,547.8L216.5,548.6L215.7,547.0L215.3,547.3L215.0,545.9L215.7,545.0L216.4,545.0L216.2,544.0L216.6,542.6L216.0,542.6L214.8,541.4L214.0,540.0L212.1,538.9L212.1,536.0L211.5,535.6L211.7,534.4L211.0,534.1L210.1,532.5L209.8,531.7L208.2,531.4L206.4,529.2L205.7,524.2L205.3,525.4L205.5,526.4L206.2,528.4L206.0,528.7L206.5,530.4L206.4,531.4L205.7,531.2L205.1,530.0L204.4,529.8L203.4,530.1L203.4,528.4L202.7,527.0L202.2,527.4L199.9,525.9L199.7,526.3L200.9,526.8L201.9,528.0L202.3,528.0L202.4,529.0L202.9,530.1L201.6,530.8L200.9,530.4L200.9,531.4L199.9,530.6L199.6,530.0L199.0,530.0L197.3,528.6L196.1,527.3L196.0,526.6L195.3,525.4L193.4,524.6L192.4,523.8L190.6,522.8L189.4,521.9L189.5,520.9L189.8,521.3L190.2,520.6L189.8,519.2L190.3,518.4L190.1,518.0L189.2,519.5L187.3,520.5L185.1,520.2L183.2,519.3L183.1,518.5L182.2,518.7L181.3,518.2L179.2,517.7L178.0,517.7L175.2,518.1L174.3,518.3L173.0,517.3L171.5,516.8L171.0,516.2L170.8,515.1L169.8,515.2L169.4,516.1L167.5,514.9L167.2,514.3L165.3,515.3L164.3,516.6L163.9,515.4L164.3,514.8L164.9,514.9L166.7,514.1L166.5,513.5L165.6,513.8L165.3,512.9L164.5,512.8L163.7,510.7L163.4,511.2L162.3,511.5L161.9,511.2L161.5,511.9L160.1,511.7L160.1,512.4L159.1,512.6L158.7,512.3L159.0,511.0L158.6,511.0L158.0,512.5L158.9,512.9L158.9,514.0L159.5,515.1L159.2,516.3L158.5,515.9L158.3,516.5L158.9,516.7L159.3,518.3L158.3,518.7L157.8,518.3L156.9,518.8L156.5,518.4L155.4,518.5L155.4,517.9L154.9,518.3L154.6,519.0L154.1,518.3L153.5,519.3L153.8,519.7L152.9,520.3L152.2,520.4L151.9,521.1L151.0,521.8L150.5,521.6L149.9,522.4L149.4,522.3L148.3,524.0L147.2,524.1L146.8,523.6L146.2,524.4L144.8,523.8L145.1,522.5L146.0,522.1L146.6,522.2L146.8,521.7L147.9,520.7L147.9,519.9L146.5,521.0L145.3,520.4L145.2,519.9L145.8,518.1L146.8,516.8L146.9,515.7L147.2,515.5L147.4,514.3L146.8,513.1L148.1,512.6L150.5,510.7L151.1,511.5L151.8,511.7L152.9,510.9L151.7,509.9L151.2,509.1L150.3,509.2L149.6,508.9L149.4,509.2L148.2,509.7L147.7,510.7L146.6,510.9L145.4,512.1L145.3,512.9L144.4,513.3L144.2,514.1L143.5,514.6L143.2,516.1L142.0,517.1L142.6,517.8L142.1,518.9L140.9,519.1L140.8,520.6L139.8,521.1L139.4,520.5L138.9,521.6L138.2,521.7L138.4,522.4L136.9,522.9L136.7,525.1L138.3,525.2L139.6,525.8L139.9,526.6L139.4,527.7L138.5,528.4L137.7,528.5L137.7,529.1L137.1,529.4L137.4,530.2L136.8,531.4L135.7,532.5L135.0,532.5L134.4,532.9L133.8,532.8L133.3,533.2L133.4,533.8L132.5,534.2L132.3,535.0L131.7,534.5L131.0,536.2L129.9,536.1L130.0,537.0L129.3,536.8L128.8,537.2L128.8,538.4L128.1,540.3L126.8,540.6L125.8,541.4L125.7,541.9L125.1,541.2L124.0,543.1L123.7,542.6L123.1,542.7L122.9,543.8L122.3,544.2L121.6,544.0L121.0,545.0L122.0,545.4L120.9,547.7L117.8,548.4L116.9,550.5L116.7,550.0L116.8,548.8L116.2,548.6L115.4,549.0L115.3,549.6L114.0,550.4L113.5,551.3L113.4,550.7L113.0,551.5L112.3,550.9L111.0,552.2L110.0,552.1L110.1,551.2L109.7,550.3L109.3,551.0L109.3,551.8L108.0,554.3L107.5,553.7L107.4,554.6L106.5,554.4L106.3,553.0L105.8,552.7L105.6,553.2L106.1,553.8L105.8,554.8L105.1,555.3L104.5,554.2L103.8,554.1L103.7,554.6L104.4,555.2L103.2,556.3L104.0,556.5L104.0,557.0L103.3,556.7L102.4,557.6L100.6,557.6L99.7,558.2L99.6,558.7L98.5,559.3L97.8,559.1L97.5,557.7L98.3,557.3L98.9,555.6L99.6,555.6L101.3,554.5L102.6,554.5L103.1,555.5L103.5,554.7L103.4,553.9L104.1,553.5L105.0,553.5L106.1,551.5L107.3,549.8L108.9,548.3L110.8,547.6L111.5,548.0L112.3,547.5L112.5,548.2L112.1,548.9L112.5,549.4L112.7,548.6L113.6,548.5L113.9,549.0L114.5,549.2L114.5,548.6L113.5,548.0L113.4,547.6L114.1,545.7L114.9,544.6L116.1,543.6L117.9,542.6L119.3,541.3L119.9,541.8L120.4,541.6L120.2,540.8L120.4,540.0L121.4,538.3L122.8,537.2L123.9,535.8L123.9,535.0L124.8,529.3L126.1,527.8L126.0,526.6L122.6,528.3L121.6,528.1L121.3,527.4L120.7,527.0L120.5,526.2L120.0,526.6L119.6,527.8L120.2,529.4L119.5,530.1L118.9,529.8L117.7,527.4L116.9,526.1L116.5,526.1L116.2,527.0L115.8,527.2L115.3,526.4L114.6,526.3L114.3,525.1L112.4,526.5L110.6,527.5L110.5,528.0L109.1,528.9L108.4,528.1L109.0,527.2L108.8,525.2L108.3,523.0L109.3,522.0L108.5,520.2L107.8,519.2L107.3,517.7L106.5,517.0L106.3,518.3L105.4,518.6L103.9,519.5L102.1,519.8L101.1,519.7L100.3,519.3L100.2,518.1L99.5,517.8L98.3,516.2L97.4,515.9L96.3,514.1L97.0,513.3L97.2,511.8L96.6,512.1L96.5,511.2L96.8,510.5L96.1,509.8L96.0,510.5L95.1,510.2L95.0,509.0L94.3,508.8L93.9,508.0L93.9,506.9L93.2,507.4L93.1,506.4L93.9,506.2L93.2,505.1L94.5,505.0L94.5,503.6L94.8,502.7L97.1,499.8L97.5,498.9L97.9,499.1L97.7,497.8L98.6,495.7L99.3,494.9L100.7,494.5L101.8,494.9L103.4,496.1L104.4,496.0L105.8,494.7L107.2,492.9L107.9,492.7L108.1,493.2L109.8,493.2L111.3,492.8L112.7,490.8L112.7,490.3L112.0,488.5L111.9,487.4L110.9,486.2L110.5,485.2L111.5,485.5L112.6,484.7L112.6,483.9L111.3,482.4L110.3,483.6L109.4,483.4L108.5,484.0L107.6,484.2L107.3,484.6L106.2,485.2L105.9,486.3L105.3,486.8L105.0,485.5L104.4,485.2L103.9,486.2L103.6,485.7L102.3,485.0L99.8,485.0L97.9,485.8L97.2,486.0L95.7,485.5L92.9,484.9L92.2,484.5L91.8,483.8L92.1,482.8L91.1,481.9L91.3,481.0L91.9,480.5L91.7,479.4L90.7,479.4L89.8,479.0L88.2,478.8L87.3,478.2L86.0,477.6L85.9,476.8L88.0,475.8L90.6,474.2L92.4,473.2L93.4,473.7L94.5,473.8L94.7,473.0L94.1,472.9L94.0,472.2L96.6,471.1L99.4,470.3L100.9,470.2L101.8,470.5L101.3,471.7L101.5,472.5L101.2,473.1L101.7,474.1L102.7,473.9L104.0,474.1L105.4,473.9L105.9,474.2L106.8,474.3L107.7,474.0L108.8,474.4L109.8,472.8L110.6,472.7L111.1,473.0L111.4,472.1L109.9,471.6L108.5,472.0L108.6,470.8L107.5,469.5L106.3,469.1L106.0,468.0L106.9,467.7L108.1,468.8L107.9,469.8L108.5,470.5L109.7,471.3L110.0,470.4L108.6,469.3L109.2,467.2L108.7,466.8L107.3,467.3L105.8,467.2L105.6,466.8L104.9,467.2L101.8,466.3L101.8,465.4L100.8,463.3L100.1,462.6L98.9,461.9L96.5,460.2L95.4,459.5L94.3,459.3L92.7,458.1L91.1,457.5L91.0,457.2L92.2,456.9L92.8,455.7L92.8,453.5L96.0,453.7L99.9,453.1L101.0,452.7L102.6,451.6L104.1,449.9L104.4,448.2L105.1,446.7L106.5,445.5L107.0,444.5L108.7,443.1L109.0,443.5L110.4,443.6L112.4,442.8L113.7,442.0L116.8,439.5L117.9,439.4L118.0,439.8L119.2,439.5L120.4,439.6L122.7,439.3L124.9,438.2L127.1,436.0L128.0,435.5L128.2,435.9L131.6,436.8L131.9,437.4L130.7,438.3L130.1,438.3L130.2,439.4L131.9,439.1L132.0,438.5L132.8,437.9L133.0,438.2L133.6,436.9L135.3,438.1L135.0,439.0L136.1,439.2L136.7,439.7L137.6,438.9L139.2,438.9L140.2,438.6L142.5,438.9L143.7,439.2L143.1,440.9L145.3,441.3L145.5,441.8L147.6,442.5L147.7,442.2L149.2,441.7L150.7,441.7L150.7,442.1L151.6,442.2L152.5,441.6L153.9,441.5L155.0,441.8L156.4,442.4L157.0,442.3L158.0,443.1L158.5,442.8L159.4,443.0L160.0,443.5ZM141.2,532.7L141.2,533.0L140.0,532.6L140.9,530.7L141.7,530.5L142.2,528.8L142.9,530.3L143.4,529.8L144.4,530.6L144.4,531.8L142.9,532.0L142.3,532.5L141.2,532.7ZM137.5,536.3L138.6,535.3L137.6,535.1L137.6,534.3L138.4,533.7L138.9,534.1L139.0,535.0L139.3,534.4L139.4,533.2L140.0,533.7L140.2,532.9L140.8,533.4L141.5,533.4L142.0,533.0L143.0,533.7L143.0,535.8L144.1,535.7L143.4,537.1L142.0,536.5L142.5,537.4L142.1,538.2L141.4,537.8L141.3,539.3L140.2,539.7L139.9,540.3L139.2,539.7L138.5,541.2L137.9,541.4L137.3,542.1L137.1,540.4L136.3,541.3L136.2,540.8L135.5,540.3L135.4,538.8L134.7,538.2L135.1,536.5L136.5,535.4L137.4,535.5L137.5,536.3ZM135.4,543.1L134.7,544.6L134.4,544.4L135.4,543.1ZM131.4,548.1L132.0,548.2L131.8,549.7L130.8,549.5L130.7,549.0L131.4,548.1ZM115.9,552.7L115.7,554.3L114.5,555.6L115.1,553.6L115.5,553.8L115.9,552.7ZM113.6,552.2L114.3,552.2L114.2,553.0L113.6,553.9L113.0,553.3L112.6,553.8L112.4,552.5L112.6,552.0L113.6,552.2ZM107.2,554.9L107.3,555.6L106.9,556.0L106.6,555.3L107.2,554.9ZM106.7,491.8L106.1,492.5L105.9,491.9L106.7,491.8ZM105.2,558.5L106.0,558.8L105.9,559.4L105.3,559.4L105.2,558.5ZM95.2,559.9L95.5,560.8L94.9,561.1L94.7,560.3L95.2,559.9ZM94.5,561.0L93.4,561.8L93.2,561.2L93.7,560.5L94.5,561.0ZM92.3,515.7L93.1,515.4L93.3,515.9L94.0,515.8L94.7,516.3L94.9,518.4L94.5,519.1L93.6,519.5L93.4,520.2L92.0,519.4L91.3,519.4L90.0,518.4L89.5,518.4L88.7,517.8L88.4,516.8L88.8,516.6L90.2,516.8L90.8,516.1L91.5,516.0L91.8,515.5L92.3,515.7ZM92.2,562.0L92.8,562.6L91.6,563.9L91.6,564.2L93.2,563.2L93.2,563.7L92.6,564.4L91.6,564.9L91.5,565.5L90.4,566.3L89.4,566.3L88.8,567.0L87.7,567.6L87.0,566.9L88.3,566.2L88.6,566.3L89.6,565.7L89.3,564.9L89.9,564.2L90.6,564.5L90.7,564.1L89.9,563.9L89.4,563.4L89.8,562.5L91.2,562.0L91.5,563.0L92.2,562.0ZM83.4,568.3L84.8,566.9L84.9,566.3L85.4,565.6L86.3,565.3L86.7,565.6L86.9,566.6L85.3,567.6L84.5,569.1L83.8,569.7L83.4,568.3ZM79.9,570.2L80.1,570.9L79.1,570.9L79.0,570.5L79.9,570.2ZM78.4,538.6L77.9,539.3L77.8,538.6L78.4,538.6ZM76.5,571.6L76.8,572.3L76.1,572.8L76.0,572.1L76.5,571.6ZM72.6,491.2L75.5,492.3L77.2,491.4L78.0,491.4L78.6,492.0L78.8,492.8L80.3,493.3L80.7,493.7L82.6,493.9L83.8,494.3L83.2,495.3L82.2,495.1L81.3,495.3L80.8,495.8L80.3,496.9L79.6,495.9L78.8,495.2L78.0,495.1L77.7,494.3L75.8,493.4L75.0,493.3L73.6,494.2L72.6,493.7L72.2,492.9L72.6,491.2ZM70.1,573.9L70.2,574.7L69.5,574.9L69.6,574.1L70.1,573.9ZM65.8,575.6L66.2,575.9L67.6,575.9L67.7,576.1L66.0,576.5L65.8,575.6ZM63.2,574.7L63.2,573.9L63.7,573.7L64.5,574.4L64.2,575.1L63.7,575.0L63.9,575.8L63.2,575.9L61.7,576.7L60.9,576.4L61.1,575.9L62.0,575.9L63.2,574.7ZM55.4,577.8L56.0,577.7L56.0,578.6L55.2,578.5L54.2,579.5L53.8,578.1L54.2,578.1L54.3,577.0L54.8,576.9L54.8,577.7L55.4,577.8ZM52.9,577.1L53.3,577.5L53.0,578.7L52.4,579.0L52.4,578.3L52.9,577.1ZM49.3,577.3L50.0,577.3L50.5,578.2L49.9,579.2L49.3,577.3ZM16.6,569.5L15.9,569.9L15.8,570.7L10.0,571.1L11.0,569.9L11.0,569.4L16.6,569.5Z" class="need-state need-lower" data-state="Alaska" style="fill:#5b9c7a"><title>Alaska: Lower need, 6 feed records covered</title></path><path d="M340.0,579.8L334.0,577.5L333.1,575.2L333.9,569.5L329.6,559.6L333.0,556.3L335.3,551.8L333.6,548.9L334.1,545.8L340.9,549.4L348.5,552.1L353.1,556.1L353.1,559.4L360.0,564.9L355.8,569.5L348.2,571.6L342.9,575.0L340.0,579.8ZM316.9,526.1L319.7,529.7L323.3,528.1L331.1,532.2L329.9,535.9L321.9,537.7L320.4,537.0L320.0,532.5L315.8,531.5L314.3,529.0L316.9,526.1ZM307.4,521.5L305.0,524.2L299.4,524.2L301.1,521.2L307.4,521.5ZM283.9,508.9L286.5,515.0L285.2,518.5L280.0,519.1L276.6,511.9L279.6,511.7L283.9,508.9ZM247.2,495.2L249.9,495.5L251.3,498.2L250.5,502.0L247.7,504.4L240.0,501.4L240.9,497.2L247.2,495.2Z" class="need-state need-lower" data-state="Hawaii" style="fill:#5b9c7a"><title>Hawaii: Lower need, 3 feed records covered</title></path></svg><figcaption class="map-legend"><span class="map-key-lab">Need tier:</span> <span class="map-key"><span class="need-swatch need-high" aria-hidden="true"></span>High need</span><span class="map-key"><span class="need-swatch need-moderate" aria-hidden="true"></span>Moderate need</span><span class="map-key"><span class="need-swatch need-lower" aria-hidden="true"></span>Lower need</span><span class="map-key need-empty-key"><span class="need-swatch need-empty" aria-hidden="true"></span>No tracked feeds</span></figcaption></figure>
<div id="equity-tables" tabindex="-1">
<section aria-labelledby="states-h"><h2 class="section-title" id="states-h">Every state</h2><p class="page-lede">The ACS need tier for every state we track, with guarded score summaries only where a comparable feed cohort exists.</p><table class="leaderboard"><thead><tr><th scope="col">State</th><th scope="col">Need tier</th><th scope="col">D/F share</th><th scope="col">Feed records</th><th scope="col">Comparable feeds</th><th scope="col">Median score</th></tr></thead><tbody><tr data-state-key="Louisiana"><th scope="row">Louisiana</th><td>High need</td><td>Not compared</td><td>3</td><td>0</td><td>Not compared</td></tr><tr data-state-key="Mississippi"><th scope="row">Mississippi</th><td>High need</td><td>Not compared</td><td>3</td><td>0</td><td>Not compared</td></tr><tr data-state-key="New Mexico"><th scope="row">New Mexico</th><td>High need</td><td>Not compared</td><td>14</td><td>0</td><td>Not compared</td></tr><tr data-state-key="Alabama"><th scope="row">Alabama</th><td>Moderate need</td><td>Not compared</td><td>9</td><td>0</td><td>Not compared</td></tr><tr data-state-key="Arkansas"><th scope="row">Arkansas</th><td>Moderate need</td><td>Not compared</td><td>3</td><td>0</td><td>Not compared</td></tr><tr data-state-key="District of Columbia"><th scope="row">District of Columbia</th><td>Moderate need</td><td>Not compared</td><td>5</td><td>0</td><td>Not compared</td></tr><tr data-state-key="Kentucky"><th scope="row">Kentucky</th><td>Moderate need</td><td>Not compared</td><td>7</td><td>0</td><td>Not compared</td></tr><tr data-state-key="Maine"><th scope="row">Maine</th><td>Moderate need</td><td>Not compared</td><td>7</td><td>0</td><td>Not compared</td></tr><tr data-state-key="New York"><th scope="row">New York</th><td>Moderate need</td><td>Not compared</td><td>84</td><td>0</td><td>Not compared</td></tr><tr data-state-key="Oklahoma"><th scope="row">Oklahoma</th><td>Moderate need</td><td>Not compared</td><td>4</td><td>0</td><td>Not compared</td></tr><tr data-state-key="Tennessee"><th scope="row">Tennessee</th><td>Moderate need</td><td>Not compared</td><td>10</td><td>0</td><td>Not compared</td></tr><tr data-state-key="West Virginia"><th scope="row">West Virginia</th><td>Moderate need</td><td>Not compared</td><td>1</td><td>0</td><td>Not compared</td></tr><tr data-state-key="Alaska"><th scope="row">Alaska</th><td>Lower need</td><td>Not compared</td><td>6</td><td>0</td><td>Not compared</td></tr><tr data-state-key="Arizona"><th scope="row">Arizona</th><td>Lower need</td><td>Not compared</td><td>23</td><td>0</td><td>Not compared</td></tr><tr data-state-key="California"><th scope="row">California</th><td>Lower need</td><td>Not compared</td><td>186</td><td>0</td><td>Not compared</td></tr><tr data-state-key="Colorado"><th scope="row">Colorado</th><td>Lower need</td><td>Not compared</td><td>95</td><td>0</td><td>Not compared</td></tr><tr data-state-key="Connecticut"><th scope="row">Connecticut</th><td>Lower need</td><td>Not compared</td><td>11</td><td>0</td><td>Not compared</td></tr><tr data-state-key="Delaware"><th scope="row">Delaware</th><td>Lower need</td><td>Not compared</td><td>1</td><td>0</td><td>Not compared</td></tr><tr data-state-key="Florida"><th scope="row">Florida</th><td>Lower need</td><td>Not compared</td><td>43</td><td>0</td><td>Not compared</td></tr><tr data-state-key="Georgia"><th scope="row">Georgia</th><td>Lower need</td><td>Not compared</td><td>16</td><td>0</td><td>Not compared</td></tr><tr data-state-key="Hawaii"><th scope="row">Hawaii</th><td>Lower need</td><td>Not compared</td><td>3</td><td>0</td><td>Not compared</td></tr><tr data-state-key="Idaho"><th scope="row">Idaho</th><td>Lower need</td><td>Not compared</td><td>3</td><td>0</td><td>Not compared</td></tr><tr data-state-key="Illinois"><th scope="row">Illinois</th><td>Lower need</td><td>Not compared</td><td>15</td><td>0</td><td>Not compared</td></tr><tr data-state-key="Indiana"><th scope="row">Indiana</th><td>Lower need</td><td>Not compared</td><td>11</td><td>0</td><td>Not compared</td></tr><tr data-state-key="Iowa"><th scope="row">Iowa</th><td>Lower need</td><td>Not compared</td><td>21</td><td>0</td><td>Not compared</td></tr><tr data-state-key="Kansas"><th scope="row">Kansas</th><td>Lower need</td><td>Not compared</td><td>6</td><td>0</td><td>Not compared</td></tr><tr data-state-key="Maryland"><th scope="row">Maryland</th><td>Lower need</td><td>Not compared</td><td>34</td><td>0</td><td>Not compared</td></tr><tr data-state-key="Massachusetts"><th scope="row">Massachusetts</th><td>Lower need</td><td>Not compared</td><td>41</td><td>0</td><td>Not compared</td></tr><tr data-state-key="Michigan"><th scope="row">Michigan</th><td>Lower need</td><td>Not compared</td><td>18</td><td>0</td><td>Not compared</td></tr><tr data-state-key="Minnesota"><th scope="row">Minnesota</th><td>Lower need</td><td>Not compared</td><td>9</td><td>0</td><td>Not compared</td></tr><tr data-state-key="Missouri"><th scope="row">Missouri</th><td>Lower need</td><td>Not compared</td><td>5</td><td>0</td><td>Not compared</td></tr><tr data-state-key="Montana"><th scope="row">Montana</th><td>Lower need</td><td>Not compared</td><td>6</td><td>0</td><td>Not compared</td></tr><tr data-state-key="Nebraska"><th scope="row">Nebraska</th><td>Lower need</td><td>Not compared</td><td>5</td><td>0</td><td>Not compared</td></tr><tr data-state-key="Nevada"><th scope="row">Nevada</th><td>Lower need</td><td>Not compared</td><td>6</td><td>0</td><td>Not compared</td></tr><tr data-state-key="New Hampshire"><th scope="row">New Hampshire</th><td>Lower need</td><td>Not compared</td><td>3</td><td>0</td><td>Not compared</td></tr><tr data-state-key="New Jersey"><th scope="row">New Jersey</th><td>Lower need</td><td>Not compared</td><td>6</td><td>0</td><td>Not compared</td></tr><tr data-state-key="North Carolina"><th scope="row">North Carolina</th><td>Lower need</td><td>Not compared</td><td>24</td><td>0</td><td>Not compared</td></tr><tr data-state-key="North Dakota"><th scope="row">North Dakota</th><td>Lower need</td><td>Not compared</td><td>3</td><td>0</td><td>Not compared</td></tr><tr data-state-key="Ohio"><th scope="row">Ohio</th><td>Lower need</td><td>Not compared</td><td>19</td><td>0</td><td>Not compared</td></tr><tr data-state-key="Oregon"><th scope="row">Oregon</th><td>Lower need</td><td>Not compared</td><td>78</td><td>0</td><td>Not compared</td></tr><tr data-state-key="Pennsylvania"><th scope="row">Pennsylvania</th><td>Lower need</td><td>Not compared</td><td>15</td><td>0</td><td>Not compared</td></tr><tr data-state-key="Rhode Island"><th scope="row">Rhode Island</th><td>Lower need</td><td>Not compared</td><td>3</td><td>0</td><td>Not compared</td></tr><tr data-state-key="South Carolina"><th scope="row">South Carolina</th><td>Lower need</td><td>Not compared</td><td>4</td><td>0</td><td>Not compared</td></tr><tr data-state-key="South Dakota"><th scope="row">South Dakota</th><td>Lower need</td><td>Not compared</td><td>1</td><td>0</td><td>Not compared</td></tr><tr data-state-key="Texas"><th scope="row">Texas</th><td>Lower need</td><td>Not compared</td><td>15</td><td>0</td><td>Not compared</td></tr><tr data-state-key="Utah"><th scope="row">Utah</th><td>Lower need</td><td>Not compared</td><td>5</td><td>0</td><td>Not compared</td></tr><tr data-state-key="Vermont"><th scope="row">Vermont</th><td>Lower need</td><td>Not compared</td><td>16</td><td>0</td><td>Not compared</td></tr><tr data-state-key="Virginia"><th scope="row">Virginia</th><td>Lower need</td><td>Not compared</td><td>58</td><td>0</td><td>Not compared</td></tr><tr data-state-key="Washington"><th scope="row">Washington</th><td>Lower need</td><td>Not compared</td><td>78</td><td>0</td><td>Not compared</td></tr><tr data-state-key="Wisconsin"><th scope="row">Wisconsin</th><td>Lower need</td><td>Not compared</td><td>15</td><td>0</td><td>Not compared</td></tr></tbody></table></section>
</div>
<p class="plain-summary"><strong>In plain words:</strong> this shows ACS transit-need tiers without making state quality comparisons until current-contract feed checks are available. It never changes
any feed's grade.</p>
<p class="fineprint">Need tiers come from Census
<abbr title="American Community Survey">ACS</abbr> (poverty, zero-vehicle households,
disability share), joined to agencies by state. They prioritize data-quality help; they
never change a grade. Score summaries use 0 canonical, non-duplicate feed
scorecards under rubric 1.2, scoring profile gtfs-scorecard-1.2, MobilityData gtfs-validator 8.0.1, and measured categories one shared measured-category set. The same data is at
<a href="/api/v1/equity.json">the equity API (equity.json)</a>. State outlines:
public-domain simplified geometry (docs/decisions/0022-equity-choropleth.md). State-level is
a first cut; a tract-level refinement is in progress.</p>
<script>
(function () {
var svg = document.querySelector(".need-map .us-map-svg");
var tables = document.getElementById("equity-tables");
if (!svg || !tables) return;
var paths = {}, rows = {};
svg.querySelectorAll("path[data-state]").forEach(function (p) {
paths[p.getAttribute("data-state")] = p;
});
tables.querySelectorAll("tr[data-state-key]").forEach(function (r) {
rows[r.getAttribute("data-state-key")] = r;
});
var current = null, pinned = null;
function paint(key, on) {
if (paths[key]) paths[key].classList.toggle("is-brushed", on);
if (rows[key]) rows[key].classList.toggle("is-brushed", on);
}
function brush(key) {
if (key === current) return;
if (current !== null) paint(current, false);
current = key;
if (key !== null) paint(key, true);
}
function wire(el, key) {
el.addEventListener("mouseenter", function () { brush(key); });
el.addEventListener("mouseleave", function () { brush(pinned); });
el.addEventListener("click", function () {
pinned = (pinned === key) ? null : key;
brush(pinned);
});
}
Object.keys(paths).forEach(function (key) { wire(paths[key], key); });
Object.keys(rows).forEach(function (key) { wire(rows[key], key); });
})();
</script>
</main>
<footer class="site-footer">
<div class="wrap">
<div class="footer-intro">
<a class="footer-brand" href="/">GTFS Scorecard</a>
<p>An open-source data quality tool for small and rural transit agencies.</p>
</div>
<nav class="footer-grid" aria-label="Footer">
<section aria-labelledby="footer-find-h">
<h2 id="footer-find-h">Find a scorecard</h2>
<ul>
<li><a href="/agencies/">Agency directory</a></li>
<li><a href="/app/">Interactive search</a></li>
<li><a href="/map/">Agency map</a></li>
<li><a href="/routes/">All routes</a></li>
<li><a href="/compare/">Compare two agencies</a></li>
</ul>
</section>
<section aria-labelledby="footer-improve-h">
<h2 id="footer-improve-h">Improve a feed</h2>
<ul>
<li><a href="/fix/">GTFS errors & fixes</a></li>
<li><a href="/check/">Check before publishing</a></li>
<li><a href="/try.html">Request a one-off score</a></li>
<li><a href="/subscribe.html">Feed-health alerts</a></li>
<li><a href="/submit.html">Add an agency</a></li>
<li><a href="/claim/">Correct or claim a listing</a></li>
<li><a href="/procurement/">Procurement language</a></li>
</ul>
</section>
<section aria-labelledby="footer-explore-h">
<h2 id="footer-explore-h">Explore the data</h2>
<ul>
<li><a href="/pulse/">Coverage overview</a></li>
<li><a href="/problems/">Common problems</a></li>
<li><a href="/realtime/">Realtime quality</a></li>
<li><a href="/adoption/">What feeds publish</a></li>
<li><a href="/focus/">Focus areas</a></li>
<li class="footer-subhead">United States tools</li>
<li><a href="/ntd/">U.S. NTD readiness</a></li>
<li><a href="/equity/">U.S. equity</a></li>
<li><a href="/query/">Query the dataset</a></li>
<li><a href="/data/">Open data</a></li>
</ul>
</section>
<section aria-labelledby="footer-project-h">
<h2 id="footer-project-h">Project</h2>
<ul>
<li><a href="/about/">About</a></li>
<li><a href="/status/">Status</a></li>
<li><a href="/support/">Get help or sponsor</a></li>
<li><a href="/how-to-read/">How to read a scorecard</a></li>
<li><a href="/how-to-read/#glossary">Glossary</a></li>
<li><a href="/crosswalk/">Standards crosswalk</a></li>
<li><a href="/press/">For reporters</a></li>
<li><a href="/accessibility/">Accessibility</a></li>
<li><a href="https://github.com/ChelseaKR/gtfs-scorecard/blob/main/CONTRIBUTING.md">Contribute</a></li>
<li><a href="https://github.com/ChelseaKR/gtfs-scorecard/blob/main/docs/listing-policy.md">Listing & removal policy</a></li>
</ul>
</section>
</nav>
</div>
</footer>
</body>
</html>