@charset "UTF-8";
/*!
 * Bootstrap Reboot v5.3.3(https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
*::before,
*::after {
  box-sizing: border-box; }

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

@-ms-viewport {
  width: device-width; }

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

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff; }

[tabindex="-1"]:focus {
  outline: 0 !important; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 1.5rem 0; }

dfn {
  font-style: italic; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

a:hover {
  color: #0056b3;
  text-decoration: underline; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none; }

a:not([href]):not([tabindex]):focus {
  outline: 0; }

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

svg {
  overflow: hidden;
  vertical-align: middle; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit; }

label {
  display: inline-block;
  margin-bottom: 0.5rem; }

button {
  border-radius: 0; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

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

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

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

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

summary {
  display: list-item;
  cursor: pointer; }

template {
  display: none; }

[hidden] {
  display: none !important; }

/**********************************

Colors

**********************************/
/* Primary colors */
/* Shades */
.text-pink {
  color: #DF0A6B; }

.bg-pink {
  background-color: #DF0A6B; }

.text-blue {
  color: #47529E; }

.bg-blue {
  background-color: #47529E; }

.bg-off-blue {
  background-color: #f4f5fd; }

.bg-white {
  background-color: #FFFFFF; }

.bg-transparent {
  background-color: transparent; }

.bg-green {
  background-color: #1bb9a5; }

/**********************************

Base

**********************************/
@-ms-viewport {
  width: device-width; }

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-overflow-style: scrollbar; }

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit; }

body {
  font-family: 'Source Sans Pro', sans-serif;
  color: #242960;
  font-weight: 400;
  font-size: 1.1rem;
  line-height: 1.5;
  min-width: 320px; }

/**********************************

Layout

**********************************/
.heading {
  padding-top: .75rem; }

/**********************************

Typography

**********************************/
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5
h6, .h6 {
  line-height: 1.2; }

h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-weight: 600;
  padding-bottom: .5rem; }

h1, .h1 {
  font-size: 1.8rem; }

h2, .h2 {
  font-size: 1.6rem; }

h3, .h3 {
  font-size: 1.2rem; }

h4, .h4,
h5, .h5,
h6, .h6 {
  font-size: 1.2rem;
  padding-bottom: .25rem; }

@media (min-width: 768px) {
  h1, .h1 {
    font-size: 2.5rem; }
  h2, .h2 {
    font-size: 1.8rem; }
  h3, .h3 {
    font-size: 1.4rem; } }

a {
  text-decoration: underline;
  color: inherit;
  transition: opacity 0.1s; }

a:hover {
  opacity: .7;
  color: inherit; }

b, strong {
  font-weight: 600; }

hr {
  border: 0;
  height: 1px;
  background: #EFEFEF; }

/**********************************

Code

**********************************/
code {
  font-size: 87.5%;
  color: #DF0A6B;
  word-break: break-word;
  padding: 0 0.125rem; }

a > code {
  color: inherit; }

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #FFFFFF;
  background-color: #302C2E;
  border-radius: 0.2rem; }

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 400; }

pre {
  display: block;
  font-size: 87.5%;
  color: #302C2E; }

pre code {
  font-size: inherit;
  word-break: normal;
  color: #7C6E75;
  padding: 0; }

/* Background */
.chroma {
  background-color: #f0f3f3; }

/* LineTableTD */
.chroma .lntd {
  vertical-align: top;
  padding: 0;
  margin: 0;
  border: 0; }

/* LineTable */
.chroma .lntable {
  border-spacing: 0;
  padding: 0;
  margin: 0;
  border: 0;
  width: auto;
  overflow: auto;
  display: block; }

/* LineHighlight */
.chroma .hl {
  display: block;
  width: 100%;
  background-color: #ffffcc; }

/* LineNumbersTable */
.chroma .lnt {
  margin-right: 0.4em;
  padding: 0 0.4em 0 0.4em;
  color: #7f7f7f; }

/* LineNumbers */
.chroma .ln {
  margin-right: 0.4em;
  padding: 0 0.4em 0 0.4em;
  color: #7f7f7f; }

/* Keyword */
.chroma .k {
  color: #006699;
  font-weight: bold; }

/* KeywordConstant */
.chroma .kc {
  color: #006699;
  font-weight: bold; }

/* KeywordDeclaration */
.chroma .kd {
  color: #006699;
  font-weight: bold; }

/* KeywordNamespace */
.chroma .kn {
  color: #006699;
  font-weight: bold; }

/* KeywordPseudo */
.chroma .kp {
  color: #006699; }

/* KeywordReserved */
.chroma .kr {
  color: #006699;
  font-weight: bold; }

/* KeywordType */
.chroma .kt {
  color: #007788;
  font-weight: bold; }

/* NameAttribute */
.chroma .na {
  color: #330099; }

/* NameBuiltin */
.chroma .nb {
  color: #336666; }

/* NameClass */
.chroma .nc {
  color: #00aa88;
  font-weight: bold; }

/* NameConstant */
.chroma .no {
  color: #336600; }

/* NameDecorator */
.chroma .nd {
  color: #9999ff; }

/* NameEntity */
.chroma .ni {
  color: #999999;
  font-weight: bold; }

/* NameException */
.chroma .ne {
  color: #cc0000;
  font-weight: bold; }

/* NameFunction */
.chroma .nf {
  color: #cc00ff; }

/* NameLabel */
.chroma .nl {
  color: #9999ff; }

/* NameNamespace */
.chroma .nn {
  color: #00ccff;
  font-weight: bold; }

/* NameTag */
.chroma .nt {
  color: #330099;
  font-weight: bold; }

/* NameVariable */
.chroma .nv {
  color: #003333; }

/* LiteralString */
.chroma .s {
  color: #cc3300; }

/* LiteralStringAffix */
.chroma .sa {
  color: #cc3300; }

/* LiteralStringBacktick */
.chroma .sb {
  color: #cc3300; }

/* LiteralStringChar */
.chroma .sc {
  color: #cc3300; }

/* LiteralStringDelimiter */
.chroma .dl {
  color: #cc3300; }

/* LiteralStringDoc */
.chroma .sd {
  color: #cc3300;
  font-style: italic; }

/* LiteralStringDouble */
.chroma .s2 {
  color: #cc3300; }

/* LiteralStringEscape */
.chroma .se {
  color: #cc3300;
  font-weight: bold; }

/* LiteralStringHeredoc */
.chroma .sh {
  color: #cc3300; }

/* LiteralStringInterpol */
.chroma .si {
  color: #aa0000; }

/* LiteralStringOther */
.chroma .sx {
  color: #cc3300; }

/* LiteralStringRegex */
.chroma .sr {
  color: #33aaaa; }

/* LiteralStringSingle */
.chroma .s1 {
  color: #cc3300; }

/* LiteralStringSymbol */
.chroma .ss {
  color: #ffcc33; }

/* LiteralNumber */
.chroma .m {
  color: #ff6600; }

/* LiteralNumberBin */
.chroma .mb {
  color: #ff6600; }

/* LiteralNumberFloat */
.chroma .mf {
  color: #ff6600; }

/* LiteralNumberHex */
.chroma .mh {
  color: #ff6600; }

/* LiteralNumberInteger */
.chroma .mi {
  color: #ff6600; }

/* LiteralNumberIntegerLong */
.chroma .il {
  color: #ff6600; }

/* LiteralNumberOct */
.chroma .mo {
  color: #ff6600; }

/* Operator */
.chroma .o {
  color: #555555; }

/* OperatorWord */
.chroma .ow {
  color: #000000;
  font-weight: bold; }

/* Comment */
.chroma .c {
  color: #0099ff;
  font-style: italic; }

/* CommentHashbang */
.chroma .ch {
  color: #0099ff;
  font-style: italic; }

/* CommentMultiline */
.chroma .cm {
  color: #0099ff;
  font-style: italic; }

/* CommentSingle */
.chroma .c1 {
  color: #0099ff;
  font-style: italic; }

/* CommentSpecial */
.chroma .cs {
  color: #0099ff;
  font-weight: bold;
  font-style: italic; }

/* CommentPreproc */
.chroma .cp {
  color: #009999; }

/* CommentPreprocFile */
.chroma .cpf {
  color: #009999; }

/* GenericDeleted */
.chroma .gd {
  background-color: #ffcccc; }

/* GenericEmph */
.chroma .ge {
  font-style: italic; }

/* GenericError */
.chroma .gr {
  color: #ff0000; }

/* GenericHeading */
.chroma .gh {
  color: #003300;
  font-weight: bold; }

/* GenericInserted */
.chroma .gi {
  background-color: #ccffcc; }

/* GenericOutput */
.chroma .go {
  color: #aaaaaa; }

/* GenericPrompt */
.chroma .gp {
  color: #000099;
  font-weight: bold; }

/* GenericStrong */
.chroma .gs {
  font-weight: bold; }

/* GenericSubheading */
.chroma .gu {
  color: #003300;
  font-weight: bold; }

/* GenericTraceback */
.chroma .gt {
  color: #99cc66; }

/* GenericUnderline */
.chroma .gl {
  text-decoration: underline; }

/* TextWhitespace */
.chroma .w {
  color: #bbbbbb; }

.algolia-autocomplete {
  display: block !important; }

/**********************************

Header

**********************************/
header .navbar-light .navbar-nav .nav-link {
  white-space: nowrap;
  text-decoration: none;
  color: #242960;
  border-bottom: 2px solid rgba(71, 82, 158, 0.25); }
  header .navbar-light .navbar-nav .nav-link:hover {
    text-decoration: inherit; }
  header .navbar-light .navbar-nav .nav-link.active {
    border-bottom-color: #47529E; }

header .logo img {
  width: auto;
  min-width: 160px; }
  @media (min-width: 768px) {
    header .logo img {
      width: 200px; } }
/**********************************

Hero

**********************************/
@keyframes colorIn {
  0% {
    filter: grayscale(1); }
  100% {
    filter: grayscale(0); } }

.hero {
  background-image: url("/images/bg-pattern.png");
  background-color: #47529E;
  background-blend-mode: multiply; }
  .hero .container {
    padding: 4vw;
    text-align: center; }
    .hero .container .strong {
      font-weight: bold; }
    .hero .container h2 {
      font-weight: 300;
      color: #FFFFFF;
      text-shadow: 2px 2px rgba(0, 0, 0, 0.2); }
    .hero .container .button-holder {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      margin-bottom: 0; }
    .hero .container .button {
      margin: 20px 0 10px;
      max-width: 200px;
      box-shadow: 2px 2px rgba(0, 0, 0, 0.1); }
    .hero .container .nav-item .nav-link {
      margin-right: 10px;
      border-top-left-radius: 0;
      border-top-right-radius: 0;
      background-color: #242960;
      opacity: 1; }
      .hero .container .nav-item .nav-link:not(.active) img {
        filter: grayscale(1); }
      .hero .container .nav-item .nav-link:not(.active):hover img {
        animation: colorIn 500ms;
        filter: none; }
      .hero .container .nav-item .nav-link.active {
        background-color: #FFFFFF;
        color: #FFFFFF !important; }
  @media (min-width: 768px) {
    .hero .container.hero .button-holder {
      flex-direction: row; }
    .hero .container.hero .button {
      margin-right: 20px;
      margin-bottom: 0; } }
/**********************************

Grid

**********************************/
.grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(480px, 1fr));
  grid-gap: 1rem; }

/**********************************

Well

**********************************/
.well {
  background-color: #F8F9FA;
  box-shadow: inset 0 1px 15px 0 rgba(48, 44, 46, 0.1); }

/**********************************

Content

**********************************/
.content h2 {
  padding-bottom: 1rem;
  margin-bottom: 2rem;
  position: relative; }
  .content h2:after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    width: 10%;
    height: 2px;
    background-color: #47529E; }

.content ul {
  list-style-type: none;
  margin: 0 0 30px 0;
  padding: 0; }
  .content ul li {
    border-left: 1px solid #D1D4E7;
    color: #47529E;
    margin-bottom: 10px;
    padding-left: 20px; }

/**********************************

Text Note

**********************************/
.text-note,
blockquote {
  background-color: #EFEFEF;
  border-radius: 5px;
  padding: 20px;
  font-size: .9rem;
  line-height: 180%;
  color: #302C2E;
  border-left: 5px solid #DF0A6B; }
  .text-note h3,
  blockquote h3 {
    color: inherit;
    font-size: larger; }
  .text-note p,
  blockquote p {
    margin: 0; }

table {
  border-collapse: initial;
  border-spacing: 0.5rem; }
  table.bs-0 {
    border-spacing: 0; }
  table code {
    padding: 0; }
  table thead th {
    border-bottom: 2px solid #DF0A6B;
    padding: 0.25rem 0.5rem; }
  table tbody th {
    text-align: right; }
  table.fixed {
    table-layout: fixed; }
  table tr.border-top th, table tr.border-top td {
    border-top: 2px solid #EFEFEF; }
  table tr.border-bottom th, table tr.border-bottom td {
    border-bottom: 2px solid #EFEFEF; }

td {
  padding: 0.25rem 0.5rem; }

/**********************************

Button

**********************************/
/** Sizes **/
.button-light, .button {
  padding: 10px 20px;
  border-radius: 5px;
  display: inline-block;
  text-decoration: none;
  line-height: 130%;
  font-size: 1rem; }

.button-light:hover, .button:hover {
  text-decoration: none;
  opacity: .9; }

.button-small {
  font-size: 0.8rem;
  padding: 7.5px 15px; }

/** Colors **/
.button {
  color: white; }

.button:hover {
  color: white;
  text-decoration: none;
  opacity: .9; }

.button-light {
  color: #000000;
  border: 1px solid #e0e0e0; }

.button-light:hover {
  color: #000000;
  opacity: .75; }

/** Special **/
.icon-button {
  display: flex;
  width: fit-content;
  padding-right: 25px;
  /* makes them look more even to have more right padding */ }

.icon-button::before {
  content: '';
  display: inline-block;
  align-self: center;
  margin: 0 10px 0 0;
  height: 1.3rem;
  width: 1.3rem;
  min-width: 1.3rem;
  background-repeat: no-repeat;
  background-size: contain; }

.button-small.icon-button {
  padding-right: 18.75px; }

.button-small.icon-button::before {
  height: 1.04rem;
  width: 1.04rem;
  min-width: 1.04rem; }

.icon-button.blank::before {
  width: 0px;
  min-width: 0px; }

.button-small.icon-button.blank::before {
  width: 0px;
  min-width: 0px; }

.button.download-button::before {
  background-image: url("/images/download-icon.svg"); }

.button.learn-button::before {
  background-image: url("/images/learn-icon.svg"); }

.button.github-button::before {
  background-image: url("/images/github-mark.svg"); }

.button-light.github-button::before {
  background-image: url("/images/github-mark.svg");
  -webkit-filter: brightness(0);
  filter: brightness(0); }

.button.slack-button::before {
  background-image: url("/images/slack-mark.svg"); }

.button-light.slack-button::before {
  background-image: url("/images/slack-mark.svg");
  -webkit-filter: brightness(0);
  filter: brightness(0); }

/**********************************

Code

**********************************/
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

/* one line code */
code.highlight {
  background-color: #EFEFEF;
  padding: 5px 10px;
  font-family: monospace;
  font-size: 1rem;
  color: inherit;
  box-shadow: 0 1px 0 0 rgba(124, 110, 117, 0.4);
  border-radius: 3px; }

/* multi-line code */
.code-block {
  background-color: white;
  border: 1px solid rgba(124, 110, 117, 0.25);
  border-radius: .25rem;
  padding: 15px 20px; }

/* command line code (inludes an not-selectable $ at the beginning) */
.command-line::before {
  content: '$';
  color: rgba(124, 110, 117, 0.5);
  margin-right: 15px; }

/**********************************

Footer

**********************************/
.footer {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
  font-size: 1rem; }

.footer img {
  max-width: 300px;
  width: 100%; }

.footer p {
  margin: 10px 0 0; }

@media (min-width: 768px) {
  .footer {
    flex-direction: row;
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: left; }
  .footer p {
    margin: 0; } }

.sub-footer {
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: .9rem;
  font-weight: 400; }

.sub-footer p {
  margin: 0; }

.sub-footer ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex; }

.sub-footer li {
  margin: 10px 0; }

/* the bullets between lis */
.sub-footer span {
  margin: 0 10px; }

@media (min-width: 768px) {
  .sub-footer {
    flex-direction: row;
    text-align: left; }
  .sub-footer li {
    margin: 0; } }

.sidebar {
  font-size: 1rem;
  padding: 10px 0 0 0;
  position: -webkit-sticky;
  position: sticky;
  top: 0; }
  .sidebar ul {
    list-style: none;
    padding: 0;
    margin: 0; }
  .sidebar a {
    text-decoration: none;
    color: #7C6E75;
    display: inline-block;
    transition: opacity 0.2s; }
  .sidebar .depth-0 {
    padding: 10px 0;
    border-bottom: 1px solid rgba(124, 110, 117, 0.1); }
    .sidebar .depth-0 > a {
      display: block;
      padding: 0 20px 10px 20px;
      font-weight: 600;
      position: relative; }
      .sidebar .depth-0 > a:before {
        position: absolute;
        content: "•";
        left: 6px;
        opacity: 0.30; }
  .sidebar li.parent {
    background: rgba(255, 255, 255, 0.5); }
  .sidebar li[class*="depth-"]:not(.depth-0) {
    margin-left: 15px; }
    .sidebar li[class*="depth-"]:not(.depth-0) a {
      padding: .25rem 1rem; }
    .sidebar li[class*="depth-"]:not(.depth-0).parent {
      background: 0 0.75rem url("/images/list-item.svg") no-repeat; }
      .sidebar li[class*="depth-"]:not(.depth-0).parent > a {
        color: #242960; }
    .sidebar li[class*="depth-"]:not(.depth-0).active {
      background: 0 0.75rem url("/images/list-item-active.svg") no-repeat; }
      .sidebar li[class*="depth-"]:not(.depth-0).active > a {
        color: #DF0A6B; }

.docs {
  background-color: #F8F9FA;
  position: relative; }
  .docs:before, .docs:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 8px;
    background: red;
    pointer-events: none;
    z-index: 1; }
  .docs:before {
    top: 0;
    background: linear-gradient(rgba(124, 110, 117, 0.08), rgba(124, 110, 117, 0)); }
  .docs:after {
    bottom: 0;
    background: linear-gradient(rgba(124, 110, 117, 0), rgba(124, 110, 117, 0.05)); }
  .docs .docs-sidebar {
    padding: 0;
    border-right: 1px solid #EFEFEF;
    position: relative;
    max-width: 400px;
    z-index: 1; }
    .docs .docs-sidebar:before {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      width: 5px;
      height: 100%;
      background: linear-gradient(to right, rgba(124, 110, 117, 0), rgba(124, 110, 117, 0.05));
      pointer-events: none; }
    @media (max-width: 767px) {
      .docs .docs-sidebar {
        background-color: rgba(239, 239, 239, 0.25);
        box-shadow: inset 0 0 10px rgba(124, 110, 117, 0.1);
        max-width: none; }
        .docs .docs-sidebar:before {
          content: none; }
        .docs .docs-sidebar .sidebar {
          font-size: 0.9125rem !important; } }
  .docs .docs-content {
    padding: 1rem 2rem 2rem 2rem;
    color: #302C2E; }
    .docs .docs-content h1, .docs .docs-content .h1,
    .docs .docs-content h2, .docs .docs-content .h2,
    .docs .docs-content h3, .docs .docs-content .h3,
    .docs .docs-content h4, .docs .docs-content .h4,
    .docs .docs-content h5, .docs .docs-content .h5,
    .docs .docs-content h6, .docs .docs-content .h6 {
      font-weight: 400;
      color: #242960;
      margin-bottom: 1rem; }
      .docs .docs-content h1:not(:first-child), .docs .docs-content .h1:not(:first-child),
      .docs .docs-content h2:not(:first-child), .docs .docs-content .h2:not(:first-child),
      .docs .docs-content h3:not(:first-child), .docs .docs-content .h3:not(:first-child),
      .docs .docs-content h4:not(:first-child), .docs .docs-content .h4:not(:first-child),
      .docs .docs-content h5:not(:first-child), .docs .docs-content .h5:not(:first-child),
      .docs .docs-content h6:not(:first-child), .docs .docs-content .h6:not(:first-child) {
        margin-top: 2rem; }
      .docs .docs-content h1 a, .docs .docs-content .h1 a,
      .docs .docs-content h2 a, .docs .docs-content .h2 a,
      .docs .docs-content h3 a, .docs .docs-content .h3 a,
      .docs .docs-content h4 a, .docs .docs-content .h4 a,
      .docs .docs-content h5 a, .docs .docs-content .h5 a,
      .docs .docs-content h6 a, .docs .docs-content .h6 a {
        text-decoration: none; }
        .docs .docs-content h1 a.h-anchor, .docs .docs-content .h1 a.h-anchor,
        .docs .docs-content h2 a.h-anchor, .docs .docs-content .h2 a.h-anchor,
        .docs .docs-content h3 a.h-anchor, .docs .docs-content .h3 a.h-anchor,
        .docs .docs-content h4 a.h-anchor, .docs .docs-content .h4 a.h-anchor,
        .docs .docs-content h5 a.h-anchor, .docs .docs-content .h5 a.h-anchor,
        .docs .docs-content h6 a.h-anchor, .docs .docs-content .h6 a.h-anchor {
          border-bottom: 0; }
          .docs .docs-content h1 a.h-anchor i, .docs .docs-content .h1 a.h-anchor i,
          .docs .docs-content h2 a.h-anchor i, .docs .docs-content .h2 a.h-anchor i,
          .docs .docs-content h3 a.h-anchor i, .docs .docs-content .h3 a.h-anchor i,
          .docs .docs-content h4 a.h-anchor i, .docs .docs-content .h4 a.h-anchor i,
          .docs .docs-content h5 a.h-anchor i, .docs .docs-content .h5 a.h-anchor i,
          .docs .docs-content h6 a.h-anchor i, .docs .docs-content .h6 a.h-anchor i {
            margin-left: 0.2em;
            vertical-align: baseline;
            font-size: 0.7em;
            visibility: hidden;
            border-bottom: 0;
            color: rgba(124, 110, 117, 0.5); }
          .docs .docs-content h1 a.h-anchor:hover i, .docs .docs-content .h1 a.h-anchor:hover i,
          .docs .docs-content h2 a.h-anchor:hover i, .docs .docs-content .h2 a.h-anchor:hover i,
          .docs .docs-content h3 a.h-anchor:hover i, .docs .docs-content .h3 a.h-anchor:hover i,
          .docs .docs-content h4 a.h-anchor:hover i, .docs .docs-content .h4 a.h-anchor:hover i,
          .docs .docs-content h5 a.h-anchor:hover i, .docs .docs-content .h5 a.h-anchor:hover i,
          .docs .docs-content h6 a.h-anchor:hover i, .docs .docs-content .h6 a.h-anchor:hover i {
            visibility: visible; }
    .docs .docs-content h1, .docs .docs-content .h1 {
      font-size: 1.875rem; }
    .docs .docs-content h2, .docs .docs-content .h2 {
      font-size: 1.5rem; }
    .docs .docs-content h3, .docs .docs-content .h3 {
      font-size: 1.25rem; }
    .docs .docs-content h4, .docs .docs-content .h4,
    .docs .docs-content h5, .docs .docs-content .h5,
    .docs .docs-content h6, .docs .docs-content .h6 {
      font-size: 1rem;
      font-weight: 600;
      color: #323985;
      margin-bottom: 0.25rem; }
    .docs .docs-content h4, .docs .docs-content .h4 {
      font-size: 1.125rem; }
    .docs .docs-content h1:first-child, .docs .docs-content .h1:first-child {
      padding-bottom: 1rem;
      margin-bottom: 2rem;
      position: relative; }
      .docs .docs-content h1:first-child:after, .docs .docs-content .h1:first-child:after {
        position: absolute;
        bottom: 0;
        left: 0;
        content: '';
        width: 10%;
        height: 2px;
        background-color: #47529E; }
    .docs .docs-content pre {
      background: white;
      border: 1px solid #EFEFEF;
      border-radius: 3px;
      padding: 15px;
      font-size: 0.875rem; }
      .docs .docs-content pre code {
        line-height: 1.6; }
    .docs .docs-content hr {
      margin: 2rem 0;
      margin-left: -2rem;
      background: transparent linear-gradient(to right, #efefef, rgba(239, 239, 239, 0)); }
    .docs .docs-content:last-child {
      margin-bottom: 0; }
    .docs .docs-content p {
      max-width: 48em; }
    .docs .docs-content a code {
      padding-left: 0;
      padding-right: 0; }
    .docs .docs-content ul {
      padding: 0;
      margin: 12px; }
      .docs .docs-content ul li {
        margin-left: 16px; }
      .docs .docs-content ul li.list-item-icon {
        list-style: none;
        padding-left: 16px;
        background: 0 8px url("/images/list-item.svg") no-repeat;
        background-size: 8px; }

.footline {
  font-size: 0.75rem;
  display: flex;
  justify-content: space-between;
  color: #7C6E75; }
  .footline > *:not(:first-child):not(:last-child) {
    padding: 0 20px; }

/**********************************

Highlights

**********************************/
.highlights svg path {
  stroke: #EFEFEF;
  stroke-width: 6px;
  fill: #242960; }

/**********************************

Quote

**********************************/
.quote {
  position: relative;
  padding: 20px 86px;
  color: rgba(48, 44, 46, 0.75);
  font-style: italic;
  font-size: 1.1rem;
  font-weight: bold;
  text-align: center;
  line-height: 180%;
  border-radius: 5px;
  background-color: #EFEFEF; }
  .quote:before {
    content: "\"";
    font-size: 4rem;
    font-family: "Fira Mono", serif;
    position: absolute;
    top: 10px;
    left: -20px;
    color: #47529E; }
  .quote .author {
    font-size: 1rem;
    font-style: initial;
    padding: 0 40px 0 0;
    text-align: right; }
    .quote .author:before {
      content: "- ";
      color: #7C6E75; }

.tabbable .nav-tabs:not(.nav-pills) a.nav-link {
  text-decoration: none;
  border-width: 0 0 3px 0;
  border-radius: 0; }
  .tabbable .nav-tabs:not(.nav-pills) a.nav-link.active {
    background-color: transparent;
    border-color: #47529E;
    color: #242960; }

.tabbable .nav-pills a.nav-link {
  text-decoration: none;
  border-width: 1px; }
  .tabbable .nav-pills a.nav-link:not(.active) {
    border-style: dashed;
    border-color: #CCC; }
  .tabbable .nav-pills a.nav-link.active {
    background-color: transparent;
    border-color: #47529E;
    color: #242960; }

/**********************************

Talks Widget

**********************************/
.talks-presenter {
  font-size: 0.8rem;
  white-space: nowrap; }

.talk {
  border-left: 6px solid transparent; }
  .talk[data-active="true"] {
    border-left-color: #DF0A6B; }

ul.list-circle > li {
  list-style-type: circle !important; }

.calendar .fc-header-toolbar > .fc-toolbar-chunk {
  align-self: flex-end !important; }
  .calendar .fc-header-toolbar > .fc-toolbar-chunk > .fc-toolbar-title {
    font-size: 1.25rem;
    margin-bottom: 0;
    padding-bottom: 0; }

@media (max-width: 767px) {
  .calendar .fc-toolbar.fc-header-toolbar .fc-dayGridWeek-button, .calendar .fc-toolbar.fc-header-toolbar .fc-dayGridMonth-button {
    display: none; } }

@media (max-width: 576px) {
  .calendar .fc-toolbar.fc-header-toolbar {
    display: flex;
    flex-direction: column; }
  .calendar .fc-toolbar.fc-header-toolbar .fc-left {
    order: 3; }
  .calendar .fc-toolbar.fc-header-toolbar .fc-center {
    order: 1; }
  .calendar .fc-toolbar.fc-header-toolbar .fc-right {
    order: 2; } }

/**********************************

Helpers and Resets

**********************************/
.img-center {
  display: block;
  margin: 0 auto; }

img {
  max-width: 100%;
  /* responsive images */ }

.text-right {
  text-align: right; }

.inline-flex {
  display: inline-flex; }

.opacity-0 {
  opacity: 0; }

.opacity-50 {
  opacity: .5; }

.opacity-100 {
  opacity: 1; }

.pointer {
  cursor: pointer; }
