@axos-web-dev/shared-components 1.0.100-dev.6 → 1.0.100-dev.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 (92) hide show
  1. package/dist/ATMLocator/ATMLocator.js +7 -1
  2. package/dist/ArticlesSet/ArticlesSet.js +2 -2
  3. package/dist/Auth/ErrorAlert.js +7 -1
  4. package/dist/Avatar/Avatar.module.js +7 -7
  5. package/dist/Blockquote/Blockquote.module.js +3 -3
  6. package/dist/Button/Button.js +7 -1
  7. package/dist/Calculators/Calculator.js +8 -2
  8. package/dist/Carousel/index.js +7 -1
  9. package/dist/Chatbot/Bubble.css.d.ts +2 -0
  10. package/dist/Chatbot/Bubble.css.js +7 -0
  11. package/dist/Chatbot/Bubble.d.ts +3 -0
  12. package/dist/Chatbot/Bubble.js +100 -0
  13. package/dist/Chatbot/Chat.d.ts +1 -0
  14. package/dist/Chatbot/Chat.js +165 -0
  15. package/dist/Chatbot/ChatWindow.css.d.ts +17 -0
  16. package/dist/Chatbot/ChatWindow.css.js +37 -0
  17. package/dist/Chatbot/ChatWindow.d.ts +29 -0
  18. package/dist/Chatbot/ChatWindow.js +366 -0
  19. package/dist/Chatbot/Chatbot.css.d.ts +2 -0
  20. package/dist/Chatbot/Chatbot.css.js +7 -0
  21. package/dist/Chatbot/Chatbot.css.ts.vanilla.css.js +1 -0
  22. package/dist/Chatbot/Chatbot.d.ts +5 -0
  23. package/dist/Chatbot/Chatbot.js +42 -0
  24. package/dist/Chatbot/EllipsisIcon.d.ts +4 -0
  25. package/dist/Chatbot/EllipsisIcon.js +19 -0
  26. package/dist/Chatbot/authenticate.d.ts +3 -0
  27. package/dist/Chatbot/authenticate.js +16 -0
  28. package/dist/Chatbot/index.d.ts +9 -0
  29. package/dist/Chatbot/index.js +39 -0
  30. package/dist/Chatbot/store/chat.d.ts +9 -0
  31. package/dist/Chatbot/store/chat.js +11 -0
  32. package/dist/Chatbot/store/messages.d.ts +15 -0
  33. package/dist/Chatbot/store/messages.js +13 -0
  34. package/dist/Chatbot/useHeadlessChat.d.ts +26 -0
  35. package/dist/Chatbot/useHeadlessChat.js +193 -0
  36. package/dist/Chevron/index.js +7 -1
  37. package/dist/Comparison/Comparison.js +7 -1
  38. package/dist/ExecutiveBio/ExecutiveBio.js +7 -1
  39. package/dist/FaqAccordion/index.js +7 -1
  40. package/dist/FooterSiteMap/AxosBank/FooterSiteMap.js +7 -1
  41. package/dist/Forms/ApplyNow.js +7 -1
  42. package/dist/Forms/ContactUsBusiness.js +7 -1
  43. package/dist/Forms/ContactUsBusinessNameEmail.js +7 -1
  44. package/dist/Forms/ContactUsNMLSId.js +7 -1
  45. package/dist/Forms/CraPublicFile.js +7 -1
  46. package/dist/Forms/EmailOnly.js +7 -1
  47. package/dist/Forms/MortgageRate/MortgageRateForm.js +7 -1
  48. package/dist/Forms/MortgageRate/MortgageRateWatch.js +7 -1
  49. package/dist/Forms/MortgageWarehouseLending.js +7 -1
  50. package/dist/Forms/SuccesForm.js +8 -2
  51. package/dist/Hyperlink/index.js +7 -1
  52. package/dist/ImageLink/ImageLink.js +7 -1
  53. package/dist/ImageLink/ImageLinkSet.js +7 -1
  54. package/dist/ImageLink/index.js +7 -1
  55. package/dist/Insight/Featured/CategorySelector.js +7 -1
  56. package/dist/Insight/Featured/Featured.js +7 -1
  57. package/dist/Insight/Featured/Header.js +7 -1
  58. package/dist/Modal/Modal.js +7 -1
  59. package/dist/NavigationMenu/AxosALTS/NavData.js +7 -1
  60. package/dist/NavigationMenu/AxosALTS/index.js +7 -1
  61. package/dist/NavigationMenu/AxosAdvisor/NavBar.module.js +52 -52
  62. package/dist/NavigationMenu/AxosAdvisorServices/NavBar.module.js +53 -53
  63. package/dist/NavigationMenu/AxosBank/MobileMenu/MobileMenu.module.js +16 -16
  64. package/dist/NavigationMenu/AxosBank/MobileMenu/MobileNavData.js +7 -1
  65. package/dist/NavigationMenu/AxosBank/NavBar.module.js +39 -39
  66. package/dist/NavigationMenu/AxosBank/NavData.js +7 -1
  67. package/dist/NavigationMenu/AxosBank/SubNavBar.js +7 -1
  68. package/dist/NavigationMenu/AxosBank/index.js +7 -1
  69. package/dist/NavigationMenu/AxosClearing/NavBar.module.js +37 -37
  70. package/dist/NavigationMenu/LaVictoire/NavData.js +7 -1
  71. package/dist/NavigationMenu/LaVictoire/index.js +7 -1
  72. package/dist/NavigationMenu/NavDataJson.js +7 -1
  73. package/dist/NavigationMenu/Navbar.js +7 -1
  74. package/dist/NavigationMenu/SignInNavButton.js +7 -1
  75. package/dist/SetContainer/SetContainer.js +7 -1
  76. package/dist/SocialMediaBar/iconsRepository.js +7 -1
  77. package/dist/VideoTile/VideoTile.js +7 -1
  78. package/dist/VideoWrapper/index.js +7 -1
  79. package/dist/WalnutIframe/wrapper.module.js +3 -3
  80. package/dist/assets/Avatar/Avatar.css.css +59 -59
  81. package/dist/assets/Blockquote/Blockquote.css.css +68 -68
  82. package/dist/assets/Chatbot/Bubble.css +51 -0
  83. package/dist/assets/Chatbot/ChatWindow.css +206 -0
  84. package/dist/assets/NavigationMenu/AxosAdvisor/NavBar.css.css +597 -597
  85. package/dist/assets/NavigationMenu/AxosAdvisorServices/NavBar.css.css +618 -618
  86. package/dist/assets/NavigationMenu/AxosBank/MobileMenu/MobileMenu.css.css +191 -191
  87. package/dist/assets/NavigationMenu/AxosBank/NavBar.css.css +473 -473
  88. package/dist/assets/NavigationMenu/AxosClearing/NavBar.css.css +458 -458
  89. package/dist/assets/WalnutIframe/wrapper.css.css +49 -49
  90. package/dist/main.d.ts +1 -0
  91. package/dist/main.js +36 -0
  92. package/package.json +136 -133
