@charset "UTF-8";
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

button, input[type="button"], input[type="reset"], input[type="submit"],
button,
.btn {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-font-smoothing: antialiased;
  background-color: #8f8fb2;
  border-radius: 1.5em;
  border: none;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Roboto", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1;
  padding: 0.75em 1.25em;
  text-decoration: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  vertical-align: middle;
  white-space: nowrap; }
  button:disabled, input[type="button"]:disabled, input[type="reset"]:disabled, input[type="submit"]:disabled,
  button:disabled,
  .btn:disabled {
    cursor: not-allowed;
    opacity: 0.5; }

.btn-primary {
  background-color: #FFCD57;
  color: #8a6100; }
  .btn-primary:active, .btn-primary:focus, .btn-primary:hover {
    color: #8a6100; }

.btn-secondary:active, .btn-secondary:focus, .btn-secondary:hover {
  background-color: #8989ae;
  color: #fff; }

.btn-download {
  background-image: url("../images/liquid-bg.svg");
  background-position: 0 -50%;
  background-repeat: repeat-x;
  -webkit-transition: background-position 3s ease;
  transition: background-position 3s ease; }
  .btn-download:hover {
    background-position: 100% 50%; }

.btn-demo-example {
  position: absolute;
  top: 45px;
  right: 10px;
  background-color: #FFCD57;
  border-radius: 3px;
  color: #8a6100;
  font-size: 1rem;
  font-weight: 400;
  padding: 0.1875em 0.375em; }
  .btn-demo-example:hover {
    background-color: #ffc53e;
    color: #8a6100; }

fieldset {
  background-color: #efefef;
  border: 1px solid #D5D5D5;
  margin: 0 0 0.75em;
  padding: 1.5em; }

input,
label,
select {
  display: block;
  font-family: "Roboto", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif, sans-serif;
  font-size: 1.125em; }

label {
  font-weight: 600;
  margin-bottom: 0.375em; }
  label.required::after {
    content: "*"; }
  label abbr {
    display: none; }

input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], input:not([type]), textarea,
select[multiple=multiple],
textarea {
  background-color: #535379;
  border: 1px solid #D5D5D5;
  border-radius: 3px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  font-family: "Roboto", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif, sans-serif;
  font-size: 1.125em;
  margin-bottom: 0.75em;
  padding: 0.5em;
  -webkit-transition: border-color;
  transition: border-color;
  width: 100%; }
  input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="email"]:hover, input[type="month"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="time"]:hover, input[type="url"]:hover, input[type="week"]:hover, input:not([type]):hover, textarea:hover,
  select[multiple=multiple]:hover,
  textarea:hover {
    border-color: #bcbcbc; }
  input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="email"]:focus, input[type="month"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="week"]:focus, input:not([type]):focus, textarea:focus,
  select[multiple=multiple]:focus,
  textarea:focus {
    border-color: #FFCD57;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(255, 197, 62, 0.7);
    outline: none; }

textarea {
  resize: vertical; }

input[type="search"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }

input[type="checkbox"],
input[type="radio"] {
  display: inline;
  margin-right: 0.375em; }

input[type="file"] {
  padding-bottom: 0.75em;
  width: 100%; }

select {
  margin-bottom: 1.5em;
  max-width: 100%;
  width: auto; }

ul,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0; }
dl {
  margin-bottom: 0.75em; }
  dl dt {
    font-weight: bold;
    margin-top: 0.75em; }
  dl dd {
    margin: 0; }

table {
  -webkit-font-feature-settings: "kern", "liga", "tnum";
  -ms-font-feature-settings: "kern", "liga", "tnum";
  font-feature-settings: "kern", "liga", "tnum";
  border-collapse: collapse;
  margin: 0.75em 0;
  table-layout: fixed;
  width: 100%; }

th {
  border-bottom: 1px solid #afafaf;
  font-weight: 600;
  padding: 0.75em 0;
  text-align: left; }

td {
  border-bottom: 1px solid #D5D5D5;
  padding: 0.75em 0; }

tr,
td,
th {
  vertical-align: middle; }

body {
  -webkit-font-feature-settings: "kern", "liga", "pnum";
  -ms-font-feature-settings: "kern", "liga", "pnum";
  font-feature-settings: "kern", "liga", "pnum";
  -webkit-font-smoothing: antialiased;
  color: #fff;
  font-family: "Roboto", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif, sans-serif;
  font-size: 1em;
  font-weight: 300;
  line-height: 1.5; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif, sans-serif;
  font-size: 1.125em;
  font-weight: 300;
  line-height: 1.2;
  margin: 0 0 0.75em; }

h2 {
  font-size: 1.95652em; }

h3 {
  font-size: 1.57608em;
  margin-bottom: 1.5em; }

h4 {
  font-size: 1.125em;
  font-weight: 400; }

p {
  margin: 0 0 1.5em; }
  p a {
    font-weight: 400; }

a {
  color: #3e3e5b;
  text-decoration: none;
  -webkit-transition: color 0.1s linear;
  transition: color 0.1s linear; }
  a:active, a:focus, a:hover {
    color: #1f1f2d; }
  a:active, a:focus {
    outline: none; }

hr {
  border-bottom: 1px solid #D5D5D5;
  border-left: none;
  border-right: none;
  border-top: none;
  margin: 1.5em 0; }

img,
picture {
  margin: 0;
  max-width: 100%; }

pre {
  font-size: 0.85em; }

code {
  font-weight: bold;
  -webkit-font-feature-settings: "liga" 0;
  -ms-font-feature-settings: "liga" 0;
  font-feature-settings: "liga" 0; }

html {
  box-sizing: border-box; }

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

html {
  height: 100%; }

body {
  background: #535379;
  color: #fff;
  position: relative;
  min-height: 100%;
  padding-bottom: 15em;
  margin: 0; }
  @media screen and (min-width: 40em) {
    body {
      padding-bottom: 7.8em;
      font-size: 1.125em; }
      body h2 {
        font-size: 2.25em; }
      body h3 {
        font-size: 1.81249em; } }

body.index {
  background: -webkit-linear-gradient(#535379, #c3c3d6);
  background: linear-gradient(#535379, #c3c3d6);
  background-repeat: no-repeat;
  background-attachment: fixed; }

.guide-wrapper::after {
  clear: both;
  content: "";
  display: table; }
@media screen and (min-width: 53.75em) {
  .guide-wrapper {
    display: block; }
  .guide-wrapper:last-child {
      margin-right: 0; } }
.guide-wrapper .demo__example pre {
  margin-bottom: 1.5em; }
.guide-wrapper h3 {
  margin-top: 3em; }
.guide-wrapper ul {
  list-style-type: disc;
  padding-bottom: 30px;
  padding-left: 40px; }

.content-wrapper {
  padding: 0 0.75em; }
  @media screen and (min-width: 40em) {
    .content-wrapper {
      padding: 0 1.5em; } }
  @media screen and (min-width: 53.75em) {
    .content-wrapper {
      max-width: 68em;
      margin-left: auto;
      margin-right: auto; }
      .content-wrapper::after {
        clear: both;
        content: "";
        display: table; } }

.banner, .demo, .feature-list, .guides-list {
  display: block;
  padding: 3.75em 0 3.75em; }
  .banner::after, .demo::after, .feature-list::after, .guides-list::after {
    clear: both;
    content: "";
    display: table; }
  @media screen and (min-width: 40em) {
    .banner, .demo, .feature-list, .guides-list {
      padding: 4.5em 0; }
      .banner:last-child, .demo:last-child, .feature-list:last-child, .guides-list:last-child {
        padding-bottom: 7.5em; } }

.section-heading {
  text-align: center; }

.banner {
  margin-top: 1.5em;
  text-align: center; }
  .banner-wrapper {
    width: 100%; }
    @media screen and (min-width: 40em) {
      .banner-wrapper {
        width: 32.222222em;
        margin: 0 auto; } }
  .banner .rust-link {
    color: #FFCD57; }
    .banner .rust-link:hover {
      color: #ffbe24; }
  .banner .btn-container {
    margin-top: 3em; }
  .banner .btn {
    margin: 0 0.375em 0.75em; }

.guides p a, .guides ul a {
  color: #FFCD57; }
  .guides p a:hover, .guides ul a:hover {
    color: #ffbe24; }

.aside {
  margin-bottom: 1.5rem; }
  .aside__header {
    width: 100%;
    display: block;
    background: rgba(255, 255, 255, 0.5);
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    color: #2B303B;
    font-size: 1rem;
    font-weight: 400;
    padding: 5px 10px; }
  .aside__text {
    font-size: 1rem;
    padding: 1rem 1.5em 1.5rem;
    background: rgba(255, 255, 255, 0.1); }
    .aside__text p {
      margin-bottom: 1rem; }
      .aside__text p:last-child {
        margin-bottom: 0; }

.demo {
  padding-top: 1.5em;
  margin: 0 auto; }
  .demo__example pre {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    margin: 0; }
  .demo__example-caption {
    color: #3e3e5b;
    margin-bottom: 1.5em; }
  .demo__example-browser {
    height: auto;
    width: 100%;
    position: relative;
    margin-bottom: 1.5em; }
    .demo__example-browser:first-child, .demo__example-browser:last-child {
      margin-bottom: 0; }
    .demo__example-browser .browser-bar {
      width: 100%;
      background: #D5D5D5;
      border-top-left-radius: 3px;
      border-top-right-radius: 3px;
      color: #2B303B;
      font-size: 1rem;
      font-weight: 400;
      padding: 5px 10px; }
    .demo__example-browser .btn-demo-example {
      display: none; }
      @media screen and (min-width: 40em) {
        .demo__example-browser .btn-demo-example {
          display: block; } }

@-webkit-keyframes logo-pour {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  50% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg); }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); } }

@keyframes logo-pour {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  50% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg); }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); } }
@-webkit-keyframes logo-drip {
  0% {
    opacity: 1;
    -webkit-transform: translate(73.9292px, 47.71084px);
            transform: translate(73.9292px, 47.71084px); }
  30% {
    opacity: 0;
    -webkit-transform: translate(73.9292px, 60.71084px);
            transform: translate(73.9292px, 60.71084px); }
  40% {
    -webkit-transform: translate(73.9292px, 47.71084px);
            transform: translate(73.9292px, 47.71084px); }
  50% {
    opacity: 0;
    -webkit-transform: translate(76.9292px, 39.71084px) scale(0.3);
            transform: translate(76.9292px, 39.71084px) scale(0.3); }
  100% {
    opacity: 1;
    -webkit-transform: translate(73.9292px, 47.71084px) scale(1);
            transform: translate(73.9292px, 47.71084px) scale(1); } }
