-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
292 lines (254 loc) · 111 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="apple-touch-icon" sizes="57x57" href="icons/apple-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="icons/apple-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="icons/apple-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="icons/apple-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="icons/apple-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="icons/apple-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="icons/apple-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="icons/apple-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="icons/apple-icon-180x180.png">
<link rel="icon" type="image/png" sizes="192x192" href="icons/android-icon-192x192.png">
<link rel="icon" type="image/png" sizes="32x32" href="icons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="icons/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="icons/favicon-16x16.png">
<link rel="manifest" href="icons/manifest.json">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-TileImage" content="/icons/ms-icon-144x144.png">
<meta name="theme-color" content="#ffffff">
<!-- CSRF Token -->
<meta name="csrf-token" content="aIdbtKoEblR178oESmhvVpK2kTPXMCPZTXlMBK6L">
<title>Adopt-a-Drain Savannah</title>
<!-- Styles -->
<link href="css/app-id=16244bf2be1b449e1d7b.css" rel="stylesheet">
<!-- Polyfill for IE11 -->
<script src="https://polyfill.io/v3/polyfill.min.js?features=default%2Ces2015%2Ces2017%2Ces2016"></script>
<script>
window.App = {
changeRegionUrl: '',
gmapsKey: 'AIzaSyDQAbO5Z9uuFaydA_4_doX55i-2DTapE00',
region: '',
};
</script>
<!-- End Google Analytics -->
<noscript>
<img height="1" width="1" src="https://www.facebook.com/tr?id=696488524122751&ev=PageView&noscript=1"/>
</noscript>
<!-- End Facebook Pixel Code -->
</head>
<body class="bg-white min-h-screen font-sans text-grey-darkest text-sm antialiased">
<div id="app">
<responsive-navigation>
<div class="flex flex-col lg:flex-row items-center">
<a class="inline-block text-white my-3 lg:my-4 lg:pr-4 no-underline hover:text-teal-lighter" href="#about-adopt-a-drain">About Adopt-a-Drain Savannnah</a>
<div class="hidden lg:block h-3 w-px bg-white"></div>
<a class="inline-block text-white my-3 lg:my-4 lg:px-4 no-underline hover:text-teal-lighter" href="#how-to-clear-a-drain">How To Clear a Drain</a>
<div class="hidden lg:block h-3 w-px bg-white"></div>
<a class="inline-block text-white my-3 lg:my-4 lg:px-4 no-underline hover:text-teal-lighter" href="#why-adopt-a-drain">Why Adopt a Drain</a>
<div class="hidden lg:block h-3 w-px bg-white"></div>
<a class="inline-block text-white my-3 lg:my-4 lg:px-4 no-underline hover:text-teal-lighter" href="#prevent-runoff-pollution">Stop Street Flooding</a>
</div>
<div class="h-px w-16 bg-teal-lighter my-6 mx-auto lg:hidden"></div>
<div class="flex flex-col lg:flex-row items-center">
<a class="inline-block text-white p-4 rounded no-underline hover:opacity-75" href="map.html">Sign up</a>
<a class="inline-block text-white pl-4 rounded no-underline hover:opacity-75" href="login.html">Log in</a>
</div>
</responsive-navigation>
<div>
<div>
<header class="pt-40 pb-8 text-center">
<a href="index.html">
<img src="images/logo-full.png" alt="Adopt-a-drain logo" class="inline-block w-64">
</a>
<h1 class="font-semibold lg:font-normal text-3xl lg:text-6xl mt-8 mb-2 lg:mb-4">We protect our streets and homes from flooding</h1>
<h3 class="font-normal text-2xl lg:text-4xl mb-6 lg:mb-8">Sweep up! Rake up! Pick up!</h3>
<a href="map.html" class="inline-block bg-orange hover:bg-orange-dark text-white text-xl font-semibold rounded-xl leading-none py-4 px-12 no-underline mb-4">Adopt a Drain</a>
</header>
<div
class="h-64 md:h-96 lg:hidden bg-center bg-cover lg:bg-contain bg-no-repeat"
style="background-image: url('images/home-banner.svg')">
</div>
<img class="hidden lg:block w-full -mt-4" src="images/home-banner.svg">
<div class="py-12 md:py-20 px-4">
<h3 class="font-semibold md:font-normal text-grey-darker text-3xl md:text-5xl text-center mb-6 md:mb-12">We're making a difference! Join us!</h3>
<div class="flex flex-col md:flex-row items-center justify-center">
<div class="rounded-full w-32 h-32 md:w-64 md:h-64 md:mx-2 lg:mx-8 mb-4 bg-teal-darker flex flex-col items-center justify-center text-white">
<span class="text-2xl md:text-4xl mb-2">124,950 lbs</span>
<span class="text-base md:text-xl font-semibold">debris collected</span>
</div>
<div class="rounded-full w-32 h-32 md:w-64 md:h-64 md:mx-2 lg:mx-8 mb-4 bg-teal-darker flex flex-col items-center justify-center text-white">
<span class="text-2xl md:text-4xl mb-2">39</span>
<span class="text-base md:text-xl font-semibold">volunteers</span>
</div>
<div class="rounded-full w-32 h-32 md:w-64 md:h-64 md:mx-2 lg:mx-8 mb-4 bg-teal-darker flex flex-col items-center justify-center text-white">
<span class="text-2xl md:text-4xl mb-2">17</span>
<span class="text-base md:text-xl font-semibold">adopters</span>
</div>
</div>
<div class="my-8">
<p class="text-3xl md:text-5xl text-center text-teal-darker">Actual totals are likely much higher!*</p>
<p class="text-center my-4 text-lg md:text-2xl font-semibold">
<span class="text-teal-darker">*</span>
(Due to ~30% reporting rate. Everyone, report your work!)
</p>
</div>
</div>
<div class="mb-12 md:mb-20 px-4 flex justify-center content-center">
<activity-feed :feed-items='{"24":{"id":4750,"account_id":1,"display_name":"93rd North","name":"Leif Ruona","type":"Individual","email":"[email protected]","voice_phone":"9522500264","sms_phone":"same","address_1":"3001 W. 93RD STREET","address_2":null,"city":"BLOOMINGTON","city_id":null,"state":"MN","zip":"55431","admin":0,"allow_city_contact":1,"allow_watershed_contact":1,"email_verified_at":"2019-08-19 22:23:09","created_at":"2019-08-19 22:22:01","updated_at":"2019-08-19 22:23:09","supervisable_id":null,"supervisable_type":null,"avatar":null,"notes":null,"packet_sent":0,"sign_delivered":0,"ruby_id":null,"send_weekly_adoption_report":0,"signed_up_via_kiosk":0,"avatar_path":"https:\/\/adopt-a-drain.org\/images\/avatar.png"},"9":{"id":8033,"user_id":2602,"drain_id":100495,"name":"Stormi","unadopted_at":null,"created_at":"2019-08-20 18:28:56","updated_at":"2019-08-20 18:28:56","drain":{"id":100495,"account_id":1,"city_id":9,"latitude":44.9742139868058,"longitude":-93.3629779627266,"api_id":"727946","adopted_at":null,"created_at":null,"updated_at":null,"watershed_id":13,"county_id":3,"subwatershed_id":14,"city_api_id":"","imported_from_ruby":0,"is_hidden":0,"neighborhood":null,"source_id":2},"user":{"id":2602,"display_name":"mn_trashtagram","avatar_path":"https:\/\/adopt-a-drain.org\/images\/avatar.png"}},"8":{"id":8034,"user_id":3421,"drain_id":312897,"name":"Drain By My House 2","unadopted_at":null,"created_at":"2019-08-20 19:13:17","updated_at":"2019-08-20 19:13:17","drain":{"id":312897,"account_id":1,"city_id":69,"latitude":44.9089019976786,"longitude":-93.247517948545,"api_id":null,"adopted_at":null,"created_at":null,"updated_at":null,"watershed_id":35,"county_id":3,"subwatershed_id":254,"city_api_id":"394265","imported_from_ruby":0,"is_hidden":0,"neighborhood":null,"source_id":3},"user":{"id":3421,"display_name":"Henry","avatar_path":"https:\/\/adopt-a-drain.org\/images\/avatar.png"}},"7":{"id":8035,"user_id":3421,"drain_id":312784,"name":"Drain By My House 3","unadopted_at":null,"created_at":"2019-08-20 19:13:51","updated_at":"2019-08-20 19:14:11","drain":{"id":312784,"account_id":1,"city_id":69,"latitude":44.9089649938779,"longitude":-93.2474308191234,"api_id":null,"adopted_at":null,"created_at":null,"updated_at":null,"watershed_id":35,"county_id":3,"subwatershed_id":254,"city_api_id":"393462","imported_from_ruby":0,"is_hidden":0,"neighborhood":null,"source_id":3},"user":{"id":3421,"display_name":"Henry","avatar_path":"https:\/\/adopt-a-drain.org\/images\/avatar.png"}},"23":{"id":4751,"account_id":1,"display_name":"Michelle Bratager","name":"Michelle Bratager","type":"Individual","email":"[email protected]","voice_phone":"6518955250","sms_phone":null,"address_1":"671 Birch Ln S","address_2":null,"city":"Shoreview","city_id":null,"state":"MN","zip":"55126","admin":0,"allow_city_contact":1,"allow_watershed_contact":1,"email_verified_at":"2019-08-20 20:53:42","created_at":"2019-08-20 20:53:27","updated_at":"2019-08-20 20:53:42","supervisable_id":null,"supervisable_type":null,"avatar":null,"notes":null,"packet_sent":0,"sign_delivered":0,"ruby_id":null,"send_weekly_adoption_report":0,"signed_up_via_kiosk":0,"avatar_path":"https:\/\/adopt-a-drain.org\/images\/avatar.png"},"6":{"id":8036,"user_id":4751,"drain_id":146737,"name":"Birch ln S.","unadopted_at":null,"created_at":"2019-08-20 20:53:28","updated_at":"2019-08-20 20:53:28","drain":{"id":146737,"account_id":1,"city_id":127,"latitude":45.0948049602929,"longitude":-93.1289120060745,"api_id":"573360","adopted_at":null,"created_at":null,"updated_at":null,"watershed_id":4,"county_id":4,"subwatershed_id":352,"city_api_id":"","imported_from_ruby":0,"is_hidden":0,"neighborhood":null,"source_id":2},"user":{"id":4751,"display_name":"Michelle Bratager","avatar_path":"https:\/\/adopt-a-drain.org\/images\/avatar.png"}},"22":{"id":4752,"account_id":1,"display_name":"PDC","name":"Patrice Carlson","type":"Individual","email":"[email protected]","voice_phone":"7637466457","sms_phone":null,"address_1":"6313 Eagle Lake Drive","address_2":null,"city":"Maple Grove","city_id":null,"state":"Minnesota","zip":"55369","admin":0,"allow_city_contact":1,"allow_watershed_contact":1,"email_verified_at":"2019-08-20 22:52:40","created_at":"2019-08-20 22:50:21","updated_at":"2019-08-20 22:52:40","supervisable_id":null,"supervisable_type":null,"avatar":null,"notes":null,"packet_sent":0,"sign_delivered":0,"ruby_id":null,"send_weekly_adoption_report":0,"signed_up_via_kiosk":0,"avatar_path":"https:\/\/adopt-a-drain.org\/images\/avatar.png"},"5":{"id":8037,"user_id":4752,"drain_id":266157,"name":"Cypress63","unadopted_at":null,"created_at":"2019-08-20 22:50:22","updated_at":"2019-08-20 22:50:22","drain":{"id":266157,"account_id":1,"city_id":13,"latitude":45.069443035917,"longitude":-93.4066890155416,"api_id":"767987","adopted_at":null,"created_at":null,"updated_at":null,"watershed_id":23,"county_id":3,"subwatershed_id":482,"city_api_id":"","imported_from_ruby":0,"is_hidden":0,"neighborhood":null,"source_id":2},"user":{"id":4752,"display_name":"PDC","avatar_path":"https:\/\/adopt-a-drain.org\/images\/avatar.png"}},"21":{"id":4753,"account_id":1,"display_name":"nniermann","name":"Nikki Niermann","type":"Individual","email":"[email protected]","voice_phone":"6129220073","sms_phone":"3162587207","address_1":"5312 Abbott Ave So","address_2":null,"city":"Minneapolis","city_id":null,"state":"MN","zip":"55410","admin":0,"allow_city_contact":1,"allow_watershed_contact":1,"email_verified_at":"2019-08-20 23:00:52","created_at":"2019-08-20 23:00:36","updated_at":"2019-08-20 23:00:52","supervisable_id":null,"supervisable_type":null,"avatar":null,"notes":null,"packet_sent":0,"sign_delivered":0,"ruby_id":null,"send_weekly_adoption_report":0,"signed_up_via_kiosk":0,"avatar_path":"https:\/\/adopt-a-drain.org\/images\/avatar.png"},"4":{"id":8038,"user_id":4753,"drain_id":316693,"name":"Mike Kerfoot Loves The Jayhawks","unadopted_at":null,"created_at":"2019-08-20 23:00:37","updated_at":"2019-08-20 23:00:37","drain":{"id":316693,"account_id":1,"city_id":69,"latitude":44.9053453911308,"longitude":-93.3226934667187,"api_id":null,"adopted_at":null,"created_at":null,"updated_at":null,"watershed_id":35,"county_id":3,"subwatershed_id":244,"city_api_id":"408393","imported_from_ruby":0,"is_hidden":0,"neighborhood":null,"source_id":3},"user":{"id":4753,"display_name":"nniermann","avatar_path":"https:\/\/adopt-a-drain.org\/images\/avatar.png"}},"3":{"id":8039,"user_id":4566,"drain_id":309260,"name":"Dale","unadopted_at":null,"created_at":"2019-08-21 01:38:46","updated_at":"2019-08-21 01:38:46","drain":{"id":309260,"account_id":1,"city_id":69,"latitude":44.9447753835389,"longitude":-93.2854485604535,"api_id":null,"adopted_at":null,"created_at":null,"updated_at":null,"watershed_id":35,"county_id":3,"subwatershed_id":262,"city_api_id":"415008","imported_from_ruby":0,"is_hidden":0,"neighborhood":null,"source_id":3},"user":{"id":4566,"display_name":"Emma","avatar_path":"https:\/\/adopt-a-drain.org\/images\/avatar.png"}},"2":{"id":8040,"user_id":4566,"drain_id":309289,"name":"Harry","unadopted_at":null,"created_at":"2019-08-21 01:41:09","updated_at":"2019-08-21 01:41:09","drain":{"id":309289,"account_id":1,"city_id":69,"latitude":44.9439992664565,"longitude":-93.2856351256818,"api_id":null,"adopted_at":null,"created_at":null,"updated_at":null,"watershed_id":35,"county_id":3,"subwatershed_id":262,"city_api_id":"415058","imported_from_ruby":0,"is_hidden":0,"neighborhood":null,"source_id":3},"user":{"id":4566,"display_name":"Emma","avatar_path":"https:\/\/adopt-a-drain.org\/images\/avatar.png"}},"1":{"id":8041,"user_id":4566,"drain_id":307887,"name":"Harriet","unadopted_at":null,"created_at":"2019-08-21 01:41:50","updated_at":"2019-08-21 01:41:50","drain":{"id":307887,"account_id":1,"city_id":69,"latitude":44.9439981974288,"longitude":-93.28552479754,"api_id":null,"adopted_at":null,"created_at":null,"updated_at":null,"watershed_id":35,"county_id":3,"subwatershed_id":262,"city_api_id":"413181","imported_from_ruby":0,"is_hidden":0,"neighborhood":null,"source_id":3},"user":{"id":4566,"display_name":"Emma","avatar_path":"https:\/\/adopt-a-drain.org\/images\/avatar.png"}},"19":{"id":3971,"adoption_id":6730,"duration_minutes":1,"collected_amount":"1.00","measurement":"pounds","primary_debris":"Grass and\/or green leaves","secondary_debris":null,"created_at":"2019-08-21 05:47:14","updated_at":"2019-08-21 05:47:14","collected_amount_in_pounds":1,"adoption":{"id":6730,"user_id":4135,"drain_id":218490,"name":"Rio Gordon","unadopted_at":null,"created_at":"2019-05-14 14:28:09","updated_at":"2019-05-14 14:28:09","drain":{"id":218490,"account_id":1,"city_id":105,"latitude":44.9023650341916,"longitude":-93.600095957665,"api_id":"776075","adopted_at":null,"created_at":null,"updated_at":null,"watershed_id":35,"county_id":3,"subwatershed_id":212,"city_api_id":"","imported_from_ruby":0,"is_hidden":0,"neighborhood":null,"source_id":2},"user":{"id":4135,"display_name":"Gordon Levack","avatar_path":"https:\/\/adopt-a-drain.org\/images\/avatar.png"}}},"18":{"id":3972,"adoption_id":6731,"duration_minutes":1,"collected_amount":"2.00","measurement":"pounds","primary_debris":"Grass and\/or green leaves","secondary_debris":"Brown leaves","created_at":"2019-08-21 05:47:50","updated_at":"2019-08-21 05:47:50","collected_amount_in_pounds":2,"adoption":{"id":6731,"user_id":4135,"drain_id":218466,"name":"Rio Gordon","unadopted_at":null,"created_at":"2019-05-14 14:28:28","updated_at":"2019-05-14 14:28:28","drain":{"id":218466,"account_id":1,"city_id":105,"latitude":44.9030470284762,"longitude":-93.6000530229235,"api_id":"775281","adopted_at":null,"created_at":null,"updated_at":null,"watershed_id":35,"county_id":3,"subwatershed_id":212,"city_api_id":"","imported_from_ruby":0,"is_hidden":0,"neighborhood":null,"source_id":2},"user":{"id":4135,"display_name":"Gordon Levack","avatar_path":"https:\/\/adopt-a-drain.org\/images\/avatar.png"}}},"17":{"id":3973,"adoption_id":6732,"duration_minutes":1,"collected_amount":"2.00","measurement":"pounds","primary_debris":"Grass and\/or green leaves","secondary_debris":"Brown leaves","created_at":"2019-08-21 05:48:19","updated_at":"2019-08-21 05:48:19","collected_amount_in_pounds":2,"adoption":{"id":6732,"user_id":4135,"drain_id":218491,"name":"Rio Gordon","unadopted_at":null,"created_at":"2019-05-14 14:28:45","updated_at":"2019-05-14 14:28:45","drain":{"id":218491,"account_id":1,"city_id":105,"latitude":44.9031530327967,"longitude":-93.6002449495141,"api_id":"776076","adopted_at":null,"created_at":null,"updated_at":null,"watershed_id":35,"county_id":3,"subwatershed_id":212,"city_api_id":"","imported_from_ruby":0,"is_hidden":0,"neighborhood":null,"source_id":2},"user":{"id":4135,"display_name":"Gordon Levack","avatar_path":"https:\/\/adopt-a-drain.org\/images\/avatar.png"}}},"16":{"id":3974,"adoption_id":6734,"duration_minutes":1,"collected_amount":"1.00","measurement":"pounds","primary_debris":"Grass and\/or green leaves","secondary_debris":null,"created_at":"2019-08-21 05:48:44","updated_at":"2019-08-21 05:48:44","collected_amount_in_pounds":1,"adoption":{"id":6734,"user_id":4135,"drain_id":218489,"name":"Rio Gordon","unadopted_at":null,"created_at":"2019-05-14 14:29:24","updated_at":"2019-05-14 14:29:24","drain":{"id":218489,"account_id":1,"city_id":105,"latitude":44.9015480182405,"longitude":-93.6001080336457,"api_id":"776074","adopted_at":null,"created_at":null,"updated_at":null,"watershed_id":35,"county_id":3,"subwatershed_id":212,"city_api_id":"","imported_from_ruby":0,"is_hidden":0,"neighborhood":null,"source_id":2},"user":{"id":4135,"display_name":"Gordon Levack","avatar_path":"https:\/\/adopt-a-drain.org\/images\/avatar.png"}}},"15":{"id":3975,"adoption_id":6735,"duration_minutes":1,"collected_amount":"1.00","measurement":"pounds","primary_debris":"Grass and\/or green leaves","secondary_debris":"Brown leaves","created_at":"2019-08-21 05:49:05","updated_at":"2019-08-21 05:49:05","collected_amount_in_pounds":1,"adoption":{"id":6735,"user_id":4135,"drain_id":218486,"name":"Rio Gordon","unadopted_at":null,"created_at":"2019-05-14 14:29:41","updated_at":"2019-05-14 14:29:41","drain":{"id":218486,"account_id":1,"city_id":105,"latitude":44.9013829629287,"longitude":-93.6003460140449,"api_id":"776071","adopted_at":null,"created_at":null,"updated_at":null,"watershed_id":35,"county_id":3,"subwatershed_id":212,"city_api_id":"","imported_from_ruby":0,"is_hidden":0,"neighborhood":null,"source_id":2},"user":{"id":4135,"display_name":"Gordon Levack","avatar_path":"https:\/\/adopt-a-drain.org\/images\/avatar.png"}}},"14":{"id":3976,"adoption_id":6736,"duration_minutes":1,"collected_amount":"1.00","measurement":"pounds","primary_debris":"Grass and\/or green leaves","secondary_debris":null,"created_at":"2019-08-21 05:49:22","updated_at":"2019-08-21 05:49:22","collected_amount_in_pounds":1,"adoption":{"id":6736,"user_id":4135,"drain_id":218488,"name":"Rio Gordon","unadopted_at":null,"created_at":"2019-05-14 14:29:54","updated_at":"2019-05-14 14:29:54","drain":{"id":218488,"account_id":1,"city_id":105,"latitude":44.9014060048255,"longitude":-93.6001060340495,"api_id":"776073","adopted_at":null,"created_at":null,"updated_at":null,"watershed_id":35,"county_id":3,"subwatershed_id":212,"city_api_id":"","imported_from_ruby":0,"is_hidden":0,"neighborhood":null,"source_id":2},"user":{"id":4135,"display_name":"Gordon Levack","avatar_path":"https:\/\/adopt-a-drain.org\/images\/avatar.png"}}},"13":{"id":3977,"adoption_id":2594,"duration_minutes":2,"collected_amount":"1.00","measurement":"pounds","primary_debris":"Grass and\/or green leaves","secondary_debris":"Sediment\/dirt","created_at":"2019-08-21 12:51:25","updated_at":"2019-08-21 12:51:25","collected_amount_in_pounds":1,"adoption":{"id":2594,"user_id":1820,"drain_id":290962,"name":"Jerry\u0027s Drain A","unadopted_at":null,"created_at":"2019-03-14 20:36:46","updated_at":"2019-08-21 12:49:04","drain":{"id":290962,"account_id":1,"city_id":13,"latitude":45.07694568,"longitude":-93.42352246,"api_id":null,"adopted_at":null,"created_at":"2019-03-14 20:36:46","updated_at":"2019-03-14 20:36:46","watershed_id":23,"county_id":3,"subwatershed_id":482,"city_api_id":null,"imported_from_ruby":1,"is_hidden":0,"neighborhood":null,"source_id":1},"user":{"id":1820,"display_name":"Jerry ","avatar_path":"https:\/\/adopt-a-drain.org\/images\/avatar.png"}}},"12":{"id":3978,"adoption_id":2595,"duration_minutes":5,"collected_amount":"1.00","measurement":"pounds","primary_debris":"Grass and\/or green leaves","secondary_debris":"Sediment\/dirt","created_at":"2019-08-21 12:52:05","updated_at":"2019-08-21 12:52:05","collected_amount_in_pounds":1,"adoption":{"id":2595,"user_id":1820,"drain_id":290964,"name":"Jerry\u0027s Drain B","unadopted_at":null,"created_at":"2019-03-14 20:36:47","updated_at":"2019-08-21 12:49:23","drain":{"id":290964,"account_id":1,"city_id":13,"latitude":45.07697623,"longitude":-93.42342065,"api_id":null,"adopted_at":null,"created_at":"2019-03-14 20:36:47","updated_at":"2019-03-14 20:36:47","watershed_id":23,"county_id":3,"subwatershed_id":482,"city_api_id":null,"imported_from_ruby":1,"is_hidden":0,"neighborhood":null,"source_id":1},"user":{"id":1820,"display_name":"Jerry ","avatar_path":"https:\/\/adopt-a-drain.org\/images\/avatar.png"}}},"20":{"id":4754,"account_id":1,"display_name":"Jay and Ruth","name":"Jay Joyner","type":"Individual","email":"[email protected]","voice_phone":null,"sms_phone":null,"address_1":"3247 Humboldt Ave S","address_2":null,"city":"Minneapolis","city_id":null,"state":"MN","zip":"55408-3329","admin":0,"allow_city_contact":1,"allow_watershed_contact":1,"email_verified_at":"2019-08-21 14:00:47","created_at":"2019-08-21 13:55:08","updated_at":"2019-08-21 14:00:47","supervisable_id":null,"supervisable_type":null,"avatar":null,"notes":null,"packet_sent":0,"sign_delivered":0,"ruby_id":null,"send_weekly_adoption_report":0,"signed_up_via_kiosk":0,"avatar_path":"https:\/\/adopt-a-drain.org\/images\/avatar.png"},"0":{"id":8042,"user_id":4754,"drain_id":304708,"name":"Humboldt \u0026 33rd","unadopted_at":null,"created_at":"2019-08-21 13:55:09","updated_at":"2019-08-21 13:55:09","drain":{"id":304708,"account_id":1,"city_id":69,"latitude":44.9432225773815,"longitude":-93.3009301593284,"api_id":null,"adopted_at":null,"created_at":null,"updated_at":null,"watershed_id":35,"county_id":3,"subwatershed_id":249,"city_api_id":"408435","imported_from_ruby":0,"is_hidden":0,"neighborhood":null,"source_id":3},"user":{"id":4754,"display_name":"Jay and Ruth","avatar_path":"https:\/\/adopt-a-drain.org\/images\/avatar.png"}},"11":{"id":3979,"adoption_id":5085,"duration_minutes":5,"collected_amount":"2.00","measurement":"pounds","primary_debris":"Trash","secondary_debris":"Sediment\/dirt","created_at":"2019-08-21 14:10:55","updated_at":"2019-08-21 14:10:55","collected_amount_in_pounds":2,"adoption":{"id":5085,"user_id":3416,"drain_id":301773,"name":"Lil Drayne","unadopted_at":null,"created_at":"2019-03-26 21:06:25","updated_at":"2019-03-26 21:06:25","drain":{"id":301773,"account_id":1,"city_id":69,"latitude":44.9304153562994,"longitude":-93.2210778390285,"api_id":null,"adopted_at":null,"created_at":null,"updated_at":null,"watershed_id":26,"county_id":3,"subwatershed_id":262,"city_api_id":"404404","imported_from_ruby":0,"is_hidden":0,"neighborhood":null,"source_id":3},"user":{"id":3416,"display_name":"Kat","avatar_path":"https:\/\/adopt-a-drain.org\/images\/avatar.png"}}},"10":{"id":3980,"adoption_id":7900,"duration_minutes":2,"collected_amount":"0.50","measurement":"pounds","primary_debris":"Brown leaves","secondary_debris":"Sediment\/dirt","created_at":"2019-08-21 14:11:50","updated_at":"2019-08-21 14:11:50","collected_amount_in_pounds":0.5,"adoption":{"id":7900,"user_id":4707,"drain_id":287528,"name":"Ramsey \u0026 15th","unadopted_at":null,"created_at":"2019-08-13 16:10:22","updated_at":"2019-08-13 16:10:22","drain":{"id":287528,"account_id":1,"city_id":21,"latitude":44.7313749777952,"longitude":-92.8500369707269,"api_id":"685139","adopted_at":null,"created_at":null,"updated_at":null,"watershed_id":12,"county_id":2,"subwatershed_id":547,"city_api_id":"","imported_from_ruby":0,"is_hidden":0,"neighborhood":null,"source_id":2},"user":{"id":4707,"display_name":"Shawn","avatar_path":"https:\/\/adopt-a-drain.org\/images\/avatar.png"}}}}'></activity-feed>
</div>
<div class="bg-teal-lightest">
<home-google-map
:user='null'
:adopted-drain-ids='[46,47,1056,1130,1505,1552,1646,1961,2025,2243,2268,2282,2283,2536,4161,4162,4689,4947,6346,6556,7656,7657,8470,8956,8973,10810,10811,10812,10816,10940,11422,11423,11424,11446,11448,11456,11502,11503,11532,11819,11823,13157,13261,13266,13272,14120,14319,14631,15016,15126,15346,16115,16279,16861,16941,17167,17276,17336,17337,17517,17596,18178,18402,18606,18849,19011,19112,20222,20223,20386,20496,21006,21098,21795,21876,21941,21945,22057,22093,22121,22122,22167,22205,22301,22305,22572,22573,22642,22707,22709,22713,22797,22798,22861,22948,23163,23205,23209,23282,23294,23312,23313,23314,23342,23399,23426,23604,23670,23685,23700,23701,23702,23756,23758,23846,23847,23853,23854,23855,23865,23867,23868,23995,24039,24041,24042,24043,24044,24221,24227,24372,24403,24442,24562,24564,24683,24684,24697,24749,24750,25069,25071,25072,25083,25138,25172,25188,25382,25456,25533,25534,25539,25568,25569,25606,25611,25757,25781,25882,25883,25884,25980,26020,26106,26107,26108,26109,26110,26112,26253,26260,26354,26355,26372,26380,26382,26432,26433,26435,26637,26677,26678,26709,26745,26811,26891,26892,26951,26975,26994,27004,27005,27062,27066,27084,27135,27186,27221,27230,27233,27239,27240,27250,27251,27252,27253,27254,27280,27325,27331,27332,27355,27415,27430,27431,27448,27449,27450,27451,27453,27455,27612,27623,27645,27906,28009,28011,28454,28639,28814,28838,28847,28848,28849,28851,28852,28957,28959,29077,29078,29154,29239,29240,29241,29244,29245,29246,29247,29352,29375,29376,29377,29378,29383,29501,29524,29542,29557,29558,29559,29561,29575,29576,29577,29578,29581,29606,29607,29618,29670,29676,29679,29684,29685,29686,29707,29783,29821,29823,29825,29826,30011,30012,30177,30191,30197,30204,30206,30285,30303,30308,30314,30316,30332,30336,30339,30347,30372,30373,30375,30397,30399,30426,30427,30582,30583,30649,30655,30660,30702,30707,30882,30900,30922,30939,30940,30965,30983,30985,31101,31197,31198,31199,31792,32448,32862,33476,33666,33792,34070,34387,34982,35688,37906,39374,40995,43221,44570,47232,47283,47284,49177,49182,49188,49192,49199,49201,49206,49207,49216,49223,49225,49249,49296,49365,49462,49463,49464,49473,49482,49492,49496,49519,49528,49536,49542,50202,50452,50454,50765,50766,50767,51240,51567,51919,52763,52784,53080,53208,53724,55067,55176,56939,56940,57093,57094,57309,57310,57586,57623,58222,58340,58341,58599,58686,58982,59046,59047,59048,59049,61529,61530,61531,63762,64920,64921,64922,64923,64924,66917,67179,68374,68542,68836,68873,69163,69170,69171,69172,69182,69219,69496,69510,69511,69512,69513,69514,69599,69765,69767,69802,70237,70502,70574,70618,70622,70623,70647,70778,70779,71025,71029,71163,71169,71416,71984,72266,72315,72316,72664,72745,72869,73408,75061,75829,75835,76151,76152,76668,76682,79586,81432,82266,82267,82677,84108,84128,84415,84910,84997,85045,85046,85047,85048,85049,85584,85586,85630,85702,85986,86028,86029,86140,86689,86690,86805,86806,86808,86809,86811,86812,86901,86940,86942,86943,87051,87098,88823,88836,88837,88855,88984,88985,89141,89185,89511,89535,89536,89537,89546,89588,89638,89706,90546,90547,90548,90562,90563,90566,90567,90568,90569,90570,90571,90572,90573,90574,90706,90719,90720,90721,90722,91345,91470,91489,91668,91882,91910,91911,91964,91968,91987,91992,91993,92004,92035,92036,92050,92072,92085,92086,92091,92169,92170,92171,92172,92173,92176,92177,92178,92179,92180,92181,92182,92183,92184,92185,92186,92187,92188,92189,92190,92191,92192,92193,92194,92195,92197,92198,92199,92200,92201,92202,92203,92208,92209,92210,92211,92212,92213,92214,92215,92216,92217,92218,92219,92220,92221,92222,92223,92225,92226,92228,92229,92230,92249,92266,92267,92337,92338,92339,92341,92342,92343,92345,92346,92347,92348,92349,92364,92365,92366,92367,92368,92369,92371,92372,92373,92374,92375,92376,92378,92379,92380,92387,92388,92389,92429,92430,92431,92432,92436,92437,92438,92453,92454,92455,92456,92466,92467,92468,92469,92471,92472,92473,92474,92475,92480,92481,92483,92505,92506,92507,92508,92509,92510,92511,92519,92520,92521,92522,92523,92524,92531,92532,92533,92534,92535,92536,92537,92538,92539,92540,92541,92542,92543,92544,92545,92546,92547,92548,92549,92550,92551,92552,92553,92554,92555,92556,92557,92558,92559,92560,92561,92562,92563,92564,92565,92566,92567,92568,92569,92570,92571,92572,92573,92574,92575,92576,92577,92579,92580,92582,92609,92623,92646,92647,92650,92652,95009,95350,95354,95391,95392,95675,95812,95887,95888,95914,95915,96266,96443,96476,96508,96592,96598,96599,97129,97223,97225,97403,97404,97405,97406,97453,97571,97582,97990,98123,98124,98340,98781,98805,98862,98888,98897,99044,99221,99307,99384,99385,99603,99604,99780,99905,99906,99907,99915,99916,100026,100050,100421,100459,100494,100495,100496,100722,100727,100821,100822,100823,100930,100931,101021,101452,101453,101750,102474,102499,102801,102802,103991,104025,104089,104090,104091,104452,104602,104605,105311,105312,105313,105499,105500,105533,105663,106017,106019,106125,106170,106579,107122,107239,108697,109724,109964,111153,111154,111463,111739,112033,112034,112040,112087,112088,112312,112400,112471,112480,112505,112506,112589,112597,112628,112629,112632,112809,112832,112836,112891,112909,112925,113040,113056,113057,113117,113118,113163,113294,113317,113336,113387,113458,113532,113536,113555,113930,113931,113932,113951,113959,114875,114910,114911,114913,115817,115818,116001,116031,117244,117268,117453,118071,118119,118446,118447,118448,118811,118981,119796,121403,122165,122193,122194,122195,122196,122197,122263,122806,122882,122898,122899,122907,122927,122954,123177,123178,123196,123213,123214,123215,123268,123269,123322,123325,123371,123402,123484,123574,123575,123687,123689,124157,124357,124430,124432,124434,124813,124901,124943,124944,125072,125073,125074,125728,125745,126717,126720,126721,126726,126739,126800,126801,126804,126946,126951,126954,127064,127069,127070,127075,127076,127438,127446,127540,127541,127542,127574,127575,127600,127654,127658,127659,127660,127661,127664,127715,127788,127789,127802,127803,127935,127971,127989,128011,128012,128099,128129,128139,128243,128253,128316,128317,128318,128735,128775,128881,128923,128939,128945,128961,129021,129030,129067,129307,129821,129822,129823,130211,130231,130467,130468,130704,130705,130821,130879,131240,131241,132018,132019,132031,132032,132131,132194,132195,132205,132795,133154,133155,133171,133200,133368,133377,133378,133388,133399,133400,133455,133456,133496,133497,133663,133814,133815,133869,133952,134092,134204,134243,134270,134272,135368,135386,135387,135409,135410,135826,135859,136018,136019,136020,136043,136171,136180,136181,136204,136254,136345,136676,136772,136774,136775,136923,137097,137362,137367,137411,137633,138313,138340,138343,138476,138667,138692,138951,139112,139164,139209,139336,139353,139354,139413,139498,139565,139691,139878,139992,139993,140170,140404,140405,140422,140808,140809,141296,141297,141298,141299,141301,141302,141303,141304,141371,142029,142125,142421,142793,142915,142916,143043,143135,143853,144460,144479,144480,144559,144661,144663,145278,145317,145580,145581,146113,146116,146144,146145,146154,146155,146160,146161,146173,146174,146194,146216,146281,146283,146290,146291,146297,146344,146345,146394,146416,146441,146442,146451,146699,146737,146756,146757,146775,146776,146797,146798,146802,146828,146869,146908,146909,146922,146936,146946,146947,146953,146960,146962,146976,146981,146982,146983,146984,147045,147058,147082,147083,147154,147207,147210,147243,147244,147245,147267,147268,147269,147270,147271,147272,147273,147274,147275,147292,147302,147308,147309,147352,147413,147414,147440,147441,147449,147468,147469,147487,147503,147504,147514,147515,147594,147772,147797,147801,147807,147825,147826,147827,147828,147831,147918,147921,147941,148223,148285,148327,148356,148358,148359,148407,148408,148409,148428,148581,148582,148583,148591,148698,148700,148701,148702,148729,148738,148739,148785,148888,148903,148904,148905,148906,148911,148912,148942,149532,150987,150988,150992,151536,151549,151586,151587,152424,152425,152432,152437,152951,153004,153492,153512,153524,153526,153527,153528,153538,153539,153542,153543,153550,153551,153761,155358,155541,157656,157659,157663,157857,157896,160547,160548,160549,160550,160551,160710,160825,160851,160858,160900,161391,161392,161398,161399,161400,161401,161402,161403,161857,162232,162769,162770,162839,163228,163231,163259,163260,163276,163282,163283,163285,163297,163463,163472,163475,163794,163874,163884,163899,163903,163988,163998,164008,164016,164040,164041,164109,164139,164409,164968,165123,165133,165149,165151,165218,165253,165276,165291,165335,165764,167102,167395,167735,168122,168281,168282,168510,168827,168949,168950,168988,169152,169859,169864,169865,169998,169999,170043,170045,170056,170104,170121,170138,170425,170430,170594,170622,170704,170705,170706,170722,170743,170867,170892,170928,170940,170941,170970,170971,170977,170981,170995,171109,171110,171179,171202,171245,171264,171298,171319,171322,171361,171463,171661,171691,171727,171768,171769,171770,171918,172342,172642,172746,172857,173026,173073,173153,173189,173190,173238,173274,173275,173276,173341,173356,173454,173461,173462,173638,173644,173646,173764,173932,173936,174234,174261,174262,174285,174286,174303,174304,174314,174315,174318,174341,174390,174392,174404,174405,174407,174414,174428,174434,174628,174642,174643,174645,174646,174650,174654,174706,174707,174708,174709,174710,174713,174796,174904,175109,175110,175111,175112,175276,175461,175491,175540,175550,175573,175593,175599,175604,175636,175737,175739,175740,175756,175786,175792,175813,175814,175815,175867,175868,175906,175908,175909,175926,175941,175944,175968,175977,175978,175988,175998,176000,176013,176014,176015,176016,176095,176133,176268,176269,176303,176343,176375,176376,176377,176378,176381,176618,176649,176651,176652,176655,176659,176661,176686,176706,176715,176727,176728,176748,176785,176786,176798,176799,176804,176827,176828,176829,176830,176831,176832,176873,176875,176983,177162,177195,177247,177279,177292,177293,177309,177310,177312,177319,177358,177359,177361,177362,177363,177376,177380,177388,177407,177418,177475,177477,177493,177570,177571,177572,177578,177584,177598,177604,177631,177798,177816,177890,177911,177934,177937,177949,177984,178018,178030,178087,178102,178152,178153,178266,178317,178387,178390,178465,178507,178538,178539,178548,178552,178553,178554,178582,178593,178594,178595,178596,178606,178607,178612,178614,178616,178617,178626,178631,178675,178688,178698,178699,178807,178808,178809,178810,178814,178899,178901,178902,178903,178935,178936,178937,178938,178943,178950,178952,178960,178969,179018,179054,179055,179064,179065,179068,179069,179074,179192,179194,179202,179217,179218,179223,179224,179226,179322,179552,179571,179575,179663,179738,179773,179774,179775,179782,179797,179812,179821,179829,179837,179843,179904,179905,179906,179907,179909,179912,179913,179922,179924,179942,179943,179970,179971,180002,180003,180004,180005,180105,180116,180207,180208,180211,180226,180240,180242,180246,180345,180346,180352,180353,180397,180403,180404,180405,180406,180411,180438,180439,180443,180444,180445,180458,180459,180482,180485,180517,180531,180584,180588,180592,180593,180619,180665,180696,180748,180851,180857,180858,180859,180860,180864,180866,180922,180925,180937,180940,180946,180978,180979,180984,180985,181012,181057,181059,181060,181067,181068,181069,181071,181072,181073,181075,181076,181077,181079,181080,181082,181083,181084,181085,181086,181087,181088,181089,181090,181097,181098,181100,181102,181103,181106,181107,181108,181109,181110,181111,181112,181115,181116,181209,181224,181225,181244,181270,181271,181272,181573,181576,181578,181579,181580,181584,181615,181617,181648,181706,181711,181740,181851,181852,181862,181863,181994,181995,182174,182197,182256,182428,182436,182440,182478,182487,182502,182515,182516,182565,182566,182567,182569,182570,182571,182572,182585,182586,182590,182594,182596,182602,182604,182606,182607,182637,182640,182641,182652,182653,182656,182657,182660,182661,182665,182675,182687,182691,182706,182713,182714,182726,182727,182732,182735,182746,182768,182795,182828,182857,182861,182867,182890,182891,182895,182896,182897,182944,182968,183156,183252,183253,183267,183418,183535,183636,183637,183638,183692,183696,183777,183779,183780,183781,183782,183783,183784,183785,183786,183787,184065,184066,184111,184112,184113,184144,184159,184160,184168,184169,184170,184171,184175,184176,184182,184189,184208,184209,184232,184234,184235,184236,184244,184245,184248,184249,184250,184254,184255,184305,184352,184360,184369,184370,184371,184378,184379,184380,184381,184388,184427,184429,184430,184446,184451,184464,184476,184488,184501,184503,184505,184512,184515,184590,184595,184602,184652,184671,184674,184675,184676,184677,184700,184701,184702,184703,184712,184740,184746,184751,184757,184773,184990,185061,185072,185175,185274,185275,185327,185357,185362,185364,185365,185387,185388,185389,185525,185571,185630,185633,185684,185695,185706,185719,185720,185732,185859,185860,185861,185863,185865,185867,185868,185869,185924,185925,185926,185936,185938,185943,185945,185947,185950,185954,185969,185992,185993,185995,185996,185997,185999,186011,186012,186014,186015,186021,186035,186043,186044,186047,186048,186052,186093,186095,186110,186113,186148,186154,186158,186166,186175,186176,186189,186190,186191,186194,186195,186199,186258,186259,186260,186261,186271,186321,186326,186327,186328,186332,186335,186341,186349,186350,186351,186352,186353,186354,186355,186357,186358,186359,186360,186383,186384,186385,186386,186387,186388,186389,186390,186391,186392,186393,186396,186404,186405,186406,186409,186410,186411,186412,186413,186414,186416,186417,186427,186429,186435,186442,186443,186449,186450,186460,186502,186551,186555,186556,186561,186563,186564,186580,186593,186596,186612,186614,186618,186634,186648,186649,186650,186662,186673,186693,186703,186704,186706,186728,186827,186871,186878,186882,186884,186885,186917,186919,186920,186924,186928,186935,186938,186939,186940,186941,186943,186950,186957,186965,187001,187002,187037,187039,187040,187041,187043,187054,187055,187057,187058,187066,187070,187074,187079,187086,187087,187093,187094,187099,187100,187101,187102,187103,187104,187110,187112,187114,187115,187117,187120,187125,187127,187129,187133,187171,187179,187180,187184,187186,187193,187196,187221,187225,187227,187228,187237,187238,187241,187246,187247,187248,187249,187292,187293,187294,187295,187296,187297,187298,187301,187304,187311,187313,187314,187317,187318,187319,187369,187370,187470,187511,187546,187607,187627,187628,187629,187653,187664,187665,187676,187677,187688,187691,187692,187705,187738,187787,187794,187795,187799,187874,187890,187891,187892,187902,187911,187912,187913,187931,187935,187938,187941,187942,187944,187949,187952,187954,187956,187957,187958,187959,187960,187961,187962,187963,187964,187966,187970,187971,187974,187975,187976,187977,187980,187987,187993,187994,187996,187999,188003,188008,188009,188010,188011,188022,188023,188056,188198,188199,188200,188201,188208,188210,188216,188217,188219,188223,188224,188225,188226,188232,188256,188258,188263,188266,188269,188271,188273,188274,188284,188285,188300,188305,188306,188317,188318,188319,188320,188321,188323,188324,188325,188326,188329,188330,188331,188333,188334,188335,188347,188452,188467,188498,188512,188513,188514,188517,188521,188524,188546,188559,188561,188562,188566,188567,188569,188573,188697,188734,188736,188737,188738,188750,188753,188803,188814,188815,188816,188817,188825,188873,188881,188983,188992,189005,189015,189032,189047,189057,189059,189080,189082,189087,189097,189109,189112,189127,189128,189134,189141,189150,189151,189158,189164,189165,189166,189175,189177,189179,189181,189182,189183,189184,189186,189189,189201,189211,189212,189213,189214,189223,189224,189232,189234,189237,189238,189239,189240,189243,189248,189253,189254,189255,189262,189265,189268,189269,189271,189272,189274,189275,189276,189278,189279,189280,189285,189288,189291,189294,189295,189298,189299,189300,189301,189302,189303,189304,189305,189306,189311,189312,189314,189315,189317,189318,189319,189320,189321,189322,189325,189326,189327,189329,189332,189333,189335,189341,189342,189345,189346,189391,189418,189425,189427,189428,189436,189438,189442,189443,189444,189445,189448,189456,189457,189458,189463,189464,189465,189468,189469,189473,189475,189478,189482,189491,189492,189494,189558,189562,189566,189584,189587,189590,189606,189746,189810,189820,189848,189849,189851,189897,189902,189903,189904,189905,189906,189912,189952,189986,190000,190015,190050,190051,190057,190058,190059,190060,190061,190069,190075,190138,190145,190162,190165,190167,190169,190172,190173,190179,190186,190187,190188,190204,190205,190221,190237,190250,190252,190253,190275,190276,190294,190313,190336,190337,190347,190356,190368,190369,190382,190383,190384,190385,190420,190421,190425,190498,190508,190528,190608,190619,190620,190633,190639,190645,190683,190685,190719,190721,190727,190736,190740,190743,190747,190751,190766,190789,190790,190793,190799,190800,190801,190806,190809,190810,190813,190814,190815,190816,190817,190818,190821,190822,190823,190824,190825,190826,190828,190834,190838,190840,190841,190847,190850,190855,190858,190863,190864,190909,190913,190916,190922,190925,190930,190933,190951,190957,190960,190966,190973,190975,191070,191082,191110,191138,191162,191163,191168,191170,191171,191212,191213,191217,191234,191250,191277,191278,191303,191338,191343,191363,191370,191371,191377,191378,191381,191413,191416,191417,191421,191423,191443,191455,191466,191478,191480,191494,191511,191512,191517,191538,191539,191552,191554,191555,191558,191559,191560,191562,191567,191568,191569,191575,191581,191598,191606,191611,191619,191627,191631,191645,191647,191650,191656,191660,191661,191665,191711,191716,191717,191718,191719,191720,191721,191735,191736,191737,191747,191748,191758,191767,191786,191793,191794,191795,191802,191806,191807,191870,191911,192034,192047,192048,192067,192068,192078,192092,192160,192161,192167,192171,192174,192190,192197,192231,192235,192239,192240,192246,192247,192262,192268,192270,192276,192282,192286,192288,192294,192295,192314,192315,192345,192351,192354,192359,192362,192363,192380,192489,192501,192545,192620,192621,192622,192623,192686,192687,192690,192691,192692,192738,192781,192799,192809,192825,192826,192834,192856,192857,192859,192860,192869,192870,192871,192873,192876,192877,192878,192879,192887,192893,192895,192923,192926,192927,192933,192947,192948,192949,192956,192962,192963,192964,192965,192990,193002,193006,193029,193030,193036,193037,193038,193051,193053,193079,193087,193088,193089,193090,193091,193092,193093,193094,193095,193096,193097,193098,193099,193100,193101,193112,193113,193118,193121,193122,193123,193126,193127,193128,193156,193157,193161,193175,193182,193189,193190,193213,193217,193219,193221,193223,193224,193229,193230,193231,193234,193238,193241,193247,193253,193324,193325,193326,193327,193331,193364,193366,193370,193378,193379,193383,193385,193387,193390,193400,193405,193435,193436,193442,193450,193451,193454,193477,193505,193565,193590,193592,193593,193595,193599,193605,193625,193627,193635,193637,193638,193641,193642,193646,193647,193648,193655,193656,193657,193658,193667,193668,193669,193677,193678,193682,193687,193689,193690,193695,193696,193697,193698,193708,193710,193713,193714,193721,193723,193724,193725,193726,193731,193740,193746,193763,193764,193765,193766,193767,193768,193784,193789,193790,193791,193800,193801,193802,193804,193805,193806,193807,193808,193816,193828,193833,193835,193836,193837,193840,193842,193844,193851,193852,193854,193855,193863,193874,193875,193876,193882,193883,193887,193888,193889,193890,193897,193898,193899,193901,193903,193906,193908,193916,193918,193922,193925,193927,193929,193931,193932,193933,193992,194098,194101,194134,194135,194158,194159,194160,194161,194162,194163,194166,194167,194171,194180,194181,194238,194254,194259,194301,194307,194308,194311,194318,194324,194331,194352,194355,194380,194381,194385,194386,194466,194475,194480,194489,194490,194492,194498,194610,194653,194658,194730,194734,194741,194771,194778,194830,194836,194839,194947,194950,195052,195056,195060,195061,195073,195079,195102,195108,195135,195145,195146,195147,195216,195222,195240,195245,195246,195247,195248,195251,195281,195283,195285,195296,195320,195322,195338,195386,195426,195433,195440,195490,195516,195546,195551,195560,195561,195562,195566,195567,195574,195575,195576,195584,195585,195600,195603,195638,195640,195643,195644,195654,195659,195671,195672,195675,195676,195678,195679,195697,195719,195724,195727,195728,195737,195752,195767,195790,195801,195802,195812,195840,195842,195843,195924,195926,195927,195935,195937,195945,195947,195948,195949,195950,195955,195958,195965,195967,195968,195971,196012,196014,196029,196062,196063,196064,196069,196082,196085,196088,196089,196090,196096,196098,196107,196108,196109,196110,196121,196130,196140,196153,196154,196163,196168,196170,196171,196172,196185,196209,196238,196239,196242,196256,196265,196267,196268,196269,196274,196289,196296,196307,196326,196327,196338,196339,196340,196348,196350,196356,196358,196367,196378,196379,196380,196382,196385,196391,196392,196399,196400,196401,196402,196403,196404,196407,196412,196458,196459,196461,196488,196489,196491,196499,196500,196502,196503,196537,196545,196546,196547,196548,196549,196551,196558,196572,196573,196574,196575,196577,196578,196593,196600,196620,196625,196626,196631,196638,196640,196645,196648,196649,196650,196655,196667,196671,196676,196678,196679,196680,196705,196712,196777,196789,196798,196823,196992,197014,197024,197036,197076,197156,197196,197242,197244,197245,197256,197261,197268,197272,197323,197324,197386,197403,197404,197408,197411,197412,197434,197435,197484,197540,197606,197612,197619,197634,197636,197658,197663,197664,197665,197666,197667,197676,197685,197698,197701,197702,197703,197712,197715,197716,197719,197784,197800,197831,197837,197841,197843,197868,197914,197917,197926,197929,197931,197951,197976,197990,197991,198002,198003,198007,198010,198012,198013,198018,198027,198036,198037,198038,198044,198046,198051,198055,198056,198057,198077,198081,198082,198116,198135,198147,198166,198167,198171,198186,198187,198207,198240,198242,198244,198245,198246,198247,198248,198249,198252,198253,198254,198255,198260,198261,198262,198263,198265,198266,198268,198271,198285,198287,198289,198293,198294,198295,198296,198297,198389,198390,198391,198601,198604,198625,198633,198667,198674,198705,198775,198799,198805,198808,198809,198810,198816,198819,198825,198832,198838,198846,198925,198932,198954,198992,199000,199001,199007,199016,199017,199023,199025,199041,199042,199055,199077,199078,199079,199083,199084,199085,199086,199089,199090,199091,199093,199101,199112,199117,199150,199160,199175,199177,199200,199201,199217,199223,199246,199250,199255,199257,199261,199266,199270,199295,199297,199305,199311,199314,199315,199318,199319,199320,199324,199325,199326,199327,199334,199336,199337,199345,199351,199352,199356,199360,199370,199371,199390,199394,199397,199403,199404,199405,199411,199412,199425,199433,199434,199435,199439,199479,199480,199508,199518,199519,199520,199521,199535,199537,199538,199541,199549,199554,199556,199557,199582,199603,199635,199649,199656,199659,199668,199671,199679,199680,199682,199683,199694,199698,199699,199702,199703,199704,199705,199710,199716,199719,199720,199725,199732,199734,199735,199769,199832,199843,199865,199868,199879,199890,199900,199901,199947,199948,199962,199978,199987,199998,199999,200000,200007,200008,200010,200011,200022,200023,200036,200043,200047,200087,200090,200095,200096,200120,200129,200130,200131,200132,200136,200146,200148,200149,200208,200209,200210,200211,200212,200213,200225,200244,200267,200269,200270,200271,200273,200274,200281,200282,200301,200302,200313,200314,200406,200407,200472,200493,200494,200509,200511,200513,200514,200538,200589,200671,200846,200998,201000,201001,201002,201003,201010,201017,201032,201069,201139,201423,201522,201525,201527,201528,201548,201549,201554,201557,201558,201579,201713,201734,201843,201911,201925,201939,201940,201944,201945,201947,201952,201954,201967,201968,201969,201971,201984,201985,201988,201989,201990,202008,202017,202018,202022,202032,202037,202042,202050,202053,202057,202061,202100,202101,202103,202104,202117,202134,202237,202238,202278,202318,202322,202328,202333,202394,202436,202475,202476,202477,202486,202556,202616,202698,202701,202752,202821,202822,202903,202914,202944,202966,202997,202998,202999,203000,203006,203008,203084,203089,203094,203102,203107,203152,203162,203219,203368,203389,203399,203421,203424,203434,203436,203437,203454,203459,203481,203488,203508,203591,203611,203612,203635,203637,203640,203641,203642,203665,203738,203892,203908,203909,203919,203923,203924,203926,204004,204031,204040,204206,204207,204209,204294,204347,204348,204377,204383,204389,204573,204575,204588,204601,204602,204603,204659,204713,204731,204744,204764,204777,204821,204973,204994,204997,205024,205055,205140,205141,205142,205164,205165,205226,205235,205236,205243,205244,205296,205299,205312,205326,205330,205331,205360,205423,205437,207866,208654,212465,212466,212789,213952,213953,217809,217989,218073,218094,218098,218113,218216,218252,218275,218276,218408,218434,218466,218467,218486,218487,218488,218489,218490,218491,218577,218635,218672,218673,218975,218976,219064,219065,219091,219092,219093,219094,219171,219172,219173,219174,219175,219176,219177,219309,219336,219345,219346,219382,219413,219645,219656,219718,219728,219837,219838,219855,219922,219956,220393,249256,249401,249514,249515,249730,249863,250100,250456,250457,250460,250463,250464,251345,251402,251655,251656,251742,251878,251939,252047,252048,252100,252101,252102,252203,252204,252220,252221,252222,252223,252224,252225,252226,252227,252228,252231,252232,252244,252245,252327,252328,252332,252334,252373,252387,252402,252451,252456,252546,252562,252565,252566,252567,252573,252599,252600,252703,252754,252755,252817,253167,253264,253266,253290,253293,253294,253401,253417,253420,253422,253533,253534,253681,253682,253785,253788,253833,253834,253873,253966,253996,253997,254337,254505,254873,254874,255920,255921,255944,255945,255946,256082,256143,256168,256202,256203,256284,256317,256358,256500,257013,257033,257050,257189,257236,258002,258481,258494,258538,258597,258602,258801,260391,260433,261071,261081,262103,262104,262105,262107,262108,262109,262116,262213,262214,262238,262240,262241,262251,262252,262306,262307,262907,262908,262909,262925,262932,262965,263017,263079,263080,263083,263089,263090,263092,263093,263102,263103,263104,263217,263220,263292,263422,263423,263449,263454,263455,263462,263463,263466,263470,263561,264036,264037,264038,264039,264040,264041,264043,264247,264250,264255,264256,264257,264259,264537,264584,264589,264590,264708,264709,264710,264711,264716,264726,264747,264751,264802,264803,264841,264866,264868,264870,264882,264899,264916,264941,264957,264958,264964,264969,264970,264977,264989,264990,265004,265037,265052,265053,265103,265104,265117,265120,265123,265131,265137,265161,265162,265165,265166,265183,265184,265221,265222,265359,265362,265364,265378,265380,265381,265386,266034,266035,266050,266052,266053,266058,266059,266064,266157,266159,266180,266185,266188,266189,266190,266200,266206,266208,266234,266235,266247,266248,266253,266254,266259,266265,266269,266318,266325,266370,266371,266393,266419,266420,266421,266422,266423,266424,266425,266426,266427,266442,266443,266444,266452,266453,266454,266490,266493,266495,266496,266497,266935,266936,267062,267075,267077,267221,267222,267731,267779,267819,267820,267821,267822,267834,267838,267855,267856,267891,267923,267927,267930,267952,267953,267955,267959,267962,267968,267974,267981,267982,267983,267984,268091,268093,268094,268095,268141,268142,268143,268144,268149,268150,268151,268153,268748,268749,269171,269181,269201,269294,269756,269757,270042,271507,271508,271779,272415,272643,273324,273325,273326,273393,273394,274091,274317,274318,274342,274376,274386,274428,274708,275089,275108,275293,275945,276346,276371,276477,276662,278206,278546,281313,281909,281916,281922,282188,282690,282923,282924,282968,283563,286065,286380,286582,286692,286882,287140,287364,287365,287366,287367,287368,287528,287636,287682,287720,287721,287947,288291,288302,288342,288343,288344,288345,288458,288695,288704,288705,288744,288748,288749,288750,288762,288774,288777,288778,288779,288857,288936,289008,289028,289029,289070,289134,289187,289233,289237,289238,289239,289261,289262,289263,289264,289292,289293,289336,289363,289384,289385,289390,289396,289400,289560,289566,289587,289591,289593,289595,289673,289674,289678,289712,289796,289861,289867,290035,290062,290072,290073,290075,290169,290224,290250,290282,290309,290310,290311,290342,290512,290516,290517,290521,290525,290534,290537,290541,290542,290543,290545,290546,290547,290549,290551,290553,290556,290560,290564,290568,290570,290576,290580,290582,290584,290586,290590,290592,290594,290596,290598,290600,290602,290608,290612,290614,290622,290624,290626,290628,290631,290633,290635,290636,290639,290640,290643,290645,290649,290651,290653,290655,290657,290659,290661,290663,290666,290667,290668,290670,290672,290673,290674,290675,290676,290677,290680,290682,290684,290686,290688,290690,290691,290692,290694,290696,290698,290700,290701,290702,290704,290706,290708,290710,290712,290714,290716,290718,290720,290722,290724,290726,290728,290730,290732,290734,290736,290738,290740,290742,290744,290746,290748,290749,290750,290752,290754,290756,290757,290758,290761,290763,290764,290767,290769,290771,290772,290773,290775,290777,290779,290780,290781,290783,290785,290787,290789,290791,290792,290793,290795,290797,290799,290800,290801,290803,290805,290806,290807,290809,290811,290813,290814,290815,290819,290821,290822,290823,290825,290827,290829,290831,290833,290835,290839,290841,290843,290845,290847,290849,290851,290853,290855,290857,290859,290861,290863,290865,290866,290867,290869,290871,290873,290875,290877,290879,290881,290883,290885,290887,290889,290891,290893,290895,290896,290897,290898,290899,290901,290903,290904,290905,290906,290907,290909,290911,290912,290913,290914,290915,290917,290919,290920,290921,290923,290924,290925,290927,290929,290931,290932,290934,290936,290938,290939,290940,290942,290944,290946,290947,290948,290950,290951,290952,290954,290956,290958,290959,290960,290962,290964,290966,290967,290968,290969,290970,290973,290975,290977,290979,290981,290982,290983,290985,290987,290989,290990,290991,290993,290995,290996,290997,290999,291001,291003,291005,291007,291009,291011,291012,291013,291015,291017,291019,291021,291023,291025,291027,291029,291031,291033,291034,291035,291036,291037,291039,291041,291044,291046,291048,291050,291052,291054,291055,291056,291058,291060,291062,291064,291066,291068,291070,291072,291074,291076,291077,291078,291080,291082,291084,291086,291088,291090,291092,291094,291096,291098,291100,291102,291104,291106,291108,291111,291113,291115,291117,291119,291121,291123,291125,291127,291129,291131,291133,291135,291137,291139,291141,291143,291145,291147,291149,291151,291153,291155,291157,291159,291161,291163,291165,291167,291169,291171,291173,291175,291177,291179,291181,291183,291185,291187,291189,291193,291195,291197,291199,291201,291203,291205,291207,291209,291211,291213,291215,291217,291219,291221,291223,291225,291296,291297,291298,291342,291354,291460,291493,291626,291659,291673,291674,291678,291679,291730,291802,291803,291814,291822,291847,291853,291856,291882,291928,291929,291930,291945,291946,291986,291987,291988,291993,291998,291999,292000,292040,292139,292140,292141,292142,292143,292149,292193,292239,292240,292241,292242,292389,292390,292441,292453,292527,292528,292529,292530,292541,292580,292581,292616,292617,292739,292905,292961,292971,293039,293052,293143,293144,293156,293184,293232,293260,293319,293320,293407,293416,293417,293467,293469,293471,293496,293513,293514,293516,293533,293534,293545,293564,293565,293566,293617,293618,293661,293662,293673,293674,293675,293676,293677,293680,293681,293682,293683,293685,293700,293701,293704,293705,293706,293707,293708,293710,293716,293717,293728,293730,293731,293812,293813,293814,293816,293835,293919,293943,293944,293945,294025,294026,294027,294032,294100,294101,294110,294127,294165,294176,294203,294217,294273,294278,294287,294299,294315,294337,294370,294399,294429,294434,294451,294463,294501,294513,294536,294542,294543,294591,294602,294604,294621,294623,294713,294754,294755,294773,294777,294793,294818,294851,294885,294886,294887,294894,294938,295000,295001,295002,295027,295042,295101,295109,295111,295112,295120,295123,295135,295136,295137,295138,295139,295140,295141,295142,295143,295166,295168,295169,295193,295194,295195,295204,295217,295218,295222,295225,295228,295229,295254,295270,295294,295295,295296,295297,295298,295299,295300,295301,295310,295318,295319,295321,295322,295357,295363,295364,295383,295384,295389,295403,295406,295407,295408,295412,295425,295426,295427,295428,295429,295433,295439,295441,295442,295443,295445,295446,295447,295448,295469,295470,295476,295477,295478,295479,295486,295487,295488,295489,295490,295513,295514,295515,295516,295520,295521,295525,295526,295546,295547,295548,295549,295550,295551,295552,295554,295555,295563,295567,295568,295569,295574,295578,295579,295580,295581,295583,295584,295588,295613,295619,295620,295621,295625,295631,295632,295633,295634,295639,295642,295643,295644,295645,295649,295653,295655,295659,295660,295663,295664,295665,295666,295667,295668,295669,295670,295671,295677,295684,295700,295701,295702,295703,295706,295713,295714,295715,295716,295717,295719,295725,295728,295730,295732,295734,295744,295771,295774,295775,295776,295782,295783,295784,295785,295786,295787,295788,295802,295805,295812,295817,295831,295833,295834,295835,295837,295844,295845,295849,295854,295855,295856,295857,295858,295859,295863,295865,295872,295886,295887,295893,295894,295903,295904,295908,295911,295916,295917,295920,295922,295923,295933,295934,295949,295953,295960,295963,295977,295978,295981,295982,295983,295985,295986,295988,295997,295998,296003,296004,296006,296007,296011,296018,296031,296032,296033,296040,296041,296061,296068,296069,296076,296077,296078,296087,296091,296092,296093,296103,296104,296106,296110,296111,296112,296118,296121,296136,296137,296138,296139,296145,296165,296166,296167,296168,296171,296172,296180,296191,296192,296193,296201,296202,296208,296209,296222,296244,296269,296270,296288,296318,296332,296338,296363,296366,296369,296370,296371,296372,296373,296390,296398,296430,296440,296480,296506,296551,296563,296594,296596,296619,296631,296648,296650,296705,296808,296945,296949,296982,297029,297033,297056,297057,297103,297104,297112,297115,297203,297205,297206,297343,297344,297347,297348,297349,297432,297433,297434,297435,297436,297437,297498,297500,297589,297590,297596,297597,297598,297632,297633,297641,297643,297644,297657,297658,297700,297732,297736,297738,297741,297743,297765,297767,297781,297782,297784,297785,297786,297866,297874,297875,297885,297886,297887,297971,297977,297978,297981,297992,297994,298014,298046,298048,298059,298075,298082,298083,298091,298092,298095,298130,298131,298134,298147,298282,298283,298305,298349,298350,298370,298372,298390,298397,298398,298518,298568,298637,298952,298971,298990,299073,299125,299126,299127,299129,299138,299139,299229,299233,299287,299288,299318,299323,299324,299340,299341,299343,299345,299346,299347,299348,299365,299384,299385,299396,299418,299419,299420,299421,299427,299428,299429,299430,299458,299521,299522,299529,299530,299531,299585,299598,299599,299622,299623,299625,299626,299630,299631,299663,299664,299666,299680,299700,299705,299706,299707,299716,299722,299731,299732,299736,299737,299738,299740,299748,299760,299762,299770,299772,299775,299776,299778,299780,299781,299784,299786,299787,299792,299793,299808,299809,299825,299826,299830,299833,299852,299856,299858,299860,299861,299862,299865,299867,299871,299872,299873,299882,299883,299886,299888,299893,299895,299896,299897,299904,299912,299914,299916,299919,299920,299921,299935,299937,299951,299953,299954,299959,299960,299970,299976,299977,299978,299984,299985,300012,300014,300016,300019,300028,300071,300074,300075,300079,300097,300106,300107,300110,300122,300125,300133,300155,300161,300168,300170,300171,300173,300174,300177,300178,300179,300180,300187,300188,300199,300200,300201,300203,300210,300212,300213,300219,300226,300228,300229,300230,300231,300234,300235,300237,300254,300255,300267,300268,300269,300271,300272,300274,300275,300276,300277,300280,300281,300282,300296,300313,300314,300316,300317,300327,300329,300340,300341,300343,300350,300364,300374,300375,300376,300377,300378,300379,300380,300387,300390,300392,300410,300417,300418,300419,300420,300421,300422,300423,300424,300425,300430,300439,300454,300457,300458,300464,300465,300466,300479,300480,300482,300491,300492,300493,300494,300495,300496,300497,300507,300509,300512,300523,300526,300530,300542,300543,300552,300554,300558,300562,300564,300565,300566,300573,300576,300579,300580,300581,300582,300588,300592,300593,300594,300598,300599,300601,300602,300603,300604,300605,300609,300618,300620,300622,300623,300640,300656,300683,300684,300688,300690,300702,300705,300709,300712,300718,300725,300726,300730,300738,300742,300747,300753,300755,300758,300759,300763,300772,300773,300776,300777,300778,300779,300780,300784,300785,300786,300787,300788,300791,300794,300795,300819,300820,300821,300822,300828,300829,300830,300838,300843,300845,300846,300847,300858,300877,300878,300884,300885,300886,300889,300890,300891,300895,300900,300901,300902,300903,300910,300913,300914,300919,300920,300921,300922,300941,300942,300943,300954,300955,300956,300963,300965,300966,300968,300972,300977,300981,300982,300983,300987,300989,301006,301010,301011,301019,301020,301027,301028,301029,301035,301040,301041,301047,301051,301052,301053,301054,301061,301062,301063,301077,301082,301083,301084,301087,301088,301097,301098,301102,301103,301111,301112,301118,301134,301141,301143,301144,301145,301147,301164,301165,301168,301172,301182,301190,301191,301192,301194,301195,301196,301199,301200,301204,301206,301210,301212,301214,301218,301220,301221,301230,301243,301245,301249,301250,301257,301259,301261,301265,301266,301273,301276,301277,301279,301281,301289,301291,301300,301301,301303,301306,301307,301316,301318,301322,301336,301337,301338,301356,301360,301378,301383,301392,301394,301395,301397,301409,301418,301426,301427,301439,301444,301449,301450,301455,301458,301463,301466,301474,301475,301476,301477,301478,301480,301481,301483,301484,301488,301506,301507,301508,301529,301534,301539,301542,301559,301561,301563,301564,301567,301585,301589,301591,301592,301601,301603,301627,301629,301630,301631,301640,301641,301642,301643,301647,301648,301654,301658,301659,301673,301675,301680,301681,301702,301704,301706,301708,301710,301711,301714,301715,301721,301723,301724,301733,301748,301749,301755,301759,301772,301773,301781,301782,301784,301789,301795,301800,301801,301802,301803,301811,301812,301813,301825,301827,301833,301834,301836,301841,301845,301849,301856,301864,301866,301867,301882,301884,301888,301910,301911,301930,301931,301944,301949,301968,301971,301979,301981,301982,301984,301985,301986,302028,302032,302034,302036,302037,302042,302045,302053,302054,302055,302056,302059,302078,302081,302082,302085,302086,302087,302088,302092,302093,302095,302096,302097,302099,302113,302114,302115,302117,302124,302126,302127,302129,302130,302133,302134,302141,302142,302143,302145,302156,302157,302158,302159,302165,302171,302172,302179,302182,302183,302185,302186,302187,302188,302190,302192,302195,302198,302201,302229,302231,302233,302244,302253,302261,302262,302263,302264,302266,302269,302296,302314,302322,302323,302333,302334,302339,302340,302341,302351,302357,302358,302363,302364,302370,302382,302391,302393,302394,302395,302401,302404,302405,302414,302415,302416,302424,302428,302432,302438,302439,302446,302451,302452,302453,302456,302462,302463,302464,302467,302468,302469,302470,302472,302479,302493,302509,302516,302518,302519,302520,302522,302523,302531,302535,302540,302553,302558,302561,302562,302567,302575,302576,302578,302592,302593,302598,302599,302601,302602,302609,302613,302616,302618,302623,302640,302650,302651,302658,302659,302664,302665,302667,302674,302680,302682,302690,302698,302699,302700,302714,302756,302759,302761,302764,302778,302779,302800,302803,302804,302805,302808,302809,302814,302815,302823,302846,302861,302863,302864,302899,302901,302902,302911,302943,302944,302945,302961,302971,302973,302976,302979,302980,302982,302998,303003,303014,303016,303018,303021,303032,303039,303044,303045,303050,303058,303070,303071,303072,303113,303118,303123,303158,303171,303174,303178,303188,303221,303226,303229,303253,303254,303261,303262,303264,303266,303267,303269,303278,303279,303297,303306,303309,303311,303314,303318,303333,303339,303350,303357,303369,303370,303371,303391,303392,303393,303398,303403,303404,303405,303419,303424,303441,303444,303457,303458,303459,303460,303462,303481,303499,303514,303525,303548,303549,303550,303551,303560,303561,303562,303563,303584,303611,303612,303635,303636,303637,303638,303640,303642,303660,303661,303662,303683,303738,303741,303745,303747,303751,303752,303753,303756,303763,303767,303776,303778,303789,303792,303793,303807,303811,303812,303815,303816,303818,303822,303823,303827,303830,303860,303864,303867,303876,303877,303878,303879,303905,303912,303914,303946,303958,303966,303987,303988,304004,304010,304017,304018,304036,304037,304041,304042,304066,304067,304168,304170,304188,304199,304208,304250,304252,304254,304255,304263,304264,304271,304277,304278,304279,304280,304290,304291,304303,304314,304315,304377,304424,304425,304443,304444,304461,304495,304496,304498,304534,304540,304543,304550,304558,304583,304599,304636,304676,304708,304732,304746,304761,304762,304769,304791,304792,304794,304795,304796,304797,304810,304813,304819,304844,304845,304846,304867,304870,304891,304904,304909,304912,304913,304914,304919,304943,304988,304990,305006,305009,305017,305018,305023,305039,305046,305053,305056,305060,305076,305112,305113,305143,305148,305149,305156,305157,305184,305206,305212,305213,305229,305244,305250,305251,305254,305272,305317,305322,305325,305331,305337,305346,305366,305371,305389,305390,305391,305392,305393,305412,305417,305418,305421,305432,305436,305442,305446,305458,305460,305461,305465,305466,305467,305470,305473,305479,305480,305486,305492,305494,305495,305496,305497,305501,305502,305503,305504,305513,305517,305518,305524,305528,305530,305531,305532,305537,305538,305549,305550,305558,305562,305563,305564,305565,305566,305567,305569,305570,305571,305572,305590,305591,305592,305593,305599,305601,305602,305603,305609,305620,305621,305628,305630,305631,305632,305633,305634,305635,305637,305641,305649,305664,305665,305678,305679,305681,305684,305685,305698,305699,305702,305704,305709,305716,305717,305719,305720,305721,305722,305723,305731,305733,305734,305744,305745,305746,305749,305750,305755,305756,305757,305758,305766,305767,305768,305769,305775,305786,305787,305788,305789,305798,305822,305835,305836,305837,305838,305843,305845,305846,305847,305848,305849,305852,305878,305879,305885,305888,305889,305895,305896,305897,305898,305901,305902,305909,305914,305926,305943,305946,305959,305971,305972,305973,305974,305975,305976,305977,305978,305979,305980,305982,305983,305985,305991,305992,305996,305997,306001,306003,306014,306019,306038,306039,306042,306072,306073,306074,306075,306079,306083,306087,306089,306110,306120,306160,306161,306166,306167,306168,306169,306172,306187,306196,306198,306200,306201,306208,306222,306223,306228,306233,306237,306253,306256,306257,306261,306264,306276,306280,306291,306297,306299,306302,306303,306304,306308,306309,306327,306335,306336,306347,306350,306351,306360,306364,306366,306367,306368,306369,306392,306394,306399,306400,306404,306405,306407,306408,306410,306411,306419,306423,306429,306453,306462,306472,306495,306522,306523,306524,306525,306526,306527,306528,306529,306530,306533,306539,306540,306544,306545,306547,306548,306564,306567,306568,306569,306570,306576,306577,306578,306594,306600,306601,306610,306611,306612,306613,306615,306617,306619,306621,306622,306624,306633,306652,306656,306657,306659,306665,306668,306682,306683,306684,306685,306687,306688,306694,306698,306715,306724,306730,306731,306738,306742,306753,306754,306756,306758,306760,306761,306765,306766,306767,306768,306769,306777,306778,306779,306785,306792,306793,306794,306797,306815,306817,306824,306826,306830,306833,306843,306861,306862,306863,306868,306869,306870,306872,306873,306874,306898,306899,306901,306906,306907,306909,306910,306912,306918,306919,306922,306923,306929,306933,306934,306943,306950,306951,306952,306953,306954,306955,306956,306957,306958,306959,306974,306983,306987,306988,306990,306996,307001,307002,307003,307013,307014,307015,307016,307017,307018,307019,307029,307032,307045,307046,307047,307049,307053,307059,307062,307072,307085,307091,307094,307096,307109,307140,307141,307145,307173,307180,307184,307186,307188,307211,307213,307221,307223,307224,307233,307242,307251,307254,307256,307271,307289,307290,307291,307309,307310,307311,307315,307317,307320,307322,307327,307329,307330,307334,307346,307376,307377,307378,307401,307402,307432,307442,307443,307446,307448,307450,307452,307453,307454,307467,307471,307473,307474,307475,307508,307509,307547,307550,307551,307553,307554,307575,307576,307580,307581,307588,307590,307591,307627,307645,307646,307648,307649,307682,307683,307688,307689,307690,307697,307699,307709,307715,307716,307717,307726,307727,307733,307736,307743,307761,307762,307763,307780,307790,307791,307802,307815,307816,307838,307849,307854,307863,307867,307868,307869,307870,307875,307876,307877,307884,307885,307886,307887,307902,307903,307928,307947,307957,307962,307963,307964,307965,308013,308023,308024,308035,308039,308042,308051,308052,308053,308057,308058,308059,308066,308080,308081,308082,308085,308102,308103,308104,308144,308145,308147,308154,308155,308157,308166,308190,308191,308192,308193,308194,308195,308217,308219,308221,308243,308244,308248,308260,308279,308302,308347,308355,308358,308363,308367,308368,308395,308402,308432,308433,308434,308516,308546,308548,308549,308550,308551,308552,308586,308616,308651,308696,308717,308719,308721,308756,308771,308776,308780,308781,308782,308788,308811,308813,308816,308845,308847,308848,308851,308868,308869,308870,308871,308872,308881,308888,308889,308890,308903,308904,308906,308920,308921,308933,308953,309012,309014,309015,309016,309020,309026,309027,309028,309063,309076,309077,309090,309110,309111,309139,309149,309180,309186,309225,309226,309227,309260,309268,309280,309289,309309,309310,309312,309319,309330,309339,309360,309387,309390,309405,309408,309411,309414,309416,309417,309422,309428,309442,309443,309444,309452,309489,309535,309536,309578,309687,309692,309699,309701,309856,309857,309858,309859,309863,309940,309942,309973,310017,310018,310019,310046,310048,310106,310107,310112,310114,310115,310116,310151,310188,310189,310224,310225,310226,310227,310231,310235,310244,310245,310267,310293,310315,310330,310339,310343,310344,310347,310348,310349,310350,310367,310368,310369,310370,310371,310372,310381,310409,310410,310507,310545,310546,310561,310584,310602,310730,310736,310823,310832,310861,310870,310905,310906,310927,310954,310967,310968,310969,310981,310996,311016,311048,311095,311134,311139,311144,311145,311202,311203,311396,311469,311470,311475,311476,311477,311478,311500,311501,311502,311515,311521,311539,311540,311543,311544,311555,311574,311594,311638,311639,311650,311651,311652,311677,311690,311691,311692,311696,311697,311698,311726,311727,311728,311729,311750,311751,311752,311794,311795,311817,311818,311843,311844,311845,311851,311852,311861,311887,311903,311904,311907,311954,311978,311984,311985,312045,312063,312067,312068,312069,312102,312118,312140,312190,312191,312198,312206,312216,312227,312423,312509,312510,312513,312581,312596,312597,312628,312649,312719,312727,312731,312762,312763,312764,312765,312784,312790,312823,312824,312829,312830,312838,312842,312845,312863,312873,312880,312884,312887,312888,312891,312893,312897,312909,312921,312932,312939,312952,312978,312996,312998,312999,313010,313026,313034,313066,313067,313099,313112,313115,313135,313137,313143,313146,313159,313178,313193,313200,313201,313263,313284,313286,313295,313341,313391,313396,313402,313404,313406,313407,313409,313411,313496,313529,313530,313531,313533,313539,313547,313563,313569,313576,313577,313653,313661,313666,313711,313717,313779,313780,313782,313796,313830,313874,313913,313916,313925,313973,313994,313995,314022,314024,314039,314040,314051,314052,314059,314071,314076,314077,314078,314090,314091,314092,314093,314116,314130,314134,314170,314199,314225,314227,314246,314247,314279,314291,314329,314333,314404,314418,314433,314479,314517,314518,314519,314710,314711,314742,314743,314744,314865,314866,314918,314919,314947,315053,315081,315082,315141,315144,315146,315147,315148,315149,315157,315228,315253,315254,315375,315394,315395,315402,315414,315415,315416,315467,315468,315469,315483,315489,315491,315493,315499,315518,315542,315544,315555,315560,315570,315584,315588,315600,315607,315608,315619,315631,315649,315650,315659,315660,315661,315662,315665,315666,315667,315668,315676,315699,315712,315713,315714,315715,315722,315723,315748,315751,315761,315765,315768,315769,315784,315793,315810,315815,315838,315844,315845,315856,315865,315869,315871,315890,315906,315907,315910,315911,315924,315932,315933,315944,315975,315990,316004,316023,316024,316040,316052,316058,316059,316062,316066,316067,316071,316072,316074,316075,316081,316098,316115,316116,316128,316143,316144,316146,316151,316153,316157,316158,316165,316170,316173,316175,316176,316185,316190,316198,316203,316249,316250,316264,316269,316273,316274,316291,316294,316295,316303,316312,316317,316327,316332,316336,316340,316348,316350,316370,316382,316383,316396,316397,316401,316403,316405,316406,316407,316417,316441,316442,316443,316453,316466,316469,316470,316472,316475,316479,316480,316510,316523,316529,316534,316541,316543,316545,316546,316547,316549,316557,316558,316574,316658,316659,316661,316662,316663,316664,316665,316672,316673,316675,316677,316685,316686,316693,316697,316713,316717,316729,316735,316739,316740,316741,316749,316755,316756,316757,316769,316770,316771,316772,316780,316785,316789,316790,316806,316832,316837,316852,316858,316867,316868,316869,316871,316872,316889,316890,316908,316913,316914,316917,316918,316937,316942,316943,316944,316962,316968,316979,316987,316988,316992,316995,316998,317017,317018,317026,317027,317028,317029,317041,317056,317059,317066,317082,317083,317086,317098,317099,317111,317130,317131,317134,317137,317165,317178,317186,317187,317188,317196,317203,317224,317225,317226,317227,317228,317233,317238,317262,317301,317310,317311,317330,317331,317339,317342,317354,317358,317360,317361,317365,317388,317392,317422,317423,317424,317425,317431,317438,317447,317454,317455,317456,317457,317458,317459,317460,317479,317484,317511,317512,317519,317523,317524,317531,317553,317554,317557,317560,317561,317585,317586,317589,317598,317605,317609,317611,317613,317622,317623,317626,317638,317656,317657,317662,317696,317724,317726,317752,317753,317767,317775,317823,317824,317836,317844,317845,317846,317883,317895,317906,317926,317952,317953,317975,318055,318075,318137,318169,318191,318192,318261,318278,318296,318297,318298,318329,318340,318341,318344,318345,318594,318605,318606,318608,318609,318610,318643,318644,318645,318715,318716,318719,318720,318766,318798,318913,318916,318917,318929,318961,319002,319003,319004,319013,319058,319088,319089,319130,319131,319132,319133,319139,319140,319141,319142,319143,319175,319324,319336,319364,319398,319810,319812,319821,320056,320130,320191,320229,320245,320252,320271,320273,320276,320332,320335,320336,320337,320338,320361,320387,320488,320557,320566,320582,320595,320603,320604,320614,320630,320636,320672,320677,320685,320691,320699,320701,320703,320713,320724,320725,320763,320824,320836,320880,320920,320965,320971,321016,321092,321111,321117,321119,321125,321163,321165,321167,321236,321428,321449,321487,321570,321575,321640,321648,321716,321735,321768,321811,321821,321899,321900,321901,321902,321939,321940,321958,321959,321968,321971,322020,322039,322067,322068,322296,322877,322889,322891,322892,322893,322917,322923,322965,322966,322967,322968,322969,322970,322971,322972,322973,322975,322976,322977,322978,322979,322980,322981,322982,322983,322984,322985,322986,322987,322988,322989,322990,322992,322993,322994,322996,322997,322998,322999,323000,323001,323002,323003,323004,323006,329911,333921,335189,335922,336894,337728,337754,337755,337756,337765,337771,337777,337778,337782,338987,338988,338989,342307,342322,354848,356009]'
:my-drain-ids='[]'
:initial-center="{"lat":44.9650603,"lng":-93.1645547}"
:initial-selected-drain='null'
></home-google-map>
</div>
<div class="bg-teal-darker py-20 px-4 text-white" id="about-adopt-a-drain">
<h2 class="font-semibold lg:font-normal text-teal-lighter text-3xl lg:text-5xl text-center mb-6">About the Adopt-a-Drain program</h2>
<div class="leading-normal text-center text-xl max-w-lg mx-auto mb-16">
<p>Volunteer fifteen minutes, twice a month, for cleaner waterways and healthier communities. Storm drains flow directly to local lakes, rivers, and wetlands, acting as a conduit for trash and organic pollutants. Adopt a Drain asks residents to adopt a storm drain in their neighborhood and keep it clear of leaves, trash, and other debris to reduce water pollution.</p>
</div>
<div class="container px-0 flex flex-wrap items-start">
<div class="mb-12 w-full sm:w-1/2 lg:w-1/4">
<div class="px-4 text-center sm:text-left">
<svg class="inline-block w-16 mb-3 lg:mb-6" viewBox="0 0 60 60" xmlns="http://www.w3.org/2000/svg"><g fill="none" stroke="#fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="m43.24 33.75v2.83"/><path d="m38.53 32.81v2.83"/><path d="m33.81 30.92v3.77"/><path d="m40.41 30a2.83 2.83 0 0 1 2.83 2.83v1.88"/><path d="m35.7 28.09a2.83 2.83 0 0 1 2.83 2.83v1.89"/><path d="m28.15 39.41v-19.81a2.83 2.83 0 0 1 5.66 0v11.32"/><path d="m28.15 39.41-2.83-5.66s-.94-2.83-2.83-2.83-2.83 1.89-1.88 2.83c.66.67 3.77 12.26 3.77 12.26l5.62 7.55a3.77 3.77 0 0 0 3.77 3.77h8.53a3.77 3.77 0 0 0 3.77-3.77c0-1.89 1.93-5.66 1.93-12.26v-6.61a2.83 2.83 0 0 0 -2.83-2.83"/><path d="m17.78 36.58h-4.78a2.83 2.83 0 0 1 -2.83-2.83v-23.58a2.83 2.83 0 0 1 2.83-2.83h34a2.83 2.83 0 0 1 2.83 2.83v20.75"/><path d="m18.98 13.29 4.25 4.25"/><path d="m30 10.42v-7.36"/><path d="m38.01 17.62 4.33-4.33"/></g></svg>
<h5 class="text-2xl mb-3 lg:mb-6">Sign up</h5>
<div class="text-lg leading-normal">
<p>Sign up online to Adopt a Drain in your neighborhood.</p>
</div>
</div>
</div>
<div class="mb-12 w-full sm:w-1/2 lg:w-1/4">
<div class="px-4 text-center sm:text-left">
<svg class="inline-block w-16 mb-3 lg:mb-6" viewBox="0 0 60 60" xmlns="http://www.w3.org/2000/svg"><g fill="none" stroke="#fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="m46.72 30.62-5.32-1.62 7.42-24a2.8 2.8 0 0 1 3.49-1.84 2.78 2.78 0 0 1 1.83 3.49z"/><path d="m34.32 34.56 16.26 5.04"/><path d="m52.82 54.88c-6.82 5.82-28.43 1.23-33.82-13.39 12.18-1.56 17.37-8.88 19-12a1.87 1.87 0 0 1 2.19-.91l8 2.48a1.85 1.85 0 0 1 1.29 1.5z"/><path d="m30 42.48a20 20 0 0 1 -8.14 4.16"/><path d="m32 47.28a19 19 0 0 1 -5.74 3.83"/><path d="m36.24 50.09a18.24 18.24 0 0 1 -3.37 4.83"/><path d="m47 48.43a19.83 19.83 0 0 1 -.31 8.76"/><path d="m41.91 49.4a19.41 19.41 0 0 1 -2 7.55"/><path d="m.71 57.33h57.87"/><path d="m11.56 48.43c-1.47.87-3.7 1.23-5.87-1.52-2.37-3-2-8-2-9.24 1 .27 6.26 1.25 8.63 4.27 2.19 2.77 1.25 4.84 0 5.92a6.85 6.85 0 0 1 -.76.57z"/><path d="m5.28 39.87c.76 3.45 5 6.67 6.68 8.42"/><path d="m12 48.29a7.45 7.45 0 0 1 1.83 2.51"/></g></svg>
<h5 class="text-2xl mb-3 lg:mb-6">Keep your drain clear</h5>
<div class="text-lg leading-normal"><p>Sweep leaves, trash and other debris off the drain surface year round.</p></div>
</div>
</div>
<div class="mb-12 w-full sm:w-1/2 lg:w-1/4">
<div class="px-4 text-center sm:text-left">
<svg class="inline-block w-16 mb-3 lg:mb-6" viewBox="0 0 60 60" xmlns="http://www.w3.org/2000/svg"><g fill="none" stroke="#fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="m25.76 52.69h-19.76a1.16 1.16 0 0 1 -1.16-1.16v-26.76h22.1v26.76a1.16 1.16 0 0 1 -1.18 1.16z"/><path d="m2.49 24.77h26.76"/><path d="m21.11 24.77h-10.48v-2.33a1.17 1.17 0 0 1 1.17-1.16h8.14a1.17 1.17 0 0 1 1.17 1.16z"/><path d="m15.87 29.42v18.62"/><path d="m21.11 29.42v18.62"/><path d="m10.63 29.42v18.62"/><path d="m46.93 30.36h-4.53v-20.36a2.27 2.27 0 0 1 2.27-2.27 2.27 2.27 0 0 1 2.26 2.27z"/><path d="m38.25 36.4h13.84"/><path d="m57.51 47.73c-3.9 6.17-21.78 7.81-29.46-2.26 9.08-4.15 11.35-11.09 11.95-13.89a1.5 1.5 0 0 1 1.48-1.22h6.81a1.5 1.5 0 0 1 1.36.86z"/><path d="m36.79 43.6a16.28 16.28 0 0 1 -5.32 5.19"/><path d="m39.54 46.84a15.54 15.54 0 0 1 -3.54 4.35"/><path d="m43.48 48a14.78 14.78 0 0 1 -1.48 4.57"/><path d="m51.44 44.13a16 16 0 0 1 1.86 6.87"/><path d="m47.72 46.11a15.58 15.58 0 0 1 .28 6.34"/></g></svg>
<h5 class="text-2xl mb-3 lg:mb-6">Track your impact</h5>
<div class="text-lg leading-normal"><p>Keep an estimated total of the debris you collect and enter it into your online account so we can gauge the cumulative results of our work.</p></div>
</div>
</div>
<div class="mb-12 w-full sm:w-1/2 lg:w-1/4">
<div class="px-4 text-center sm:text-left">
<svg class="inline-block w-16 mb-3 lg:mb-6" viewBox="0 0 60 60" xmlns="http://www.w3.org/2000/svg"><g fill="none" stroke="#fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="2"><path d="m45.88 36.81h-23.82l-10.59 7.94v-7.94h-7.94v-29.12h42.35z"/><path d="m20.73 44.75h17.21l10.59 7.94v-7.94h7.94v-29.12h-6.62"/></g></svg>
<h5 class="text-2xl mb-3 lg:mb-6">Lead by example</h5>
<div class="text-lg leading-normal"><p>Let friends and neighbors know about your commitment and, if they ask, tell them about small things they can do at home to prevent water pollution.</p></div>
</div>
</div>
</div>
</div>
<div class="py-20 px-4" id="how-to-clear-a-drain">
<h3 class="font-semibold lg:font-normal text-3xl lg:text-5xl text-center mb-4">How to clear a storm drain</h3>
<h5 class="font-semibold text-xl lg:text-2xl text-center mb-6 lg:mb-12">Safety, tips, and equipment</h5>
<how-to-clean-a-drain-carousel
:carousel-titles='["<p>Helpful tools for cleaning<\/p>","<p>Never remove grate<\/p>","<p>Safety first<\/p>","<p>Busy streets<\/p>","<p>Not just the drains<\/p>","<p>Separating and disposing of waste<\/p>"]'
:carousel-bodies='["<p>You might want these tools for cleaning your drain: a broom, a rake, a trash grabber, gloves, an orange cone and\/or safety vest, a snow shovel or dustpan, and a pail or yard waste bag. (A rolling pail could be deluxe if you have one.)<\/p>","<p>Clean only the surface of the storm drain grate and the area around it. Never remove the grate or otherwise attempt to clean inside the catch basin.<\/p>\n<p>If the drain seems to be plugged or have any problem, contact city staff and they will send workers to address the issue.<\/p>","<p>There could be something sharp or otherwise harmful near the drain, so wear gloves to protect your hands and be careful when picking up leaves and trash. You might want to use a trash grabber to collect debris.<\/p>\n<p>Consider wearing bright or reflective clothing when you are clearing the storm drain to make sure you are visible to cars. Do not stand or crouch on busy streets.<\/p>","<p>It\u2019s best to adopt drains on local residential streets. If you do adopt a drain on a street with lots of traffic, please stick to clearing trash and debris from the sidewalk and let city staff take care of the street and the surface of the storm drain.<\/p>","<p>While the program asks you to adopt a drain, clearing debris from streets and sidewalks is helpful since anything on pavement can wash into storm drains when it rains.<\/p>","<p>To dispose of waste, separate it into three categories and place it in the appropriate receptacle: trash, recyclables (glass and plastic bottles, cans) and compostables (leaves, grass clippings, sticks, and sediment). Sediment collected in the spring is not compostable, as it contains chemical residue from deicers used over the winter. Put it in the trash. If there is a lot of spring sediment near your drain, let city street sweepers take care of it. If there is A LOT of sediment near your drain, notify city staff, as this may be an indicator of a bigger problem.<\/p>"]'
></how-to-clean-a-drain-carousel>
</div>
<div class="bg-teal-lightest py-20" id="why-adopt-a-drain">
<div class="container">
<h3 class="font-semibold lg:font-normal text-teal-darker text-3xl lg:text-5xl text-center mb-4">Why Adopt a Drain?</h3>
<h5 class="font-semibold text-xl lg:text-2xl text-center mb-6">Keep neighborhoods clean and protect local waterways</h5>
<div class="text-xl leading-normal text-center mb-12 lg:mb-16"><p>Everyone knows that trash is no good for lakes and rivers, but many people unwittingly contribute to water pollution because they do not understand that “natural” debris—leaves, grass clippings, fertilizer, road salt, and pet waste—becomes pollution when it hits the water. When these natural pollutants break down, they become food for algae, causing it to grow out of control. Here's how it works</p></div>
<why-adopt-a-drain-carousel
:carousel-titles='["<p>Organic stuff like leaves and grass wash down the storm drain.<\/p>","<p>Algae and weeds are fed by all this organic matter.<\/p>","<p>Water gets green and soupy.<\/p>","<p>Less sunlight gets through the water so bottom plants can\u2019t grow. Fish and wildlife lose habitat.<\/p>","<p>When a lot of algae die, they create a dead zone.<\/p>"]'
:carousel-bodies='["<p>Leaves and grass in your street are on the fast track to lakes and rivers. When it rains, leaves wash into storm drains and directly into the nearest lake or river.<\/p>","<p>Once they get into the water and begin to decay, leaves and grass release nutrients that add to the green stuff you see on the surface of our lakes: algae.<\/p>","<p>Human activities double the nutrients (phosphorous and nitrogen) in the water. More plant food in the water means more algae and weeds.<\/p>","<p>When lakes get covered with algae, sunlight can\u2019t reach the bottom and plants die off. In the long term, the ecosystem changes so fewer animals can live there.<\/p>","<p>When organic stuff like algae decomposes, it sucks up oxygen in the water. Any animals that can swim leave the area, but slow-moving animals die.<\/p>"]'
></why-adopt-a-drain-carousel>
<h5 class="font-semibold text-2xl text-center mb-6 md:my-12"><p>Please don't feed the algae</p></h5>
</div>
</div>
<div class="py-20" id="prevent-runoff-pollution">
<div class="container">
<h3 class="font-semibold lg:font-normal text-3xl lg:text-5xl text-center mb-4">Prevent runoff pollution</h3>
<h5 class="font-semibold text-xl lg:text-2xl text-center mb-6">Four tips for everyday pollution prevention</h5>
<div class="max-w-md mx-auto text-xl leading-normal text-center mb-12 lg:mb-16"><p>Rain washes anything that’s on streets and paved surfaces down storm drains and into lakes and rivers. Help keep our water clean!</p></div>
<div class="flex flex-wrap items-start">
<div class="mb-12 w-full sm:w-1/2 lg:w-1/4">
<div class="px-4 text-center sm:text-left">
<svg class="inline-block w-16 mb-3 lg:mb-6" viewBox="0 0 40 40" xmlns="http://www.w3.org/2000/svg"><g fill="none" stroke="#0082cb" stroke-miterlimit="10" stroke-width="2"><path d="m13.56 8a6.43 6.43 0 0 0 -5.87-2.27 6.76 6.76 0 0 0 -5.5 5.18 6.76 6.76 0 0 0 2.62 7.41 7.1 7.1 0 0 0 -.55 5.09c.71 2.24-2.09 3.74-2.52 5.8-.34 1.61.82 6.28 1.35 7.27.83 1.57 4.39 1.07 4.48.21.2-2-2.24-2.41-2.24-2.41l.48-3.74s6-1.46 6.85-5.6a12.1 12.1 0 0 0 7.54 1.48 1.73 1.73 0 0 1 2.09 1.58c0 .61-1.11 6.89-.35 8.47s3.67 1.14 4.18.43c1.15-1.56-1.24-2.39-1.24-2.39s.92-4.71 2.12-6.85c.67-1.19 1.25-1.11 2.2-3.59s.44-4.84 2.22-7.43c.93 0 5.32.44 6-1.17.59-1.28 1.35-2.38.41-2.7a12.83 12.83 0 0 1 -3.14-1.46 5.48 5.48 0 0 0 -4.26-3.25 6.57 6.57 0 0 0 -6.81-1c-1.69 1.69 2.23 3 2.23 3a8.94 8.94 0 0 1 -2.43 4.68c-2 1.76-14.15 1-14.15 1a3.74 3.74 0 0 1 -3.78-4.4 3.58 3.58 0 0 1 2.66-2.61 3.43 3.43 0 0 1 3.29 1 1.38 1.38 0 0 0 1.54.39 1.35 1.35 0 0 0 .58-2.12z"/><path d="m30.05 11.54a9.53 9.53 0 0 0 1.32.45"/><path d="m12.38 22.77a4 4 0 0 1 .15 2.68"/><path d="m20.89 25a4.36 4.36 0 0 1 1.25 2.37"/><path d="m28.76 16a14.23 14.23 0 0 0 3.13.63"/><path d="m25.9 10.11a3.48 3.48 0 0 1 1.42-.68"/><path d="m37.93 14.33-.85-1.77"/></g></svg>
<div class="text-lg leading-normal"><p>Dog poop carries harmful bacteria. Pick up after your pet.</p></div>
</div>
</div>
<div class="mb-12 w-full sm:w-1/2 lg:w-1/4">
<div class="px-4 text-center sm:text-left">
<svg class="inline-block w-16 mb-3 lg:mb-6" viewBox="0 0 40 40" xmlns="http://www.w3.org/2000/svg"><g fill="none" stroke="#0082cb" stroke-miterlimit="10" stroke-width="2"><path d="m12 27.13c-2.26-2.86-3.65-7.48 1.58-12.84 5.68-5.85 16.42-6.44 18.96-6.79-.28 2.25-.92 13.59-6.64 19.5-5.26 5.38-9.91 4-12.55 1.62a14.56 14.56 0 0 1 -1.35-1.49z"/><path d="m28.33 11.48c-7.09 2.56-12.76 12.33-16 16.45"/><path d="m12.35 27.93a15.69 15.69 0 0 1 -4.81 4.57"/></g></svg>
<div class="text-lg leading-normal"><p>Leaves, grass and dirt feed algae and turn lakes and rivers green. Keep them off streets and sidewalks.</p></div>
</div>
</div>
<div class="mb-12 w-full sm:w-1/2 lg:w-1/4">
<div class="px-4 text-center sm:text-left">
<svg class="inline-block w-16 mb-3 lg:mb-6" viewBox="0 0 40 40" xmlns="http://www.w3.org/2000/svg"><g fill="none" stroke="#0082cb" stroke-miterlimit="10" stroke-width="2"><path d="m29.13 34.49h-18.26a1.07 1.07 0 0 1 -1.07-1.07v-24.69h20.4v24.69a1.07 1.07 0 0 1 -1.07 1.07z"/><path d="m7.65 8.73h24.7"/><path d="m24.83 8.73h-9.66v-2.15a1.07 1.07 0 0 1 1.07-1.07h7.52a1.07 1.07 0 0 1 1.07 1.07z"/><path d="m20 13.02v17.18"/><path d="m24.83 13.02v17.18"/><path d="m15.17 13.02v17.18"/></g></svg>
<div class="text-lg leading-normal"><p>Trash clogs drains and pipes, causing flooding. Put it in a garbage bin.</p></div>
</div>
</div>
<div class="mb-12 w-full sm:w-1/2 lg:w-1/4">
<div class="px-4 text-center sm:text-left">
<svg class="inline-block w-16 mb-3 lg:mb-6" viewBox="0 0 40 40" xmlns="http://www.w3.org/2000/svg"><g fill="none" stroke="#0082cb" stroke-miterlimit="10" stroke-width="2"><circle cx="11.38" cy="11.68" r="3.64"/><circle cx="25.79" cy="6.32" r="3.64"/><circle cx="18.27" cy="21.74" r="3.64"/><circle cx="8.82" cy="31.24" r="3.64"/><circle cx="25.95" cy="33.68" r="3.64"/><circle cx="31.18" cy="18.22" r="3.64"/></g></svg>
<div class="text-lg leading-normal"><p>Salt is almost impossible to remove from waterways. Just one teaspoon pollutes five gallons of water forever. Use it sparingly. Sweep up and reuse extra. Use sand when temperatures fall below 15 degrees.</p></div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="bg-teal-darker">
<div class="container pt-12 pb-24 text-white flex flex-col lg:flex-row items-center lg:items-start lg:justify-between">
<div class="lg:order-2 text-lg lg:flex items-center">
<div class="flex flex-col flex-no-shrink lg:flex-row items-center mb-6 lg:mb-0">
<a class="pl-4 mb-3 lg:mb-0 font-semibold text-white no-underline hover:text-teal-lighter" href="terms-of-use.html">Terms of Use</a>
<a class="pl-4 font-semibold text-white no-underline hover:text-teal-lighter" href="nova/login.html">Admin Log in</a>
</div>
<div class="flex justify-center mb-12 lg:mb-0">
<a class="text-white hover:text-teal-lighter" href="https://facebook.com/AdoptaDrainMN" target="_blank"><svg class="block ml-3 lg:ml-6" width="34" height="34" viewBox="0 0 34 34" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0" mask-type="alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="34" height="34"><path fill-rule="evenodd" clip-rule="evenodd" d="M0 0H34V33.9986H0V0Z" fill="currentColor"/></mask><g mask="url(#mask0)"><path fill-rule="evenodd" clip-rule="evenodd" d="M21.25 33.4702V20.5388H24.8852L25.5 16.2888H21.25V12.5517C21.25 11.3248 21.8648 10.625 23.1087 10.625H25.8145V6.67533C25.8145 6.67533 24.5537 6.392 22.7602 6.392C18.6773 6.392 16.6175 8.66717 16.6175 12.0388V16.2888H12.75V20.5388H16.6175V34C7.4035 33.8017 0 26.265 0 17.0028C0 7.62167 7.61883 0 17 0C26.3812 0 34 7.62167 34 17.0028C34 24.9192 28.5883 31.5775 21.25 33.4702Z" fill="currentColor"/></g></svg></a>
<a class="text-white hover:text-teal-lighter" href="https://twitter.com/AdoptaDrainMN" target="_blank"><svg class="block ml-3 lg:ml-6" fill="none" height="34" viewBox="0 0 34 34" width="34" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><mask id="a" height="34" maskUnits="userSpaceOnUse" width="34" x="0" y="0"><path clip-rule="evenodd" d="m0 0h34v33.9991h-34z" fill="currentColor" fill-rule="evenodd"/></mask><g mask="url(#a)"><path clip-rule="evenodd" d="m29.75 10.7752c-.8642.3655-1.8105.6318-2.788.765 1.0115-.5979 1.7255-1.5442 2.074-2.6917-.9463.56667-1.9267.94633-3.0203 1.1787-.8642-.92937-2.125-1.5272-3.5049-1.5272-2.6718 0-4.7968 2.159-4.7968 4.8478 0 .3485.034.748.1162 1.0965-4.0177-.1983-7.6047-2.125-9.9932-5.08013-.3995.74803-.63183 1.57813-.63183 2.43953 0 1.6943.83016 3.1563 2.125 4.0176-.79617 0-1.54417-.2323-2.176-.5978v.051c0 2.3573 1.66033 4.284 3.87033 4.7657-.3995.1161-.8302.1473-1.26367.1473-.3145 0-.629-.0312-.91233-.0822.59783 1.9267 2.4083 3.2385 4.4993 3.2697-1.6603 1.2948-3.70313 2.21-5.99247 2.21-.3825 0-.782-.051-1.1305-.085 2.125 1.3798 4.68347 2.125 7.38937 2.125 8.8966 0 13.7275-7.3525 13.7275-13.7275v-.6318c.9463-.663 1.7453-1.5442 2.4083-2.4905zm4.25 6.2248c0 9.4152-7.5877 17-17 17-9.41233 0-17-7.5848-17-17 0-9.41233 7.58767-17 17-17 9.4123 0 17 7.58767 17 17z" fill="currentColor" fill-rule="evenodd"/></g></svg></a>
<a class="text-white hover:text-teal-lighter" href="https://www.instagram.com/adoptadrain/" target="_blank"><svg class="block ml-3 lg:ml-6" fill="none" height="34" viewBox="0 0 20 20" width="34" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"><mask id="a" height="34" maskUnits="userSpaceOnUse" width="34" x="0" y="0"><path clip-rule="evenodd" d="m0 0h34v33.9991h-34z" fill="currentColor" fill-rule="evenodd"/></mask><g mask="url(#a)"><path clip-rule="evenodd" d="M9.99998015,0 C12.7158369,0 13.0563809,0.0115079365 14.1229475,0.0601587302 C15.1873706,0.108730159 15.9142666,0.277698413 16.55038,0.52484127 C17.2079684,0.78031746 17.7656443,1.12214286 18.3215737,1.67789683 C18.877503,2.23365079 19.2194363,2.79115079 19.4749931,3.44853175 C19.722214,4.08444444 19.8912355,4.81111111 19.9398223,5.87519841 C19.9884884,6.94142857 20,7.28186508 20,9.99686508 C20,12.7118651 19.9884884,13.0523016 19.9398223,14.1185317 C19.8912355,15.182619 19.722214,15.9092857 19.4749931,16.5451984 C19.2194363,17.2025794 18.877503,17.7600794 18.3215737,18.3158333 C17.7656443,18.8715873 17.2079684,19.2134127 16.55038,19.4688889 C15.9142666,19.7160317 15.1873706,19.885 14.1229475,19.9335714 C13.0563809,19.9822222 12.7158369,19.9936905 9.99998015,19.9936905 C7.28412336,19.9936905 6.94361912,19.9822222 5.87701279,19.9335714 C4.81258969,19.885 4.0856937,19.7160317 3.44958032,19.4688889 C2.79199192,19.2134127 2.23431598,18.8715873 1.67838663,18.3158333 C1.12245728,17.7600794 0.780524015,17.2025397 0.524967202,16.5451984 C0.277746353,15.9092857 0.108724776,15.182619 0.0601380197,14.1185317 C0.0114718731,13.0523016 0,12.7118651 0,9.99686508 C0,7.28186508 0.0114718731,6.94142857 0.0601380197,5.87519841 C0.108724776,4.81111111 0.277746353,4.08444444 0.524967202,3.44853175 C0.780524015,2.79115079 1.12245728,2.23365079 1.67838663,1.67789683 C2.23431598,1.12214286 2.79199192,0.78031746 3.44958032,0.52484127 C4.0856937,0.277698413 4.81258969,0.108730159 5.87701279,0.0601587302 C6.94361912,0.0115079365 7.28412336,0 9.99998015,0 Z M9.99998015,1.80126984 C7.32985208,1.80126984 7.01360151,1.81142857 5.95910218,1.85952381 C4.98415175,1.90400794 4.45465931,2.06686508 4.10228624,2.20373016 C3.635512,2.38507937 3.30235134,2.60174603 2.95243936,2.95154762 C2.60252738,3.30134921 2.38579234,3.63440476 2.2044256,4.10099206 C2.06747764,4.45329365 1.9045691,4.98261905 1.86007094,5.95730159 C1.81196052,7.01142857 1.80179858,7.32757937 1.80179858,9.99686508 C1.80179858,12.6661508 1.81196052,12.9823016 1.86007094,14.0364683 C1.9045691,15.0111111 2.06747764,15.5404365 2.2044256,15.8927381 C2.38579234,16.3593254 2.60252738,16.692381 2.95243936,17.0421825 C3.30235134,17.3919841 3.635512,17.6086508 4.10228624,17.7899603 C4.45465931,17.9268651 4.98415175,18.0897222 5.95914187,18.1342063 C7.01344273,18.1823016 7.3296933,18.1924603 9.99998015,18.1924603 C12.670267,18.1924603 12.9865176,18.1823016 14.0408184,18.1342063 C15.0158086,18.0897222 15.545301,17.9268651 15.8977138,17.7899603 C16.3644483,17.6086508 16.697609,17.3919841 17.0475209,17.0421825 C17.3974329,16.692381 17.614168,16.3593254 17.7955347,15.8927381 C17.9324827,15.5404365 18.0953912,15.0111111 18.1398894,14.0364286 C18.1879998,12.9823016 18.1981617,12.6661508 18.1981617,9.99686508 C18.1981617,7.32757937 18.1879998,7.01142857 18.1398894,5.9572619 C18.0953912,4.98261905 17.9324827,4.45329365 17.7955347,4.10099206 C17.614168,3.63440476 17.3974329,3.30134921 17.0475209,2.95154762 C16.697609,2.60174603 16.3644483,2.38507937 15.8977138,2.20373016 C15.545301,2.06686508 15.0158086,1.90400794 14.0408184,1.85952381 C12.9863588,1.81142857 12.6701082,1.80126984 9.99998015,1.80126984 Z M9.99998015,4.86333333 C12.8360336,4.86333333 15.1351319,7.16170635 15.1351319,9.99686508 C15.1351319,12.8320238 12.8360336,15.1303968 9.99998015,15.1303968 C7.16392671,15.1303968 4.86482839,12.8320238 4.86482839,9.99686508 C4.86482839,7.16170635 7.16392671,4.86333333 9.99998015,4.86333333 Z M9.99998015,13.3291667 C11.8409181,13.3291667 13.3333333,11.8372222 13.3333333,9.99686508 C13.3333333,8.15650794 11.8409181,6.66456349 9.99998015,6.66456349 C8.15904224,6.66456349 6.66662697,8.15650794 6.66662697,9.99686508 C6.66662697,11.8372222 8.15904224,13.3291667 9.99998015,13.3291667 Z M16.5379951,4.66051587 C16.5379951,5.32305556 16.0007621,5.86015873 15.3380134,5.86015873 C14.6752646,5.86015873 14.1379919,5.32305556 14.1379919,4.66051587 C14.1379919,3.99797619 14.6752646,3.4609127 15.3380134,3.4609127 C16.0007621,3.4609127 16.5379951,3.99797619 16.5379951,4.66051587 Z" fill="currentColor" fill-rule="evenodd"/></g></svg></a>
</div>
</div>
<div class="lg:order-1 text-lg flex flex-col lg:flex-row items-center">
<a href="index.html"><img class="w-16 inline-block mb-6 lg:mb-0 lg:mr-4" src="images/logo-white.png" alt="Adopt-a-drain logo"></a>
<div class="text-center lg:text-left lg:mr-6">
<address class="block roman mb-2">Hamline University, 1536 Hewitt Ave. MS-A1760, Saint Paul, MN 55104</address>
<a class="font-semibold text-white no-underline hover:text-teal-lighter" href="cdn-cgi/l/email-protection.html#98f9fcf7e8ecf9fceaf9f1f6d8f0f9f5f4f1f6fdb6fdfced"><span class="__cf_email__" data-cfemail="8aebeee5fafeebeef8ebe3e4cae2ebe7e6e3e4efa4efeeff">[email protected]</span></a>
</div>
</div>
</div>
</div>
</div>
<!-- Scripts -->
<script data-cfasync="false" src="cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js"></script><script type="text/javascript">
var Ziggy = {
namedRoutes: {"nova.":{"uri":"nova\/password\/reset","methods":["POST"],"domain":null},"nova.login":{"uri":"nova\/login","methods":["POST"],"domain":null},"nova.logout":{"uri":"nova\/logout","methods":["GET","HEAD"],"domain":null},"nova.password.request":{"uri":"nova\/password\/reset","methods":["GET","HEAD"],"domain":null},"nova.password.email":{"uri":"nova\/password\/email","methods":["POST"],"domain":null},"nova.password.reset":{"uri":"nova\/password\/reset\/{token}","methods":["GET","HEAD"],"domain":null},"login":{"uri":"login","methods":["GET","HEAD"],"domain":null},"logout":{"uri":"logout","methods":["POST"],"domain":null},"register":{"uri":"register","methods":["GET","HEAD"],"domain":null},"password.request":{"uri":"password\/reset","methods":["GET","HEAD"],"domain":null},"password.email":{"uri":"password\/email","methods":["POST"],"domain":null},"password.reset":{"uri":"password\/reset\/{token}","methods":["GET","HEAD"],"domain":null},"password.update":{"uri":"password\/reset","methods":["POST"],"domain":null},"verification.notice":{"uri":"email\/verify","methods":["GET","HEAD"],"domain":null},"verification.verify":{"uri":"email\/verify\/{id}","methods":["GET","HEAD"],"domain":null},"verification.resend":{"uri":"email\/resend","methods":["GET","HEAD"],"domain":null},"home":{"uri":"\/","methods":["GET","HEAD"],"domain":null},"info":{"uri":"info","methods":["GET","HEAD"],"domain":null},"terms-of-use":{"uri":"terms-of-use","methods":["GET","HEAD"],"domain":null},"safety-information":{"uri":"safety-information","methods":["GET","HEAD"],"domain":null},"release-of-liability":{"uri":"release-of-liability","methods":["GET","HEAD"],"domain":null},"map":{"uri":"map","methods":["GET","HEAD"],"domain":null},"drains.show":{"uri":"drains\/{drain}","methods":["GET","HEAD"],"domain":null},"adoptions.guest":{"uri":"adoptions\/guest","methods":["POST"],"domain":null},"report.store":{"uri":"report\/store","methods":["POST"],"domain":null},"avatar.store":{"uri":"avatar","methods":["POST"],"domain":null},"dashboard":{"uri":"dashboard","methods":["GET","HEAD"],"domain":null},"edit-me":{"uri":"me","methods":["POST"],"domain":null},"avatar.update":{"uri":"{user}\/avatar","methods":["PATCH"],"domain":null},"user.avatar.delete":{"uri":"{user}\/avatar\/delete","methods":["POST"],"domain":null},"adoptions.edit":{"uri":"adoptions\/{adoption}\/edit","methods":["GET","HEAD"],"domain":null},"adoptions.create":{"uri":"adoptions\/create","methods":["GET","HEAD"],"domain":null},"adoptions.store":{"uri":"adoptions","methods":["POST"],"domain":null},"adoptions.update":{"uri":"adoptions\/{adoption}","methods":["PATCH"],"domain":null},"adoptions.unadopt":{"uri":"adoptions\/{adoption}\/unadopt","methods":["PATCH"],"domain":null},"adoptions.cleanings.index":{"uri":"adoptions\/{adoption}\/cleanings","methods":["GET","HEAD"],"domain":null},"adoptions.cleanings.store":{"uri":"adoptions\/{adoption}\/cleanings","methods":["POST"],"domain":null},"adoptions.cleanings.create":{"uri":"adoptions\/{adoption}\/cleanings\/create","methods":["GET","HEAD"],"domain":null},"adoptions.cleanings.edit":{"uri":"adoptions\/{adoption}\/cleanings\/{cleaning_id}\/edit","methods":["GET","HEAD"],"domain":null},"adoptions.cleanings.update":{"uri":"adoptions\/{adoption}\/cleanings\/{cleaning_id}\/update","methods":["PATCH"],"domain":null},"adoptions.cleanings.delete":{"uri":"adoptions\/{adoption}\/cleanings\/{cleaning_id}\/delete","methods":["DELETE"],"domain":null},"internalapi.drains.index":{"uri":"internal-api\/drains","methods":["GET","HEAD"],"domain":null},"internalapi.drains.show":{"uri":"internal-api\/drains\/{id}","methods":["GET","HEAD"],"domain":null}},
baseUrl: 'https://adopt-a-drain.org/',
baseProtocol: 'https',
baseDomain: 'adopt-a-drain.org',
basePort: false,
defaultParameters: []
};
!function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t():"function"==typeof define&&define.amd?define("route",[],t):"object"==typeof exports?exports.route=t():e.route=t()}(this,function(){return function(e){var t={};function r(n){if(t[n])return t[n].exports;var o=t[n]={i:n,l:!1,exports:{}};return e[n].call(o.exports,o,o.exports,r),o.l=!0,o.exports}return r.m=e,r.c=t,r.d=function(e,t,n){r.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:n})},r.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},r.t=function(e,t){if(1&t&&(e=r(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var n=Object.create(null);if(r.r(n),Object.defineProperty(n,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var o in e)r.d(n,o,function(t){return e[t]}.bind(null,o));return n},r.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return r.d(t,"a",t),t},r.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},r.p="",r(r.s=0)}([function(e,t,r){"use strict";r.r(t);var n=function(){function e(e,t){for(var r=0;r<t.length;r++){var n=t[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,n.key,n)}}return function(t,r,n){return r&&e(t.prototype,r),n&&e(t,n),t}}(),o=function(){function e(t,r,n){if(function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,e),this.name=t,this.ziggy=n,this.route=this.ziggy.namedRoutes[this.name],void 0===this.name)throw new Error("Ziggy Error: You must provide a route name");if(void 0===this.route)throw new Error("Ziggy Error: route '"+this.name+"' is not found in the route list");this.absolute=void 0===r||r,this.domain=this.setDomain(),this.path=this.route.uri.replace(/^\//,"")}return n(e,[{key:"setDomain",value:function(){if(!this.absolute)return"/";if(!this.route.domain)return this.ziggy.baseUrl.replace(/\/?$/,"/");var e=(this.route.domain||this.ziggy.baseDomain).replace(/\/+$/,"");return this.ziggy.basePort&&e.replace(/\/+$/,"")===this.ziggy.baseDomain.replace(/\/+$/,"")&&(e=this.ziggy.baseDomain+":"+this.ziggy.basePort),this.ziggy.baseProtocol+"://"+e+"/"}},{key:"construct",value:function(){return this.domain+this.path}}]),e}();r.d(t,"default",function(){return c});var i=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var r=arguments[t];for(var n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e},u="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},a=function(){function e(e,t){for(var r=0;r<t.length;r++){var n=t[r];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,n.key,n)}}return function(t,r,n){return r&&e(t.prototype,r),n&&e(t,n),t}}(),s=function(e){function t(e,r,n){var i=arguments.length>3&&void 0!==arguments[3]?arguments[3]:null;!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,t);var u=function(e,t){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!t||"object"!=typeof t&&"function"!=typeof t?e:t}(this,(t.__proto__||Object.getPrototypeOf(t)).call(this));return u.name=e,u.absolute=n,u.ziggy=i||Ziggy,u.template=u.name?new o(e,n,u.ziggy).construct():"",u.urlParams=u.normalizeParams(r),u.queryParams=u.normalizeParams(r),u}return function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function, not "+typeof t);e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)}(t,String),a(t,[{key:"normalizeParams",value:function(e){return void 0===e?{}:((e="object"!==(void 0===e?"undefined":u(e))?[e]:e).hasOwnProperty("id")&&-1==this.template.indexOf("{id}")&&(e=[e.id]),this.numericParamIndices=Array.isArray(e),i({},e))}},{key:"with",value:function(e){return this.urlParams=this.normalizeParams(e),this}},{key:"withQuery",value:function(e){return i(this.queryParams,e),this}},{key:"hydrateUrl",value:function(){var e=this,t=this.urlParams,r=0,n=this.template.match(/{([^}]+)}/gi),o=!1;return n&&n.length!=Object.keys(t).length&&(o=!0),this.template.replace(/{([^}]+)}/gi,function(n,i){var u=n.replace(/\{|\}/gi,"").replace(/\?$/,""),a=e.numericParamIndices?r:u,s=e.ziggy.defaultParameters[u];if(s&&o&&(e.numericParamIndices?(t=Object.values(t)).splice(a,0,s):t[a]=s),r++,void 0!==t[a])return delete e.queryParams[a],t[a].id||encodeURIComponent(t[a]);if(-1===n.indexOf("?"))throw new Error("Ziggy Error: '"+u+"' key is required for route '"+e.name+"'");return""})}},{key:"matchUrl",value:function(){this.urlParams;var e=window.location.hostname+(window.location.port?":"+window.location.port:"")+window.location.pathname,t=this.template.replace(/(\{[^\}]*\})/gi,"[^/?]+").split("://")[1],r=e.replace(/\/?$/,"/");return new RegExp("^"+t+"/$").test(r)}},{key:"constructQuery",value:function(){if(0===Object.keys(this.queryParams).length)return"";var e="?";return Object.keys(this.queryParams).forEach(function(t,r){void 0!==this.queryParams[t]&&null!==this.queryParams[t]&&(e=0===r?e:e+"&",e+=t+"="+encodeURIComponent(this.queryParams[t]))}.bind(this)),e}},{key:"current",value:function(){var e=this,r=arguments.length>0&&void 0!==arguments[0]?arguments[0]:null,n=Object.keys(this.ziggy.namedRoutes).filter(function(r){return-1!==e.ziggy.namedRoutes[r].methods.indexOf("GET")&&new t(r,void 0,void 0,e.ziggy).matchUrl()})[0];return r?new RegExp(r.replace("*",".*").replace(".","."),"i").test(n):n}},{key:"parse",value:function(){this.return=this.hydrateUrl()+this.constructQuery()}},{key:"url",value:function(){return this.parse(),this.return}},{key:"toString",value:function(){return this.url()}},{key:"valueOf",value:function(){return this.url()}}]),t}();function c(e,t,r,n){return new s(e,t,r,n)}}]).default});
</script> <script>
var _umb = {
require: {
chrome: 55,
firefox: 47,
ie: 10.1,
}
};
(function(u) {
var s = document.createElement('script'); s.async = true; s.src = u;
var b = document.getElementsByTagName('script')[0]; b.parentNode.insertBefore(s, b);
})('//updatemybrowser.org/umb.js');
</script>
<script src="js/app-id=047ed2b0a53a0a88dd7f.js"></script>
</body>
</html>