barbican-reset 1.6.2 → 1.6.5

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.
@@ -1,3 +1,68 @@
1
+ #app {
2
+ flex-direction: column;
3
+ min-height: 100vh;
4
+ min-width: 100%;
5
+ display: flex;
6
+ }
7
+
8
+ #app.powerSplash {
9
+ background-position: center -15rem;
10
+ background-color: #3E5BA7;
11
+ background-repeat: no-repeat;
12
+ }
13
+ @media (min-width: 60em) {
14
+ #app.powerSplash {
15
+ background-image: url("/img/power/bg.jpg");
16
+ background-size: 36rem;
17
+ }
18
+ }
19
+ @media (min-width: 100em) {
20
+ #app.powerSplash {
21
+ background-size: 40rem;
22
+ }
23
+ }
24
+ #app.videoSplash, #app.cinemaSplash, #app.concertSplash, #app.theatreSplash {
25
+ background-image: url("/img/videos/splash-bg.jpg");
26
+ background-color: #0a0a0a;
27
+ background-position: center -4rem;
28
+ background-repeat: no-repeat;
29
+ background-size: 72rem;
30
+ }
31
+ @media (min-width: 100em) {
32
+ #app.videoSplash, #app.cinemaSplash, #app.concertSplash, #app.theatreSplash {
33
+ background-position: center top;
34
+ }
35
+ }
36
+
37
+ header {
38
+ background-color: #d14900;
39
+ }
40
+ header.videoSplash, header.powerSplash, header.cinemaSplash, header.concertSplash, header.theatreSplash {
41
+ display: none;
42
+ }
43
+
44
+ main.videoSplash, main.powerSplash, main.cinemaSplash, main.concertSplash, main.theatreSplash {
45
+ padding-top: 2rem;
46
+ color: #fff;
47
+ }
48
+ @media (min-width: 48em) {
49
+ main.videoSplash, main.powerSplash, main.cinemaSplash, main.concertSplash, main.theatreSplash {
50
+ padding-top: 4rem;
51
+ }
52
+ }
53
+ @media (min-width: 100em) {
54
+ main.videoSplash, main.powerSplash, main.cinemaSplash, main.concertSplash, main.theatreSplash {
55
+ padding-top: 10rem;
56
+ }
57
+ }
58
+
59
+ footer {
60
+ color: #fff;
61
+ }
62
+ footer:not(.splash) {
63
+ background-color: #1d1d1d;
64
+ }
65
+
1
66
  .klaro {
2
67
  color: #f6f6f6;
3
68
  }
@@ -27,7 +92,10 @@
27
92
  color: inherit;
28
93
  }
29
94
  .klaro .cookie-modal a.focus-visible {
30
- box-shadow: 0 0 0 md #353535, 0 0 0 0.375rem #f6f6f6;
95
+ position: relative;
96
+ outline: none;
97
+ z-index: 2;
98
+ box-shadow: 0 0 0 md #353535, 0 0 0 md0.15rem #f6f6f6;
31
99
  background-color: #353535;
32
100
  outline: none;
33
101
  }
@@ -57,7 +125,10 @@
57
125
  top: 0;
58
126
  }
59
127
  .klaro .cookie-modal .cm-list-input:focus + .cm-list-label .slider {
60
- box-shadow: 0 0 0 0.25rem #353535, 0 0 0 0.375rem #fff;
128
+ position: relative;
129
+ outline: none;
130
+ z-index: 2;
131
+ box-shadow: 0 0 0 0.25rem #353535, 0 0 0 0.4rem #fff;
61
132
  }
62
133
  .klaro .cookie-modal .cm-list-input:checked + .cm-list-label .slider {
63
134
  background-color: #006ebd;
@@ -103,7 +174,9 @@
103
174
  font-size: 0.875rem;
104
175
  padding: 0.5em 0.75em;
105
176
  margin-right: 1em;
177
+ font-weight: 700;
106
178
  cursor: pointer;
179
+ color: #fff;
107
180
  border: 0;
108
181
  }
109
182
  .klaro .cookie-modal .cm-btn:focus {
@@ -113,7 +186,10 @@
113
186
  margin-right: 0;
114
187
  }
115
188
  .klaro .cookie-modal .cm-btn.focus-visible {
116
- box-shadow: 0 0 0 md #353535, 0 0 0 0.375rem #fff;
189
+ position: relative;
190
+ outline: none;
191
+ z-index: 2;
192
+ box-shadow: 0 0 0 md #353535, 0 0 0 md0.15rem #fff;
117
193
  }
118
194
  .klaro .cookie-modal .cm-btn.cm-btn-success {
119
195
  background: #006ebd;
@@ -125,7 +201,10 @@
125
201
  outline: none;
126
202
  }
127
203
  .klaro .cookie-modal a.focus-visible {
128
- box-shadow: 0 0 0 0.25rem #353535, 0 0 0 0.375rem #ddd;
204
+ position: relative;
205
+ outline: none;
206
+ z-index: 2;
207
+ box-shadow: 0 0 0 0.25rem #353535, 0 0 0 0.4rem #ddd;
129
208
  }
130
209
  .klaro .cookie-modal.cm-embedded {
131
210
  position: relative;
@@ -253,7 +332,10 @@
253
332
  display: flex;
254
333
  }
255
334
  .klaro .cookie-modal .cm-modal .cm-list-label.focus-visible {
256
- box-shadow: 0 0 0 0.25rem #353535, 0 0 0 0.375rem #f6f6f6;
335
+ position: relative;
336
+ outline: none;
337
+ z-index: 2;
338
+ box-shadow: 0 0 0 0.25rem #353535, 0 0 0 0.4rem #f6f6f6;
257
339
  outline: none;
258
340
  }
259
341
  .klaro .cookie-modal .cm-modal .cm-required {
@@ -277,7 +359,10 @@
277
359
  outline: none;
278
360
  }
279
361
  .klaro .cookie-modal .cm-modal .hide.focus-visible svg {
280
- box-shadow: 0 0 0 md #353535, 0 0 0 0.375rem #fff;
362
+ position: relative;
363
+ outline: none;
364
+ z-index: 2;
365
+ box-shadow: 0 0 0 md #353535, 0 0 0 md0.15rem #fff;
281
366
  }
282
367
  .klaro .cookie-modal .cm-modal .hide svg {
283
368
  stroke: #ddd;
@@ -290,7 +375,10 @@
290
375
  color: inherit;
291
376
  }
292
377
  .klaro .cookie-notice a.focus-visible {
293
- box-shadow: 0 0 0 md #353535, 0 0 0 0.375rem #f6f6f6;
378
+ position: relative;
379
+ outline: none;
380
+ z-index: 2;
381
+ box-shadow: 0 0 0 md #353535, 0 0 0 md0.15rem #f6f6f6;
294
382
  background-color: #353535;
295
383
  outline: none;
296
384
  }
@@ -320,7 +408,10 @@
320
408
  top: 0;
321
409
  }
322
410
  .klaro .cookie-notice .cm-list-input:focus + .cm-list-label .slider {
323
- box-shadow: 0 0 0 0.25rem #353535, 0 0 0 0.375rem #fff;
411
+ position: relative;
412
+ outline: none;
413
+ z-index: 2;
414
+ box-shadow: 0 0 0 0.25rem #353535, 0 0 0 0.4rem #fff;
324
415
  }
325
416
  .klaro .cookie-notice .cm-list-input:checked + .cm-list-label .slider {
326
417
  background-color: #006ebd;
@@ -366,7 +457,9 @@
366
457
  font-size: 0.875rem;
367
458
  padding: 0.5em 0.75em;
368
459
  margin-right: 1em;
460
+ font-weight: 700;
369
461
  cursor: pointer;
462
+ color: #fff;
370
463
  border: 0;
371
464
  }
372
465
  .klaro .cookie-notice .cm-btn:focus {
@@ -376,7 +469,10 @@
376
469
  margin-right: 0;
377
470
  }
378
471
  .klaro .cookie-notice .cm-btn.focus-visible {
379
- box-shadow: 0 0 0 md #353535, 0 0 0 0.375rem #fff;
472
+ position: relative;
473
+ outline: none;
474
+ z-index: 2;
475
+ box-shadow: 0 0 0 md #353535, 0 0 0 md0.15rem #fff;
380
476
  }
381
477
  .klaro .cookie-notice .cm-btn.cm-btn-success {
382
478
  background: #006ebd;
@@ -473,7 +569,9 @@
473
569
  font-size: 0.875rem;
474
570
  padding: 0.5em 0.75em;
475
571
  margin-right: 1em;
572
+ font-weight: 700;
476
573
  cursor: pointer;
574
+ color: #fff;
477
575
  border: 0;
478
576
  }
479
577
  .klaro .cookie-notice .cm-btn:focus {
@@ -483,7 +581,10 @@
483
581
  margin-right: 0;
484
582
  }
485
583
  .klaro .cookie-notice .cm-btn.focus-visible {
486
- box-shadow: 0 0 0 md #353535, 0 0 0 0.375rem #fff;
584
+ position: relative;
585
+ outline: none;
586
+ z-index: 2;
587
+ box-shadow: 0 0 0 md #353535, 0 0 0 md0.15rem #fff;
487
588
  }
488
589
  .klaro .cookie-notice .cm-btn.cm-btn-success {
489
590
  background: #006ebd;
@@ -499,7 +600,10 @@
499
600
  color: inherit;
500
601
  }
501
602
  .klaro .context-notice a.focus-visible {
502
- box-shadow: 0 0 0 md #353535, 0 0 0 0.375rem #f6f6f6;
603
+ position: relative;
604
+ outline: none;
605
+ z-index: 2;
606
+ box-shadow: 0 0 0 md #353535, 0 0 0 md0.15rem #f6f6f6;
503
607
  background-color: #353535;
504
608
  outline: none;
505
609
  }
@@ -529,7 +633,10 @@
529
633
  top: 0;
530
634
  }
531
635
  .klaro .context-notice .cm-list-input:focus + .cm-list-label .slider {
532
- box-shadow: 0 0 0 0.25rem #353535, 0 0 0 0.375rem #fff;
636
+ position: relative;
637
+ outline: none;
638
+ z-index: 2;
639
+ box-shadow: 0 0 0 0.25rem #353535, 0 0 0 0.4rem #fff;
533
640
  }
534
641
  .klaro .context-notice .cm-list-input:checked + .cm-list-label .slider {
535
642
  background-color: #006ebd;
@@ -575,7 +682,9 @@
575
682
  font-size: 0.875rem;
576
683
  padding: 0.5em 0.75em;
577
684
  margin-right: 1em;
685
+ font-weight: 700;
578
686
  cursor: pointer;
687
+ color: #fff;
579
688
  border: 0;
580
689
  }
581
690
  .klaro .context-notice .cm-btn:focus {
@@ -585,7 +694,10 @@
585
694
  margin-right: 0;
586
695
  }
587
696
  .klaro .context-notice .cm-btn.focus-visible {
588
- box-shadow: 0 0 0 md #353535, 0 0 0 0.375rem #fff;
697
+ position: relative;
698
+ outline: none;
699
+ z-index: 2;
700
+ box-shadow: 0 0 0 md #353535, 0 0 0 md0.15rem #fff;
589
701
  }
590
702
  .klaro .context-notice .cm-btn.cm-btn-success {
591
703
  background: #006ebd;
@@ -761,250 +873,1896 @@
761
873
  z-index: 2;
762
874
  }
763
875
  }
