@axos-web-dev/shared-components 1.0.100-dev.6 → 1.0.100-dev.8

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 +18 -0
  16. package/dist/Chatbot/ChatWindow.css.js +39 -0
  17. package/dist/Chatbot/ChatWindow.d.ts +29 -0
  18. package/dist/Chatbot/ChatWindow.js +396 -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 +40 -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 +195 -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 +213 -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 +37 -0
  92. package/package.json +136 -133
@@ -1,597 +1,597 @@
1
- ._header_18tu3_1 {
2
- border-bottom: 1px solid #ebebeb;
3
- }
4
-
5
- ._wrapper_18tu3_9 {
6
- margin-inline: auto;
7
- width: calc(100% - 80px);
8
- }
9
-
10
- ._header_main_row_18tu3_19,
11
- ._mobile_header_18tu3_21 {
12
- min-height: 80px;
13
- padding-top: 1rem;
14
- padding-bottom: 0.5rem;
15
- }
16
-
17
- ._logo_wrap_18tu3_33 {
18
- padding: 9px 6px;
19
- }
20
-
21
- ._primary_links_18tu3_41 {
22
- margin-left: 30px;
23
- }
24
-
25
- ._main_nav_link_18tu3_49 {
26
- padding: 10px 8px;
27
- text-align: center;
28
- }
29
-
30
- ._main_nav_link_18tu3_49 .active {
31
- border-color: currentColor;
32
- transition: border-color 0.5s ease;
33
- }
34
-
35
- ._main_nav_link_18tu3_49 .active {
36
- font-weight: 700;
37
- }
38
-
39
- ._main_nav_link_18tu3_49 > a {
40
- color: #1e3860;
41
- display: inline-block;
42
- font-size: 16px;
43
- padding: 4px 26px;
44
- border-bottom: 4px solid transparent;
45
- }
46
-
47
- ._sub_nav_link_18tu3_93 a,
48
- ._main_nav_link_18tu3_49 a,
49
- ._signin_wrap_18tu3_97 a,
50
- ._signin_btn_18tu3_99 {
51
- text-decoration: none;
52
- word-break: normal;
53
- transition: opacity 0.3s ease;
54
- }
55
-
56
- ._sub_nav_link_18tu3_93:hover,
57
- ._main_nav_link_18tu3_49 a:hover,
58
- ._signin_wrap_18tu3_97 a:hover {
59
- opacity: 0.8;
60
- }
61
-
62
- ._signin_wrap_18tu3_97 .link {
63
- text-decoration: none;
64
- padding: 8px;
65
- }
66
-
67
- ._signin_btn_18tu3_99 {
68
- border-radius: 8px;
69
- border-color: transparent;
70
- color: #fff;
71
- cursor: pointer;
72
- font-size: 16px;
73
- font-weight: 700;
74
- line-height: 1.44;
75
- margin-left: 8px;
76
- padding: 11px 24px;
77
- }
78
-
79
- ._signin_btn_18tu3_99:hover {
80
- background-color: transparent;
81
- opacity: 0.9;
82
- }
83
-
84
- ._signin_btn_18tu3_99 > span {
85
- margin-right: 8px;
86
- }
87
-
88
- ._header_sub_row_18tu3_175 {
89
- min-height: 48px;
90
- position: relative;
91
- }
92
-
93
- ._sub_nav_link_18tu3_93 {
94
- color: #fff;
95
- padding-inline: 1rem;
96
- text-align: center;
97
- }
98
-
99
- ._sub_nav_link_18tu3_93 a {
100
- align-items: center;
101
- display: flex;
102
- font-weight: 500;
103
- line-height: 1.5;
104
- padding: 12px 0px;
105
- }
106
-
107
- ._signin_dropdown_18tu3_213 {
108
- display: none;
109
- min-width: 288px;
110
- padding: 1.5rem 1rem;
111
- position: absolute;
112
- right: 0;
113
- top: 100%;
114
- z-index: 1204;
115
- }
116
-
117
- ._shadow_18tu3_233 {
118
- box-shadow: 0px 8px 16px 0px rgba(30, 38, 47, 0.2);
119
- }
120
-
121
- ._signin_dropdown_18tu3_213 li[role="heading"] {
122
- margin-top: 1px;
123
- }
124
-
125
- ._signin_header_18tu3_249 {
126
- color: #323339;
127
- font-weight: 700;
128
- padding: 0.5rem 1rem;
129
- text-align: left;
130
- }
131
-
132
- ._signin_subheader_18tu3_263 {
133
- color: #2f5b88;
134
- padding: 0.5rem 0.5rem 0.5rem 1.5rem;
135
- }
136
-
137
- ._signin_header_18tu3_249,
138
- ._signin_subheader_18tu3_263 a {
139
- line-height: 1.5;
140
- }
141
-
142
- @keyframes _fadeInDown_18tu3_1 {
143
- from {
144
- opacity: 0;
145
- transform: translate3d(0, -1%, 0);
146
- }
147
-
148
- to {
149
- opacity: 1;
150
- transform: none;
151
- }
152
- }
153
-
154
- ._opacity_18tu3_307 {
155
- animation-duration: 0.5s;
156
- animation-fill-mode: both;
157
- animation-name: _fadeInDown_18tu3_1;
158
- }
159
-
160
- ._footer_18tu3_319 {
161
- margin-top: 0.5rem;
162
- padding-top: 1rem;
163
- }
164
-
165
- ._footer_18tu3_319::before {
166
- content: "";
167
- background-color: #8f8f8f;
168
- height: 2px;
169
- opacity: 0.3;
170
- position: absolute;
171
- right: 8px;
172
- top: 0;
173
- width: 94%;
174
- }
175
-
176
- ._open_18tu3_351 {
177
- opacity: 0.8;
178
- }
179
-
180
- ._open_18tu3_351 > svg {
181
- transform: scaleY(-1);
182
- }
183
-
184
- ._open_18tu3_351 + ._signin_dropdown_18tu3_213 {
185
- display: block;
186
- }
187
-
188
- ._dd_wrapper_18tu3_375 {
189
- z-index: 1203;
190
- max-width: 1440px;
191
- }
192
-
193
- ._dd_media_18tu3_385 {
194
- padding: 1.5rem;
195
- width: 280px;
196
- }
197
-
198
- ._dd_media_img_18tu3_395 {
199
- min-height: 232px;
200
- }
201
-
202
- ._dd_site_navs_18tu3_403 {
203
- flex: 1 1 0%;
204
- padding: 1.5rem;
205
- display: flex;
206
- flex-direction: column;
207
- }
208
-
209
- ._dd_media_header_18tu3_417 p {
210
- font-size: 14px;
211
- line-height: 1.42;
212
- }
213
-
214
- ._dd_media_header_18tu3_417 p[role="heading"] {
215
- font: 600 1.25rem/ 1.4 var(--header-font-family);
216
- }
217
-
218
- ._mt_8_18tu3_435 {
219
- margin-top: 8px;
220
- }
221
-
222
- ._mt_16_18tu3_443 {
223
- margin-top: 1rem;
224
- }
225
-
226
- ._ml_8_18tu3_451 {
227
- margin-left: 8px;
228
- }
229
-
230
- ._dd_media_cta_18tu3_459 > a {
231
- border-radius: 8px;
232
- color: #1e3860 !important;
233
- display: inline-block;
234
- font-size: 1.125rem;
235
- font-weight: 700;
236
- line-height: 1.44;
237
- padding: 12px;
238
- text-decoration: none;
239
- width: 100%;
240
- transition: all 0.25s ease;
241
- border: 2px solid transparent;
242
- }
243
-
244
- ._reversed_row_18tu3_487 {
245
- flex-direction: row-reverse;
246
- }
247
-
248
- ._dd_media_cta_18tu3_459 > a:hover {
249
- background-color: transparent;
250
- border-color: #fff;
251
- color: #fff;
252
- }
253
-
254
- ._dd_media_cta_18tu3_459 > a:active {
255
- background-color: #fff;
256
- border-color: transparent;
257
- color: #1e3860 !important;
258
- }
259
-
260
- ._headline_18tu3_519 > p {
261
- font: 600 1.5rem / 1.33 var(--header-font-family);
262
- flex: 1 1 0%;
263
- color: #1e3860;
264
- }
265
-
266
- ._nav_anchor_18tu3_531 {
267
- width: 1.5rem;
268
- height: 1.5rem;
269
- aspect-ratio: 1;
270
- background-color: #4a5560;
271
- border-radius: 8px;
272
- }
273
-
274
- ._headline_cta_18tu3_547 {
275
- margin-left: 8px;
276
- }
277
-
278
- ._headline_cta_18tu3_547 > a {
279
- font-weight: 700;
280
- line-height: 1.5;
281
- text-decoration: none;
282
- color: #1e3860;
283
- }
284
-
285
- ._sub_nav_link_18tu3_93:hover,
286
- ._signin_wrap_18tu3_97 a:hover,
287
- ._main_nav_link_18tu3_49 a:not(.active):hover,
288
- ._dd_site_navs_18tu3_403 a:hover,
289
- ._site_lists_18tu3_577 a:hover {
290
- text-decoration: underline;
291
- }
292
-
293
- ._dd_site_navs_18tu3_403 hr {
294
- border-style: solid;
295
- border-width: 1px;
296
- color: #a0aab3;
297
- margin: 1.5rem 0;
298
- opacity: 0.3;
299
- position: relative;
300
- }
301
-
302
- ._site_lists_18tu3_577 {
303
- padding-bottom: 1.5rem;
304
- }
305
-
306
- ._site_lists_18tu3_577 > * {
307
- width: 100%;
308
- }
309
-
310
- ._site_lists_18tu3_577 a {
311
- color: #323339;
312
- text-decoration: none;
313
- }
314
-
315
- ._site_lists_18tu3_577 [role="heading"] {
316
- color: #1e3860;
317
- font-weight: 700;
318
- }
319
-
320
- ._site_lists_18tu3_577 li + li {
321
- margin-top: 8px;
322
- }
323
-
324
- ._hamburger_18tu3_647 {
325
- background: transparent;
326
- border: none;
327
- font-size: 0px;
328
- line-height: 1;
329
- outline: none;
330
- }
331
-
332
- ._hamburger_18tu3_647:hover,
333
- ._mobile_header_18tu3_21 button:hover {
334
- cursor: pointer;
335
- opacity: 0.8;
336
- }
337
-
338
- ._signin_wrap_18tu3_97 > ._mobile_only_18tu3_675 > a {
339
- color: #4a5560;
340
- padding: 0;
341
- line-height: 1;
342
- }
343
-
344
- ._mobile_logo_18tu3_687 {
345
- flex: 1 1 0%;
346
- text-align: center;
347
- }
348
-
349
- ._highlight_18tu3_697 > a {
350
- border-bottom: none;
351
- color: #2f5b88;
352
- font-weight: 700;
353
- line-height: 1.44;
354
- }
355
-
356
- @media (max-width: 1121px) {
357
- ._mobile_logo_18tu3_687 {
358
- position: absolute;
359
- transform: translateX(-50%);
360
- left: 50%;
361
- flex: none;
362
- }
363
- }
364
-
365
- ._mobile_header_18tu3_21 {
366
- padding-bottom: 1rem;
367
- display: grid;
368
- place-items: center;
369
- border-bottom: 1px solid #ebebeb;
370
- }
371
-
372
- ._mobile_header_18tu3_21 p {
373
- font: 400 20px / 1.3 var(--header-font-family);
374
- }
375
-
376
- ._mobile_header_18tu3_21 button {
377
- background: none;
378
- border: none;
379
- position: absolute;
380
- right: 40px;
381
- top: 50%;
382
- transform: translateY(-50%);
383
- }
384
-
385
- ._mobile_nav_18tu3_769 {
386
- border-right: 1px solid #ebebeb;
387
- left: -100%;
388
- min-height: 100vh;
389
- position: fixed !important;
390
- top: 0;
391
- transition: all 0.4s ease-in-out;
392
- width: 100%;
393
- z-index: 999;
394
- }
395
-
396
- ._mobile_opened_18tu3_791 {
397
- left: 0%;
398
- }
399
-
400
- body:has(._mobile_opened_18tu3_791) {
401
- overflow-y: hidden;
402
- }
403
-
404
- ._mobile_nav_item_18tu3_807 {
405
- background-color: #f4f4f4;
406
- border-bottom: 1px solid #ebebeb;
407
- }
408
-
409
- ._mobile_nav_item_18tu3_807 > a {
410
- color: #323339;
411
- display: flex;
412
- font-weight: 700;
413
- line-height: 1.5;
414
- padding: 16px 40px;
415
- text-decoration: none;
416
- width: 100%;
417
- }
418
-
419
- ._mobile_nav_item_18tu3_807._has_dropdown_18tu3_837 {
420
- background-color: #f4f4f4;
421
- isolation: isolate;
422
- position: relative;
423
- }
424
-
425
- ._mobile_nav_item_18tu3_807._has_dropdown_18tu3_837::before {
426
- content: "";
427
- background-color: #ebebeb;
428
- height: 100%;
429
- position: absolute;
430
- right: 104px;
431
- top: 0;
432
- width: 1px;
433
- z-index: -1;
434
- }
435
-
436
- ._mobile_nav_item_18tu3_807._has_dropdown_18tu3_837 > a {
437
- color: #1e3860;
438
- }
439
-
440
- ._icon_wrap_18tu3_879 {
441
- line-height: 1;
442
- height: 24px;
443
- }
444
-
445
- ._mobile_footer_18tu3_889 {
446
- position: relative;
447
- width: 100%;
448
- }
449
-
450
- ._mobile_footer_content_18tu3_899 {
451
- background-color: #f4f4f4;
452
- flex: 1 1 0%;
453
- padding: 16px 24px 16px 40px;
454
- }
455
-
456
- ._mobile_footer_content_18tu3_899 p {
457
- line-height: 1.5;
458
- text-overflow: ellipsis;
459
- display: -webkit-box;
460
- -webkit-box-orient: vertical;
461
- -webkit-line-clamp: 2;
462
- }
463
-
464
- ._mobile_footer_media_18tu3_927 {
465
- flex-basis: 42%;
466
- background: url("https://images.axos.com/o9ov1v03uwqk/5LzVOJ16CkxenX8yTyoeHe/71d6e3fafbeeef1074dfa4160a94d1ae/axos-advisor-contact-us-today-as295109964_.webp")
467
- no-repeat center center / cover;
468
- }
469
-
470
- ._footer_cta_18tu3_939 {
471
- margin-top: 3px;
472
- }
473
-
474
- ._footer_cta_18tu3_939 a {
475
- border-radius: 4px;
476
- border: 2px solid transparent;
477
- color: #fff;
478
- display: inline-block;
479
- font-weight: 700;
480
- padding: 4px 32px;
481
- text-decoration: none;
482
- }
483
-
484
- ._footer_cta_18tu3_939 a:hover {
485
- background-color: transparent;
486
- text-decoration: underline;
487
- }
488
-
489
- ._footer_cta_18tu3_939 a:active {
490
- border-color: transparent;
491
- color: #fff;
492
- }
493
-
494
- ._mobile_footer_18tu3_889 > .flex_row {
495
- min-height: 112px;
496
- }
497
-
498
- ._inner_wrapper_18tu3_995 {
499
- max-height: 100vh;
500
- overflow-y: scroll;
501
- }
502
-
503
- ._btn_18tu3_1005 {
504
- display: block;
505
- position: relative;
506
- }
507
-
508
- ._sub_menu_18tu3_1015 {
509
- overflow: hidden;
510
- max-height: 0;
511
- transition: max-height 0.8s ease-out;
512
- background: #fff;
513
- overflow-y: scroll;
514
- }
515
-
516
- ._sub_menu_18tu3_1015 a,
517
- ._sub_menu_18tu3_1015 span {
518
- display: block;
519
- padding: 12px 14px 12px 64px;
520
- position: relative;
521
- color: #323339;
522
- text-decoration: none;
523
- }
524
-
525
- ._sub_menu_18tu3_1015 ._main_18tu3_49 {
526
- font-weight: 700;
527
- }
528
-
529
- ._sub_menu_18tu3_1015 a + a {
530
- border-top: 1px solid #ebebeb;
531
- }
532
-
533
- ._dd_footer_18tu3_1065 {
534
- justify-content: flex-end;
535
- flex: 1 1 0%;
536
- align-items: end;
537
- font-size: 11px;
538
- letter-spacing: 0.3px;
539
- }
540
-
541
- @media (max-width: 1280px) and (min-width: 1121px) {
542
- ._wrapper_18tu3_9 {
543
- width: calc(100% - 28px);
544
- }
545
-
546
- ._dd_wrapper_18tu3_375 > ._wrapper_18tu3_9 {
547
- width: 100%;
548
- }
549
- }
550
-
551
- @media (max-width: 1120px) {
552
- ._desktop_only_18tu3_1103 {
553
- display: none !important;
554
- }
555
- }
556
-
557
- @media (max-width: 768px) {
558
- ._wrapper_18tu3_9 {
559
- width: calc(100% - 48px);
560
- }
561
-
562
- ._mobile_header_18tu3_21 button {
563
- right: 1.5rem;
564
- }
565
-
566
- ._mobile_nav_item_18tu3_807 > a {
567
- padding: 16px 24px;
568
- }
569
-
570
- ._sub_menu_18tu3_1015 a,
571
- ._sub_menu_18tu3_1015 span {
572
- padding-left: 48px;
573
- }
574
-
575
- ._mobile_nav_item_18tu3_807._has_dropdown_18tu3_837::before {
576
- right: 72px;
577
- }
578
-
579
- ._mobile_footer_content_18tu3_899 {
580
- padding-right: 15px;
581
- padding-left: 24px;
582
- }
583
- }
584
-
585
- @media (max-width: 450px) {
586
- ._footer_cta_18tu3_939 a {
587
- white-space: break-spaces;
588
- width: 100%;
589
- text-align: center;
590
- }
591
- }
592
-
593
- @media (min-width: 1121px) {
594
- ._mobile_only_18tu3_675 {
595
- display: none !important;
596
- }
597
- }
1
+ ._header_6da2u_1 {
2
+ border-bottom: 1px solid #ebebeb;
3
+ }
4
+
5
+ ._wrapper_6da2u_5 {
6
+ margin-inline: auto;
7
+ width: calc(100% - 80px);
8
+ }
9
+
10
+ ._header_main_row_6da2u_10,
11
+ ._mobile_header_6da2u_11 {
12
+ min-height: 80px;
13
+ padding-top: 1rem;
14
+ padding-bottom: 0.5rem;
15
+ }
16
+
17
+ ._logo_wrap_6da2u_17 {
18
+ padding: 9px 6px;
19
+ }
20
+
21
+ ._primary_links_6da2u_21 {
22
+ margin-left: 30px;
23
+ }
24
+
25
+ ._main_nav_link_6da2u_25 {
26
+ padding: 10px 8px;
27
+ text-align: center;
28
+ }
29
+
30
+ ._main_nav_link_6da2u_25 .active {
31
+ border-color: currentColor;
32
+ transition: border-color 0.5s ease;
33
+ }
34
+
35
+ ._main_nav_link_6da2u_25 .active {
36
+ font-weight: 700;
37
+ }
38
+
39
+ ._main_nav_link_6da2u_25 > a {
40
+ color: #1e3860;
41
+ display: inline-block;
42
+ font-size: 16px;
43
+ padding: 4px 26px;
44
+ border-bottom: 4px solid transparent;
45
+ }
46
+
47
+ ._sub_nav_link_6da2u_47 a,
48
+ ._main_nav_link_6da2u_25 a,
49
+ ._signin_wrap_6da2u_49 a,
50
+ ._signin_btn_6da2u_50 {
51
+ text-decoration: none;
52
+ word-break: normal;
53
+ transition: opacity 0.3s ease;
54
+ }
55
+
56
+ ._sub_nav_link_6da2u_47:hover,
57
+ ._main_nav_link_6da2u_25 a:hover,
58
+ ._signin_wrap_6da2u_49 a:hover {
59
+ opacity: 0.8;
60
+ }
61
+
62
+ ._signin_wrap_6da2u_49 .link {
63
+ text-decoration: none;
64
+ padding: 8px;
65
+ }
66
+
67
+ ._signin_btn_6da2u_50 {
68
+ border-radius: 8px;
69
+ border-color: transparent;
70
+ color: #fff;
71
+ cursor: pointer;
72
+ font-size: 16px;
73
+ font-weight: 700;
74
+ line-height: 1.44;
75
+ margin-left: 8px;
76
+ padding: 11px 24px;
77
+ }
78
+
79
+ ._signin_btn_6da2u_50:hover {
80
+ background-color: transparent;
81
+ opacity: 0.9;
82
+ }
83
+
84
+ ._signin_btn_6da2u_50 > span {
85
+ margin-right: 8px;
86
+ }
87
+
88
+ ._header_sub_row_6da2u_88 {
89
+ min-height: 48px;
90
+ position: relative;
91
+ }
92
+
93
+ ._sub_nav_link_6da2u_47 {
94
+ color: #fff;
95
+ padding-inline: 1rem;
96
+ text-align: center;
97
+ }
98
+
99
+ ._sub_nav_link_6da2u_47 a {
100
+ align-items: center;
101
+ display: flex;
102
+ font-weight: 500;
103
+ line-height: 1.5;
104
+ padding: 12px 0px;
105
+ }
106
+
107
+ ._signin_dropdown_6da2u_107 {
108
+ display: none;
109
+ min-width: 288px;
110
+ padding: 1.5rem 1rem;
111
+ position: absolute;
112
+ right: 0;
113
+ top: 100%;
114
+ z-index: 1204;
115
+ }
116
+
117
+ ._shadow_6da2u_117 {
118
+ box-shadow: 0px 8px 16px 0px rgba(30, 38, 47, 0.2);
119
+ }
120
+
121
+ ._signin_dropdown_6da2u_107 li[role="heading"] {
122
+ margin-top: 1px;
123
+ }
124
+
125
+ ._signin_header_6da2u_125 {
126
+ color: #323339;
127
+ font-weight: 700;
128
+ padding: 0.5rem 1rem;
129
+ text-align: left;
130
+ }
131
+
132
+ ._signin_subheader_6da2u_132 {
133
+ color: #2f5b88;
134
+ padding: 0.5rem 0.5rem 0.5rem 1.5rem;
135
+ }
136
+
137
+ ._signin_header_6da2u_125,
138
+ ._signin_subheader_6da2u_132 a {
139
+ line-height: 1.5;
140
+ }
141
+
142
+ @keyframes _fadeInDown_6da2u_1 {
143
+ from {
144
+ opacity: 0;
145
+ transform: translate3d(0, -1%, 0);
146
+ }
147
+
148
+ to {
149
+ opacity: 1;
150
+ transform: none;
151
+ }
152
+ }
153
+
154
+ ._opacity_6da2u_154 {
155
+ animation-duration: 0.5s;
156
+ animation-fill-mode: both;
157
+ animation-name: _fadeInDown_6da2u_1;
158
+ }
159
+
160
+ ._footer_6da2u_160 {
161
+ margin-top: 0.5rem;
162
+ padding-top: 1rem;
163
+ }
164
+
165
+ ._footer_6da2u_160::before {
166
+ content: "";
167
+ background-color: #8f8f8f;
168
+ height: 2px;
169
+ opacity: 0.3;
170
+ position: absolute;
171
+ right: 8px;
172
+ top: 0;
173
+ width: 94%;
174
+ }
175
+
176
+ ._open_6da2u_176 {
177
+ opacity: 0.8;
178
+ }
179
+
180
+ ._open_6da2u_176 > svg {
181
+ transform: scaleY(-1);
182
+ }
183
+
184
+ ._open_6da2u_176 + ._signin_dropdown_6da2u_107 {
185
+ display: block;
186
+ }
187
+
188
+ ._dd_wrapper_6da2u_188 {
189
+ z-index: 1203;
190
+ max-width: 1440px;
191
+ }
192
+
193
+ ._dd_media_6da2u_193 {
194
+ padding: 1.5rem;
195
+ width: 280px;
196
+ }
197
+
198
+ ._dd_media_img_6da2u_198 {
199
+ min-height: 232px;
200
+ }
201
+
202
+ ._dd_site_navs_6da2u_202 {
203
+ flex: 1 1 0%;
204
+ padding: 1.5rem;
205
+ display: flex;
206
+ flex-direction: column;
207
+ }
208
+
209
+ ._dd_media_header_6da2u_209 p {
210
+ font-size: 14px;
211
+ line-height: 1.42;
212
+ }
213
+
214
+ ._dd_media_header_6da2u_209 p[role="heading"] {
215
+ font: 600 1.25rem/ 1.4 var(--header-font-family);
216
+ }
217
+
218
+ ._mt_8_6da2u_218 {
219
+ margin-top: 8px;
220
+ }
221
+
222
+ ._mt_16_6da2u_222 {
223
+ margin-top: 1rem;
224
+ }
225
+
226
+ ._ml_8_6da2u_226 {
227
+ margin-left: 8px;
228
+ }
229
+
230
+ ._dd_media_cta_6da2u_230 > a {
231
+ border-radius: 8px;
232
+ color: #1e3860 !important;
233
+ display: inline-block;
234
+ font-size: 1.125rem;
235
+ font-weight: 700;
236
+ line-height: 1.44;
237
+ padding: 12px;
238
+ text-decoration: none;
239
+ width: 100%;
240
+ transition: all 0.25s ease;
241
+ border: 2px solid transparent;
242
+ }
243
+
244
+ ._reversed_row_6da2u_244 {
245
+ flex-direction: row-reverse;
246
+ }
247
+
248
+ ._dd_media_cta_6da2u_230 > a:hover {
249
+ background-color: transparent;
250
+ border-color: #fff;
251
+ color: #fff;
252
+ }
253
+
254
+ ._dd_media_cta_6da2u_230 > a:active {
255
+ background-color: #fff;
256
+ border-color: transparent;
257
+ color: #1e3860 !important;
258
+ }
259
+
260
+ ._headline_6da2u_260 > p {
261
+ font: 600 1.5rem / 1.33 var(--header-font-family);
262
+ flex: 1 1 0%;
263
+ color: #1e3860;
264
+ }
265
+
266
+ ._nav_anchor_6da2u_266 {
267
+ width: 1.5rem;
268
+ height: 1.5rem;
269
+ aspect-ratio: 1;
270
+ background-color: #4a5560;
271
+ border-radius: 8px;
272
+ }
273
+
274
+ ._headline_cta_6da2u_274 {
275
+ margin-left: 8px;
276
+ }
277
+
278
+ ._headline_cta_6da2u_274 > a {
279
+ font-weight: 700;
280
+ line-height: 1.5;
281
+ text-decoration: none;
282
+ color: #1e3860;
283
+ }
284
+
285
+ ._sub_nav_link_6da2u_47:hover,
286
+ ._signin_wrap_6da2u_49 a:hover,
287
+ ._main_nav_link_6da2u_25 a:not(.active):hover,
288
+ ._dd_site_navs_6da2u_202 a:hover,
289
+ ._site_lists_6da2u_289 a:hover {
290
+ text-decoration: underline;
291
+ }
292
+
293
+ ._dd_site_navs_6da2u_202 hr {
294
+ border-style: solid;
295
+ border-width: 1px;
296
+ color: #a0aab3;
297
+ margin: 1.5rem 0;
298
+ opacity: 0.3;
299
+ position: relative;
300
+ }
301
+
302
+ ._site_lists_6da2u_289 {
303
+ padding-bottom: 1.5rem;
304
+ }
305
+
306
+ ._site_lists_6da2u_289 > * {
307
+ width: 100%;
308
+ }
309
+
310
+ ._site_lists_6da2u_289 a {
311
+ color: #323339;
312
+ text-decoration: none;
313
+ }
314
+
315
+ ._site_lists_6da2u_289 [role="heading"] {
316
+ color: #1e3860;
317
+ font-weight: 700;
318
+ }
319
+
320
+ ._site_lists_6da2u_289 li + li {
321
+ margin-top: 8px;
322
+ }
323
+
324
+ ._hamburger_6da2u_324 {
325
+ background: transparent;
326
+ border: none;
327
+ font-size: 0px;
328
+ line-height: 1;
329
+ outline: none;
330
+ }
331
+
332
+ ._hamburger_6da2u_324:hover,
333
+ ._mobile_header_6da2u_11 button:hover {
334
+ cursor: pointer;
335
+ opacity: 0.8;
336
+ }
337
+
338
+ ._signin_wrap_6da2u_49 > ._mobile_only_6da2u_338 > a {
339
+ color: #4a5560;
340
+ padding: 0;
341
+ line-height: 1;
342
+ }
343
+
344
+ ._mobile_logo_6da2u_344 {
345
+ flex: 1 1 0%;
346
+ text-align: center;
347
+ }
348
+
349
+ ._highlight_6da2u_349 > a {
350
+ border-bottom: none;
351
+ color: #2f5b88;
352
+ font-weight: 700;
353
+ line-height: 1.44;
354
+ }
355
+
356
+ @media (max-width: 1121px) {
357
+ ._mobile_logo_6da2u_344 {
358
+ position: absolute;
359
+ transform: translateX(-50%);
360
+ left: 50%;
361
+ flex: none;
362
+ }
363
+ }
364
+
365
+ ._mobile_header_6da2u_11 {
366
+ padding-bottom: 1rem;
367
+ display: grid;
368
+ place-items: center;
369
+ border-bottom: 1px solid #ebebeb;
370
+ }
371
+
372
+ ._mobile_header_6da2u_11 p {
373
+ font: 400 20px / 1.3 var(--header-font-family);
374
+ }
375
+
376
+ ._mobile_header_6da2u_11 button {
377
+ background: none;
378
+ border: none;
379
+ position: absolute;
380
+ right: 40px;
381
+ top: 50%;
382
+ transform: translateY(-50%);
383
+ }
384
+
385
+ ._mobile_nav_6da2u_385 {
386
+ border-right: 1px solid #ebebeb;
387
+ left: -100%;
388
+ min-height: 100vh;
389
+ position: fixed !important;
390
+ top: 0;
391
+ transition: all 0.4s ease-in-out;
392
+ width: 100%;
393
+ z-index: 999;
394
+ }
395
+
396
+ ._mobile_opened_6da2u_396 {
397
+ left: 0%;
398
+ }
399
+
400
+ body:has(._mobile_opened_6da2u_396) {
401
+ overflow-y: hidden;
402
+ }
403
+
404
+ ._mobile_nav_item_6da2u_404 {
405
+ background-color: #f4f4f4;
406
+ border-bottom: 1px solid #ebebeb;
407
+ }
408
+
409
+ ._mobile_nav_item_6da2u_404 > a {
410
+ color: #323339;
411
+ display: flex;
412
+ font-weight: 700;
413
+ line-height: 1.5;
414
+ padding: 16px 40px;
415
+ text-decoration: none;
416
+ width: 100%;
417
+ }
418
+
419
+ ._mobile_nav_item_6da2u_404._has_dropdown_6da2u_419 {
420
+ background-color: #f4f4f4;
421
+ isolation: isolate;
422
+ position: relative;
423
+ }
424
+
425
+ ._mobile_nav_item_6da2u_404._has_dropdown_6da2u_419::before {
426
+ content: "";
427
+ background-color: #ebebeb;
428
+ height: 100%;
429
+ position: absolute;
430
+ right: 104px;
431
+ top: 0;
432
+ width: 1px;
433
+ z-index: -1;
434
+ }
435
+
436
+ ._mobile_nav_item_6da2u_404._has_dropdown_6da2u_419 > a {
437
+ color: #1e3860;
438
+ }
439
+
440
+ ._icon_wrap_6da2u_440 {
441
+ line-height: 1;
442
+ height: 24px;
443
+ }
444
+
445
+ ._mobile_footer_6da2u_445 {
446
+ position: relative;
447
+ width: 100%;
448
+ }
449
+
450
+ ._mobile_footer_content_6da2u_450 {
451
+ background-color: #f4f4f4;
452
+ flex: 1 1 0%;
453
+ padding: 16px 24px 16px 40px;
454
+ }
455
+
456
+ ._mobile_footer_content_6da2u_450 p {
457
+ line-height: 1.5;
458
+ text-overflow: ellipsis;
459
+ display: -webkit-box;
460
+ -webkit-box-orient: vertical;
461
+ -webkit-line-clamp: 2;
462
+ }
463
+
464
+ ._mobile_footer_media_6da2u_464 {
465
+ flex-basis: 42%;
466
+ background: url("https://images.axos.com/o9ov1v03uwqk/5LzVOJ16CkxenX8yTyoeHe/71d6e3fafbeeef1074dfa4160a94d1ae/axos-advisor-contact-us-today-as295109964_.webp")
467
+ no-repeat center center / cover;
468
+ }
469
+
470
+ ._footer_cta_6da2u_470 {
471
+ margin-top: 3px;
472
+ }
473
+
474
+ ._footer_cta_6da2u_470 a {
475
+ border-radius: 4px;
476
+ border: 2px solid transparent;
477
+ color: #fff;
478
+ display: inline-block;
479
+ font-weight: 700;
480
+ padding: 4px 32px;
481
+ text-decoration: none;
482
+ }
483
+
484
+ ._footer_cta_6da2u_470 a:hover {
485
+ background-color: transparent;
486
+ text-decoration: underline;
487
+ }
488
+
489
+ ._footer_cta_6da2u_470 a:active {
490
+ border-color: transparent;
491
+ color: #fff;
492
+ }
493
+
494
+ ._mobile_footer_6da2u_445 > .flex_row {
495
+ min-height: 112px;
496
+ }
497
+
498
+ ._inner_wrapper_6da2u_498 {
499
+ max-height: 100vh;
500
+ overflow-y: scroll;
501
+ }
502
+
503
+ ._btn_6da2u_503 {
504
+ display: block;
505
+ position: relative;
506
+ }
507
+
508
+ ._sub_menu_6da2u_508 {
509
+ overflow: hidden;
510
+ max-height: 0;
511
+ transition: max-height 0.8s ease-out;
512
+ background: #fff;
513
+ overflow-y: scroll;
514
+ }
515
+
516
+ ._sub_menu_6da2u_508 a,
517
+ ._sub_menu_6da2u_508 span {
518
+ display: block;
519
+ padding: 12px 14px 12px 64px;
520
+ position: relative;
521
+ color: #323339;
522
+ text-decoration: none;
523
+ }
524
+
525
+ ._sub_menu_6da2u_508 ._main_6da2u_25 {
526
+ font-weight: 700;
527
+ }
528
+
529
+ ._sub_menu_6da2u_508 a + a {
530
+ border-top: 1px solid #ebebeb;
531
+ }
532
+
533
+ ._dd_footer_6da2u_533 {
534
+ justify-content: flex-end;
535
+ flex: 1 1 0%;
536
+ align-items: end;
537
+ font-size: 11px;
538
+ letter-spacing: 0.3px;
539
+ }
540
+
541
+ @media (max-width: 1280px) and (min-width: 1121px) {
542
+ ._wrapper_6da2u_5 {
543
+ width: calc(100% - 28px);
544
+ }
545
+
546
+ ._dd_wrapper_6da2u_188 > ._wrapper_6da2u_5 {
547
+ width: 100%;
548
+ }
549
+ }
550
+
551
+ @media (max-width: 1120px) {
552
+ ._desktop_only_6da2u_552 {
553
+ display: none !important;
554
+ }
555
+ }
556
+
557
+ @media (max-width: 768px) {
558
+ ._wrapper_6da2u_5 {
559
+ width: calc(100% - 48px);
560
+ }
561
+
562
+ ._mobile_header_6da2u_11 button {
563
+ right: 1.5rem;
564
+ }
565
+
566
+ ._mobile_nav_item_6da2u_404 > a {
567
+ padding: 16px 24px;
568
+ }
569
+
570
+ ._sub_menu_6da2u_508 a,
571
+ ._sub_menu_6da2u_508 span {
572
+ padding-left: 48px;
573
+ }
574
+
575
+ ._mobile_nav_item_6da2u_404._has_dropdown_6da2u_419::before {
576
+ right: 72px;
577
+ }
578
+
579
+ ._mobile_footer_content_6da2u_450 {
580
+ padding-right: 15px;
581
+ padding-left: 24px;
582
+ }
583
+ }
584
+
585
+ @media (max-width: 450px) {
586
+ ._footer_cta_6da2u_470 a {
587
+ white-space: break-spaces;
588
+ width: 100%;
589
+ text-align: center;
590
+ }
591
+ }
592
+
593
+ @media (min-width: 1121px) {
594
+ ._mobile_only_6da2u_338 {
595
+ display: none !important;
596
+ }
597
+ }