-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
619 lines (576 loc) · 39.1 KB
/
index.html
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
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-H13EFXBPKL"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-H13EFXBPKL');
</script>
<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-WJ5WD2NX');</script>
<!-- End Google Tag Manager -->
<!-- Metadata 2024 -->
<meta charset="utf-8">
<title>Regional Housing Study</title>
<meta name="description" content="Explore our interactive dashboard to understand housing needs in MACOG. This tool provides insights into housing availability, affordability, and trends.">
<meta name="keywords" content="MACOG, Housing, Urban Planning, CommunityScale, Assessment, Dashboard">
<meta name="author" content="CommunityScale">
<link rel="canonical" href="https://communityscale.github.io/MACOG/">
<meta property="og:title" content="MACOG Housing Study Dashboard">
<meta property="og:type" content="article">
<meta property="og:url" content="https://communityscale.github.io/MACOG/">
<meta property="og:image" content="https://raw.githubusercontent.com/CommunityScale/MACOG/main/images/socialcard.jpg">
<meta property="og:description" content="Housing Study educational dashboard for MACOG. Provides detailed analysis and insights on housing trends, affordability, and needs.">
<meta property="og:site_name" content="CommunityScale">
<meta property="og:locale" content="en_US">
<meta property="article:author" content="CommunityScale">
<meta property="article:tag" content="Urban Planning">
<meta property="article:tag" content="Housing">
<meta property="article:tag" content="MACOG">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="MACOG Housing Study Dashboard">
<meta name="twitter:description" content="Interactive dashboard providing insights into MACOG's housing needs. Explore data on affordability, availability, and trends.">
<meta name="twitter:image" content="https://raw.githubusercontent.com/CommunityScale/MACOG/main/images/socialcard.jpg">
<meta name="twitter:creator" content="@CommunityScale">
<meta http-equiv="content-language" content="en">
<!-- Mobile Specific Metas
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- CSS
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/cs-template.css">
<!-- Fonts / icons
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<script src="https://kit.fontawesome.com/ed8ea386c8.js" crossorigin="anonymous"></script>
<!-- Favicon
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<link rel="icon" type="image/png" href="images/favicon.png">
</head>
<body>
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-WJ5WD2NX"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
<!-- Primary Page Layout
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<!-- Sticky header -->
<div class="sticky">
<div class="topnav">
<div class="logo-and-menu">
<p class="inline-text">
<img src="images/client/client-logo.png" alt="MACOG" class="inline-logo">
<span class="title">Regional Housing Study</span>
</p>
<div class="nav-options">
<div class="desktop-pages">
<!-- Links must be added here for desktop -->
<a href="#Top"><span class="fa fa-arrow-up"></span> Back to top</a>
<a href="#Overview">Overview </a>
<a href="#Indicators">Indicators </a>
<a href="#Findings">Findings </a>
<a href="./documents.html"><span class="fa fa-external-link"></span>Documents </a>
<a href="./survey.html"><span class="fa fa-external-link"></span>Survey</a>
</div>
<div id="clickDiv" class="mobile-menu-icon">
<a class="menu-icon">
<i class="fa fa-bars"></i>
</a>
</div>
</div>
</div>
<div id="targetDiv" class="">
<!-- Links must be added here again for mobile -->
<a href="#Top"><span class="fa fa-arrow-up"></span> Back to top</a>
<a href="#Overview">Overview </a>
<a href="#Indicators">Indicators </a>
<a href="#Findings">Findings </a>
<a href="./documents.html"><span class="fa fa-external-link"></span>Documents </a>
<a href="./survey.html"><span class="fa fa-external-link"></span>Survey</a>
</div>
</div>
</div>
<!-- Cover banner -->
<div class="cover" id="Top" style="background:linear-gradient(to right,rgba(56,63,69,0.9),rgba(138, 121, 70, 0.75)), url(images/client/cover-image.jpg);">
<div class="container" style="margin-top: 0">
<h1>Regional Housing Study
<br>Project Dashboard
</h1>
<div class="row">
<div class="eight columns" style="margin-top: 2%;">
<p>This dashboard was created by <a href="http://communityscale.io" target="blank">CommunityScale</a> as a public platform to access and engage with the Regional Housing Study, led by a partnership of regional planning collaborators including <a href="https://www.macog.com/">the Michiana Area Council of Governments (MACOG)</a>, <a href="https://southbendelkhart.org/" target="blank">South Bend Elkhart Regional Partnership (SBERP)</a>, and the Community Foundations of <a href="https://inspiringgood.org/" target="blank">Elkhart</a>, <a href="https://www.marshallcountycf.org/" target="blank">Marshall</a>, and <a href="https://cfsjc.org/" target="blank">St. Joseph</a> Counties. The objective of this dashboard is to outline the study's objectives and priorities, share key observations and findings about the local housing landscape, and highlight recommended strategies to increase housing production and address affordability challenges.</p>
<div class="chip-container">
<a href="#Overview"><button class="button-primary">Study overview</button></a>
<a href="#Indicators"><button class="button-primary">Key indicators</button></a>
<a href="#Findings"><button class="button-primary">Key findings</button></a>
<a href="./documents.html"><button class="button-primary"><span class="fa fa-external-link"></span> Supporting documents</button></a>
<a href="./survey.html"><button class="button-primary"><span class="fa fa-bullhorn"></span> Take the public survey</button></a>
</div>
<br>
<p>This study is funded by <a href="https://www.lilly.com/impact/lilly-foundation" target="blank">Lilly Endowment Inc</a> through a Giving Funds for Tomorrow (GIFT) VIII grant which is being administered by MACOG with support from SBERP.</p>
</div>
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="twelve columns center-align" style="margin-top: 2%">
<h3>The Regional Housing Study's purpose</h3>
<h5>The Regional Housing Study is intended to offer a regional perspective to complement local planning and policymaking as communities across the three-county area confront and manage housing challenges and opportunities.</h5>
<h6>The study's goals are to support the range of actions and strategies needed to address today’s and tomorrow’s key housing challenges across the 3-county region:</h6>
</div>
</div>
<!-- Row three call outs -->
<div class="row">
<div class="boxes">
<div class="box">
<div class="large-icon">
<img src="images/theme/new.png" class="inline-image" title="People"/>
</div>
<!-- <p><img src="images/new.png" style="width:50%; max-width: 80px; min-width: 50px;"></p> -->
<h5>Establish a regional platform for housing planning and policymaking</h5>
</div>
<div class="box">
<div class="large-icon">
<img src="images/theme/affordable.png" class="inline-image" title="People"/>
</div>
<!-- <p><img src="images/affordable.png" style="width:50%; max-width: 80px; min-width: 50px;"></p> -->
<h5>Provide resources and technical assistance to help communities navigate local housing issues</h5>
</div>
<div class="box">
<div class="large-icon">
<img src="images/theme/preserve.png" class="inline-image" title="People"/>
</div>
<!-- <p><img src="images/preserve.png" style="width:50%; max-width: 80px; min-width: 50px;"></p> -->
<h5>Convene dialogue and collaboration between leaders, municipalities, and stakeholders</h5>
</div>
</div>
</div>
</div>
<div class="divider" id="Overview" style="background:linear-gradient(to right,rgba(255, 255, 255, 0.9),rgba(255, 255, 255, 0.8)), url(images/theme/people-background-stjoseph.jpg); background-repeat: no-repeat; background-size: cover">
<div class="container">
<div class="twelve columns center-align">
<div class="divider-header">
<div class="divider-icon">
<img src="images/theme/People.svg" class="inline-image" title="People">
</div>
<h2 class="inline-text">Overview</h2>
</div>
<h6>Three questions help set the stage for the Regional Housing Study and frame a core finding from the analysis. What constitutes "attainable" - or "affordable" - housing, why are we facing this housing shortage, and how many units do we need to build to start catching up?</h6>
<div class="chip-container">
<a href="#Attainable"><button class="button-primary">What is "attainable housing"?</button></a>
<a href="#How"><button class="button-primary">How did we get here?</button></a>
<a href="#Units"><button class="button-primary">How many units do we need?</button></a>
</div>
</div>
</div>
</div>
<div class="container" id="Attainable">
<div class="row insight-box">
<div class="twelve columns" style="margin-top: 2%">
<h4>What is "attainable housing"?</h4>
<p>Housing is considered "attainable" if it costs no more than 30% of a household's monthly income. Households spending beyond this threshold on housing are considered "cost burdened." The higher a community's rate of cost burden, the less generally attainable its local housing supply.</p>
<p>For this analysis, household incomes are measured relative to the "Area Median Income," or "AMI." The table at right summarizes the region's distribution of households by income and the approximate purchase price and rent rates affordable at each level.</p>
<table class="uniform-columns">
<tr>
<th><b>AMI</b></th>
<th><b>% of the region</b></th>
<th><b>Max income</b></th>
<th><b>Max affordable price</b></th>
<th><b>Max affordable rent</b></th>
</tr>
<tr>
<td><30%</td>
<td>16%</td>
<td>$25,900</td>
<td>$48,155</td>
<td>$460</td>
</tr>
<tr>
<td>30-60%</td>
<td>21%</td>
<td>$51,800</td>
<td>$114,990</td>
<td>$1,020</td>
</tr>
<tr>
<td>60-80%</td>
<td>12%</td>
<td>$69,067</td>
<td>$159,560</td>
<td>$1,390</td>
</tr>
<tr>
<td>80-100%</td>
<td>10%</td>
<td>$86,333</td>
<td>$204,120</td>
<td>$1,770</td>
</tr>
<tr>
<td>100-120%</td>
<td>9%</td>
<td>$103,600</td>
<td>$248,560</td>
<td>$2,140</td>
</tr>
<tr>
<td>>120%</td>
<td>32%</td>
<td>>$103,600</td>
<td>>$248,560</td>
<td>>$2,140</td>
</tr>
</table>
<p>For a reference guide to key terms and concepts germane to this housing study and the housing discourse in general, see this glossary resource:</p>
<a href="./housing101.html"><button class="button-primary"><span class="fa fa-external-link"></span> Housing 101 glossary</button></a>
</div>
</div>
<div class="row insight-box" id="How">
<div class="six columns" style="margin-top: 2%">
<h4>Why is this housing crisis happening now?</h4>
<h6>Fundamentally, we haven’t been building enough housing for many years.</h6>
<p>One goal of this study is to identify the barriers and hurdles that have been limiting housing production in recent years - especially affordable housing production - and provide strategies and an implementation plan to promote more housing development and greater affordability across the region.</p>
<p>See the analysis behind these observations here:</p>
<a href="./region.html#Perspectives"><button class="button-primary"><span class="fa fa-external-link"></span> Regional housing perspectives</button></a>
</div>
<div class="six columns" style="margin-top: 2%">
<p class="medium"><span class="fa fa-dollar"></span> Development costs</p><p>Financing and building housing is really expensive right now.</p>
<p class="medium"><span class="fa fa-wrench"></span> Infrastructure constraints</p><p>Infrastructure (sewer, water) isn’t always enough to serve new development - and funding more is complicated.</p>
<p class="medium"><span class="fa fa-mortar-board"></span> Labor shortage</p><p>There’s a lack of construction labor.</p>
<p class="medium"><span class="fa fa-thumbs-o-down"></span> Popular opinion</p><p>There remains resistance to change, disagreement about the nature of the problem, and conflict over next steps.</p>
<p class="medium"><span class="fa fa-chain-broken"></span> Regulatory friction</p><p>Regulations often don’t reflect today’s market conditions and preferences.</p>
<p class="medium"><span class="fa fa-refresh"></span> Project complexity</p><p>Converting vacant lots in existing neighborhoods is an opportunity… but can be complicated.</p>
</div>
</div>
<div class="row insight-box" id="Units">
<div class="six columns" style="margin-top: 2%">
<h4>How many units do we need?</h4>
<h6>The region should plan for 13,440-16,800 more units over the next decade to keep up with factors like growth, aging population, cost burden, and employment.</h6>
<p>This general housing production target includes a range of unit sizes, price points, and structure types. The target is broken down in detail at both the regional and county-by-county level as part of the Regional Housing Study.</p>
<p>See the analysis behind these numbers here:</p>
<a href="./documents.html#HNAs"><button class="button-primary"><span class="fa fa-external-link"></span> Housing Needs Assessments</button></a>
</div>
<div class="six columns" style="margin-top: 2%">
<p class="medium"><span class="fa fa-line-chart"></span> Overall growth</p><p>The region is projected to continue growing at a moderate pace.</p>
<p class="medium"><span class="fa fa-birthday-cake"></span> More 65+ households</p><p>As senior populations grow, more aging households will consider downsizing or modifying their home to age in place.</p>
<p class="medium"><span class="fa fa-life-saver"></span> Housing costs increasingly out of reach</p><p>More affordable options are needed to counteract cost burden.</p>
<p class="medium"><span class="fa fa-briefcase"></span> New employment centers added to the region</p><p>Expected job growth could add competition for limited housing supply.</p>
</div>
</div>
</div>
<div class="divider" id="Indicators" style="background:linear-gradient(to right,rgba(255, 255, 255, 0.9),rgba(255, 255, 255, 0.8)), url(images/theme/results-background-marshall.jpg); background-repeat: no-repeat; background-size: cover">
<div class="container">
<div class="twelve columns center-align">
<div class="divider-header">
<div class="divider-icon">
<img src="images/theme/Place.svg" class="inline-image" title="People">
</div>
<h2 class="inline-text">Key indicators</h2>
</div>
<h5>The Regional Housing Study includes extensive analysis at both the region and county-by-county scales within the Housing Needs Assessment reports. The following section summarizes some of the most significant indicators of housing affordability and current market trends.</h5>
<div class="chip-container">
<a href="#Aging"><button class="button-primary">Aging population</button></a>
<a href="#Burden"><button class="button-primary">Cost burden</button></a>
<a href="#Affordability"><button class="button-primary">Affordability gap</button></a>
<a href="#Production"><button class="button-primary">Slowed production</button></a>
<a href="#Stuck"><button class="button-primary">Stuck</button></a>
<a href="#Employment"><button class="button-primary">Employment</button></a>
<a href="#Preferences"><button class="button-primary">Preferences</button></a>
<a href="./documents.html#HNAs"><button class="button-primary"><span class="fa fa-external-link"></span> Housing Needs Assessments</button></a>
</div>
</div>
</div>
</div>
<div class="container">
<div class="row insight" id="Aging">
<div class="six columns" style="margin-top: 2%">
<h4>The region's population is growing older.</h4>
<h6>The 65+ age cohort is projected to grow fastest over the next decade, becoming a significantly larger share of the population.</h6>
<p>In general, younger households are more likely to prefer family-oriented housing and neighborhoods where as older households may have a broader range of preferences and priorities, including senior options.</p>
</div>
<div class="six columns" style="margin-top: 2%">
<iframe title="" aria-label="Interactive area chart" id="datawrapper-chart-weLq1" src="https://datawrapper.dwcdn.net/weLq1/1/" scrolling="no" frameborder="0" style="width: 0; min-width: 100% !important; border: none;" height="389" data-external="1"></iframe><script type="text/javascript">!function(){"use strict";window.addEventListener("message",(function(a){if(void 0!==a.data["datawrapper-height"]){var e=document.querySelectorAll("iframe");for(var t in a.data["datawrapper-height"])for(var r=0;r<e.length;r++)if(e[r].contentWindow===a.source){var i=a.data["datawrapper-height"][t]+"px";e[r].style.height=i}}}))}();
</script>
<figcaption>This chart illustrates trends in population by age cohort, both historic and projected. The projection is based on recent trends extended. Depending on economic, policy, and other conditions, the future age distribution may vary over time.</figcaption>
</div>
</div>
<div class="row insight" id="Burden">
<div class="six columns" style="margin-top: 2%">
<h4>Cost burden is prevalent across the region.</h4>
<h6>This indicates a shortage of affordable housing options, especially for low-income households.</h6>
<p>Lower-income households are much more likely cost-burdened (homeowners and renters alike)</p>
<p>Households are cost burdened when paying more than 30% of their income on housing costs. They are considered severely cost burdened when these costs exceed 50% of their income. For <a href="https://www.census.gov/quickfacts/fact/note/US/HSG860222" target="blank">renters</a>, this includes lease rent and utilities. For <a href="https://www.census.gov/quickfacts/fact/note/US/HSG650222" target="blank">homeowners</a>, this includes mortgage costs, property taxes, insurance, utilities, and any condo fees. Most of the region's low-income households are cost burdened. Most households earning >80% AMI are not cost burdened.</p>
</div>
<div class="six columns" style="margin-top: 2%">
<iframe title="" aria-label="Stacked Bars" id="datawrapper-chart-XnzNP" src="https://datawrapper.dwcdn.net/XnzNP/1/" scrolling="no" frameborder="0" style="width: 0; min-width: 100% !important; border: none;" height="152" data-external="1"></iframe><script type="text/javascript">!function(){"use strict";window.addEventListener("message",(function(a){if(void 0!==a.data["datawrapper-height"]){var e=document.querySelectorAll("iframe");for(var t in a.data["datawrapper-height"])for(var r=0;r<e.length;r++)if(e[r].contentWindow===a.source){var i=a.data["datawrapper-height"][t]+"px";e[r].style.height=i}}}))}();
</script>
</div>
</div>
<div class="row insight" id="Affordability">
<div class="six columns">
<h4>The affordability gap is widening.</h4>
<h6>As home prices and interest rates rise, homeownership is increasingly out of reach in the region.</h6>
<p>This chart compares the region's median listing price with the home value affordable to a household earning the median household income. A wider gap means higher barrier to entry for first-time homebuyers and increased risk that an existing resident might be priced out of the community if they choose or need to move to a different house.</p>
<p>The calculations behind this chart include consideration of mortgage interest rates, typical down payments, and added monthly costs such as private mortgage insurance, property tax, home insurance, condo fees, and utilities.</p>
</div>
<div class="six columns">
<iframe title="" aria-label="Interactive line chart" id="datawrapper-chart-V0Eej" src="https://datawrapper.dwcdn.net/V0Eej/1/" scrolling="no" frameborder="0" style="width: 0; min-width: 100% !important; border: none;" height="359" data-external="1"></iframe><script type="text/javascript">!function(){"use strict";window.addEventListener("message",(function(a){if(void 0!==a.data["datawrapper-height"]){var e=document.querySelectorAll("iframe");for(var t in a.data["datawrapper-height"])for(var r=0;r<e.length;r++)if(e[r].contentWindow===a.source){var i=a.data["datawrapper-height"][t]+"px";e[r].style.height=i}}}))}();
</script>
</div>
</div>
<div class="row insight" id="Production">
<div class="six columns">
<h4>Housing production has slowed in recent years.</h4>
<h6>The region grew steady for many decades but construction has tapered off since 2010.</h6>
<p>The region saw relatively consistent housing production for most of the 20th century but the pace has slowed considerably in the past two decades. This table chronicles the community's development history, indicating decades with relatively more or less construction activity. 2020 or later is approximate as new housing units are completed.</p>
</div>
<div class="six columns">
<iframe title="" aria-label="Column Chart" id="datawrapper-chart-j3SUR" src="https://datawrapper.dwcdn.net/j3SUR/1/" scrolling="no" frameborder="0" style="width: 0; min-width: 100% !important; border: none;" height="410" data-external="1"></iframe><script type="text/javascript">!function(){"use strict";window.addEventListener("message",(function(a){if(void 0!==a.data["datawrapper-height"]){var e=document.querySelectorAll("iframe");for(var t in a.data["datawrapper-height"])for(var r=0;r<e.length;r++)if(e[r].contentWindow===a.source){var i=a.data["datawrapper-height"][t]+"px";e[r].style.height=i}}}))}();
</script>
</div>
</div>
</div>
<div class="container">
<div class="row insight" id="Stuck">
<div class="six columns" style="margin-top: 2%">
<h4>Many households feel stuck in their current home, unable to “move on up” or downsize.</h4>
<h6>People across ages and income levels are struggling to find housing that’s “right-sized” for their life stage.</h6>
<p>These factors can effectively "lock" people into their current housing situation whether it matches their evolving needs and preferences or not. Impacts include stalling potential first-time homebuyers, constraining growing families who need more space, and limiting options for potential downsizing seniors.</p>
</div>
<div class="six columns" style="margin-top: 2%">
<p class="large"><span class="fa fa-line-chart"></span> Rising interest rates</p>
<p>Interest rates have gone up, making moving expensive and first-time buying harder.</p>
<p class="large"><span class="fa fa-sliders"></span> Not enough choices</p>
<p>There’s not enough of the kinds of housing people want, especially those affordable to middle incomes, and not too big.</p>
<p class="large"><span class="fa fa-battery-1"></span> Overall shortage</p>
<p>There’s not enough housing in general, escalating competition and limiting mobility.</p>
</div>
</div>
<div class="row insight">
<div class="six columns" id="Employment">
<h4>New job centers could add even more demand for middle- income housing.</h4>
<h6>Employment and housing are closely related and need to be in relative balance to promote sustainable economic development.</h6>
<p>The three-county region includes major employment centers from higher education to manufacturing and more. Most people who work in the region also live here but many also commute from surrounding communities. The large new job centers planned for St. Joseph County could add pressure to the local housing market, especially if housing is not produced at a rate that balances new demand produced by the added jobs. </p>
</div>
<div class="six columns">
<iframe title="" aria-label="Interactive line chart" id="datawrapper-chart-lFDyy" src="https://datawrapper.dwcdn.net/lFDyy/1/" scrolling="no" frameborder="0" style="width: 0; min-width: 100% !important; border: none;" height="384" data-external="1"></iframe><script type="text/javascript">!function(){"use strict";window.addEventListener("message",(function(a){if(void 0!==a.data["datawrapper-height"]){var e=document.querySelectorAll("iframe");for(var t in a.data["datawrapper-height"])for(var r=0;r<e.length;r++)if(e[r].contentWindow===a.source){var i=a.data["datawrapper-height"][t]+"px";e[r].style.height=i}}}))}();
</script>
</div>
</div>
<div class="row insight" id="Preferences">
<div class="six columns">
<h4>These days, people in the region want housing that fits their lifestyle and values.</h4>
<h6>Household structures and housing preferences have changed significantly since much of the region's housing supply was built.</h6>
<p>Today, households are smaller, less likely to have one or more children, and more likely to include non-family or multi generational cohabitants. Future development should be designed to reflect the current diversity of household structures and wider range of housing needs and preferences.</p>
</div>
<div class="six columns" style="margin-top: 2%">
<p class="medium"><span class="fa fa-group"></span> Roommate-ready</p>
<p>Space for multiple generations or roomates.</p>
<p class="medium"><span class="fa fa-home"></span> Down-sized</p>
<p>Smaller units for smaller households</p>
<p class="medium"><span class="fa fa-building"></span> Downtown living</p>
<p>Lively and vibrant neighborhoods, access to amenities and services</p>
<p class="medium"><span class="fa fa-bicycle"></span> Alternative transportation</p>
<p>Parking-optional, to live car-free or car-lite</p>
<p class="medium"><span class="fa fa-bus"></span> Connected</p>
<p>Walkability and transit access</p>
<p class="medium"><span class="fa fa-leaf"></span> Green building</p>
<p>Efficient, low-impact design and systems.</p>
</div>
</div>
</div>
<div class="divider" id="Findings" style="background:linear-gradient(to right,rgba(255, 255, 255, 0.9),rgba(255, 255, 255, 0.8)), url(images/theme/place-background-elkhart.jpg); background-repeat: no-repeat; background-size: cover">
<div class="container">
<div class="twelve columns center-align">
<div class="divider-header">
<div class="divider-icon">
<img src="images/theme/Place.svg" class="inline-image" title="People">
</div>
<h2 class="inline-text">Key findings</h2>
</div>
<h5>The Regional Housing Study concludes with a detailed breakdown of the unit mix the region should plan for over the next 10 years, strategies to help achieve this target, and an implementation plan to guide the Study's project partners as leaders in the region's housing discourse, policymaking, financing, and planning.</h5>
<div class="chip-container">
<a href="#Target"><button class="button-primary">Production target</button></a>
<a href="#Types"><button class="button-primary">Housing types</button></a>
<a href="#Toolkit"><button class="button-primary">Strategies toolkit</button></a>
<a href="#Financing"><button class="button-primary">Gap financing</button></a>
<a href="#Bank"><button class="button-primary">Land bank</button></a>
<a href="#Implementation"><button class="button-primary">Implementation plan</button></a>
</div>
</div>
</div>
</div>
<div class="container">
<div class="row insight" id="Target">
<div class="six columns" style="margin-top: 2%">
<h4>The 10-year housing production target is calibrated to keep up with growth while expanding the affordable supply.</h4>
<h6>Affordable housing production is constrained by the limited availability of federal, state, and local funding sources which are often essential to making projects possible.</h6>
<p>The majority of new units should target middle-income households earning just over 100% AMI because these income cohorts are expected to grow fastest and the potential financing gaps are more manageable with tools such as land banks and housing funds.</p>
<p>See the analysis behind these numbers here:</p>
<a href="./documents.html#HNAs"><button class="button-primary"><span class="fa fa-external-link"></span> Housing Needs Assessments</button></a>
</div>
<div class="six columns" style="margin-top: 2%">
<table class="uniform-columns tc1 tc2">
<tr>
<th><b>Income (AMI)</b></th>
<th><b>Production Target (Units)</b></th>
</tr>
<tr>
<td><30%</td>
<td>480 - 600</td>
</tr>
<tr>
<td>30-60%</td>
<td>1070 - 1340</td>
</tr>
<tr>
<td>60-80%</td>
<td>600 - 750</td>
</tr>
<tr>
<td>80-100%</td>
<td>600 - 750</td>
</tr>
<tr>
<td>100-120%</td>
<td>4120 - 5150</td>
</tr>
<tr>
<th>>120%</th>
<th>7600 - 9500</th>
</tr>
<tr>
<td><b>Total</b></td>
<td><b>14,470 - 18,090</b></td>
</tr>
</table>
</div>
</div>
<div class="row insight" id="Types">
<div class="six columns" style="margin-top: 2%">
<h4>The region needs more diverse housing types, not just single-family homes.</h4>
<h6>Given current housing preferences, future housing should trend toward multifamily options to better balance supply and demand.</h6>
<p>Housing typologies such as townhomes, small apartments, and large multifamily developments could be located on infill lots within urban neighborhoods and as anchor investments to help revitalize downtowns.</p>
</div>
<div class="six columns" style="margin-top: 2%">
<table class="tc1">
<tr>
<td><img src="./images/theme/largeraptbuilding.png" width="40%"></td>
<td><b>More 50+ units:</b> Needs to remain an outsized share of production to help supply catch up with demand.</td>
</tr>
<tr>
<td><img src="./images/theme/smallaptbuilding.png" width="30%"></td>
<td><b>More 5-49 units:</b> Needs to remain an outsized share of production to help supply catch up with demand.</td>
</tr>
<tr>
<td><img src="./images/theme/duplextownhome.png" width="30%"></td>
<td><b>More 2-4 units:</b> Very few built recently, production should increase substantially to help supply catch up with demand.</td>
</tr>
<tr>
<td><img src="./images/theme/sfh.png" width="25%"></td>
<td><b>Fewer detatched single family:</b> Does not need to be the primary component of future production; larger share should be attainable to middle-income workforce.</td>
</tr>
</table>
</div>
</div>
<div class="row insight" id="Toolkit">
<div class="six columns" style="margin-top: 2%">
<h4>The Strategies Toolkit includes a range of policy ideas and resources to promote more housing production across the region.</h4>
<h6>Intended audiences include municipalities, counties, and other housing stakeholders and decisionmakers.</h6>
<p>The strategies contained in the toolkit combine ideas already in place in parts of the region with best practices drawn from similar places across the country. Each can be tailored to suit a given community's unique context, from urban districts to suburban corridors to rural towns.</p>
<p>Review the full report here:</p>
<a href="./docs/Regional Housing Study_ Strategy Toolkit.pdf" target="blank"><button class="button-primary"><span class="fa fa-file-text-o"></span> Strategy Toolkit</button></a>
</div>
<div class="six columns" style="margin-top: 2%">
<p class="medium"><span class="fa fa-tachometer"></span> Administrative capacity</p><br>
<p class="medium"><span class="fa fa-database"></span> Centralized database</p><br>
<p class="medium"><span class="fa fa-usd"></span> Financing tools</p><br>
<p class="medium"><span class="fa fa-home"></span> Infill development</p><br>
<p class="medium"><span class="fa fa-wrench"></span> Infrastructure investment</p><br>
<p class="medium"><span class="fa fa-link"></span> Regional coordination</p><br>
<p class="medium"><span class="fa fa-balance-scale"></span> Regulatory improvement</p><br>
<p class="medium"><span class="fa fa-book"></span> Zoning reform</p>
</div>
</div>
<div class="row insight" id="Financing">
<div class="six columns" style="margin-top: 2%">
<h4>Financial support like homeownership grants and loan assistance should focus on helping middle-income households afford to buy.</h4>
<h6>There are few existing resources to help close the financing gap for middle-income housing.</h6>
<p>Lower-income housing is already supported by major programs like Federal Low-Income Housing Tax Credits (LIHTC) - and it can be extremely difficult to finances without these federal funds. Middle-income housing requires less support to close the financing gap, making it more suitable for local initiatives interested in spreading limited funds across more units.</p>
</div>
<div class="six columns" style="margin-top: 2%">
<img src="./images/Affordability gap.jpg" width="100%">
</div>
</div>
<div class="row insight" id="Bank">
<div class="six columns" style="margin-top: 2%">
<h4>The Regional Housing Collaborative will help expand affordable housing and revitalize neighborhoods at a regional scale.</h4>
<h6>The model combines a land bank and a housing investment fund to convert vacant, abandoned, and derelict properties into infill middle-income housing.</h6>
<p>Led by the Community Foundations of Elkhart, Marshall, and St. Joseph Counties, the Collaborative plans to acquire properties, finance their redevelopment, and connect them with income-qualified homeowners across the region.</p>
</div>
<div class="six columns" style="margin-top: 2%">
<table class="uniform-columns tc1 tc2 tc3">
<tr>
<td><img src="images/land bank.jpg" width="100%"></td>
<td><p class="large"><span class="fa fa-plus"></span></p></td>
<td><img src="images/investment fund.jpg" width="100%"></td>
</tr>
<tr>
<td><p class="large">Land bank</p><p>Converting vacant, abandoned, and derelict properties into affordable housing.</p></td>
<td></td>
<td><p class="large">Investment fund</p><p>Financing affordable housing development with revolving funds.</p></td>
</tr>
</table>
</div>
</div>
<div class="row insight" id="Implementation">
<div class="six columns" style="margin-top: 2%">
<h4>The Regional Housing Study Implementation Plan charts a course for future housing leadership and production.</h4>
<h6>The Implementation Plan focuses on how regional planning partners can continue to support affordable housing production by convening dialogue, building capacity, and informing local policy.</h6>
<p>Read the plan here:</p>
<a href="./docs/Regional Housing Study_ Implementation Plan.pdf.pdf" target="blank"><button class="button-primary"><span class="fa fa-file-text-o"></span> Implementation Plan</button></a>
</div>
<div class="six columns" style="margin-top: 2%">
<p class="medium"><span class="fa fa-bank"></span> Land bank and investment fund</p><br>
<p class="medium"><span class="fa fa-database"></span> Housing database</p><br>
<p class="medium"><span class="fa fa-check-square-o"></span> NIRDA housing initiatives</p><br>
<p class="medium"><span class="fa fa-rocket"></span> Technical assistance</p><br>
<p class="medium"><span class="fa fa-anchor"></span> Housing as Community Foundation priority</p><br>
<p class="medium"><span class="fa fa-comments-o"></span> Regional housing dialogue</p><br>
<p class="medium"><span class="fa fa-gears"></span> Administrative capacity</p><br>
</div>
</div>
</div>
<div class="footer" style="background:linear-gradient(to right,rgba(56,63,69,0.9),rgba(138, 121, 70, 0.75)), url(images/client/cover-image.jpg);">
<div class="container">
<div class="unresponsive" style="margin-bottom: 30px;">
<div class="content-size"><a href="https://www.macog.com/" target="_blank"><img src="./images/client/MACOG-logo.png" height="auto" width="30px" title="MACOG" alt="MACOG"></a></div>
<div class="fill-space">
<p class=""><a href="https://www.macog.com/" target="_blank">The Michiana Area Council of Governments (MACOG)</a> is a voluntary organization of local governments that studies and attempts to resolve areas of interlocal issues.</p>
</div>
</div>
<div class="unresponsive">
<div class="content-size"><a href="http://communityscale.io"><img src="./images/CommunityScale-logo.png" height="auto" width="30px" title="CommunityScale" alt="CommunityScale"></a></div>
<div class="fill-space">
<p class=""><a href="http://communityscale.io" target="blank">CommunityScale</a> is a pioneering urban planning and spatial data analysis company serving clients across the United States. Follow CommunityScale on <a href="https://www.linkedin.com/company/communityscale">LinkedIn</a> and <a href="https://twitter.com/CommunityScale">Twitter/X</a>. This dashboard is <a href="https://github.com/CommunityScale/">open source</a> MIT license - 2024 CommunityScale</p>
</div>
</div>
</div>
</div>
<script type="text/javascript" src="nav-javascript.js"></script>
<!-- End Document
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
</body>
</html>