-
Notifications
You must be signed in to change notification settings - Fork 0
/
professional.html
318 lines (313 loc) · 17 KB
/
professional.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
<!--
TurboTax ACA Subsidy Eligibility Calculator
Client: Intuit - TurboTax
By: Column Five Media, Inc.
Author: Benjamin Cordier
-->
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta id="calculator-viewport" name="viewport" content="width=device-width" />
<!-- CSS -->
<link href="css/skeleton.css" type="text/css" rel="stylesheet" />
<link href="css/professional.css" type="text/css" rel="stylesheet" />
</head>
<body id="c5-body">
<div id="calculator-wrapper" class="container deepblue-bg">
<div class="pages">
<div id="page-1" class="page white-bg">
<div class="page-aligner">
<div class="page-content">
<div class="row icon">
<img data-bind="attr: { src: baseURL + 'img/icon-1.svg' }" />
</div>
<div class="row title darkgrey">
Are you eligible for a health insurance subsidy?
</div>
<div class="row body-text grey">
As part of the Affordable Care Act (ACA), you may
be eligible for a discount on your health insurance
premiums. Find out if you might qualify.
</div>
<div class="row start button orange-bg white navigation" data-bind="click: function () { navigateTo(2) }">
Get Started
</div>
<div class="row sub-text grey">
<span class="underlined navigation" data-bind="click: function () { navigateTo('enterDisclosures') }">Disclaimer</span>
</div>
</div>
</div>
</div>
<div id="page-2" class="page white-bg">
<div class="page-aligner">
<div class="page-content">
<div class="nav">
<div class="back navigation" data-bind="click: function () { navigateTo(1) }">
<svg class="back-icon" version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="32.4004px" height="32.4004px" viewBox="0 0 32.4004 32.4004" enable-background="new 0 0 32.4004 32.4004"
xml:space="preserve">
<rect x="0.4585" y="0.5356" fill="none" stroke="#999999" stroke-miterlimit="10" width="31.3774" height="31.1655"/>
<polyline fill="none" stroke="#34B8F4" stroke-miterlimit="10" points="19.2266,10.0576 13.0664,16.1748 19.1123,22.1797 "/>
</svg>
</div>
</div>
<div class="row icon">
<img data-bind="attr: { src: baseURL + 'img/icon-2.svg' }" />
</div>
<div class="row lead darkgrey">
How many people live in
your household?
</div>
<select class="row input houseMembers" data-bind="options: houseMemberValues, value: houseMembers, optionsCaption: 'Number of people'" required></select>
<div class="row next button skyblue-bg white navigation disabled" data-bind="enable: houseMembers, css: {disabled: houseMembers() === undefined}, click: function () { navigateTo(3) }">
Next
</div>
<div class="row sub-text grey">
Your household is generally considered to be
you, your spouse (if you’re married), and your tax
dependents. For more information, visit <a href="https://www.healthcare.gov" class="underlined" target="_blank">HealthCare.gov</a> and additional resources
at <a href="https://www.ehealthinsurance.com" class="underlined" target="_blank">ehealth.com</a>.
</div>
</div>
</div>
</div>
<div id="page-3" class="page white-bg">
<div class="page-aligner">
<div class="page-content">
<div class="nav">
<div class="back navigation" data-bind="click: function () { navigateTo(2) }">
<svg class="back-icon" version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="32.4004px" height="32.4004px" viewBox="0 0 32.4004 32.4004" enable-background="new 0 0 32.4004 32.4004"
xml:space="preserve">
<rect x="0.4585" y="0.5356" fill="none" stroke="#999999" stroke-miterlimit="10" width="31.3774" height="31.1655"/>
<polyline fill="none" stroke="#34B8F4" stroke-miterlimit="10" points="19.2266,10.0576 13.0664,16.1748 19.1123,22.1797 "/>
</svg>
</div>
<div class="restart navigation" data-bind="click: function () { navigateTo(1) }">
<svg class="restart-icon" version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="32.4004px" height="32.4004px" viewBox="0 0 32.4004 32.4004" enable-background="new 0 0 32.4004 32.4004"
xml:space="preserve">
<rect x="0.792" y="0.7915" fill="none" stroke="#999999" stroke-miterlimit="10" width="30.8154" height="30.8179"/>
<path fill="none" stroke="#34B8F4" stroke-miterlimit="10" d="M16.1997,10.9609c3.4448,0,6.2378,2.793,6.2378,6.2402
c0,3.4453-2.793,6.2383-6.2378,6.2383c-3.4463,0-6.2402-2.793-6.2402-6.2383c0-1.7231,0.6992-3.2832,1.8281-4.4121"/>
<polygon fill="#34B8F4" points="18.5195,13.8237 18.9961,13.311 16.4683,10.9619 18.9961,8.6118 18.5195,8.0986 15.4399,10.9619 "/>
</svg>
</div>
</div>
<div class="row icon">
<img data-bind="attr: { src: baseURL + 'img/icon-3.svg' }" />
</div>
<div class="row lead darkgrey">
When were you born?
</div>
<div class="row scroll-mask">
<div class="scroll-container">
<div class="inputs" data-bind="foreach: nameDatesArray">
<div class="name-dob" data-bind="css: element">
<input class="input name skyblue" type="text" data-bind="value: name, attr: {placeholder: 'Name of person ' + (index + 1)}" name="name" pattern="[a-zA-Z]*" maxlength="32" required>
<div class="dob">
<select class="input day" data-bind="options: $root.dayValues, value: day, optionsCaption: 'DD'" required></select>
<select class="input month" data-bind="options: $root.monthValues, value: month, optionsCaption: 'MM'" required></select>
<select class="input year" data-bind="options: $root.yearValues, value: year, optionsCaption: 'YYYY'" required></select>
</div>
</div>
</div>
</div>
</div>
<div class="row next button skyblue-bg white navigation disabled" data-bind="enable: nameDobComplete, css: {disabled: nameDobComplete() === false}, click: function () { navigateTo(4) }">
Next
</div>
</div>
</div>
</div>
<div id="page-4" class="page white-bg">
<div class="page-aligner">
<div class="page-content">
<div class="nav">
<div class="back navigation" data-bind="click: function () { navigateTo(3) }">
<svg class="back-icon" version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="32.4004px" height="32.4004px" viewBox="0 0 32.4004 32.4004" enable-background="new 0 0 32.4004 32.4004"
xml:space="preserve">
<rect x="0.4585" y="0.5356" fill="none" stroke="#999999" stroke-miterlimit="10" width="31.3774" height="31.1655"/>
<polyline fill="none" stroke="#34B8F4" stroke-miterlimit="10" points="19.2266,10.0576 13.0664,16.1748 19.1123,22.1797 "/>
</svg>
</div>
<div class="restart navigation" data-bind="click: function () { navigateTo(1) }">
<svg class="restart-icon" version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="32.4004px" height="32.4004px" viewBox="0 0 32.4004 32.4004" enable-background="new 0 0 32.4004 32.4004"
xml:space="preserve">
<rect x="0.792" y="0.7915" fill="none" stroke="#999999" stroke-miterlimit="10" width="30.8154" height="30.8179"/>
<path fill="none" stroke="#34B8F4" stroke-miterlimit="10" d="M16.1997,10.9609c3.4448,0,6.2378,2.793,6.2378,6.2402
c0,3.4453-2.793,6.2383-6.2378,6.2383c-3.4463,0-6.2402-2.793-6.2402-6.2383c0-1.7231,0.6992-3.2832,1.8281-4.4121"/>
<polygon fill="#34B8F4" points="18.5195,13.8237 18.9961,13.311 16.4683,10.9619 18.9961,8.6118 18.5195,8.0986 15.4399,10.9619 "/>
</svg>
</div>
</div>
<div class="row icon">
<img data-bind="attr: { src: baseURL + 'img/icon-4.svg' }" />
</div>
<div class="row lead darkgrey">
What do you expect
your household income
to be in 2016?
</div>
<div class="row input skyblue number houseIncome editable placeholder" data-bind="formatInputNumber: houseIncome, format: '$0,0.00', value: houseIncome" type="number" name="houseIncome" maxlength="10" contenteditable><p></p></div>
<div class="row next button skyblue-bg white navigation disabled" data-bind="enable: houseIncome, css: {disabled: houseIncome() === 0}, click: function () { navigateTo(5) }">
Next
</div>
<div class="row sub-text grey">
Use the <a href="http://blog.turbotax.intuit.com/health-care/turbotax-health-care-income-estimator-calculator-20408/" class="underlined" target="_blank"> income estimator</a>tool to help
estimate your income.
</div>
</div>
</div>
</div>
<div id="page-5" class="page white-bg">
<div class="page-aligner">
<div class="page-content">
<div class="nav">
<div class="back navigation" data-bind="click: function () { navigateTo(4) }">
<svg class="back-icon" version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="32.4004px" height="32.4004px" viewBox="0 0 32.4004 32.4004" enable-background="new 0 0 32.4004 32.4004"
xml:space="preserve">
<rect x="0.4585" y="0.5356" fill="none" stroke="#999999" stroke-miterlimit="10" width="31.3774" height="31.1655"/>
<polyline fill="none" stroke="#34B8F4" stroke-miterlimit="10" points="19.2266,10.0576 13.0664,16.1748 19.1123,22.1797 "/>
</svg>
</div>
<div class="restart navigation" data-bind="click: function () { navigateTo(1) }">
<svg class="restart-icon" version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="32.4004px" height="32.4004px" viewBox="0 0 32.4004 32.4004" enable-background="new 0 0 32.4004 32.4004"
xml:space="preserve">
<rect x="0.792" y="0.7915" fill="none" stroke="#999999" stroke-miterlimit="10" width="30.8154" height="30.8179"/>
<path fill="none" stroke="#34B8F4" stroke-miterlimit="10" d="M16.1997,10.9609c3.4448,0,6.2378,2.793,6.2378,6.2402
c0,3.4453-2.793,6.2383-6.2378,6.2383c-3.4463,0-6.2402-2.793-6.2402-6.2383c0-1.7231,0.6992-3.2832,1.8281-4.4121"/>
<polygon fill="#34B8F4" points="18.5195,13.8237 18.9961,13.311 16.4683,10.9619 18.9961,8.6118 18.5195,8.0986 15.4399,10.9619 "/>
</svg>
</div>
</div>
<div class="row icon">
<img data-bind="attr: { src: baseURL + 'img/icon-5.svg' }" />
</div>
<div class="row lead darkgrey">
Where do you live?
</div>
<input class="row input skyblue zipcode" data-bind="value: zipcode" type="text" placeholder="Zip code" name="zipcode" pattern="[0-9]*" maxlength="5" required>
<div class="row submit button skyblue-bg white disabled" data-bind="enable: zipcode, css: {disabled: zipcode() === undefined}, click: function () { navigateTo(6); queryAPI(); }">
Submit
</div>
</div>
</div>
</div>
<div id="page-6" class="page white-bg">
<div class="page-aligner">
<div class="page-content">
<div class="nav">
<div class="back navigation" data-bind="click: function () { navigateTo(5) }">
<svg class="back-icon" version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="32.4004px" height="32.4004px" viewBox="0 0 32.4004 32.4004" enable-background="new 0 0 32.4004 32.4004"
xml:space="preserve">
<rect x="0.4585" y="0.5356" fill="none" stroke="#999999" stroke-miterlimit="10" width="31.3774" height="31.1655"/>
<polyline fill="none" stroke="#34B8F4" stroke-miterlimit="10" points="19.2266,10.0576 13.0664,16.1748 19.1123,22.1797 "/>
</svg>
</div>
<div class="restart navigation" data-bind="click: function () { navigateTo(1) }">
<svg class="restart-icon" version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="32.4004px" height="32.4004px" viewBox="0 0 32.4004 32.4004" enable-background="new 0 0 32.4004 32.4004"
xml:space="preserve">
<rect x="0.792" y="0.7915" fill="none" stroke="#999999" stroke-miterlimit="10" width="30.8154" height="30.8179"/>
<path fill="none" stroke="#34B8F4" stroke-miterlimit="10" d="M16.1997,10.9609c3.4448,0,6.2378,2.793,6.2378,6.2402
c0,3.4453-2.793,6.2383-6.2378,6.2383c-3.4463,0-6.2402-2.793-6.2402-6.2383c0-1.7231,0.6992-3.2832,1.8281-4.4121"/>
<polygon fill="#34B8F4" points="18.5195,13.8237 18.9961,13.311 16.4683,10.9619 18.9961,8.6118 18.5195,8.0986 15.4399,10.9619 "/>
</svg>
</div>
</div>
<div class="row lead darkgrey">
RESULTS
</div>
<!-- ko if: apiError() == false -->
<div class="row body-text grey">
Based on the information you provided, you might
qualify for the following subsidy, which can be
applied to your health care costs:
</div>
<div class="row output skyblue-bg white annual">
<span class="label">*Annual Household Subsidy</span><span class="value" data-bind="formatNumber: annualSubsidy, format: '$0,0.00'"></span>
</div>
<div class="row output deepblue-bg white monthly">
<span class="label">*Monthly Household Subsidy</span><span class="value" data-bind="formatNumber: monthlySubsidy, format: '$0,0.00'"></span>
</div>
<div class="row sub-text grey">
*Smokers can be charged up to 50% more for their premiums. This is due
to a "tobacco surcharge." Learn more about health insurance plans at <a href="https://www.healthcare.gov" class="underlined" target="_blank">HealthCare.gov</a> or <a href="https://www.ehealthinsurance.com" class="underlined" target="_blank">eHealth.com</a>.
</div>
<div class="row sub-text grey">
<a href="https://www.ehealthinsurance.com" class="underlined" target="_blank">Powered by eHealth</a>
</div>
<div class="row sub-text grey">
<span class="underlined navigation" data-bind="click: function () { navigateTo('enterDisclosures') }">Disclaimer</span>
</div>
<!-- /ko -->
<!-- ko if: apiError() == true -->
<div class="row" data-bind="foreach: apiErrorsArray()">
<div>
<span class="bold" data-bind="text: type"></span> : <span data-bind="text: message"></span>
</div>
<br />
</div>
<!-- /ko -->
</div>
</div>
</div>
<div id="disclosures" class="page white-bg">
<div class="page-aligner">
<div class="page-content">
<div class="row nav">
<div class="back navigation" data-bind="click: function () { navigateTo('exitDisclosures') }">
<svg class="back-icon" version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
width="32.4004px" height="32.4004px" viewBox="0 0 32.4004 32.4004" enable-background="new 0 0 32.4004 32.4004"
xml:space="preserve">
<rect x="0.4585" y="0.5356" fill="none" stroke="#999999" stroke-miterlimit="10" width="31.3774" height="31.1655"/>
<polyline fill="none" stroke="#34B8F4" stroke-miterlimit="10" points="19.2266,10.0576 13.0664,16.1748 19.1123,22.1797 "/>
</svg>
</div>
</div>
<div class="row title deepblue">
Disclaimer
</div>
<div class="row body-text grey">
This subsidy calculator is designed to estimate
whether you might be eligible for a subsidy to
help purchase health care coverage based on the
information you provide. Be aware that any
additional information may affect your eligibility
and any actual subsidy, and the government health
insurance exchange has any final authority on
whether you qualify for a subsidy to buy health
insurance. Please contact your state’s Medicaid
office or Marketplace with enrollment questions.
</div>
<div class="row body-text grey">
Subsidy calculations attributed to eHealth.<br />
Visit <a href="https://www.ehealthinsurance.com" class="underlined" target="_blank">eHealth.com</a> for more information.
</div>
<div class="row body-text grey">
Source: <a href="https://www.healthcare.gov" class="underlined" target="_blank">HealthCare.gov</a>
</div>
</div>
</div>
</div>
</div>
<!-- Footer Logos -->
<div id="footer">
<div class="logo right">
<img data-bind="attr: { src: baseURL + 'img/intuit-logo.svg' }" />
</div>
</div>
</div>
<!-- JS -->
<script src="js/lib/libs.min.js" type="application/javascript"></script>
<script src="js/calculator.js" type="application/javascript"></script>
</body>
</html>