@keyframes logo-drip {
  0% {
    opacity: 1;
    -webkit-transform: translate(73.9292px, 47.71084px);
            transform: translate(73.9292px, 47.71084px); }
  30% {
    opacity: 0;
    -webkit-transform: translate(73.9292px, 60.71084px);
            transform: translate(73.9292px, 60.71084px); }
  40% {
    -webkit-transform: translate(73.9292px, 47.71084px);
            transform: translate(73.9292px, 47.71084px); }
  50% {
    opacity: 0;
    -webkit-transform: translate(76.9292px, 39.71084px) scale(0.3);
            transform: translate(76.9292px, 39.71084px) scale(0.3); }
  100% {
    opacity: 1;
    -webkit-transform: translate(73.9292px, 47.71084px) scale(1);
            transform: translate(73.9292px, 47.71084px) scale(1); } }
.logo.animate #can {
  -webkit-animation: logo-pour 1s ease-in-out forwards;
          animation: logo-pour 1s ease-in-out forwards;
  -webkit-transform-origin: center;
          transform-origin: center; }
.logo.animate #drop {
  -webkit-animation: logo-drip 1.5s ease-in-out forwards;
          animation: logo-drip 1.5s ease-in-out forwards;
  -webkit-transform-origin: left top;
          transform-origin: left top; }

