File tree 2 files changed +35
-1
lines changed
2 files changed +35
-1
lines changed Original file line number Diff line number Diff line change 148
148
}
149
149
}
150
150
}
151
+
152
+ li .hs-form-radio {
153
+ input [type = radio ] {
154
+ width : auto !important ;
155
+ }
156
+
157
+ span {
158
+ margin-left : 5px ;
159
+ }
160
+ }
161
+
162
+ ul {
163
+ list-style-type : none ;
164
+ }
151
165
}
152
166
}
153
167
}
Original file line number Diff line number Diff line change @@ -168,7 +168,7 @@ <h2 class="upper">Join the Membership that fits your goals</h2>
168
168
</ div >
169
169
</ div >
170
170
171
- < div class ="container-fluid light-background-section mb-5 mt-4 ">
171
+ < div class ="container-fluid light-background-section mt-4 ">
172
172
< div class ="container ">
173
173
< div class ="row content ">
174
174
< div class ="col-md-10 body-side-text text-center ">
@@ -192,6 +192,24 @@ <h2>Apply for Membership Today</h2>
192
192
</ div >
193
193
</ div >
194
194
195
+ < div class ="container-fluid contact-us-section ">
196
+ < div class ="container ">
197
+ < div class ="row ">
198
+ < div class ="col-md-10 ">
199
+ < h2 > Questions? Contact Us</ h2 >
200
+ < script charset ="utf-8 " type ="text/javascript " src ="//js.hsforms.net/forms/v2.js?pre=1 "> </ script >
201
+ < script >
202
+ hbspt . forms . create ( {
203
+ region : "na1" ,
204
+ portalId : "8112310" ,
205
+ formId : "dd2c7e7e-bca1-4b41-b80e-9bfd5f3ca49a"
206
+ } ) ;
207
+ </ script >
208
+ </ div >
209
+ </ div >
210
+ </ div >
211
+ </ div >
212
+
195
213
<!-- Modal -->
196
214
< div class ="modal fade " id ="exampleModal " tabindex ="-1 " aria-labelledby ="exampleModalLabel " aria-hidden ="true ">
197
215
< div class ="modal-dialog modal-dialog-centered ">
@@ -239,3 +257,5 @@ <h2>Apply for Membership Today</h2>
239
257
</ div >
240
258
</ div >
241
259
</ div >
260
+
261
+
You can’t perform that action at this time.
0 commit comments