@royaloperahouse/harmonic 0.1.7-a → 0.1.7-c

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.
@@ -4,5 +4,6 @@ import { AnchorTabBar, Footer, Navigation, StickyBar, TitleWithCTA, UpsellSectio
4
4
  import { Accordion, Accordions, AnnouncementBanner, AuxiliaryNav, Card, Cards, ContactCard, ContentSummary, CreditListing, Editorial, ImageWithCaption, Information, PageHeadingCinema, PageHeadingCompact, PageHeadingCore, PageHeadingImpact, PageHeadingPanel, PageHeadingStream, PasswordStrength, Pagination, PeopleListing, PromoWithTags, PromoWithTitle, RadioGroup, RadioGroup2, ReadMore, StatusBanner, SearchBar, SectionTitle, Select, Select2, Select2Async, Table, Tabs, TextOnly, UpsellCard, Quote, VideoWithControls, SignUpForm } from './molecules';
5
5
  import ThemeProvider from '../styles/ThemeProvider';
6
6
  import GlobalStyles from '../styles/GlobalStyles';
7
+ import HarmonicThemeProvider from '../styles/HarmonicThemeProvider';
7
8
  export { DisplayHeader, HarmonicHeader, HarmonicSubtitle, BodyCopyHarmonic, HarmonicOverline, ButtonText, Caption, NavigationText, };
8
- export { Accordion, Accordions, AnnouncementBanner, AltHeader, AnchorTabBar, AuxiliaryNav, BodyText, Card, Cards, ContactCard, ContentSummary, CinemaBadge, ControlledDropdown, CreditListing, Editorial, Footer, GlobalStyles, Grid, GridItem, Header, Icon, ImageAspectRatioWrapper, ImageWithCaption, Information, Navigation, Overline, PageHeadingCinema, PageHeadingCompact, PageHeadingCore, PageHeadingImpact, PageHeadingPanel, PageHeadingStream, Pagination, PasswordStrength, PeopleListing, PrimaryButton, Progress, PromoWithTags, PromoWithTitle, Radio, Radio2, RadioGroup, RadioGroup2, ReadMore, RotatorButtons, SecondaryButton, SecondaryLogo, StatusBanner, SearchBar, SectionTitle, Select, Select2, Select2Async, Sponsorship, Stepper, StickyBar, StreamBadge, Subtitle, TertiaryButton, TextOnly, ThemeProvider, TitleWithCTA, SectionSplitter, Tab, TabLink, Table, Tabs, TextArea, TextField, TextFieldLegacy, TextLink, TextLogo, Tickbox, Tickbox2, Timer, TypeTags, UpsellCard, UpsellSection, Quote, VideoControls, VideoWithControls, SignUpForm, };
9
+ export { Accordion, Accordions, AnnouncementBanner, AltHeader, AnchorTabBar, AuxiliaryNav, BodyText, Card, Cards, ContactCard, ContentSummary, CinemaBadge, ControlledDropdown, CreditListing, Editorial, Footer, GlobalStyles, Grid, GridItem, HarmonicThemeProvider, Header, Icon, ImageAspectRatioWrapper, ImageWithCaption, Information, Navigation, Overline, PageHeadingCinema, PageHeadingCompact, PageHeadingCore, PageHeadingImpact, PageHeadingPanel, PageHeadingStream, Pagination, PasswordStrength, PeopleListing, PrimaryButton, Progress, PromoWithTags, PromoWithTitle, Radio, Radio2, RadioGroup, RadioGroup2, ReadMore, RotatorButtons, SecondaryButton, SecondaryLogo, StatusBanner, SearchBar, SectionTitle, Select, Select2, Select2Async, Sponsorship, Stepper, StickyBar, StreamBadge, Subtitle, TertiaryButton, TextOnly, ThemeProvider, TitleWithCTA, SectionSplitter, Tab, TabLink, Table, Tabs, TextArea, TextField, TextFieldLegacy, TextLink, TextLogo, Tickbox, Tickbox2, Timer, TypeTags, UpsellCard, UpsellSection, Quote, VideoControls, VideoWithControls, SignUpForm, };
@@ -313,3 +313,563 @@
313
313
  }
314
314
  }
315
315
 
