html {
  font-size: 100%;
  height: 100%;
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

body {
  height: 100%;
  margin: 0;
  font-size: 1em;
  line-height: 1.75;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  color: #666;
  overflow-x: hidden;
}

h1 {
  padding: 0.75em 0 0;
  margin: 0 0 1.75em;
  font-size: 2.25em;
  font-weight: 400;
  font-family: inherit;
  line-height: 1.1;
  letter-spacing: normal;
  color: inherit;
}

h2 {
  margin: 0 0 2em;
  font-size: 1.5em;
  font-weight: 400;
  font-family: inherit;
  line-height: 1.1;
  letter-spacing: normal;
  color: #ff9700;
}

h3 {
}

h5 {
  margin: 3em 0 1.5em;
  font-size: 1.125em;
  font-weight: 500;
  font-family: inherit;
  line-height: 1.1;
  letter-spacing: normal;
  color: #444;
}

p {
  margin: 1.75em 0 0;
}

p.entry-description {
  font-size: 1.125em;
}

a {
  border-bottom: dashed 1px;
  text-decoration: none;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  color: #ff9700;
  cursor: pointer;
}

a:hover {
  opacity: 0.75;
}

small {
  font-size: 0.8125em;
}

em {
  font-family: "Palatino Linotype", "Book Antiqua", "Lora", Palatino, Georgia, serif;
  letter-spacing: normal;
}

label {
  display: inline-block;
}

ul {
  margin: 0 0 1.75em;
  padding: 0;
  list-style: none;
}

ul li {
  position: relative;
  padding-left: 2em;
}

ul li:before {
  content: "\2014";
  position: absolute;
  left: 0;
  top: -0.1em;
}

ol.number {
  margin: 1.75em 0;
  padding: 0 0 0 2em;
}

ol:not(.number) {
  position: relative;
  margin: 0;
  padding: 0 0 0 1em;
  list-style: none;
  line-height: 1.8;
  border-left: 2px solid #ff9700;
  color: #bababa;
}

ol:not(.number) a {
  border: none;
}

ol:not(.number) ol {
  border-color: #ececec;
}

ol:not(.number) ol a {
  font-size: 0.65em;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

blockquote {
  margin: 1.75em 0 2.5em;
  padding-left: 1.8em;
  font-size: 1rem;
  border-left: 0.2em solid #e1e1e1;
}

button {
  display: inline-block;
  font: inherit;
  padding: 7px 10px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  border: 1px solid #6373b7;
  background-color: #6373b7;
  box-shadow: none;
  transition: all 0.25s ease-out;
  text-transform: uppercase;
  vertical-align: text-top;
  -webkit-appearance: none;
  color: #fff;
  outline: 0;
}

button:hover {
  background-color: #525e90;
  border-color: #525e90;
}

button.btn--icon {
  padding: 0;
  background-color: rgba(0, 0, 0, 0);
  border: none;
}

button.btn--icon svg {
  display: block;
  pointer-events: none;
}

button.trigger {
  position: fixed;
  top: 1em;
  left: 0;
  opacity: 0;
  pointer-events: none;
  cursor: pointer;
  -webkit-transition: left 1s cubic-bezier(0.4, 0, 0.2, 1);
  transition: left 1s cubic-bezier(0.65, 0.05, 0.36, 1);
}

button.trigger svg {
  width: 5em;
  height: 3.75em;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

button.trigger path {
  fill: none;
  -webkit-transition: stroke-dashoffset 0.5s 1s cubic-bezier(0.25, -0.25, 0.75, 1.25), stroke-dasharray 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25);
  transition: stroke-dashoffset 0.5s 1s cubic-bezier(0.25, -0.25, 0.75, 1.25), stroke-dasharray 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25);
  stroke-width: 1.25em;
  stroke-linecap: round;
  stroke: #ff9700;
  stroke-dashoffset: 0px;
}

button.trigger.headroom--top path {
  stroke: #fff;
}

.trigger__svg--top,
.trigger__svg--bottom {
  stroke-dasharray: 240px 950px;
}

.trigger__svg--middle {
  stroke-dasharray: 240px 240px;
}

.menu-open .trigger__svg--top,
.menu-open .trigger__svg--bottom {
  stroke-dashoffset: -650px;
}

.menu-open .trigger__svg--middle {
  stroke-dashoffset: -115px;
  stroke-dasharray: 1px 220px;
}

.menu-open button.trigger {
  left: 20em;
}

hr {
  display: block;
  margin: 1.75em 0 3em;
  border: none;
  height: 2px;
  background-color: rgba(0, 0, 0, 0.05);
}

strong {
  font-weight: 600;
}

label {
  font-weight: 600;
}

mark {
  padding-left: 0.25em;
  padding-right: 0.25em;
  border-radius: 2px;
  background-color: #f7f8fd;
  color: #ff9700;
}

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

pre {
  padding: 1em !important;
  font-family: "Roboto Mono", Courier, "Courier New", monospace;
}

pre.prettyprint {
  font-size: 0.875em;
  padding: 1em !important;
  margin: 1.75em 0;
  border: none !important;
  border-radius: 2px;
  letter-spacing: normal;
  background-color: #32353a;
  color: #abb2bf;
  overflow: auto;
}

pre.prettyprint.inline {
  display: inline;
  padding: 0 !important;
  border: none !important;
}

pre.prettyprint .tag {
  color: #e06c75;
}

pre.prettyprint .atv {
  color: #98c379;
}

pre.prettyprint .atn {
  color: #d19a66;
}

pre.prettyprint .kwd {
  color: #ff9700;
}

pre.prettyprint .pln {
  color: #abb2bf;
}

pre.prettyprint .pun {
  color: #abb2bf;
}

pre.prettyprint .com {
  color: #5c6370;
}

.replaceable-credential {
  border: 1px dashed #e06c75;
  padding-left: 2px;
  padding-right: 4px;
  cursor: pointer;
}

.statement {
  background-color: #00bf7c;
  color: #fff;
}

.statement svg {
  display: block;
  width: 14em;
  height: auto;
}

.sc p {
  margin: 0 0 1.75em;
}

.sc:nth-child(even) {
  background-color: #ececec;
}

.container {
  width: 100%;
  padding: 5em 2em;
}

footer {
  text-align: center;
  background-color: #32353a;
  color: #fff;
}

footer p:last-child {
  margin-top: 3em;
}

footer a {
  border: none;
}

footer a small {
  color: #5b5e63;
}

@media screen and (min-width: 49em) {
  mark {
    white-space: nowrap;
  }

  .container {
    width: 45em;
    margin-right: auto;
    margin-left: auto;
  }

  .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .col-1-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-1-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.333333%;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-2-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.666667%;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-3-3 {
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
}

@media screen and (min-width: 75em) {
  button.trigger {
    opacity: 1;
    pointer-events: auto;
  }

  #contents {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    pointer-events: none;
    overflow: hidden;
  }

  #contents .container {
    width: 20em;
    height: 100%;
    padding: 2em;
    background-color: #fff;
    border-right: 1px solid #ececec;
    -webkit-transform: translateX(-20em);
    transform: translateX(-20em);
    overflow: auto;
  }

  .container,
  .menu-open #contents .container {
    -webkit-transform: none;
    transform: none;
    -webkit-transition: -webkit-transform 1s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 1s cubic-bezier(0.65, 0.05, 0.36, 1);
  }

  .menu-open #contents {
    pointer-events: auto;
  }

  .menu-open .container {
    -webkit-transform: translateX(20em);
    transform: translateX(10em);
  }
}

