.footer__license {
  display: inline-block;
  height: 35px;
  margin-left: 1em;
  margin-right: 1em; }
  .footer__license img {
    width: auto;
    height: 100%; }
.footer {
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto; }

.footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: center;
      align-content: center;
  padding: 0.4em 0;
  border-top: 1px solid #f2f2f2; }
  @media (min-width: 768px) {
    .footer__inner {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: initial;
              flex-direction: initial; } }

.footer__left,
.footer__right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.25em 0; }
  @media (min-width: 768px) {
    .footer__left,
    .footer__right {
      margin: 0;
      padding: 0; } }

@media (min-width: 768px) {
  .footer__left {
    padding-left: 1.5em; } }

@media (min-width: 768px) {
  .footer__right {
    padding-right: 1.5em; } }

.footer__middle {
  display: none; }
  @media (min-width: 768px) {
    .footer__middle {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      display: block; } }

.footer__icon {
  display: inline-block;
  height: 35px; }
  .footer__icon img {
    width: auto;
    height: 100%; }

.footer__link {
  font-size: 11px;
  text-transform: uppercase;
  color: #999999; }
  .footer__link:not(:last-child) {
    margin-right: 1.5em; }
  .footer__link:hover {
    color: #333333; }
.site {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
  overflow: hidden; }
  .site.nav-displayed {
    height: 100vh; }
/**
 * Styling
 *
 * This file contains the base styling for the site.
 *
 */
@font-face {
  font-family: 'Geomanist';
  src: url("/?originalUrl=https%3A%2F%2Fangular-fullstack.github.io%2F4890586be13f15a9958bbe21ac8fd26b.woff2") format("woff2"), url("/?originalUrl=https%3A%2F%2Fangular-fullstack.github.io%2F314bbcd238d458622bbf32427346774f.woff") format("woff");
  font-weight: 600;
  font-style: normal; }

/* Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  margin: 0;
  padding: 0; }

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

body {
  line-height: 1; }

blockquote, q {
  quotes: none; }

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

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

*, *:before, *:after {
  box-sizing: border-box; }

* {
  box-sizing: inherit; }

html {
  box-sizing: border-box; }

body {
  font: 400 16px "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  color: #2B3A42; }

a {
  color: #2086d7;
  text-decoration: none;
  transition: color 250ms; }
  a.icon-link {
    display: inline-block;
    font-size: 0.7em;
    margin-left: 16px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    color: #b3b3b3; }
    a.icon-link:hover {
      color: #2086d7; }
  a:hover {
    color: #1a6aab; }

details:focus, summary:focus {
  outline: none;
  background: rgba(255, 255, 255, 0.03);
  border-radius: 2px; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* Style details arrow if on webkit */
  details summary::-webkit-details-marker {
    color: #8DD6F9; }
  summary::-webkit-details-marker {
    display: none; }
  summary:after {
    content: "\F103";
    float: left;
    position: relative;
    left: -2px;
    text-align: center;
    font-family: icons;
    color: #3192e0; }
  details[open] summary:after {
    content: "\F101";
    font-family: icons; } }

::-moz-selection {
  background: rgba(141, 214, 249, 0.35); }

::selection {
  background: rgba(141, 214, 249, 0.35); }

code[class*="lang-"],
pre[class*="lang-"] {
  text-align: left;
  white-space: pre;
  word-spacing: normal;
  word-break: normal;
  word-wrap: normal;
  line-height: 1.5;
  -moz-tab-size: 4;
    -o-tab-size: 4;
       tab-size: 4;
  -webkit-hyphens: none;
      -ms-hyphens: none;
          hyphens: none;
  color: #a5cee1; }
  code[class*="lang-"] a,
  pre[class*="lang-"] a {
    color: inherit; }

/* Code blocks */
pre[class*="lang-"] {
  padding: .4em .8em;
  margin: .5em 0;
  overflow: auto;
  background-color: #2B3A42; }

/* Inline code */
:not(pre) > code[class*="lang-"] {
  padding: .2em;
  border-radius: .3em;
  box-shadow: none;
  white-space: normal; }

.token.comment,
.token.prolog,
.token.doctype,
.token.cdata {
  color: #77858c; }

.token.punctuation {
  color: #e1e6e9; }

.namespace {
  opacity: .7; }

.token.property,
.token.tag,
.token.boolean,
.token.number,
.token.constant,
.token.symbol {
  color: #53b7e6; }

.token.selector,
.token.string,
.token.char,
.token.builtin,
.token.regex,
.token.attr-value,
.token.important {
  color: #4db277; }

.token.inserted {
  color: #9df29d; }

.token.deleted {
  color: #f79494; }

.token.operator,
.token.entity,
.token.url,
.language-css .token.string,
.toke.variable {
  color: #a9becc; }

.token.atrule,
.token.attr-name,
.token.keyword,
.token.function {
  color: #62b1d8; }

.token.important,
.token.bold {
  font-weight: bold; }

.token.italic {
  font-style: italic; }

.token.entity {
  cursor: help; }

.page__content,
.splash__section {
  line-height: 1.5em; }
  .page__content h1,
  .splash__section h1 {
    font-size: 33px; }
  .page__content h2,
  .splash__section h2 {
    font-size: 28px; }
  .page__content h3,
  .splash__section h3 {
    font-size: 23px; }
  .page__content h4,
  .splash__section h4 {
    font-size: 19px; }
  .page__content h5,
  .splash__section h5 {
    font-size: 16px; }
  .page__content h6,
  .splash__section h6 {
    font-size: 13px; }
  .page__content h1, .page__content h2, .page__content h3, .page__content h4, .page__content h5, .page__content h6,
  .splash__section h1,
  .splash__section h2,
  .splash__section h3,
  .splash__section h4,
  .splash__section h5,
  .splash__section h6 {
    font-family: Geomanist, sans-serif;
    font-weight: 600;
    line-height: 1.4;
    margin: 1.5em 0 0.25em;
    color: #465E69; }
    .page__content h1:first-child, .page__content h2:first-child, .page__content h3:first-child, .page__content h4:first-child, .page__content h5:first-child, .page__content h6:first-child,
    .splash__section h1:first-child,
    .splash__section h2:first-child,
    .splash__section h3:first-child,
    .splash__section h4:first-child,
    .splash__section h5:first-child,
    .splash__section h6:first-child {
      margin-top: 0; }
    .page__content h1 tt, .page__content h1 code, .page__content h2 tt, .page__content h2 code, .page__content h3 tt, .page__content h3 code, .page__content h4 tt, .page__content h4 code, .page__content h5 tt, .page__content h5 code, .page__content h6 tt, .page__content h6 code,
    .splash__section h1 tt,
    .splash__section h1 code,
    .splash__section h2 tt,
    .splash__section h2 code,
    .splash__section h3 tt,
    .splash__section h3 code,
    .splash__section h4 tt,
    .splash__section h4 code,
    .splash__section h5 tt,
    .splash__section h5 code,
    .splash__section h6 tt,
    .splash__section h6 code {
      font-size: 90%;
      color: inherit; }
  .page__content p, .page__content blockquote, .page__content table, .page__content pre,
  .splash__section p,
  .splash__section blockquote,
  .splash__section table,
  .splash__section pre {
    margin: 1em 0; }
  .page__content ul, .page__content ol, .page__content dl,
  .splash__section ul,
  .splash__section ol,
  .splash__section dl {
    margin: 0.5em 0 1em; }
  .page__content li,
  .splash__section li {
    margin: 0.5em 0; }
  .page__content hr,
  .splash__section hr {
    border: none;
    background-color: #dedede;
    height: 3px;
    margin: 2em 0; }
  .page__content ul, .page__content ol,
  .splash__section ul,
  .splash__section ol {
    padding-left: 30px; }
    .page__content ul:first-child, .page__content ol:first-child,
    .splash__section ul:first-child,
    .splash__section ol:first-child {
      margin-top: 0; }
    .page__content ul:last-child, .page__content ol:last-child,
    .splash__section ul:last-child,
    .splash__section ol:last-child {
      margin-bottom: 0; }
  .page__content dl dt,
  .splash__section dl dt {
    font-size: 16px;
    font-weight: bold;
    font-style: italic;
    margin: 15px 0 5px; }
    .page__content dl dt:first-child,
    .splash__section dl dt:first-child {
      padding: 0; }
  .page__content dl dd,
  .splash__section dl dd {
    margin: 0 0 15px;
    padding: 0 15px; }
  .page__content dl dt > :first-child, .page__content dl dd > :first-child,
  .splash__section dl dt > :first-child,
  .splash__section dl dd > :first-child {
    margin-top: 0; }
  .page__content dl dt > :last-child, .page__content dl dd > :last-child,
  .splash__section dl dt > :last-child,
  .splash__section dl dd > :last-child {
    margin-bottom: 0; }
  .page__content blockquote,
  .splash__section blockquote {
    border-left: 4px solid #dddddd;
    padding: 0.75em 1em;
    color: #666666; }
    .page__content blockquote > :first-child,
    .splash__section blockquote > :first-child {
      margin-top: 0; }
    .page__content blockquote > :last-child,
    .splash__section blockquote > :last-child {
      margin-bottom: 0; }
    .page__content blockquote.tip, .page__content blockquote.warning, .page__content blockquote.todo,
    .splash__section blockquote.tip,
    .splash__section blockquote.warning,
    .splash__section blockquote.todo {
      border-left: none;
      border-radius: 3px; }
      .page__content blockquote.tip .tip-content, .page__content blockquote.warning .tip-content, .page__content blockquote.todo .tip-content,
      .splash__section blockquote.tip .tip-content,
      .splash__section blockquote.warning .tip-content,
      .splash__section blockquote.todo .tip-content {
        font-style: italic; }
      .page__content blockquote.tip code, .page__content blockquote.warning code, .page__content blockquote.todo code,
      .splash__section blockquote.tip code,
      .splash__section blockquote.warning code,
      .splash__section blockquote.todo code {
        color: inherit; }
    .page__content blockquote.tip,
    .splash__section blockquote.tip {
      background-color: #DCF2FD;
      color: #618ca0; }
    .page__content blockquote.warning,
    .splash__section blockquote.warning {
      background-color: #fbedb7;
      color: #8c8466; }
    .page__content blockquote.todo,
    .splash__section blockquote.todo {
      background-color: #fbddcd;
      color: #907a6e; }
  .page__content table,
  .splash__section table {
    display: block;
    width: 100%;
    overflow: auto; }
    .page__content table tr,
    .splash__section table tr {
      border-top: 1px solid #cccccc;
      background-color: white;
      margin: 0;
      padding: 0; }
      .page__content table tr:nth-child(2n),
      .splash__section table tr:nth-child(2n) {
        background-color: #f8f8f8; }
      .page__content table tr th,
      .splash__section table tr th {
        font-weight: bold;
        border: 1px solid #cccccc;
        text-align: left;
        margin: 0;
        padding: 6px 13px; }
      .page__content table tr td,
      .splash__section table tr td {
        border: 1px solid #cccccc;
        text-align: left;
        margin: 0;
        padding: 6px 13px; }
        .page__content table tr td img,
        .splash__section table tr td img {
          max-width: none; }
      .page__content table tr th, .page__content table tr td,
      .splash__section table tr th,
      .splash__section table tr td {
        white-space: nowrap; }
        .page__content table tr th > :first-child, .page__content table tr td > :first-child,
        .splash__section table tr th > :first-child,
        .splash__section table tr td > :first-child {
          margin-top: 0; }
        .page__content table tr th > :last-child, .page__content table tr td > :last-child,
        .splash__section table tr th > :last-child,
        .splash__section table tr td > :last-child {
          margin-bottom: 0; }
  .page__content img,
  .splash__section img {
    max-width: 100%; }
  .page__content b, .page__content strong,
  .splash__section b,
  .splash__section strong {
    font-weight: 600; }
  .page__content code, .page__content tt,
  .splash__section code,
  .splash__section tt {
    font-family: "Source Code Pro", Consolas, "Liberation Mono", Menlo, Courier, monospace;
    font-size: 90%;
    margin: 0 2px;
    padding: 2px 6px;
    white-space: nowrap;
    background-color: rgba(70, 94, 105, 0.06);
    border-radius: 3px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6); }
  .page__content a code,
  .splash__section a code {
    color: #2086d7; }
  .page__content pre,
  .splash__section pre {
    background-color: rgba(238, 238, 238, 0.35);
    background-color: #2B3A42;
    font-size: 13px;
    line-height: 19px;
    overflow: auto;
    padding: 8px 16px;
    border-radius: 3px; }
    .page__content pre code,
    .splash__section pre code {
      margin: 0;
      padding: 0;
      white-space: pre;
      border: none;
      background: transparent;
      text-shadow: 0 1px 0 rgba(23, 31, 35, 0.5);
      color: #a5cee1; }
      .page__content pre code .code-details-summary-span,
      .splash__section pre code .code-details-summary-span {
        margin-left: -15px;
        cursor: pointer; }
      .page__content pre code a,
      .splash__section pre code a {
        border-bottom: 1px dotted #1D78C1; }
      .page__content pre code .code-link,
      .splash__section pre code .code-link {
        position: relative; }
        .page__content pre code .code-link:hover,
        .splash__section pre code .code-link:hover {
          color: #479ee3; }
    .page__content pre code, .page__content pre tt,
    .splash__section pre code,
    .splash__section pre tt {
      background-color: transparent;
      border: none; }
  .page__content p code, .page__content p tt,
  .splash__section p code,
  .splash__section p tt {
    display: inline-block;
    max-width: 100%;
    line-height: initial;
    overflow: auto;
    margin: 0;
    vertical-align: middle; }
  .page__content span code, .page__content span tt,
  .splash__section span code,
  .splash__section span tt {
    white-space: pre-line; }

.homepage__left, .homepage__right {
  width: 100%;
  float: left; }
  @media (min-width: 768px) {
    .homepage__left, .homepage__right {
      width: 50%;
      padding: 0 15px; } }

.homepage__wrap {
  display: block; }
  @media (min-width: 768px) {
    .homepage__wrap {
      margin: 0 -30px; } }
  .homepage__wrap:before, .homepage__wrap:after {
    content: " ";
    display: table; }
  .homepage__wrap:after {
    clear: both; }
@font-face {
  font-family: "icons";
  src: url("data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAAAjoAAsAAAAADZAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABHU1VCAAABCAAAADsAAABUIIwleU9TLzIAAAFEAAAAPwAAAFZHIFdXY21hcAAAAYQAAACFAAACGPJwcO1nbHlmAAACDAAABJoAAAaIxj4QsmhlYWQAAAaoAAAALgAAADYUsdBXaGhlYQAABtgAAAAYAAAAJAelA/dobXR4AAAG8AAAABAAAAA4MsgAAGxvY2EAAAcAAAAAHgAAAB4LPgkybWF4cAAAByAAAAAfAAAAIAEeAHFuYW1lAAAHQAAAAR0AAAHyFNvC+HBvc3QAAAhgAAAAhQAAAL4Koa+yeJxjYGRgYOBiMGCwY2DKSSzJY+BzcfMJYZBiYGGAAJA8MpsxJzM9kYEDxgPKsYBpDiBmg4gCAClZBUgAeJxjYGReyDiBgZWBgaWQaQ8DA0MPhGZ8wGDIyMTAwMTAysyAFQSkuaYwOHxk/MjL/ALIjQKTQI0gAgDm/QsNAHic7ZHbDQMhDASHg+Ne0EkqSEH5SmlpjgouXjZlxNJ45cUgZAMrkINHUCC9SShe4abpZ87pF56zp8gf/b4jJ+Woy8xL9JZ4sbKxc8S9i0aPo8o/2syfX9U1PTPnuRik2WgvoxhNeKxGOxvVIN0M0t0gPQzS02iX4zJIm9HvRjf0L/LcIqEAAAB4nG1TXWzbVBS+597ETuz4L3bsbu2aNG0S+hM7cRJbrbZWdChqF9BoCkyqkKpVaOtDV7Y1m0AgjU4aWycEA6naA1LRnhgPwAuP6x4YDwjBE5N4QSrbJCQeGEhj0kA4cO24FFW15XPPOff6u+d897sIEH2IgVdRCiHVsdPgOrausYwETNaCfCFfvS8Pa3fuaMMZWTi9LJvy8mlBxq8qyq1bSrYkC0uLirK4JMglFGDhVWL4WKBrEhi6xmQLeYpTnQCHIu/1H2H22MCH6uBtUjzNxzPKPiTDMlkfjRbm2PBN6tsQJdvBJYz2QwiRCVHRdo+bQV1+WwGG69CaaMM6rXLPGuD1PZr8r64t/AT1/B8vrClkMGgef6fYyqVLit2fvHo12b/tr60lASeT16/7qY0NP7XjU+ig3s/I50hAB+gO9BBYYF0olZ1CHlgTChMUPHzJcrFoCN6FykPKPCt4F2fEwf1Kl6Ao+/S0wACdFxjiXXhYwauSXvSmlX1D4oyBI3FBz2QVfrsfsk7W0Ss0yLKU4pRm9NI9nEPAFPL+G0iBGteplP1tfeM6Lk3Wqr6dADsox7ENes50laFTHD2l+dbQD4Cmu+OUmVrVR4M/zhyfd0dzAxebkpDpNhSJi0VJPBHj2C4+ynWn+GjX0P7eaOrF4sFhFrDIxhOy2tVTXi73dKlyIs6KGNjhQyMvCWxcFGdXB3Kj7vxxsu7bM3PNo+d6sMDV2QjmYok4F9NlnmVkhuAUxw0RnMip8by9NGnJ+sAA4EiMV0VR5WMRDAMDumxNLtk5jk+mus9yAu45d7Q5F5Tr0xQJzv4hWUMEsYhHEr01FaUfws/3/6nX4ZN6vf2gXn+/Xidr3hO41j4N17xZ/Kk361Md8H2L/ET1M4rmKOdVymyWNXpxSmP6syZYwGhUmDYVaGdOChNuwcS1qlOxeyFN57TwllbdQmcMFa2xRjCS56WWbCoG4SMZPSZKRFflFakoN6X2a9QZUZrSrgVGEh5ZTfOyuWKWy6UrZsvqRJZtW34ETxv0j6ROJDFmpCM80RVTaknSjAwf6fKKLDWlEbklUURRjOvpCEcMpf3uYXPGKq1Yl0vlstWy3jabptUyr3Sibb1fJBdQN3oKoVwhVEmgRM2Xle0aARl5qI4D7V0TgbJETm0Wi8NTjZtT9cEh3/l4+rZYEC0h6j07ttBaHKfm5MSDzeljLzSmhotDg/Wpm4FzW6SL+uD82MLYxMnWwtj4Yudc6R04hhiUQPuDe8cDlawBGmOBGlgTakrVSWMo1MgHf3/xXlSNA+lRv3rk3Tfkn+NiUvgzAcyP+G77BOR+ibHEezmZ4BbgnXZaEWNnozqPkwIffVNrN5f/2tbBLP6NqiiNKBHQlw0arvTZrkMpYHfFEI79YZ5UvbdUJhplVByOu2Lv1K4JnJc4m5MC8/WOCyM7PqIM+HVNkg9DhavIoCeDcrWK0qdUUhMQZXNulCX+p7IEan0p/H3Dm280ZViW219mYDb92IJM6cTWwa32r3B+4177Lozce3zkuSPe4Y3D8MzY72Nwo323CEXvjUaD7vYvaeglAQAAeJxjYGRgYABi9blR0+P5bb4ycDO/AIow3Hh99CQyzbyH+QGQ4mBgAvEAZRYMmwAAeJxjYGRgYH7BwAAn9zAwMqACPgBCBAKmeJxjYGBgYH5BOgYAQqML8AAAAAAAJgBOAHIAmgDKAQIBmAG6AkIChAK+AwoDRAAAeJxjYGRgYOBjSGVgYwABJiDmAkIGhv9gPgMAFCsBkAB4nF2OvU7DMBSFT/qHaBACITGbpQtS+jP2AdqZDtnTxElbJXHkuJUqMTPzFMw8Bc/FiXslKmzp+jvnHl8bwAN+EKBbAYa+dquHG6oL90l3wgPyo/AQIZ6FR1QvwmO8YiIc4glvnBAMbumMkQn3cI9auE//XXhA/hAecvqn8Ij+l/AYMb6FQ0yC0T41dbvRxbFMrGdfYm3bvanVPJp5vda1tonTmdqeVXsqFs7lKremUitTO12WRjXWHHTqop1zzXI6zcWPUlNhjxSGf26xgUaBI0oksFf+H8VMWO90WmGOCLOr/pr92mcSOJ4ZM1ucWVucOHtB1yGnzpkxqEgrf7dLl9yGTuN7Bzop/Qg7f6vBElPu/F8+8q9XvzD1U2IAAAB4nG3KWQ6CQBRE0VfYoCKgG+lFIfQUejA9QNy9GoNf3p/KSYoq+tbS/wZUOIChRoMjTjijxQUdegy4Ujdpscbg+Rw2/4MVMvc7olE6t7vKo55iSImJ2eRGmazL/TNZRGaNX25uVN7Ip/GKKzum1Lj3szjmhC9DyuO08LCKKG3YiF4Izy7rAAAA") format("woff");
}

[class*="icon-"] {
  line-height: 1;
}

[class*="icon-"]:before {
  font-family: icons !important;
  font-style: normal;
  font-weight: normal !important;
}

.icon-chevron-down:before {
  content: "\F101";
}
.icon-chevron-left:before {
  content: "\F102";
}
.icon-chevron-right:before {
  content: "\F103";
}
.icon-chevron-up:before {
  content: "\F104";
}
.icon-cross:before {
  content: "\F105";
}
.icon-edit:before {
  content: "\F106";
}
.icon-github:before {
  content: "\F107";
}
.icon-gitter:before {
  content: "\F108";
}
.icon-link:before {
  content: "\F109";
}
.icon-magnifying-glass:before {
  content: "\F10A";
}
.icon-medium:before {
  content: "\F10B";
}
.icon-menu:before {
  content: "\F10C";
}
.icon-stack-overflow:before {
  content: "\F10D";
}
.container {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto; }
.navigation {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  transition: background 250ms;
  background: #2B3A42; }

.navigation__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 0.6em 1em; }
  @media (min-width: 768px) {
    .navigation__inner {
      padding: 0 1.5em; } }

.navigation__mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.5em;
  position: absolute;
  top: .64em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  cursor: pointer;
  transition: color 250ms; }
  .navigation__mobile:active {
    color: #dedede; }
  @media (min-width: 768px) {
    .navigation__mobile {
      display: none; } }
  .navigation__mobile .icon-menu {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex; }

.navigation__logo {
  margin: auto; }
  .navigation__logo .logo-text {
    color: white;
    padding: .5em;
    vertical-align: middle;
    line-height: 35px;
    font-weight: bold;
    letter-spacing: .03em;
    font-size: 1.2rem; }

.navigation__links {
  display: none; }
  @media (min-width: 768px) {
    .navigation__links {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 auto;
              flex: 1 1 auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; } }

@media (min-width: 768px) {
  .navigation__link {
    display: inline-block;
    font-size: 13px;
    text-transform: uppercase;
    color: #ffffff;
    transition: all 250ms;
    padding: 1.5em 0.75em; }
    .navigation__link:last-child {
      margin-right: 0.75em; } }

@media (min-width: 1024px) {
  .navigation__link {
    padding: 1.5em; } }

.navigation__link:hover, .navigation__link--active {
  color: #ffffff; }

.navigation__link--active {
  background: #354851; }

.navigation__search {
  display: none; }

@media (min-width: 768px) {
  .navigation__search {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 0.8em 0; }
    .navigation__search-input {
      padding: 0;
      border: none;
      background: transparent;
      width: 0;
      font-size: 14px;
      text-indent: 0.5em;
      border-bottom: 1px solid #465E69;
      margin-right: 0;
      color: #ffffff;
      text-shadow: 0 0 0 #f2f2f2;
      transition: all 250ms; }
      .navigation__search-input::-webkit-input-placeholder {
        color: #5a7988;
        text-shadow: none;
        -webkit-text-fill-color: initial; }
    .navigation__search-icon {
      font-size: 1em;
      padding: 0;
      border: none;
      cursor: pointer;
      color: #dedede;
      background: transparent;
      transition: color 250ms; }
      .navigation__search-icon.icon-cross {
        display: none; }
      .navigation__search-icon:hover {
        color: #ffffff; }
    .navigation__search-input:focus, .navigation__search-icon:focus {
      outline: none; } }

@media (min-width: 768px) {
  .navigation--search-mode .navigation__link {
    pointer-events: none;
    overflow: hidden;
    white-space: nowrap;
    padding: 1.5em 0;
    margin-right: -35px;
    opacity: 0; }
  .navigation--search-mode .navigation__search-input {
    margin-right: 0.5em;
    width: 400px; }
  .navigation--search-mode .navigation__search-icon.icon-cross {
    display: block; }
  .navigation--search-mode .navigation__search-icon.icon-magnifying-glass {
    display: none; } }

.navigation__bottom {
  display: none;
  background: #354851; }
  @media (min-width: 768px) {
    .navigation__bottom {
      display: block; } }

.navigation__child {
  font-size: 13px;
  margin: 0.5em 1em 0.6em;
  color: #dedede;
  text-transform: uppercase; }
  .navigation__child:first-of-type {
    margin-left: 0; }
  .navigation__child:hover, .navigation__child--active {
    color: #ffffff; }
.algolia-autocomplete {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  position: relative; }
  .algolia-autocomplete .ds-dropdown-menu {
    box-shadow: none; }
    .algolia-autocomplete .ds-dropdown-menu:before {
      content: none; }
    .algolia-autocomplete .ds-dropdown-menu [class^=ds-dataset-] {
      border-radius: 0;
      border-color: #8DD6F9;
      border-width: 2px 0;
      box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
      padding: 0; }
    .algolia-autocomplete .ds-dropdown-menu .ds-suggestion.ds-cursor .algolia-docsearch-suggestion--content {
      background: rgba(141, 214, 249, 0.1) !important; }
  .algolia-autocomplete .algolia-docsearch-suggestion {
    padding: 0; }
  .algolia-autocomplete .algolia-docsearch-suggestion--wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0; }
  .algolia-autocomplete .algolia-docsearch-suggestion--text {
    color: #999999; }
    .algolia-autocomplete .algolia-docsearch-suggestion--text .algolia-docsearch-suggestion--highlight {
      color: #2086d7;
      box-shadow: none;
      font-weight: bold; }
  .algolia-autocomplete .algolia-docsearch-suggestion--highlight {
    color: #2086d7;
    background: rgba(141, 214, 249, 0.15); }
  .algolia-autocomplete .algolia-docsearch-suggestion--category-header {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 0.9em;
    border-color: #dedede;
    color: #333333;
    margin: 0;
    padding: 6px 16px; }
  .algolia-autocomplete .algolia-docsearch-suggestion--subcategory-column {
    padding: 8px 16px 8px 12px;
    background: rgba(153, 153, 153, 0.08);
    display: block;
    color: transparent; }
  .algolia-autocomplete .algolia-docsearch-suggestion__secondary .algolia-docsearch-suggestion--subcategory-column {
    color: #666666; }
  .algolia-autocomplete .algolia-docsearch-suggestion--content {
    padding: 8px 16px 8px 12px; }
  .algolia-autocomplete .ds-suggestion:nth-child(n+2) .algolia-docsearch-suggestion--category-header {
    border-top: 1px solid #dedede; }
  .algolia-autocomplete .algolia-docsearch-suggestion--title {
    color: #333333; }
  .algolia-autocomplete .ds-suggestion:last-child .algolia-docsearch-suggestion--subcategory-column,
  .algolia-autocomplete .ds-suggestion:last-child .algolia-docsearch-suggestion--content {
    padding-bottom: 26px; }
  .algolia-autocomplete .algolia-docsearch-footer {
    position: absolute;
    bottom: 4px;
    right: 16px; }
  .algolia-autocomplete .aa-suggestion-title-separator {
    color: #999999; }
.sidebar-mobile {
  position: fixed;
  width: 300px;
  height: 100vh;
  z-index: 100;
  top: 0;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  -webkit-transform: translate3D(-100%, 0, 0);
          transform: translate3D(-100%, 0, 0);
  -webkit-transform: translate3D(calc(-100% + 5px), 0, 0);
          transform: translate3D(calc(-100% + 5px), 0, 0);
  transition: all 500ms cubic-bezier(0.23, 1, 0.32, 1); }
  @media (min-width: 768px) {
    .sidebar-mobile {
      display: none; } }
  .sidebar-mobile--visible {
    -webkit-transform: translate3D(0, 0, 0);
            transform: translate3D(0, 0, 0); }
  .sidebar-mobile.no-delay {
    transition-duration: 0ms; }

.sidebar-mobile__toggle {
  position: absolute;
  top: 45px;
  bottom: 0;
  width: 32px;
  left: 285px; }

.sidebar-mobile__content {
  position: relative;
  width: 285px;
  height: 100vh;
  overflow-x: hidden;
  padding: 12px 0;
  background: #ffffff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2); }

.sidebar-mobile__close {
  position: absolute;
  cursor: pointer;
  right: 22px;
  top: 22px;
  font-size: 1.3em;
  background: #1D78C1;
  color: #ffffff;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  transition: background 150ms;
  -webkit-tap-highlight-color: transparent; }
  .sidebar-mobile__close:hover {
    background: #104168; }

.sidebar-mobile__section {
  border-left: 2px solid transparent;
  padding-bottom: 0.5em; }
  .sidebar-mobile__section--active {
    border-left: 2px solid #8DD6F9; }
    .sidebar-mobile__section--active .sidebar-mobile__section-header {
      color: #658797; }

.sidebar-mobile__section-header {
  text-transform: uppercase;
  color: #2B3A42;
  padding: 0.75em 16px 0.25em;
  font-weight: 600;
  display: block; }
  .sidebar-mobile__content div:not(:first-of-type) .sidebar-mobile__section-header {
    border-top: 1px solid #dedede; }

.sidebar-mobile__page {
  display: block;
  padding: 0.5em 17px;
  text-transform: capitalize;
  color: #666666;
  -webkit-tap-highlight-color: transparent; }
  .sidebar-mobile__page:active, .sidebar-mobile__page--active {
    color: #333333;
    font-weight: 600;
    background: #F1F4F4; }
  .sidebar-mobile__page:hover {
    color: inherit; }
.sidebar-item {
  font-size: 13px;
  margin-bottom: 0.75em; }
  .sidebar-item__title {
    font-weight: 400;
    text-decoration: none;
    color: inherit; }
    .sidebar-item__title:hover {
      color: #2086d7; }
  .sidebar-item__toggle {
    float: right;
    line-height: 1.5;
    cursor: pointer;
    color: #999999;
    transition: color 250ms; }
    .sidebar-item__toggle:hover {
      color: #333333; }
  .sidebar-item__anchors {
    display: none;
    list-style: none;
    padding: 0;
    margin: 0.5em 0 1em; }
  .sidebar-item__version {
    margin-bottom: 10px; }
  .sidebar-item__anchor {
    margin: 0.25em 0; }
    .sidebar-item__anchor a {
      display: inline-block;
      max-width: 100%;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
      color: #999999; }
      .sidebar-item__anchor a:hover {
        color: #333333; }
  .sidebar-item--open .sidebar-item__anchors {
    display: block; }
  .sidebar-item--open .sidebar-item__title {
    color: #2086d7; }
  .sidebar-item--open .sidebar-item__toggle {
    margin-left: -2px;
    -webkit-transform: rotate(180deg) translateX(1px);
            transform: rotate(180deg) translateX(1px); }
  .sidebar-item--empty .sidebar-item__toggle,
  .sidebar-item--empty .sidebar-item__anchors {
    display: none; }
.logo {
  float: left;
  width: auto;
  height: 35px;
  opacity: 0.9;
  transition: opacity 250ms; }
  .logo:hover {
    opacity: 1; }
.support {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 5px; }
  .support__item {
    margin: 0 5px; }
  .support__bottom {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-top: 10px; }
  .support__button {
    display: inline-block;
    padding: 0.4em 1em;
    border: 2px solid #1D78C1;
    color: #1D78C1;
    border-radius: 1.25em;
    transition: all 250ms; }
    .support__button:hover {
      background: #1D78C1;
      color: #ffffff; }
.splash-logo {
  background: #2B3A42;
  max-height: 500px; }
  .splash-logo img {
    max-height: inherit; }

.splash__section {
  position: relative;
  padding: 5em 1em;
  text-align: center; }
  .splash__section:last-child {
    padding-top: 0; }
  @media (min-width: 768px) {
    .splash__section {
      padding: 8em 1.5em; } }
  .splash__section pre {
    text-align: left; }
  .splash__section .icon-link {
    display: none; }
.splash-viz {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: calc(100vh - 55px);
  min-height: 320px;
  max-height: 720px;
  background: #2B3A42;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .splash-viz__heading {
    color: #ffffff;
    font-size: 33px;
    text-align: center;
    font-weight: 200;
    margin-top: 24px; }
    @media (min-width: 768px) {
      .splash-viz__heading {
        font-size: 40px; } }
  .splash-viz__modules {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 65vw;
    min-width: 550px;
    margin: auto;
    display: none; }
    @media (min-width: 768px) {
      .splash-viz__modules {
        display: block; } }
    .splash-viz__modules img {
      padding-top: 3vw;
      width: 100%;
      height: 100%; }
  .splash-viz__cube {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 1; }
.cube {
  position: relative;
  display: block;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transform: rotateX(-33.5deg) rotateY(45deg);
          transform: rotateX(-33.5deg) rotateY(45deg); }
  .cube__inner, .cube__outer {
    display: inline-block;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
    transition: -webkit-transform 1000ms;
    transition: transform 1000ms;
    transition: transform 1000ms, -webkit-transform 1000ms; }
  .cube__inner {
    position: absolute;
    top: -2px;
    left: 0; }
  .cube__face {
    position: absolute;
    width: 100%;
    height: 100%;
    border: 1px solid #ffffff; }
  .cube .cube__outer .cube__face {
    background: rgba(141, 214, 249, 0.5);
    transition: border-width 0.2s;
    transition-delay: 0.2s; }
  .cube .cube__inner .cube__face {
    background: #1D78C1;
    border: 2px solid #ffffff; }
.text-rotater {
  overflow: hidden;
  position: relative;
  display: inline-block;
  padding: 0 0.3em;
  vertical-align: bottom; }
  .text-rotater::after, .text-rotater::before {
    content: '';
    position: absolute;
    height: 3px;
    left: 0; }
  .text-rotater::after {
    top: 0;
    background-image: linear-gradient(getColor(elephant), transparent); }
  .text-rotater::before {
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(transparent, getColor(elephant)); }
  .text-rotater > * {
    display: inline-block; }

.text-rotater--slide-up {
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%); }

.text-rotater__wrap {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: left; }
  .text-rotater__wrap > * {
    -ms-flex-negative: 0;
        flex-shrink: 0; }
.sidecar {
  display: none; }
  @media (min-width: 1085px) {
    .sidecar {
      display: block;
      position: fixed;
      top: 100px;
      right: 0;
      z-index: 100; } }

.sidecar__link {
  display: inline-block;
  padding: 0.65em;
  float: right;
  clear: both;
  color: #f2f2f2;
  transition: all 250ms; }
  .sidecar__link:first-of-type {
    border-top-left-radius: 3px; }
  .sidecar__link:last-of-type {
    border-bottom-left-radius: 3px; }
  .sidecar__link:hover {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    color: #ffffff; }

.sidecar__label {
  display: block;
  float: left;
  width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: width 250ms; }

.sidecar__icon {
  display: inline-block;
  width: 18px;
  vertical-align: middle;
  font-size: 18px; }

.sidecar__link--github {
  background: #444; }
  .sidecar__link--github:hover {
    background: #333; }
    .sidecar__link--github:hover .sidecar__label {
      width: 115px; }

.sidecar__link--gitter {
  background: #da2c6a; }
  .sidecar__link--gitter:hover {
    background: #ed1965; }
    .sidecar__link--gitter:hover .sidecar__label {
      width: 85px; }

.sidecar__link--medium {
  background: #10aa71; }
  .sidecar__link--medium:hover {
    background: #02b875; }
    .sidecar__link--medium:hover .sidecar__label {
      width: 115px; }

.sidecar__link--so {
  background: #ec7c27; }
  .sidecar__link--so:hover {
    background: #fe7a15; }
    .sidecar__link--so:hover .sidecar__label {
      width: 125px; }
.contributors__list {
  padding: 6px; }

.contributor {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 1em;
  font-size: 14px; }
  .contributor img {
    height: 45px;
    width: 45px;
    border-radius: 50%;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.3); }
  .contributor .contributor__name {
    color: #465E69;
    margin-top: -6px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
    line-height: 1.4;
    transition: color 0.1s;
    padding: 0 6px;
    border-radius: 2px;
    background: rgba(255, 255, 255, 0.95); }
  .contributor:hover .contributor__name {
    color: #2086d7; }
.page {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.page div:first-of-type {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  overflow: auto; }
  @media (min-width: 768px) {
    .page div:first-of-type {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 30%;
              flex: 0 0 30%; } }
  @media (min-width: 1024px) {
    .page div:first-of-type {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 25%;
              flex: 0 0 25%; } }

.page__content {
  overflow-x: hidden;
  width: 100%;
  padding: 1.5em 1em; }
  @media break {
    .page__content {
      -webkit-box-flex: 3;
          -ms-flex: 3;
              flex: 3;
      padding: 1.5em; } }

.page__edit {
  display: none; }
  @media (min-width: 768px) {
    .page__edit {
      position: absolute;
      display: block;
      top: 1.5em;
      right: 1.5em;
      font-size: 13px;
      text-transform: uppercase; }
      .page__edit i {
        font-size: 0.8em; } }
.sidebar {
  position: relative;
  display: none;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-height: 100%; }
  @media (min-width: 768px) {
    .sidebar {
      display: block; } }

.sidebar__inner {
  padding: 1.5em;
  overflow-y: auto;
  overflow-x: hidden; }
