@axos-web-dev/shared-components 0.0.62 → 0.0.64
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.
- package/dist/BulletItem/BulletItem.d.ts +2 -1
- package/dist/BulletItem/BulletItem.js +2 -1
- package/dist/Button/Button.css.d.ts +27 -0
- package/dist/Button/Button.css.js +1 -1
- package/dist/Button/Button.d.ts +1 -1
- package/dist/Button/Button.js +6 -2
- package/dist/Calculators/Calculator.js +1 -0
- package/dist/Carousel/index.js +2 -1
- package/dist/Chevron/Chevron.interface.d.ts +4 -0
- package/dist/Chevron/index.js +1 -0
- package/dist/FooterSiteMap/AxosBank/FooterSiteMap.js +1 -0
- package/dist/Forms/ContactUsBusiness.js +1 -0
- package/dist/Forms/EmailOnly.js +1 -0
- package/dist/Forms/RenderForm.js +1 -0
- package/dist/Forms/SuccesForm.js +1 -0
- package/dist/HeroBanner/HeroBanner.css.d.ts +1 -1
- package/dist/HeroBanner/HeroBanner.css.js +4 -3
- package/dist/HeroBanner/HeroBanner.d.ts +3 -0
- package/dist/HeroBanner/HeroBanner.interface.d.ts +14 -4
- package/dist/HeroBanner/HeroBanner.js +155 -0
- package/dist/HeroBanner/SelectionBanner.css.d.ts +24 -0
- package/dist/HeroBanner/SelectionBanner.css.js +19 -0
- package/dist/HeroBanner/index.d.ts +4 -3
- package/dist/HeroBanner/index.js +20 -81
- package/dist/Hyperlink/index.js +1 -0
- package/dist/ImageLink/ImageLink.js +1 -0
- package/dist/ImageLink/ImageLinkSet.js +2 -1
- package/dist/ImageLink/index.js +1 -0
- package/dist/Modal/Modal.js +1 -0
- package/dist/NavigationMenu/AxosAdvisor/NavBar.module.js +53 -53
- package/dist/SetContainer/SetContainer.js +2 -1
- package/dist/StepItem/StepItem.d.ts +1 -0
- package/dist/StepItem/StepItem.js +2 -2
- package/dist/StepItemSet/StepItemSet.css.d.ts +30 -2
- package/dist/StepItemSet/StepItemSet.js +3 -2
- package/dist/assets/Button/Button.css +33 -8
- package/dist/assets/HeroBanner/HeroBanner.css +5 -0
- package/dist/assets/HeroBanner/SelectionBanner.css +83 -0
- package/dist/assets/NavigationMenu/AxosAdvisor/NavBar.css.css +116 -115
- package/dist/assets/StepItem/StepItem.css +2 -1
- package/dist/assets/StepItemSet/StepItemSet.css +15 -2
- package/dist/assets/TopicalNavItem/TopicalNavItem.css +1 -1
- package/dist/assets/themes/axos.css +1 -1
- package/dist/main.js +19 -1
- package/package.json +2 -1
|
@@ -1,43 +1,43 @@
|
|
|
1
|
-
.
|
|
1
|
+
._header_s8el6_1 {
|
|
2
2
|
border-bottom: 1px solid #ebebeb;
|
|
3
3
|
}
|
|
4
4
|
|
|
5
|
-
.
|
|
5
|
+
._wrapper_s8el6_5 {
|
|
6
6
|
width: calc(100% - 80px);
|
|
7
7
|
margin-left: auto;
|
|
8
8
|
margin-right: auto;
|
|
9
9
|
}
|
|
10
10
|
|
|
11
|
-
.
|
|
12
|
-
.
|
|
11
|
+
._header_main_row_s8el6_11,
|
|
12
|
+
._mobile_header_s8el6_12 {
|
|
13
13
|
min-height: 80px;
|
|
14
14
|
padding-top: 1rem;
|
|
15
15
|
padding-bottom: 0.5rem;
|
|
16
16
|
}
|
|
17
17
|
|
|
18
|
-
.
|
|
18
|
+
._logo_wrap_s8el6_18 {
|
|
19
19
|
padding: 9px 6px;
|
|
20
20
|
}
|
|
21
21
|
|
|
22
|
-
.
|
|
22
|
+
._primary_links_s8el6_22 {
|
|
23
23
|
margin-left: 30px;
|
|
24
24
|
}
|
|
25
25
|
|
|
26
|
-
.
|
|
26
|
+
._main_nav_link_s8el6_26 {
|
|
27
27
|
padding: 10px 8px;
|
|
28
28
|
text-align: center;
|
|
29
29
|
}
|
|
30
30
|
|
|
31
|
-
.
|
|
31
|
+
._main_nav_link_s8el6_26 .active {
|
|
32
32
|
border-color: currentColor;
|
|
33
33
|
transition: border-color 0.5s ease;
|
|
34
34
|
}
|
|
35
35
|
|
|
36
|
-
.
|
|
36
|
+
._main_nav_link_s8el6_26 .active {
|
|
37
37
|
font-weight: 700;
|
|
38
38
|
}
|
|
39
39
|
|
|
40
|
-
.
|
|
40
|
+
._main_nav_link_s8el6_26 > a {
|
|
41
41
|
color: #1e3860;
|
|
42
42
|
display: inline-block;
|
|
43
43
|
font-size: 16px;
|
|
@@ -45,26 +45,27 @@
|
|
|
45
45
|
border-bottom: 4px solid transparent;
|
|
46
46
|
}
|
|
47
47
|
|
|
48
|
-
.
|
|
49
|
-
.
|
|
50
|
-
.
|
|
51
|
-
.
|
|
48
|
+
._sub_nav_link_s8el6_48 a,
|
|
49
|
+
._main_nav_link_s8el6_26 a,
|
|
50
|
+
._signin_wrap_s8el6_50 a,
|
|
51
|
+
._signin_btn_s8el6_51 {
|
|
52
52
|
text-decoration: none;
|
|
53
|
+
word-break: normal;
|
|
53
54
|
transition: opacity 0.3s ease;
|
|
54
55
|
}
|
|
55
56
|
|
|
56
|
-
.
|
|
57
|
-
.
|
|
58
|
-
.
|
|
57
|
+
._sub_nav_link_s8el6_48:hover,
|
|
58
|
+
._main_nav_link_s8el6_26 a:hover,
|
|
59
|
+
._signin_wrap_s8el6_50 a:hover {
|
|
59
60
|
opacity: 0.8;
|
|
60
61
|
}
|
|
61
62
|
|
|
62
|
-
.
|
|
63
|
+
._signin_wrap_s8el6_50 .link {
|
|
63
64
|
text-decoration: none;
|
|
64
65
|
padding: 8px;
|
|
65
66
|
}
|
|
66
67
|
|
|
67
|
-
.
|
|
68
|
+
._signin_btn_s8el6_51 {
|
|
68
69
|
border: none;
|
|
69
70
|
color: #fff;
|
|
70
71
|
padding: 11px 24px;
|
|
@@ -76,37 +77,37 @@
|
|
|
76
77
|
cursor: pointer;
|
|
77
78
|
}
|
|
78
79
|
|
|
79
|
-
.
|
|
80
|
+
._signin_btn_s8el6_51:hover {
|
|
80
81
|
color: var(--colors-primary-textButton__1073cm85);
|
|
81
82
|
background-color: var(--colors-primary-backgroundButton__1073cm86);
|
|
82
83
|
opacity: 0.9;
|
|
83
84
|
}
|
|
84
85
|
|
|
85
|
-
.
|
|
86
|
+
._signin_btn_s8el6_51 > span {
|
|
86
87
|
margin-right: 8px;
|
|
87
88
|
}
|
|
88
89
|
|
|
89
|
-
.
|
|
90
|
+
._sub_nav_s8el6_48 {
|
|
90
91
|
background-color: var(--primary-theme-color);
|
|
91
92
|
}
|
|
92
93
|
|
|
93
|
-
.
|
|
94
|
+
._header_sub_row_s8el6_94 {
|
|
94
95
|
padding-block: 12px;
|
|
95
96
|
min-height: 48px;
|
|
96
97
|
}
|
|
97
98
|
|
|
98
|
-
.
|
|
99
|
+
._sub_nav_link_s8el6_48 {
|
|
99
100
|
padding-inline: 1rem;
|
|
100
101
|
text-align: center;
|
|
101
102
|
color: #fff;
|
|
102
103
|
}
|
|
103
104
|
|
|
104
|
-
.
|
|
105
|
+
._sub_nav_link_s8el6_48 a {
|
|
105
106
|
font-weight: 500;
|
|
106
107
|
line-height: 1.5;
|
|
107
108
|
}
|
|
108
109
|
|
|
109
|
-
.
|
|
110
|
+
._signin_dropdown_s8el6_110 {
|
|
110
111
|
min-width: 288px;
|
|
111
112
|
padding: 1.5rem 1rem;
|
|
112
113
|
position: absolute;
|
|
@@ -116,32 +117,32 @@
|
|
|
116
117
|
display: none;
|
|
117
118
|
}
|
|
118
119
|
|
|
119
|
-
.
|
|
120
|
+
._shadow_s8el6_120 {
|
|
120
121
|
box-shadow: 0px 8px 16px 0px rgba(30, 38, 47, 0.2);
|
|
121
122
|
}
|
|
122
123
|
|
|
123
|
-
.
|
|
124
|
+
._signin_dropdown_s8el6_110 li[role="heading"] {
|
|
124
125
|
margin-top: 1px;
|
|
125
126
|
}
|
|
126
127
|
|
|
127
|
-
.
|
|
128
|
+
._signin_header_s8el6_128 {
|
|
128
129
|
color: #323339;
|
|
129
130
|
font-weight: 700;
|
|
130
131
|
padding: 0.5rem 1rem;
|
|
131
132
|
text-align: left;
|
|
132
133
|
}
|
|
133
134
|
|
|
134
|
-
.
|
|
135
|
+
._signin_subheader_s8el6_135 {
|
|
135
136
|
color: #2f5b88;
|
|
136
137
|
padding: 0.5rem 0.5rem 0.5rem 1.5rem;
|
|
137
138
|
}
|
|
138
139
|
|
|
139
|
-
.
|
|
140
|
-
.
|
|
140
|
+
._signin_header_s8el6_128,
|
|
141
|
+
._signin_subheader_s8el6_135 a {
|
|
141
142
|
line-height: 1.5;
|
|
142
143
|
}
|
|
143
144
|
|
|
144
|
-
@keyframes
|
|
145
|
+
@keyframes _fadeInDown_s8el6_1 {
|
|
145
146
|
from {
|
|
146
147
|
opacity: 0;
|
|
147
148
|
transform: translate3d(0, -1%, 0);
|
|
@@ -153,18 +154,18 @@
|
|
|
153
154
|
}
|
|
154
155
|
}
|
|
155
156
|
|
|
156
|
-
.
|
|
157
|
+
._opacity_s8el6_157 {
|
|
157
158
|
animation-duration: 0.5s;
|
|
158
159
|
animation-fill-mode: both;
|
|
159
|
-
animation-name:
|
|
160
|
+
animation-name: _fadeInDown_s8el6_1;
|
|
160
161
|
}
|
|
161
162
|
|
|
162
|
-
.
|
|
163
|
+
._footer_s8el6_163 {
|
|
163
164
|
margin-top: 0.5rem;
|
|
164
165
|
padding-top: 1rem;
|
|
165
166
|
}
|
|
166
167
|
|
|
167
|
-
.
|
|
168
|
+
._footer_s8el6_163::before {
|
|
168
169
|
content: "";
|
|
169
170
|
background-color: #8f8f8f;
|
|
170
171
|
height: 2px;
|
|
@@ -175,61 +176,61 @@
|
|
|
175
176
|
width: 94%;
|
|
176
177
|
}
|
|
177
178
|
|
|
178
|
-
.
|
|
179
|
+
._open_s8el6_179 {
|
|
179
180
|
opacity: 0.8;
|
|
180
181
|
}
|
|
181
182
|
|
|
182
|
-
.
|
|
183
|
+
._open_s8el6_179 > svg {
|
|
183
184
|
transform: scaleY(-1);
|
|
184
185
|
}
|
|
185
186
|
|
|
186
|
-
.
|
|
187
|
+
._open_s8el6_179 + ._signin_dropdown_s8el6_110 {
|
|
187
188
|
display: block;
|
|
188
189
|
}
|
|
189
190
|
|
|
190
|
-
.
|
|
191
|
+
._dd_wrapper_s8el6_191 {
|
|
191
192
|
z-index: 1203;
|
|
192
193
|
max-width: 1440px;
|
|
193
194
|
}
|
|
194
195
|
|
|
195
|
-
.
|
|
196
|
+
._dd_media_s8el6_196 {
|
|
196
197
|
padding: 1.5rem;
|
|
197
198
|
width: 280px;
|
|
198
199
|
}
|
|
199
200
|
|
|
200
|
-
.
|
|
201
|
+
._dd_media_img_s8el6_201 {
|
|
201
202
|
min-height: 232px;
|
|
202
203
|
}
|
|
203
204
|
|
|
204
|
-
.
|
|
205
|
+
._dd_site_navs_s8el6_205 {
|
|
205
206
|
flex: 1 1 0%;
|
|
206
207
|
padding: 1.5rem;
|
|
207
208
|
display: flex;
|
|
208
209
|
flex-direction: column;
|
|
209
210
|
}
|
|
210
211
|
|
|
211
|
-
.
|
|
212
|
+
._dd_media_header_s8el6_212 p {
|
|
212
213
|
font-size: 14px;
|
|
213
214
|
line-height: 1.42;
|
|
214
215
|
}
|
|
215
216
|
|
|
216
|
-
.
|
|
217
|
+
._dd_media_header_s8el6_212 p[role="heading"] {
|
|
217
218
|
font: 600 1.25rem/ 1.4 var(--header-font-family);
|
|
218
219
|
}
|
|
219
220
|
|
|
220
|
-
.
|
|
221
|
+
._mt_8_s8el6_221 {
|
|
221
222
|
margin-top: 8px;
|
|
222
223
|
}
|
|
223
224
|
|
|
224
|
-
.
|
|
225
|
+
._mt_16_s8el6_225 {
|
|
225
226
|
margin-top: 1rem;
|
|
226
227
|
}
|
|
227
228
|
|
|
228
|
-
.
|
|
229
|
+
._ml_8_s8el6_229 {
|
|
229
230
|
margin-left: 8px;
|
|
230
231
|
}
|
|
231
232
|
|
|
232
|
-
.
|
|
233
|
+
._dd_media_cta_s8el6_233 > a {
|
|
233
234
|
border-radius: 8px;
|
|
234
235
|
color: #1e3860 !important;
|
|
235
236
|
display: inline-block;
|
|
@@ -243,29 +244,29 @@
|
|
|
243
244
|
border: 2px solid transparent;
|
|
244
245
|
}
|
|
245
246
|
|
|
246
|
-
.
|
|
247
|
+
._reversed_row_s8el6_247 {
|
|
247
248
|
flex-direction: row-reverse;
|
|
248
249
|
}
|
|
249
250
|
|
|
250
|
-
.
|
|
251
|
+
._dd_media_cta_s8el6_233 > a:hover {
|
|
251
252
|
background-color: transparent;
|
|
252
253
|
border-color: #fff;
|
|
253
254
|
color: #fff;
|
|
254
255
|
}
|
|
255
256
|
|
|
256
|
-
.
|
|
257
|
+
._dd_media_cta_s8el6_233 > a:active {
|
|
257
258
|
background-color: #fff;
|
|
258
259
|
border-color: transparent;
|
|
259
260
|
color: #1e3860 !important;
|
|
260
261
|
}
|
|
261
262
|
|
|
262
|
-
.
|
|
263
|
+
._headline_s8el6_263 > p {
|
|
263
264
|
font: 600 1.5rem / 1.33 var(--header-font-family);
|
|
264
265
|
flex: 1 1 0%;
|
|
265
266
|
color: #1e3860;
|
|
266
267
|
}
|
|
267
268
|
|
|
268
|
-
.
|
|
269
|
+
._nav_anchor_s8el6_269 {
|
|
269
270
|
width: 1.5rem;
|
|
270
271
|
height: 1.5rem;
|
|
271
272
|
aspect-ratio: 1;
|
|
@@ -273,26 +274,26 @@
|
|
|
273
274
|
border-radius: 8px;
|
|
274
275
|
}
|
|
275
276
|
|
|
276
|
-
.
|
|
277
|
+
._headline_cta_s8el6_277 {
|
|
277
278
|
margin-left: 8px;
|
|
278
279
|
}
|
|
279
280
|
|
|
280
|
-
.
|
|
281
|
+
._headline_cta_s8el6_277 > a {
|
|
281
282
|
font-weight: 700;
|
|
282
283
|
line-height: 1.5;
|
|
283
284
|
text-decoration: none;
|
|
284
285
|
color: #1e3860;
|
|
285
286
|
}
|
|
286
287
|
|
|
287
|
-
.
|
|
288
|
-
.
|
|
289
|
-
.
|
|
290
|
-
.
|
|
291
|
-
.
|
|
288
|
+
._sub_nav_link_s8el6_48:hover,
|
|
289
|
+
._signin_wrap_s8el6_50 a:hover,
|
|
290
|
+
._main_nav_link_s8el6_26 a:not(.active):hover,
|
|
291
|
+
._dd_site_navs_s8el6_205 a:hover,
|
|
292
|
+
._site_lists_s8el6_292 a:hover {
|
|
292
293
|
text-decoration: underline;
|
|
293
294
|
}
|
|
294
295
|
|
|
295
|
-
.
|
|
296
|
+
._dd_site_navs_s8el6_205 hr {
|
|
296
297
|
border-style: solid;
|
|
297
298
|
border-width: 1px;
|
|
298
299
|
color: #a0aab3;
|
|
@@ -301,29 +302,29 @@
|
|
|
301
302
|
position: relative;
|
|
302
303
|
}
|
|
303
304
|
|
|
304
|
-
.
|
|
305
|
+
._site_lists_s8el6_292 {
|
|
305
306
|
padding-bottom: 1.5rem;
|
|
306
307
|
}
|
|
307
308
|
|
|
308
|
-
.
|
|
309
|
+
._site_lists_s8el6_292 > * {
|
|
309
310
|
width: 100%;
|
|
310
311
|
}
|
|
311
312
|
|
|
312
|
-
.
|
|
313
|
+
._site_lists_s8el6_292 a {
|
|
313
314
|
color: #323339;
|
|
314
315
|
text-decoration: none;
|
|
315
316
|
}
|
|
316
317
|
|
|
317
|
-
.
|
|
318
|
+
._site_lists_s8el6_292 [role="heading"] {
|
|
318
319
|
color: #1e3860;
|
|
319
320
|
font-weight: 700;
|
|
320
321
|
}
|
|
321
322
|
|
|
322
|
-
.
|
|
323
|
+
._site_lists_s8el6_292 li + li {
|
|
323
324
|
margin-top: 8px;
|
|
324
325
|
}
|
|
325
326
|
|
|
326
|
-
.
|
|
327
|
+
._hamburger_s8el6_327 {
|
|
327
328
|
background: transparent;
|
|
328
329
|
border: none;
|
|
329
330
|
font-size: 0px;
|
|
@@ -331,24 +332,24 @@
|
|
|
331
332
|
outline: none;
|
|
332
333
|
}
|
|
333
334
|
|
|
334
|
-
.
|
|
335
|
-
.
|
|
335
|
+
._hamburger_s8el6_327:hover,
|
|
336
|
+
._mobile_header_s8el6_12 button:hover {
|
|
336
337
|
cursor: pointer;
|
|
337
338
|
opacity: 0.8;
|
|
338
339
|
}
|
|
339
340
|
|
|
340
|
-
.
|
|
341
|
+
._signin_wrap_s8el6_50 > ._mobile_only_s8el6_341 > a {
|
|
341
342
|
color: #4a5560;
|
|
342
343
|
padding: 0;
|
|
343
344
|
line-height: 1;
|
|
344
345
|
}
|
|
345
346
|
|
|
346
|
-
.
|
|
347
|
+
._mobile_logo_s8el6_347 {
|
|
347
348
|
flex: 1 1 0%;
|
|
348
349
|
text-align: center;
|
|
349
350
|
}
|
|
350
351
|
|
|
351
|
-
.
|
|
352
|
+
._highlight_s8el6_352 > a {
|
|
352
353
|
border-bottom: none;
|
|
353
354
|
color: #2f5b88;
|
|
354
355
|
font-weight: 700;
|
|
@@ -356,7 +357,7 @@
|
|
|
356
357
|
}
|
|
357
358
|
|
|
358
359
|
@media (max-width: 1121px) {
|
|
359
|
-
.
|
|
360
|
+
._mobile_logo_s8el6_347 {
|
|
360
361
|
position: absolute;
|
|
361
362
|
transform: translateX(-50%);
|
|
362
363
|
left: 50%;
|
|
@@ -364,18 +365,18 @@
|
|
|
364
365
|
}
|
|
365
366
|
}
|
|
366
367
|
|
|
367
|
-
.
|
|
368
|
+
._mobile_header_s8el6_12 {
|
|
368
369
|
padding-bottom: 1rem;
|
|
369
370
|
display: grid;
|
|
370
371
|
place-items: center;
|
|
371
372
|
border-bottom: 1px solid #ebebeb;
|
|
372
373
|
}
|
|
373
374
|
|
|
374
|
-
.
|
|
375
|
+
._mobile_header_s8el6_12 p {
|
|
375
376
|
font: 400 20px / 1.3 var(--header-font-family);
|
|
376
377
|
}
|
|
377
378
|
|
|
378
|
-
.
|
|
379
|
+
._mobile_header_s8el6_12 button {
|
|
379
380
|
background: none;
|
|
380
381
|
border: none;
|
|
381
382
|
position: absolute;
|
|
@@ -384,7 +385,7 @@
|
|
|
384
385
|
transform: translateY(-50%);
|
|
385
386
|
}
|
|
386
387
|
|
|
387
|
-
.
|
|
388
|
+
._mobile_nav_s8el6_388 {
|
|
388
389
|
border-right: 1px solid #ebebeb;
|
|
389
390
|
left: -100%;
|
|
390
391
|
min-height: 100vh;
|
|
@@ -395,16 +396,16 @@
|
|
|
395
396
|
z-index: 999;
|
|
396
397
|
}
|
|
397
398
|
|
|
398
|
-
.
|
|
399
|
+
._mobile_opened_s8el6_399 {
|
|
399
400
|
left: 0%;
|
|
400
401
|
}
|
|
401
402
|
|
|
402
|
-
.
|
|
403
|
+
._mobile_nav_item_s8el6_403 {
|
|
403
404
|
background-color: #f4f4f4;
|
|
404
405
|
border-bottom: 1px solid #ebebeb;
|
|
405
406
|
}
|
|
406
407
|
|
|
407
|
-
.
|
|
408
|
+
._mobile_nav_item_s8el6_403 > a {
|
|
408
409
|
color: #323339;
|
|
409
410
|
display: flex;
|
|
410
411
|
font-weight: 700;
|
|
@@ -414,13 +415,13 @@
|
|
|
414
415
|
width: 100%;
|
|
415
416
|
}
|
|
416
417
|
|
|
417
|
-
.
|
|
418
|
+
._mobile_nav_item_s8el6_403._has_dropdown_s8el6_418 {
|
|
418
419
|
background-color: #f4f4f4;
|
|
419
420
|
isolation: isolate;
|
|
420
421
|
position: relative;
|
|
421
422
|
}
|
|
422
423
|
|
|
423
|
-
.
|
|
424
|
+
._mobile_nav_item_s8el6_403._has_dropdown_s8el6_418::before {
|
|
424
425
|
content: "";
|
|
425
426
|
background-color: #ebebeb;
|
|
426
427
|
height: 100%;
|
|
@@ -431,27 +432,27 @@
|
|
|
431
432
|
z-index: -1;
|
|
432
433
|
}
|
|
433
434
|
|
|
434
|
-
.
|
|
435
|
+
._mobile_nav_item_s8el6_403._has_dropdown_s8el6_418 > a {
|
|
435
436
|
color: #1e3860;
|
|
436
437
|
}
|
|
437
438
|
|
|
438
|
-
.
|
|
439
|
+
._icon_wrap_s8el6_439 {
|
|
439
440
|
line-height: 1;
|
|
440
441
|
height: 24px;
|
|
441
442
|
}
|
|
442
443
|
|
|
443
|
-
.
|
|
444
|
+
._mobile_footer_s8el6_444 {
|
|
444
445
|
position: relative;
|
|
445
446
|
width: 100%;
|
|
446
447
|
}
|
|
447
448
|
|
|
448
|
-
.
|
|
449
|
+
._mobile_footer_content_s8el6_449 {
|
|
449
450
|
background-color: #f4f4f4;
|
|
450
451
|
flex: 1 1 0%;
|
|
451
452
|
padding: 16px 24px 16px 40px;
|
|
452
453
|
}
|
|
453
454
|
|
|
454
|
-
.
|
|
455
|
+
._mobile_footer_content_s8el6_449 p {
|
|
455
456
|
line-height: 1.5;
|
|
456
457
|
text-overflow: ellipsis;
|
|
457
458
|
display: -webkit-box;
|
|
@@ -459,17 +460,17 @@
|
|
|
459
460
|
-webkit-line-clamp: 2;
|
|
460
461
|
}
|
|
461
462
|
|
|
462
|
-
.
|
|
463
|
+
._mobile_footer_media_s8el6_463 {
|
|
463
464
|
flex-basis: 42%;
|
|
464
465
|
background: url("https://images.axos.com/o9ov1v03uwqk/5LzVOJ16CkxenX8yTyoeHe/71d6e3fafbeeef1074dfa4160a94d1ae/axos-advisor-contact-us-today-as295109964_.webp")
|
|
465
466
|
no-repeat center center / cover;
|
|
466
467
|
}
|
|
467
468
|
|
|
468
|
-
.
|
|
469
|
+
._footer_cta_s8el6_469 {
|
|
469
470
|
margin-top: 3px;
|
|
470
471
|
}
|
|
471
472
|
|
|
472
|
-
.
|
|
473
|
+
._footer_cta_s8el6_469 a {
|
|
473
474
|
border-radius: 4px;
|
|
474
475
|
border: 2px solid transparent;
|
|
475
476
|
color: #fff;
|
|
@@ -479,31 +480,31 @@
|
|
|
479
480
|
text-decoration: none;
|
|
480
481
|
}
|
|
481
482
|
|
|
482
|
-
.
|
|
483
|
+
._footer_cta_s8el6_469 a:hover {
|
|
483
484
|
background-color: transparent;
|
|
484
485
|
text-decoration: underline;
|
|
485
486
|
}
|
|
486
487
|
|
|
487
|
-
.
|
|
488
|
+
._footer_cta_s8el6_469 a:active {
|
|
488
489
|
border-color: transparent;
|
|
489
490
|
color: #fff;
|
|
490
491
|
}
|
|
491
492
|
|
|
492
|
-
.
|
|
493
|
+
._mobile_footer_s8el6_444 > .flex_row {
|
|
493
494
|
min-height: 112px;
|
|
494
495
|
}
|
|
495
496
|
|
|
496
|
-
.
|
|
497
|
+
._inner_wrapper_s8el6_497 {
|
|
497
498
|
max-height: 100vh;
|
|
498
499
|
overflow-y: scroll;
|
|
499
500
|
}
|
|
500
501
|
|
|
501
|
-
.
|
|
502
|
+
._btn_s8el6_502 {
|
|
502
503
|
display: block;
|
|
503
504
|
position: relative;
|
|
504
505
|
}
|
|
505
506
|
|
|
506
|
-
.
|
|
507
|
+
._sub_menu_s8el6_507 {
|
|
507
508
|
overflow: hidden;
|
|
508
509
|
max-height: 0;
|
|
509
510
|
transition: max-height 0.8s ease-out;
|
|
@@ -511,8 +512,8 @@
|
|
|
511
512
|
overflow-y: scroll;
|
|
512
513
|
}
|
|
513
514
|
|
|
514
|
-
.
|
|
515
|
-
.
|
|
515
|
+
._sub_menu_s8el6_507 a,
|
|
516
|
+
._sub_menu_s8el6_507 span {
|
|
516
517
|
display: block;
|
|
517
518
|
padding: 12px 14px 12px 64px;
|
|
518
519
|
position: relative;
|
|
@@ -520,15 +521,15 @@
|
|
|
520
521
|
text-decoration: none;
|
|
521
522
|
}
|
|
522
523
|
|
|
523
|
-
.
|
|
524
|
+
._sub_menu_s8el6_507 ._main_s8el6_26 {
|
|
524
525
|
font-weight: 700;
|
|
525
526
|
}
|
|
526
527
|
|
|
527
|
-
.
|
|
528
|
+
._sub_menu_s8el6_507 a + a {
|
|
528
529
|
border-top: 1px solid #ebebeb;
|
|
529
530
|
}
|
|
530
531
|
|
|
531
|
-
.
|
|
532
|
+
._dd_footer_s8el6_532 {
|
|
532
533
|
justify-content: flex-end;
|
|
533
534
|
flex: 1 1 0%;
|
|
534
535
|
align-items: end;
|
|
@@ -537,51 +538,51 @@
|
|
|
537
538
|
}
|
|
538
539
|
|
|
539
540
|
@media (max-width: 1280px) and (min-width: 1121px) {
|
|
540
|
-
.
|
|
541
|
+
._wrapper_s8el6_5 {
|
|
541
542
|
width: calc(100% - 28px);
|
|
542
543
|
}
|
|
543
544
|
|
|
544
|
-
.
|
|
545
|
+
._dd_wrapper_s8el6_191 > ._wrapper_s8el6_5 {
|
|
545
546
|
width: 100%;
|
|
546
547
|
}
|
|
547
548
|
}
|
|
548
549
|
|
|
549
550
|
@media (max-width: 1120px) {
|
|
550
|
-
.
|
|
551
|
+
._desktop_only_s8el6_551 {
|
|
551
552
|
display: none !important;
|
|
552
553
|
}
|
|
553
554
|
}
|
|
554
555
|
|
|
555
556
|
@media (max-width: 768px) {
|
|
556
|
-
.
|
|
557
|
+
._wrapper_s8el6_5 {
|
|
557
558
|
width: calc(100% - 48px);
|
|
558
559
|
}
|
|
559
560
|
|
|
560
|
-
.
|
|
561
|
+
._mobile_header_s8el6_12 button {
|
|
561
562
|
right: 1.5rem;
|
|
562
563
|
}
|
|
563
564
|
|
|
564
|
-
.
|
|
565
|
+
._mobile_nav_item_s8el6_403 > a {
|
|
565
566
|
padding: 16px 24px;
|
|
566
567
|
}
|
|
567
568
|
|
|
568
|
-
.
|
|
569
|
-
.
|
|
569
|
+
._sub_menu_s8el6_507 a,
|
|
570
|
+
._sub_menu_s8el6_507 span {
|
|
570
571
|
padding-left: 48px;
|
|
571
572
|
}
|
|
572
573
|
|
|
573
|
-
.
|
|
574
|
+
._mobile_nav_item_s8el6_403._has_dropdown_s8el6_418::before {
|
|
574
575
|
right: 72px;
|
|
575
576
|
}
|
|
576
577
|
|
|
577
|
-
.
|
|
578
|
+
._mobile_footer_content_s8el6_449 {
|
|
578
579
|
padding-right: 15px;
|
|
579
580
|
padding-left: 24px;
|
|
580
581
|
}
|
|
581
582
|
}
|
|
582
583
|
|
|
583
584
|
@media (max-width: 450px) {
|
|
584
|
-
.
|
|
585
|
+
._footer_cta_s8el6_469 a {
|
|
585
586
|
white-space: break-spaces;
|
|
586
587
|
width: 100%;
|
|
587
588
|
text-align: center;
|
|
@@ -589,7 +590,7 @@
|
|
|
589
590
|
}
|
|
590
591
|
|
|
591
592
|
@media (min-width: 1121px) {
|
|
592
|
-
.
|
|
593
|
+
._mobile_only_s8el6_341 {
|
|
593
594
|
display: none !important;
|
|
594
595
|
}
|
|
595
596
|
}
|
|
@@ -33,10 +33,22 @@
|
|
|
33
33
|
._18par6fb {
|
|
34
34
|
fill: #FFF;
|
|
35
35
|
}
|
|
36
|
-
._18par6fd {
|
|
36
|
+
._1073cm80 ._18par6fd {
|
|
37
|
+
-webkit-background-clip: text;
|
|
38
|
+
background-image: var(--_1073cm84);
|
|
39
|
+
-webkit-text-fill-color: transparent;
|
|
40
|
+
text-shadow: 0px 0px #00000000;
|
|
41
|
+
}
|
|
42
|
+
._1es6o1h0 ._18par6fd {
|
|
37
43
|
color: var(--_1073cm83);
|
|
38
44
|
}
|
|
39
|
-
._18par6fe {
|
|
45
|
+
._1073cm80 ._18par6fe {
|
|
46
|
+
-webkit-background-clip: text;
|
|
47
|
+
background-image: var(--_1073cm8b);
|
|
48
|
+
-webkit-text-fill-color: transparent;
|
|
49
|
+
text-shadow: 0px 0px #00000000;
|
|
50
|
+
}
|
|
51
|
+
._1es6o1h0 ._18par6fe {
|
|
40
52
|
color: var(--_1073cm8a);
|
|
41
53
|
}
|
|
42
54
|
._18par6ff {
|
|
@@ -58,6 +70,7 @@
|
|
|
58
70
|
width: 48%;
|
|
59
71
|
background-position: center center;
|
|
60
72
|
background-size: cover;
|
|
73
|
+
border-radius: 8px;
|
|
61
74
|
}
|
|
62
75
|
._18par6fk {
|
|
63
76
|
padding: 27px 48px;
|