@charset "UTF-8";
/*! normalize.css v2.0.1 | MIT License | git.io/normalize */
/* defaults */
* {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  text-indent: 0;
  text-decoration: none;
  font-style: normal;
  outline: none; }

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block; }

/*
 * Corrects `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

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

/*
 * Addresses styling for `hidden` attribute not present in IE 8/9.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Sets default font family to sans-serif.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */ }

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

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

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

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses `h1` font sizes within `section` and `article` in Firefox 4+,
 * Safari 5, and Chrome.
 */
h1 {
  font-size: 2em; }

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

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

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

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

/*
 * Corrects font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

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

/*
 * Sets consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

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

/*
 * Prevents `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
   ========================================================================== */
/*
 * Removes border when inside `a` element in IE 8/9.
 */
img {
  border: 0; }

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

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

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

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

/*
 * 1. Corrects font family not being inherited in all browsers.
 * 2. Corrects font size not being inherited in all browsers.
 * 3. Addresses margins set differently in Firefox 4+, Safari 5, and Chrome
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

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

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves 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],
input[disabled] {
  cursor: default; }

/*
 * 1. Addresses box sizing set to `content-box` in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `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; }

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

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

/*
 * 1. Removes default vertical scrollbar in IE 8/9.
 * 2. Improves 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; }

html {
  box-sizing: border-box; }

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

.home-hero, .home-usages, .home-sign-off, .home-customers {
  padding-top: 100px;
  padding-bottom: 100px; }
  @media (max-width: 960px) {
    .home-hero, .home-usages, .home-sign-off, .home-customers {
      padding-top: 30px;
      padding-bottom: 30px; } }

.main_navigation__link, .acct_navigation .acct_navigation__link {
  display: block;
  float: left;
  font-size: 12px;
  line-height: 60px;
  color: #fff; }
  .main_navigation__link:hover, .acct_navigation .acct_navigation__link:hover {
    text-decoration: underline; }

/*
This CSS resource incorporates links to font software which is
the valuable copyrighted property of WebType LLC, The Font Bureau,
and/or their suppliers. You may not
attempt to copy, install, redistribute, convert, modify or reverse
engineer this font software. Please contact WebType with any
questions: http://www.webtype.com
*/
@font-face {
  font-family: "BentonSansLight";
  src: url("https://d341kum51qu34d.cloudfront.net/stylesheets/fonts/f614da18-c934-40dc-a5c7-2f3262aa880d-2.eot");
  src: url("https://d341kum51qu34d.cloudfront.net/stylesheets/fonts/f614da18-c934-40dc-a5c7-2f3262aa880d-2.eot?") format("embedded-opentype"), url("https://d341kum51qu34d.cloudfront.net/stylesheets/fonts/f614da18-c934-40dc-a5c7-2f3262aa880d-3.woff") format("woff"), url("https://d341kum51qu34d.cloudfront.net/stylesheets/fonts/f614da18-c934-40dc-a5c7-2f3262aa880d-1.ttf") format("truetype");
  font-style: normal;
  font-weight: normal; }

/* Benton Sans Regular */
@font-face {
  font-family: "BentonSans";
  src: url("https://d341kum51qu34d.cloudfront.net/stylesheets/fonts/154c0fb2-748f-41fb-adab-4a32afbc1311-2.eot");
  src: url("https://d341kum51qu34d.cloudfront.net/stylesheets/fonts/154c0fb2-748f-41fb-adab-4a32afbc1311-2.eot?") format("embedded-opentype"), url("https://d341kum51qu34d.cloudfront.net/stylesheets/fonts/154c0fb2-748f-41fb-adab-4a32afbc1311-3.woff") format("woff"), url("https://d341kum51qu34d.cloudfront.net/stylesheets/fonts/154c0fb2-748f-41fb-adab-4a32afbc1311-1.ttf") format("truetype");
  font-style: normal;
  font-weight: normal; }

@font-face {
  font-family: "BentonSansMedium";
  src: url("https://d341kum51qu34d.cloudfront.net/stylesheets/fonts/e893d6d3-c644-4689-a0ee-3b838e002a4e-2.eot");
  src: url("https://d341kum51qu34d.cloudfront.net/stylesheets/fonts/e893d6d3-c644-4689-a0ee-3b838e002a4e-2.eot?") format("embedded-opentype"), url("https://d341kum51qu34d.cloudfront.net/stylesheets/fonts/e893d6d3-c644-4689-a0ee-3b838e002a4e-3.woff") format("woff"), url("https://d341kum51qu34d.cloudfront.net/stylesheets/fonts/e893d6d3-c644-4689-a0ee-3b838e002a4e-1.ttf") format("truetype");
  font-style: normal;
  font-weight: normal; }

/* Benton Sans Bold */
@font-face {
  font-family: "BentonSans";
  src: url("https://d341kum51qu34d.cloudfront.net/stylesheets/fonts/1f325925-d7ed-4a2f-8196-22f7a2ff2e52-2.eot");
  src: url("https://d341kum51qu34d.cloudfront.net/stylesheets/fonts/1f325925-d7ed-4a2f-8196-22f7a2ff2e52-2.eot?") format("embedded-opentype"), url("https://d341kum51qu34d.cloudfront.net/stylesheets/fonts/1f325925-d7ed-4a2f-8196-22f7a2ff2e52-3.woff") format("woff"), url("https://d341kum51qu34d.cloudfront.net/stylesheets/fonts/1f325925-d7ed-4a2f-8196-22f7a2ff2e52-1.ttf") format("truetype");
  font-style: normal;
  font-weight: bold; }

@font-face {
  font-family: "octicons";
  src: url("https://d341kum51qu34d.cloudfront.net/stylesheets/fonts/octicons.eot?#iefix&v=5b0f839cac27e02502740f1ab130561691b93979") format("embedded-opentype"), url("https://d341kum51qu34d.cloudfront.net/stylesheets/fonts/octicons.woff?v=5b0f839cac27e02502740f1ab130561691b93979") format("woff"), url("https://d341kum51qu34d.cloudfront.net/stylesheets/fonts/octicons.ttf?v=5b0f839cac27e02502740f1ab130561691b93979") format("truetype"), url("https://d341kum51qu34d.cloudfront.net/stylesheets/fonts/octicons.svg?v=5b0f839cac27e02502740f1ab130561691b93979#octicons") format("svg");
  font-weight: normal;
  font-style: normal; }

