Merge lp:~deadlight/canonical-identity-provider/merge-1-static into lp:canonical-identity-provider/release

Proposed by Karl Williams
Status: Merged
Approved by: Daniel Manrique
Approved revision: no longer in the source branch.
Merge reported by: Otto Co-Pilot
Merged at revision: not available
Proposed branch: lp:~deadlight/canonical-identity-provider/merge-1-static
Merge into: lp:canonical-identity-provider/release
Diff against target: 5095 lines (+4476/-453)
18 files modified
package-lock.json (+3528/-0)
src/identityprovider/static/vanilla-css/styles.css (+3/-0)
src/identityprovider/static/vanilla-css/styles.map.css (+104/-0)
src/identityprovider/templatetags/menu_item.py (+22/-8)
src/webui/templates/menu_item.html (+10/-10)
src/webui/templates/static/description.html (+2/-2)
src/webui/templates/static/faq.html (+358/-358)
src/webui/templates/static/one-redirect.html (+19/-24)
src/webui/templates/static/ubuntuone-account.html (+31/-51)
src/webui/templates/vanilla/_footer.html (+28/-0)
src/webui/templates/vanilla/_header.html (+32/-0)
src/webui/templates/vanilla/base.html (+185/-0)
src/webui/templates/vanilla/common/missing_backup_device_warning.html (+19/-0)
src/webui/templates/vanilla/common/printed_codes_nearly_exhausted_warning.html (+15/-0)
src/webui/templates/vanilla/common/unverified_email_warning.html (+14/-0)
src/webui/templates/vanilla/widgets/header-me-menu.html (+17/-0)
src/webui/templates/vanilla/widgets/passwords.html (+40/-0)
src/webui/templates/vanilla/widgets/personal-menu.html (+49/-0)
To merge this branch: bzr merge lp:~deadlight/canonical-identity-provider/merge-1-static
Reviewer Review Type Date Requested Status
Maximiliano Bertacchini Approve
Daniel Manrique (community) Approve
Review via email: mp+375327@code.launchpad.net

Commit message

Update static pages on the site to use a Vanilla-based template.

- /+faq
- /one-redirect
- /+description
- /+ubuntuone-account

Description of the change

Done:

Updated the templates for the static pages on the site to use a Vanilla-based template
Slightly modified the template tag for menu items to allow for flexibility
Committed the built CSS from Vanilla

QA:

Test the following URLs:
- /+faq
- /one-redirect
- /+description
- /+ubuntuone-account

Also test the usual flow and confirm that they have not changed (login, register, settings, etc.)

To post a comment you must log in.
Revision history for this message
Daniel Manrique (roadmr) wrote :

Great!

I checked on a local copy and it all works fine, existing flows were not altered and the updated pages do have the new visuals which are as agreed.

TO be fair, those are rather uncommonly-visited pages and some are a bit outdated but 1) not your fault :) 2) makes perfect sense to start the vanilla updates at this level and move toward trickier parts of the code base.

I'll try to get one extra review on this and aim to merge/deploy to staging early next week so we can iron out any kinks on an actual deployment.

Thanks!

(I made a couple of non-blocking nitpicks below, can be fixed here or on a subsequent mp, or maybe do a massive copyright cleanup later).

review: Approve
Revision history for this message
Maximiliano Bertacchini (maxiberta) wrote :

Tested locally, and it looks great! The only affected views are the ones mentioned in the description, and other views remain unchanged.
Thanks!
+1

review: Approve
Revision history for this message
Karl Williams (deadlight) wrote :

Thanks for the reviews.

I've corrected the copyright messages

Revision history for this message
Karl Williams (deadlight) wrote :

I'm not in a group with permissions to top approve this MP. If you're happy with it then please change it.

Revision history for this message
Maximiliano Bertacchini (maxiberta) wrote :

Just top-approved. Should auto-deploy to staging soon. Thanks!

Revision history for this message
Otto Co-Pilot (otto-copilot) wrote :
Revision history for this message
Otto Co-Pilot (otto-copilot) wrote :

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== added file 'package-lock.json'
2--- package-lock.json 1970-01-01 00:00:00 +0000
3+++ package-lock.json 2019-11-11 16:30:47 +0000
4@@ -0,0 +1,3528 @@
5+{
6+ "requires": true,
7+ "lockfileVersion": 1,
8+ "dependencies": {
9+ "amdefine": {
10+ "version": "1.0.1",
11+ "resolved": "https://registry.npmjs.org/amdefine/-/amdefine-1.0.1.tgz",
12+ "integrity": "sha1-SlKCrBZHKek2Gbz9OtFR+BfOkfU=",
13+ "dev": true
14+ },
15+ "ansi-gray": {
16+ "version": "0.1.1",
17+ "resolved": "https://registry.npmjs.org/ansi-gray/-/ansi-gray-0.1.1.tgz",
18+ "integrity": "sha1-KWLPVOyXksSFEKPetSRDaGHvclE=",
19+ "dev": true,
20+ "requires": {
21+ "ansi-wrap": "0.1.0"
22+ }
23+ },
24+ "ansi-regex": {
25+ "version": "0.2.1",
26+ "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-0.2.1.tgz",
27+ "integrity": "sha1-DY6UaWej2BQ/k+JOKYUl/BsiNfk=",
28+ "dev": true
29+ },
30+ "ansi-styles": {
31+ "version": "1.1.0",
32+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-1.1.0.tgz",
33+ "integrity": "sha1-6uy/Zs1waIJ2Cy9GkVgrj1XXp94=",
34+ "dev": true
35+ },
36+ "ansi-wrap": {
37+ "version": "0.1.0",
38+ "resolved": "https://registry.npmjs.org/ansi-wrap/-/ansi-wrap-0.1.0.tgz",
39+ "integrity": "sha1-qCJQ3bABXponyoLoLqYDu/pF768=",
40+ "dev": true
41+ },
42+ "archy": {
43+ "version": "1.0.0",
44+ "resolved": "https://registry.npmjs.org/archy/-/archy-1.0.0.tgz",
45+ "integrity": "sha1-+cjBN1fMHde8N5rHeyxipcKGjEA=",
46+ "dev": true
47+ },
48+ "arr-diff": {
49+ "version": "4.0.0",
50+ "resolved": "https://registry.npmjs.org/arr-diff/-/arr-diff-4.0.0.tgz",
51+ "integrity": "sha1-1kYQdP6/7HHn4VI1dhoyml3HxSA=",
52+ "dev": true
53+ },
54+ "arr-flatten": {
55+ "version": "1.1.0",
56+ "resolved": "https://registry.npmjs.org/arr-flatten/-/arr-flatten-1.1.0.tgz",
57+ "integrity": "sha512-L3hKV5R/p5o81R7O02IGnwpDmkp6E982XhtbuwSe3O4qOtMMMtodicASA1Cny2U+aCXcNpml+m4dPsvsJ3jatg==",
58+ "dev": true
59+ },
60+ "arr-union": {
61+ "version": "3.1.0",
62+ "resolved": "https://registry.npmjs.org/arr-union/-/arr-union-3.1.0.tgz",
63+ "integrity": "sha1-45sJrqne+Gao8gbiiK9jkZuuOcQ=",
64+ "dev": true
65+ },
66+ "array-differ": {
67+ "version": "0.1.0",
68+ "resolved": "https://registry.npmjs.org/array-differ/-/array-differ-0.1.0.tgz",
69+ "integrity": "sha1-EuLJtwa+1HyLSDtX5IdHP7CGHzo=",
70+ "dev": true
71+ },
72+ "array-each": {
73+ "version": "1.0.1",
74+ "resolved": "https://registry.npmjs.org/array-each/-/array-each-1.0.1.tgz",
75+ "integrity": "sha1-p5SvDAWrF1KEbudTofIRoFugxE8=",
76+ "dev": true
77+ },
78+ "array-find-index": {
79+ "version": "1.0.2",
80+ "resolved": "https://registry.npmjs.org/array-find-index/-/array-find-index-1.0.2.tgz",
81+ "integrity": "sha1-3wEKoSh+Fku9pvlyOwqWoexBh6E=",
82+ "dev": true
83+ },
84+ "array-slice": {
85+ "version": "1.1.0",
86+ "resolved": "https://registry.npmjs.org/array-slice/-/array-slice-1.1.0.tgz",
87+ "integrity": "sha512-B1qMD3RBP7O8o0H2KbrXDyB0IccejMF15+87Lvlor12ONPRHP6gTjXMNkt/d3ZuOGbAe66hFmaCfECI24Ufp6w==",
88+ "dev": true
89+ },
90+ "array-union": {
91+ "version": "0.1.0",
92+ "resolved": "https://registry.npmjs.org/array-union/-/array-union-0.1.0.tgz",
93+ "integrity": "sha1-7emAiDMGZeaZ4evwIny8YDTmJ9s=",
94+ "dev": true,
95+ "requires": {
96+ "array-uniq": "0.1.1"
97+ }
98+ },
99+ "array-uniq": {
100+ "version": "0.1.1",
101+ "resolved": "https://registry.npmjs.org/array-uniq/-/array-uniq-0.1.1.tgz",
102+ "integrity": "sha1-WGHz7U5LthdVl6TgeOiqeOvpWMc=",
103+ "dev": true
104+ },
105+ "array-unique": {
106+ "version": "0.3.2",
107+ "resolved": "https://registry.npmjs.org/array-unique/-/array-unique-0.3.2.tgz",
108+ "integrity": "sha1-qJS3XUvE9s1nnvMkSp/Y9Gri1Cg=",
109+ "dev": true
110+ },
111+ "assign-symbols": {
112+ "version": "1.0.0",
113+ "resolved": "https://registry.npmjs.org/assign-symbols/-/assign-symbols-1.0.0.tgz",
114+ "integrity": "sha1-WWZ/QfrdTyDMvCu5a41Pf3jsA2c=",
115+ "dev": true
116+ },
117+ "async": {
118+ "version": "0.9.2",
119+ "resolved": "https://registry.npmjs.org/async/-/async-0.9.2.tgz",
120+ "integrity": "sha1-rqdNXmHB+JlhO/ZL2mbUx48v0X0=",
121+ "dev": true
122+ },
123+ "atob": {
124+ "version": "2.1.2",
125+ "resolved": "https://registry.npmjs.org/atob/-/atob-2.1.2.tgz",
126+ "integrity": "sha512-Wm6ukoaOGJi/73p/cl2GvLjTI5JM1k/O14isD73YML8StrH/7/lRFgmg8nICZgD3bZZvjwCGxtMOD3wWNAu8cg==",
127+ "dev": true
128+ },
129+ "autoprefixer": {
130+ "version": "2.2.0",
131+ "resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-2.2.0.tgz",
132+ "integrity": "sha1-x8eTaigKZPj6Dl9hCLoi+SxjljM=",
133+ "dev": true,
134+ "requires": {
135+ "caniuse-db": "1.0.30001008",
136+ "fs-extra": "0.10.0",
137+ "postcss": "2.1.2"
138+ }
139+ },
140+ "balanced-match": {
141+ "version": "1.0.0",
142+ "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.0.tgz",
143+ "integrity": "sha1-ibTRmasr7kneFk6gK4nORi1xt2c=",
144+ "dev": true
145+ },
146+ "base": {
147+ "version": "0.11.2",
148+ "resolved": "https://registry.npmjs.org/base/-/base-0.11.2.tgz",
149+ "integrity": "sha512-5T6P4xPgpp0YDFvSWwEZ4NoE3aM4QBQXDzmVbraCkFj8zHM+mba8SyqB5DbZWyR7mYHo6Y7BdQo3MoA4m0TeQg==",
150+ "dev": true,
151+ "requires": {
152+ "cache-base": "1.0.1",
153+ "class-utils": "0.3.6",
154+ "component-emitter": "1.3.0",
155+ "define-property": "1.0.0",
156+ "isobject": "3.0.1",
157+ "mixin-deep": "1.3.2",
158+ "pascalcase": "0.1.1"
159+ },
160+ "dependencies": {
161+ "define-property": {
162+ "version": "1.0.0",
163+ "resolved": "https://registry.npmjs.org/define-property/-/define-property-1.0.0.tgz",
164+ "integrity": "sha1-dp66rz9KY6rTr56NMEybvnm/sOY=",
165+ "dev": true,
166+ "requires": {
167+ "is-descriptor": "1.0.2"
168+ }
169+ },
170+ "is-accessor-descriptor": {
171+ "version": "1.0.0",
172+ "resolved": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-1.0.0.tgz",
173+ "integrity": "sha512-m5hnHTkcVsPfqx3AKlyttIPb7J+XykHvJP2B9bZDjlhLIoEq4XoK64Vg7boZlVWYK6LUY94dYPEE7Lh0ZkZKcQ==",
174+ "dev": true,
175+ "requires": {
176+ "kind-of": "6.0.2"
177+ }
178+ },
179+ "is-data-descriptor": {
180+ "version": "1.0.0",
181+ "resolved": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-1.0.0.tgz",
182+ "integrity": "sha512-jbRXy1FmtAoCjQkVmIVYwuuqDFUbaOeDjmed1tOGPrsMhtJA4rD9tkgA0F1qJ3gRFRXcHYVkdeaP50Q5rE/jLQ==",
183+ "dev": true,
184+ "requires": {
185+ "kind-of": "6.0.2"
186+ }
187+ },
188+ "is-descriptor": {
189+ "version": "1.0.2",
190+ "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-1.0.2.tgz",
191+ "integrity": "sha512-2eis5WqQGV7peooDyLmNEPUrps9+SXX5c9pL3xEB+4e9HnGuDa7mB7kHxHw4CbqS9k1T2hOH3miL8n8WtiYVtg==",
192+ "dev": true,
193+ "requires": {
194+ "is-accessor-descriptor": "1.0.0",
195+ "is-data-descriptor": "1.0.0",
196+ "kind-of": "6.0.2"
197+ }
198+ }
199+ }
200+ },
201+ "beeper": {
202+ "version": "1.1.1",
203+ "resolved": "https://registry.npmjs.org/beeper/-/beeper-1.1.1.tgz",
204+ "integrity": "sha1-5tXqjF2tABMEpwsiY4RH9pyy+Ak=",
205+ "dev": true
206+ },
207+ "brace-expansion": {
208+ "version": "1.1.11",
209+ "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
210+ "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
211+ "dev": true,
212+ "requires": {
213+ "balanced-match": "1.0.0",
214+ "concat-map": "0.0.1"
215+ }
216+ },
217+ "braces": {
218+ "version": "2.3.2",
219+ "resolved": "https://registry.npmjs.org/braces/-/braces-2.3.2.tgz",
220+ "integrity": "sha512-aNdbnj9P8PjdXU4ybaWLK2IF3jc/EoDYbC7AazW6to3TRsfXxscC9UXOB5iDiEQrkyIbWp2SLQda4+QAa7nc3w==",
221+ "dev": true,
222+ "requires": {
223+ "arr-flatten": "1.1.0",
224+ "array-unique": "0.3.2",
225+ "extend-shallow": "2.0.1",
226+ "fill-range": "4.0.0",
227+ "isobject": "3.0.1",
228+ "repeat-element": "1.1.3",
229+ "snapdragon": "0.8.2",
230+ "snapdragon-node": "2.1.1",
231+ "split-string": "3.1.0",
232+ "to-regex": "3.0.2"
233+ },
234+ "dependencies": {
235+ "extend-shallow": {
236+ "version": "2.0.1",
237+ "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz",
238+ "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=",
239+ "dev": true,
240+ "requires": {
241+ "is-extendable": "0.1.1"
242+ }
243+ }
244+ }
245+ },
246+ "bufferstreams": {
247+ "version": "0.0.2",
248+ "resolved": "https://registry.npmjs.org/bufferstreams/-/bufferstreams-0.0.2.tgz",
249+ "integrity": "sha1-fOjf+Wi7rAC56QFYosQUVvdAq90=",
250+ "dev": true,
251+ "requires": {
252+ "readable-stream": "1.1.14"
253+ }
254+ },
255+ "cache-base": {
256+ "version": "1.0.1",
257+ "resolved": "https://registry.npmjs.org/cache-base/-/cache-base-1.0.1.tgz",
258+ "integrity": "sha512-AKcdTnFSWATd5/GCPRxr2ChwIJ85CeyrEyjRHlKxQ56d4XJMGym0uAiKn0xbLOGOl3+yRpOTi484dVCEc5AUzQ==",
259+ "dev": true,
260+ "requires": {
261+ "collection-visit": "1.0.0",
262+ "component-emitter": "1.3.0",
263+ "get-value": "2.0.6",
264+ "has-value": "1.0.0",
265+ "isobject": "3.0.1",
266+ "set-value": "2.0.1",
267+ "to-object-path": "0.3.0",
268+ "union-value": "1.0.1",
269+ "unset-value": "1.0.0"
270+ }
271+ },
272+ "camelcase": {
273+ "version": "2.1.1",
274+ "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-2.1.1.tgz",
275+ "integrity": "sha1-fB0W1nmhu+WcoCys7PsBHiAfWh8=",
276+ "dev": true
277+ },
278+ "camelcase-keys": {
279+ "version": "2.1.0",
280+ "resolved": "https://registry.npmjs.org/camelcase-keys/-/camelcase-keys-2.1.0.tgz",
281+ "integrity": "sha1-MIvur/3ygRkFHvodkyITyRuPkuc=",
282+ "dev": true,
283+ "requires": {
284+ "camelcase": "2.1.1",
285+ "map-obj": "1.0.1"
286+ }
287+ },
288+ "caniuse-db": {
289+ "version": "1.0.30001008",
290+ "resolved": "https://registry.npmjs.org/caniuse-db/-/caniuse-db-1.0.30001008.tgz",
291+ "integrity": "sha512-Fog+uREPKb/RDc0puoAqqBZB05I8wYff+TIMDkYw9Lweq7+hUEN5fNLpIaBX6AJxq4sndqPct8fYLrDUV6u4xw==",
292+ "dev": true
293+ },
294+ "chalk": {
295+ "version": "0.5.1",
296+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-0.5.1.tgz",
297+ "integrity": "sha1-Zjs6ZItotV0EaQ1JFnqoN4WPIXQ=",
298+ "dev": true,
299+ "requires": {
300+ "ansi-styles": "1.1.0",
301+ "escape-string-regexp": "1.0.5",
302+ "has-ansi": "0.1.0",
303+ "strip-ansi": "0.3.0",
304+ "supports-color": "0.2.0"
305+ }
306+ },
307+ "class-utils": {
308+ "version": "0.3.6",
309+ "resolved": "https://registry.npmjs.org/class-utils/-/class-utils-0.3.6.tgz",
310+ "integrity": "sha512-qOhPa/Fj7s6TY8H8esGu5QNpMMQxz79h+urzrNYN6mn+9BnxlDGf5QZ+XeCDsxSjPqsSR56XOZOJmpeurnLMeg==",
311+ "dev": true,
312+ "requires": {
313+ "arr-union": "3.1.0",
314+ "define-property": "0.2.5",
315+ "isobject": "3.0.1",
316+ "static-extend": "0.1.2"
317+ },
318+ "dependencies": {
319+ "define-property": {
320+ "version": "0.2.5",
321+ "resolved": "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz",
322+ "integrity": "sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY=",
323+ "dev": true,
324+ "requires": {
325+ "is-descriptor": "0.1.6"
326+ }
327+ }
328+ }
329+ },
330+ "clone": {
331+ "version": "1.0.4",
332+ "resolved": "https://registry.npmjs.org/clone/-/clone-1.0.4.tgz",
333+ "integrity": "sha1-2jCcwmPfFZlMaIypAheco8fNfH4=",
334+ "dev": true
335+ },
336+ "clone-stats": {
337+ "version": "0.0.1",
338+ "resolved": "https://registry.npmjs.org/clone-stats/-/clone-stats-0.0.1.tgz",
339+ "integrity": "sha1-uI+UqCzzi4eR1YBG6kAprYjKmdE=",
340+ "dev": true
341+ },
342+ "collection-visit": {
343+ "version": "1.0.0",
344+ "resolved": "https://registry.npmjs.org/collection-visit/-/collection-visit-1.0.0.tgz",
345+ "integrity": "sha1-S8A3PBZLwykbTTaMgpzxqApZ3KA=",
346+ "dev": true,
347+ "requires": {
348+ "map-visit": "1.0.0",
349+ "object-visit": "1.0.1"
350+ }
351+ },
352+ "color-support": {
353+ "version": "1.1.3",
354+ "resolved": "https://registry.npmjs.org/color-support/-/color-support-1.1.3.tgz",
355+ "integrity": "sha512-qiBjkpbMLO/HL68y+lh4q0/O1MZFj2RX6X/KmMa3+gJD3z+WwI1ZzDHysvqHGS3mP6mznPckpXmw1nI9cJjyRg==",
356+ "dev": true
357+ },
358+ "component-emitter": {
359+ "version": "1.3.0",
360+ "resolved": "https://registry.npmjs.org/component-emitter/-/component-emitter-1.3.0.tgz",
361+ "integrity": "sha512-Rd3se6QB+sO1TwqZjscQrurpEPIfO0/yYnSin6Q/rD3mOutHvUrCAhJub3r90uNb+SESBuE0QYoB90YdfatsRg==",
362+ "dev": true
363+ },
364+ "concat-map": {
365+ "version": "0.0.1",
366+ "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz",
367+ "integrity": "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=",
368+ "dev": true
369+ },
370+ "concat-with-sourcemaps": {
371+ "version": "0.1.6",
372+ "resolved": "https://registry.npmjs.org/concat-with-sourcemaps/-/concat-with-sourcemaps-0.1.6.tgz",
373+ "integrity": "sha1-FuWshk0Vogfnqtz/YAXbkxhYEs0=",
374+ "dev": true,
375+ "requires": {
376+ "source-map": "0.1.43"
377+ },
378+ "dependencies": {
379+ "source-map": {
380+ "version": "0.1.43",
381+ "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.1.43.tgz",
382+ "integrity": "sha1-wkvBRspRfBRx9drL4lcbK3+eM0Y=",
383+ "dev": true,
384+ "requires": {
385+ "amdefine": "1.0.1"
386+ }
387+ }
388+ }
389+ },
390+ "copy-descriptor": {
391+ "version": "0.1.1",
392+ "resolved": "https://registry.npmjs.org/copy-descriptor/-/copy-descriptor-0.1.1.tgz",
393+ "integrity": "sha1-Z29us8OZl8LuGsOpJP1hJHSPV40=",
394+ "dev": true
395+ },
396+ "core-util-is": {
397+ "version": "1.0.2",
398+ "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz",
399+ "integrity": "sha1-tf1UIgqivFq1eqtxQMlAdUUDwac=",
400+ "dev": true
401+ },
402+ "csslint": {
403+ "version": "0.10.0",
404+ "resolved": "https://registry.npmjs.org/csslint/-/csslint-0.10.0.tgz",
405+ "integrity": "sha1-OmoE51Zcjp0ZvrSXZ8fslug2WAU=",
406+ "dev": true,
407+ "requires": {
408+ "parserlib": "0.2.5"
409+ }
410+ },
411+ "csso": {
412+ "version": "1.3.12",
413+ "resolved": "https://registry.npmjs.org/csso/-/csso-1.3.12.tgz",
414+ "integrity": "sha1-/GKGlKLTiTiqrEmWdTIY/TEc254=",
415+ "dev": true
416+ },
417+ "currently-unhandled": {
418+ "version": "0.4.1",
419+ "resolved": "https://registry.npmjs.org/currently-unhandled/-/currently-unhandled-0.4.1.tgz",
420+ "integrity": "sha1-mI3zP+qxke95mmE2nddsF635V+o=",
421+ "dev": true,
422+ "requires": {
423+ "array-find-index": "1.0.2"
424+ }
425+ },
426+ "dateformat": {
427+ "version": "2.2.0",
428+ "resolved": "https://registry.npmjs.org/dateformat/-/dateformat-2.2.0.tgz",
429+ "integrity": "sha1-QGXiATz5+5Ft39gu+1Bq1MZ2kGI=",
430+ "dev": true
431+ },
432+ "debug": {
433+ "version": "2.6.9",
434+ "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz",
435+ "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==",
436+ "dev": true,
437+ "requires": {
438+ "ms": "2.0.0"
439+ }
440+ },
441+ "decamelize": {
442+ "version": "1.2.0",
443+ "resolved": "https://registry.npmjs.org/decamelize/-/decamelize-1.2.0.tgz",
444+ "integrity": "sha1-9lNNFRSCabIDUue+4m9QH5oZEpA=",
445+ "dev": true
446+ },
447+ "decode-uri-component": {
448+ "version": "0.2.0",
449+ "resolved": "https://registry.npmjs.org/decode-uri-component/-/decode-uri-component-0.2.0.tgz",
450+ "integrity": "sha1-6zkTMzRYd1y4TNGh+uBiEGu4dUU=",
451+ "dev": true
452+ },
453+ "defaults": {
454+ "version": "1.0.3",
455+ "resolved": "https://registry.npmjs.org/defaults/-/defaults-1.0.3.tgz",
456+ "integrity": "sha1-xlYFHpgX2f8I7YgUd/P+QBnz730=",
457+ "dev": true,
458+ "requires": {
459+ "clone": "1.0.4"
460+ }
461+ },
462+ "define-property": {
463+ "version": "2.0.2",
464+ "resolved": "https://registry.npmjs.org/define-property/-/define-property-2.0.2.tgz",
465+ "integrity": "sha512-jwK2UV4cnPpbcG7+VRARKTZPUWowwXA8bzH5NP6ud0oeAxyYPuGZUAC7hMugpCdz4BeSZl2Dl9k66CHJ/46ZYQ==",
466+ "dev": true,
467+ "requires": {
468+ "is-descriptor": "1.0.2",
469+ "isobject": "3.0.1"
470+ },
471+ "dependencies": {
472+ "is-accessor-descriptor": {
473+ "version": "1.0.0",
474+ "resolved": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-1.0.0.tgz",
475+ "integrity": "sha512-m5hnHTkcVsPfqx3AKlyttIPb7J+XykHvJP2B9bZDjlhLIoEq4XoK64Vg7boZlVWYK6LUY94dYPEE7Lh0ZkZKcQ==",
476+ "dev": true,
477+ "requires": {
478+ "kind-of": "6.0.2"
479+ }
480+ },
481+ "is-data-descriptor": {
482+ "version": "1.0.0",
483+ "resolved": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-1.0.0.tgz",
484+ "integrity": "sha512-jbRXy1FmtAoCjQkVmIVYwuuqDFUbaOeDjmed1tOGPrsMhtJA4rD9tkgA0F1qJ3gRFRXcHYVkdeaP50Q5rE/jLQ==",
485+ "dev": true,
486+ "requires": {
487+ "kind-of": "6.0.2"
488+ }
489+ },
490+ "is-descriptor": {
491+ "version": "1.0.2",
492+ "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-1.0.2.tgz",
493+ "integrity": "sha512-2eis5WqQGV7peooDyLmNEPUrps9+SXX5c9pL3xEB+4e9HnGuDa7mB7kHxHw4CbqS9k1T2hOH3miL8n8WtiYVtg==",
494+ "dev": true,
495+ "requires": {
496+ "is-accessor-descriptor": "1.0.0",
497+ "is-data-descriptor": "1.0.0",
498+ "kind-of": "6.0.2"
499+ }
500+ }
501+ }
502+ },
503+ "del": {
504+ "version": "0.1.3",
505+ "resolved": "https://registry.npmjs.org/del/-/del-0.1.3.tgz",
506+ "integrity": "sha1-LXJKcZtaz1wLhAtCJHFeg4QGpBk=",
507+ "dev": true,
508+ "requires": {
509+ "each-async": "1.1.1",
510+ "globby": "0.1.1",
511+ "is-path-cwd": "1.0.0",
512+ "is-path-in-cwd": "1.0.1",
513+ "rimraf": "2.7.1"
514+ }
515+ },
516+ "deprecated": {
517+ "version": "0.0.1",
518+ "resolved": "https://registry.npmjs.org/deprecated/-/deprecated-0.0.1.tgz",
519+ "integrity": "sha1-+cmvVGSvoeepcUWKi97yqpTVuxk=",
520+ "dev": true
521+ },
522+ "detect-file": {
523+ "version": "1.0.0",
524+ "resolved": "https://registry.npmjs.org/detect-file/-/detect-file-1.0.0.tgz",
525+ "integrity": "sha1-8NZtA2cqglyxtzvbP+YjEMjlUrc=",
526+ "dev": true
527+ },
528+ "duplexer": {
529+ "version": "0.1.1",
530+ "resolved": "https://registry.npmjs.org/duplexer/-/duplexer-0.1.1.tgz",
531+ "integrity": "sha1-rOb/gIwc5mtX0ev5eXessCM0z8E=",
532+ "dev": true
533+ },
534+ "duplexer2": {
535+ "version": "0.0.2",
536+ "resolved": "https://registry.npmjs.org/duplexer2/-/duplexer2-0.0.2.tgz",
537+ "integrity": "sha1-xhTc9n4vsUmVqRcR5aYX6KYKMds=",
538+ "dev": true,
539+ "requires": {
540+ "readable-stream": "1.1.14"
541+ }
542+ },
543+ "each-async": {
544+ "version": "1.1.1",
545+ "resolved": "https://registry.npmjs.org/each-async/-/each-async-1.1.1.tgz",
546+ "integrity": "sha1-3uUim98KtrogEqOV4bhpq/iBNHM=",
547+ "dev": true,
548+ "requires": {
549+ "onetime": "1.1.0",
550+ "set-immediate-shim": "1.0.1"
551+ }
552+ },
553+ "end-of-stream": {
554+ "version": "0.1.5",
555+ "resolved": "https://registry.npmjs.org/end-of-stream/-/end-of-stream-0.1.5.tgz",
556+ "integrity": "sha1-jhdyBsPICDfYVjLouTWd/osvbq8=",
557+ "dev": true,
558+ "requires": {
559+ "once": "1.3.3"
560+ },
561+ "dependencies": {
562+ "once": {
563+ "version": "1.3.3",
564+ "resolved": "https://registry.npmjs.org/once/-/once-1.3.3.tgz",
565+ "integrity": "sha1-suJhVXzkwxTsgwTz+oJmPkKXyiA=",
566+ "dev": true,
567+ "requires": {
568+ "wrappy": "1.0.2"
569+ }
570+ }
571+ }
572+ },
573+ "error-ex": {
574+ "version": "1.3.2",
575+ "resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.2.tgz",
576+ "integrity": "sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==",
577+ "dev": true,
578+ "requires": {
579+ "is-arrayish": "0.2.1"
580+ }
581+ },
582+ "escape-string-regexp": {
583+ "version": "1.0.5",
584+ "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz",
585+ "integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=",
586+ "dev": true
587+ },
588+ "event-stream": {
589+ "version": "3.3.5",
590+ "resolved": "https://registry.npmjs.org/event-stream/-/event-stream-3.3.5.tgz",
591+ "integrity": "sha512-vyibDcu5JL20Me1fP734QBH/kenBGLZap2n0+XXM7mvuUPzJ20Ydqj1aKcIeMdri1p+PU+4yAKugjN8KCVst+g==",
592+ "dev": true,
593+ "requires": {
594+ "duplexer": "0.1.1",
595+ "from": "0.1.7",
596+ "map-stream": "0.0.7",
597+ "pause-stream": "0.0.11",
598+ "split": "1.0.1",
599+ "stream-combiner": "0.2.2",
600+ "through": "2.3.8"
601+ }
602+ },
603+ "expand-brackets": {
604+ "version": "2.1.4",
605+ "resolved": "https://registry.npmjs.org/expand-brackets/-/expand-brackets-2.1.4.tgz",
606+ "integrity": "sha1-t3c14xXOMPa27/D4OwQVGiJEliI=",
607+ "dev": true,
608+ "requires": {
609+ "debug": "2.6.9",
610+ "define-property": "0.2.5",
611+ "extend-shallow": "2.0.1",
612+ "posix-character-classes": "0.1.1",
613+ "regex-not": "1.0.2",
614+ "snapdragon": "0.8.2",
615+ "to-regex": "3.0.2"
616+ },
617+ "dependencies": {
618+ "define-property": {
619+ "version": "0.2.5",
620+ "resolved": "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz",
621+ "integrity": "sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY=",
622+ "dev": true,
623+ "requires": {
624+ "is-descriptor": "0.1.6"
625+ }
626+ },
627+ "extend-shallow": {
628+ "version": "2.0.1",
629+ "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz",
630+ "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=",
631+ "dev": true,
632+ "requires": {
633+ "is-extendable": "0.1.1"
634+ }
635+ }
636+ }
637+ },
638+ "expand-tilde": {
639+ "version": "2.0.2",
640+ "resolved": "https://registry.npmjs.org/expand-tilde/-/expand-tilde-2.0.2.tgz",
641+ "integrity": "sha1-l+gBqgUt8CRU3kawK/YhZCzchQI=",
642+ "dev": true,
643+ "requires": {
644+ "homedir-polyfill": "1.0.3"
645+ }
646+ },
647+ "extend": {
648+ "version": "3.0.2",
649+ "resolved": "https://registry.npmjs.org/extend/-/extend-3.0.2.tgz",
650+ "integrity": "sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==",
651+ "dev": true
652+ },
653+ "extend-shallow": {
654+ "version": "3.0.2",
655+ "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-3.0.2.tgz",
656+ "integrity": "sha1-Jqcarwc7OfshJxcnRhMcJwQCjbg=",
657+ "dev": true,
658+ "requires": {
659+ "assign-symbols": "1.0.0",
660+ "is-extendable": "1.0.1"
661+ },
662+ "dependencies": {
663+ "is-extendable": {
664+ "version": "1.0.1",
665+ "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-1.0.1.tgz",
666+ "integrity": "sha512-arnXMxT1hhoKo9k1LZdmlNyJdDDfy2v0fXjFlmok4+i8ul/6WlbVge9bhM74OpNPQPMGUToDtz+KXa1PneJxOA==",
667+ "dev": true,
668+ "requires": {
669+ "is-plain-object": "2.0.4"
670+ }
671+ }
672+ }
673+ },
674+ "extglob": {
675+ "version": "2.0.4",
676+ "resolved": "https://registry.npmjs.org/extglob/-/extglob-2.0.4.tgz",
677+ "integrity": "sha512-Nmb6QXkELsuBr24CJSkilo6UHHgbekK5UiZgfE6UHD3Eb27YC6oD+bhcT+tJ6cl8dmsgdQxnWlcry8ksBIBLpw==",
678+ "dev": true,
679+ "requires": {
680+ "array-unique": "0.3.2",
681+ "define-property": "1.0.0",
682+ "expand-brackets": "2.1.4",
683+ "extend-shallow": "2.0.1",
684+ "fragment-cache": "0.2.1",
685+ "regex-not": "1.0.2",
686+ "snapdragon": "0.8.2",
687+ "to-regex": "3.0.2"
688+ },
689+ "dependencies": {
690+ "define-property": {
691+ "version": "1.0.0",
692+ "resolved": "https://registry.npmjs.org/define-property/-/define-property-1.0.0.tgz",
693+ "integrity": "sha1-dp66rz9KY6rTr56NMEybvnm/sOY=",
694+ "dev": true,
695+ "requires": {
696+ "is-descriptor": "1.0.2"
697+ }
698+ },
699+ "extend-shallow": {
700+ "version": "2.0.1",
701+ "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz",
702+ "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=",
703+ "dev": true,
704+ "requires": {
705+ "is-extendable": "0.1.1"
706+ }
707+ },
708+ "is-accessor-descriptor": {
709+ "version": "1.0.0",
710+ "resolved": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-1.0.0.tgz",
711+ "integrity": "sha512-m5hnHTkcVsPfqx3AKlyttIPb7J+XykHvJP2B9bZDjlhLIoEq4XoK64Vg7boZlVWYK6LUY94dYPEE7Lh0ZkZKcQ==",
712+ "dev": true,
713+ "requires": {
714+ "kind-of": "6.0.2"
715+ }
716+ },
717+ "is-data-descriptor": {
718+ "version": "1.0.0",
719+ "resolved": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-1.0.0.tgz",
720+ "integrity": "sha512-jbRXy1FmtAoCjQkVmIVYwuuqDFUbaOeDjmed1tOGPrsMhtJA4rD9tkgA0F1qJ3gRFRXcHYVkdeaP50Q5rE/jLQ==",
721+ "dev": true,
722+ "requires": {
723+ "kind-of": "6.0.2"
724+ }
725+ },
726+ "is-descriptor": {
727+ "version": "1.0.2",
728+ "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-1.0.2.tgz",
729+ "integrity": "sha512-2eis5WqQGV7peooDyLmNEPUrps9+SXX5c9pL3xEB+4e9HnGuDa7mB7kHxHw4CbqS9k1T2hOH3miL8n8WtiYVtg==",
730+ "dev": true,
731+ "requires": {
732+ "is-accessor-descriptor": "1.0.0",
733+ "is-data-descriptor": "1.0.0",
734+ "kind-of": "6.0.2"
735+ }
736+ }
737+ }
738+ },
739+ "fancy-log": {
740+ "version": "1.3.3",
741+ "resolved": "https://registry.npmjs.org/fancy-log/-/fancy-log-1.3.3.tgz",
742+ "integrity": "sha512-k9oEhlyc0FrVh25qYuSELjr8oxsCoc4/LEZfg2iJJrfEk/tZL9bCoJE47gqAvI2m/AUjluCS4+3I0eTx8n3AEw==",
743+ "dev": true,
744+ "requires": {
745+ "ansi-gray": "0.1.1",
746+ "color-support": "1.1.3",
747+ "parse-node-version": "1.0.1",
748+ "time-stamp": "1.1.0"
749+ }
750+ },
751+ "fill-range": {
752+ "version": "4.0.0",
753+ "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-4.0.0.tgz",
754+ "integrity": "sha1-1USBHUKPmOsGpj3EAtJAPDKMOPc=",
755+ "dev": true,
756+ "requires": {
757+ "extend-shallow": "2.0.1",
758+ "is-number": "3.0.0",
759+ "repeat-string": "1.6.1",
760+ "to-regex-range": "2.1.1"
761+ },
762+ "dependencies": {
763+ "extend-shallow": {
764+ "version": "2.0.1",
765+ "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz",
766+ "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=",
767+ "dev": true,
768+ "requires": {
769+ "is-extendable": "0.1.1"
770+ }
771+ }
772+ }
773+ },
774+ "find-index": {
775+ "version": "0.1.1",
776+ "resolved": "https://registry.npmjs.org/find-index/-/find-index-0.1.1.tgz",
777+ "integrity": "sha1-Z101iyyjiS15Whq0cjL4tuLg3eQ=",
778+ "dev": true
779+ },
780+ "find-up": {
781+ "version": "1.1.2",
782+ "resolved": "https://registry.npmjs.org/find-up/-/find-up-1.1.2.tgz",
783+ "integrity": "sha1-ay6YIrGizgpgq2TWEOzK1TyyTQ8=",
784+ "dev": true,
785+ "requires": {
786+ "path-exists": "2.1.0",
787+ "pinkie-promise": "2.0.1"
788+ }
789+ },
790+ "findup-sync": {
791+ "version": "2.0.0",
792+ "resolved": "https://registry.npmjs.org/findup-sync/-/findup-sync-2.0.0.tgz",
793+ "integrity": "sha1-kyaxSIwi0aYIhlCoaQGy2akKLLw=",
794+ "dev": true,
795+ "requires": {
796+ "detect-file": "1.0.0",
797+ "is-glob": "3.1.0",
798+ "micromatch": "3.1.10",
799+ "resolve-dir": "1.0.1"
800+ }
801+ },
802+ "fined": {
803+ "version": "1.2.0",
804+ "resolved": "https://registry.npmjs.org/fined/-/fined-1.2.0.tgz",
805+ "integrity": "sha512-ZYDqPLGxDkDhDZBjZBb+oD1+j0rA4E0pXY50eplAAOPg2N/gUBSSk5IM1/QhPfyVo19lJ+CvXpqfvk+b2p/8Ng==",
806+ "dev": true,
807+ "requires": {
808+ "expand-tilde": "2.0.2",
809+ "is-plain-object": "2.0.4",
810+ "object.defaults": "1.1.0",
811+ "object.pick": "1.3.0",
812+ "parse-filepath": "1.0.2"
813+ }
814+ },
815+ "first-chunk-stream": {
816+ "version": "1.0.0",
817+ "resolved": "https://registry.npmjs.org/first-chunk-stream/-/first-chunk-stream-1.0.0.tgz",
818+ "integrity": "sha1-Wb+1DNkF9g18OUzT2ayqtOatk04=",
819+ "dev": true
820+ },
821+ "flagged-respawn": {
822+ "version": "1.0.1",
823+ "resolved": "https://registry.npmjs.org/flagged-respawn/-/flagged-respawn-1.0.1.tgz",
824+ "integrity": "sha512-lNaHNVymajmk0OJMBn8fVUAU1BtDeKIqKoVhk4xAALB57aALg6b4W0MfJ/cUE0g9YBXy5XhSlPIpYIJ7HaY/3Q==",
825+ "dev": true
826+ },
827+ "for-in": {
828+ "version": "1.0.2",
829+ "resolved": "https://registry.npmjs.org/for-in/-/for-in-1.0.2.tgz",
830+ "integrity": "sha1-gQaNKVqBQuwKxybG4iAMMPttXoA=",
831+ "dev": true
832+ },
833+ "for-own": {
834+ "version": "1.0.0",
835+ "resolved": "https://registry.npmjs.org/for-own/-/for-own-1.0.0.tgz",
836+ "integrity": "sha1-xjMy9BXO3EsE2/5wz4NklMU8tEs=",
837+ "dev": true,
838+ "requires": {
839+ "for-in": "1.0.2"
840+ }
841+ },
842+ "fragment-cache": {
843+ "version": "0.2.1",
844+ "resolved": "https://registry.npmjs.org/fragment-cache/-/fragment-cache-0.2.1.tgz",
845+ "integrity": "sha1-QpD60n8T6Jvn8zeZxrxaCr//DRk=",
846+ "dev": true,
847+ "requires": {
848+ "map-cache": "0.2.2"
849+ }
850+ },
851+ "from": {
852+ "version": "0.1.7",
853+ "resolved": "https://registry.npmjs.org/from/-/from-0.1.7.tgz",
854+ "integrity": "sha1-g8YK/Fi5xWmXAH7Rp2izqzA6RP4=",
855+ "dev": true
856+ },
857+ "fs-extra": {
858+ "version": "0.10.0",
859+ "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-0.10.0.tgz",
860+ "integrity": "sha1-mcDsL9XqqtnWRiReSwFLVnKZgq8=",
861+ "dev": true,
862+ "requires": {
863+ "jsonfile": "1.2.0",
864+ "mkdirp": "0.5.1",
865+ "ncp": "0.5.1",
866+ "rimraf": "2.7.1"
867+ }
868+ },
869+ "fs.realpath": {
870+ "version": "1.0.0",
871+ "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz",
872+ "integrity": "sha1-FQStJSMVjKpA20onh8sBQRmU6k8=",
873+ "dev": true
874+ },
875+ "gaze": {
876+ "version": "0.5.2",
877+ "resolved": "https://registry.npmjs.org/gaze/-/gaze-0.5.2.tgz",
878+ "integrity": "sha1-QLcJU30k0dRXZ9takIaJ3+aaxE8=",
879+ "dev": true,
880+ "requires": {
881+ "globule": "0.1.0"
882+ }
883+ },
884+ "get-stdin": {
885+ "version": "4.0.1",
886+ "resolved": "https://registry.npmjs.org/get-stdin/-/get-stdin-4.0.1.tgz",
887+ "integrity": "sha1-uWjGsKBDhDJJAui/Gl3zJXmkUP4=",
888+ "dev": true
889+ },
890+ "get-value": {
891+ "version": "2.0.6",
892+ "resolved": "https://registry.npmjs.org/get-value/-/get-value-2.0.6.tgz",
893+ "integrity": "sha1-3BXKHGcjh8p2vTesCjlbogQqLCg=",
894+ "dev": true
895+ },
896+ "glob": {
897+ "version": "4.5.3",
898+ "resolved": "https://registry.npmjs.org/glob/-/glob-4.5.3.tgz",
899+ "integrity": "sha1-xstz0yJsHv7wTePFbQEvAzd+4V8=",
900+ "dev": true,
901+ "requires": {
902+ "inflight": "1.0.6",
903+ "inherits": "2.0.4",
904+ "minimatch": "2.0.10",
905+ "once": "1.4.0"
906+ }
907+ },
908+ "glob-stream": {
909+ "version": "3.1.18",
910+ "resolved": "https://registry.npmjs.org/glob-stream/-/glob-stream-3.1.18.tgz",
911+ "integrity": "sha1-kXCl8St5Awb9/lmPMT+PeVT9FDs=",
912+ "dev": true,
913+ "requires": {
914+ "glob": "4.5.3",
915+ "glob2base": "0.0.12",
916+ "minimatch": "2.0.10",
917+ "ordered-read-streams": "0.1.0",
918+ "through2": "0.6.5",
919+ "unique-stream": "1.0.0"
920+ },
921+ "dependencies": {
922+ "readable-stream": {
923+ "version": "1.0.34",
924+ "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-1.0.34.tgz",
925+ "integrity": "sha1-Elgg40vIQtLyqq+v5MKRbuMsFXw=",
926+ "dev": true,
927+ "requires": {
928+ "core-util-is": "1.0.2",
929+ "inherits": "2.0.4",
930+ "isarray": "0.0.1",
931+ "string_decoder": "0.10.31"
932+ }
933+ },
934+ "through2": {
935+ "version": "0.6.5",
936+ "resolved": "https://registry.npmjs.org/through2/-/through2-0.6.5.tgz",
937+ "integrity": "sha1-QaucZ7KdVyCQcUEOHXp6lozTrUg=",
938+ "dev": true,
939+ "requires": {
940+ "readable-stream": "1.0.34",
941+ "xtend": "4.0.2"
942+ }
943+ }
944+ }
945+ },
946+ "glob-watcher": {
947+ "version": "0.0.6",
948+ "resolved": "https://registry.npmjs.org/glob-watcher/-/glob-watcher-0.0.6.tgz",
949+ "integrity": "sha1-uVtKjfdLOcgymLDAXJeLTZo7cQs=",
950+ "dev": true,
951+ "requires": {
952+ "gaze": "0.5.2"
953+ }
954+ },
955+ "glob2base": {
956+ "version": "0.0.12",
957+ "resolved": "https://registry.npmjs.org/glob2base/-/glob2base-0.0.12.tgz",
958+ "integrity": "sha1-nUGbPijxLoOjYhZKJ3BVkiycDVY=",
959+ "dev": true,
960+ "requires": {
961+ "find-index": "0.1.1"
962+ }
963+ },
964+ "global-modules": {
965+ "version": "1.0.0",
966+ "resolved": "https://registry.npmjs.org/global-modules/-/global-modules-1.0.0.tgz",
967+ "integrity": "sha512-sKzpEkf11GpOFuw0Zzjzmt4B4UZwjOcG757PPvrfhxcLFbq0wpsgpOqxpxtxFiCG4DtG93M6XRVbF2oGdev7bg==",
968+ "dev": true,
969+ "requires": {
970+ "global-prefix": "1.0.2",
971+ "is-windows": "1.0.2",
972+ "resolve-dir": "1.0.1"
973+ }
974+ },
975+ "global-prefix": {
976+ "version": "1.0.2",
977+ "resolved": "https://registry.npmjs.org/global-prefix/-/global-prefix-1.0.2.tgz",
978+ "integrity": "sha1-2/dDxsFJklk8ZVVoy2btMsASLr4=",
979+ "dev": true,
980+ "requires": {
981+ "expand-tilde": "2.0.2",
982+ "homedir-polyfill": "1.0.3",
983+ "ini": "1.3.5",
984+ "is-windows": "1.0.2",
985+ "which": "1.3.1"
986+ }
987+ },
988+ "globby": {
989+ "version": "0.1.1",
990+ "resolved": "https://registry.npmjs.org/globby/-/globby-0.1.1.tgz",
991+ "integrity": "sha1-y+xj33JLS+pFi3mhbMDjsfLKhiA=",
992+ "dev": true,
993+ "requires": {
994+ "array-differ": "0.1.0",
995+ "array-union": "0.1.0",
996+ "async": "0.9.2",
997+ "glob": "4.5.3"
998+ }
999+ },
1000+ "globule": {
1001+ "version": "0.1.0",
1002+ "resolved": "https://registry.npmjs.org/globule/-/globule-0.1.0.tgz",
1003+ "integrity": "sha1-2cjt3h2nnRJaFRt5UzuXhnY0auU=",
1004+ "dev": true,
1005+ "requires": {
1006+ "glob": "3.1.21",
1007+ "lodash": "1.0.2",
1008+ "minimatch": "0.2.14"
1009+ },
1010+ "dependencies": {
1011+ "glob": {
1012+ "version": "3.1.21",
1013+ "resolved": "https://registry.npmjs.org/glob/-/glob-3.1.21.tgz",
1014+ "integrity": "sha1-0p4KBV3qUTj00H7UDomC6DwgZs0=",
1015+ "dev": true,
1016+ "requires": {
1017+ "graceful-fs": "1.2.3",
1018+ "inherits": "1.0.2",
1019+ "minimatch": "0.2.14"
1020+ }
1021+ },
1022+ "graceful-fs": {
1023+ "version": "1.2.3",
1024+ "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-1.2.3.tgz",
1025+ "integrity": "sha1-FaSAaldUfLLS2/J/QuiajDRRs2Q=",
1026+ "dev": true
1027+ },
1028+ "inherits": {
1029+ "version": "1.0.2",
1030+ "resolved": "https://registry.npmjs.org/inherits/-/inherits-1.0.2.tgz",
1031+ "integrity": "sha1-ykMJ2t7mtUzAuNJH6NfHoJdb3Js=",
1032+ "dev": true
1033+ },
1034+ "minimatch": {
1035+ "version": "0.2.14",
1036+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-0.2.14.tgz",
1037+ "integrity": "sha1-x054BXT2PG+aCQ6Q775u9TpqdWo=",
1038+ "dev": true,
1039+ "requires": {
1040+ "lru-cache": "2.7.3",
1041+ "sigmund": "1.0.1"
1042+ }
1043+ }
1044+ }
1045+ },
1046+ "glogg": {
1047+ "version": "1.0.2",
1048+ "resolved": "https://registry.npmjs.org/glogg/-/glogg-1.0.2.tgz",
1049+ "integrity": "sha512-5mwUoSuBk44Y4EshyiqcH95ZntbDdTQqA3QYSrxmzj28Ai0vXBGMH1ApSANH14j2sIRtqCEyg6PfsuP7ElOEDA==",
1050+ "dev": true,
1051+ "requires": {
1052+ "sparkles": "1.0.1"
1053+ }
1054+ },
1055+ "graceful-fs": {
1056+ "version": "3.0.12",
1057+ "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-3.0.12.tgz",
1058+ "integrity": "sha512-J55gaCS4iTTJfTXIxSVw3EMQckcqkpdRv3IR7gu6sq0+tbC363Zx6KH/SEwXASK9JRbhyZmVjJEVJIOxYsB3Qg==",
1059+ "dev": true,
1060+ "requires": {
1061+ "natives": "1.1.6"
1062+ }
1063+ },
1064+ "gulp": {
1065+ "version": "3.8.11",
1066+ "resolved": "https://registry.npmjs.org/gulp/-/gulp-3.8.11.tgz",
1067+ "integrity": "sha1-1Vfgpyg+tBNkkZabBJd2eXLx0oo=",
1068+ "dev": true,
1069+ "requires": {
1070+ "archy": "1.0.0",
1071+ "chalk": "0.5.1",
1072+ "deprecated": "0.0.1",
1073+ "gulp-util": "3.0.8",
1074+ "interpret": "0.3.10",
1075+ "liftoff": "2.5.0",
1076+ "minimist": "1.2.0",
1077+ "orchestrator": "0.3.8",
1078+ "pretty-hrtime": "0.2.2",
1079+ "semver": "4.3.6",
1080+ "tildify": "1.2.0",
1081+ "v8flags": "2.1.1",
1082+ "vinyl-fs": "0.3.14"
1083+ }
1084+ },
1085+ "gulp-autoprefixer": {
1086+ "version": "0.0.8",
1087+ "resolved": "https://registry.npmjs.org/gulp-autoprefixer/-/gulp-autoprefixer-0.0.8.tgz",
1088+ "integrity": "sha1-M9UKyweCMx2js89+EzAuEp3XfWk=",
1089+ "dev": true,
1090+ "requires": {
1091+ "autoprefixer": "2.2.0",
1092+ "bufferstreams": "0.0.2",
1093+ "gulp-util": "2.2.20"
1094+ },
1095+ "dependencies": {
1096+ "dateformat": {
1097+ "version": "1.0.12",
1098+ "resolved": "https://registry.npmjs.org/dateformat/-/dateformat-1.0.12.tgz",
1099+ "integrity": "sha1-nxJLZ1lMk3/3BpMuSmQsyo27/uk=",
1100+ "dev": true,
1101+ "requires": {
1102+ "get-stdin": "4.0.1",
1103+ "meow": "3.7.0"
1104+ }
1105+ },
1106+ "gulp-util": {
1107+ "version": "2.2.20",
1108+ "resolved": "https://registry.npmjs.org/gulp-util/-/gulp-util-2.2.20.tgz",
1109+ "integrity": "sha1-1xRuVyiRC9jwR6awseVJvCLb1kw=",
1110+ "dev": true,
1111+ "requires": {
1112+ "chalk": "0.5.1",
1113+ "dateformat": "1.0.12",
1114+ "lodash._reinterpolate": "2.4.1",
1115+ "lodash.template": "2.4.1",
1116+ "minimist": "0.2.0",
1117+ "multipipe": "0.1.2",
1118+ "through2": "0.5.1",
1119+ "vinyl": "0.2.3"
1120+ }
1121+ },
1122+ "lodash._reinterpolate": {
1123+ "version": "2.4.1",
1124+ "resolved": "https://registry.npmjs.org/lodash._reinterpolate/-/lodash._reinterpolate-2.4.1.tgz",
1125+ "integrity": "sha1-TxInqlqHEfxjL1sHofRgequLMiI=",
1126+ "dev": true
1127+ },
1128+ "lodash.escape": {
1129+ "version": "2.4.1",
1130+ "resolved": "https://registry.npmjs.org/lodash.escape/-/lodash.escape-2.4.1.tgz",
1131+ "integrity": "sha1-LOEsXghNsKV92l5dHu659dF1o7Q=",
1132+ "dev": true,
1133+ "requires": {
1134+ "lodash._escapehtmlchar": "2.4.1",
1135+ "lodash._reunescapedhtml": "2.4.1",
1136+ "lodash.keys": "2.4.1"
1137+ }
1138+ },
1139+ "lodash.keys": {
1140+ "version": "2.4.1",
1141+ "resolved": "https://registry.npmjs.org/lodash.keys/-/lodash.keys-2.4.1.tgz",
1142+ "integrity": "sha1-SN6kbfj/djKxDXBrissmWR4rNyc=",
1143+ "dev": true,
1144+ "requires": {
1145+ "lodash._isnative": "2.4.1",
1146+ "lodash._shimkeys": "2.4.1",
1147+ "lodash.isobject": "2.4.1"
1148+ }
1149+ },
1150+ "lodash.template": {
1151+ "version": "2.4.1",
1152+ "resolved": "https://registry.npmjs.org/lodash.template/-/lodash.template-2.4.1.tgz",
1153+ "integrity": "sha1-nmEQB+32KRKal0qzxIuBez4c8g0=",
1154+ "dev": true,
1155+ "requires": {
1156+ "lodash._escapestringchar": "2.4.1",
1157+ "lodash._reinterpolate": "2.4.1",
1158+ "lodash.defaults": "2.4.1",
1159+ "lodash.escape": "2.4.1",
1160+ "lodash.keys": "2.4.1",
1161+ "lodash.templatesettings": "2.4.1",
1162+ "lodash.values": "2.4.1"
1163+ }
1164+ },
1165+ "lodash.templatesettings": {
1166+ "version": "2.4.1",
1167+ "resolved": "https://registry.npmjs.org/lodash.templatesettings/-/lodash.templatesettings-2.4.1.tgz",
1168+ "integrity": "sha1-6nbHXRHrhtTb6JqDiTu4YZKaxpk=",
1169+ "dev": true,
1170+ "requires": {
1171+ "lodash._reinterpolate": "2.4.1",
1172+ "lodash.escape": "2.4.1"
1173+ }
1174+ },
1175+ "minimist": {
1176+ "version": "0.2.0",
1177+ "resolved": "https://registry.npmjs.org/minimist/-/minimist-0.2.0.tgz",
1178+ "integrity": "sha1-Tf/lJdriuGTGbC4jxicdev3s784=",
1179+ "dev": true
1180+ },
1181+ "readable-stream": {
1182+ "version": "1.0.34",
1183+ "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-1.0.34.tgz",
1184+ "integrity": "sha1-Elgg40vIQtLyqq+v5MKRbuMsFXw=",
1185+ "dev": true,
1186+ "requires": {
1187+ "core-util-is": "1.0.2",
1188+ "inherits": "2.0.4",
1189+ "isarray": "0.0.1",
1190+ "string_decoder": "0.10.31"
1191+ }
1192+ },
1193+ "through2": {
1194+ "version": "0.5.1",
1195+ "resolved": "https://registry.npmjs.org/through2/-/through2-0.5.1.tgz",
1196+ "integrity": "sha1-390BLrnHAOIyP9M084rGIqs3Lac=",
1197+ "dev": true,
1198+ "requires": {
1199+ "readable-stream": "1.0.34",
1200+ "xtend": "3.0.0"
1201+ }
1202+ },
1203+ "vinyl": {
1204+ "version": "0.2.3",
1205+ "resolved": "https://registry.npmjs.org/vinyl/-/vinyl-0.2.3.tgz",
1206+ "integrity": "sha1-vKk4IJWC7FpJrVOKAPofEl5RMlI=",
1207+ "dev": true,
1208+ "requires": {
1209+ "clone-stats": "0.0.1"
1210+ }
1211+ },
1212+ "xtend": {
1213+ "version": "3.0.0",
1214+ "resolved": "https://registry.npmjs.org/xtend/-/xtend-3.0.0.tgz",
1215+ "integrity": "sha1-XM50B7r2Qsunvs2laBEcST9ZZlo=",
1216+ "dev": true
1217+ }
1218+ }
1219+ },
1220+ "gulp-concat": {
1221+ "version": "2.3.5",
1222+ "resolved": "https://registry.npmjs.org/gulp-concat/-/gulp-concat-2.3.5.tgz",
1223+ "integrity": "sha1-L+mMs9eBmXRN/A7LKV+5K/itjrQ=",
1224+ "dev": true,
1225+ "requires": {
1226+ "concat-with-sourcemaps": "0.1.6",
1227+ "gulp-util": "2.2.20",
1228+ "through": "2.3.8"
1229+ },
1230+ "dependencies": {
1231+ "dateformat": {
1232+ "version": "1.0.12",
1233+ "resolved": "https://registry.npmjs.org/dateformat/-/dateformat-1.0.12.tgz",
1234+ "integrity": "sha1-nxJLZ1lMk3/3BpMuSmQsyo27/uk=",
1235+ "dev": true,
1236+ "requires": {
1237+ "get-stdin": "4.0.1",
1238+ "meow": "3.7.0"
1239+ }
1240+ },
1241+ "gulp-util": {
1242+ "version": "2.2.20",
1243+ "resolved": "https://registry.npmjs.org/gulp-util/-/gulp-util-2.2.20.tgz",
1244+ "integrity": "sha1-1xRuVyiRC9jwR6awseVJvCLb1kw=",
1245+ "dev": true,
1246+ "requires": {
1247+ "chalk": "0.5.1",
1248+ "dateformat": "1.0.12",
1249+ "lodash._reinterpolate": "2.4.1",
1250+ "lodash.template": "2.4.1",
1251+ "minimist": "0.2.0",
1252+ "multipipe": "0.1.2",
1253+ "through2": "0.5.1",
1254+ "vinyl": "0.2.3"
1255+ }
1256+ },
1257+ "lodash._reinterpolate": {
1258+ "version": "2.4.1",
1259+ "resolved": "https://registry.npmjs.org/lodash._reinterpolate/-/lodash._reinterpolate-2.4.1.tgz",
1260+ "integrity": "sha1-TxInqlqHEfxjL1sHofRgequLMiI=",
1261+ "dev": true
1262+ },
1263+ "lodash.escape": {
1264+ "version": "2.4.1",
1265+ "resolved": "https://registry.npmjs.org/lodash.escape/-/lodash.escape-2.4.1.tgz",
1266+ "integrity": "sha1-LOEsXghNsKV92l5dHu659dF1o7Q=",
1267+ "dev": true,
1268+ "requires": {
1269+ "lodash._escapehtmlchar": "2.4.1",
1270+ "lodash._reunescapedhtml": "2.4.1",
1271+ "lodash.keys": "2.4.1"
1272+ }
1273+ },
1274+ "lodash.keys": {
1275+ "version": "2.4.1",
1276+ "resolved": "https://registry.npmjs.org/lodash.keys/-/lodash.keys-2.4.1.tgz",
1277+ "integrity": "sha1-SN6kbfj/djKxDXBrissmWR4rNyc=",
1278+ "dev": true,
1279+ "requires": {
1280+ "lodash._isnative": "2.4.1",
1281+ "lodash._shimkeys": "2.4.1",
1282+ "lodash.isobject": "2.4.1"
1283+ }
1284+ },
1285+ "lodash.template": {
1286+ "version": "2.4.1",
1287+ "resolved": "https://registry.npmjs.org/lodash.template/-/lodash.template-2.4.1.tgz",
1288+ "integrity": "sha1-nmEQB+32KRKal0qzxIuBez4c8g0=",
1289+ "dev": true,
1290+ "requires": {
1291+ "lodash._escapestringchar": "2.4.1",
1292+ "lodash._reinterpolate": "2.4.1",
1293+ "lodash.defaults": "2.4.1",
1294+ "lodash.escape": "2.4.1",
1295+ "lodash.keys": "2.4.1",
1296+ "lodash.templatesettings": "2.4.1",
1297+ "lodash.values": "2.4.1"
1298+ }
1299+ },
1300+ "lodash.templatesettings": {
1301+ "version": "2.4.1",
1302+ "resolved": "https://registry.npmjs.org/lodash.templatesettings/-/lodash.templatesettings-2.4.1.tgz",
1303+ "integrity": "sha1-6nbHXRHrhtTb6JqDiTu4YZKaxpk=",
1304+ "dev": true,
1305+ "requires": {
1306+ "lodash._reinterpolate": "2.4.1",
1307+ "lodash.escape": "2.4.1"
1308+ }
1309+ },
1310+ "minimist": {
1311+ "version": "0.2.0",
1312+ "resolved": "https://registry.npmjs.org/minimist/-/minimist-0.2.0.tgz",
1313+ "integrity": "sha1-Tf/lJdriuGTGbC4jxicdev3s784=",
1314+ "dev": true
1315+ },
1316+ "readable-stream": {
1317+ "version": "1.0.34",
1318+ "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-1.0.34.tgz",
1319+ "integrity": "sha1-Elgg40vIQtLyqq+v5MKRbuMsFXw=",
1320+ "dev": true,
1321+ "requires": {
1322+ "core-util-is": "1.0.2",
1323+ "inherits": "2.0.4",
1324+ "isarray": "0.0.1",
1325+ "string_decoder": "0.10.31"
1326+ }
1327+ },
1328+ "through2": {
1329+ "version": "0.5.1",
1330+ "resolved": "https://registry.npmjs.org/through2/-/through2-0.5.1.tgz",
1331+ "integrity": "sha1-390BLrnHAOIyP9M084rGIqs3Lac=",
1332+ "dev": true,
1333+ "requires": {
1334+ "readable-stream": "1.0.34",
1335+ "xtend": "3.0.0"
1336+ }
1337+ },
1338+ "vinyl": {
1339+ "version": "0.2.3",
1340+ "resolved": "https://registry.npmjs.org/vinyl/-/vinyl-0.2.3.tgz",
1341+ "integrity": "sha1-vKk4IJWC7FpJrVOKAPofEl5RMlI=",
1342+ "dev": true,
1343+ "requires": {
1344+ "clone-stats": "0.0.1"
1345+ }
1346+ },
1347+ "xtend": {
1348+ "version": "3.0.0",
1349+ "resolved": "https://registry.npmjs.org/xtend/-/xtend-3.0.0.tgz",
1350+ "integrity": "sha1-XM50B7r2Qsunvs2laBEcST9ZZlo=",
1351+ "dev": true
1352+ }
1353+ }
1354+ },
1355+ "gulp-csslint": {
1356+ "version": "0.1.5",
1357+ "resolved": "https://registry.npmjs.org/gulp-csslint/-/gulp-csslint-0.1.5.tgz",
1358+ "integrity": "sha1-Mwv7MEJduVu2Fx/kB2LOWyPftgg=",
1359+ "dev": true,
1360+ "requires": {
1361+ "csslint": "0.10.0",
1362+ "event-stream": "3.3.5",
1363+ "gulp-util": "3.0.8"
1364+ }
1365+ },
1366+ "gulp-csso": {
1367+ "version": "0.2.9",
1368+ "resolved": "https://registry.npmjs.org/gulp-csso/-/gulp-csso-0.2.9.tgz",
1369+ "integrity": "sha1-rpa950WbQWEuxpSkqHfAhI6d2PQ=",
1370+ "dev": true,
1371+ "requires": {
1372+ "bufferstreams": "0.0.2",
1373+ "csso": "1.3.12",
1374+ "gulp-util": "2.2.20"
1375+ },
1376+ "dependencies": {
1377+ "dateformat": {
1378+ "version": "1.0.12",
1379+ "resolved": "https://registry.npmjs.org/dateformat/-/dateformat-1.0.12.tgz",
1380+ "integrity": "sha1-nxJLZ1lMk3/3BpMuSmQsyo27/uk=",
1381+ "dev": true,
1382+ "requires": {
1383+ "get-stdin": "4.0.1",
1384+ "meow": "3.7.0"
1385+ }
1386+ },
1387+ "gulp-util": {
1388+ "version": "2.2.20",
1389+ "resolved": "https://registry.npmjs.org/gulp-util/-/gulp-util-2.2.20.tgz",
1390+ "integrity": "sha1-1xRuVyiRC9jwR6awseVJvCLb1kw=",
1391+ "dev": true,
1392+ "requires": {
1393+ "chalk": "0.5.1",
1394+ "dateformat": "1.0.12",
1395+ "lodash._reinterpolate": "2.4.1",
1396+ "lodash.template": "2.4.1",
1397+ "minimist": "0.2.0",
1398+ "multipipe": "0.1.2",
1399+ "through2": "0.5.1",
1400+ "vinyl": "0.2.3"
1401+ }
1402+ },
1403+ "lodash._reinterpolate": {
1404+ "version": "2.4.1",
1405+ "resolved": "https://registry.npmjs.org/lodash._reinterpolate/-/lodash._reinterpolate-2.4.1.tgz",
1406+ "integrity": "sha1-TxInqlqHEfxjL1sHofRgequLMiI=",
1407+ "dev": true
1408+ },
1409+ "lodash.escape": {
1410+ "version": "2.4.1",
1411+ "resolved": "https://registry.npmjs.org/lodash.escape/-/lodash.escape-2.4.1.tgz",
1412+ "integrity": "sha1-LOEsXghNsKV92l5dHu659dF1o7Q=",
1413+ "dev": true,
1414+ "requires": {
1415+ "lodash._escapehtmlchar": "2.4.1",
1416+ "lodash._reunescapedhtml": "2.4.1",
1417+ "lodash.keys": "2.4.1"
1418+ }
1419+ },
1420+ "lodash.keys": {
1421+ "version": "2.4.1",
1422+ "resolved": "https://registry.npmjs.org/lodash.keys/-/lodash.keys-2.4.1.tgz",
1423+ "integrity": "sha1-SN6kbfj/djKxDXBrissmWR4rNyc=",
1424+ "dev": true,
1425+ "requires": {
1426+ "lodash._isnative": "2.4.1",
1427+ "lodash._shimkeys": "2.4.1",
1428+ "lodash.isobject": "2.4.1"
1429+ }
1430+ },
1431+ "lodash.template": {
1432+ "version": "2.4.1",
1433+ "resolved": "https://registry.npmjs.org/lodash.template/-/lodash.template-2.4.1.tgz",
1434+ "integrity": "sha1-nmEQB+32KRKal0qzxIuBez4c8g0=",
1435+ "dev": true,
1436+ "requires": {
1437+ "lodash._escapestringchar": "2.4.1",
1438+ "lodash._reinterpolate": "2.4.1",
1439+ "lodash.defaults": "2.4.1",
1440+ "lodash.escape": "2.4.1",
1441+ "lodash.keys": "2.4.1",
1442+ "lodash.templatesettings": "2.4.1",
1443+ "lodash.values": "2.4.1"
1444+ }
1445+ },
1446+ "lodash.templatesettings": {
1447+ "version": "2.4.1",
1448+ "resolved": "https://registry.npmjs.org/lodash.templatesettings/-/lodash.templatesettings-2.4.1.tgz",
1449+ "integrity": "sha1-6nbHXRHrhtTb6JqDiTu4YZKaxpk=",
1450+ "dev": true,
1451+ "requires": {
1452+ "lodash._reinterpolate": "2.4.1",
1453+ "lodash.escape": "2.4.1"
1454+ }
1455+ },
1456+ "minimist": {
1457+ "version": "0.2.0",
1458+ "resolved": "https://registry.npmjs.org/minimist/-/minimist-0.2.0.tgz",
1459+ "integrity": "sha1-Tf/lJdriuGTGbC4jxicdev3s784=",
1460+ "dev": true
1461+ },
1462+ "readable-stream": {
1463+ "version": "1.0.34",
1464+ "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-1.0.34.tgz",
1465+ "integrity": "sha1-Elgg40vIQtLyqq+v5MKRbuMsFXw=",
1466+ "dev": true,
1467+ "requires": {
1468+ "core-util-is": "1.0.2",
1469+ "inherits": "2.0.4",
1470+ "isarray": "0.0.1",
1471+ "string_decoder": "0.10.31"
1472+ }
1473+ },
1474+ "through2": {
1475+ "version": "0.5.1",
1476+ "resolved": "https://registry.npmjs.org/through2/-/through2-0.5.1.tgz",
1477+ "integrity": "sha1-390BLrnHAOIyP9M084rGIqs3Lac=",
1478+ "dev": true,
1479+ "requires": {
1480+ "readable-stream": "1.0.34",
1481+ "xtend": "3.0.0"
1482+ }
1483+ },
1484+ "vinyl": {
1485+ "version": "0.2.3",
1486+ "resolved": "https://registry.npmjs.org/vinyl/-/vinyl-0.2.3.tgz",
1487+ "integrity": "sha1-vKk4IJWC7FpJrVOKAPofEl5RMlI=",
1488+ "dev": true,
1489+ "requires": {
1490+ "clone-stats": "0.0.1"
1491+ }
1492+ },
1493+ "xtend": {
1494+ "version": "3.0.0",
1495+ "resolved": "https://registry.npmjs.org/xtend/-/xtend-3.0.0.tgz",
1496+ "integrity": "sha1-XM50B7r2Qsunvs2laBEcST9ZZlo=",
1497+ "dev": true
1498+ }
1499+ }
1500+ },
1501+ "gulp-util": {
1502+ "version": "3.0.8",
1503+ "resolved": "https://registry.npmjs.org/gulp-util/-/gulp-util-3.0.8.tgz",
1504+ "integrity": "sha1-AFTh50RQLifATBh8PsxQXdVLu08=",
1505+ "dev": true,
1506+ "requires": {
1507+ "array-differ": "1.0.0",
1508+ "array-uniq": "1.0.3",
1509+ "beeper": "1.1.1",
1510+ "chalk": "1.1.3",
1511+ "dateformat": "2.2.0",
1512+ "fancy-log": "1.3.3",
1513+ "gulplog": "1.0.0",
1514+ "has-gulplog": "0.1.0",
1515+ "lodash._reescape": "3.0.0",
1516+ "lodash._reevaluate": "3.0.0",
1517+ "lodash._reinterpolate": "3.0.0",
1518+ "lodash.template": "3.6.2",
1519+ "minimist": "1.2.0",
1520+ "multipipe": "0.1.2",
1521+ "object-assign": "3.0.0",
1522+ "replace-ext": "0.0.1",
1523+ "through2": "2.0.5",
1524+ "vinyl": "0.5.3"
1525+ },
1526+ "dependencies": {
1527+ "ansi-regex": {
1528+ "version": "2.1.1",
1529+ "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz",
1530+ "integrity": "sha1-w7M6te42DYbg5ijwRorn7yfWVN8=",
1531+ "dev": true
1532+ },
1533+ "ansi-styles": {
1534+ "version": "2.2.1",
1535+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz",
1536+ "integrity": "sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4=",
1537+ "dev": true
1538+ },
1539+ "array-differ": {
1540+ "version": "1.0.0",
1541+ "resolved": "https://registry.npmjs.org/array-differ/-/array-differ-1.0.0.tgz",
1542+ "integrity": "sha1-7/UuN1gknTO+QCuLuOVkuytdQDE=",
1543+ "dev": true
1544+ },
1545+ "array-uniq": {
1546+ "version": "1.0.3",
1547+ "resolved": "https://registry.npmjs.org/array-uniq/-/array-uniq-1.0.3.tgz",
1548+ "integrity": "sha1-r2rId6Jcx/dOBYiUdThY39sk/bY=",
1549+ "dev": true
1550+ },
1551+ "chalk": {
1552+ "version": "1.1.3",
1553+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz",
1554+ "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=",
1555+ "dev": true,
1556+ "requires": {
1557+ "ansi-styles": "2.2.1",
1558+ "escape-string-regexp": "1.0.5",
1559+ "has-ansi": "2.0.0",
1560+ "strip-ansi": "3.0.1",
1561+ "supports-color": "2.0.0"
1562+ }
1563+ },
1564+ "has-ansi": {
1565+ "version": "2.0.0",
1566+ "resolved": "https://registry.npmjs.org/has-ansi/-/has-ansi-2.0.0.tgz",
1567+ "integrity": "sha1-NPUEnOHs3ysGSa8+8k5F7TVBbZE=",
1568+ "dev": true,
1569+ "requires": {
1570+ "ansi-regex": "2.1.1"
1571+ }
1572+ },
1573+ "strip-ansi": {
1574+ "version": "3.0.1",
1575+ "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz",
1576+ "integrity": "sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8=",
1577+ "dev": true,
1578+ "requires": {
1579+ "ansi-regex": "2.1.1"
1580+ }
1581+ },
1582+ "supports-color": {
1583+ "version": "2.0.0",
1584+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz",
1585+ "integrity": "sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=",
1586+ "dev": true
1587+ }
1588+ }
1589+ },
1590+ "gulplog": {
1591+ "version": "1.0.0",
1592+ "resolved": "https://registry.npmjs.org/gulplog/-/gulplog-1.0.0.tgz",
1593+ "integrity": "sha1-4oxNRdBey77YGDY86PnFkmIp/+U=",
1594+ "dev": true,
1595+ "requires": {
1596+ "glogg": "1.0.2"
1597+ }
1598+ },
1599+ "has-ansi": {
1600+ "version": "0.1.0",
1601+ "resolved": "https://registry.npmjs.org/has-ansi/-/has-ansi-0.1.0.tgz",
1602+ "integrity": "sha1-hPJlqujA5qiKEtcCKJS3VoiUxi4=",
1603+ "dev": true,
1604+ "requires": {
1605+ "ansi-regex": "0.2.1"
1606+ }
1607+ },
1608+ "has-gulplog": {
1609+ "version": "0.1.0",
1610+ "resolved": "https://registry.npmjs.org/has-gulplog/-/has-gulplog-0.1.0.tgz",
1611+ "integrity": "sha1-ZBTIKRNpfaUVkDl9r7EvIpZ4Ec4=",
1612+ "dev": true,
1613+ "requires": {
1614+ "sparkles": "1.0.1"
1615+ }
1616+ },
1617+ "has-value": {
1618+ "version": "1.0.0",
1619+ "resolved": "https://registry.npmjs.org/has-value/-/has-value-1.0.0.tgz",
1620+ "integrity": "sha1-GLKB2lhbHFxR3vJMkw7SmgvmsXc=",
1621+ "dev": true,
1622+ "requires": {
1623+ "get-value": "2.0.6",
1624+ "has-values": "1.0.0",
1625+ "isobject": "3.0.1"
1626+ }
1627+ },
1628+ "has-values": {
1629+ "version": "1.0.0",
1630+ "resolved": "https://registry.npmjs.org/has-values/-/has-values-1.0.0.tgz",
1631+ "integrity": "sha1-lbC2P+whRmGab+V/51Yo1aOe/k8=",
1632+ "dev": true,
1633+ "requires": {
1634+ "is-number": "3.0.0",
1635+ "kind-of": "4.0.0"
1636+ },
1637+ "dependencies": {
1638+ "kind-of": {
1639+ "version": "4.0.0",
1640+ "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-4.0.0.tgz",
1641+ "integrity": "sha1-IIE989cSkosgc3hpGkUGb65y3Vc=",
1642+ "dev": true,
1643+ "requires": {
1644+ "is-buffer": "1.1.6"
1645+ }
1646+ }
1647+ }
1648+ },
1649+ "homedir-polyfill": {
1650+ "version": "1.0.3",
1651+ "resolved": "https://registry.npmjs.org/homedir-polyfill/-/homedir-polyfill-1.0.3.tgz",
1652+ "integrity": "sha512-eSmmWE5bZTK2Nou4g0AI3zZ9rswp7GRKoKXS1BLUkvPviOqs4YTN1djQIqrXy9k5gEtdLPy86JjRwsNM9tnDcA==",
1653+ "dev": true,
1654+ "requires": {
1655+ "parse-passwd": "1.0.0"
1656+ }
1657+ },
1658+ "hosted-git-info": {
1659+ "version": "2.8.5",
1660+ "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.8.5.tgz",
1661+ "integrity": "sha512-kssjab8CvdXfcXMXVcvsXum4Hwdq9XGtRD3TteMEvEbq0LXyiNQr6AprqKqfeaDXze7SxWvRxdpwE6ku7ikLkg==",
1662+ "dev": true
1663+ },
1664+ "indent-string": {
1665+ "version": "2.1.0",
1666+ "resolved": "https://registry.npmjs.org/indent-string/-/indent-string-2.1.0.tgz",
1667+ "integrity": "sha1-ji1INIdCEhtKghi3oTfppSBJ3IA=",
1668+ "dev": true,
1669+ "requires": {
1670+ "repeating": "2.0.1"
1671+ }
1672+ },
1673+ "inflight": {
1674+ "version": "1.0.6",
1675+ "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz",
1676+ "integrity": "sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk=",
1677+ "dev": true,
1678+ "requires": {
1679+ "once": "1.4.0",
1680+ "wrappy": "1.0.2"
1681+ }
1682+ },
1683+ "inherits": {
1684+ "version": "2.0.4",
1685+ "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz",
1686+ "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==",
1687+ "dev": true
1688+ },
1689+ "ini": {
1690+ "version": "1.3.5",
1691+ "resolved": "https://registry.npmjs.org/ini/-/ini-1.3.5.tgz",
1692+ "integrity": "sha512-RZY5huIKCMRWDUqZlEi72f/lmXKMvuszcMBduliQ3nnWbx9X/ZBQO7DijMEYS9EhHBb2qacRUMtC7svLwe0lcw==",
1693+ "dev": true
1694+ },
1695+ "interpret": {
1696+ "version": "0.3.10",
1697+ "resolved": "https://registry.npmjs.org/interpret/-/interpret-0.3.10.tgz",
1698+ "integrity": "sha1-CIwl3nMcbFsRKpDwBxz69Fnlp7s=",
1699+ "dev": true
1700+ },
1701+ "is-absolute": {
1702+ "version": "1.0.0",
1703+ "resolved": "https://registry.npmjs.org/is-absolute/-/is-absolute-1.0.0.tgz",
1704+ "integrity": "sha512-dOWoqflvcydARa360Gvv18DZ/gRuHKi2NU/wU5X1ZFzdYfH29nkiNZsF3mp4OJ3H4yo9Mx8A/uAGNzpzPN3yBA==",
1705+ "dev": true,
1706+ "requires": {
1707+ "is-relative": "1.0.0",
1708+ "is-windows": "1.0.2"
1709+ }
1710+ },
1711+ "is-accessor-descriptor": {
1712+ "version": "0.1.6",
1713+ "resolved": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-0.1.6.tgz",
1714+ "integrity": "sha1-qeEss66Nh2cn7u84Q/igiXtcmNY=",
1715+ "dev": true,
1716+ "requires": {
1717+ "kind-of": "3.2.2"
1718+ },
1719+ "dependencies": {
1720+ "kind-of": {
1721+ "version": "3.2.2",
1722+ "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz",
1723+ "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=",
1724+ "dev": true,
1725+ "requires": {
1726+ "is-buffer": "1.1.6"
1727+ }
1728+ }
1729+ }
1730+ },
1731+ "is-arrayish": {
1732+ "version": "0.2.1",
1733+ "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz",
1734+ "integrity": "sha1-d8mYQFJ6qOyxqLppe4BkWnqSap0=",
1735+ "dev": true
1736+ },
1737+ "is-buffer": {
1738+ "version": "1.1.6",
1739+ "resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-1.1.6.tgz",
1740+ "integrity": "sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==",
1741+ "dev": true
1742+ },
1743+ "is-data-descriptor": {
1744+ "version": "0.1.4",
1745+ "resolved": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-0.1.4.tgz",
1746+ "integrity": "sha1-C17mSDiOLIYCgueT8YVv7D8wG1Y=",
1747+ "dev": true,
1748+ "requires": {
1749+ "kind-of": "3.2.2"
1750+ },
1751+ "dependencies": {
1752+ "kind-of": {
1753+ "version": "3.2.2",
1754+ "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz",
1755+ "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=",
1756+ "dev": true,
1757+ "requires": {
1758+ "is-buffer": "1.1.6"
1759+ }
1760+ }
1761+ }
1762+ },
1763+ "is-descriptor": {
1764+ "version": "0.1.6",
1765+ "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-0.1.6.tgz",
1766+ "integrity": "sha512-avDYr0SB3DwO9zsMov0gKCESFYqCnE4hq/4z3TdUlukEy5t9C0YRq7HLrsN52NAcqXKaepeCD0n+B0arnVG3Hg==",
1767+ "dev": true,
1768+ "requires": {
1769+ "is-accessor-descriptor": "0.1.6",
1770+ "is-data-descriptor": "0.1.4",
1771+ "kind-of": "5.1.0"
1772+ },
1773+ "dependencies": {
1774+ "kind-of": {
1775+ "version": "5.1.0",
1776+ "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-5.1.0.tgz",
1777+ "integrity": "sha512-NGEErnH6F2vUuXDh+OlbcKW7/wOcfdRHaZ7VWtqCztfHri/++YKmP51OdWeGPuqCOba6kk2OTe5d02VmTB80Pw==",
1778+ "dev": true
1779+ }
1780+ }
1781+ },
1782+ "is-extendable": {
1783+ "version": "0.1.1",
1784+ "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-0.1.1.tgz",
1785+ "integrity": "sha1-YrEQ4omkcUGOPsNqYX1HLjAd/Ik=",
1786+ "dev": true
1787+ },
1788+ "is-extglob": {
1789+ "version": "2.1.1",
1790+ "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz",
1791+ "integrity": "sha1-qIwCU1eR8C7TfHahueqXc8gz+MI=",
1792+ "dev": true
1793+ },
1794+ "is-finite": {
1795+ "version": "1.0.2",
1796+ "resolved": "https://registry.npmjs.org/is-finite/-/is-finite-1.0.2.tgz",
1797+ "integrity": "sha1-zGZ3aVYCvlUO8R6LSqYwU0K20Ko=",
1798+ "dev": true,
1799+ "requires": {
1800+ "number-is-nan": "1.0.1"
1801+ }
1802+ },
1803+ "is-glob": {
1804+ "version": "3.1.0",
1805+ "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-3.1.0.tgz",
1806+ "integrity": "sha1-e6WuJCF4BKxwcHuWkiVnSGzD6Eo=",
1807+ "dev": true,
1808+ "requires": {
1809+ "is-extglob": "2.1.1"
1810+ }
1811+ },
1812+ "is-number": {
1813+ "version": "3.0.0",
1814+ "resolved": "https://registry.npmjs.org/is-number/-/is-number-3.0.0.tgz",
1815+ "integrity": "sha1-JP1iAaR4LPUFYcgQJ2r8fRLXEZU=",
1816+ "dev": true,
1817+ "requires": {
1818+ "kind-of": "3.2.2"
1819+ },
1820+ "dependencies": {
1821+ "kind-of": {
1822+ "version": "3.2.2",
1823+ "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz",
1824+ "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=",
1825+ "dev": true,
1826+ "requires": {
1827+ "is-buffer": "1.1.6"
1828+ }
1829+ }
1830+ }
1831+ },
1832+ "is-path-cwd": {
1833+ "version": "1.0.0",
1834+ "resolved": "https://registry.npmjs.org/is-path-cwd/-/is-path-cwd-1.0.0.tgz",
1835+ "integrity": "sha1-0iXsIxMuie3Tj9p2dHLmLmXxEG0=",
1836+ "dev": true
1837+ },
1838+ "is-path-in-cwd": {
1839+ "version": "1.0.1",
1840+ "resolved": "https://registry.npmjs.org/is-path-in-cwd/-/is-path-in-cwd-1.0.1.tgz",
1841+ "integrity": "sha512-FjV1RTW48E7CWM7eE/J2NJvAEEVektecDBVBE5Hh3nM1Jd0kvhHtX68Pr3xsDf857xt3Y4AkwVULK1Vku62aaQ==",
1842+ "dev": true,
1843+ "requires": {
1844+ "is-path-inside": "1.0.1"
1845+ }
1846+ },
1847+ "is-path-inside": {
1848+ "version": "1.0.1",
1849+ "resolved": "https://registry.npmjs.org/is-path-inside/-/is-path-inside-1.0.1.tgz",
1850+ "integrity": "sha1-jvW33lBDej/cprToZe96pVy0gDY=",
1851+ "dev": true,
1852+ "requires": {
1853+ "path-is-inside": "1.0.2"
1854+ }
1855+ },
1856+ "is-plain-object": {
1857+ "version": "2.0.4",
1858+ "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-2.0.4.tgz",
1859+ "integrity": "sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==",
1860+ "dev": true,
1861+ "requires": {
1862+ "isobject": "3.0.1"
1863+ }
1864+ },
1865+ "is-relative": {
1866+ "version": "1.0.0",
1867+ "resolved": "https://registry.npmjs.org/is-relative/-/is-relative-1.0.0.tgz",
1868+ "integrity": "sha512-Kw/ReK0iqwKeu0MITLFuj0jbPAmEiOsIwyIXvvbfa6QfmN9pkD1M+8pdk7Rl/dTKbH34/XBFMbgD4iMJhLQbGA==",
1869+ "dev": true,
1870+ "requires": {
1871+ "is-unc-path": "1.0.0"
1872+ }
1873+ },
1874+ "is-unc-path": {
1875+ "version": "1.0.0",
1876+ "resolved": "https://registry.npmjs.org/is-unc-path/-/is-unc-path-1.0.0.tgz",
1877+ "integrity": "sha512-mrGpVd0fs7WWLfVsStvgF6iEJnbjDFZh9/emhRDcGWTduTfNHd9CHeUwH3gYIjdbwo4On6hunkztwOaAw0yllQ==",
1878+ "dev": true,
1879+ "requires": {
1880+ "unc-path-regex": "0.1.2"
1881+ }
1882+ },
1883+ "is-utf8": {
1884+ "version": "0.2.1",
1885+ "resolved": "https://registry.npmjs.org/is-utf8/-/is-utf8-0.2.1.tgz",
1886+ "integrity": "sha1-Sw2hRCEE0bM2NA6AeX6GXPOffXI=",
1887+ "dev": true
1888+ },
1889+ "is-windows": {
1890+ "version": "1.0.2",
1891+ "resolved": "https://registry.npmjs.org/is-windows/-/is-windows-1.0.2.tgz",
1892+ "integrity": "sha512-eXK1UInq2bPmjyX6e3VHIzMLobc4J94i4AWn+Hpq3OU5KkrRC96OAcR3PRJ/pGu6m8TRnBHP9dkXQVsT/COVIA==",
1893+ "dev": true
1894+ },
1895+ "isarray": {
1896+ "version": "0.0.1",
1897+ "resolved": "https://registry.npmjs.org/isarray/-/isarray-0.0.1.tgz",
1898+ "integrity": "sha1-ihis/Kmo9Bd+Cav8YDiTmwXR7t8=",
1899+ "dev": true
1900+ },
1901+ "isexe": {
1902+ "version": "2.0.0",
1903+ "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz",
1904+ "integrity": "sha1-6PvzdNxVb/iUehDcsFctYz8s+hA=",
1905+ "dev": true
1906+ },
1907+ "isobject": {
1908+ "version": "3.0.1",
1909+ "resolved": "https://registry.npmjs.org/isobject/-/isobject-3.0.1.tgz",
1910+ "integrity": "sha1-TkMekrEalzFjaqH5yNHMvP2reN8=",
1911+ "dev": true
1912+ },
1913+ "js-base64": {
1914+ "version": "2.1.9",
1915+ "resolved": "https://registry.npmjs.org/js-base64/-/js-base64-2.1.9.tgz",
1916+ "integrity": "sha1-8OgK4DmkvWVLXygfyT8EqRSn/M4=",
1917+ "dev": true
1918+ },
1919+ "jsonfile": {
1920+ "version": "1.2.0",
1921+ "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-1.2.0.tgz",
1922+ "integrity": "sha1-XzXWzZ+Ubsl7Wxg1P6nljfG4b2o=",
1923+ "dev": true
1924+ },
1925+ "kind-of": {
1926+ "version": "6.0.2",
1927+ "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-6.0.2.tgz",
1928+ "integrity": "sha512-s5kLOcnH0XqDO+FvuaLX8DDjZ18CGFk7VygH40QoKPUQhW4e2rvM0rwUq0t8IQDOwYSeLK01U90OjzBTme2QqA==",
1929+ "dev": true
1930+ },
1931+ "liftoff": {
1932+ "version": "2.5.0",
1933+ "resolved": "https://registry.npmjs.org/liftoff/-/liftoff-2.5.0.tgz",
1934+ "integrity": "sha1-IAkpG7Mc6oYbvxCnwVooyvdcMew=",
1935+ "dev": true,
1936+ "requires": {
1937+ "extend": "3.0.2",
1938+ "findup-sync": "2.0.0",
1939+ "fined": "1.2.0",
1940+ "flagged-respawn": "1.0.1",
1941+ "is-plain-object": "2.0.4",
1942+ "object.map": "1.0.1",
1943+ "rechoir": "0.6.2",
1944+ "resolve": "1.12.0"
1945+ }
1946+ },
1947+ "load-json-file": {
1948+ "version": "1.1.0",
1949+ "resolved": "https://registry.npmjs.org/load-json-file/-/load-json-file-1.1.0.tgz",
1950+ "integrity": "sha1-lWkFcI1YtLq0wiYbBPWfMcmTdMA=",
1951+ "dev": true,
1952+ "requires": {
1953+ "graceful-fs": "4.2.3",
1954+ "parse-json": "2.2.0",
1955+ "pify": "2.3.0",
1956+ "pinkie-promise": "2.0.1",
1957+ "strip-bom": "2.0.0"
1958+ },
1959+ "dependencies": {
1960+ "graceful-fs": {
1961+ "version": "4.2.3",
1962+ "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.3.tgz",
1963+ "integrity": "sha512-a30VEBm4PEdx1dRB7MFK7BejejvCvBronbLjht+sHuGYj8PHs7M/5Z+rt5lw551vZ7yfTCj4Vuyy3mSJytDWRQ==",
1964+ "dev": true
1965+ },
1966+ "strip-bom": {
1967+ "version": "2.0.0",
1968+ "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-2.0.0.tgz",
1969+ "integrity": "sha1-YhmoVhZSBJHzV4i9vxRHqZx+aw4=",
1970+ "dev": true,
1971+ "requires": {
1972+ "is-utf8": "0.2.1"
1973+ }
1974+ }
1975+ }
1976+ },
1977+ "lodash": {
1978+ "version": "1.0.2",
1979+ "resolved": "https://registry.npmjs.org/lodash/-/lodash-1.0.2.tgz",
1980+ "integrity": "sha1-j1dWDIO1n8JwvT1WG2kAQ0MOJVE=",
1981+ "dev": true
1982+ },
1983+ "lodash._basecopy": {
1984+ "version": "3.0.1",
1985+ "resolved": "https://registry.npmjs.org/lodash._basecopy/-/lodash._basecopy-3.0.1.tgz",
1986+ "integrity": "sha1-jaDmqHbPNEwK2KVIghEd08XHyjY=",
1987+ "dev": true
1988+ },
1989+ "lodash._basetostring": {
1990+ "version": "3.0.1",
1991+ "resolved": "https://registry.npmjs.org/lodash._basetostring/-/lodash._basetostring-3.0.1.tgz",
1992+ "integrity": "sha1-0YYdh3+CSlL2aYMtyvPuFVZqB9U=",
1993+ "dev": true
1994+ },
1995+ "lodash._basevalues": {
1996+ "version": "3.0.0",
1997+ "resolved": "https://registry.npmjs.org/lodash._basevalues/-/lodash._basevalues-3.0.0.tgz",
1998+ "integrity": "sha1-W3dXYoAr3j0yl1A+JjAIIP32Ybc=",
1999+ "dev": true
2000+ },
2001+ "lodash._escapehtmlchar": {
2002+ "version": "2.4.1",
2003+ "resolved": "https://registry.npmjs.org/lodash._escapehtmlchar/-/lodash._escapehtmlchar-2.4.1.tgz",
2004+ "integrity": "sha1-32fDu2t+jh6DGrSL+geVuSr+iZ0=",
2005+ "dev": true,
2006+ "requires": {
2007+ "lodash._htmlescapes": "2.4.1"
2008+ }
2009+ },
2010+ "lodash._escapestringchar": {
2011+ "version": "2.4.1",
2012+ "resolved": "https://registry.npmjs.org/lodash._escapestringchar/-/lodash._escapestringchar-2.4.1.tgz",
2013+ "integrity": "sha1-7P4iYYoq3lC/7qQ5N+Ud9m8O23I=",
2014+ "dev": true
2015+ },
2016+ "lodash._getnative": {
2017+ "version": "3.9.1",
2018+ "resolved": "https://registry.npmjs.org/lodash._getnative/-/lodash._getnative-3.9.1.tgz",
2019+ "integrity": "sha1-VwvH3t5G1hzc3mh9ZdPuy6o6r/U=",
2020+ "dev": true
2021+ },
2022+ "lodash._htmlescapes": {
2023+ "version": "2.4.1",
2024+ "resolved": "https://registry.npmjs.org/lodash._htmlescapes/-/lodash._htmlescapes-2.4.1.tgz",
2025+ "integrity": "sha1-MtFL8IRLbeb4tioFG09nwii2JMs=",
2026+ "dev": true
2027+ },
2028+ "lodash._isiterateecall": {
2029+ "version": "3.0.9",
2030+ "resolved": "https://registry.npmjs.org/lodash._isiterateecall/-/lodash._isiterateecall-3.0.9.tgz",
2031+ "integrity": "sha1-UgOte6Ql+uhCRg5pbbnPPmqsBXw=",
2032+ "dev": true
2033+ },
2034+ "lodash._isnative": {
2035+ "version": "2.4.1",
2036+ "resolved": "https://registry.npmjs.org/lodash._isnative/-/lodash._isnative-2.4.1.tgz",
2037+ "integrity": "sha1-PqZAS3hKe+g2x7V1gOHN95sUgyw=",
2038+ "dev": true
2039+ },
2040+ "lodash._objecttypes": {
2041+ "version": "2.4.1",
2042+ "resolved": "https://registry.npmjs.org/lodash._objecttypes/-/lodash._objecttypes-2.4.1.tgz",
2043+ "integrity": "sha1-fAt/admKH3ZSn4kLDNsbTf7BHBE=",
2044+ "dev": true
2045+ },
2046+ "lodash._reescape": {
2047+ "version": "3.0.0",
2048+ "resolved": "https://registry.npmjs.org/lodash._reescape/-/lodash._reescape-3.0.0.tgz",
2049+ "integrity": "sha1-Kx1vXf4HyKNVdT5fJ/rH8c3hYWo=",
2050+ "dev": true
2051+ },
2052+ "lodash._reevaluate": {
2053+ "version": "3.0.0",
2054+ "resolved": "https://registry.npmjs.org/lodash._reevaluate/-/lodash._reevaluate-3.0.0.tgz",
2055+ "integrity": "sha1-WLx0xAZklTrgsSTYBpltrKQx4u0=",
2056+ "dev": true
2057+ },
2058+ "lodash._reinterpolate": {
2059+ "version": "3.0.0",
2060+ "resolved": "https://registry.npmjs.org/lodash._reinterpolate/-/lodash._reinterpolate-3.0.0.tgz",
2061+ "integrity": "sha1-DM8tiRZq8Ds2Y8eWU4t1rG4RTZ0=",
2062+ "dev": true
2063+ },
2064+ "lodash._reunescapedhtml": {
2065+ "version": "2.4.1",
2066+ "resolved": "https://registry.npmjs.org/lodash._reunescapedhtml/-/lodash._reunescapedhtml-2.4.1.tgz",
2067+ "integrity": "sha1-dHxPxAED6zu4oJduVx96JlnpO6c=",
2068+ "dev": true,
2069+ "requires": {
2070+ "lodash._htmlescapes": "2.4.1",
2071+ "lodash.keys": "2.4.1"
2072+ },
2073+ "dependencies": {
2074+ "lodash.keys": {
2075+ "version": "2.4.1",
2076+ "resolved": "https://registry.npmjs.org/lodash.keys/-/lodash.keys-2.4.1.tgz",
2077+ "integrity": "sha1-SN6kbfj/djKxDXBrissmWR4rNyc=",
2078+ "dev": true,
2079+ "requires": {
2080+ "lodash._isnative": "2.4.1",
2081+ "lodash._shimkeys": "2.4.1",
2082+ "lodash.isobject": "2.4.1"
2083+ }
2084+ }
2085+ }
2086+ },
2087+ "lodash._root": {
2088+ "version": "3.0.1",
2089+ "resolved": "https://registry.npmjs.org/lodash._root/-/lodash._root-3.0.1.tgz",
2090+ "integrity": "sha1-+6HEUkwZ7ppfgTa0YJ8BfPTe1pI=",
2091+ "dev": true
2092+ },
2093+ "lodash._shimkeys": {
2094+ "version": "2.4.1",
2095+ "resolved": "https://registry.npmjs.org/lodash._shimkeys/-/lodash._shimkeys-2.4.1.tgz",
2096+ "integrity": "sha1-bpzJZm/wgfC1psl4uD4kLmlJ0gM=",
2097+ "dev": true,
2098+ "requires": {
2099+ "lodash._objecttypes": "2.4.1"
2100+ }
2101+ },
2102+ "lodash.defaults": {
2103+ "version": "2.4.1",
2104+ "resolved": "https://registry.npmjs.org/lodash.defaults/-/lodash.defaults-2.4.1.tgz",
2105+ "integrity": "sha1-p+iIXwXmiFEUS24SqPNngCa8TFQ=",
2106+ "dev": true,
2107+ "requires": {
2108+ "lodash._objecttypes": "2.4.1",
2109+ "lodash.keys": "2.4.1"
2110+ },
2111+ "dependencies": {
2112+ "lodash.keys": {
2113+ "version": "2.4.1",
2114+ "resolved": "https://registry.npmjs.org/lodash.keys/-/lodash.keys-2.4.1.tgz",
2115+ "integrity": "sha1-SN6kbfj/djKxDXBrissmWR4rNyc=",
2116+ "dev": true,
2117+ "requires": {
2118+ "lodash._isnative": "2.4.1",
2119+ "lodash._shimkeys": "2.4.1",
2120+ "lodash.isobject": "2.4.1"
2121+ }
2122+ }
2123+ }
2124+ },
2125+ "lodash.escape": {
2126+ "version": "3.2.0",
2127+ "resolved": "https://registry.npmjs.org/lodash.escape/-/lodash.escape-3.2.0.tgz",
2128+ "integrity": "sha1-mV7g3BjBtIzJLv+ucaEKq1tIdpg=",
2129+ "dev": true,
2130+ "requires": {
2131+ "lodash._root": "3.0.1"
2132+ }
2133+ },
2134+ "lodash.isarguments": {
2135+ "version": "3.1.0",
2136+ "resolved": "https://registry.npmjs.org/lodash.isarguments/-/lodash.isarguments-3.1.0.tgz",
2137+ "integrity": "sha1-L1c9hcaiQon/AGY7SRwdM4/zRYo=",
2138+ "dev": true
2139+ },
2140+ "lodash.isarray": {
2141+ "version": "3.0.4",
2142+ "resolved": "https://registry.npmjs.org/lodash.isarray/-/lodash.isarray-3.0.4.tgz",
2143+ "integrity": "sha1-eeTriMNqgSKvhvhEqpvNhRtfu1U=",
2144+ "dev": true
2145+ },
2146+ "lodash.isobject": {
2147+ "version": "2.4.1",
2148+ "resolved": "https://registry.npmjs.org/lodash.isobject/-/lodash.isobject-2.4.1.tgz",
2149+ "integrity": "sha1-Wi5H/mmVPx7mMafrof5k0tBlWPU=",
2150+ "dev": true,
2151+ "requires": {
2152+ "lodash._objecttypes": "2.4.1"
2153+ }
2154+ },
2155+ "lodash.keys": {
2156+ "version": "3.1.2",
2157+ "resolved": "https://registry.npmjs.org/lodash.keys/-/lodash.keys-3.1.2.tgz",
2158+ "integrity": "sha1-TbwEcrFWvlCgsoaFXRvQsMZWCYo=",
2159+ "dev": true,
2160+ "requires": {
2161+ "lodash._getnative": "3.9.1",
2162+ "lodash.isarguments": "3.1.0",
2163+ "lodash.isarray": "3.0.4"
2164+ }
2165+ },
2166+ "lodash.restparam": {
2167+ "version": "3.6.1",
2168+ "resolved": "https://registry.npmjs.org/lodash.restparam/-/lodash.restparam-3.6.1.tgz",
2169+ "integrity": "sha1-k2pOMJ7zMKdkXtQUWYbIWuWyCAU=",
2170+ "dev": true
2171+ },
2172+ "lodash.template": {
2173+ "version": "3.6.2",
2174+ "resolved": "https://registry.npmjs.org/lodash.template/-/lodash.template-3.6.2.tgz",
2175+ "integrity": "sha1-+M3sxhaaJVvpCYrosMU9N4kx0U8=",
2176+ "dev": true,
2177+ "requires": {
2178+ "lodash._basecopy": "3.0.1",
2179+ "lodash._basetostring": "3.0.1",
2180+ "lodash._basevalues": "3.0.0",
2181+ "lodash._isiterateecall": "3.0.9",
2182+ "lodash._reinterpolate": "3.0.0",
2183+ "lodash.escape": "3.2.0",
2184+ "lodash.keys": "3.1.2",
2185+ "lodash.restparam": "3.6.1",
2186+ "lodash.templatesettings": "3.1.1"
2187+ }
2188+ },
2189+ "lodash.templatesettings": {
2190+ "version": "3.1.1",
2191+ "resolved": "https://registry.npmjs.org/lodash.templatesettings/-/lodash.templatesettings-3.1.1.tgz",
2192+ "integrity": "sha1-+zB4RHU7Zrnxr6VOJix0UwfbqOU=",
2193+ "dev": true,
2194+ "requires": {
2195+ "lodash._reinterpolate": "3.0.0",
2196+ "lodash.escape": "3.2.0"
2197+ }
2198+ },
2199+ "lodash.values": {
2200+ "version": "2.4.1",
2201+ "resolved": "https://registry.npmjs.org/lodash.values/-/lodash.values-2.4.1.tgz",
2202+ "integrity": "sha1-q/UUQ2s8twUAFieXjLzzCxKA7qQ=",
2203+ "dev": true,
2204+ "requires": {
2205+ "lodash.keys": "2.4.1"
2206+ },
2207+ "dependencies": {
2208+ "lodash.keys": {
2209+ "version": "2.4.1",
2210+ "resolved": "https://registry.npmjs.org/lodash.keys/-/lodash.keys-2.4.1.tgz",
2211+ "integrity": "sha1-SN6kbfj/djKxDXBrissmWR4rNyc=",
2212+ "dev": true,
2213+ "requires": {
2214+ "lodash._isnative": "2.4.1",
2215+ "lodash._shimkeys": "2.4.1",
2216+ "lodash.isobject": "2.4.1"
2217+ }
2218+ }
2219+ }
2220+ },
2221+ "loud-rejection": {
2222+ "version": "1.6.0",
2223+ "resolved": "https://registry.npmjs.org/loud-rejection/-/loud-rejection-1.6.0.tgz",
2224+ "integrity": "sha1-W0b4AUft7leIcPCG0Eghz5mOVR8=",
2225+ "dev": true,
2226+ "requires": {
2227+ "currently-unhandled": "0.4.1",
2228+ "signal-exit": "3.0.2"
2229+ }
2230+ },
2231+ "lru-cache": {
2232+ "version": "2.7.3",
2233+ "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-2.7.3.tgz",
2234+ "integrity": "sha1-bUUk6LlV+V1PW1iFHOId1y+06VI=",
2235+ "dev": true
2236+ },
2237+ "make-iterator": {
2238+ "version": "1.0.1",
2239+ "resolved": "https://registry.npmjs.org/make-iterator/-/make-iterator-1.0.1.tgz",
2240+ "integrity": "sha512-pxiuXh0iVEq7VM7KMIhs5gxsfxCux2URptUQaXo4iZZJxBAzTPOLE2BumO5dbfVYq/hBJFBR/a1mFDmOx5AGmw==",
2241+ "dev": true,
2242+ "requires": {
2243+ "kind-of": "6.0.2"
2244+ }
2245+ },
2246+ "map-cache": {
2247+ "version": "0.2.2",
2248+ "resolved": "https://registry.npmjs.org/map-cache/-/map-cache-0.2.2.tgz",
2249+ "integrity": "sha1-wyq9C9ZSXZsFFkW7TyasXcmKDb8=",
2250+ "dev": true
2251+ },
2252+ "map-obj": {
2253+ "version": "1.0.1",
2254+ "resolved": "https://registry.npmjs.org/map-obj/-/map-obj-1.0.1.tgz",
2255+ "integrity": "sha1-2TPOuSBdgr3PSIb2dCvcK03qFG0=",
2256+ "dev": true
2257+ },
2258+ "map-stream": {
2259+ "version": "0.0.7",
2260+ "resolved": "https://registry.npmjs.org/map-stream/-/map-stream-0.0.7.tgz",
2261+ "integrity": "sha1-ih8HiW2CsQkmvTdEokIACfiJdKg=",
2262+ "dev": true
2263+ },
2264+ "map-visit": {
2265+ "version": "1.0.0",
2266+ "resolved": "https://registry.npmjs.org/map-visit/-/map-visit-1.0.0.tgz",
2267+ "integrity": "sha1-7Nyo8TFE5mDxtb1B8S80edmN+48=",
2268+ "dev": true,
2269+ "requires": {
2270+ "object-visit": "1.0.1"
2271+ }
2272+ },
2273+ "meow": {
2274+ "version": "3.7.0",
2275+ "resolved": "https://registry.npmjs.org/meow/-/meow-3.7.0.tgz",
2276+ "integrity": "sha1-cstmi0JSKCkKu/qFaJJYcwioAfs=",
2277+ "dev": true,
2278+ "requires": {
2279+ "camelcase-keys": "2.1.0",
2280+ "decamelize": "1.2.0",
2281+ "loud-rejection": "1.6.0",
2282+ "map-obj": "1.0.1",
2283+ "minimist": "1.2.0",
2284+ "normalize-package-data": "2.5.0",
2285+ "object-assign": "4.1.1",
2286+ "read-pkg-up": "1.0.1",
2287+ "redent": "1.0.0",
2288+ "trim-newlines": "1.0.0"
2289+ },
2290+ "dependencies": {
2291+ "object-assign": {
2292+ "version": "4.1.1",
2293+ "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz",
2294+ "integrity": "sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM=",
2295+ "dev": true
2296+ }
2297+ }
2298+ },
2299+ "micromatch": {
2300+ "version": "3.1.10",
2301+ "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-3.1.10.tgz",
2302+ "integrity": "sha512-MWikgl9n9M3w+bpsY3He8L+w9eF9338xRl8IAO5viDizwSzziFEyUzo2xrrloB64ADbTf8uA8vRqqttDTOmccg==",
2303+ "dev": true,
2304+ "requires": {
2305+ "arr-diff": "4.0.0",
2306+ "array-unique": "0.3.2",
2307+ "braces": "2.3.2",
2308+ "define-property": "2.0.2",
2309+ "extend-shallow": "3.0.2",
2310+ "extglob": "2.0.4",
2311+ "fragment-cache": "0.2.1",
2312+ "kind-of": "6.0.2",
2313+ "nanomatch": "1.2.13",
2314+ "object.pick": "1.3.0",
2315+ "regex-not": "1.0.2",
2316+ "snapdragon": "0.8.2",
2317+ "to-regex": "3.0.2"
2318+ }
2319+ },
2320+ "minimatch": {
2321+ "version": "2.0.10",
2322+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-2.0.10.tgz",
2323+ "integrity": "sha1-jQh8OcazjAAbl/ynzm0OHoCvusc=",
2324+ "dev": true,
2325+ "requires": {
2326+ "brace-expansion": "1.1.11"
2327+ }
2328+ },
2329+ "minimist": {
2330+ "version": "1.2.0",
2331+ "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.0.tgz",
2332+ "integrity": "sha1-o1AIsg9BOD7sH7kU9M1d95omQoQ=",
2333+ "dev": true
2334+ },
2335+ "mixin-deep": {
2336+ "version": "1.3.2",
2337+ "resolved": "https://registry.npmjs.org/mixin-deep/-/mixin-deep-1.3.2.tgz",
2338+ "integrity": "sha512-WRoDn//mXBiJ1H40rqa3vH0toePwSsGb45iInWlTySa+Uu4k3tYUSxa2v1KqAiLtvlrSzaExqS1gtk96A9zvEA==",
2339+ "dev": true,
2340+ "requires": {
2341+ "for-in": "1.0.2",
2342+ "is-extendable": "1.0.1"
2343+ },
2344+ "dependencies": {
2345+ "is-extendable": {
2346+ "version": "1.0.1",
2347+ "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-1.0.1.tgz",
2348+ "integrity": "sha512-arnXMxT1hhoKo9k1LZdmlNyJdDDfy2v0fXjFlmok4+i8ul/6WlbVge9bhM74OpNPQPMGUToDtz+KXa1PneJxOA==",
2349+ "dev": true,
2350+ "requires": {
2351+ "is-plain-object": "2.0.4"
2352+ }
2353+ }
2354+ }
2355+ },
2356+ "mkdirp": {
2357+ "version": "0.5.1",
2358+ "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.1.tgz",
2359+ "integrity": "sha1-MAV0OOrGz3+MR2fzhkjWaX11yQM=",
2360+ "dev": true,
2361+ "requires": {
2362+ "minimist": "0.0.8"
2363+ },
2364+ "dependencies": {
2365+ "minimist": {
2366+ "version": "0.0.8",
2367+ "resolved": "https://registry.npmjs.org/minimist/-/minimist-0.0.8.tgz",
2368+ "integrity": "sha1-hX/Kv8M5fSYluCKCYuhqp6ARsF0=",
2369+ "dev": true
2370+ }
2371+ }
2372+ },
2373+ "ms": {
2374+ "version": "2.0.0",
2375+ "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz",
2376+ "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=",
2377+ "dev": true
2378+ },
2379+ "multipipe": {
2380+ "version": "0.1.2",
2381+ "resolved": "https://registry.npmjs.org/multipipe/-/multipipe-0.1.2.tgz",
2382+ "integrity": "sha1-Ko8t33Du1WTf8tV/HhoTfZ8FB4s=",
2383+ "dev": true,
2384+ "requires": {
2385+ "duplexer2": "0.0.2"
2386+ }
2387+ },
2388+ "nanomatch": {
2389+ "version": "1.2.13",
2390+ "resolved": "https://registry.npmjs.org/nanomatch/-/nanomatch-1.2.13.tgz",
2391+ "integrity": "sha512-fpoe2T0RbHwBTBUOftAfBPaDEi06ufaUai0mE6Yn1kacc3SnTErfb/h+X94VXzI64rKFHYImXSvdwGGCmwOqCA==",
2392+ "dev": true,
2393+ "requires": {
2394+ "arr-diff": "4.0.0",
2395+ "array-unique": "0.3.2",
2396+ "define-property": "2.0.2",
2397+ "extend-shallow": "3.0.2",
2398+ "fragment-cache": "0.2.1",
2399+ "is-windows": "1.0.2",
2400+ "kind-of": "6.0.2",
2401+ "object.pick": "1.3.0",
2402+ "regex-not": "1.0.2",
2403+ "snapdragon": "0.8.2",
2404+ "to-regex": "3.0.2"
2405+ }
2406+ },
2407+ "natives": {
2408+ "version": "1.1.6",
2409+ "resolved": "https://registry.npmjs.org/natives/-/natives-1.1.6.tgz",
2410+ "integrity": "sha512-6+TDFewD4yxY14ptjKaS63GVdtKiES1pTPyxn9Jb0rBqPMZ7VcCiooEhPNsr+mqHtMGxa/5c/HhcC4uPEUw/nA==",
2411+ "dev": true
2412+ },
2413+ "ncp": {
2414+ "version": "0.5.1",
2415+ "resolved": "https://registry.npmjs.org/ncp/-/ncp-0.5.1.tgz",
2416+ "integrity": "sha1-dDmFMW49tFkoG1hxaehFc1oFQ58=",
2417+ "dev": true
2418+ },
2419+ "normalize-package-data": {
2420+ "version": "2.5.0",
2421+ "resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-2.5.0.tgz",
2422+ "integrity": "sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA==",
2423+ "dev": true,
2424+ "requires": {
2425+ "hosted-git-info": "2.8.5",
2426+ "resolve": "1.12.0",
2427+ "semver": "4.3.6",
2428+ "validate-npm-package-license": "3.0.4"
2429+ }
2430+ },
2431+ "number-is-nan": {
2432+ "version": "1.0.1",
2433+ "resolved": "https://registry.npmjs.org/number-is-nan/-/number-is-nan-1.0.1.tgz",
2434+ "integrity": "sha1-CXtgK1NCKlIsGvuHkDGDNpQaAR0=",
2435+ "dev": true
2436+ },
2437+ "object-assign": {
2438+ "version": "3.0.0",
2439+ "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-3.0.0.tgz",
2440+ "integrity": "sha1-m+3VygiXlJvKR+f/QIBi1Un1h/I=",
2441+ "dev": true
2442+ },
2443+ "object-copy": {
2444+ "version": "0.1.0",
2445+ "resolved": "https://registry.npmjs.org/object-copy/-/object-copy-0.1.0.tgz",
2446+ "integrity": "sha1-fn2Fi3gb18mRpBupde04EnVOmYw=",
2447+ "dev": true,
2448+ "requires": {
2449+ "copy-descriptor": "0.1.1",
2450+ "define-property": "0.2.5",
2451+ "kind-of": "3.2.2"
2452+ },
2453+ "dependencies": {
2454+ "define-property": {
2455+ "version": "0.2.5",
2456+ "resolved": "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz",
2457+ "integrity": "sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY=",
2458+ "dev": true,
2459+ "requires": {
2460+ "is-descriptor": "0.1.6"
2461+ }
2462+ },
2463+ "kind-of": {
2464+ "version": "3.2.2",
2465+ "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz",
2466+ "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=",
2467+ "dev": true,
2468+ "requires": {
2469+ "is-buffer": "1.1.6"
2470+ }
2471+ }
2472+ }
2473+ },
2474+ "object-visit": {
2475+ "version": "1.0.1",
2476+ "resolved": "https://registry.npmjs.org/object-visit/-/object-visit-1.0.1.tgz",
2477+ "integrity": "sha1-95xEk68MU3e1n+OdOV5BBC3QRbs=",
2478+ "dev": true,
2479+ "requires": {
2480+ "isobject": "3.0.1"
2481+ }
2482+ },
2483+ "object.defaults": {
2484+ "version": "1.1.0",
2485+ "resolved": "https://registry.npmjs.org/object.defaults/-/object.defaults-1.1.0.tgz",
2486+ "integrity": "sha1-On+GgzS0B96gbaFtiNXNKeQ1/s8=",
2487+ "dev": true,
2488+ "requires": {
2489+ "array-each": "1.0.1",
2490+ "array-slice": "1.1.0",
2491+ "for-own": "1.0.0",
2492+ "isobject": "3.0.1"
2493+ }
2494+ },
2495+ "object.map": {
2496+ "version": "1.0.1",
2497+ "resolved": "https://registry.npmjs.org/object.map/-/object.map-1.0.1.tgz",
2498+ "integrity": "sha1-z4Plncj8wK1fQlDh94s7gb2AHTc=",
2499+ "dev": true,
2500+ "requires": {
2501+ "for-own": "1.0.0",
2502+ "make-iterator": "1.0.1"
2503+ }
2504+ },
2505+ "object.pick": {
2506+ "version": "1.3.0",
2507+ "resolved": "https://registry.npmjs.org/object.pick/-/object.pick-1.3.0.tgz",
2508+ "integrity": "sha1-h6EKxMFpS9Lhy/U1kaZhQftd10c=",
2509+ "dev": true,
2510+ "requires": {
2511+ "isobject": "3.0.1"
2512+ }
2513+ },
2514+ "once": {
2515+ "version": "1.4.0",
2516+ "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz",
2517+ "integrity": "sha1-WDsap3WWHUsROsF9nFC6753Xa9E=",
2518+ "dev": true,
2519+ "requires": {
2520+ "wrappy": "1.0.2"
2521+ }
2522+ },
2523+ "onetime": {
2524+ "version": "1.1.0",
2525+ "resolved": "https://registry.npmjs.org/onetime/-/onetime-1.1.0.tgz",
2526+ "integrity": "sha1-ofeDj4MUxRbwXs78vEzP4EtO14k=",
2527+ "dev": true
2528+ },
2529+ "orchestrator": {
2530+ "version": "0.3.8",
2531+ "resolved": "https://registry.npmjs.org/orchestrator/-/orchestrator-0.3.8.tgz",
2532+ "integrity": "sha1-FOfp4nZPcxX7rBhOUGx6pt+UrX4=",
2533+ "dev": true,
2534+ "requires": {
2535+ "end-of-stream": "0.1.5",
2536+ "sequencify": "0.0.7",
2537+ "stream-consume": "0.1.1"
2538+ }
2539+ },
2540+ "ordered-read-streams": {
2541+ "version": "0.1.0",
2542+ "resolved": "https://registry.npmjs.org/ordered-read-streams/-/ordered-read-streams-0.1.0.tgz",
2543+ "integrity": "sha1-/VZamvjrRHO6abbtijQ1LLVS8SY=",
2544+ "dev": true
2545+ },
2546+ "os-homedir": {
2547+ "version": "1.0.2",
2548+ "resolved": "https://registry.npmjs.org/os-homedir/-/os-homedir-1.0.2.tgz",
2549+ "integrity": "sha1-/7xJiDNuDoM94MFox+8VISGqf7M=",
2550+ "dev": true
2551+ },
2552+ "parse-filepath": {
2553+ "version": "1.0.2",
2554+ "resolved": "https://registry.npmjs.org/parse-filepath/-/parse-filepath-1.0.2.tgz",
2555+ "integrity": "sha1-pjISf1Oq89FYdvWHLz/6x2PWyJE=",
2556+ "dev": true,
2557+ "requires": {
2558+ "is-absolute": "1.0.0",
2559+ "map-cache": "0.2.2",
2560+ "path-root": "0.1.1"
2561+ }
2562+ },
2563+ "parse-json": {
2564+ "version": "2.2.0",
2565+ "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-2.2.0.tgz",
2566+ "integrity": "sha1-9ID0BDTvgHQfhGkJn43qGPVaTck=",
2567+ "dev": true,
2568+ "requires": {
2569+ "error-ex": "1.3.2"
2570+ }
2571+ },
2572+ "parse-node-version": {
2573+ "version": "1.0.1",
2574+ "resolved": "https://registry.npmjs.org/parse-node-version/-/parse-node-version-1.0.1.tgz",
2575+ "integrity": "sha512-3YHlOa/JgH6Mnpr05jP9eDG254US9ek25LyIxZlDItp2iJtwyaXQb57lBYLdT3MowkUFYEV2XXNAYIPlESvJlA==",
2576+ "dev": true
2577+ },
2578+ "parse-passwd": {
2579+ "version": "1.0.0",
2580+ "resolved": "https://registry.npmjs.org/parse-passwd/-/parse-passwd-1.0.0.tgz",
2581+ "integrity": "sha1-bVuTSkVpk7I9N/QKOC1vFmao5cY=",
2582+ "dev": true
2583+ },
2584+ "parserlib": {
2585+ "version": "0.2.5",
2586+ "resolved": "https://registry.npmjs.org/parserlib/-/parserlib-0.2.5.tgz",
2587+ "integrity": "sha1-hZB92GBaoGq7PdKV1QuyuPpN0Rc=",
2588+ "dev": true
2589+ },
2590+ "pascalcase": {
2591+ "version": "0.1.1",
2592+ "resolved": "https://registry.npmjs.org/pascalcase/-/pascalcase-0.1.1.tgz",
2593+ "integrity": "sha1-s2PlXoAGym/iF4TS2yK9FdeRfxQ=",
2594+ "dev": true
2595+ },
2596+ "path-exists": {
2597+ "version": "2.1.0",
2598+ "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-2.1.0.tgz",
2599+ "integrity": "sha1-D+tsZPD8UY2adU3V77YscCJ2H0s=",
2600+ "dev": true,
2601+ "requires": {
2602+ "pinkie-promise": "2.0.1"
2603+ }
2604+ },
2605+ "path-is-absolute": {
2606+ "version": "1.0.1",
2607+ "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz",
2608+ "integrity": "sha1-F0uSaHNVNP+8es5r9TpanhtcX18=",
2609+ "dev": true
2610+ },
2611+ "path-is-inside": {
2612+ "version": "1.0.2",
2613+ "resolved": "https://registry.npmjs.org/path-is-inside/-/path-is-inside-1.0.2.tgz",
2614+ "integrity": "sha1-NlQX3t5EQw0cEa9hAn+s8HS9/FM=",
2615+ "dev": true
2616+ },
2617+ "path-parse": {
2618+ "version": "1.0.6",
2619+ "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.6.tgz",
2620+ "integrity": "sha512-GSmOT2EbHrINBf9SR7CDELwlJ8AENk3Qn7OikK4nFYAu3Ote2+JYNVvkpAEQm3/TLNEJFD/xZJjzyxg3KBWOzw==",
2621+ "dev": true
2622+ },
2623+ "path-root": {
2624+ "version": "0.1.1",
2625+ "resolved": "https://registry.npmjs.org/path-root/-/path-root-0.1.1.tgz",
2626+ "integrity": "sha1-mkpoFMrBwM1zNgqV8yCDyOpHRbc=",
2627+ "dev": true,
2628+ "requires": {
2629+ "path-root-regex": "0.1.2"
2630+ }
2631+ },
2632+ "path-root-regex": {
2633+ "version": "0.1.2",
2634+ "resolved": "https://registry.npmjs.org/path-root-regex/-/path-root-regex-0.1.2.tgz",
2635+ "integrity": "sha1-v8zcjfWxLcUsi0PsONGNcsBLqW0=",
2636+ "dev": true
2637+ },
2638+ "path-type": {
2639+ "version": "1.1.0",
2640+ "resolved": "https://registry.npmjs.org/path-type/-/path-type-1.1.0.tgz",
2641+ "integrity": "sha1-WcRPfuSR2nBNpBXaWkBwuk+P5EE=",
2642+ "dev": true,
2643+ "requires": {
2644+ "graceful-fs": "4.2.3",
2645+ "pify": "2.3.0",
2646+ "pinkie-promise": "2.0.1"
2647+ },
2648+ "dependencies": {
2649+ "graceful-fs": {
2650+ "version": "4.2.3",
2651+ "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.3.tgz",
2652+ "integrity": "sha512-a30VEBm4PEdx1dRB7MFK7BejejvCvBronbLjht+sHuGYj8PHs7M/5Z+rt5lw551vZ7yfTCj4Vuyy3mSJytDWRQ==",
2653+ "dev": true
2654+ }
2655+ }
2656+ },
2657+ "pause-stream": {
2658+ "version": "0.0.11",
2659+ "resolved": "https://registry.npmjs.org/pause-stream/-/pause-stream-0.0.11.tgz",
2660+ "integrity": "sha1-/lo0sMvOErWqaitAPuLnO2AvFEU=",
2661+ "dev": true,
2662+ "requires": {
2663+ "through": "2.3.8"
2664+ }
2665+ },
2666+ "pify": {
2667+ "version": "2.3.0",
2668+ "resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz",
2669+ "integrity": "sha1-7RQaasBDqEnqWISY59yosVMw6Qw=",
2670+ "dev": true
2671+ },
2672+ "pinkie": {
2673+ "version": "2.0.4",
2674+ "resolved": "https://registry.npmjs.org/pinkie/-/pinkie-2.0.4.tgz",
2675+ "integrity": "sha1-clVrgM+g1IqXToDnckjoDtT3+HA=",
2676+ "dev": true
2677+ },
2678+ "pinkie-promise": {
2679+ "version": "2.0.1",
2680+ "resolved": "https://registry.npmjs.org/pinkie-promise/-/pinkie-promise-2.0.1.tgz",
2681+ "integrity": "sha1-ITXW36ejWMBprJsXh3YogihFD/o=",
2682+ "dev": true,
2683+ "requires": {
2684+ "pinkie": "2.0.4"
2685+ }
2686+ },
2687+ "posix-character-classes": {
2688+ "version": "0.1.1",
2689+ "resolved": "https://registry.npmjs.org/posix-character-classes/-/posix-character-classes-0.1.1.tgz",
2690+ "integrity": "sha1-AerA/jta9xoqbAL+q7jB/vfgDqs=",
2691+ "dev": true
2692+ },
2693+ "postcss": {
2694+ "version": "2.1.2",
2695+ "resolved": "https://registry.npmjs.org/postcss/-/postcss-2.1.2.tgz",
2696+ "integrity": "sha1-DvEfr1RRhauIBC2kzBIK/dVlIzo=",
2697+ "dev": true,
2698+ "requires": {
2699+ "js-base64": "2.1.9",
2700+ "source-map": "0.1.43"
2701+ },
2702+ "dependencies": {
2703+ "source-map": {
2704+ "version": "0.1.43",
2705+ "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.1.43.tgz",
2706+ "integrity": "sha1-wkvBRspRfBRx9drL4lcbK3+eM0Y=",
2707+ "dev": true,
2708+ "requires": {
2709+ "amdefine": "1.0.1"
2710+ }
2711+ }
2712+ }
2713+ },
2714+ "pretty-hrtime": {
2715+ "version": "0.2.2",
2716+ "resolved": "https://registry.npmjs.org/pretty-hrtime/-/pretty-hrtime-0.2.2.tgz",
2717+ "integrity": "sha1-1P2INR46R0H4Fzr31qS4RvmJXAA=",
2718+ "dev": true
2719+ },
2720+ "process-nextick-args": {
2721+ "version": "2.0.1",
2722+ "resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.1.tgz",
2723+ "integrity": "sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==",
2724+ "dev": true
2725+ },
2726+ "read-pkg": {
2727+ "version": "1.1.0",
2728+ "resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-1.1.0.tgz",
2729+ "integrity": "sha1-9f+qXs0pyzHAR0vKfXVra7KePyg=",
2730+ "dev": true,
2731+ "requires": {
2732+ "load-json-file": "1.1.0",
2733+ "normalize-package-data": "2.5.0",
2734+ "path-type": "1.1.0"
2735+ }
2736+ },
2737+ "read-pkg-up": {
2738+ "version": "1.0.1",
2739+ "resolved": "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-1.0.1.tgz",
2740+ "integrity": "sha1-nWPBMnbAZZGNV/ACpX9AobZD+wI=",
2741+ "dev": true,
2742+ "requires": {
2743+ "find-up": "1.1.2",
2744+ "read-pkg": "1.1.0"
2745+ }
2746+ },
2747+ "readable-stream": {
2748+ "version": "1.1.14",
2749+ "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-1.1.14.tgz",
2750+ "integrity": "sha1-fPTFTvZI44EwhMY23SB54WbAgdk=",
2751+ "dev": true,
2752+ "requires": {
2753+ "core-util-is": "1.0.2",
2754+ "inherits": "2.0.4",
2755+ "isarray": "0.0.1",
2756+ "string_decoder": "0.10.31"
2757+ }
2758+ },
2759+ "rechoir": {
2760+ "version": "0.6.2",
2761+ "resolved": "https://registry.npmjs.org/rechoir/-/rechoir-0.6.2.tgz",
2762+ "integrity": "sha1-hSBLVNuoLVdC4oyWdW70OvUOM4Q=",
2763+ "dev": true,
2764+ "requires": {
2765+ "resolve": "1.12.0"
2766+ }
2767+ },
2768+ "redent": {
2769+ "version": "1.0.0",
2770+ "resolved": "https://registry.npmjs.org/redent/-/redent-1.0.0.tgz",
2771+ "integrity": "sha1-z5Fqsf1fHxbfsggi3W7H9zDCr94=",
2772+ "dev": true,
2773+ "requires": {
2774+ "indent-string": "2.1.0",
2775+ "strip-indent": "1.0.1"
2776+ }
2777+ },
2778+ "regex-not": {
2779+ "version": "1.0.2",
2780+ "resolved": "https://registry.npmjs.org/regex-not/-/regex-not-1.0.2.tgz",
2781+ "integrity": "sha512-J6SDjUgDxQj5NusnOtdFxDwN/+HWykR8GELwctJ7mdqhcyy1xEc4SRFHUXvxTp661YaVKAjfRLZ9cCqS6tn32A==",
2782+ "dev": true,
2783+ "requires": {
2784+ "extend-shallow": "3.0.2",
2785+ "safe-regex": "1.1.0"
2786+ }
2787+ },
2788+ "repeat-element": {
2789+ "version": "1.1.3",
2790+ "resolved": "https://registry.npmjs.org/repeat-element/-/repeat-element-1.1.3.tgz",
2791+ "integrity": "sha512-ahGq0ZnV5m5XtZLMb+vP76kcAM5nkLqk0lpqAuojSKGgQtn4eRi4ZZGm2olo2zKFH+sMsWaqOCW1dqAnOru72g==",
2792+ "dev": true
2793+ },
2794+ "repeat-string": {
2795+ "version": "1.6.1",
2796+ "resolved": "https://registry.npmjs.org/repeat-string/-/repeat-string-1.6.1.tgz",
2797+ "integrity": "sha1-jcrkcOHIirwtYA//Sndihtp15jc=",
2798+ "dev": true
2799+ },
2800+ "repeating": {
2801+ "version": "2.0.1",
2802+ "resolved": "https://registry.npmjs.org/repeating/-/repeating-2.0.1.tgz",
2803+ "integrity": "sha1-UhTFOpJtNVJwdSf7q0FdvAjQbdo=",
2804+ "dev": true,
2805+ "requires": {
2806+ "is-finite": "1.0.2"
2807+ }
2808+ },
2809+ "replace-ext": {
2810+ "version": "0.0.1",
2811+ "resolved": "https://registry.npmjs.org/replace-ext/-/replace-ext-0.0.1.tgz",
2812+ "integrity": "sha1-KbvZIHinOfC8zitO5B6DeVNSKSQ=",
2813+ "dev": true
2814+ },
2815+ "resolve": {
2816+ "version": "1.12.0",
2817+ "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.12.0.tgz",
2818+ "integrity": "sha512-B/dOmuoAik5bKcD6s6nXDCjzUKnaDvdkRyAk6rsmsKLipWj4797iothd7jmmUhWTfinVMU+wc56rYKsit2Qy4w==",
2819+ "dev": true,
2820+ "requires": {
2821+ "path-parse": "1.0.6"
2822+ }
2823+ },
2824+ "resolve-dir": {
2825+ "version": "1.0.1",
2826+ "resolved": "https://registry.npmjs.org/resolve-dir/-/resolve-dir-1.0.1.tgz",
2827+ "integrity": "sha1-eaQGRMNivoLybv/nOcm7U4IEb0M=",
2828+ "dev": true,
2829+ "requires": {
2830+ "expand-tilde": "2.0.2",
2831+ "global-modules": "1.0.0"
2832+ }
2833+ },
2834+ "resolve-url": {
2835+ "version": "0.2.1",
2836+ "resolved": "https://registry.npmjs.org/resolve-url/-/resolve-url-0.2.1.tgz",
2837+ "integrity": "sha1-LGN/53yJOv0qZj/iGqkIAGjiBSo=",
2838+ "dev": true
2839+ },
2840+ "ret": {
2841+ "version": "0.1.15",
2842+ "resolved": "https://registry.npmjs.org/ret/-/ret-0.1.15.tgz",
2843+ "integrity": "sha512-TTlYpa+OL+vMMNG24xSlQGEJ3B/RzEfUlLct7b5G/ytav+wPrplCpVMFuwzXbkecJrb6IYo1iFb0S9v37754mg==",
2844+ "dev": true
2845+ },
2846+ "rimraf": {
2847+ "version": "2.7.1",
2848+ "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.7.1.tgz",
2849+ "integrity": "sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w==",
2850+ "dev": true,
2851+ "requires": {
2852+ "glob": "7.1.6"
2853+ },
2854+ "dependencies": {
2855+ "glob": {
2856+ "version": "7.1.6",
2857+ "resolved": "https://registry.npmjs.org/glob/-/glob-7.1.6.tgz",
2858+ "integrity": "sha512-LwaxwyZ72Lk7vZINtNNrywX0ZuLyStrdDtabefZKAY5ZGJhVtgdznluResxNmPitE0SAO+O26sWTHeKSI2wMBA==",
2859+ "dev": true,
2860+ "requires": {
2861+ "fs.realpath": "1.0.0",
2862+ "inflight": "1.0.6",
2863+ "inherits": "2.0.4",
2864+ "minimatch": "3.0.4",
2865+ "once": "1.4.0",
2866+ "path-is-absolute": "1.0.1"
2867+ }
2868+ },
2869+ "minimatch": {
2870+ "version": "3.0.4",
2871+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz",
2872+ "integrity": "sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==",
2873+ "dev": true,
2874+ "requires": {
2875+ "brace-expansion": "1.1.11"
2876+ }
2877+ }
2878+ }
2879+ },
2880+ "safe-buffer": {
2881+ "version": "5.1.2",
2882+ "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz",
2883+ "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==",
2884+ "dev": true
2885+ },
2886+ "safe-regex": {
2887+ "version": "1.1.0",
2888+ "resolved": "https://registry.npmjs.org/safe-regex/-/safe-regex-1.1.0.tgz",
2889+ "integrity": "sha1-QKNmnzsHfR6UPURinhV91IAjvy4=",
2890+ "dev": true,
2891+ "requires": {
2892+ "ret": "0.1.15"
2893+ }
2894+ },
2895+ "semver": {
2896+ "version": "4.3.6",
2897+ "resolved": "https://registry.npmjs.org/semver/-/semver-4.3.6.tgz",
2898+ "integrity": "sha1-MAvG4OhjdPe6YQaLWx7NV/xlMto=",
2899+ "dev": true
2900+ },
2901+ "sequencify": {
2902+ "version": "0.0.7",
2903+ "resolved": "https://registry.npmjs.org/sequencify/-/sequencify-0.0.7.tgz",
2904+ "integrity": "sha1-kM/xnQLgcCf9dn9erT57ldHnOAw=",
2905+ "dev": true
2906+ },
2907+ "set-immediate-shim": {
2908+ "version": "1.0.1",
2909+ "resolved": "https://registry.npmjs.org/set-immediate-shim/-/set-immediate-shim-1.0.1.tgz",
2910+ "integrity": "sha1-SysbJ+uAip+NzEgaWOXlb1mfP2E=",
2911+ "dev": true
2912+ },
2913+ "set-value": {
2914+ "version": "2.0.1",
2915+ "resolved": "https://registry.npmjs.org/set-value/-/set-value-2.0.1.tgz",
2916+ "integrity": "sha512-JxHc1weCN68wRY0fhCoXpyK55m/XPHafOmK4UWD7m2CI14GMcFypt4w/0+NV5f/ZMby2F6S2wwA7fgynh9gWSw==",
2917+ "dev": true,
2918+ "requires": {
2919+ "extend-shallow": "2.0.1",
2920+ "is-extendable": "0.1.1",
2921+ "is-plain-object": "2.0.4",
2922+ "split-string": "3.1.0"
2923+ },
2924+ "dependencies": {
2925+ "extend-shallow": {
2926+ "version": "2.0.1",
2927+ "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz",
2928+ "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=",
2929+ "dev": true,
2930+ "requires": {
2931+ "is-extendable": "0.1.1"
2932+ }
2933+ }
2934+ }
2935+ },
2936+ "sigmund": {
2937+ "version": "1.0.1",
2938+ "resolved": "https://registry.npmjs.org/sigmund/-/sigmund-1.0.1.tgz",
2939+ "integrity": "sha1-P/IfGYytIXX587eBhT/ZTQ0ZtZA=",
2940+ "dev": true
2941+ },
2942+ "signal-exit": {
2943+ "version": "3.0.2",
2944+ "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.2.tgz",
2945+ "integrity": "sha1-tf3AjxKH6hF4Yo5BXiUTK3NkbG0=",
2946+ "dev": true
2947+ },
2948+ "snapdragon": {
2949+ "version": "0.8.2",
2950+ "resolved": "https://registry.npmjs.org/snapdragon/-/snapdragon-0.8.2.tgz",
2951+ "integrity": "sha512-FtyOnWN/wCHTVXOMwvSv26d+ko5vWlIDD6zoUJ7LW8vh+ZBC8QdljveRP+crNrtBwioEUWy/4dMtbBjA4ioNlg==",
2952+ "dev": true,
2953+ "requires": {
2954+ "base": "0.11.2",
2955+ "debug": "2.6.9",
2956+ "define-property": "0.2.5",
2957+ "extend-shallow": "2.0.1",
2958+ "map-cache": "0.2.2",
2959+ "source-map": "0.5.7",
2960+ "source-map-resolve": "0.5.2",
2961+ "use": "3.1.1"
2962+ },
2963+ "dependencies": {
2964+ "define-property": {
2965+ "version": "0.2.5",
2966+ "resolved": "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz",
2967+ "integrity": "sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY=",
2968+ "dev": true,
2969+ "requires": {
2970+ "is-descriptor": "0.1.6"
2971+ }
2972+ },
2973+ "extend-shallow": {
2974+ "version": "2.0.1",
2975+ "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz",
2976+ "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=",
2977+ "dev": true,
2978+ "requires": {
2979+ "is-extendable": "0.1.1"
2980+ }
2981+ }
2982+ }
2983+ },
2984+ "snapdragon-node": {
2985+ "version": "2.1.1",
2986+ "resolved": "https://registry.npmjs.org/snapdragon-node/-/snapdragon-node-2.1.1.tgz",
2987+ "integrity": "sha512-O27l4xaMYt/RSQ5TR3vpWCAB5Kb/czIcqUFOM/C4fYcLnbZUc1PkjTAMjof2pBWaSTwOUd6qUHcFGVGj7aIwnw==",
2988+ "dev": true,
2989+ "requires": {
2990+ "define-property": "1.0.0",
2991+ "isobject": "3.0.1",
2992+ "snapdragon-util": "3.0.1"
2993+ },
2994+ "dependencies": {
2995+ "define-property": {
2996+ "version": "1.0.0",
2997+ "resolved": "https://registry.npmjs.org/define-property/-/define-property-1.0.0.tgz",
2998+ "integrity": "sha1-dp66rz9KY6rTr56NMEybvnm/sOY=",
2999+ "dev": true,
3000+ "requires": {
3001+ "is-descriptor": "1.0.2"
3002+ }
3003+ },
3004+ "is-accessor-descriptor": {
3005+ "version": "1.0.0",
3006+ "resolved": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-1.0.0.tgz",
3007+ "integrity": "sha512-m5hnHTkcVsPfqx3AKlyttIPb7J+XykHvJP2B9bZDjlhLIoEq4XoK64Vg7boZlVWYK6LUY94dYPEE7Lh0ZkZKcQ==",
3008+ "dev": true,
3009+ "requires": {
3010+ "kind-of": "6.0.2"
3011+ }
3012+ },
3013+ "is-data-descriptor": {
3014+ "version": "1.0.0",
3015+ "resolved": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-1.0.0.tgz",
3016+ "integrity": "sha512-jbRXy1FmtAoCjQkVmIVYwuuqDFUbaOeDjmed1tOGPrsMhtJA4rD9tkgA0F1qJ3gRFRXcHYVkdeaP50Q5rE/jLQ==",
3017+ "dev": true,
3018+ "requires": {
3019+ "kind-of": "6.0.2"
3020+ }
3021+ },
3022+ "is-descriptor": {
3023+ "version": "1.0.2",
3024+ "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-1.0.2.tgz",
3025+ "integrity": "sha512-2eis5WqQGV7peooDyLmNEPUrps9+SXX5c9pL3xEB+4e9HnGuDa7mB7kHxHw4CbqS9k1T2hOH3miL8n8WtiYVtg==",
3026+ "dev": true,
3027+ "requires": {
3028+ "is-accessor-descriptor": "1.0.0",
3029+ "is-data-descriptor": "1.0.0",
3030+ "kind-of": "6.0.2"
3031+ }
3032+ }
3033+ }
3034+ },
3035+ "snapdragon-util": {
3036+ "version": "3.0.1",
3037+ "resolved": "https://registry.npmjs.org/snapdragon-util/-/snapdragon-util-3.0.1.tgz",
3038+ "integrity": "sha512-mbKkMdQKsjX4BAL4bRYTj21edOf8cN7XHdYUJEe+Zn99hVEYcMvKPct1IqNe7+AZPirn8BCDOQBHQZknqmKlZQ==",
3039+ "dev": true,
3040+ "requires": {
3041+ "kind-of": "3.2.2"
3042+ },
3043+ "dependencies": {
3044+ "kind-of": {
3045+ "version": "3.2.2",
3046+ "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz",
3047+ "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=",
3048+ "dev": true,
3049+ "requires": {
3050+ "is-buffer": "1.1.6"
3051+ }
3052+ }
3053+ }
3054+ },
3055+ "source-map": {
3056+ "version": "0.5.7",
3057+ "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz",
3058+ "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=",
3059+ "dev": true
3060+ },
3061+ "source-map-resolve": {
3062+ "version": "0.5.2",
3063+ "resolved": "https://registry.npmjs.org/source-map-resolve/-/source-map-resolve-0.5.2.tgz",
3064+ "integrity": "sha512-MjqsvNwyz1s0k81Goz/9vRBe9SZdB09Bdw+/zYyO+3CuPk6fouTaxscHkgtE8jKvf01kVfl8riHzERQ/kefaSA==",
3065+ "dev": true,
3066+ "requires": {
3067+ "atob": "2.1.2",
3068+ "decode-uri-component": "0.2.0",
3069+ "resolve-url": "0.2.1",
3070+ "source-map-url": "0.4.0",
3071+ "urix": "0.1.0"
3072+ }
3073+ },
3074+ "source-map-url": {
3075+ "version": "0.4.0",
3076+ "resolved": "https://registry.npmjs.org/source-map-url/-/source-map-url-0.4.0.tgz",
3077+ "integrity": "sha1-PpNdfd1zYxuXZZlW1VEo6HtQhKM=",
3078+ "dev": true
3079+ },
3080+ "sparkles": {
3081+ "version": "1.0.1",
3082+ "resolved": "https://registry.npmjs.org/sparkles/-/sparkles-1.0.1.tgz",
3083+ "integrity": "sha512-dSO0DDYUahUt/0/pD/Is3VIm5TGJjludZ0HVymmhYF6eNA53PVLhnUk0znSYbH8IYBuJdCE+1luR22jNLMaQdw==",
3084+ "dev": true
3085+ },
3086+ "spdx-correct": {
3087+ "version": "3.1.0",
3088+ "resolved": "https://registry.npmjs.org/spdx-correct/-/spdx-correct-3.1.0.tgz",
3089+ "integrity": "sha512-lr2EZCctC2BNR7j7WzJ2FpDznxky1sjfxvvYEyzxNyb6lZXHODmEoJeFu4JupYlkfha1KZpJyoqiJ7pgA1qq8Q==",
3090+ "dev": true,
3091+ "requires": {
3092+ "spdx-expression-parse": "3.0.0",
3093+ "spdx-license-ids": "3.0.5"
3094+ }
3095+ },
3096+ "spdx-exceptions": {
3097+ "version": "2.2.0",
3098+ "resolved": "https://registry.npmjs.org/spdx-exceptions/-/spdx-exceptions-2.2.0.tgz",
3099+ "integrity": "sha512-2XQACfElKi9SlVb1CYadKDXvoajPgBVPn/gOQLrTvHdElaVhr7ZEbqJaRnJLVNeaI4cMEAgVCeBMKF6MWRDCRA==",
3100+ "dev": true
3101+ },
3102+ "spdx-expression-parse": {
3103+ "version": "3.0.0",
3104+ "resolved": "https://registry.npmjs.org/spdx-expression-parse/-/spdx-expression-parse-3.0.0.tgz",
3105+ "integrity": "sha512-Yg6D3XpRD4kkOmTpdgbUiEJFKghJH03fiC1OPll5h/0sO6neh2jqRDVHOQ4o/LMea0tgCkbMgea5ip/e+MkWyg==",
3106+ "dev": true,
3107+ "requires": {
3108+ "spdx-exceptions": "2.2.0",
3109+ "spdx-license-ids": "3.0.5"
3110+ }
3111+ },
3112+ "spdx-license-ids": {
3113+ "version": "3.0.5",
3114+ "resolved": "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-3.0.5.tgz",
3115+ "integrity": "sha512-J+FWzZoynJEXGphVIS+XEh3kFSjZX/1i9gFBaWQcB+/tmpe2qUsSBABpcxqxnAxFdiUFEgAX1bjYGQvIZmoz9Q==",
3116+ "dev": true
3117+ },
3118+ "split": {
3119+ "version": "1.0.1",
3120+ "resolved": "https://registry.npmjs.org/split/-/split-1.0.1.tgz",
3121+ "integrity": "sha512-mTyOoPbrivtXnwnIxZRFYRrPNtEFKlpB2fvjSnCQUiAA6qAZzqwna5envK4uk6OIeP17CsdF3rSBGYVBsU0Tkg==",
3122+ "dev": true,
3123+ "requires": {
3124+ "through": "2.3.8"
3125+ }
3126+ },
3127+ "split-string": {
3128+ "version": "3.1.0",
3129+ "resolved": "https://registry.npmjs.org/split-string/-/split-string-3.1.0.tgz",
3130+ "integrity": "sha512-NzNVhJDYpwceVVii8/Hu6DKfD2G+NrQHlS/V/qgv763EYudVwEcMQNxd2lh+0VrUByXN/oJkl5grOhYWvQUYiw==",
3131+ "dev": true,
3132+ "requires": {
3133+ "extend-shallow": "3.0.2"
3134+ }
3135+ },
3136+ "static-extend": {
3137+ "version": "0.1.2",
3138+ "resolved": "https://registry.npmjs.org/static-extend/-/static-extend-0.1.2.tgz",
3139+ "integrity": "sha1-YICcOcv/VTNyJv1eC1IPNB8ftcY=",
3140+ "dev": true,
3141+ "requires": {
3142+ "define-property": "0.2.5",
3143+ "object-copy": "0.1.0"
3144+ },
3145+ "dependencies": {
3146+ "define-property": {
3147+ "version": "0.2.5",
3148+ "resolved": "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz",
3149+ "integrity": "sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY=",
3150+ "dev": true,
3151+ "requires": {
3152+ "is-descriptor": "0.1.6"
3153+ }
3154+ }
3155+ }
3156+ },
3157+ "stream-combiner": {
3158+ "version": "0.2.2",
3159+ "resolved": "https://registry.npmjs.org/stream-combiner/-/stream-combiner-0.2.2.tgz",
3160+ "integrity": "sha1-rsjLrBd7Vrb0+kec7YwZEs7lKFg=",
3161+ "dev": true,
3162+ "requires": {
3163+ "duplexer": "0.1.1",
3164+ "through": "2.3.8"
3165+ }
3166+ },
3167+ "stream-consume": {
3168+ "version": "0.1.1",
3169+ "resolved": "https://registry.npmjs.org/stream-consume/-/stream-consume-0.1.1.tgz",
3170+ "integrity": "sha512-tNa3hzgkjEP7XbCkbRXe1jpg+ievoa0O4SCFlMOYEscGSS4JJsckGL8swUyAa/ApGU3Ae4t6Honor4HhL+tRyg==",
3171+ "dev": true
3172+ },
3173+ "string_decoder": {
3174+ "version": "0.10.31",
3175+ "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-0.10.31.tgz",
3176+ "integrity": "sha1-YuIDvEF2bGwoyfyEMB2rHFMQ+pQ=",
3177+ "dev": true
3178+ },
3179+ "strip-ansi": {
3180+ "version": "0.3.0",
3181+ "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-0.3.0.tgz",
3182+ "integrity": "sha1-JfSOoiynkYfzF0pNuHWTR7sSYiA=",
3183+ "dev": true,
3184+ "requires": {
3185+ "ansi-regex": "0.2.1"
3186+ }
3187+ },
3188+ "strip-bom": {
3189+ "version": "1.0.0",
3190+ "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-1.0.0.tgz",
3191+ "integrity": "sha1-hbiGLzhEtabV7IRnqTWYFzo295Q=",
3192+ "dev": true,
3193+ "requires": {
3194+ "first-chunk-stream": "1.0.0",
3195+ "is-utf8": "0.2.1"
3196+ }
3197+ },
3198+ "strip-indent": {
3199+ "version": "1.0.1",
3200+ "resolved": "https://registry.npmjs.org/strip-indent/-/strip-indent-1.0.1.tgz",
3201+ "integrity": "sha1-DHlipq3vp7vUrDZkYKY4VSrhoKI=",
3202+ "dev": true,
3203+ "requires": {
3204+ "get-stdin": "4.0.1"
3205+ }
3206+ },
3207+ "supports-color": {
3208+ "version": "0.2.0",
3209+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-0.2.0.tgz",
3210+ "integrity": "sha1-2S3iaU6z9nMjlz1649i1W0wiGQo=",
3211+ "dev": true
3212+ },
3213+ "through": {
3214+ "version": "2.3.8",
3215+ "resolved": "https://registry.npmjs.org/through/-/through-2.3.8.tgz",
3216+ "integrity": "sha1-DdTJ/6q8NXlgsbckEV1+Doai4fU=",
3217+ "dev": true
3218+ },
3219+ "through2": {
3220+ "version": "2.0.5",
3221+ "resolved": "https://registry.npmjs.org/through2/-/through2-2.0.5.tgz",
3222+ "integrity": "sha512-/mrRod8xqpA+IHSLyGCQ2s8SPHiCDEeQJSep1jqLYeEUClOFG2Qsh+4FU6G9VeqpZnGW/Su8LQGc4YKni5rYSQ==",
3223+ "dev": true,
3224+ "requires": {
3225+ "readable-stream": "2.3.6",
3226+ "xtend": "4.0.2"
3227+ },
3228+ "dependencies": {
3229+ "isarray": {
3230+ "version": "1.0.0",
3231+ "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz",
3232+ "integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=",
3233+ "dev": true
3234+ },
3235+ "readable-stream": {
3236+ "version": "2.3.6",
3237+ "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.6.tgz",
3238+ "integrity": "sha512-tQtKA9WIAhBF3+VLAseyMqZeBjW0AHJoxOtYqSUZNJxauErmLbVm2FW1y+J/YA9dUrAC39ITejlZWhVIwawkKw==",
3239+ "dev": true,
3240+ "requires": {
3241+ "core-util-is": "1.0.2",
3242+ "inherits": "2.0.4",
3243+ "isarray": "1.0.0",
3244+ "process-nextick-args": "2.0.1",
3245+ "safe-buffer": "5.1.2",
3246+ "string_decoder": "1.1.1",
3247+ "util-deprecate": "1.0.2"
3248+ }
3249+ },
3250+ "string_decoder": {
3251+ "version": "1.1.1",
3252+ "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz",
3253+ "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==",
3254+ "dev": true,
3255+ "requires": {
3256+ "safe-buffer": "5.1.2"
3257+ }
3258+ }
3259+ }
3260+ },
3261+ "tildify": {
3262+ "version": "1.2.0",
3263+ "resolved": "https://registry.npmjs.org/tildify/-/tildify-1.2.0.tgz",
3264+ "integrity": "sha1-3OwD9V3Km3qj5bBPIYF+tW5jWIo=",
3265+ "dev": true,
3266+ "requires": {
3267+ "os-homedir": "1.0.2"
3268+ }
3269+ },
3270+ "time-stamp": {
3271+ "version": "1.1.0",
3272+ "resolved": "https://registry.npmjs.org/time-stamp/-/time-stamp-1.1.0.tgz",
3273+ "integrity": "sha1-dkpaEa9QVhkhsTPztE5hhofg9cM=",
3274+ "dev": true
3275+ },
3276+ "to-object-path": {
3277+ "version": "0.3.0",
3278+ "resolved": "https://registry.npmjs.org/to-object-path/-/to-object-path-0.3.0.tgz",
3279+ "integrity": "sha1-KXWIt7Dn4KwI4E5nL4XB9JmeF68=",
3280+ "dev": true,
3281+ "requires": {
3282+ "kind-of": "3.2.2"
3283+ },
3284+ "dependencies": {
3285+ "kind-of": {
3286+ "version": "3.2.2",
3287+ "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz",
3288+ "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=",
3289+ "dev": true,
3290+ "requires": {
3291+ "is-buffer": "1.1.6"
3292+ }
3293+ }
3294+ }
3295+ },
3296+ "to-regex": {
3297+ "version": "3.0.2",
3298+ "resolved": "https://registry.npmjs.org/to-regex/-/to-regex-3.0.2.tgz",
3299+ "integrity": "sha512-FWtleNAtZ/Ki2qtqej2CXTOayOH9bHDQF+Q48VpWyDXjbYxA4Yz8iDB31zXOBUlOHHKidDbqGVrTUvQMPmBGBw==",
3300+ "dev": true,
3301+ "requires": {
3302+ "define-property": "2.0.2",
3303+ "extend-shallow": "3.0.2",
3304+ "regex-not": "1.0.2",
3305+ "safe-regex": "1.1.0"
3306+ }
3307+ },
3308+ "to-regex-range": {
3309+ "version": "2.1.1",
3310+ "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-2.1.1.tgz",
3311+ "integrity": "sha1-fIDBe53+vlmeJzZ+DU3VWQFB2zg=",
3312+ "dev": true,
3313+ "requires": {
3314+ "is-number": "3.0.0",
3315+ "repeat-string": "1.6.1"
3316+ }
3317+ },
3318+ "trim-newlines": {
3319+ "version": "1.0.0",
3320+ "resolved": "https://registry.npmjs.org/trim-newlines/-/trim-newlines-1.0.0.tgz",
3321+ "integrity": "sha1-WIeWa7WCpFA6QetST301ARgVphM=",
3322+ "dev": true
3323+ },
3324+ "unc-path-regex": {
3325+ "version": "0.1.2",
3326+ "resolved": "https://registry.npmjs.org/unc-path-regex/-/unc-path-regex-0.1.2.tgz",
3327+ "integrity": "sha1-5z3T17DXxe2G+6xrCufYxqadUPo=",
3328+ "dev": true
3329+ },
3330+ "union-value": {
3331+ "version": "1.0.1",
3332+ "resolved": "https://registry.npmjs.org/union-value/-/union-value-1.0.1.tgz",
3333+ "integrity": "sha512-tJfXmxMeWYnczCVs7XAEvIV7ieppALdyepWMkHkwciRpZraG/xwT+s2JN8+pr1+8jCRf80FFzvr+MpQeeoF4Xg==",
3334+ "dev": true,
3335+ "requires": {
3336+ "arr-union": "3.1.0",
3337+ "get-value": "2.0.6",
3338+ "is-extendable": "0.1.1",
3339+ "set-value": "2.0.1"
3340+ }
3341+ },
3342+ "unique-stream": {
3343+ "version": "1.0.0",
3344+ "resolved": "https://registry.npmjs.org/unique-stream/-/unique-stream-1.0.0.tgz",
3345+ "integrity": "sha1-1ZpKdUJ0R9mqbJHnAmP40mpLEEs=",
3346+ "dev": true
3347+ },
3348+ "unset-value": {
3349+ "version": "1.0.0",
3350+ "resolved": "https://registry.npmjs.org/unset-value/-/unset-value-1.0.0.tgz",
3351+ "integrity": "sha1-g3aHP30jNRef+x5vw6jtDfyKtVk=",
3352+ "dev": true,
3353+ "requires": {
3354+ "has-value": "0.3.1",
3355+ "isobject": "3.0.1"
3356+ },
3357+ "dependencies": {
3358+ "has-value": {
3359+ "version": "0.3.1",
3360+ "resolved": "https://registry.npmjs.org/has-value/-/has-value-0.3.1.tgz",
3361+ "integrity": "sha1-ex9YutpiyoJ+wKIHgCVlSEWZXh8=",
3362+ "dev": true,
3363+ "requires": {
3364+ "get-value": "2.0.6",
3365+ "has-values": "0.1.4",
3366+ "isobject": "2.1.0"
3367+ },
3368+ "dependencies": {
3369+ "isobject": {
3370+ "version": "2.1.0",
3371+ "resolved": "https://registry.npmjs.org/isobject/-/isobject-2.1.0.tgz",
3372+ "integrity": "sha1-8GVWEJaj8dou9GJy+BXIQNh+DIk=",
3373+ "dev": true,
3374+ "requires": {
3375+ "isarray": "1.0.0"
3376+ }
3377+ }
3378+ }
3379+ },
3380+ "has-values": {
3381+ "version": "0.1.4",
3382+ "resolved": "https://registry.npmjs.org/has-values/-/has-values-0.1.4.tgz",
3383+ "integrity": "sha1-bWHeldkd/Km5oCCJrThL/49it3E=",
3384+ "dev": true
3385+ },
3386+ "isarray": {
3387+ "version": "1.0.0",
3388+ "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz",
3389+ "integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=",
3390+ "dev": true
3391+ }
3392+ }
3393+ },
3394+ "urix": {
3395+ "version": "0.1.0",
3396+ "resolved": "https://registry.npmjs.org/urix/-/urix-0.1.0.tgz",
3397+ "integrity": "sha1-2pN/emLiH+wf0Y1Js1wpNQZ6bHI=",
3398+ "dev": true
3399+ },
3400+ "use": {
3401+ "version": "3.1.1",
3402+ "resolved": "https://registry.npmjs.org/use/-/use-3.1.1.tgz",
3403+ "integrity": "sha512-cwESVXlO3url9YWlFW/TA9cshCEhtu7IKJ/p5soJ/gGpj7vbvFrAY/eIioQ6Dw23KjZhYgiIo8HOs1nQ2vr/oQ==",
3404+ "dev": true
3405+ },
3406+ "user-home": {
3407+ "version": "1.1.1",
3408+ "resolved": "https://registry.npmjs.org/user-home/-/user-home-1.1.1.tgz",
3409+ "integrity": "sha1-K1viOjK2Onyd640PKNSFcko98ZA=",
3410+ "dev": true
3411+ },
3412+ "util-deprecate": {
3413+ "version": "1.0.2",
3414+ "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz",
3415+ "integrity": "sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8=",
3416+ "dev": true
3417+ },
3418+ "v8flags": {
3419+ "version": "2.1.1",
3420+ "resolved": "https://registry.npmjs.org/v8flags/-/v8flags-2.1.1.tgz",
3421+ "integrity": "sha1-qrGh+jDUX4jdMhFIh1rALAtV5bQ=",
3422+ "dev": true,
3423+ "requires": {
3424+ "user-home": "1.1.1"
3425+ }
3426+ },
3427+ "validate-npm-package-license": {
3428+ "version": "3.0.4",
3429+ "resolved": "https://registry.npmjs.org/validate-npm-package-license/-/validate-npm-package-license-3.0.4.tgz",
3430+ "integrity": "sha512-DpKm2Ui/xN7/HQKCtpZxoRWBhZ9Z0kqtygG8XCgNQ8ZlDnxuQmWhj566j8fN4Cu3/JmbhsDo7fcAJq4s9h27Ew==",
3431+ "dev": true,
3432+ "requires": {
3433+ "spdx-correct": "3.1.0",
3434+ "spdx-expression-parse": "3.0.0"
3435+ }
3436+ },
3437+ "vanilla-framework": {
3438+ "version": "2.2.0",
3439+ "resolved": "https://registry.npmjs.org/vanilla-framework/-/vanilla-framework-2.2.0.tgz",
3440+ "integrity": "sha512-KmQkdJYF8zeBjZaNv+ZGap7mC5rSwq5oymYHkVuu9AqyuyWX1m8feEwlArN1/jFD9lRQdhP9nAh2w0zJToPO2w==",
3441+ "dev": true
3442+ },
3443+ "vinyl": {
3444+ "version": "0.5.3",
3445+ "resolved": "https://registry.npmjs.org/vinyl/-/vinyl-0.5.3.tgz",
3446+ "integrity": "sha1-sEVbOPxeDPMNQyUTLkYZcMIJHN4=",
3447+ "dev": true,
3448+ "requires": {
3449+ "clone": "1.0.4",
3450+ "clone-stats": "0.0.1",
3451+ "replace-ext": "0.0.1"
3452+ }
3453+ },
3454+ "vinyl-fs": {
3455+ "version": "0.3.14",
3456+ "resolved": "https://registry.npmjs.org/vinyl-fs/-/vinyl-fs-0.3.14.tgz",
3457+ "integrity": "sha1-mmhRzhysHBzqX+hsCTHWIMLPqeY=",
3458+ "dev": true,
3459+ "requires": {
3460+ "defaults": "1.0.3",
3461+ "glob-stream": "3.1.18",
3462+ "glob-watcher": "0.0.6",
3463+ "graceful-fs": "3.0.12",
3464+ "mkdirp": "0.5.1",
3465+ "strip-bom": "1.0.0",
3466+ "through2": "0.6.5",
3467+ "vinyl": "0.4.6"
3468+ },
3469+ "dependencies": {
3470+ "clone": {
3471+ "version": "0.2.0",
3472+ "resolved": "https://registry.npmjs.org/clone/-/clone-0.2.0.tgz",
3473+ "integrity": "sha1-xhJqkK1Pctv1rNskPMN3JP6T/B8=",
3474+ "dev": true
3475+ },
3476+ "readable-stream": {
3477+ "version": "1.0.34",
3478+ "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-1.0.34.tgz",
3479+ "integrity": "sha1-Elgg40vIQtLyqq+v5MKRbuMsFXw=",
3480+ "dev": true,
3481+ "requires": {
3482+ "core-util-is": "1.0.2",
3483+ "inherits": "2.0.4",
3484+ "isarray": "0.0.1",
3485+ "string_decoder": "0.10.31"
3486+ }
3487+ },
3488+ "through2": {
3489+ "version": "0.6.5",
3490+ "resolved": "https://registry.npmjs.org/through2/-/through2-0.6.5.tgz",
3491+ "integrity": "sha1-QaucZ7KdVyCQcUEOHXp6lozTrUg=",
3492+ "dev": true,
3493+ "requires": {
3494+ "readable-stream": "1.0.34",
3495+ "xtend": "4.0.2"
3496+ }
3497+ },
3498+ "vinyl": {
3499+ "version": "0.4.6",
3500+ "resolved": "https://registry.npmjs.org/vinyl/-/vinyl-0.4.6.tgz",
3501+ "integrity": "sha1-LzVsh6VQolVGHza76ypbqL94SEc=",
3502+ "dev": true,
3503+ "requires": {
3504+ "clone": "0.2.0",
3505+ "clone-stats": "0.0.1"
3506+ }
3507+ }
3508+ }
3509+ },
3510+ "which": {
3511+ "version": "1.3.1",
3512+ "resolved": "https://registry.npmjs.org/which/-/which-1.3.1.tgz",
3513+ "integrity": "sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==",
3514+ "dev": true,
3515+ "requires": {
3516+ "isexe": "2.0.0"
3517+ }
3518+ },
3519+ "wrappy": {
3520+ "version": "1.0.2",
3521+ "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz",
3522+ "integrity": "sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=",
3523+ "dev": true
3524+ },
3525+ "xtend": {
3526+ "version": "4.0.2",
3527+ "resolved": "https://registry.npmjs.org/xtend/-/xtend-4.0.2.tgz",
3528+ "integrity": "sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ==",
3529+ "dev": true
3530+ }
3531+ }
3532+}
3533
3534=== added file 'src/identityprovider/static/vanilla-css/styles.css'
3535--- src/identityprovider/static/vanilla-css/styles.css 1970-01-01 00:00:00 +0000
3536+++ src/identityprovider/static/vanilla-css/styles.css 2019-11-11 16:30:47 +0000
3537@@ -0,0 +1,3 @@
3538+.p-switch__slider::before,.p-switch__slider,.p-notification--information,.p-notification--negative,.p-notification--caution,.p-notification--positive,.p-notification,.p-subnav__items,.p-modal__dialog,.p-contextual-menu__dropdown,.p-code-copyable,.p-card--muted,.p-card--highlighted,.p-card{border-radius:.125rem}.p-switch__slider::before,.p-notification--information,.p-notification--negative,.p-notification--caution,.p-notification--positive,.p-notification,.p-subnav__items,.p-modal__dialog,.p-contextual-menu__dropdown,.p-card--muted,.p-card--highlighted{box-shadow:0 1px 5px 1px rgba(17,17,17,0.2)}.p-subnav__items,.p-code-copyable,.p-card{border:1px solid #cdcdcd}.p-card--muted{background-color:#f7f7f7;color:#111}.p-code-copyable,.p-notification--information,.p-notification--negative,.p-notification--caution,.p-notification--positive,.p-notification,.p-modal__dialog,.p-contextual-menu__dropdown,.p-card--highlighted,.p-card{background-color:#fff;color:#111}.p-notification--information,.p-notification--negative,.p-notification--caution,.p-notification--positive,.p-notification,.p-modal__dialog,.p-contextual-menu__dropdown,.p-card--highlighted,.p-card{margin-bottom:1.5rem;overflow:auto;padding:1rem}.p-accordion__group+.p-accordion__group::after,.p-tabs__list::after,[class*='p-strip'].is-bordered::after{background-color:#cdcdcd;content:'';height:1px;left:0;position:absolute;right:0}.p-tabs__list::after,[class*='p-strip'].is-bordered::after{bottom:0}.p-accordion__group+.p-accordion__group::after{top:0}.u-hide-text,.p-switch__slider span,.p-code-copyable__action,.p-icon--ubuntu,.p-icon--canonical,.p-icon--youtube,.p-icon--linkedin,.p-icon--instagram,.p-icon--twitter,.p-icon--google,.p-icon--facebook,.p-icon--spinner,.p-icon--question,.p-icon--user,.p-icon--share,.p-icon--success,.p-icon--search,.p-icon--copy,.p-icon--menu,.p-icon--code,.p-icon--drag,.p-icon--external-link,.p-icon--warning,.p-icon--error,.p-icon--delete,.p-icon--information,.p-icon--help,.p-icon--close,.p-icon--collapse,.p-icon--expand,.p-icon--anchor,.p-icon--contextual-menu,.p-icon--plus,.p-icon--minus{overflow:hidden;text-indent:calc(100% + 10rem);white-space:nowrap}.u-clearfix::after,.p-stepped-list::after,.p-list::after,.p-inline-images::after{clear:both;content:'';display:block}.u-no-margin--bottom:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(p):not(small):not([class*='p-heading']){margin-bottom:0 !important}@media (max-width: 772px){.p-media-object--large .u-no-margin--bottom.p-media-object__title,.u-no-margin--bottom.p-heading--one,h1.u-no-margin--bottom{margin-bottom:-0.165rem !important}}@media (min-width: 772px){.p-media-object--large .u-no-margin--bottom.p-media-object__title,.u-no-margin--bottom.p-heading--one,h1.u-no-margin--bottom{margin-bottom:-0.2rem !important}}@media (min-width: 1680px){.p-media-object--large .u-no-margin--bottom.p-media-object__title,.u-no-margin--bottom.p-heading--one,h1.u-no-margin--bottom{margin-bottom:-0.15rem !important}}@media (max-width: 772px){.u-no-margin--bottom.p-heading--two,h2.u-no-margin--bottom{margin-bottom:-0.1rem !important}}@media (min-width: 772px){.u-no-margin--bottom.p-heading--two,h2.u-no-margin--bottom{margin-bottom:-0.2rem !important}}@media (max-width: 772px){.p-pull-quote--large .u-no-margin--bottom.p-pull-quote__citation,.p-pull-quote--large .u-no-margin--bottom.p-pull-quote__quote,.u-no-margin--bottom.p-heading--three,h3.u-no-margin--bottom{margin-bottom:-0.5rem !important}}@media (min-width: 772px){.p-pull-quote--large .u-no-margin--bottom.p-pull-quote__citation,.p-pull-quote--large .u-no-margin--bottom.p-pull-quote__quote,.u-no-margin--bottom.p-heading--three,h3.u-no-margin--bottom{margin-bottom:-0.1rem !important}}@media (max-width: 772px){.p-pull-quote .u-no-margin--bottom.p-pull-quote__citation,.p-pull-quote .u-no-margin--bottom.p-pull-quote__quote,.u-no-margin--bottom.p-modal__title,.u-no-margin--bottom.p-media-object__title,.u-no-margin--bottom.p-matrix__title,.u-no-margin--bottom.p-heading--four,h4.u-no-margin--bottom{margin-bottom:-0.3rem !important}}@media (min-width: 772px){.p-pull-quote .u-no-margin--bottom.p-pull-quote__citation,.p-pull-quote .u-no-margin--bottom.p-pull-quote__quote,.u-no-margin--bottom.p-modal__title,.u-no-margin--bottom.p-media-object__title,.u-no-margin--bottom.p-matrix__title,.u-no-margin--bottom.p-heading--four,h4.u-no-margin--bottom{margin-bottom:-0.05rem !important}}@media (min-width: 1680px){.p-pull-quote .u-no-margin--bottom.p-pull-quote__citation,.p-pull-quote .u-no-margin--bottom.p-pull-quote__quote,.u-no-margin--bottom.p-modal__title,.u-no-margin--bottom.p-media-object__title,.u-no-margin--bottom.p-matrix__title,.u-no-margin--bottom.p-heading--four,h4.u-no-margin--bottom{margin-bottom:-0 !important}}.p-notification__response,.p-card__content,dd.u-no-margin--bottom,p.u-no-margin--bottom,.u-no-margin--bottom.p-heading--six,h6.u-no-margin--bottom,.u-no-margin--bottom.p-heading--five,h5.u-no-margin--bottom{margin-bottom:.1rem !important}.p-table--mobile-card td.u-no-margin--bottom::before,.p-table--mobile-card tbody th.u-no-margin--bottom::before,.u-no-margin--bottom.p-muted-heading,thead th.u-no-margin--bottom,.u-no-margin--bottom.p-tooltip__message,.u-no-margin--bottom.p-form-validation__message,.u-no-margin--bottom.p-form-help-text,small.u-no-margin--bottom,.u-no-margin--bottom.p-text--small,.u-no-margin--bottom.p-media-object__meta-list-item,.u-no-margin--bottom.p-media-object__meta-list-item--venue,.u-no-margin--bottom.p-media-object__meta-list-item--location,.u-no-margin--bottom.p-media-object__meta-list-item--date{margin-bottom:-0.2rem !important}.p-icon--spinner,.p-icon--question,.p-icon--user,.p-icon--share,.p-icon--success,.p-icon--search,.p-icon--copy,.p-icon--menu,.p-icon--code,.p-icon--drag,.p-icon--external-link,.p-icon--warning,.p-icon--error,.p-icon--delete,.p-icon--information,.p-icon--help,.p-icon--close,.p-icon--collapse,.p-icon--expand,.p-icon--anchor,.p-icon--contextual-menu,.p-icon--plus,.p-icon--minus{background-size:contain;height:1rem;width:1rem;background-position:center;background-repeat:no-repeat;background-size:contain;display:inline-block;margin:0;padding:0;position:relative;top:2px}.p-icon--ubuntu,.p-icon--canonical,.p-icon--youtube,.p-icon--linkedin,.p-icon--instagram,.p-icon--twitter,.p-icon--google,.p-icon--facebook{background-size:contain;height:2rem;width:2rem;display:inline-block}.p-icon--minus{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='9' width='9'%3E%3Cpath d='M0 5V4h9v1z' fill='%23666' fill-rule='evenodd'/%3E%3C/svg%3E")}[class*='--dark'] .p-icon--minus,.p-icon--minus.is-light{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='9' width='9'%3E%3Cpath d='M0 5V4h9v1z' fill='%23cdcdcd' fill-rule='evenodd'/%3E%3C/svg%3E")}.p-icon--plus{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='9' width='9'%3E%3Cg fill='%23666' fill-rule='evenodd'%3E%3Cpath d='M4 0h1v9H4z'/%3E%3Cpath d='M0 5V4h9v1z'/%3E%3C/g%3E%3C/svg%3E")}[class*='--dark'] .p-icon--plus,.p-icon--plus.is-light{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='9' width='9'%3E%3Cg fill='%23cdcdcd' fill-rule='evenodd'%3E%3Cpath d='M4 0h1v9H4z'/%3E%3Cpath d='M0 5V4h9v1z'/%3E%3C/g%3E%3C/svg%3E")}.p-icon--spinner,.p-icon--question,.p-icon--user,.p-icon--share,.p-icon--success,.p-icon--search,.p-icon--copy,.p-icon--menu,.p-icon--code,.p-icon--drag,.p-icon--external-link,.p-icon--warning,.p-icon--error,.p-icon--delete,.p-icon--information,.p-icon--help,.p-icon--close,.p-icon--collapse,.p-icon--expand,.p-icon--anchor,.p-icon--contextual-menu,.p-icon--minus,.p-icon--plus{background-size:contain;height:1rem;width:1rem;background-position:center;background-repeat:no-repeat;background-size:contain;display:inline-block;margin:0;padding:0;position:relative;top:2px}.p-icon--ubuntu,.p-icon--canonical,.p-icon--youtube,.p-icon--linkedin,.p-icon--instagram,.p-icon--twitter,.p-icon--google,.p-icon--facebook{background-size:contain;height:2rem;width:2rem;display:inline-block}.u-fixed-width,.p-stepped-list--detailed .p-stepped-list__item,.row,.p-divider{margin-left:auto;margin-right:auto;max-width:72rem;width:100%}@media (max-width: 620px){.u-fixed-width,.p-stepped-list--detailed .p-stepped-list__item,.row,.p-divider{padding-left:1rem;padding-right:1rem}}@media (min-width: 620px) and (max-width: 772px){.u-fixed-width,.p-stepped-list--detailed .p-stepped-list__item,.row,.p-divider{padding-left:1.5rem;padding-right:1.5rem}}@media (min-width: 772px){.u-fixed-width,.p-stepped-list--detailed .p-stepped-list__item,.row,.p-divider{padding-left:1.5rem;padding-right:1.5rem}}.p-icon--spinner,.p-icon--question,.p-icon--user,.p-icon--share,.p-icon--success,.p-icon--search,.p-icon--copy,.p-icon--menu,.p-icon--code,.p-icon--drag,.p-icon--external-link,.p-icon--warning,.p-icon--error,.p-icon--delete,.p-icon--information,.p-icon--help,.p-icon--close,.p-icon--collapse,.p-icon--expand,.p-icon--anchor,.p-icon--contextual-menu,.p-icon--minus,.p-icon--plus{background-size:contain;height:1rem;width:1rem;background-position:center;background-repeat:no-repeat;background-size:contain;display:inline-block;margin:0;padding:0;position:relative;top:2px}.p-icon--ubuntu,.p-icon--canonical,.p-icon--youtube,.p-icon--linkedin,.p-icon--instagram,.p-icon--twitter,.p-icon--google,.p-icon--facebook{background-size:contain;height:2rem;width:2rem;display:inline-block}.p-label--deprecated,.p-label--updated,.p-label--new,.p-label--in-progress,.p-label--validated{border-radius:0.125rem;display:inline-block;font-size:0.875rem;line-height:1.3125rem;padding:calc(.3125rem - 1px) .5rem;text-align:center;text-decoration:none}.p-stepped-list--detailed,.p-stepped-list{counter-reset:li;display:flex;flex-direction:column;list-style:none;padding-left:0}.p-stepped-list__title{display:flex}.p-stepped-list__title::before{align-self:start;background-color:#e5e5e5;border-radius:100%;content:counter(li);counter-increment:li;direction:rtl;display:block;text-align:center}h6.p-stepped-list__title::before{margin-right:1rem}@media (max-width: 772px){h6.p-stepped-list__title::before{width:1.5rem}}@media (min-width: 772px){h6.p-stepped-list__title::before{width:1.5rem}}h5.p-stepped-list__title::before{margin-right:1rem}@media (max-width: 772px){h5.p-stepped-list__title::before{width:1.5rem}}@media (min-width: 772px){h5.p-stepped-list__title::before{width:1.5rem}}h4.p-stepped-list__title::before{margin-right:1rem}@media (max-width: 772px){h4.p-stepped-list__title::before{width:1.5rem}}@media (min-width: 772px){h4.p-stepped-list__title::before{width:2rem}}h3.p-stepped-list__title::before{margin-right:1rem}@media (max-width: 772px){h3.p-stepped-list__title::before{width:2rem}}@media (min-width: 772px){h3.p-stepped-list__title::before{width:2.5rem}}h2.p-stepped-list__title::before{margin-right:1rem}@media (max-width: 772px){h2.p-stepped-list__title::before{width:2.5rem}}@media (min-width: 772px){h2.p-stepped-list__title::before{width:3rem}}h1.p-stepped-list__title::before{margin-right:1rem}@media (max-width: 772px){h1.p-stepped-list__title::before{width:3rem}}@media (min-width: 772px){h1.p-stepped-list__title::before{width:3.5rem}}.p-media-object--large,.p-media-object{display:flex;flex-shrink:0;margin-bottom:1.5rem}.p-media-object__meta-list-item,.p-media-object__meta-list-item--venue,.p-media-object__meta-list-item--location,.p-media-object__meta-list-item--date{color:#111;padding-left:2rem}.p-media-object__meta-list-item--venue,.p-media-object__meta-list-item--location,.p-media-object__meta-list-item--date{background-position:0 75%;background-repeat:no-repeat;background-size:1rem}.p-icon--spinner,.p-icon--question,.p-icon--user,.p-icon--share,.p-icon--success,.p-icon--search,.p-icon--copy,.p-icon--menu,.p-icon--code,.p-icon--drag,.p-icon--external-link,.p-icon--warning,.p-icon--error,.p-icon--delete,.p-icon--information,.p-icon--help,.p-icon--close,.p-icon--collapse,.p-icon--expand,.p-icon--anchor,.p-icon--contextual-menu,.p-icon--minus,.p-icon--plus{background-size:contain;height:1rem;width:1rem;background-position:center;background-repeat:no-repeat;background-size:contain;display:inline-block;margin:0;padding:0;position:relative;top:2px}.p-icon--ubuntu,.p-icon--canonical,.p-icon--youtube,.p-icon--linkedin,.p-icon--instagram,.p-icon--twitter,.p-icon--google,.p-icon--facebook{background-size:contain;height:2rem;width:2rem;display:inline-block}.p-icon--contextual-menu{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='4' width='10'%3E%3Cpath d='M3.637 3.138A26.335 26.335 0 0 1 0 0h1.541a21.242 21.242 0 0 0 1.364 1.187 16.899 16.899 0 0 0 .752.563c.397.282.935.626 1.315.848h.054c.38-.222.918-.566 1.315-.848.398-.28.788-.583 1.169-.904.327-.275.643-.557.947-.846h1.541a26.335 26.335 0 0 1-3.637 3.138c-.519.365-.973.652-1.362.862-.39-.21-.844-.497-1.362-.862z' fill='%23666' fill-rule='evenodd'/%3E%3C/svg%3E")}[class*='--dark'] .p-icon--contextual-menu,.p-icon--contextual-menu.is-light{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='4' width='10'%3E%3Cpath d='M3.637 3.138A26.335 26.335 0 0 1 0 0h1.541a21.242 21.242 0 0 0 1.364 1.187 16.899 16.899 0 0 0 .752.563c.397.282.935.626 1.315.848h.054c.38-.222.918-.566 1.315-.848.398-.28.788-.583 1.169-.904.327-.275.643-.557.947-.846h1.541a26.335 26.335 0 0 1-3.637 3.138c-.519.365-.973.652-1.362.862-.39-.21-.844-.497-1.362-.862z' fill='%23cdcdcd' fill-rule='evenodd'/%3E%3C/svg%3E")}.u-fixed-width,.p-stepped-list--detailed .p-stepped-list__item,.row,.p-divider{margin-left:auto;margin-right:auto;max-width:72rem;width:100%}@media (max-width: 620px){.u-fixed-width,.p-stepped-list--detailed .p-stepped-list__item,.row,.p-divider{padding-left:1rem;padding-right:1rem}}@media (min-width: 620px) and (max-width: 772px){.u-fixed-width,.p-stepped-list--detailed .p-stepped-list__item,.row,.p-divider{padding-left:1.5rem;padding-right:1.5rem}}@media (min-width: 772px){.u-fixed-width,.p-stepped-list--detailed .p-stepped-list__item,.row,.p-divider{padding-left:1.5rem;padding-right:1.5rem}}.u-no-margin--bottom:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(p):not(small):not([class*='p-heading']){margin-bottom:0 !important}@media (max-width: 772px){.p-media-object--large .u-no-margin--bottom.p-media-object__title,.u-no-margin--bottom.p-heading--one,h1.u-no-margin--bottom{margin-bottom:-0.165rem !important}}@media (min-width: 772px){.p-media-object--large .u-no-margin--bottom.p-media-object__title,.u-no-margin--bottom.p-heading--one,h1.u-no-margin--bottom{margin-bottom:-0.2rem !important}}@media (min-width: 1680px){.p-media-object--large .u-no-margin--bottom.p-media-object__title,.u-no-margin--bottom.p-heading--one,h1.u-no-margin--bottom{margin-bottom:-0.15rem !important}}@media (max-width: 772px){.u-no-margin--bottom.p-heading--two,h2.u-no-margin--bottom{margin-bottom:-0.1rem !important}}@media (min-width: 772px){.u-no-margin--bottom.p-heading--two,h2.u-no-margin--bottom{margin-bottom:-0.2rem !important}}@media (max-width: 772px){.p-pull-quote--large .u-no-margin--bottom.p-pull-quote__citation,.p-pull-quote--large .u-no-margin--bottom.p-pull-quote__quote,.u-no-margin--bottom.p-heading--three,h3.u-no-margin--bottom{margin-bottom:-0.5rem !important}}@media (min-width: 772px){.p-pull-quote--large .u-no-margin--bottom.p-pull-quote__citation,.p-pull-quote--large .u-no-margin--bottom.p-pull-quote__quote,.u-no-margin--bottom.p-heading--three,h3.u-no-margin--bottom{margin-bottom:-0.1rem !important}}@media (max-width: 772px){.p-pull-quote .u-no-margin--bottom.p-pull-quote__citation,.p-pull-quote .u-no-margin--bottom.p-pull-quote__quote,.u-no-margin--bottom.p-modal__title,.u-no-margin--bottom.p-media-object__title,.u-no-margin--bottom.p-matrix__title,.u-no-margin--bottom.p-heading--four,h4.u-no-margin--bottom{margin-bottom:-0.3rem !important}}@media (min-width: 772px){.p-pull-quote .u-no-margin--bottom.p-pull-quote__citation,.p-pull-quote .u-no-margin--bottom.p-pull-quote__quote,.u-no-margin--bottom.p-modal__title,.u-no-margin--bottom.p-media-object__title,.u-no-margin--bottom.p-matrix__title,.u-no-margin--bottom.p-heading--four,h4.u-no-margin--bottom{margin-bottom:-0.05rem !important}}@media (min-width: 1680px){.p-pull-quote .u-no-margin--bottom.p-pull-quote__citation,.p-pull-quote .u-no-margin--bottom.p-pull-quote__quote,.u-no-margin--bottom.p-modal__title,.u-no-margin--bottom.p-media-object__title,.u-no-margin--bottom.p-matrix__title,.u-no-margin--bottom.p-heading--four,h4.u-no-margin--bottom{margin-bottom:-0 !important}}.p-notification__response,.p-card__content,dd.u-no-margin--bottom,p.u-no-margin--bottom,.u-no-margin--bottom.p-heading--six,h6.u-no-margin--bottom,.u-no-margin--bottom.p-heading--five,h5.u-no-margin--bottom{margin-bottom:.1rem !important}.p-table--mobile-card td.u-no-margin--bottom::before,.p-table--mobile-card tbody th.u-no-margin--bottom::before,.u-no-margin--bottom.p-muted-heading,thead th.u-no-margin--bottom,.u-no-margin--bottom.p-tooltip__message,.u-no-margin--bottom.p-form-validation__message,.u-no-margin--bottom.p-form-help-text,small.u-no-margin--bottom,.u-no-margin--bottom.p-text--small,.u-no-margin--bottom.p-media-object__meta-list-item,.u-no-margin--bottom.p-media-object__meta-list-item--venue,.u-no-margin--bottom.p-media-object__meta-list-item--location,.u-no-margin--bottom.p-media-object__meta-list-item--date{margin-bottom:-0.2rem !important}/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}h1{font-size:2em;margin:0.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace, monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace, monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%}button,input{overflow:visible}button,select{text-transform:none}button,[type='button'],[type='reset'],[type='submit']{-webkit-appearance:button}button::-moz-focus-inner,[type='button']::-moz-focus-inner,[type='reset']::-moz-focus-inner,[type='submit']::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type='button']:-moz-focusring,[type='reset']:-moz-focusring,[type='submit']:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:0.35em 0.75em 0.625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type='checkbox'],[type='radio']{box-sizing:border-box;padding:0}[type='number']::-webkit-inner-spin-button,[type='number']::-webkit-outer-spin-button{height:auto}[type='search']{-webkit-appearance:textfield;outline-offset:-2px}[type='search']::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}html{background:#fff}@font-face{font-family:'Ubuntu';font-style:normal;font-weight:300;src:url("https://assets.ubuntu.com/v1/e8c07df6-Ubuntu-L_W.woff2") format("woff2"), url("https://assets.ubuntu.com/v1/8619add2-Ubuntu-L_W.woff") format("woff")}@font-face{font-family:'Ubuntu';font-style:normal;font-weight:400;src:url("https://assets.ubuntu.com/v1/fff37993-Ubuntu-R_W.woff2") format("woff2"), url("https://assets.ubuntu.com/v1/7af50859-Ubuntu-R_W.woff") format("woff")}@font-face{font-family:'Ubuntu';font-style:italic;font-weight:300;src:url("https://assets.ubuntu.com/v1/f8097dea-Ubuntu-LI_W.woff2") format("woff2"), url("https://assets.ubuntu.com/v1/8be89d02-Ubuntu-LI_W.woff") format("woff")}@font-face{font-family:'Ubuntu';font-style:italic;font-weight:400;src:url("https://assets.ubuntu.com/v1/fca66073-ubuntu-ri-webfont.woff2") format("woff2"), url("https://assets.ubuntu.com/v1/f0898c72-ubuntu-ri-webfont.woff") format("woff")}@font-face{font-family:'Ubuntu';font-style:normal;font-weight:100;src:url("https://assets.ubuntu.com/v1/7f100985-Ubuntu-Th_W.woff2") format("woff2"), url("https://assets.ubuntu.com/v1/502cc3a1-Ubuntu-Th_W.woff") format("woff")}@font-face{font-family:'Ubuntu Mono';font-style:normal;font-weight:300;src:url("https://assets.ubuntu.com/v1/fdd692b9-UbuntuMono-R_W.woff2") format("woff2"), url("https://assets.ubuntu.com/v1/85edb898-UbuntuMono-R_W.woff") format("woff")}@font-face{font-family:'Ubuntu Mono';font-style:normal;font-weight:400;src:url("https://assets.ubuntu.com/v1/fdd692b9-UbuntuMono-R_W.woff2") format("woff2"), url("https://assets.ubuntu.com/v1/85edb898-UbuntuMono-R_W.woff") format("woff")}.p-media-object--large .p-media-object__title,.p-heading--one,h1{max-width:20em;font-style:normal;font-weight:100;margin-top:-.5rem}@media (max-width: 772px){.p-media-object--large .p-media-object__title,.p-heading--one,h1{font-size:2.22819rem;line-height:3rem;margin-bottom:.835rem;padding-top:0.166rem}}@media (min-width: 772px){.p-media-object--large .p-media-object__title,.p-heading--one,h1{font-size:2.91029rem;line-height:3.5rem;margin-bottom:1.3rem;padding-top:0.201rem}}@media (min-width: 1680px){.p-media-object--large .p-media-object__title,.p-heading--one,h1{margin-bottom:1.35rem;padding-top:0.151rem}}.p-heading--two,h2{max-width:20em;font-style:normal;font-weight:100;margin-top:-.5rem}@media (max-width: 772px){.p-heading--two,h2{font-size:1.83274rem;line-height:2.5rem;margin-bottom:.9rem;padding-top:0.101rem}}@media (min-width: 772px){.p-heading--two,h2{font-size:2.22819rem;line-height:3rem;margin-bottom:1.3rem;padding-top:0.201rem}}.p-pull-quote--large .p-pull-quote__citation,.p-pull-quote--large .p-pull-quote__quote,.p-heading--three,h3{max-width:30em;font-style:normal;font-weight:300;margin-top:-.5rem}@media (max-width: 772px){.p-pull-quote--large .p-pull-quote__citation,.p-pull-quote--large .p-pull-quote__quote,.p-heading--three,h3{font-size:1.49271rem;line-height:2rem;margin-bottom:.5rem;padding-top:0.5rem}}@media (min-width: 772px){.p-pull-quote--large .p-pull-quote__citation,.p-pull-quote--large .p-pull-quote__quote,.p-heading--three,h3{font-size:1.70596rem;line-height:2.5rem;margin-bottom:1.4rem;padding-top:0.101rem}}.p-pull-quote .p-pull-quote__citation,.p-pull-quote .p-pull-quote__quote,.p-modal__title,.p-media-object__title,.p-matrix__title,.p-heading--four,h4{max-width:30em;font-style:normal;font-weight:300;margin-top:0}@media (max-width: 772px){.p-pull-quote .p-pull-quote__citation,.p-pull-quote .p-pull-quote__quote,.p-modal__title,.p-media-object__title,.p-matrix__title,.p-heading--four,h4{font-size:1.22176rem;line-height:1.5rem;margin-bottom:.7rem;padding-top:0.301rem}}@media (min-width: 772px){.p-pull-quote .p-pull-quote__citation,.p-pull-quote .p-pull-quote__quote,.p-modal__title,.p-media-object__title,.p-matrix__title,.p-heading--four,h4{font-size:1.30612rem;line-height:2rem;margin-bottom:.95rem;padding-top:0.051rem}}@media (min-width: 1680px){.p-pull-quote .p-pull-quote__citation,.p-pull-quote .p-pull-quote__quote,.p-modal__title,.p-media-object__title,.p-matrix__title,.p-heading--four,h4{margin-bottom:1rem;padding-top:.001rem}}.p-heading--five,h5{font-size:1rem;font-style:normal;font-weight:500;line-height:1.5rem;margin-bottom:1.1rem;margin-top:0;padding-top:.401rem}.p-heading--six,h6{font-size:1rem;font-style:italic;font-weight:300;line-height:1.5rem;margin-bottom:1.1rem;margin-top:0;padding-top:0.338rem}@media (min-width: 1680px){.p-heading--six,h6{padding-top:0.345rem}}dd,p,.p-pull-quote--small .p-pull-quote__citation,.p-pull-quote--small .p-pull-quote__quote,.p-breadcrumbs__item,dt,cite,.p-text--default{line-height:1.5rem;margin-top:0;padding-top:.4005rem}.p-pull-quote--small .p-pull-quote__citation,.p-pull-quote--small .p-pull-quote__quote,.p-breadcrumbs__item,dt,cite,.p-text--default{margin-bottom:.1rem}dd,p{margin-bottom:1.1rem}.p-tooltip__message,.p-form-validation__message,.p-form-help-text,small,.p-text--small,.p-table--mobile-card td::before,.p-table--mobile-card tbody th::before,.p-muted-heading,thead th,.p-media-object__meta-list-item,.p-media-object__meta-list-item--venue,.p-media-object__meta-list-item--location,.p-media-object__meta-list-item--date{font-size:.875rem;line-height:1rem;margin-bottom:.8rem;padding-top:0.2005rem}@media (min-width: 1680px){.p-tooltip__message,.p-form-validation__message,.p-form-help-text,small,.p-text--small,.p-table--mobile-card td::before,.p-table--mobile-card tbody th::before,.p-muted-heading,thead th,.p-media-object__meta-list-item,.p-media-object__meta-list-item--venue,.p-media-object__meta-list-item--location,.p-media-object__meta-list-item--date{padding-top:0.2006rem}}.p-table--mobile-card td::before,.p-table--mobile-card tbody th::before,.p-muted-heading,thead th{color:#666;margin-bottom:.8rem;margin-top:0;padding-top:0.2rem;text-transform:uppercase}.p-notification__status,dt,strong{font-weight:400}p:not([class*='p-heading--']):not([class*='p-muted-heading'])+h1,p:not([class*='p-heading--']):not([class*='p-muted-heading'])+.p-heading--one{padding-top:1.7rem}@media (max-width: 772px){p:not([class*='p-heading--']):not([class*='p-muted-heading'])+h1,p:not([class*='p-heading--']):not([class*='p-muted-heading'])+.p-heading--one{padding-top:1.665rem}}p:not([class*='p-heading--']):not([class*='p-muted-heading'])+h2,p:not([class*='p-heading--']):not([class*='p-muted-heading'])+.p-heading--two{padding-top:1.7rem}@media (max-width: 772px){p:not([class*='p-heading--']):not([class*='p-muted-heading'])+h2,p:not([class*='p-heading--']):not([class*='p-muted-heading'])+.p-heading--two{padding-top:1.6rem}}@media (max-width: 772px){p:not([class*='p-heading--']):not([class*='p-muted-heading'])+h3,p:not([class*='p-heading--']):not([class*='p-muted-heading'])+.p-heading--three{padding-top:2rem}}@media (min-width: 772px){p:not([class*='p-heading--']):not([class*='p-muted-heading'])+h3,p:not([class*='p-heading--']):not([class*='p-muted-heading'])+.p-heading--three{padding-top:1.6rem}}@media (max-width: 772px){p:not([class*='p-heading--']):not([class*='p-muted-heading'])+h4,p:not([class*='p-heading--']):not([class*='p-muted-heading'])+.p-heading--four{padding-top:1.8rem}}@media (min-width: 772px){p:not([class*='p-heading--']):not([class*='p-muted-heading'])+h4,p:not([class*='p-heading--']):not([class*='p-muted-heading'])+.p-heading--four{padding-top:1.55rem}}p:not([class*='p-heading--']):not([class*='p-muted-heading'])+h5,p:not([class*='p-heading--']):not([class*='p-muted-heading'])+.p-heading--five,p:not([class*='p-heading--']):not([class*='p-muted-heading'])+h6,p:not([class*='p-heading--']):not([class*='p-muted-heading'])+.p-heading--six{padding-top:1.9rem}p:not([class*='p-heading--']):not([class*='p-muted-heading'])+.p-muted-heading{padding-top:1.7rem}.p-matrix__desc:last-child,p:not([class*='p-heading--']):not([class*='p-muted-heading'])+p:not([class*='p-heading--']):not([class*='p-muted-heading']),h1+h1,h1+h2,h1+h3,h1+h4,h1+h5,h1+h6,h1+p:not([class*='p-muted-heading']),.p-heading--one+h1,.p-heading--one+h2,.p-heading--one+h3,.p-heading--one+h4,.p-heading--one+h5,.p-heading--one+h6,.p-heading--one+p:not([class*='p-muted-heading']),h2+h1,h2+h2,h2+h3,h2+h4,h2+h5,h2+h6,h2+p:not([class*='p-muted-heading']),.p-heading--two+h1,.p-heading--two+h2,.p-heading--two+h3,.p-heading--two+h4,.p-heading--two+h5,.p-heading--two+h6,.p-heading--two+p:not([class*='p-muted-heading']),h3+h1,h3+h2,h3+h3,h3+h4,h3+h5,h3+h6,h3+p:not([class*='p-muted-heading']),.p-heading--three+h1,.p-heading--three+h2,.p-heading--three+h3,.p-heading--three+h4,.p-heading--three+h5,.p-heading--three+h6,.p-heading--three+p:not([class*='p-muted-heading']),h4+h1,h4+h2,h4+h3,h4+h4,h4+h5,h4+h6,h4+p:not([class*='p-muted-heading']),.p-heading--four+h1,.p-heading--four+h2,.p-heading--four+h3,.p-heading--four+h4,.p-heading--four+h5,.p-heading--four+h6,.p-heading--four+p:not([class*='p-muted-heading']),h5+h1,h5+h2,h5+h3,h5+h4,h5+h5,h5+h6,h5+p:not([class*='p-muted-heading']),.p-heading--five+h1,.p-heading--five+h2,.p-heading--five+h3,.p-heading--five+h4,.p-heading--five+h5,.p-heading--five+h6,.p-heading--five+p:not([class*='p-muted-heading']),h6+h1,h6+h2,h6+h3,h6+h4,h6+h5,h6+h6,h6+p:not([class*='p-muted-heading']),.p-heading--six+h1,.p-heading--six+h2,.p-heading--six+h3,.p-heading--six+h4,.p-heading--six+h5,.p-heading--six+h6,.p-heading--six+p:not([class*='p-muted-heading']),.p-muted-heading+h1,.p-muted-heading+h2,.p-muted-heading+h3,.p-muted-heading+h4,.p-muted-heading+h5,.p-muted-heading+h6,.p-muted-heading+p:not([class*='p-muted-heading']){margin-top:-.5rem}label,p,.measure--p,.p-heading--five,h5,.p-heading--six,h6{max-width:40em}html{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;color:#111;font-family:"Ubuntu", -apple-system, "Segoe UI", "Roboto", "Oxygen", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;font-smoothing:subpixel-antialiased;font-weight:300;line-height:1.5rem}@media screen and (max-width: 1680px){html{font-size:1rem}}@media screen and (min-width: 1680px){html{font-size:1.125rem;line-height:1.6875rem}}small.dense,.p-text--small.dense{margin-bottom:1.3rem}p:not([class*='p-heading--']):not([class*='p-muted-heading']):empty{line-height:0;margin:0;padding:0}sub,sup{line-height:0;position:relative;vertical-align:baseline}abbr[title]{border-bottom:0.1em dotted;cursor:help;text-decoration:none}blockquote{border-left:2px solid #666;margin-bottom:1rem;margin-left:0;margin-top:0;overflow:auto;padding-bottom:.5rem;padding-left:1.5rem}blockquote>:last-child{margin-bottom:.1rem}blockquote>cite{display:block;font-style:normal}html{box-sizing:border-box}*,*::before,*::after{box-sizing:inherit}button{background-color:#fff;border-color:#999;color:#000}button:visited{color:#000}button:active,button:active:hover{background-color:#d9d9d9;border-color:#999;transition-duration:0s}button:hover{background-color:#e6e6e6;border-color:#999}button:disabled:active,button:disabled:hover,button.is-disabled:active,button.is-disabled:hover{background-color:rgba(0,0,0,0);border-color:#999}button .p-link--external{color:currentColor}.p-button--base,.p-button--negative,.p-button--positive,.p-button--brand,.p-button--neutral,.p-button,[type='submit'],button{transition-duration:0.165s;transition-property:background-color,border-color;transition-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);border-radius:.125rem;border-style:solid;border-width:1px;cursor:pointer;display:inline-block;font-size:1rem;font-weight:300;line-height:1.5rem;margin:0 0 1.7rem 0;padding:calc(.4rem - 1px) .75rem;text-align:center;text-decoration:none}.p-button--base:focus,.p-button--negative:focus,.p-button--positive:focus,.p-button--brand:focus,.p-button--neutral:focus,.p-button:focus,[type='submit']:focus,button:focus{outline:2px solid #19b6ee}.p-button--base:active,.p-button--negative:active,.p-button--positive:active,.p-button--brand:active,.p-button--neutral:active,.p-button:active,[type='submit']:active,.p-button--base:focus,.p-button--negative:focus,.p-button--positive:focus,.p-button--brand:focus,.p-button--neutral:focus,.p-button:focus,[type='submit']:focus,.p-button--base:hover,.p-button--negative:hover,.p-button--positive:hover,.p-button--brand:hover,.p-button--neutral:hover,.p-button:hover,[type='submit']:hover,button:active,button:focus,button:hover{text-decoration:none}.p-button--base:disabled,.p-button--negative:disabled,.p-button--positive:disabled,.p-button--brand:disabled,.p-button--neutral:disabled,.p-button:disabled,[type='submit']:disabled,.is-disabled.p-button--base,.is-disabled.p-button--negative,.is-disabled.p-button--positive,.is-disabled.p-button--brand,.is-disabled.p-button--neutral,.is-disabled.p-button,.is-disabled[type='submit'],button:disabled,button.is-disabled{cursor:not-allowed;opacity:0.5}@media only screen and (max-width: 460px){.p-button--base,.p-button--negative,.p-button--positive,.p-button--brand,.p-button--neutral,.p-button,[type='submit'],button{width:100%}}@media only screen and (min-width: 461px){.p-button--base,.p-button--negative,.p-button--positive,.p-button--brand,.p-button--neutral,.p-button,[type='submit'],button{width:auto}.p-button--base:not(:last-of-type):not(:only-of-type),.p-button--negative:not(:last-of-type):not(:only-of-type),.p-button--positive:not(:last-of-type):not(:only-of-type),.p-button--brand:not(:last-of-type):not(:only-of-type),.p-button--neutral:not(:last-of-type):not(:only-of-type),.p-button:not(:last-of-type):not(:only-of-type),[type='submit']:not(:last-of-type):not(:only-of-type),button:not(:last-of-type):not(:only-of-type){margin-right:1rem}}table .p-button--base,table .p-button--negative,table .p-button--positive,table .p-button--brand,table .p-button--neutral,table .p-button,table [type='submit'],table button{margin-bottom:.1rem;padding-bottom:calc(.15rem - 1px);padding-top:calc(.15rem - 1px)}p .p-button--base,p .p-button--negative,p .p-button--positive,p .p-button--brand,p .p-button--neutral,p .p-button,p [type='submit'],p button{margin-bottom:.6rem;margin-top:-.4rem}p+p>.p-button--base,p+p>.p-button--negative,p+p>.p-button--positive,p+p>.p-button--brand,p+p>.p-button--neutral,p+p>.p-button,p+p>[type='submit'],p+p>button{margin-top:.1rem}@media only screen and (max-width: 460px){p .p-button--base+.p-button--base,p .p-button--negative+.p-button--base,p .p-button--base+.p-button--negative,p .p-button--negative+.p-button--negative,p .p-button--positive+.p-button--base,p .p-button--positive+.p-button--negative,p .p-button--base+.p-button--positive,p .p-button--negative+.p-button--positive,p .p-button--positive+.p-button--positive,p .p-button--brand+.p-button--base,p .p-button--brand+.p-button--negative,p .p-button--brand+.p-button--positive,p .p-button--base+.p-button--brand,p .p-button--negative+.p-button--brand,p .p-button--positive+.p-button--brand,p .p-button--brand+.p-button--brand,p .p-button--neutral+.p-button--base,p .p-button--neutral+.p-button--negative,p .p-button--neutral+.p-button--positive,p .p-button--neutral+.p-button--brand,p .p-button--base+.p-button--neutral,p .p-button--negative+.p-button--neutral,p .p-button--positive+.p-button--neutral,p .p-button--brand+.p-button--neutral,p .p-button--neutral+.p-button--neutral,p .p-button+.p-button--base,p .p-button+.p-button--negative,p .p-button+.p-button--positive,p .p-button+.p-button--brand,p .p-button+.p-button--neutral,p .p-button--base+.p-button,p .p-button--negative+.p-button,p .p-button--positive+.p-button,p .p-button--brand+.p-button,p .p-button--neutral+.p-button,p .p-button+.p-button,p [type='submit']+.p-button--base,p [type='submit']+.p-button--negative,p [type='submit']+.p-button--positive,p [type='submit']+.p-button--brand,p [type='submit']+.p-button--neutral,p [type='submit']+.p-button,p .p-button--base+[type='submit'],p .p-button--negative+[type='submit'],p .p-button--positive+[type='submit'],p .p-button--brand+[type='submit'],p .p-button--neutral+[type='submit'],p .p-button+[type='submit'],p [type='submit']+[type='submit'],p button+.p-button--base,p button+.p-button--negative,p button+.p-button--positive,p button+.p-button--brand,p button+.p-button--neutral,p button+.p-button,p button+[type='submit'],p .p-button--base+button,p .p-button--negative+button,p .p-button--positive+button,p .p-button--brand+button,p .p-button--neutral+button,p .p-button+button,p [type='submit']+button,p button+button{margin-top:.6rem}}code,samp,kbd{background-color:#e5e5e5;box-shadow:0 0 0 0.25rem #e5e5e5;font-family:"Ubuntu Mono", Consolas, Monaco, Courier, monospace;font-weight:300;margin-left:0.25rem;margin-right:0.25rem;text-align:left}pre,code{direction:ltr;-webkit-hyphens:none;-ms-hyphens:none;hyphens:none;-moz-tab-size:4;-o-tab-size:4;tab-size:4;word-spacing:normal;word-wrap:break-word}pre code{display:inline-block}pre{background-color:#f7f7f7;border:1px solid #cdcdcd;border-radius:.125rem;color:#111;display:block;margin-bottom:1.5rem;margin-top:0;overflow:auto;padding:calc(0.45rem - 1px) 1rem calc(0.45rem - 1px);text-align:left;text-shadow:none;white-space:pre}pre code{background:none;box-shadow:none;margin-left:0;margin-right:0}.p-code-copyable__action,.p-code-copyable,[type='file'],textarea,[type='text'],[type='date'],[type='datetime'],[type='datetime-local'],[type='month'],[type='time'],[type='week'],[type='number'],[type='search'],[type='password'],[type='email'],[type='url'],[type='tel'],select{margin-bottom:.7rem;padding-bottom:calc(.4rem - 1px);padding-top:calc(.4rem - 1px)}textarea,[type='text'],[type='date'],[type='datetime'],[type='datetime-local'],[type='month'],[type='time'],[type='week'],[type='number'],[type='search'],[type='password'],[type='email'],[type='url'],[type='tel'],select{-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield;background-color:#fff;border:1px solid #999;border-radius:.125rem;box-shadow:inset 0 1px 1px rgba(0,0,0,0.12);color:#111;font-family:"Ubuntu", -apple-system, "Segoe UI", "Roboto", "Oxygen", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;font-size:1rem;font-weight:300;line-height:1.5rem;min-width:10em;padding-left:.5rem;padding-right:.5rem;vertical-align:baseline;width:100%}textarea:focus,[type='text']:focus,[type='date']:focus,[type='datetime']:focus,[type='datetime-local']:focus,[type='month']:focus,[type='time']:focus,[type='week']:focus,[type='number']:focus,[type='search']:focus,[type='password']:focus,[type='email']:focus,[type='url']:focus,[type='tel']:focus,select:focus{outline:2px solid #19b6ee}table textarea,table [type='text'],table [type='date'],table [type='datetime'],table [type='datetime-local'],table [type='month'],table [type='time'],table [type='week'],table [type='number'],table [type='search'],table [type='password'],table [type='email'],table [type='url'],table [type='tel'],table select{margin:0 0 .1rem 0;padding-bottom:calc(.15rem - 1px);padding-top:calc(.15rem - 1px)}textarea:active,[type='text']:active,[type='date']:active,[type='datetime']:active,[type='datetime-local']:active,[type='month']:active,[type='time']:active,[type='week']:active,[type='number']:active,[type='search']:active,[type='password']:active,[type='email']:active,[type='url']:active,[type='tel']:active,select:active{border-color:#666;color:#111;outline:none}textarea::-webkit-placeholder,[type='text']::-webkit-placeholder,[type='date']::-webkit-placeholder,[type='datetime']::-webkit-placeholder,[type='datetime-local']::-webkit-placeholder,[type='month']::-webkit-placeholder,[type='time']::-webkit-placeholder,[type='week']::-webkit-placeholder,[type='number']::-webkit-placeholder,[type='search']::-webkit-placeholder,[type='password']::-webkit-placeholder,[type='email']::-webkit-placeholder,[type='url']::-webkit-placeholder,[type='tel']::-webkit-placeholder,select::-webkit-placeholder,textarea::-ms-placeholder,[type='text']::-ms-placeholder,[type='date']::-ms-placeholder,[type='datetime']::-ms-placeholder,[type='datetime-local']::-ms-placeholder,[type='month']::-ms-placeholder,[type='time']::-ms-placeholder,[type='week']::-ms-placeholder,[type='number']::-ms-placeholder,[type='search']::-ms-placeholder,[type='password']::-ms-placeholder,[type='email']::-ms-placeholder,[type='url']::-ms-placeholder,[type='tel']::-ms-placeholder,select::-ms-placeholder,textarea:-ms-placeholder,[type='text']:-ms-placeholder,[type='date']:-ms-placeholder,[type='datetime']:-ms-placeholder,[type='datetime-local']:-ms-placeholder,[type='month']:-ms-placeholder,[type='time']:-ms-placeholder,[type='week']:-ms-placeholder,[type='number']:-ms-placeholder,[type='search']:-ms-placeholder,[type='password']:-ms-placeholder,[type='email']:-ms-placeholder,[type='url']:-ms-placeholder,[type='tel']:-ms-placeholder,select:-ms-placeholder,textarea::placeholder,[type='text']::placeholder,[type='date']::placeholder,[type='datetime']::placeholder,[type='datetime-local']::placeholder,[type='month']::placeholder,[type='time']::placeholder,[type='week']::placeholder,[type='number']::placeholder,[type='search']::placeholder,[type='password']::placeholder,[type='email']::placeholder,[type='url']::placeholder,[type='tel']::placeholder,select::placeholder{color:#666;opacity:1}textarea:focus,[type='text']:focus,[type='date']:focus,[type='datetime']:focus,[type='datetime-local']:focus,[type='month']:focus,[type='time']:focus,[type='week']:focus,[type='number']:focus,[type='search']:focus,[type='password']:focus,[type='email']:focus,[type='url']:focus,[type='tel']:focus,select:focus{border-color:#666}textarea.has-error,.has-error[type='text'],.has-error[type='date'],.has-error[type='datetime'],.has-error[type='datetime-local'],.has-error[type='month'],.has-error[type='time'],.has-error[type='week'],.has-error[type='number'],.has-error[type='search'],.has-error[type='password'],.has-error[type='email'],.has-error[type='url'],.has-error[type='tel'],select.has-error{border:1px solid #c7162b}textarea.has-caution,.has-caution[type='text'],.has-caution[type='date'],.has-caution[type='datetime'],.has-caution[type='datetime-local'],.has-caution[type='month'],.has-caution[type='time'],.has-caution[type='week'],.has-caution[type='number'],.has-caution[type='search'],.has-caution[type='password'],.has-caution[type='email'],.has-caution[type='url'],.has-caution[type='tel'],select.has-caution{border:1px solid #f99b11}textarea.has-success,.has-success[type='text'],.has-success[type='date'],.has-success[type='datetime'],.has-success[type='datetime-local'],.has-success[type='month'],.has-success[type='time'],.has-success[type='week'],.has-success[type='number'],.has-success[type='search'],.has-success[type='password'],.has-success[type='email'],.has-success[type='url'],.has-success[type='tel'],select.has-success{border:1px solid #0e8420}textarea.has-information,.has-information[type='text'],.has-information[type='date'],.has-information[type='datetime'],.has-information[type='datetime-local'],.has-information[type='month'],.has-information[type='time'],.has-information[type='week'],.has-information[type='number'],.has-information[type='search'],.has-information[type='password'],.has-information[type='email'],.has-information[type='url'],.has-information[type='tel'],select.has-information{border:1px solid #335280}[type='radio'],[type='checkbox']{opacity:0;position:absolute}[type='radio']+label,[type='checkbox']+label{padding-left:2rem;position:relative}[type='radio']+label::before,[type='checkbox']+label::before,[type='radio']+label::after,[type='checkbox']+label::after{transition-duration:0.333s;transition-property:all;transition-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);position:absolute}[type='radio']+label::before,[type='checkbox']+label::before{border:1px solid #999;content:'';height:1rem;left:0;top:.65rem;width:1rem}[type='radio']+label::after,[type='checkbox']+label::after{content:'';opacity:0}[type='radio']+label.is-inline-label,[type='checkbox']+label.is-inline-label{display:inline;padding-top:0}[type='radio']+label.is-inline-label::before,[type='checkbox']+label.is-inline-label::before{top:0}[type='radio']:checked+label::after,[type='checkbox']:checked+label::after{opacity:1}[type='radio']:focus+label,[type='checkbox']:focus+label{outline:2px solid #19b6ee}.p-switch:disabled+.p-switch__slider,textarea[disabled],[disabled][type='text'],[disabled][type='date'],[disabled][type='datetime'],[disabled][type='datetime-local'],[disabled][type='month'],[disabled][type='time'],[disabled][type='week'],[disabled][type='number'],[disabled][type='search'],[disabled][type='password'],[disabled][type='email'],[disabled][type='url'],[disabled][type='tel'],select[disabled],textarea[disabled='disabled'],[disabled='disabled'][type='text'],[disabled='disabled'][type='date'],[disabled='disabled'][type='datetime'],[disabled='disabled'][type='datetime-local'],[disabled='disabled'][type='month'],[disabled='disabled'][type='time'],[disabled='disabled'][type='week'],[disabled='disabled'][type='number'],[disabled='disabled'][type='search'],[disabled='disabled'][type='password'],[disabled='disabled'][type='email'],[disabled='disabled'][type='url'],[disabled='disabled'][type='tel'],select[disabled='disabled'],[disabled][type='radio']+label,[disabled][type='checkbox']+label,[disabled='disabled'][type='radio']+label,[disabled='disabled'][type='checkbox']+label{cursor:not-allowed;opacity:0.5}textarea[readonly],[readonly][type='text'],[readonly][type='date'],[readonly][type='datetime'],[readonly][type='datetime-local'],[readonly][type='month'],[readonly][type='time'],[readonly][type='week'],[readonly][type='number'],[readonly][type='search'],[readonly][type='password'],[readonly][type='email'],[readonly][type='url'],[readonly][type='tel'],select[readonly],textarea[readonly='readonly'],[readonly='readonly'][type='text'],[readonly='readonly'][type='date'],[readonly='readonly'][type='datetime'],[readonly='readonly'][type='datetime-local'],[readonly='readonly'][type='month'],[readonly='readonly'][type='time'],[readonly='readonly'][type='week'],[readonly='readonly'][type='number'],[readonly='readonly'][type='search'],[readonly='readonly'][type='password'],[readonly='readonly'][type='email'],[readonly='readonly'][type='url'],[readonly='readonly'][type='tel'],select[readonly='readonly']{color:#cdcdcd;cursor:default}textarea[readonly]:hover,[readonly][type='text']:hover,[readonly][type='date']:hover,[readonly][type='datetime']:hover,[readonly][type='datetime-local']:hover,[readonly][type='month']:hover,[readonly][type='time']:hover,[readonly][type='week']:hover,[readonly][type='number']:hover,[readonly][type='search']:hover,[readonly][type='password']:hover,[readonly][type='email']:hover,[readonly][type='url']:hover,[readonly][type='tel']:hover,select[readonly]:hover,textarea[readonly]:active,[readonly][type='text']:active,[readonly][type='date']:active,[readonly][type='datetime']:active,[readonly][type='datetime-local']:active,[readonly][type='month']:active,[readonly][type='time']:active,[readonly][type='week']:active,[readonly][type='number']:active,[readonly][type='search']:active,[readonly][type='password']:active,[readonly][type='email']:active,[readonly][type='url']:active,[readonly][type='tel']:active,select[readonly]:active,textarea[readonly='readonly']:hover,[readonly='readonly'][type='text']:hover,[readonly='readonly'][type='date']:hover,[readonly='readonly'][type='datetime']:hover,[readonly='readonly'][type='datetime-local']:hover,[readonly='readonly'][type='month']:hover,[readonly='readonly'][type='time']:hover,[readonly='readonly'][type='week']:hover,[readonly='readonly'][type='number']:hover,[readonly='readonly'][type='search']:hover,[readonly='readonly'][type='password']:hover,[readonly='readonly'][type='email']:hover,[readonly='readonly'][type='url']:hover,[readonly='readonly'][type='tel']:hover,select[readonly='readonly']:hover,textarea[readonly='readonly']:active,[readonly='readonly'][type='text']:active,[readonly='readonly'][type='date']:active,[readonly='readonly'][type='datetime']:active,[readonly='readonly'][type='datetime-local']:active,[readonly='readonly'][type='month']:active,[readonly='readonly'][type='time']:active,[readonly='readonly'][type='week']:active,[readonly='readonly'][type='number']:active,[readonly='readonly'][type='search']:active,[readonly='readonly'][type='password']:active,[readonly='readonly'][type='email']:active,[readonly='readonly'][type='url']:active,[readonly='readonly'][type='tel']:active,select[readonly='readonly']:active{border-color:#666;outline:none}label{cursor:pointer;display:block;margin-bottom:.6rem;margin-top:0;padding-top:.4rem;width:fit-content}label.is-required::after{color:#c7162b;content:'*';left:.25rem;position:relative}label.has-error{color:#c7162b}label.has-caution{color:#f99b11}label.has-success{color:#0e8420}label.has-information{color:#335280}[type='file']{width:100%}[type='file']:focus{outline:2px solid #19b6ee}[type='search']{-moz-appearance:none;-webkit-appearance:none;appearance:none;border-radius:0}[type='search']::-webkit-search-results-decoration{display:none}[type='search']::-webkit-search-cancel-button{-webkit-appearance:searchfield-cancel-button;cursor:pointer}[type='checkbox']+label::before{border-radius:.125rem}[type='checkbox']+label::after{border-bottom:2px solid;border-left:2px solid;color:#fff;height:.375rem;left:.1875rem;top:.8375rem;transform:rotate(-45deg);width:0.625rem}[type='checkbox']:checked+label::before{background-color:#335280;border-color:#335280}[type='checkbox']:checked+.is-inline-label::after{top:.25rem}[type='radio']+label::before,[type='radio']+label::after{border-radius:50%}[type='radio']+label::after{background-color:#fff;border-radius:50%;height:6px;left:calc(.5rem - 3px);top:calc(1.15rem - 3px);width:6px}[type='radio']:checked+label::before{background-color:#335280;border-color:#335280}[type='radio']:checked+.is-inline-label::after{top:calc(.5rem - 3px)}[type='submit']{background-color:#0e8420;border-color:#0e8420;color:#fff}[type='submit']:visited{color:#fff}[type='submit']:active,[type='submit']:active:hover{background-color:#d9d9d9;border-color:#999;transition-duration:0s}[type='submit']:hover{background-color:#095615;border-color:#095615}[type='submit']:disabled:active,[type='submit']:disabled:hover,[type='submit'].is-disabled:active,[type='submit'].is-disabled:hover{background-color:#0e8420;border-color:#0e8420}[type='submit'] .p-link--external{color:currentColor}select{background-image:url("data:image/svg+xml, %3Csvg width='16px' height='16px' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='chevron_down' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cpolygon id='chevron' fill='%23666' transform='translate(8.000000, 8.193853) rotate(90.000000) translate(-8.000000, -8.193853) ' points='4.80614657 14.3333333 8.64539007 8.17730496 4.80614657 2.05437352 6.16312057 1.19385343 11.1938534 8.17730496 6.16312057 15.1938534'%3E%3C/polygon%3E%3C/g%3E%3C/svg%3E");-moz-appearance:none;-webkit-appearance:none;appearance:none;background-color:#fff;background-position:right .5rem center;background-repeat:no-repeat;background-size:1rem;box-shadow:none;color:#111;min-height:1.5rem;padding-right:1.5rem;text-indent:0.01px;text-overflow:''}select:hover{cursor:pointer}select[multiple],select[size]{background-image:none;box-shadow:none;height:auto}select[multiple] option,select[size] option{font-weight:300;line-height:calc(1rem - 2px);padding:.5rem .5rem}textarea{margin-bottom:.7rem;overflow:auto;vertical-align:top}fieldset{background-color:#f7f7f7;border:1px solid #cdcdcd;border-radius:.125rem;color:#111;margin-bottom:1.5rem;padding:calc(.5rem - 1px) .5rem}hr{background-color:#cdcdcd;border:0;height:1px;margin-bottom:calc(1rem - 1px);margin-top:0;position:relative;width:100%}hr+p{margin-top:-.5rem}.row.is-bordered{position:relative}.row.is-bordered::before{background:#cdcdcd;content:'';height:1px;margin-bottom:calc(1rem - 1px);position:absolute}@media (max-width: 620px){.row.is-bordered::before{left:1rem;right:1rem}}@media (min-width: 620px) and (max-width: 772px){.row.is-bordered::before{left:1.5rem;right:1.5rem}}@media (min-width: 772px){.row.is-bordered::before{left:1.5rem;right:1.5rem}}a{color:#007aa6;text-decoration:none}a:focus{outline:thin dotted #cdcdcd}a:hover{cursor:pointer;text-decoration:underline}a:visited{color:#005573}li>ul,li>ol{margin-bottom:0;padding-top:0}li>ul>li:last-of-type,li>ol>li:last-of-type{padding-bottom:0}ol,ul{margin-bottom:1.5rem;margin-left:1rem;margin-top:0;padding-left:1rem}nav ol,nav ul{list-style:none;list-style-image:none}li,dl{margin:0;padding:0}dd{margin-left:1rem}dt{border-top:1px solid #cdcdcd}dt:first-of-type{border-top:0}img{border:0;border-radius:.125rem;height:auto;max-width:100%}svg:not(:root){overflow:hidden}figure{margin-bottom:1.5rem;margin-left:0;width:100%}figure caption,figure figcaption{display:block;font-style:italic;margin-top:.25rem;width:100%}object,iframe,embed,canvas,video,audio{display:block;margin:0 auto 20px;max-width:100%}audio:not([controls]){display:none;height:0}[hidden]{display:none}table{border:0;border-collapse:collapse;line-height:1.5rem;overflow-x:auto;padding-bottom:1.5rem;width:100%;table-layout:fixed}td,th{font-weight:300;padding-left:0;text-align:left;text-overflow:ellipsis;vertical-align:top}@media screen and (min-width: 772px){td:not(:last-child),th:not(:last-child){padding-right:1rem}}thead th{line-height:1rem;padding-bottom:.8rem}thead tr{border-bottom:1px solid #111;vertical-align:top}tbody tr:not(:first-child),tfoot tr{border-top:1px solid #cdcdcd}.p-accordion__tab,td,th{padding-bottom:.5rem;padding-top:calc(.5rem - 1px)}.p-accordion__list{list-style-type:none;margin:0 0 1.5rem 0;padding:0}.p-accordion__group{position:relative}.p-accordion__tab{background-position:top 50% left 1rem;background-repeat:no-repeat;background-color:inherit;border:0;border-radius:0;margin-bottom:0;padding-left:2.75rem;padding-right:1rem;text-align:left;transition-duration:0s;width:100%;z-index:2}.p-accordion__tab:focus{outline:2px solid #19b6ee}.p-accordion__tab[aria-expanded='true']{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='9' width='9'%3E%3Cpath d='M0 5V4h9v1z' fill='%23666' fill-rule='evenodd'/%3E%3C/svg%3E");background-size:.75rem}.p-accordion__tab[aria-expanded='false']{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='9' width='9'%3E%3Cg fill='%23666' fill-rule='evenodd'%3E%3Cpath d='M4 0h1v9H4z'/%3E%3Cpath d='M0 5V4h9v1z'/%3E%3C/g%3E%3C/svg%3E");background-size:.75rem}.p-accordion__panel{margin:0;overflow:auto;padding-left:3.75rem}.p-accordion__panel[aria-hidden='true']{display:none}.p-article-pagination__link--next::after,.p-article-pagination__link--previous::before{color:#666;content:'\203A';font-size:2em;position:absolute;top:1rem}.p-article-pagination{display:flex;width:100%}.p-article-pagination__label,.p-article-pagination__title{color:#111;display:block;margin-top:0;width:100%}.p-article-pagination__label{margin-bottom:.25rem}.p-article-pagination__title{font-size:1.125em}@media (min-width: 620px){.p-article-pagination__title{font-size:1.25em}}.p-article-pagination__link,.p-article-pagination__link--next,.p-article-pagination__link--previous{margin-top:0;padding:1rem;position:relative;width:50%}.p-article-pagination__link:hover,.p-article-pagination__link--next:hover,.p-article-pagination__link--previous:hover{background:#f7f7f7;text-decoration:none}.p-article-pagination__link--previous{padding-left:2.5rem;text-align:left}@media (max-width: 460px){.p-article-pagination__link--previous{width:auto}.p-article-pagination__link--previous:only-child{width:100%}.p-article-pagination__link--previous:not(:only-child) *{display:none;max-width:.25rem;padding-left:1.5rem}}.p-article-pagination__link--previous::before{left:.5rem;transform:scaleX(-1)}.p-article-pagination__link--next{padding-right:2.5rem;text-align:right}@media (max-width: 460px){.p-article-pagination__link--next{width:100%}}.p-article-pagination__link--next:only-child{margin-left:auto}.p-article-pagination__link--next::after{right:.5rem}.p-breadcrumbs{list-style:none;margin:0;padding:0;width:100%}.p-breadcrumbs__item{display:inline-block;margin-bottom:.6rem}.p-breadcrumbs__item:not(:first-of-type){text-indent:1rem}.p-breadcrumbs__item:not(:first-of-type)::before{content:'\203A';margin-left:-0.75rem;margin-right:0.5rem}.p-button{background-color:#fff;border-color:#999;color:#000}.p-button:visited{color:#000}.p-button:active{background-color:#d1d1d1;border-color:#fff;transition-duration:0s}.p-button:hover{background-color:#e6e6e6;border-color:#999}.p-button:disabled:active,.p-button:disabled:hover,.is-disabled.p-button:active,.is-disabled.p-button:hover{background-color:#fff;border-color:#fff}.p-button .p-link--external{color:currentColor}.p-button--neutral{background-color:#fff;border-color:#999;color:#000}.p-button--neutral:visited{color:#000}.p-button--neutral:active{background-color:#d9d9d9;border-color:#999;transition-duration:0s}.p-button--neutral:hover{background-color:#e6e6e6;border-color:#999}.p-button--neutral:disabled:active,.p-button--neutral:disabled:hover,.is-disabled.p-button--neutral:active,.is-disabled.p-button--neutral:hover{background-color:rgba(0,0,0,0);border-color:#999}.p-button--neutral .p-link--external{color:currentColor}.p-button--brand{background-color:#333;border-color:#333;color:#fff}.p-button--brand:visited{color:#fff}.p-button--brand:active{background-color:#0d0d0d;border-color:#0d0d0d;transition-duration:0s}.p-button--brand:hover{background-color:#1a1a1a;border-color:#1a1a1a}.p-button--brand:disabled:active,.p-button--brand:disabled:hover,.is-disabled.p-button--brand:active,.is-disabled.p-button--brand:hover{background-color:#333;border-color:#333}.p-button--brand .p-link--external{color:currentColor}.p-button--positive{background-color:#0e8420;border-color:#0e8420;color:#fff}.p-button--positive:visited{color:#fff}.p-button--positive:active{background-color:#073f0f;border-color:#073f0f;transition-duration:0s}.p-button--positive:hover{background-color:#095615;border-color:#095615}.p-button--positive:disabled:active,.p-button--positive:disabled:hover,.is-disabled.p-button--positive:active,.is-disabled.p-button--positive:hover{background-color:#0e8420;border-color:#0e8420}.p-button--positive .p-link--external{color:currentColor}.p-button--negative{background-color:#c7162b;border-color:#c7162b;color:#fff}.p-button--negative:visited{color:#fff}.p-button--negative:active{background-color:#820e1c;border-color:#820e1c;transition-duration:0s}.p-button--negative:hover{background-color:#991121;border-color:#991121}.p-button--negative:disabled:active,.p-button--negative:disabled:hover,.is-disabled.p-button--negative:active,.is-disabled.p-button--negative:hover{background-color:#c7162b;border-color:#c7162b}.p-button--negative .p-link--external{color:currentColor}.p-button--base{background-color:rgba(0,0,0,0);border-color:rgba(0,0,0,0);color:#000}.p-button--base:visited{color:#000}.p-button--base:active{background-color:#d1d1d1;border-color:rgba(0,0,0,0);transition-duration:0s}.p-button--base:hover{background-color:#e6e6e6;border-color:rgba(0,0,0,0)}.p-button--base:disabled:active,.p-button--base:disabled:hover,.is-disabled.p-button--base:active,.is-disabled.p-button--base:hover{background-color:rgba(0,0,0,0);border-color:#999}.p-button--base .p-link--external{color:currentColor}@media (min-width: 772px){[class~='p-button'].is-inline{margin-left:1rem;width:auto}}[class~='p-button'].has-icon{width:auto}[class~='p-button'].has-icon [class*='p-icon']:only-child{margin-left:-2px;margin-right:-2px}[class~='p-button'].has-icon [class*='p-icon']+*{margin-left:.25rem}.p-card{padding:calc(1rem - 1px)}.p-card--overlay{background:rgba(255,255,255,0.9);color:#111;margin-bottom:1.5rem;overflow:auto;padding:1rem}.p-card--muted{margin-bottom:1.5rem;overflow:auto;padding:1rem}.p-card__image{margin-bottom:1rem;vertical-align:top;width:100%}.p-card__header{border-bottom:1px solid #cdcdcd;padding-bottom:1rem}.p-card__header>.p-link--soft{display:inline-block;overflow:auto}.p-card__thumbnail{max-height:2rem}[class*='p-card'] p:not([class^='p-heading--']):last-child,[class*='p-card'] h5:last-child,[class*='p-card'] h6:last-child{margin-bottom:.1rem}[class*='p-card'] p:not([class^='p-heading--']):first-child,[class*='p-card'] h5:first-child,[class*='p-card'] h6:first-child{margin-top:-.5rem}.p-code-copyable{display:flex;overflow:hidden;position:relative}.p-code-copyable+.p-code-copyable{margin-top:0}.p-code-copyable::before{color:#999;content:'$';display:block;left:0;line-height:1.5rem;padding:0 calc(36px + .5rem) 0 .5rem;position:absolute;top:.25rem;width:1rem}.p-code-copyable__input{border:0;color:#666;font-family:"Ubuntu Mono", Consolas, Monaco, Courier, monospace;line-height:1.5rem;padding:0 calc(36px + .5rem) 0 1.5rem;width:100%}.p-code-copyable__action{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='17' width='16'%3E%3Cg fill='%23666' fill-rule='evenodd'%3E%3Cpath d='M10.587 1.8h3.259c.472 0 .846.053 1.161.2s.567.412.716.748c.298.67.266 1.491.277 2.613V13.84c-.011 1.121.021 1.942-.277 2.613-.149.335-.401.6-.716.747s-.689.2-1.161.2H4.154c-.472 0-.846-.053-1.16-.2s-.568-.412-.717-.747c-.246-.554-.268-1.21-.273-2.053h.803c.016.854.058 1.428.178 1.707.072.166.151.26.336.348s.477.145.896.145h9.566c.42 0 .712-.057.897-.145a.602.602 0 0 0 .335-.348c.143-.331.175-1.081.185-2.222V5.309c-.01-1.137-.042-1.885-.185-2.216a.603.603 0 0 0-.335-.348c-.185-.088-.477-.145-.897-.145h-3.538c.182-.225.304-.5.342-.8zm-3.174 0c.038.3.16.575.341.8H4.217c-.42 0-.712.057-.896.145a.603.603 0 0 0-.336.348c-.143.33-.175 1.079-.185 2.216V10.8H2V5.361c.01-1.122-.021-1.942.277-2.613.149-.336.401-.601.716-.748s.689-.2 1.16-.2h3.26z'/%3E%3Cpath fill-rule='nonzero' d='M11.398 1.8v2.4H6.6V1.8h1.6c0 .447.353.8.8.8.445 0 .799-.353.799-.8h1.6z'/%3E%3Cpath fill-rule='nonzero' d='M10.6 1.6c0 .879-.722 1.6-1.6 1.6-.879 0-1.6-.721-1.6-1.6C7.4.72 8.121 0 9 0c.879 0 1.6.72 1.6 1.6zm-.8 0c0-.447-.354-.8-.8-.8-.447 0-.8.353-.8.8 0 .446.353.8.8.8.446 0 .8-.354.8-.8z'/%3E%3Cpath d='M8.4 7.2H14v1H8.4zM8.4 9.6H14v1H8.4zM10 12h4v1h-4z'/%3E%3Cpath fill-rule='nonzero' d='M4.4 10s2.134 1.026 4 2.505h-.002C6.427 14.03 4.4 15 4.4 15v-5z'/%3E%3Cpath d='M0 11.6h4.4v2H0z'/%3E%3C/g%3E%3C/svg%3E");background-color:#f7f7f7;border-color:#999;color:#000;background-position:center;background-repeat:no-repeat;border:0;border-left:1px solid #cdcdcd;border-radius:0;line-height:1.5rem;margin:0;position:absolute;right:0;top:0;width:36px}.p-code-copyable__action:visited{color:#000}.p-code-copyable__action:active,.p-code-copyable__action:active:hover{background-color:#d9d9d9;border-color:#999;transition-duration:0s}.p-code-copyable__action:hover{background-color:#dedede;border-color:#999}.p-code-copyable__action:disabled:active,.p-code-copyable__action:disabled:hover,.p-code-copyable__action.is-disabled:active,.p-code-copyable__action.is-disabled:hover{background-color:rgba(0,0,0,0);border-color:#999}.p-code-copyable__action .p-link--external{color:currentColor}.p-code-numbered{counter-reset:line-numbering;padding:0}.p-code-numbered__line{display:inline-block;padding:.5rem 1rem 0 5.5rem;position:relative;width:100%}.p-code-numbered__line:empty{display:block;min-height:2.5rem}.p-code-numbered__line:last-of-type,.p-code-numbered__line:last-of-type::before{padding-bottom:.5rem}.p-code-numbered__line::before{background:#fff;border-right:1px solid #cdcdcd;color:#666;content:counter(line-numbering);counter-increment:line-numbering;display:inline-block;height:100%;left:0;padding:.5rem 1rem 0 1rem;pointer-events:none;position:absolute;text-align:right;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:4.5rem}.p-contextual-menu,.p-contextual-menu--center,.p-contextual-menu--left{display:inline-block;margin:0;position:relative}.p-contextual-menu--left .p-contextual-menu__dropdown{left:0}.p-contextual-menu--left .p-contextual-menu__dropdown::before,.p-contextual-menu--left .p-contextual-menu__dropdown::after{left:.5rem;right:initial}.p-contextual-menu--left .p-contextual-menu__dropdown::after{left:.6rem}.p-contextual-menu--center .p-contextual-menu__dropdown{left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.p-contextual-menu--center .p-contextual-menu__dropdown::before,.p-contextual-menu--center .p-contextual-menu__dropdown::after{left:50%;right:initial;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.p-contextual-menu__dropdown{display:none;margin:0;max-width:21rem;min-width:10rem;padding:0;position:absolute;right:0;top:calc(100% + .25rem);z-index:1}.p-contextual-menu__dropdown::before,.p-contextual-menu__dropdown::after{border-bottom:8px solid rgba(17,17,17,0.05);border-left:8px solid transparent;border-right:8px solid transparent;bottom:100%;content:'';height:0;pointer-events:none;position:absolute;right:.5rem;width:0}.p-contextual-menu__dropdown::after{border-bottom:6px solid #fff;border-left:6px solid transparent;border-right:6px solid transparent;right:.6rem}.p-contextual-menu__dropdown[aria-hidden='false']{display:block}.p-contextual-menu__group{display:block;padding:.125rem 0}.p-contextual-menu__group+.p-contextual-menu__group{border-top:1px solid #cdcdcd;margin:0}.p-contextual-menu__toggle{margin-bottom:.7rem}.p-contextual-menu__link{border:0;clear:both;color:#111;display:block;line-height:1.5rem;margin:0;overflow:hidden;padding:.125rem .5rem;text-align:left;text-overflow:ellipsis;white-space:nowrap;width:100%}.p-contextual-menu__link:hover{background-color:#f7f7f7;text-decoration:none}.p-divider__block{position:relative}@media (max-width: 772px){.p-divider__block{padding-bottom:1.5rem;padding-top:1rem}.p-divider__block:not(:first-child)::before{background-color:#cdcdcd;content:'';height:1px;left:0;position:absolute;right:0;top:0}}@media (min-width: 772px){.p-divider__block:not(:nth-child(1))::before{background-color:#cdcdcd;bottom:.5rem;content:'';left:-1rem;position:absolute;top:.5rem;width:1px}}.p-form-help-text{color:#666;margin-top:-.5rem}.p-form-validation{color:#111;position:relative}.p-form-validation :not(select).p-form-validation__input{background-position:calc(100% - .5rem) 50%;background-repeat:no-repeat}.p-form-validation__message{margin-top:-.5rem}.p-form-validation__icon{position:relative}.p-form-validation__icon::after{position:absolute;right:.5rem;top:calc(50% - .25rem)}.is-error .p-form-validation__select-wrapper,.is-caution .p-form-validation__select-wrapper,.is-success .p-form-validation__select-wrapper{min-width:10em;position:relative}.is-error .p-form-validation__select-wrapper::after,.is-caution .p-form-validation__select-wrapper::after,.is-success .p-form-validation__select-wrapper::after{background-repeat:no-repeat;background-size:contain;content:' ';display:block;height:1rem;pointer-events:none;position:absolute;right:2rem;top:calc(50% - (1rem / 2) - (.7rem / 2));width:1rem;z-index:100}.is-error .p-form-validation__select-wrapper .p-form-validation__input,.is-caution .p-form-validation__select-wrapper .p-form-validation__input,.is-success .p-form-validation__select-wrapper .p-form-validation__input{padding-right:4rem}.is-error .p-form-validation__input{border-color:#c7162b}.is-error :not(select).p-form-validation__input,.is-error .p-form-validation__select-wrapper::after{background-image:url("https://assets.ubuntu.com/v1/4b0cd7fc-icon-error.svg")}.is-success .p-form-validation__input{border-color:#0e8420}.is-success :not(select).p-form-validation__input,.is-success .p-form-validation__select-wrapper::after{background-image:url("https://assets.ubuntu.com/v1/94949185-icon-success.svg")}.is-caution .p-form-validation__input{border-color:#f99b11}.is-caution :not(select).p-form-validation__input,.is-caution .p-form-validation__select-wrapper::after{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='16' width='16'%3E%3Cg color='%23000'%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3Cpath stroke-linejoin='round' fill='%23f99b11' transform='matrix%282.28 0 0 2.437 -2180.8 -490.52%29' stroke='%23f99b11' stroke-width='.848' d='M963.07 207.03h-6.15l3.08-5.33z'/%3E%3Cpath d='M7 5v5h2V5H7zm0 6v2h2v-2H7z' fill='%23111'/%3E%3C/g%3E%3C/svg%3E")}.p-form--stacked{width:100%}@media screen and (min-width: 772px){.p-form--stacked .p-form__group{align-items:baseline}.p-form--stacked .p-form__group+.p-form__group{margin-top:.5rem}}@media screen and (min-width: 772px){.p-form--inline{align-items:baseline;display:inline-flex;flex-direction:row}.p-form--inline>*{margin:0}}@media screen and (min-width: 772px){.p-form--inline .p-form__group{display:flex;width:auto}.p-form--inline .p-form__group+.p-form__group,.p-form--inline .p-form__group+[class*='p-button']{margin-left:1.5rem}.p-form--inline .p-form__group .p-form__label,.p-form--inline .p-form__group .p-form__control,.p-form--inline .p-form__group .p-form-validation__message{align-self:baseline;box-sizing:border-box}.p-form--inline .p-form__group .p-form__label{flex-shrink:0;padding-right:1rem}.p-form--inline .p-form__group .p-form__control{display:inline-block}.p-form--inline .p-form__group .p-form-validation__message,.p-form--inline .p-form__group .p-form-help-text{clear:both;min-width:100%;width:0}}.p-form--inline [class*='p-button']{flex:initial;flex-shrink:0;margin-top:0}form+[class*='p-button']{margin-top:1.5rem}.row{width:100%}@media (max-width: 620px){.col-12,.col-11,.col-10,.col-9,.col-8,.col-7,.col-6,.col-5,.col-4,.col-3,.col-2,.col-1,.col-medium-6,.col-medium-5,.col-medium-4,.col-medium-3,.col-medium-2,.col-medium-1{grid-column:1/span 4}}@media (min-width: 620px) and (max-width: 772px){.col-12,.col-11,.col-10,.col-9,.col-8,.col-7,.col-6,.col-5,.col-4,.col-3,.col-2,.col-1,.col-small-4,.col-small-3,.col-small-2,.col-small-1{grid-column:1/span 6}}@media (min-width: 772px){.col-medium-6,.col-medium-5,.col-medium-4,.col-medium-3,.col-medium-2,.col-medium-1,.col-small-4,.col-small-3,.col-small-2,.col-small-1{grid-column:1/span 12}}.grid-demo [class*='col-']{background:rgba(199,22,43,0.1);margin-bottom:.5rem}.col-12,.col-11,.col-10,.col-9,.col-8,.col-7,.col-6,.col-5,.col-4,.col-3,.col-2,.col-1,.col-medium-6,.col-medium-5,.col-medium-4,.col-medium-3,.col-medium-2,.col-medium-1,.col-small-4,.col-small-3,.col-small-2,.col-small-1{display:block}.p-stepped-list--detailed .p-stepped-list__item,.row,.p-divider{display:grid;grid-template-rows:auto;margin-left:auto;margin-right:auto;max-width:72rem}.p-stepped-list--detailed .p-stepped-list__item [class*='col-'],.row [class*='col-'],.p-divider [class*='col-']{grid-column-start:auto}.p-stepped-list--detailed .p-stepped-list__item .p-stepped-list__item,.row .p-stepped-list--detailed .p-stepped-list__item,.p-stepped-list--detailed .row .p-stepped-list__item,.p-stepped-list--detailed .p-stepped-list__item .row,.row .row,.p-divider .p-stepped-list--detailed .p-stepped-list__item,.p-stepped-list--detailed .p-divider .p-stepped-list__item,.p-divider .row,.p-stepped-list--detailed .p-stepped-list__item .p-divider,.row .p-divider,.p-divider .p-divider{margin-left:0;margin-right:0;padding-left:0;padding-right:0}@media (max-width: 620px){.p-stepped-list--detailed .p-stepped-list__item,.row,.p-divider{grid-gap:0 1.5rem;grid-template-columns:repeat(4, minmax(0, 1fr))}.p-stepped-list--detailed .p-stepped-list__item *,.row *,.p-divider *{grid-column-end:span 4}}@media (min-width: 620px) and (max-width: 772px){.p-stepped-list--detailed .p-stepped-list__item,.row,.p-divider{grid-gap:0 2rem;grid-template-columns:repeat(6, minmax(0, 1fr))}.p-stepped-list--detailed .p-stepped-list__item *,.row *,.p-divider *{grid-column-end:span 6}}@media (min-width: 772px){.p-stepped-list--detailed .p-stepped-list__item,.row,.p-divider{grid-gap:0 2rem;grid-template-columns:repeat(12, minmax(0, 1fr))}.p-stepped-list--detailed .p-stepped-list__item *,.row *,.p-divider *{grid-column-end:span 12}}@media (max-width: 620px){.col-small-4{grid-column-end:span 4}.col-small-4 .row{grid-template-columns:repeat(4, minmax(0, 1fr))}.col-small-3{grid-column-end:span 3}.col-small-3 .row{grid-template-columns:repeat(3, minmax(0, 1fr))}.col-small-2{grid-column-end:span 2}.col-small-2 .row{grid-template-columns:repeat(2, minmax(0, 1fr))}.col-small-1{grid-column-end:span 1}}@media (min-width: 620px) and (max-width: 772px){.col-medium-6{grid-column-end:span 6}.col-medium-6 .row{grid-template-columns:repeat(6, minmax(0, 1fr))}.col-medium-5{grid-column-end:span 5}.col-medium-5 .row{grid-template-columns:repeat(5, minmax(0, 1fr))}.col-medium-4{grid-column-end:span 4}.col-medium-4 .row{grid-template-columns:repeat(4, minmax(0, 1fr))}.col-medium-3{grid-column-end:span 3}.col-medium-3 .row{grid-template-columns:repeat(3, minmax(0, 1fr))}.col-medium-2{grid-column-end:span 2}.col-medium-2 .row{grid-template-columns:repeat(2, minmax(0, 1fr))}.col-medium-1{grid-column-end:span 1}}@media (min-width: 772px){.col-12{grid-column-end:span 12}.col-12 .row{grid-template-columns:repeat(12, minmax(0, 1fr))}.col-11{grid-column-end:span 11}.col-11 .row{grid-template-columns:repeat(11, minmax(0, 1fr))}.col-10{grid-column-end:span 10}.col-10 .row{grid-template-columns:repeat(10, minmax(0, 1fr))}.col-9{grid-column-end:span 9}.col-9 .row{grid-template-columns:repeat(9, minmax(0, 1fr))}.col-8{grid-column-end:span 8}.col-8 .row{grid-template-columns:repeat(8, minmax(0, 1fr))}.col-7{grid-column-end:span 7}.col-7 .row{grid-template-columns:repeat(7, minmax(0, 1fr))}.col-6{grid-column-end:span 6}.col-6 .row{grid-template-columns:repeat(6, minmax(0, 1fr))}.col-5{grid-column-end:span 5}.col-5 .row{grid-template-columns:repeat(5, minmax(0, 1fr))}.col-4{grid-column-end:span 4}.col-4 .row{grid-template-columns:repeat(4, minmax(0, 1fr))}.col-3{grid-column-end:span 3}.col-3 .row{grid-template-columns:repeat(3, minmax(0, 1fr))}.col-2{grid-column-end:span 2}.col-2 .row{grid-template-columns:repeat(2, minmax(0, 1fr))}.col-1{grid-column-end:span 1}}@media (max-width: 620px){.row [class*='col-'].col-start-small-1{grid-column-start:1}.col-order-small-1{order:1}.row [class*='col-'].col-start-small-2{grid-column-start:2}.col-order-small-2{order:2}.row [class*='col-'].col-start-small-3{grid-column-start:3}.col-order-small-3{order:3}}@media (min-width: 620px) and (max-width: 772px){.row [class*='col-'].col-start-medium-1{grid-column-start:1}.col-order-medium-1{order:1}.row [class*='col-'].col-start-medium-2{grid-column-start:2}.col-order-medium-2{order:2}.row [class*='col-'].col-start-medium-3{grid-column-start:3}.col-order-medium-3{order:3}.row [class*='col-'].col-start-medium-4{grid-column-start:4}.col-order-medium-4{order:4}.row [class*='col-'].col-start-medium-5{grid-column-start:5}.col-order-medium-5{order:5}}@media (min-width: 772px){.row [class*='col-'].col-start-large-1{grid-column-start:1}.col-order-large-1{order:1}.row [class*='col-'].col-start-large-2{grid-column-start:2}.col-order-large-2{order:2}.row [class*='col-'].col-start-large-3{grid-column-start:3}.col-order-large-3{order:3}.row [class*='col-'].col-start-large-4{grid-column-start:4}.col-order-large-4{order:4}.row [class*='col-'].col-start-large-5{grid-column-start:5}.col-order-large-5{order:5}.row [class*='col-'].col-start-large-6{grid-column-start:6}.col-order-large-6{order:6}.row [class*='col-'].col-start-large-7{grid-column-start:7}.col-order-large-7{order:7}.row [class*='col-'].col-start-large-8{grid-column-start:8}.col-order-large-8{order:8}.row [class*='col-'].col-start-large-9{grid-column-start:9}.col-order-large-9{order:9}.row [class*='col-'].col-start-large-10{grid-column-start:10}.col-order-large-10{order:10}.row [class*='col-'].col-start-large-11{grid-column-start:11}.col-order-large-11{order:11}}.p-heading-icon{margin-bottom:1rem}@media (min-width: 772px){.p-heading-icon{margin-bottom:0}}.p-heading-icon__header{display:flex;margin-bottom:-.5rem}.p-heading-icon__header.is-stacked{display:inherit}.p-heading-icon__img{flex-shrink:0;height:2rem;margin-bottom:.5rem;margin-right:1rem;width:2rem}@media (max-width: 772px){.p-heading-icon__img{margin-top:0}}@media (min-width: 772px){.p-heading-icon__img{height:2.5rem;margin-top:-.5rem;width:2.5rem}}.p-heading-icon--small .p-heading-icon__img{height:1.5rem;width:1.5rem}@media (max-width: 772px){.p-heading-icon--small .p-heading-icon__img{margin-top:.25rem}}@media (min-width: 772px){.p-heading-icon--small .p-heading-icon__img{height:2rem;margin-top:0;width:2rem}}.p-icon--anchor{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3E%3Cpath d='M9.002 13.974a11.19 11.19 0 0 0 2.801-.574 12.166 12.166 0 0 0 3.273-1.702l.926 1.405a12.636 12.636 0 0 1-3.653 2.116c-1.356.518-2.805.777-4.347.777-1.543 0-2.998-.26-4.364-.777a12.695 12.695 0 0 1-3.636-2.116l.925-1.405c.98.727 2.066 1.295 3.256 1.702.893.306 1.833.498 2.819.574V5.996h-3v-1h3V3.733a1.999 1.999 0 1 1 2-.004v1.267h2.997v1H9.002v7.978z' fill='%23666' fill-rule='nonzero'/%3E%3C/svg%3E")}[class*='--dark'] .p-icon--anchor,.p-icon--anchor.is-light{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16'%3E%3Cpath d='M9.002 13.974a11.19 11.19 0 0 0 2.801-.574 12.166 12.166 0 0 0 3.273-1.702l.926 1.405a12.636 12.636 0 0 1-3.653 2.116c-1.356.518-2.805.777-4.347.777-1.543 0-2.998-.26-4.364-.777a12.695 12.695 0 0 1-3.636-2.116l.925-1.405c.98.727 2.066 1.295 3.256 1.702.893.306 1.833.498 2.819.574V5.996h-3v-1h3V3.733a1.999 1.999 0 1 1 2-.004v1.267h2.997v1H9.002v7.978z' fill='%23cdcdcd' fill-rule='nonzero'/%3E%3C/svg%3E")}.p-icon--plus{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='9' width='9'%3E%3Cg fill='%23666' fill-rule='evenodd'%3E%3Cpath d='M4 0h1v9H4z'/%3E%3Cpath d='M0 5V4h9v1z'/%3E%3C/g%3E%3C/svg%3E")}[class*='--dark'] .p-icon--plus,.p-icon--plus.is-light{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='9' width='9'%3E%3Cg fill='%23cdcdcd' fill-rule='evenodd'%3E%3Cpath d='M4 0h1v9H4z'/%3E%3Cpath d='M0 5V4h9v1z'/%3E%3C/g%3E%3C/svg%3E")}.p-icon--minus{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='9' width='9'%3E%3Cpath d='M0 5V4h9v1z' fill='%23666' fill-rule='evenodd'/%3E%3C/svg%3E")}[class*='--dark'] .p-icon--minus,.p-icon--minus.is-light{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='9' width='9'%3E%3Cpath d='M0 5V4h9v1z' fill='%23cdcdcd' fill-rule='evenodd'/%3E%3C/svg%3E")}.p-icon--expand{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='15' width='15' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h15v15H0z'/%3E%3C/defs%3E%3Cg fill-rule='evenodd' fill='none'%3E%3Cuse xlink:href='%23a' fill='none'/%3E%3Cpath stroke='%23666' d='M.5.5h14v14H.5z'/%3E%3Cpath fill='%23666' d='M7 4h1v7H7z'/%3E%3Cpath fill='%23666' d='M4 8V7h7v1z'/%3E%3C/g%3E%3C/svg%3E")}[class*='--dark'] .p-icon--expand,.p-icon--expand.is-light{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='15' width='15' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h15v15H0z'/%3E%3C/defs%3E%3Cg fill-rule='evenodd' fill='none'%3E%3Cuse xlink:href='%23a' fill='none'/%3E%3Cpath stroke='%23cdcdcd' d='M.5.5h14v14H.5z'/%3E%3Cpath fill='%23cdcdcd' d='M7 4h1v7H7z'/%3E%3Cpath fill='%23cdcdcd' d='M4 8V7h7v1z'/%3E%3C/g%3E%3C/svg%3E")}.p-icon--collapse{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='15' width='15' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h15v15H0z'/%3E%3C/defs%3E%3Cg fill-rule='evenodd' fill='none'%3E%3Cuse xlink:href='%23a' fill='none'/%3E%3Cpath stroke='%23666' d='M.5.5h14v14H.5z'/%3E%3Cpath fill='%23666' d='M4 8V7h7v1z'/%3E%3C/g%3E%3C/svg%3E")}[class*='--dark'] .p-icon--collapse,.p-icon--collapse.is-light{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='15' width='15' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h15v15H0z'/%3E%3C/defs%3E%3Cg fill-rule='evenodd' fill='none'%3E%3Cuse xlink:href='%23a' fill='none'/%3E%3Cpath stroke='%23cdcdcd' d='M.5.5h14v14H.5z'/%3E%3Cpath fill='%23cdcdcd' d='M4 8V7h7v1z'/%3E%3C/g%3E%3C/svg%3E")}.p-icon--contextual-menu{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='4' width='10'%3E%3Cpath d='M3.637 3.138A26.335 26.335 0 0 1 0 0h1.541a21.242 21.242 0 0 0 1.364 1.187 16.899 16.899 0 0 0 .752.563c.397.282.935.626 1.315.848h.054c.38-.222.918-.566 1.315-.848.398-.28.788-.583 1.169-.904.327-.275.643-.557.947-.846h1.541a26.335 26.335 0 0 1-3.637 3.138c-.519.365-.973.652-1.362.862-.39-.21-.844-.497-1.362-.862z' fill='%23666' fill-rule='evenodd'/%3E%3C/svg%3E")}[class*='--dark'] .p-icon--contextual-menu,.p-icon--contextual-menu.is-light{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='4' width='10'%3E%3Cpath d='M3.637 3.138A26.335 26.335 0 0 1 0 0h1.541a21.242 21.242 0 0 0 1.364 1.187 16.899 16.899 0 0 0 .752.563c.397.282.935.626 1.315.848h.054c.38-.222.918-.566 1.315-.848.398-.28.788-.583 1.169-.904.327-.275.643-.557.947-.846h1.541a26.335 26.335 0 0 1-3.637 3.138c-.519.365-.973.652-1.362.862-.39-.21-.844-.497-1.362-.862z' fill='%23cdcdcd' fill-rule='evenodd'/%3E%3C/svg%3E")}.p-icon--close{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='90' width='90'%3E%3Cg color='%23000'%3E%3Cpath fill='none' d='M0 0h90v90H0z'/%3E%3Cpath d='M14.52 6L6 14.52 36.48 45 6 75.49 14.52 84 45 53.52 75.48 84 84 75.49 53.52 45 84 14.52 75.48 6 45 36.49z' fill='%23666'/%3E%3C/g%3E%3C/svg%3E")}[class*='--dark'] .p-icon--close,.p-icon--close.is-light{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='90' width='90'%3E%3Cg color='%23000'%3E%3Cpath fill='none' d='M0 0h90v90H0z'/%3E%3Cpath d='M14.52 6L6 14.52 36.48 45 6 75.49 14.52 84 45 53.52 75.48 84 84 75.49 53.52 45 84 14.52 75.48 6 45 36.49z' fill='%23cdcdcd'/%3E%3C/g%3E%3C/svg%3E")}.p-icon--help{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='16' width='16'%3E%3Cpath fill='none' color='%23000' d='M0 0h16v16H0z'/%3E%3Cpath d='M8 5.23q-.43 0-.82.11-.4.1-.83.33l-.41-1.14q.45-.26 1.03-.4.6-.17 1.2-.17.74 0 1.22.21.49.2.77.5.28.31.4.68.1.37.1.72 0 .41-.16.75-.14.33-.38.61t-.5.54q-.27.25-.5.52-.24.26-.4.56-.15.3-.15.66v.15l.01.15H7.3l-.03-.26-.02-.27q0-.41.14-.73.13-.32.34-.6t.45-.5q.24-.23.45-.46.21-.24.35-.48.13-.25.13-.55 0-.4-.28-.66-.27-.27-.83-.27zM8.98 12q0 .44-.28.71-.28.27-.7.27-.4 0-.7-.27-.29-.27-.29-.7 0-.43.29-.7.3-.29.7-.29.42 0 .7.29.28.27.28.7z' fill='%23666'/%3E%3Cpath d='M2.06 1C1.47 1 1 1.48 1 2.07v11.87c0 .59.47 1.06 1.06 1.06h11.87c.6 0 1.07-.47 1.07-1.06V2.07c0-.6-.48-1.07-1.07-1.07zM2 2h12v12H2z' fill='%23666' color='%23000'/%3E%3C/svg%3E")}[class*='--dark'] .p-icon--help,.p-icon--help.is-light{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='16' width='16'%3E%3Cpath fill='none' color='%23000' d='M0 0h16v16H0z'/%3E%3Cpath d='M8 5.23q-.43 0-.82.11-.4.1-.83.33l-.41-1.14q.45-.26 1.03-.4.6-.17 1.2-.17.74 0 1.22.21.49.2.77.5.28.31.4.68.1.37.1.72 0 .41-.16.75-.14.33-.38.61t-.5.54q-.27.25-.5.52-.24.26-.4.56-.15.3-.15.66v.15l.01.15H7.3l-.03-.26-.02-.27q0-.41.14-.73.13-.32.34-.6t.45-.5q.24-.23.45-.46.21-.24.35-.48.13-.25.13-.55 0-.4-.28-.66-.27-.27-.83-.27zM8.98 12q0 .44-.28.71-.28.27-.7.27-.4 0-.7-.27-.29-.27-.29-.7 0-.43.29-.7.3-.29.7-.29.42 0 .7.29.28.27.28.7z' fill='%23cdcdcd'/%3E%3Cpath d='M2.06 1C1.47 1 1 1.48 1 2.07v11.87c0 .59.47 1.06 1.06 1.06h11.87c.6 0 1.07-.47 1.07-1.06V2.07c0-.6-.48-1.07-1.07-1.07zM2 2h12v12H2z' fill='%23cdcdcd' color='%23000'/%3E%3C/svg%3E")}.p-icon--information{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='16' width='16'%3E%3Cg color='%23000'%3E%3Cpath d='M2.07 1c-.59 0-1.066.475-1.066 1.066v11.867c0 .591.475 1.067 1.066 1.067h11.867c.591 0 1.066-.476 1.066-1.067V2.066c0-.59-.475-1.066-1.066-1.066zm-.066 1h12v12h-12z' fill='%23666'/%3E%3Cpath d='M7 4v2h2V4zm0 3v5h2V7z' fill='%23666'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/g%3E%3C/svg%3E")}[class*='--dark'] .p-icon--information,.p-icon--information.is-light{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='16' width='16'%3E%3Cg color='%23000'%3E%3Cpath d='M2.07 1c-.59 0-1.066.475-1.066 1.066v11.867c0 .591.475 1.067 1.066 1.067h11.867c.591 0 1.066-.476 1.066-1.067V2.066c0-.59-.475-1.066-1.066-1.066zm-.066 1h12v12h-12z' fill='%23cdcdcd'/%3E%3Cpath d='M7 4v2h2V4zm0 3v5h2V7z' fill='%23cdcdcd'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/g%3E%3C/svg%3E")}.p-icon--delete{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='16'%3E%3Cg fill='none'%3E%3Cpath d='M-1 0h16v16H-1z'/%3E%3Cpath fill='gray' d='M1.5 4.998h-1v-1.5C.5 2.678 1.178 2 2 2h2.5V0h5v2H12c.822 0 1.5.677 1.5 1.499v1.5H.5v-1h2v1h-1zm10 8.503V5.998h2V14.5c0 .822-.678 1.499-1.5 1.499H2c-.822 0-1.5-.677-1.5-1.5V5.999h2V13.5c0 .285.214.5.5.5h8c.286 0 .5-.215.5-.5zm-3-11.502V1h-3v1h3zm-5 3.999h1v5.998h-1V5.998zm3 0h1v5.998h-1V5.998zm3 0h1v5.998h-1V5.998z'/%3E%3C/g%3E%3C/svg%3E")}[class*='--dark'] .p-icon--delete,.p-icon--delete.is-light{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='16'%3E%3Cg fill='none'%3E%3Cpath d='M-1 0h16v16H-1z'/%3E%3Cpath fill='gray' d='M1.5 4.998h-1v-1.5C.5 2.678 1.178 2 2 2h2.5V0h5v2H12c.822 0 1.5.677 1.5 1.499v1.5H.5v-1h2v1h-1zm10 8.503V5.998h2V14.5c0 .822-.678 1.499-1.5 1.499H2c-.822 0-1.5-.677-1.5-1.5V5.999h2V13.5c0 .285.214.5.5.5h8c.286 0 .5-.215.5-.5zm-3-11.502V1h-3v1h3zm-5 3.999h1v5.998h-1V5.998zm3 0h1v5.998h-1V5.998zm3 0h1v5.998h-1V5.998z'/%3E%3C/g%3E%3C/svg%3E")}.p-icon--error{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='16' width='16'%3E%3Cg stroke-width='1.5' color='%23000'%3E%3Cpath d='M8 0a8 8 0 1 0 0 16A8 8 0 0 0 8 0z' fill='%23c7162b'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3Cpath d='M5 5l6 6M11 5l-6 6' stroke-dashoffset='.8' stroke='%23fff' fill='none'/%3E%3C/g%3E%3C/svg%3E")}.p-icon--warning{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='16' width='16'%3E%3Cg color='%23000'%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3Cpath stroke-linejoin='round' fill='%23f99b11' transform='matrix(2.28 0 0 2.437 -2180.8 -490.52)' stroke='%23f99b11' stroke-width='.85' d='M963.07 207.03h-6.15l3.08-5.33z'/%3E%3Cpath d='M7 5v5h2V5H7zm0 6v2h2v-2H7z' fill='%23111'/%3E%3C/g%3E%3C/svg%3E")}.p-icon--external-link{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='16' width='16'%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3Cpath d='M8.58 2.07S12.21.63 16-.01V0c-.7 3.97-2.08 7.4-2.08 7.4L8.58 2.08z' fill='%23666'/%3E%3Cpath stroke-linejoin='round' d='M7.87 8.13l4.45-4.45' stroke='%23666' stroke-width='2.00001' fill='none'/%3E%3Cpath d='M1.5 2C.68 2 0 2.68 0 3.5v11c0 .82.68 1.5 1.5 1.5h11c.83 0 1.5-.68 1.5-1.5V9h-2v4.5c0 .29-.21.5-.5.5h-9a.49.49 0 0 1-.5-.5v-9c0-.28.22-.5.5-.5H7V2H1.5z' fill='%23666'/%3E%3C/svg%3E")}[class*='--dark'] .p-icon--external-link,.p-icon--external-link.is-light{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='16' width='16'%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3Cpath d='M8.58 2.07S12.21.63 16-.01V0c-.7 3.97-2.08 7.4-2.08 7.4L8.58 2.08z' fill='%23cdcdcd'/%3E%3Cpath stroke-linejoin='round' d='M7.87 8.13l4.45-4.45' stroke='%23cdcdcd' stroke-width='2.00001' fill='none'/%3E%3Cpath d='M1.5 2C.68 2 0 2.68 0 3.5v11c0 .82.68 1.5 1.5 1.5h11c.83 0 1.5-.68 1.5-1.5V9h-2v4.5c0 .29-.21.5-.5.5h-9a.49.49 0 0 1-.5-.5v-9c0-.28.22-.5.5-.5H7V2H1.5z' fill='%23cdcdcd'/%3E%3C/svg%3E")}.p-icon--drag{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='14' width='6' viewBox='0 0 6 14'%3E%3Cg fill-rule='evenodd' fill='none'%3E%3Cpath d='M-10-6h26v26h-26z'/%3E%3Cpath fill-rule='nonzero' fill='%23666' d='M0 0v2h6V0M0 6v2h6V6m-6 6v2h6v-2'/%3E%3C/g%3E%3C/svg%3E")}[class*='--dark'] .p-icon--drag,.p-icon--drag.is-light{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='14' width='6' viewBox='0 0 6 14'%3E%3Cg fill-rule='evenodd' fill='none'%3E%3Cpath d='M-10-6h26v26h-26z'/%3E%3Cpath fill-rule='nonzero' fill='%23cdcdcd' d='M0 0v2h6V0M0 6v2h6V6m-6 6v2h6v-2'/%3E%3C/g%3E%3C/svg%3E")}.p-icon--code{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='16' width='16'%3E%3Cpath opacity='.21' fill='none' d='M0 0h16v16H0z'/%3E%3Cpath d='M2.67 2C.9 2 .01 2 .01 4.07v8.87C0 15 .89 15 2.67 15h10.67c1.78 0 2.67 0 2.67-2.06v-8.8C16 2 15.1 2 13.34 2H2.67zm1.28 1.9h1.1v1.13a5.32 5.32 0 0 1 1.55.34l-.27 1.05a6.6 6.6 0 0 0-.73-.22c-.27-.07-.59-.1-.95-.1-.38 0-.67.07-.86.2a.65.65 0 0 0-.28.57c0 .14.02.26.08.36.06.09.14.17.25.25.12.07.25.14.42.21.16.07.34.13.55.2l.81.36c.26.12.49.27.68.44a1.78 1.78 0 0 1 .62 1.39c0 .46-.15.86-.44 1.2-.29.34-.76.56-1.43.66v1.32h-1.1v-1.29a4.7 4.7 0 0 1-1.94-.49l.36-1a4.04 4.04 0 0 0 1.92.45c.49 0 .82-.08 1-.22a.7.7 0 0 0 .3-.58c0-.16-.05-.3-.13-.43a1.09 1.09 0 0 0-.32-.31c-.15-.1-.31-.18-.51-.26l-.64-.24a8.5 8.5 0 0 1-.65-.27c-.22-.1-.41-.21-.59-.35a1.68 1.68 0 0 1-.57-1.28c0-.5.15-.9.44-1.25.29-.34.73-.56 1.33-.66V3.89zm4.06 8.09H12v1H8v-1z' fill='%23666'/%3E%3C/svg%3E")}[class*='--dark'] .p-icon--code,.p-icon--code.is-light{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='16' width='16'%3E%3Cpath opacity='.21' fill='none' d='M0 0h16v16H0z'/%3E%3Cpath d='M2.67 2C.9 2 .01 2 .01 4.07v8.87C0 15 .89 15 2.67 15h10.67c1.78 0 2.67 0 2.67-2.06v-8.8C16 2 15.1 2 13.34 2H2.67zm1.28 1.9h1.1v1.13a5.32 5.32 0 0 1 1.55.34l-.27 1.05a6.6 6.6 0 0 0-.73-.22c-.27-.07-.59-.1-.95-.1-.38 0-.67.07-.86.2a.65.65 0 0 0-.28.57c0 .14.02.26.08.36.06.09.14.17.25.25.12.07.25.14.42.21.16.07.34.13.55.2l.81.36c.26.12.49.27.68.44a1.78 1.78 0 0 1 .62 1.39c0 .46-.15.86-.44 1.2-.29.34-.76.56-1.43.66v1.32h-1.1v-1.29a4.7 4.7 0 0 1-1.94-.49l.36-1a4.04 4.04 0 0 0 1.92.45c.49 0 .82-.08 1-.22a.7.7 0 0 0 .3-.58c0-.16-.05-.3-.13-.43a1.09 1.09 0 0 0-.32-.31c-.15-.1-.31-.18-.51-.26l-.64-.24a8.5 8.5 0 0 1-.65-.27c-.22-.1-.41-.21-.59-.35a1.68 1.68 0 0 1-.57-1.28c0-.5.15-.9.44-1.25.29-.34.73-.56 1.33-.66V3.89zm4.06 8.09H12v1H8v-1z' fill='%23cdcdcd'/%3E%3C/svg%3E")}.p-icon--menu{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='19' width='25' viewBox='0 0 79 60'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23666' d='M.995 0h78v12h-78zm0 24h78v12h-78zm0 24h78v12h-78z'/%3E%3Cpath d='M-5.005-15h90v90h-90z'/%3E%3C/g%3E%3C/svg%3E")}[class*='--dark'] .p-icon--menu,.p-icon--menu.is-light{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='19' width='25' viewBox='0 0 79 60'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23cdcdcd' d='M.995 0h78v12h-78zm0 24h78v12h-78zm0 24h78v12h-78z'/%3E%3Cpath d='M-5.005-15h90v90h-90z'/%3E%3C/g%3E%3C/svg%3E")}.p-icon--copy{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='17' width='16'%3E%3Cg fill='%23666' fill-rule='evenodd'%3E%3Cpath d='M10.587 1.8h3.259c.472 0 .846.053 1.161.2s.567.412.716.748c.298.67.266 1.491.277 2.613V13.84c-.011 1.121.021 1.942-.277 2.613-.149.335-.401.6-.716.747s-.689.2-1.161.2H4.154c-.472 0-.846-.053-1.16-.2s-.568-.412-.717-.747c-.246-.554-.268-1.21-.273-2.053h.803c.016.854.058 1.428.178 1.707.072.166.151.26.336.348s.477.145.896.145h9.566c.42 0 .712-.057.897-.145a.602.602 0 0 0 .335-.348c.143-.331.175-1.081.185-2.222V5.309c-.01-1.137-.042-1.885-.185-2.216a.603.603 0 0 0-.335-.348c-.185-.088-.477-.145-.897-.145h-3.538c.182-.225.304-.5.342-.8zm-3.174 0c.038.3.16.575.341.8H4.217c-.42 0-.712.057-.896.145a.603.603 0 0 0-.336.348c-.143.33-.175 1.079-.185 2.216V10.8H2V5.361c.01-1.122-.021-1.942.277-2.613.149-.336.401-.601.716-.748s.689-.2 1.16-.2h3.26z'/%3E%3Cpath fill-rule='nonzero' d='M11.398 1.8v2.4H6.6V1.8h1.6c0 .447.353.8.8.8.445 0 .799-.353.799-.8h1.6z'/%3E%3Cpath fill-rule='nonzero' d='M10.6 1.6c0 .879-.722 1.6-1.6 1.6-.879 0-1.6-.721-1.6-1.6C7.4.72 8.121 0 9 0c.879 0 1.6.72 1.6 1.6zm-.8 0c0-.447-.354-.8-.8-.8-.447 0-.8.353-.8.8 0 .446.353.8.8.8.446 0 .8-.354.8-.8z'/%3E%3Cpath d='M8.4 7.2H14v1H8.4zM8.4 9.6H14v1H8.4zM10 12h4v1h-4z'/%3E%3Cpath fill-rule='nonzero' d='M4.4 10s2.134 1.026 4 2.505h-.002C6.427 14.03 4.4 15 4.4 15v-5z'/%3E%3Cpath d='M0 11.6h4.4v2H0z'/%3E%3C/g%3E%3C/svg%3E")}[class*='--dark'] .p-icon--copy,.p-icon--copy.is-light{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='17' width='16'%3E%3Cg fill='%23cdcdcd' fill-rule='evenodd'%3E%3Cpath d='M10.587 1.8h3.259c.472 0 .846.053 1.161.2s.567.412.716.748c.298.67.266 1.491.277 2.613V13.84c-.011 1.121.021 1.942-.277 2.613-.149.335-.401.6-.716.747s-.689.2-1.161.2H4.154c-.472 0-.846-.053-1.16-.2s-.568-.412-.717-.747c-.246-.554-.268-1.21-.273-2.053h.803c.016.854.058 1.428.178 1.707.072.166.151.26.336.348s.477.145.896.145h9.566c.42 0 .712-.057.897-.145a.602.602 0 0 0 .335-.348c.143-.331.175-1.081.185-2.222V5.309c-.01-1.137-.042-1.885-.185-2.216a.603.603 0 0 0-.335-.348c-.185-.088-.477-.145-.897-.145h-3.538c.182-.225.304-.5.342-.8zm-3.174 0c.038.3.16.575.341.8H4.217c-.42 0-.712.057-.896.145a.603.603 0 0 0-.336.348c-.143.33-.175 1.079-.185 2.216V10.8H2V5.361c.01-1.122-.021-1.942.277-2.613.149-.336.401-.601.716-.748s.689-.2 1.16-.2h3.26z'/%3E%3Cpath fill-rule='nonzero' d='M11.398 1.8v2.4H6.6V1.8h1.6c0 .447.353.8.8.8.445 0 .799-.353.799-.8h1.6z'/%3E%3Cpath fill-rule='nonzero' d='M10.6 1.6c0 .879-.722 1.6-1.6 1.6-.879 0-1.6-.721-1.6-1.6C7.4.72 8.121 0 9 0c.879 0 1.6.72 1.6 1.6zm-.8 0c0-.447-.354-.8-.8-.8-.447 0-.8.353-.8.8 0 .446.353.8.8.8.446 0 .8-.354.8-.8z'/%3E%3Cpath d='M8.4 7.2H14v1H8.4zM8.4 9.6H14v1H8.4zM10 12h4v1h-4z'/%3E%3Cpath fill-rule='nonzero' d='M4.4 10s2.134 1.026 4 2.505h-.002C6.427 14.03 4.4 15 4.4 15v-5z'/%3E%3Cpath d='M0 11.6h4.4v2H0z'/%3E%3C/g%3E%3C/svg%3E")}.p-icon--search{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='16' width='16'%3E%3Cg transform='translate(-74.67 -285.57) scale(.66667)' color='%23000'%3E%3Cpath opacity='.05' fill='none' d='M112 452.36h24v-24h-24z'/%3E%3Cpath style='isolation:auto;mix-blend-mode:normal;block-progression:tb;text-decoration-line:none;text-indent:0;text-transform:none' d='M129.93 444.03l-2.27 2.27 6.07 6.07 2.27-2.27z' fill='%23666'/%3E%3Cellipse stroke-linejoin='round' stroke='%23666' rx='9.48' ry='9.48' cy='438.86' cx='122.5' stroke-linecap='round' stroke-width='2.04' fill='none'/%3E%3C/g%3E%3C/svg%3E")}[class*='--dark'] .p-icon--search,.p-icon--search.is-light{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='16' width='16'%3E%3Cg transform='translate(-74.67 -285.57) scale(.66667)' color='%23000'%3E%3Cpath opacity='.05' fill='none' d='M112 452.36h24v-24h-24z'/%3E%3Cpath style='isolation:auto;mix-blend-mode:normal;block-progression:tb;text-decoration-line:none;text-indent:0;text-transform:none' d='M129.93 444.03l-2.27 2.27 6.07 6.07 2.27-2.27z' fill='%23cdcdcd'/%3E%3Cellipse stroke-linejoin='round' stroke='%23cdcdcd' rx='9.48' ry='9.48' cy='438.86' cx='122.5' stroke-linecap='round' stroke-width='2.04' fill='none'/%3E%3C/g%3E%3C/svg%3E")}.p-icon--success{background-image:url("data:image/svg+xml,%3Csvg width='17' height='17' xmlns='http://www.w3.org/2000/svg'%3E%3Cg transform='translate%281 1%29' fill='none' fill-rule='evenodd'%3E%3Ccircle stroke='%230e8420' stroke-width='1.5' fill='%230e8420' cx='7.25' cy='7.25' r='7.25'/%3E%3Cpath fill='%23fff' d='M11.05 4.173l-.066.058L6.25 8.378l-2.776-2.38-.839.948L6.25 10.75l5.5-5.787-.7-.79z'/%3E%3C/g%3E%3C/svg%3E")}.p-icon--share{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='16' width='16'%3E%3Cg color='%23000'%3E%3Cpath style='block-progression:tb;text-decoration-line:none;text-indent:0;text-transform:none' d='M11.43.01c-.55.03-1.09.24-1.5.6l-.95.8v.57a6.7 6.7 0 0 1-.16 1.49c-.1.45-.28.84-.54 1.16-.25.33-.58.58-1 .75-.42.19-.95.28-1.59.28-.62 0-1.07-.04-1.57-.11-.92.54-1.36 1.38-1.36 2.5s.53 1.72 1.36 2.52a14.3 14.3 0 0 1 1.57-.08c.64 0 1.17.1 1.6.28.41.18.74.43 1 .76.25.32.43.7.53 1.15.1.45.16.95.16 1.5v.41l.92.78c.49.44 1.16.67 1.81.63a2.49 2.49 0 0 0 1.72-.87c.42-.5.63-1.18.57-1.83a2.49 2.49 0 0 0-.93-1.68l-.65-.55h-1.7a4 4 0 0 1-1.22-.19c-.38-.1-.71-.3-1-.54a2.54 2.54 0 0 1-.64-.94 3.38 3.38 0 0 1-.25-1.33c0-.52.09-.97.25-1.35A2.54 2.54 0 0 1 9.5 5.24c.38-.12.79-.18 1.23-.18h1.53l.83-.68c.8-.65 1.11-1.82.75-2.78A2.53 2.53 0 0 0 11.44 0z' fill='%23666'/%3E%3Cpath opacity='.1' fill='none' d='M0 0h16v16H0z'/%3E%3C/g%3E%3C/svg%3E")}[class*='--dark'] .p-icon--share,.p-icon--share.is-light{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='16' width='16'%3E%3Cg color='%23000'%3E%3Cpath style='block-progression:tb;text-decoration-line:none;text-indent:0;text-transform:none' d='M11.43.01c-.55.03-1.09.24-1.5.6l-.95.8v.57a6.7 6.7 0 0 1-.16 1.49c-.1.45-.28.84-.54 1.16-.25.33-.58.58-1 .75-.42.19-.95.28-1.59.28-.62 0-1.07-.04-1.57-.11-.92.54-1.36 1.38-1.36 2.5s.53 1.72 1.36 2.52a14.3 14.3 0 0 1 1.57-.08c.64 0 1.17.1 1.6.28.41.18.74.43 1 .76.25.32.43.7.53 1.15.1.45.16.95.16 1.5v.41l.92.78c.49.44 1.16.67 1.81.63a2.49 2.49 0 0 0 1.72-.87c.42-.5.63-1.18.57-1.83a2.49 2.49 0 0 0-.93-1.68l-.65-.55h-1.7a4 4 0 0 1-1.22-.19c-.38-.1-.71-.3-1-.54a2.54 2.54 0 0 1-.64-.94 3.38 3.38 0 0 1-.25-1.33c0-.52.09-.97.25-1.35A2.54 2.54 0 0 1 9.5 5.24c.38-.12.79-.18 1.23-.18h1.53l.83-.68c.8-.65 1.11-1.82.75-2.78A2.53 2.53 0 0 0 11.44 0z' fill='%23cdcdcd'/%3E%3Cpath opacity='.1' fill='none' d='M0 0h16v16H0z'/%3E%3C/g%3E%3C/svg%3E")}.p-icon--user{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='16' width='16'%3E%3Cpath opacity='.12' fill='none' color='%23000' d='M15.997 15.998v-16h-16v16z'/%3E%3Cpath style='text-decoration-color:%23000;font-variant-numeric:normal;text-decoration-line:none;font-variant-position:normal;mix-blend-mode:normal;block-progression:tb;font-feature-settings:normal;shape-padding:0;font-variant-alternates:normal;text-indent:0;font-variant-caps:normal;text-decoration-style:solid;font-variant-ligatures:normal;isolation:auto;text-transform:none' d='M8 0c-.587 0-1.142.109-1.651.329-.508.209-.955.515-1.329.912h-.004a4.235 4.235 0 0 0-.844 1.426 5.128 5.128 0 0 0-.299 1.787c0 .653.098 1.256.3 1.802.199.539.48 1.012.843 1.41h.004c.25.264.531.49.841.676-.258.066-.701.144-.956.237-.878.322-1.617.766-2.196 1.334h-.004a5.586 5.586 0 0 0-1.286 2.03h-.002a7.541 7.541 0 0 0-.394 2.464v1.572L14.98 16v-1.572c0-.891-.139-1.7-.42-2.467a5.19 5.19 0 0 0-1.291-2.039c-.58-.567-1.316-1.011-2.194-1.333-.25-.093-.687-.17-.94-.236.31-.187.59-.414.834-.681.373-.397.661-.872.86-1.411a5.17 5.17 0 0 0 .3-1.803c0-.645-.098-1.243-.3-1.788a4.108 4.108 0 0 0-.86-1.427A3.652 3.652 0 0 0 9.652.33 4.14 4.14 0 0 0 8.001 0z' fill='%23666' color='%23000' white-space='normal'/%3E%3C/svg%3E")}[class*='--dark'] .p-icon--user,.p-icon--user.is-light{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='16' width='16'%3E%3Cpath opacity='.12' fill='none' color='%23000' d='M15.997 15.998v-16h-16v16z'/%3E%3Cpath style='text-decoration-color:%23000;font-variant-numeric:normal;text-decoration-line:none;font-variant-position:normal;mix-blend-mode:normal;block-progression:tb;font-feature-settings:normal;shape-padding:0;font-variant-alternates:normal;text-indent:0;font-variant-caps:normal;text-decoration-style:solid;font-variant-ligatures:normal;isolation:auto;text-transform:none' d='M8 0c-.587 0-1.142.109-1.651.329-.508.209-.955.515-1.329.912h-.004a4.235 4.235 0 0 0-.844 1.426 5.128 5.128 0 0 0-.299 1.787c0 .653.098 1.256.3 1.802.199.539.48 1.012.843 1.41h.004c.25.264.531.49.841.676-.258.066-.701.144-.956.237-.878.322-1.617.766-2.196 1.334h-.004a5.586 5.586 0 0 0-1.286 2.03h-.002a7.541 7.541 0 0 0-.394 2.464v1.572L14.98 16v-1.572c0-.891-.139-1.7-.42-2.467a5.19 5.19 0 0 0-1.291-2.039c-.58-.567-1.316-1.011-2.194-1.333-.25-.093-.687-.17-.94-.236.31-.187.59-.414.834-.681.373-.397.661-.872.86-1.411a5.17 5.17 0 0 0 .3-1.803c0-.645-.098-1.243-.3-1.788a4.108 4.108 0 0 0-.86-1.427A3.652 3.652 0 0 0 9.652.33 4.14 4.14 0 0 0 8.001 0z' fill='%23cdcdcd' color='%23000' white-space='normal'/%3E%3C/svg%3E")}.p-icon--question{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='16' width='16'%3E%3Cpath fill='none' color='%23000' d='M-.003.002h16v16h-16z'/%3E%3Cpath d='M7.997.002c-4.41 0-8 3.59-8 8s3.59 8 8 8 8-3.589 8-8-3.589-8-8-8z' fill='%23335280' color='%23000'/%3E%3Cpath d='M8.004 5.23q-.431 0-.825.11-.394.098-.825.332l-.419-1.145q.456-.258 1.035-.406.59-.16 1.206-.16.739 0 1.219.21.48.196.763.504.283.308.394.677.111.37.111.714 0 .419-.16.751-.148.333-.382.616t-.504.542q-.271.246-.505.517-.234.258-.394.554-.148.295-.148.664v.148q0 .074.012.148h-1.28q-.025-.123-.037-.259-.012-.147-.012-.27 0-.407.135-.727.136-.32.345-.59t.443-.506q.246-.234.456-.467.209-.234.344-.48.136-.247.136-.542 0-.407-.283-.665-.271-.271-.825-.271zM8.984 12.01q0 .43-.283.7-.284.272-.702.272-.406 0-.702-.271-.283-.271-.283-.702 0-.43.283-.702.296-.283.702-.283.418 0 .702.283.283.271.283.702z' fill='%23fff'/%3E%3C/svg%3E")}.p-icon--spinner{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24' width='24'%3E%3Cpath d='M7.5 23.1a12 12 0 0 0 16.4-9.8l-1.1-.2a10.9 10.9 0 0 1-14.9 9l-.4 1zM5.3 22A12 12 0 0 1 5.3 2l.6 1a10.9 10.9 0 0 0 0 18l-.6 1zm18.6-11.2A12 12 0 0 0 7.5 1l.4 1a10.8 10.8 0 0 1 14.9 9l1-.2z' fill='%23666'/%3E%3C/svg%3E")}[class*='--dark'] .p-icon--spinner,.p-icon--spinner.is-light{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24' width='24'%3E%3Cpath d='M7.5 23.1a12 12 0 0 0 16.4-9.8l-1.1-.2a10.9 10.9 0 0 1-14.9 9l-.4 1zM5.3 22A12 12 0 0 1 5.3 2l.6 1a10.9 10.9 0 0 0 0 18l-.6 1zm18.6-11.2A12 12 0 0 0 7.5 1l.4 1a10.8 10.8 0 0 1 14.9 9l1-.2z' fill='%23cdcdcd'/%3E%3C/svg%3E")}.p-icon--facebook{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='40' width='40' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Ccircle id='a' cx='20' cy='20' r='20'/%3E%3C/defs%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cuse fill='%23666' fill-rule='nonzero' xlink:href='%23a'/%3E%3Cpath d='M30.037 10.001c-3.92 0-6.603 2.449-6.603 6.945v3.526H19v5.255h4.434V40c1.82-.246 3.6-.728 5.3-1.438V25.727h4.423l.66-5.255h-5.084V17.47c0-1.522.48-3.085 2.55-2.563H34v-4.7c-.47-.064-2.085-.207-3.963-.207v.001z' fill='%23fff' fill-rule='nonzero' mask='url%28%23b%29'/%3E%3C/g%3E%3C/svg%3E")}.p-icon--facebook:hover{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='40' width='40' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Ccircle id='a' cx='20' cy='20' r='20'/%3E%3C/defs%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cuse fill='%233b5998' fill-rule='nonzero' xlink:href='%23a'/%3E%3Cpath d='M30.037 10.001c-3.92 0-6.603 2.449-6.603 6.945v3.526H19v5.255h4.434V40c1.82-.246 3.6-.728 5.3-1.438V25.727h4.423l.66-5.255h-5.084V17.47c0-1.522.48-3.085 2.55-2.563H34v-4.7c-.47-.064-2.085-.207-3.963-.207v.001z' fill='%23fff' fill-rule='nonzero' mask='url%28%23b%29'/%3E%3C/g%3E%3C/svg%3E")}.p-icon--google{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' %3E%3Cpath d='M20 0C8.955 0 0 8.955 0 20s8.955 20 20 20 20-8.955 20-20S31.045 0 20 0zm-4.862 26.805A6.799 6.799 0 0 1 8.333 20a6.799 6.799 0 0 1 6.805-6.805c1.839 0 3.374.67 4.559 1.778l-1.845 1.78c-.507-.486-1.39-1.05-2.714-1.05-2.323 0-4.218 1.925-4.218 4.299 0 2.373 1.897 4.298 4.218 4.298 2.694 0 3.707-1.937 3.86-2.937h-3.86V19.03h6.425c.06.34.107.68.107 1.128.002 3.887-2.605 6.647-6.532 6.647zm16.529-5.833H28.75v2.916h-1.945v-2.916h-2.917v-1.944h2.917v-2.916h1.945v2.916h2.917v1.944z' fill='%23666' fill-rule='nonzero'/%3E%3C/svg%3E")}.p-icon--google:hover{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' %3E%3Cpath d='M20 0C8.955 0 0 8.955 0 20s8.955 20 20 20 20-8.955 20-20S31.045 0 20 0zm-4.862 26.805A6.799 6.799 0 0 1 8.333 20a6.799 6.799 0 0 1 6.805-6.805c1.839 0 3.374.67 4.559 1.778l-1.845 1.78c-.507-.486-1.39-1.05-2.714-1.05-2.323 0-4.218 1.925-4.218 4.299 0 2.373 1.897 4.298 4.218 4.298 2.694 0 3.707-1.937 3.86-2.937h-3.86V19.03h6.425c.06.34.107.68.107 1.128.002 3.887-2.605 6.647-6.532 6.647zm16.529-5.833H28.75v2.916h-1.945v-2.916h-2.917v-1.944h2.917v-2.916h1.945v2.916h2.917v1.944z' fill='%23dd4b39' fill-rule='nonzero'/%3E%3C/svg%3E")}.p-icon--twitter{background-image:url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' %3E%3Cg fill-rule='nonzero' fill='none'%3E%3Ccircle cx='20' cy='20' r='20' fill='%23666'/%3E%3Cpath d='M16.34 30.55c8.87 0 13.72-7.35 13.72-13.72 0-.21 0-.42-.01-.62.94-.68 1.76-1.53 2.41-2.5-.86.38-1.79.64-2.77.76 1-.6 1.76-1.54 2.12-2.67-.93.55-1.96.95-3.06 1.17a4.799 4.799 0 0 0-3.52-1.52c-2.66 0-4.82 2.16-4.82 4.82 0 .38.04.75.13 1.1a13.68 13.68 0 0 1-9.94-5.04c-.41.71-.65 1.54-.65 2.42a4.8 4.8 0 0 0 2.15 4.01c-.79-.02-1.53-.24-2.18-.6v.06c0 2.34 1.66 4.28 3.87 4.73a4.807 4.807 0 0 1-2.18.08 4.815 4.815 0 0 0 4.5 3.35 9.693 9.693 0 0 1-7.14 1.99c2.11 1.38 4.65 2.18 7.37 2.18' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E")}.p-icon--twitter:hover{background-image:url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' %3E%3Cg fill-rule='nonzero' fill='none'%3E%3Ccircle cx='20' cy='20' r='20' fill='%231da1f2'/%3E%3Cpath d='M16.34 30.55c8.87 0 13.72-7.35 13.72-13.72 0-.21 0-.42-.01-.62.94-.68 1.76-1.53 2.41-2.5-.86.38-1.79.64-2.77.76 1-.6 1.76-1.54 2.12-2.67-.93.55-1.96.95-3.06 1.17a4.799 4.799 0 0 0-3.52-1.52c-2.66 0-4.82 2.16-4.82 4.82 0 .38.04.75.13 1.1a13.68 13.68 0 0 1-9.94-5.04c-.41.71-.65 1.54-.65 2.42a4.8 4.8 0 0 0 2.15 4.01c-.79-.02-1.53-.24-2.18-.6v.06c0 2.34 1.66 4.28 3.87 4.73a4.807 4.807 0 0 1-2.18.08 4.815 4.815 0 0 0 4.5 3.35 9.693 9.693 0 0 1-7.14 1.99c2.11 1.38 4.65 2.18 7.37 2.18' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E")}.p-icon--instagram{background-image:url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' d='M0 28.479h28.473V.009H0z'/%3E%3C/defs%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Ccircle cx='20' cy='20' r='20' fill='%23666' fill-rule='nonzero'/%3E%3Cg transform='translate%286 6%29'%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cpath d='M14.237.009c-3.867 0-4.352.016-5.87.086-1.515.069-2.55.31-3.456.661-.936.364-1.73.851-2.522 1.642A6.978 6.978 0 0 0 .747 4.92C.395 5.826.155 6.86.086 8.376.016 9.894 0 10.379 0 14.246c0 3.866.016 4.35.086 5.87.069 1.515.31 2.55.661 3.455.364.936.851 1.73 1.642 2.522a6.98 6.98 0 0 0 2.522 1.642c.906.352 1.94.592 3.456.661 1.518.07 2.003.086 5.87.086 3.866 0 4.35-.016 5.87-.086 1.515-.069 2.55-.31 3.455-.661a6.98 6.98 0 0 0 2.522-1.642 6.98 6.98 0 0 0 1.642-2.522c.352-.905.592-1.94.661-3.456.07-1.518.086-2.003.086-5.87 0-3.866-.016-4.35-.086-5.87-.069-1.514-.31-2.55-.661-3.455a6.98 6.98 0 0 0-1.642-2.522A6.978 6.978 0 0 0 23.562.756c-.905-.352-1.94-.592-3.456-.661-1.518-.07-2.003-.086-5.87-.086zm0 2.565c3.8 0 4.251.015 5.752.083 1.388.063 2.142.295 2.644.49a4.41 4.41 0 0 1 1.637 1.065 4.41 4.41 0 0 1 1.065 1.637c.195.502.427 1.256.49 2.644.068 1.501.083 1.951.083 5.753 0 3.8-.015 4.251-.083 5.752-.063 1.388-.295 2.142-.49 2.644a4.41 4.41 0 0 1-1.065 1.637 4.41 4.41 0 0 1-1.637 1.065c-.502.195-1.256.427-2.644.49-1.5.068-1.95.083-5.752.083-3.802 0-4.252-.015-5.753-.083-1.388-.063-2.142-.295-2.644-.49a4.41 4.41 0 0 1-1.637-1.065 4.411 4.411 0 0 1-1.065-1.637c-.195-.502-.427-1.256-.49-2.644-.068-1.5-.083-1.951-.083-5.752 0-3.802.015-4.252.083-5.753.063-1.388.295-2.142.49-2.644a4.41 4.41 0 0 1 1.065-1.637A4.41 4.41 0 0 1 5.84 3.147c.502-.195 1.256-.427 2.644-.49 1.501-.068 1.951-.083 5.753-.083z' fill='%23fff' mask='url%28%23b%29'/%3E%3C/g%3E%3Cpath d='M20.24 24.991a4.746 4.746 0 1 1 0-9.49 4.746 4.746 0 0 1 0 9.49zm0-12.056a7.31 7.31 0 1 0 0 14.621 7.31 7.31 0 0 0 0-14.621zM29.54 12.646a1.708 1.708 0 1 1-3.416 0 1.708 1.708 0 0 1 3.417 0' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E")}.p-icon--instagram:hover{background-image:url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' d='M0 28.479h28.473V.009H0z'/%3E%3C/defs%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Ccircle cx='20' cy='20' r='20' fill='%23fb3958' fill-rule='nonzero'/%3E%3Cg transform='translate%286 6%29'%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cpath d='M14.237.009c-3.867 0-4.352.016-5.87.086-1.515.069-2.55.31-3.456.661-.936.364-1.73.851-2.522 1.642A6.978 6.978 0 0 0 .747 4.92C.395 5.826.155 6.86.086 8.376.016 9.894 0 10.379 0 14.246c0 3.866.016 4.35.086 5.87.069 1.515.31 2.55.661 3.455.364.936.851 1.73 1.642 2.522a6.98 6.98 0 0 0 2.522 1.642c.906.352 1.94.592 3.456.661 1.518.07 2.003.086 5.87.086 3.866 0 4.35-.016 5.87-.086 1.515-.069 2.55-.31 3.455-.661a6.98 6.98 0 0 0 2.522-1.642 6.98 6.98 0 0 0 1.642-2.522c.352-.905.592-1.94.661-3.456.07-1.518.086-2.003.086-5.87 0-3.866-.016-4.35-.086-5.87-.069-1.514-.31-2.55-.661-3.455a6.98 6.98 0 0 0-1.642-2.522A6.978 6.978 0 0 0 23.562.756c-.905-.352-1.94-.592-3.456-.661-1.518-.07-2.003-.086-5.87-.086zm0 2.565c3.8 0 4.251.015 5.752.083 1.388.063 2.142.295 2.644.49a4.41 4.41 0 0 1 1.637 1.065 4.41 4.41 0 0 1 1.065 1.637c.195.502.427 1.256.49 2.644.068 1.501.083 1.951.083 5.753 0 3.8-.015 4.251-.083 5.752-.063 1.388-.295 2.142-.49 2.644a4.41 4.41 0 0 1-1.065 1.637 4.41 4.41 0 0 1-1.637 1.065c-.502.195-1.256.427-2.644.49-1.5.068-1.95.083-5.752.083-3.802 0-4.252-.015-5.753-.083-1.388-.063-2.142-.295-2.644-.49a4.41 4.41 0 0 1-1.637-1.065 4.411 4.411 0 0 1-1.065-1.637c-.195-.502-.427-1.256-.49-2.644-.068-1.5-.083-1.951-.083-5.752 0-3.802.015-4.252.083-5.753.063-1.388.295-2.142.49-2.644a4.41 4.41 0 0 1 1.065-1.637A4.41 4.41 0 0 1 5.84 3.147c.502-.195 1.256-.427 2.644-.49 1.501-.068 1.951-.083 5.753-.083z' fill='%23fff' mask='url%28%23b%29'/%3E%3C/g%3E%3Cpath d='M20.24 24.991a4.746 4.746 0 1 1 0-9.49 4.746 4.746 0 0 1 0 9.49zm0-12.056a7.31 7.31 0 1 0 0 14.621 7.31 7.31 0 0 0 0-14.621zM29.54 12.646a1.708 1.708 0 1 1-3.416 0 1.708 1.708 0 0 1 3.417 0' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E")}.p-icon--linkedin{background-image:url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' %3E%3Cg fill='none' fill-rule='evenodd'%3E%3Ccircle fill='%23666' fill-rule='nonzero' cx='20' cy='20' r='20'/%3E%3Cg fill='%23fff'%3E%3Cpath d='M11.07 8.406a2.743 2.743 0 0 1 2.731 2.75c0 1.52-1.225 2.753-2.731 2.753a2.743 2.743 0 0 1-2.734-2.752 2.742 2.742 0 0 1 2.734-2.751zM8.712 31.268h4.713V15.997H8.712v15.271zM16.382 15.997h4.52v2.087h.064c.63-1.201 2.167-2.467 4.46-2.467 4.773 0 5.654 3.163 5.654 7.274v8.377h-4.71v-7.426c0-1.771-.032-4.05-2.45-4.05-2.452 0-2.828 1.93-2.828 3.921v7.555h-4.71V15.997'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.p-icon--linkedin:hover{background-image:url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' %3E%3Cg fill='none' fill-rule='evenodd'%3E%3Ccircle fill='%230071a1' fill-rule='nonzero' cx='20' cy='20' r='20'/%3E%3Cg fill='%23fff'%3E%3Cpath d='M11.07 8.406a2.743 2.743 0 0 1 2.731 2.75c0 1.52-1.225 2.753-2.731 2.753a2.743 2.743 0 0 1-2.734-2.752 2.742 2.742 0 0 1 2.734-2.751zM8.712 31.268h4.713V15.997H8.712v15.271zM16.382 15.997h4.52v2.087h.064c.63-1.201 2.167-2.467 4.46-2.467 4.773 0 5.654 3.163 5.654 7.274v8.377h-4.71v-7.426c0-1.771-.032-4.05-2.45-4.05-2.452 0-2.828 1.93-2.828 3.921v7.555h-4.71V15.997'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.p-icon--youtube{background-image:url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' d='M.009 18.367V.006h26.06v18.36z'/%3E%3C/defs%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Ccircle fill='%23666' fill-rule='nonzero' cx='20' cy='20' r='20'/%3E%3Cg transform='translate%287 11%29'%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cpath d='M25.524 2.868A3.275 3.275 0 0 0 23.22.548C21.187 0 13.034 0 13.034 0S4.882 0 2.85.548a3.275 3.275 0 0 0-2.305 2.32C0 4.914 0 9.183 0 9.183s0 4.27.545 6.316a3.276 3.276 0 0 0 2.305 2.32c2.032.548 10.184.548 10.184.548s8.153 0 10.185-.548a3.276 3.276 0 0 0 2.305-2.32c.545-2.047.545-6.316.545-6.316s0-4.269-.545-6.315' fill='%23fff' mask='url%28%23b%29'/%3E%3C/g%3E%3Cpath fill='%23666' d='M17.368 24.06l6.814-3.876-6.814-3.877v7.753'/%3E%3C/g%3E%3C/svg%3E")}.p-icon--youtube:hover{background-image:url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' d='M.009 18.367V.006h26.06v18.36z'/%3E%3C/defs%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Ccircle fill='%23d9252a' fill-rule='nonzero' cx='20' cy='20' r='20'/%3E%3Cg transform='translate%287 11%29'%3E%3Cmask id='b' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3C/mask%3E%3Cpath d='M25.524 2.868A3.275 3.275 0 0 0 23.22.548C21.187 0 13.034 0 13.034 0S4.882 0 2.85.548a3.275 3.275 0 0 0-2.305 2.32C0 4.914 0 9.183 0 9.183s0 4.27.545 6.316a3.276 3.276 0 0 0 2.305 2.32c2.032.548 10.184.548 10.184.548s8.153 0 10.185-.548a3.276 3.276 0 0 0 2.305-2.32c.545-2.047.545-6.316.545-6.316s0-4.269-.545-6.315' fill='%23fff' mask='url%28%23b%29'/%3E%3C/g%3E%3Cpath fill='%23d9252a' d='M17.368 24.06l6.814-3.876-6.814-3.877v7.753'/%3E%3C/g%3E%3C/svg%3E")}.p-icon--canonical{background-image:url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' %3E%3Cpath d='M20 32.735c-7.036 0-12.736-5.7-12.736-12.736 0-7.034 5.7-12.734 12.736-12.734 7.036 0 12.736 5.7 12.736 12.734 0 7.036-5.7 12.736-12.736 12.736zM40 20c0 11.045-8.955 20-20 20S0 31.045 0 20C0 8.954 8.955 0 20 0s20 8.954 20 20zM20 4.865C11.636 4.865 4.864 11.642 4.864 20c0 8.36 6.772 15.135 15.136 15.135 8.364 0 15.136-6.775 15.136-15.135 0-8.358-6.772-15.135-15.136-15.135z' fill='%23666' fill-rule='nonzero'/%3E%3C/svg%3E")}.p-icon--canonical:hover{background-image:url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' %3E%3Cpath d='M20 32.735c-7.036 0-12.736-5.7-12.736-12.736 0-7.034 5.7-12.734 12.736-12.734 7.036 0 12.736 5.7 12.736 12.734 0 7.036-5.7 12.736-12.736 12.736zM40 20c0 11.045-8.955 20-20 20S0 31.045 0 20C0 8.954 8.955 0 20 0s20 8.954 20 20zM20 4.865C11.636 4.865 4.864 11.642 4.864 20c0 8.36 6.772 15.135 15.136 15.135 8.364 0 15.136-6.775 15.136-15.135 0-8.358-6.772-15.135-15.136-15.135z' fill='%23772953' fill-rule='nonzero'/%3E%3C/svg%3E")}.p-icon--ubuntu{background-image:url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' %3E%3Cg fill-rule='nonzero' fill='none'%3E%3Cpath d='M39.906 20.013c0 10.987-8.905 19.893-19.892 19.893C9.028 39.906.122 31 .122 20.013.122 9.028 9.028.122 20.014.122c10.987 0 19.892 8.905 19.892 19.891z' fill='%23666'/%3E%3Cpath d='M9.69 20.013a2.558 2.558 0 1 1-5.116 0 2.558 2.558 0 0 1 5.116 0zM24.241 32.45a2.559 2.559 0 0 0 4.43-2.558 2.557 2.557 0 1 0-4.43 2.558zm4.429-22.313a2.557 2.557 0 1 0-4.43-2.556 2.557 2.557 0 0 0 4.43 2.556zm-8.656 2.584a7.292 7.292 0 0 1 7.265 6.648l3.701-.059a10.954 10.954 0 0 0-3.227-7.094 3.591 3.591 0 0 1-3.097-.24A3.592 3.592 0 0 1 22.9 9.41c-.92-.25-1.888-.384-2.886-.384-1.75 0-3.404.41-4.874 1.137l1.801 3.234a7.278 7.278 0 0 1 3.073-.677zm-7.294 7.293a7.283 7.283 0 0 1 3.102-5.967l-1.9-3.177a11.005 11.005 0 0 0-4.533 6.341 3.59 3.59 0 0 1 1.343 2.803 3.592 3.592 0 0 1-1.343 2.804 11.01 11.01 0 0 0 4.532 6.343l1.9-3.177a7.286 7.286 0 0 1-3.1-5.97zm7.294 7.295a7.267 7.267 0 0 1-3.073-.678l-1.8 3.234a10.938 10.938 0 0 0 4.873 1.137c.998 0 1.966-.132 2.886-.383a3.587 3.587 0 0 1 1.756-2.564 3.591 3.591 0 0 1 3.097-.24 10.958 10.958 0 0 0 3.227-7.096l-3.701-.058a7.293 7.293 0 0 1-7.265 6.648z' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E")}.p-icon--ubuntu:hover{background-image:url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' %3E%3Cg fill-rule='nonzero' fill='none'%3E%3Cpath d='M39.906 20.013c0 10.987-8.905 19.893-19.892 19.893C9.028 39.906.122 31 .122 20.013.122 9.028 9.028.122 20.014.122c10.987 0 19.892 8.905 19.892 19.891z' fill='%23e95420'/%3E%3Cpath d='M9.69 20.013a2.558 2.558 0 1 1-5.116 0 2.558 2.558 0 0 1 5.116 0zM24.241 32.45a2.559 2.559 0 0 0 4.43-2.558 2.557 2.557 0 1 0-4.43 2.558zm4.429-22.313a2.557 2.557 0 1 0-4.43-2.556 2.557 2.557 0 0 0 4.43 2.556zm-8.656 2.584a7.292 7.292 0 0 1 7.265 6.648l3.701-.059a10.954 10.954 0 0 0-3.227-7.094 3.591 3.591 0 0 1-3.097-.24A3.592 3.592 0 0 1 22.9 9.41c-.92-.25-1.888-.384-2.886-.384-1.75 0-3.404.41-4.874 1.137l1.801 3.234a7.278 7.278 0 0 1 3.073-.677zm-7.294 7.293a7.283 7.283 0 0 1 3.102-5.967l-1.9-3.177a11.005 11.005 0 0 0-4.533 6.341 3.59 3.59 0 0 1 1.343 2.803 3.592 3.592 0 0 1-1.343 2.804 11.01 11.01 0 0 0 4.532 6.343l1.9-3.177a7.286 7.286 0 0 1-3.1-5.97zm7.294 7.295a7.267 7.267 0 0 1-3.073-.678l-1.8 3.234a10.938 10.938 0 0 0 4.873 1.137c.998 0 1.966-.132 2.886-.383a3.587 3.587 0 0 1 1.756-2.564 3.591 3.591 0 0 1 3.097-.24 10.958 10.958 0 0 0 3.227-7.096l-3.701-.058a7.293 7.293 0 0 1-7.265 6.648z' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E")}.p-icon--medium{background-size:contain;height:1.25rem;width:1.25rem}.p-icon--large{background-size:contain;height:1.5rem;width:1.5rem}.p-icon--x-large{background-size:contain;height:1.75rem;width:1.75rem}.p-icon--x-large{background-size:contain;height:2.25rem;width:2.25rem}.p-icon--xx-large{background-size:contain;height:3rem;width:3rem}[class*='p-button-'] [class*='p-icon-']{top:-1px;vertical-align:middle}.p-image--bordered{border-color:#cdcdcd;border-style:solid;border-width:1px}.p-image--shadowed{box-shadow:0 1px 5px 1px rgba(205,205,205,0.2)}.p-inline-images{display:block;list-style:none;margin-left:0;padding-left:0;text-align:center}.p-inline-images__item{display:inline-block;margin:1rem;overflow:hidden;text-align:center;vertical-align:middle}@media only screen and (min-width: 772px){.p-inline-images__item{margin:1.875rem}}.p-inline-images__logo{max-height:3rem;max-width:7rem;width:auto}@media screen and (min-width: 772px){.p-inline-images__logo{max-height:5.5rem;max-width:9rem}}.p-label--validated{background-color:#006b75;color:#fff}.p-label--in-progress{background-color:#f99b11;color:#111}.p-label--new{background-color:#0e8420;color:#fff}.p-label--updated{background-color:#335280;color:#fff}.p-label--deprecated{background-color:#c7162b;color:#fff}.p-link--soft{color:#111}.p-link--soft:visited{color:#111;text-decoration:none}.p-link--soft:hover{color:#007aa6}.p-link--soft.is-selected{font-weight:400}.p-link--inverted{color:#f7f7f7;font-weight:400}.p-link--inverted:hover{color:#f7f7f7}.p-link--inverted:visited{color:#dedede}@supports (mask-size: 1em) or (-webkit-mask-size: 1em){.p-link--external::after{-webkit-mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' %3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='M-1-1h16v16H-1'/%3E%3Cpath fill='%23111' d='M4.867 1.313C.6 1.32.067 1.443.067 4.51v6.4c0 3.2.533 3.2 5.333 3.2h2.133c4.8 0 5.334 0 5.334-3.2v-1.6h-1.6v1.068c0 2.133 0 2.133-4.267 2.133H5.933c-4.266 0-4.266 0-4.266-2.132V5.044c0-1.93.034-2.112 3.2-2.13v-1.6z'/%3E%3Cpath d='M-1-1h16v16H-1'/%3E%3Cpath fill='%23111' d='M6.435 2.16c.11-.446 7.113-2.196 7.448-1.86.335.334-1.416 7.335-1.863 7.447-.447.112-5.697-5.14-5.586-5.586z'/%3E%3Cpath fill='%23111' d='M9.032 3.38L4.705 7.708l1.767 1.767L10.8 5.148'/%3E%3C/g%3E%3C/svg%3E") no-repeat 0 0/cover;background-color:currentColor;content:'';margin:0 0 0 0.25em;mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' %3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='M-1-1h16v16H-1'/%3E%3Cpath fill='%23111' d='M4.867 1.313C.6 1.32.067 1.443.067 4.51v6.4c0 3.2.533 3.2 5.333 3.2h2.133c4.8 0 5.334 0 5.334-3.2v-1.6h-1.6v1.068c0 2.133 0 2.133-4.267 2.133H5.933c-4.266 0-4.266 0-4.266-2.132V5.044c0-1.93.034-2.112 3.2-2.13v-1.6z'/%3E%3Cpath d='M-1-1h16v16H-1'/%3E%3Cpath fill='%23111' d='M6.435 2.16c.11-.446 7.113-2.196 7.448-1.86.335.334-1.416 7.335-1.863 7.447-.447.112-5.697-5.14-5.586-5.586z'/%3E%3Cpath fill='%23111' d='M9.032 3.38L4.705 7.708l1.767 1.767L10.8 5.148'/%3E%3C/g%3E%3C/svg%3E") no-repeat 0 0/cover;padding-right:0.75em}}@supports not ((mask-size: 1em) or (-webkit-mask-size: 1em)){.p-link--external{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='0.75em' height='0.75em' viewBox='0 0 16 16' %3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='M-1-1h16v16H-1'/%3E%3Cpath fill='%23007aa6' d='M4.867 1.313C.6 1.32.067 1.443.067 4.51v6.4c0 3.2.533 3.2 5.333 3.2h2.133c4.8 0 5.334 0 5.334-3.2v-1.6h-1.6v1.068c0 2.133 0 2.133-4.267 2.133H5.933c-4.266 0-4.266 0-4.266-2.132V5.044c0-1.93.034-2.112 3.2-2.13v-1.6z'/%3E%3Cpath d='M-1-1h16v16H-1'/%3E%3Cpath fill='%23007aa6' d='M6.435 2.16c.11-.446 7.113-2.196 7.448-1.86.335.334-1.416 7.335-1.863 7.447-.447.112-5.697-5.14-5.586-5.586z'/%3E%3Cpath fill='%23007aa6' d='M9.032 3.38L4.705 7.708l1.767 1.767L10.8 5.148'/%3E%3C/g%3E%3C/svg%3E");background-position:top right;background-repeat:no-repeat;background-size:0.75em;margin-top:-0.25em;padding:0.25em 1em 0 0}.p-link--external.p-link--soft,.p-link--external.sidebar__link{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='0.75em' height='0.75em' viewBox='0 0 16 16' %3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='M-1-1h16v16H-1'/%3E%3Cpath fill='%23111' d='M4.867 1.313C.6 1.32.067 1.443.067 4.51v6.4c0 3.2.533 3.2 5.333 3.2h2.133c4.8 0 5.334 0 5.334-3.2v-1.6h-1.6v1.068c0 2.133 0 2.133-4.267 2.133H5.933c-4.266 0-4.266 0-4.266-2.132V5.044c0-1.93.034-2.112 3.2-2.13v-1.6z'/%3E%3Cpath d='M-1-1h16v16H-1'/%3E%3Cpath fill='%23111' d='M6.435 2.16c.11-.446 7.113-2.196 7.448-1.86.335.334-1.416 7.335-1.863 7.447-.447.112-5.697-5.14-5.586-5.586z'/%3E%3Cpath fill='%23111' d='M9.032 3.38L4.705 7.708l1.767 1.767L10.8 5.148'/%3E%3C/g%3E%3C/svg%3E")}.p-link--external.p-link--soft:hover,.p-link--external.sidebar__link:hover{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='0.75em' height='0.75em' viewBox='0 0 16 16' %3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='M-1-1h16v16H-1'/%3E%3Cpath fill='%23007aa6' d='M4.867 1.313C.6 1.32.067 1.443.067 4.51v6.4c0 3.2.533 3.2 5.333 3.2h2.133c4.8 0 5.334 0 5.334-3.2v-1.6h-1.6v1.068c0 2.133 0 2.133-4.267 2.133H5.933c-4.266 0-4.266 0-4.266-2.132V5.044c0-1.93.034-2.112 3.2-2.13v-1.6z'/%3E%3Cpath d='M-1-1h16v16H-1'/%3E%3Cpath fill='%23007aa6' d='M6.435 2.16c.11-.446 7.113-2.196 7.448-1.86.335.334-1.416 7.335-1.863 7.447-.447.112-5.697-5.14-5.586-5.586z'/%3E%3Cpath fill='%23007aa6' d='M9.032 3.38L4.705 7.708l1.767 1.767L10.8 5.148'/%3E%3C/g%3E%3C/svg%3E")}.p-link--external.p-link--inverted{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='0.75em' height='0.75em' viewBox='0 0 16 16' %3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='M-1-1h16v16H-1'/%3E%3Cpath fill='%23f7f7f7' d='M4.867 1.313C.6 1.32.067 1.443.067 4.51v6.4c0 3.2.533 3.2 5.333 3.2h2.133c4.8 0 5.334 0 5.334-3.2v-1.6h-1.6v1.068c0 2.133 0 2.133-4.267 2.133H5.933c-4.266 0-4.266 0-4.266-2.132V5.044c0-1.93.034-2.112 3.2-2.13v-1.6z'/%3E%3Cpath d='M-1-1h16v16H-1'/%3E%3Cpath fill='%23f7f7f7' d='M6.435 2.16c.11-.446 7.113-2.196 7.448-1.86.335.334-1.416 7.335-1.863 7.447-.447.112-5.697-5.14-5.586-5.586z'/%3E%3Cpath fill='%23f7f7f7' d='M9.032 3.38L4.705 7.708l1.767 1.767L10.8 5.148'/%3E%3C/g%3E%3C/svg%3E")}.p-link--external.p-link--inverted:visited{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='0.75em' height='0.75em' viewBox='0 0 16 16' %3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='M-1-1h16v16H-1'/%3E%3Cpath fill='%23dedede' d='M4.867 1.313C.6 1.32.067 1.443.067 4.51v6.4c0 3.2.533 3.2 5.333 3.2h2.133c4.8 0 5.334 0 5.334-3.2v-1.6h-1.6v1.068c0 2.133 0 2.133-4.267 2.133H5.933c-4.266 0-4.266 0-4.266-2.132V5.044c0-1.93.034-2.112 3.2-2.13v-1.6z'/%3E%3Cpath d='M-1-1h16v16H-1'/%3E%3Cpath fill='%23dedede' d='M6.435 2.16c.11-.446 7.113-2.196 7.448-1.86.335.334-1.416 7.335-1.863 7.447-.447.112-5.697-5.14-5.586-5.586z'/%3E%3Cpath fill='%23dedede' d='M9.032 3.38L4.705 7.708l1.767 1.767L10.8 5.148'/%3E%3C/g%3E%3C/svg%3E")}.p-link--external.sidebar__link{display:inline-block;padding:0 1em 1em 0}.p-button .p-link--external,.p-button--neutral .p-link--external,.p-button--base .p-link--external{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='0.75em' height='0.75em' viewBox='0 0 16 16' %3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='M-1-1h16v16H-1'/%3E%3Cpath fill='%23111' d='M4.867 1.313C.6 1.32.067 1.443.067 4.51v6.4c0 3.2.533 3.2 5.333 3.2h2.133c4.8 0 5.334 0 5.334-3.2v-1.6h-1.6v1.068c0 2.133 0 2.133-4.267 2.133H5.933c-4.266 0-4.266 0-4.266-2.132V5.044c0-1.93.034-2.112 3.2-2.13v-1.6z'/%3E%3Cpath d='M-1-1h16v16H-1'/%3E%3Cpath fill='%23111' d='M6.435 2.16c.11-.446 7.113-2.196 7.448-1.86.335.334-1.416 7.335-1.863 7.447-.447.112-5.697-5.14-5.586-5.586z'/%3E%3Cpath fill='%23111' d='M9.032 3.38L4.705 7.708l1.767 1.767L10.8 5.148'/%3E%3C/g%3E%3C/svg%3E");padding-top:0}.p-button--positive .p-link--external{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='0.75em' height='0.75em' viewBox='0 0 16 16' %3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='M-1-1h16v16H-1'/%3E%3Cpath fill='%23fff' d='M4.867 1.313C.6 1.32.067 1.443.067 4.51v6.4c0 3.2.533 3.2 5.333 3.2h2.133c4.8 0 5.334 0 5.334-3.2v-1.6h-1.6v1.068c0 2.133 0 2.133-4.267 2.133H5.933c-4.266 0-4.266 0-4.266-2.132V5.044c0-1.93.034-2.112 3.2-2.13v-1.6z'/%3E%3Cpath d='M-1-1h16v16H-1'/%3E%3Cpath fill='%23fff' d='M6.435 2.16c.11-.446 7.113-2.196 7.448-1.86.335.334-1.416 7.335-1.863 7.447-.447.112-5.697-5.14-5.586-5.586z'/%3E%3Cpath fill='%23fff' d='M9.032 3.38L4.705 7.708l1.767 1.767L10.8 5.148'/%3E%3C/g%3E%3C/svg%3E");padding-top:0}.p-button--negative .p-link--external{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='0.75em' height='0.75em' viewBox='0 0 16 16' %3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='M-1-1h16v16H-1'/%3E%3Cpath fill='%23fff' d='M4.867 1.313C.6 1.32.067 1.443.067 4.51v6.4c0 3.2.533 3.2 5.333 3.2h2.133c4.8 0 5.334 0 5.334-3.2v-1.6h-1.6v1.068c0 2.133 0 2.133-4.267 2.133H5.933c-4.266 0-4.266 0-4.266-2.132V5.044c0-1.93.034-2.112 3.2-2.13v-1.6z'/%3E%3Cpath d='M-1-1h16v16H-1'/%3E%3Cpath fill='%23fff' d='M6.435 2.16c.11-.446 7.113-2.196 7.448-1.86.335.334-1.416 7.335-1.863 7.447-.447.112-5.697-5.14-5.586-5.586z'/%3E%3Cpath fill='%23fff' d='M9.032 3.38L4.705 7.708l1.767 1.767L10.8 5.148'/%3E%3C/g%3E%3C/svg%3E");padding-top:0}.p-button--brand .p-link--external{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='0.75em' height='0.75em' viewBox='0 0 16 16' %3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='M-1-1h16v16H-1'/%3E%3Cpath fill='%23fff' d='M4.867 1.313C.6 1.32.067 1.443.067 4.51v6.4c0 3.2.533 3.2 5.333 3.2h2.133c4.8 0 5.334 0 5.334-3.2v-1.6h-1.6v1.068c0 2.133 0 2.133-4.267 2.133H5.933c-4.266 0-4.266 0-4.266-2.132V5.044c0-1.93.034-2.112 3.2-2.13v-1.6z'/%3E%3Cpath d='M-1-1h16v16H-1'/%3E%3Cpath fill='%23fff' d='M6.435 2.16c.11-.446 7.113-2.196 7.448-1.86.335.334-1.416 7.335-1.863 7.447-.447.112-5.697-5.14-5.586-5.586z'/%3E%3Cpath fill='%23fff' d='M9.032 3.38L4.705 7.708l1.767 1.767L10.8 5.148'/%3E%3C/g%3E%3C/svg%3E");padding-top:0}.p-strip--dark * .p-link--external.p-link--soft,.p-strip--accent * .p-link--external.p-link--soft,.p-strip--image.is-dark * .p-link--external.p-link--soft{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='0.75em' height='0.75em' viewBox='0 0 16 16' %3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='M-1-1h16v16H-1'/%3E%3Cpath fill='%23fff' d='M4.867 1.313C.6 1.32.067 1.443.067 4.51v6.4c0 3.2.533 3.2 5.333 3.2h2.133c4.8 0 5.334 0 5.334-3.2v-1.6h-1.6v1.068c0 2.133 0 2.133-4.267 2.133H5.933c-4.266 0-4.266 0-4.266-2.132V5.044c0-1.93.034-2.112 3.2-2.13v-1.6z'/%3E%3Cpath d='M-1-1h16v16H-1'/%3E%3Cpath fill='%23fff' d='M6.435 2.16c.11-.446 7.113-2.196 7.448-1.86.335.334-1.416 7.335-1.863 7.447-.447.112-5.697-5.14-5.586-5.586z'/%3E%3Cpath fill='%23fff' d='M9.032 3.38L4.705 7.708l1.767 1.767L10.8 5.148'/%3E%3C/g%3E%3C/svg%3E")}.p-strip--dark * .p-link--external.p-link--soft:hover,.p-strip--accent * .p-link--external.p-link--soft:hover,.p-strip--image.is-dark * .p-link--external.p-link--soft:hover{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='0.75em' height='0.75em' viewBox='0 0 16 16' %3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='M-1-1h16v16H-1'/%3E%3Cpath fill='%23007aa6' d='M4.867 1.313C.6 1.32.067 1.443.067 4.51v6.4c0 3.2.533 3.2 5.333 3.2h2.133c4.8 0 5.334 0 5.334-3.2v-1.6h-1.6v1.068c0 2.133 0 2.133-4.267 2.133H5.933c-4.266 0-4.266 0-4.266-2.132V5.044c0-1.93.034-2.112 3.2-2.13v-1.6z'/%3E%3Cpath d='M-1-1h16v16H-1'/%3E%3Cpath fill='%23007aa6' d='M6.435 2.16c.11-.446 7.113-2.196 7.448-1.86.335.334-1.416 7.335-1.863 7.447-.447.112-5.697-5.14-5.586-5.586z'/%3E%3Cpath fill='%23007aa6' d='M9.032 3.38L4.705 7.708l1.767 1.767L10.8 5.148'/%3E%3C/g%3E%3C/svg%3E")}}.p-top{border-bottom:1px dotted #cdcdcd;clear:both;margin:20px 0}.p-top__link{background:#fff;color:#111;float:right;margin-right:5px;padding:0 5px;position:relative;text-decoration:none;top:-0.725rem}.p-list-tree__item--group::after,.p-list-tree .p-list-tree[aria-hidden='false']::after{background-position:center;background-repeat:no-repeat;content:' ';display:block;height:.9375rem;left:-0.75rem;pointer-events:none;position:absolute;top:0.4rem;width:.9375rem}.p-list-tree{border-left:1px solid #cdcdcd;list-style-type:none;margin-left:1rem;padding:0 0 0 .25rem}.p-list-tree .p-list-tree{display:none;margin-left:0}.p-list-tree .p-list-tree[aria-hidden='false']{display:block}.p-list-tree .p-list-tree[aria-hidden='false']::after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' height='15' width='15' viewBox='0 0 15 15'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h15v15H0z'/%3E%3C/defs%3E%3Cg fill-rule='evenodd' fill='none'%3E%3Cuse xlink:href='%23a' fill='%23FFF'/%3E%3Cpath stroke='%23888' d='M.5.5h14v14H.5z'/%3E%3Cpath fill='%23888' d='M4 8V7h7v1z'/%3E%3C/g%3E%3C/svg%3E");z-index:1}.p-list-tree__item{margin-top:.125rem;padding-left:0.8rem;position:relative}.p-list-tree__item::before{background:#cdcdcd;content:' ';display:block;height:1px;left:-.25rem;pointer-events:none;position:absolute;top:0.8rem;width:0.625rem}.p-list-tree__item--group::after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' height='15' width='15' viewBox='0 0 15 15'%3E%3Cdefs%3E%3Cpath id='a' d='M0 0h15v15H0z'/%3E%3C/defs%3E%3Cg fill-rule='evenodd' fill='none'%3E%3Cuse xlink:href='%23a' fill='%23FFF'/%3E%3Cpath stroke='%23888' d='M.5.5h14v14H.5z'/%3E%3Cpath fill='%23888' d='M7 4h1v7H7z'/%3E%3Cpath fill='%23888' d='M4 8V7h7v1z'/%3E%3C/g%3E%3C/svg%3E")}.p-list-tree__toggle{background:transparent;border:0;font-weight:normal;margin:0 0 0 -1.75rem;padding:0 0 0 1.75rem;transition-duration:0s;width:auto}.p-list-tree__toggle:hover{background:transparent;color:#007aa6;text-decoration:underline}.p-list-tree__toggle:focus{background:transparent;outline:1px dotted #cdcdcd}.p-list{list-style:none;margin-left:0;padding-left:0}.p-list .p-list__item{padding-bottom:.25rem;padding-top:.25rem}form .p-list .p-list__item{padding-bottom:0;padding-top:0}form .p-list .p-list__item label{margin-bottom:.1rem}.p-list--divided{list-style:none;margin-left:0;padding-left:0}.p-list--divided .p-list__item{padding-bottom:.25rem;padding-top:.25rem}form .p-list--divided .p-list__item{padding-bottom:0;padding-top:0}form .p-list--divided .p-list__item label{margin-bottom:.1rem}.p-list--divided .p-list__item{position:relative}.p-list--divided .p-list__item::after{border-bottom:1px solid #cdcdcd;bottom:0;content:'';height:1px;left:0;position:absolute;right:0}.p-list--divided .p-list__item:last-of-type::after,.p-list--divided .p-list__item .last-item::after{border-bottom:0}.p-list--divided.is-split .p-list__item:last-of-type{border-bottom:1px solid #cdcdcd}.is-ticked{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14'%3E%3Ccircle fill='%23333' cx='7' cy='7' r='7'/%3E%3Cpath fill='%23fff' d='M6.1 10.813L2.41 8.105l1.184-1.613L5.9 8.187l4.393-4.394 1.414 1.414z' /%3E%3C/svg%3E");background-position-y:.65rem;background-repeat:no-repeat;background-size:.875rem;padding-left:2rem}.p-inline-list{margin-left:0;padding-left:0}.p-inline-list__item{display:inline;list-style:none;margin-right:1.25rem}.p-inline-list__item:last-of-type,.p-inline-list__item .last-item{margin-right:0}.p-inline-list--middot{margin-left:0;padding-left:0}.p-inline-list--middot .p-inline-list__item{display:inline;list-style:none;margin-right:1.25rem;margin-right:1.25em;position:relative}.p-inline-list--middot .p-inline-list__item:last-of-type,.p-inline-list--middot .p-inline-list__item .last-item{margin-right:0}.p-inline-list--middot .p-inline-list__item::after{color:#666;content:'\00b7';font-size:1.4em;line-height:0;position:absolute;right:-0.5em;top:0.4em}.p-inline-list--middot .p-inline-list__item:hover::after{color:#666}.p-inline-list--middot .p-inline-list__item:last-of-type::after,.p-inline-list--middot .p-inline-list__item .last-item::after{content:''}.p-stepped-list{margin-bottom:0}.p-stepped-list__item{float:none;margin-left:0;overflow:visible;padding-bottom:1.5rem;position:relative;width:100%}.p-stepped-list__bullet{display:none}.p-stepped-list--detailed{margin-left:auto}@media (min-width: 772px){.p-stepped-list--detailed .p-stepped-list__content{grid-column-end:span 6;margin-top:0}}.p-stepped-list--detailed .p-stepped-list__title{display:flex;grid-column-end:span 6;margin-left:0}.row .p-stepped-list--detailed .p-stepped-list__item{margin-left:0;margin-right:0;padding-left:0;padding-right:0}@media (min-width: 772px){@supports (-webkit-columns: 1) or (columns: 1){[class*='p-list'].is-split{column-gap:2rem;columns:2}[class*='p-list'].is-split .p-list__item{display:inline-block;width:100%}}@supports not ((-webkit-columns: 1) or (columns: 1)){[class*='p-list'].is-split{display:flex;flex-wrap:wrap}[class*='p-list'].is-split .p-list__item{width:calc(50% - 0.5rem)}}[class*='p-list'].is-split:nth-child(2n-1){margin-right:1rem}}.p-matrix{display:flex;flex-wrap:wrap;list-style:none;margin-bottom:1.5rem;margin-left:0;padding-left:0}.p-matrix>p:last-child{margin-bottom:.1rem}.p-matrix__item{border-top:1px solid #cdcdcd;display:flex;flex:1 1 auto;padding-bottom:1rem;padding-top:calc(1rem - 1px)}@media (min-width: 620px){.p-matrix__item{display:flex;flex-wrap:wrap;width:33.333%}}@media (min-width: 620px) and (max-width: 1036px){.p-matrix__item{flex-direction:column}}@media (min-width: 772px){.p-matrix__item{border-right:1px solid #cdcdcd;padding-left:1rem;padding-right:1rem;width:33.333%}.p-matrix__item:empty{display:block}.p-matrix__item:nth-child(3n + 1){padding-left:0}.p-matrix__item:nth-child(3n + 3){border-right:0}.p-matrix__item:nth-child(1),.p-matrix__item:nth-child(2),.p-matrix__item:nth-child(3){border-top:0}}@media (min-width: 1036px){.p-matrix__item{border-right:1px solid #cdcdcd;width:33.333%}.p-matrix__item:empty{display:block}.p-matrix__item:nth-child(3n + 1){padding-left:0}.p-matrix__item:nth-child(3n + 3){border-right:0;padding-right:0}.p-matrix__item:nth-last-child(1),.p-matrix__item:nth-last-child(2),.p-matrix__item:nth-last-child(3){border-bottom:0}}.p-matrix__img{align-self:flex-start;margin-bottom:1rem;margin-right:1rem;max-height:3rem;max-width:3rem;width:auto}.p-matrix__content{display:flex;flex:1 1 auto;flex-direction:column;padding-right:1rem}@media (min-width: 1036px){.p-matrix__content{width:calc(100% - 4rem)}}.p-matrix__desc:last-child{margin-bottom:.1rem}.p-matrix__desc>p:last-child{margin-bottom:.1rem}@media (max-width: 772px){.p-matrix__desc{margin-top:-.5rem}}.p-media-object__image{align-self:flex-start;border-radius:.125rem;flex-basis:inherit;flex-shrink:0;margin-right:1rem;max-height:3rem;max-width:3rem;vertical-align:middle;width:auto}.p-media-object__content{margin-bottom:.6rem;margin-top:0}.p-media-object__image.is-round{border-radius:50%}.p-media-object__meta-list{list-style:none;margin:0;padding-left:0;padding-top:.5rem}.p-media-object__meta-list-item--date{background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="90" height="90"><g transform="translate(0 -962.362)"><path color="%23000" fill="none" stroke-width="7.5" overflow="visible" enable-background="accumulate" d="M0 962.362h90v90H0z"/><path d="M35.914 968.362v9c0 4.837-4.078 8.914-8.914 8.914-4.836 0-8.914-4.077-8.914-8.914v-8.547C7.56 969.892 6 973.59 6 986.362v42c0 18 3 18 30 18h18c27 0 30 0 30-18v-42c0-12.773-1.56-16.47-12.086-17.547v8.547c0 4.837-4.078 8.914-8.914 8.914-4.836 0-8.914-4.077-8.914-8.914v-9H35.914zm.086 24h18c24 0 24 0 24 12v24c0 12 0 12-24 12H36c-24 0-24 0-24-12v-24c0-12 0-12 24-12z" fill="%23666"/><rect width="6" height="18" x="24" y="962.362" ry="3" color="%23000" fill="%23666" stroke-width=".1" overflow="visible" enable-background="accumulate"/><rect ry="3" y="962.362" x="60" height="18" width="6" color="%23000" fill="%23666" stroke-width=".1" overflow="visible" enable-background="accumulate"/><path style="text-align:center;line-height:125%;-inkscape-font-specification:Ubuntu Medium" d="M33.336 1001.364v.01c-1.8 0-3.5.348-5.087 1.043-1.548.663-2.913 1.553-4.08 2.664l-.352.337 3.06 4.335.474-.472c.158-.158.425-.388.787-.673l.01-.013.01-.012c.342-.295.74-.582 1.194-.86.467-.27 1.002-.507 1.607-.71.577-.19 1.206-.288 1.896-.288 1.048 0 1.885.26 2.58.768.626.46.964 1.222.964 2.497 0 .56-.114 1.1-.35 1.647-.246.538-.58 1.082-1.006 1.635h-.002c-.408.535-.896 1.088-1.466 1.658-.582.582-1.192 1.176-1.827 1.785h-.004c-.827.8-1.653 1.613-2.48 2.44-.846.845-1.61 1.748-2.292 2.704h-.002c-.692.967-1.26 2.02-1.702 3.15-.426 1.134-.635 2.372-.635 3.707v.72c0 .31.015.583.046.828l.064.493h18.65v-5.197H31.386c.072-.144.057-.21.18-.392l.006-.012h.002c.33-.507.727-1.034 1.192-1.576.47-.548.966-1.096 1.488-1.645l.008-.01c.527-.553.998-1.027 1.413-1.416h.007c.8-.775 1.6-1.56 2.4-2.36h.007c.813-.844 1.534-1.7 2.163-2.576h.002c.66-.906 1.197-1.83 1.613-2.773.428-.994.645-2.02.645-3.054 0-2.528-.756-4.605-2.28-6.102-1.524-1.55-3.862-2.28-6.9-2.28zm16.626.635v.01l-.024.537c-.106 2.31-.24 4.618-.4 6.927-.158 2.277-.384 4.688-.676 7.233l-.07.628h.632c2.187 0 3.982.12 5.37.353h.004c1.42.23 2.518.58 3.283 1.01h.01c.804.44 1.316.945 1.6 1.512.302.606.46 1.297.46 2.1 0 .514-.094.994-.278 1.457-.174.414-.456.79-.876 1.14h-.016c-.375.333-.9.615-1.582.836-.677.193-1.514.298-2.51.298-1.48 0-2.72-.144-3.718-.42-1.012-.31-1.79-.596-2.3-.84l-.638-.304-1.17 5.187.394.198c.32.16.74.313 1.287.477.553.167 1.168.315 1.847.45.703.163 1.43.3 2.184.407.77.11 1.527.163 2.273.163 1.826 0 3.44-.214 4.84-.66h.008c1.386-.473 2.56-1.12 3.502-1.948.94-.827 1.647-1.823 2.105-2.967.454-1.135.68-2.365.68-3.678 0-2.868-1.023-5.22-3.034-6.892-1.888-1.617-4.76-2.472-8.434-2.75.033-.27.064-.51.097-.834.055-.535.096-1.096.123-1.68l.002-.025c.052-.575.09-1.138.117-1.688l.003-.027c.035-.38.054-.693.077-1.02h10.055V1002H49.962z" font-size="35.345" font-weight="500" letter-spacing="0" word-spacing="0" text-anchor="middle" fill="%23666" font-family="Ubuntu"/></g></svg>')}.p-media-object__meta-list-item--location{background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="90" height="90"><g color="%23000"><path d="M45 0C30.088 0 18 12.088 18 27c0 .562.03 1.103.063 1.656.013.248.012.497.03.75.02.23.07.46.095.688C20.22 51.854 41.922 90 45 90c3.078 0 24.78-38.146 26.813-59.906.02-.232.076-.46.093-.688.022-.248.016-.5.03-.75.032-.56.064-1.12.064-1.656C72 12.088 59.912 0 45 0zm0 18c4.97 0 9 4.03 9 9s-4.03 9-9 9-9-4.03-9-9 4.03-9 9-9z" fill="%23666" stroke-width="3" overflow="visible" enable-background="accumulate"/><path fill="none" stroke-width="7.5" overflow="visible" enable-background="accumulate" d="M0 0h90v90H0z"/></g></svg>')}.p-media-object__meta-list-item--venue{background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="90" height="90" viewBox="0 0 90 90.000001"><g transform="translate(-111.967 -929.337)" color="%23000"><path fill="none" stroke-width="4" overflow="visible" enable-background="accumulate" d="M111.967 929.336h90v90h-90z"/><circle r="6.5" cy="24.5" cx="23.5" transform="matrix(1.846 0 0 1.846 113.583 929.105)" fill="%23666" stroke-width="2" overflow="visible" enable-background="accumulate"/><circle r="21" cy="45" cx="45" transform="matrix(1.429 0 0 1.429 92.682 910.05)" fill="none" stroke="%23666" stroke-width="4.2" stroke-linejoin="round" overflow="visible" enable-background="accumulate"/><path d="M152.967 931.736l8-2.4v15h-8zM160.967 1016.336h-8v-12h8zM198.967 970.336v8h-12v-8zM114.967 978.336v-8h12v8z" overflow="visible" fill="%23666" stroke-width="6" enable-background="accumulate"/></g></svg>')}.p-media-object--large .p-media-object__image{max-height:6rem;max-width:6rem}.p-modal{align-items:center;background:rgba(17,17,17,0.85);content:'';display:flex;height:100vh;justify-content:center;left:0;margin:0;overflow:scroll;padding:1.5rem;position:absolute;top:0;width:100%}.p-modal__dialog{bottom:1.5rem;left:1.5rem;max-width:72rem;overflow:scroll;position:absolute;right:1.5rem;top:1.5rem;width:auto}@media screen and (min-width: 772px){.p-modal__dialog{bottom:initial;left:initial;overflow:visible;position:relative;right:initial;top:initial}}.p-modal__header{display:flex;justify-content:space-between}.p-modal__title{align-self:flex-end}.p-modal__close{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='90' width='90'%3E%3Cg color='%23000'%3E%3Cpath fill='none' d='M0 0h90v90H0z'/%3E%3Cpath d='M14.52 6L6 14.52 36.48 45 6 75.49 14.52 84 45 53.52 75.48 84 84 75.49 53.52 45 84 14.52 75.48 6 45 36.49z' fill='%23888'/%3E%3C/g%3E%3C/svg%3E");background-position:center;background-repeat:no-repeat;background-size:1rem;border:0;box-sizing:content-box;height:1rem;margin:-1rem -1rem 0 0;padding:1rem;text-indent:-999em;width:1rem}.p-modal__close:focus{outline:2px solid #19b6ee}.p-navigation{background-color:#363636;display:flex;flex-shrink:0;position:relative;z-index:10}@media (max-width: 1px){.p-navigation{flex-direction:column}}.p-navigation a,.p-navigation a:visited,.p-navigation a:focus{color:#f7f7f7;text-decoration:none}.p-navigation a:hover{color:#757575;text-decoration:none}.p-navigation::after{background:rgba(0,0,0,0);bottom:0;content:'';height:1px;left:0;position:absolute;right:0}.p-navigation__banner{display:flex;flex:0 0 auto;justify-content:space-between}.p-navigation__image{align-self:center;max-height:2rem;min-height:1.5rem}@media (min-width: 1px){.p-navigation__link{max-width:20em}}.p-navigation__link>a{display:block;margin-bottom:0;overflow:hidden;position:relative;text-overflow:ellipsis;white-space:nowrap}@media (max-width: 1px){.p-navigation__link>a{padding:.75rem 1.5rem}.p-navigation__link>a::before{background:#f7f7f7;content:'';height:1px;left:0;position:absolute;right:0;top:0}}@media (min-width: 2px){.p-navigation__link>a{padding:.75rem 1rem}.p-navigation__link>a::before{background:rgba(0,0,0,0);bottom:0;content:'';height:1px;left:0;position:absolute;right:0}}.p-navigation__link>a:hover{color:#757575}@media (max-width: 1px){.p-navigation__link:first-child>a::before{background:rgba(0,0,0,0)}}.p-navigation__link.is-selected>a{color:#757575}.p-navigation__links{list-style:none;margin:0;padding:0}@media (max-width: 1px){.p-navigation__links{margin-top:-1px}}@media (min-width: 2px){.p-navigation__links{display:flex;flex-wrap:wrap}}.p-navigation__logo{display:flex;flex:0 0 auto;height:3rem;margin:0 1rem 0 1.5rem}.p-navigation__logo .p-navigation__link{display:flex}.p-navigation__nav{display:none}@media (max-width: 1px){.p-navigation__nav{flex-direction:column}}@media (min-width: 2px){.p-navigation__nav{display:flex;justify-content:space-between;width:100%}}.p-navigation .p-search-box{min-width:10em}@media (max-width: 1px){.p-navigation .p-search-box{flex:1 0 auto;margin:-1px 1.5rem .5rem 1.5rem;order:-1}}@media (min-width: 2px){.p-navigation .p-search-box{display:flex;flex:1 1 auto;margin:.35rem 1rem auto auto;max-width:20rem;order:1}}.p-navigation__row,.p-navigation .row{display:flex;padding-left:0;padding-right:0;width:100%}@media (max-width: 1px){.p-navigation__row,.p-navigation .row{flex-direction:column}}.p-navigation:target::after{display:none}.p-navigation:target .p-navigation__nav{display:flex}.p-navigation:target .p-navigation__toggle--open{display:none}@media (max-width: 1px){.p-navigation:target .p-navigation__toggle--close{display:block}}.p-navigation__toggle--open,.p-navigation__toggle--close{display:none;margin:0 1.5rem auto 1rem;padding:.75rem 0}@media (max-width: 1px){.p-navigation__toggle--open{display:block}}.p-navigation .u-image-position .u-image-position--right{order:2;position:relative;right:unset}.p-subnav{position:relative}.p-subnav::after{background-image:url("data:image/svg+xml, %3Csvg width='16px' height='16px' viewBox='0 0 16 16' version='1.1' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='chevron_down' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cpolygon id='chevron' fill='%23666' transform='translate(8.000000, 8.193853) rotate(90.000000) translate(-8.000000, -8.193853) ' points='4.80614657 14.3333333 8.64539007 8.17730496 4.80614657 2.05437352 6.16312057 1.19385343 11.1938534 8.17730496 6.16312057 15.1938534'%3E%3C/polygon%3E%3C/g%3E%3C/svg%3E");background-position:center;background-repeat:no-repeat;background-size:contain;content:'';display:block;height:1rem;pointer-events:none;position:absolute;right:1rem;text-indent:calc(100% + 10rem);top:1rem;width:1rem}.p-subnav.is-active::after{transform:rotate(180deg)}.p-subnav.is-active .p-subnav__items{display:block}.p-subnav>a{padding-right:2.5rem}.p-subnav__items{display:none;margin:0;padding:0;z-index:5}@media (min-width: 2px){.p-subnav__items{clip:rect(0, 1000px, 1000px, -10px);position:absolute;top:calc(3rem - 1px)}}@media (max-width: 1px){.p-subnav__items{border:0;box-shadow:none}}.p-subnav__item{background-color:#363636;display:block;padding:.75rem 1.5rem;white-space:nowrap}.p-notification--information,.p-notification--negative,.p-notification--caution,.p-notification--positive,.p-notification{display:flex;overflow:hidden;padding:0}.p-notification--information .p-icon--close,.p-notification--negative .p-icon--close,.p-notification--caution .p-icon--close,.p-notification--positive .p-icon--close,.p-notification .p-icon--close{background-color:transparent;background-size:1rem;border:0;margin:1rem 1rem auto auto;padding:.5rem}.p-notification{position:relative}.p-notification::before{top:0;background-color:#666;content:'';position:absolute}.p-notification::before{height:3px;width:auto;left:0;right:0}.p-notification+.p-notification{margin-top:1.5rem}.p-notification__response{background-position:1rem 1.15rem;background-repeat:no-repeat;background-size:1rem;padding:.9rem 1rem .5rem}.p-notification__status::after,.p-notification__action::before{content:' '}.p-notification__response,.p-notification--floating{max-width:60em}.p-notification--positive{position:relative}.p-notification--positive::before{top:0;background-color:#0e8420;content:'';position:absolute}.p-notification--positive::before{height:3px;width:auto;left:0;right:0}.p-notification--positive .p-notification__response{background-image:url("data:image/svg+xml,%3Csvg width='17px' height='17px' viewBox='0 0 17 17' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='notification-success' transform='translate(1.000000, 1.000000)'%3E%3Cg id='Page-3---colours'%3E%3Cg id='Notifications---single'%3E%3Cg id='Group'%3E%3Cg id='ICON'%3E%3Ccircle id='circle6710' stroke='%230e8420' stroke-width='1.5' fill='%230e8420' cx='7.2500086' cy='7.2500086' r='7.2500086'%3E%3C/circle%3E%3Cpolygon id='path6712' fill='%23fff' points='11.0502986 4.1734486 10.9843986 4.2311486 6.2496486 8.3783686 3.4740786 5.9974286 2.6350186 6.9463086 6.2503386 10.7500186 11.7500086 4.9627786 11.0502986 4.1734886'%3E%3C/polygon%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");padding-left:3rem}.p-notification--caution{position:relative}.p-notification--caution::before{top:0;background-color:#f99b11;content:'';position:absolute}.p-notification--caution::before{height:3px;width:auto;left:0;right:0}.p-notification--caution .p-notification__response{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='16' width='16'%3E%3Cg color='%23000'%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3Cpath stroke-linejoin='round' fill='%23f99b11' transform='matrix%282.28 0 0 2.437 -2180.8 -490.52%29' stroke='%23f99b11' stroke-width='.848' d='M963.07 207.03h-6.15l3.08-5.33z'/%3E%3Cpath d='M7 5v5h2V5H7zm0 6v2h2v-2H7z' fill='%23111'/%3E%3C/g%3E%3C/svg%3E");padding-left:3rem}.p-notification--negative{position:relative}.p-notification--negative::before{top:0;background-color:#c7162b;content:'';position:absolute}.p-notification--negative::before{height:3px;width:auto;left:0;right:0}.p-notification--negative .p-notification__response{background-image:url("data:image/svg+xml,%3Csvg width='16px' height='17px' viewBox='0 0 16 17' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='Page-3---colours' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Notifications---single' transform='translate(-215.000000, -271.000000)'%3E%3Cg id='Group' transform='translate(205.000000, 254.000000)'%3E%3Cg id='ICON' transform='translate(10.000000, 17.000000)'%3E%3Crect id='rect6415' x='0' y='0.36218' width='16' height='16'%3E%3C/rect%3E%3Ccircle id='circle6417' stroke='%23c7162b' stroke-width='1.5' fill='%23c7162b' cx='8' cy='8.36218' r='7.2500086'%3E%3C/circle%3E%3Cpath d='M5.00001,5.36218 L11.00001,11.36218' id='path6479-8' stroke='%23fff' stroke-width='1.5'%3E%3C/path%3E%3Cpath d='M11.00001,5.36218 L5.00001,11.36218' id='path6481-8' stroke='%23fff' stroke-width='1.5'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");padding-left:3rem}.p-notification--information{position:relative}.p-notification--information::before{top:0;background-color:#335280;content:'';position:absolute}.p-notification--information::before{height:3px;width:auto;left:0;right:0}.p-pagination__link--previous,.p-pagination__link--next,.p-pagination__link{border-color:#999;border-radius:.125rem;border-style:solid;border-width:1px;color:#000;display:block;padding:.5rem 1rem;text-decoration:none}.is-disabled.p-pagination__link--previous,.is-disabled.p-pagination__link--next,.is-disabled.p-pagination__link{opacity:0.5}.is-disabled.p-pagination__link--previous:hover,.is-disabled.p-pagination__link--next:hover,.is-disabled.p-pagination__link:hover{background-color:transparent}.p-pagination__link--previous:hover,.p-pagination__link--next:hover,.p-pagination__link:hover,.p-pagination__link--previous:focus,.p-pagination__link--next:focus,.p-pagination__link:focus,.is-active.p-pagination__link--previous,.is-active.p-pagination__link--next,.is-active.p-pagination__link{background-color:#e6e6e6;border-color:#999;text-decoration:none}.p-pagination__link--previous:active,.p-pagination__link--next:active,.p-pagination__link:active{background-color:#d9d9d9;border-color:#999}.p-pagination{display:flex;flex-direction:row;list-style:none;margin-left:0;padding-left:0}.p-pagination__item{margin-right:.5rem;width:auto}.p-pagination__item:first-child,.p-pagination__item:nth-last-child(2){margin-right:1rem}.p-pagination__item--truncation{margin:0.3rem 1rem 0 .5rem}.p-pagination__link--previous,.p-pagination__link--next{padding-left:.5rem;padding-right:.5rem}.p-pagination__link--previous .p-icon--contextual-menu{transform:rotate(0.25turn)}.p-pagination__link--next .p-icon--contextual-menu{transform:rotate(-0.25turn)}.p-pull-quote{padding:0 2rem;position:relative}.p-pull-quote .p-pull-quote__image{height:2rem;position:absolute;top:-2.75rem}.p-pull-quote .p-pull-quote__quote::before,.p-pull-quote .p-pull-quote__quote::after{font-size:2em}.p-pull-quote .p-pull-quote__quote:last-of-type::after{bottom:4rem}@media (max-width: 772px){.p-pull-quote .p-pull-quote__quote:last-of-type::after{bottom:3.5rem}}.p-pull-quote--small{padding:0 1.5rem}.p-pull-quote--small .p-pull-quote__quote::before,.p-pull-quote--small .p-pull-quote__quote::after{font-size:1.5em}.p-pull-quote--small .p-pull-quote__quote:last-of-type::after{bottom:3rem}.p-pull-quote--large{padding:0 2.5rem}.p-pull-quote--large .p-pull-quote__quote::before,.p-pull-quote--large .p-pull-quote__quote::after{font-size:2em;max-width:1em}.p-pull-quote--large .p-pull-quote__quote:last-of-type::after{bottom:4rem}@media (max-width: 772px){.p-pull-quote--large .p-pull-quote__quote:last-of-type::after{bottom:3.5rem}}.p-pull-quote,.p-pull-quote--small,.p-pull-quote--large{border:0;margin:1.5rem 0 2rem;overflow:visible;position:relative}.p-pull-quote .p-pull-quote__image,.p-pull-quote--small .p-pull-quote__image,.p-pull-quote--large .p-pull-quote__image{height:2rem;position:absolute;top:-2.75rem}.p-pull-quote .p-pull-quote__citation,.p-pull-quote--small .p-pull-quote__citation,.p-pull-quote--large .p-pull-quote__citation{font-style:italic;margin-top:.5rem}.p-pull-quote.has-image,.p-pull-quote--small.has-image,.p-pull-quote--large.has-image{margin-top:calc(2.75rem + 1.5rem)}.p-pull-quote__quote:first-of-type::before{color:#666;display:inline-block;position:absolute;content:'\201C';left:.25rem;top:0.5rem}@media (max-width: 772px){.p-pull-quote__quote:first-of-type::before{top:0.75rem}}.p-pull-quote__quote:last-of-type{margin-bottom:0}.p-pull-quote__quote:last-of-type::after{color:#666;display:inline-block;position:absolute;content:'\201E';margin-left:.5rem}.p-search-box__reset,.p-search-box__button{background:#fff;border:1px solid #999;display:block;height:100%;margin:0;padding:0 .5rem;position:absolute;top:0;width:2.5rem}.p-search-box__reset:hover,.p-search-box__button:hover{background:inherit}.p-search-box__reset:hover:disabled,.p-search-box__button:hover:disabled{cursor:not-allowed}.p-search-box{box-shadow:inset 0 1px 2px rgba(0,0,0,0.12);display:flex;margin-bottom:1.7rem;position:relative}.p-search-box__input{flex-grow:2;margin-bottom:0}.p-search-box__input::-webkit-search-cancel-button{-webkit-appearance:none}.p-search-box__input:not(:valid)~.p-search-box__reset{display:none}.p-search-box__button{right:0}.p-search-box__reset{border-left:0;border-right:0;right:2.5rem}.p-slider{-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:3px;margin:.5rem 0;padding:0;width:100%}.p-slider::-webkit-slider-runnable-track{border:1px solid #cdcdcd;border-radius:3px;height:6px}.p-slider::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#fff;border:0;border-radius:2px;box-shadow:0 0 2px 1px rgba(0,0,0,0.2);height:24px;margin-top:-10.5px;width:24px}.p-slider::-webkit-slider-thumb:hover{cursor:pointer}.p-slider::-moz-range-track{background:#fff;border:1px solid #cdcdcd;border-radius:2px;height:4px}.p-slider::-moz-range-progress{background-color:#335280;border-radius:2px;height:4px}.p-slider::-moz-range-thumb{background:#fff;border:0;border-radius:2px;box-shadow:0 0 2px 1px rgba(0,0,0,0.2);height:24px;width:24px}.p-slider::-moz-range-thumb:hover{cursor:pointer}.p-slider::-moz-focus-outer{border:0}.p-slider::-ms-track{background:transparent;border-color:transparent;border-width:12px;color:transparent;height:6px;width:calc(100% - (24px / 2))}.p-slider::-ms-fill-lower{background:#335280;border:1px solid #cdcdcd;border-radius:2px}.p-slider::-ms-fill-upper{background:#fff;border:1px solid #cdcdcd;border-radius:2px}.p-slider::-ms-thumb{background:#fff;border:0;border-radius:2px;box-shadow:0 0 2px 1px rgba(0,0,0,0.2);height:24px;margin:0 2px;width:24px}.p-slider::-ms-thumb:hover{cursor:pointer}.p-slider::-ms-tooltip{display:none}.p-slider:focus{outline:none}.p-slider:focus::-webkit-slider-thumb{outline:2px solid #19b6ee}.p-slider:focus::-moz-range-thumb{outline:2px solid #19b6ee}.p-slider:focus::-ms-thumb{outline:2px solid #19b6ee}.p-slider:disabled{opacity:0.5}.p-slider__wrapper{align-items:center;display:inline-flex;width:100%}.p-slider__input{height:2.625rem;margin:0 0 0 1rem;min-width:5rem;text-align:center;width:5%}@media only screen and (max-width: 1036px){[class*='p-strip'].is-shallow{padding-bottom:1rem;padding-top:1rem}}@media only screen and (min-width: 1036px){[class*='p-strip'].is-shallow{padding-bottom:2rem;padding-top:2rem}}@media only screen and (max-width: 1036px){.p-strip--image,.p-strip--accent,.p-strip--dark,.p-strip--light,.p-strip{padding-bottom:2rem;padding-top:2rem}}@media only screen and (min-width: 1036px){.p-strip--image,.p-strip--accent,.p-strip--dark,.p-strip--light,.p-strip{padding-bottom:4rem;padding-top:4rem}}@media only screen and (max-width: 1036px){[class*='p-strip'].is-deep{padding:3rem 0 3rem}}@media only screen and (min-width: 1036px){[class*='p-strip'].is-deep{padding:6rem 0}}.p-strip--image,.p-strip--accent,.p-strip--dark,.p-strip--light,.p-strip{clear:both;position:relative;width:100%}.p-strip{background-color:transparent}.p-strip--light{background-color:#f7f7f7}.p-strip--dark{background-color:#111;color:#f7f7f7}.p-strip--accent{background-color:#333;color:#fff}.p-strip--image{background-repeat:no-repeat;background-size:cover}.p-strip--image.is-light{color:#000}.p-strip--image.is-dark{color:#fff}.p-switch{height:1.5rem;margin:0;position:relative;width:3rem}.p-switch:checked+.p-switch__slider::before{left:50%}.p-switch:focus{outline:none}.p-switch:focus+.p-switch__slider{outline:2px solid #19b6ee}.p-switch__slider{background:linear-gradient(to right, #335280 50%, #cdcdcd 50%);box-shadow:inset 0 2px 5px 0 rgba(17,17,17,0.2);height:1.5rem;margin:.1rem 0 1rem 0;position:relative;width:3rem}.p-switch__slider::before{transition-duration:0.5s;transition-property:all;transition-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);background:#fff;content:'';height:1.5rem;left:0;position:absolute;width:1.5rem}.p-table-expanding{display:flex;flex-flow:column nowrap;justify-content:space-between}.p-table-expanding tbody{margin:0}.p-table-expanding tr{display:flex;flex-flow:row;flex-wrap:wrap;margin:0;width:100%}.p-table-expanding tr+tr{margin:0}.p-table-expanding th,.p-table-expanding td{display:flex;flex-basis:0;flex-flow:row nowrap;flex-grow:1;margin:0;word-break:break-word}.p-table-expanding th.p-table-expanding__panel,.p-table-expanding td.p-table-expanding__panel{flex-basis:100%;max-width:100%}.p-table-expanding th.p-table-expanding__panel[aria-hidden='true'],.p-table-expanding td.p-table-expanding__panel[aria-hidden='true']{display:none}.p-table-expanding th.p-table-expanding__panel .row,.p-table-expanding td.p-table-expanding__panel .row{max-width:100%;padding:0;width:100%}.p-table-of-contents{border-top:1px solid #cdcdcd;font-size:0.875rem;padding:0 1.5rem}@media (min-width: 772px){.p-table-of-contents{border-left:1px solid #cdcdcd;border-top:0;padding:0 1rem}}.p-table-of-contents__header{color:#666;font-size:1rem;line-height:1.5;margin-bottom:1rem;text-transform:uppercase}.p-table-of-contents__section{padding:1rem 0}.p-table-of-contents__section:not(:last-child){border-bottom:1px dotted #cdcdcd}.p-table-of-contents__nav{list-style:none;margin:0;padding:0}.p-table-of-contents__nav .p-table-of-contents__link{border-bottom:0;color:#111;margin-bottom:.25rem}.p-table-of-contents__nav .p-table-of-contents__link:visited{color:#111}.p-table-of-contents__nav .p-table-of-contents__link:hover{color:#007aa6}.p-table-of-contents__nav .p-table-of-contents__link.is-active{font-weight:400;padding-left:.25rem}@media screen and (max-width: 1036px){.p-table--mobile-card thead{display:none}.p-table--mobile-card tbody{display:flex;flex-wrap:wrap;justify-content:space-between}.p-table--mobile-card tr{border-top:1px solid #cdcdcd;display:flex;flex-wrap:wrap;margin:-1px 0 .5rem;width:100%}.p-table--mobile-card td,.p-table--mobile-card tbody th{align-items:flex-start;display:flex;flex:0 1 auto;flex-direction:column;justify-content:left !important;margin:0;overflow:visible;padding-bottom:0;padding-top:0;text-align:left !important;width:25%}.p-table--mobile-card td[aria-label],.p-table--mobile-card tbody th[aria-label]{text-align:right}.p-table--mobile-card td[aria-label]::before,.p-table--mobile-card tbody th[aria-label]::before{content:attr(aria-label);display:block;flex:0 1 auto;margin-bottom:.3rem;width:100%}.p-table--mobile-card td.u-align--right,.p-table--mobile-card tbody th.u-align--right{justify-content:unset !important}.p-table--mobile-card .p-contextual-menu,.p-table--mobile-card .p-contextual-menu--left,.p-table--mobile-card .p-contextual-menu--center{width:100%}.p-table--mobile-card .p-contextual-menu [role='menuitem'],.p-table--mobile-card .p-contextual-menu--left [role='menuitem'],.p-table--mobile-card .p-contextual-menu--center [role='menuitem']{display:none}.p-table--mobile-card .p-contextual-menu__dropdown{box-shadow:none;display:block;max-width:100%;position:relative}.p-table--mobile-card .p-contextual-menu__dropdown::before{display:none}.p-table--mobile-card .p-contextual-menu__group{padding:0}.p-table--mobile-card .p-contextual-menu__group+.p-contextual-menu__group{margin-top:.5rem;padding-top:.5rem}.p-table--mobile-card .p-contextual-menu__link{border-color:#cdcdcd;border-radius:0.125rem;border-style:solid;border-width:1px;box-sizing:border-box;color:#000;cursor:pointer;display:block;line-height:1rem;outline:none;padding:.5rem 1.5rem;text-align:center;text-decoration:none;width:100%}.p-table--mobile-card .p-contextual-menu__link+.p-contextual-menu__link{margin-top:.25rem}}.p-table--sortable th[role='columnheader'][aria-sort="descending"]::after,.p-table--sortable th[role='columnheader'][aria-sort='ascending']::after{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='4' width='10' viewBox='0 0 10 4'%3E%3Cpath d='M3.637 3.138c-.518-.365-1.052-.778-1.6-1.238C1.486 1.44.946.948.414.423.273.283.135.14 0 0h1.54c.305.29.62.57.948.846.138.116.277.23.417.34.163.13.328.257.495.38.085.062.17.123.257.184.397.282.935.626 1.315.848h.054c.38-.222.918-.566 1.315-.848.4-.28.79-.583 1.17-.904C7.837.57 8.153.29 8.457 0h1.54c-.134.14-.272.282-.414.422C9.05.948 8.51 1.442 7.963 1.9c-.55.46-1.084.873-1.602 1.238S5.39 3.79 5 4c-.39-.21-.845-.497-1.363-.862z' fill='%23888' fill-rule='evenodd'/%3E%3C/svg%3E");background-position:center;background-repeat:no-repeat;background-size:100%;content:'';display:inline-block;height:0.4rem;margin-left:.25rem;vertical-align:middle;width:1rem}.p-table--sortable{table-layout:fixed}.p-table--sortable th[role='columnheader'][aria-sort]{align-items:center;cursor:pointer;white-space:nowrap}.p-table--sortable th[role='columnheader'][aria-sort="descending"]::after{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.p-table--sortable th[role='columnheader'][aria-sort]:hover{color:#007aa6;text-decoration:underline}.p-tabs{border-radius:0;overflow:hidden;padding:0;position:relative}.p-tabs::before{background:linear-gradient(to right, rgba(0,0,0,0) 0%, #fff 45%, #fff 100%);color:#666;content:'\203A';display:block;font-size:2rem;line-height:calc(100% + 1rem - 3px);padding-left:1.5rem;padding-right:1.5rem;pointer-events:none;position:absolute;right:0;text-align:right;top:0;width:1rem;z-index:10}@media screen and (min-width: 772px){.p-tabs::before{display:none}}.p-tabs__list{display:flex;font-size:0;margin:0 auto 1rem;overflow-x:auto;padding:0;position:relative;white-space:nowrap;width:100%}.p-tabs__item{display:inline-block;float:none;font-size:1rem;margin:0;padding:0;width:auto}.p-tabs__item:last-child{margin-right:3rem}.p-tabs__link{color:#000;display:inline-block;padding:.75rem 1rem}.p-tabs__link:visited,.p-tabs__link:active,.p-tabs__link:hover{color:#000;text-decoration:none}.p-tabs__link:hover,.p-tabs__link[aria-selected='true']{position:relative}.p-tabs__link:hover::before,.p-tabs__link[aria-selected='true']::before{bottom:0;background-color:#666;content:'';position:absolute}.p-tabs__link:hover::before,.p-tabs__link[aria-selected='true']::before{height:3px;width:auto;left:-1px;right:-1px;z-index:1}.p-tooltip--left,.p-tooltip--right,.p-tooltip--top-right,.p-tooltip--top-center,.p-tooltip--top-left,.p-tooltip--btm-right,.p-tooltip--btm-center,.p-tooltip{position:relative}.p-tooltip--left:focus .p-tooltip__message,.p-tooltip--right:focus .p-tooltip__message,.p-tooltip--top-right:focus .p-tooltip__message,.p-tooltip--top-center:focus .p-tooltip__message,.p-tooltip--top-left:focus .p-tooltip__message,.p-tooltip--btm-right:focus .p-tooltip__message,.p-tooltip--btm-center:focus .p-tooltip__message,.p-tooltip:focus .p-tooltip__message,.p-tooltip--left:hover .p-tooltip__message,.p-tooltip--right:hover .p-tooltip__message,.p-tooltip--top-right:hover .p-tooltip__message,.p-tooltip--top-center:hover .p-tooltip__message,.p-tooltip--top-left:hover .p-tooltip__message,.p-tooltip--btm-right:hover .p-tooltip__message,.p-tooltip--btm-center:hover .p-tooltip__message,.p-tooltip:hover .p-tooltip__message{display:inline;text-decoration:initial}.p-tooltip__message{background-color:#111;border:0;border-radius:.125rem;color:#fff;display:none;left:-1rem;margin-bottom:0;padding:.5rem 1rem;position:absolute;text-align:left;text-decoration:initial;top:100%;-webkit-transform:translateX(0%) translateY(13px);transform:translateX(0%) translateY(13px);white-space:pre;z-index:1}.p-tooltip__message::before{border-bottom:.5rem solid #111;border-left:.5rem solid transparent;border-right:.5rem solid transparent;bottom:100%;content:'';height:0;left:1rem;pointer-events:none;position:absolute;width:0}.p-tooltip--btm-center .p-tooltip__message{bottom:inherit;left:50%;top:100%;-webkit-transform:translateX(-50%) translateY(13px);transform:translateX(-50%) translateY(13px)}.p-tooltip--btm-center .p-tooltip__message::before{left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.p-tooltip--btm-right .p-tooltip__message{bottom:inherit;left:initial;right:-1rem;top:100%;-webkit-transform:translateY(13px);transform:translateY(13px)}.p-tooltip--btm-right .p-tooltip__message::before{left:initial;right:1rem}.p-tooltip--top-left .p-tooltip__message{bottom:100%;left:-1rem;top:initial;-webkit-transform:translateX(0%) translateY(-13px);transform:translateX(0%) translateY(-13px)}.p-tooltip--top-left .p-tooltip__message::before{border-bottom:.5rem solid transparent;border-left:.5rem solid transparent;border-right:.5rem solid transparent;border-top:.5rem solid #111;bottom:-1rem;left:1rem}.p-tooltip--top-center .p-tooltip__message{bottom:100%;left:50%;top:initial;-webkit-transform:translateX(-50%) translateY(-13px);transform:translateX(-50%) translateY(-13px)}.p-tooltip--top-center .p-tooltip__message::before{border-bottom:.5rem solid transparent;border-left:.5rem solid transparent;border-right:.5rem solid transparent;border-top:.5rem solid #111;bottom:-1rem;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.p-tooltip--top-right .p-tooltip__message{bottom:100%;left:initial;right:-1rem;top:initial;-webkit-transform:translateX(0%) translateY(-13px);transform:translateX(0%) translateY(-13px)}.p-tooltip--top-right .p-tooltip__message::before{border-bottom:.5rem solid transparent;border-left:.5rem solid transparent;border-right:.5rem solid transparent;border-top:.5rem solid #111;bottom:-1rem;left:initial;right:1rem}.p-tooltip--right .p-tooltip__message{bottom:inherit;left:100%;top:50%;-webkit-transform:translateX(14px) translateY(-50%);transform:translateX(14px) translateY(-50%)}.p-tooltip--right .p-tooltip__message::before{border-bottom:.5rem solid transparent;border-left:.5rem solid transparent;border-right:.5rem solid #111;border-top:.5rem solid transparent;bottom:inherit;left:0;top:50%;-webkit-transform:translateX(-16px) translateY(-50%);transform:translateX(-16px) translateY(-50%)}.p-tooltip--left .p-tooltip__message{bottom:inherit;left:-16px;top:50%;-webkit-transform:translateX(-100%) translateY(-50%);transform:translateX(-100%) translateY(-50%)}.p-tooltip--left .p-tooltip__message::before{border-bottom:.5rem solid transparent;border-left:.5rem solid #111;border-right:.5rem solid transparent;border-top:.5rem solid transparent;bottom:inherit;left:100%;top:50%;-webkit-transform:translateX(0) translateY(-50%);transform:translateX(0) translateY(-50%)}.u-align--center{justify-content:center !important;text-align:center !important}.u-align--left{justify-content:flex-start !important;text-align:left !important}.u-align--right{justify-content:flex-end !important;text-align:right !important}.u-align--bottom{margin-top:auto !important}.u-align-text--center{margin-left:auto !important;margin-right:auto !important;text-align:center !important}.u-align-text--left{margin-right:auto !important;text-align:left !important}.u-align-text--right{margin-left:auto !important;text-align:right !important}@media (prefers-reduced-motion: reduce){*{animation:none !important;transition:none !important}}.u-animation--spin{-webkit-animation:spin 1s infinite linear;animation:spin 1s infinite linear}@keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.u-baseline-grid{position:relative}.u-baseline-grid::after{background:linear-gradient(to top, rgba(255,0,0,0.3), rgba(255,0,0,0.3) 1px, transparent 1px, transparent);background-size:100% .5rem;bottom:0;content:'';display:block;left:0;pointer-events:none;position:absolute;right:0;top:0;z-index:100}.u-baseline-grid__toggle{bottom:1.5rem;position:fixed;right:1.5rem;z-index:101}.u-embedded-media{height:0;margin-top:.5rem;max-width:100%;overflow:hidden;padding-bottom:56.25%;position:relative}.u-embedded-media__element{height:100%;left:0;position:absolute;top:0;width:100%}@media only screen and (min-width: 772px){.u-equal-height{display:flex}.u-equal-height.row{display:grid}}.u-float-right{float:right !important}@media (max-width: 620px){.u-float-right--small{float:right !important}}@media (min-width: 772px) and (max-width: 1036px){.u-float-right--medium{float:right !important}}@media (min-width: 1036px){.u-float-right--large{float:right !important}}.u-float-left{float:left !important}@media (max-width: 620px){.u-float-left--small{float:left !important}}@media (min-width: 772px) and (max-width: 1036px){.u-float-left--medium{float:left !important}}@media (min-width: 1036px){.u-float-left--large{float:left !important}}.u-hide{display:none !important}@media screen and (max-width: 772px){.u-hide--small{display:none !important}}@media (min-width: 772px) and (max-width: 1036px){.u-hide--medium{display:none !important}}@media screen and (min-width: 1036px){.u-hide--large{display:none !important}}@media (min-width: 772px){.u-image-position{overflow:hidden;position:relative}.u-image-position .u-image-position--right,.u-image-position .u-image-position--left,.u-image-position .u-image-position--bottom,.u-image-position .u-image-position--top{margin:0;position:absolute}.u-image-position [class*='col-']{position:static}.u-image-position--top{top:0}.u-image-position--bottom{bottom:0}.u-image-position--left{left:0}.u-image-position--right{right:0}}.u-table-layout--auto{table-layout:auto !important}.u-no-margin{margin:0 !important}.u-no-margin--top{margin-top:0 !important}.u-no-margin--right{margin-right:0 !important}.u-no-margin--left{margin-left:0 !important}.u-off-screen{height:1px !important;left:-10000px !important;overflow:hidden !important;position:absolute !important;top:auto !important;width:1px !important}.u-no-padding{padding:0 !important}.u-no-padding--top{padding-top:0 !important}.u-no-padding--right{padding-right:0 !important}.u-no-padding--bottom{padding-bottom:0 !important}.u-no-padding--left{padding-left:0 !important}.u-show{display:inherit !important}@media screen and (max-width: 772px){.u-show--small{display:inherit !important}}@media (min-width: 772px) and (max-width: 1036px){.u-show--medium{display:inherit !important}}@media screen and (min-width: 1036px){.u-show--large{display:inherit !important}}.u-sv3::after,.u-sv2::after,.u-sv1::after,.u-sv0::after,.u-sv-1::after,.u-sv-2::after,.u-sv-3::after{content:'';display:block;height:1px;position:relative}.u-sv-3::after{margin-top:calc(-1.5rem - 1px)}.u-sv-2::after{margin-top:calc(-1rem - 1px)}.u-sv-1::after{margin-top:calc(-.5rem - 1px)}.u-sv0::after{margin-top:calc(0rem - 1px)}.u-sv1::after{margin-top:calc(.5rem - 1px)}.u-sv2::after{margin-top:calc(1rem - 1px)}.u-sv3::after{margin-top:calc(1.5rem - 1px)}.u-vertically-center{align-items:center !important;display:grid;justify-content:flex-start}.u-vertically-center>img{align-self:center !important}@media print{.u-no-print{display:none !important}}.p-navigation .row{justify-content:space-between}.p-navigation__nav{width:auto}.p-cip-hero{background-image:linear-gradient(212deg, #E95420 0%, #C44631 6%, #A33940 12%, #8B304A 18%, #7C2B51 24%, #772953 29%, #55163B 51%, #370626 75%, #2C001E 100%)}.selected-create .login-form,.selected-create .login-title{display:none}.selected-login .create-form,.selected-login .create-title{display:none}@media only screen and (max-width: 772px){.p-sidebar{padding:0 .5rem;border-bottom:1px solid #cdcdcd}}@media only screen and (min-width: 773px){.p-sidebar{border-right:1px solid #cdcdcd}}.p-sidebar .is-active{position:relative}.p-sidebar .is-active::before{background-color:#cdcdcd;bottom:0;content:'';left:-1rem;position:absolute;top:0;width:3px}@media only screen and (min-width: 461px){button[class^="p-button"]+a[class^="p-button"],a[class^="p-button"]+button[class^="p-button"]{margin-left:1rem}}.p-table__item--truncate{text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.p-table--bordered{border-top:1px solid #cdcdcd;border-bottom:1px solid #cdcdcd}.p-table-of-contents{font-size:1rem}
3539+
3540+/*# sourceMappingURL=../../static/vanilla-css/styles.map.css */
3541\ No newline at end of file
3542
3543=== added file 'src/identityprovider/static/vanilla-css/styles.map.css'
3544--- src/identityprovider/static/vanilla-css/styles.map.css 1970-01-01 00:00:00 +0000
3545+++ src/identityprovider/static/vanilla-css/styles.map.css 2019-11-11 16:30:47 +0000
3546@@ -0,0 +1,104 @@
3547+{
3548+ "version": 3,
3549+ "file": "../../static_src/scss/styles.css",
3550+ "sources": [
3551+ "../../static_src/scss/styles.scss",
3552+ "../../../../node_modules/vanilla-framework/scss/build.scss",
3553+ "../../../../node_modules/vanilla-framework/scss/_vanilla.scss",
3554+ "../../../../node_modules/vanilla-framework/scss/_settings.scss",
3555+ "../../../../node_modules/vanilla-framework/scss/_utilities_deprecate.scss",
3556+ "../../../../node_modules/vanilla-framework/scss/deprecate/index.scss",
3557+ "../../../../node_modules/vanilla-framework/scss/_global_functions.scss",
3558+ "../../../../node_modules/vanilla-framework/scss/_settings_spacing.scss",
3559+ "../../../../node_modules/vanilla-framework/scss/_settings_animations.scss",
3560+ "../../../../node_modules/vanilla-framework/scss/_settings_assets.scss",
3561+ "../../../../node_modules/vanilla-framework/scss/_settings_breakpoints.scss",
3562+ "../../../../node_modules/vanilla-framework/scss/_settings_colors.scss",
3563+ "../../../../node_modules/vanilla-framework/scss/_settings_font.scss",
3564+ "../../../../node_modules/vanilla-framework/scss/_settings_grid.scss",
3565+ "../../../../node_modules/vanilla-framework/scss/_settings_placeholders.scss",
3566+ "../../../../node_modules/vanilla-framework/scss/_settings_system.scss",
3567+ "../../../../node_modules/vanilla-framework/scss/_settings_tables.scss",
3568+ "../../../../node_modules/vanilla-framework/scss/_base.scss",
3569+ "../../../../node_modules/vanilla-framework/scss/_base_placeholders.scss",
3570+ "../../../../node_modules/vanilla-framework/scss/_base_typography.scss",
3571+ "../../../../node_modules/vanilla-framework/scss/_base_fontfaces.scss",
3572+ "../../../../node_modules/vanilla-framework/scss/_base_typography-definitions.scss",
3573+ "../../../../node_modules/vanilla-framework/scss/_base_placeholders-margin-collapse.scss",
3574+ "../../../../node_modules/vanilla-framework/scss/_base_typography-max-widths.scss",
3575+ "../../../../node_modules/vanilla-framework/scss/_base_typography-heading-mixins.scss",
3576+ "../../../../node_modules/vanilla-framework/scss/_base_blockquotes.scss",
3577+ "../../../../node_modules/vanilla-framework/scss/_base_box-sizing.scss",
3578+ "../../../../node_modules/vanilla-framework/scss/_base_button.scss",
3579+ "../../../../node_modules/vanilla-framework/scss/_base_code.scss",
3580+ "../../../../node_modules/vanilla-framework/scss/_base_forms.scss",
3581+ "../../../../node_modules/vanilla-framework/scss/_base_hr.scss",
3582+ "../../../../node_modules/vanilla-framework/scss/_base_links.scss",
3583+ "../../../../node_modules/vanilla-framework/scss/_base_lists.scss",
3584+ "../../../../node_modules/vanilla-framework/scss/_base_media.scss",
3585+ "../../../../node_modules/vanilla-framework/scss/_base_reset.scss",
3586+ "../../../../node_modules/vanilla-framework/scss/_base_tables.scss",
3587+ "../../../../node_modules/vanilla-framework/scss/_base_background.scss",
3588+ "../../../../node_modules/vanilla-framework/scss/_patterns_accordion.scss",
3589+ "../../../../node_modules/vanilla-framework/scss/_patterns_icons.scss",
3590+ "../../../../node_modules/vanilla-framework/scss/_patterns_article-pagination.scss",
3591+ "../../../../node_modules/vanilla-framework/scss/_patterns_breadcrumbs.scss",
3592+ "../../../../node_modules/vanilla-framework/scss/_patterns_buttons.scss",
3593+ "../../../../node_modules/vanilla-framework/scss/_patterns_card.scss",
3594+ "../../../../node_modules/vanilla-framework/scss/_patterns_code-copyable.scss",
3595+ "../../../../node_modules/vanilla-framework/scss/_patterns_code-numbered.scss",
3596+ "../../../../node_modules/vanilla-framework/scss/_patterns_contextual-menu.scss",
3597+ "../../../../node_modules/vanilla-framework/scss/_patterns_divider.scss",
3598+ "../../../../node_modules/vanilla-framework/scss/_patterns_form-help-text.scss",
3599+ "../../../../node_modules/vanilla-framework/scss/_patterns_form-validation.scss",
3600+ "../../../../node_modules/vanilla-framework/scss/_patterns_forms.scss",
3601+ "../../../../node_modules/vanilla-framework/scss/_patterns_grid.scss",
3602+ "../../../../node_modules/vanilla-framework/scss/_base_placeholders-fixed-width-container.scss",
3603+ "../../../../node_modules/vanilla-framework/scss/_patterns_heading-icon.scss",
3604+ "../../../../node_modules/vanilla-framework/scss/_patterns_headings.scss",
3605+ "../../../../node_modules/vanilla-framework/scss/_patterns_image.scss",
3606+ "../../../../node_modules/vanilla-framework/scss/_patterns_inline-images.scss",
3607+ "../../../../node_modules/vanilla-framework/scss/_patterns_label.scss",
3608+ "../../../../node_modules/vanilla-framework/scss/_patterns_links.scss",
3609+ "../../../../node_modules/vanilla-framework/scss/_patterns_list-tree.scss",
3610+ "../../../../node_modules/vanilla-framework/scss/_patterns_lists.scss",
3611+ "../../../../node_modules/vanilla-framework/scss/_patterns_matrix.scss",
3612+ "../../../../node_modules/vanilla-framework/scss/_patterns_media-object.scss",
3613+ "../../../../node_modules/vanilla-framework/scss/_patterns_modal.scss",
3614+ "../../../../node_modules/vanilla-framework/scss/_patterns_muted-heading.scss",
3615+ "../../../../node_modules/vanilla-framework/scss/_patterns_navigation.scss",
3616+ "../../../../node_modules/vanilla-framework/scss/_patterns_subnav.scss",
3617+ "../../../../node_modules/vanilla-framework/scss/_patterns_notifications.scss",
3618+ "../../../../node_modules/vanilla-framework/scss/_patterns_pagination.scss",
3619+ "../../../../node_modules/vanilla-framework/scss/_patterns_pull-quotes.scss",
3620+ "../../../../node_modules/vanilla-framework/scss/_patterns_search-box.scss",
3621+ "../../../../node_modules/vanilla-framework/scss/_patterns_slider.scss",
3622+ "../../../../node_modules/vanilla-framework/scss/_patterns_strip.scss",
3623+ "../../../../node_modules/vanilla-framework/scss/_patterns_switch.scss",
3624+ "../../../../node_modules/vanilla-framework/scss/_patterns_table-expanding.scss",
3625+ "../../../../node_modules/vanilla-framework/scss/_patterns_table-of-contents.scss",
3626+ "../../../../node_modules/vanilla-framework/scss/_patterns_table-mobile-card.scss",
3627+ "../../../../node_modules/vanilla-framework/scss/_patterns_table-sortable.scss",
3628+ "../../../../node_modules/vanilla-framework/scss/_patterns_tabs.scss",
3629+ "../../../../node_modules/vanilla-framework/scss/_patterns_tooltips.scss",
3630+ "../../../../node_modules/vanilla-framework/scss/_utilities_animations.scss",
3631+ "../../../../node_modules/vanilla-framework/scss/_utilities_baseline-grid.scss",
3632+ "../../../../node_modules/vanilla-framework/scss/_utilities_clearfix.scss",
3633+ "../../../../node_modules/vanilla-framework/scss/_utilities_content-align.scss",
3634+ "../../../../node_modules/vanilla-framework/scss/_utilities_embedded-media.scss",
3635+ "../../../../node_modules/vanilla-framework/scss/_utilities_equal-height.scss",
3636+ "../../../../node_modules/vanilla-framework/scss/_utilities_floats.scss",
3637+ "../../../../node_modules/vanilla-framework/scss/_utilities_hide.scss",
3638+ "../../../../node_modules/vanilla-framework/scss/_utilities_image-position.scss",
3639+ "../../../../node_modules/vanilla-framework/scss/_utilities_layout.scss",
3640+ "../../../../node_modules/vanilla-framework/scss/_utilities_margin-collapse.scss",
3641+ "../../../../node_modules/vanilla-framework/scss/_utilities_off-screen.scss",
3642+ "../../../../node_modules/vanilla-framework/scss/_utilities_padding-collapse.scss",
3643+ "../../../../node_modules/vanilla-framework/scss/_utilities_show.scss",
3644+ "../../../../node_modules/vanilla-framework/scss/_utilities_vertical-spacing.scss",
3645+ "../../../../node_modules/vanilla-framework/scss/_utilities_vertically-center.scss",
3646+ "../../../../node_modules/vanilla-framework/scss/_utilities_no-print.scss"
3647+ ],
3648+ "names": [],
3649+ "mappings": "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"
3650+}
3651\ No newline at end of file
3652
3653=== modified file 'src/identityprovider/templatetags/menu_item.py'
3654--- src/identityprovider/templatetags/menu_item.py 2013-06-12 11:51:57 +0000
3655+++ src/identityprovider/templatetags/menu_item.py 2019-11-11 16:30:47 +0000
3656@@ -1,4 +1,4 @@
3657-# Copyright 2010 Canonical Ltd. This software is licensed under the
3658+# Copyright 2010-2018 Canonical Ltd. This software is licensed under the
3659 # GNU Affero General Public License version 3 (see the file LICENSE).
3660
3661 from django import template
3662@@ -6,10 +6,24 @@
3663 register = template.Library()
3664
3665
3666-@register.inclusion_tag('menu_item.html', takes_context=True)
3667-def menu_item(context, section, label, link, extra_qa_data_id=None):
3668- return {'current_section': context.get('current_section', None),
3669- 'section': section,
3670- 'label': label,
3671- 'link': link,
3672- 'extra_qa_data_id': extra_qa_data_id}
3673+@register.inclusion_tag(
3674+ "menu_item.html", takes_context=True
3675+)
3676+def menu_item(
3677+ context,
3678+ section,
3679+ label,
3680+ link,
3681+ extra_qa_data_id=None,
3682+ html_class=None,
3683+):
3684+ return {
3685+ "current_section": context.get(
3686+ "current_section", None
3687+ ),
3688+ "section": section,
3689+ "label": label,
3690+ "link": link,
3691+ "extra_qa_data_id": extra_qa_data_id,
3692+ "html_class": html_class,
3693+ }
3694
3695=== modified file 'src/webui/templates/menu_item.html'
3696--- src/webui/templates/menu_item.html 2013-06-12 23:50:10 +0000
3697+++ src/webui/templates/menu_item.html 2019-11-11 16:30:47 +0000
3698@@ -1,18 +1,18 @@
3699 {% comment %}
3700-Copyright 2010 Canonical Ltd. This software is licensed under the
3701+Copyright 2010-2019 Canonical Ltd. This software is licensed under the
3702 GNU Affero General Public License version 3 (see the file LICENSE).
3703 {% endcomment %}
3704
3705-<li id="{{ section }}" data-qa-id="{{ section }}">
3706+<li id="{{ section }}" data-qa-id="{{ section }}"{% if html_class %} class="{{ html_class }}"{% endif %}>
3707 {% ifequal section current_section %}
3708- <span class="active" {% if extra_qa_data_id %}data-qa-id="{{ extra_qa_data_id }}"{% endif %}>
3709- {{ label }}
3710+ <span class="active" {% if extra_qa_data_id %}data-qa-id="{{ extra_qa_data_id }}"{% endif %}>
3711+ {{ label }}
3712+ </span>
3713+ {% else %}
3714+ <a id="{{ section }}-link" data-qa-id="{{ section }}_link" href="{{ link }}" class="p-link--soft">
3715+ <span {% if extra_qa_data_id %}data-qa-id="{{ extra_qa_data_id }}"{% endif %}>
3716+ {{ label }}
3717 </span>
3718- {% else %}
3719- <a id="{{ section }}-link" data-qa-id="{{ section }}_link" href="{{ link }}">
3720- <span {% if extra_qa_data_id %}data-qa-id="{{ extra_qa_data_id }}"{% endif %}>
3721- {{ label }}
3722- </span>
3723- </a>
3724+ </a>
3725 {% endifequal %}
3726 </li>
3727
3728=== modified file 'src/webui/templates/static/description.html'
3729--- src/webui/templates/static/description.html 2014-12-09 21:32:43 +0000
3730+++ src/webui/templates/static/description.html 2019-11-11 16:30:47 +0000
3731@@ -1,9 +1,9 @@
3732-{% extends "base.html" %}
3733+{% extends "vanilla/base.html" %}
3734 {% load i18n %}
3735 {% load static_url %}
3736
3737 {% comment %}
3738-Copyright 2010 Canonical Ltd. This software is licensed under the
3739+Copyright 2010-2019 Canonical Ltd. This software is licensed under the
3740 GNU Affero General Public License version 3 (see the file LICENSE).
3741 {% endcomment %}
3742
3743
3744=== modified file 'src/webui/templates/static/faq.html'
3745--- src/webui/templates/static/faq.html 2017-05-23 21:38:39 +0000
3746+++ src/webui/templates/static/faq.html 2019-11-11 16:30:47 +0000
3747@@ -1,10 +1,10 @@
3748-{% extends "base.html" %}
3749+{% extends "vanilla/base.html" %}
3750 {% load i18n %}
3751 {% load static_url %}
3752 {% load faq %}
3753
3754 {% comment %}
3755-Copyright 2010 Canonical Ltd. This software is licensed under the
3756+Copyright 2010-2019 Canonical Ltd. This software is licensed under the
3757 GNU Affero General Public License version 3 (see the file LICENSE).
3758 {% endcomment %}
3759
3760@@ -18,366 +18,366 @@
3761 <h1 class="main">{% trans "Frequently asked questions" %}</h1>
3762 {% endblock %}
3763
3764+{% block content_class %}{% endblock %}
3765 {% block content %}
3766 {% url 'account-index' as home_url %}
3767 {% url 'account-emails' as emails_url %}
3768 {% url 'forgot_password' as forgot_url %}
3769 {% url 'delete_account' as delete_url %}
3770-
3771-<div class="yui3-g-r">
3772- <div class="yui3-u-1-2 faq-body">
3773- {% trans "What is an Ubuntu One account?" as q %}
3774- {% faq_title q %}
3775-
3776- <p>
3777- {% blocktrans %}
3778- Ubuntu One is now the single account you use to log in to all services and sites related to Ubuntu. Your Ubuntu One account is an email address and a password that you use to sign in to Ubuntu services.
3779- {% endblocktrans %}
3780- </p>
3781-
3782- <p>
3783- {% blocktrans with blog_orig='http://blog.canonical.com/2014/04/02/shutting-down-ubuntu-one-file-services/' blog_follow_up='http://voices.canonical.com/ubuntuone/2014/06/03/moving-your-content-away-from-ubuntu-one-file-services/' %}
3784- The Ubuntu One File Service and Music Store were shut down on 31 July 2014, see <a href="{{ blog_orig }}">our original announcement</a> or <a href="{{ blog_follow_up }}">follow up posts</a> for more details.
3785- {% endblocktrans %}
3786- </p>
3787-
3788-
3789- {% trans "How can I update my Ubuntu One email address?" as q %}
3790- {% faq_title q %}
3791-
3792- <ol>
3793- <li>
3794- {% blocktrans %}
3795- Log in at <a href={{ home_url }}>login.ubuntu.com</a>.
3796- {% endblocktrans %}
3797- </li>
3798- <li>
3799- {% blocktrans %}
3800- Open <a href={{ emails_url }}>login.ubuntu.com/+emails</a>.
3801- {% endblocktrans %}
3802- </li>
3803- <li>
3804- {% blocktrans %}
3805- Under "Add email address", enter your email address and click "Add address".
3806- {% endblocktrans %}
3807- </li>
3808- <li>
3809- {% blocktrans %}
3810- Check your email inbox for a message to confirm your new email address.
3811- {% endblocktrans %}
3812- </li>
3813- <li>
3814- {% blocktrans %}
3815- Once confirmed, select the new email address from the “Preferred email address” drop down menu in the ‘Personal details’ section.
3816- {% endblocktrans %}
3817- </li>
3818- </ol>
3819-
3820- {% trans "I never received my Ubuntu One verification code. Now what?" as q %}
3821- {% faq_title q %}
3822-
3823- <p>
3824- {% blocktrans %}
3825- To work around this use the <a href={{ forgot_url }}>Forgot password</a> process.
3826- {% endblocktrans %}
3827- </p>
3828- <p>
3829- {% blocktrans %}
3830- Once you complete that process, open <a href={{ home_url }}>login.ubuntu.com</a> and log in, clicking on the "I am a returning user" option.
3831- {% endblocktrans %}
3832- </p>
3833-
3834- {% trans "How do I recover or change my Ubuntu One password?" as q %}
3835- {% faq_title q %}
3836-
3837- <p>
3838- {% blocktrans %}
3839- If you've forgotten your password, go to <a href={{ home_url }}>login.ubuntu.com</a> and select the "Forgot your password?" link. This will take you through a process of recovering your password.
3840- {% endblocktrans %}
3841- </p>
3842- <p>
3843- {% blocktrans %}
3844- If you need to change your password, login to <a href={{ home_url }}>login.ubuntu.com</a>, type your new password twice, and click the "Update" button.
3845- {% endblocktrans %}
3846- </p>
3847- <p>
3848- {% blocktrans %}
3849- Please take to account that in order to reset your password you must have access to the email address you provided. If you ever lose access to this account (email provider shuts down, hijacked accounts, etc) you won't be able to recover your password once you've lost it. That's why we strongly suggest that you provide more than one email address in your account.
3850- {% endblocktrans %}
3851- </p>
3852-
3853- {% trans "Can I delete my Ubuntu One account?" as q %}
3854- {% faq_title q %}
3855-
3856- <p>
3857- {% blocktrans %}
3858- You can delete your Ubuntu One account, however, there are some very important things you should know before doing that.
3859- {% endblocktrans %}
3860- </p>
3861- <p>
3862- {% blocktrans %}
3863- Your Ubuntu One account is tied to a lot of information and provides access to a variety of sites. You should understand that by deleting your Ubuntu One account, you will lose access to all those sites. Therefore, you should take care of all those accounts first, because you won't be able to reach them after.
3864- {% endblocktrans %}
3865- </p>
3866- <p>
3867- {% blocktrans %}
3868- To see which sites you will lose access to and should delete first, log in at <a href={{ home_url }}>login.ubuntu.com</a> . It should show a list of other sites you have recently logged into via your Ubuntu One account.
3869- {% endblocktrans %}
3870- </p>
3871- <p><strong>
3872- {% blocktrans %}
3873- N.B. If you delete your Ubuntu One account, other attached accounts will become orphaned and you will lose access to all of those sites too.
3874- {% endblocktrans %}
3875- </strong>
3876- </p>
3877- <h4>Launchpad</h4>
3878- <p>
3879- {% blocktrans %}
3880- You can deactivate an account, but it won't be entirely deleted.
3881- {% endblocktrans %}
3882- </p>
3883- <p>
3884- {% blocktrans %}
3885- If you don't want your data there any more, we recommend that you anonymize your account before deactivating it. This can be done by changing your display name and username, removing pictures and crypto keys, etc.
3886- {% endblocktrans %}
3887- </p>
3888- <p>
3889- {% blocktrans %}
3890- To deactivate your LP account, do the following:
3891- {% endblocktrans %}
3892- </p>
3893- <ol>
3894- <li>
3895- {% blocktrans %}
3896- Go to your profile page.
3897- {% endblocktrans %}
3898- </li>
3899- <li>
3900- {% blocktrans %}
3901- Click "Change details" in the upper right.
3902- {% endblocktrans %}
3903- </li>
3904- <li>
3905- {% blocktrans %}
3906- Scroll all the way to the bottom.
3907- {% endblocktrans %}
3908- </li>
3909- <li>
3910- {% blocktrans %}
3911- Click "Deactivate your account."
3912- {% endblocktrans %}
3913- </li>
3914- <li>
3915- {% blocktrans %}
3916- If you want, type in a reason for deactivating your account.
3917- {% endblocktrans %}
3918- </li>
3919- <li>
3920- {% blocktrans %}
3921- Click "Deactivate Account".
3922- {% endblocktrans %}
3923- </li>
3924- <li>
3925- {% blocktrans %}
3926- You can also go directly to the page by typing in this address:
3927- https://launchpad.net/~YOURUSERNAME/+deactivate-account
3928- (replace YOURUSERNAME in the URL with the name of your account)
3929- {% endblocktrans %}
3930- </li>
3931- </ol>
3932- <h4>{% trans "Other Related Accounts" %}</h4>
3933- <p>
3934- {% blocktrans %}
3935- For other services attached to your Ubuntu One account (such as Landscape, Ubuntu wiki sites, Ubuntu Forums and AskUbuntu), please go to those services individually to close those accounts, if possible. The Ubuntu One team cannot close those accounts for you, but many of them have self-service options.
3936- {% endblocktrans %}
3937- </p>
3938- <h4>{% trans "Ubuntu One Account" %}</h4>
3939- <p>
3940- {% blocktrans %}
3941- The last step is to delete your Ubuntu One account.
3942- {% endblocktrans %}
3943- </p>
3944- <p>
3945- {% blocktrans %}
3946- To do this, go to <a href={{ delete_url }}>login.ubuntu.com/+delete</a> and follow the instructions there.
3947- {% endblocktrans %}
3948- </p>
3949- <p>
3950- {% blocktrans %}
3951- After deleting your account all the email addresses associated will be unlinked from it, allowing you to use any of them to open a new account should you chose to do so.
3952- {% endblocktrans %}
3953- </p>
3954-
3955- {% trans "I have a problem with Ubuntu One, where can I get help?" as q %}
3956- {% faq_title q %}
3957-
3958- <p>
3959- {% blocktrans with email='isd-support@canonical.com' %}
3960- You can email any further support requests to <a href="mailto:{{ email }}">{{ email }}</a>
3961- {% endblocktrans %}
3962- </p>
3963-
3964- {% trans "I have questions about Two Factor Authentication (2FA) in my Ubuntu One account, where can I find more information?" as q %}
3965- {% faq_title q %}
3966-
3967- <p>
3968- {% blocktrans %}
3969- We have a Two Factor Authentication specific FAQ at <a href="https://help.ubuntu.com/community/SSO/FAQs/2FA">help.ubuntu.com/community/SSO/FAQs/2FA</a>
3970- {% endblocktrans %}
3971- </p>
3972-
3973- {% trans "I received an email saying I should change my password. Why is that?" as q %}
3974- {% faq_title q %}
3975- <p>
3976- {% blocktrans %}
3977- Recently, there was a security incident on another website unrelated to Ubuntu One. Ubuntu One was not directly affected by the incident, but your Ubuntu One account is at risk because you were using the same email and password in both places.
3978- {% endblocktrans %}
3979- </p>
3980- <h4>{% trans "Are Ubuntu One accounts compromised?" %}</h4>
3981- <p>
3982- {% blocktrans %}
3983- Ubuntu One accounts have not been directly compromised; however, if you used the same email and password on other websites, your account is at risk because an attacker might have gained knowledge of them from the information exposed by the aforementioned security incident.
3984- {% endblocktrans %}
3985- </p>
3986- <p>
3987- {% blocktrans %}
3988- To prevent potential abuse of your account, we request that you preemptively change your account's password.
3989- {% endblocktrans %}
3990- </p>
3991- <h4>{% trans "What should I do?" %}</h4>
3992- <p>
3993- {% blocktrans %}
3994- If you received an email from us saying you should change your password, please follow the instructions in the email; follow the provided link to reset your password and make your Ubuntu One account secure again.
3995- {% endblocktrans %}
3996- </p>
3997- <p>
3998- {% blocktrans %}
3999- If you didn't receive an email but you usually reuse passwords across sites, it might be a good time to create a new one for your Ubuntu One account (pay special attention not to reuse your email account's password for other services).
4000- {% endblocktrans %}
4001- </p>
4002- <h4>{% trans "What if I don't want to change my password?" %}</h4>
4003- <p>
4004- {% blocktrans %}
4005- If your account needs a password reset, you won't be able to log in with it until you do so. What we aim by doing this is to prevent any further access in case someone else wants to use the old login information to access your account, so basically we're protecting your account by not letting you choose a &quot;bad&quot; password.
4006- {% endblocktrans %}
4007- </p>
4008- <h4>{% trans "How do you know my password was leaked?" %}</h4>
4009- <p>
4010- {% blocktrans %}
4011- The data leaked during the security breach included a list of emails and encrypted passwords. The top 100 passwords were deciphered by independent security researchers and made public online. Whenever an account included an email that was leaked, we hashed the corresponding leaked password and verified it matched the stored hashed password for that account.
4012- {% endblocktrans %}
4013- </p>
4014- <h4>{% trans "Do you store my password in plain text?" %}</h4>
4015- <p>
4016- {% blocktrans %}
4017- No we do not. We store our account passwords in hashed form using bcrypt.
4018- {% endblocktrans %}
4019- </p>
4020- <h4>{% trans "What about new users?" %}</h4>
4021- <p>
4022- {% blocktrans %}
4023- If a person tries to register for a new Ubuntu One account using an email and password that were leaked, we will refuse the request as long as they keep using a leaked email and password combination.
4024- {% endblocktrans %}
4025- </p>
4026- <h4>{% trans "What if my email is on the leaked list but I'm using a different password?" %}</h4>
4027- <p>
4028- {% blocktrans %}
4029- Congratulations to you! Your account is not at risk because you used different passwords.
4030- {% endblocktrans %}
4031- </p>
4032- <h4>{% trans "I want to change my password but I'm not allowed with a mention to my password being 'unsecure'" %}</h4>
4033- <p>
4034- {% blocktrans %}
4035- You are trying to change your account's password to one that was exposed publicly. For your protection we won't allow you to use a leaked password for your account.
4036- {% endblocktrans %}
4037- </p>
4038-
4039- {% trans "I have two accounts. How can I merge them?" as q %}
4040- {% faq_title q %}
4041-
4042- <p>
4043- {% blocktrans %}
4044- In general, merging two accounts means deleting one account and optionally copying some of its metadata to the other account. However, merged accounts can experience significant issues, so the Ubuntu One team strongly recommends deleting extra accounts if possible instead of merging them. This is especially relevant for merged Launchpad accounts.
4045- {% endblocktrans %}
4046- </p>
4047-
4048- <h4>Launchpad</h4>
4049- <p>
4050- {% blocktrans %}
4051- You can merge accounts yourself, though the function for it may not be easy to find.
4052- {% endblocktrans %}
4053- </p>
4054- <p>
4055- {% blocktrans %}
4056- First, log in to the account you want to keep. Then go to: <a href="https://launchpad.net/people/+requestmerge">launchpad.net/people/+requestmerge</a>
4057- {% endblocktrans %}
4058- </p>
4059- <p>
4060- {% blocktrans %}
4061- Follow the instructions on screen, and you should be able to merge your accounts.
4062- {% endblocktrans %}
4063- </p>
4064- <p>
4065- {% blocktrans %}
4066- Please note that merging your Launchpad accounts is very likely to break your access to Summit, AskUbuntu, any apps you have purchased in Software Center, and any third-party sites which use your Launchpad username as your login.
4067- {% endblocktrans %}
4068- </p>
4069- <h4>Ubuntu One</h4>
4070- <p>
4071- {% blocktrans %}
4072- SSO account merges are just a matter of deleting one account then adding its email address(es) to the other account. We recommend that you do this by deleting the account you don’t need and then adding the old address(es) to the new account afterward.
4073- {% endblocktrans %}
4074- </p>
4075- <p>
4076- {% blocktrans %}
4077- Otherwise, SSO accounts must be merged manually by the support team, and it can take a while since we need to verify you own both accounts first.
4078- {% endblocktrans %}
4079- </p>
4080- <p>
4081- {% blocktrans %}
4082- Note that you will lose access to every site attached to one of the accounts, so choose carefully which account you would like to keep.
4083- {% endblocktrans %}
4084- </p>
4085- <ol>
4086- <li>
4087- {% blocktrans %}
4088- Choosing a primary account: To see which sites are attached to each account, log in to your SSO accounts one at a time at <a href={{ home_url }}>login.ubuntu.com</a> . It should show a list of other sites you have recently logged into via that account. This list represents the sites that you will lose access to, on whichever account you merge from. The account you merge to will remain intact, though.
4089- {% endblocktrans %}
4090- </li>
4091- <li>
4092- {% blocktrans %}
4093- Merging other accounts: Before merging your SSO accounts, you should take care of any openID consumer sites or services you may have accounts on. For example, if you have two Launchpad accounts, you should manually merge those first. Then you should be ready to merge your SSO accounts.
4094- {% endblocktrans %}
4095- </li>
4096- <li>
4097- {% blocktrans %}
4098- Sending a request: If for some reason you can’t do the merge yourself, send an email to <a href="mailto:isd-support@canonical.com">isd-support@canonical.com</a>. Please make sure to specify the email addresses of both accounts in your message, along with acknowledgement that you don't mind losing access to everything attached to the non-primary account. Be clear about which account you want to keep, since you will lose access to the sites associated with the other account(s).
4099- {% endblocktrans %}
4100- </li>
4101- </ol>
4102- <p>
4103- {% blocktrans %}
4104- Please send the email preferably from the email address you check the most often.
4105- {% endblocktrans %}
4106- </p>
4107- <p>
4108- {% blocktrans %}
4109- After sending a message, you should get an automated reply. Please respond to this automated reply using the email address of your other SSO account, to confirm you have access to both addresses.
4110- {% endblocktrans %}
4111- </p>
4112- </div>
4113- <div class="yui3-u-1-3 account-faq">
4114- <div class="box">
4115- <div class="title">
4116- {% trans "Ubuntu One FAQ" %}
4117- </div>
4118- <div class="body">
4119- <ul class="questions">
4120- </ul>
4121- </div>
4122- </div>
4123- </div>
4124-</div>
4125+ <div class="row">
4126+ <div class="col-8">
4127+ {% trans "What is an Ubuntu One account?" as q %}
4128+ {% faq_title q %}
4129+
4130+ <p>
4131+ {% blocktrans %}
4132+ Ubuntu One is now the single account you use to log in to all services and sites related to Ubuntu. Your Ubuntu One account is an email address and a password that you use to sign in to Ubuntu services.
4133+ {% endblocktrans %}
4134+ </p>
4135+
4136+ <p>
4137+ {% blocktrans with blog='https://ubuntu.com/blog/shutting-down-ubuntu-one-file-services' %}
4138+ The Ubuntu One File Service and Music Store were shut down on 31 July 2014, see <a href="{{ blog }}">our announcement</a> for more details.
4139+ {% endblocktrans %}
4140+ </p>
4141+
4142+
4143+ {% trans "How can I update my Ubuntu One email address?" as q %}
4144+ {% faq_title q %}
4145+
4146+ <ol>
4147+ <li>
4148+ {% blocktrans %}
4149+ Log in at <a href={{ home_url }}>login.ubuntu.com</a>.
4150+ {% endblocktrans %}
4151+ </li>
4152+ <li>
4153+ {% blocktrans %}
4154+ Open <a href={{ emails_url }}>login.ubuntu.com/+emails</a>.
4155+ {% endblocktrans %}
4156+ </li>
4157+ <li>
4158+ {% blocktrans %}
4159+ Under "Add email address", enter your email address and click "Add address".
4160+ {% endblocktrans %}
4161+ </li>
4162+ <li>
4163+ {% blocktrans %}
4164+ Check your email inbox for a message to confirm your new email address.
4165+ {% endblocktrans %}
4166+ </li>
4167+ <li>
4168+ {% blocktrans %}
4169+ Once confirmed, select the new email address from the “Preferred email address” drop down menu in the ‘Personal details’ section.
4170+ {% endblocktrans %}
4171+ </li>
4172+ </ol>
4173+
4174+ {% trans "I never received my Ubuntu One verification code. Now what?" as q %}
4175+ {% faq_title q %}
4176+
4177+ <p>
4178+ {% blocktrans %}
4179+ To work around this use the <a href={{ forgot_url }}>Forgot password</a> process.
4180+ {% endblocktrans %}
4181+ </p>
4182+ <p>
4183+ {% blocktrans %}
4184+ Once you complete that process, open <a href={{ home_url }}>login.ubuntu.com</a> and log in, clicking on the "I am a returning user" option.
4185+ {% endblocktrans %}
4186+ </p>
4187+
4188+ {% trans "How do I recover or change my Ubuntu One password?" as q %}
4189+ {% faq_title q %}
4190+
4191+ <p>
4192+ {% blocktrans %}
4193+ If you've forgotten your password, go to <a href={{ home_url }}>login.ubuntu.com</a> and select the "Forgot your password?" link. This will take you through a process of recovering your password.
4194+ {% endblocktrans %}
4195+ </p>
4196+ <p>
4197+ {% blocktrans %}
4198+ If you need to change your password, login to <a href={{ home_url }}>login.ubuntu.com</a>, type your new password twice, and click the "Update" button.
4199+ {% endblocktrans %}
4200+ </p>
4201+ <p>
4202+ {% blocktrans %}
4203+ Please take to account that in order to reset your password you must have access to the email address you provided. If you ever lose access to this account (email provider shuts down, hijacked accounts, etc) you won't be able to recover your password once you've lost it. That's why we strongly suggest that you provide more than one email address in your account.
4204+ {% endblocktrans %}
4205+ </p>
4206+
4207+ {% trans "Can I delete my Ubuntu One account?" as q %}
4208+ {% faq_title q %}
4209+
4210+ <p>
4211+ {% blocktrans %}
4212+ You can delete your Ubuntu One account, however, there are some very important things you should know before doing that.
4213+ {% endblocktrans %}
4214+ </p>
4215+ <p>
4216+ {% blocktrans %}
4217+ Your Ubuntu One account is tied to a lot of information and provides access to a variety of sites. You should understand that by deleting your Ubuntu One account, you will lose access to all those sites. Therefore, you should take care of all those accounts first, because you won't be able to reach them after.
4218+ {% endblocktrans %}
4219+ </p>
4220+ <p>
4221+ {% blocktrans %}
4222+ To see which sites you will lose access to and should delete first, log in at <a href={{ home_url }}>login.ubuntu.com</a> . It should show a list of other sites you have recently logged into via your Ubuntu One account.
4223+ {% endblocktrans %}
4224+ </p>
4225+ <div class="p-notification--information">
4226+ <p class="p-notification__response">
4227+ <span class="p-notification__status">{% blocktrans %}Note:{% endblocktrans %}</span>
4228+ {% blocktrans %}
4229+ If you delete your Ubuntu One account, other attached accounts will become orphaned and you will lose access to all of those sites too.
4230+ {% endblocktrans %}
4231+ </p>
4232+ </div>
4233+ <h4>Launchpad</h4>
4234+ <p>
4235+ {% blocktrans %}
4236+ You can deactivate an account, but it won't be entirely deleted.
4237+ {% endblocktrans %}
4238+ </p>
4239+ <p>
4240+ {% blocktrans %}
4241+ If you don't want your data there any more, we recommend that you anonymize your account before deactivating it. This can be done by changing your display name and username, removing pictures and crypto keys, etc.
4242+ {% endblocktrans %}
4243+ </p>
4244+ <p>
4245+ {% blocktrans %}
4246+ To deactivate your LP account, do the following:
4247+ {% endblocktrans %}
4248+ </p>
4249+ <ol>
4250+ <li>
4251+ {% blocktrans %}
4252+ Go to your profile page.
4253+ {% endblocktrans %}
4254+ </li>
4255+ <li>
4256+ {% blocktrans %}
4257+ Click "Change details" in the upper right.
4258+ {% endblocktrans %}
4259+ </li>
4260+ <li>
4261+ {% blocktrans %}
4262+ Scroll all the way to the bottom.
4263+ {% endblocktrans %}
4264+ </li>
4265+ <li>
4266+ {% blocktrans %}
4267+ Click "Deactivate your account."
4268+ {% endblocktrans %}
4269+ </li>
4270+ <li>
4271+ {% blocktrans %}
4272+ If you want, type in a reason for deactivating your account.
4273+ {% endblocktrans %}
4274+ </li>
4275+ <li>
4276+ {% blocktrans %}
4277+ Click "Deactivate Account".
4278+ {% endblocktrans %}
4279+ </li>
4280+ <li>
4281+ {% blocktrans %}
4282+ You can also go directly to the page by typing in this address:
4283+ https://launchpad.net/~YOURUSERNAME/+deactivate-account
4284+ (replace YOURUSERNAME in the URL with the name of your account)
4285+ {% endblocktrans %}
4286+ </li>
4287+ </ol>
4288+ <h4>{% trans "Other Related Accounts" %}</h4>
4289+ <p>
4290+ {% blocktrans %}
4291+ For other services attached to your Ubuntu One account (such as Landscape, Ubuntu wiki sites, Ubuntu Forums and AskUbuntu), please go to those services individually to close those accounts, if possible. The Ubuntu One team cannot close those accounts for you, but many of them have self-service options.
4292+ {% endblocktrans %}
4293+ </p>
4294+ <h4>{% trans "Ubuntu One Account" %}</h4>
4295+ <p>
4296+ {% blocktrans %}
4297+ The last step is to delete your Ubuntu One account.
4298+ {% endblocktrans %}
4299+ </p>
4300+ <p>
4301+ {% blocktrans %}
4302+ To do this, go to <a href={{ delete_url }}>login.ubuntu.com/+delete</a> and follow the instructions there.
4303+ {% endblocktrans %}
4304+ </p>
4305+ <p>
4306+ {% blocktrans %}
4307+ After deleting your account all the email addresses associated will be unlinked from it, allowing you to use any of them to open a new account should you chose to do so.
4308+ {% endblocktrans %}
4309+ </p>
4310+
4311+ {% trans "I have a problem with Ubuntu One, where can I get help?" as q %}
4312+ {% faq_title q %}
4313+
4314+ <p>
4315+ {% blocktrans with email='isd-support@canonical.com' %}
4316+ You can email any further support requests to <a href="mailto:{{ email }}">{{ email }}</a>
4317+ {% endblocktrans %}
4318+ </p>
4319+
4320+ {% trans "I have questions about Two Factor Authentication (2FA) in my Ubuntu One account, where can I find more information?" as q %}
4321+ {% faq_title q %}
4322+
4323+ <p>
4324+ {% blocktrans %}
4325+ We have a Two Factor Authentication specific FAQ at <a href="https://help.ubuntu.com/community/SSO/FAQs/2FA">help.ubuntu.com/community/SSO/FAQs/2FA</a>
4326+ {% endblocktrans %}
4327+ </p>
4328+
4329+ {% trans "I received an email saying I should change my password. Why is that?" as q %}
4330+ {% faq_title q %}
4331+ <p>
4332+ {% blocktrans %}
4333+ Recently, there was a security incident on another website unrelated to Ubuntu One. Ubuntu One was not directly affected by the incident, but your Ubuntu One account is at risk because you were using the same email and password in both places.
4334+ {% endblocktrans %}
4335+ </p>
4336+ <h4>{% trans "Are Ubuntu One accounts compromised?" %}</h4>
4337+ <p>
4338+ {% blocktrans %}
4339+ Ubuntu One accounts have not been directly compromised; however, if you used the same email and password on other websites, your account is at risk because an attacker might have gained knowledge of them from the information exposed by the aforementioned security incident.
4340+ {% endblocktrans %}
4341+ </p>
4342+ <p>
4343+ {% blocktrans %}
4344+ To prevent potential abuse of your account, we request that you preemptively change your account's password.
4345+ {% endblocktrans %}
4346+ </p>
4347+ <h4>{% trans "What should I do?" %}</h4>
4348+ <p>
4349+ {% blocktrans %}
4350+ If you received an email from us saying you should change your password, please follow the instructions in the email; follow the provided link to reset your password and make your Ubuntu One account secure again.
4351+ {% endblocktrans %}
4352+ </p>
4353+ <p>
4354+ {% blocktrans %}
4355+ If you didn't receive an email but you usually reuse passwords across sites, it might be a good time to create a new one for your Ubuntu One account (pay special attention not to reuse your email account's password for other services).
4356+ {% endblocktrans %}
4357+ </p>
4358+ <h4>{% trans "What if I don't want to change my password?" %}</h4>
4359+ <p>
4360+ {% blocktrans %}
4361+ If your account needs a password reset, you won't be able to log in with it until you do so. What we aim by doing this is to prevent any further access in case someone else wants to use the old login information to access your account, so basically we're protecting your account by not letting you choose a &quot;bad&quot; password.
4362+ {% endblocktrans %}
4363+ </p>
4364+ <h4>{% trans "How do you know my password was leaked?" %}</h4>
4365+ <p>
4366+ {% blocktrans %}
4367+ The data leaked during the security breach included a list of emails and encrypted passwords. The top 100 passwords were deciphered by independent security researchers and made public online. Whenever an account included an email that was leaked, we hashed the corresponding leaked password and verified it matched the stored hashed password for that account.
4368+ {% endblocktrans %}
4369+ </p>
4370+ <h4>{% trans "Do you store my password in plain text?" %}</h4>
4371+ <p>
4372+ {% blocktrans %}
4373+ No, we do not. We store our account passwords in hashed form using bcrypt.
4374+ {% endblocktrans %}
4375+ </p>
4376+ <h4>{% trans "What about new users?" %}</h4>
4377+ <p>
4378+ {% blocktrans %}
4379+ If a person tries to register for a new Ubuntu One account using an email and password that were leaked, we will refuse the request as long as they keep using a leaked email and password combination.
4380+ {% endblocktrans %}
4381+ </p>
4382+ <h4>{% trans "What if my email is on the leaked list but I'm using a different password?" %}</h4>
4383+ <p>
4384+ {% blocktrans %}
4385+ Congratulations to you! Your account is not at risk because you used different passwords.
4386+ {% endblocktrans %}
4387+ </p>
4388+ <h4>{% trans "I want to change my password but I'm not allowed with a mention to my password being 'unsecure'" %}</h4>
4389+ <p>
4390+ {% blocktrans %}
4391+ You are trying to change your account's password to one that was exposed publicly. For your protection we won't allow you to use a leaked password for your account.
4392+ {% endblocktrans %}
4393+ </p>
4394+
4395+ {% trans "I have two accounts. How can I merge them?" as q %}
4396+ {% faq_title q %}
4397+
4398+ <p>
4399+ {% blocktrans %}
4400+ In general, merging two accounts means deleting one account and optionally copying some of its metadata to the other account. However, merged accounts can experience significant issues, so the Ubuntu One team strongly recommends deleting extra accounts if possible instead of merging them. This is especially relevant for merged Launchpad accounts.
4401+ {% endblocktrans %}
4402+ </p>
4403+
4404+ <h4>Launchpad</h4>
4405+ <p>
4406+ {% blocktrans %}
4407+ You can merge accounts yourself, though the function for it may not be easy to find.
4408+ {% endblocktrans %}
4409+ </p>
4410+ <p>
4411+ {% blocktrans %}
4412+ First, log in to the account you want to keep. Then go to: <a href="https://launchpad.net/people/+requestmerge">launchpad.net/people/+requestmerge</a>
4413+ {% endblocktrans %}
4414+ </p>
4415+ <p>
4416+ {% blocktrans %}
4417+ Follow the instructions on screen, and you should be able to merge your accounts.
4418+ {% endblocktrans %}
4419+ </p>
4420+ <p>
4421+ {% blocktrans %}
4422+ Please note that merging your Launchpad accounts is very likely to break your access to Summit, AskUbuntu, any apps you have purchased in Software Center, and any third-party sites which use your Launchpad username as your login.
4423+ {% endblocktrans %}
4424+ </p>
4425+ <h4>Ubuntu One</h4>
4426+ <p>
4427+ {% blocktrans %}
4428+ SSO account merges are just a matter of deleting one account then adding its email address(es) to the other account. We recommend that you do this by deleting the account you don’t need and then adding the old address(es) to the new account afterward.
4429+ {% endblocktrans %}
4430+ </p>
4431+ <p>
4432+ {% blocktrans %}
4433+ Otherwise, SSO accounts must be merged manually by the support team, and it can take a while since we need to verify you own both accounts first.
4434+ {% endblocktrans %}
4435+ </p>
4436+ <p>
4437+ {% blocktrans %}
4438+ Note that you will lose access to every site attached to one of the accounts, so choose carefully which account you would like to keep.
4439+ {% endblocktrans %}
4440+ </p>
4441+ <ol>
4442+ <li>
4443+ {% blocktrans %}
4444+ Choosing a primary account: To see which sites are attached to each account, log in to your SSO accounts one at a time at <a href={{ home_url }}>login.ubuntu.com</a> . It should show a list of other sites you have recently logged into via that account. This list represents the sites that you will lose access to, on whichever account you merge from. The account you merge to will remain intact, though.
4445+ {% endblocktrans %}
4446+ </li>
4447+ <li>
4448+ {% blocktrans %}
4449+ Merging other accounts: Before merging your SSO accounts, you should take care of any openID consumer sites or services you may have accounts on. For example, if you have two Launchpad accounts, you should manually merge those first. Then you should be ready to merge your SSO accounts.
4450+ {% endblocktrans %}
4451+ </li>
4452+ <li>
4453+ {% blocktrans %}
4454+ Sending a request: If for some reason you can’t do the merge yourself, send an email to <a href="mailto:isd-support@canonical.com">isd-support@canonical.com</a>. Please make sure to specify the email addresses of both accounts in your message, along with acknowledgement that you don't mind losing access to everything attached to the non-primary account. Be clear about which account you want to keep, since you will lose access to the sites associated with the other account(s).
4455+ {% endblocktrans %}
4456+ </li>
4457+ </ol>
4458+ <p>
4459+ {% blocktrans %}
4460+ Please send the email preferably from the email address you check the most often.
4461+ {% endblocktrans %}
4462+ </p>
4463+ <p>
4464+ {% blocktrans %}
4465+ After sending a message, you should get an automated reply. Please respond to this automated reply using the email address of your other SSO account, to confirm you have access to both addresses.
4466+ {% endblocktrans %}
4467+ </p>
4468+ </div>
4469+ <div class="col-4 account-faq">
4470+ <div class="p-card">
4471+ <h3>{% trans "Ubuntu One FAQ" %}</h3>
4472+ <nav class="body">
4473+ <ul class="p-list--divided questions">
4474+ </ul>
4475+ </nav>
4476+ </div>
4477+ </div>
4478+ </div>
4479 {% endblock %}
4480
4481 {% block extra_js %}
4482@@ -389,7 +389,7 @@
4483 questions.each(function(q) {
4484 var id = q.get('id');
4485 var text = q.get('text');
4486- list.append(Y.Node.create('<li><a href="#' + id + '">' + text + '</a></li>'));
4487+ list.append(Y.Node.create('<li class="p-list__item"><a href="#' + id + '">' + text + '</a></li>'));
4488 });
4489
4490 });
4491
4492=== modified file 'src/webui/templates/static/one-redirect.html'
4493--- src/webui/templates/static/one-redirect.html 2014-08-14 16:54:07 +0000
4494+++ src/webui/templates/static/one-redirect.html 2019-11-11 16:30:47 +0000
4495@@ -1,10 +1,10 @@
4496-{% extends "base.html" %}
4497+{% extends "vanilla/base.html" %}
4498 {% load i18n %}
4499 {% load static_url %}
4500 {% load menu_item %}
4501
4502 {% comment %}
4503-Copyright 2014 Canonical Ltd. This software is licensed under the
4504+Copyright 2014-2019 Canonical Ltd. This software is licensed under the
4505 GNU Affero General Public License version 3 (see the file LICENSE).
4506 {% endcomment %}
4507
4508@@ -14,26 +14,21 @@
4509 {% block menu %}{% endblock %}
4510 {% block content %}
4511 {% url 'faq' as faq_url %}
4512-<div class="yui3-g-r">
4513-
4514- <div class="yui3-u-2-3 account-information">
4515- <p>
4516- {% blocktrans %}Ubuntu One is the single account you use to log in to
4517- all services and sites related to Ubuntu. For more information please read the <a href="{{ faq_url }}">Ubuntu One FAQ.</a>{% endblocktrans %}
4518- </p>
4519- <h3>Looking for Ubuntu One File Services?</h3>
4520- <p>
4521- {% blocktrans with url1="http://blog.canonical.com/2014/04/02/shutting-down-ubuntu-one-file-services/" url2="http://voices.canonical.com/ubuntuone/2014/06/03/moving-your-content-away-from-ubuntu-one-file-services/" email="isd-support@canonical.com" %}
4522- The Ubuntu One Files Services have been closed (see the <a href="{{ url1 }}">original announcement</a> or <a href="{{ url2 }}">follow up posts</a> for more details).
4523- If you have questions about the Ubuntu One File Services shutdown, please email <a href="mailto:{{ email }}">{{ email }}</a>.
4524- {% endblocktrans %}
4525- </p>
4526- <p>
4527- {% url 'login' as login_url %}
4528- {% blocktrans %}
4529- <a href="{{ login_url }}">Create or log in</a> to your Ubuntu One account.
4530- {% endblocktrans %}
4531- </p>
4532- </div>
4533-</div>
4534+ <p>
4535+ {% blocktrans %}Ubuntu One is the single account you use to log in to
4536+ all services and sites related to Ubuntu. For more information please read the <a href="{{ faq_url }}">Ubuntu One FAQ.</a>{% endblocktrans %}
4537+ </p>
4538+ <h3>Looking for Ubuntu One File Services?</h3>
4539+ <p>
4540+ {% blocktrans with url1="http://blog.canonical.com/2014/04/02/shutting-down-ubuntu-one-file-services/" url2="http://voices.canonical.com/ubuntuone/2014/06/03/moving-your-content-away-from-ubuntu-one-file-services/" email="isd-support@canonical.com" %}
4541+ The Ubuntu One Files Services have been closed (see the <a href="{{ url1 }}">original announcement</a> or <a href="{{ url2 }}">follow up posts</a> for more details).
4542+ If you have questions about the Ubuntu One File Services shutdown, please email <a href="mailto:{{ email }}">{{ email }}</a>.
4543+ {% endblocktrans %}
4544+ </p>
4545+ <p>
4546+ {% url 'login' as login_url %}
4547+ {% blocktrans %}
4548+ <a href="{{ login_url }}">Create or log in</a> to your Ubuntu One account.
4549+ {% endblocktrans %}
4550+ </p>
4551 {% endblock %}
4552
4553=== modified file 'src/webui/templates/static/ubuntuone-account.html'
4554--- src/webui/templates/static/ubuntuone-account.html 2014-07-30 16:35:52 +0000
4555+++ src/webui/templates/static/ubuntuone-account.html 2019-11-11 16:30:47 +0000
4556@@ -1,4 +1,4 @@
4557-{% extends "base.html" %}
4558+{% extends "vanilla/base.html" %}
4559 {% load i18n %}
4560 {% load static_url %}
4561
4562@@ -13,56 +13,36 @@
4563
4564 {% block menu %}{% endblock %}
4565
4566-{% block text_title %}<h1 class="u1-h-main">{% trans "Your Ubuntu One account" %}</h1>{% endblock %}
4567+{% block text_title %}<h1>{% trans "Your Ubuntu One account" %}</h1>{% endblock %}
4568
4569 {% block content %}
4570-<div class="yui3-g-r">
4571-
4572- <div class="yui3-u-1-2 account-information">
4573-
4574- <h3>{% trans "One account to log in to everything on Ubuntu" %}</h3>
4575-
4576- <p>
4577- {% blocktrans %}Ubuntu One is the single account you use to log in to
4578- all services and sites related to Ubuntu.{% endblocktrans %}
4579- </p>
4580-
4581- <h3>{% trans "Already have an SSO account?" %}</h3>
4582-
4583- <p>
4584- {% blocktrans %}You can use your existing Ubuntu single sign on or
4585- Launchpad credentials to log in. Your Ubuntu single sign on account is
4586- now called your Ubuntu One account.{% endblocktrans %}
4587- </p>
4588- </div>
4589-
4590- <div class="yui3-u-1-3 account-faq">
4591-
4592- <div class="box">
4593- <div class="title">
4594- <h3>Account FAQ</h3>
4595- </div>
4596-
4597- <div class="body">
4598- <ul class="questions">
4599- <li><a href="{% url 'faq' %}#what-is-an-ubuntu-one-account">{% trans "What is an Ubuntu One account?" %}</a></li>
4600- <li><a href="{% url 'faq' %}#how-can-i-update-my-ubuntu-one-email-address">{% trans "How can I update my Ubuntu One e-mail address?" %}</a></li>
4601- <li><a href="{% url 'faq' %}#i-never-received-my-ubuntu-one-verification-code-now-what">{% trans "I never received my Ubuntu One verification code. Now what?" %}</a></li>
4602- <li><a href="{% url 'faq' %}#how-do-i-recover-or-change-my-ubuntu-one-password">{% trans "How do I recover or change my Ubuntu One password?" %}</a></li>
4603- <li><a href="{% url 'faq' %}#can-i-delete-my-ubuntu-one-account">{% trans "Can I delete my Ubuntu One account?" %}</a></li>
4604- </ul>
4605-
4606- <p class="more-help">
4607- {% url 'faq' as faq_url %}
4608- {% blocktrans with email='isd-support@canonical.com' %}
4609- <a href="{{ faq_url }}">View all FAQs</a> or email support at <a href="mailto:{{ email }}">{{ email }}</a>
4610- {% endblocktrans %}
4611- </div>
4612-
4613- </div>
4614-
4615- </div>
4616-
4617-</div>
4618-
4619+ <div class="row">
4620+ <div class="col-8">
4621+ <h3>{% trans "One account to log in to everything on Ubuntu" %}</h3>
4622+ <p>{% blocktrans %}Ubuntu One is the single account you use to log in to
4623+ all services and sites related to Ubuntu.{% endblocktrans %}</p>
4624+ <h3>{% trans "Already have an SSO account?" %}</h3>
4625+ <p>{% blocktrans %}You can use your existing Ubuntu single sign on or
4626+ Launchpad credentials to log in. Your Ubuntu single sign on account is
4627+ now called your Ubuntu One account.{% endblocktrans %}</p>
4628+ </div>
4629+ <div class="col-4">
4630+ <div class="p-card">
4631+ <h3>Account FAQ</h3>
4632+ <ul class="p-list--divided">
4633+ <li class="p-list__item"><a href="{% url 'faq' %}#what-is-an-ubuntu-one-account">{% trans "What is an Ubuntu One account?" %}</a></li>
4634+ <li class="p-list__item"><a href="{% url 'faq' %}#how-can-i-update-my-ubuntu-one-email-address">{% trans "How can I update my Ubuntu One e-mail address?" %}</a></li>
4635+ <li class="p-list__item"><a href="{% url 'faq' %}#i-never-received-my-ubuntu-one-verification-code-now-what">{% trans "I never received my Ubuntu One verification code. Now what?" %}</a></li>
4636+ <li class="p-list__item"><a href="{% url 'faq' %}#how-do-i-recover-or-change-my-ubuntu-one-password">{% trans "How do I recover or change my Ubuntu One password?" %}</a></li>
4637+ <li class="p-list__item"><a href="{% url 'faq' %}#can-i-delete-my-ubuntu-one-account">{% trans "Can I delete my Ubuntu One account?" %}</a></li>
4638+ </ul>
4639+ <p>
4640+ {% url 'faq' as faq_url %}
4641+ {% blocktrans with email='isd-support@canonical.com' %}
4642+ <a href="{{ faq_url }}">View all FAQs</a> or email support at <a href="mailto:{{ email }}">{{ email }}</a>
4643+ {% endblocktrans %}
4644+ </p>
4645+ </div>
4646+ </div>
4647+ </div>
4648 {% endblock %}
4649
4650=== added directory 'src/webui/templates/vanilla'
4651=== added file 'src/webui/templates/vanilla/_footer.html'
4652--- src/webui/templates/vanilla/_footer.html 1970-01-01 00:00:00 +0000
4653+++ src/webui/templates/vanilla/_footer.html 2019-11-11 16:30:47 +0000
4654@@ -0,0 +1,28 @@
4655+{% load i18n static_url %}
4656+
4657+{% comment %}
4658+Copyright 2010-2019 Canonical Ltd. This software is licensed under the
4659+GNU Affero General Public License version 3 (see the file LICENSE).
4660+{% endcomment %}
4661+
4662+<hr>
4663+<footer class="p-strip is-shallow" data-qa-id="ubuntuone_footer">
4664+ <div class="row">
4665+ <p>{% trans "Ubuntu One. One place to log in to everything on Ubuntu." %}</p>
4666+ {% spaceless %}
4667+ <ul class="p-inline-list--middot">
4668+ <li class="p-inline-list__item"><a href="{{ 'terms_of_service'|static_url }}">{% trans "Terms" %}</a></li>
4669+ <li class="p-inline-list__item"><a href="{{ 'privacy_policy'|static_url }}">{% trans "Canonical privacy notice" %}</a></li>
4670+ <li class="p-inline-list__item"><a href="{{ 'privacy_notice'|static_url }}">{% trans "SSO privacy notice" %}</a></li>
4671+ <li class="p-inline-list__item"><a href="{{ 'support_form'|static_url }}">{% trans "Support" %}</a></li>
4672+ <li class="p-inline-list__item"><a href="{{ 'dp_bugs'|static_url }}">{% trans "Report a bug on this site" %}</a></li>
4673+ {% block language_footer %}
4674+ {% if not embedded %}
4675+ <li class="p-inline-list__item"><a href="{% url 'set_language' %}">{% trans "Switch language" %}</a></li>
4676+ {% endif %}
4677+ {% endblock %}
4678+ </ul>
4679+ {% endspaceless %}
4680+ <p>{% blocktrans with current_date|date:"Y" as current_year %}&copy; Copyright {{ current_year }} Canonical Ltd. &lsquo;Ubuntu One&rsquo; and &lsquo;Canonical&rsquo; are registered trademarks of Canonical Ltd.{% endblocktrans %}</p>
4681+ </div>
4682+</footer>
4683
4684=== added file 'src/webui/templates/vanilla/_header.html'
4685--- src/webui/templates/vanilla/_header.html 1970-01-01 00:00:00 +0000
4686+++ src/webui/templates/vanilla/_header.html 2019-11-11 16:30:47 +0000
4687@@ -0,0 +1,32 @@
4688+{% load i18n %}
4689+
4690+{% comment %}
4691+Copyright 2019 Canonical Ltd. This software is licensed under the
4692+GNU Affero General Public License version 3 (see the file LICENSE).
4693+{% endcomment %}
4694+
4695+<header id="navigation" class="p-navigation">
4696+ <div class="row">
4697+ <div class="p-navigation__banner">
4698+ <div class="p-navigation__logo">
4699+ {% if not embedded %}
4700+ <a href="/" id="u1-logo" class="p-navigation__link">
4701+ <img src="https://assets.ubuntu.com/v1/d738f754-Ubuntu_One_Mono_Logo.svg" alt="{% blocktrans %}Ubuntu One{% endblocktrans %}" width="90">
4702+ </a>
4703+ {% endif %}
4704+ </div>
4705+ <a href="#navigation" class="p-navigation__toggle--open" title="menu">Menu</a>
4706+ <a href="#navigation-closed" class="p-navigation__toggle--close" title="close menu">Close menu</a>
4707+ </div>
4708+ <nav class="p-navigation__nav">
4709+ <span class="u-off-screen">
4710+ <a href="#main-content">Jump to main content</a>
4711+ </span>
4712+ {% block me-menu %}
4713+ {% include "vanilla/widgets/header-me-menu.html" %}
4714+ {% endblock %}
4715+
4716+ {% block navigation %}{% endblock %}
4717+ </nav>
4718+ </div>
4719+</header>
4720
4721=== added file 'src/webui/templates/vanilla/base.html'
4722--- src/webui/templates/vanilla/base.html 1970-01-01 00:00:00 +0000
4723+++ src/webui/templates/vanilla/base.html 2019-11-11 16:30:47 +0000
4724@@ -0,0 +1,185 @@
4725+{% load i18n static_url combo staticfiles %}
4726+<!DOCTYPE html>
4727+<!--[if IE 7 ]><html class="ie7" lang="en" dir="ltr"><![endif]-->
4728+<!--[if IE 8 ]><html class="ie8" lang="en" dir="ltr"><![endif]-->
4729+<!--[if (gte IE 9)|!(IE)]><!--><html lang="en" dir="ltr" class="no-js" {% block html_extra %}{% endblock %}><!--<![endif]-->
4730+{% comment %}Copyright 2019 Canonical Ltd. This software is licensed under the GNU Affero General Public License version 3 (see the file LICENSE).{% endcomment %}
4731+ <head>
4732+ <meta charset="utf-8">
4733+ <meta name="viewport" content="width=device-width">
4734+ {% block extra_meta %}{% endblock %}
4735+
4736+ {% block extra_header %}{% endblock %}
4737+
4738+ <title>{% block title %}{% trans "Log in" %}{% endblock %}</title>
4739+ <link rel="icon" type="image/vnd.microsoft.icon"
4740+ href="{% static 'identityprovider/img/favicon.ico' %}">
4741+
4742+ {% block corecss %}
4743+ <link href="{% static 'vanilla-css/styles.css' %}" rel="stylesheet">
4744+ {% endblock %}
4745+ {% block extra_css %}{% endblock %}
4746+
4747+ <!--[if lt IE 9]>
4748+ <script type="text/javascript" src="{% static 'identityprovider/js/ie/html5shiv.js' %}"></script>
4749+ <![endif]-->
4750+ <script>
4751+ document.documentElement.className=document.documentElement.className.replace(/\bno-js\b/,'') + ' js';
4752+ </script>
4753+ </head>
4754+ <body data-qa-id="{% block qaid %}{% endblock %}" {% if embedded %}onload="blank_targets()"{% endif %}
4755+ class="{% block bodyclass %}{% if user.is_authenticated %}with-menu{% endif %}{% endblock %}{% if readonly %} readonly{% endif %}">
4756+ {% get_current_language as LANGUAGE_CODE %}
4757+ <!-- Current language: {{ LANGUAGE_CODE }} -->
4758+
4759+ {% if google_tag_manager_id %}
4760+ <!-- Google Tag Manager (noscript) -->
4761+ <noscript><iframe src="https://www.googletagmanager.com/ns.html?id={{ google_tag_manager_id }}"
4762+ height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
4763+ <!-- End Google Tag Manager (noscript) -->
4764+ {% endif %}
4765+
4766+ <div id="cont" role="main">
4767+ {% include "vanilla/_header.html" %}
4768+ <div id="content">
4769+ <section class="p-strip--dark p-cip-hero">
4770+ <div class="row">
4771+ <div class="col-7">
4772+ {% block text_title %}{% endblock %}
4773+ </div>
4774+ </div>
4775+ </section>
4776+
4777+ <div id="{% block content_id %}box{% endblock %}" class="row">
4778+ {% block menu %}
4779+ {% if user.is_authenticated %}
4780+ <div class="col-4 p-sidebar">
4781+ {% include "vanilla/widgets/personal-menu.html" %}
4782+ </div>
4783+ {% endif %}
4784+ {% endblock %}
4785+ <div class="{% block content_class %}col-8{% endblock %}">
4786+ <section class="p-strip">
4787+ {% block readonly %}
4788+ {% if readonly %}
4789+ <div class="p-notification--caution">
4790+ <p class="p-notification__response">
4791+ {% blocktrans %}We are currently in read-only mode. That means that at the moment you can't create new accounts, update your personal information, or request password reminders.{% endblocktrans %}
4792+ </p>
4793+ </div>
4794+ {% endif %}
4795+ {% endblock %}
4796+ {% block messages %}
4797+ {% if messages %}
4798+ <section class="p-strip is-shallow">
4799+ {% for message in messages %}
4800+ <div class="row">
4801+ <div class="col-12">
4802+ <div class="p-notification">
4803+ <p class="p-notification__response">
4804+ {{ message }}
4805+ </p>
4806+ </div>
4807+ </div>
4808+ </div>
4809+ {% endfor %}
4810+ </section>
4811+ {% endif %}
4812+ {% endblock %}
4813+ {% block content %}{% endblock %}
4814+ </section>
4815+ </div>
4816+ </div>
4817+ </section>
4818+ </div><!-- close #content -->
4819+
4820+ {% include "vanilla/_footer.html" %}
4821+
4822+ </div><!-- close #cont -->
4823+
4824+ {% block general_js %}
4825+ <script type="text/javascript">
4826+ YUI_config = {
4827+ maxURLLength: 2000,
4828+ combine: {{ combine|lower }},
4829+ comboBase: '{{ combo_url }}?',
4830+ base: '{% static "yui/3.15.0/" %}',
4831+ root: 'yui/3.15.0/'
4832+ }
4833+ </script>
4834+ {# use combo to load yui, to provide far future caching, as whitenoise doesn't for non-hashed urls #}
4835+ {# notexist disables optimisation in template tag that avoids combo if only one file #}
4836+ {% combo 'yui/3.15.0/yui/yui-min.js' 'notexist' %}
4837+
4838+ <script type="text/javascript">
4839+ YUI().use('node', 'transition', function (Y) {
4840+ Y.all('.message.temporary').transition({
4841+ easing: 'ease-out',
4842+ duration: 0.1,
4843+ delay: 5,
4844+ height: 0,
4845+ opacity: 0,
4846+ marginTop: 0,
4847+ marginBottom: 0,
4848+ paddingTop: 0,
4849+ paddingBottom: 0,
4850+ on: {
4851+ start: function () {
4852+ this.setStyle('overflow', 'hidden');
4853+ }
4854+ }
4855+ });
4856+ });
4857+ </script>
4858+
4859+ {% endblock %}
4860+
4861+ {% block test_js %}{% endblock %}
4862+ {% block extra_js %}{% endblock %}
4863+
4864+ {% block disable_submit_buttons_js %}
4865+ <script type="text/javascript">
4866+ (function(){
4867+ // disable all submit buttons after initial form submission
4868+ // to prevent double-clicks
4869+ var formEls = document.querySelectorAll('form');
4870+
4871+ if (formEls && formEls.length) {
4872+ for (var i = formEls.length; i--;) {
4873+ formEls[i].addEventListener('submit', disableAfterSubmit);
4874+ }
4875+ }
4876+
4877+ function disableAfterSubmit(e) {
4878+ var formEl = e.currentTarget;
4879+ var submitEl = formEl.querySelector('input[type=submit],button[type=submit]');
4880+
4881+ if (!submitEl.classList.contains('disabled')) {
4882+ disableSubmitEl(submitEl);
4883+ } else {
4884+ e.preventDefault();
4885+ }
4886+ }
4887+
4888+ function disableSubmitEl(el) {
4889+ el.classList.add('disabled');
4890+ }
4891+
4892+ })();
4893+ </script>
4894+ {% endblock %}
4895+
4896+ {% block analytics %}
4897+ {% if google_tag_manager_id %}
4898+ <!-- Google Tag Manager -->
4899+ <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
4900+ new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
4901+ j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
4902+ 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
4903+ })(window,document,'script','dataLayer','{{ google_tag_manager_id }}');</script>
4904+ <!-- End Google Tag Manager -->
4905+ {% endif %}
4906+ {% endblock %}
4907+
4908+ </body>
4909+</html>
4910
4911=== added directory 'src/webui/templates/vanilla/common'
4912=== added file 'src/webui/templates/vanilla/common/missing_backup_device_warning.html'
4913--- src/webui/templates/vanilla/common/missing_backup_device_warning.html 1970-01-01 00:00:00 +0000
4914+++ src/webui/templates/vanilla/common/missing_backup_device_warning.html 2019-11-11 16:30:47 +0000
4915@@ -0,0 +1,19 @@
4916+{% load i18n %}
4917+
4918+{% if need_backup_device_warning %}
4919+{% url 'device-addition' as add_device %}
4920+<div id="missing_backup_device" class="p-notification--caution">
4921+ <p class="p-notification__response">
4922+ <span class="p-notification__status">{% blocktrans %}Warning:{% endblocktrans %}</span>
4923+ {% blocktrans %}We strongly recommend having two authentication devices,
4924+ a <strong>primary</strong> device and a <strong>secondary</strong>
4925+ or backup device.
4926+ <br><br>
4927+ Having two authentication devices means you can continue to access your
4928+ account with your secondary device should your primary device be lost or
4929+ stolen.
4930+ <br><br>
4931+ Click to <a href="{{ add_device }}">add a backup device</a>.{% endblocktrans %}
4932+ </p>
4933+</div>
4934+{% endif %}
4935
4936=== added file 'src/webui/templates/vanilla/common/printed_codes_nearly_exhausted_warning.html'
4937--- src/webui/templates/vanilla/common/printed_codes_nearly_exhausted_warning.html 1970-01-01 00:00:00 +0000
4938+++ src/webui/templates/vanilla/common/printed_codes_nearly_exhausted_warning.html 2019-11-11 16:30:47 +0000
4939@@ -0,0 +1,15 @@
4940+{% load i18n url_with_token %}
4941+
4942+{% if paper_devices_needing_renewal %}
4943+<div id="exhausted_warning" class="p-notification--caution">
4944+ <p class="p-notification__response">
4945+ <span class="p-notification__status">{% blocktrans %}Warning:{% endblocktrans %}</span>
4946+ {% blocktrans %}Your printed list of backup codes is nearly used up.
4947+ Please print a new list for the following devices.{% endblocktrans %}
4948+ <br><br>
4949+ {% for device in paper_devices_needing_renewal %}
4950+ {{ device.name }} <a href="{% url_with_token 'device-print' device_id=device.id %}" class="btn-sm"><span>{% trans 'Generate New Codes' %}</span></a>
4951+ {% endfor %}
4952+ </p>
4953+</div>
4954+{% endif %}
4955
4956=== added file 'src/webui/templates/vanilla/common/unverified_email_warning.html'
4957--- src/webui/templates/vanilla/common/unverified_email_warning.html 1970-01-01 00:00:00 +0000
4958+++ src/webui/templates/vanilla/common/unverified_email_warning.html 2019-11-11 16:30:47 +0000
4959@@ -0,0 +1,14 @@
4960+{% load i18n url_with_token %}
4961+
4962+{% if need_verify_email_warning %}
4963+{% url_with_token 'verify_email' email_address=unverified_email.email as verify_url %}
4964+<div class="p-notification--caution">
4965+ <p class="p-notification__response">
4966+ <span class="p-notification__status">{% blocktrans %}Warning:{% endblocktrans %}</span>
4967+ {% blocktrans %}
4968+ You have not verified your email address {{ unverified_email }}.
4969+ Click to <a href="{{ verify_url }}">verify your email address</a>.
4970+ {% endblocktrans %}
4971+ </p>
4972+</div>
4973+{% endif %}
4974
4975=== added directory 'src/webui/templates/vanilla/widgets'
4976=== added file 'src/webui/templates/vanilla/widgets/header-me-menu.html'
4977--- src/webui/templates/vanilla/widgets/header-me-menu.html 1970-01-01 00:00:00 +0000
4978+++ src/webui/templates/vanilla/widgets/header-me-menu.html 2019-11-11 16:30:47 +0000
4979@@ -0,0 +1,17 @@
4980+{% load i18n %}
4981+{% load menu_item %}
4982+{% load url_with_token %}
4983+
4984+<ul class="p-navigation__links" role="menu" id="ac-status">
4985+ {% if user.is_authenticated %}
4986+ <li id="account" data-qa-id="account" class="p-navigation__link" role="menuitem">
4987+ <a href="{% url_with_token 'account-index' %}" id="account-link" data-qa-id="account_link" title="{% trans "My account" %} ({{user.displayname}})">{{user.displayname}}</a>
4988+ </li>
4989+ <li class="p-navigation__link">
4990+ <a href="{% url_with_token 'logout' %}" id="logout-link" data-qa-id="logout_link">{% trans "Log out" %}</a>
4991+ </li>
4992+{% else %}
4993+ {% url_with_token 'login' as login_url %}
4994+ {% menu_item "login" _("Log in or Create account") login_url 0 "p-navigation__link" %}
4995+{% endif %}
4996+</ul>
4997
4998=== added file 'src/webui/templates/vanilla/widgets/passwords.html'
4999--- src/webui/templates/vanilla/widgets/passwords.html 1970-01-01 00:00:00 +0000
5000+++ src/webui/templates/vanilla/widgets/passwords.html 2019-11-11 16:30:47 +0000
The diff has been truncated for viewing.