/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */
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 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

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

.hll {
  background-color: #ffffcc; }

.c {
  color: #408080;
  font-style: italic; }

/* Comment */
.err {
  border: 1px solid #FF0000; }

/* Error */
.k {
  color: #008000;
  font-weight: bold; }

/* Keyword */
.o {
  color: #666666; }

/* Operator */
.cm {
  color: #9AA5AD;
  font-style: italic; }

/* Comment.Multiline */
.cp {
  color: #BC7A00; }

/* Comment.Preproc */
.c1 {
  color: #9AA5AD;
  font-style: italic; }

/* Comment.Single */
.cs {
  color: #408080;
  font-style: italic; }

/* Comment.Special */
.gd {
  color: #A00000; }

/* Generic.Deleted */
.ge {
  font-style: italic; }

/* Generic.Emph */
.gr {
  color: #FF0000; }

/* Generic.Error */
.gh {
  color: #000080;
  font-weight: bold; }

/* Generic.Heading */
.gi {
  color: #00A000; }

/* Generic.Inserted */
.go {
  color: #808080; }

/* Generic.Output */
.gp {
  color: #000080;
  font-weight: bold; }

/* Generic.Prompt */
.gs {
  font-weight: bold; }

/* Generic.Strong */
.gu {
  color: #800080;
  font-weight: bold; }

/* Generic.Subheading */
.gt {
  color: #0040D0; }

/* Generic.Traceback */
.kc {
  color: #008000;
  font-weight: bold; }

/* Keyword.Constant */
.kd {
  color: #229EFF;
  font-weight: bold; }

/* Keyword.Declaration */
.kn {
  color: #008000;
  font-weight: bold; }

/* Keyword.Namespace */
.kp {
  color: #008000; }

/* Keyword.Pseudo */
.kr {
  color: #008000;
  font-weight: bold; }

/* Keyword.Reserved */
.kt {
  color: #B00040; }

/* Keyword.Type */
.m {
  color: #666666; }

/* Literal.Number */
.s {
  color: #CB0C6A; }

/* Literal.String */
.na {
  color: #C38D00; }

/* Name.Attribute */
.nb {
  color: #008000; }

/* Name.Builtin */
.nc {
  color: #0000FF;
  font-weight: bold; }

/* Name.Class */
.no {
  color: #880000; }

/* Name.Constant */
.nd {
  color: #AA22FF; }

/* Name.Decorator */
.ni {
  color: #999999;
  font-weight: bold; }

/* Name.Entity */
.ne {
  color: #D2413A;
  font-weight: bold; }

/* Name.Exception */
.nf {
  color: #0000FF; }

/* Name.Function */
.nl {
  color: #A0A000; }

/* Name.Label */
.nn {
  color: #0000FF;
  font-weight: bold; }

/* Name.Namespace */
.nt {
  color: #0081E5;
  font-weight: bold; }

/* Name.Tag */
.nv {
  color: #19177C; }

/* Name.Variable */
.ow {
  color: #AA22FF;
  font-weight: bold; }

/* Operator.Word */
.w {
  color: #bbbbbb; }

/* Text.Whitespace */
.mf {
  color: #666666; }

/* Literal.Number.Float */
.mh {
  color: #666666; }

/* Literal.Number.Hex */
.mi {
  color: #666666; }

/* Literal.Number.Integer */
.mo {
  color: #666666; }

/* Literal.Number.Oct */
.sb {
  color: #BA2121; }

/* Literal.String.Backtick */
.sc {
  color: #BA2121; }

/* Literal.String.Char */
.sd {
  color: #BA2121;
  font-style: italic; }

/* Literal.String.Doc */
.s2 {
  color: #D50069; }

/* Literal.String.Double */
.se {
  color: #BB6622;
  font-weight: bold; }

/* Literal.String.Escape */
.sh {
  color: #BA2121; }

/* Literal.String.Heredoc */
.si {
  color: #BB6688;
  font-weight: bold; }

/* Literal.String.Interpol */
.sx {
  color: #008000; }

/* Literal.String.Other */
.sr {
  color: #BB6688; }

/* Literal.String.Regex */
.s1 {
  color: #BA2121; }

/* Literal.String.Single */
.ss {
  color: #19177C; }

/* Literal.String.Symbol */
.bp {
  color: #008000; }

/* Name.Builtin.Pseudo */
.vc {
  color: #19177C; }

/* Name.Variable.Class */
.vg {
  color: #19177C; }

/* Name.Variable.Global */
.vi {
  color: #19177C; }

/* Name.Variable.Instance */
.il {
  color: #666666; }

/* Literal.Number.Integer.Long */
.nx {
  color: #4C556B; }

#dropzone {
  margin-bottom: 3rem; }

.dropzone {
  border: 2px dashed #0087F7;
  border-radius: 5px;
  background: white; }
  .dropzone .dz-message {
    font-weight: 400; }
    .dropzone .dz-message .note {
      font-size: 0.8em;
      font-weight: 200;
      display: block;
      margin-top: 1.4rem; }

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

html, body {
  height: 100%;
  font-family: Roboto, "Open Sans", sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.4rem;
  background: #F3F4F5;
  color: #646C7F;
  text-rendering: optimizeLegibility; }
  @media (max-width: 600px) {
    html, body {
      font-size: 18px; } }
  @media (max-width: 400px) {
    html, body {
      font-size: 16px; } }

h1, h2, h3, table th, table th .header {
  font-size: 1.8rem;
  color: #0087F7;
  -webkit-font-smoothing: antialiased;
  line-height: 2.2rem; }

h1, h2, h3 {
  margin-top: 2.8rem;
  margin-bottom: 1.4rem; }

h2 {
  font-size: 1.4rem; }

h1.anchor, h2.anchor {
  margin: 0;
  padding: 0;
  height: 1px;
  overflow: hidden;
  visibility: hidden; }

table th {
  font-size: 1.4rem;
  color: #646C7F; }

ul, ol {
  list-style-position: inside; }

a {
  color: #0087F7;
  text-decoration: none; }
  a:hover {
    border-bottom: 2px solid #0087F7; }

p {
  margin: 1.4rem 0; }

strong {
  font-weight: 400; }

em {
  font-style: italic; }

code {
  font-family: Inconsolata, monospace;
  background: rgba(0, 135, 247, 0.04);
  padding: 0.2em 0.4em; }

.highlight code, td:first-child code {
  background: none;
  padding: 0; }

aside {
  font-size: 0.8em;
  color: rgba(0, 0, 0, 0.4); }

hr {
  border: none;
  background: none;
  position: relative;
  height: 2.8rem; }
  hr:after {
    content: "";
    position: absolute;
    top: 1.4rem;
    left: 0;
    right: 0;
    height: 1px;
    background: rgba(0, 0, 0, 0.1); }

ul li {
  list-style-type: disc;
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  ul li:last-of-type {
    border: none; }




main {
  position: relative;
  z-index: 100; }
  main section {
    padding: 1.4rem 1.4rem 2.8rem 1.4rem; }
    main section:last-of-type {
      padding-bottom: 8.4rem; }
    main section h1, main section h2 {
      margin-top: 0;
      padding-top: 2.8rem; }
    main section > * {
      max-width: 720px;
      margin-left: auto;
      margin-right: auto; }
      main section > *.highlight {
        max-width: 900px; }
    main section > table {
      max-width: 80rem; }
    main section .video-grid {
      display: flex;
      justify-content: space-between;
      margin-top: 1.5rem; }
      main section .video-grid .video-grid__cell {
        display: block;
        position: relative;
        flex: 1;
        margin-left: 1.5rem; }
        main section .video-grid .video-grid__cell:first-child {
          margin-left: 0; }
        main section .video-grid .video-grid__cell:after {
          content: '';
          padding-top: 56.25%;
          display: block; }
        main section .video-grid .video-grid__cell iframe {
          display: block;
          position: absolute;
          width: 100%;
          height: 100%; }
    main section .embedded-video {
      position: relative;
      width: 100%; }
      main section .embedded-video:after {
        content: '';
        padding-top: 56.25%;
        display: block; }
      main section .embedded-video iframe {
        display: block;
        position: absolute;
        width: 100%;
        height: 100%; }
    main section:nth-child(odd) {
      background: #F3F4F5; }
    main section:nth-child(even) {
      background: #E8E9EC; }
    main section.news {
      background: #646C7F;
      color: white; }
      main section.news h1, main section.news h2 {
        color: white;
        -webkit-font-smoothing: subpixel-antialiased; }
      main section.news a {
        color: #C0E3FE;
        border-color: #C0E3FE; }



