From 594a96919f8a22586bc08dc249953e011514881a Mon Sep 17 00:00:00 2001 From: Ryan Watters Date: Sun, 19 Mar 2017 18:58:39 -0500 Subject: [PATCH] Add yt shortcode --- config.toml | 1 + content/test.md | 8 ++ layouts/partials/style-embed.html | 2 +- layouts/shortcodes/yt.html | 11 ++ pipeline/js/scripts/video-thumbnail-switch.js | 34 ++++++ pipeline/scss/base/_fontello.scss | 1 + pipeline/scss/components/_video.scss | 104 ++++++++++++++++++ pipeline/scss/style.scss | 7 +- static/css/style.min.css | 2 +- static/fonts/fontello/fontello.eot | Bin 23272 -> 23912 bytes static/fonts/fontello/fontello.svg | 4 + static/fonts/fontello/fontello.ttf | Bin 23104 -> 23744 bytes static/fonts/fontello/fontello.woff | Bin 14964 -> 15428 bytes static/fonts/fontello/fontello.woff2 | Bin 12876 -> 13316 bytes static/js/script.min.js | 14 +-- 15 files changed, 174 insertions(+), 14 deletions(-) create mode 100644 content/test.md create mode 100644 layouts/shortcodes/yt.html create mode 100644 pipeline/js/scripts/video-thumbnail-switch.js create mode 100644 pipeline/scss/components/_video.scss diff --git a/config.toml b/config.toml index d4a1e5994..2a4d9a340 100644 --- a/config.toml +++ b/config.toml @@ -95,6 +95,7 @@ watch = true hrefTargetBlank = true angledQuotes = false latexDashes = true + extensions = ["hardLineBreak"] [taxonomies] tag = "tags" \ No newline at end of file diff --git a/content/test.md b/content/test.md new file mode 100644 index 000000000..e2d2c8231 --- /dev/null +++ b/content/test.md @@ -0,0 +1,8 @@ +--- +title: Testing Shortcodes +date: 2017-03-19 +description: Just a testing page to show the team. +draft: false +--- + +{{< yt id="n7_y4jiQCIo" description="A video of breakdancing power moves" >}} \ No newline at end of file diff --git a/layouts/partials/style-embed.html b/layouts/partials/style-embed.html index 322ca5eaf..41c9b73dd 100644 --- a/layouts/partials/style-embed.html +++ b/layouts/partials/style-embed.html @@ -1 +1 @@ -/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}h1{font-size:2em;margin:0.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace, monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto}input[type="search"]{-webkit-appearance:textfield;box-sizing:content-box;border-radius:0px !important;outline:none}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:bold}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}html{box-sizing:border-box}*,*:before,*:after{box-sizing:inherit}html,body{margin:0px;padding:0px;outline:none;border:none;font-size:18px;font-family:"muli","Helvetica Neue","Helvetica","Roboto","Arial",sans-serif;color:#222;line-height:1.6;font-weight:400;overflow-x:hidden}html,body{overflow-y:auto !important;-webkit-overflow-scrolling:touch !important}body{font-size:93%;overflow-x:hidden;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}@media only screen and (min-width: 760px){body{font-size:97%}}@media only screen and (min-width: 960px){body{font-size:100%}}strong{font-weight:700;color:#222}p{margin-top:0px;margin-bottom:1.5em;line-height:1.6}::-webkit-scrollbar{display:none}@font-face{font-family:'fontello';src:url("/fonts/fontello/fontello.eot?12848190");src:url("/fonts/fontello/fontello.eot?12848190#iefix") format("embedded-opentype"),url("/fonts/fontello/fontello.woff2?12848190") format("woff2"),url("/fonts/fontello/fontello.woff?12848190") format("woff"),url("/fonts/fontello/fontello.ttf?12848190") format("truetype"),url("/fonts/fontello/fontello.svg?12848190#fontello") format("svg");font-weight:normal;font-style:normal}[class^="icon-"]:before,[class*=" icon-"]:before{font-family:"fontello";font-style:normal;font-weight:normal;speak:none;display:inline-block;text-decoration:inherit;width:1em;margin-right:.2em;text-align:center;font-variant:normal;text-transform:none;line-height:1em;margin-left:.2em;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-apple:before{content:'\f179'}.icon-attach:before{content:'\e814'}.icon-attention:before{content:'\e815'}.icon-bash:before{content:'\e808'}.icon-bitbucket:before{content:'\e80a'}.icon-cancel:before{content:'\e80e'}.icon-chrome:before{content:'\e841'}.icon-clipboard:before{content:'\f0c5'}.icon-clock:before{content:'\e817'}.icon-code:before{content:'\f121'}.icon-cog-alt:before{content:'\e816'}.icon-copy:before{content:'\f0c5'}.icon-discuss:before{content:'\f03d'}.icon-docs:before{content:'\f0c5'}.icon-download:before{content:'\e806'}.icon-edge:before{content:'\f282'}.icon-file-pdf:before{content:'\f1c1'}.icon-firefox:before{content:'\e840'}.icon-forum:before{content:'\f03d'}.icon-forums:before{content:'\f03d'}.icon-freebsd:before{content:'\e800'}.icon-git:before{content:'\f1d3'}.icon-github-alt:before{content:'\f056'}.icon-github:before{content:'\f09b'}.icon-gitlab:before{content:'\f296'}.icon-gitter:before{content:'\e805'}.icon-golang:before{content:'\e801'}.icon-heart:before{content:'\e804'}.icon-home:before{content:'\e813'}.icon-html:before{content:'\f13b'}.icon-hugo:before{content:'\e802'}.icon-ie:before{content:'\e843'}.icon-javascript:before{content:'\e81d'}.icon-js:before{content:'\e81d'}.icon-link-external:before{content:'\f08e'}.icon-link:before{content:'\e812'}.icon-linux:before{content:'\f17c'}.icon-mail-alt:before{content:'\f0e0'}.icon-md:before{content:'\e818'}.icon-netlify:before{content:'\e80b'}.icon-next:before{content:'\e81b'}.icon-opera:before{content:'\e842'}.icon-pdf:before{content:'\f1c1'}.icon-pencil:before{content:'\e807'}.icon-pin:before{content:'\e811'}.icon-prev:before{content:'\e81c'}.icon-quote-left:before{content:'\e819'}.icon-quote-right:before{content:'\e81a'}.icon-search:before{content:'\e803'}.icon-tag:before{content:'\e80d'}.icon-tags:before{content:'\e80c'}.icon-thumbs-down:before{content:'\e810'}.icon-thumbs-up:before{content:'\e80f'}.icon-twitter:before{content:'\f099'}.icon-wercker:before{content:'\e809'}.icon-windows:before{content:'\f17a'}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}@font-face{font-family:"muli";src:url("/fonts/muli/muli-400-webfont.woff2") format("woff2"),url("/fonts/muli/muli-400-webfont.woff") format("woff"),url("/fonts/muli/muli-400-webfont.ttf") format("truetype");font-weight:400;font-style:normal}@font-face{font-family:"muli";src:url("/fonts/muli/muli-400-italic-webfont.woff2") format("woff2"),url("/fonts/muli/muli-400-italic-webfont.woff") format("woff"),url("/fonts/muli/muli-400-italic-webfont.ttf") format("truetype");font-weight:400;font-style:italic}@font-face{font-family:"muli";src:url("/fonts/muli/muli-600-webfont.woff2") format("woff2"),url("/fonts/muli/muli-600-webfont.woff") format("woff"),url("/fonts/muli/muli-600-webfont.ttf") format("truetype");font-weight:600;font-style:normal}@font-face{font-family:"muli";src:url("/fonts/muli/muli-600-italic-webfont.woff2") format("woff2"),url("/fonts/muli/muli-600-italic-webfont.woff") format("woff"),url("/fonts/muli/muli-600-italic-webfont.ttf") format("truetype");font-weight:600;font-style:italic}@font-face{font-family:"muli";src:url("/fonts/muli/muli-700-webfont.woff2") format("woff2"),url("/fonts/muli/muli-700-webfont.woff") format("woff"),url("/fonts/muli/muli-700-webfont.ttf") format("truetype");font-weight:700;font-style:normal}@font-face{font-family:"muli";src:url("/fonts/muli/muli-700-italic-webfont.woff2") format("woff2"),url("/fonts/muli/muli-700-italic-webfont.woff") format("woff"),url("/fonts/muli/muli-700-italic-webfont.ttf") format("truetype");font-weight:700;font-style:italic}@font-face{font-family:"robotomono";src:url("/fonts/robotomono/robotomono-400-webfont.woff2") format("woff2"),url("/fonts/robotomono/robotomono-400-webfont.woff") format("woff"),url("/fonts/robotomono/robotomono-400-webfont.ttf") format("truetype");font-weight:400;font-style:normal}@font-face{font-family:"robotomono";src:url("/fonts/robotomono/robotomono-400-italic-webfont.woff2") format("woff2"),url("/fonts/robotomono/robotomono-400-italic-webfont.woff") format("woff"),url("/fonts/robotomono/robotomono-400-italic-webfont.ttf") format("truetype");font-weight:400;font-style:italic}@font-face{font-family:"robotomono";src:url("/fonts/robotomono/robotomono-500-webfont.woff2") format("woff2"),url("/fonts/robotomono/robotomono-500-webfont.woff") format("woff"),url("/fonts/robotomono/robotomono-500-webfont.ttf") format("truetype");font-weight:500;font-style:normal}@font-face{font-family:"robotomono";src:url("/fonts/robotomono/robotomono-500-italic-webfont.woff2") format("woff2"),url("/fonts/robotomono/robotomono-500-italic-webfont.woff") format("woff"),url("/fonts/robotomono/robotomono-500-italic-webfont.ttf") format("truetype");font-weight:500;font-style:italic}h1,h2,h3,h4,h5,h6{font-family:"muli","Helvetica Neue","Helvetica","Roboto","Arial",sans-serif;font-weight:600;margin:0px;line-height:1.15;position:relative}h1>code,h1>a,h2>code,h2>a,h3>code,h3>a,h4>code,h4>a,h5>code,h5>a,h6>code,h6>a{font-weight:600}h1.page-title{font-size:1.8em;line-height:1.2;letter-spacing:-.021em;padding-bottom:0px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;margin-bottom:8px;font-weight:600}@media only screen and (min-width: 760px){h1.page-title{font-size:2.3em}}@media only screen and (min-width: 960px){h1.page-title{font-size:2.3em}}@media only screen and (min-width: 1200px){h1.page-title{font-size:2.3em}}@media only screen and (min-width: 760px){h1.page-title{padding-top:0px}}h1.page-title img{display:inline;height:1em;width:1em;margin-right:.15em}h1.page-title i[class^="icon-"]{margin-left:-.15em;margin-right:.15em}h1.page-title.commands,h1.page-title.functions{font-family:"robotomono",courier,monospace;font-weight:400}h2,h3{padding-bottom:24px}h2{font-size:1.4em}@media only screen and (min-width: 760px){h2{font-size:1.6em}}@media only screen and (min-width: 960px){h2{font-size:1.6em}}@media only screen and (min-width: 1200px){h2{font-size:1.6em}}h2.contents-list-heading{text-transform:uppercase;color:#737373}h2.contents-list-heading em{font-style:normal}h3{font-size:1.2em}@media only screen and (min-width: 760px){h3{font-size:1.2em}}@media only screen and (min-width: 960px){h3{font-size:1.2em}}@media only screen and (min-width: 1200px){h3{font-size:1.2em}}h4{font-size:1.1em;margin-top:1em;margin-bottom:1em;color:#737373}h5{font-size:1em;font-weight:600;margin-bottom:1em;color:#222}.functions,.commands{font-family:"robotomono",courier,monospace;font-weight:500;color:inherit}.functions>em,.commands>em{font-style:normal;font-family:"muli","Helvetica Neue","Helvetica","Roboto","Arial",sans-serif;padding-left:.25em;padding-right:.25em;font-size:.8em;position:relative;margin-bottom:.3em}.submenu-item:first-child a.submenu-item-link.functions{font-family:"muli","Helvetica Neue","Helvetica","Roboto","Arial",sans-serif}hr{border-top:3px double #222}button,a[role="button"]{background-color:#0083C0;color:#fff;border:none;outline:none;border-radius:3px;padding:.25em .5em;font-size:1em;box-shadow:none;text-align:center;transition:all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);box-shadow:0 1px 3px rgba(0,0,0,0.12),0 1px 2px rgba(0,0,0,0.24)}button:hover,a[role="button"]:hover{transition:box-shadow 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);box-shadow:0 10px 20px rgba(0,0,0,0.19),0 6px 6px rgba(0,0,0,0.23)}.navbutton__wrapper{position:fixed;top:24px;left:24px;z-index:99}@media only screen and (min-width: 960px){.navbutton__wrapper{display:none}}.nav__wrapper--active:before{content:'';width:40px;height:40px;border-radius:50%;background-color:#0083C0;position:absolute;top:-20px;right:-20px;z-index:1;padding:0;margin:0;overflow:hidden;transition:box-shadow 1s}.trigger{width:40px;height:2px;border-radius:50%;background-color:#fff;position:absolute;top:-20px;right:-20px;z-index:2;padding:19px 0 21px;margin:0;overflow:hidden;transition:background 1s, box-shadow 1s}.nav__trigger{position:relative;list-style-type:none;padding:0;margin:0;z-index:4}.nav__trigger .nav__trigger-item{height:3px;width:20px;background-color:#0083C0;display:block;position:absolute;left:50%;margin-left:-10px}.nav__wrapper--active .trigger{background-color:#C9177E}.nav__trigger .nav__trigger-item.nav__trigger-item--first{top:-8px;transition:top .5s .4s ease, -webkit-transform .4s ease;transition:top .5s .4s ease, transform .4s ease;background-color:#0083C0}.nav__trigger .nav__trigger-item.nav__trigger-item--second{top:0;transition:opacity .3s .4s ease}.nav__trigger .nav__trigger-item.nav__trigger-item--third{top:8px;transition:top .5s .4s ease, -webkit-transform .4s ease;transition:top .5s .4s ease, transform .4s ease;background-color:#0083C0}.nav__wrapper--active .nav__trigger-item{background-color:#fff}.nav__wrapper--active .nav__trigger-item.nav__trigger-item--first{top:0px;-webkit-transform:rotate(45deg);transform:rotate(45deg);transition:top .4s ease, -webkit-transform .5s .4s ease;transition:top .4s ease, transform .5s .4s ease;background-color:#fff}.nav__wrapper--active .nav__trigger-item.nav__trigger-item--second{opacity:0}.nav__wrapper--active .nav__trigger-item.nav__trigger-item--third{top:0px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);background-color:#fff;transition:top .4s ease, -webkit-transform .5s .4s ease;transition:top .4s ease, transform .5s .4s ease}nav ul,nav ol,aside ul,aside ol{margin-left:0px;padding-left:0px;list-style:none;text-indent:0px}nav ul li,nav ol li,aside ul li,aside ol li{position:relative;margin-left:0px;padding-left:0px;list-style:none}.body-copy ul,.body-copy ol{padding-left:.75em;margin-left:.5em;margin-top:0px;padding-top:0px;margin-bottom:1.5em}.body-copy ul li,.body-copy ol li{position:relative;margin-top:.25em}.body-copy ul li ul,.body-copy ul li ol,.body-copy ol li ul,.body-copy ol li ol{margin-bottom:0px}.body-copy ul{list-style:disc outside none}.body-copy ul li ul{list-style-type:circle}.body-copy ul li ul li ul{list-style-type:square}.body-copy ol li ol{list-style-type:lower-roman}.body-copy ol li ol li ol{list-style-type:lower-alpha}.body-copy dl{margin:0px;border-bottom:1px solid #ccc;border-top:1px solid #ccc;display:block;margin-bottom:1em;font-size:1em;clear:both;line-height:1.6;padding-top:.5em;padding-bottom:.5em}.body-copy dl dt{float:left;display:block;width:100%;clear:both;margin:0px;font-weight:bolder;margin-right:1em}.body-copy dl dt code{font-size:.9em}.body-copy dl dt>strong>em>code{font-style:normal;position:relative}.body-copy dl dt>strong>em>code:after{display:inline-block;position:relative;font-family:'FontAwesome';content:'\f06a';font-size:.9em;top:-.6em;right:0px;margin-right:-.5em;color:#C9177E}.body-copy dl dd{margin:.5em 0em 0em 0em;text-indent:0px;height:auto;font-size:1em;padding-top:.25em;padding-bottom:0em;padding-left:1.5em;padding-right:0em}.body-copy dl dd strong>code{color:#00A88A}.body-copy dl dd strong:first-child>code{color:#0083C0}.body-copy ol>li>del{color:#C9177E}.body-copy ol>li>del:after{display:inline-block;height:1em;width:1em;font-family:'fontello';content:'\e810';margin-left:.5em;font-size:1.2em;color:#C9177E}.body-copy .task-list{list-style:none;margin-left:0px;padding-left:0px}.body-copy .task-list li{list-style:none}a{color:#C9177E;font-weight:inherit}a,a:hover,a:active,a:focus{text-decoration:none;cursor:pointer}a:hover{text-decoration:none}.body-copy li a,.body-copy p a{z-index:1;color:#C9177E}.body-copy li a:hover,.body-copy p a:hover{border-bottom:1px solid #C9177E}a.tooltip{position:relative;overflow:visible;font-family:"muli","Helvetica Neue","Helvetica","Roboto","Arial",sans-serif}a.tooltip:hover::before{display:inline-block;position:absolute;line-height:1;bottom:-1.4em;font-size:12px;color:white;min-width:80px;padding:.25em .33em;background-color:#222;content:attr(data-tooltip);white-space:nowrap;text-transform:none;font-weight:normal;border-radius:.25em}a.tooltip.left:hover::before{right:0px;left:auto}a.tooltip.right:hover::before{right:0px;left:auto}a.tooltip.edit-link:hover::after{content:'\f09b';font-family:'fontello';color:white;font-size:13px;display:inline-block;position:absolute;line-height:1;bottom:-1.1em;right:3px}a.tooltip.edit-link:hover::before{padding-right:1.5em;font-family:"muli","Helvetica Neue","Helvetica","Roboto","Arial",sans-serif}.icon-github:before{content:'\f09b'}.body-copy a.heading-link{opacity:0;color:silver;transition:opacity .3s ease-in-out;font-size:.7em;position:absolute;display:inline;top:.35em;right:0px;height:1.2em;width:1.2em}@media only screen and (min-width: 760px){.body-copy a.heading-link{left:-1.5em}}.body-copy a.heading-link:hover:after{content:'Copy Link';display:inline-block;width:70px;background-color:#000;color:#fff;font-size:12px;position:absolute;bottom:-1.5em;border-radius:3px;left:-1em;text-align:center}.body-copy a.heading-link.copied:hover::after{content:'Copied!'}.body-copy h2:hover a.heading-link,.body-copy h3:hover a.heading-link{transition:opacity .3s ease-in-out;opacity:1}.body-copy h2:hover .icon-link:hover,.body-copy h3:hover .icon-link:hover{color:#C9177E}.body-copy img{width:100%;max-width:100%;height:auto}.admonition{padding:.75em}.note,.warning{display:block;margin-bottom:20px;width:100%;border-left-width:4px;border-left-style:solid;border-left-color:#555;position:relative;padding-top:4px;padding-bottom:4px}.note #exclamation-icon,.warning #exclamation-icon{height:20px;width:20px;fill:#0083C0;position:absolute;top:20%;left:-12px;background-color:white}.note h2,.warning h2{display:none}.note .admonition-content,.warning .admonition-content{display:block;margin:0px;font-size:1em;padding:8px;margin-left:12px;color:#555}.note .admonition-content p:last-child,.warning .admonition-content p:last-child{margin-bottom:0px}.note .admonition-content ul:last-child,.note .admonition-content ol:last-child,.warning .admonition-content ul:last-child,.warning .admonition-content ol:last-child{margin-bottom:0px}.note .admonition-content ul:last-child+p,.note .admonition-content ol:last-child+p,.warning .admonition-content ul:last-child+p,.warning .admonition-content ol:last-child+p{margin-top:1em}.note{border-color:#0083C0;background-color:#f9fdfe}.note #exclamation-icon{fill:#0083C0}.warning{border-color:#C9177E;background-color:#fef5fa}.warning #exclamation-icon{fill:#C9177E}.hljs{display:block;overflow-x:auto;padding:0.5em;background:#f5f5f5;font-size:.9em}.hljs,.hljs-tag,.hljs-subst{color:#000}.hljs-strong,.hljs-emphasis{color:#737373}.hljs-bullet,.hljs-quote,.hljs-number,.hljs-regexp,.hljs-literal,.hljs-link{color:#0083c0}.hljs-code,.hljs-title,.hljs-section,.hljs-selector-class{color:#00A88A}.hljs-strong{font-weight:bold}.hljs-emphasis{font-style:italic}.hljs-keyword,.hljs-selector-tag,.hljs-name,.hljs-attr{color:#C9177E}.hljs-symbol,.hljs-attribute{color:#0083c0}.hljs-params,.hljs-class .hljs-title{color:#000}.hljs-string,.hljs-type,.hljs-built_in,.hljs-builtin-name,.hljs-selector-id,.hljs-selector-attr,.hljs-selector-pseudo,.hljs-addition,.hljs-variable,.hljs-template-variable{color:#0083c0}.hljs-comment,.hljs-deletion,.hljs-meta{color:#737373}.language-toml.hljs .hljs-section{color:#C9177E}kbd{font-family:"robotomono",courier,monospace}.body-copy code,.body-copy pre{font-family:"robotomono",courier,monospace;font-size:.9em;weight:inherit;font-weight:400;overflow-y:visible;z-index:1}.body-copy>pre{position:relative;margin-bottom:1.5em}.body-copy pre>code,.body-copy .code{background-color:#f5f5f5}.body-copy>pre{overflow-x:scroll}.body-copy ol code,.body-copy ul code,.body-copy div code,.body-copy strong code,.body-copy em code,.body-copy span code,.body-copy p code,.body-copy dd code,.body-copy dt code{background-color:#f5f5f5}@media only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi){.body-copy ol code,.body-copy ul code,.body-copy div code,.body-copy strong code,.body-copy em code,.body-copy span code,.body-copy p code,.body-copy dd code,.body-copy dt code{background-color:#f5f5f5}}.code{display:block;position:relative;overflow:hidden;padding:.5em;overflow-y:visible;margin-bottom:1.5em}code[class^="language-"]:after{display:block;position:absolute;top:4px;right:4px;color:#7b7b7b;font-family:'fontello';content:'\f121'}.copy-button+.code-copy-content code[class^="language-"]:after{position:absolute;top:-4px;right:4px}code.language-git:after{font-family:'fontello';content:'\f1d3';font-size:16px;top:2px}code.language-hugo:after,code.language-go:after,code.language-golang:after{font-family:'fontello';content:'\e801'}code.language-html:after{font-family:'fontello';content:'\f13b'}code.language-javascript:after,code.language-js:after{font-family:'fontello';content:'\e81d'}code.language-json:after{content:'JSON';font-size:.8em;padding-right:.3em;font-family:"robotomono",courier,monospace}code.language-md:after,code.language-markdown:after{font-family:'fontello';content:'\e818'}code.language-sass:after,code.language-scss:after{font-family:'fontello';content:'\e803'}code.language-bash:after,code.language-sh:after{font-family:'fontello';content:'\e808';right:6px}code.language-toml:after{content:'TOML';font-size:.8em;padding-right:.3em;font-family:"robotomono",courier,monospace}code.language-yaml:after,code.language-yml:after{content:'YAML';font-size:.8em;padding-right:.3em;font-family:"robotomono",courier,monospace}.copy-button+.code-copy-content code[class^="language-"]:after{display:none;position:absolute;top:-8px;right:4px}blockquote code[class^="language-"]:after,.admonition code[class^="language-"]:after{content:''}.filename{font-family:"robotomono",courier,monospace;color:#626262;padding-left:1em;padding-top:.25em;font-size:.7em;background-color:#f5f5f5;width:100%;font-style:italic;margin-bottom:0px}.code-icon{position:absolute;top:2px;right:4px}.copy-button,.download-button{transition:opacity .3s ease-in-out;opacity:1;position:absolute;right:1px;top:1px;background-color:white;color:#222;border-radius:0px;transition:all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);box-shadow:0 1px 3px rgba(0,0,0,0.12),0 1px 2px rgba(0,0,0,0.24);height:30px;min-width:70px;font-size:12px;display:block;z-index:15}.copy-button:hover,.download-button:hover{transition:all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);box-shadow:0 10px 20px rgba(0,0,0,0.19),0 6px 6px rgba(0,0,0,0.23)}.copy-button span.button-text,.download-button span.button-text{text-transform:uppercase;margin-left:0px}.download-button{position:absolute;min-width:70px;top:1px;right:72px}@media only screen and (min-device-width: 375px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2){.download-button{display:none}}.tooltipped{position:absolute}.tooltipped:after{position:absolute;z-index:1000000;display:none;padding:2px 4px;font-size:.8em;font-weight:700;font-family:"muli","Helvetica Neue","Helvetica","Roboto","Arial",sans-serif;color:#fff;text-align:center;text-transform:uppercase;text-decoration:none;text-shadow:none;letter-spacing:normal;word-wrap:break-word;white-space:pre;pointer-events:none;content:attr(aria-label);background-color:#0083C0;border-color:#0083C0;border-radius:0px;-webkit-font-smoothing:subpixel-antialiased}.tooltipped:before{position:absolute;z-index:1000001;display:none;width:0;height:0;color:#0083C0;pointer-events:none;content:"";border:5px solid transparent}.tooltipped:hover:before,.tooltipped:hover:after,.tooltipped:active:before,.tooltipped:active:after,.tooltipped:focus:before,.tooltipped:focus:after{display:inline-block;text-decoration:none}.tooltipped-multiline:hover:after,.tooltipped-multiline:active:after,.tooltipped-multiline:focus:after{display:table-cell}.tooltipped-s:after,.tooltipped-se:after,.tooltipped-sw:after{top:100%;right:50%;margin-top:5px;text-align:center}.tooltipped-s:before,.tooltipped-se:before,.tooltipped-sw:before{top:auto;right:50%;bottom:-5px;margin-right:-5px;border-bottom-color:#0083C0;text-align:center}.tooltipped-se:after{right:auto;left:50%;text-align:center}.tooltipped-n:after,.tooltipped-ne:after,.tooltipped-nw:after{right:50%;bottom:100%;margin-bottom:5px}.tooltipped-n:before,.tooltipped-ne:before,.tooltipped-nw:before{top:-5px;right:50%;bottom:auto;margin-right:-5px;border-top-color:#0083C0}.tooltipped-ne:after{right:auto;left:50%;margin-left:-15px}.tooltipped-nw:after{margin-right:-15px}.tooltipped-s:after,.tooltipped-n:after{-webkit-transform:translateX(50%);transform:translateX(50%)}.tooltipped-w:after{right:100%;bottom:50%;margin-right:5px;-webkit-transform:translateY(50%);transform:translateY(50%)}.tooltipped-w:before{top:50%;bottom:50%;left:-5px;margin-top:-5px;border-left-color:#0083C0}.tooltipped-e:after{bottom:50%;left:100%;margin-left:5px;-webkit-transform:translateY(50%);transform:translateY(50%)}.tooltipped-e:before{top:50%;right:-5px;bottom:50%;margin-top:-5px;border-right-color:#0083C0}.tooltipped-multiline:after{width:-webkit-max-content;width:-moz-max-content;width:max-content;max-width:250px;word-break:break-word;word-wrap:normal;white-space:pre-line;border-collapse:separate}.tooltipped-multiline.tooltipped-s:after,.tooltipped-multiline.tooltipped-n:after{right:auto;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.tooltipped-multiline.tooltipped-w:after,.tooltipped-multiline.tooltipped-e:after{right:100%}svg.svg-icon{max-width:60px}span.yes code{color:#00A88A}span.no code{background-color:#C9177E;color:#fff}span.no:after,span.bad:after{display:inline-block;height:1em;width:1em;font-family:'fontello';content:'\e810';margin-left:.5em;font-size:1.2em;color:#C9177E}span.yes:after,.good:after{display:inline-block;height:1em;width:1em;font-family:'fontello';content:'\e80f';color:#00A88A;margin-left:.5em;font-size:1.2em}span.break{position:relative;display:inline-block;font-weight:bold;text-align:center;width:auto;left:calc(50% - 40px)}span.break:before,span.break:after{content:"";position:absolute;display:inline-block;height:.2em;border-bottom:1px solid black;border-top:1px solid black;top:.666em;width:140px}span.break:before{right:100%;margin-right:.5em}span.break:after{left:100%;margin-left:.5em}span.na code{background-color:transparent;color:#bbb}h2 .fa.fa-thumbs-up,h3 .fa.fa-thumbs-up,h4 .fa.fa-thumbs-up,li .fa.fa-thumbs-up{color:#00A88A}h2 .fa.fa-thumbs-down,h3 .fa.fa-thumbs-down,h4 .fa.fa-thumbs-down,li .fa.fa-thumbs-down{color:#C9177E}ul.tags{list-style:none;margin:0;padding:0;margin-top:1em;margin-bottom:.5em;margin-right:4px;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;float:right}ul.tags li{height:20px;line-height:20px;margin-left:4px;margin-bottom:.75em;display:-ms-flexbox;display:flex}ul.tags li:not(.icon){transition:all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);box-shadow:0 1px 3px rgba(0,0,0,0.12),0 1px 2px rgba(0,0,0,0.24)}ul.tags li:not(.icon):hover{transition:box-shadow 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);box-shadow:0 10px 20px rgba(0,0,0,0.19),0 6px 6px rgba(0,0,0,0.23)}ul.tags li a{line-height:20px;-ms-flex-align:center;align-items:center;height:20px;font-size:14px;color:#222;padding-left:.3em;padding-right:.3em}.searchbox{display:inline-block;position:relative;width:300px;height:32px !important;white-space:nowrap;box-sizing:border-box;visibility:visible !important}.searchbox .algolia-autocomplete{display:block;width:100%;height:100%}.searchbox__wrapper{width:100%;height:100%;z-index:999;position:relative}.searchbox__input{display:inline-block;box-sizing:border-box;transition:box-shadow .4s ease, background .4s ease;border:0;border-radius:16px;box-shadow:inset 0 0 0 0px #ccc;background:#fff !important;padding:0;padding-right:26px;padding-left:32px;width:100%;height:100%;vertical-align:middle;white-space:normal;font-size:1em;appearance:none}.searchbox__input::-webkit-search-decoration,.searchbox__input::-webkit-search-cancel-button,.searchbox__input::-webkit-search-results-button,.searchbox__input::-webkit-search-results-decoration{display:none}.searchbox__input:hover{box-shadow:inset 0 0 0 0px #b3b3b3}.searchbox__input:focus,.searchbox__input:active{outline:0;box-shadow:inset 0 0 0 0px #aaa;background:#fff}.searchbox__input::-webkit-input-placeholder{color:#aaa}.searchbox__input::-moz-placeholder{color:#aaa}.searchbox__input:-ms-input-placeholder{color:#aaa}.searchbox__input::placeholder{color:#aaa}.searchbox__submit{position:absolute;top:0;margin:0;border:0;border-radius:16px 0 0 16px;background-color:rgba(69,142,225,0);padding:0;width:32px;height:100%;vertical-align:middle;text-align:center;font-size:inherit;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;right:inherit;left:0}.searchbox__submit::before{display:inline-block;margin-right:-4px;height:100%;vertical-align:middle;content:''}.searchbox__submit:hover,.searchbox__submit:active{cursor:pointer}.searchbox__submit:focus{outline:0}.searchbox__submit svg{width:14px;height:14px;vertical-align:middle;fill:#6D7E96}.searchbox__reset{display:block;position:absolute;top:8px;right:8px;margin:0;border:0;background:none;cursor:pointer;padding:0;font-size:inherit;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;fill:rgba(0,0,0,0.5)}.searchbox__reset.hide{display:none}.searchbox__reset:focus{outline:0}.searchbox__reset svg{display:block;margin:4px;width:8px;height:8px}.searchbox__input:valid ~ .searchbox__reset{display:block;-webkit-animation-name:sbx-reset-in;animation-name:sbx-reset-in;-webkit-animation-duration:.15s;animation-duration:.15s}@-webkit-keyframes sbx-reset-in{0%{-webkit-transform:translate3d(-20%, 0, 0);transform:translate3d(-20%, 0, 0);opacity:0}100%{-webkit-transform:none;transform:none;opacity:1}}@keyframes sbx-reset-in{0%{-webkit-transform:translate3d(-20%, 0, 0);transform:translate3d(-20%, 0, 0);opacity:0}100%{-webkit-transform:none;transform:none;opacity:1}}.algolia-autocomplete.algolia-autocomplete-right .ds-dropdown-menu{right:0 !important;left:inherit !important}.algolia-autocomplete.algolia-autocomplete-right .ds-dropdown-menu:before{right:48px}.algolia-autocomplete.algolia-autocomplete-left .ds-dropdown-menu{left:0 !important;right:inherit !important}.algolia-autocomplete.algolia-autocomplete-left .ds-dropdown-menu:before{left:48px}.algolia-autocomplete .ds-dropdown-menu{position:relative;top:-6px;border-radius:4px;margin:6px 0 0;padding:0;text-align:left;height:auto;position:relative;background:transparent;border:none;z-index:999;max-width:500px;min-width:400px;box-shadow:0 1px 0 0 rgba(0,0,0,0.2),0 2px 3px 0 rgba(0,0,0,0.1)}.algolia-autocomplete .ds-dropdown-menu:before{display:block;position:absolute;content:'';width:14px;height:14px;background:#fff;z-index:1000;top:-7px;border-top:1px solid #d9d9d9;border-right:1px solid #d9d9d9;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);border-radius:2px}.algolia-autocomplete .ds-dropdown-menu .ds-suggestions{position:relative;z-index:1000;margin-top:8px}.algolia-autocomplete .ds-dropdown-menu .ds-suggestion{cursor:pointer}.algolia-autocomplete .ds-dropdown-menu .ds-suggestion.ds-cursor .algolia-docsearch-suggestion.suggestion-layout-simple{background-color:rgba(69,142,225,0.05)}.algolia-autocomplete .ds-dropdown-menu .ds-suggestion.ds-cursor .algolia-docsearch-suggestion:not(.suggestion-layout-simple) .algolia-docsearch-suggestion--content{background-color:rgba(69,142,225,0.05)}.algolia-autocomplete .ds-dropdown-menu [class^="ds-dataset-"]{position:relative;border:solid 1px #d9d9d9;background:#fff;border-radius:4px;overflow:auto;padding:0 8px 8px}.algolia-autocomplete .ds-dropdown-menu *{box-sizing:border-box}.algolia-autocomplete .algolia-docsearch-suggestion{position:relative;padding:0 8px;background:#fff;color:#02060C;overflow:hidden}.algolia-autocomplete .algolia-docsearch-suggestion--highlight{color:#174d8c;background:rgba(143,187,237,0.1);padding:0.1em 0.05em}.algolia-autocomplete .algolia-docsearch-suggestion--category-header .algolia-docsearch-suggestion--category-header-lvl0 .algolia-docsearch-suggestion--highlight,.algolia-autocomplete .algolia-docsearch-suggestion--category-header .algolia-docsearch-suggestion--category-header-lvl1 .algolia-docsearch-suggestion--highlight{color:inherit;background:inherit}.algolia-autocomplete .algolia-docsearch-suggestion--text .algolia-docsearch-suggestion--highlight{padding:0 0 1px;background:inherit;box-shadow:inset 0 -2px 0 0 rgba(69,142,225,0.8);color:inherit}.algolia-autocomplete .algolia-docsearch-suggestion--content{display:block;float:right;width:70%;position:relative;padding:5.33333px 0 5.33333px 10.66667px;cursor:pointer}.algolia-autocomplete .algolia-docsearch-suggestion--content:before{content:'';position:absolute;display:block;top:0;height:100%;width:1px;background:#ddd;left:-1px}.algolia-autocomplete .algolia-docsearch-suggestion--category-header{position:relative;border-bottom:1px solid #ddd;display:none;margin-top:8px;padding:4px 0;font-size:1em;color:#33363D}.algolia-autocomplete .algolia-docsearch-suggestion--wrapper{width:100%;float:left;padding:8px 0 0 0}.algolia-autocomplete .algolia-docsearch-suggestion--subcategory-column{float:left;width:30%;display:none;padding-left:0;text-align:right;position:relative;padding:5.33333px 10.66667px;color:#A4A7AE;font-size:.9em;word-wrap:break-word}.algolia-autocomplete .algolia-docsearch-suggestion--subcategory-column:before{content:'';position:absolute;display:block;top:0;height:100%;width:1px;background:#ddd;right:0}.algolia-autocomplete .algolia-docsearch-suggestion--subcategory-column .algolia-docsearch-suggestion--highlight{background-color:inherit;color:inherit}.algolia-autocomplete .algolia-docsearch-suggestion--subcategory-inline{display:none}.algolia-autocomplete .algolia-docsearch-suggestion--title{margin-bottom:4px;color:#02060C;font-size:.9em;font-weight:bold}.algolia-autocomplete .algolia-docsearch-suggestion--text{display:block;line-height:1.2em;font-size:.85em;color:#63676D}.algolia-autocomplete .algolia-docsearch-suggestion--no-results{width:100%;padding:8px 0;text-align:center;font-size:1.2em}.algolia-autocomplete .algolia-docsearch-suggestion--no-results::before{display:none}.algolia-autocomplete .algolia-docsearch-suggestion code{padding:1px 5px;font-size:90%;border:none;color:#222222;background-color:#EBEBEB;border-radius:3px;font-family:Menlo,Monaco,Consolas,"Courier New",monospace}.algolia-autocomplete .algolia-docsearch-suggestion code .algolia-docsearch-suggestion--highlight{background:none}.algolia-autocomplete .algolia-docsearch-suggestion.algolia-docsearch-suggestion__main .algolia-docsearch-suggestion--category-header{display:block}.algolia-autocomplete .algolia-docsearch-suggestion.algolia-docsearch-suggestion__secondary .algolia-docsearch-suggestion--subcategory-column{display:block}.algolia-autocomplete .suggestion-layout-simple.algolia-docsearch-suggestion{border-bottom:solid 1px #eee;padding:8px;margin:0}.algolia-autocomplete .suggestion-layout-simple .algolia-docsearch-suggestion--content{width:100%;padding:0}.algolia-autocomplete .suggestion-layout-simple .algolia-docsearch-suggestion--content::before{display:none}.algolia-autocomplete .suggestion-layout-simple .algolia-docsearch-suggestion--category-header{margin:0;padding:0;display:block;width:100%;border:none}.algolia-autocomplete .suggestion-layout-simple .algolia-docsearch-suggestion--category-header-lvl0{opacity:.6;font-size:.85em}.algolia-autocomplete .suggestion-layout-simple .algolia-docsearch-suggestion--category-header-lvl1{opacity:.6;font-size:.85em}.algolia-autocomplete .suggestion-layout-simple .algolia-docsearch-suggestion--category-header-lvl1::before{background-image:url('data:image/svg+xml;utf8,');content:'';width:10px;height:10px;display:inline-block}.algolia-autocomplete .suggestion-layout-simple .algolia-docsearch-suggestion--wrapper{width:100%;float:left;margin:0;padding:0}.algolia-autocomplete .suggestion-layout-simple .algolia-docsearch-suggestion--subcategory-column,.algolia-autocomplete .suggestion-layout-simple .algolia-docsearch-suggestion--duplicate-content,.algolia-autocomplete .suggestion-layout-simple .algolia-docsearch-suggestion--subcategory-inline{display:none !important}.algolia-autocomplete .suggestion-layout-simple .algolia-docsearch-suggestion--title{margin:0;color:#458EE1;font-size:.9em;font-weight:normal}.algolia-autocomplete .suggestion-layout-simple .algolia-docsearch-suggestion--title::before{content:"#";font-weight:bold;color:#458EE1;display:inline-block}.algolia-autocomplete .suggestion-layout-simple .algolia-docsearch-suggestion--text{margin:4px 0 0;display:block;line-height:1.4em;padding:5.33333px 8px;background:#f8f8f8;font-size:.85em;opacity:.8}.algolia-autocomplete .suggestion-layout-simple .algolia-docsearch-suggestion--text .algolia-docsearch-suggestion--highlight{color:#3f4145;font-weight:bold;box-shadow:none}.algolia-autocomplete .algolia-docsearch-footer{width:110px;height:20px;z-index:2000;margin-top:10.66667px;float:right;font-size:0;line-height:0}.algolia-autocomplete .algolia-docsearch-footer--logo{background-image:url("data:image/svg+xml;utf8,");background-repeat:no-repeat;background-position:center;background-size:100%;overflow:hidden;text-indent:-9000px;padding:0 !important;width:100%;height:100%;display:block}#toggle-search{display:block;position:fixed;top:.5em;right:3.5em;float:right;font-size:1.2em;z-index:60;color:#C9177E}@media only screen and (min-width: 760px){#toggle-search{right:2em}}@media only screen and (min-width: 1200px){#toggle-search{top:.3em}}form#site-search-form{transition:-webkit-transform .3s ease-in-out;transition:transform .3s ease-in-out;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;width:100%;width:100vw;position:fixed;top:50px;height:45px;-webkit-transform:translateY(-50px);transform:translateY(-50px);background-color:#fff;z-index:19}form#site-search-form.search-open{transition:-webkit-transform .3s ease-in-out;transition:transform .3s ease-in-out;-webkit-transform:translateY(0);transform:translateY(0);border-bottom:1px solid #C9177E}form#site-search-form #search-input{max-height:45px;padding-left:20px;font-size:1em}@media only screen and (min-width: 960px){form#site-search-form{display:block;position:fixed;top:8px;right:2em;z-index:50;width:300px;-webkit-transform:translateX(330px);transform:translateX(330px);transition:-webkit-transform .3s ease-in-out;transition:transform .3s ease-in-out;box-shadow:none;max-height:40px;background-color:transparent}form#site-search-form.search-open{transition:-webkit-transform .3s ease-in-out;transition:transform .3s ease-in-out;border-bottom-width:0px;-webkit-transform:translateX(0px);transform:translateX(0px)}form#site-search-form.search-open #search-input{transition:opacity .3 ease-in-out;opacity:1;border-bottom:3px solid #C9177E}form#site-search-form.search-open #search-input::after{display:inline-block;content:'';width:1em;border-bottom:3px solid #C9177E}form#site-search-form #search-input{transition:opacity .3s ease-in-out;max-height:40px;padding-left:0px;font-size:20px;opacity:0}}#search-input{width:260px;outline:none;border:0px;border-radius:0px}#search-input,#search-input:hover,#search-input:active,#search-input:focus{outline:none}.algolia-docsearch-suggestion{border-bottom-color:#3A3DD1}.algolia-docsearch-suggestion--highlight{color:#3A33D1}.algolia-docsearch-suggestion--category-header .algolia-docsearch-suggestion--highlight{background-color:#4D47D5}.aa-cursor .algolia-docsearch-suggestion--content{color:#272296}.aa-cursor .algolia-docsearch-suggestion{background:#EBEBFB}.algolia-autocomplete .algolia-docsearch-suggestion--text .algolia-docsearch-suggestion--highlight{box-shadow:inset 0 -2px 0 0 #C9177E}.algolia-autocomplete .algolia-docsearch-suggestion--highlight{color:#C9177E;background:#f7e8f1;padding:0.1em 0.05em}.algolia-autocomplete .algolia-docsearch-suggestion--subcategory-column{background-color:#fff}.algolia-autocomplete .ds-dropdown-menu{font-size:.8em;min-width:340px;max-width:340px}@media only screen and (min-width: 760px){.algolia-autocomplete .ds-dropdown-menu{font-size:1em;min-width:400px;max-width:500px}}@media only screen and (min-width: 960px){.algolia-autocomplete .ds-dropdown-menu{min-width:500px;max-width:600px}}.algolia-autocomplete .algolia-docsearch-suggestion--subcategory-column-text .algolia-docsearch-suggestion--highlight{color:#0083C0;font-weight:bold;background:#c9e8f6}@media (min-width: 768px){.algolia-docsearch-suggestion{border-bottom-color:#7671df}.algolia-docsearch-suggestion--subcategory-column{border-right-color:#7671df;background-color:#F2F2FF;color:#4E4726}}kbd{background-color:inherit;border:1px solid #222;display:inline-block;font-size:.9em;padding:.1em .3em;border-radius:5px;transition:all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);box-shadow:0 1px 3px rgba(0,0,0,0.12),0 1px 2px rgba(0,0,0,0.24)}aside#toc{transition:-webkit-transform .3s ease-in-out;transition:transform .3s ease-in-out;position:fixed;top:50px;-webkit-transform:translateX(100%);transform:translateX(100%);background-color:#fff;right:0px;padding-left:10px;padding-right:10px;max-width:280px;transition:all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);box-shadow:0 1px 3px rgba(0,0,0,0.12),0 1px 2px rgba(0,0,0,0.24)}aside#toc header.toc-header{display:inline-block;width:100%;margin-top:24px}aside#toc header.toc-header>a h3{margin-top:0px;margin-bottom:0px;margin-left:8px;padding-bottom:0px;border-bottom:1px solid #222;color:#222;font-size:17px}aside#toc.toc-open{transition:-webkit-transform .3s ease-in-out;transition:transform .3s ease-in-out;-webkit-transform:translateX(0%);transform:translateX(0%);z-index:99}aside#toc .toc-inner-wrapper{position:relative;min-height:auto;max-height:calc(100vh - 50px);overflow-y:scroll}@media only screen and (min-width: 1200px){aside#toc{box-shadow:none;top:50px;right:0px;bottom:auto;opacity:1;min-height:calc(100vh - 50px - 140px);max-height:calc(100vh - 50px - 140px);-webkit-transform:translateX(0%);transform:translateX(0%);border-radius:0px;margin-right:1.5em;z-index:1}aside#toc .toc-inner-wrapper{position:relative;min-height:calc(100vh - 50px - 140px);max-height:calc(100vh - 50px)}aside#toc.toc-open{z-index:1}}nav#TableOfContents{position:relative;height:auto}nav#TableOfContents li code{font-family:"muli","Helvetica Neue","Helvetica","Roboto","Arial",sans-serif}nav#TableOfContents li.active>a>code{color:inherit;font-weight:inherit;font-family:"muli","Helvetica Neue","Helvetica","Roboto","Arial",sans-serif}nav#TableOfContents>ul:first-child{padding-left:0px;margin-left:0px;margin-top:.5em;margin-bottom:1em}nav#TableOfContents>ul:first-child>li{padding-left:0px;margin-left:0px;font-size:18px}nav#TableOfContents ul>li>ul li{line-height:1.2;font-size:16px;padding-left:8px;position:relative;margin-top:.5em;margin-bottom:.5em}nav#TableOfContents ul>li>ul li a{color:#222;position:relative}@media only screen and (min-width: 960px){nav#TableOfContents ul>li>ul li a:hover{color:#C9177E}nav#TableOfContents ul>li>ul li a:hover::before{content:'';display:inline-block;height:100%;border-left:1px solid #C9177E;position:absolute;left:-8px}nav#TableOfContents ul>li>ul li a:hover code{color:inherit}}nav#TableOfContents ul>li>ul li.active>a{position:relative;color:#C9177E;font-weight:400}nav#TableOfContents ul>li>ul li.active>a::before{content:'';display:inline-block;height:100%;border-left:2px solid #C9177E;position:absolute;left:-8px}nav#TableOfContents ul>li>ul li>ul{display:block;margin-top:8px;margin-bottom:0px}nav#TableOfContents ul>li>ul li>ul>li{font-size:14px}@media only screen and (min-width: 960px){nav#TableOfContents ul>li>ul li>ul>li a:hover{color:#0083C0}nav#TableOfContents ul>li>ul li>ul>li a:hover::before{content:'';display:inline-block;height:100%;border-left:1px solid #0083C0;position:absolute;left:-16px}}nav#TableOfContents ul>li>ul li>ul>li.active>a{color:#0083C0;font-weight:400}nav#TableOfContents ul>li>ul li>ul>li.active>a::before{border-left:2px solid #C9177E;left:-16px}.kebab{cursor:pointer;position:fixed;display:inline-block;box-sizing:border-box;padding:0 16px;top:12px;right:4px}.kebab .figure{width:6px;height:6px;border-radius:5px;background:#0083C0;margin:3px 0}.kebab .figure.middle{transition:all 0.3s ease-in-out;-webkit-transform:scale(1);transform:scale(1);position:relative;font-weight:400;left:0%}.kebab .figure.middle.active{-webkit-transform:scale(6.5);transform:scale(6.5);transition:all 0.3s ease-in-out;background:transparent}@media only screen and (min-width: 1200px){.kebab{display:none}}.cross{position:absolute;top:14px;left:50%;-webkit-transform:translate(-50%, -50%) scale(0);transform:translate(-50%, -50%) scale(0);margin-top:-1px;font-family:"muli","Helvetica Neue","Helvetica","Roboto","Arial",sans-serif;background-color:#C9177E;color:white;border-radius:50%;height:40px;width:40px;transition:all 0.3s ease-in-out;font-size:34px;line-height:40px;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;text-align:center}.cross.active{-webkit-transform:translate(-50%, -50%) scale(1);transform:translate(-50%, -50%) scale(1);transition:all 0.15s ease-in-out}.all-contents{padding-top:1em;font-size:.95em}.contents-list{box-shadow:none;background-color:transparent;color:#222;border-bottom:1px solid silver;margin-bottom:1em;position:relative;font-size:.95em}.contents-list a{width:100%;color:#222}.contents-list a:before,.contents-list a:after,.contents-list a:hover{background-color:transparent;border:none;color:#222}.contents-list h3{margin-top:0px;padding-top:0px;padding-bottom:2px;color:#C9177E}.contents-list p{margin-top:8px;margin-bottom:16px}.taxonomy-term{font-size:1.3em;display:inline-block;width:auto;clear:both}.list-icon{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.list-icon i.icon-link-external{position:relative;display:inline-block;margin-top:.1em}.list-icon-wrapper{max-width:1em;max-height:1em;margin-right:.2em}.list-icon-wrapper img{width:100%;height:auto;margin-bottom:0px;margin-left:auto;margin-right:auto;display:block}.last-modified{color:#737373;display:block;clear:both;min-width:200px;width:100%;max-width:100%;text-align:center;font-size:.8em;position:relative;border-bottom:2px solid #737373}#content-footer{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;max-width:100%;min-width:100%;min-height:60px;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:2em}#content-footer.overview{-ms-flex-pack:end;justify-content:flex-end}.cf-link{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;color:#737373}.cf-link h5{color:#737373}.cf-link:hover{background-color:#C9177E;color:#fff}.cf-link:hover h5{color:#fff}.icon-wrapper{display:inline-block;margin-right:6px;position:relative;min-height:60px;width:24px}.icon-wrapper i{font-size:24px;position:absolute;top:calc(50% - 12px)}.next-page{-ms-flex-pack:end;justify-content:flex-end;text-align:right;-ms-flex-item-align:end;align-self:flex-end}.page-info{margin:0px .5em 0px .5em}.page-info{display:inline-block;width:auto}.page-info span{font-size:.8em}.body-copy blockquote{position:relative;display:block;margin:0px;font-style:italic;background-color:#f8f8f8;padding:16px;margin-bottom:1em}.body-copy blockquote p{margin-bottom:0px;margin-top:16px}.body-copy blockquote p:first-child{margin-top:8px}.body-copy blockquote:before{font-family:'fontello';display:block;height:1em;width:1em;position:absolute;content:'\e819';color:silver;top:-3px;left:4px;font-size:1.2em;font-style:normal}.body-copy blockquote code,.body-copy blockquote pre{font-style:normal}.body-copy blockquote cite.blockquote-citation{position:relative;display:block;clear:both;text-align:left;line-height:2;font-size:.8em;font-style:normal}.breadcrumbs{list-style:none;display:inline-block;margin-top:3px}.breadcrumbs li{float:left}.breadcrumbs li a{color:#222;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;background:#D1F1FE;text-decoration:none;position:relative;height:30px;line-height:30px;padding:0 10px 0 5px;text-align:center;margin-right:23px;font-size:14px}.breadcrumbs li a img{height:20px;width:20px}.breadcrumbs li a span{margin-left:4px}.breadcrumbs li:nth-child(even){margin-left:-8px}.breadcrumbs li:nth-child(even) a{background-color:#D1F1FE}.breadcrumbs li:nth-child(even) a:before{border-color:#D1F1FE;border-left-color:transparent;height:30px;line-height:30px}.breadcrumbs li:nth-child(even) a:after{border-left-color:#D1F1FE}.breadcrumbs li:first-child a{padding-left:10px;border-radius:4px 0 0 4px}.breadcrumbs li:first-child a:before{border:none}.breadcrumbs li:last-child::not(first-child) a{padding-right:15px;border-radius:0 4px 4px 0}.breadcrumbs li:last-child::not(first-child) a:after{border:none}.breadcrumbs li a:before,.breadcrumbs li a:after{content:"";position:absolute;top:0;border:0 solid #D1F1FE;border-width:15px 6.666px;width:0;height:0}.breadcrumbs li a:before{left:-12px;border-left-color:transparent}.breadcrumbs li a:after{left:100%;border-color:transparent;border-left-color:#D1F1FE}.breadcrumbs li a:hover{background-color:#0083C0;color:#fff}.breadcrumbs li a:hover img{-webkit-filter:grayscale(0%);filter:grayscale(0%)}.breadcrumbs li a:hover:before{border-color:#0083C0;border-left-color:transparent}.breadcrumbs li a:hover:after{border-left-color:#0083C0}table{text-align:left;overflow-x:scroll;width:100%;max-width:100%;width:auto;display:block;border-left:2px solid #737373;margin:0px;font-size:16px;margin-bottom:1em}table tr{border-top:2px solid #737373}table tr th,table tr td{padding-left:4px;padding-right:6px}table tr th:last-child,table tr td:last-child{border-right:2px solid #737373}table.terms-table td{width:50%}table thead{width:100%;background-color:#000;color:#fff}table thead tr{min-width:100%}table thead tr th{padding-left:4px;padding-right:6px}@media only screen and (min-width: 760px){table thead tr th:last-child{min-width:220px}}table tbody{min-width:100%}table tbody tr{min-width:100%;background-color:#fff}table tbody tr:nth-child(even){background-color:#f8f8f8}table tbody tr:last-child{border-bottom:2px solid #737373}table tbody tr small{font-size:1em}table tbody td .purpose-title{font-style:italic;color:#C9177E;font-weight:bold}table tbody td.bf-default code{color:#0083C0;font-weight:bold}table tbody td.bf-flag code{color:#00A88A;font-weight:bold}table.utils-table tr{line-height:1.2}table.utils-table tr>td:first-child{min-width:220px}table tr td.col-date{min-width:140px;width:140px}.twitter-tweet.twitter-tweet-rendered{display:block;margin-left:auto;margin-right:auto}.body-copy>div{margin-bottom:1.5em}.cls-1{fill:#11485e}.cls-2{fill:#7fc2e2}.cls-3{fill:#d8d5d5}.cls-4{fill:#131413}.cls-5{fill:#fff}.cls-6{fill:#b28f82}.cls-7{fill:#231f20}.cls-8{fill:#418cbd}.eye{-webkit-animation:squeeze 2.4s infinite;animation:squeeze 2.4s infinite}.nose{-webkit-animation:nose 2s infinite ease;animation:nose 2s infinite ease}.gopher{-webkit-transform:translateY(120px);transform:translateY(120px);-webkit-animation:start .8s forwards ease-in-out;animation:start .8s forwards ease-in-out}@-webkit-keyframes nose{80%{-webkit-transform:none;transform:none}83%{-webkit-transform:translateX(7.5px) scaleX(0.9);transform:translateX(7.5px) scaleX(0.9)}90%{-webkit-transform:none;transform:none}93%{-webkit-transform:translateX(7.5px) scaleX(0.9);transform:translateX(7.5px) scaleX(0.9)}100%{-webkit-transform:none;transform:none}}@keyframes nose{80%{-webkit-transform:none;transform:none}83%{-webkit-transform:translateX(7.5px) scaleX(0.9);transform:translateX(7.5px) scaleX(0.9)}90%{-webkit-transform:none;transform:none}93%{-webkit-transform:translateX(7.5px) scaleX(0.9);transform:translateX(7.5px) scaleX(0.9)}100%{-webkit-transform:none;transform:none}}@-webkit-keyframes squeeze{90%{-webkit-transform:none;transform:none;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}93%{-webkit-transform:translateY(70px) scaleY(0.1);transform:translateY(70px) scaleY(0.1)}100%{-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}}@keyframes squeeze{90%{-webkit-transform:none;transform:none;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}93%{-webkit-transform:translateY(70px) scaleY(0.1);transform:translateY(70px) scaleY(0.1)}100%{-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}}@media all{.featherlight{display:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:2147483647;text-align:center;white-space:nowrap;cursor:pointer;background:#333}.featherlight:last-of-type{background:rgba(0,0,0,0.8)}.featherlight:before{content:'';display:inline-block;height:100%;vertical-align:middle;margin-right:-0.25em}.featherlight .featherlight-content{position:relative;text-align:left;vertical-align:middle;display:inline-block;overflow:auto;border-radius:0px;padding:0px;border-bottom:0px solid transparent;margin-left:5%;margin-right:5%;max-height:95%;background:#fff;cursor:auto;white-space:normal}.featherlight .featherlight-inner{display:block}.featherlight .featherlight-close-icon{position:absolute;z-index:9999;top:0;right:0;font-size:1.1em;line-height:2em;width:2em;cursor:pointer;text-align:center;font-family:Arial, sans-serif;background-color:rgba(255,255,255,0.8);color:#222}.featherlight .featherlight-image{width:100%}.featherlight-iframe .featherlight-content{border-bottom:0;padding:0}.featherlight iframe{border:none}.featherlight *{box-sizing:border-box}}@media only screen and (max-width: 1024px){.featherlight .featherlight-content{margin-left:10px;margin-right:10px;max-height:98%}}a.image-link:hover{border-bottom:0px solid transparent !important;cursor:zoom-in}.animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.animated.infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animated.hinge{-webkit-animation-duration:2s;animation-duration:2s}animated.bounceIn,.animated.bounceOut,.animated.flipOutX,.animated.flipOutY{-webkit-animation-duration:.75s;animation-duration:.75s}@-webkit-keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;-webkit-transform:scale3d(0.3, 0.3, 0.3);transform:scale3d(0.3, 0.3, 0.3)}20%{-webkit-transform:scale3d(1.1, 1.1, 1.1);transform:scale3d(1.1, 1.1, 1.1)}40%{-webkit-transform:scale3d(0.9, 0.9, 0.9);transform:scale3d(0.9, 0.9, 0.9)}60%{opacity:1;-webkit-transform:scale3d(1.03, 1.03, 1.03);transform:scale3d(1.03, 1.03, 1.03)}80%{-webkit-transform:scale3d(0.97, 0.97, 0.97);transform:scale3d(0.97, 0.97, 0.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;-webkit-transform:scale3d(0.3, 0.3, 0.3);transform:scale3d(0.3, 0.3, 0.3)}20%{-webkit-transform:scale3d(1.1, 1.1, 1.1);transform:scale3d(1.1, 1.1, 1.1)}40%{-webkit-transform:scale3d(0.9, 0.9, 0.9);transform:scale3d(0.9, 0.9, 0.9)}60%{opacity:1;-webkit-transform:scale3d(1.03, 1.03, 1.03);transform:scale3d(1.03, 1.03, 1.03)}80%{-webkit-transform:scale3d(0.97, 0.97, 0.97);transform:scale3d(0.97, 0.97, 0.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}.bounceIn{-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0, -100%, 0);transform:translate3d(0, -100%, 0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0, -100%, 0);transform:translate3d(0, -100%, 0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}.site-header{width:100%;height:50px;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;margin:0px;background-color:#fff;color:#000;position:fixed;top:0px;left:0px;z-index:20;transition:all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);box-shadow:0 1px 3px rgba(0,0,0,0.12),0 1px 2px rgba(0,0,0,0.24)}@media only screen and (min-width: 960px){.site-header{-ms-flex-pack:justify;justify-content:space-between}}.site-header .hugo-meta{display:-ms-flexbox;display:flex;width:100%;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}@media only screen and (min-width: 960px){.site-header .hugo-meta{float:left;width:auto;-ms-flex-pack:start;justify-content:flex-start}}.site-header #home-link{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;font-size:.8em;margin-left:-1em}.site-header #home-link img{height:35px;max-height:35px;margin-right:.25em}.site-header #home-link .hugo-v{-ms-flex-item-align:end;align-self:flex-end;font-size:.9em}@media only screen and (min-width: 960px){.site-header #home-link{margin-left:1em}}.site-header a.github-button{display:none}@media only screen and (min-width: 760px){.site-header a.github-button{display:inline}}.site-header iframe[src^="https://buttons.github.io"]{display:none;margin-left:1em}@media only screen and (min-width: 760px){.site-header iframe[src^="https://buttons.github.io"]{display:inline}}.site-navigation::-webkit-scrollbar{display:none}.site-navigation{transition:-webkit-transform .3s ease-in-out;transition:transform .3s ease-in-out;position:fixed;left:0px;top:0px;width:250px;bottom:0px;overflow-y:scroll;background-color:#f8f8f8;-webkit-transform:translateX(-250px);transform:translateX(-250px);padding:0px;z-index:9;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;padding-bottom:2em}.site-navigation::-webkit-scrollbar{display:none}.site-navigation.navigation-open{transition:-webkit-transform .3s ease-in-out;transition:transform .3s ease-in-out;-webkit-transform:translateX(0px);transform:translateX(0px)}@media only screen and (min-width: 960px){.site-navigation{-webkit-transform:translateX(0px);transform:translateX(0px)}}.site-navigation ul li a{display:-ms-flexbox;display:flex}.site-navigation ul.top-menu{margin-top:80px;margin-bottom:30px;width:85%}@media only screen and (min-width: 960px){.site-navigation ul.top-menu{margin-top:60px}}.site-navigation ul.top-menu a{color:#222;font-weight:400;width:100%}.site-navigation ul.top-menu a:hover{color:#C9177E}.site-navigation ul.top-menu li{padding-left:0px;line-height:1.2;padding-top:.75em}.site-navigation ul.top-menu li ul li{padding-left:.3em}.site-navigation ul.top-menu a.top-menu-item-link{font-size:16px;width:100%}.site-navigation ul.top-menu a.top-menu-item-link i.fa.fa-angle-double-right{margin-left:.25em}.site-navigation ul.top-menu a.top-menu-item-link.active-section{color:#C9177E;font-weight:700}.site-navigation ul.top-menu a.top-menu-item-link.active-section+ul.submenu{display:block;border-left:2px solid #C9177E}.site-navigation ul.top-menu ul.submenu{display:none;margin-left:.2em;padding-left:.5em;padding-bottom:.66em}.site-navigation ul.top-menu ul.submenu li{line-height:1.3}.site-navigation ul.top-menu ul.submenu a.submenu-item-link{font-size:14px}.site-navigation ul.top-menu ul.submenu a.submenu-item-link:hover{color:#0083C0}.site-navigation ul.top-menu ul.submenu a.submenu-item-link.active-page{font-weight:700;color:#0083C0}.site-navigation ul.top-menu ul.submenu a.submenu-item-link.active-page>code{color:#0083C0}.site-navigation ul.top-menu ul.submenu a.submenu-item-link.active-page>code>em{font-style:normal;family:"muli","Helvetica Neue","Helvetica","Roboto","Arial",sans-serif}.nav-buttons{display:block;margin-left:auto;margin-right:auto;max-width:200px}.nav-buttons a{margin-bottom:.5em;display:inline-block;width:200px;max-width:200px;position:relative;font-size:.9em}.navigation-toggle-wrapper{width:50px;height:50px;position:fixed;top:2px;left:0px;z-index:20}.navigation-toggle-wrapper h4.menu{display:inline-block;position:absolute;bottom:-1em;left:.8em;color:#0083C0;display:none}@media only screen and (min-width: 960px){.navigation-toggle-wrapper{display:none}}.navigation-toggle-wrapper.navigation-open .top{-webkit-transform:rotate(45deg);transform:rotate(45deg);top:42%;border-radius:5px;border-color:#C9177E}.navigation-toggle-wrapper.navigation-open .middle{width:30px;height:30px;top:9%;border-radius:50%;background-color:#fff;border-color:#fff;opacity:0.3}.navigation-toggle-wrapper.navigation-open .bottom{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);top:41%;border-radius:5px;background-color:#C9177E;border-color:#C9177E}.bar{width:30px;height:2px;border:2px solid #0083C0;background-color:#0083C0;position:absolute;border-radius:10px}.bar.navigation-open{background-color:#C9177E;border:2px solid #C9177E}.top{left:15%;top:30%;transition:all 0.5s}.middle{left:15%;top:43%;transition:all 0.5s}.bottom{left:15%;top:60%;transition:all 0.5s}#all-content-wrapper{margin-top:50px;z-index:5;transition:all .3s ease-in-out;opacity:1;overflow-x:hidden}@media only screen and (min-width: 960px){#all-content-wrapper{margin-left:250px}}#all-content-wrapper.navigation-open{transition:all .3s ease-in-out;-webkit-transform:translateX(250px);transform:translateX(250px);opacity:.4;overflow-x:hidden}@media only screen and (min-width: 960px){#all-content-wrapper.navigation-open{opacity:1;-webkit-transform:translateX(0px);transform:translateX(0px);overflow-x:hidden}}main.main{width:100%;display:block;margin-left:auto;margin-right:auto;position:relative;min-height:calc(100vh - 100px)}@media only screen and (min-width: 1200px){main.main{width:100%;margin-right:0px;max-width:calc(100vw - 500px - 20px);float:left;padding-left:0px;padding-right:0px}}.content{width:90%;margin-left:auto;margin-right:auto}@media only screen and (min-width: 960px){.content{float:left;margin-left:5%;margin-right:auto;max-width:90%}}@media only screen and (min-width: 1200px){.content{min-width:90%;max-width:90%}}header.content-header{display:block;clear:both;width:100%;position:relative;margin-top:24px;overflow-x:hidden;margin-bottom:1em}.content-section-image-wrapper{margin-bottom:1em}.content-section-image-wrapper a{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;color:#222}.content-section-image-wrapper a img{width:20px}.content-section-image-wrapper a span{font-size:.8em;margin-left:.25em}.content-header-links{display:none;position:absolute;right:1px;top:1px;text-transform:uppercase;width:auto;overflow:visible}@media only screen and (min-width: 760px){.content-header-links{display:block}}.content-header-links a{position:relative;display:inline-block;color:#222;padding:4px 6px;vertical-align:middle;height:36px;width:36px;line-height:36px;text-align:center;border-radius:3px;transition:all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);box-shadow:0 1px 3px rgba(0,0,0,0.12),0 1px 2px rgba(0,0,0,0.24)}.content-header-links a:hover{color:#222}.content-header-links a i.icon-pencil{font-size:20px;position:relative;bottom:4px;right:2px}.content-header-links a svg{height:24px;width:24px;display:inline}.content-header-links a.godoc-link{border-right-width:0px}.body-copy{margin-top:0px;margin-bottom:2.5em;display:block;overflow:visible}.body-copy div+h2{margin-top:1em}.body-copy em{font-weight:inherit}main.showcase-list{width:90%;max-width:1200px;margin-left:auto;margin-right:auto}@media only screen and (min-width: 1200px){main.showcase-list{margin-left:5%}}#showcase{display:-ms-flexbox;display:flex;list-style:none;padding-left:0px;margin-left:0px;width:100%;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:justify;justify-content:space-between}#showcase li.showcase-site{list-style:none;padding-left:0px;margin-left:0px;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;width:100%;transition:all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);box-shadow:0 1px 3px rgba(0,0,0,0.12),0 1px 2px rgba(0,0,0,0.24);margin-bottom:1.5em}@media only screen and (min-width: 760px){#showcase li.showcase-site{width:48%}}@media only screen and (min-width: 1200px){#showcase li.showcase-site{width:32%}}#showcase li.showcase-site .image-wrapper{width:100%;max-width:100%}#showcase li.showcase-site .image-wrapper img{width:100%;max-width:100%;border-bottom:1px solid #d9d9d9}#showcase li.showcase-site ul.tags{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%}#showcase li.showcase-site ul.tags li{margin-bottom:.25em;-ms-flex-item-align:start;align-self:flex-start;width:auto}#showcase li.showcase-site ul.tags li a{font-size:12px}#showcase li.showcase-site ul.tags li.tags-icon-li{box-shadow:none}#showcase li.showcase-site .showcase-meta{padding:10px}#showcase li.showcase-site .showcase-meta .showcase-links{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center;font-size:.8em}#showcase li.showcase-site .showcase-meta .showcase-links .showcase-source{font-size:.8em;text-transform:uppercase}#showcase li.showcase-site .showcase-meta .showcase-links .showcase-title{font-weight:bold}#showcase li.showcase-site .showcase-meta .showcase-links .showcase-title a{font-weight:bold}.showcase-source>a:before{font-family:'fontello';content:'\f121'}.showcase-source>a[href*="github"]:before{content:'\f056'}.showcase-source>a[href*="gitlab"]:before{content:'\f296'}.showcase-source>a[href*="bitbucket"]:before{content:'\e80a'}#site-footer{transition:-webkit-transform .3s ease-in-out;transition:transform .3s ease-in-out;background-color:#000;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;height:auto;padding-bottom:1em;z-index:20}#site-footer.navigation-open{transition:-webkit-transform .3s ease-in-out;transition:transform .3s ease-in-out;-webkit-transform:translateX(250px);transform:translateX(250px)}@media only screen and (min-width: 760px){#site-footer{-ms-flex-direction:row;flex-direction:row}}@media only screen and (min-width: 960px){#site-footer{width:calc(100% - 250px);margin-left:250px;height:140px}}.footer-content{width:90%;margin-left:auto;margin-right:auto;color:#fff;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;max-width:760px}.footer-content .footer-info{width:100%}.footer-content .footer-info span{width:100%;display:block;text-align:center;margin-top:1em}@media only screen and (min-width: 760px){.footer-content .footer-info span{margin-top:0px}}@media only screen and (min-width: 760px){.footer-content .footer-info{width:200px}}.footer-content img{max-width:140px;margin-left:auto;margin-right:auto;display:block}@media only screen and (min-width: 760px){.footer-content{-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.footer-content div{min-width:120px}}.footer-list{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;color:#fff;list-style:none;margin-left:0px;padding-left:0px;max-width:auto;margin-right:2em;margin:0px;-ms-flex-wrap:wrap;flex-wrap:wrap}.footer-list ul{list-style:none}.footer-list ul li a{color:#fff;font-size:.8em}#site-footer.homepage{width:100vw;margin-left:0px}#homepage-nav{transition:box-shadow .2s ease-in-out;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:100%;position:fixed;top:0px;left:0px;z-index:50;min-height:50px;max-height:50px;background-color:#fff}#homepage-nav.shadow{transition:box-shadow .2s ease-in-out;transition:all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);box-shadow:0 1px 3px rgba(0,0,0,0.12),0 1px 2px rgba(0,0,0,0.24)}ul.animated{margin-top:0px;margin-bottom:0px;max-width:400px;min-width:240px;text-align:center;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center}@media only screen and (min-width: 760px){ul.animated{min-width:320px}}ul.animated li{display:-ms-flexbox;display:flex}ul.animated li a{color:#737373}ul.animated li a:hover{color:#C9177E}#all-content-wrapper.home{margin-left:0px;margin-top:0px}@media only screen and (min-width: 760px){#all-content-wrapper.home{margin-left:0px}}#all-content-wrapper.home main#homepage.main{margin-left:0px;width:100vw;min-width:100vw}#homepage-nav+#toggle-search{right:1em;top:.25em}@media only screen and (min-width: 960px){#homepage-nav+#toggle-search+#site-search-form{right:.6em}}.home-row{min-height:auto;display:-ms-flexbox;display:flex}.home-row.hero{margin-top:50px;min-height:auto;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center}.home-row.hero.animated{opacity:0}.home-row:nth-child(2){background-color:#f0f0f0}.home-row:nth-child(3){background-color:#fff}.home-row.install{background-color:#222}.home-row:nth-child(5){background-color:#0083C0}.homepage-icon{display:block;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;width:90%;max-width:540px;margin-top:5em;margin-right:auto;margin-left:auto}.get-started{margin-bottom:5em}.get-started .button.xl{display:block;margin-top:1.5em;font-size:1.3em;padding-right:1em;padding-left:1em;width:auto;max-width:12em;margin-left:auto;margin-right:auto}.hero-tagline{color:#737373;font-size:1.2em;text-align:center;line-height:1.3;font-weight:400;margin-top:1.5em;font-style:normal;max-width:90%}@media only screen and (min-width: 760px){.hero-tagline{font-size:1.5em}}.home-row-content{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;max-width:960px;margin-left:auto;margin-right:auto;margin-top:4rem;margin-bottom:4rem;width:90%}.home-row-content h2{text-align:left;width:100%;text-align:center;margin-bottom:1em}.home-row-content h2 span{font-size:.7em;font-weight:300;color:#555}@media only screen and (min-width: 760px){.home-row-content{-ms-flex-wrap:nowrap;flex-wrap:nowrap}}@media only screen and (min-width: 1200px){.home-row-content{-ms-flex-pack:distribute;justify-content:space-around}}.home-row-content.first-fade{opacity:0}.home-row-content-focus{display:-ms-flexbox;display:flex;-ms-flex-pack:distribute;justify-content:space-around;max-width:760px;text-align:center}.home-row-content-focus hr{border-top:1px solid #222;height:0px}.home-row-content-focus .svg-wrapper{margin-left:auto;margin-right:auto;max-width:200px}.home-row-content-focus .svg-wrapper svg{max-width:200px}.home-row-content-features{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:distribute;justify-content:space-around;width:85%}.home-row-content-features .home-row-content-feature{margin-bottom:2em;max-width:297.6px}.home-row-content-features .home-row-content-feature h3{margin-bottom:.2em;padding-bottom:0px;font-weight:500;border-bottom:1px solid white;font-size:1.1em}.home-row-content-features .home-row-content-feature .homepage-feature-content{color:#555;font-weight:300;line-height:1.3;font-size:.9em}.home-row-content-features .home-row-content-feature .homepage-feature-content p{color:#6f6f6f}.home-row-content-features .home-row-content-feature .homepage-feature-content code:first-child{margin-right:.25em}.half{width:90%;margin-left:auto;margin-right:auto;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;max-width:100%;-ms-flex-align:center;align-items:center}@media only screen and (min-width: 960px){.half{width:384px;max-width:384px}}.half.half-content{-ms-flex-align:start;align-items:flex-start;-ms-flex-pack:justify;justify-content:space-between;padding-top:30px}.half.half-content h2{width:100%;font-size:22px;text-align:center;font-weight:500;line-height:1.3}@media only screen and (min-width: 760px){.half.half-content h2{margin-top:0px}}.half.half-content p{text-align:center;margin-left:auto;margin-right:auto;max-width:100%}.half.half-content hr,.half.half-content .hr{border:0;height:1px;opacity:1;background-image:linear-gradient(to right, transparent, rgba(0,0,0,0.75), transparent);width:100%;margin-bottom:2.5em;margin-top:2.5em}.homepage-terminal{font-family:"robotomono",courier,monospace;background-color:#737373;padding:1em 1.5em;text-align:left;width:110%;position:relative;left:-5%;max-width:360px;transition:all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);box-shadow:0 3px 6px rgba(0,0,0,0.16),0 3px 6px rgba(0,0,0,0.23);border-radius:5px;margin-top:1em;margin-right:auto;margin-left:auto;font-size:14px;margin-bottom:0px;color:transparent}@media only screen and (min-width: 760px){.homepage-terminal{width:100%;left:auto}}.homepage-terminal span{color:transparent}.homepage-terminal .blast{color:#fff}.svgs{display:-ms-flexbox;display:flex;-ms-flex-pack:distribute;justify-content:space-around;position:relative}.svgs svg,.svgs .img-wrapper{max-width:45%;max-width:140px}.svgs svg#markdown,.svgs .img-wrapper#markdown{margin-top:30px}@media only screen and (min-width: 960px){.svgs{margin-top:3.5em}}#hugopher-front{width:300px;position:relative}#hugopher-front .eye{-webkit-animation:squeeze 2.4s infinite;animation:squeeze 2.4s infinite}.gopher-badge{opacity:0;width:50px;position:absolute;top:24px}.gopher-cape{opacity:0}.eyes{-webkit-animation:squeeze 2.4s infinite;animation:squeeze 2.4s infinite}@keyframes squeeze{90%{-webkit-transform:none;transform:none;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}93%{-webkit-transform:translateY(70px) scaleY(0.1);transform:translateY(70px) scaleY(0.1)}100%{-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}}.home-row-content-install{color:#fff}.home-row-content-install .platform-icons{display:-ms-flexbox;display:flex;width:100%;color:#fff;-ms-flex-pack:justify;justify-content:space-between}.home-row-content-install .platform-icons i{font-size:40px}@media only screen and (min-width: 760px){.home-row-content-install .platform-icons i{font-size:60px}}.home-row-content-tweets{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:distribute;justify-content:space-around}.home-row-content-tweets h2{color:#fff}@media only screen and (min-width: 760px){.home-row-content-tweets{max-width:640px}}@media only screen and (min-width: 760px){.home-row-content-tweets{max-width:960px}}.homepage-tweet{max-width:300px;background-color:#fff;margin-bottom:20px;border-radius:4px;position:relative}.homepage-tweet i.icon-twitter{position:absolute;top:10px;right:10px;color:#1DA1F2}.homepage-tweet .homepage-tweet-attribution{font-style:normal;width:100%;display:block;font-size:.8em;text-align:right}.home-row-content-open-source{-ms-flex-wrap:wrap;flex-wrap:wrap}.home-row-content-open-source div{width:100%;text-align:center}.home-row-content-open-source i.icon-github{font-size:62px}@media only screen and (min-width: 760px){.home-row-content-open-source i.icon-github{font-size:90px}}.home-row-content-open-source i.icon-love{color:red}.no-js{opacity:1 !important}.body-copy[data-section="commands"]>h2:nth-of-type(1){display:none}.body-copy[data-section="commands"] h3{font-size:1.6em}.body-copy[data-section="commands"] h4{font-size:1.2em}.body-copy[data-section="commands"] h5{font-size:1.1em;margin-top:1em;margin-bottom:1em;color:#737373}.wip{background-color:#C9177E;color:white;position:absolute;left:40px;top:40px;-webkit-transform:rotate(-10deg);transform:rotate(-10deg);font-weight:bold;width:130px;font-size:20px;padding:6px;z-index:9999;overflow:visible;text-align:center;border-radius:15px;transition:all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);box-shadow:0 19px 38px rgba(0,0,0,0.3),0 15px 12px rgba(0,0,0,0.22)}#outdated{background-color:#0083C0;color:white;position:absolute;right:40px;top:20px;-webkit-transform:rotate(10deg);transform:rotate(10deg);font-weight:bold;width:200px;font-size:32px;padding:6px;z-index:9999;overflow:visible;text-align:center;border-radius:15px;transition:all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);box-shadow:0 19px 38px rgba(0,0,0,0.3),0 15px 12px rgba(0,0,0,0.22)} +/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}h1{font-size:2em;margin:0.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace, monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto}input[type="search"]{-webkit-appearance:textfield;box-sizing:content-box;border-radius:0px !important;outline:none}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:bold}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}html{box-sizing:border-box}*,*:before,*:after{box-sizing:inherit}html,body{margin:0px;padding:0px;outline:none;border:none;font-size:18px;font-family:"muli","Helvetica Neue","Helvetica","Roboto","Arial",sans-serif;color:#222;line-height:1.6;font-weight:400;overflow-x:hidden}html,body{overflow-y:auto !important;-webkit-overflow-scrolling:touch !important}body{font-size:93%;overflow-x:hidden;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}@media only screen and (min-width: 760px){body{font-size:97%}}@media only screen and (min-width: 960px){body{font-size:100%}}strong{font-weight:700;color:#222}p{margin-top:0px;margin-bottom:1.5em;line-height:1.6}::-webkit-scrollbar{display:none}@font-face{font-family:'fontello';src:url("/fonts/fontello/fontello.eot?12848190");src:url("/fonts/fontello/fontello.eot?12848190#iefix") format("embedded-opentype"),url("/fonts/fontello/fontello.woff2?12848190") format("woff2"),url("/fonts/fontello/fontello.woff?12848190") format("woff"),url("/fonts/fontello/fontello.ttf?12848190") format("truetype"),url("/fonts/fontello/fontello.svg?12848190#fontello") format("svg");font-weight:normal;font-style:normal}[class^="icon-"]:before,[class*=" icon-"]:before{font-family:"fontello";font-style:normal;font-weight:normal;speak:none;display:inline-block;text-decoration:inherit;width:1em;margin-right:.2em;text-align:center;font-variant:normal;text-transform:none;line-height:1em;margin-left:.2em;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-apple:before{content:'\f179'}.icon-attach:before{content:'\e814'}.icon-attention:before{content:'\e815'}.icon-bash:before{content:'\e808'}.icon-bitbucket:before{content:'\e80a'}.icon-cancel:before{content:'\e80e'}.icon-chrome:before{content:'\e841'}.icon-clipboard:before{content:'\f0c5'}.icon-clock:before{content:'\e817'}.icon-code:before{content:'\f121'}.icon-cog-alt:before{content:'\e816'}.icon-copy:before{content:'\f0c5'}.icon-discuss:before{content:'\f03d'}.icon-docs:before{content:'\f0c5'}.icon-download:before{content:'\e806'}.icon-edge:before{content:'\f282'}.icon-file-pdf:before{content:'\f1c1'}.icon-firefox:before{content:'\e840'}.icon-forum:before{content:'\f03d'}.icon-forums:before{content:'\f03d'}.icon-freebsd:before{content:'\e800'}.icon-git:before{content:'\f1d3'}.icon-github-alt:before{content:'\f056'}.icon-github:before{content:'\f09b'}.icon-gitlab:before{content:'\f296'}.icon-gitter:before{content:'\e805'}.icon-golang:before{content:'\e801'}.icon-heart:before{content:'\e804'}.icon-home:before{content:'\e813'}.icon-html:before{content:'\f13b'}.icon-hugo:before{content:'\e802'}.icon-ie:before{content:'\e843'}.icon-javascript:before{content:'\e81d'}.icon-js:before{content:'\e81d'}.icon-link-external:before{content:'\f08e'}.icon-link:before{content:'\e812'}.icon-linux:before{content:'\f17c'}.icon-mail-alt:before{content:'\f0e0'}.icon-md:before{content:'\e818'}.icon-netlify:before{content:'\e80b'}.icon-next:before{content:'\e81b'}.icon-opera:before{content:'\e842'}.icon-pdf:before{content:'\f1c1'}.icon-pencil:before{content:'\e807'}.icon-pin:before{content:'\e811'}.icon-prev:before{content:'\e81c'}.icon-quote-left:before{content:'\e819'}.icon-quote-right:before{content:'\e81a'}.icon-search:before{content:'\e803'}.icon-tag:before{content:'\e80d'}.icon-tags:before{content:'\e80c'}.icon-thumbs-down:before{content:'\e810'}.icon-thumbs-up:before{content:'\e80f'}.icon-twitter:before{content:'\f099'}.icon-video-play-button:before{content:'\f16a'}.icon-wercker:before{content:'\e809'}.icon-windows:before{content:'\f17a'}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}@font-face{font-family:"muli";src:url("/fonts/muli/muli-400-webfont.woff2") format("woff2"),url("/fonts/muli/muli-400-webfont.woff") format("woff"),url("/fonts/muli/muli-400-webfont.ttf") format("truetype");font-weight:400;font-style:normal}@font-face{font-family:"muli";src:url("/fonts/muli/muli-400-italic-webfont.woff2") format("woff2"),url("/fonts/muli/muli-400-italic-webfont.woff") format("woff"),url("/fonts/muli/muli-400-italic-webfont.ttf") format("truetype");font-weight:400;font-style:italic}@font-face{font-family:"muli";src:url("/fonts/muli/muli-600-webfont.woff2") format("woff2"),url("/fonts/muli/muli-600-webfont.woff") format("woff"),url("/fonts/muli/muli-600-webfont.ttf") format("truetype");font-weight:600;font-style:normal}@font-face{font-family:"muli";src:url("/fonts/muli/muli-600-italic-webfont.woff2") format("woff2"),url("/fonts/muli/muli-600-italic-webfont.woff") format("woff"),url("/fonts/muli/muli-600-italic-webfont.ttf") format("truetype");font-weight:600;font-style:italic}@font-face{font-family:"muli";src:url("/fonts/muli/muli-700-webfont.woff2") format("woff2"),url("/fonts/muli/muli-700-webfont.woff") format("woff"),url("/fonts/muli/muli-700-webfont.ttf") format("truetype");font-weight:700;font-style:normal}@font-face{font-family:"muli";src:url("/fonts/muli/muli-700-italic-webfont.woff2") format("woff2"),url("/fonts/muli/muli-700-italic-webfont.woff") format("woff"),url("/fonts/muli/muli-700-italic-webfont.ttf") format("truetype");font-weight:700;font-style:italic}@font-face{font-family:"robotomono";src:url("/fonts/robotomono/robotomono-400-webfont.woff2") format("woff2"),url("/fonts/robotomono/robotomono-400-webfont.woff") format("woff"),url("/fonts/robotomono/robotomono-400-webfont.ttf") format("truetype");font-weight:400;font-style:normal}@font-face{font-family:"robotomono";src:url("/fonts/robotomono/robotomono-400-italic-webfont.woff2") format("woff2"),url("/fonts/robotomono/robotomono-400-italic-webfont.woff") format("woff"),url("/fonts/robotomono/robotomono-400-italic-webfont.ttf") format("truetype");font-weight:400;font-style:italic}@font-face{font-family:"robotomono";src:url("/fonts/robotomono/robotomono-500-webfont.woff2") format("woff2"),url("/fonts/robotomono/robotomono-500-webfont.woff") format("woff"),url("/fonts/robotomono/robotomono-500-webfont.ttf") format("truetype");font-weight:500;font-style:normal}@font-face{font-family:"robotomono";src:url("/fonts/robotomono/robotomono-500-italic-webfont.woff2") format("woff2"),url("/fonts/robotomono/robotomono-500-italic-webfont.woff") format("woff"),url("/fonts/robotomono/robotomono-500-italic-webfont.ttf") format("truetype");font-weight:500;font-style:italic}h1,h2,h3,h4,h5,h6{font-family:"muli","Helvetica Neue","Helvetica","Roboto","Arial",sans-serif;font-weight:600;margin:0px;line-height:1.15;position:relative}h1>code,h1>a,h2>code,h2>a,h3>code,h3>a,h4>code,h4>a,h5>code,h5>a,h6>code,h6>a{font-weight:600}h1.page-title{font-size:1.8em;line-height:1.2;letter-spacing:-.021em;padding-bottom:0px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;margin-bottom:8px;font-weight:600}@media only screen and (min-width: 760px){h1.page-title{font-size:2.3em}}@media only screen and (min-width: 960px){h1.page-title{font-size:2.3em}}@media only screen and (min-width: 1200px){h1.page-title{font-size:2.3em}}@media only screen and (min-width: 760px){h1.page-title{padding-top:0px}}h1.page-title img{display:inline;height:1em;width:1em;margin-right:.15em}h1.page-title i[class^="icon-"]{margin-left:-.15em;margin-right:.15em}h1.page-title.commands,h1.page-title.functions{font-family:"robotomono",courier,monospace;font-weight:400}h2,h3{padding-bottom:24px}h2{font-size:1.4em}@media only screen and (min-width: 760px){h2{font-size:1.6em}}@media only screen and (min-width: 960px){h2{font-size:1.6em}}@media only screen and (min-width: 1200px){h2{font-size:1.6em}}h2.contents-list-heading{text-transform:uppercase;color:#737373}h2.contents-list-heading em{font-style:normal}h3{font-size:1.2em}@media only screen and (min-width: 760px){h3{font-size:1.2em}}@media only screen and (min-width: 960px){h3{font-size:1.2em}}@media only screen and (min-width: 1200px){h3{font-size:1.2em}}h4{font-size:1.1em;margin-top:1em;margin-bottom:1em;color:#737373}h5{font-size:1em;font-weight:600;margin-bottom:1em;color:#222}.functions,.commands{font-family:"robotomono",courier,monospace;font-weight:500;color:inherit}.functions>em,.commands>em{font-style:normal;font-family:"muli","Helvetica Neue","Helvetica","Roboto","Arial",sans-serif;padding-left:.25em;padding-right:.25em;font-size:.8em;position:relative;margin-bottom:.3em}.submenu-item:first-child a.submenu-item-link.functions{font-family:"muli","Helvetica Neue","Helvetica","Roboto","Arial",sans-serif}hr{border-top:3px double #222}button,a[role="button"]{background-color:#0083C0;color:#fff;border:none;outline:none;border-radius:3px;padding:.25em .5em;font-size:1em;box-shadow:none;text-align:center;transition:all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);box-shadow:0 1px 3px rgba(0,0,0,0.12),0 1px 2px rgba(0,0,0,0.24)}button:hover,a[role="button"]:hover{transition:box-shadow 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);box-shadow:0 10px 20px rgba(0,0,0,0.19),0 6px 6px rgba(0,0,0,0.23)}.navbutton__wrapper{position:fixed;top:24px;left:24px;z-index:99}@media only screen and (min-width: 960px){.navbutton__wrapper{display:none}}.nav__wrapper--active:before{content:'';width:40px;height:40px;border-radius:50%;background-color:#0083C0;position:absolute;top:-20px;right:-20px;z-index:1;padding:0;margin:0;overflow:hidden;transition:box-shadow 1s}.trigger{width:40px;height:2px;border-radius:50%;background-color:#fff;position:absolute;top:-20px;right:-20px;z-index:2;padding:19px 0 21px;margin:0;overflow:hidden;transition:background 1s, box-shadow 1s}.nav__trigger{position:relative;list-style-type:none;padding:0;margin:0;z-index:4}.nav__trigger .nav__trigger-item{height:3px;width:20px;background-color:#0083C0;display:block;position:absolute;left:50%;margin-left:-10px}.nav__wrapper--active .trigger{background-color:#C9177E}.nav__trigger .nav__trigger-item.nav__trigger-item--first{top:-8px;transition:top .5s .4s ease, -webkit-transform .4s ease;transition:top .5s .4s ease, transform .4s ease;background-color:#0083C0}.nav__trigger .nav__trigger-item.nav__trigger-item--second{top:0;transition:opacity .3s .4s ease}.nav__trigger .nav__trigger-item.nav__trigger-item--third{top:8px;transition:top .5s .4s ease, -webkit-transform .4s ease;transition:top .5s .4s ease, transform .4s ease;background-color:#0083C0}.nav__wrapper--active .nav__trigger-item{background-color:#fff}.nav__wrapper--active .nav__trigger-item.nav__trigger-item--first{top:0px;-webkit-transform:rotate(45deg);transform:rotate(45deg);transition:top .4s ease, -webkit-transform .5s .4s ease;transition:top .4s ease, transform .5s .4s ease;background-color:#fff}.nav__wrapper--active .nav__trigger-item.nav__trigger-item--second{opacity:0}.nav__wrapper--active .nav__trigger-item.nav__trigger-item--third{top:0px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);background-color:#fff;transition:top .4s ease, -webkit-transform .5s .4s ease;transition:top .4s ease, transform .5s .4s ease}nav ul,nav ol,aside ul,aside ol{margin-left:0px;padding-left:0px;list-style:none;text-indent:0px}nav ul li,nav ol li,aside ul li,aside ol li{position:relative;margin-left:0px;padding-left:0px;list-style:none}.body-copy ul,.body-copy ol{padding-left:.75em;margin-left:.5em;margin-top:0px;padding-top:0px;margin-bottom:1.5em}.body-copy ul li,.body-copy ol li{position:relative;margin-top:.25em}.body-copy ul li ul,.body-copy ul li ol,.body-copy ol li ul,.body-copy ol li ol{margin-bottom:0px}.body-copy ul{list-style:disc outside none}.body-copy ul li ul{list-style-type:circle}.body-copy ul li ul li ul{list-style-type:square}.body-copy ol li ol{list-style-type:lower-roman}.body-copy ol li ol li ol{list-style-type:lower-alpha}.body-copy dl{margin:0px;border-bottom:1px solid #ccc;border-top:1px solid #ccc;display:block;margin-bottom:1em;font-size:1em;clear:both;line-height:1.6;padding-top:.5em;padding-bottom:.5em}.body-copy dl dt{float:left;display:block;width:100%;clear:both;margin:0px;font-weight:bolder;margin-right:1em}.body-copy dl dt code{font-size:.9em}.body-copy dl dt>strong>em>code{font-style:normal;position:relative}.body-copy dl dt>strong>em>code:after{display:inline-block;position:relative;font-family:'FontAwesome';content:'\f06a';font-size:.9em;top:-.6em;right:0px;margin-right:-.5em;color:#C9177E}.body-copy dl dd{margin:.5em 0em 0em 0em;text-indent:0px;height:auto;font-size:1em;padding-top:.25em;padding-bottom:0em;padding-left:1.5em;padding-right:0em}.body-copy dl dd strong>code{color:#00A88A}.body-copy dl dd strong:first-child>code{color:#0083C0}.body-copy ol>li>del{color:#C9177E}.body-copy ol>li>del:after{display:inline-block;height:1em;width:1em;font-family:'fontello';content:'\e810';margin-left:.5em;font-size:1.2em;color:#C9177E}.body-copy .task-list{list-style:none;margin-left:0px;padding-left:0px}.body-copy .task-list li{list-style:none}a{color:#C9177E;font-weight:inherit}a,a:hover,a:active,a:focus{text-decoration:none;cursor:pointer}a:hover{text-decoration:none}.body-copy li a,.body-copy p a{z-index:1;color:#C9177E}.body-copy li a:hover,.body-copy p a:hover{border-bottom:1px solid #C9177E}a.tooltip{position:relative;overflow:visible;font-family:"muli","Helvetica Neue","Helvetica","Roboto","Arial",sans-serif}a.tooltip:hover::before{display:inline-block;position:absolute;line-height:1;bottom:-1.4em;font-size:12px;color:white;min-width:80px;padding:.25em .33em;background-color:#222;content:attr(data-tooltip);white-space:nowrap;text-transform:none;font-weight:normal;border-radius:.25em}a.tooltip.left:hover::before{right:0px;left:auto}a.tooltip.right:hover::before{right:0px;left:auto}a.tooltip.edit-link:hover::after{content:'\f09b';font-family:'fontello';color:white;font-size:13px;display:inline-block;position:absolute;line-height:1;bottom:-1.1em;right:3px}a.tooltip.edit-link:hover::before{padding-right:1.5em;font-family:"muli","Helvetica Neue","Helvetica","Roboto","Arial",sans-serif}.icon-github:before{content:'\f09b'}.body-copy a.heading-link{opacity:0;color:silver;transition:opacity .3s ease-in-out;font-size:.7em;position:absolute;display:inline;top:.35em;right:0px;height:1.2em;width:1.2em}@media only screen and (min-width: 760px){.body-copy a.heading-link{left:-1.5em}}.body-copy a.heading-link:hover:after{content:'Copy Link';display:inline-block;width:70px;background-color:#000;color:#fff;font-size:12px;position:absolute;bottom:-1.5em;border-radius:3px;left:-1em;text-align:center}.body-copy a.heading-link.copied:hover::after{content:'Copied!'}.body-copy h2:hover a.heading-link,.body-copy h3:hover a.heading-link{transition:opacity .3s ease-in-out;opacity:1}.body-copy h2:hover .icon-link:hover,.body-copy h3:hover .icon-link:hover{color:#C9177E}.body-copy img{width:100%;max-width:100%;height:auto}.admonition{padding:.75em}.note,.warning{display:block;margin-bottom:20px;width:100%;border-left-width:4px;border-left-style:solid;border-left-color:#555;position:relative;padding-top:4px;padding-bottom:4px}.note #exclamation-icon,.warning #exclamation-icon{height:20px;width:20px;fill:#0083C0;position:absolute;top:20%;left:-12px;background-color:white}.note h2,.warning h2{display:none}.note .admonition-content,.warning .admonition-content{display:block;margin:0px;font-size:1em;padding:8px;margin-left:12px;color:#555}.note .admonition-content p:last-child,.warning .admonition-content p:last-child{margin-bottom:0px}.note .admonition-content ul:last-child,.note .admonition-content ol:last-child,.warning .admonition-content ul:last-child,.warning .admonition-content ol:last-child{margin-bottom:0px}.note .admonition-content ul:last-child+p,.note .admonition-content ol:last-child+p,.warning .admonition-content ul:last-child+p,.warning .admonition-content ol:last-child+p{margin-top:1em}.note{border-color:#0083C0;background-color:#f9fdfe}.note #exclamation-icon{fill:#0083C0}.warning{border-color:#C9177E;background-color:#fef5fa}.warning #exclamation-icon{fill:#C9177E}.hljs{display:block;overflow-x:auto;padding:0.5em;background:#f5f5f5;font-size:.9em}.hljs,.hljs-tag,.hljs-subst{color:#000}.hljs-strong,.hljs-emphasis{color:#737373}.hljs-bullet,.hljs-quote,.hljs-number,.hljs-regexp,.hljs-literal,.hljs-link{color:#0083c0}.hljs-code,.hljs-title,.hljs-section,.hljs-selector-class{color:#00A88A}.hljs-strong{font-weight:bold}.hljs-emphasis{font-style:italic}.hljs-keyword,.hljs-selector-tag,.hljs-name,.hljs-attr{color:#C9177E}.hljs-symbol,.hljs-attribute{color:#0083c0}.hljs-params,.hljs-class .hljs-title{color:#000}.hljs-string,.hljs-type,.hljs-built_in,.hljs-builtin-name,.hljs-selector-id,.hljs-selector-attr,.hljs-selector-pseudo,.hljs-addition,.hljs-variable,.hljs-template-variable{color:#0083c0}.hljs-comment,.hljs-deletion,.hljs-meta{color:#737373}.language-toml.hljs .hljs-section{color:#C9177E}kbd{font-family:"robotomono",courier,monospace}.body-copy code,.body-copy pre{font-family:"robotomono",courier,monospace;font-size:.9em;weight:inherit;font-weight:400;overflow-y:visible;z-index:1}.body-copy>pre{position:relative;margin-bottom:1.5em}.body-copy pre>code,.body-copy .code{background-color:#f5f5f5}.body-copy>pre{overflow-x:scroll}.body-copy ol code,.body-copy ul code,.body-copy div code,.body-copy strong code,.body-copy em code,.body-copy span code,.body-copy p code,.body-copy dd code,.body-copy dt code{background-color:#f5f5f5}@media only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi){.body-copy ol code,.body-copy ul code,.body-copy div code,.body-copy strong code,.body-copy em code,.body-copy span code,.body-copy p code,.body-copy dd code,.body-copy dt code{background-color:#f5f5f5}}.code{display:block;position:relative;overflow:hidden;padding:.5em;overflow-y:visible;margin-bottom:1.5em}code[class^="language-"]:after{display:block;position:absolute;top:4px;right:4px;color:#7b7b7b;font-family:'fontello';content:'\f121'}.copy-button+.code-copy-content code[class^="language-"]:after{position:absolute;top:-4px;right:4px}code.language-git:after{font-family:'fontello';content:'\f1d3';font-size:16px;top:2px}code.language-hugo:after,code.language-go:after,code.language-golang:after{font-family:'fontello';content:'\e801'}code.language-html:after{font-family:'fontello';content:'\f13b'}code.language-javascript:after,code.language-js:after{font-family:'fontello';content:'\e81d'}code.language-json:after{content:'JSON';font-size:.8em;padding-right:.3em;font-family:"robotomono",courier,monospace}code.language-md:after,code.language-markdown:after{font-family:'fontello';content:'\e818'}code.language-sass:after,code.language-scss:after{font-family:'fontello';content:'\e803'}code.language-bash:after,code.language-sh:after{font-family:'fontello';content:'\e808';right:6px}code.language-toml:after{content:'TOML';font-size:.8em;padding-right:.3em;font-family:"robotomono",courier,monospace}code.language-yaml:after,code.language-yml:after{content:'YAML';font-size:.8em;padding-right:.3em;font-family:"robotomono",courier,monospace}.copy-button+.code-copy-content code[class^="language-"]:after{display:none;position:absolute;top:-8px;right:4px}blockquote code[class^="language-"]:after,.admonition code[class^="language-"]:after{content:''}.filename{font-family:"robotomono",courier,monospace;color:#626262;padding-left:1em;padding-top:.25em;font-size:.7em;background-color:#f5f5f5;width:100%;font-style:italic;margin-bottom:0px}.code-icon{position:absolute;top:2px;right:4px}.copy-button,.download-button{transition:opacity .3s ease-in-out;opacity:1;position:absolute;right:1px;top:1px;background-color:white;color:#222;border-radius:0px;transition:all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);box-shadow:0 1px 3px rgba(0,0,0,0.12),0 1px 2px rgba(0,0,0,0.24);height:30px;min-width:70px;font-size:12px;display:block;z-index:15}.copy-button:hover,.download-button:hover{transition:all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);box-shadow:0 10px 20px rgba(0,0,0,0.19),0 6px 6px rgba(0,0,0,0.23)}.copy-button span.button-text,.download-button span.button-text{text-transform:uppercase;margin-left:0px}.download-button{position:absolute;min-width:70px;top:1px;right:72px}@media only screen and (min-device-width: 375px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2){.download-button{display:none}}.tooltipped{position:absolute}.tooltipped:after{position:absolute;z-index:1000000;display:none;padding:2px 4px;font-size:.8em;font-weight:700;font-family:"muli","Helvetica Neue","Helvetica","Roboto","Arial",sans-serif;color:#fff;text-align:center;text-transform:uppercase;text-decoration:none;text-shadow:none;letter-spacing:normal;word-wrap:break-word;white-space:pre;pointer-events:none;content:attr(aria-label);background-color:#0083C0;border-color:#0083C0;border-radius:0px;-webkit-font-smoothing:subpixel-antialiased}.tooltipped:before{position:absolute;z-index:1000001;display:none;width:0;height:0;color:#0083C0;pointer-events:none;content:"";border:5px solid transparent}.tooltipped:hover:before,.tooltipped:hover:after,.tooltipped:active:before,.tooltipped:active:after,.tooltipped:focus:before,.tooltipped:focus:after{display:inline-block;text-decoration:none}.tooltipped-multiline:hover:after,.tooltipped-multiline:active:after,.tooltipped-multiline:focus:after{display:table-cell}.tooltipped-s:after,.tooltipped-se:after,.tooltipped-sw:after{top:100%;right:50%;margin-top:5px;text-align:center}.tooltipped-s:before,.tooltipped-se:before,.tooltipped-sw:before{top:auto;right:50%;bottom:-5px;margin-right:-5px;border-bottom-color:#0083C0;text-align:center}.tooltipped-se:after{right:auto;left:50%;text-align:center}.tooltipped-n:after,.tooltipped-ne:after,.tooltipped-nw:after{right:50%;bottom:100%;margin-bottom:5px}.tooltipped-n:before,.tooltipped-ne:before,.tooltipped-nw:before{top:-5px;right:50%;bottom:auto;margin-right:-5px;border-top-color:#0083C0}.tooltipped-ne:after{right:auto;left:50%;margin-left:-15px}.tooltipped-nw:after{margin-right:-15px}.tooltipped-s:after,.tooltipped-n:after{-webkit-transform:translateX(50%);transform:translateX(50%)}.tooltipped-w:after{right:100%;bottom:50%;margin-right:5px;-webkit-transform:translateY(50%);transform:translateY(50%)}.tooltipped-w:before{top:50%;bottom:50%;left:-5px;margin-top:-5px;border-left-color:#0083C0}.tooltipped-e:after{bottom:50%;left:100%;margin-left:5px;-webkit-transform:translateY(50%);transform:translateY(50%)}.tooltipped-e:before{top:50%;right:-5px;bottom:50%;margin-top:-5px;border-right-color:#0083C0}.tooltipped-multiline:after{width:-webkit-max-content;width:-moz-max-content;width:max-content;max-width:250px;word-break:break-word;word-wrap:normal;white-space:pre-line;border-collapse:separate}.tooltipped-multiline.tooltipped-s:after,.tooltipped-multiline.tooltipped-n:after{right:auto;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.tooltipped-multiline.tooltipped-w:after,.tooltipped-multiline.tooltipped-e:after{right:100%}svg.svg-icon{max-width:60px}span.yes code{color:#00A88A}span.no code{background-color:#C9177E;color:#fff}span.no:after,span.bad:after{display:inline-block;height:1em;width:1em;font-family:'fontello';content:'\e810';margin-left:.5em;font-size:1.2em;color:#C9177E}span.yes:after,.good:after{display:inline-block;height:1em;width:1em;font-family:'fontello';content:'\e80f';color:#00A88A;margin-left:.5em;font-size:1.2em}span.break{position:relative;display:inline-block;font-weight:bold;text-align:center;width:auto;left:calc(50% - 40px)}span.break:before,span.break:after{content:"";position:absolute;display:inline-block;height:.2em;border-bottom:1px solid black;border-top:1px solid black;top:.666em;width:140px}span.break:before{right:100%;margin-right:.5em}span.break:after{left:100%;margin-left:.5em}span.na code{background-color:transparent;color:#bbb}h2 .fa.fa-thumbs-up,h3 .fa.fa-thumbs-up,h4 .fa.fa-thumbs-up,li .fa.fa-thumbs-up{color:#00A88A}h2 .fa.fa-thumbs-down,h3 .fa.fa-thumbs-down,h4 .fa.fa-thumbs-down,li .fa.fa-thumbs-down{color:#C9177E}ul.tags{list-style:none;margin:0;padding:0;margin-top:1em;margin-bottom:.5em;margin-right:4px;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;float:right}ul.tags li{height:20px;line-height:20px;margin-left:4px;margin-bottom:.75em;display:-ms-flexbox;display:flex}ul.tags li:not(.icon){transition:all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);box-shadow:0 1px 3px rgba(0,0,0,0.12),0 1px 2px rgba(0,0,0,0.24)}ul.tags li:not(.icon):hover{transition:box-shadow 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);box-shadow:0 10px 20px rgba(0,0,0,0.19),0 6px 6px rgba(0,0,0,0.23)}ul.tags li a{line-height:20px;-ms-flex-align:center;align-items:center;height:20px;font-size:14px;color:#222;padding-left:.3em;padding-right:.3em}.searchbox{display:inline-block;position:relative;width:300px;height:32px !important;white-space:nowrap;box-sizing:border-box;visibility:visible !important}.searchbox .algolia-autocomplete{display:block;width:100%;height:100%}.searchbox__wrapper{width:100%;height:100%;z-index:999;position:relative}.searchbox__input{display:inline-block;box-sizing:border-box;transition:box-shadow .4s ease, background .4s ease;border:0;border-radius:16px;box-shadow:inset 0 0 0 0px #ccc;background:#fff !important;padding:0;padding-right:26px;padding-left:32px;width:100%;height:100%;vertical-align:middle;white-space:normal;font-size:1em;appearance:none}.searchbox__input::-webkit-search-decoration,.searchbox__input::-webkit-search-cancel-button,.searchbox__input::-webkit-search-results-button,.searchbox__input::-webkit-search-results-decoration{display:none}.searchbox__input:hover{box-shadow:inset 0 0 0 0px #b3b3b3}.searchbox__input:focus,.searchbox__input:active{outline:0;box-shadow:inset 0 0 0 0px #aaa;background:#fff}.searchbox__input::-webkit-input-placeholder{color:#aaa}.searchbox__input::-moz-placeholder{color:#aaa}.searchbox__input:-ms-input-placeholder{color:#aaa}.searchbox__input::placeholder{color:#aaa}.searchbox__submit{position:absolute;top:0;margin:0;border:0;border-radius:16px 0 0 16px;background-color:rgba(69,142,225,0);padding:0;width:32px;height:100%;vertical-align:middle;text-align:center;font-size:inherit;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;right:inherit;left:0}.searchbox__submit::before{display:inline-block;margin-right:-4px;height:100%;vertical-align:middle;content:''}.searchbox__submit:hover,.searchbox__submit:active{cursor:pointer}.searchbox__submit:focus{outline:0}.searchbox__submit svg{width:14px;height:14px;vertical-align:middle;fill:#6D7E96}.searchbox__reset{display:block;position:absolute;top:8px;right:8px;margin:0;border:0;background:none;cursor:pointer;padding:0;font-size:inherit;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;fill:rgba(0,0,0,0.5)}.searchbox__reset.hide{display:none}.searchbox__reset:focus{outline:0}.searchbox__reset svg{display:block;margin:4px;width:8px;height:8px}.searchbox__input:valid ~ .searchbox__reset{display:block;-webkit-animation-name:sbx-reset-in;animation-name:sbx-reset-in;-webkit-animation-duration:.15s;animation-duration:.15s}@-webkit-keyframes sbx-reset-in{0%{-webkit-transform:translate3d(-20%, 0, 0);transform:translate3d(-20%, 0, 0);opacity:0}100%{-webkit-transform:none;transform:none;opacity:1}}@keyframes sbx-reset-in{0%{-webkit-transform:translate3d(-20%, 0, 0);transform:translate3d(-20%, 0, 0);opacity:0}100%{-webkit-transform:none;transform:none;opacity:1}}.algolia-autocomplete.algolia-autocomplete-right .ds-dropdown-menu{right:0 !important;left:inherit !important}.algolia-autocomplete.algolia-autocomplete-right .ds-dropdown-menu:before{right:48px}.algolia-autocomplete.algolia-autocomplete-left .ds-dropdown-menu{left:0 !important;right:inherit !important}.algolia-autocomplete.algolia-autocomplete-left .ds-dropdown-menu:before{left:48px}.algolia-autocomplete .ds-dropdown-menu{position:relative;top:-6px;border-radius:4px;margin:6px 0 0;padding:0;text-align:left;height:auto;position:relative;background:transparent;border:none;z-index:999;max-width:500px;min-width:400px;box-shadow:0 1px 0 0 rgba(0,0,0,0.2),0 2px 3px 0 rgba(0,0,0,0.1)}.algolia-autocomplete .ds-dropdown-menu:before{display:block;position:absolute;content:'';width:14px;height:14px;background:#fff;z-index:1000;top:-7px;border-top:1px solid #d9d9d9;border-right:1px solid #d9d9d9;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);border-radius:2px}.algolia-autocomplete .ds-dropdown-menu .ds-suggestions{position:relative;z-index:1000;margin-top:8px}.algolia-autocomplete .ds-dropdown-menu .ds-suggestion{cursor:pointer}.algolia-autocomplete .ds-dropdown-menu .ds-suggestion.ds-cursor .algolia-docsearch-suggestion.suggestion-layout-simple{background-color:rgba(69,142,225,0.05)}.algolia-autocomplete .ds-dropdown-menu .ds-suggestion.ds-cursor .algolia-docsearch-suggestion:not(.suggestion-layout-simple) .algolia-docsearch-suggestion--content{background-color:rgba(69,142,225,0.05)}.algolia-autocomplete .ds-dropdown-menu [class^="ds-dataset-"]{position:relative;border:solid 1px #d9d9d9;background:#fff;border-radius:4px;overflow:auto;padding:0 8px 8px}.algolia-autocomplete .ds-dropdown-menu *{box-sizing:border-box}.algolia-autocomplete .algolia-docsearch-suggestion{position:relative;padding:0 8px;background:#fff;color:#02060C;overflow:hidden}.algolia-autocomplete .algolia-docsearch-suggestion--highlight{color:#174d8c;background:rgba(143,187,237,0.1);padding:0.1em 0.05em}.algolia-autocomplete .algolia-docsearch-suggestion--category-header .algolia-docsearch-suggestion--category-header-lvl0 .algolia-docsearch-suggestion--highlight,.algolia-autocomplete .algolia-docsearch-suggestion--category-header .algolia-docsearch-suggestion--category-header-lvl1 .algolia-docsearch-suggestion--highlight{color:inherit;background:inherit}.algolia-autocomplete .algolia-docsearch-suggestion--text .algolia-docsearch-suggestion--highlight{padding:0 0 1px;background:inherit;box-shadow:inset 0 -2px 0 0 rgba(69,142,225,0.8);color:inherit}.algolia-autocomplete .algolia-docsearch-suggestion--content{display:block;float:right;width:70%;position:relative;padding:5.33333px 0 5.33333px 10.66667px;cursor:pointer}.algolia-autocomplete .algolia-docsearch-suggestion--content:before{content:'';position:absolute;display:block;top:0;height:100%;width:1px;background:#ddd;left:-1px}.algolia-autocomplete .algolia-docsearch-suggestion--category-header{position:relative;border-bottom:1px solid #ddd;display:none;margin-top:8px;padding:4px 0;font-size:1em;color:#33363D}.algolia-autocomplete .algolia-docsearch-suggestion--wrapper{width:100%;float:left;padding:8px 0 0 0}.algolia-autocomplete .algolia-docsearch-suggestion--subcategory-column{float:left;width:30%;display:none;padding-left:0;text-align:right;position:relative;padding:5.33333px 10.66667px;color:#A4A7AE;font-size:.9em;word-wrap:break-word}.algolia-autocomplete .algolia-docsearch-suggestion--subcategory-column:before{content:'';position:absolute;display:block;top:0;height:100%;width:1px;background:#ddd;right:0}.algolia-autocomplete .algolia-docsearch-suggestion--subcategory-column .algolia-docsearch-suggestion--highlight{background-color:inherit;color:inherit}.algolia-autocomplete .algolia-docsearch-suggestion--subcategory-inline{display:none}.algolia-autocomplete .algolia-docsearch-suggestion--title{margin-bottom:4px;color:#02060C;font-size:.9em;font-weight:bold}.algolia-autocomplete .algolia-docsearch-suggestion--text{display:block;line-height:1.2em;font-size:.85em;color:#63676D}.algolia-autocomplete .algolia-docsearch-suggestion--no-results{width:100%;padding:8px 0;text-align:center;font-size:1.2em}.algolia-autocomplete .algolia-docsearch-suggestion--no-results::before{display:none}.algolia-autocomplete .algolia-docsearch-suggestion code{padding:1px 5px;font-size:90%;border:none;color:#222222;background-color:#EBEBEB;border-radius:3px;font-family:Menlo,Monaco,Consolas,"Courier New",monospace}.algolia-autocomplete .algolia-docsearch-suggestion code .algolia-docsearch-suggestion--highlight{background:none}.algolia-autocomplete .algolia-docsearch-suggestion.algolia-docsearch-suggestion__main .algolia-docsearch-suggestion--category-header{display:block}.algolia-autocomplete .algolia-docsearch-suggestion.algolia-docsearch-suggestion__secondary .algolia-docsearch-suggestion--subcategory-column{display:block}.algolia-autocomplete .suggestion-layout-simple.algolia-docsearch-suggestion{border-bottom:solid 1px #eee;padding:8px;margin:0}.algolia-autocomplete .suggestion-layout-simple .algolia-docsearch-suggestion--content{width:100%;padding:0}.algolia-autocomplete .suggestion-layout-simple .algolia-docsearch-suggestion--content::before{display:none}.algolia-autocomplete .suggestion-layout-simple .algolia-docsearch-suggestion--category-header{margin:0;padding:0;display:block;width:100%;border:none}.algolia-autocomplete .suggestion-layout-simple .algolia-docsearch-suggestion--category-header-lvl0{opacity:.6;font-size:.85em}.algolia-autocomplete .suggestion-layout-simple .algolia-docsearch-suggestion--category-header-lvl1{opacity:.6;font-size:.85em}.algolia-autocomplete .suggestion-layout-simple .algolia-docsearch-suggestion--category-header-lvl1::before{background-image:url('data:image/svg+xml;utf8,');content:'';width:10px;height:10px;display:inline-block}.algolia-autocomplete .suggestion-layout-simple .algolia-docsearch-suggestion--wrapper{width:100%;float:left;margin:0;padding:0}.algolia-autocomplete .suggestion-layout-simple .algolia-docsearch-suggestion--subcategory-column,.algolia-autocomplete .suggestion-layout-simple .algolia-docsearch-suggestion--duplicate-content,.algolia-autocomplete .suggestion-layout-simple .algolia-docsearch-suggestion--subcategory-inline{display:none !important}.algolia-autocomplete .suggestion-layout-simple .algolia-docsearch-suggestion--title{margin:0;color:#458EE1;font-size:.9em;font-weight:normal}.algolia-autocomplete .suggestion-layout-simple .algolia-docsearch-suggestion--title::before{content:"#";font-weight:bold;color:#458EE1;display:inline-block}.algolia-autocomplete .suggestion-layout-simple .algolia-docsearch-suggestion--text{margin:4px 0 0;display:block;line-height:1.4em;padding:5.33333px 8px;background:#f8f8f8;font-size:.85em;opacity:.8}.algolia-autocomplete .suggestion-layout-simple .algolia-docsearch-suggestion--text .algolia-docsearch-suggestion--highlight{color:#3f4145;font-weight:bold;box-shadow:none}.algolia-autocomplete .algolia-docsearch-footer{width:110px;height:20px;z-index:2000;margin-top:10.66667px;float:right;font-size:0;line-height:0}.algolia-autocomplete .algolia-docsearch-footer--logo{background-image:url("data:image/svg+xml;utf8,");background-repeat:no-repeat;background-position:center;background-size:100%;overflow:hidden;text-indent:-9000px;padding:0 !important;width:100%;height:100%;display:block}#toggle-search{display:block;position:fixed;top:.5em;right:3.5em;float:right;font-size:1.2em;z-index:60;color:#C9177E}@media only screen and (min-width: 760px){#toggle-search{right:2em}}@media only screen and (min-width: 1200px){#toggle-search{top:.3em}}form#site-search-form{transition:-webkit-transform .3s ease-in-out;transition:transform .3s ease-in-out;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;width:100%;width:100vw;position:fixed;top:50px;height:45px;-webkit-transform:translateY(-50px);transform:translateY(-50px);background-color:#fff;z-index:19}form#site-search-form.search-open{transition:-webkit-transform .3s ease-in-out;transition:transform .3s ease-in-out;-webkit-transform:translateY(0);transform:translateY(0);border-bottom:1px solid #C9177E}form#site-search-form #search-input{max-height:45px;padding-left:20px;font-size:1em}@media only screen and (min-width: 960px){form#site-search-form{display:block;position:fixed;top:8px;right:2em;z-index:50;width:300px;-webkit-transform:translateX(330px);transform:translateX(330px);transition:-webkit-transform .3s ease-in-out;transition:transform .3s ease-in-out;box-shadow:none;max-height:40px;background-color:transparent}form#site-search-form.search-open{transition:-webkit-transform .3s ease-in-out;transition:transform .3s ease-in-out;border-bottom-width:0px;-webkit-transform:translateX(0px);transform:translateX(0px)}form#site-search-form.search-open #search-input{transition:opacity .3 ease-in-out;opacity:1;border-bottom:3px solid #C9177E}form#site-search-form.search-open #search-input::after{display:inline-block;content:'';width:1em;border-bottom:3px solid #C9177E}form#site-search-form #search-input{transition:opacity .3s ease-in-out;max-height:40px;padding-left:0px;font-size:20px;opacity:0}}#search-input{width:260px;outline:none;border:0px;border-radius:0px}#search-input,#search-input:hover,#search-input:active,#search-input:focus{outline:none}.algolia-docsearch-suggestion{border-bottom-color:#3A3DD1}.algolia-docsearch-suggestion--highlight{color:#3A33D1}.algolia-docsearch-suggestion--category-header .algolia-docsearch-suggestion--highlight{background-color:#4D47D5}.aa-cursor .algolia-docsearch-suggestion--content{color:#272296}.aa-cursor .algolia-docsearch-suggestion{background:#EBEBFB}.algolia-autocomplete .algolia-docsearch-suggestion--text .algolia-docsearch-suggestion--highlight{box-shadow:inset 0 -2px 0 0 #C9177E}.algolia-autocomplete .algolia-docsearch-suggestion--highlight{color:#C9177E;background:#f7e8f1;padding:0.1em 0.05em}.algolia-autocomplete .algolia-docsearch-suggestion--subcategory-column{background-color:#fff}.algolia-autocomplete .ds-dropdown-menu{font-size:.8em;min-width:340px;max-width:340px}@media only screen and (min-width: 760px){.algolia-autocomplete .ds-dropdown-menu{font-size:1em;min-width:400px;max-width:500px}}@media only screen and (min-width: 960px){.algolia-autocomplete .ds-dropdown-menu{min-width:500px;max-width:600px}}.algolia-autocomplete .algolia-docsearch-suggestion--subcategory-column-text .algolia-docsearch-suggestion--highlight{color:#0083C0;font-weight:bold;background:#c9e8f6}@media (min-width: 768px){.algolia-docsearch-suggestion{border-bottom-color:#7671df}.algolia-docsearch-suggestion--subcategory-column{border-right-color:#7671df;background-color:#F2F2FF;color:#4E4726}}kbd{background-color:inherit;border:1px solid #222;display:inline-block;font-size:.9em;padding:.1em .3em;border-radius:5px;transition:all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);box-shadow:0 1px 3px rgba(0,0,0,0.12),0 1px 2px rgba(0,0,0,0.24)}aside#toc{transition:-webkit-transform .3s ease-in-out;transition:transform .3s ease-in-out;position:fixed;top:50px;-webkit-transform:translateX(100%);transform:translateX(100%);background-color:#fff;right:0px;padding-left:10px;padding-right:10px;max-width:280px;transition:all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);box-shadow:0 1px 3px rgba(0,0,0,0.12),0 1px 2px rgba(0,0,0,0.24)}aside#toc header.toc-header{display:inline-block;width:100%;margin-top:24px}aside#toc header.toc-header>a h3{margin-top:0px;margin-bottom:0px;margin-left:8px;padding-bottom:0px;border-bottom:1px solid #222;color:#222;font-size:17px}aside#toc.toc-open{transition:-webkit-transform .3s ease-in-out;transition:transform .3s ease-in-out;-webkit-transform:translateX(0%);transform:translateX(0%);z-index:99}aside#toc .toc-inner-wrapper{position:relative;min-height:auto;max-height:calc(100vh - 50px);overflow-y:scroll}@media only screen and (min-width: 1200px){aside#toc{box-shadow:none;top:50px;right:0px;bottom:auto;opacity:1;min-height:calc(100vh - 50px - 140px);max-height:calc(100vh - 50px - 140px);-webkit-transform:translateX(0%);transform:translateX(0%);border-radius:0px;margin-right:1.5em;z-index:1}aside#toc .toc-inner-wrapper{position:relative;min-height:calc(100vh - 50px - 140px);max-height:calc(100vh - 50px)}aside#toc.toc-open{z-index:1}}nav#TableOfContents{position:relative;height:auto}nav#TableOfContents li code{font-family:"muli","Helvetica Neue","Helvetica","Roboto","Arial",sans-serif}nav#TableOfContents li.active>a>code{color:inherit;font-weight:inherit;font-family:"muli","Helvetica Neue","Helvetica","Roboto","Arial",sans-serif}nav#TableOfContents>ul:first-child{padding-left:0px;margin-left:0px;margin-top:.5em;margin-bottom:1em}nav#TableOfContents>ul:first-child>li{padding-left:0px;margin-left:0px;font-size:18px}nav#TableOfContents ul>li>ul li{line-height:1.2;font-size:16px;padding-left:8px;position:relative;margin-top:.5em;margin-bottom:.5em}nav#TableOfContents ul>li>ul li a{color:#222;position:relative}@media only screen and (min-width: 960px){nav#TableOfContents ul>li>ul li a:hover{color:#C9177E}nav#TableOfContents ul>li>ul li a:hover::before{content:'';display:inline-block;height:100%;border-left:1px solid #C9177E;position:absolute;left:-8px}nav#TableOfContents ul>li>ul li a:hover code{color:inherit}}nav#TableOfContents ul>li>ul li.active>a{position:relative;color:#C9177E;font-weight:400}nav#TableOfContents ul>li>ul li.active>a::before{content:'';display:inline-block;height:100%;border-left:2px solid #C9177E;position:absolute;left:-8px}nav#TableOfContents ul>li>ul li>ul{display:block;margin-top:8px;margin-bottom:0px}nav#TableOfContents ul>li>ul li>ul>li{font-size:14px}@media only screen and (min-width: 960px){nav#TableOfContents ul>li>ul li>ul>li a:hover{color:#0083C0}nav#TableOfContents ul>li>ul li>ul>li a:hover::before{content:'';display:inline-block;height:100%;border-left:1px solid #0083C0;position:absolute;left:-16px}}nav#TableOfContents ul>li>ul li>ul>li.active>a{color:#0083C0;font-weight:400}nav#TableOfContents ul>li>ul li>ul>li.active>a::before{border-left:2px solid #C9177E;left:-16px}.kebab{cursor:pointer;position:fixed;display:inline-block;box-sizing:border-box;padding:0 16px;top:12px;right:4px}.kebab .figure{width:6px;height:6px;border-radius:5px;background:#0083C0;margin:3px 0}.kebab .figure.middle{transition:all 0.3s ease-in-out;-webkit-transform:scale(1);transform:scale(1);position:relative;font-weight:400;left:0%}.kebab .figure.middle.active{-webkit-transform:scale(6.5);transform:scale(6.5);transition:all 0.3s ease-in-out;background:transparent}@media only screen and (min-width: 1200px){.kebab{display:none}}.cross{position:absolute;top:14px;left:50%;-webkit-transform:translate(-50%, -50%) scale(0);transform:translate(-50%, -50%) scale(0);margin-top:-1px;font-family:"muli","Helvetica Neue","Helvetica","Roboto","Arial",sans-serif;background-color:#C9177E;color:white;border-radius:50%;height:40px;width:40px;transition:all 0.3s ease-in-out;font-size:34px;line-height:40px;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;text-align:center}.cross.active{-webkit-transform:translate(-50%, -50%) scale(1);transform:translate(-50%, -50%) scale(1);transition:all 0.15s ease-in-out}.all-contents{padding-top:1em;font-size:.95em}.contents-list{box-shadow:none;background-color:transparent;color:#222;border-bottom:1px solid silver;margin-bottom:1em;position:relative;font-size:.95em}.contents-list a{width:100%;color:#222}.contents-list a:before,.contents-list a:after,.contents-list a:hover{background-color:transparent;border:none;color:#222}.contents-list h3{margin-top:0px;padding-top:0px;padding-bottom:2px;color:#C9177E}.contents-list p{margin-top:8px;margin-bottom:16px}.taxonomy-term{font-size:1.3em;display:inline-block;width:auto;clear:both}.list-icon{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.list-icon i.icon-link-external{position:relative;display:inline-block;margin-top:.1em}.list-icon-wrapper{max-width:1em;max-height:1em;margin-right:.2em}.list-icon-wrapper img{width:100%;height:auto;margin-bottom:0px;margin-left:auto;margin-right:auto;display:block}.last-modified{color:#737373;display:block;clear:both;min-width:200px;width:100%;max-width:100%;text-align:center;font-size:.8em;position:relative;border-bottom:2px solid #737373}#content-footer{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;max-width:100%;min-width:100%;min-height:60px;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:2em}#content-footer.overview{-ms-flex-pack:end;justify-content:flex-end}.cf-link{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;color:#737373}.cf-link h5{color:#737373}.cf-link:hover{background-color:#C9177E;color:#fff}.cf-link:hover h5{color:#fff}.icon-wrapper{display:inline-block;margin-right:6px;position:relative;min-height:60px;width:24px}.icon-wrapper i{font-size:24px;position:absolute;top:calc(50% - 12px)}.next-page{-ms-flex-pack:end;justify-content:flex-end;text-align:right;-ms-flex-item-align:end;align-self:flex-end}.page-info{margin:0px .5em 0px .5em}.page-info{display:inline-block;width:auto}.page-info span{font-size:.8em}.body-copy blockquote{position:relative;display:block;margin:0px;font-style:italic;background-color:#f8f8f8;padding:16px;margin-bottom:1em}.body-copy blockquote p{margin-bottom:0px;margin-top:16px}.body-copy blockquote p:first-child{margin-top:8px}.body-copy blockquote:before{font-family:'fontello';display:block;height:1em;width:1em;position:absolute;content:'\e819';color:silver;top:-3px;left:4px;font-size:1.2em;font-style:normal}.body-copy blockquote code,.body-copy blockquote pre{font-style:normal}.body-copy blockquote cite.blockquote-citation{position:relative;display:block;clear:both;text-align:left;line-height:2;font-size:.8em;font-style:normal}.breadcrumbs{list-style:none;display:inline-block;margin-top:3px}.breadcrumbs li{float:left}.breadcrumbs li a{color:#222;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;background:#D1F1FE;text-decoration:none;position:relative;height:30px;line-height:30px;padding:0 10px 0 5px;text-align:center;margin-right:23px;font-size:14px}.breadcrumbs li a img{height:20px;width:20px}.breadcrumbs li a span{margin-left:4px}.breadcrumbs li:nth-child(even){margin-left:-8px}.breadcrumbs li:nth-child(even) a{background-color:#D1F1FE}.breadcrumbs li:nth-child(even) a:before{border-color:#D1F1FE;border-left-color:transparent;height:30px;line-height:30px}.breadcrumbs li:nth-child(even) a:after{border-left-color:#D1F1FE}.breadcrumbs li:first-child a{padding-left:10px;border-radius:4px 0 0 4px}.breadcrumbs li:first-child a:before{border:none}.breadcrumbs li:last-child::not(first-child) a{padding-right:15px;border-radius:0 4px 4px 0}.breadcrumbs li:last-child::not(first-child) a:after{border:none}.breadcrumbs li a:before,.breadcrumbs li a:after{content:"";position:absolute;top:0;border:0 solid #D1F1FE;border-width:15px 6.666px;width:0;height:0}.breadcrumbs li a:before{left:-12px;border-left-color:transparent}.breadcrumbs li a:after{left:100%;border-color:transparent;border-left-color:#D1F1FE}.breadcrumbs li a:hover{background-color:#0083C0;color:#fff}.breadcrumbs li a:hover img{-webkit-filter:grayscale(0%);filter:grayscale(0%)}.breadcrumbs li a:hover:before{border-color:#0083C0;border-left-color:transparent}.breadcrumbs li a:hover:after{border-left-color:#0083C0}table{text-align:left;overflow-x:scroll;width:100%;max-width:100%;width:auto;display:block;border-left:2px solid #737373;margin:0px;font-size:16px;margin-bottom:1em}table tr{border-top:2px solid #737373}table tr th,table tr td{padding-left:4px;padding-right:6px}table tr th:last-child,table tr td:last-child{border-right:2px solid #737373}table.terms-table td{width:50%}table thead{width:100%;background-color:#000;color:#fff}table thead tr{min-width:100%}table thead tr th{padding-left:4px;padding-right:6px}@media only screen and (min-width: 760px){table thead tr th:last-child{min-width:220px}}table tbody{min-width:100%}table tbody tr{min-width:100%;background-color:#fff}table tbody tr:nth-child(even){background-color:#f8f8f8}table tbody tr:last-child{border-bottom:2px solid #737373}table tbody tr small{font-size:1em}table tbody td .purpose-title{font-style:italic;color:#C9177E;font-weight:bold}table tbody td.bf-default code{color:#0083C0;font-weight:bold}table tbody td.bf-flag code{color:#00A88A;font-weight:bold}table.utils-table tr{line-height:1.2}table.utils-table tr>td:first-child{min-width:220px}table tr td.col-date{min-width:140px;width:140px}.twitter-tweet.twitter-tweet-rendered{display:block;margin-left:auto;margin-right:auto}.body-copy>div{margin-bottom:1.5em}.cls-1{fill:#11485e}.cls-2{fill:#7fc2e2}.cls-3{fill:#d8d5d5}.cls-4{fill:#131413}.cls-5{fill:#fff}.cls-6{fill:#b28f82}.cls-7{fill:#231f20}.cls-8{fill:#418cbd}.eye{-webkit-animation:squeeze 2.4s infinite;animation:squeeze 2.4s infinite}.nose{-webkit-animation:nose 2s infinite ease;animation:nose 2s infinite ease}.gopher{-webkit-transform:translateY(120px);transform:translateY(120px);-webkit-animation:start .8s forwards ease-in-out;animation:start .8s forwards ease-in-out}@-webkit-keyframes nose{80%{-webkit-transform:none;transform:none}83%{-webkit-transform:translateX(7.5px) scaleX(0.9);transform:translateX(7.5px) scaleX(0.9)}90%{-webkit-transform:none;transform:none}93%{-webkit-transform:translateX(7.5px) scaleX(0.9);transform:translateX(7.5px) scaleX(0.9)}100%{-webkit-transform:none;transform:none}}@keyframes nose{80%{-webkit-transform:none;transform:none}83%{-webkit-transform:translateX(7.5px) scaleX(0.9);transform:translateX(7.5px) scaleX(0.9)}90%{-webkit-transform:none;transform:none}93%{-webkit-transform:translateX(7.5px) scaleX(0.9);transform:translateX(7.5px) scaleX(0.9)}100%{-webkit-transform:none;transform:none}}@-webkit-keyframes squeeze{90%{-webkit-transform:none;transform:none;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}93%{-webkit-transform:translateY(70px) scaleY(0.1);transform:translateY(70px) scaleY(0.1)}100%{-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}}@keyframes squeeze{90%{-webkit-transform:none;transform:none;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}93%{-webkit-transform:translateY(70px) scaleY(0.1);transform:translateY(70px) scaleY(0.1)}100%{-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}}.video-wrapper,.iframe-wrapper{transition:all .3s ease-in-out;position:relative;padding-bottom:56.25%;padding-top:0px;height:0;clear:both;cursor:pointer;margin-bottom:1em}.iframe-wrapper,iframe[src*="soundcloud.com"]{transition:all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);box-shadow:0 3px 6px rgba(0,0,0,0.16),0 3px 6px rgba(0,0,0,0.23)}.video-wrapper:hover,.video-wrapper:active,.video-wrapper:focus{-webkit-filter:grayscale(0%);filter:grayscale(0%);cursor:pointer}.video-wrapper iframe,.iframe-wrapper iframe{position:absolute;top:0;left:0;width:100%;height:100%;margin-bottom:0em}.video-thumbnail{transition:all .3s ease-in-out;width:100%;min-height:100%;clear:both;display:block;z-index:1;padding-bottom:56.25%;background-repeat:no-repeat;background-position:center;background-size:cover;cursor:pointer;position:relative;-webkit-filter:grayscale(100%);filter:grayscale(100%)}.video-thumbnail:hover{-webkit-filter:grayscale(0%);filter:grayscale(0%)}.icon-video-play-button.shortcode{font-family:"fontello";font-size:3.8em;color:#bb0000;border-radius:30px;z-index:2;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%)}.icon-video-play-button.shortcode:hover+.video-thumbnail{-webkit-filter:grayscale(0%);filter:grayscale(0%)}.video-wrapper:after{display:block;width:100%;margin-bottom:1em}.video-wrapper+h3,.video-wrapper+h4,.video-wrapper+p{margin-top:1em}.video-wrapper+h3{margin-bottom:0px;margin-top:.5em}h3+.video-wrapper,h4+.video-wrapper{margin-top:1em}.video-description{width:100%;text-align:center;font-size:.8em;margin-top:0px;color:#484848}.video-description>p{margin-top:1em;font-style:italic}@media all{.featherlight{display:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:2147483647;text-align:center;white-space:nowrap;cursor:pointer;background:#333}.featherlight:last-of-type{background:rgba(0,0,0,0.8)}.featherlight:before{content:'';display:inline-block;height:100%;vertical-align:middle;margin-right:-0.25em}.featherlight .featherlight-content{position:relative;text-align:left;vertical-align:middle;display:inline-block;overflow:auto;border-radius:0px;padding:0px;border-bottom:0px solid transparent;margin-left:5%;margin-right:5%;max-height:95%;background:#fff;cursor:auto;white-space:normal}.featherlight .featherlight-inner{display:block}.featherlight .featherlight-close-icon{position:absolute;z-index:9999;top:0;right:0;font-size:1.1em;line-height:2em;width:2em;cursor:pointer;text-align:center;font-family:Arial, sans-serif;background-color:rgba(255,255,255,0.8);color:#222}.featherlight .featherlight-image{width:100%}.featherlight-iframe .featherlight-content{border-bottom:0;padding:0}.featherlight iframe{border:none}.featherlight *{box-sizing:border-box}}@media only screen and (max-width: 1024px){.featherlight .featherlight-content{margin-left:10px;margin-right:10px;max-height:98%}}a.image-link:hover{border-bottom:0px solid transparent !important;cursor:zoom-in}.animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.animated.infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animated.hinge{-webkit-animation-duration:2s;animation-duration:2s}animated.bounceIn,.animated.bounceOut,.animated.flipOutX,.animated.flipOutY{-webkit-animation-duration:.75s;animation-duration:.75s}@-webkit-keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;-webkit-transform:scale3d(0.3, 0.3, 0.3);transform:scale3d(0.3, 0.3, 0.3)}20%{-webkit-transform:scale3d(1.1, 1.1, 1.1);transform:scale3d(1.1, 1.1, 1.1)}40%{-webkit-transform:scale3d(0.9, 0.9, 0.9);transform:scale3d(0.9, 0.9, 0.9)}60%{opacity:1;-webkit-transform:scale3d(1.03, 1.03, 1.03);transform:scale3d(1.03, 1.03, 1.03)}80%{-webkit-transform:scale3d(0.97, 0.97, 0.97);transform:scale3d(0.97, 0.97, 0.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;-webkit-transform:scale3d(0.3, 0.3, 0.3);transform:scale3d(0.3, 0.3, 0.3)}20%{-webkit-transform:scale3d(1.1, 1.1, 1.1);transform:scale3d(1.1, 1.1, 1.1)}40%{-webkit-transform:scale3d(0.9, 0.9, 0.9);transform:scale3d(0.9, 0.9, 0.9)}60%{opacity:1;-webkit-transform:scale3d(1.03, 1.03, 1.03);transform:scale3d(1.03, 1.03, 1.03)}80%{-webkit-transform:scale3d(0.97, 0.97, 0.97);transform:scale3d(0.97, 0.97, 0.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}.bounceIn{-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0, -100%, 0);transform:translate3d(0, -100%, 0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0, -100%, 0);transform:translate3d(0, -100%, 0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}.site-header{width:100%;height:50px;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;margin:0px;background-color:#fff;color:#000;position:fixed;top:0px;left:0px;z-index:20;transition:all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);box-shadow:0 1px 3px rgba(0,0,0,0.12),0 1px 2px rgba(0,0,0,0.24)}@media only screen and (min-width: 960px){.site-header{-ms-flex-pack:justify;justify-content:space-between}}.site-header .hugo-meta{display:-ms-flexbox;display:flex;width:100%;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}@media only screen and (min-width: 960px){.site-header .hugo-meta{float:left;width:auto;-ms-flex-pack:start;justify-content:flex-start}}.site-header #home-link{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;font-size:.8em;margin-left:-1em}.site-header #home-link img{height:35px;max-height:35px;margin-right:.25em}.site-header #home-link .hugo-v{-ms-flex-item-align:end;align-self:flex-end;font-size:.9em}@media only screen and (min-width: 960px){.site-header #home-link{margin-left:1em}}.site-header a.github-button{display:none}@media only screen and (min-width: 760px){.site-header a.github-button{display:inline}}.site-header iframe[src^="https://buttons.github.io"]{display:none;margin-left:1em}@media only screen and (min-width: 760px){.site-header iframe[src^="https://buttons.github.io"]{display:inline}}.site-navigation::-webkit-scrollbar{display:none}.site-navigation{transition:-webkit-transform .3s ease-in-out;transition:transform .3s ease-in-out;position:fixed;left:0px;top:0px;width:250px;bottom:0px;overflow-y:scroll;background-color:#f8f8f8;-webkit-transform:translateX(-250px);transform:translateX(-250px);padding:0px;z-index:9;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;padding-bottom:2em}.site-navigation::-webkit-scrollbar{display:none}.site-navigation.navigation-open{transition:-webkit-transform .3s ease-in-out;transition:transform .3s ease-in-out;-webkit-transform:translateX(0px);transform:translateX(0px)}@media only screen and (min-width: 960px){.site-navigation{-webkit-transform:translateX(0px);transform:translateX(0px)}}.site-navigation ul li a{display:-ms-flexbox;display:flex}.site-navigation ul.top-menu{margin-top:80px;margin-bottom:30px;width:85%}@media only screen and (min-width: 960px){.site-navigation ul.top-menu{margin-top:60px}}.site-navigation ul.top-menu a{color:#222;font-weight:400;width:100%}.site-navigation ul.top-menu a:hover{color:#C9177E}.site-navigation ul.top-menu li{padding-left:0px;line-height:1.2;padding-top:.75em}.site-navigation ul.top-menu li ul li{padding-left:.3em}.site-navigation ul.top-menu a.top-menu-item-link{font-size:16px;width:100%}.site-navigation ul.top-menu a.top-menu-item-link i.fa.fa-angle-double-right{margin-left:.25em}.site-navigation ul.top-menu a.top-menu-item-link.active-section{color:#C9177E;font-weight:700}.site-navigation ul.top-menu a.top-menu-item-link.active-section+ul.submenu{display:block;border-left:2px solid #C9177E}.site-navigation ul.top-menu ul.submenu{display:none;margin-left:.2em;padding-left:.5em;padding-bottom:.66em}.site-navigation ul.top-menu ul.submenu li{line-height:1.3}.site-navigation ul.top-menu ul.submenu a.submenu-item-link{font-size:14px}.site-navigation ul.top-menu ul.submenu a.submenu-item-link:hover{color:#0083C0}.site-navigation ul.top-menu ul.submenu a.submenu-item-link.active-page{font-weight:700;color:#0083C0}.site-navigation ul.top-menu ul.submenu a.submenu-item-link.active-page>code{color:#0083C0}.site-navigation ul.top-menu ul.submenu a.submenu-item-link.active-page>code>em{font-style:normal;family:"muli","Helvetica Neue","Helvetica","Roboto","Arial",sans-serif}.nav-buttons{display:block;margin-left:auto;margin-right:auto;max-width:200px}.nav-buttons a{margin-bottom:.5em;display:inline-block;width:200px;max-width:200px;position:relative;font-size:.9em}.navigation-toggle-wrapper{width:50px;height:50px;position:fixed;top:2px;left:0px;z-index:20}.navigation-toggle-wrapper h4.menu{display:inline-block;position:absolute;bottom:-1em;left:.8em;color:#0083C0;display:none}@media only screen and (min-width: 960px){.navigation-toggle-wrapper{display:none}}.navigation-toggle-wrapper.navigation-open .top{-webkit-transform:rotate(45deg);transform:rotate(45deg);top:42%;border-radius:5px;border-color:#C9177E}.navigation-toggle-wrapper.navigation-open .middle{width:30px;height:30px;top:9%;border-radius:50%;background-color:#fff;border-color:#fff;opacity:0.3}.navigation-toggle-wrapper.navigation-open .bottom{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);top:41%;border-radius:5px;background-color:#C9177E;border-color:#C9177E}.bar{width:30px;height:2px;border:2px solid #0083C0;background-color:#0083C0;position:absolute;border-radius:10px}.bar.navigation-open{background-color:#C9177E;border:2px solid #C9177E}.top{left:15%;top:30%;transition:all 0.5s}.middle{left:15%;top:43%;transition:all 0.5s}.bottom{left:15%;top:60%;transition:all 0.5s}#all-content-wrapper{margin-top:50px;z-index:5;transition:all .3s ease-in-out;opacity:1;overflow-x:hidden}@media only screen and (min-width: 960px){#all-content-wrapper{margin-left:250px}}#all-content-wrapper.navigation-open{transition:all .3s ease-in-out;-webkit-transform:translateX(250px);transform:translateX(250px);opacity:.4;overflow-x:hidden}@media only screen and (min-width: 960px){#all-content-wrapper.navigation-open{opacity:1;-webkit-transform:translateX(0px);transform:translateX(0px);overflow-x:hidden}}main.main{width:100%;display:block;margin-left:auto;margin-right:auto;position:relative;min-height:calc(100vh - 100px)}@media only screen and (min-width: 1200px){main.main{width:100%;margin-right:0px;max-width:calc(100vw - 500px - 20px);float:left;padding-left:0px;padding-right:0px}}.content{width:90%;margin-left:auto;margin-right:auto}@media only screen and (min-width: 960px){.content{float:left;margin-left:5%;margin-right:auto;max-width:90%}}@media only screen and (min-width: 1200px){.content{min-width:90%;max-width:90%}}header.content-header{display:block;clear:both;width:100%;position:relative;margin-top:24px;overflow-x:hidden;margin-bottom:1em}.content-section-image-wrapper{margin-bottom:1em}.content-section-image-wrapper a{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;color:#222}.content-section-image-wrapper a img{width:20px}.content-section-image-wrapper a span{font-size:.8em;margin-left:.25em}.content-header-links{display:none;position:absolute;right:1px;top:1px;text-transform:uppercase;width:auto;overflow:visible}@media only screen and (min-width: 760px){.content-header-links{display:block}}.content-header-links a{position:relative;display:inline-block;color:#222;padding:4px 6px;vertical-align:middle;height:36px;width:36px;line-height:36px;text-align:center;border-radius:3px;transition:all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);box-shadow:0 1px 3px rgba(0,0,0,0.12),0 1px 2px rgba(0,0,0,0.24)}.content-header-links a:hover{color:#222}.content-header-links a i.icon-pencil{font-size:20px;position:relative;bottom:4px;right:2px}.content-header-links a svg{height:24px;width:24px;display:inline}.content-header-links a.godoc-link{border-right-width:0px}.body-copy{margin-top:0px;margin-bottom:2.5em;display:block;overflow:visible}.body-copy div+h2{margin-top:1em}.body-copy em{font-weight:inherit}main.showcase-list{width:90%;max-width:1200px;margin-left:auto;margin-right:auto}@media only screen and (min-width: 1200px){main.showcase-list{margin-left:5%}}#showcase{display:-ms-flexbox;display:flex;list-style:none;padding-left:0px;margin-left:0px;width:100%;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:justify;justify-content:space-between}#showcase li.showcase-site{list-style:none;padding-left:0px;margin-left:0px;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;width:100%;transition:all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);box-shadow:0 1px 3px rgba(0,0,0,0.12),0 1px 2px rgba(0,0,0,0.24);margin-bottom:1.5em}@media only screen and (min-width: 760px){#showcase li.showcase-site{width:48%}}@media only screen and (min-width: 1200px){#showcase li.showcase-site{width:32%}}#showcase li.showcase-site .image-wrapper{width:100%;max-width:100%}#showcase li.showcase-site .image-wrapper img{width:100%;max-width:100%;border-bottom:1px solid #d9d9d9}#showcase li.showcase-site ul.tags{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%}#showcase li.showcase-site ul.tags li{margin-bottom:.25em;-ms-flex-item-align:start;align-self:flex-start;width:auto}#showcase li.showcase-site ul.tags li a{font-size:12px}#showcase li.showcase-site ul.tags li.tags-icon-li{box-shadow:none}#showcase li.showcase-site .showcase-meta{padding:10px}#showcase li.showcase-site .showcase-meta .showcase-links{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center;font-size:.8em}#showcase li.showcase-site .showcase-meta .showcase-links .showcase-source{font-size:.8em;text-transform:uppercase}#showcase li.showcase-site .showcase-meta .showcase-links .showcase-title{font-weight:bold}#showcase li.showcase-site .showcase-meta .showcase-links .showcase-title a{font-weight:bold}.showcase-source>a:before{font-family:'fontello';content:'\f121'}.showcase-source>a[href*="github"]:before{content:'\f056'}.showcase-source>a[href*="gitlab"]:before{content:'\f296'}.showcase-source>a[href*="bitbucket"]:before{content:'\e80a'}#site-footer{transition:-webkit-transform .3s ease-in-out;transition:transform .3s ease-in-out;background-color:#000;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;height:auto;padding-bottom:1em;z-index:20}#site-footer.navigation-open{transition:-webkit-transform .3s ease-in-out;transition:transform .3s ease-in-out;-webkit-transform:translateX(250px);transform:translateX(250px)}@media only screen and (min-width: 760px){#site-footer{-ms-flex-direction:row;flex-direction:row}}@media only screen and (min-width: 960px){#site-footer{width:calc(100% - 250px);margin-left:250px;height:140px}}.footer-content{width:90%;margin-left:auto;margin-right:auto;color:#fff;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;max-width:760px}.footer-content .footer-info{width:100%}.footer-content .footer-info span{width:100%;display:block;text-align:center;margin-top:1em}@media only screen and (min-width: 760px){.footer-content .footer-info span{margin-top:0px}}@media only screen and (min-width: 760px){.footer-content .footer-info{width:200px}}.footer-content img{max-width:140px;margin-left:auto;margin-right:auto;display:block}@media only screen and (min-width: 760px){.footer-content{-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.footer-content div{min-width:120px}}.footer-list{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;color:#fff;list-style:none;margin-left:0px;padding-left:0px;max-width:auto;margin-right:2em;margin:0px;-ms-flex-wrap:wrap;flex-wrap:wrap}.footer-list ul{list-style:none}.footer-list ul li a{color:#fff;font-size:.8em}#site-footer.homepage{width:100vw;margin-left:0px}#homepage-nav{transition:box-shadow .2s ease-in-out;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:100%;position:fixed;top:0px;left:0px;z-index:50;min-height:50px;max-height:50px;background-color:#fff}#homepage-nav.shadow{transition:box-shadow .2s ease-in-out;transition:all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);box-shadow:0 1px 3px rgba(0,0,0,0.12),0 1px 2px rgba(0,0,0,0.24)}ul.animated{margin-top:0px;margin-bottom:0px;max-width:400px;min-width:240px;text-align:center;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center}@media only screen and (min-width: 760px){ul.animated{min-width:320px}}ul.animated li{display:-ms-flexbox;display:flex}ul.animated li a{color:#737373}ul.animated li a:hover{color:#C9177E}#all-content-wrapper.home{margin-left:0px;margin-top:0px}@media only screen and (min-width: 760px){#all-content-wrapper.home{margin-left:0px}}#all-content-wrapper.home main#homepage.main{margin-left:0px;width:100vw;min-width:100vw}#homepage-nav+#toggle-search{right:1em;top:.25em}@media only screen and (min-width: 960px){#homepage-nav+#toggle-search+#site-search-form{right:.6em}}.home-row{min-height:auto;display:-ms-flexbox;display:flex}.home-row.hero{margin-top:50px;min-height:auto;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center}.home-row.hero.animated{opacity:0}.home-row:nth-child(2){background-color:#f0f0f0}.home-row:nth-child(3){background-color:#fff}.home-row.install{background-color:#222}.home-row:nth-child(5){background-color:#0083C0}.homepage-icon{display:block;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;width:90%;max-width:540px;margin-top:5em;margin-right:auto;margin-left:auto}.get-started{margin-bottom:5em}.get-started .button.xl{display:block;margin-top:1.5em;font-size:1.3em;padding-right:1em;padding-left:1em;width:auto;max-width:12em;margin-left:auto;margin-right:auto}.hero-tagline{color:#737373;font-size:1.2em;text-align:center;line-height:1.3;font-weight:400;margin-top:1.5em;font-style:normal;max-width:90%}@media only screen and (min-width: 760px){.hero-tagline{font-size:1.5em}}.home-row-content{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;max-width:960px;margin-left:auto;margin-right:auto;margin-top:4rem;margin-bottom:4rem;width:90%}.home-row-content h2{text-align:left;width:100%;text-align:center;margin-bottom:1em}.home-row-content h2 span{font-size:.7em;font-weight:300;color:#555}@media only screen and (min-width: 760px){.home-row-content{-ms-flex-wrap:nowrap;flex-wrap:nowrap}}@media only screen and (min-width: 1200px){.home-row-content{-ms-flex-pack:distribute;justify-content:space-around}}.home-row-content.first-fade{opacity:0}.home-row-content-focus{display:-ms-flexbox;display:flex;-ms-flex-pack:distribute;justify-content:space-around;max-width:760px;text-align:center}.home-row-content-focus hr{border-top:1px solid #222;height:0px}.home-row-content-focus .svg-wrapper{margin-left:auto;margin-right:auto;max-width:200px}.home-row-content-focus .svg-wrapper svg{max-width:200px}.home-row-content-features{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:distribute;justify-content:space-around;width:85%}.home-row-content-features .home-row-content-feature{margin-bottom:2em;max-width:297.6px}.home-row-content-features .home-row-content-feature h3{margin-bottom:.2em;padding-bottom:0px;font-weight:500;border-bottom:1px solid white;font-size:1.1em}.home-row-content-features .home-row-content-feature .homepage-feature-content{color:#555;font-weight:300;line-height:1.3;font-size:.9em}.home-row-content-features .home-row-content-feature .homepage-feature-content p{color:#6f6f6f}.home-row-content-features .home-row-content-feature .homepage-feature-content code:first-child{margin-right:.25em}.half{width:90%;margin-left:auto;margin-right:auto;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;max-width:100%;-ms-flex-align:center;align-items:center}@media only screen and (min-width: 960px){.half{width:384px;max-width:384px}}.half.half-content{-ms-flex-align:start;align-items:flex-start;-ms-flex-pack:justify;justify-content:space-between;padding-top:30px}.half.half-content h2{width:100%;font-size:22px;text-align:center;font-weight:500;line-height:1.3}@media only screen and (min-width: 760px){.half.half-content h2{margin-top:0px}}.half.half-content p{text-align:center;margin-left:auto;margin-right:auto;max-width:100%}.half.half-content hr,.half.half-content .hr{border:0;height:1px;opacity:1;background-image:linear-gradient(to right, transparent, rgba(0,0,0,0.75), transparent);width:100%;margin-bottom:2.5em;margin-top:2.5em}.homepage-terminal{font-family:"robotomono",courier,monospace;background-color:#737373;padding:1em 1.5em;text-align:left;width:110%;position:relative;left:-5%;max-width:360px;transition:all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);box-shadow:0 3px 6px rgba(0,0,0,0.16),0 3px 6px rgba(0,0,0,0.23);border-radius:5px;margin-top:1em;margin-right:auto;margin-left:auto;font-size:14px;margin-bottom:0px;color:transparent}@media only screen and (min-width: 760px){.homepage-terminal{width:100%;left:auto}}.homepage-terminal span{color:transparent}.homepage-terminal .blast{color:#fff}.svgs{display:-ms-flexbox;display:flex;-ms-flex-pack:distribute;justify-content:space-around;position:relative}.svgs svg,.svgs .img-wrapper{max-width:45%;max-width:140px}.svgs svg#markdown,.svgs .img-wrapper#markdown{margin-top:30px}@media only screen and (min-width: 960px){.svgs{margin-top:3.5em}}#hugopher-front{width:300px;position:relative}#hugopher-front .eye{-webkit-animation:squeeze 2.4s infinite;animation:squeeze 2.4s infinite}.gopher-badge{opacity:0;width:50px;position:absolute;top:24px}.gopher-cape{opacity:0}.eyes{-webkit-animation:squeeze 2.4s infinite;animation:squeeze 2.4s infinite}@keyframes squeeze{90%{-webkit-transform:none;transform:none;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}93%{-webkit-transform:translateY(70px) scaleY(0.1);transform:translateY(70px) scaleY(0.1)}100%{-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}}.home-row-content-install{color:#fff}.home-row-content-install .platform-icons{display:-ms-flexbox;display:flex;width:100%;color:#fff;-ms-flex-pack:justify;justify-content:space-between}.home-row-content-install .platform-icons i{font-size:40px}@media only screen and (min-width: 760px){.home-row-content-install .platform-icons i{font-size:60px}}.home-row-content-tweets{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:distribute;justify-content:space-around}.home-row-content-tweets h2{color:#fff}@media only screen and (min-width: 760px){.home-row-content-tweets{max-width:640px}}@media only screen and (min-width: 760px){.home-row-content-tweets{max-width:960px}}.homepage-tweet{max-width:300px;background-color:#fff;margin-bottom:20px;border-radius:4px;position:relative}.homepage-tweet i.icon-twitter{position:absolute;top:10px;right:10px;color:#1DA1F2}.homepage-tweet .homepage-tweet-attribution{font-style:normal;width:100%;display:block;font-size:.8em;text-align:right}.home-row-content-open-source{-ms-flex-wrap:wrap;flex-wrap:wrap}.home-row-content-open-source div{width:100%;text-align:center}.home-row-content-open-source i.icon-github{font-size:62px}@media only screen and (min-width: 760px){.home-row-content-open-source i.icon-github{font-size:90px}}.home-row-content-open-source i.icon-love{color:red}.no-js{opacity:1 !important}.body-copy[data-section="commands"]>h2:nth-of-type(1){display:none}.body-copy[data-section="commands"] h3{font-size:1.6em}.body-copy[data-section="commands"] h4{font-size:1.2em}.body-copy[data-section="commands"] h5{font-size:1.1em;margin-top:1em;margin-bottom:1em;color:#737373}.wip{background-color:#C9177E;color:white;position:absolute;left:40px;top:40px;-webkit-transform:rotate(-10deg);transform:rotate(-10deg);font-weight:bold;width:130px;font-size:20px;padding:6px;z-index:9999;overflow:visible;text-align:center;border-radius:15px;transition:all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);box-shadow:0 19px 38px rgba(0,0,0,0.3),0 15px 12px rgba(0,0,0,0.22)}#outdated{background-color:#0083C0;color:white;position:absolute;right:40px;top:20px;-webkit-transform:rotate(10deg);transform:rotate(10deg);font-weight:bold;width:200px;font-size:32px;padding:6px;z-index:9999;overflow:visible;text-align:center;border-radius:15px;transition:all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);box-shadow:0 19px 38px rgba(0,0,0,0.3),0 15px 12px rgba(0,0,0,0.22)} diff --git a/layouts/shortcodes/yt.html b/layouts/shortcodes/yt.html new file mode 100644 index 000000000..c222eb34f --- /dev/null +++ b/layouts/shortcodes/yt.html @@ -0,0 +1,11 @@ +
+ + {{if (.Get "thumbnail")}} +
+ {{else}} +
+ {{end}} +
+{{ if (.Get "description") }} +
{{ .Get "description" | markdownify }}
+{{ end }} \ No newline at end of file diff --git a/pipeline/js/scripts/video-thumbnail-switch.js b/pipeline/js/scripts/video-thumbnail-switch.js new file mode 100644 index 000000000..88cafa02b --- /dev/null +++ b/pipeline/js/scripts/video-thumbnail-switch.js @@ -0,0 +1,34 @@ +(function() { + let allVids = document.querySelectorAll('.video-thumbnail,.icon-video-play-button.shortcode'); + if (allVids.length > 0) { + for (var i = 0; i < allVids.length; i++) { + allVids[i].addEventListener('click', vidSwitch, false); + } + } + function vidSwitch(evt) { + var vidItem = evt.target, + vidParent = vidItem.parentNode, + clickedClass = vidItem.className, + iframe = document.createElement('iframe'), + //assign theService to the provider added, but set to lower case to control for youtube, YouTube, etc. + theService = vidItem.parentNode.dataset.streaming.toLowerCase(), + theVideoId = vidItem.parentNode.dataset.videoid; + if (theService == "youtube") { + console.log(theVideoId); + iframe.setAttribute('src', '//www.youtube.com/embed/' + theVideoId + '?autoplay=1&autohide=2&border=0&wmode=opaque&enablejsapi=1&controls=1&showinfo=0&rel=0&vq=hd1080'); + console.log(iframe); + } else if (theService == "vimeo") { + iframe.setAttribute('src', '//player.vimeo.com/video/' + theVideoId + '?autoplay=1&title=0&byline=0&portrait=0'); + } else { + console.log("If you are getting this error in the console, it is probably a sign that the youtube or vimeo api has changed."); + } + //The parameters for the video embed are set to show video controls but disallow related information at the video's end. + iframe.setAttribute('frameborder', '0'); + iframe.setAttribute('class', 'video-iframe'); + if (clickedClass === "video-thumbnail" || clickedClass === "icon-video-play-button shortcode") { + vidParent.querySelector('.icon-video-play-button').remove(); + vidParent.querySelector('.video-thumbnail').remove(); + vidParent.appendChild(iframe); + } + } +})(); diff --git a/pipeline/scss/base/_fontello.scss b/pipeline/scss/base/_fontello.scss index fc23be750..bfb344980 100755 --- a/pipeline/scss/base/_fontello.scss +++ b/pipeline/scss/base/_fontello.scss @@ -109,5 +109,6 @@ .icon-thumbs-down:before { content: '\e810'; } /* '' */ .icon-thumbs-up:before { content: '\e80f'; } /* '' */ .icon-twitter:before { content: '\f099'; } /* '' */ +.icon-video-play-button:before { content: '\f16a'; } /* '' */ .icon-wercker:before { content: '\e809'; } /* '' */ .icon-windows:before { content: '\f17a'; } /* '' */ \ No newline at end of file diff --git a/pipeline/scss/components/_video.scss b/pipeline/scss/components/_video.scss new file mode 100644 index 000000000..7fea8e602 --- /dev/null +++ b/pipeline/scss/components/_video.scss @@ -0,0 +1,104 @@ +//From the awesome Chris Coyier here: https://css-tricks.com/NetMag/FluidWidthVideo/Article-FluidWidthVideo.php + +.video-wrapper, +.iframe-wrapper { + transition: all .3s ease-in-out; + position: relative; + padding-bottom: 56.25%; + /* 16:9 */ + padding-top: 0px; + height: 0; + clear: both; + cursor: pointer; + margin-bottom: 1em; +} + +.iframe-wrapper, +iframe[src*="soundcloud.com"] { + @include card(2); +} + +.video-wrapper { + &:hover, + &:active, + &:focus { + filter: grayscale(0%); + cursor: pointer; + } +} + +.video-wrapper iframe, +.iframe-wrapper iframe { + position: absolute; + top: 0; + left: 0; + width: 100%; + height: 100%; + margin-bottom: 0em; +} + +.video-thumbnail { + transition: all .3s ease-in-out; + width: 100%; + min-height: 100%; + clear: both; + display: block; + z-index: 1; + padding-bottom: 56.25%; + background-repeat: no-repeat; + background-position: center; + background-size: cover; + cursor: pointer; + position: relative; + filter: grayscale(100%); + &:hover { + filter: grayscale(0%); + } +} + +.icon-video-play-button.shortcode { + font-family: "fontello"; + font-size: 3.8em; + color: #bb0000; + border-radius: 30px; + z-index: 2; + @include centerer; + &:hover + .video-thumbnail { + filter: grayscale(0%); + } +} + +.video-wrapper:after { + display: block; + width: 100%; + margin-bottom: 1em; +} + +.video-wrapper { + + h3, + + h4, + + p { + margin-top: 1em; + } +} + +.video-wrapper + h3 { + margin-bottom: 0px; + margin-top: .5em; +} + +h3 + .video-wrapper, h4 + .video-wrapper { + margin-top:1em; +} + +.video-description { + width: 100%; + text-align: center; + font-size: .8em; + margin-top: 0px; + color: lighten($base-font-color, 15%); + > p { + margin-top: 1em; + font-style: italic; + } +} diff --git a/pipeline/scss/style.scss b/pipeline/scss/style.scss index 701683511..fe487e74b 100644 --- a/pipeline/scss/style.scss +++ b/pipeline/scss/style.scss @@ -1,6 +1,5 @@ @import 'bourbon/bourbon'; // @import 'vendor/flexboxgrid'; - //variables and abstracts @import 'variables'; @import 'abstracts/mixins'; @@ -35,21 +34,19 @@ @import 'components/tables'; @import 'components/shortcode-examples'; @import 'components/gopher'; +@import 'components/video'; //vendor @import 'vendor/featherlight'; @import 'vendor/animatecss-truncated'; - //major layout parts/chrome @import 'layout/site-header'; @import 'layout/site-navigation'; @import 'layout/site-content'; @import 'layout/showcase'; @import 'layout/site-footer'; - //styles for individual pages // @import 'pages/homepage'; @import 'pages/homepage'; @import 'pages/commands'; - -@import 'temp'; \ No newline at end of file +@import 'temp'; diff --git a/static/css/style.min.css b/static/css/style.min.css index 322ca5eaf..41c9b73dd 100644 --- a/static/css/style.min.css +++ b/static/css/style.min.css @@ -1 +1 @@ -/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}h1{font-size:2em;margin:0.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace, monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto}input[type="search"]{-webkit-appearance:textfield;box-sizing:content-box;border-radius:0px !important;outline:none}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:bold}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}html{box-sizing:border-box}*,*:before,*:after{box-sizing:inherit}html,body{margin:0px;padding:0px;outline:none;border:none;font-size:18px;font-family:"muli","Helvetica Neue","Helvetica","Roboto","Arial",sans-serif;color:#222;line-height:1.6;font-weight:400;overflow-x:hidden}html,body{overflow-y:auto !important;-webkit-overflow-scrolling:touch !important}body{font-size:93%;overflow-x:hidden;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}@media only screen and (min-width: 760px){body{font-size:97%}}@media only screen and (min-width: 960px){body{font-size:100%}}strong{font-weight:700;color:#222}p{margin-top:0px;margin-bottom:1.5em;line-height:1.6}::-webkit-scrollbar{display:none}@font-face{font-family:'fontello';src:url("/fonts/fontello/fontello.eot?12848190");src:url("/fonts/fontello/fontello.eot?12848190#iefix") format("embedded-opentype"),url("/fonts/fontello/fontello.woff2?12848190") format("woff2"),url("/fonts/fontello/fontello.woff?12848190") format("woff"),url("/fonts/fontello/fontello.ttf?12848190") format("truetype"),url("/fonts/fontello/fontello.svg?12848190#fontello") format("svg");font-weight:normal;font-style:normal}[class^="icon-"]:before,[class*=" icon-"]:before{font-family:"fontello";font-style:normal;font-weight:normal;speak:none;display:inline-block;text-decoration:inherit;width:1em;margin-right:.2em;text-align:center;font-variant:normal;text-transform:none;line-height:1em;margin-left:.2em;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-apple:before{content:'\f179'}.icon-attach:before{content:'\e814'}.icon-attention:before{content:'\e815'}.icon-bash:before{content:'\e808'}.icon-bitbucket:before{content:'\e80a'}.icon-cancel:before{content:'\e80e'}.icon-chrome:before{content:'\e841'}.icon-clipboard:before{content:'\f0c5'}.icon-clock:before{content:'\e817'}.icon-code:before{content:'\f121'}.icon-cog-alt:before{content:'\e816'}.icon-copy:before{content:'\f0c5'}.icon-discuss:before{content:'\f03d'}.icon-docs:before{content:'\f0c5'}.icon-download:before{content:'\e806'}.icon-edge:before{content:'\f282'}.icon-file-pdf:before{content:'\f1c1'}.icon-firefox:before{content:'\e840'}.icon-forum:before{content:'\f03d'}.icon-forums:before{content:'\f03d'}.icon-freebsd:before{content:'\e800'}.icon-git:before{content:'\f1d3'}.icon-github-alt:before{content:'\f056'}.icon-github:before{content:'\f09b'}.icon-gitlab:before{content:'\f296'}.icon-gitter:before{content:'\e805'}.icon-golang:before{content:'\e801'}.icon-heart:before{content:'\e804'}.icon-home:before{content:'\e813'}.icon-html:before{content:'\f13b'}.icon-hugo:before{content:'\e802'}.icon-ie:before{content:'\e843'}.icon-javascript:before{content:'\e81d'}.icon-js:before{content:'\e81d'}.icon-link-external:before{content:'\f08e'}.icon-link:before{content:'\e812'}.icon-linux:before{content:'\f17c'}.icon-mail-alt:before{content:'\f0e0'}.icon-md:before{content:'\e818'}.icon-netlify:before{content:'\e80b'}.icon-next:before{content:'\e81b'}.icon-opera:before{content:'\e842'}.icon-pdf:before{content:'\f1c1'}.icon-pencil:before{content:'\e807'}.icon-pin:before{content:'\e811'}.icon-prev:before{content:'\e81c'}.icon-quote-left:before{content:'\e819'}.icon-quote-right:before{content:'\e81a'}.icon-search:before{content:'\e803'}.icon-tag:before{content:'\e80d'}.icon-tags:before{content:'\e80c'}.icon-thumbs-down:before{content:'\e810'}.icon-thumbs-up:before{content:'\e80f'}.icon-twitter:before{content:'\f099'}.icon-wercker:before{content:'\e809'}.icon-windows:before{content:'\f17a'}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}@font-face{font-family:"muli";src:url("/fonts/muli/muli-400-webfont.woff2") format("woff2"),url("/fonts/muli/muli-400-webfont.woff") format("woff"),url("/fonts/muli/muli-400-webfont.ttf") format("truetype");font-weight:400;font-style:normal}@font-face{font-family:"muli";src:url("/fonts/muli/muli-400-italic-webfont.woff2") format("woff2"),url("/fonts/muli/muli-400-italic-webfont.woff") format("woff"),url("/fonts/muli/muli-400-italic-webfont.ttf") format("truetype");font-weight:400;font-style:italic}@font-face{font-family:"muli";src:url("/fonts/muli/muli-600-webfont.woff2") format("woff2"),url("/fonts/muli/muli-600-webfont.woff") format("woff"),url("/fonts/muli/muli-600-webfont.ttf") format("truetype");font-weight:600;font-style:normal}@font-face{font-family:"muli";src:url("/fonts/muli/muli-600-italic-webfont.woff2") format("woff2"),url("/fonts/muli/muli-600-italic-webfont.woff") format("woff"),url("/fonts/muli/muli-600-italic-webfont.ttf") format("truetype");font-weight:600;font-style:italic}@font-face{font-family:"muli";src:url("/fonts/muli/muli-700-webfont.woff2") format("woff2"),url("/fonts/muli/muli-700-webfont.woff") format("woff"),url("/fonts/muli/muli-700-webfont.ttf") format("truetype");font-weight:700;font-style:normal}@font-face{font-family:"muli";src:url("/fonts/muli/muli-700-italic-webfont.woff2") format("woff2"),url("/fonts/muli/muli-700-italic-webfont.woff") format("woff"),url("/fonts/muli/muli-700-italic-webfont.ttf") format("truetype");font-weight:700;font-style:italic}@font-face{font-family:"robotomono";src:url("/fonts/robotomono/robotomono-400-webfont.woff2") format("woff2"),url("/fonts/robotomono/robotomono-400-webfont.woff") format("woff"),url("/fonts/robotomono/robotomono-400-webfont.ttf") format("truetype");font-weight:400;font-style:normal}@font-face{font-family:"robotomono";src:url("/fonts/robotomono/robotomono-400-italic-webfont.woff2") format("woff2"),url("/fonts/robotomono/robotomono-400-italic-webfont.woff") format("woff"),url("/fonts/robotomono/robotomono-400-italic-webfont.ttf") format("truetype");font-weight:400;font-style:italic}@font-face{font-family:"robotomono";src:url("/fonts/robotomono/robotomono-500-webfont.woff2") format("woff2"),url("/fonts/robotomono/robotomono-500-webfont.woff") format("woff"),url("/fonts/robotomono/robotomono-500-webfont.ttf") format("truetype");font-weight:500;font-style:normal}@font-face{font-family:"robotomono";src:url("/fonts/robotomono/robotomono-500-italic-webfont.woff2") format("woff2"),url("/fonts/robotomono/robotomono-500-italic-webfont.woff") format("woff"),url("/fonts/robotomono/robotomono-500-italic-webfont.ttf") format("truetype");font-weight:500;font-style:italic}h1,h2,h3,h4,h5,h6{font-family:"muli","Helvetica Neue","Helvetica","Roboto","Arial",sans-serif;font-weight:600;margin:0px;line-height:1.15;position:relative}h1>code,h1>a,h2>code,h2>a,h3>code,h3>a,h4>code,h4>a,h5>code,h5>a,h6>code,h6>a{font-weight:600}h1.page-title{font-size:1.8em;line-height:1.2;letter-spacing:-.021em;padding-bottom:0px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;margin-bottom:8px;font-weight:600}@media only screen and (min-width: 760px){h1.page-title{font-size:2.3em}}@media only screen and (min-width: 960px){h1.page-title{font-size:2.3em}}@media only screen and (min-width: 1200px){h1.page-title{font-size:2.3em}}@media only screen and (min-width: 760px){h1.page-title{padding-top:0px}}h1.page-title img{display:inline;height:1em;width:1em;margin-right:.15em}h1.page-title i[class^="icon-"]{margin-left:-.15em;margin-right:.15em}h1.page-title.commands,h1.page-title.functions{font-family:"robotomono",courier,monospace;font-weight:400}h2,h3{padding-bottom:24px}h2{font-size:1.4em}@media only screen and (min-width: 760px){h2{font-size:1.6em}}@media only screen and (min-width: 960px){h2{font-size:1.6em}}@media only screen and (min-width: 1200px){h2{font-size:1.6em}}h2.contents-list-heading{text-transform:uppercase;color:#737373}h2.contents-list-heading em{font-style:normal}h3{font-size:1.2em}@media only screen and (min-width: 760px){h3{font-size:1.2em}}@media only screen and (min-width: 960px){h3{font-size:1.2em}}@media only screen and (min-width: 1200px){h3{font-size:1.2em}}h4{font-size:1.1em;margin-top:1em;margin-bottom:1em;color:#737373}h5{font-size:1em;font-weight:600;margin-bottom:1em;color:#222}.functions,.commands{font-family:"robotomono",courier,monospace;font-weight:500;color:inherit}.functions>em,.commands>em{font-style:normal;font-family:"muli","Helvetica Neue","Helvetica","Roboto","Arial",sans-serif;padding-left:.25em;padding-right:.25em;font-size:.8em;position:relative;margin-bottom:.3em}.submenu-item:first-child a.submenu-item-link.functions{font-family:"muli","Helvetica Neue","Helvetica","Roboto","Arial",sans-serif}hr{border-top:3px double #222}button,a[role="button"]{background-color:#0083C0;color:#fff;border:none;outline:none;border-radius:3px;padding:.25em .5em;font-size:1em;box-shadow:none;text-align:center;transition:all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);box-shadow:0 1px 3px rgba(0,0,0,0.12),0 1px 2px rgba(0,0,0,0.24)}button:hover,a[role="button"]:hover{transition:box-shadow 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);box-shadow:0 10px 20px rgba(0,0,0,0.19),0 6px 6px rgba(0,0,0,0.23)}.navbutton__wrapper{position:fixed;top:24px;left:24px;z-index:99}@media only screen and (min-width: 960px){.navbutton__wrapper{display:none}}.nav__wrapper--active:before{content:'';width:40px;height:40px;border-radius:50%;background-color:#0083C0;position:absolute;top:-20px;right:-20px;z-index:1;padding:0;margin:0;overflow:hidden;transition:box-shadow 1s}.trigger{width:40px;height:2px;border-radius:50%;background-color:#fff;position:absolute;top:-20px;right:-20px;z-index:2;padding:19px 0 21px;margin:0;overflow:hidden;transition:background 1s, box-shadow 1s}.nav__trigger{position:relative;list-style-type:none;padding:0;margin:0;z-index:4}.nav__trigger .nav__trigger-item{height:3px;width:20px;background-color:#0083C0;display:block;position:absolute;left:50%;margin-left:-10px}.nav__wrapper--active .trigger{background-color:#C9177E}.nav__trigger .nav__trigger-item.nav__trigger-item--first{top:-8px;transition:top .5s .4s ease, -webkit-transform .4s ease;transition:top .5s .4s ease, transform .4s ease;background-color:#0083C0}.nav__trigger .nav__trigger-item.nav__trigger-item--second{top:0;transition:opacity .3s .4s ease}.nav__trigger .nav__trigger-item.nav__trigger-item--third{top:8px;transition:top .5s .4s ease, -webkit-transform .4s ease;transition:top .5s .4s ease, transform .4s ease;background-color:#0083C0}.nav__wrapper--active .nav__trigger-item{background-color:#fff}.nav__wrapper--active .nav__trigger-item.nav__trigger-item--first{top:0px;-webkit-transform:rotate(45deg);transform:rotate(45deg);transition:top .4s ease, -webkit-transform .5s .4s ease;transition:top .4s ease, transform .5s .4s ease;background-color:#fff}.nav__wrapper--active .nav__trigger-item.nav__trigger-item--second{opacity:0}.nav__wrapper--active .nav__trigger-item.nav__trigger-item--third{top:0px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);background-color:#fff;transition:top .4s ease, -webkit-transform .5s .4s ease;transition:top .4s ease, transform .5s .4s ease}nav ul,nav ol,aside ul,aside ol{margin-left:0px;padding-left:0px;list-style:none;text-indent:0px}nav ul li,nav ol li,aside ul li,aside ol li{position:relative;margin-left:0px;padding-left:0px;list-style:none}.body-copy ul,.body-copy ol{padding-left:.75em;margin-left:.5em;margin-top:0px;padding-top:0px;margin-bottom:1.5em}.body-copy ul li,.body-copy ol li{position:relative;margin-top:.25em}.body-copy ul li ul,.body-copy ul li ol,.body-copy ol li ul,.body-copy ol li ol{margin-bottom:0px}.body-copy ul{list-style:disc outside none}.body-copy ul li ul{list-style-type:circle}.body-copy ul li ul li ul{list-style-type:square}.body-copy ol li ol{list-style-type:lower-roman}.body-copy ol li ol li ol{list-style-type:lower-alpha}.body-copy dl{margin:0px;border-bottom:1px solid #ccc;border-top:1px solid #ccc;display:block;margin-bottom:1em;font-size:1em;clear:both;line-height:1.6;padding-top:.5em;padding-bottom:.5em}.body-copy dl dt{float:left;display:block;width:100%;clear:both;margin:0px;font-weight:bolder;margin-right:1em}.body-copy dl dt code{font-size:.9em}.body-copy dl dt>strong>em>code{font-style:normal;position:relative}.body-copy dl dt>strong>em>code:after{display:inline-block;position:relative;font-family:'FontAwesome';content:'\f06a';font-size:.9em;top:-.6em;right:0px;margin-right:-.5em;color:#C9177E}.body-copy dl dd{margin:.5em 0em 0em 0em;text-indent:0px;height:auto;font-size:1em;padding-top:.25em;padding-bottom:0em;padding-left:1.5em;padding-right:0em}.body-copy dl dd strong>code{color:#00A88A}.body-copy dl dd strong:first-child>code{color:#0083C0}.body-copy ol>li>del{color:#C9177E}.body-copy ol>li>del:after{display:inline-block;height:1em;width:1em;font-family:'fontello';content:'\e810';margin-left:.5em;font-size:1.2em;color:#C9177E}.body-copy .task-list{list-style:none;margin-left:0px;padding-left:0px}.body-copy .task-list li{list-style:none}a{color:#C9177E;font-weight:inherit}a,a:hover,a:active,a:focus{text-decoration:none;cursor:pointer}a:hover{text-decoration:none}.body-copy li a,.body-copy p a{z-index:1;color:#C9177E}.body-copy li a:hover,.body-copy p a:hover{border-bottom:1px solid #C9177E}a.tooltip{position:relative;overflow:visible;font-family:"muli","Helvetica Neue","Helvetica","Roboto","Arial",sans-serif}a.tooltip:hover::before{display:inline-block;position:absolute;line-height:1;bottom:-1.4em;font-size:12px;color:white;min-width:80px;padding:.25em .33em;background-color:#222;content:attr(data-tooltip);white-space:nowrap;text-transform:none;font-weight:normal;border-radius:.25em}a.tooltip.left:hover::before{right:0px;left:auto}a.tooltip.right:hover::before{right:0px;left:auto}a.tooltip.edit-link:hover::after{content:'\f09b';font-family:'fontello';color:white;font-size:13px;display:inline-block;position:absolute;line-height:1;bottom:-1.1em;right:3px}a.tooltip.edit-link:hover::before{padding-right:1.5em;font-family:"muli","Helvetica Neue","Helvetica","Roboto","Arial",sans-serif}.icon-github:before{content:'\f09b'}.body-copy a.heading-link{opacity:0;color:silver;transition:opacity .3s ease-in-out;font-size:.7em;position:absolute;display:inline;top:.35em;right:0px;height:1.2em;width:1.2em}@media only screen and (min-width: 760px){.body-copy a.heading-link{left:-1.5em}}.body-copy a.heading-link:hover:after{content:'Copy Link';display:inline-block;width:70px;background-color:#000;color:#fff;font-size:12px;position:absolute;bottom:-1.5em;border-radius:3px;left:-1em;text-align:center}.body-copy a.heading-link.copied:hover::after{content:'Copied!'}.body-copy h2:hover a.heading-link,.body-copy h3:hover a.heading-link{transition:opacity .3s ease-in-out;opacity:1}.body-copy h2:hover .icon-link:hover,.body-copy h3:hover .icon-link:hover{color:#C9177E}.body-copy img{width:100%;max-width:100%;height:auto}.admonition{padding:.75em}.note,.warning{display:block;margin-bottom:20px;width:100%;border-left-width:4px;border-left-style:solid;border-left-color:#555;position:relative;padding-top:4px;padding-bottom:4px}.note #exclamation-icon,.warning #exclamation-icon{height:20px;width:20px;fill:#0083C0;position:absolute;top:20%;left:-12px;background-color:white}.note h2,.warning h2{display:none}.note .admonition-content,.warning .admonition-content{display:block;margin:0px;font-size:1em;padding:8px;margin-left:12px;color:#555}.note .admonition-content p:last-child,.warning .admonition-content p:last-child{margin-bottom:0px}.note .admonition-content ul:last-child,.note .admonition-content ol:last-child,.warning .admonition-content ul:last-child,.warning .admonition-content ol:last-child{margin-bottom:0px}.note .admonition-content ul:last-child+p,.note .admonition-content ol:last-child+p,.warning .admonition-content ul:last-child+p,.warning .admonition-content ol:last-child+p{margin-top:1em}.note{border-color:#0083C0;background-color:#f9fdfe}.note #exclamation-icon{fill:#0083C0}.warning{border-color:#C9177E;background-color:#fef5fa}.warning #exclamation-icon{fill:#C9177E}.hljs{display:block;overflow-x:auto;padding:0.5em;background:#f5f5f5;font-size:.9em}.hljs,.hljs-tag,.hljs-subst{color:#000}.hljs-strong,.hljs-emphasis{color:#737373}.hljs-bullet,.hljs-quote,.hljs-number,.hljs-regexp,.hljs-literal,.hljs-link{color:#0083c0}.hljs-code,.hljs-title,.hljs-section,.hljs-selector-class{color:#00A88A}.hljs-strong{font-weight:bold}.hljs-emphasis{font-style:italic}.hljs-keyword,.hljs-selector-tag,.hljs-name,.hljs-attr{color:#C9177E}.hljs-symbol,.hljs-attribute{color:#0083c0}.hljs-params,.hljs-class .hljs-title{color:#000}.hljs-string,.hljs-type,.hljs-built_in,.hljs-builtin-name,.hljs-selector-id,.hljs-selector-attr,.hljs-selector-pseudo,.hljs-addition,.hljs-variable,.hljs-template-variable{color:#0083c0}.hljs-comment,.hljs-deletion,.hljs-meta{color:#737373}.language-toml.hljs .hljs-section{color:#C9177E}kbd{font-family:"robotomono",courier,monospace}.body-copy code,.body-copy pre{font-family:"robotomono",courier,monospace;font-size:.9em;weight:inherit;font-weight:400;overflow-y:visible;z-index:1}.body-copy>pre{position:relative;margin-bottom:1.5em}.body-copy pre>code,.body-copy .code{background-color:#f5f5f5}.body-copy>pre{overflow-x:scroll}.body-copy ol code,.body-copy ul code,.body-copy div code,.body-copy strong code,.body-copy em code,.body-copy span code,.body-copy p code,.body-copy dd code,.body-copy dt code{background-color:#f5f5f5}@media only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi){.body-copy ol code,.body-copy ul code,.body-copy div code,.body-copy strong code,.body-copy em code,.body-copy span code,.body-copy p code,.body-copy dd code,.body-copy dt code{background-color:#f5f5f5}}.code{display:block;position:relative;overflow:hidden;padding:.5em;overflow-y:visible;margin-bottom:1.5em}code[class^="language-"]:after{display:block;position:absolute;top:4px;right:4px;color:#7b7b7b;font-family:'fontello';content:'\f121'}.copy-button+.code-copy-content code[class^="language-"]:after{position:absolute;top:-4px;right:4px}code.language-git:after{font-family:'fontello';content:'\f1d3';font-size:16px;top:2px}code.language-hugo:after,code.language-go:after,code.language-golang:after{font-family:'fontello';content:'\e801'}code.language-html:after{font-family:'fontello';content:'\f13b'}code.language-javascript:after,code.language-js:after{font-family:'fontello';content:'\e81d'}code.language-json:after{content:'JSON';font-size:.8em;padding-right:.3em;font-family:"robotomono",courier,monospace}code.language-md:after,code.language-markdown:after{font-family:'fontello';content:'\e818'}code.language-sass:after,code.language-scss:after{font-family:'fontello';content:'\e803'}code.language-bash:after,code.language-sh:after{font-family:'fontello';content:'\e808';right:6px}code.language-toml:after{content:'TOML';font-size:.8em;padding-right:.3em;font-family:"robotomono",courier,monospace}code.language-yaml:after,code.language-yml:after{content:'YAML';font-size:.8em;padding-right:.3em;font-family:"robotomono",courier,monospace}.copy-button+.code-copy-content code[class^="language-"]:after{display:none;position:absolute;top:-8px;right:4px}blockquote code[class^="language-"]:after,.admonition code[class^="language-"]:after{content:''}.filename{font-family:"robotomono",courier,monospace;color:#626262;padding-left:1em;padding-top:.25em;font-size:.7em;background-color:#f5f5f5;width:100%;font-style:italic;margin-bottom:0px}.code-icon{position:absolute;top:2px;right:4px}.copy-button,.download-button{transition:opacity .3s ease-in-out;opacity:1;position:absolute;right:1px;top:1px;background-color:white;color:#222;border-radius:0px;transition:all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);box-shadow:0 1px 3px rgba(0,0,0,0.12),0 1px 2px rgba(0,0,0,0.24);height:30px;min-width:70px;font-size:12px;display:block;z-index:15}.copy-button:hover,.download-button:hover{transition:all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);box-shadow:0 10px 20px rgba(0,0,0,0.19),0 6px 6px rgba(0,0,0,0.23)}.copy-button span.button-text,.download-button span.button-text{text-transform:uppercase;margin-left:0px}.download-button{position:absolute;min-width:70px;top:1px;right:72px}@media only screen and (min-device-width: 375px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2){.download-button{display:none}}.tooltipped{position:absolute}.tooltipped:after{position:absolute;z-index:1000000;display:none;padding:2px 4px;font-size:.8em;font-weight:700;font-family:"muli","Helvetica Neue","Helvetica","Roboto","Arial",sans-serif;color:#fff;text-align:center;text-transform:uppercase;text-decoration:none;text-shadow:none;letter-spacing:normal;word-wrap:break-word;white-space:pre;pointer-events:none;content:attr(aria-label);background-color:#0083C0;border-color:#0083C0;border-radius:0px;-webkit-font-smoothing:subpixel-antialiased}.tooltipped:before{position:absolute;z-index:1000001;display:none;width:0;height:0;color:#0083C0;pointer-events:none;content:"";border:5px solid transparent}.tooltipped:hover:before,.tooltipped:hover:after,.tooltipped:active:before,.tooltipped:active:after,.tooltipped:focus:before,.tooltipped:focus:after{display:inline-block;text-decoration:none}.tooltipped-multiline:hover:after,.tooltipped-multiline:active:after,.tooltipped-multiline:focus:after{display:table-cell}.tooltipped-s:after,.tooltipped-se:after,.tooltipped-sw:after{top:100%;right:50%;margin-top:5px;text-align:center}.tooltipped-s:before,.tooltipped-se:before,.tooltipped-sw:before{top:auto;right:50%;bottom:-5px;margin-right:-5px;border-bottom-color:#0083C0;text-align:center}.tooltipped-se:after{right:auto;left:50%;text-align:center}.tooltipped-n:after,.tooltipped-ne:after,.tooltipped-nw:after{right:50%;bottom:100%;margin-bottom:5px}.tooltipped-n:before,.tooltipped-ne:before,.tooltipped-nw:before{top:-5px;right:50%;bottom:auto;margin-right:-5px;border-top-color:#0083C0}.tooltipped-ne:after{right:auto;left:50%;margin-left:-15px}.tooltipped-nw:after{margin-right:-15px}.tooltipped-s:after,.tooltipped-n:after{-webkit-transform:translateX(50%);transform:translateX(50%)}.tooltipped-w:after{right:100%;bottom:50%;margin-right:5px;-webkit-transform:translateY(50%);transform:translateY(50%)}.tooltipped-w:before{top:50%;bottom:50%;left:-5px;margin-top:-5px;border-left-color:#0083C0}.tooltipped-e:after{bottom:50%;left:100%;margin-left:5px;-webkit-transform:translateY(50%);transform:translateY(50%)}.tooltipped-e:before{top:50%;right:-5px;bottom:50%;margin-top:-5px;border-right-color:#0083C0}.tooltipped-multiline:after{width:-webkit-max-content;width:-moz-max-content;width:max-content;max-width:250px;word-break:break-word;word-wrap:normal;white-space:pre-line;border-collapse:separate}.tooltipped-multiline.tooltipped-s:after,.tooltipped-multiline.tooltipped-n:after{right:auto;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.tooltipped-multiline.tooltipped-w:after,.tooltipped-multiline.tooltipped-e:after{right:100%}svg.svg-icon{max-width:60px}span.yes code{color:#00A88A}span.no code{background-color:#C9177E;color:#fff}span.no:after,span.bad:after{display:inline-block;height:1em;width:1em;font-family:'fontello';content:'\e810';margin-left:.5em;font-size:1.2em;color:#C9177E}span.yes:after,.good:after{display:inline-block;height:1em;width:1em;font-family:'fontello';content:'\e80f';color:#00A88A;margin-left:.5em;font-size:1.2em}span.break{position:relative;display:inline-block;font-weight:bold;text-align:center;width:auto;left:calc(50% - 40px)}span.break:before,span.break:after{content:"";position:absolute;display:inline-block;height:.2em;border-bottom:1px solid black;border-top:1px solid black;top:.666em;width:140px}span.break:before{right:100%;margin-right:.5em}span.break:after{left:100%;margin-left:.5em}span.na code{background-color:transparent;color:#bbb}h2 .fa.fa-thumbs-up,h3 .fa.fa-thumbs-up,h4 .fa.fa-thumbs-up,li .fa.fa-thumbs-up{color:#00A88A}h2 .fa.fa-thumbs-down,h3 .fa.fa-thumbs-down,h4 .fa.fa-thumbs-down,li .fa.fa-thumbs-down{color:#C9177E}ul.tags{list-style:none;margin:0;padding:0;margin-top:1em;margin-bottom:.5em;margin-right:4px;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;float:right}ul.tags li{height:20px;line-height:20px;margin-left:4px;margin-bottom:.75em;display:-ms-flexbox;display:flex}ul.tags li:not(.icon){transition:all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);box-shadow:0 1px 3px rgba(0,0,0,0.12),0 1px 2px rgba(0,0,0,0.24)}ul.tags li:not(.icon):hover{transition:box-shadow 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);box-shadow:0 10px 20px rgba(0,0,0,0.19),0 6px 6px rgba(0,0,0,0.23)}ul.tags li a{line-height:20px;-ms-flex-align:center;align-items:center;height:20px;font-size:14px;color:#222;padding-left:.3em;padding-right:.3em}.searchbox{display:inline-block;position:relative;width:300px;height:32px !important;white-space:nowrap;box-sizing:border-box;visibility:visible !important}.searchbox .algolia-autocomplete{display:block;width:100%;height:100%}.searchbox__wrapper{width:100%;height:100%;z-index:999;position:relative}.searchbox__input{display:inline-block;box-sizing:border-box;transition:box-shadow .4s ease, background .4s ease;border:0;border-radius:16px;box-shadow:inset 0 0 0 0px #ccc;background:#fff !important;padding:0;padding-right:26px;padding-left:32px;width:100%;height:100%;vertical-align:middle;white-space:normal;font-size:1em;appearance:none}.searchbox__input::-webkit-search-decoration,.searchbox__input::-webkit-search-cancel-button,.searchbox__input::-webkit-search-results-button,.searchbox__input::-webkit-search-results-decoration{display:none}.searchbox__input:hover{box-shadow:inset 0 0 0 0px #b3b3b3}.searchbox__input:focus,.searchbox__input:active{outline:0;box-shadow:inset 0 0 0 0px #aaa;background:#fff}.searchbox__input::-webkit-input-placeholder{color:#aaa}.searchbox__input::-moz-placeholder{color:#aaa}.searchbox__input:-ms-input-placeholder{color:#aaa}.searchbox__input::placeholder{color:#aaa}.searchbox__submit{position:absolute;top:0;margin:0;border:0;border-radius:16px 0 0 16px;background-color:rgba(69,142,225,0);padding:0;width:32px;height:100%;vertical-align:middle;text-align:center;font-size:inherit;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;right:inherit;left:0}.searchbox__submit::before{display:inline-block;margin-right:-4px;height:100%;vertical-align:middle;content:''}.searchbox__submit:hover,.searchbox__submit:active{cursor:pointer}.searchbox__submit:focus{outline:0}.searchbox__submit svg{width:14px;height:14px;vertical-align:middle;fill:#6D7E96}.searchbox__reset{display:block;position:absolute;top:8px;right:8px;margin:0;border:0;background:none;cursor:pointer;padding:0;font-size:inherit;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;fill:rgba(0,0,0,0.5)}.searchbox__reset.hide{display:none}.searchbox__reset:focus{outline:0}.searchbox__reset svg{display:block;margin:4px;width:8px;height:8px}.searchbox__input:valid ~ .searchbox__reset{display:block;-webkit-animation-name:sbx-reset-in;animation-name:sbx-reset-in;-webkit-animation-duration:.15s;animation-duration:.15s}@-webkit-keyframes sbx-reset-in{0%{-webkit-transform:translate3d(-20%, 0, 0);transform:translate3d(-20%, 0, 0);opacity:0}100%{-webkit-transform:none;transform:none;opacity:1}}@keyframes sbx-reset-in{0%{-webkit-transform:translate3d(-20%, 0, 0);transform:translate3d(-20%, 0, 0);opacity:0}100%{-webkit-transform:none;transform:none;opacity:1}}.algolia-autocomplete.algolia-autocomplete-right .ds-dropdown-menu{right:0 !important;left:inherit !important}.algolia-autocomplete.algolia-autocomplete-right .ds-dropdown-menu:before{right:48px}.algolia-autocomplete.algolia-autocomplete-left .ds-dropdown-menu{left:0 !important;right:inherit !important}.algolia-autocomplete.algolia-autocomplete-left .ds-dropdown-menu:before{left:48px}.algolia-autocomplete .ds-dropdown-menu{position:relative;top:-6px;border-radius:4px;margin:6px 0 0;padding:0;text-align:left;height:auto;position:relative;background:transparent;border:none;z-index:999;max-width:500px;min-width:400px;box-shadow:0 1px 0 0 rgba(0,0,0,0.2),0 2px 3px 0 rgba(0,0,0,0.1)}.algolia-autocomplete .ds-dropdown-menu:before{display:block;position:absolute;content:'';width:14px;height:14px;background:#fff;z-index:1000;top:-7px;border-top:1px solid #d9d9d9;border-right:1px solid #d9d9d9;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);border-radius:2px}.algolia-autocomplete .ds-dropdown-menu .ds-suggestions{position:relative;z-index:1000;margin-top:8px}.algolia-autocomplete .ds-dropdown-menu .ds-suggestion{cursor:pointer}.algolia-autocomplete .ds-dropdown-menu .ds-suggestion.ds-cursor .algolia-docsearch-suggestion.suggestion-layout-simple{background-color:rgba(69,142,225,0.05)}.algolia-autocomplete .ds-dropdown-menu .ds-suggestion.ds-cursor .algolia-docsearch-suggestion:not(.suggestion-layout-simple) .algolia-docsearch-suggestion--content{background-color:rgba(69,142,225,0.05)}.algolia-autocomplete .ds-dropdown-menu [class^="ds-dataset-"]{position:relative;border:solid 1px #d9d9d9;background:#fff;border-radius:4px;overflow:auto;padding:0 8px 8px}.algolia-autocomplete .ds-dropdown-menu *{box-sizing:border-box}.algolia-autocomplete .algolia-docsearch-suggestion{position:relative;padding:0 8px;background:#fff;color:#02060C;overflow:hidden}.algolia-autocomplete .algolia-docsearch-suggestion--highlight{color:#174d8c;background:rgba(143,187,237,0.1);padding:0.1em 0.05em}.algolia-autocomplete .algolia-docsearch-suggestion--category-header .algolia-docsearch-suggestion--category-header-lvl0 .algolia-docsearch-suggestion--highlight,.algolia-autocomplete .algolia-docsearch-suggestion--category-header .algolia-docsearch-suggestion--category-header-lvl1 .algolia-docsearch-suggestion--highlight{color:inherit;background:inherit}.algolia-autocomplete .algolia-docsearch-suggestion--text .algolia-docsearch-suggestion--highlight{padding:0 0 1px;background:inherit;box-shadow:inset 0 -2px 0 0 rgba(69,142,225,0.8);color:inherit}.algolia-autocomplete .algolia-docsearch-suggestion--content{display:block;float:right;width:70%;position:relative;padding:5.33333px 0 5.33333px 10.66667px;cursor:pointer}.algolia-autocomplete .algolia-docsearch-suggestion--content:before{content:'';position:absolute;display:block;top:0;height:100%;width:1px;background:#ddd;left:-1px}.algolia-autocomplete .algolia-docsearch-suggestion--category-header{position:relative;border-bottom:1px solid #ddd;display:none;margin-top:8px;padding:4px 0;font-size:1em;color:#33363D}.algolia-autocomplete .algolia-docsearch-suggestion--wrapper{width:100%;float:left;padding:8px 0 0 0}.algolia-autocomplete .algolia-docsearch-suggestion--subcategory-column{float:left;width:30%;display:none;padding-left:0;text-align:right;position:relative;padding:5.33333px 10.66667px;color:#A4A7AE;font-size:.9em;word-wrap:break-word}.algolia-autocomplete .algolia-docsearch-suggestion--subcategory-column:before{content:'';position:absolute;display:block;top:0;height:100%;width:1px;background:#ddd;right:0}.algolia-autocomplete .algolia-docsearch-suggestion--subcategory-column .algolia-docsearch-suggestion--highlight{background-color:inherit;color:inherit}.algolia-autocomplete .algolia-docsearch-suggestion--subcategory-inline{display:none}.algolia-autocomplete .algolia-docsearch-suggestion--title{margin-bottom:4px;color:#02060C;font-size:.9em;font-weight:bold}.algolia-autocomplete .algolia-docsearch-suggestion--text{display:block;line-height:1.2em;font-size:.85em;color:#63676D}.algolia-autocomplete .algolia-docsearch-suggestion--no-results{width:100%;padding:8px 0;text-align:center;font-size:1.2em}.algolia-autocomplete .algolia-docsearch-suggestion--no-results::before{display:none}.algolia-autocomplete .algolia-docsearch-suggestion code{padding:1px 5px;font-size:90%;border:none;color:#222222;background-color:#EBEBEB;border-radius:3px;font-family:Menlo,Monaco,Consolas,"Courier New",monospace}.algolia-autocomplete .algolia-docsearch-suggestion code .algolia-docsearch-suggestion--highlight{background:none}.algolia-autocomplete .algolia-docsearch-suggestion.algolia-docsearch-suggestion__main .algolia-docsearch-suggestion--category-header{display:block}.algolia-autocomplete .algolia-docsearch-suggestion.algolia-docsearch-suggestion__secondary .algolia-docsearch-suggestion--subcategory-column{display:block}.algolia-autocomplete .suggestion-layout-simple.algolia-docsearch-suggestion{border-bottom:solid 1px #eee;padding:8px;margin:0}.algolia-autocomplete .suggestion-layout-simple .algolia-docsearch-suggestion--content{width:100%;padding:0}.algolia-autocomplete .suggestion-layout-simple .algolia-docsearch-suggestion--content::before{display:none}.algolia-autocomplete .suggestion-layout-simple .algolia-docsearch-suggestion--category-header{margin:0;padding:0;display:block;width:100%;border:none}.algolia-autocomplete .suggestion-layout-simple .algolia-docsearch-suggestion--category-header-lvl0{opacity:.6;font-size:.85em}.algolia-autocomplete .suggestion-layout-simple .algolia-docsearch-suggestion--category-header-lvl1{opacity:.6;font-size:.85em}.algolia-autocomplete .suggestion-layout-simple .algolia-docsearch-suggestion--category-header-lvl1::before{background-image:url('data:image/svg+xml;utf8,');content:'';width:10px;height:10px;display:inline-block}.algolia-autocomplete .suggestion-layout-simple .algolia-docsearch-suggestion--wrapper{width:100%;float:left;margin:0;padding:0}.algolia-autocomplete .suggestion-layout-simple .algolia-docsearch-suggestion--subcategory-column,.algolia-autocomplete .suggestion-layout-simple .algolia-docsearch-suggestion--duplicate-content,.algolia-autocomplete .suggestion-layout-simple .algolia-docsearch-suggestion--subcategory-inline{display:none !important}.algolia-autocomplete .suggestion-layout-simple .algolia-docsearch-suggestion--title{margin:0;color:#458EE1;font-size:.9em;font-weight:normal}.algolia-autocomplete .suggestion-layout-simple .algolia-docsearch-suggestion--title::before{content:"#";font-weight:bold;color:#458EE1;display:inline-block}.algolia-autocomplete .suggestion-layout-simple .algolia-docsearch-suggestion--text{margin:4px 0 0;display:block;line-height:1.4em;padding:5.33333px 8px;background:#f8f8f8;font-size:.85em;opacity:.8}.algolia-autocomplete .suggestion-layout-simple .algolia-docsearch-suggestion--text .algolia-docsearch-suggestion--highlight{color:#3f4145;font-weight:bold;box-shadow:none}.algolia-autocomplete .algolia-docsearch-footer{width:110px;height:20px;z-index:2000;margin-top:10.66667px;float:right;font-size:0;line-height:0}.algolia-autocomplete .algolia-docsearch-footer--logo{background-image:url("data:image/svg+xml;utf8,");background-repeat:no-repeat;background-position:center;background-size:100%;overflow:hidden;text-indent:-9000px;padding:0 !important;width:100%;height:100%;display:block}#toggle-search{display:block;position:fixed;top:.5em;right:3.5em;float:right;font-size:1.2em;z-index:60;color:#C9177E}@media only screen and (min-width: 760px){#toggle-search{right:2em}}@media only screen and (min-width: 1200px){#toggle-search{top:.3em}}form#site-search-form{transition:-webkit-transform .3s ease-in-out;transition:transform .3s ease-in-out;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;width:100%;width:100vw;position:fixed;top:50px;height:45px;-webkit-transform:translateY(-50px);transform:translateY(-50px);background-color:#fff;z-index:19}form#site-search-form.search-open{transition:-webkit-transform .3s ease-in-out;transition:transform .3s ease-in-out;-webkit-transform:translateY(0);transform:translateY(0);border-bottom:1px solid #C9177E}form#site-search-form #search-input{max-height:45px;padding-left:20px;font-size:1em}@media only screen and (min-width: 960px){form#site-search-form{display:block;position:fixed;top:8px;right:2em;z-index:50;width:300px;-webkit-transform:translateX(330px);transform:translateX(330px);transition:-webkit-transform .3s ease-in-out;transition:transform .3s ease-in-out;box-shadow:none;max-height:40px;background-color:transparent}form#site-search-form.search-open{transition:-webkit-transform .3s ease-in-out;transition:transform .3s ease-in-out;border-bottom-width:0px;-webkit-transform:translateX(0px);transform:translateX(0px)}form#site-search-form.search-open #search-input{transition:opacity .3 ease-in-out;opacity:1;border-bottom:3px solid #C9177E}form#site-search-form.search-open #search-input::after{display:inline-block;content:'';width:1em;border-bottom:3px solid #C9177E}form#site-search-form #search-input{transition:opacity .3s ease-in-out;max-height:40px;padding-left:0px;font-size:20px;opacity:0}}#search-input{width:260px;outline:none;border:0px;border-radius:0px}#search-input,#search-input:hover,#search-input:active,#search-input:focus{outline:none}.algolia-docsearch-suggestion{border-bottom-color:#3A3DD1}.algolia-docsearch-suggestion--highlight{color:#3A33D1}.algolia-docsearch-suggestion--category-header .algolia-docsearch-suggestion--highlight{background-color:#4D47D5}.aa-cursor .algolia-docsearch-suggestion--content{color:#272296}.aa-cursor .algolia-docsearch-suggestion{background:#EBEBFB}.algolia-autocomplete .algolia-docsearch-suggestion--text .algolia-docsearch-suggestion--highlight{box-shadow:inset 0 -2px 0 0 #C9177E}.algolia-autocomplete .algolia-docsearch-suggestion--highlight{color:#C9177E;background:#f7e8f1;padding:0.1em 0.05em}.algolia-autocomplete .algolia-docsearch-suggestion--subcategory-column{background-color:#fff}.algolia-autocomplete .ds-dropdown-menu{font-size:.8em;min-width:340px;max-width:340px}@media only screen and (min-width: 760px){.algolia-autocomplete .ds-dropdown-menu{font-size:1em;min-width:400px;max-width:500px}}@media only screen and (min-width: 960px){.algolia-autocomplete .ds-dropdown-menu{min-width:500px;max-width:600px}}.algolia-autocomplete .algolia-docsearch-suggestion--subcategory-column-text .algolia-docsearch-suggestion--highlight{color:#0083C0;font-weight:bold;background:#c9e8f6}@media (min-width: 768px){.algolia-docsearch-suggestion{border-bottom-color:#7671df}.algolia-docsearch-suggestion--subcategory-column{border-right-color:#7671df;background-color:#F2F2FF;color:#4E4726}}kbd{background-color:inherit;border:1px solid #222;display:inline-block;font-size:.9em;padding:.1em .3em;border-radius:5px;transition:all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);box-shadow:0 1px 3px rgba(0,0,0,0.12),0 1px 2px rgba(0,0,0,0.24)}aside#toc{transition:-webkit-transform .3s ease-in-out;transition:transform .3s ease-in-out;position:fixed;top:50px;-webkit-transform:translateX(100%);transform:translateX(100%);background-color:#fff;right:0px;padding-left:10px;padding-right:10px;max-width:280px;transition:all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);box-shadow:0 1px 3px rgba(0,0,0,0.12),0 1px 2px rgba(0,0,0,0.24)}aside#toc header.toc-header{display:inline-block;width:100%;margin-top:24px}aside#toc header.toc-header>a h3{margin-top:0px;margin-bottom:0px;margin-left:8px;padding-bottom:0px;border-bottom:1px solid #222;color:#222;font-size:17px}aside#toc.toc-open{transition:-webkit-transform .3s ease-in-out;transition:transform .3s ease-in-out;-webkit-transform:translateX(0%);transform:translateX(0%);z-index:99}aside#toc .toc-inner-wrapper{position:relative;min-height:auto;max-height:calc(100vh - 50px);overflow-y:scroll}@media only screen and (min-width: 1200px){aside#toc{box-shadow:none;top:50px;right:0px;bottom:auto;opacity:1;min-height:calc(100vh - 50px - 140px);max-height:calc(100vh - 50px - 140px);-webkit-transform:translateX(0%);transform:translateX(0%);border-radius:0px;margin-right:1.5em;z-index:1}aside#toc .toc-inner-wrapper{position:relative;min-height:calc(100vh - 50px - 140px);max-height:calc(100vh - 50px)}aside#toc.toc-open{z-index:1}}nav#TableOfContents{position:relative;height:auto}nav#TableOfContents li code{font-family:"muli","Helvetica Neue","Helvetica","Roboto","Arial",sans-serif}nav#TableOfContents li.active>a>code{color:inherit;font-weight:inherit;font-family:"muli","Helvetica Neue","Helvetica","Roboto","Arial",sans-serif}nav#TableOfContents>ul:first-child{padding-left:0px;margin-left:0px;margin-top:.5em;margin-bottom:1em}nav#TableOfContents>ul:first-child>li{padding-left:0px;margin-left:0px;font-size:18px}nav#TableOfContents ul>li>ul li{line-height:1.2;font-size:16px;padding-left:8px;position:relative;margin-top:.5em;margin-bottom:.5em}nav#TableOfContents ul>li>ul li a{color:#222;position:relative}@media only screen and (min-width: 960px){nav#TableOfContents ul>li>ul li a:hover{color:#C9177E}nav#TableOfContents ul>li>ul li a:hover::before{content:'';display:inline-block;height:100%;border-left:1px solid #C9177E;position:absolute;left:-8px}nav#TableOfContents ul>li>ul li a:hover code{color:inherit}}nav#TableOfContents ul>li>ul li.active>a{position:relative;color:#C9177E;font-weight:400}nav#TableOfContents ul>li>ul li.active>a::before{content:'';display:inline-block;height:100%;border-left:2px solid #C9177E;position:absolute;left:-8px}nav#TableOfContents ul>li>ul li>ul{display:block;margin-top:8px;margin-bottom:0px}nav#TableOfContents ul>li>ul li>ul>li{font-size:14px}@media only screen and (min-width: 960px){nav#TableOfContents ul>li>ul li>ul>li a:hover{color:#0083C0}nav#TableOfContents ul>li>ul li>ul>li a:hover::before{content:'';display:inline-block;height:100%;border-left:1px solid #0083C0;position:absolute;left:-16px}}nav#TableOfContents ul>li>ul li>ul>li.active>a{color:#0083C0;font-weight:400}nav#TableOfContents ul>li>ul li>ul>li.active>a::before{border-left:2px solid #C9177E;left:-16px}.kebab{cursor:pointer;position:fixed;display:inline-block;box-sizing:border-box;padding:0 16px;top:12px;right:4px}.kebab .figure{width:6px;height:6px;border-radius:5px;background:#0083C0;margin:3px 0}.kebab .figure.middle{transition:all 0.3s ease-in-out;-webkit-transform:scale(1);transform:scale(1);position:relative;font-weight:400;left:0%}.kebab .figure.middle.active{-webkit-transform:scale(6.5);transform:scale(6.5);transition:all 0.3s ease-in-out;background:transparent}@media only screen and (min-width: 1200px){.kebab{display:none}}.cross{position:absolute;top:14px;left:50%;-webkit-transform:translate(-50%, -50%) scale(0);transform:translate(-50%, -50%) scale(0);margin-top:-1px;font-family:"muli","Helvetica Neue","Helvetica","Roboto","Arial",sans-serif;background-color:#C9177E;color:white;border-radius:50%;height:40px;width:40px;transition:all 0.3s ease-in-out;font-size:34px;line-height:40px;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;text-align:center}.cross.active{-webkit-transform:translate(-50%, -50%) scale(1);transform:translate(-50%, -50%) scale(1);transition:all 0.15s ease-in-out}.all-contents{padding-top:1em;font-size:.95em}.contents-list{box-shadow:none;background-color:transparent;color:#222;border-bottom:1px solid silver;margin-bottom:1em;position:relative;font-size:.95em}.contents-list a{width:100%;color:#222}.contents-list a:before,.contents-list a:after,.contents-list a:hover{background-color:transparent;border:none;color:#222}.contents-list h3{margin-top:0px;padding-top:0px;padding-bottom:2px;color:#C9177E}.contents-list p{margin-top:8px;margin-bottom:16px}.taxonomy-term{font-size:1.3em;display:inline-block;width:auto;clear:both}.list-icon{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.list-icon i.icon-link-external{position:relative;display:inline-block;margin-top:.1em}.list-icon-wrapper{max-width:1em;max-height:1em;margin-right:.2em}.list-icon-wrapper img{width:100%;height:auto;margin-bottom:0px;margin-left:auto;margin-right:auto;display:block}.last-modified{color:#737373;display:block;clear:both;min-width:200px;width:100%;max-width:100%;text-align:center;font-size:.8em;position:relative;border-bottom:2px solid #737373}#content-footer{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;max-width:100%;min-width:100%;min-height:60px;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:2em}#content-footer.overview{-ms-flex-pack:end;justify-content:flex-end}.cf-link{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;color:#737373}.cf-link h5{color:#737373}.cf-link:hover{background-color:#C9177E;color:#fff}.cf-link:hover h5{color:#fff}.icon-wrapper{display:inline-block;margin-right:6px;position:relative;min-height:60px;width:24px}.icon-wrapper i{font-size:24px;position:absolute;top:calc(50% - 12px)}.next-page{-ms-flex-pack:end;justify-content:flex-end;text-align:right;-ms-flex-item-align:end;align-self:flex-end}.page-info{margin:0px .5em 0px .5em}.page-info{display:inline-block;width:auto}.page-info span{font-size:.8em}.body-copy blockquote{position:relative;display:block;margin:0px;font-style:italic;background-color:#f8f8f8;padding:16px;margin-bottom:1em}.body-copy blockquote p{margin-bottom:0px;margin-top:16px}.body-copy blockquote p:first-child{margin-top:8px}.body-copy blockquote:before{font-family:'fontello';display:block;height:1em;width:1em;position:absolute;content:'\e819';color:silver;top:-3px;left:4px;font-size:1.2em;font-style:normal}.body-copy blockquote code,.body-copy blockquote pre{font-style:normal}.body-copy blockquote cite.blockquote-citation{position:relative;display:block;clear:both;text-align:left;line-height:2;font-size:.8em;font-style:normal}.breadcrumbs{list-style:none;display:inline-block;margin-top:3px}.breadcrumbs li{float:left}.breadcrumbs li a{color:#222;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;background:#D1F1FE;text-decoration:none;position:relative;height:30px;line-height:30px;padding:0 10px 0 5px;text-align:center;margin-right:23px;font-size:14px}.breadcrumbs li a img{height:20px;width:20px}.breadcrumbs li a span{margin-left:4px}.breadcrumbs li:nth-child(even){margin-left:-8px}.breadcrumbs li:nth-child(even) a{background-color:#D1F1FE}.breadcrumbs li:nth-child(even) a:before{border-color:#D1F1FE;border-left-color:transparent;height:30px;line-height:30px}.breadcrumbs li:nth-child(even) a:after{border-left-color:#D1F1FE}.breadcrumbs li:first-child a{padding-left:10px;border-radius:4px 0 0 4px}.breadcrumbs li:first-child a:before{border:none}.breadcrumbs li:last-child::not(first-child) a{padding-right:15px;border-radius:0 4px 4px 0}.breadcrumbs li:last-child::not(first-child) a:after{border:none}.breadcrumbs li a:before,.breadcrumbs li a:after{content:"";position:absolute;top:0;border:0 solid #D1F1FE;border-width:15px 6.666px;width:0;height:0}.breadcrumbs li a:before{left:-12px;border-left-color:transparent}.breadcrumbs li a:after{left:100%;border-color:transparent;border-left-color:#D1F1FE}.breadcrumbs li a:hover{background-color:#0083C0;color:#fff}.breadcrumbs li a:hover img{-webkit-filter:grayscale(0%);filter:grayscale(0%)}.breadcrumbs li a:hover:before{border-color:#0083C0;border-left-color:transparent}.breadcrumbs li a:hover:after{border-left-color:#0083C0}table{text-align:left;overflow-x:scroll;width:100%;max-width:100%;width:auto;display:block;border-left:2px solid #737373;margin:0px;font-size:16px;margin-bottom:1em}table tr{border-top:2px solid #737373}table tr th,table tr td{padding-left:4px;padding-right:6px}table tr th:last-child,table tr td:last-child{border-right:2px solid #737373}table.terms-table td{width:50%}table thead{width:100%;background-color:#000;color:#fff}table thead tr{min-width:100%}table thead tr th{padding-left:4px;padding-right:6px}@media only screen and (min-width: 760px){table thead tr th:last-child{min-width:220px}}table tbody{min-width:100%}table tbody tr{min-width:100%;background-color:#fff}table tbody tr:nth-child(even){background-color:#f8f8f8}table tbody tr:last-child{border-bottom:2px solid #737373}table tbody tr small{font-size:1em}table tbody td .purpose-title{font-style:italic;color:#C9177E;font-weight:bold}table tbody td.bf-default code{color:#0083C0;font-weight:bold}table tbody td.bf-flag code{color:#00A88A;font-weight:bold}table.utils-table tr{line-height:1.2}table.utils-table tr>td:first-child{min-width:220px}table tr td.col-date{min-width:140px;width:140px}.twitter-tweet.twitter-tweet-rendered{display:block;margin-left:auto;margin-right:auto}.body-copy>div{margin-bottom:1.5em}.cls-1{fill:#11485e}.cls-2{fill:#7fc2e2}.cls-3{fill:#d8d5d5}.cls-4{fill:#131413}.cls-5{fill:#fff}.cls-6{fill:#b28f82}.cls-7{fill:#231f20}.cls-8{fill:#418cbd}.eye{-webkit-animation:squeeze 2.4s infinite;animation:squeeze 2.4s infinite}.nose{-webkit-animation:nose 2s infinite ease;animation:nose 2s infinite ease}.gopher{-webkit-transform:translateY(120px);transform:translateY(120px);-webkit-animation:start .8s forwards ease-in-out;animation:start .8s forwards ease-in-out}@-webkit-keyframes nose{80%{-webkit-transform:none;transform:none}83%{-webkit-transform:translateX(7.5px) scaleX(0.9);transform:translateX(7.5px) scaleX(0.9)}90%{-webkit-transform:none;transform:none}93%{-webkit-transform:translateX(7.5px) scaleX(0.9);transform:translateX(7.5px) scaleX(0.9)}100%{-webkit-transform:none;transform:none}}@keyframes nose{80%{-webkit-transform:none;transform:none}83%{-webkit-transform:translateX(7.5px) scaleX(0.9);transform:translateX(7.5px) scaleX(0.9)}90%{-webkit-transform:none;transform:none}93%{-webkit-transform:translateX(7.5px) scaleX(0.9);transform:translateX(7.5px) scaleX(0.9)}100%{-webkit-transform:none;transform:none}}@-webkit-keyframes squeeze{90%{-webkit-transform:none;transform:none;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}93%{-webkit-transform:translateY(70px) scaleY(0.1);transform:translateY(70px) scaleY(0.1)}100%{-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}}@keyframes squeeze{90%{-webkit-transform:none;transform:none;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}93%{-webkit-transform:translateY(70px) scaleY(0.1);transform:translateY(70px) scaleY(0.1)}100%{-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}}@media all{.featherlight{display:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:2147483647;text-align:center;white-space:nowrap;cursor:pointer;background:#333}.featherlight:last-of-type{background:rgba(0,0,0,0.8)}.featherlight:before{content:'';display:inline-block;height:100%;vertical-align:middle;margin-right:-0.25em}.featherlight .featherlight-content{position:relative;text-align:left;vertical-align:middle;display:inline-block;overflow:auto;border-radius:0px;padding:0px;border-bottom:0px solid transparent;margin-left:5%;margin-right:5%;max-height:95%;background:#fff;cursor:auto;white-space:normal}.featherlight .featherlight-inner{display:block}.featherlight .featherlight-close-icon{position:absolute;z-index:9999;top:0;right:0;font-size:1.1em;line-height:2em;width:2em;cursor:pointer;text-align:center;font-family:Arial, sans-serif;background-color:rgba(255,255,255,0.8);color:#222}.featherlight .featherlight-image{width:100%}.featherlight-iframe .featherlight-content{border-bottom:0;padding:0}.featherlight iframe{border:none}.featherlight *{box-sizing:border-box}}@media only screen and (max-width: 1024px){.featherlight .featherlight-content{margin-left:10px;margin-right:10px;max-height:98%}}a.image-link:hover{border-bottom:0px solid transparent !important;cursor:zoom-in}.animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.animated.infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animated.hinge{-webkit-animation-duration:2s;animation-duration:2s}animated.bounceIn,.animated.bounceOut,.animated.flipOutX,.animated.flipOutY{-webkit-animation-duration:.75s;animation-duration:.75s}@-webkit-keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;-webkit-transform:scale3d(0.3, 0.3, 0.3);transform:scale3d(0.3, 0.3, 0.3)}20%{-webkit-transform:scale3d(1.1, 1.1, 1.1);transform:scale3d(1.1, 1.1, 1.1)}40%{-webkit-transform:scale3d(0.9, 0.9, 0.9);transform:scale3d(0.9, 0.9, 0.9)}60%{opacity:1;-webkit-transform:scale3d(1.03, 1.03, 1.03);transform:scale3d(1.03, 1.03, 1.03)}80%{-webkit-transform:scale3d(0.97, 0.97, 0.97);transform:scale3d(0.97, 0.97, 0.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;-webkit-transform:scale3d(0.3, 0.3, 0.3);transform:scale3d(0.3, 0.3, 0.3)}20%{-webkit-transform:scale3d(1.1, 1.1, 1.1);transform:scale3d(1.1, 1.1, 1.1)}40%{-webkit-transform:scale3d(0.9, 0.9, 0.9);transform:scale3d(0.9, 0.9, 0.9)}60%{opacity:1;-webkit-transform:scale3d(1.03, 1.03, 1.03);transform:scale3d(1.03, 1.03, 1.03)}80%{-webkit-transform:scale3d(0.97, 0.97, 0.97);transform:scale3d(0.97, 0.97, 0.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}.bounceIn{-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0, -100%, 0);transform:translate3d(0, -100%, 0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0, -100%, 0);transform:translate3d(0, -100%, 0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}.site-header{width:100%;height:50px;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;margin:0px;background-color:#fff;color:#000;position:fixed;top:0px;left:0px;z-index:20;transition:all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);box-shadow:0 1px 3px rgba(0,0,0,0.12),0 1px 2px rgba(0,0,0,0.24)}@media only screen and (min-width: 960px){.site-header{-ms-flex-pack:justify;justify-content:space-between}}.site-header .hugo-meta{display:-ms-flexbox;display:flex;width:100%;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}@media only screen and (min-width: 960px){.site-header .hugo-meta{float:left;width:auto;-ms-flex-pack:start;justify-content:flex-start}}.site-header #home-link{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;font-size:.8em;margin-left:-1em}.site-header #home-link img{height:35px;max-height:35px;margin-right:.25em}.site-header #home-link .hugo-v{-ms-flex-item-align:end;align-self:flex-end;font-size:.9em}@media only screen and (min-width: 960px){.site-header #home-link{margin-left:1em}}.site-header a.github-button{display:none}@media only screen and (min-width: 760px){.site-header a.github-button{display:inline}}.site-header iframe[src^="https://buttons.github.io"]{display:none;margin-left:1em}@media only screen and (min-width: 760px){.site-header iframe[src^="https://buttons.github.io"]{display:inline}}.site-navigation::-webkit-scrollbar{display:none}.site-navigation{transition:-webkit-transform .3s ease-in-out;transition:transform .3s ease-in-out;position:fixed;left:0px;top:0px;width:250px;bottom:0px;overflow-y:scroll;background-color:#f8f8f8;-webkit-transform:translateX(-250px);transform:translateX(-250px);padding:0px;z-index:9;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;padding-bottom:2em}.site-navigation::-webkit-scrollbar{display:none}.site-navigation.navigation-open{transition:-webkit-transform .3s ease-in-out;transition:transform .3s ease-in-out;-webkit-transform:translateX(0px);transform:translateX(0px)}@media only screen and (min-width: 960px){.site-navigation{-webkit-transform:translateX(0px);transform:translateX(0px)}}.site-navigation ul li a{display:-ms-flexbox;display:flex}.site-navigation ul.top-menu{margin-top:80px;margin-bottom:30px;width:85%}@media only screen and (min-width: 960px){.site-navigation ul.top-menu{margin-top:60px}}.site-navigation ul.top-menu a{color:#222;font-weight:400;width:100%}.site-navigation ul.top-menu a:hover{color:#C9177E}.site-navigation ul.top-menu li{padding-left:0px;line-height:1.2;padding-top:.75em}.site-navigation ul.top-menu li ul li{padding-left:.3em}.site-navigation ul.top-menu a.top-menu-item-link{font-size:16px;width:100%}.site-navigation ul.top-menu a.top-menu-item-link i.fa.fa-angle-double-right{margin-left:.25em}.site-navigation ul.top-menu a.top-menu-item-link.active-section{color:#C9177E;font-weight:700}.site-navigation ul.top-menu a.top-menu-item-link.active-section+ul.submenu{display:block;border-left:2px solid #C9177E}.site-navigation ul.top-menu ul.submenu{display:none;margin-left:.2em;padding-left:.5em;padding-bottom:.66em}.site-navigation ul.top-menu ul.submenu li{line-height:1.3}.site-navigation ul.top-menu ul.submenu a.submenu-item-link{font-size:14px}.site-navigation ul.top-menu ul.submenu a.submenu-item-link:hover{color:#0083C0}.site-navigation ul.top-menu ul.submenu a.submenu-item-link.active-page{font-weight:700;color:#0083C0}.site-navigation ul.top-menu ul.submenu a.submenu-item-link.active-page>code{color:#0083C0}.site-navigation ul.top-menu ul.submenu a.submenu-item-link.active-page>code>em{font-style:normal;family:"muli","Helvetica Neue","Helvetica","Roboto","Arial",sans-serif}.nav-buttons{display:block;margin-left:auto;margin-right:auto;max-width:200px}.nav-buttons a{margin-bottom:.5em;display:inline-block;width:200px;max-width:200px;position:relative;font-size:.9em}.navigation-toggle-wrapper{width:50px;height:50px;position:fixed;top:2px;left:0px;z-index:20}.navigation-toggle-wrapper h4.menu{display:inline-block;position:absolute;bottom:-1em;left:.8em;color:#0083C0;display:none}@media only screen and (min-width: 960px){.navigation-toggle-wrapper{display:none}}.navigation-toggle-wrapper.navigation-open .top{-webkit-transform:rotate(45deg);transform:rotate(45deg);top:42%;border-radius:5px;border-color:#C9177E}.navigation-toggle-wrapper.navigation-open .middle{width:30px;height:30px;top:9%;border-radius:50%;background-color:#fff;border-color:#fff;opacity:0.3}.navigation-toggle-wrapper.navigation-open .bottom{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);top:41%;border-radius:5px;background-color:#C9177E;border-color:#C9177E}.bar{width:30px;height:2px;border:2px solid #0083C0;background-color:#0083C0;position:absolute;border-radius:10px}.bar.navigation-open{background-color:#C9177E;border:2px solid #C9177E}.top{left:15%;top:30%;transition:all 0.5s}.middle{left:15%;top:43%;transition:all 0.5s}.bottom{left:15%;top:60%;transition:all 0.5s}#all-content-wrapper{margin-top:50px;z-index:5;transition:all .3s ease-in-out;opacity:1;overflow-x:hidden}@media only screen and (min-width: 960px){#all-content-wrapper{margin-left:250px}}#all-content-wrapper.navigation-open{transition:all .3s ease-in-out;-webkit-transform:translateX(250px);transform:translateX(250px);opacity:.4;overflow-x:hidden}@media only screen and (min-width: 960px){#all-content-wrapper.navigation-open{opacity:1;-webkit-transform:translateX(0px);transform:translateX(0px);overflow-x:hidden}}main.main{width:100%;display:block;margin-left:auto;margin-right:auto;position:relative;min-height:calc(100vh - 100px)}@media only screen and (min-width: 1200px){main.main{width:100%;margin-right:0px;max-width:calc(100vw - 500px - 20px);float:left;padding-left:0px;padding-right:0px}}.content{width:90%;margin-left:auto;margin-right:auto}@media only screen and (min-width: 960px){.content{float:left;margin-left:5%;margin-right:auto;max-width:90%}}@media only screen and (min-width: 1200px){.content{min-width:90%;max-width:90%}}header.content-header{display:block;clear:both;width:100%;position:relative;margin-top:24px;overflow-x:hidden;margin-bottom:1em}.content-section-image-wrapper{margin-bottom:1em}.content-section-image-wrapper a{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;color:#222}.content-section-image-wrapper a img{width:20px}.content-section-image-wrapper a span{font-size:.8em;margin-left:.25em}.content-header-links{display:none;position:absolute;right:1px;top:1px;text-transform:uppercase;width:auto;overflow:visible}@media only screen and (min-width: 760px){.content-header-links{display:block}}.content-header-links a{position:relative;display:inline-block;color:#222;padding:4px 6px;vertical-align:middle;height:36px;width:36px;line-height:36px;text-align:center;border-radius:3px;transition:all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);box-shadow:0 1px 3px rgba(0,0,0,0.12),0 1px 2px rgba(0,0,0,0.24)}.content-header-links a:hover{color:#222}.content-header-links a i.icon-pencil{font-size:20px;position:relative;bottom:4px;right:2px}.content-header-links a svg{height:24px;width:24px;display:inline}.content-header-links a.godoc-link{border-right-width:0px}.body-copy{margin-top:0px;margin-bottom:2.5em;display:block;overflow:visible}.body-copy div+h2{margin-top:1em}.body-copy em{font-weight:inherit}main.showcase-list{width:90%;max-width:1200px;margin-left:auto;margin-right:auto}@media only screen and (min-width: 1200px){main.showcase-list{margin-left:5%}}#showcase{display:-ms-flexbox;display:flex;list-style:none;padding-left:0px;margin-left:0px;width:100%;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:justify;justify-content:space-between}#showcase li.showcase-site{list-style:none;padding-left:0px;margin-left:0px;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;width:100%;transition:all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);box-shadow:0 1px 3px rgba(0,0,0,0.12),0 1px 2px rgba(0,0,0,0.24);margin-bottom:1.5em}@media only screen and (min-width: 760px){#showcase li.showcase-site{width:48%}}@media only screen and (min-width: 1200px){#showcase li.showcase-site{width:32%}}#showcase li.showcase-site .image-wrapper{width:100%;max-width:100%}#showcase li.showcase-site .image-wrapper img{width:100%;max-width:100%;border-bottom:1px solid #d9d9d9}#showcase li.showcase-site ul.tags{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%}#showcase li.showcase-site ul.tags li{margin-bottom:.25em;-ms-flex-item-align:start;align-self:flex-start;width:auto}#showcase li.showcase-site ul.tags li a{font-size:12px}#showcase li.showcase-site ul.tags li.tags-icon-li{box-shadow:none}#showcase li.showcase-site .showcase-meta{padding:10px}#showcase li.showcase-site .showcase-meta .showcase-links{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center;font-size:.8em}#showcase li.showcase-site .showcase-meta .showcase-links .showcase-source{font-size:.8em;text-transform:uppercase}#showcase li.showcase-site .showcase-meta .showcase-links .showcase-title{font-weight:bold}#showcase li.showcase-site .showcase-meta .showcase-links .showcase-title a{font-weight:bold}.showcase-source>a:before{font-family:'fontello';content:'\f121'}.showcase-source>a[href*="github"]:before{content:'\f056'}.showcase-source>a[href*="gitlab"]:before{content:'\f296'}.showcase-source>a[href*="bitbucket"]:before{content:'\e80a'}#site-footer{transition:-webkit-transform .3s ease-in-out;transition:transform .3s ease-in-out;background-color:#000;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;height:auto;padding-bottom:1em;z-index:20}#site-footer.navigation-open{transition:-webkit-transform .3s ease-in-out;transition:transform .3s ease-in-out;-webkit-transform:translateX(250px);transform:translateX(250px)}@media only screen and (min-width: 760px){#site-footer{-ms-flex-direction:row;flex-direction:row}}@media only screen and (min-width: 960px){#site-footer{width:calc(100% - 250px);margin-left:250px;height:140px}}.footer-content{width:90%;margin-left:auto;margin-right:auto;color:#fff;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;max-width:760px}.footer-content .footer-info{width:100%}.footer-content .footer-info span{width:100%;display:block;text-align:center;margin-top:1em}@media only screen and (min-width: 760px){.footer-content .footer-info span{margin-top:0px}}@media only screen and (min-width: 760px){.footer-content .footer-info{width:200px}}.footer-content img{max-width:140px;margin-left:auto;margin-right:auto;display:block}@media only screen and (min-width: 760px){.footer-content{-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.footer-content div{min-width:120px}}.footer-list{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;color:#fff;list-style:none;margin-left:0px;padding-left:0px;max-width:auto;margin-right:2em;margin:0px;-ms-flex-wrap:wrap;flex-wrap:wrap}.footer-list ul{list-style:none}.footer-list ul li a{color:#fff;font-size:.8em}#site-footer.homepage{width:100vw;margin-left:0px}#homepage-nav{transition:box-shadow .2s ease-in-out;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:100%;position:fixed;top:0px;left:0px;z-index:50;min-height:50px;max-height:50px;background-color:#fff}#homepage-nav.shadow{transition:box-shadow .2s ease-in-out;transition:all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);box-shadow:0 1px 3px rgba(0,0,0,0.12),0 1px 2px rgba(0,0,0,0.24)}ul.animated{margin-top:0px;margin-bottom:0px;max-width:400px;min-width:240px;text-align:center;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center}@media only screen and (min-width: 760px){ul.animated{min-width:320px}}ul.animated li{display:-ms-flexbox;display:flex}ul.animated li a{color:#737373}ul.animated li a:hover{color:#C9177E}#all-content-wrapper.home{margin-left:0px;margin-top:0px}@media only screen and (min-width: 760px){#all-content-wrapper.home{margin-left:0px}}#all-content-wrapper.home main#homepage.main{margin-left:0px;width:100vw;min-width:100vw}#homepage-nav+#toggle-search{right:1em;top:.25em}@media only screen and (min-width: 960px){#homepage-nav+#toggle-search+#site-search-form{right:.6em}}.home-row{min-height:auto;display:-ms-flexbox;display:flex}.home-row.hero{margin-top:50px;min-height:auto;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center}.home-row.hero.animated{opacity:0}.home-row:nth-child(2){background-color:#f0f0f0}.home-row:nth-child(3){background-color:#fff}.home-row.install{background-color:#222}.home-row:nth-child(5){background-color:#0083C0}.homepage-icon{display:block;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;width:90%;max-width:540px;margin-top:5em;margin-right:auto;margin-left:auto}.get-started{margin-bottom:5em}.get-started .button.xl{display:block;margin-top:1.5em;font-size:1.3em;padding-right:1em;padding-left:1em;width:auto;max-width:12em;margin-left:auto;margin-right:auto}.hero-tagline{color:#737373;font-size:1.2em;text-align:center;line-height:1.3;font-weight:400;margin-top:1.5em;font-style:normal;max-width:90%}@media only screen and (min-width: 760px){.hero-tagline{font-size:1.5em}}.home-row-content{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;max-width:960px;margin-left:auto;margin-right:auto;margin-top:4rem;margin-bottom:4rem;width:90%}.home-row-content h2{text-align:left;width:100%;text-align:center;margin-bottom:1em}.home-row-content h2 span{font-size:.7em;font-weight:300;color:#555}@media only screen and (min-width: 760px){.home-row-content{-ms-flex-wrap:nowrap;flex-wrap:nowrap}}@media only screen and (min-width: 1200px){.home-row-content{-ms-flex-pack:distribute;justify-content:space-around}}.home-row-content.first-fade{opacity:0}.home-row-content-focus{display:-ms-flexbox;display:flex;-ms-flex-pack:distribute;justify-content:space-around;max-width:760px;text-align:center}.home-row-content-focus hr{border-top:1px solid #222;height:0px}.home-row-content-focus .svg-wrapper{margin-left:auto;margin-right:auto;max-width:200px}.home-row-content-focus .svg-wrapper svg{max-width:200px}.home-row-content-features{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:distribute;justify-content:space-around;width:85%}.home-row-content-features .home-row-content-feature{margin-bottom:2em;max-width:297.6px}.home-row-content-features .home-row-content-feature h3{margin-bottom:.2em;padding-bottom:0px;font-weight:500;border-bottom:1px solid white;font-size:1.1em}.home-row-content-features .home-row-content-feature .homepage-feature-content{color:#555;font-weight:300;line-height:1.3;font-size:.9em}.home-row-content-features .home-row-content-feature .homepage-feature-content p{color:#6f6f6f}.home-row-content-features .home-row-content-feature .homepage-feature-content code:first-child{margin-right:.25em}.half{width:90%;margin-left:auto;margin-right:auto;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;max-width:100%;-ms-flex-align:center;align-items:center}@media only screen and (min-width: 960px){.half{width:384px;max-width:384px}}.half.half-content{-ms-flex-align:start;align-items:flex-start;-ms-flex-pack:justify;justify-content:space-between;padding-top:30px}.half.half-content h2{width:100%;font-size:22px;text-align:center;font-weight:500;line-height:1.3}@media only screen and (min-width: 760px){.half.half-content h2{margin-top:0px}}.half.half-content p{text-align:center;margin-left:auto;margin-right:auto;max-width:100%}.half.half-content hr,.half.half-content .hr{border:0;height:1px;opacity:1;background-image:linear-gradient(to right, transparent, rgba(0,0,0,0.75), transparent);width:100%;margin-bottom:2.5em;margin-top:2.5em}.homepage-terminal{font-family:"robotomono",courier,monospace;background-color:#737373;padding:1em 1.5em;text-align:left;width:110%;position:relative;left:-5%;max-width:360px;transition:all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);box-shadow:0 3px 6px rgba(0,0,0,0.16),0 3px 6px rgba(0,0,0,0.23);border-radius:5px;margin-top:1em;margin-right:auto;margin-left:auto;font-size:14px;margin-bottom:0px;color:transparent}@media only screen and (min-width: 760px){.homepage-terminal{width:100%;left:auto}}.homepage-terminal span{color:transparent}.homepage-terminal .blast{color:#fff}.svgs{display:-ms-flexbox;display:flex;-ms-flex-pack:distribute;justify-content:space-around;position:relative}.svgs svg,.svgs .img-wrapper{max-width:45%;max-width:140px}.svgs svg#markdown,.svgs .img-wrapper#markdown{margin-top:30px}@media only screen and (min-width: 960px){.svgs{margin-top:3.5em}}#hugopher-front{width:300px;position:relative}#hugopher-front .eye{-webkit-animation:squeeze 2.4s infinite;animation:squeeze 2.4s infinite}.gopher-badge{opacity:0;width:50px;position:absolute;top:24px}.gopher-cape{opacity:0}.eyes{-webkit-animation:squeeze 2.4s infinite;animation:squeeze 2.4s infinite}@keyframes squeeze{90%{-webkit-transform:none;transform:none;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}93%{-webkit-transform:translateY(70px) scaleY(0.1);transform:translateY(70px) scaleY(0.1)}100%{-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}}.home-row-content-install{color:#fff}.home-row-content-install .platform-icons{display:-ms-flexbox;display:flex;width:100%;color:#fff;-ms-flex-pack:justify;justify-content:space-between}.home-row-content-install .platform-icons i{font-size:40px}@media only screen and (min-width: 760px){.home-row-content-install .platform-icons i{font-size:60px}}.home-row-content-tweets{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:distribute;justify-content:space-around}.home-row-content-tweets h2{color:#fff}@media only screen and (min-width: 760px){.home-row-content-tweets{max-width:640px}}@media only screen and (min-width: 760px){.home-row-content-tweets{max-width:960px}}.homepage-tweet{max-width:300px;background-color:#fff;margin-bottom:20px;border-radius:4px;position:relative}.homepage-tweet i.icon-twitter{position:absolute;top:10px;right:10px;color:#1DA1F2}.homepage-tweet .homepage-tweet-attribution{font-style:normal;width:100%;display:block;font-size:.8em;text-align:right}.home-row-content-open-source{-ms-flex-wrap:wrap;flex-wrap:wrap}.home-row-content-open-source div{width:100%;text-align:center}.home-row-content-open-source i.icon-github{font-size:62px}@media only screen and (min-width: 760px){.home-row-content-open-source i.icon-github{font-size:90px}}.home-row-content-open-source i.icon-love{color:red}.no-js{opacity:1 !important}.body-copy[data-section="commands"]>h2:nth-of-type(1){display:none}.body-copy[data-section="commands"] h3{font-size:1.6em}.body-copy[data-section="commands"] h4{font-size:1.2em}.body-copy[data-section="commands"] h5{font-size:1.1em;margin-top:1em;margin-bottom:1em;color:#737373}.wip{background-color:#C9177E;color:white;position:absolute;left:40px;top:40px;-webkit-transform:rotate(-10deg);transform:rotate(-10deg);font-weight:bold;width:130px;font-size:20px;padding:6px;z-index:9999;overflow:visible;text-align:center;border-radius:15px;transition:all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);box-shadow:0 19px 38px rgba(0,0,0,0.3),0 15px 12px rgba(0,0,0,0.22)}#outdated{background-color:#0083C0;color:white;position:absolute;right:40px;top:20px;-webkit-transform:rotate(10deg);transform:rotate(10deg);font-weight:bold;width:200px;font-size:32px;padding:6px;z-index:9999;overflow:visible;text-align:center;border-radius:15px;transition:all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);box-shadow:0 19px 38px rgba(0,0,0,0.3),0 15px 12px rgba(0,0,0,0.22)} +/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}h1{font-size:2em;margin:0.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace, monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto}input[type="search"]{-webkit-appearance:textfield;box-sizing:content-box;border-radius:0px !important;outline:none}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:bold}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}html{box-sizing:border-box}*,*:before,*:after{box-sizing:inherit}html,body{margin:0px;padding:0px;outline:none;border:none;font-size:18px;font-family:"muli","Helvetica Neue","Helvetica","Roboto","Arial",sans-serif;color:#222;line-height:1.6;font-weight:400;overflow-x:hidden}html,body{overflow-y:auto !important;-webkit-overflow-scrolling:touch !important}body{font-size:93%;overflow-x:hidden;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}@media only screen and (min-width: 760px){body{font-size:97%}}@media only screen and (min-width: 960px){body{font-size:100%}}strong{font-weight:700;color:#222}p{margin-top:0px;margin-bottom:1.5em;line-height:1.6}::-webkit-scrollbar{display:none}@font-face{font-family:'fontello';src:url("/fonts/fontello/fontello.eot?12848190");src:url("/fonts/fontello/fontello.eot?12848190#iefix") format("embedded-opentype"),url("/fonts/fontello/fontello.woff2?12848190") format("woff2"),url("/fonts/fontello/fontello.woff?12848190") format("woff"),url("/fonts/fontello/fontello.ttf?12848190") format("truetype"),url("/fonts/fontello/fontello.svg?12848190#fontello") format("svg");font-weight:normal;font-style:normal}[class^="icon-"]:before,[class*=" icon-"]:before{font-family:"fontello";font-style:normal;font-weight:normal;speak:none;display:inline-block;text-decoration:inherit;width:1em;margin-right:.2em;text-align:center;font-variant:normal;text-transform:none;line-height:1em;margin-left:.2em;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-apple:before{content:'\f179'}.icon-attach:before{content:'\e814'}.icon-attention:before{content:'\e815'}.icon-bash:before{content:'\e808'}.icon-bitbucket:before{content:'\e80a'}.icon-cancel:before{content:'\e80e'}.icon-chrome:before{content:'\e841'}.icon-clipboard:before{content:'\f0c5'}.icon-clock:before{content:'\e817'}.icon-code:before{content:'\f121'}.icon-cog-alt:before{content:'\e816'}.icon-copy:before{content:'\f0c5'}.icon-discuss:before{content:'\f03d'}.icon-docs:before{content:'\f0c5'}.icon-download:before{content:'\e806'}.icon-edge:before{content:'\f282'}.icon-file-pdf:before{content:'\f1c1'}.icon-firefox:before{content:'\e840'}.icon-forum:before{content:'\f03d'}.icon-forums:before{content:'\f03d'}.icon-freebsd:before{content:'\e800'}.icon-git:before{content:'\f1d3'}.icon-github-alt:before{content:'\f056'}.icon-github:before{content:'\f09b'}.icon-gitlab:before{content:'\f296'}.icon-gitter:before{content:'\e805'}.icon-golang:before{content:'\e801'}.icon-heart:before{content:'\e804'}.icon-home:before{content:'\e813'}.icon-html:before{content:'\f13b'}.icon-hugo:before{content:'\e802'}.icon-ie:before{content:'\e843'}.icon-javascript:before{content:'\e81d'}.icon-js:before{content:'\e81d'}.icon-link-external:before{content:'\f08e'}.icon-link:before{content:'\e812'}.icon-linux:before{content:'\f17c'}.icon-mail-alt:before{content:'\f0e0'}.icon-md:before{content:'\e818'}.icon-netlify:before{content:'\e80b'}.icon-next:before{content:'\e81b'}.icon-opera:before{content:'\e842'}.icon-pdf:before{content:'\f1c1'}.icon-pencil:before{content:'\e807'}.icon-pin:before{content:'\e811'}.icon-prev:before{content:'\e81c'}.icon-quote-left:before{content:'\e819'}.icon-quote-right:before{content:'\e81a'}.icon-search:before{content:'\e803'}.icon-tag:before{content:'\e80d'}.icon-tags:before{content:'\e80c'}.icon-thumbs-down:before{content:'\e810'}.icon-thumbs-up:before{content:'\e80f'}.icon-twitter:before{content:'\f099'}.icon-video-play-button:before{content:'\f16a'}.icon-wercker:before{content:'\e809'}.icon-windows:before{content:'\f17a'}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}@font-face{font-family:"muli";src:url("/fonts/muli/muli-400-webfont.woff2") format("woff2"),url("/fonts/muli/muli-400-webfont.woff") format("woff"),url("/fonts/muli/muli-400-webfont.ttf") format("truetype");font-weight:400;font-style:normal}@font-face{font-family:"muli";src:url("/fonts/muli/muli-400-italic-webfont.woff2") format("woff2"),url("/fonts/muli/muli-400-italic-webfont.woff") format("woff"),url("/fonts/muli/muli-400-italic-webfont.ttf") format("truetype");font-weight:400;font-style:italic}@font-face{font-family:"muli";src:url("/fonts/muli/muli-600-webfont.woff2") format("woff2"),url("/fonts/muli/muli-600-webfont.woff") format("woff"),url("/fonts/muli/muli-600-webfont.ttf") format("truetype");font-weight:600;font-style:normal}@font-face{font-family:"muli";src:url("/fonts/muli/muli-600-italic-webfont.woff2") format("woff2"),url("/fonts/muli/muli-600-italic-webfont.woff") format("woff"),url("/fonts/muli/muli-600-italic-webfont.ttf") format("truetype");font-weight:600;font-style:italic}@font-face{font-family:"muli";src:url("/fonts/muli/muli-700-webfont.woff2") format("woff2"),url("/fonts/muli/muli-700-webfont.woff") format("woff"),url("/fonts/muli/muli-700-webfont.ttf") format("truetype");font-weight:700;font-style:normal}@font-face{font-family:"muli";src:url("/fonts/muli/muli-700-italic-webfont.woff2") format("woff2"),url("/fonts/muli/muli-700-italic-webfont.woff") format("woff"),url("/fonts/muli/muli-700-italic-webfont.ttf") format("truetype");font-weight:700;font-style:italic}@font-face{font-family:"robotomono";src:url("/fonts/robotomono/robotomono-400-webfont.woff2") format("woff2"),url("/fonts/robotomono/robotomono-400-webfont.woff") format("woff"),url("/fonts/robotomono/robotomono-400-webfont.ttf") format("truetype");font-weight:400;font-style:normal}@font-face{font-family:"robotomono";src:url("/fonts/robotomono/robotomono-400-italic-webfont.woff2") format("woff2"),url("/fonts/robotomono/robotomono-400-italic-webfont.woff") format("woff"),url("/fonts/robotomono/robotomono-400-italic-webfont.ttf") format("truetype");font-weight:400;font-style:italic}@font-face{font-family:"robotomono";src:url("/fonts/robotomono/robotomono-500-webfont.woff2") format("woff2"),url("/fonts/robotomono/robotomono-500-webfont.woff") format("woff"),url("/fonts/robotomono/robotomono-500-webfont.ttf") format("truetype");font-weight:500;font-style:normal}@font-face{font-family:"robotomono";src:url("/fonts/robotomono/robotomono-500-italic-webfont.woff2") format("woff2"),url("/fonts/robotomono/robotomono-500-italic-webfont.woff") format("woff"),url("/fonts/robotomono/robotomono-500-italic-webfont.ttf") format("truetype");font-weight:500;font-style:italic}h1,h2,h3,h4,h5,h6{font-family:"muli","Helvetica Neue","Helvetica","Roboto","Arial",sans-serif;font-weight:600;margin:0px;line-height:1.15;position:relative}h1>code,h1>a,h2>code,h2>a,h3>code,h3>a,h4>code,h4>a,h5>code,h5>a,h6>code,h6>a{font-weight:600}h1.page-title{font-size:1.8em;line-height:1.2;letter-spacing:-.021em;padding-bottom:0px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;margin-bottom:8px;font-weight:600}@media only screen and (min-width: 760px){h1.page-title{font-size:2.3em}}@media only screen and (min-width: 960px){h1.page-title{font-size:2.3em}}@media only screen and (min-width: 1200px){h1.page-title{font-size:2.3em}}@media only screen and (min-width: 760px){h1.page-title{padding-top:0px}}h1.page-title img{display:inline;height:1em;width:1em;margin-right:.15em}h1.page-title i[class^="icon-"]{margin-left:-.15em;margin-right:.15em}h1.page-title.commands,h1.page-title.functions{font-family:"robotomono",courier,monospace;font-weight:400}h2,h3{padding-bottom:24px}h2{font-size:1.4em}@media only screen and (min-width: 760px){h2{font-size:1.6em}}@media only screen and (min-width: 960px){h2{font-size:1.6em}}@media only screen and (min-width: 1200px){h2{font-size:1.6em}}h2.contents-list-heading{text-transform:uppercase;color:#737373}h2.contents-list-heading em{font-style:normal}h3{font-size:1.2em}@media only screen and (min-width: 760px){h3{font-size:1.2em}}@media only screen and (min-width: 960px){h3{font-size:1.2em}}@media only screen and (min-width: 1200px){h3{font-size:1.2em}}h4{font-size:1.1em;margin-top:1em;margin-bottom:1em;color:#737373}h5{font-size:1em;font-weight:600;margin-bottom:1em;color:#222}.functions,.commands{font-family:"robotomono",courier,monospace;font-weight:500;color:inherit}.functions>em,.commands>em{font-style:normal;font-family:"muli","Helvetica Neue","Helvetica","Roboto","Arial",sans-serif;padding-left:.25em;padding-right:.25em;font-size:.8em;position:relative;margin-bottom:.3em}.submenu-item:first-child a.submenu-item-link.functions{font-family:"muli","Helvetica Neue","Helvetica","Roboto","Arial",sans-serif}hr{border-top:3px double #222}button,a[role="button"]{background-color:#0083C0;color:#fff;border:none;outline:none;border-radius:3px;padding:.25em .5em;font-size:1em;box-shadow:none;text-align:center;transition:all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);box-shadow:0 1px 3px rgba(0,0,0,0.12),0 1px 2px rgba(0,0,0,0.24)}button:hover,a[role="button"]:hover{transition:box-shadow 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);box-shadow:0 10px 20px rgba(0,0,0,0.19),0 6px 6px rgba(0,0,0,0.23)}.navbutton__wrapper{position:fixed;top:24px;left:24px;z-index:99}@media only screen and (min-width: 960px){.navbutton__wrapper{display:none}}.nav__wrapper--active:before{content:'';width:40px;height:40px;border-radius:50%;background-color:#0083C0;position:absolute;top:-20px;right:-20px;z-index:1;padding:0;margin:0;overflow:hidden;transition:box-shadow 1s}.trigger{width:40px;height:2px;border-radius:50%;background-color:#fff;position:absolute;top:-20px;right:-20px;z-index:2;padding:19px 0 21px;margin:0;overflow:hidden;transition:background 1s, box-shadow 1s}.nav__trigger{position:relative;list-style-type:none;padding:0;margin:0;z-index:4}.nav__trigger .nav__trigger-item{height:3px;width:20px;background-color:#0083C0;display:block;position:absolute;left:50%;margin-left:-10px}.nav__wrapper--active .trigger{background-color:#C9177E}.nav__trigger .nav__trigger-item.nav__trigger-item--first{top:-8px;transition:top .5s .4s ease, -webkit-transform .4s ease;transition:top .5s .4s ease, transform .4s ease;background-color:#0083C0}.nav__trigger .nav__trigger-item.nav__trigger-item--second{top:0;transition:opacity .3s .4s ease}.nav__trigger .nav__trigger-item.nav__trigger-item--third{top:8px;transition:top .5s .4s ease, -webkit-transform .4s ease;transition:top .5s .4s ease, transform .4s ease;background-color:#0083C0}.nav__wrapper--active .nav__trigger-item{background-color:#fff}.nav__wrapper--active .nav__trigger-item.nav__trigger-item--first{top:0px;-webkit-transform:rotate(45deg);transform:rotate(45deg);transition:top .4s ease, -webkit-transform .5s .4s ease;transition:top .4s ease, transform .5s .4s ease;background-color:#fff}.nav__wrapper--active .nav__trigger-item.nav__trigger-item--second{opacity:0}.nav__wrapper--active .nav__trigger-item.nav__trigger-item--third{top:0px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);background-color:#fff;transition:top .4s ease, -webkit-transform .5s .4s ease;transition:top .4s ease, transform .5s .4s ease}nav ul,nav ol,aside ul,aside ol{margin-left:0px;padding-left:0px;list-style:none;text-indent:0px}nav ul li,nav ol li,aside ul li,aside ol li{position:relative;margin-left:0px;padding-left:0px;list-style:none}.body-copy ul,.body-copy ol{padding-left:.75em;margin-left:.5em;margin-top:0px;padding-top:0px;margin-bottom:1.5em}.body-copy ul li,.body-copy ol li{position:relative;margin-top:.25em}.body-copy ul li ul,.body-copy ul li ol,.body-copy ol li ul,.body-copy ol li ol{margin-bottom:0px}.body-copy ul{list-style:disc outside none}.body-copy ul li ul{list-style-type:circle}.body-copy ul li ul li ul{list-style-type:square}.body-copy ol li ol{list-style-type:lower-roman}.body-copy ol li ol li ol{list-style-type:lower-alpha}.body-copy dl{margin:0px;border-bottom:1px solid #ccc;border-top:1px solid #ccc;display:block;margin-bottom:1em;font-size:1em;clear:both;line-height:1.6;padding-top:.5em;padding-bottom:.5em}.body-copy dl dt{float:left;display:block;width:100%;clear:both;margin:0px;font-weight:bolder;margin-right:1em}.body-copy dl dt code{font-size:.9em}.body-copy dl dt>strong>em>code{font-style:normal;position:relative}.body-copy dl dt>strong>em>code:after{display:inline-block;position:relative;font-family:'FontAwesome';content:'\f06a';font-size:.9em;top:-.6em;right:0px;margin-right:-.5em;color:#C9177E}.body-copy dl dd{margin:.5em 0em 0em 0em;text-indent:0px;height:auto;font-size:1em;padding-top:.25em;padding-bottom:0em;padding-left:1.5em;padding-right:0em}.body-copy dl dd strong>code{color:#00A88A}.body-copy dl dd strong:first-child>code{color:#0083C0}.body-copy ol>li>del{color:#C9177E}.body-copy ol>li>del:after{display:inline-block;height:1em;width:1em;font-family:'fontello';content:'\e810';margin-left:.5em;font-size:1.2em;color:#C9177E}.body-copy .task-list{list-style:none;margin-left:0px;padding-left:0px}.body-copy .task-list li{list-style:none}a{color:#C9177E;font-weight:inherit}a,a:hover,a:active,a:focus{text-decoration:none;cursor:pointer}a:hover{text-decoration:none}.body-copy li a,.body-copy p a{z-index:1;color:#C9177E}.body-copy li a:hover,.body-copy p a:hover{border-bottom:1px solid #C9177E}a.tooltip{position:relative;overflow:visible;font-family:"muli","Helvetica Neue","Helvetica","Roboto","Arial",sans-serif}a.tooltip:hover::before{display:inline-block;position:absolute;line-height:1;bottom:-1.4em;font-size:12px;color:white;min-width:80px;padding:.25em .33em;background-color:#222;content:attr(data-tooltip);white-space:nowrap;text-transform:none;font-weight:normal;border-radius:.25em}a.tooltip.left:hover::before{right:0px;left:auto}a.tooltip.right:hover::before{right:0px;left:auto}a.tooltip.edit-link:hover::after{content:'\f09b';font-family:'fontello';color:white;font-size:13px;display:inline-block;position:absolute;line-height:1;bottom:-1.1em;right:3px}a.tooltip.edit-link:hover::before{padding-right:1.5em;font-family:"muli","Helvetica Neue","Helvetica","Roboto","Arial",sans-serif}.icon-github:before{content:'\f09b'}.body-copy a.heading-link{opacity:0;color:silver;transition:opacity .3s ease-in-out;font-size:.7em;position:absolute;display:inline;top:.35em;right:0px;height:1.2em;width:1.2em}@media only screen and (min-width: 760px){.body-copy a.heading-link{left:-1.5em}}.body-copy a.heading-link:hover:after{content:'Copy Link';display:inline-block;width:70px;background-color:#000;color:#fff;font-size:12px;position:absolute;bottom:-1.5em;border-radius:3px;left:-1em;text-align:center}.body-copy a.heading-link.copied:hover::after{content:'Copied!'}.body-copy h2:hover a.heading-link,.body-copy h3:hover a.heading-link{transition:opacity .3s ease-in-out;opacity:1}.body-copy h2:hover .icon-link:hover,.body-copy h3:hover .icon-link:hover{color:#C9177E}.body-copy img{width:100%;max-width:100%;height:auto}.admonition{padding:.75em}.note,.warning{display:block;margin-bottom:20px;width:100%;border-left-width:4px;border-left-style:solid;border-left-color:#555;position:relative;padding-top:4px;padding-bottom:4px}.note #exclamation-icon,.warning #exclamation-icon{height:20px;width:20px;fill:#0083C0;position:absolute;top:20%;left:-12px;background-color:white}.note h2,.warning h2{display:none}.note .admonition-content,.warning .admonition-content{display:block;margin:0px;font-size:1em;padding:8px;margin-left:12px;color:#555}.note .admonition-content p:last-child,.warning .admonition-content p:last-child{margin-bottom:0px}.note .admonition-content ul:last-child,.note .admonition-content ol:last-child,.warning .admonition-content ul:last-child,.warning .admonition-content ol:last-child{margin-bottom:0px}.note .admonition-content ul:last-child+p,.note .admonition-content ol:last-child+p,.warning .admonition-content ul:last-child+p,.warning .admonition-content ol:last-child+p{margin-top:1em}.note{border-color:#0083C0;background-color:#f9fdfe}.note #exclamation-icon{fill:#0083C0}.warning{border-color:#C9177E;background-color:#fef5fa}.warning #exclamation-icon{fill:#C9177E}.hljs{display:block;overflow-x:auto;padding:0.5em;background:#f5f5f5;font-size:.9em}.hljs,.hljs-tag,.hljs-subst{color:#000}.hljs-strong,.hljs-emphasis{color:#737373}.hljs-bullet,.hljs-quote,.hljs-number,.hljs-regexp,.hljs-literal,.hljs-link{color:#0083c0}.hljs-code,.hljs-title,.hljs-section,.hljs-selector-class{color:#00A88A}.hljs-strong{font-weight:bold}.hljs-emphasis{font-style:italic}.hljs-keyword,.hljs-selector-tag,.hljs-name,.hljs-attr{color:#C9177E}.hljs-symbol,.hljs-attribute{color:#0083c0}.hljs-params,.hljs-class .hljs-title{color:#000}.hljs-string,.hljs-type,.hljs-built_in,.hljs-builtin-name,.hljs-selector-id,.hljs-selector-attr,.hljs-selector-pseudo,.hljs-addition,.hljs-variable,.hljs-template-variable{color:#0083c0}.hljs-comment,.hljs-deletion,.hljs-meta{color:#737373}.language-toml.hljs .hljs-section{color:#C9177E}kbd{font-family:"robotomono",courier,monospace}.body-copy code,.body-copy pre{font-family:"robotomono",courier,monospace;font-size:.9em;weight:inherit;font-weight:400;overflow-y:visible;z-index:1}.body-copy>pre{position:relative;margin-bottom:1.5em}.body-copy pre>code,.body-copy .code{background-color:#f5f5f5}.body-copy>pre{overflow-x:scroll}.body-copy ol code,.body-copy ul code,.body-copy div code,.body-copy strong code,.body-copy em code,.body-copy span code,.body-copy p code,.body-copy dd code,.body-copy dt code{background-color:#f5f5f5}@media only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi){.body-copy ol code,.body-copy ul code,.body-copy div code,.body-copy strong code,.body-copy em code,.body-copy span code,.body-copy p code,.body-copy dd code,.body-copy dt code{background-color:#f5f5f5}}.code{display:block;position:relative;overflow:hidden;padding:.5em;overflow-y:visible;margin-bottom:1.5em}code[class^="language-"]:after{display:block;position:absolute;top:4px;right:4px;color:#7b7b7b;font-family:'fontello';content:'\f121'}.copy-button+.code-copy-content code[class^="language-"]:after{position:absolute;top:-4px;right:4px}code.language-git:after{font-family:'fontello';content:'\f1d3';font-size:16px;top:2px}code.language-hugo:after,code.language-go:after,code.language-golang:after{font-family:'fontello';content:'\e801'}code.language-html:after{font-family:'fontello';content:'\f13b'}code.language-javascript:after,code.language-js:after{font-family:'fontello';content:'\e81d'}code.language-json:after{content:'JSON';font-size:.8em;padding-right:.3em;font-family:"robotomono",courier,monospace}code.language-md:after,code.language-markdown:after{font-family:'fontello';content:'\e818'}code.language-sass:after,code.language-scss:after{font-family:'fontello';content:'\e803'}code.language-bash:after,code.language-sh:after{font-family:'fontello';content:'\e808';right:6px}code.language-toml:after{content:'TOML';font-size:.8em;padding-right:.3em;font-family:"robotomono",courier,monospace}code.language-yaml:after,code.language-yml:after{content:'YAML';font-size:.8em;padding-right:.3em;font-family:"robotomono",courier,monospace}.copy-button+.code-copy-content code[class^="language-"]:after{display:none;position:absolute;top:-8px;right:4px}blockquote code[class^="language-"]:after,.admonition code[class^="language-"]:after{content:''}.filename{font-family:"robotomono",courier,monospace;color:#626262;padding-left:1em;padding-top:.25em;font-size:.7em;background-color:#f5f5f5;width:100%;font-style:italic;margin-bottom:0px}.code-icon{position:absolute;top:2px;right:4px}.copy-button,.download-button{transition:opacity .3s ease-in-out;opacity:1;position:absolute;right:1px;top:1px;background-color:white;color:#222;border-radius:0px;transition:all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);box-shadow:0 1px 3px rgba(0,0,0,0.12),0 1px 2px rgba(0,0,0,0.24);height:30px;min-width:70px;font-size:12px;display:block;z-index:15}.copy-button:hover,.download-button:hover{transition:all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);box-shadow:0 10px 20px rgba(0,0,0,0.19),0 6px 6px rgba(0,0,0,0.23)}.copy-button span.button-text,.download-button span.button-text{text-transform:uppercase;margin-left:0px}.download-button{position:absolute;min-width:70px;top:1px;right:72px}@media only screen and (min-device-width: 375px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2){.download-button{display:none}}.tooltipped{position:absolute}.tooltipped:after{position:absolute;z-index:1000000;display:none;padding:2px 4px;font-size:.8em;font-weight:700;font-family:"muli","Helvetica Neue","Helvetica","Roboto","Arial",sans-serif;color:#fff;text-align:center;text-transform:uppercase;text-decoration:none;text-shadow:none;letter-spacing:normal;word-wrap:break-word;white-space:pre;pointer-events:none;content:attr(aria-label);background-color:#0083C0;border-color:#0083C0;border-radius:0px;-webkit-font-smoothing:subpixel-antialiased}.tooltipped:before{position:absolute;z-index:1000001;display:none;width:0;height:0;color:#0083C0;pointer-events:none;content:"";border:5px solid transparent}.tooltipped:hover:before,.tooltipped:hover:after,.tooltipped:active:before,.tooltipped:active:after,.tooltipped:focus:before,.tooltipped:focus:after{display:inline-block;text-decoration:none}.tooltipped-multiline:hover:after,.tooltipped-multiline:active:after,.tooltipped-multiline:focus:after{display:table-cell}.tooltipped-s:after,.tooltipped-se:after,.tooltipped-sw:after{top:100%;right:50%;margin-top:5px;text-align:center}.tooltipped-s:before,.tooltipped-se:before,.tooltipped-sw:before{top:auto;right:50%;bottom:-5px;margin-right:-5px;border-bottom-color:#0083C0;text-align:center}.tooltipped-se:after{right:auto;left:50%;text-align:center}.tooltipped-n:after,.tooltipped-ne:after,.tooltipped-nw:after{right:50%;bottom:100%;margin-bottom:5px}.tooltipped-n:before,.tooltipped-ne:before,.tooltipped-nw:before{top:-5px;right:50%;bottom:auto;margin-right:-5px;border-top-color:#0083C0}.tooltipped-ne:after{right:auto;left:50%;margin-left:-15px}.tooltipped-nw:after{margin-right:-15px}.tooltipped-s:after,.tooltipped-n:after{-webkit-transform:translateX(50%);transform:translateX(50%)}.tooltipped-w:after{right:100%;bottom:50%;margin-right:5px;-webkit-transform:translateY(50%);transform:translateY(50%)}.tooltipped-w:before{top:50%;bottom:50%;left:-5px;margin-top:-5px;border-left-color:#0083C0}.tooltipped-e:after{bottom:50%;left:100%;margin-left:5px;-webkit-transform:translateY(50%);transform:translateY(50%)}.tooltipped-e:before{top:50%;right:-5px;bottom:50%;margin-top:-5px;border-right-color:#0083C0}.tooltipped-multiline:after{width:-webkit-max-content;width:-moz-max-content;width:max-content;max-width:250px;word-break:break-word;word-wrap:normal;white-space:pre-line;border-collapse:separate}.tooltipped-multiline.tooltipped-s:after,.tooltipped-multiline.tooltipped-n:after{right:auto;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.tooltipped-multiline.tooltipped-w:after,.tooltipped-multiline.tooltipped-e:after{right:100%}svg.svg-icon{max-width:60px}span.yes code{color:#00A88A}span.no code{background-color:#C9177E;color:#fff}span.no:after,span.bad:after{display:inline-block;height:1em;width:1em;font-family:'fontello';content:'\e810';margin-left:.5em;font-size:1.2em;color:#C9177E}span.yes:after,.good:after{display:inline-block;height:1em;width:1em;font-family:'fontello';content:'\e80f';color:#00A88A;margin-left:.5em;font-size:1.2em}span.break{position:relative;display:inline-block;font-weight:bold;text-align:center;width:auto;left:calc(50% - 40px)}span.break:before,span.break:after{content:"";position:absolute;display:inline-block;height:.2em;border-bottom:1px solid black;border-top:1px solid black;top:.666em;width:140px}span.break:before{right:100%;margin-right:.5em}span.break:after{left:100%;margin-left:.5em}span.na code{background-color:transparent;color:#bbb}h2 .fa.fa-thumbs-up,h3 .fa.fa-thumbs-up,h4 .fa.fa-thumbs-up,li .fa.fa-thumbs-up{color:#00A88A}h2 .fa.fa-thumbs-down,h3 .fa.fa-thumbs-down,h4 .fa.fa-thumbs-down,li .fa.fa-thumbs-down{color:#C9177E}ul.tags{list-style:none;margin:0;padding:0;margin-top:1em;margin-bottom:.5em;margin-right:4px;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;float:right}ul.tags li{height:20px;line-height:20px;margin-left:4px;margin-bottom:.75em;display:-ms-flexbox;display:flex}ul.tags li:not(.icon){transition:all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);box-shadow:0 1px 3px rgba(0,0,0,0.12),0 1px 2px rgba(0,0,0,0.24)}ul.tags li:not(.icon):hover{transition:box-shadow 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);box-shadow:0 10px 20px rgba(0,0,0,0.19),0 6px 6px rgba(0,0,0,0.23)}ul.tags li a{line-height:20px;-ms-flex-align:center;align-items:center;height:20px;font-size:14px;color:#222;padding-left:.3em;padding-right:.3em}.searchbox{display:inline-block;position:relative;width:300px;height:32px !important;white-space:nowrap;box-sizing:border-box;visibility:visible !important}.searchbox .algolia-autocomplete{display:block;width:100%;height:100%}.searchbox__wrapper{width:100%;height:100%;z-index:999;position:relative}.searchbox__input{display:inline-block;box-sizing:border-box;transition:box-shadow .4s ease, background .4s ease;border:0;border-radius:16px;box-shadow:inset 0 0 0 0px #ccc;background:#fff !important;padding:0;padding-right:26px;padding-left:32px;width:100%;height:100%;vertical-align:middle;white-space:normal;font-size:1em;appearance:none}.searchbox__input::-webkit-search-decoration,.searchbox__input::-webkit-search-cancel-button,.searchbox__input::-webkit-search-results-button,.searchbox__input::-webkit-search-results-decoration{display:none}.searchbox__input:hover{box-shadow:inset 0 0 0 0px #b3b3b3}.searchbox__input:focus,.searchbox__input:active{outline:0;box-shadow:inset 0 0 0 0px #aaa;background:#fff}.searchbox__input::-webkit-input-placeholder{color:#aaa}.searchbox__input::-moz-placeholder{color:#aaa}.searchbox__input:-ms-input-placeholder{color:#aaa}.searchbox__input::placeholder{color:#aaa}.searchbox__submit{position:absolute;top:0;margin:0;border:0;border-radius:16px 0 0 16px;background-color:rgba(69,142,225,0);padding:0;width:32px;height:100%;vertical-align:middle;text-align:center;font-size:inherit;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;right:inherit;left:0}.searchbox__submit::before{display:inline-block;margin-right:-4px;height:100%;vertical-align:middle;content:''}.searchbox__submit:hover,.searchbox__submit:active{cursor:pointer}.searchbox__submit:focus{outline:0}.searchbox__submit svg{width:14px;height:14px;vertical-align:middle;fill:#6D7E96}.searchbox__reset{display:block;position:absolute;top:8px;right:8px;margin:0;border:0;background:none;cursor:pointer;padding:0;font-size:inherit;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;fill:rgba(0,0,0,0.5)}.searchbox__reset.hide{display:none}.searchbox__reset:focus{outline:0}.searchbox__reset svg{display:block;margin:4px;width:8px;height:8px}.searchbox__input:valid ~ .searchbox__reset{display:block;-webkit-animation-name:sbx-reset-in;animation-name:sbx-reset-in;-webkit-animation-duration:.15s;animation-duration:.15s}@-webkit-keyframes sbx-reset-in{0%{-webkit-transform:translate3d(-20%, 0, 0);transform:translate3d(-20%, 0, 0);opacity:0}100%{-webkit-transform:none;transform:none;opacity:1}}@keyframes sbx-reset-in{0%{-webkit-transform:translate3d(-20%, 0, 0);transform:translate3d(-20%, 0, 0);opacity:0}100%{-webkit-transform:none;transform:none;opacity:1}}.algolia-autocomplete.algolia-autocomplete-right .ds-dropdown-menu{right:0 !important;left:inherit !important}.algolia-autocomplete.algolia-autocomplete-right .ds-dropdown-menu:before{right:48px}.algolia-autocomplete.algolia-autocomplete-left .ds-dropdown-menu{left:0 !important;right:inherit !important}.algolia-autocomplete.algolia-autocomplete-left .ds-dropdown-menu:before{left:48px}.algolia-autocomplete .ds-dropdown-menu{position:relative;top:-6px;border-radius:4px;margin:6px 0 0;padding:0;text-align:left;height:auto;position:relative;background:transparent;border:none;z-index:999;max-width:500px;min-width:400px;box-shadow:0 1px 0 0 rgba(0,0,0,0.2),0 2px 3px 0 rgba(0,0,0,0.1)}.algolia-autocomplete .ds-dropdown-menu:before{display:block;position:absolute;content:'';width:14px;height:14px;background:#fff;z-index:1000;top:-7px;border-top:1px solid #d9d9d9;border-right:1px solid #d9d9d9;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);border-radius:2px}.algolia-autocomplete .ds-dropdown-menu .ds-suggestions{position:relative;z-index:1000;margin-top:8px}.algolia-autocomplete .ds-dropdown-menu .ds-suggestion{cursor:pointer}.algolia-autocomplete .ds-dropdown-menu .ds-suggestion.ds-cursor .algolia-docsearch-suggestion.suggestion-layout-simple{background-color:rgba(69,142,225,0.05)}.algolia-autocomplete .ds-dropdown-menu .ds-suggestion.ds-cursor .algolia-docsearch-suggestion:not(.suggestion-layout-simple) .algolia-docsearch-suggestion--content{background-color:rgba(69,142,225,0.05)}.algolia-autocomplete .ds-dropdown-menu [class^="ds-dataset-"]{position:relative;border:solid 1px #d9d9d9;background:#fff;border-radius:4px;overflow:auto;padding:0 8px 8px}.algolia-autocomplete .ds-dropdown-menu *{box-sizing:border-box}.algolia-autocomplete .algolia-docsearch-suggestion{position:relative;padding:0 8px;background:#fff;color:#02060C;overflow:hidden}.algolia-autocomplete .algolia-docsearch-suggestion--highlight{color:#174d8c;background:rgba(143,187,237,0.1);padding:0.1em 0.05em}.algolia-autocomplete .algolia-docsearch-suggestion--category-header .algolia-docsearch-suggestion--category-header-lvl0 .algolia-docsearch-suggestion--highlight,.algolia-autocomplete .algolia-docsearch-suggestion--category-header .algolia-docsearch-suggestion--category-header-lvl1 .algolia-docsearch-suggestion--highlight{color:inherit;background:inherit}.algolia-autocomplete .algolia-docsearch-suggestion--text .algolia-docsearch-suggestion--highlight{padding:0 0 1px;background:inherit;box-shadow:inset 0 -2px 0 0 rgba(69,142,225,0.8);color:inherit}.algolia-autocomplete .algolia-docsearch-suggestion--content{display:block;float:right;width:70%;position:relative;padding:5.33333px 0 5.33333px 10.66667px;cursor:pointer}.algolia-autocomplete .algolia-docsearch-suggestion--content:before{content:'';position:absolute;display:block;top:0;height:100%;width:1px;background:#ddd;left:-1px}.algolia-autocomplete .algolia-docsearch-suggestion--category-header{position:relative;border-bottom:1px solid #ddd;display:none;margin-top:8px;padding:4px 0;font-size:1em;color:#33363D}.algolia-autocomplete .algolia-docsearch-suggestion--wrapper{width:100%;float:left;padding:8px 0 0 0}.algolia-autocomplete .algolia-docsearch-suggestion--subcategory-column{float:left;width:30%;display:none;padding-left:0;text-align:right;position:relative;padding:5.33333px 10.66667px;color:#A4A7AE;font-size:.9em;word-wrap:break-word}.algolia-autocomplete .algolia-docsearch-suggestion--subcategory-column:before{content:'';position:absolute;display:block;top:0;height:100%;width:1px;background:#ddd;right:0}.algolia-autocomplete .algolia-docsearch-suggestion--subcategory-column .algolia-docsearch-suggestion--highlight{background-color:inherit;color:inherit}.algolia-autocomplete .algolia-docsearch-suggestion--subcategory-inline{display:none}.algolia-autocomplete .algolia-docsearch-suggestion--title{margin-bottom:4px;color:#02060C;font-size:.9em;font-weight:bold}.algolia-autocomplete .algolia-docsearch-suggestion--text{display:block;line-height:1.2em;font-size:.85em;color:#63676D}.algolia-autocomplete .algolia-docsearch-suggestion--no-results{width:100%;padding:8px 0;text-align:center;font-size:1.2em}.algolia-autocomplete .algolia-docsearch-suggestion--no-results::before{display:none}.algolia-autocomplete .algolia-docsearch-suggestion code{padding:1px 5px;font-size:90%;border:none;color:#222222;background-color:#EBEBEB;border-radius:3px;font-family:Menlo,Monaco,Consolas,"Courier New",monospace}.algolia-autocomplete .algolia-docsearch-suggestion code .algolia-docsearch-suggestion--highlight{background:none}.algolia-autocomplete .algolia-docsearch-suggestion.algolia-docsearch-suggestion__main .algolia-docsearch-suggestion--category-header{display:block}.algolia-autocomplete .algolia-docsearch-suggestion.algolia-docsearch-suggestion__secondary .algolia-docsearch-suggestion--subcategory-column{display:block}.algolia-autocomplete .suggestion-layout-simple.algolia-docsearch-suggestion{border-bottom:solid 1px #eee;padding:8px;margin:0}.algolia-autocomplete .suggestion-layout-simple .algolia-docsearch-suggestion--content{width:100%;padding:0}.algolia-autocomplete .suggestion-layout-simple .algolia-docsearch-suggestion--content::before{display:none}.algolia-autocomplete .suggestion-layout-simple .algolia-docsearch-suggestion--category-header{margin:0;padding:0;display:block;width:100%;border:none}.algolia-autocomplete .suggestion-layout-simple .algolia-docsearch-suggestion--category-header-lvl0{opacity:.6;font-size:.85em}.algolia-autocomplete .suggestion-layout-simple .algolia-docsearch-suggestion--category-header-lvl1{opacity:.6;font-size:.85em}.algolia-autocomplete .suggestion-layout-simple .algolia-docsearch-suggestion--category-header-lvl1::before{background-image:url('data:image/svg+xml;utf8,');content:'';width:10px;height:10px;display:inline-block}.algolia-autocomplete .suggestion-layout-simple .algolia-docsearch-suggestion--wrapper{width:100%;float:left;margin:0;padding:0}.algolia-autocomplete .suggestion-layout-simple .algolia-docsearch-suggestion--subcategory-column,.algolia-autocomplete .suggestion-layout-simple .algolia-docsearch-suggestion--duplicate-content,.algolia-autocomplete .suggestion-layout-simple .algolia-docsearch-suggestion--subcategory-inline{display:none !important}.algolia-autocomplete .suggestion-layout-simple .algolia-docsearch-suggestion--title{margin:0;color:#458EE1;font-size:.9em;font-weight:normal}.algolia-autocomplete .suggestion-layout-simple .algolia-docsearch-suggestion--title::before{content:"#";font-weight:bold;color:#458EE1;display:inline-block}.algolia-autocomplete .suggestion-layout-simple .algolia-docsearch-suggestion--text{margin:4px 0 0;display:block;line-height:1.4em;padding:5.33333px 8px;background:#f8f8f8;font-size:.85em;opacity:.8}.algolia-autocomplete .suggestion-layout-simple .algolia-docsearch-suggestion--text .algolia-docsearch-suggestion--highlight{color:#3f4145;font-weight:bold;box-shadow:none}.algolia-autocomplete .algolia-docsearch-footer{width:110px;height:20px;z-index:2000;margin-top:10.66667px;float:right;font-size:0;line-height:0}.algolia-autocomplete .algolia-docsearch-footer--logo{background-image:url("data:image/svg+xml;utf8,");background-repeat:no-repeat;background-position:center;background-size:100%;overflow:hidden;text-indent:-9000px;padding:0 !important;width:100%;height:100%;display:block}#toggle-search{display:block;position:fixed;top:.5em;right:3.5em;float:right;font-size:1.2em;z-index:60;color:#C9177E}@media only screen and (min-width: 760px){#toggle-search{right:2em}}@media only screen and (min-width: 1200px){#toggle-search{top:.3em}}form#site-search-form{transition:-webkit-transform .3s ease-in-out;transition:transform .3s ease-in-out;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;width:100%;width:100vw;position:fixed;top:50px;height:45px;-webkit-transform:translateY(-50px);transform:translateY(-50px);background-color:#fff;z-index:19}form#site-search-form.search-open{transition:-webkit-transform .3s ease-in-out;transition:transform .3s ease-in-out;-webkit-transform:translateY(0);transform:translateY(0);border-bottom:1px solid #C9177E}form#site-search-form #search-input{max-height:45px;padding-left:20px;font-size:1em}@media only screen and (min-width: 960px){form#site-search-form{display:block;position:fixed;top:8px;right:2em;z-index:50;width:300px;-webkit-transform:translateX(330px);transform:translateX(330px);transition:-webkit-transform .3s ease-in-out;transition:transform .3s ease-in-out;box-shadow:none;max-height:40px;background-color:transparent}form#site-search-form.search-open{transition:-webkit-transform .3s ease-in-out;transition:transform .3s ease-in-out;border-bottom-width:0px;-webkit-transform:translateX(0px);transform:translateX(0px)}form#site-search-form.search-open #search-input{transition:opacity .3 ease-in-out;opacity:1;border-bottom:3px solid #C9177E}form#site-search-form.search-open #search-input::after{display:inline-block;content:'';width:1em;border-bottom:3px solid #C9177E}form#site-search-form #search-input{transition:opacity .3s ease-in-out;max-height:40px;padding-left:0px;font-size:20px;opacity:0}}#search-input{width:260px;outline:none;border:0px;border-radius:0px}#search-input,#search-input:hover,#search-input:active,#search-input:focus{outline:none}.algolia-docsearch-suggestion{border-bottom-color:#3A3DD1}.algolia-docsearch-suggestion--highlight{color:#3A33D1}.algolia-docsearch-suggestion--category-header .algolia-docsearch-suggestion--highlight{background-color:#4D47D5}.aa-cursor .algolia-docsearch-suggestion--content{color:#272296}.aa-cursor .algolia-docsearch-suggestion{background:#EBEBFB}.algolia-autocomplete .algolia-docsearch-suggestion--text .algolia-docsearch-suggestion--highlight{box-shadow:inset 0 -2px 0 0 #C9177E}.algolia-autocomplete .algolia-docsearch-suggestion--highlight{color:#C9177E;background:#f7e8f1;padding:0.1em 0.05em}.algolia-autocomplete .algolia-docsearch-suggestion--subcategory-column{background-color:#fff}.algolia-autocomplete .ds-dropdown-menu{font-size:.8em;min-width:340px;max-width:340px}@media only screen and (min-width: 760px){.algolia-autocomplete .ds-dropdown-menu{font-size:1em;min-width:400px;max-width:500px}}@media only screen and (min-width: 960px){.algolia-autocomplete .ds-dropdown-menu{min-width:500px;max-width:600px}}.algolia-autocomplete .algolia-docsearch-suggestion--subcategory-column-text .algolia-docsearch-suggestion--highlight{color:#0083C0;font-weight:bold;background:#c9e8f6}@media (min-width: 768px){.algolia-docsearch-suggestion{border-bottom-color:#7671df}.algolia-docsearch-suggestion--subcategory-column{border-right-color:#7671df;background-color:#F2F2FF;color:#4E4726}}kbd{background-color:inherit;border:1px solid #222;display:inline-block;font-size:.9em;padding:.1em .3em;border-radius:5px;transition:all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);box-shadow:0 1px 3px rgba(0,0,0,0.12),0 1px 2px rgba(0,0,0,0.24)}aside#toc{transition:-webkit-transform .3s ease-in-out;transition:transform .3s ease-in-out;position:fixed;top:50px;-webkit-transform:translateX(100%);transform:translateX(100%);background-color:#fff;right:0px;padding-left:10px;padding-right:10px;max-width:280px;transition:all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);box-shadow:0 1px 3px rgba(0,0,0,0.12),0 1px 2px rgba(0,0,0,0.24)}aside#toc header.toc-header{display:inline-block;width:100%;margin-top:24px}aside#toc header.toc-header>a h3{margin-top:0px;margin-bottom:0px;margin-left:8px;padding-bottom:0px;border-bottom:1px solid #222;color:#222;font-size:17px}aside#toc.toc-open{transition:-webkit-transform .3s ease-in-out;transition:transform .3s ease-in-out;-webkit-transform:translateX(0%);transform:translateX(0%);z-index:99}aside#toc .toc-inner-wrapper{position:relative;min-height:auto;max-height:calc(100vh - 50px);overflow-y:scroll}@media only screen and (min-width: 1200px){aside#toc{box-shadow:none;top:50px;right:0px;bottom:auto;opacity:1;min-height:calc(100vh - 50px - 140px);max-height:calc(100vh - 50px - 140px);-webkit-transform:translateX(0%);transform:translateX(0%);border-radius:0px;margin-right:1.5em;z-index:1}aside#toc .toc-inner-wrapper{position:relative;min-height:calc(100vh - 50px - 140px);max-height:calc(100vh - 50px)}aside#toc.toc-open{z-index:1}}nav#TableOfContents{position:relative;height:auto}nav#TableOfContents li code{font-family:"muli","Helvetica Neue","Helvetica","Roboto","Arial",sans-serif}nav#TableOfContents li.active>a>code{color:inherit;font-weight:inherit;font-family:"muli","Helvetica Neue","Helvetica","Roboto","Arial",sans-serif}nav#TableOfContents>ul:first-child{padding-left:0px;margin-left:0px;margin-top:.5em;margin-bottom:1em}nav#TableOfContents>ul:first-child>li{padding-left:0px;margin-left:0px;font-size:18px}nav#TableOfContents ul>li>ul li{line-height:1.2;font-size:16px;padding-left:8px;position:relative;margin-top:.5em;margin-bottom:.5em}nav#TableOfContents ul>li>ul li a{color:#222;position:relative}@media only screen and (min-width: 960px){nav#TableOfContents ul>li>ul li a:hover{color:#C9177E}nav#TableOfContents ul>li>ul li a:hover::before{content:'';display:inline-block;height:100%;border-left:1px solid #C9177E;position:absolute;left:-8px}nav#TableOfContents ul>li>ul li a:hover code{color:inherit}}nav#TableOfContents ul>li>ul li.active>a{position:relative;color:#C9177E;font-weight:400}nav#TableOfContents ul>li>ul li.active>a::before{content:'';display:inline-block;height:100%;border-left:2px solid #C9177E;position:absolute;left:-8px}nav#TableOfContents ul>li>ul li>ul{display:block;margin-top:8px;margin-bottom:0px}nav#TableOfContents ul>li>ul li>ul>li{font-size:14px}@media only screen and (min-width: 960px){nav#TableOfContents ul>li>ul li>ul>li a:hover{color:#0083C0}nav#TableOfContents ul>li>ul li>ul>li a:hover::before{content:'';display:inline-block;height:100%;border-left:1px solid #0083C0;position:absolute;left:-16px}}nav#TableOfContents ul>li>ul li>ul>li.active>a{color:#0083C0;font-weight:400}nav#TableOfContents ul>li>ul li>ul>li.active>a::before{border-left:2px solid #C9177E;left:-16px}.kebab{cursor:pointer;position:fixed;display:inline-block;box-sizing:border-box;padding:0 16px;top:12px;right:4px}.kebab .figure{width:6px;height:6px;border-radius:5px;background:#0083C0;margin:3px 0}.kebab .figure.middle{transition:all 0.3s ease-in-out;-webkit-transform:scale(1);transform:scale(1);position:relative;font-weight:400;left:0%}.kebab .figure.middle.active{-webkit-transform:scale(6.5);transform:scale(6.5);transition:all 0.3s ease-in-out;background:transparent}@media only screen and (min-width: 1200px){.kebab{display:none}}.cross{position:absolute;top:14px;left:50%;-webkit-transform:translate(-50%, -50%) scale(0);transform:translate(-50%, -50%) scale(0);margin-top:-1px;font-family:"muli","Helvetica Neue","Helvetica","Roboto","Arial",sans-serif;background-color:#C9177E;color:white;border-radius:50%;height:40px;width:40px;transition:all 0.3s ease-in-out;font-size:34px;line-height:40px;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;text-align:center}.cross.active{-webkit-transform:translate(-50%, -50%) scale(1);transform:translate(-50%, -50%) scale(1);transition:all 0.15s ease-in-out}.all-contents{padding-top:1em;font-size:.95em}.contents-list{box-shadow:none;background-color:transparent;color:#222;border-bottom:1px solid silver;margin-bottom:1em;position:relative;font-size:.95em}.contents-list a{width:100%;color:#222}.contents-list a:before,.contents-list a:after,.contents-list a:hover{background-color:transparent;border:none;color:#222}.contents-list h3{margin-top:0px;padding-top:0px;padding-bottom:2px;color:#C9177E}.contents-list p{margin-top:8px;margin-bottom:16px}.taxonomy-term{font-size:1.3em;display:inline-block;width:auto;clear:both}.list-icon{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.list-icon i.icon-link-external{position:relative;display:inline-block;margin-top:.1em}.list-icon-wrapper{max-width:1em;max-height:1em;margin-right:.2em}.list-icon-wrapper img{width:100%;height:auto;margin-bottom:0px;margin-left:auto;margin-right:auto;display:block}.last-modified{color:#737373;display:block;clear:both;min-width:200px;width:100%;max-width:100%;text-align:center;font-size:.8em;position:relative;border-bottom:2px solid #737373}#content-footer{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;max-width:100%;min-width:100%;min-height:60px;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:2em}#content-footer.overview{-ms-flex-pack:end;justify-content:flex-end}.cf-link{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;color:#737373}.cf-link h5{color:#737373}.cf-link:hover{background-color:#C9177E;color:#fff}.cf-link:hover h5{color:#fff}.icon-wrapper{display:inline-block;margin-right:6px;position:relative;min-height:60px;width:24px}.icon-wrapper i{font-size:24px;position:absolute;top:calc(50% - 12px)}.next-page{-ms-flex-pack:end;justify-content:flex-end;text-align:right;-ms-flex-item-align:end;align-self:flex-end}.page-info{margin:0px .5em 0px .5em}.page-info{display:inline-block;width:auto}.page-info span{font-size:.8em}.body-copy blockquote{position:relative;display:block;margin:0px;font-style:italic;background-color:#f8f8f8;padding:16px;margin-bottom:1em}.body-copy blockquote p{margin-bottom:0px;margin-top:16px}.body-copy blockquote p:first-child{margin-top:8px}.body-copy blockquote:before{font-family:'fontello';display:block;height:1em;width:1em;position:absolute;content:'\e819';color:silver;top:-3px;left:4px;font-size:1.2em;font-style:normal}.body-copy blockquote code,.body-copy blockquote pre{font-style:normal}.body-copy blockquote cite.blockquote-citation{position:relative;display:block;clear:both;text-align:left;line-height:2;font-size:.8em;font-style:normal}.breadcrumbs{list-style:none;display:inline-block;margin-top:3px}.breadcrumbs li{float:left}.breadcrumbs li a{color:#222;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;background:#D1F1FE;text-decoration:none;position:relative;height:30px;line-height:30px;padding:0 10px 0 5px;text-align:center;margin-right:23px;font-size:14px}.breadcrumbs li a img{height:20px;width:20px}.breadcrumbs li a span{margin-left:4px}.breadcrumbs li:nth-child(even){margin-left:-8px}.breadcrumbs li:nth-child(even) a{background-color:#D1F1FE}.breadcrumbs li:nth-child(even) a:before{border-color:#D1F1FE;border-left-color:transparent;height:30px;line-height:30px}.breadcrumbs li:nth-child(even) a:after{border-left-color:#D1F1FE}.breadcrumbs li:first-child a{padding-left:10px;border-radius:4px 0 0 4px}.breadcrumbs li:first-child a:before{border:none}.breadcrumbs li:last-child::not(first-child) a{padding-right:15px;border-radius:0 4px 4px 0}.breadcrumbs li:last-child::not(first-child) a:after{border:none}.breadcrumbs li a:before,.breadcrumbs li a:after{content:"";position:absolute;top:0;border:0 solid #D1F1FE;border-width:15px 6.666px;width:0;height:0}.breadcrumbs li a:before{left:-12px;border-left-color:transparent}.breadcrumbs li a:after{left:100%;border-color:transparent;border-left-color:#D1F1FE}.breadcrumbs li a:hover{background-color:#0083C0;color:#fff}.breadcrumbs li a:hover img{-webkit-filter:grayscale(0%);filter:grayscale(0%)}.breadcrumbs li a:hover:before{border-color:#0083C0;border-left-color:transparent}.breadcrumbs li a:hover:after{border-left-color:#0083C0}table{text-align:left;overflow-x:scroll;width:100%;max-width:100%;width:auto;display:block;border-left:2px solid #737373;margin:0px;font-size:16px;margin-bottom:1em}table tr{border-top:2px solid #737373}table tr th,table tr td{padding-left:4px;padding-right:6px}table tr th:last-child,table tr td:last-child{border-right:2px solid #737373}table.terms-table td{width:50%}table thead{width:100%;background-color:#000;color:#fff}table thead tr{min-width:100%}table thead tr th{padding-left:4px;padding-right:6px}@media only screen and (min-width: 760px){table thead tr th:last-child{min-width:220px}}table tbody{min-width:100%}table tbody tr{min-width:100%;background-color:#fff}table tbody tr:nth-child(even){background-color:#f8f8f8}table tbody tr:last-child{border-bottom:2px solid #737373}table tbody tr small{font-size:1em}table tbody td .purpose-title{font-style:italic;color:#C9177E;font-weight:bold}table tbody td.bf-default code{color:#0083C0;font-weight:bold}table tbody td.bf-flag code{color:#00A88A;font-weight:bold}table.utils-table tr{line-height:1.2}table.utils-table tr>td:first-child{min-width:220px}table tr td.col-date{min-width:140px;width:140px}.twitter-tweet.twitter-tweet-rendered{display:block;margin-left:auto;margin-right:auto}.body-copy>div{margin-bottom:1.5em}.cls-1{fill:#11485e}.cls-2{fill:#7fc2e2}.cls-3{fill:#d8d5d5}.cls-4{fill:#131413}.cls-5{fill:#fff}.cls-6{fill:#b28f82}.cls-7{fill:#231f20}.cls-8{fill:#418cbd}.eye{-webkit-animation:squeeze 2.4s infinite;animation:squeeze 2.4s infinite}.nose{-webkit-animation:nose 2s infinite ease;animation:nose 2s infinite ease}.gopher{-webkit-transform:translateY(120px);transform:translateY(120px);-webkit-animation:start .8s forwards ease-in-out;animation:start .8s forwards ease-in-out}@-webkit-keyframes nose{80%{-webkit-transform:none;transform:none}83%{-webkit-transform:translateX(7.5px) scaleX(0.9);transform:translateX(7.5px) scaleX(0.9)}90%{-webkit-transform:none;transform:none}93%{-webkit-transform:translateX(7.5px) scaleX(0.9);transform:translateX(7.5px) scaleX(0.9)}100%{-webkit-transform:none;transform:none}}@keyframes nose{80%{-webkit-transform:none;transform:none}83%{-webkit-transform:translateX(7.5px) scaleX(0.9);transform:translateX(7.5px) scaleX(0.9)}90%{-webkit-transform:none;transform:none}93%{-webkit-transform:translateX(7.5px) scaleX(0.9);transform:translateX(7.5px) scaleX(0.9)}100%{-webkit-transform:none;transform:none}}@-webkit-keyframes squeeze{90%{-webkit-transform:none;transform:none;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}93%{-webkit-transform:translateY(70px) scaleY(0.1);transform:translateY(70px) scaleY(0.1)}100%{-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}}@keyframes squeeze{90%{-webkit-transform:none;transform:none;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}93%{-webkit-transform:translateY(70px) scaleY(0.1);transform:translateY(70px) scaleY(0.1)}100%{-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}}.video-wrapper,.iframe-wrapper{transition:all .3s ease-in-out;position:relative;padding-bottom:56.25%;padding-top:0px;height:0;clear:both;cursor:pointer;margin-bottom:1em}.iframe-wrapper,iframe[src*="soundcloud.com"]{transition:all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);box-shadow:0 3px 6px rgba(0,0,0,0.16),0 3px 6px rgba(0,0,0,0.23)}.video-wrapper:hover,.video-wrapper:active,.video-wrapper:focus{-webkit-filter:grayscale(0%);filter:grayscale(0%);cursor:pointer}.video-wrapper iframe,.iframe-wrapper iframe{position:absolute;top:0;left:0;width:100%;height:100%;margin-bottom:0em}.video-thumbnail{transition:all .3s ease-in-out;width:100%;min-height:100%;clear:both;display:block;z-index:1;padding-bottom:56.25%;background-repeat:no-repeat;background-position:center;background-size:cover;cursor:pointer;position:relative;-webkit-filter:grayscale(100%);filter:grayscale(100%)}.video-thumbnail:hover{-webkit-filter:grayscale(0%);filter:grayscale(0%)}.icon-video-play-button.shortcode{font-family:"fontello";font-size:3.8em;color:#bb0000;border-radius:30px;z-index:2;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%)}.icon-video-play-button.shortcode:hover+.video-thumbnail{-webkit-filter:grayscale(0%);filter:grayscale(0%)}.video-wrapper:after{display:block;width:100%;margin-bottom:1em}.video-wrapper+h3,.video-wrapper+h4,.video-wrapper+p{margin-top:1em}.video-wrapper+h3{margin-bottom:0px;margin-top:.5em}h3+.video-wrapper,h4+.video-wrapper{margin-top:1em}.video-description{width:100%;text-align:center;font-size:.8em;margin-top:0px;color:#484848}.video-description>p{margin-top:1em;font-style:italic}@media all{.featherlight{display:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:2147483647;text-align:center;white-space:nowrap;cursor:pointer;background:#333}.featherlight:last-of-type{background:rgba(0,0,0,0.8)}.featherlight:before{content:'';display:inline-block;height:100%;vertical-align:middle;margin-right:-0.25em}.featherlight .featherlight-content{position:relative;text-align:left;vertical-align:middle;display:inline-block;overflow:auto;border-radius:0px;padding:0px;border-bottom:0px solid transparent;margin-left:5%;margin-right:5%;max-height:95%;background:#fff;cursor:auto;white-space:normal}.featherlight .featherlight-inner{display:block}.featherlight .featherlight-close-icon{position:absolute;z-index:9999;top:0;right:0;font-size:1.1em;line-height:2em;width:2em;cursor:pointer;text-align:center;font-family:Arial, sans-serif;background-color:rgba(255,255,255,0.8);color:#222}.featherlight .featherlight-image{width:100%}.featherlight-iframe .featherlight-content{border-bottom:0;padding:0}.featherlight iframe{border:none}.featherlight *{box-sizing:border-box}}@media only screen and (max-width: 1024px){.featherlight .featherlight-content{margin-left:10px;margin-right:10px;max-height:98%}}a.image-link:hover{border-bottom:0px solid transparent !important;cursor:zoom-in}.animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.animated.infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animated.hinge{-webkit-animation-duration:2s;animation-duration:2s}animated.bounceIn,.animated.bounceOut,.animated.flipOutX,.animated.flipOutY{-webkit-animation-duration:.75s;animation-duration:.75s}@-webkit-keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;-webkit-transform:scale3d(0.3, 0.3, 0.3);transform:scale3d(0.3, 0.3, 0.3)}20%{-webkit-transform:scale3d(1.1, 1.1, 1.1);transform:scale3d(1.1, 1.1, 1.1)}40%{-webkit-transform:scale3d(0.9, 0.9, 0.9);transform:scale3d(0.9, 0.9, 0.9)}60%{opacity:1;-webkit-transform:scale3d(1.03, 1.03, 1.03);transform:scale3d(1.03, 1.03, 1.03)}80%{-webkit-transform:scale3d(0.97, 0.97, 0.97);transform:scale3d(0.97, 0.97, 0.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;-webkit-transform:scale3d(0.3, 0.3, 0.3);transform:scale3d(0.3, 0.3, 0.3)}20%{-webkit-transform:scale3d(1.1, 1.1, 1.1);transform:scale3d(1.1, 1.1, 1.1)}40%{-webkit-transform:scale3d(0.9, 0.9, 0.9);transform:scale3d(0.9, 0.9, 0.9)}60%{opacity:1;-webkit-transform:scale3d(1.03, 1.03, 1.03);transform:scale3d(1.03, 1.03, 1.03)}80%{-webkit-transform:scale3d(0.97, 0.97, 0.97);transform:scale3d(0.97, 0.97, 0.97)}to{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}}.bounceIn{-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0, -100%, 0);transform:translate3d(0, -100%, 0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0, -100%, 0);transform:translate3d(0, -100%, 0)}to{opacity:1;-webkit-transform:none;transform:none}}.fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}.site-header{width:100%;height:50px;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;margin:0px;background-color:#fff;color:#000;position:fixed;top:0px;left:0px;z-index:20;transition:all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);box-shadow:0 1px 3px rgba(0,0,0,0.12),0 1px 2px rgba(0,0,0,0.24)}@media only screen and (min-width: 960px){.site-header{-ms-flex-pack:justify;justify-content:space-between}}.site-header .hugo-meta{display:-ms-flexbox;display:flex;width:100%;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}@media only screen and (min-width: 960px){.site-header .hugo-meta{float:left;width:auto;-ms-flex-pack:start;justify-content:flex-start}}.site-header #home-link{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;font-size:.8em;margin-left:-1em}.site-header #home-link img{height:35px;max-height:35px;margin-right:.25em}.site-header #home-link .hugo-v{-ms-flex-item-align:end;align-self:flex-end;font-size:.9em}@media only screen and (min-width: 960px){.site-header #home-link{margin-left:1em}}.site-header a.github-button{display:none}@media only screen and (min-width: 760px){.site-header a.github-button{display:inline}}.site-header iframe[src^="https://buttons.github.io"]{display:none;margin-left:1em}@media only screen and (min-width: 760px){.site-header iframe[src^="https://buttons.github.io"]{display:inline}}.site-navigation::-webkit-scrollbar{display:none}.site-navigation{transition:-webkit-transform .3s ease-in-out;transition:transform .3s ease-in-out;position:fixed;left:0px;top:0px;width:250px;bottom:0px;overflow-y:scroll;background-color:#f8f8f8;-webkit-transform:translateX(-250px);transform:translateX(-250px);padding:0px;z-index:9;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;padding-bottom:2em}.site-navigation::-webkit-scrollbar{display:none}.site-navigation.navigation-open{transition:-webkit-transform .3s ease-in-out;transition:transform .3s ease-in-out;-webkit-transform:translateX(0px);transform:translateX(0px)}@media only screen and (min-width: 960px){.site-navigation{-webkit-transform:translateX(0px);transform:translateX(0px)}}.site-navigation ul li a{display:-ms-flexbox;display:flex}.site-navigation ul.top-menu{margin-top:80px;margin-bottom:30px;width:85%}@media only screen and (min-width: 960px){.site-navigation ul.top-menu{margin-top:60px}}.site-navigation ul.top-menu a{color:#222;font-weight:400;width:100%}.site-navigation ul.top-menu a:hover{color:#C9177E}.site-navigation ul.top-menu li{padding-left:0px;line-height:1.2;padding-top:.75em}.site-navigation ul.top-menu li ul li{padding-left:.3em}.site-navigation ul.top-menu a.top-menu-item-link{font-size:16px;width:100%}.site-navigation ul.top-menu a.top-menu-item-link i.fa.fa-angle-double-right{margin-left:.25em}.site-navigation ul.top-menu a.top-menu-item-link.active-section{color:#C9177E;font-weight:700}.site-navigation ul.top-menu a.top-menu-item-link.active-section+ul.submenu{display:block;border-left:2px solid #C9177E}.site-navigation ul.top-menu ul.submenu{display:none;margin-left:.2em;padding-left:.5em;padding-bottom:.66em}.site-navigation ul.top-menu ul.submenu li{line-height:1.3}.site-navigation ul.top-menu ul.submenu a.submenu-item-link{font-size:14px}.site-navigation ul.top-menu ul.submenu a.submenu-item-link:hover{color:#0083C0}.site-navigation ul.top-menu ul.submenu a.submenu-item-link.active-page{font-weight:700;color:#0083C0}.site-navigation ul.top-menu ul.submenu a.submenu-item-link.active-page>code{color:#0083C0}.site-navigation ul.top-menu ul.submenu a.submenu-item-link.active-page>code>em{font-style:normal;family:"muli","Helvetica Neue","Helvetica","Roboto","Arial",sans-serif}.nav-buttons{display:block;margin-left:auto;margin-right:auto;max-width:200px}.nav-buttons a{margin-bottom:.5em;display:inline-block;width:200px;max-width:200px;position:relative;font-size:.9em}.navigation-toggle-wrapper{width:50px;height:50px;position:fixed;top:2px;left:0px;z-index:20}.navigation-toggle-wrapper h4.menu{display:inline-block;position:absolute;bottom:-1em;left:.8em;color:#0083C0;display:none}@media only screen and (min-width: 960px){.navigation-toggle-wrapper{display:none}}.navigation-toggle-wrapper.navigation-open .top{-webkit-transform:rotate(45deg);transform:rotate(45deg);top:42%;border-radius:5px;border-color:#C9177E}.navigation-toggle-wrapper.navigation-open .middle{width:30px;height:30px;top:9%;border-radius:50%;background-color:#fff;border-color:#fff;opacity:0.3}.navigation-toggle-wrapper.navigation-open .bottom{-webkit-transform:rotate(-45deg);transform:rotate(-45deg);top:41%;border-radius:5px;background-color:#C9177E;border-color:#C9177E}.bar{width:30px;height:2px;border:2px solid #0083C0;background-color:#0083C0;position:absolute;border-radius:10px}.bar.navigation-open{background-color:#C9177E;border:2px solid #C9177E}.top{left:15%;top:30%;transition:all 0.5s}.middle{left:15%;top:43%;transition:all 0.5s}.bottom{left:15%;top:60%;transition:all 0.5s}#all-content-wrapper{margin-top:50px;z-index:5;transition:all .3s ease-in-out;opacity:1;overflow-x:hidden}@media only screen and (min-width: 960px){#all-content-wrapper{margin-left:250px}}#all-content-wrapper.navigation-open{transition:all .3s ease-in-out;-webkit-transform:translateX(250px);transform:translateX(250px);opacity:.4;overflow-x:hidden}@media only screen and (min-width: 960px){#all-content-wrapper.navigation-open{opacity:1;-webkit-transform:translateX(0px);transform:translateX(0px);overflow-x:hidden}}main.main{width:100%;display:block;margin-left:auto;margin-right:auto;position:relative;min-height:calc(100vh - 100px)}@media only screen and (min-width: 1200px){main.main{width:100%;margin-right:0px;max-width:calc(100vw - 500px - 20px);float:left;padding-left:0px;padding-right:0px}}.content{width:90%;margin-left:auto;margin-right:auto}@media only screen and (min-width: 960px){.content{float:left;margin-left:5%;margin-right:auto;max-width:90%}}@media only screen and (min-width: 1200px){.content{min-width:90%;max-width:90%}}header.content-header{display:block;clear:both;width:100%;position:relative;margin-top:24px;overflow-x:hidden;margin-bottom:1em}.content-section-image-wrapper{margin-bottom:1em}.content-section-image-wrapper a{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;color:#222}.content-section-image-wrapper a img{width:20px}.content-section-image-wrapper a span{font-size:.8em;margin-left:.25em}.content-header-links{display:none;position:absolute;right:1px;top:1px;text-transform:uppercase;width:auto;overflow:visible}@media only screen and (min-width: 760px){.content-header-links{display:block}}.content-header-links a{position:relative;display:inline-block;color:#222;padding:4px 6px;vertical-align:middle;height:36px;width:36px;line-height:36px;text-align:center;border-radius:3px;transition:all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);box-shadow:0 1px 3px rgba(0,0,0,0.12),0 1px 2px rgba(0,0,0,0.24)}.content-header-links a:hover{color:#222}.content-header-links a i.icon-pencil{font-size:20px;position:relative;bottom:4px;right:2px}.content-header-links a svg{height:24px;width:24px;display:inline}.content-header-links a.godoc-link{border-right-width:0px}.body-copy{margin-top:0px;margin-bottom:2.5em;display:block;overflow:visible}.body-copy div+h2{margin-top:1em}.body-copy em{font-weight:inherit}main.showcase-list{width:90%;max-width:1200px;margin-left:auto;margin-right:auto}@media only screen and (min-width: 1200px){main.showcase-list{margin-left:5%}}#showcase{display:-ms-flexbox;display:flex;list-style:none;padding-left:0px;margin-left:0px;width:100%;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:justify;justify-content:space-between}#showcase li.showcase-site{list-style:none;padding-left:0px;margin-left:0px;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;width:100%;transition:all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);box-shadow:0 1px 3px rgba(0,0,0,0.12),0 1px 2px rgba(0,0,0,0.24);margin-bottom:1.5em}@media only screen and (min-width: 760px){#showcase li.showcase-site{width:48%}}@media only screen and (min-width: 1200px){#showcase li.showcase-site{width:32%}}#showcase li.showcase-site .image-wrapper{width:100%;max-width:100%}#showcase li.showcase-site .image-wrapper img{width:100%;max-width:100%;border-bottom:1px solid #d9d9d9}#showcase li.showcase-site ul.tags{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%}#showcase li.showcase-site ul.tags li{margin-bottom:.25em;-ms-flex-item-align:start;align-self:flex-start;width:auto}#showcase li.showcase-site ul.tags li a{font-size:12px}#showcase li.showcase-site ul.tags li.tags-icon-li{box-shadow:none}#showcase li.showcase-site .showcase-meta{padding:10px}#showcase li.showcase-site .showcase-meta .showcase-links{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center;font-size:.8em}#showcase li.showcase-site .showcase-meta .showcase-links .showcase-source{font-size:.8em;text-transform:uppercase}#showcase li.showcase-site .showcase-meta .showcase-links .showcase-title{font-weight:bold}#showcase li.showcase-site .showcase-meta .showcase-links .showcase-title a{font-weight:bold}.showcase-source>a:before{font-family:'fontello';content:'\f121'}.showcase-source>a[href*="github"]:before{content:'\f056'}.showcase-source>a[href*="gitlab"]:before{content:'\f296'}.showcase-source>a[href*="bitbucket"]:before{content:'\e80a'}#site-footer{transition:-webkit-transform .3s ease-in-out;transition:transform .3s ease-in-out;background-color:#000;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;height:auto;padding-bottom:1em;z-index:20}#site-footer.navigation-open{transition:-webkit-transform .3s ease-in-out;transition:transform .3s ease-in-out;-webkit-transform:translateX(250px);transform:translateX(250px)}@media only screen and (min-width: 760px){#site-footer{-ms-flex-direction:row;flex-direction:row}}@media only screen and (min-width: 960px){#site-footer{width:calc(100% - 250px);margin-left:250px;height:140px}}.footer-content{width:90%;margin-left:auto;margin-right:auto;color:#fff;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;max-width:760px}.footer-content .footer-info{width:100%}.footer-content .footer-info span{width:100%;display:block;text-align:center;margin-top:1em}@media only screen and (min-width: 760px){.footer-content .footer-info span{margin-top:0px}}@media only screen and (min-width: 760px){.footer-content .footer-info{width:200px}}.footer-content img{max-width:140px;margin-left:auto;margin-right:auto;display:block}@media only screen and (min-width: 760px){.footer-content{-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.footer-content div{min-width:120px}}.footer-list{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;color:#fff;list-style:none;margin-left:0px;padding-left:0px;max-width:auto;margin-right:2em;margin:0px;-ms-flex-wrap:wrap;flex-wrap:wrap}.footer-list ul{list-style:none}.footer-list ul li a{color:#fff;font-size:.8em}#site-footer.homepage{width:100vw;margin-left:0px}#homepage-nav{transition:box-shadow .2s ease-in-out;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:100%;position:fixed;top:0px;left:0px;z-index:50;min-height:50px;max-height:50px;background-color:#fff}#homepage-nav.shadow{transition:box-shadow .2s ease-in-out;transition:all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);box-shadow:0 1px 3px rgba(0,0,0,0.12),0 1px 2px rgba(0,0,0,0.24)}ul.animated{margin-top:0px;margin-bottom:0px;max-width:400px;min-width:240px;text-align:center;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center}@media only screen and (min-width: 760px){ul.animated{min-width:320px}}ul.animated li{display:-ms-flexbox;display:flex}ul.animated li a{color:#737373}ul.animated li a:hover{color:#C9177E}#all-content-wrapper.home{margin-left:0px;margin-top:0px}@media only screen and (min-width: 760px){#all-content-wrapper.home{margin-left:0px}}#all-content-wrapper.home main#homepage.main{margin-left:0px;width:100vw;min-width:100vw}#homepage-nav+#toggle-search{right:1em;top:.25em}@media only screen and (min-width: 960px){#homepage-nav+#toggle-search+#site-search-form{right:.6em}}.home-row{min-height:auto;display:-ms-flexbox;display:flex}.home-row.hero{margin-top:50px;min-height:auto;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center}.home-row.hero.animated{opacity:0}.home-row:nth-child(2){background-color:#f0f0f0}.home-row:nth-child(3){background-color:#fff}.home-row.install{background-color:#222}.home-row:nth-child(5){background-color:#0083C0}.homepage-icon{display:block;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;width:90%;max-width:540px;margin-top:5em;margin-right:auto;margin-left:auto}.get-started{margin-bottom:5em}.get-started .button.xl{display:block;margin-top:1.5em;font-size:1.3em;padding-right:1em;padding-left:1em;width:auto;max-width:12em;margin-left:auto;margin-right:auto}.hero-tagline{color:#737373;font-size:1.2em;text-align:center;line-height:1.3;font-weight:400;margin-top:1.5em;font-style:normal;max-width:90%}@media only screen and (min-width: 760px){.hero-tagline{font-size:1.5em}}.home-row-content{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;max-width:960px;margin-left:auto;margin-right:auto;margin-top:4rem;margin-bottom:4rem;width:90%}.home-row-content h2{text-align:left;width:100%;text-align:center;margin-bottom:1em}.home-row-content h2 span{font-size:.7em;font-weight:300;color:#555}@media only screen and (min-width: 760px){.home-row-content{-ms-flex-wrap:nowrap;flex-wrap:nowrap}}@media only screen and (min-width: 1200px){.home-row-content{-ms-flex-pack:distribute;justify-content:space-around}}.home-row-content.first-fade{opacity:0}.home-row-content-focus{display:-ms-flexbox;display:flex;-ms-flex-pack:distribute;justify-content:space-around;max-width:760px;text-align:center}.home-row-content-focus hr{border-top:1px solid #222;height:0px}.home-row-content-focus .svg-wrapper{margin-left:auto;margin-right:auto;max-width:200px}.home-row-content-focus .svg-wrapper svg{max-width:200px}.home-row-content-features{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:distribute;justify-content:space-around;width:85%}.home-row-content-features .home-row-content-feature{margin-bottom:2em;max-width:297.6px}.home-row-content-features .home-row-content-feature h3{margin-bottom:.2em;padding-bottom:0px;font-weight:500;border-bottom:1px solid white;font-size:1.1em}.home-row-content-features .home-row-content-feature .homepage-feature-content{color:#555;font-weight:300;line-height:1.3;font-size:.9em}.home-row-content-features .home-row-content-feature .homepage-feature-content p{color:#6f6f6f}.home-row-content-features .home-row-content-feature .homepage-feature-content code:first-child{margin-right:.25em}.half{width:90%;margin-left:auto;margin-right:auto;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;max-width:100%;-ms-flex-align:center;align-items:center}@media only screen and (min-width: 960px){.half{width:384px;max-width:384px}}.half.half-content{-ms-flex-align:start;align-items:flex-start;-ms-flex-pack:justify;justify-content:space-between;padding-top:30px}.half.half-content h2{width:100%;font-size:22px;text-align:center;font-weight:500;line-height:1.3}@media only screen and (min-width: 760px){.half.half-content h2{margin-top:0px}}.half.half-content p{text-align:center;margin-left:auto;margin-right:auto;max-width:100%}.half.half-content hr,.half.half-content .hr{border:0;height:1px;opacity:1;background-image:linear-gradient(to right, transparent, rgba(0,0,0,0.75), transparent);width:100%;margin-bottom:2.5em;margin-top:2.5em}.homepage-terminal{font-family:"robotomono",courier,monospace;background-color:#737373;padding:1em 1.5em;text-align:left;width:110%;position:relative;left:-5%;max-width:360px;transition:all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);box-shadow:0 3px 6px rgba(0,0,0,0.16),0 3px 6px rgba(0,0,0,0.23);border-radius:5px;margin-top:1em;margin-right:auto;margin-left:auto;font-size:14px;margin-bottom:0px;color:transparent}@media only screen and (min-width: 760px){.homepage-terminal{width:100%;left:auto}}.homepage-terminal span{color:transparent}.homepage-terminal .blast{color:#fff}.svgs{display:-ms-flexbox;display:flex;-ms-flex-pack:distribute;justify-content:space-around;position:relative}.svgs svg,.svgs .img-wrapper{max-width:45%;max-width:140px}.svgs svg#markdown,.svgs .img-wrapper#markdown{margin-top:30px}@media only screen and (min-width: 960px){.svgs{margin-top:3.5em}}#hugopher-front{width:300px;position:relative}#hugopher-front .eye{-webkit-animation:squeeze 2.4s infinite;animation:squeeze 2.4s infinite}.gopher-badge{opacity:0;width:50px;position:absolute;top:24px}.gopher-cape{opacity:0}.eyes{-webkit-animation:squeeze 2.4s infinite;animation:squeeze 2.4s infinite}@keyframes squeeze{90%{-webkit-transform:none;transform:none;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}93%{-webkit-transform:translateY(70px) scaleY(0.1);transform:translateY(70px) scaleY(0.1)}100%{-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}}.home-row-content-install{color:#fff}.home-row-content-install .platform-icons{display:-ms-flexbox;display:flex;width:100%;color:#fff;-ms-flex-pack:justify;justify-content:space-between}.home-row-content-install .platform-icons i{font-size:40px}@media only screen and (min-width: 760px){.home-row-content-install .platform-icons i{font-size:60px}}.home-row-content-tweets{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:distribute;justify-content:space-around}.home-row-content-tweets h2{color:#fff}@media only screen and (min-width: 760px){.home-row-content-tweets{max-width:640px}}@media only screen and (min-width: 760px){.home-row-content-tweets{max-width:960px}}.homepage-tweet{max-width:300px;background-color:#fff;margin-bottom:20px;border-radius:4px;position:relative}.homepage-tweet i.icon-twitter{position:absolute;top:10px;right:10px;color:#1DA1F2}.homepage-tweet .homepage-tweet-attribution{font-style:normal;width:100%;display:block;font-size:.8em;text-align:right}.home-row-content-open-source{-ms-flex-wrap:wrap;flex-wrap:wrap}.home-row-content-open-source div{width:100%;text-align:center}.home-row-content-open-source i.icon-github{font-size:62px}@media only screen and (min-width: 760px){.home-row-content-open-source i.icon-github{font-size:90px}}.home-row-content-open-source i.icon-love{color:red}.no-js{opacity:1 !important}.body-copy[data-section="commands"]>h2:nth-of-type(1){display:none}.body-copy[data-section="commands"] h3{font-size:1.6em}.body-copy[data-section="commands"] h4{font-size:1.2em}.body-copy[data-section="commands"] h5{font-size:1.1em;margin-top:1em;margin-bottom:1em;color:#737373}.wip{background-color:#C9177E;color:white;position:absolute;left:40px;top:40px;-webkit-transform:rotate(-10deg);transform:rotate(-10deg);font-weight:bold;width:130px;font-size:20px;padding:6px;z-index:9999;overflow:visible;text-align:center;border-radius:15px;transition:all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);box-shadow:0 19px 38px rgba(0,0,0,0.3),0 15px 12px rgba(0,0,0,0.22)}#outdated{background-color:#0083C0;color:white;position:absolute;right:40px;top:20px;-webkit-transform:rotate(10deg);transform:rotate(10deg);font-weight:bold;width:200px;font-size:32px;padding:6px;z-index:9999;overflow:visible;text-align:center;border-radius:15px;transition:all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);box-shadow:0 19px 38px rgba(0,0,0,0.3),0 15px 12px rgba(0,0,0,0.22)} diff --git a/static/fonts/fontello/fontello.eot b/static/fonts/fontello/fontello.eot index 782225e34b70cb1fdf9d2bfb9ee464f693f46ac0..91f11f40f6ec163c94d305a30762eb7b5e2a457d 100755 GIT binary patch delta 1255 zcmZuxT}&KR6h7zP*_qj$-C>sw!;i4+vbbwY`6(<5t@1BIu_e?fQ9)$*+lB11t1J|n z5}KNr#!@R;Z8fb44 zp9H=e?I*U-{5}w{h!T&13j~n2%C@>vEvdoOo2mCwmr~!P?xo%7$I~o6 zk!I3MyYVKgPNbONL#iEv(EpAZ_;(~qc#t=MKY5DV(0nTUGIaTq7X*n-&j6$eu%CD- z2dE}Kkpt8apUeSjiK!b|KppXo9N+-)ogAPZ;KAt}pn>>84z%2TalLLOlgaGx-`N+y zpc`E6WekBMU=J}u6cDE*?yKb8QWrOARn@GiUN2`(Q=yX;I*L8y7M47a%Jycvsunp^X;-=(S;R3L`BeKS<1KDWzXu5 zw+4&rG|g+xCjZIF_I$}sMXNubJ$FlF43RNev`bv|J1Yl@#*Q6x)?3W7D#~b51jbBU z&}{!D%j*=g*=ix1iHtUyJ{2-oxtTu$uH?H-^OlvY@fAPMYoG&qV6uIzrG{}cH9)E? zwTS`)-eW=8X0^%Ih=7a|3?n8)oCO-PPIN zdayarSfF`*4o9KBM>UmIp(gq~npCK3;z~s=N-Fm_JdTPQMzQFr@cP@(+vusN!9Y_( zqtELP)R&{XDNwJAd05a;ucMnRouAj$IZSOb6zRcm03wB%2)B>j#Vw9J&9ZQ zIF*&Q7d5Ab8-~THSqvk)lChzqzb_O5NLo9G#YajyE)Kn%_rx|Re2dx(cOQP{|CrNBo>({>DZE*HqMhqlFM-SjW$HMf)WVAXKHkPW#=Hv0`tjUPQ!jsbR>Dh_s@i|j?dUk%1kIe@Y NANQ9gzwLKh{{r+Y9Qc}oCls`zCCq9rAi;4cgSQ9Xl@0U_>A=dkH_7HHnO1?Km32U$E8flI6U@Dz2 zyc0vM@4%Fu5;ZX!6%z5nF6lbyR9YxV>{-uUAV3F#&j{&w?Xkm2It3U$NZDN8BEBJS z#z#Y|(#^Q^%|G%U2v_9_n`bZNU6%BF!KfR|4P$#ZO58>LUT};fV-P$zaH>PSpq8SB#i;W-V*iN*_Cr2pOwy%h zs{bQv25VpU-XsQ^zP%=t=bXh5ECMTBqvzr7-662P|g-k5Fm@|nBnOg;U MBzRm21fAXg0FCvwk^lez diff --git a/static/fonts/fontello/fontello.svg b/static/fonts/fontello/fontello.svg index 9c26f1319..684401145 100755 --- a/static/fonts/fontello/fontello.svg +++ b/static/fonts/fontello/fontello.svg @@ -92,12 +92,16 @@ + + + + diff --git a/static/fonts/fontello/fontello.ttf b/static/fonts/fontello/fontello.ttf index f92510cd45eb68f4a78ba9597b69a46af699384e..a170a88f371ea7d411f4437496df7ec197197804 100755 GIT binary patch delta 1285 zcmZuxOKcle6utMo@yys`Pi%KGNlH9%;$TzKIB7mkT4+8EAti*WMJ0kZ3Yj$iB(f9J zI#E-#GU@_VCH=`zgj%F5D!~F(s@w%g2qk=^wv;YNB^C%#B&fosvZF>~fo!g80UPGc z(Yfc`cW2(*c{3|FapiNo=u1BW!2JL)dL&^c7rK8NCjAM3aOcQE$}1^_2LSs?gEx|l zCeB{E_y*})07^1y9!rw%B)v>5N8^hTWvVp=AQA?y#=_>5x_Z+MFidkG6eGi`T3#c) zmvmz+kvjg>=4kOD8F4c1$LEfi@2tJQ0`PJl>3G6Cp2UwGXGnia+B<6|!goLN)RDdm zz`jq;9ZTJjC%yyNca=0t9t|gd?{E47V66MnpNH{!<{(A~hXJV=@CD#cqV2>snm!By zR#V~`@PYvHx@UbLw>vkQJD>Y7cP002?m@mj|6G11e%P1{`8Ue)x{*ZTp zk9041`nG1r#IvpGVzF4@f3Pos!6111JPd&&;1Dsw93Vy{9%$r)(g3$;P0g&UO|N5y zrOIGc26|AJRIEUiSD@$%_**c@0;Lmoqra;Md$EW0Vn`2FhVUG!g^lR=^=;d%R@tq( zow8ulg|r}|B51NKxt&hgxAep9(VA9G^V>_we{!F0OP-4+=`WK0&F5?4En z#{Jck2M!o*Hmj_PGFlXYF$)(o$A8JXR>f+y+sI}jqy0dS3dI}T%3lR$o7PQj1mkJ7DSu{2iUC+`#4yEOIALv zpadWtB$D8DkuCruFAfgu>Fe3q9qO#q`~jD%O5dVdJWZ&H0iPyS>6(~sXhBKkK9|qc z5M&gKz6O6sFZw%u4M7ZbwRZ;m9ig^5tnUi7>0$*|wzuh6PnOOv=<2DbQ#Q@8&B+#j z!>*bkPxrHiO^zr|hc3V6JyoHxYR4&4(Q6eGf1FTis|DF4x3F2b5_@k3cd7bLoY*t3 z)auHtBviXqd|a@r)$~qM_AQ2z?meU#8eTJPhGsL((w)p}I(7`lVgT8x{xR{Xt^FSy zezW5FO;GqcwHNL`{;ag;N}Ty=s2e*o+TI(k^}#<94VFGBXaE2J delta 616 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 diff --git a/static/fonts/fontello/fontello.woff2 b/static/fonts/fontello/fontello.woff2 index 4b08670b6ab481d58b34d6a869777ad55a641bbe..9ca7bc1406a8588a385d30ab03d707ba9e57e5f1 100755 GIT binary patch literal 13316 zcmV+fH2ceUPew8T0RR9105k*u4*&oF09?QT05hrp0RR9100000000000000000000 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 O(FK3Bw~BasHFf~o5$MSP literal 12876 zcmV-SGPBKhPew8T0RR9105VJf4*&oF09rr*05S6b0RR9100000000000000000000 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 diff --git a/static/js/script.min.js b/static/js/script.min.js index de9a2381c..9c58255d1 100644 --- a/static/js/script.min.js +++ b/static/js/script.min.js @@ -1,7 +1,7 @@ -"use strict";function showTooltip(e,t){e.setAttribute("class","copy-button tooltipped tooltipped-s"),e.setAttribute("aria-label",t)}function fallbackMessage(e){var t="",n="cut"===e?"X":"C";return t=isMac?"Press ⌘-"+n:"Press Ctrl-"+n}var _typeof="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e};!function(e,t){"object"==("undefined"==typeof module?"undefined":_typeof(module))&&"object"==_typeof(module.exports)?module.exports=e.document?t(e,!0):function(e){if(!e.document)throw new Error("jQuery requires a window with a document");return t(e)}:t(e)}("undefined"!=typeof window?window:void 0,function(e,t){function n(e){var t=!!e&&"length"in e&&e.length,n=oe.type(e);return"function"!==n&&!oe.isWindow(e)&&("array"===n||0===t||"number"==typeof t&&t>0&&t-1 in e)}function r(e,t,n){if(oe.isFunction(t))return oe.grep(e,function(e,r){return!!t.call(e,r,e)!==n});if(t.nodeType)return oe.grep(e,function(e){return e===t!==n});if("string"==typeof t){if(ge.test(t))return oe.filter(t,e,n);t=oe.filter(t,e)}return oe.grep(e,function(e){return K.call(t,e)>-1!==n})}function i(e,t){for(;(e=e[t])&&1!==e.nodeType;);return e}function o(e){var t={};return oe.each(e.match(we)||[],function(e,n){t[n]=!0}),t}function a(){U.removeEventListener("DOMContentLoaded",a),e.removeEventListener("load",a),oe.ready()}function s(){this.expando=oe.expando+s.uid++}function l(e,t,n){var r;if(void 0===n&&1===e.nodeType)if(r="data-"+t.replace(Pe,"-$&").toLowerCase(),n=e.getAttribute(r),"string"==typeof n){try{n="true"===n||"false"!==n&&("null"===n?null:+n+""===n?+n:Ee.test(n)?oe.parseJSON(n):n)}catch(i){}Ne.set(e,t,n)}else n=void 0;return n}function c(e,t,n,r){var i,o=1,a=20,s=r?function(){return r.cur()}:function(){return oe.css(e,t,"")},l=s(),c=n&&n[3]||(oe.cssNumber[t]?"":"px"),u=(oe.cssNumber[t]||"px"!==c&&+l)&&Ae.exec(oe.css(e,t));if(u&&u[3]!==c){c=c||u[3],n=n||[],u=+l||1;do o=o||".5",u/=o,oe.style(e,t,u+c);while(o!==(o=s()/l)&&1!==o&&--a)}return n&&(u=+u||+l||0,i=n[1]?u+(n[1]+1)*n[2]:+n[2],r&&(r.unit=c,r.start=u,r.end=i)),i}function u(e,t){var n="undefined"!=typeof e.getElementsByTagName?e.getElementsByTagName(t||"*"):"undefined"!=typeof e.querySelectorAll?e.querySelectorAll(t||"*"):[];return void 0===t||t&&oe.nodeName(e,t)?oe.merge([e],n):n}function f(e,t){for(var n=0,r=e.length;r>n;n++)ke.set(e[n],"globalEval",!t||ke.get(t[n],"globalEval"))}function d(e,t,n,r,i){for(var o,a,s,l,c,d,p=t.createDocumentFragment(),h=[],g=0,m=e.length;m>g;g++)if(o=e[g],o||0===o)if("object"===oe.type(o))oe.merge(h,o.nodeType?[o]:o);else if($e.test(o)){for(a=a||p.appendChild(t.createElement("div")),s=(Ie.exec(o)||["",""])[1].toLowerCase(),l=Me[s]||Me._default,a.innerHTML=l[1]+oe.htmlPrefilter(o)+l[2],d=l[0];d--;)a=a.lastChild;oe.merge(h,a.childNodes),a=p.firstChild,a.textContent=""}else h.push(t.createTextNode(o));for(p.textContent="",g=0;o=h[g++];)if(r&&oe.inArray(o,r)>-1)i&&i.push(o);else if(c=oe.contains(o.ownerDocument,o),a=u(p.appendChild(o),"script"),c&&f(a),n)for(d=0;o=a[d++];)Re.test(o.type||"")&&n.push(o);return p}function p(){return!0}function h(){return!1}function g(){try{return U.activeElement}catch(e){}}function m(e,t,n,r,i,o){var a,s;if("object"==("undefined"==typeof t?"undefined":_typeof(t))){"string"!=typeof n&&(r=r||n,n=void 0);for(s in t)m(e,s,n,r,t[s],o);return e}if(null==r&&null==i?(i=n,r=n=void 0):null==i&&("string"==typeof n?(i=r,r=void 0):(i=r,r=n,n=void 0)),i===!1)i=h;else if(!i)return e;return 1===o&&(a=i,i=function(e){return oe().off(e),a.apply(this,arguments)},i.guid=a.guid||(a.guid=oe.guid++)),e.each(function(){oe.event.add(this,t,i,r,n)})}function v(e,t){return oe.nodeName(e,"table")&&oe.nodeName(11!==t.nodeType?t:t.firstChild,"tr")?e.getElementsByTagName("tbody")[0]||e.appendChild(e.ownerDocument.createElement("tbody")):e}function y(e){return e.type=(null!==e.getAttribute("type"))+"/"+e.type,e}function b(e){var t=Xe.exec(e.type);return t?e.type=t[1]:e.removeAttribute("type"),e}function x(e,t){var n,r,i,o,a,s,l,c;if(1===t.nodeType){if(ke.hasData(e)&&(o=ke.access(e),a=ke.set(t,o),c=o.events)){delete a.handle,a.events={};for(i in c)for(n=0,r=c[i].length;r>n;n++)oe.event.add(t,i,c[i][n])}Ne.hasData(e)&&(s=Ne.access(e),l=oe.extend({},s),Ne.set(t,l))}}function w(e,t){var n=t.nodeName.toLowerCase();"input"===n&&je.test(e.type)?t.checked=e.checked:"input"!==n&&"textarea"!==n||(t.defaultValue=e.defaultValue)}function S(e,t,n,r){t=Q.apply([],t);var i,o,a,s,l,c,f=0,p=e.length,h=p-1,g=t[0],m=oe.isFunction(g);if(m||p>1&&"string"==typeof g&&!re.checkClone&&Be.test(g))return e.each(function(i){var o=e.eq(i);m&&(t[0]=g.call(this,i,o.html())),S(o,t,n,r)});if(p&&(i=d(t,e[0].ownerDocument,!1,e,r),o=i.firstChild,1===i.childNodes.length&&(i=o),o||r)){for(a=oe.map(u(i,"script"),y),s=a.length;p>f;f++)l=i,f!==h&&(l=oe.clone(l,!0,!0),s&&oe.merge(a,u(l,"script"))),n.call(e[f],l,f);if(s)for(c=a[a.length-1].ownerDocument,oe.map(a,b),f=0;s>f;f++)l=a[f],Re.test(l.type||"")&&!ke.access(l,"globalEval")&&oe.contains(c,l)&&(l.src?oe._evalUrl&&oe._evalUrl(l.src):oe.globalEval(l.textContent.replace(We,"")))}return e}function C(e,t,n){for(var r,i=t?oe.filter(t,e):e,o=0;null!=(r=i[o]);o++)n||1!==r.nodeType||oe.cleanData(u(r)),r.parentNode&&(n&&oe.contains(r.ownerDocument,r)&&f(u(r,"script")),r.parentNode.removeChild(r));return e}function T(e,t){var n=oe(t.createElement(e)).appendTo(t.body),r=oe.css(n[0],"display");return n.detach(),r}function k(e){var t=U,n=Ye[e];return n||(n=T(e,t),"none"!==n&&n||(ze=(ze||oe("