pre { line-height: 125%; margin: 0; }
td.linenos pre { color: #000000; background-color: #f0f0f0; padding-left: 5px; padding-right: 5px; }
span.linenos { color: #000000; background-color: #f0f0f0; padding-left: 5px; padding-right: 5px; }
td.linenos pre.special { color: #000000; background-color: #ffffc0; padding-left: 5px; padding-right: 5px; }
span.linenos.special { color: #000000; background-color: #ffffc0; padding-left: 5px; padding-right: 5px; }
.highlight .hll { background-color: #ffffcc }
.highlight .c { color: #408090; font-style: italic } /* Comment */
.highlight .err { border: 1px solid #FF0000 } /* Error */
.highlight .k { color: #007020; font-weight: bold } /* Keyword */
.highlight .o { color: #666666 } /* Operator */
.highlight .ch { color: #408090; font-style: italic } /* Comment.Hashbang */
.highlight .cm { color: #408090; font-style: italic } /* Comment.Multiline */
.highlight .cp { color: #007020 } /* Comment.Preproc */
.highlight .cpf { color: #408090; font-style: italic } /* Comment.PreprocFile */
.highlight .c1 { color: #408090; font-style: italic } /* Comment.Single */
.highlight .cs { color: #408090; background-color: #fff0f0 } /* Comment.Special */
.highlight .gd { color: #A00000 } /* Generic.Deleted */
.highlight .ge { font-style: italic } /* Generic.Emph */
.highlight .gr { color: #FF0000 } /* Generic.Error */
.highlight .gh { color: #000080; font-weight: bold } /* Generic.Heading */
.highlight .gi { color: #00A000 } /* Generic.Inserted */
.highlight .go { color: #333333 } /* Generic.Output */
.highlight .gp { color: #c65d09; font-weight: bold } /* Generic.Prompt */
.highlight .gs { font-weight: bold } /* Generic.Strong */
.highlight .gu { color: #800080; font-weight: bold } /* Generic.Subheading */
.highlight .gt { color: #0044DD } /* Generic.Traceback */
.highlight .kc { color: #007020; font-weight: bold } /* Keyword.Constant */
.highlight .kd { color: #007020; font-weight: bold } /* Keyword.Declaration */
.highlight .kn { color: #007020; font-weight: bold } /* Keyword.Namespace */
.highlight .kp { color: #007020 } /* Keyword.Pseudo */
.highlight .kr { color: #007020; font-weight: bold } /* Keyword.Reserved */
.highlight .kt { color: #902000 } /* Keyword.Type */
.highlight .m { color: #208050 } /* Literal.Number */
.highlight .s { color: #4070a0 } /* Literal.String */
.highlight .na { color: #4070a0 } /* Name.Attribute */
.highlight .nb { color: #007020 } /* Name.Builtin */
.highlight .nc { color: #0e84b5; font-weight: bold } /* Name.Class */
.highlight .no { color: #60add5 } /* Name.Constant */
.highlight .nd { color: #555555; font-weight: bold } /* Name.Decorator */
.highlight .ni { color: #d55537; font-weight: bold } /* Name.Entity */
.highlight .ne { color: #007020 } /* Name.Exception */
.highlight .nf { color: #06287e } /* Name.Function */
.highlight .nl { color: #002070; font-weight: bold } /* Name.Label */
.highlight .nn { color: #0e84b5; font-weight: bold } /* Name.Namespace */
.highlight .nt { color: #062873; font-weight: bold } /* Name.Tag */
.highlight .nv { color: #bb60d5 } /* Name.Variable */
.highlight .ow { color: #007020; font-weight: bold } /* Operator.Word */
.highlight .w { color: #bbbbbb } /* Text.Whitespace */
.highlight .mb { color: #208050 } /* Literal.Number.Bin */
.highlight .mf { color: #208050 } /* Literal.Number.Float */
.highlight .mh { color: #208050 } /* Literal.Number.Hex */
.highlight .mi { color: #208050 } /* Literal.Number.Integer */
.highlight .mo { color: #208050 } /* Literal.Number.Oct */
.highlight .sa { color: #4070a0 } /* Literal.String.Affix */
.highlight .sb { color: #4070a0 } /* Literal.String.Backtick */
.highlight .sc { color: #4070a0 } /* Literal.String.Char */
.highlight .dl { color: #4070a0 } /* Literal.String.Delimiter */
.highlight .sd { color: #4070a0; font-style: italic } /* Literal.String.Doc */
.highlight .s2 { color: #4070a0 } /* Literal.String.Double */
.highlight .se { color: #4070a0; font-weight: bold } /* Literal.String.Escape */
.highlight .sh { color: #4070a0 } /* Literal.String.Heredoc */
.highlight .si { color: #70a0d0; font-style: italic } /* Literal.String.Interpol */
.highlight .sx { color: #c65d09 } /* Literal.String.Other */
.highlight .sr { color: #235388 } /* Literal.String.Regex */
.highlight .s1 { color: #4070a0 } /* Literal.String.Single */
.highlight .ss { color: #517918 } /* Literal.String.Symbol */
.highlight .bp { color: #007020 } /* Name.Builtin.Pseudo */
.highlight .fm { color: #06287e } /* Name.Function.Magic */
.highlight .vc { color: #bb60d5 } /* Name.Variable.Class */
.highlight .vg { color: #bb60d5 } /* Name.Variable.Global */
.highlight .vi { color: #bb60d5 } /* Name.Variable.Instance */
.highlight .vm { color: #bb60d5 } /* Name.Variable.Magic */
.highlight .il { color: #208050 } /* Literal.Number.Integer.Long */
* {
    box-sizing:border-box
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display:block
}

audio, canvas, video {
    display: inline-block;
    display:inline;
    transform-origin: 0 0
}

audio:not([controls]) {
    display:none
}

[hidden] {
    display:none
}

* {
    box-sizing:border-box
}

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust:100%
}

body {
    margin:0
}

a:hover, a:active {
    outline:0
}

abbr[title] {
    border-bottom:1px dotted
}

b, strong {
    font-weight:bold
}

blockquote {
    margin:0
}

dfn {
    font-style:italic
}

ins {
    background: #ff9;
    color: #000;
    text-decoration:none
}

mark {
    background: #ff0;
    color: #000;
    font-style: italic;
    font-weight:bold
}

pre, code, .rst-content tt, .rst-content code, kbd, samp {
    font-family: monospace, serif;
    _font-family: "courier new", monospace;
    font-size:1em
}

pre {
    white-space:pre
}

q {
    quotes:none
}

q:before, q:after {
    content: "";
    content:none
}

small {
    font-size:85%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align:baseline
}

sup {
    top:-0.5em
}

sub {
    bottom:-0.25em
}

ul, ol, dl {
    margin: 0;
    padding: 0;
    list-style: none;
    list-style-image:none
}

li {
    list-style:none
}

dd {
    margin:0
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: middle;
    max-width:100%
}

svg:not(:root) {
    overflow:hidden
}

figure {
    margin:0
}

form {
    margin:0
}

fieldset {
    border: 0;
    margin: 0;
    padding:0
}

label {
    cursor:pointer
}

legend {
    border: 0;
    margin-left:-7px;
    padding: 0;
    white-space:normal
}

button, input, select, textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    vertical-align:middle
}

button, input {
    line-height: normal
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button;
    overflow:visible
}

button[disabled], input[disabled] {
    cursor: default
}

input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
    width:13px;
    height:13px
}

input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box
}

input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance:none
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding:0
}

textarea {
    overflow: auto;
    vertical-align: top;
    resize:vertical
}

table {
    border-collapse: collapse;
    border-spacing:0
}

td {
    vertical-align:top
}

.chromeframe {
    margin: .2em 0;
    background: #ccc;
    color: #000;
    padding:.2em 0
}

.ir {
    display: block;
    border: 0;
    text-indent: -999em;
    overflow: hidden;
    background-color: transparent;
    background-repeat: no-repeat;
    text-align: left;
    direction: ltr;
    line-height:0
}

.ir br {
    display:none
}

.hidden {
    display: none !important;
    visibility:hidden
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width:1px
}

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width:auto
}

.invisible {
    visibility:hidden
}

.relative {
    position:relative
}

big, small {
    font-size:100%
}

@media print {
    html, body, section {
        background:none !important
    }

    * {
        box-shadow: none !important;
        text-shadow: none !important;
        filter: none !important;
        -ms-filter:none !important
    }

    a, a:visited {
        text-decoration: underline
    }

    .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
        content: ""
    }

    pre, blockquote {
        page-break-inside:avoid
    }

    thead {
        display:table-header-group
    }

    tr, img {
        page-break-inside:avoid
    }

    img {
        max-width:100% !important
    }

    @page {
        margin:.5cm
    }

    p, h2, .rst-content .toctree-wrapper p.caption, h3 {
        orphans: 3;
        widows:3
    }

    h2, .rst-content .toctree-wrapper p.caption, h3 {
        page-break-after: avoid
    }
}

.fa:before, .wy-menu-vertical li span.toctree-expand:before, .wy-menu-vertical li.on a span.toctree-expand:before, .wy-menu-vertical li.current > a span.toctree-expand:before, .rst-content .admonition-title:before, .rst-content h1 .headerlink:before, .rst-content h2 .headerlink:before, .rst-content h3 .headerlink:before, .rst-content h4 .headerlink:before, .rst-content h5 .headerlink:before, .rst-content h6 .headerlink:before, .rst-content dl dt .headerlink:before, .rst-content p.caption .headerlink:before, .rst-content table > caption .headerlink:before, .rst-content .code-block-caption .headerlink:before, .rst-content tt.download span:first-child:before, .rst-content code.download span:first-child:before, .icon:before, .wy-dropdown .caret:before, .wy-inline-validate.wy-inline-validate-success .wy-input-context:before, .wy-inline-validate.wy-inline-validate-danger .wy-input-context:before, .wy-inline-validate.wy-inline-validate-warning .wy-input-context:before, .wy-inline-validate.wy-inline-validate-info .wy-input-context:before, .wy-alert, .rst-content .note, .rst-content .attention, .rst-content .caution, .rst-content .danger, .rst-content .error, .rst-content .hint, .rst-content .important, .rst-content .tip, .rst-content .warning, .rst-content .seealso, .rst-content .admonition-todo, .rst-content .admonition, .btn, input[type="text"], input[type="password"], input[type="email"], input[type="url"], input[type="date"], input[type="month"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="week"], input[type="number"], input[type="search"], input[type="tel"], input[type="color"], select, textarea, .wy-menu-vertical li.on a, .wy-menu-vertical li.current > a, .wy-side-nav-search > a, .wy-side-nav-search .wy-dropdown > a, .wy-nav-top a {
    -webkit-font-smoothing:antialiased
}

.clearfix {
    transform-origin: 0 0
}

.clearfix:before, .clearfix:after {
    display: table;
    content: ""
}

.clearfix:after {
    clear: both
}
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */


.fa, .wy-menu-vertical li span.toctree-expand, .wy-menu-vertical li.on a span.toctree-expand, .wy-menu-vertical li.current > a span.toctree-expand, .rst-content .admonition-title, .rst-content h1 .headerlink, .rst-content h2 .headerlink, .rst-content h3 .headerlink, .rst-content h4 .headerlink, .rst-content h5 .headerlink, .rst-content h6 .headerlink, .rst-content dl dt .headerlink, .rst-content p.caption .headerlink, .rst-content table > caption .headerlink, .rst-content .code-block-caption .headerlink, .rst-content tt.download span:first-child, .rst-content code.download span:first-child, .icon {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing:grayscale
}

.fa-lg {
    font-size: 1.3333333333em;
    line-height: .75em;
    vertical-align:-15%
}

.fa-2x {
    font-size:2em
}

.fa-3x {
    font-size:3em
}

.fa-4x {
    font-size:4em
}

.fa-5x {
    font-size:5em
}

.fa-fw {
    width: 1.2857142857em;
    text-align:center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.1428571429em;
    list-style-type:none
}

.fa-ul > li {
    position:relative
}

.fa-li {
    position: absolute;
    left: -2.1428571429em;
    width: 2.1428571429em;
    top: .1428571429em;
    text-align:center
}

.fa-li.fa-lg {
    left:-1.8571428571em
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid 0.08em #eee;
    border-radius:.1em
}

.fa-pull-left {
    float:left
}

.fa-pull-right {
    float:right
}

.fa.fa-pull-left, .wy-menu-vertical li span.fa-pull-left.toctree-expand, .wy-menu-vertical li.on a span.fa-pull-left.toctree-expand, .wy-menu-vertical li.current > a span.fa-pull-left.toctree-expand, .rst-content .fa-pull-left.admonition-title, .rst-content h1 .fa-pull-left.headerlink, .rst-content h2 .fa-pull-left.headerlink, .rst-content h3 .fa-pull-left.headerlink, .rst-content h4 .fa-pull-left.headerlink, .rst-content h5 .fa-pull-left.headerlink, .rst-content h6 .fa-pull-left.headerlink, .rst-content dl dt .fa-pull-left.headerlink, .rst-content p.caption .fa-pull-left.headerlink, .rst-content table > caption .fa-pull-left.headerlink, .rst-content .code-block-caption .fa-pull-left.headerlink, .rst-content tt.download span.fa-pull-left:first-child, .rst-content code.download span.fa-pull-left:first-child, .fa-pull-left.icon {
    margin-right:.3em
}

.fa.fa-pull-right, .wy-menu-vertical li span.fa-pull-right.toctree-expand, .wy-menu-vertical li.on a span.fa-pull-right.toctree-expand, .wy-menu-vertical li.current > a span.fa-pull-right.toctree-expand, .rst-content .fa-pull-right.admonition-title, .rst-content h1 .fa-pull-right.headerlink, .rst-content h2 .fa-pull-right.headerlink, .rst-content h3 .fa-pull-right.headerlink, .rst-content h4 .fa-pull-right.headerlink, .rst-content h5 .fa-pull-right.headerlink, .rst-content h6 .fa-pull-right.headerlink, .rst-content dl dt .fa-pull-right.headerlink, .rst-content p.caption .fa-pull-right.headerlink, .rst-content table > caption .fa-pull-right.headerlink, .rst-content .code-block-caption .fa-pull-right.headerlink, .rst-content tt.download span.fa-pull-right:first-child, .rst-content code.download span.fa-pull-right:first-child, .fa-pull-right.icon {
    margin-left:.3em
}

.pull-right {
    float:right
}

.pull-left {
    float:left
}

.fa.pull-left, .wy-menu-vertical li span.pull-left.toctree-expand, .wy-menu-vertical li.on a span.pull-left.toctree-expand, .wy-menu-vertical li.current > a span.pull-left.toctree-expand, .rst-content .pull-left.admonition-title, .rst-content h1 .pull-left.headerlink, .rst-content h2 .pull-left.headerlink, .rst-content h3 .pull-left.headerlink, .rst-content h4 .pull-left.headerlink, .rst-content h5 .pull-left.headerlink, .rst-content h6 .pull-left.headerlink, .rst-content dl dt .pull-left.headerlink, .rst-content p.caption .pull-left.headerlink, .rst-content table > caption .pull-left.headerlink, .rst-content .code-block-caption .pull-left.headerlink, .rst-content tt.download span.pull-left:first-child, .rst-content code.download span.pull-left:first-child, .pull-left.icon {
    margin-right:.3em
}

.fa.pull-right, .wy-menu-vertical li span.pull-right.toctree-expand, .wy-menu-vertical li.on a span.pull-right.toctree-expand, .wy-menu-vertical li.current > a span.pull-right.toctree-expand, .rst-content .pull-right.admonition-title, .rst-content h1 .pull-right.headerlink, .rst-content h2 .pull-right.headerlink, .rst-content h3 .pull-right.headerlink, .rst-content h4 .pull-right.headerlink, .rst-content h5 .pull-right.headerlink, .rst-content h6 .pull-right.headerlink, .rst-content dl dt .pull-right.headerlink, .rst-content p.caption .pull-right.headerlink, .rst-content table > caption .pull-right.headerlink, .rst-content .code-block-caption .pull-right.headerlink, .rst-content tt.download span.pull-right:first-child, .rst-content code.download span.pull-right:first-child, .pull-right.icon {
    margin-left:.3em
}

.fa-spin {
    animation:fa-spin 2s infinite linear
}

.fa-pulse {
    animation:fa-spin 1s infinite steps(8)
}

@keyframes fa-spin {
    0% {
        transform:rotate(0deg)
    }

    100% {
        transform:rotate(359deg)
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    transform:rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    transform:rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    transform:rotate(270deg)
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    transform:scale(-1, 1)
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    transform:scale(1, -1)
}

:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
    filter:none
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align:middle
}

.fa-stack-1x, .fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align:center
}

.fa-stack-1x {
    line-height:inherit
}

.fa-stack-2x {
    font-size:2em
}

.fa-inverse {
    color:#fff
}

.fa-glass:before {
    content: ""
}

.fa-music:before {
    content: ""
}

.fa-search:before, .icon-search:before {
    content: ""
}

.fa-envelope-o:before {
    content: ""
}

.fa-heart:before {
    content: ""
}

.fa-star:before {
    content: ""
}

.fa-star-o:before {
    content: ""
}

.fa-user:before {
    content: ""
}

.fa-film:before {
    content: ""
}

.fa-th-large:before {
    content: ""
}

.fa-th:before {
    content: ""
}

.fa-th-list:before {
    content: ""
}

.fa-check:before {
    content: ""
}

.fa-remove:before, .fa-close:before, .fa-times:before {
    content: ""
}

.fa-search-plus:before {
    content: ""
}

.fa-search-minus:before {
    content: ""
}

.fa-power-off:before {
    content: ""
}

.fa-signal:before {
    content: ""
}

.fa-gear:before, .fa-cog:before {
    content: ""
}

.fa-trash-o:before {
    content: ""
}

.fa-home:before, .icon-home:before {
    content: ""
}

.fa-file-o:before {
    content: ""
}

.fa-clock-o:before {
    content: ""
}

.fa-road:before {
    content: ""
}

.fa-download:before, .rst-content tt.download span:first-child:before, .rst-content code.download span:first-child:before {
    content: ""
}

.fa-arrow-circle-o-down:before {
    content: ""
}

.fa-arrow-circle-o-up:before {
    content: ""
}

.fa-inbox:before {
    content: ""
}

.fa-play-circle-o:before {
    content: ""
}

.fa-rotate-right:before, .fa-repeat:before {
    content: ""
}

.fa-refresh:before {
    content: ""
}

.fa-list-alt:before {
    content: ""
}

.fa-lock:before {
    content: ""
}

.fa-flag:before {
    content: ""
}

.fa-headphones:before {
    content: ""
}

.fa-volume-off:before {
    content: ""
}

.fa-volume-down:before {
    content: ""
}

.fa-volume-up:before {
    content: ""
}

.fa-qrcode:before {
    content: ""
}

.fa-barcode:before {
    content: ""
}

.fa-tag:before {
    content: ""
}

.fa-tags:before {
    content: ""
}

.fa-book:before, .icon-book:before {
    content: ""
}

.fa-bookmark:before {
    content: ""
}

.fa-print:before {
    content: ""
}

.fa-camera:before {
    content: ""
}

.fa-font:before {
    content: ""
}

.fa-bold:before {
    content: ""
}

.fa-italic:before {
    content: ""
}

.fa-text-height:before {
    content: ""
}

.fa-text-width:before {
    content: ""
}

.fa-align-left:before {
    content: ""
}

.fa-align-center:before {
    content: ""
}

.fa-align-right:before {
    content: ""
}

.fa-align-justify:before {
    content: ""
}

.fa-list:before {
    content: ""
}

.fa-dedent:before, .fa-outdent:before {
    content: ""
}

.fa-indent:before {
    content: ""
}

.fa-video-camera:before {
    content: ""
}

.fa-photo:before, .fa-image:before, .fa-picture-o:before {
    content: ""
}

.fa-pencil:before {
    content: ""
}

.fa-map-marker:before {
    content: ""
}

.fa-adjust:before {
    content: ""
}

.fa-tint:before {
    content: ""
}

.fa-edit:before, .fa-pencil-square-o:before {
    content: ""
}

.fa-share-square-o:before {
    content: ""
}

.fa-check-square-o:before {
    content: ""
}

.fa-arrows:before {
    content: ""
}

.fa-step-backward:before {
    content: ""
}

.fa-fast-backward:before {
    content: ""
}

.fa-backward:before {
    content: ""
}

.fa-play:before {
    content: ""
}

.fa-pause:before {
    content: ""
}

.fa-stop:before {
    content: ""
}

.fa-forward:before {
    content: ""
}

.fa-fast-forward:before {
    content: ""
}

.fa-step-forward:before {
    content: ""
}

.fa-eject:before {
    content: ""
}

.fa-chevron-left:before {
    content: ""
}

.fa-chevron-right:before {
    content: ""
}

.fa-plus-circle:before {
    content: ""
}

.fa-minus-circle:before {
    content: ""
}

.fa-times-circle:before, .wy-inline-validate.wy-inline-validate-danger .wy-input-context:before {
    content: ""
}

.fa-check-circle:before, .wy-inline-validate.wy-inline-validate-success .wy-input-context:before {
    content: ""
}

.fa-question-circle:before {
    content: ""
}

.fa-info-circle:before {
    content: ""
}

.fa-crosshairs:before {
    content: ""
}

.fa-times-circle-o:before {
    content: ""
}

.fa-check-circle-o:before {
    content: ""
}

.fa-ban:before {
    content: ""
}

.fa-arrow-left:before {
    content: ""
}

.fa-arrow-right:before {
    content: ""
}

.fa-arrow-up:before {
    content: ""
}

.fa-arrow-down:before {
    content: ""
}

.fa-mail-forward:before, .fa-share:before {
    content: ""
}

.fa-expand:before {
    content: ""
}

.fa-compress:before {
    content: ""
}

.fa-plus:before {
    content: ""
}

.fa-minus:before {
    content: ""
}

.fa-asterisk:before {
    content: ""
}

.fa-exclamation-circle:before, .wy-inline-validate.wy-inline-validate-warning .wy-input-context:before, .wy-inline-validate.wy-inline-validate-info .wy-input-context:before, .rst-content .admonition-title:before {
    content: ""
}

.fa-gift:before {
    content: ""
}

.fa-leaf:before {
    content: ""
}

.fa-fire:before, .icon-fire:before {
    content: ""
}

.fa-eye:before {
    content: ""
}

.fa-eye-slash:before {
    content: ""
}

.fa-warning:before, .fa-exclamation-triangle:before {
    content: ""
}

.fa-plane:before {
    content: ""
}

.fa-calendar:before {
    content: ""
}

.fa-random:before {
    content: ""
}

.fa-comment:before {
    content: ""
}

.fa-magnet:before {
    content: ""
}

.fa-chevron-up:before {
    content: ""
}

.fa-chevron-down:before {
    content: ""
}

.fa-retweet:before {
    content: ""
}

.fa-shopping-cart:before {
    content: ""
}

.fa-folder:before {
    content: ""
}

.fa-folder-open:before {
    content: ""
}

.fa-arrows-v:before {
    content: ""
}

.fa-arrows-h:before {
    content: ""
}

.fa-bar-chart-o:before, .fa-bar-chart:before {
    content: ""
}

.fa-twitter-square:before {
    content: ""
}

.fa-facebook-square:before {
    content: ""
}

.fa-camera-retro:before {
    content: ""
}

.fa-key:before {
    content: ""
}

.fa-gears:before, .fa-cogs:before {
    content: ""
}

.fa-comments:before {
    content: ""
}

.fa-thumbs-o-up:before {
    content: ""
}

.fa-thumbs-o-down:before {
    content: ""
}

.fa-star-half:before {
    content: ""
}

.fa-heart-o:before {
    content: ""
}

.fa-sign-out:before {
    content: ""
}

.fa-linkedin-square:before {
    content: ""
}

.fa-thumb-tack:before {
    content: ""
}

.fa-external-link:before {
    content: ""
}

.fa-sign-in:before {
    content: ""
}

.fa-trophy:before {
    content: ""
}

.fa-github-square:before {
    content: ""
}

.fa-upload:before {
    content: ""
}

.fa-lemon-o:before {
    content: ""
}

.fa-phone:before {
    content: ""
}

.fa-square-o:before {
    content: ""
}

.fa-bookmark-o:before {
    content: ""
}

.fa-phone-square:before {
    content: ""
}

.fa-twitter:before {
    content: ""
}

.fa-facebook-f:before, .fa-facebook:before {
    content: ""
}

.fa-github:before, .icon-github:before {
    content: ""
}

.fa-unlock:before {
    content: ""
}

.fa-credit-card:before {
    content: ""
}

.fa-feed:before, .fa-rss:before {
    content: ""
}

.fa-hdd-o:before {
    content: ""
}

.fa-bullhorn:before {
    content: ""
}

.fa-bell:before {
    content: ""
}

.fa-certificate:before {
    content: ""
}

.fa-hand-o-right:before {
    content: ""
}

.fa-hand-o-left:before {
    content: ""
}

.fa-hand-o-up:before {
    content: ""
}

.fa-hand-o-down:before {
    content: ""
}

.fa-arrow-circle-left:before, .icon-circle-arrow-left:before {
    content: ""
}

.fa-arrow-circle-right:before, .icon-circle-arrow-right:before {
    content: ""
}

.fa-arrow-circle-up:before {
    content: ""
}

.fa-arrow-circle-down:before {
    content: ""
}

.fa-globe:before {
    content: ""
}

.fa-wrench:before {
    content: ""
}

.fa-tasks:before {
    content: ""
}

.fa-filter:before {
    content: ""
}

.fa-briefcase:before {
    content: ""
}

.fa-arrows-alt:before {
    content: ""
}

.fa-group:before, .fa-users:before {
    content: ""
}

.fa-chain:before, .fa-link:before, .icon-link:before {
    content: ""
}

.fa-cloud:before {
    content: ""
}

.fa-flask:before {
    content: ""
}

.fa-cut:before, .fa-scissors:before {
    content: ""
}

.fa-copy:before, .fa-files-o:before {
    content: ""
}

.fa-paperclip:before {
    content: ""
}

.fa-save:before, .fa-floppy-o:before {
    content: ""
}

.fa-square:before {
    content: ""
}

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
    content: ""
}

.fa-list-ul:before {
    content: ""
}

.fa-list-ol:before {
    content: ""
}

.fa-strikethrough:before {
    content: ""
}

.fa-underline:before {
    content: ""
}

.fa-table:before {
    content: ""
}

.fa-magic:before {
    content: ""
}

.fa-truck:before {
    content: ""
}

.fa-pinterest:before {
    content: ""
}

.fa-pinterest-square:before {
    content: ""
}

.fa-google-plus-square:before {
    content: ""
}

.fa-google-plus:before {
    content: ""
}

.fa-money:before {
    content: ""
}

.fa-caret-down:before, .wy-dropdown .caret:before, .icon-caret-down:before {
    content: ""
}

.fa-caret-up:before {
    content: ""
}

.fa-caret-left:before {
    content: ""
}

.fa-caret-right:before {
    content: ""
}

.fa-columns:before {
    content: ""
}

.fa-unsorted:before, .fa-sort:before {
    content: ""
}

.fa-sort-down:before, .fa-sort-desc:before {
    content: ""
}

.fa-sort-up:before, .fa-sort-asc:before {
    content: ""
}

.fa-envelope:before {
    content: ""
}

.fa-linkedin:before {
    content: ""
}

.fa-rotate-left:before, .fa-undo:before {
    content: ""
}

.fa-legal:before, .fa-gavel:before {
    content: ""
}

.fa-dashboard:before, .fa-tachometer:before {
    content: ""
}

.fa-comment-o:before {
    content: ""
}

.fa-comments-o:before {
    content: ""
}

.fa-flash:before, .fa-bolt:before {
    content: ""
}

.fa-sitemap:before {
    content: ""
}

.fa-umbrella:before {
    content: ""
}

.fa-paste:before, .fa-clipboard:before {
    content: ""
}

.fa-lightbulb-o:before {
    content: ""
}

.fa-exchange:before {
    content: ""
}

.fa-cloud-download:before {
    content: ""
}

.fa-cloud-upload:before {
    content: ""
}

.fa-user-md:before {
    content: ""
}

.fa-stethoscope:before {
    content: ""
}

.fa-suitcase:before {
    content: ""
}

.fa-bell-o:before {
    content: ""
}

.fa-coffee:before {
    content: ""
}

.fa-cutlery:before {
    content: ""
}

.fa-file-text-o:before {
    content: ""
}

.fa-building-o:before {
    content: ""
}

.fa-hospital-o:before {
    content: ""
}

.fa-ambulance:before {
    content: ""
}

.fa-medkit:before {
    content: ""
}

.fa-fighter-jet:before {
    content: ""
}

.fa-beer:before {
    content: ""
}

.fa-h-square:before {
    content: ""
}

.fa-plus-square:before {
    content: ""
}

.fa-angle-double-left:before {
    content: ""
}

.fa-angle-double-right:before {
    content: ""
}

.fa-angle-double-up:before {
    content: ""
}

.fa-angle-double-down:before {
    content: ""
}

.fa-angle-left:before {
    content: ""
}

.fa-angle-right:before {
    content: ""
}

.fa-angle-up:before {
    content: ""
}

.fa-angle-down:before {
    content: ""
}

.fa-desktop:before {
    content: ""
}

.fa-laptop:before {
    content: ""
}

.fa-tablet:before {
    content: ""
}

.fa-mobile-phone:before, .fa-mobile:before {
    content: ""
}

.fa-circle-o:before {
    content: ""
}

.fa-quote-left:before {
    content: ""
}

.fa-quote-right:before {
    content: ""
}

.fa-spinner:before {
    content: ""
}

.fa-circle:before {
    content: ""
}

.fa-mail-reply:before, .fa-reply:before {
    content: ""
}

.fa-github-alt:before {
    content: ""
}

.fa-folder-o:before {
    content: ""
}

.fa-folder-open-o:before {
    content: ""
}

.fa-smile-o:before {
    content: ""
}

.fa-frown-o:before {
    content: ""
}

.fa-meh-o:before {
    content: ""
}

.fa-gamepad:before {
    content: ""
}

.fa-keyboard-o:before {
    content: ""
}

.fa-flag-o:before {
    content: ""
}

.fa-flag-checkered:before {
    content: ""
}

.fa-terminal:before {
    content: ""
}

.fa-code:before {
    content: ""
}

.fa-mail-reply-all:before, .fa-reply-all:before {
    content: ""
}

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
    content: ""
}

.fa-location-arrow:before {
    content: ""
}

.fa-crop:before {
    content: ""
}

.fa-code-fork:before {
    content: ""
}

.fa-unlink:before, .fa-chain-broken:before {
    content: ""
}

.fa-question:before {
    content: ""
}

.fa-info:before {
    content: ""
}

.fa-exclamation:before {
    content: ""
}

.fa-superscript:before {
    content: ""
}

.fa-subscript:before {
    content: ""
}

.fa-eraser:before {
    content: ""
}

.fa-puzzle-piece:before {
    content: ""
}

.fa-microphone:before {
    content: ""
}

.fa-microphone-slash:before {
    content: ""
}

.fa-shield:before {
    content: ""
}

.fa-calendar-o:before {
    content: ""
}

.fa-fire-extinguisher:before {
    content: ""
}

.fa-rocket:before {
    content: ""
}

.fa-maxcdn:before {
    content: ""
}

.fa-chevron-circle-left:before {
    content: ""
}

.fa-chevron-circle-right:before {
    content: ""
}

.fa-chevron-circle-up:before {
    content: ""
}

.fa-chevron-circle-down:before {
    content: ""
}

.fa-html5:before {
    content: ""
}

.fa-css3:before {
    content: ""
}

.fa-anchor:before {
    content: ""
}

.fa-unlock-alt:before {
    content: ""
}

.fa-bullseye:before {
    content: ""
}

.fa-ellipsis-h:before {
    content: ""
}

.fa-ellipsis-v:before {
    content: ""
}

.fa-rss-square:before {
    content: ""
}

.fa-play-circle:before {
    content: ""
}

.fa-ticket:before {
    content: ""
}

.fa-minus-square:before {
    content: ""
}

/* .fa-minus-square-o:before, .wy-menu-vertical li.on a span.toctree-expand:before {
    content: "\f0da";
} */

.wy-menu-vertical li.current > a span.toctree-expand:before {
    transform: rotate(90deg);
}

.fa-level-up:before {
    content: ""
}

.fa-level-down:before {
    content: ""
}

.fa-check-square:before {
    content: ""
}

.fa-pencil-square:before {
    content: ""
}

.fa-external-link-square:before {
    content: ""
}

.fa-share-square:before {
    content: ""
}

.fa-compass:before {
    content: ""
}

.fa-toggle-down:before, .fa-caret-square-o-down:before {
    content: ""
}

.fa-toggle-up:before, .fa-caret-square-o-up:before {
    content: ""
}

.fa-toggle-right:before, .fa-caret-square-o-right:before {
    content: ""
}

.fa-euro:before, .fa-eur:before {
    content: ""
}

.fa-gbp:before {
    content: ""
}

.fa-dollar:before, .fa-usd:before {
    content: ""
}

.fa-rupee:before, .fa-inr:before {
    content: ""
}

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
    content: ""
}

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
    content: ""
}

.fa-won:before, .fa-krw:before {
    content: ""
}

.fa-bitcoin:before, .fa-btc:before {
    content: ""
}

.fa-file:before {
    content: ""
}

.fa-file-text:before {
    content: ""
}

.fa-sort-alpha-asc:before {
    content: ""
}

.fa-sort-alpha-desc:before {
    content: ""
}

.fa-sort-amount-asc:before {
    content: ""
}

.fa-sort-amount-desc:before {
    content: ""
}

.fa-sort-numeric-asc:before {
    content: ""
}

.fa-sort-numeric-desc:before {
    content: ""
}

.fa-thumbs-up:before {
    content: ""
}

.fa-thumbs-down:before {
    content: ""
}

.fa-youtube-square:before {
    content: ""
}

.fa-youtube:before {
    content: ""
}

.fa-xing:before {
    content: ""
}

.fa-xing-square:before {
    content: ""
}

.fa-youtube-play:before {
    content: ""
}

.fa-dropbox:before {
    content: ""
}

.fa-stack-overflow:before {
    content: ""
}

.fa-instagram:before {
    content: ""
}

.fa-flickr:before {
    content: ""
}

.fa-adn:before {
    content: ""
}

.fa-bitbucket:before, .icon-bitbucket:before {
    content: ""
}

.fa-bitbucket-square:before {
    content: ""
}

.fa-tumblr:before {
    content: ""
}

.fa-tumblr-square:before {
    content: ""
}

.fa-long-arrow-down:before {
    content: ""
}

.fa-long-arrow-up:before {
    content: ""
}

.fa-long-arrow-left:before {
    content: ""
}

.fa-long-arrow-right:before {
    content: ""
}

.fa-apple:before {
    content: ""
}

.fa-windows:before {
    content: ""
}

.fa-android:before {
    content: ""
}

.fa-linux:before {
    content: ""
}

.fa-dribbble:before {
    content: ""
}

.fa-skype:before {
    content: ""
}

.fa-foursquare:before {
    content: ""
}

.fa-trello:before {
    content: ""
}

.fa-female:before {
    content: ""
}

.fa-male:before {
    content: ""
}

.fa-gittip:before, .fa-gratipay:before {
    content: ""
}

.fa-sun-o:before {
    content: ""
}

.fa-moon-o:before {
    content: ""
}

.fa-archive:before {
    content: ""
}

.fa-bug:before {
    content: ""
}

.fa-vk:before {
    content: ""
}

.fa-weibo:before {
    content: ""
}

.fa-renren:before {
    content: ""
}

.fa-pagelines:before {
    content: ""
}

.fa-stack-exchange:before {
    content: ""
}

.fa-arrow-circle-o-right:before {
    content: ""
}

.fa-arrow-circle-o-left:before {
    content: ""
}

.fa-toggle-left:before, .fa-caret-square-o-left:before {
    content: ""
}

.fa-dot-circle-o:before {
    content: ""
}

.fa-wheelchair:before {
    content: ""
}

.fa-vimeo-square:before {
    content: ""
}

.fa-turkish-lira:before, .fa-try:before {
    content: ""
}
/* 
.fa-plus-square-o:before, .wy-menu-vertical li span.toctree-expand:before {
    content: "\f0da";
} */

.fa-space-shuttle:before {
    content: ""
}

.fa-slack:before {
    content: ""
}

.fa-envelope-square:before {
    content: ""
}

.fa-wordpress:before {
    content: ""
}

.fa-openid:before {
    content: ""
}

.fa-institution:before, .fa-bank:before, .fa-university:before {
    content: ""
}

.fa-mortar-board:before, .fa-graduation-cap:before {
    content: ""
}

.fa-yahoo:before {
    content: ""
}

.fa-google:before {
    content: ""
}

.fa-reddit:before {
    content: ""
}

.fa-reddit-square:before {
    content: ""
}

.fa-stumbleupon-circle:before {
    content: ""
}

.fa-stumbleupon:before {
    content: ""
}

.fa-delicious:before {
    content: ""
}

.fa-digg:before {
    content: ""
}

.fa-pied-piper-pp:before {
    content: ""
}

.fa-pied-piper-alt:before {
    content: ""
}

.fa-drupal:before {
    content: ""
}

.fa-joomla:before {
    content: ""
}

.fa-language:before {
    content: ""
}

.fa-fax:before {
    content: ""
}

.fa-building:before {
    content: ""
}

.fa-child:before {
    content: ""
}

.fa-paw:before {
    content: ""
}

.fa-spoon:before {
    content: ""
}

.fa-cube:before {
    content: ""
}

.fa-cubes:before {
    content: ""
}

.fa-behance:before {
    content: ""
}

.fa-behance-square:before {
    content: ""
}

.fa-steam:before {
    content: ""
}

.fa-steam-square:before {
    content: ""
}

.fa-recycle:before {
    content: ""
}

.fa-automobile:before, .fa-car:before {
    content: ""
}

.fa-cab:before, .fa-taxi:before {
    content: ""
}

.fa-tree:before {
    content: ""
}

.fa-spotify:before {
    content: ""
}

.fa-deviantart:before {
    content: ""
}

.fa-soundcloud:before {
    content: ""
}

.fa-database:before {
    content: ""
}

.fa-file-pdf-o:before {
    content: ""
}

.fa-file-word-o:before {
    content: ""
}

.fa-file-excel-o:before {
    content: ""
}

.fa-file-powerpoint-o:before {
    content: ""
}

.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
    content: ""
}

.fa-file-zip-o:before, .fa-file-archive-o:before {
    content: ""
}

.fa-file-sound-o:before, .fa-file-audio-o:before {
    content: ""
}

.fa-file-movie-o:before, .fa-file-video-o:before {
    content: ""
}

.fa-file-code-o:before {
    content: ""
}

.fa-vine:before {
    content: ""
}

.fa-codepen:before {
    content: ""
}

.fa-jsfiddle:before {
    content: ""
}

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
    content: ""
}

.fa-circle-o-notch:before {
    content: ""
}

.fa-ra:before, .fa-resistance:before, .fa-rebel:before {
    content: ""
}

.fa-ge:before, .fa-empire:before {
    content: ""
}

.fa-git-square:before {
    content: ""
}

.fa-git:before {
    content: ""
}

.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before {
    content: ""
}

.fa-tencent-weibo:before {
    content: ""
}

.fa-qq:before {
    content: ""
}

.fa-wechat:before, .fa-weixin:before {
    content: ""
}

.fa-send:before, .fa-paper-plane:before {
    content: ""
}

.fa-send-o:before, .fa-paper-plane-o:before {
    content: ""
}

.fa-history:before {
    content: ""
}

.fa-circle-thin:before {
    content: ""
}

.fa-header:before {
    content: ""
}

.fa-paragraph:before {
    content: ""
}

.fa-sliders:before {
    content: ""
}

.fa-share-alt:before {
    content: ""
}

.fa-share-alt-square:before {
    content: ""
}

.fa-bomb:before {
    content: ""
}

.fa-soccer-ball-o:before, .fa-futbol-o:before {
    content: ""
}

.fa-tty:before {
    content: ""
}

.fa-binoculars:before {
    content: ""
}

.fa-plug:before {
    content: ""
}

.fa-slideshare:before {
    content: ""
}

.fa-twitch:before {
    content: ""
}

.fa-yelp:before {
    content: ""
}

.fa-newspaper-o:before {
    content: ""
}

.fa-wifi:before {
    content: ""
}

.fa-calculator:before {
    content: ""
}

.fa-paypal:before {
    content: ""
}

.fa-google-wallet:before {
    content: ""
}

.fa-cc-visa:before {
    content: ""
}

.fa-cc-mastercard:before {
    content: ""
}

.fa-cc-discover:before {
    content: ""
}

.fa-cc-amex:before {
    content: ""
}

.fa-cc-paypal:before {
    content: ""
}

.fa-cc-stripe:before {
    content: ""
}

.fa-bell-slash:before {
    content: ""
}

.fa-bell-slash-o:before {
    content: ""
}

.fa-trash:before {
    content: ""
}

.fa-copyright:before {
    content: ""
}

.fa-at:before {
    content: ""
}

.fa-eyedropper:before {
    content: ""
}

.fa-paint-brush:before {
    content: ""
}

.fa-birthday-cake:before {
    content: ""
}

.fa-area-chart:before {
    content: ""
}

.fa-pie-chart:before {
    content: ""
}

.fa-line-chart:before {
    content: ""
}

.fa-lastfm:before {
    content: ""
}

.fa-lastfm-square:before {
    content: ""
}

.fa-toggle-off:before {
    content: ""
}

.fa-toggle-on:before {
    content: ""
}

.fa-bicycle:before {
    content: ""
}

.fa-bus:before {
    content: ""
}

.fa-ioxhost:before {
    content: ""
}

.fa-angellist:before {
    content: ""
}

.fa-cc:before {
    content: ""
}

.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
    content: ""
}

.fa-meanpath:before {
    content: ""
}

.fa-buysellads:before {
    content: ""
}

.fa-connectdevelop:before {
    content: ""
}

.fa-dashcube:before {
    content: ""
}

.fa-forumbee:before {
    content: ""
}

.fa-leanpub:before {
    content: ""
}

.fa-sellsy:before {
    content: ""
}

.fa-shirtsinbulk:before {
    content: ""
}

.fa-simplybuilt:before {
    content: ""
}

.fa-skyatlas:before {
    content: ""
}

.fa-cart-plus:before {
    content: ""
}

.fa-cart-arrow-down:before {
    content: ""
}

.fa-diamond:before {
    content: ""
}

.fa-ship:before {
    content: ""
}

.fa-user-secret:before {
    content: ""
}

.fa-motorcycle:before {
    content: ""
}

.fa-street-view:before {
    content: ""
}

.fa-heartbeat:before {
    content: ""
}

.fa-venus:before {
    content: ""
}

.fa-mars:before {
    content: ""
}

.fa-mercury:before {
    content: ""
}

.fa-intersex:before, .fa-transgender:before {
    content: ""
}

.fa-transgender-alt:before {
    content: ""
}

.fa-venus-double:before {
    content: ""
}

.fa-mars-double:before {
    content: ""
}

.fa-venus-mars:before {
    content: ""
}

.fa-mars-stroke:before {
    content: ""
}

.fa-mars-stroke-v:before {
    content: ""
}

.fa-mars-stroke-h:before {
    content: ""
}

.fa-neuter:before {
    content: ""
}

.fa-genderless:before {
    content: ""
}

.fa-facebook-official:before {
    content: ""
}

.fa-pinterest-p:before {
    content: ""
}

.fa-whatsapp:before {
    content: ""
}

.fa-server:before {
    content: ""
}

.fa-user-plus:before {
    content: ""
}

.fa-user-times:before {
    content: ""
}

.fa-hotel:before, .fa-bed:before {
    content: ""
}

.fa-viacoin:before {
    content: ""
}

.fa-train:before {
    content: ""
}

.fa-subway:before {
    content: ""
}

.fa-medium:before {
    content: ""
}

.fa-yc:before, .fa-y-combinator:before {
    content: ""
}

.fa-optin-monster:before {
    content: ""
}

.fa-opencart:before {
    content: ""
}

.fa-expeditedssl:before {
    content: ""
}

.fa-battery-4:before, .fa-battery:before, .fa-battery-full:before {
    content: ""
}

.fa-battery-3:before, .fa-battery-three-quarters:before {
    content: ""
}

.fa-battery-2:before, .fa-battery-half:before {
    content: ""
}

.fa-battery-1:before, .fa-battery-quarter:before {
    content: ""
}

.fa-battery-0:before, .fa-battery-empty:before {
    content: ""
}

.fa-mouse-pointer:before {
    content: ""
}

.fa-i-cursor:before {
    content: ""
}

.fa-object-group:before {
    content: ""
}

.fa-object-ungroup:before {
    content: ""
}

.fa-sticky-note:before {
    content: ""
}

.fa-sticky-note-o:before {
    content: ""
}

.fa-cc-jcb:before {
    content: ""
}

.fa-cc-diners-club:before {
    content: ""
}

.fa-clone:before {
    content: ""
}

.fa-balance-scale:before {
    content: ""
}

.fa-hourglass-o:before {
    content: ""
}

.fa-hourglass-1:before, .fa-hourglass-start:before {
    content: ""
}

.fa-hourglass-2:before, .fa-hourglass-half:before {
    content: ""
}

.fa-hourglass-3:before, .fa-hourglass-end:before {
    content: ""
}

.fa-hourglass:before {
    content: ""
}

.fa-hand-grab-o:before, .fa-hand-rock-o:before {
    content: ""
}

.fa-hand-stop-o:before, .fa-hand-paper-o:before {
    content: ""
}

.fa-hand-scissors-o:before {
    content: ""
}

.fa-hand-lizard-o:before {
    content: ""
}

.fa-hand-spock-o:before {
    content: ""
}

.fa-hand-pointer-o:before {
    content: ""
}

.fa-hand-peace-o:before {
    content: ""
}

.fa-trademark:before {
    content: ""
}

.fa-registered:before {
    content: ""
}

.fa-creative-commons:before {
    content: ""
}

.fa-gg:before {
    content: ""
}

.fa-gg-circle:before {
    content: ""
}

.fa-tripadvisor:before {
    content: ""
}

.fa-odnoklassniki:before {
    content: ""
}

.fa-odnoklassniki-square:before {
    content: ""
}

.fa-get-pocket:before {
    content: ""
}

.fa-wikipedia-w:before {
    content: ""
}

.fa-safari:before {
    content: ""
}

.fa-chrome:before {
    content: ""
}

.fa-firefox:before {
    content: ""
}

.fa-opera:before {
    content: ""
}

.fa-internet-explorer:before {
    content: ""
}

.fa-tv:before, .fa-television:before {
    content: ""
}

.fa-contao:before {
    content: ""
}

.fa-500px:before {
    content: ""
}

.fa-amazon:before {
    content: ""
}

.fa-calendar-plus-o:before {
    content: ""
}

.fa-calendar-minus-o:before {
    content: ""
}

.fa-calendar-times-o:before {
    content: ""
}

.fa-calendar-check-o:before {
    content: ""
}

.fa-industry:before {
    content: ""
}

.fa-map-pin:before {
    content: ""
}

.fa-map-signs:before {
    content: ""
}

.fa-map-o:before {
    content: ""
}

.fa-map:before {
    content: ""
}

.fa-commenting:before {
    content: ""
}

.fa-commenting-o:before {
    content: ""
}

.fa-houzz:before {
    content: ""
}

.fa-vimeo:before {
    content: ""
}

.fa-black-tie:before {
    content: ""
}

.fa-fonticons:before {
    content: ""
}

.fa-reddit-alien:before {
    content: ""
}

.fa-edge:before {
    content: ""
}

.fa-credit-card-alt:before {
    content: ""
}

.fa-codiepie:before {
    content: ""
}

.fa-modx:before {
    content: ""
}

.fa-fort-awesome:before {
    content: ""
}

.fa-usb:before {
    content: ""
}

.fa-product-hunt:before {
    content: ""
}

.fa-mixcloud:before {
    content: ""
}

.fa-scribd:before {
    content: ""
}

.fa-pause-circle:before {
    content: ""
}

.fa-pause-circle-o:before {
    content: ""
}

.fa-stop-circle:before {
    content: ""
}

.fa-stop-circle-o:before {
    content: ""
}

.fa-shopping-bag:before {
    content: ""
}

.fa-shopping-basket:before {
    content: ""
}

.fa-hashtag:before {
    content: ""
}

.fa-bluetooth:before {
    content: ""
}

.fa-bluetooth-b:before {
    content: ""
}

.fa-percent:before {
    content: ""
}

.fa-gitlab:before, .icon-gitlab:before {
    content: ""
}

.fa-wpbeginner:before {
    content: ""
}

.fa-wpforms:before {
    content: ""
}

.fa-envira:before {
    content: ""
}

.fa-universal-access:before {
    content: ""
}

.fa-wheelchair-alt:before {
    content: ""
}

.fa-question-circle-o:before {
    content: ""
}

.fa-blind:before {
    content: ""
}

.fa-audio-description:before {
    content: ""
}

.fa-volume-control-phone:before {
    content: ""
}

.fa-braille:before {
    content: ""
}

.fa-assistive-listening-systems:before {
    content: ""
}

.fa-asl-interpreting:before, .fa-american-sign-language-interpreting:before {
    content: ""
}

.fa-deafness:before, .fa-hard-of-hearing:before, .fa-deaf:before {
    content: ""
}

.fa-glide:before {
    content: ""
}

.fa-glide-g:before {
    content: ""
}

.fa-signing:before, .fa-sign-language:before {
    content: ""
}

.fa-low-vision:before {
    content: ""
}

.fa-viadeo:before {
    content: ""
}

.fa-viadeo-square:before {
    content: ""
}

.fa-snapchat:before {
    content: ""
}

.fa-snapchat-ghost:before {
    content: ""
}

.fa-snapchat-square:before {
    content: ""
}

.fa-pied-piper:before {
    content: ""
}

.fa-first-order:before {
    content: ""
}

.fa-yoast:before {
    content: ""
}

.fa-themeisle:before {
    content: ""
}

.fa-google-plus-circle:before, .fa-google-plus-official:before {
    content: ""
}

.fa-fa:before, .fa-font-awesome:before {
    content: ""
}

.fa-handshake-o:before {
    content: ""
}

.fa-envelope-open:before {
    content: ""
}

.fa-envelope-open-o:before {
    content: ""
}

.fa-linode:before {
    content: ""
}

.fa-address-book:before {
    content: ""
}

.fa-address-book-o:before {
    content: ""
}

.fa-vcard:before, .fa-address-card:before {
    content: ""
}

.fa-vcard-o:before, .fa-address-card-o:before {
    content: ""
}

.fa-user-circle:before {
    content: ""
}

.fa-user-circle-o:before {
    content: ""
}

.fa-user-o:before {
    content: ""
}

.fa-id-badge:before {
    content: ""
}

.fa-drivers-license:before, .fa-id-card:before {
    content: ""
}

.fa-drivers-license-o:before, .fa-id-card-o:before {
    content: ""
}

.fa-quora:before {
    content: ""
}

.fa-free-code-camp:before {
    content: ""
}

.fa-telegram:before {
    content: ""
}

.fa-thermometer-4:before, .fa-thermometer:before, .fa-thermometer-full:before {
    content: ""
}

.fa-thermometer-3:before, .fa-thermometer-three-quarters:before {
    content: ""
}

.fa-thermometer-2:before, .fa-thermometer-half:before {
    content: ""
}

.fa-thermometer-1:before, .fa-thermometer-quarter:before {
    content: ""
}

.fa-thermometer-0:before, .fa-thermometer-empty:before {
    content: ""
}

.fa-shower:before {
    content: ""
}

.fa-bathtub:before, .fa-s15:before, .fa-bath:before {
    content: ""
}

.fa-podcast:before {
    content: ""
}

.fa-window-maximize:before {
    content: ""
}

.fa-window-minimize:before {
    content: ""
}

.fa-window-restore:before {
    content: ""
}

.fa-times-rectangle:before, .fa-window-close:before {
    content: ""
}

.fa-times-rectangle-o:before, .fa-window-close-o:before {
    content: ""
}

.fa-bandcamp:before {
    content: ""
}

.fa-grav:before {
    content: ""
}

.fa-etsy:before {
    content: ""
}

.fa-imdb:before {
    content: ""
}

.fa-ravelry:before {
    content: ""
}

.fa-eercast:before {
    content: ""
}

.fa-microchip:before {
    content: ""
}

.fa-snowflake-o:before {
    content: ""
}

.fa-superpowers:before {
    content: ""
}

.fa-wpexplorer:before {
    content: ""
}

.fa-meetup:before {
    content: ""
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border:0
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip:auto
}

.fa, .wy-menu-vertical li span.toctree-expand, .wy-menu-vertical li.on a span.toctree-expand, .wy-menu-vertical li.current > a span.toctree-expand, .rst-content .admonition-title, .rst-content h1 .headerlink, .rst-content h2 .headerlink, .rst-content h3 .headerlink, .rst-content h4 .headerlink, .rst-content h5 .headerlink, .rst-content h6 .headerlink, .rst-content dl dt .headerlink, .rst-content p.caption .headerlink, .rst-content table > caption .headerlink, .rst-content .code-block-caption .headerlink, .rst-content tt.download span:first-child, .rst-content code.download span:first-child, .icon, .wy-dropdown .caret, .wy-inline-validate.wy-inline-validate-success .wy-input-context, .wy-inline-validate.wy-inline-validate-danger .wy-input-context, .wy-inline-validate.wy-inline-validate-warning .wy-input-context, .wy-inline-validate.wy-inline-validate-info .wy-input-context {
    font-family:inherit
}

.fa:before, .wy-menu-vertical li span.toctree-expand:before, .wy-menu-vertical li.on a span.toctree-expand:before, .wy-menu-vertical li.current > a span.toctree-expand:before, .rst-content .admonition-title:before, .rst-content h1 .headerlink:before, .rst-content h2 .headerlink:before, .rst-content h3 .headerlink:before, .rst-content h4 .headerlink:before, .rst-content h5 .headerlink:before, .rst-content h6 .headerlink:before, .rst-content dl dt .headerlink:before, .rst-content p.caption .headerlink:before, .rst-content table > caption .headerlink:before, .rst-content .code-block-caption .headerlink:before, .rst-content tt.download span:first-child:before, .rst-content code.download span:first-child:before, .icon:before, .wy-dropdown .caret:before, .wy-inline-validate.wy-inline-validate-success .wy-input-context:before, .wy-inline-validate.wy-inline-validate-danger .wy-input-context:before, .wy-inline-validate.wy-inline-validate-warning .wy-input-context:before, .wy-inline-validate.wy-inline-validate-info .wy-input-context:before {
    font-family: "FontAwesome";
    display: inline-block;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    text-decoration:inherit
}

a .fa, a .wy-menu-vertical li span.toctree-expand, .wy-menu-vertical li a span.toctree-expand, .wy-menu-vertical li.on a span.toctree-expand, .wy-menu-vertical li.current > a span.toctree-expand, a .rst-content .admonition-title, .rst-content a .admonition-title, a .rst-content h1 .headerlink, .rst-content h1 a .headerlink, a .rst-content h2 .headerlink, .rst-content h2 a .headerlink, a .rst-content h3 .headerlink, .rst-content h3 a .headerlink, a .rst-content h4 .headerlink, .rst-content h4 a .headerlink, a .rst-content h5 .headerlink, .rst-content h5 a .headerlink, a .rst-content h6 .headerlink, .rst-content h6 a .headerlink, a .rst-content dl dt .headerlink, .rst-content dl dt a .headerlink, a .rst-content p.caption .headerlink, .rst-content p.caption a .headerlink, a .rst-content table > caption .headerlink, .rst-content table > caption a .headerlink, a .rst-content .code-block-caption .headerlink, .rst-content .code-block-caption a .headerlink, a .rst-content tt.download span:first-child, .rst-content tt.download a span:first-child, a .rst-content code.download span:first-child, .rst-content code.download a span:first-child, a .icon {
    display: inline-block;
    text-decoration:inherit
}

.btn .fa, .btn .wy-menu-vertical li span.toctree-expand, .wy-menu-vertical li .btn span.toctree-expand, .btn .wy-menu-vertical li.on a span.toctree-expand, .wy-menu-vertical li.on a .btn span.toctree-expand, .btn .wy-menu-vertical li.current > a span.toctree-expand, .wy-menu-vertical li.current > a .btn span.toctree-expand, .btn .rst-content .admonition-title, .rst-content .btn .admonition-title, .btn .rst-content h1 .headerlink, .rst-content h1 .btn .headerlink, .btn .rst-content h2 .headerlink, .rst-content h2 .btn .headerlink, .btn .rst-content h3 .headerlink, .rst-content h3 .btn .headerlink, .btn .rst-content h4 .headerlink, .rst-content h4 .btn .headerlink, .btn .rst-content h5 .headerlink, .rst-content h5 .btn .headerlink, .btn .rst-content h6 .headerlink, .rst-content h6 .btn .headerlink, .btn .rst-content dl dt .headerlink, .rst-content dl dt .btn .headerlink, .btn .rst-content p.caption .headerlink, .rst-content p.caption .btn .headerlink, .btn .rst-content table > caption .headerlink, .rst-content table > caption .btn .headerlink, .btn .rst-content .code-block-caption .headerlink, .rst-content .code-block-caption .btn .headerlink, .btn .rst-content tt.download span:first-child, .rst-content tt.download .btn span:first-child, .btn .rst-content code.download span:first-child, .rst-content code.download .btn span:first-child, .btn .icon, .nav .fa, .nav .wy-menu-vertical li span.toctree-expand, .wy-menu-vertical li .nav span.toctree-expand, .nav .wy-menu-vertical li.on a span.toctree-expand, .wy-menu-vertical li.on a .nav span.toctree-expand, .nav .wy-menu-vertical li.current > a span.toctree-expand, .wy-menu-vertical li.current > a .nav span.toctree-expand, .nav .rst-content .admonition-title, .rst-content .nav .admonition-title, .nav .rst-content h1 .headerlink, .rst-content h1 .nav .headerlink, .nav .rst-content h2 .headerlink, .rst-content h2 .nav .headerlink, .nav .rst-content h3 .headerlink, .rst-content h3 .nav .headerlink, .nav .rst-content h4 .headerlink, .rst-content h4 .nav .headerlink, .nav .rst-content h5 .headerlink, .rst-content h5 .nav .headerlink, .nav .rst-content h6 .headerlink, .rst-content h6 .nav .headerlink, .nav .rst-content dl dt .headerlink, .rst-content dl dt .nav .headerlink, .nav .rst-content p.caption .headerlink, .rst-content p.caption .nav .headerlink, .nav .rst-content table > caption .headerlink, .rst-content table > caption .nav .headerlink, .nav .rst-content .code-block-caption .headerlink, .rst-content .code-block-caption .nav .headerlink, .nav .rst-content tt.download span:first-child, .rst-content tt.download .nav span:first-child, .nav .rst-content code.download span:first-child, .rst-content code.download .nav span:first-child, .nav .icon {
    display:inline
}

.btn .fa.fa-large, .btn .wy-menu-vertical li span.fa-large.toctree-expand, .wy-menu-vertical li .btn span.fa-large.toctree-expand, .btn .rst-content .fa-large.admonition-title, .rst-content .btn .fa-large.admonition-title, .btn .rst-content h1 .fa-large.headerlink, .rst-content h1 .btn .fa-large.headerlink, .btn .rst-content h2 .fa-large.headerlink, .rst-content h2 .btn .fa-large.headerlink, .btn .rst-content h3 .fa-large.headerlink, .rst-content h3 .btn .fa-large.headerlink, .btn .rst-content h4 .fa-large.headerlink, .rst-content h4 .btn .fa-large.headerlink, .btn .rst-content h5 .fa-large.headerlink, .rst-content h5 .btn .fa-large.headerlink, .btn .rst-content h6 .fa-large.headerlink, .rst-content h6 .btn .fa-large.headerlink, .btn .rst-content dl dt .fa-large.headerlink, .rst-content dl dt .btn .fa-large.headerlink, .btn .rst-content p.caption .fa-large.headerlink, .rst-content p.caption .btn .fa-large.headerlink, .btn .rst-content table > caption .fa-large.headerlink, .rst-content table > caption .btn .fa-large.headerlink, .btn .rst-content .code-block-caption .fa-large.headerlink, .rst-content .code-block-caption .btn .fa-large.headerlink, .btn .rst-content tt.download span.fa-large:first-child, .rst-content tt.download .btn span.fa-large:first-child, .btn .rst-content code.download span.fa-large:first-child, .rst-content code.download .btn span.fa-large:first-child, .btn .fa-large.icon, .nav .fa.fa-large, .nav .wy-menu-vertical li span.fa-large.toctree-expand, .wy-menu-vertical li .nav span.fa-large.toctree-expand, .nav .rst-content .fa-large.admonition-title, .rst-content .nav .fa-large.admonition-title, .nav .rst-content h1 .fa-large.headerlink, .rst-content h1 .nav .fa-large.headerlink, .nav .rst-content h2 .fa-large.headerlink, .rst-content h2 .nav .fa-large.headerlink, .nav .rst-content h3 .fa-large.headerlink, .rst-content h3 .nav .fa-large.headerlink, .nav .rst-content h4 .fa-large.headerlink, .rst-content h4 .nav .fa-large.headerlink, .nav .rst-content h5 .fa-large.headerlink, .rst-content h5 .nav .fa-large.headerlink, .nav .rst-content h6 .fa-large.headerlink, .rst-content h6 .nav .fa-large.headerlink, .nav .rst-content dl dt .fa-large.headerlink, .rst-content dl dt .nav .fa-large.headerlink, .nav .rst-content p.caption .fa-large.headerlink, .rst-content p.caption .nav .fa-large.headerlink, .nav .rst-content table > caption .fa-large.headerlink, .rst-content table > caption .nav .fa-large.headerlink, .nav .rst-content .code-block-caption .fa-large.headerlink, .rst-content .code-block-caption .nav .fa-large.headerlink, .nav .rst-content tt.download span.fa-large:first-child, .rst-content tt.download .nav span.fa-large:first-child, .nav .rst-content code.download span.fa-large:first-child, .rst-content code.download .nav span.fa-large:first-child, .nav .fa-large.icon {
    line-height:.9em
}

.btn .fa.fa-spin, .btn .wy-menu-vertical li span.fa-spin.toctree-expand, .wy-menu-vertical li .btn span.fa-spin.toctree-expand, .btn .rst-content .fa-spin.admonition-title, .rst-content .btn .fa-spin.admonition-title, .btn .rst-content h1 .fa-spin.headerlink, .rst-content h1 .btn .fa-spin.headerlink, .btn .rst-content h2 .fa-spin.headerlink, .rst-content h2 .btn .fa-spin.headerlink, .btn .rst-content h3 .fa-spin.headerlink, .rst-content h3 .btn .fa-spin.headerlink, .btn .rst-content h4 .fa-spin.headerlink, .rst-content h4 .btn .fa-spin.headerlink, .btn .rst-content h5 .fa-spin.headerlink, .rst-content h5 .btn .fa-spin.headerlink, .btn .rst-content h6 .fa-spin.headerlink, .rst-content h6 .btn .fa-spin.headerlink, .btn .rst-content dl dt .fa-spin.headerlink, .rst-content dl dt .btn .fa-spin.headerlink, .btn .rst-content p.caption .fa-spin.headerlink, .rst-content p.caption .btn .fa-spin.headerlink, .btn .rst-content table > caption .fa-spin.headerlink, .rst-content table > caption .btn .fa-spin.headerlink, .btn .rst-content .code-block-caption .fa-spin.headerlink, .rst-content .code-block-caption .btn .fa-spin.headerlink, .btn .rst-content tt.download span.fa-spin:first-child, .rst-content tt.download .btn span.fa-spin:first-child, .btn .rst-content code.download span.fa-spin:first-child, .rst-content code.download .btn span.fa-spin:first-child, .btn .fa-spin.icon, .nav .fa.fa-spin, .nav .wy-menu-vertical li span.fa-spin.toctree-expand, .wy-menu-vertical li .nav span.fa-spin.toctree-expand, .nav .rst-content .fa-spin.admonition-title, .rst-content .nav .fa-spin.admonition-title, .nav .rst-content h1 .fa-spin.headerlink, .rst-content h1 .nav .fa-spin.headerlink, .nav .rst-content h2 .fa-spin.headerlink, .rst-content h2 .nav .fa-spin.headerlink, .nav .rst-content h3 .fa-spin.headerlink, .rst-content h3 .nav .fa-spin.headerlink, .nav .rst-content h4 .fa-spin.headerlink, .rst-content h4 .nav .fa-spin.headerlink, .nav .rst-content h5 .fa-spin.headerlink, .rst-content h5 .nav .fa-spin.headerlink, .nav .rst-content h6 .fa-spin.headerlink, .rst-content h6 .nav .fa-spin.headerlink, .nav .rst-content dl dt .fa-spin.headerlink, .rst-content dl dt .nav .fa-spin.headerlink, .nav .rst-content p.caption .fa-spin.headerlink, .rst-content p.caption .nav .fa-spin.headerlink, .nav .rst-content table > caption .fa-spin.headerlink, .rst-content table > caption .nav .fa-spin.headerlink, .nav .rst-content .code-block-caption .fa-spin.headerlink, .rst-content .code-block-caption .nav .fa-spin.headerlink, .nav .rst-content tt.download span.fa-spin:first-child, .rst-content tt.download .nav span.fa-spin:first-child, .nav .rst-content code.download span.fa-spin:first-child, .rst-content code.download .nav span.fa-spin:first-child, .nav .fa-spin.icon {
    display:inline-block
}

.btn.fa:before, .wy-menu-vertical li span.btn.toctree-expand:before, .rst-content .btn.admonition-title:before, .rst-content h1 .btn.headerlink:before, .rst-content h2 .btn.headerlink:before, .rst-content h3 .btn.headerlink:before, .rst-content h4 .btn.headerlink:before, .rst-content h5 .btn.headerlink:before, .rst-content h6 .btn.headerlink:before, .rst-content dl dt .btn.headerlink:before, .rst-content p.caption .btn.headerlink:before, .rst-content table > caption .btn.headerlink:before, .rst-content .code-block-caption .btn.headerlink:before, .rst-content tt.download span.btn:first-child:before, .rst-content code.download span.btn:first-child:before, .btn.icon:before {
    opacity: .5;
    transition:opacity .05s ease-in
}

.btn.fa:hover:before, .wy-menu-vertical li span.btn.toctree-expand:hover:before, .rst-content .btn.admonition-title:hover:before, .rst-content h1 .btn.headerlink:hover:before, .rst-content h2 .btn.headerlink:hover:before, .rst-content h3 .btn.headerlink:hover:before, .rst-content h4 .btn.headerlink:hover:before, .rst-content h5 .btn.headerlink:hover:before, .rst-content h6 .btn.headerlink:hover:before, .rst-content dl dt .btn.headerlink:hover:before, .rst-content p.caption .btn.headerlink:hover:before, .rst-content table > caption .btn.headerlink:hover:before, .rst-content .code-block-caption .btn.headerlink:hover:before, .rst-content tt.download span.btn:first-child:hover:before, .rst-content code.download span.btn:first-child:hover:before, .btn.icon:hover:before {
    opacity:1
}

.btn-mini .fa:before, .btn-mini .wy-menu-vertical li span.toctree-expand:before, .wy-menu-vertical li .btn-mini span.toctree-expand:before, .btn-mini .rst-content .admonition-title:before, .rst-content .btn-mini .admonition-title:before, .btn-mini .rst-content h1 .headerlink:before, .rst-content h1 .btn-mini .headerlink:before, .btn-mini .rst-content h2 .headerlink:before, .rst-content h2 .btn-mini .headerlink:before, .btn-mini .rst-content h3 .headerlink:before, .rst-content h3 .btn-mini .headerlink:before, .btn-mini .rst-content h4 .headerlink:before, .rst-content h4 .btn
-mini .headerlink:before, .btn-mini .rst-content h5 .headerlink:before, .rst-content h5 .btn-mini .headerlink:before, .btn-mini .rst-content h6 .headerlink:before, .rst-content h6 .btn-mini .headerlink:before, .btn-mini .rst-content dl dt .headerlink:before, .rst-content dl dt .btn-mini .headerlink:before, .btn-mini .rst-content p.caption .headerlink:before, .rst-content p.caption .btn-mini .headerlink:before, .btn-mini .rst-content table > caption .headerlink:before, .rst-content table > caption .btn-mini .headerlink:before, .btn-mini .rst-content .code-block-caption .headerlink:before, .rst-content .code-block-caption .btn-mini .headerlink:before, .btn-mini .rst-content tt.download span:first-child:before, .rst-content tt.download .btn-mini span:first-child:before, .btn-mini .rst-content code.download span:first-child:before, .rst-content code.download .btn-mini span:first-child:before, .btn-mini .icon:before {
    font-size: 14px;
    vertical-align:-15%
}

.wy-alert, .rst-content .note, .rst-content .attention, .rst-content .caution, .rst-content .danger, .rst-content .error, .rst-content .hint, .rst-content .important, .rst-content .tip, .rst-content .warning, .rst-content .seealso, .rst-content .admonition-todo, .rst-content .admonition {
    padding: 12px;
    line-height: 24px;
    margin-bottom: 24px;
}

.wy-alert-title, .rst-content .admonition-title {
    color: #fff;
    font-weight: bold;
    display: block;
    color: #fff;
    background: #6ab0de;
    margin: -12px;
    padding: 6px 12px;
    margin-bottom:12px
}

.wy-alert.wy-alert-danger .wy-alert-title, .rst-content .wy-alert-danger.note .wy-alert-title, .rst-content .wy-alert-danger.attention .wy-alert-title, .rst-content .wy-alert-danger.caution .wy-alert-title, .rst-content .danger .wy-alert-title, .rst-content .error .wy-alert-title, .rst-content .wy-alert-danger.hint .wy-alert-title, .rst-content .wy-alert-danger.important .wy-alert-title, .rst-content .wy-alert-danger.tip .wy-alert-title, .rst-content .wy-alert-danger.warning .wy-alert-title, .rst-content .wy-alert-danger.seealso .wy-alert-title, .rst-content .wy-alert-danger.admonition-todo .wy-alert-title, .rst-content .wy-alert-danger.admonition .wy-alert-title, .wy-alert.wy-alert-danger .rst-content .admonition-title, .rst-content .wy-alert.wy-alert-danger .admonition-title, .rst-content .wy-alert-danger.note .admonition-title, .rst-content .wy-alert-danger.attention .admonition-title, .rst-content .wy-alert-danger.caution .admonition-title, .rst-content .danger .admonition-title, .rst-content .error .admonition-title, .rst-content .wy-alert-danger.hint .admonition-title, .rst-content .wy-alert-danger.important .admonition-title, .rst-content .wy-alert-danger.tip .admonition-title, .rst-content .wy-alert-danger.warning .admonition-title, .rst-content .wy-alert-danger.seealso .admonition-title, .rst-content .wy-alert-danger.admonition-todo .admonition-title, .rst-content .wy-alert-danger.admonition .admonition-title {
    background:#f29f97
}

.wy-alert.wy-alert-warning, .rst-content .wy-alert-warning.note, .rst-content .attention, .rst-content .caution, .rst-content .wy-alert-warning.danger, .rst-content .wy-alert-warning.error, .rst-content .wy-alert-warning.hint, .rst-content .wy-alert-warning.important, .rst-content .wy-alert-warning.tip, .rst-content .warning, .rst-content .wy-alert-warning.seealso, .rst-content .admonition-todo, .rst-content .wy-alert-warning.admonition {
    background:#ffedcc
}

.wy-alert.wy-alert-warning .wy-alert-title, .rst-content .wy-alert-warning.note .wy-alert-title, .rst-content .attention .wy-alert-title, .rst-content .caution .wy-alert-title, .rst-content .wy-alert-warning.danger .wy-alert-title, .rst-content .wy-alert-warning.error .wy-alert-title, .rst-content .wy-alert-warning.hint .wy-alert-title, .rst-content .wy-alert-warning.important .wy-alert-title, .rst-content .wy-alert-warning.tip .wy-alert-title, .rst-content .warning .wy-alert-title, .rst-content .wy-alert-warning.seealso .wy-alert-title, .rst-content .admonition-todo .wy-alert-title, .rst-content .wy-alert-warning.admonition .wy-alert-title, .wy-alert.wy-alert-warning .rst-content .admonition-title, .rst-content .wy-alert.wy-alert-warning .admonition-title, .rst-content .wy-alert-warning.note .admonition-title, .rst-content .attention .admonition-title, .rst-content .caution .admonition-title, .rst-content .wy-alert-warning.danger .admonition-title, .rst-content .wy-alert-warning.error .admonition-title, .rst-content .wy-alert-warning.hint .admonition-title, .rst-content .wy-alert-warning.important .admonition-title, .rst-content .wy-alert-warning.tip .admonition-title, .rst-content .warning .admonition-title, .rst-content .wy-alert-warning.seealso .admonition-title, .rst-content .admonition-todo .admonition-title, .rst-content .wy-alert-warning.admonition .admonition-title {
    background:#f0b37e
}

.wy-alert.wy-alert-success .wy-alert-title, .rst-content .wy-alert-success.note .wy-alert-title, .rst-content .wy-alert-success.attention .wy-alert-title, .rst-content .wy-alert-success.caution .wy-alert-title, .rst-content .wy-alert-success.danger .wy-alert-title, .rst-content .wy-alert-success.error .wy-alert-title, .rst-content .hint .wy-alert-title, .rst-content .important .wy-alert-title, .rst-content .tip .wy-alert-title, .rst-content .wy-alert-success.warning .wy-alert-title, .rst-content .wy-alert-success.seealso .wy-alert-title, .rst-content .wy-alert-success.admonition-todo .wy-alert-title, .rst-content .wy-alert-success.admonition .wy-alert-title, .wy-alert.wy-alert-success .rst-content .admonition-title, .rst-content .wy-alert.wy-alert-success .admonition-title, .rst-content .wy-alert-success.note .admonition-title, .rst-content .wy-alert-success.attention .admonition-title, .rst-content .wy-alert-success.caution .admonition-title, .rst-content .wy-alert-success.danger .admonition-title, .rst-content .wy-alert-success.error .admonition-title, .rst-content .hint .admonition-title, .rst-content .important .admonition-title, .rst-content .tip .admonition-title, .rst-content .wy-alert-success.warning .admonition-title, .rst-content .wy-alert-success.seealso .admonition-title, .rst-content .wy-alert-success.admonition-todo .admonition-title, .rst-content .wy-alert-success.admonition .admonition-title {
    background:#1abc9c
}

.wy-alert.wy-alert-neutral, .rst-content .wy-alert-neutral.note, .rst-content .wy-alert-neutral.attention, .rst-content .wy-alert-neutral.caution, .rst-content .wy-alert-neutral.danger, .rst-content .wy-alert-neutral.error, .rst-content .wy-alert-neutral.hint, .rst-content .wy-alert-neutral.important, .rst-content .wy-alert-neutral.tip, .rst-content .wy-alert-neutral.warning, .rst-content .wy-alert-neutral.seealso, .rst-content .wy-alert-neutral.admonition-todo, .rst-content .wy-alert-neutral.admonition {
    background:#f3f6f6
}

.wy-alert.wy-alert-neutral .wy-alert-title, .rst-content .wy-alert-neutral.note .wy-alert-title, .rst-content .wy-alert-neutral.attention .wy-alert-title, .rst-content .wy-alert-neutral.caution .wy-alert-title, .rst-content .wy-alert-neutral.danger .wy-alert-title, .rst-content .wy-alert-neutral.error .wy-alert-title, .rst-content .wy-alert-neutral.hint .wy-alert-title, .rst-content .wy-alert-neutral.important .wy-alert-title, .rst-content .wy-alert-neutral.tip .wy-alert-title, .rst-content .wy-alert-neutral.warning .wy-alert-title, .rst-content .wy-alert-neutral.seealso .wy-alert-title, .rst-content .wy-alert-neutral.admonition-todo .wy-alert-title, .rst-content .wy-alert-neutral.admonition .wy-alert-title, .wy-alert.wy-alert-neutral .rst-content .admonition-title, .rst-content .wy-alert.wy-alert-neutral .admonition-title, .rst-content .wy-alert-neutral.note .admonition-title, .rst-content .wy-alert-neutral.attention .admonition-title, .rst-content .wy-alert-neutral.caution .admonition-title, .rst-content .wy-alert-neutral.danger .admonition-title, .rst-content .wy-alert-neutral.error .admonition-title, .rst-content .wy-alert-neutral.hint .admonition-title, .rst-content .wy-alert-neutral.important .admonition-title, .rst-content .wy-alert-neutral.tip .admonition-title, .rst-content .wy-alert-neutral.warning .admonition-title, .rst-content .wy-alert-neutral.seealso .admonition-title, .rst-content .wy-alert-neutral.admonition-todo .admonition-title, .rst-content .wy-alert-neutral.admonition .admonition-title {
    color: #404040;
    background:#e1e4e5
}

.wy-alert.wy-alert-neutral a, .rst-content .wy-alert-neutral.note a, .rst-content .wy-alert-neutral.attention a, .rst-content .wy-alert-neutral.caution a, .rst-content .wy-alert-neutral.danger a, .rst-content .wy-alert-neutral.error a, .rst-content .wy-alert-neutral.hint a, .rst-content .wy-alert-neutral.important a, .rst-content .wy-alert-neutral.tip a, .rst-content .wy-alert-neutral.warning a, .rst-content .wy-alert-neutral.seealso a, .rst-content .wy-alert-neutral.admonition-todo a, .rst-content .wy-alert-neutral.admonition a {
    color:#2980B9
}

.wy-alert p:last-child, .rst-content .note p:last-child, .rst-content .attention p:last-child, .rst-content .caution p:last-child, .rst-content .danger p:last-child, .rst-content .error p:last-child, .rst-content .hint p:last-child, .rst-content .important p:last-child, .rst-content .tip p:last-child, .rst-content .warning p:last-child, .rst-content .seealso p:last-child, .rst-content .admonition-todo p:last-child, .rst-content .admonition p:last-child {
    margin-bottom:0
}

.wy-tray-container {
    position: fixed;
    bottom: 0px;
    left: 0;
    z-index:600
}

.wy-tray-container li {
    display: block;
    width: 300px;
    background: transparent;
    color: #fff;
    text-align: center;
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1);
    padding: 0 24px;
    min-width: 20%;
    opacity: 0;
    height: 0;
    line-height: 56px;
    overflow: hidden;
    transition:all .3s ease-in
}

.wy-tray-container li.wy-tray-item-success {
    background:#27AE60
}

.wy-tray-container li.wy-tray-item-info {
    background:#2980B9
}

.wy-tray-container li.wy-tray-item-warning {
    background:#E67E22
}

.wy-tray-container li.wy-tray-item-danger {
    background:#E74C3C
}

.wy-tray-container li.on {
    opacity: 1;
    height:56px
}

@media screen and (max-width: 768px) {
    .wy-tray-container {
        bottom: auto;
        top: 0;
        width:100%
    }

    .wy-tray-container li {
        width:100%
    }
}

button {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    vertical-align:middle;
    cursor: pointer;
    line-height: normal;
    -webkit-appearance: button;
    overflow:visible
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding:0
}

button[disabled] {
    cursor:default
}

.btn {
    display: inline-block;
    border-radius: 2px;
    line-height: normal;
    white-space: nowrap;
    text-align: center;
    cursor: pointer;
    font-size: 100%;
    padding: 6px 12px 8px 12px;
    color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background-color: #27AE60;
    text-decoration: none;
    font-weight: normal;
    font-family: "Lato", "proxima-nova", "Helvetica Neue", Arial, sans-serif;
    box-shadow: 0px 1px 2px -1px rgba(255, 255, 255, 0.5) inset, 0px -2px 0px 0px rgba(0, 0, 0, 0.1) inset;
    outline-none: false;
    vertical-align: middle;
    display:inline;
    transform: 0 0;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition:all .1s linear
}

.btn-hover {
    background: #2e8ece;
    color:#fff
}

.btn:hover {
    background: #2cc36b;
    color:#fff
}

.btn:focus {
    background: #2cc36b;
    outline:0
}

.btn:active {
    box-shadow: 0px -1px 0px 0px rgba(0, 0, 0, 0.05) inset, 0px 2px 0px 0px rgba(0, 0, 0, 0.1) inset;
    padding:8px 12px 6px 12px
}

.btn:visited {
    color:#fff
}

.btn:disabled {
    background-image: none;
    filter: progid: DXImageTransform.Microsoft.gradient(enabled = false);
    filter: alpha(opacity=40);
    opacity: .4;
    cursor: not-allowed;
    box-shadow:none
}

.btn-disabled {
    background-image: none;
    filter: progid: DXImageTransform.Microsoft.gradient(enabled = false);
    filter: alpha(opacity=40);
    opacity: .4;
    cursor: not-allowed;
    box-shadow:none
}

.btn-disabled:hover, .btn-disabled:focus, .btn-disabled:active {
    background-image: none;
    filter: progid: DXImageTransform.Microsoft.gradient(enabled = false);
    filter: alpha(opacity=40);
    opacity: .4;
    cursor: not-allowed;
    box-shadow:none
}

.btn::-moz-focus-inner {
    padding: 0;
    border:0
}

.btn-small {
    font-size:80%
}

.btn-info {
    background-color:#2980B9 !important
}

.btn-info:hover {
    background-color:#2e8ece !important
}

.btn-neutral {
    background-color: #f3f6f6 !important;
    color:#404040 !important
}

.btn-neutral:hover {
    background-color: #e5ebeb !important;
    color:#404040
}

.btn-neutral:visited {
    color:#404040 !important
}

.btn-success {
    background-color:#27AE60 !important
}

.btn-success:hover {
    background-color:#295 !important
}

.btn-danger {
    background-color:#E74C3C !important
}

.btn-danger:hover {
    background-color:#ea6153 !important
}

.btn-warning {
    background-color:#E67E22 !important
}

.btn-warning:hover {
    background-color:#e98b39 !important
}

.btn-invert {
    background-color:#222
}

.btn-invert:hover {
    background-color:#2f2f2f !important
}

.btn-link {
    background-color: transparent !important;
    color: #2980B9;
    box-shadow: none;
    border-color:transparent !important
}

.btn-link:hover {
    background-color: transparent !important;
    color: #409ad5 !important;
    box-shadow:none
}

.btn-link:active {
    background-color: transparent !important;
    color: #409ad5 !important;
    box-shadow:none
}

.btn-link:visited {
    color:#9B59B6
}

.wy-btn-group .btn, .wy-control .btn {
    vertical-align:middle
}

.wy-btn-group {
    margin-bottom: 24px;
    transform-origin: 0 0
}

.wy-btn-group:before, .wy-btn-group:after {
    display: table;
    content: ""
}

.wy-btn-group:after {
    clear:both
}

.wy-dropdown {
    position: relative;
    display:inline-block
}

.wy-dropdown-active .wy-dropdown-menu {
    display:block
}

.wy-dropdown-menu {
    position: absolute;
    left: 0;
    display: none;
    float: left;
    top: 100%;
    min-width: 100%;
    background: #fcfcfc;
    z-index: 100;
    border: solid 1px #cfd7dd;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
    padding:12px
}

.wy-dropdown-menu > dd > a {
    display: block;
    clear: both;
    color: #404040;
    white-space: nowrap;
    font-size: 90%;
    padding: 0 12px;
    cursor:pointer
}

.wy-dropdown-menu > dd > a:hover {
    background: #2980B9;
    color:#fff
}

.wy-dropdown-menu > dd.divider {
    border-top: solid 1px #cfd7dd;
    margin:6px 0
}

.wy-dropdown-menu > dd.search {
    padding-bottom: 12px
}

.wy-dropdown-menu > dd.search input[type="search"] {
    width:100%
}

.wy-dropdown-menu > dd.call-to-action {
    background: #e3e3e3;
    text-transform: uppercase;
    font-weight: 500;
    font-size:80%
}

.wy-dropdown-menu > dd.call-to-action:hover {
    background:#e3e3e3
}

.wy-dropdown-menu > dd.call-to-action .btn {
    color:#fff
}

.wy-dropdown.wy-dropdown-up .wy-dropdown-menu {
    bottom: 100%;
    top: auto;
    left: auto;
    right:0
}

.wy-dropdown.wy-dropdown-bubble .wy-dropdown-menu {
    background: #fcfcfc;
    margin-top:2px
}

.wy-dropdown.wy-dropdown-bubble .wy-dropdown-menu a {
    padding:6px 12px
}

.wy-dropdown.wy-dropdown-bubble .wy-dropdown-menu a:hover {
    background: #2980B9;
    color:#fff
}

.wy-dropdown.wy-dropdown-left .wy-dropdown-menu {
    right: 0;
    left: auto;
    text-align:right
}

.wy-dropdown-arrow:before {
    content: " ";
    border-bottom: 5px solid #f5f5f5;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    position: absolute;
    display: block;
    top: -4px;
    left: 50%;
    margin-left:-3px
}

.wy-dropdown-arrow.wy-dropdown-arrow-left:before {
    left:11px
}

.wy-form-stacked select {
    display:block
}

.wy-form-aligned input, .wy-form-aligned textarea, .wy-form-aligned select, .wy-form-aligned .wy-help-inline, .wy-form-aligned label {
    display: inline-block;
    display:inline;
    transform-origin: 0 0;
    vertical-align:middle
}

.wy-form-aligned .wy-control-group > label {
    display: inline-block;
    vertical-align: middle;
    width: 10em;
    margin: 6px 12px 0 0;
    float:left
}

.wy-form-aligned .wy-control {
    float:left
}

.wy-form-aligned .wy-control label {
    display:block
}

.wy-form-aligned .wy-control select {
    margin-top:6px
}

fieldset {
    border: 0;
    margin: 0;
    padding:0
}

legend {
    display: block;
    width: 100%;
    border: 0;
    padding: 0;
    white-space: normal;
    margin-bottom: 24px;
    font-size: 150%;
    margin-left:-7px
}

label {
    display: block;
    margin: 0 0 .3125em 0;
    color: #333;
    font-size:90%
}

input, select, textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    vertical-align:middle
}

.wy-control-group {
    margin-bottom: 24px;
    transform-origin: 0 0;
    max-width: 68em;
    margin-left: auto;
    margin-right: auto;
}

.wy-control-group:before, .wy-control-group:after {
    display: table;
    content: ""
}

.wy-control-group:after {
    clear:both
}

.wy-control-group:before, .wy-control-group:after {
    display: table;
    content: ""
}

.wy-control-group:after {
    clear:both
}

.wy-control-group.wy-control-group-required > label:after {
    content: " *";
    color:#E74C3C
}

.wy-control-group .wy-form-full, .wy-control-group .wy-form-halves, .wy-control-group .wy-form-thirds {
    padding-bottom:12px
}

.wy-control-group .wy-form-full select, .wy-control-group .wy-form-halves select, .wy-control-group .wy-form-thirds select {
    width: 100%
}

.wy-control-group .wy-form-full input[type="text"], .wy-control-group .wy-form-full input[type="password"], .wy-control-group .wy-form-full input[type="email"], .wy-control-group .wy-form-full input[type="url"], .wy-control-group .wy-form-full input[type="date"], .wy-control-group .wy-form-full input[type="month"], .wy-control-group .wy-form-full input[type="time"], .wy-control-group .wy-form-full input[type="datetime"], .wy-control-group .wy-form-full input[type="datetime-local"], .wy-control-group .wy-form-full input[type="week"], .wy-control-group .wy-form-full input[type="number"], .wy-control-group .wy-form-full input[type="search"], .wy-control-group .wy-form-full input[type="tel"], .wy-control-group .wy-form-full input[type="color"], .wy-control-group .wy-form-halves input[type="text"], .wy-control-group .wy-form-halves input[type="password"], .wy-control-group .wy-form-halves input[type="email"], .wy-control-group .wy-form-halves input[type="url"], .wy-control-group .wy-form-halves input[type="date"], .wy-control-group .wy-form-halves input[type="month"], .wy-control-group .wy-form-halves input[type="time"], .wy-control-group .wy-form-halves input[type="datetime"], .wy-control-group .wy-form-halves input[type="datetime-local"], .wy-control-group .wy-form-halves input[type="week"], .wy-control-group .wy-form-halves input[type="number"], .wy-control-group .wy-form-halves input[type="search"], .wy-control-group .wy-form-halves input[type="tel"], .wy-control-group .wy-form-halves input[type="color"], .wy-control-group .wy-form-thirds input[type="text"], .wy-control-group .wy-form-thirds input[type="password"], .wy-control-group .wy-form-thirds input[type="email"], .wy-control-group .wy-form-thirds input[type="url"], .wy-control-group .wy-form-thirds input[type="date"], .wy-control-group .wy-form-thirds input[type="month"], .wy-control-group .wy-form-thirds input[type="time"], .wy-control-group .wy-form-thirds input[type="datetime"], .wy-control-group .wy-form-thirds input[type="datetime-local"], .wy-control-group .wy-form-thirds input[type="week"], .wy-control-group .wy-form-thirds input[type="number"], .wy-control-group .wy-form-thirds input[type="search"], .wy-control-group .wy-form-thirds input[type="tel"], .wy-control-group .wy-form-thirds input[type="color"] {
    width:100%
}

.wy-control-group .wy-form-full {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width: 100%;
    margin-right:0
}

.wy-control-group .wy-form-full:last-child {
    margin-right:0
}

.wy-control-group .wy-form-halves {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width:48.821174201%
}

.wy-control-group .wy-form-halves:last-child {
    margin-right:0
}

.wy-control-group .wy-form-halves:nth-of-type(2n) {
    margin-right:0
}

.wy-control-group .wy-form-halves:nth-of-type(2n + 1) {
    clear:left
}

.wy-control-group .wy-form-thirds {
    float: left;
    display: block;
    margin-right: 2.3576515979%;
    width:31.7615656014%
}

.wy-control-group .wy-form-thirds:last-child {
    margin-right:0
}

.wy-control-group .wy-form-thirds:nth-of-type(3n) {
    margin-right:0
}

.wy-control-group .wy-form-thirds:nth-of-type(3n + 1) {
    clear:left
}

.wy-control-group.wy-control-group-no-input .wy-control {
    margin: 6px 0 0 0;
    font-size:90%
}

.wy-control-no-input {
    display: inline-block;
    margin: 6px 0 0 0;
    font-size: 90%
}

.wy-control-group.fluid-input input[type="text"], .wy-control-group.fluid-input input[type="password"], .wy-control-group.fluid-input input[type="email"], .wy-control-group.fluid-input input[type="url"], .wy-control-group.fluid-input input[type="date"], .wy-control-group.fluid-input input[type="month"], .wy-control-group.fluid-input input[type="time"], .wy-control-group.fluid-input input[type="datetime"], .wy-control-group.fluid-input input[type="datetime-local"], .wy-control-group.fluid-input input[type="week"], .wy-control-group.fluid-input input[type="number"], .wy-control-group.fluid-input input[type="search"], .wy-control-group.fluid-input input[type="tel"], .wy-control-group.fluid-input input[type="color"] {
    width:100%
}

.wy-form-message-inline {
    display: inline-block;
    padding-left: .3em;
    color: #666;
    vertical-align: middle;
    font-size:90%
}

.wy-form-message {
    display: block;
    color: #999;
    font-size: 70%;
    margin-top: .3125em;
    font-style:italic
}

.wy-form-message p {
    font-size: inherit;
    font-style: italic;
    margin-bottom:6px
}

.wy-form-message p:last-child {
    margin-bottom:0
}

input {
    line-height: normal
}

input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
    font-family: "Lato", "proxima-nova", "Helvetica Neue", Arial, sans-serif;
    overflow:visible
}

input[type="text"], input[type="password"], input[type="email"], input[type="url"], input[type="date"], input[type="month"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="week"], input[type="number"], input[type="search"], input[type="tel"], input[type="color"] {
    -webkit-appearance: none;
    padding: 6px;
    display: inline-block;
    border: 1px solid #ccc;
    font-size: 80%;
    font-family: "Lato", "proxima-nova", "Helvetica Neue", Arial, sans-serif;
    box-shadow: inset 0 1px 3px #ddd;
    border-radius: 0;
    transition: border .3s linear
}

input[type="datetime-local"] {
    padding:.34375em .625em
}

input[disabled] {
    cursor: default
}

input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
    margin-right: .3125em;
    height:13px;
    width:13px
}

input[type="search"] {
    box-sizing: border-box
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus {
    outline: 0;
    outline: thin dotted \9;
    border-color:#333
}

input.no-focus:focus {
    border-color: #ccc !important
}

input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
    outline: thin dotted #333;
    outline: 1px auto #129FEA
}

input[type="text"][disabled], input[type="password"][disabled], input[type="email"][disabled], input[type="url"][disabled], input[type="date"][disabled], input[type="month"][disabled], input[type="time"][disabled], input[type="datetime"][disabled], input[type="datetime-local"][disabled], input[type="week"][disabled], input[type="number"][disabled], input[type="search"][disabled], input[type="tel"][disabled], input[type="color"][disabled] {
    cursor: not-allowed;
    background-color:#fafafa
}

input:focus:invalid, textarea:focus:invalid, select:focus:invalid {
    color: #E74C3C;
    border:1px solid #E74C3C
}

input:focus:invalid:focus, textarea:focus:invalid:focus, select:focus:invalid:focus {
    border-color: #E74C3C
}

input[type="file"]:focus:invalid:focus, input[type="radio"]:focus:invalid:focus, input[type="checkbox"]:focus:invalid:focus {
    outline-color:#E74C3C
}

input.wy-input-large {
    padding: 12px;
    font-size:100%
}

textarea {
    overflow: auto;
    vertical-align: top;
    width: 100%;
    font-family: "Lato", "proxima-nova", "Helvetica Neue", Arial, sans-serif
}

select, textarea {
    padding: .5em .625em;
    display: inline-block;
    border: 1px solid #ccc;
    font-size: 80%;
    box-shadow: inset 0 1px 3px #ddd;
    transition:border .3s linear
}

select {
    border: 1px solid #ccc;
    background-color:#fff
}

select[multiple] {
    height:auto
}

select:focus, textarea:focus {
    outline:0
}

select[disabled], textarea[disabled], input[readonly], select[readonly], textarea[readonly] {
    cursor: not-allowed;
    background-color: #fafafa
}

input[type="radio"][disabled], input[type="checkbox"][disabled] {
    cursor:not-allowed
}

.wy-checkbox, .wy-radio {
    margin: 6px 0;
    color: #404040;
    display:block
}

.wy-checkbox input, .wy-radio input {
    vertical-align:baseline
}

.wy-form-message-inline {
    display: inline-block;
    display:inline;
    transform-origin: 0 0;
    vertical-align:middle
}

.wy-input-prefix, .wy-input-suffix {
    white-space: nowrap;
    padding:6px
}

.wy-input-prefix .wy-input-context, .wy-input-suffix .wy-input-context {
    line-height: 27px;
    padding: 0 8px;
    display: inline-block;
    font-size: 80%;
    background-color: #f3f6f6;
    border: solid 1px #ccc;
    color:#999
}

.wy-input-suffix .wy-input-context {
    border-left:0
}

.wy-input-prefix .wy-input-context {
    border-right:0
}

.wy-switch {
    position: relative;
    display: block;
    height: 24px;
    margin-top: 12px;
    cursor:pointer
}

.wy-switch:before {
    position: absolute;
    content: "";
    display: block;
    left: 0;
    top: 0;
    width: 36px;
    height: 12px;
    border-radius: 4px;
    background: #ccc;
    transition:all .2s ease-in-out
}

.wy-switch:after {
    position: absolute;
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    border-radius: 4px;
    background: #999;
    left: -3px;
    top: -3px;
    transition:all .2s ease-in-out
}

.wy-switch span {
    position: absolute;
    left: 48px;
    display: block;
    font-size: 12px;
    color: #ccc;
    line-height:1
}

.wy-switch.active:before {
    background:#1e8449
}

.wy-switch.active:after {
    left: 24px;
    background:#27AE60
}

.wy-switch.disabled {
    cursor: not-allowed;
    opacity:.8
}

.wy-control-group.wy-control-group-error .wy-form-message, .wy-control-group.wy-control-group-error > label {
    color: #E74C3C
}

.wy-control-group.wy-control-group-error input[type="text"], .wy-control-group.wy-control-group-error input[type="password"], .wy-control-group.wy-control-group-error input[type="email"], .wy-control-group.wy-control-group-error input[type="url"], .wy-control-group.wy-control-group-error input[type="date"], .wy-control-group.wy-control-group-error input[type="month"], .wy-control-group.wy-control-group-error input[type="time"], .wy-control-group.wy-control-group-error input[type="datetime"], .wy-control-group.wy-control-group-error input[type="datetime-local"], .wy-control-group.wy-control-group-error input[type="week"], .wy-control-group.wy-control-group-error input[type="number"], .wy-control-group.wy-control-group-error input[type="search"], .wy-control-group.wy-control-group-error input[type="tel"], .wy-control-group.wy-control-group-error input[type="color"] {
    border:solid 1px #E74C3C
}

.wy-control-group.wy-control-group-error textarea {
    border:solid 1px #E74C3C
}

.wy-inline-validate {
    white-space:nowrap
}

.wy-inline-validate .wy-input-context {
    padding: .5em .625em;
    display: inline-block;
    font-size:80%
}

.wy-inline-validate.wy-inline-validate-success .wy-input-context {
    color:#27AE60
}

.wy-inline-validate.wy-inline-validate-danger .wy-input-context {
    color:#E74C3C
}

.wy-inline-validate.wy-inline-validate-warning .wy-input-context {
    color:#E67E22
}

.wy-inline-validate.wy-inline-validate-info .wy-input-context {
    color:#2980B9
}

.rotate-90 {
    transform:rotate(90deg)
}

.rotate-180 {
    transform:rotate(180deg)
}

.rotate-270 {
    transform:rotate(270deg)
}

.mirror {
    transform:scaleX(-1)
}

.mirror.rotate-90 {
    transform:scaleX(-1) rotate(90deg)
}

.mirror.rotate-180 {
    transform:scaleX(-1) rotate(180deg)
}

.mirror.rotate-270 {
    transform:scaleX(-1) rotate(270deg)
}

@media only screen and (max-width: 480px) {
    .wy-form button[type="submit"] {
        margin: .7em 0 0
    }

    .wy-form input[type="text"], .wy-form input[type="password"], .wy-form input[type="email"], .wy-form input[type="url"], .wy-form input[type="date"], .wy-form input[type="month"], .wy-form input[type="time"], .wy-form input[type="datetime"], .wy-form input[type="datetime-local"], .wy-form input[type="week"], .wy-form input[type="number"], .wy-form input[type="search"], .wy-form input[type="tel"], .wy-form input[type="color"] {
        margin-bottom: .3em;
        display:block
    }

    .wy-form label {
        margin-bottom: .3em;
        display: block
    }

    .wy-form input[type="password"], .wy-form input[type="email"], .wy-form input[type="url"], .wy-form input[type="date"], .wy-form input[type="month"], .wy-form input[type="time"], .wy-form input[type="datetime"], .wy-form input[type="datetime-local"], .wy-form input[type="week"], .wy-form input[type="number"], .wy-form input[type="search"], .wy-form input[type="tel"], .wy-form input[type="color"] {
        margin-bottom:0
    }

    .wy-form-aligned .wy-control-group label {
        margin-bottom: .3em;
        text-align: left;
        display: block;
        width:100%
    }

    .wy-form-aligned .wy-control {
        margin:1.5em 0 0 0
    }

    .wy-form .wy-help-inline, .wy-form-message-inline, .wy-form-message {
        display: block;
        font-size: 80%;
        padding:6px 0
    }
}

@media screen and (max-width: 768px) {
    .tablet-hide {
        display:none
    }
}

@media screen and (max-width: 480px) {
    .mobile-hide {
        display:none
    }
}

.float-left {
    float:left
}

.float-right {
    float:right
}

.full-width {
    width:100%
}

.wy-table, .rst-content table.docutils, .rst-content table.field-list {
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
    margin-bottom:24px
}

.wy-table caption, .rst-content table.docutils caption, .rst-content table.field-list caption {
    color: #000;
    font: italic 85%/1 arial, sans-serif;
    padding: 1em 0;
    text-align:center
}

.wy-table td, .rst-content table.docutils td, .rst-content table.field-list td, .wy-table th, .rst-content table.docutils th, .rst-content table.field-list th {
    font-size: 90%;
    margin: 0;
    overflow: visible;
    padding:8px 16px
}

.wy-table td:first-child, .rst-content table.docutils td:first-child, .rst-content table.field-list td:first-child, .wy-table th:first-child, .rst-content table.docutils th:first-child, .rst-content table.field-list th:first-child {
    border-left-width:0
}

.wy-table thead, .rst-content table.docutils thead, .rst-content table.field-list thead {
    color: #000;
    text-align: left;
    vertical-align: bottom;
    white-space:nowrap
}

.wy-table thead th, .rst-content table.docutils thead th, .rst-content table.field-list thead th {
    font-weight: bold;
    border-bottom:solid 2px #e1e4e5
}

.wy-table td, .rst-content table.docutils td, .rst-content table.field-list td {
    background-color: transparent;
    vertical-align:middle
}

.wy-table td p, .rst-content table.docutils td p, .rst-content table.field-list td p {
    line-height:18px
}

.wy-table td p:last-child, .rst-content table.docutils td p:last-child, .rst-content table.field-list td p:last-child {
    margin-bottom:0
}

.wy-table .wy-table-cell-min, .rst-content table.docutils .wy-table-cell-min, .rst-content table.field-list .wy-table-cell-min {
    width: 1%;
    padding-right:0
}

.wy-table .wy-table-cell-min input[type=checkbox], .rst-content table.docutils .wy-table-cell-min input[type=checkbox], .rst-content table.field-list .wy-table-cell-min input[type=checkbox], .wy-table .wy-table-cell-min input[type=checkbox], .rst-content table.docutils .wy-table-cell-min input[type=checkbox], .rst-content table.field-list .wy-table-cell-min input[type=checkbox] {
    margin:0
}

.wy-table-secondary {
    color: gray;
    font-size:90%
}

.wy-table-tertiary {
    color: gray;
    font-size:80%
}

.wy-table-odd td, .wy-table-striped tr:nth-child(2n-1) td, .rst-content table.docutils:not(.field-list) tr:nth-child(2n-1) td {
    background-color:#f3f6f6
}

.wy-table-backed {
    background-color:#f3f6f6
}

.wy-table-bordered-all, .rst-content table.docutils {
    border:1px solid #e1e4e5
}

.wy-table-bordered-all td, .rst-content table.docutils td {
    border-bottom: 1px solid #e1e4e5;
    border-left:1px solid #e1e4e5
}

.wy-table-bordered-all tbody > tr:last-child td, .rst-content table.docutils tbody > tr:last-child td {
    border-bottom-width:0
}

.wy-table-bordered {
    border:1px solid #e1e4e5
}

.wy-table-bordered-rows td {
    border-bottom:1px solid #e1e4e5
}

.wy-table-bordered-rows tbody > tr:last-child td {
    border-bottom-width:0
}

.wy-table-horizontal tbody > tr:last-child td {
    border-bottom-width:0
}

.wy-table-horizontal td, .wy-table-horizontal th {
    border-width: 0 0 1px 0;
    border-bottom:1px solid #e1e4e5
}

.wy-table-horizontal tbody > tr:last-child td {
    border-bottom-width:0
}

.wy-table-responsive {
    margin-bottom: 24px;
    max-width: 100%;
    overflow:auto
}

.wy-table-responsive table {
    margin-bottom:0 !important
}

.wy-table-responsive table td, .wy-table-responsive table th {
    white-space:nowrap
}

a {
    color: #2980B9;
    text-decoration: none;
    cursor:pointer
}

a:hover {
    color:#3091d1
}

a:visited {
    color:#9B59B6
}

html {
    height: 100%;
    overflow-x:hidden
}

body {
    font-family: "Lato", "proxima-nova", "Helvetica Neue", Arial, sans-serif;
    font-weight: normal;
    color: #404040;
    min-height: 100%;
    overflow-x: hidden;
    background:#edf0f2
}

.wy-text-left {
    text-align:left
}

.wy-text-center {
    text-align:center
}

.wy-text-right {
    text-align:right
}

.wy-text-large {
    font-size:120%
}

.wy-text-normal {
    font-size:100%
}

.wy-text-small, small {
    font-size:80%
}

.wy-text-strike {
    text-decoration:line-through
}

.wy-text-warning {
    color:#E67E22 !important
}

a.wy-text-warning:hover {
    color:#eb9950 !important
}

.wy-text-info {
    color:#2980B9 !important
}

a.wy-text-info:hover {
    color:#409ad5 !important
}

.wy-text-success {
    color:#27AE60 !important
}

a.wy-text-success:hover {
    color:#36d278 !important
}

.wy-text-danger {
    color:#E74C3C !important
}

a.wy-text-danger:hover {
    color:#ed7669 !important
}

.wy-text-neutral {
    color:#404040 !important
}

a.wy-text-neutral:hover {
    color:#595959 !important
}

h1, h2, .rst-content .toctree-wrapper p.caption, h3, h4, h5, h6, legend {
    margin-top: 0;
    font-weight: 700;
    font-family: "Roboto Slab", "ff-tisa-web-pro", "Georgia", Arial, sans-serif
}

p {
    line-height: 24px;
    margin: 0;
    font-size: 16px;
    margin-bottom:24px
}

h1 {
    font-size:175%
}

h2, .rst-content .toctree-wrapper p.caption {
    font-size:150%
}

h3 {
    font-size:125%
}

h4 {
    font-size:115%
}

h5 {
    font-size:110%
}

h6 {
    font-size:100%
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #e1e4e5;
    margin: 24px 0;
    padding:0
}

code, .rst-content tt, .rst-content code {
    white-space: nowrap;
    max-width: 100%;
    background: #fff;
    border: solid 1px #e1e4e5;
    font-size: 75%;
    padding: 0 5px;
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", Courier, monospace;
    color: #E74C3C;
    overflow-x:auto
}

code.code-large, .rst-content tt.code-large {
    font-size:90%
}

.wy-plain-list-disc, .rst-content .section ul, .rst-content .toctree-wrapper ul, article ul {
    list-style: disc;
    line-height: 24px;
    margin-bottom:24px
}

.wy-plain-list-disc li, .rst-content .section ul li, .rst-content .toctree-wrapper ul li, article ul li {
    list-style: disc;
    margin-left:24px
}

.wy-plain-list-disc li p:last-child, .rst-content .section ul li p:last-child, .rst-content .toctree-wrapper ul li p:last-child, article ul li p:last-child {
    margin-bottom:0
}

.wy-plain-list-disc li ul, .rst-content .section ul li ul, .rst-content .toctree-wrapper ul li ul, article ul li ul {
    margin-bottom:0
}

.wy-plain-list-disc li li, .rst-content .section ul li li, .rst-content .toctree-wrapper ul li li, article ul li li {
    list-style:circle
}

.wy-plain-list-disc li li li, .rst-content .section ul li li li, .rst-content .toctree-wrapper ul li li li, article ul li li li {
    list-style:square
}

.wy-plain-list-disc li ol li, .rst-content .section ul li ol li, .rst-content .toctree-wrapper ul li ol li, article ul li ol li {
    list-style:decimal
}

.wy-plain-list-decimal, .rst-content .section ol, .rst-content ol.arabic, article ol {
    list-style: decimal;
    line-height: 24px;
    margin-bottom:24px
}

.wy-plain-list-decimal li, .rst-content .section ol li, .rst-content ol.arabic li, article ol li {
    list-style: decimal;
    margin-left:24px
}

.wy-plain-list-decimal li p:last-child, .rst-content .section ol li p:last-child, .rst-content ol.arabic li p:last-child, article ol li p:last-child {
    margin-bottom:0
}

.wy-plain-list-decimal li ul, .rst-content .section ol li ul, .rst-content ol.arabic li ul, article ol li ul {
    margin-bottom:0
}

.wy-plain-list-decimal li ul li, .rst-content .section ol li ul li, .rst-content ol.arabic li ul li, article ol li ul li {
    list-style:disc
}

.wy-breadcrumbs {
    transform-origin: 0 0
}

.wy-breadcrumbs:before, .wy-breadcrumbs:after {
    display: table;
    content: ""
}

.wy-breadcrumbs:after {
    clear:both
}

.wy-breadcrumbs li {
    display:inline-block
}

.wy-breadcrumbs li.wy-breadcrumbs-aside {
    float:right
}

.wy-breadcrumbs li a {
    display: inline-block;
    padding:5px
}

.wy-breadcrumbs li a:first-child {
    padding-left:0
}

.wy-breadcrumbs li code, .wy-breadcrumbs li .rst-content tt, .rst-content .wy-breadcrumbs li tt {
    padding: 5px;
    border: none;
    background:none
}

.wy-breadcrumbs li code.literal, .wy-breadcrumbs li .rst-content tt.literal, .rst-content .wy-breadcrumbs li tt.literal {
    color:#404040
}

.wy-breadcrumbs-extra {
    margin-bottom: 0;
    color: #b3b3b3;
    font-size: 80%;
    display:inline-block
}

@media screen and (max-width: 480px) {
    .wy-breadcrumbs-extra {
        display:none
    }

    .wy-breadcrumbs li.wy-breadcrumbs-aside {
        display:none
    }
}

@media print {
    .wy-breadcrumbs li.wy-breadcrumbs-aside {
        display:none
    }
}

html {
    font-size:16px
}

.wy-affix {
    position: fixed;
    top:1.618em
}

.wy-menu a:hover {
    text-decoration:none
}

.wy-menu-horiz {
    transform-origin: 0 0
}

.wy-menu-horiz:before, .wy-menu-horiz:after {
    display: table;
    content: ""
}

.wy-menu-horiz:after {
    clear:both
}

.wy-menu-horiz ul, .wy-menu-horiz li {
    display:inline-block
}

.wy-menu-horiz li:hover {
    background:rgba(255, 255, 255, 0.1)
}

.wy-menu-horiz li.divide-left {
    border-left:solid 1px #404040
}

.wy-menu-horiz li.divide-right {
    border-right:solid 1px #404040
}

.wy-menu-horiz a {
    height: 32px;
    display: inline-block;
    line-height: 32px;
    padding:0 16px
}


.wy-menu-vertical header, .wy-menu-vertical p.caption {
    color: #3a7ca8;
    height: 32px;
    display: inline-block;
    line-height: 32px;
    padding: 0 1.618em;
    margin: 12px 0 0 0;
    display: block;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 85%;
    white-space:nowrap
}

.wy-menu-vertical ul {
    margin-bottom:0
}

.wy-menu-vertical li.divide-top {
    border-top:solid 1px #404040
}

.wy-menu-vertical li.divide-bottom {
    border-bottom:solid 1px #404040
}



.wy-menu-vertical li.current a:hover {
    background: rgba(52,152,219,.2);
}

.wy-menu-vertical li code, .wy-menu-vertical li .rst-content tt, .rst-content .wy-menu-vertical li tt {
    border: none;
    color: inherit;
    padding-left: 0;
    padding-right:0
}

.wy-menu-vertical li span.toctree-expand {
    display: block;
    float: left;
    margin-left: -1.2em;
    font-size: .8em;
    line-height: 1.6em;
    color:#4d4d4d
}

.wy-menu-vertical li.on a, .wy-menu-vertical li.current > a {
    font-weight: bold;
    position: relative;
    background: rgba(52,152,219,.2);
    box-shadow: inset 3px 0 0 0 #3498db;
    border: none;
}

.wy-menu-vertical li.on a:hover, .wy-menu-vertical li.current > a:hover {
    background: rgba(52,152,219,.2);
}

.wy-menu-vertical li.on a:hover span.toctree-expand, .wy-menu-vertical li.current > a:hover span.toctree-expand {
    color: #3498db;
}

.wy-menu-vertical li.on a span.toctree-expand, .wy-menu-vertical li.current > a span.toctree-expand {
    display: block;
    font-size: .8em;
    line-height: 1.6em;
    color:#333;
}


.wy-menu-vertical li.toctree-l2 a, .wy-menu-vertical li.toctree-l3 a, .wy-menu-vertical li.toctree-l4 a {
    color:#404040
}

.wy-menu-vertical li.toctree-l1.current li.toctree-l2.current > ul, .wy-menu-vertical li.toctree-l2.current li.toctree-l3.current > ul {
    display:block
}

.wy-menu-vertical li.toctree-l2.current > a {
    display: block;
    background: rgba(52,152,219,.2);
}

.wy-menu-vertical li.toctree-l2.current li.toctree-l3.current > a {
    display: block;
    background: rgba(52,152,219,.2);
}

.wy-menu-vertical li.toctree-l2 a:hover span.toctree-expand {
    color: #3498db;
}

.wy-menu-vertical li.toctree-l2 span.toctree-expand {
    color:#a3a3a3
}

.wy-menu-vertical li.toctree-l3 {
    font-size:.9em
}

.wy-menu-vertical li.toctree-l3.current > a {
    background: rgba(52,152,219,.2);
}

.wy-menu-vertical li.toctree-l3.current li.toctree-l4.current > a {
    display: block;
    background: rgba(52,152,219,.2);
}

/* .wy-menu-vertical li.toctree-l3 a:hover span.toctree-expand {
    background: rgba(52,152,219,.2);
}

.wy-menu-vertical li.toctree-l3 span.toctree-expand {
    background: rgba(52,152,219,.2);
} */

.wy-menu-vertical li.toctree-l4 {
    font-size:.9em
}


.wy-menu-vertical li ul {
    margin-bottom: 0;
    display:none;
}
.wy-menu-vertical li.toctree-l1.open > ul{
    display: block;
}
.wy-menu-vertical li.toctree-l2.open > ul {
    display: block;
}
.wy-menu-vertical li.toctree-l3.open > ul {
    display: block;
}

.wy-menu-vertical li.toctree-l1.current > ul{
    display: block;
}
.wy-menu-vertical li.toctree-l2.current > ul {
    display: block;
}
.wy-menu-vertical li.toctree-l3.current > ul {
    display: block;
}

.wy-menu-vertical li.current > .collapse-target {
    transform: rotate(90deg);
}

.wy-menu-vertical li ul li a {
    margin-bottom: 0;
    font-weight:normal
}

.wy-menu-vertical a {
    display: inline-block;
    line-height: 18px;
    display: block;
    position: relative;
}

.wy-menu-vertical a:hover {
    background-color: transparent;
    cursor:pointer
}

.wy-menu-vertical a:hover span.toctree-expand {
    color: #3498db;
}

.wy-menu-vertical a:active {
    background: rgba(52,152,219,.2);
    cursor: pointer;
}

.wy-menu-vertical a:active span.toctree-expand {
    color:#3498db;
}

.wy-side-nav-search {
    display: block;
    width: 300px;
    padding: .809em;
    margin-bottom: .809em;
    z-index: 200;
    text-align: center;
    padding: .809em;
    display: block;
    color: #fcfcfc;
    margin-bottom:.809em
}

.wy-side-nav-search input[type=text] {
    width: 100%;
    border-radius: 50px;
    padding: 6px 12px;
    border-color:#2472a4
}

.wy-side-nav-search img {
    display: block;
    margin: auto auto .809em auto;
    height: 45px;
    width: 45px;
    background-color: #2980B9;
    padding: 5px;
    border-radius:100%
}

.wy-side-nav-search > a, .wy-side-nav-search .wy-dropdown > a {
    color: #fcfcfc;
    font-size: 100%;
    font-weight: bold;
    display: inline-block;
    padding: 4px 6px;
    margin-bottom:.809em
}

.wy-side-nav-search > a:hover, .wy-side-nav-search .wy-dropdown > a:hover {
    background:rgba(255, 255, 255, 0.1)
}

.wy-side-nav-search > a img.logo, .wy-side-nav-search .wy-dropdown > a img.logo {
    display: block;
    margin: 0 auto;
    height: auto;
    width: auto;
    border-radius: 0;
    max-width: 100%;
    background:transparent
}

.wy-side-nav-search > a.icon img.logo, .wy-side-nav-search .wy-dropdown > a.icon img.logo {
    margin-top:.85em
}

.wy-side-nav-search > div.version {
    margin-top: -.4045em;
    margin-bottom: .809em;
    font-weight: normal;
    color:rgba(255, 255, 255, 0.3)
}

.wy-nav .wy-menu-vertical header {
    color:#2980B9
}

.wy-nav .wy-menu-vertical a {
    color:#b3b3b3
}

.wy-nav .wy-menu-vertical a:hover {
    color: #3498db;
}

[data-menu-wrap] {
    transition: all .2s ease-in;
    position: absolute;
    opacity: 1;
    width: 100%;
    opacity:0
}

[data-menu-wrap].move-center {
    left: 0;
    right: auto;
    opacity:1
}

[data-menu-wrap].move-left {
    right: auto;
    left: -100%;
    opacity:0
}

[data-menu-wrap].move-right {
    right: -100%;
    left: auto;
    opacity:0
}

.wy-body-for-nav {
    background:#fcfcfc
}

.wy-grid-for-nav {
    position: absolute;
    width: 100%;
    height:100%
}


.wy-side-scroll {
    position: relative;
    height:100%
}

.wy-nav-top {
    display: none;
    background: #2980B9;
    color: #fff;
    padding: .4045em .809em;
    position: relative;
    line-height: 50px;
    text-align: center;
    font-size: 100%;
    transform-origin: 0 0
}

.wy-nav-top:before, .wy-nav-top:after {
    display: table;
    content: ""
}

.wy-nav-top:after {
    clear:both
}

.wy-nav-top a {
    color: #fff;
    font-weight:bold
}

.wy-nav-top img {
    margin-right: 12px;
    height: 45px;
    width: 45px;
    background-color: #2980B9;
    padding: 5px;
    border-radius:100%
}

.wy-nav-top i {
    font-size: 30px;
    float: left;
    cursor: pointer;
    padding-top:inherit
}

.wy-nav-content-wrap {
    margin-left: 300px;
    background: #fcfcfc;
    min-height:100%
}

.wy-nav-content {
    height: 100%;
    margin:auto
}

.wy-body-mask {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    display: none;
    z-index:499
}

.wy-body-mask.on {
    display:block
}

footer {
    color:gray
}

footer p {
    margin-bottom:12px
}

footer span.commit code, footer span.commit .rst-content tt, .rst-content footer span.commit tt {
    padding: 0px;
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", Courier, monospace;
    font-size: 1em;
    background: none;
    border: none;
    color:gray
}

.rst-footer-buttons {
    transform-origin: 0 0;
    border-top: dotted 1px rgba(71,71,71,.3);
    padding: 35px 0;
    overflow: hidden;
}
.rst-footer-buttons .prev {
    text-align: left;
    left: 0;
}

.rst-footer-buttons .next {
    text-align: right;
    right: 0;
}

.rst-footer-buttons .prev, .rst-footer-buttons .next {
    @media screen and (min-width: 451px) {
        -moz-box-sizing: border-box;
        vertical-align: top;
        margin-bottom: 0;
    }
}
.rst-footer-buttons .prev, .rst-footer-buttons .next {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    vertical-align: top;
    margin-bottom: 1.5em;
    top: 1rem;
    bottom: 1rem;
}

.rst-footer-buttons .label {
    color: rgba(71,71,71,.6);
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    font-family: open-sans-bold,arial,sans-serif;
    font-style: normal;
    font-weight: 400;
}

.rst-footer-buttons .prev a, .rst-footer-buttons .next a {
    font-size: 14px;
    display: inline;
    position: relative;
    text-decoration: underline;
}


.rst-breadcrumbs-buttons {
    margin-top: 12px;
    transform-origin: 0 0
}

.rst-breadcrumbs-buttons:before, .rst-breadcrumbs-buttons:after {
    display: table;
    content: ""
}

.rst-breadcrumbs-buttons:after {
    clear:both
}

#search-results .search li {
    margin-bottom: 24px;
    border-bottom: solid 1px #e1e4e5;
    padding-bottom:24px
}

#search-results .search li:first-child {
    border-top: solid 1px #e1e4e5;
    padding-top:24px
}

#search-results .search li a {
    font-size: 120%;
    margin-bottom: 12px;
    display:inline-block
}

#search-results .context {
    color: gray;
    font-size:90%
}

.genindextable li > ul {
    margin-left:24px
}

@media screen and (max-width: 768px) {
    .wy-body-for-nav {
        background:#fcfcfc
    }

    .wy-nav-top {
        display:block
    }

    .wy-nav-side.shift {
        width: 85%;
        left:0
    }

    .wy-side-nav-search {
        width:auto
    }

    .wy-nav-content-wrap {
        margin-left:0
    }

    .wy-nav-content-wrap .wy-nav-content {
        padding:1.618em
    }

    .wy-nav-content-wrap.shift {
        position: fixed;
        min-width: 100%;
        left: 85%;
        top: 0;
        height: 100%;
        overflow:hidden
    }
}

@media screen and (min-width: 1100px) {
    .wy-nav-content-wrap {
        background:rgba(0, 0, 0, 0.05)
    }

    .wy-nav-content {
        margin: 0;
        background:#fcfcfc
    }
}

@media print {
    .rst-versions, footer, .wy-nav-side {
        display:none
    }

    .wy-nav-content-wrap {
        margin-left:0
    }
}

.rst-versions {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 300px;
    color: #fcfcfc;
    background: #1f1d1d;
    font-family: "Lato", "proxima-nova", "Helvetica Neue", Arial, sans-serif;
    z-index:400
}

.rst-versions a {
    color: #2980B9;
    text-decoration:none
}

.rst-versions .rst-badge-small {
    display:none
}

.rst-versions .rst-current-version {
    padding: 12px;
    background-color: #272525;
    display: block;
    text-align: right;
    font-size: 90%;
    cursor: pointer;
    color: #27AE60;
    transform-origin: 0 0
}

.rst-versions .rst-current-version:before, .rst-versions .rst-current-version:after {
    display: table;
    content: ""
}

.rst-versions .rst-current-version:after {
    clear:both
}

.rst-versions .rst-current-version .fa, .rst-versions .rst-current-version .wy-menu-vertical li span.toctree-expand, .wy-menu-vertical li .rst-versions .rst-current-version span.toctree-expand, .rst-versions .rst-current-version .rst-content .admonition-title, .rst-content .rst-versions .rst-current-version .admonition-title, .rst-versions .rst-current-version .rst-content h1 .headerlink, .rst-content h1 .rst-versions .rst-current-version .headerlink, .rst-versions .rst-current-version .rst-content h2 .headerlink, .rst-content h2 .rst-versions .rst-current-version .headerlink, .rst-versions .rst-current-version .rst-content h3 .headerlink, .rst-content h3 .rst-versions .rst-current-version .headerlink, .rst-versions .rst-current-version .rst-content h4 .headerlink, .rst-content h4 .rst-versions .rst-current-version .headerlink, .rst-versions .rst-current-version .rst-content h5 .headerlink, .rst-content h5 .rst-versions .rst-current-version .headerlink, .rst-versions .rst-current-version .rst-content h6 .headerlink, .rst-content h6 .rst-versions .rst-current-version .headerlink, .rst-versions .rst-current-version .rst-content dl dt .headerlink, .rst-content dl dt .rst-versions .rst-current-version .headerlink, .rst-versions .rst-current-version .rst-content p.caption .headerlink, .rst-content p.caption .rst-versions .rst-current-version .headerlink, .rst-versions .rst-current-version .rst-content table > caption .headerlink, .rst-content table > caption .rst-versions .rst-current-version .headerlink, .rst-versions .rst-current-version .rst-content .code-block-caption .headerlink, .rst-content .code-block-caption .rst-versions .rst-current-version .headerlink, .rst-versions .rst-current-version .rst-content tt.download span:first-child, .rst-content tt.download .rst-versions .rst-current-version span:first-child, .rst-versions .rst-current-version .rst-content code.download span:first-child, .rst-content code.download .rst-versions .rst-current-version span:first-child, .rst-versions .rst-current-version .icon {
    color:#fcfcfc
}

.rst-versions .rst-current-version .fa-book, .rst-versions .rst-current-version .icon-book {
    float:left
}

.rst-versions .rst-current-version .icon-book {
    float:left
}

.rst-versions .rst-current-version.rst-out-of-date {
    background-color: #E74C3C;
    color:#fff
}

.rst-versions .rst-current-version.rst-active-old-version {
    background-color: #F1C40F;
    color:#000
}

.rst-versions.shift-up {
    height: auto;
    max-height: 100%;
    overflow-y:scroll
}

.rst-versions.shift-up .rst-other-versions {
    display:block
}

.rst-versions .rst-other-versions {
    font-size: 90%;
    padding: 12px;
    color: gray;
    display:none
}

.rst-versions .rst-other-versions hr {
    display: block;
    height: 1px;
    border: 0;
    margin: 20px 0;
    padding: 0;
    border-top:solid 1px #413d3d
}

.rst-versions .rst-other-versions dd {
    display: inline-block;
    margin:0
}

.rst-versions .rst-other-versions dd a {
    display: inline-block;
    padding: 6px;
    color:#fcfcfc
}

.rst-versions.rst-badge {
    width: auto;
    bottom: 20px;
    right: 20px;
    left: auto;
    border: none;
    max-width: 300px;
    max-height:90%
}

.rst-versions.rst-badge .icon-book {
    float:none
}

.rst-versions.rst-badge .fa-book, .rst-versions.rst-badge .icon-book {
    float:none
}

.rst-versions.rst-badge.shift-up .rst-current-version {
    text-align:right
}

.rst-versions.rst-badge.shift-up .rst-current-version .fa-book, .rst-versions.rst-badge.shift-up .rst-current-version .icon-book {
    float:left
}

.rst-versions.rst-badge.shift-up .rst-current-version .icon-book {
    float:left
}

.rst-versions.rst-badge .rst-current-version {
    width: auto;
    height: 30px;
    line-height: 30px;
    padding: 0 6px;
    display: block;
    text-align:center
}

@media screen and (max-width: 768px) {
    .rst-versions {
        width: 85%;
        display:none
    }

    .rst-versions.shift {
        display:block
    }
}

.rst-content img {
    max-width: 100%;
    height:auto
}

.rst-content div.figure {
    margin-bottom:24px
}

.rst-content div.figure p.caption {
    font-style:italic
}

.rst-content div.figure p:last-child.caption {
    margin-bottom:0px
}

.rst-content div.figure.align-center {
    text-align:center
}

.rst-content .section > img, .rst-content .section > a > img {
    margin-bottom:24px
}

.rst-content abbr[title] {
    text-decoration:none
}

.rst-content.style-external-links a.reference.external:after {
    font-family: FontAwesome;
    content: "";
    color: #b3b3b3;
    vertical-align: super;
    font-size: 60%;
    margin:0 .2em
}

.rst-content blockquote {
    line-height: 24px;
    margin-bottom:24px
}

.rst-content pre.literal-block {
    white-space: pre;
    margin: 0;
    padding: 12px 12px;
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", Courier, monospace;
    display: block;
    overflow: auto
}

.rst-content pre.literal-block, .rst-content div[class^='highlight'] {
    border: 1px solid #e1e4e5;
    overflow-x: auto;
    margin: 1px 0 24px 0
}

.rst-content pre.literal-block div[class^='highlight'], .rst-content div[class^='highlight'] div[class^='highlight'] {
    padding: 0px;
    border: none;
    margin: 0
}

.rst-content div[class^='highlight'] td.code {
    width:100%
}

.rst-content .linenodiv pre {
    border-right: solid 1px #e6e9ea;
    margin: 0;
    padding: 12px 12px;
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", Courier, monospace;
    -webkit-user-select: none;
        -ms-user-select: none;
            user-select: none;
    pointer-events: none
}

.rst-content div[class^='highlight'] pre {
    white-space: pre;
    margin: 0;
    padding: 12px 12px;
    display: block;
    overflow: auto
}

.rst-content div[class^='highlight'] pre .hll {
    display: block;
    margin: 0 -12px;
    padding: 0 12px
}

.rst-content pre.literal-block, .rst-content div[class^='highlight'] pre, .rst-content .linenodiv pre {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", Courier, monospace;
    font-size: 14px;
    line-height:1.4
}

.rst-content .code-block-caption {
    font-style: italic;
    font-size: 85%;
    line-height: 1;
    padding: 1em 0;
    text-align:center
}

@media print {
    .rst-content .codeblock, .rst-content div[class^='highlight'], .rst-content div[class^='highlight'] pre {
        white-space:pre-wrap
    }
}

.rst-content .note .last, .rst-content .attention .last, .rst-content .caution .last, .rst-content .danger .last, .rst-content .error .last, .rst-content .hint .last, .rst-content .important .last, .rst-content .tip .last, .rst-content .warning .last, .rst-content .seealso .last, .rst-content .admonition-todo .last, .rst-content .admonition .last {
    margin-bottom:0
}

.rst-content .admonition-title:before {
    margin-right:4px
}

.rst-content .admonition table {
    border-color:rgba(0, 0, 0, 0.1)
}

.rst-content .admonition table td, .rst-content .admonition table th {
    background: transparent !important;
    border-color:rgba(0, 0, 0, 0.1) !important
}

.rst-content .section ol.loweralpha, .rst-content .section ol.loweralpha li {
    list-style:lower-alpha
}

.rst-content .section ol.upperalpha, .rst-content .section ol.upperalpha li {
    list-style:upper-alpha
}

.rst-content .section ol p, .rst-content .section ul p {
    margin-bottom:12px
}

.rst-content .section ol p:last-child, .rst-content .section ul p:last-child {
    margin-bottom:24px
}

.rst-content .line-block {
    margin-left: 0px;
    margin-bottom: 24px;
    line-height:24px
}

.rst-content .line-block .line-block {
    margin-left: 24px;
    margin-bottom:0px
}

.rst-content .topic-title {
    font-weight: bold;
    margin-bottom:12px
}

.rst-content .toc-backref {
    color:#404040
}

.rst-content .align-right {
    float: right;
    margin:0px 0px 24px 24px
}

.rst-content .align-left {
    float: left;
    margin:0px 24px 24px 0px
}

.rst-content .align-center {
    margin:auto
}

.rst-content .align-center:not(table) {
    display:block
}

.rst-content h1 .headerlink, .rst-content h2 .headerlink, .rst-content .toctree-wrapper p.caption .headerlink, .rst-content h3 .headerlink, .rst-content h4 .headerlink, .rst-content h5 .headerlink, .rst-content h6 .headerlink, .rst-content dl dt .headerlink, .rst-content p.caption .headerlink, .rst-content table > caption .headerlink, .rst-content .code-block-caption .headerlink {
    visibility: hidden;
    font-size:14px
}

.rst-content h1 .headerlink:after, .rst-content h2 .headerlink:after, .rst-content .toctree-wrapper p.caption .headerlink:after, .rst-content h3 .headerlink:after, .rst-content h4 .headerlink:after, .rst-content h5 .headerlink:after, .rst-content h6 .headerlink:after, .rst-content dl dt .headerlink:after, .rst-content p.caption .headerlink:after, .rst-content table > caption .headerlink:after, .rst-content .code-block-caption .headerlink:after {
    content: "";
    font-family:FontAwesome
}

.rst-content h1:hover .headerlink:after, .rst-content h2:hover .headerlink:after, .rst-content .toctree-wrapper p.caption:hover .headerlink:after, .rst-content h3:hover .headerlink:after, .rst-content h4:hover .headerlink:after, .rst-content h5:hover .headerlink:after, .rst-content h6:hover .headerlink:after, .rst-content dl dt:hover .headerlink:after, .rst-content p.caption:hover .headerlink:after, .rst-content table > caption:hover .headerlink:after, .rst-content .code-block-caption:hover .headerlink:after {
    visibility:visible
}

.rst-content table > caption .headerlink:after {
    font-size:12px
}

.rst-content .centered {
    text-align:center
}

.rst-content .sidebar {
    float: right;
    width: 40%;
    display: block;
    margin: 0 0 24px 24px;
    padding: 24px;
    background: #f3f6f6;
    border:solid 1px #e1e4e5
}

.rst-content .sidebar p, .rst-content .sidebar ul, .rst-content .sidebar dl {
    font-size:90%
}

.rst-content .sidebar .last {
    margin-bottom:0
}

.rst-content .sidebar .sidebar-title {
    display: block;
    font-family: "Roboto Slab", "ff-tisa-web-pro", "Georgia", Arial, sans-serif;
    font-weight: bold;
    background: #e1e4e5;
    padding: 6px 12px;
    margin: -24px;
    margin-bottom: 24px;
    font-size:100%
}

.rst-content .highlighted {
    background: #F1C40F;
    display: inline-block;
    font-weight: bold;
    padding:0 6px
}

.rst-content .footnote-reference, .rst-content .citation-reference {
    vertical-align: baseline;
    position: relative;
    top: -0.4em;
    line-height: 0;
    font-size:90%
}

.rst-content table.docutils.citation, .rst-content table.docutils.footnote {
    background: none;
    border: none;
    color:gray
}

.rst-content table.docutils.citation td, .rst-content table.docutils.citation tr, .rst-content table.docutils.footnote td, .rst-content table.docutils.footnote tr {
    border: none;
    background-color: transparent !important;
    white-space:normal
}

.rst-content table.docutils.citation td.label, .rst-content table.docutils.footnote td.label {
    padding-left: 0;
    padding-right: 0;
    vertical-align:top
}

.rst-content table.docutils.citation tt, .rst-content table.docutils.citation code, .rst-content table.docutils.footnote tt, .rst-content table.docutils.footnote code {
    color:#555
}

.rst-content .wy-table-responsive.citation, .rst-content .wy-table-responsive.footnote {
    margin-bottom:0
}

.rst-content .wy-table-responsive.citation + :not(.citation), .rst-content .wy-table-responsive.footnote + :not(.footnote) {
    margin-top:24px
}

.rst-content .wy-table-responsive.citation:last-child, .rst-content .wy-table-responsive.footnote:last-child {
    margin-bottom:24px
}

.rst-content table.docutils th {
    border-color:#e1e4e5
}

.rst-content table.docutils td .last, .rst-content table.docutils td .last :last-child {
    margin-bottom:0
}

.rst-content table.field-list {
    border:none
}

.rst-content table.field-list td {
    border:none
}

.rst-content table.field-list td p {
    font-size: inherit;
    line-height:inherit
}

.rst-content table.field-list td > strong {
    display:inline-block
}

.rst-content table.field-list .field-name {
    padding-right: 10px;
    text-align: left;
    white-space:nowrap
}

.rst-content table.field-list .field-body {
    text-align:left
}

.rst-content tt, .rst-content tt, .rst-content code {
    color: #000;
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", Courier, monospace;
    padding:2px 5px
}

.rst-content tt big, .rst-content tt em, .rst-content tt big, .rst-content code big, .rst-content tt em, .rst-content code em {
    font-size: 100% !important;
    line-height:normal
}

.rst-content tt.literal, .rst-content tt.literal, .rst-content code.literal {
    color:#E74C3C
}

.rst-content tt.xref, a .rst-content tt, .rst-content tt.xref, .rst-content code.xref, a .rst-content tt, a .rst-content code {
    font-weight: bold;
    color:#404040
}

.rst-content pre, .rst-content kbd, .rst-content samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", Courier, monospace
}

.rst-content a tt, .rst-content a tt, .rst-content a code {
    color:#2980B9
}

.rst-content dl {
    margin-bottom:24px
}

.rst-content dl dt {
    font-weight: bold;
    margin-bottom:12px
}

.rst-content dl p, .rst-content dl table, .rst-content dl ul, .rst-content dl ol {
    margin-bottom:12px !important
}

.rst-content dl dd {
    line-height:24px
}

.rst-content dl:not(.docutils) {
    margin-bottom:24px
}


.rst-content dl:not(.docutils) dt:before {
    color:#6ab0de
}

.rst-content dl:not(.docutils) dt .headerlink {
    color: #404040;
    font-size:100% !important
}

.rst-content dl:not(.docutils) dl dt {
    margin-bottom: 6px;
    border: none;
    border-left: solid 3px #ccc;
    background: #f0f0f0;
    color:#555
}

.rst-content dl:not(.docutils) dl dt .headerlink {
    color: #404040;
    font-size:100% !important
}

.rst-content dl:not(.docutils) dt:first-child {
    margin-top:0
}

.rst-content dl:not(.docutils) tt, .rst-content dl:not(.docutils) tt, .rst-content dl:not(.docutils) code {
    font-weight:bold
}

.rst-content dl:not(.docutils) tt.descname, .rst-content dl:not(.docutils) tt.descclassname, .rst-content dl:not(.docutils) tt.descname, .rst-content dl:not(.docutils) code.descname, .rst-content dl:not(.docutils) tt.descclassname, .rst-content dl:not(.docutils) code.descclassname {
    background-color: transparent;
    border: none;
    padding: 0;
    font-size:100% !important
}

.rst-content dl:not(.docutils) tt.descname, .rst-content dl:not(.docutils) tt.descname, .rst-content dl:not(.docutils) code.descname {
    font-weight:bold
}

.rst-content dl:not(.docutils) .optional {
    display: inline-block;
    padding: 0 4px;
    color: #000;
    font-weight:bold
}

.rst-content dl:not(.docutils) .property {
    display: inline-block;
    padding-right:8px
}

.rst-content .viewcode-link, .rst-content .viewcode-back {
    display: inline-block;
    color: #27AE60;
    font-size: 80%;
    padding-left:24px
}

.rst-content .viewcode-back {
    display: block;
    float:right
}

.rst-content p.rubric {
    margin-bottom: 12px;
    font-weight:bold
}

.rst-content tt.download, .rst-content code.download {
    background: inherit;
    padding: inherit;
    font-weight: normal;
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    border: inherit;
    white-space:inherit
}

.rst-content tt.download span:first-child, .rst-content code.download span:first-child {
    -webkit-font-smoothing:subpixel-antialiased
}

.rst-content tt.download span:first-child:before, .rst-content code.download span:first-child:before {
    margin-right:4px
}

.rst-content .guilabel {
    border: 1px solid #7fbbe3;
    background: #e7f2fa;
    font-size: 80%;
    font-weight: 700;
    border-radius: 4px;
    padding: 2.4px 6px;
    margin:auto 2px
}

.rst-content .versionmodified {
    font-style:italic
}

@media screen and (max-width: 480px) {
    .rst-content .sidebar {
        width: 100%
    }
}

.math {
    text-align:center
}



.hoverxref {
    border-bottom: 1px dotted;
    border-color: gray;
}

.tooltipster-box {
    max-height: 600px;
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-shadow-custom .tooltipster-content {
    color: #8d8d8d;
    font-size: 80%;
    padding: 18px;
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-shadow-custom .tooltipster-content p {
    font-size: 100% !important;
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-shadow-custom .tooltipster-content .headerlink {
    visibility: hidden;
}

/* Left for CSS overrides we need to make in the future */

/* Fix badge on RTD Theme */

/* Please keep RTD badge displayed on your site */
.rst-versions.rst-badge {
    display: block;

    bottom: 50px;

    /* Workaround for mkdocs which set a specific height for this element */
    height: auto;
}

.rst-other-versions {
    text-align: left;
}

.rst-other-versions a {
    border: 0;
}

.rst-other-versions dl {
    margin: 0;
}


/* Fix RTD theme bottom margin */
.rst-content .line-block {
    margin-bottom: 24px
}

/* Fix for nav bottom padding with flyout */
nav.wy-nav-side {
    padding-bottom: 3em;
}

/* bookmark icon */
.bookmark-added-msg {display: none;}
.bookmark-active {display: none;}
.bookmark-inactive {display: none;}


/* Read the Docs promotional block, only applicable to RTD.org

To support sphinx_rtd_theme, a `wy-menu` element is added. Other themes are
targeted using the theme identifier and use custom elements instead of a CSS
framework html structure.

*/

div.ethical-sidebar,
div.ethical-footer {
    display: block !important;
}
.ethical-sidebar,
.ethical-footer {
    padding: 0.5em;
    margin: 1em 0;
}
.ethical-sidebar img,
.ethical-footer img {
    width: 120px;
    height: 90px;
    display: inline-block;
}
.ethical-sidebar .ethical-callout,
.ethical-footer .ethical-callout {
    padding-top: 1em;
    clear: both;
}
.ethical-sidebar .ethical-pixel,
.ethical-footer .ethical-pixel,
.ethical-fixedfooter .ethical-pixel {
    display: none !important;
}
.ethical-sidebar .ethical-text,
.ethical-footer .ethical-text {
    margin-top: 1em;
}
.ethical-sidebar .ethical-image-link,
.ethical-footer .ethical-image-link {
    border: 0;
}

.ethical-sidebar,
.ethical-footer {
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 5px;
    color: #0a0a0a;
    font-size: 14px;
    line-height: 20px;
}

/* Techstack badging */
.ethical-sidebar ul {
    margin: 0 !important;
    padding-left: 0;
    list-style: none;
}
.ethical-sidebar ul li {
    display: inline-block;
    background-color: lightskyblue;
    color: black;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: 700;
    margin: 0.25em;
    border-radius: 0.25rem;
    text-align: center;
    vertical-align: baseline;
    white-space: nowrap;
    line-height: 1.41;
}
.ethical-sidebar ul li:not(:last-child) {
    margin-right: .25rem;
}

.ethical-sidebar a,
.ethical-sidebar a:visited,
.ethical-sidebar a:hover,
.ethical-sidebar a:active,
.ethical-footer a,
.ethical-footer a:visited,
.ethical-footer a:hover,
.ethical-footer a:active {
    color: #0a0a0a;
    text-decoration: none !important;
    border-bottom: 0 !important;
}

.ethical-callout a {
    color: #707070 !important;
    text-decoration: none !important;
}

/* Sidebar promotions */
.ethical-sidebar {
    text-align: center;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
}

/* Footer promotions */
.ethical-footer {
    text-align: left;

    font-size: 14px;
    line-height: 20px;
}
.ethical-footer img {
    float: right;
    margin-left: 25px;
}
.ethical-footer .ethical-callout {
    text-align: center;
}
.ethical-footer small {
    font-size: 10px;
}

/* Fixed footer promotions */
.ethical-fixedfooter {
    box-sizing: border-box;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 100;
    background-color: #eee;
    border-top: 1px solid #bfbfbf;
    font-size: 12px;
    line-height: 1.5;
    padding: 0.5em 1.5em;
    text-align: center;
    color: #404040;
    width: 100%;    /* Fallback for Opera Mini */
    width: 100vw;
}
@media (min-width: 769px) {
    /* Improve viewing on non-mobile */
    .ethical-fixedfooter {
        font-size: 13px;
        padding: 1em 1.5em;
    }
}
.ethical-fixedfooter .ethical-text:before {
    margin-right: 4px;
    padding: 2px 6px;
    border-radius: 3px;
    background-color: #4caf50;
    color: #fff;
    content: "Sponsored";
}
.ethical-fixedfooter .ethical-callout {
    color: #999;
    padding-left: 6px;
    white-space: nowrap;
}
.ethical-fixedfooter a,
.ethical-fixedfooter a:hover,
.ethical-fixedfooter a:active,
.ethical-fixedfooter a:visited {
    color: #404040;
    text-decoration: none;
}
.ethical-fixedfooter .ethical-close {
    position: absolute;
    top: 0;
    right: 5px;
    font-size: 20px;
    line-height: 20px;
}

/* RTD Theme specific customizations */
.wy-nav-side .ethical-rtd {
    /* RTD theme doesn't correctly set the sidebar width */
    max-width: 300px;
    padding: 0 1em;
}
.ethical-rtd .ethical-sidebar {
    /* RTD theme doesn't set sidebar text color */
    color: #b3b3b3;

    font-size: 14px;
    line-height: 20px;
}

@media (min-width: 769px) {
    /* Make sure the fixed footer ad is under the RTD theme version selector */
    .wy-body-for-nav .ethical-fixedfooter {
        padding-left: 300px;
    }
}

/* Alabaster specific customizations */
.ethical-alabaster a.ethical-image-link {
    /* Alabaster adds a border even to image links on hover */
    border: 0 !important;
}
.ethical-alabaster hr {
    /* Alabaster needs some extra spacing before the footer ad */
    margin-top: 2em;
}
.ethical-alabaster::before {
    /* Alabaster's search box above the ad is floating */
    clear: both;
    content: '';
    display: table;
    margin-top: 3em;
}

/* Dark theme */
.ethical-dark-theme .ethical-sidebar {
    background-color: #4e4b4b;
    border: 1px solid #a0a0a0;
    color: #c2c2c2 !important;
}
.ethical-dark-theme a,
.ethical-dark-theme a:visited {
    color: #e6e6e6 !important;
    border-bottom: 0 !important;
}
.ethical-dark-theme .ethical-callout a {
    color: #b3b3b3 !important;
}


/* Ad block nag */
.keep-us-sustainable {
    padding: .5em;
    margin: 1em auto;
    text-align: center;
    border: 1px dotted #8ECC4C;
    max-width: 300px;
}
.keep-us-sustainable a,
.keep-us-sustainable a:hover,
.keep-us-sustainable a:visited {
    text-decoration: none;
}
/* Read the Docs theme specific fixes */
.wy-nav-side .keep-us-sustainable {
    margin: 1em 2em 1em 1em;
    color: #b3b3b3;
}
.wy-nav-side .keep-us-sustainable a {
    color: #efefef;
    font-size: 14px;
    line-height: 20px;
}

/* Margin between the search results */
.rtd_search_hits_spacing {
    margin: 10px 0;
}

.tooltipster-fall, .tooltipster-grow.tooltipster-show {
    -webkit-transition-timing-function: cubic-bezier(.175, .885, .32, 1);
    -moz-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
    -ms-transition-timing-function: cubic-bezier(.175, .885, .32, 1.15);
    -o-transition-timing-function:cubic-bezier(.175, .885, .32, 1.15)
}

.tooltipster-base {
    display: flex;
    pointer-events: none;
    position:absolute
}

.tooltipster-box {
    flex:1 1 auto
}

.tooltipster-content {
    box-sizing: border-box;
    max-height: 100%;
    max-width: 100%;
    overflow:auto
}

.tooltipster-ruler {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 0;
    visibility:hidden
}

.tooltipster-fade {
    opacity: 0;
    transition-property:opacity
}

.tooltipster-fade.tooltipster-show {
    opacity:1
}

.tooltipster-grow {
    transform: scale(0, 0);
    transition-property: transform;
    -webkit-backface-visibility:hidden
}

.tooltipster-grow.tooltipster-show {
    transform: scale(1, 1);
    transition-timing-function:cubic-bezier(.175, .885, .32, 1.15)
}

.tooltipster-swing {
    opacity: 0;
    transform: rotateZ(4deg);
    transition-property:transform
}

.tooltipster-swing.tooltipster-show {
    opacity: 1;
    transform: rotateZ(0);
    transition-timing-function:cubic-bezier(.23, .635, .495, 2.4)
}

.tooltipster-fall {
    transition-property: top;
    transition-timing-function:cubic-bezier(.175, .885, .32, 1.15)
}

.tooltipster-fall.tooltipster-initial {
    top:0 !important
}

.tooltipster-fall.tooltipster-dying {
    transition-property: all;
    top: 0 !important;
    opacity:0
}

.tooltipster-slide {
    transition-property: left;
    transition-timing-function:cubic-bezier(.175, .885, .32, 1.15)
}

.tooltipster-slide.tooltipster-initial {
    left:-40px !important
}

.tooltipster-slide.tooltipster-dying {
    transition-property: all;
    left: 0 !important;
    opacity:0
}

@keyframes tooltipster-fading {
    0% {
        opacity:0
    }

    100% {
        opacity:1
    }
}

.tooltipster-update-fade {
    animation:tooltipster-fading .4s
}

@keyframes tooltipster-rotating {
    25% {
        transform:rotate(-2deg)
    }

    75% {
        transform:rotate(2deg)
    }

    100% {
        transform:rotate(0)
    }
}

.tooltipster-update-rotate {
    animation:tooltipster-rotating .6s
}

@keyframes tooltipster-scaling {
    50% {
        transform:scale(1.1)
    }

    100% {
        transform:scale(1)
    }
}

.tooltipster-update-scale {
    animation:tooltipster-scaling .6s
}

.tooltipster-sidetip .tooltipster-box {
    background: #565656;
    border: 2px solid #000;
    border-radius:4px
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-box {
    margin-top:8px
}

.tooltipster-sidetip.tooltipster-left .tooltipster-box {
    margin-right:8px
}

.tooltipster-sidetip.tooltipster-right .tooltipster-box {
    margin-left:8px
}

.tooltipster-sidetip.tooltipster-top .tooltipster-box {
    margin-bottom:8px
}

.tooltipster-sidetip .tooltipster-content {
    color: #fff;
    line-height: 18px;
    padding:6px 14px
}

.tooltipster-sidetip .tooltipster-arrow {
    overflow: hidden;
    position:absolute
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow {
    height: 10px;
    margin-left: -10px;
    top: 0;
    width:20px
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow {
    height: 20px;
    margin-top: -10px;
    right: 0;
    top: 0;
    width:10px
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow {
    height: 20px;
    margin-top: -10px;
    left: 0;
    top: 0;
    width:10px
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow {
    bottom: 0;
    height: 10px;
    margin-left: -10px;
    width:20px
}

.tooltipster-sidetip .tooltipster-arrow-background, .tooltipster-sidetip .tooltipster-arrow-border {
    height: 0;
    position: absolute;
    width:0
}

.tooltipster-sidetip .tooltipster-arrow-background {
    border:10px solid transparent
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
    border-bottom-color: #565656;
    left: 0;
    top:3px
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background {
    border-left-color: #565656;
    left: -3px;
    top:0
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background {
    border-right-color: #565656;
    left: 3px;
    top:0
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
    border-top-color: #565656;
    left: 0;
    top:-3px
}

.tooltipster-sidetip .tooltipster-arrow-border {
    border: 10px solid transparent;
    left: 0;
    top:0
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border {
    border-bottom-color:#000
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border {
    border-left-color:#000
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border {
    border-right-color:#000
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
    border-top-color:#000
}

.tooltipster-sidetip .tooltipster-arrow-uncropped {
    position:relative
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-uncropped {
    top:-10px
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-uncropped {
    left: -10px
}

.tooltipster-sidetip.tooltipster-shadow .tooltipster-box {
    border: none;
    border-radius: 5px;
    background: #fff;
    box-shadow:0 0 10px 6px rgba(0, 0, 0, .1)
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-bottom .tooltipster-box {
    margin-top:6px
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-left .tooltipster-box {
    margin-right:6px
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-right .tooltipster-box {
    margin-left:6px
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-top .tooltipster-box {
    margin-bottom:6px
}

.tooltipster-sidetip.tooltipster-shadow .tooltipster-content {
    color:#8d8d8d
}

.tooltipster-sidetip.tooltipster-shadow .tooltipster-arrow {
    height: 6px;
    margin-left: -6px;
    width:12px
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-left .tooltipster-arrow, .tooltipster-sidetip.tooltipster-shadow.tooltipster-right .tooltipster-arrow {
    height: 12px;
    margin-left: 0;
    margin-top: -6px;
    width:6px
}

.tooltipster-sidetip.tooltipster-shadow .tooltipster-arrow-background {
    display:none
}

.tooltipster-sidetip.tooltipster-shadow .tooltipster-arrow-border {
    border:6px solid transparent
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-bottom .tooltipster-arrow-border {
    border-bottom-color:#fff
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-left .tooltipster-arrow-border {
    border-left-color:#fff
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-right .tooltipster-arrow-border {
    border-right-color:#fff
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-top .tooltipster-arrow-border {
    border-top-color:#fff
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-bottom .tooltipster-arrow-uncropped {
    top:-6px
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-right .tooltipster-arrow-uncropped {
    left: -6px
}

.tooltipster-sidetip.tooltipster-punk .tooltipster-box {
    border-radius: 5px;
    border: none;
    border-bottom: 3px solid #f71169;
    background:#2a2a2a
}

.tooltipster-sidetip.tooltipster-punk.tooltipster-top .tooltipster-box {
    margin-bottom:7px
}

.tooltipster-sidetip.tooltipster-punk .tooltipster-content {
    color: #fff;
    padding:8px 16px
}

.tooltipster-sidetip.tooltipster-punk .tooltipster-arrow-background {
    display:none
}

.tooltipster-sidetip.tooltipster-punk.tooltipster-bottom .tooltipster-arrow-border {
    border-bottom-color:#2a2a2a
}

.tooltipster-sidetip.tooltipster-punk.tooltipster-left .tooltipster-arrow-border {
    border-left-color:#2a2a2a
}

.tooltipster-sidetip.tooltipster-punk.tooltipster-right .tooltipster-arrow-border {
    border-right-color:#2a2a2a
}

.tooltipster-sidetip.tooltipster-punk.tooltipster-top .tooltipster-arrow-border {
    border-top-color: #f71169
}

.tooltipster-sidetip.tooltipster-noir .tooltipster-box {
    border-radius: 0;
    border: 3px solid #000;
    background:#fff
}

.tooltipster-sidetip.tooltipster-noir .tooltipster-content {
    color:#000
}

.tooltipster-sidetip.tooltipster-noir .tooltipster-arrow {
    height: 11px;
    margin-left: -11px;
    width:22px
}

.tooltipster-sidetip.tooltipster-noir.tooltipster-left .tooltipster-arrow, .tooltipster-sidetip.tooltipster-noir.tooltipster-right .tooltipster-arrow {
    height: 22px;
    margin-left: 0;
    margin-top: -11px;
    width:11px
}

.tooltipster-sidetip.tooltipster-noir .tooltipster-arrow-background {
    border:11px solid transparent
}

.tooltipster-sidetip.tooltipster-noir.tooltipster-bottom .tooltipster-arrow-background {
    border-bottom-color: #fff;
    top:4px
}

.tooltipster-sidetip.tooltipster-noir.tooltipster-left .tooltipster-arrow-background {
    border-left-color: #fff;
    left:-4px
}

.tooltipster-sidetip.tooltipster-noir.tooltipster-right .tooltipster-arrow-background {
    border-right-color: #fff;
    left:4px
}

.tooltipster-sidetip.tooltipster-noir.tooltipster-top .tooltipster-arrow-background {
    border-top-color: #fff;
    top:-4px
}

.tooltipster-sidetip.tooltipster-noir .tooltipster-arrow-border {
    border-width:11px
}

.tooltipster-sidetip.tooltipster-noir.tooltipster-bottom .tooltipster-arrow-uncropped {
    top:-11px
}

.tooltipster-sidetip.tooltipster-noir.tooltipster-right .tooltipster-arrow-uncropped {
    left: -11px
}

.tooltipster-sidetip.tooltipster-light .tooltipster-box {
    border-radius: 3px;
    border: 1px solid #ccc;
    background:#ededed
}

.tooltipster-sidetip.tooltipster-light .tooltipster-content {
    color:#666
}

.tooltipster-sidetip.tooltipster-light .tooltipster-arrow {
    height: 9px;
    margin-left: -9px;
    width:18px
}

.tooltipster-sidetip.tooltipster-light.tooltipster-left .tooltipster-arrow, .tooltipster-sidetip.tooltipster-light.tooltipster-right .tooltipster-arrow {
    height: 18px;
    margin-left: 0;
    margin-top: -9px;
    width:9px
}

.tooltipster-sidetip.tooltipster-light .tooltipster-arrow-background {
    border:9px solid transparent
}

.tooltipster-sidetip.tooltipster-light.tooltipster-bottom .tooltipster-arrow-background {
    border-bottom-color: #ededed;
    top:1px
}

.tooltipster-sidetip.tooltipster-light.tooltipster-left .tooltipster-arrow-background {
    border-left-color: #ededed;
    left:-1px
}

.tooltipster-sidetip.tooltipster-light.tooltipster-right .tooltipster-arrow-background {
    border-right-color: #ededed;
    left:1px
}

.tooltipster-sidetip.tooltipster-light.tooltipster-top .tooltipster-arrow-background {
    border-top-color: #ededed;
    top:-1px
}

.tooltipster-sidetip.tooltipster-light .tooltipster-arrow-border {
    border:9px solid transparent
}

.tooltipster-sidetip.tooltipster-light.tooltipster-bottom .tooltipster-arrow-border {
    border-bottom-color:#ccc
}

.tooltipster-sidetip.tooltipster-light.tooltipster-left .tooltipster-arrow-border {
    border-left-color:#ccc
}

.tooltipster-sidetip.tooltipster-light.tooltipster-right .tooltipster-arrow-border {
    border-right-color:#ccc
}

.tooltipster-sidetip.tooltipster-light.tooltipster-top .tooltipster-arrow-border {
    border-top-color:#ccc
}

.tooltipster-sidetip.tooltipster-light.tooltipster-bottom .tooltipster-arrow-uncropped {
    top:-9px
}

.tooltipster-sidetip.tooltipster-light.tooltipster-right .tooltipster-arrow-uncropped {
    left: -9px
}

.tooltipster-sidetip.tooltipster-borderless .tooltipster-box {
    border: none;
    background: #1b1b1b;
    background:rgba(10, 10, 10, .9)
}

.tooltipster-sidetip.tooltipster-borderless.tooltipster-bottom .tooltipster-box {
    margin-top:8px
}

.tooltipster-sidetip.tooltipster-borderless.tooltipster-left .tooltipster-box {
    margin-right:8px
}

.tooltipster-sidetip.tooltipster-borderless.tooltipster-right .tooltipster-box {
    margin-left:8px
}

.tooltipster-sidetip.tooltipster-borderless.tooltipster-top .tooltipster-box {
    margin-bottom:8px
}

.tooltipster-sidetip.tooltipster-borderless .tooltipster-arrow {
    height: 8px;
    margin-left: -8px;
    width:16px
}

.tooltipster-sidetip.tooltipster-borderless.tooltipster-left .tooltipster-arrow, .tooltipster-sidetip.tooltipster-borderless.tooltipster-right .tooltipster-arrow {
    height: 16px;
    margin-left: 0;
    margin-top: -8px;
    width:8px
}

.tooltipster-sidetip.tooltipster-borderless .tooltipster-arrow-background {
    display:none
}

.tooltipster-sidetip.tooltipster-borderless .tooltipster-arrow-border {
    border:8px solid transparent
}

.tooltipster-sidetip.tooltipster-borderless.tooltipster-bottom .tooltipster-arrow-border {
    border-bottom-color: #1b1b1b;
    border-bottom-color:rgba(10, 10, 10, .9)
}

.tooltipster-sidetip.tooltipster-borderless.tooltipster-left .tooltipster-arrow-border {
    border-left-color: #1b1b1b;
    border-left-color:rgba(10, 10, 10, .9)
}

.tooltipster-sidetip.tooltipster-borderless.tooltipster-right .tooltipster-arrow-border {
    border-right-color: #1b1b1b;
    border-right-color:rgba(10, 10, 10, .9)
}

.tooltipster-sidetip.tooltipster-borderless.tooltipster-top .tooltipster-arrow-border {
    border-top-color: #1b1b1b;
    border-top-color:rgba(10, 10, 10, .9)
}

.tooltipster-sidetip.tooltipster-borderless.tooltipster-bottom .tooltipster-arrow-uncropped {
    top:-8px
}

.tooltipster-sidetip.tooltipster-borderless.tooltipster-right .tooltipster-arrow-uncropped {
    left: -8px
}


#micromodal .modal__overlay {
    justify-content: unset;
  }
  
  #micromodal .modal__container {
    position: relative;
  }
  
  /* https://gist.github.com/ghosh/4f94cf497d7090359a5c9f81caf60699 */
.modal__overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 250;
  }
  
  .modal__container {
    background-color: #fff;
    padding: 30px;
    max-width: 1000px;
    max-height: 85%;
    border-radius: 4px;
    overflow-y: auto;
    box-sizing: border-box;
    z-index: 250;
  }
  
  .modal__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  .modal__title {
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1;
    font-size: 165%;
    box-sizing: border-box;
  }
  
  .modal__close {
    background: transparent;
    border: 0;
  }
  
  .modal__footer {
    padding-bottom: 30px;
    /* display: ruby does not look really good here. However, I didn't
     find another way to merge footer padding with container padding
     instead of sum them */
    display: ruby;
  }
  
  .modal__header .modal__close:before { content: "\2715"; }
  
  .modal__content {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  
  .modal__btn {
    font-size: .875rem;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: .5rem;
    padding-bottom: .5rem;
    background-color: #e6e6e6;
    border-radius: .25rem;
    border-style: none;
    border-width: 0;
    cursor: pointer;
    -webkit-appearance: button;
    text-transform: none;
    overflow: visible;
    line-height: 1.15;
    margin: 0;
    will-change: transform;
    -moz-osx-font-smoothing: grayscale;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    transition: transform .25s ease-out;
  }
  
  .modal__btn:focus, .modal__btn:hover {
    transform: scale(1.05);
  }
  
  
  @keyframes mmfadeIn {
      from { opacity: 0; }
        to { opacity: 1; }
  }
  
  @keyframes mmfadeOut {
      from { opacity: 1; }
        to { opacity: 0; }
  }
  
  @keyframes mmslideIn {
    from { transform: translateY(15%); }
      to { transform: translateY(0); }
  }
  
  @keyframes mmslideOut {
    from { transform: translateY(0); }
      to { transform: translateY(-10%); }
  }
  
  .micromodal-slide {
    display: none;
  }
  
  .micromodal-slide.is-open {
    display: block;
  }
  
  .micromodal-slide[aria-hidden="false"] .modal__overlay {
    animation: mmfadeIn .3s cubic-bezier(0.0, 0.0, 0.2, 1);
  }
  
  .micromodal-slide[aria-hidden="false"] .modal__container {
    animation: mmslideIn .3s cubic-bezier(0, 0, .2, 1);
  }
  
  .micromodal-slide[aria-hidden="true"] .modal__overlay {
    animation: mmfadeOut .3s cubic-bezier(0.0, 0.0, 0.2, 1);
  }
  
  .micromodal-slide[aria-hidden="true"] .modal__container {
    animation: mmslideOut .3s cubic-bezier(0, 0, .2, 1);
  }
  
  .micromodal-slide .modal__container,
  .micromodal-slide .modal__overlay {
    will-change: transform;
  }
  
  @media screen and (max-width: 480px) {
      .modal__container {
          max-width: 90%;
      }
}
  
  
*, .fa-ul > li {
    position:relative
}

.admonition:before, .fa-fw, .fa-li {
    text-align:center
}

.admonition, .admonition * {
    background:0 0
}




a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align:baseline
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display:block
}

ol, ul {
    list-style:none
}

blockquote, q {
    quotes:none
}

blockquote:after, blockquote:before, q:after, q:before {
    content: '';
    content:none
}

table {
    border-collapse: collapse;
    border-spacing:0
}

* {
    box-sizing: border-box;
    -moz-box-sizing:border-box
}

.clearfix:after, .clearfix:before {
    content: " ";
    display:table
}

.admonition:before, .fa, .fa-stack {
    display: flex
}

@font-face {
    font-family: open-sans-light;
    font-style: normal;
    font-weight: 300;
    src: url(https://fonts.gstatic.com/s/opensans/v13/DXI1ORHCpsQm3Vp6mXoaTXZ2MAKAc2x4R1uOSeegc5U.eot);
    src: url(https://fonts.gstatic.com/s/opensans/v13/DXI1ORHCpsQm3Vp6mXoaTaRDOzjiPcYnFooOUGCOsRk.woff) format('woff'), url(https://fonts.gstatic.com/s/opensans/v13/DXI1ORHCpsQm3Vp6mXoaTRampu5_7CjHW5spxoeN3Vs.woff2) format('woff2');
    unicode-range:U + 0000-00FF, U + 0131, U + 0152-0153, U + 02C6, U + 02DA, U + 02DC, U + 2000-206F, U + 2074, U + 20AC, U + 2212, U + 2215, U + E0FF, U + EFFD, U + F000
}

@font-face {
    font-family: open-sans-regular;
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/opensans/v13/cJZKeOuBrn4kERxqtaUH3fY6323mHUZFJMgTvxaG2iE.eot);
    src: url(https://fonts.gstatic.com/s/opensans/v13/cJZKeOuBrn4kERxqtaUH3bO3LdcAZYWl9Si6vvxL-qU.woff) format('woff'), url(https://fonts.gstatic.com/s/opensans/v13/cJZKeOuBrn4kERxqtaUH3ZBw1xU1rKptJj_0jans920.woff2) format('woff2');
    unicode-range:U + 0000-00FF, U + 0131, U + 0152-0153, U + 02C6, U + 02DA, U + 02DC, U + 2000-206F, U + 2074, U + 20AC, U + 2212, U + 2215, U + E0FF, U + EFFD, U + F000
}

@font-face {
    font-family: open-sans-regular-italic;
    font-style: italic;
    font-weight: 400;
    src: local('Open Sans Italic'), local('OpenSans-Italic'), url(https://fonts.gstatic.com/s/opensans/v13/xjAJXh38I15wypJXxuGMBogp9Q8gbYrhqGlRav_IXfk.woff2) format('woff2');
    unicode-range:U + 0000-00FF, U + 0131, U + 0152-0153, U + 02C6, U + 02DA, U + 02DC, U + 2000-206F, U + 2074, U + 20AC, U + 2212, U + 2215, U + E0FF, U + EFFD, U + F000
}

@font-face {
    font-family: open-sans-bold;
    font-style: normal;
    font-weight: 700;
    src: url(https://fonts.gstatic.com/s/opensans/v13/k3k702ZOKiLJc3WVjuplzKRDOzjiPcYnFooOUGCOsRk.woff) format('woff'), url(https://fonts.gstatic.com/s/opensans/v13/k3k702ZOKiLJc3WVjuplzBampu5_7CjHW5spxoeN3Vs.woff2) format('woff2');
    unicode-range:U + 0000-00FF, U + 0131, U + 0152-0153, U + 02C6, U + 02DA, U + 02DC, U + 2000-206F, U + 2074, U + 20AC, U + 2212, U + 2215, U + E0FF, U + EFFD, U + F000
}

@font-face {
    font-family: open-sans-bold-italic;
    font-style: italic;
    font-weight: 700;
    src: url(https://fonts.gstatic.com/s/opensans/v13/PRmiXeptR36kaC0GEAetxhbnBKKEOwRKgsHDreGcocg.woff) format('woff'), url(https://fonts.gstatic.com/s/opensans/v13/PRmiXeptR36kaC0GEAetxv79_ZuUxCigM2DespTnFaw.woff2) format('woff2');
    unicode-range:U + 0000-00FF, U + 0131, U + 0152-0153, U + 02C6, U + 02DA, U + 02DC, U + 2000-206F, U + 2074, U + 20AC, U + 2212, U + 2215, U + E0FF, U + EFFD, U + F000
}

@font-face {
    font-family: titillium-regular;
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/titilliumweb/v4/7XUFZ5tgS-tD6QamInJTcZ_o9VAbKgK36i-4snuAuCM.woff) format('woff'), url(https://fonts.gstatic.com/s/titilliumweb/v4/7XUFZ5tgS-tD6QamInJTceHuglUR2dhBxWD-q_ehMME.woff2) format('woff2');
    unicode-range:U + 0000-00FF, U + 0131, U + 0152-0153, U + 02C6, U + 02DA, U + 02DC, U + 2000-206F, U + 2074, U + 20AC, U + 2212, U + 2215, U + E0FF, U + EFFD, U + F000
}

@font-face {
    font-family: titillium-light;
    font-style: normal;
    font-weight: 300;
    src: url(https://fonts.gstatic.com/s/titilliumweb/v4/anMUvcNT0H1YN4FII8wpr1uKlGE8-OjkUKWan_M3D6s.woff) format('woff'), url(https://fonts.gstatic.com/s/titilliumweb/v4/anMUvcNT0H1YN4FII8wpr6YfJ4wTnNoNUCmOpdh16Tg.woff2) format('woff2');
    unicode-range:U + 0000-00FF, U + 0131, U + 0152-0153, U + 02C6, U + 02DA, U + 02DC, U + 2000-206F, U + 2074, U + 20AC, U + 2212, U + 2215, U + E0FF, U + EFFD, U + F000
}

@font-face {
    font-family: titillium-bold;
    font-style: normal;
    font-weight: 700;
    src: url(https://fonts.gstatic.com/s/titilliumweb/v4/anMUvcNT0H1YN4FII8wpr_5rZpfU3XI-FvUPGDRT0xY.woff) format('woff'), url(https://fonts.gstatic.com/s/titilliumweb/v4/anMUvcNT0H1YN4FII8wpr8hG3LOB74UqS1hPmWaAxzQ.woff2) format('woff2');
    unicode-range:U + 0000-00FF, U + 0131, U + 0152-0153, U + 02C6, U + 02DA, U + 02DC, U + 2000-206F, U + 2074, U + 20AC, U + 2212, U + 2215, U + E0FF, U + EFFD, U + F000
}

@font-face {
    font-family: titillium-regular-italic;
    font-style: italic;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/titilliumweb/v4/r9OmwyQxrgzUAhaLET_KO8-iP4m4uFrmmLLVBqy34EU.woff) format('woff'), url(https://fonts.gstatic.com/s/titilliumweb/v4/r9OmwyQxrgzUAhaLET_KO04Sq3N3sm-tF9FpL8sHob4.woff2) format('woff2');
    unicode-range:U + 0000-00FF, U + 0131, U + 0152-0153, U + 02C6, U + 02DA, U + 02DC, U + 2000-206F, U + 2074, U + 20AC, U + 2212, U + 2215, U + E0FF, U + EFFD, U + F000
}

@font-face {
    font-family: titillium-light-italic;
    font-style: italic;
    font-weight: 300;
    src: url(https://fonts.gstatic.com/s/titilliumweb/v4/RZunN20OBmkvrU7sA4GPPiKuKXcI2mpaPB3p6hsA39k.woff) format('woff'), url(https://fonts.gstatic.com/s/titilliumweb/v4/RZunN20OBmkvrU7sA4GPPkb38SFW3SGHxd5c_83r5xk.woff2) format('woff2');
    unicode-range:U + 0000-00FF, U + 0131, U + 0152-0153, U + 02C6, U + 02DA, U + 02DC, U + 2000-206F, U + 2074, U + 20AC, U + 2212, U + 2215, U + E0FF, U + EFFD, U + F000
}

@font-face {
    font-family: titillium-bold-italic;
    font-style: italic;
    font-weight: 700;
    src: url(https://fonts.gstatic.com/s/titilliumweb/v4/RZunN20OBmkvrU7sA4GPPpe8VrfdPPeK1ViGigzR2tQ.woff) format('woff'), url(https://fonts.gstatic.com/s/titilliumweb/v4/RZunN20OBmkvrU7sA4GPPipre1WS4Xml-pRMufJH74k.woff2) format('woff2');
    unicode-range:U + 0000-00FF, U + 0131, U + 0152-0153, U + 02C6, U + 02DA, U + 02DC, U + 2000-206F, U + 2074, U + 20AC, U + 2212, U + 2215, U + E0FF, U + EFFD, U + F000
}

@font-face {
    font-family: source-code-regular;
    src: url(https://80f9b8fec919ac5ebc1a-384085a95109bffb325fe35cb6202ded.ssl.cf2.rackcdn.com/sourcecodepro-regular-webfont-e0b2cd80c5e190d6857df655e2bbf6817a00637bac363223590ba15428aeddd9.woff) format('woff'), url(https://80f9b8fec919ac5ebc1a-384085a95109bffb325fe35cb6202ded.ssl.cf2.rackcdn.com/sourcecodepro-regular-webfont-94bf8a40e3e461e717cc92e4adff26ecf8f6776611c453cd0f4fbddb71b08c92.woff2) format('woff2');
    font-weight: 400;
    font-style:normal
}


.drc-icon-bolt-circle:before {
    content: '\f101'
}

.drc-icon-coffee-cup-circle:before {
    content: '\f102'
}

.drc-icon-dot-net:before {
    content: '\f103'
}

.drc-icon-exclamation-circle:before {
    content: '\f104'
}

.drc-icon-gopher:before {
    content: '\f105'
}

.drc-icon-java:before {
    content: '\f106'
}

.drc-icon-js:before {
    content: '\f107'
}

.drc-icon-letter-i-circle:before {
    content: '\f108'
}

.drc-icon-lightbulb-circle:before {
    content: '\f109'
}

.drc-icon-megaphone-circle:before {
    content: '\f10a'
}

.drc-icon-pencil-circle:before {
    content: '\f10b'
}

.drc-icon-php:before {
    content: '\f10c'
}

.drc-icon-python:before {
    content: '\f10d'
}

.drc-icon-ruby:before {
    content: '\f10e'
}

.drc-icon-star-circle:before {
    content: '\f10f'
}

.drc-icon-terminal:before {
    content: '\f110'
}

@font-face {
    font-family: FontAwesome;
    src: url(https://80f9b8fec919ac5ebc1a-384085a95109bffb325fe35cb6202ded.ssl.cf2.rackcdn.com/fontawesome-webfont-cbb644d0ee730ea57dd5fbae35ef5ba4a41d57a254a6b1215de5c9ff8a321c2d.eot);
    src: url(https://80f9b8fec919ac5ebc1a-384085a95109bffb325fe35cb6202ded.ssl.cf2.rackcdn.com/fontawesome-webfont-cbb644d0ee730ea57dd5fbae35ef5ba4a41d57a254a6b1215de5c9ff8a321c2d.eot) format('embedded-opentype'), url(https://80f9b8fec919ac5ebc1a-384085a95109bffb325fe35cb6202ded.ssl.cf2.rackcdn.com/fontawesome-webfont-aadc3580d2b64ff5a7e6f1425587db4e8b033efcbf8f5c332ca52a5ed580c87c.woff2) format('woff2'), url(https://80f9b8fec919ac5ebc1a-384085a95109bffb325fe35cb6202ded.ssl.cf2.rackcdn.com/fontawesome-webfont-e3870de89716b72cb61a4bba0e17c75783b361cdaba35ea96961c3070bd8ca18.woff) format('woff'), url(https://80f9b8fec919ac5ebc1a-384085a95109bffb325fe35cb6202ded.ssl.cf2.rackcdn.com/fontawesome-webfont-9e540a087924a6e64790149d735cac022640e4fa6bff6bd65f5e9f41529bf0b3.ttf) format('truetype'), url(https://80f9b8fec919ac5ebc1a-384085a95109bffb325fe35cb6202ded.ssl.cf2.rackcdn.com/fontawesome-webfont-bfdef833219a6edffd9c3cbc28db72739d22bb4d20cc2e2f8d56a7a4d408a206.svg) format('svg');
    font-weight: 400;
    font-style:normal
}

.fa {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    -webkit-font-smoothing: antialiased;
    transform:translate(0, 0)
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align:-15%
}

.fa-2x {
    font-size:2em
}

.fa-3x {
    font-size:3em
}

.fa-4x {
    font-size:4em
}

.fa-5x {
    font-size:5em
}

.fa-fw {
    width:1.28571429em
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type:none
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top:.14285714em
}

.fa-li.fa-lg {
    left:-1.85714286em
}

.fa-border {
    padding: .2em .25em .15em;
    border: .08em solid #eee;
    border-radius:.1em
}

.pull-right {
    float:right
}

.pull-left {
    float:left
}

.fa.pull-left {
    margin-right:.3em
}

.fa.pull-right {
    margin-left:.3em
}

.fa-spin {
    animation:fa-spin 2s infinite linear
}

.fa-pulse {
    animation:fa-spin 1s infinite steps(8)
}

@keyframes fa-spin {
    0% {
        transform:rotate(0)
    }

    100% {
        transform:rotate(359deg)
    }
}

.fa-rotate-90 {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=1);
    transform:rotate(90deg)
}

.fa-rotate-180 {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=2);
    transform:rotate(180deg)
}

.fa-rotate-270 {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=3);
    transform:rotate(270deg)
}

.fa-flip-horizontal {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
    transform:scale(-1, 1)
}

.fa-flip-vertical {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
    transform:scale(1, -1)
}

:root .fa-flip-horizontal, :root .fa-flip-vertical, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-rotate-90 {
    filter:none
}

.fa-stack {
    position: relative;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align:middle
}

.fa-stack-1x, .fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align:center
}

.fa-stack-1x {
    line-height:inherit
}

.fa-stack-2x {
    font-size:2em
}

.fa-inverse {
    color:#fff
}

.fa-glass:before {
    content: "\f000"
}

.fa-music:before {
    content: "\f001"
}

.fa-search:before {
    content: "\f002"
}

.fa-envelope-o:before {
    content: "\f003"
}

.fa-heart:before {
    content: "\f004"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-o:before {
    content: "\f006"
}

.fa-user:before {
    content: "\f007"
}

.fa-film:before {
    content: "\f008"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-check:before {
    content: "\f00c"
}

.fa-close:before, .fa-remove:before, .fa-times:before {
    content: "\f00d"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-signal:before {
    content: "\f012"
}

.fa-cog:before, .fa-gear:before {
    content: "\f013"
}

.fa-trash-o:before {
    content: "\f014"
}

.fa-home:before {
    content: "\f015"
}

.fa-file-o:before {
    content: "\f016"
}

.fa-clock-o:before {
    content: "\f017"
}

.fa-road:before {
    content: "\f018"
}

.fa-download:before {
    content: "\f019"
}

.fa-arrow-circle-o-down:before {
    content: "\f01a"
}

.fa-arrow-circle-o-up:before {
    content: "\f01b"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-play-circle-o:before {
    content: "\f01d"
}

.fa-repeat:before, .fa-rotate-right:before {
    content: "\f01e"
}

.fa-refresh:before {
    content: "\f021"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-lock:before {
    content: "\f023"
}

.fa-flag:before {
    content: "\f024"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-print:before {
    content: "\f02f"
}

.fa-camera:before {
    content: "\f030"
}

.fa-font:before {
    content: "\f031"
}

.fa-bold:before {
    content: "\f032"
}

.fa-italic:before {
    content: "\f033"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-list:before {
    content: "\f03a"
}

.fa-dedent:before, .fa-outdent:before {
    content: "\f03b"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-video-camera:before {
    content: "\f03d"
}

.fa-image:before, .fa-photo:before, .fa-picture-o:before {
    content: "\f03e"
}

.fa-pencil:before {
    content: "\f040"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-tint:before {
    content: "\f043"
}

.fa-edit:before, .fa-pencil-square-o:before {
    content: "\f044"
}

.fa-share-square-o:before {
    content: "\f045"
}

.fa-check-square-o:before {
    content: "\f046"
}

.fa-arrows:before {
    content: "\f047"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-play:before {
    content: "\f04b"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-eject:before {
    content: "\f052"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-times-circle-o:before {
    content: "\f05c"
}

.fa-check-circle-o:before {
    content: "\f05d"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-mail-forward:before, .fa-share:before {
    content: "\f064"
}

.fa-expand:before {
    content: "\f065"
}

.fa-compress:before {
    content: "\f066"
}

.fa-plus:before {
    content: "\f067"
}

.fa-minus:before {
    content: "\f068"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-exclamation-triangle:before, .fa-warning:before {
    content: "\f071"
}

.fa-plane:before {
    content: "\f072"
}

.fa-calendar:before {
    content: "\f073"
}

.fa-random:before {
    content: "\f074"
}

.fa-comment:before {
    content: "\f075"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-arrows-v:before {
    content: "\f07d"
}

.fa-arrows-h:before {
    content: "\f07e"
}

.fa-bar-chart-o:before, .fa-bar-chart:before {
    content: "\f080"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-key:before {
    content: "\f084"
}

.fa-cogs:before, .fa-gears:before {
    content: "\f085"
}

.fa-comments:before {
    content: "\f086"
}

.fa-thumbs-o-up:before {
    content: "\f087"
}

.fa-thumbs-o-down:before {
    content: "\f088"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-heart-o:before {
    content: "\f08a"
}

.fa-sign-out:before {
    content: "\f08b"
}

.fa-linkedin-square:before {
    content: "\f08c"
}

.fa-thumb-tack:before {
    content: "\f08d"
}

.fa-external-link:before {
    content: "\f08e"
}

.fa-sign-in:before {
    content: "\f090"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-upload:before {
    content: "\f093"
}

.fa-lemon-o:before {
    content: "\f094"
}

.fa-phone:before {
    content: "\f095"
}

.fa-square-o:before {
    content: "\f096"
}

.fa-bookmark-o:before {
    content: "\f097"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-facebook-f:before, .fa-facebook:before {
    content: "\f09a"
}

.fa-github:before {
    content: "\f09b"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-rss:before {
    content: "\f09e"
}

.fa-hdd-o:before {
    content: "\f0a0"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-hand-o-right:before {
    content: "\f0a4"
}

.fa-hand-o-left:before {
    content: "\f0a5"
}

.fa-hand-o-up:before {
    content: "\f0a6"
}

.fa-hand-o-down:before {
    content: "\f0a7"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-group:before, .fa-users:before {
    content: "\f0c0"
}

.fa-chain:before, .fa-link:before {
    content: "\f0c1"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-cut:before, .fa-scissors:before {
    content: "\f0c4"
}

.fa-copy:before, .fa-files-o:before {
    content: "\f0c5"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-floppy-o:before, .fa-save:before {
    content: "\f0c7"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-bars:before, .fa-navicon:before, .fa-reorder:before {
    content: "\f0c9"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-plus:before {
    content: "\f0d5"
}

.fa-money:before {
    content: "\f0d6"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-sort:before, .fa-unsorted:before {
    content: "\f0dc"
}

.fa-sort-desc:before, .fa-sort-down:before {
    content: "\f0dd"
}

.fa-sort-asc:before, .fa-sort-up:before {
    content: "\f0de"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-linkedin:before {
    content: "\f0e1"
}

.fa-rotate-left:before, .fa-undo:before {
    content: "\f0e2"
}

.fa-gavel:before, .fa-legal:before {
    content: "\f0e3"
}

.fa-dashboard:before, .fa-tachometer:before {
    content: "\f0e4"
}

.fa-comment-o:before {
    content: "\f0e5"
}

.fa-comments-o:before {
    content: "\f0e6"
}

.fa-bolt:before, .fa-flash:before {
    content: "\f0e7"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-clipboard:before, .fa-paste:before {
    content: "\f0ea"
}

.fa-lightbulb-o:before {
    content: "\f0eb"
}

.fa-exchange:before {
    content: "\f0ec"
}

.fa-cloud-download:before {
    content: "\f0ed"
}

.fa-cloud-upload:before {
    content: "\f0ee"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-bell-o:before {
    content: "\f0a2"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cutlery:before {
    content: "\f0f5"
}

.fa-file-text-o:before {
    content: "\f0f6"
}

.fa-building-o:before {
    content: "\f0f7"
}

.fa-hospital-o:before {
    content: "\f0f8"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-mobile-phone:before, .fa-mobile:before {
    content: "\f10b"
}

.fa-circle-o:before {
    content: "\f10c"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-circle:before {
    content: "\f111"
}

.fa-mail-reply:before, .fa-reply:before {
    content: "\f112"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-folder-o:before {
    content: "\f114"
}

.fa-folder-open-o:before {
    content: "\f115"
}

.fa-smile-o:before {
    content: "\f118"
}

.fa-frown-o:before {
    content: "\f119"
}

.fa-meh-o:before {
    content: "\f11a"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-keyboard-o:before {
    content: "\f11c"
}

.fa-flag-o:before {
    content: "\f11d"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-code:before {
    content: "\f121"
}

.fa-mail-reply-all:before, .fa-reply-all:before {
    content: "\f122"
}

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
    content: "\f123"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-crop:before {
    content: "\f125"
}

.fa-code-fork:before {
    content: "\f126"
}

.fa-chain-broken:before, .fa-unlink:before {
    content: "\f127"
}

.fa-question:before {
    content: "\f128"
}

.fa-info:before {
    content: "\f129"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-shield:before {
    content: "\f132"
}

.fa-calendar-o:before {
    content: "\f133"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-ticket:before {
    content: "\f145"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-minus-square-o:before {
    content: "\f147"
}

.fa-level-up:before {
    content: "\f148"
}

.fa-level-down:before {
    content: "\f149"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-pencil-square:before {
    content: "\f14b"
}

.fa-external-link-square:before {
    content: "\f14c"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-caret-square-o-down:before, .fa-toggle-down:before {
    content: "\f150"
}

.fa-caret-square-o-up:before, .fa-toggle-up:before {
    content: "\f151"
}

.fa-caret-square-o-right:before, .fa-toggle-right:before {
    content: "\f152"
}

.fa-eur:before, .fa-euro:before {
    content: "\f153"
}

.fa-gbp:before {
    content: "\f154"
}

.fa-dollar:before, .fa-usd:before {
    content: "\f155"
}

.fa-inr:before, .fa-rupee:before {
    content: "\f156"
}

.fa-cny:before, .fa-jpy:before, .fa-rmb:before, .fa-yen:before {
    content: "\f157"
}

.fa-rouble:before, .fa-rub:before, .fa-ruble:before {
    content: "\f158"
}

.fa-krw:before, .fa-won:before {
    content: "\f159"
}

.fa-bitcoin:before, .fa-btc:before {
    content: "\f15a"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-text:before {
    content: "\f15c"
}

.fa-sort-alpha-asc:before {
    content: "\f15d"
}

.fa-sort-alpha-desc:before {
    content: "\f15e"
}

.fa-sort-amount-asc:before {
    content: "\f160"
}

.fa-sort-amount-desc:before {
    content: "\f161"
}

.fa-sort-numeric-asc:before {
    content: "\f162"
}

.fa-sort-numeric-desc:before {
    content: "\f163"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-youtube-square:before {
    content: "\f166"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-youtube-play:before {
    content: "\f16a"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-adn:before {
    content: "\f170"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitbucket-square:before {
    content: "\f172"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-long-arrow-down:before {
    content: "\f175"
}

.fa-long-arrow-up:before {
    content: "\f176"
}

.fa-long-arrow-left:before {
    content: "\f177"
}

.fa-long-arrow-right:before {
    content: "\f178"
}

.fa-apple:before {
    content: "\f179"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-android:before {
    content: "\f17b"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-trello:before {
    content: "\f181"
}

.fa-female:before {
    content: "\f182"
}

.fa-male:before {
    content: "\f183"
}

.fa-gittip:before, .fa-gratipay:before {
    content: "\f184"
}

.fa-sun-o:before {
    content: "\f185"
}

.fa-moon-o:before {
    content: "\f186"
}

.fa-archive:before {
    content: "\f187"
}

.fa-bug:before {
    content: "\f188"
}

.fa-vk:before {
    content: "\f189"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-arrow-circle-o-right:before {
    content: "\f18e"
}

.fa-arrow-circle-o-left:before {
    content: "\f190"
}

.fa-caret-square-o-left:before, .fa-toggle-left:before {
    content: "\f191"
}

.fa-dot-circle-o:before {
    content: "\f192"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-try:before, .fa-turkish-lira:before {
    content: "\f195"
}

.fa-plus-square-o:before {
    content: "\f196"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-slack:before {
    content: "\f198"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-bank:before, .fa-institution:before, .fa-university:before {
    content: "\f19c"
}

.fa-graduation-cap:before, .fa-mortar-board:before {
    content: "\f19d"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-pied-piper:before {
    content: "\f1a7"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-spoon:before {
    content: "\f1b1"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-automobile:before, .fa-car:before {
    content: "\f1b9"
}

.fa-cab:before, .fa-taxi:before {
    content: "\f1ba"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-file-pdf-o:before {
    content: "\f1c1"
}

.fa-file-word-o:before {
    content: "\f1c2"
}

.fa-file-excel-o:before {
    content: "\f1c3"
}

.fa-file-powerpoint-o:before {
    content: "\f1c4"
}

.fa-file-image-o:before, .fa-file-photo-o:before, .fa-file-picture-o:before {
    content: "\f1c5"
}

.fa-file-archive-o:before, .fa-file-zip-o:before {
    content: "\f1c6"
}

.fa-file-audio-o:before, .fa-file-sound-o:before {
    content: "\f1c7"
}

.fa-file-movie-o:before, .fa-file-video-o:before {
    content: "\f1c8"
}

.fa-file-code-o:before {
    content: "\f1c9"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-ring:before, .fa-life-saver:before, .fa-support:before {
    content: "\f1cd"
}

.fa-circle-o-notch:before {
    content: "\f1ce"
}

.fa-ra:before, .fa-rebel:before {
    content: "\f1d0"
}

.fa-empire:before, .fa-ge:before {
    content: "\f1d1"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-hacker-news:before {
    content: "\f1d4"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-wechat:before, .fa-weixin:before {
    content: "\f1d7"
}

.fa-paper-plane:before, .fa-send:before {
    content: "\f1d8"
}

.fa-paper-plane-o:before, .fa-send-o:before {
    content: "\f1d9"
}

.fa-history:before {
    content: "\f1da"
}

.fa-circle-thin:before, .fa-genderless:before {
    content: "\f1db"
}

.fa-header:before {
    content: "\f1dc"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-sliders:before {
    content: "\f1de"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-futbol-o:before, .fa-soccer-ball-o:before {
    content: "\f1e3"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-newspaper-o:before {
    content: "\f1ea"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bell-slash-o:before {
    content: "\f1f7"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-eyedropper:before {
    content: "\f1fb"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-area-chart:before {
    content: "\f1fe"
}

.fa-pie-chart:before {
    content: "\f200"
}

.fa-line-chart:before {
    content: "\f201"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-bus:before {
    content: "\f207"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-cc:before {
    content: "\f20a"
}

.fa-ils:before, .fa-shekel:before, .fa-sheqel:before {
    content: "\f20b"
}

.fa-meanpath:before {
    content: "\f20c"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-diamond:before {
    content: "\f219"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-venus:before {
    content: "\f221"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-facebook-official:before {
    content: "\f230"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-server:before {
    content: "\f233"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-bed:before, .fa-hotel:before {
    content: "\f236"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-train:before {
    content: "\f238"
}

.fa-subway:before {
    content: "\f239"
}

.fa-medium:before {
    content: "\f23a"
}

@font-face {
    font-family: drc-icons;
    src: url(https://80f9b8fec919ac5ebc1a-384085a95109bffb325fe35cb6202ded.ssl.cf2.rackcdn.com/drc-icons-ddb5ce6275373ea7cb9a40e9f079a2a3711a18c391b138cbe7e50f118e572960.eot);
    src: url(https://80f9b8fec919ac5ebc1a-384085a95109bffb325fe35cb6202ded.ssl.cf2.rackcdn.com/drc-icons-ddb5ce6275373ea7cb9a40e9f079a2a3711a18c391b138cbe7e50f118e572960.eot) format("embedded-opentype"), url(https://80f9b8fec919ac5ebc1a-384085a95109bffb325fe35cb6202ded.ssl.cf2.rackcdn.com/drc-icons-fd1edce0289b9b3ef44d0130939510d338d32fb23464b72dfffd3925acda6797.woff) format("woff"), url(https://80f9b8fec919ac5ebc1a-384085a95109bffb325fe35cb6202ded.ssl.cf2.rackcdn.com/drc-icons-9f312800d3109186c57fab664fb2c226565446624bb115e5519373893bfa753d.ttf) format("truetype");
    font-weight: 400;
    font-style:normal
}

.admonition {
    box-shadow: inset 8px 0 0 #95a5a6;
    font-family: titillium-light, arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    border: 1px solid #ebebeb;
    border-left: 0;
    border-radius: 1px;
    margin-bottom: 3em;
    max-width: 100%;
    min-height: 48px;
    padding:10px 10px 10px 56px
}

.admonition:before {
    color: #95a5a6;
    font: normal normal normal 14px/1 drc-icons;
    -webkit-font-smoothing: antialiased;
    transform: translate(0, 0);
    content: '\f108';
    font-size: 21px;
    height: 21px;
    left: 21px;
    top: 12px;
    width:21px;
    margin: .25rem;
}

.admonition.note {
    box-shadow:inset 8px 0 0 #76bcff
}

.admonition.note:before {
    color: #76bcff;
    content: '\f10b'
}

.admonition.alert {
    box-shadow:inset 8px 0 0 #f1c40f
}

.admonition.alert:before {
    color: #f1c40f;
    content: '\f102'
}

.admonition.hint, .admonition.tip {
    box-shadow:inset 8px 0 0 #2ecc85
}

.admonition.hint:before, .admonition.tip:before {
    color: #2ecc85;
    content: '\f108'
}

.admonition.caution, .admonition.danger, .admonition.warning {
    box-shadow:inset 8px 0 0 #e74c3c
}

.admonition.caution:before, .admonition.danger:before, .admonition.warning:before {
    color: #e74c3c;
    content: '\f101'
}

.admonition.error {
    box-shadow:inset 8px 0 0 #ef9d45
}

.admonition.error:before {
    color: #ef9d45;
    content: '\f104'
}

.admonition.attention {
    box-shadow:inset 8px 0 0 #32cdc7
}

.admonition.attention:before {
    color: #32cdc7;
    content: '\f10a'
}

.admonition.important {
    box-shadow:inset 8px 0 0 #9b59b6
}

.admonition.important:before {
    color: #9b59b6;
    content: '\f10f'
}

.admonition .admonition-title {
    display:none
}

.admonition :last-child {
    margin-bottom:0
}


.card {
    border-top: solid 8px #bfbfbf;
    box-shadow: 0 0 0 rgba(0, 0, 0, .25);
    margin-bottom: 1.5em;
    transition: all .1s ease-out;
    width:calc(100% - 2px)
}

.card.blue {
    border-top-color:#739eaf
}

.card.green {
    border-top-color:#1abc9c
}

.card.yellow {
    border-top-color:#efc75e
}

.card.red {
    border-top-color:#e74c3c
}

.card.teal {
    border-top-color:#0dafcc
}

.card.purple {
    border-top-color:#8e708e
}

.card.pink {
    border-top-color:#d86c90
}

.card .card-content {
    border: 1px solid #e6e6e6;
    border-bottom-left-radius: 1px;
    border-bottom-right-radius: 1px;
    border-top:0
}

.card .card-title {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    padding:calc(.5em + 8px) 20px .5em
}

.card .card-body {
    padding:0 20px 20px
}

.card:hover {
    background: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .1);
    transition:all .1s ease-in
}



.github-link {
    border-bottom: solid 1px #d1d1d1;
    display: block;
    margin: 10px;
    padding: 10px;
    text-align: center;
    transition: color .1s ease-in-out;
    font-family: titillium-regular, arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    text-decoration:none
}

.github-link .icon {
    color: #474747;
    display: block;
    font-size: 36px;
    margin-right: 8px;
    text-align: center;
    transition: color .1s ease-in-out;
    vertical-align:middle
}

.github-link:hover {
    background: transparent;
}


.github-link .link-text {
    display: inline-block;
    vertical-align:middle
}

.github-link:hover, .github-link:hover .icon {
    color:#2f89c5
}

@media (min-width: 1150px) {
    .github-link {
        text-align:left
    }

    .github-link .icon {
        display: inline-block;
        font-size: 26px;
        text-align:left
    }
}


.current > ul > li.toctree-l1:first-of-type > a {
    font-family: titillium-bold, arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    text-transform:uppercase
}

.toctree-wrapper.compound > .current > li.toctree-l1:first-of-type a {
    font-family: titillium-regular,arial,sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #474747;
    display: block;
    font-size: 16px;
    padding: .4em .5em;
    text-decoration: none;
    text-transform: none;
}



.current > ul li a {
    font-family: titillium-regular, arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    display: block;
    font-size: 16px;
    padding: .4em .5em;
    text-decoration:none
}

@media (min-width: 769px) {
    .sidebar-container.sticky {
        position: fixed;
        transform: translateZ(0);
        top: 0;
        width:calc(25%)
    }
}

@media (min-width: 1025px) {

    .sidebar-container.sticky {
        width:calc(22%)
    }
}

.show-section-nav .docs-section-nav {
    transform: translate(0, 0);
    transform:translate3d(0, 0, 0)
}

.figure, figure {
    background: #f2f2f2;
    border-radius: 1px;
    display: block;
    margin-bottom: 1.5em;
    padding:16px
}

.figure .caption, .figure figcaption, figure .caption, figure figcaption {
    font-family: open-sans-bold, arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #636363;
    font-size: 12px;
    line-height: 1.4;
    margin: 16px 0 0;
    text-align:center
}

.highlight, .highlight code, .highlight span {
    font-family: source-code-regular, Monaco, 'Courier New', monospace;
    font-style: normal;
    font-weight:400
}

img {
    display: block;
    height: auto;
    margin: 0 auto;
    max-width:100%
}

.sdk-quickstart-menu .links, .sdk-quickstart-menu .title {
    margin-right: -.26rem;
    vertical-align: top;
    display:inline-block
}

.highlight {
    padding: 1em;
    margin-bottom: 3em;
    line-height: 1.1em;
    font-size: 1em;
    border: none;
    border-radius:3px
}

.highlight pre {
    background-color: inherit;
    border: none;
    color:inherit
}


.highlight .hll {
    background-color:#49483e
}

.highlight .c {
    color:#75715e
}

.highlight .err {
    color: #960050;
    background-color:#1e0010
}

.highlight .k {
    color:#66d9ef
}

.highlight .l {
    color:#ae81ff
}

.highlight .n {
    color:#f8f8f2
}

.highlight .o {
    color:#f92672
}

.highlight .p {
    color:#e0e0d7
}

.highlight .c1, .highlight .cm, .highlight .cp, .highlight .cs {
    color:#9d9d97
}

.highlight .ge {
    font-style:italic
}

.highlight .gs {
    font-weight:700
}

.highlight .kc, .highlight .kd {
    color:#66d9ef
}

.highlight .kn {
    color:#f92672
}

.highlight .kp, .highlight .kr, .highlight .kt {
    color:#66d9ef
}

.highlight .ld {
    color:#e6db74
}

.highlight .m {
    color:#ae81ff
}

.highlight .s {
    color:#fc6
}

.highlight .na {
    color:#a6e22e
}

.highlight .nb {
    color:#f8f8f2
}

.highlight .nc {
    color:#a6e22e
}

.highlight .no {
    color:#66d9ef
}

.highlight .nd {
    color:#a6e22e
}

.highlight .ni {
    color:#f8f8f2
}

.highlight .ne, .highlight .nf {
    color:#a6e22e
}

.highlight .nl, .highlight .nn {
    color:#f8f8f2
}

.highlight .nx {
    color:#a6e22e
}

.highlight .py {
    color:#f8f8f2
}

.highlight .nt {
    color:#f92672
}

.highlight .nv {
    color:#f8f8f2
}

.highlight .ow {
    color:#f92672
}

.highlight .w {
    color:#f8f8f2
}

.highlight .mf, .highlight .mh, .highlight .mi, .highlight .mo {
    color:#ae81ff
}

.highlight .s2, .highlight .sb, .highlight .sc, .highlight .sd {
    color:#e6db74
}

.highlight .se {
    color:#ae81ff
}

.highlight .s1, .highlight .sh, .highlight .si, .highlight .sr, .highlight .ss, .highlight .sx {
    color:#e6db74
}

.highlight .bp, .highlight .vc, .highlight .vg, .highlight .vi {
    color:#f8f8f2
}

.highlight .il {
    color:#ae81ff
}

.header-maintenance-banner {
    background: #EB0000;
    color: #fff;
    height: auto;
    padding: 10px !important;
    z-index:2
}

.header-maintenance-banner .header-maintenance-banner-container {
    display: flex;
    flex-direction:row
}

.header-maintenance-banner .header-maintenance-banner-container .header-maintenance-banner-content {
    flex-basis: content;
    flex-grow: 1;
    font-size: 1em;
    padding:0 .75rem
}

.header-maintenance-banner .header-maintenance-banner-container svg {
    display: inline-block;
    fill: currentColor;
    flex-basis: content;
    flex-grow: 5;
    height: 2.5em;
    padding: 0 .75rem;
    stroke: none;
    vertical-align:middle
}


[data-drc-search-box] .search-input {
    margin: 0;
    width:100%
}

[data-drc-search-box] .search-input input {
    -webkit-appearance: none;
    background: rgba(255, 255, 255, .7);
    border: 1px solid #ccc;
    display: block;
    font-family: Arial;
    font-size: 14px;
    line-height: 32px;
    margin: 0;
    outline: 0;
    padding: 0 .5em;
    transition: background .2s ease-out, border-color .2s ease-out;
    width:100%
}

[data-drc-search-box] .search-input input:focus {
    background: #fff;
    border-color:#3498db
}

[data-drc-search-box] .search-input input::-webkit-input-placeholder {
    color: #6c6c6c;
    font-style:italic
}

[data-drc-search-paginator] ul li > span, [data-drc-search-results] .search-results li .excerpt em, [data-drc-search-results] .search-results li .title {
    font-family: open-sans-bold, arial, sans-serif;
    font-style: normal;
    font-weight:400
}

[data-drc-search-paginator] ul {
    list-style-type: none;
    padding:0
}

[data-drc-search-paginator] ul li {
    display: inline-block;
    margin-right:-.25em
}

[data-drc-search-paginator] ul li > a, [data-drc-search-paginator] ul li > span {
    display: inline-block;
    line-height: 2;
    padding:0 .75em
}

[data-drc-search-results] .search-results {
    background: #fafafa;
    border: 1px solid #ccc;
    border-width: 0 1px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .2);
    list-style-type: none;
    margin: 0;
    overflow-y: auto;
    padding: 0;
    width:100%
}

[data-drc-search-results] .search-results li {
    margin: 0;
    padding:1em .5em
}

[data-drc-search-results] .search-results li .title {
    display: block;
    font-size: 15px;
    margin-bottom:.5em
}

[data-drc-search-results] .search-results li .excerpt {
    font-size:12px
}

[data-drc-search-results] .search-results li + li {
    border-top:solid 1px #e6e6e6
}

[data-drc-search-results] .search-results li.loading {
    text-align:center
}

[data-drc-search-results] .search-results li.no-results, [data-drc-search-results] .search-results li.results-count {
    font-family: open-sans-regular-italic, arial, sans-serif;
    font-style: italic;
    font-weight: 400;
    color: #919191;
    padding-top: 0;
    padding-bottom:0
}

#share-bar {
    font-size:20px
}

#share-bar h4 {
    margin-bottom: 10px;
    font-weight:500
}

body, em, html, i {
    font-weight:400
}

.share-button {
    margin: 0 0 10px;
    border: 1px solid #D3D6D2;
    padding:20px
}

.share-button:hover {
    text-decoration: none !important;
    box-shadow: none;
    opacity: 1;
    color:#fff
}

.fa-facebook-official {
    color:#3b5999
}

.fa-facebook-official:hover {
    background-color:#3b5999
}

.fa-twitter {
    color:#55acee
}

.fa-twitter:hover {
    background-color:#55acee
}

.fa-tumblr {
    color:#32506d
}

.fa-tumblr:hover {
    background-color:#32506d
}

.fa-reddit-alien {
    color:#ff5700
}

.fa-reddit-alien:hover {
    background-color:#ff5700
}

.fa-linkedin {
    color:#0077b5
}

.fa-linkedin:hover {
    background-color:#0077b5
}

.fa-envelope {
    color:#444
}

a, a:visited {
    color:#3498db
}

.fa-envelope:hover {
    background-color:#444
}

body, html {
    font-family: open-sans-regular, arial, sans-serif;
    font-style: normal;
    color: #474747;
    font-size: 14px;
    line-height: 1.5;
    overflow-wrap: break-word;
    -webkit-font-smoothing: antialiased;
    word-wrap: break-word;
    word-break:break-word
}

em, i {
    font-family: open-sans-regular-italic, arial, sans-serif;
    font-style:italic
}

.bolditalic, b em, b i, em b, em strong, i b, i strong, strong em, strong i {
    font-family: open-sans-bold-italic, arial, sans-serif;
    font-style: italic;
    font-weight:400
}

.guilabel, .menuselection, b, strong {
    font-family:open-sans-bold, arial, sans-serif
}

.guilabel, .h1, .h2, .menuselection, b, h1, h2, strong {
    font-style: normal;
    font-weight:400
}

a {
    cursor: pointer;
    text-decoration:none
}

a:active, a:focus, a:hover {
    color: #2f89c5;
    text-decoration:underline
}

a.cta {
    border-radius: 1px;
    display: inline-block;
    padding: 1em 3em;
    color: #fff;
    text-decoration: none;
    text-align: center;
    transition:background .1s ease-in-out
}

ol, ul {
    padding-left: 1.4em;
    margin-bottom:1.5em
}

a.cta.red {
    background:#eb0000
}

a.cta.blue {
    background:#005ac8
}

a.cta.purple {
    background:#95098a
}

a.cta.teal {
    background:#00bebc
}

hr, pre code {
    background:0 0
}

p {
    margin-bottom:1.5em
}

.h1, h1 {
    font-family: titillium-regular, arial, sans-serif;
    font-size:257.14285714%
}

.h2, h2 {
    font-family: titillium-bold, arial, sans-serif;
    font-size:214.28571429%
}

.h3, h3 {
    font-family: titillium-regular, arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size:171.42857143%
}

.h4, .h5, .h6, h4, h5, h6 {
    font-family: titillium-bold, arial, sans-serif;
    font-style: normal;
    font-weight:400
}

.h4, h4 {
    font-size:128.57142857%
}

.h5, h5 {
    font-size: 100%;
    text-transform:uppercase
}

.h6, h6 {
    color: #a3a3a3;
    text-transform:uppercase
}

ol {
    list-style-type:decimal
}

ul {
    list-style-type:disc
}

ol li, ul li {
    margin-bottom:.5em
}

ol li ul, ul li ul {
    margin-top:.5em
}

code {
    background: #f2f2f2;
    border-radius: 2px;
    color: #1f5b83;
    padding: 0 .2em;
    font-family: source-code-regular, Monaco, 'Courier New', monospace;
    font-style: normal;
    font-weight:400
}

.site-header .header-links .btn-link:hover ul li, .site-header .header-nav .header-nav-container > ul > li > a, .site-header .header-nav .header-nav-container > ul > li > ul > li > a, dl dt {
    font-family: open-sans-bold, arial, sans-serif;
    font-style:normal
}

pre code {
    border-radius: 0;
    color: #e0e0d7;
    padding:0
}

pre {
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    padding-bottom:.5em;
    color: #e0e0d7;
}

pre::-webkit-scrollbar {
    background: 0 0;
    height: 10px;
    width:10px
}

pre::-webkit-scrollbar-track:horizontal {
    background:0 0
}

pre::-webkit-scrollbar-thumb:horizontal {
    background: #5e6470;
    border-radius:10px
}

dl {
    margin-bottom:1.5em
}

dl dt {
    font-weight:400
}

dl dd {
    margin-bottom:1em
}

@media (min-width: 30em) {
    dl dd, dl dt {
        display: inline-block;
        margin-right: -.26rem;
        margin-left: 0;
        vertical-align:top
    }

    dl dt {
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        width: calc(25% - 0px);
        padding-right: 1em;
        text-align:right
    }

    dl dd {
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        width:calc(75% - 0px)
    }
}

sup {
    font-size: 40%;
    vertical-align:super
}

hr {
    border-top: dotted 1px rgba(71, 71, 71, .7);
    height: 1px;
    margin:2em 0
}

.site-header .header-links .btn-link ul, .site-header .header-links .btn-link.sign-up ul {
    border-top: 1px solid #000;
    border-radius: 3px;
    z-index: 10;
    text-align: right;
    color: #fff;
    right: 0;
    cursor:pointer
}

.site-header .header-links {
    background: #fff;
    color: #fff;
    font-size: 11px;
    text-transform:uppercase
}

.site-header .header-links a {
    color: #fff;
    text-decoration:none
}

.site-header .header-links .header-links-container {
    width: calc(100% + 0px);
    margin-left: 0;
    vertical-align: top;
    display: none;
    padding: 0 5%;
    overflow:visible
}

.site-header .header-links .header-links-container .phone-chat-links {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    display: inline-block;
    margin-right: -.26rem;
    margin-left: 0;
    vertical-align: top;
    width:calc(50% - 0px)
}

@media (min-width: 937px) {
    .site-header .header-links .header-links-container .phone-chat-links {
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        display: inline-block;
        margin-right: -.26rem;
        margin-left: 0;
        vertical-align: top;
        width:calc(66.66666667% - 0px)
    }
}

@media (max-width: 1040px) {
    .site-header .header-links .header-links-container .developer-forum {
        display:none
    }
}

.site-header .header-links .header-links-container .portal-links {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    display: inline-block;
    margin-right: -.26rem;
    margin-left: 0;
    vertical-align: top;
    width: calc(50% - 0px);
    margin-bottom: 5px;
    text-align:right
}

@media (min-width: 937px) {
    .site-header .header-links .header-links-container .portal-links {
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        display: inline-block;
        margin-right: -.26rem;
        margin-left: 0;
        vertical-align: top;
        width:calc(33.33333333% - 0px)
    }
}

@media (min-width: 475px) {
    .site-header .header-links .header-links-container {
        display:block
    }
}

@media (min-width: 769px) {
    .site-header .header-links .header-links-container {
        padding:0
    }
}

.site-header .header-links .btn-link {
    display: none;
    margin-bottom: 0;
    position:relative
}

.site-header .header-links .btn-link.sign-up {
    margin-left:10px
}

.site-header .header-links .btn-link.sign-up:active span, .site-header .header-links .btn-link.sign-up:focus span, .site-header .header-links .btn-link.sign-up:hover span, .site-header .header-links .btn-link.sign-up > a, .site-header .header-links .btn-link.sign-up > span {
    background: #5aaa28;
    color:#fff
}

.site-header .header-links .btn-link.sign-up ul {
    display: none;
    position: absolute;
    background: #5aaa28;    
    padding-left:0
}

.site-header .header-links .btn-link.sign-up .extra-words {
    display:none
}

@media (min-width: 1055px) {
    .site-header .header-links .btn-link.sign-up .extra-words {
        display:inline
    }
}

.site-header .header-links .btn-link > a, .site-header .header-links .btn-link > span {
    background: #666;
    border-radius: 3px;
    color: #fff;
    font-weight: 700;
    display: inline-block;
    line-height: 18px;
    margin: 5px 0 0 5px;
    padding: 7px 20px;
    cursor: pointer;
    transition:background .1s ease-in-out
}

.site-header .header-links .btn-link ul {
    display: none;
    position: absolute;
    background: #666;
    padding-left:0
}

.site-header .header-links .btn-link:hover ul {
    display: block;
    margin-top:0
}

.site-header .header-links .btn-link:hover ul li {
    font-weight: 400;
    color: #fff;
    display: block;
    margin:0
}

.site-header .header-links .btn-link:hover ul li:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius:3px
}

.site-header .header-links .btn-link:hover ul li:last-child {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius:3px
}

.site-header .header-links .btn-link:hover ul li a {
    color: #fff;
    display: block;
    padding: 4px 6px;
    text-decoration: none;
    white-space:nowrap
}

.site-header .header-links .btn-link:hover ul li:hover {
    background: 0 0;
    opacity:.5
}

.site-header .header-links .btn-link:hover ul li:hover a {
    color:color
}

@media (min-width: 375px) {
    .site-header .header-links .btn-link {
        display:inline-block
    }
}

.site-header .header-links .text-link {
    display: none;
    line-height: 34px;
    margin:0
}

.site-header .header-links .text-link + .text-link {
    margin-left: 6px;
    padding-left:8px
}

.site-header .header-links .text-link + .text-link:before {
    background: #fff;
    content: '';
    display: block;
    height: 12px;
    left: 0;
    position: absolute;
    top: 11px;
    width:1px
}

.site-header .header-links .text-link a:hover {
    color:#71b7e6
}

.site-header .header-links .support-link {
    display:inline-block
}

@media (min-width: 600px) {
    .site-header .header-links .sales-chat-link {
        display:inline-block
    }
}

@media (min-width: 937px) {
    .site-header .header-links .text-link {
        display:inline-block
    }
}

.site-header .header-nav {
    background: #000;
    z-index:2
}

.site-header .header-nav .header-nav-container > ul {
    margin-bottom: 0;
    padding: 0;
    width: 100%;
    list-style-type:none
}

.site-header .header-nav .header-nav-container > ul > li {
    display: inline-block;
    list-style-type: none;
    margin: 0 0 0 -.25em;
    position:relative
}

@media (max-width: 500px) {
    .site-header .header-nav .header-nav-container > ul > li {
        display: block;
        text-align:center
    }

    .site-header .header-nav .header-nav-container > ul > li:hover ul {
        position:relative
    }
}

.site-header .header-nav .header-nav-container > ul > li > a {
    font-weight: 400;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    line-height: 56px;
    padding: 0 1em;
    text-decoration: none;
    text-transform: uppercase;
    transition:background .1s ease-in-out
}

.site-header .header-nav .header-nav-container > ul > li > a.active, .site-header .header-nav .header-nav-container > ul > li > a:hover {
    background:#474747
}

.site-header .header-nav .header-nav-container > ul > li > a.active {
    background:rgba(247, 247, 247, .95)
}

.site-header .header-nav .header-nav-container > ul > li:hover ul {
    display:block
}

.site-header .header-nav .header-nav-container > ul > li > ul {
    display: none;
    position: absolute;
    margin-top: 0;
    background-color: #c9c6c1;
    text-decoration: none;
    list-style-type: none;
    padding: 10px;
    border-radius:0 0 4px 4px
}

.site-header .header-nav .header-nav-container > ul > li > ul > li {
    width: 220px;
    border-radius:4px
}

.site-header .header-nav .header-nav-container > ul > li > ul > li > a {
    font-weight: 400;
    color: #676781;
    font-size: 14px;
    line-height: 25px;
    text-decoration: none;
    text-transform: uppercase;
    list-style-type:none
}

.site-header .header-nav .header-nav-container > ul > li > ul > li > a:hover {
    display: block;
    color:#fff
}

.site-header .header-nav .header-nav-container > ul .wordy, .site-header .header-nav .header-nav-container > ul > li.search .search-results .results-count {
    display:none
}

@media (max-width: 500px) {
    .site-header .header-nav .header-nav-container > ul > li > ul > li {
        width:100%
    }

    .site-header .header-nav .header-nav-container > ul > li > ul > li > a {
        text-align:center
    }
}

.site-header .header-nav .header-nav-container > ul > li.search {
    float: right;
    height: 60px;
    padding: 0;
    width:100%
}

.site-header .header-nav .header-nav-container > ul > li.search .search-results {
    max-height:400px
}

.site-header .header-nav .header-nav-container > ul > li.search .search-results .no-results {
    padding-top: 1em;
    padding-bottom:1em
}

@media (min-width: 768px) {
    .site-header .header-nav .header-nav-container > ul > li.search {
        padding: 13px 13px 13px 0;
        width:220px
    }
}

@media (min-width: 1024px) {
    .site-header .header-nav .header-nav-container > ul > li.search {
        padding: 13px 0;
        width:240px
    }

    .site-header .header-nav .header-nav-container > ul .wordy {
        display:inline
    }
}

@media (min-width: 1039px) {
    .site-header .header-nav .header-nav-container > ul > li.search {
        padding: 13px 0;
        width:280px
    }
}

.site-header .header-nav .header-nav-container > ul .logo {
    background: #EB0000;
    display: block;
    transition:background .1s ease-in-out
}

.site-header .header-nav .header-nav-container > ul .logo a {
    padding:0 1.5em
}

.site-header .header-nav .header-nav-container > ul .logo a img {
    display: inline-block;
    height: auto;
    vertical-align: middle;
    margin: 8px 0 0;
    padding: 0;
    width:140px
}

.site-header .header-nav .header-nav-container > ul .logo a:hover {
    background:0 0
}

@media (min-width: 1024px) {
    .site-header .header-nav .header-nav-container > ul {
        padding:0 35px
    }
}

@media (min-width: 410px) {
    .site-header .header-nav .header-nav-container > ul > li > a {
        padding:0 1em
    }
}

@media (min-width: 725px) {
    .site-header .header-nav .header-nav-container > ul .logo {
        display:inline-block
    }

    .site-header .header-nav .header-nav-container > ul > li > a {
        font-size: 14px;
        line-height:60px
    }
}

@media (min-width: 1025px) {
    .site-header .header-nav .header-nav-container > ul > li > a {
        padding:0 2em
    }
}

.site-header .header-nav .nav-dropdown {
    background: rgba(247, 247, 247, .95);
    box-shadow: 0 4px 6px rgba(0, 0, 0, .15);
    margin: 0;
    max-height: 0;
    overflow-y: scroll;
    position: absolute;
    transition: max-height .2s ease-in-out;
    transform: translateZ(0);
    width: 100%;
    will-change: max-height;
    z-index:2
}

.site-header .header-nav .nav-dropdown.active {
    max-height:50vh
}

.site-header .header-nav .nav-dropdown::-webkit-scrollbar {
    background: 0 0;
    height: 6px;
    width:6px
}

.site-header .header-nav .nav-dropdown::-webkit-scrollbar-track:vertical {
    background:0 0
}

.site-header .header-nav .nav-dropdown::-webkit-scrollbar-thumb:vertical {
    background:#d9d9d9
}

.site-header .header-nav .nav-dropdown .dropdown-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 960px;
    width:90%
}

.site-header .header-nav .nav-dropdown .dropdown-grid {
    display: block;
    width: calc(100% + 20px);
    margin-left: -20px;
    overflow: hidden;
    vertical-align:top
}

.site-header .header-nav .nav-dropdown .dropdown-column {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    display: inline-block;
    margin-right: -.26rem;
    margin-left: 10px;
    vertical-align: top;
    width: calc(100% - 10px);
    padding-bottom: 10px;
    padding-top:10px
}

@media (min-width: 700px) {
    .site-header .header-nav .nav-dropdown .dropdown-column {
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        display: inline-block;
        margin-right: -.26rem;
        margin-left: 60px;
        vertical-align: top;
        width: calc(33.33333333% - 60px);
        padding-bottom: 20px;
        padding-top:20px
    }
}

.site-header .header-nav .nav-dropdown .dropdown-column.compact-bottom {
    padding-bottom:0
}

.site-header .header-nav .nav-dropdown .dropdown-column.compact-top {
    padding-top:0
}

.site-header .header-nav .nav-dropdown h5 {
    margin-bottom:.5em
}

.site-header .header-nav .nav-dropdown ul {
    list-style-type: none;
    padding-left:0
}

.site-header .header-nav .nav-dropdown ul li {
    margin-bottom:0
}

.site-header .header-nav .nav-dropdown a {
    text-decoration:none
}

.site-header .header-nav .nav-dropdown a:hover {
    text-decoration:underline
}

.site-header .header-nav .nav-dropdown .sdk-language {
    background: #e0e0e0;
    border-radius: 2px;
    display: inline-block;
    font-size: 9px;
    margin-left: .5em;
    padding: 0 .5em;
    text-transform:uppercase
}

.site-header .header-headline {
    background-image: url(/_static/img/headline-cover.jpg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0;
    z-index:1
}

.site-header .header-headline h1, .site-header .header-headline h2 {
    font-family: titillium-light, arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    background: rgba(255, 255, 255, .55);
    display: inline-block;
    font-size: 35px;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 0;
    padding: 40px .5em;
    width:100%
}

.site-header .header-headline h1 .headline-accent, .site-header .header-headline h2 .headline-accent {
    font-family: open-sans-bold, arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 28px;
    display:block
}

.site-header .header-announcement .banner p, .site-header .header-maintenance .banner p {
    font-family: open-sans-regular, arial, sans-serif;
    font-style: normal;
    line-height: 17px;
    text-align:center
}

@media (min-width: 769px) {
    .site-header .header-headline h1, .site-header .header-headline h2 {
        background: 0 0;
        padding:0
    }
}

.site-header .header-headline .tagline {
    display: none;
    font-size: 15px;
    text-transform:uppercase
}

@media (min-width: 1024px) {
    .site-header .header-headline {
        margin-top:-60px
    }

    .site-header .header-headline h2 {
        padding:100px 40px 40px
    }
}

@media (min-width: 769px) {
    .site-header .header-headline {
        padding:120px 60px 60px 35px
    }

    .site-header .header-headline h2 {
        padding: 0;
        width:auto
    }

    .site-header .header-headline .tagline {
        display: block;
        font-size: 15px;
        text-transform:uppercase
    }
}

.site-header .header-announcement {
    background:#64005A
}

.site-header .header-announcement .banner {
    position: relative;
    width: 960px;
    margin: 0 auto;
    padding:15px 0
}

@media only screen and (max-width: 375px) {
    .site-header .header-announcement .banner {
        width:100%
    }
}

@media only screen and (min-width: 376px) and(max-width: 600px) {
    .site-header .header-announcement .banner {
        width:100%
    }
}

.site-header .header-announcement .banner i {
    position: absolute;
    top: 15px;
    left: 0;
    font-size: 18px;
    color:#c23e4f
}

.site-header .header-announcement .banner p {
    font-size: 18px;
    font-weight: 500;
    color: #FFF;
    margin-bottom:0
}

@media only screen and (max-width: 600px) {
    .site-header .header-announcement .banner p {
        font-size:14px
    }
}

.site-header .header-announcement .banner p strong {
    font-weight:700
}

.site-header .header-announcement .banner p a {
    color: #fff;
    text-decoration:underline
}

.site-header .header-announcement .banner p a:hover {
    color:#222
}

.site-header .header-maintenance {
    background:#fa2033
}

.site-header .header-maintenance .banner {
    position: relative;
    width: 960px;
    margin: 0 auto;
    padding:15px 0
}

@media only screen and (max-width: 375px) {
    .site-header .header-maintenance .banner {
        width:100%
    }
}

@media only screen and (min-width: 376px) and(max-width: 600px) {
    .site-header .header-maintenance .banner {
        width:100%
    }
}

.site-header .header-maintenance .banner i {
    position: absolute;
    top: 15px;
    left: 0;
    font-size: 18px;
    color:#c23e4f
}

.site-header .header-maintenance .banner p {
    font-size: 18px;
    font-weight: 500;
    color: #FFF;
    margin-bottom:0
}

@media only screen and (max-width: 600px) {
    .site-header .header-maintenance .banner p {
        font-size:14px
    }
}

.site-header .header-maintenance .banner p strong {
    font-weight:700
}

.site-header .header-maintenance .banner p a {
    color: #fff;
    text-decoration:underline
}

.site-header .header-maintenance .banner p a:hover {
    color:#222
}

.bolditalic {
    font-weight: bold;
    font-style: italic;
}

.guilabel {
    font-weight: bold;
  }
  
.menuselection {
    font-weight: bold;
}

/* override table width restrictions */
@media screen and (min-width: 767px) {

    .wy-table-responsive table td {
      /* !important prevents the common CSS stylesheets from
         overriding this as on RTD they are loaded after this stylesheet */
      white-space: normal !important;
    }
  
    .wy-table-responsive {
      overflow: visible !important;
    }
  
  }


ul li {
    margin: 0;
}

ul.current > li.toctree-l1:first-of-type > a {
    font-family: 'titillium-bold',arial,sans-serif;
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
}

ul li a.current {
    background: rgba(52,152,219,.2);
    box-shadow: inset 3px 0 0 0 #3498db;
}

.toctree-wrapper.compound > ul li a.current {
    background: transparent;
    box-shadow: inset 0px 0 0 0 #FFFFFF;
}

ul li a {
    font-style: normal;
    font-weight: 400;
    display: block;
    text-decoration: none;
}


.basement-container, .site-footer {
    background: #3b3f45;
    color: #fff;
    padding:20px 0;
    display: block;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    padding: 0 5%;
    width:100%
}

.basement-container h5, .site-footer h5 {
    font-family: titillium-bold, arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 20px;
    text-transform:uppercase
}


.basement-container a, .site-footer a {
    color: #fff;
    font-size: 12px;
    line-height: 2;
    text-decoration:none
}
.site-footer .footer-container {
    display: block;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    padding: 0 5%;
    width: 100%;
}
.basement-container a:hover, .site-footer a:hover {
    text-decoration:underline;
    color: #FFF;
}

.basement-container ul, .site-footer ul {
    list-style-type: none;
    margin: 0;
    padding:0
}

.basement-container {
    background: #000;
    padding: 20px;
    display: none;
    color: #fff;
}


@media (min-width: 769px) {
    .basement-container, .footer-container, .site-footer {
        padding:0 35px
    }
}


@media (min-width: 551px) {
    .basement-container {
        display: block;
        padding: 40px 20px;
    }
    .site-footer {
        background: #3b3f45;
        padding:40px 0;
    }

    .site-footer .community-links, .site-footer .docs-links, .site-footer .partner-links, .site-footer .sdk-links {
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        display: inline-block;
        margin-right: -.26rem;
        margin-left: 0;
        vertical-align: top;
        width: calc(50% - 0px);
        margin-bottom:40px
    }

   .site-footer .docs-links ul {
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        display: inline-block;
        margin-right: -.26rem;
        margin-left: 0;
        vertical-align: top;
        width:calc(50% - 0px)
    }

   .site-footer .partner-links h5, .site-footer .partner-links ul {
        display:block
    }

    .site-footer .copyright {
        display:none
    }
}

@media (max-width: 550px) {
    .site-footer .copyright {
        display: block;
        font-size: 14px;
        text-align:center
    }
}

@media (min-width: 901px) {
    .site-footer .community-links, .site-footer .docs-links, .site-footer .partner-links, .site-footer .sdk-links {
        margin-bottom:0
    }

    .site-footer .docs-links {
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        display: inline-block;
        margin-right: -.26rem;
        margin-left: 0;
        vertical-align: top;
        width:calc(41.66666667% - 0px)
    }

    .site-footer .community-links, .site-footer .sdk-links {
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        display: inline-block;
        margin-right: -.26rem;
        margin-left: 0;
        vertical-align: top;
        width: calc(16.66666667% - 0px);
        margin-bottom: 0;
    }

    .site-footer .partner-links {
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        display: inline-block;
        margin-right: -.26rem;
        margin-left: 0;
        vertical-align: top;
        width:calc(25% - 0px)
    }
}

.basement-container>ul {
    display: inline-block;
}

.basement-container>ul>li {
    display: inline-block;
    line-height: 34px;
    margin: 0;
}
.basement-container>ul>li+.text-link {
    margin-left: 6px;
    padding-left: 8px;
}

.basement-container>ul>li+.text-link:before {
    background: #fff;
    content: '';
    display: block;
    height: 12px;
    left: 0;
    position: absolute;
    top: 11px;
    width: 1px;
}

.basement-container ul, .site-footer ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}


body {
    font-family: sans-serif;
  }
  
  .ais-ClearRefinements {
    margin: 1em 0;
  }
  
  .ais-SearchBox {
    margin: 1em 0;
  }
  
  .ais-Pagination {
    margin-top: 1em;
  }
  
  .left-panel {
    float: left;
    width: 250px;
  }
  
  .right-panel {
    margin-left: 260px;
  }
  
  .ais-InstantSearch {
    max-width: 960px;
    overflow: hidden;
    margin: 0 auto;
  }
  
  .ais-Hits-item {
    margin-bottom: 1em;
    width: calc(50% - 1rem);
  }
  
  .ais-Hits-item img {
    margin-right: 1em;
  }
  
  .hit-name {
    margin-bottom: 0.5em;
  }
  
  .hit-description {
    color: #888;
    font-size: 14px;
    margin-bottom: 0.5em;
  }
  
  .ais-Hits .ais-Hits-list {
    list-style-type: none;
  }
  .ais-Hits .ais-Hits-list .ais-Hits-item {
    list-style-type: none;
    width: 100%;
  }
  
  #searchbox {
    width: 100%;
  }
  
  [class^=ais-] {
    font-size: inherit;
  }
  
  .btn-white {
    color: #FFFFFF;
  }
  .btn-white:hover {
    color: #FFFFFF;
  }
  
  .btn-white:focus, .btn-white.focus {
    box-shadow: 0 0 0 .2rem #000000;
  }
  
  .search-product {
    text-align: left;
    color: rgb(99, 100, 102) !important;
    font-size: 14px !important;
    font-weight: normal !important;
    letter-spacing: 0px;
  }
  
  .search-author {
    margin-right: 2rem;
    color: rgb(99, 100, 102);
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0px;
  }
  
  .modal-header {
    padding: 0;
    border-bottom: 1px solid #FFFFFF;
  }
  
  #hits {
    margin-top: 1rem;
  }
  
  .ais-SearchBox-input {
    height: 100% !important;
    padding-left: 4rem !important;
    font-size: 1.2rem !important;
  }
  
  .ais-SearchBox-submit {
    left: 2rem !important;
  }
  .ais-SearchBox-submitIcon {
    width: 20px !important;
    height: 20px !important;
  }
  
  .ais-SearchBox-resetIcon {
    left: 0 !important;
    width: 15px !important;
    height: 15px !important;
  }
  
  .search-title {
    color: rgb(235, 0, 0) !important;
    font-size: 24px !important;
    font-weight: 300 !important;
    letter-spacing: 0px;
  }
  
  .search-summary {
    color: rgb(42, 42, 42) !important;
    font-size: 18px !important;
    font-weight: normal !important;
    letter-spacing: 0px;
    line-height: 27px;
    margin-top: 1rem;
  }
  
  .search-date {
    color: rgb(99, 100, 102);
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0px;
  }
  
  [data-tooltip] {
    display: inline-block;
    position: relative;
    cursor: help;
    padding: 4px;
  }
  
  /* Tooltip styling */
  [data-tooltip]:before {
    content: attr(data-tooltip);
    display: none;
    position: absolute;
    background: #000;
    color: #fff;
    padding: 4px 8px;
    font-size: 14px;
    line-height: 1.4;
    min-width: 100px;
    text-align: center;
    border-radius: 4px;
  }
  
  /* Dynamic horizontal centering */
  [data-tooltip-position="top"]:before,
  [data-tooltip-position="bottom"]:before {
    left: 50%;
    transform: translateX(-50%);
  }
  
  /* Dynamic vertical centering */
  [data-tooltip-position="right"]:before,
  [data-tooltip-position="left"]:before {
    top: 50%;
    transform: translateY(-50%);
  }
  
  [data-tooltip-position="top"]:before {
    bottom: 100%;
    margin-bottom: 6px;
  }
  
  [data-tooltip-position="right"]:before {
    left: 100%;
    margin-left: 6px;
  }
  
  [data-tooltip-position="bottom"]:before {
    top: 100%;
    margin-top: 6px;
  }
  
  [data-tooltip-position="left"]:before {
    right: 100%;
    margin-right: 6px;
  }
  
  /* Tooltip arrow styling/placement */
  [data-tooltip]:after {
    content: '';
    display: none;
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
  }
  
  /* Dynamic horizontal centering for the tooltip */
  [data-tooltip-position="top"]:after,
  [data-tooltip-position="bottom"]:after {
    left: 50%;
    margin-left: -6px;
  }
  
  /* Dynamic vertical centering for the tooltip */
  [data-tooltip-position="right"]:after,
  [data-tooltip-position="left"]:after {
    top: 50%;
    margin-top: -6px;
  }
  
  [data-tooltip-position="top"]:after {
    bottom: 100%;
    border-width: 6px 6px 0;
    border-top-color: #000;
  }
  
  [data-tooltip-position="right"]:after {
    left: 100%;
    border-width: 6px 6px 6px 0;
    border-right-color: #000;
  }
  
  [data-tooltip-position="bottom"]:after {
    top: 100%;
    border-width: 0 6px 6px;
    border-bottom-color: #000;
  }
  
  [data-tooltip-position="left"]:after {
    right: 100%;
    border-width: 6px 0 6px 6px;
    border-left-color: #000;
  }
  
  /* Show the tooltip when hovering */
  [data-tooltip]:hover:before,
  [data-tooltip]:hover:after {
    display: block;
    z-index: 50;
  }
  
  a.search-title:visited {
    color: rgb(235, 0, 0);
  }
  
  .search-summary-link:hover,
  .search-summary-link:focus,
  .search-summary-link:visited {
    text-decoration: none !important;
  }
  
  .ais-Pagination-list {
    list-style-type: none !important;
    list-style: none !important;
  }
  .ais-Pagination-list .ais-Pagination-item {
    list-style-type: none !important;
    list-style: none !important;
  }
  .hit-item-single {
    margin: 0 auto;
    display: flex;
    padding: 2rem;
    border-bottom: 2px solid #ebebeb;
  }
  
  .search-product-link {
    color: rgb(99, 100, 102) !important;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0px;
  }
  
  .ais-Highlight-highlighted,
  .ais-Snippet-highlighted {
    background-color: rgb(254, 242, 242) !important;
    color: inherit;
  }
  
  #stats {
    color: rgb(0, 0, 0);
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0px;
    padding: 2rem 2rem 0 2rem;
  }
  
  .results-p {
    color: rgb(0, 0, 0);
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0px;
  }
  
  .no-results-p1 {
    color: rgb(0, 0, 0);
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0px;
  }
  
  .no-results-p2 {
    color: rgb(42, 42, 42);
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    letter-spacing: 0px;
    line-height: 24px;
  }
  
  .modal-body {
    padding: 0;
  }
  
  .ais-SearchBox {
    color: #000000;
  }

  .search-head {
    background-color: #212121 !important;
  }

@media screen and (max-width: 991px) {
  .mobile-search {
    display: inline-block !important;
    background-color: #000000 !important;
  }
  .desktop-search {
    display: none !important;
  }
  .buttons-nav-item {
   flex: auto;
 }
}

@media screen and (min-width: 992px) {
 .mobile-search {
   display: none !important;
   background-color: #000000 !important;
 }
 .desktop-search {
   display: inline-block !important;
 }
}

.btn-white {
    background-color: transparent !important;
}

.wy-side-scroll .wy-menu > ul > li.toctree-l1:first-of-type > a, .wy-menu > ul > li.toctree-l1:first-of-type > a {
    font-family: titillium-bold,arial,sans-serif;
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
}
.wy-side-scroll .wy-menu > ul li a, .wy-menu > ul li a {
    font-family: titillium-regular,arial,sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #474747;
    display: block;
    font-size: 16px;
    padding: .4em .5em;
    text-decoration: none;
}

a, a:visited {
    color: #3498db;
}

ul {
    list-style-type: disc;
}
ol, ul {
    padding-left: 1.4em;
    margin-bottom: 1.5em;
}

ol, ul {
    list-style: none;
}

ol li, ul li {
    margin-bottom: .5em;
}

*,
.fa-ul>li {
 position:relative
}
.admonition:before,
.fa-fw,
.fa-li {
 text-align:center
}
.admonition,
.admonition * {
 background:0 0
}
.blog-post .author-bio:after,
.blog-post .post-info:after,
.blog-post .post-preview:after,
.clearfix:after,
.docs-section:after {
 clear:both
}
.admonition:before,
.fa,
.layout.sidebar-left .collapsible-section-toggle .toggle,
[class*=drc-icon-],
body.sdks-home .sdk-grid .links:before {
 text-rendering:auto;
 -moz-osx-font-smoothing:grayscale
}
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
 margin:0;
 padding:0;
 border:0;
 font:inherit;
 vertical-align:baseline
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
 display:block
}
ol,
ul {
 list-style:none
}
blockquote,
q {
 quotes:none
}
blockquote:after,
blockquote:before,
q:after,
q:before {
 content:'';
 content:none
}
table {
 border-collapse:collapse;
 border-spacing:0
}
* {
 box-sizing:border-box;
 -moz-box-sizing:border-box
}
.clearfix:after,
.clearfix:before {
 content:" ";
 display:table
}

.admonition:before,
.fa,
.fa-stack {
 display:flex
}
@font-face {
 font-family:open-sans-light;
 font-style:normal;
 font-weight:300;
 src:url(https://fonts.gstatic.com/s/opensans/v13/DXI1ORHCpsQm3Vp6mXoaTXZ2MAKAc2x4R1uOSeegc5U.eot);
 src:url(https://fonts.gstatic.com/s/opensans/v13/DXI1ORHCpsQm3Vp6mXoaTaRDOzjiPcYnFooOUGCOsRk.woff) format('woff'),
 url(https://fonts.gstatic.com/s/opensans/v13/DXI1ORHCpsQm3Vp6mXoaTRampu5_7CjHW5spxoeN3Vs.woff2) format('woff2');
 unicode-range:U+0000-00FF,
 U+0131,
 U+0152-0153,
 U+02C6,
 U+02DA,
 U+02DC,
 U+2000-206F,
 U+2074,
 U+20AC,
 U+2212,
 U+2215,
 U+E0FF,
 U+EFFD,
 U+F000
}
@font-face {
 font-family:open-sans-regular;
 font-style:normal;
 font-weight:400;
 src:url(https://fonts.gstatic.com/s/opensans/v13/cJZKeOuBrn4kERxqtaUH3fY6323mHUZFJMgTvxaG2iE.eot);
 src:url(https://fonts.gstatic.com/s/opensans/v13/cJZKeOuBrn4kERxqtaUH3bO3LdcAZYWl9Si6vvxL-qU.woff) format('woff'),
 url(https://fonts.gstatic.com/s/opensans/v13/cJZKeOuBrn4kERxqtaUH3ZBw1xU1rKptJj_0jans920.woff2) format('woff2');
 unicode-range:U+0000-00FF,
 U+0131,
 U+0152-0153,
 U+02C6,
 U+02DA,
 U+02DC,
 U+2000-206F,
 U+2074,
 U+20AC,
 U+2212,
 U+2215,
 U+E0FF,
 U+EFFD,
 U+F000
}
@font-face {
 font-family:open-sans-regular-italic;
 font-style:italic;
 font-weight:400;
 src:local('Open Sans Italic'),
 local('OpenSans-Italic'),
 url(https://fonts.gstatic.com/s/opensans/v13/xjAJXh38I15wypJXxuGMBogp9Q8gbYrhqGlRav_IXfk.woff2) format('woff2');
 unicode-range:U+0000-00FF,
 U+0131,
 U+0152-0153,
 U+02C6,
 U+02DA,
 U+02DC,
 U+2000-206F,
 U+2074,
 U+20AC,
 U+2212,
 U+2215,
 U+E0FF,
 U+EFFD,
 U+F000
}
@font-face {
 font-family:open-sans-bold;
 font-style:normal;
 font-weight:700;
 src:url(https://fonts.gstatic.com/s/opensans/v13/k3k702ZOKiLJc3WVjuplzKRDOzjiPcYnFooOUGCOsRk.woff) format('woff'),
 url(https://fonts.gstatic.com/s/opensans/v13/k3k702ZOKiLJc3WVjuplzBampu5_7CjHW5spxoeN3Vs.woff2) format('woff2');
 unicode-range:U+0000-00FF,
 U+0131,
 U+0152-0153,
 U+02C6,
 U+02DA,
 U+02DC,
 U+2000-206F,
 U+2074,
 U+20AC,
 U+2212,
 U+2215,
 U+E0FF,
 U+EFFD,
 U+F000
}
@font-face {
 font-family:open-sans-bold-italic;
 font-style:italic;
 font-weight:700;
 src:url(https://fonts.gstatic.com/s/opensans/v13/PRmiXeptR36kaC0GEAetxhbnBKKEOwRKgsHDreGcocg.woff) format('woff'),
 url(https://fonts.gstatic.com/s/opensans/v13/PRmiXeptR36kaC0GEAetxv79_ZuUxCigM2DespTnFaw.woff2) format('woff2');
 unicode-range:U+0000-00FF,
 U+0131,
 U+0152-0153,
 U+02C6,
 U+02DA,
 U+02DC,
 U+2000-206F,
 U+2074,
 U+20AC,
 U+2212,
 U+2215,
 U+E0FF,
 U+EFFD,
 U+F000
}
@font-face {
 font-family:titillium-regular;
 font-style:normal;
 font-weight:400;
 src:url(https://fonts.gstatic.com/s/titilliumweb/v4/7XUFZ5tgS-tD6QamInJTcZ_o9VAbKgK36i-4snuAuCM.woff) format('woff'),
 url(https://fonts.gstatic.com/s/titilliumweb/v4/7XUFZ5tgS-tD6QamInJTceHuglUR2dhBxWD-q_ehMME.woff2) format('woff2');
 unicode-range:U+0000-00FF,
 U+0131,
 U+0152-0153,
 U+02C6,
 U+02DA,
 U+02DC,
 U+2000-206F,
 U+2074,
 U+20AC,
 U+2212,
 U+2215,
 U+E0FF,
 U+EFFD,
 U+F000
}
@font-face {
 font-family:titillium-light;
 font-style:normal;
 font-weight:300;
 src:url(https://fonts.gstatic.com/s/titilliumweb/v4/anMUvcNT0H1YN4FII8wpr1uKlGE8-OjkUKWan_M3D6s.woff) format('woff'),
 url(https://fonts.gstatic.com/s/titilliumweb/v4/anMUvcNT0H1YN4FII8wpr6YfJ4wTnNoNUCmOpdh16Tg.woff2) format('woff2');
 unicode-range:U+0000-00FF,
 U+0131,
 U+0152-0153,
 U+02C6,
 U+02DA,
 U+02DC,
 U+2000-206F,
 U+2074,
 U+20AC,
 U+2212,
 U+2215,
 U+E0FF,
 U+EFFD,
 U+F000
}
@font-face {
 font-family:titillium-bold;
 font-style:normal;
 font-weight:700;
 src:url(https://fonts.gstatic.com/s/titilliumweb/v4/anMUvcNT0H1YN4FII8wpr_5rZpfU3XI-FvUPGDRT0xY.woff) format('woff'),
 url(https://fonts.gstatic.com/s/titilliumweb/v4/anMUvcNT0H1YN4FII8wpr8hG3LOB74UqS1hPmWaAxzQ.woff2) format('woff2');
 unicode-range:U+0000-00FF,
 U+0131,
 U+0152-0153,
 U+02C6,
 U+02DA,
 U+02DC,
 U+2000-206F,
 U+2074,
 U+20AC,
 U+2212,
 U+2215,
 U+E0FF,
 U+EFFD,
 U+F000
}
@font-face {
 font-family:titillium-regular-italic;
 font-style:italic;
 font-weight:400;
 src:url(https://fonts.gstatic.com/s/titilliumweb/v4/r9OmwyQxrgzUAhaLET_KO8-iP4m4uFrmmLLVBqy34EU.woff) format('woff'),
 url(https://fonts.gstatic.com/s/titilliumweb/v4/r9OmwyQxrgzUAhaLET_KO04Sq3N3sm-tF9FpL8sHob4.woff2) format('woff2');
 unicode-range:U+0000-00FF,
 U+0131,
 U+0152-0153,
 U+02C6,
 U+02DA,
 U+02DC,
 U+2000-206F,
 U+2074,
 U+20AC,
 U+2212,
 U+2215,
 U+E0FF,
 U+EFFD,
 U+F000
}
@font-face {
 font-family:titillium-light-italic;
 font-style:italic;
 font-weight:300;
 src:url(https://fonts.gstatic.com/s/titilliumweb/v4/RZunN20OBmkvrU7sA4GPPiKuKXcI2mpaPB3p6hsA39k.woff) format('woff'),
 url(https://fonts.gstatic.com/s/titilliumweb/v4/RZunN20OBmkvrU7sA4GPPkb38SFW3SGHxd5c_83r5xk.woff2) format('woff2');
 unicode-range:U+0000-00FF,
 U+0131,
 U+0152-0153,
 U+02C6,
 U+02DA,
 U+02DC,
 U+2000-206F,
 U+2074,
 U+20AC,
 U+2212,
 U+2215,
 U+E0FF,
 U+EFFD,
 U+F000
}
@font-face {
 font-family:titillium-bold-italic;
 font-style:italic;
 font-weight:700;
 src:url(https://fonts.gstatic.com/s/titilliumweb/v4/RZunN20OBmkvrU7sA4GPPpe8VrfdPPeK1ViGigzR2tQ.woff) format('woff'),
 url(https://fonts.gstatic.com/s/titilliumweb/v4/RZunN20OBmkvrU7sA4GPPipre1WS4Xml-pRMufJH74k.woff2) format('woff2');
 unicode-range:U+0000-00FF,
 U+0131,
 U+0152-0153,
 U+02C6,
 U+02DA,
 U+02DC,
 U+2000-206F,
 U+2074,
 U+20AC,
 U+2212,
 U+2215,
 U+E0FF,
 U+EFFD,
 U+F000
}
@font-face {
 font-family:source-code-regular;
 src:url(https://80f9b8fec919ac5ebc1a-384085a95109bffb325fe35cb6202ded.ssl.cf2.rackcdn.com/sourcecodepro-regular-webfont-e0b2cd80c5e190d6857df655e2bbf6817a00637bac363223590ba15428aeddd9.woff) format('woff'),
 url(https://80f9b8fec919ac5ebc1a-384085a95109bffb325fe35cb6202ded.ssl.cf2.rackcdn.com/sourcecodepro-regular-webfont-94bf8a40e3e461e717cc92e4adff26ecf8f6776611c453cd0f4fbddb71b08c92.woff2) format('woff2');
 font-weight:400;
 font-style:normal
}
@font-face {
 font-family:drc-icons;
 src:url(/assets/bower_components/drc-icons/dist/fonts/drc-icons.eot?8f9f0fe7a4bb487064de0a3d4ba5ecf6);
 src:url(/assets/bower_components/drc-icons/dist/fonts/drc-icons.eot?#iefix) format("embedded-opentype"),
 url(/assets/bower_components/drc-icons/dist/fonts/drc-icons.woff?8f9f0fe7a4bb487064de0a3d4ba5ecf6) format("woff"),
 url(/assets/bower_components/drc-icons/dist/fonts/drc-icons.ttf?8f9f0fe7a4bb487064de0a3d4ba5ecf6) format("truetype");
 font-weight:400;
 font-style:normal
}
[class*=drc-icon-] {
 display:inline-block;
 font:normal normal normal 14px/1 drc-icons;
 font-size:inherit;
 -webkit-font-smoothing:antialiased;
 transform:translate(0,0)
}
.drc-icon-bolt-circle:before {
 content:'\f101'
}
.drc-icon-coffee-cup-circle:before {
 content:'\f102'
}
.drc-icon-dot-net:before {
 content:'\f103'
}
.drc-icon-exclamation-circle:before {
 content:'\f104'
}
.drc-icon-gopher:before {
 content:'\f105'
}
.drc-icon-java:before {
 content:'\f106'
}
.drc-icon-js:before {
 content:'\f107'
}
.drc-icon-letter-i-circle:before {
 content:'\f108'
}
.drc-icon-lightbulb-circle:before {
 content:'\f109'
}
.drc-icon-megaphone-circle:before {
 content:'\f10a'
}
.drc-icon-pencil-circle:before {
 content:'\f10b'
}
.drc-icon-php:before {
 content:'\f10c'
}
.drc-icon-python:before {
 content:'\f10d'
}
.drc-icon-ruby:before {
 content:'\f10e'
}
.drc-icon-star-circle:before {
 content:'\f10f'
}
.drc-icon-terminal:before {
 content:'\f110'
}
@font-face {
 font-family:FontAwesome;
 src:url(https://80f9b8fec919ac5ebc1a-384085a95109bffb325fe35cb6202ded.ssl.cf2.rackcdn.com/fontawesome-webfont-cbb644d0ee730ea57dd5fbae35ef5ba4a41d57a254a6b1215de5c9ff8a321c2d.eot);
 src:url(https://80f9b8fec919ac5ebc1a-384085a95109bffb325fe35cb6202ded.ssl.cf2.rackcdn.com/fontawesome-webfont-cbb644d0ee730ea57dd5fbae35ef5ba4a41d57a254a6b1215de5c9ff8a321c2d.eot) format('embedded-opentype'),
 url(https://80f9b8fec919ac5ebc1a-384085a95109bffb325fe35cb6202ded.ssl.cf2.rackcdn.com/fontawesome-webfont-aadc3580d2b64ff5a7e6f1425587db4e8b033efcbf8f5c332ca52a5ed580c87c.woff2) format('woff2'),
 url(https://80f9b8fec919ac5ebc1a-384085a95109bffb325fe35cb6202ded.ssl.cf2.rackcdn.com/fontawesome-webfont-e3870de89716b72cb61a4bba0e17c75783b361cdaba35ea96961c3070bd8ca18.woff) format('woff'),
 url(https://80f9b8fec919ac5ebc1a-384085a95109bffb325fe35cb6202ded.ssl.cf2.rackcdn.com/fontawesome-webfont-9e540a087924a6e64790149d735cac022640e4fa6bff6bd65f5e9f41529bf0b3.ttf) format('truetype'),
 url(https://80f9b8fec919ac5ebc1a-384085a95109bffb325fe35cb6202ded.ssl.cf2.rackcdn.com/fontawesome-webfont-bfdef833219a6edffd9c3cbc28db72739d22bb4d20cc2e2f8d56a7a4d408a206.svg) format('svg');
 font-weight:400;
 font-style:normal
}
.fa {
 font:normal normal normal 14px/1 FontAwesome;
 font-size:inherit;
 -webkit-font-smoothing:antialiased;
 transform:translate(0,0)
}
.fa-lg {
 font-size:1.33333333em;
 line-height:.75em;
 vertical-align:-15%
}
.fa-2x {
 font-size:2em
}
.fa-3x {
 font-size:3em
}
.fa-4x {
 font-size:4em
}
.fa-5x {
 font-size:5em
}
.fa-fw {
 width:1.28571429em
}
.fa-ul {
 padding-left:0;
 margin-left:2.14285714em;
 list-style-type:none
}
.fa-li {
 position:absolute;
 left:-2.14285714em;
 width:2.14285714em;
 top:.14285714em
}
.fa-li.fa-lg {
 left:-1.85714286em
}
.fa-border {
 padding:.2em .25em .15em;
 border:.08em solid #eee;
 border-radius:.1em
}
.pull-right {
 float:right
}
.pull-left {
 float:left
}
.fa.pull-left {
 margin-right:.3em
}
.fa.pull-right {
 margin-left:.3em
}
.fa-spin {
 animation:fa-spin 2s infinite linear
}
.fa-pulse {
 animation:fa-spin 1s infinite steps(8)
}
@keyframes fa-spin {
 0% {
  transform:rotate(0)
 }
 100% {
  transform:rotate(359deg)
 }
}
.fa-rotate-90 {
 filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
 transform:rotate(90deg)
}
.fa-rotate-180 {
 filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
 transform:rotate(180deg)
}
.fa-rotate-270 {
 filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
 transform:rotate(270deg)
}
.fa-flip-horizontal {
 filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
 transform:scale(-1,1)
}
.fa-flip-vertical {
 filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
 transform:scale(1,-1)
}
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-rotate-90 {
 filter:none
}
.fa-stack {
 position:relative;
 width:2em;
 height:2em;
 line-height:2em;
 vertical-align:middle
}
.fa-stack-1x,
.fa-stack-2x {
 position:absolute;
 left:0;
 width:100%;
 text-align:center
}
.fa-stack-1x {
 line-height:inherit
}
.fa-stack-2x {
 font-size:2em
}
.fa-inverse {
 color:#fff
}
.fa-glass:before {
 content:"\f000"
}
.fa-music:before {
 content:"\f001"
}
.fa-search:before {
 content:"\f002"
}
.fa-envelope-o:before {
 content:"\f003"
}
.fa-heart:before {
 content:"\f004"
}
.fa-star:before {
 content:"\f005"
}
.fa-star-o:before {
 content:"\f006"
}
.fa-user:before {
 content:"\f007"
}
.fa-film:before {
 content:"\f008"
}
.fa-th-large:before {
 content:"\f009"
}
.fa-th:before {
 content:"\f00a"
}
.fa-th-list:before {
 content:"\f00b"
}
.fa-check:before {
 content:"\f00c"
}
.fa-close:before,
.fa-remove:before,
.fa-times:before {
 content:"\f00d"
}
.fa-search-plus:before {
 content:"\f00e"
}
.fa-search-minus:before {
 content:"\f010"
}
.fa-power-off:before {
 content:"\f011"
}
.fa-signal:before {
 content:"\f012"
}
.fa-cog:before,
.fa-gear:before {
 content:"\f013"
}
.fa-trash-o:before {
 content:"\f014"
}
.fa-home:before {
 content:"\f015"
}
.fa-file-o:before {
 content:"\f016"
}
.fa-clock-o:before {
 content:"\f017"
}
.fa-road:before {
 content:"\f018"
}
.fa-download:before {
 content:"\f019"
}
.fa-arrow-circle-o-down:before {
 content:"\f01a"
}
.fa-arrow-circle-o-up:before {
 content:"\f01b"
}
.fa-inbox:before {
 content:"\f01c"
}
.fa-play-circle-o:before {
 content:"\f01d"
}
.fa-repeat:before,
.fa-rotate-right:before {
 content:"\f01e"
}
.fa-refresh:before {
 content:"\f021"
}
.fa-list-alt:before {
 content:"\f022"
}
.fa-lock:before {
 content:"\f023"
}
.fa-flag:before {
 content:"\f024"
}
.fa-headphones:before {
 content:"\f025"
}
.fa-volume-off:before {
 content:"\f026"
}
.fa-volume-down:before {
 content:"\f027"
}
.fa-volume-up:before {
 content:"\f028"
}
.fa-qrcode:before {
 content:"\f029"
}
.fa-barcode:before {
 content:"\f02a"
}
.fa-tag:before {
 content:"\f02b"
}
.fa-tags:before {
 content:"\f02c"
}
.fa-book:before {
 content:"\f02d"
}
.fa-bookmark:before {
 content:"\f02e"
}
.fa-print:before {
 content:"\f02f"
}
.fa-camera:before {
 content:"\f030"
}
.fa-font:before {
 content:"\f031"
}
.fa-bold:before {
 content:"\f032"
}
.fa-italic:before {
 content:"\f033"
}
.fa-text-height:before {
 content:"\f034"
}
.fa-text-width:before {
 content:"\f035"
}
.fa-align-left:before {
 content:"\f036"
}
.fa-align-center:before {
 content:"\f037"
}
.fa-align-right:before {
 content:"\f038"
}
.fa-align-justify:before {
 content:"\f039"
}
.fa-list:before {
 content:"\f03a"
}
.fa-dedent:before,
.fa-outdent:before {
 content:"\f03b"
}
.fa-indent:before {
 content:"\f03c"
}
.fa-video-camera:before {
 content:"\f03d"
}
.fa-image:before,
.fa-photo:before,
.fa-picture-o:before {
 content:"\f03e"
}
.fa-pencil:before {
 content:"\f040"
}
.fa-map-marker:before {
 content:"\f041"
}
.fa-adjust:before {
 content:"\f042"
}
.fa-tint:before {
 content:"\f043"
}
.fa-edit:before,
.fa-pencil-square-o:before {
 content:"\f044"
}
.fa-share-square-o:before {
 content:"\f045"
}
.fa-check-square-o:before {
 content:"\f046"
}
.fa-arrows:before {
 content:"\f047"
}
.fa-step-backward:before {
 content:"\f048"
}
.fa-fast-backward:before {
 content:"\f049"
}
.fa-backward:before {
 content:"\f04a"
}
.fa-play:before {
 content:"\f04b"
}
.fa-pause:before {
 content:"\f04c"
}
.fa-stop:before {
 content:"\f04d"
}
.fa-forward:before {
 content:"\f04e"
}
.fa-fast-forward:before {
 content:"\f050"
}
.fa-step-forward:before {
 content:"\f051"
}
.fa-eject:before {
 content:"\f052"
}
.fa-chevron-left:before {
 content:"\f053"
}
.fa-chevron-right:before {
 content:"\f054"
}
.fa-plus-circle:before {
 content:"\f055"
}
.fa-minus-circle:before {
 content:"\f056"
}
.fa-times-circle:before {
 content:"\f057"
}
.fa-check-circle:before {
 content:"\f058"
}
.fa-question-circle:before {
 content:"\f059"
}
.fa-info-circle:before {
 content:"\f05a"
}
.fa-crosshairs:before {
 content:"\f05b"
}
.fa-times-circle-o:before {
 content:"\f05c"
}
.fa-check-circle-o:before {
 content:"\f05d"
}
.fa-ban:before {
 content:"\f05e"
}
.fa-arrow-left:before {
 content:"\f060"
}
.fa-arrow-right:before {
 content:"\f061"
}
.fa-arrow-up:before {
 content:"\f062"
}
.fa-arrow-down:before {
 content:"\f063"
}
.fa-mail-forward:before,
.fa-share:before {
 content:"\f064"
}
.fa-expand:before {
 content:"\f065"
}
.fa-compress:before {
 content:"\f066"
}
.fa-plus:before {
 content:"\f067"
}
.fa-minus:before {
 content:"\f068"
}
.fa-asterisk:before {
 content:"\f069"
}
.fa-exclamation-circle:before {
 content:"\f06a"
}
.fa-gift:before {
 content:"\f06b"
}
.fa-leaf:before {
 content:"\f06c"
}
.fa-fire:before {
 content:"\f06d"
}
.fa-eye:before {
 content:"\f06e"
}
.fa-eye-slash:before {
 content:"\f070"
}
.fa-exclamation-triangle:before,
.fa-warning:before {
 content:"\f071"
}
.fa-plane:before {
 content:"\f072"
}
.fa-calendar:before {
 content:"\f073"
}
.fa-random:before {
 content:"\f074"
}
.fa-comment:before {
 content:"\f075"
}
.fa-magnet:before {
 content:"\f076"
}
.fa-chevron-up:before {
 content:"\f077"
}
.fa-chevron-down:before {
 content:"\f078"
}
.fa-retweet:before {
 content:"\f079"
}
.fa-shopping-cart:before {
 content:"\f07a"
}
.fa-folder:before {
 content:"\f07b"
}
.fa-folder-open:before {
 content:"\f07c"
}
.fa-arrows-v:before {
 content:"\f07d"
}
.fa-arrows-h:before {
 content:"\f07e"
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
 content:"\f080"
}
.fa-twitter-square:before {
 content:"\f081"
}
.fa-facebook-square:before {
 content:"\f082"
}
.fa-camera-retro:before {
 content:"\f083"
}
.fa-key:before {
 content:"\f084"
}
.fa-cogs:before,
.fa-gears:before {
 content:"\f085"
}
.fa-comments:before {
 content:"\f086"
}
.fa-thumbs-o-up:before {
 content:"\f087"
}
.fa-thumbs-o-down:before {
 content:"\f088"
}
.fa-star-half:before {
 content:"\f089"
}
.fa-heart-o:before {
 content:"\f08a"
}
.fa-sign-out:before {
 content:"\f08b"
}
.fa-linkedin-square:before {
 content:"\f08c"
}
.fa-thumb-tack:before {
 content:"\f08d"
}
.fa-external-link:before {
 content:"\f08e"
}
.fa-sign-in:before {
 content:"\f090"
}
.fa-trophy:before {
 content:"\f091"
}
.fa-github-square:before {
 content:"\f092"
}
.fa-upload:before {
 content:"\f093"
}
.fa-lemon-o:before {
 content:"\f094"
}
.fa-phone:before {
 content:"\f095"
}
.fa-square-o:before {
 content:"\f096"
}
.fa-bookmark-o:before {
 content:"\f097"
}
.fa-phone-square:before {
 content:"\f098"
}
.fa-twitter:before {
 content:"\f099"
}
.fa-facebook-f:before,
.fa-facebook:before {
 content:"\f09a"
}
.fa-github:before {
 content:"\f09b"
}
.fa-unlock:before {
 content:"\f09c"
}
.fa-credit-card:before {
 content:"\f09d"
}
.fa-rss:before {
 content:"\f09e"
}
.fa-hdd-o:before {
 content:"\f0a0"
}
.fa-bullhorn:before {
 content:"\f0a1"
}
.fa-bell:before {
 content:"\f0f3"
}
.fa-certificate:before {
 content:"\f0a3"
}
.fa-hand-o-right:before {
 content:"\f0a4"
}
.fa-hand-o-left:before {
 content:"\f0a5"
}
.fa-hand-o-up:before {
 content:"\f0a6"
}
.fa-hand-o-down:before {
 content:"\f0a7"
}
.fa-arrow-circle-left:before {
 content:"\f0a8"
}
.fa-arrow-circle-right:before {
 content:"\f0a9"
}
.fa-arrow-circle-up:before {
 content:"\f0aa"
}
.fa-arrow-circle-down:before {
 content:"\f0ab"
}
.fa-globe:before {
 content:"\f0ac"
}
.fa-wrench:before {
 content:"\f0ad"
}
.fa-tasks:before {
 content:"\f0ae"
}
.fa-filter:before {
 content:"\f0b0"
}
.fa-briefcase:before {
 content:"\f0b1"
}
.fa-arrows-alt:before {
 content:"\f0b2"
}
.fa-group:before,
.fa-users:before {
 content:"\f0c0"
}
.fa-chain:before,
.fa-link:before {
 content:"\f0c1"
}
.fa-cloud:before {
 content:"\f0c2"
}
.fa-flask:before {
 content:"\f0c3"
}
.fa-cut:before,
.fa-scissors:before {
 content:"\f0c4"
}
.fa-copy:before,
.fa-files-o:before {
 content:"\f0c5"
}
.fa-paperclip:before {
 content:"\f0c6"
}
.fa-floppy-o:before,
.fa-save:before {
 content:"\f0c7"
}
.fa-square:before {
 content:"\f0c8"
}
.fa-bars:before,
.fa-navicon:before,
.fa-reorder:before {
 content:"\f0c9"
}
.fa-list-ul:before {
 content:"\f0ca"
}
.fa-list-ol:before {
 content:"\f0cb"
}
.fa-strikethrough:before {
 content:"\f0cc"
}
.fa-underline:before {
 content:"\f0cd"
}
.fa-table:before {
 content:"\f0ce"
}
.fa-magic:before {
 content:"\f0d0"
}
.fa-truck:before {
 content:"\f0d1"
}
.fa-pinterest:before {
 content:"\f0d2"
}
.fa-pinterest-square:before {
 content:"\f0d3"
}
.fa-google-plus-square:before {
 content:"\f0d4"
}
.fa-google-plus:before {
 content:"\f0d5"
}
.fa-money:before {
 content:"\f0d6"
}
.fa-caret-down:before {
 content:"\f0d7"
}
.fa-caret-up:before {
 content:"\f0d8"
}
.fa-caret-left:before {
 content:"\f0d9"
}
.fa-caret-right:before {
 content:"\f0da"
}
.fa-columns:before {
 content:"\f0db"
}
.fa-sort:before,
.fa-unsorted:before {
 content:"\f0dc"
}
.fa-sort-desc:before,
.fa-sort-down:before {
 content:"\f0dd"
}
.fa-sort-asc:before,
.fa-sort-up:before {
 content:"\f0de"
}
.fa-envelope:before {
 content:"\f0e0"
}
.fa-linkedin:before {
 content:"\f0e1"
}
.fa-rotate-left:before,
.fa-undo:before {
 content:"\f0e2"
}
.fa-gavel:before,
.fa-legal:before {
 content:"\f0e3"
}
.fa-dashboard:before,
.fa-tachometer:before {
 content:"\f0e4"
}
.fa-comment-o:before {
 content:"\f0e5"
}
.fa-comments-o:before {
 content:"\f0e6"
}
.fa-bolt:before,
.fa-flash:before {
 content:"\f0e7"
}
.fa-sitemap:before {
 content:"\f0e8"
}
.fa-umbrella:before {
 content:"\f0e9"
}
.fa-clipboard:before,
.fa-paste:before {
 content:"\f0ea"
}
.fa-lightbulb-o:before {
 content:"\f0eb"
}
.fa-exchange:before {
 content:"\f0ec"
}
.fa-cloud-download:before {
 content:"\f0ed"
}
.fa-cloud-upload:before {
 content:"\f0ee"
}
.fa-user-md:before {
 content:"\f0f0"
}
.fa-stethoscope:before {
 content:"\f0f1"
}
.fa-suitcase:before {
 content:"\f0f2"
}
.fa-bell-o:before {
 content:"\f0a2"
}
.fa-coffee:before {
 content:"\f0f4"
}
.fa-cutlery:before {
 content:"\f0f5"
}
.fa-file-text-o:before {
 content:"\f0f6"
}
.fa-building-o:before {
 content:"\f0f7"
}
.fa-hospital-o:before {
 content:"\f0f8"
}
.fa-ambulance:before {
 content:"\f0f9"
}
.fa-medkit:before {
 content:"\f0fa"
}
.fa-fighter-jet:before {
 content:"\f0fb"
}
.fa-beer:before {
 content:"\f0fc"
}
.fa-h-square:before {
 content:"\f0fd"
}
.fa-plus-square:before {
 content:"\f0fe"
}
.fa-angle-double-left:before {
 content:"\f100"
}
.fa-angle-double-right:before {
 content:"\f101"
}
.fa-angle-double-up:before {
 content:"\f102"
}
.fa-angle-double-down:before {
 content:"\f103"
}
.fa-angle-left:before {
 content:"\f104"
}
.fa-angle-right:before {
 content:"\f105"
}
.fa-angle-up:before {
 content:"\f106"
}
.fa-angle-down:before {
 content:"\f107"
}
.fa-desktop:before {
 content:"\f108"
}
.fa-laptop:before {
 content:"\f109"
}
.fa-tablet:before {
 content:"\f10a"
}
.fa-mobile-phone:before,
.fa-mobile:before {
 content:"\f10b"
}
.fa-circle-o:before {
 content:"\f10c"
}
.fa-quote-left:before {
 content:"\f10d"
}
.fa-quote-right:before {
 content:"\f10e"
}
.fa-spinner:before {
 content:"\f110"
}
.fa-circle:before {
 content:"\f111"
}
.fa-mail-reply:before,
.fa-reply:before {
 content:"\f112"
}
.fa-github-alt:before {
 content:"\f113"
}
.fa-folder-o:before {
 content:"\f114"
}
.fa-folder-open-o:before {
 content:"\f115"
}
.fa-smile-o:before {
 content:"\f118"
}
.fa-frown-o:before {
 content:"\f119"
}
.fa-meh-o:before {
 content:"\f11a"
}
.fa-gamepad:before {
 content:"\f11b"
}
.fa-keyboard-o:before {
 content:"\f11c"
}
.fa-flag-o:before {
 content:"\f11d"
}
.fa-flag-checkered:before {
 content:"\f11e"
}
.fa-terminal:before {
 content:"\f120"
}
.fa-code:before {
 content:"\f121"
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
 content:"\f122"
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
 content:"\f123"
}
.fa-location-arrow:before {
 content:"\f124"
}
.fa-crop:before {
 content:"\f125"
}
.fa-code-fork:before {
 content:"\f126"
}
.fa-chain-broken:before,
.fa-unlink:before {
 content:"\f127"
}
.fa-question:before {
 content:"\f128"
}
.fa-info:before {
 content:"\f129"
}
.fa-exclamation:before {
 content:"\f12a"
}
.fa-superscript:before {
 content:"\f12b"
}
.fa-subscript:before {
 content:"\f12c"
}
.fa-eraser:before {
 content:"\f12d"
}
.fa-puzzle-piece:before {
 content:"\f12e"
}
.fa-microphone:before {
 content:"\f130"
}
.fa-microphone-slash:before {
 content:"\f131"
}
.fa-shield:before {
 content:"\f132"
}
.fa-calendar-o:before {
 content:"\f133"
}
.fa-fire-extinguisher:before {
 content:"\f134"
}
.fa-rocket:before {
 content:"\f135"
}
.fa-maxcdn:before {
 content:"\f136"
}
.fa-chevron-circle-left:before {
 content:"\f137"
}
.fa-chevron-circle-right:before {
 content:"\f138"
}
.fa-chevron-circle-up:before {
 content:"\f139"
}
.fa-chevron-circle-down:before {
 content:"\f13a"
}
.fa-html5:before {
 content:"\f13b"
}
.fa-css3:before {
 content:"\f13c"
}
.fa-anchor:before {
 content:"\f13d"
}
.fa-unlock-alt:before {
 content:"\f13e"
}
.fa-bullseye:before {
 content:"\f140"
}
.fa-ellipsis-h:before {
 content:"\f141"
}
.fa-ellipsis-v:before {
 content:"\f142"
}
.fa-rss-square:before {
 content:"\f143"
}
.fa-play-circle:before {
 content:"\f144"
}
.fa-ticket:before {
 content:"\f145"
}
.fa-minus-square:before {
 content:"\f146"
}
.fa-minus-square-o:before {
 content:"\f147"
}
.fa-level-up:before {
 content:"\f148"
}
.fa-level-down:before {
 content:"\f149"
}
.fa-check-square:before {
 content:"\f14a"
}
.fa-pencil-square:before {
 content:"\f14b"
}
.fa-external-link-square:before {
 content:"\f14c"
}
.fa-share-square:before {
 content:"\f14d"
}
.fa-compass:before {
 content:"\f14e"
}
.fa-caret-square-o-down:before,
.fa-toggle-down:before {
 content:"\f150"
}
.fa-caret-square-o-up:before,
.fa-toggle-up:before {
 content:"\f151"
}
.fa-caret-square-o-right:before,
.fa-toggle-right:before {
 content:"\f152"
}
.fa-eur:before,
.fa-euro:before {
 content:"\f153"
}
.fa-gbp:before {
 content:"\f154"
}
.fa-dollar:before,
.fa-usd:before {
 content:"\f155"
}
.fa-inr:before,
.fa-rupee:before {
 content:"\f156"
}
.fa-cny:before,
.fa-jpy:before,
.fa-rmb:before,
.fa-yen:before {
 content:"\f157"
}
.fa-rouble:before,
.fa-rub:before,
.fa-ruble:before {
 content:"\f158"
}
.fa-krw:before,
.fa-won:before {
 content:"\f159"
}
.fa-bitcoin:before,
.fa-btc:before {
 content:"\f15a"
}
.fa-file:before {
 content:"\f15b"
}
.fa-file-text:before {
 content:"\f15c"
}
.fa-sort-alpha-asc:before {
 content:"\f15d"
}
.fa-sort-alpha-desc:before {
 content:"\f15e"
}
.fa-sort-amount-asc:before {
 content:"\f160"
}
.fa-sort-amount-desc:before {
 content:"\f161"
}
.fa-sort-numeric-asc:before {
 content:"\f162"
}
.fa-sort-numeric-desc:before {
 content:"\f163"
}
.fa-thumbs-up:before {
 content:"\f164"
}
.fa-thumbs-down:before {
 content:"\f165"
}
.fa-youtube-square:before {
 content:"\f166"
}
.fa-youtube:before {
 content:"\f167"
}
.fa-xing:before {
 content:"\f168"
}
.fa-xing-square:before {
 content:"\f169"
}
.fa-youtube-play:before {
 content:"\f16a"
}
.fa-dropbox:before {
 content:"\f16b"
}
.fa-stack-overflow:before {
 content:"\f16c"
}
.fa-instagram:before {
 content:"\f16d"
}
.fa-flickr:before {
 content:"\f16e"
}
.fa-adn:before {
 content:"\f170"
}
.fa-bitbucket:before {
 content:"\f171"
}
.fa-bitbucket-square:before {
 content:"\f172"
}
.fa-tumblr:before {
 content:"\f173"
}
.fa-tumblr-square:before {
 content:"\f174"
}
.fa-long-arrow-down:before {
 content:"\f175"
}
.fa-long-arrow-up:before {
 content:"\f176"
}
.fa-long-arrow-left:before {
 content:"\f177"
}
.fa-long-arrow-right:before {
 content:"\f178"
}
.fa-apple:before {
 content:"\f179"
}
.fa-windows:before {
 content:"\f17a"
}
.fa-android:before {
 content:"\f17b"
}
.fa-linux:before {
 content:"\f17c"
}
.fa-dribbble:before {
 content:"\f17d"
}
.fa-skype:before {
 content:"\f17e"
}
.fa-foursquare:before {
 content:"\f180"
}
.fa-trello:before {
 content:"\f181"
}
.fa-female:before {
 content:"\f182"
}
.fa-male:before {
 content:"\f183"
}
.fa-gittip:before,
.fa-gratipay:before {
 content:"\f184"
}
.fa-sun-o:before {
 content:"\f185"
}
.fa-moon-o:before {
 content:"\f186"
}
.fa-archive:before {
 content:"\f187"
}
.fa-bug:before {
 content:"\f188"
}
.fa-vk:before {
 content:"\f189"
}
.fa-weibo:before {
 content:"\f18a"
}
.fa-renren:before {
 content:"\f18b"
}
.fa-pagelines:before {
 content:"\f18c"
}
.fa-stack-exchange:before {
 content:"\f18d"
}
.fa-arrow-circle-o-right:before {
 content:"\f18e"
}
.fa-arrow-circle-o-left:before {
 content:"\f190"
}
.fa-caret-square-o-left:before,
.fa-toggle-left:before {
 content:"\f191"
}
.fa-dot-circle-o:before {
 content:"\f192"
}
.fa-wheelchair:before {
 content:"\f193"
}
.fa-vimeo-square:before {
 content:"\f194"
}
.fa-try:before,
.fa-turkish-lira:before {
 content:"\f195"
}
.fa-plus-square-o:before {
 content:"\f196"
}
.fa-space-shuttle:before {
 content:"\f197"
}
.fa-slack:before {
 content:"\f198"
}
.fa-envelope-square:before {
 content:"\f199"
}
.fa-wordpress:before {
 content:"\f19a"
}
.fa-openid:before {
 content:"\f19b"
}
.fa-bank:before,
.fa-institution:before,
.fa-university:before {
 content:"\f19c"
}
.fa-graduation-cap:before,
.fa-mortar-board:before {
 content:"\f19d"
}
.fa-yahoo:before {
 content:"\f19e"
}
.fa-google:before {
 content:"\f1a0"
}
.fa-reddit:before {
 content:"\f1a1"
}
.fa-reddit-square:before {
 content:"\f1a2"
}
.fa-stumbleupon-circle:before {
 content:"\f1a3"
}
.fa-stumbleupon:before {
 content:"\f1a4"
}
.fa-delicious:before {
 content:"\f1a5"
}
.fa-digg:before {
 content:"\f1a6"
}
.fa-pied-piper:before {
 content:"\f1a7"
}
.fa-pied-piper-alt:before {
 content:"\f1a8"
}
.fa-drupal:before {
 content:"\f1a9"
}
.fa-joomla:before {
 content:"\f1aa"
}
.fa-language:before {
 content:"\f1ab"
}
.fa-fax:before {
 content:"\f1ac"
}
.fa-building:before {
 content:"\f1ad"
}
.fa-child:before {
 content:"\f1ae"
}
.fa-paw:before {
 content:"\f1b0"
}
.fa-spoon:before {
 content:"\f1b1"
}
.fa-cube:before {
 content:"\f1b2"
}
.fa-cubes:before {
 content:"\f1b3"
}
.fa-behance:before {
 content:"\f1b4"
}
.fa-behance-square:before {
 content:"\f1b5"
}
.fa-steam:before {
 content:"\f1b6"
}
.fa-steam-square:before {
 content:"\f1b7"
}
.fa-recycle:before {
 content:"\f1b8"
}
.fa-automobile:before,
.fa-car:before {
 content:"\f1b9"
}
.fa-cab:before,
.fa-taxi:before {
 content:"\f1ba"
}
.fa-tree:before {
 content:"\f1bb"
}
.fa-spotify:before {
 content:"\f1bc"
}
.fa-deviantart:before {
 content:"\f1bd"
}
.fa-soundcloud:before {
 content:"\f1be"
}
.fa-database:before {
 content:"\f1c0"
}
.fa-file-pdf-o:before {
 content:"\f1c1"
}
.fa-file-word-o:before {
 content:"\f1c2"
}
.fa-file-excel-o:before {
 content:"\f1c3"
}
.fa-file-powerpoint-o:before {
 content:"\f1c4"
}
.fa-file-image-o:before,
.fa-file-photo-o:before,
.fa-file-picture-o:before {
 content:"\f1c5"
}
.fa-file-archive-o:before,
.fa-file-zip-o:before {
 content:"\f1c6"
}
.fa-file-audio-o:before,
.fa-file-sound-o:before {
 content:"\f1c7"
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
 content:"\f1c8"
}
.fa-file-code-o:before {
 content:"\f1c9"
}
.fa-vine:before {
 content:"\f1ca"
}
.fa-codepen:before {
 content:"\f1cb"
}
.fa-jsfiddle:before {
 content:"\f1cc"
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-ring:before,
.fa-life-saver:before,
.fa-support:before {
 content:"\f1cd"
}
.fa-circle-o-notch:before {
 content:"\f1ce"
}
.fa-ra:before,
.fa-rebel:before {
 content:"\f1d0"
}
.fa-empire:before,
.fa-ge:before {
 content:"\f1d1"
}
.fa-git-square:before {
 content:"\f1d2"
}
.fa-git:before {
 content:"\f1d3"
}
.fa-hacker-news:before {
 content:"\f1d4"
}
.fa-tencent-weibo:before {
 content:"\f1d5"
}
.fa-qq:before {
 content:"\f1d6"
}
.fa-wechat:before,
.fa-weixin:before {
 content:"\f1d7"
}
.fa-paper-plane:before,
.fa-send:before {
 content:"\f1d8"
}
.fa-paper-plane-o:before,
.fa-send-o:before {
 content:"\f1d9"
}
.fa-history:before {
 content:"\f1da"
}
.fa-circle-thin:before,
.fa-genderless:before {
 content:"\f1db"
}
.fa-header:before {
 content:"\f1dc"
}
.fa-paragraph:before {
 content:"\f1dd"
}
.fa-sliders:before {
 content:"\f1de"
}
.fa-share-alt:before {
 content:"\f1e0"
}
.fa-share-alt-square:before {
 content:"\f1e1"
}
.fa-bomb:before {
 content:"\f1e2"
}
.fa-futbol-o:before,
.fa-soccer-ball-o:before {
 content:"\f1e3"
}
.fa-tty:before {
 content:"\f1e4"
}
.fa-binoculars:before {
 content:"\f1e5"
}
.fa-plug:before {
 content:"\f1e6"
}
.fa-slideshare:before {
 content:"\f1e7"
}
.fa-twitch:before {
 content:"\f1e8"
}
.fa-yelp:before {
 content:"\f1e9"
}
.fa-newspaper-o:before {
 content:"\f1ea"
}
.fa-wifi:before {
 content:"\f1eb"
}
.fa-calculator:before {
 content:"\f1ec"
}
.fa-paypal:before {
 content:"\f1ed"
}
.fa-google-wallet:before {
 content:"\f1ee"
}
.fa-cc-visa:before {
 content:"\f1f0"
}
.fa-cc-mastercard:before {
 content:"\f1f1"
}
.fa-cc-discover:before {
 content:"\f1f2"
}
.fa-cc-amex:before {
 content:"\f1f3"
}
.fa-cc-paypal:before {
 content:"\f1f4"
}
.fa-cc-stripe:before {
 content:"\f1f5"
}
.fa-bell-slash:before {
 content:"\f1f6"
}
.fa-bell-slash-o:before {
 content:"\f1f7"
}
.fa-trash:before {
 content:"\f1f8"
}
.fa-copyright:before {
 content:"\f1f9"
}
.fa-at:before {
 content:"\f1fa"
}
.fa-eyedropper:before {
 content:"\f1fb"
}
.fa-paint-brush:before {
 content:"\f1fc"
}
.fa-birthday-cake:before {
 content:"\f1fd"
}
.fa-area-chart:before {
 content:"\f1fe"
}
.fa-pie-chart:before {
 content:"\f200"
}
.fa-line-chart:before {
 content:"\f201"
}
.fa-lastfm:before {
 content:"\f202"
}
.fa-lastfm-square:before {
 content:"\f203"
}
.fa-toggle-off:before {
 content:"\f204"
}
.fa-toggle-on:before {
 content:"\f205"
}
.fa-bicycle:before {
 content:"\f206"
}
.fa-bus:before {
 content:"\f207"
}
.fa-ioxhost:before {
 content:"\f208"
}
.fa-angellist:before {
 content:"\f209"
}
.fa-cc:before {
 content:"\f20a"
}
.fa-ils:before,
.fa-shekel:before,
.fa-sheqel:before {
 content:"\f20b"
}
.fa-meanpath:before {
 content:"\f20c"
}
.fa-buysellads:before {
 content:"\f20d"
}
.fa-connectdevelop:before {
 content:"\f20e"
}
.fa-dashcube:before {
 content:"\f210"
}
.fa-forumbee:before {
 content:"\f211"
}
.fa-leanpub:before {
 content:"\f212"
}
.fa-sellsy:before {
 content:"\f213"
}
.fa-shirtsinbulk:before {
 content:"\f214"
}
.fa-simplybuilt:before {
 content:"\f215"
}
.fa-skyatlas:before {
 content:"\f216"
}
.fa-cart-plus:before {
 content:"\f217"
}
.fa-cart-arrow-down:before {
 content:"\f218"
}
.fa-diamond:before {
 content:"\f219"
}
.fa-ship:before {
 content:"\f21a"
}
.fa-user-secret:before {
 content:"\f21b"
}
.fa-motorcycle:before {
 content:"\f21c"
}
.fa-street-view:before {
 content:"\f21d"
}
.fa-heartbeat:before {
 content:"\f21e"
}
.fa-venus:before {
 content:"\f221"
}
.fa-mars:before {
 content:"\f222"
}
.fa-mercury:before {
 content:"\f223"
}
.fa-transgender:before {
 content:"\f224"
}
.fa-transgender-alt:before {
 content:"\f225"
}
.fa-venus-double:before {
 content:"\f226"
}
.fa-mars-double:before {
 content:"\f227"
}
.fa-venus-mars:before {
 content:"\f228"
}
.fa-mars-stroke:before {
 content:"\f229"
}
.fa-mars-stroke-v:before {
 content:"\f22a"
}
.fa-mars-stroke-h:before {
 content:"\f22b"
}
.fa-neuter:before {
 content:"\f22c"
}
.fa-facebook-official:before {
 content:"\f230"
}
.fa-pinterest-p:before {
 content:"\f231"
}
.fa-whatsapp:before {
 content:"\f232"
}
.fa-server:before {
 content:"\f233"
}
.fa-user-plus:before {
 content:"\f234"
}
.fa-user-times:before {
 content:"\f235"
}
.fa-bed:before,
.fa-hotel:before {
 content:"\f236"
}
.fa-viacoin:before {
 content:"\f237"
}
.fa-train:before {
 content:"\f238"
}
.fa-subway:before {
 content:"\f239"
}
.fa-medium:before {
 content:"\f23a"
}
@font-face {
 font-family:drc-icons;
 src:url(https://80f9b8fec919ac5ebc1a-384085a95109bffb325fe35cb6202ded.ssl.cf2.rackcdn.com/drc-icons-ddb5ce6275373ea7cb9a40e9f079a2a3711a18c391b138cbe7e50f118e572960.eot);
 src:url(https://80f9b8fec919ac5ebc1a-384085a95109bffb325fe35cb6202ded.ssl.cf2.rackcdn.com/drc-icons-ddb5ce6275373ea7cb9a40e9f079a2a3711a18c391b138cbe7e50f118e572960.eot) format("embedded-opentype"),
 url(https://80f9b8fec919ac5ebc1a-384085a95109bffb325fe35cb6202ded.ssl.cf2.rackcdn.com/drc-icons-fd1edce0289b9b3ef44d0130939510d338d32fb23464b72dfffd3925acda6797.woff) format("woff"),
 url(https://80f9b8fec919ac5ebc1a-384085a95109bffb325fe35cb6202ded.ssl.cf2.rackcdn.com/drc-icons-9f312800d3109186c57fab664fb2c226565446624bb115e5519373893bfa753d.ttf) format("truetype");
 font-weight:400;
 font-style:normal
}
.admonition {
 box-shadow:inset 8px 0 0 #95a5a6;
 font-family:titillium-light,arial,sans-serif;
 font-style:normal;
 font-weight:400;
 border:1px solid #ebebeb;
 border-left:0;
 border-radius:1px;
 margin-bottom:3em;
 max-width:100%;
 min-height:48px;
 padding:10px 10px 10px 56px
}
.admonition:before {
 color:#95a5a6;
 font:normal normal normal 14px/1 drc-icons;
 -webkit-font-smoothing:antialiased;
 transform:translate(0,0);
 content:'\f108';
 font-size:21px;
 height:21px;
 left:21px;
 top:12px;
 width:21px;
 margin:0.25rem;
}
.admonition.note {
 box-shadow:inset 8px 0 0 #76bcff
}
.admonition.note:before {
 color:#76bcff;
 content:'\f10b'
}
.admonition.alert {
 box-shadow:inset 8px 0 0 #f1c40f
}
.admonition.alert:before {
 color:#f1c40f;
 content:'\f102'
}
.admonition.hint,
.admonition.tip {
 box-shadow:inset 8px 0 0 #2ecc85
}
.admonition.hint:before,
.admonition.tip:before {
 color:#2ecc85;
 content:'\f108'
}
.admonition.caution,
.admonition.danger,
.admonition.warning {
 box-shadow:inset 8px 0 0 #e74c3c
}
.admonition.caution:before,
.admonition.danger:before,
.admonition.warning:before {
 color:#e74c3c;
 content:'\f101'
}
.admonition.error {
 box-shadow:inset 8px 0 0 #ef9d45
}
.admonition.error:before {
 color:#ef9d45;
 content:'\f104'
}
.admonition.attention {
 box-shadow:inset 8px 0 0 #32cdc7
}
.admonition.attention:before {
 color:#32cdc7;
 content:'\f10a'
}
.admonition.important {
 box-shadow:inset 8px 0 0 #9b59b6
}
.admonition.important:before {
 color:#9b59b6;
 content:'\f10f'
}
.admonition .admonition-title {
 display:none
}
.admonition :last-child {
 margin-bottom:0
}
.blog-post h1.post-title {
 font-size:200%
}
.blog-post h3.post-title {
 font-size:171.42857143%;
 margin-bottom:15px
}
.blog-post .post-info {
 line-height:2;
 margin-bottom:15px
}
.blog-post .author-bio .avatar.racker:after,
.blog-post .post-avatar.racker:after {
 background:rgba(235,0,0,.8);
 color:#fff;
 left:0;
 line-height:1.5;
 position:absolute;
 text-align:center;
 bottom:0
}
.blog-post .post-info:after,
.blog-post .post-info:before {
 content:" ";
 display:table
}
.blog-post .post-avatar {
 float:left;
 height:64px;
 margin-right:10px;
 width:64px
}
.blog-post .post-avatar img {
 display:block;
 height:64px;
 width:64px
}
.blog-post .post-avatar.racker:after {
 content:'RACKER';
 font-size:10px;
 width:100%
}
.blog-post .post-categories {
 font-size:12px;
 list-style-type:none;
 margin:0;
 padding-left:0
}
.blog-post.preview,
.blog-post.single {
 padding:40px 0
}
.blog-post .post-categories li {
 display:inline-block
}
.blog-post .post-categories li+li {
 margin-left:.25em
}
.blog-post .post-categories li+li:before {
 content:'/';
 margin-right:.25em
}
.blog-post .post-preview:after,
.blog-post .post-preview:before {
 content:" ";
 display:table
}
.blog-post .post-read-more {
 font-family:open-sans-bold,arial,sans-serif;
 font-style:normal;
 font-weight:400;
 font-size:80%;
 text-transform:uppercase
}
.blog-post.single h3,
.blog-post.single h4,
.blog-post.single h5 {
 font-family:titillium-bold,arial,sans-serif
}
.blog-post .left,
.blog-post .right {
 display:block;
 height:auto;
 margin:0 auto 1.5em;
 max-width:100%
}
@media (min-width:769px) {
 .blog-post .left,
 .blog-post .right {
  float:right;
  height:auto;
  max-width:50%
 }
 .blog-post .right {
  margin:0 0 1em 1em
 }
 .blog-post .left {
  margin:0 1em 1em 0
 }
}
.blog-post .author-bio {
 border:1px solid #e6e6e6;
 border-width:1px 0;
 margin-top:40px;
 padding:40px 0
}
.blog-post .author-bio:after,
.blog-post .author-bio:before {
 content:" ";
 display:table
}
.blog-post .author-bio .avatar {
 float:left;
 height:128px;
 margin-right:20px;
 overflow:hidden;
 width:128px
}
.blog-post .author-bio .avatar.racker:after {
 content:"RACKER";
 font-size:12px;
 width:100%
}
.blog-post .author-bio .avatar img {
 width:100%;
 height:auto
}
.blog-post .author-bio .name {
 display:block;
 font-size:128.57142857%;
 margin-bottom:.5em
}
.blog-post.preview+.blog-post {
 border-top:solid 1px #e6e6e6
}
.blog-post.single h3 {
 font-style:normal;
 font-weight:400;
 font-size:128.57142857%
}
.blog-post.single h4 {
 font-style:normal;
 font-weight:400;
 font-size:100%;
 text-transform:uppercase
}
.blog-post.single h5 {
 font-style:normal;
 font-weight:400;
 color:#a3a3a3;
 text-transform:uppercase
}
.blog-sidebar .related-posts .post .read-more,
ul.language-selector>li>a.active span {
 font-family:open-sans-bold,arial,sans-serif;
 font-style:normal;
 font-weight:400
}
.blog-post.single .post-title {
 margin-bottom:15px
}
.blog-post.single .post-info {
 border-bottom:solid 1px #e6e6e6;
 margin-bottom:20px;
 padding-bottom:20px
}
.blog-sidebar {
 padding:0
}
.blog-sidebar section {
 padding:10px
}
.blog-sidebar section h5 {
 color:#636363;
 font-size:114.28571429%;
 margin-bottom:10px;
 text-transform:uppercase
}
@media (min-width:880px) {
 .blog-sidebar section {
  padding:20px
 }
 .blog-sidebar section h5 {
  font-size:128.57142857%;
  margin-bottom:20px
 }
}
.blog-sidebar section+section {
 border-top:solid 1px #e0e0e0
}
.blog-sidebar .recent-posts {
 padding:10px 0
}
.blog-sidebar .recent-posts h5 {
 padding:0 10px
}
.blog-sidebar .recent-posts .tab-links {
 display:block;
 width:calc(100% + 0px);
 margin-left:0;
 overflow:hidden;
 vertical-align:top;
 margin-bottom:10px
}
.blog-sidebar .recent-posts .tab-links a {
 box-sizing:border-box;
 -moz-box-sizing:border-box;
 display:inline-block;
 margin-right:-.26rem;
 margin-left:0;
 vertical-align:top;
 width:calc(50% - 0px);
 background:rgba(0,0,0,.05);
 border-bottom:solid 4px transparent;
 color:#474747;
 font-size:12px;
 line-height:36px;
 text-align:center
}
.blog-sidebar .recent-posts .tab-links a:focus,
.blog-sidebar .recent-posts .tab-links a:hover {
 border-bottom-color:rgba(52,152,219,.2);
 text-decoration:none
}
.blog-sidebar .recent-posts .tab-links a.active {
 border-bottom-color:#3498db;
 text-decoration:none
}
.blog-sidebar .recent-posts ol {
 font-size:13px;
 margin:0;
 padding:0 10px 0 30px
}
@media (min-width:880px) {
 .blog-sidebar .recent-posts {
  padding:20px 0
 }
 .blog-sidebar .recent-posts h5 {
  padding:0 20px
 }
 .blog-sidebar .recent-posts .tab-links {
  margin-bottom:20px
 }
 .blog-sidebar .recent-posts ol {
  padding:0 20px 0 40px
 }
}
.blog-sidebar .related-posts .post {
 margin-bottom:1.5em
}
.blog-sidebar .related-posts .post .read-more {
 font-size:12px;
 text-transform:uppercase
}
.blog-sidebar .categories ul {
 font-size:13px;
 list-style-type:none;
 margin:0;
 padding:0
}
.card {
 border-top:solid 8px #bfbfbf;
 box-shadow:0 0 0 rgba(0,0,0,.25);
 margin-bottom:1.5em;
 transition:all .1s ease-out;
 width:calc(100% - 2px)
}
.card.blue {
 border-top-color:#739eaf
}
.card.green {
 border-top-color:#1abc9c
}
.card.yellow {
 border-top-color:#efc75e
}
.card.red {
 border-top-color:#e74c3c
}
.card.teal {
 border-top-color:#0dafcc
}
.card.purple {
 border-top-color:#8e708e
}
.card.pink {
 border-top-color:#d86c90
}
.card .card-content {
 border:1px solid #e6e6e6;
 border-bottom-left-radius:1px;
 border-bottom-right-radius:1px;
 border-top:0
}
.card .card-title {
 border-top-left-radius:2px;
 border-top-right-radius:2px;
 padding:calc(.5em + 8px) 20px .5em
}
.card .card-body {
 padding:0 20px 20px
}
.card:hover {
 background:#fff;
 box-shadow:0 2px 4px rgba(0,0,0,.1);
 transition:all .1s ease-in
}
ul.language-selector {
 display:block;
 overflow:hidden;
 vertical-align:top;
 background:#4c5360;
 margin:0;
 padding:0;
 position:absolute;
 right:0;
 text-align:center;
 top:0;
 width:100%;
 z-index:2
}
ul.language-selector>li {
 box-sizing:border-box;
 -moz-box-sizing:border-box;
 display:inline-block;
 margin-right:-.26rem;
 margin-left:0;
 vertical-align:top;
 width:calc(20% - 0px);
 line-height:35px;
 margin-bottom:0;
 overflow:hidden
}
ul.language-selector>li>a {
 background:0 0;
 color:rgba(255,255,255,.8);
 display:block;
 text-transform:uppercase;
 text-decoration:none;
 transition:background .1s ease-in-out
}
ul.language-selector>li>a:hover {
 background:#555c68
}
ul.language-selector>li>a.active span {
 border-bottom:solid 2px #3498db;
 color:#fff;
 letter-spacing:-.04em
}
@media (min-width:769px) {
 ul.language-selector>li {
  box-sizing:border-box;
  -moz-box-sizing:border-box;
  display:inline-block;
  margin-right:-.26rem;
  margin-left:0;
  vertical-align:top;
  width:calc(11.11111111% - 0px)
 }
}
@media (min-width:1025px) {
 ul.language-selector>li {
  box-sizing:border-box;
  -moz-box-sizing:border-box;
  display:inline-block;
  margin-right:-.26rem;
  margin-left:0;
  vertical-align:top;
  width:calc(20% - 0px)
 }
}
@media (min-width:1400px) {
 ul.language-selector>li {
  box-sizing:border-box;
  -moz-box-sizing:border-box;
  display:inline-block;
  margin-right:-.26rem;
  margin-left:0;
  vertical-align:top;
  width:calc(11.11111111% - 0px)
 }
}
@media (min-width:769px) {
 ul.language-selector.sticky {
  position:fixed;
  transform:translateZ(0);
  top:0;
  width:75%
 }
}
@media (min-width:1025px) {
 ul.language-selector {
  position:absolute;
  width:50%
 }
 ul.language-selector.sticky {
  width:41.66666666666667%
 }
}
.active-language-csharp .highlight-go,
.active-language-csharp .highlight-java,
.active-language-csharp .highlight-javascript,
.active-language-csharp .highlight-php,
.active-language-csharp .highlight-python,
.active-language-csharp .highlight-ruby,
.active-language-csharp .highlight-sh,
.active-language-go .highlight-csharp,
.active-language-go .highlight-java,
.active-language-go .highlight-javascript,
.active-language-go .highlight-php,
.active-language-go .highlight-python,
.active-language-go .highlight-ruby,
.active-language-go .highlight-sh,
.active-language-java .highlight-csharp,
.active-language-java .highlight-go,
.active-language-java .highlight-javascript,
.active-language-java .highlight-php,
.active-language-java .highlight-python,
.active-language-java .highlight-ruby,
.active-language-java .highlight-sh,
.active-language-javascript .highlight-csharp,
.active-language-javascript .highlight-go,
.active-language-javascript .highlight-java,
.active-language-javascript .highlight-php,
.active-language-javascript .highlight-python,
.active-language-javascript .highlight-ruby,
.active-language-javascript .highlight-sh,
.active-language-php .highlight-csharp,
.active-language-php .highlight-go,
.active-language-php .highlight-java,
.active-language-php .highlight-javascript,
.active-language-php .highlight-python,
.active-language-php .highlight-ruby,
.active-language-php .highlight-sh,
.active-language-python .highlight-csharp,
.active-language-python .highlight-go,
.active-language-python .highlight-java,
.active-language-python .highlight-javascript,
.active-language-python .highlight-php,
.active-language-python .highlight-ruby,
.active-language-python .highlight-sh,
.active-language-ruby .highlight-csharp,
.active-language-ruby .highlight-go,
.active-language-ruby .highlight-java,
.active-language-ruby .highlight-javascript,
.active-language-ruby .highlight-php,
.active-language-ruby .highlight-python,
.active-language-ruby .highlight-sh,
.active-language-sh .highlight-csharp,
.active-language-sh .highlight-go,
.active-language-sh .highlight-java,
.active-language-sh .highlight-javascript,
.active-language-sh .highlight-php,
.active-language-sh .highlight-python,
.active-language-sh .highlight-ruby {
 display:none!important;
 speak:none!important
}
.active-language-override .highlight-csharp,
.active-language-override .highlight-go,
.active-language-override .highlight-java,
.active-language-override .highlight-javascript,
.active-language-override .highlight-php,
.active-language-override .highlight-python,
.active-language-override .highlight-ruby,
.active-language-override .highlight-sh {
 display:block!important;
 speak:normal!important
}
.docs-section {
 display:block;
 width:100%
}
.docs-section:after,
.docs-section:before {
 content:" ";
 display:table
}
.docs-section a {
 display:inline;
 position:relative;
 text-decoration:underline
}
.docs-section a:hover {
 color:#2f89c5
}
.docs-section h1 .headerlink,
.docs-section h2 .headerlink,
.docs-section h3 .headerlink,
.docs-section h4 .headerlink,
.docs-section h5 .headerlink,
.docs-section h6 .headerlink {
 font:normal normal normal 14px/1 FontAwesome;
 font-size:inherit;
 text-rendering:auto;
 -webkit-font-smoothing:antialiased;
 -moz-osx-font-smoothing:grayscale;
 transform:translate(0,0);
 bottom:0;
 display:inline-block;
 left:-15px;
 opacity:0;
 position:absolute;
 text-indent:-999px;
 transition:opacity .1s ease-in-out;
 width:15px
}
.docs-section h1 .headerlink.pull-left,
.docs-section h2 .headerlink.pull-left,
.docs-section h3 .headerlink.pull-left,
.docs-section h4 .headerlink.pull-left,
.docs-section h5 .headerlink.pull-left,
.docs-section h6 .headerlink.pull-left {
 margin-right:.3em
}
.docs-section h1 .headerlink.pull-right,
.docs-section h2 .headerlink.pull-right,
.docs-section h3 .headerlink.pull-right,
.docs-section h4 .headerlink.pull-right,
.docs-section h5 .headerlink.pull-right,
.docs-section h6 .headerlink.pull-right {
 margin-left:.3em
}
.docs-section h1 .headerlink:before,
.docs-section h2 .headerlink:before,
.docs-section h3 .headerlink:before,
.docs-section h4 .headerlink:before,
.docs-section h5 .headerlink:before,
.docs-section h6 .headerlink:before {
 content:"\f0c1";
 font-size:14px;
 position:absolute;
 left:0;
 text-indent:0;
 top:0
}
.docs-section h1:hover .headerlink,
.docs-section h2:hover .headerlink,
.docs-section h3:hover .headerlink,
.docs-section h4:hover .headerlink,
.docs-section h5:hover .headerlink,
.docs-section h6:hover .headerlink {
 opacity:1
}
.docs-section h1:hover .headerlink:after,
.docs-section h2:hover .headerlink:after,
.docs-section h3:hover .headerlink:after,
.docs-section h4:hover .headerlink:after,
.docs-section h5:hover .headerlink:after,
.docs-section h6:hover .headerlink:after {
 background:0 0
}
.docs-section h3 {
 border-bottom:dotted 1px rgba(0,0,0,.3);
 line-height:2;
 margin-bottom:.5em
}
.docs-section table {
 margin-bottom:1.5em;
 max-width:100%
}
.docs-section table caption {
 font-family:titillium-bold,arial,sans-serif;
 font-style:normal;
 font-weight:400;
 font-size:16px;
 margin-bottom:.5em;
 text-align:left
}
.docs-section .docs-footer .previous-next-links .label,
.docs-section table thead th {
 font-family:open-sans-bold,arial,sans-serif;
 font-style:normal;
 font-weight:400
}
.docs-section table thead th {
 background:#d9d9d9;
 font-size:14px;
 text-align:center
}
.docs-section table tr td,
.docs-section table tr th {
 border:1px solid #d9d9d9;
 border-collapse:collapse;
 padding:.5em
}
.docs-section table tbody tr:nth-child(even) td,
.docs-section table tbody tr:nth-child(even) th {
 background:#f7f7f7
}
@media (min-width:1025px) {
 .docs-section>.description {
  float:left;
  padding-right:35px;
  width:50%
 }
}
.docs-section>.code h2 .copy-link,
.docs-section>.code h3 .copy-link,
.docs-section>.code h4 .copy-link,
.docs-section>.code h5 .copy-link {
 display:inline-block;
 height:1em;
 position:absolute;
 right:0;
 width:1em
}
.docs-section>.code hr {
 background:rgba(255,255,255,.2);
 border:none;
 height:1px;
 margin:1em 0
}
.docs-section>.code .highlight {
 padding:1em 0
}
.docs-section>.code code,
.docs-section>.code pre {
 color:#e0e0d7
}
@media (min-width:1025px) {
 .docs-section>.code {
  color:#fff;
  margin-left:50%;
  padding:0 35px
 }
 .docs-section>.code h3 {
  border-bottom:dotted 1px rgba(224,224,215,.3);
  color:#fff;
  line-height:2
 }
}
.docs-section .docs-footer {
 border-top:dotted 1px rgba(71,71,71,.3);
 padding:35px 0
}
.docs-section .docs-footer .previous-next-links {
 display:block;
 width:calc(100% + 35px);
 margin-left:-35px;
 overflow:hidden;
 vertical-align:top
}
.docs-section .docs-footer .previous-next-links .next,
.docs-section .docs-footer .previous-next-links .previous {
 box-sizing:border-box;
 -moz-box-sizing:border-box;
 display:inline-block;
 margin-right:-.26rem;
 margin-left:35px;
 vertical-align:top;
 width:calc(100% - 35px);
 margin-bottom:1.5em;
 text-align:center
}
.docs-section .docs-footer .previous-next-links .next a,
.docs-section .docs-footer .previous-next-links .previous a {
 font-size:14px
}
.docs-section .docs-footer .previous-next-links .label {
 color:rgba(71,71,71,.6);
 display:block;
 font-size:12px;
 text-transform:uppercase
}
@media (min-width:451px) {
 .docs-section .docs-footer .previous-next-links .next,
 .docs-section .docs-footer .previous-next-links .previous {
  box-sizing:border-box;
  -moz-box-sizing:border-box;
  display:inline-block;
  margin-right:-.26rem;
  margin-left:35px;
  vertical-align:top;
  width:calc(50% - 35px);
  margin-bottom:0;
  text-align:left
 }
 .docs-section .docs-footer .previous-next-links .next {
  text-align:right
 }
}
.docs-section>.section>.section,
.docs-section>.section>.section>.section {
 margin-top:80px
}
.docs-section>.section>.section>.section:first-of-type,
.sidebar-container .toctree-wrapper>ul li+li,
.sidebar-container>ul li+li {
 margin-top:0
}
.sidebar-container {
 overflow-x:hidden;
 overflow-y:auto;
}
.sidebar-container::-webkit-scrollbar {
 background:0 0;
 height:4px;
 width:4px
}
.sidebar-container::-webkit-scrollbar-track:vertical {
 background:0 0
}
.sidebar-container::-webkit-scrollbar-thumb:vertical {
 background:rgba(0,0,0,.25);
 border-radius:1px
}
.sidebar-container .github-link {
 border-bottom:solid 1px #d1d1d1;
 display:block;
 margin:10px;
 padding:10px;
 text-align:center;
 transition:color .1s ease-in-out;
 font-family:titillium-regular,arial,sans-serif;
 font-style:normal;
 font-weight:400;
 text-decoration:none
}
.sidebar-container .github-link .icon {
 color:#474747;
 display:block;
 font-size:36px;
 margin-right:8px;
 text-align:center;
 transition:color .1s ease-in-out;
 vertical-align:middle
}
.sdk-quickstart-menu .links ul li>a,
a.cta {
 -ms-transition:background .1s ease-in-out
}
.sidebar-container .github-link .link-text {
 display:inline-block;
 vertical-align:middle
}
.sidebar-container .github-link:hover,
.sidebar-container .github-link:hover .icon {
 color:#2f89c5
}
@media (min-width:1150px) {
 .sidebar-container .github-link {
  text-align:left
 }
 .sidebar-container .github-link .icon {
  display:inline-block;
  font-size:26px;
  text-align:left
 }
}
.sidebar-container .toctree-wrapper>ul,
.sidebar-container>ul {
 list-style-type:none;
 margin:0;
 overflow:hidden;
 padding:0 0 0 20px;
 width:100%
}
.sidebar-container .toctree-wrapper>ul>li.toctree-l1:first-of-type a,
.sidebar-container>ul>li.toctree-l1:first-of-type a {
 font-family:titillium-bold,arial,sans-serif;
 font-style:normal;
 font-weight:400;
 text-transform:uppercase
}
.sidebar-container .toctree-wrapper>ul li,
.sidebar-container>ul li {
 margin:0
}
.sidebar-container .toctree-wrapper>ul li a,
.sidebar-container>ul li a {
 font-family:titillium-regular,arial,sans-serif;
 font-style:normal;
 font-weight:400;
 color:#474747;
 display:block;
 font-size:16px;
 padding:.4em .5em;
 text-decoration:none
}
.sidebar-container .toctree-wrapper>ul li a.active,
.sidebar-container>ul li a.active {
 background:rgba(52,152,219,.2);
 box-shadow:inset 3px 0 0 0 #3498db
}
.sidebar-container .toctree-wrapper>ul li a:hover,
.sidebar-container>ul li a:hover {
 color:#3498db
}
.sidebar-container .toctree-wrapper>ul li ul,
.sidebar-container>ul li ul {
 list-style-type:none;
 margin:0;
 padding:0 0 0 20px
}
.sidebar-container .toctree-wrapper>ul li ul li a,
.sidebar-container>ul li ul li a {
 padding-left:20px
}
.sidebar-container .collapse-target {
 cursor:pointer;
 display:inline-block;
 height:12px;
 left:-12px;
 position:absolute;
 text-align:center;
 top:12px;
 width:12px
}
.sidebar-container li>ul {
 overflow-y:hidden
}
.sidebar-container li.open>.collapse-target {
 transform:rotate(90deg)
}
.sidebar-container li.open>ul {
 max-height:initial
}
@media (min-width:769px) {
 .sidebar-container.sticky {
  position:fixed;
  transform:translateZ(0);
  top:0;
  width:calc(25%)
 }
}
@media (min-width:1025px) {
 .sidebar-container.sticky {
  width:calc(22%)
 }
}
.show-section-nav .docs-section-nav {
 transform:translate(0,0);
 transform:translate3d(0,0,0)
}
.figure,
figure {
 background:#f2f2f2;
 border-radius:1px;
 display:block;
 margin-bottom:1.5em;
 padding:16px
}
.figure .caption,
.figure figcaption,
figure .caption,
figure figcaption {
 font-family:open-sans-bold,arial,sans-serif;
 font-style:normal;
 font-weight:400;
 color:#636363;
 font-size:12px;
 line-height:1.4;
 margin:16px 0 0;
 text-align:center
}
.highlight,
.highlight code,
.highlight span {
 font-family:source-code-regular,Monaco,'Courier New',monospace;
 font-style:normal;
 font-weight:400
}
img {
 display:block;
 height:auto;
 margin:0 auto;
 max-width:100%
}
.sdk-quickstart-menu .links,
.sdk-quickstart-menu .title {
 margin-right:-.26rem;
 vertical-align:top;
 display:inline-block
}
.highlight {
 padding:1em;
 margin-bottom:3em;
 line-height:1.1em;
 font-size:1em;
 border:none;
 border-radius:3px
}
.highlight pre {
 background-color:inherit;
 border:none;
 color:inherit
}
.highlight .hll {
 background-color:#49483e
}
.highlight .c {
 color:#75715e
}
.highlight .err {
 color:#960050;
 background-color:#1e0010
}
.highlight .k {
 color:#66d9ef
}
.highlight .l {
 color:#ae81ff
}
.highlight .n {
 color:#f8f8f2
}
.highlight .o {
 color:#f92672
}
.highlight .p {
 color:#e0e0d7
}
.highlight .c1,
.highlight .cm,
.highlight .cp,
.highlight .cs {
 color:#9d9d97
}
.highlight .ge {
 font-style:italic
}
.highlight .gs {
 font-weight:700
}
.highlight .kc,
.highlight .kd {
 color:#66d9ef
}
.highlight .kn {
 color:#f92672
}
.highlight .kp,
.highlight .kr,
.highlight .kt {
 color:#66d9ef
}
.highlight .ld {
 color:#e6db74
}
.highlight .m {
 color:#ae81ff
}
.highlight .s {
 color:#fc6
}
.highlight .na {
 color:#a6e22e
}
.highlight .nb {
 color:#f8f8f2
}
.highlight .nc {
 color:#a6e22e
}
.highlight .no {
 color:#66d9ef
}
.highlight .nd {
 color:#a6e22e
}
.highlight .ni {
 color:#f8f8f2
}
.highlight .ne,
.highlight .nf {
 color:#a6e22e
}
.highlight .nl,
.highlight .nn {
 color:#f8f8f2
}
.highlight .nx {
 color:#a6e22e
}
.highlight .py {
 color:#f8f8f2
}
.highlight .nt {
 color:#f92672
}
.highlight .nv {
 color:#f8f8f2
}
.highlight .ow {
 color:#f92672
}
.highlight .w {
 color:#f8f8f2
}
.highlight .mf,
.highlight .mh,
.highlight .mi,
.highlight .mo {
 color:#ae81ff
}
.highlight .s2,
.highlight .sb,
.highlight .sc,
.highlight .sd {
 color:#e6db74
}
.highlight .se {
 color:#ae81ff
}
.highlight .s1,
.highlight .sh,
.highlight .si,
.highlight .sr,
.highlight .ss,
.highlight .sx {
 color:#e6db74
}
.highlight .bp,
.highlight .vc,
.highlight .vg,
.highlight .vi {
 color:#f8f8f2
}
.highlight .il {
 color:#ae81ff
}
.header-maintenance-banner {
 background:#EB0000;
 color:#fff;
 height:auto;
 padding:10px!important;
 z-index:2
}
.header-maintenance-banner .header-maintenance-banner-container {
 display:flex;
 flex-direction:row
}
.header-maintenance-banner .header-maintenance-banner-container .header-maintenance-banner-content {
 flex-basis:content;
 flex-grow:1;
 font-size:1em;
 padding:0 .75rem
}
.header-maintenance-banner .header-maintenance-banner-container svg {
 display:inline-block;
 fill:currentColor;
 flex-basis:content;
 flex-grow:5;
 height:2.5em;
 padding:0 .75rem;
 stroke:none;
 vertical-align:middle
}
.sdk-quickstart-menu {
 display:block;
 width:calc(100% + 0px);
 margin-left:0;
 overflow:hidden;
 background:#3b3f45;
 color:#fff;
 height:35px
}
.sdk-quickstart-menu .title {
 box-sizing:border-box;
 -moz-box-sizing:border-box;
 margin-left:0;
 width:calc(20% - 0px)
}
.sdk-quickstart-menu .title h2 {
 font-family:titillium-bold,arial,sans-serif;
 font-style:normal;
 font-weight:400;
 font-size:100%;
 line-height:35px;
 margin-left:35px;
 text-transform:uppercase
}
.sdk-quickstart-menu .links {
 box-sizing:border-box;
 -moz-box-sizing:border-box;
 margin-left:0;
 width:calc(80% - 0px)
}
.sdk-quickstart-menu .links ul {
 list-style-type:none
}
.sdk-quickstart-menu .links ul li {
 display:inline-block;
 line-height:35px;
 margin-right:-.25em;
 text-align:center
}
.sdk-quickstart-menu .links ul li>a {
 background:0 0;
 color:rgba(255,255,255,.8);
 display:block;
 padding:0 1.5em;
 text-transform:uppercase;
 text-decoration:none;
 transition:background .1s ease-in-out
}
.sdk-quickstart-menu .links ul li>a:hover {
 background:#555c68
}
.sdk-quickstart-menu .links ul li>a.active span {
 font-family:open-sans-bold,arial,sans-serif;
 font-style:normal;
 font-weight:400;
 border-bottom:solid 2px #3498db;
 color:#fff;
 letter-spacing:-.04em
}
[data-drc-search-box] .search-input {
 margin:0;
 width:100%
}
[data-drc-search-box] .search-input input {
 -webkit-appearance:none;
 background:rgba(255,255,255,.7);
 border:1px solid #ccc;
 display:block;
 font-family:Arial;
 font-size:14px;
 line-height:32px;
 margin:0;
 outline:0;
 padding:0 .5em;
 transition:background .2s ease-out,border-color .2s ease-out;
 width:100%
}
[data-drc-search-box] .search-input input:focus {
 background:#fff;
 border-color:#3498db
}
[data-drc-search-box] .search-input input::-webkit-input-placeholder {
 color:#6c6c6c;
 font-style:italic
}
[data-drc-search-paginator] ul li>span,
[data-drc-search-results] .search-results li .excerpt em,
[data-drc-search-results] .search-results li .title {
 font-family:open-sans-bold,arial,sans-serif;
 font-style:normal;
 font-weight:400
}
[data-drc-search-paginator] ul {
 list-style-type:none;
 padding:0
}
[data-drc-search-paginator] ul li {
 display:inline-block;
 margin-right:-.25em
}
[data-drc-search-paginator] ul li>a,
[data-drc-search-paginator] ul li>span {
 display:inline-block;
 line-height:2;
 padding:0 .75em
}
[data-drc-search-results] .search-results {
 background:#fafafa;
 border:1px solid #ccc;
 border-width:0 1px;
 box-shadow:0 4px 8px rgba(0,0,0,.2);
 list-style-type:none;
 margin:0;
 overflow-y:auto;
 padding:0;
 width:100%
}
[data-drc-search-results] .search-results li {
 margin:0;
 padding:1em .5em
}
[data-drc-search-results] .search-results li .title {
 display:block;
 font-size:15px;
 margin-bottom:.5em
}
[data-drc-search-results] .search-results li .excerpt {
 font-size:12px
}
[data-drc-search-results] .search-results li+li {
 border-top:solid 1px #e6e6e6
}
[data-drc-search-results] .search-results li.loading {
 text-align:center
}
[data-drc-search-results] .search-results li.no-results,
[data-drc-search-results] .search-results li.results-count {
 font-family:open-sans-regular-italic,arial,sans-serif;
 font-style:italic;
 font-weight:400;
 color:#919191;
 padding-top:0;
 padding-bottom:0
}
#share-bar {
 font-size:20px
}
#share-bar h4 {
 margin-bottom:10px;
 font-weight:500
}
body,
em,
html,
i {
 font-weight:400
}
.share-button {
 margin:0 0 10px;
 border:1px solid #D3D6D2;
 padding:20px
}
.share-button:hover {
 text-decoration:none!important;
 box-shadow:none;
 opacity:1;
 color:#fff
}
.fa-facebook-official {
 color:#3b5999
}
.fa-facebook-official:hover {
 background-color:#3b5999
}
.fa-twitter {
 color:#55acee
}
.fa-twitter:hover {
 background-color:#55acee
}
.fa-tumblr {
 color:#32506d
}
.fa-tumblr:hover {
 background-color:#32506d
}
.fa-reddit-alien {
 color:#ff5700
}
.fa-reddit-alien:hover {
 background-color:#ff5700
}
.fa-linkedin {
 color:#0077b5
}
.fa-linkedin:hover {
 background-color:#0077b5
}
.fa-envelope {
 color:#444
}
a,
a:visited {
 color:#3498db
}
.fa-envelope:hover {
 background-color:#444
}
body,
html {
 font-family:open-sans-regular,arial,sans-serif;
 font-style:normal;
 color:#474747;
 font-size:14px;
 line-height:1.5;
 overflow-wrap:break-word;
 -webkit-font-smoothing:antialiased;
 word-wrap:break-word;
 word-break:break-word
}
em,
i {
 font-family:open-sans-regular-italic,arial,sans-serif;
 font-style:italic
}
.bolditalic,
b em,
b i,
em b,
em strong,
i b,
i strong,
strong em,
strong i {
 font-family:open-sans-bold-italic,arial,sans-serif;
 font-style:italic;
 font-weight:400
}
.guilabel,
.menuselection,
b,
strong {
 font-family:open-sans-bold,arial,sans-serif
}
.guilabel,
.h1,
.h2,
.menuselection,
b,
h1,
h2,
strong {
 font-style:normal;
 font-weight:400
}
a {
 cursor:pointer;
 text-decoration:none
}
a:active,
a:focus,
a:hover {
 color:#2f89c5;
 text-decoration:underline
}
a.cta {
 border-radius:1px;
 display:inline-block;
 padding:1em 3em;
 color:#fff;
 text-decoration:none;
 text-align:center;
 transition:background .1s ease-in-out
}
ol,
ul {
 padding-left:1.4em;
 margin-bottom:1.5em
}
a.cta.red {
 background:#eb0000
}
a.cta.blue {
 background:#005ac8
}
a.cta.purple {
 background:#95098a
}
a.cta.teal {
 background:#00bebc
}
hr,
pre code {
 background:0 0
}
p {
 margin-bottom:1.5em
}
.h1,
h1 {
 font-family:titillium-regular,arial,sans-serif;
 font-size:257.14285714%
}
.h2,
h2 {
 font-family:titillium-bold,arial,sans-serif;
 font-size:214.28571429%
}
.h3,
h3 {
 font-family:titillium-regular,arial,sans-serif;
 font-style:normal;
 font-weight:400;
 font-size:171.42857143%
}
.h4,
.h5,
.h6,
h4,
h5,
h6 {
 font-family:titillium-bold,arial,sans-serif;
 font-style:normal;
 font-weight:400
}
.h4,
h4 {
 font-size:128.57142857%
}
.h5,
h5 {
 font-size:100%;
 text-transform:uppercase
}
.h6,
h6 {
 color:#a3a3a3;
 text-transform:uppercase
}
ol {
 list-style-type:decimal
}
ul {
 list-style-type:disc
}
ol li,
ul li {
 margin-bottom:.5em
}
ol li ul,
ul li ul {
 margin-top:.5em
}
code {
 background:#f2f2f2;
 border-radius:2px;
 color:#1f5b83;
 padding:0 .2em;
 font-family:source-code-regular,Monaco,'Courier New',monospace;
 font-style:normal;
 font-weight:400
}
.site-header .header-links .btn-link:hover ul li,
.site-header .header-nav .header-nav-container>ul>li>a,
.site-header .header-nav .header-nav-container>ul>li>ul>li>a,
dl dt {
 font-family:open-sans-bold,arial,sans-serif;
 font-style:normal
}
pre code {
 border-radius:0;
 color:#e0e0d7;
 padding:0
}
pre {
 overflow-x:scroll;
 overflow-y:hidden;
 -webkit-overflow-scrolling:touch;
 padding-bottom:.5em
}
pre::-webkit-scrollbar {
 background:0 0;
 height:10px;
 width:10px
}
pre::-webkit-scrollbar-track:horizontal {
 background:0 0
}
pre::-webkit-scrollbar-thumb:horizontal {
 background:#5e6470;
 border-radius:10px
}
dl {
 margin-bottom:1.5em
}
dl dt {
 font-weight:400
}
dl dd {
 margin-bottom:1em
}
@media (min-width:30em) {
 dl dd,
 dl dt {
  display:inline-block;
  margin-right:-.26rem;
  margin-left:0;
  vertical-align:top
 }
 dl dt {
  box-sizing:border-box;
  -moz-box-sizing:border-box;
  width:calc(25% - 0px);
  padding-right:1em;
  text-align:right
 }
 dl dd {
  box-sizing:border-box;
  -moz-box-sizing:border-box;
  width:calc(75% - 0px)
 }
}
sup {
 font-size:40%;
 vertical-align:super
}
hr {
 border-top:dotted 1px rgba(71,71,71,.7);
 height:1px;
 margin:2em 0
}
.site-header .header-links .btn-link ul,
.site-header .header-links .btn-link.sign-up ul {
 border-top:1px solid #000;
 border-radius:3px;
 z-index:10;
 text-align:right;
 color:#fff;
 right:0;
 cursor:pointer
}
.site-header .header-links {
 background:#fff;
 color:#fff;
 font-size:11px;
 text-transform:uppercase
}
.site-header .header-links a {
 color:#fff;
 text-decoration:none
}
.site-header .header-links .header-links-container {
 width:calc(100% + 0px);
 margin-left:0;
 vertical-align:top;
 display:none;
 padding:0 5%;
 overflow:visible
}
.site-header .header-links .header-links-container .phone-chat-links {
 box-sizing:border-box;
 -moz-box-sizing:border-box;
 display:inline-block;
 margin-right:-.26rem;
 margin-left:0;
 vertical-align:top;
 width:calc(50% - 0px)
}
@media (min-width:937px) {
 .site-header .header-links .header-links-container .phone-chat-links {
  box-sizing:border-box;
  -moz-box-sizing:border-box;
  display:inline-block;
  margin-right:-.26rem;
  margin-left:0;
  vertical-align:top;
  width:calc(66.66666667% - 0px)
 }
}
@media (max-width:1040px) {
 .site-header .header-links .header-links-container .developer-forum {
  display:none
 }
}
.site-header .header-links .header-links-container .portal-links {
 box-sizing:border-box;
 -moz-box-sizing:border-box;
 display:inline-block;
 margin-right:-.26rem;
 margin-left:0;
 vertical-align:top;
 width:calc(50% - 0px);
 margin-bottom:5px;
 text-align:right
}
@media (min-width:937px) {
 .site-header .header-links .header-links-container .portal-links {
  box-sizing:border-box;
  -moz-box-sizing:border-box;
  display:inline-block;
  margin-right:-.26rem;
  margin-left:0;
  vertical-align:top;
  width:calc(33.33333333% - 0px)
 }
}
@media (min-width:475px) {
 .site-header .header-links .header-links-container {
  display:block
 }
}
@media (min-width:769px) {
 .site-header .header-links .header-links-container {
  padding:0
 }
}
.site-header .header-links .btn-link {
 display:none;
 margin-bottom:0;
 position:relative
}
.site-header .header-links .btn-link.sign-up {
 margin-left:10px
}
.site-header .header-links .btn-link.sign-up:active span,
.site-header .header-links .btn-link.sign-up:focus span,
.site-header .header-links .btn-link.sign-up:hover span,
.site-header .header-links .btn-link.sign-up>a,
.site-header .header-links .btn-link.sign-up>span {
 background:#5aaa28;
 color:#fff
}

.site-header .header-links .btn-link.sign-up .extra-words {
 display:none
}
@media (min-width:1055px) {
 .site-header .header-links .btn-link.sign-up .extra-words {
  display:inline
 }
}
.site-header .header-links .btn-link>a,
.site-header .header-links .btn-link>span {
 background:#666;
 border-radius:3px;
 color:#fff;
 font-weight:700;
 display:inline-block;
 line-height:18px;
 margin:5px 0 0 5px;
 padding:7px 20px;
 cursor:pointer;
 transition:background .1s ease-in-out
}
.site-header .header-links .btn-link:hover ul {
 display:block;
 margin-top:0
}
.site-header .header-links .btn-link:hover ul li {
 font-weight:400;
 color:#fff;
 display:block;
 margin:0
}
.site-header .header-links .btn-link:hover ul li:first-child {
 border-top-left-radius:3px;
 border-top-right-radius:3px
}
.site-header .header-links .btn-link:hover ul li:last-child {
 border-bottom-left-radius:3px;
 border-bottom-right-radius:3px
}
.site-header .header-links .btn-link:hover ul li a {
 color:#fff;
 display:block;
 padding:4px 6px;
 text-decoration:none;
 white-space:nowrap
}
.site-header .header-links .btn-link:hover ul li:hover {
 background:0 0;
 opacity:.5
}
.site-header .header-links .btn-link:hover ul li:hover a {
 color:color
}
@media (min-width:375px) {
 .site-header .header-links .btn-link {
  display:inline-block
 }
}
.site-header .header-links .text-link {
 display:none;
 line-height:34px;
 margin:0
}
.site-header .header-links .text-link+.text-link {
 margin-left:6px;
 padding-left:8px
}
.site-header .header-links .text-link+.text-link:before {
 background:#fff;
 content:'';
 display:block;
 height:12px;
 left:0;
 position:absolute;
 top:11px;
 width:1px
}
.site-header .header-links .text-link a:hover {
 color:#71b7e6
}
.site-header .header-links .support-link {
 display:inline-block
}
@media (min-width:600px) {
 .site-header .header-links .sales-chat-link {
  display:inline-block
 }
}
@media (min-width:937px) {
 .site-header .header-links .text-link {
  display:inline-block
 }
}
.site-header .header-nav {
 background:#000;
 z-index:2
}
.site-header .header-nav .header-nav-container>ul {
 margin-bottom:0;
 padding:0;
 width:100%;
 list-style-type:none
}
.site-header .header-nav .header-nav-container>ul>li {
 display:inline-block;
 list-style-type:none;
 margin:0 0 0 -.25em;
 position:relative
}
@media (max-width:500px) {
 .site-header .header-nav .header-nav-container>ul>li {
  display:block;
  text-align:center
 }
 .site-header .header-nav .header-nav-container>ul>li:hover ul {
  position:relative
 }
}
.site-header .header-nav .header-nav-container>ul>li>a {
 font-weight:400;
 color:#fff;
 display:inline-block;
 font-size:12px;
 line-height:56px;
 padding:0 1em;
 text-decoration:none;
 text-transform:uppercase;
 transition:background .1s ease-in-out
}
.site-header .header-nav .header-nav-container>ul>li>a.active,
.site-header .header-nav .header-nav-container>ul>li>a:hover {
 background:#474747
}
.site-header .header-nav .header-nav-container>ul>li>a.active {
 background:rgba(247,247,247,.95)
}
.site-header .header-nav .header-nav-container>ul>li:hover ul {
 display:block
}
.site-header .header-nav .header-nav-container>ul>li>ul {
 display:none;
 position:absolute;
 margin-top:0;
 background-color:#c9c6c1;
 text-decoration:none;
 list-style-type:none;
 padding:10px;
 border-radius:0 0 4px 4px
}
.site-header .header-nav .header-nav-container>ul>li>ul>li {
 width:220px;
 border-radius:4px
}
.site-header .header-nav .header-nav-container>ul>li>ul>li>a {
 font-weight:400;
 color:#676781;
 font-size:14px;
 line-height:25px;
 text-decoration:none;
 text-transform:uppercase;
 list-style-type:none
}
.site-header .header-nav .header-nav-container>ul>li>ul>li>a:hover {
 display:block;
 color:#fff
}
.site-header .header-nav .header-nav-container>ul .wordy,
.site-header .header-nav .header-nav-container>ul>li.search .search-results .results-count {
 display:none
}
@media (max-width:500px) {
 .site-header .header-nav .header-nav-container>ul>li>ul>li {
  width:100%
 }
 .site-header .header-nav .header-nav-container>ul>li>ul>li>a {
  text-align:center
 }
}
.site-header .header-nav .header-nav-container>ul>li.search {
 float:right;
 height:60px;
 padding:0;
 width:100%
}
.site-header .header-nav .header-nav-container>ul>li.search .search-results {
 max-height:400px
}
.site-header .header-nav .header-nav-container>ul>li.search .search-results .no-results {
 padding-top:1em;
 padding-bottom:1em
}
@media (min-width:768px) {
 .site-header .header-nav .header-nav-container>ul>li.search {
  padding:13px 13px 13px 0;
  width:220px
 }
}
@media (min-width:1024px) {
 .site-header .header-nav .header-nav-container>ul>li.search {
  padding:13px 0;
  width:240px
 }
 .site-header .header-nav .header-nav-container>ul .wordy {
  display:inline
 }
}
@media (min-width:1039px) {
 .site-header .header-nav .header-nav-container>ul>li.search {
  padding:13px 0;
  width:280px
 }
}
.site-header .header-nav .header-nav-container>ul .logo {
 background:#EB0000;
 display:block;
 transition:background .1s ease-in-out
}
.site-header .header-nav .header-nav-container>ul .logo a {
 padding:0 1.5em
}
.site-header .header-nav .header-nav-container>ul .logo a img {
 display:inline-block;
 height:auto;
 vertical-align:middle;
 margin:8px 0 0;
 padding:0;
 width:140px
}
.site-header .header-nav .header-nav-container>ul .logo a:hover {
 background:0 0
}
@media (min-width:1024px) {
 .site-header .header-nav .header-nav-container>ul {
  padding:0 35px
 }
}
@media (min-width:410px) {
 .site-header .header-nav .header-nav-container>ul>li>a {
  padding:0 1em
 }
}
@media (min-width:725px) {
 .site-header .header-nav .header-nav-container>ul .logo {
  display:inline-block
 }
 .site-header .header-nav .header-nav-container>ul>li>a {
  font-size:14px;
  line-height:60px
 }
}
@media (min-width:1025px) {
 .site-header .header-nav .header-nav-container>ul>li>a {
  padding:0 2em
 }
}
.site-header .header-nav .nav-dropdown {
 background:rgba(247,247,247,.95);
 box-shadow:0 4px 6px rgba(0,0,0,.15);
 margin:0;
 max-height:0;
 overflow-y:scroll;
 position:absolute;
 transition:max-height .2s ease-in-out;
 transform:translateZ(0);
 width:100%;
 will-change:max-height;
 z-index:2
}
.site-header .header-nav .nav-dropdown.active {
 max-height:50vh
}
.site-header .header-nav .nav-dropdown::-webkit-scrollbar {
 background:0 0;
 height:6px;
 width:6px
}
.site-header .header-nav .nav-dropdown::-webkit-scrollbar-track:vertical {
 background:0 0
}
.site-header .header-nav .nav-dropdown::-webkit-scrollbar-thumb:vertical {
 background:#d9d9d9
}
.site-header .header-nav .nav-dropdown .dropdown-container {
 margin-left:auto;
 margin-right:auto;
 max-width:960px;
 width:90%
}
.site-header .header-nav .nav-dropdown .dropdown-grid {
 display:block;
 width:calc(100% + 20px);
 margin-left:-20px;
 overflow:hidden;
 vertical-align:top
}
.site-header .header-nav .nav-dropdown .dropdown-column {
 box-sizing:border-box;
 -moz-box-sizing:border-box;
 display:inline-block;
 margin-right:-.26rem;
 margin-left:10px;
 vertical-align:top;
 width:calc(100% - 10px);
 padding-bottom:10px;
 padding-top:10px
}
@media (min-width:700px) {
 .site-header .header-nav .nav-dropdown .dropdown-column {
  box-sizing:border-box;
  -moz-box-sizing:border-box;
  display:inline-block;
  margin-right:-.26rem;
  margin-left:60px;
  vertical-align:top;
  width:calc(33.33333333% - 60px);
  padding-bottom:20px;
  padding-top:20px
 }
}
.site-header .header-nav .nav-dropdown .dropdown-column.compact-bottom {
 padding-bottom:0
}
.site-header .header-nav .nav-dropdown .dropdown-column.compact-top {
 padding-top:0
}
.site-header .header-nav .nav-dropdown h5 {
 margin-bottom:.5em
}
.site-header .header-nav .nav-dropdown ul {
 list-style-type:none;
 padding-left:0
}
.site-header .header-nav .nav-dropdown ul li {
 margin-bottom:0
}
.site-header .header-nav .nav-dropdown a {
 text-decoration:none
}
.site-header .header-nav .nav-dropdown a:hover {
 text-decoration:underline
}
.site-header .header-nav .nav-dropdown .sdk-language {
 background:#e0e0e0;
 border-radius:2px;
 display:inline-block;
 font-size:9px;
 margin-left:.5em;
 padding:0 .5em;
 text-transform:uppercase
}
.site-header .header-headline {
 background-image:url(https://80f9b8fec919ac5ebc1a-384085a95109bffb325fe35cb6202ded.ssl.cf2.rackcdn.com/fpo-code-editor-d451e1cbed5e243327c02753222aff6516c860bb1892e03d3c54d9b1e1884d66.jpg);
 background-position:50% 50%;
 background-repeat:no-repeat;
 background-size:cover;
 padding:0;
 z-index:1
}
.site-header .header-headline h1,
.site-header .header-headline h2 {
 font-family:titillium-light,arial,sans-serif;
 font-style:normal;
 font-weight:400;
 background:rgba(255,255,255,.55);
 display:inline-block;
 font-size:35px;
 line-height:1;
 text-transform:uppercase;
 margin-bottom:0;
 padding:40px .5em;
 width:100%
}
.site-header .header-headline h1 .headline-accent,
.site-header .header-headline h2 .headline-accent {
 font-family:open-sans-bold,arial,sans-serif;
 font-style:normal;
 font-weight:400;
 font-size:28px;
 display:block
}
.site-header .header-announcement .banner p,
.site-header .header-maintenance .banner p {
 font-family:open-sans-regular,arial,sans-serif;
 font-style:normal;
 line-height:17px;
 text-align:center
}
@media (min-width:769px) {
 .site-header .header-headline h1,
 .site-header .header-headline h2 {
  background:0 0;
  padding:0
 }
}
.site-header .header-headline .tagline {
 display:none;
 font-size:15px;
 text-transform:uppercase
}
@media (min-width:726px) {
 .site-header .header-headline {
  margin-top:-60px
 }
 .site-header .header-headline h2 {
  padding:100px 40px 40px
 }
}
@media (min-width:769px) {
 .site-header .header-headline {
  padding:120px 60px 60px 35px
 }
 .site-header .header-headline h2 {
  padding:0;
  width:auto
 }
 .site-header .header-headline .tagline {
  display:block;
  font-size:15px;
  text-transform:uppercase
 }
}
.site-header .header-announcement {
 background:#64005A
}
.site-header .header-announcement .banner {
 position:relative;
 width:960px;
 margin:0 auto;
 padding:15px 0
}
@media only screen and (max-width:375px) {
 .site-header .header-announcement .banner {
  width:100%
 }
}
@media only screen and (min-width:376px) and (max-width:600px) {
 .site-header .header-announcement .banner {
  width:100%
 }
}
.site-header .header-announcement .banner i {
 position:absolute;
 top:15px;
 left:0;
 font-size:18px;
 color:#c23e4f
}
.site-header .header-announcement .banner p {
 font-size:18px;
 font-weight:500;
 color:#FFF;
 margin-bottom:0
}
@media only screen and (max-width:600px) {
 .site-header .header-announcement .banner p {
  font-size:14px
 }
}
.site-header .header-announcement .banner p strong {
 font-weight:700
}
.site-header .header-announcement .banner p a {
 color:#fff;
 text-decoration:underline
}
.site-header .header-announcement .banner p a:hover {
 color:#222
}
.site-header .header-maintenance {
 background:#fa2033
}
.site-header .header-maintenance .banner {
 position:relative;
 width:960px;
 margin:0 auto;
 padding:15px 0
}
@media only screen and (max-width:375px) {
 .site-header .header-maintenance .banner {
  width:100%
 }
}
@media only screen and (min-width:376px) and (max-width:600px) {
 .site-header .header-maintenance .banner {
  width:100%
 }
}
.site-header .header-maintenance .banner i {
 position:absolute;
 top:15px;
 left:0;
 font-size:18px;
 color:#c23e4f
}
.site-header .header-maintenance .banner p {
 font-size:18px;
 font-weight:500;
 color:#FFF;
 margin-bottom:0
}
@media only screen and (max-width:600px) {
 .site-header .header-maintenance .banner p {
  font-size:14px
 }
}
.site-header .header-maintenance .banner p strong {
 font-weight:700
}
.site-header .header-maintenance .banner p a {
 color:#fff;
 text-decoration:underline
}
.site-header .header-maintenance .banner p a:hover {
 color:#222
}
.basement-container,
.site-footer {
 background:#3b3f45;
 color:#fff;
 padding:20px 0
}
.basement-container h5,
.site-footer h5 {
 font-family:titillium-bold,arial,sans-serif;
 font-style:normal;
 font-weight:400;
 margin-bottom:20px;
 text-transform:uppercase
}
body.docs .docs-intro .revision-date,
body.docs .docs-intro .tags li a,
body.docs-home .docs-category>h2,
body.docs-home .product-filters li.active a,
body.docs-samples .docs-intro .revision-date,
body.docs-samples .docs-intro .tags li a {
 font-family:titillium-regular,arial,sans-serif;
 font-style:normal;
 font-weight:400
}
.basement-container a,
.site-footer a {
 color:#fff;
 font-size:12px;
 line-height:2;
 text-decoration:none
}
.basement-container a:hover,
.site-footer a:hover {
 text-decoration:underline
}
.basement-container ul,
.site-footer ul {
 list-style-type:none;
 margin:0;
 padding:0
}
.basement-container .basement-container,
.basement-container .footer-container,
.site-footer .basement-container,
.site-footer .footer-container {
 display:block;
 overflow:hidden;
 vertical-align:top;
 margin-left:auto;
 margin-right:auto;
 padding:0 5%;
 width:100%
}
@media (min-width:769px) {
 .basement-container .basement-container,
 .basement-container .footer-container,
 .site-footer .basement-container,
 .site-footer .footer-container {
  padding:0 35px
 }
}
.basement-container .community-links,
.basement-container .docs-links,
.basement-container .partner-links h5,
.basement-container .partner-links ul,
.basement-container .sdk-links,
.site-footer .community-links,
.site-footer .docs-links,
.site-footer .partner-links h5,
.site-footer .partner-links ul,
.site-footer .sdk-links {
 display:none
}
@media (min-width:551px) {
 .basement-container,
 .site-footer {
  background:#3b3f45;
  padding:40px 0
 }
 .basement-container .community-links,
 .basement-container .docs-links,
 .basement-container .partner-links,
 .basement-container .sdk-links,
 .site-footer .community-links,
 .site-footer .docs-links,
 .site-footer .partner-links,
 .site-footer .sdk-links {
  box-sizing:border-box;
  -moz-box-sizing:border-box;
  display:inline-block;
  margin-right:-.26rem;
  margin-left:0;
  vertical-align:top;
  width:calc(50% - 0px);
  margin-bottom:40px
 }
 .basement-container .docs-links ul,
 .site-footer .docs-links ul {
  box-sizing:border-box;
  -moz-box-sizing:border-box;
  display:inline-block;
  margin-right:-.26rem;
  margin-left:0;
  vertical-align:top;
  width:calc(50% - 0px)
 }
 .basement-container .partner-links h5,
 .basement-container .partner-links ul,
 .site-footer .partner-links h5,
 .site-footer .partner-links ul {
  display:block
 }
 .basement-container .copyright,
 .site-footer .copyright {
  display:none
 }
}
@media (max-width:550px) {
 .basement-container .copyright,
 .site-footer .copyright {
  display:block;
  font-size:14px;
  text-align:center
 }
}
@media (min-width:901px) {
 .basement-container .community-links,
 .basement-container .docs-links,
 .basement-container .partner-links,
 .basement-container .sdk-links,
 .site-footer .community-links,
 .site-footer .docs-links,
 .site-footer .partner-links,
 .site-footer .sdk-links {
  margin-bottom:0
 }
 .basement-container .docs-links,
 .site-footer .docs-links {
  box-sizing:border-box;
  -moz-box-sizing:border-box;
  display:inline-block;
  margin-right:-.26rem;
  margin-left:0;
  vertical-align:top;
  width:calc(41.66666667% - 0px)
 }
 .basement-container .community-links,
 .basement-container .sdk-links,
 .site-footer .community-links,
 .site-footer .sdk-links {
  box-sizing:border-box;
  -moz-box-sizing:border-box;
  display:inline-block;
  margin-right:-.26rem;
  margin-left:0;
  vertical-align:top;
  width:calc(16.66666667% - 0px)
 }
 .basement-container .partner-links,
 .site-footer .partner-links {
  box-sizing:border-box;
  -moz-box-sizing:border-box;
  display:inline-block;
  margin-right:-.26rem;
  margin-left:0;
  vertical-align:top;
  width:calc(25% - 0px)
 }
}
.basement-container {
 background:#000;
 padding:20px;
 display:none
}
@media (min-width:551px) {
 .basement-container {
  display:block
 }
}
.basement-container>ul {
 display:inline-block
}
.basement-container>ul>li {
 display:inline-block;
 line-height:34px;
 margin:0
}
.basement-container>ul>li+.text-link {
 margin-left:6px;
 padding-left:8px
}
.basement-container>ul>li+.text-link:before {
 background:#fff;
 content:'';
 display:block;
 height:12px;
 left:0;
 position:absolute;
 top:11px;
 width:1px
}
body.docs .header-headline,
body.docs-home .header-headline {
 background-image:url(https://80f9b8fec919ac5ebc1a-384085a95109bffb325fe35cb6202ded.ssl.cf2.rackcdn.com/misc-banner-2-4ec9b5d5fa2343043870fd524678031ac9e7eb9a787969921a4496a2ec39e95e.jpg)
}
body.docs .docs-intro,
body.docs-samples .docs-intro {
 margin-bottom:2em
}
body.docs .docs-intro .revision-date,
body.docs-samples .docs-intro .revision-date {
 font-size:12px
}
body.docs .docs-intro .tags,
body.docs-samples .docs-intro .tags {
 font-size:12px;
 margin:10px 0 0;
 padding:0
}
body.docs .docs-intro .tags li,
body.docs-samples .docs-intro .tags li {
 display:inline-block;
 list-style-type:none
}
body.docs .docs-intro .headerlink,
body.docs-home .background .left,
body.docs-samples .docs-intro .headerlink {
 display:none
}
body.docs .docs-intro .tags li a,
body.docs-samples .docs-intro .tags li a {
 text-decoration:none
}
body.docs .docs-intro .tags li a:hover,
body.docs-samples .docs-intro .tags li a:hover {
 text-decoration:underline
}
body.docs .docs-intro .tags li+li,
body.docs-samples .docs-intro .tags li+li {
 border-left:solid 1px #ccc;
 margin-left:.5em;
 padding-left:calc(.5em + 1px)
}
body.docs .docs-intro .contents-summary,
body.docs-samples .docs-intro .contents-summary {
 margin-top:1.5em
}
body.docs .docs-intro .contents-summary h5,
body.docs-samples .docs-intro .contents-summary h5 {
 font-size:13px;
 margin-bottom:.5em;
 text-transform:uppercase
}
body.docs .docs-intro .contents-summary ul,
body.docs-samples .docs-intro .contents-summary ul {
 list-style-type:none;
 padding-left:0
}
body.docs .docs-intro .contents-summary ul li,
body.docs-samples .docs-intro .contents-summary ul li {
 font-size:14px;
 margin-bottom:0
}
body.docs-home .product-filters li,
body.docs-home .sidebar-container h5 {
 margin-bottom:20px
}
body.docs .docs-intro .contents-summary ul li a,
body.docs-samples .docs-intro .contents-summary ul li a {
 text-decoration:none
}
@media (min-width:769px) {
 body.docs .docs-intro .contents-summary,
 body.docs-samples .docs-intro .contents-summary {
  display:none
 }
}
@media (max-width:768px) {
 .show-section-nav .docs-content {
  transform:translate(0,0);
  transform:translate3d(25%,0,0)
 }
}
body.docs .content {
 font-size:16px
}
body.docs .content a {
 text-decoration:underline
}
body.docs .content .docs-section .code,
body.docs .content .docs-section .description {
 width:100%
}
body.docs-home .background {
 height:100%;
 left:0;
 position:absolute;
 top:0;
 width:100%
}
body.docs-home .background .center {
 box-sizing:border-box;
 -moz-box-sizing:border-box;
 display:inline-block;
 margin-right:-.26rem;
 margin-left:0;
 vertical-align:top;
 width:calc(100% - 0px);
 background:#fff;
 height:100%
}
body.docs-home .background .right {
 display:none
}
@media (min-width:769px) {
 body.docs-home .background {
  top:60px
 }
 body.docs-home .background .left {
  box-sizing:border-box;
  -moz-box-sizing:border-box;
  display:inline-block;
  margin-right:-.26rem;
  margin-left:0;
  vertical-align:top;
  width:calc(20% - 0px);
  background:#ebebeb;
  height:100%
 }
}
@media (min-width:1025px) {
 body.docs-home .background .center,
 body.docs-home .background .left {
  display:inline-block;
  margin-right:-.26rem;
  margin-left:0;
  vertical-align:top
 }
 body.docs-home .background .left {
  box-sizing:border-box;
  -moz-box-sizing:border-box;
  width:calc(20% - 0px)
 }
 body.docs-home .background .center {
  box-sizing:border-box;
  -moz-box-sizing:border-box;
  width:calc(80% - 0px)
 }
}
@media (min-width:769px) {
 body.docs-home .docs-section-nav {
  box-sizing:border-box;
  -moz-box-sizing:border-box;
  display:inline-block;
  margin-right:-.26rem;
  margin-left:0;
  vertical-align:top;
  width:calc(20% - 0px)
 }
}
body.docs-home .docs-content {
 box-sizing:border-box;
 -moz-box-sizing:border-box;
 display:inline-block;
 margin-right:-.26rem;
 margin-left:0;
 vertical-align:top;
 width:calc(100% - 0px);
 padding:0 5%
}
@media (min-width:769px) and (max-width: 1023px) {
 body.docs-home .docs-content {
  box-sizing:border-box;
  -moz-box-sizing:border-box;
  display:inline-block;
  margin-right:-.26rem;
  margin-left:0;
  vertical-align:top;
  width:calc(80% - 0px);
  padding:0 35px;
  max-width:960px
 }
}
@media (min-width:1302px) {
 body.docs-home .docs-content {
  box-sizing:border-box;
  -moz-box-sizing:border-box;
  display:inline-block;
  margin-right:-.26rem;
  margin-left:0;
  vertical-align:top;
  width:calc(80% - 0px);
  padding:0;
  margin-left:calc(40% - 480px)
 }
}
body.docs-home .sidebar-container {
 padding:20px 35px
}
body.docs-home .sidebar-container>ul {
 padding-left:0
}
@media (min-width:769px) {
 body.docs-home .sidebar-container.sticky {
  position:fixed;
  transform:translateZ(0);
  top:0;
  width:calc(20%)
 }
}
@media (min-width:1025px) {
 body.docs-home .sidebar-container.sticky {
  position:fixed;
  transform:translateZ(0);
  top:0;
  width:calc(20%)
 }
}
body.docs-home .product-filters {
 border-bottom:dotted 1px rgba(71,71,71,.7);
 margin-bottom:20px
}
body.docs-home .product-filters li a {
 display:block;
 padding:0 28px 0 0
}
body.docs-home .product-filters li a .label {
 color:#b3b3b3;
 font-size:114.28571429%;
 transition:color .1s ease-in-out
}
body.docs-home .product-filters li a .indicator {
 border:1px solid #474747;
 color:transparent;
 display:inline-block;
 font-size:12px;
 height:14px;
 line-height:14px;
 position:absolute;
 right:0;
 text-align:center;
 transition:all .1s ease-in-out;
 top:6px;
 width:14px
}
body.docs-home .product-filters li a:hover .indicator {
 color:#a3a3a3
}
body.docs-home .product-filters li.active a {
 background:0 0;
 letter-spacing:0
}
body.docs-home .product-filters li.active a .label {
 color:#474747
}
body.docs-home .product-filters li.active a .indicator {
 background:#739eaf;
 border-color:#739eaf;
 color:#fff
}
body.docs-home .product-filters li.active.network .indicator {
 background:#1abc9c;
 border-color:#1abc9c;
 color:#fff
}
body.docs-home .product-filters li.active.storage .indicator {
 background:#efc75e;
 border-color:#efc75e;
 color:#fff
}
body.docs-home .product-filters li.active.data .indicator {
 background:#0dafcc;
 border-color:#0dafcc;
 color:#fff
}
body.docs-home .product-filters li.active.infra .indicator {
 background:#8e708e;
 border-color:#8e708e;
 color:#fff
}
body.docs-home .product-filters li.active.dev-tools .indicator {
 background:#d86c90;
 border-color:#d86c90;
 color:#fff
}
body.docs-home .docs-category {
 border-bottom:dotted 1px #a3a3a3;
 padding-top: 80px;
 padding-left: 35px;
}
body.docs-home .docs-category>h2 {
 margin-bottom:0;
 text-transform:uppercase
}
body.docs-home .docs-category>p {
 font-family:open-sans-light,arial,sans-serif;
 font-style:normal;
 font-weight:400;
 font-size:16px;
 margin-bottom:35px
}
body.docs-home .docs-banner {
 border:1px solid #e6e6e6;
 border-radius:1px;
 margin-top:35px;
 padding:35px;
 text-align:center
}
body.docs-home .docs-banner h4 {
 margin-bottom:1em
}
body.docs-home .docs-banner p {
 font-size:114.28571429%;
 text-align:left
}
body.docs-home .docs-banner p.banner-button {
 margin-bottom:0;
 text-align:center
}
body.docs-home .docs-banner p.banner-button a.banner-button {
 border-radius:1px;
 display:inline-block;
 text-decoration:none;
 transition:background .1s ease-in-out;
 background:#3498db;
 border:1px solid #2f89c5;
 color:#fff;
 font-family:open-sans-bold,arial,sans-serif;
 font-style:normal;
 font-weight:400;
 font-size:87.5%;
 padding:.5em 1.5em;
 text-transform:uppercase
}
body.docs-home .docs-banner p.banner-button a.banner-button:hover {
 background:#2c81ba
}
body.docs-home .product-list {
 display:block;
}
body.docs-home .product-list .product {
 box-sizing:border-box;
 -moz-box-sizing:border-box;
 display:inline-block;
 vertical-align:top;
}
@media (min-width:480px) {
 body.docs-home .product-list .product {
  box-sizing:border-box;
  -moz-box-sizing:border-box;
  display:inline-block;
  vertical-align:top;
  width:calc(50%)
 }
}
@media (min-width:769px) {
 body.docs-home .product-list .product {
  box-sizing:border-box;
  -moz-box-sizing:border-box;
  display:inline-block;
  margin-right:-.26rem;
  margin-left:35px;
  vertical-align:top;
  width:calc(33.33333333% - 35px)
 }
}
.layout.one-column .background,
.layout.sidebar-left .background .left {
 display:none
}
body.docs-home .product-list .card {
 margin-bottom:35px
}
body.docs-home .product-list .card ul {
 list-style-type:none;
 padding-left:0
}
.layout.one-column .content {
 margin-left:auto;
 margin-right:auto;
 max-width:960px;
 width:90%
}
.layout.sidebar-left .background {
 height:100%;
 left:0;
 position:absolute;
 top:0;
 width:100%
}
.layout.sidebar-left .background .center {
 box-sizing:border-box;
 -moz-box-sizing:border-box;
 display:inline-block;
 margin-right:-.26rem;
 margin-left:0;
 vertical-align:top;
 width:calc(100% - 0px);
 background:#fff;
 height:100%
}
.layout.sidebar-left .background .right {
 display:none
}
@media (min-width:769px) {
 .layout.sidebar-left .background .left {
  box-sizing:border-box;
  -moz-box-sizing:border-box;
  display:inline-block;
  margin-right:-.26rem;
  margin-left:0;
  vertical-align:top;
  width:calc(20% - 0px);
  background:#fafafa;
  border-right:solid 1px #ebebeb;
  height:100%
 }
}
@media (min-width:1025px) {
 .layout.sidebar-left .background .left {
  box-sizing:border-box;
  -moz-box-sizing:border-box;
  display:inline-block;
  margin-right:-.26rem;
  margin-left:0;
  vertical-align:top;
  width:calc(25% - 0px)
 }
 .layout.sidebar-left .background .center {
  box-sizing:border-box;
  -moz-box-sizing:border-box;
  display:inline-block;
  margin-right:-.26rem;
  margin-left:0;
  vertical-align:top;
  width:calc(75% - 0px)
 }
}
.layout.sidebar-left .sidebar {
 display:none
}
@media (min-width:769px) {
 .layout.sidebar-left .sidebar {
  box-sizing:border-box;
  -moz-box-sizing:border-box;
  display:inline-block;
  margin-right:-.26rem;
  margin-left:0;
  vertical-align:top;
  width:calc(20% - 0px)
 }
}
@media (min-width:1025px) {
 .layout.sidebar-left .sidebar {
  box-sizing:border-box;
  -moz-box-sizing:border-box;
  display:inline-block;
  margin-right:-.26rem;
  margin-left:0;
  vertical-align:top;
  width:calc(25% - 0px)
 }
}
.layout.sidebar-left .content {
 box-sizing:border-box;
 -moz-box-sizing:border-box;
 display:inline-block;
 margin-right:-.26rem;
 margin-left:0;
 vertical-align:top;
 width:calc(100% - 0px);
 padding:0 5%
}
@media (min-width:769px) {
 .layout.sidebar-left .content {
  box-sizing:border-box;
  -moz-box-sizing:border-box;
  display:inline-block;
  margin-right:-.26rem;
  margin-left:0;
  vertical-align:top;
  width:calc(80% - 0px);
  padding:0 35px;
  max-width:960px
 }
}
@media (min-width:1025px) {
 .layout.sidebar-left .content {
  box-sizing:border-box;
  -moz-box-sizing:border-box;
  display:inline-block;
  margin-right:-.26rem;
  margin-left:0;
  vertical-align:top;
  width:calc(75% - 0px)
 }
}
@media (min-width:1302px) {
 .layout.sidebar-left .content {
  box-sizing:border-box;
  -moz-box-sizing:border-box;
  display:inline-block;
  margin-right:-.26rem;
  margin-left:0;
  vertical-align:top;
  width:calc(75% - 0px);
  padding:0;
  margin-left:calc(37.5% - 480px)
 }
}
.layout.sidebar-left .content>.docs-section>.section>.toctree-wrapper>.collapsible-section {
 display:none
}
.layout.sidebar-left .content>.docs-section>.section>.toctree-wrapper>.collapsible-section.open {
 display:block
}
.layout.sidebar-left .collapsible-section-toggle {
 border-bottom:solid 1px #e6e6e6;
 cursor:pointer
}
.layout.sidebar-left .collapsible-section-toggle .toggle {
 display:inline-block;
 font:normal normal normal 14px/1 FontAwesome;
 -webkit-font-smoothing:antialiased;
 transform:translate(0,0);
 color:#a3a3a3;
 font-size:85.71428571%;
 height:32px;
 text-align:center;
 text-decoration:none;
 line-height:32px;
 vertical-align:top
}
.layout.sidebar-left .collapsible-section-toggle .toggle.pull-left {
 margin-right:.3em
}
.layout.sidebar-left .collapsible-section-toggle .toggle.pull-right {
 margin-left:.3em
}
.layout.sidebar-left .collapsible-section-toggle .toggle:before {
 color:#3498db;
 content:"\f068";
 margin-right:.5em;
 vertical-align:middle
}
.layout.sidebar-left .collapsible-section-toggle.show h2 {
 display:inline-block;
 font-size:142.85714286%
}
.layout.sidebar-left .collapsible-section-toggle.show .toggle {
 color:transparent;
 font-size:100%;
 height:50px;
 line-height:50px;
 overflow:hidden;
 width:25px
}
.layout.sidebar-left .collapsible-section-toggle.show .toggle:before {
 color:#3498db;
 content:"\f067"
}
.layout.sidebar-left .collapsible-section-toggle h2 {
 display:none;
 line-height:50px;
 margin:0
}
.layout.sidebar-left .collapsible-section-toggle h2 .headerlink {
 display:none
}
.layout.sidebar-right .background {
 height:100%;
 left:0;
 position:absolute;
 top:0;
 width:100%
}
.layout.sidebar-right .background .left {
 box-sizing:border-box;
 -moz-box-sizing:border-box;
 display:inline-block;
 margin-right:-.26rem;
 margin-left:0;
 vertical-align:top;
 width:calc(100% - 0px);
 height:100%
}
.layout.sidebar-right .background .center {
 display:none
}
.layout.sidebar-right .background .right {
 display:none;
 background:#ebebeb;
 height:100%
}
@media (min-width:769px) {
 .layout.sidebar-right .background .left {
  box-sizing:border-box;
  -moz-box-sizing:border-box;
  display:inline-block;
  margin-right:-.26rem;
  margin-left:0;
  vertical-align:top;
  width:calc(80% - 0px)
 }
 .layout.sidebar-right .background .right {
  box-sizing:border-box;
  -moz-box-sizing:border-box;
  display:inline-block;
  margin-right:-.26rem;
  margin-left:0;
  vertical-align:top;
  width:calc(20% - 0px)
 }
}
.layout.sidebar-right .content {
 box-sizing:border-box;
 -moz-box-sizing:border-box;
 display:inline-block;
 margin-right:-.26rem;
 margin-left:0;
 vertical-align:top;
 width:calc(100% - 0px);
 padding:0 5%
}
@media (min-width:769px) {
 .layout.sidebar-right .content {
  box-sizing:border-box;
  -moz-box-sizing:border-box;
  display:inline-block;
  margin-right:-.26rem;
  margin-left:0;
  vertical-align:top;
  width:calc(80% - 0px);
  padding:0 35px
 }
}
@media (min-width:1287px) {
 .layout.sidebar-right .content {
  box-sizing:border-box;
  -moz-box-sizing:border-box;
  display:inline-block;
  margin-right:-.26rem;
  margin-left:0;
  vertical-align:top;
  width:calc(80% - 0px);
  padding:0;
  margin:0 calc(40% - 480px);
  max-width:960px
 }
}
.layout.sidebar-right .sidebar {
 display:none
}
@media (min-width:769px) {
 .layout.sidebar-right .sidebar {
  box-sizing:border-box;
  -moz-box-sizing:border-box;
  display:inline-block;
  margin-right:-.26rem;
  margin-left:0;
  vertical-align:top;
  width:calc(20% - 0px)
 }
 body.blog .layout.sidebar-right .content {
  font-size:16px
 }
}
@media (min-width:1287px) {
 .layout.sidebar-right .sidebar {
  margin-left:-.25em
 }
}
body.blog .header-headline {
 background-image:url(https://80f9b8fec919ac5ebc1a-384085a95109bffb325fe35cb6202ded.ssl.cf2.rackcdn.com/blog-banner-31aa089d85139ec9f58b20286273fe14c05bc18e25cc2afadc6d32cfa052721b.jpg)
}
body.blog .layout.sidebar-right .content {
 font-size:16px
}
@media (min-width:1085px) {
 body.blog .layout.sidebar-right .content {
  margin:0 calc(40% - 400px);
  max-width:800px;
  padding:0
 }
 body.blog .layout.sidebar-right .sidebar {
  margin-left:-.25em
 }
}
body.blog .pagination {
 display:block;
 width:calc(100% + 0px);
 margin-left:0;
 overflow:hidden;
 vertical-align:top
}
body.blog .pagination .next,
body.blog .pagination .previous {
 box-sizing:border-box;
 -moz-box-sizing:border-box;
 display:inline-block;
 margin-right:-.26rem;
 margin-left:0;
 vertical-align:top;
 width:calc(50% - 0px);
 padding:40px 0
}
body.blog .pagination .next {
 text-align:right
}
body.blog .author-heading,
body.blog .category-heading {
 margin-top:20px
}
.community {
 display:block;
 width:calc(100% + 35px);
 margin-left:-35px;
 overflow:hidden;
 vertical-align:top;
 margin-top:35px
}
.community .community-content,
.community .community-sidebar {
 display:inline-block;
 margin-right:-.26rem;
 margin-left:35px;
 vertical-align:top
}
.community .community-content {
 box-sizing:border-box;
 -moz-box-sizing:border-box;
 width:calc(100% - 35px)
}
@media (min-width:769px) {
 .community .community-content {
  box-sizing:border-box;
  -moz-box-sizing:border-box;
  display:inline-block;
  margin-right:-.26rem;
  margin-left:35px;
  vertical-align:top;
  width:calc(75% - 35px)
 }
}
.community .community-sidebar {
 box-sizing:border-box;
 -moz-box-sizing:border-box;
 width:calc(100% - 35px)
}
@media (min-width:769px) {
 .community .community-sidebar {
  box-sizing:border-box;
  -moz-box-sizing:border-box;
  display:inline-block;
  margin-right:-.26rem;
  margin-left:35px;
  vertical-align:top;
  width:calc(25% - 35px)
 }
}
.community .lead {
 font-size:114.28571429%
}
body.home .header-headline {
 background-image:url(https://80f9b8fec919ac5ebc1a-384085a95109bffb325fe35cb6202ded.ssl.cf2.rackcdn.com/misc-banner-1-bbf0f84190b962e5d7d08bc5e4e5ae0032101dafef0b683125cf1b57f6f6a94e.jpg)
}
body.home .header-headline h2 {
 font-family:titillium-light,arial,sans-serif;
 font-style:normal;
 font-weight:400;
 background:rgba(0,0,0,.4);
 color:#fff;
 display:block;
 font-size:214.28571429%;
 text-align:center;
 text-shadow:0 0 2px rgba(0,0,0,.3);
 text-transform:uppercase
}
@media (min-width:480px) {
 body.home .header-headline h2 {
  font-size:285.71428571%
 }
}
body.home .header-headline [data-headline-typer] {
 font-family:titillium-regular,arial,sans-serif;
 font-style:normal;
 font-weight:400;
 border-bottom:solid 2px #fff;
 display:block;
 font-size:9vw;
 margin:.5em auto
}
body.home .header-headline .tagline .general-campaign,
body.home .header-headline .tagline .get-started {
 font-family:open-sans-regular,arial,sans-serif;
 padding:1em 3em;
 letter-spacing:.04em;
 margin-top:2em;
 font-style:normal;
 font-weight:400
}
body.home .header-headline [data-headline-typer] .word {
 line-height:1
}
body.home .header-headline [data-headline-typer] .word:after {
 animation:blink 1s infinite linear;
 background:#fff;
 content:"";
 display:inline-block;
 height:1em;
 margin-left:.1em;
 vertical-align:top;
 width:1px
}
@media (min-width:460px) {
 body.home .header-headline [data-headline-typer] {
  display:block;
  font-size:100%;
  min-width:10em
 }
}
@media (min-width:780px) {
 body.home .header-headline [data-headline-typer] {
  display:inline-block
 }
}
body.home .header-headline br {
 display:none
}
body.home .header-headline .tagline {
 color:#fff;
 font-size:128.57142857%;
 margin-bottom:0;
 text-align:center;
 text-transform:none
}
body.home .header-headline .tagline a {
 color:#fff;
 text-decoration:underline
}
body.home .header-headline .tagline a:focus,
body.home .header-headline .tagline a:hover {
 color:#3498db
}
body.home .header-headline .tagline .get-started {
 border-radius:1px;
 display:inline-block;
 transition:background .1s ease-in-out;
 background:#3498db;
 border:1px solid #2f89c5;
 color:#fff;
 font-size:16px;
 text-decoration:none;
 text-transform:uppercase
}
body.home .box.rack-cli .cli-text .download-button,
body.home .header-headline .tagline .general-campaign {
 border-radius:1px;
 -webkit-transition:background .1s ease-in-out;
 -ms-transition:background .1s ease-in-out;
 text-decoration:none
}
body.home .header-headline .tagline .get-started:hover {
 background:#2c81ba
}
body.home .header-headline .tagline .get-started:focus,
body.home .header-headline .tagline .get-started:hover {
 color:#fff
}
body.home .header-headline .tagline .general-campaign {
 transition:background .1s ease-in-out;
 background:#3498db;
 border:1px solid #2f89c5;
 color:#fff;
 font-size:16px;
 text-transform:uppercase;
 display:block
}
body.home .header-headline .tagline .general-campaign:hover {
 background:#2c81ba
}
body.home .header-headline .tagline .general-campaign:focus,
body.home .header-headline .tagline .general-campaign:hover {
 color:#fff
}
@media (min-width:769px) {
 body.home .header-headline {
  padding:180px 60px 120px 35px
 }
 body.home .header-headline h2 {
  background:0 0
 }
 body.home .header-headline .tagline {
  margin:0 auto;
  max-width:760px
 }
 body.home .header-headline br {
  display:block
 }
}
body.home .box {
 text-align:center;
 padding:80px 0
}
body.home .box .container {
 margin-left:auto;
 margin-right:auto;
 max-width:960px;
 width:90%
}
body.home .box.docs-apis h1 {
 font-family:titillium-bold,arial,sans-serif;
 font-style:normal;
 font-weight:400;
 margin-bottom:.25em
}
body.home .box.docs-apis h1+p {
 margin:0 auto;
 max-width:760px
}
body.home .box.docs-apis .tools-promos {
 margin-top:60px;
 display:block;
 width:calc(100% + 20px);
 margin-left:-20px;
 overflow:hidden;
 vertical-align:top
}
body.home .box.docs-apis .tools-promos .promo {
 box-sizing:border-box;
 -moz-box-sizing:border-box;
 display:inline-block;
 margin-right:-.26rem;
 margin-left:20px;
 vertical-align:top;
 width:calc(100% - 20px)
}
@media (min-width:500px) {
 body.home .box.docs-apis .tools-promos .promo {
  box-sizing:border-box;
  -moz-box-sizing:border-box;
  display:inline-block;
  margin-right:-.26rem;
  margin-left:20px;
  vertical-align:top;
  width:calc(50% - 20px)
 }
}
@media (min-width:768px) {
 body.home .box.docs-apis .tools-promos .promo {
  box-sizing:border-box;
  -moz-box-sizing:border-box;
  display:inline-block;
  margin-right:-.26rem;
  margin-left:20px;
  vertical-align:top;
  width:calc(33.33333333% - 20px)
 }
}
body.home .box.docs-apis .card.red,
body.home .box.docs-apis .card.yellow {
 border-top:solid 1px #e6e6e6
}
body.home .box.dev-support,
body.home .box.rack-cli {
 border-top:solid 1px #e0e0e0
}
body.home .box.docs-apis .card.yellow .card-action,
body.home .box.docs-apis .card.yellow .card-subtitle {
 color:#efc75e
}
body.home .box.docs-apis .card.yellow .card-subtitle span:after,
body.home .box.docs-apis .card.yellow .card-subtitle span:before,
body.home .box.docs-apis .card.yellow .card-subtitle:before {
 background:#efc75e
}
body.home .box.docs-apis .card.red .card-action,
body.home .box.docs-apis .card.red .card-subtitle {
 color:#e74c3c
}
body.home .box.docs-apis .card.red .card-subtitle span:after,
body.home .box.docs-apis .card.red .card-subtitle span:before,
body.home .box.docs-apis .card.red .card-subtitle:before {
 background:#e74c3c
}
body.home .box.docs-apis .card .card-image {
 padding-top:20px
}
body.home .box.docs-apis .card .card-image svg {
 height:36px;
 width:36px
}
body.home .box.docs-apis .card .card-title {
 padding:.5em .5em 0
}
body.home .box.docs-apis .card .card-subtitle {
 display:inline-block;
 line-height:1;
 padding:0 4em;
 text-transform:uppercase
}
body.home .box.docs-apis .card .card-subtitle:before {
 content:"";
 display:block;
 position:absolute;
 height:1px;
 width:100%;
 left:0;
 top:.5em
}
body.home .box.docs-apis .card .card-subtitle span {
 background:#fff;
 padding:0 .5em
}
body.home .box.docs-apis .card .card-subtitle span:after,
body.home .box.docs-apis .card .card-subtitle span:before {
 background:0 0;
 border-radius:50%;
 content:"";
 display:block;
 height:3px;
 position:absolute;
 top:calc(.5em + 2px);
 width:3px
}
body.home .box.docs-apis .card .card-subtitle span:before {
 left:-4em
}
body.home .box.docs-apis .card .card-subtitle span:after {
 right:-4em
}
body.home .box.docs-apis .card .card-body {
 padding:3em 30px
}
body.home .box.docs-apis .card .card-action {
 display:inline-block;
 font-size:16px;
 margin-top:1.5em;
 text-transform:uppercase
}
body.home .box.dev-support h2 {
 font-size:257.14285714%
}
body.home .box.dev-support h2+p {
 font-size:142.85714286%;
 margin-bottom:80px
}
body.home .box.dev-support .icon {
 font-size:50px;
 margin-bottom:25px
}
body.home .box.dev-support .comm-platforms {
 display:block;
 width:calc(100% + 20px);
 margin-left:-20px;
 overflow:hidden;
 vertical-align:top
}
body.home .box.dev-support .comm-platforms .platform {
 box-sizing:border-box;
 -moz-box-sizing:border-box;
 display:inline-block;
 margin-right:-.26rem;
 margin-left:20px;
 vertical-align:top;
 width:calc(50% - 20px);
 font-size:114.28571429%
}
@media (min-width:769px) {
 body.home .box.dev-support .comm-platforms {
  display:block;
  width:calc(100% + 40px);
  margin-left:-40px;
  overflow:hidden;
  vertical-align:top
 }
 body.home .box.dev-support .comm-platforms .platform {
  box-sizing:border-box;
  -moz-box-sizing:border-box;
  display:inline-block;
  margin-right:-.26rem;
  margin-left:40px;
  vertical-align:top;
  width:calc(25% - 40px)
 }
}
body.home .box.rack-cli {
 background:#f0f5fc
}
body.home .box.rack-cli .cli-grid {
 display:block;
 width:calc(100% + 20px);
 margin-left:-20px;
 overflow:hidden;
 vertical-align:top
}
body.home .box.rack-cli .cli-image {
 box-sizing:border-box;
 -moz-box-sizing:border-box;
 display:inline-block;
 margin-right:-.26rem;
 margin-left:20px;
 vertical-align:top;
 width:calc(100% - 20px)
}
body.home .box.rack-cli .cli-image [data-rack-cli-graphic] {
 margin:0 auto;
 position:relative
}
body.home .box.rack-cli .cli-image [data-rack-cli-graphic] img {
 margin:0;
 max-width:100%;
 height:auto
}
body.home .box.rack-cli .cli-text {
 box-sizing:border-box;
 -moz-box-sizing:border-box;
 display:inline-block;
 margin-right:-.26rem;
 margin-left:20px;
 vertical-align:top;
 width:calc(100% - 20px);
 text-align:left;
 font-size:16px
}
body.home .box.rack-cli .cli-text h2 {
 margin-top:1em;
 text-align:center
}
body.home .box.rack-cli .cli-text .action {
 margin-top:4em;
 text-align:center
}
body.home .box.rack-cli .cli-text .download-button {
 display:inline-block;
 transition:background .1s ease-in-out;
 background:#3498db;
 border:1px solid #2f89c5;
 color:#fff;
 padding:.5em 1.5em
}
body.home .box.rack-cli .cli-text .download-button:hover {
 background:#2c81ba
}
body.home .box.rack-cli .cli-text .info-button {
 border-radius:1px;
 display:inline-block;
 text-decoration:none;
 transition:background .1s ease-in-out;
 background:tranparent;
 border:1px solid transparent;
 color:#3498db;
 padding:.5em 1.5em
}
body.home .box.rack-cli .cli-text .info-button:hover {
 color:#2f89c5;
 text-decoration:underline
}
@media (min-width:750px) {
 body.home .box.rack-cli .cli-image,
 body.home .box.rack-cli .cli-text {
  display:inline-block;
  margin-right:-.26rem;
  margin-left:20px;
  vertical-align:top
 }
 body.home .box.rack-cli .cli-image {
  box-sizing:border-box;
  -moz-box-sizing:border-box;
  width:calc(58.33333333% - 20px)
 }
 body.home .box.rack-cli .cli-text {
  box-sizing:border-box;
  -moz-box-sizing:border-box;
  width:calc(41.66666667% - 20px)
 }
 body.home .box.rack-cli .cli-text .action {
  text-align:left
 }
}
@media (min-width:980px) {
 body.home .box.rack-cli .cli-image,
 body.home .box.rack-cli .cli-text {
  display:inline-block;
  margin-right:-.26rem;
  margin-left:20px;
  vertical-align:top
 }
 body.home .box.rack-cli .cli-image {
  box-sizing:border-box;
  -moz-box-sizing:border-box;
  width:calc(66.66666667% - 20px)
 }
 body.home .box.rack-cli .cli-text {
  box-sizing:border-box;
  -moz-box-sizing:border-box;
  width:calc(33.33333333% - 20px)
 }
}
body.home .box.blog {
 border-top:solid 1px #e0e0e0
}
body.home .box.blog .headline {
 margin-bottom:40px
}
body.home .box.blog .tab-buttons ul {
 list-style-type:none;
 margin:0;
 padding:0;
 text-align:left
}
body.home .box.blog .tab-buttons ul li {
 font-family:titillium-light,arial,sans-serif;
 font-style:normal;
 font-weight:400;
 display:inline-block;
 font-size:18px;
 line-height:24px;
 padding:0 1em;
 text-transform:uppercase
}
body.home .box.blog .blog-posts h4,
body.home .box.blog [data-tab=events] ul>li h5 {
 font-family:titillium-regular,arial,sans-serif;
 font-style:normal;
 font-weight:400
}
body.home .box.blog .tab-buttons ul li a {
 color:#474747
}
body.home .box.blog .tab-buttons ul li a:active,
body.home .box.blog .tab-buttons ul li a:focus,
body.home .box.blog .tab-buttons ul li a:hover {
 color:#2f89c5;
 text-decoration:none
}
body.home .box.blog .tab-buttons ul li a.active {
 color:#3498db
}
body.home .box.blog .tab-buttons ul li.active-link-indicator {
 background:#3498db;
 height:2px;
 left:0;
 margin:0;
 padding:0;
 position:absolute;
 bottom:0;
 transition:all .15s ease-in;
 width:0
}
body.home .box.blog [data-tab] {
 padding:60px 0 0;
 text-align:left
}
body.home .box.blog [data-tab] .big-button {
 padding-top:60px;
 text-align:center
}
body.home .box.blog [data-tab] .big-button a {
 border-radius:1px;
 display:inline-block;
 padding:1em 3em;
 text-decoration:none;
 -webkit-transition:background .1s ease-in-out;
 -ms-transition:background .1s ease-in-out;
 background:tranparent;
 color:#3498db;
 border:1px solid #3498db;
 transition:all .1s ease-in-out
}
body.home .box.blog [data-tab] .big-button a:active,
body.home .box.blog [data-tab] .big-button a:focus,
body.home .box.blog [data-tab] .big-button a:hover {
 background:#3498db;
 color:#fff;
 text-decoration:none
}
body.home .box.blog .blog-posts {
 list-style-type:none;
 margin:0;
 padding:0
}
body.home .box.blog .blog-posts .blog-post {
 margin:0;
 padding:0 0 20px
}
body.home .box.blog .blog-posts .blog-post .post-avatar {
 margin-top:.5em
}
body.home .box.blog .blog-posts .blog-post .post-info {
 margin-bottom:0
}
body.home .box.blog .blog-posts .blog-post+.blog-post {
 border-top:solid 1px #e6e6e6;
 padding-top:20px
}
body.home .box.blog .blog-posts .post-categories {
 display:inline-block
}
body.home .box.blog [data-tab=events] ul {
 display:block;
 width:calc(100% + 40px);
 margin-left:-40px;
 overflow:hidden;
 vertical-align:top
}
body.home .box.blog [data-tab=events] ul>li {
 box-sizing:border-box;
 -moz-box-sizing:border-box;
 display:inline-block;
 margin-right:-.26rem;
 margin-left:40px;
 vertical-align:top;
 width:calc(50% - 40px)
}
body.home .box.blog [data-tab=events] ul>li h5 {
 font-size:20px;
 text-transform:none;
 margin-bottom:.25em
}
body.home .box.blog [data-tab=events] ul>li .date,
body.home .box.blog [data-tab=events] ul>li .location {
 display:inline-block;
 line-height:1;
 margin-bottom:1em
}
body.home .box.blog [data-tab=events] ul>li .date {
 font-family:open-sans-bold,arial,sans-serif;
 font-style:normal;
 font-weight:400
}
body.home .box.blog [data-tab=events] ul>li .date+.location {
 border-left:solid 1px #c8c8c8;
 margin-left:.5em;
 padding-left:.5em
}
body.home .box.blog [data-tab=events] ul>li .description {
 font-size:16px
}
@media (max-width:450px) {
 body.home .box.blog .tab-buttons ul {
  display:inline-block
 }
 body.home .box.blog .wordy {
  display:none
 }
 body.home .box.blog [data-tab=events] ul>li {
  box-sizing:border-box;
  -moz-box-sizing:border-box;
  display:inline-block;
  margin-right:-.26rem;
  margin-left:40px;
  vertical-align:top;
  width:calc(100% - 40px)
 }
 body.home .box.blog [data-tab=events] ul>li+li {
  margin-top:40px
 }
}
@media (min-width:551px) {
 body.home .site-footer {
  background:url(https://80f9b8fec919ac5ebc1a-384085a95109bffb325fe35cb6202ded.ssl.cf2.rackcdn.com/footer-spray-cdd2e8be0d7a380d6f7a8631fb7d108321e3492b3c034e599ee01bc5e9d54e04.png) top left repeat-x #3b3f45;
  background-size:800px;
  padding-top:140px
 }
}
@keyframes blink {
 0%,
 100%,
 39% {
  opacity:1
 }
 50%,
 89% {
  opacity:0
 }
}
body.databases .sidebar-container h5 {
 margin-bottom:20px
}
body.databases .databases-intro {
 border-bottom:solid 1px #f2f2f2;
 padding-top:40px;
 padding-bottom:80px
}
body.databases .databases-intro .intro-grid {
 display:block;
 width:calc(100% + 35px);
 margin-left:-35px;
 overflow:hidden;
 vertical-align:top
}
body.databases .databases-intro .intro-grid .intro-text {
 box-sizing:border-box;
 -moz-box-sizing:border-box;
 display:inline-block;
 margin-right:-.26rem;
 margin-left:35px;
 vertical-align:top;
 width:calc(58.33333333% - 35px)
}
body.databases .databases-intro .intro-grid .intro-text blockquote {
 font-family:open-sans-regular-italic,arial,sans-serif;
 font-style:italic;
 font-weight:400;
 background:#f2f2f2;
 border-radius:1px;
 font-size:114.28571429%;
 padding:1em
}
body.databases .databases-intro .intro-grid .intro-text blockquote footer {
 margin-top:1em;
 text-align:right
}
body.databases .databases-intro .intro-grid .intro-video {
 box-sizing:border-box;
 -moz-box-sizing:border-box;
 display:inline-block;
 margin-right:-.26rem;
 margin-left:35px;
 vertical-align:top;
 width:calc(41.66666667% - 35px)
}
body.databases .databases-intro .intro-grid .intro-video iframe {
 margin-top:54px;
 min-height:250px
}
body.databases .database-products .database-product {
 padding:80px 0
}
body.databases .database-products .database-product+.database-product {
 border-top:solid 1px #f2f2f2
}
body.databases .database-products .database-product .databases-product-image {
 display:inline-block
}
body.databases .database-products .database-product .databases-well-text {
 font-size:128.57142857%;
 display:inline-block;
 margin-bottom:20px
}
body.databases .database-products .database-product .databases-product-heading {
 font-family:titillium-regular,arial,sans-serif;
 font-style:normal;
 font-weight:400;
 font-size:171.42857143%;
 margin-bottom:.25em
}
body.databases .database-products .database-product .databases-product-title {
 margin:0;
 font-family:titillium-bold,arial,sans-serif;
 font-style:normal;
 font-weight:400;
 font-size:128.57142857%
}
body.databases .database-products .database-product .piped-list {
 list-style-type:none;
 margin:0 0 20px;
 padding:0
}
body.databases .database-products .database-product .piped-list li {
 display:inline-block
}
body.databases .database-products .database-product .piped-list li a {
 font-family:open-sans-bold,arial,sans-serif;
 font-style:normal;
 font-weight:400;
 text-transform:uppercase
}
body.sdks-home .sdk-grid .title .sdk-language,
body.sdks-home .sidebar li .sdk-language {
 font-family:titillium-regular,arial,sans-serif;
 font-style:normal;
 font-weight:400;
 text-transform:uppercase
}
body.databases .database-products .database-product .piped-list li+li {
 margin-left:2em
}
body.databases .database-products .database-product .piped-list li+li:before {
 color:#a3a3a3;
 content:'/';
 left:-1.4em;
 position:absolute
}
body.databases [role=tabpanel] {
 display:block;
 width:calc(100% + 0px);
 margin-left:0;
 overflow:hidden;
 vertical-align:top
}
body.databases [role=tabpanel] .tabs {
 box-sizing:border-box;
 -moz-box-sizing:border-box;
 display:inline-block;
 margin-right:-.26rem;
 margin-left:0;
 vertical-align:top;
 width:calc(20% - 0px)
}
body.databases [role=tabpanel] .content {
 box-sizing:border-box;
 -moz-box-sizing:border-box;
 display:inline-block;
 margin-right:-.26rem;
 margin-left:0;
 vertical-align:top;
 width:calc(80% - 0px)
}
body.docs-samples a {
 text-decoration:underline
}
body.docs-samples .header-headline {
 background-image:url(https://80f9b8fec919ac5ebc1a-384085a95109bffb325fe35cb6202ded.ssl.cf2.rackcdn.com/misc-banner-2-4ec9b5d5fa2343043870fd524678031ac9e7eb9a787969921a4496a2ec39e95e.jpg)
}
body.docs-samples .body .background {
 height:100%;
 left:0;
 position:absolute;
 top:0;
 width:100%
}
body.docs-samples .body .background .left {
 display:none
}
body.docs-samples .body .background .center {
 box-sizing:border-box;
 -moz-box-sizing:border-box;
 display:inline-block;
 margin-right:-.26rem;
 margin-left:0;
 vertical-align:top;
 width:calc(100% - 0px);
 background:#fff;
 height:100%
}
body.docs-samples .body .background .right {
 display:none
}
@media (min-width:769px) {
 body.docs-samples .body .background .left {
  box-sizing:border-box;
  -moz-box-sizing:border-box;
  display:inline-block;
  margin-right:-.26rem;
  margin-left:0;
  vertical-align:top;
  width:calc(25% - 0px);
  background:#ebebeb;
  height:100%
 }
}
@media (min-width:1025px) {
 body.docs-samples .body .background .center,
 body.docs-samples .body .background .left,
 body.docs-samples .body .background .right {
  display:inline-block;
  margin-right:-.26rem;
  margin-left:0;
  vertical-align:top
 }
 body.docs-samples .body .background .left {
  box-sizing:border-box;
  -moz-box-sizing:border-box;
  width:calc(16.66666667% - 0px)
 }
 body.docs-samples .body .background .center {
  box-sizing:border-box;
  -moz-box-sizing:border-box;
  width:calc(41.66666667% - 0px);
  width:calc(41.66666667% - .03%)
 }
 body.docs-samples .body .background .right {
  box-sizing:border-box;
  -moz-box-sizing:border-box;
  width:calc(41.66666667% - 0px);
  background:#3b3f45;
  height:100%
 }
 body.docs-samples .body .sidebar {
  box-sizing:border-box;
  -moz-box-sizing:border-box;
  display:inline-block;
  margin-right:-.26rem;
  margin-left:0;
  vertical-align:top;
  width:calc(16.66666667% - 0px)
 }
}
body.docs-samples .body .sidebar .sidebar-container.sticky {
 width:16.66666667%
}
body.docs-samples .body .content {
 box-sizing:border-box;
 -moz-box-sizing:border-box;
 display:inline-block;
 margin-right:-.26rem;
 margin-left:0;
 vertical-align:top;
 width:calc(100% - 0px);
 max-width:none;
 padding:80px 5%;
 transition:transform .2s ease-in-out
}
body.docs-samples .body .content .docs-section:first-of-type {
 padding-top:5px
}
@media (min-width:769px) {
 body.docs-samples .body .content {
  box-sizing:border-box;
  -moz-box-sizing:border-box;
  display:inline-block;
  margin-right:-.26rem;
  margin-left:0;
  vertical-align:top;
  width:calc(75% - 0px);
  padding:35px 20px 0
 }
}
@media (min-width:1025px) {
 body.docs-samples .body .content {
  box-sizing:border-box;
  -moz-box-sizing:border-box;
  display:inline-block;
  margin-right:-.26rem;
  margin-left:0;
  vertical-align:top;
  width:calc(83.33333333% - 0px);
  padding:5px 0 0 20px
 }
}
body.sdks-home .header-headline {
 background-image:url(https://80f9b8fec919ac5ebc1a-384085a95109bffb325fe35cb6202ded.ssl.cf2.rackcdn.com/fpo-code-editor-d451e1cbed5e243327c02753222aff6516c860bb1892e03d3c54d9b1e1884d66.jpg)
}
body.sdks-home .sidebar li .sdk-language {
 background:#e0e0e0;
 border-radius:2px;
 display:inline-block;
 font-size:9px;
 margin-left:.5em;
 padding:0 .5em;
 vertical-align:middle
}
body.sdks-home .sidebar li.active .sdk-language {
 background:0 0;
 border:1px solid rgba(255,255,255,.5)
}
body.sdks-home div.content {
 padding-top:40px!important
}
body.sdks-home .sdk {
 padding:0 0 40px
}
body.sdks-home .sdk+.sdk {
 border-top:dotted 1px rgba(71,71,71,.5);
 padding:40px 0
}
body.sdks-home .sdk-grid {
 display:block;
 width:calc(100% + 35px);
 margin-left:-35px;
 overflow:hidden;
 vertical-align:top
}
body.sdks-home .sdk-grid .links,
body.sdks-home .sdk-grid .title {
 box-sizing:border-box;
 width:calc(100% - 35px);
 display:inline-block;
 margin-right:-.26rem
}
body.sdks-home .sdk-grid .title {
 -moz-box-sizing:border-box;
 margin-left:35px;
 vertical-align:top;
 margin-bottom:20px
}
body.sdks-home .sdk-grid .title h2 {
 font-size:200%
}
body.sdks-home .sdk-grid .title .sdk-language {
 background:#e0e0e0;
 border-radius:2px;
 display:inline-block;
 font-size:12px;
 margin-left:.5em;
 padding:0 .5em;
 vertical-align:middle
}
body.sdks-home .sdk-grid .links {
 -moz-box-sizing:border-box;
 margin-left:35px;
 vertical-align:top;
 font-family:titillium-light,arial,sans-serif;
 font-style:normal;
 font-weight:400;
 background:0 0;
 border:1px solid #ebebeb;
 border-left:0;
 border-radius:1px;
 margin-bottom:3em;
 max-width:100%;
 min-height:48px;
 padding:10px 10px 10px 56px;
 box-shadow:inset 8px 0 0 #2ecc85
}
body.sdks-home .sdk-grid .links:before {
 display:inline-block;
 font:normal normal normal 14px/1 drc-icons;
 -webkit-font-smoothing:antialiased;
 transform:translate(0,0);
 font-size:21px;
 height:21px;
 left:21px;
 position:absolute;
 text-align:center;
 top:12px;
 width:21px
}
body.sdks-home .sdk-grid .installation h3,
body.sdks-home .sdk-grid .links h3,
body.sdks-home .sdk-grid .requirements h4 {
 font-family:titillium-bold,arial,sans-serif;
 font-style:normal;
 font-weight:400
}
body.sdks-home .sdk-grid .links.note {
 box-shadow:inset 8px 0 0 #76bcff
}
body.sdks-home .sdk-grid .links.note:before {
 color:#76bcff;
 content:'\f10b'
}
body.sdks-home .sdk-grid .links.alert {
 box-shadow:inset 8px 0 0 #f1c40f
}
body.sdks-home .sdk-grid .links.alert:before {
 color:#f1c40f;
 content:'\f102'
}
body.sdks-home .sdk-grid .links.hint,
body.sdks-home .sdk-grid .links.tip {
 box-shadow:inset 8px 0 0 #2ecc85
}
body.sdks-home .sdk-grid .links.hint:before,
body.sdks-home .sdk-grid .links.tip:before {
 color:#2ecc85;
 content:'\f108'
}
body.sdks-home .sdk-grid .links.caution,
body.sdks-home .sdk-grid .links.danger,
body.sdks-home .sdk-grid .links.warning {
 box-shadow:inset 8px 0 0 #e74c3c
}
body.sdks-home .sdk-grid .links.caution:before,
body.sdks-home .sdk-grid .links.danger:before,
body.sdks-home .sdk-grid .links.warning:before {
 color:#e74c3c;
 content:'\f101'
}
body.sdks-home .sdk-grid .links.error {
 box-shadow:inset 8px 0 0 #ef9d45
}
body.sdks-home .sdk-grid .links.error:before {
 color:#ef9d45;
 content:'\f104'
}
body.sdks-home .sdk-grid .links.attention {
 box-shadow:inset 8px 0 0 #32cdc7
}
body.sdks-home .sdk-grid .links.attention:before {
 color:#32cdc7;
 content:'\f10a'
}
body.sdks-home .sdk-grid .links.important {
 box-shadow:inset 8px 0 0 #9b59b6
}
body.sdks-home .sdk-grid .links.important:before {
 color:#9b59b6;
 content:'\f10f'
}
body.sdks-home .sdk-grid .links .admonition-title {
 display:none
}
body.sdks-home .sdk-grid .links * {
 background:0 0
}
body.sdks-home .sdk-grid .links :last-child {
 margin-bottom:0
}
body.sdks-home .sdk-grid .links:before {
 color:#2ecc85;
 content:'\f108'
}
body.sdks-home .sdk-grid .links h3 {
 font-size:100%;
 text-transform:uppercase;
 margin-bottom:1em
}
body.sdks-home .sdk-grid .links ul {
 list-style-type:none;
 padding-left:0
}
body.sdks-home .sdk-grid .installation {
 box-sizing:border-box;
 -moz-box-sizing:border-box;
 display:inline-block;
 margin-right:-.26rem;
 margin-left:35px;
 vertical-align:top;
 width:calc(100% - 35px)
}
body.sdks-home .sdk-grid .installation h3 {
 font-size:128.57142857%;
 margin-bottom:.5em
}
body.sdks-home .sdk-grid .requirements {
 background:#fafafa;
 border:1px solid #f2f2f2;
 border-radius:1px;
 margin-bottom:3em;
 min-width:50%;
 padding:.75em 1em
}
body.sdks-home .sdk-grid .requirements h4 {
 color:#919191;
 font-size:14px;
 margin-bottom:1em;
 text-transform:uppercase
}
body.sdks-home .sdk-grid .requirements ol,
body.sdks-home .sdk-grid .requirements ul {
 list-style-type:none;
 margin:0;
 padding:0
}
@media (min-width:769px) {
 body.sdks-home .sdk-grid .installation,
 body.sdks-home .sdk-grid .links {
  display:inline-block;
  margin-right:-.26rem;
  margin-left:35px;
  vertical-align:top
 }
 body.sdks-home {
  padding:0 0 80px
 }
 body.sdks-home+.sdk {
  padding:80px 0
 }
 body.sdks-home .sdk-grid .installation {
  box-sizing:border-box;
  -moz-box-sizing:border-box;
  width:calc(66.66666667% - 35px)
 }
 body.sdks-home .sdk-grid .links {
  box-sizing:border-box;
  -moz-box-sizing:border-box;
  width:calc(33.33333333% - 35px)
 }
}
body.search .site-header .header-nav .header-nav-container>ul>li.search {
 display:none
}
body.search .header-headline {
 height:0;
 overflow:hidden;
 padding:0;
 margin:0
}
@media (min-width:725px) {
 body.search .header-headline {
  margin-top:30px
 }
}
body.search .search-container {
 margin-left:auto;
 margin-right:auto;
 max-width:980px;
 width:90%
}
body.search .search-container h3 {
 margin-bottom:20px
}
body.search .search-container [data-drc-search-box] .search-input input {
 font-size:20px;
 line-height:2
}
body.search .search-container [data-drc-search-results] .search-results {
 background:0 0;
 border:0;
 box-shadow:none;
 margin:20px 0;
 max-height:initial;
 min-height:400px;
 overflow-y:initial
}
body.search .search-container [data-drc-search-results] .search-results li.loading {
 position:absolute;
 top:-65px;
 right:2em
}
body.search .search-container [data-drc-search-results] .search-results .title {
 font-size:18px;
 margin-bottom:.25em
}
body.search .search-container [data-drc-search-results] .search-results .excerpt {
 font-size:14px
}
body.search .search-container [data-drc-search-results] .search-results .excerpt:after {
 content:"…"
}
body.search .search-container [data-drc-search-results] .search-results li+li {
 border:none
}
body.not-found .not-found-message {
 margin-left:auto;
 margin-right:auto;
 max-width:480px;
 width:90%;
 padding:80px 0;
 text-align:center
}
body.not-found .not-found-message h1 {
 margin-bottom:1em
}
ul.simple {
    padding-left: 0;
}

.docs-home {
    @media screen and (max-width: 1024px) {
        display: none;
    }
}

.highlight {
    background: #3b3f45;
    color: #e0e0d7;
}

.quick-start-nav ul li a.current {
    background: transparent;
    box-shadow: inset 0px 0 0 0 #FFFFFF;
}

.quick-start-nav .fa-caret-right::before {
    content: "";
}

.quick-start-nav ul li a  {
    font-family: titillium-regular,arial,sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #474747;
    display: block;
    font-size: 16px;
    padding: .4em .5em;
    text-decoration: none;
}

.quick-start-nav ul li a:hover {
    color: #3498db;
}

.rpc-vmware-sidebar li.toctree-l2 a {
    text-transform: none !important;
    font-family: titillium-regular,arial,sans-serif !important;
}
.rpc-vmware-sidebar li.toctree-l3 a {
    text-transform: none !important;
    font-family: titillium-regular,arial,sans-serif !important;
}
.rpc-vmware-sidebar li.toctree-l4 a {
    text-transform: none !important;
    font-family: titillium-regular,arial,sans-serif !important;
}
.rpc-vmware-sidebar li.toctree-l5 a {
    text-transform: none !important;
    font-family: titillium-regular,arial,sans-serif !important;
}
