@axos-web-dev/shared-components 0.0.17 → 0.0.18

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 (146) hide show
  1. package/dist/Accordion/Accordion.css.d.ts +4 -3
  2. package/dist/Accordion/Accordion.d.ts +2 -1
  3. package/dist/Accordion/Accordion.js +1 -0
  4. package/dist/Accordion/index.d.ts +2 -2
  5. package/dist/AlertBanner/AlertBanner.css.d.ts +1 -1
  6. package/dist/AlertBanner/AlertBanner.interface.d.ts +2 -1
  7. package/dist/AlertBanner/index.d.ts +3 -2
  8. package/dist/AlertBanner/index.js +1 -0
  9. package/dist/ApyCalculator/index.d.ts +2 -1
  10. package/dist/ApyCalculator/index.js +3 -17
  11. package/dist/BulletItem/BulletItem.d.ts +2 -1
  12. package/dist/BulletItem/BulletItem.js +1 -0
  13. package/dist/BulletItem/index.d.ts +1 -1
  14. package/dist/Button/Button.css.d.ts +3 -2
  15. package/dist/Button/Button.d.ts +4 -3
  16. package/dist/Button/Button.interface.d.ts +2 -1
  17. package/dist/Button/GoBackButton.d.ts +3 -2
  18. package/dist/Button/index.d.ts +3 -3
  19. package/dist/CallToActionBar/CallToActionBar.interface.d.ts +2 -1
  20. package/dist/CallToActionBar/index.d.ts +3 -2
  21. package/dist/Carousel/Carousel.css.d.ts +6 -5
  22. package/dist/Carousel/index.d.ts +3 -2
  23. package/dist/Carousel/index.js +2 -1
  24. package/dist/Carousel/store.d.ts +1 -1
  25. package/dist/Chevron/Chevron.css.d.ts +1 -1
  26. package/dist/Chevron/Chevron.interface.d.ts +2 -1
  27. package/dist/Chevron/index.d.ts +3 -2
  28. package/dist/Chevron/index.js +3 -3
  29. package/dist/CollectInformationAlert/index.d.ts +2 -1
  30. package/dist/CollectInformationAlert/index.js +1 -0
  31. package/dist/ContentBanner/ContentBanner.css.d.ts +2 -2
  32. package/dist/ContentBanner/ContentBanner.interface.d.ts +2 -1
  33. package/dist/ContentBanner/index.d.ts +3 -2
  34. package/dist/ContentBanner/index.js +1 -1
  35. package/dist/DownloadTile/DownloadTile.interface.d.ts +2 -1
  36. package/dist/DownloadTile/index.d.ts +3 -2
  37. package/dist/DownloadTile/index.js +1 -0
  38. package/dist/FaqAccordion/index.d.ts +3 -2
  39. package/dist/FaqAccordion/index.js +1 -0
  40. package/dist/FooterDisclosure/FooterDisclosure.css.d.ts +1 -1
  41. package/dist/FooterDisclosure/FooterDisclosure.d.ts +2 -1
  42. package/dist/FooterDisclosure/index.d.ts +2 -2
  43. package/dist/Forms/Forms.css.d.ts +4 -4
  44. package/dist/Forms/RenderForm.d.ts +3 -2
  45. package/dist/Forms/SalesforceFieldsForm.d.ts +1 -1
  46. package/dist/Forms/ScheduleCall.d.ts +3 -2
  47. package/dist/Forms/ScheduleCall.js +21 -8
  48. package/dist/Forms/index.d.ts +4 -4
  49. package/dist/HeroBanner/HeroBanner.css.d.ts +5 -4
  50. package/dist/HeroBanner/HeroBanner.css.js +11 -9
  51. package/dist/HeroBanner/HeroBanner.interface.d.ts +2 -1
  52. package/dist/HeroBanner/index.d.ts +2 -1
  53. package/dist/HeroBanner/index.js +3 -3
  54. package/dist/Hyperlink/Hyperlink.interface.d.ts +2 -1
  55. package/dist/Hyperlink/index.d.ts +3 -2
  56. package/dist/Hyperlink/index.js +4 -3
  57. package/dist/IconBillboard/IconBillboard.css.d.ts +6 -5
  58. package/dist/IconBillboard/IconBillboard.d.ts +4 -3
  59. package/dist/IconBillboard/IconBillboard.interface.d.ts +4 -3
  60. package/dist/IconBillboard/IconBillboard.js +1 -1
  61. package/dist/IconBillboard/IconBillboardSet.d.ts +2 -1
  62. package/dist/IconBillboard/index.d.ts +4 -4
  63. package/dist/ImageBillboard/ImageBillboard.css.d.ts +4 -4
  64. package/dist/ImageBillboard/ImageBillboard.d.ts +2 -1
  65. package/dist/ImageBillboard/ImageBillboard.interface.d.ts +5 -4
  66. package/dist/ImageBillboard/ImageBillboard.js +1 -0
  67. package/dist/ImageBillboard/ImageBillboardSet.d.ts +2 -1
  68. package/dist/ImageBillboard/ImageBillboardSet.js +1 -0
  69. package/dist/ImageBillboard/index.d.ts +4 -4
  70. package/dist/Input/Input.css.d.ts +6 -6
  71. package/dist/Input/Input.css.js +2 -2
  72. package/dist/Input/Input.d.ts +14 -0
  73. package/dist/Input/Input.js +45 -0
  74. package/dist/Input/InputPhone.d.ts +3 -0
  75. package/dist/Input/InputPhone.js +24 -0
  76. package/dist/Input/index.d.ts +3 -13
  77. package/dist/Input/index.js +13 -43
  78. package/dist/Inputs/Input.css.d.ts +6 -6
  79. package/dist/MainHTML/index.d.ts +2 -1
  80. package/dist/MainHTML/index.js +8 -1
  81. package/dist/Modal/Modal.d.ts +3 -2
  82. package/dist/Modal/Modal.js +4 -3
  83. package/dist/Modal/contextApi/store.d.ts +3 -2
  84. package/dist/Modal/contextApi/store.js +11 -16
  85. package/dist/Modal/index.d.ts +2 -2
  86. package/dist/NavigationMenu/AxosAdvisor/NavBar.module.js +53 -53
  87. package/dist/NavigationMenu/AxosAdvisor/SubNavBar.d.ts +1 -1
  88. package/dist/NavigationMenu/AxosAdvisor/SubNavBar.js +138 -97
  89. package/dist/NavigationMenu/AxosFiduciary/NavBar.module.js +40 -40
  90. package/dist/NavigationMenu/index.d.ts +2 -2
  91. package/dist/SetContainer/SetContainer.d.ts +3 -2
  92. package/dist/SetContainer/SetContainer.js +4 -3
  93. package/dist/SetContainer/index.d.ts +2 -2
  94. package/dist/Table/Table.css.d.ts +16 -5
  95. package/dist/Table/Table.css.js +15 -13
  96. package/dist/Table/Table.d.ts +9 -8
  97. package/dist/Table/Table.interface.d.ts +3 -1
  98. package/dist/Table/Table.js +37 -19
  99. package/dist/Table/index.d.ts +2 -2
  100. package/dist/Table/index.js +2 -1
  101. package/dist/TextBlock/TextBlock.d.ts +2 -1
  102. package/dist/TextBlock/index.d.ts +2 -2
  103. package/dist/Typography/Typography.css.d.ts +4 -3
  104. package/dist/Typography/Typography.d.ts +3 -2
  105. package/dist/Typography/index.d.ts +1 -1
  106. package/dist/VideoTile/VideoTile.d.ts +3 -2
  107. package/dist/VideoTile/VideoTile.js +3 -2
  108. package/dist/VideoTile/index.d.ts +4 -4
  109. package/dist/VideoWrapper/index.d.ts +3 -2
  110. package/dist/VideoWrapper/index.js +1 -0
  111. package/dist/assets/Forms/Forms.css +1 -1
  112. package/dist/assets/HeroBanner/HeroBanner.css +100 -51
  113. package/dist/assets/ImageBillboard/ImageBillboard.css +6 -1
  114. package/dist/assets/NavigationMenu/AxosAdvisor/NavBar.css.css +594 -591
  115. package/dist/assets/NavigationMenu/AxosFiduciary/NavBar.css.css +84 -81
  116. package/dist/assets/Table/Table.css +89 -54
  117. package/dist/icons/ArrowIcon/ArrowIcon.css.d.ts +1 -1
  118. package/dist/icons/ArrowIcon/index.d.ts +2 -1
  119. package/dist/icons/ArrowIcon/index.js +3 -1
  120. package/dist/icons/AxosX/Blue.d.ts +2 -1
  121. package/dist/icons/AxosX/index.d.ts +2 -1
  122. package/dist/icons/CheckCircle.d.ts +2 -1
  123. package/dist/icons/CheckCircleLight.d.ts +2 -1
  124. package/dist/icons/CheckIcon/CheckIcon.css.d.ts +3 -2
  125. package/dist/icons/CheckIcon/index.d.ts +2 -1
  126. package/dist/icons/ChevronDown.d.ts +2 -1
  127. package/dist/icons/ChevronUp.d.ts +2 -1
  128. package/dist/icons/CloseIcon/index.d.ts +2 -1
  129. package/dist/icons/DownloadIcon/index.d.ts +2 -1
  130. package/dist/icons/EqualHousingLender.d.ts +2 -1
  131. package/dist/icons/LockIcon/index.d.ts +2 -1
  132. package/dist/icons/MemberFdicLogo.d.ts +2 -1
  133. package/dist/icons/QuoteIconGrey.d.ts +2 -1
  134. package/dist/icons/QuoteIconWhite.d.ts +2 -1
  135. package/dist/icons/QuoteIconYellow.d.ts +2 -1
  136. package/dist/icons/WarningIcon/index.d.ts +2 -1
  137. package/dist/icons/index.d.ts +17 -17
  138. package/dist/index.css.d.ts +1 -0
  139. package/dist/main.d.ts +1 -1
  140. package/dist/main.js +15 -3
  141. package/dist/themes/index.d.ts +2 -2
  142. package/dist/utils/allowedAxosDomains.js +5 -5
  143. package/dist/utils/ctaOptions.d.ts +1 -0
  144. package/dist/utils/getVariant.d.ts +2 -1
  145. package/dist/utils/index.d.ts +5 -5
  146. package/package.json +107 -106
