@axos-web-dev/shared-components 1.0.100-dev.43-executive.3 → 1.0.100-dev.44

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 (108) hide show
  1. package/dist/ATMLocator/ATMLocator.js +2 -3
  2. package/dist/Auth/ErrorAlert.js +1 -2
  3. package/dist/Auth/SignInPassword.js +2 -2
  4. package/dist/Avatar/Avatar.module.js +7 -7
  5. package/dist/Blockquote/Blockquote.module.js +3 -3
  6. package/dist/BulletItem/BulletItem.js +1 -0
  7. package/dist/Button/Button.js +1 -2
  8. package/dist/Calculators/AnnualFeeCalculator/index.js +1 -1
  9. package/dist/Calculators/BuyDownCalculator/index.js +1 -1
  10. package/dist/Calculators/Calculator.js +2 -3
  11. package/dist/Calculators/MarineLoanMonthlyPaymentCalculator/index.js +1 -1
  12. package/dist/Calculators/MaxLoanCalculator/index.js +1 -1
  13. package/dist/Calculators/MonthlyPaymentCalculator/index.js +1 -1
  14. package/dist/Carousel/index.js +1 -2
  15. package/dist/Chatbot/Bubble.css.js +1 -0
  16. package/dist/Chatbot/ChatWindow.css.d.ts +1 -0
  17. package/dist/Chatbot/ChatWindow.css.js +13 -12
  18. package/dist/Chatbot/ChatWindow.js +87 -66
  19. package/dist/Chatbot/Chatbot.d.ts +1 -1
  20. package/dist/Chatbot/Chatbot.js +46 -10
  21. package/dist/Chatbot/index.js +2 -1
  22. package/dist/Chevron/index.js +1 -2
  23. package/dist/Comparison/Comparison.js +1 -2
  24. package/dist/ExecutiveBio/ExecutiveBio.js +1 -2
  25. package/dist/FaqAccordion/index.js +1 -2
  26. package/dist/FooterSiteMap/AxosBank/FooterSiteMap.js +1 -2
  27. package/dist/Forms/ApplicationStart.js +4 -2
  28. package/dist/Forms/ApplyNow.js +2 -3
  29. package/dist/Forms/ClearingForm.js +4 -2
  30. package/dist/Forms/CommercialDeposits.js +4 -2
  31. package/dist/Forms/CommercialDepositsNoLendingOption.js +4 -2
  32. package/dist/Forms/CommercialLending.js +4 -2
  33. package/dist/Forms/CommercialPremiumFinance.js +4 -2
  34. package/dist/Forms/ContactCompany.js +4 -2
  35. package/dist/Forms/ContactCompanyTitle.js +4 -2
  36. package/dist/Forms/ContactUs.js +4 -2
  37. package/dist/Forms/ContactUsAAS.js +4 -2
  38. package/dist/Forms/ContactUsBusiness.js +5 -4
  39. package/dist/Forms/ContactUsBusinessNameEmail.js +5 -4
  40. package/dist/Forms/ContactUsLVF.js +4 -2
  41. package/dist/Forms/ContactUsNMLSId.js +5 -4
  42. package/dist/Forms/CpraRequest.d.ts +1 -1
  43. package/dist/Forms/CpraRequest.js +5 -2
  44. package/dist/Forms/CraPublicFile.js +5 -4
  45. package/dist/Forms/DealerServices.js +4 -2
  46. package/dist/Forms/EmailOnly.js +5 -4
  47. package/dist/Forms/EmailUs.js +7 -5
  48. package/dist/Forms/HoneyPot/index.js +2 -1
  49. package/dist/Forms/MortgageRate/MortgageRateForm.js +5 -4
  50. package/dist/Forms/MortgageRate/MortgageRateWatch.js +1 -2
  51. package/dist/Forms/MortgageWarehouseLending.js +5 -4
  52. package/dist/Forms/QuickPricer/QuickPricerForm.js +16 -12
  53. package/dist/Forms/ScheduleCall.js +4 -2
  54. package/dist/Forms/ScheduleCallPremier.js +4 -2
  55. package/dist/Forms/SuccesForm.js +2 -3
  56. package/dist/Forms/VendorQuestionnaire.js +6 -2
  57. package/dist/Forms/index.js +1 -0
  58. package/dist/Hyperlink/index.js +1 -2
  59. package/dist/ImageLink/ImageLink.js +2 -3
  60. package/dist/ImageLink/ImageLinkSet.js +1 -2
  61. package/dist/ImageLink/index.js +1 -2
  62. package/dist/Insight/Featured/CategorySelector.js +1 -2
  63. package/dist/Insight/Featured/Featured.js +1 -2
  64. package/dist/Insight/Featured/Header.js +1 -2
  65. package/dist/LoadingIndicator/index.js +1 -0
  66. package/dist/Modal/Modal.js +1 -2
  67. package/dist/Modal/contextApi/store.js +1 -1
  68. package/dist/NavigationMenu/AxosALTS/NavData.js +1 -2
  69. package/dist/NavigationMenu/AxosALTS/index.js +1 -2
  70. package/dist/NavigationMenu/AxosAdvisor/NavBar.module.js +52 -52
  71. package/dist/NavigationMenu/AxosAdvisorServices/NavBar.module.js +53 -53
  72. package/dist/NavigationMenu/AxosBank/MobileMenu/MobileMenu.module.js +16 -16
  73. package/dist/NavigationMenu/AxosBank/MobileMenu/MobileNavData.js +1 -2
  74. package/dist/NavigationMenu/AxosBank/NavBar.module.js +39 -39
  75. package/dist/NavigationMenu/AxosBank/NavData.js +1 -2
  76. package/dist/NavigationMenu/AxosBank/SubNavBar.js +8 -7
  77. package/dist/NavigationMenu/AxosBank/index.js +1 -2
  78. package/dist/NavigationMenu/AxosClearing/NavBar.module.js +37 -37
  79. package/dist/NavigationMenu/AxosFiduciary/NavBar.module.js +41 -41
  80. package/dist/NavigationMenu/LaVictoire/NavData.js +1 -2
  81. package/dist/NavigationMenu/LaVictoire/index.js +1 -2
  82. package/dist/NavigationMenu/NavDataJson.js +1 -2
  83. package/dist/NavigationMenu/Navbar.js +1 -2
  84. package/dist/NavigationMenu/SignInNavButton.js +1 -2
  85. package/dist/SetContainer/SetContainer.js +2 -3
  86. package/dist/SocialMediaBar/iconsRepository.js +1 -2
  87. package/dist/Tab/Tab.js +1 -0
  88. package/dist/VideoTile/VideoTile.js +1 -2
  89. package/dist/VideoWrapper/index.js +1 -2
  90. package/dist/assets/Avatar/Avatar.css.css +59 -59
  91. package/dist/assets/Blockquote/Blockquote.css.css +72 -72
  92. package/dist/assets/Chatbot/ChatWindow.css +38 -26
  93. package/dist/assets/NavigationMenu/AxosAdvisor/NavBar.css.css +609 -609
  94. package/dist/assets/NavigationMenu/AxosAdvisorServices/NavBar.css.css +630 -630
  95. package/dist/assets/NavigationMenu/AxosBank/MobileMenu/MobileMenu.css.css +192 -192
  96. package/dist/assets/NavigationMenu/AxosBank/NavBar.css.css +445 -445
  97. package/dist/assets/NavigationMenu/AxosClearing/NavBar.css.css +484 -484
  98. package/dist/assets/NavigationMenu/AxosFiduciary/NavBar.css.css +427 -427
  99. package/dist/main.js +10 -2
  100. package/dist/utils/emailValidation.d.ts +1 -0
  101. package/dist/utils/emailValidation.js +31 -0
  102. package/dist/utils/index.d.ts +4 -1
  103. package/dist/utils/index.js +9 -1
  104. package/dist/utils/nmlsValidation.d.ts +1 -0
  105. package/dist/utils/nmlsValidation.js +34 -0
  106. package/dist/utils/useCachedValidators.d.ts +2 -0
  107. package/dist/utils/useCachedValidators.js +22 -0
  108. package/package.json +136 -136
