@axos-web-dev/shared-components 0.0.223 → 0.0.225

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 (29) hide show
  1. package/README.md +111 -111
  2. package/dist/Avatar/Avatar.module.js +7 -7
  3. package/dist/Blockquote/Blockquote.module.js +3 -3
  4. package/dist/ContentBanner/index.js +25 -7
  5. package/dist/FdicCallout/FdicCallout.module.js +2 -2
  6. package/dist/FooterSiteMap/AxosBank/FooterSiteMap.js +1 -1
  7. package/dist/Interstitial/Interstitial.module.js +10 -10
  8. package/dist/NavigationMenu/AxosALTS/NavBar.module.js +23 -23
  9. package/dist/NavigationMenu/AxosAdvisor/NavBar.module.js +54 -54
  10. package/dist/NavigationMenu/AxosAdvisorServices/NavBar.module.js +55 -55
  11. package/dist/NavigationMenu/AxosBank/NavBar.module.js +53 -53
  12. package/dist/NavigationMenu/AxosBank/NavData.js +1 -1
  13. package/dist/NavigationMenu/AxosBank/index.js +2 -2
  14. package/dist/NavigationMenu/AxosClearing/NavBar.module.js +37 -37
  15. package/dist/NavigationMenu/AxosFiduciary/NavBar.module.js +41 -41
  16. package/dist/NavigationMenu/LaVictoire/NavBar.module.js +37 -37
  17. package/dist/assets/Avatar/Avatar.css.css +59 -59
  18. package/dist/assets/Blockquote/Blockquote.css.css +68 -68
  19. package/dist/assets/ContentBanner/ContentBanner.css +8 -12
  20. package/dist/assets/FdicCallout/FdicCallout.css.css +48 -48
  21. package/dist/assets/Interstitial/Interstitial.css.css +142 -142
  22. package/dist/assets/NavigationMenu/AxosALTS/NavBar.css.css +264 -264
  23. package/dist/assets/NavigationMenu/AxosAdvisor/NavBar.css.css +600 -600
  24. package/dist/assets/NavigationMenu/AxosAdvisorServices/NavBar.css.css +621 -621
  25. package/dist/assets/NavigationMenu/AxosBank/NavBar.css.css +660 -660
  26. package/dist/assets/NavigationMenu/AxosClearing/NavBar.css.css +458 -458
  27. package/dist/assets/NavigationMenu/AxosFiduciary/NavBar.css.css +426 -426
  28. package/dist/assets/NavigationMenu/LaVictoire/NavBar.css.css +429 -429
  29. package/package.json +1 -1
