@axos-web-dev/shared-components 0.0.69 → 0.0.70
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/ArticlesSet/ArticlesSet.js +3 -3
- package/dist/AwardsBanner/AwardsBanner.js +3 -3
- package/dist/Calculators/Calculator.js +1 -0
- package/dist/CallToActionBar/CallToActionBar.css.d.ts +1 -4
- package/dist/CallToActionBar/CallToActionBar.css.js +14 -20
- package/dist/CallToActionBar/index.js +2 -2
- package/dist/Carousel/index.js +1 -0
- package/dist/Chevron/index.js +1 -0
- package/dist/Comparison/Comparison.js +24 -2
- package/dist/Comparison/ComparisonSet.js +1 -0
- package/dist/FaqAccordion/index.d.ts +6 -4
- package/dist/FooterSiteMap/AxosBank/FooterSiteMap.js +1 -0
- package/dist/Forms/ContactUsAAS.js +21 -24
- package/dist/Forms/ContactUsBusiness.js +1 -0
- package/dist/Forms/EmailOnly.js +1 -0
- package/dist/Forms/FormEnums.d.ts +3 -2
- package/dist/Forms/SalesforceFieldsForm.d.ts +0 -12
- package/dist/Forms/SalesforceFieldsForm.js +1 -4
- package/dist/Forms/SuccesForm.js +1 -0
- package/dist/Hyperlink/index.js +1 -0
- package/dist/IconBillboard/IconBillboard.css.d.ts +2 -0
- package/dist/ImageLink/ImageLink.js +1 -0
- package/dist/ImageLink/ImageLinkSet.js +1 -0
- package/dist/ImageLink/index.js +1 -0
- package/dist/Input/DatePicker.css.d.ts +1 -0
- package/dist/Input/DatePicker.css.js +6 -0
- package/dist/Input/Datepicker.d.ts +4 -0
- package/dist/Input/Datepicker.js +40 -0
- package/dist/Modal/Modal.js +1 -0
- package/dist/NavigationMenu/AxosAdvisor/NavBar.module.js +56 -53
- package/dist/NavigationMenu/AxosAdvisor/SubNavBar.js +3 -3
- package/dist/NavigationMenu/AxosAdvisor/SubNavbar.css.d.ts +1 -1
- package/dist/NavigationMenu/AxosAdvisor/SubNavbar.css.js +2 -2
- package/dist/NavigationMenu/AxosAdvisorServices/NavBar.module.js +57 -54
- package/dist/NavigationMenu/AxosBank/NavBar.css.d.ts +2 -0
- package/dist/NavigationMenu/AxosBank/NavBar.css.js +9 -0
- package/dist/NavigationMenu/AxosBank/NavBar.module.js +170 -0
- package/dist/NavigationMenu/AxosBank/NavData.d.ts +31 -0
- package/dist/NavigationMenu/AxosBank/NavData.js +132 -0
- package/dist/NavigationMenu/AxosBank/SubNavBar.d.ts +1 -0
- package/dist/NavigationMenu/AxosBank/SubNavBar.js +2892 -0
- package/dist/NavigationMenu/AxosBank/SubNavbar.css.d.ts +4 -0
- package/dist/NavigationMenu/AxosBank/SubNavbar.css.js +13 -0
- package/dist/NavigationMenu/AxosBank/index.d.ts +2 -0
- package/dist/NavigationMenu/AxosBank/index.js +703 -0
- package/dist/NavigationMenu/AxosFiduciary/NavBar.module.js +43 -40
- package/dist/NavigationMenu/NavItem/index.js +2 -1
- package/dist/SetContainer/SetContainer.js +1 -0
- package/dist/Table/Table.d.ts +1 -1
- package/dist/Table/Table.interface.d.ts +3 -1
- package/dist/Table/Table.js +11 -3
- package/dist/VideoWrapper/index.js +3 -3
- package/dist/assets/Button/Button.css +2 -2
- package/dist/assets/CallToActionBar/CallToActionBar.css +21 -34
- package/dist/assets/Carousel/Carousel.css +1 -0
- package/dist/assets/Chevron/Chevron.css +1 -1
- package/dist/assets/IconBillboard/IconBillboard.css +4 -0
- package/dist/assets/Input/DatePicker.css +86 -0
- package/dist/assets/NavigationMenu/AxosAdvisor/NavBar.css.css +119 -115
- package/dist/assets/NavigationMenu/AxosAdvisorServices/NavBar.css.css +122 -118
- package/dist/assets/NavigationMenu/AxosBank/NavBar.css +9 -0
- package/dist/assets/NavigationMenu/AxosBank/NavBar.css.css +626 -0
- package/dist/assets/NavigationMenu/AxosBank/SubNavbar.css +17 -0
- package/dist/assets/NavigationMenu/AxosFiduciary/NavBar.css.css +85 -81
- package/package.json +1 -1
|
@@ -1,50 +1,50 @@
|
|
|
1
|
-
.
|
|
1
|
+
._header_140fc_1 {
|
|
2
2
|
border-bottom: 1px solid #ebebeb;
|
|
3
3
|
}
|
|
4
4
|
|
|
5
|
-
.
|
|
5
|
+
._wrapper_140fc_5 {
|
|
6
6
|
width: calc(100% - 80px);
|
|
7
7
|
margin-left: auto;
|
|
8
8
|
margin-right: auto;
|
|
9
9
|
}
|
|
10
10
|
|
|
11
|
-
.
|
|
11
|
+
._main_nav_140fc_11 {
|
|
12
12
|
margin: 0 auto;
|
|
13
13
|
width: 94%;
|
|
14
14
|
max-width: 1640px;
|
|
15
15
|
justify-content: space-between;
|
|
16
16
|
}
|
|
17
17
|
|
|
18
|
-
.
|
|
19
|
-
.
|
|
18
|
+
._header_main_row_140fc_18,
|
|
19
|
+
._mobile_header_140fc_19 {
|
|
20
20
|
min-height: 80px;
|
|
21
21
|
padding-top: 1rem;
|
|
22
22
|
padding-bottom: 0.5rem;
|
|
23
23
|
}
|
|
24
24
|
|
|
25
|
-
.
|
|
25
|
+
._logo_wrap_140fc_25 {
|
|
26
26
|
padding: 9px 6px;
|
|
27
27
|
}
|
|
28
28
|
|
|
29
|
-
.
|
|
29
|
+
._primary_links_140fc_29 {
|
|
30
30
|
margin-left: 30px;
|
|
31
31
|
}
|
|
32
32
|
|
|
33
|
-
.
|
|
33
|
+
._main_nav_link_140fc_33 {
|
|
34
34
|
padding: 10px 8px;
|
|
35
35
|
text-align: center;
|
|
36
36
|
}
|
|
37
37
|
|
|
38
|
-
.
|
|
38
|
+
._main_nav_link_140fc_33 .active {
|
|
39
39
|
border-color: currentColor;
|
|
40
40
|
transition: border-color 0.5s ease;
|
|
41
41
|
}
|
|
42
42
|
|
|
43
|
-
.
|
|
43
|
+
._main_nav_link_140fc_33 .active {
|
|
44
44
|
font-weight: 700;
|
|
45
45
|
}
|
|
46
46
|
|
|
47
|
-
.
|
|
47
|
+
._main_nav_link_140fc_33 > a {
|
|
48
48
|
color: #1e3860;
|
|
49
49
|
display: inline-block;
|
|
50
50
|
font-size: 16px;
|
|
@@ -52,26 +52,26 @@
|
|
|
52
52
|
border-bottom: 4px solid transparent;
|
|
53
53
|
}
|
|
54
54
|
|
|
55
|
-
.
|
|
56
|
-
.
|
|
57
|
-
.
|
|
58
|
-
.
|
|
55
|
+
._sub_nav_link_140fc_55 a,
|
|
56
|
+
._main_nav_link_140fc_33 a,
|
|
57
|
+
._signin_wrap_140fc_57 a,
|
|
58
|
+
._signin_btn_140fc_58 {
|
|
59
59
|
text-decoration: none;
|
|
60
60
|
transition: opacity 0.3s ease;
|
|
61
61
|
}
|
|
62
62
|
|
|
63
|
-
.
|
|
64
|
-
.
|
|
65
|
-
.
|
|
63
|
+
._sub_nav_link_140fc_55:hover,
|
|
64
|
+
._main_nav_link_140fc_33 a:hover,
|
|
65
|
+
._signin_wrap_140fc_57 a:hover {
|
|
66
66
|
opacity: 0.8;
|
|
67
67
|
}
|
|
68
68
|
|
|
69
|
-
.
|
|
69
|
+
._signin_wrap_140fc_57 .link {
|
|
70
70
|
text-decoration: none;
|
|
71
71
|
padding: 8px;
|
|
72
72
|
}
|
|
73
73
|
|
|
74
|
-
.
|
|
74
|
+
._signin_btn_140fc_58 {
|
|
75
75
|
border: none;
|
|
76
76
|
color: #fff;
|
|
77
77
|
padding: 11px 24px;
|
|
@@ -83,37 +83,37 @@
|
|
|
83
83
|
cursor: pointer;
|
|
84
84
|
}
|
|
85
85
|
|
|
86
|
-
.
|
|
86
|
+
._signin_btn_140fc_58:hover {
|
|
87
87
|
color: var(--colors-primary-textButton__1073cm85);
|
|
88
88
|
background-color: var(--colors-primary-backgroundButton__1073cm86);
|
|
89
89
|
opacity: 0.9;
|
|
90
90
|
}
|
|
91
91
|
|
|
92
|
-
.
|
|
92
|
+
._signin_btn_140fc_58 > span {
|
|
93
93
|
margin-right: 8px;
|
|
94
94
|
}
|
|
95
95
|
|
|
96
|
-
.
|
|
96
|
+
._sub_nav_140fc_55 {
|
|
97
97
|
background-color: var(--primary-theme-color);
|
|
98
98
|
}
|
|
99
99
|
|
|
100
|
-
.
|
|
100
|
+
._header_sub_row_140fc_100 {
|
|
101
101
|
padding-block: 12px;
|
|
102
102
|
min-height: 48px;
|
|
103
103
|
}
|
|
104
104
|
|
|
105
|
-
.
|
|
105
|
+
._sub_nav_link_140fc_55 {
|
|
106
106
|
padding-inline: 1rem;
|
|
107
107
|
text-align: center;
|
|
108
108
|
color: #fff;
|
|
109
109
|
}
|
|
110
110
|
|
|
111
|
-
.
|
|
111
|
+
._sub_nav_link_140fc_55 a {
|
|
112
112
|
font-weight: 500;
|
|
113
113
|
line-height: 1.5;
|
|
114
114
|
}
|
|
115
115
|
|
|
116
|
-
.
|
|
116
|
+
._signin_dropdown_140fc_116 {
|
|
117
117
|
min-width: 288px;
|
|
118
118
|
padding: 1.5rem 1rem;
|
|
119
119
|
position: absolute;
|
|
@@ -123,32 +123,32 @@
|
|
|
123
123
|
display: none;
|
|
124
124
|
}
|
|
125
125
|
|
|
126
|
-
.
|
|
126
|
+
._shadow_140fc_126 {
|
|
127
127
|
box-shadow: 0px 8px 16px 0px rgba(30, 38, 47, 0.2);
|
|
128
128
|
}
|
|
129
129
|
|
|
130
|
-
.
|
|
130
|
+
._signin_dropdown_140fc_116 li[role="heading"] {
|
|
131
131
|
margin-top: 1px;
|
|
132
132
|
}
|
|
133
133
|
|
|
134
|
-
.
|
|
134
|
+
._signin_header_140fc_134 {
|
|
135
135
|
color: #323339;
|
|
136
136
|
font-weight: 700;
|
|
137
137
|
padding: 0.5rem 1rem;
|
|
138
138
|
text-align: left;
|
|
139
139
|
}
|
|
140
140
|
|
|
141
|
-
.
|
|
141
|
+
._signin_subheader_140fc_141 {
|
|
142
142
|
color: #2f5b88;
|
|
143
143
|
padding: 0.5rem 0.5rem 0.5rem 1.5rem;
|
|
144
144
|
}
|
|
145
145
|
|
|
146
|
-
.
|
|
147
|
-
.
|
|
146
|
+
._signin_header_140fc_134,
|
|
147
|
+
._signin_subheader_140fc_141 a {
|
|
148
148
|
line-height: 1.5;
|
|
149
149
|
}
|
|
150
150
|
|
|
151
|
-
@keyframes
|
|
151
|
+
@keyframes _fadeInDown_140fc_1 {
|
|
152
152
|
from {
|
|
153
153
|
opacity: 0;
|
|
154
154
|
transform: translate3d(0, -1%, 0);
|
|
@@ -160,18 +160,18 @@
|
|
|
160
160
|
}
|
|
161
161
|
}
|
|
162
162
|
|
|
163
|
-
.
|
|
163
|
+
._opacity_140fc_163 {
|
|
164
164
|
animation-duration: 0.5s;
|
|
165
165
|
animation-fill-mode: both;
|
|
166
|
-
animation-name:
|
|
166
|
+
animation-name: _fadeInDown_140fc_1;
|
|
167
167
|
}
|
|
168
168
|
|
|
169
|
-
.
|
|
169
|
+
._footer_140fc_169 {
|
|
170
170
|
margin-top: 0.5rem;
|
|
171
171
|
padding-top: 1rem;
|
|
172
172
|
}
|
|
173
173
|
|
|
174
|
-
.
|
|
174
|
+
._footer_140fc_169::before {
|
|
175
175
|
content: "";
|
|
176
176
|
background-color: #8f8f8f;
|
|
177
177
|
height: 2px;
|
|
@@ -182,61 +182,61 @@
|
|
|
182
182
|
width: 94%;
|
|
183
183
|
}
|
|
184
184
|
|
|
185
|
-
.
|
|
185
|
+
._open_140fc_185 {
|
|
186
186
|
opacity: 0.8;
|
|
187
187
|
}
|
|
188
188
|
|
|
189
|
-
.
|
|
189
|
+
._open_140fc_185 > svg {
|
|
190
190
|
transform: scaleY(-1);
|
|
191
191
|
}
|
|
192
192
|
|
|
193
|
-
.
|
|
193
|
+
._open_140fc_185 + ._signin_dropdown_140fc_116 {
|
|
194
194
|
display: block;
|
|
195
195
|
}
|
|
196
196
|
|
|
197
|
-
.
|
|
197
|
+
._dd_wrapper_140fc_197 {
|
|
198
198
|
z-index: 1203;
|
|
199
199
|
max-width: 1440px;
|
|
200
200
|
}
|
|
201
201
|
|
|
202
|
-
.
|
|
202
|
+
._dd_media_140fc_202 {
|
|
203
203
|
padding: 1.5rem;
|
|
204
204
|
width: 280px;
|
|
205
205
|
}
|
|
206
206
|
|
|
207
|
-
.
|
|
207
|
+
._dd_media_img_140fc_207 {
|
|
208
208
|
min-height: 232px;
|
|
209
209
|
}
|
|
210
210
|
|
|
211
|
-
.
|
|
211
|
+
._dd_site_navs_140fc_211 {
|
|
212
212
|
flex: 1 1 0%;
|
|
213
213
|
padding: 1.5rem;
|
|
214
214
|
display: flex;
|
|
215
215
|
flex-direction: column;
|
|
216
216
|
}
|
|
217
217
|
|
|
218
|
-
.
|
|
218
|
+
._dd_media_header_140fc_218 p {
|
|
219
219
|
font-size: 14px;
|
|
220
220
|
line-height: 1.42;
|
|
221
221
|
}
|
|
222
222
|
|
|
223
|
-
.
|
|
223
|
+
._dd_media_header_140fc_218 p[role="heading"] {
|
|
224
224
|
font: 600 1.25rem/ 1.4 var(--header-font-family);
|
|
225
225
|
}
|
|
226
226
|
|
|
227
|
-
.
|
|
227
|
+
._mt_8_140fc_227 {
|
|
228
228
|
margin-top: 8px;
|
|
229
229
|
}
|
|
230
230
|
|
|
231
|
-
.
|
|
231
|
+
._mt_16_140fc_231 {
|
|
232
232
|
margin-top: 1rem;
|
|
233
233
|
}
|
|
234
234
|
|
|
235
|
-
.
|
|
235
|
+
._ml_8_140fc_235 {
|
|
236
236
|
margin-left: 8px;
|
|
237
237
|
}
|
|
238
238
|
|
|
239
|
-
.
|
|
239
|
+
._dd_media_cta_140fc_239 > a {
|
|
240
240
|
border-radius: 8px;
|
|
241
241
|
color: #1e3860 !important;
|
|
242
242
|
display: inline-block;
|
|
@@ -250,29 +250,29 @@
|
|
|
250
250
|
border: 2px solid transparent;
|
|
251
251
|
}
|
|
252
252
|
|
|
253
|
-
.
|
|
253
|
+
._reversed_row_140fc_253 {
|
|
254
254
|
flex-direction: row-reverse;
|
|
255
255
|
}
|
|
256
256
|
|
|
257
|
-
.
|
|
257
|
+
._dd_media_cta_140fc_239 > a:hover {
|
|
258
258
|
background-color: transparent;
|
|
259
259
|
border-color: #fff;
|
|
260
260
|
color: #fff;
|
|
261
261
|
}
|
|
262
262
|
|
|
263
|
-
.
|
|
263
|
+
._dd_media_cta_140fc_239 > a:active {
|
|
264
264
|
background-color: #fff;
|
|
265
265
|
border-color: transparent;
|
|
266
266
|
color: #1e3860 !important;
|
|
267
267
|
}
|
|
268
268
|
|
|
269
|
-
.
|
|
269
|
+
._headline_140fc_269 > p {
|
|
270
270
|
font: 600 1.5rem / 1.33 var(--header-font-family);
|
|
271
271
|
flex: 1 1 0%;
|
|
272
272
|
color: #1e3860;
|
|
273
273
|
}
|
|
274
274
|
|
|
275
|
-
.
|
|
275
|
+
._nav_anchor_140fc_275 {
|
|
276
276
|
width: 1.5rem;
|
|
277
277
|
height: 1.5rem;
|
|
278
278
|
aspect-ratio: 1;
|
|
@@ -280,26 +280,26 @@
|
|
|
280
280
|
border-radius: 8px;
|
|
281
281
|
}
|
|
282
282
|
|
|
283
|
-
.
|
|
283
|
+
._headline_cta_140fc_283 {
|
|
284
284
|
margin-left: 8px;
|
|
285
285
|
}
|
|
286
286
|
|
|
287
|
-
.
|
|
287
|
+
._headline_cta_140fc_283 > a {
|
|
288
288
|
font-weight: 700;
|
|
289
289
|
line-height: 1.5;
|
|
290
290
|
text-decoration: none;
|
|
291
291
|
color: #1e3860;
|
|
292
292
|
}
|
|
293
293
|
|
|
294
|
-
.
|
|
295
|
-
.
|
|
296
|
-
.
|
|
297
|
-
.
|
|
298
|
-
.
|
|
294
|
+
._sub_nav_link_140fc_55:hover,
|
|
295
|
+
._signin_wrap_140fc_57 a:hover,
|
|
296
|
+
._main_nav_link_140fc_33 a:not(.active):hover,
|
|
297
|
+
._dd_site_navs_140fc_211 a:hover,
|
|
298
|
+
._site_lists_140fc_298 a:hover {
|
|
299
299
|
text-decoration: underline;
|
|
300
300
|
}
|
|
301
301
|
|
|
302
|
-
.
|
|
302
|
+
._dd_site_navs_140fc_211 hr {
|
|
303
303
|
border-style: solid;
|
|
304
304
|
border-width: 1px;
|
|
305
305
|
color: #a0aab3;
|
|
@@ -308,29 +308,29 @@
|
|
|
308
308
|
position: relative;
|
|
309
309
|
}
|
|
310
310
|
|
|
311
|
-
.
|
|
311
|
+
._site_lists_140fc_298 {
|
|
312
312
|
padding-bottom: 1.5rem;
|
|
313
313
|
}
|
|
314
314
|
|
|
315
|
-
.
|
|
315
|
+
._site_lists_140fc_298 > * {
|
|
316
316
|
width: 100%;
|
|
317
317
|
}
|
|
318
318
|
|
|
319
|
-
.
|
|
319
|
+
._site_lists_140fc_298 a {
|
|
320
320
|
color: #323339;
|
|
321
321
|
text-decoration: none;
|
|
322
322
|
}
|
|
323
323
|
|
|
324
|
-
.
|
|
324
|
+
._site_lists_140fc_298 [role="heading"] {
|
|
325
325
|
color: #1e3860;
|
|
326
326
|
font-weight: 700;
|
|
327
327
|
}
|
|
328
328
|
|
|
329
|
-
.
|
|
329
|
+
._site_lists_140fc_298 li + li {
|
|
330
330
|
margin-top: 8px;
|
|
331
331
|
}
|
|
332
332
|
|
|
333
|
-
.
|
|
333
|
+
._hamburger_140fc_333 {
|
|
334
334
|
background: transparent;
|
|
335
335
|
border: none;
|
|
336
336
|
font-size: 0px;
|
|
@@ -338,24 +338,24 @@
|
|
|
338
338
|
outline: none;
|
|
339
339
|
}
|
|
340
340
|
|
|
341
|
-
.
|
|
342
|
-
.
|
|
341
|
+
._hamburger_140fc_333:hover,
|
|
342
|
+
._mobile_header_140fc_19 button:hover {
|
|
343
343
|
cursor: pointer;
|
|
344
344
|
opacity: 0.8;
|
|
345
345
|
}
|
|
346
346
|
|
|
347
|
-
.
|
|
347
|
+
._signin_wrap_140fc_57 > ._mobile_only_140fc_347 > a {
|
|
348
348
|
color: #4a5560;
|
|
349
349
|
padding: 0;
|
|
350
350
|
line-height: 1;
|
|
351
351
|
}
|
|
352
352
|
|
|
353
|
-
.
|
|
353
|
+
._mobile_logo_140fc_353 {
|
|
354
354
|
flex: 1 1 0%;
|
|
355
355
|
text-align: center;
|
|
356
356
|
}
|
|
357
357
|
|
|
358
|
-
.
|
|
358
|
+
._highlight_140fc_358 > a {
|
|
359
359
|
border-bottom: none;
|
|
360
360
|
color: #2f5b88;
|
|
361
361
|
font-weight: 700;
|
|
@@ -363,7 +363,7 @@
|
|
|
363
363
|
}
|
|
364
364
|
|
|
365
365
|
@media (max-width: 1121px) {
|
|
366
|
-
.
|
|
366
|
+
._mobile_logo_140fc_353 {
|
|
367
367
|
position: absolute;
|
|
368
368
|
transform: translateX(-50%);
|
|
369
369
|
left: 50%;
|
|
@@ -371,18 +371,18 @@
|
|
|
371
371
|
}
|
|
372
372
|
}
|
|
373
373
|
|
|
374
|
-
.
|
|
374
|
+
._mobile_header_140fc_19 {
|
|
375
375
|
padding-bottom: 1rem;
|
|
376
376
|
display: grid;
|
|
377
377
|
place-items: center;
|
|
378
378
|
border-bottom: 1px solid #ebebeb;
|
|
379
379
|
}
|
|
380
380
|
|
|
381
|
-
.
|
|
381
|
+
._mobile_header_140fc_19 p {
|
|
382
382
|
font: 400 20px / 1.3 var(--header-font-family);
|
|
383
383
|
}
|
|
384
384
|
|
|
385
|
-
.
|
|
385
|
+
._mobile_header_140fc_19 button {
|
|
386
386
|
background: none;
|
|
387
387
|
border: none;
|
|
388
388
|
position: absolute;
|
|
@@ -391,7 +391,7 @@
|
|
|
391
391
|
transform: translateY(-50%);
|
|
392
392
|
}
|
|
393
393
|
|
|
394
|
-
.
|
|
394
|
+
._mobile_nav_140fc_394 {
|
|
395
395
|
border-right: 1px solid #ebebeb;
|
|
396
396
|
left: -100%;
|
|
397
397
|
min-height: 100vh;
|
|
@@ -402,16 +402,20 @@
|
|
|
402
402
|
z-index: 999;
|
|
403
403
|
}
|
|
404
404
|
|
|
405
|
-
.
|
|
405
|
+
._mobile_opened_140fc_405 {
|
|
406
406
|
left: 0%;
|
|
407
407
|
}
|
|
408
408
|
|
|
409
|
-
.
|
|
409
|
+
body:has(.__mobile_opened_140fc_409) {
|
|
410
|
+
overflow-y: hidden;
|
|
411
|
+
}
|
|
412
|
+
|
|
413
|
+
._mobile_nav_item_140fc_413 {
|
|
410
414
|
background-color: #f4f4f4;
|
|
411
415
|
border-bottom: 1px solid #ebebeb;
|
|
412
416
|
}
|
|
413
417
|
|
|
414
|
-
.
|
|
418
|
+
._mobile_nav_item_140fc_413 > a {
|
|
415
419
|
color: #323339;
|
|
416
420
|
display: flex;
|
|
417
421
|
font-weight: 700;
|
|
@@ -421,13 +425,13 @@
|
|
|
421
425
|
width: 100%;
|
|
422
426
|
}
|
|
423
427
|
|
|
424
|
-
.
|
|
428
|
+
._mobile_nav_item_140fc_413._has_dropdown_140fc_428 {
|
|
425
429
|
background-color: #f4f4f4;
|
|
426
430
|
isolation: isolate;
|
|
427
431
|
position: relative;
|
|
428
432
|
}
|
|
429
433
|
|
|
430
|
-
.
|
|
434
|
+
._mobile_nav_item_140fc_413._has_dropdown_140fc_428::before {
|
|
431
435
|
content: "";
|
|
432
436
|
background-color: #ebebeb;
|
|
433
437
|
height: 100%;
|
|
@@ -438,27 +442,27 @@
|
|
|
438
442
|
z-index: -1;
|
|
439
443
|
}
|
|
440
444
|
|
|
441
|
-
.
|
|
445
|
+
._mobile_nav_item_140fc_413._has_dropdown_140fc_428 > a {
|
|
442
446
|
color: #1e3860;
|
|
443
447
|
}
|
|
444
448
|
|
|
445
|
-
.
|
|
449
|
+
._icon_wrap_140fc_449 {
|
|
446
450
|
line-height: 1;
|
|
447
451
|
height: 24px;
|
|
448
452
|
}
|
|
449
453
|
|
|
450
|
-
.
|
|
454
|
+
._mobile_footer_140fc_454 {
|
|
451
455
|
position: relative;
|
|
452
456
|
width: 100%;
|
|
453
457
|
}
|
|
454
458
|
|
|
455
|
-
.
|
|
459
|
+
._mobile_footer_content_140fc_459 {
|
|
456
460
|
background-color: #f4f4f4;
|
|
457
461
|
flex: 1 1 0%;
|
|
458
462
|
padding: 16px 24px 16px 40px;
|
|
459
463
|
}
|
|
460
464
|
|
|
461
|
-
.
|
|
465
|
+
._mobile_footer_content_140fc_459 p {
|
|
462
466
|
line-height: 1.5;
|
|
463
467
|
text-overflow: ellipsis;
|
|
464
468
|
display: -webkit-box;
|
|
@@ -466,17 +470,17 @@
|
|
|
466
470
|
-webkit-line-clamp: 2;
|
|
467
471
|
}
|
|
468
472
|
|
|
469
|
-
.
|
|
473
|
+
._mobile_footer_media_140fc_473 {
|
|
470
474
|
flex-basis: min(42%, 300px);
|
|
471
475
|
background: url("https://images.ctfassets.net/i131f3ac17m5/1FEWgXviy43Napqx2EfqD2/4f4ae7934d023d8ee2f871ceb58e7fbc/aas-mobile-footer.webp")
|
|
472
476
|
no-repeat center center / cover;
|
|
473
477
|
}
|
|
474
478
|
|
|
475
|
-
.
|
|
479
|
+
._footer_cta_140fc_479 {
|
|
476
480
|
margin-top: 3px;
|
|
477
481
|
}
|
|
478
482
|
|
|
479
|
-
.
|
|
483
|
+
._footer_cta_140fc_479 a {
|
|
480
484
|
border-radius: 4px;
|
|
481
485
|
border: 2px solid transparent;
|
|
482
486
|
color: #fff;
|
|
@@ -486,32 +490,32 @@
|
|
|
486
490
|
text-decoration: none;
|
|
487
491
|
}
|
|
488
492
|
|
|
489
|
-
.
|
|
493
|
+
._footer_cta_140fc_479 a:hover {
|
|
490
494
|
background-color: transparent;
|
|
491
495
|
text-decoration: underline;
|
|
492
496
|
}
|
|
493
497
|
|
|
494
|
-
.
|
|
498
|
+
._footer_cta_140fc_479 a:active {
|
|
495
499
|
border-color: transparent;
|
|
496
500
|
color: #fff;
|
|
497
501
|
}
|
|
498
502
|
|
|
499
|
-
.
|
|
503
|
+
._mobile_footer_140fc_454 > .flex_row {
|
|
500
504
|
min-height: 112px;
|
|
501
505
|
}
|
|
502
506
|
|
|
503
|
-
.
|
|
507
|
+
._inner_wrapper_140fc_507 {
|
|
504
508
|
max-height: 100vh;
|
|
505
509
|
overflow-y: scroll;
|
|
506
510
|
}
|
|
507
511
|
|
|
508
|
-
.
|
|
512
|
+
._btn_140fc_512 {
|
|
509
513
|
display: block;
|
|
510
514
|
position: relative;
|
|
511
515
|
word-break: initial;
|
|
512
516
|
}
|
|
513
517
|
|
|
514
|
-
.
|
|
518
|
+
._sub_menu_140fc_518 {
|
|
515
519
|
overflow: hidden;
|
|
516
520
|
max-height: 0;
|
|
517
521
|
transition: max-height 0.8s ease-out;
|
|
@@ -519,8 +523,8 @@
|
|
|
519
523
|
overflow-y: scroll;
|
|
520
524
|
}
|
|
521
525
|
|
|
522
|
-
.
|
|
523
|
-
.
|
|
526
|
+
._sub_menu_140fc_518 a,
|
|
527
|
+
._sub_menu_140fc_518 span {
|
|
524
528
|
display: block;
|
|
525
529
|
padding: 12px 14px 12px 64px;
|
|
526
530
|
position: relative;
|
|
@@ -528,15 +532,15 @@
|
|
|
528
532
|
text-decoration: none;
|
|
529
533
|
}
|
|
530
534
|
|
|
531
|
-
.
|
|
535
|
+
._sub_menu_140fc_518 ._main_140fc_11 {
|
|
532
536
|
font-weight: 700;
|
|
533
537
|
}
|
|
534
538
|
|
|
535
|
-
.
|
|
539
|
+
._sub_menu_140fc_518 a + a {
|
|
536
540
|
border-top: 1px solid #ebebeb;
|
|
537
541
|
}
|
|
538
542
|
|
|
539
|
-
.
|
|
543
|
+
._dd_footer_140fc_543 {
|
|
540
544
|
justify-content: flex-end;
|
|
541
545
|
flex: 1 1 0%;
|
|
542
546
|
align-items: end;
|
|
@@ -545,58 +549,58 @@
|
|
|
545
549
|
}
|
|
546
550
|
|
|
547
551
|
@media (max-width: 1280px) and (min-width: 1024px) {
|
|
548
|
-
.
|
|
552
|
+
._wrapper_140fc_5 {
|
|
549
553
|
width: calc(100% - 28px);
|
|
550
554
|
}
|
|
551
555
|
|
|
552
|
-
.
|
|
556
|
+
._dd_wrapper_140fc_197 > ._wrapper_140fc_5 {
|
|
553
557
|
width: 100%;
|
|
554
558
|
}
|
|
555
|
-
.
|
|
559
|
+
._main_nav_link_140fc_33 > a {
|
|
556
560
|
padding: 4px 6px;
|
|
557
561
|
font-size: 15px;
|
|
558
562
|
}
|
|
559
|
-
.
|
|
563
|
+
._desktop_only_140fc_563 > a {
|
|
560
564
|
font-size: 15px;
|
|
561
565
|
}
|
|
562
566
|
}
|
|
563
567
|
|
|
564
568
|
@media (max-width: 1023px) {
|
|
565
|
-
.
|
|
569
|
+
._desktop_only_140fc_563 {
|
|
566
570
|
display: none !important;
|
|
567
571
|
}
|
|
568
572
|
}
|
|
569
573
|
|
|
570
574
|
@media (max-width: 768px) {
|
|
571
|
-
.
|
|
575
|
+
._wrapper_140fc_5 {
|
|
572
576
|
width: calc(100% - 48px);
|
|
573
577
|
}
|
|
574
578
|
|
|
575
|
-
.
|
|
579
|
+
._mobile_header_140fc_19 button {
|
|
576
580
|
right: 1.5rem;
|
|
577
581
|
}
|
|
578
582
|
|
|
579
|
-
.
|
|
583
|
+
._mobile_nav_item_140fc_413 > a {
|
|
580
584
|
padding: 16px 24px;
|
|
581
585
|
}
|
|
582
586
|
|
|
583
|
-
.
|
|
584
|
-
.
|
|
587
|
+
._sub_menu_140fc_518 a,
|
|
588
|
+
._sub_menu_140fc_518 span {
|
|
585
589
|
padding-left: 48px;
|
|
586
590
|
}
|
|
587
591
|
|
|
588
|
-
.
|
|
592
|
+
._mobile_nav_item_140fc_413._has_dropdown_140fc_428::before {
|
|
589
593
|
right: 72px;
|
|
590
594
|
}
|
|
591
595
|
|
|
592
|
-
.
|
|
596
|
+
._mobile_footer_content_140fc_459 {
|
|
593
597
|
padding-right: 15px;
|
|
594
598
|
padding-left: 24px;
|
|
595
599
|
}
|
|
596
600
|
}
|
|
597
601
|
|
|
598
602
|
@media (max-width: 450px) {
|
|
599
|
-
.
|
|
603
|
+
._footer_cta_140fc_479 a {
|
|
600
604
|
white-space: break-spaces;
|
|
601
605
|
width: 100%;
|
|
602
606
|
text-align: center;
|
|
@@ -604,7 +608,7 @@
|
|
|
604
608
|
}
|
|
605
609
|
|
|
606
610
|
@media (min-width: 1024px) {
|
|
607
|
-
.
|
|
611
|
+
._mobile_only_140fc_347 {
|
|
608
612
|
display: none !important;
|
|
609
613
|
}
|
|
610
614
|
}
|