@@ -1,427 +1,427 @@
1
- ._header_15z7t_1 {
2
- border-bottom: 1px solid #ebebeb;
3
- }
4
-
5
- ._wrapper_15z7t_5 {
6
- width: calc(100% - 80px);
7
- margin-left: auto;
8
- margin-right: auto;
9
- }
10
-
11
- ._header_main_row_15z7t_11,
12
- ._mobile_header_15z7t_12 {
13
- min-height: 80px;
14
- padding-top: 1rem;
15
- padding-bottom: 0.5rem;
16
- }
17
-
18
- ._logo_wrap_15z7t_18 {
19
- padding: 9px 6px;
20
- }
21
-
22
- ._primary_links_15z7t_22 {
23
- margin-left: 30px;
24
- }
25
-
26
- ._main_nav_15z7t_26 {
27
- margin: 0 auto;
28
- width: 94%;
29
- max-width: 1640px;
30
- justify-content: space-between;
31
- }
32
-
33
- ._main_nav_link_15z7t_33 {
34
- padding: 10px 8px;
35
- text-align: center;
36
- }
37
-
38
- ._main_nav_link_15z7t_33 .active {
39
- border-color: currentColor;
40
- transition: border-color 0.5s ease;
41
- }
42
-
43
- ._main_nav_link_15z7t_33 .active {
44
- font-weight: 700;
45
- }
46
-
47
- ._main_nav_link_15z7t_33 > a {
48
- color: #1e3860;
49
- display: inline-block;
50
- font-size: 18px;
51
- padding: 4px 26px;
52
- border-bottom: 4px solid transparent;
53
- }
54
-
55
- ._sub_nav_link_15z7t_55 a,
56
- ._main_nav_link_15z7t_33 a,
57
- ._signin_wrap_15z7t_57 a,
58
- ._signin_btn_15z7t_58 {
59
- text-decoration: none;
60
- transition: opacity 0.3s ease;
61
- }
62
-
63
- ._sub_nav_link_15z7t_55:hover,
64
- ._main_nav_link_15z7t_33 a:hover,
65
- ._signin_wrap_15z7t_57 a:hover {
66
- opacity: 0.8;
67
- }
68
-
69
- ._signin_wrap_15z7t_57 .link {
70
- text-decoration: none;
71
- padding: 8px;
72
- }
73
-
74
- ._signin_btn_15z7t_58 {
75
- background-color: #2f5b88;
76
- border: none;
77
- color: #fff;
78
- padding: 11px 24px;
79
- font-size: 18px;
80
- font-weight: 700;
81
- line-height: 1.44;
82
- border-radius: 8px;
83
- margin-left: 8px;
84
- cursor: pointer;
85
- }
86
-
87
- ._signin_btn_15z7t_58:hover {
88
- opacity: 0.9;
89
- }
90
-
91
- ._signin_btn_15z7t_58 > span {
92
- margin-right: 8px;
93
- }
94
-
95
- ._sub_nav_15z7t_55 {
96
- background-color: #1e3860;
97
- }
98
-
99
- ._header_sub_row_15z7t_99 {
100
- padding-block: 12px;
101
- min-height: 48px;
102
- }
103
-
104
- ._sub_nav_link_15z7t_55 {
105
- padding-inline: 1rem;
106
- text-align: center;
107
- color: #fff;
108
- }
109
-
110
- ._sub_nav_link_15z7t_55 a {
111
- font-weight: 500;
112
- line-height: 1.5;
113
- }
114
-
115
- ._shadow_15z7t_115 {
116
- box-shadow: 0px 8px 16px 0px rgba(30, 38, 47, 0.2);
117
- }
118
-
119
- @keyframes _fadeInDown_15z7t_1 {
120
- from {
121
- opacity: 0;
122
- transform: translate3d(0, -1%, 0);
123
- }
124
-
125
- to {
126
- opacity: 1;
127
- transform: none;
128
- }
129
- }
130
-
131
- ._opacity_15z7t_131 {
132
- animation-duration: 0.5s;
133
- animation-fill-mode: both;
134
- animation-name: _fadeInDown_15z7t_1;
135
- }
136
-
137
- ._footer_15z7t_137 {
138
- margin-top: 0.5rem;
139
- padding-top: 1rem;
140
- }
141
-
142
- ._footer_15z7t_137::before {
143
- content: "";
144
- background-color: #8f8f8f;
145
- height: 2px;
146
- opacity: 0.3;
147
- position: absolute;
148
- right: 8px;
149
- top: 0;
150
- width: 94%;
151
- }
152
-
153
- ._open_15z7t_153 {
154
- opacity: 0.8;
155
- }
156
-
157
- ._open_15z7t_153 > img {
158
- transform: scaleY(-1);
159
- }
160
-
161
- ._mt_8_15z7t_161 {
162
- margin-top: 8px;
163
- }
164
-
165
- ._mt_16_15z7t_165 {
166
- margin-top: 1rem;
167
- }
168
-
169
- ._ml_8_15z7t_169 {
170
- margin-left: 8px;
171
- }
172
-
173
- ._reversed_row_15z7t_173 {
174
- flex-direction: row-reverse;
175
- }
176
-
177
- ._nav_anchor_15z7t_177 {
178
- width: 1.5rem;
179
- height: 1.5rem;
180
- aspect-ratio: 1;
181
- background-color: #4a5560;
182
- border-radius: 8px;
183
- }
184
-
185
- ._sub_nav_link_15z7t_55:hover,
186
- ._signin_wrap_15z7t_57 a:hover,
187
- ._main_nav_link_15z7t_33 a:not(.active):hover,
188
- ._site_lists_15z7t_188 a:hover {
189
- text-decoration: underline;
190
- }
191
-
192
- ._hamburger_15z7t_192 {
193
- background: transparent;
194
- border: none;
195
- font-size: 0px;
196
- line-height: 1;
197
- outline: none;
198
- }
199
-
200
- ._hamburger_15z7t_192:hover,
201
- ._mobile_header_15z7t_12 button:hover {
202
- cursor: pointer;
203
- opacity: 0.8;
204
- }
205
-
206
- ._mobile_logo_15z7t_206 {
207
- flex: 1 1 0%;
208
- text-align: center;
209
- }
210
-
211
- ._mobile_header_15z7t_12 {
212
- padding-bottom: 1rem;
213
- display: grid;
214
- place-items: center;
215
- border-bottom: 1px solid #ebebeb;
216
- }
217
-
218
- ._mobile_header_15z7t_12 p {
219
- font: 400 20px / 1.3 var(--header-font-family);
220
- }
221
-
222
- ._mobile_header_15z7t_12 button {
223
- position: absolute;
224
- top: 50%;
225
- transform: translateY(-50%);
226
- right: 40px;
227
- background: none;
228
- border: none;
229
- }
230
-
231
- ._mobile_nav_15z7t_231 {
232
- border-right: 1px solid #ebebeb;
233
- left: -100%;
234
- min-height: 100vh;
235
- top: 0;
236
- transition: all 0.4s ease-in-out;
237
- width: 100%;
238
- position: fixed;
239
- z-index: 9999999;
240
- }
241
-
242
- ._mobile_opened_15z7t_242 {
243
- left: 0%;
244
- }
245
-
246
- body:has(.__mobile_opened_15z7t_246) {
247
- overflow-y: hidden;
248
- }
249
-
250
- ._mobile_nav_item_15z7t_250 {
251
- background-color: #f4f4f4;
252
- border-bottom: 1px solid #ebebeb;
253
- }
254
-
255
- ._mobile_nav_item_15z7t_250 > a {
256
- color: #333d46;
257
- display: flex;
258
- font-weight: 700;
259
- line-height: 1.5;
260
- padding: 16px 40px;
261
- text-decoration: none;
262
- width: 100%;
263
- }
264
-
265
- ._icon_wrap_15z7t_265 {
266
- line-height: 1;
267
- height: 24px;
268
- }
269
-
270
- ._mobile_footer_15z7t_270 {
271
- position: relative;
272
- width: 100%;
273
- }
274
-
275
- ._mobile_footer_content_15z7t_275 {
276
- background-color: #f4f4f4;
277
- flex: 1 1 0%;
278
- padding: 16px 24px 16px 40px;
279
- }
280
-
281
- ._mobile_footer_content_15z7t_275 p {
282
- line-height: 1.5;
283
- text-overflow: ellipsis;
284
- display: -webkit-box;
285
- -webkit-box-orient: vertical;
286
- -webkit-line-clamp: 2;
287
- line-clamp: 2;
288
- }
289
-
290
- ._mobile_footer_media_15z7t_290 {
291
- flex-basis: 42%;
292
- background: url("https://www.axos.com/images/7bX71xagL9g8Bc0gqlHLR/afs-nav-footer.jpg")
293
- no-repeat right center / cover;
294
- background-color: #f4f4f4;
295
- }
296
-
297
- ._footer_cta_15z7t_297 {
298
- margin-top: 3px;
299
- }
300
-
301
- ._footer_cta_15z7t_297 a {
302
- background-color: #2f5b88;
303
- border-radius: 4px;
304
- border: 2px solid transparent;
305
- color: #fff;
306
- display: inline-block;
307
- font-weight: 700;
308
- padding: 4px 32px;
309
- text-decoration: none;
310
- }
311
-
312
- ._footer_cta_15z7t_297 a:hover {
313
- background-color: transparent;
314
- border-color: #2f5b88;
315
- color: #2f5b88;
316
- text-decoration: underline;
317
- }
318
-
319
- ._footer_cta_15z7t_297 a:active {
320
- background-color: #2f5b88;
321
- border-color: transparent;
322
- color: #fff;
323
- }
324
-
325
- ._mobile_footer_15z7t_270 > .flex_row {
326
- min-height: 112px;
327
- }
328
-
329
- ._inner_wrapper_15z7t_329 {
330
- max-height: 100vh;
331
- overflow-y: scroll;
332
- }
333
-
334
- ._btn_15z7t_334 {
335
- display: block;
336
- position: relative;
337
- }
338
-
339
- ._sub_menu_15z7t_339 {
340
- overflow: hidden;
341
- max-height: 0;
342
- transition: max-height 0.8s ease-out;
343
- background: #fff;
344
- }
345
-
346
- ._sub_menu_15z7t_339 a {
347
- display: block;
348
- padding: 12px 14px 12px 64px;
349
- position: relative;
350
- color: #333d46;
351
- text-decoration: none;
352
- }
353
-
354
- ._sub_menu_15z7t_339 a._main_15z7t_26 {
355
- font-weight: 700;
356
- }
357
-
358
- ._sub_menu_15z7t_339 a + a {
359
- border-top: 1px solid #ebebeb;
360
- }
361
-
362
- @media (max-width: 1280px) and (min-width: 1024px) {
363
- ._wrapper_15z7t_5 {
364
- width: calc(100% - 28px);
365
- }
366
- }
367
-
368
- ._desktop_only_15z7t_368 {
369
- margin: 0 auto;
370
- width: 94%;
371
- max-width: 1640px;
372
- }
373
-
374
- @media (max-width: 1075px) {
375
- ._desktop_only_15z7t_368 {
376
- display: none !important;
377
- margin: 0 auto;
378
- width: 94%;
379
- max-width: 1640px;
380
- }
381
- }
382
-
383
- @media (max-width: 768px) {
384
- ._wrapper_15z7t_5 {
385
- width: calc(100% - 48px);
386
- }
387
-
388
- ._mobile_header_15z7t_12 button {
389
- right: 1.5rem;
390
- }
391
-
392
- ._mobile_nav_item_15z7t_250 > a {
393
- padding: 16px 24px;
394
- }
395
-
396
- ._sub_menu_15z7t_339 a {
397
- padding-left: 48px;
398
- }
399
-
400
- ._mobile_footer_content_15z7t_275 {
401
- padding-right: 15px;
402
- padding-left: 24px;
403
- }
404
- }
405
-
406
- @media (max-width: 450px) {
407
- ._footer_cta_15z7t_297 a {
408
- white-space: break-spaces;
409
- width: 100%;
410
- text-align: center;
411
- }
412
- }
413
-
414
- @media (min-width: 1076px) {
415
- ._mobile_only_15z7t_415 {
416
- display: none !important;
417
- }
418
- }
419
-
420
- @media (max-width: 1076px) {
421
- ._mobile_logo_15z7t_206 {
422
- position: absolute;
423
- transform: translateX(-50%);
424
- left: 50%;
425
- margin: 10px auto;
426
- }
427
- }
1
+ ._header_1hqsj_1 {
2
+ border-bottom: 1px solid #ebebeb;
3
+ }
4
+
5
+ ._wrapper_1hqsj_9 {
6
+ width: calc(100% - 80px);
7
+ margin-left: auto;
8
+ margin-right: auto;
9
+ }
10
+
11
+ ._header_main_row_1hqsj_21,
12
+ ._mobile_header_1hqsj_23 {
13
+ min-height: 80px;
14
+ padding-top: 1rem;
15
+ padding-bottom: 0.5rem;
16
+ }
17
+
18
+ ._logo_wrap_1hqsj_35 {
19
+ padding: 9px 6px;
20
+ }
21
+
22
+ ._primary_links_1hqsj_43 {
23
+ margin-left: 30px;
24
+ }
25
+
26
+ ._main_nav_1hqsj_51 {
27
+ margin: 0 auto;
28
+ width: 94%;
29
+ max-width: 1640px;
30
+ justify-content: space-between;
31
+ }
32
+
33
+ ._main_nav_link_1hqsj_65 {
34
+ padding: 10px 8px;
35
+ text-align: center;
36
+ }
37
+
38
+ ._main_nav_link_1hqsj_65 .active {
39
+ border-color: currentColor;
40
+ transition: border-color 0.5s ease;
41
+ }
42
+
43
+ ._main_nav_link_1hqsj_65 .active {
44
+ font-weight: 700;
45
+ }
46
+
47
+ ._main_nav_link_1hqsj_65 > a {
48
+ color: #1e3860;
49
+ display: inline-block;
50
+ font-size: 18px;
51
+ padding: 4px 26px;
52
+ border-bottom: 4px solid transparent;
53
+ }
54
+
55
+ ._sub_nav_link_1hqsj_109 a,
56
+ ._main_nav_link_1hqsj_65 a,
57
+ ._signin_wrap_1hqsj_113 a,
58
+ ._signin_btn_1hqsj_115 {
59
+ text-decoration: none;
60
+ transition: opacity 0.3s ease;
61
+ }
62
+
63
+ ._sub_nav_link_1hqsj_109:hover,
64
+ ._main_nav_link_1hqsj_65 a:hover,
65
+ ._signin_wrap_1hqsj_113 a:hover {
66
+ opacity: 0.8;
67
+ }
68
+
69
+ ._signin_wrap_1hqsj_113 .link {
70
+ text-decoration: none;
71
+ padding: 8px;
72
+ }
73
+
74
+ ._signin_btn_1hqsj_115 {
75
+ background-color: #2f5b88;
76
+ border: none;
77
+ color: #fff;
78
+ padding: 11px 24px;
79
+ font-size: 18px;
80
+ font-weight: 700;
81
+ line-height: 1.44;
82
+ border-radius: 8px;
83
+ margin-left: 8px;
84
+ cursor: pointer;
85
+ }
86
+
87
+ ._signin_btn_1hqsj_115:hover {
88
+ opacity: 0.9;
89
+ }
90
+
91
+ ._signin_btn_1hqsj_115 > span {
92
+ margin-right: 8px;
93
+ }
94
+
95
+ ._sub_nav_1hqsj_109 {
96
+ background-color: #1e3860;
97
+ }
98
+
99
+ ._header_sub_row_1hqsj_197 {
100
+ padding-block: 12px;
101
+ min-height: 48px;
102
+ }
103
+
104
+ ._sub_nav_link_1hqsj_109 {
105
+ padding-inline: 1rem;
106
+ text-align: center;
107
+ color: #fff;
108
+ }
109
+
110
+ ._sub_nav_link_1hqsj_109 a {
111
+ font-weight: 500;
112
+ line-height: 1.5;
113
+ }
114
+
115
+ ._shadow_1hqsj_229 {
116
+ box-shadow: 0px 8px 16px 0px rgba(30, 38, 47, 0.2);
117
+ }
118
+
119
+ @keyframes _fadeInDown_1hqsj_1 {
120
+ from {
121
+ opacity: 0;
122
+ transform: translate3d(0, -1%, 0);
123
+ }
124
+
125
+ to {
126
+ opacity: 1;
127
+ transform: none;
128
+ }
129
+ }
130
+
131
+ ._opacity_1hqsj_261 {
132
+ animation-duration: 0.5s;
133
+ animation-fill-mode: both;
134
+ animation-name: _fadeInDown_1hqsj_1;
135
+ }
136
+
137
+ ._footer_1hqsj_273 {
138
+ margin-top: 0.5rem;
139
+ padding-top: 1rem;
140
+ }
141
+
142
+ ._footer_1hqsj_273::before {
143
+ content: "";
144
+ background-color: #8f8f8f;
145
+ height: 2px;
146
+ opacity: 0.3;
147
+ position: absolute;
148
+ right: 8px;
149
+ top: 0;
150
+ width: 94%;
151
+ }
152
+
153
+ ._open_1hqsj_305 {
154
+ opacity: 0.8;
155
+ }
156
+
157
+ ._open_1hqsj_305 > img {
158
+ transform: scaleY(-1);
159
+ }
160
+
161
+ ._mt_8_1hqsj_321 {
162
+ margin-top: 8px;
163
+ }
164
+
165
+ ._mt_16_1hqsj_329 {
166
+ margin-top: 1rem;
167
+ }
168
+
169
+ ._ml_8_1hqsj_337 {
170
+ margin-left: 8px;
171
+ }
172
+
173
+ ._reversed_row_1hqsj_345 {
174
+ flex-direction: row-reverse;
175
+ }
176
+
177
+ ._nav_anchor_1hqsj_353 {
178
+ width: 1.5rem;
179
+ height: 1.5rem;
180
+ aspect-ratio: 1;
181
+ background-color: #4a5560;
182
+ border-radius: 8px;
183
+ }
184
+
185
+ ._sub_nav_link_1hqsj_109:hover,
186
+ ._signin_wrap_1hqsj_113 a:hover,
187
+ ._main_nav_link_1hqsj_65 a:not(.active):hover,
188
+ ._site_lists_1hqsj_375 a:hover {
189
+ text-decoration: underline;
190
+ }
191
+
192
+ ._hamburger_1hqsj_383 {
193
+ background: transparent;
194
+ border: none;
195
+ font-size: 0px;
196
+ line-height: 1;
197
+ outline: none;
198
+ }
199
+
200
+ ._hamburger_1hqsj_383:hover,
201
+ ._mobile_header_1hqsj_23 button:hover {
202
+ cursor: pointer;
203
+ opacity: 0.8;
204
+ }
205
+
206
+ ._mobile_logo_1hqsj_411 {
207
+ flex: 1 1 0%;
208
+ text-align: center;
209
+ }
210
+
211
+ ._mobile_header_1hqsj_23 {
212
+ padding-bottom: 1rem;
213
+ display: grid;
214
+ place-items: center;
215
+ border-bottom: 1px solid #ebebeb;
216
+ }
217
+
218
+ ._mobile_header_1hqsj_23 p {
219
+ font: 400 20px / 1.3 var(--header-font-family);
220
+ }
221
+
222
+ ._mobile_header_1hqsj_23 button {
223
+ position: absolute;
224
+ top: 50%;
225
+ transform: translateY(-50%);
226
+ right: 40px;
227
+ background: none;
228
+ border: none;
229
+ }
230
+
231
+ ._mobile_nav_1hqsj_461 {
232
+ border-right: 1px solid #ebebeb;
233
+ left: -100%;
234
+ min-height: 100vh;
235
+ top: 0;
236
+ transition: all 0.4s ease-in-out;
237
+ width: 100%;
238
+ position: fixed;
239
+ z-index: 9999999;
240
+ }
241
+
242
+ ._mobile_opened_1hqsj_483 {
243
+ left: 0%;
244
+ }
245
+
246
+ body:has(.__mobile_opened_1hqsj_491) {
247
+ overflow-y: hidden;
248
+ }
249
+
250
+ ._mobile_nav_item_1hqsj_499 {
251
+ background-color: #f4f4f4;
252
+ border-bottom: 1px solid #ebebeb;
253
+ }
254
+
255
+ ._mobile_nav_item_1hqsj_499 > a {
256
+ color: #333d46;
257
+ display: flex;
258
+ font-weight: 700;
259
+ line-height: 1.5;
260
+ padding: 16px 40px;
261
+ text-decoration: none;
262
+ width: 100%;
263
+ }
264
+
265
+ ._icon_wrap_1hqsj_529 {
266
+ line-height: 1;
267
+ height: 24px;
268
+ }
269
+
270
+ ._mobile_footer_1hqsj_539 {
271
+ position: relative;
272
+ width: 100%;
273
+ }
274
+
275
+ ._mobile_footer_content_1hqsj_549 {
276
+ background-color: #f4f4f4;
277
+ flex: 1 1 0%;
278
+ padding: 16px 24px 16px 40px;
279
+ }
280
+
281
+ ._mobile_footer_content_1hqsj_549 p {
282
+ line-height: 1.5;
283
+ text-overflow: ellipsis;
284
+ display: -webkit-box;
285
+ -webkit-box-orient: vertical;
286
+ -webkit-line-clamp: 2;
287
+ line-clamp: 2;
288
+ }
289
+
290
+ ._mobile_footer_media_1hqsj_579 {
291
+ flex-basis: 42%;
292
+ background: url("https://www.axos.com/images/7bX71xagL9g8Bc0gqlHLR/afs-nav-footer.jpg")
293
+ no-repeat right center / cover;
294
+ background-color: #f4f4f4;
295
+ }
296
+
297
+ ._footer_cta_1hqsj_593 {
298
+ margin-top: 3px;
299
+ }
300
+
301
+ ._footer_cta_1hqsj_593 a {
302
+ background-color: #2f5b88;
303
+ border-radius: 4px;
304
+ border: 2px solid transparent;
305
+ color: #fff;
306
+ display: inline-block;
307
+ font-weight: 700;
308
+ padding: 4px 32px;
309
+ text-decoration: none;
310
+ }
311
+
312
+ ._footer_cta_1hqsj_593 a:hover {
313
+ background-color: transparent;
314
+ border-color: #2f5b88;
315
+ color: #2f5b88;
316
+ text-decoration: underline;
317
+ }
318
+
319
+ ._footer_cta_1hqsj_593 a:active {
320
+ background-color: #2f5b88;
321
+ border-color: transparent;
322
+ color: #fff;
323
+ }
324
+
325
+ ._mobile_footer_1hqsj_539 > .flex_row {
326
+ min-height: 112px;
327
+ }
328
+
329
+ ._inner_wrapper_1hqsj_657 {
330
+ max-height: 100vh;
331
+ overflow-y: scroll;
332
+ }
333
+
334
+ ._btn_1hqsj_667 {
335
+ display: block;
336
+ position: relative;
337
+ }
338
+
339
+ ._sub_menu_1hqsj_677 {
340
+ overflow: hidden;
341
+ max-height: 0;
342
+ transition: max-height 0.8s ease-out;
343
+ background: #fff;
344
+ }
345
+
346
+ ._sub_menu_1hqsj_677 a {
347
+ display: block;
348
+ padding: 12px 14px 12px 64px;
349
+ position: relative;
350
+ color: #333d46;
351
+ text-decoration: none;
352
+ }
353
+
354
+ ._sub_menu_1hqsj_677 a._main_1hqsj_51 {
355
+ font-weight: 700;
356
+ }
357
+
358
+ ._sub_menu_1hqsj_677 a + a {
359
+ border-top: 1px solid #ebebeb;
360
+ }
361
+
362
+ @media (max-width: 1280px) and (min-width: 1024px) {
363
+ ._wrapper_1hqsj_9 {
364
+ width: calc(100% - 28px);
365
+ }
366
+ }
367
+
368
+ ._desktop_only_1hqsj_735 {
369
+ margin: 0 auto;
370
+ width: 94%;
371
+ max-width: 1640px;
372
+ }
373
+
374
+ @media (max-width: 1075px) {
375
+ ._desktop_only_1hqsj_735 {
376
+ display: none !important;
377
+ margin: 0 auto;
378
+ width: 94%;
379
+ max-width: 1640px;
380
+ }
381
+ }
382
+
383
+ @media (max-width: 768px) {
384
+ ._wrapper_1hqsj_9 {
385
+ width: calc(100% - 48px);
386
+ }
387
+
388
+ ._mobile_header_1hqsj_23 button {
389
+ right: 1.5rem;
390
+ }
391
+
392
+ ._mobile_nav_item_1hqsj_499 > a {
393
+ padding: 16px 24px;
394
+ }
395
+
396
+ ._sub_menu_1hqsj_677 a {
397
+ padding-left: 48px;
398
+ }
399
+
400
+ ._mobile_footer_content_1hqsj_549 {
401
+ padding-right: 15px;
402
+ padding-left: 24px;
403
+ }
404
+ }
405
+
406
+ @media (max-width: 450px) {
407
+ ._footer_cta_1hqsj_593 a {
408
+ white-space: break-spaces;
409
+ width: 100%;
410
+ text-align: center;
411
+ }
412
+ }
413
+
414
+ @media (min-width: 1076px) {
415
+ ._mobile_only_1hqsj_829 {
416
+ display: none !important;
417
+ }
418
+ }
419
+
420
+ @media (max-width: 1076px) {
421
+ ._mobile_logo_1hqsj_411 {
422
+ position: absolute;
423
+ transform: translateX(-50%);
424
+ left: 50%;
425
+ margin: 10px auto;
426
+ }
427
+ }