wai-website-theme 0.1.0

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.
Files changed (173) hide show
  1. checksums.yaml +7 -0
  2. data/LICENSE.txt +21 -0
  3. data/README.md +52 -0
  4. data/_data/lang.json +730 -0
  5. data/_data/techniques.yml +180 -0
  6. data/_data/wcag.yml +125 -0
  7. data/_includes/.DS_Store +0 -0
  8. data/_includes/body-class.html +1 -0
  9. data/_includes/box.html +10 -0
  10. data/_includes/excol.html +13 -0
  11. data/_includes/footer.html +40 -0
  12. data/_includes/head.html +23 -0
  13. data/_includes/header.html +59 -0
  14. data/_includes/icon.html +6 -0
  15. data/_includes/img.html +17 -0
  16. data/_includes/multilang-list-policy-links.html +29 -0
  17. data/_includes/multilang-list.html +35 -0
  18. data/_includes/multilang-policy-title.html +5 -0
  19. data/_includes/multilang-title-full.html +1 -0
  20. data/_includes/multilang-title.html +1 -0
  21. data/_includes/navlist.html +22 -0
  22. data/_includes/notes.html +2 -0
  23. data/_includes/prevnext.html +34 -0
  24. data/_includes/resources.html +19 -0
  25. data/_includes/sidenav.html +65 -0
  26. data/_includes/sidenote.html +14 -0
  27. data/_includes/toc.html +10 -0
  28. data/_includes/video-player.html +99 -0
  29. data/_layouts/default.html +26 -0
  30. data/_layouts/home.html +14 -0
  31. data/_layouts/news.html +21 -0
  32. data/_layouts/none.html +1 -0
  33. data/_layouts/policy.html +72 -0
  34. data/_layouts/sidenav.html +27 -0
  35. data/_layouts/sidenavsidebar.html +22 -0
  36. data/assets/ableplayer/.gitattributes +14 -0
  37. data/assets/ableplayer/.gitignore +7 -0
  38. data/assets/ableplayer/Gruntfile.js +105 -0
  39. data/assets/ableplayer/LICENSE +26 -0
  40. data/assets/ableplayer/README.md +656 -0
  41. data/assets/ableplayer/build/ableplayer.dist.js +12157 -0
  42. data/assets/ableplayer/build/ableplayer.js +12157 -0
  43. data/assets/ableplayer/build/ableplayer.min.css +2 -0
  44. data/assets/ableplayer/build/ableplayer.min.js +8 -0
  45. data/assets/ableplayer/button-icons/able-icons.svg +116 -0
  46. data/assets/ableplayer/button-icons/black/captions.png +0 -0
  47. data/assets/ableplayer/button-icons/black/chapters.png +0 -0
  48. data/assets/ableplayer/button-icons/black/close.png +0 -0
  49. data/assets/ableplayer/button-icons/black/descriptions.png +0 -0
  50. data/assets/ableplayer/button-icons/black/ellipsis.png +0 -0
  51. data/assets/ableplayer/button-icons/black/faster.png +0 -0
  52. data/assets/ableplayer/button-icons/black/forward.png +0 -0
  53. data/assets/ableplayer/button-icons/black/fullscreen-collapse.png +0 -0
  54. data/assets/ableplayer/button-icons/black/fullscreen-expand.png +0 -0
  55. data/assets/ableplayer/button-icons/black/help.png +0 -0
  56. data/assets/ableplayer/button-icons/black/next.png +0 -0
  57. data/assets/ableplayer/button-icons/black/pause.png +0 -0
  58. data/assets/ableplayer/button-icons/black/pipe.png +0 -0
  59. data/assets/ableplayer/button-icons/black/play.png +0 -0
  60. data/assets/ableplayer/button-icons/black/preferences.png +0 -0
  61. data/assets/ableplayer/button-icons/black/previous.png +0 -0
  62. data/assets/ableplayer/button-icons/black/rabbit.png +0 -0
  63. data/assets/ableplayer/button-icons/black/restart.png +0 -0
  64. data/assets/ableplayer/button-icons/black/rewind.png +0 -0
  65. data/assets/ableplayer/button-icons/black/sign.png +0 -0
  66. data/assets/ableplayer/button-icons/black/slower.png +0 -0
  67. data/assets/ableplayer/button-icons/black/stop.png +0 -0
  68. data/assets/ableplayer/button-icons/black/transcript.png +0 -0
  69. data/assets/ableplayer/button-icons/black/turtle.png +0 -0
  70. data/assets/ableplayer/button-icons/black/volume-loud.png +0 -0
  71. data/assets/ableplayer/button-icons/black/volume-medium.png +0 -0
  72. data/assets/ableplayer/button-icons/black/volume-mute.png +0 -0
  73. data/assets/ableplayer/button-icons/black/volume-soft.png +0 -0
  74. data/assets/ableplayer/button-icons/fonts/able.eot +0 -0
  75. data/assets/ableplayer/button-icons/fonts/able.svg +40 -0
  76. data/assets/ableplayer/button-icons/fonts/able.ttf +0 -0
  77. data/assets/ableplayer/button-icons/fonts/able.woff +0 -0
  78. data/assets/ableplayer/button-icons/white/captions.png +0 -0
  79. data/assets/ableplayer/button-icons/white/chapters.png +0 -0
  80. data/assets/ableplayer/button-icons/white/close.png +0 -0
  81. data/assets/ableplayer/button-icons/white/descriptions.png +0 -0
  82. data/assets/ableplayer/button-icons/white/ellipsis.png +0 -0
  83. data/assets/ableplayer/button-icons/white/faster.png +0 -0
  84. data/assets/ableplayer/button-icons/white/forward.png +0 -0
  85. data/assets/ableplayer/button-icons/white/fullscreen-collapse.png +0 -0
  86. data/assets/ableplayer/button-icons/white/fullscreen-expand.png +0 -0
  87. data/assets/ableplayer/button-icons/white/help.png +0 -0
  88. data/assets/ableplayer/button-icons/white/next.png +0 -0
  89. data/assets/ableplayer/button-icons/white/pause.png +0 -0
  90. data/assets/ableplayer/button-icons/white/pipe.png +0 -0
  91. data/assets/ableplayer/button-icons/white/play.png +0 -0
  92. data/assets/ableplayer/button-icons/white/preferences.png +0 -0
  93. data/assets/ableplayer/button-icons/white/previous.png +0 -0
  94. data/assets/ableplayer/button-icons/white/rabbit.png +0 -0
  95. data/assets/ableplayer/button-icons/white/restart.png +0 -0
  96. data/assets/ableplayer/button-icons/white/rewind.png +0 -0
  97. data/assets/ableplayer/button-icons/white/sign.png +0 -0
  98. data/assets/ableplayer/button-icons/white/slower.png +0 -0
  99. data/assets/ableplayer/button-icons/white/stop.png +0 -0
  100. data/assets/ableplayer/button-icons/white/transcript.png +0 -0
  101. data/assets/ableplayer/button-icons/white/turtle.png +0 -0
  102. data/assets/ableplayer/button-icons/white/volume-loud.png +0 -0
  103. data/assets/ableplayer/button-icons/white/volume-medium.png +0 -0
  104. data/assets/ableplayer/button-icons/white/volume-mute.png +0 -0
  105. data/assets/ableplayer/button-icons/white/volume-soft.png +0 -0
  106. data/assets/ableplayer/images/wingrip.png +0 -0
  107. data/assets/ableplayer/package.json +22 -0
  108. data/assets/ableplayer/scripts/JQuery.doWhen.js +113 -0
  109. data/assets/ableplayer/scripts/ableplayer-base.js +440 -0
  110. data/assets/ableplayer/scripts/browser.js +162 -0
  111. data/assets/ableplayer/scripts/buildplayer.js +1609 -0
  112. data/assets/ableplayer/scripts/caption.js +385 -0
  113. data/assets/ableplayer/scripts/chapters.js +242 -0
  114. data/assets/ableplayer/scripts/control.js +1514 -0
  115. data/assets/ableplayer/scripts/description.js +283 -0
  116. data/assets/ableplayer/scripts/dialog.js +147 -0
  117. data/assets/ableplayer/scripts/dragdrop.js +766 -0
  118. data/assets/ableplayer/scripts/event.js +595 -0
  119. data/assets/ableplayer/scripts/initialize.js +725 -0
  120. data/assets/ableplayer/scripts/langs.js +750 -0
  121. data/assets/ableplayer/scripts/metadata.js +134 -0
  122. data/assets/ableplayer/scripts/misc.js +72 -0
  123. data/assets/ableplayer/scripts/preference.js +909 -0
  124. data/assets/ableplayer/scripts/search.js +171 -0
  125. data/assets/ableplayer/scripts/sign.js +92 -0
  126. data/assets/ableplayer/scripts/slider.js +454 -0
  127. data/assets/ableplayer/scripts/track.js +296 -0
  128. data/assets/ableplayer/scripts/transcript.js +590 -0
  129. data/assets/ableplayer/scripts/translation.js +66 -0
  130. data/assets/ableplayer/scripts/volume.js +383 -0
  131. data/assets/ableplayer/scripts/webvtt.js +765 -0
  132. data/assets/ableplayer/scripts/youtube.js +471 -0
  133. data/assets/ableplayer/styles/ableplayer.css +1241 -0
  134. data/assets/ableplayer/thirdparty/js.cookie.js +145 -0
  135. data/assets/ableplayer/thirdparty/modernizr.custom.js +4 -0
  136. data/assets/ableplayer/translations/ca.js +1 -0
  137. data/assets/ableplayer/translations/de.js +1 -0
  138. data/assets/ableplayer/translations/en.js +305 -0
  139. data/assets/ableplayer/translations/es.js +305 -0
  140. data/assets/ableplayer/translations/fr.js +305 -0
  141. data/assets/ableplayer/translations/it.js +303 -0
  142. data/assets/ableplayer/translations/ja.js +305 -0
  143. data/assets/ableplayer/translations/nl.js +305 -0
  144. data/assets/css/style.css +4360 -0
  145. data/assets/css/style.css.map +1 -0
  146. data/assets/fonts/anonymouspro-bold.woff +0 -0
  147. data/assets/fonts/anonymouspro-bold.woff2 +0 -0
  148. data/assets/fonts/anonymouspro-bolditalic.woff +0 -0
  149. data/assets/fonts/anonymouspro-bolditalic.woff2 +0 -0
  150. data/assets/fonts/anonymouspro-italic.woff +0 -0
  151. data/assets/fonts/anonymouspro-italic.woff2 +0 -0
  152. data/assets/fonts/anonymouspro-regular.woff +0 -0
  153. data/assets/fonts/anonymouspro-regular.woff2 +0 -0
  154. data/assets/fonts/notosans-bold.woff +0 -0
  155. data/assets/fonts/notosans-bold.woff2 +0 -0
  156. data/assets/fonts/notosans-bolditalic.woff +0 -0
  157. data/assets/fonts/notosans-bolditalic.woff2 +0 -0
  158. data/assets/fonts/notosans-italic.woff +0 -0
  159. data/assets/fonts/notosans-italic.woff2 +0 -0
  160. data/assets/fonts/notosans-regular.woff +0 -0
  161. data/assets/fonts/notosans-regular.woff2 +0 -0
  162. data/assets/images/.DS_Store +0 -0
  163. data/assets/images/Shape.svg +10 -0
  164. data/assets/images/icon-related-content.svg +14 -0
  165. data/assets/images/icons.svg +126 -0
  166. data/assets/images/teaser-image@1x.jpg +0 -0
  167. data/assets/images/teaser-image@2x.jpg +0 -0
  168. data/assets/images/w3c.sketch +0 -0
  169. data/assets/images/w3c.svg +10 -0
  170. data/assets/scripts/jquery.min.js +4 -0
  171. data/assets/scripts/main.js +208 -0
  172. data/assets/scripts/svg4everybody.js +1 -0
  173. metadata +257 -0
