@axos-web-dev/shared-components 0.0.37 → 0.0.39
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/NavigationMenu/AxosAdvisor/NavBar.module.js +53 -53
- package/dist/NavigationMenu/AxosAdvisor/index.js +188 -203
- package/dist/NavigationMenu/AxosFiduciary/NavBar.module.js +40 -40
- package/dist/NavigationMenu/AxosFiduciary/index.js +12 -5
- package/dist/assets/NavigationMenu/AxosAdvisor/NavBar.css.css +117 -118
- package/dist/assets/NavigationMenu/AxosFiduciary/NavBar.css.css +85 -86
- package/package.json +1 -1
|
@@ -81,12 +81,19 @@ const NavBarAFS = () => {
|
|
|
81
81
|
}
|
|
82
82
|
),
|
|
83
83
|
/* @__PURE__ */ jsx("div", { className: `${styles.mobile_only} ${styles.mobile_logo}`, children: /* @__PURE__ */ jsx(
|
|
84
|
-
"
|
|
84
|
+
"a",
|
|
85
85
|
{
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
86
|
+
href: "/",
|
|
87
|
+
"aria-label": "return to axos fiduciary service homepage",
|
|
88
|
+
children: /* @__PURE__ */ jsx(
|
|
89
|
+
"img",
|
|
90
|
+
{
|
|
91
|
+
src: "//images.axos.com/o9ov1v03uwqk/70DeSnNiwKxnnpoNEmdHYc/c89285e7f92b31397b49e09ddb9ea14d/afs-logo-mobile.svg",
|
|
92
|
+
alt: "",
|
|
93
|
+
width: 140,
|
|
94
|
+
height: 50
|
|
95
|
+
}
|
|
96
|
+
)
|
|
90
97
|
}
|
|
91
98
|
) })
|
|
92
99
|
] }) }) }),
|
|
@@ -1,43 +1,43 @@
|
|
|
1
|
-
.
|
|
1
|
+
._header_11wge_1 {
|
|
2
2
|
border-bottom: 1px solid #ebebeb;
|
|
3
3
|
}
|
|
4
4
|
|
|
5
|
-
.
|
|
5
|
+
._wrapper_11wge_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_11wge_11,
|
|
12
|
+
._mobile_header_11wge_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_11wge_18 {
|
|
19
19
|
padding: 9px 6px;
|
|
20
20
|
}
|
|
21
21
|
|
|
22
|
-
.
|
|
22
|
+
._primary_links_11wge_22 {
|
|
23
23
|
margin-left: 30px;
|
|
24
24
|
}
|
|
25
25
|
|
|
26
|
-
.
|
|
26
|
+
._main_nav_link_11wge_26 {
|
|
27
27
|
padding: 10px 8px;
|
|
28
28
|
text-align: center;
|
|
29
29
|
}
|
|
30
30
|
|
|
31
|
-
.
|
|
31
|
+
._main_nav_link_11wge_26 .active {
|
|
32
32
|
border-color: currentColor;
|
|
33
33
|
transition: border-color 0.5s ease;
|
|
34
34
|
}
|
|
35
35
|
|
|
36
|
-
.
|
|
36
|
+
._main_nav_link_11wge_26 .active {
|
|
37
37
|
font-weight: 700;
|
|
38
38
|
}
|
|
39
39
|
|
|
40
|
-
.
|
|
40
|
+
._main_nav_link_11wge_26 > a {
|
|
41
41
|
color: #1e3860;
|
|
42
42
|
display: inline-block;
|
|
43
43
|
font-size: 16px;
|
|
@@ -45,26 +45,26 @@
|
|
|
45
45
|
border-bottom: 4px solid transparent;
|
|
46
46
|
}
|
|
47
47
|
|
|
48
|
-
.
|
|
49
|
-
.
|
|
50
|
-
.
|
|
51
|
-
.
|
|
48
|
+
._sub_nav_link_11wge_48 a,
|
|
49
|
+
._main_nav_link_11wge_26 a,
|
|
50
|
+
._signin_wrap_11wge_50 a,
|
|
51
|
+
._signin_btn_11wge_51 {
|
|
52
52
|
text-decoration: none;
|
|
53
53
|
transition: opacity 0.3s ease;
|
|
54
54
|
}
|
|
55
55
|
|
|
56
|
-
.
|
|
57
|
-
.
|
|
58
|
-
.
|
|
56
|
+
._sub_nav_link_11wge_48:hover,
|
|
57
|
+
._main_nav_link_11wge_26 a:hover,
|
|
58
|
+
._signin_wrap_11wge_50 a:hover {
|
|
59
59
|
opacity: 0.8;
|
|
60
60
|
}
|
|
61
61
|
|
|
62
|
-
.
|
|
62
|
+
._signin_wrap_11wge_50 .link {
|
|
63
63
|
text-decoration: none;
|
|
64
64
|
padding: 8px;
|
|
65
65
|
}
|
|
66
66
|
|
|
67
|
-
.
|
|
67
|
+
._signin_btn_11wge_51 {
|
|
68
68
|
border: none;
|
|
69
69
|
color: #fff;
|
|
70
70
|
padding: 11px 24px;
|
|
@@ -76,37 +76,37 @@
|
|
|
76
76
|
cursor: pointer;
|
|
77
77
|
}
|
|
78
78
|
|
|
79
|
-
.
|
|
79
|
+
._signin_btn_11wge_51:hover {
|
|
80
80
|
color: var(--colors-primary-textButton__1073cm85);
|
|
81
81
|
background-color: var(--colors-primary-backgroundButton__1073cm86);
|
|
82
82
|
opacity: 0.9;
|
|
83
83
|
}
|
|
84
84
|
|
|
85
|
-
.
|
|
85
|
+
._signin_btn_11wge_51 > span {
|
|
86
86
|
margin-right: 8px;
|
|
87
87
|
}
|
|
88
88
|
|
|
89
|
-
.
|
|
89
|
+
._sub_nav_11wge_48 {
|
|
90
90
|
background-color: var(--primary-theme-color);
|
|
91
91
|
}
|
|
92
92
|
|
|
93
|
-
.
|
|
93
|
+
._header_sub_row_11wge_93 {
|
|
94
94
|
padding-block: 12px;
|
|
95
95
|
min-height: 48px;
|
|
96
96
|
}
|
|
97
97
|
|
|
98
|
-
.
|
|
98
|
+
._sub_nav_link_11wge_48 {
|
|
99
99
|
padding-inline: 1rem;
|
|
100
100
|
text-align: center;
|
|
101
101
|
color: #fff;
|
|
102
102
|
}
|
|
103
103
|
|
|
104
|
-
.
|
|
104
|
+
._sub_nav_link_11wge_48 a {
|
|
105
105
|
font-weight: 500;
|
|
106
106
|
line-height: 1.5;
|
|
107
107
|
}
|
|
108
108
|
|
|
109
|
-
.
|
|
109
|
+
._signin_dropdown_11wge_109 {
|
|
110
110
|
min-width: 288px;
|
|
111
111
|
padding: 1.5rem 1rem;
|
|
112
112
|
position: absolute;
|
|
@@ -116,32 +116,32 @@
|
|
|
116
116
|
display: none;
|
|
117
117
|
}
|
|
118
118
|
|
|
119
|
-
.
|
|
119
|
+
._shadow_11wge_119 {
|
|
120
120
|
box-shadow: 0px 8px 16px 0px rgba(30, 38, 47, 0.2);
|
|
121
121
|
}
|
|
122
122
|
|
|
123
|
-
.
|
|
123
|
+
._signin_dropdown_11wge_109 li[role="heading"] {
|
|
124
124
|
margin-top: 1px;
|
|
125
125
|
}
|
|
126
126
|
|
|
127
|
-
.
|
|
127
|
+
._signin_header_11wge_127 {
|
|
128
128
|
color: #323339;
|
|
129
129
|
font-weight: 700;
|
|
130
130
|
padding: 0.5rem 1rem;
|
|
131
131
|
text-align: left;
|
|
132
132
|
}
|
|
133
133
|
|
|
134
|
-
.
|
|
134
|
+
._signin_subheader_11wge_134 {
|
|
135
135
|
color: #2f5b88;
|
|
136
136
|
padding: 0.5rem 0.5rem 0.5rem 1.5rem;
|
|
137
137
|
}
|
|
138
138
|
|
|
139
|
-
.
|
|
140
|
-
.
|
|
139
|
+
._signin_header_11wge_127,
|
|
140
|
+
._signin_subheader_11wge_134 a {
|
|
141
141
|
line-height: 1.5;
|
|
142
142
|
}
|
|
143
143
|
|
|
144
|
-
@keyframes
|
|
144
|
+
@keyframes _fadeInDown_11wge_1 {
|
|
145
145
|
from {
|
|
146
146
|
opacity: 0;
|
|
147
147
|
transform: translate3d(0, -1%, 0);
|
|
@@ -153,18 +153,18 @@
|
|
|
153
153
|
}
|
|
154
154
|
}
|
|
155
155
|
|
|
156
|
-
.
|
|
156
|
+
._opacity_11wge_156 {
|
|
157
157
|
animation-duration: 0.5s;
|
|
158
158
|
animation-fill-mode: both;
|
|
159
|
-
animation-name:
|
|
159
|
+
animation-name: _fadeInDown_11wge_1;
|
|
160
160
|
}
|
|
161
161
|
|
|
162
|
-
.
|
|
162
|
+
._footer_11wge_162 {
|
|
163
163
|
margin-top: 0.5rem;
|
|
164
164
|
padding-top: 1rem;
|
|
165
165
|
}
|
|
166
166
|
|
|
167
|
-
.
|
|
167
|
+
._footer_11wge_162::before {
|
|
168
168
|
content: "";
|
|
169
169
|
background-color: #8f8f8f;
|
|
170
170
|
height: 2px;
|
|
@@ -175,61 +175,61 @@
|
|
|
175
175
|
width: 94%;
|
|
176
176
|
}
|
|
177
177
|
|
|
178
|
-
.
|
|
178
|
+
._open_11wge_178 {
|
|
179
179
|
opacity: 0.8;
|
|
180
180
|
}
|
|
181
181
|
|
|
182
|
-
.
|
|
182
|
+
._open_11wge_178 > svg {
|
|
183
183
|
transform: scaleY(-1);
|
|
184
184
|
}
|
|
185
185
|
|
|
186
|
-
.
|
|
186
|
+
._open_11wge_178 + ._signin_dropdown_11wge_109 {
|
|
187
187
|
display: block;
|
|
188
188
|
}
|
|
189
189
|
|
|
190
|
-
.
|
|
190
|
+
._dd_wrapper_11wge_190 {
|
|
191
191
|
z-index: 1203;
|
|
192
192
|
max-width: 1440px;
|
|
193
193
|
}
|
|
194
194
|
|
|
195
|
-
.
|
|
195
|
+
._dd_media_11wge_195 {
|
|
196
196
|
padding: 1.5rem;
|
|
197
197
|
width: 280px;
|
|
198
198
|
}
|
|
199
199
|
|
|
200
|
-
.
|
|
200
|
+
._dd_media_img_11wge_200 {
|
|
201
201
|
min-height: 232px;
|
|
202
202
|
}
|
|
203
203
|
|
|
204
|
-
.
|
|
204
|
+
._dd_site_navs_11wge_204 {
|
|
205
205
|
flex: 1 1 0%;
|
|
206
206
|
padding: 1.5rem;
|
|
207
207
|
display: flex;
|
|
208
208
|
flex-direction: column;
|
|
209
209
|
}
|
|
210
210
|
|
|
211
|
-
.
|
|
211
|
+
._dd_media_header_11wge_211 p {
|
|
212
212
|
font-size: 14px;
|
|
213
213
|
line-height: 1.42;
|
|
214
214
|
}
|
|
215
215
|
|
|
216
|
-
.
|
|
216
|
+
._dd_media_header_11wge_211 p[role="heading"] {
|
|
217
217
|
font: 600 1.25rem/ 1.4 var(--header-font-family);
|
|
218
218
|
}
|
|
219
219
|
|
|
220
|
-
.
|
|
220
|
+
._mt_8_11wge_220 {
|
|
221
221
|
margin-top: 8px;
|
|
222
222
|
}
|
|
223
223
|
|
|
224
|
-
.
|
|
224
|
+
._mt_16_11wge_224 {
|
|
225
225
|
margin-top: 1rem;
|
|
226
226
|
}
|
|
227
227
|
|
|
228
|
-
.
|
|
228
|
+
._ml_8_11wge_228 {
|
|
229
229
|
margin-left: 8px;
|
|
230
230
|
}
|
|
231
231
|
|
|
232
|
-
.
|
|
232
|
+
._dd_media_cta_11wge_232 > a {
|
|
233
233
|
border-radius: 8px;
|
|
234
234
|
color: #1e3860 !important;
|
|
235
235
|
display: inline-block;
|
|
@@ -243,29 +243,29 @@
|
|
|
243
243
|
border: 2px solid transparent;
|
|
244
244
|
}
|
|
245
245
|
|
|
246
|
-
.
|
|
246
|
+
._reversed_row_11wge_246 {
|
|
247
247
|
flex-direction: row-reverse;
|
|
248
248
|
}
|
|
249
249
|
|
|
250
|
-
.
|
|
250
|
+
._dd_media_cta_11wge_232 > a:hover {
|
|
251
251
|
background-color: transparent;
|
|
252
252
|
border-color: #fff;
|
|
253
253
|
color: #fff;
|
|
254
254
|
}
|
|
255
255
|
|
|
256
|
-
.
|
|
256
|
+
._dd_media_cta_11wge_232 > a:active {
|
|
257
257
|
background-color: #fff;
|
|
258
258
|
border-color: transparent;
|
|
259
259
|
color: #1e3860 !important;
|
|
260
260
|
}
|
|
261
261
|
|
|
262
|
-
.
|
|
262
|
+
._headline_11wge_262 > p {
|
|
263
263
|
font: 600 1.5rem / 1.33 var(--header-font-family);
|
|
264
264
|
flex: 1 1 0%;
|
|
265
265
|
color: #1e3860;
|
|
266
266
|
}
|
|
267
267
|
|
|
268
|
-
.
|
|
268
|
+
._nav_anchor_11wge_268 {
|
|
269
269
|
width: 1.5rem;
|
|
270
270
|
height: 1.5rem;
|
|
271
271
|
aspect-ratio: 1;
|
|
@@ -273,26 +273,26 @@
|
|
|
273
273
|
border-radius: 8px;
|
|
274
274
|
}
|
|
275
275
|
|
|
276
|
-
.
|
|
276
|
+
._headline_cta_11wge_276 {
|
|
277
277
|
margin-left: 8px;
|
|
278
278
|
}
|
|
279
279
|
|
|
280
|
-
.
|
|
280
|
+
._headline_cta_11wge_276 > a {
|
|
281
281
|
font-weight: 700;
|
|
282
282
|
line-height: 1.5;
|
|
283
283
|
text-decoration: none;
|
|
284
284
|
color: #1e3860;
|
|
285
285
|
}
|
|
286
286
|
|
|
287
|
-
.
|
|
288
|
-
.
|
|
289
|
-
.
|
|
290
|
-
.
|
|
291
|
-
.
|
|
287
|
+
._sub_nav_link_11wge_48:hover,
|
|
288
|
+
._signin_wrap_11wge_50 a:hover,
|
|
289
|
+
._main_nav_link_11wge_26 a:not(.active):hover,
|
|
290
|
+
._dd_site_navs_11wge_204 a:hover,
|
|
291
|
+
._site_lists_11wge_291 a:hover {
|
|
292
292
|
text-decoration: underline;
|
|
293
293
|
}
|
|
294
294
|
|
|
295
|
-
.
|
|
295
|
+
._dd_site_navs_11wge_204 hr {
|
|
296
296
|
border-style: solid;
|
|
297
297
|
border-width: 1px;
|
|
298
298
|
color: #a0aab3;
|
|
@@ -301,29 +301,29 @@
|
|
|
301
301
|
position: relative;
|
|
302
302
|
}
|
|
303
303
|
|
|
304
|
-
.
|
|
304
|
+
._site_lists_11wge_291 {
|
|
305
305
|
padding-bottom: 1.5rem;
|
|
306
306
|
}
|
|
307
307
|
|
|
308
|
-
.
|
|
308
|
+
._site_lists_11wge_291 > * {
|
|
309
309
|
width: 100%;
|
|
310
310
|
}
|
|
311
311
|
|
|
312
|
-
.
|
|
312
|
+
._site_lists_11wge_291 a {
|
|
313
313
|
color: #323339;
|
|
314
314
|
text-decoration: none;
|
|
315
315
|
}
|
|
316
316
|
|
|
317
|
-
.
|
|
317
|
+
._site_lists_11wge_291 [role="heading"] {
|
|
318
318
|
color: #1e3860;
|
|
319
319
|
font-weight: 700;
|
|
320
320
|
}
|
|
321
321
|
|
|
322
|
-
.
|
|
322
|
+
._site_lists_11wge_291 li + li {
|
|
323
323
|
margin-top: 8px;
|
|
324
324
|
}
|
|
325
325
|
|
|
326
|
-
.
|
|
326
|
+
._hamburger_11wge_326 {
|
|
327
327
|
background: transparent;
|
|
328
328
|
border: none;
|
|
329
329
|
font-size: 0px;
|
|
@@ -331,30 +331,30 @@
|
|
|
331
331
|
outline: none;
|
|
332
332
|
}
|
|
333
333
|
|
|
334
|
-
.
|
|
335
|
-
.
|
|
334
|
+
._hamburger_11wge_326:hover,
|
|
335
|
+
._mobile_header_11wge_12 button:hover {
|
|
336
336
|
cursor: pointer;
|
|
337
337
|
opacity: 0.8;
|
|
338
338
|
}
|
|
339
339
|
|
|
340
|
-
.
|
|
340
|
+
._signin_wrap_11wge_50 > ._mobile_only_11wge_340 > a {
|
|
341
341
|
color: #4a5560;
|
|
342
342
|
padding: 0;
|
|
343
343
|
line-height: 1;
|
|
344
344
|
}
|
|
345
345
|
|
|
346
|
-
.
|
|
346
|
+
._mobile_logo_11wge_346 {
|
|
347
347
|
flex: 1 1 0%;
|
|
348
348
|
text-align: center;
|
|
349
349
|
}
|
|
350
350
|
|
|
351
|
-
.
|
|
351
|
+
._highlight_11wge_351 > a {
|
|
352
352
|
color: #2f5b88;
|
|
353
353
|
font-weight: 700;
|
|
354
354
|
}
|
|
355
355
|
|
|
356
356
|
@media (max-width: 1121px) {
|
|
357
|
-
.
|
|
357
|
+
._mobile_logo_11wge_346 {
|
|
358
358
|
position: absolute;
|
|
359
359
|
transform: translateX(-50%);
|
|
360
360
|
left: 50%;
|
|
@@ -362,18 +362,18 @@
|
|
|
362
362
|
}
|
|
363
363
|
}
|
|
364
364
|
|
|
365
|
-
.
|
|
365
|
+
._mobile_header_11wge_12 {
|
|
366
366
|
padding-bottom: 1rem;
|
|
367
367
|
display: grid;
|
|
368
368
|
place-items: center;
|
|
369
369
|
border-bottom: 1px solid #ebebeb;
|
|
370
370
|
}
|
|
371
371
|
|
|
372
|
-
.
|
|
372
|
+
._mobile_header_11wge_12 p {
|
|
373
373
|
font: 400 20px / 1.3 var(--header-font-family);
|
|
374
374
|
}
|
|
375
375
|
|
|
376
|
-
.
|
|
376
|
+
._mobile_header_11wge_12 button {
|
|
377
377
|
background: none;
|
|
378
378
|
border: none;
|
|
379
379
|
position: absolute;
|
|
@@ -382,7 +382,7 @@
|
|
|
382
382
|
transform: translateY(-50%);
|
|
383
383
|
}
|
|
384
384
|
|
|
385
|
-
.
|
|
385
|
+
._mobile_nav_11wge_385 {
|
|
386
386
|
border-right: 1px solid #ebebeb;
|
|
387
387
|
left: -100%;
|
|
388
388
|
min-height: 100vh;
|
|
@@ -392,17 +392,17 @@
|
|
|
392
392
|
width: 100%;
|
|
393
393
|
}
|
|
394
394
|
|
|
395
|
-
.
|
|
395
|
+
._mobile_opened_11wge_395 {
|
|
396
396
|
left: 0%;
|
|
397
397
|
z-index: 999;
|
|
398
398
|
}
|
|
399
399
|
|
|
400
|
-
.
|
|
400
|
+
._mobile_nav_item_11wge_400 {
|
|
401
401
|
background-color: #f4f4f4;
|
|
402
402
|
border-bottom: 1px solid #ebebeb;
|
|
403
403
|
}
|
|
404
404
|
|
|
405
|
-
.
|
|
405
|
+
._mobile_nav_item_11wge_400 > a {
|
|
406
406
|
color: #323339;
|
|
407
407
|
display: flex;
|
|
408
408
|
font-weight: 700;
|
|
@@ -412,13 +412,13 @@
|
|
|
412
412
|
width: 100%;
|
|
413
413
|
}
|
|
414
414
|
|
|
415
|
-
.
|
|
415
|
+
._mobile_nav_item_11wge_400._has_dropdown_11wge_415 {
|
|
416
416
|
background-color: #f4f4f4;
|
|
417
417
|
isolation: isolate;
|
|
418
418
|
position: relative;
|
|
419
419
|
}
|
|
420
420
|
|
|
421
|
-
.
|
|
421
|
+
._mobile_nav_item_11wge_400._has_dropdown_11wge_415::before {
|
|
422
422
|
content: "";
|
|
423
423
|
background-color: #ebebeb;
|
|
424
424
|
height: 100%;
|
|
@@ -429,28 +429,27 @@
|
|
|
429
429
|
z-index: -1;
|
|
430
430
|
}
|
|
431
431
|
|
|
432
|
-
.
|
|
432
|
+
._mobile_nav_item_11wge_400._has_dropdown_11wge_415 > a {
|
|
433
433
|
color: #1e3860;
|
|
434
434
|
}
|
|
435
435
|
|
|
436
|
-
.
|
|
436
|
+
._icon_wrap_11wge_436 {
|
|
437
437
|
line-height: 1;
|
|
438
438
|
height: 24px;
|
|
439
439
|
}
|
|
440
440
|
|
|
441
|
-
.
|
|
442
|
-
position:
|
|
443
|
-
bottom: 0;
|
|
441
|
+
._mobile_footer_11wge_441 {
|
|
442
|
+
position: relative;
|
|
444
443
|
width: 100%;
|
|
445
444
|
}
|
|
446
445
|
|
|
447
|
-
.
|
|
446
|
+
._mobile_footer_content_11wge_446 {
|
|
448
447
|
background-color: #f4f4f4;
|
|
449
448
|
flex: 1 1 0%;
|
|
450
449
|
padding: 16px 24px 16px 40px;
|
|
451
450
|
}
|
|
452
451
|
|
|
453
|
-
.
|
|
452
|
+
._mobile_footer_content_11wge_446 p {
|
|
454
453
|
line-height: 1.5;
|
|
455
454
|
text-overflow: ellipsis;
|
|
456
455
|
display: -webkit-box;
|
|
@@ -458,17 +457,17 @@
|
|
|
458
457
|
-webkit-line-clamp: 2;
|
|
459
458
|
}
|
|
460
459
|
|
|
461
|
-
.
|
|
460
|
+
._mobile_footer_media_11wge_460 {
|
|
462
461
|
flex-basis: 42%;
|
|
463
462
|
background: url("https://images.axos.com/o9ov1v03uwqk/7ate9BSYQwX7C90HBTnGAD/88abd5ba41a63dbdea77bcb09a683432/mobile-ad.jpg")
|
|
464
463
|
no-repeat center center / cover;
|
|
465
464
|
}
|
|
466
465
|
|
|
467
|
-
.
|
|
466
|
+
._footer_cta_11wge_466 {
|
|
468
467
|
margin-top: 3px;
|
|
469
468
|
}
|
|
470
469
|
|
|
471
|
-
.
|
|
470
|
+
._footer_cta_11wge_466 a {
|
|
472
471
|
border-radius: 4px;
|
|
473
472
|
border: 2px solid transparent;
|
|
474
473
|
color: #fff;
|
|
@@ -478,31 +477,31 @@
|
|
|
478
477
|
text-decoration: none;
|
|
479
478
|
}
|
|
480
479
|
|
|
481
|
-
.
|
|
480
|
+
._footer_cta_11wge_466 a:hover {
|
|
482
481
|
background-color: transparent;
|
|
483
482
|
text-decoration: underline;
|
|
484
483
|
}
|
|
485
484
|
|
|
486
|
-
.
|
|
485
|
+
._footer_cta_11wge_466 a:active {
|
|
487
486
|
border-color: transparent;
|
|
488
487
|
color: #fff;
|
|
489
488
|
}
|
|
490
489
|
|
|
491
|
-
.
|
|
490
|
+
._mobile_footer_11wge_441 > .flex_row {
|
|
492
491
|
min-height: 112px;
|
|
493
492
|
}
|
|
494
493
|
|
|
495
|
-
.
|
|
496
|
-
max-height:
|
|
494
|
+
._inner_wrapper_11wge_494 {
|
|
495
|
+
max-height: 100vh;
|
|
497
496
|
overflow-y: scroll;
|
|
498
497
|
}
|
|
499
498
|
|
|
500
|
-
.
|
|
499
|
+
._btn_11wge_499 {
|
|
501
500
|
display: block;
|
|
502
501
|
position: relative;
|
|
503
502
|
}
|
|
504
503
|
|
|
505
|
-
.
|
|
504
|
+
._sub_menu_11wge_504 {
|
|
506
505
|
overflow: hidden;
|
|
507
506
|
max-height: 0;
|
|
508
507
|
transition: max-height 0.8s ease-out;
|
|
@@ -510,8 +509,8 @@
|
|
|
510
509
|
overflow-y: scroll;
|
|
511
510
|
}
|
|
512
511
|
|
|
513
|
-
.
|
|
514
|
-
.
|
|
512
|
+
._sub_menu_11wge_504 a,
|
|
513
|
+
._sub_menu_11wge_504 span {
|
|
515
514
|
display: block;
|
|
516
515
|
padding: 12px 14px 12px 64px;
|
|
517
516
|
position: relative;
|
|
@@ -519,15 +518,15 @@
|
|
|
519
518
|
text-decoration: none;
|
|
520
519
|
}
|
|
521
520
|
|
|
522
|
-
.
|
|
521
|
+
._sub_menu_11wge_504 ._main_11wge_26 {
|
|
523
522
|
font-weight: 700;
|
|
524
523
|
}
|
|
525
524
|
|
|
526
|
-
.
|
|
525
|
+
._sub_menu_11wge_504 a + a {
|
|
527
526
|
border-top: 1px solid #ebebeb;
|
|
528
527
|
}
|
|
529
528
|
|
|
530
|
-
.
|
|
529
|
+
._dd_footer_11wge_529 {
|
|
531
530
|
justify-content: flex-end;
|
|
532
531
|
flex: 1 1 0%;
|
|
533
532
|
align-items: end;
|
|
@@ -536,51 +535,51 @@
|
|
|
536
535
|
}
|
|
537
536
|
|
|
538
537
|
@media (max-width: 1280px) and (min-width: 1121px) {
|
|
539
|
-
.
|
|
538
|
+
._wrapper_11wge_5 {
|
|
540
539
|
width: calc(100% - 28px);
|
|
541
540
|
}
|
|
542
541
|
|
|
543
|
-
.
|
|
542
|
+
._dd_wrapper_11wge_190 > ._wrapper_11wge_5 {
|
|
544
543
|
width: 100%;
|
|
545
544
|
}
|
|
546
545
|
}
|
|
547
546
|
|
|
548
547
|
@media (max-width: 1120px) {
|
|
549
|
-
.
|
|
548
|
+
._desktop_only_11wge_548 {
|
|
550
549
|
display: none !important;
|
|
551
550
|
}
|
|
552
551
|
}
|
|
553
552
|
|
|
554
553
|
@media (max-width: 768px) {
|
|
555
|
-
.
|
|
554
|
+
._wrapper_11wge_5 {
|
|
556
555
|
width: calc(100% - 48px);
|
|
557
556
|
}
|
|
558
557
|
|
|
559
|
-
.
|
|
558
|
+
._mobile_header_11wge_12 button {
|
|
560
559
|
right: 1.5rem;
|
|
561
560
|
}
|
|
562
561
|
|
|
563
|
-
.
|
|
562
|
+
._mobile_nav_item_11wge_400 > a {
|
|
564
563
|
padding: 16px 24px;
|
|
565
564
|
}
|
|
566
565
|
|
|
567
|
-
.
|
|
568
|
-
.
|
|
566
|
+
._sub_menu_11wge_504 a,
|
|
567
|
+
._sub_menu_11wge_504 span {
|
|
569
568
|
padding-left: 48px;
|
|
570
569
|
}
|
|
571
570
|
|
|
572
|
-
.
|
|
571
|
+
._mobile_nav_item_11wge_400._has_dropdown_11wge_415::before {
|
|
573
572
|
right: 72px;
|
|
574
573
|
}
|
|
575
574
|
|
|
576
|
-
.
|
|
575
|
+
._mobile_footer_content_11wge_446 {
|
|
577
576
|
padding-right: 15px;
|
|
578
577
|
padding-left: 24px;
|
|
579
578
|
}
|
|
580
579
|
}
|
|
581
580
|
|
|
582
581
|
@media (max-width: 450px) {
|
|
583
|
-
.
|
|
582
|
+
._footer_cta_11wge_466 a {
|
|
584
583
|
white-space: break-spaces;
|
|
585
584
|
width: 100%;
|
|
586
585
|
text-align: center;
|
|
@@ -588,7 +587,7 @@
|
|
|
588
587
|
}
|
|
589
588
|
|
|
590
589
|
@media (min-width: 1121px) {
|
|
591
|
-
.
|
|
590
|
+
._mobile_only_11wge_340 {
|
|
592
591
|
display: none !important;
|
|
593
592
|
}
|
|
594
593
|
}
|