764
- @media (max-width: 25.98em) {
765
- .component.notification {
766
- font-size: 0.875rem;
767
- }
876
+ .close-icon-svg {
877
+ cursor: pointer;
878
+ width: 1.875rem;
768
879
  }
769
- .component.notification.margin-sm {
770
- margin-bottom: 1rem;
880
+ .close-icon-svg .outline, .close-icon-svg .cross {
881
+ fill: #353535;
771
882
  }
772
- .component.notification.margin-md {
773
- margin-bottom: 1.25rem;
883
+ .close-icon-svg .fill {
884
+ fill: #fefbfa;
774
885
  }
775
- @media (min-width: 48em) {
776
- .component.notification.margin-md {
777
- margin-bottom: 2rem;
778
- }
886
+
887
+ .btn.close-icon-btn {
888
+ margin-top: 0.625rem;
779
889
  }
780
- .component.notification.center {
781
- text-align: center;
890
+ .btn.close-icon-btn:focus, .btn.close-icon-btn:active, .btn.close-icon-btn:hover {
891
+ margin-top: 0.625rem;
782
892
  }
783
- .component.notification.center .wrap.notification {
784
- justify-content: center;
893
+ .btn.close-icon-btn.focus-visible {
894
+ position: relative;
895
+ outline: none;
896
+ z-index: 2;
897
+ box-shadow: 0 0 0 0.25rem #353535;
898
+ background-color: #fff;
899
+ border-radius: 50%;
785
900
  }
786
-
787
- .wrap.notification {
788
- background-color: #e6f4ff;
789
- border-color: #80caff;
790
- border-radius: 0.25rem;
791
- border-width: 1px;
792
- color: #006ebd;
793
- border-style: solid;
794
- padding: 0.625rem;
901
+ .btn.close-icon-btn.focus-visible .outline, .btn.close-icon-btn.focus-visible .cross {
902
+ fill: #fff;
795
903
  }
796
- .wrap.notification.inline {
797
- vertical-align: middle;
798
- display: inline-block;
904
+ .btn.close-icon-btn.focus-visible .fill {
905
+ fill: #353535;
799
906
  }
800
- .wrap.notification.toggle {
801
- justify-content: space-between;
802
- align-items: center;
803
- display: flex;
804
- gap: 0.625rem;
907
+
908
+ table.tickets th {
909
+ font-weight: 700;
805
910
  }
806
- .wrap.notification.toggle.inline {
807
- display: inline-flex;
911
+ @media (min-width: 32.5em) {
912
+ table.tickets tr {
913
+ border-bottom: 1px solid #ddd;
914
+ padding-bottom: 0.75rem;
915
+ padding-top: 0.75rem;
916
+ grid-template-columns: 2fr 5fr 5fr 2fr;
917
+ display: grid;
918
+ gap: 0.75rem;
919
+ }
920
+ table.tickets tr label {
921
+ display: none;
922
+ }
808
923
  }
809
- .wrap.notification a {
810
- color: inherit;
924
+ @media (max-width: 32.48em) {
925
+ table.tickets tr {
926
+ border-radius: 0.375rem;
927
+ border: 1px solid #ddd;
928
+ display: block;
929
+ padding: 1rem;
930
+ }
931
+ table.tickets tr:first-of-type {
932
+ display: none;
933
+ }
934
+ table.tickets tr:not(:last-of-type) {
935
+ margin-bottom: 1rem;
936
+ }
937
+ table.tickets tr td {
938
+ justify-content: space-between;
939
+ display: flex;
940
+ }
941
+ table.tickets tr td:not(:last-of-type) {
942
+ padding-bottom: 0.25rem;
943
+ padding-top: 0.25rem;
944
+ }
945
+ table.tickets tr td:not(:first-of-type):not(:last-of-type) {
946
+ border-top: 1px solid #ddd;
947
+ }
948
+ table.tickets tr td:last-of-type {
949
+ margin-top: 0.5rem;
950
+ }
811
951
  }
812
- .wrap.notification a:hover, .wrap.notification a:focus {
813
- color: inherit;
952
+ @media (max-width: 32.48em) {
953
+ table.tickets .ticket-name {
954
+ display: none;
955
+ }
814
956
  }
815
- .wrap.notification a.focus-visible {
816
- box-shadow: 0 0 0 0.25rem #006ebd;
817
- background-color: #006ebd;
818
- color: #e6f4ff;
819
- outline: none;
957
+
958
+ table.basket tr {
959
+ border-bottom: 1px solid #ddd;
960
+ padding-bottom: 0.75rem;
961
+ padding-top: 0.75rem;
962
+ justify-content: space-between;
963
+ display: flex;
964
+ gap: 0.75rem;
820
965
  }
821
- .wrap.notification p {
822
- margin-bottom: 0;
966
+ table.basket tr.promo {
967
+ padding-bottom: 1rem;
823
968
  }
824
- .wrap.notification p + p {
825
- margin-top: 1rem;
969
+ table.basket tr.donation {
970
+ grid-auto-flow: column;
971
+ align-items: center;
972
+ display: grid;
973
+ gap: 0.75rem;
974
+ padding-bottom: 1rem;
975
+ padding-top: 1rem;
826
976
  }
827
- .wrap.notification.headline {
828
- margin-bottom: 2rem;
977
+ @media (max-width: 47.98em) {
978
+ table.basket tr.donation {
979
+ grid-auto-flow: row;
980
+ }
829
981
  }
830
- .wrap.notification .close-icon-svg {
831
- width: 1.375rem;
982
+ @media (min-width: 60em) and (max-width: 74.98em) {
983
+ table.basket tr.donation {
984
+ grid-auto-flow: row;
985
+ }
832
986
  }
833
- .wrap.notification .close-icon-svg path.fill {
834
- fill: #e6f4ff;
987
+ table.basket tr.total {
988
+ font-size: 1.5rem;
989
+ border-bottom: none;
990
+ font-weight: 700;
835
991
  }
836
- .wrap.notification .close-icon-svg path.outline,
837
- .wrap.notification .close-icon-svg path.cross {
838
- fill: #006ebd;
992
+ table.basket tr.continue {
993
+ border-bottom: none;
839
994
  }
840
- .wrap.notification.focus-visible path.fill {
841
- fill: #006ebd;
995
+ table.basket tr.continue td {
996
+ width: 100%;
842
997
  }
843
- .wrap.notification.focus-visible path.cross {
844
- fill: #e6f4ff;
998
+
999
+ table.section {
1000
+ padding-bottom: 0.75rem;
1001
+ padding-top: 0.75rem;
1002
+ display: block;
845
1003
  }
846
- .wrap.notification.error {
847
- background-color: #f8eded;
848
- border-color: #dca3a3;
849
- color: #893434;
1004
+ @media (min-width: 48em) and (max-width: 59.98em) {
1005
+ table.section tr:not(:first-of-type) {
1006
+ margin-left: 0.75rem;
1007
+ }
850
1008
  }
851
- .wrap.notification.error .close-icon-svg {
852
- width: 1.375rem;
1009
+ @media (min-width: 75em) {
1010
+ table.section tr:not(:first-of-type) {
1011
+ margin-left: 0.75rem;
1012
+ }
853
1013
  }
854
- .wrap.notification.error .close-icon-svg path.fill {
855
- fill: #f8eded;
1014
+
1015
+ table.orders thead {
1016
+ background-color: #f6f6f6;
1017
+ margin-bottom: 1rem;
1018
+ font-weight: 700;
1019
+ display: block;
856
1020
  }
857
- .wrap.notification.error .close-icon-svg path.outline,
858
- .wrap.notification.error .close-icon-svg path.cross {
859
- fill: #893434;
1021
+ @media (max-width: 47.98em) {
1022
+ table.orders thead {
1023
+ display: none;
1024
+ }
860
1025
  }
861
- .wrap.notification.error.focus-visible path.fill {
862
- fill: #893434;
1026
+ table.orders thead tr, table.orders tbody tr {
1027
+ border: 1px solid #ddd;
1028
+ display: grid;
863
1029
  }
864
- .wrap.notification.error.focus-visible path.cross {
865
- fill: #f8eded;
1030
+ table.orders thead tr:not(:last-of-type), table.orders tbody tr:not(:last-of-type) {
1031
+ margin-bottom: 1rem;
866
1032
  }
867
- .wrap.notification.success {
868
- background-color: #eef6ee;
869
- border-color: #acd2ac;
870
- color: #427b42;
1033
+ @media (min-width: 48em) {
1034
+ table.orders thead tr, table.orders tbody tr {
1035
+ grid-template-columns: 10rem 8rem auto 8rem;
1036
+ }
871
1037
  }
872
- .wrap.notification.success .close-icon-svg {
873
- width: 1.375rem;
1038
+ @media (max-width: 47.98em) {
1039
+ table.orders thead tr, table.orders tbody tr {
1040
+ border-radius: 0.375rem;
1041
+ }
874
1042
  }
875
- .wrap.notification.success .close-icon-svg path.fill {
876
- fill: #eef6ee;
1043
+ table.orders th, table.orders td {
1044
+ padding: 0.75rem;
877
1045
  }
878
- .wrap.notification.success .close-icon-svg path.outline,
879
- .wrap.notification.success .close-icon-svg path.cross {
880
- fill: #427b42;
1046
+ @media (min-width: 48em) {
1047
+ table.orders th:not(:last-of-type), table.orders td:not(:last-of-type) {
1048
+ border-right: 1px solid #ddd;
1049
+ }
1050
+ table.orders th:last-of-type, table.orders td:last-of-type {
1051
+ text-align: right;
1052
+ }
881
1053
  }
882
- .wrap.notification.success.focus-visible path.fill {
883
- fill: #427b42;
1054
+ table.orders tr.full-width {
1055
+ justify-content: center;
1056
+ grid-template: none;
1057
+ border: none;
884
1058
  }
885
- .wrap.notification.success.focus-visible path.cross {
886
- fill: #eef6ee;
1059
+ table.orders label {
1060
+ font-size: 1.25rem;
887
1061
  }
888
-
889
- .field-error-message {
890
- color: #dc3545;
1062
+ @media (min-width: 48em) {
1063
+ table.orders label {
1064
+ display: none;
1065
+ }
891
1066
  }
892
-
893
- .discounted-price {
894
- color: #d14900;
1067
+ table.orders a:not([disabled=disabled])[data-focus-visible-added], table.orders a:not([disabled=disabled]):focus-visible, table.orders a:not([disabled=disabled]):focus, table.orders a:not([disabled=disabled]):hover {
1068
+ position: relative;
1069
+ outline: none;
1070
+ z-index: 2;
1071
+ box-shadow: 0 0 0 0.25rem #353535;
1072
+ background-color: #353535;
1073
+ color: #fff;
895
1074
  }
896
1075
 
897
- .btn.btn-close-notification {
898
- background-color: transparent;
899
- padding: 0;
1076
+ table.details thead {
1077
+ background-color: #f6f6f6;
1078
+ margin-bottom: 1rem;
1079
+ font-weight: 700;
1080
+ display: block;
900
1081
  }
901
- .btn.btn-close-notification:hover, .btn.btn-close-notification:focus {
902
- background-color: transparent;
903
- box-shadow: none;
1082
+ @media (max-width: 47.98em) {
1083
+ table.details thead {
1084
+ display: none;
1085
+ }
904
1086
  }
905
-
906
- .component.related-title {
907
- text-align: center;
1087
+ table.details thead tr {
1088
+ border: 1px solid #ddd;
908
1089
  }
909
- .component.related-title .title {
910
- font-size: 1.25rem;
911
- margin-bottom: 2rem;
912
- font-weight: bold;
1090
+ table.details tr {
1091
+ display: grid;
913
1092
  }
914
1093
  @media (min-width: 48em) {
915
- .component.related-title .title {
916
- font-size: 1.5rem;
1094
+ table.details tr {
1095
+ grid-template-columns: auto 10rem 8rem;
917
1096
  }
918
1097
  }
919
- .component.related-title .title.hasTagline {
1098
+ @media (max-width: 47.98em) {
1099
+ table.details tr {
1100
+ border-radius: 0.375rem;
1101
+ }
1102
+ }
1103
+ table.details tbody tr {
1104
+ border: 1px solid #ddd;
1105
+ }
1106
+ table.details tbody tr:not(:last-of-type) {
920
1107
  margin-bottom: 1rem;
921
1108
  }
1109
+ table.details th, table.details td {
1110
+ padding: 0.75rem;
1111
+ }
922
1112
  @media (min-width: 48em) {
923
- .component.related-title .title.hasTagline {
924
- margin-bottom: 0.5rem;
1113
+ table.details th:not(:last-of-type), table.details td:not(:last-of-type) {
1114
+ border-right: 1px solid #ddd;
925
1115
  }
1116
+ table.details th:last-of-type, table.details td:last-of-type {
1117
+ text-align: right;
1118
+ }
1119
+ }
1120
+ table.details label {
1121
+ font-size: 1.25rem;
926
1122
  }
927
1123
  @media (min-width: 48em) {
928
- .component.related-title .title {
929
- grid-template-columns: 1fr auto 1fr;
930
- display: grid;
931
- gap: 1rem;
1124
+ table.details label {
1125
+ display: none;
932
1126
  }
933
1127
  }
1128
+
1129
+ table.preferences thead {
1130
+ background-color: #f6f6f6;
1131
+ margin-bottom: 1rem;
1132
+ font-weight: 700;
1133
+ display: block;
1134
+ }
934
1135
  @media (max-width: 47.98em) {
935
- .component.related-title .title .text {
936
- vertical-align: middle;
937
- display: inline-block;
938
- padding-bottom: 0.75rem;
939
- padding-top: 0.75rem;
1136
+ table.preferences thead {
1137
+ display: none;
940
1138
  }
941
1139
  }
942
- .component.related-title .title .line {
943
- background-color: #a5a5a5;
944
- height: 1px;
1140
+ table.preferences tr {
1141
+ border: 1px solid #ddd;
1142
+ display: grid;
1143
+ }
1144
+ table.preferences tr:not(:last-of-type) {
1145
+ margin-bottom: 1rem;
945
1146
  }
946
1147
  @media (min-width: 48em) {
947
- .component.related-title .title .line {
948
- margin-top: 1.125rem;
1148
+ table.preferences tr {
1149
+ grid-template-columns: auto repeat(2, 5rem);
949
1150
  }
950
1151
  }
951
- .component.related-title .tagline {
952
- display: inline-block;
953
- margin-bottom: 1.25rem;
954
- }
955
- @media (min-width: 48em) {
956
- .component.related-title .tagline {
957
- margin-bottom: 2rem;
1152
+ @media (max-width: 47.98em) {
1153
+ table.preferences tr {
1154
+ border-radius: 0.375rem;
958
1155
  }
959
1156
  }
960
- .component.related-title .tagline a:hover {
961
- color: inherit;
1157
+ table.preferences th, table.preferences td {
1158
+ padding: 0.75rem;
962
1159
  }
963
- .component.related-title .tagline.focus-visible {
964
- box-shadow: 0 0 0 0.25rem #fff, 0 0 0 0.375rem #353535;
965
- border-radius: 0.25rem;
966
- outline: none;
1160
+ @media (min-width: 48em) {
1161
+ table.preferences th, table.preferences td {
1162
+ text-align: center;
1163
+ }
1164
+ table.preferences th:not(:last-of-type), table.preferences td:not(:last-of-type) {
1165
+ border-right: 1px solid #ddd;
1166
+ }
1167
+ table.preferences th:first-of-type, table.preferences td:first-of-type {
1168
+ text-align: left;
1169
+ }
967
1170
  }
968
- .component.related-title .tagline:hover {
969
- color: inherit;
1171
+ @media (max-width: 47.98em) {
1172
+ table.preferences th:not(:first-of-type), table.preferences td:not(:first-of-type) {
1173
+ padding-top: 0;
1174
+ }
970
1175
  }
971
-
972
- .loading-message {
973
- min-height: 2.25rem;
1176
+ table.preferences label {
1177
+ font-size: 1.25rem;
974
1178
  }
975
- .loading-message:not(.slim) {
976
- font-size: 1.5rem;
977
- margin: 3.75rem 1.875rem;
978
- text-align: center;
1179
+ @media (min-width: 48em) {
1180
+ table.preferences label {
1181
+ display: none;
1182
+ }
1183
+ }
1184
+ @media (min-width: 48em) {
1185
+ table.preferences .custom-radio {
1186
+ margin: 0;
1187
+ }
1188
+ table.preferences .custom-radio input[type=radio] {
1189
+ position: relative;
1190
+ bottom: auto;
1191
+ right: auto;
1192
+ left: auto;
1193
+ top: auto;
1194
+ }
1195
+ table.preferences .custom-radio input[type=radio]:not([disabled=disabled])[data-focus-visible-added], table.preferences .custom-radio input[type=radio]:not([disabled=disabled]):focus-visible, table.preferences .custom-radio input[type=radio]:not([disabled=disabled]):focus, table.preferences .custom-radio input[type=radio]:not([disabled=disabled]):hover {
1196
+ outline: 0.15rem solid #0d6efd;
1197
+ outline-offset: 0.25rem;
1198
+ }
1199
+ }
1200
+
1201
+ table.etickets thead {
1202
+ background-color: #f6f6f6;
1203
+ margin-bottom: 1rem;
1204
+ font-weight: 700;
1205
+ display: block;
1206
+ }
1207
+ @media (max-width: 47.98em) {
1208
+ table.etickets thead {
1209
+ display: none;
1210
+ }
1211
+ }
1212
+ table.etickets thead tr, table.etickets tbody tr.active {
1213
+ border: 1px solid #ddd;
1214
+ display: grid;
1215
+ }
1216
+ table.etickets thead tr:not(:last-of-type), table.etickets tbody tr.active:not(:last-of-type) {
1217
+ margin-bottom: 1rem;
1218
+ }
1219
+ @media (min-width: 48em) {
1220
+ table.etickets thead tr, table.etickets tbody tr.active {
1221
+ grid-template-columns: 10rem auto 8rem;
1222
+ }
1223
+ }
1224
+ @media (max-width: 47.98em) {
1225
+ table.etickets thead tr, table.etickets tbody tr.active {
1226
+ border-radius: 0.375rem;
1227
+ }
1228
+ }
1229
+ table.etickets th, table.etickets td {
1230
+ padding: 0.75rem;
1231
+ }
1232
+ @media (min-width: 48em) {
1233
+ table.etickets th:not(:last-of-type), table.etickets td:not(:last-of-type) {
1234
+ border-right: 1px solid #ddd;
1235
+ }
1236
+ table.etickets th:last-of-type, table.etickets td:last-of-type {
1237
+ text-align: right;
1238
+ }
1239
+ }
1240
+ table.etickets label {
1241
+ font-size: 1.25rem;
1242
+ }
1243
+ @media (min-width: 48em) {
1244
+ table.etickets label {
1245
+ display: none;
1246
+ }
1247
+ }
1248
+ table.etickets a:not([disabled=disabled])[data-focus-visible-added], table.etickets a:not([disabled=disabled]):focus-visible, table.etickets a:not([disabled=disabled]):focus, table.etickets a:not([disabled=disabled]):hover {
1249
+ position: relative;
1250
+ outline: none;
1251
+ z-index: 2;
1252
+ box-shadow: 0 0 0 0.25rem #353535;
1253
+ background-color: #353535;
1254
+ color: #fff;
1255
+ }
1256
+
1257
+ @media (min-width: 48em) {
1258
+ table.details.membership tr {
1259
+ grid-template-columns: auto 10rem 10rem 8rem;
1260
+ }
1261
+ }
1262
+
1263
+ @media (max-width: 74.98em) {
1264
+ table.gifts thead {
1265
+ display: none;
1266
+ }
1267
+ }
1268
+ table.gifts th {
1269
+ font-weight: 700;
1270
+ }
1271
+ @media (min-width: 75em) {
1272
+ table.gifts tr {
1273
+ border-bottom: 1px solid #ddd;
1274
+ padding-bottom: 0.75rem;
1275
+ padding-top: 0.75rem;
1276
+ grid-template-columns: 3fr 5fr 5fr 2fr 2fr;
1277
+ display: grid;
1278
+ gap: 0.75rem;
1279
+ }
1280
+ table.gifts tr label {
1281
+ display: none;
1282
+ }
1283
+ }
1284
+ @media (max-width: 74.98em) {
1285
+ table.gifts tr {
1286
+ border-radius: 0.375rem;
1287
+ border: 1px solid #ddd;
1288
+ display: block;
1289
+ padding: 1rem;
1290
+ }
1291
+ table.gifts tr:not(:last-of-type) {
1292
+ margin-bottom: 1rem;
1293
+ }
1294
+ table.gifts tr td {
1295
+ justify-content: space-between;
1296
+ display: flex;
1297
+ }
1298
+ table.gifts tr td:not(:last-of-type) {
1299
+ padding-bottom: 0.25rem;
1300
+ padding-top: 0.25rem;
1301
+ }
1302
+ table.gifts tr td:not(:first-of-type):not(:last-of-type) {
1303
+ border-top: 1px solid #ddd;
1304
+ }
1305
+ table.gifts tr td:last-of-type {
1306
+ margin-top: 0.5rem;
1307
+ }
1308
+ }
1309
+
1310
+ table {
1311
+ border-spacing: 0;
1312
+ width: 100%;
1313
+ }
1314
+
1315
+ td {
1316
+ padding: 0;
1317
+ }
1318
+
1319
+ .promo-form {
1320
+ grid-auto-flow: column;
1321
+ align-items: center;
1322
+ display: grid;
1323
+ gap: 0.75rem;
1324
+ margin-top: 0.5rem;
1325
+ }
1326
+ @media (max-width: 47.98em) {
1327
+ .promo-form {
1328
+ grid-auto-flow: row;
1329
+ }
1330
+ }
1331
+ @media (min-width: 60em) and (max-width: 74.98em) {
1332
+ .promo-form {
1333
+ grid-auto-flow: row;
1334
+ }
1335
+ }
1336
+
1337
+ .promo-added {
1338
+ justify-content: space-between;
1339
+ align-items: center;
1340
+ display: flex;
1341
+ gap: 1rem;
1342
+ }
1343
+
1344
+ @media (max-width: 25.98em) {
1345
+ .br-alert {
1346
+ font-size: 0.875rem;
1347
+ }
1348
+ }
1349
+ .br-alert.center {
1350
+ text-align: center;
1351
+ }
1352
+ .br-alert.center .wrap {
1353
+ justify-content: center;
1354
+ }
1355
+ .br-alert .wrap {
1356
+ background-color: #e6f4ff;
1357
+ border-color: #80caff;
1358
+ color: #006ebd;
1359
+ border-radius: 0.375rem;
1360
+ border-width: 1px;
1361
+ padding: 0.75rem 0.875rem;
1362
+ border-style: solid;
1363
+ }
1364
+ .br-alert .wrap .btn.btn-link:not([disabled=disabled])[data-focus-visible-added], .br-alert .wrap .btn.btn-link:not([disabled=disabled]):focus-visible, .br-alert .wrap .btn.btn-link:not([disabled=disabled]):focus, .br-alert .wrap .btn.btn-link:not([disabled=disabled]):hover, .br-alert .wrap a:not([disabled=disabled])[data-focus-visible-added], .br-alert .wrap a:not([disabled=disabled]):focus-visible, .br-alert .wrap a:not([disabled=disabled]):focus, .br-alert .wrap a:not([disabled=disabled]):hover {
1365
+ position: relative;
1366
+ outline: none;
1367
+ z-index: 2;
1368
+ box-shadow: 0 0 0 0.25rem #006ebd;
1369
+ background-color: #006ebd;
1370
+ color: #e6f4ff;
1371
+ }
1372
+ .br-alert .wrap.error {
1373
+ background-color: #f8eded;
1374
+ border-color: #dca3a3;
1375
+ color: #893434;
1376
+ }
1377
+ .br-alert .wrap.error .btn.btn-link:not([disabled=disabled])[data-focus-visible-added], .br-alert .wrap.error .btn.btn-link:not([disabled=disabled]):focus-visible, .br-alert .wrap.error .btn.btn-link:not([disabled=disabled]):focus, .br-alert .wrap.error .btn.btn-link:not([disabled=disabled]):hover, .br-alert .wrap.error a:not([disabled=disabled])[data-focus-visible-added], .br-alert .wrap.error a:not([disabled=disabled]):focus-visible, .br-alert .wrap.error a:not([disabled=disabled]):focus, .br-alert .wrap.error a:not([disabled=disabled]):hover {
1378
+ position: relative;
1379
+ outline: none;
1380
+ z-index: 2;
1381
+ box-shadow: 0 0 0 0.25rem #893434;
1382
+ background-color: #893434;
1383
+ color: #f8eded;
1384
+ }
1385
+ .br-alert .wrap.success {
1386
+ background-color: #eef6ee;
1387
+ border-color: #acd2ac;
1388
+ color: #427b42;
1389
+ }
1390
+ .br-alert .wrap.success .btn.btn-link:not([disabled=disabled])[data-focus-visible-added], .br-alert .wrap.success .btn.btn-link:not([disabled=disabled]):focus-visible, .br-alert .wrap.success .btn.btn-link:not([disabled=disabled]):focus, .br-alert .wrap.success .btn.btn-link:not([disabled=disabled]):hover, .br-alert .wrap.success a:not([disabled=disabled])[data-focus-visible-added], .br-alert .wrap.success a:not([disabled=disabled]):focus-visible, .br-alert .wrap.success a:not([disabled=disabled]):focus, .br-alert .wrap.success a:not([disabled=disabled]):hover {
1391
+ position: relative;
1392
+ outline: none;
1393
+ z-index: 2;
1394
+ box-shadow: 0 0 0 0.25rem #427b42;
1395
+ background-color: #427b42;
1396
+ color: #eef6ee;
1397
+ }
1398
+ .br-alert .wrap.inline {
1399
+ vertical-align: middle;
1400
+ display: inline-block;
1401
+ }
1402
+ .br-alert .wrap.toggle {
1403
+ justify-content: space-between;
1404
+ align-items: center;
1405
+ display: flex;
1406
+ gap: 0.625rem;
1407
+ }
1408
+ .br-alert .wrap.toggle.inline {
1409
+ display: inline-flex;
1410
+ }
1411
+ .br-alert .wrap p {
1412
+ margin-bottom: 0;
1413
+ }
1414
+ .br-alert .wrap p + p {
1415
+ margin-top: 1rem;
1416
+ }
1417
+ .br-alert .title {
1418
+ margin-bottom: 0.25rem;
1419
+ font-weight: 700;
1420
+ }
1421
+ .br-alert .flex {
1422
+ justify-content: space-between;
1423
+ display: flex;
1424
+ }
1425
+ .br-alert .btn.btn-exit.error path.cross {
1426
+ fill: #893434;
1427
+ }
1428
+ .br-alert .btn.btn-exit.error path.tint {
1429
+ fill: #f8eded;
1430
+ }
1431
+ .br-alert .btn.btn-exit.error:not([disabled=disabled])[data-focus-visible-added], .br-alert .btn.btn-exit.error:not([disabled=disabled]):focus-visible, .br-alert .btn.btn-exit.error:not([disabled=disabled]):focus, .br-alert .btn.btn-exit.error:not([disabled=disabled]):hover {
1432
+ outline-color: #893434;
1433
+ }
1434
+ .br-alert .btn.btn-exit.error:not([disabled=disabled])[data-focus-visible-added] path.cross, .br-alert .btn.btn-exit.error:not([disabled=disabled]):focus-visible path.cross, .br-alert .btn.btn-exit.error:not([disabled=disabled]):focus path.cross, .br-alert .btn.btn-exit.error:not([disabled=disabled]):hover path.cross {
1435
+ fill: #f8eded;
1436
+ }
1437
+ .br-alert .btn.btn-exit.error:not([disabled=disabled])[data-focus-visible-added] path.tint, .br-alert .btn.btn-exit.error:not([disabled=disabled]):focus-visible path.tint, .br-alert .btn.btn-exit.error:not([disabled=disabled]):focus path.tint, .br-alert .btn.btn-exit.error:not([disabled=disabled]):hover path.tint {
1438
+ fill: #893434;
1439
+ }
1440
+ .br-alert .btn.btn-exit.success path.cross {
1441
+ fill: #427b42;
1442
+ }
1443
+ .br-alert .btn.btn-exit.success path.tint {
1444
+ fill: #eef6ee;
1445
+ }
1446
+ .br-alert .btn.btn-exit.success:not([disabled=disabled])[data-focus-visible-added], .br-alert .btn.btn-exit.success:not([disabled=disabled]):focus-visible, .br-alert .btn.btn-exit.success:not([disabled=disabled]):focus, .br-alert .btn.btn-exit.success:not([disabled=disabled]):hover {
1447
+ outline-color: #427b42;
1448
+ }
1449
+ .br-alert .btn.btn-exit.success:not([disabled=disabled])[data-focus-visible-added] path.cross, .br-alert .btn.btn-exit.success:not([disabled=disabled]):focus-visible path.cross, .br-alert .btn.btn-exit.success:not([disabled=disabled]):focus path.cross, .br-alert .btn.btn-exit.success:not([disabled=disabled]):hover path.cross {
1450
+ fill: #eef6ee;
1451
+ }
1452
+ .br-alert .btn.btn-exit.success:not([disabled=disabled])[data-focus-visible-added] path.tint, .br-alert .btn.btn-exit.success:not([disabled=disabled]):focus-visible path.tint, .br-alert .btn.btn-exit.success:not([disabled=disabled]):focus path.tint, .br-alert .btn.btn-exit.success:not([disabled=disabled]):hover path.tint {
1453
+ fill: #427b42;
1454
+ }
1455
+ .br-alert .btn.btn-exit.neutral path.cross {
1456
+ fill: #006ebd;
1457
+ }
1458
+ .br-alert .btn.btn-exit.neutral path.tint {
1459
+ fill: #e6f4ff;
1460
+ }
1461
+ .br-alert .btn.btn-exit.neutral:not([disabled=disabled])[data-focus-visible-added], .br-alert .btn.btn-exit.neutral:not([disabled=disabled]):focus-visible, .br-alert .btn.btn-exit.neutral:not([disabled=disabled]):focus, .br-alert .btn.btn-exit.neutral:not([disabled=disabled]):hover {
1462
+ outline-color: #006ebd;
1463
+ }
1464
+ .br-alert .btn.btn-exit.neutral:not([disabled=disabled])[data-focus-visible-added] path.cross, .br-alert .btn.btn-exit.neutral:not([disabled=disabled]):focus-visible path.cross, .br-alert .btn.btn-exit.neutral:not([disabled=disabled]):focus path.cross, .br-alert .btn.btn-exit.neutral:not([disabled=disabled]):hover path.cross {
1465
+ fill: #e6f4ff;
1466
+ }
1467
+ .br-alert .btn.btn-exit.neutral:not([disabled=disabled])[data-focus-visible-added] path.tint, .br-alert .btn.btn-exit.neutral:not([disabled=disabled]):focus-visible path.tint, .br-alert .btn.btn-exit.neutral:not([disabled=disabled]):focus path.tint, .br-alert .btn.btn-exit.neutral:not([disabled=disabled]):hover path.tint {
1468
+ fill: #006ebd;
1469
+ }
1470
+
1471
+ .br-form-group:not(:last-of-type) {
1472
+ margin-bottom: 1rem;
1473
+ }
1474
+ @media (min-width: 32.5em) {
1475
+ .br-form-group {
1476
+ grid-template-columns: 33fr 67fr;
1477
+ align-items: center;
1478
+ gap: 2rem;
1479
+ display: grid;
1480
+ }
1481
+ }
1482
+ .br-form-group label {
1483
+ font-weight: normal;
1484
+ }
1485
+ @media (max-width: 32.48em) {
1486
+ .br-form-group label {
1487
+ margin-bottom: 0.5rem;
1488
+ }
1489
+ }
1490
+ .br-form-group input {
1491
+ width: 100%;
1492
+ margin: 0;
1493
+ }
1494
+ .br-form-group .content.editable {
1495
+ flex-direction: row-reverse;
1496
+ display: flex;
1497
+ }
1498
+ .br-form-group .content.editable input[type=text], .br-form-group .content.editable input[type=email] {
1499
+ border-bottom-right-radius: 0;
1500
+ border-top-right-radius: 0;
1501
+ border-right: none;
1502
+ }
1503
+ @media (min-width: 32.5em) {
1504
+ .br-form-group .content:not(.label) {
1505
+ grid-column: 2/3;
1506
+ }
1507
+ }
1508
+ .br-form-group .content.submit {
1509
+ justify-content: flex-end;
1510
+ display: flex;
1511
+ gap: 1rem;
1512
+ }
1513
+ @media (max-width: 32.48em) {
1514
+ .br-form-group .content.submit > button {
1515
+ width: 100%;
1516
+ }
1517
+ }
1518
+
1519
+ .btn {
1520
+ -webkit-font-smoothing: antialiased;
1521
+ -moz-osx-font-smoothing: grayscale;
1522
+ border-radius: 0.375rem;
1523
+ text-decoration: none;
1524
+ text-align: center;
1525
+ font-weight: 700;
1526
+ transition: none;
1527
+ line-height: 1;
1528
+ padding: 1em;
1529
+ }
1530
+ .btn.btn-primary {
1531
+ border: 1px solid #d14900;
1532
+ background-color: #d14900;
1533
+ padding: 1rem;
1534
+ color: #fff;
1535
+ min-width: 8rem;
1536
+ }
1537
+ .btn.btn-primary path {
1538
+ fill: #fff;
1539
+ }
1540
+ .btn.btn-primary:not([disabled=disabled])[data-focus-visible-added], .btn.btn-primary:not([disabled=disabled]):focus-visible, .btn.btn-primary:not([disabled=disabled]):focus, .btn.btn-primary:not([disabled=disabled]):hover {
1541
+ position: relative;
1542
+ outline: none;
1543
+ z-index: 2;
1544
+ box-shadow: 0 0 0 0.25rem #fff, 0 0 0 0.4rem #d14900;
1545
+ border: 1px solid #d14900;
1546
+ background-color: #d14900;
1547
+ color: #fff;
1548
+ }
1549
+ .btn.btn-primary.hide {
1550
+ visibility: hidden;
1551
+ }
1552
+ .btn.btn-primary[disabled=disabled] {
1553
+ border: 1px solid #353535;
1554
+ background-color: #353535;
1555
+ padding: 1rem;
1556
+ color: #fff;
1557
+ cursor: not-allowed;
1558
+ }
1559
+ .btn.btn-primary[disabled=disabled] path {
1560
+ fill: #fff;
1561
+ }
1562
+ .btn.btn-primary[disabled=disabled]:not([disabled=disabled])[data-focus-visible-added], .btn.btn-primary[disabled=disabled]:not([disabled=disabled]):focus-visible, .btn.btn-primary[disabled=disabled]:not([disabled=disabled]):focus, .btn.btn-primary[disabled=disabled]:not([disabled=disabled]):hover {
1563
+ position: relative;
1564
+ outline: none;
1565
+ z-index: 2;
1566
+ box-shadow: 0 0 0 0.25rem #fff, 0 0 0 0.4rem #353535;
1567
+ border: 1px solid #353535;
1568
+ background-color: #353535;
1569
+ color: #fff;
1570
+ }
1571
+ .btn.btn-primary[disabled=disabled].hide {
1572
+ visibility: hidden;
1573
+ }
1574
+ .btn.btn-outline-primary {
1575
+ background-color: #fff;
1576
+ border: 1px solid #d14900;
1577
+ padding: 1rem;
1578
+ color: #d14900;
1579
+ }
1580
+ .btn.btn-outline-primary path {
1581
+ fill: #d14900;
1582
+ }
1583
+ .btn.btn-outline-primary:not([disabled=disabled])[data-focus-visible-added], .btn.btn-outline-primary:not([disabled=disabled]):focus-visible, .btn.btn-outline-primary:not([disabled=disabled]):focus, .btn.btn-outline-primary:not([disabled=disabled]):hover {
1584
+ border: 1px solid #d14900;
1585
+ background-color: #d14900;
1586
+ color: #fff;
1587
+ box-shadow: none;
1588
+ outline: none;
1589
+ }
1590
+ .btn.btn-outline-primary:not([disabled=disabled])[data-focus-visible-added] path, .btn.btn-outline-primary:not([disabled=disabled]):focus-visible path, .btn.btn-outline-primary:not([disabled=disabled]):focus path, .btn.btn-outline-primary:not([disabled=disabled]):hover path {
1591
+ fill: #fff;
1592
+ }
1593
+ .btn.btn-outline-header {
1594
+ background-color: #d14900;
1595
+ border: 0.125rem solid #fff;
1596
+ padding: 1rem;
1597
+ color: #fff;
1598
+ display: inline-flex;
1599
+ align-items: center;
1600
+ gap: 0.625rem;
1601
+ }
1602
+ .btn.btn-outline-header path {
1603
+ fill: #fff;
1604
+ }
1605
+ .btn.btn-outline-header:not([disabled=disabled])[data-focus-visible-added], .btn.btn-outline-header:not([disabled=disabled]):focus-visible, .btn.btn-outline-header:not([disabled=disabled]):focus, .btn.btn-outline-header:not([disabled=disabled]):hover {
1606
+ border: 0.125rem solid #fff;
1607
+ background-color: #fff;
1608
+ color: #d14900;
1609
+ box-shadow: none;
1610
+ outline: none;
1611
+ }
1612
+ .btn.btn-outline-header:not([disabled=disabled])[data-focus-visible-added] path, .btn.btn-outline-header:not([disabled=disabled]):focus-visible path, .btn.btn-outline-header:not([disabled=disabled]):focus path, .btn.btn-outline-header:not([disabled=disabled]):hover path {
1613
+ fill: #d14900;
1614
+ }
1615
+ .btn.btn-info {
1616
+ border: 1px solid #006ebd;
1617
+ background-color: #006ebd;
1618
+ padding: 1rem;
1619
+ color: #fff;
1620
+ }
1621
+ .btn.btn-info path {
1622
+ fill: #fff;
1623
+ }
1624
+ .btn.btn-info:not([disabled=disabled])[data-focus-visible-added], .btn.btn-info:not([disabled=disabled]):focus-visible, .btn.btn-info:not([disabled=disabled]):focus, .btn.btn-info:not([disabled=disabled]):hover {
1625
+ position: relative;
1626
+ outline: none;
1627
+ z-index: 2;
1628
+ box-shadow: 0 0 0 0.25rem #fff, 0 0 0 0.4rem #006ebd;
1629
+ border: 1px solid #006ebd;
1630
+ background-color: #006ebd;
1631
+ color: #fff;
1632
+ }
1633
+ .btn.btn-info.hide {
1634
+ visibility: hidden;
1635
+ }
1636
+ .btn.btn-secondary {
1637
+ border: 1px solid #353535;
1638
+ background-color: #353535;
1639
+ padding: 1rem;
1640
+ color: #fff;
1641
+ }
1642
+ .btn.btn-secondary path {
1643
+ fill: #fff;
1644
+ }
1645
+ .btn.btn-secondary:not([disabled=disabled])[data-focus-visible-added], .btn.btn-secondary:not([disabled=disabled]):focus-visible, .btn.btn-secondary:not([disabled=disabled]):focus, .btn.btn-secondary:not([disabled=disabled]):hover {
1646
+ position: relative;
1647
+ outline: none;
1648
+ z-index: 2;
1649
+ box-shadow: 0 0 0 0.25rem #fff, 0 0 0 0.4rem #353535;
1650
+ border: 1px solid #353535;
1651
+ background-color: #353535;
1652
+ color: #fff;
1653
+ }
1654
+ .btn.btn-secondary.hide {
1655
+ visibility: hidden;
1656
+ }
1657
+ .btn.btn-outline-secondary {
1658
+ background-color: #fff;
1659
+ border: 1px solid #353535;
1660
+ padding: 1rem;
1661
+ color: #353535;
1662
+ }
1663
+ .btn.btn-outline-secondary path {
1664
+ fill: #353535;
1665
+ }
1666
+ .btn.btn-outline-secondary:not([disabled=disabled])[data-focus-visible-added], .btn.btn-outline-secondary:not([disabled=disabled]):focus-visible, .btn.btn-outline-secondary:not([disabled=disabled]):focus, .btn.btn-outline-secondary:not([disabled=disabled]):hover {
1667
+ border: 1px solid #353535;
1668
+ background-color: #353535;
1669
+ color: #fff;
1670
+ box-shadow: none;
1671
+ outline: none;
1672
+ }
1673
+ .btn.btn-outline-secondary:not([disabled=disabled])[data-focus-visible-added] path, .btn.btn-outline-secondary:not([disabled=disabled]):focus-visible path, .btn.btn-outline-secondary:not([disabled=disabled]):focus path, .btn.btn-outline-secondary:not([disabled=disabled]):hover path {
1674
+ fill: #fff;
1675
+ }
1676
+ .btn.btn-input-edit {
1677
+ background-color: #fff;
1678
+ border: 1px solid #757575;
1679
+ padding: 1rem;
1680
+ color: #757575;
1681
+ background-color: #ddd;
1682
+ border-color: #a5a5a5;
1683
+ border-bottom-left-radius: 0;
1684
+ border-top-left-radius: 0;
1685
+ padding: 0.625rem 0.75rem;
1686
+ }
1687
+ .btn.btn-input-edit path {
1688
+ fill: #757575;
1689
+ }
1690
+ .btn.btn-input-edit:not([disabled=disabled])[data-focus-visible-added], .btn.btn-input-edit:not([disabled=disabled]):focus-visible, .btn.btn-input-edit:not([disabled=disabled]):focus, .btn.btn-input-edit:not([disabled=disabled]):hover {
1691
+ border: 1px solid #757575;
1692
+ background-color: #757575;
1693
+ color: #fff;
1694
+ box-shadow: none;
1695
+ outline: none;
1696
+ }
1697
+ .btn.btn-input-edit:not([disabled=disabled])[data-focus-visible-added] path, .btn.btn-input-edit:not([disabled=disabled]):focus-visible path, .btn.btn-input-edit:not([disabled=disabled]):focus path, .btn.btn-input-edit:not([disabled=disabled]):hover path {
1698
+ fill: #fff;
1699
+ }
1700
+ .btn.btn-remove {
1701
+ border: 1px solid #353535;
1702
+ background-color: #353535;
1703
+ padding: 0.625rem;
1704
+ color: #fff;
1705
+ line-height: 1.375;
1706
+ }
1707
+ .btn.btn-remove path {
1708
+ fill: #fff;
1709
+ }
1710
+ .btn.btn-remove:not([disabled=disabled])[data-focus-visible-added], .btn.btn-remove:not([disabled=disabled]):focus-visible, .btn.btn-remove:not([disabled=disabled]):focus, .btn.btn-remove:not([disabled=disabled]):hover {
1711
+ position: relative;
1712
+ outline: none;
1713
+ z-index: 2;
1714
+ box-shadow: 0 0 0 0.25rem #fff, 0 0 0 0.4rem #353535;
1715
+ border: 1px solid #353535;
1716
+ background-color: #353535;
1717
+ color: #fff;
1718
+ }
1719
+ .btn.btn-remove.hide {
1720
+ visibility: hidden;
1721
+ }
1722
+ .btn.btn-link {
1723
+ background-color: transparent;
1724
+ text-decoration: underline;
1725
+ font-weight: inherit;
1726
+ padding: 0;
1727
+ border-radius: 0;
1728
+ color: inherit;
1729
+ }
1730
+ .btn.btn-link:not([disabled=disabled])[data-focus-visible-added], .btn.btn-link:not([disabled=disabled]):focus-visible, .btn.btn-link:not([disabled=disabled]):focus, .btn.btn-link:not([disabled=disabled]):hover {
1731
+ position: relative;
1732
+ outline: none;
1733
+ z-index: 2;
1734
+ box-shadow: 0 0 0 0.25rem #353535;
1735
+ background-color: #353535;
1736
+ color: #fff;
1737
+ }
1738
+ .btn.btn-video-help {
1739
+ background-color: #f6f6f6;
1740
+ text-decoration: underline;
1741
+ font-weight: inherit;
1742
+ padding: 1.25rem;
1743
+ border-radius: 0;
1744
+ color: inherit;
1745
+ font-weight: 700;
1746
+ text-align: left;
1747
+ width: 100%;
1748
+ }
1749
+ .btn.btn-video-help:not([disabled=disabled])[data-focus-visible-added], .btn.btn-video-help:not([disabled=disabled]):focus-visible, .btn.btn-video-help:not([disabled=disabled]):focus, .btn.btn-video-help:not([disabled=disabled]):hover {
1750
+ background-color: #757575;
1751
+ color: #fff;
1752
+ }
1753
+ .btn.btn-exit {
1754
+ background-color: transparent;
1755
+ text-decoration: underline;
1756
+ font-weight: inherit;
1757
+ padding: 0;
1758
+ border-radius: 0;
1759
+ color: inherit;
1760
+ }
1761
+ .btn.btn-exit:not([disabled=disabled])[data-focus-visible-added], .btn.btn-exit:not([disabled=disabled]):focus-visible, .btn.btn-exit:not([disabled=disabled]):focus, .btn.btn-exit:not([disabled=disabled]):hover {
1762
+ outline: 0.1875rem solid #353535;
1763
+ border-radius: 50%;
1764
+ box-shadow: none;
1765
+ }
1766
+ .btn.btn-exit:not([disabled=disabled])[data-focus-visible-added] path.cross, .btn.btn-exit:not([disabled=disabled]):focus-visible path.cross, .btn.btn-exit:not([disabled=disabled]):focus path.cross, .btn.btn-exit:not([disabled=disabled]):hover path.cross {
1767
+ fill: #fff;
1768
+ }
1769
+ .btn.btn-exit:not([disabled=disabled])[data-focus-visible-added] path.tint, .btn.btn-exit:not([disabled=disabled]):focus-visible path.tint, .btn.btn-exit:not([disabled=disabled]):focus path.tint, .btn.btn-exit:not([disabled=disabled]):hover path.tint {
1770
+ fill: #353535;
1771
+ }
1772
+ @media (max-width: 32.48em) {
1773
+ .btn.btn-remove-ticket {
1774
+ border: 1px solid #353535;
1775
+ background-color: #353535;
1776
+ padding: 0.625rem;
1777
+ color: #fff;
1778
+ line-height: 1.375;
1779
+ width: 100%;
1780
+ }
1781
+ .btn.btn-remove-ticket path {
1782
+ fill: #fff;
1783
+ }
1784
+ .btn.btn-remove-ticket:not([disabled=disabled])[data-focus-visible-added], .btn.btn-remove-ticket:not([disabled=disabled]):focus-visible, .btn.btn-remove-ticket:not([disabled=disabled]):focus, .btn.btn-remove-ticket:not([disabled=disabled]):hover {
1785
+ position: relative;
1786
+ outline: none;
1787
+ z-index: 2;
1788
+ box-shadow: 0 0 0 0.25rem #fff, 0 0 0 0.4rem #353535;
1789
+ border: 1px solid #353535;
1790
+ background-color: #353535;
1791
+ color: #fff;
1792
+ }
1793
+ .btn.btn-remove-ticket.hide {
1794
+ visibility: hidden;
1795
+ }
1796
+ }
1797
+ @media (min-width: 32.5em) {
1798
+ .btn.btn-remove-ticket {
1799
+ background-color: transparent;
1800
+ text-decoration: underline;
1801
+ font-weight: inherit;
1802
+ padding: 0;
1803
+ border-radius: 0;
1804
+ color: inherit;
1805
+ }
1806
+ .btn.btn-remove-ticket:not([disabled=disabled])[data-focus-visible-added], .btn.btn-remove-ticket:not([disabled=disabled]):focus-visible, .btn.btn-remove-ticket:not([disabled=disabled]):focus, .btn.btn-remove-ticket:not([disabled=disabled]):hover {
1807
+ position: relative;
1808
+ outline: none;
1809
+ z-index: 2;
1810
+ box-shadow: 0 0 0 0.25rem #353535;
1811
+ background-color: #353535;
1812
+ color: #fff;
1813
+ }
1814
+ }
1815
+ @media (max-width: 74.98em) {
1816
+ .btn.btn-remove-gift {
1817
+ border: 1px solid #353535;
1818
+ background-color: #353535;
1819
+ padding: 0.625rem;
1820
+ color: #fff;
1821
+ line-height: 1.375;
1822
+ width: 100%;
1823
+ }
1824
+ .btn.btn-remove-gift path {
1825
+ fill: #fff;
1826
+ }
1827
+ .btn.btn-remove-gift:not([disabled=disabled])[data-focus-visible-added], .btn.btn-remove-gift:not([disabled=disabled]):focus-visible, .btn.btn-remove-gift:not([disabled=disabled]):focus, .btn.btn-remove-gift:not([disabled=disabled]):hover {
1828
+ position: relative;
1829
+ outline: none;
1830
+ z-index: 2;
1831
+ box-shadow: 0 0 0 0.25rem #fff, 0 0 0 0.4rem #353535;
1832
+ border: 1px solid #353535;
1833
+ background-color: #353535;
1834
+ color: #fff;
1835
+ }
1836
+ .btn.btn-remove-gift.hide {
1837
+ visibility: hidden;
1838
+ }
1839
+ }
1840
+ @media (min-width: 75em) {
1841
+ .btn.btn-remove-gift {
1842
+ background-color: transparent;
1843
+ text-decoration: underline;
1844
+ font-weight: inherit;
1845
+ padding: 0;
1846
+ border-radius: 0;
1847
+ color: inherit;
1848
+ }
1849
+ .btn.btn-remove-gift:not([disabled=disabled])[data-focus-visible-added], .btn.btn-remove-gift:not([disabled=disabled]):focus-visible, .btn.btn-remove-gift:not([disabled=disabled]):focus, .btn.btn-remove-gift:not([disabled=disabled]):hover {
1850
+ position: relative;
1851
+ outline: none;
1852
+ z-index: 2;
1853
+ box-shadow: 0 0 0 0.25rem #353535;
1854
+ background-color: #353535;
1855
+ color: #fff;
1856
+ }
1857
+ }
1858
+ .btn.btn-membership-card {
1859
+ background-color: transparent;
1860
+ border: 1px solid #fff;
1861
+ padding: 1rem;
1862
+ color: #fff;
1863
+ }
1864
+ .btn.btn-membership-card path {
1865
+ fill: #fff;
1866
+ }
1867
+ .btn.btn-membership-card:not([disabled=disabled])[data-focus-visible-added], .btn.btn-membership-card:not([disabled=disabled]):focus-visible, .btn.btn-membership-card:not([disabled=disabled]):focus, .btn.btn-membership-card:not([disabled=disabled]):hover {
1868
+ border: 1px solid #fff;
1869
+ background-color: #fff;
1870
+ color: transparent;
1871
+ box-shadow: none;
1872
+ outline: none;
1873
+ }
1874
+ .btn.btn-membership-card:not([disabled=disabled])[data-focus-visible-added] path, .btn.btn-membership-card:not([disabled=disabled]):focus-visible path, .btn.btn-membership-card:not([disabled=disabled]):focus path, .btn.btn-membership-card:not([disabled=disabled]):hover path {
1875
+ fill: transparent;
1876
+ }
1877
+ .btn.btn-membership-card:not([disabled=disabled])[data-focus-visible-added].member, .btn.btn-membership-card:not([disabled=disabled]):focus-visible.member, .btn.btn-membership-card:not([disabled=disabled]):focus.member, .btn.btn-membership-card:not([disabled=disabled]):hover.member {
1878
+ color: #3173DD;
1879
+ }
1880
+ .btn.btn-membership-card:not([disabled=disabled])[data-focus-visible-added].member-plus, .btn.btn-membership-card:not([disabled=disabled]):focus-visible.member-plus, .btn.btn-membership-card:not([disabled=disabled]):focus.member-plus, .btn.btn-membership-card:not([disabled=disabled]):hover.member-plus {
1881
+ color: #072162;
1882
+ }
1883
+ .btn.btn-video-login {
1884
+ border: 1px solid #fff;
1885
+ background-color: #fff;
1886
+ padding: 1rem;
1887
+ color: #0a0a0a;
1888
+ }
1889
+ .btn.btn-video-login path {
1890
+ fill: #0a0a0a;
1891
+ }
1892
+ .btn.btn-video-login:not([disabled=disabled])[data-focus-visible-added], .btn.btn-video-login:not([disabled=disabled]):focus-visible, .btn.btn-video-login:not([disabled=disabled]):focus, .btn.btn-video-login:not([disabled=disabled]):hover {
1893
+ position: relative;
1894
+ outline: none;
1895
+ z-index: 2;
1896
+ box-shadow: 0 0 0 0.25rem #0a0a0a, 0 0 0 0.4rem #fff;
1897
+ border: 1px solid #fff;
1898
+ background-color: #fff;
1899
+ color: #0a0a0a;
1900
+ }
1901
+ .btn.btn-video-login.hide {
1902
+ visibility: hidden;
1903
+ }
1904
+ .btn.btn-power-login {
1905
+ border: 1px solid #fff;
1906
+ background-color: #fff;
1907
+ padding: 1rem;
1908
+ color: #3E5BA7;
1909
+ }
1910
+ .btn.btn-power-login path {
1911
+ fill: #3E5BA7;
1912
+ }
1913
+ .btn.btn-power-login:not([disabled=disabled])[data-focus-visible-added], .btn.btn-power-login:not([disabled=disabled]):focus-visible, .btn.btn-power-login:not([disabled=disabled]):focus, .btn.btn-power-login:not([disabled=disabled]):hover {
1914
+ position: relative;
1915
+ outline: none;
1916
+ z-index: 2;
1917
+ box-shadow: 0 0 0 0.25rem #3E5BA7, 0 0 0 0.4rem #fff;
1918
+ border: 1px solid #fff;
1919
+ background-color: #fff;
1920
+ color: #3E5BA7;
1921
+ }
1922
+ .btn.btn-power-login.hide {
1923
+ visibility: hidden;
1924
+ }
1925
+ .btn.btn-cta {
1926
+ border: 1px solid #353535;
1927
+ background-color: #353535;
1928
+ padding: 1rem;
1929
+ color: #fff;
1930
+ display: inline-flex;
1931
+ align-items: center;
1932
+ gap: 0.625rem;
1933
+ fill: #fff;
1934
+ }
1935
+ .btn.btn-cta path {
1936
+ fill: #fff;
1937
+ }
1938
+ .btn.btn-cta:not([disabled=disabled])[data-focus-visible-added], .btn.btn-cta:not([disabled=disabled]):focus-visible, .btn.btn-cta:not([disabled=disabled]):focus, .btn.btn-cta:not([disabled=disabled]):hover {
1939
+ position: relative;
1940
+ outline: none;
1941
+ z-index: 2;
1942
+ box-shadow: 0 0 0 0.25rem #fff, 0 0 0 0.4rem #353535;
1943
+ border: 1px solid #353535;
1944
+ background-color: #353535;
1945
+ color: #fff;
1946
+ }
1947
+ .btn.btn-cta.hide {
1948
+ visibility: hidden;
1949
+ }
1950
+ .btn.btn-carousel {
1951
+ border: 1px solid #353535;
1952
+ background-color: #353535;
1953
+ padding: 1rem;
1954
+ color: #fff;
1955
+ position: relative;
1956
+ outline: none;
1957
+ z-index: 2;
1958
+ box-shadow: 0 0 0 0.25rem #fff;
1959
+ border-radius: 50%;
1960
+ font-size: 0;
1961
+ fill: #fff;
1962
+ }
1963
+ .btn.btn-carousel path {
1964
+ fill: #fff;
1965
+ }
1966
+ .btn.btn-carousel:not([disabled=disabled])[data-focus-visible-added], .btn.btn-carousel:not([disabled=disabled]):focus-visible, .btn.btn-carousel:not([disabled=disabled]):focus, .btn.btn-carousel:not([disabled=disabled]):hover {
1967
+ position: relative;
1968
+ outline: none;
1969
+ z-index: 2;
1970
+ box-shadow: 0 0 0 0.25rem #fff, 0 0 0 0.4rem #353535;
1971
+ border: 1px solid #353535;
1972
+ background-color: #353535;
1973
+ color: #fff;
1974
+ }
1975
+ .btn.btn-carousel.hide {
1976
+ visibility: hidden;
1977
+ }
1978
+ @media (max-width: 59.98em) {
1979
+ .btn.btn-carousel {
1980
+ padding: 0.75rem;
1981
+ }
1982
+ }
1983
+ .btn.btn-carousel:disabled {
1984
+ background-color: #ddd;
1985
+ border-color: #ddd;
1986
+ opacity: 1;
1987
+ }
1988
+ .btn.btn-carousel label {
1989
+ visibility: hidden;
1990
+ }
1991
+ .btn.btn-invisible {
1992
+ color: inherit;
1993
+ padding: 0;
1994
+ }
1995
+ .btn.btn-invisible:not([disabled=disabled])[data-focus-visible-added], .btn.btn-invisible:not([disabled=disabled]):focus-visible, .btn.btn-invisible:not([disabled=disabled]):focus, .btn.btn-invisible:not([disabled=disabled]):hover {
1996
+ box-shadow: none;
1997
+ }
1998
+ .btn.expand {
1999
+ display: block;
2000
+ }
2001
+
2002
+ .card[confirm] {
2003
+ max-width: 16.25rem;
2004
+ margin-right: auto;
2005
+ text-align: center;
2006
+ margin-left: auto;
2007
+ }
2008
+ .card[confirm] .card-header {
2009
+ padding: 1.5rem 1.75rem 1.25rem;
2010
+ }
2011
+ .card[confirm] .card-body {
2012
+ padding: 1.75rem 1.75rem 1.5rem;
2013
+ }
2014
+ .card[confirm] .card-title {
2015
+ font-size: 2rem;
2016
+ margin-bottom: 1.5rem;
2017
+ }
2018
+
2019
+ .card[confirm].request .clone {
2020
+ margin-top: -5.875rem;
2021
+ margin-bottom: 0;
2022
+ opacity: 0;
2023
+ }
2024
+
2025
+ .card[confirm].reset .clone {
2026
+ margin-top: -3.3125rem;
2027
+ margin-bottom: 0;
2028
+ opacity: 0;
2029
+ }
2030
+
2031
+ .card[login] .card-header {
2032
+ padding: 1.5rem 1.75rem 1.25rem;
2033
+ }
2034
+ .card[login] .card-body {
2035
+ padding: 1.75rem 1.75rem 1.5rem;
2036
+ }
2037
+ .card[login] .card-header {
2038
+ justify-content: space-between;
2039
+ align-items: center;
2040
+ display: flex;
2041
+ }
2042
+ .card[login] .card-title {
2043
+ font-size: 2.5rem;
2044
+ margin: 0;
2045
+ }
2046
+
2047
+ .card[password] .card-header {
2048
+ padding: 1.5rem 1.75rem 1.25rem;
2049
+ }
2050
+ .card[password] .card-body {
2051
+ padding: 1.75rem 1.75rem 1.5rem;
2052
+ }
2053
+ .card[password] .card-title {
2054
+ font-size: 2rem;
2055
+ }
2056
+
2057
+ .card[account] {
2058
+ margin-top: 2rem;
2059
+ margin-bottom: 0;
2060
+ }
2061
+ .card[account] > .card-body {
2062
+ padding: 2rem;
2063
+ }
2064
+ .card[account] iframe {
2065
+ min-height: 590px;
2066
+ }
2067
+ @media (min-width: 32.5em) {
2068
+ .card[account] iframe {
2069
+ min-height: 440px;
2070
+ }
2071
+ }
2072
+
2073
+ .card[video-help] {
2074
+ overflow: hidden;
2075
+ border: 1px solid #ddd;
2076
+ }
2077
+ .card[video-help]:not(:first-of-type) {
2078
+ border-top-right-radius: 0;
2079
+ border-top-left-radius: 0;
2080
+ }
2081
+ .card[video-help]:not(:last-of-type) {
2082
+ border-bottom-right-radius: 0;
2083
+ border-bottom-left-radius: 0;
2084
+ border-bottom: 0;
2085
+ }
2086
+ .card[video-help] + .card {
2087
+ margin-top: 0;
2088
+ }
2089
+ .card[video-help] .card-header {
2090
+ border-radius: 0;
2091
+ border-bottom: 0;
2092
+ overflow: hidden;
2093
+ padding: 0;
2094
+ }
2095
+ .card[video-help] .card-body {
2096
+ border-top: 1px solid #ddd;
2097
+ padding: 1.25rem;
2098
+ }
2099
+
2100
+ .card[related] {
2101
+ border: 1px solid #ddd;
2102
+ overflow: hidden;
2103
+ }
2104
+ .card[related] + .card {
2105
+ margin-top: 0;
2106
+ }
2107
+ .card[related] img {
2108
+ max-width: 100%;
2109
+ }
2110
+ .card[related] .card-title {
2111
+ font-size: 1.25rem;
2112
+ margin-bottom: 0.75rem;
2113
+ }
2114
+ .card[related] .card-title a {
2115
+ background-color: transparent;
2116
+ text-decoration: underline;
2117
+ font-weight: inherit;
2118
+ padding: 0;
2119
+ border-radius: 0;
2120
+ color: inherit;
2121
+ }
2122
+ .card[related] .card-title a:not([disabled=disabled])[data-focus-visible-added], .card[related] .card-title a:not([disabled=disabled]):focus-visible, .card[related] .card-title a:not([disabled=disabled]):focus, .card[related] .card-title a:not([disabled=disabled]):hover {
2123
+ position: relative;
2124
+ outline: none;
2125
+ z-index: 2;
2126
+ box-shadow: 0 0 0 0.25rem #353535;
2127
+ background-color: #353535;
2128
+ color: #fff;
2129
+ }
2130
+ .card[related] .card-subtitle[date],
2131
+ .card[related] .card-text:not(:last-child) {
2132
+ margin-bottom: 0.5rem;
2133
+ }
2134
+ .card[related] * + .card-text[date] {
2135
+ margin-top: 0.75rem;
2136
+ }
2137
+
2138
+ .card[related][hero=true] .card-title {
2139
+ font-size: 2rem;
2140
+ }
2141
+ .card[related][hero=true] .card-text {
2142
+ font-size: 1.25rem;
2143
+ }
2144
+
2145
+ .card[block] {
2146
+ box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.1);
2147
+ border: none;
2148
+ }
2149
+
2150
+ .card[membership] {
2151
+ box-shadow: 0 0 0.375rem rgba(117, 117, 117, 0.5);
2152
+ background: #353535;
2153
+ width: calc(100% - 1rem);
2154
+ display: inline-block;
2155
+ margin: 0.5rem;
2156
+ color: #fff;
2157
+ border: none;
2158
+ }
2159
+ @media (min-width: 32.5em) {
2160
+ .card[membership] {
2161
+ width: 23rem;
2162
+ }
2163
+ }
2164
+ .card[membership] > .card-body {
2165
+ align-items: flex-start;
2166
+ row-gap: 0.75rem;
2167
+ display: grid;
2168
+ }
2169
+ @media (min-width: 32.5em) {
2170
+ .card[membership] > .card-body {
2171
+ row-gap: 2rem;
2172
+ }
2173
+ }
2174
+ .card[membership].member {
2175
+ background-color: #3173DD;
2176
+ }
2177
+ .card[membership].member-plus {
2178
+ background-color: #072162;
2179
+ background-image: linear-gradient(120deg, #072162 20%, #3173DD 100%);
2180
+ }
2181
+ .card[membership].patron, .card[membership].premier-patron {
2182
+ background-color: #757575;
2183
+ background-image: linear-gradient(120deg, #757575 60%, #999999 75%, #757575 90%);
2184
+ }
2185
+ .card[membership].principle-patron, .card[membership].directors-circle {
2186
+ background-color: #906C2C;
2187
+ background-image: linear-gradient(120deg, #906C2C 60%, #C59540 75%, #906C2C 90%);
2188
+ }
2189
+
2190
+ .card[slim] .card-header {
2191
+ padding: 1.5rem 1.25rem 1rem;
2192
+ }
2193
+ .card[slim] .card-body {
2194
+ padding: 1.5rem 1.25rem;
2195
+ }
2196
+
2197
+ .card {
2198
+ border: 1px solid #ddd;
2199
+ border-radius: 0.375rem;
2200
+ }
2201
+
2202
+ .card + .card {
2203
+ margin-top: 1.25rem;
2204
+ }
2205
+
2206
+ .card-header {
2207
+ border-bottom: 1px solid #ddd;
2208
+ background-color: transparent;
2209
+ }
2210
+
2211
+ .card-subtitle {
2212
+ color: #757575 !important;
2213
+ font-size: 0.875rem;
2214
+ font-weight: 400;
2215
+ margin: 0;
2216
+ }
2217
+
2218
+ .card-body {
2219
+ padding: 1.5rem;
2220
+ }
2221
+
2222
+ .card-img {
2223
+ border: 1px solid #a5a5a5;
2224
+ margin-bottom: 1rem;
2225
+ max-width: 100%;
2226
+ }
2227
+
2228
+ .card-footer {
2229
+ padding: 1rem;
2230
+ }
2231
+ @media (min-width: 48em) {
2232
+ .card-footer {
2233
+ border-top: 1px solid #a5a5a5;
2234
+ }
2235
+ }
2236
+
2237
+ .card-deck {
2238
+ justify-content: center;
2239
+ display: grid;
2240
+ gap: 2rem;
2241
+ }
2242
+ @media (min-width: 48em) {
2243
+ .card-deck {
2244
+ align-items: flex-start;
2245
+ grid-auto-flow: column;
2246
+ }
2247
+ }
2248
+ .card-deck .card {
2249
+ max-width: 20rem;
2250
+ margin-top: 0;
2251
+ }
2252
+ .card-deck .card-title {
2253
+ font-size: 1.75rem;
2254
+ }
2255
+ .card-deck .card-img {
2256
+ border-radius: 0.375rem;
2257
+ margin-top: 1rem;
2258
+ }
2259
+
2260
+ .checkbox {
2261
+ position: relative;
2262
+ padding: 0;
2263
+ display: block;
2264
+ }
2265
+ .checkbox input[type=checkbox] {
2266
+ position: absolute;
2267
+ height: 0.875rem;
2268
+ margin: auto;
2269
+ width: 0.875rem;
2270
+ z-index: 3;
2271
+ left: 1rem;
2272
+ top: 1rem;
2273
+ cursor: pointer;
2274
+ }
2275
+ .checkbox input[type=checkbox]:not([disabled=disabled])[data-focus-visible-added], .checkbox input[type=checkbox]:not([disabled=disabled]):focus-visible, .checkbox input[type=checkbox]:not([disabled=disabled]):focus, .checkbox input[type=checkbox]:not([disabled=disabled]):hover {
2276
+ outline: none;
2277
+ }
2278
+ .checkbox input[type=checkbox]:not([disabled=disabled])[data-focus-visible-added] ~ label, .checkbox input[type=checkbox]:not([disabled=disabled]):focus-visible ~ label, .checkbox input[type=checkbox]:not([disabled=disabled]):focus ~ label, .checkbox input[type=checkbox]:not([disabled=disabled]):hover ~ label {
2279
+ position: relative;
2280
+ outline: none;
2281
+ z-index: 2;
2282
+ box-shadow: 0 0 0 0.0625rem #757575;
2283
+ border: 1px solid #757575;
2284
+ background-color: #f6f6f6;
2285
+ }
2286
+ .checkbox input[type=checkbox]:not([disabled=disabled])[data-focus-visible-added]:checked ~ label, .checkbox input[type=checkbox]:not([disabled=disabled]):focus-visible:checked ~ label, .checkbox input[type=checkbox]:not([disabled=disabled]):focus:checked ~ label, .checkbox input[type=checkbox]:not([disabled=disabled]):hover:checked ~ label {
2287
+ background-color: #e6f4ff;
2288
+ border: 1px solid #006ebd;
2289
+ color: #006ebd;
2290
+ position: relative;
2291
+ outline: none;
2292
+ z-index: 2;
2293
+ box-shadow: 0 0 0 0.0625rem #006ebd;
2294
+ }
2295
+ .checkbox input[type=checkbox]:checked ~ label {
2296
+ background-color: #e6f4ff;
2297
+ border: 1px solid #006ebd;
2298
+ color: #006ebd;
2299
+ }
2300
+ .checkbox label {
2301
+ padding: 0.75rem 0.75rem 0.625rem 2.75rem;
2302
+ border: 1px solid #a5a5a5;
2303
+ border-radius: 0.375rem;
2304
+ background-color: #fff;
2305
+ font-weight: 400;
2306
+ color: #353535;
2307
+ cursor: pointer;
979
2308
  }
980
2309
 
981
- .close-icon-svg {
2310
+ .checkbox.success input[type=checkbox]:hover:checked ~ label, .checkbox.success input[type=checkbox][data-focus-visible-added]:checked ~ label {
2311
+ position: relative;
2312
+ outline: none;
2313
+ z-index: 2;
2314
+ box-shadow: 0 0 0 0.0625rem #427b42;
2315
+ border: 1px solid #427b42;
2316
+ background-color: #eef6ee;
2317
+ color: #427b42;
2318
+ }
2319
+ .checkbox.success input[type=checkbox]:checked ~ label {
2320
+ border: 1px solid #427b42;
2321
+ background-color: #eef6ee;
2322
+ color: #427b42;
2323
+ }
2324
+
2325
+ .checkbox.error input[type=checkbox]:hover:checked ~ label, .checkbox.error input[type=checkbox][data-focus-visible-added]:checked ~ label {
2326
+ position: relative;
2327
+ outline: none;
2328
+ z-index: 2;
2329
+ box-shadow: 0 0 0 0.0625rem #893434;
2330
+ border: 1px solid #893434;
2331
+ background-color: #f8eded;
2332
+ color: #893434;
2333
+ }
2334
+ .checkbox.error input[type=checkbox]:checked ~ label {
2335
+ border: 1px solid #893434;
2336
+ background-color: #f8eded;
2337
+ color: #893434;
2338
+ }
2339
+
2340
+ .custom-checkbox label {
2341
+ font-weight: 400;
2342
+ }
2343
+
2344
+ .custom-checkbox {
2345
+ position: relative;
2346
+ padding: 0;
2347
+ display: block;
2348
+ }
2349
+ .custom-checkbox input[type=checkbox] {
2350
+ position: absolute;
2351
+ height: 0.875rem;
2352
+ margin: auto;
2353
+ width: 0.875rem;
2354
+ z-index: 3;
2355
+ left: 1rem;
2356
+ top: 1rem;
982
2357
  cursor: pointer;
983
- width: 1.875rem;
984
2358
  }
985
- .close-icon-svg .outline, .close-icon-svg .cross {
986
- fill: #353535;
2359
+ .custom-checkbox input[type=checkbox]:not([disabled=disabled])[data-focus-visible-added], .custom-checkbox input[type=checkbox]:not([disabled=disabled]):focus-visible, .custom-checkbox input[type=checkbox]:not([disabled=disabled]):focus, .custom-checkbox input[type=checkbox]:not([disabled=disabled]):hover {
2360
+ outline: none;
987
2361
  }
988
- .close-icon-svg .fill {
989
- fill: #fefbfa;
2362
+ .custom-checkbox input[type=checkbox]:not([disabled=disabled])[data-focus-visible-added] ~ label, .custom-checkbox input[type=checkbox]:not([disabled=disabled]):focus-visible ~ label, .custom-checkbox input[type=checkbox]:not([disabled=disabled]):focus ~ label, .custom-checkbox input[type=checkbox]:not([disabled=disabled]):hover ~ label {
2363
+ position: relative;
2364
+ outline: none;
2365
+ z-index: 2;
2366
+ box-shadow: 0 0 0 0.0625rem #757575;
2367
+ border: 1px solid #757575;
2368
+ background-color: #f6f6f6;
2369
+ }
2370
+ .custom-checkbox input[type=checkbox]:not([disabled=disabled])[data-focus-visible-added]:checked ~ label, .custom-checkbox input[type=checkbox]:not([disabled=disabled]):focus-visible:checked ~ label, .custom-checkbox input[type=checkbox]:not([disabled=disabled]):focus:checked ~ label, .custom-checkbox input[type=checkbox]:not([disabled=disabled]):hover:checked ~ label {
2371
+ background-color: #e6f4ff;
2372
+ border: 1px solid #006ebd;
2373
+ color: #006ebd;
2374
+ position: relative;
2375
+ outline: none;
2376
+ z-index: 2;
2377
+ box-shadow: 0 0 0 0.0625rem #006ebd;
2378
+ }
2379
+ .custom-checkbox input[type=checkbox]:checked ~ label {
2380
+ background-color: #e6f4ff;
2381
+ border: 1px solid #006ebd;
2382
+ color: #006ebd;
2383
+ }
2384
+ .custom-checkbox label {
2385
+ padding: 0.75rem 0.75rem 0.625rem 2.75rem;
2386
+ border: 1px solid #a5a5a5;
2387
+ border-radius: 0.375rem;
2388
+ background-color: #fff;
2389
+ font-weight: 400;
2390
+ color: #353535;
2391
+ cursor: pointer;
2392
+ }
2393
+ .custom-checkbox:not(:last-of-type) {
2394
+ margin-bottom: 0.5rem;
990
2395
  }
991
2396
 
992
- .btn.close-icon-btn {
993
- margin-top: 0.625rem;
2397
+ [success] input[type=radio]:not([disabled=disabled])[data-focus-visible-added]:checked ~ label, [success] input[type=radio]:not([disabled=disabled]):focus-visible:checked ~ label, [success] input[type=radio]:not([disabled=disabled]):focus:checked ~ label, [success] input[type=radio]:not([disabled=disabled]):hover:checked ~ label,
2398
+ input[type=radio][success]:not([disabled=disabled])[data-focus-visible-added]:checked ~ label,
2399
+ input[type=radio][success]:not([disabled=disabled]):focus-visible:checked ~ label,
2400
+ input[type=radio][success]:not([disabled=disabled]):focus:checked ~ label,
2401
+ input[type=radio][success]:not([disabled=disabled]):hover:checked ~ label {
2402
+ position: relative;
2403
+ outline: none;
2404
+ z-index: 2;
2405
+ box-shadow: 0 0 0 0.0625rem #427b42;
2406
+ border: 1px solid #427b42;
2407
+ background-color: #eef6ee;
2408
+ color: #427b42;
994
2409
  }
995
- .btn.close-icon-btn:focus, .btn.close-icon-btn:active, .btn.close-icon-btn:hover {
996
- margin-top: 0.625rem;
2410
+ [success] input[type=radio]:checked ~ label,
2411
+ input[type=radio][success]:checked ~ label {
2412
+ border: 1px solid #427b42;
2413
+ background-color: #eef6ee;
2414
+ color: #427b42;
997
2415
  }
998
- .btn.close-icon-btn.focus-visible {
999
- box-shadow: 0 0 0 0.25rem #353535;
2416
+
2417
+ [error] input[type=radio]:not([disabled=disabled])[data-focus-visible-added]:checked ~ label, [error] input[type=radio]:not([disabled=disabled]):focus-visible:checked ~ label, [error] input[type=radio]:not([disabled=disabled]):focus:checked ~ label, [error] input[type=radio]:not([disabled=disabled]):hover:checked ~ label,
2418
+ input[type=radio][error]:not([disabled=disabled])[data-focus-visible-added]:checked ~ label,
2419
+ input[type=radio][error]:not([disabled=disabled]):focus-visible:checked ~ label,
2420
+ input[type=radio][error]:not([disabled=disabled]):focus:checked ~ label,
2421
+ input[type=radio][error]:not([disabled=disabled]):hover:checked ~ label {
2422
+ position: relative;
2423
+ outline: none;
2424
+ z-index: 2;
2425
+ box-shadow: 0 0 0 0.0625rem #893434;
2426
+ border: 1px solid #893434;
2427
+ background-color: #f8eded;
2428
+ color: #893434;
2429
+ }
2430
+ [error] input[type=radio]:checked ~ label,
2431
+ input[type=radio][error]:checked ~ label {
2432
+ border: 1px solid #893434;
2433
+ background-color: #f8eded;
2434
+ color: #893434;
2435
+ }
2436
+
2437
+ .custom-select {
2438
+ background-color: #f6f6f6;
2439
+ border-radius: 0.375rem;
2440
+ border-color: #a5a5a5;
2441
+ padding: 0.875rem 0.5rem;
2442
+ color: #353535;
2443
+ width: 100%;
2444
+ }
2445
+
2446
+ label {
2447
+ display: block;
2448
+ font-weight: bold;
2449
+ }
2450
+
2451
+ .secondary-actions {
2452
+ margin-top: 1.5rem;
2453
+ }
2454
+ .secondary-actions p {
2455
+ margin-bottom: 0;
2456
+ }
2457
+ .secondary-actions p + p {
2458
+ margin-top: 0.5rem;
2459
+ }
2460
+ .secondary-actions.center {
2461
+ text-align: center;
2462
+ }
2463
+
2464
+ menu, ol, ul {
2465
+ padding: 0 0 0 1.25rem;
2466
+ }
2467
+
2468
+ nav > ul {
2469
+ list-style: none;
2470
+ padding: 0;
2471
+ }
2472
+
2473
+ .form-control:not([disabled=disabled])[data-focus-visible-added], .form-control:not([disabled=disabled]):focus-visible, .form-control:not([disabled=disabled]):focus, .form-control:not([disabled=disabled]):hover {
2474
+ position: relative;
2475
+ outline: none;
2476
+ z-index: 2;
2477
+ box-shadow: 0 0 0 0.0625rem #757575;
2478
+ border: 1px solid #757575;
2479
+ background-color: #f6f6f6;
2480
+ }
2481
+
2482
+ input::placeholder {
2483
+ color: #a5a5a5;
2484
+ }
2485
+
2486
+ input[type=checkbox],
2487
+ input[type=radio] {
2488
+ margin-bottom: 0.5rem;
2489
+ margin-right: 0.625rem;
2490
+ }
2491
+
2492
+ input[type=button],
2493
+ input[type=submit] {
2494
+ border-radius: 0.375rem;
2495
+ appearance: none;
2496
+ }
2497
+
2498
+ input[type=number]:not([disabled=disabled])[data-focus-visible-added], input[type=number]:not([disabled=disabled]):focus-visible, input[type=number]:not([disabled=disabled]):focus, input[type=number]:not([disabled=disabled]):hover {
2499
+ position: relative;
2500
+ outline: none;
2501
+ z-index: 2;
2502
+ box-shadow: 0 0 0 0.0625rem #757575;
2503
+ border: 1px solid #757575;
2504
+ background-color: #f6f6f6;
2505
+ }
2506
+
2507
+ [type=color], [type=date], [type=datetime], [type=datetime-local], [type=email], [type=month], [type=number], [type=password], [type=search], [type=tel], [type=text], [type=time], [type=url], [type=week], input:not([type]), textarea {
2508
+ border: solid 1px #a5a5a5;
2509
+ padding: 0.875rem 0.875rem 0.75rem;
2510
+ background-color: #f6f6f6;
2511
+ border-radius: 0.375rem;
2512
+ color: #353535;
2513
+ }
2514
+ [type=color]:disabled, [type=color][readonly], [type=date]:disabled, [type=date][readonly], [type=datetime]:disabled, [type=datetime][readonly], [type=datetime-local]:disabled, [type=datetime-local][readonly], [type=email]:disabled, [type=email][readonly], [type=month]:disabled, [type=month][readonly], [type=number]:disabled, [type=number][readonly], [type=password]:disabled, [type=password][readonly], [type=search]:disabled, [type=search][readonly], [type=tel]:disabled, [type=tel][readonly], [type=text]:disabled, [type=text][readonly], [type=time]:disabled, [type=time][readonly], [type=url]:disabled, [type=url][readonly], [type=week]:disabled, [type=week][readonly], input:not([type]):disabled, input:not([type])[readonly], textarea:disabled, textarea[readonly] {
2515
+ background-color: #f6f6f6;
2516
+ color: #757575;
2517
+ }
2518
+ [type=color]:not([disabled=disabled])[data-focus-visible-added], [type=color]:not([disabled=disabled]):focus-visible, [type=color]:not([disabled=disabled]):focus, [type=color]:not([disabled=disabled]):hover, [type=date]:not([disabled=disabled])[data-focus-visible-added], [type=date]:not([disabled=disabled]):focus-visible, [type=date]:not([disabled=disabled]):focus, [type=date]:not([disabled=disabled]):hover, [type=datetime]:not([disabled=disabled])[data-focus-visible-added], [type=datetime]:not([disabled=disabled]):focus-visible, [type=datetime]:not([disabled=disabled]):focus, [type=datetime]:not([disabled=disabled]):hover, [type=datetime-local]:not([disabled=disabled])[data-focus-visible-added], [type=datetime-local]:not([disabled=disabled]):focus-visible, [type=datetime-local]:not([disabled=disabled]):focus, [type=datetime-local]:not([disabled=disabled]):hover, [type=email]:not([disabled=disabled])[data-focus-visible-added], [type=email]:not([disabled=disabled]):focus-visible, [type=email]:not([disabled=disabled]):focus, [type=email]:not([disabled=disabled]):hover, [type=month]:not([disabled=disabled])[data-focus-visible-added], [type=month]:not([disabled=disabled]):focus-visible, [type=month]:not([disabled=disabled]):focus, [type=month]:not([disabled=disabled]):hover, [type=number]:not([disabled=disabled])[data-focus-visible-added], [type=number]:not([disabled=disabled]):focus-visible, [type=number]:not([disabled=disabled]):focus, [type=number]:not([disabled=disabled]):hover, [type=password]:not([disabled=disabled])[data-focus-visible-added], [type=password]:not([disabled=disabled]):focus-visible, [type=password]:not([disabled=disabled]):focus, [type=password]:not([disabled=disabled]):hover, [type=search]:not([disabled=disabled])[data-focus-visible-added], [type=search]:not([disabled=disabled]):focus-visible, [type=search]:not([disabled=disabled]):focus, [type=search]:not([disabled=disabled]):hover, [type=tel]:not([disabled=disabled])[data-focus-visible-added], [type=tel]:not([disabled=disabled]):focus-visible, [type=tel]:not([disabled=disabled]):focus, [type=tel]:not([disabled=disabled]):hover, [type=text]:not([disabled=disabled])[data-focus-visible-added], [type=text]:not([disabled=disabled]):focus-visible, [type=text]:not([disabled=disabled]):focus, [type=text]:not([disabled=disabled]):hover, [type=time]:not([disabled=disabled])[data-focus-visible-added], [type=time]:not([disabled=disabled]):focus-visible, [type=time]:not([disabled=disabled]):focus, [type=time]:not([disabled=disabled]):hover, [type=url]:not([disabled=disabled])[data-focus-visible-added], [type=url]:not([disabled=disabled]):focus-visible, [type=url]:not([disabled=disabled]):focus, [type=url]:not([disabled=disabled]):hover, [type=week]:not([disabled=disabled])[data-focus-visible-added], [type=week]:not([disabled=disabled]):focus-visible, [type=week]:not([disabled=disabled]):focus, [type=week]:not([disabled=disabled]):hover, input:not([type]):not([disabled=disabled])[data-focus-visible-added], input:not([type]):not([disabled=disabled]):focus-visible, input:not([type]):not([disabled=disabled]):focus, input:not([type]):not([disabled=disabled]):hover, textarea:not([disabled=disabled])[data-focus-visible-added], textarea:not([disabled=disabled]):focus-visible, textarea:not([disabled=disabled]):focus, textarea:not([disabled=disabled]):hover {
2519
+ position: relative;
2520
+ outline: none;
2521
+ z-index: 2;
2522
+ box-shadow: 0 0 0 0.0625rem #757575;
2523
+ border: 1px solid #757575;
2524
+ background-color: #f6f6f6;
2525
+ }
2526
+
2527
+ [role=radiogroup] {
2528
+ margin: -0.25rem;
2529
+ }
2530
+
2531
+ .custom-radio {
2532
+ position: relative;
2533
+ padding: 0;
2534
+ display: inline-block;
2535
+ margin: 0.25rem;
2536
+ }
2537
+ .custom-radio input[type=radio] {
2538
+ position: absolute;
2539
+ height: 0.875rem;
2540
+ margin: auto;
2541
+ width: 0.875rem;
2542
+ z-index: 3;
2543
+ left: 1rem;
2544
+ top: 1rem;
2545
+ cursor: pointer;
2546
+ }
2547
+ .custom-radio input[type=radio]:not([disabled=disabled])[data-focus-visible-added], .custom-radio input[type=radio]:not([disabled=disabled]):focus-visible, .custom-radio input[type=radio]:not([disabled=disabled]):focus, .custom-radio input[type=radio]:not([disabled=disabled]):hover {
2548
+ outline: none;
2549
+ }
2550
+ .custom-radio input[type=radio]:not([disabled=disabled])[data-focus-visible-added] ~ label, .custom-radio input[type=radio]:not([disabled=disabled]):focus-visible ~ label, .custom-radio input[type=radio]:not([disabled=disabled]):focus ~ label, .custom-radio input[type=radio]:not([disabled=disabled]):hover ~ label {
2551
+ position: relative;
2552
+ outline: none;
2553
+ z-index: 2;
2554
+ box-shadow: 0 0 0 0.0625rem #757575;
2555
+ border: 1px solid #757575;
2556
+ background-color: #f6f6f6;
2557
+ }
2558
+ .custom-radio input[type=radio]:not([disabled=disabled])[data-focus-visible-added]:checked ~ label, .custom-radio input[type=radio]:not([disabled=disabled]):focus-visible:checked ~ label, .custom-radio input[type=radio]:not([disabled=disabled]):focus:checked ~ label, .custom-radio input[type=radio]:not([disabled=disabled]):hover:checked ~ label {
2559
+ background-color: #e6f4ff;
2560
+ border: 1px solid #006ebd;
2561
+ color: #006ebd;
2562
+ position: relative;
2563
+ outline: none;
2564
+ z-index: 2;
2565
+ box-shadow: 0 0 0 0.0625rem #006ebd;
2566
+ }
2567
+ .custom-radio input[type=radio]:checked ~ label {
2568
+ background-color: #e6f4ff;
2569
+ border: 1px solid #006ebd;
2570
+ color: #006ebd;
2571
+ }
2572
+ .custom-radio label {
2573
+ padding: 0.75rem 0.75rem 0.625rem 2.75rem;
2574
+ border: 1px solid #a5a5a5;
2575
+ border-radius: 0.375rem;
1000
2576
  background-color: #fff;
1001
- border-radius: 50%;
2577
+ font-weight: 400;
2578
+ color: #353535;
2579
+ cursor: pointer;
1002
2580
  }
1003
- .btn.close-icon-btn.focus-visible .outline, .btn.close-icon-btn.focus-visible .cross {
1004
- fill: #fff;
2581
+
2582
+ [success] input[type=radio]:not([disabled=disabled])[data-focus-visible-added]:checked ~ label, [success] input[type=radio]:not([disabled=disabled]):focus-visible:checked ~ label, [success] input[type=radio]:not([disabled=disabled]):focus:checked ~ label, [success] input[type=radio]:not([disabled=disabled]):hover:checked ~ label,
2583
+ input[type=radio][success]:not([disabled=disabled])[data-focus-visible-added]:checked ~ label,
2584
+ input[type=radio][success]:not([disabled=disabled]):focus-visible:checked ~ label,
2585
+ input[type=radio][success]:not([disabled=disabled]):focus:checked ~ label,
2586
+ input[type=radio][success]:not([disabled=disabled]):hover:checked ~ label {
2587
+ position: relative;
2588
+ outline: none;
2589
+ z-index: 2;
2590
+ box-shadow: 0 0 0 0.0625rem #427b42;
2591
+ border: 1px solid #427b42;
2592
+ background-color: #eef6ee;
2593
+ color: #427b42;
1005
2594
  }
1006
- .btn.close-icon-btn.focus-visible .fill {
1007
- fill: #353535;
2595
+ [success] input[type=radio]:checked ~ label,
2596
+ input[type=radio][success]:checked ~ label {
2597
+ border: 1px solid #427b42;
2598
+ background-color: #eef6ee;
2599
+ color: #427b42;
2600
+ }
2601
+
2602
+ [error] input[type=radio]:not([disabled=disabled])[data-focus-visible-added]:checked ~ label, [error] input[type=radio]:not([disabled=disabled]):focus-visible:checked ~ label, [error] input[type=radio]:not([disabled=disabled]):focus:checked ~ label, [error] input[type=radio]:not([disabled=disabled]):hover:checked ~ label,
2603
+ input[type=radio][error]:not([disabled=disabled])[data-focus-visible-added]:checked ~ label,
2604
+ input[type=radio][error]:not([disabled=disabled]):focus-visible:checked ~ label,
2605
+ input[type=radio][error]:not([disabled=disabled]):focus:checked ~ label,
2606
+ input[type=radio][error]:not([disabled=disabled]):hover:checked ~ label {
2607
+ position: relative;
2608
+ outline: none;
2609
+ z-index: 2;
2610
+ box-shadow: 0 0 0 0.0625rem #893434;
2611
+ border: 1px solid #893434;
2612
+ background-color: #f8eded;
2613
+ color: #893434;
2614
+ }
2615
+ [error] input[type=radio]:checked ~ label,
2616
+ input[type=radio][error]:checked ~ label {
2617
+ border: 1px solid #893434;
2618
+ background-color: #f8eded;
2619
+ color: #893434;
2620
+ }
2621
+
2622
+ .margin-top-1 {
2623
+ margin-top: 1rem;
2624
+ }
2625
+
2626
+ .margin-top-2 {
2627
+ margin-top: 2rem;
2628
+ }
2629
+
2630
+ .margin-top-3 {
2631
+ margin-top: 3rem;
2632
+ }
2633
+
2634
+ .margin-top-4 {
2635
+ margin-top: 4rem;
2636
+ }
2637
+
2638
+ .margin-bottom-1 {
2639
+ margin-bottom: 1rem;
2640
+ }
2641
+
2642
+ .margin-bottom-2 {
2643
+ margin-bottom: 2rem;
2644
+ }
2645
+
2646
+ .margin-bottom-3 {
2647
+ margin-bottom: 3rem;
2648
+ }
2649
+
2650
+ .margin-bottom-4 {
2651
+ margin-bottom: 4rem;
2652
+ }
2653
+
2654
+ .min-height-1 {
2655
+ min-height: 1rem;
2656
+ }
2657
+
2658
+ .min-height-2 {
2659
+ min-height: 2rem;
2660
+ }
2661
+
2662
+ .min-height-3 {
2663
+ min-height: 3rem;
2664
+ }
2665
+
2666
+ .min-height-4 {
2667
+ min-height: 4rem;
2668
+ }
2669
+
2670
+ .padding-left-1 {
2671
+ padding-left: 1rem;
2672
+ }
2673
+
2674
+ .padding-left-2 {
2675
+ padding-left: 2rem;
2676
+ }
2677
+
2678
+ .padding-left-3 {
2679
+ padding-left: 3rem;
2680
+ }
2681
+
2682
+ .padding-left-4 {
2683
+ padding-left: 4rem;
2684
+ }
2685
+
2686
+ .padding-right-1 {
2687
+ padding-right: 1rem;
2688
+ }
2689
+
2690
+ .padding-right-2 {
2691
+ padding-right: 2rem;
2692
+ }
2693
+
2694
+ .padding-right-3 {
2695
+ padding-right: 3rem;
2696
+ }
2697
+
2698
+ .padding-right-4 {
2699
+ padding-right: 4rem;
2700
+ }
2701
+
2702
+ .text-align-left {
2703
+ text-align: left;
2704
+ }
2705
+
2706
+ .text-align-center {
2707
+ text-align: center;
2708
+ }
2709
+
2710
+ .text-align-right {
2711
+ text-align: right;
2712
+ }
2713
+
2714
+ .border-radius-lg {
2715
+ border-radius: 0.375rem;
2716
+ }
2717
+
2718
+ .color-orange {
2719
+ color: #d14900;
2720
+ }
2721
+
2722
+ .font-weight-700 {
2723
+ font-weight: 700;
2724
+ }
2725
+
2726
+ .font-weight-400 {
2727
+ font-weight: 400;
2728
+ }
2729
+
2730
+ .font-size-lg {
2731
+ font-size: 1.25rem;
2732
+ }
2733
+
2734
+ .font-size-h3 {
2735
+ font-size: 1.75rem;
2736
+ }
2737
+
2738
+ .list-style-none {
2739
+ list-style-type: none;
2740
+ padding: 0;
2741
+ margin: 0;
2742
+ }
2743
+
2744
+ .margin-0 {
2745
+ margin: 0;
2746
+ }
2747
+
2748
+ .margin-top-05 {
2749
+ margin-top: 0.5rem;
2750
+ }
2751
+
2752
+ .margin-top-025 {
2753
+ margin-top: 0.25rem;
2754
+ }
2755
+
2756
+ .overflow-hidden {
2757
+ overflow: hidden;
2758
+ }
2759
+
2760
+ .width-100 {
2761
+ width: 100%;
2762
+ }
2763
+
2764
+ .background-color-alt {
2765
+ background-color: #fefbfa;
1008
2766
  }
1009
2767
 
1010
2768
  body {
@@ -1015,4 +2773,16 @@ body {
1015
2773
 
1016
2774
  h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
1017
2775
  font-weight: 700;
2776
+ }
2777
+
2778
+ a, a:hover {
2779
+ color: inherit;
2780
+ }
2781
+
2782
+ p {
2783
+ margin-bottom: 0;
2784
+ }
2785
+
2786
+ p + p {
2787
+ margin-top: 1rem;
1018
2788
  }