@@ -0,0 +1,4360 @@
1
+ .visuallyhidden, .no-display {
2
+ border: 0;
3
+ clip: rect(0 0 0 0);
4
+ -webkit-clip-path: inset(50%);
5
+ clip-path: inset(50%);
6
+ height: 1px;
7
+ margin: -1px;
8
+ overflow: hidden;
9
+ padding: 0;
10
+ position: absolute;
11
+ width: 1px;
12
+ white-space: nowrap
13
+ }
14
+
15
+ .visuallyhidden.focusable, .no-display.focusable {
16
+ }
17
+
18
+ .visuallyhidden.focusable:active, .visuallyhidden.focusable:focus, .no-display.focusable:active, .no-display.focusable:focus {
19
+ clip: auto;
20
+ -webkit-clip-path: none;
21
+ clip-path: none;
22
+ height: auto;
23
+ margin: 0;
24
+ overflow: visible;
25
+ position: static;
26
+ width: auto;
27
+ white-space: inherit
28
+ }
29
+
30
+ @font-face {
31
+ font-family: 'Noto Sans';
32
+ src: url('../fonts/notosans-regular.woff2') format('woff2'),
33
+ url('../fonts/notosans-regular.woff') format('woff');
34
+ font-weight: 400;
35
+ font-style: normal;
36
+ }
37
+
38
+ @font-face {
39
+ font-family: 'Noto Sans';
40
+ src: url('../fonts/notosans-italic.woff2') format('woff2'),
41
+ url('../fonts/notosans-italic.woff') format('woff');
42
+ font-weight: 400;
43
+ font-style: italic;
44
+ }
45
+
46
+ @font-face {
47
+ font-family: 'Noto Sans';
48
+ src: url('../fonts/notosans-bold.woff2') format('woff2'),
49
+ url('../fonts/notosans-bold.woff') format('woff');
50
+ font-weight: 600;
51
+ font-style: normal;
52
+ }
53
+
54
+ @font-face {
55
+ font-family: 'Noto Sans';
56
+ src: url('../fonts/notosans-bolditalic.woff2') format('woff2'),
57
+ url('../fonts/notosans-bolditalic.woff') format('woff');
58
+ font-weight: 600;
59
+ font-style: italic;
60
+ }
61
+
62
+ @font-face {
63
+ font-family: 'Anonymous Pro';
64
+ src: url('../fonts/anonymouspro-regular.woff2') format('woff2'),
65
+ url('../fonts/anonymouspro-regular.woff') format('woff');
66
+ font-weight: 400;
67
+ font-style: normal;
68
+ }
69
+
70
+ @font-face {
71
+ font-family: 'Anonymous Pro';
72
+ src: url('../fonts/anonymouspro-italic.woff2') format('woff2'),
73
+ url('../fonts/anonymouspro-italic.woff') format('woff');
74
+ font-weight: 400;
75
+ font-style: italic;
76
+ }
77
+
78
+ @font-face {
79
+ font-family: 'Anonymous Pro';
80
+ src: url('../fonts/anonymouspro-bold.woff2') format('woff2'),
81
+ url('../fonts/anonymouspro-bold.woff') format('woff');
82
+ font-weight: 600;
83
+ font-style: normal;
84
+ }
85
+
86
+ @font-face {
87
+ font-family: 'Anonymous Pro';
88
+ src: url('../fonts/anonymouspro-bolditalic.woff2') format('woff2'),
89
+ url('../fonts/anonymouspro-bolditalic.woff') format('woff');
90
+ font-weight: 600;
91
+ font-style: italic;
92
+ }
93
+
94
+ html {
95
+ background-color: #f2f2f2;
96
+ }
97
+
98
+ body {
99
+ font-family: "Noto Sans", "Trebuchet MS", "Helvetica Neue", Arial, sans-serif;
100
+ line-height: 1.5;
101
+ font-size: 16px;
102
+ font-size: 1rem;
103
+ background-color: #FAFAFC;
104
+ color: #1d1d1d;
105
+ padding: 0;
106
+ padding: constant(safe-area-inset-top) constant(safe-area-inset-right) constant(safe-area-inset-bottom) constant(safe-area-inset-left);
107
+ margin: 0 auto;
108
+ max-width: 1250px
109
+ }
110
+
111
+ @supports (display: grid) {
112
+
113
+ body {
114
+ max-width: none;
115
+ margin: 0
116
+ }
117
+ }
118
+
119
+ code {
120
+ font-size: 1em;
121
+ font-family: 'Anonymous Pro', monospace;
122
+ }
123
+
124
+ a {
125
+ color: #003366
126
+ }
127
+
128
+ a:hover,
129
+ a:focus {
130
+ color: #005A6A
131
+ }
132
+
133
+ a:visited {
134
+ color: #660066
135
+ }
136
+
137
+ a.stealthy-link {
138
+ text-decoration: none
139
+ }
140
+
141
+ a.stealthy-link:hover,
142
+ a.stealthy-link:focus {
143
+ color: inherit
144
+ }
145
+
146
+ a.stealthy-link:visited {
147
+ color: inherit
148
+ }
149
+
150
+ .default-container, .default-grid {
151
+ padding: 0 32px
152
+ }
153
+
154
+ @media (min-width: 35em) {
155
+
156
+ .default-container, .default-grid {
157
+ padding: 0
158
+ }
159
+ }
160
+
161
+ .default-grid {
162
+ }
163
+
164
+ @media (min-width: 60em) {
165
+
166
+ .default-grid {
167
+ display: -webkit-box;
168
+ display: -ms-flexbox;
169
+ display: flex;
170
+ padding-left: 32px;
171
+ padding-right: 32px;
172
+ grid-template-columns: [complete-start] minmax(16px, 1fr) [navigation-start] repeat(2, minmax(0, 130px)) [navigation-end content-start] repeat(6, minmax(0, 130px)) [content-end] minmax(16px, 1fr) [complete-end]
173
+ }
174
+
175
+ @supports (display: grid) {
176
+
177
+ .default-grid {
178
+ display: grid;
179
+ grid-column-gap: 32px;
180
+ padding: 0;
181
+ max-width: none
182
+ }
183
+ }
184
+
185
+ .default-grid .inner {
186
+ grid-column-start: navigation-start;
187
+ grid-column-end: content-end
188
+ }
189
+ }
190
+
191
+ .grid-4 {
192
+ }
193
+
194
+ @media (min-width: 60em) {
195
+
196
+ .grid-4 {
197
+ grid-template-columns: repeat(4, minmax(0, 1fr))
198
+ }
199
+
200
+ @supports (display: grid) {
201
+
202
+ .grid-4 {
203
+ display: grid;
204
+ grid-column-gap: 32px;
205
+ padding: 0;
206
+ max-width: none
207
+ }
208
+ }
209
+
210
+ .grid-4.nogap {
211
+ grid-column-gap: 0
212
+ }
213
+ }
214
+
215
+ .grid-4 .col1, .grid-4 .from-col1 {
216
+ grid-column-start: 1
217
+ }
218
+
219
+ .grid-4 .col1, .grid-4 .to-col1 {
220
+ grid-column-end: 2
221
+ }
222
+
223
+ .grid-4 .col2, .grid-4 .from-col2 {
224
+ grid-column-start: 2
225
+ }
226
+
227
+ .grid-4 .col2, .grid-4 .to-col2 {
228
+ grid-column-end: 3
229
+ }
230
+
231
+ .grid-4 .col3, .grid-4 .from-col3 {
232
+ grid-column-start: 3
233
+ }
234
+
235
+ .grid-4 .col3, .grid-4 .to-col3 {
236
+ grid-column-end: 4
237
+ }
238
+
239
+ .grid-4 .col4, .grid-4 .from-col4 {
240
+ grid-column-start: 4
241
+ }
242
+
243
+ .grid-4 .col4, .grid-4 .to-col4 {
244
+ grid-column-end: 5
245
+ }
246
+
247
+ .grid-6 {
248
+ }
249
+
250
+ @media (min-width: 60em) {
251
+
252
+ .grid-6 {
253
+ grid-template-columns: repeat(6, minmax(0, 1fr))
254
+ }
255
+
256
+ @supports (display: grid) {
257
+
258
+ .grid-6 {
259
+ display: grid;
260
+ grid-column-gap: 32px;
261
+ padding: 0;
262
+ max-width: none
263
+ }
264
+ }
265
+ }
266
+
267
+ .grid-6 .col1, .grid-6 .from-col1 {
268
+ grid-column-start: 1
269
+ }
270
+
271
+ .grid-6 .col1, .grid-6 .to-col1 {
272
+ grid-column-end: 2
273
+ }
274
+
275
+ .grid-6 .col2, .grid-6 .from-col2 {
276
+ grid-column-start: 2
277
+ }
278
+
279
+ .grid-6 .col2, .grid-6 .to-col2 {
280
+ grid-column-end: 3
281
+ }
282
+
283
+ .grid-6 .col3, .grid-6 .from-col3 {
284
+ grid-column-start: 3
285
+ }
286
+
287
+ .grid-6 .col3, .grid-6 .to-col3 {
288
+ grid-column-end: 4
289
+ }
290
+
291
+ .grid-6 .col4, .grid-6 .from-col4 {
292
+ grid-column-start: 4
293
+ }
294
+
295
+ .grid-6 .col4, .grid-6 .to-col4 {
296
+ grid-column-end: 5
297
+ }
298
+
299
+ .grid-6 .col5, .grid-6 .from-col5 {
300
+ grid-column-start: 5
301
+ }
302
+
303
+ .grid-6 .col5, .grid-6 .to-col5 {
304
+ grid-column-end: 6
305
+ }
306
+
307
+ .grid-6 .col6, .grid-6 .from-col6 {
308
+ grid-column-start: 6
309
+ }
310
+
311
+ .grid-6 .col6, .grid-6 .to-col6 {
312
+ grid-column-end: 7
313
+ }
314
+
315
+ .grid-three-five {
316
+ display: -webkit-box;
317
+ display: -ms-flexbox;
318
+ display: flex;
319
+ padding-left: 32px;
320
+ padding-right: 32px;
321
+ grid-template-columns: [complete-start] 0 [three-start five-start] 1fr [three-end five-end] 0 [complete-end]
322
+ }
323
+
324
+ @supports (display: grid) {
325
+
326
+ .grid-three-five {
327
+ display: grid;
328
+ grid-column-gap: 32px;
329
+ padding: 0;
330
+ max-width: none
331
+ }
332
+ }
333
+
334
+ @media (min-width: 35em) {
335
+
336
+ .grid-three-five {
337
+ grid-template-columns: [complete-start] minmax(16px, 1fr) [three-start] repeat(3, minmax(0, 130px)) [three-end five-start] repeat(5, minmax(0, 130px)) [five-end] minmax(16px, 1fr) [complete-end]
338
+ }
339
+ }
340
+
341
+ .grid-three-five .col1, .grid-three-five .col2 {
342
+ -ms-flex-negative: 1;
343
+ flex-shrink: 1
344
+ }
345
+
346
+ .grid-three-five .col1 {
347
+ -ms-flex-preferred-size: 35%;
348
+ flex-basis: 35%;
349
+ grid-column-start: three-start;
350
+ grid-column-end: three-end;
351
+ margin-right: 32px
352
+ }
353
+
354
+ @supports (display: grid) {
355
+
356
+ .grid-three-five .col1 {
357
+ margin-right: 0
358
+ }
359
+ }
360
+
361
+ .grid-three-five .col2 {
362
+ -ms-flex-preferred-size: 61%;
363
+ flex-basis: 61%;
364
+ grid-column-start: five-start;
365
+ grid-column-end: five-end
366
+ }
367
+
368
+ .grid-three-five .col12 {
369
+ -ms-flex-preferred-size: 100%;
370
+ flex-basis: 100%;
371
+ grid-column-start: three-start;
372
+ grid-column-end: five-end
373
+ }
374
+
375
+ .grid-five-three {
376
+ display: -webkit-box;
377
+ display: -ms-flexbox;
378
+ display: flex;
379
+ padding-left: 32px;
380
+ padding-right: 32px;
381
+ grid-template-columns: [complete-start] 0 [three-start five-start] 1fr [three-end five-end] 0 [complete-end]
382
+ }
383
+
384
+ @supports (display: grid) {
385
+
386
+ .grid-five-three {
387
+ display: grid;
388
+ grid-column-gap: 32px;
389
+ padding: 0;
390
+ max-width: none
391
+ }
392
+ }
393
+
394
+ @media (min-width: 35em) {
395
+
396
+ .grid-five-three {
397
+ grid-template-columns: [complete-start] minmax(16px, 1fr) [five-start] repeat(5, minmax(0, 130px)) [five-end three-start] repeat(3, minmax(0, 130px)) [three-end] minmax(16px, 1fr) [complete-end]
398
+ }
399
+ }
400
+
401
+ .grid-five-three .col1, .grid-five-three .col2 {
402
+ -ms-flex-negative: 1;
403
+ flex-shrink: 1
404
+ }
405
+
406
+ .grid-five-three .col1 {
407
+ -webkit-box-flex: 1;
408
+ -ms-flex: 1 1 62%;
409
+ flex: 1 1 62%;
410
+ grid-column-start: five-start;
411
+ grid-column-end: five-end;
412
+ margin-right: 32px
413
+ }
414
+
415
+ @supports (display: grid) {
416
+
417
+ .grid-five-three .col1 {
418
+ margin-right: 0
419
+ }
420
+ }
421
+
422
+ .grid-five-three .col2 {
423
+ -webkit-box-flex: 1;
424
+ -ms-flex: 1 1 37%;
425
+ flex: 1 1 37%;
426
+ grid-column-start: three-start;
427
+ grid-column-end: three-end
428
+ }
429
+
430
+ .grid-five-three .col12 {
431
+ -ms-flex-preferred-size: 100%;
432
+ flex-basis: 100%;
433
+ grid-column-start: five-start;
434
+ grid-column-end: three-end
435
+ }
436
+
437
+ .grid-4q {
438
+ display: -webkit-box;
439
+ display: -ms-flexbox;
440
+ display: flex;
441
+ padding-left: 32px;
442
+ padding-right: 32px;
443
+ grid-template-columns: [complete-start] 0 [q1-start q2-start q3-start q4-start] 1fr [q1-end q2-end q3-end q4-end] 0 [complete-end]
444
+ }
445
+
446
+ @supports (display: grid) {
447
+
448
+ .grid-4q {
449
+ display: grid;
450
+ grid-column-gap: 32px;
451
+ padding: 0;
452
+ max-width: none
453
+ }
454
+ }
455
+
456
+ @media (min-width: 60em) {
457
+
458
+ .grid-4q {
459
+ grid-template-columns: [complete-start] minmax(16px, 1fr) [content-start q1-start] repeat(2, minmax(0, 130px)) [q1-end q2-start] repeat(2, minmax(0, 130px)) [q2-end q3-start] repeat(2, minmax(0, 130px)) [q3-end q4-start] repeat(2, minmax(0, 130px)) [q4-end content-end] minmax(16px, 1fr) [complete-end]
460
+ }
461
+ }
462
+
463
+ .grid-4q.nogap {
464
+ grid-template-columns: [complete-start] 0 [q1-start q2-start q3-start q4-start] 1fr [q1-end q2-end q3-end q4-end] 0 [complete-end];
465
+ grid-column-gap: 0
466
+ }
467
+
468
+ @media (min-width: 60em) {
469
+
470
+ .grid-4q.nogap {
471
+ grid-template-columns: [complete-start] minmax(16px, 1fr) [content-start q1-start] repeat(2, minmax(0, 158px)) [q1-end q2-start] repeat(2, minmax(0, 158px)) [q2-end q3-start] repeat(2, minmax(0, 158px)) [q3-end q4-start] repeat(2, minmax(0, 158px)) [q4-end content-end] minmax(16px, 1fr) [complete-end]
472
+ }
473
+ }
474
+
475
+ .grid-4q .q1-start {
476
+ -ms-flex-preferred-size: 25%;
477
+ flex-basis: 25%;
478
+ -ms-flex-negative: 1;
479
+ flex-shrink: 1;
480
+ margin-right: 32px;
481
+ grid-column-start: q1-start
482
+ }
483
+
484
+ .grid-4q .q2-start {
485
+ -ms-flex-preferred-size: 25%;
486
+ flex-basis: 25%;
487
+ -ms-flex-negative: 1;
488
+ flex-shrink: 1;
489
+ margin-right: 32px;
490
+ grid-column-start: q2-start
491
+ }
492
+
493
+ .grid-4q .q3-start {
494
+ -ms-flex-preferred-size: 25%;
495
+ flex-basis: 25%;
496
+ -ms-flex-negative: 1;
497
+ flex-shrink: 1;
498
+ margin-right: 32px;
499
+ grid-column-start: q3-start
500
+ }
501
+
502
+ .grid-4q .q4-start {
503
+ -ms-flex-preferred-size: 25%;
504
+ flex-basis: 25%;
505
+ -ms-flex-negative: 1;
506
+ flex-shrink: 1;
507
+ margin-right: 32px;
508
+ grid-column-start: q4-start
509
+ }
510
+
511
+ .grid-4q .q1-end {
512
+ grid-column-end: q1-end
513
+ }
514
+
515
+ .grid-4q .q2-end {
516
+ grid-column-end: q2-end
517
+ }
518
+
519
+ .grid-4q .q3-end {
520
+ grid-column-end: q3-end
521
+ }
522
+
523
+ .grid-4q .q4-end {
524
+ grid-column-end: q4-end;
525
+ margin-right: 0
526
+ }
527
+
528
+ .grid-4q .q1-start.q2-end,
529
+ .grid-4q .q2-start.q3-end,
530
+ .grid-4q .q3-start.q4-end {
531
+ -ms-flex-preferred-size: 50%;
532
+ flex-basis: 50%
533
+ }
534
+
535
+ .grid-4q .q1-start.q3-end,
536
+ .grid-4q .q2-start.q4-end {
537
+ -ms-flex-preferred-size: 75%;
538
+ flex-basis: 75%
539
+ }
540
+
541
+ .grid-4q.nogap {
542
+ }
543
+
544
+ .grid-4q.nogap .q1-start,
545
+ .grid-4q.nogap .q2-start,
546
+ .grid-4q.nogap .q3-start,
547
+ .grid-4q.nogap .q4-start {
548
+ margin-right: 0
549
+ }
550
+
551
+ @supports(display: grid) {
552
+
553
+ .grid-4q {
554
+ }
555
+
556
+ .grid-4q .q1-start,
557
+ .grid-4q .q2-start,
558
+ .grid-4q .q3-start,
559
+ .grid-4q .q4-start {
560
+ margin-right: 0
561
+ }
562
+ }
563
+
564
+ .leftcol {
565
+ }
566
+
567
+ .leftcol article {
568
+ grid-area: content
569
+ }
570
+
571
+ .grid-line-right {
572
+ }
573
+
574
+ @media (min-width: 35em) {
575
+
576
+ .grid-line-right {
577
+ border-right: 1px solid #ddd;
578
+ margin-right: -17px;
579
+ padding-right: 17px
580
+ }
581
+ }
582
+
583
+ .grid-line-left {
584
+ }
585
+
586
+ @media (min-width: 35em) {
587
+
588
+ .grid-line-left {
589
+ border-left: 1px solid #ddd;
590
+ margin-left: -16px;
591
+ padding-left: 16px
592
+ }
593
+ }
594
+
595
+ .media-wrapper, .able-media-container {
596
+ position: relative;
597
+ padding-top: 56.25%
598
+ }
599
+
600
+ .media-wrapper iframe, .media-wrapper video, .media-wrapper .img, .able-media-container iframe, .able-media-container video, .able-media-container .img {
601
+ position: absolute;
602
+ top: 0;
603
+ right: 0;
604
+ bottom: 0;
605
+ left: 0;
606
+ width: 100%;
607
+ height: 100%
608
+ }
609
+
610
+ #main {
611
+ position: relative;
612
+ }
613
+
614
+ #toc {
615
+ }
616
+
617
+ @media (min-width: 35em) {
618
+
619
+ #toc {
620
+ float: right;
621
+ margin-left: 32px;
622
+ width: 40%
623
+ }
624
+ }
625
+
626
+ @media (min-width: 60em) {
627
+
628
+ #toc {
629
+ width: 30%
630
+ }
631
+ }
632
+
633
+ #toc.box-full {
634
+ width: auto;
635
+ float: none;
636
+ margin-left: 0
637
+ }
638
+
639
+ img.symbol {
640
+ float: right;
641
+ margin-left: 1em;
642
+ margin-bottom: 1em;
643
+ }
644
+
645
+ #main img { max-width: 100%; }
646
+
647
+ figure { margin: 0 0 1em; }
648
+
649
+ figcaption { font-weight: bold; border-bottom: 1px solid #ddd; margin-bottom: .5em;}
650
+
651
+ button, .button {
652
+ border-radius: 5px;
653
+ display: inline-block;
654
+ display: -webkit-inline-box;
655
+ display: -ms-inline-flexbox;
656
+ display: inline-flex;
657
+ -webkit-box-align: center;
658
+ -ms-flex-align: center;
659
+ align-items: center;
660
+ -webkit-box-pack: center;
661
+ -ms-flex-pack: center;
662
+ justify-content: center;
663
+ padding: 8px 12px;
664
+ border: 2px solid #005A6A;;
665
+ font-size: 13px;;
666
+ font-size: .8125rem;
667
+ line-height: 1.4;
668
+ color: #ffffff;
669
+ background-color: #005A6A;
670
+ text-decoration: none;
671
+ font-weight: bold
672
+ }
673
+
674
+ button:visited, .button:visited {
675
+ color: #ffffff
676
+ }
677
+
678
+ button.button-nobg, .button.button-nobg {
679
+ background: transparent
680
+ }
681
+
682
+ button.button-nobg:hover,
683
+ button.button-nobg:focus,
684
+ .button.button-nobg:hover,
685
+ .button.button-nobg:focus {
686
+ background-color: transparent;
687
+ border-color: #fff
688
+ }
689
+
690
+ button.button-noborder, .button.button-noborder {
691
+ border-color: transparent
692
+ }
693
+
694
+ button.button-noborder:hover,
695
+ button.button-noborder:focus,
696
+ .button.button-noborder:hover,
697
+ .button.button-noborder:focus {
698
+ border-color: #fff
699
+ }
700
+
701
+ .stealthy-link:hover,
702
+ .stealthy-link:focus {
703
+ }
704
+
705
+ .stealthy-link:hover span.button,
706
+ .stealthy-link:focus span.button {
707
+ background-color: #003366;
708
+ color: #ffffff
709
+ }
710
+
711
+ button, .button {
712
+ }
713
+
714
+ button:hover,
715
+ button:focus,
716
+ .button:hover,
717
+ .button:focus {
718
+ border-color: #003366;
719
+ background-color: #003366;
720
+ color: #ffffff
721
+ }
722
+
723
+ button:disabled, .button:disabled {
724
+ opacity: .75
725
+ }
726
+
727
+ .button-secondary {
728
+ background-color: #ffffff;
729
+ color: #005A6A;
730
+ }
731
+
732
+ .button-backtotop {
733
+ position: fixed;
734
+ /*position: sticky;*/
735
+ bottom: 16px;
736
+ right: 16px;
737
+ opacity: 0.85;
738
+ border-radius: 100px;
739
+ background-color: #003366;
740
+ border-color: #003366;
741
+ box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .5);
742
+ opacity: 0;
743
+ transition: opacity .5s linear
744
+ }
745
+
746
+ .button-backtotop:focus,.button-backtotop.active {
747
+ opacity: 1
748
+ }
749
+
750
+ .button-backtotop svg {
751
+ vertical-align: -1px
752
+ }
753
+
754
+ .button-group {
755
+ display: -webkit-box;
756
+ display: -ms-flexbox;
757
+ display: flex;
758
+ -ms-flex-wrap: wrap;
759
+ flex-wrap: wrap;
760
+ margin: 0 -8px
761
+ }
762
+
763
+ .button-group button, .button-group .button {
764
+ min-width: 7em;
765
+ -webkit-box-flex: 1;
766
+ -ms-flex: 1;
767
+ flex: 1;
768
+ text-align: center;
769
+ margin: 8px
770
+ }
771
+
772
+ table, caption {
773
+ text-align: left;
774
+ }
775
+
776
+ table {
777
+ border: 1px solid #ddd;
778
+ border-collapse: collapse;
779
+ margin-bottom: 2em;
780
+ }
781
+
782
+ caption {
783
+ font-weight: bold;
784
+ font-size: 18px;
785
+ font-size: 1.125rem;
786
+ color: #005A6A;
787
+ line-height: 1.4;
788
+ margin-bottom: 8px;
789
+ }
790
+
791
+ th, td {
792
+ padding: 12px 18px;
793
+ border: 1px solid #ddd;
794
+ vertical-align: top;
795
+ }
796
+
797
+ th {
798
+ font-weight: bold;
799
+ color: #ffffff;
800
+ background-color: #005A6A;
801
+ }
802
+
803
+ th, td {
804
+ }
805
+
806
+ th > :first-child, td > :first-child {
807
+ margin-top: 0
808
+ }
809
+
810
+ th > :last-child, td > :last-child {
811
+ margin-top: 0
812
+ }
813
+
814
+ .box {
815
+ border: solid 1px #ddd;
816
+ margin-bottom: 16px;
817
+ background-color: #ffffff;
818
+ }
819
+
820
+ .box-h {
821
+ padding: 8px 16px;
822
+ color: #005A6A;
823
+ font-weight: bold;
824
+ background-color: #f2f2f2
825
+ }
826
+
827
+ .box-h h1, .box-h h2, .box-h h3, .box-h h4, .box-h h5, .box-h h6 {
828
+ all: unset
829
+ }
830
+
831
+ .box-h-large {
832
+ font-size: 20px;
833
+ font-size: 1.25rem;
834
+ color: #003366;
835
+ padding-bottom: 7px;
836
+ font-weight: normal;
837
+ border-bottom: solid 1px #ddd;
838
+ }
839
+
840
+ .box-h-icon {
841
+ }
842
+
843
+ .box-h-icon svg {
844
+ margin-right: 4px
845
+ }
846
+
847
+ .box-i {
848
+ padding: 8px 16px;
849
+ font-size: 14/16 * 16px;
850
+ font-size: 14/16 * 1rem
851
+ }
852
+
853
+ .box-i:before, .box-i:after {
854
+ content: " ";
855
+ display: table
856
+ }
857
+
858
+ .box-i:after {
859
+ clear: both
860
+ }
861
+
862
+ .box-i > :first-child {
863
+ margin-top: 0
864
+ }
865
+
866
+ .box-i > :last-child {
867
+ margin-bottom: 0
868
+ }
869
+
870
+ .box.box-list {
871
+ }
872
+
873
+ .box.box-list .box-i {
874
+ }
875
+
876
+ .box.box-list .box-i ul, .box.box-list .box-i ol {
877
+ margin: 0;
878
+ padding: 0;
879
+ list-style: none
880
+ }
881
+
882
+ .box.box-linklist {
883
+ }
884
+
885
+ .box.box-linklist .box-i {
886
+ padding: 0
887
+ }
888
+
889
+ .box.box-simple {
890
+ }
891
+
892
+ .box.box-simple .box-i {
893
+ padding: 2px 8px 8px
894
+ }
895
+
896
+ .box.box-simple .box-h-simple {
897
+ padding: 8px 8px 2px;
898
+ background-color: transparent;
899
+ font-size: 14px;
900
+ font-size: .875rem;
901
+ line-height: 1.57
902
+ }
903
+
904
+ .breadcrumb {
905
+ font-size: 13px;
906
+ font-size: .8125rem;
907
+ background-color: #ffffff;
908
+ border-bottom: 1px solid #ddd;
909
+ padding: 16px 0;
910
+ margin-bottom: 32px
911
+ }
912
+
913
+ .breadcrumb ul {
914
+ margin: 0;
915
+ padding: 0;
916
+ grid-column: 2/7
917
+ }
918
+
919
+ .breadcrumb ul li {
920
+ display: inline-block;
921
+ margin: 0;
922
+ padding: 0
923
+ }
924
+
925
+ .breadcrumb ul li:after {
926
+ content: " / ";
927
+ color: #005A6A
928
+ }
929
+
930
+ .breadcrumb ul li:last-child:after {
931
+ content: "";
932
+ display: none
933
+ }
934
+
935
+ .breadcrumb a {
936
+ color: #003366
937
+ }
938
+
939
+ .breadcrumb [aria-current=page] {
940
+ font-weight: bold;
941
+ text-decoration: none
942
+ }
943
+
944
+ .content {
945
+ display: grid;
946
+ grid-area: content;
947
+ grid-template-columns: repeat(6, minmax(0, 120px));
948
+ grid-column-gap: 32px;
949
+ & > .ref-side, > & .demo-side, > & .aside {
950
+ grid-column: 5/7;
951
+ font-size: 14px;
952
+ font-size: .875rem;
953
+ line-height: 1.2
954
+ }
955
+ & > .ref-side p:first-of-type, > & .demo-side p:first-of-type, > & .aside p:first-of-type {
956
+ margin-top: 0
957
+ }
958
+ }
959
+
960
+ .content > * {
961
+ grid-column: 1/5;
962
+ grid-auto-flow: dense
963
+ }
964
+
965
+ .content.wide {
966
+ grid-template-columns: repeat(8, minmax(0, 120px));
967
+ grid-column-start: navigation;
968
+ grid-column-end: content
969
+ }
970
+
971
+ .content.wide > * {
972
+ grid-column: 3/9
973
+ }
974
+
975
+ .content.wide .sn-contents {
976
+ grid-column: 1/3;
977
+ grid-row: 1/99
978
+ }
979
+
980
+ .example-bar {
981
+ grid-template-columns: repeat(6, minmax(0, 1fr))
982
+ }
983
+
984
+ @supports (display: grid) {
985
+
986
+ .example-bar {
987
+ display: grid;
988
+ grid-column-gap: 32px;
989
+ padding: 0;
990
+ max-width: none
991
+ }
992
+ }
993
+
994
+ .example-bar > * {
995
+ grid-column: 2/7
996
+ }
997
+
998
+ .example-bar .eg {
999
+ grid-column: 1/2;
1000
+ grid-row: 1/99;
1001
+ text-align: right;
1002
+ border-right: 2px solid #005A6A;
1003
+ padding: 0 8px;
1004
+ font-weight: bold;
1005
+ font-style: italic;
1006
+ color: #005A6A
1007
+ }
1008
+
1009
+ .example-sheet {
1010
+ grid-template-columns: repeat(6, minmax(0, 1fr))
1011
+ }
1012
+
1013
+ @supports (display: grid) {
1014
+
1015
+ .example-sheet {
1016
+ display: grid;
1017
+ grid-column-gap: 32px;
1018
+ padding: 0;
1019
+ max-width: none
1020
+ }
1021
+ }
1022
+
1023
+ .example-sheet .example-sheet-inner {
1024
+ grid-column: 2/6;
1025
+ background-color: #ffffff;
1026
+ padding: 16px 32px
1027
+ }
1028
+
1029
+ .decision-tree {
1030
+ list-style: none;
1031
+ margin: 1em 0;
1032
+ padding:0
1033
+ }
1034
+
1035
+ .decision-tree > li {
1036
+ /*border: 2px solid #999;
1037
+ border-top:none;*/
1038
+ }
1039
+
1040
+ .decision-tree > li > strong {
1041
+ display: block;
1042
+ padding: 1em .5em
1043
+ }
1044
+
1045
+ .decision-tree > li:first-child {
1046
+ /*border-top:2px solid #999;*/
1047
+ }
1048
+
1049
+ .decision-tree > li > ul {
1050
+ padding: 0;
1051
+ list-style: none
1052
+ /*border-top: 1px dotted #aaa;*/
1053
+ }
1054
+
1055
+ @supports ((display: -webkit-box) or (display: flex)) {
1056
+
1057
+ .decision-tree > li > ul {
1058
+ display: -webkit-box;
1059
+ display: -ms-flexbox;
1060
+ display: flex;
1061
+ -webkit-box-orient: horizontal;
1062
+ -webkit-box-direction: reverse;
1063
+ -ms-flex-direction: row-reverse;
1064
+ flex-direction: row-reverse;
1065
+ -ms-flex-wrap: wrap;
1066
+ flex-wrap: wrap;
1067
+ -webkit-box-align: stretch;
1068
+ -ms-flex-align: stretch;
1069
+ align-items: stretch
1070
+ }
1071
+ }
1072
+
1073
+ .decision-tree > li > ul > li {
1074
+ text-indent: 0;
1075
+ box-sizing: border-box;
1076
+ font-weight: normal;
1077
+ padding: .5em;
1078
+ //: 1px solid #aaa
1079
+ }
1080
+
1081
+ @supports ((display: -webkit-box) or (display: flex)) {
1082
+
1083
+ .decision-tree > li > ul > li {
1084
+ -ms-flex-preferred-size: 25%;
1085
+ flex-basis: 25%
1086
+ }
1087
+ }
1088
+
1089
+ .decision-tree > li > ul > li:nth-child(odd) {
1090
+ }
1091
+
1092
+ @supports ((display: -webkit-box) or (display: flex)) {
1093
+
1094
+ .decision-tree > li > ul > li:nth-child(odd) {
1095
+ -ms-flex-preferred-size: 75%;
1096
+ flex-basis: 75%
1097
+ }
1098
+ }
1099
+
1100
+ .decision-tree > li > ul > li:nth-child(odd):last-child {
1101
+ display: block;
1102
+ -ms-flex-preferred-size: 100%;
1103
+ flex-basis: 100%
1104
+ }
1105
+
1106
+ .decision-tree > li > ul > li ul {
1107
+ padding: 0;
1108
+ margin: 0
1109
+ }
1110
+
1111
+ .decision-tree > li > ul > li li {
1112
+ padding: 0;
1113
+ padding-bottom: 0.5em;
1114
+ margin-bottom: 0.5em;
1115
+ border-bottom: 1px solid #3b3b3b;
1116
+ list-style: none
1117
+ }
1118
+
1119
+ .decision-tree > li > ul > li li > em {
1120
+ display: block;
1121
+ padding-left: 1.5em;
1122
+ position: relative;
1123
+ margin-top: .25em;
1124
+ font-style: normal
1125
+ }
1126
+
1127
+ .decision-tree > li > ul > li li > em:before {
1128
+ position: absolute;
1129
+ content: '';
1130
+ top: .2em;
1131
+ margin-left: -1.5em
1132
+ }
1133
+
1134
+ .decision-tree > li > ul > li li:last-child {
1135
+ border-bottom-style: none;
1136
+ padding-bottom: 0;
1137
+ margin-bottom: 0
1138
+ }
1139
+
1140
+ .decision-tree .yes {
1141
+ background-color: rgb(229, 242, 255);
1142
+ border-bottom: none
1143
+ }
1144
+
1145
+ .decision-tree .yes li {
1146
+ list-style: disc;
1147
+ margin-left: 1em
1148
+ }
1149
+
1150
+ .decision-tree .yes li:only-child {
1151
+ list-style: none
1152
+ }
1153
+
1154
+ .decision-tree .no {
1155
+ /*border-right:1px dotted #aaa;*/
1156
+ background-color: rgb(242, 192, 193);
1157
+ border-bottom: none;
1158
+ position: relative
1159
+ /*&:before { top: 100%; left: 50%; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; border-color: rgba(119, 119, 119, 0); border-top-color: #999; border-width: 1.1rem; margin-left: -.6rem; z-index: 400; }*/
1160
+ }
1161
+
1162
+ .decision-tree .no:after {
1163
+ top: 100%;
1164
+ left: 50%;
1165
+ border: solid transparent;
1166
+ content: " ";
1167
+ height: 0;
1168
+ width: 0;
1169
+ position: absolute;
1170
+ pointer-events: none;
1171
+ border-color: rgba(119, 119, 119, 0);
1172
+ border-top-color: rgb(242, 192, 193);
1173
+ border-width: 16px;
1174
+ border-width: 1rem;
1175
+ margin-left: -8px;
1176
+ margin-left: -.5rem;
1177
+ z-index: 500
1178
+ }
1179
+
1180
+ details {
1181
+ padding-left: 32px;
1182
+ padding-left: 2rem;
1183
+ }
1184
+
1185
+ summary {
1186
+ display: block;
1187
+ margin-left: -32px;
1188
+ margin-left: -2rem;
1189
+ }
1190
+
1191
+ summary > * {
1192
+ /*display: inline;*/
1193
+ }
1194
+
1195
+ summary::-webkit-details-marker {
1196
+ display: none;
1197
+ }
1198
+
1199
+ summary > *:first-child::before {
1200
+ content: '+';
1201
+ margin-right: 8px;
1202
+ margin-right: 0.5rem;
1203
+ margin-bottom: 4px;
1204
+ margin-bottom: .25rem;
1205
+ display: inline-block;
1206
+ border-radius: 5px;
1207
+ width: 24px;
1208
+ width: 1.5rem;
1209
+ height: 24px;
1210
+ height: 1.5rem;
1211
+ background: #036;
1212
+ color: #fff;
1213
+ text-align: center;
1214
+ font-weight: bold;
1215
+ }
1216
+
1217
+ details[open] > summary > *:first-child::before {
1218
+ content: '–';
1219
+ }
1220
+
1221
+ .page-footer, .site-footer {
1222
+ font-size: 12px;
1223
+ font-size: .75rem;
1224
+ padding-top: 16px;
1225
+ padding-bottom: 16px
1226
+ }
1227
+
1228
+ .page-footer p:first-of-type, .site-footer p:first-of-type {
1229
+ margin-top: 0
1230
+ }
1231
+
1232
+ .page-footer p:last-of-type, .site-footer p:last-of-type {
1233
+ margin-bottom: 0
1234
+ }
1235
+
1236
+ .page-footer {
1237
+ margin-top: 32px;
1238
+ background-color: #efefef;
1239
+ }
1240
+
1241
+ .site-footer {
1242
+ padding-top: 16px;
1243
+ padding-bottom: 16px;
1244
+ background-color: #3b3b3b;
1245
+ color: #ffffff
1246
+ }
1247
+
1248
+ .site-footer a {
1249
+ color: #ffffff
1250
+ }
1251
+
1252
+ .site-footer a.largelink {
1253
+ color: #eed009;
1254
+ font-size: 20px;
1255
+ font-size: 1.25rem;
1256
+ text-decoration: none
1257
+ }
1258
+
1259
+ .site-footer a.largelink:hover, .site-footer a.largelink:focus {
1260
+ text-decoration: underline
1261
+ }
1262
+
1263
+ .site-footer .footer-list-header {
1264
+ font-weight: bold;
1265
+ border-bottom: 1px solid rgba(221, 221, 221, .32);
1266
+ padding: 4px 0
1267
+ }
1268
+
1269
+ .site-footer ul {
1270
+ margin: 0;
1271
+ padding: 0;
1272
+ }
1273
+
1274
+ .site-footer ul li {
1275
+ list-style:none;
1276
+ padding: 4px 0;
1277
+ }
1278
+
1279
+ #site-header {
1280
+ background-color: #003366;
1281
+ color: #fff
1282
+ }
1283
+
1284
+ @supports (display: grid) {
1285
+
1286
+ #site-header {
1287
+ padding-left: 8px;
1288
+ padding-right: 8px
1289
+ }
1290
+ }
1291
+
1292
+ #site-header a {
1293
+ color: #fff
1294
+ }
1295
+
1296
+ .wai {
1297
+ line-height: 1.2
1298
+ }
1299
+
1300
+ @media (min-width: 35em) {
1301
+
1302
+ .wai {
1303
+ vertical-align: middle;
1304
+ /*display: block;*/
1305
+ font-size: 1.5625rem
1306
+ }
1307
+ }
1308
+
1309
+ .logos {
1310
+ padding: 16px 0;
1311
+ grid-column-start: 2;
1312
+ grid-column-end: 5;
1313
+ grid-row-start: 1;
1314
+ margin-right: 32px;
1315
+ text-decoration: none;
1316
+ transition: color .5s ease-in .1s
1317
+ }
1318
+
1319
+ @supports (display: grid) {
1320
+
1321
+ .logos {
1322
+ margin-right: 0
1323
+ }
1324
+ }
1325
+
1326
+ .logos img {
1327
+ vertical-align: middle;
1328
+ padding-right: 8px;
1329
+ margin-bottom: 8px;
1330
+ color: inherit;
1331
+ fill: inherit
1332
+ }
1333
+
1334
+ .logos:hover,
1335
+ .logos:focus {
1336
+ text-decoration: underline;
1337
+ color: #eed009 !important
1338
+ }
1339
+
1340
+ h1, h2, h3, h4, h5, h6 {
1341
+ padding: 0;
1342
+ margin: 40px 0 20px;
1343
+ }
1344
+
1345
+ h1 {
1346
+ font-size: 38px;
1347
+ font-size: 2.375rem;
1348
+ color: #005A6A;
1349
+ line-height: 1.2;
1350
+ font-weight: normal;
1351
+ margin-top: 0;
1352
+ }
1353
+
1354
+ h2 {
1355
+ font-size: 22px;
1356
+ font-size: 1.375rem;
1357
+ color: #005A6A;
1358
+ line-height: 1.2;
1359
+ font-weight: normal;
1360
+ border-bottom: 1px solid #ddd;
1361
+ }
1362
+
1363
+ h3, h4 {
1364
+ font-size: 18px;
1365
+ font-size: 1.125rem;
1366
+ color: #005A6A;
1367
+ line-height: 1.4;
1368
+ }
1369
+
1370
+ h4 {
1371
+ font-weight: normal;
1372
+ }
1373
+
1374
+ h5 {
1375
+ font-weight: bold;
1376
+ line-height: 1.6;
1377
+ }
1378
+
1379
+ h6 {
1380
+ font-size: 14px;
1381
+ font-size:.875rem;
1382
+ line-height: 1.8;
1383
+ }
1384
+
1385
+ h1, h2, h3, h4, h5, h6 {
1386
+ }
1387
+
1388
+ h1.ex:before, h1.ap:before, h1 b, h2.ex:before, h2.ap:before, h2 b, h3.ex:before, h3.ap:before, h3 b, h4.ex:before, h4.ap:before, h4 b, h5.ex:before, h5.ap:before, h5 b, h6.ex:before, h6.ap:before, h6 b {
1389
+ color: #003366 !important;
1390
+ font-weight: bold
1391
+ }
1392
+
1393
+ .no-js {
1394
+ }
1395
+
1396
+ .no-js .ex {
1397
+ counter-increment: examples;
1398
+ counter-reset: approaches
1399
+ }
1400
+
1401
+ .no-js .ex:before {
1402
+ content: 'Example ' counter(examples) ': '
1403
+ }
1404
+
1405
+ .no-js .ex.inap {
1406
+ counter-reset: none
1407
+ }
1408
+
1409
+ .no-js .newap {
1410
+ counter-reset: approaches
1411
+ }
1412
+
1413
+ .no-js .newex {
1414
+ counter-reset: examples
1415
+ }
1416
+
1417
+ .no-js h2.first, .no-js h3.first, .no-js .newexap {
1418
+ counter-reset: examples approaches
1419
+ }
1420
+
1421
+ .no-js .ap {
1422
+ counter-increment: approaches
1423
+ }
1424
+
1425
+ .no-js .ap:before {
1426
+ content: 'Approach ' counter(approaches) ': '
1427
+ }
1428
+
1429
+ [class^="icon-"], [class*=" icon-"] {
1430
+ display: inline-block;
1431
+ width: 1em;
1432
+ height: 1em;
1433
+ stroke-width: 0;
1434
+ stroke: currentColor;
1435
+ fill: currentColor;
1436
+ }
1437
+
1438
+ /* ==========================================
1439
+ Single-colored icons can be modified like so:
1440
+ .icon-name {
1441
+ font-size: 32px;
1442
+ color: red;
1443
+ }
1444
+ ========================================== */
1445
+
1446
+ .icon-default {
1447
+ width: 0.9285714285714285em;
1448
+ }
1449
+
1450
+ .icon-info {
1451
+ width: 0.8571428571428571em;
1452
+ }
1453
+
1454
+ .icon-audio-description {
1455
+ width: 3.5em;
1456
+ height: 1.75em;
1457
+ margin: -.25em;
1458
+ }
1459
+
1460
+ .icon-search {
1461
+ width: 0.9287109375em;
1462
+ }
1463
+
1464
+ .icon-arrow-left {
1465
+ width: 0.8928571428571428em;
1466
+ }
1467
+
1468
+ .icon-arrow-right {
1469
+ width: 0.8214285714285714em;
1470
+ }
1471
+
1472
+ .icon-arrow-up {
1473
+ width: 0.9285714285714285em;
1474
+ }
1475
+
1476
+ .icon-arrow-down {
1477
+ width: 0.9285714285714285em;
1478
+ }
1479
+
1480
+ .icon-ex-circle {
1481
+ width: 0.8571428571428571em;
1482
+ }
1483
+
1484
+ .icon-check-circle {
1485
+ width: 0.8571428571428571em;
1486
+ }
1487
+
1488
+ .icon-external-link {
1489
+ width: 0.8571428571428571em;
1490
+ }
1491
+
1492
+ .icon-readmore {
1493
+ width: 0.7142857142857142em;
1494
+ }
1495
+
1496
+ .icon-desktop {
1497
+ width: 1.0714285714285714em;
1498
+ }
1499
+
1500
+ .icon-laptop {
1501
+ width: 1.0714285714285714em;
1502
+ }
1503
+
1504
+ .icon-tablet {
1505
+ width: 0.6428571428571428em;
1506
+ }
1507
+
1508
+ .icon-mobile {
1509
+ width: 0.42857142857142855em;
1510
+ }
1511
+
1512
+ .icon-code {
1513
+ width: 1.0714285714285714em;
1514
+ }
1515
+
1516
+ .icon-fork {
1517
+ width: 0.5714285714285714em;
1518
+ }
1519
+
1520
+ .icon-code-file {
1521
+ width: 0.8571428571428571em;
1522
+ }
1523
+
1524
+ .icon-cart-plus {
1525
+ width: 0.9285714285714285em;
1526
+ }
1527
+
1528
+ ul ::marker {
1529
+ color: #c0272d;
1530
+ }
1531
+
1532
+ ul li, ol li {
1533
+ margin-bottom: 8px;
1534
+ }
1535
+
1536
+ .linklist {
1537
+ }
1538
+
1539
+ .linklist, .linklist li {
1540
+ margin: 0;
1541
+ padding: 0;
1542
+ list-style: none
1543
+ }
1544
+
1545
+ .linklist a {
1546
+ display: block;
1547
+ padding: 4px 16px;
1548
+ border-bottom: 1px solid #ddd;
1549
+ text-decoration: none
1550
+ }
1551
+
1552
+ .linklist a svg {
1553
+ height: .65em
1554
+ }
1555
+
1556
+ .linklist a:hover, .linklist a:focus {
1557
+ }
1558
+
1559
+ .linklist a:hover svg, .linklist a:focus svg {
1560
+ color: #c0272d
1561
+ }
1562
+
1563
+ .linklist a:hover .visual-a, .linklist a:focus .visual-a {
1564
+ text-decoration: underline
1565
+ }
1566
+
1567
+ .linklist li:last-child a {
1568
+ border-bottom: none
1569
+ }
1570
+
1571
+ .nolist {
1572
+ margin: 0;
1573
+ padding: 0
1574
+ }
1575
+
1576
+ .nolist li {
1577
+ list-style: none;
1578
+ margin: 0;
1579
+ padding: 0
1580
+ }
1581
+
1582
+ p+ul, p+ol {
1583
+ margin-top: -8px;
1584
+ }
1585
+
1586
+ .columns {
1587
+ padding: 0
1588
+ }
1589
+
1590
+ .columns > * {
1591
+ margin-left: 32px
1592
+ }
1593
+
1594
+ .two.columns, .four.columns {
1595
+ -webkit-column-gap: 32px;
1596
+ column-gap: 32px
1597
+ }
1598
+
1599
+ @media (min-width: 35em) {
1600
+
1601
+ .two.columns, .four.columns {
1602
+ -webkit-columns: 2;
1603
+ columns: 2
1604
+ }
1605
+ }
1606
+
1607
+ .four.columns {
1608
+ padding: 0 8px
1609
+ }
1610
+
1611
+ @media (min-width: 60em) {
1612
+
1613
+ .four.columns {
1614
+ -webkit-columns: 4;
1615
+ columns: 4
1616
+ }
1617
+ }
1618
+
1619
+ .info {
1620
+ background-color: #eed009;
1621
+ background-image: linear-gradient(to bottom, #eed009, rgb(217, 189, 10));
1622
+ background-size: 100% 20%;
1623
+ background-repeat: no-repeat;
1624
+ background-position: bottom;
1625
+ font-weight: bold;
1626
+ text-align: center
1627
+ }
1628
+
1629
+ .info svg {
1630
+ margin-right: 8px;
1631
+ font-size: 2em;
1632
+ vertical-align: middle;
1633
+ margin-top: -.14em
1634
+ }
1635
+
1636
+ #controls {
1637
+ background-color: #f2f2f2;
1638
+ text-align: right;
1639
+ font-size: .8125em;
1640
+ padding-left: 8px;
1641
+ padding-right: 8px
1642
+ }
1643
+
1644
+ #controls ul {
1645
+ padding: 8px;
1646
+ grid-area: content;
1647
+ display: -webkit-box;
1648
+ display: -ms-flexbox;
1649
+ display: flex;
1650
+ -webkit-box-pack: justify;
1651
+ -ms-flex-pack: justify;
1652
+ justify-content: space-between
1653
+ }
1654
+
1655
+ @media (min-width: 23em) {
1656
+
1657
+ #controls ul {
1658
+ -webkit-box-pack: end;
1659
+ -ms-flex-pack: end;
1660
+ justify-content: flex-end
1661
+ }
1662
+ }
1663
+
1664
+ #controls a {
1665
+ color: #003366;
1666
+ text-decoration: none
1667
+ }
1668
+
1669
+ @media (min-width: 23em) {
1670
+
1671
+ #controls a {
1672
+ margin-left: 16px
1673
+ }
1674
+ }
1675
+
1676
+ #controls a:hover,
1677
+ #controls a:focus {
1678
+ border-bottom: none;
1679
+ text-decoration: underline
1680
+ }
1681
+
1682
+ #controls a svg {
1683
+ width: .8em;
1684
+ height: .8em
1685
+ }
1686
+
1687
+ .mainnav {
1688
+ position: relative;
1689
+ font-size: 14px;
1690
+ font-size: .875rem;
1691
+ background-color: #003366
1692
+ }
1693
+
1694
+ @media (min-width: 35em) {
1695
+
1696
+ .mainnav {
1697
+ font-size: 16px;
1698
+ font-size: 1rem
1699
+ }
1700
+ }
1701
+
1702
+ .mainnav > ul {
1703
+ width: 100%;
1704
+ margin: 0;
1705
+ padding: 0
1706
+ }
1707
+
1708
+ @media (min-width: 35em) {
1709
+
1710
+ .mainnav > ul {
1711
+ display: -webkit-box;
1712
+ display: -ms-flexbox;
1713
+ display: flex;
1714
+ -webkit-box-align: end;
1715
+ -ms-flex-align: end;
1716
+ align-items: flex-end
1717
+ }
1718
+
1719
+ @supports (display: grid) {
1720
+
1721
+ .mainnav > ul {
1722
+ display: grid;
1723
+ grid-template-rows: min-content min-content;
1724
+ grid-template-columns: minmax(16px, 1fr) repeat(6, minmax(206px, max-content)) minmax(16px, 1fr);
1725
+ -webkit-box-pack: justify;
1726
+ -ms-flex-pack: justify;
1727
+ justify-content: space-between
1728
+ }
1729
+ }
1730
+ }
1731
+
1732
+ .mainnav > ul > li {
1733
+ display: block
1734
+ }
1735
+
1736
+ .mainnav > ul > li.active {
1737
+ background: #091832;
1738
+ border-radius: 3px 3px 0 0
1739
+ }
1740
+
1741
+ .mainnav > ul > li.active > a > span {
1742
+ border-bottom: 2px solid #eed009 !important
1743
+ }
1744
+
1745
+ @media (min-width: 35em) {
1746
+
1747
+ .mainnav > ul > li {
1748
+ position: relative;
1749
+ -webkit-box-flex: 1;
1750
+ -ms-flex-positive: 1;
1751
+ flex-grow: 1;
1752
+ -ms-flex-negative: 1;
1753
+ flex-shrink: 1
1754
+ }
1755
+ }
1756
+
1757
+ .mainnav > ul > li > a {
1758
+ text-decoration: none;
1759
+ display: block;
1760
+ width: 100%;
1761
+ color: #ffffff;
1762
+ text-align: center;
1763
+ padding: 15px;
1764
+ box-sizing: border-box
1765
+ }
1766
+
1767
+ @supports (display: grid) {
1768
+
1769
+ .mainnav > ul > li > a {
1770
+ padding-top: 8px;
1771
+ padding-bottom: 8px
1772
+ }
1773
+ }
1774
+
1775
+ .mainnav > ul > li > a > span {
1776
+ display: block;
1777
+ border-bottom: 2px solid transparent
1778
+ /* var(--trans-line-grey);*/
1779
+ }
1780
+
1781
+ .mainnav > ul > li > a:hover,
1782
+ .mainnav > ul > li > a:focus,
1783
+ .mainnav > ul > li > a[aria-current="page"] {
1784
+ }
1785
+
1786
+ .mainnav > ul > li > a:hover > span,
1787
+ .mainnav > ul > li > a:focus > span,
1788
+ .mainnav > ul > li > a[aria-current="page"] > span {
1789
+ border-bottom: 2px solid #eed009
1790
+ }
1791
+
1792
+ .mainnav li.active + .subnav {
1793
+ display: grid
1794
+ }
1795
+
1796
+ .mainnav .subnav {
1797
+ font-size: 14px;
1798
+ font-size: .875rem;
1799
+ display: none;
1800
+ background-color: #091832
1801
+ }
1802
+
1803
+ @media (min-width: 35em) {
1804
+
1805
+ .mainnav .subnav {
1806
+ }
1807
+
1808
+ @supports (display: grid) {
1809
+
1810
+ .mainnav .subnav {
1811
+ grid-row-start: 2;
1812
+ grid-column-start: 1;
1813
+ grid-column-end: 9;
1814
+ grid-template-rows: min-content min-content;
1815
+ grid-template-columns: minmax(16px, 1fr) minmax(1232px, max-content) minmax(16px, 1fr);
1816
+ -webkit-box-pack: justify;
1817
+ -ms-flex-pack: justify;
1818
+ justify-content: space-between
1819
+ }
1820
+
1821
+ .mainnav .subnav ul {
1822
+ grid-column-start: 2;
1823
+ grid-column-end: 3
1824
+ }
1825
+
1826
+ .mainnav .subnav ul a:link {
1827
+ color: #fff !important
1828
+ }
1829
+ }
1830
+ }
1831
+
1832
+ .subnavcontent {
1833
+ -webkit-columns: 3;
1834
+ columns: 3; /* Does not really work :-/ */
1835
+ margin: 0;
1836
+ padding: 16px 0
1837
+ }
1838
+
1839
+ .subnavcontent, .subnavcontent li {
1840
+ list-style: none
1841
+ }
1842
+
1843
+ .subnavcontent a {
1844
+ text-decoration: none;
1845
+ color: #ffffff
1846
+ }
1847
+
1848
+ .subnavcontent a:hover,
1849
+ .subnavcontent a:focus {
1850
+ text-decoration: underline
1851
+ }
1852
+
1853
+ .subnavcontent > li {
1854
+ margin-bottom: 16px
1855
+ }
1856
+
1857
+ .subnavcontent > li:last-child {
1858
+ margin-bottom: 0
1859
+ }
1860
+
1861
+ .subnavcontent > li > a {
1862
+ font-weight: bold
1863
+ }
1864
+
1865
+ .subnavcontent > li > ul {
1866
+ border-left: 1px solid #315079;
1867
+ margin: 0;
1868
+ padding: 0 0 0 16px;
1869
+ line-height: 1.8
1870
+ }
1871
+
1872
+ .subnavcontent > li > ul > li {
1873
+ margin-bottom: 0
1874
+ }
1875
+
1876
+ .metanav {
1877
+ text-transform: uppercase;
1878
+ font-size: 12px;
1879
+ font-size: .75rem;
1880
+ font-weight: bold;
1881
+ /*border-bottom: 1px solid rgba(255, 255, 255, 0.11);*/
1882
+ text-align: right;
1883
+ width: 100%
1884
+ }
1885
+
1886
+ @media (min-width: 35em) {
1887
+
1888
+ .metanav {
1889
+ display: -webkit-box;
1890
+ display: -ms-flexbox;
1891
+ display: flex;
1892
+ -webkit-box-align: center;
1893
+ -ms-flex-align: center;
1894
+ align-items: center;
1895
+ -webkit-box-pack: end;
1896
+ -ms-flex-pack: end;
1897
+ justify-content: flex-end
1898
+ }
1899
+ }
1900
+
1901
+ .metanav a {
1902
+ text-decoration: none;
1903
+ padding: 8px 0
1904
+ }
1905
+
1906
+ .metanav a:hover,
1907
+ .metanav a:focus,
1908
+ .metanav a[aria-current="page"] {
1909
+ border-bottom: 2px solid #eed009
1910
+ }
1911
+
1912
+ .metanav > ul {
1913
+ width: 100%
1914
+ }
1915
+
1916
+ @media (min-width: 35em) {
1917
+
1918
+ .metanav > ul {
1919
+ display: -webkit-box;
1920
+ display: -ms-flexbox;
1921
+ display: flex;
1922
+ -webkit-box-pack: end;
1923
+ -ms-flex-pack: end;
1924
+ justify-content: flex-end
1925
+ }
1926
+ }
1927
+
1928
+ .metanav > ul li {
1929
+ display: inline;
1930
+ margin-bottom: 8px
1931
+ }
1932
+
1933
+ @media (min-width: 35em) {
1934
+
1935
+ .metanav > ul li {
1936
+ display: -webkit-box;
1937
+ display: -ms-flexbox;
1938
+ display: flex;
1939
+ -webkit-box-align: center;
1940
+ -ms-flex-align: center;
1941
+ align-items: center;
1942
+ margin: 0 16px 0 0 !important
1943
+ }
1944
+ }
1945
+
1946
+ .metanav > ul li:last-child {
1947
+ min-width: 300px;
1948
+ margin-right: 0
1949
+ }
1950
+
1951
+ .metanav > ul li a {
1952
+ }
1953
+
1954
+ @media (min-width: 35em) {
1955
+
1956
+ .metanav > ul li a {
1957
+ display: block;
1958
+ width: 100%;
1959
+ text-align: right
1960
+ }
1961
+ }
1962
+
1963
+ .metanav form[role=search] {
1964
+ background-color: rgba(6, 30, 54, .44)
1965
+ }
1966
+
1967
+ .metanav form[role=search] > div {
1968
+ width: 300px;
1969
+ display: -webkit-box;
1970
+ display: -ms-flexbox;
1971
+ display: flex
1972
+ }
1973
+
1974
+ .metanav form[role=search] label {
1975
+ text-transform: none;
1976
+ font-weight: normal;
1977
+ display: -webkit-box;
1978
+ display: -ms-flexbox;
1979
+ display: flex;
1980
+ -ms-flex-line-pack: center;
1981
+ align-content: center;
1982
+ width: 70%;
1983
+ -webkit-box-flex: 1;
1984
+ -ms-flex: 1 1 70%;
1985
+ flex: 1 1 70%
1986
+ }
1987
+
1988
+ .metanav form[role=search] label .l {
1989
+ display: block;
1990
+ padding: 8px 4px 8px 12px
1991
+ }
1992
+
1993
+ .metanav form[role=search] input {
1994
+ box-sizing: border-box;
1995
+ -webkit-appearance: none;
1996
+ background-color: transparent;
1997
+ border: 0;
1998
+ border-radius: 0;
1999
+ color: #ffffff;
2000
+ height: 100%;
2001
+ padding: 8px 0;
2002
+ margin: 0;
2003
+ min-width: 100px
2004
+ }
2005
+
2006
+ .metanav form[role=search] input::-webkit-search-cancel-button,
2007
+ .metanav form[role=search] input::-webkit-search-results-button {
2008
+ filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="table" tableValues="1 0" /><feFuncG type="table" tableValues="1 0" /><feFuncB type="table" tableValues="1 0" /></feComponentTransfer></filter></svg>#filter');
2009
+ -webkit-filter: invert(100%);
2010
+ filter: invert(100%)
2011
+ }
2012
+
2013
+ .metanav form[role=search] button {
2014
+ display: block;
2015
+ margin: 0
2016
+ }
2017
+
2018
+ .metanav form[role=search] ::-webkit-input-placeholder {
2019
+ color: #ffffff;
2020
+ font-style: italic;
2021
+ opacity: 1
2022
+ }
2023
+
2024
+ .metanav form[role=search] :-moz-placeholder {
2025
+ /* Firefox 18- */
2026
+ color: #ffffff;
2027
+ font-style: italic;
2028
+ opacity: 1
2029
+ }
2030
+
2031
+ .metanav form[role=search] ::-moz-placeholder {
2032
+ /* Firefox 19+ */
2033
+ color: #ffffff;
2034
+ font-style: italic;
2035
+ opacity: 1
2036
+ }
2037
+
2038
+ .metanav form[role=search] :-ms-input-placeholder {
2039
+ color: #ffffff;
2040
+ font-style: italic;
2041
+ opacity: 1
2042
+ }
2043
+
2044
+ .navigations {
2045
+ position: relative;
2046
+ grid-column-start: 5;
2047
+ grid-column-end: -2;
2048
+ -webkit-box-flex: 1;
2049
+ -ms-flex-positive: 1;
2050
+ flex-grow: 1
2051
+ }
2052
+
2053
+ @media (min-width: 35em) {
2054
+
2055
+ .navigations {
2056
+ /*border: 1px solid rgba(255, 255, 255, 0.11);
2057
+ border-style: none solid;*/
2058
+ /*padding: 16px 0 0;*/
2059
+ }
2060
+ }
2061
+
2062
+ .navigations .nava11y {
2063
+ display: block
2064
+ }
2065
+
2066
+ .mainnav, .metanav, #controls {
2067
+ }
2068
+
2069
+ .mainnav > ul, .metanav > ul, #controls > ul {
2070
+ margin: 0;
2071
+ padding: 0
2072
+ }
2073
+
2074
+ .mainnav > ul > li, .metanav > ul > li, #controls > ul > li {
2075
+ display: inline-block;
2076
+ list-style: none;
2077
+ margin: 0
2078
+ }
2079
+
2080
+ .teaser.news {
2081
+ background-color: #ffffff;
2082
+ }
2083
+
2084
+ .news-teaser {
2085
+ margin-bottom: 60px;
2086
+ }
2087
+
2088
+ .announcements-list {
2089
+ margin-bottom: 60px;
2090
+ }
2091
+
2092
+ .announce-box {
2093
+ background-color: #fafafa;
2094
+ border: 1px solid #ddd;
2095
+ border-width: 1px 0;
2096
+ padding: 10px 25px !important
2097
+ }
2098
+
2099
+ .announce-box+.announce-box {
2100
+ border-top-width: 0
2101
+ }
2102
+
2103
+ .announce-box>:first-child {
2104
+ margin-top: 0
2105
+ }
2106
+
2107
+ .announce-box>:last-child {
2108
+ margin-bottom: 0
2109
+ }
2110
+
2111
+ .notes {
2112
+ font-size: .85em
2113
+ }
2114
+
2115
+ .notes strong:first-child {
2116
+ font-weight: bold;
2117
+ color: #005A6A
2118
+ }
2119
+
2120
+ .pager {
2121
+ background-color: #ffffff;
2122
+ border: 1px solid #ddd;
2123
+ display: -webkit-box;
2124
+ display: -ms-flexbox;
2125
+ display: flex;
2126
+ -webkit-box-flex: 1;
2127
+ -ms-flex: 1 100%;
2128
+ flex: 1 100%;
2129
+ }
2130
+
2131
+ .pager > ul {
2132
+ -ms-flex-line-pack: center;
2133
+ align-content: center;
2134
+ display: -webkit-box;
2135
+ display: -ms-flexbox;
2136
+ display: flex;
2137
+ -webkit-box-flex: 1;
2138
+ -ms-flex: 1 100%;
2139
+ flex: 1 100%;
2140
+ -webkit-box-orient: horizontal;
2141
+ -webkit-box-direction: normal;
2142
+ -ms-flex-direction: row;
2143
+ flex-direction: row;
2144
+ -ms-flex-wrap: nowrap;
2145
+ flex-wrap: nowrap;
2146
+ margin: 0;
2147
+ padding: 18px;
2148
+ }
2149
+
2150
+ .pager--item {
2151
+ display: -webkit-box;
2152
+ display: -ms-flexbox;
2153
+ display: flex;
2154
+ -webkit-box-flex: 1;
2155
+ -ms-flex: 1 auto;
2156
+ flex: 1 auto;
2157
+ list-style: none;
2158
+ }
2159
+
2160
+ .pager--item a:link {
2161
+ color: #005A6A;
2162
+ display: -webkit-box;
2163
+ display: -ms-flexbox;
2164
+ display: flex;
2165
+ -webkit-box-orient: horizontal;
2166
+ -webkit-box-direction: normal;
2167
+ -ms-flex-direction: row;
2168
+ flex-direction: row;
2169
+ -webkit-box-flex: 1;
2170
+ -ms-flex: 1 100%;
2171
+ flex: 1 100%;
2172
+ text-decoration: none;
2173
+ }
2174
+
2175
+ .pager--item a:visited {
2176
+ color: #660066;
2177
+ }
2178
+
2179
+ .pager--item a:hover,
2180
+ .pager--item a:focus {
2181
+ color: #003366;
2182
+ }
2183
+
2184
+ .pager--item a:active {
2185
+ color: #005A6A;
2186
+ }
2187
+
2188
+ .pager--item.next a {
2189
+ -webkit-box-orient: horizontal;
2190
+ -webkit-box-direction: reverse;
2191
+ -ms-flex-direction: row-reverse;
2192
+ flex-direction: row-reverse;
2193
+ -webkit-box-pack: end;
2194
+ -ms-flex-pack: end;
2195
+ justify-content: flex-end;
2196
+ text-align: right;
2197
+ }
2198
+
2199
+ .pager--item-icon {
2200
+ display: -webkit-box;
2201
+ display: -ms-flexbox;
2202
+ display: flex;
2203
+ font-size: 33px;
2204
+ }
2205
+
2206
+ .pager--item-text {
2207
+ display: -webkit-box;
2208
+ display: -ms-flexbox;
2209
+ display: flex;
2210
+ -webkit-box-flex: 1;
2211
+ -ms-flex: 1 auto;
2212
+ flex: 1 auto;
2213
+ -webkit-box-orient: vertical;
2214
+ -webkit-box-direction: normal;
2215
+ -ms-flex-direction: column;
2216
+ flex-direction: column;
2217
+ }
2218
+
2219
+ .pager--item-text {
2220
+ margin-right: 16px;
2221
+ margin-left: 16px;
2222
+ }
2223
+
2224
+ .pager--item-text-direction {
2225
+ color: #1d1d1d;
2226
+ font-size: 13px;
2227
+ }
2228
+
2229
+ .pager--item-text-target {
2230
+ font-size: 17px;
2231
+ line-height: 1em;
2232
+ }
2233
+
2234
+ .quote {
2235
+ background-color: #005A6A;
2236
+ border-radius: 5px;
2237
+ color: #ffffff;
2238
+ padding: 22px;
2239
+ }
2240
+
2241
+ .quote--block {
2242
+ display: -webkit-box;
2243
+ display: -ms-flexbox;
2244
+ display: flex;
2245
+ -webkit-box-orient: vertical;
2246
+ -webkit-box-direction: normal;
2247
+ -ms-flex-direction: column;
2248
+ flex-direction: column;
2249
+ margin: 0;
2250
+ padding: 0;
2251
+ }
2252
+
2253
+ .quote--block-text {
2254
+ font-size: 20px;
2255
+ font-style: italic;
2256
+ line-height: 1.25;
2257
+ margin: 0;
2258
+ padding: 0;
2259
+ }
2260
+
2261
+ .quote--block-text::before {
2262
+ content: open-quote;
2263
+ }
2264
+
2265
+ .quote--block-text::after {
2266
+ content: close-quote;
2267
+ }
2268
+
2269
+ .quote--block-cite {
2270
+ font-size: 15px;
2271
+ font-weight: 500;
2272
+ margin: 9px 0 0 0;
2273
+ }
2274
+
2275
+ .quote--block-cite a {
2276
+ color: #FAFAFC;
2277
+ }
2278
+
2279
+ .related-content {
2280
+ background-color: #ffffff;
2281
+ border: 1px solid #ddd;
2282
+ display: -webkit-box;
2283
+ display: -ms-flexbox;
2284
+ display: flex;
2285
+ -webkit-box-flex: 1;
2286
+ -ms-flex: 1 100%;
2287
+ flex: 1 100%;
2288
+ -webkit-box-orient: vertical;
2289
+ -webkit-box-direction: normal;
2290
+ -ms-flex-direction: column;
2291
+ flex-direction: column;
2292
+ margin: 50px;
2293
+ }
2294
+
2295
+ .related-content--head {
2296
+ -webkit-box-align: center;
2297
+ -ms-flex-align: center;
2298
+ align-items: center;
2299
+ background-color: #f2f2f2;
2300
+ border-bottom: 1px solid #ddd;
2301
+ display: -webkit-box;
2302
+ display: -ms-flexbox;
2303
+ display: flex;
2304
+ -webkit-box-orient: horizontal;
2305
+ -webkit-box-direction: normal;
2306
+ -ms-flex-direction: row;
2307
+ flex-direction: row;
2308
+ height: 48px;
2309
+ }
2310
+
2311
+ .related-content--head-icon {
2312
+ height: 22px;
2313
+ margin-right: 10px;
2314
+ margin-left: 19px;
2315
+ width: 22px;
2316
+ }
2317
+
2318
+ .related-content--head-heading {
2319
+ border: none;
2320
+ color: #003366;
2321
+ -webkit-box-flex: 1;
2322
+ -ms-flex: 1 100%;
2323
+ flex: 1 100%;
2324
+ font-size: 20px;
2325
+ margin: 0;
2326
+ padding: 0;
2327
+ }
2328
+
2329
+ .related-content--content {
2330
+ margin: 0;
2331
+ padding: 0;
2332
+ }
2333
+
2334
+ .related-content--content-list {
2335
+ list-style: none;
2336
+ margin: 22px;
2337
+ padding: 0;
2338
+ }
2339
+
2340
+ .related-content--content-list li {
2341
+ font-size: 14px;
2342
+ line-height: 2.2em;
2343
+ }
2344
+
2345
+ .sidenav {
2346
+ grid-area: navigation;
2347
+ }
2348
+
2349
+ .sidenav--head {
2350
+ /*background-color: var(--off-white);*/
2351
+ background-color: #003366;
2352
+ padding: 8px;
2353
+ display:-webkit-box;
2354
+ display:-ms-flexbox;
2355
+ display:flex;
2356
+ -webkit-box-align: end;
2357
+ -ms-flex-align: end;
2358
+ align-items: flex-end;
2359
+ border: 2px solid #003366;
2360
+ border-bottom: none;
2361
+ }
2362
+
2363
+ .sidenav--head-icon {
2364
+ padding-bottom: .3em;
2365
+ }
2366
+
2367
+ .sidenav--head-icon--inner {
2368
+ width: 47px;
2369
+ height: 48px;
2370
+ float: left;
2371
+ margin-right: 8px;
2372
+ }
2373
+
2374
+ .sidenav--head-section {
2375
+ color: #ffffff;
2376
+ text-transform: uppercase;
2377
+ letter-spacing: .7px;
2378
+ font-size: 11px;
2379
+ font-size: .6875rem;
2380
+ font-weight: bold;
2381
+ }
2382
+
2383
+ .sidenav--head-subsection {
2384
+ color: #ffffff;
2385
+ font-size: 22px;
2386
+ font-size: 1.375rem;
2387
+ }
2388
+
2389
+ .sidenav--list {
2390
+ border: 2px solid #003366;
2391
+ border-width: 0 1px 1px;
2392
+ background-color: #003366;
2393
+ margin: 0;
2394
+ padding:0;
2395
+ font-size: 13px;
2396
+ font-size: .8125rem;
2397
+ .sidenav-head + & {
2398
+ border-top: none;
2399
+ }
2400
+ }
2401
+
2402
+ .sidenav--list a {
2403
+ display: block;
2404
+ padding: 16px 24px;
2405
+ color: #ffffff;
2406
+ text-decoration: none
2407
+ }
2408
+
2409
+ .sidenav--list a:hover,
2410
+ .sidenav--list a:focus {
2411
+ text-decoration: underline;
2412
+ background-color: #ffffff;
2413
+ color: #005A6A
2414
+ }
2415
+
2416
+ .sidenav--list>li>a {
2417
+ border-top: 1px solid #ffffff
2418
+ }
2419
+
2420
+ .sidenav--list ul {
2421
+ padding: 0;
2422
+ margin: 0;
2423
+ padding-left: 24px
2424
+ }
2425
+
2426
+ .sidenav--list a + ul {
2427
+ display: none
2428
+ }
2429
+
2430
+ .sidenav--list a[aria-current] + ul {
2431
+ display: block
2432
+ }
2433
+
2434
+ .sidenav--list li {
2435
+ margin: 0;
2436
+ padding: 0;
2437
+ list-style: none
2438
+ }
2439
+
2440
+ .sidenav--list ul li a {
2441
+ border-bottom: none;
2442
+ padding: 4px 4px 4px 16px;
2443
+ border-radius: 2px 0 0 2px
2444
+ }
2445
+
2446
+ .sidenav--list a[aria-current] {
2447
+ /*color: var(--w3c-blue);
2448
+ background-color: var(--body-bg);*/
2449
+ }
2450
+
2451
+ .sidenav--list a[aria-current=location] {
2452
+ padding-bottom: 4px;
2453
+ font-weight: bold
2454
+ }
2455
+
2456
+ .sidenav--list a[aria-current=page] {
2457
+ font-weight: bold;
2458
+ margin-right: -1px;
2459
+ color: #003366;
2460
+ background-color: #FAFAFC
2461
+ }
2462
+
2463
+ .teaser {
2464
+ padding-top: 32px;
2465
+ padding-bottom: 32px;
2466
+ }
2467
+
2468
+ .teaser.featured {
2469
+ background-size: cover;
2470
+ background-position: center
2471
+ }
2472
+
2473
+ .teaser.featured .teaser-c {
2474
+ background-color: rgba(255, 255, 255, .9);
2475
+ border-top: 5px solid #c0272d;
2476
+ padding: 16px 32px;
2477
+ display: block
2478
+ }
2479
+
2480
+ .teaser-h {
2481
+ }
2482
+
2483
+ .teaser-h h2, .teaser-h h3, .teaser-h h4, .teaser-h h5, .teaser-h h6 {
2484
+ margin: 16px 0;
2485
+ padding: 0;
2486
+ border: none;
2487
+ color: #005A6A;
2488
+ font-size: 16px;
2489
+ font-size: 1rem;
2490
+ line-height: 1.2
2491
+ }
2492
+
2493
+ .teaser-h h2.title, .teaser-h h3.title, .teaser-h h4.title, .teaser-h h5.title, .teaser-h h6.title {
2494
+ font-size: 24px;
2495
+ font-size: 1.5rem;
2496
+ margin: 10px 0 20px
2497
+ }
2498
+
2499
+ @media (min-width: 35em) {
2500
+
2501
+ .teaser-h h2.title, .teaser-h h3.title, .teaser-h h4.title, .teaser-h h5.title, .teaser-h h6.title {
2502
+ font-size: 2rem
2503
+ }
2504
+ }
2505
+
2506
+ @media (min-width: 60em) {
2507
+
2508
+ .teaser-h h2.title, .teaser-h h3.title, .teaser-h h4.title, .teaser-h h5.title, .teaser-h h6.title {
2509
+ font-size: 2.375rem
2510
+ }
2511
+ }
2512
+
2513
+ .teaser-h .subtitle {
2514
+ font-weight: bold;
2515
+ margin: 0;
2516
+ font-size: 14px;
2517
+ font-size: .875rem;
2518
+ color: #1d1d1d
2519
+ }
2520
+
2521
+ .teaser-h-icon {
2522
+ height:1em;
2523
+ width: 1em;
2524
+ vertical-align: middle;
2525
+ margin-right: 10px
2526
+ }
2527
+
2528
+ .teaser-h-icon.full {
2529
+ display: block;
2530
+ height: 1.8em;
2531
+ width: 1.8em
2532
+ }
2533
+
2534
+ .teaser-tip {
2535
+ text-align: center
2536
+ }
2537
+
2538
+ .teaser-tip .teaser-h h2 {
2539
+ font-size: 28px;
2540
+ font-size: 1.75rem
2541
+ }
2542
+
2543
+ .teaser-tip .teaser-h svg {
2544
+ display: block;
2545
+ margin: 0 auto;
2546
+ height: 1.75em;
2547
+ width: 1.75em
2548
+ }
2549
+
2550
+ .teaser-tip .fakelink {
2551
+ margin: 0 auto
2552
+ }
2553
+
2554
+ .fakelink {
2555
+ text-decoration: underline;
2556
+ position: relative
2557
+ }
2558
+
2559
+ .fakelink svg {
2560
+ margin-left: 5px;
2561
+ width: .75em;
2562
+ height: .75em
2563
+ }
2564
+
2565
+ .teaser-about {
2566
+ }
2567
+
2568
+ .teaser-about p {
2569
+ color: #686868
2570
+ }
2571
+
2572
+ @media (min-width: 35em) {
2573
+
2574
+ .teaser-about p {
2575
+ font-size: 1.25rem
2576
+ }
2577
+ }
2578
+
2579
+ @media (min-width: 60em) {
2580
+
2581
+ .teaser-about p {
2582
+ font-size: 1.5rem
2583
+ }
2584
+ }
2585
+
2586
+ .teaser-about .teaser-h h2 {
2587
+ font-weight: bold
2588
+ }
2589
+
2590
+ .teaser-media {
2591
+ -webkit-box-align: center;
2592
+ -ms-flex-align: center;
2593
+ align-items: center;
2594
+ background-color: #fff;
2595
+ }
2596
+
2597
+ .area-teaser {
2598
+ display: block;
2599
+ background-color: #ffffff;
2600
+ border: 1px solid #ddd;
2601
+ margin: -1px;
2602
+ padding: 20px 32px
2603
+ }
2604
+
2605
+ @media (min-width: 35em) {
2606
+
2607
+ .area-teaser {
2608
+ padding: 40px 40px
2609
+ }
2610
+ }
2611
+
2612
+ @media (min-width: 60em) {
2613
+
2614
+ .area-teaser {
2615
+ padding: 60px 40px
2616
+ }
2617
+ }
2618
+
2619
+ .area-teaser .teaser-h {
2620
+ display: -webkit-box;
2621
+ display: -ms-flexbox;
2622
+ display: flex;
2623
+ -webkit-box-align: end;
2624
+ -ms-flex-align: end;
2625
+ align-items: flex-end
2626
+ }
2627
+
2628
+ .area-teaser .teaser-h h2, .area-teaser .teaser-h h3, .area-teaser .teaser-h h4, .area-teaser .teaser-h h5, .area-teaser .teaser-h h6 {
2629
+ margin: 0;
2630
+ font-weight: normal
2631
+ }
2632
+
2633
+ .area-teaser .teaser-h-icon {
2634
+ margin-bottom: 10px
2635
+ }
2636
+
2637
+ .area-teaser:hover, .area-teaser:focus {
2638
+ }
2639
+
2640
+ .area-teaser:hover .teaser-h > :not(svg), .area-teaser:focus .teaser-h > :not(svg) {
2641
+ text-decoration: underline
2642
+ }
2643
+
2644
+ /*
2645
+ Able Player core styles
2646
+
2647
+ Default z-index map:
2648
+
2649
+ * Modal dialog
2650
+ div.able-modal-dialog = 10000
2651
+ div.able-modal-overlay = 9500
2652
+
2653
+ * Items that should always be on top (9000):
2654
+ .able-alert = 9400
2655
+ .able-window-toolbar .able-button-handler-preferences = 9300
2656
+ .able-popup = 9200
2657
+ .able-volume-head = 9175
2658
+ .able-volume-slider = 9150
2659
+ .able-tooltip = 9000
2660
+
2661
+ * Pop-ups with critical content: (7000 - 8000):
2662
+ .able-sign-window = 8000
2663
+ .able-transcript-area = 7000
2664
+
2665
+ * Player controls: (5000 - 6000)
2666
+ .able-controller .able-seekbar = 6900
2667
+ .able-controller .buttonOff = 6800
2668
+ .able-controller button > img = 6700
2669
+ .able-controller button > span = 6700
2670
+ .able-controller button = 6600
2671
+ .able-big-play-button = 6500
2672
+ div.able-captions-wrapper = 6000
2673
+ .able-seekbar-head = 5500
2674
+ .able-seekbar-played = 5200
2675
+ .able-seekbar-loaded = 5100
2676
+ .able = 5000
2677
+ */
2678
+
2679
+ .able-wrapper {
2680
+ position: relative;
2681
+ margin: 0;
2682
+ padding: 0;
2683
+ width: 100%;
2684
+ height: auto;
2685
+ box-sizing: content-box !important;
2686
+ }
2687
+
2688
+ .able {
2689
+ position: relative;
2690
+ margin: 1em 0;
2691
+ width: 100%; /* will be changed dynamically as player is contructed */
2692
+ z-index: 5000;
2693
+ }
2694
+
2695
+ .able-column-left {
2696
+ float: left;
2697
+ }
2698
+
2699
+ .able-column-right {
2700
+ float: left;
2701
+ }
2702
+
2703
+ .able .able-vidcap-container {
2704
+ background-color: black;
2705
+ /* height: 360px; */
2706
+ left: 0;
2707
+ margin: 0;
2708
+ position: relative;
2709
+ top: 0;
2710
+ }
2711
+
2712
+ .able-player {
2713
+ font-family: inherit;
2714
+ background-color: #262626; /* background color of player (appears on top & bottom) */
2715
+ }
2716
+
2717
+ .able-offscreen {
2718
+ position:absolute;
2719
+ left:-10000px;
2720
+ top:auto;
2721
+ width:1px;
2722
+ height:1px;
2723
+ overflow:hidden;
2724
+ }
2725
+
2726
+ .able-media-container audio {
2727
+ display: none !important;
2728
+ }
2729
+
2730
+ .able-video {
2731
+ }
2732
+
2733
+ .able-video .able-now-playing {
2734
+ display: none; /* not currently used for video */
2735
+ }
2736
+
2737
+ .able-controller {
2738
+ position: relative;
2739
+ border-top: 2px solid #4c4c4c;
2740
+ border-bottom: 2px solid #4c4c4c;
2741
+ background-color: #464646; /* background color of controller bar */
2742
+ min-height: 38px; /* height of button (20px) + 4px border + 4px padding */
2743
+ padding: 0;
2744
+ }
2745
+
2746
+ .able-poster {
2747
+ position: absolute;
2748
+ top: 0;
2749
+ left: 0;
2750
+ }
2751
+
2752
+ /*
2753
+ Controller Buttons & Controls
2754
+ */
2755
+
2756
+ .able-big-play-button {
2757
+ position: absolute;
2758
+ font-size: 8em;
2759
+ opacity: 0.5;
2760
+ filter:alpha(opacity=50); /* for IE */
2761
+ color: #fdfdfd;
2762
+ background-color: transparent;
2763
+ border: none;
2764
+ outline: none;
2765
+ left: 0;
2766
+ top: 0;
2767
+ padding: 0;
2768
+ z-index: 6500;
2769
+ }
2770
+
2771
+ .able-big-play-button:hover {
2772
+ opacity: 100;
2773
+ filter:alpha(opacity=100); /* for IE */
2774
+ }
2775
+
2776
+ .able-left-controls, .able-right-controls {
2777
+ overflow: visible;
2778
+ }
2779
+
2780
+ .able-left-controls button, .able-right-controls button {
2781
+ vertical-align: middle;
2782
+ }
2783
+
2784
+ .able-left-controls {
2785
+ float: left;
2786
+ }
2787
+
2788
+ .able-right-controls {
2789
+ float: right;
2790
+ }
2791
+
2792
+ .able-black-controls,
2793
+ .able-black-controls button,
2794
+ .able-black-controls label {
2795
+ color: #000 !important;
2796
+ }
2797
+
2798
+ .able-black-controls .able-seekbar {
2799
+ border: 2px solid #000;
2800
+ }
2801
+
2802
+ .able-white-controls,
2803
+ .able-white-controls button,
2804
+ .able-black-controls label {
2805
+ color: #FFF !important;
2806
+ }
2807
+
2808
+ .able-white-controls .able-seekbar {
2809
+ border: 2px solid #FFF;
2810
+ }
2811
+
2812
+ .able-controller button {
2813
+ background: none;
2814
+ position: relative;
2815
+ display: inline-block;
2816
+ border-style: none;
2817
+ margin: 3px;
2818
+ padding: 0;
2819
+ font-size: 20px;
2820
+ min-width: 24px;
2821
+ outline: 2px solid #464646; /* same color as .able-controller background-color */
2822
+ border: none;
2823
+ overflow: visible !important;
2824
+ z-index: 6600;
2825
+ }
2826
+
2827
+ .able-controller button > span,
2828
+ .able-controller button > img {
2829
+ width: 20px;
2830
+ margin: 0 auto;
2831
+ padding: 0;
2832
+ z-index: 6700;
2833
+ }
2834
+
2835
+ .able-controller .buttonOff {
2836
+ opacity: 0.5;
2837
+ filter:alpha(opacity=50); /* for IE */
2838
+ z-index: 6800;
2839
+ }
2840
+
2841
+ .able-controller .able-seekbar {
2842
+ margin: 0 5px;
2843
+ z-index: 6900;
2844
+ }
2845
+
2846
+ .able-controller button:hover,
2847
+ .able-controller button:focus {
2848
+ outline-style: solid;
2849
+ outline-width: medium;
2850
+ }
2851
+
2852
+ .able-controller button:hover {
2853
+ outline-color: #8AB839 !important; /* green */
2854
+ }
2855
+
2856
+ .able-controller button:focus {
2857
+ outline-color: #ffbb37 !important; /* yellow */
2858
+ }
2859
+
2860
+ /*
2861
+ Seekbar
2862
+ */
2863
+
2864
+ .able-seekbar-wrapper {
2865
+ display: inline-block;
2866
+ vertical-align: middle;
2867
+ }
2868
+
2869
+ .able-seekbar {
2870
+ position: relative;
2871
+ height: 0.5em;
2872
+ border: 1px solid;
2873
+ background-color: #000000;
2874
+ margin: 0 3px;
2875
+ border-style: solid;
2876
+ border-width: 2px;
2877
+ border-color: #ffffff;
2878
+ }
2879
+
2880
+ .able-seekbar-loaded {
2881
+ display: inline-block;
2882
+ position: absolute;
2883
+ left: 0;
2884
+ top: 0;
2885
+ height: 0.5em;
2886
+ background-color: #464646;
2887
+ z-index: 5100;
2888
+ }
2889
+
2890
+ .able-seekbar-played {
2891
+ display: inline-block;
2892
+ position: absolute;
2893
+ left: 0;
2894
+ top: 0;
2895
+ height: 0.5em;
2896
+ background-color: #DADADA;
2897
+ z-index: 5200;
2898
+ }
2899
+
2900
+ .able-seekbar-head {
2901
+ display: inline-block;
2902
+ position: relative;
2903
+ left: 0;
2904
+ top: -0.45em;
2905
+ background-color: #FDFDFD;
2906
+ width: 0.8em;
2907
+ height: 0.8em;
2908
+ border: 1px solid;
2909
+ border-radius: 0.8em;
2910
+ z-index: 5500;
2911
+ }
2912
+
2913
+ /*
2914
+ Volume Slider
2915
+ */
2916
+
2917
+ .able-volume-slider {
2918
+ width: 34px;
2919
+ height: 50px;
2920
+ background-color: #464646; /* same as .able-controller */
2921
+ padding: 10px 0;
2922
+ position: absolute;
2923
+ right: 0px;
2924
+ top: -74px;
2925
+ display: none;
2926
+ z-index: 9100;
2927
+ }
2928
+
2929
+ .able-volume-track {
2930
+ display: block;
2931
+ position: relative;
2932
+ height: 100%; /* = 50px after padding */
2933
+ width: 5px;
2934
+ margin: 0 auto;
2935
+ background-color: #999;
2936
+ }
2937
+
2938
+ .able-volume-track.able-volume-track-on {
2939
+ background-color: #dadada;
2940
+ position: absolute;
2941
+ height: 20px; /* change dynamically; 5px per volume tick */
2942
+ top: 30px; /* change dynamically; 50px - height */
2943
+ }
2944
+
2945
+ .able-volume-head {
2946
+ display: inline-block;
2947
+ background-color: #fdfdfd;
2948
+ outline: 1px solid #333;
2949
+ position: absolute;
2950
+ height: 7px;
2951
+ width: 15px;
2952
+ left: -5px;
2953
+ top: 23px; /* change dynamically; .able-volume-track-on top - 7 */
2954
+ z-index: 9175;
2955
+ }
2956
+
2957
+ .able-volume-head:hover,
2958
+ .able-volume-head:focus {
2959
+ background-color: #ffbb37 !important; /* yellow */
2960
+ }
2961
+
2962
+ .able-volume-help { /* not visible; used in aria-describedby */
2963
+ display: none;
2964
+ }
2965
+
2966
+ /*
2967
+ input[type=range]:focus {
2968
+ outline: none;
2969
+ }
2970
+ input[type=range]::-webkit-slider-runnable-track {
2971
+ width: 100%;
2972
+ height: 8.4px;
2973
+ cursor: pointer;
2974
+ animate: 0.2s;
2975
+ box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
2976
+ background: #3071a9;
2977
+ border-radius: 1.3px;
2978
+ border: 0.2px solid #010101;
2979
+ }
2980
+ input[type=range]::-webkit-slider-thumb {
2981
+ box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
2982
+ border: 1px solid #000000;
2983
+ height: 36px;
2984
+ width: 16px;
2985
+ border-radius: 3px;
2986
+ background: #ffffff;
2987
+ cursor: pointer;
2988
+ -webkit-appearance: none;
2989
+ margin-top: -14px;
2990
+ }
2991
+ input[type=range]:focus::-webkit-slider-runnable-track {
2992
+ background: #367ebd;
2993
+ }
2994
+ input[type=range]::-moz-range-track {
2995
+ width: 100%;
2996
+ height: 8.4px;
2997
+ cursor: pointer;
2998
+ animate: 0.2s;
2999
+ box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
3000
+ background: #3071a9;
3001
+ border-radius: 1.3px;
3002
+ border: 0.2px solid #010101;
3003
+ }
3004
+ input[type=range]::-moz-range-thumb {
3005
+ box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
3006
+ border: 1px solid #000000;
3007
+ height: 36px;
3008
+ width: 16px;
3009
+ border-radius: 3px;
3010
+ background: #ffffff;
3011
+ cursor: pointer;
3012
+ }
3013
+ input[type=range]::-ms-track {
3014
+ width: 100%;
3015
+ height: 8.4px;
3016
+ cursor: pointer;
3017
+ animate: 0.2s;
3018
+ background: transparent;
3019
+ border-color: transparent;
3020
+ border-width: 16px 0;
3021
+ color: transparent;
3022
+ }
3023
+ input[type=range]::-ms-fill-lower {
3024
+ background: #2a6495;
3025
+ border: 0.2px solid #010101;
3026
+ border-radius: 2.6px;
3027
+ box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
3028
+ }
3029
+ input[type=range]::-ms-fill-upper {
3030
+ background: #3071a9;
3031
+ border: 0.2px solid #010101;
3032
+ border-radius: 2.6px;
3033
+ box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
3034
+ }
3035
+ input[type=range]::-ms-thumb {
3036
+ box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
3037
+ border: 1px solid #000000;
3038
+ height: 36px;
3039
+ width: 16px;
3040
+ border-radius: 3px;
3041
+ background: #ffffff;
3042
+ cursor: pointer;
3043
+ }
3044
+ input[type=range]:focus::-ms-fill-lower {
3045
+ background: #3071a9;
3046
+ }
3047
+ input[type=range]:focus::-ms-fill-upper {
3048
+ background: #367ebd;
3049
+ }
3050
+ */
3051
+
3052
+ /*
3053
+ Status Bar
3054
+ */
3055
+
3056
+ .able-status-bar {
3057
+ height: 1.5em;
3058
+ min-height: 1.5em;
3059
+ color: #CCC;
3060
+ font-size: 0.9em;
3061
+ background-color: transparent;
3062
+ padding: 0.5em 0.5em 0.25em;
3063
+ }
3064
+
3065
+ .able-status-bar span.able-timer {
3066
+ /* contains both span.elapsedTime and span.duration */
3067
+ text-align: left;
3068
+ float: left;
3069
+ width: 32%;
3070
+ }
3071
+
3072
+ .able-status-bar span.able-speed {
3073
+ float: left;
3074
+ width: 33%;
3075
+ text-align: center;
3076
+ }
3077
+
3078
+ .able-status {
3079
+ font-style: italic;
3080
+ float: right;
3081
+ width: 32%;
3082
+ text-align :right;
3083
+ }
3084
+
3085
+ /*
3086
+ Captions and Descriptions
3087
+ */
3088
+
3089
+ div.able-captions-wrapper {
3090
+ width: 100%;
3091
+ margin: 0;
3092
+ padding: 0;
3093
+ text-align: center;
3094
+ line-height: 1.35em;
3095
+ display: none;
3096
+ z-index: 6000;
3097
+ }
3098
+
3099
+ div.able-captions {
3100
+ display: none;
3101
+ padding: 0.15em 0.25em;
3102
+ /* settings that are overridden by user prefs */
3103
+ background-color: black;
3104
+ font-size: 1.1em;
3105
+ color: white;
3106
+ opacity: 0.75;
3107
+ }
3108
+
3109
+ div.able-captions-overlay {
3110
+ position: absolute;
3111
+ margin: 0;
3112
+ bottom: 0;
3113
+ }
3114
+
3115
+ div.able-captions-below {
3116
+ position: relative;
3117
+ min-height: 2.8em;
3118
+ }
3119
+
3120
+ div.able-descriptions {
3121
+ position: relative;
3122
+ color: #FF6; /* yellow, to differentiate it from captions */
3123
+ background-color: #262626;
3124
+ min-height: 2.8em;
3125
+ border-top: 1px solid #666;
3126
+ margin: 0;
3127
+ padding: 3%;
3128
+ width: 94%;
3129
+ text-align: center;
3130
+ }
3131
+
3132
+ /*
3133
+ Now Playing
3134
+ */
3135
+
3136
+ div.able-now-playing {
3137
+ text-align: center;
3138
+ font-weight: bold;
3139
+ font-size: 1.1em;
3140
+ color: #FFFFFF;
3141
+ background-color: transparent;
3142
+ padding: 0.5em 0.5em 1em;
3143
+ }
3144
+
3145
+ div.able-now-playing span {
3146
+ font-size: 0.9em;
3147
+ }
3148
+
3149
+ div.able-now-playing span span {
3150
+ display: block;
3151
+ }
3152
+
3153
+ /*
3154
+ Modal Dialogs
3155
+ */
3156
+
3157
+ div.able-modal-dialog {
3158
+ position: absolute;
3159
+ height: auto;
3160
+ max-width: 90%;
3161
+ margin-left: auto;
3162
+ margin-right: auto;
3163
+ left: 0px;
3164
+ right: 0px;
3165
+ outline: 0px none;
3166
+ display: none;
3167
+ color: #000;
3168
+ background-color: #FAFAFA;
3169
+ box-sizing: content-box !important;
3170
+ z-index: 10000;
3171
+ }
3172
+
3173
+ div.able-modal-overlay {
3174
+ position: fixed;
3175
+ width: 100%;
3176
+ height: 100%;
3177
+ background-color: #000;
3178
+ opacity: 0.5;
3179
+ margin: 0;
3180
+ padding: 0;
3181
+ top: 0;
3182
+ left: 0;
3183
+ display: none;
3184
+ z-index: 9500;
3185
+ }
3186
+
3187
+ button.modalCloseButton {
3188
+ position: absolute;
3189
+ top: 5px;
3190
+ right: 5px;
3191
+ }
3192
+
3193
+ button.modal-button {
3194
+ margin-right: 5px;
3195
+ }
3196
+
3197
+ div.able-modal-dialog input:hover,
3198
+ div.able-modal-dialog input:focus,
3199
+ div.able-modal-dialog button:hover,
3200
+ div.able-modal-dialog button:focus {
3201
+ outline-style: solid;
3202
+ outline-width: 2px;
3203
+ }
3204
+
3205
+ div.able-modal-dialog input:hover,
3206
+ div.able-modal-dialog button:hover {
3207
+ outline-color: #8AB839; /* green */
3208
+ }
3209
+
3210
+ div.able-modal-dialog input:focus,
3211
+ div.able-modal-dialog button:focus {
3212
+ outline-color: #ffbb37; /* yellow */
3213
+ }
3214
+
3215
+ div.able-modal-dialog h1 {
3216
+ font-weight: bold;
3217
+ font-size: 1.8em;
3218
+ line-height: 1.2em;
3219
+ margin: 0.75em 0;
3220
+ color: #000;
3221
+ text-align: center;
3222
+ }
3223
+
3224
+ .able-prefs-form,
3225
+ .able-help-div,
3226
+ .able-resize-form {
3227
+ background-color: #F5F5F5;
3228
+ border: medium solid #ccc;
3229
+ padding: 0.5em 1em;
3230
+ margin: 0 0 0 1em;
3231
+ width: 25em;
3232
+ display: none;
3233
+ }
3234
+
3235
+ /*
3236
+ Preferences Form
3237
+ */
3238
+
3239
+ .able-prefs-form fieldset {
3240
+ margin-left: 0;
3241
+ padding-left: 0;
3242
+ border: none;
3243
+ }
3244
+
3245
+ .able-prefs-form legend {
3246
+ color: black;
3247
+ font-weight: bold;
3248
+ font-size: 1.1em;
3249
+ }
3250
+
3251
+ .able-prefs-form fieldset div {
3252
+ display: table;
3253
+ margin-left: 1em;
3254
+ }
3255
+
3256
+ .able-prefs-form fieldset div input {
3257
+ display: table-cell;
3258
+ width: 1em;
3259
+ vertical-align: middle;
3260
+ }
3261
+
3262
+ .able-prefs-form fieldset div label {
3263
+ display: table-cell;
3264
+ padding-left: 0.5em;
3265
+ }
3266
+
3267
+ fieldset.able-prefs-keys div {
3268
+ float: left;
3269
+ margin-right: 1em;
3270
+ }
3271
+
3272
+ div.able-desc-pref-prompt {
3273
+ font-weight: bold;
3274
+ font-style: italic;
3275
+ margin-left: 1em !important;
3276
+ }
3277
+
3278
+ div.able-prefDescFormat > div {
3279
+ margin-left: 1.5em;
3280
+ }
3281
+
3282
+ .able-prefs-captions label,
3283
+ .able-prefs-captions select {
3284
+ display: block;
3285
+ float: left;
3286
+ margin-bottom: 0.25em;
3287
+ }
3288
+
3289
+ fieldset.able-prefs-captions label {
3290
+ width: 6em;
3291
+ text-align: right;
3292
+ padding-right: 1em;
3293
+ }
3294
+
3295
+ fieldset.able-prefs-captions select {
3296
+ width: 10em;
3297
+ font-size: 0.9em;
3298
+ border-radius: none;
3299
+ }
3300
+
3301
+ .able-prefs-form div.able-captions-sample {
3302
+ padding: 0.5em;
3303
+ text-align: center;
3304
+ }
3305
+
3306
+ .able-prefs-form h2 {
3307
+ margin-top: 0;
3308
+ margin-bottom: 0.5em;
3309
+ font-size: 1.1em;
3310
+ }
3311
+
3312
+ .able-prefs-form ul {
3313
+ margin-top: 0;
3314
+ }
3315
+
3316
+ /*
3317
+ Keyboard Preferences Dialog
3318
+ */
3319
+
3320
+ able-prefs-form-keyboard ul {
3321
+ list-style-type: none;
3322
+ }
3323
+
3324
+ span.able-modkey-alt,
3325
+ span.able-modkey-ctrl,
3326
+ span.able-modkey-shift {
3327
+ color: #666;
3328
+ font-style: italic;
3329
+ }
3330
+
3331
+ span.able-modkey {
3332
+ font-weight: bold;
3333
+ color: #000;
3334
+ font-size: 1.1em;
3335
+ }
3336
+
3337
+ /*
3338
+ Resize Window Dialog
3339
+ */
3340
+
3341
+ .able-resize-form h1 {
3342
+ font-size: 1.15em;
3343
+ }
3344
+
3345
+ .able-resize-form div div {
3346
+ margin: 1em;
3347
+ }
3348
+
3349
+ .able-resize-form label {
3350
+ padding-right: 0.5em;
3351
+ font-weight: bold;
3352
+ }
3353
+
3354
+ .able-resize-form input[type="text"] {
3355
+ font-size: 1em;
3356
+ }
3357
+
3358
+ .able-resize-form input[readonly] {
3359
+ color: #AAA;
3360
+ }
3361
+
3362
+ /*
3363
+ Drag & Drop
3364
+ */
3365
+
3366
+ .able-window-toolbar {
3367
+ background-color: #464646;
3368
+ min-height: 15px;
3369
+ padding: 10px;
3370
+ border-style: solid;
3371
+ border-width: 0 0 1px 0;
3372
+ }
3373
+
3374
+ .able-draggable:hover {
3375
+ cursor: move;
3376
+ }
3377
+
3378
+ .able-window-toolbar .able-button-handler-preferences {
3379
+ position: absolute;
3380
+ top: 0;
3381
+ right: 0;
3382
+ font-size: 1.5em;
3383
+ background-color: transparent;
3384
+ border: none;
3385
+ outline: none;
3386
+ padding: 0;
3387
+ z-index: 9300;
3388
+ }
3389
+
3390
+ .able-window-toolbar .able-button-handler-preferences:hover,
3391
+ .able-window-toolbar .able-button-handler-preferences:focus {
3392
+ outline-style: solid;
3393
+ outline-width: medium;
3394
+ }
3395
+
3396
+ .able-window-toolbar .able-button-handler-preferences:hover {
3397
+ outline-color: #8AB839 !important; /* green */
3398
+ }
3399
+
3400
+ .able-window-toolbar .able-button-handler-preferences:focus {
3401
+ outline-color: #ffbb37 !important; /* yellow */
3402
+ }
3403
+
3404
+ .able-window-toolbar .able-popup {
3405
+ position: absolute;
3406
+ right: 0;
3407
+ top: 0;
3408
+ display: none;
3409
+ }
3410
+
3411
+ .able-drag {
3412
+ border: 2px dashed #F90;
3413
+ cursor: move;
3414
+ }
3415
+
3416
+ .able-resizable {
3417
+ position: absolute;
3418
+ width: 16px;
3419
+ height: 16px;
3420
+ padding: 5px 2px;
3421
+ bottom: 0;
3422
+ right: 0;
3423
+ cursor: nwse-resize;
3424
+ background: transparent url('../ableplayer/images/wingrip.png') no-repeat;
3425
+ }
3426
+
3427
+ /*
3428
+ Sign Language Window
3429
+ */
3430
+
3431
+ .able-sign-window {
3432
+ position: relative;
3433
+ margin: 1em;
3434
+ /* max-width: 100%; */
3435
+ z-index: 8000;
3436
+ }
3437
+
3438
+ .able-sign-window video {
3439
+ width: 100%;
3440
+ }
3441
+
3442
+ .able-sign-window:focus {
3443
+ outline: none;
3444
+ }
3445
+
3446
+ /*
3447
+ External chapters div
3448
+ */
3449
+
3450
+ div.able-chapters-div {
3451
+ padding: 0;
3452
+ }
3453
+
3454
+ div.able-chapters-div .able-chapters-heading {
3455
+ margin: 1em 0.75em;
3456
+ font-size: 1.1em;
3457
+ font-weight: bold;
3458
+ }
3459
+
3460
+ div.able-chapters-div ul {
3461
+ list-style-type: none;
3462
+ padding-left: 0;
3463
+ }
3464
+
3465
+ div.able-chapters-div ul li {
3466
+ max-width: 100%;
3467
+ padding: 0;
3468
+ height: 2em;
3469
+ }
3470
+
3471
+ div.able-chapters-div button {
3472
+ width: 100%;
3473
+ height: 100%;
3474
+ border: none;
3475
+ background-color: transparent;
3476
+ color: #000;
3477
+ font-size: 1em;
3478
+ text-align: left;
3479
+ padding: 0.15em 1em;
3480
+ }
3481
+
3482
+ div.able-chapters-div li.able-current-chapter {
3483
+ background-color: #000 !important;
3484
+ }
3485
+
3486
+ div.able-chapters-div li.able-current-chapter button {
3487
+ color: #FFF !important;
3488
+ }
3489
+
3490
+ div.able-chapters-div li.able-focus {
3491
+ background-color: #4C4C4C;
3492
+ }
3493
+
3494
+ div.able-chapters-div button:focus,
3495
+ div.able-chapters-div button:hover,
3496
+ div.able-chapters-div button::-moz-focus-inner {
3497
+ border: 0;
3498
+ outline: none;
3499
+ color: #FFF !important;
3500
+ }
3501
+
3502
+ /*
3503
+ Fullscreen settings
3504
+ In v2.2.4b commented out :-webkit-full-screen style
3505
+ This was causing the toolbar in fullscreen mode to be positioned slightly offscreen in webkit browsers
3506
+ Safari had an additional problem in window height was being calculated (see event.js > onWindowResize())
3507
+ Commenting out this style appears have no adverse effect in any browser
3508
+ All other fullscreen styles were already commented out, and left here solely for reference
3509
+ */
3510
+
3511
+ /*
3512
+ :-webkit-full-screen {
3513
+ position: fixed;
3514
+ width: 100%;
3515
+ height: 100%;
3516
+ top: 0;
3517
+ background: none;
3518
+ }
3519
+ :-moz-full-screen {
3520
+ position: fixed;
3521
+ width: 100%;
3522
+ height: 100%;
3523
+ top: 0;
3524
+ bottom: 20;
3525
+ background: none;
3526
+ }
3527
+
3528
+ :-ms-fullscreen {
3529
+ position: fixed;
3530
+ width: 100%;
3531
+ height: 100%;
3532
+ top: 0;
3533
+ background: none;
3534
+ }
3535
+
3536
+ :fullscreen {
3537
+ position: fixed;
3538
+ width: 100%;
3539
+ height: 80%;
3540
+ top: 0;
3541
+ background: none;
3542
+ }
3543
+ */
3544
+
3545
+ /*
3546
+ Tooltips & Alerts
3547
+ */
3548
+
3549
+ .able-tooltip, .able-alert {
3550
+ position: absolute;
3551
+ padding: 5px 10px;
3552
+ border-color: black;
3553
+ border-width: 1px;
3554
+ color: #000 !important;
3555
+ background-color: #CCCCCC;
3556
+ border-radius: 5px;
3557
+ display: none;
3558
+ }
3559
+
3560
+ .able-alert {
3561
+ background-color: #FFFFCC;
3562
+ box-shadow: 0px 0px 16px #262626;
3563
+ z-index: 9400;
3564
+ }
3565
+
3566
+ .able-popup {
3567
+ z-index: 9200;
3568
+ }
3569
+
3570
+ .able-tooltip {
3571
+ z-index: 9000;
3572
+ }
3573
+
3574
+ /*
3575
+ Popup Menus
3576
+ */
3577
+
3578
+ .able-popup {
3579
+ position: absolute;
3580
+ margin: 0;
3581
+ padding: 0;
3582
+ border-color: black;
3583
+ border-width: 1px;
3584
+ background-color: #000;
3585
+ opacity: 0.85;
3586
+ border-radius: 5px;
3587
+ display: none;
3588
+ }
3589
+
3590
+ .able-popup ul {
3591
+ list-style-type: none;
3592
+ margin: 0;
3593
+ padding: 0;
3594
+ }
3595
+
3596
+ .able-popup li {
3597
+ padding: 0.25em 1em 0.25em 0.25em;
3598
+ margin: 1px;
3599
+ }
3600
+
3601
+ .able-popup label {
3602
+ padding-left: 0.25em;
3603
+ color: #FFF;
3604
+ }
3605
+
3606
+ .able-popup li.able-focus {
3607
+ background-color: #CCC;
3608
+ }
3609
+
3610
+ .able-popup li.able-focus label {
3611
+ color: #000;
3612
+ }
3613
+
3614
+ /*
3615
+ Popup Menus with hidden radio buttons
3616
+ e.g., chapters and preferences
3617
+ */
3618
+
3619
+ .able-popup-no-radio > ul > li > input {
3620
+ position: absolute !important;
3621
+ clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
3622
+ clip: rect(1px, 1px, 1px, 1px);
3623
+ }
3624
+
3625
+ /*
3626
+ Transcript
3627
+ */
3628
+
3629
+ .able-transcript-area {
3630
+ border-width: 1px;
3631
+ border-style: solid;
3632
+ height: 400px;
3633
+ z-index: 7000;
3634
+ outline: none;
3635
+ }
3636
+
3637
+ .able-transcript {
3638
+ position: relative; /* must be positioned for scrolling */
3639
+ overflow-y: scroll;
3640
+ padding-left: 5%;
3641
+ padding-right: 5%;
3642
+ /* width: 90%; */
3643
+ background-color: #FFF;
3644
+ height: 350px;
3645
+ }
3646
+
3647
+ .able-transcript div {
3648
+ margin: 1em 0;
3649
+ }
3650
+
3651
+ .able-transcript-heading {
3652
+ font-size: 1.4em;
3653
+ font-weight: bold;
3654
+ }
3655
+
3656
+ .able-transcript-chapter-heading {
3657
+ font-size: 1.2em;
3658
+ font-weight: bold;
3659
+ }
3660
+
3661
+ .able-transcript div.able-transcript-desc {
3662
+ background-color: #FEE;
3663
+ border: thin solid #336;
3664
+ font-style: italic;
3665
+ padding: 1em;
3666
+ }
3667
+
3668
+ .able-transcript .able-unspoken {
3669
+ font-weight: bold;
3670
+ }
3671
+
3672
+ .able-transcript .able-hidden {
3673
+ position: absolute !important;
3674
+ clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
3675
+ clip: rect(1px, 1px, 1px, 1px);
3676
+ }
3677
+
3678
+ .able-highlight {
3679
+ background: #FF6; /* light yellow */
3680
+ }
3681
+
3682
+ .able-previous {
3683
+ background: black !important;
3684
+ font-style: italic;
3685
+ }
3686
+
3687
+ .able-transcript span:hover,
3688
+ .able-transcript span:focus,
3689
+ .able-transcript span:active {
3690
+ background: #CF6; /* light green */
3691
+ cursor: pointer;
3692
+ }
3693
+
3694
+ .able-window-toolbar label {
3695
+ margin-right: 10px;
3696
+ color: #FFF;
3697
+ }
3698
+
3699
+ .able-window-toolbar input:focus,
3700
+ .able-window-toolbar input:hover,
3701
+ .able-controller input:focus,
3702
+ .able-controller input:hover,
3703
+ .able-controller button:focus,
3704
+ .able-controller button:hover,
3705
+ .able-seekbar-head:focus,
3706
+ .able-seekbar-head:hover {
3707
+ outline-style: solid;
3708
+ outline-width: 2px;
3709
+ }
3710
+
3711
+ .able-window-toolbar input:focus,
3712
+ .able-controller input:focus,
3713
+ .able-controller button:focus,
3714
+ .able-seekbar-head:focus {
3715
+ outline-color: #ffbb37; /* yellow */
3716
+ }
3717
+
3718
+ .able-window-toolbar input:hover,
3719
+ .able-controller input:hover,
3720
+ .able-controller button:hover,
3721
+ .able-seekbar-head:hover {
3722
+ outline-color: #8AB839; /* green */
3723
+ }
3724
+
3725
+ .able-window-toolbar .transcript-language-select-wrapper {
3726
+ float: right;
3727
+ padding-right: 30px;
3728
+ }
3729
+
3730
+ /*
3731
+ Playlist - Embedded
3732
+ */
3733
+
3734
+ .able-player .able-playlist {
3735
+ font-size: 0.9em;
3736
+ list-style-type: none;
3737
+ margin: 0;
3738
+ background-color: #FFFFFF;
3739
+ padding: 5px 0;
3740
+ }
3741
+
3742
+ .able-player .able-playlist li {
3743
+ background-color: #DDDDDD; /* default background color of each item in playlist */
3744
+ margin: 5px;
3745
+ padding: 5px 10px;
3746
+ border-radius: 15px;
3747
+ -moz-border-radius: 15px;
3748
+ }
3749
+
3750
+ .able-player .able-playlist li:hover,
3751
+ .able-player .able-playlist li:focus,
3752
+ .able-player .able-playlist li:active { /* playlist items when they have mouse or keyboard focus */
3753
+ color: #FFFFFF;
3754
+ background-color: #340449;
3755
+ text-decoration: none;
3756
+ }
3757
+
3758
+ .able-player .able-playlist li.able-current { /* currently selected playlist item */
3759
+ color: #000000;
3760
+ background-color: #FFEEB3;
3761
+ font-weight: bold;
3762
+ outline: none;
3763
+ text-decoration: none;
3764
+ }
3765
+
3766
+ .able-player .able-playlist li.able-current:after {
3767
+ content: ' *';
3768
+ }
3769
+
3770
+ /*
3771
+ Playlist - External
3772
+ */
3773
+
3774
+ .able-playlist {
3775
+ }
3776
+
3777
+ .able-playlist li {
3778
+ }
3779
+
3780
+ .able-playlist li:hover,
3781
+ .able-playlist li:focus,
3782
+ .able-playlist li:active { /* playlist items when they have mouse or keyboard focus */
3783
+ text-decoration: none;
3784
+ color: white;
3785
+ background-color: black;
3786
+ }
3787
+
3788
+ .able-playlist li.able-current { /* currently selected playlist item */
3789
+ font-weight: bold;
3790
+ text-decoration: underline;
3791
+ }
3792
+
3793
+ .able-playlist li.able-current:after {
3794
+ content: ' *';
3795
+ }
3796
+
3797
+ /*
3798
+ Search
3799
+ */
3800
+
3801
+ .able-search-results ul li {
3802
+ font-size: 1.1em;
3803
+ margin-bottom: 1em;
3804
+ }
3805
+
3806
+ .able-search-results-time {
3807
+ font-weight: bold;
3808
+ text-decoration: underline;
3809
+ cursor: pointer;
3810
+ }
3811
+
3812
+ .able-search-results-time:hover,
3813
+ .able-search-results-time:focus,
3814
+ .able-search-results-time:active {
3815
+ color: #FFF;
3816
+ background-color: #000;
3817
+ text-decoration: none;
3818
+ }
3819
+
3820
+ .able-search-results-text {
3821
+ padding-left: 1em;
3822
+ }
3823
+
3824
+ .able-search-term {
3825
+ background-color: #FFC;
3826
+ font-weight: bold;
3827
+ }
3828
+
3829
+ /*
3830
+ Misc
3831
+ */
3832
+
3833
+ .able-clipped, .able-screenreader-alert {
3834
+ /* hide from sighted users, but not screen reader users */
3835
+ position: absolute !important;
3836
+ clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
3837
+ clip: rect(1px, 1px, 1px, 1px);
3838
+ /* additional rules are needed to ensure clipped buttons are truly invisible in Safari on Mac OS X */
3839
+ width: 1px !important;
3840
+ height: 1px !important;
3841
+ overflow: hidden !important;
3842
+ }
3843
+
3844
+ .able-error {
3845
+ display: block;
3846
+ background: #ffc;
3847
+ border: 2px solid #000;
3848
+ color: #FF0000;
3849
+ margin: 0.75em;
3850
+ padding: 0.5em;
3851
+ }
3852
+
3853
+ .able-fallback {
3854
+ display: block;
3855
+ text-align: center;
3856
+ border: 2px solid #333355;
3857
+ background-color: #EEE;
3858
+ color: #000;
3859
+ font-weight: bold;
3860
+ font-size: 1.1em;
3861
+ padding: 1em;
3862
+ margin-bottom: 1em;
3863
+ max-width: 500px;
3864
+ width: 95%;
3865
+ }
3866
+
3867
+ .able-fallback div,
3868
+ .able-fallback ul,
3869
+ .able-fallback p {
3870
+ text-align: left;
3871
+ }
3872
+
3873
+ .able-fallback li {
3874
+ font-weight: normal;
3875
+ }
3876
+
3877
+ .able-fallback img {
3878
+ width: 90%;
3879
+ margin: 1em auto;
3880
+ opacity: 0.3;
3881
+ }
3882
+
3883
+ .able-fallback img.able-poster {
3884
+ position: relative;
3885
+ }
3886
+
3887
+ /*
3888
+ SVG Icons
3889
+ */
3890
+
3891
+ button svg {
3892
+ display: inline-block;
3893
+ width: 1em;
3894
+ height: 1em;
3895
+ fill: currentColor;
3896
+ }
3897
+
3898
+ /*
3899
+ icomoon.io font styling
3900
+ */
3901
+
3902
+ @font-face {
3903
+ font-family: 'able';
3904
+ src: url('../ableplayer/button-icons/fonts/able.eot?dqripi');
3905
+ src: url('../ableplayer/button-icons/fonts/able.eot?dqripi#iefix') format('embedded-opentype'),
3906
+ url('../ableplayer/button-icons/fonts/able.ttf?dqripi') format('truetype'),
3907
+ url('../ableplayer/button-icons/fonts/able.woff?dqripi') format('woff'),
3908
+ url('../ableplayer/button-icons/fonts/able.svg?dqripi#able') format('svg');
3909
+ font-weight: normal;
3910
+ font-style: normal;
3911
+ }
3912
+
3913
+ [class^="icon-"], [class*=" icon-"] {
3914
+ /* use !important to prevent issues with browser extensions that change fonts */
3915
+ font-family: 'able' !important;
3916
+ speak: none;
3917
+ font-style: normal;
3918
+ font-weight: normal;
3919
+ -webkit-font-feature-settings: normal;
3920
+ font-feature-settings: normal;
3921
+ font-variant: normal;
3922
+ text-transform: none;
3923
+ line-height: 1;
3924
+
3925
+ /* Better Font Rendering =========== */
3926
+ -webkit-font-smoothing: antialiased;
3927
+ -moz-osx-font-smoothing: grayscale;
3928
+ }
3929
+
3930
+ .icon-play:before {
3931
+ content: "\f04b";
3932
+ }
3933
+
3934
+ .icon-pause:before {
3935
+ content: "\f04c";
3936
+ }
3937
+
3938
+ .icon-stop:before {
3939
+ content: "\f04d";
3940
+ }
3941
+
3942
+ .icon-restart:before {
3943
+ content: "\e900";
3944
+ }
3945
+
3946
+ .icon-rewind:before {
3947
+ content: "\e603";
3948
+ }
3949
+
3950
+ .icon-forward:before {
3951
+ content: "\e604";
3952
+ }
3953
+
3954
+ .icon-previous:before {
3955
+ content: "\e901";
3956
+ }
3957
+
3958
+ .icon-next:before {
3959
+ content: "\e902";
3960
+ }
3961
+
3962
+ .icon-slower:before {
3963
+ content: "\f0dd";
3964
+ }
3965
+
3966
+ .icon-faster:before {
3967
+ content: "\f0de";
3968
+ }
3969
+
3970
+ .icon-turtle:before {
3971
+ content: "\e904";
3972
+ }
3973
+
3974
+ .icon-rabbit:before {
3975
+ content: "\e905";
3976
+ }
3977
+
3978
+ .icon-ellipsis:before {
3979
+ content: "\e903";
3980
+ }
3981
+
3982
+ .icon-pipe:before {
3983
+ content: "\e600";
3984
+ }
3985
+
3986
+ .icon-captions:before {
3987
+ content: "\e601";
3988
+ }
3989
+
3990
+ .icon-descriptions:before {
3991
+ content: "\e602";
3992
+ }
3993
+
3994
+ .icon-sign:before {
3995
+ content: "\e60a";
3996
+ }
3997
+
3998
+ .icon-volume-mute:before {
3999
+ content: "\e606";
4000
+ }
4001
+
4002
+ .icon-volume-soft:before {
4003
+ content: "\e60c";
4004
+ }
4005
+
4006
+ .icon-volume-medium:before {
4007
+ content: "\e605";
4008
+ }
4009
+
4010
+ .icon-volume-loud:before {
4011
+ content: "\e60b";
4012
+ }
4013
+
4014
+ .icon-volume-up:before {
4015
+ content: "\e607";
4016
+ }
4017
+
4018
+ .icon-volume-down:before {
4019
+ content: "\e608";
4020
+ }
4021
+
4022
+ .icon-chapters:before {
4023
+ content: "\e609";
4024
+ }
4025
+
4026
+ .icon-transcript:before {
4027
+ content: "\f15c";
4028
+ }
4029
+
4030
+ .icon-preferences:before {
4031
+ content: "\e60d";
4032
+ }
4033
+
4034
+ .icon-close:before {
4035
+ content: "\f00d";
4036
+ }
4037
+
4038
+ .icon-fullscreen-expand:before {
4039
+ content: "\f065";
4040
+ }
4041
+
4042
+ .icon-fullscreen-collapse:before {
4043
+ content: "\f066";
4044
+ }
4045
+
4046
+ .icon-help:before {
4047
+ content: "\f128";
4048
+ }
4049
+
4050
+ /* Solarized Light
4051
+
4052
+ For use with Jekyll and Pygments
4053
+
4054
+ http://ethanschoonover.com/solarized
4055
+
4056
+ SOLARIZED HEX ROLE
4057
+ --------- -------- ------------------------------------------
4058
+ base01 #586e75 body text / default code / primary content
4059
+ base1 #93a1a1 comments / secondary content
4060
+ base3 #fdf6e3 background
4061
+ orange #cb4b16 constants
4062
+ red #dc322f regex, special keywords
4063
+ blue #268bd2 reserved keywords
4064
+ cyan #2aa198 strings, numbers
4065
+ green #859900 operators, other keywords
4066
+
4067
+ */
4068
+
4069
+ pre {
4070
+ white-space: pre-wrap;
4071
+ }
4072
+
4073
+ .highlight {
4074
+ color: #586e75;
4075
+ -moz-tab-size: 2;
4076
+ -o-tab-size: 2;
4077
+ tab-size: 2;
4078
+ font-weight: bold /* Comment */ /* Error */ /* Generic */ /* Keyword */ /* Literal */ /* Name */ /* Operator */ /* Other */ /* Punctuation */ /* Comment.Multiline */ /* Comment.Preproc */ /* Comment.Single */ /* Comment.Special */ /* Generic.Deleted */ /* Generic.Emph */ /* Generic.Error */ /* Generic.Heading */ /* Generic.Inserted */ /* Generic.Output */ /* Generic.Prompt */ /* Generic.Strong */ /* Generic.Subheading */ /* Generic.Traceback */ /* Keyword.Constant */ /* Keyword.Declaration */ /* Keyword.Namespace */ /* Keyword.Pseudo */ /* Keyword.Reserved */ /* Keyword.Type */ /* Literal.Date */ /* Literal.Number */ /* Literal.String */ /* Name.Attribute */ /* Name.Builtin */ /* Name.Class */ /* Name.Constant */ /* Name.Decorator */ /* Name.Entity */ /* Name.Exception */ /* Name.Function */ /* Name.Label */ /* Name.Namespace */ /* Name.Other */ /* Name.Property */ /* Name.Tag */ /* Name.Variable */ /* Operator.Word */ /* Text.Whitespace */ /* Literal.Number.Float */ /* Literal.Number.Hex */ /* Literal.Number.Integer */ /* Literal.Number.Oct */ /* Literal.String.Backtick */ /* Literal.String.Char */ /* Literal.String.Doc */ /* Literal.String.Double */ /* Literal.String.Escape */ /* Literal.String.Heredoc */ /* Literal.String.Interpol */ /* Literal.String.Other */ /* Literal.String.Regex */ /* Literal.String.Single */ /* Literal.String.Symbol */ /* Name.Builtin.Pseudo */ /* Name.Variable.Class */ /* Name.Variable.Global */ /* Name.Variable.Instance */ /* Literal.Number.Integer.Long */
4079
+ }
4080
+
4081
+ .highlight .c {
4082
+ color: #93a1a1
4083
+ }
4084
+
4085
+ .highlight .err {
4086
+ color: #586e75
4087
+ }
4088
+
4089
+ .highlight .g {
4090
+ color: #586e75
4091
+ }
4092
+
4093
+ .highlight .k {
4094
+ color: #859900
4095
+ }
4096
+
4097
+ .highlight .l {
4098
+ color: #586e75
4099
+ }
4100
+
4101
+ .highlight .n {
4102
+ color: #586e75
4103
+ }
4104
+
4105
+ .highlight .o {
4106
+ color: #859900
4107
+ }
4108
+
4109
+ .highlight .x {
4110
+ color: #cb4b16
4111
+ }
4112
+
4113
+ .highlight .p {
4114
+ color: #586e75
4115
+ }
4116
+
4117
+ .highlight .cm {
4118
+ color: #93a1a1
4119
+ }
4120
+
4121
+ .highlight .cp {
4122
+ color: #859900
4123
+ }
4124
+
4125
+ .highlight .c1 {
4126
+ color: #93a1a1
4127
+ }
4128
+
4129
+ .highlight .cs {
4130
+ color: #859900
4131
+ }
4132
+
4133
+ .highlight .gd {
4134
+ color: #2aa198
4135
+ }
4136
+
4137
+ .highlight .ge {
4138
+ color: #586e75;
4139
+ font-style: italic
4140
+ }
4141
+
4142
+ .highlight .gr {
4143
+ color: #dc322f
4144
+ }
4145
+
4146
+ .highlight .gh {
4147
+ color: #cb4b16
4148
+ }
4149
+
4150
+ .highlight .gi {
4151
+ color: #859900
4152
+ }
4153
+
4154
+ .highlight .go {
4155
+ color: #586e75
4156
+ }
4157
+
4158
+ .highlight .gp {
4159
+ color: #586e75
4160
+ }
4161
+
4162
+ .highlight .gs {
4163
+ color: #586e75;
4164
+ font-weight: bold
4165
+ }
4166
+
4167
+ .highlight .gu {
4168
+ color: #cb4b16
4169
+ }
4170
+
4171
+ .highlight .gt {
4172
+ color: #586e75
4173
+ }
4174
+
4175
+ .highlight .kc {
4176
+ color: #cb4b16
4177
+ }
4178
+
4179
+ .highlight .kd {
4180
+ color: #268bd2
4181
+ }
4182
+
4183
+ .highlight .kn {
4184
+ color: #859900
4185
+ }
4186
+
4187
+ .highlight .kp {
4188
+ color: #859900
4189
+ }
4190
+
4191
+ .highlight .kr {
4192
+ color: #268bd2
4193
+ }
4194
+
4195
+ .highlight .kt {
4196
+ color: #dc322f
4197
+ }
4198
+
4199
+ .highlight .ld {
4200
+ color: #586e75
4201
+ }
4202
+
4203
+ .highlight .m {
4204
+ color: #2aa198
4205
+ }
4206
+
4207
+ .highlight .s {
4208
+ color: #2aa198
4209
+ }
4210
+
4211
+ .highlight .na {
4212
+ color: #586e75
4213
+ }
4214
+
4215
+ .highlight .nb {
4216
+ color: #B58900
4217
+ }
4218
+
4219
+ .highlight .nc {
4220
+ color: #268bd2
4221
+ }
4222
+
4223
+ .highlight .no {
4224
+ color: #cb4b16
4225
+ }
4226
+
4227
+ .highlight .nd {
4228
+ color: #268bd2
4229
+ }
4230
+
4231
+ .highlight .ni {
4232
+ color: #cb4b16
4233
+ }
4234
+
4235
+ .highlight .ne {
4236
+ color: #cb4b16
4237
+ }
4238
+
4239
+ .highlight .nf {
4240
+ color: #268bd2
4241
+ }
4242
+
4243
+ .highlight .nl {
4244
+ color: #586e75
4245
+ }
4246
+
4247
+ .highlight .nn {
4248
+ color: #586e75
4249
+ }
4250
+
4251
+ .highlight .nx {
4252
+ color: #586e75
4253
+ }
4254
+
4255
+ .highlight .py {
4256
+ color: #586e75
4257
+ }
4258
+
4259
+ .highlight .nt {
4260
+ color: #268bd2
4261
+ }
4262
+
4263
+ .highlight .nv {
4264
+ color: #268bd2
4265
+ }
4266
+
4267
+ .highlight .ow {
4268
+ color: #859900
4269
+ }
4270
+
4271
+ .highlight .w {
4272
+ color: #586e75
4273
+ }
4274
+
4275
+ .highlight .mf {
4276
+ color: #2aa198
4277
+ }
4278
+
4279
+ .highlight .mh {
4280
+ color: #2aa198
4281
+ }
4282
+
4283
+ .highlight .mi {
4284
+ color: #2aa198
4285
+ }
4286
+
4287
+ .highlight .mo {
4288
+ color: #2aa198
4289
+ }
4290
+
4291
+ .highlight .sb {
4292
+ color: #93a1a1
4293
+ }
4294
+
4295
+ .highlight .sc {
4296
+ color: #2aa198
4297
+ }
4298
+
4299
+ .highlight .sd {
4300
+ color: #586e75
4301
+ }
4302
+
4303
+ .highlight .s2 {
4304
+ color: #2aa198
4305
+ }
4306
+
4307
+ .highlight .se {
4308
+ color: #cb4b16
4309
+ }
4310
+
4311
+ .highlight .sh {
4312
+ color: #586e75
4313
+ }
4314
+
4315
+ .highlight .si {
4316
+ color: #2aa198
4317
+ }
4318
+
4319
+ .highlight .sx {
4320
+ color: #2aa198
4321
+ }
4322
+
4323
+ .highlight .sr {
4324
+ color: #dc322f
4325
+ }
4326
+
4327
+ .highlight .s1 {
4328
+ color: #2aa198
4329
+ }
4330
+
4331
+ .highlight .ss {
4332
+ color: #2aa198
4333
+ }
4334
+
4335
+ .highlight .bp {
4336
+ color: #268bd2
4337
+ }
4338
+
4339
+ .highlight .vc {
4340
+ color: #268bd2
4341
+ }
4342
+
4343
+ .highlight .vg {
4344
+ color: #268bd2
4345
+ }
4346
+
4347
+ .highlight .vi {
4348
+ color: #268bd2
4349
+ }
4350
+
4351
+ .highlight .il {
4352
+ color: #2aa198
4353
+ }
4354
+
4355
+ :not(.highlight) code {
4356
+ color: #003366;
4357
+ font-size: 1.05em;
4358
+ font-weight: bold;
4359
+ }
4360
+ /*# sourceMappingURL=style.css.map */