@axos-web-dev/shared-components 0.0.65 → 0.0.67

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 (35) hide show
  1. package/dist/AlertBanner/index.js +1 -1
  2. package/dist/ArticlesSet/ArticlesSet.d.ts +1 -1
  3. package/dist/ArticlesSet/ArticlesSet.js +1 -1
  4. package/dist/AwardsBanner/AwardsBanner.js +3 -3
  5. package/dist/Calculators/calculators.js +20 -0
  6. package/dist/Carousel/index.js +1 -1
  7. package/dist/ExecutiveBio/ExecutiveBio.js +5 -4
  8. package/dist/Forms/SuccesForm.js +1 -1
  9. package/dist/LandingPageHeader/LandingPageHeader.d.ts +2 -1
  10. package/dist/LandingPageHeader/LandingPageHeader.js +85 -70
  11. package/dist/LandingPageHeader/index.d.ts +1 -0
  12. package/dist/LandingPageHeader/index.js +6 -1
  13. package/dist/NavigationMenu/AxosAdvisorServices/NavBar.module.js +56 -53
  14. package/dist/NavigationMenu/AxosAdvisorServices/NavData.js +1 -1
  15. package/dist/NavigationMenu/AxosAdvisorServices/SubNavBar.d.ts +1 -1
  16. package/dist/NavigationMenu/AxosAdvisorServices/SubNavBar.js +15 -11
  17. package/dist/NavigationMenu/AxosAdvisorServices/index.js +1 -1
  18. package/dist/Table/Table.d.ts +2 -2
  19. package/dist/assets/NavigationMenu/AxosAdvisorServices/NavBar.css.css +610 -602
  20. package/dist/icons/Logos/AAS.d.ts +6 -0
  21. package/dist/icons/Logos/AAS.js +33 -0
  22. package/dist/icons/Logos/AFS.d.ts +6 -0
  23. package/dist/icons/Logos/AFS.js +33 -0
  24. package/dist/icons/Logos/AXA.d.ts +6 -0
  25. package/dist/icons/Logos/AXA.js +35 -0
  26. package/dist/icons/Logos/AXC.d.ts +6 -0
  27. package/dist/icons/Logos/AXC.js +33 -0
  28. package/dist/icons/Logos/AXI.d.ts +6 -0
  29. package/dist/icons/Logos/AXI.js +59 -0
  30. package/dist/icons/Logos/AXOS.d.ts +6 -0
  31. package/dist/icons/Logos/AXOS.js +34 -0
  32. package/dist/icons/index.d.ts +7 -1
  33. package/dist/icons/index.js +24 -12
  34. package/dist/main.js +29 -12
  35. package/package.json +1 -1
