/*! normalize.css v1.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

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

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif; }

/**
 * Address margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

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

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

h2 {
  font-size: 1.5em;
  margin: 0.83em 0; }

h3 {
  font-size: 1.17em;
  margin: 1em 0; }

h4 {
  font-size: 1em;
  margin: 1.33em 0; }

h5 {
  font-size: 0.83em;
  margin: 1.67em 0; }

h6 {
  font-size: 0.67em;
  margin: 2.33em 0; }

/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

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

blockquote {
  margin: 1em 40px; }

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

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
hr {
  box-sizing: content-box;
  height: 0; }

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

/**
 * Address margins set differently in IE 6/7.
 */
p,
pre {
  margin: 1em 0; }

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none; }

/**
 * Address `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: '';
  content: none; }

/**
 * 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; }

/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0; }

dd {
  margin: 0 0 0 40px; }

/**
 * Address paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px; }

/**
 * Correct list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */ }

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

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0; }

/**
 * 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 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */ }

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */ }

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

/**
 * 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 Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
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.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */ }

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

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 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 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

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

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

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

/*****************************************************************************/
/*
/* Common
/*
/*****************************************************************************/
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html,
button,
input,
select,
textarea {
  color: #222; }

html {
  font-size: 1em;
  line-height: 1.4; }

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */
audio,
canvas,
img,
video {
  vertical-align: middle; }

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical; }

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */ }

.clearfix:after {
  clear: both; }

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
  *zoom: 1; }
@font-face {
  font-family: 'Whitney Book';
  src: url("Whitney-Book.eot");
  /* IE9 Compat Modes */
  src: url("Whitney-Book.eot?#iefix") format("embedded-opentype"), url("Whitney-Book.woff") format("woff"), url("Whitney-Book.ttf") format("truetype"), url("Whitney-Book.eot#f28578544bcd221f22d5dc42685e92f2") format("svg");
  /* Legacy iOS */
  font-style: normal;
  font-weight: 400; }
@font-face {
  font-family: 'Whitney Book';
  src: url("Whitney-BookItalic.eot");
  /* IE9 Compat Modes */
  src: url("Whitney-BookItalic.eot?#iefix") format("embedded-opentype"), url("Whitney-BookItalic.woff") format("woff"), url("Whitney-BookItalic.ttf") format("truetype"), url("Whitney-BookItalic.svg#31db9e5e60b73131e96699f50755b64c") format("svg");
  /* Legacy iOS */
  font-style: italic;
  font-weight: 400; }
@font-face {
  font-family: 'Whitney Light';
  src: url("Whitney-Light.eot");
  /* IE9 Compat Modes */
  src: url("Whitney-Light.eot?#iefix") format("embedded-opentype"), url("Whitney-Light.woff") format("woff"), url("Whitney-Light.ttf") format("truetype"), url("Whitney-Light.svg#8ded3776ecf328b599f345385da981be") format("svg");
  /* Legacy iOS */
  font-style: normal;
  font-weight: 200; }
@font-face {
  font-family: 'Whitney Light';
  src: url("Whitney-LightItalic.eot");
  /* IE9 Compat Modes */
  src: url("Whitney-LightItalic.eot?#iefix") format("embedded-opentype"), url("Whitney-LightItalic.woff") format("woff"), url("Whitney-LightItalic.ttf") format("truetype"), url("Whitney-LightItalic.svg#e9574b80b4dd04402609a08001b81dee") format("svg");
  /* Legacy iOS */
  font-style: italic;
  font-weight: 200; }
@font-face {
  font-family: 'Whitney';
  src: url("Whitney-Medium.eot");
  /* IE9 Compat Modes */
  src: url("Whitney-Medium.eot?#iefix") format("embedded-opentype"), url("Whitney-Medium.woff") format("woff"), url("Whitney-Medium.ttf") format("truetype"), url("Whitney-Medium.svg#e970fe581655537ab12e96c670414c04") format("svg");
  /* Legacy iOS */
  font-style: normal;
  font-weight: 400; }
@font-face {
  font-family: 'Whitney';
  src: url("Whitney-MediumItalic.eot");
  /* IE9 Compat Modes */
  src: url("Whitney-MediumItalic.eot?#iefix") format("embedded-opentype"), url("Whitney-MediumItalic.woff") format("woff"), url("Whitney-MediumItalic.ttf") format("truetype"), url("Whitney-MediumItalic.svg#f2958f1e225dafa10c691aa0d2a35203") format("svg");
  /* Legacy iOS */
  font-style: italic;
  font-weight: 400; }
@font-face {
  font-family: 'Whitney Semibold';
  src: url("Whitney-Semibold.eot");
  /* IE9 Compat Modes */
  src: url("Whitney-Semibold.eot?#iefix") format("embedded-opentype"), url("Whitney-Semibold.woff") format("woff"), url("Whitney-Semibold.ttf") format("truetype"), url("Whitney-Semibold.svg#bed15bb33dfb9232e772bdb41a228cd5") format("svg");
  /* Legacy iOS */
  font-style: normal;
  font-weight: 700; }
@font-face {
  font-family: 'Whitney Semibold';
  src: url("Whitney-SemiboldItalic.eot");
  /* IE9 Compat Modes */
  src: url("Whitney-SemiboldItalic.eot?#iefix") format("embedded-opentype"), url("Whitney-SemiboldItalic.woff") format("woff"), url("Whitney-SemiboldItalic.ttf") format("truetype"), url("Whitney-SemiboldItalic.svg#5154cc9178553aafd66f92babfb5d96c") format("svg");
  /* Legacy iOS */
  font-style: italic;
  font-weight: 700; }

@font-face {
  font-family: 'Tungsten Medium';
  src: url("Tungsten-Medium.eot");
  /* IE9 Compat Modes */
  src: url("Tungsten-Medium.eot?#iefix") format("embedded-opentype"), url("Tungsten-Medium.woff") format("woff"), url("Tungsten-Medium.ttf") format("truetype"), url("Tungsten-Medium.svg#ccb96919a9a65601fefe49e76e578fd3") format("svg");
  /* Legacy iOS */
  font-style: normal;
  font-weight: 400; 
}

@font-face {
  font-family: 'WhitneyNumeric';
  src: url("WhitneyNumeric-Medium.eot"); /* IE9 Compat Modes */
  src: url("WhitneyNumeric-Medium.eot?#iefix") format('embedded-opentype'), /* IE6-IE8 */
       url("WhitneyNumeric-Medium.woff") format('woff'), /* Modern Browsers */
       url("WhitneyNumeric-Medium.ttf")  format('truetype'), /* Safari, Android, iOS */
       url("WhitneyNumeric-Medium.svg#555964ad2a8774ffbd0b0da51b69a273") format('svg'); /* Legacy iOS */
  font-style:   normal;
  font-weight:  400;
}

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

html,
body,
.st-container,
.st-pusher,
.st-content {
  height: 100%; }

.st-content {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch; }

.st-content,
.st-content-inner {
  position: relative; }

.st-container {
  position: relative;
  overflow: hidden; }

.st-pusher {
  position: relative;
  left: 0;
  z-index: 99;
  height: 100%;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s; }

.st-pusher::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  background: rgba(0, 0, 0, 0.5);
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
  transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s; }

.st-menu-open .st-pusher::after {
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  z-index: 5; }

.st-menu {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  visibility: hidden;
  width: 300px;
  height: 100%;
  background: #4990C2;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  overflow: scroll; }

.st-menu::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  content: '';
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s; }

.st-menu-open .st-menu::after {
  width: 0;
  height: 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
  transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s; }

/* content style */
.st-menu ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.st-menu h2 {
  margin: 0;
  padding: 8px 12px;
  color: rgba(0, 0, 0, 0.4);
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
  font-weight: 300;
  font-size: 1.5em; }

.st-menu ul li a {
  display: block;
  padding: 16px 12px;
  text-transform: uppercase;
  outline: none;
  box-shadow: inset 0 -1px rgba(0, 0, 0, 0.1);
  color: #f3efe0;
  font-family: "Whitney";
  text-shadow: 0 0 1px rgba(255, 255, 255, 0.1);
  letter-spacing: 0px;
  font-size: 16px;
  letter-spacing: 3px;
  font-weight: 400;
  -webkit-transition: background 0.3s, box-shadow 0.3s;
  transition: background 0.3s, box-shadow 0.3s; }

.st-menu ul li:first-child a {
  box-shadow: inset 0 -1px rgba(0, 0, 0, 0.1), inset 0 1px rgba(0, 0, 0, 0.1); }

.st-menu ul li a:hover {
  background: rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 -1px transparent;
  color: #fff; }

/* Individual effects */
/* Effect 4: Slide along */
.st-effect-4.st-menu-open .st-pusher {
  -webkit-transform: translate3d(300px, 0, 0);
  transform: translate3d(300px, 0, 0); }

.st-effect-4.st-menu {
  z-index: 1;
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0); }

.st-effect-4.st-menu-open .st-effect-4.st-menu {
  visibility: visible;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.st-effect-4.st-menu::after {
  display: none; }

.navTrigger {
  cursor: pointer;
  width: 25px;
  height: 25px;
  margin: auto;
  position: absolute;
  left: 5px;
  right: 0;
  top: 5px;
  bottom: 0; }

.navTrigger i {
  background-color: #788187;
  border-radius: 2px;
  content: '';
  display: block;
  width: 100%;
  height: 2px; }

.navTrigger i:nth-child(1) {
  -webkit-transform: translateY(0px) rotate(0deg);
          transform: translateY(0px) rotate(0deg); }

.navTrigger i:nth-child(2) {
  margin: 7px 0;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg); }