.octicon, .mega-octicon {
  font: normal normal normal 16px/1 octicons;
  display: inline-block;
  text-decoration: none;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.mega-octicon {
  font-size: 32px; }

.octicon-alert:before {
  content: '\F02D'; }

/*  */
.octicon-alignment-align:before {
  content: '\F08A'; }

/*  */
.octicon-alignment-aligned-to:before {
  content: '\F08E'; }

/*  */
.octicon-alignment-unalign:before {
  content: '\F08B'; }

/*  */
.octicon-arrow-down:before {
  content: '\F03F'; }

/*  */
.octicon-arrow-left:before {
  content: '\F040'; }

/*  */
.octicon-arrow-right:before {
  content: '\F03E'; }

/*  */
.octicon-arrow-small-down:before {
  content: '\F0A0'; }

/*  */
.octicon-arrow-small-left:before {
  content: '\F0A1'; }

/*  */
.octicon-arrow-small-right:before {
  content: '\F071'; }

/*  */
.octicon-arrow-small-up:before {
  content: '\F09F'; }

/*  */
.octicon-arrow-up:before {
  content: '\F03D'; }

/*  */
.octicon-beer:before {
  content: '\F069'; }

/*  */
.octicon-book:before {
  content: '\F007'; }

/*  */
.octicon-bookmark:before {
  content: '\F07B'; }

/*  */
.octicon-briefcase:before {
  content: '\F0D3'; }

/*  */
.octicon-broadcast:before {
  content: '\F048'; }

/*  */
.octicon-browser:before {
  content: '\F0C5'; }

/*  */
.octicon-bug:before {
  content: '\F091'; }

/*  */
.octicon-calendar:before {
  content: '\F068'; }

/*  */
.octicon-check:before {
  content: '\F03A'; }

/*  */
.octicon-checklist:before {
  content: '\F076'; }

/*  */
.octicon-chevron-down:before {
  content: '\F0A3'; }

/*  */
.octicon-chevron-left:before {
  content: '\F0A4'; }

/*  */
.octicon-chevron-right:before {
  content: '\F078'; }

/*  */
.octicon-chevron-up:before {
  content: '\F0A2'; }

/*  */
.octicon-circle-slash:before {
  content: '\F084'; }

/*  */
.octicon-circuit-board:before {
  content: '\F0D6'; }

/*  */
.octicon-clippy:before {
  content: '\F035'; }

/*  */
.octicon-clock:before {
  content: '\F046'; }

/*  */
.octicon-cloud-download:before {
  content: '\F00B'; }

/*  */
.octicon-cloud-upload:before {
  content: '\F00C'; }

/*  */
.octicon-code:before {
  content: '\F05F'; }

/*  */
.octicon-color-mode:before {
  content: '\F065'; }

/*  */
.octicon-comment-add:before,
.octicon-comment:before {
  content: '\F02B'; }

/*  */
.octicon-comment-discussion:before {
  content: '\F04F'; }

/*  */
.octicon-credit-card:before {
  content: '\F045'; }

/*  */
.octicon-dash:before {
  content: '\F0CA'; }

/*  */
.octicon-dashboard:before {
  content: '\F07D'; }

/*  */
.octicon-database:before {
  content: '\F096'; }

/*  */
.octicon-device-camera:before {
  content: '\F056'; }

/*  */
.octicon-device-camera-video:before {
  content: '\F057'; }

/*  */
.octicon-device-desktop:before {
  content: '\F27C'; }

/*  */
.octicon-device-mobile:before {
  content: '\F038'; }

/*  */
.octicon-diff:before {
  content: '\F04D'; }

/*  */
.octicon-diff-added:before {
  content: '\F06B'; }

/*  */
.octicon-diff-ignored:before {
  content: '\F099'; }

/*  */
.octicon-diff-modified:before {
  content: '\F06D'; }

/*  */
.octicon-diff-removed:before {
  content: '\F06C'; }

/*  */
.octicon-diff-renamed:before {
  content: '\F06E'; }

/*  */
.octicon-ellipsis:before {
  content: '\F09A'; }

/*  */
.octicon-eye-unwatch:before,
.octicon-eye-watch:before,
.octicon-eye:before {
  content: '\F04E'; }

/*  */
.octicon-file-binary:before {
  content: '\F094'; }

/*  */
.octicon-file-code:before {
  content: '\F010'; }

/*  */
.octicon-file-directory:before {
  content: '\F016'; }

/*  */
.octicon-file-media:before {
  content: '\F012'; }

/*  */
.octicon-file-pdf:before {
  content: '\F014'; }

/*  */
.octicon-file-submodule:before {
  content: '\F017'; }

/*  */
.octicon-file-symlink-directory:before {
  content: '\F0B1'; }

/*  */
.octicon-file-symlink-file:before {
  content: '\F0B0'; }

/*  */
.octicon-file-text:before {
  content: '\F011'; }

/*  */
.octicon-file-zip:before {
  content: '\F013'; }

/*  */
.octicon-flame:before {
  content: '\F0D2'; }

/*  */
.octicon-fold:before {
  content: '\F0CC'; }

/*  */
.octicon-gear:before {
  content: '\F02F'; }

/*  */
.octicon-gift:before {
  content: '\F042'; }

/*  */
.octicon-gist:before {
  content: '\F00E'; }

/*  */
.octicon-gist-secret:before {
  content: '\F08C'; }

/*  */
.octicon-git-branch-create:before,
.octicon-git-branch-delete:before,
.octicon-git-branch:before {
  content: '\F020'; }

/*  */
.octicon-git-commit:before {
  content: '\F01F'; }

/*  */
.octicon-git-compare:before {
  content: '\F0AC'; }

/*  */
.octicon-git-merge:before {
  content: '\F023'; }

/*  */
.octicon-git-pull-request-abandoned:before,
.octicon-git-pull-request:before {
  content: '\F009'; }

/*  */
.octicon-globe:before {
  content: '\F0B6'; }

/*  */
.octicon-graph:before {
  content: '\F043'; }

/*  */
.octicon-heart:before {
  content: '\2665'; }

/* ♥ */
.octicon-history:before {
  content: '\F07E'; }

/*  */
.octicon-home:before {
  content: '\F08D'; }

/*  */
.octicon-horizontal-rule:before {
  content: '\F070'; }

/*  */
.octicon-hourglass:before {
  content: '\F09E'; }

/*  */
.octicon-hubot:before {
  content: '\F09D'; }

/*  */
.octicon-inbox:before {
  content: '\F0CF'; }

/*  */
.octicon-info:before {
  content: '\F059'; }

/*  */
.octicon-issue-closed:before {
  content: '\F028'; }

/*  */
.octicon-issue-opened:before {
  content: '\F026'; }

/*  */
.octicon-issue-reopened:before {
  content: '\F027'; }

/*  */
.octicon-jersey:before {
  content: '\F019'; }

/*  */
.octicon-jump-down:before {
  content: '\F072'; }

/*  */
.octicon-jump-left:before {
  content: '\F0A5'; }

/*  */
.octicon-jump-right:before {
  content: '\F0A6'; }

/*  */
.octicon-jump-up:before {
  content: '\F073'; }

/*  */
.octicon-key:before {
  content: '\F049'; }

/*  */
.octicon-keyboard:before {
  content: '\F00D'; }

/*  */
.octicon-law:before {
  content: '\F0D8'; }

/*  */
.octicon-light-bulb:before {
  content: '\F000'; }

/*  */
.octicon-link:before {
  content: '\F05C'; }

/*  */
.octicon-link-external:before {
  content: '\F07F'; }

/*  */
.octicon-list-ordered:before {
  content: '\F062'; }

/*  */
.octicon-list-unordered:before {
  content: '\F061'; }

/*  */
.octicon-location:before {
  content: '\F060'; }

/*  */
.octicon-gist-private:before,
.octicon-mirror-private:before,
.octicon-git-fork-private:before,
.octicon-lock:before {
  content: '\F06A'; }

/*  */
.octicon-logo-github:before {
  content: '\F092'; }

/*  */
.octicon-mail:before {
  content: '\F03B'; }

/*  */
.octicon-mail-read:before {
  content: '\F03C'; }

/*  */
.octicon-mail-reply:before {
  content: '\F051'; }

/*  */
.octicon-mark-github:before {
  content: '\F00A'; }

/*  */
.octicon-markdown:before {
  content: '\F0C9'; }

/*  */
.octicon-megaphone:before {
  content: '\F077'; }

/*  */
.octicon-mention:before {
  content: '\F0BE'; }

/*  */
.octicon-microscope:before {
  content: '\F089'; }

/*  */
.octicon-milestone:before {
  content: '\F075'; }

/*  */
.octicon-mirror-public:before,
.octicon-mirror:before {
  content: '\F024'; }

/*  */
.octicon-mortar-board:before {
  content: '\F0D7'; }

/*  */
.octicon-move-down:before {
  content: '\F0A8'; }

/*  */
.octicon-move-left:before {
  content: '\F074'; }

/*  */
.octicon-move-right:before {
  content: '\F0A9'; }

/*  */
.octicon-move-up:before {
  content: '\F0A7'; }

/*  */
.octicon-mute:before {
  content: '\F080'; }

/*  */
.octicon-no-newline:before {
  content: '\F09C'; }

/*  */
.octicon-octoface:before {
  content: '\F008'; }

/*  */
.octicon-organization:before {
  content: '\F037'; }

/*  */
.octicon-package:before {
  content: '\F0C4'; }

/*  */
.octicon-paintcan:before {
  content: '\F0D1'; }

/*  */
.octicon-pencil:before {
  content: '\F058'; }

/*  */
.octicon-person-add:before,
.octicon-person-follow:before,
.octicon-person:before {
  content: '\F018'; }

/*  */
.octicon-pin:before {
  content: '\F041'; }

/*  */
.octicon-playback-fast-forward:before {
  content: '\F0BD'; }

/*  */
.octicon-playback-pause:before {
  content: '\F0BB'; }

/*  */
.octicon-playback-play:before {
  content: '\F0BF'; }

/*  */
.octicon-playback-rewind:before {
  content: '\F0BC'; }

/*  */
.octicon-plug:before {
  content: '\F0D4'; }

/*  */
.octicon-repo-create:before,
.octicon-gist-new:before,
.octicon-file-directory-create:before,
.octicon-file-add:before,
.octicon-plus:before {
  content: '\F05D'; }

/*  */
.octicon-podium:before {
  content: '\F0AF'; }

/*  */
.octicon-primitive-dot:before {
  content: '\F052'; }

/*  */
.octicon-primitive-square:before {
  content: '\F053'; }

/*  */
.octicon-pulse:before {
  content: '\F085'; }

/*  */
.octicon-puzzle:before {
  content: '\F0C0'; }

/*  */
.octicon-question:before {
  content: '\F02C'; }

/*  */
.octicon-quote:before {
  content: '\F063'; }

/*  */
.octicon-radio-tower:before {
  content: '\F030'; }

/*  */
.octicon-repo-delete:before,
.octicon-repo:before {
  content: '\F001'; }

/*  */
.octicon-repo-clone:before {
  content: '\F04C'; }

/*  */
.octicon-repo-force-push:before {
  content: '\F04A'; }

/*  */
.octicon-gist-fork:before,
.octicon-repo-forked:before {
  content: '\F002'; }

/*  */
.octicon-repo-pull:before {
  content: '\F006'; }

/*  */
.octicon-repo-push:before {
  content: '\F005'; }

/*  */
.octicon-rocket:before {
  content: '\F033'; }

/*  */
.octicon-rss:before {
  content: '\F034'; }

/*  */
.octicon-ruby:before {
  content: '\F047'; }

/*  */
.octicon-screen-full:before {
  content: '\F066'; }

/*  */
.octicon-screen-normal:before {
  content: '\F067'; }

/*  */
.octicon-search-save:before,
.octicon-search:before {
  content: '\F02E'; }

/*  */
.octicon-server:before {
  content: '\F097'; }

/*  */
.octicon-settings:before {
  content: '\F07C'; }

/*  */
.octicon-log-in:before,
.octicon-sign-in:before {
  content: '\F036'; }

/*  */
.octicon-log-out:before,
.octicon-sign-out:before {
  content: '\F032'; }

/*  */
.octicon-split:before {
  content: '\F0C6'; }

/*  */
.octicon-squirrel:before {
  content: '\F0B2'; }

/*  */
.octicon-star-add:before,
.octicon-star-delete:before,
.octicon-star:before {
  content: '\F02A'; }

/*  */
.octicon-steps:before {
  content: '\F0C7'; }

/*  */
.octicon-stop:before {
  content: '\F08F'; }

/*  */
.octicon-repo-sync:before,
.octicon-sync:before {
  content: '\F087'; }

/*  */
.octicon-tag-remove:before,
.octicon-tag-add:before,
.octicon-tag:before {
  content: '\F015'; }

/*  */
.octicon-telescope:before {
  content: '\F088'; }

/*  */
.octicon-terminal:before {
  content: '\F0C8'; }

/*  */
.octicon-three-bars:before {
  content: '\F05E'; }

/*  */
.octicon-thumbsdown:before {
  content: '\F0DB'; }

/*  */
.octicon-thumbsup:before {
  content: '\F0DA'; }

/*  */
.octicon-tools:before {
  content: '\F031'; }

/*  */
.octicon-trashcan:before {
  content: '\F0D0'; }

/*  */
.octicon-triangle-down:before {
  content: '\F05B'; }

/*  */
.octicon-triangle-left:before {
  content: '\F044'; }

/*  */
.octicon-triangle-right:before {
  content: '\F05A'; }

/*  */
.octicon-triangle-up:before {
  content: '\F0AA'; }

/*  */
.octicon-unfold:before {
  content: '\F039'; }

/*  */
.octicon-unmute:before {
  content: '\F0BA'; }

/*  */
.octicon-versions:before {
  content: '\F064'; }

/*  */
.octicon-remove-close:before,
.octicon-x:before {
  content: '\F081'; }

/*  */
.octicon-zap:before {
  content: '\26A1'; }

/* ⚡ */
@font-face {
  font-family: "icomoon";
  src: url("https://d341kum51qu34d.cloudfront.net/stylesheets/fonts/icomoon.eot?mtnfh4");
  src: url("https://d341kum51qu34d.cloudfront.net/stylesheets/fonts/icomoon.eot?#iefixmtnfh4") format("embedded-opentype"), url("https://d341kum51qu34d.cloudfront.net/stylesheets/fonts/icomoon.ttf?mtnfh4") format("truetype"), url("https://d341kum51qu34d.cloudfront.net/stylesheets/fonts/icomoon.woff?mtnfh4") format("woff"), url("https://d341kum51qu34d.cloudfront.net/stylesheets/fonts/icomoon.svg?mtnfh4#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"],
[class*=" icon-"] {
  font-family: "icomoon";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-transform: none; }

.icon-rating::before {
  content: "\E62B"; }

.icon-gift::before {
  content: "\E62A"; }

.icon-grad-hat::before {
  content: "\E628"; }

.icon-credit-cards::before {
  content: "\E626"; }

.icon-docs::before {
  content: "\E625"; }

.icon-logout::before {
  content: "\E600"; }

.icon-trash::before {
  content: "\E000"; }

.icon-settings::before {
  content: "\E001"; }

.icon-sensor::before {
  content: "\E002"; }

.icon-navigation::before {
  content: "\E003"; }

.icon-double-arrow::before {
  content: "\E005"; }

.icon-dashboard::before {
  content: "\E006"; }

.icon-scatter::before {
  content: "\E007"; }

.icon-list::before {
  content: "\E008"; }

.icon-line::before {
  content: "\E009"; }

.icon-graph::before {
  content: "\E00A"; }

.icon-event::before {
  content: "\E00B"; }

.icon-counter::before {
  content: "\E00C"; }

.icon-area::before {
  content: "\E00D"; }

.icon-series::before {
  content: "\E00E"; }

.icon-globe::before {
  content: "\E00F"; }

.icon-delete::before {
  content: "\E010"; }

.icon-time::before {
  content: "\E011"; }

.icon-add::before {
  content: "\E012"; }

.icon-inbox::before {
  content: "\E013"; }

.icon-server1::before {
  content: "\E014"; }

.icon-server2::before {
  content: "\E015"; }

.icon-link::before {
  content: "\E016"; }

.icon-anchor::before {
  content: "\E017"; }

.icon-server3::before {
  content: "\E018"; }

.icon-key::before {
  content: "\E019"; }

.icon-app::before {
  content: "\E01A"; }

.icon-calendar::before {
  content: "\E01B"; }

.icon-chart-diagram::before {
  content: "\E01C"; }

.icon-chart-up2::before {
  content: "\E01D"; }

.icon-down-arrow::before {
  content: "\E01E"; }

.icon-gear-world::before {
  content: "\E01F"; }

.icon-levers::before {
  content: "\E020"; }

.icon-many-people::before {
  content: "\E021"; }

.icon-new-user::before {
  content: "\E022"; }

.icon-people::before {
  content: "\E023"; }

.icon-push-notification::before {
  content: "\E024"; }

.icon-radio::before {
  content: "\E025"; }

.icon-right-double-arrow::before {
  content: "\E026"; }

.icon-search::before {
  content: "\E027"; }

.icon-info::before {
  content: "\E028"; }

.icon-copy::before {
  content: "\E029"; }

.icon-edit::before {
  content: "\E02A"; }

.icon-trash2::before {
  content: "\E02B"; }

.icon-happy::before {
  content: "\E02C"; }

.icon-meh::before {
  content: "\E02D"; }

.icon-sad::before {
  content: "\E02E"; }

.icon-anchor2::before {
  content: "\E02F"; }

.icon-check::before {
  content: "\E030"; }

.icon-shield-down::before {
  content: "\E031"; }

.icon-shield-up::before {
  content: "\E032"; }

.icon-shield::before {
  content: "\E033"; }

.icon-code::before {
  content: "\E034"; }

.icon-expand::before {
  content: "\E035"; }

.icon-user::before {
  content: "\E036"; }

.icon-twitter::before {
  content: "\E601"; }

.icon-star-outline::before {
  content: "\E602"; }

.icon-star-fill::before {
  content: "\E603"; }

.icon-read::before {
  content: "\E604"; }

.icon-octo::before {
  content: "\E605"; }

.icon-lock::before {
  content: "\E606"; }

.icon-connection::before {
  content: "\E607"; }

.icon-alert-stroke::before {
  content: "\E608"; }

.icon-alert::before {
  content: "\E609"; }

.icon-exclude::before {
  content: "\E60A"; }

.icon-ticket-tilt::before {
  content: "\E60B"; }

.icon-conduct::before {
  content: "\E60C"; }

.icon-private-factory::before {
  content: "\E60D"; }

.icon-wedge-right::before {
  content: "\E60E"; }

.icon-wedge-left::before {
  content: "\E60F"; }

.icon-pr-circle::before {
  content: "\E610"; }

.icon-pr::before {
  content: "\E611"; }

.icon-branch-circle::before {
  content: "\E612"; }

.icon-branch::before {
  content: "\E613"; }

.icon-ticket::before {
  content: "\E614"; }

.icon-wand::before {
  content: "\E615"; }

.icon-turkey::before {
  content: "\E616"; }

.icon-presentation::before {
  content: "\E617"; }

.icon-plane::before {
  content: "\E618"; }

.icon-medical::before {
  content: "\E619"; }

.icon-home::before {
  content: "\E61A"; }

.icon-unie61b::before {
  content: "\E61B"; }

.icon-cal::before {
  content: "\E61C"; }

.icon-rss::before {
  content: "\E61D"; }

.icon-glock::before {
  content: "\E61E"; }

.icon-camera::before {
  content: "\E61F"; }

.icon-sync::before {
  content: "\E620"; }

.icon-mobile::before {
  content: "\E621"; }

.icon-help::before {
  content: "\E622"; }

.icon-wedge-down::before {
  content: "\E623"; }

.icon-dash-list::before {
  content: "\E624"; }

* {
  font-family: "BentonSans", helvetica, arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

strong {
  font-family: "BentonSans", helvetica, arial, sans-serif; }

a {
  outline: 0 !important; }

.clear {
  clear: both; }

.main_content {
  display: block;
  width: 100%;
  height: auto;
  background: #f6f6f6;
  position: relative; }
  .main_content--white {
    background: #fff; }

.main_content_title {
  color: #323543;
  font-family: "BentonSans", helvetica, arial, sans-serif;
  font-weight: bold;
  letter-spacing: 1px;
  margin: 40px 0 30px;
  font-size: 40px;
  line-height: 44px; }
  .main_content_title--center {
    text-indent: 0;
    text-align: center; }

.headline {
  font-size: 2.5em;
  font-weight: bold;
  margin-bottom: 10px; }
  @media (max-width: 960px) {
    .headline {
      font-size: 1.5em; } }

.small-headline {
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 10px; }
  @media (max-width: 960px) {
    .small-headline {
      font-size: 1.125em; } }

@media (max-width: 960px) {
  .main_content_title {
    text-align: center;
    font-size: 36px;
    line-height: 40px; }
    .main_content_title br {
      display: none; } }

.paragraph, .paragraph--platform, .paragraph--platform_hl {
  display: block;
  width: 100%;
  height: auto;
  font-size: 16px;
  line-height: 22px;
  color: #323543;
  margin: 0 auto 1em;
  max-width: 760px;
  font-family: "BentonSansLight", helvetica, arial, sans-serif; }
  .paragraph--center {
    text-align: center; }
  .paragraph--center_thin {
    text-align: center;
    max-width: 580px; }

.paragraph--platform, .paragraph--platform_hl {
  text-align: center;
  font-size: 25px;
  line-height: 30px;
  font-family: "BentonSansLight", helvetica, arial, sans-serif;
  max-width: 700px;
  color: white; }

.video--platform iframe {
  margin: 0 auto 40px auto;
  display: block; }
  @media (max-width: 960px) {
    .video--platform iframe {
      width: 80%; } }
  @media (max-width: 680px) {
    .video--platform iframe {
      width: 100%; } }

.paragraph--platform_hl {
  color: #eedb5b; }

p a {
  color: #0096de; }

p a:hover {
  text-decoration: underline; }

.large-paragraph {
  font-family: "BentonSans", helvetica, arial, sans-serif;
  font-size: 1.125em;
  line-height: 1.75em; }
  @media (max-width: 960px) {
    .large-paragraph {
      font-size: 1em;
      line-height: 1.5em; } }

.image {
  display: block;
  width: auto;
  height: auto;
  margin: 50px auto 35px;
  max-width: 100%; }

@media (max-width: 960px) {
  .image {
    margin: 25px auto 20px; } }

@media (max-width: 680px) {
  .image {
    margin: 15px auto 15px; } }

.main_grid {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto; }
  .main_grid::after {
    clear: both;
    content: "";
    display: block; }

@media (max-width: 960px) {
  .main_grid {
    width: 90%;
    margin: 0 5%; }
  .paragraph--platform, .paragraph--platform_hl,
  .paragraph--platform_hl {
    font-size: 20px;
    line-height: 26px; } }

.burger_menu {
  display: block;
  width: 40px;
  height: 60px; }
  .burger_menu div {
    display: block;
    width: 31px;
    height: 3px;
    background: #fff;
    margin: 19px auto 6px auto;
    transition: width .4s, -webkit-transform .4s;
    transition: transform .4s, width .4s;
    transition: transform .4s, width .4s, -webkit-transform .4s; }
    .burger_menu div + div {
      margin-top: 0; }
  .burger_menu:hover div {
    background: #009165; }
  .burger_menu.ex div:nth-child(1) {
    -webkit-transform: translateY(9px) rotate(45deg);
            transform: translateY(9px) rotate(45deg);
    width: 36px; }
  .burger_menu.ex div:nth-child(2) {
    width: 0; }
  .burger_menu.ex div:nth-child(3) {
    -webkit-transform: translateY(-9px) rotate(-45deg);
            transform: translateY(-9px) rotate(-45deg);
    width: 36px; }

.extension_intro {
  padding: 8em 0 0; }
  .extension_intro.thanks {
    padding: 8em 0 1em; }
  .extension_intro .headline {
    color: #353535;
    margin-top: 0.2em;
    text-align: center;
    font-weight: normal; }
  .extension_intro .large-shadow-btn {
    margin-top: 1.5em; }
  .extension_intro .usages {
    list-style: none;
    margin-top: 3em; }
    .extension_intro .usages .block {
      font-family: "BentonSans", helvetica, arial, sans-serif; }
    .extension_intro .usages img {
      border: 1px solid #f1f1f1;
      margin-bottom: 2em;
      width: 100%; }
    .extension_intro .usages h3, .extension_intro .usages p {
      color: #353535;
      text-align: center; }

.block {
  display: block; }

.extension-video {
  background: white url("https://d341kum51qu34d.cloudfront.net/images/extension/lava_linear_bg-457437a6.png") left center repeat-x;
  background-size: 400px;
  color: #353535;
  padding: 5em 0 6em; }
  .extension-video .headline {
    font-weight: normal; }
  .extension-video h3 {
    color: #909090;
    font-family: "BentonSans", helvetica, arial, sans-serif;
    margin-bottom: 2em; }

.chrome-store {
  padding: 2em 0 2em;
  border-bottom: 1px solid #f1f1f1;
  text-align: center; }
  .chrome-store.non-chrome {
    display: none; }
  .chrome-store .browser-logo {
    display: inline-block;
    vertical-align: middle;
    width: 32px; }

.extension-install-btn.hidden {
  display: none; }

.extension-install-btn.default-state .install-success,
.extension-install-btn.default-state .error-notice {
  display: none; }

.extension-install-btn.installed-state .install-prompt,
.extension-install-btn.installed-state .error-notice {
  display: none; }

.extension-install-btn.error-state .install-prompt,
.extension-install-btn.error-state .install-success {
  display: none; }

.extension-store-link {
  background: transparent url("https://d341kum51qu34d.cloudfront.net/images/svg/extension_browser_icon-c5bc588d.svg") top center no-repeat;
  background-size: 205px;
  display: inline-block;
  line-height: 1.6;
  padding: 160px 30px 3em 30px; }
  .extension-store-link span {
    color: #353535;
    display: block;
    font-family: "BentonSans", helvetica, arial, sans-serif;
    font-size: 1.6em; }
  .extension-store-link .link-subtitle {
    color: #00C488;
    font-size: 0.8em; }
  .extension-store-link:hover .link-subtitle {
    text-decoration: underline; }
  .extension-store-link:hover span {
    text-decoration: none; }

.extension-watch-action {
  box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.12) inset, 0 0 2px rgba(0, 0, 0, 0.08), 0 4px 6px rgba(0, 0, 0, 0.08), 0 12px 16px rgba(0, 0, 0, 0.08);
  background: #00C488 url("https://d341kum51qu34d.cloudfront.net/images/extension/extension_video_bg-90d0af52.jpg") center no-repeat;
  background-size: 100%;
  box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.12) inset, 0 0 2px rgba(0, 0, 0, 0.08), 0 4px 6px rgba(0, 0, 0, 0.08), 0 12px 16px rgba(0, 0, 0, 0.08);
  border-radius: 5px;
  display: block;
  font-size: 0;
  height: 171px;
  margin: 0 auto;
  position: relative;
  text-indent: -9999px;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  transition: all 200ms ease-in-out;
  width: 280px; }
  .extension-watch-action:hover {
    box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.12) inset, 0 0 2px rgba(0, 0, 0, 0.08), 0 12px 16px rgba(0, 0, 0, 0.08), 0 16px 32px rgba(0, 0, 0, 0.08), 0 24px 36px rgba(0, 0, 0, 0.08); }
  .extension-watch-action:hover {
    -webkit-transform: translate3d(0, -5px, 0);
            transform: translate3d(0, -5px, 0); }
  .extension-watch-action .play-btn {
    background-color: #00C488;
    border: 3px solid #fff;
    border-radius: 50%;
    box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.15);
    display: block;
    height: 80px;
    left: 50%;
    margin: -40px 0 0 -40px;
    position: absolute;
    top: 50%;
    width: 80px; }
    .extension-watch-action .play-btn::before {
      border: 14px solid transparent;
      border-left: 20px solid #fff;
      height: 0;
      content: " ";
      left: 50%;
      margin: -14px 0 0 -8px;
      position: absolute;
      top: 50%;
      width: 0; }

.centering {
  text-align: center; }

.uppercase-headline {
  color: #00C488;
  font-size: 0.8em;
  font-weight: 500;
  letter-spacing: .2em;
  text-align: center;
  text-transform: uppercase; }

.missing-browser-email {
  padding: 5em 0; }
  .missing-browser-email.non-chrome {
    padding: 1em 0 5em; }
  .missing-browser-email img {
    display: block;
    margin: 0 auto 1.4em;
    width: 78px; }
  .missing-browser-email h2 {
    font-family: "BentonSans", helvetica, arial, sans-serif;
    font-weight: normal; }

.extension-form {
  text-align: center;
  margin-top: 1.4em; }
  .extension-form input[type=email] {
    background: white url("https://d341kum51qu34d.cloudfront.net/images/svg/mail_icon-bcb2c08d.svg") 1em 0.9em no-repeat;
    background-size: 30px;
    font-size: 1em;
    padding: 1.4em 1em 1.4em 3.6em;
    margin: 0 auto 1em;
    text-align: left;
    width: 90%; }
    .extension-form input[type=email]:focus {
      border-color: #00C488; }
  .extension-form input[type="submit"] {
    transition: color .2s, background .2s;
    padding: 0.8em 2em;
    background: #00C488;
    border: 0;
    cursor: pointer;
    font-size: 1em; }
    .extension-form input[type="submit"]:hover {
      background: #00ab76; }

.extension-video-content {
  background: #f6f6f6;
  height: 100%;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  transition: opacity 250ms ease-in-out;
  width: 100%;
  visibility: hidden;
  z-index: 9999; }
  .extension-video-content.active {
    opacity: 1;
    pointer-events: all;
    visibility: visible; }

.wistia_embed {
  background: #fff;
  height: 157px;
  left: 50%;
  margin: -86px 0 0 -140px;
  position: absolute;
  top: 50%;
  width: 280px; }

.extension-video-close {
  background: transparent url("https://d341kum51qu34d.cloudfront.net/images/svg/close_icon-694abb11.svg") top left no-repeat;
  background-size: 58px;
  font-size: 0;
  height: 58px;
  text-indent: -9999px;
  top: 10px;
  position: absolute;
  right: 10px;
  width: 58px; }
  .extension-video-close:hover {
    background-position: bottom left; }

.post-install-action,
.safari-firefox-expressed-interest-action {
  text-align: center; }

.safari-firefox-expressed-interest-action {
  padding-bottom: 2em; }

.post-install-banner {
  background: #FFF5CF;
  border-radius: 5px;
  display: inline-block;
  margin: 3em 0 3em;
  padding: 1em 3em; }
  .post-install-banner p {
    display: block;
    margin-bottom: 1em; }
  .post-install-banner .existing-user {
    display: none; }
  .post-install-banner.existing-user-state .existing-user {
    display: inline-block; }
  .post-install-banner.existing-user-state .new-user {
    display: none; }

@media (min-width: 680px) {
  .extension_intro {
    padding: 8em 0 0; }
    .extension_intro.thanks {
      padding: 8em 0 1em; }
      .extension_intro.thanks .usages {
        margin-top: 2em; }
    .extension_intro .large-shadow-btn {
      margin-top: 1.5em; }
    .extension_intro .usages {
      margin-top: 5em; }
      .extension_intro .usages img {
        display: block;
        margin: 0 auto 2em;
        width: 70%; }
    .extension_intro .usage {
      margin-bottom: 3em; }
  .extension-watch-action {
    height: 390px;
    width: 640px; }
  .extension-video {
    background-size: 500px;
    padding: 4em 0 6em; }
  .missing-browser-email {
    padding: 6em 0 7em; }
    .missing-browser-email::after {
      clear: both;
      content: "";
      display: block; }
    .missing-browser-email input[type=email] {
      float: left;
      margin: 0 1% 0 20.5%;
      padding: 1.6em 1em 1.6em 3.6em;
      width: 40%; }
    .missing-browser-email input[type=submit] {
      float: left;
      margin: 0;
      padding: 0.9em 0;
      text-align: center;
      width: 18%; }
    .missing-browser-email.non-chrome {
      padding: 2em 0 7em; }
  .chrome-store {
    padding: 1em 0 4em; }
  .extension-video-close {
    top: 30px;
    right: 30px; }
  .wistia_embed {
    height: 360px;
    margin: -195px 0 0 -320px;
    width: 640px; } }

@media (min-width: 960px) {
  .extension_intro {
    padding: 12em 0 0; }
    .extension_intro.thanks {
      padding: 10em 0 1em; }
      .extension_intro.thanks .usages {
        margin-top: 2em; }
    .extension_intro .large-shadow-btn {
      margin-top: 1.5em; }
    .extension_intro .usages {
      margin-top: 5em; }
      .extension_intro .usages img {
        width: 100%; }
  .extension-watch-action {
    height: 488px;
    width: 800px; }
  .extension-video {
    background-size: 660px;
    padding: 6em 0; }
  .chrome-store {
    padding: 1em 0 7em; }
  .missing-browser-email {
    padding: 7em 0 8em; }
    .missing-browser-email input[type=email] {
      font-size: 1.1em; }
    .missing-browser-email input[type=email] {
      background-position: 1.1em 1.1em; }
    .missing-browser-email input[type=submit] {
      padding: 1.08em 0; }
    .missing-browser-email.non-chrome {
      padding: 2em 0 9em; }
  .extension-form {
    margin-top: 2em; }
  .extension-store-link {
    background-position: left center;
    background-size: 205px;
    display: inline-block;
    line-height: 1.6;
    padding: 60px 0 60px 245px; }
    .extension-store-link span {
      text-align: left; }
  .wistia_embed {
    height: 450px;
    margin: -244px 0 0 -400px;
    width: 800px; }
  .post-install-banner {
    margin: 0 0 3em;
    padding: 1em 1em 1em 3em; }
    .post-install-banner p {
      display: inline-block;
      margin: 0 3em 0 0; } }

.filters {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  height: 45px;
  margin-right: 0; }
  .filters:last-child {
    margin-right: 0; }

.filters__btn {
  display: block;
  float: left;
  font-size: 17px;
  line-height: 17px;
  padding: 0.25em 0.75em;
  border: 1px solid #f6f6f6;
  border-radius: 5px;
  color: #323543;
  font-family: "BentonSansLight", helvetica, arial, sans-serif;
  margin-left: 15px; }
  .filters__btn:hover, .filters__btn--active {
    border-color: #00C488; }

@media (max-width: 960px) {
  .filters {
    display: none; } }

.oss_client {
  display: block;
  width: 446px;
  height: 150px;
  float: left;
  margin-right: 24px;
  background: white;
  margin-bottom: 2em;
  box-sizing: border-box;
  padding: 1em 1em 1em 166px;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  transition: all .4s; }
  .oss_client.filter_out {
    opacity: 0;
    width: 0;
    height: 0;
    padding: 0;
    margin: 0;
    overflow: hidden; }

.oss_client__name {
  font-family: "BentonSans", helvetica, arial, sans-serif;
  color: #00C488;
  font-size: 24px;
  line-height: 24px; }
  .oss_client__name:hover {
    text-decoration: underline; }

.oss_client__desc {
  color: #323543;
  padding: 12px 0;
  font-size: 12px;
  line-height: 15px; }

.oss_client__image {
  display: block;
  width: 148px;
  height: 148px;
  position: absolute;
  top: 1px;
  left: 1px; }
  .oss_client__image:hover {
    opacity: 0.8; }

@media (max-width: 960px) {
  .oss_client {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
    height: 120px;
    padding: 1em 1em 1em 136px;
    margin-right: 0; }
    .oss_client:last-child {
      margin-right: 0; }
    .oss_client.filter_out {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%;
      height: 120px;
      padding: 1em 1em 1em 136px;
      margin-bottom: 2em;
      opacity: 1; }
      .oss_client.filter_out:last-child {
        margin-right: 0; }
  .oss_client__image {
    display: block;
    width: 120px;
    height: 120px; } }

.oss_client__stat {
  display: block;
  width: 120px;
  height: auto;
  position: absolute;
  left: 166px;
  bottom: 1em;
  font-size: 12px;
  line-height: 15px; }
  .oss_client__stat + .oss_client__stat {
    margin-left: 120px; }

.oss_client__stat__icon,
.oss_client__stat__label {
  color: #909090; }

@media (max-width: 960px) {
  .oss_client__stat {
    left: 136px; } }

@media (max-width: 680px) {
  .oss_client__stat {
    display: block;
    width: 30px;
    height: auto;
    left: 1em; }
    .oss_client__stat + .oss_client__stat {
      width: 60px;
      margin-left: 40px; }
  .oss_client__stat__label {
    display: none; } }

.engine-anchor {
  float: left;
  margin-top: -60px; }
  .engine-anchor::after {
    clear: both;
    content: "";
    display: block; }

.engine {
  display: block;
  width: 100%;
  height: 150px;
  float: left;
  margin-right: 24px;
  background: white;
  margin-bottom: 2em;
  box-sizing: border-box;
  padding: 1em 1em 1em 166px;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  transition: all .4s; }
  .engine.filter_out {
    opacity: 0;
    width: 0;
    height: 0;
    padding: 0;
    margin: 0;
    overflow: hidden; }

.engine_client__name {
  font-family: "BentonSans", helvetica, arial, sans-serif;
  color: #00C488;
  font-size: 24px;
  line-height: 24px; }
  .engine_client__name:hover {
    text-decoration: underline; }

.engine_client__desc {
  color: #323543;
  padding: 12px 0;
  font-size: 12px;
  line-height: 15px;
  font-family: "BentonSans", helvetica, arial, sans-serif; }

.engine_author_link {
  font-family: "BentonSans", helvetica, arial, sans-serif;
  font-weight: normal;
  color: #00C488;
  font-size: 12px;
  line-height: 30px; }
  .engine_author_link:hover {
    text-decoration: underline; }

.engine_author_image {
  height: 30px;
  width: 30px;
  margin-right: 5px;
  float: left;
  overflow: hidden;
  border-radius: 100px; }

.engine_client__image {
  display: block;
  width: 148px;
  height: 148px;
  position: absolute;
  top: 1px;
  left: 1px; }
  .engine_client__image:hover {
    opacity: 0.8; }

@media (max-width: 960px) {
  .engine {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
    height: auto;
    padding: 1em;
    margin-right: 0; }
    .engine:last-child {
      margin-right: 0; }
    .engine.filter_out {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%;
      height: 120px;
      padding: 1em 1em 1em 136px;
      margin-bottom: 2em;
      opacity: 1; }
      .engine.filter_out:last-child {
        margin-right: 0; }
  .engine_client__image_link {
    display: none; }
  .oss_client__image {
    display: block;
    width: 120px;
    height: 120px; } }

.signup_promo, .signup_dev_promo {
  display: block;
  width: 100%;
  height: auto;
  box-sizing: border-box;
  background: #ddecf4;
  padding: 25px 30px;
  position: relative;
  margin: 30px 0; }
  .signup_promo strong, .signup_promo p, .signup_dev_promo strong, .signup_dev_promo p {
    font-size: 25px;
    line-height: 30px;
    color: #323543; }
  .signup_promo p, .signup_dev_promo p {
    font-family: "BentonSansLight", helvetica, arial, sans-serif;
    padding: 20px 0; }
  .signup_promo .btn, .signup_dev_promo .btn {
    position: absolute;
    right: 30px;
    top: 50%; }
  .signup_promo a.email_signup, .signup_dev_promo a.email_signup {
    font-size: 12px;
    font-family: "BentonSans", helvetica, arial, sans-serif;
    font-weight: normal;
    float: right;
    color: #0096de; }
    .signup_promo a.email_signup:hover, .signup_dev_promo a.email_signup:hover {
      color: #005178; }
    @media (max-width: 960px) {
      .signup_promo a.email_signup, .signup_dev_promo a.email_signup {
        float: none;
        display: block;
        margin-top: 10px; } }

.signup_dev_promo {
  text-align: center; }
  .signup_dev_promo .btn {
    display: inline-block;
    clear: both;
    position: relative;
    top: 0;
    right: 0;
    margin: 15px auto0; }

@media (max-width: 960px) {
  .signup_promo, .signup_dev_promo {
    text-align: center; }
    .signup_promo .btn, .signup_dev_promo .btn {
      display: inline-block;
      clear: both;
      position: relative;
      top: 0;
      right: 0;
      margin: 15px auto0; } }

.checks {
  display: none;
  width: 100%;
  margin-top: 3em; }

.checks--active {
  display: block; }

.check {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%;
  display: block;
  min-height: 95px;
  padding: 1em;
  position: relative;
  background: #fff;
  margin-bottom: 1em; }
  .check:last-child {
    margin-right: 0; }
  .check:nth-child(3n) {
    margin-right: 0; }
  .check:hover {
    z-index: 1; }

.check__title, .check__type {
  font-size: 15px;
  line-height: 19px;
  display: block;
  width: 90%;
  color: #323543;
  font-family: "BentonSans", helvetica, arial, sans-serif;
  margin-bottom: .1rem; }

.check__type {
  width: 100%;
  font-size: 12px;
  line-height: 12px;
  color: #909090;
  margin-bottom: .5rem; }

.check__desc {
  display: none; }

.check__cta {
  display: block;
  width: 30px;
  height: 30px;
  font-size: 14px;
  line-height: 20px;
  position: absolute;
  bottom: 1em;
  right: 1em;
  color: #0096de;
  border-radius: 15px;
  border: 2px solid #fff;
  transition: all .3s;
  cursor: pointer; }
  .check__cta:hover {
    text-decoration: underline;
    background: #ddecf4;
    border: 2px solid #0096de; }
  .check__cta svg {
    display: inline-block;
    width: 16px;
    height: 16px;
    position: relative;
    top: 5px;
    left: 5px; }
    .check__cta svg path {
      fill: #0096de; }

.check__cta .tool_tip {
  display: block;
  width: 70px;
  height: 0;
  overflow: hidden;
  opacity: 0;
  margin-left: -35px;
  transition-delay: .1s; }

.check__cta:hover .tool_tip {
  height: 27px;
  overflow: visible;
  opacity: 1; }

@media (max-width: 960px) {
  .check {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%;
    min-height: 0; }
    .check:last-child {
      margin-right: 0; }
    .check:nth-child(3n) {
      margin-right: 2.35765%; }
    .check:nth-child(3n+1) {
      clear: none; }
    .check:nth-child(2n) {
      margin-right: 0; } }

@media (max-width: 680px) {
  .check {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%; }
    .check:last-child {
      margin-right: 0; }
  .check__desc {
    font-size: 12px;
    line-height: 16px;
    color: #323543;
    display: block;
    font-family: "BentonSans", helvetica, arial, sans-serif; }
  .check__cta {
    display: none; } }

.tabs {
  display: block;
  width: 100%;
  height: 50px; }
  .tabs--green_bleed {
    background: #00C488; }

.tab {
  display: block;
  width: auto;
  height: 50px;
  float: left;
  padding: 0 30px;
  font-size: 18px;
  line-height: 50px;
  color: #f6f6f6;
  font-family: "BentonSans", helvetica, arial, sans-serif; }
  .tab--active, .tab:hover {
    color: #00C488;
    background: #f6f6f6; }

@media (max-width: 960px) {
  .tab {
    width: 25%;
    padding: 0;
    text-align: center; } }

@media (max-width: 680px) {
  .tab {
    font-size: 14px;
    font-family: "BentonSans", helvetica, arial, sans-serif; } }

.feature {
  border-bottom: 1px solid #909090;
  padding-bottom: 80px;
  margin-bottom: 60px; }
  .feature:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 20px; }
  .feature .fact_box {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%; }
    .feature .fact_box:last-child {
      margin-right: 0; }

@media (max-width: 960px) {
  .feature .fact_box {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%; }
    .feature .fact_box:last-child {
      margin-right: 0; }
    .feature .fact_box:nth-child(2n) {
      margin-right: 0; } }

@media (max-width: 680px) {
  .feature {
    margin-bottom: 20px;
    padding-bottom: 35px; }
  .feature .fact_box {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
    margin-right: 0; }
    .feature .fact_box:last-child {
      margin-right: 0; } }

.feature__icon_list {
  text-align: center;
  margin: 130px auto 50px auto; }

.feature__icon_list__icon {
  display: block;
  width: 90px;
  height: 90px;
  display: inline-block;
  margin: 0 5px;
  position: relative; }

.feature__icon_list__bubble {
  box-sizing: content-box;
  display: block;
  width: 190px;
  height: auto;
  min-height: 16px;
  position: absolute;
  top: 90px;
  left: -64px;
  padding: 1em;
  font-size: 14px;
  line-height: 19px;
  font-family: "BentonSansLight", helvetica, arial, sans-serif;
  color: #323543;
  background: #fff;
  border-radius: 5px;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: center top;
          transform-origin: center top; }
  .feature__icon_list__bubble:before {
    content: "";
    height: 0;
    width: 0;
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    position: absolute;
    top: -6px;
    left: 50%;
    margin-left: -6px; }

.feature__icon_list__icon:nth-child(2n) .feature__icon_list__bubble {
  top: auto;
  bottom: 90px;
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom; }
  .feature__icon_list__icon:nth-child(2n) .feature__icon_list__bubble:before {
    border: 0;
    height: 0;
    width: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #fff;
    top: auto;
    bottom: -6px; }

.feature__icon_list__icon:nth-child(1) .feature__icon_list__bubble {
  -webkit-animation: fade_116s cubic-bezier(0.68, -0.55, 0.265, 1.55);
          animation: fade_116s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite; }

.feature__icon_list__icon:nth-child(2) .feature__icon_list__bubble {
  -webkit-animation: fade_216s cubic-bezier(0.68, -0.55, 0.265, 1.55);
          animation: fade_216s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite; }

.feature__icon_list__icon:nth-child(3) .feature__icon_list__bubble {
  -webkit-animation: fade_316s cubic-bezier(0.68, -0.55, 0.265, 1.55);
          animation: fade_316s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite; }

.feature__icon_list__icon:nth-child(4) .feature__icon_list__bubble {
  -webkit-animation: fade_416s cubic-bezier(0.68, -0.55, 0.265, 1.55);
          animation: fade_416s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite; }

.feature__icon_list__icon:nth-child(5) .feature__icon_list__bubble {
  -webkit-animation: fade_516s cubic-bezier(0.68, -0.55, 0.265, 1.55);
          animation: fade_516s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite; }

.feature__icon_list__icon:nth-child(6) .feature__icon_list__bubble {
  -webkit-animation: fade_616s cubic-bezier(0.68, -0.55, 0.265, 1.55);
          animation: fade_616s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite; }

.feature__icon_list__icon:nth-child(7) .feature__icon_list__bubble {
  -webkit-animation: fade_716s cubic-bezier(0.68, -0.55, 0.265, 1.55);
          animation: fade_716s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite; }

.feature__icon_list__icon:nth-child(8) .feature__icon_list__bubble {
  -webkit-animation: fade_816s cubic-bezier(0.68, -0.55, 0.265, 1.55);
          animation: fade_816s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite; }

/* Bubble Animations for Features page
 *
 * Iterates over a timeline, stepping up the
 * animation window by 6 frames each increment.
 *
 * This accounts for the delay between animations
 * and allows all bubble aniamtions to exist on
 * the same timeline */
@-webkit-keyframes (fade_1) {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  25% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  27.08333% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  33.33333% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  35.41667% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0); } }
@keyframes (fade_1) {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  25% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  27.08333% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  33.33333% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  35.41667% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0); } }

@-webkit-keyframes (fade_2) {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  37.5% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  39.58333% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  45.83333% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  47.91667% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0); } }

@keyframes (fade_2) {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  37.5% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  39.58333% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  45.83333% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  47.91667% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0); } }

@-webkit-keyframes (fade_3) {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  0% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  2.08333% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  8.33333% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  10.41667% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0); } }

@keyframes (fade_3) {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  0% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  2.08333% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  8.33333% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  10.41667% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0); } }

@-webkit-keyframes (fade_4) {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  62.5% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  64.58333% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  70.83333% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  72.91667% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0); } }