@@ -1,602 +1,610 @@
1
- ._header_4yygj_1 {
2
- border-bottom: 1px solid #ebebeb;
3
- }
4
-
5
- ._wrapper_4yygj_9 {
6
- width: calc(100% - 80px);
7
- margin-left: auto;
8
- margin-right: auto;
9
- }
10
-
11
- ._header_main_row_4yygj_21,
12
- ._mobile_header_4yygj_23 {
13
- min-height: 80px;
14
- padding-top: 1rem;
15
- padding-bottom: 0.5rem;
16
- }
17
-
18
- ._logo_wrap_4yygj_35 {
19
- padding: 9px 6px;
20
- }
21
-
22
- ._primary_links_4yygj_43 {
23
- margin-left: 30px;
24
- }
25
-
26
- ._main_nav_link_4yygj_51 {
27
- padding: 10px 8px;
28
- text-align: center;
29
- }
30
-
31
- ._main_nav_link_4yygj_51 .active {
32
- border-color: currentColor;
33
- transition: border-color 0.5s ease;
34
- }
35
-
36
- ._main_nav_link_4yygj_51 .active {
37
- font-weight: 700;
38
- }
39
-
40
- ._main_nav_link_4yygj_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_4yygj_95 a,
49
- ._main_nav_link_4yygj_51 a,
50
- ._signin_wrap_4yygj_99 a,
51
- ._signin_btn_4yygj_101 {
52
- text-decoration: none;
53
- transition: opacity 0.3s ease;
54
- }
55
-
56
- ._sub_nav_link_4yygj_95:hover,
57
- ._main_nav_link_4yygj_51 a:hover,
58
- ._signin_wrap_4yygj_99 a:hover {
59
- opacity: 0.8;
60
- }
61
-
62
- ._signin_wrap_4yygj_99 .link {
63
- text-decoration: none;
64
- padding: 8px;
65
- }
66
-
67
- ._signin_btn_4yygj_101 {
68
- border: none;
69
- color: #fff;
70
- padding: 11px 24px;
71
- font-size: 16px;
72
- font-weight: 700;
73
- line-height: 1.44;
74
- border-radius: 8px;
75
- margin-left: 8px;
76
- cursor: pointer;
77
- }
78
-
79
- ._signin_btn_4yygj_101:hover {
80
- color: var(--colors-primary-textButton__1073cm85);
81
- background-color: var(--colors-primary-backgroundButton__1073cm86);
82
- opacity: 0.9;
83
- }
84
-
85
- ._signin_btn_4yygj_101 > span {
86
- margin-right: 8px;
87
- }
88
-
89
- ._sub_nav_4yygj_95 {
90
- background-color: var(--primary-theme-color);
91
- }
92
-
93
- ._header_sub_row_4yygj_185 {
94
- padding-block: 12px;
95
- min-height: 48px;
96
- }
97
-
98
- ._sub_nav_link_4yygj_95 {
99
- padding-inline: 1rem;
100
- text-align: center;
101
- color: #fff;
102
- }
103
-
104
- ._sub_nav_link_4yygj_95 a {
105
- font-weight: 500;
106
- line-height: 1.5;
107
- }
108
-
109
- ._signin_dropdown_4yygj_217 {
110
- min-width: 288px;
111
- padding: 1.5rem 1rem;
112
- position: absolute;
113
- right: 0;
114
- top: 100%;
115
- z-index: 1204;
116
- display: none;
117
- }
118
-
119
- ._shadow_4yygj_237 {
120
- box-shadow: 0px 8px 16px 0px rgba(30, 38, 47, 0.2);
121
- }
122
-
123
- ._signin_dropdown_4yygj_217 li[role="heading"] {
124
- margin-top: 1px;
125
- }
126
-
127
- ._signin_header_4yygj_253 {
128
- color: #323339;
129
- font-weight: 700;
130
- padding: 0.5rem 1rem;
131
- text-align: left;
132
- }
133
-
134
- ._signin_subheader_4yygj_267 {
135
- color: #2f5b88;
136
- padding: 0.5rem 0.5rem 0.5rem 1.5rem;
137
- }
138
-
139
- ._signin_header_4yygj_253,
140
- ._signin_subheader_4yygj_267 a {
141
- line-height: 1.5;
142
- }
143
-
144
- @keyframes _fadeInDown_4yygj_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_4yygj_311 {
157
- animation-duration: 0.5s;
158
- animation-fill-mode: both;
159
- animation-name: _fadeInDown_4yygj_1;
160
- }
161
-
162
- ._footer_4yygj_323 {
163
- margin-top: 0.5rem;
164
- padding-top: 1rem;
165
- }
166
-
167
- ._footer_4yygj_323::before {
168
- content: "";
169
- background-color: #8f8f8f;
170
- height: 2px;
171
- opacity: 0.3;
172
- position: absolute;
173
- right: 8px;
174
- top: 0;
175
- width: 94%;
176
- }
177
-
178
- ._open_4yygj_355 {
179
- opacity: 0.8;
180
- }
181
-
182
- ._open_4yygj_355 > svg {
183
- transform: scaleY(-1);
184
- }
185
-
186
- ._open_4yygj_355 + ._signin_dropdown_4yygj_217 {
187
- display: block;
188
- }
189
-
190
- ._dd_wrapper_4yygj_379 {
191
- z-index: 1203;
192
- max-width: 1440px;
193
- }
194
-
195
- ._dd_media_4yygj_389 {
196
- padding: 1.5rem;
197
- width: 280px;
198
- }
199
-
200
- ._dd_media_img_4yygj_399 {
201
- min-height: 232px;
202
- }
203
-
204
- ._dd_site_navs_4yygj_407 {
205
- flex: 1 1 0%;
206
- padding: 1.5rem;
207
- display: flex;
208
- flex-direction: column;
209
- }
210
-
211
- ._dd_media_header_4yygj_421 p {
212
- font-size: 14px;
213
- line-height: 1.42;
214
- }
215
-
216
- ._dd_media_header_4yygj_421 p[role="heading"] {
217
- font: 600 1.25rem/ 1.4 var(--header-font-family);
218
- }
219
-
220
- ._mt_8_4yygj_439 {
221
- margin-top: 8px;
222
- }
223
-
224
- ._mt_16_4yygj_447 {
225
- margin-top: 1rem;
226
- }
227
-
228
- ._ml_8_4yygj_455 {
229
- margin-left: 8px;
230
- }
231
-
232
- ._dd_media_cta_4yygj_463 > a {
233
- border-radius: 8px;
234
- color: #1e3860 !important;
235
- display: inline-block;
236
- font-size: 1.125rem;
237
- font-weight: 700;
238
- line-height: 1.44;
239
- padding: 12px;
240
- text-decoration: none;
241
- width: 100%;
242
- transition: all 0.25s ease;
243
- border: 2px solid transparent;
244
- }
245
-
246
- ._reversed_row_4yygj_491 {
247
- flex-direction: row-reverse;
248
- }
249
-
250
- ._dd_media_cta_4yygj_463 > a:hover {
251
- background-color: transparent;
252
- border-color: #fff;
253
- color: #fff;
254
- }
255
-
256
- ._dd_media_cta_4yygj_463 > a:active {
257
- background-color: #fff;
258
- border-color: transparent;
259
- color: #1e3860 !important;
260
- }
261
-
262
- ._headline_4yygj_523 > p {
263
- font: 600 1.5rem / 1.33 var(--header-font-family);
264
- flex: 1 1 0%;
265
- color: #1e3860;
266
- }
267
-
268
- ._nav_anchor_4yygj_535 {
269
- width: 1.5rem;
270
- height: 1.5rem;
271
- aspect-ratio: 1;
272
- background-color: #4a5560;
273
- border-radius: 8px;
274
- }
275
-
276
- ._headline_cta_4yygj_551 {
277
- margin-left: 8px;
278
- }
279
-
280
- ._headline_cta_4yygj_551 > a {
281
- font-weight: 700;
282
- line-height: 1.5;
283
- text-decoration: none;
284
- color: #1e3860;
285
- }
286
-
287
- ._sub_nav_link_4yygj_95:hover,
288
- ._signin_wrap_4yygj_99 a:hover,
289
- ._main_nav_link_4yygj_51 a:not(.active):hover,
290
- ._dd_site_navs_4yygj_407 a:hover,
291
- ._site_lists_4yygj_581 a:hover {
292
- text-decoration: underline;
293
- }
294
-
295
- ._dd_site_navs_4yygj_407 hr {
296
- border-style: solid;
297
- border-width: 1px;
298
- color: #a0aab3;
299
- margin: 1.5rem 0;
300
- opacity: 0.3;
301
- position: relative;
302
- }
303
-
304
- ._site_lists_4yygj_581 {
305
- padding-bottom: 1.5rem;
306
- }
307
-
308
- ._site_lists_4yygj_581 > * {
309
- width: 100%;
310
- }
311
-
312
- ._site_lists_4yygj_581 a {
313
- color: #323339;
314
- text-decoration: none;
315
- }
316
-
317
- ._site_lists_4yygj_581 [role="heading"] {
318
- color: #1e3860;
319
- font-weight: 700;
320
- }
321
-
322
- ._site_lists_4yygj_581 li + li {
323
- margin-top: 8px;
324
- }
325
-
326
- ._hamburger_4yygj_651 {
327
- background: transparent;
328
- border: none;
329
- font-size: 0px;
330
- line-height: 1;
331
- outline: none;
332
- }
333
-
334
- ._hamburger_4yygj_651:hover,
335
- ._mobile_header_4yygj_23 button:hover {
336
- cursor: pointer;
337
- opacity: 0.8;
338
- }
339
-
340
- ._signin_wrap_4yygj_99 > ._mobile_only_4yygj_679 > a {
341
- color: #4a5560;
342
- padding: 0;
343
- line-height: 1;
344
- }
345
-
346
- ._mobile_logo_4yygj_691 {
347
- flex: 1 1 0%;
348
- text-align: center;
349
- }
350
-
351
- ._highlight_4yygj_701 > a {
352
- border-bottom: none;
353
- color: #2f5b88;
354
- font-weight: 700;
355
- line-height: 1.44;
356
- }
357
-
358
- @media (max-width: 1121px) {
359
- ._mobile_logo_4yygj_691 {
360
- position: absolute;
361
- transform: translateX(-50%);
362
- left: 50%;
363
- flex: none;
364
- }
365
- }
366
-
367
- ._mobile_header_4yygj_23 {
368
- padding-bottom: 1rem;
369
- display: grid;
370
- place-items: center;
371
- border-bottom: 1px solid #ebebeb;
372
- }
373
-
374
- ._mobile_header_4yygj_23 p {
375
- font: 400 20px / 1.3 var(--header-font-family);
376
- }
377
-
378
- ._mobile_header_4yygj_23 button {
379
- background: none;
380
- border: none;
381
- position: absolute;
382
- right: 40px;
383
- top: 50%;
384
- transform: translateY(-50%);
385
- }
386
-
387
- ._mobile_nav_4yygj_773 {
388
- border-right: 1px solid #ebebeb;
389
- left: -100%;
390
- min-height: 100vh;
391
- position: fixed;
392
- top: 0;
393
- transition: all 0.4s ease-in-out;
394
- width: 100%;
395
- z-index: 999;
396
- }
397
-
398
- ._mobile_opened_4yygj_795 {
399
- left: 0%;
400
- }
401
-
402
- ._mobile_nav_item_4yygj_803 {
403
- background-color: #f4f4f4;
404
- border-bottom: 1px solid #ebebeb;
405
- }
406
-
407
- ._mobile_nav_item_4yygj_803 > a {
408
- color: #323339;
409
- display: flex;
410
- font-weight: 700;
411
- line-height: 1.5;
412
- padding: 16px 40px;
413
- text-decoration: none;
414
- width: 100%;
415
- }
416
-
417
- ._mobile_nav_item_4yygj_803._has_dropdown_4yygj_833 {
418
- background-color: #f4f4f4;
419
- isolation: isolate;
420
- position: relative;
421
- }
422
-
423
- ._mobile_nav_item_4yygj_803._has_dropdown_4yygj_833::before {
424
- content: "";
425
- background-color: #ebebeb;
426
- height: 100%;
427
- position: absolute;
428
- right: 104px;
429
- top: 0;
430
- width: 1px;
431
- z-index: -1;
432
- }
433
-
434
- ._mobile_nav_item_4yygj_803._has_dropdown_4yygj_833 > a {
435
- color: #1e3860;
436
- }
437
-
438
- ._icon_wrap_4yygj_875 {
439
- line-height: 1;
440
- height: 24px;
441
- }
442
-
443
- ._mobile_footer_4yygj_885 {
444
- position: relative;
445
- width: 100%;
446
- }
447
-
448
- ._mobile_footer_content_4yygj_895 {
449
- background-color: #f4f4f4;
450
- flex: 1 1 0%;
451
- padding: 16px 24px 16px 40px;
452
- }
453
-
454
- ._mobile_footer_content_4yygj_895 p {
455
- line-height: 1.5;
456
- text-overflow: ellipsis;
457
- display: -webkit-box;
458
- -webkit-box-orient: vertical;
459
- -webkit-line-clamp: 2;
460
- }
461
-
462
- ._mobile_footer_media_4yygj_923 {
463
- flex-basis: min(42%, 300px);
464
- background: url("https://images.ctfassets.net/i131f3ac17m5/1FEWgXviy43Napqx2EfqD2/4f4ae7934d023d8ee2f871ceb58e7fbc/aas-mobile-footer.webp")
465
- no-repeat center center / cover;
466
- }
467
-
468
- ._footer_cta_4yygj_935 {
469
- margin-top: 3px;
470
- }
471
-
472
- ._footer_cta_4yygj_935 a {
473
- border-radius: 4px;
474
- border: 2px solid transparent;
475
- color: #fff;
476
- display: inline-block;
477
- font-weight: 700;
478
- padding: 4px 32px;
479
- text-decoration: none;
480
- }
481
-
482
- ._footer_cta_4yygj_935 a:hover {
483
- background-color: transparent;
484
- text-decoration: underline;
485
- }
486
-
487
- ._footer_cta_4yygj_935 a:active {
488
- border-color: transparent;
489
- color: #fff;
490
- }
491
-
492
- ._mobile_footer_4yygj_885 > .flex_row {
493
- min-height: 112px;
494
- }
495
-
496
- ._inner_wrapper_4yygj_991 {
497
- max-height: 100vh;
498
- overflow-y: scroll;
499
- }
500
-
501
- ._btn_4yygj_1001 {
502
- display: block;
503
- position: relative;
504
- }
505
-
506
- ._sub_menu_4yygj_1011 {
507
- overflow: hidden;
508
- max-height: 0;
509
- transition: max-height 0.8s ease-out;
510
- background: #fff;
511
- overflow-y: scroll;
512
- }
513
-
514
- ._sub_menu_4yygj_1011 a,
515
- ._sub_menu_4yygj_1011 span {
516
- display: block;
517
- padding: 12px 14px 12px 64px;
518
- position: relative;
519
- color: #323339;
520
- text-decoration: none;
521
- }
522
-
523
- ._sub_menu_4yygj_1011 ._main_4yygj_51 {
524
- font-weight: 700;
525
- }
526
-
527
- ._sub_menu_4yygj_1011 a + a {
528
- border-top: 1px solid #ebebeb;
529
- }
530
-
531
- ._dd_footer_4yygj_1061 {
532
- justify-content: flex-end;
533
- flex: 1 1 0%;
534
- align-items: end;
535
- font-size: 11px;
536
- letter-spacing: 0.3px;
537
- }
538
-
539
- @media (max-width: 1280px) and (min-width: 1024px) {
540
- ._wrapper_4yygj_9 {
541
- width: calc(100% - 28px);
542
- }
543
-
544
- ._dd_wrapper_4yygj_379 > ._wrapper_4yygj_9 {
545
- width: 100%;
546
- }
547
- ._main_nav_link_4yygj_51 > a {
548
- padding: 4px 6px;
549
- font-size: 15px;
550
- }
551
- ._desktop_only_4yygj_1101 > a {
552
- font-size: 15px;
553
- }
554
- }
555
-
556
- @media (max-width: 1023px) {
557
- ._desktop_only_4yygj_1101 {
558
- display: none !important;
559
- }
560
- }
561
-
562
- @media (max-width: 768px) {
563
- ._wrapper_4yygj_9 {
564
- width: calc(100% - 48px);
565
- }
566
-
567
- ._mobile_header_4yygj_23 button {
568
- right: 1.5rem;
569
- }
570
-
571
- ._mobile_nav_item_4yygj_803 > a {
572
- padding: 16px 24px;
573
- }
574
-
575
- ._sub_menu_4yygj_1011 a,
576
- ._sub_menu_4yygj_1011 span {
577
- padding-left: 48px;
578
- }
579
-
580
- ._mobile_nav_item_4yygj_803._has_dropdown_4yygj_833::before {
581
- right: 72px;
582
- }
583
-
584
- ._mobile_footer_content_4yygj_895 {
585
- padding-right: 15px;
586
- padding-left: 24px;
587
- }
588
- }
589
-
590
- @media (max-width: 450px) {
591
- ._footer_cta_4yygj_935 a {
592
- white-space: break-spaces;
593
- width: 100%;
594
- text-align: center;
595
- }
596
- }
597
-
598
- @media (min-width: 1024px) {
599
- ._mobile_only_4yygj_679 {
600
- display: none !important;
601
- }
602
- }
1
+ ._header_ltfms_1 {
2
+ border-bottom: 1px solid #ebebeb;
3
+ }
4
+
5
+ ._wrapper_ltfms_5 {
6
+ width: calc(100% - 80px);
7
+ margin-left: auto;
8
+ margin-right: auto;
9
+ }
10
+
11
+ ._main_nav_ltfms_11 {
12
+ margin: 0 auto;
13
+ width: 94%;
14
+ max-width: 1640px;
15
+ justify-content: space-between;
16
+ }
17
+
18
+ ._header_main_row_ltfms_18,
19
+ ._mobile_header_ltfms_19 {
20
+ min-height: 80px;
21
+ padding-top: 1rem;
22
+ padding-bottom: 0.5rem;
23
+ }
24
+
25
+ ._logo_wrap_ltfms_25 {
26
+ padding: 9px 6px;
27
+ }
28
+
29
+ ._primary_links_ltfms_29 {
30
+ margin-left: 30px;
31
+ }
32
+
33
+ ._main_nav_link_ltfms_33 {
34
+ padding: 10px 8px;
35
+ text-align: center;
36
+ }
37
+
38
+ ._main_nav_link_ltfms_33 .active {
39
+ border-color: currentColor;
40
+ transition: border-color 0.5s ease;
41
+ }
42
+
43
+ ._main_nav_link_ltfms_33 .active {
44
+ font-weight: 700;
45
+ }
46
+
47
+ ._main_nav_link_ltfms_33 > a {
48
+ color: #1e3860;
49
+ display: inline-block;
50
+ font-size: 16px;
51
+ padding: 4px 26px;
52
+ border-bottom: 4px solid transparent;
53
+ }
54
+
55
+ ._sub_nav_link_ltfms_55 a,
56
+ ._main_nav_link_ltfms_33 a,
57
+ ._signin_wrap_ltfms_57 a,
58
+ ._signin_btn_ltfms_58 {
59
+ text-decoration: none;
60
+ transition: opacity 0.3s ease;
61
+ }
62
+
63
+ ._sub_nav_link_ltfms_55:hover,
64
+ ._main_nav_link_ltfms_33 a:hover,
65
+ ._signin_wrap_ltfms_57 a:hover {
66
+ opacity: 0.8;
67
+ }
68
+
69
+ ._signin_wrap_ltfms_57 .link {
70
+ text-decoration: none;
71
+ padding: 8px;
72
+ }
73
+
74
+ ._signin_btn_ltfms_58 {
75
+ border: none;
76
+ color: #fff;
77
+ padding: 11px 24px;
78
+ font-size: 16px;
79
+ font-weight: 700;
80
+ line-height: 1.44;
81
+ border-radius: 8px;
82
+ margin-left: 8px;
83
+ cursor: pointer;
84
+ }
85
+
86
+ ._signin_btn_ltfms_58:hover {
87
+ color: var(--colors-primary-textButton__1073cm85);
88
+ background-color: var(--colors-primary-backgroundButton__1073cm86);
89
+ opacity: 0.9;
90
+ }
91
+
92
+ ._signin_btn_ltfms_58 > span {
93
+ margin-right: 8px;
94
+ }
95
+
96
+ ._sub_nav_ltfms_55 {
97
+ background-color: var(--primary-theme-color);
98
+ }
99
+
100
+ ._header_sub_row_ltfms_100 {
101
+ padding-block: 12px;
102
+ min-height: 48px;
103
+ }
104
+
105
+ ._sub_nav_link_ltfms_55 {
106
+ padding-inline: 1rem;
107
+ text-align: center;
108
+ color: #fff;
109
+ }
110
+
111
+ ._sub_nav_link_ltfms_55 a {
112
+ font-weight: 500;
113
+ line-height: 1.5;
114
+ }
115
+
116
+ ._signin_dropdown_ltfms_116 {
117
+ min-width: 288px;
118
+ padding: 1.5rem 1rem;
119
+ position: absolute;
120
+ right: 0;
121
+ top: 100%;
122
+ z-index: 1204;
123
+ display: none;
124
+ }
125
+
126
+ ._shadow_ltfms_126 {
127
+ box-shadow: 0px 8px 16px 0px rgba(30, 38, 47, 0.2);
128
+ }
129
+
130
+ ._signin_dropdown_ltfms_116 li[role="heading"] {
131
+ margin-top: 1px;
132
+ }
133
+
134
+ ._signin_header_ltfms_134 {
135
+ color: #323339;
136
+ font-weight: 700;
137
+ padding: 0.5rem 1rem;
138
+ text-align: left;
139
+ }
140
+
141
+ ._signin_subheader_ltfms_141 {
142
+ color: #2f5b88;
143
+ padding: 0.5rem 0.5rem 0.5rem 1.5rem;
144
+ }
145
+
146
+ ._signin_header_ltfms_134,
147
+ ._signin_subheader_ltfms_141 a {
148
+ line-height: 1.5;
149
+ }
150
+
151
+ @keyframes _fadeInDown_ltfms_1 {
152
+ from {
153
+ opacity: 0;
154
+ transform: translate3d(0, -1%, 0);
155
+ }
156
+
157
+ to {
158
+ opacity: 1;
159
+ transform: none;
160
+ }
161
+ }
162
+
163
+ ._opacity_ltfms_163 {
164
+ animation-duration: 0.5s;
165
+ animation-fill-mode: both;
166
+ animation-name: _fadeInDown_ltfms_1;
167
+ }
168
+
169
+ ._footer_ltfms_169 {
170
+ margin-top: 0.5rem;
171
+ padding-top: 1rem;
172
+ }
173
+
174
+ ._footer_ltfms_169::before {
175
+ content: "";
176
+ background-color: #8f8f8f;
177
+ height: 2px;
178
+ opacity: 0.3;
179
+ position: absolute;
180
+ right: 8px;
181
+ top: 0;
182
+ width: 94%;
183
+ }
184
+
185
+ ._open_ltfms_185 {
186
+ opacity: 0.8;
187
+ }
188
+
189
+ ._open_ltfms_185 > svg {
190
+ transform: scaleY(-1);
191
+ }
192
+
193
+ ._open_ltfms_185 + ._signin_dropdown_ltfms_116 {
194
+ display: block;
195
+ }
196
+
197
+ ._dd_wrapper_ltfms_197 {
198
+ z-index: 1203;
199
+ max-width: 1440px;
200
+ }
201
+
202
+ ._dd_media_ltfms_202 {
203
+ padding: 1.5rem;
204
+ width: 280px;
205
+ }
206
+
207
+ ._dd_media_img_ltfms_207 {
208
+ min-height: 232px;
209
+ }
210
+
211
+ ._dd_site_navs_ltfms_211 {
212
+ flex: 1 1 0%;
213
+ padding: 1.5rem;
214
+ display: flex;
215
+ flex-direction: column;
216
+ }
217
+
218
+ ._dd_media_header_ltfms_218 p {
219
+ font-size: 14px;
220
+ line-height: 1.42;
221
+ }
222
+
223
+ ._dd_media_header_ltfms_218 p[role="heading"] {
224
+ font: 600 1.25rem/ 1.4 var(--header-font-family);
225
+ }
226
+
227
+ ._mt_8_ltfms_227 {
228
+ margin-top: 8px;
229
+ }
230
+
231
+ ._mt_16_ltfms_231 {
232
+ margin-top: 1rem;
233
+ }
234
+
235
+ ._ml_8_ltfms_235 {
236
+ margin-left: 8px;
237
+ }
238
+
239
+ ._dd_media_cta_ltfms_239 > a {
240
+ border-radius: 8px;
241
+ color: #1e3860 !important;
242
+ display: inline-block;
243
+ font-size: 1.125rem;
244
+ font-weight: 700;
245
+ line-height: 1.44;
246
+ padding: 12px;
247
+ text-decoration: none;
248
+ width: 100%;
249
+ transition: all 0.25s ease;
250
+ border: 2px solid transparent;
251
+ }
252
+
253
+ ._reversed_row_ltfms_253 {
254
+ flex-direction: row-reverse;
255
+ }
256
+
257
+ ._dd_media_cta_ltfms_239 > a:hover {
258
+ background-color: transparent;
259
+ border-color: #fff;
260
+ color: #fff;
261
+ }
262
+
263
+ ._dd_media_cta_ltfms_239 > a:active {
264
+ background-color: #fff;
265
+ border-color: transparent;
266
+ color: #1e3860 !important;
267
+ }
268
+
269
+ ._headline_ltfms_269 > p {
270
+ font: 600 1.5rem / 1.33 var(--header-font-family);
271
+ flex: 1 1 0%;
272
+ color: #1e3860;
273
+ }
274
+
275
+ ._nav_anchor_ltfms_275 {
276
+ width: 1.5rem;
277
+ height: 1.5rem;
278
+ aspect-ratio: 1;
279
+ background-color: #4a5560;
280
+ border-radius: 8px;
281
+ }
282
+
283
+ ._headline_cta_ltfms_283 {
284
+ margin-left: 8px;
285
+ }
286
+
287
+ ._headline_cta_ltfms_283 > a {
288
+ font-weight: 700;
289
+ line-height: 1.5;
290
+ text-decoration: none;
291
+ color: #1e3860;
292
+ }
293
+
294
+ ._sub_nav_link_ltfms_55:hover,
295
+ ._signin_wrap_ltfms_57 a:hover,
296
+ ._main_nav_link_ltfms_33 a:not(.active):hover,
297
+ ._dd_site_navs_ltfms_211 a:hover,
298
+ ._site_lists_ltfms_298 a:hover {
299
+ text-decoration: underline;
300
+ }
301
+
302
+ ._dd_site_navs_ltfms_211 hr {
303
+ border-style: solid;
304
+ border-width: 1px;
305
+ color: #a0aab3;
306
+ margin: 1.5rem 0;
307
+ opacity: 0.3;
308
+ position: relative;
309
+ }
310
+
311
+ ._site_lists_ltfms_298 {
312
+ padding-bottom: 1.5rem;
313
+ }
314
+
315
+ ._site_lists_ltfms_298 > * {
316
+ width: 100%;
317
+ }
318
+
319
+ ._site_lists_ltfms_298 a {
320
+ color: #323339;
321
+ text-decoration: none;
322
+ }
323
+
324
+ ._site_lists_ltfms_298 [role="heading"] {
325
+ color: #1e3860;
326
+ font-weight: 700;
327
+ }
328
+
329
+ ._site_lists_ltfms_298 li + li {
330
+ margin-top: 8px;
331
+ }
332
+
333
+ ._hamburger_ltfms_333 {
334
+ background: transparent;
335
+ border: none;
336
+ font-size: 0px;
337
+ line-height: 1;
338
+ outline: none;
339
+ }
340
+
341
+ ._hamburger_ltfms_333:hover,
342
+ ._mobile_header_ltfms_19 button:hover {
343
+ cursor: pointer;
344
+ opacity: 0.8;
345
+ }
346
+
347
+ ._signin_wrap_ltfms_57 > ._mobile_only_ltfms_347 > a {
348
+ color: #4a5560;
349
+ padding: 0;
350
+ line-height: 1;
351
+ }
352
+
353
+ ._mobile_logo_ltfms_353 {
354
+ flex: 1 1 0%;
355
+ text-align: center;
356
+ }
357
+
358
+ ._highlight_ltfms_358 > a {
359
+ border-bottom: none;
360
+ color: #2f5b88;
361
+ font-weight: 700;
362
+ line-height: 1.44;
363
+ }
364
+
365
+ @media (max-width: 1121px) {
366
+ ._mobile_logo_ltfms_353 {
367
+ position: absolute;
368
+ transform: translateX(-50%);
369
+ left: 50%;
370
+ flex: none;
371
+ }
372
+ }
373
+
374
+ ._mobile_header_ltfms_19 {
375
+ padding-bottom: 1rem;
376
+ display: grid;
377
+ place-items: center;
378
+ border-bottom: 1px solid #ebebeb;
379
+ }
380
+
381
+ ._mobile_header_ltfms_19 p {
382
+ font: 400 20px / 1.3 var(--header-font-family);
383
+ }
384
+
385
+ ._mobile_header_ltfms_19 button {
386
+ background: none;
387
+ border: none;
388
+ position: absolute;
389
+ right: 40px;
390
+ top: 50%;
391
+ transform: translateY(-50%);
392
+ }
393
+
394
+ ._mobile_nav_ltfms_394 {
395
+ border-right: 1px solid #ebebeb;
396
+ left: -100%;
397
+ min-height: 100vh;
398
+ position: fixed;
399
+ top: 0;
400
+ transition: all 0.4s ease-in-out;
401
+ width: 100%;
402
+ z-index: 999;
403
+ }
404
+
405
+ ._mobile_opened_ltfms_405 {
406
+ left: 0%;
407
+ }
408
+
409
+ ._mobile_nav_item_ltfms_409 {
410
+ background-color: #f4f4f4;
411
+ border-bottom: 1px solid #ebebeb;
412
+ }
413
+
414
+ ._mobile_nav_item_ltfms_409 > a {
415
+ color: #323339;
416
+ display: flex;
417
+ font-weight: 700;
418
+ line-height: 1.5;
419
+ padding: 16px 40px;
420
+ text-decoration: none;
421
+ width: 100%;
422
+ }
423
+
424
+ ._mobile_nav_item_ltfms_409._has_dropdown_ltfms_424 {
425
+ background-color: #f4f4f4;
426
+ isolation: isolate;
427
+ position: relative;
428
+ }
429
+
430
+ ._mobile_nav_item_ltfms_409._has_dropdown_ltfms_424::before {
431
+ content: "";
432
+ background-color: #ebebeb;
433
+ height: 100%;
434
+ position: absolute;
435
+ right: 104px;
436
+ top: 0;
437
+ width: 1px;
438
+ z-index: -1;
439
+ }
440
+
441
+ ._mobile_nav_item_ltfms_409._has_dropdown_ltfms_424 > a {
442
+ color: #1e3860;
443
+ }
444
+
445
+ ._icon_wrap_ltfms_445 {
446
+ line-height: 1;
447
+ height: 24px;
448
+ }
449
+
450
+ ._mobile_footer_ltfms_450 {
451
+ position: relative;
452
+ width: 100%;
453
+ }
454
+
455
+ ._mobile_footer_content_ltfms_455 {
456
+ background-color: #f4f4f4;
457
+ flex: 1 1 0%;
458
+ padding: 16px 24px 16px 40px;
459
+ }
460
+
461
+ ._mobile_footer_content_ltfms_455 p {
462
+ line-height: 1.5;
463
+ text-overflow: ellipsis;
464
+ display: -webkit-box;
465
+ -webkit-box-orient: vertical;
466
+ -webkit-line-clamp: 2;
467
+ }
468
+
469
+ ._mobile_footer_media_ltfms_469 {
470
+ flex-basis: min(42%, 300px);
471
+ background: url("https://images.ctfassets.net/i131f3ac17m5/1FEWgXviy43Napqx2EfqD2/4f4ae7934d023d8ee2f871ceb58e7fbc/aas-mobile-footer.webp")
472
+ no-repeat center center / cover;
473
+ }
474
+
475
+ ._footer_cta_ltfms_475 {
476
+ margin-top: 3px;
477
+ }
478
+
479
+ ._footer_cta_ltfms_475 a {
480
+ border-radius: 4px;
481
+ border: 2px solid transparent;
482
+ color: #fff;
483
+ display: inline-block;
484
+ font-weight: 700;
485
+ padding: 4px 32px;
486
+ text-decoration: none;
487
+ }
488
+
489
+ ._footer_cta_ltfms_475 a:hover {
490
+ background-color: transparent;
491
+ text-decoration: underline;
492
+ }
493
+
494
+ ._footer_cta_ltfms_475 a:active {
495
+ border-color: transparent;
496
+ color: #fff;
497
+ }
498
+
499
+ ._mobile_footer_ltfms_450 > .flex_row {
500
+ min-height: 112px;
501
+ }
502
+
503
+ ._inner_wrapper_ltfms_503 {
504
+ max-height: 100vh;
505
+ overflow-y: scroll;
506
+ }
507
+
508
+ ._btn_ltfms_508 {
509
+ display: block;
510
+ position: relative;
511
+ word-break: initial;
512
+ }
513
+
514
+ ._sub_menu_ltfms_514 {
515
+ overflow: hidden;
516
+ max-height: 0;
517
+ transition: max-height 0.8s ease-out;
518
+ background: #fff;
519
+ overflow-y: scroll;
520
+ }
521
+
522
+ ._sub_menu_ltfms_514 a,
523
+ ._sub_menu_ltfms_514 span {
524
+ display: block;
525
+ padding: 12px 14px 12px 64px;
526
+ position: relative;
527
+ color: #323339;
528
+ text-decoration: none;
529
+ }
530
+
531
+ ._sub_menu_ltfms_514 ._main_ltfms_11 {
532
+ font-weight: 700;
533
+ }
534
+
535
+ ._sub_menu_ltfms_514 a + a {
536
+ border-top: 1px solid #ebebeb;
537
+ }
538
+
539
+ ._dd_footer_ltfms_539 {
540
+ justify-content: flex-end;
541
+ flex: 1 1 0%;
542
+ align-items: end;
543
+ font-size: 11px;
544
+ letter-spacing: 0.3px;
545
+ }
546
+
547
+ @media (max-width: 1280px) and (min-width: 1024px) {
548
+ ._wrapper_ltfms_5 {
549
+ width: calc(100% - 28px);
550
+ }
551
+
552
+ ._dd_wrapper_ltfms_197 > ._wrapper_ltfms_5 {
553
+ width: 100%;
554
+ }
555
+ ._main_nav_link_ltfms_33 > a {
556
+ padding: 4px 6px;
557
+ font-size: 15px;
558
+ }
559
+ ._desktop_only_ltfms_559 > a {
560
+ font-size: 15px;
561
+ }
562
+ }
563
+
564
+ @media (max-width: 1023px) {
565
+ ._desktop_only_ltfms_559 {
566
+ display: none !important;
567
+ }
568
+ }
569
+
570
+ @media (max-width: 768px) {
571
+ ._wrapper_ltfms_5 {
572
+ width: calc(100% - 48px);
573
+ }
574
+
575
+ ._mobile_header_ltfms_19 button {
576
+ right: 1.5rem;
577
+ }
578
+
579
+ ._mobile_nav_item_ltfms_409 > a {
580
+ padding: 16px 24px;
581
+ }
582
+
583
+ ._sub_menu_ltfms_514 a,
584
+ ._sub_menu_ltfms_514 span {
585
+ padding-left: 48px;
586
+ }
587
+
588
+ ._mobile_nav_item_ltfms_409._has_dropdown_ltfms_424::before {
589
+ right: 72px;
590
+ }
591
+
592
+ ._mobile_footer_content_ltfms_455 {
593
+ padding-right: 15px;
594
+ padding-left: 24px;
595
+ }
596
+ }
597
+
598
+ @media (max-width: 450px) {
599
+ ._footer_cta_ltfms_475 a {
600
+ white-space: break-spaces;
601
+ width: 100%;
602
+ text-align: center;
603
+ }
604
+ }
605
+
606
+ @media (min-width: 1024px) {
607
+ ._mobile_only_ltfms_347 {
608
+ display: none !important;
609
+ }
610
+ }