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