@keyframes (fade_4) {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  62.5% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  64.58333% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  70.83333% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  72.91667% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0); } }

@-webkit-keyframes (fade_5) {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  75% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  77.08333% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  83.33333% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  85.41667% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0); } }

@keyframes (fade_5) {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  75% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  77.08333% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  83.33333% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  85.41667% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0); } }

@-webkit-keyframes (fade_6) {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  12.5% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  14.58333% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  20.83333% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  22.91667% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0); } }

@keyframes (fade_6) {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  12.5% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  14.58333% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  20.83333% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  22.91667% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0); } }

@-webkit-keyframes (fade_7) {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  50% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  52.08333% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  58.33333% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  60.41667% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0); } }

@keyframes (fade_7) {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  50% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  52.08333% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  58.33333% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  60.41667% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0); } }

@-webkit-keyframes (fade_8) {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  87.5% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  89.58333% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  95.83333% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  97.91667% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0); } }

@keyframes (fade_8) {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  87.5% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  89.58333% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  95.83333% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  97.91667% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0); } }

@media (max-width: 960px) {
  .feature__icon_list {
    margin: 30px auto; }
  .feature__icon_list__bubble {
    display: none; } }

.fact_boxes_wrapper {
  display: inline-block;
  width: 100%;
  margin-top: 2em; }

