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.
- checksums.yaml +7 -0
- data/LICENSE.txt +21 -0
- data/README.md +52 -0
- data/_data/lang.json +730 -0
- data/_data/techniques.yml +180 -0
- data/_data/wcag.yml +125 -0
- data/_includes/.DS_Store +0 -0
- data/_includes/body-class.html +1 -0
- data/_includes/box.html +10 -0
- data/_includes/excol.html +13 -0
- data/_includes/footer.html +40 -0
- data/_includes/head.html +23 -0
- data/_includes/header.html +59 -0
- data/_includes/icon.html +6 -0
- data/_includes/img.html +17 -0
- data/_includes/multilang-list-policy-links.html +29 -0
- data/_includes/multilang-list.html +35 -0
- data/_includes/multilang-policy-title.html +5 -0
- data/_includes/multilang-title-full.html +1 -0
- data/_includes/multilang-title.html +1 -0
- data/_includes/navlist.html +22 -0
- data/_includes/notes.html +2 -0
- data/_includes/prevnext.html +34 -0
- data/_includes/resources.html +19 -0
- data/_includes/sidenav.html +65 -0
- data/_includes/sidenote.html +14 -0
- data/_includes/toc.html +10 -0
- data/_includes/video-player.html +99 -0
- data/_layouts/default.html +26 -0
- data/_layouts/home.html +14 -0
- data/_layouts/news.html +21 -0
- data/_layouts/none.html +1 -0
- data/_layouts/policy.html +72 -0
- data/_layouts/sidenav.html +27 -0
- data/_layouts/sidenavsidebar.html +22 -0
- data/assets/ableplayer/.gitattributes +14 -0
- data/assets/ableplayer/.gitignore +7 -0
- data/assets/ableplayer/Gruntfile.js +105 -0
- data/assets/ableplayer/LICENSE +26 -0
- data/assets/ableplayer/README.md +656 -0
- data/assets/ableplayer/build/ableplayer.dist.js +12157 -0
- data/assets/ableplayer/build/ableplayer.js +12157 -0
- data/assets/ableplayer/build/ableplayer.min.css +2 -0
- data/assets/ableplayer/build/ableplayer.min.js +8 -0
- data/assets/ableplayer/button-icons/able-icons.svg +116 -0
- data/assets/ableplayer/button-icons/black/captions.png +0 -0
- data/assets/ableplayer/button-icons/black/chapters.png +0 -0
- data/assets/ableplayer/button-icons/black/close.png +0 -0
- data/assets/ableplayer/button-icons/black/descriptions.png +0 -0
- data/assets/ableplayer/button-icons/black/ellipsis.png +0 -0
- data/assets/ableplayer/button-icons/black/faster.png +0 -0
- data/assets/ableplayer/button-icons/black/forward.png +0 -0
- data/assets/ableplayer/button-icons/black/fullscreen-collapse.png +0 -0
- data/assets/ableplayer/button-icons/black/fullscreen-expand.png +0 -0
- data/assets/ableplayer/button-icons/black/help.png +0 -0
- data/assets/ableplayer/button-icons/black/next.png +0 -0
- data/assets/ableplayer/button-icons/black/pause.png +0 -0
- data/assets/ableplayer/button-icons/black/pipe.png +0 -0
- data/assets/ableplayer/button-icons/black/play.png +0 -0
- data/assets/ableplayer/button-icons/black/preferences.png +0 -0
- data/assets/ableplayer/button-icons/black/previous.png +0 -0
- data/assets/ableplayer/button-icons/black/rabbit.png +0 -0
- data/assets/ableplayer/button-icons/black/restart.png +0 -0
- data/assets/ableplayer/button-icons/black/rewind.png +0 -0
- data/assets/ableplayer/button-icons/black/sign.png +0 -0
- data/assets/ableplayer/button-icons/black/slower.png +0 -0
- data/assets/ableplayer/button-icons/black/stop.png +0 -0
- data/assets/ableplayer/button-icons/black/transcript.png +0 -0
- data/assets/ableplayer/button-icons/black/turtle.png +0 -0
- data/assets/ableplayer/button-icons/black/volume-loud.png +0 -0
- data/assets/ableplayer/button-icons/black/volume-medium.png +0 -0
- data/assets/ableplayer/button-icons/black/volume-mute.png +0 -0
- data/assets/ableplayer/button-icons/black/volume-soft.png +0 -0
- data/assets/ableplayer/button-icons/fonts/able.eot +0 -0
- data/assets/ableplayer/button-icons/fonts/able.svg +40 -0
- data/assets/ableplayer/button-icons/fonts/able.ttf +0 -0
- data/assets/ableplayer/button-icons/fonts/able.woff +0 -0
- data/assets/ableplayer/button-icons/white/captions.png +0 -0
- data/assets/ableplayer/button-icons/white/chapters.png +0 -0
- data/assets/ableplayer/button-icons/white/close.png +0 -0
- data/assets/ableplayer/button-icons/white/descriptions.png +0 -0
- data/assets/ableplayer/button-icons/white/ellipsis.png +0 -0
- data/assets/ableplayer/button-icons/white/faster.png +0 -0
- data/assets/ableplayer/button-icons/white/forward.png +0 -0
- data/assets/ableplayer/button-icons/white/fullscreen-collapse.png +0 -0
- data/assets/ableplayer/button-icons/white/fullscreen-expand.png +0 -0
- data/assets/ableplayer/button-icons/white/help.png +0 -0
- data/assets/ableplayer/button-icons/white/next.png +0 -0
- data/assets/ableplayer/button-icons/white/pause.png +0 -0
- data/assets/ableplayer/button-icons/white/pipe.png +0 -0
- data/assets/ableplayer/button-icons/white/play.png +0 -0
- data/assets/ableplayer/button-icons/white/preferences.png +0 -0
- data/assets/ableplayer/button-icons/white/previous.png +0 -0
- data/assets/ableplayer/button-icons/white/rabbit.png +0 -0
- data/assets/ableplayer/button-icons/white/restart.png +0 -0
- data/assets/ableplayer/button-icons/white/rewind.png +0 -0
- data/assets/ableplayer/button-icons/white/sign.png +0 -0
- data/assets/ableplayer/button-icons/white/slower.png +0 -0
- data/assets/ableplayer/button-icons/white/stop.png +0 -0
- data/assets/ableplayer/button-icons/white/transcript.png +0 -0
- data/assets/ableplayer/button-icons/white/turtle.png +0 -0
- data/assets/ableplayer/button-icons/white/volume-loud.png +0 -0
- data/assets/ableplayer/button-icons/white/volume-medium.png +0 -0
- data/assets/ableplayer/button-icons/white/volume-mute.png +0 -0
- data/assets/ableplayer/button-icons/white/volume-soft.png +0 -0
- data/assets/ableplayer/images/wingrip.png +0 -0
- data/assets/ableplayer/package.json +22 -0
- data/assets/ableplayer/scripts/JQuery.doWhen.js +113 -0
- data/assets/ableplayer/scripts/ableplayer-base.js +440 -0
- data/assets/ableplayer/scripts/browser.js +162 -0
- data/assets/ableplayer/scripts/buildplayer.js +1609 -0
- data/assets/ableplayer/scripts/caption.js +385 -0
- data/assets/ableplayer/scripts/chapters.js +242 -0
- data/assets/ableplayer/scripts/control.js +1514 -0
- data/assets/ableplayer/scripts/description.js +283 -0
- data/assets/ableplayer/scripts/dialog.js +147 -0
- data/assets/ableplayer/scripts/dragdrop.js +766 -0
- data/assets/ableplayer/scripts/event.js +595 -0
- data/assets/ableplayer/scripts/initialize.js +725 -0
- data/assets/ableplayer/scripts/langs.js +750 -0
- data/assets/ableplayer/scripts/metadata.js +134 -0
- data/assets/ableplayer/scripts/misc.js +72 -0
- data/assets/ableplayer/scripts/preference.js +909 -0
- data/assets/ableplayer/scripts/search.js +171 -0
- data/assets/ableplayer/scripts/sign.js +92 -0
- data/assets/ableplayer/scripts/slider.js +454 -0
- data/assets/ableplayer/scripts/track.js +296 -0
- data/assets/ableplayer/scripts/transcript.js +590 -0
- data/assets/ableplayer/scripts/translation.js +66 -0
- data/assets/ableplayer/scripts/volume.js +383 -0
- data/assets/ableplayer/scripts/webvtt.js +765 -0
- data/assets/ableplayer/scripts/youtube.js +471 -0
- data/assets/ableplayer/styles/ableplayer.css +1241 -0
- data/assets/ableplayer/thirdparty/js.cookie.js +145 -0
- data/assets/ableplayer/thirdparty/modernizr.custom.js +4 -0
- data/assets/ableplayer/translations/ca.js +1 -0
- data/assets/ableplayer/translations/de.js +1 -0
- data/assets/ableplayer/translations/en.js +305 -0
- data/assets/ableplayer/translations/es.js +305 -0
- data/assets/ableplayer/translations/fr.js +305 -0
- data/assets/ableplayer/translations/it.js +303 -0
- data/assets/ableplayer/translations/ja.js +305 -0
- data/assets/ableplayer/translations/nl.js +305 -0
- data/assets/css/style.css +4360 -0
- data/assets/css/style.css.map +1 -0
- data/assets/fonts/anonymouspro-bold.woff +0 -0
- data/assets/fonts/anonymouspro-bold.woff2 +0 -0
- data/assets/fonts/anonymouspro-bolditalic.woff +0 -0
- data/assets/fonts/anonymouspro-bolditalic.woff2 +0 -0
- data/assets/fonts/anonymouspro-italic.woff +0 -0
- data/assets/fonts/anonymouspro-italic.woff2 +0 -0
- data/assets/fonts/anonymouspro-regular.woff +0 -0
- data/assets/fonts/anonymouspro-regular.woff2 +0 -0
- data/assets/fonts/notosans-bold.woff +0 -0
- data/assets/fonts/notosans-bold.woff2 +0 -0
- data/assets/fonts/notosans-bolditalic.woff +0 -0
- data/assets/fonts/notosans-bolditalic.woff2 +0 -0
- data/assets/fonts/notosans-italic.woff +0 -0
- data/assets/fonts/notosans-italic.woff2 +0 -0
- data/assets/fonts/notosans-regular.woff +0 -0
- data/assets/fonts/notosans-regular.woff2 +0 -0
- data/assets/images/.DS_Store +0 -0
- data/assets/images/Shape.svg +10 -0
- data/assets/images/icon-related-content.svg +14 -0
- data/assets/images/icons.svg +126 -0
- data/assets/images/teaser-image@1x.jpg +0 -0
- data/assets/images/teaser-image@2x.jpg +0 -0
- data/assets/images/w3c.sketch +0 -0
- data/assets/images/w3c.svg +10 -0
- data/assets/scripts/jquery.min.js +4 -0
- data/assets/scripts/main.js +208 -0
- data/assets/scripts/svg4everybody.js +1 -0
- metadata +257 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["base.css","../components/atoms/button.css","../components/atoms/table.css","../components/box/box.css","../components/breadcrumb.css","../components/content.css","../components/decision-tree/decision-tree.css","../components/excol/excol.css","../components/footer/footers.css","../components/header/header.css","../components/headings/headings.css","../components/icons/icons.css","../components/lists/lists.css","../components/misc/warning.css","../components/navigations/controls.css","../components/navigations/mainnav.css","../components/navigations/metanav.css","<no source>","../components/navigations/navigations.css","../components/news/news.css","../components/notes/notes.css","../components/pager/pager.css","../components/quote/quote.css","../components/related-content/related-content.css","../components/sidenav/sidenav.css","../components/teaser/teaser.css","../components/video/video.css","code.css"],"names":[],"mappings":"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e;EACf,mBAAmB;CACpB;;AACD;EACE,cAAc;EACd,qBAAqB;EACrB,iBAAiB;CAClB;;AACD;EACE,cAAc;CACf;;AAED;;EAEE;;AACF;EACE,sBAAsB;CACvB;;AACD;;;EAGE,YAAY;EACZ,mBAAmB;CACpB;;AACD;EACE,kBAAkB;EAClB,YAAY;EACZ,iBAAiB;CAClB;;AAED;;EAEE;;AAEF;EACE,kBAAkB;CACnB;;AACD;EACE,YAAY;CACb;;AACD;EACE,qBAAqB;EACrB,kBAAkB;CACnB;;AACD;EACE,eAAe;CAChB;;AACD;EACE,YAAY;CACb;;AAED;;EAEE;;AAEF;EACE,0BAA0B;EAC1B,iBAAiB;EACjB,cAAc;EACd,oBAAoB;EACpB,wBAAwB;CACzB;;AACD;EACE,aAAa;CACd;;AACD;EACE,mBAAmB;EACnB,OAAO;EACP,SAAS;EACT,iBAAiB;EACjB,8BAA8B;EAC9B,aAAa;EACb,cAAc;EACd,WAAW;EACX,cAAc;CACf;;AACD;;EAEE,qBAAqB;EACrB,sBAAsB;CACvB;;AACD;EACE,kCAAkC,CAAC,WAAW;CAC/C;;AACD;EACE,kCAAkC,CAAC,YAAY;CAChD;;AACD;EACE,mBAAmB;EACnB,SAAS;EACT,OAAO;EACP,cAAc;CACf;;AACD;EACE,wBAAwB;EACxB,aAAa;CACd;;AACD;EACE,mBAAmB;EACnB,YAAY;EACZ,aAAa;EACb,iBAAiB;EACjB,UAAU;EACV,SAAS;EACT,oBAAoB;EACpB,0EAA0E;CAC3E;;AAED;;EAEE;;AAEF;EACE,mBAAmB;EACnB,YAAY;EACZ,sBAAsB;EACtB,cAAc;CACf;;AACD;EACE,YAAY;CACb;;AACD;EACE,cAAc;CACf;;AAGD;;EAEE;;AACF;EACE,WAAW;CACZ;;AACD;EACE,mBAAmB;EACnB,iBAAiB;EACjB,kBAAkB;CACnB;;AACD;EACE,sBAAsB;EACtB,gBAAgB;CACjB;;AACD;EACE,gBAAgB;EAChB,WAAW;EACX,YAAY;CACb;;AACD;EACE,YAAY;EACZ,aAAa;EACb,aAAa;EACb,8BAA8B;EAC9B,YAAY;EACZ,eAAe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;EACjB,uBAAuB;EACvB,eAAe;EACf,eAAe;EACf,eAAe;CAChB;;AACD;EACE,eAAe;EACf,mBAAmB;EACnB,0BAA0B;EAC1B,uBAAuB;EACvB,YAAY;EACZ,kBAAkB;EAClB,iBAAiB;EACjB,aAAa;EACb,mBAAmB;EACnB,iBAAiB;EACjB,WAAW;CACZ;;AACD;;;EAGE,iBAAiB;CAClB;;AACD;EACE,oBAAoB;CACrB;;AACD;EACE,WAAW;EACX,iBAAiB;EACjB,aAAa;CACd;;AACD;EACE,mBAAmB;CACpB;;AAED;;EAEE;;AACF;EACE,sBAAsB;EACtB,WAAW;EACX,YAAY;EACZ,mBAAmB;CACpB;;AAGD;;EAEE;;AACF;EACE,oBAAoB;IAClB,gEAAgE;IAChE;;;mFAG+E;EACjF,oBAAoB;EACpB,mBAAmB;CACpB;;AAED;EACE,gFAAgF;EAChF,+BAA+B;EAC/B,YAAY;EACZ,mBAAmB;EACnB,oBAAoB;EACpB,sCAAqB;UAArB,8BAAqB;EAArB,qBAAqB;EACrB,qBAAqB;EACrB,eAAe;;EAEf,uCAAuC;EACvC,oCAAoC;EACpC,mCAAmC;CACpC;;AAED;IACI,iBAAiB;CACpB;;AACD;IACI,iBAAiB;CACpB;;AACD;IACI,iBAAiB;CACpB;;AACD;IACI,iBAAiB;CACpB;;AACD;IACI,iBAAiB;CACpB;;AACD;IACI,iBAAiB;CACpB;;AACD;IACI,iBAAiB;CACpB;;AACD;IACI,iBAAiB;CACpB;;AACD;IACI,iBAAiB;CACpB;;AACD;IACI,iBAAiB;CACpB;;AACD;IACI,iBAAiB;CACpB;;AACD;IACI,iBAAiB;CACpB;;AACD;IACI,iBAAiB;CACpB;;AACD;IACI,iBAAiB;CACpB;;AACD;IACI,iBAAiB;CACpB;;AACD;IACI,iBAAiB;CACpB;;AACD;IACI,iBAAiB;CACpB;;AACD;IACI,iBAAiB;CACpB;;AACD;IACI,iBAAiB;CACpB;;AACD;IACI,iBAAiB;CACpB;;AACD;IACI,iBAAiB;CACpB;;AACD;IACI,iBAAiB;CACpB;;AACD;IACI,iBAAiB;CACpB;;AA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","file":"style.css","sourcesContent":["@custom-selector :--hovcus :hover, :focus;\n\n.visuallyhidden, .no-display {\n border: 0;\n clip: rect(0 0 0 0);\n clip-path: inset(50%);\n height: 1px;\n margin: -1px;\n overflow: hidden;\n padding: 0;\n position: absolute;\n width: 1px;\n white-space: nowrap;\n &.focusable {\n &:active, &:focus {\n clip: auto;\n clip-path: none;\n height: auto;\n margin: 0;\n overflow: visible;\n position: static;\n width: auto;\n white-space: inherit;\n }\n }\n}\n\n@font-face {\n font-family: 'Noto Sans';\n src: url('../fonts/notosans-regular.woff2') format('woff2'),\n url('../fonts/notosans-regular.woff') format('woff');\n font-weight: 400;\n font-style: normal;\n}\n@font-face {\n font-family: 'Noto Sans';\n src: url('../fonts/notosans-italic.woff2') format('woff2'),\n url('../fonts/notosans-italic.woff') format('woff');\n font-weight: 400;\n font-style: italic;\n}\n@font-face {\n font-family: 'Noto Sans';\n src: url('../fonts/notosans-bold.woff2') format('woff2'),\n url('../fonts/notosans-bold.woff') format('woff');\n font-weight: 600;\n font-style: normal;\n}\n@font-face {\n font-family: 'Noto Sans';\n src: url('../fonts/notosans-bolditalic.woff2') format('woff2'),\n url('../fonts/notosans-bolditalic.woff') format('woff');\n font-weight: 600;\n font-style: italic;\n}\n\n@font-face {\n font-family: 'Anonymous Pro';\n src: url('../fonts/anonymouspro-regular.woff2') format('woff2'),\n url('../fonts/anonymouspro-regular.woff') format('woff');\n font-weight: 400;\n font-style: normal;\n}\n@font-face {\n font-family: 'Anonymous Pro';\n src: url('../fonts/anonymouspro-italic.woff2') format('woff2'),\n url('../fonts/anonymouspro-italic.woff') format('woff');\n font-weight: 400;\n font-style: italic;\n}\n@font-face {\n font-family: 'Anonymous Pro';\n src: url('../fonts/anonymouspro-bold.woff2') format('woff2'),\n url('../fonts/anonymouspro-bold.woff') format('woff');\n font-weight: 600;\n font-style: normal;\n}\n@font-face {\n font-family: 'Anonymous Pro';\n src: url('../fonts/anonymouspro-bolditalic.woff2') format('woff2'),\n url('../fonts/anonymouspro-bolditalic.woff') format('woff');\n font-weight: 600;\n font-style: italic;\n}\n\nhtml {\n background-color: var(--off-white);\n}\n\nbody {\n font-family: \"Noto Sans\", \"Trebuchet MS\", \"Helvetica Neue\", Arial, sans-serif;\n line-height: 1.5;\n font-size: 1rem;\n background-color: var(--body-bg);\n color: var(--off-black);\n padding: 0;\n padding: constant(safe-area-inset-top) constant(safe-area-inset-right) constant(safe-area-inset-bottom) constant(safe-area-inset-left);\n margin: 0 auto;\n max-width: 1250px;\n @supports (display: grid) {\n max-width: none;\n margin: 0;\n }\n}\n\ncode {\n font-size: 1em;\n font-family: 'Anonymous Pro', monospace;\n}\n\na {\n color: var(--w3c-blue);\n &:--hovcus {\n color: var(--wai-green);\n }\n &:visited {\n color: var(--visited-link);\n }\n &.stealthy-link {\n text-decoration: none;\n &:--hovcus {\n color: inherit;\n }\n &:visited {\n color: inherit;\n }\n }\n}\n\n.default-container, .default-grid {\n padding: 0 32px;\n @media (--medium) {\n padding:0;\n }\n}\n\n@custom-media --small (width >= 23em);\n@custom-media --medium (width >= 35em);\n@custom-media --large (width >= 60em);\n\n:root {\n --def-grid-noflex: {\n @supports (display: grid) {\n display: grid;\n grid-column-gap: 32px;\n padding: 0;\n max-width: none;\n }\n }\n --def-grid: {\n display: flex;\n padding-left: 32px;\n padding-right: 32px;\n @apply --def-grid-noflex;\n }\n\n --full-grid: {\n @apply --def-grid;\n 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];\n }\n\n --full-grid-three-five: {\n @apply --def-grid;\n grid-template-columns: [complete-start] 0 [three-start five-start] 1fr [three-end five-end] 0 [complete-end];\n @media (--medium) {\n 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];\n }\n }\n\n --full-grid-five-three: {\n @apply --def-grid;\n grid-template-columns: [complete-start] 0 [three-start five-start] 1fr [three-end five-end] 0 [complete-end];\n @media (--medium) {\n 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];\n }\n }\n\n --full-grid-4q: {\n @apply --def-grid;\n 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];\n @media (--large) {\n 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];\n }\n }\n\n --full-grid-4q-nogap: {\n 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];\n @media (--large) {\n 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];\n }\n grid-column-gap: 0;\n }\n\n --grid-six: {\n @apply --def-grid-noflex;\n grid-template-columns: repeat(6, minmax(0, 1fr));\n }\n\n --grid-four: {\n @apply --def-grid-noflex;\n grid-template-columns: repeat(4, minmax(0, 1fr));\n }\n\n --clear: {\n &:before, &:after {\n content: \" \";\n display: table;\n }\n\n &:after {\n clear: both;\n }\n }\n}\n\n.default-grid {\n @media (--large) {\n @apply --full-grid;\n & .inner {\n grid-column-start: navigation-start;\n grid-column-end: content-end;\n }\n }\n}\n\n.grid-4 {\n @media (--large) {\n @apply --grid-four;\n &.nogap { grid-column-gap: 0; }\n }\n & .col1, & .from-col1 { grid-column-start: 1; }\n & .col1, & .to-col1 { grid-column-end: 2; }\n\n & .col2, & .from-col2 { grid-column-start: 2; }\n & .col2, & .to-col2 { grid-column-end: 3; }\n\n & .col3, & .from-col3 { grid-column-start: 3; }\n & .col3, & .to-col3 { grid-column-end: 4; }\n\n & .col4, & .from-col4 { grid-column-start: 4; }\n & .col4, & .to-col4 { grid-column-end: 5; }\n}\n\n.grid-6 {\n @media (--large) {\n @apply --grid-six;\n }\n\n & .col1, & .from-col1 { grid-column-start: 1; }\n & .col1, & .to-col1 { grid-column-end: 2; }\n\n & .col2, & .from-col2 { grid-column-start: 2; }\n & .col2, & .to-col2 { grid-column-end: 3; }\n\n & .col3, & .from-col3 { grid-column-start: 3; }\n & .col3, & .to-col3 { grid-column-end: 4; }\n\n & .col4, & .from-col4 { grid-column-start: 4; }\n & .col4, & .to-col4 { grid-column-end: 5; }\n\n & .col5, & .from-col5 { grid-column-start: 5; }\n & .col5, & .to-col5 { grid-column-end: 6; }\n\n & .col6, & .from-col6 { grid-column-start: 6; }\n & .col6, & .to-col6 { grid-column-end: 7; }\n}\n\n.grid-three-five {\n @apply --full-grid-three-five;\n & .col1, & .col2 { flex-shrink: 1; }\n & .col1 {\n flex-basis: 35%;\n grid-column-start: three-start;\n grid-column-end: three-end;\n margin-right: 32px;\n @supports (display: grid) {\n margin-right: 0;\n }\n }\n & .col2 {\n flex-basis: 61%;\n grid-column-start: five-start;\n grid-column-end: five-end;\n }\n & .col12 {\n flex-basis: 100%;\n grid-column-start: three-start;\n grid-column-end: five-end;\n }\n}\n\n.grid-five-three {\n @apply --full-grid-five-three;\n & .col1, & .col2 { flex-shrink: 1; }\n & .col1 {\n flex: 1 1 62%;\n grid-column-start: five-start;\n grid-column-end: five-end;\n margin-right: 32px;\n @supports (display: grid) {\n margin-right: 0;\n }\n }\n & .col2 {\n flex: 1 1 37%;\n grid-column-start: three-start;\n grid-column-end: three-end;\n }\n & .col12 {\n flex-basis: 100%;\n grid-column-start: five-start;\n grid-column-end: three-end;\n }\n}\n\n.grid-4q {\n @apply --full-grid-4q;\n &.nogap {\n @apply --full-grid-4q-nogap;\n }\n\n & .q1-start {\n flex-basis:25%;\n flex-shrink: 1;\n margin-right: 32px;\n grid-column-start: q1-start;\n }\n & .q2-start {\n flex-basis:25%;\n flex-shrink: 1;\n margin-right: 32px;\n grid-column-start: q2-start;\n }\n & .q3-start {\n flex-basis:25%;\n flex-shrink: 1;\n margin-right: 32px;\n grid-column-start: q3-start;\n }\n & .q4-start {\n flex-basis:25%;\n flex-shrink: 1;\n margin-right: 32px;\n grid-column-start: q4-start;\n }\n & .q1-end {\n grid-column-end: q1-end;\n }\n & .q2-end {\n grid-column-end: q2-end;\n }\n & .q3-end {\n grid-column-end: q3-end;\n }\n & .q4-end {\n grid-column-end: q4-end;\n margin-right: 0;\n }\n & .q1-start.q2-end,\n & .q2-start.q3-end,\n & .q3-start.q4-end {\n flex-basis: 50%;\n }\n & .q1-start.q3-end,\n & .q2-start.q4-end {\n flex-basis: 75%;\n }\n\n &.nogap {\n & .q1-start,\n & .q2-start,\n & .q3-start,\n & .q4-start {\n margin-right: 0;\n }\n }\n\n @supports(display: grid) {\n & .q1-start,\n & .q2-start,\n & .q3-start,\n & .q4-start {\n margin-right: 0;\n }\n }\n}\n\n.leftcol {\n & article {\n grid-area: content;\n }\n}\n\n.grid-line-right {\n @media (--medium) {\n border-right: 1px solid var(--line-grey);\n margin-right: -17px;\n padding-right: 17px;\n }\n}\n\n.grid-line-left {\n @media (--medium) {\n border-left: 1px solid var(--line-grey);\n margin-left: -16px;\n padding-left: 16px;\n }\n}\n\n.media-wrapper, .able-media-container {\n position: relative;\n padding-top: 56.25%;\n & iframe, & video, & .img {\n position: absolute;\n top:0;\n right: 0;\n bottom: 0;\n left: 0;\n width: 100%;\n height: 100%;\n }\n}\n\n#main {\n position: relative;\n}\n\n#toc {\n @media (--medium) {\n float:right;\n margin-left: 32px;\n width: 40%;\n }\n @media (--large) {\n width: 30%;\n }\n &.box-full {\n width: auto;\n float: none;\n margin-left: 0;\n }\n}\n\nimg.symbol {\n float: right;\n margin-left: 1em;\n margin-bottom: 1em;\n}\n\n#main img { max-width: 100%; }\n\nfigure { margin: 0 0 1em; }\nfigcaption { font-weight: bold; border-bottom: 1px solid var(--line-grey); margin-bottom: .5em;}","button, .button {\n border-radius: 5px;\n display: inline-block;\n display: inline-flex;\n align-items: center;\n justify-content: center;\n padding: 8px 12px;\n border: 2px solid var(--wai-green);;\n font-size: .8125rem;\n line-height: 1.4;\n color: var(--pure-white);\n background-color: var(--wai-green);\n text-decoration: none;\n font-weight: bold;\n &:visited {\n color: var(--pure-white);\n }\n &.button-nobg {\n background: transparent;\n &:--hovcus {\n background-color: transparent;\n border-color: #fff;\n }\n }\n &.button-noborder {\n border-color: transparent;\n &:--hovcus {\n border-color: #fff;\n }\n }\n}\n\n.stealthy-link:--hovcus {\n & span.button {\n background-color: var(--w3c-blue);\n color: var(--pure-white);\n }\n}\n\nbutton, .button {\n &:--hovcus {\n border-color: var(--w3c-blue);\n background-color: var(--w3c-blue);\n color: var(--pure-white);\n }\n &:disabled {\n opacity: .75;\n }\n}\n\n.button-secondary {\n background-color: var(--pure-white);\n color: var(--wai-green);\n}\n\n.button-backtotop {\n position: fixed;\n /*position: sticky;*/\n bottom: 16px;\n right: 16px;\n opacity: 0.85;\n border-radius: 100px;\n background-color: var(--w3c-blue);\n border-color: var(--w3c-blue);\n box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);\n opacity: 0;\n transition: opacity .5s linear;\n &:focus,&.active {\n opacity: 1;\n }\n & svg {\n vertical-align: -1px;\n }\n}\n\n.button-group {\n display: flex;\n flex-wrap: wrap;\n margin: 0 -8px;\n & button, & .button {\n min-width: 7em;\n flex: 1;\n text-align: center;\n margin: 8px;\n }\n}","table, caption {\n text-align: left;\n}\ntable {\n border: 1px solid var(--line-grey);\n border-collapse: collapse;\n margin-bottom: 2em;\n}\ncaption {\n font-weight: bold;\n font-size: 1.125rem;\n color: var(--wai-green);\n line-height: 1.4;\n margin-bottom: 8px;\n}\nth, td {\n padding: 12px 18px;\n border: 1px solid var(--line-grey);\n vertical-align: top;\n}\nth {\n font-weight: bold;\n color: var(--pure-white);\n background-color: var(--wai-green);\n}\nth, td {\n & > :first-child {\n margin-top: 0;\n }\n & > :last-child {\n margin-top: 0;\n }\n}",".box {\n border: solid 1px var(--line-grey);\n margin-bottom: 16px;\n background-color: var(--pure-white);\n}\n\n.box-h {\n padding: 8px 16px;\n color: var(--wai-green);\n font-weight: bold;\n background-color: var(--off-white);\n & h1, & h2, & h3, & h4, & h5, & h6 {\n all: unset;\n }\n}\n\n.box-h-large {\n font-size: 1.25rem;\n color: var(--w3c-blue);\n padding-bottom: 7px;\n font-weight: normal;\n border-bottom: solid 1px var(--line-grey);\n}\n\n.box-h-icon {\n & svg {\n margin-right: 4px;\n }\n}\n\n.box-i {\n @apply --clear;\n padding: 8px 16px;\n font-size: 14/16 * 1rem;\n & > :first-child {\n margin-top: 0;\n }\n & > :last-child {\n margin-bottom: 0;\n }\n}\n\n.box.box-list {\n & .box-i {\n & ul, & ol {\n margin:0;\n padding: 0;\n list-style: none;\n }\n }\n}\n\n.box.box-linklist {\n & .box-i {\n padding: 0;\n }\n}\n\n.box.box-simple {\n & .box-i {\n padding: 2px 8px 8px;\n }\n & .box-h-simple {\n padding: 8px 8px 2px;\n background-color: transparent;\n font-size: .875rem;\n line-height: 1.57;\n }\n}\n",".breadcrumb {\n font-size: .8125rem;\n background-color: var(--pure-white);\n border-bottom: 1px solid var(--line-grey);\n padding: 16px 0;\n margin-bottom: 32px;\n & ul {\n margin: 0;\n padding: 0;\n grid-column: 2/7;\n & li {\n display: inline-block;\n margin: 0;\n padding: 0;\n &:after {\n content: \" / \";\n color: var(--wai-green);\n }\n &:last-child:after {\n content: \"\";\n display:none;\n }\n }\n }\n & a {\n color: var(--w3c-blue);\n }\n & [aria-current=page] {\n font-weight: bold;\n text-decoration: none;\n }\n}\n",".content {\n display: grid;\n grid-area: content;\n grid-template-columns: repeat(6, minmax(0, 120px));\n grid-column-gap: 32px;\n & > * {\n grid-column: 1/5;\n grid-auto-flow: dense;\n }\n & > .ref-side, > & .demo-side, > & .aside {\n grid-column: 5/7;\n font-size: .875rem;\n line-height: 1.2;\n & p:first-of-type {\n margin-top: 0;\n }\n }\n &.wide {\n grid-template-columns: repeat(8, minmax(0, 120px));\n grid-column-start: navigation;\n grid-column-end: content;\n & > * {\n grid-column: 3/9;\n }\n & .sn-contents {\n grid-column:1/3;\n grid-row:1/99;\n }\n }\n}\n\n.example-bar {\n @apply --grid-six;\n & > * {\n grid-column: 2/7;\n }\n & .eg {\n grid-column: 1/2;\n grid-row: 1/99;\n text-align: right;\n border-right: 2px solid var(--wai-green);\n padding: 0 8px;\n font-weight: bold;\n font-style: italic;\n color: var(--wai-green);\n }\n}\n\n.example-sheet {\n @apply --grid-six;\n & .example-sheet-inner {\n grid-column: 2/6;\n background-color: var(--pure-white);\n padding: 16px 32px;\n }\n}",".decision-tree {\n list-style: none;\n margin: 1em 0;\n padding:0;\n & > li {\n /*border: 2px solid #999;\n border-top:none;*/\n & > strong {\n display: block;\n padding: 1em .5em;\n }\n &:first-child {\n /*border-top:2px solid #999;*/\n }\n & > ul {\n padding:0;\n list-style: none;\n /*border-top: 1px dotted #aaa;*/\n @supports (display: flex) {\n display:flex;\n flex-direction: row-reverse;\n flex-wrap: wrap;\n align-items: stretch;\n }\n & > li {\n text-indent: 0;\n box-sizing: border-box;\n font-weight: normal;\n @supports (display: flex) {\n flex-basis: 25%;\n }\n padding: .5em;\n // border: 1px solid #aaa;\n &:nth-child(odd) {\n @supports (display: flex) {\n flex-basis: 75%;\n }\n }\n &:nth-child(odd):last-child {\n display:block;\n flex-basis:100%;\n }\n & ul {\n padding:0;\n margin:0;\n }\n & li {\n padding: 0;\n padding-bottom: 0.5em;\n margin-bottom: 0.5em;\n border-bottom: 1px solid var(--dk-grey);\n list-style: none;\n & > em {\n display: block;\n padding-left: 1.5em;\n position: relative;\n margin-top: .25em;\n font-style: normal;\n &:before {\n position:absolute;\n content: '';\n top:.2em;\n margin-left: -1.5em;\n }\n }\n &:last-child {\n border-bottom-style: none;\n padding-bottom: 0;\n margin-bottom: 0;\n }\n }\n }\n }\n }\n & .yes {\n background-color: color(var(--w3c-blue) lightness(95%));\n border-bottom: none;\n & li {\n list-style: disc;\n margin-left: 1em;\n &:only-child {\n list-style: none;\n }\n }\n }\n & .no {\n /*border-right:1px dotted #aaa;*/\n background-color: color(var(--faded-red) lightness(85%));\n border-bottom: none;\n position: relative;\n &:after { 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: color(var(--faded-red) lightness(85%)); border-width: 1rem; margin-left: -.5rem; z-index: 500; }\n /*&: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; }*/\n }\n}","details {\n padding-left: 2rem;\n}\nsummary {\n display: block;\n margin-left: -2rem;\n}\n\nsummary > * {\n /*display: inline;*/\n}\n\nsummary::-webkit-details-marker {\n display: none;\n}\n\nsummary > *:first-child::before {\n content: '+';\n margin-right: 0.5rem;\n margin-bottom: .25rem;\n display: inline-block;\n border-radius: 5px;\n width: 1.5rem;\n height: 1.5rem;\n background: #036;\n color: #fff;\n text-align: center;\n font-weight: bold;\n}\n\ndetails[open] > summary > *:first-child::before {\n content: '–';\n}",".page-footer, .site-footer {\n font-size: .75rem;\n padding-top: 16px;\n padding-bottom: 16px;\n & p:first-of-type {\n margin-top: 0;\n }\n & p:last-of-type {\n margin-bottom: 0;\n }\n}\n\n.page-footer {\n margin-top: 32px;\n background-color: var(--footer-grey);\n}\n\n.site-footer {\n padding-top: 16px;\n padding-bottom: 16px;\n background-color: var(--dk-grey);\n color: var(--pure-white);\n & a {\n color: var(--pure-white);\n }\n & a.largelink {\n color: var(--gold);\n font-size: 1.25rem;\n text-decoration: none;\n &:hover, &:focus {\n text-decoration: underline;\n }\n }\n & .footer-list-header {\n font-weight: bold;\n border-bottom: 1px solid var(--trans-line-grey);\n padding: 4px 0;\n }\n}\n\n.site-footer ul {\n margin: 0;\n padding: 0;\n}\n\n.site-footer ul li {\n list-style:none;\n padding: 4px 0;\n}\n","#site-header {\n background-color: var(--w3c-blue);\n color: #fff;\n @supports (display: grid) {\n padding-left: 8px;\n padding-right: 8px;\n }\n & a {\n color: #fff;\n }\n}\n\n.wai {\n line-height: 1.2;\n @media (--medium) {\n vertical-align: middle;\n /*display: block;*/\n font-size: 1.5625rem;\n }\n}\n\n.logos {\n padding: 16px 0;\n grid-column-start: 2;\n grid-column-end: 5;\n grid-row-start: 1;\n margin-right: 32px;\n text-decoration: none;\n transition: color .5s ease-in .1s;\n @supports (display: grid) {\n margin-right: 0;\n }\n & img {\n vertical-align:middle;\n padding-right: 8px;\n margin-bottom: 8px;\n color: inherit;\n fill: inherit;\n }\n &:--hovcus {\n text-decoration: underline;\n color: var(--gold) !important;\n }\n}\n","h1, h2, h3, h4, h5, h6 {\n padding: 0;\n margin: 40px 0 20px;\n}\n\nh1 {\n font-size: 2.375rem;\n color: var(--wai-green);\n line-height: 1.2;\n font-weight: normal;\n margin-top: 0;\n}\n\nh2 {\n font-size: 1.375rem;\n color: var(--wai-green);\n line-height: 1.2;\n font-weight: normal;\n border-bottom: 1px solid var(--line-grey);\n}\n\nh3, h4 {\n font-size: 1.125rem;\n color: var(--wai-green);\n line-height: 1.4;\n}\n\nh4 {\n font-weight: normal;\n}\n\nh5 {\n font-weight: bold;\n line-height: 1.6;\n}\n\nh6 {\n font-size:.875rem;\n line-height: 1.8;\n}\n\nh1, h2, h3, h4, h5, h6 {\n &.ex:before, &.ap:before, & b {\n color: var(--w3c-blue) !important;\n font-weight: bold;\n }\n}\n\n.no-js {\n & .ex {\n counter-increment: examples;\n counter-reset: approaches;\n &:before {\n content: 'Example ' counter(examples) ': ';\n }\n &.inap {\n counter-reset: none;\n }\n }\n\n & .newap {\n counter-reset: approaches;\n }\n\n & .newex {\n counter-reset: examples;\n }\n\n\n & h2.first, & h3.first, & .newexap {\n counter-reset: examples approaches;\n }\n\n & .ap {\n counter-increment: approaches;\n &:before {\n content: 'Approach ' counter(approaches) ': ';\n }\n }\n}\n","[class^=\"icon-\"], [class*=\" icon-\"] {\n display: inline-block;\n width: 1em;\n height: 1em;\n stroke-width: 0;\n stroke: currentColor;\n fill: currentColor;\n}\n\n/* ==========================================\nSingle-colored icons can be modified like so:\n.icon-name {\n font-size: 32px;\n color: red;\n}\n========================================== */\n\n.icon-default {\n width: 0.9285714285714285em;\n}\n\n.icon-info {\n width: 0.8571428571428571em;\n}\n\n.icon-audio-description {\n width: 3.5em;\n height: 1.75em;\n margin: -.25em;\n}\n\n.icon-search {\n width: 0.9287109375em;\n}\n\n.icon-arrow-left {\n width: 0.8928571428571428em;\n}\n\n.icon-arrow-right {\n width: 0.8214285714285714em;\n}\n\n.icon-arrow-up {\n width: 0.9285714285714285em;\n}\n\n.icon-arrow-down {\n width: 0.9285714285714285em;\n}\n\n.icon-ex-circle {\n width: 0.8571428571428571em;\n}\n\n.icon-check-circle {\n width: 0.8571428571428571em;\n}\n\n.icon-external-link {\n width: 0.8571428571428571em;\n}\n\n.icon-readmore {\n width: 0.7142857142857142em;\n}\n\n.icon-desktop {\n width: 1.0714285714285714em;\n}\n\n.icon-laptop {\n width: 1.0714285714285714em;\n}\n\n.icon-tablet {\n width: 0.6428571428571428em;\n}\n\n.icon-mobile {\n width: 0.42857142857142855em;\n}\n\n.icon-code {\n width: 1.0714285714285714em;\n}\n\n.icon-fork {\n width: 0.5714285714285714em;\n}\n\n.icon-code-file {\n width: 0.8571428571428571em;\n}\n\n.icon-cart-plus {\n width: 0.9285714285714285em;\n}","ul ::marker {\n color: var(--faded-red);\n}\n\nul li, ol li {\n margin-bottom: 8px;\n}\n\n.linklist {\n &, & li {\n margin: 0;\n padding: 0;\n list-style:none;\n }\n & a {\n display: block;\n padding: 4px 16px;\n border-bottom: 1px solid var(--line-grey);\n text-decoration: none;\n & svg {\n height: .65em;\n }\n &:hover, &:focus {\n & svg {\n color: var(--faded-red);\n }\n & .visual-a {\n text-decoration: underline;\n }\n }\n }\n & li:last-child a {\n border-bottom: none;\n }\n}\n\n.nolist {\n margin: 0;\n padding: 0;\n & li {\n list-style: none;\n margin: 0;\n padding: 0;\n }\n}\n\np+ul, p+ol {\n margin-top: -8px;\n}\n\n.columns {\n padding: 0;\n & > * {\n margin-left: 32px;\n }\n}\n\n.two.columns, .four.columns {\n column-gap: 32px;\n @media (--medium) {\n columns: 2;\n }\n}\n\n.four.columns {\n padding: 0 8px;\n @media (--large) {\n columns: 4;\n }\n}",".info {\n background-color: var(--gold);\n background-image: linear-gradient(to bottom, var(--gold), color(var(--gold) blackness(15%)));\n background-size: 100% 20%;\n background-repeat: no-repeat;\n background-position: bottom;\n font-weight: bold;\n text-align: center;\n & svg {\n margin-right: 8px;\n font-size: 2em;\n vertical-align: middle;\n margin-top: -.14em;\n }\n}","#controls {\n background-color: var(--off-white);\n text-align: right;\n font-size: .8125em;\n padding-left: 8px;\n padding-right: 8px;\n & ul {\n padding: 8px;\n grid-area: content;\n display: flex;\n justify-content: space-between;\n @media (--small) {\n justify-content: flex-end;\n }\n }\n & a {\n color: var(--w3c-blue);\n @media (--small) {\n margin-left: 16px;\n }\n text-decoration: none;\n &:--hovcus {\n border-bottom: none;\n text-decoration: underline;\n }\n & svg {\n width: .8em;\n height: .8em;\n }\n }\n}",".mainnav {\n position: relative;\n font-size: .875rem;\n background-color: var(--w3c-blue);\n @media (--medium) {\n font-size: 16px;\n font-size: 1rem;\n }\n & > ul {\n width: 100%;\n margin: 0;\n padding: 0;\n @media (--medium) {\n display: flex;\n align-items: flex-end;\n @supports (display: grid) {\n display:grid;\n grid-template-rows: min-content min-content;\n grid-template-columns: minmax(16px, 1fr) repeat(6, minmax(206px, max-content)) minmax(16px, 1fr);\n justify-content: space-between;\n }\n }\n & > li {\n &.active {\n background: var(--dk-blue);\n border-radius: 3px 3px 0 0;\n & > a > span {\n border-bottom: 2px solid var(--gold) !important;\n }\n }\n display:block;\n @media (--medium) {\n position: relative;\n flex-grow: 1;\n flex-shrink: 1;\n }\n & > a {\n text-decoration: none;\n display:block;\n width: 100%;\n color: var(--pure-white);\n text-align: center;\n padding: 15px;\n box-sizing: border-box;\n @supports (display: grid) {\n padding-top:8px;\n padding-bottom:8px;\n }\n & > span {\n display: block;\n border-bottom: 2px solid transparent;/* var(--trans-line-grey);*/\n }\n &:--hovcus, &[aria-current=\"page\"] {\n & > span {\n border-bottom: 2px solid var(--gold);\n }\n }\n }\n }\n }\n & li.active + .subnav {\n display:grid;\n }\n & .subnav {\n font-size: .875rem;\n display: none;\n background-color: var(--dk-blue);\n @media (--medium) {\n @supports (display: grid) {\n grid-row-start: 2;\n grid-column-start: 1;\n grid-column-end: 9;\n grid-template-rows: min-content min-content;\n grid-template-columns: minmax(16px, 1fr) minmax(1232px, max-content) minmax(16px, 1fr);\n justify-content: space-between;\n & ul {\n grid-column-start: 2;\n grid-column-end: 3;\n & a:link {\n color: #fff !important;\n }\n }\n }\n }\n }\n}\n.subnavcontent {\n columns: 3; /* Does not really work :-/ */\n margin: 0;\n padding: 16px 0;\n &, & li {\n list-style: none;\n }\n & a {\n text-decoration: none;\n color: var(--pure-white);\n &:--hovcus {\n text-decoration: underline;\n }\n }\n & > li {\n margin-bottom: 16px;\n &:last-child {\n margin-bottom: 0;\n }\n }\n & > li > a {\n font-weight: bold;\n }\n & > li > ul {\n border-left: 1px solid #315079;\n margin: 0;\n padding: 0 0 0 16px;\n line-height: 1.8;\n }\n & > li > ul > li {\n margin-bottom: 0;\n }\n}",".metanav {\n text-transform: uppercase;\n font-size: .75rem;\n font-weight: bold;\n /*border-bottom: 1px solid rgba(255, 255, 255, 0.11);*/\n text-align: right;\n width: 100%;\n @media (--medium) {\n display: flex;\n align-items: center;\n justify-content: flex-end;\n }\n & a {\n text-decoration: none;\n padding: 8px 0;\n &:--hovcus, &[aria-current=\"page\"] {\n border-bottom: 2px solid var(--gold);\n }\n }\n & > ul {\n width: 100%;\n @media (--medium) {\n display: flex;\n justify-content: flex-end;\n }\n & li {\n display: inline;\n margin-bottom: 8px;\n @media (--medium) {\n display: flex;\n align-items: center;\n margin: 0 16px 0 0 !important;\n }\n &:last-child {\n min-width: 300px;\n margin-right: 0;\n }\n & a {\n @media (--medium) {\n display: block;\n width: 100%;\n text-align: right;\n }\n }\n }\n }\n & form[role=search] {\n background-color: rgba(6, 30, 54, 0.44);\n & > div {\n width: 300px;\n display:flex;\n }\n & label {\n text-transform: none;\n font-weight: normal;\n display: flex;\n align-content: center;\n width: 70%;\n flex: 1 1 70%;\n & .l {\n display: block;\n padding: 8px 4px 8px 12px;\n }\n }\n & input {\n box-sizing: border-box;\n -webkit-appearance: none;\n background-color: transparent;\n border: 0;\n border-radius: 0;\n color: var(--pure-white);\n height: 100%;\n padding: 8px 0;\n margin: 0;\n min-width: 100px;\n &::-webkit-search-cancel-button,\n &::-webkit-search-results-button {\n filter: invert(100%);\n }\n }\n & button {\n display: block;\n margin: 0;\n }\n & ::-webkit-input-placeholder {\n color: var(--pure-white);\n font-style: italic;\n opacity: 1;\n }\n\n & :-moz-placeholder { /* Firefox 18- */\n color: var(--pure-white);\n font-style: italic;\n opacity: 1;\n }\n\n & ::-moz-placeholder { /* Firefox 19+ */\n color: var(--pure-white);\n font-style: italic;\n opacity: 1;\n }\n\n & :-ms-input-placeholder {\n color: var(--pure-white);\n font-style: italic;\n opacity: 1;\n }\n }\n}",null,".navigations {\n position: relative;\n grid-column-start: 5;\n grid-column-end: -2;\n flex-grow: 1;\n @media (--medium) {\n /*border: 1px solid rgba(255, 255, 255, 0.11);\n border-style: none solid;*/\n /*padding: 16px 0 0;*/\n }\n & .nava11y {\n display: block;\n }\n}\n.mainnav, .metanav, #controls {\n & > ul {\n margin: 0;\n padding: 0;\n & > li {\n display: inline-block;\n list-style: none;\n margin: 0;\n }\n }\n}",".teaser.news {\n background-color: var(--pure-white);\n}\n\n.news-teaser {\n margin-bottom: 60px;\n}\n\n.announcements-list {\n margin-bottom: 60px;\n}\n\n.announce-box {\n background-color: var(--lt-off-white);\n border: 1px solid var(--line-grey);\n border-width: 1px 0;\n padding: 10px 25px !important;\n &+.announce-box {\n border-top-width:0;\n }\n &>:first-child {\n margin-top: 0;\n }\n &>:last-child {\n margin-bottom: 0;\n }\n}",".notes {\n font-size: .85em;\n & strong:first-child {\n font-weight: bold;\n color: var(--wai-green);\n }\n}",".pager {\n background-color: var(--pure-white);\n border: 1px solid var(--line-grey);\n display: flex;\n flex: 1 100%;\n}\n\n.pager > ul {\n align-content: center;\n display: flex;\n flex: 1 100%;\n flex-direction: row;\n flex-wrap: nowrap;\n margin: 0;\n padding: 18px;\n}\n\n.pager--item {\n display: flex;\n flex: 1 auto;\n list-style: none;\n}\n\n.pager--item a:link {\n color: var(--wai-green);\n display: flex;\n flex-direction: row;\n flex: 1 100%;\n text-decoration: none;\n}\n\n.pager--item a:visited {\n color: var(--visited-link);\n}\n\n.pager--item a:hover,\n.pager--item a:focus {\n color: var(--w3c-blue);\n}\n\n.pager--item a:active {\n color: var(--wai-green);\n}\n\n.pager--item.next a {\n flex-direction: row-reverse;\n justify-content: flex-end;\n text-align: right;\n}\n\n.pager--item-icon {\n display: flex;\n font-size: 33px;\n}\n\n.pager--item-text {\n display: flex;\n flex: 1 auto;\n flex-direction: column;\n}\n\n.pager--item-text {\n margin-right: 16px;\n margin-left: 16px;\n}\n\n.pager--item-text-direction {\n color: var(--off-black);\n font-size: 13px;\n}\n\n.pager--item-text-target {\n font-size: 17px;\n line-height: 1em;\n}",".quote {\n background-color: var(--wai-green);\n border-radius: 5px;\n color: var(--pure-white);\n padding: 22px;\n}\n\n.quote--block {\n display: flex;\n flex-direction: column;\n margin: 0;\n padding: 0;\n}\n\n.quote--block-text {\n font-size: 20px;\n font-style: italic;\n line-height: 1.25;\n margin: 0;\n padding: 0;\n}\n\n.quote--block-text::before {\n content: open-quote;\n}\n\n.quote--block-text::after {\n content: close-quote;\n}\n\n.quote--block-cite {\n font-size: 15px;\n font-weight: 500;\n margin: 9px 0 0 0;\n}\n\n.quote--block-cite a {\n color: var(--body-bg);\n}",".related-content {\n background-color: var(--pure-white);\n border: 1px solid var(--line-grey);\n display: flex;\n flex: 1 100%;\n flex-direction: column;\n margin: 50px;\n}\n\n.related-content--head {\n align-items: center;\n background-color: var(--off-white);\n border-bottom: 1px solid var(--line-grey);\n display: flex;\n flex-direction: row;\n height: 48px;\n}\n\n.related-content--head-icon {\n height: 22px;\n margin-right: 10px;\n margin-left: 19px;\n width: 22px;\n}\n\n.related-content--head-heading {\n border: none;\n color: var(--w3c-blue);\n flex: 1 100%;\n font-size: 20px;\n margin: 0;\n padding: 0;\n}\n\n\n.related-content--content {\n margin: 0;\n padding: 0;\n}\n\n.related-content--content-list {\n list-style: none;\n margin: 22px;\n padding: 0;\n}\n\n.related-content--content-list li {\n font-size: 14px;\n line-height: 2.2em;\n}",".sidenav {\n grid-area: navigation;\n}\n\n.sidenav--head {\n /*background-color: var(--off-white);*/\n background-color: var(--w3c-blue);\n padding: 8px;\n display:flex;\n align-items: flex-end;\n border: 2px solid var(--w3c-blue);\n border-bottom: none;\n}\n\n.sidenav--head-icon {\n padding-bottom: .3em;\n}\n\n.sidenav--head-icon--inner {\n width: 47px;\n height: 48px;\n float: left;\n margin-right: 8px;\n}\n\n.sidenav--head-section {\n color: var(--pure-white);\n text-transform: uppercase;\n letter-spacing: .7px;\n font-size: .6875rem;\n font-weight: bold;\n}\n\n.sidenav--head-subsection {\n color: var(--pure-white);\n font-size: 1.375rem;\n}\n\n.sidenav--list {\n border: 2px solid var(--w3c-blue);\n border-width: 0 1px 1px;\n background-color: var(--w3c-blue);\n margin: 0;\n padding:0;\n font-size: .8125rem;\n & a {\n display: block;\n padding: 16px 24px;\n color: var(--pure-white);\n text-decoration: none;\n &:--hovcus {\n text-decoration: underline;\n background-color: var(--pure-white);\n color: var(--wai-green);\n }\n }\n &>li>a {\n border-top: 1px solid var(--pure-white);\n }\n .sidenav-head + & {\n border-top: none;\n }\n & ul {\n padding: 0;\n margin: 0;\n padding-left: 24px;\n }\n & a + ul { display:none; }\n & a[aria-current] + ul { display:block; }\n & li {\n margin: 0;\n padding: 0;\n list-style: none;\n }\n & ul li a {\n border-bottom: none;\n padding: 4px 4px 4px 16px;\n border-radius: 2px 0 0 2px;\n }\n & a[aria-current] {\n /*color: var(--w3c-blue);\n background-color: var(--body-bg);*/\n }\n & a[aria-current=location] {\n padding-bottom: 4px;\n font-weight: bold;\n }\n & a[aria-current=page] {\n font-weight: bold;\n margin-right: -1px;\n color: var(--w3c-blue);\n background-color: var(--body-bg);\n }\n}\n",".teaser {\n padding-top: 32px;\n padding-bottom: 32px;\n}\n\n.teaser.featured {\n background-size: cover;\n background-position: center;\n & .teaser-c {\n background-color: rgba(255, 255, 255, 0.9);\n border-top: 5px solid var(--faded-red);\n padding: 16px 32px;\n display:block;\n }\n}\n\n.teaser-h {\n & h2, & h3, & h4, & h5, & h6 {\n margin: 16px 0;\n padding: 0;\n border:none;\n color: var(--wai-green);\n font-size: 1rem;\n line-height: 1.2;\n &.title {\n font-size: 1.5rem;\n margin: 10px 0 20px;\n @media (--medium) {\n font-size: 2rem;\n }\n @media (--large) {\n font-size: 2.375rem;\n }\n }\n }\n & .subtitle {\n font-weight: bold;\n margin: 0;\n font-size: .875rem;\n color: var(--off-black);\n }\n}\n\n.teaser-h-icon {\n height:1em;\n width: 1em;\n vertical-align: middle;\n margin-right: 10px;\n &.full {\n display: block;\n height: 1.8em;\n width: 1.8em;\n }\n}\n\n.teaser-tip {\n text-align: center;\n & .teaser-h h2 {\n font-size: 1.75rem\n }\n & .teaser-h svg {\n display: block;\n margin: 0 auto;\n height: 1.75em;\n width: 1.75em;\n }\n & .fakelink {\n margin: 0 auto;\n }\n}\n\n.fakelink {\n text-decoration: underline;\n position: relative;\n & svg {\n margin-left: 5px;\n width: .75em;\n height: .75em;\n }\n}\n\n.teaser-about {\n & p {\n @media (--medium) {\n font-size: 1.25rem;\n }\n @media (--large) {\n font-size: 1.5rem;\n }\n color: var(--grey);\n }\n & .teaser-h h2 {\n font-weight: bold;\n }\n}\n\n.teaser-media {\n align-items: center;\n background-color: #fff;\n}\n\n.area-teaser {\n display: block;\n background-color: var(--pure-white);\n border: 1px solid var(--line-grey);\n margin: -1px;\n padding: 20px 32px;\n @media (--medium) {\n padding: 40px 40px;\n }\n @media (--large) {\n padding: 60px 40px;\n }\n & .teaser-h {\n display: flex;\n align-items: flex-end;\n & h2, & h3, & h4, & h5, & h6 {margin: 0; font-weight: normal;}\n }\n & .teaser-h-icon {\n margin-bottom: 10px;\n }\n &:hover, &:focus {\n & .teaser-h > :not(svg) {\n text-decoration: underline;\n }\n }\n}","/*\n Able Player core styles\n\n Default z-index map:\n\n * Modal dialog\n div.able-modal-dialog = 10000\n div.able-modal-overlay = 9500\n\n * Items that should always be on top (9000):\n .able-alert = 9400\n .able-window-toolbar .able-button-handler-preferences = 9300\n .able-popup = 9200\n .able-volume-head = 9175\n .able-volume-slider = 9150\n .able-tooltip = 9000\n\n * Pop-ups with critical content: (7000 - 8000):\n .able-sign-window = 8000\n .able-transcript-area = 7000\n\n * Player controls: (5000 - 6000)\n .able-controller .able-seekbar = 6900\n .able-controller .buttonOff = 6800\n .able-controller button > img = 6700\n .able-controller button > span = 6700\n .able-controller button = 6600\n .able-big-play-button = 6500\n div.able-captions-wrapper = 6000\n .able-seekbar-head = 5500\n .able-seekbar-played = 5200\n .able-seekbar-loaded = 5100\n .able = 5000\n*/\n.able-wrapper {\n position: relative;\n margin: 0;\n padding: 0;\n width: 100%;\n height: auto;\n box-sizing: content-box !important;\n}\n.able {\n position: relative;\n margin: 1em 0;\n width: 100%; /* will be changed dynamically as player is contructed */\n z-index: 5000;\n}\n.able-column-left {\n float: left;\n}\n.able-column-right {\n float: left;\n}\n.able .able-vidcap-container {\n background-color: black;\n /* height: 360px; */\n left: 0;\n margin: 0;\n position: relative;\n top: 0;\n}\n.able-player {\n font-family: inherit;\n background-color: #262626; /* background color of player (appears on top & bottom) */\n}\n.able-offscreen {\n position:absolute;\n left:-10000px;\n top:auto;\n width:1px;\n height:1px;\n overflow:hidden;\n}\n.able-media-container audio {\n display: none !important;\n}\n.able-video {\n}\n.able-video .able-now-playing {\n display: none; /* not currently used for video */\n}\n.able-controller {\n position: relative;\n border-top: 2px solid #4c4c4c;\n border-bottom: 2px solid #4c4c4c;\n background-color: #464646; /* background color of controller bar */\n min-height: 38px; /* height of button (20px) + 4px border + 4px padding */\n padding: 0;\n}\n.able-poster {\n position: absolute;\n top: 0;\n left: 0;\n}\n\n/*\n Controller Buttons & Controls\n*/\n.able-big-play-button {\n position: absolute;\n font-size: 8em;\n opacity: 0.5;\n filter:alpha(opacity=50); /* for IE */\n color: #fdfdfd;\n background-color: transparent;\n border: none;\n outline: none;\n left: 0;\n top: 0;\n padding: 0;\n z-index: 6500;\n}\n.able-big-play-button:hover {\n opacity: 100;\n filter:alpha(opacity=100); /* for IE */\n}\n.able-left-controls, .able-right-controls {\n overflow: visible;\n}\n.able-left-controls button, .able-right-controls button {\n vertical-align: middle;\n}\n.able-left-controls {\n float: left;\n}\n.able-right-controls {\n float: right;\n}\n.able-black-controls,\n.able-black-controls button,\n.able-black-controls label {\n color: #000 !important;\n}\n.able-black-controls .able-seekbar {\n border: 2px solid #000;\n}\n.able-white-controls,\n.able-white-controls button,\n.able-black-controls label {\n color: #FFF !important;\n}\n.able-white-controls .able-seekbar {\n border: 2px solid #FFF;\n}\n.able-controller button {\n background: none;\n position: relative;\n display: inline-block;\n border-style: none;\n margin: 3px;\n padding: 0;\n font-size: 20px;\n min-width: 24px;\n outline: 2px solid #464646; /* same color as .able-controller background-color */\n border: none;\n overflow: visible !important;\n z-index: 6600;\n}\n.able-controller button > span,\n.able-controller button > img {\n width: 20px;\n margin: 0 auto;\n padding: 0;\n z-index: 6700;\n}\n.able-controller .buttonOff {\n opacity: 0.5;\n filter:alpha(opacity=50); /* for IE */\n z-index: 6800;\n}\n.able-controller .able-seekbar {\n margin: 0 5px;\n z-index: 6900;\n}\n.able-controller button:hover,\n.able-controller button:focus {\n outline-style: solid;\n outline-width: medium;\n}\n.able-controller button:hover {\n outline-color: #8AB839 !important; /* green */\n}\n.able-controller button:focus {\n outline-color: #ffbb37 !important; /* yellow */\n}\n\n/*\n Seekbar\n*/\n.able-seekbar-wrapper {\n display: inline-block;\n vertical-align: middle;\n}\n.able-seekbar {\n position: relative;\n height: 0.5em;\n border: 1px solid;\n background-color: #000000;\n margin: 0 3px;\n border-style: solid;\n border-width: 2px;\n border-color: #ffffff;\n}\n.able-seekbar-loaded {\n display: inline-block;\n position: absolute;\n left: 0;\n top: 0;\n height: 0.5em;\n background-color: #464646;\n z-index: 5100;\n}\n.able-seekbar-played {\n display: inline-block;\n position: absolute;\n left: 0;\n top: 0;\n height: 0.5em;\n background-color: #DADADA;\n z-index: 5200;\n}\n.able-seekbar-head {\n display: inline-block;\n position: relative;\n left: 0;\n top: -0.45em;\n background-color: #FDFDFD;\n width: 0.8em;\n height: 0.8em;\n border: 1px solid;\n border-radius: 0.8em;\n z-index: 5500;\n}\n\n/*\n Volume Slider\n*/\n.able-volume-slider {\n width: 34px;\n height: 50px;\n background-color: #464646; /* same as .able-controller */\n padding: 10px 0;\n position: absolute;\n right: 0px;\n top: -74px;\n display: none;\n z-index: 9100;\n}\n.able-volume-track {\n display: block;\n position: relative;\n height: 100%; /* = 50px after padding */\n width: 5px;\n margin: 0 auto;\n background-color: #999;\n}\n.able-volume-track.able-volume-track-on {\n background-color: #dadada;\n position: absolute;\n height: 20px; /* change dynamically; 5px per volume tick */\n top: 30px; /* change dynamically; 50px - height */\n}\n.able-volume-head {\n display: inline-block;\n background-color: #fdfdfd;\n outline: 1px solid #333;\n position: absolute;\n height: 7px;\n width: 15px;\n left: -5px;\n top: 23px; /* change dynamically; .able-volume-track-on top - 7 */\n z-index: 9175;\n}\n.able-volume-head:hover,\n.able-volume-head:focus {\n background-color: #ffbb37 !important; /* yellow */\n}\n.able-volume-help { /* not visible; used in aria-describedby */\n display: none;\n}\n\n/*\ninput[type=range]:focus {\n outline: none;\n}\ninput[type=range]::-webkit-slider-runnable-track {\n width: 100%;\n height: 8.4px;\n cursor: pointer;\n animate: 0.2s;\n box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;\n background: #3071a9;\n border-radius: 1.3px;\n border: 0.2px solid #010101;\n}\ninput[type=range]::-webkit-slider-thumb {\n box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;\n border: 1px solid #000000;\n height: 36px;\n width: 16px;\n border-radius: 3px;\n background: #ffffff;\n cursor: pointer;\n -webkit-appearance: none;\n margin-top: -14px;\n}\ninput[type=range]:focus::-webkit-slider-runnable-track {\n background: #367ebd;\n}\ninput[type=range]::-moz-range-track {\n width: 100%;\n height: 8.4px;\n cursor: pointer;\n animate: 0.2s;\n box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;\n background: #3071a9;\n border-radius: 1.3px;\n border: 0.2px solid #010101;\n}\ninput[type=range]::-moz-range-thumb {\n box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;\n border: 1px solid #000000;\n height: 36px;\n width: 16px;\n border-radius: 3px;\n background: #ffffff;\n cursor: pointer;\n}\ninput[type=range]::-ms-track {\n width: 100%;\n height: 8.4px;\n cursor: pointer;\n animate: 0.2s;\n background: transparent;\n border-color: transparent;\n border-width: 16px 0;\n color: transparent;\n}\ninput[type=range]::-ms-fill-lower {\n background: #2a6495;\n border: 0.2px solid #010101;\n border-radius: 2.6px;\n box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;\n}\ninput[type=range]::-ms-fill-upper {\n background: #3071a9;\n border: 0.2px solid #010101;\n border-radius: 2.6px;\n box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;\n}\ninput[type=range]::-ms-thumb {\n box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;\n border: 1px solid #000000;\n height: 36px;\n width: 16px;\n border-radius: 3px;\n background: #ffffff;\n cursor: pointer;\n}\ninput[type=range]:focus::-ms-fill-lower {\n background: #3071a9;\n}\ninput[type=range]:focus::-ms-fill-upper {\n background: #367ebd;\n}\n*/\n\n/*\n Status Bar\n*/\n\n.able-status-bar {\n height: 1.5em;\n min-height: 1.5em;\n color: #CCC;\n font-size: 0.9em;\n background-color: transparent;\n padding: 0.5em 0.5em 0.25em;\n}\n.able-status-bar span.able-timer {\n /* contains both span.elapsedTime and span.duration */\n text-align: left;\n float: left;\n width: 32%;\n}\n.able-status-bar span.able-speed {\n float: left;\n width: 33%;\n text-align: center;\n}\n.able-status {\n font-style: italic;\n float: right;\n width: 32%;\n text-align :right;\n}\n\n/*\n Captions and Descriptions\n*/\n\ndiv.able-captions-wrapper {\n width: 100%;\n margin: 0;\n padding: 0;\n text-align: center;\n line-height: 1.35em;\n display: none;\n z-index: 6000;\n}\ndiv.able-captions {\n display: none;\n padding: 0.15em 0.25em;\n /* settings that are overridden by user prefs */\n background-color: black;\n font-size: 1.1em;\n color: white;\n opacity: 0.75;\n}\ndiv.able-captions-overlay {\n position: absolute;\n margin: 0;\n bottom: 0;\n}\ndiv.able-captions-below {\n position: relative;\n min-height: 2.8em;\n}\ndiv.able-descriptions {\n position: relative;\n color: #FF6; /* yellow, to differentiate it from captions */\n background-color: #262626;\n min-height: 2.8em;\n border-top: 1px solid #666;\n margin: 0;\n padding: 3%;\n width: 94%;\n text-align: center;\n}\n\n/*\n Now Playing\n*/\n\ndiv.able-now-playing {\n text-align: center;\n font-weight: bold;\n font-size: 1.1em;\n color: #FFFFFF;\n background-color: transparent;\n padding: 0.5em 0.5em 1em;\n}\ndiv.able-now-playing span {\n font-size: 0.9em;\n}\ndiv.able-now-playing span span {\n display: block;\n}\n\n/*\n Modal Dialogs\n*/\n\ndiv.able-modal-dialog {\n position: absolute;\n height: auto;\n max-width: 90%;\n margin-left: auto;\n margin-right: auto;\n left: 0px;\n right: 0px;\n outline: 0px none;\n display: none;\n color: #000;\n background-color: #FAFAFA;\n box-sizing: content-box !important;\n z-index: 10000;\n}\ndiv.able-modal-overlay {\n position: fixed;\n width: 100%;\n height: 100%;\n background-color: #000;\n opacity: 0.5;\n margin: 0;\n padding: 0;\n top: 0;\n left: 0;\n display: none;\n z-index: 9500;\n}\nbutton.modalCloseButton {\n position: absolute;\n top: 5px;\n right: 5px;\n}\nbutton.modal-button {\n margin-right: 5px;\n}\ndiv.able-modal-dialog input:hover,\ndiv.able-modal-dialog input:focus,\ndiv.able-modal-dialog button:hover,\ndiv.able-modal-dialog button:focus {\n outline-style: solid;\n outline-width: 2px;\n}\ndiv.able-modal-dialog input:hover,\ndiv.able-modal-dialog button:hover {\n outline-color: #8AB839; /* green */\n}\ndiv.able-modal-dialog input:focus,\ndiv.able-modal-dialog button:focus {\n outline-color: #ffbb37; /* yellow */\n}\ndiv.able-modal-dialog h1 {\n font-weight: bold;\n font-size: 1.8em;\n line-height: 1.2em;\n margin: 0.75em 0;\n color: #000;\n text-align: center;\n}\n.able-prefs-form,\n.able-help-div,\n.able-resize-form {\n background-color: #F5F5F5;\n border: medium solid #ccc;\n padding: 0.5em 1em;\n margin: 0 0 0 1em;\n width: 25em;\n display: none;\n}\n\n/*\n Preferences Form\n*/\n\n.able-prefs-form fieldset {\n margin-left: 0;\n padding-left: 0;\n border: none;\n}\n.able-prefs-form legend {\n color: black;\n font-weight: bold;\n font-size: 1.1em;\n}\n.able-prefs-form fieldset div {\n display: table;\n margin-left: 1em;\n}\n.able-prefs-form fieldset div input {\n display: table-cell;\n width: 1em;\n vertical-align: middle;\n}\n.able-prefs-form fieldset div label {\n display: table-cell;\n padding-left: 0.5em;\n}\nfieldset.able-prefs-keys div {\n float: left;\n margin-right: 1em;\n}\ndiv.able-desc-pref-prompt {\n font-weight: bold;\n font-style: italic;\n margin-left: 1em !important;\n}\ndiv.able-prefDescFormat > div {\n margin-left: 1.5em;\n}\n.able-prefs-captions label,\n.able-prefs-captions select {\n display: block;\n float: left;\n margin-bottom: 0.25em;\n}\nfieldset.able-prefs-captions label {\n width: 6em;\n text-align: right;\n padding-right: 1em;\n}\nfieldset.able-prefs-captions select {\n width: 10em;\n font-size: 0.9em;\n border-radius: none;\n}\n.able-prefs-form div.able-captions-sample {\n padding: 0.5em;\n text-align: center;\n}\n.able-prefs-form h2 {\n margin-top: 0;\n margin-bottom: 0.5em;\n font-size: 1.1em;\n}\n.able-prefs-form ul {\n margin-top: 0;\n}\n\n/*\n Keyboard Preferences Dialog\n*/\nable-prefs-form-keyboard ul {\n list-style-type: none;\n}\nspan.able-modkey-alt,\nspan.able-modkey-ctrl,\nspan.able-modkey-shift {\n color: #666;\n font-style: italic;\n}\nspan.able-modkey {\n font-weight: bold;\n color: #000;\n font-size: 1.1em;\n}\n\n/*\n Resize Window Dialog\n*/\n\n.able-resize-form h1 {\n font-size: 1.15em;\n}\n.able-resize-form div div {\n margin: 1em;\n}\n.able-resize-form label {\n padding-right: 0.5em;\n font-weight: bold;\n}\n.able-resize-form input[type=\"text\"] {\n font-size: 1em;\n}\n.able-resize-form input[readonly] {\n color: #AAA;\n}\n\n/*\n Drag & Drop\n*/\n\n.able-window-toolbar {\n background-color: #464646;\n min-height: 15px;\n padding: 10px;\n border-style: solid;\n border-width: 0 0 1px 0;\n}\n.able-draggable:hover {\n cursor: move;\n}\n.able-window-toolbar .able-button-handler-preferences {\n position: absolute;\n top: 0;\n right: 0;\n font-size: 1.5em;\n background-color: transparent;\n border: none;\n outline: none;\n padding: 0;\n z-index: 9300;\n}\n.able-window-toolbar .able-button-handler-preferences:hover,\n.able-window-toolbar .able-button-handler-preferences:focus {\n outline-style: solid;\n outline-width: medium;\n}\n.able-window-toolbar .able-button-handler-preferences:hover {\n outline-color: #8AB839 !important; /* green */\n}\n.able-window-toolbar .able-button-handler-preferences:focus {\n outline-color: #ffbb37 !important; /* yellow */\n}\n.able-window-toolbar .able-popup {\n position: absolute;\n right: 0;\n top: 0;\n display: none;\n}\n.able-drag {\n border: 2px dashed #F90;\n cursor: move;\n}\n.able-resizable {\n position: absolute;\n width: 16px;\n height: 16px;\n padding: 5px 2px;\n bottom: 0;\n right: 0;\n cursor: nwse-resize;\n background: transparent url('../ableplayer/images/wingrip.png') no-repeat;\n}\n\n/*\n Sign Language Window\n*/\n\n.able-sign-window {\n position: relative;\n margin: 1em;\n /* max-width: 100%; */\n z-index: 8000;\n}\n.able-sign-window video {\n width: 100%;\n}\n.able-sign-window:focus {\n outline: none;\n}\n\n\n/*\n External chapters div\n*/\ndiv.able-chapters-div {\n padding: 0;\n}\ndiv.able-chapters-div .able-chapters-heading {\n margin: 1em 0.75em;\n font-size: 1.1em;\n font-weight: bold;\n}\ndiv.able-chapters-div ul {\n list-style-type: none;\n padding-left: 0;\n}\ndiv.able-chapters-div ul li {\n max-width: 100%;\n padding: 0;\n height: 2em;\n}\ndiv.able-chapters-div button {\n width: 100%;\n height: 100%;\n border: none;\n background-color: transparent;\n color: #000;\n font-size: 1em;\n text-align: left;\n padding: 0.15em 1em;\n}\ndiv.able-chapters-div li.able-current-chapter {\n background-color: #000 !important;\n}\ndiv.able-chapters-div li.able-current-chapter button {\n color: #FFF !important;\n}\ndiv.able-chapters-div li.able-focus {\n background-color: #4C4C4C;\n}\ndiv.able-chapters-div button:focus,\ndiv.able-chapters-div button:hover,\ndiv.able-chapters-div button::-moz-focus-inner {\n border: 0;\n outline: none;\n color: #FFF !important;\n}\n\n/*\n Fullscreen settings\n In v2.2.4b commented out :-webkit-full-screen style\n This was causing the toolbar in fullscreen mode to be positioned slightly offscreen in webkit browsers\n Safari had an additional problem in window height was being calculated (see event.js > onWindowResize())\n Commenting out this style appears have no adverse effect in any browser\n All other fullscreen styles were already commented out, and left here solely for reference\n*/\n/*\n:-webkit-full-screen {\n position: fixed;\n width: 100%;\n height: 100%;\n top: 0;\n background: none;\n}\n:-moz-full-screen {\n position: fixed;\n width: 100%;\n height: 100%;\n top: 0;\n bottom: 20;\n background: none;\n}\n\n:-ms-fullscreen {\n position: fixed;\n width: 100%;\n height: 100%;\n top: 0;\n background: none;\n}\n\n:fullscreen {\n position: fixed;\n width: 100%;\n height: 80%;\n top: 0;\n background: none;\n}\n*/\n\n/*\n Tooltips & Alerts\n*/\n\n.able-tooltip, .able-alert {\n position: absolute;\n padding: 5px 10px;\n border-color: black;\n border-width: 1px;\n color: #000 !important;\n background-color: #CCCCCC;\n -webkit-border-radius: 5px;\n -moz-border-radius: 5px;\n border-radius: 5px;\n display: none;\n}\n.able-alert {\n background-color: #FFFFCC;\n box-shadow: 0px 0px 16px #262626;\n z-index: 9400;\n}\n.able-popup {\n z-index: 9200;\n}\n.able-tooltip {\n z-index: 9000;\n}\n\n/*\n Popup Menus\n*/\n.able-popup {\n position: absolute;\n margin: 0;\n padding: 0;\n border-color: black;\n border-width: 1px;\n background-color: #000;\n opacity: 0.85;\n -webkit-border-radius: 5px;\n -moz-border-radius: 5px;\n border-radius: 5px;\n display: none;\n}\n.able-popup ul {\n list-style-type: none;\n margin: 0;\n padding: 0;\n}\n.able-popup li {\n padding: 0.25em 1em 0.25em 0.25em;\n margin: 1px;\n}\n.able-popup label {\n padding-left: 0.25em;\n color: #FFF;\n}\n.able-popup li.able-focus {\n background-color: #CCC;\n}\n.able-popup li.able-focus label {\n color: #000;\n}\n\n/*\n Popup Menus with hidden radio buttons\n e.g., chapters and preferences\n*/\n.able-popup-no-radio > ul > li > input {\n position: absolute !important;\n clip: rect(1px 1px 1px 1px); /* IE6, IE7 */\n clip: rect(1px, 1px, 1px, 1px);\n}\n\n/*\n Transcript\n*/\n\n.able-transcript-area {\n border-width: 1px;\n border-style: solid;\n height: 400px;\n z-index: 7000;\n outline: none;\n}\n.able-transcript {\n position: relative; /* must be positioned for scrolling */\n overflow-y: scroll;\n padding-left: 5%;\n padding-right: 5%;\n /* width: 90%; */\n background-color: #FFF;\n height: 350px;\n}\n.able-transcript div {\n margin: 1em 0;\n}\n.able-transcript-heading {\n font-size: 1.4em;\n font-weight: bold;\n}\n.able-transcript-chapter-heading {\n font-size: 1.2em;\n font-weight: bold;\n}\n.able-transcript div.able-transcript-desc {\n background-color: #FEE;\n border: thin solid #336;\n font-style: italic;\n padding: 1em;\n}\n.able-transcript .able-unspoken {\n font-weight: bold;\n}\n.able-transcript .able-hidden {\n position: absolute !important;\n clip: rect(1px 1px 1px 1px); /* IE6, IE7 */\n clip: rect(1px, 1px, 1px, 1px);\n}\n.able-highlight {\n background: #FF6; /* light yellow */\n}\n.able-previous {\n background: black !important;\n font-style: italic;\n}\n.able-transcript span:hover,\n.able-transcript span:focus,\n.able-transcript span:active {\n background: #CF6; /* light green */\n cursor: pointer;\n}\n.able-window-toolbar label {\n margin-right: 10px;\n color: #FFF;\n}\n.able-window-toolbar input:focus,\n.able-window-toolbar input:hover,\n.able-controller input:focus,\n.able-controller input:hover,\n.able-controller button:focus,\n.able-controller button:hover,\n.able-seekbar-head:focus,\n.able-seekbar-head:hover {\n outline-style: solid;\n outline-width: 2px;\n}\n.able-window-toolbar input:focus,\n.able-controller input:focus,\n.able-controller button:focus,\n.able-seekbar-head:focus {\n outline-color: #ffbb37; /* yellow */\n}\n.able-window-toolbar input:hover,\n.able-controller input:hover,\n.able-controller button:hover,\n.able-seekbar-head:hover {\n outline-color: #8AB839; /* green */\n}\n.able-window-toolbar .transcript-language-select-wrapper {\n float: right;\n padding-right: 30px;\n}\n\n/*\n Playlist - Embedded\n*/\n\n.able-player .able-playlist {\n font-size: 0.9em;\n list-style-type: none;\n margin: 0;\n background-color: #FFFFFF;\n padding: 5px 0;\n}\n.able-player .able-playlist li {\n background-color: #DDDDDD; /* default background color of each item in playlist */\n margin: 5px;\n padding: 5px 10px;\n border-radius: 15px;\n -moz-border-radius: 15px;\n}\n.able-player .able-playlist li:hover,\n.able-player .able-playlist li:focus,\n.able-player .able-playlist li:active { /* playlist items when they have mouse or keyboard focus */\n color: #FFFFFF;\n background-color: #340449;\n text-decoration: none;\n}\n.able-player .able-playlist li.able-current { /* currently selected playlist item */\n color: #000000;\n background-color: #FFEEB3;\n font-weight: bold;\n outline: none;\n text-decoration: none;\n}\n.able-player .able-playlist li.able-current:after {\n content: ' *';\n}\n\n/*\n Playlist - External\n*/\n\n.able-playlist {\n}\n.able-playlist li {\n}\n.able-playlist li:hover,\n.able-playlist li:focus,\n.able-playlist li:active { /* playlist items when they have mouse or keyboard focus */\n text-decoration: none;\n color: white;\n background-color: black;\n}\n.able-playlist li.able-current { /* currently selected playlist item */\n font-weight: bold;\n text-decoration: underline;\n}\n.able-playlist li.able-current:after {\n content: ' *';\n}\n\n/*\n Search\n*/\n\n.able-search-results ul li {\n font-size: 1.1em;\n margin-bottom: 1em;\n}\n.able-search-results-time {\n font-weight: bold;\n text-decoration: underline;\n cursor: pointer;\n}\n.able-search-results-time:hover,\n.able-search-results-time:focus,\n.able-search-results-time:active {\n color: #FFF;\n background-color: #000;\n text-decoration: none;\n}\n.able-search-results-text {\n padding-left: 1em;\n}\n.able-search-term {\n background-color: #FFC;\n font-weight: bold;\n}\n\n/*\n Misc\n*/\n\n.able-clipped, .able-screenreader-alert {\n /* hide from sighted users, but not screen reader users */\n position: absolute !important;\n clip: rect(1px 1px 1px 1px); /* IE6, IE7 */\n clip: rect(1px, 1px, 1px, 1px);\n /* additional rules are needed to ensure clipped buttons are truly invisible in Safari on Mac OS X */\n width: 1px !important;\n height: 1px !important;\n overflow: hidden !important;\n}\n.able-error {\n display: block;\n background: #ffc;\n border: 2px solid #000;\n color: #FF0000;\n margin: 0.75em;\n padding: 0.5em;\n}\n.able-fallback {\n display: block;\n text-align: center;\n border: 2px solid #333355;\n background-color: #EEE;\n color: #000;\n font-weight: bold;\n font-size: 1.1em;\n padding: 1em;\n margin-bottom: 1em;\n max-width: 500px;\n width: 95%;\n}\n.able-fallback div,\n.able-fallback ul,\n.able-fallback p {\n text-align: left;\n}\n.able-fallback li {\n font-weight: normal;\n}\n.able-fallback img {\n width: 90%;\n margin: 1em auto;\n opacity: 0.3;\n}\n.able-fallback img.able-poster {\n position: relative;\n}\n\n/*\n SVG Icons\n*/\nbutton svg {\n display: inline-block;\n width: 1em;\n height: 1em;\n fill: currentColor;\n}\n\n\n/*\n icomoon.io font styling\n*/\n@font-face {\n font-family: 'able';\n src: url('../ableplayer/button-icons/fonts/able.eot?dqripi');\n src: url('../ableplayer/button-icons/fonts/able.eot?dqripi#iefix') format('embedded-opentype'),\n url('../ableplayer/button-icons/fonts/able.ttf?dqripi') format('truetype'),\n url('../ableplayer/button-icons/fonts/able.woff?dqripi') format('woff'),\n url('../ableplayer/button-icons/fonts/able.svg?dqripi#able') format('svg');\n font-weight: normal;\n font-style: normal;\n}\n\n[class^=\"icon-\"], [class*=\" icon-\"] {\n /* use !important to prevent issues with browser extensions that change fonts */\n font-family: 'able' !important;\n speak: none;\n font-style: normal;\n font-weight: normal;\n font-variant: normal;\n text-transform: none;\n line-height: 1;\n\n /* Better Font Rendering =========== */\n -webkit-font-smoothing: antialiased;\n -moz-osx-font-smoothing: grayscale;\n}\n\n.icon-play:before {\n content: \"\\f04b\";\n}\n.icon-pause:before {\n content: \"\\f04c\";\n}\n.icon-stop:before {\n content: \"\\f04d\";\n}\n.icon-restart:before {\n content: \"\\e900\";\n}\n.icon-rewind:before {\n content: \"\\e603\";\n}\n.icon-forward:before {\n content: \"\\e604\";\n}\n.icon-previous:before {\n content: \"\\e901\";\n}\n.icon-next:before {\n content: \"\\e902\";\n}\n.icon-slower:before {\n content: \"\\f0dd\";\n}\n.icon-faster:before {\n content: \"\\f0de\";\n}\n.icon-turtle:before {\n content: \"\\e904\";\n}\n.icon-rabbit:before {\n content: \"\\e905\";\n}\n.icon-ellipsis:before {\n content: \"\\e903\";\n}\n.icon-pipe:before {\n content: \"\\e600\";\n}\n.icon-captions:before {\n content: \"\\e601\";\n}\n.icon-descriptions:before {\n content: \"\\e602\";\n}\n.icon-sign:before {\n content: \"\\e60a\";\n}\n.icon-volume-mute:before {\n content: \"\\e606\";\n}\n.icon-volume-soft:before {\n content: \"\\e60c\";\n}\n.icon-volume-medium:before {\n content: \"\\e605\";\n}\n.icon-volume-loud:before {\n content: \"\\e60b\";\n}\n.icon-volume-up:before {\n content: \"\\e607\";\n}\n.icon-volume-down:before {\n content: \"\\e608\";\n}\n.icon-chapters:before {\n content: \"\\e609\";\n}\n.icon-transcript:before {\n content: \"\\f15c\";\n}\n.icon-preferences:before {\n content: \"\\e60d\";\n}\n.icon-close:before {\n content: \"\\f00d\";\n}\n.icon-fullscreen-expand:before {\n content: \"\\f065\";\n}\n.icon-fullscreen-collapse:before {\n content: \"\\f066\";\n}\n.icon-help:before {\n content: \"\\f128\";\n}\n\n","/* Solarized Light\n\nFor use with Jekyll and Pygments\n\nhttp://ethanschoonover.com/solarized\n\nSOLARIZED HEX ROLE\n--------- -------- ------------------------------------------\nbase01 #586e75 body text / default code / primary content\nbase1 #93a1a1 comments / secondary content\nbase3 #fdf6e3 background\norange #cb4b16 constants\nred #dc322f regex, special keywords\nblue #268bd2 reserved keywords\ncyan #2aa198 strings, numbers\ngreen #859900 operators, other keywords\n\n*/\n\npre {\n white-space: pre-wrap;\n}\n\n.highlight {\n color: #586e75;\n tab-size: 2;\n font-weight: bold;\n & .c { color: #93a1a1 } /* Comment */\n & .err { color: #586e75 } /* Error */\n & .g { color: #586e75 } /* Generic */\n & .k { color: #859900 } /* Keyword */\n & .l { color: #586e75 } /* Literal */\n & .n { color: #586e75 } /* Name */\n & .o { color: #859900 } /* Operator */\n & .x { color: #cb4b16 } /* Other */\n & .p { color: #586e75 } /* Punctuation */\n & .cm { color: #93a1a1 } /* Comment.Multiline */\n & .cp { color: #859900 } /* Comment.Preproc */\n & .c1 { color: #93a1a1 } /* Comment.Single */\n & .cs { color: #859900 } /* Comment.Special */\n & .gd { color: #2aa198 } /* Generic.Deleted */\n & .ge { color: #586e75; font-style: italic } /* Generic.Emph */\n & .gr { color: #dc322f } /* Generic.Error */\n & .gh { color: #cb4b16 } /* Generic.Heading */\n & .gi { color: #859900 } /* Generic.Inserted */\n & .go { color: #586e75 } /* Generic.Output */\n & .gp { color: #586e75 } /* Generic.Prompt */\n & .gs { color: #586e75; font-weight: bold } /* Generic.Strong */\n & .gu { color: #cb4b16 } /* Generic.Subheading */\n & .gt { color: #586e75 } /* Generic.Traceback */\n & .kc { color: #cb4b16 } /* Keyword.Constant */\n & .kd { color: #268bd2 } /* Keyword.Declaration */\n & .kn { color: #859900 } /* Keyword.Namespace */\n & .kp { color: #859900 } /* Keyword.Pseudo */\n & .kr { color: #268bd2 } /* Keyword.Reserved */\n & .kt { color: #dc322f } /* Keyword.Type */\n & .ld { color: #586e75 } /* Literal.Date */\n & .m { color: #2aa198 } /* Literal.Number */\n & .s { color: #2aa198 } /* Literal.String */\n & .na { color: #586e75 } /* Name.Attribute */\n & .nb { color: #B58900 } /* Name.Builtin */\n & .nc { color: #268bd2 } /* Name.Class */\n & .no { color: #cb4b16 } /* Name.Constant */\n & .nd { color: #268bd2 } /* Name.Decorator */\n & .ni { color: #cb4b16 } /* Name.Entity */\n & .ne { color: #cb4b16 } /* Name.Exception */\n & .nf { color: #268bd2 } /* Name.Function */\n & .nl { color: #586e75 } /* Name.Label */\n & .nn { color: #586e75 } /* Name.Namespace */\n & .nx { color: #586e75 } /* Name.Other */\n & .py { color: #586e75 } /* Name.Property */\n & .nt { color: #268bd2 } /* Name.Tag */\n & .nv { color: #268bd2 } /* Name.Variable */\n & .ow { color: #859900 } /* Operator.Word */\n & .w { color: #586e75 } /* Text.Whitespace */\n & .mf { color: #2aa198 } /* Literal.Number.Float */\n & .mh { color: #2aa198 } /* Literal.Number.Hex */\n & .mi { color: #2aa198 } /* Literal.Number.Integer */\n & .mo { color: #2aa198 } /* Literal.Number.Oct */\n & .sb { color: #93a1a1 } /* Literal.String.Backtick */\n & .sc { color: #2aa198 } /* Literal.String.Char */\n & .sd { color: #586e75 } /* Literal.String.Doc */\n & .s2 { color: #2aa198 } /* Literal.String.Double */\n & .se { color: #cb4b16 } /* Literal.String.Escape */\n & .sh { color: #586e75 } /* Literal.String.Heredoc */\n & .si { color: #2aa198 } /* Literal.String.Interpol */\n & .sx { color: #2aa198 } /* Literal.String.Other */\n & .sr { color: #dc322f } /* Literal.String.Regex */\n & .s1 { color: #2aa198 } /* Literal.String.Single */\n & .ss { color: #2aa198 } /* Literal.String.Symbol */\n & .bp { color: #268bd2 } /* Name.Builtin.Pseudo */\n & .vc { color: #268bd2 } /* Name.Variable.Class */\n & .vg { color: #268bd2 } /* Name.Variable.Global */\n & .vi { color: #268bd2 } /* Name.Variable.Instance */\n & .il { color: #2aa198 } /* Literal.Number.Integer.Long */\n}\n\n:not(.highlight) code {\n color: var(--w3c-blue);\n font-size: 1.05em;\n font-weight: bold;\n}"]}
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg width="17px" height="10px" viewBox="0 0 17 10" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
3
|
+
<!-- Generator: Sketch 42 (36781) - http://www.bohemiancoding.com/sketch -->
|
|
4
|
+
<title>Shape</title>
|
|
5
|
+
<desc>Created with Sketch.</desc>
|
|
6
|
+
<defs></defs>
|
|
7
|
+
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
8
|
+
<path d="M16.102,1.063 C16.102,1.063 15.045,2.952 14.387,3.68 C13.728,4.408 12.55,5.69 11.095,6.331 C9.64,6.972 8.877,7.093 7.439,6.955 C6.002,6.817 4.667,5.985 4.199,5.638 C3.731,5.291 2.535,4.269 1.859,3.316 C1.183,2.363 0.126,0.457 0.126,0.457 C0.126,0.457 0.715,2.367 1.084,3.178 C1.296,3.645 1.948,5.072 2.873,6.314 C3.736,7.473 5.412,9.468 7.959,9.918 C10.506,10.369 12.256,9.225 12.689,8.948 C13.122,8.671 14.035,7.906 14.613,7.288 C15.216,6.643 15.787,5.82 16.103,5.326 C16.334,4.966 16.71,4.234 16.71,4.234 L16.102,1.063 Z" id="Shape" fill="#FFFFFF" fill-rule="nonzero"></path>
|
|
9
|
+
</g>
|
|
10
|
+
</svg>
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="22" height="22" viewBox="0 0 22 22">
|
|
2
|
+
<defs>
|
|
3
|
+
<path id="a" d="M13.415.093H.015v14.634h13.4V.093z"/>
|
|
4
|
+
</defs>
|
|
5
|
+
<g fill="none" fill-rule="evenodd">
|
|
6
|
+
<g transform="translate(7.619 .005)">
|
|
7
|
+
<mask id="b" fill="#fff">
|
|
8
|
+
<use xlink:href="#a"/>
|
|
9
|
+
</mask>
|
|
10
|
+
<path fill="#C0272D" d="M13.415 5.577c-.094.327-.125.668-.225.994-.245.8-.64 1.51-1.213 2.113-1.52 1.603-3.045 3.203-4.655 4.713-.848.796-1.889 1.224-3.056 1.313-1.289.099-2.451-.223-3.472-1.036a3.263 3.263 0 0 1-.422-.398c-.55-.628-.451-1.522.218-2.018.388-.287 1.101-.278 1.517.024.173.126.335.266.511.388 1.004.697 2.337.287 2.93-.282a115.575 115.575 0 0 0 4.45-4.506c.575-.616.862-1.364.72-2.225-.217-1.301-1.396-2.063-2.681-1.784-.678.147-1.168.568-1.639 1.031A162.22 162.22 0 0 0 4.42 5.89c-.121.124-.204.15-.361.045-.472-.315-1.02-.402-1.565-.476-.451-.061-.902-.073-1.348.065-.028-.1.043-.14.085-.183 1.31-1.354 2.608-2.72 3.992-3.995C5.98.647 6.914.299 7.919.14c.06-.01.124-.006.177-.047h.948c.315.054.64.035.95.121.644.18 1.217.503 1.727.939.718.614 1.25 1.36 1.544 2.273.096.3.102.613.13.923.004.047-.015.097.02.14v1.088z" mask="url(#b)"/>
|
|
11
|
+
</g>
|
|
12
|
+
<path fill="#196CAB" d="M12.295 16.048c.005.065-.035.088-.062.117-1.289 1.355-2.581 2.707-3.95 3.978-.956.887-2.116 1.3-3.41 1.306-1.442.005-2.666-.527-3.617-1.62-1.323-1.523-1.558-3.27-.906-5.16.248-.719.657-1.34 1.186-1.888 1.457-1.51 2.909-3.026 4.42-4.48 1.163-1.116 2.559-1.586 4.155-1.444 1.06.095 1.972.527 2.762 1.235.66.592.72 1.482.148 2.05a1.344 1.344 0 0 1-1.687.152c-.215-.15-.41-.326-.634-.465-.948-.589-2.192-.241-2.774.31a99.224 99.224 0 0 0-4.566 4.624c-.823.886-.91 2.23-.246 3.12.745.999 2.222 1.165 3.248.36.589-.462 1.098-1.013 1.628-1.54.349-.346.694-.696 1.04-1.046.076-.078.137-.132.263-.063a4.2 4.2 0 0 0 2.93.455c.019-.004.04 0 .072 0"/>
|
|
13
|
+
</g>
|
|
14
|
+
</svg>
|
|
@@ -0,0 +1,126 @@
|
|
|
1
|
+
<svg style="position: absolute; width: 0; height: 0; overflow: hidden;" version="1.1" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<defs>
|
|
3
|
+
<symbol id="icon-default" viewBox="0 0 26 28">
|
|
4
|
+
<path d="M23.156 16.406c0.953 0.547 1.281 1.781 0.734 2.734l-1 1.719c-0.547 0.953-1.781 1.281-2.734 0.734l-4.156-2.391v4.797c0 1.094-0.906 2-2 2h-2c-1.094 0-2-0.906-2-2v-4.797l-4.156 2.391c-0.953 0.547-2.187 0.219-2.734-0.734l-1-1.719c-0.547-0.953-0.219-2.188 0.734-2.734l4.156-2.406-4.156-2.406c-0.953-0.547-1.281-1.781-0.734-2.734l1-1.719c0.547-0.953 1.781-1.281 2.734-0.734l4.156 2.391v-4.797c0-1.094 0.906-2 2-2h2c1.094 0 2 0.906 2 2v4.797l4.156-2.391c0.953-0.547 2.188-0.219 2.734 0.734l1 1.719c0.547 0.953 0.219 2.188-0.734 2.734l-4.156 2.406z"></path>
|
|
5
|
+
</symbol>
|
|
6
|
+
<symbol id="icon-book" viewBox="0 0 47 48">
|
|
7
|
+
<g fill-rule="nonzero" fill="none"><path d="M46.777 23.769c0 12.986-10.472 23.514-23.389 23.514S0 36.755 0 23.769C0 10.782 10.471.254 23.388.254c12.917 0 23.389 10.528 23.389 23.515" fill="#BCCBD3"/><path d="M37.673 12.639H9.103a.716.716 0 0 0-.714.718V34.9c0 .397.32.718.714.718H19.3c.681 0 1.347.31 1.726.88a2.83 2.83 0 0 0 4.727-.001c.379-.57 1.044-.879 1.726-.879h10.195a.716.716 0 0 0 .715-.718V13.357a.716.716 0 0 0-.715-.718" fill="#C0272D"/><path d="M10.532 20.538v12.926H21.96c.789 0 1.428.643 1.428 1.436 0-.793.64-1.436 1.429-1.436h11.428V20.538H10.532z" fill="#BCCBD3"/><path d="M25.53 9.767a2.149 2.149 0 0 0-2.142 2.154c0-1.19-.959-2.154-2.142-2.154H10.532v22.26H21.96c.789 0 1.428.643 1.428 1.437 0-.794.64-1.436 1.429-1.436h11.428V9.767H25.53z" fill="#FFF"/><path fill="#196CAB" d="M13.389 16.947h2.856v-5.026H13.39z"/><path d="M21.246 19.46h-7.857a.359.359 0 0 1 0-.718h7.857c.197 0 .356.161.356.36 0 .198-.16.359-.356.359m0-2.154h-3.144a.358.358 0 0 1-.357-.36c0-.198.16-.359.357-.359h3.144c.197 0 .356.161.356.36 0 .198-.16.359-.356.359m0-2.155h-3.144a.358.358 0 0 1-.357-.359c0-.198.16-.359.357-.359h3.144c.197 0 .356.16.356.36 0 .198-.16.358-.356.358m0-2.154h-3.144a.358.358 0 0 1-.357-.359c0-.198.16-.359.357-.359h3.144c.197 0 .356.16.356.36 0 .197-.16.358-.356.358m0 8.617h-7.857a.359.359 0 0 1 0-.718h7.857c.197 0 .356.161.356.36 0 .197-.16.358-.356.358m0 2.155h-7.857a.359.359 0 0 1 0-.718h7.857c.197 0 .356.16.356.359 0 .198-.16.358-.356.358m0 2.155h-7.857a.359.359 0 0 1 0-.718h7.857c.197 0 .356.16.356.359 0 .198-.16.359-.356.359m0 2.154h-7.857a.359.359 0 0 1 0-.718h7.857c.197 0 .356.16.356.359 0 .198-.16.359-.356.359m0 2.154h-7.857a.359.359 0 0 1 0-.718h7.857c.197 0 .356.16.356.36 0 .197-.16.358-.356.358M33.388 19.46H25.53a.359.359 0 1 1 0-.718h7.857c.197 0 .357.161.357.36 0 .198-.16.359-.357.359m.001 2.154H25.53a.358.358 0 0 1-.357-.359c0-.198.16-.359.357-.359h7.857a.359.359 0 0 1 0 .718m.001-6.463H25.53a.358.358 0 0 1-.357-.359c0-.198.16-.359.357-.359h7.857c.197 0 .357.16.357.36 0 .198-.16.358-.357.358m.001-2.154H25.53a.358.358 0 0 1-.357-.359c0-.198.16-.359.357-.359h7.857c.197 0 .357.16.357.36 0 .197-.16.358-.357.358m.001 4.309H25.53a.358.358 0 0 1-.357-.36c0-.198.16-.359.357-.359h7.857c.197 0 .357.161.357.36 0 .198-.16.359-.357.359m.001 6.463H25.53a.358.358 0 0 1-.357-.36c0-.198.16-.359.357-.359h7.857a.359.359 0 0 1 0 .718m.001 2.155H25.53a.358.358 0 0 1-.357-.36c0-.198.16-.358.357-.358h7.857a.358.358 0 1 1 0 .718m.001 2.154H25.53a.358.358 0 0 1-.357-.359c0-.198.16-.36.357-.36h7.857a.36.36 0 0 1 0 .719m.001 2.154H25.53a.358.358 0 0 1-.357-.359c0-.198.16-.359.357-.359h7.857c.197 0 .357.16.357.36 0 .197-.16.358-.357.358" fill="#036"/></g>
|
|
8
|
+
</symbol>
|
|
9
|
+
<symbol id="icon-search" viewBox="0 0 26 28">
|
|
10
|
+
<path d="M18 13c0-3.859-3.141-7-7-7s-7 3.141-7 7 3.141 7 7 7 7-3.141 7-7zM26 26c0 1.094-0.906 2-2 2-0.531 0-1.047-0.219-1.406-0.594l-5.359-5.344c-1.828 1.266-4.016 1.937-6.234 1.937-6.078 0-11-4.922-11-11s4.922-11 11-11 11 4.922 11 11c0 2.219-0.672 4.406-1.937 6.234l5.359 5.359c0.359 0.359 0.578 0.875 0.578 1.406z"></path>
|
|
11
|
+
</symbol>
|
|
12
|
+
<symbol id="icon-cancel-rect" viewBox="0 0 28 28">
|
|
13
|
+
<path d="M18.359 20.641l2.281-2.281c0.203-0.203 0.203-0.516 0-0.719l-3.641-3.641 3.641-3.641c0.203-0.203 0.203-0.516 0-0.719l-2.281-2.281c-0.203-0.203-0.516-0.203-0.719 0l-3.641 3.641-3.641-3.641c-0.203-0.203-0.516-0.203-0.719 0l-2.281 2.281c-0.203 0.203-0.203 0.516 0 0.719l3.641 3.641-3.641 3.641c-0.203 0.203-0.203 0.516 0 0.719l2.281 2.281c0.203 0.203 0.516 0.203 0.719 0l3.641-3.641 3.641 3.641c0.203 0.203 0.516 0.203 0.719 0zM28 4.5v19c0 1.375-1.125 2.5-2.5 2.5h-23c-1.375 0-2.5-1.125-2.5-2.5v-19c0-1.375 1.125-2.5 2.5-2.5h23c1.375 0 2.5 1.125 2.5 2.5z"></path>
|
|
14
|
+
</symbol>
|
|
15
|
+
<symbol id="icon-chevron-right" viewBox="0 0 19 28">
|
|
16
|
+
<path d="M17.297 13.703l-11.594 11.594c-0.391 0.391-1.016 0.391-1.406 0l-2.594-2.594c-0.391-0.391-0.391-1.016 0-1.406l8.297-8.297-8.297-8.297c-0.391-0.391-0.391-1.016 0-1.406l2.594-2.594c0.391-0.391 1.016-0.391 1.406 0l11.594 11.594c0.391 0.391 0.391 1.016 0 1.406z"></path>
|
|
17
|
+
</symbol>
|
|
18
|
+
<symbol id="icon-chevron-left" viewBox="0 0 21 28">
|
|
19
|
+
<path d="M18.297 4.703l-8.297 8.297 8.297 8.297c0.391 0.391 0.391 1.016 0 1.406l-2.594 2.594c-0.391 0.391-1.016 0.391-1.406 0l-11.594-11.594c-0.391-0.391-0.391-1.016 0-1.406l11.594-11.594c0.391-0.391 1.016-0.391 1.406 0l2.594 2.594c0.391 0.391 0.391 1.016 0 1.406z"></path>
|
|
20
|
+
</symbol>
|
|
21
|
+
<symbol id="icon-chevron-down" viewBox="0 0 28 28">
|
|
22
|
+
<path d="M26.297 12.625l-11.594 11.578c-0.391 0.391-1.016 0.391-1.406 0l-11.594-11.578c-0.391-0.391-0.391-1.031 0-1.422l2.594-2.578c0.391-0.391 1.016-0.391 1.406 0l8.297 8.297 8.297-8.297c0.391-0.391 1.016-0.391 1.406 0l2.594 2.578c0.391 0.391 0.391 1.031 0 1.422z"></path>
|
|
23
|
+
</symbol>
|
|
24
|
+
<symbol id="icon-chevron-up" viewBox="0 0 28 28">
|
|
25
|
+
<path d="M26.297 20.797l-2.594 2.578c-0.391 0.391-1.016 0.391-1.406 0l-8.297-8.297-8.297 8.297c-0.391 0.391-1.016 0.391-1.406 0l-2.594-2.578c-0.391-0.391-0.391-1.031 0-1.422l11.594-11.578c0.391-0.391 1.016-0.391 1.406 0l11.594 11.578c0.391 0.391 0.391 1.031 0 1.422z"></path>
|
|
26
|
+
</symbol>
|
|
27
|
+
<symbol id="icon-comments" viewBox="0 0 28 28">
|
|
28
|
+
<path d="M22 12c0 4.422-4.922 8-11 8-0.953 0-1.875-0.094-2.75-0.25-1.297 0.922-2.766 1.594-4.344 2-0.422 0.109-0.875 0.187-1.344 0.25h-0.047c-0.234 0-0.453-0.187-0.5-0.453v0c-0.063-0.297 0.141-0.484 0.313-0.688 0.609-0.688 1.297-1.297 1.828-2.594-2.531-1.469-4.156-3.734-4.156-6.266 0-4.422 4.922-8 11-8s11 3.578 11 8zM28 16c0 2.547-1.625 4.797-4.156 6.266 0.531 1.297 1.219 1.906 1.828 2.594 0.172 0.203 0.375 0.391 0.313 0.688v0c-0.063 0.281-0.297 0.484-0.547 0.453-0.469-0.063-0.922-0.141-1.344-0.25-1.578-0.406-3.047-1.078-4.344-2-0.875 0.156-1.797 0.25-2.75 0.25-2.828 0-5.422-0.781-7.375-2.063 0.453 0.031 0.922 0.063 1.375 0.063 3.359 0 6.531-0.969 8.953-2.719 2.609-1.906 4.047-4.484 4.047-7.281 0-0.812-0.125-1.609-0.359-2.375 2.641 1.453 4.359 3.766 4.359 6.375z"></path>
|
|
29
|
+
</symbol>
|
|
30
|
+
<symbol id="icon-checkmark" viewBox="0 0 44 40">
|
|
31
|
+
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
32
|
+
<path d="M38.773,19.804 C38.773,30.264 30.247,38.742 19.728,38.742 C9.211,38.742 0.684,30.263 0.684,19.804 C0.684,9.345 9.211,0.866 19.728,0.866 C30.247,0.866 38.773,9.345 38.773,19.804" id="Shape" fill="#FFFFFF" fill-rule="nonzero"></path>
|
|
33
|
+
<path d="M19.728,1.547 C9.605,1.547 1.368,9.737 1.368,19.805 C1.368,29.872 9.605,38.063 19.728,38.063 C29.853,38.063 38.089,29.873 38.089,19.805 C38.089,9.737 29.853,1.547 19.729,1.547 M19.729,39.423 C8.85,39.423 -0.001,30.623 -0.001,19.805 C-2.16840434e-19,8.987 8.85,0.186 19.73,0.186 C30.608,0.186 39.458,8.987 39.458,19.805 C39.458,30.622 30.608,39.423 19.729,39.423" id="Shape" fill="#BCCBD3" fill-rule="nonzero"></path>
|
|
34
|
+
<path d="M35.533,19.893 C35.483,28.573 28.367,35.57 19.639,35.52 C10.91,35.471 3.874,28.395 3.924,19.715 C3.974,11.035 11.09,4.038 19.819,4.088 C28.547,4.137 35.583,11.213 35.533,19.893" id="Shape" fill="#EDCF09" fill-rule="nonzero"></path>
|
|
35
|
+
<polygon id="Shape" fill="#003366" fill-rule="nonzero" points="43.287 4.047 19.567 22.768 7.485 16.292 7.835 19.231 19.566 30.897 43.512 7.085"></polygon>
|
|
36
|
+
<polygon id="Shape" fill="#196CAB" fill-rule="nonzero" points="39.215 0.092 19.33 19.812 11.696 12.2 7.603 16.26 19.319 27.941 43.297 4.162"></polygon>
|
|
37
|
+
</g>
|
|
38
|
+
</symbol>
|
|
39
|
+
<symbol id="icon-lightbulb" viewBox="0 0 51 60">
|
|
40
|
+
<g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
41
|
+
<path d="M35.997,24.132 C36.23,21.212 34.208,18.108 31.931,16.399 C30.825,15.569 24.073,12.442 24.111,15.415 C24.134,17.125 26.821,16.67 27.977,17.071 C29.497,17.599 30.938,18.609 31.925,19.863 C33.129,21.393 33.131,22.897 33.559,24.689 C33.731,25.409 34.086,26.004 34.955,25.861 C35.899,25.705 35.997,24.908 35.997,24.132 M37.635,33.312 C37.179,33.863 36.825,34.493 36.391,35.043 C35.341,36.37 34.121,37.515 33.438,39.159 C32.685,40.969 33.241,43.378 31.943,44.907 C30.63,46.453 28.277,46.029 26.459,46.039 C24.197,46.051 21.396,46.466 19.203,45.896 C17.41,45.43 16.737,43.891 16.642,42.224 C16.515,39.994 15.814,38.229 14.34,36.527 C12.898,34.861 11.54,33.132 10.532,31.173 C6.647,23.623 10.684,15.164 18.134,11.69 C24.735,8.613 32.694,10.703 37.189,16.17 C38.915,18.271 40.094,20.644 40.428,23.368 C40.6680364,25.3802851 40.4516809,27.420794 39.795,29.338 C39.308,30.768 38.194,31.905 37.635,33.312" id="Shape" fill="#EDCF09" fill-rule="nonzero"></path>
|
|
42
|
+
<path d="M24.744,52.132 C26.714,52.132 28.684,52.126 30.654,52.136 C31.426,52.14 31.874,52.582 31.858,53.277 C31.846,53.787 31.531,54.193 31.018,54.298 C30.7393869,54.349562 30.4562998,54.373013 30.173,54.368 C26.617,54.373 23.062,54.373 19.506,54.371 C19.239,54.371 18.971,54.356 18.706,54.329 C18.004,54.257 17.566,53.793 17.606,53.174 C17.644,52.564 18.136,52.137 18.835,52.134 C20.805,52.128 22.775,52.132 24.745,52.132 L24.744,52.132 Z M24.747,48.733 C22.745,48.733 20.742,48.74 18.739,48.729 C18.085,48.725 17.625,48.264 17.609,47.653 C17.593,47.038 18.033,46.588 18.699,46.546 C18.899,46.533 19.099,46.534 19.299,46.534 L29.513,46.535 C29.947,46.535 30.382,46.52 30.814,46.544 C31.48,46.581 31.871,47.024 31.85,47.683 C31.832,48.273 31.38,48.725 30.755,48.727 C28.753,48.737 26.75,48.73 24.747,48.73 L24.747,48.733 L24.747,48.733 Z M24.744,49.345 C26.731,49.345 28.718,49.339 30.704,49.347 C31.294,49.35 31.711,49.667 31.824,50.148 C31.946,50.674 31.736,51.163 31.275,51.406 C30.983,51.56 30.659,51.536 30.344,51.536 C26.987,51.539 23.631,51.539 20.274,51.539 C19.757,51.539 19.239,51.553 18.722,51.529 C18.07,51.496 17.596,51.012 17.606,50.431 C17.616,49.825 18.076,49.381 18.733,49.345 C18.833,49.34 18.933,49.342 19.033,49.342 L24.744,49.342 L24.744,49.345 L24.744,49.345 Z M24.748,57.16 C23.098,57.16 21.446,57.168 19.796,57.158 C18.976,57.153 18.459,56.623 18.549,55.899 C18.604,55.454 18.855,55.156 19.298,55.014 C19.573,54.926 19.855,54.922 20.138,54.922 L29.493,54.925 C29.83,54.925 30.164,54.941 30.454,55.132 C30.854,55.396 31.054,55.922 30.925,56.336 C30.778,56.808 30.335,57.149 29.801,57.153 C28.233,57.166 26.666,57.163 25.099,57.166 L24.749,57.166 L24.749,57.161 L24.748,57.16 Z M24.746,59.91 C23.644,59.91 22.543,59.918 21.442,59.906 C20.896,59.901 20.47,59.672 20.276,59.144 C20.111,58.697 20.24,58.306 20.584,57.983 C20.826,57.755 21.127,57.669 21.454,57.669 C23.639,57.667 25.825,57.662 28.01,57.671 C28.76,57.675 29.264,58.145 29.26,58.793 C29.257,59.45 28.774,59.893 27.999,59.903 C26.915,59.918 25.83,59.907 24.746,59.907 L24.746,59.91 L24.746,59.91 Z" id="Shape" fill="#00808C" fill-rule="nonzero"></path>
|
|
43
|
+
<path d="M35.997,24.132 C35.997,24.307 36.02,24.555 35.993,24.797 C35.924,25.413 35.413,25.862 34.772,25.895 C34.2006366,25.9125772 33.701784,25.5109478 33.597,24.949 C33.471,24.259 33.468,23.544 33.321,22.859 C32.793,20.397 31.24,18.709 29.038,17.532 C27.9461607,16.9488282 26.7257891,16.6480324 25.488,16.657 C24.678,16.657 24.193,16.258 24.116,15.583 C24.021,14.75 24.461,14.259 25.313,14.257 C30.593,14.246 34.593,17.677 35.753,22.07 C35.923,22.715 36.057,23.381 35.997,24.132" id="Shape" fill="#003366" fill-rule="nonzero"></path>
|
|
44
|
+
<path d="M1.869,36.183 C1.51346123,36.1849571 1.19293643,35.9691582 1.061,35.639 C0.979170506,35.42788 0.985493072,35.1927514 1.07855007,34.986334 C1.17160707,34.7799167 1.34361257,34.6194812 1.556,34.541 L4.979,33.242 C5.42239908,33.0714512 5.92067906,33.2876691 6.099,33.728 C6.18077972,33.9392483 6.17431693,34.1744864 6.08106191,34.380926 C5.98780688,34.5873655 5.81556935,34.7477181 5.603,34.826 L2.18,36.126 C2.08065473,36.1637277 1.97526786,36.183043 1.869,36.183" id="Shape" fill="#C0272D" fill-rule="nonzero"></path>
|
|
45
|
+
<path d="M11.367,10.247 C11.1401623,10.2476212 10.9220312,10.159723 10.759,10.002 L8.271,7.593 C8.1081252,7.43618681 8.01543376,7.2202749 8.01392775,6.99418574 C8.01242174,6.76809658 8.10222867,6.55096903 8.263,6.392 C8.60110277,6.05769684 9.14401783,6.05370482 9.487,6.383 L11.975,8.793 C12.1373107,8.94991713 12.2296254,9.16556378 12.2311305,9.39131913 C12.2326355,9.61707448 12.1432041,9.83393277 11.983,9.993 C11.8194473,10.1559642 11.5978825,10.2473237 11.367,10.247" id="Path" fill="#C0272D"></path>
|
|
46
|
+
<path d="M25.345,5.211 C25.1174413,5.21313165 24.8983571,5.12477354 24.7359484,4.9653655 C24.5735397,4.80595745 24.4811119,4.58855887 24.479,4.361 L24.479,0.85 C24.479,0.381 24.867,0.001 25.345,0.001 C25.823,0.001 26.21,0.381 26.21,0.851 L26.21,4.363 C26.21,4.833 25.823,5.213 25.345,5.213" id="Path" fill="#C0272D"></path>
|
|
47
|
+
<path d="M48.698,36.183 C48.5913383,36.1828005 48.4856077,36.1631454 48.386,36.125 L44.963,34.826 C44.7504388,34.7477454 44.5782531,34.5873357 44.4851613,34.3808412 C44.3920696,34.1743467 44.3858856,33.9391001 44.468,33.728 C44.6459,33.287802 45.1438742,33.0715237 45.587,33.242 L49.01,34.541 C49.456,34.711 49.677,35.201 49.505,35.639 C49.3731974,35.9688173 49.0531746,36.1845452 48.698,36.183" id="Path" fill="#C0272D"></path>
|
|
48
|
+
<path d="M46.272,21.202 C45.8685904,21.2039099 45.5176819,20.92609 45.427,20.533 C45.379762,20.3111797 45.4231294,20.0796801 45.5474549,19.8899992 C45.6717804,19.7003183 45.8667529,19.5681875 46.089,19.523 L49.64,18.764 C50.103537,18.6612749 50.5632364,18.9513765 50.67,19.414 C50.717238,19.6358203 50.6738706,19.8673199 50.5495451,20.0570008 C50.4252196,20.2466817 50.2302471,20.3788125 50.008,20.424 L46.456,21.182 C46.3955378,21.1951013 46.333865,21.2018049 46.272,21.202" id="Path" fill="#C0272D"></path>
|
|
49
|
+
<path d="M39.323,10.247 C39.0919361,10.2477448 38.8700232,10.1567497 38.706,9.994 C38.5453011,9.83472457 38.455651,9.6173564 38.457345,9.3911045 C38.4590391,9.1648526 38.5519341,8.94885123 38.715,8.792 L41.203,6.383 C41.5459822,6.05370482 42.0888972,6.05769684 42.427,6.392 C42.5876411,6.5511031 42.6772686,6.76830689 42.6755744,6.99439648 C42.6738801,7.22048606 42.5810075,7.43632224 42.418,7.593 L39.93,10.002 C39.7672171,10.1594816 39.549492,10.2473608 39.323,10.247" id="Path" fill="#C0272D"></path>
|
|
50
|
+
<path d="M4.418,21.203 C4.35580063,21.2028752 4.29378895,21.1961712 4.233,21.183 L0.682,20.424 C0.459752926,20.3788125 0.264780424,20.2466817 0.140454922,20.0570008 C0.0161294194,19.8673199 -0.0272379722,19.6358203 0.02,19.414 C0.126763553,18.9513765 0.586463048,18.6612749 1.05,18.764 L4.6,19.524 C4.82243136,19.5689585 5.01765006,19.7009937 5.14218099,19.8907015 C5.26671191,20.0804092 5.31021423,20.3120365 5.263,20.534 C5.17271853,20.9274876 4.8217078,21.2058038 4.418,21.204" id="Shape" fill="#C0272D" fill-rule="nonzero"></path>
|
|
51
|
+
</g>
|
|
52
|
+
</symbol>
|
|
53
|
+
<symbol id="icon-loupe" viewBox="0 0 80 74">
|
|
54
|
+
<g fill="none" fill-rule="evenodd"><path d="M55 55c.072.278.07.328.092.35 5.45 5.47 10.897 10.942 16.365 16.39.206.205.754.341.937.205.906-.675 1.744-1.452 2.606-2.193l-.218-.333c-.149.006-.323-.04-.441.028-1.18.687-2.138.37-3.147-.511-4.63-4.042-9.305-8.026-13.966-12.03-.692-.595-1.387-1.188-2.228-1.906" fill="#036" fill-rule="nonzero"/><path d="M48.833 38c.33.21.576.345.799.513 8.75 6.578 20.875 17.626 29.637 24.188.819.613.921 1.234.45 2.096-1.85 3.387-4.263 6.274-7.204 8.715-.838.695-1.478.65-2.27-.154-7.575-7.68-20.964-18.314-28.592-25.939-.918-.919-.819-1.51-.012-2.4 1.394-1.539 5.087-4.675 6.424-6.269.224-.268.499-.49.767-.75" fill="#036"/><path d="M25.586 4C13.832 3.898 4.084 13.523 4.001 25.315c-.084 11.781 9.44 21.573 21.09 21.685 12.066.115 21.767-9.349 21.908-21.373.14-11.793-9.494-21.52-21.413-21.625" fill="#036" fill-rule="nonzero"/><path d="M50.054 38.136c-.594.75-6.17 7.128-6.845 8.158-.24.367-.586.664-.841.944-.152-.019-.21-.009-.23-.03-1.265-1.382-2.33-.652-3.664.086-9.163 5.075-18.389 5.046-27.124-.757C2.558 40.695-1.094 32.125.282 21.726 1.907 9.458 12.528.248 24.835.006c12.593-.248 23.352 8.412 25.693 20.696.945 4.955.482 9.793-1.485 14.433-.489 1.153-.448 1.894.617 2.543.131.078.21.24.394.459" fill="#036"/><path d="M13.998 41.998C6.7 31.408 6.6 20.783 13.587 10c-4.81 3.833-7.437 8.945-7.58 15.301C5.846 32.317 8.63 37.897 14 42" fill="#EDCF09" fill-rule="nonzero"/><path d="M25.587 4c11.918.105 21.55 9.833 21.412 21.626C46.859 37.65 37.157 47.114 25.09 47c-11.65-.112-21.173-9.905-21.09-21.685C4.084 13.522 13.832 3.897 25.587 4" fill="#EDCF09"/><path d="M55 55.001c.84.72 1.536 1.311 2.228 1.906 4.661 4.004 9.335 7.987 13.967 12.029 1.008.88 1.966 1.199 3.147.512.116-.07.291-.022.44-.03l.218.335c-.862.74-1.7 1.517-2.606 2.192-.183.137-.73 0-.937-.206-5.47-5.447-10.916-10.918-16.365-16.389-.022-.021-.02-.07-.092-.35" fill="#BCCBD3" fill-rule="nonzero"/><path d="M14 41.999c-5.37-4.102-8.152-9.682-7.994-16.698.144-6.356 2.77-11.468 7.582-15.301C6.6 20.783 6.7 31.41 14 42" fill="#C0272D" fill-rule="nonzero"/></g>
|
|
55
|
+
</symbol>
|
|
56
|
+
<symbol id="icon-design" viewBox="0 0 65 65">
|
|
57
|
+
<g fill-rule="nonzero" fill="none"><path fill="#C0272D" d="M15.988 48.217l2.285 6.083 39.355-39.288-3.554-4.056z"/><path fill="#00808C" d="M9.894 47.457l4.824 2.534 40.123-38.654-4.322-4.69z"/><path d="M9.202 57.498a.919.919 0 0 1-.651-.27l-1.265-1.262a.916.916 0 0 1 0-1.301.923.923 0 0 1 1.303 0l1.265 1.263a.916.916 0 0 1 0 1.3.92.92 0 0 1-.652.27m28.052-28.985a.919.919 0 0 1-.651-1.57l16.934-16.906a.923.923 0 0 1 1.303 0c.36.359.36.941 0 1.3L37.906 28.244a.919.919 0 0 1-.65.269M15.63 50.1a.919.919 0 0 1-.651-1.57l11.487-11.468a.922.922 0 0 1 1.304 0c.36.359.36.941 0 1.3L16.282 49.831a.919.919 0 0 1-.652.269" fill="#036"/><path d="M7.408 58.781a1.2 1.2 0 0 1-.851-.354 1.196 1.196 0 0 1-.286-1.254L9.82 47.09a.919.919 0 0 1 .218-.345L23.002 33.8a.923.923 0 0 1 1.304 0c.36.359.36.941 0 1.3L11.488 47.898l-3.04 8.64 8.654-3.035 13.014-12.994a.92.92 0 1 1 1.304 1.301L18.257 54.952a.927.927 0 0 1-.346.217L7.812 58.712a1.24 1.24 0 0 1-.404.07M40.9 31.963a.919.919 0 0 1-.65-1.57l17.958-17.93a2.683 2.683 0 0 0 0-3.794l-1.814-1.81a2.671 2.671 0 0 0-1.9-.786 2.67 2.67 0 0 0-1.9.786L34.66 24.765a.92.92 0 1 1-1.303-1.3L51.29 5.557a4.504 4.504 0 0 1 3.203-1.325 4.5 4.5 0 0 1 3.203 1.325l1.814 1.81a4.522 4.522 0 0 1 0 6.396l-17.96 17.93a.92.92 0 0 1-.65.27" fill="#036"/><path d="M17.367 54.738a.922.922 0 0 1-.864-.598l-1.588-4.243-4.35-1.602a.92.92 0 0 1 .638-1.726l4.746 1.748c.252.093.45.29.545.541l1.736 4.638a.92.92 0 0 1-.863 1.242" fill="#036"/><path d="M53.148 64.127a.922.922 0 0 1-.652-.27L1.158 12.602a.92.92 0 0 1 0-1.301l9.906-9.891a.924.924 0 0 1 1.304 0l51.338 51.256c.36.359.36.942 0 1.3L53.8 63.858a.923.923 0 0 1-.651.27" fill="#EDCF09"/><path d="M11.716 2.028a.036.036 0 0 0-.024.01l-9.906 9.89a.033.033 0 0 0 0 .047L53.125 63.23l.023.01a.033.033 0 0 0 .024-.01l9.906-9.89a.033.033 0 0 0 0-.047L11.739 2.037a.036.036 0 0 0-.023-.009m41.432 62.986c-.484 0-.938-.188-1.28-.53L.529 13.23a1.807 1.807 0 0 1 0-2.555L10.436.783c.343-.341.797-.53 1.28-.53.476 0 .943.194 1.28.53l51.338 51.256c.706.704.706 1.85 0 2.555l-9.906 9.89c-.343.343-.797.53-1.28.53" fill="#036"/><path d="M7.044 18.097a.92.92 0 0 1-.652-1.57l3.302-3.297a.923.923 0 0 1 1.574.65c0 .236-.09.471-.27.65l-3.303 3.298a.919.919 0 0 1-.651.27m5.08 5.072a.919.919 0 0 1-.651-1.571l5.397-5.39a.923.923 0 0 1 1.573.651c0 .236-.09.471-.27.65l-5.397 5.39a.919.919 0 0 1-.652.27m5.08 5.071a.92.92 0 0 1-.651-1.57l3.302-3.297a.923.923 0 0 1 1.573.65c0 .236-.09.471-.27.651l-3.302 3.297a.919.919 0 0 1-.652.27m5.081 5.071a.92.92 0 0 1-.652-1.57l3.302-3.297a.923.923 0 0 1 1.574.65c0 .236-.09.472-.27.651l-3.303 3.297a.919.919 0 0 1-.651.27m10.16 10.144a.919.919 0 0 1-.65-1.57l3.3-3.297a.922.922 0 0 1 1.574.65c0 .235-.09.47-.27.65l-3.302 3.297a.92.92 0 0 1-.652.27m5.081 5.072a.92.92 0 0 1-.652-1.57l3.302-3.297a.923.923 0 0 1 1.573.65c0 .236-.09.471-.27.65l-3.302 3.298a.92.92 0 0 1-.651.269m5.08 5.072a.92.92 0 0 1-.651-1.57l5.397-5.39a.922.922 0 0 1 1.304 1.301l-5.398 5.39a.92.92 0 0 1-.652.27m-15.27-15.245a.919.919 0 0 1-.651-1.57l5.397-5.39a.923.923 0 0 1 1.574.651c0 .235-.09.47-.27.65l-5.398 5.39a.919.919 0 0 1-.652.27m20.35 20.315a.919.919 0 0 1-.651-1.57l3.302-3.297a.922.922 0 0 1 1.573.65c0 .236-.09.471-.27.65l-3.302 3.298a.919.919 0 0 1-.652.27m9.868-43.709a.919.919 0 0 1-.652-.27l-6.582-6.57a.917.917 0 0 1 0-1.301.923.923 0 0 1 1.303 0l6.582 6.57a.916.916 0 0 1 0 1.302.919.919 0 0 1-.651.27" fill="#036"/></g>
|
|
58
|
+
</symbol>
|
|
59
|
+
<symbol id="icon-development" viewBox="0 0 68 68" >
|
|
60
|
+
<g fill-rule="nonzero" fill="none"><path d="M51.432 40.392l-8.094 8.045 2.64 2.788 10.79-10.805L45.95 29.603l-2.708 2.648 8.19 8.14v.001zM21.996 29.489L11.112 40.357 21.84 51.05l3.042-2.736-8.07-8.024 8.005-7.966-2.82-2.835h-.001zm15.319-4.71l-10.616 28.67 3.987 1.46 10.616-28.67-3.987-1.46zM4.355 12.684h59.331V4.34H4.356v8.345l-.001-.001zM0 64.813V3.188C.631 1.694 1.689.626 3.188 0h61.624C66.31.628 67.37 1.692 68 3.188v61.625c-.627 1.497-1.692 2.557-3.188 3.187H3.188C1.692 67.37.627 66.31 0 64.813z" fill="#036"/><path d="M3.188 0C1.688.626.63 1.694 0 3.188V0h3.188zM68 3.188C67.37 1.692 66.31.627 64.812 0H68v3.188zM0 64.813C.627 66.31 1.692 67.37 3.188 68H0v-3.188.001zM64.813 68c1.495-.63 2.56-1.69 3.187-3.188V68h-3.188.001zM19.096 10.618a2.14 2.14 0 0 0 2.145-2.056c.038-1.186-.965-2.201-2.153-2.18-1.137.022-2.084.988-2.08 2.122.002 1.135.955 2.1 2.088 2.114zm-5.18-4.235c-1.128-.059-2.141.846-2.219 1.982-.077 1.124.816 2.154 1.947 2.248 1.181.099 2.24-.849 2.284-2.043.042-1.133-.875-2.128-2.013-2.187h.001zm-3.3 2.099c-.008-1.137-.963-2.09-2.101-2.1-1.134-.008-2.106.935-2.133 2.07-.029 1.185.987 2.197 2.169 2.165a2.14 2.14 0 0 0 2.066-2.135h-.001zm-6.26 4.202h59.33V4.34H4.356v8.345-.001z" fill="#FFF"/><path d="M10.617 8.482a2.14 2.14 0 0 1-2.066 2.135c-1.183.032-2.198-.98-2.169-2.164.027-1.136 1-2.08 2.133-2.07 1.138.009 2.093.962 2.102 2.099" fill="#C0272D"/><path d="M13.915 6.383c1.138.059 2.054 1.054 2.013 2.187-.043 1.194-1.102 2.142-2.284 2.044-1.131-.095-2.024-1.126-1.947-2.25.078-1.134 1.09-2.04 2.218-1.981" fill="#EDCF09"/><path d="M19.096 10.618c-1.133-.014-2.086-.979-2.089-2.114-.003-1.134.944-2.1 2.081-2.121 1.188-.022 2.19.993 2.153 2.179a2.14 2.14 0 0 1-2.145 2.056" fill="#00808C"/><path fill="#EDCF09" d="M37.315 24.779l3.987 1.46-10.616 28.67-3.988-1.46 10.617-28.67"/><path d="M21.996 29.49l2.821 2.834-8.005 7.966 8.07 8.024-3.042 2.736-10.728-10.693c3.538-3.532 7.157-7.145 10.884-10.868M51.432 40.4l-8.142-8.188 2.723-2.632 10.754 10.88-10.852 10.742-2.623-2.804 8.14-7.998" fill="#BCCBD3"/></g>
|
|
61
|
+
</symbol>
|
|
62
|
+
<symbol id="icon-laws" viewBox="0 0 84 60">
|
|
63
|
+
<g fill-rule="nonzero" fill="none"><path d="M1.805 47.164c4.818-.853 9.032-1.486 13.174-2.431.773-.177 1.9-1.785 1.72-2.405-.249-.86-1.662-2.072-2.436-1.98a126.118 126.118 0 0 0-12.81 2.23c-.691.156-1.547 1.766-1.445 2.596.102.82 1.32 1.504 1.797 1.99m1.192-22.659c-.557 1.105-1.244 1.937-1.35 2.837-.098.828.152 2.162.727 2.525a201.359 201.359 0 0 0 11.688 6.817c.531.288 1.884-.094 2.286-.606.493-.63.796-2.309.477-2.529-4.182-2.89-8.49-5.602-13.828-9.044m28.91 35.332c5.789 0 11.58.06 17.367-.04 1.603-.027 3.199-.533 4.797-.819-.67-1.559-1.136-3.25-2.056-4.644-1.28-1.939-3.234-3.436-2.942-6.199.044-.415-1.638-1.445-2.53-1.454-9.617-.108-19.237-.025-28.855-.102-2-.016-2.658.807-2.765 2.64-.057.988-.327 2.083-.86 2.9-.952 1.46-2.258 2.689-3.25 4.127-.514.745-.674 1.731-.993 2.609.95.326 1.897.924 2.851.937 6.41.084 12.824.043 19.237.045m13.414-29.89c1.681.91 2.857 1.526 4.014 2.175 7.682 4.304 15.33 8.666 23.048 12.904 4.78 2.623 8.777 1.673 10.657-2.318 1.686-3.583-.223-7.23-5.057-9.23-8.713-3.605-17.477-7.086-26.204-10.66-.77-.316-2.08-1.24-2.02-1.37.89-1.929 1.566-4.298 3.125-5.476 1.384-1.046 2.838-1.638 3.005-3.547.19-2.189-1.314-3.109-3.004-3.885C47.553 6.09 42.213 3.653 36.9 1.165c-1.497-.701-3.125-1.115-4.084.38-.762 1.19-.875 2.826-1.134 4.288-.17.963.2 2.094-.167 2.936-2.373 5.44-4.815 10.852-7.401 16.193-.556 1.146-1.653 2.182-2.747 2.892-2.886 1.87-3.058 5.347-.033 6.799a409.297 409.297 0 0 0 17.755 8.019c.885.374 2.6-.028 3.307-.71.82-.792 1.672-2.708 1.26-3.409-2.041-3.463.934-5.534 1.667-8.606" fill="#036"/><path d="M27.618 31.152l.958.17c.493-.447 1.183-.801 1.448-1.356 3.049-6.385 6.068-12.786 8.972-19.237.237-.527-.435-1.458-.684-2.2-.638.325-1.296.62-1.902.997-.194.12-.26.45-.374.69-2.835 5.995-5.714 11.97-8.448 18.01-.365.808.002 1.943.03 2.926m17.704-1.204c-.733 3.071-3.709 5.143-1.668 8.606.413.7-.44 2.616-1.26 3.408-.706.682-2.421 1.083-3.306.71a410.332 410.332 0 0 1-17.755-8.019c-3.026-1.452-2.853-4.929.032-6.799 1.095-.71 2.192-1.746 2.748-2.892 2.586-5.342 5.028-10.754 7.401-16.193.368-.842-.004-1.974.167-2.936.26-1.462.372-3.097 1.134-4.287.959-1.496 2.587-1.083 4.084-.382C42.213 3.653 47.553 6.09 52.886 8.54c1.69.776 3.194 1.696 3.004 3.885-.167 1.909-1.62 2.501-3.006 3.547-1.558 1.177-2.234 3.547-3.124 5.475-.06.132 1.25 1.055 2.02 1.37 8.727 3.575 17.491 7.056 26.204 10.66 4.834 2.001 6.743 5.648 5.057 9.23-1.88 3.993-5.877 4.942-10.657 2.318-7.719-4.236-15.366-8.6-23.048-12.903-1.157-.649-2.333-1.265-4.014-2.174" fill="#036"/><path d="M31.907 59.836c-6.412 0-12.825.04-19.236-.044-.954-.013-1.901-.61-2.85-.937.318-.877.478-1.864.991-2.609.993-1.438 2.3-2.667 3.251-4.127.533-.816.803-1.912.86-2.9.107-1.833.766-2.656 2.765-2.64 9.618.077 19.238-.006 28.855.102.892.01 2.574 1.04 2.53 1.454-.292 2.764 1.661 4.26 2.941 6.2.922 1.394 1.388 3.085 2.058 4.643-1.6.287-3.195.792-4.799.82-5.786.1-11.577.039-17.366.038" fill="#00808C"/><path d="M2.997 24.505c5.339 3.442 9.645 6.155 13.828 9.045.319.22.016 1.898-.478 2.528-.4.513-1.753.894-2.285.607a201.359 201.359 0 0 1-11.688-6.817c-.575-.363-.824-1.698-.727-2.526.106-.9.793-1.731 1.35-2.837M1.805 47.164c-.477-.486-1.695-1.17-1.797-1.99-.102-.83.754-2.44 1.445-2.596a126.118 126.118 0 0 1 12.81-2.23c.774-.092 2.187 1.12 2.437 1.98.18.62-.948 2.229-1.72 2.405-4.143.945-8.357 1.579-13.175 2.431" fill="#C0272D"/><path d="M27.618 31.152c-.028-.983-.395-2.118-.03-2.925 2.734-6.04 5.613-12.016 8.448-18.01.113-.24.18-.57.374-.691.607-.376 1.264-.671 1.902-.998.25.743.92 1.674.684 2.2-2.903 6.452-5.923 12.853-8.972 19.239-.265.554-.955.908-1.448 1.354l-.958-.169" fill="#FFF"/></g>
|
|
64
|
+
</symbol>
|
|
65
|
+
<symbol id="icon-info" viewBox="0 0 24 28">
|
|
66
|
+
<path d="M12 2c6.625 0 12 5.375 12 12s-5.375 12-12 12-12-5.375-12-12 5.375-12 12-12zM14 21.484v-2.969c0-0.281-0.219-0.516-0.484-0.516h-3c-0.281 0-0.516 0.234-0.516 0.516v2.969c0 0.281 0.234 0.516 0.516 0.516h3c0.266 0 0.484-0.234 0.484-0.516zM13.969 16.109l0.281-9.703c0-0.109-0.047-0.219-0.156-0.281-0.094-0.078-0.234-0.125-0.375-0.125h-3.437c-0.141 0-0.281 0.047-0.375 0.125-0.109 0.063-0.156 0.172-0.156 0.281l0.266 9.703c0 0.219 0.234 0.391 0.531 0.391h2.891c0.281 0 0.516-0.172 0.531-0.391z"></path>
|
|
67
|
+
</symbol>
|
|
68
|
+
<symbol id="icon-warning" viewBox="0 0 28 28">
|
|
69
|
+
<path d="M16 21.484v-2.969c0-0.281-0.219-0.516-0.5-0.516h-3c-0.281 0-0.5 0.234-0.5 0.516v2.969c0 0.281 0.219 0.516 0.5 0.516h3c0.281 0 0.5-0.234 0.5-0.516zM15.969 15.641l0.281-7.172c0-0.094-0.047-0.219-0.156-0.297-0.094-0.078-0.234-0.172-0.375-0.172h-3.437c-0.141 0-0.281 0.094-0.375 0.172-0.109 0.078-0.156 0.234-0.156 0.328l0.266 7.141c0 0.203 0.234 0.359 0.531 0.359h2.891c0.281 0 0.516-0.156 0.531-0.359zM15.75 1.047l12 22c0.344 0.609 0.328 1.359-0.031 1.969s-1.016 0.984-1.719 0.984h-24c-0.703 0-1.359-0.375-1.719-0.984s-0.375-1.359-0.031-1.969l12-22c0.344-0.641 1.016-1.047 1.75-1.047s1.406 0.406 1.75 1.047z"></path>
|
|
70
|
+
</symbol>
|
|
71
|
+
<symbol id="icon-audio-description" viewBox="0 0 36 28">
|
|
72
|
+
<path d="M7.875 15.531h2.672l-0.016-4.141zM23.906 13.984c0-1.734-1-3.016-3.078-3.016h-0.844v6.062h0.812c1.953 0 3.109-1.422 3.109-3.047zM14.938 8.094l0.016 11.813c0 0.297-0.234 0.531-0.516 0.531h-3.375c-0.281 0-0.516-0.234-0.516-0.531v-0.969h-4.547l-0.859 1.266c-0.094 0.141-0.266 0.234-0.438 0.234h-4.172c-0.438 0-0.688-0.484-0.422-0.828l8.687-11.828c0.094-0.141 0.25-0.219 0.422-0.219h5.187c0.297 0 0.531 0.234 0.531 0.531zM27.859 13.984c0 4.109-3 6.453-7.031 6.453h-4.219c-0.297 0-0.531-0.234-0.531-0.531v-11.813c0-0.297 0.234-0.531 0.531-0.531h4.188c4.062 0 7.063 2.312 7.063 6.422zM30.297 14c0 0 0.063 4.062-2.312 6.453h-0.797c2.125-2.531 2.172-6.469 2.172-6.469s0.031-3.094-2.109-6.406h0.672c2.312 2.641 2.375 6.422 2.375 6.422zM33.172 14c0 0 0.063 4.062-2.328 6.453h-0.797c2.125-2.531 2.172-6.469 2.172-6.469s0.031-3.094-2.094-6.406h0.672c2.312 2.641 2.375 6.422 2.375 6.422zM36 14c0 0 0.063 4.062-2.312 6.453h-0.797c2.109-2.531 2.156-6.469 2.156-6.469s0.031-3.094-2.094-6.406h0.672c2.312 2.641 2.375 6.422 2.375 6.422z"></path>
|
|
73
|
+
</symbol>
|
|
74
|
+
<symbol id="icon-arrow-left" viewBox="0 0 25 28">
|
|
75
|
+
<path d="M24 14v2c0 1.062-0.703 2-1.828 2h-11l4.578 4.594c0.375 0.359 0.594 0.875 0.594 1.406s-0.219 1.047-0.594 1.406l-1.172 1.188c-0.359 0.359-0.875 0.578-1.406 0.578s-1.047-0.219-1.422-0.578l-10.172-10.187c-0.359-0.359-0.578-0.875-0.578-1.406s0.219-1.047 0.578-1.422l10.172-10.156c0.375-0.375 0.891-0.594 1.422-0.594s1.031 0.219 1.406 0.594l1.172 1.156c0.375 0.375 0.594 0.891 0.594 1.422s-0.219 1.047-0.594 1.422l-4.578 4.578h11c1.125 0 1.828 0.938 1.828 2z"></path>
|
|
76
|
+
</symbol>
|
|
77
|
+
<symbol id="icon-arrow-right" viewBox="0 0 23 28">
|
|
78
|
+
<path d="M23 15c0 0.531-0.203 1.047-0.578 1.422l-10.172 10.172c-0.375 0.359-0.891 0.578-1.422 0.578s-1.031-0.219-1.406-0.578l-1.172-1.172c-0.375-0.375-0.594-0.891-0.594-1.422s0.219-1.047 0.594-1.422l4.578-4.578h-11c-1.125 0-1.828-0.938-1.828-2v-2c0-1.062 0.703-2 1.828-2h11l-4.578-4.594c-0.375-0.359-0.594-0.875-0.594-1.406s0.219-1.047 0.594-1.406l1.172-1.172c0.375-0.375 0.875-0.594 1.406-0.594s1.047 0.219 1.422 0.594l10.172 10.172c0.375 0.359 0.578 0.875 0.578 1.406z"></path>
|
|
79
|
+
</symbol>
|
|
80
|
+
<symbol id="icon-arrow-up" viewBox="0 0 26 28">
|
|
81
|
+
<path d="M25.172 15.172c0 0.531-0.219 1.031-0.578 1.406l-1.172 1.172c-0.375 0.375-0.891 0.594-1.422 0.594s-1.047-0.219-1.406-0.594l-4.594-4.578v11c0 1.125-0.938 1.828-2 1.828h-2c-1.062 0-2-0.703-2-1.828v-11l-4.594 4.578c-0.359 0.375-0.875 0.594-1.406 0.594s-1.047-0.219-1.406-0.594l-1.172-1.172c-0.375-0.375-0.594-0.875-0.594-1.406s0.219-1.047 0.594-1.422l10.172-10.172c0.359-0.375 0.875-0.578 1.406-0.578s1.047 0.203 1.422 0.578l10.172 10.172c0.359 0.375 0.578 0.891 0.578 1.422z"></path>
|
|
82
|
+
</symbol>
|
|
83
|
+
<symbol id="icon-arrow-down" viewBox="0 0 26 28">
|
|
84
|
+
<path d="M25.172 13c0 0.531-0.219 1.047-0.578 1.406l-10.172 10.187c-0.375 0.359-0.891 0.578-1.422 0.578s-1.047-0.219-1.406-0.578l-10.172-10.187c-0.375-0.359-0.594-0.875-0.594-1.406s0.219-1.047 0.594-1.422l1.156-1.172c0.375-0.359 0.891-0.578 1.422-0.578s1.047 0.219 1.406 0.578l4.594 4.594v-11c0-1.094 0.906-2 2-2h2c1.094 0 2 0.906 2 2v11l4.594-4.594c0.359-0.359 0.875-0.578 1.406-0.578s1.047 0.219 1.422 0.578l1.172 1.172c0.359 0.375 0.578 0.891 0.578 1.422z"></path>
|
|
85
|
+
</symbol>
|
|
86
|
+
<symbol id="icon-check-circle" viewBox="0 0 24 28">
|
|
87
|
+
<path d="M20.062 11.469c0-0.266-0.094-0.531-0.281-0.719l-1.422-1.406c-0.187-0.187-0.438-0.297-0.703-0.297s-0.516 0.109-0.703 0.297l-6.375 6.359-3.531-3.531c-0.187-0.187-0.438-0.297-0.703-0.297s-0.516 0.109-0.703 0.297l-1.422 1.406c-0.187 0.187-0.281 0.453-0.281 0.719s0.094 0.516 0.281 0.703l5.656 5.656c0.187 0.187 0.453 0.297 0.703 0.297 0.266 0 0.531-0.109 0.719-0.297l8.484-8.484c0.187-0.187 0.281-0.438 0.281-0.703zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z"></path>
|
|
88
|
+
</symbol>
|
|
89
|
+
<symbol id="icon-ex-circle" viewBox="0 0 24 28">
|
|
90
|
+
<path d="M17.953 17.531c0-0.266-0.109-0.516-0.297-0.703l-2.828-2.828 2.828-2.828c0.187-0.187 0.297-0.438 0.297-0.703s-0.109-0.531-0.297-0.719l-1.406-1.406c-0.187-0.187-0.453-0.297-0.719-0.297s-0.516 0.109-0.703 0.297l-2.828 2.828-2.828-2.828c-0.187-0.187-0.438-0.297-0.703-0.297s-0.531 0.109-0.719 0.297l-1.406 1.406c-0.187 0.187-0.297 0.453-0.297 0.719s0.109 0.516 0.297 0.703l2.828 2.828-2.828 2.828c-0.187 0.187-0.297 0.438-0.297 0.703s0.109 0.531 0.297 0.719l1.406 1.406c0.187 0.187 0.453 0.297 0.719 0.297s0.516-0.109 0.703-0.297l2.828-2.828 2.828 2.828c0.187 0.187 0.438 0.297 0.703 0.297s0.531-0.109 0.719-0.297l1.406-1.406c0.187-0.187 0.297-0.453 0.297-0.719zM24 14c0 6.625-5.375 12-12 12s-12-5.375-12-12 5.375-12 12-12 12 5.375 12 12z"></path>
|
|
91
|
+
</symbol>
|
|
92
|
+
<symbol id="icon-external-link" viewBox="0 0 24 28">
|
|
93
|
+
<path d="M20 14.5v-7.5c0-0.547-0.453-1-1-1h-7.5c-0.406 0-0.766 0.25-0.922 0.609-0.156 0.375-0.078 0.812 0.219 1.094l2.25 2.25-8.344 8.344c-0.391 0.391-0.391 1.016 0 1.406l1.594 1.594c0.391 0.391 1.016 0.391 1.406 0l8.344-8.344 2.25 2.25c0.187 0.203 0.438 0.297 0.703 0.297 0.125 0 0.266-0.031 0.391-0.078 0.359-0.156 0.609-0.516 0.609-0.922zM24 6.5v15c0 2.484-2.016 4.5-4.5 4.5h-15c-2.484 0-4.5-2.016-4.5-4.5v-15c0-2.484 2.016-4.5 4.5-4.5h15c2.484 0 4.5 2.016 4.5 4.5z"></path>
|
|
94
|
+
</symbol>
|
|
95
|
+
<symbol id="icon-readmore" viewBox="0 0 20 28">
|
|
96
|
+
<path d="M18.188 2c0.234 0 0.469 0.047 0.688 0.141 0.688 0.266 1.125 0.906 1.125 1.609v20.141c0 0.703-0.438 1.344-1.125 1.609-0.219 0.094-0.453 0.125-0.688 0.125-0.484 0-0.938-0.172-1.297-0.5l-6.891-6.625-6.891 6.625c-0.359 0.328-0.812 0.516-1.297 0.516-0.234 0-0.469-0.047-0.688-0.141-0.688-0.266-1.125-0.906-1.125-1.609v-20.141c0-0.703 0.438-1.344 1.125-1.609 0.219-0.094 0.453-0.141 0.688-0.141h16.375z"></path>
|
|
97
|
+
</symbol>
|
|
98
|
+
<symbol id="icon-desktop" viewBox="0 0 30 28">
|
|
99
|
+
<path d="M28 15.5v-13c0-0.266-0.234-0.5-0.5-0.5h-25c-0.266 0-0.5 0.234-0.5 0.5v13c0 0.266 0.234 0.5 0.5 0.5h25c0.266 0 0.5-0.234 0.5-0.5zM30 2.5v17c0 1.375-1.125 2.5-2.5 2.5h-8.5c0 1.328 1 2.453 1 3s-0.453 1-1 1h-8c-0.547 0-1-0.453-1-1 0-0.578 1-1.641 1-3h-8.5c-1.375 0-2.5-1.125-2.5-2.5v-17c0-1.375 1.125-2.5 2.5-2.5h25c1.375 0 2.5 1.125 2.5 2.5z"></path>
|
|
100
|
+
</symbol>
|
|
101
|
+
<symbol id="icon-laptop" viewBox="0 0 30 28">
|
|
102
|
+
<path d="M6.5 20c-1.375 0-2.5-1.125-2.5-2.5v-11c0-1.375 1.125-2.5 2.5-2.5h17c1.375 0 2.5 1.125 2.5 2.5v11c0 1.375-1.125 2.5-2.5 2.5h-17zM6 6.5v11c0 0.266 0.234 0.5 0.5 0.5h17c0.266 0 0.5-0.234 0.5-0.5v-11c0-0.266-0.234-0.5-0.5-0.5h-17c-0.266 0-0.5 0.234-0.5 0.5zM27.5 21h2.5v1.5c0 0.828-1.125 1.5-2.5 1.5h-25c-1.375 0-2.5-0.672-2.5-1.5v-1.5h27.5zM16.25 22.5c0.141 0 0.25-0.109 0.25-0.25s-0.109-0.25-0.25-0.25h-2.5c-0.141 0-0.25 0.109-0.25 0.25s0.109 0.25 0.25 0.25h2.5z"></path>
|
|
103
|
+
</symbol>
|
|
104
|
+
<symbol id="icon-tablet" viewBox="0 0 18 28">
|
|
105
|
+
<path d="M10 22c0-0.547-0.453-1-1-1s-1 0.453-1 1 0.453 1 1 1 1-0.453 1-1zM16 19.5v-15c0-0.266-0.234-0.5-0.5-0.5h-13c-0.266 0-0.5 0.234-0.5 0.5v15c0 0.266 0.234 0.5 0.5 0.5h13c0.266 0 0.5-0.234 0.5-0.5zM18 4.5v17c0 1.375-1.125 2.5-2.5 2.5h-13c-1.375 0-2.5-1.125-2.5-2.5v-17c0-1.375 1.125-2.5 2.5-2.5h13c1.375 0 2.5 1.125 2.5 2.5z"></path>
|
|
106
|
+
</symbol>
|
|
107
|
+
<symbol id="icon-mobile" viewBox="0 0 12 28">
|
|
108
|
+
<path d="M7.25 22c0-0.688-0.562-1.25-1.25-1.25s-1.25 0.562-1.25 1.25 0.562 1.25 1.25 1.25 1.25-0.562 1.25-1.25zM10.5 19.5v-11c0-0.266-0.234-0.5-0.5-0.5h-8c-0.266 0-0.5 0.234-0.5 0.5v11c0 0.266 0.234 0.5 0.5 0.5h8c0.266 0 0.5-0.234 0.5-0.5zM7.5 6.25c0-0.141-0.109-0.25-0.25-0.25h-2.5c-0.141 0-0.25 0.109-0.25 0.25s0.109 0.25 0.25 0.25h2.5c0.141 0 0.25-0.109 0.25-0.25zM12 6v16c0 1.094-0.906 2-2 2h-8c-1.094 0-2-0.906-2-2v-16c0-1.094 0.906-2 2-2h8c1.094 0 2 0.906 2 2z"></path>
|
|
109
|
+
</symbol>
|
|
110
|
+
<symbol id="icon-code" viewBox="0 0 30 28">
|
|
111
|
+
<path d="M9.641 21.859l-0.781 0.781c-0.203 0.203-0.516 0.203-0.719 0l-7.281-7.281c-0.203-0.203-0.203-0.516 0-0.719l7.281-7.281c0.203-0.203 0.516-0.203 0.719 0l0.781 0.781c0.203 0.203 0.203 0.516 0 0.719l-6.141 6.141 6.141 6.141c0.203 0.203 0.203 0.516 0 0.719zM18.875 5.187l-5.828 20.172c-0.078 0.266-0.359 0.422-0.609 0.344l-0.969-0.266c-0.266-0.078-0.422-0.359-0.344-0.625l5.828-20.172c0.078-0.266 0.359-0.422 0.609-0.344l0.969 0.266c0.266 0.078 0.422 0.359 0.344 0.625zM29.141 15.359l-7.281 7.281c-0.203 0.203-0.516 0.203-0.719 0l-0.781-0.781c-0.203-0.203-0.203-0.516 0-0.719l6.141-6.141-6.141-6.141c-0.203-0.203-0.203-0.516 0-0.719l0.781-0.781c0.203-0.203 0.516-0.203 0.719 0l7.281 7.281c0.203 0.203 0.203 0.516 0 0.719z"></path>
|
|
112
|
+
</symbol>
|
|
113
|
+
<symbol id="icon-fork" viewBox="0 0 16 28">
|
|
114
|
+
<path d="M4.5 23c0-0.828-0.672-1.5-1.5-1.5s-1.5 0.672-1.5 1.5 0.672 1.5 1.5 1.5 1.5-0.672 1.5-1.5zM4.5 5c0-0.828-0.672-1.5-1.5-1.5s-1.5 0.672-1.5 1.5 0.672 1.5 1.5 1.5 1.5-0.672 1.5-1.5zM14.5 7c0-0.828-0.672-1.5-1.5-1.5s-1.5 0.672-1.5 1.5 0.672 1.5 1.5 1.5 1.5-0.672 1.5-1.5zM16 7c0 1.109-0.609 2.078-1.5 2.594-0.047 5.641-4.047 6.891-6.703 7.734-2.484 0.781-3.297 1.156-3.297 2.672v0.406c0.891 0.516 1.5 1.484 1.5 2.594 0 1.656-1.344 3-3 3s-3-1.344-3-3c0-1.109 0.609-2.078 1.5-2.594v-12.812c-0.891-0.516-1.5-1.484-1.5-2.594 0-1.656 1.344-3 3-3s3 1.344 3 3c0 1.109-0.609 2.078-1.5 2.594v7.766c0.797-0.391 1.641-0.656 2.406-0.891 2.906-0.922 4.562-1.609 4.594-4.875-0.891-0.516-1.5-1.484-1.5-2.594 0-1.656 1.344-3 3-3s3 1.344 3 3z"></path>
|
|
115
|
+
</symbol>
|
|
116
|
+
<symbol id="icon-code-file" viewBox="0 0 24 28">
|
|
117
|
+
<path d="M22.937 5.938c0.578 0.578 1.062 1.734 1.062 2.562v18c0 0.828-0.672 1.5-1.5 1.5h-21c-0.828 0-1.5-0.672-1.5-1.5v-25c0-0.828 0.672-1.5 1.5-1.5h14c0.828 0 1.984 0.484 2.562 1.062zM16 2.125v5.875h5.875c-0.094-0.266-0.234-0.531-0.344-0.641l-4.891-4.891c-0.109-0.109-0.375-0.25-0.641-0.344zM22 26v-16h-6.5c-0.828 0-1.5-0.672-1.5-1.5v-6.5h-12v24h20zM7.5 12c0.172-0.219 0.484-0.266 0.703-0.094l0.797 0.594c0.219 0.172 0.266 0.484 0.094 0.703l-2.844 3.797 2.844 3.797c0.172 0.219 0.125 0.531-0.094 0.703l-0.797 0.594c-0.219 0.172-0.531 0.125-0.703-0.094l-3.531-4.703c-0.125-0.172-0.125-0.422 0-0.594zM20.031 16.703c0.125 0.172 0.125 0.422 0 0.594l-3.531 4.703c-0.172 0.219-0.484 0.266-0.703 0.094l-0.797-0.594c-0.219-0.172-0.266-0.484-0.094-0.703l2.844-3.797-2.844-3.797c-0.172-0.219-0.125-0.531 0.094-0.703l0.797-0.594c0.219-0.172 0.531-0.125 0.703 0.094zM10.344 23.906c-0.281-0.047-0.453-0.313-0.406-0.578l2.156-12.984c0.047-0.281 0.313-0.453 0.578-0.406l0.984 0.156c0.281 0.047 0.453 0.313 0.406 0.578l-2.156 12.984c-0.047 0.281-0.313 0.453-0.578 0.406z"></path>
|
|
118
|
+
</symbol>
|
|
119
|
+
<symbol id="icon-cart-plus" viewBox="0 0 26 28">
|
|
120
|
+
<path d="M19 11c0-0.547-0.453-1-1-1h-2v-2c0-0.547-0.453-1-1-1s-1 0.453-1 1v2h-2c-0.547 0-1 0.453-1 1s0.453 1 1 1h2v2c0 0.547 0.453 1 1 1s1-0.453 1-1v-2h2c0.547 0 1-0.453 1-1zM10 24c0 1.109-0.891 2-2 2s-2-0.891-2-2 0.891-2 2-2 2 0.891 2 2zM24 24c0 1.109-0.891 2-2 2s-2-0.891-2-2 0.891-2 2-2 2 0.891 2 2zM26 7v8c0 0.5-0.375 0.938-0.891 1l-16.312 1.906c0.063 0.344 0.203 0.734 0.203 1.094s-0.219 0.688-0.375 1h14.375c0.547 0 1 0.453 1 1s-0.453 1-1 1h-16c-0.547 0-1-0.453-1-1 0-0.484 0.734-1.687 0.953-2.141l-2.766-12.859h-3.187c-0.547 0-1-0.453-1-1s0.453-1 1-1h4c1.062 0 1.078 1.25 1.234 2h18.766c0.547 0 1 0.453 1 1z"></path>
|
|
121
|
+
</symbol>
|
|
122
|
+
<symbol id="icon-menu" viewBox="0 0 32 32">
|
|
123
|
+
<path d="M2 6h28v6h-28zM2 14h28v6h-28zM2 22h28v6h-28z"></path>
|
|
124
|
+
</symbol>
|
|
125
|
+
</defs>
|
|
126
|
+
</svg>
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg width="68px" height="34px" viewBox="0 0 68 34" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
3
|
+
<title>w3c</title>
|
|
4
|
+
<g id="w3c" fill-rule="nonzero" fill="#FFFFFF">
|
|
5
|
+
<path d="M16.117,1.006 L21.876,20.586 L27.635,1.006 L31.805,1.006 L43.249,1.006 L43.249,2.952 L37.37,13.08 C39.435,13.743 40.997,14.948 42.056,16.695 C43.115,18.443 43.645,20.494 43.645,22.85 C43.645,25.764 42.87,28.213 41.321,30.198 C39.772,32.183 37.766,33.176 35.304,33.176 C33.45,33.176 31.835,32.587 30.459,31.409 C29.082,30.231 28.063,28.636 27.401,26.623 L30.657,25.273 C31.134,26.491 31.763,27.451 32.544,28.152 C33.325,28.854 34.245,29.204 35.304,29.204 C36.416,29.204 37.356,28.582 38.124,27.338 C38.892,26.093 39.276,24.598 39.276,22.849 C39.276,20.916 38.865,19.42 38.045,18.361 C37.091,17.117 35.595,16.494 33.556,16.494 L31.968,16.494 L31.968,14.588 L37.528,4.976 L30.816,4.976 L30.434,5.626 L22.271,33.174 L21.874,33.174 L15.916,13.237 L9.959,33.174 L9.562,33.174 L0.032,1.006 L4.202,1.006 L9.961,20.586 L13.853,7.401 L11.947,1.006 L16.117,1.006 L16.117,1.006 Z"></path>
|
|
6
|
+
<path d="M64.92,1.006 C64.101,1.006 63.366,1.301 62.809,1.867 C62.218,2.467 61.889,3.243 61.889,4.045 C61.889,4.847 62.202,5.59 62.776,6.173 C63.359,6.764 64.11,7.085 64.921,7.085 C65.714,7.085 66.483,6.764 67.082,6.182 C67.656,5.625 67.969,4.882 67.969,4.046 C67.969,3.235 67.648,2.476 67.091,1.91 C66.507,1.318 65.747,1.006 64.92,1.006 Z M67.563,4.071 C67.563,4.772 67.292,5.422 66.795,5.903 C66.271,6.41 65.621,6.68 64.903,6.68 C64.228,6.68 63.561,6.402 63.063,5.895 C62.565,5.388 62.286,4.738 62.286,4.046 C62.286,3.354 62.573,2.678 63.088,2.155 C63.569,1.665 64.219,1.404 64.928,1.404 C65.654,1.404 66.304,1.675 66.811,2.189 C67.301,2.678 67.563,3.336 67.563,4.071 Z M65.004,2.264 L63.704,2.264 L63.704,5.709 L64.354,5.709 L64.354,4.24 L64.996,4.24 L65.697,5.709 L66.423,5.709 L65.654,4.139 C66.152,4.037 66.439,3.7 66.439,3.21 C66.439,2.585 65.967,2.264 65.004,2.264 Z M64.886,2.686 C65.494,2.686 65.772,2.855 65.772,3.277 C65.772,3.682 65.494,3.826 64.902,3.826 L64.353,3.826 L64.353,2.686 L64.886,2.686 L64.886,2.686 Z"></path>
|
|
7
|
+
<path d="M59.807,0.825 L60.483,4.932 L58.092,9.507 C58.092,9.507 57.174,7.566 55.649,6.492 C54.364,5.587 53.527,5.39 52.218,5.66 C50.537,6.007 48.631,8.017 47.799,10.495 C46.804,13.46 46.794,14.895 46.759,16.213 C46.703,18.326 47.036,19.575 47.036,19.575 C47.036,19.575 45.584,16.889 45.598,12.955 C45.607,10.147 46.049,7.601 47.348,5.088 C48.491,2.879 50.19,1.553 51.698,1.397 C53.257,1.236 54.489,1.987 55.441,2.8 C56.441,3.654 57.451,5.521 57.451,5.521 L59.807,0.825 Z"></path>
|
|
8
|
+
<path d="M60.102,24.063 C60.102,24.063 59.045,25.952 58.387,26.68 C57.728,27.408 56.55,28.69 55.095,29.331 C53.64,29.972 52.877,30.093 51.439,29.955 C50.002,29.817 48.667,28.985 48.199,28.638 C47.731,28.291 46.535,27.269 45.859,26.316 C45.183,25.363 44.126,23.457 44.126,23.457 C44.126,23.457 44.715,25.367 45.084,26.178 C45.296,26.645 45.948,28.072 46.873,29.314 C47.736,30.473 49.412,32.468 51.959,32.918 C54.506,33.369 56.256,32.225 56.689,31.948 C57.122,31.671 58.035,30.906 58.613,30.288 C59.216,29.643 59.787,28.82 60.103,28.326 C60.334,27.966 60.71,27.234 60.71,27.234 L60.102,24.063 Z"></path>
|
|
9
|
+
</g>
|
|
10
|
+
</svg>
|