.navTrigger i:nth-child(3) {
  -webkit-transform: translateY(0px) rotate(0deg);
          transform: translateY(0px) rotate(0deg); }

/**********************************************************
Project styles 
**********************************************************/
.emoji-inline {
  position: relative;
  top: -2px; }

.platform {
  background-color: #fff;
  padding: 4em 0;
  position: relative;
  font-size: 16px; }
  @media only screen and (min-width: 50em) {
    .platform {
      padding-bottom: 6em; } }
  @media only screen and (min-width: 75em) {
    .platform {
      padding: 8em;
      overflow: hidden; } }
  .platform__intro {
    width: 92%;
    max-width: 590px;
    margin: 0 auto;
    color: #788187; }
  .platform__heading {
    font-size: 28px;
    line-height: 28px; }
    @media only screen and (min-width: 50em) {
      .platform__heading {
        text-align: center;
        font-size: 42px; } }
  .platform__description {
    font-size: 16px;
    margin-bottom: 1.5em; }
    @media only screen and (min-width: 50em) {
      .platform__description {
        font-size: 18px; } }
  .platform__picture {
    display: block;
    width: 92%;
    max-width: 1440px;
    margin: 0 auto; }

.slack {
  background-color: #f8f8f8;
  font-family: helvetica;
  font-family: 'Lato', sans-serif;
  font-size: 15px;
  padding: 4em 0;
  position: relative; }
  @media only screen and (min-width: 50em) {
    .slack {
      font-size: 16px;
      padding-bottom: 6em; } }
  @media only screen and (min-width: 75em) {
    .slack {
      height: 1260px;
      padding: 8em;
      overflow: hidden; } }
  .slack__mobile-container {
    width: 92%;
    max-width: 590px;
    margin: 0 auto;
    padding: 0.5em 0 2em; }
    @media only screen and (min-width: 440px) {
      .slack__mobile-container {
        background-color: #f4f4f4; } }
    @media only screen and (min-width: 50em) {
      .slack__mobile-container {
        padding: 0;
        width: 100%;
        background-color: transparent;
        max-width: 100%; } }
  .slack__intro {
    width: 92%;
    max-width: 590px;
    margin: 0 auto;
    color: #788187; }
  .slack__heading {
    font-size: 28px;
    line-height: 28px; }
    @media only screen and (min-width: 50em) {
      .slack__heading {
        text-align: center;
        font-size: 42px; } }
  .slack__description {
    font-size: 16px;
    margin-bottom: 1.5em; }
    @media only screen and (min-width: 50em) {
      .slack__description {
        font-size: 18px; } }
    .slack__description--tutorial {
      margin-bottom: 5px; }
  .slack__learn-more {
    color: #4990C2; }
    .slack__learn-more:hover {
      color: #3675a2; }
    .slack__learn-more:visited {
      color: #4990C2; }
  .slack__laptop {
    display: none; }
    @media only screen and (min-width: 75em) {
      .slack__laptop {
        display: block;
        position: absolute;
        top: 300px;
        left: 50%;
        right: auto;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
        max-width: 1440px;
        margin: 0 auto; } }
  .slack__container {
    position: relative;
    width: 350px;
    margin: 0 auto; }
    @media only screen and (min-width: 50em) {
      .slack__container {
        width: 766px; } }
    @media only screen and (min-width: 75em) {
      .slack__container {
        top: 150px; } }
  .slack__heading {
    font-family: "Whitney Semibold"; }
  .slack__background-mobile {
    display: block;
    width: 350px;
    height: auto;
    margin: 0 auto; }
    @media only screen and (min-width: 50em) {
      .slack__background-mobile {
        display: none; } }
  .slack__background-desktop {
    display: none; }
    @media only screen and (min-width: 50em) {
      .slack__background-desktop {
        display: block; } }
  .slack__command {
    position: absolute;
    bottom: 18px;
    left: 18px;
    margin: 0; }
    @media only screen and (min-width: 50em) {
      .slack__command {
        bottom: 36px;
        left: 260px; } }
  .slack__message-container {
    position: absolute;
    left: 10px;
    display: table;
    filter: alpha(opacity=0);
    opacity: 0; }
    @media only screen and (min-width: 50em) {
      .slack__message-container {
        left: 244px; } }
  .slack__profile-name, .slack__message {
    margin: 0; }
  .slack__profile-name {
    font-weight: bold;
    font-size: 15px; }
  .slack__username {
    color: #4990C2; }
  .slack__bot {
    font-size: 11px;
    padding: 2px;
    color: #B2B2B2;
    font-weight: normal;
    background-color: #f4f4f4; }
  .slack__message-time {
    font-size: 12px;
    color: #C4C4C9;
    font-weight: normal; }
  .slack__fade-in {
    filter: alpha(opacity=0);
    opacity: 0; }

.slack-page .slack__laptop {
  top: 250px; }

.slack__message.italic {
  font-size: 15px;
  color: #8B898F; }

@-webkit-keyframes fade-out {
  0% {
    filter: alpha(opacity=100);
    opacity: 1; }
  100% {
    filter: alpha(opacity=0);
    opacity: 0; } }

@keyframes fade-out {
  0% {
    filter: alpha(opacity=100);
    opacity: 1; }
  100% {
    filter: alpha(opacity=0);
    opacity: 0; } }

@-webkit-keyframes fade-in {
  0% {
    filter: alpha(opacity=0);
    opacity: 0; }
  100% {
    filter: alpha(opacity=100);
    opacity: 1; } }

@keyframes fade-in {
  0% {
    filter: alpha(opacity=0);
    opacity: 0; }
  100% {
    filter: alpha(opacity=100);
    opacity: 1; } }

@-webkit-keyframes slide-up {
  0% {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    -webkit-transform: translateY(60px);
            transform: translateY(60px); }
  100% {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@keyframes slide-up {
  0% {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    -webkit-transform: translateY(60px);
            transform: translateY(60px); }
  100% {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@-webkit-keyframes slide-up-pay {
  0% {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    -webkit-transform: translateY(0px);
            transform: translateY(0px); }
  33% {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    -webkit-transform: translateY(-68px);
            transform: translateY(-68px); }
  80% {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    -webkit-transform: translateY(-68px);
            transform: translateY(-68px); }
  100% {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    -webkit-transform: translateY(-135px);
            transform: translateY(-135px); } }

@keyframes slide-up-pay {
  0% {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    -webkit-transform: translateY(0px);
            transform: translateY(0px); }
  33% {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    -webkit-transform: translateY(-68px);
            transform: translateY(-68px); }
  80% {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    -webkit-transform: translateY(-68px);
            transform: translateY(-68px); }
  100% {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    -webkit-transform: translateY(-135px);
            transform: translateY(-135px); } }

@-webkit-keyframes slide-up-pay-request {
  0% {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    -webkit-transform: translateY(0px);
            transform: translateY(0px); }
  100% {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    -webkit-transform: translateY(-85px);
            transform: translateY(-85px); } }

@keyframes slide-up-pay-request {
  0% {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    -webkit-transform: translateY(0px);
            transform: translateY(0px); }
  100% {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
    -webkit-transform: translateY(-85px);
            transform: translateY(-85px); } }

.animate .slack__command--1 {
  -webkit-animation: fade-out 0.3s ease-in 2.5s both;
          animation: fade-out 0.3s ease-in 2.5s both; }

.animate .slack__command--2 {
  -webkit-animation: fade-out 0.3s ease-in 8.5s both;
          animation: fade-out 0.3s ease-in 8.5s both; }

.animate .slack__command--3 {
  -webkit-animation: fade-out 0.3s ease-in 12s both;
          animation: fade-out 0.3s ease-in 12s both; }

.animate .slack__command--4 {
  -webkit-animation: fade-out 0.3s ease-in 3.7s both;
          animation: fade-out 0.3s ease-in 3.7s both; }

.animate .slack__command--5 {
  -webkit-animation: fade-out 0.3s ease-in 2.2s both;
          animation: fade-out 0.3s ease-in 2.2s both; }

.animate .slack__command--6 {
  -webkit-animation: fade-out 0.3s ease-in 2.2s both;
          animation: fade-out 0.3s ease-in 2.2s both; }

.animate .slack__pay {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-perspective: 1000;
          perspective: 1000;
  -webkit-animation: slide-up-pay 0.5s ease-in 8.5s both;
          animation: slide-up-pay 0.5s ease-in 8.5s both; }

.animate .slack__pay-and-request {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-perspective: 1000;
          perspective: 1000;
  -webkit-animation: slide-up-pay-request 0.2s ease-in 12.5s both;
          animation: slide-up-pay-request 0.2s ease-in 12.5s both; }

.animate .slack__message-container--1 {
  bottom: 115px;
  -webkit-animation: fade-in 0.1s ease-in 2.5s both;
          animation: fade-in 0.1s ease-in 2.5s both; }
  @media only screen and (min-width: 50em) {
    .animate .slack__message-container--1 {
      bottom: 135px; } }

.animate .slack__message-container--2 {
  bottom: 65px;
  -webkit-animation: fade-in 0.1s ease-in 3s both;
          animation: fade-in 0.1s ease-in 3s both; }
  @media only screen and (min-width: 50em) {
    .animate .slack__message-container--2 {
      bottom: 85px; } }

.animate .slack__message-container--3 {
  bottom: 135px;
  -webkit-animation: fade-in 0.1s ease-in 8.5s both;
          animation: fade-in 0.1s ease-in 8.5s both; }
  @media only screen and (min-width: 50em) {
    .animate .slack__message-container--3 {
      bottom: 155px; } }

.animate .slack__message-container--4 {
  bottom: 63px;
  -webkit-animation: fade-in 0.1s ease-in 9s both;
          animation: fade-in 0.1s ease-in 9s both; }
  @media only screen and (min-width: 50em) {
    .animate .slack__message-container--4 {
      bottom: 85px; } }

.animate .slack__message-container--5 {
  bottom: 65px;
  -webkit-animation: fade-in 0.1s ease-in 12.5s both;
          animation: fade-in 0.1s ease-in 12.5s both; }
  @media only screen and (min-width: 50em) {
    .animate .slack__message-container--5 {
      bottom: 85px; } }

.animate .slack__message-container--6 {
  bottom: 65px;
  -webkit-animation: fade-in 0.1s ease-in 2s both;
          animation: fade-in 0.1s ease-in 2s both; }
  @media only screen and (min-width: 50em) {
    .animate .slack__message-container--6 {
      bottom: 85px; } }

.animate .slack__message-container--7 {
  bottom: 135px;
  -webkit-animation: fade-in 0.1s ease-in 4s both;
          animation: fade-in 0.1s ease-in 4s both; }
  @media only screen and (min-width: 50em) {
    .animate .slack__message-container--7 {
      bottom: 155px; } }

.animate .slack__message-container--8 {
  bottom: 63px;
  -webkit-animation: fade-in 0.1s ease-in 4.6s both;
          animation: fade-in 0.1s ease-in 4.6s both; }
  @media only screen and (min-width: 50em) {
    .animate .slack__message-container--8 {
      bottom: 85px; } }

.animate .slack__message-container--9 {
  bottom: 63px;
  -webkit-animation: fade-in 0.1s ease-in 2s both;
          animation: fade-in 0.1s ease-in 2s both; }
  @media only screen and (min-width: 50em) {
    .animate .slack__message-container--9 {
      bottom: 85px; } }

.animate .slack__user1-message {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-perspective: 1000;
          perspective: 1000;
  -webkit-animation: slide-up 0.1s ease-in 3s both;
          animation: slide-up 0.1s ease-in 3s both; }

.animate .slack__user2-message {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-perspective: 1000;
          perspective: 1000;
  -webkit-animation: slide-up 0.1s ease-in 9s both;
          animation: slide-up 0.1s ease-in 9s both; }

.animate .slack__user3-message {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-perspective: 1000;
          perspective: 1000;
  -webkit-animation: slide-up 0.1s ease-in 13s both;
          animation: slide-up 0.1s ease-in 13s both; }

.animate .slack__user4-message {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-perspective: 1000;
          perspective: 1000;
  -webkit-animation: slide-up 0.2s ease-in 4.3s both;
          animation: slide-up 0.2s ease-in 4.3s both; }

.animate .slack__fade-in--1 {
  -webkit-animation: fade-in 0.005s ease-in 0.1s both;
          animation: fade-in 0.005s ease-in 0.1s both; }

.animate .slack__fade-in--2 {
  -webkit-animation: fade-in 0.005s ease-in 0.2s both;
          animation: fade-in 0.005s ease-in 0.2s both; }

.animate .slack__fade-in--3 {
  -webkit-animation: fade-in 0.005s ease-in 0.3s both;
          animation: fade-in 0.005s ease-in 0.3s both; }

.animate .slack__fade-in--4 {
  -webkit-animation: fade-in 0.005s ease-in 0.4s both;
          animation: fade-in 0.005s ease-in 0.4s both; }

.animate .slack__fade-in--5 {
  -webkit-animation: fade-in 0.005s ease-in 0.5s both;
          animation: fade-in 0.005s ease-in 0.5s both; }

.animate .slack__fade-in--6 {
  -webkit-animation: fade-in 0.005s ease-in 0.6s both;
          animation: fade-in 0.005s ease-in 0.6s both; }

.animate .slack__fade-in--7 {
  -webkit-animation: fade-in 0.005s ease-in 0.7s both;
          animation: fade-in 0.005s ease-in 0.7s both; }

.animate .slack__fade-in--8 {
  -webkit-animation: fade-in 0.005s ease-in 0.8s both;
          animation: fade-in 0.005s ease-in 0.8s both; }

.animate .slack__fade-in--9 {
  -webkit-animation: fade-in 0.005s ease-in 0.9s both;
          animation: fade-in 0.005s ease-in 0.9s both; }

.animate .slack__fade-in--10 {
  -webkit-animation: fade-in 0.005s ease-in 1s both;
          animation: fade-in 0.005s ease-in 1s both; }

.animate .slack__fade-in--11 {
  -webkit-animation: fade-in 0.005s ease-in 1.1s both;
          animation: fade-in 0.005s ease-in 1.1s both; }

.animate .slack__fade-in--12 {
  -webkit-animation: fade-in 0.005s ease-in 1.2s both;
          animation: fade-in 0.005s ease-in 1.2s both; }

.animate .slack__fade-in--13 {
  -webkit-animation: fade-in 0.005s ease-in 1.3s both;
          animation: fade-in 0.005s ease-in 1.3s both; }

.animate .slack__fade-in--14 {
  -webkit-animation: fade-in 0.005s ease-in 1.4s both;
          animation: fade-in 0.005s ease-in 1.4s both; }

.animate .slack__fade-in--15 {
  -webkit-animation: fade-in 0.005s ease-in 1.5s both;
          animation: fade-in 0.005s ease-in 1.5s both; }

.animate .slack__fade-in--16 {
  -webkit-animation: fade-in 0.005s ease-in 1.6s both;
          animation: fade-in 0.005s ease-in 1.6s both; }

.animate .slack__fade-in--17 {
  -webkit-animation: fade-in 0.005s ease-in 1.7s both;
          animation: fade-in 0.005s ease-in 1.7s both; }

.animate .slack__fade-in--18 {
  -webkit-animation: fade-in 0.005s ease-in 1.8s both;
          animation: fade-in 0.005s ease-in 1.8s both; }

.animate .slack__fade-in--19 {
  -webkit-animation: fade-in 0.005s ease-in 1.9s both;
          animation: fade-in 0.005s ease-in 1.9s both; }

.animate .slack__fade-in--20 {
  -webkit-animation: fade-in 0.005s ease-in 2s both;
          animation: fade-in 0.005s ease-in 2s both; }

.animate .slack__fade-in-request-command--1 {
  -webkit-animation: fade-in 0.005s ease-in 4.6s both;
          animation: fade-in 0.005s ease-in 4.6s both; }

.animate .slack__fade-in-request-command--2 {
  -webkit-animation: fade-in 0.005s ease-in 4.7s both;
          animation: fade-in 0.005s ease-in 4.7s both; }

.animate .slack__fade-in-request-command--3 {
  -webkit-animation: fade-in 0.005s ease-in 4.8s both;
          animation: fade-in 0.005s ease-in 4.8s both; }

.animate .slack__fade-in-request-command--4 {
  -webkit-animation: fade-in 0.005s ease-in 4.9s both;
          animation: fade-in 0.005s ease-in 4.9s both; }

.animate .slack__fade-in-request-command--5 {
  -webkit-animation: fade-in 0.005s ease-in 5s both;
          animation: fade-in 0.005s ease-in 5s both; }

.animate .slack__fade-in-request-command--6 {
  -webkit-animation: fade-in 0.005s ease-in 5.1s both;
          animation: fade-in 0.005s ease-in 5.1s both; }

.animate .slack__fade-in-request-command--7 {
  -webkit-animation: fade-in 0.005s ease-in 5.2s both;
          animation: fade-in 0.005s ease-in 5.2s both; }

.animate .slack__fade-in-request-command--8 {
  -webkit-animation: fade-in 0.005s ease-in 5.3s both;
          animation: fade-in 0.005s ease-in 5.3s both; }

.animate .slack__fade-in-request-command--9 {
  -webkit-animation: fade-in 0.005s ease-in 5.4s both;
          animation: fade-in 0.005s ease-in 5.4s both; }

.animate .slack__fade-in-request-command--10 {
  -webkit-animation: fade-in 0.005s ease-in 5.5s both;
          animation: fade-in 0.005s ease-in 5.5s both; }

.animate .slack__fade-in-request-command--11 {
  -webkit-animation: fade-in 0.005s ease-in 5.6s both;
          animation: fade-in 0.005s ease-in 5.6s both; }

.animate .slack__fade-in-request-command--12 {
  -webkit-animation: fade-in 0.005s ease-in 5.7s both;
          animation: fade-in 0.005s ease-in 5.7s both; }

.animate .slack__fade-in-request-command--13 {
  -webkit-animation: fade-in 0.005s ease-in 5.8s both;
          animation: fade-in 0.005s ease-in 5.8s both; }

.animate .slack__fade-in-request-command--14 {
  -webkit-animation: fade-in 0.005s ease-in 5.9s both;
          animation: fade-in 0.005s ease-in 5.9s both; }

.animate .slack__fade-in-request-command--15 {
  -webkit-animation: fade-in 0.005s ease-in 6s both;
          animation: fade-in 0.005s ease-in 6s both; }

.animate .slack__fade-in-request-command--16 {
  -webkit-animation: fade-in 0.005s ease-in 6.1s both;
          animation: fade-in 0.005s ease-in 6.1s both; }

.animate .slack__fade-in-request-command--17 {
  -webkit-animation: fade-in 0.005s ease-in 6.2s both;
          animation: fade-in 0.005s ease-in 6.2s both; }

.animate .slack__fade-in-request-command--18 {
  -webkit-animation: fade-in 0.005s ease-in 6.3s both;
          animation: fade-in 0.005s ease-in 6.3s both; }

.animate .slack__fade-in-request-command--19 {
  -webkit-animation: fade-in 0.005s ease-in 6.4s both;
          animation: fade-in 0.005s ease-in 6.4s both; }

.animate .slack__fade-in-request-command--20 {
  -webkit-animation: fade-in 0.005s ease-in 6.5s both;
          animation: fade-in 0.005s ease-in 6.5s both; }

.animate .slack__fade-in-request-command--21 {
  -webkit-animation: fade-in 0.005s ease-in 6.6s both;
          animation: fade-in 0.005s ease-in 6.6s both; }

.animate .slack__fade-in-request-command--22 {
  -webkit-animation: fade-in 0.005s ease-in 6.7s both;
          animation: fade-in 0.005s ease-in 6.7s both; }

.animate .slack__fade-in-request-command--23 {
  -webkit-animation: fade-in 0.005s ease-in 6.8s both;
          animation: fade-in 0.005s ease-in 6.8s both; }

.animate .slack__fade-in-request-command--24 {
  -webkit-animation: fade-in 0.005s ease-in 6.9s both;
          animation: fade-in 0.005s ease-in 6.9s both; }

.animate .slack__fade-in-request-command--25 {
  -webkit-animation: fade-in 0.005s ease-in 7s both;
          animation: fade-in 0.005s ease-in 7s both; }

.animate .slack__fade-in-request-command--26 {
  -webkit-animation: fade-in 0.005s ease-in 7.1s both;
          animation: fade-in 0.005s ease-in 7.1s both; }

.animate .slack__fade-in-request-command--27 {
  -webkit-animation: fade-in 0.005s ease-in 7.2s both;
          animation: fade-in 0.005s ease-in 7.2s both; }

.animate .slack__fade-in-request-command--28 {
  -webkit-animation: fade-in 0.005s ease-in 7.3s both;
          animation: fade-in 0.005s ease-in 7.3s both; }

.animate .slack__fade-in-request-command--29 {
  -webkit-animation: fade-in 0.005s ease-in 7.4s both;
          animation: fade-in 0.005s ease-in 7.4s both; }

.animate .slack__fade-in-request-command--30 {
  -webkit-animation: fade-in 0.005s ease-in 7.5s both;
          animation: fade-in 0.005s ease-in 7.5s both; }

.animate .slack__fade-in-request-command--31 {
  -webkit-animation: fade-in 0.005s ease-in 7.6s both;
          animation: fade-in 0.005s ease-in 7.6s both; }

.animate .slack__fade-in-request-command--32 {
  -webkit-animation: fade-in 0.005s ease-in 7.7s both;
          animation: fade-in 0.005s ease-in 7.7s both; }

.animate .slack__fade-in-request-command--33 {
  -webkit-animation: fade-in 0.005s ease-in 7.8s both;
          animation: fade-in 0.005s ease-in 7.8s both; }

.animate .slack__fade-in-request-command--34 {
  -webkit-animation: fade-in 0.005s ease-in 7.9s both;
          animation: fade-in 0.005s ease-in 7.9s both; }

.animate .slack__fade-in-request-command--35 {
  -webkit-animation: fade-in 0.005s ease-in 8s both;
          animation: fade-in 0.005s ease-in 8s both; }

.animate .slack__fade-in-request-command--36 {
  -webkit-animation: fade-in 0.005s ease-in 8.1s both;
          animation: fade-in 0.005s ease-in 8.1s both; }

.animate .slack__fade-in-request-command--37 {
  -webkit-animation: fade-in 0.005s ease-in 8.2s both;
          animation: fade-in 0.005s ease-in 8.2s both; }

.animate .slack__fade-in-request-command--38 {
  -webkit-animation: fade-in 0.005s ease-in 8.3s both;
          animation: fade-in 0.005s ease-in 8.3s both; }

.animate .slack__fade-in-request-tutorial-command--1 {
  -webkit-animation: fade-in 0.005s ease-in 0.1s both;
          animation: fade-in 0.005s ease-in 0.1s both; }

.animate .slack__fade-in-request-tutorial-command--2 {
  -webkit-animation: fade-in 0.005s ease-in 0.2s both;
          animation: fade-in 0.005s ease-in 0.2s both; }

.animate .slack__fade-in-request-tutorial-command--3 {
  -webkit-animation: fade-in 0.005s ease-in 0.3s both;
          animation: fade-in 0.005s ease-in 0.3s both; }

.animate .slack__fade-in-request-tutorial-command--4 {
  -webkit-animation: fade-in 0.005s ease-in 0.4s both;
          animation: fade-in 0.005s ease-in 0.4s both; }

.animate .slack__fade-in-request-tutorial-command--5 {
  -webkit-animation: fade-in 0.005s ease-in 0.5s both;
          animation: fade-in 0.005s ease-in 0.5s both; }

.animate .slack__fade-in-request-tutorial-command--6 {
  -webkit-animation: fade-in 0.005s ease-in 0.6s both;
          animation: fade-in 0.005s ease-in 0.6s both; }

.animate .slack__fade-in-request-tutorial-command--7 {
  -webkit-animation: fade-in 0.005s ease-in 0.7s both;
          animation: fade-in 0.005s ease-in 0.7s both; }

.animate .slack__fade-in-request-tutorial-command--8 {
  -webkit-animation: fade-in 0.005s ease-in 0.8s both;
          animation: fade-in 0.005s ease-in 0.8s both; }

.animate .slack__fade-in-request-tutorial-command--9 {
  -webkit-animation: fade-in 0.005s ease-in 0.9s both;
          animation: fade-in 0.005s ease-in 0.9s both; }

.animate .slack__fade-in-request-tutorial-command--10 {
  -webkit-animation: fade-in 0.005s ease-in 1s both;
          animation: fade-in 0.005s ease-in 1s both; }

.animate .slack__fade-in-request-tutorial-command--11 {
  -webkit-animation: fade-in 0.005s ease-in 1.1s both;
          animation: fade-in 0.005s ease-in 1.1s both; }

.animate .slack__fade-in-request-tutorial-command--12 {
  -webkit-animation: fade-in 0.005s ease-in 1.2s both;
          animation: fade-in 0.005s ease-in 1.2s both; }

.animate .slack__fade-in-request-tutorial-command--13 {
  -webkit-animation: fade-in 0.005s ease-in 1.3s both;
          animation: fade-in 0.005s ease-in 1.3s both; }

.animate .slack__fade-in-request-tutorial-command--14 {
  -webkit-animation: fade-in 0.005s ease-in 1.4s both;
          animation: fade-in 0.005s ease-in 1.4s both; }

.animate .slack__fade-in-request-tutorial-command--15 {
  -webkit-animation: fade-in 0.005s ease-in 1.5s both;
          animation: fade-in 0.005s ease-in 1.5s both; }

.animate .slack__fade-in-request-tutorial-command--16 {
  -webkit-animation: fade-in 0.005s ease-in 1.6s both;
          animation: fade-in 0.005s ease-in 1.6s both; }

.animate .slack__fade-in-request-tutorial-command--17 {
  -webkit-animation: fade-in 0.005s ease-in 1.7s both;
          animation: fade-in 0.005s ease-in 1.7s both; }

.animate .slack__fade-in-request-tutorial-command--18 {
  -webkit-animation: fade-in 0.005s ease-in 1.8s both;
          animation: fade-in 0.005s ease-in 1.8s both; }

.animate .slack__fade-in-request-tutorial-command--19 {
  -webkit-animation: fade-in 0.005s ease-in 1.9s both;
          animation: fade-in 0.005s ease-in 1.9s both; }

.animate .slack__fade-in-request-tutorial-command--20 {
  -webkit-animation: fade-in 0.005s ease-in 2s both;
          animation: fade-in 0.005s ease-in 2s both; }

.animate .slack__fade-in-request-tutorial-command--21 {
  -webkit-animation: fade-in 0.005s ease-in 2.1s both;
          animation: fade-in 0.005s ease-in 2.1s both; }

.animate .slack__fade-in-request-tutorial-command--22 {
  -webkit-animation: fade-in 0.005s ease-in 2.2s both;
          animation: fade-in 0.005s ease-in 2.2s both; }

.animate .slack__fade-in-request-tutorial-command--23 {
  -webkit-animation: fade-in 0.005s ease-in 2.3s both;
          animation: fade-in 0.005s ease-in 2.3s both; }

.animate .slack__fade-in-request-tutorial-command--24 {
  -webkit-animation: fade-in 0.005s ease-in 2.4s both;
          animation: fade-in 0.005s ease-in 2.4s both; }

.animate .slack__fade-in-request-tutorial-command--25 {
  -webkit-animation: fade-in 0.005s ease-in 2.5s both;
          animation: fade-in 0.005s ease-in 2.5s both; }

.animate .slack__fade-in-request-tutorial-command--26 {
  -webkit-animation: fade-in 0.005s ease-in 2.6s both;
          animation: fade-in 0.005s ease-in 2.6s both; }

.animate .slack__fade-in-request-tutorial-command--27 {
  -webkit-animation: fade-in 0.005s ease-in 2.7s both;
          animation: fade-in 0.005s ease-in 2.7s both; }

.animate .slack__fade-in-request-tutorial-command--28 {
  -webkit-animation: fade-in 0.005s ease-in 2.8s both;
          animation: fade-in 0.005s ease-in 2.8s both; }

.animate .slack__fade-in-request-tutorial-command--29 {
  -webkit-animation: fade-in 0.005s ease-in 2.9s both;
          animation: fade-in 0.005s ease-in 2.9s both; }

.animate .slack__fade-in-request-tutorial-command--30 {
  -webkit-animation: fade-in 0.005s ease-in 3s both;
          animation: fade-in 0.005s ease-in 3s both; }

.animate .slack__fade-in-request-tutorial-command--31 {
  -webkit-animation: fade-in 0.005s ease-in 3.1s both;
          animation: fade-in 0.005s ease-in 3.1s both; }

.animate .slack__fade-in-request-tutorial-command--32 {
  -webkit-animation: fade-in 0.005s ease-in 3.2s both;
          animation: fade-in 0.005s ease-in 3.2s both; }

.animate .slack__fade-in-request-tutorial-command--33 {
  -webkit-animation: fade-in 0.005s ease-in 3.3s both;
          animation: fade-in 0.005s ease-in 3.3s both; }

.animate .slack__fade-in-request-tutorial-command--34 {
  -webkit-animation: fade-in 0.005s ease-in 3.4s both;
          animation: fade-in 0.005s ease-in 3.4s both; }

.animate .slack__fade-in-request-tutorial-command--35 {
  -webkit-animation: fade-in 0.005s ease-in 3.5s both;
          animation: fade-in 0.005s ease-in 3.5s both; }

.animate .slack__fade-in-request-tutorial-command--36 {
  -webkit-animation: fade-in 0.005s ease-in 3.6s both;
          animation: fade-in 0.005s ease-in 3.6s both; }

.animate .slack__fade-in-request-tutorial-command--37 {
  -webkit-animation: fade-in 0.005s ease-in 3.7s both;
          animation: fade-in 0.005s ease-in 3.7s both; }

.animate .slack__fade-in-request-tutorial-command--38 {
  -webkit-animation: fade-in 0.005s ease-in 3.8s both;
          animation: fade-in 0.005s ease-in 3.8s both; }

.animate .slack__fade-in-balance-command--1 {
  -webkit-animation: fade-in 0.005s ease-in 10.1s both;
          animation: fade-in 0.005s ease-in 10.1s both; }

.animate .slack__fade-in-balance-command--2 {
  -webkit-animation: fade-in 0.005s ease-in 10.2s both;
          animation: fade-in 0.005s ease-in 10.2s both; }

.animate .slack__fade-in-balance-command--3 {
  -webkit-animation: fade-in 0.005s ease-in 10.3s both;
          animation: fade-in 0.005s ease-in 10.3s both; }

.animate .slack__fade-in-balance-command--4 {
  -webkit-animation: fade-in 0.005s ease-in 10.4s both;
          animation: fade-in 0.005s ease-in 10.4s both; }

.animate .slack__fade-in-balance-command--5 {
  -webkit-animation: fade-in 0.005s ease-in 10.5s both;
          animation: fade-in 0.005s ease-in 10.5s both; }

.animate .slack__fade-in-balance-command--6 {
  -webkit-animation: fade-in 0.005s ease-in 10.6s both;
          animation: fade-in 0.005s ease-in 10.6s both; }

.animate .slack__fade-in-balance-command--7 {
  -webkit-animation: fade-in 0.005s ease-in 10.7s both;
          animation: fade-in 0.005s ease-in 10.7s both; }

.animate .slack__fade-in-balance-command--8 {
  -webkit-animation: fade-in 0.005s ease-in 10.8s both;
          animation: fade-in 0.005s ease-in 10.8s both; }

.animate .slack__fade-in-balance-command--9 {
  -webkit-animation: fade-in 0.005s ease-in 10.9s both;
          animation: fade-in 0.005s ease-in 10.9s both; }

.animate .slack__fade-in-balance-command--10 {
  -webkit-animation: fade-in 0.005s ease-in 11s both;
          animation: fade-in 0.005s ease-in 11s both; }

.animate .slack__fade-in-balance-command--11 {
  -webkit-animation: fade-in 0.005s ease-in 11.1s both;
          animation: fade-in 0.005s ease-in 11.1s both; }

.animate .slack__fade-in-balance-command--12 {
  -webkit-animation: fade-in 0.005s ease-in 11.2s both;
          animation: fade-in 0.005s ease-in 11.2s both; }

.animate .slack__fade-in-balance-command--13 {
  -webkit-animation: fade-in 0.005s ease-in 11.3s both;
          animation: fade-in 0.005s ease-in 11.3s both; }

.animate .slack__fade-in-balance-command--14 {
  -webkit-animation: fade-in 0.005s ease-in 11.4s both;
          animation: fade-in 0.005s ease-in 11.4s both; }

.animate .slack__fade-in-balance-command--15 {
  -webkit-animation: fade-in 0.005s ease-in 11.5s both;
          animation: fade-in 0.005s ease-in 11.5s both; }

.animate .slack__fade-in-balance-tutorial-command--1 {
  -webkit-animation: fade-in 0.005s ease-in 0.1s both;
          animation: fade-in 0.005s ease-in 0.1s both; }

.animate .slack__fade-in-balance-tutorial-command--2 {
  -webkit-animation: fade-in 0.005s ease-in 0.2s both;
          animation: fade-in 0.005s ease-in 0.2s both; }

.animate .slack__fade-in-balance-tutorial-command--3 {
  -webkit-animation: fade-in 0.005s ease-in 0.3s both;
          animation: fade-in 0.005s ease-in 0.3s both; }

.animate .slack__fade-in-balance-tutorial-command--4 {
  -webkit-animation: fade-in 0.005s ease-in 0.4s both;
          animation: fade-in 0.005s ease-in 0.4s both; }

.animate .slack__fade-in-balance-tutorial-command--5 {
  -webkit-animation: fade-in 0.005s ease-in 0.5s both;
          animation: fade-in 0.005s ease-in 0.5s both; }

.animate .slack__fade-in-balance-tutorial-command--6 {
  -webkit-animation: fade-in 0.005s ease-in 0.6s both;
          animation: fade-in 0.005s ease-in 0.6s both; }

.animate .slack__fade-in-balance-tutorial-command--7 {
  -webkit-animation: fade-in 0.005s ease-in 0.7s both;
          animation: fade-in 0.005s ease-in 0.7s both; }

.animate .slack__fade-in-balance-tutorial-command--8 {
  -webkit-animation: fade-in 0.005s ease-in 0.8s both;
          animation: fade-in 0.005s ease-in 0.8s both; }

.animate .slack__fade-in-balance-tutorial-command--9 {
  -webkit-animation: fade-in 0.005s ease-in 0.9s both;
          animation: fade-in 0.005s ease-in 0.9s both; }

.animate .slack__fade-in-balance-tutorial-command--10 {
  -webkit-animation: fade-in 0.005s ease-in 1s both;
          animation: fade-in 0.005s ease-in 1s both; }

.animate .slack__fade-in-balance-tutorial-command--11 {
  -webkit-animation: fade-in 0.005s ease-in 1.1s both;
          animation: fade-in 0.005s ease-in 1.1s both; }

.animate .slack__fade-in-balance-tutorial-command--12 {
  -webkit-animation: fade-in 0.005s ease-in 1.2s both;
          animation: fade-in 0.005s ease-in 1.2s both; }

.animate .slack__fade-in-balance-tutorial-command--13 {
  -webkit-animation: fade-in 0.005s ease-in 1.3s both;
          animation: fade-in 0.005s ease-in 1.3s both; }

.animate .slack__fade-in-balance-tutorial-command--14 {
  -webkit-animation: fade-in 0.005s ease-in 1.4s both;
          animation: fade-in 0.005s ease-in 1.4s both; }

.animate .slack__fade-in-balance-tutorial-command--15 {
  -webkit-animation: fade-in 0.005s ease-in 1.5s both;
          animation: fade-in 0.005s ease-in 1.5s both; }

.animate .slack__fade-in-history-tutorial-command--1 {
  -webkit-animation: fade-in 0.005s ease-in 0.1s both;
          animation: fade-in 0.005s ease-in 0.1s both; }

.animate .slack__fade-in-history-tutorial-command--2 {
  -webkit-animation: fade-in 0.005s ease-in 0.2s both;
          animation: fade-in 0.005s ease-in 0.2s both; }

.animate .slack__fade-in-history-tutorial-command--3 {
  -webkit-animation: fade-in 0.005s ease-in 0.3s both;
          animation: fade-in 0.005s ease-in 0.3s both; }

.animate .slack__fade-in-history-tutorial-command--4 {
  -webkit-animation: fade-in 0.005s ease-in 0.4s both;
          animation: fade-in 0.005s ease-in 0.4s both; }

.animate .slack__fade-in-history-tutorial-command--5 {
  -webkit-animation: fade-in 0.005s ease-in 0.5s both;
          animation: fade-in 0.005s ease-in 0.5s both; }

.animate .slack__fade-in-history-tutorial-command--6 {
  -webkit-animation: fade-in 0.005s ease-in 0.6s both;
          animation: fade-in 0.005s ease-in 0.6s both; }

.animate .slack__fade-in-history-tutorial-command--7 {
  -webkit-animation: fade-in 0.005s ease-in 0.7s both;
          animation: fade-in 0.005s ease-in 0.7s both; }

.animate .slack__fade-in-history-tutorial-command--8 {
  -webkit-animation: fade-in 0.005s ease-in 0.8s both;
          animation: fade-in 0.005s ease-in 0.8s both; }

.animate .slack__fade-in-history-tutorial-command--9 {
  -webkit-animation: fade-in 0.005s ease-in 0.9s both;
          animation: fade-in 0.005s ease-in 0.9s both; }

.animate .slack__fade-in-history-tutorial-command--10 {
  -webkit-animation: fade-in 0.005s ease-in 1s both;
          animation: fade-in 0.005s ease-in 1s both; }

.animate .slack__fade-in-history-tutorial-command--11 {
  -webkit-animation: fade-in 0.005s ease-in 1.1s both;
          animation: fade-in 0.005s ease-in 1.1s both; }

.animate .slack__fade-in-history-tutorial-command--12 {
  -webkit-animation: fade-in 0.005s ease-in 1.2s both;
          animation: fade-in 0.005s ease-in 1.2s both; }

.animate .slack__fade-in-history-tutorial-command--13 {
  -webkit-animation: fade-in 0.005s ease-in 1.3s both;
          animation: fade-in 0.005s ease-in 1.3s both; }

.animate .slack__fade-in-history-tutorial-command--14 {
  -webkit-animation: fade-in 0.005s ease-in 1.4s both;
          animation: fade-in 0.005s ease-in 1.4s both; }

.animate .slack__fade-in-history-tutorial-command--15 {
  -webkit-animation: fade-in 0.005s ease-in 1.5s both;
          animation: fade-in 0.005s ease-in 1.5s both; }

.connect-slack {
  margin-top: 54px;
  background-color: #eee;
  height: 200px;
  text-align: center;
  position: relative; }
  .connect-slack__logos {
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%); }

.slack-tutorial-list {
  list-style: none;
  padding-left: 0;
  text-align: center;
  background-color: transparent;
  margin: 10px 0 20px 0; }
  @media only screen and (min-width: 50em) {
    .slack-tutorial-list {
      margin-top: 16px;
      margin-bottom: 20px; } }
  .slack-tutorial-list__item {
    display: inline-block;
    margin-right: 8px;
    -webkit-transition: 0.2s all ease-in-out;
    transition: 0.2s all ease-in-out;
    padding: 5px 8px; }
    @media only screen and (min-width: 374px) {
      .slack-tutorial-list__item {
        padding: 5px 15px; } }
    .slack-tutorial-list__item:hover {
      cursor: pointer;
      color: #5A6066; }
  .slack-tutorial-list--mobile {
    margin-top: 28px; }

.slack-tutorial-list .active {
  color: #fff;
  position: relative;
  background-color: #4990C2;
  border-color: #4990C2 transparent;
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out; }
  .slack-tutorial-list .active:hover {
    color: #fff; }

.bubble {
  position: relative;
  border-radius: 5px;
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out; }

.active.bubble:after {
  content: '';
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
  position: absolute;
  border-style: solid;
  border-width: 0 6px 6px;
  border-color: #4990C2 transparent;
  display: block;
  width: 0;
  z-index: 1;
  margin-left: -6px;
  top: -6px;
  left: 50%; }

.slack-tutorial-list--desktop .active.bubble:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  position: absolute;
  top: 29px; }

.slack-page .slack {
  padding-top: 5.3em; }
  @media only screen and (min-width: 50em) {
    .slack-page .slack {
      padding-top: 6.5em; } }

.slack-page .slack__pay-and-request {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-perspective: 1000;
          perspective: 1000;
  -webkit-animation: none;
          animation: none; }

.slack-page .slack__description, .slack-page .slack__heading {
  text-align: left; }
  @media only screen and (min-width: 460px) {
    .slack-page .slack__description, .slack-page .slack__heading {
      text-align: center; } }

.slack-page .footer {
  background-color: #fff; }

.slack-tutorial-pay.hide, .slack-tutorial-request.hide, .slack-tutorial-balance.hide, .slack-tutorial-history.hide {
  display: none; }

.slack-tutorial-pay.show, .slack-tutorial-request.show, .slack-tutorial-balance.show, .slack-tutorial-history.show {
  display: block; }

.about {
  background-color: #f4f4f4; }

.jobs {
  background-color: #fff; }

.hero {
  position: relative;
  height: 70vh;
  background: url(../img/about-hero-bg1.jpg) no-repeat center center;
  background-size: cover;
  text-align: center;
  -webkit-transition: height 0.3s ease-in-out;
  transition: height 0.3s ease-in-out;
  opacity: 0;
  -webkit-animation: fade-in 0.5s ease-in-out both;
          animation: fade-in 0.5s ease-in-out both; }
  @media only screen and (min-width: 50em) {
    .hero {
      height: 70vh; } }
  .hero__inspiration {
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
    width: 90%;
    color: #fff; }
  .hero__bg-img {
    max-width: 100%;
    display: block; }
    @media only screen and (min-width: 50em) {
      .hero__bg-img {
        display: none; } }

.hero.jobs {
  background: url(../img/jobs-bg.jpg) no-repeat center center;
  height: 70vh;
  background-size: cover; }

img {
  max-width: 100%; }

.pullquote {
  font-family: 'Whitney';
  text-transform: none;
  font-size: 24px;
  margin: 10px;
  line-height: 1.2;
  letter-spacing: 0px; }
  @media only screen and (min-width: 50em) {
    .pullquote {
      font-size: 32px; } }

h2.hero__header {
  color: #fff;
  -webkit-transition: font-size 0.3s ease-in-out;
  transition: font-size 0.3s ease-in-out;
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width: 92%;
  opacity: 0;
  line-height: 1.1; }
  h2.hero__header--jobs {
    line-height: 1.1; }
  h2.hero__header--1 {
    -webkit-animation: fade-in-out 2.5s ease-in 0.5s both;
            animation: fade-in-out 2.5s ease-in 0.5s both; }
  h2.hero__header--2 {
    -webkit-animation: fade-in-out 2.5s ease-in 3.2s both;
            animation: fade-in-out 2.5s ease-in 3.2s both; }
  h2.hero__header--3 {
    -webkit-animation: fade-in-out 2.5s ease-in 5.8s both;
            animation: fade-in-out 2.5s ease-in 5.8s both; }
  h2.hero__header--4 {
    -webkit-animation: fade-in 0.3s ease-in 8.3s both;
            animation: fade-in 0.3s ease-in 8.3s both; }
  h2.hero__header--5 {
    -webkit-animation: fade-in 0.3s ease-in 10.8s both;
            animation: fade-in 0.3s ease-in 10.8s both; }
  h2.hero__header--6 {
    -webkit-animation: fade-in 0.5s ease-in both;
            animation: fade-in 0.5s ease-in both; }
  @media only screen and (min-width: 50em) {
    h2.hero__header {
      font-size: 32px; } }
  @media only screen and (min-width: 75em) {
    h2.hero__header {
      font-size: 42px; } }

.jobs-content-container {
  margin: 0 4px; }

.founders {
  max-width: 1600px;
  margin: 0 auto; }
  .founders__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    background-color: #fff; }
    @media only screen and (min-width: 50em) {
      .founders__row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row; } }
  .founders__item {
    width: 100%;
    position: relative; }
    .founders__item--eric-bio {
      -webkit-box-ordinal-group: 5;
      -webkit-order: 4;
          -ms-flex-order: 4;
              order: 4; }
      @media only screen and (min-width: 50em) {
        .founders__item--eric-bio {
          -webkit-box-ordinal-group: 7;
          -webkit-order: 6;
              -ms-flex-order: 6;
                  order: 6; } }
    .founders__item--stuart-bio {
      -webkit-box-ordinal-group: 5;
      -webkit-order: 4;
          -ms-flex-order: 4;
              order: 4; }
      @media only screen and (min-width: 50em) {
        .founders__item--stuart-bio {
          -webkit-box-ordinal-group: 4;
          -webkit-order: 3;
              -ms-flex-order: 3;
                  order: 3; } }
    @media only screen and (min-width: 50em) {
      .founders__item {
        width: 50%; }
        .founders__item--eric {
          -webkit-box-ordinal-group: 6;
          -webkit-order: 5;
              -ms-flex-order: 5;
                  order: 5; }
        .founders__item--stuart {
          -webkit-box-ordinal-group: 5;
          -webkit-order: 4;
              -ms-flex-order: 4;
                  order: 4; } }
    .founders__item--feature {
      background-color: #333;
      color: #fff;
      height: 75vw;
      max-height: 800px;
      text-transform: uppercase;
      letter-spacing: 3px;
      text-align: center;
      margin-top: 5px; }
      @media only screen and (min-width: 50em) {
        .founders__item--feature {
          margin-top: 0;
          height: 50vw; } }
  .founders__bio {
    width: 92%;
    max-width: 480px;
    margin: 0 auto;
    padding: 2em 0 3em;
    color: #5A6066; }
    @media only screen and (min-width: 50em) {
      .founders__bio {
        position: absolute;
        left: 50%;
        top: 50%;
        bottom: auto;
        right: auto;
        -webkit-transform: translateX(-50%) translateY(-50%);
                transform: translateX(-50%) translateY(-50%); } }
  .founders__heading {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: "Whitney Semibold"; }
  .founders__blurb {
    margin: 0.5em 0; }
    .founders__blurb--feature {
      color: white;
      font-size: 20px;
      letter-spacing: 3px;
      position: absolute;
      left: 50%;
      top: 50%;
      bottom: auto;
      right: auto;
      -webkit-transform: translateX(-50%) translateY(-50%);
              transform: translateX(-50%) translateY(-50%);
      width: 92%; }
      @media only screen and (min-width: 50em) {
        .founders__blurb--feature {
          font-size: 22px;
          letter-spacing: 4px; } }
      @media only screen and (min-width: 75em) {
        .founders__blurb--feature {
          font-size: 28px; } }

.featured-jobs {
  position: relative;
  max-width: 1600px;
  margin: 10px auto;
  text-align: center; }
  .featured-jobs__position {
    font-size: 16px;
    margin: 0; }
    @media only screen and (min-width: 50em) {
      .featured-jobs__position {
        font-size: 18px; } }
    .featured-jobs__position--sentence {
      text-transform: none;
      letter-spacing: 0px;
      font-size: 28px; }
  .featured-jobs__role {
    font-size: 15px;
    margin: 0;
    text-transform: none;
    letter-spacing: 0; }
    @media only screen and (min-width: 50em) {
      .featured-jobs__role {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row;
        color: #788187; } }

h2.featured-jobs__heading {
  padding: 2em 0 1em 0; }

.traits {
  max-width: 1600px;
  margin: 0 auto;
  margin-top: 10px; }

.grid-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  text-align: center;
  position: relative;
  color: #5A6066; }
  @media only screen and (min-width: 50em) {
    .grid-row {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row; } }

.grid-item {
  position: relative;
  width: 100%;
  height: 50vw;
  min-height: 100px;
  max-height: 140px;
  margin: 2px;
  background-image: -webkit-linear-gradient(315deg, #f8f8f9, #eeeff0);
  background-image: linear-gradient(135deg, #f8f8f9, #eeeff0); }
  .grid-item--2 {
    background-image: -webkit-linear-gradient(225deg, #f8f8f9, #eeeff0);
    background-image: linear-gradient(-135deg, #f8f8f9, #eeeff0); }
  .grid-item--3 {
    background-image: -webkit-linear-gradient(135deg, #f8f8f9, #eeeff0);
    background-image: linear-gradient(-45deg, #f8f8f9, #eeeff0); }
  .grid-item--4 {
    background-image: -webkit-linear-gradient(135deg, #f8f8f9, #eeeff0);
    background-image: linear-gradient(-45deg, #f8f8f9, #eeeff0); }
  .grid-item--light {
    background: #EEEFF0; }
  .grid-item--dark {
    background: #5A6066;
    color: #fff;
    line-height: 2.5;
    height: 80vw;
    min-height: 370px;
    max-height: 430px; }
  @media only screen and (min-width: 50em) {
    .grid-item {
      width: 50%;
      height: 300px;
      max-height: 300px; }
      .grid-item--light, .grid-item--dark {
        height: 50vw;
        max-height: 800px; } }

.featured-jobs__job {
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width: 92%;
  text-transform: uppercase;
  letter-spacing: 2px; }

.jobs a.grid-item {
  color: #788187;
  -webkit-transition: 0.3s color ease-in-out;
  transition: 0.3s color ease-in-out; }
  .jobs a.grid-item:hover {
    color: #484d51; }

html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

html, body {
  height: 100%; }

/* apply a natural box layout model to all elements, but allowing components to change */
html {
  box-sizing: border-box; }

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

body {
  font-family: "Whitney"; }

p {
  font-family: "Whitney"; }

p.slack__profile-name, p.slack__message {
  font-family: 'Lato', sans-serif; }

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-family: "Whitney Semibold";
  color: #788187; }

img {
  max-width: 100%; }

a {
  text-decoration: none; }

em {
  font-family: 'Whitney Italic'; }

button:focus {
  outline: 0 !important; }

.main {
  background-color: #fff; }

.tungsten-medium {
  font-family: "Tungsten Medium"; }

.whitney-medium {
  font-family: "Whitney"; }

.hide-mobile {
  display: none; }
  @media only screen and (min-width: 50em) {
    .hide-mobile {
      display: block; } }

.rwd-line {
  display: block; }
  @media only screen and (min-width: 500px) {
    .rwd-line {
      display: inline; } }

.hide-desktop {
  display: block; }
  @media only screen and (min-width: 50em) {
    .hide-desktop {
      display: none; } }

@media only screen and (min-width: 50em) {
  .nav__link.hide-desktop {
    display: none; } }

.nav-container {
  position: relative; }
  @media only screen and (min-height: 500px) {
    .nav-container {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      z-index: 1;
      background-color: rgba(255, 255, 255, 0.9);
      -webkit-backface-visibility: hidden; } }

.nav {
  text-align: right;
  width: 100%; }
  .nav__icon-menu {
    width: 18px;
    height: 18px;
    margin-left: 12px; }
    .nav__icon-menu:hover {
      cursor: pointer; }
  .nav__logo {
    width: 86px;
    height: auto;
    opacity: 0;
    -webkit-transition: 0.25s all ease-in-out;
    transition: 0.25s all ease-in-out;
    margin-left: 27px; }
    @media only screen and (min-width: 50em) {
      .nav__logo {
        opacity: 1;
        margin-left: 0px; } }
  .nav__logo.animate {
    opacity: 1; }
  .nav__list {
    margin: 0;
    padding: 0;
    vertical-align: middle;
    line-height: 300%; }
  .nav__link {
    display: inline-block;
    text-align: left; }
  .nav__link--left {
    float: left; }
  .nav__link--logo {
    margin-left: 3px;
    position: relative;
    top: -2px;
    display: none; }
    @media only screen and (min-width: 50em) {
      .nav__link--logo {
        top: -4px;
        display: block; } }
  .nav__anchor-link {
    text-decoration: none;
    text-transform: uppercase;
    color: #788187;
    font-family: "Whitney";
    letter-spacing: 2px;
    font-size: 13px;
    padding: 0 10px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    @media only screen and (min-width: 50em) {
      .nav__anchor-link {
        font-size: 14px; } }
    .nav__anchor-link:hover {
      color: #4990C2; }
    .nav__anchor-link--active {
      font-family: "Whitney Semibold";
      color: #4990C2;
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      .nav__anchor-link--active:hover {
        color: #939a9f; }

#signup-top-nav {
  padding: 0.5em 7px;
  border-radius: 5px;
  margin-right: 5px;
  -webkit-transition: 0.25s all ease-in-out;
  transition: 0.25s all ease-in-out; }

.nav__anchor-link--signup:hover {
  background-color: #AD9551;
  color: #fff; }

.animate.menu-icon {
  opacity: 0; }

.animate#signup-top-nav {
  background-color: #333;
  color: #fff;
  margin-right: 10px; }
  @media only screen and (min-width: 50em) {
    .animate#signup-top-nav {
      margin-right: 5px; } }
  .animate#signup-top-nav:hover {
    background-color: #AD9551; }

.animate--bottom#signup-top-nav {
  background-color: #4A90E2;
  color: #fff; }

.animate.nav__anchor-link--signin {
  opacity: 0; }
  @media only screen and (min-width: 50em) {
    .animate.nav__anchor-link--signin {
      opacity: 1; } }

.benefits {
  background-color: #f4f4f4; }

.table-row {
  display: table-row;
  padding: 0; }

.table-cell {
  vertical-align: top;
  display: table-cell;
  padding-top: 0;
  margin-right: 12px; }

.italic {
  font-style: italic; }

.bold {
  font-weight: bold; }

.rwd-line-tagline {
  display: block; }
  @media only screen and (min-width: 700px) {
    .rwd-line-tagline {
      display: inline; } }

.intro {
  text-align: center;
  background-color: #eee; }
  .intro__text {
    padding: 7em 20px 5em; }
  .intro__logo {
    width: 84%;
    max-width: 480px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin: 0 auto;
    margin-bottom: 0.5em; }
    @media only screen and (min-height: 600px) {
      .intro__logo {
        max-width: 560px; } }
    @media only screen and (min-width: 50em) {
      .intro__logo {
        margin-top: 1em;
        margin-bottom: 1em; } }
  .intro__brand {
    position: absolute;
    top: -9999px;
    left: -9999px; }
  .intro__tagline {
    margin-bottom: 1.5em;
    line-height: 28px; }
    @media only screen and (min-width: 50em) {
      .intro__tagline {
        margin-bottom: 2em; } }
    @media only screen and (min-width: 50em) {
      .intro__tagline {
        font-size: 26px; } }
  .intro__btn {
    text-decoration: none;
    color: #fff;
    background-color: #788187;
    padding: 1em;
    text-transform: uppercase;
    font-family: "Whitney Semibold";
    letter-spacing: 2px;
    border-radius: 5px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
    .intro__btn:hover {
      background-color: #60676c; }
    .intro__btn--signup {
      padding: 1em 3em; }
    .intro__btn--jobs {
      text-transform: none;
      letter-spacing: 0px;
      position: relative;
      top: 60px; }
      @media only screen and (min-width: 50em) {
        .intro__btn--jobs {
          font-size: 20px;
          top: 70px; } }
  .intro__demo {
    display: inline-block;
    width: 90%;
    max-width: 480px;
    margin-bottom: 3em;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    @media only screen and (min-height: 600px) {
      .intro__demo {
        max-width: 600px; } }
    @media only screen and (min-width: 50em) {
      .intro__demo {
        margin-bottom: 8em; } }

.benefits {
  position: relative;
  margin: 0;
  padding: 0;
  display: block;
  text-align: center; }
  .benefits__description {
    border-radius: 5px; }
    @media only screen and (min-width: 50em) {
      .benefits__description {
        position: absolute;
        left: 50%;
        top: 50%;
        bottom: auto;
        right: auto;
        -webkit-transform: translateX(-50%) translateY(-50%);
                transform: translateX(-50%) translateY(-50%);
        background-color: rgba(255, 255, 255, 0.9);
        width: 390px; } }
  .benefits__tagline {
    width: 92%;
    max-width: 360px;
    margin: 0 auto;
    line-height: 28px;
    padding-top: 1em;
    font-size: 22px;
    padding-bottom: 0em; }
    @media only screen and (min-width: 50em) {
      .benefits__tagline {
        color: #333; } }

.pay {
  position: relative;
  padding-bottom: 1em; }
  .pay__ui {
    padding: 0.5em 0; }
  .pay__bg-img {
    max-width: 100%;
    display: block; }
    @media only screen and (min-width: 800px) {
      .pay__bg-img {
        display: none; } }
  @media only screen and (min-width: 800px) {
    .pay {
      height: 100vh;
      background: url(../img/bg-coffee.jpg) no-repeat center center;
      /*background-size: 100% auto;*/
      background-size: cover; 
      } }

.save {
  position: relative;
  padding-bottom: 1em; }
  .save__ui {
    padding: 0.5em 0; }
  .save__bg-img {
    position: absolute;
    z-index: -5;
    max-width: 100%;
    display: block; }
    @media only screen and (min-width: 800px) {
      .save__bg-img {
        display: none; } }
  @media only screen and (min-width: 800px) {
    .save {
      height: 100vh;
      background: url(../img/bg-mountains.jpg) no-repeat center center;
      /*background-size: 100% auto;*/
      background-size: cover; 
      } }

.expa {
  background-color: #3A3A3A;
  text-align: center;
  padding: 4em 0;
  margin-top: 1px; }
  .expa__backed {
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #AD9551;
    font-size: 12px;
    font-family: "Whitney Semibold";
    margin: 0;
    margin-bottom: 10px; }
  .expa__logo {
    width: 180px;
    height: auto; }

.help {
  text-align: center;
  padding: 3em 0;
  background-color: #f8f8f8; }
  .help__list {
    margin: 0;
    padding: 0; }
  .help__list-item {
    list-style: none;
    border: 1px solid #aeb3b7;
    border-radius: 5px;
    width: 92%;
    max-width: 220px;
    margin: 1em auto; }
    @media only screen and (min-width: 50em) {
      .help__list-item {
        display: inline-block;
        max-width: 220px;
        margin: 1em 5px; } }
  .help__heading {
    font-size: 36px; }
  .help__button {
    padding: 12px;
    color: #788187;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    -webkit-transition: 0.2s all ease-in-out;
    transition: 0.2s all ease-in-out; }
    .help__button:hover {
      background-color: #fff;
      color: #484d51;
      box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.15); }

.footer {
  background-color: #fff; }
  .footer__list {
    text-align: center;
    list-style: none;
    padding: 4em 0;
    margin: 0; }
  .footer__list-item {
    color: #788187;
    padding: 3px;
    font-family: "Whitney";
    font-size: 15px; }
    @media only screen and (min-width: 960px) {
      .footer__list-item {
        display: inline-block;
        padding: 0 24px; } }
    @media only screen and (min-width: 960px) {
      .footer__list-item--1 {
        float: left; } }
    @media only screen and (min-width: 960px) {
      .footer__list-item--2 {
        position: absolute;
        left: 50%;
        right: auto;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%); } }
    @media only screen and (min-width: 960px) {
      .footer__list-item--3 {
        float: right; } }
  .footer__link {
    text-decoration: none;
    color: #4990C2; }

@-webkit-keyframes fade-in-out {
  0% {
    filter: alpha(opacity=0);
    opacity: 0; }
  6% {
    filter: alpha(opacity=100);
    opacity: 1; }
  94% {
    filter: alpha(opacity=100);
    opacity: 1; }
  100% {
    filter: alpha(opacity=0);
    opacity: 0; } }

@keyframes fade-in-out {
  0% {
    filter: alpha(opacity=0);
    opacity: 0; }
  6% {
    filter: alpha(opacity=100);
    opacity: 1; }
  94% {
    filter: alpha(opacity=100);
    opacity: 1; }
  100% {
    filter: alpha(opacity=0);
    opacity: 0; } }

.fade-in--1 {
  -webkit-animation: fade-in 0.8s ease-in-out 0.03s both;
          animation: fade-in 0.8s ease-in-out 0.03s both; }

.fade-in--2 {
  -webkit-animation: fade-in 0.8s ease-in-out 0.06s both;
          animation: fade-in 0.8s ease-in-out 0.06s both; }

.fade-in--3 {
  -webkit-animation: fade-in 0.8s ease-in-out 0.09s both;
          animation: fade-in 0.8s ease-in-out 0.09s both; }

.fade-in--4 {
  -webkit-animation: fade-in 0.8s ease-in-out 0.12s both;
          animation: fade-in 0.8s ease-in-out 0.12s both; }

.fade-in--5 {
  -webkit-animation: fade-in 0.8s ease-in-out 0.15s both;
          animation: fade-in 0.8s ease-in-out 0.15s both; }

.fade-in--6 {
  -webkit-animation: fade-in 0.8s ease-in-out 0.18s both;
          animation: fade-in 0.8s ease-in-out 0.18s both; }

.fade-in--7 {
  -webkit-animation: fade-in 0.8s ease-in-out 0.21s both;
          animation: fade-in 0.8s ease-in-out 0.21s both; }

.fade-in--8 {
  -webkit-animation: fade-in 0.8s ease-in-out 0.24s both;
          animation: fade-in 0.8s ease-in-out 0.24s both; }

.fade-in--9 {
  -webkit-animation: fade-in 0.8s ease-in-out 0.27s both;
          animation: fade-in 0.8s ease-in-out 0.27s both; }

.fade-in--10 {
  -webkit-animation: fade-in 0.8s ease-in-out 0.3s both;
          animation: fade-in 0.8s ease-in-out 0.3s both; }

button.menu-icon {
  position: absolute;
  top: 0px;
  left: -6px;
  z-index: 1000;
  width: 25px;
  height: 25px;
  border: none;
  background-color: transparent;
  padding: 25px;
  padding-left: 10px;
  padding-right: 50px; }
  @media only screen and (min-height: 500px) {
    button.menu-icon {
      position: fixed; } }
  @media only screen and (min-width: 50em) {
    button.menu-icon {
      display: none; } }

.st-menu-open button.menu-icon {
  z-index: 2; }

.transactions {
  width: 100%;
  max-width: 360px;
  margin: 0 auto;
  text-align: left; }

.transaction {
  background: #fff;
  padding: 15px 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 92%;
  max-width: 360px;
  margin: 20px auto;
  text-align: left;
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.08); }
  .transaction__profile-pic {
    width: 60px;
    height: 60px;
    border-radius: 30px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .transaction__description {
    padding-left: 10px;
    margin: 0; }
  .transaction__headline {
    font-family: Whitney Semibold;
    margin: 0;
    font-size: 18px;
    line-height: 20px;
    margin-top: 2px; }
  .transaction__comment {
    font-family: "Whitney";
    margin: 0;
    font-size: 14px;
    line-height: 25px; }
  .transaction__metadata {
    font-family: "Whitney";
    text-transform: uppercase;
    font-size: 10px;
    color: #bbb;
    letter-spacing: 2px;
    margin: 0; }
  .transaction__dollar-sign {
    position: relative;
    font-size: 18px;
    top: -2px;
    left: -2px; }
  .transaction__amount {
    font-family: "Tungsten Medium";
    margin-left: auto;
    font-size: 26px;
    line-height: 26px; }

.documentation {
  text-align: center;
  padding: 4em 0;
  background-color: #EEEFF0; }
  .documentation__h2 {
    font-size: 28px;
    margin-bottom: 12px; }
    @media only screen and (min-width: 50em) {
      .documentation__h2 {
        font-size: 36px; } }
  .documentation__h3 {
    color: #5A6066;
    font-size: 24px;
    line-height: 24px; }
  .documentation__item {
    margin-bottom: 30px; }
  .documentation__action {
    font-family: "Whitney Semibold";
    font-size: 15px;
    margin-bottom: 10px;
    color: #5A6066; }
  .documentation__code {
    margin: 0px;
    background-color: #fff;
    width: 100%;
    max-width: 420px;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 12px;
    font-size: 14px;
    color: #5A6066; }
  .documentation__note {
    margin-top: 10px;
    font-size: 14px;
    color: #5A6066; }
  .documentation__username {
    color: #4990C2; }
  .documentation__link {
    color: #4990C2; }
  .documentation__emoji {
    position: relative;
    top: -2px; }

.documentation-section {
  width: 92%;
  max-width: 420px;
  margin: 0 auto 3em;
  text-align: left; }
/*# sourceMappingURL=main.css.map */