@axos-web-dev/shared-components 0.0.144 → 0.0.146

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 (44) hide show
  1. package/README.md +111 -111
  2. package/dist/ATMLocator/ATMLocator.js +1 -1
  3. package/dist/Avatar/Avatar.module.js +7 -7
  4. package/dist/Blockquote/Blockquote.module.js +3 -3
  5. package/dist/Button/Button.js +1 -1
  6. package/dist/Calculators/AxosOneCalculator/index.js +2 -2
  7. package/dist/Calculators/Calculator.js +1 -1
  8. package/dist/Carousel/index.js +1 -1
  9. package/dist/Chevron/index.js +1 -1
  10. package/dist/Comparison/Comparison.js +1 -1
  11. package/dist/FaqAccordion/index.js +1 -1
  12. package/dist/FdicCallout/FdicCallout.module.js +2 -2
  13. package/dist/FooterSiteMap/AxosBank/FooterSiteMap.js +1 -1
  14. package/dist/Forms/ContactUsBusiness.js +1 -1
  15. package/dist/Forms/ContactUsNMLSId.js +1 -1
  16. package/dist/Forms/EmailOnly.js +1 -1
  17. package/dist/Forms/SuccesForm.js +1 -1
  18. package/dist/Hyperlink/index.js +1 -1
  19. package/dist/ImageLink/ImageLink.js +1 -1
  20. package/dist/ImageLink/ImageLinkSet.js +1 -1
  21. package/dist/ImageLink/index.js +1 -1
  22. package/dist/Insight/Featured/CategorySelector.js +1 -1
  23. package/dist/Insight/Featured/Featured.js +1 -1
  24. package/dist/Interstitial/Interstitial.module.js +9 -9
  25. package/dist/Modal/Modal.js +1 -1
  26. package/dist/NavigationMenu/AxosAdvisor/NavBar.module.js +54 -54
  27. package/dist/NavigationMenu/AxosAdvisorServices/NavBar.module.js +55 -55
  28. package/dist/NavigationMenu/AxosBank/NavBar.module.js +59 -53
  29. package/dist/NavigationMenu/AxosBank/NavData.js +1 -1
  30. package/dist/NavigationMenu/AxosBank/SubNavBar.js +114 -18
  31. package/dist/NavigationMenu/AxosBank/index.js +261 -238
  32. package/dist/NavigationMenu/AxosClearing/NavBar.module.js +37 -37
  33. package/dist/NavigationMenu/AxosFiduciary/NavBar.module.js +41 -41
  34. package/dist/SetContainer/SetContainer.js +1 -1
  35. package/dist/assets/Avatar/Avatar.css.css +59 -59
  36. package/dist/assets/Blockquote/Blockquote.css.css +69 -69
  37. package/dist/assets/FdicCallout/FdicCallout.css.css +48 -48
  38. package/dist/assets/Interstitial/Interstitial.css.css +137 -137
  39. package/dist/assets/NavigationMenu/AxosAdvisor/NavBar.css.css +600 -600
  40. package/dist/assets/NavigationMenu/AxosAdvisorServices/NavBar.css.css +621 -621
  41. package/dist/assets/NavigationMenu/AxosBank/NavBar.css.css +667 -641
  42. package/dist/assets/NavigationMenu/AxosClearing/NavBar.css.css +458 -458
  43. package/dist/assets/NavigationMenu/AxosFiduciary/NavBar.css.css +426 -426
  44. package/package.json +1 -1