@@ -1,591 +1,594 @@
1
- ._header_1rr2y_1 {
2
- border-bottom: 1px solid #ebebeb;
3
- }
4
-
5
- ._wrapper_1rr2y_9 {
6
- width: calc(100% - 80px);
7
- margin-left: auto;
8
- margin-right: auto;
9
- }
10
-
11
- ._header_main_row_1rr2y_21,
12
- ._mobile_header_1rr2y_23 {
13
- min-height: 80px;
14
- padding-top: 1rem;
15
- padding-bottom: 0.5rem;
16
- }
17
-
18
- ._logo_wrap_1rr2y_35 {
19
- padding: 9px 6px;
20
- }
21
-
22
- ._primary_links_1rr2y_43 {
23
- margin-left: 30px;
24
- }
25
-
26
- ._main_nav_link_1rr2y_51 {
27
- padding: 10px 8px;
28
- text-align: center;
29
- }
30
-
31
- ._main_nav_link_1rr2y_51 .active {
32
- border-color: currentColor;
33
- transition: border-color 0.5s ease;
34
- }
35
-
36
- ._main_nav_link_1rr2y_51 .active {
37
- font-weight: 700;
38
- }
39
-
40
- ._main_nav_link_1rr2y_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_1rr2y_95 a,
49
- ._main_nav_link_1rr2y_51 a,
50
- ._signin_wrap_1rr2y_99 a,
51
- ._signin_btn_1rr2y_101 {
52
- text-decoration: none;
53
- transition: opacity 0.3s ease;
54
- }
55
-
56
- ._sub_nav_link_1rr2y_95:hover,
57
- ._main_nav_link_1rr2y_51 a:hover,
58
- ._signin_wrap_1rr2y_99 a:hover {
59
- opacity: 0.8;
60
- }
61
-
62
- ._signin_wrap_1rr2y_99 .link {
63
- text-decoration: none;
64
- padding: 8px;
65
- }
66
-
67
- ._signin_btn_1rr2y_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_1rr2y_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_1rr2y_101 > span {
86
- margin-right: 8px;
87
- }
88
-
89
- ._sub_nav_1rr2y_95 {
90
- background-color: var(--primary-theme-color);
91
- }
92
-
93
- ._header_sub_row_1rr2y_185 {
94
- padding-block: 12px;
95
- min-height: 48px;
96
- }
97
-
98
- ._sub_nav_link_1rr2y_95 {
99
- padding-inline: 1rem;
100
- text-align: center;
101
- color: #fff;
102
- }
103
-
104
- ._sub_nav_link_1rr2y_95 a {
105
- font-weight: 500;
106
- line-height: 1.5;
107
- }
108
-
109
- ._signin_dropdown_1rr2y_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_1rr2y_237 {
120
- box-shadow: 0px 8px 16px 0px rgba(30, 38, 47, 0.2);
121
- }
122
-
123
- ._signin_dropdown_1rr2y_217 li[role="heading"] {
124
- margin-top: 1px;
125
- }
126
-
127
- ._signin_header_1rr2y_253 {
128
- color: #323339;
129
- font-weight: 700;
130
- padding: 0.5rem 1rem;
131
- text-align: left;
132
- }
133
-
134
- ._signin_subheader_1rr2y_267 {
135
- color: #2f5b88;
136
- padding: 0.5rem 0.5rem 0.5rem 1.5rem;
137
- }
138
-
139
- ._signin_header_1rr2y_253,
140
- ._signin_subheader_1rr2y_267 a {
141
- line-height: 1.5;
142
- }
143
-
144
- @keyframes _fadeInDown_1rr2y_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_1rr2y_311 {
157
- animation-duration: 0.5s;
158
- animation-fill-mode: both;
159
- animation-name: _fadeInDown_1rr2y_1;
160
- }
161
-
162
- ._footer_1rr2y_323 {
163
- margin-top: 0.5rem;
164
- padding-top: 1rem;
165
- }
166
-
167
- ._footer_1rr2y_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_1rr2y_355 {
179
- opacity: 0.8;
180
- }
181
-
182
- ._open_1rr2y_355 > svg {
183
- transform: scaleY(-1);
184
- }
185
-
186
- ._open_1rr2y_355 + ._signin_dropdown_1rr2y_217 {
187
- display: block;
188
- }
189
-
190
- ._dd_wrapper_1rr2y_379 {
191
- z-index: 1203;
192
- max-width: 1440px;
193
- }
194
-
195
- ._dd_media_1rr2y_389 {
196
- padding: 1.5rem;
197
- width: 280px;
198
- }
199
-
200
- ._dd_media_img_1rr2y_399 {
201
- min-height: 232px;
202
- }
203
-
204
- ._dd_site_navs_1rr2y_407 {
205
- flex: 1 1 0%;
206
- padding: 1.5rem;
207
- display: flex;
208
- flex-direction: column;
209
- }
210
-
211
- ._dd_media_header_1rr2y_421 p {
212
- font-size: 14px;
213
- line-height: 1.42;
214
- }
215
-
216
- ._dd_media_header_1rr2y_421 p[role="heading"] {
217
- font: 600 1.25rem/ 1.4 var(--header-font-family);
218
- }
219
-
220
- ._mt_8_1rr2y_439 {
221
- margin-top: 8px;
222
- }
223
-
224
- ._mt_16_1rr2y_447 {
225
- margin-top: 1rem;
226
- }
227
-
228
- ._ml_8_1rr2y_455 {
229
- margin-left: 8px;
230
- }
231
-
232
- ._dd_media_cta_1rr2y_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_1rr2y_491 {
247
- flex-direction: row-reverse;
248
- }
249
-
250
- ._dd_media_cta_1rr2y_463 > a:hover {
251
- background-color: transparent;
252
- border-color: #fff;
253
- color: #fff;
254
- }
255
-
256
- ._dd_media_cta_1rr2y_463 > a:active {
257
- background-color: #fff;
258
- border-color: transparent;
259
- color: #1e3860 !important;
260
- }
261
-
262
- ._headline_1rr2y_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_1rr2y_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_1rr2y_551 {
277
- margin-left: 8px;
278
- }
279
-
280
- ._headline_cta_1rr2y_551 > a {
281
- font-weight: 700;
282
- line-height: 1.5;
283
- text-decoration: none;
284
- color: #1e3860;
285
- }
286
-
287
- ._sub_nav_link_1rr2y_95:hover,
288
- ._signin_wrap_1rr2y_99 a:hover,
289
- ._main_nav_link_1rr2y_51 a:not(.active):hover,
290
- ._dd_site_navs_1rr2y_407 a:hover,
291
- ._site_lists_1rr2y_581 a:hover {
292
- text-decoration: underline;
293
- }
294
-
295
- ._dd_site_navs_1rr2y_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_1rr2y_581 {
305
- padding-bottom: 1.5rem;
306
- }
307
-
308
- ._site_lists_1rr2y_581 > * {
309
- width: 100%;
310
- }
311
-
312
- ._site_lists_1rr2y_581 a {
313
- color: #323339;
314
- text-decoration: none;
315
- }
316
-
317
- ._site_lists_1rr2y_581 [role="heading"] {
318
- color: #1e3860;
319
- font-weight: 700;
320
- }
321
-
322
- ._site_lists_1rr2y_581 li + li {
323
- margin-top: 8px;
324
- }
325
-
326
- ._hamburger_1rr2y_651 {
327
- background: transparent;
328
- border: none;
329
- font-size: 0px;
330
- line-height: 1;
331
- outline: none;
332
- }
333
-
334
- ._hamburger_1rr2y_651:hover,
335
- ._mobile_header_1rr2y_23 button:hover {
336
- cursor: pointer;
337
- opacity: 0.8;
338
- }
339
-
340
- ._signin_wrap_1rr2y_99 > ._mobile_only_1rr2y_679 > a {
341
- color: #4a5560;
342
- padding: 0;
343
- line-height: 1;
344
- }
345
-
346
- ._mobile_logo_1rr2y_691 {
347
- flex: 1 1 0%;
348
- text-align: center;
349
- }
350
-
351
- ._highlight_1rr2y_701 > a {
352
- color: #2f5b88;
353
- font-weight: 700;
354
- }
355
-
356
- @media (max-width: 1121px) {
357
- ._mobile_logo_1rr2y_691 {
358
- flex: none;
359
- }
360
- }
361
-
362
- ._mobile_header_1rr2y_23 {
363
- padding-bottom: 1rem;
364
- display: grid;
365
- place-items: center;
366
- border-bottom: 1px solid #ebebeb;
367
- }
368
-
369
- ._mobile_header_1rr2y_23 p {
370
- font: 400 20px / 1.3 var(--header-font-family);
371
- }
372
-
373
- ._mobile_header_1rr2y_23 button {
374
- background: none;
375
- border: none;
376
- position: absolute;
377
- right: 40px;
378
- top: 50%;
379
- transform: translateY(-50%);
380
- }
381
-
382
- ._mobile_nav_1rr2y_763 {
383
- border-right: 1px solid #ebebeb;
384
- left: -100%;
385
- min-height: 100vh;
386
- position: fixed;
387
- top: 0;
388
- transition: all 0.4s ease-in-out;
389
- width: 100%;
390
- }
391
-
392
- ._mobile_opened_1rr2y_783 {
393
- left: 0%;
394
- z-index: 999;
395
- }
396
-
397
- ._mobile_nav_item_1rr2y_793 {
398
- background-color: #fff;
399
- border-bottom: 1px solid #ebebeb;
400
- }
401
-
402
- ._mobile_nav_item_1rr2y_793 > a {
403
- color: #323339;
404
- display: flex;
405
- font-weight: 700;
406
- line-height: 1.5;
407
- padding: 16px 40px;
408
- text-decoration: none;
409
- width: 100%;
410
- }
411
-
412
- ._mobile_nav_item_1rr2y_793._has_dropdown_1rr2y_823 {
413
- background-color: #f4f4f4;
414
- isolation: isolate;
415
- position: relative;
416
- }
417
-
418
- ._mobile_nav_item_1rr2y_793._has_dropdown_1rr2y_823::before {
419
- content: "";
420
- background-color: #ebebeb;
421
- height: 100%;
422
- position: absolute;
423
- right: 104px;
424
- top: 0;
425
- width: 1px;
426
- z-index: -1;
427
- }
428
-
429
- ._mobile_nav_item_1rr2y_793._has_dropdown_1rr2y_823 > a {
430
- color: #1e3860;
431
- }
432
-
433
- ._icon_wrap_1rr2y_865 {
434
- line-height: 1;
435
- height: 24px;
436
- }
437
-
438
- ._mobile_footer_1rr2y_875 {
439
- position: fixed;
440
- bottom: 0;
441
- width: 100%;
442
- }
443
-
444
- ._mobile_footer_content_1rr2y_887 {
445
- background-color: #f4f4f4;
446
- flex: 1 1 0%;
447
- padding: 16px 24px 16px 40px;
448
- }
449
-
450
- ._mobile_footer_content_1rr2y_887 p {
451
- line-height: 1.5;
452
- text-overflow: ellipsis;
453
- display: -webkit-box;
454
- -webkit-box-orient: vertical;
455
- -webkit-line-clamp: 2;
456
- }
457
-
458
- ._mobile_footer_media_1rr2y_915 {
459
- flex-basis: 42%;
460
- background: url("https://images.axos.com/o9ov1v03uwqk/7ate9BSYQwX7C90HBTnGAD/88abd5ba41a63dbdea77bcb09a683432/mobile-ad.jpg")
461
- no-repeat center center / cover;
462
- }
463
-
464
- ._footer_cta_1rr2y_927 {
465
- margin-top: 3px;
466
- }
467
-
468
- ._footer_cta_1rr2y_927 a {
469
- border-radius: 4px;
470
- border: 2px solid transparent;
471
- color: #fff;
472
- display: inline-block;
473
- font-weight: 700;
474
- padding: 4px 32px;
475
- text-decoration: none;
476
- }
477
-
478
- ._footer_cta_1rr2y_927 a:hover {
479
- background-color: transparent;
480
- text-decoration: underline;
481
- }
482
-
483
- ._footer_cta_1rr2y_927 a:active {
484
- border-color: transparent;
485
- color: #fff;
486
- }
487
-
488
- ._mobile_footer_1rr2y_875 > .flex_row {
489
- min-height: 112px;
490
- }
491
-
492
- ._inner_wrapper_1rr2y_983 {
493
- max-height: calc(100vh - 117px);
494
- overflow-y: scroll;
495
- }
496
-
497
- ._btn_1rr2y_993 {
498
- display: block;
499
- position: relative;
500
- }
501
-
502
- ._sub_menu_1rr2y_1003 {
503
- overflow: hidden;
504
- max-height: 0;
505
- transition: max-height 0.8s ease-out;
506
- background: #fff;
507
- overflow-y: scroll;
508
- }
509
-
510
- ._sub_menu_1rr2y_1003 a,
511
- ._sub_menu_1rr2y_1003 span {
512
- display: block;
513
- padding: 12px 14px 12px 64px;
514
- position: relative;
515
- color: #323339;
516
- text-decoration: none;
517
- }
518
-
519
- ._sub_menu_1rr2y_1003 ._main_1rr2y_51 {
520
- font-weight: 700;
521
- }
522
-
523
- ._sub_menu_1rr2y_1003 a + a {
524
- border-top: 1px solid #ebebeb;
525
- }
526
-
527
- ._dd_footer_1rr2y_1053 {
528
- justify-content: flex-end;
529
- flex: 1 1 0%;
530
- align-items: end;
531
- font-size: 11px;
532
- letter-spacing: 0.3px;
533
- }
534
-
535
- @media (max-width: 1280px) and (min-width: 1121px) {
536
- ._wrapper_1rr2y_9 {
537
- width: calc(100% - 28px);
538
- }
539
-
540
- ._dd_wrapper_1rr2y_379 > ._wrapper_1rr2y_9 {
541
- width: 100%;
542
- }
543
- }
544
-
545
- @media (max-width: 1120px) {
546
- ._desktop_only_1rr2y_1091 {
547
- display: none !important;
548
- }
549
- }
550
-
551
- @media (max-width: 768px) {
552
- ._wrapper_1rr2y_9 {
553
- width: calc(100% - 48px);
554
- }
555
-
556
- ._mobile_header_1rr2y_23 button {
557
- right: 1.5rem;
558
- }
559
-
560
- ._mobile_nav_item_1rr2y_793 > a {
561
- padding: 16px 24px;
562
- }
563
-
564
- ._sub_menu_1rr2y_1003 a,
565
- ._sub_menu_1rr2y_1003 span {
566
- padding-left: 48px;
567
- }
568
-
569
- ._mobile_nav_item_1rr2y_793._has_dropdown_1rr2y_823::before {
570
- right: 72px;
571
- }
572
-
573
- ._mobile_footer_content_1rr2y_887 {
574
- padding-right: 15px;
575
- padding-left: 24px;
576
- }
577
- }
578
-
579
- @media (max-width: 450px) {
580
- ._footer_cta_1rr2y_927 a {
581
- white-space: break-spaces;
582
- width: 100%;
583
- text-align: center;
584
- }
585
- }
586
-
587
- @media (min-width: 1121px) {
588
- ._mobile_only_1rr2y_679 {
589
- display: none !important;
590
- }
591
- }
1
+ ._header_n9jyn_1 {
2
+ border-bottom: 1px solid #ebebeb;
3
+ }
4
+
5
+ ._wrapper_n9jyn_5 {
6
+ width: calc(100% - 80px);
7
+ margin-left: auto;
8
+ margin-right: auto;
9
+ }
10
+
11
+ ._header_main_row_n9jyn_11,
12
+ ._mobile_header_n9jyn_12 {
13
+ min-height: 80px;
14
+ padding-top: 1rem;
15
+ padding-bottom: 0.5rem;
16
+ }
17
+
18
+ ._logo_wrap_n9jyn_18 {
19
+ padding: 9px 6px;
20
+ }
21
+
22
+ ._primary_links_n9jyn_22 {
23
+ margin-left: 30px;
24
+ }
25
+
26
+ ._main_nav_link_n9jyn_26 {
27
+ padding: 10px 8px;
28
+ text-align: center;
29
+ }
30
+
31
+ ._main_nav_link_n9jyn_26 .active {
32
+ border-color: currentColor;
33
+ transition: border-color 0.5s ease;
34
+ }
35
+
36
+ ._main_nav_link_n9jyn_26 .active {
37
+ font-weight: 700;
38
+ }
39
+
40
+ ._main_nav_link_n9jyn_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_n9jyn_48 a,
49
+ ._main_nav_link_n9jyn_26 a,
50
+ ._signin_wrap_n9jyn_50 a,
51
+ ._signin_btn_n9jyn_51 {
52
+ text-decoration: none;
53
+ transition: opacity 0.3s ease;
54
+ }
55
+
56
+ ._sub_nav_link_n9jyn_48:hover,
57
+ ._main_nav_link_n9jyn_26 a:hover,
58
+ ._signin_wrap_n9jyn_50 a:hover {
59
+ opacity: 0.8;
60
+ }
61
+
62
+ ._signin_wrap_n9jyn_50 .link {
63
+ text-decoration: none;
64
+ padding: 8px;
65
+ }
66
+
67
+ ._signin_btn_n9jyn_51 {
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_n9jyn_51: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_n9jyn_51 > span {
86
+ margin-right: 8px;
87
+ }
88
+
89
+ ._sub_nav_n9jyn_48 {
90
+ background-color: var(--primary-theme-color);
91
+ }
92
+
93
+ ._header_sub_row_n9jyn_93 {
94
+ padding-block: 12px;
95
+ min-height: 48px;
96
+ }
97
+
98
+ ._sub_nav_link_n9jyn_48 {
99
+ padding-inline: 1rem;
100
+ text-align: center;
101
+ color: #fff;
102
+ }
103
+
104
+ ._sub_nav_link_n9jyn_48 a {
105
+ font-weight: 500;
106
+ line-height: 1.5;
107
+ }
108
+
109
+ ._signin_dropdown_n9jyn_109 {
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_n9jyn_119 {
120
+ box-shadow: 0px 8px 16px 0px rgba(30, 38, 47, 0.2);
121
+ }
122
+
123
+ ._signin_dropdown_n9jyn_109 li[role="heading"] {
124
+ margin-top: 1px;
125
+ }
126
+
127
+ ._signin_header_n9jyn_127 {
128
+ color: #323339;
129
+ font-weight: 700;
130
+ padding: 0.5rem 1rem;
131
+ text-align: left;
132
+ }
133
+
134
+ ._signin_subheader_n9jyn_134 {
135
+ color: #2f5b88;
136
+ padding: 0.5rem 0.5rem 0.5rem 1.5rem;
137
+ }
138
+
139
+ ._signin_header_n9jyn_127,
140
+ ._signin_subheader_n9jyn_134 a {
141
+ line-height: 1.5;
142
+ }
143
+
144
+ @keyframes _fadeInDown_n9jyn_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_n9jyn_156 {
157
+ animation-duration: 0.5s;
158
+ animation-fill-mode: both;
159
+ animation-name: _fadeInDown_n9jyn_1;
160
+ }
161
+
162
+ ._footer_n9jyn_162 {
163
+ margin-top: 0.5rem;
164
+ padding-top: 1rem;
165
+ }
166
+
167
+ ._footer_n9jyn_162::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_n9jyn_178 {
179
+ opacity: 0.8;
180
+ }
181
+
182
+ ._open_n9jyn_178 > svg {
183
+ transform: scaleY(-1);
184
+ }
185
+
186
+ ._open_n9jyn_178 + ._signin_dropdown_n9jyn_109 {
187
+ display: block;
188
+ }
189
+
190
+ ._dd_wrapper_n9jyn_190 {
191
+ z-index: 1203;
192
+ max-width: 1440px;
193
+ }
194
+
195
+ ._dd_media_n9jyn_195 {
196
+ padding: 1.5rem;
197
+ width: 280px;
198
+ }
199
+
200
+ ._dd_media_img_n9jyn_200 {
201
+ min-height: 232px;
202
+ }
203
+
204
+ ._dd_site_navs_n9jyn_204 {
205
+ flex: 1 1 0%;
206
+ padding: 1.5rem;
207
+ display: flex;
208
+ flex-direction: column;
209
+ }
210
+
211
+ ._dd_media_header_n9jyn_211 p {
212
+ font-size: 14px;
213
+ line-height: 1.42;
214
+ }
215
+
216
+ ._dd_media_header_n9jyn_211 p[role="heading"] {
217
+ font: 600 1.25rem/ 1.4 var(--header-font-family);
218
+ }
219
+
220
+ ._mt_8_n9jyn_220 {
221
+ margin-top: 8px;
222
+ }
223
+
224
+ ._mt_16_n9jyn_224 {
225
+ margin-top: 1rem;
226
+ }
227
+
228
+ ._ml_8_n9jyn_228 {
229
+ margin-left: 8px;
230
+ }
231
+
232
+ ._dd_media_cta_n9jyn_232 > 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_n9jyn_246 {
247
+ flex-direction: row-reverse;
248
+ }
249
+
250
+ ._dd_media_cta_n9jyn_232 > a:hover {
251
+ background-color: transparent;
252
+ border-color: #fff;
253
+ color: #fff;
254
+ }
255
+
256
+ ._dd_media_cta_n9jyn_232 > a:active {
257
+ background-color: #fff;
258
+ border-color: transparent;
259
+ color: #1e3860 !important;
260
+ }
261
+
262
+ ._headline_n9jyn_262 > 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_n9jyn_268 {
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_n9jyn_276 {
277
+ margin-left: 8px;
278
+ }
279
+
280
+ ._headline_cta_n9jyn_276 > a {
281
+ font-weight: 700;
282
+ line-height: 1.5;
283
+ text-decoration: none;
284
+ color: #1e3860;
285
+ }
286
+
287
+ ._sub_nav_link_n9jyn_48:hover,
288
+ ._signin_wrap_n9jyn_50 a:hover,
289
+ ._main_nav_link_n9jyn_26 a:not(.active):hover,
290
+ ._dd_site_navs_n9jyn_204 a:hover,
291
+ ._site_lists_n9jyn_291 a:hover {
292
+ text-decoration: underline;
293
+ }
294
+
295
+ ._dd_site_navs_n9jyn_204 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_n9jyn_291 {
305
+ padding-bottom: 1.5rem;
306
+ }
307
+
308
+ ._site_lists_n9jyn_291 > * {
309
+ width: 100%;
310
+ }
311
+
312
+ ._site_lists_n9jyn_291 a {
313
+ color: #323339;
314
+ text-decoration: none;
315
+ }
316
+
317
+ ._site_lists_n9jyn_291 [role="heading"] {
318
+ color: #1e3860;
319
+ font-weight: 700;
320
+ }
321
+
322
+ ._site_lists_n9jyn_291 li + li {
323
+ margin-top: 8px;
324
+ }
325
+
326
+ ._hamburger_n9jyn_326 {
327
+ background: transparent;
328
+ border: none;
329
+ font-size: 0px;
330
+ line-height: 1;
331
+ outline: none;
332
+ }
333
+
334
+ ._hamburger_n9jyn_326:hover,
335
+ ._mobile_header_n9jyn_12 button:hover {
336
+ cursor: pointer;
337
+ opacity: 0.8;
338
+ }
339
+
340
+ ._signin_wrap_n9jyn_50 > ._mobile_only_n9jyn_340 > a {
341
+ color: #4a5560;
342
+ padding: 0;
343
+ line-height: 1;
344
+ }
345
+
346
+ ._mobile_logo_n9jyn_346 {
347
+ flex: 1 1 0%;
348
+ text-align: center;
349
+ }
350
+
351
+ ._highlight_n9jyn_351 > a {
352
+ color: #2f5b88;
353
+ font-weight: 700;
354
+ }
355
+
356
+ @media (max-width: 1121px) {
357
+ ._mobile_logo_n9jyn_346 {
358
+ position: absolute;
359
+ transform: translateX(-50%);
360
+ left: 50%;
361
+ flex: none;
362
+ }
363
+ }
364
+
365
+ ._mobile_header_n9jyn_12 {
366
+ padding-bottom: 1rem;
367
+ display: grid;
368
+ place-items: center;
369
+ border-bottom: 1px solid #ebebeb;
370
+ }
371
+
372
+ ._mobile_header_n9jyn_12 p {
373
+ font: 400 20px / 1.3 var(--header-font-family);
374
+ }
375
+
376
+ ._mobile_header_n9jyn_12 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_n9jyn_385 {
386
+ border-right: 1px solid #ebebeb;
387
+ left: -100%;
388
+ min-height: 100vh;
389
+ position: fixed;
390
+ top: 0;
391
+ transition: all 0.4s ease-in-out;
392
+ width: 100%;
393
+ }
394
+
395
+ ._mobile_opened_n9jyn_395 {
396
+ left: 0%;
397
+ z-index: 999;
398
+ }
399
+
400
+ ._mobile_nav_item_n9jyn_400 {
401
+ background-color: #fff;
402
+ border-bottom: 1px solid #ebebeb;
403
+ }
404
+
405
+ ._mobile_nav_item_n9jyn_400 > a {
406
+ color: #323339;
407
+ display: flex;
408
+ font-weight: 700;
409
+ line-height: 1.5;
410
+ padding: 16px 40px;
411
+ text-decoration: none;
412
+ width: 100%;
413
+ }
414
+
415
+ ._mobile_nav_item_n9jyn_400._has_dropdown_n9jyn_415 {
416
+ background-color: #f4f4f4;
417
+ isolation: isolate;
418
+ position: relative;
419
+ }
420
+
421
+ ._mobile_nav_item_n9jyn_400._has_dropdown_n9jyn_415::before {
422
+ content: "";
423
+ background-color: #ebebeb;
424
+ height: 100%;
425
+ position: absolute;
426
+ right: 104px;
427
+ top: 0;
428
+ width: 1px;
429
+ z-index: -1;
430
+ }
431
+
432
+ ._mobile_nav_item_n9jyn_400._has_dropdown_n9jyn_415 > a {
433
+ color: #1e3860;
434
+ }
435
+
436
+ ._icon_wrap_n9jyn_436 {
437
+ line-height: 1;
438
+ height: 24px;
439
+ }
440
+
441
+ ._mobile_footer_n9jyn_441 {
442
+ position: fixed;
443
+ bottom: 0;
444
+ width: 100%;
445
+ }
446
+
447
+ ._mobile_footer_content_n9jyn_447 {
448
+ background-color: #f4f4f4;
449
+ flex: 1 1 0%;
450
+ padding: 16px 24px 16px 40px;
451
+ }
452
+
453
+ ._mobile_footer_content_n9jyn_447 p {
454
+ line-height: 1.5;
455
+ text-overflow: ellipsis;
456
+ display: -webkit-box;
457
+ -webkit-box-orient: vertical;
458
+ -webkit-line-clamp: 2;
459
+ }
460
+
461
+ ._mobile_footer_media_n9jyn_461 {
462
+ flex-basis: 42%;
463
+ background: url("https://images.axos.com/o9ov1v03uwqk/7ate9BSYQwX7C90HBTnGAD/88abd5ba41a63dbdea77bcb09a683432/mobile-ad.jpg")
464
+ no-repeat center center / cover;
465
+ }
466
+
467
+ ._footer_cta_n9jyn_467 {
468
+ margin-top: 3px;
469
+ }
470
+
471
+ ._footer_cta_n9jyn_467 a {
472
+ border-radius: 4px;
473
+ border: 2px solid transparent;
474
+ color: #fff;
475
+ display: inline-block;
476
+ font-weight: 700;
477
+ padding: 4px 32px;
478
+ text-decoration: none;
479
+ }
480
+
481
+ ._footer_cta_n9jyn_467 a:hover {
482
+ background-color: transparent;
483
+ text-decoration: underline;
484
+ }
485
+
486
+ ._footer_cta_n9jyn_467 a:active {
487
+ border-color: transparent;
488
+ color: #fff;
489
+ }
490
+
491
+ ._mobile_footer_n9jyn_441 > .flex_row {
492
+ min-height: 112px;
493
+ }
494
+
495
+ ._inner_wrapper_n9jyn_495 {
496
+ max-height: calc(100vh - 117px);
497
+ overflow-y: scroll;
498
+ }
499
+
500
+ ._btn_n9jyn_500 {
501
+ display: block;
502
+ position: relative;
503
+ }
504
+
505
+ ._sub_menu_n9jyn_505 {
506
+ overflow: hidden;
507
+ max-height: 0;
508
+ transition: max-height 0.8s ease-out;
509
+ background: #fff;
510
+ overflow-y: scroll;
511
+ }
512
+
513
+ ._sub_menu_n9jyn_505 a,
514
+ ._sub_menu_n9jyn_505 span {
515
+ display: block;
516
+ padding: 12px 14px 12px 64px;
517
+ position: relative;
518
+ color: #323339;
519
+ text-decoration: none;
520
+ }
521
+
522
+ ._sub_menu_n9jyn_505 ._main_n9jyn_26 {
523
+ font-weight: 700;
524
+ }
525
+
526
+ ._sub_menu_n9jyn_505 a + a {
527
+ border-top: 1px solid #ebebeb;
528
+ }
529
+
530
+ ._dd_footer_n9jyn_530 {
531
+ justify-content: flex-end;
532
+ flex: 1 1 0%;
533
+ align-items: end;
534
+ font-size: 11px;
535
+ letter-spacing: 0.3px;
536
+ }
537
+
538
+ @media (max-width: 1280px) and (min-width: 1121px) {
539
+ ._wrapper_n9jyn_5 {
540
+ width: calc(100% - 28px);
541
+ }
542
+
543
+ ._dd_wrapper_n9jyn_190 > ._wrapper_n9jyn_5 {
544
+ width: 100%;
545
+ }
546
+ }
547
+
548
+ @media (max-width: 1120px) {
549
+ ._desktop_only_n9jyn_549 {
550
+ display: none !important;
551
+ }
552
+ }
553
+
554
+ @media (max-width: 768px) {
555
+ ._wrapper_n9jyn_5 {
556
+ width: calc(100% - 48px);
557
+ }
558
+
559
+ ._mobile_header_n9jyn_12 button {
560
+ right: 1.5rem;
561
+ }
562
+
563
+ ._mobile_nav_item_n9jyn_400 > a {
564
+ padding: 16px 24px;
565
+ }
566
+
567
+ ._sub_menu_n9jyn_505 a,
568
+ ._sub_menu_n9jyn_505 span {
569
+ padding-left: 48px;
570
+ }
571
+
572
+ ._mobile_nav_item_n9jyn_400._has_dropdown_n9jyn_415::before {
573
+ right: 72px;
574
+ }
575
+
576
+ ._mobile_footer_content_n9jyn_447 {
577
+ padding-right: 15px;
578
+ padding-left: 24px;
579
+ }
580
+ }
581
+
582
+ @media (max-width: 450px) {
583
+ ._footer_cta_n9jyn_467 a {
584
+ white-space: break-spaces;
585
+ width: 100%;
586
+ text-align: center;
587
+ }
588
+ }
589
+
590
+ @media (min-width: 1121px) {
591
+ ._mobile_only_n9jyn_340 {
592
+ display: none !important;
593
+ }
594
+ }