mod-build 4.0.6 → 4.0.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (112) hide show
  1. package/CHANGELOG.md +4 -0
  2. package/package.json +1 -1
  3. package/public/resources/scripts/abandonment/abandonment-1df90ee155f6c0893d90.min.js +2 -0
  4. package/public/resources/scripts/abandonment/abandonment.min.js +2 -0
  5. package/public/resources/scripts/callrail/callrail-5c7c537f04af468600cf.min.js +2 -0
  6. package/public/resources/scripts/callrail/callrail.min.js +2 -0
  7. package/public/resources/scripts/footer/footer-component-7b5e263f64568573ecc0.min.js +2 -0
  8. package/public/resources/scripts/footer/footer-component.min.js +2 -0
  9. package/public/resources/scripts/helpers/initNumericOnlyFields.min.js +2 -0
  10. package/public/resources/scripts/helpers/initNumericOnlyFields.min.js.map +1 -0
  11. package/public/resources/scripts/helpers/isZipCodeValid.min.js +2 -0
  12. package/public/resources/scripts/helpers/isZipCodeValid.min.js.map +1 -0
  13. package/public/resources/scripts/jornaya.hbs +35 -0
  14. package/public/resources/scripts/jornaya.html +35 -0
  15. package/public/resources/scripts/mod-alytics/modalytics-0ac7d7a5a72ea67a0f47.min.js +2 -0
  16. package/public/resources/scripts/mod-alytics/modalytics.min.js +2 -0
  17. package/public/resources/scripts/mod-form/form/homeowner-62292fdc874b2d2f5c82.min.js +2 -0
  18. package/public/resources/scripts/mod-form/form/homeowner.min.js +2 -0
  19. package/public/resources/scripts/mod-utils/modutils-15069d7b728a555fb3f7.min.js +2 -0
  20. package/public/resources/scripts/mod-utils/modutils.min.js +2 -0
  21. package/public/resources/scripts/trusted-form.hbs +38 -0
  22. package/public/resources/scripts/trusted-form.html +38 -0
  23. package/public/resources/styles/components/abandonment/abandonment-a8571a9e32ed6ef9acb4.min.css +1 -0
  24. package/public/resources/styles/components/abandonment/abandonment.min.css +1 -0
  25. package/public/resources/styles/components/footer/mod-footer-1fb2cec3278f29df57d0.min.css +1 -0
  26. package/public/resources/styles/components/footer/mod-footer.min.css +1 -0
  27. package/public/resources/styles/components/footer/qs-footer-9a3b0ab00428b03e6e9e.min.css +1 -0
  28. package/public/resources/styles/components/footer/qs-footer.min.css +1 -0
  29. package/siteconfig.js +1 -0
  30. package/src/accessible-components/button/_button.scss +319 -0
  31. package/src/accessible-components/button/back-button.html +8 -0
  32. package/src/accessible-components/button/button.html +17 -0
  33. package/src/accessible-components/carousel/_carousel.scss +112 -0
  34. package/src/accessible-components/carousel/carousel.html +25 -0
  35. package/src/accessible-components/carousel/carousel.js +3426 -0
  36. package/src/accessible-components/carousel/carousel.js.map +1 -0
  37. package/src/accessible-components/carousel/carousel.min.js +6 -0
  38. package/src/accessible-components/carousel/carousel.min.js.map +1 -0
  39. package/src/accessible-components/checkbox/_checkbox.scss +153 -0
  40. package/src/accessible-components/checkbox/checkbox-group.html +18 -0
  41. package/src/accessible-components/checkbox/checkbox.html +8 -0
  42. package/src/accessible-components/expand-collapse/_expand-collapse.scss +129 -0
  43. package/src/accessible-components/expand-collapse/expand-collapse.html +14 -0
  44. package/src/accessible-components/expand-collapse/expand-collapse.js +52 -0
  45. package/src/accessible-components/expand-collapse/expand-collapse.min.js +2 -0
  46. package/src/accessible-components/expand-collapse/expand-collapse.min.js.map +1 -0
  47. package/src/accessible-components/featured-block/_featured-block.scss +221 -0
  48. package/src/accessible-components/featured-block/featured-block.html +54 -0
  49. package/src/accessible-components/foot-assets/foot-assets.html +112 -0
  50. package/src/accessible-components/footer/footer.html +2 -0
  51. package/src/accessible-components/gtm-body/gtm-body.html +4 -0
  52. package/src/accessible-components/head/head.html +187 -0
  53. package/src/accessible-components/header/_header.scss +289 -0
  54. package/src/accessible-components/header/header.html +66 -0
  55. package/src/accessible-components/hero/_hero.scss +405 -0
  56. package/src/accessible-components/hero/hero.html +53 -0
  57. package/src/accessible-components/how-it-works/_how-it-works.scss +217 -0
  58. package/src/accessible-components/how-it-works/how-it-works-carousel.html +12 -0
  59. package/src/accessible-components/how-it-works/how-it-works-static.html +12 -0
  60. package/src/accessible-components/how-it-works/how-it-works.html +14 -0
  61. package/src/accessible-components/information/_information.scss +96 -0
  62. package/src/accessible-components/information/information.html +32 -0
  63. package/src/accessible-components/input/_input.scss +204 -0
  64. package/src/accessible-components/input/input.html +22 -0
  65. package/src/accessible-components/input/textarea.html +9 -0
  66. package/src/accessible-components/partners/_partners.scss +234 -0
  67. package/src/accessible-components/partners/partners.html +56 -0
  68. package/src/accessible-components/picture/picture.html +19 -0
  69. package/src/accessible-components/preloader/_preloader.scss +61 -0
  70. package/src/accessible-components/preloader/preloader.html +23 -0
  71. package/src/accessible-components/progress-bar/_progress-bar.scss +140 -0
  72. package/src/accessible-components/progress-bar/progress-bar.html +21 -0
  73. package/src/accessible-components/progress-bar/progress-bar.js +37 -0
  74. package/src/accessible-components/progress-bar/progress-bar.min.js +2 -0
  75. package/src/accessible-components/progress-bar/progress-bar.min.js.map +1 -0
  76. package/src/accessible-components/radio-button/_radio-button.scss +586 -0
  77. package/src/accessible-components/radio-button/radio-button.html +33 -0
  78. package/src/accessible-components/reviews/_reviews.scss +180 -0
  79. package/src/accessible-components/reviews/reviews-carousel.html +12 -0
  80. package/src/accessible-components/reviews/reviews-static.html +12 -0
  81. package/src/accessible-components/reviews/reviews.html +37 -0
  82. package/src/accessible-components/select/_select.scss +87 -0
  83. package/src/accessible-components/select/select.html +10 -0
  84. package/src/accessible-components/steps/_steps.scss +640 -0
  85. package/src/accessible-components/steps/defaultFormFieldConfig.json +109 -0
  86. package/src/accessible-components/steps/step-fields.html +38 -0
  87. package/src/accessible-components/steps/steps.html +168 -0
  88. package/src/accessible-components/tcpa/_tcpa.scss +49 -0
  89. package/src/accessible-components/tcpa/tcpa.html +9 -0
  90. package/src/accessible-components/tile/_tile.scss +117 -0
  91. package/src/accessible-components/tile/tile.html +14 -0
  92. package/src/accessible-components/value-props/_value-props.scss +102 -0
  93. package/src/accessible-components/value-props/value-props.html +17 -0
  94. package/src/accessible-components/zip-control/_zip-control.scss +79 -0
  95. package/src/accessible-components/zip-control/zip-control.html +10 -0
  96. package/src/resources/data/tcpa.json +4 -0
  97. package/src/resources/templates/modals/about/index.hbs +9 -0
  98. package/src/resources/templates/modals/about/index.html +9 -0
  99. package/src/resources/templates/modals/contact-us/index.hbs +348 -0
  100. package/src/resources/templates/modals/contact-us/index.html +348 -0
  101. package/src/resources/templates/modals/faq/index.hbs +9 -0
  102. package/src/resources/templates/modals/faq/index.html +9 -0
  103. package/src/resources/templates/modals/privacy/index.hbs +236 -0
  104. package/src/resources/templates/modals/privacy/index.html +236 -0
  105. package/src/resources/templates/modals/terms/index.hbs +166 -0
  106. package/src/resources/templates/modals/terms/index.html +166 -0
  107. package/src/scripts/retry-axios.js +21 -0
  108. package/tasks/grab-cdn.js +7 -1
  109. package/tasks/grab-form-helpers.js +11 -2
  110. package/tasks/grab-shared-components.js +10 -3
  111. package/tasks/grab-shared-scripts.js +8 -1
  112. package/tasks/templates.js +11 -2
