@axos-web-dev/shared-components 1.0.42 → 1.0.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.
- package/README.md +111 -111
- package/dist/Avatar/Avatar.module.js +7 -7
- package/dist/Blockquote/Blockquote.module.js +3 -3
- package/dist/Calculators/BuyDownCalculator/index.js +1 -1
- package/dist/FdicCallout/FdicCallout.module.js +2 -2
- package/dist/Interstitial/Interstitial.module.js +10 -10
- package/dist/NavigationMenu/AxosALTS/NavBar.module.js +23 -23
- package/dist/NavigationMenu/AxosAdvisor/NavBar.module.js +52 -52
- package/dist/NavigationMenu/AxosAdvisorServices/NavBar.module.js +53 -53
- package/dist/NavigationMenu/AxosBank/NavBar.module.js +53 -53
- package/dist/NavigationMenu/AxosBank/SubNavBar.js +1 -1
- package/dist/NavigationMenu/AxosBank/index.js +2 -2
- package/dist/NavigationMenu/AxosClearing/NavBar.module.js +37 -37
- package/dist/NavigationMenu/AxosFiduciary/NavBar.module.js +41 -41
- package/dist/NavigationMenu/LaVictoire/NavBar.module.js +37 -37
- package/dist/Table/Table.d.ts +1 -1
- package/dist/WalnutIframe/wrapper.module.js +2 -2
- package/dist/assets/Avatar/Avatar.css.css +59 -59
- package/dist/assets/Blockquote/Blockquote.css.css +68 -68
- package/dist/assets/FdicCallout/FdicCallout.css.css +48 -48
- package/dist/assets/Interstitial/Interstitial.css.css +142 -142
- package/dist/assets/NavigationMenu/AxosALTS/NavBar.css.css +264 -264
- package/dist/assets/NavigationMenu/AxosAdvisor/NavBar.css.css +597 -597
- package/dist/assets/NavigationMenu/AxosAdvisorServices/NavBar.css.css +618 -618
- package/dist/assets/NavigationMenu/AxosBank/NavBar.css.css +126 -138
- package/dist/assets/NavigationMenu/AxosClearing/NavBar.css.css +458 -458
- package/dist/assets/NavigationMenu/AxosFiduciary/NavBar.css.css +426 -426
- package/dist/assets/NavigationMenu/LaVictoire/NavBar.css.css +429 -429
- package/dist/assets/WalnutIframe/wrapper.css.css +51 -51
- package/dist/assets/utils/optimizeImage/optimizeImage.css.css +48 -48
- package/dist/utils/allowedAxosDomains.js +1 -1
- package/dist/utils/optimizeImage/optimizeImage.module.js +3 -3
- package/package.json +1 -1
- package/dist/NavigationMenu/AxosBank/MobileMenu/MobileMenu.d.ts +0 -2
- package/dist/NavigationMenu/AxosBank/MobileMenu/MobileMenu.js +0 -345
- package/dist/NavigationMenu/AxosBank/MobileMenu/MobileMenu.module.js +0 -4
- package/dist/NavigationMenu/AxosBank/MobileMenu/MobileNavData.d.ts +0 -250
- package/dist/NavigationMenu/AxosBank/MobileMenu/MobileNavData.js +0 -627
- package/dist/assets/NavigationMenu/AxosBank/MobileMenu/MobileMenu.css.css +0 -178
|
@@ -1,40 +1,34 @@
|
|
|
1
|
-
.
|
|
1
|
+
._header_tj11n_1 {
|
|
2
2
|
border-bottom: 1px solid #ebebeb;
|
|
3
3
|
}
|
|
4
4
|
|
|
5
|
-
.
|
|
5
|
+
._wrapper_tj11n_9 {
|
|
6
6
|
width: calc(100% - 80px);
|
|
7
7
|
margin-left: auto;
|
|
8
8
|
margin-right: auto;
|
|
9
9
|
}
|
|
10
10
|
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
padding-top: 1rem;
|
|
14
|
-
padding-bottom: 0.5rem;
|
|
15
|
-
} */
|
|
16
|
-
|
|
17
|
-
._header_main_row_1p4z6_21,
|
|
18
|
-
._mobile_header_1p4z6_35 {
|
|
11
|
+
._header_main_row_tj11n_21,
|
|
12
|
+
._mobile_header_tj11n_23 {
|
|
19
13
|
min-height: 80px;
|
|
20
14
|
padding-top: 1rem;
|
|
21
15
|
padding-bottom: 0.5rem;
|
|
22
16
|
}
|
|
23
17
|
|
|
24
|
-
.
|
|
18
|
+
._logo_wrap_tj11n_35 {
|
|
25
19
|
padding: 9px 6px;
|
|
26
20
|
}
|
|
27
21
|
|
|
28
|
-
.
|
|
22
|
+
._primary_links_tj11n_43 {
|
|
29
23
|
margin-left: 30px;
|
|
30
24
|
}
|
|
31
25
|
|
|
32
|
-
.
|
|
26
|
+
._main_nav_link_tj11n_51 {
|
|
33
27
|
padding: 10px 8px;
|
|
34
28
|
text-align: center;
|
|
35
29
|
}
|
|
36
30
|
|
|
37
|
-
.
|
|
31
|
+
._main_nav_link_tj11n_51 > a {
|
|
38
32
|
border-bottom: 4px solid transparent;
|
|
39
33
|
display: inline-block;
|
|
40
34
|
font-size: 16px;
|
|
@@ -42,7 +36,7 @@
|
|
|
42
36
|
position: relative;
|
|
43
37
|
}
|
|
44
38
|
|
|
45
|
-
.
|
|
39
|
+
._main_nav_link_tj11n_51 > a::after {
|
|
46
40
|
content: "";
|
|
47
41
|
position: absolute;
|
|
48
42
|
left: 0;
|
|
@@ -53,34 +47,34 @@
|
|
|
53
47
|
opacity: 0;
|
|
54
48
|
}
|
|
55
49
|
|
|
56
|
-
.
|
|
50
|
+
._main_nav_link_tj11n_51 > .active {
|
|
57
51
|
font-weight: 700;
|
|
58
52
|
}
|
|
59
53
|
|
|
60
|
-
.
|
|
54
|
+
._main_nav_link_tj11n_51 > .active::after {
|
|
61
55
|
opacity: 1;
|
|
62
56
|
}
|
|
63
57
|
|
|
64
|
-
.
|
|
65
|
-
.
|
|
66
|
-
.
|
|
67
|
-
.
|
|
58
|
+
._sub_nav_link_tj11n_115 a,
|
|
59
|
+
._main_nav_link_tj11n_51 a,
|
|
60
|
+
._signin_wrap_tj11n_119 a,
|
|
61
|
+
._signin_btn_tj11n_121 {
|
|
68
62
|
text-decoration: none;
|
|
69
63
|
transition: opacity 0.3s ease;
|
|
70
64
|
}
|
|
71
65
|
|
|
72
|
-
.
|
|
73
|
-
.
|
|
74
|
-
.
|
|
66
|
+
._sub_nav_link_tj11n_115:hover,
|
|
67
|
+
._main_nav_link_tj11n_51 a:hover,
|
|
68
|
+
._signin_wrap_tj11n_119 a:hover {
|
|
75
69
|
opacity: 0.8;
|
|
76
70
|
}
|
|
77
71
|
|
|
78
|
-
.
|
|
72
|
+
._signin_wrap_tj11n_119 .link {
|
|
79
73
|
text-decoration: none;
|
|
80
74
|
padding: 8px;
|
|
81
75
|
}
|
|
82
76
|
|
|
83
|
-
.
|
|
77
|
+
._signin_btn_tj11n_121 {
|
|
84
78
|
border-color: transparent;
|
|
85
79
|
color: #fff;
|
|
86
80
|
padding: 11px 24px;
|
|
@@ -92,48 +86,48 @@
|
|
|
92
86
|
cursor: pointer;
|
|
93
87
|
}
|
|
94
88
|
|
|
95
|
-
.
|
|
89
|
+
._signin_btn_tj11n_121:hover {
|
|
96
90
|
background-color: transparent;
|
|
97
91
|
opacity: 0.9;
|
|
98
92
|
}
|
|
99
93
|
|
|
100
|
-
.
|
|
94
|
+
._signin_btn_tj11n_121 > span {
|
|
101
95
|
margin-right: 8px;
|
|
102
96
|
}
|
|
103
97
|
|
|
104
|
-
.
|
|
98
|
+
._header_sub_row_tj11n_195 {
|
|
105
99
|
min-height: 48px;
|
|
106
100
|
position: relative;
|
|
107
101
|
}
|
|
108
102
|
|
|
109
|
-
.
|
|
103
|
+
._sub_nav_link_tj11n_115 {
|
|
110
104
|
padding-inline: 1rem;
|
|
111
105
|
text-align: center;
|
|
112
106
|
color: #fff;
|
|
113
107
|
display: flex;
|
|
114
108
|
}
|
|
115
109
|
|
|
116
|
-
.
|
|
110
|
+
._sub_nav_link_tj11n_115 a {
|
|
117
111
|
display: flex;
|
|
118
112
|
align-items: center;
|
|
119
113
|
font-weight: 500;
|
|
120
114
|
line-height: 1.5;
|
|
121
115
|
padding: 12px 0px;
|
|
122
116
|
}
|
|
123
|
-
.
|
|
117
|
+
._sub_nav_link_tj11n_115 a:first-child {
|
|
124
118
|
padding-left: 9.5px;
|
|
125
119
|
padding-right: 1.5px;
|
|
126
120
|
}
|
|
127
121
|
|
|
128
|
-
.
|
|
122
|
+
._sub_nav_link_tj11n_115 a:last-child {
|
|
129
123
|
padding-right: 9.5px;
|
|
130
124
|
}
|
|
131
125
|
|
|
132
|
-
.
|
|
126
|
+
._sub_nav_link_tj11n_115:hover {
|
|
133
127
|
background: linear-gradient(207deg, transparent, rgb(255 255 255 / 28%));
|
|
134
128
|
}
|
|
135
129
|
|
|
136
|
-
.
|
|
130
|
+
._signin_dropdown_tj11n_259 {
|
|
137
131
|
min-width: 288px;
|
|
138
132
|
padding: 1.5rem 1rem;
|
|
139
133
|
position: absolute;
|
|
@@ -143,34 +137,34 @@
|
|
|
143
137
|
display: none;
|
|
144
138
|
}
|
|
145
139
|
|
|
146
|
-
.
|
|
140
|
+
._shadow_tj11n_279 {
|
|
147
141
|
box-shadow: 0px 8px 16px 0px rgba(30, 38, 47, 0.2);
|
|
148
142
|
border: 0.5px solid rgb(255 255 255 / 14%);
|
|
149
143
|
border-top: none;
|
|
150
144
|
}
|
|
151
145
|
|
|
152
|
-
.
|
|
146
|
+
._signin_dropdown_tj11n_259 li[role="heading"] {
|
|
153
147
|
margin-top: 1px;
|
|
154
148
|
}
|
|
155
149
|
|
|
156
|
-
.
|
|
150
|
+
._signin_header_tj11n_299 {
|
|
157
151
|
color: #323339;
|
|
158
152
|
font-weight: 700;
|
|
159
153
|
padding: 0.5rem 1rem;
|
|
160
154
|
text-align: left;
|
|
161
155
|
}
|
|
162
156
|
|
|
163
|
-
.
|
|
157
|
+
._signin_subheader_tj11n_313 {
|
|
164
158
|
color: #2f5b88;
|
|
165
159
|
padding: 0.5rem 0.5rem 0.5rem 1.5rem;
|
|
166
160
|
}
|
|
167
161
|
|
|
168
|
-
.
|
|
169
|
-
.
|
|
162
|
+
._signin_header_tj11n_299,
|
|
163
|
+
._signin_subheader_tj11n_313 a {
|
|
170
164
|
line-height: 1.5;
|
|
171
165
|
}
|
|
172
166
|
|
|
173
|
-
@keyframes
|
|
167
|
+
@keyframes _fadeInDown_tj11n_1 {
|
|
174
168
|
from {
|
|
175
169
|
opacity: 0;
|
|
176
170
|
transform: translate3d(0, -1%, 0);
|
|
@@ -182,23 +176,23 @@
|
|
|
182
176
|
}
|
|
183
177
|
}
|
|
184
178
|
|
|
185
|
-
.
|
|
179
|
+
._opacity_tj11n_357 {
|
|
186
180
|
animation-duration: 0.5s;
|
|
187
181
|
animation-fill-mode: both;
|
|
188
|
-
animation-name:
|
|
182
|
+
animation-name: _fadeInDown_tj11n_1;
|
|
189
183
|
}
|
|
190
184
|
|
|
191
|
-
.
|
|
185
|
+
._signin_footer_tj11n_369 {
|
|
192
186
|
margin-top: 0.5rem;
|
|
193
187
|
padding-top: 1rem;
|
|
194
188
|
}
|
|
195
189
|
|
|
196
|
-
.
|
|
190
|
+
._signin_footer_tj11n_369 > a + a {
|
|
197
191
|
display: block;
|
|
198
192
|
margin-top: 16px;
|
|
199
193
|
}
|
|
200
194
|
|
|
201
|
-
.
|
|
195
|
+
._signin_footer_tj11n_369::before {
|
|
202
196
|
content: "";
|
|
203
197
|
background-color: #8f8f8f;
|
|
204
198
|
height: 2px;
|
|
@@ -209,19 +203,19 @@
|
|
|
209
203
|
width: 94%;
|
|
210
204
|
}
|
|
211
205
|
|
|
212
|
-
.
|
|
206
|
+
._open_tj11n_411 {
|
|
213
207
|
opacity: 0.8;
|
|
214
208
|
}
|
|
215
209
|
|
|
216
|
-
.
|
|
210
|
+
._open_tj11n_411 > svg {
|
|
217
211
|
transform: scaleY(-1);
|
|
218
212
|
}
|
|
219
213
|
|
|
220
|
-
.
|
|
214
|
+
._open_tj11n_411 + ._signin_dropdown_tj11n_259 {
|
|
221
215
|
display: block;
|
|
222
216
|
}
|
|
223
217
|
|
|
224
|
-
.
|
|
218
|
+
._dd_wrapper_tj11n_435 {
|
|
225
219
|
max-width: 1440px;
|
|
226
220
|
outline: none !important;
|
|
227
221
|
position: absolute;
|
|
@@ -230,45 +224,45 @@
|
|
|
230
224
|
z-index: 1203;
|
|
231
225
|
}
|
|
232
226
|
|
|
233
|
-
.
|
|
227
|
+
._dd_media_tj11n_453 {
|
|
234
228
|
padding: 1.5rem;
|
|
235
229
|
width: 280px;
|
|
236
230
|
}
|
|
237
231
|
|
|
238
|
-
.
|
|
232
|
+
._dd_media_img_tj11n_463 {
|
|
239
233
|
min-height: 232px;
|
|
240
234
|
}
|
|
241
235
|
|
|
242
|
-
.
|
|
236
|
+
._dd_site_navs_tj11n_471 {
|
|
243
237
|
display: flex;
|
|
244
238
|
flex-direction: column;
|
|
245
239
|
flex: 1 1 0%;
|
|
246
240
|
padding: 1.5rem;
|
|
247
241
|
}
|
|
248
242
|
|
|
249
|
-
.
|
|
243
|
+
._dd_media_header_tj11n_485 p {
|
|
250
244
|
color: #fff;
|
|
251
245
|
font-size: 14px;
|
|
252
246
|
line-height: 1.42;
|
|
253
247
|
}
|
|
254
248
|
|
|
255
|
-
.
|
|
249
|
+
._dd_media_header_tj11n_485 p[role="heading"] {
|
|
256
250
|
font: 600 1.25rem/ 1.4 var(--header-font-family);
|
|
257
251
|
}
|
|
258
252
|
|
|
259
|
-
.
|
|
253
|
+
._mt_8_tj11n_505 {
|
|
260
254
|
margin-top: 8px;
|
|
261
255
|
}
|
|
262
256
|
|
|
263
|
-
.
|
|
257
|
+
._mt_16_tj11n_513 {
|
|
264
258
|
margin-top: 1rem;
|
|
265
259
|
}
|
|
266
260
|
|
|
267
|
-
.
|
|
261
|
+
._ml_8_tj11n_521 {
|
|
268
262
|
margin-left: 8px;
|
|
269
263
|
}
|
|
270
264
|
|
|
271
|
-
.
|
|
265
|
+
._dd_media_cta_tj11n_529 > a:first-child {
|
|
272
266
|
border-radius: 8px;
|
|
273
267
|
border: 2px solid transparent;
|
|
274
268
|
color: var(--_1073cm83) !important;
|
|
@@ -282,35 +276,35 @@
|
|
|
282
276
|
width: 100%;
|
|
283
277
|
}
|
|
284
278
|
|
|
285
|
-
.
|
|
279
|
+
._dd_media_cta_tj11n_529 > a:first-child:hover {
|
|
286
280
|
background-color: transparent;
|
|
287
281
|
border-color: #fff;
|
|
288
282
|
color: #fff !important;
|
|
289
283
|
}
|
|
290
284
|
|
|
291
|
-
.
|
|
285
|
+
._dd_media_cta_tj11n_529 > a:nth-child(2) {
|
|
292
286
|
color: #fff;
|
|
293
287
|
display: inline-block;
|
|
294
288
|
margin-top: 8px;
|
|
295
289
|
text-decoration: none;
|
|
296
290
|
}
|
|
297
291
|
|
|
298
|
-
.
|
|
292
|
+
._dd_media_cta_tj11n_529 > a:nth-child(2):hover {
|
|
299
293
|
opacity: 0.8;
|
|
300
294
|
text-decoration: underline;
|
|
301
295
|
}
|
|
302
296
|
|
|
303
|
-
.
|
|
297
|
+
._reversed_row_tj11n_593 {
|
|
304
298
|
flex-direction: row-reverse;
|
|
305
299
|
}
|
|
306
300
|
|
|
307
|
-
.
|
|
301
|
+
._dd_media_cta_tj11n_529 > a:first-child:active {
|
|
308
302
|
background-color: #fff;
|
|
309
303
|
border-color: transparent;
|
|
310
304
|
color: #1e3860 !important;
|
|
311
305
|
}
|
|
312
306
|
|
|
313
|
-
.
|
|
307
|
+
._headline_tj11n_613 > [role="heading"] {
|
|
314
308
|
color: var(--_1073cm83);
|
|
315
309
|
flex: 1 1 0%;
|
|
316
310
|
font: 600 1.5rem / 1.33 var(--header-font-family);
|
|
@@ -318,7 +312,7 @@
|
|
|
318
312
|
text-decoration: none;
|
|
319
313
|
}
|
|
320
314
|
|
|
321
|
-
.
|
|
315
|
+
._nav_anchor_tj11n_629 {
|
|
322
316
|
aspect-ratio: 1;
|
|
323
317
|
background-color: #4a5560;
|
|
324
318
|
border-radius: 8px;
|
|
@@ -326,26 +320,26 @@
|
|
|
326
320
|
width: 1.5rem;
|
|
327
321
|
}
|
|
328
322
|
|
|
329
|
-
.
|
|
323
|
+
._headline_cta_tj11n_645 {
|
|
330
324
|
margin-left: 8px;
|
|
331
325
|
}
|
|
332
326
|
|
|
333
|
-
.
|
|
327
|
+
._headline_cta_tj11n_645 > a {
|
|
334
328
|
color: var(--_1073cm83);
|
|
335
329
|
font-weight: 700;
|
|
336
330
|
line-height: 1.5;
|
|
337
331
|
text-decoration: none;
|
|
338
332
|
}
|
|
339
333
|
|
|
340
|
-
.
|
|
341
|
-
.
|
|
342
|
-
.
|
|
343
|
-
.
|
|
344
|
-
.
|
|
334
|
+
._sub_nav_link_tj11n_115:hover,
|
|
335
|
+
._signin_wrap_tj11n_119 a:hover,
|
|
336
|
+
._main_nav_link_tj11n_51 a:not(.active):hover,
|
|
337
|
+
._dd_site_navs_tj11n_471 a:hover,
|
|
338
|
+
._site_lists_tj11n_675 a:hover {
|
|
345
339
|
text-decoration: underline;
|
|
346
340
|
}
|
|
347
341
|
|
|
348
|
-
.
|
|
342
|
+
._dd_site_navs_tj11n_471 hr {
|
|
349
343
|
border-style: solid;
|
|
350
344
|
border-width: 1px;
|
|
351
345
|
color: #a0aab3;
|
|
@@ -354,32 +348,32 @@
|
|
|
354
348
|
position: relative;
|
|
355
349
|
}
|
|
356
350
|
|
|
357
|
-
.
|
|
351
|
+
._site_lists_tj11n_675 {
|
|
358
352
|
display: grid;
|
|
359
353
|
grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));
|
|
360
354
|
gap: 24px;
|
|
361
355
|
padding-bottom: 1.5rem;
|
|
362
356
|
}
|
|
363
357
|
|
|
364
|
-
.
|
|
358
|
+
._site_lists_tj11n_675 > * {
|
|
365
359
|
width: 100%;
|
|
366
360
|
}
|
|
367
361
|
|
|
368
|
-
.
|
|
362
|
+
._site_lists_tj11n_675 a {
|
|
369
363
|
color: #323339;
|
|
370
364
|
text-decoration: none;
|
|
371
365
|
}
|
|
372
366
|
|
|
373
|
-
.
|
|
367
|
+
._site_lists_tj11n_675 [role="heading"] {
|
|
374
368
|
color: var(--_1073cm83);
|
|
375
369
|
font-weight: 700;
|
|
376
370
|
}
|
|
377
371
|
|
|
378
|
-
.
|
|
372
|
+
._site_lists_tj11n_675 li + li {
|
|
379
373
|
margin-top: 8px;
|
|
380
374
|
}
|
|
381
375
|
|
|
382
|
-
.
|
|
376
|
+
._hamburger_tj11n_751 {
|
|
383
377
|
background: transparent;
|
|
384
378
|
border: none;
|
|
385
379
|
font-size: 0px;
|
|
@@ -387,13 +381,13 @@
|
|
|
387
381
|
outline: none;
|
|
388
382
|
}
|
|
389
383
|
|
|
390
|
-
.
|
|
391
|
-
.
|
|
384
|
+
._hamburger_tj11n_751:hover,
|
|
385
|
+
._mobile_header_tj11n_23 button:hover {
|
|
392
386
|
cursor: pointer;
|
|
393
387
|
opacity: 0.8;
|
|
394
388
|
}
|
|
395
389
|
|
|
396
|
-
.
|
|
390
|
+
._signin_wrap_tj11n_119 > ._mobile_only_tj11n_779 > a {
|
|
397
391
|
color: #4a5560;
|
|
398
392
|
padding: 0;
|
|
399
393
|
line-height: 1;
|
|
@@ -406,29 +400,29 @@
|
|
|
406
400
|
align-items: center;
|
|
407
401
|
} */
|
|
408
402
|
|
|
409
|
-
.
|
|
403
|
+
._mobile_logo_tj11n_791 {
|
|
410
404
|
flex: 1 1 0%;
|
|
411
405
|
text-align: center;
|
|
412
406
|
}
|
|
413
407
|
|
|
414
|
-
.
|
|
408
|
+
._highlight_tj11n_815 > a {
|
|
415
409
|
border-bottom: none;
|
|
416
410
|
font-weight: 700;
|
|
417
411
|
line-height: 1.44;
|
|
418
412
|
}
|
|
419
413
|
|
|
420
|
-
.
|
|
414
|
+
._mobile_header_tj11n_23 {
|
|
421
415
|
border-bottom: 1px solid #ebebeb;
|
|
422
416
|
display: grid;
|
|
423
417
|
padding-bottom: 1rem;
|
|
424
418
|
place-items: center;
|
|
425
419
|
}
|
|
426
420
|
|
|
427
|
-
.
|
|
421
|
+
._mobile_header_tj11n_23 h2 {
|
|
428
422
|
font: 400 20px / 1.3 var(--header-font-family);
|
|
429
423
|
}
|
|
430
424
|
|
|
431
|
-
.
|
|
425
|
+
._mobile_header_tj11n_23 button {
|
|
432
426
|
background: none;
|
|
433
427
|
border: none;
|
|
434
428
|
position: absolute;
|
|
@@ -437,7 +431,7 @@
|
|
|
437
431
|
transform: translateY(-50%);
|
|
438
432
|
}
|
|
439
433
|
|
|
440
|
-
.
|
|
434
|
+
._mobile_nav_tj11n_867 {
|
|
441
435
|
border-right: 1px solid #ebebeb;
|
|
442
436
|
left: -100%;
|
|
443
437
|
min-height: 100vh;
|
|
@@ -448,20 +442,20 @@
|
|
|
448
442
|
z-index: 1205;
|
|
449
443
|
}
|
|
450
444
|
|
|
451
|
-
.
|
|
445
|
+
._mobile_opened_tj11n_889 {
|
|
452
446
|
left: 0%;
|
|
453
447
|
}
|
|
454
448
|
|
|
455
|
-
body:has(.
|
|
449
|
+
body:has(._mobile_opened_tj11n_889) {
|
|
456
450
|
overflow-y: hidden;
|
|
457
451
|
}
|
|
458
452
|
|
|
459
|
-
.
|
|
453
|
+
._mobile_nav_item_tj11n_905 {
|
|
460
454
|
background-color: #f4f4f4;
|
|
461
455
|
border-bottom: 1px solid #ebebeb;
|
|
462
456
|
}
|
|
463
457
|
|
|
464
|
-
.
|
|
458
|
+
._mobile_nav_item_tj11n_905 > a {
|
|
465
459
|
color: #323339;
|
|
466
460
|
display: flex;
|
|
467
461
|
font-weight: 700;
|
|
@@ -471,12 +465,12 @@ body:has(._mobile_opened_1p4z6_901) {
|
|
|
471
465
|
width: 100%;
|
|
472
466
|
}
|
|
473
467
|
|
|
474
|
-
.
|
|
468
|
+
._mobile_nav_item_tj11n_905._has_dropdown_tj11n_935 {
|
|
475
469
|
isolation: isolate;
|
|
476
470
|
position: relative;
|
|
477
471
|
}
|
|
478
472
|
|
|
479
|
-
.
|
|
473
|
+
._mobile_nav_item_tj11n_905._has_dropdown_tj11n_935::before {
|
|
480
474
|
content: "";
|
|
481
475
|
background-color: #ebebeb;
|
|
482
476
|
height: 100%;
|
|
@@ -487,23 +481,23 @@ body:has(._mobile_opened_1p4z6_901) {
|
|
|
487
481
|
z-index: -1;
|
|
488
482
|
}
|
|
489
483
|
|
|
490
|
-
.
|
|
484
|
+
._icon_wrap_tj11n_967 {
|
|
491
485
|
line-height: 1;
|
|
492
486
|
height: 24px;
|
|
493
487
|
}
|
|
494
488
|
|
|
495
|
-
.
|
|
489
|
+
._mobile_footer_tj11n_977 {
|
|
496
490
|
position: relative;
|
|
497
491
|
width: 100%;
|
|
498
492
|
}
|
|
499
493
|
|
|
500
|
-
.
|
|
494
|
+
._mobile_footer_content_tj11n_987 {
|
|
501
495
|
background-color: #f4f4f4;
|
|
502
496
|
flex: 1 1 0%;
|
|
503
497
|
padding: 16px 24px 16px 40px;
|
|
504
498
|
}
|
|
505
499
|
|
|
506
|
-
.
|
|
500
|
+
._mobile_footer_content_tj11n_987 p {
|
|
507
501
|
line-height: 1.5;
|
|
508
502
|
text-overflow: ellipsis;
|
|
509
503
|
display: -webkit-box;
|
|
@@ -512,17 +506,17 @@ body:has(._mobile_opened_1p4z6_901) {
|
|
|
512
506
|
line-clamp: 2;
|
|
513
507
|
}
|
|
514
508
|
|
|
515
|
-
.
|
|
509
|
+
._mobile_footer_media_tj11n_1017 {
|
|
516
510
|
flex-basis: min(42%, 300px);
|
|
517
511
|
background: url("https://www.axos.com/images/4Fwdu6ylqpXOmJsDWRUETe/personal-contact-us-hero.webp")
|
|
518
512
|
no-repeat 81% / cover;
|
|
519
513
|
}
|
|
520
514
|
|
|
521
|
-
.
|
|
515
|
+
._footer_cta_tj11n_1029 {
|
|
522
516
|
margin-top: 3px;
|
|
523
517
|
}
|
|
524
518
|
|
|
525
|
-
.
|
|
519
|
+
._footer_cta_tj11n_1029 a {
|
|
526
520
|
border-radius: 4px;
|
|
527
521
|
border: 2px solid transparent;
|
|
528
522
|
color: #fff;
|
|
@@ -532,31 +526,31 @@ body:has(._mobile_opened_1p4z6_901) {
|
|
|
532
526
|
text-decoration: none;
|
|
533
527
|
}
|
|
534
528
|
|
|
535
|
-
.
|
|
529
|
+
._footer_cta_tj11n_1029 a:hover {
|
|
536
530
|
background-color: transparent;
|
|
537
531
|
text-decoration: underline;
|
|
538
532
|
}
|
|
539
533
|
|
|
540
|
-
.
|
|
534
|
+
._footer_cta_tj11n_1029 a:active {
|
|
541
535
|
border-color: transparent;
|
|
542
536
|
color: #fff;
|
|
543
537
|
}
|
|
544
538
|
|
|
545
|
-
.
|
|
539
|
+
._mobile_footer_tj11n_977 > .flex_row {
|
|
546
540
|
min-height: 112px;
|
|
547
541
|
}
|
|
548
542
|
|
|
549
|
-
.
|
|
543
|
+
._inner_wrapper_tj11n_1085 {
|
|
550
544
|
max-height: 100vh;
|
|
551
545
|
overflow-y: scroll;
|
|
552
546
|
}
|
|
553
547
|
|
|
554
|
-
.
|
|
548
|
+
._btn_tj11n_1095 {
|
|
555
549
|
display: block;
|
|
556
550
|
position: relative;
|
|
557
551
|
}
|
|
558
552
|
|
|
559
|
-
.
|
|
553
|
+
._sub_menu_tj11n_1105 {
|
|
560
554
|
overflow: hidden;
|
|
561
555
|
max-height: 0;
|
|
562
556
|
transition: max-height 0.8s ease-out;
|
|
@@ -564,8 +558,8 @@ body:has(._mobile_opened_1p4z6_901) {
|
|
|
564
558
|
overflow-y: scroll;
|
|
565
559
|
}
|
|
566
560
|
|
|
567
|
-
.
|
|
568
|
-
.
|
|
561
|
+
._sub_menu_tj11n_1105 a,
|
|
562
|
+
._sub_menu_tj11n_1105 span {
|
|
569
563
|
display: block;
|
|
570
564
|
padding: 12px 14px 12px 64px;
|
|
571
565
|
position: relative;
|
|
@@ -573,15 +567,15 @@ body:has(._mobile_opened_1p4z6_901) {
|
|
|
573
567
|
text-decoration: none;
|
|
574
568
|
}
|
|
575
569
|
|
|
576
|
-
.
|
|
570
|
+
._sub_menu_tj11n_1105 ._main_tj11n_51 {
|
|
577
571
|
font-weight: 700;
|
|
578
572
|
}
|
|
579
573
|
|
|
580
|
-
.
|
|
574
|
+
._sub_menu_tj11n_1105 > * {
|
|
581
575
|
border-top: 1px solid #ebebeb;
|
|
582
576
|
}
|
|
583
577
|
|
|
584
|
-
.
|
|
578
|
+
._dd_footer_tj11n_1155 {
|
|
585
579
|
justify-content: flex-end;
|
|
586
580
|
flex: 1 1 0%;
|
|
587
581
|
align-items: end;
|
|
@@ -589,7 +583,7 @@ body:has(._mobile_opened_1p4z6_901) {
|
|
|
589
583
|
letter-spacing: 0.3px;
|
|
590
584
|
}
|
|
591
585
|
|
|
592
|
-
.
|
|
586
|
+
._skip_btn_tj11n_1171 {
|
|
593
587
|
clip: rect(1px 1px 1px 1px);
|
|
594
588
|
margin: -1px;
|
|
595
589
|
overflow: hidden;
|
|
@@ -597,8 +591,8 @@ body:has(._mobile_opened_1p4z6_901) {
|
|
|
597
591
|
position: absolute;
|
|
598
592
|
}
|
|
599
593
|
|
|
600
|
-
.
|
|
601
|
-
.
|
|
594
|
+
._skip_btn_tj11n_1171:active,
|
|
595
|
+
._skip_btn_tj11n_1171:focus {
|
|
602
596
|
background-color: #faa74a;
|
|
603
597
|
border-radius: 8px;
|
|
604
598
|
clip: auto;
|
|
@@ -614,7 +608,7 @@ body:has(._mobile_opened_1p4z6_901) {
|
|
|
614
608
|
}
|
|
615
609
|
|
|
616
610
|
@media (max-width: 1121px) {
|
|
617
|
-
.
|
|
611
|
+
._mobile_logo_tj11n_791 {
|
|
618
612
|
position: absolute;
|
|
619
613
|
transform: translateX(-50%);
|
|
620
614
|
left: 50%;
|
|
@@ -623,59 +617,53 @@ body:has(._mobile_opened_1p4z6_901) {
|
|
|
623
617
|
}
|
|
624
618
|
|
|
625
619
|
@media (max-width: 1280px) and (min-width: 1024px) {
|
|
626
|
-
.
|
|
620
|
+
._wrapper_tj11n_9 {
|
|
627
621
|
width: calc(100% - 28px);
|
|
628
622
|
}
|
|
629
623
|
|
|
630
|
-
.
|
|
624
|
+
._dd_wrapper_tj11n_435 > ._wrapper_tj11n_9 {
|
|
631
625
|
width: 100%;
|
|
632
626
|
}
|
|
633
|
-
.
|
|
627
|
+
._main_nav_link_tj11n_51 > a {
|
|
634
628
|
padding: 4px 6px;
|
|
635
629
|
font-size: 15px;
|
|
636
630
|
}
|
|
637
|
-
.
|
|
631
|
+
._desktop_only_tj11n_1261 > a {
|
|
638
632
|
font-size: 15px;
|
|
639
633
|
}
|
|
640
634
|
}
|
|
641
635
|
|
|
642
636
|
@media (max-width: 1023px) {
|
|
643
|
-
.
|
|
637
|
+
._desktop_only_tj11n_1261 {
|
|
644
638
|
display: none !important;
|
|
645
639
|
}
|
|
646
640
|
}
|
|
647
641
|
|
|
648
642
|
@media (max-width: 768px) {
|
|
649
|
-
.
|
|
643
|
+
._wrapper_tj11n_9 {
|
|
650
644
|
width: calc(100% - 48px);
|
|
651
645
|
}
|
|
652
|
-
|
|
653
|
-
min-height: 65px;
|
|
654
|
-
}
|
|
655
|
-
.mobile_logo > a > svg {
|
|
656
|
-
max-width: 85px;
|
|
657
|
-
} */
|
|
658
|
-
._mobile_header_1p4z6_35 button {
|
|
646
|
+
._mobile_header_tj11n_23 button {
|
|
659
647
|
right: 1.5rem;
|
|
660
648
|
}
|
|
661
|
-
.
|
|
649
|
+
._mobile_nav_item_tj11n_905 > a {
|
|
662
650
|
padding: 16px 24px;
|
|
663
651
|
}
|
|
664
|
-
.
|
|
665
|
-
.
|
|
652
|
+
._sub_menu_tj11n_1105 a,
|
|
653
|
+
._sub_menu_tj11n_1105 span {
|
|
666
654
|
padding-left: 48px;
|
|
667
655
|
}
|
|
668
|
-
.
|
|
656
|
+
._mobile_nav_item_tj11n_905._has_dropdown_tj11n_935::before {
|
|
669
657
|
right: 72px;
|
|
670
658
|
}
|
|
671
|
-
.
|
|
659
|
+
._mobile_footer_content_tj11n_987 {
|
|
672
660
|
padding-right: 15px;
|
|
673
661
|
padding-left: 24px;
|
|
674
662
|
}
|
|
675
663
|
}
|
|
676
664
|
|
|
677
665
|
@media (max-width: 450px) {
|
|
678
|
-
.
|
|
666
|
+
._footer_cta_tj11n_1029 a {
|
|
679
667
|
white-space: break-spaces;
|
|
680
668
|
width: 100%;
|
|
681
669
|
text-align: center;
|
|
@@ -683,7 +671,7 @@ body:has(._mobile_opened_1p4z6_901) {
|
|
|
683
671
|
}
|
|
684
672
|
|
|
685
673
|
@media (min-width: 1024px) {
|
|
686
|
-
.
|
|
674
|
+
._mobile_only_tj11n_779 {
|
|
687
675
|
display: none !important;
|
|
688
676
|
}
|
|
689
677
|
}
|