316
+
317
+ @font-face {
318
+ font-family: 'GreyLLTT';
319
+ src: url('https://s3.eu-west-1.amazonaws.com/static.roh.org.uk/fonts/harmonic/GreyLLTT-Regular.woff2') format('woff2');
320
+ font-weight: 400;
321
+ font-style: normal;
322
+ font-display: swap;
323
+ }
324
+
325
+ @font-face {
326
+ font-family: 'GreyLLTT';
327
+ src: url('https://s3.eu-west-1.amazonaws.com/static.roh.org.uk/fonts/harmonic/GreyLLTT-Medium.woff2') format('woff2');
328
+ font-weight: 500;
329
+ font-style: normal;
330
+ font-display: swap;
331
+ }
332
+
333
+ @font-face {
334
+ font-family: 'GreyLLTT';
335
+ src: url('https://s3.eu-west-1.amazonaws.com/static.roh.org.uk/fonts/harmonic/GreyLLTT-Bold.woff2') format('woff2');
336
+ font-weight: 700;
337
+ font-style: normal;
338
+ font-display: swap;
339
+ }
340
+
341
+ @font-face {
342
+ font-family: 'VictorSerif';
343
+ src: url('https://s3.eu-west-1.amazonaws.com/static.roh.org.uk/fonts/harmonic/VictorSerif-Medium.woff2') format('woff2');
344
+ font-weight: 500;
345
+ font-style: normal;
346
+ font-display: swap;
347
+ }
348
+
349
+ @font-face {
350
+ font-family: 'VictorSerif';
351
+ src: url('https://s3.eu-west-1.amazonaws.com/static.roh.org.uk/fonts/harmonic/VictorSerif-MediumItalic.woff2') format('woff2');
352
+ font-weight: 500;
353
+ font-style: italic;
354
+ font-display: swap;
355
+ }
356
+
357
+ .core-theme-module_coreTheme__pWxYB {
358
+ /* Primary Palette */
359
+ --color-primary: #1a1a1a;
360
+ --color-primary-red: #eb0a0a;
361
+ --color-primary-black: #1a1a1a;
362
+
363
+ /* Base Colours */
364
+ --color-base-white: #ffffff;
365
+ --color-base-black: #000000;
366
+ --color-base-dark-grey: #4c4f53;
367
+ --color-base-mid-grey: #72767c;
368
+ --color-base-light-grey: #e9e9e9;
369
+ --color-base-transparent: transparent;
370
+
371
+ /* States */
372
+ --color-state-error: #cc071e;
373
+ --color-state-medium: #ffce45;
374
+ --color-state-good: #2a874a;
375
+ --color-state-focused: #1e1da0;
376
+ --color-state-disabled: #b3b3b3;
377
+
378
+ /* RBO Red (Core) */
379
+ --color-rbo-red-hovered: #c40808;
380
+ --color-rbo-red-pressed: #9d0707;
381
+
382
+ /* RBO Black */
383
+ --color-rbo-black-hovered: #575757;
384
+ --color-rbo-black-pressed: #353535;
385
+
386
+ /* Black */
387
+ --color-black-hovered: #575757;
388
+ --color-black-pressed: #353535;
389
+
390
+ /* White */
391
+ --color-white-hovered: #fafafa;
392
+ --color-white-pressed: #f2f2f2;
393
+
394
+ /* Secondary Palette */
395
+ --color-secondary-yellow: #ffce45;
396
+ --color-secondary-pink: #ff36d0;
397
+ --color-secondary-orange: #ff6700;
398
+ --color-secondary-blue: #5f9cff;
399
+
400
+ /* Core theme colors */
401
+ --base-color-primary: #c8102e;
402
+ --base-color-core: #c8102e;
403
+ --base-color-stream: #1866dc;
404
+ --base-color-cinema: #1a1a1a;
405
+ --base-color-white: #ffffff;
406
+ --base-color-black: #000000;
407
+ --base-color-dark-grey: #4c4f53;
408
+ --base-color-mid-grey: #72767c;
409
+ --base-color-light-grey: #e9e9e9;
410
+ --base-color-transparent: transparent;
411
+ --base-color-errorstate: #eb0a0a;
412
+ --base-color-mediumstate: #ffce45;
413
+ --base-color-goodstate: #2a874a;
414
+ --base-color-progress: #1866dc;
415
+ --base-color-navigation: #c8102e;
416
+ --base-color-lapislazuli: #0060a0;
417
+ --base-color-lemonchiffon: #fffbbe;
418
+
419
+ --button-height: 48px;
420
+ --button-line-height: 20px;
421
+ --button-padding-x: 20px;
422
+ --button-padding-y: 14px;
423
+ --button-padding-y-icon: 12px;
424
+ --button-icon-margin: 12px;
425
+ --button-icon-width: 20px;
426
+ --button-icon-height: 20px;
427
+ --button-font-size: 14px;
428
+ --button-font-weight: 400;
429
+ --button-color: var(--color-base-white);
430
+ --button-bg-color: var(--color-primary-red);
431
+ --button-hover-color: var(--color-rbo-red-hovered);
432
+ --button-pressed-color: var(--color-rbo-red-pressed);
433
+ --button-secondary-color: var(--color-primary-red);
434
+ --button-secondary-hover-color: var(--color-rbo-red-hovered);
435
+ --button-secondary-pressed-color: var(--color-rbo-red-pressed);
436
+ --button-tertiary-color: var(--color-primary-black);
437
+ --button-tertiary-hover-color: var(--color-rbo-black-hovered);
438
+ --button-tertiary-pressed-color: var(--color-rbo-black-pressed);
439
+ --button-auxiliary-color: var(--color-primary-black);
440
+ --button-auxiliary-bg-color: var(--color-base-transparent);
441
+
442
+ --font-size-header-1: 96px;
443
+ --font-weight-header-1: 500;
444
+ --letter-spacing-header-1: 2px;
445
+ --line-height-header-1: 110px;
446
+ --margin-header-1: 0.67em 0;
447
+
448
+ --font-size-header-2: 68px;
449
+ --font-weight-header-2: 500;
450
+ --letter-spacing-header-2: 1px;
451
+ --line-height-header-2: 72px;
452
+ --margin-header-2: 0.83em 0;
453
+
454
+ --font-size-header-3: 44px;
455
+ --font-weight-header-3: 500;
456
+ --letter-spacing-header-3: 1px;
457
+ --line-height-header-3: 48px;
458
+ --margin-header-3: 1em 0;
459
+
460
+ --font-size-header-4: 34px;
461
+ --font-weight-header-4: 500;
462
+ --letter-spacing-header-4: 1px;
463
+ --line-height-header-4: 40px;
464
+ --margin-header-4: 1.33em 0;
465
+
466
+ --font-size-header-5: 24px;
467
+ --font-weight-header-5: 500;
468
+ --letter-spacing-header-5: 1px;
469
+ --line-height-header-5: 30px;
470
+ --margin-header-5: 1.67em 0;
471
+
472
+ --font-size-header-6: 20px;
473
+ --font-weight-header-6: 500;
474
+ --letter-spacing-header-6: 1px;
475
+ --line-height-header-6: 28px;
476
+ --margin-header-6: 2.33em 0;
477
+
478
+ --font-size-altHeader-3: 44px;
479
+ --font-weight-altHeader-3: normal;
480
+ --letter-spacing-altHeader-3: normal;
481
+ --line-height-altHeader-3: 48px;
482
+
483
+ --font-size-altHeader-4: 34px;
484
+ --font-weight-altHeader-4: normal;
485
+ --letter-spacing-altHeader-4: normal;
486
+ --line-height-altHeader-4: 44px;
487
+
488
+ --font-size-altHeader-5: 24px;
489
+ --font-weight-altHeader-5: normal;
490
+ --letter-spacing-altHeader-5: normal;
491
+ --line-height-altHeader-5: 30px;
492
+
493
+ --font-size-altHeader-6: 20px;
494
+ --font-weight-altHeader-6: normal;
495
+ --letter-spacing-altHeader-6: normal;
496
+ --line-height-altHeader-6: 28px;
497
+
498
+ --font-size-overline-1: 14px;
499
+ --font-weight-overline-1: 500;
500
+ --letter-spacing-overline-1: 1px;
501
+ --line-height-overline-1: 16px;
502
+
503
+ --font-size-overline-2: 12px;
504
+ --font-weight-overline-2: 500;
505
+ --letter-spacing-overline-2: 1px;
506
+ --line-height-overline-2: 14px;
507
+
508
+ --font-size-overline-3: 10px;
509
+ --font-weight-overline-3: 500;
510
+ --letter-spacing-overline-3: 1px;
511
+ --line-height-overline-3: 12px;
512
+
513
+ --font-size-overline-4: 8px;
514
+ --font-weight-overline-4: 500;
515
+ --letter-spacing-overline-4: 1px;
516
+ --line-height-overline-4: 10px;
517
+
518
+ --font-size-body-1: 19px;
519
+ --font-weight-body-1: 400;
520
+ --letter-spacing-body-1: normal;
521
+ --line-height-body-1: 26px;
522
+
523
+ --font-size-body-2: 16px;
524
+ --font-weight-body-2: 400;
525
+ --letter-spacing-body-2: normal;
526
+ --line-height-body-2: 22px;
527
+
528
+ --font-size-body-3: 14px;
529
+ --font-weight-body-3: 400;
530
+ --letter-spacing-body-3: normal;
531
+ --line-height-body-3: 20px;
532
+
533
+ --font-size-subtitle-1: 18px;
534
+ --font-weight-subtitle-1: 500;
535
+ --letter-spacing-subtitle-1: 1px;
536
+ --line-height-subtitle-1: 22px;
537
+
538
+ --font-size-subtitle-2: 14px;
539
+ --font-weight-subtitle-2: 500;
540
+ --letter-spacing-subtitle-2: 1px;
541
+ --line-height-subtitle-2: 22px;
542
+
543
+ --font-size-title-description: 20px;
544
+ --line-height-title-description: 28px;
545
+
546
+ --line-height-listing: 36px;
547
+ --font-size-individual-listing-name: 19px;
548
+ --line-height-individual-listing-name: 24px;
549
+ --line-height-people-listing-gap: 24px;
550
+
551
+ --font-family-header: 'Gotham SSm A', 'Gotham SSm B', 'Montserrat', sans-serif;
552
+ --font-family-altHeader: 'adobe-garamond-pro';
553
+ --font-family-body: 'adobe-garamond-pro';
554
+ --font-family-body-italics: 'adobe-garamond-pro';
555
+ --font-family-buttons: 'Gotham SSm A', 'Gotham SSm B', 'Montserrat', sans-serif;
556
+ --font-family-overline: 'Gotham SSm A', 'Gotham SSm B', 'Montserrat', sans-serif;
557
+ --font-family-subtitle: 'Gotham SSm A', 'Gotham SSm B', 'Montserrat', sans-serif;
558
+ --font-family-people-listing-role: 'Gotham SSm A', 'Gotham SSm B', 'Montserrat', sans-serif;
559
+ --font-family-people-listing-name: 'adobe-garamond-pro';
560
+
561
+ --font-feature-settings-header: 'tnum' on, 'lnum' on;
562
+ --font-feature-settings-altHeader: 'pnum' on, 'onum' on;
563
+ --font-feature-settings-overline: 'tnum' on, 'lnum' on, 'liga' off, 'calt' off;
564
+ --font-feature-settings-subtitle: 'tnum' on, 'lnum' on;
565
+ --font-feature-settings-body: 'pnum' on, 'onum' on, 'liga' off;
566
+ --font-feature-settings-navigation: 'tnum' on, 'lnum' on, 'liga' off, 'calt' off;
567
+
568
+ --text-transform-header: uppercase;
569
+ --text-transform-altHeader: none;
570
+ --text-transform-body: none;
571
+ --text-transform-overline: uppercase;
572
+ --text-transform-subtitle: uppercase;
573
+
574
+ --word-break-header: break-word;
575
+ --word-break-altHeader: break-word;
576
+ --word-break-body: break-word;
577
+ --word-break-overline: break-word;
578
+ --word-break-subtitle: break-word;
579
+
580
+ --font-family-navigation: 'Gotham SSm A', 'Gotham SSm B', 'Montserrat', sans-serif;
581
+ --font-size-navigation: 13px;
582
+ --font-weight-navigation: 500;
583
+ --line-height-navigation: 16px;
584
+ --text-transform-navigation: uppercase;
585
+ --letter-spacing-navigation: 1px;
586
+
587
+ --navigation-small-gap: 16px;
588
+ --navigation-middle-gap: 20px;
589
+ --navigation-large-gap: 24px;
590
+ --navigation-xlarge-gap: 36px;
591
+ --navigation-large-margin: 60px;
592
+
593
+ --rotator-button-width: 60px;
594
+ --rotator-button-icon-width: 36px;
595
+ --rotator-button-color: var(--color-primary-black);
596
+ --rotator-button-bg-color: var(--color-base-light-grey);
597
+ --rotator-button-hover-color: var(--color-base-white);
598
+ --rotator-button-hover-bg-color: var(--color-primary-red);
599
+
600
+ --font-size-search: 24px;
601
+ --font-family-search: 'adobe-garamond-pro';
602
+
603
+ --grid-margin: 10%;
604
+ --grid-outer-margin: 50px;
605
+ --grid-template-columns: 14px calc(10% - 86px) repeat(12, minmax(0, 1fr)) calc(10% - 86px) 14px;
606
+ --grid-column-gap: 36px;
607
+
608
+ --footer-height: 380px;
609
+ --footer-padding-top: 44px;
610
+ --footer-padding-bottom: 44px;
611
+ --footer-items-gap: 32px;
612
+ --footer-media-gap: 32px;
613
+ --footer-media-icon-width: 24px;
614
+ --footer-media-icon-height: 24px;
615
+ --footer-vertical-spacing-lg: 58px;
616
+ --footer-vertical-spacing-sm: 16px;
617
+
618
+ --text-link-underline-offset: 8px;
619
+ --cards-spacing-stack: 40px;
620
+
621
+ --editorial-subtitle-margin-bottom: 16px;
622
+ --editorial-margin-between: 24px;
623
+ --editorial-spacing-hover: 4px;
624
+ --anchor-tabs-height: 70px;
625
+
626
+ --font-family-sans: 'GreyLLTT', 'Roboto', sans-serif;
627
+ --font-family-serif: 'VictorSerif', 'Inria Serif Regular', serif;
628
+
629
+ --harmonic-text-link-underline-offset: 6px;
630
+ --harmonic-font-size-navigation: 19px;
631
+
632
+ @media (max-width: 699px) {
633
+ --font-size-header-1: 38px;
634
+ --font-weight-header-1: 500;
635
+ --letter-spacing-header-1: 1px;
636
+ --line-height-header-1: 42px;
637
+
638
+ --font-size-header-2: 30px;
639
+ --font-weight-header-2: 500;
640
+ --letter-spacing-header-2: 1px;
641
+ --line-height-header-2: 34px;
642
+
643
+ --font-size-header-3: 26px;
644
+ --font-weight-header-3: 500;
645
+ --letter-spacing-header-3: 1px;
646
+ --line-height-header-3: 30px;
647
+
648
+ --font-size-header-4: 24px;
649
+ --font-weight-header-4: 500;
650
+ --letter-spacing-header-4: 1px;
651
+ --line-height-header-4: 28px;
652
+
653
+ --font-size-header-5: 20px;
654
+ --font-weight-header-5: 500;
655
+ --letter-spacing-header-5: 1px;
656
+ --line-height-header-5: 28px;
657
+
658
+ --font-size-header-6: 17px;
659
+ --font-weight-header-6: 500;
660
+ --letter-spacing-header-6: 1px;
661
+ --line-height-header-6: 24px;
662
+
663
+ --font-size-altHeader-3: 26px;
664
+ --font-weight-altHeader-3: normal;
665
+ --letter-spacing-altHeader-3: normal;
666
+ --line-height-altHeader-3: 30px;
667
+
668
+ --font-size-altHeader-4: 24px;
669
+ --font-weight-altHeader-4: normal;
670
+ --letter-spacing-altHeader-4: normal;
671
+ --line-height-altHeader-4: 28px;
672
+
673
+ --font-size-altHeader-5: 20px;
674
+ --font-weight-altHeader-5: normal;
675
+ --letter-spacing-altHeader-5: normal;
676
+ --line-height-altHeader-5: 28px;
677
+
678
+ --font-size-altHeader-6: 17px;
679
+ --font-weight-altHeader-6: normal;
680
+ --letter-spacing-altHeader-6: normal;
681
+ --line-height-altHeader-6: 24px;
682
+
683
+ --font-size-overline-1: 14px;
684
+ --font-weight-overline-1: 500;
685
+ --letter-spacing-overline-1: 1px;
686
+ --line-height-overline-1: 16px;
687
+
688
+ --font-size-overline-2: 12px;
689
+ --font-weight-overline-2: 500;
690
+ --letter-spacing-overline-2: 1px;
691
+ --line-height-overline-2: 14px;
692
+
693
+ --font-size-body-1: 17px;
694
+ --font-weight-body-1: 400;
695
+ --letter-spacing-body-1: normal;
696
+ --line-height-body-1: 24px;
697
+
698
+ --font-size-body-2: 12px;
699
+ --font-weight-body-2: 400;
700
+ --letter-spacing-body-2: normal;
701
+ --line-height-body-2: 18px;
702
+
703
+ --font-size-body-3: 11px;
704
+ --font-weight-body-3: 400;
705
+ --letter-spacing-body-3: normal;
706
+ --line-height-body-3: 16px;
707
+
708
+ --font-size-subtitle-1: 16px;
709
+ --font-weight-subtitle-1: 500;
710
+ --letter-spacing-subtitle-1: 1px;
711
+ --line-height-subtitle-1: 24px;
712
+
713
+ --font-size-subtitle-2: 14px;
714
+ --font-weight-subtitle-2: 500;
715
+ --letter-spacing-subtitle-2: 1px;
716
+ --line-height-subtitle-2: 18px;
717
+
718
+ --font-size-title-description: 17px;
719
+ --line-height-title-description: 24px;
720
+ --line-height-people-listing-gap: 16px;
721
+
722
+ --font-size-search: 20px;
723
+ --font-family-search: 'adobe-garamond-pro';
724
+
725
+ --font-family-header: 'Gotham SSm A', 'Gotham SSm B', 'Montserrat', sans-serif;
726
+ --font-family-altHeader: 'adobe-garamond-pro';
727
+ --font-family-body: 'adobe-garamond-pro';
728
+ --font-family-body-italics: 'adobe-garamond-pro';
729
+ --font-family-buttons: 'Gotham SSm A', 'Gotham SSm B', 'Montserrat', sans-serif;
730
+ --font-family-overline: 'Gotham SSm Medium', sans-serif;
731
+ --font-family-subtitle: 'Gotham SSm Medium', 'Montserrat', sans-serif;
732
+ --font-family-people-listing-role: 'Gotham SSm A', 'Gotham SSm B', 'Montserrat', sans-serif;
733
+ --font-family-people-listing-name: 'adobe-garamond-pro';
734
+
735
+ --font-feature-settings-header: 'tnum' on, 'lnum' on;
736
+ --font-feature-settings-altHeader: 'pnum' on, 'onum' on;
737
+ --font-feature-settings-overline: 'tnum' on, 'lnum' on, 'liga' off, 'calt' off;
738
+ --font-feature-settings-subtitle: 'tnum' on, 'lnum' on;
739
+ --font-feature-settings-body: 'pnum' on, 'onum' on, 'liga' off;
740
+ --font-feature-settings-navigation: 'tnum' on, 'lnum' on, 'liga' off, 'calt' off;
741
+
742
+ --text-transform-header: uppercase;
743
+ --text-transform-altHeader: none;
744
+ --text-transform-body: none;
745
+ --text-transform-overline: uppercase;
746
+ --text-transform-subtitle: uppercase;
747
+
748
+ --word-break-header: break-word;
749
+ --word-break-altHeader: break-word;
750
+ --word-break-body: break-word;
751
+ --word-break-overline: break-word;
752
+ --word-break-subtitle: break-word;
753
+
754
+ --grid-template-columns: calc(20px - 12px) repeat(12, minmax(0, 1fr)) calc(20px - 12px);
755
+ --grid-column-gap: 12px;
756
+ --grid-margin: 20px;
757
+
758
+ --footer-height: auto;
759
+ --footer-padding-top: 20px;
760
+ --footer-padding-bottom: 20px;
761
+ --footer-items-gap: 12px;
762
+ --footer-media-icon-width: 28px;
763
+ --footer-media-icon-height: 28px;
764
+ --footer-vertical-spacing-lg: 24px;
765
+ --footer-vertical-spacing-sm: 24px;
766
+
767
+ --anchor-tabs-height: 60px;
768
+
769
+ --rotator-button-width: 40px;
770
+ --rotator-button-icon-width: 24px;
771
+ }
772
+
773
+ @media (min-width: 700px) and (max-width: 1139px) {
774
+ --grid-template-columns: calc(32px - 20px) repeat(12, minmax(0, 1fr)) calc(32px - 20px);
775
+ --grid-column-gap: 20px;
776
+ --grid-margin: 32px;
777
+
778
+ --rotator-button-width: 44px;
779
+ --rotator-button-icon-width: 24px;
780
+
781
+ --font-size-header-6: 17px;
782
+ --font-size-altHeader-4: 24px;
783
+ --font-size-body-1: 17px;
784
+
785
+ --footer-media-gap: 24px;
786
+ --footer-padding-top: 40px;
787
+ --footer-padding-bottom: 40px;
788
+ }
789
+ }
790
+
791
+ .stream-theme-module_streamTheme__lTfqQ {
792
+ /* Stream theme overrides */
793
+ --base-color-primary: #1866dc;
794
+ --color-primary: #1866dc;
795
+ --color-primary-button: #1866dc;
796
+ --color-secondary-button: #ffffff;
797
+ --color-tertiary-button: transparent;
798
+ --color-auxiliary-button: transparent;
799
+ --color-primary-button-reverse-bg: #1a1a1a;
800
+ --color-primary-button-reverse: #ffffff;
801
+
802
+ --button-color: var(--color-base-white);
803
+ --button-bg-color: var(--color-primary-black);
804
+ --button-hover-color: var(--color-black-hovered);
805
+ --button-pressed-color: var(--color-black-pressed);
806
+ --button-secondary-color: var(--color-primary-black);
807
+ --button-secondary-hover-color: var(--color-black-hovered);
808
+ --button-secondary-pressed-color: var(--color-black-pressed);
809
+ --button-tertiary-color: var(--color-primary-red);
810
+ --button-tertiary-hover-color: var(--color-rbo-red-hovered);
811
+ --button-tertiary-pressed-color: var(--color-rbo-red-pressed);
812
+
813
+ --rotator-button-color: var(--color-base-white);
814
+ --rotator-button-bg-color: var(--color-base-black);
815
+ --rotator-button-hover-color: var(--color-base-white);
816
+ --rotator-button-hover-bg-color: var(--color-primary-red);
817
+ }
818
+
819
+ .cinema-theme-module_cinemaTheme__f5QFs {
820
+ /* Cinema theme overrides */
821
+ --base-color-primary: #1a1a1a;
822
+ --color-primary: #1a1a1a;
823
+ --color-primary-button: #ffffff;
824
+ --color-primary-button-reverse-bg: #ffffff;
825
+ --color-primary-button-reverse: #1a1a1a;
826
+ --color-secondary-button: #ffffff;
827
+ --color-tertiary-button: transparent;
828
+ --color-auxiliary-button: transparent;
829
+ --color-white-hovered: #fafafa;
830
+ --color-white-pressed: #f2f2f2;
831
+
832
+ --button-color: var(--color-primary-black);
833
+ --button-bg-color: var(--color-base-white);
834
+ --button-hover-color: var( --color-white-hovered);
835
+ --button-pressed-color: var(--color-white-pressed);
836
+ --button-secondary-color: var(--color-base-white);
837
+ --button-secondary-hover-color: var( --color-white-hovered);
838
+ --button-secondary-pressed-color: var(--color-white-pressed);
839
+ --button-tertiary-color: var(--color-base-white);
840
+ --button-tertiary-hover-color: var(--color-white-hovered);
841
+ --button-tertiary-pressed-color: var(--color-white-pressed);
842
+
843
+ --rotator-button-color: var(--color-primary-black);
844
+ --rotator-button-bg-color: var(--color-base-light-grey);
845
+ --rotator-button-hover-color: var(--color-base-white);
846
+ --rotator-button-hover-bg-color: var(--color-primary-black);
847
+ }
848
+
849
+ .schools-theme-module_schoolsTheme__CWHba {
850
+ /* Schools theme overrides */
851
+ --base-color-primary: #c8102e;
852
+ --color-primary: #c8102e;
853
+ --color-primary-button: #c8102e;
854
+ --color-primary-button-reverse-bg: #1a1a1a;
855
+ --color-primary-button-reverse: #ffffff;
856
+ --color-secondary-button: #ffffff;
857
+ --color-tertiary-button: transparent;
858
+ --color-auxiliary-button: transparent;
859
+
860
+ --text-transform-header: none;
861
+ --text-transform-altHeader: none;
862
+ --text-transform-body: none;
863
+ --text-transform-overline: none;
864
+ --text-transform-subtitle: none;
865
+ --text-transform-navigation: uppercase;
866
+
867
+ @media only screen and (max-width: calc(var(--breakpoint-sm) - 1px)) {
868
+ --text-transform-header: none;
869
+ --text-transform-altHeader: none;
870
+ --text-transform-body: none;
871
+ --text-transform-overline: none;
872
+ --text-transform-subtitle: none;
873
+ --text-transform-navigation: uppercase;
874
+ }
875
+ }