@@ -0,0 +1,640 @@
1
+ $step-header-align-items: center !default;
2
+ $step-header-background-color: $color-charcoal6 !default;
3
+ $step-header-border-radius: 0 !default;
4
+ $step-header-display: block !default;
5
+ $step-header-display-desktop: flex !default;
6
+ $step-header-flex-direction: column !default;
7
+ $step-header-justify-content: center !default;
8
+ $step-header-min-height-desktop: 90px !default;
9
+ $step-header-padding: 15px !default;
10
+ $step-header-padding-desktop: $step-header-padding !default;
11
+ $step-header-position: relative !default;
12
+ $step-header-text-align: center !default;
13
+
14
+ $step-header-title-color: $color-white !default;
15
+ $step-header-title-font-family: inherit !default;
16
+ $step-header-title-font-size: 1.25rem !default;
17
+ $step-header-title-font-size-desktop: 1.5rem !default;
18
+ $step-header-title-font-weight: 400 !default;
19
+ $step-header-title-line-height: 1.25 !default;
20
+
21
+ $step-header-subtitle-color: $color-white !default;
22
+ $step-header-subtitle-font-size: .875rem !default;
23
+ $step-header-subtitle-font-size-desktop: 1rem !default;
24
+ $step-header-subtitle-font-weight: 700 !default;
25
+ $step-header-subtitle-line-height: 1.35 !default;
26
+ $step-header-subtitle-margin: 10px 0 0 !default;
27
+
28
+ $step-header-subtitle-list-color: $color-white !default;
29
+ $step-header-subtitle-list-font-size: .875rem !default;
30
+ $step-header-subtitle-list-font-weight: 400 !default;
31
+ $step-header-subtitle-list-icon: '\e920' !default;
32
+ $step-header-subtitle-list-icon-line-height: 1 !default;
33
+ $step-header-subtitle-list-icon-margin: 0 5px 0 0 !default;
34
+ $step-header-subtitle-list-line-height: 1.35 !default;
35
+ $step-header-subtitle-list-margin: 0 !default;
36
+
37
+ $step-header-arrow-animation: AnimateArrowUpDown 10s linear 2s infinite !default;
38
+ $step-header-arrow-background-color: $step-header-background-color !default;
39
+ $step-header-arrow-color: $step-header-title-color !default;
40
+ $step-header-arrow-content: '\e900' !default;
41
+ $step-header-arrow-font-size: 1.375rem !default;
42
+ $step-header-arrow-font-family: modicons-basic !default;
43
+ $step-header-arrow-position: absolute !default;
44
+ $step-header-arrow-bottom: -24px !default;
45
+ $step-header-arrow-left: 50% !default;
46
+ $step-header-arrow-transform: translateX(-50%) !default;
47
+ $step-header-arrow-container-height: 75px !default;
48
+ $step-header-arrow-container-width: 140px !default;
49
+ $step-header-arrow-container-position: absolute !default;
50
+ $step-header-arrow-container-bottom: -40px !default;
51
+ $step-header-arrow-container-left: 50% !default;
52
+ $step-header-arrow-container-transform: translateX(-50%) !default;
53
+ $step-header-arrow-container-z-index: -1 !default;
54
+ $step-header-arrow-border-radius: 0 0 $step-header-arrow-container-height $step-header-arrow-container-height !default;
55
+
56
+ $step-content-padding: 30px 35px !default;
57
+ $step-content-padding-desktop: 40px 60px 60px !default;
58
+ $step-content-text-align: center !default;
59
+
60
+ $step-title-color: $color-charcoal8 !default;
61
+ $step-title-display: block !default;
62
+ $step-title-font-size: 1.375rem !default;
63
+ $step-title-font-size-desktop: 1.5rem !default;
64
+ $step-title-font-weight: 400 !default;
65
+ $step-title-line-height: 1.25 !default;
66
+ $step-title-margin: 0 0 25px !default;
67
+
68
+ $step-subtitle-color: $color-charcoal6 !default;
69
+ $step-subtitle-font-size: .875rem !default;
70
+ $step-subtitle-font-size-desktop: 1rem !default;
71
+ $step-subtitle-font-weight: 400 !default;
72
+ $step-subtitle-line-height: 1.35 !default;
73
+ $step-subtitle-margin: -15px 0 20px !default;
74
+
75
+ $step-overview-border: 1px solid $color-charcoal1 !default;
76
+ $step-overview-color: $color-charcoal5 !default;
77
+ $step-overview-display: flex !default;
78
+ $step-overview-font-size: .8125rem !default;
79
+ $step-overview-justify-content: space-between !default;
80
+ $step-overview-letter-spacing: .1px !default;
81
+ $step-overview-line-height: 1.35 !default;
82
+ $step-overview-margin: 0 auto 25px !default;
83
+ $step-overview-padding: 8px 0 !default;
84
+ $step-overview-text-align: center !default;
85
+ $step-overview-width: 100% !default;
86
+
87
+ $step-overview-number-background: $step-overview-color !default;
88
+ $step-overview-number-color: $color-white !default;
89
+ $step-overview-number-font-size: .875rem !default;
90
+ $step-overview-number-font-weight: 700 !default;
91
+ $step-overview-number-height: 22px !default;
92
+ $step-overview-number-line-height: $step-overview-number-height !default;
93
+ $step-overview-number-margin-right: 5px !default;
94
+ $step-overview-number-width: $step-overview-number-height !default;
95
+
96
+ $step-fields-width: 100% !default;
97
+ $step-fields-max-width: 100% !default;
98
+
99
+ $step-extra-initial-display: none !default;
100
+ $step-extra-margin: 0 !default;
101
+
102
+ $step-secure-text-include-border-background-color: $color-ivory5 !default;
103
+ $step-secure-text-include-border-border: 1px solid $color-charcoal1 !default;
104
+ $step-secure-text-include-border-padding: 4px 6px !default;
105
+ $step-secure-text-color: $color-charcoal5 !default;
106
+ $step-secure-text-display: inline-block !default;
107
+ $step-secure-text-font-size: .875rem !default;
108
+ $step-secure-text-font-weight: 700 !default;
109
+ $step-secure-text-margin: 5px auto !default;
110
+ $step-secure-text-padding: 0 !default;
111
+
112
+ $step-focus-outline: 1px solid rgba($color-charcoal4, .5) !default;
113
+ $step-focus-outline-offset: -2px !default;
114
+
115
+ $step-buttons-align-items: center !default;
116
+ $step-buttons-display: flex !default;
117
+ $step-buttons-flex-direction: row !default;
118
+ $step-buttons-gap: 60px !default;
119
+ $step-buttons-justify-content: space-between !default;
120
+
121
+ // First Step
122
+ $first-step-content-align-items-desktop: center !default;
123
+ $first-step-content-display-desktop: flex !default;
124
+ $first-step-content-flex-direction-desktop: column !default;
125
+ $first-step-content-justify-content-desktop: center !default;
126
+ $first-step-content-min-height-desktop: 380px !default;
127
+ $first-step-button-max-width: 200px !default;
128
+ $first-step-button-margin: 10px auto !default;
129
+ $first-step-fields-margin: 0 auto !default;
130
+ $first-step-fields-max-width: 280px !default;
131
+
132
+ // Form Groups
133
+ $form-position: relative !default;
134
+ $form-group-legend-color: $step-title-color !default;
135
+ $form-group-legend-font-size: $step-title-font-size !default;
136
+ $form-group-legend-font-size-desktop: $step-title-font-size-desktop !default;
137
+ $form-group-legend-font-weight: $step-title-font-weight !default;
138
+ $form-group-legend-line-height: $step-title-line-height !default;
139
+ $form-group-legend-margin: $step-title-margin !default;
140
+ $form-group-legend-padding: 0 !default;
141
+
142
+ $form-group-margin: 0 !default;
143
+ $form-group-label-color: $color-charcoal5 !default;
144
+ $form-group-label-display: unset !default;
145
+ $form-group-label-font-family: inherit !default;
146
+ $form-group-label-font-size: 1rem !default;
147
+ $form-group-label-font-size-desktop: 1.125rem !default;
148
+ $form-group-label-font-weight: normal !default;
149
+ $form-group-label-margin: 10px 0 15px !default;
150
+
151
+ $form-group-label-in-input-cursor: text !default;
152
+ $form-group-label-in-input-top-position: 17px !default;
153
+ $form-group-label-in-input-left-position: 15px !default;
154
+ $form-group-label-in-input-z-index: -1 !default;
155
+
156
+ $form-group-error-message-color: $color-a11y-red !default;
157
+ $form-group-error-message-font-size: .875rem !default;
158
+ $form-group-error-message-margin: -10px 0 10px 2px !default;
159
+ $form-group-error-message-padding: 0 !default;
160
+ $form-group-error-message-text-align: left !default;
161
+
162
+ $form-group-city-state-color: $color-charcoal4 !default;
163
+ $form-group-city-state-font-size: .75rem !default;
164
+ $form-group-city-state-font-weight: bold !default;
165
+ $form-group-city-state-margin: -10px 0 0 !default;
166
+ $form-group-city-state-padding: 0 2px 0 0 !default;
167
+ $form-group-city-state-text-align: right !default;
168
+
169
+ $form-group-note-color: $color-charcoal4 !default;
170
+ $form-group-note-font-size: .75rem !default;
171
+ $form-group-note-font-style: italic !default;
172
+ $form-group-note-margin: -7px 0 0 !default;
173
+
174
+ $form-inprogress-form-display: flex !default;
175
+ $form-inprogress-form-flex-direction: column !default;
176
+ $form-inprogress-form-justify-content: space-between !default;
177
+ $form-inprogress-form-min-height: inherit !default;
178
+ $form-inprogress-width: 100% !default;
179
+ $form-inprogress-min-height: 510px !default;
180
+ $form-inprogress-top-section-padding: 30px 35px 0 !default;
181
+ $form-inprogress-top-section-padding-desktop: 40px 60px 0 !default;
182
+ $form-inprogress-bottom-section-padding-desktop: 0 60px 60px !default;
183
+ $form-inprogress-top-section-padding-lg: 60px 40px 0 !default;
184
+ $form-inprogress-bottom-section-padding-lg: 0 40px 40px !default;
185
+ $form-inprogress-top-section-padding-xl: 70px 60px 0 !default;
186
+ $form-inprogress-bottom-section-padding-xl: 0 60px 60px !default;
187
+ $step-inprogress-content-padding-desktop: $step-content-padding-desktop !default;
188
+ $step-inprogress-content-padding-lg: 60px 40px 40px !default;
189
+ $step-inprogress-content-padding-xl: 70px 60px 60px !default;
190
+
191
+ @keyframes AnimateArrowUpDown {
192
+ 0%,
193
+ 20%,
194
+ 40% {
195
+ bottom: -26%;
196
+ opacity: 1;
197
+ }
198
+
199
+ 10%,
200
+ 30%,
201
+ 50% {
202
+ bottom: -10%;
203
+ opacity: 0;
204
+ }
205
+
206
+ 60% {
207
+ bottom: -26%;
208
+ opacity: 1;
209
+ }
210
+ }
211
+
212
+ .step {
213
+ flex: 0 0 100%;
214
+
215
+ /* Step Header */
216
+ &__header {
217
+ background-color: $step-header-background-color;
218
+ border-radius: $step-header-border-radius;
219
+ display: $step-header-display;
220
+ padding: $step-header-padding;
221
+ position: $step-header-position;
222
+ text-align: $step-header-text-align;
223
+ }
224
+
225
+ &__header-title {
226
+ color: $step-header-title-color;
227
+ font-family: $step-header-title-font-family;
228
+ font-size: $step-header-title-font-size;
229
+ font-weight: $step-header-title-font-weight;
230
+ line-height: $step-header-title-line-height;
231
+ }
232
+
233
+ &__header-subtitle {
234
+ color: $step-header-subtitle-color;
235
+ font-size: $step-header-subtitle-font-size;
236
+ font-weight: $step-header-subtitle-font-weight;
237
+ line-height: $step-header-subtitle-line-height;
238
+ margin: $step-header-subtitle-margin;
239
+ }
240
+
241
+ &__header-subtitle-list {
242
+ list-style: none;
243
+ margin: $step-header-subtitle-list-margin;
244
+ padding-left: 0;
245
+
246
+ li {
247
+ color: $step-header-subtitle-list-color;
248
+ font-size: $step-header-subtitle-list-font-size;
249
+ font-weight: $step-header-subtitle-list-font-weight;
250
+ line-height: $step-header-subtitle-list-line-height;
251
+
252
+ &:before {
253
+ content: $step-header-subtitle-list-icon;
254
+ display: inline-block;
255
+ font-family: 'modicons-fill';
256
+ font-style: normal;
257
+ font-variant: normal;
258
+ font-weight: 400;
259
+ line-height: $step-header-subtitle-list-icon-line-height;
260
+ margin: $step-header-subtitle-list-icon-margin;
261
+ text-transform: none;
262
+ }
263
+ }
264
+ }
265
+
266
+ /* Step Content */
267
+ &__content {
268
+ padding: $step-content-padding;
269
+ text-align: $step-content-text-align;
270
+ }
271
+
272
+ &__title {
273
+ color: $step-title-color;
274
+ display: $step-title-display;
275
+ font-size: $step-title-font-size;
276
+ font-weight: $step-title-font-weight;
277
+ line-height: $step-title-line-height;
278
+ margin: $step-title-margin;
279
+ }
280
+
281
+ &__subtitle {
282
+ color: $step-subtitle-color;
283
+ font-size: $step-subtitle-font-size;
284
+ font-weight: $step-subtitle-font-weight;
285
+ line-height: $step-subtitle-line-height;
286
+ margin: $step-subtitle-margin;
287
+ }
288
+
289
+ &__overview {
290
+ border-bottom: $step-overview-border;
291
+ border-top: $step-overview-border;
292
+ color: $step-overview-color;
293
+ display: $step-overview-display;
294
+ font-size: $step-overview-font-size;
295
+ justify-content: $step-overview-justify-content;
296
+ letter-spacing: $step-overview-letter-spacing;
297
+ line-height: $step-overview-line-height;
298
+ margin: $step-overview-margin;
299
+ padding: $step-overview-padding;
300
+ text-align: $step-overview-text-align;
301
+ width: $step-overview-width;
302
+
303
+ span {
304
+ padding: 0;
305
+ }
306
+ }
307
+
308
+ &__overview-number {
309
+ background: $step-overview-number-background;
310
+ border-radius: 100%;
311
+ color: $step-overview-number-color;
312
+ display: inline-block;
313
+ font-size: $step-overview-number-font-size;
314
+ font-weight: $step-overview-number-font-weight;
315
+ height: $step-overview-number-height;
316
+ line-height: $step-overview-number-line-height;
317
+ margin-right: $step-overview-number-margin-right;
318
+ text-align: center;
319
+ width: $step-overview-number-width;
320
+ }
321
+
322
+ &__fields {
323
+ max-width: $step-fields-max-width;
324
+ width: $step-fields-width;
325
+ }
326
+
327
+ &__secure-text {
328
+ color: $step-secure-text-color;
329
+ display: $step-secure-text-display;
330
+ font-size: $step-secure-text-font-size;
331
+ font-weight: $step-secure-text-font-weight;
332
+ margin: $step-secure-text-margin;
333
+ padding: $step-secure-text-padding;
334
+
335
+ &--border {
336
+ background-color: $step-secure-text-include-border-background-color;
337
+ border: $step-secure-text-include-border-border;
338
+ padding: $step-secure-text-include-border-padding;
339
+ }
340
+ }
341
+
342
+ &__extra {
343
+ display: $step-extra-initial-display;
344
+ margin: $step-extra-margin;
345
+ }
346
+
347
+ &__buttons {
348
+ align-items: $step-buttons-align-items;
349
+ display: $step-buttons-display;
350
+ flex-direction: $step-buttons-flex-direction;
351
+ gap: $step-buttons-gap;
352
+ justify-content: $step-buttons-justify-content;
353
+ }
354
+
355
+ &--first {
356
+ .step__fields {
357
+ margin: $first-step-fields-margin;
358
+ max-width: $first-step-fields-max-width;
359
+ }
360
+
361
+ .btn--primary {
362
+ max-width: $first-step-button-max-width;
363
+ }
364
+ }
365
+
366
+ &:focus {
367
+ outline: $step-focus-outline;
368
+ outline-offset: $step-focus-outline-offset;
369
+ }
370
+ }
371
+
372
+ .form {
373
+ position: $form-position;
374
+
375
+ &--disable-step-focus {
376
+ .step:focus {
377
+ outline: none;
378
+ outline-offset: 0;
379
+ }
380
+ }
381
+ }
382
+
383
+ .form-group {
384
+ margin: $form-group-margin;
385
+
386
+ legend {
387
+ color: $form-group-legend-color;
388
+ font-size: $form-group-legend-font-size;
389
+ font-weight: $form-group-legend-font-weight;
390
+ line-height: $form-group-legend-line-height;
391
+ margin: $form-group-legend-margin;
392
+ padding: $form-group-legend-padding;
393
+ }
394
+
395
+ &__label {
396
+ color: $form-group-label-color;
397
+ display: $form-group-label-display;
398
+ font-family: $form-group-label-font-family;
399
+ font-size: $form-group-label-font-size;
400
+ font-weight: $form-group-label-font-weight;
401
+ margin: $form-group-label-margin;
402
+ }
403
+
404
+ &__error-message {
405
+ color: $form-group-error-message-color;
406
+ font-size: $form-group-error-message-font-size;
407
+ display: none;
408
+ margin: $form-group-error-message-margin;
409
+ padding: $form-group-error-message-padding;
410
+ text-align: $form-group-error-message-text-align;
411
+ }
412
+
413
+ &__label-input {
414
+ color: $form-group-label-color;
415
+ cursor: $form-group-label-in-input-cursor;
416
+ font-family: $form-group-label-font-family;
417
+ font-size: $form-group-label-font-size;
418
+ font-weight: $form-group-label-font-weight;
419
+ left: $form-group-label-in-input-left-position;
420
+ position: absolute;
421
+ top: $form-group-label-in-input-top-position;
422
+ transition: color 200ms ease-in-out, font-size 200ms ease-in-out;
423
+ user-select: none;
424
+ z-index: $form-group-label-in-input-z-index;
425
+ }
426
+
427
+ &__city-state {
428
+ color: $form-group-city-state-color;
429
+ font-size: $form-group-city-state-font-size;
430
+ font-weight: $form-group-city-state-font-weight;
431
+ margin: $form-group-city-state-margin;
432
+ padding: $form-group-city-state-padding;
433
+ text-align: $form-group-city-state-text-align;
434
+ }
435
+
436
+ &__note {
437
+ color: $form-group-note-color;
438
+ display: inline-block;
439
+ font-size: $form-group-note-font-size;
440
+ font-style: $form-group-note-font-style;
441
+ margin: $form-group-note-margin;
442
+ }
443
+ }
444
+
445
+ .has-error {
446
+ .form-group__error-message {
447
+ display: block;
448
+ }
449
+
450
+ .form-group__label-input {
451
+ color: $form-group-error-message-color;
452
+ }
453
+
454
+ &:focus-within {
455
+ .form-group__label-input {
456
+ color: $form-group-error-message-color;
457
+ }
458
+ }
459
+ }
460
+
461
+ .swiper--dynamic-step-height {
462
+ .step {
463
+ .step-inner {
464
+ max-height: 0;
465
+ opacity: 0;
466
+ transition: opacity 250ms 250ms ease-in;
467
+ }
468
+
469
+ &--active .step-inner {
470
+ max-height: 999px;
471
+ opacity: 1;
472
+ }
473
+ }
474
+ }
475
+
476
+ .disableAutofill {
477
+ .step-inner {
478
+ visibility: hidden;
479
+ }
480
+
481
+ .step--active {
482
+ .step-inner {
483
+ visibility: visible;
484
+ }
485
+ }
486
+ }
487
+
488
+ .form-in-progress {
489
+ .form__top-section {
490
+ padding: $form-inprogress-top-section-padding;
491
+ }
492
+ }
493
+
494
+ @include breakpoint-md {
495
+ .step {
496
+ /* Step Header */
497
+ &__header {
498
+ align-items: $step-header-align-items;
499
+ display: $step-header-display-desktop;
500
+ flex-direction: $step-header-flex-direction;
501
+ justify-content: $step-header-justify-content;
502
+ min-height: $step-header-min-height-desktop;
503
+ padding: $step-header-padding-desktop;
504
+ }
505
+
506
+ &__header-title{
507
+ font-size: $step-header-title-font-size-desktop;
508
+ }
509
+
510
+ &__header-subtitle {
511
+ font-size: $step-header-subtitle-font-size-desktop;
512
+ }
513
+
514
+ /* Step Content */
515
+ &__content {
516
+ padding: $step-content-padding-desktop;
517
+ }
518
+
519
+ &--first {
520
+ .step__content {
521
+ align-items: $first-step-content-align-items-desktop;
522
+ display: $first-step-content-display-desktop;
523
+ flex-direction: $first-step-content-flex-direction-desktop;
524
+ justify-content: $first-step-content-justify-content-desktop;
525
+ min-height: $first-step-content-min-height-desktop;
526
+ }
527
+ }
528
+
529
+ &__title {
530
+ font-size: $step-title-font-size-desktop;
531
+ }
532
+
533
+ &__subtitle {
534
+ font-size: $step-subtitle-font-size-desktop;
535
+ }
536
+ }
537
+
538
+ .form-group {
539
+ legend {
540
+ font-size: $form-group-legend-font-size-desktop;
541
+ }
542
+
543
+ &__label {
544
+ font-size: $form-group-label-font-size-desktop;
545
+ }
546
+
547
+ &__label-input {
548
+ font-size: $form-group-label-font-size-desktop;
549
+ }
550
+ }
551
+
552
+ .form-in-progress {
553
+ .step__content {
554
+ padding: $step-inprogress-content-padding-desktop;
555
+ }
556
+
557
+ .form__top-section {
558
+ padding: $form-inprogress-top-section-padding-desktop;
559
+ }
560
+
561
+ .form__bottom-section {
562
+ padding: $form-inprogress-bottom-section-padding-desktop
563
+ }
564
+ }
565
+ }
566
+
567
+ @include breakpoint-lg {
568
+ .form-in-progress {
569
+ .form {
570
+ display: $form-inprogress-form-display;
571
+ flex-direction: $form-inprogress-form-flex-direction;
572
+ justify-content: $form-inprogress-form-justify-content;
573
+ min-height: $form-inprogress-form-min-height;
574
+ }
575
+
576
+ .swiper--form {
577
+ min-height: $form-inprogress-min-height;
578
+ width: $form-inprogress-width;
579
+ }
580
+
581
+ .step__content {
582
+ padding: $step-inprogress-content-padding-lg;
583
+ }
584
+
585
+ .form__top-section {
586
+ padding: $form-inprogress-top-section-padding-lg;
587
+ }
588
+
589
+ .form__bottom-section {
590
+ padding: $form-inprogress-bottom-section-padding-lg
591
+ }
592
+ }
593
+ }
594
+
595
+ @include breakpoint-xl {
596
+ .step {
597
+ &__header {
598
+ &--show-animated-arrow {
599
+ &:before {
600
+ animation: $step-header-arrow-animation;
601
+ bottom: $step-header-arrow-bottom;
602
+ color: $step-header-arrow-color;
603
+ content: $step-header-arrow-content;
604
+ font-size: $step-header-arrow-font-size;
605
+ font-family: $step-header-arrow-font-family;
606
+ left: $step-header-arrow-left;
607
+ position: $step-header-arrow-position;
608
+ transform: $step-header-arrow-transform;
609
+ }
610
+
611
+ &:after {
612
+ background-color: $step-header-arrow-background-color;
613
+ border-radius: $step-header-arrow-border-radius;
614
+ bottom: $step-header-arrow-container-bottom;
615
+ content: '';
616
+ height: $step-header-arrow-container-height;
617
+ left: $step-header-arrow-container-left;
618
+ position: $step-header-arrow-container-position;
619
+ transform: $step-header-arrow-container-transform;
620
+ width: $step-header-arrow-container-width;
621
+ z-index: $step-header-arrow-container-z-index;
622
+ }
623
+ }
624
+ }
625
+ }
626
+
627
+ .form-in-progress {
628
+ .step__content {
629
+ padding: $step-inprogress-content-padding-xl;
630
+ }
631
+
632
+ .form__top-section {
633
+ padding: $form-inprogress-top-section-padding-xl;
634
+ }
635
+
636
+ .form__bottom-section {
637
+ padding: $form-inprogress-bottom-section-padding-xl
638
+ }
639
+ }
640
+ }