@@ -1,600 +1,600 @@
1
- ._header_10rry_1 {
2
- border-bottom: 1px solid #ebebeb;
3
- }
4
-
5
- ._wrapper_10rry_9 {
6
- width: calc(100% - 80px);
7
- margin-left: auto;
8
- margin-right: auto;
9
- }
10
-
11
- ._header_main_row_10rry_21,
12
- ._mobile_header_10rry_23 {
13
- min-height: 80px;
14
- padding-top: 1rem;
15
- padding-bottom: 0.5rem;
16
- }
17
-
18
- ._logo_wrap_10rry_35 {
19
- padding: 9px 6px;
20
- }
21
-
22
- ._primary_links_10rry_43 {
23
- margin-left: 30px;
24
- }
25
-
26
- ._main_nav_link_10rry_51 {
27
- padding: 10px 8px;
28
- text-align: center;
29
- }
30
-
31
- ._main_nav_link_10rry_51 .active {
32
- border-color: currentColor;
33
- transition: border-color 0.5s ease;
34
- }
35
-
36
- ._main_nav_link_10rry_51 .active {
37
- font-weight: 700;
38
- }
39
-
40
- ._main_nav_link_10rry_51 > a {
41
- color: #1e3860;
42
- display: inline-block;
43
- font-size: 16px;
44
- padding: 4px 26px;
45
- border-bottom: 4px solid transparent;
46
- }
47
-
48
- ._sub_nav_link_10rry_95 a,
49
- ._main_nav_link_10rry_51 a,
50
- ._signin_wrap_10rry_99 a,
51
- ._signin_btn_10rry_101 {
52
- text-decoration: none;
53
- word-break: normal;
54
- transition: opacity 0.3s ease;
55
- }
56
-
57
- ._sub_nav_link_10rry_95:hover,
58
- ._main_nav_link_10rry_51 a:hover,
59
- ._signin_wrap_10rry_99 a:hover {
60
- opacity: 0.8;
61
- }
62
-
63
- ._signin_wrap_10rry_99 .link {
64
- text-decoration: none;
65
- padding: 8px;
66
- }
67
-
68
- ._signin_btn_10rry_101 {
69
- border: none;
70
- color: #fff;
71
- padding: 11px 24px;
72
- font-size: 16px;
73
- font-weight: 700;
74
- line-height: 1.44;
75
- border-radius: 8px;
76
- margin-left: 8px;
77
- cursor: pointer;
78
- }
79
-
80
- ._signin_btn_10rry_101:hover {
81
- color: var(--colors-primary-textButton__1073cm85);
82
- background-color: var(--colors-primary-backgroundButton__1073cm86);
83
- opacity: 0.9;
84
- }
85
-
86
- ._signin_btn_10rry_101 > span {
87
- margin-right: 8px;
88
- }
89
-
90
- ._sub_nav_10rry_95 {
91
- background-color: var(--primary-theme-color);
92
- }
93
-
94
- ._header_sub_row_10rry_187 {
95
- padding-block: 12px;
96
- min-height: 48px;
97
- }
98
-
99
- ._sub_nav_link_10rry_95 {
100
- padding-inline: 1rem;
101
- text-align: center;
102
- color: #fff;
103
- }
104
-
105
- ._sub_nav_link_10rry_95 a {
106
- font-weight: 500;
107
- line-height: 1.5;
108
- }
109
-
110
- ._signin_dropdown_10rry_219 {
111
- min-width: 288px;
112
- padding: 1.5rem 1rem;
113
- position: absolute;
114
- right: 0;
115
- top: 100%;
116
- z-index: 1204;
117
- display: none;
118
- }
119
-
120
- ._shadow_10rry_239 {
121
- box-shadow: 0px 8px 16px 0px rgba(30, 38, 47, 0.2);
122
- }
123
-
124
- ._signin_dropdown_10rry_219 li[role="heading"] {
125
- margin-top: 1px;
126
- }
127
-
128
- ._signin_header_10rry_255 {
129
- color: #323339;
130
- font-weight: 700;
131
- padding: 0.5rem 1rem;
132
- text-align: left;
133
- }
134
-
135
- ._signin_subheader_10rry_269 {
136
- color: #2f5b88;
137
- padding: 0.5rem 0.5rem 0.5rem 1.5rem;
138
- }
139
-
140
- ._signin_header_10rry_255,
141
- ._signin_subheader_10rry_269 a {
142
- line-height: 1.5;
143
- }
144
-
145
- @keyframes _fadeInDown_10rry_1 {
146
- from {
147
- opacity: 0;
148
- transform: translate3d(0, -1%, 0);
149
- }
150
-
151
- to {
152
- opacity: 1;
153
- transform: none;
154
- }
155
- }
156
-
157
- ._opacity_10rry_313 {
158
- animation-duration: 0.5s;
159
- animation-fill-mode: both;
160
- animation-name: _fadeInDown_10rry_1;
161
- }
162
-
163
- ._footer_10rry_325 {
164
- margin-top: 0.5rem;
165
- padding-top: 1rem;
166
- }
167
-
168
- ._footer_10rry_325::before {
169
- content: "";
170
- background-color: #8f8f8f;
171
- height: 2px;
172
- opacity: 0.3;
173
- position: absolute;
174
- right: 8px;
175
- top: 0;
176
- width: 94%;
177
- }
178
-
179
- ._open_10rry_357 {
180
- opacity: 0.8;
181
- }
182
-
183
- ._open_10rry_357 > svg {
184
- transform: scaleY(-1);
185
- }
186
-
187
- ._open_10rry_357 + ._signin_dropdown_10rry_219 {
188
- display: block;
189
- }
190
-
191
- ._dd_wrapper_10rry_381 {
192
- z-index: 1203;
193
- max-width: 1440px;
194
- }
195
-
196
- ._dd_media_10rry_391 {
197
- padding: 1.5rem;
198
- width: 280px;
199
- }
200
-
201
- ._dd_media_img_10rry_401 {
202
- min-height: 232px;
203
- }
204
-
205
- ._dd_site_navs_10rry_409 {
206
- flex: 1 1 0%;
207
- padding: 1.5rem;
208
- display: flex;
209
- flex-direction: column;
210
- }
211
-
212
- ._dd_media_header_10rry_423 p {
213
- font-size: 14px;
214
- line-height: 1.42;
215
- }
216
-
217
- ._dd_media_header_10rry_423 p[role="heading"] {
218
- font: 600 1.25rem/ 1.4 var(--header-font-family);
219
- }
220
-
221
- ._mt_8_10rry_441 {
222
- margin-top: 8px;
223
- }
224
-
225
- ._mt_16_10rry_449 {
226
- margin-top: 1rem;
227
- }
228
-
229
- ._ml_8_10rry_457 {
230
- margin-left: 8px;
231
- }
232
-
233
- ._dd_media_cta_10rry_465 > a {
234
- border-radius: 8px;
235
- color: #1e3860 !important;
236
- display: inline-block;
237
- font-size: 1.125rem;
238
- font-weight: 700;
239
- line-height: 1.44;
240
- padding: 12px;
241
- text-decoration: none;
242
- width: 100%;
243
- transition: all 0.25s ease;
244
- border: 2px solid transparent;
245
- }
246
-
247
- ._reversed_row_10rry_493 {
248
- flex-direction: row-reverse;
249
- }
250
-
251
- ._dd_media_cta_10rry_465 > a:hover {
252
- background-color: transparent;
253
- border-color: #fff;
254
- color: #fff;
255
- }
256
-
257
- ._dd_media_cta_10rry_465 > a:active {
258
- background-color: #fff;
259
- border-color: transparent;
260
- color: #1e3860 !important;
261
- }
262
-
263
- ._headline_10rry_525 > p {
264
- font: 600 1.5rem / 1.33 var(--header-font-family);
265
- flex: 1 1 0%;
266
- color: #1e3860;
267
- }
268
-
269
- ._nav_anchor_10rry_537 {
270
- width: 1.5rem;
271
- height: 1.5rem;
272
- aspect-ratio: 1;
273
- background-color: #4a5560;
274
- border-radius: 8px;
275
- }
276
-
277
- ._headline_cta_10rry_553 {
278
- margin-left: 8px;
279
- }
280
-
281
- ._headline_cta_10rry_553 > a {
282
- font-weight: 700;
283
- line-height: 1.5;
284
- text-decoration: none;
285
- color: #1e3860;
286
- }
287
-
288
- ._sub_nav_link_10rry_95:hover,
289
- ._signin_wrap_10rry_99 a:hover,
290
- ._main_nav_link_10rry_51 a:not(.active):hover,
291
- ._dd_site_navs_10rry_409 a:hover,
292
- ._site_lists_10rry_583 a:hover {
293
- text-decoration: underline;
294
- }
295
-
296
- ._dd_site_navs_10rry_409 hr {
297
- border-style: solid;
298
- border-width: 1px;
299
- color: #a0aab3;
300
- margin: 1.5rem 0;
301
- opacity: 0.3;
302
- position: relative;
303
- }
304
-
305
- ._site_lists_10rry_583 {
306
- padding-bottom: 1.5rem;
307
- }
308
-
309
- ._site_lists_10rry_583 > * {
310
- width: 100%;
311
- }
312
-
313
- ._site_lists_10rry_583 a {
314
- color: #323339;
315
- text-decoration: none;
316
- }
317
-
318
- ._site_lists_10rry_583 [role="heading"] {
319
- color: #1e3860;
320
- font-weight: 700;
321
- }
322
-
323
- ._site_lists_10rry_583 li + li {
324
- margin-top: 8px;
325
- }
326
-
327
- ._hamburger_10rry_653 {
328
- background: transparent;
329
- border: none;
330
- font-size: 0px;
331
- line-height: 1;
332
- outline: none;
333
- }
334
-
335
- ._hamburger_10rry_653:hover,
336
- ._mobile_header_10rry_23 button:hover {
337
- cursor: pointer;
338
- opacity: 0.8;
339
- }
340
-
341
- ._signin_wrap_10rry_99 > ._mobile_only_10rry_681 > a {
342
- color: #4a5560;
343
- padding: 0;
344
- line-height: 1;
345
- }
346
-
347
- ._mobile_logo_10rry_693 {
348
- flex: 1 1 0%;
349
- text-align: center;
350
- }
351
-
352
- ._highlight_10rry_703 > a {
353
- border-bottom: none;
354
- color: #2f5b88;
355
- font-weight: 700;
356
- line-height: 1.44;
357
- }
358
-
359
- @media (max-width: 1121px) {
360
- ._mobile_logo_10rry_693 {
361
- position: absolute;
362
- transform: translateX(-50%);
363
- left: 50%;
364
- flex: none;
365
- }
366
- }
367
-
368
- ._mobile_header_10rry_23 {
369
- padding-bottom: 1rem;
370
- display: grid;
371
- place-items: center;
372
- border-bottom: 1px solid #ebebeb;
373
- }
374
-
375
- ._mobile_header_10rry_23 p {
376
- font: 400 20px / 1.3 var(--header-font-family);
377
- }
378
-
379
- ._mobile_header_10rry_23 button {
380
- background: none;
381
- border: none;
382
- position: absolute;
383
- right: 40px;
384
- top: 50%;
385
- transform: translateY(-50%);
386
- }
387
-
388
- ._mobile_nav_10rry_775 {
389
- border-right: 1px solid #ebebeb;
390
- left: -100%;
391
- min-height: 100vh;
392
- position: fixed;
393
- top: 0;
394
- transition: all 0.4s ease-in-out;
395
- width: 100%;
396
- z-index: 999;
397
- }
398
-
399
- ._mobile_opened_10rry_797 {
400
- left: 0%;
401
- }
402
-
403
- body:has(.__mobile_opened_10rry_805) {
404
- overflow-y: hidden;
405
- }
406
-
407
- ._mobile_nav_item_10rry_813 {
408
- background-color: #f4f4f4;
409
- border-bottom: 1px solid #ebebeb;
410
- }
411
-
412
- ._mobile_nav_item_10rry_813 > a {
413
- color: #323339;
414
- display: flex;
415
- font-weight: 700;
416
- line-height: 1.5;
417
- padding: 16px 40px;
418
- text-decoration: none;
419
- width: 100%;
420
- }
421
-
422
- ._mobile_nav_item_10rry_813._has_dropdown_10rry_843 {
423
- background-color: #f4f4f4;
424
- isolation: isolate;
425
- position: relative;
426
- }
427
-
428
- ._mobile_nav_item_10rry_813._has_dropdown_10rry_843::before {
429
- content: "";
430
- background-color: #ebebeb;
431
- height: 100%;
432
- position: absolute;
433
- right: 104px;
434
- top: 0;
435
- width: 1px;
436
- z-index: -1;
437
- }
438
-
439
- ._mobile_nav_item_10rry_813._has_dropdown_10rry_843 > a {
440
- color: #1e3860;
441
- }
442
-
443
- ._icon_wrap_10rry_885 {
444
- line-height: 1;
445
- height: 24px;
446
- }
447
-
448
- ._mobile_footer_10rry_895 {
449
- position: relative;
450
- width: 100%;
451
- }
452
-
453
- ._mobile_footer_content_10rry_905 {
454
- background-color: #f4f4f4;
455
- flex: 1 1 0%;
456
- padding: 16px 24px 16px 40px;
457
- }
458
-
459
- ._mobile_footer_content_10rry_905 p {
460
- line-height: 1.5;
461
- text-overflow: ellipsis;
462
- display: -webkit-box;
463
- -webkit-box-orient: vertical;
464
- -webkit-line-clamp: 2;
465
- }
466
-
467
- ._mobile_footer_media_10rry_933 {
468
- flex-basis: 42%;
469
- background: url("https://images.axos.com/o9ov1v03uwqk/5LzVOJ16CkxenX8yTyoeHe/71d6e3fafbeeef1074dfa4160a94d1ae/axos-advisor-contact-us-today-as295109964_.webp")
470
- no-repeat center center / cover;
471
- }
472
-
473
- ._footer_cta_10rry_945 {
474
- margin-top: 3px;
475
- }
476
-
477
- ._footer_cta_10rry_945 a {
478
- border-radius: 4px;
479
- border: 2px solid transparent;
480
- color: #fff;
481
- display: inline-block;
482
- font-weight: 700;
483
- padding: 4px 32px;
484
- text-decoration: none;
485
- }
486
-
487
- ._footer_cta_10rry_945 a:hover {
488
- background-color: transparent;
489
- text-decoration: underline;
490
- }
491
-
492
- ._footer_cta_10rry_945 a:active {
493
- border-color: transparent;
494
- color: #fff;
495
- }
496
-
497
- ._mobile_footer_10rry_895 > .flex_row {
498
- min-height: 112px;
499
- }
500
-
501
- ._inner_wrapper_10rry_1001 {
502
- max-height: 100vh;
503
- overflow-y: scroll;
504
- }
505
-
506
- ._btn_10rry_1011 {
507
- display: block;
508
- position: relative;
509
- }
510
-
511
- ._sub_menu_10rry_1021 {
512
- overflow: hidden;
513
- max-height: 0;
514
- transition: max-height 0.8s ease-out;
515
- background: #fff;
516
- overflow-y: scroll;
517
- }
518
-
519
- ._sub_menu_10rry_1021 a,
520
- ._sub_menu_10rry_1021 span {
521
- display: block;
522
- padding: 12px 14px 12px 64px;
523
- position: relative;
524
- color: #323339;
525
- text-decoration: none;
526
- }
527
-
528
- ._sub_menu_10rry_1021 ._main_10rry_51 {
529
- font-weight: 700;
530
- }
531
-
532
- ._sub_menu_10rry_1021 a + a {
533
- border-top: 1px solid #ebebeb;
534
- }
535
-
536
- ._dd_footer_10rry_1071 {
537
- justify-content: flex-end;
538
- flex: 1 1 0%;
539
- align-items: end;
540
- font-size: 11px;
541
- letter-spacing: 0.3px;
542
- }
543
-
544
- @media (max-width: 1280px) and (min-width: 1121px) {
545
- ._wrapper_10rry_9 {
546
- width: calc(100% - 28px);
547
- }
548
-
549
- ._dd_wrapper_10rry_381 > ._wrapper_10rry_9 {
550
- width: 100%;
551
- }
552
- }
553
-
554
- @media (max-width: 1120px) {
555
- ._desktop_only_10rry_1109 {
556
- display: none !important;
557
- }
558
- }
559
-
560
- @media (max-width: 768px) {
561
- ._wrapper_10rry_9 {
562
- width: calc(100% - 48px);
563
- }
564
-
565
- ._mobile_header_10rry_23 button {
566
- right: 1.5rem;
567
- }
568
-
569
- ._mobile_nav_item_10rry_813 > a {
570
- padding: 16px 24px;
571
- }
572
-
573
- ._sub_menu_10rry_1021 a,
574
- ._sub_menu_10rry_1021 span {
575
- padding-left: 48px;
576
- }
577
-
578
- ._mobile_nav_item_10rry_813._has_dropdown_10rry_843::before {
579
- right: 72px;
580
- }
581
-
582
- ._mobile_footer_content_10rry_905 {
583
- padding-right: 15px;
584
- padding-left: 24px;
585
- }
586
- }
587
-
588
- @media (max-width: 450px) {
589
- ._footer_cta_10rry_945 a {
590
- white-space: break-spaces;
591
- width: 100%;
592
- text-align: center;
593
- }
594
- }
595
-
596
- @media (min-width: 1121px) {
597
- ._mobile_only_10rry_681 {
598
- display: none !important;
599
- }
600
- }
1
+ ._header_5kqsg_1 {
2
+ border-bottom: 1px solid #ebebeb;
3
+ }
4
+
5
+ ._wrapper_5kqsg_5 {
6
+ width: calc(100% - 80px);
7
+ margin-left: auto;
8
+ margin-right: auto;
9
+ }
10
+
11
+ ._header_main_row_5kqsg_11,
12
+ ._mobile_header_5kqsg_12 {
13
+ min-height: 80px;
14
+ padding-top: 1rem;
15
+ padding-bottom: 0.5rem;
16
+ }
17
+
18
+ ._logo_wrap_5kqsg_18 {
19
+ padding: 9px 6px;
20
+ }
21
+
22
+ ._primary_links_5kqsg_22 {
23
+ margin-left: 30px;
24
+ }
25
+
26
+ ._main_nav_link_5kqsg_26 {
27
+ padding: 10px 8px;
28
+ text-align: center;
29
+ }
30
+
31
+ ._main_nav_link_5kqsg_26 .active {
32
+ border-color: currentColor;
33
+ transition: border-color 0.5s ease;
34
+ }
35
+
36
+ ._main_nav_link_5kqsg_26 .active {
37
+ font-weight: 700;
38
+ }
39
+
40
+ ._main_nav_link_5kqsg_26 > a {
41
+ color: #1e3860;
42
+ display: inline-block;
43
+ font-size: 16px;
44
+ padding: 4px 26px;
45
+ border-bottom: 4px solid transparent;
46
+ }
47
+
48
+ ._sub_nav_link_5kqsg_48 a,
49
+ ._main_nav_link_5kqsg_26 a,
50
+ ._signin_wrap_5kqsg_50 a,
51
+ ._signin_btn_5kqsg_51 {
52
+ text-decoration: none;
53
+ word-break: normal;
54
+ transition: opacity 0.3s ease;
55
+ }
56
+
57
+ ._sub_nav_link_5kqsg_48:hover,
58
+ ._main_nav_link_5kqsg_26 a:hover,
59
+ ._signin_wrap_5kqsg_50 a:hover {
60
+ opacity: 0.8;
61
+ }
62
+
63
+ ._signin_wrap_5kqsg_50 .link {
64
+ text-decoration: none;
65
+ padding: 8px;
66
+ }
67
+
68
+ ._signin_btn_5kqsg_51 {
69
+ border: none;
70
+ color: #fff;
71
+ padding: 11px 24px;
72
+ font-size: 16px;
73
+ font-weight: 700;
74
+ line-height: 1.44;
75
+ border-radius: 8px;
76
+ margin-left: 8px;
77
+ cursor: pointer;
78
+ }
79
+
80
+ ._signin_btn_5kqsg_51:hover {
81
+ color: var(--colors-primary-textButton__1073cm85);
82
+ background-color: var(--colors-primary-backgroundButton__1073cm86);
83
+ opacity: 0.9;
84
+ }
85
+
86
+ ._signin_btn_5kqsg_51 > span {
87
+ margin-right: 8px;
88
+ }
89
+
90
+ ._sub_nav_5kqsg_48 {
91
+ background-color: var(--primary-theme-color);
92
+ }
93
+
94
+ ._header_sub_row_5kqsg_94 {
95
+ padding-block: 12px;
96
+ min-height: 48px;
97
+ }
98
+
99
+ ._sub_nav_link_5kqsg_48 {
100
+ padding-inline: 1rem;
101
+ text-align: center;
102
+ color: #fff;
103
+ }
104
+
105
+ ._sub_nav_link_5kqsg_48 a {
106
+ font-weight: 500;
107
+ line-height: 1.5;
108
+ }
109
+
110
+ ._signin_dropdown_5kqsg_110 {
111
+ min-width: 288px;
112
+ padding: 1.5rem 1rem;
113
+ position: absolute;
114
+ right: 0;
115
+ top: 100%;
116
+ z-index: 1204;
117
+ display: none;
118
+ }
119
+
120
+ ._shadow_5kqsg_120 {
121
+ box-shadow: 0px 8px 16px 0px rgba(30, 38, 47, 0.2);
122
+ }
123
+
124
+ ._signin_dropdown_5kqsg_110 li[role="heading"] {
125
+ margin-top: 1px;
126
+ }
127
+
128
+ ._signin_header_5kqsg_128 {
129
+ color: #323339;
130
+ font-weight: 700;
131
+ padding: 0.5rem 1rem;
132
+ text-align: left;
133
+ }
134
+
135
+ ._signin_subheader_5kqsg_135 {
136
+ color: #2f5b88;
137
+ padding: 0.5rem 0.5rem 0.5rem 1.5rem;
138
+ }
139
+
140
+ ._signin_header_5kqsg_128,
141
+ ._signin_subheader_5kqsg_135 a {
142
+ line-height: 1.5;
143
+ }
144
+
145
+ @keyframes _fadeInDown_5kqsg_1 {
146
+ from {
147
+ opacity: 0;
148
+ transform: translate3d(0, -1%, 0);
149
+ }
150
+
151
+ to {
152
+ opacity: 1;
153
+ transform: none;
154
+ }
155
+ }
156
+
157
+ ._opacity_5kqsg_157 {
158
+ animation-duration: 0.5s;
159
+ animation-fill-mode: both;
160
+ animation-name: _fadeInDown_5kqsg_1;
161
+ }
162
+
163
+ ._footer_5kqsg_163 {
164
+ margin-top: 0.5rem;
165
+ padding-top: 1rem;
166
+ }
167
+
168
+ ._footer_5kqsg_163::before {
169
+ content: "";
170
+ background-color: #8f8f8f;
171
+ height: 2px;
172
+ opacity: 0.3;
173
+ position: absolute;
174
+ right: 8px;
175
+ top: 0;
176
+ width: 94%;
177
+ }
178
+
179
+ ._open_5kqsg_179 {
180
+ opacity: 0.8;
181
+ }
182
+
183
+ ._open_5kqsg_179 > svg {
184
+ transform: scaleY(-1);
185
+ }
186
+
187
+ ._open_5kqsg_179 + ._signin_dropdown_5kqsg_110 {
188
+ display: block;
189
+ }
190
+
191
+ ._dd_wrapper_5kqsg_191 {
192
+ z-index: 1203;
193
+ max-width: 1440px;
194
+ }
195
+
196
+ ._dd_media_5kqsg_196 {
197
+ padding: 1.5rem;
198
+ width: 280px;
199
+ }
200
+
201
+ ._dd_media_img_5kqsg_201 {
202
+ min-height: 232px;
203
+ }
204
+
205
+ ._dd_site_navs_5kqsg_205 {
206
+ flex: 1 1 0%;
207
+ padding: 1.5rem;
208
+ display: flex;
209
+ flex-direction: column;
210
+ }
211
+
212
+ ._dd_media_header_5kqsg_212 p {
213
+ font-size: 14px;
214
+ line-height: 1.42;
215
+ }
216
+
217
+ ._dd_media_header_5kqsg_212 p[role="heading"] {
218
+ font: 600 1.25rem/ 1.4 var(--header-font-family);
219
+ }
220
+
221
+ ._mt_8_5kqsg_221 {
222
+ margin-top: 8px;
223
+ }
224
+
225
+ ._mt_16_5kqsg_225 {
226
+ margin-top: 1rem;
227
+ }
228
+
229
+ ._ml_8_5kqsg_229 {
230
+ margin-left: 8px;
231
+ }
232
+
233
+ ._dd_media_cta_5kqsg_233 > a {
234
+ border-radius: 8px;
235
+ color: #1e3860 !important;
236
+ display: inline-block;
237
+ font-size: 1.125rem;
238
+ font-weight: 700;
239
+ line-height: 1.44;
240
+ padding: 12px;
241
+ text-decoration: none;
242
+ width: 100%;
243
+ transition: all 0.25s ease;
244
+ border: 2px solid transparent;
245
+ }
246
+
247
+ ._reversed_row_5kqsg_247 {
248
+ flex-direction: row-reverse;
249
+ }
250
+
251
+ ._dd_media_cta_5kqsg_233 > a:hover {
252
+ background-color: transparent;
253
+ border-color: #fff;
254
+ color: #fff;
255
+ }
256
+
257
+ ._dd_media_cta_5kqsg_233 > a:active {
258
+ background-color: #fff;
259
+ border-color: transparent;
260
+ color: #1e3860 !important;
261
+ }
262
+
263
+ ._headline_5kqsg_263 > p {
264
+ font: 600 1.5rem / 1.33 var(--header-font-family);
265
+ flex: 1 1 0%;
266
+ color: #1e3860;
267
+ }
268
+
269
+ ._nav_anchor_5kqsg_269 {
270
+ width: 1.5rem;
271
+ height: 1.5rem;
272
+ aspect-ratio: 1;
273
+ background-color: #4a5560;
274
+ border-radius: 8px;
275
+ }
276
+
277
+ ._headline_cta_5kqsg_277 {
278
+ margin-left: 8px;
279
+ }
280
+
281
+ ._headline_cta_5kqsg_277 > a {
282
+ font-weight: 700;
283
+ line-height: 1.5;
284
+ text-decoration: none;
285
+ color: #1e3860;
286
+ }
287
+
288
+ ._sub_nav_link_5kqsg_48:hover,
289
+ ._signin_wrap_5kqsg_50 a:hover,
290
+ ._main_nav_link_5kqsg_26 a:not(.active):hover,
291
+ ._dd_site_navs_5kqsg_205 a:hover,
292
+ ._site_lists_5kqsg_292 a:hover {
293
+ text-decoration: underline;
294
+ }
295
+
296
+ ._dd_site_navs_5kqsg_205 hr {
297
+ border-style: solid;
298
+ border-width: 1px;
299
+ color: #a0aab3;
300
+ margin: 1.5rem 0;
301
+ opacity: 0.3;
302
+ position: relative;
303
+ }
304
+
305
+ ._site_lists_5kqsg_292 {
306
+ padding-bottom: 1.5rem;
307
+ }
308
+
309
+ ._site_lists_5kqsg_292 > * {
310
+ width: 100%;
311
+ }
312
+
313
+ ._site_lists_5kqsg_292 a {
314
+ color: #323339;
315
+ text-decoration: none;
316
+ }
317
+
318
+ ._site_lists_5kqsg_292 [role="heading"] {
319
+ color: #1e3860;
320
+ font-weight: 700;
321
+ }
322
+
323
+ ._site_lists_5kqsg_292 li + li {
324
+ margin-top: 8px;
325
+ }
326
+
327
+ ._hamburger_5kqsg_327 {
328
+ background: transparent;
329
+ border: none;
330
+ font-size: 0px;
331
+ line-height: 1;
332
+ outline: none;
333
+ }
334
+
335
+ ._hamburger_5kqsg_327:hover,
336
+ ._mobile_header_5kqsg_12 button:hover {
337
+ cursor: pointer;
338
+ opacity: 0.8;
339
+ }
340
+
341
+ ._signin_wrap_5kqsg_50 > ._mobile_only_5kqsg_341 > a {
342
+ color: #4a5560;
343
+ padding: 0;
344
+ line-height: 1;
345
+ }
346
+
347
+ ._mobile_logo_5kqsg_347 {
348
+ flex: 1 1 0%;
349
+ text-align: center;
350
+ }
351
+
352
+ ._highlight_5kqsg_352 > a {
353
+ border-bottom: none;
354
+ color: #2f5b88;
355
+ font-weight: 700;
356
+ line-height: 1.44;
357
+ }
358
+
359
+ @media (max-width: 1121px) {
360
+ ._mobile_logo_5kqsg_347 {
361
+ position: absolute;
362
+ transform: translateX(-50%);
363
+ left: 50%;
364
+ flex: none;
365
+ }
366
+ }
367
+
368
+ ._mobile_header_5kqsg_12 {
369
+ padding-bottom: 1rem;
370
+ display: grid;
371
+ place-items: center;
372
+ border-bottom: 1px solid #ebebeb;
373
+ }
374
+
375
+ ._mobile_header_5kqsg_12 p {
376
+ font: 400 20px / 1.3 var(--header-font-family);
377
+ }
378
+
379
+ ._mobile_header_5kqsg_12 button {
380
+ background: none;
381
+ border: none;
382
+ position: absolute;
383
+ right: 40px;
384
+ top: 50%;
385
+ transform: translateY(-50%);
386
+ }
387
+
388
+ ._mobile_nav_5kqsg_388 {
389
+ border-right: 1px solid #ebebeb;
390
+ left: -100%;
391
+ min-height: 100vh;
392
+ position: fixed;
393
+ top: 0;
394
+ transition: all 0.4s ease-in-out;
395
+ width: 100%;
396
+ z-index: 999;
397
+ }
398
+
399
+ ._mobile_opened_5kqsg_399 {
400
+ left: 0%;
401
+ }
402
+
403
+ body:has(.__mobile_opened_5kqsg_403) {
404
+ overflow-y: hidden;
405
+ }
406
+
407
+ ._mobile_nav_item_5kqsg_407 {
408
+ background-color: #f4f4f4;
409
+ border-bottom: 1px solid #ebebeb;
410
+ }
411
+
412
+ ._mobile_nav_item_5kqsg_407 > a {
413
+ color: #323339;
414
+ display: flex;
415
+ font-weight: 700;
416
+ line-height: 1.5;
417
+ padding: 16px 40px;
418
+ text-decoration: none;
419
+ width: 100%;
420
+ }
421
+
422
+ ._mobile_nav_item_5kqsg_407._has_dropdown_5kqsg_422 {
423
+ background-color: #f4f4f4;
424
+ isolation: isolate;
425
+ position: relative;
426
+ }
427
+
428
+ ._mobile_nav_item_5kqsg_407._has_dropdown_5kqsg_422::before {
429
+ content: "";
430
+ background-color: #ebebeb;
431
+ height: 100%;
432
+ position: absolute;
433
+ right: 104px;
434
+ top: 0;
435
+ width: 1px;
436
+ z-index: -1;
437
+ }
438
+
439
+ ._mobile_nav_item_5kqsg_407._has_dropdown_5kqsg_422 > a {
440
+ color: #1e3860;
441
+ }
442
+
443
+ ._icon_wrap_5kqsg_443 {
444
+ line-height: 1;
445
+ height: 24px;
446
+ }
447
+
448
+ ._mobile_footer_5kqsg_448 {
449
+ position: relative;
450
+ width: 100%;
451
+ }
452
+
453
+ ._mobile_footer_content_5kqsg_453 {
454
+ background-color: #f4f4f4;
455
+ flex: 1 1 0%;
456
+ padding: 16px 24px 16px 40px;
457
+ }
458
+
459
+ ._mobile_footer_content_5kqsg_453 p {
460
+ line-height: 1.5;
461
+ text-overflow: ellipsis;
462
+ display: -webkit-box;
463
+ -webkit-box-orient: vertical;
464
+ -webkit-line-clamp: 2;
465
+ }
466
+
467
+ ._mobile_footer_media_5kqsg_467 {
468
+ flex-basis: 42%;
469
+ background: url("https://images.axos.com/o9ov1v03uwqk/5LzVOJ16CkxenX8yTyoeHe/71d6e3fafbeeef1074dfa4160a94d1ae/axos-advisor-contact-us-today-as295109964_.webp")
470
+ no-repeat center center / cover;
471
+ }
472
+
473
+ ._footer_cta_5kqsg_473 {
474
+ margin-top: 3px;
475
+ }
476
+
477
+ ._footer_cta_5kqsg_473 a {
478
+ border-radius: 4px;
479
+ border: 2px solid transparent;
480
+ color: #fff;
481
+ display: inline-block;
482
+ font-weight: 700;
483
+ padding: 4px 32px;
484
+ text-decoration: none;
485
+ }
486
+
487
+ ._footer_cta_5kqsg_473 a:hover {
488
+ background-color: transparent;
489
+ text-decoration: underline;
490
+ }
491
+
492
+ ._footer_cta_5kqsg_473 a:active {
493
+ border-color: transparent;
494
+ color: #fff;
495
+ }
496
+
497
+ ._mobile_footer_5kqsg_448 > .flex_row {
498
+ min-height: 112px;
499
+ }
500
+
501
+ ._inner_wrapper_5kqsg_501 {
502
+ max-height: 100vh;
503
+ overflow-y: scroll;
504
+ }
505
+
506
+ ._btn_5kqsg_506 {
507
+ display: block;
508
+ position: relative;
509
+ }
510
+
511
+ ._sub_menu_5kqsg_511 {
512
+ overflow: hidden;
513
+ max-height: 0;
514
+ transition: max-height 0.8s ease-out;
515
+ background: #fff;
516
+ overflow-y: scroll;
517
+ }
518
+
519
+ ._sub_menu_5kqsg_511 a,
520
+ ._sub_menu_5kqsg_511 span {
521
+ display: block;
522
+ padding: 12px 14px 12px 64px;
523
+ position: relative;
524
+ color: #323339;
525
+ text-decoration: none;
526
+ }
527
+
528
+ ._sub_menu_5kqsg_511 ._main_5kqsg_26 {
529
+ font-weight: 700;
530
+ }
531
+
532
+ ._sub_menu_5kqsg_511 a + a {
533
+ border-top: 1px solid #ebebeb;
534
+ }
535
+
536
+ ._dd_footer_5kqsg_536 {
537
+ justify-content: flex-end;
538
+ flex: 1 1 0%;
539
+ align-items: end;
540
+ font-size: 11px;
541
+ letter-spacing: 0.3px;
542
+ }
543
+
544
+ @media (max-width: 1280px) and (min-width: 1121px) {
545
+ ._wrapper_5kqsg_5 {
546
+ width: calc(100% - 28px);
547
+ }
548
+
549
+ ._dd_wrapper_5kqsg_191 > ._wrapper_5kqsg_5 {
550
+ width: 100%;
551
+ }
552
+ }
553
+
554
+ @media (max-width: 1120px) {
555
+ ._desktop_only_5kqsg_555 {
556
+ display: none !important;
557
+ }
558
+ }
559
+
560
+ @media (max-width: 768px) {
561
+ ._wrapper_5kqsg_5 {
562
+ width: calc(100% - 48px);
563
+ }
564
+
565
+ ._mobile_header_5kqsg_12 button {
566
+ right: 1.5rem;
567
+ }
568
+
569
+ ._mobile_nav_item_5kqsg_407 > a {
570
+ padding: 16px 24px;
571
+ }
572
+
573
+ ._sub_menu_5kqsg_511 a,
574
+ ._sub_menu_5kqsg_511 span {
575
+ padding-left: 48px;
576
+ }
577
+
578
+ ._mobile_nav_item_5kqsg_407._has_dropdown_5kqsg_422::before {
579
+ right: 72px;
580
+ }
581
+
582
+ ._mobile_footer_content_5kqsg_453 {
583
+ padding-right: 15px;
584
+ padding-left: 24px;
585
+ }
586
+ }
587
+
588
+ @media (max-width: 450px) {
589
+ ._footer_cta_5kqsg_473 a {
590
+ white-space: break-spaces;
591
+ width: 100%;
592
+ text-align: center;
593
+ }
594
+ }
595
+
596
+ @media (min-width: 1121px) {
597
+ ._mobile_only_5kqsg_341 {
598
+ display: none !important;
599
+ }
600
+ }