.main-header {
  padding-top: 0.75em; }
  .main-header::after {
    clear: both;
    content: "";
    display: table; }
  @media screen and (min-width: 40em) {
    .main-header {
      height: 75px;
      padding-top: 1.5em; } }
  .main-header h1 {
    float: left;
    margin: 0;
    text-indent: -9999px; }
    .main-header h1 a,
    .main-header h1 .logo {
      height: 75px;
      width: auto;
      display: block;
      overflow: visible; }
      @media screen and (min-width: 40em) {
        .main-header h1 a,
        .main-header h1 .logo {
          height: 75px;
          width: auto; } }
    .main-header h1 .logo #DIESEL {
      display: none; }
      @media screen and (min-width: 40em) {
        .main-header h1 .logo #DIESEL {
          display: block; } }
  .main-header .header-nav {
    height: 75px;
    float: right; }
    .main-header .header-nav li {
      display: inline-block;
      line-height: 75px; }
      .main-header .header-nav li:not(:last-child) {
        margin-right: 0.75em; }
    .main-header .header-nav a {
      color: #fff; }
      .main-header .header-nav a:hover {
        color: #FFCD57; }

.vertical-tabs-container {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 3px;
  box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.07), inset 0px 1px 0px 0px rgba(255, 255, 255, 0.18); }
  .vertical-tabs-container::after {
    clear: both;
    content: "";
    display: table; }
  @media screen and (min-width: 53.75em) {
    .vertical-tabs-container {
      float: left;
      display: block;
      margin-right: 2.12766%;
      width: 82.97872%;
      margin-left: 8.51064%; }
      .vertical-tabs-container:last-child {
        margin-right: 0; } }
  .vertical-tabs-container .vertical-tabs {
    display: none; }
    @media screen and (min-width: 53.75em) {
      .vertical-tabs-container .vertical-tabs {
        display: inline;
        float: left;
        width: 20%; } }
  .vertical-tabs-container .vertical-tabs::after,
  .vertical-tabs-container .vertical-tab-content-container::after {
    clear: both;
    content: "";
    display: table; }
  .vertical-tabs-container .vertical-tab {
    color: #fff;
    padding: 1.5em; }
    @media screen and (min-width: 53.75em) {
      .vertical-tabs-container .vertical-tab {
        display: block; }
        .vertical-tabs-container .vertical-tab:hover {
          background: rgba(255, 255, 255, 0.1); }
        .vertical-tabs-container .vertical-tab.is-active {
          background: rgba(255, 255, 255, 0.1);
          color: #3e3e5b;
          font-weight: 400; } }
  .vertical-tabs-container .vertical-tab-content-container {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 3px;
    display: block;
    position: relative; }
    @media screen and (min-width: 53.75em) {
      .vertical-tabs-container .vertical-tab-content-container {
        width: 80%;
        display: inline-block;
        padding: 1.5em; } }
  .vertical-tabs-container .vertical-tab-content {
    padding: 0.75em; }
    @media screen and (min-width: 53.75em) {
      .vertical-tabs-container .vertical-tab-content {
        display: none;
        padding: 0; } }
  .vertical-tabs-container .vertical-tab-accordion-heading {
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
    cursor: pointer;
    display: block;
    font-weight: 400;
    padding: 0.75em; }
    .vertical-tabs-container .vertical-tab-accordion-heading.is-active {
      color: #3e3e5b;
      font-weight: 400; }
    @media screen and (min-width: 53.75em) {
      .vertical-tabs-container .vertical-tab-accordion-heading {
        display: none; } }

.feature-list {
  color: #fff; }
  .feature-list__heading {
    color: #fff;
    padding-bottom: 0.75em; }
    @media screen and (min-width: 40em) {
      .feature-list__heading {
        padding-bottom: 0.75em; } }
  .feature-list .feature__heading {
    color: #3e3e5b; }
  .feature-list__feature {
    margin-bottom: 3em;
    padding-left: 5em;
    position: relative; }
    @media screen and (min-width: 53.75em) {
      .feature-list__feature {
        float: left;
        display: block;
        margin-right: 2.12766%;
        width: 31.91489%;
        padding-left: 5.5em; }
        .feature-list__feature:last-child {
          margin-right: 0; } }
    .feature-list__feature::before {
      position: absolute;
      top: 0;
      left: 0;
      height: 4.16667em;
      width: 4.16667em;
      border-radius: 3px;
      box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.05), inset 0px 1px 0px 0px rgba(255, 255, 255, 0.18);
      content: "";
      display: inline-block; }
    .feature-list__feature a {
      text-decoration: underline; }
  .feature-list .type-safe::before,
  .feature-list .performance::before,
  .feature-list .extensible::before {
    background-color: rgba(255, 255, 255, 0.15);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 1.777777em; }
  .feature-list .type-safe::before {
    background-image: url("../images/type-safe.svg"); }
  .feature-list .performance::before {
    background-image: url("../images/performance.svg"); }
  .feature-list .extensible::before {
    background-image: url("../images/extensible.svg"); }

.guides-list {
  padding-top: 0; }
  .guides-list-heading {
    display: inline-block; }
    .guides-list-heading::after {
      content: "→";
      opacity: 0;
      padding-left: 0.375em; }
  .guides-list p {
    color: #fff;
    margin-bottom: 0; }

.guides-link {
  border-radius: 3px;
  color: #FFCD57;
  display: block;
  margin-bottom: 1.5em;
  padding: 0.75em; }
  .guides-link:hover {
    -webkit-transition: background-color 0.25s ease-in-out;
    transition: background-color 0.25s ease-in-out;
    background-color: rgba(255, 255, 255, 0.1);
    color: #ffbe24; }
    .guides-link:hover .guides-list-heading::after {
      -webkit-transition: opacity 0.25s ease-in-out;
      transition: opacity 0.25s ease-in-out;
      opacity: 1; }

.coming-soon-placeholder {
  font-weight: 300;
  font-style: italic;
  margin-top: 3em;
  padding: 0.75em;
  text-align: center; }

footer {
  background: #2B303B;
  border-bottom: solid 5px #FFCD57;
  padding: 3em;
  text-align: center;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0; }
  footer p {
    margin: 0; }

div.demo__example-browser {
  background: #2B303B;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

div.sourceCode {
  margin: 0;
  background: #2B303B;
}

pre.sourceCode {
  margin-bottom: 0 !important;
}

div.demo__example {
  margin-bottom: 20px;
}

a {
  color: #FFCD57;
}

div.main-page {
  text-align: center;
}

section.content-wrapper {
  text-align: left;
}

pre {
  padding: 1.5rem;
  background: #2B303B;
}

div.guide-wrapper {
  margin-bottom: 70px;
}

div.vertical-tabs-container {
  text-align: left;
}

.content-wrapper > h2 {
  padding-top: 100px;
}

.community-project {
  background-color: #2B303B33;
  padding: 0.75em;
  margin-bottom: 1.5em; }
  .community-project p {
    margin-bottom: 0; }