@axos-web-dev/shared-components 0.0.74 → 0.0.76
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/AnnualFeeCalculator/AnnualFeeCalculator.css.d.ts +34 -0
- package/dist/AnnualFeeCalculator/AnnualFeeCalculator.css.js +34 -0
- package/dist/AnnualFeeCalculator/index.d.ts +10 -0
- package/dist/AnnualFeeCalculator/index.js +143 -0
- package/dist/ApyCalculator/ApyCalculator.css.d.ts +68 -3
- package/dist/ApyCalculator/ApyCalculator.css.js +29 -22
- package/dist/ApyCalculator/index.d.ts +7 -1
- package/dist/ApyCalculator/index.js +106 -87
- package/dist/Calculators/Calculator.d.ts +2 -0
- package/dist/Calculators/Calculator.js +74 -33
- package/dist/Carousel/index.js +5 -3
- package/dist/Chevron/index.js +6 -4
- package/dist/Comparison/Comparison.js +3 -1
- package/dist/Comparison/ComparisonSet.js +5 -3
- package/dist/FooterSiteMap/AxosBank/FooterSiteMap.js +6 -4
- package/dist/Forms/ContactUsAAS.js +5 -3
- package/dist/Forms/ContactUsBusiness.js +5 -3
- package/dist/Forms/EmailOnly.js +5 -3
- package/dist/Forms/SuccesForm.js +4 -2
- package/dist/HeroBanner/HeroBanner.interface.d.ts +4 -4
- package/dist/Hyperlink/index.js +6 -4
- package/dist/ImageBillboard/ImageBillboard.css.d.ts +1 -0
- package/dist/ImageLink/ImageLink.js +4 -2
- package/dist/ImageLink/ImageLinkSet.js +3 -1
- package/dist/ImageLink/index.js +6 -4
- package/dist/Modal/Modal.js +5 -3
- package/dist/MonthlyPaymentCalculator/MonthlyPaymentCalculator.css.d.ts +27 -0
- package/dist/MonthlyPaymentCalculator/MonthlyPaymentCalculator.css.js +22 -0
- package/dist/MonthlyPaymentCalculator/index.d.ts +8 -0
- package/dist/MonthlyPaymentCalculator/index.js +212 -0
- package/dist/NavigationMenu/AxosBank/NavBar.module.js +53 -59
- package/dist/NavigationMenu/AxosBank/SubNavBar.js +28 -26
- package/dist/NavigationMenu/AxosBank/SubNavbar.css.d.ts +0 -2
- package/dist/NavigationMenu/AxosBank/SubNavbar.css.js +0 -4
- package/dist/NavigationMenu/AxosBank/index.js +19 -33
- package/dist/SetContainer/SetContainer.js +4 -2
- package/dist/assets/AnnualFeeCalculator/AnnualFeeCalculator.css +125 -0
- package/dist/assets/ApyCalculator/ApyCalculator.css +77 -98
- package/dist/assets/IconBillboard/IconBillboard.css +1 -0
- package/dist/assets/ImageBillboard/ImageBillboard.css +1 -0
- package/dist/assets/MonthlyPaymentCalculator/MonthlyPaymentCalculator.css +67 -0
- package/dist/assets/NavigationMenu/AxosBank/NavBar.css.css +134 -125
- package/dist/assets/NavigationMenu/AxosBank/SubNavbar.css +0 -10
- package/dist/assets/SetContainer/SetContainer.css +6 -6
- package/package.json +111 -111
|
@@ -1,43 +1,43 @@
|
|
|
1
|
-
.
|
|
1
|
+
._header_1suhr_1 {
|
|
2
2
|
border-bottom: 1px solid #ebebeb;
|
|
3
3
|
}
|
|
4
4
|
|
|
5
|
-
.
|
|
5
|
+
._wrapper_1suhr_5 {
|
|
6
6
|
width: calc(100% - 80px);
|
|
7
7
|
margin-left: auto;
|
|
8
8
|
margin-right: auto;
|
|
9
9
|
}
|
|
10
10
|
|
|
11
|
-
.
|
|
12
|
-
.
|
|
11
|
+
._header_main_row_1suhr_11,
|
|
12
|
+
._mobile_header_1suhr_12 {
|
|
13
13
|
min-height: 80px;
|
|
14
14
|
padding-top: 1rem;
|
|
15
15
|
padding-bottom: 0.5rem;
|
|
16
16
|
}
|
|
17
17
|
|
|
18
|
-
.
|
|
18
|
+
._logo_wrap_1suhr_18 {
|
|
19
19
|
padding: 9px 6px;
|
|
20
20
|
}
|
|
21
21
|
|
|
22
|
-
.
|
|
22
|
+
._primary_links_1suhr_22 {
|
|
23
23
|
margin-left: 30px;
|
|
24
24
|
}
|
|
25
25
|
|
|
26
|
-
.
|
|
26
|
+
._main_nav_link_1suhr_26 {
|
|
27
27
|
padding: 10px 8px;
|
|
28
28
|
text-align: center;
|
|
29
29
|
}
|
|
30
30
|
|
|
31
|
-
.
|
|
31
|
+
._main_nav_link_1suhr_26 .active {
|
|
32
32
|
border-color: currentColor;
|
|
33
33
|
transition: border-color 0.5s ease;
|
|
34
34
|
}
|
|
35
35
|
|
|
36
|
-
.
|
|
36
|
+
._main_nav_link_1suhr_26 .active {
|
|
37
37
|
font-weight: 700;
|
|
38
38
|
}
|
|
39
39
|
|
|
40
|
-
.
|
|
40
|
+
._main_nav_link_1suhr_26 > a {
|
|
41
41
|
color: #1e3860;
|
|
42
42
|
display: inline-block;
|
|
43
43
|
font-size: 16px;
|
|
@@ -45,27 +45,27 @@
|
|
|
45
45
|
border-bottom: 4px solid transparent;
|
|
46
46
|
}
|
|
47
47
|
|
|
48
|
-
.
|
|
49
|
-
.
|
|
50
|
-
.
|
|
51
|
-
.
|
|
48
|
+
._sub_nav_link_1suhr_48 a,
|
|
49
|
+
._main_nav_link_1suhr_26 a,
|
|
50
|
+
._signin_wrap_1suhr_50 a,
|
|
51
|
+
._signin_btn_1suhr_51 {
|
|
52
52
|
text-decoration: none;
|
|
53
53
|
transition: opacity 0.3s ease;
|
|
54
54
|
}
|
|
55
55
|
|
|
56
|
-
.
|
|
57
|
-
.
|
|
58
|
-
.
|
|
56
|
+
._sub_nav_link_1suhr_48:hover,
|
|
57
|
+
._main_nav_link_1suhr_26 a:hover,
|
|
58
|
+
._signin_wrap_1suhr_50 a:hover {
|
|
59
59
|
opacity: 0.8;
|
|
60
60
|
}
|
|
61
61
|
|
|
62
|
-
.
|
|
62
|
+
._signin_wrap_1suhr_50 .link {
|
|
63
63
|
text-decoration: none;
|
|
64
64
|
padding: 8px;
|
|
65
65
|
}
|
|
66
66
|
|
|
67
|
-
.
|
|
68
|
-
border:
|
|
67
|
+
._signin_btn_1suhr_51 {
|
|
68
|
+
border-color: transparent;
|
|
69
69
|
color: #fff;
|
|
70
70
|
padding: 11px 24px;
|
|
71
71
|
font-size: 16px;
|
|
@@ -76,37 +76,43 @@
|
|
|
76
76
|
cursor: pointer;
|
|
77
77
|
}
|
|
78
78
|
|
|
79
|
-
.
|
|
80
|
-
color:
|
|
81
|
-
background-color:
|
|
79
|
+
._signin_btn_1suhr_51:hover {
|
|
80
|
+
color: #2f5b88;
|
|
81
|
+
background-color: transparent;
|
|
82
82
|
opacity: 0.9;
|
|
83
83
|
}
|
|
84
84
|
|
|
85
|
-
.
|
|
85
|
+
._signin_btn_1suhr_51:hover > svg path {
|
|
86
|
+
fill: #2f5b88;
|
|
87
|
+
}
|
|
88
|
+
|
|
89
|
+
._signin_btn_1suhr_51 > span {
|
|
86
90
|
margin-right: 8px;
|
|
87
91
|
}
|
|
88
92
|
|
|
89
|
-
.
|
|
93
|
+
._sub_nav_1suhr_48 {
|
|
90
94
|
background-color: var(--primary-theme-color);
|
|
91
95
|
}
|
|
92
96
|
|
|
93
|
-
.
|
|
97
|
+
._header_sub_row_1suhr_97 {
|
|
94
98
|
padding-block: 12px;
|
|
95
99
|
min-height: 48px;
|
|
96
100
|
}
|
|
97
101
|
|
|
98
|
-
.
|
|
102
|
+
._sub_nav_link_1suhr_48 {
|
|
99
103
|
padding-inline: 1rem;
|
|
100
104
|
text-align: center;
|
|
101
105
|
color: #fff;
|
|
102
106
|
}
|
|
103
107
|
|
|
104
|
-
.
|
|
108
|
+
._sub_nav_link_1suhr_48 a {
|
|
105
109
|
font-weight: 500;
|
|
106
110
|
line-height: 1.5;
|
|
111
|
+
display: flex;
|
|
112
|
+
align-items: center;
|
|
107
113
|
}
|
|
108
114
|
|
|
109
|
-
.
|
|
115
|
+
._signin_dropdown_1suhr_115 {
|
|
110
116
|
min-width: 288px;
|
|
111
117
|
padding: 1.5rem 1rem;
|
|
112
118
|
position: absolute;
|
|
@@ -116,32 +122,32 @@
|
|
|
116
122
|
display: none;
|
|
117
123
|
}
|
|
118
124
|
|
|
119
|
-
.
|
|
125
|
+
._shadow_1suhr_125 {
|
|
120
126
|
box-shadow: 0px 8px 16px 0px rgba(30, 38, 47, 0.2);
|
|
121
127
|
}
|
|
122
128
|
|
|
123
|
-
.
|
|
129
|
+
._signin_dropdown_1suhr_115 li[role="heading"] {
|
|
124
130
|
margin-top: 1px;
|
|
125
131
|
}
|
|
126
132
|
|
|
127
|
-
.
|
|
133
|
+
._signin_header_1suhr_133 {
|
|
128
134
|
color: #323339;
|
|
129
135
|
font-weight: 700;
|
|
130
136
|
padding: 0.5rem 1rem;
|
|
131
137
|
text-align: left;
|
|
132
138
|
}
|
|
133
139
|
|
|
134
|
-
.
|
|
140
|
+
._signin_subheader_1suhr_140 {
|
|
135
141
|
color: #2f5b88;
|
|
136
142
|
padding: 0.5rem 0.5rem 0.5rem 1.5rem;
|
|
137
143
|
}
|
|
138
144
|
|
|
139
|
-
.
|
|
140
|
-
.
|
|
145
|
+
._signin_header_1suhr_133,
|
|
146
|
+
._signin_subheader_1suhr_140 a {
|
|
141
147
|
line-height: 1.5;
|
|
142
148
|
}
|
|
143
149
|
|
|
144
|
-
@keyframes
|
|
150
|
+
@keyframes _fadeInDown_1suhr_1 {
|
|
145
151
|
from {
|
|
146
152
|
opacity: 0;
|
|
147
153
|
transform: translate3d(0, -1%, 0);
|
|
@@ -153,23 +159,23 @@
|
|
|
153
159
|
}
|
|
154
160
|
}
|
|
155
161
|
|
|
156
|
-
.
|
|
162
|
+
._opacity_1suhr_162 {
|
|
157
163
|
animation-duration: 0.5s;
|
|
158
164
|
animation-fill-mode: both;
|
|
159
|
-
animation-name:
|
|
165
|
+
animation-name: _fadeInDown_1suhr_1;
|
|
160
166
|
}
|
|
161
167
|
|
|
162
|
-
.
|
|
168
|
+
._signin_footer_1suhr_168 {
|
|
163
169
|
margin-top: 0.5rem;
|
|
164
170
|
padding-top: 1rem;
|
|
165
171
|
}
|
|
166
172
|
|
|
167
|
-
.
|
|
173
|
+
._signin_footer_1suhr_168 > a + a {
|
|
168
174
|
display: block;
|
|
169
175
|
margin-top: 16px;
|
|
170
176
|
}
|
|
171
177
|
|
|
172
|
-
.
|
|
178
|
+
._signin_footer_1suhr_168::before {
|
|
173
179
|
content: "";
|
|
174
180
|
background-color: #8f8f8f;
|
|
175
181
|
height: 2px;
|
|
@@ -180,61 +186,64 @@
|
|
|
180
186
|
width: 94%;
|
|
181
187
|
}
|
|
182
188
|
|
|
183
|
-
.
|
|
189
|
+
._open_1suhr_189 {
|
|
184
190
|
opacity: 0.8;
|
|
185
191
|
}
|
|
186
192
|
|
|
187
|
-
.
|
|
193
|
+
._open_1suhr_189 > svg {
|
|
188
194
|
transform: scaleY(-1);
|
|
189
195
|
}
|
|
190
196
|
|
|
191
|
-
.
|
|
197
|
+
._open_1suhr_189 + ._signin_dropdown_1suhr_115 {
|
|
192
198
|
display: block;
|
|
193
199
|
}
|
|
194
200
|
|
|
195
|
-
.
|
|
201
|
+
._dd_wrapper_1suhr_201 {
|
|
196
202
|
z-index: 1203;
|
|
197
203
|
max-width: 1440px;
|
|
204
|
+
position: absolute;
|
|
205
|
+
width: 100%;
|
|
198
206
|
}
|
|
199
207
|
|
|
200
|
-
.
|
|
208
|
+
._dd_media_1suhr_208 {
|
|
201
209
|
padding: 1.5rem;
|
|
202
210
|
width: 280px;
|
|
203
211
|
}
|
|
204
212
|
|
|
205
|
-
.
|
|
213
|
+
._dd_media_img_1suhr_213 {
|
|
206
214
|
min-height: 232px;
|
|
207
215
|
}
|
|
208
216
|
|
|
209
|
-
.
|
|
217
|
+
._dd_site_navs_1suhr_217 {
|
|
210
218
|
flex: 1 1 0%;
|
|
211
219
|
padding: 1.5rem;
|
|
212
220
|
display: flex;
|
|
213
221
|
flex-direction: column;
|
|
214
222
|
}
|
|
215
223
|
|
|
216
|
-
.
|
|
224
|
+
._dd_media_header_1suhr_224 p {
|
|
217
225
|
font-size: 14px;
|
|
218
226
|
line-height: 1.42;
|
|
227
|
+
color: #fff;
|
|
219
228
|
}
|
|
220
229
|
|
|
221
|
-
.
|
|
230
|
+
._dd_media_header_1suhr_224 p[role="heading"] {
|
|
222
231
|
font: 600 1.25rem/ 1.4 var(--header-font-family);
|
|
223
232
|
}
|
|
224
233
|
|
|
225
|
-
.
|
|
234
|
+
._mt_8_1suhr_234 {
|
|
226
235
|
margin-top: 8px;
|
|
227
236
|
}
|
|
228
237
|
|
|
229
|
-
.
|
|
238
|
+
._mt_16_1suhr_238 {
|
|
230
239
|
margin-top: 1rem;
|
|
231
240
|
}
|
|
232
241
|
|
|
233
|
-
.
|
|
242
|
+
._ml_8_1suhr_242 {
|
|
234
243
|
margin-left: 8px;
|
|
235
244
|
}
|
|
236
245
|
|
|
237
|
-
.
|
|
246
|
+
._dd_media_cta_1suhr_246 > a:first-child {
|
|
238
247
|
border-radius: 8px;
|
|
239
248
|
color: #1e3860 !important;
|
|
240
249
|
display: inline-block;
|
|
@@ -248,41 +257,41 @@
|
|
|
248
257
|
border: 2px solid transparent;
|
|
249
258
|
}
|
|
250
259
|
|
|
251
|
-
.
|
|
260
|
+
._dd_media_cta_1suhr_246 > a:first-child:hover {
|
|
252
261
|
background-color: transparent;
|
|
253
262
|
border-color: #fff;
|
|
254
|
-
color: #fff;
|
|
263
|
+
color: #fff !important;
|
|
255
264
|
}
|
|
256
265
|
|
|
257
|
-
.
|
|
266
|
+
._dd_media_cta_1suhr_246 > a:nth-child(2) {
|
|
258
267
|
color: #fff;
|
|
259
268
|
margin-top: 8px;
|
|
260
269
|
text-decoration: none;
|
|
261
270
|
display: inline-block;
|
|
262
271
|
}
|
|
263
272
|
|
|
264
|
-
.
|
|
273
|
+
._dd_media_cta_1suhr_246 > a:nth-child(2):hover {
|
|
265
274
|
opacity: 0.8;
|
|
266
275
|
text-decoration: underline;
|
|
267
276
|
}
|
|
268
277
|
|
|
269
|
-
.
|
|
278
|
+
._reversed_row_1suhr_278 {
|
|
270
279
|
flex-direction: row-reverse;
|
|
271
280
|
}
|
|
272
281
|
|
|
273
|
-
.
|
|
282
|
+
._dd_media_cta_1suhr_246 > a:first-child:active {
|
|
274
283
|
background-color: #fff;
|
|
275
284
|
border-color: transparent;
|
|
276
285
|
color: #1e3860 !important;
|
|
277
286
|
}
|
|
278
287
|
|
|
279
|
-
.
|
|
288
|
+
._headline_1suhr_288 > p {
|
|
280
289
|
font: 600 1.5rem / 1.33 var(--header-font-family);
|
|
281
290
|
flex: 1 1 0%;
|
|
282
291
|
color: #1e3860;
|
|
283
292
|
}
|
|
284
293
|
|
|
285
|
-
.
|
|
294
|
+
._nav_anchor_1suhr_294 {
|
|
286
295
|
width: 1.5rem;
|
|
287
296
|
height: 1.5rem;
|
|
288
297
|
aspect-ratio: 1;
|
|
@@ -290,26 +299,26 @@
|
|
|
290
299
|
border-radius: 8px;
|
|
291
300
|
}
|
|
292
301
|
|
|
293
|
-
.
|
|
302
|
+
._headline_cta_1suhr_302 {
|
|
294
303
|
margin-left: 8px;
|
|
295
304
|
}
|
|
296
305
|
|
|
297
|
-
.
|
|
306
|
+
._headline_cta_1suhr_302 > a {
|
|
298
307
|
font-weight: 700;
|
|
299
308
|
line-height: 1.5;
|
|
300
309
|
text-decoration: none;
|
|
301
310
|
color: #1e3860;
|
|
302
311
|
}
|
|
303
312
|
|
|
304
|
-
.
|
|
305
|
-
.
|
|
306
|
-
.
|
|
307
|
-
.
|
|
308
|
-
.
|
|
313
|
+
._sub_nav_link_1suhr_48:hover,
|
|
314
|
+
._signin_wrap_1suhr_50 a:hover,
|
|
315
|
+
._main_nav_link_1suhr_26 a:not(.active):hover,
|
|
316
|
+
._dd_site_navs_1suhr_217 a:hover,
|
|
317
|
+
._site_lists_1suhr_317 a:hover {
|
|
309
318
|
text-decoration: underline;
|
|
310
319
|
}
|
|
311
320
|
|
|
312
|
-
.
|
|
321
|
+
._dd_site_navs_1suhr_217 hr {
|
|
313
322
|
border-style: solid;
|
|
314
323
|
border-width: 1px;
|
|
315
324
|
color: #a0aab3;
|
|
@@ -318,32 +327,32 @@
|
|
|
318
327
|
position: relative;
|
|
319
328
|
}
|
|
320
329
|
|
|
321
|
-
.
|
|
330
|
+
._site_lists_1suhr_317 {
|
|
322
331
|
padding-bottom: 1.5rem;
|
|
323
332
|
display: grid;
|
|
324
333
|
grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));
|
|
325
334
|
gap: 24px;
|
|
326
335
|
}
|
|
327
336
|
|
|
328
|
-
.
|
|
337
|
+
._site_lists_1suhr_317 > * {
|
|
329
338
|
width: 100%;
|
|
330
339
|
}
|
|
331
340
|
|
|
332
|
-
.
|
|
341
|
+
._site_lists_1suhr_317 a {
|
|
333
342
|
color: #323339;
|
|
334
343
|
text-decoration: none;
|
|
335
344
|
}
|
|
336
345
|
|
|
337
|
-
.
|
|
346
|
+
._site_lists_1suhr_317 [role="heading"] {
|
|
338
347
|
color: #1e3860;
|
|
339
348
|
font-weight: 700;
|
|
340
349
|
}
|
|
341
350
|
|
|
342
|
-
.
|
|
351
|
+
._site_lists_1suhr_317 li + li {
|
|
343
352
|
margin-top: 8px;
|
|
344
353
|
}
|
|
345
354
|
|
|
346
|
-
.
|
|
355
|
+
._hamburger_1suhr_355 {
|
|
347
356
|
background: transparent;
|
|
348
357
|
border: none;
|
|
349
358
|
font-size: 0px;
|
|
@@ -351,24 +360,24 @@
|
|
|
351
360
|
outline: none;
|
|
352
361
|
}
|
|
353
362
|
|
|
354
|
-
.
|
|
355
|
-
.
|
|
363
|
+
._hamburger_1suhr_355:hover,
|
|
364
|
+
._mobile_header_1suhr_12 button:hover {
|
|
356
365
|
cursor: pointer;
|
|
357
366
|
opacity: 0.8;
|
|
358
367
|
}
|
|
359
368
|
|
|
360
|
-
.
|
|
369
|
+
._signin_wrap_1suhr_50 > ._mobile_only_1suhr_369 > a {
|
|
361
370
|
color: #4a5560;
|
|
362
371
|
padding: 0;
|
|
363
372
|
line-height: 1;
|
|
364
373
|
}
|
|
365
374
|
|
|
366
|
-
.
|
|
375
|
+
._mobile_logo_1suhr_375 {
|
|
367
376
|
flex: 1 1 0%;
|
|
368
377
|
text-align: center;
|
|
369
378
|
}
|
|
370
379
|
|
|
371
|
-
.
|
|
380
|
+
._highlight_1suhr_380 > a {
|
|
372
381
|
border-bottom: none;
|
|
373
382
|
color: #2f5b88;
|
|
374
383
|
font-weight: 700;
|
|
@@ -376,7 +385,7 @@
|
|
|
376
385
|
}
|
|
377
386
|
|
|
378
387
|
@media (max-width: 1121px) {
|
|
379
|
-
.
|
|
388
|
+
._mobile_logo_1suhr_375 {
|
|
380
389
|
position: absolute;
|
|
381
390
|
transform: translateX(-50%);
|
|
382
391
|
left: 50%;
|
|
@@ -384,18 +393,18 @@
|
|
|
384
393
|
}
|
|
385
394
|
}
|
|
386
395
|
|
|
387
|
-
.
|
|
396
|
+
._mobile_header_1suhr_12 {
|
|
388
397
|
padding-bottom: 1rem;
|
|
389
398
|
display: grid;
|
|
390
399
|
place-items: center;
|
|
391
400
|
border-bottom: 1px solid #ebebeb;
|
|
392
401
|
}
|
|
393
402
|
|
|
394
|
-
.
|
|
403
|
+
._mobile_header_1suhr_12 p {
|
|
395
404
|
font: 400 20px / 1.3 var(--header-font-family);
|
|
396
405
|
}
|
|
397
406
|
|
|
398
|
-
.
|
|
407
|
+
._mobile_header_1suhr_12 button {
|
|
399
408
|
background: none;
|
|
400
409
|
border: none;
|
|
401
410
|
position: absolute;
|
|
@@ -404,7 +413,7 @@
|
|
|
404
413
|
transform: translateY(-50%);
|
|
405
414
|
}
|
|
406
415
|
|
|
407
|
-
.
|
|
416
|
+
._mobile_nav_1suhr_416 {
|
|
408
417
|
border-right: 1px solid #ebebeb;
|
|
409
418
|
left: -100%;
|
|
410
419
|
min-height: 100vh;
|
|
@@ -415,20 +424,20 @@
|
|
|
415
424
|
z-index: 999;
|
|
416
425
|
}
|
|
417
426
|
|
|
418
|
-
.
|
|
427
|
+
._mobile_opened_1suhr_427 {
|
|
419
428
|
left: 0%;
|
|
420
429
|
}
|
|
421
430
|
|
|
422
|
-
body:has(.
|
|
431
|
+
body:has(._mobile_opened_1suhr_427) {
|
|
423
432
|
overflow-y: hidden;
|
|
424
433
|
}
|
|
425
434
|
|
|
426
|
-
.
|
|
435
|
+
._mobile_nav_item_1suhr_435 {
|
|
427
436
|
background-color: #f4f4f4;
|
|
428
437
|
border-bottom: 1px solid #ebebeb;
|
|
429
438
|
}
|
|
430
439
|
|
|
431
|
-
.
|
|
440
|
+
._mobile_nav_item_1suhr_435 > a {
|
|
432
441
|
color: #323339;
|
|
433
442
|
display: flex;
|
|
434
443
|
font-weight: 700;
|
|
@@ -438,13 +447,13 @@ body:has(.__mobile_opened_1a85j_422) {
|
|
|
438
447
|
width: 100%;
|
|
439
448
|
}
|
|
440
449
|
|
|
441
|
-
.
|
|
450
|
+
._mobile_nav_item_1suhr_435._has_dropdown_1suhr_450 {
|
|
442
451
|
background-color: #f4f4f4;
|
|
443
452
|
isolation: isolate;
|
|
444
453
|
position: relative;
|
|
445
454
|
}
|
|
446
455
|
|
|
447
|
-
.
|
|
456
|
+
._mobile_nav_item_1suhr_435._has_dropdown_1suhr_450::before {
|
|
448
457
|
content: "";
|
|
449
458
|
background-color: #ebebeb;
|
|
450
459
|
height: 100%;
|
|
@@ -455,27 +464,27 @@ body:has(.__mobile_opened_1a85j_422) {
|
|
|
455
464
|
z-index: -1;
|
|
456
465
|
}
|
|
457
466
|
|
|
458
|
-
.
|
|
467
|
+
._mobile_nav_item_1suhr_435._has_dropdown_1suhr_450 > a {
|
|
459
468
|
color: #1e3860;
|
|
460
469
|
}
|
|
461
470
|
|
|
462
|
-
.
|
|
471
|
+
._icon_wrap_1suhr_471 {
|
|
463
472
|
line-height: 1;
|
|
464
473
|
height: 24px;
|
|
465
474
|
}
|
|
466
475
|
|
|
467
|
-
.
|
|
476
|
+
._mobile_footer_1suhr_476 {
|
|
468
477
|
position: relative;
|
|
469
478
|
width: 100%;
|
|
470
479
|
}
|
|
471
480
|
|
|
472
|
-
.
|
|
481
|
+
._mobile_footer_content_1suhr_481 {
|
|
473
482
|
background-color: #f4f4f4;
|
|
474
483
|
flex: 1 1 0%;
|
|
475
484
|
padding: 16px 24px 16px 40px;
|
|
476
485
|
}
|
|
477
486
|
|
|
478
|
-
.
|
|
487
|
+
._mobile_footer_content_1suhr_481 p {
|
|
479
488
|
line-height: 1.5;
|
|
480
489
|
text-overflow: ellipsis;
|
|
481
490
|
display: -webkit-box;
|
|
@@ -483,17 +492,17 @@ body:has(.__mobile_opened_1a85j_422) {
|
|
|
483
492
|
-webkit-line-clamp: 2;
|
|
484
493
|
}
|
|
485
494
|
|
|
486
|
-
.
|
|
495
|
+
._mobile_footer_media_1suhr_495 {
|
|
487
496
|
flex-basis: min(42%, 300px);
|
|
488
497
|
background: url("https://images.axos.com/o9ov1v03uwqk/4Fwdu6ylqpXOmJsDWRUETe/25365425dea4c1a8c3910834c2a3c9ed/personal-contact-us-hero.webp")
|
|
489
498
|
no-repeat 81% / cover;
|
|
490
499
|
}
|
|
491
500
|
|
|
492
|
-
.
|
|
501
|
+
._footer_cta_1suhr_501 {
|
|
493
502
|
margin-top: 3px;
|
|
494
503
|
}
|
|
495
504
|
|
|
496
|
-
.
|
|
505
|
+
._footer_cta_1suhr_501 a {
|
|
497
506
|
border-radius: 4px;
|
|
498
507
|
border: 2px solid transparent;
|
|
499
508
|
color: #fff;
|
|
@@ -503,31 +512,31 @@ body:has(.__mobile_opened_1a85j_422) {
|
|
|
503
512
|
text-decoration: none;
|
|
504
513
|
}
|
|
505
514
|
|
|
506
|
-
.
|
|
515
|
+
._footer_cta_1suhr_501 a:hover {
|
|
507
516
|
background-color: transparent;
|
|
508
517
|
text-decoration: underline;
|
|
509
518
|
}
|
|
510
519
|
|
|
511
|
-
.
|
|
520
|
+
._footer_cta_1suhr_501 a:active {
|
|
512
521
|
border-color: transparent;
|
|
513
522
|
color: #fff;
|
|
514
523
|
}
|
|
515
524
|
|
|
516
|
-
.
|
|
525
|
+
._mobile_footer_1suhr_476 > .flex_row {
|
|
517
526
|
min-height: 112px;
|
|
518
527
|
}
|
|
519
528
|
|
|
520
|
-
.
|
|
529
|
+
._inner_wrapper_1suhr_529 {
|
|
521
530
|
max-height: 100vh;
|
|
522
531
|
overflow-y: scroll;
|
|
523
532
|
}
|
|
524
533
|
|
|
525
|
-
.
|
|
534
|
+
._btn_1suhr_534 {
|
|
526
535
|
display: block;
|
|
527
536
|
position: relative;
|
|
528
537
|
}
|
|
529
538
|
|
|
530
|
-
.
|
|
539
|
+
._sub_menu_1suhr_539 {
|
|
531
540
|
overflow: hidden;
|
|
532
541
|
max-height: 0;
|
|
533
542
|
transition: max-height 0.8s ease-out;
|
|
@@ -535,8 +544,8 @@ body:has(.__mobile_opened_1a85j_422) {
|
|
|
535
544
|
overflow-y: scroll;
|
|
536
545
|
}
|
|
537
546
|
|
|
538
|
-
.
|
|
539
|
-
.
|
|
547
|
+
._sub_menu_1suhr_539 a,
|
|
548
|
+
._sub_menu_1suhr_539 span {
|
|
540
549
|
display: block;
|
|
541
550
|
padding: 12px 14px 12px 64px;
|
|
542
551
|
position: relative;
|
|
@@ -544,15 +553,15 @@ body:has(.__mobile_opened_1a85j_422) {
|
|
|
544
553
|
text-decoration: none;
|
|
545
554
|
}
|
|
546
555
|
|
|
547
|
-
.
|
|
556
|
+
._sub_menu_1suhr_539 ._main_1suhr_26 {
|
|
548
557
|
font-weight: 700;
|
|
549
558
|
}
|
|
550
559
|
|
|
551
|
-
.
|
|
560
|
+
._sub_menu_1suhr_539 > * {
|
|
552
561
|
border-top: 1px solid #ebebeb;
|
|
553
562
|
}
|
|
554
563
|
|
|
555
|
-
.
|
|
564
|
+
._dd_footer_1suhr_564 {
|
|
556
565
|
justify-content: flex-end;
|
|
557
566
|
flex: 1 1 0%;
|
|
558
567
|
align-items: end;
|
|
@@ -561,58 +570,58 @@ body:has(.__mobile_opened_1a85j_422) {
|
|
|
561
570
|
}
|
|
562
571
|
|
|
563
572
|
@media (max-width: 1280px) and (min-width: 1024px) {
|
|
564
|
-
.
|
|
573
|
+
._wrapper_1suhr_5 {
|
|
565
574
|
width: calc(100% - 28px);
|
|
566
575
|
}
|
|
567
576
|
|
|
568
|
-
.
|
|
577
|
+
._dd_wrapper_1suhr_201 > ._wrapper_1suhr_5 {
|
|
569
578
|
width: 100%;
|
|
570
579
|
}
|
|
571
|
-
.
|
|
580
|
+
._main_nav_link_1suhr_26 > a {
|
|
572
581
|
padding: 4px 6px;
|
|
573
582
|
font-size: 15px;
|
|
574
583
|
}
|
|
575
|
-
.
|
|
584
|
+
._desktop_only_1suhr_584 > a {
|
|
576
585
|
font-size: 15px;
|
|
577
586
|
}
|
|
578
587
|
}
|
|
579
588
|
|
|
580
589
|
@media (max-width: 1023px) {
|
|
581
|
-
.
|
|
590
|
+
._desktop_only_1suhr_584 {
|
|
582
591
|
display: none !important;
|
|
583
592
|
}
|
|
584
593
|
}
|
|
585
594
|
|
|
586
595
|
@media (max-width: 768px) {
|
|
587
|
-
.
|
|
596
|
+
._wrapper_1suhr_5 {
|
|
588
597
|
width: calc(100% - 48px);
|
|
589
598
|
}
|
|
590
599
|
|
|
591
|
-
.
|
|
600
|
+
._mobile_header_1suhr_12 button {
|
|
592
601
|
right: 1.5rem;
|
|
593
602
|
}
|
|
594
603
|
|
|
595
|
-
.
|
|
604
|
+
._mobile_nav_item_1suhr_435 > a {
|
|
596
605
|
padding: 16px 24px;
|
|
597
606
|
}
|
|
598
607
|
|
|
599
|
-
.
|
|
600
|
-
.
|
|
608
|
+
._sub_menu_1suhr_539 a,
|
|
609
|
+
._sub_menu_1suhr_539 span {
|
|
601
610
|
padding-left: 48px;
|
|
602
611
|
}
|
|
603
612
|
|
|
604
|
-
.
|
|
613
|
+
._mobile_nav_item_1suhr_435._has_dropdown_1suhr_450::before {
|
|
605
614
|
right: 72px;
|
|
606
615
|
}
|
|
607
616
|
|
|
608
|
-
.
|
|
617
|
+
._mobile_footer_content_1suhr_481 {
|
|
609
618
|
padding-right: 15px;
|
|
610
619
|
padding-left: 24px;
|
|
611
620
|
}
|
|
612
621
|
}
|
|
613
622
|
|
|
614
623
|
@media (max-width: 450px) {
|
|
615
|
-
.
|
|
624
|
+
._footer_cta_1suhr_501 a {
|
|
616
625
|
white-space: break-spaces;
|
|
617
626
|
width: 100%;
|
|
618
627
|
text-align: center;
|
|
@@ -620,7 +629,7 @@ body:has(.__mobile_opened_1a85j_422) {
|
|
|
620
629
|
}
|
|
621
630
|
|
|
622
631
|
@media (min-width: 1024px) {
|
|
623
|
-
.
|
|
632
|
+
._mobile_only_1suhr_369 {
|
|
624
633
|
display: none !important;
|
|
625
634
|
}
|
|
626
635
|
}
|