.fact_box__icon {
  display: block;
  width: 40px;
  height: 40px;
  position: relative;
  left: 50%;
  margin-bottom: -13.33333px;
  margin-left: -20px;
  background: #fff;
  border-radius: 20px; }
  .fact_box__icon svg {
    display: block;
    width: 20px;
    height: 20px;
    float: left;
    margin: 10px; }
    .fact_box__icon svg path {
      fill: #7b87b8; }

.fact_box__box {
  background: #7b87b8;
  padding: 1em 1em 1.6em;
  border-radius: 5px;
  margin-bottom: 1rem; }

.fact_box__title, .fact_box__fact {
  font-size: 12px;
  line-height: 15px;
  font-family: "BentonSansMedium", helvetica, arial, sans-serif;
  color: #fff; }

.fact_box__fact {
  font-family: "BentonSans", helvetica, arial, sans-serif;
  margin-top: 5px; }

.fact_box__cta {
  display: block;
  font-size: 14px;
  line-height: 23px;
  color: #7b87b8;
  margin-left: 5px;
  margin-top: 1em; }
  .fact_box__cta:hover {
    text-decoration: underline; }

.main_content.pricing-content {
  background: transparent url("https://d341kum51qu34d.cloudfront.net/images/pricing/header_bg-6797aabc.svg") top center no-repeat;
  background-size: 200%; }
  .main_content.pricing-content .blockquote {
    margin: 150px auto;
    width: 80%; }

.promo_header.pricing-header, .pricing-header.promo_header--space, .pricing-header.promo_header--space--thankyou, .pricing-header.promo_header--thanks {
  background: transparent;
  padding: 6em 0 2.6em; }
  .promo_header.pricing-header h1, .pricing-header.promo_header--space h1, .pricing-header.promo_header--space--thankyou h1, .pricing-header.promo_header--thanks h1 {
    margin-bottom: 0; }

.promo_header .block, .promo_header--space .block, .promo_header--space--thankyou .block, .promo_header--thanks .block {
  display: inline; }

.pricing-wrapper {
  display: table;
  margin: 0 auto;
  width: 88%; }

.pricing_plans {
  display: table-row;
  width: 100%; }

.pricing-spacer {
  display: table-cell;
  width: 4%; }

.pricing-group {
  display: table-cell;
  width: 48%; }
  .pricing-group .pricing-box {
    width: 100%; }

.solution-type {
  background: #b1b1b1;
  border-radius: 3px;
  color: white;
  display: inline-block;
  text-transform: uppercase; }
  .solution-type span {
    display: inline-block;
    font-size: .76em;
    letter-spacing: .1em;
    padding: .3em .8em .4em; }

.left-bordered {
  border-left: 1px solid #fff;
  border-radius: 0 3px 3px 0; }

.pricing-box {
  background: white;
  border-left: 5px solid #f1f1f1;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  color: #444;
  padding: 2em 3em 2.4em; }
  .pricing-box .info-icon span {
    background: transparent;
    border-bottom: 1px dotted #dadada;
    border-radius: 0;
    color: #444;
    font-size: 1em;
    font-weight: normal;
    height: auto;
    left: auto;
    padding: 0;
    text-align: left;
    text-decoration: none;
    top: auto;
    width: auto; }
    .pricing-box .info-icon span p {
      background: white;
      color: #444; }
      .pricing-box .info-icon span p::before {
        background: white; }
  .pricing-box .large-shadow-btn {
    font-size: 0.8em;
    font-weight: bold;
    display: block;
    margin-top: 2em;
    padding: 1.3em 0;
    text-align: center; }
    .pricing-box .large-shadow-btn .block {
      font-size: 0.75em;
      font-weight: normal;
      margin-top: .4em; }
  .pricing-box h3 {
    font-family: "BentonSansLight", helvetica, arial, sans-serif;
    font-size: 2em;
    margin-bottom: 0.2em; }
  .pricing-box.standard {
    margin-bottom: 20px; }
  .pricing-box.enterprise {
    background-color: #00AE79;
    border-color: #00de9a;
    color: white;
    display: table-cell;
    margin-left: 4%;
    width: 48%; }
    .pricing-box.enterprise .pricing-subtitle {
      color: #2bffbe; }
    .pricing-box.enterprise .large-shadow-btn {
      background: #fff;
      color: #00C488;
      display: block;
      text-align: center; }
    .pricing-box.enterprise .solution-type {
      background: #00C488; }
    .pricing-box.enterprise .left-bordered {
      border-left-color: #00AE79; }
  .pricing-box.oss {
    padding-top: 1em;
    padding-bottom: 1.4em;
    position: relative; }
    .pricing-box.oss p {
      font-size: 1.2em;
      font-family: "BentonSansLight", helvetica, arial, sans-serif; }
    .pricing-box.oss a {
      color: #00C488;
      display: block;
      font-size: 0.8em;
      margin-top: .4em; }
      .pricing-box.oss a:hover {
        color: #009165; }
  .pricing-box .octicon {
    font-size: 2.2em;
    right: 1em;
    position: absolute;
    top: 22%; }

.pricing-subtitle {
  color: #b1b1b1;
  display: block;
  margin-top: .7em; }

.price-box {
  border-bottom: 1px solid #eaeaea;
  padding: 1.5em 0 0.7em; }
  .price-box::after {
    clear: both;
    content: "";
    display: block; }

.plan-price {
  color: #00C488;
  float: left;
  font-size: 2em;
  padding-right: 0.65em;
  position: relative; }
  .plan-price span {
    font-size: 0.5em;
    right: 0;
    position: absolute;
    top: 0.25em; }

.plan-description {
  float: left;
  font-size: 0.8em;
  margin: 0.2em 0 0 1.2em; }

.plan-description-alt {
  color: #b2b2b2;
  font-size: 0.8em;
  margin-top: 0.7em; }

.pricing-feature-list {
  padding: 2em 0 0.7em; }
  .pricing-feature-list li {
    background: transparent url("https://d341kum51qu34d.cloudfront.net/images/pricing/white_check-1a4d63b4.svg") 0 0.4em no-repeat;
    background-size: 12px;
    font-size: 0.85em;
    line-height: 1.8;
    padding-left: 1.8em;
    list-style: none; }

.table-jump-link {
  background: transparent url("https://d341kum51qu34d.cloudfront.net/images/pricing/down_arrow-26224fad.svg") right 0.4em no-repeat;
  background-size: 8px auto;
  color: #12ffb6;
  display: inline-block;
  font-size: 0.7em;
  margin: 1.8em auto 0;
  padding-right: 14px; }
  .table-jump-link:hover {
    color: #5effce; }

#plan-features {
  margin: 6em 0;
  overflow: hidden;
  width: 100%; }
  #plan-features td, #plan-features th {
    text-align: center; }
    #plan-features td:last-child, #plan-features th:last-child {
      border-radius: 0 1.5em 1.5em 0;
      color: #00C488; }
    #plan-features td:first-child, #plan-features th:first-child {
      border-radius: 1.5em 0 0 1.5em;
      padding-left: 2em; }
  #plan-features th {
    color: #b1b1b1;
    font-size: 0.8em;
    letter-spacing: 0.2em;
    text-transform: uppercase; }
  #plan-features tr {
    height: 3em; }
    #plan-features tr:nth-child(even) {
      background: #F1FBF8; }
      #plan-features tr:nth-child(even) .feature-description {
        border-left-color: #F1FBF8; }
  #plan-features .feature-description {
    font-size: 0.8em;
    text-align: left;
    width: 60%; }
  #plan-features p {
    display: inline; }

.feature-included,
.feature-available {
  background: #00C488;
  border-radius: 50%;
  display: inline-block;
  height: 6px;
  position: relative;
  top: -3px;
  width: 6px; }

.feature-available {
  background: transparent;
  border: 1px solid #00C488; }

.info-icon {
  display: inline-block;
  position: relative; }
  .info-icon span {
    background: #dadada;
    border-radius: 100%;
    color: #fff;
    display: inline-block;
    font-size: 0.8em;
    font-weight: bold;
    height: 16px;
    left: 4px;
    padding: 2px 3px 0;
    position: relative;
    text-align: center;
    text-decoration: none;
    top: -2px;
    width: 16px; }
  .info-icon p {
    background: #444;
    border-radius: 4px;
    color: #fff;
    font-size: 0.9em;
    left: 30px;
    line-height: 1.6em;
    opacity: 0;
    padding: 0.6em 1em;
    position: absolute;
    top: -10px;
    transition: opacity 200ms ease-in-out;
    visibility: hidden;
    width: 260px;
    z-index: 9999; }
    .info-icon p::before {
      border-color: transparent #444 transparent transparent;
      border-style: solid;
      border-width: 6px;
      content: "\A";
      left: 0;
      margin-left: -12px;
      position: absolute;
      top: 10px; }
  .info-icon:hover p {
    opacity: 1;
    visibility: visible; }

.included-plan-list {
  display: none;
  margin-top: 1em; }
  .included-plan-list li {
    display: inline;
    margin-right: 1em;
    padding-left: 12px;
    position: relative; }
    .included-plan-list li::before {
      border-radius: 50%;
      content: " ";
      display: block;
      height: 8px;
      left: 0;
      position: absolute;
      top: 3px;
      width: 8px; }
    .included-plan-list li.included-feature::before {
      background: #00C488; }
    .included-plan-list li.available-feature::before {
      border: 1px solid #00C488; }
    .included-plan-list li.unavailable-feature::before {
      background: #dadada; }

.bottom-rule {
  border-bottom: 1px solid #eaeaea;
  font-size: 2.4em;
  padding: 0 0 0.5em;
  margin-bottom: 1.2em; }

.contact-us {
  background: #F1FBF8;
  padding: 1.5em 3em 1.5em 6em;
  border-radius: 4px;
  margin: 2em 0 5em;
  position: relative; }
  .contact-us::after {
    clear: both;
    content: "";
    display: block; }
  .contact-us .icon-help {
    color: #00C488;
    font-size: 3em;
    left: 0.8em;
    position: absolute;
    top: .48em; }
  .contact-us p, .contact-us .subtitle {
    display: block; }
  .contact-us .subtitle {
    font-size: 0.8em;
    margin-top: 0.5em; }
  .contact-us a {
    font-weight: 500;
    padding: 12px 30px;
    position: absolute;
    right: 3em;
    top: 1.5em; }

.large-size {
  display: inline; }

@media (min-width: 0) and (max-width: 680px) {
  .info-icon {
    position: relative; }
    .info-icon span {
      display: none; }
    .info-icon p {
      background: transparent;
      color: #999;
      display: block;
      left: auto;
      margin-top: .3em;
      opacity: 1;
      padding: 0;
      position: relative;
      top: auto;
      visibility: visible; }
      .info-icon p::before {
        content: 0;
        background: transition;
        border: 0; }
  .large-size {
    display: none; }
  .included-plan-list {
    display: block;
    font-size: 0.8em; }
  .main_content.pricing-content {
    background-size: 550%; }
    .main_content.pricing-content .promo_header .block, .main_content.pricing-content .promo_header--space .block, .main_content.pricing-content .promo_header--space--thankyou .block, .main_content.pricing-content .promo_header--thanks .block {
      display: block; }
    .main_content.pricing-content .promo_header.pricing-header, .main_content.pricing-content .pricing-header.promo_header--space, .main_content.pricing-content .pricing-header.promo_header--space--thankyou, .main_content.pricing-content .pricing-header.promo_header--thanks {
      padding-top: 3em; }
    .main_content.pricing-content .blockquote {
      margin: 100px auto; }
  .pricing-feature-list {
    padding: 1em 0 .4em; }
  .pricing-wrapper {
    width: 100%; }
  .pricing_plans {
    display: block;
    width: 100%; }
  .pricing-spacer {
    display: none;
    width: 0%; }
  .pricing-box {
    display: block;
    margin: 0 auto 20px;
    padding: 1.2em 1.8em 1.6em;
    width: 90%; }
    .pricing-box .pricing-subtitle {
      font-size: 0.9em; }
    .pricing-box.oss {
      text-align: center; }
      .pricing-box.oss p {
        font-size: 1em;
        margin: 0.5em 0 0 0; }
    .pricing-box .octicon {
      font-size: 2em;
      left: -2px;
      position: relative;
      top: auto; }
  .pricing-group {
    display: block;
    width: 100%; }
  .bottom-rule {
    font-size: 1.8em; }
  #plan-features {
    margin: 4em 0;
    width: 100%; }
    #plan-features .heading-row .feature-description {
      font-size: 1em;
      text-align: center;
      padding: 0;
      width: 100%; }
    #plan-features td, #plan-features th {
      box-sizing: border-box;
      display: none;
      padding: 1.6em 0 1.8em;
      position: relative;
      width: 0%; }
    #plan-features .feature-description {
      display: block;
      font-size: 0.9em;
      width: 90%; }
  .contact-us {
    padding: 1.5em 3em 1.5em;
    margin: 2em 0 3em;
    text-align: center; }
    .contact-us .icon-help {
      color: #00C488;
      font-size: 3em;
      left: auto;
      position: relative;
      top: auto; }
    .contact-us p {
      margin-top: .3em; }
    .contact-us p, .contact-us .subtitle {
      display: block; }
    .contact-us .subtitle {
      font-size: 0.8em;
      margin-top: 0.5em; }
    .contact-us a {
      font-weight: 500;
      margin-top: 1.5em;
      padding: 12px 30px;
      position: relative;
      right: auto;
      top: auto; } }

@media (min-width: 510px) {
  .main_content.pricing-content {
    background-size: 320%; } }

@media (min-width: 680px) {
  .main_content.pricing-content {
    background-size: 200%; } }

@media (min-width: 800px) {
  .main_content.pricing-content {
    background-size: 136%; } }

@media (min-width: 1060px) {
  .main_content.pricing-content {
    background-size: 100%; } }

@media (min-width: 1475px) {
  .main_content.pricing-content {
    background-position: center -180px; } }

@media (min-width: 1900px) {
  .main_content.pricing-content {
    background-position: center -280px; } }

@media (min-width: 2200px) {
  .main_content.pricing-content {
    background-position: center -380px; } }

@media (min-width: 2400px) {
  .main_content.pricing-content {
    background-position: center -480px; } }

@media (min-width: 2600px) {
  .main_content.pricing-content {
    background-position: center -580px; } }

.add_repo_promo {
  display: block;
  width: 80%;
  height: auto;
  padding: 1rem;
  background: #eaeaea;
  position: relative;
  margin: 1.5rem auto; }
  .add_repo_promo br {
    display: none; }

.add_repo_promo__icon {
  font-size: 22px;
  line-height: 22px;
  color: #323543;
  margin-left: 1rem;
  position: absolute; }

.add_repo_promo__text {
  color: #323543;
  font-size: 15px;
  line-height: 22px;
  margin-left: 1rem;
  padding-left: 50px; }
  .add_repo_promo__text a {
    color: #0096de; }
    .add_repo_promo__text a:hover {
      text-decoration: underline; }

.faqs {
  -webkit-column-count: 2;
  column-count: 2; }

.faq {
  display: inline-block;
  margin: 0 3rem 2rem 0; }
  .faq:nth-child(2n) {
    margin-left: 0; }

.faq__question {
  font-size: 15px;
  line-height: 18px;
  color: #323543;
  margin-bottom: 0.5rem;
  font-family: "BentonSansMedium", helvetica, arial, sans-serif; }

.faq__answer, .faq__answer a {
  font-size: 15px;
  line-height: 20px;
  font-family: "BentonSansLight", helvetica, arial, sans-serif; }

@media (max-width: 960px) {
  .faqs {
    height: auto; } }

@media (max-width: 680px) {
  .faqs {
    -webkit-column-count: 1;
    column-count: 1; }
  .faq {
    margin-right: 0; } }

.feature_lists {
  -webkit-column-count: 2;
  column-count: 2;
  padding-top: 60px;
  border-top: 1px solid #eaeaea; }

.feature_list {
  display: inline-block;
  margin: 0 1.4rem 1.4rem; }
  .feature_list:nth-child(2n) {
    margin-right: 0; }

.feat__question {
  font-size: 15px;
  line-height: 18px;
  color: #323543; }

.feat__answer, .feat__answer a {
  font-size: 15px;
  line-height: 20px;
  font-family: "BentonSansLight", helvetica, arial, sans-serif; }

@media (max-width: 960px) {
  .feature_lists {
    height: auto; } }

@media (max-width: 680px) {
  .feature_lists {
    -webkit-column-count: 1;
    column-count: 1; } }

.blockquote {
  box-sizing: border-box;
  padding: 50px 1rem 40px;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  width: 100%;
  position: relative;
  margin: 0 auto;
  text-align: center; }

.blockquote__quote {
  width: calc(100% - 190px - 3rem);
  margin-left: 150px;
  display: inline-block;
  min-height: 120px; }
  .blockquote__quote p {
    font-size: 28px;
    line-height: 34px;
    text-align: left;
    font-family: "BentonSansLight", helvetica, arial, sans-serif; }
  .blockquote__quote footer, .blockquote__quote cite {
    font-size: 20px;
    line-height: 38px;
    text-indent: -1em;
    text-align: right;
    text-transform: uppercase;
    font-family: "BentonSans", helvetica, arial, sans-serif;
    color: #a1a1a1;
    margin-top: 1em; }
    .blockquote__quote footer span, .blockquote__quote cite span {
      font-size: 16px;
      line-height: 38px;
      font-family: "BentonSans", helvetica, arial, sans-serif;
      text-transform: none; }

.blockquote_author {
  display: block;
  width: 120px;
  height: 120px;
  position: absolute;
  top: 50px;
  left: 3rem;
  border-radius: 50%;
  overflow: hidden; }
  .blockquote_author img {
    display: block;
    width: 100%;
    height: 100%; }

@media (max-width: 960px) {
  .blockquote__quote {
    width: 100%;
    margin: 0; }
    .blockquote__quote p {
      text-align: center;
      font-size: 20px;
      line-height: 26px;
      margin-bottom: 1rem; }
    .blockquote__quote footer,
    .blockquote__quote cite {
      text-align: center;
      font-size: 20px;
      line-height: 42px; }
      .blockquote__quote footer span,
      .blockquote__quote cite span {
        display: block;
        text-align: center;
        line-height: 20px; }
  .blockquote_author {
    display: block;
    width: 80%;
    height: auto;
    max-width: 120px;
    max-height: 120px;
    position: static;
    margin: 0 auto 1rem; } }

.lb__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 200;
  background: rgba(0, 0, 0, 0.6);
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s, visiblity .4s; }

.lb__content {
  background: #f6f6f6;
  width: 80%;
  max-width: 800px;
  max-height: 80%;
  overflow: scroll;
  border-radius: 5px;
  position: relative;
  -webkit-transform: translateY(-60px);
          transform: translateY(-60px);
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s; }

.lb__header {
  position: relative;
  padding: 1rem 1rem 0.2rem; }

.lb__icon {
  display: block;
  width: 30px;
  height: 30px;
  display: inline-block; }
  .lb__icon svg {
    display: block;
    width: 30px;
    height: 30px; }
    .lb__icon svg path {
      fill: #323543; }

.lb__title {
  color: #323543;
  display: inline-block;
  font-size: 14px;
  line-height: 18px;
  padding: 6px 1rem;
  position: relative;
  top: -10px; }

.lb__text {
  padding: 0 1rem 2rem 2rem;
  font-family: "BentonSans", helvetica, arial, sans-serif;
  font-size: 14px;
  line-height: 18px;
  color: #323543; }

.lb__close {
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  text-align: center;
  background: none;
  color: #909090;
  cursor: pointer; }
  .lb__close:hover {
    color: black; }

.lb__wrapper--open {
  width: 100%;
  height: 100%;
  opacity: 1;
  visibility: visible; }

.lb__wrapper--open .lb__content {
  -webkit-transform: translateY(0px);
          transform: translateY(0px); }

@media (max-width: 680px) {
  .lb__wrapper {
    display: none; } }

.flow_diagram {
  width: 100%;
  text-align: center;
  margin-top: 70px; }

.flow_diagram__figure {
  display: inline-block;
  width: 180px;
  vertical-align: top; }
  .flow_diagram__figure svg {
    display: block;
    width: 80px;
    height: 80px;
    margin-left: 50px; }

.flow_diagram__figcaption {
  font-size: 15px;
  line-height: 22px;
  color: #fff;
  margin-top: 2rem; }

.flow_diagram__arrow {
  display: block;
  width: 130px;
  height: 29px;
  display: inline-block;
  width: 130px;
  position: relative;
  margin: 25px -20px; }
  .flow_diagram__arrow svg {
    position: absolute;
    top: 0;
    right: 0; }

.flow_diagram__arrow_body {
  display: block;
  width: 95%;
  height: 4px;
  position: relative;
  margin-top: -2px;
  top: 50%;
  background: #064c2d; }

@media (max-width: 960px) {
  .flow_diagram__arrow {
    width: 50px; } }

@media (max-width: 680px) {
  .flow_diagram {
    text-align: left;
    margin-top: 10px; }
  .flow_diagram__figure svg,
  .flow_diagram__arrow {
    display: none; }
  .flow_diagram__figure {
    display: inline;
    padding: 0;
    width: auto;
    height: auto; }
  .flow_diagram__figcaption {
    display: inline;
    margin-top: 0;
    font-size: 20px;
    line-height: 26px;
    font-family: "BentonSans", helvetica, arial, sans-serif; }
    .flow_diagram__figcaption:after {
      content: ".";
      margin-left: -5px; } }

.enterprise_benefits {
  margin-top: 50px; }

.enterprise_benefit {
  display: block;
  width: 50%;
  height: 160px;
  margin-bottom: 2em;
  float: left; }
  @media (max-width: 960px) {
    .enterprise_benefit {
      display: block;
      width: 100%;
      height: auto; } }
  .enterprise_benefit h3 {
    text-align: center;
    margin-bottom: 1em; }
  .enterprise_benefit p {
    font-family: "BentonSansLight", helvetica, arial, sans-serif;
    text-align: center; }

.fixed_promo {
  display: block;
  width: 100%;
  height: auto;
  position: fixed;
  top: 0;
  left: 0;
  text-align: center;
  z-index: 1; }

.fixed_promo__title, .fixed_promo__title_small {
  font-size: 36px;
  line-height: 40px;
  font-family: "BentonSans", helvetica, arial, sans-serif;
  color: #323543;
  margin-bottom: 15px; }

.fixed_promo__title_small {
  margin-top: 163px; }
  @media (max-width: 960px) {
    .fixed_promo__title_small {
      margin-top: 140px; } }
  @media (max-width: 680px) {
    .fixed_promo__title_small {
      margin-top: 120px; } }

.unfixed_content {
  position: relative;
  z-index: 2;
  background: #002635;
  margin-top: 560px;
  padding-bottom: 120px;
  -webkit-transform: translate3d(0, 0, 0); }

.unfixed_content_small {
  position: relative;
  z-index: 2;
  background: #002635;
  margin-top: 400px;
  padding-bottom: 120px;
  -webkit-transform: translate3d(0, 0, 0); }

.unfixed_content__blob {
  display: block;
  width: 100%;
  height: 575px;
  float: left;
  margin-top: -150px;
  margin-bottom: 90px;
  background: url("https://d341kum51qu34d.cloudfront.net/images/patterns/blob-4c18e369.png") top center; }

.unfixed_content__blob_small {
  display: block;
  width: 100%;
  height: 150px;
  float: left;
  margin-top: -61px;
  margin-bottom: 90px;
  background: url("https://d341kum51qu34d.cloudfront.net/images/patterns/blob-small-cf5c190a.png") top center; }

@media (max-width: 960px) {
  .unfixed_content {
    margin-top: 600px; } }

@media (max-width: 680px) {
  .fixed_promo__logo {
    margin: 90px auto 80px; }
  .unfixed_content {
    margin-top: 600px; } }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-arrow:before, .mfp-arrow:after,
  .mfp-arrow .mfp-b,
  .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after,
  .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before,
  .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after,
  .mfp-arrow-left .mfp-a {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before,
  .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after,
  .mfp-arrow-right .mfp-a {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before,
  .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.mfp-ie7 .mfp-img {
  padding: 0; }

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }

.mfp-ie7 .mfp-container {
  padding: 0; }

.mfp-ie7 .mfp-content {
  padding-top: 44px; }

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

.platform_features {
  display: block;
  width: 100%;
  margin: 85px auto 60px; }
  .platform_features::after {
    clear: both;
    content: "";
    display: block; }

.platform_feature {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%; }
  .platform_feature:last-child {
    margin-right: 0; }
  .platform_feature svg {
    display: block;
    width: 80px;
    height: 80px;
    margin: 0 auto 20px; }
    .platform_feature svg path, .platform_feature svg rect, .platform_feature svg poly {
      fill: #fff; }

.platform_feature__title {
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  text-align: center;
  margin-bottom: 15px; }

.platform_feature__p, .platform_feature__cta {
  font-size: 16px;
  line-height: 20px;
  max-width: 390px;
  font-family: "BentonSans", helvetica, arial, sans-serif;
  color: #fff;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 1em; }

.platform_feature__cta {
  font-size: 12px;
  line-height: 16px;
  display: block;
  text-align: center;
  color: #00C488;
  margin-top: 10px; }
  .platform_feature__cta:hover {
    color: #eedb5b;
    text-decoration: underline; }

@media (max-width: 960px) {
  .platform_features {
    margin: 60px auto 40px; }
  .platform_feature {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%;
    margin-bottom: 2rem; }
    .platform_feature:last-child {
      margin-right: 0; }
    .platform_feature:nth-child(2n) {
      margin-right: 0; } }

@media (max-width: 680px) {
  .platform_features {
    margin: 40px auto 10px; }
  .platform_feature {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%;
    margin-right: 0; }
    .platform_feature:last-child {
      margin-right: 0; } }

form input, form textarea, form select {
  border-radius: 2px;
  border: 1px solid #cbced0;
  background-color: #fff;
  font-size: 15px;
  line-height: 24px;
  outline: none;
  padding: 5px;
  font-family: "BentonSans", helvetica, arial, sans-serif;
  margin-bottom: 1em; }
  form input:focus, form textarea:focus, form select:focus {
    outline: none;
    border: 1px solid #0096de; }

form label {
  font-size: 15px;
  line-height: 24px; }
  form label.checkbox {
    margin-right: 0; }

form p {
  font-family: "BentonSans", helvetica, arial, sans-serif; }

form textarea, form input[type="text"], form input[type="email"], form input[type="password"], form input[type="tel"], form select {
  height: 32px; }

form input[type="text"], form input[type="email"], form input[type="password"], form input[type="tel"], form select {
  width: 240px; }

form input[type="checkbox"]:hover, form input[type="radio"]:hover {
  cursor: pointer; }

form abbr[title=required] {
  display: none; }

form input.small {
  width: 110px; }

form textarea {
  width: 100%;
  max-width: 450px;
  height: 8em;
  margin: 0;
  margin-bottom: 1em; }

h1.feedback {
  font-size: 40px; }

.feedback_content {
  display: inline-block;
  padding: 50px;
  position: relative;
  min-width: 1050px; }

.feedback_note {
  display: block;
  width: 30%;
  height: auto;
  float: right;
  padding-top: 30px; }
  .feedback_note p {
    font-family: "BentonSans", helvetica, arial, sans-serif;
    margin-bottom: 1em; }

.feedback_reasons {
  background-color: white;
  display: inline-block;
  float: left;
  padding: 30px;
  position: relative; }

.feedback_checklist .group-item {
  margin-bottom: 8px; }

.feedback_checklist input {
  line-height: 30px;
  margin-right: 10px;
  padding: 0;
  position: relative; }

.feedback_checklist label {
  cursor: pointer;
  font-size: 17px;
  line-height: 30px; }

textarea.medium {
  height: 106px;
  width: 448px; }

.soft_prompt {
  color: #909090;
  font-style: italic;
  margin-bottom: 1em; }

.control-group {
  margin: 0 20px 20px 20px; }

.group {
  clear: both;
  display: block;
  overflow: hidden; }
  .group .control-group, .group .group-item {
    float: left; }
  .group .group-item {
    margin-right: 1em; }

hr {
  border-bottom: 1px solid #e9e9e9;
  margin: 10px 0 20px 0; }

.controls label:last-child {
  margin-left: 0; }

.actions_area {
  border-radius: 2px;
  border-bottom: 40px;
  background-color: #ddecf4;
  padding: 20px;
  display: block;
  overflow: hidden;
  clear: both; }
  .actions_area.slim {
    margin: 0;
    padding: 7px; }
  .actions_area .note {
    display: inline-block;
    margin-top: 7px;
    margin-left: 14px; }

input[type="submit"] {
  cursor: pointer;
  font-family: "BentonSansMedium", helvetica, arial, sans-serif;
  display: inline-block;
  outline: none;
  position: relative;
  border-radius: 3px;
  background: #0096de;
  border: 1px solid #0b5790;
  padding: 5px 15px;
  margin: 0;
  color: #fff; }
  input[type="submit"]:hover {
    text-decoration: none;
    background-image: none;
    background: #0074ab; }
  input[type="submit"]:active {
    background: #005178; }

.enterprise_form {
  display: block;
  width: 70%;
  height: auto;
  float: left; }
  .enterprise_form .checkbox label {
    font-family: "BentonSans", helvetica, arial, sans-serif; }
  .enterprise_form section {
    background: #fff;
    border-radius: 5px;
    margin: 20px;
    padding: 1.5em; }
  @media (max-width: 960px) {
    .enterprise_form {
      display: block;
      width: 100%;
      height: auto; } }

.enterprise_sidebar {
  display: block;
  width: 30%;
  height: auto;
  float: left; }
  .enterprise_sidebar section {
    margin: 20px; }
  .enterprise_sidebar hr {
    border: none;
    border-top: 1px solid #909090;
    height: 1px;
    margin: 20px 0; }
  .enterprise_sidebar h3 {
    margin-bottom: 1em; }
  .enterprise_sidebar ul li {
    margin-left: 20px; }
  .enterprise_sidebar p {
    font-family: "BentonSans", helvetica, arial, sans-serif;
    margin-bottom: 1em; }
  @media (max-width: 960px) {
    .enterprise_sidebar {
      display: block;
      width: 100%;
      height: auto; } }

.partners_hero {
  padding-top: 80px; }
  .partners_hero img {
    margin: 0 auto 20px auto;
    display: block; }
  .partners_hero h1, .partners_hero h2 {
    text-align: center; }
  .partners_hero h1 {
    font-size: 47px;
    line-height: 50px;
    font-weight: bold;
    font-family: "BentonSansMedium", helvetica, arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    margin-bottom: 20px; }
  .partners_hero h2 {
    font-family: "BentonSans", helvetica, arial, sans-serif;
    margin-bottom: 40px; }

.partners_cta {
  max-width: 320px;
  margin: 0 auto 60px auto;
  display: block; }
  .partners_cta .btn {
    padding-right: 15px; }
  .partners_cta .btn__text {
    text-align: center;
    display: block; }
  .partners_cta .email_signup {
    font-family: "BentonSans", helvetica, arial, sans-serif;
    text-align: center;
    display: block;
    margin-top: 10px;
    color: #0096de;
    font-size: 12px; }
    .partners_cta .email_signup:hover {
      text-decoration: underline; }

.promo-notice {
  background-color: #fff8cc;
  border-radius: 6px;
  display: none;
  font-family: "BentonSans", helvetica, arial, sans-serif;
  margin-bottom: 50px;
  margin-top: -100px;
  padding: 15px;
  text-align: center; }
  @media (max-width: 960px) {
    .promo-notice {
      margin-top: 0; } }

.home-hero {
  margin-top: 60px;
  text-align: center; }
  .home-hero p br {
    display: block; }
    @media (max-width: 960px) {
      .home-hero p br {
        display: none; } }
  .home-hero .large-shadow-btn {
    margin-top: 30px;
    margin-bottom: 20px; }

.home-fixed-content {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  height: 500px; }
  @media (max-width: 960px) {
    .home-fixed-content {
      height: auto;
      position: relative; } }

.home-unfixed-content {
  margin-top: 500px;
  position: relative;
  z-index: 1000; }
  @media (max-width: 960px) {
    .home-unfixed-content {
      margin-top: 0; } }

.home-usages {
  background-color: #323543;
  text-align: center; }
  .home-usages h2 {
    color: #fff;
    font-family: "BentonSans", helvetica, arial, sans-serif;
    line-height: 1.5em; }
    .home-usages h2 br {
      display: block; }
      @media (max-width: 960px) {
        .home-usages h2 br {
          display: none; } }

.home-languages {
  background-color: #464956; }
  .home-languages h2 {
    border-bottom: 1px solid #323543;
    color: #fff;
    padding: 40px;
    text-align: center; }

.home-sign-off {
  background-color: #fff;
  text-align: center; }
  .home-sign-off p br {
    display: block; }
    @media (max-width: 960px) {
      .home-sign-off p br {
        display: none; } }
  .home-sign-off .large-shadow-btn {
    margin-top: 30px; }

.home-customers {
  background-color: #f6f6f6; }
  .home-customers h2 {
    text-align: center; }

.quote-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.quote-headshot {
  height: 100px;
  width: 100px;
  background-size: 100%;
  border-radius: 5px;
  position: relative; }
  @media (max-width: 960px) {
    .quote-headshot {
      display: none; } }

.quote-headshot__company-badge {
  height: 32px;
  width: 32px;
  border-radius: 50%;
  position: absolute;
  right: -16px;
  bottom: -16px;
  background-size: 100%;
  border: 2px solid #f6f6f6; }

.quote-box {
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 30px;
  padding: 30px;
  position: relative; }
  .quote-box::after {
    position: absolute;
    top: 20px;
    right: 100%;
    height: 0;
    width: 0;
    border-bottom: 10px solid transparent;
    border-right: 10px solid rgba(0, 0, 0, 0.05);
    border-top: 10px solid transparent;
    content: " "; }
  @media (max-width: 960px) {
    .quote-box {
      margin-left: 0; }
      .quote-box::after {
        display: none; } }
  .quote-box p {
    margin-bottom: 20px; }

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

.language-block {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  transition: all 0.3s ease-in-out;
  border: 1px solid #323543;
  color: #fff;
  height: 150px;
  opacity: 0.5;
  width: 20%; }
  .language-block:hover {
    background-color: #00C488;
    opacity: 1; }
  @media (max-width: 960px) {
    .language-block {
      height: 100px;
      width: 50%; } }

.language-block__logo {
  max-height: 40%;
  max-width: 40%;
  opacity: 1; }
  .language-block:hover .language-block__logo {
    display: none; }

.language-block__name {
  display: none; }
  .language-block:hover .language-block__name {
    display: block; }

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

.customer-logo {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100px;
  width: 25%; }
  @media (max-width: 960px) {
    .customer-logo {
      width: 50%; } }
  .customer-logo img {
    max-height: 70%;
    max-width: 70%; }

.lava-lamp {
  height: 565px;
  width: 100%;
  background-image: url("https://d341kum51qu34d.cloudfront.net/images/svg/lava_lamp-47d38100.svg"); }

.usages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 100px; }
  @media (max-width: 960px) {
    .usages {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      margin-top: 30px; } }

.usage {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 20px; }
  .usage h3 {
    color: #fff; }
  .usage p {
    color: #fff;
    font-family: "BentonSans", helvetica, arial, sans-serif;
    font-size: 0.9375em;
    line-height: 1.5em; }

.usage__image {
  height: 80px;
  width: 100px;
  background: no-repeat center center;
  display: inline-block;
  margin-bottom: 20px; }

.summit__page {
  position: relative;
  padding-bottom: 100px; }
  .summit__page *,
  .summit__page *::after,
  .summit__page *::before {
    box-sizing: border-box; }
  .summit__page a {
    color: #45d298; }
  .summit__page h3 {
    font-size: 1.25em; }

.summit__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 20px;
  position: fixed;
  top: 0;
  width: 100%;
  background-color: rgba(69, 210, 152, 0.85);
  z-index: 2000; }
  @media (max-width: 960px) {
    .summit__nav {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  @media (max-width: 680px) {
    .summit__nav {
      background-color: transparent;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-bottom: 30px;
      padding-top: 20px;
      position: relative; } }
  .summit__nav .summit__nav__register {
    position: relative;
    border-radius: 5px;
    height: 40px;
    margin: 0;
    box-shadow: none; }
    .summit__nav .summit__nav__register:hover {
      box-shadow: none;
      opacity: .8; }
    @media (max-width: 960px) {
      .summit__nav .summit__nav__register {
        width: auto; } }
    @media (max-width: 680px) {
      .summit__nav .summit__nav__register {
        display: none; } }

.summit__main-logo {
  position: relative;
  width: 200px;
  min-width: 200px; }
  .summit__main-logo .main_logo__svg {
    margin: 0;
    fill: #fff;
    float: none;
    width: 100%;
    height: auto; }

.summit__nav__links {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .summit__nav__links a {
    color: #fff;
    font-size: 18px;
    padding: 5px 0; }
    .summit__nav__links a:hover {
      opacity: .8; }
  .summit__nav__links .summit__nav__item {
    margin: 0 20px;
    text-align: center; }
  @media (max-width: 960px) {
    .summit__nav__links {
      margin-top: 10px;
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2;
      width: 100%; } }
  @media (max-width: 680px) {
    .summit__nav__links .summit__nav__item {
      margin: 0 15px;
      margin-top: 10px; } }

.summit__intro {
  background-image: url("https://d341kum51qu34d.cloudfront.net/images/summit/twin-peaks-00bd1ba5.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 130px;
  position: relative; }
  .summit__intro::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(69, 210, 152, 0.75);
    background: linear-gradient(to bottom, rgba(69, 210, 152, 0.65), rgba(49, 166, 117, 0.8)); }
  @media (max-width: 680px) {
    .summit__intro {
      padding-top: 0; } }
  .summit__intro .intro__content {
    padding-bottom: 340px;
    position: relative; }
  .summit__intro .icon--arrow-down {
    display: block;
    width: 40px;
    margin: 0 auto;
    -webkit-animation: icon-bounce 1.1s ease-in-out infinite;
            animation: icon-bounce 1.1s ease-in-out infinite;
    position: relative; }

@-webkit-keyframes icon-bounce {
  50% {
    -webkit-transform: translate3d(0, 20%, 0);
            transform: translate3d(0, 20%, 0); }
  100% {
    -webkit-transform: none;
            transform: none; } }

@keyframes icon-bounce {
  50% {
    -webkit-transform: translate3d(0, 20%, 0);
            transform: translate3d(0, 20%, 0); }
  100% {
    -webkit-transform: none;
            transform: none; } }

.summit__background {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 600px;
  background-image: url("https://d341kum51qu34d.cloudfront.net/images/summit/twin-peaks-00bd1ba5.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  opacity: .1;
  z-index: -1; }

.summit__title {
  color: #fff;
  padding: 0 20px;
  margin-bottom: 60px; }

.summit__headline {
  font-size: 56px;
  font-weight: bold; }
  @media (max-width: 960px) {
    .summit__headline {
      font-size: 42px;
      line-height: 50px;
      margin-bottom: 15px; } }

.summit__subhead {
  font-size: 28px; }
  @media (max-width: 960px) {
    .summit__subhead {
      font-size: 20px; } }

.summit__registration {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 15px;
  font-weight: 600;
  padding: 0 30px;
  margin-bottom: 60px;
  position: relative;
  z-index: 1; }
  @media (max-width: 960px) {
    .summit__registration {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }
  .summit__registration .summit__register {
    display: none; }
    @media (max-width: 680px) {
      .summit__registration .summit__register {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }

.summit__calendar-wrap {
  position: relative;
  max-width: 100%; }
  .summit__calendar-wrap.summit__info {
    padding: 0; }
  .summit__calendar-wrap .summit__info--outline {
    line-height: 50px;
    border-radius: 5px;
    padding: 0 30px;
    width: 100%; }

.info__calendar-input {
  display: none; }
  .info__calendar-input:checked ~ .info__calendar-toggle {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }
  .info__calendar-input:checked ~ .calendar__list {
    display: block; }

.info__calendar-toggle {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer; }

.calendar__list {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.35);
  position: absolute;
  top: 50px;
  width: 100%;
  list-style: none;
  text-align: left;
  z-index: 1;
  margin: 0;
  padding: 0;
  display: none;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  overflow: hidden; }

.calendar__item-link {
  display: block;
  background-color: #fff;
  color: #45d298;
  text-decoration: none;
  width: 100%;
  padding: 10px 20px; }
  .calendar__item-link:hover {
    background-color: #3ac189;
    color: #fff; }

.summit__info {
  height: 50px;
  border-radius: 5px;
  color: #fff;
  padding: 0 30px;
  margin: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  position: relative; }
  @media (max-width: 960px) {
    .summit__info {
      margin: 0;
      margin-bottom: 20px;
      width: 300px;
      max-width: 100%; } }

a.summit__info {
  color: #fff; }

.summit__info--outline {
  border: 1px solid;
  transition: all .15s ease-out; }
  .summit__info--outline:hover {
    background-color: rgba(255, 255, 255, 0.15); }

.summit__info--solid {
  background-color: #fff;
  color: #45d298;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.35);
  transition: all .15s ease-out;
  position: relative; }
  .summit__info--solid:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.35); }
  .summit__info--solid:active {
    box-shadow: none; }

.summit__info--green .summit__info--outline {
  color: #45d298; }
  .summit__info--green .summit__info--outline:hover {
    background-color: rgba(69, 210, 152, 0.15); }

.summit__info--green .summit__info--solid {
  background-color: #45d298;
  color: #fff; }

.summit__info--green .tito-tickets-button {
  color: #fff; }

.summit__registration--bottom .info__calendar-input:checked ~ .info__calendar-toggle {
  border-radius: 5px;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.summit__registration--bottom .calendar__list {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.35);
  bottom: 100%;
  border-radius: 0;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  top: auto; }

.summit__description {
  width: 640px;
  max-width: 100%;
  margin: 0 auto;
  margin-bottom: 40px;
  padding: 0 30px; }

.summit__description-copy {
  color: #fff;
  font-size: 22px;
  line-height: 1.5; }

.summit__main-content {
  position: relative; }
  .summit__main-content .lava_lamp {
    background-image: url("https://d341kum51qu34d.cloudfront.net/images/svg/lava_lamp_green-c962adaf.svg");
    background-size: 733px 420px;
    height: 420px;
    margin-top: -290px;
    margin-bottom: 40px; }

.summit__section-header {
  width: 100%;
  padding: 0 15px;
  text-align: center;
  margin-bottom: 60px; }

.summit__section-title {
  color: #45d298;
  font-size: 42px;
  font-weight: 600;
  margin-bottom: 20px; }

.summit__section-description {
  opacity: .75; }

.summit__speakers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  margin-bottom: 100px;
  max-width: 1024px; }

.speaker__wrap {
  width: 33.33333%;
  min-width: 300px;
  padding: 0 20px;
  margin-bottom: 30px;
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.speaker__content {
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #e9e9e9;
  padding: 0 20px;
  padding-bottom: 30px;
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative; }

.speaker__image {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  box-shadow: 0 0 0 5px #45d298;
  overflow: hidden;
  margin: 0 auto;
  margin-top: -50px;
  margin-bottom: 40px; }
  .speaker__image img {
    width: 100%; }

.speaker__name {
  color: #45d298;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px; }

.speaker__title {
  color: #909090;
  font-size: 15px;
  margin-bottom: 10px;
  line-height: 1.4; }

.speaker__bio {
  margin: 30px 0;
  text-align: left; }

.speaker__contact {
  display: none;
  bottom: -20px;
  left: 15px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  right: 15px; }
  .speaker__contact .contact__item {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 40px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    transition: -webkit-transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    width: 40px; }
    .speaker__contact .contact__item img {
      width: 20px; }
    .speaker__contact .contact__item:hover {
      -webkit-transform: scale(1.1);
              transform: scale(1.1); }
  .speaker__contact .contact__item--twitter {
    background-color: #0096de; }

.summit__footer {
  padding: 0 30px;
  text-align: center; }

.tito-tickets-button {
  background-color: transparent;
  color: #45d298;
  font-weight: bolder; }

.summit__coc h1 {
  color: #45d298;
  font-weight: 600;
  margin-bottom: 70px;
  text-align: center; }

.summit__coc h2,
.summit__coc h3 {
  color: #45d298;
  font-weight: 600;
  margin-bottom: 30px; }

.summit__coc p {
  margin-bottom: 20px;
  line-height: 1.5; }

.summit__coc .summit__grid {
  max-width: 680px;
  padding: 0 30px;
  margin: 0 auto;
  position: relative; }

.summit__coc .summit__contact--person {
  margin-bottom: 30px; }

@media (max-width: 680px) {
  .summit__coc .main_logo__svg {
    fill: #000; }
  .summit__coc .summit__nav__links a {
    color: #45d298; } }

.summit__coc__intro {
  padding-bottom: 40px;
  margin-bottom: 40px;
  background-color: #f6f6f6;
  position: relative; }
  .summit__coc__intro p {
    font-size: 1.2em; }
  .summit__coc__intro::before {
    background: none;
    background-color: #fff;
    opacity: .85; }

.summit__coc__section {
  margin-bottom: 40px; }

.main_header {
  display: block;
  width: 100%;
  height: 60px;
  background: #00C488;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2000;
  transition: background-color .2s; }
  .main_header.main_header--enterprise, .main_header.main_header--enterprise_form, .main_header.main_header--enterprise_thank_you {
    background: #0b0e24; }
  .body--white .main_header .main_grid {
    border-bottom: 0; }

.body--white .main_header {
  background-color: #00C488; }

.main_header__burger_menu {
  display: none;
  position: absolute;
  top: 0;
  right: 5%; }

.main_logo {
  display: block;
  float: left;
  margin-right: 10px;
  height: 60px; }
  .main_logo h1 {
    display: block;
    width: 0;
    height: 0;
    overflow: hidden;
    text-indent: -9999px; }
  .main_logo svg {
    display: block;
    width: 170px;
    height: 22px;
    float: left;
    margin-top: 16px; }
    .main_logo svg path, .main_logo svg polygon {
      fill: #fff; }
  .main_logo img {
    display: block;
    width: auto;
    height: 22px;
    float: left;
    margin: 16px 0 0 10px; }
  .main_logo:hover {
    opacity: 0.8; }

.main_navigation {
  display: block;
  float: left;
  position: relative; }

.main_navigation__link {
  margin-left: 30px;
  -webkit-font-smoothing: antialiased; }
  .main_navigation__link::before {
    padding-right: 5px; }
  .main_navigation__link .octicon {
    font-size: 0.9375em; }

.main_navigation__sub_nav {
  display: block;
  width: 240px;
  height: auto;
  position: absolute;
  top: 60px;
  left: 0;
  background: #fff;
  visibility: hidden;
  opacity: 0;
  transition: all .3s;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px; }
  .body--white .main_navigation__sub_nav {
    background-color: #00C488; }
  .main_navigation__sub_nav .main_grid {
    background: #68c192; }
    .main_header--enterprise .main_navigation__sub_nav .main_grid,
    .main_header--enterprise_form .main_navigation__sub_nav .main_grid,
    .main_header--enterprise_thank_you .main_navigation__sub_nav .main_grid {
      background: #111638; }
  .main_navigation__sub_nav .main_navigation__link {
    display: block;
    float: none;
    line-height: 38px;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    -webkit-transform: translateX(-5px);
            transform: translateX(-5px);
    color: #323543; }
    .body--white .main_navigation__sub_nav .main_navigation__link {
      color: #fff; }
  .main_navigation__sub_nav.open {
    opacity: 1;
    visibility: visible; }
    .main_navigation__sub_nav.open a {
      -webkit-transform: translateX(0px);
              transform: translateX(0px); }
  .main_navigation__sub_nav .main_grid {
    border: 0; }

.acct_navigation {
  position: absolute;
  top: 0;
  right: calc((100vw - 940px)/2); }
  .acct_navigation .button, .acct_navigation .acct_navigation__link {
    display: block;
    float: left; }
  .acct_navigation .button {
    margin-top: 17px;
    margin-right: 10px; }

@media (max-width: 960px) {
  .main_header {
    background: #00C488; }
    .main_header--enterprise_form, .main_header--enterprise_thank_you {
      background: #0b0e24; }
  .main_logo {
    width: 40px;
    position: relative;
    overflow: hidden; }
    .main_logo.main_logo--enterprise, .main_logo.main_logo--enterprise_form, .main_logo.main_logo--enterprise_thank_you {
      width: 142px; }
    .main_logo.main_logo--enterprise img,
    .main_logo.main_logo--enterprise_form img,
    .main_logo.main_logo--enterprise_thank_you img {
      position: absolute;
      top: 0;
      right: 0; }
  .main_logo svg .text {
    display: none; }
  .main_logo--enterprise svg .text,
  .main_logo--enterprise_form svg .text,
  .main_logo--enterprise_thank_you svg .text {
    margin-right: -102px; }
  .main_header__burger_menu {
    display: block; }
  .main_navigation {
    width: 100vw;
    position: absolute;
    top: 60px;
    left: 0;
    background: #00C488;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    border-bottom: 1px solid white; }
    .main_header--enterprise .main_navigation,
    .main_header--enterprise_form .main_navigation,
    .main_header--enterprise_thank_you .main_navigation {
      background: #0b0e24; }
    .main_navigation.open {
      -webkit-transform: translateX(0px);
              transform: translateX(0px); }
  .main_navigation__link,
  .main_navigation__link:first-child {
    font-size: 15px;
    line-height: 40px;
    display: block;
    width: 100%;
    height: 40px;
    margin: 0;
    background: none;
    border-top: 1px solid #fff;
    color: #fff;
    background: #00C488;
    text-indent: 5%;
    -webkit-transform: translateX(0px);
            transform: translateX(0px); }
    .main_navigation__link.subs_only,
    .main_navigation__link:first-child.subs_only {
      display: none; }
  .main_navigation__sub_nav {
    display: block;
    width: 100%;
    height: auto;
    position: static;
    float: left;
    visibility: visible;
    opacity: 1; }
    .main_navigation__sub_nav .main_navigation__link {
      -webkit-transform: translateX(0);
              transform: translateX(0); }
    .main_navigation__sub_nav .main_grid {
      width: 100%;
      margin: 0; }
  .acct_navigation {
    position: static; } }

.promo_header, .promo_header--space, .promo_header--space--thankyou, .promo_header--thanks {
  display: block;
  width: 100%;
  height: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  background: #00C488; }
  .promo_header--ccp {
    background: url("https://d341kum51qu34d.cloudfront.net/images/home/ccp-82189624.jpg") #092735 bottom center repeat-x; }
  .promo_header .btn, .promo_header--space .btn, .promo_header--space--thankyou .btn, .promo_header--thanks .btn {
    float: left;
    margin: 35px 15px 0 0; }
  .promo_header .email_signup, .promo_header--space .email_signup, .promo_header--space--thankyou .email_signup, .promo_header--thanks .email_signup {
    float: left;
    clear: both;
    font-family: "BentonSans", helvetica, arial, sans-serif;
    font-size: 12px;
    color: #009165;
    margin: 5px 0 0 15px; }
    .promo_header .email_signup:hover, .promo_header--space .email_signup:hover, .promo_header--space--thankyou .email_signup:hover, .promo_header--thanks .email_signup:hover {
      text-decoration: underline; }
    @media (max-width: 680px) {
      .promo_header .email_signup, .promo_header--space .email_signup, .promo_header--space--thankyou .email_signup, .promo_header--thanks .email_signup {
        margin-left: 0; } }

.promo_header--space, .promo_header--space--thankyou {
  padding-bottom: 70px;
  background: #080c20 url("https://d341kum51qu34d.cloudfront.net/images/heros/space-a09e517a.jpg") bottom center no-repeat; }
  .promo_header--space .btn, .promo_header--space--thankyou .btn {
    float: none;
    margin: 35px auto; }

.promo_header--space--thankyou {
  height: 50vh; }

.promo_header--thanks {
  padding: 20vh 0 30vh 0; }

.promo_header__title, .promo_header__title--space, .promo_header__title--thanks {
  font-size: 47px;
  line-height: 52px;
  color: white;
  font-family: "BentonSans", helvetica, arial, sans-serif;
  margin-top: 45px; }

.promo_header__title--space, .promo_header__title--thanks {
  text-align: center; }

.promo_header__explanation, .promo_header__explanation--space, .promo_header__explanation--thanks {
  font-size: 20px;
  line-height: 24px;
  color: white;
  font-family: "BentonSans", helvetica, arial, sans-serif; }
  .promo_header__explanation--sub {
    display: block;
    float: left;
    clear: both;
    margin-top: 15px; }

.promo_header__explanation--space, .promo_header__explanation--thanks {
  margin-top: 21px;
  text-align: center; }
  .promo_header__explanation--space a, .promo_header__explanation--thanks a {
    color: #fff;
    text-decoration: underline; }
    .promo_header__explanation--space a:hover, .promo_header__explanation--thanks a:hover {
      text-decoration: none; }
  .promo_header__explanation--space--sub, .promo_header__explanation--thanks--sub {
    float: none; }

@media (max-width: 680px) {
  .promo_header__title, .promo_header__title--space, .promo_header__title--thanks {
    font-size: 36px;
    line-height: 42px;
    margin-top: 35px; }
  .promo_header__explanation, .promo_header__explanation--space, .promo_header__explanation--thanks {
    font-size: 16px;
    line-height: 19px; }
    .promo_header__explanation--sub {
      margin-top: 14px; } }

.main_footer {
  background: #f6f6f6;
  padding: 25px 0; }
  .main_footer.lava {
    background-color: #323543;
    padding: 35px 0; }
    .main_footer.lava a {
      color: #fff; }
      .main_footer.lava a:hover {
        color: #b1b1b1; }
  .main_footer .iconed_link {
    float: left; }

.main_footer .main_grid {
  position: relative; }

.main_footer__nav {
  position: absolute;
  top: 3px;
  right: 0; }
  .main_footer__nav a {
    display: block;
    float: left;
    font-size: 12px;
    line-height: 26px;
    color: #909090;
    transition: color .3s, opacity .3s;
    margin-left: 25px; }
    .main_footer__nav a:hover {
      color: black; }

@media (max-width: 960px) {
  .main_footer {
    text-align: center;
    height: auto; }
    .main_footer .iconed_link {
      display: inline-block;
      float: none; }
  .main_footer__nav {
    display: block;
    position: static;
    margin: 12px auto;
    min-height: 30px;
    text-align: center; }
    .main_footer__nav a {
      display: inline;
      float: none;
      margin: 0 12px; } }

.button {
  height: 26px;
  padding: 0 15px;
  background: #009165;
  font-size: 12px;
  line-height: 26px;
  color: white;
  opacity: 1;
  transition: opacity 0.3s; }

.button--simple {
  border-radius: 5px; }
  .button--simple:hover {
    opacity: 0.8; }
  .button--simple:active {
    background: #fff;
    color: #064c2d; }

.button--big {
  border-radius: 5px;
  font-size: 18px;
  height: 36px; }

.btn {
  display: block;
  width: auto;
  height: auto;
  padding: 13px 40px 13px 15px;
  background: #909090;
  position: relative;
  border: 1px solid #0096de;
  transition: color .2s, background .2s;
  cursor: pointer; }

.btn__icon {
  font-size: 22px;
  line-height: 22px;
  margin-right: 12px; }

.btn--inline {
  display: inline-block; }

.btn__text {
  font-size: 18px;
  line-height: 18px; }

.btn__cta {
  position: absolute;
  top: 50%;
  right: 15px;
  font-size: 16px;
  line-height: 18px;
  margin-top: -8px;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s; }

.btn:hover .btn__cta {
  -webkit-transform: translateX(5px);
          transform: translateX(5px); }

.large-shadow-btn {
  box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.12) inset, 0 0 2px rgba(0, 0, 0, 0.08), 0 4px 6px rgba(0, 0, 0, 0.08), 0 12px 16px rgba(0, 0, 0, 0.08);
  background-color: #00C488;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  padding: 20px 40px;
  transition: all 0.3s ease-in-out; }
  .large-shadow-btn:hover {
    box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.12) inset, 0 0 2px rgba(0, 0, 0, 0.08), 0 12px 16px rgba(0, 0, 0, 0.08), 0 16px 32px rgba(0, 0, 0, 0.08), 0 24px 36px rgba(0, 0, 0, 0.08); }
  .large-shadow-btn:hover {
    background: #1aca94;
    -webkit-transform: translateY(-1px);
            transform: translateY(-1px); }

.btn--blue, .btn--action {
  border-radius: 5px;
  background: #0096de;
  color: white; }
  .btn--blue:hover, .btn--action:hover {
    color: #0096de;
    background: #def4ff; }

.btn--action {
  text-align: center;
  box-sizing: content-box;
  line-height: 30px;
  min-height: 18px;
  width: 150px;
  padding: 5px 15px;
  border: 1px solid #0074ab; }

.btn--head_promo {
  border: 0;
  padding-right: 120px;
  color: white;
  background: #009165;
  border-radius: 5px; }
  .btn--head_promo:hover {
    background: rgba(0, 145, 101, 0.5); }
  .btn--head_promo:active {
    background: #fff;
    color: #064c2d; }

.btn--space_promo {
  display: block;
  width: 240px;
  height: auto;
  box-sizing: border-box;
  border: none;
  color: white;
  background: #0d6463;
  border-radius: 5px;
  margin: 0 auto; }
  .btn--space_promo:active {
    background: #fff;
    color: #0096de; }

.btn--head_promo--ccp {
  border: 0;
  padding-right: 90px;
  color: #fcdc4b;
  background: #092735;
  border-radius: 5px;
  border: 2px solid #fcdc4b; }
  @media (max-width: 960px) {
    .btn--head_promo--ccp {
      padding-right: 50px; } }
  .btn--head_promo--ccp:hover {
    background: rgba(9, 39, 53, 0.5); }
  .btn--head_promo--ccp:active {
    background: #fcdc4b;
    color: #064c2d; }

.btn--platform {
  background: #00C488;
  width: 80%;
  max-width: 220px;
  margin: 0 auto;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  border: 0;
  padding: 13px 15px; }
  .btn--platform:hover {
    background: #eedb5b; }

.iconed_link {
  display: block;
  width: 95px;
  height: 35px;
  font-size: 16px;
  line-height: 35px;
  color: #909090; }
  .iconed_link span, .iconed_link h4 {
    display: block;
    float: left; }
  .iconed_link span {
    position: relative;
    top: 4px;
    padding-right: 5px;
    transition: color .3s;
    font-size: 32px;
    line-height: 28px; }
  .iconed_link h4 {
    transition: color .3s;
    line-height: 35px; }
  .iconed_link:hover {
    color: black; }
    .iconed_link:hover span.icon-help {
      color: #d9322f; }
    .iconed_link:hover span.icon-docs {
      color: #0096de; }

.tool_tip {
  position: absolute;
  box-sizing: border-box;
  left: 50%;
  top: 150%;
  border-radius: 5px;
  font-size: 10px;
  line-height: 27px;
  color: #fff;
  text-align: center;
  background: black;
  transition: opacity .4s; }
  .tool_tip:before {
    content: "";
    height: 0;
    width: 0;
    border-bottom: 6px solid black;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    position: absolute;
    top: -6px;
    left: 50%;
    margin-left: -6px; }

.rtn_btn {
  display: block;
  width: 40px;
  height: 40px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
  text-indent: -9999px;
  background: url("https://d341kum51qu34d.cloudfront.net/images/icons/left_arrow_fancy-a4e260e1.svg") center center repeat-x;
  background-size: 30px 30px;
  margin: 6px 0;
  opacity: 0.6;
  transition: opacity .2s; }
  .rtn_btn:hover {
    opacity: 1; }

.divider {
  margin-top: 40px;
  margin-bottom: 40px;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

.header-divider {
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative; }
  .header-divider::after {
    margin-right: auto;
    margin-left: auto;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 3px;
    width: 30px;
    background-color: #00C488;
    content: "";
    display: block; }

.small-link {
  border-bottom: 1px solid transparent;
  color: #00C488;
  font-size: 0.75em;
  transition: all 0.3s ease-in-out; }
  .small-link:hover {
    border-bottom-color: #00C488;
    color: #00b07a;
    padding-bottom: 2px; }