@@ -1,641 +1,667 @@
1
- ._header_jjq4u_1 {
2
- border-bottom: 1px solid #ebebeb;
3
- }
4
-
5
- ._wrapper_jjq4u_5 {
6
- width: calc(100% - 80px);
7
- margin-left: auto;
8
- margin-right: auto;
9
- }
10
-
11
- ._header_main_row_jjq4u_11,
12
- ._mobile_header_jjq4u_12 {
13
- min-height: 80px;
14
- padding-top: 1rem;
15
- padding-bottom: 0.5rem;
16
- }
17
-
18
- ._logo_wrap_jjq4u_18 {
19
- padding: 9px 6px;
20
- }
21
-
22
- ._primary_links_jjq4u_22 {
23
- margin-left: 30px;
24
- }
25
-
26
- ._main_nav_link_jjq4u_26 {
27
- padding: 10px 8px;
28
- text-align: center;
29
- }
30
-
31
- ._main_nav_link_jjq4u_26 .active {
32
- border-color: currentColor;
33
- transition: border-color 0.5s ease;
34
- font-weight: 700;
35
- }
36
-
37
- ._main_nav_link_jjq4u_26 > a {
38
- color: #1e3860;
39
- display: inline-block;
40
- font-size: 16px;
41
- padding: 4px 26px;
42
- border-bottom: 4px solid transparent;
43
- }
44
-
45
- ._sub_nav_link_jjq4u_45 a,
46
- ._main_nav_link_jjq4u_26 a,
47
- ._signin_wrap_jjq4u_47 a,
48
- ._signin_btn_jjq4u_48 {
49
- text-decoration: none;
50
- transition: opacity 0.3s ease;
51
- }
52
-
53
- ._sub_nav_link_jjq4u_45:hover,
54
- ._main_nav_link_jjq4u_26 a:hover,
55
- ._signin_wrap_jjq4u_47 a:hover {
56
- opacity: 0.8;
57
- }
58
-
59
- ._signin_wrap_jjq4u_47 .link {
60
- text-decoration: none;
61
- padding: 8px;
62
- }
63
-
64
- ._signin_btn_jjq4u_48 {
65
- border-color: transparent;
66
- color: #fff;
67
- padding: 11px 24px;
68
- font-size: 16px;
69
- font-weight: 700;
70
- line-height: 1.44;
71
- border-radius: 8px;
72
- margin-left: 8px;
73
- cursor: pointer;
74
- }
75
-
76
- ._signin_btn_jjq4u_48:hover {
77
- color: #2f5b88;
78
- background-color: transparent;
79
- opacity: 0.9;
80
- }
81
-
82
- ._signin_btn_jjq4u_48:hover > svg path {
83
- fill: #2f5b88;
84
- }
85
-
86
- ._signin_btn_jjq4u_48 > span {
87
- margin-right: 8px;
88
- }
89
-
90
- ._sub_nav_jjq4u_45 {
91
- background-color: var(--primary-theme-color);
92
- }
93
-
94
- ._header_sub_row_jjq4u_94 {
95
- min-height: 48px;
96
- position: relative;
97
- }
98
-
99
- ._sub_nav_link_jjq4u_45 {
100
- padding-inline: 1rem;
101
- text-align: center;
102
- color: #fff;
103
- }
104
-
105
- ._sub_nav_link_jjq4u_45 a {
106
- display: flex;
107
- align-items: center;
108
- font-weight: 500;
109
- line-height: 1.5;
110
- padding: 12px 9.5px;
111
- }
112
-
113
- ._sub_nav_link_jjq4u_45 a:hover {
114
- background: linear-gradient(207deg, transparent, rgb(255 255 255 / 28%));
115
- }
116
-
117
- ._signin_dropdown_jjq4u_117 {
118
- min-width: 288px;
119
- padding: 1.5rem 1rem;
120
- position: absolute;
121
- right: 0;
122
- top: 100%;
123
- z-index: 1204;
124
- display: none;
125
- }
126
-
127
- ._shadow_jjq4u_127 {
128
- box-shadow: 0px 8px 16px 0px rgba(30, 38, 47, 0.2);
129
- border: 0.5px solid rgb(255 255 255 / 14%);
130
- border-top: none;
131
- }
132
-
133
- ._signin_dropdown_jjq4u_117 li[role="heading"] {
134
- margin-top: 1px;
135
- }
136
-
137
- ._signin_header_jjq4u_137 {
138
- color: #323339;
139
- font-weight: 700;
140
- padding: 0.5rem 1rem;
141
- text-align: left;
142
- }
143
-
144
- ._signin_subheader_jjq4u_144 {
145
- color: #2f5b88;
146
- padding: 0.5rem 0.5rem 0.5rem 1.5rem;
147
- }
148
-
149
- ._signin_header_jjq4u_137,
150
- ._signin_subheader_jjq4u_144 a {
151
- line-height: 1.5;
152
- }
153
-
154
- @keyframes _fadeInDown_jjq4u_1 {
155
- from {
156
- opacity: 0;
157
- transform: translate3d(0, -1%, 0);
158
- }
159
-
160
- to {
161
- opacity: 1;
162
- transform: none;
163
- }
164
- }
165
-
166
- ._opacity_jjq4u_166 {
167
- animation-duration: 0.5s;
168
- animation-fill-mode: both;
169
- animation-name: _fadeInDown_jjq4u_1;
170
- }
171
-
172
- ._signin_footer_jjq4u_172 {
173
- margin-top: 0.5rem;
174
- padding-top: 1rem;
175
- }
176
-
177
- ._signin_footer_jjq4u_172 > a + a {
178
- display: block;
179
- margin-top: 16px;
180
- }
181
-
182
- ._signin_footer_jjq4u_172::before {
183
- content: "";
184
- background-color: #8f8f8f;
185
- height: 2px;
186
- opacity: 0.3;
187
- position: absolute;
188
- right: 8px;
189
- top: 0;
190
- width: 94%;
191
- }
192
-
193
- ._open_jjq4u_193 {
194
- opacity: 0.8;
195
- }
196
-
197
- ._open_jjq4u_193 > svg {
198
- transform: scaleY(-1);
199
- }
200
-
201
- ._open_jjq4u_193 + ._signin_dropdown_jjq4u_117 {
202
- display: block;
203
- }
204
-
205
- ._dd_wrapper_jjq4u_205 {
206
- max-width: 1440px;
207
- position: absolute;
208
- top: 0;
209
- width: 100%;
210
- z-index: 1203;
211
- }
212
-
213
- ._dd_media_jjq4u_213 {
214
- padding: 1.5rem;
215
- width: 280px;
216
- }
217
-
218
- ._dd_media_img_jjq4u_218 {
219
- min-height: 232px;
220
- }
221
-
222
- ._dd_site_navs_jjq4u_222 {
223
- display: flex;
224
- flex-direction: column;
225
- flex: 1 1 0%;
226
- padding: 1.5rem;
227
- }
228
-
229
- ._dd_media_header_jjq4u_229 p {
230
- color: #fff;
231
- font-size: 14px;
232
- line-height: 1.42;
233
- }
234
-
235
- ._dd_media_header_jjq4u_229 p[role="heading"] {
236
- font: 600 1.25rem/ 1.4 var(--header-font-family);
237
- }
238
-
239
- ._mt_8_jjq4u_239 {
240
- margin-top: 8px;
241
- }
242
-
243
- ._mt_16_jjq4u_243 {
244
- margin-top: 1rem;
245
- }
246
-
247
- ._ml_8_jjq4u_247 {
248
- margin-left: 8px;
249
- }
250
-
251
- ._dd_media_cta_jjq4u_251 > a:first-child {
252
- border-radius: 8px;
253
- border: 2px solid transparent;
254
- color: #1e3860 !important;
255
- display: inline-block;
256
- font-size: 1.125rem;
257
- font-weight: 700;
258
- line-height: 1.44;
259
- padding: 12px;
260
- text-decoration: none;
261
- transition: all 0.25s ease;
262
- width: 100%;
263
- }
264
-
265
- ._dd_media_cta_jjq4u_251 > a:first-child:hover {
266
- background-color: transparent;
267
- border-color: #fff;
268
- color: #fff !important;
269
- }
270
-
271
- ._dd_media_cta_jjq4u_251 > a:nth-child(2) {
272
- color: #fff;
273
- display: inline-block;
274
- margin-top: 8px;
275
- text-decoration: none;
276
- }
277
-
278
- ._dd_media_cta_jjq4u_251 > a:nth-child(2):hover {
279
- opacity: 0.8;
280
- text-decoration: underline;
281
- }
282
-
283
- ._reversed_row_jjq4u_283 {
284
- flex-direction: row-reverse;
285
- }
286
-
287
- ._dd_media_cta_jjq4u_251 > a:first-child:active {
288
- background-color: #fff;
289
- border-color: transparent;
290
- color: #1e3860 !important;
291
- }
292
-
293
- ._headline_jjq4u_293 > p {
294
- color: #1e3860;
295
- flex: 1 1 0%;
296
- font: 600 1.5rem / 1.33 var(--header-font-family);
297
- margin-bottom: 0;
298
- }
299
-
300
- ._nav_anchor_jjq4u_300 {
301
- aspect-ratio: 1;
302
- background-color: #4a5560;
303
- border-radius: 8px;
304
- height: 1.5rem;
305
- width: 1.5rem;
306
- }
307
-
308
- ._headline_cta_jjq4u_308 {
309
- margin-left: 8px;
310
- }
311
-
312
- ._headline_cta_jjq4u_308 > a {
313
- color: #1e3860;
314
- font-weight: 700;
315
- line-height: 1.5;
316
- text-decoration: none;
317
- }
318
-
319
- ._sub_nav_link_jjq4u_45:hover,
320
- ._signin_wrap_jjq4u_47 a:hover,
321
- ._main_nav_link_jjq4u_26 a:not(.active):hover,
322
- ._dd_site_navs_jjq4u_222 a:hover,
323
- ._site_lists_jjq4u_323 a:hover {
324
- text-decoration: underline;
325
- }
326
-
327
- ._dd_site_navs_jjq4u_222 hr {
328
- border-style: solid;
329
- border-width: 1px;
330
- color: #a0aab3;
331
- margin: 1.5rem 0;
332
- opacity: 0.3;
333
- position: relative;
334
- }
335
-
336
- ._site_lists_jjq4u_323 {
337
- display: grid;
338
- grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));
339
- gap: 24px;
340
- padding-bottom: 1.5rem;
341
- }
342
-
343
- ._site_lists_jjq4u_323 > * {
344
- width: 100%;
345
- }
346
-
347
- ._site_lists_jjq4u_323 a {
348
- color: #323339;
349
- text-decoration: none;
350
- }
351
-
352
- ._site_lists_jjq4u_323 [role="heading"] {
353
- color: #1e3860;
354
- font-weight: 700;
355
- }
356
-
357
- ._site_lists_jjq4u_323 li + li {
358
- margin-top: 8px;
359
- }
360
-
361
- ._hamburger_jjq4u_361 {
362
- background: transparent;
363
- border: none;
364
- font-size: 0px;
365
- line-height: 1;
366
- outline: none;
367
- }
368
-
369
- ._hamburger_jjq4u_361:hover,
370
- ._mobile_header_jjq4u_12 button:hover {
371
- cursor: pointer;
372
- opacity: 0.8;
373
- }
374
-
375
- ._signin_wrap_jjq4u_47 > ._mobile_only_jjq4u_375 > a {
376
- color: #4a5560;
377
- padding: 0;
378
- line-height: 1;
379
- }
380
-
381
- ._mobile_logo_jjq4u_381 {
382
- flex: 1 1 0%;
383
- text-align: center;
384
- }
385
-
386
- ._highlight_jjq4u_386 > a {
387
- border-bottom: none;
388
- color: #2f5b88;
389
- font-weight: 700;
390
- line-height: 1.44;
391
- }
392
-
393
- ._mobile_header_jjq4u_12 {
394
- border-bottom: 1px solid #ebebeb;
395
- display: grid;
396
- padding-bottom: 1rem;
397
- place-items: center;
398
- }
399
-
400
- ._mobile_header_jjq4u_12 p {
401
- font: 400 20px / 1.3 var(--header-font-family);
402
- }
403
-
404
- ._mobile_header_jjq4u_12 button {
405
- background: none;
406
- border: none;
407
- position: absolute;
408
- right: 40px;
409
- top: 50%;
410
- transform: translateY(-50%);
411
- }
412
-
413
- ._mobile_nav_jjq4u_413 {
414
- border-right: 1px solid #ebebeb;
415
- left: -100%;
416
- min-height: 100vh;
417
- position: fixed;
418
- top: 0;
419
- transition: all 0.4s ease-in-out;
420
- width: 100%;
421
- z-index: 999;
422
- }
423
-
424
- ._mobile_opened_jjq4u_424 {
425
- left: 0%;
426
- }
427
-
428
- body:has(._mobile_opened_jjq4u_424) {
429
- overflow-y: hidden;
430
- }
431
-
432
- ._mobile_nav_item_jjq4u_432 {
433
- background-color: #f4f4f4;
434
- border-bottom: 1px solid #ebebeb;
435
- }
436
-
437
- ._mobile_nav_item_jjq4u_432 > a {
438
- color: #323339;
439
- display: flex;
440
- font-weight: 700;
441
- line-height: 1.5;
442
- padding: 16px 40px;
443
- text-decoration: none;
444
- width: 100%;
445
- }
446
-
447
- ._mobile_nav_item_jjq4u_432._has_dropdown_jjq4u_447 {
448
- background-color: #f4f4f4;
449
- isolation: isolate;
450
- position: relative;
451
- }
452
-
453
- ._mobile_nav_item_jjq4u_432._has_dropdown_jjq4u_447::before {
454
- content: "";
455
- background-color: #ebebeb;
456
- height: 100%;
457
- position: absolute;
458
- right: 104px;
459
- top: 0;
460
- width: 1px;
461
- z-index: -1;
462
- }
463
-
464
- ._mobile_nav_item_jjq4u_432._has_dropdown_jjq4u_447 > a {
465
- color: #1e3860;
466
- }
467
-
468
- ._icon_wrap_jjq4u_468 {
469
- line-height: 1;
470
- height: 24px;
471
- }
472
-
473
- ._mobile_footer_jjq4u_473 {
474
- position: relative;
475
- width: 100%;
476
- }
477
-
478
- ._mobile_footer_content_jjq4u_478 {
479
- background-color: #f4f4f4;
480
- flex: 1 1 0%;
481
- padding: 16px 24px 16px 40px;
482
- }
483
-
484
- ._mobile_footer_content_jjq4u_478 p {
485
- line-height: 1.5;
486
- text-overflow: ellipsis;
487
- display: -webkit-box;
488
- -webkit-box-orient: vertical;
489
- -webkit-line-clamp: 2;
490
- }
491
-
492
- ._mobile_footer_media_jjq4u_492 {
493
- flex-basis: min(42%, 300px);
494
- background: url("https://images.axos.com/o9ov1v03uwqk/4Fwdu6ylqpXOmJsDWRUETe/25365425dea4c1a8c3910834c2a3c9ed/personal-contact-us-hero.webp")
495
- no-repeat 81% / cover;
496
- }
497
-
498
- ._footer_cta_jjq4u_498 {
499
- margin-top: 3px;
500
- }
501
-
502
- ._footer_cta_jjq4u_498 a {
503
- border-radius: 4px;
504
- border: 2px solid transparent;
505
- color: #fff;
506
- display: inline-block;
507
- font-weight: 700;
508
- padding: 4px 32px;
509
- text-decoration: none;
510
- }
511
-
512
- ._footer_cta_jjq4u_498 a:hover {
513
- background-color: transparent;
514
- text-decoration: underline;
515
- }
516
-
517
- ._footer_cta_jjq4u_498 a:active {
518
- border-color: transparent;
519
- color: #fff;
520
- }
521
-
522
- ._mobile_footer_jjq4u_473 > .flex_row {
523
- min-height: 112px;
524
- }
525
-
526
- ._inner_wrapper_jjq4u_526 {
527
- max-height: 100vh;
528
- overflow-y: scroll;
529
- }
530
-
531
- ._btn_jjq4u_531 {
532
- display: block;
533
- position: relative;
534
- }
535
-
536
- ._sub_menu_jjq4u_536 {
537
- overflow: hidden;
538
- max-height: 0;
539
- transition: max-height 0.8s ease-out;
540
- background: #fff;
541
- overflow-y: scroll;
542
- }
543
-
544
- ._sub_menu_jjq4u_536 a,
545
- ._sub_menu_jjq4u_536 span {
546
- display: block;
547
- padding: 12px 14px 12px 64px;
548
- position: relative;
549
- color: #323339;
550
- text-decoration: none;
551
- }
552
-
553
- ._sub_menu_jjq4u_536 ._main_jjq4u_26 {
554
- font-weight: 700;
555
- }
556
-
557
- ._sub_menu_jjq4u_536 > * {
558
- border-top: 1px solid #ebebeb;
559
- }
560
-
561
- ._dd_footer_jjq4u_561 {
562
- justify-content: flex-end;
563
- flex: 1 1 0%;
564
- align-items: end;
565
- font-size: 11px;
566
- letter-spacing: 0.3px;
567
- }
568
-
569
- @media (max-width: 1121px) {
570
- ._mobile_logo_jjq4u_381 {
571
- position: absolute;
572
- transform: translateX(-50%);
573
- left: 50%;
574
- flex: none;
575
- }
576
- }
577
-
578
- @media (max-width: 1280px) and (min-width: 1024px) {
579
- ._wrapper_jjq4u_5 {
580
- width: calc(100% - 28px);
581
- }
582
-
583
- ._dd_wrapper_jjq4u_205 > ._wrapper_jjq4u_5 {
584
- width: 100%;
585
- }
586
- ._main_nav_link_jjq4u_26 > a {
587
- padding: 4px 6px;
588
- font-size: 15px;
589
- }
590
- ._desktop_only_jjq4u_590 > a {
591
- font-size: 15px;
592
- }
593
- }
594
-
595
- @media (max-width: 1023px) {
596
- ._desktop_only_jjq4u_590 {
597
- display: none !important;
598
- }
599
- }
600
-
601
- @media (max-width: 768px) {
602
- ._wrapper_jjq4u_5 {
603
- width: calc(100% - 48px);
604
- }
605
-
606
- ._mobile_header_jjq4u_12 button {
607
- right: 1.5rem;
608
- }
609
-
610
- ._mobile_nav_item_jjq4u_432 > a {
611
- padding: 16px 24px;
612
- }
613
-
614
- ._sub_menu_jjq4u_536 a,
615
- ._sub_menu_jjq4u_536 span {
616
- padding-left: 48px;
617
- }
618
-
619
- ._mobile_nav_item_jjq4u_432._has_dropdown_jjq4u_447::before {
620
- right: 72px;
621
- }
622
-
623
- ._mobile_footer_content_jjq4u_478 {
624
- padding-right: 15px;
625
- padding-left: 24px;
626
- }
627
- }
628
-
629
- @media (max-width: 450px) {
630
- ._footer_cta_jjq4u_498 a {
631
- white-space: break-spaces;
632
- width: 100%;
633
- text-align: center;
634
- }
635
- }
636
-
637
- @media (min-width: 1024px) {
638
- ._mobile_only_jjq4u_375 {
639
- display: none !important;
640
- }
641
- }
1
+ ._header_13td1_1 {
2
+ border-bottom: 1px solid #ebebeb;
3
+ }
4
+
5
+ ._wrapper_13td1_9 {
6
+ width: calc(100% - 80px);
7
+ margin-left: auto;
8
+ margin-right: auto;
9
+ }
10
+
11
+ ._header_main_row_13td1_21,
12
+ ._mobile_header_13td1_23 {
13
+ min-height: 80px;
14
+ padding-top: 1rem;
15
+ padding-bottom: 0.5rem;
16
+ }
17
+
18
+ ._logo_wrap_13td1_35 {
19
+ padding: 9px 6px;
20
+ }
21
+
22
+ ._primary_links_13td1_43 {
23
+ margin-left: 30px;
24
+ }
25
+
26
+ ._main_nav_link_13td1_51 {
27
+ padding: 10px 8px;
28
+ text-align: center;
29
+ }
30
+
31
+ ._main_nav_link_13td1_51 .active {
32
+ border-color: currentColor;
33
+ transition: border-color 0.5s ease;
34
+ font-weight: 700;
35
+ }
36
+
37
+ ._main_nav_link_13td1_51 > a {
38
+ color: #1e3860;
39
+ display: inline-block;
40
+ font-size: 16px;
41
+ padding: 4px 26px;
42
+ border-bottom: 4px solid transparent;
43
+ }
44
+
45
+ ._sub_nav_link_13td1_89 a,
46
+ ._main_nav_link_13td1_51 a,
47
+ ._signin_wrap_13td1_93 a,
48
+ ._signin_btn_13td1_95 {
49
+ text-decoration: none;
50
+ transition: opacity 0.3s ease;
51
+ }
52
+
53
+ ._sub_nav_link_13td1_89:hover,
54
+ ._main_nav_link_13td1_51 a:hover,
55
+ ._signin_wrap_13td1_93 a:hover {
56
+ opacity: 0.8;
57
+ }
58
+
59
+ ._signin_wrap_13td1_93 .link {
60
+ text-decoration: none;
61
+ padding: 8px;
62
+ }
63
+
64
+ ._signin_btn_13td1_95 {
65
+ border-color: transparent;
66
+ color: #fff;
67
+ padding: 11px 24px;
68
+ font-size: 16px;
69
+ font-weight: 700;
70
+ line-height: 1.44;
71
+ border-radius: 8px;
72
+ margin-left: 8px;
73
+ cursor: pointer;
74
+ }
75
+
76
+ ._signin_btn_13td1_95:hover {
77
+ color: #2f5b88;
78
+ background-color: transparent;
79
+ opacity: 0.9;
80
+ }
81
+
82
+ ._signin_btn_13td1_95:hover > svg path {
83
+ fill: #2f5b88;
84
+ }
85
+
86
+ ._signin_btn_13td1_95 > span {
87
+ margin-right: 8px;
88
+ }
89
+
90
+ ._sub_nav_13td1_89 {
91
+ background-color: var(--primary-theme-color);
92
+ }
93
+
94
+ ._header_sub_row_13td1_187 {
95
+ min-height: 48px;
96
+ position: relative;
97
+ }
98
+
99
+ ._sub_nav_link_13td1_89 {
100
+ padding-inline: 1rem;
101
+ text-align: center;
102
+ color: #fff;
103
+ }
104
+
105
+ ._sub_nav_link_13td1_89 a {
106
+ display: flex;
107
+ align-items: center;
108
+ font-weight: 500;
109
+ line-height: 1.5;
110
+ padding: 12px 9.5px;
111
+ }
112
+
113
+ ._sub_nav_link_13td1_89 a:hover {
114
+ background: linear-gradient(207deg, transparent, rgb(255 255 255 / 28%));
115
+ }
116
+
117
+ ._signin_dropdown_13td1_233 {
118
+ min-width: 288px;
119
+ padding: 1.5rem 1rem;
120
+ position: absolute;
121
+ right: 0;
122
+ top: 100%;
123
+ z-index: 1204;
124
+ display: none;
125
+ }
126
+
127
+ ._shadow_13td1_253 {
128
+ box-shadow: 0px 8px 16px 0px rgba(30, 38, 47, 0.2);
129
+ border: 0.5px solid rgb(255 255 255 / 14%);
130
+ border-top: none;
131
+ }
132
+
133
+ ._signin_dropdown_13td1_233 li[role="heading"] {
134
+ margin-top: 1px;
135
+ }
136
+
137
+ ._signin_header_13td1_273 {
138
+ color: #323339;
139
+ font-weight: 700;
140
+ padding: 0.5rem 1rem;
141
+ text-align: left;
142
+ }
143
+
144
+ ._signin_subheader_13td1_287 {
145
+ color: #2f5b88;
146
+ padding: 0.5rem 0.5rem 0.5rem 1.5rem;
147
+ }
148
+
149
+ ._signin_header_13td1_273,
150
+ ._signin_subheader_13td1_287 a {
151
+ line-height: 1.5;
152
+ }
153
+
154
+ @keyframes _fadeInDown_13td1_1 {
155
+ from {
156
+ opacity: 0;
157
+ transform: translate3d(0, -1%, 0);
158
+ }
159
+
160
+ to {
161
+ opacity: 1;
162
+ transform: none;
163
+ }
164
+ }
165
+
166
+ ._opacity_13td1_331 {
167
+ animation-duration: 0.5s;
168
+ animation-fill-mode: both;
169
+ animation-name: _fadeInDown_13td1_1;
170
+ }
171
+
172
+ ._signin_footer_13td1_343 {
173
+ margin-top: 0.5rem;
174
+ padding-top: 1rem;
175
+ }
176
+
177
+ ._signin_footer_13td1_343 > a + a {
178
+ display: block;
179
+ margin-top: 16px;
180
+ }
181
+
182
+ ._signin_footer_13td1_343::before {
183
+ content: "";
184
+ background-color: #8f8f8f;
185
+ height: 2px;
186
+ opacity: 0.3;
187
+ position: absolute;
188
+ right: 8px;
189
+ top: 0;
190
+ width: 94%;
191
+ }
192
+
193
+ ._open_13td1_385 {
194
+ opacity: 0.8;
195
+ }
196
+
197
+ ._open_13td1_385 > svg {
198
+ transform: scaleY(-1);
199
+ }
200
+
201
+ ._open_13td1_385 + ._signin_dropdown_13td1_233 {
202
+ display: block;
203
+ }
204
+
205
+ ._dd_wrapper_13td1_409 {
206
+ max-width: 1440px;
207
+ outline: none !important;
208
+ position: absolute;
209
+ top: 0;
210
+ width: 100%;
211
+ z-index: 1203;
212
+ }
213
+
214
+ ._dd_media_13td1_427 {
215
+ padding: 1.5rem;
216
+ width: 280px;
217
+ }
218
+
219
+ ._dd_media_img_13td1_437 {
220
+ min-height: 232px;
221
+ }
222
+
223
+ ._dd_site_navs_13td1_445 {
224
+ display: flex;
225
+ flex-direction: column;
226
+ flex: 1 1 0%;
227
+ padding: 1.5rem;
228
+ }
229
+
230
+ ._dd_media_header_13td1_459 p {
231
+ color: #fff;
232
+ font-size: 14px;
233
+ line-height: 1.42;
234
+ }
235
+
236
+ ._dd_media_header_13td1_459 p[role="heading"] {
237
+ font: 600 1.25rem/ 1.4 var(--header-font-family);
238
+ }
239
+
240
+ ._mt_8_13td1_479 {
241
+ margin-top: 8px;
242
+ }
243
+
244
+ ._mt_16_13td1_487 {
245
+ margin-top: 1rem;
246
+ }
247
+
248
+ ._ml_8_13td1_495 {
249
+ margin-left: 8px;
250
+ }
251
+
252
+ ._dd_media_cta_13td1_503 > a:first-child {
253
+ border-radius: 8px;
254
+ border: 2px solid transparent;
255
+ color: #1e3860 !important;
256
+ display: inline-block;
257
+ font-size: 1.125rem;
258
+ font-weight: 700;
259
+ line-height: 1.44;
260
+ padding: 12px;
261
+ text-decoration: none;
262
+ transition: all 0.25s ease;
263
+ width: 100%;
264
+ }
265
+
266
+ ._dd_media_cta_13td1_503 > a:first-child:hover {
267
+ background-color: transparent;
268
+ border-color: #fff;
269
+ color: #fff !important;
270
+ }
271
+
272
+ ._dd_media_cta_13td1_503 > a:nth-child(2) {
273
+ color: #fff;
274
+ display: inline-block;
275
+ margin-top: 8px;
276
+ text-decoration: none;
277
+ }
278
+
279
+ ._dd_media_cta_13td1_503 > a:nth-child(2):hover {
280
+ opacity: 0.8;
281
+ text-decoration: underline;
282
+ }
283
+
284
+ ._reversed_row_13td1_567 {
285
+ flex-direction: row-reverse;
286
+ }
287
+
288
+ ._dd_media_cta_13td1_503 > a:first-child:active {
289
+ background-color: #fff;
290
+ border-color: transparent;
291
+ color: #1e3860 !important;
292
+ }
293
+
294
+ ._headline_13td1_587 > p {
295
+ color: #1e3860;
296
+ flex: 1 1 0%;
297
+ font: 600 1.5rem / 1.33 var(--header-font-family);
298
+ margin-bottom: 0;
299
+ }
300
+
301
+ ._nav_anchor_13td1_601 {
302
+ aspect-ratio: 1;
303
+ background-color: #4a5560;
304
+ border-radius: 8px;
305
+ height: 1.5rem;
306
+ width: 1.5rem;
307
+ }
308
+
309
+ ._headline_cta_13td1_617 {
310
+ margin-left: 8px;
311
+ }
312
+
313
+ ._headline_cta_13td1_617 > a {
314
+ color: #1e3860;
315
+ font-weight: 700;
316
+ line-height: 1.5;
317
+ text-decoration: none;
318
+ }
319
+
320
+ ._sub_nav_link_13td1_89:hover,
321
+ ._signin_wrap_13td1_93 a:hover,
322
+ ._main_nav_link_13td1_51 a:not(.active):hover,
323
+ ._dd_site_navs_13td1_445 a:hover,
324
+ ._site_lists_13td1_647 a:hover {
325
+ text-decoration: underline;
326
+ }
327
+
328
+ ._dd_site_navs_13td1_445 hr {
329
+ border-style: solid;
330
+ border-width: 1px;
331
+ color: #a0aab3;
332
+ margin: 1.5rem 0;
333
+ opacity: 0.3;
334
+ position: relative;
335
+ }
336
+
337
+ ._site_lists_13td1_647 {
338
+ display: grid;
339
+ grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));
340
+ gap: 24px;
341
+ padding-bottom: 1.5rem;
342
+ }
343
+
344
+ ._site_lists_13td1_647 > * {
345
+ width: 100%;
346
+ }
347
+
348
+ ._site_lists_13td1_647 a {
349
+ color: #323339;
350
+ text-decoration: none;
351
+ }
352
+
353
+ ._site_lists_13td1_647 [role="heading"] {
354
+ color: #1e3860;
355
+ font-weight: 700;
356
+ }
357
+
358
+ ._site_lists_13td1_647 li + li {
359
+ margin-top: 8px;
360
+ }
361
+
362
+ ._hamburger_13td1_723 {
363
+ background: transparent;
364
+ border: none;
365
+ font-size: 0px;
366
+ line-height: 1;
367
+ outline: none;
368
+ }
369
+
370
+ ._hamburger_13td1_723:hover,
371
+ ._mobile_header_13td1_23 button:hover {
372
+ cursor: pointer;
373
+ opacity: 0.8;
374
+ }
375
+
376
+ ._signin_wrap_13td1_93 > ._mobile_only_13td1_751 > a {
377
+ color: #4a5560;
378
+ padding: 0;
379
+ line-height: 1;
380
+ }
381
+
382
+ ._mobile_logo_13td1_763 {
383
+ flex: 1 1 0%;
384
+ text-align: center;
385
+ }
386
+
387
+ ._highlight_13td1_773 > a {
388
+ border-bottom: none;
389
+ color: #2f5b88;
390
+ font-weight: 700;
391
+ line-height: 1.44;
392
+ }
393
+
394
+ ._mobile_header_13td1_23 {
395
+ border-bottom: 1px solid #ebebeb;
396
+ display: grid;
397
+ padding-bottom: 1rem;
398
+ place-items: center;
399
+ }
400
+
401
+ ._mobile_header_13td1_23 p {
402
+ font: 400 20px / 1.3 var(--header-font-family);
403
+ }
404
+
405
+ ._mobile_header_13td1_23 button {
406
+ background: none;
407
+ border: none;
408
+ position: absolute;
409
+ right: 40px;
410
+ top: 50%;
411
+ transform: translateY(-50%);
412
+ }
413
+
414
+ ._mobile_nav_13td1_827 {
415
+ border-right: 1px solid #ebebeb;
416
+ left: -100%;
417
+ min-height: 100vh;
418
+ position: fixed;
419
+ top: 0;
420
+ transition: all 0.4s ease-in-out;
421
+ width: 100%;
422
+ z-index: 999;
423
+ }
424
+
425
+ ._mobile_opened_13td1_849 {
426
+ left: 0%;
427
+ }
428
+
429
+ body:has(._mobile_opened_13td1_849) {
430
+ overflow-y: hidden;
431
+ }
432
+
433
+ ._mobile_nav_item_13td1_865 {
434
+ background-color: #f4f4f4;
435
+ border-bottom: 1px solid #ebebeb;
436
+ }
437
+
438
+ ._mobile_nav_item_13td1_865 > a {
439
+ color: #323339;
440
+ display: flex;
441
+ font-weight: 700;
442
+ line-height: 1.5;
443
+ padding: 16px 40px;
444
+ text-decoration: none;
445
+ width: 100%;
446
+ }
447
+
448
+ ._mobile_nav_item_13td1_865._has_dropdown_13td1_895 {
449
+ background-color: #f4f4f4;
450
+ isolation: isolate;
451
+ position: relative;
452
+ }
453
+
454
+ ._mobile_nav_item_13td1_865._has_dropdown_13td1_895::before {
455
+ content: "";
456
+ background-color: #ebebeb;
457
+ height: 100%;
458
+ position: absolute;
459
+ right: 104px;
460
+ top: 0;
461
+ width: 1px;
462
+ z-index: -1;
463
+ }
464
+
465
+ ._mobile_nav_item_13td1_865._has_dropdown_13td1_895 > a {
466
+ color: #1e3860;
467
+ }
468
+
469
+ ._icon_wrap_13td1_937 {
470
+ line-height: 1;
471
+ height: 24px;
472
+ }
473
+
474
+ ._mobile_footer_13td1_947 {
475
+ position: relative;
476
+ width: 100%;
477
+ }
478
+
479
+ ._mobile_footer_content_13td1_957 {
480
+ background-color: #f4f4f4;
481
+ flex: 1 1 0%;
482
+ padding: 16px 24px 16px 40px;
483
+ }
484
+
485
+ ._mobile_footer_content_13td1_957 p {
486
+ line-height: 1.5;
487
+ text-overflow: ellipsis;
488
+ display: -webkit-box;
489
+ -webkit-box-orient: vertical;
490
+ -webkit-line-clamp: 2;
491
+ }
492
+
493
+ ._mobile_footer_media_13td1_985 {
494
+ flex-basis: min(42%, 300px);
495
+ background: url("https://images.axos.com/o9ov1v03uwqk/4Fwdu6ylqpXOmJsDWRUETe/25365425dea4c1a8c3910834c2a3c9ed/personal-contact-us-hero.webp")
496
+ no-repeat 81% / cover;
497
+ }
498
+
499
+ ._footer_cta_13td1_997 {
500
+ margin-top: 3px;
501
+ }
502
+
503
+ ._footer_cta_13td1_997 a {
504
+ border-radius: 4px;
505
+ border: 2px solid transparent;
506
+ color: #fff;
507
+ display: inline-block;
508
+ font-weight: 700;
509
+ padding: 4px 32px;
510
+ text-decoration: none;
511
+ }
512
+
513
+ ._footer_cta_13td1_997 a:hover {
514
+ background-color: transparent;
515
+ text-decoration: underline;
516
+ }
517
+
518
+ ._footer_cta_13td1_997 a:active {
519
+ border-color: transparent;
520
+ color: #fff;
521
+ }
522
+
523
+ ._mobile_footer_13td1_947 > .flex_row {
524
+ min-height: 112px;
525
+ }
526
+
527
+ ._inner_wrapper_13td1_1053 {
528
+ max-height: 100vh;
529
+ overflow-y: scroll;
530
+ }
531
+
532
+ ._btn_13td1_1063 {
533
+ display: block;
534
+ position: relative;
535
+ }
536
+
537
+ ._sub_menu_13td1_1073 {
538
+ overflow: hidden;
539
+ max-height: 0;
540
+ transition: max-height 0.8s ease-out;
541
+ background: #fff;
542
+ overflow-y: scroll;
543
+ }
544
+
545
+ ._sub_menu_13td1_1073 a,
546
+ ._sub_menu_13td1_1073 span {
547
+ display: block;
548
+ padding: 12px 14px 12px 64px;
549
+ position: relative;
550
+ color: #323339;
551
+ text-decoration: none;
552
+ }
553
+
554
+ ._sub_menu_13td1_1073 ._main_13td1_51 {
555
+ font-weight: 700;
556
+ }
557
+
558
+ ._sub_menu_13td1_1073 > * {
559
+ border-top: 1px solid #ebebeb;
560
+ }
561
+
562
+ ._dd_footer_13td1_1123 {
563
+ justify-content: flex-end;
564
+ flex: 1 1 0%;
565
+ align-items: end;
566
+ font-size: 11px;
567
+ letter-spacing: 0.3px;
568
+ }
569
+
570
+ ._skip_btn_13td1_1139 {
571
+ clip: rect(1px 1px 1px 1px);
572
+ margin: -1px;
573
+ overflow: hidden;
574
+ padding: 0;
575
+ position: absolute;
576
+ }
577
+
578
+ ._skip_btnt_13td1_1155:active,
579
+ ._skip_btn_13td1_1139:focus {
580
+ background-color: #faa74a;
581
+ border-radius: 8px;
582
+ clip: auto;
583
+ color: #1e3869;
584
+ font-size: 14px;
585
+ font-weight: 700;
586
+ margin: 0;
587
+ overflow: visible;
588
+ padding: 9px 24px;
589
+ position: relative;
590
+ text-decoration: none;
591
+ top: 12px;
592
+
593
+ }
594
+
595
+ @media (max-width: 1121px) {
596
+ ._mobile_logo_13td1_763 {
597
+ position: absolute;
598
+ transform: translateX(-50%);
599
+ left: 50%;
600
+ flex: none;
601
+ }
602
+ }
603
+
604
+ @media (max-width: 1280px) and (min-width: 1024px) {
605
+ ._wrapper_13td1_9 {
606
+ width: calc(100% - 28px);
607
+ }
608
+
609
+ ._dd_wrapper_13td1_409 > ._wrapper_13td1_9 {
610
+ width: 100%;
611
+ }
612
+ ._main_nav_link_13td1_51 > a {
613
+ padding: 4px 6px;
614
+ font-size: 15px;
615
+ }
616
+ ._desktop_only_13td1_1231 > a {
617
+ font-size: 15px;
618
+ }
619
+ }
620
+
621
+ @media (max-width: 1023px) {
622
+ ._desktop_only_13td1_1231 {
623
+ display: none !important;
624
+ }
625
+ }
626
+
627
+ @media (max-width: 768px) {
628
+ ._wrapper_13td1_9 {
629
+ width: calc(100% - 48px);
630
+ }
631
+
632
+ ._mobile_header_13td1_23 button {
633
+ right: 1.5rem;
634
+ }
635
+
636
+ ._mobile_nav_item_13td1_865 > a {
637
+ padding: 16px 24px;
638
+ }
639
+
640
+ ._sub_menu_13td1_1073 a,
641
+ ._sub_menu_13td1_1073 span {
642
+ padding-left: 48px;
643
+ }
644
+
645
+ ._mobile_nav_item_13td1_865._has_dropdown_13td1_895::before {
646
+ right: 72px;
647
+ }
648
+
649
+ ._mobile_footer_content_13td1_957 {
650
+ padding-right: 15px;
651
+ padding-left: 24px;
652
+ }
653
+ }
654
+
655
+ @media (max-width: 450px) {
656
+ ._footer_cta_13td1_997 a {
657
+ white-space: break-spaces;
658
+ width: 100%;
659
+ text-align: center;
660
+ }
661
+ }
662
+
663
+ @media (min-width: 1024px) {
664
+ ._mobile_only_13td1_751 {
665
+ display: none !important;
666
+ }
667
+ }