.point:before {
  content: "";
  display: inline-block;
  width: 0.6em;
  height: 0.2em;
  margin-right: 0.8em;
  border-radius: 0.2em;
  vertical-align: super;
  background-color: #ff03c0;
}

.ar:after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-left: 0.5em;
  opacity: 0.35;
  vertical-align: middle;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjMDAwMDAwIiBoZWlnaHQ9IjQ4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSI0OCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gICAgPHBhdGggZD0iTTAgMGgyNHYyNEgwVjB6IiBmaWxsPSJub25lIi8+ICAgIDxwYXRoIGQ9Ik0yMCAxMmwtMS40MS0xLjQxTDEzIDE2LjE3VjRoLTJ2MTIuMTdsLTUuNTgtNS41OUw0IDEybDggOCA4LTh6IiBmaWxsPSIjMDEwMTAxIi8+PC9zdmc+);
}

.ar-o:after {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.ar-u:after {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.color--body {
  color: #32353a;
}

.background-color--body {
  background-color: #32353a;
}

.color--body-alt {
  color: #acb1bc;
}

.background-color--body-alt {
  background-color: #acb1bc;
}

.color--body-lighten {
  color: #fff;
}

.background-color--body-lighten {
  background-color: #fff;
}

.color--primary {
  color: #00bf7c;
}

.background-color--primary {
  background-color: #00bf7c;
}

.color--secondary {
  color: #ff9700;
}

.background-color--secondary {
  background-color: #ff9700;
}

.color--tertiary {
  color: #efefef;
}

.background-color--tertiary {
  background-color: #efefef;
}

.color--link {
  color: #00bf7c;
}

.background-color--link {
  background-color: #00bf7c;
}

.color--link-hover {
  color: #ff9700;
}

.background-color--link-hover {
  background-color: #ff9700;
}

.color--code {
  color: #abb2bf;
}

.background-color--code {
  background-color: #abb2bf;
}

.color--code-background {
  color: #32353a;
}

.background-color--code-background {
  background-color: #32353a;
}

.wide {
  margin-bottom: 1.75em;
  box-shadow: 0 25px 100px rgba(034, 34, 34, 0.15);
}

@media screen and (min-width: 75em) {
  .wide {
    margin-left: -3em;
    margin-right: -3em;
  }
}

@media screen and (min-width: 87.5em) {
  .wide {
    margin-left: -6em;
    margin-right: -6em;
  }
}

video {
  display: block;
  width: 100%;
}

.small {
  font-size: 0.875em;
  line-height: 2em;
}

p.small {
  margin-bottom: 2em !important;
}

.note {
  display: block;
  font-size: 0.875em;
  line-height: 2em;
  padding: 2em;
  margin-bottom: 2em !important;
  background-color: #f7f8fd;
  color: #acb1bc;
}

.disclaimer {
  display: block;
  font-size: 0.875em;
  line-height: 2em;
  padding: 2em;
  margin-bottom: 2em !important;
  background-color: #222;
  color: #fff;
}

.disclaimer a:not(:hover) {
  color: inherit;
}

.sub-head,
.sub-head-2,
.text-body,
.text-body-2,
.text-body-3 {
  /* font-family: "karla"; */
  font-weight: normal;
  color: #32353a;
  line-height: 24px;
}

.sub-head {
  font-size: 18px;
  font-weight: 700;
  line-height: 24px
}

.sub-head-2 {
  font-size: 12px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: .04em;
  text-transform: uppercase
}

.text-body {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px
}

.text-body-2 {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px
}

.text-body-3 {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px
}

img.third,
img.half,
img.fullwidth {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  margin-bottom: 1.75em;
}

@media screen and (min-width: 49em) {
  img.third {
    width: 33.3333%;
  }

  img.half {
    width: 50%;
  }
}

.sc:nth-child(odd) img.half,
.sc:nth-child(odd) img.fullwidth {
  border: solid 1px #ececec;
}

a[href=""] {
  display: none;
}