@scrippsproduct/entertainment-sites-css 0.0.1
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/css/base.css +422 -0
- package/dist/css/base.css.map +1 -0
- package/dist/css/base.min.css +1 -0
- package/dist/css/episode-guide.css +93 -0
- package/dist/css/episode-guide.css.map +1 -0
- package/dist/css/episode-guide.min.css +1 -0
- package/dist/css/find-us.css +273 -0
- package/dist/css/find-us.css.map +1 -0
- package/dist/css/find-us.min.css +1 -0
- package/dist/css/footer.css +156 -0
- package/dist/css/footer.css.map +1 -0
- package/dist/css/footer.min.css +1 -0
- package/dist/css/header.css +154 -0
- package/dist/css/header.css.map +1 -0
- package/dist/css/header.min.css +1 -0
- package/dist/css/home.css +592 -0
- package/dist/css/home.css.map +1 -0
- package/dist/css/home.min.css +1 -0
- package/dist/css/index.css +2799 -0
- package/dist/css/index.css.map +1 -0
- package/dist/css/index.min.css +1 -0
- package/dist/css/page-not-found.css +32 -0
- package/dist/css/page-not-found.css.map +1 -0
- package/dist/css/page-not-found.min.css +1 -0
- package/dist/css/privacy-center.css +28 -0
- package/dist/css/privacy-center.css.map +1 -0
- package/dist/css/privacy-center.min.css +1 -0
- package/dist/css/privacy-policy.css +69 -0
- package/dist/css/privacy-policy.css.map +1 -0
- package/dist/css/privacy-policy.min.css +1 -0
- package/dist/css/schedule.css +252 -0
- package/dist/css/schedule.css.map +1 -0
- package/dist/css/schedule.min.css +1 -0
- package/dist/css/settings.css +3 -0
- package/dist/css/settings.css.map +1 -0
- package/dist/css/settings.min.css +0 -0
- package/dist/css/show-details.css +467 -0
- package/dist/css/show-details.css.map +1 -0
- package/dist/css/show-details.min.css +1 -0
- package/dist/css/shows.css +83 -0
- package/dist/css/shows.css.map +1 -0
- package/dist/css/shows.min.css +1 -0
- package/dist/css/special-lander.css +110 -0
- package/dist/css/special-lander.css.map +1 -0
- package/dist/css/special-lander.min.css +1 -0
- package/dist/css/sweeps.css +42 -0
- package/dist/css/sweeps.css.map +1 -0
- package/dist/css/sweeps.min.css +1 -0
- package/package.json +20 -0
- package/src/_reset.scss +59 -0
- package/src/base.scss +374 -0
- package/src/episode-guide.scss +101 -0
- package/src/find-us.scss +308 -0
- package/src/footer.scss +188 -0
- package/src/header.scss +185 -0
- package/src/home.scss +760 -0
- package/src/index.scss +17 -0
- package/src/page-not-found.scss +32 -0
- package/src/privacy-center.scss +25 -0
- package/src/privacy-policy.scss +75 -0
- package/src/schedule.scss +288 -0
- package/src/settings.scss +0 -0
- package/src/show-details.scss +578 -0
- package/src/shows.scss +98 -0
- package/src/special-lander.scss +137 -0
- package/src/sweeps.scss +42 -0
|
@@ -0,0 +1,592 @@
|
|
|
1
|
+
#carousel-homepage-banner > ol {
|
|
2
|
+
box-shadow: 10px 10px 26px rgba(0, 0, 0, 0.3), -2px -2px 10px rgba(0, 0, 0, 0.2);
|
|
3
|
+
}
|
|
4
|
+
#carousel-homepage-banner .slide {
|
|
5
|
+
align-items: stretch;
|
|
6
|
+
display: block;
|
|
7
|
+
}
|
|
8
|
+
#carousel-homepage-banner .slide > * {
|
|
9
|
+
place-items: unset;
|
|
10
|
+
}
|
|
11
|
+
#carousel-homepage-banner image-card {
|
|
12
|
+
height: unset;
|
|
13
|
+
padding-bottom: 0;
|
|
14
|
+
}
|
|
15
|
+
#carousel-homepage-banner image-card a {
|
|
16
|
+
text-decoration: none;
|
|
17
|
+
}
|
|
18
|
+
#carousel-homepage-banner .image-card__overlay-content {
|
|
19
|
+
text-transform: uppercase;
|
|
20
|
+
font-size: 1.5em;
|
|
21
|
+
font-weight: 600;
|
|
22
|
+
padding: 0 5rem 5rem;
|
|
23
|
+
line-height: 1.25;
|
|
24
|
+
}
|
|
25
|
+
#carousel-homepage-banner .image-card__overlay-content > h1 {
|
|
26
|
+
font-size: clamp(1em, 3vw + 1em, 3em);
|
|
27
|
+
font-weight: 600;
|
|
28
|
+
margin-bottom: 0;
|
|
29
|
+
}
|
|
30
|
+
#carousel-homepage-banner .image-card__overlay-content .airdate-formatter__pipe {
|
|
31
|
+
vertical-align: bottom;
|
|
32
|
+
font-size: 1.5em;
|
|
33
|
+
font-weight: 300;
|
|
34
|
+
}
|
|
35
|
+
#carousel-homepage-banner .image-card__overlay-content .airdate-formatter__time {
|
|
36
|
+
font-size: 1.125em;
|
|
37
|
+
text-transform: none;
|
|
38
|
+
}
|
|
39
|
+
#carousel-homepage-banner .image-card__overlay-content .airdate-formatter__central-time {
|
|
40
|
+
text-transform: none;
|
|
41
|
+
}
|
|
42
|
+
#carousel-homepage-banner .carousel-controls__previous,
|
|
43
|
+
#carousel-homepage-banner .carousel-controls__next {
|
|
44
|
+
color: #fff;
|
|
45
|
+
top: calc(50% - 0.5rem);
|
|
46
|
+
}
|
|
47
|
+
#carousel-homepage-banner .carousel-nav {
|
|
48
|
+
padding: 1rem 0 0;
|
|
49
|
+
}
|
|
50
|
+
#carousel-homepage-banner .carousel-nav > ol {
|
|
51
|
+
gap: 1.5rem;
|
|
52
|
+
}
|
|
53
|
+
#carousel-homepage-banner .carousel-nav__item {
|
|
54
|
+
border: 2px solid #fff;
|
|
55
|
+
transition: scale 0.325s ease-out;
|
|
56
|
+
flex-basis: 0.8rem;
|
|
57
|
+
min-width: 0.8rem;
|
|
58
|
+
max-width: 0.8rem;
|
|
59
|
+
height: 0.8rem;
|
|
60
|
+
}
|
|
61
|
+
#carousel-homepage-banner .carousel-nav__item[data-current=true] {
|
|
62
|
+
background-color: #fff;
|
|
63
|
+
scale: 1.3;
|
|
64
|
+
}
|
|
65
|
+
#carousel-homepage-banner .slide[inert] {
|
|
66
|
+
opacity: 1;
|
|
67
|
+
}
|
|
68
|
+
#carousel-homepage-banner .show-slide__logo-wrapper > img {
|
|
69
|
+
max-width: clamp(18rem, 30vw + 1rem, 30rem);
|
|
70
|
+
max-height: clamp(3.2rem, 4.6vw + 1rem, 8rem);
|
|
71
|
+
}
|
|
72
|
+
#carousel-homepage-banner img {
|
|
73
|
+
transition: all 0.325s ease-in-out;
|
|
74
|
+
transform-origin: bottom;
|
|
75
|
+
}
|
|
76
|
+
#carousel-homepage-banner .image-card__img-wrapper {
|
|
77
|
+
overflow: hidden;
|
|
78
|
+
}
|
|
79
|
+
#carousel-homepage-banner .show-slide:hover a picture > img,
|
|
80
|
+
#carousel-homepage-banner .image-card-slide:hover a picture > img {
|
|
81
|
+
transform: scale(1.02);
|
|
82
|
+
filter: brightness(1.15) contrast(1.15);
|
|
83
|
+
}
|
|
84
|
+
|
|
85
|
+
.brand-promotion-carousel {
|
|
86
|
+
overflow: hidden;
|
|
87
|
+
background-color: rgba(235, 100, 10, 0.1);
|
|
88
|
+
background-image: linear-gradient(to bottom, rgb(255, 126, 0), transparent);
|
|
89
|
+
}
|
|
90
|
+
|
|
91
|
+
#carousel-brand-promotion .carousel-controls__previous,
|
|
92
|
+
#carousel-brand-promotion .carousel-controls__next {
|
|
93
|
+
color: #fff;
|
|
94
|
+
}
|
|
95
|
+
|
|
96
|
+
.carousel-controls__previous,
|
|
97
|
+
.carousel-controls__next {
|
|
98
|
+
background-color: transparent;
|
|
99
|
+
color: var(--theme-color-400);
|
|
100
|
+
}
|
|
101
|
+
|
|
102
|
+
.on-now-section {
|
|
103
|
+
--_padding-inline-start: 33%;
|
|
104
|
+
}
|
|
105
|
+
.on-now-section > content-constrainer {
|
|
106
|
+
gap: 4rem;
|
|
107
|
+
display: grid;
|
|
108
|
+
align-items: center;
|
|
109
|
+
grid-template-columns: 1fr 1fr;
|
|
110
|
+
padding-block: 5rem;
|
|
111
|
+
}
|
|
112
|
+
.on-now-section .program-airdate {
|
|
113
|
+
padding-inline-start: var(--_padding-inline-start);
|
|
114
|
+
font-size: 1.5rem;
|
|
115
|
+
color: var(--mono-color-400);
|
|
116
|
+
align-self: flex-start;
|
|
117
|
+
}
|
|
118
|
+
.on-now-section .program-airdate strong {
|
|
119
|
+
font-weight: 600;
|
|
120
|
+
}
|
|
121
|
+
.on-now-section .program-airdate > div:first-of-type {
|
|
122
|
+
font-weight: 700;
|
|
123
|
+
}
|
|
124
|
+
.on-now-section .cta-block__cta {
|
|
125
|
+
transition: scale 0.325s ease-out;
|
|
126
|
+
}
|
|
127
|
+
.on-now-section .cta-block__cta:hover {
|
|
128
|
+
scale: 1.05;
|
|
129
|
+
}
|
|
130
|
+
.on-now-section loading-wrapper {
|
|
131
|
+
grid-column: -1/1;
|
|
132
|
+
}
|
|
133
|
+
.on-now-section loading-wrapper,
|
|
134
|
+
.on-now-section error-handler {
|
|
135
|
+
min-height: 24rem;
|
|
136
|
+
}
|
|
137
|
+
.on-now-section .string-list__pipe {
|
|
138
|
+
vertical-align: baseline;
|
|
139
|
+
}
|
|
140
|
+
@media screen and (max-width: 2250px) {
|
|
141
|
+
.on-now-section {
|
|
142
|
+
--_padding-inline-start: 25%;
|
|
143
|
+
}
|
|
144
|
+
}
|
|
145
|
+
@media screen and (max-width: 1360px) {
|
|
146
|
+
.on-now-section {
|
|
147
|
+
--_padding-inline-start: 10%;
|
|
148
|
+
}
|
|
149
|
+
}
|
|
150
|
+
@media screen and (max-width: 1240px) {
|
|
151
|
+
.on-now-section {
|
|
152
|
+
--_padding-inline-start: 0;
|
|
153
|
+
}
|
|
154
|
+
}
|
|
155
|
+
|
|
156
|
+
.on-now__series-img {
|
|
157
|
+
aspect-ratio: 1548/864;
|
|
158
|
+
-o-object-fit: cover;
|
|
159
|
+
object-fit: cover;
|
|
160
|
+
-o-object-position: center;
|
|
161
|
+
object-position: center;
|
|
162
|
+
}
|
|
163
|
+
|
|
164
|
+
.program-on-now__image-wrapper {
|
|
165
|
+
display: grid;
|
|
166
|
+
justify-self: flex-end;
|
|
167
|
+
align-self: start;
|
|
168
|
+
padding-inline-end: var(--_padding-inline-start);
|
|
169
|
+
}
|
|
170
|
+
|
|
171
|
+
.program-airdate__logo[data-style=gradient] {
|
|
172
|
+
margin: 1rem 0 2rem;
|
|
173
|
+
-webkit-mask-size: contain;
|
|
174
|
+
mask-size: contain;
|
|
175
|
+
-webkit-mask-position: left center;
|
|
176
|
+
mask-position: left center;
|
|
177
|
+
max-width: 23rem;
|
|
178
|
+
}
|
|
179
|
+
|
|
180
|
+
.program-airdate__logo[class*=missing-logo] {
|
|
181
|
+
aspect-ratio: unset;
|
|
182
|
+
max-width: unset;
|
|
183
|
+
font-size: 2.4rem;
|
|
184
|
+
font-weight: 900;
|
|
185
|
+
text-transform: uppercase;
|
|
186
|
+
line-height: 1.2;
|
|
187
|
+
letter-spacing: 0.6px;
|
|
188
|
+
}
|
|
189
|
+
|
|
190
|
+
.promotions-row equal-size-flex-row {
|
|
191
|
+
gap: 2.75rem;
|
|
192
|
+
padding-block-end: 1.5rem;
|
|
193
|
+
}
|
|
194
|
+
|
|
195
|
+
.promotions-row__header {
|
|
196
|
+
font-weight: 700;
|
|
197
|
+
}
|
|
198
|
+
|
|
199
|
+
.promotion-section .image-card__content .h4 {
|
|
200
|
+
font-size: 1.5rem;
|
|
201
|
+
margin-block-end: 0.5rem;
|
|
202
|
+
}
|
|
203
|
+
.promotion-section .image-card__content .h4 ~ div {
|
|
204
|
+
font-size: 1.125rem;
|
|
205
|
+
margin: 0;
|
|
206
|
+
}
|
|
207
|
+
.promotion-section .image-card__cta {
|
|
208
|
+
font-size: 1.125rem;
|
|
209
|
+
font-weight: 400;
|
|
210
|
+
color: var(--theme-color-300);
|
|
211
|
+
}
|
|
212
|
+
.promotion-section equal-size-flex-row[data-item-count="2"] .image-card__play-icon {
|
|
213
|
+
border-style: solid;
|
|
214
|
+
scale: 1.2;
|
|
215
|
+
}
|
|
216
|
+
.promotion-section equal-size-flex-row[data-item-count="2"] .image-card__play-icon:hover {
|
|
217
|
+
scale: 1.35;
|
|
218
|
+
}
|
|
219
|
+
|
|
220
|
+
#carousel-brand-promotion column-two {
|
|
221
|
+
width: 100%;
|
|
222
|
+
height: 77%;
|
|
223
|
+
}
|
|
224
|
+
#carousel-brand-promotion cta-block > div {
|
|
225
|
+
color: var(--mono-color-100);
|
|
226
|
+
font-size: 1.5rem;
|
|
227
|
+
width: 80%;
|
|
228
|
+
text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
|
|
229
|
+
line-height: 1.3;
|
|
230
|
+
}
|
|
231
|
+
#carousel-brand-promotion cta-block > .h2 {
|
|
232
|
+
filter: drop-shadow(1px 1px 3px rgba(0, 0, 0, 0.2));
|
|
233
|
+
width: min(66%, 435px);
|
|
234
|
+
margin-block-end: 2.4rem;
|
|
235
|
+
}
|
|
236
|
+
#carousel-brand-promotion cta-block cta-wrapper {
|
|
237
|
+
margin-block-start: 2.4rem;
|
|
238
|
+
}
|
|
239
|
+
#carousel-brand-promotion li[data-index="1"] cta-block .h2 {
|
|
240
|
+
transform: translate(-1rem, 0.5rem);
|
|
241
|
+
}
|
|
242
|
+
#carousel-brand-promotion .image-container {
|
|
243
|
+
position: relative;
|
|
244
|
+
width: 100%;
|
|
245
|
+
height: 100%;
|
|
246
|
+
overflow: hidden;
|
|
247
|
+
}
|
|
248
|
+
#carousel-brand-promotion .image-container img {
|
|
249
|
+
-o-object-fit: cover;
|
|
250
|
+
object-fit: cover;
|
|
251
|
+
position: absolute;
|
|
252
|
+
top: 0;
|
|
253
|
+
left: 0;
|
|
254
|
+
height: 100%;
|
|
255
|
+
width: 100%;
|
|
256
|
+
-o-object-position: var(--image-position);
|
|
257
|
+
object-position: var(--image-position);
|
|
258
|
+
}
|
|
259
|
+
#carousel-brand-promotion .cta-block__cta {
|
|
260
|
+
font-size: 1.2rem;
|
|
261
|
+
}
|
|
262
|
+
#carousel-brand-promotion .carousel-nav {
|
|
263
|
+
padding: 1rem 0 0;
|
|
264
|
+
}
|
|
265
|
+
#carousel-brand-promotion .carousel-nav > ol {
|
|
266
|
+
gap: 1.5rem;
|
|
267
|
+
width: calc(100% + 4.8rem);
|
|
268
|
+
transform: translateX(-2.4rem);
|
|
269
|
+
}
|
|
270
|
+
#carousel-brand-promotion .carousel-nav__item {
|
|
271
|
+
border: 2px solid #fff;
|
|
272
|
+
transition: scale 0.325s ease-out;
|
|
273
|
+
flex-basis: 0.8rem;
|
|
274
|
+
min-width: 0.8rem;
|
|
275
|
+
max-width: 0.8rem;
|
|
276
|
+
height: 0.8rem;
|
|
277
|
+
}
|
|
278
|
+
#carousel-brand-promotion .carousel-nav__item[data-current=true] {
|
|
279
|
+
background-color: #fff;
|
|
280
|
+
scale: 1.3;
|
|
281
|
+
}
|
|
282
|
+
|
|
283
|
+
#carousel-featured-shows {
|
|
284
|
+
color: currentColor;
|
|
285
|
+
text-decoration: none;
|
|
286
|
+
}
|
|
287
|
+
#carousel-featured-shows image-card {
|
|
288
|
+
width: 100%;
|
|
289
|
+
}
|
|
290
|
+
#carousel-featured-shows .image-card__content {
|
|
291
|
+
text-align: center;
|
|
292
|
+
font-size: 1.4rem;
|
|
293
|
+
font-weight: 400;
|
|
294
|
+
}
|
|
295
|
+
#carousel-featured-shows .image-card__content > div {
|
|
296
|
+
margin-top: 0;
|
|
297
|
+
padding-top: 1.2rem;
|
|
298
|
+
}
|
|
299
|
+
#carousel-featured-shows .image-card__content:empty {
|
|
300
|
+
display: none;
|
|
301
|
+
}
|
|
302
|
+
#carousel-featured-shows .image-card-slide a {
|
|
303
|
+
cursor: pointer;
|
|
304
|
+
}
|
|
305
|
+
#carousel-featured-shows img {
|
|
306
|
+
transition: all 0.325s ease-in-out;
|
|
307
|
+
transform-origin: bottom;
|
|
308
|
+
}
|
|
309
|
+
#carousel-featured-shows .image-card__img-wrapper {
|
|
310
|
+
overflow: hidden;
|
|
311
|
+
}
|
|
312
|
+
#carousel-featured-shows .image-card-slide:hover a img {
|
|
313
|
+
transform: scale(1.02);
|
|
314
|
+
filter: contrast(1.15) brightness(1.15);
|
|
315
|
+
}
|
|
316
|
+
#carousel-featured-shows image-card a {
|
|
317
|
+
color: currentColor;
|
|
318
|
+
text-decoration: none;
|
|
319
|
+
}
|
|
320
|
+
#carousel-featured-shows .carousel-controls__previous {
|
|
321
|
+
inset-inline-start: calc(var(--_control-btns-offset-x) - var(--_slide-gap));
|
|
322
|
+
}
|
|
323
|
+
#carousel-featured-shows .slide {
|
|
324
|
+
align-items: flex-start;
|
|
325
|
+
}
|
|
326
|
+
#carousel-featured-shows .slide:only-child .image-card-slide {
|
|
327
|
+
flex-basis: var(--_slide-cell-size);
|
|
328
|
+
}
|
|
329
|
+
|
|
330
|
+
.brand-promotion-section .ion-plus-promo cta-block > .h2 {
|
|
331
|
+
width: min(100%, 320px);
|
|
332
|
+
transform: translate(-0.9rem, 1rem);
|
|
333
|
+
}
|
|
334
|
+
.brand-promotion-section .image-card__overlay-content {
|
|
335
|
+
padding-bottom: 0 1rem 2.5rem;
|
|
336
|
+
font-size: 1.2rem;
|
|
337
|
+
}
|
|
338
|
+
|
|
339
|
+
.brand-promotion__list {
|
|
340
|
+
list-style: none;
|
|
341
|
+
padding: 3rem 0 0;
|
|
342
|
+
margin: 0 auto;
|
|
343
|
+
max-width: 37.5rem;
|
|
344
|
+
}
|
|
345
|
+
|
|
346
|
+
.brand-promotion__item {
|
|
347
|
+
color: var(--mono-color-100);
|
|
348
|
+
font-size: 1.5rem;
|
|
349
|
+
text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
|
|
350
|
+
margin-bottom: 6rem;
|
|
351
|
+
margin-block-end: 6rem;
|
|
352
|
+
text-wrap: balance;
|
|
353
|
+
}
|
|
354
|
+
.brand-promotion__item .image-container img {
|
|
355
|
+
width: 100%;
|
|
356
|
+
}
|
|
357
|
+
.brand-promotion__item cta-block {
|
|
358
|
+
padding-left: 1rem;
|
|
359
|
+
}
|
|
360
|
+
.brand-promotion__item cta-block .h2 {
|
|
361
|
+
filter: drop-shadow(1px 1px 3px rgba(0, 0, 0, 0.4));
|
|
362
|
+
width: min(66%, 250px);
|
|
363
|
+
}
|
|
364
|
+
.brand-promotion__item cta-block a {
|
|
365
|
+
font-size: 1.2rem;
|
|
366
|
+
}
|
|
367
|
+
|
|
368
|
+
@media screen and (max-width: 90rem) {
|
|
369
|
+
.brand-promotion-section image-card img {
|
|
370
|
+
aspect-ratio: 1/0.75;
|
|
371
|
+
}
|
|
372
|
+
}
|
|
373
|
+
@media screen and (max-width: 80rem) {
|
|
374
|
+
#carousel-homepage-banner {
|
|
375
|
+
--_control-btns-offset-x: 1rem !important;
|
|
376
|
+
}
|
|
377
|
+
#carousel-featured-shows {
|
|
378
|
+
--_control-btns-offset-x: -0.75rem !important;
|
|
379
|
+
}
|
|
380
|
+
#carousel-featured-shows .carousel-controls__previous,
|
|
381
|
+
#carousel-featured-shows .carousel-controls__next {
|
|
382
|
+
filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.2));
|
|
383
|
+
}
|
|
384
|
+
#carousel-brand-promotion {
|
|
385
|
+
--_control-btns-offset-x: -2rem !important;
|
|
386
|
+
}
|
|
387
|
+
#carousel-brand-promotion .carousel-controls__previous,
|
|
388
|
+
#carousel-brand-promotion .carousel-controls__next {
|
|
389
|
+
filter: unset;
|
|
390
|
+
}
|
|
391
|
+
}
|
|
392
|
+
@media screen and (max-width: 73.125rem) {
|
|
393
|
+
#carousel-featured-shows .image-card__content,
|
|
394
|
+
.programs-list a .image-card__content {
|
|
395
|
+
font-size: 1.125rem;
|
|
396
|
+
}
|
|
397
|
+
#carousel-homepage-banner .image-card__overlay-content {
|
|
398
|
+
font-size: 1.125rem;
|
|
399
|
+
padding: 0 1rem 2rem;
|
|
400
|
+
}
|
|
401
|
+
}
|
|
402
|
+
@media screen and (max-width: 68.75rem) {
|
|
403
|
+
.brand-promotion-section equal-size-flex-row {
|
|
404
|
+
display: block;
|
|
405
|
+
}
|
|
406
|
+
.brand-promotion-section image-card img {
|
|
407
|
+
aspect-ratio: unset;
|
|
408
|
+
}
|
|
409
|
+
.promotion-section .image-card__content .h4 {
|
|
410
|
+
font-size: 1.125rem;
|
|
411
|
+
}
|
|
412
|
+
.promotion-section .image-card__content .h4 ~ div {
|
|
413
|
+
font-size: 1rem;
|
|
414
|
+
}
|
|
415
|
+
.promotion-section .image-card__cta {
|
|
416
|
+
font-size: 1rem;
|
|
417
|
+
}
|
|
418
|
+
#carousel-brand-promotion cta-block > div {
|
|
419
|
+
font-size: 1.25em;
|
|
420
|
+
}
|
|
421
|
+
}
|
|
422
|
+
@media screen and (max-width: 64rem) {
|
|
423
|
+
#carousel-brand-promotion {
|
|
424
|
+
--_cell-aspect-ratio: 1/1.1 !important;
|
|
425
|
+
--_slide-aspect-ratio: 1/1.1 !important;
|
|
426
|
+
}
|
|
427
|
+
#carousel-brand-promotion cta-block {
|
|
428
|
+
padding-left: 1.5rem;
|
|
429
|
+
}
|
|
430
|
+
#carousel-brand-promotion cta-block > div {
|
|
431
|
+
font-size: 1.5em;
|
|
432
|
+
}
|
|
433
|
+
#carousel-brand-promotion cta-block > .h2 {
|
|
434
|
+
width: min(100%, 365px);
|
|
435
|
+
margin-block-start: -1.5rem;
|
|
436
|
+
}
|
|
437
|
+
#carousel-brand-promotion .two-column-slide {
|
|
438
|
+
display: flex;
|
|
439
|
+
flex-direction: column-reverse;
|
|
440
|
+
justify-content: flex-start;
|
|
441
|
+
align-items: flex-start;
|
|
442
|
+
}
|
|
443
|
+
#carousel-brand-promotion column-two {
|
|
444
|
+
height: 50%;
|
|
445
|
+
}
|
|
446
|
+
#carousel-homepage-banner {
|
|
447
|
+
--_slide-gap: 0 !important;
|
|
448
|
+
}
|
|
449
|
+
#carousel-homepage-banner > ol {
|
|
450
|
+
box-shadow: none;
|
|
451
|
+
}
|
|
452
|
+
#carousel-homepage-banner .slide {
|
|
453
|
+
align-items: center;
|
|
454
|
+
padding: 0.75rem;
|
|
455
|
+
}
|
|
456
|
+
#carousel-homepage-banner image-card {
|
|
457
|
+
position: relative;
|
|
458
|
+
}
|
|
459
|
+
#carousel-homepage-banner image-card:before {
|
|
460
|
+
content: "";
|
|
461
|
+
position: absolute;
|
|
462
|
+
z-index: -1;
|
|
463
|
+
width: 100%;
|
|
464
|
+
inset: 0;
|
|
465
|
+
box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.25);
|
|
466
|
+
}
|
|
467
|
+
.banner-carousel-constrainer {
|
|
468
|
+
width: 100%;
|
|
469
|
+
}
|
|
470
|
+
}
|
|
471
|
+
@media screen and (max-width: 60rem) {
|
|
472
|
+
.on-now-section > content-constrainer {
|
|
473
|
+
grid-template-columns: 1fr;
|
|
474
|
+
gap: 2rem;
|
|
475
|
+
}
|
|
476
|
+
.program-on-now__image-wrapper {
|
|
477
|
+
grid-row: 1/2;
|
|
478
|
+
display: block;
|
|
479
|
+
aspect-ratio: 169/105;
|
|
480
|
+
padding-inline-end: 0;
|
|
481
|
+
justify-self: normal;
|
|
482
|
+
}
|
|
483
|
+
.program-on-now__image-wrapper > img {
|
|
484
|
+
width: 100%;
|
|
485
|
+
-o-object-position: center;
|
|
486
|
+
object-position: center;
|
|
487
|
+
}
|
|
488
|
+
.on-now-section .program-airdate {
|
|
489
|
+
padding: 0;
|
|
490
|
+
}
|
|
491
|
+
content-constrainer .h2 {
|
|
492
|
+
margin-block-start: 0;
|
|
493
|
+
}
|
|
494
|
+
}
|
|
495
|
+
@media screen and (max-width: 50rem) {
|
|
496
|
+
#carousel-homepage-banner .image-card__overlay-content {
|
|
497
|
+
padding: 0 1rem 2rem;
|
|
498
|
+
font-size: 1.125rem;
|
|
499
|
+
}
|
|
500
|
+
#carousel-homepage-banner .image-card__overlay-content > h1 {
|
|
501
|
+
font-size: 2rem;
|
|
502
|
+
}
|
|
503
|
+
.brand-promotion__item:last-child {
|
|
504
|
+
margin-block-end: 2rem;
|
|
505
|
+
}
|
|
506
|
+
}
|
|
507
|
+
@media screen and (max-width: 43.75rem) {
|
|
508
|
+
#carousel-homepage-banner {
|
|
509
|
+
--_slide-aspect-ratio: 388/594 !important;
|
|
510
|
+
--_cell-aspect-ratio: 388/594 !important;
|
|
511
|
+
}
|
|
512
|
+
#carousel-homepage-banner image-card {
|
|
513
|
+
--image-aspect-ratio: 388/594 !important;
|
|
514
|
+
}
|
|
515
|
+
#carousel-homepage-banner .image-card__overlay-content {
|
|
516
|
+
width: 100%;
|
|
517
|
+
padding: 0 0 2.2rem;
|
|
518
|
+
font-size: 1.125rem;
|
|
519
|
+
text-align: center;
|
|
520
|
+
}
|
|
521
|
+
#carousel-homepage-banner .image-card__overlay-content > h1 {
|
|
522
|
+
font-size: 2.5rem;
|
|
523
|
+
}
|
|
524
|
+
#carousel-homepage-banner .show-slide__logo-wrapper > img {
|
|
525
|
+
margin-left: auto;
|
|
526
|
+
margin-right: auto;
|
|
527
|
+
}
|
|
528
|
+
}
|
|
529
|
+
@media screen and (max-width: 37.5rem) {
|
|
530
|
+
.featured-shows-section content-constrainer {
|
|
531
|
+
width: calc(100% - 1.9rem);
|
|
532
|
+
padding-left: 1.9rem;
|
|
533
|
+
}
|
|
534
|
+
#carousel-featured-shows {
|
|
535
|
+
--_carousel-gutters: 0 25% !important;
|
|
536
|
+
}
|
|
537
|
+
.promotions-row equal-size-flex-row {
|
|
538
|
+
gap: 3.5rem;
|
|
539
|
+
}
|
|
540
|
+
}
|
|
541
|
+
@media screen and (max-width: 36.25rem) {
|
|
542
|
+
#carousel-homepage-banner .image-card__overlay-content > h1 {
|
|
543
|
+
font-size: 2.07rem;
|
|
544
|
+
}
|
|
545
|
+
#carousel-homepage-banner .image-card__overlay-content .airdate-formatter__time {
|
|
546
|
+
font-size: 1.61em;
|
|
547
|
+
}
|
|
548
|
+
#carousel-homepage-banner .image-card__overlay-content airdate-formatter {
|
|
549
|
+
font-size: 1.035rem;
|
|
550
|
+
padding: 0 0.5rem;
|
|
551
|
+
margin-block-start: 0.5rem;
|
|
552
|
+
}
|
|
553
|
+
}
|
|
554
|
+
@media screen and (max-width: 30rem) {
|
|
555
|
+
#carousel-homepage-banner .show-slide__logo-wrapper > img {
|
|
556
|
+
max-width: clamp(13rem, 30vw + 1rem, 30rem);
|
|
557
|
+
max-height: clamp(3.5rem, 4.6vw + 1rem, 6rem);
|
|
558
|
+
}
|
|
559
|
+
.on-now-section .program-airdate > div:first-of-type {
|
|
560
|
+
font-size: 1.15em;
|
|
561
|
+
}
|
|
562
|
+
}
|
|
563
|
+
@media screen and (max-width: 25rem) {
|
|
564
|
+
.featured-shows-section content-constrainer {
|
|
565
|
+
width: calc(100% - 0.75rem);
|
|
566
|
+
padding-left: 0.75rem;
|
|
567
|
+
}
|
|
568
|
+
#carousel-homepage-banner .show-slide__logo-wrapper > img {
|
|
569
|
+
margin-bottom: 1.25rem;
|
|
570
|
+
}
|
|
571
|
+
#carousel-homepage-banner .image-card__overlay-content {
|
|
572
|
+
padding-bottom: 1.5rem;
|
|
573
|
+
}
|
|
574
|
+
#carousel-homepage-banner .image-card__overlay-content airdate-formatter .airdate-formatter__date,
|
|
575
|
+
#carousel-homepage-banner .image-card__overlay-content airdate-formatter .airdate-formatter__time-wrap {
|
|
576
|
+
display: block;
|
|
577
|
+
}
|
|
578
|
+
#carousel-homepage-banner .image-card__overlay-content airdate-formatter .airdate-formatter__pipe {
|
|
579
|
+
display: none;
|
|
580
|
+
}
|
|
581
|
+
.on-now-section .program-airdate > div:first-of-type {
|
|
582
|
+
font-size: 1em;
|
|
583
|
+
margin-block-end: 1rem;
|
|
584
|
+
}
|
|
585
|
+
}
|
|
586
|
+
@media screen and (max-width: 20rem) {
|
|
587
|
+
#carousel-homepage-banner .show-slide__logo-wrapper > img {
|
|
588
|
+
max-width: 11rem;
|
|
589
|
+
}
|
|
590
|
+
}
|
|
591
|
+
|
|
592
|
+
/*# sourceMappingURL=home.css.map */
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["../../src/home.scss","home.css"],"names":[],"mappings":"AACI;EACI,gFAAA;ACAR;ADGI;EACI,oBAAA;EACA,cAAA;ACDR;ADGQ;EACI,kBAAA;ACDZ;ADMI;EACI,aAAA;EACA,iBAAA;ACJR;ADMQ;EACI,qBAAA;ACJZ;ADQI;EACI,yBAAA;EACA,gBAAA;EACA,gBAAA;EACA,oBAAA;EACA,iBAAA;ACNR;ADQQ;EACI,qCAAA;EACA,gBAAA;EACA,gBAAA;ACNZ;ADSQ;EACI,sBAAA;EACA,gBAAA;EACA,gBAAA;ACPZ;ADUQ;EACI,kBAAA;EACA,oBAAA;ACRZ;ADWQ;EACI,oBAAA;ACTZ;ADaI;;EAEI,WAAA;EACA,uBAAA;ACXR;ADcI;EACI,iBAAA;ACZR;ADcQ;EACI,WAAA;ACZZ;ADgBI;EACI,sBAAA;EACA,iCAAA;EACA,kBAAA;EACA,iBAAA;EACA,iBAAA;EACA,cAAA;ACdR;ADiBI;EACI,sBAAA;EACA,UAAA;ACfR;ADkBI;EACI,UAAA;AChBR;ADoBQ;EACI,2CAAA;EACA,6CAAA;AClBZ;ADsBI;EACI,kCAAA;EACA,wBAAA;ACpBR;ADuBI;EACI,gBAAA;ACrBR;AD0BQ;;EACI,sBAAA;EACA,uCAAA;ACvBZ;;AD4BA;EACI,gBAAA;EACA,yCAAA;EACA,2EAAA;ACzBJ;;AD6BI;;EAEI,WAAA;AC1BR;;AD8BA;;EAEI,6BAAA;EACA,6BAAA;AC3BJ;;AD8BA;EACI,4BAAA;AC3BJ;AD4BI;EACI,SAAA;EACA,aAAA;EACA,mBAAA;EACA,8BAAA;EACA,mBAAA;AC1BR;AD6BI;EACI,kDAAA;EACA,iBAAA;EACA,4BAAA;EACA,sBAAA;AC3BR;AD6BQ;EACI,gBAAA;AC3BZ;AD8BQ;EACI,gBAAA;AC5BZ;ADgCI;EACI,iCAAA;AC9BR;ADgCQ;EACI,WAAA;AC9BZ;ADkCI;EACI,iBAAA;AChCR;ADmCI;;EAEI,iBAAA;ACjCR;ADoCI;EACI,wBAAA;AClCR;ADqCI;EA9CJ;IA+CQ,4BAAA;EClCN;AACF;ADoCI;EAlDJ;IAmDQ,4BAAA;ECjCN;AACF;ADmCI;EAtDJ;IAuDQ,0BAAA;EChCN;AACF;;ADmCA;EACI,sBAAA;EACA,oBAAA;KAAA,iBAAA;EACA,0BAAA;KAAA,uBAAA;AChCJ;;ADuCA;EACI,aAAA;EACA,sBAAA;EACA,iBAAA;EACA,gDAAA;ACpCJ;;AD4CA;EACI,mBAAA;EACA,0BAAA;UAAA,kBAAA;EACA,kCAAA;UAAA,0BAAA;EACA,gBAAA;ACzCJ;;AD4CA;EACI,mBAAA;EACA,gBAAA;EACA,iBAAA;EACA,gBAAA;EACA,yBAAA;EACA,gBAAA;EACA,qBAAA;ACzCJ;;AD6CI;EACI,YAAA;EACA,yBAAA;AC1CR;;AD8CA;EAA0B,gBAAA;AC1C1B;;AD8CQ;EACI,iBAAA;EACA,wBAAA;AC3CZ;AD6CY;EACI,mBAAA;EACA,SAAA;AC3ChB;ADgDI;EACI,mBAAA;EACA,gBAAA;EACA,6BAAA;AC9CR;ADkDQ;EACI,mBAAA;EACA,UAAA;AChDZ;ADkDY;EACI,WAAA;AChDhB;;ADuDI;EACI,WAAA;EACA,WAAA;ACpDR;ADwDQ;EACI,4BAAA;EACA,iBAAA;EACA,UAAA;EACA,2CAAA;EACA,gBAAA;ACtDZ;ADyDQ;EACI,mDAAA;EACA,sBAAA;EACA,wBAAA;ACvDZ;AD0DQ;EACI,0BAAA;ACxDZ;AD6DQ;EACI,mCAAA;AC3DZ;AD+DI;EACI,kBAAA;EACA,WAAA;EACA,YAAA;EACA,gBAAA;AC7DR;ADgEI;EACI,oBAAA;KAAA,iBAAA;EACA,kBAAA;EACA,MAAA;EACA,OAAA;EACA,YAAA;EACA,WAAA;EACA,yCAAA;KAAA,sCAAA;AC9DR;ADiEI;EACI,iBAAA;AC/DR;ADkEI;EACI,iBAAA;AChER;ADkEQ;EACI,WAAA;EACA,0BAAA;EACA,8BAAA;AChEZ;ADoEI;EACI,sBAAA;EACA,iCAAA;EACA,kBAAA;EACA,iBAAA;EACA,iBAAA;EACA,cAAA;AClER;ADqEI;EACI,sBAAA;EACA,UAAA;ACnER;;ADuEA;EACI,mBAAA;EACA,qBAAA;ACpEJ;ADsEI;EAAa,WAAA;ACnEjB;ADqEI;EACI,kBAAA;EACA,iBAAA;EACA,gBAAA;ACnER;ADqEQ;EACI,aAAA;EACA,mBAAA;ACnEZ;ADsEQ;EACI,aAAA;ACpEZ;ADyEQ;EACI,eAAA;ACvEZ;AD2EI;EACI,kCAAA;EACA,wBAAA;ACzER;AD4EI;EACI,gBAAA;AC1ER;AD8EQ;EACI,sBAAA;EACA,uCAAA;AC5EZ;ADgFI;EACI,mBAAA;EACA,qBAAA;AC9ER;ADiFI;EACI,2EAAA;AC/ER;ADkFI;EACI,uBAAA;AChFR;ADmFY;EACI,mCAAA;ACjFhB;;ADyFQ;EACI,uBAAA;EACA,mCAAA;ACtFZ;ADyFI;EACI,6BAAA;EACA,iBAAA;ACvFR;;AD2FA;EACI,gBAAA;EACA,iBAAA;EACA,cAAA;EACA,kBAAA;ACxFJ;;AD2FA;EACI,4BAAA;EACA,iBAAA;EACA,2CAAA;EACA,mBAAA;EACA,sBAAA;EACA,kBAAA;ACxFJ;AD0FI;EACI,WAAA;ACxFR;AD2FI;EACI,kBAAA;ACzFR;AD2FQ;EACI,mDAAA;EACA,sBAAA;ACzFZ;AD4FQ;EACI,iBAAA;AC1FZ;;ADgGA;EAGY;IACI,oBAAA;EC/Fd;AACF;ADoGA;EACI;IACI,yCAAA;EClGN;EDoGE;IACI,6CAAA;EClGN;EDoGM;;IAEI,mDAAA;EClGV;EDqGE;IACI,0CAAA;ECnGN;EDqGM;;IAEI,aAAA;ECnGV;AACF;ADuGA;EAIQ;;IACI,mBAAA;ECvGV;ED4GM;IACI,mBAAA;IACA,oBAAA;EC1GV;AACF;AD8GA;EAEQ;IACI,cAAA;EC7GV;EDiHU;IACI,mBAAA;EC/Gd;EDsHU;IACI,mBAAA;ECpHd;EDsHc;IACI,eAAA;ECpHlB;EDyHM;IACI,eAAA;ECvHV;ED6HU;IACI,iBAAA;EC3Hd;AACF;ADgIA;EACI;IACI,sCAAA;IACA,uCAAA;EC9HN;EDgIM;IACI,oBAAA;EC9HV;EDgIU;IACI,gBAAA;EC9Hd;EDiIU;IACI,uBAAA;IACA,2BAAA;EC/Hd;EDmIM;IACI,aAAA;IACA,8BAAA;IACA,2BAAA;IACA,uBAAA;ECjIV;EDoIM;IACI,WAAA;EClIV;EDsIE;IACI,0BAAA;ECpIN;EDsIM;IACI,gBAAA;ECpIV;EDuIM;IACI,mBAAA;IACA,gBAAA;ECrIV;EDwIM;IACI,kBAAA;ECtIV;EDwIU;IACI,WAAA;IACA,kBAAA;IACA,WAAA;IACA,WAAA;IACA,QAAA;IACA,4CAAA;ECtId;ED2IE;IACI,WAAA;ECzIN;AACF;AD4IA;EACI;IACI,0BAAA;IACA,SAAA;EC1IN;ED6IE;IACI,aAAA;IACA,cAAA;IACA,qBAAA;IACA,qBAAA;IACA,oBAAA;EC3IN;ED6IM;IACI,WAAA;IACA,0BAAA;OAAA,uBAAA;EC3IV;ED+IE;IACI,UAAA;EC7IN;EDgJE;IAA0B,qBAAA;EC7I5B;AACF;AD+IA;EAEQ;IACI,oBAAA;IACA,mBAAA;EC9IV;EDgJU;IACI,eAAA;EC9Id;EDmJE;IACI,sBAAA;ECjJN;AACF;ADoJA;EACI;IACI,yCAAA;IACA,wCAAA;EClJN;EDoJM;IACI,wCAAA;EClJV;EDqJM;IACI,WAAA;IACA,mBAAA;IACA,mBAAA;IACA,kBAAA;ECnJV;EDqJU;IACI,iBAAA;ECnJd;EDyJU;IACG,iBAAA;IACA,kBAAA;ECvJb;AACF;AD6JA;EACI;IACI,0BAAA;IACA,oBAAA;EC3JN;ED8JE;IACI,qCAAA;EC5JN;ED+JE;IACI,WAAA;EC7JN;AACF;ADgKA;EAIY;IACI,kBAAA;ECjKd;EDoKU;IACI,iBAAA;EClKd;EDqKU;IACI,mBAAA;IACA,iBAAA;IACA,0BAAA;ECnKd;AACF;ADwKA;EAEQ;IACI,2CAAA;IACA,6CAAA;ECvKV;ED2KE;IACI,iBAAA;ECzKN;AACF;AD4KA;EACI;IACI,2BAAA;IACA,qBAAA;EC1KN;ED6KE;IACI,sBAAA;EC3KN;ED8KE;IACI,sBAAA;EC5KN;ED+KU;;IAEI,cAAA;EC7Kd;EDgLU;IAA2B,aAAA;EC7KrC;EDiLE;IACI,cAAA;IACA,sBAAA;EC/KN;AACF;ADkLA;EACI;IACI,gBAAA;EChLN;AACF","file":"home.css"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
#carousel-homepage-banner>ol{box-shadow:10px 10px 26px rgba(0,0,0,.3),-2px -2px 10px rgba(0,0,0,.2)}#carousel-homepage-banner .slide{align-items:stretch;display:block}#carousel-homepage-banner .slide>*{place-items:unset}#carousel-homepage-banner image-card{height:unset;padding-bottom:0}#carousel-homepage-banner image-card a{text-decoration:none}#carousel-homepage-banner .image-card__overlay-content{text-transform:uppercase;font-size:1.5em;font-weight:600;padding:0 5rem 5rem;line-height:1.25}#carousel-homepage-banner .image-card__overlay-content>h1{font-size:clamp(1em, 3vw + 1em, 3em);font-weight:600;margin-bottom:0}#carousel-homepage-banner .image-card__overlay-content .airdate-formatter__pipe{vertical-align:bottom;font-size:1.5em;font-weight:300}#carousel-homepage-banner .image-card__overlay-content .airdate-formatter__time{font-size:1.125em;text-transform:none}#carousel-homepage-banner .image-card__overlay-content .airdate-formatter__central-time{text-transform:none}#carousel-homepage-banner .carousel-controls__next,#carousel-homepage-banner .carousel-controls__previous{color:#fff;top:calc(50% - .5rem)}#carousel-homepage-banner .carousel-nav{padding:1rem 0 0}#carousel-homepage-banner .carousel-nav>ol{gap:1.5rem}#carousel-homepage-banner .carousel-nav__item{border:2px solid #fff;transition:scale 325ms ease-out;flex-basis:0.8rem;min-width:.8rem;max-width:.8rem;height:.8rem}#carousel-homepage-banner .carousel-nav__item[data-current=true]{background-color:#fff;scale:1.3}#carousel-homepage-banner .slide[inert]{opacity:1}#carousel-homepage-banner .show-slide__logo-wrapper>img{max-width:clamp(18rem,30vw + 1rem,30rem);max-height:clamp(3.2rem,4.6vw + 1rem,8rem)}#carousel-homepage-banner img{transition:all 325ms ease-in-out;transform-origin:bottom}#carousel-homepage-banner .image-card__img-wrapper{overflow:hidden}#carousel-homepage-banner .image-card-slide:hover a picture>img,#carousel-homepage-banner .show-slide:hover a picture>img{transform:scale(1.02);filter:brightness(1.15) contrast(1.15)}.brand-promotion-carousel{overflow:hidden;background-color:rgba(235,100,10,.1);background-image:linear-gradient(to bottom,#ff7e00,transparent)}#carousel-brand-promotion .carousel-controls__next,#carousel-brand-promotion .carousel-controls__previous{color:#fff}.carousel-controls__next,.carousel-controls__previous{background-color:transparent;color:var(--theme-color-400)}.on-now-section{--_padding-inline-start:33%}.on-now-section>content-constrainer{gap:4rem;display:grid;align-items:center;grid-template-columns:1fr 1fr;padding-block:5rem}.on-now-section .program-airdate{padding-inline-start:var(--_padding-inline-start);font-size:1.5rem;color:var(--mono-color-400);align-self:flex-start}.on-now-section .program-airdate strong{font-weight:600}.on-now-section .program-airdate>div:first-of-type{font-weight:700}.on-now-section .cta-block__cta{transition:scale 325ms ease-out}.on-now-section .cta-block__cta:hover{scale:1.05}.on-now-section loading-wrapper{grid-column:-1/1}.on-now-section error-handler,.on-now-section loading-wrapper{min-height:24rem}.on-now-section .string-list__pipe{vertical-align:baseline}@media screen and (max-width:2250px){.on-now-section{--_padding-inline-start:25%}}@media screen and (max-width:1360px){.on-now-section{--_padding-inline-start:10%}}@media screen and (max-width:1240px){.on-now-section{--_padding-inline-start:0}}.on-now__series-img{aspect-ratio:1548/864;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.program-on-now__image-wrapper{display:grid;justify-self:flex-end;align-self:start;padding-inline-end:var(--_padding-inline-start)}.program-airdate__logo[data-style=gradient]{margin:1rem 0 2rem;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-position:left center;mask-position:left center;max-width:23rem}.program-airdate__logo[class*=missing-logo]{aspect-ratio:unset;max-width:unset;font-size:2.4rem;font-weight:900;text-transform:uppercase;line-height:1.2;letter-spacing:.6px}.promotions-row equal-size-flex-row{gap:2.75rem;padding-block-end:1.5rem}.promotions-row__header{font-weight:700}.promotion-section .image-card__content .h4{font-size:1.5rem;margin-block-end:0.5rem}.promotion-section .image-card__content .h4~div{font-size:1.125rem;margin:0}.promotion-section .image-card__cta{font-size:1.125rem;font-weight:400;color:var(--theme-color-300)}.promotion-section equal-size-flex-row[data-item-count="2"] .image-card__play-icon{border-style:solid;scale:1.2}.promotion-section equal-size-flex-row[data-item-count="2"] .image-card__play-icon:hover{scale:1.35}#carousel-brand-promotion column-two{width:100%;height:77%}#carousel-brand-promotion cta-block>div{color:var(--mono-color-100);font-size:1.5rem;width:80%;text-shadow:1px 1px 3px rgba(0,0,0,.2);line-height:1.3}#carousel-brand-promotion cta-block>.h2{filter:drop-shadow(1px 1px 3px rgba(0, 0, 0, .2));width:min(66%,435px);margin-block-end:2.4rem}#carousel-brand-promotion cta-block cta-wrapper{margin-block-start:2.4rem}#carousel-brand-promotion li[data-index="1"] cta-block .h2{transform:translate(-1rem,.5rem)}#carousel-brand-promotion .image-container{position:relative;width:100%;height:100%;overflow:hidden}#carousel-brand-promotion .image-container img{-o-object-fit:cover;object-fit:cover;position:absolute;top:0;left:0;height:100%;width:100%;-o-object-position:var(--image-position);object-position:var(--image-position)}#carousel-brand-promotion .cta-block__cta{font-size:1.2rem}#carousel-brand-promotion .carousel-nav{padding:1rem 0 0}#carousel-brand-promotion .carousel-nav>ol{gap:1.5rem;width:calc(100% + 4.8rem);transform:translateX(-2.4rem)}#carousel-brand-promotion .carousel-nav__item{border:2px solid #fff;transition:scale 325ms ease-out;flex-basis:0.8rem;min-width:.8rem;max-width:.8rem;height:.8rem}#carousel-brand-promotion .carousel-nav__item[data-current=true]{background-color:#fff;scale:1.3}#carousel-featured-shows{color:currentColor;text-decoration:none}#carousel-featured-shows image-card{width:100%}#carousel-featured-shows .image-card__content{text-align:center;font-size:1.4rem;font-weight:400}#carousel-featured-shows .image-card__content>div{margin-top:0;padding-top:1.2rem}#carousel-featured-shows .image-card__content:empty{display:none}#carousel-featured-shows .image-card-slide a{cursor:pointer}#carousel-featured-shows img{transition:all 325ms ease-in-out;transform-origin:bottom}#carousel-featured-shows .image-card__img-wrapper{overflow:hidden}#carousel-featured-shows .image-card-slide:hover a img{transform:scale(1.02);filter:contrast(1.15) brightness(1.15)}#carousel-featured-shows image-card a{color:currentColor;text-decoration:none}#carousel-featured-shows .carousel-controls__previous{inset-inline-start:calc(var(--_control-btns-offset-x) - var(--_slide-gap))}#carousel-featured-shows .slide{align-items:flex-start}#carousel-featured-shows .slide:only-child .image-card-slide{flex-basis:var(--_slide-cell-size)}.brand-promotion-section .ion-plus-promo cta-block>.h2{width:min(100%,320px);transform:translate(-.9rem,1rem)}.brand-promotion-section .image-card__overlay-content{padding-bottom:0 1rem 2.5rem;font-size:1.2rem}.brand-promotion__list{list-style:none;padding:3rem 0 0;margin:0 auto;max-width:37.5rem}.brand-promotion__item{color:var(--mono-color-100);font-size:1.5rem;text-shadow:1px 1px 3px rgba(0,0,0,.4);margin-bottom:6rem;margin-block-end:6rem;text-wrap:balance}.brand-promotion__item .image-container img{width:100%}.brand-promotion__item cta-block{padding-left:1rem}.brand-promotion__item cta-block .h2{filter:drop-shadow(1px 1px 3px rgba(0, 0, 0, .4));width:min(66%,250px)}.brand-promotion__item cta-block a{font-size:1.2rem}@media screen and (max-width:90rem){.brand-promotion-section image-card img{aspect-ratio:1/0.75}}@media screen and (max-width:80rem){#carousel-homepage-banner{--_control-btns-offset-x:1rem!important}#carousel-featured-shows{--_control-btns-offset-x:-0.75rem!important}#carousel-featured-shows .carousel-controls__next,#carousel-featured-shows .carousel-controls__previous{filter:drop-shadow(1px 1px 2px rgba(0, 0, 0, .2))}#carousel-brand-promotion{--_control-btns-offset-x:-2rem!important}#carousel-brand-promotion .carousel-controls__next,#carousel-brand-promotion .carousel-controls__previous{filter:unset}}@media screen and (max-width:73.125rem){#carousel-featured-shows .image-card__content,.programs-list a .image-card__content{font-size:1.125rem}#carousel-homepage-banner .image-card__overlay-content{font-size:1.125rem;padding:0 1rem 2rem}}@media screen and (max-width:68.75rem){.brand-promotion-section equal-size-flex-row{display:block}.brand-promotion-section image-card img{aspect-ratio:unset}.promotion-section .image-card__content .h4{font-size:1.125rem}.promotion-section .image-card__content .h4~div{font-size:1rem}.promotion-section .image-card__cta{font-size:1rem}#carousel-brand-promotion cta-block>div{font-size:1.25em}}@media screen and (max-width:64rem){#carousel-brand-promotion{--_cell-aspect-ratio:1/1.1!important;--_slide-aspect-ratio:1/1.1!important}#carousel-brand-promotion cta-block{padding-left:1.5rem}#carousel-brand-promotion cta-block>div{font-size:1.5em}#carousel-brand-promotion cta-block>.h2{width:min(100%,365px);margin-block-start:-1.5rem}#carousel-brand-promotion .two-column-slide{display:flex;flex-direction:column-reverse;justify-content:flex-start;align-items:flex-start}#carousel-brand-promotion column-two{height:50%}#carousel-homepage-banner{--_slide-gap:0!important}#carousel-homepage-banner>ol{box-shadow:none}#carousel-homepage-banner .slide{align-items:center;padding:.75rem}#carousel-homepage-banner image-card{position:relative}#carousel-homepage-banner image-card:before{content:"";position:absolute;z-index:-1;width:100%;inset:0;box-shadow:2px 2px 20px rgba(0,0,0,.25)}.banner-carousel-constrainer{width:100%}}@media screen and (max-width:60rem){.on-now-section>content-constrainer{grid-template-columns:1fr;gap:2rem}.program-on-now__image-wrapper{grid-row:1/2;display:block;aspect-ratio:169/105;padding-inline-end:0;justify-self:normal}.program-on-now__image-wrapper>img{width:100%;-o-object-position:center;object-position:center}.on-now-section .program-airdate{padding:0}content-constrainer .h2{margin-block-start:0}}@media screen and (max-width:50rem){#carousel-homepage-banner .image-card__overlay-content{padding:0 1rem 2rem;font-size:1.125rem}#carousel-homepage-banner .image-card__overlay-content>h1{font-size:2rem}.brand-promotion__item:last-child{margin-block-end:2rem}}@media screen and (max-width:43.75rem){#carousel-homepage-banner{--_slide-aspect-ratio:388/594!important;--_cell-aspect-ratio:388/594!important}#carousel-homepage-banner image-card{--image-aspect-ratio:388/594!important}#carousel-homepage-banner .image-card__overlay-content{width:100%;padding:0 0 2.2rem;font-size:1.125rem;text-align:center}#carousel-homepage-banner .image-card__overlay-content>h1{font-size:2.5rem}#carousel-homepage-banner .show-slide__logo-wrapper>img{margin-left:auto;margin-right:auto}}@media screen and (max-width:37.5rem){.featured-shows-section content-constrainer{width:calc(100% - 1.9rem);padding-left:1.9rem}#carousel-featured-shows{--_carousel-gutters:0 25%!important}.promotions-row equal-size-flex-row{gap:3.5rem}}@media screen and (max-width:36.25rem){#carousel-homepage-banner .image-card__overlay-content>h1{font-size:2.07rem}#carousel-homepage-banner .image-card__overlay-content .airdate-formatter__time{font-size:1.61em}#carousel-homepage-banner .image-card__overlay-content airdate-formatter{font-size:1.035rem;padding:0 .5rem;margin-block-start:0.5rem}}@media screen and (max-width:30rem){#carousel-homepage-banner .show-slide__logo-wrapper>img{max-width:clamp(13rem,30vw + 1rem,30rem);max-height:clamp(3.5rem,4.6vw + 1rem,6rem)}.on-now-section .program-airdate>div:first-of-type{font-size:1.15em}}@media screen and (max-width:25rem){.featured-shows-section content-constrainer{width:calc(100% - .75rem);padding-left:.75rem}#carousel-homepage-banner .show-slide__logo-wrapper>img{margin-bottom:1.25rem}#carousel-homepage-banner .image-card__overlay-content{padding-bottom:1.5rem}#carousel-homepage-banner .image-card__overlay-content airdate-formatter .airdate-formatter__date,#carousel-homepage-banner .image-card__overlay-content airdate-formatter .airdate-formatter__time-wrap{display:block}#carousel-homepage-banner .image-card__overlay-content airdate-formatter .airdate-formatter__pipe{display:none}.on-now-section .program-airdate>div:first-of-type{font-size:1em;margin-block-end:1rem}}@media screen and (max-width:20rem){#carousel-homepage-banner .show-slide__logo-wrapper>img{max-width:11rem}}
|