@@ -1,458 +1,458 @@
1
- ._header_1o3gh_1 {
2
- border-bottom: 1px solid #ebebeb;
3
- }
4
-
5
- ._wrapper_1o3gh_9 {
6
- width: calc(100% - 80px);
7
- margin-left: auto;
8
- margin-right: auto;
9
- }
10
-
11
- ._header_main_row_1o3gh_21,
12
- ._mobile_header_1o3gh_23 {
13
- min-height: 80px;
14
- padding-top: 1rem;
15
- padding-bottom: 0.5rem;
16
- }
17
-
18
- ._logo_wrap_1o3gh_35 {
19
- padding: 9px 6px;
20
- }
21
-
22
- ._primary_links_1o3gh_43 {
23
- margin-left: 30px;
24
- }
25
-
26
- ._main_nav_link_1o3gh_51 {
27
- padding: 10px 8px;
28
- text-align: center;
29
- }
30
-
31
- ._main_nav_link_1o3gh_51 .active {
32
- border-color: currentColor;
33
- transition: border-color 0.5s ease;
34
- font-weight: 700;
35
- }
36
-
37
- ._main_nav_link_1o3gh_51 > a {
38
- color: #1e262f;
39
- display: inline-block;
40
- font-size: 16px;
41
- padding: 4px 26px;
42
- border-bottom: 4px solid transparent;
43
- }
44
-
45
- ._sub_nav_link_1o3gh_89 a,
46
- ._main_nav_link_1o3gh_51 a,
47
- ._signin_wrap_1o3gh_93 a,
48
- ._signin_btn_1o3gh_95 {
49
- text-decoration: none;
50
- transition: opacity 0.3s ease;
51
- }
52
-
53
- ._sub_nav_link_1o3gh_89:hover,
54
- ._main_nav_link_1o3gh_51 a:hover,
55
- ._signin_wrap_1o3gh_93 a:hover {
56
- opacity: 0.8;
57
- }
58
-
59
- ._signin_wrap_1o3gh_93 .link {
60
- text-decoration: none;
61
- padding: 8px;
62
- }
63
-
64
- ._signin_btn_1o3gh_95 {
65
- border-color: transparent;
66
- background-color: #1e262f;
67
- color: #fff;
68
- padding: 11px 24px;
69
- font-size: 16px;
70
- font-weight: 700;
71
- line-height: 1.44;
72
- border-radius: 8px;
73
- margin-left: 8px;
74
- cursor: pointer;
75
- }
76
-
77
- ._signin_btn_1o3gh_95:hover {
78
- color: #1e262f;
79
- background-color: transparent;
80
- opacity: 0.9;
81
- }
82
-
83
- ._signin_btn_1o3gh_95:hover > svg path {
84
- fill: #1e262f;
85
- }
86
-
87
- ._signin_btn_1o3gh_95 > span {
88
- margin-right: 8px;
89
- }
90
-
91
- ._sub_nav_1o3gh_89 {
92
- background-color: #1e262f;
93
- color: #fff;
94
- }
95
-
96
- ._header_sub_row_1o3gh_191 {
97
- min-height: 48px;
98
- position: relative;
99
- }
100
-
101
- ._sub_nav_link_1o3gh_89 {
102
- padding-inline: 1rem;
103
- text-align: center;
104
- color: #fff;
105
- }
106
-
107
- ._sub_nav_link_1o3gh_89 a {
108
- display: flex;
109
- align-items: center;
110
- font-weight: 500;
111
- line-height: 1.5;
112
- padding: 12px 9.5px;
113
- }
114
-
115
- ._sub_nav_link_1o3gh_89 a:hover {
116
- background: linear-gradient(207deg, transparent, rgb(255 255 255 / 28%));
117
- }
118
-
119
- ._signin_dropdown_1o3gh_237 {
120
- display: none;
121
- min-width: 288px;
122
- padding: 1.5rem 1rem;
123
- position: absolute;
124
- right: 0;
125
- top: 100%;
126
- z-index: 1204;
127
- }
128
-
129
- ._shadow_1o3gh_257 {
130
- box-shadow: 0px 8px 16px 0px rgba(30, 38, 47, 0.2);
131
- border: 0.5px solid rgb(255 255 255 / 14%);
132
- border-top: none;
133
- }
134
-
135
- ._signin_subheader_1o3gh_269 {
136
- color: #323339;
137
- padding: 0.5rem 0.5rem 0.5rem 1.5rem;
138
- }
139
-
140
- ._signin_subheader_1o3gh_269 a {
141
- line-height: 1.5;
142
- }
143
-
144
- @keyframes _fadeInDown_1o3gh_1 {
145
- from {
146
- opacity: 0;
147
- transform: translate3d(0, -1%, 0);
148
- }
149
-
150
- to {
151
- opacity: 1;
152
- transform: none;
153
- }
154
- }
155
-
156
- ._opacity_1o3gh_311 {
157
- animation-duration: 0.5s;
158
- animation-fill-mode: both;
159
- animation-name: _fadeInDown_1o3gh_1;
160
- }
161
-
162
- ._open_1o3gh_323 {
163
- opacity: 0.8;
164
- }
165
-
166
- ._open_1o3gh_323 > svg {
167
- transform: scaleY(-1);
168
- }
169
-
170
- ._open_1o3gh_323 + ._signin_dropdown_1o3gh_237 {
171
- display: block;
172
- }
173
-
174
- ._sub_nav_link_1o3gh_89:hover,
175
- ._signin_wrap_1o3gh_93 a:hover,
176
- ._main_nav_link_1o3gh_51 a:not(.active):hover {
177
- text-decoration: underline;
178
- }
179
-
180
- ._hamburger_1o3gh_359 {
181
- background: transparent;
182
- border: none;
183
- font-size: 0px;
184
- line-height: 1;
185
- outline: none;
186
- }
187
-
188
- ._hamburger_1o3gh_359:hover,
189
- ._mobile_header_1o3gh_23 button:hover {
190
- cursor: pointer;
191
- opacity: 0.8;
192
- }
193
-
194
- ._signin_wrap_1o3gh_93 > ._mobile_only_1o3gh_387 > a {
195
- color: #4a5560;
196
- padding: 0;
197
- line-height: 1;
198
- }
199
-
200
- ._mobile_logo_1o3gh_399 {
201
- flex: 1 1 0%;
202
- text-align: center;
203
- }
204
-
205
- ._highlight_1o3gh_409 > a {
206
- border-bottom: none;
207
- color: #1e262f;
208
- font-weight: 700;
209
- line-height: 1.44;
210
- }
211
-
212
- ._mobile_header_1o3gh_23 {
213
- border-bottom: 1px solid #ebebeb;
214
- display: grid;
215
- padding-bottom: 1rem;
216
- place-items: center;
217
- }
218
-
219
- ._mobile_header_1o3gh_23 p {
220
- font: 400 20px / 1.3 var(--header-font-family);
221
- }
222
-
223
- ._mobile_header_1o3gh_23 button {
224
- background: none;
225
- border: none;
226
- position: absolute;
227
- right: 40px;
228
- top: 50%;
229
- transform: translateY(-50%);
230
- }
231
-
232
- ._mobile_nav_1o3gh_463 {
233
- border-right: 1px solid #ebebeb;
234
- left: -100%;
235
- min-height: 100vh;
236
- position: fixed;
237
- top: 0;
238
- transition: all 0.4s ease-in-out;
239
- width: 100%;
240
- z-index: 999;
241
- }
242
-
243
- ._mobile_opened_1o3gh_485 {
244
- left: 0%;
245
- }
246
-
247
- body:has(._mobile_opened_1o3gh_485) {
248
- overflow-y: hidden;
249
- }
250
-
251
- ._mobile_nav_item_1o3gh_501 {
252
- background-color: #f4f4f4;
253
- border-bottom: 1px solid #ebebeb;
254
- }
255
-
256
- ._mobile_nav_item_1o3gh_501 > a {
257
- color: #323339;
258
- display: flex;
259
- font-weight: 700;
260
- line-height: 1.5;
261
- padding: 16px 40px;
262
- text-decoration: none;
263
- width: 100%;
264
- }
265
-
266
- ._mobile_nav_item_1o3gh_501._has_dropdown_1o3gh_531 {
267
- background-color: #f4f4f4;
268
- isolation: isolate;
269
- position: relative;
270
- }
271
-
272
- ._mobile_nav_item_1o3gh_501._has_dropdown_1o3gh_531::before {
273
- content: "";
274
- background-color: #ebebeb;
275
- height: 100%;
276
- position: absolute;
277
- right: 104px;
278
- top: 0;
279
- width: 1px;
280
- z-index: -1;
281
- }
282
-
283
- ._mobile_nav_item_1o3gh_501._has_dropdown_1o3gh_531 > a {
284
- color: #1e3860;
285
- }
286
-
287
- ._icon_wrap_1o3gh_573 {
288
- line-height: 1;
289
- height: 24px;
290
- }
291
-
292
- ._mobile_footer_1o3gh_583 {
293
- position: relative;
294
- width: 100%;
295
- }
296
-
297
- ._mobile_footer_content_1o3gh_593 {
298
- background-color: #f4f4f4;
299
- flex: 1 1 0%;
300
- padding: 16px 24px 16px 40px;
301
- }
302
-
303
- ._mobile_footer_content_1o3gh_593 p {
304
- line-height: 1.5;
305
- text-overflow: ellipsis;
306
- display: -webkit-box;
307
- -webkit-box-orient: vertical;
308
- line-clamp: 2;
309
- -webkit-line-clamp: 2;
310
- }
311
-
312
- ._mobile_footer_media_1o3gh_623 {
313
- flex-basis: min(42%, 300px);
314
- background: url("https://images.axos.com/o9ov1v03uwqk/7eptb6tVSWJJbpHWmwjC50/7f09f3cb9b2255ccfa2d0a0095bee307/axc-footer.png")
315
- no-repeat 81% / cover;
316
- }
317
-
318
- ._footer_cta_1o3gh_635 {
319
- margin-top: 3px;
320
- }
321
-
322
- ._footer_cta_1o3gh_635 a {
323
- border-radius: 4px;
324
- border: 2px solid transparent;
325
- color: #fff;
326
- display: inline-block;
327
- font-weight: 700;
328
- padding: 4px 32px;
329
- text-decoration: none;
330
- }
331
-
332
- ._footer_cta_1o3gh_635 a:hover {
333
- background-color: transparent;
334
- text-decoration: underline;
335
- }
336
-
337
- ._footer_cta_1o3gh_635 a:active {
338
- border-color: transparent;
339
- color: #fff;
340
- }
341
-
342
- ._mobile_footer_1o3gh_583 > .flex_row {
343
- min-height: 112px;
344
- }
345
-
346
- ._inner_wrapper_1o3gh_691 {
347
- max-height: 100vh;
348
- overflow-y: scroll;
349
- padding-bottom: 50px;
350
- }
351
-
352
- ._btn_1o3gh_703 {
353
- display: block;
354
- position: relative;
355
- }
356
-
357
- ._sub_menu_1o3gh_713 {
358
- overflow: hidden;
359
- max-height: 0;
360
- transition: max-height 0.8s ease-out;
361
- background: #fff;
362
- overflow-y: scroll;
363
- }
364
-
365
- ._sub_menu_1o3gh_713 a,
366
- ._sub_menu_1o3gh_713 span {
367
- display: block;
368
- padding: 12px 14px 12px 64px;
369
- position: relative;
370
- color: #323339;
371
- text-decoration: none;
372
- }
373
-
374
- ._sub_menu_1o3gh_713 ._main_1o3gh_51 {
375
- font-weight: 700;
376
- }
377
-
378
- ._sub_menu_1o3gh_713 > * {
379
- border-top: 1px solid #ebebeb;
380
- }
381
-
382
- ._dd_footer_1o3gh_763 {
383
- justify-content: flex-end;
384
- flex: 1 1 0%;
385
- align-items: end;
386
- font-size: 11px;
387
- letter-spacing: 0.3px;
388
- }
389
-
390
- @media (max-width: 1121px) {
391
- ._mobile_logo_1o3gh_399 {
392
- position: absolute;
393
- transform: translateX(-50%);
394
- left: 50%;
395
- flex: none;
396
- }
397
- }
398
-
399
- @media (max-width: 1280px) and (min-width: 1024px) {
400
- ._wrapper_1o3gh_9 {
401
- width: calc(100% - 28px);
402
- }
403
- ._main_nav_link_1o3gh_51 > a {
404
- padding: 4px 6px;
405
- font-size: 15px;
406
- }
407
- ._desktop_only_1o3gh_813 > a {
408
- font-size: 15px;
409
- }
410
- }
411
-
412
- @media (max-width: 1023px) {
413
- ._desktop_only_1o3gh_813 {
414
- display: none !important;
415
- }
416
- }
417
-
418
- @media (max-width: 768px) {
419
- ._wrapper_1o3gh_9 {
420
- width: calc(100% - 48px);
421
- }
422
-
423
- ._mobile_header_1o3gh_23 button {
424
- right: 1.5rem;
425
- }
426
-
427
- ._mobile_nav_item_1o3gh_501 > a {
428
- padding: 16px 24px;
429
- }
430
-
431
- ._sub_menu_1o3gh_713 a,
432
- ._sub_menu_1o3gh_713 span {
433
- padding-left: 48px;
434
- }
435
-
436
- ._mobile_nav_item_1o3gh_501._has_dropdown_1o3gh_531::before {
437
- right: 72px;
438
- }
439
-
440
- ._mobile_footer_content_1o3gh_593 {
441
- padding-right: 15px;
442
- padding-left: 24px;
443
- }
444
- }
445
-
446
- @media (max-width: 450px) {
447
- ._footer_cta_1o3gh_635 a {
448
- white-space: break-spaces;
449
- width: 100%;
450
- text-align: center;
451
- }
452
- }
453
-
454
- @media (min-width: 1024px) {
455
- ._mobile_only_1o3gh_387 {
456
- display: none !important;
457
- }
458
- }
1
+ ._header_wsc8a_1 {
2
+ border-bottom: 1px solid #ebebeb;
3
+ }
4
+
5
+ ._wrapper_wsc8a_5 {
6
+ width: calc(100% - 80px);
7
+ margin-left: auto;
8
+ margin-right: auto;
9
+ }
10
+
11
+ ._header_main_row_wsc8a_11,
12
+ ._mobile_header_wsc8a_12 {
13
+ min-height: 80px;
14
+ padding-top: 1rem;
15
+ padding-bottom: 0.5rem;
16
+ }
17
+
18
+ ._logo_wrap_wsc8a_18 {
19
+ padding: 9px 6px;
20
+ }
21
+
22
+ ._primary_links_wsc8a_22 {
23
+ margin-left: 30px;
24
+ }
25
+
26
+ ._main_nav_link_wsc8a_26 {
27
+ padding: 10px 8px;
28
+ text-align: center;
29
+ }
30
+
31
+ ._main_nav_link_wsc8a_26 .active {
32
+ border-color: currentColor;
33
+ transition: border-color 0.5s ease;
34
+ font-weight: 700;
35
+ }
36
+
37
+ ._main_nav_link_wsc8a_26 > a {
38
+ color: #1e262f;
39
+ display: inline-block;
40
+ font-size: 16px;
41
+ padding: 4px 26px;
42
+ border-bottom: 4px solid transparent;
43
+ }
44
+
45
+ ._sub_nav_link_wsc8a_45 a,
46
+ ._main_nav_link_wsc8a_26 a,
47
+ ._signin_wrap_wsc8a_47 a,
48
+ ._signin_btn_wsc8a_48 {
49
+ text-decoration: none;
50
+ transition: opacity 0.3s ease;
51
+ }
52
+
53
+ ._sub_nav_link_wsc8a_45:hover,
54
+ ._main_nav_link_wsc8a_26 a:hover,
55
+ ._signin_wrap_wsc8a_47 a:hover {
56
+ opacity: 0.8;
57
+ }
58
+
59
+ ._signin_wrap_wsc8a_47 .link {
60
+ text-decoration: none;
61
+ padding: 8px;
62
+ }
63
+
64
+ ._signin_btn_wsc8a_48 {
65
+ border-color: transparent;
66
+ background-color: #1e262f;
67
+ color: #fff;
68
+ padding: 11px 24px;
69
+ font-size: 16px;
70
+ font-weight: 700;
71
+ line-height: 1.44;
72
+ border-radius: 8px;
73
+ margin-left: 8px;
74
+ cursor: pointer;
75
+ }
76
+
77
+ ._signin_btn_wsc8a_48:hover {
78
+ color: #1e262f;
79
+ background-color: transparent;
80
+ opacity: 0.9;
81
+ }
82
+
83
+ ._signin_btn_wsc8a_48:hover > svg path {
84
+ fill: #1e262f;
85
+ }
86
+
87
+ ._signin_btn_wsc8a_48 > span {
88
+ margin-right: 8px;
89
+ }
90
+
91
+ ._sub_nav_wsc8a_45 {
92
+ background-color: #1e262f;
93
+ color: #fff;
94
+ }
95
+
96
+ ._header_sub_row_wsc8a_96 {
97
+ min-height: 48px;
98
+ position: relative;
99
+ }
100
+
101
+ ._sub_nav_link_wsc8a_45 {
102
+ padding-inline: 1rem;
103
+ text-align: center;
104
+ color: #fff;
105
+ }
106
+
107
+ ._sub_nav_link_wsc8a_45 a {
108
+ display: flex;
109
+ align-items: center;
110
+ font-weight: 500;
111
+ line-height: 1.5;
112
+ padding: 12px 9.5px;
113
+ }
114
+
115
+ ._sub_nav_link_wsc8a_45 a:hover {
116
+ background: linear-gradient(207deg, transparent, rgb(255 255 255 / 28%));
117
+ }
118
+
119
+ ._signin_dropdown_wsc8a_119 {
120
+ display: none;
121
+ min-width: 288px;
122
+ padding: 1.5rem 1rem;
123
+ position: absolute;
124
+ right: 0;
125
+ top: 100%;
126
+ z-index: 1204;
127
+ }
128
+
129
+ ._shadow_wsc8a_129 {
130
+ box-shadow: 0px 8px 16px 0px rgba(30, 38, 47, 0.2);
131
+ border: 0.5px solid rgb(255 255 255 / 14%);
132
+ border-top: none;
133
+ }
134
+
135
+ ._signin_subheader_wsc8a_135 {
136
+ color: #323339;
137
+ padding: 0.5rem 0.5rem 0.5rem 1.5rem;
138
+ }
139
+
140
+ ._signin_subheader_wsc8a_135 a {
141
+ line-height: 1.5;
142
+ }
143
+
144
+ @keyframes _fadeInDown_wsc8a_1 {
145
+ from {
146
+ opacity: 0;
147
+ transform: translate3d(0, -1%, 0);
148
+ }
149
+
150
+ to {
151
+ opacity: 1;
152
+ transform: none;
153
+ }
154
+ }
155
+
156
+ ._opacity_wsc8a_156 {
157
+ animation-duration: 0.5s;
158
+ animation-fill-mode: both;
159
+ animation-name: _fadeInDown_wsc8a_1;
160
+ }
161
+
162
+ ._open_wsc8a_162 {
163
+ opacity: 0.8;
164
+ }
165
+
166
+ ._open_wsc8a_162 > svg {
167
+ transform: scaleY(-1);
168
+ }
169
+
170
+ ._open_wsc8a_162 + ._signin_dropdown_wsc8a_119 {
171
+ display: block;
172
+ }
173
+
174
+ ._sub_nav_link_wsc8a_45:hover,
175
+ ._signin_wrap_wsc8a_47 a:hover,
176
+ ._main_nav_link_wsc8a_26 a:not(.active):hover {
177
+ text-decoration: underline;
178
+ }
179
+
180
+ ._hamburger_wsc8a_180 {
181
+ background: transparent;
182
+ border: none;
183
+ font-size: 0px;
184
+ line-height: 1;
185
+ outline: none;
186
+ }
187
+
188
+ ._hamburger_wsc8a_180:hover,
189
+ ._mobile_header_wsc8a_12 button:hover {
190
+ cursor: pointer;
191
+ opacity: 0.8;
192
+ }
193
+
194
+ ._signin_wrap_wsc8a_47 > ._mobile_only_wsc8a_194 > a {
195
+ color: #4a5560;
196
+ padding: 0;
197
+ line-height: 1;
198
+ }
199
+
200
+ ._mobile_logo_wsc8a_200 {
201
+ flex: 1 1 0%;
202
+ text-align: center;
203
+ }
204
+
205
+ ._highlight_wsc8a_205 > a {
206
+ border-bottom: none;
207
+ color: #1e262f;
208
+ font-weight: 700;
209
+ line-height: 1.44;
210
+ }
211
+
212
+ ._mobile_header_wsc8a_12 {
213
+ border-bottom: 1px solid #ebebeb;
214
+ display: grid;
215
+ padding-bottom: 1rem;
216
+ place-items: center;
217
+ }
218
+
219
+ ._mobile_header_wsc8a_12 p {
220
+ font: 400 20px / 1.3 var(--header-font-family);
221
+ }
222
+
223
+ ._mobile_header_wsc8a_12 button {
224
+ background: none;
225
+ border: none;
226
+ position: absolute;
227
+ right: 40px;
228
+ top: 50%;
229
+ transform: translateY(-50%);
230
+ }
231
+
232
+ ._mobile_nav_wsc8a_232 {
233
+ border-right: 1px solid #ebebeb;
234
+ left: -100%;
235
+ min-height: 100vh;
236
+ position: fixed;
237
+ top: 0;
238
+ transition: all 0.4s ease-in-out;
239
+ width: 100%;
240
+ z-index: 999;
241
+ }
242
+
243
+ ._mobile_opened_wsc8a_243 {
244
+ left: 0%;
245
+ }
246
+
247
+ body:has(._mobile_opened_wsc8a_243) {
248
+ overflow-y: hidden;
249
+ }
250
+
251
+ ._mobile_nav_item_wsc8a_251 {
252
+ background-color: #f4f4f4;
253
+ border-bottom: 1px solid #ebebeb;
254
+ }
255
+
256
+ ._mobile_nav_item_wsc8a_251 > a {
257
+ color: #323339;
258
+ display: flex;
259
+ font-weight: 700;
260
+ line-height: 1.5;
261
+ padding: 16px 40px;
262
+ text-decoration: none;
263
+ width: 100%;
264
+ }
265
+
266
+ ._mobile_nav_item_wsc8a_251._has_dropdown_wsc8a_266 {
267
+ background-color: #f4f4f4;
268
+ isolation: isolate;
269
+ position: relative;
270
+ }
271
+
272
+ ._mobile_nav_item_wsc8a_251._has_dropdown_wsc8a_266::before {
273
+ content: "";
274
+ background-color: #ebebeb;
275
+ height: 100%;
276
+ position: absolute;
277
+ right: 104px;
278
+ top: 0;
279
+ width: 1px;
280
+ z-index: -1;
281
+ }
282
+
283
+ ._mobile_nav_item_wsc8a_251._has_dropdown_wsc8a_266 > a {
284
+ color: #1e3860;
285
+ }
286
+
287
+ ._icon_wrap_wsc8a_287 {
288
+ line-height: 1;
289
+ height: 24px;
290
+ }
291
+
292
+ ._mobile_footer_wsc8a_292 {
293
+ position: relative;
294
+ width: 100%;
295
+ }
296
+
297
+ ._mobile_footer_content_wsc8a_297 {
298
+ background-color: #f4f4f4;
299
+ flex: 1 1 0%;
300
+ padding: 16px 24px 16px 40px;
301
+ }
302
+
303
+ ._mobile_footer_content_wsc8a_297 p {
304
+ line-height: 1.5;
305
+ text-overflow: ellipsis;
306
+ display: -webkit-box;
307
+ -webkit-box-orient: vertical;
308
+ line-clamp: 2;
309
+ -webkit-line-clamp: 2;
310
+ }
311
+
312
+ ._mobile_footer_media_wsc8a_312 {
313
+ flex-basis: min(42%, 300px);
314
+ background: url("https://images.axos.com/o9ov1v03uwqk/7eptb6tVSWJJbpHWmwjC50/7f09f3cb9b2255ccfa2d0a0095bee307/axc-footer.png")
315
+ no-repeat 81% / cover;
316
+ }
317
+
318
+ ._footer_cta_wsc8a_318 {
319
+ margin-top: 3px;
320
+ }
321
+
322
+ ._footer_cta_wsc8a_318 a {
323
+ border-radius: 4px;
324
+ border: 2px solid transparent;
325
+ color: #fff;
326
+ display: inline-block;
327
+ font-weight: 700;
328
+ padding: 4px 32px;
329
+ text-decoration: none;
330
+ }
331
+
332
+ ._footer_cta_wsc8a_318 a:hover {
333
+ background-color: transparent;
334
+ text-decoration: underline;
335
+ }
336
+
337
+ ._footer_cta_wsc8a_318 a:active {
338
+ border-color: transparent;
339
+ color: #fff;
340
+ }
341
+
342
+ ._mobile_footer_wsc8a_292 > .flex_row {
343
+ min-height: 112px;
344
+ }
345
+
346
+ ._inner_wrapper_wsc8a_346 {
347
+ max-height: 100vh;
348
+ overflow-y: scroll;
349
+ padding-bottom: 50px;
350
+ }
351
+
352
+ ._btn_wsc8a_352 {
353
+ display: block;
354
+ position: relative;
355
+ }
356
+
357
+ ._sub_menu_wsc8a_357 {
358
+ overflow: hidden;
359
+ max-height: 0;
360
+ transition: max-height 0.8s ease-out;
361
+ background: #fff;
362
+ overflow-y: scroll;
363
+ }
364
+
365
+ ._sub_menu_wsc8a_357 a,
366
+ ._sub_menu_wsc8a_357 span {
367
+ display: block;
368
+ padding: 12px 14px 12px 64px;
369
+ position: relative;
370
+ color: #323339;
371
+ text-decoration: none;
372
+ }
373
+
374
+ ._sub_menu_wsc8a_357 ._main_wsc8a_26 {
375
+ font-weight: 700;
376
+ }
377
+
378
+ ._sub_menu_wsc8a_357 > * {
379
+ border-top: 1px solid #ebebeb;
380
+ }
381
+
382
+ ._dd_footer_wsc8a_382 {
383
+ justify-content: flex-end;
384
+ flex: 1 1 0%;
385
+ align-items: end;
386
+ font-size: 11px;
387
+ letter-spacing: 0.3px;
388
+ }
389
+
390
+ @media (max-width: 1121px) {
391
+ ._mobile_logo_wsc8a_200 {
392
+ position: absolute;
393
+ transform: translateX(-50%);
394
+ left: 50%;
395
+ flex: none;
396
+ }
397
+ }
398
+
399
+ @media (max-width: 1280px) and (min-width: 1024px) {
400
+ ._wrapper_wsc8a_5 {
401
+ width: calc(100% - 28px);
402
+ }
403
+ ._main_nav_link_wsc8a_26 > a {
404
+ padding: 4px 6px;
405
+ font-size: 15px;
406
+ }
407
+ ._desktop_only_wsc8a_407 > a {
408
+ font-size: 15px;
409
+ }
410
+ }
411
+
412
+ @media (max-width: 1023px) {
413
+ ._desktop_only_wsc8a_407 {
414
+ display: none !important;
415
+ }
416
+ }
417
+
418
+ @media (max-width: 768px) {
419
+ ._wrapper_wsc8a_5 {
420
+ width: calc(100% - 48px);
421
+ }
422
+
423
+ ._mobile_header_wsc8a_12 button {
424
+ right: 1.5rem;
425
+ }
426
+
427
+ ._mobile_nav_item_wsc8a_251 > a {
428
+ padding: 16px 24px;
429
+ }
430
+
431
+ ._sub_menu_wsc8a_357 a,
432
+ ._sub_menu_wsc8a_357 span {
433
+ padding-left: 48px;
434
+ }
435
+
436
+ ._mobile_nav_item_wsc8a_251._has_dropdown_wsc8a_266::before {
437
+ right: 72px;
438
+ }
439
+
440
+ ._mobile_footer_content_wsc8a_297 {
441
+ padding-right: 15px;
442
+ padding-left: 24px;
443
+ }
444
+ }
445
+
446
+ @media (max-width: 450px) {
447
+ ._footer_cta_wsc8a_318 a {
448
+ white-space: break-spaces;
449
+ width: 100%;
450
+ text-align: center;
451
+ }
452
+ }
453
+
454
+ @media (min-width: 1024px) {
455
+ ._mobile_only_wsc8a_194 {
456
+ display: none !important;
457
+ }
458
+ }