-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathtestnav.html
153 lines (138 loc) · 5.56 KB
/
testnav.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
---
layout: default
title: Test Nav
---
<div class="row">
<div class="small-12 columns "><h1 class="main-header-stages">The Settlement Conference</h1></div>
</div>
<div class="row">
<div class="small-12 columns">
<p> You have now
been made aware through the Summons
and Complaint that the Bank has started a
foreclosure in the Court system. The next step in the process
will be the scheduling of a
<a href="#" data-reveal-id="firstModal" class="button tiny">Settlement conference</a>.
<div id="firstModal" class="reveal-modal" data-reveal>
<a class="close-reveal-modal">×</a>
<img src="img/Sample_Settlement_Conference_Letter.png" alt="settlement Conference">
</div></p>
</div>
</div>
<div class="row">
<div class="small-12 columns "><h2 class="main-header-stages">Outline: </h2></div>
</div>
<div class="row">
<div class="small-12 columns">
<dl class="accordion" data-accordion>
<dd class="accordian-stages">
<a href="#panel1"><h2>The idea behind the stage</h2></a>
<div id="panel1" class="content">
<div class="row">
<div class="small-12 columns">
<p><span class=" stages-emphasis-right-assurance">
Under New York State law, a Settlement
Conference must be held if you are living in your 1-to-4 unit home.
</span>
The idea behind
the Settlement Conference is to protect the
homeowner. By now, many homeowners will
have already contacted the Bank to work out
a solution. However, banks can be incredibly
difficult to work with. Homeowners send the
same documents to the Bank many times,
only to have the Bank tell them they never
received them, or that still more documents
are needed. Sometimes, the Bank will take
a long time to review your documents, and
then tell you that the documents are out of
date and therefore you need to send updated
documents again.
</p>
</div>
</div>
</div>
</dd>
<dd class="accordian-stages">
<a href="#panel2"><h2>What does this mean for me?</h2></a>
<div id="panel2" class="content">
<div class="row">
<div class="small-12 columns">
The idea behind the Settlement Conference
is to give the homeowner an opportunity
to work with the Bank to come to some
alternative to foreclosure, with the Court’s
help.
<ul>
<li><p><span class=" stages-emphasis-right-assurance">While you are in the Settlement Conference phase
of the foreclosure process, the foreclosure
essentially is “frozen” in the Court system.</span></p></li>
<li><p><span class=" stages-emphasis-right-assurance">Therefore, you do not have to worry about
showing up at your house to find the locks
changed, or a notice saying you must be out
of your house in days.</span></p></li>
</ul>
</div>
</div>
</div>
</dd>
<dd class="accordian-stages">
<a href="#panel3"><h2>What Should I do</h2></a>
<div id="panel3" class="content">
<div class="row">
<div class="small-12 columns">
<ol>
<li><p>You should receive a <span data-tooltip class="has-tip" title="The notice of your
Settlement Conference typically comes a few
weeks after the Summons and Complaint."> letter in the mail from </span>
the Court with the time, date and place of the
Settlement Conference, and the notice will list the documents you should bring.</p>
</li>
<li><p>Attend the first scheduled Settlement Conference. If you do not show up at your first scheduled
Settlement Conference without contacting
the Court, the Court may declare this stage
of the foreclosure to be over, and allow the
foreclosure to move forward.</p> <div class="stages-emphasis-warning-assurance">IT IS VITAL THAT YOU
ATTEND THE FIRST
SCHEDULED SETTLEMENT
CONFERENCE!</div></li>
<li>If for some reason you cannot attend the
scheduled Settlement Conference, you will
need to <a href="#" class="button tiny"> contact </a> the Court to reschedule.</li>
<li>If you have received a Summons and
Complaint, but have not received the notice
for a <a href="#" data-reveal-id="secondModal" class="button tiny">Settlement conference</a>.
<div id="secondModal" class="reveal-modal" data-reveal>
<a class="close-reveal-modal">×</a>
<img src="img/Sample_Settlement_Conference_Letter.png" alt="settlement Conference">
</div> yet, you should
call the Court and ask if one is scheduled.</li>
</ol>
</div>
</div>
</div>
</dd>
<dd class="accordian-stages">
<a href="#panel4"><h2>additional Resources</h2></a>
<div id="panel4" class="content">
<a href="#" class="button"> Settlement Conference Guide</a>
<a href="#" class="button">Forms Guide</a>
<a href="#" class="button">Important Numbers</a>
<a href="#" class="button">Tomato Juice</a>
</div>
</dd>
</dl>
</div>
</div>
<div class="row">
<div class="small-12 small-centered columns">
<ul class="pagination stages-navigation">
<li class="arrow"><a href="">«</a></li>
<li class="current"><a href="stage1.html">1</a></li>
<li ><a href="stage2.html">2</a></li>
<li ><a href="stage3.html">3</a></li>
<li class="unavailable"><a href="">…</a></li>
<li class="arrow"><a href="">»</a></li>
</ul>
</div>
</div>