/*
 * Web Starter Kit
 *
 * Multi-screen layout styles for your page. Brought to you by the
 * Web Starter Kit team.
 *
 */
/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
/* line 17, /Volumes/proton/suite/seed-ghpages/src/styles/_h5bp */
html, button, input, select, textarea {
  color: #222; }

/* line 21, /Volumes/proton/suite/seed-ghpages/src/styles/_h5bp */
body {
  font-size: 1em;
  line-height: 1.4; }

/* line 26, /Volumes/proton/suite/seed-ghpages/src/styles/_h5bp */
a {
  color: #00e; }

/* line 30, /Volumes/proton/suite/seed-ghpages/src/styles/_h5bp */
a:visited {
  color: #551a8b; }

/* line 34, /Volumes/proton/suite/seed-ghpages/src/styles/_h5bp */
a:hover {
  color: #06e; }

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */
/* line 42, /Volumes/proton/suite/seed-ghpages/src/styles/_h5bp */
img {
  vertical-align: middle; }

/*
 * Remove default fieldset styles.
 */
/* line 50, /Volumes/proton/suite/seed-ghpages/src/styles/_h5bp */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/*
 * Allow only vertical resizing of textareas.
 */
/* line 60, /Volumes/proton/suite/seed-ghpages/src/styles/_h5bp */
textarea {
  resize: vertical; }

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* ==========================================================================
   Helper classes
   ========================================================================== */
/* Prevent callout */
/* line 91, /Volumes/proton/suite/seed-ghpages/src/styles/_h5bp */
.nocallout {
  -webkit-touch-callout: none; }

/* line 95, /Volumes/proton/suite/seed-ghpages/src/styles/_h5bp */
.pressed {
  background-color: rgba(0, 0, 0, 0.7); }

/* A hack for HTML5 contenteditable attribute on mobile */
/* line 101, /Volumes/proton/suite/seed-ghpages/src/styles/_h5bp */
textarea[contenteditable] {
  -webkit-appearance: none; }

/* A workaround for S60 3.x and 5.0 devices which do not animated gif images if
   they have been set as display: none */
/* line 108, /Volumes/proton/suite/seed-ghpages/src/styles/_h5bp */
.gifhidden {
  position: absolute;
  left: -100%; }

/*
 * Image replacement
 */
/* line 117, /Volumes/proton/suite/seed-ghpages/src/styles/_h5bp */
.ir {
  background-color: transparent;
  background-repeat: no-repeat;
  border: 0;
  direction: ltr;
  display: block;
  overflow: hidden;
  text-align: left;
  text-indent: -999em; }

/* line 128, /Volumes/proton/suite/seed-ghpages/src/styles/_h5bp */
.ir br {
  display: none; }

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
/* line 136, /Volumes/proton/suite/seed-ghpages/src/styles/_h5bp */
.hidden {
  display: none !important;
  visibility: hidden; }

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
/* line 145, /Volumes/proton/suite/seed-ghpages/src/styles/_h5bp */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
/* line 162, /Volumes/proton/suite/seed-ghpages/src/styles/_h5bp */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/*
 * Hide visually and from screenreaders, but maintain layout
 */
/* line 175, /Volumes/proton/suite/seed-ghpages/src/styles/_h5bp */
.invisible {
  visibility: hidden; }

/**
 * Clearfix helper
 * Used to contain floats: h5bp.com/q
 */
/* line 185, /Volumes/proton/suite/seed-ghpages/src/styles/_h5bp */
.clearfix::before, .clearfix::after {
  content: "";
  display: table; }

/* line 190, /Volumes/proton/suite/seed-ghpages/src/styles/_h5bp */
.clearfix::after {
  clear: both; }

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   Theses examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
/*
 * Visual Style Guide styles
 * Remove if you prefer to use a CSS library, like Bootstrap
 */
/**
*
* Main Stylesheet For Visual Style Guide
*
**/
/**
*
* Utils
*
**/
/*==========  VARIABLES  ==========*/
/*==========  FUNCTIONS  ==========*/
/*==========  MIXINS  ==========*/
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 9, /Volumes/proton/suite/seed-ghpages/src/styles/components/_normalize */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
/* line 19, /Volumes/proton/suite/seed-ghpages/src/styles/components/_normalize */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
/* line 42, /Volumes/proton/suite/seed-ghpages/src/styles/components/_normalize */
article, aside, details, figcaption, figure, footer, header, main, nav, section, summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
/* line 54, /Volumes/proton/suite/seed-ghpages/src/styles/components/_normalize */
audio, canvas, progress, video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 64, /Volumes/proton/suite/seed-ghpages/src/styles/components/_normalize */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
/* line 75, /Volumes/proton/suite/seed-ghpages/src/styles/components/_normalize */
[hidden], template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
/* line 86, /Volumes/proton/suite/seed-ghpages/src/styles/components/_normalize */
a {
  background: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
/* line 95, /Volumes/proton/suite/seed-ghpages/src/styles/components/_normalize */
a:active, a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
/* line 106, /Volumes/proton/suite/seed-ghpages/src/styles/components/_normalize */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
/* line 115, /Volumes/proton/suite/seed-ghpages/src/styles/components/_normalize */
b, strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
/* line 123, /Volumes/proton/suite/seed-ghpages/src/styles/components/_normalize */
dfn {
  font-style: italic; }

/**
 * Address styling not present in IE 8/9.
 */
/* line 132, /Volumes/proton/suite/seed-ghpages/src/styles/components/_normalize */
mark {
  background: #ff0;
  color: #000; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 143, /Volumes/proton/suite/seed-ghpages/src/styles/components/_normalize */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

/* line 150, /Volumes/proton/suite/seed-ghpages/src/styles/components/_normalize */
sup {
  top: -0.5em; }

/* line 154, /Volumes/proton/suite/seed-ghpages/src/styles/components/_normalize */
sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
/* line 165, /Volumes/proton/suite/seed-ghpages/src/styles/components/_normalize */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
/* line 173, /Volumes/proton/suite/seed-ghpages/src/styles/components/_normalize */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Remove margin
 */
/* line 184, /Volumes/proton/suite/seed-ghpages/src/styles/components/_normalize */
figure {
  margin: 0; }

/**
 * Address differences between Firefox and other browsers.
 */
/* line 192, /Volumes/proton/suite/seed-ghpages/src/styles/components/_normalize */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
/* line 202, /Volumes/proton/suite/seed-ghpages/src/styles/components/_normalize */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
/* line 213, /Volumes/proton/suite/seed-ghpages/src/styles/components/_normalize */
code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em; }

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

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
/* line 247, /Volumes/proton/suite/seed-ghpages/src/styles/components/_normalize */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
/* line 259, /Volumes/proton/suite/seed-ghpages/src/styles/components/_normalize */
button, select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
/* line 274, /Volumes/proton/suite/seed-ghpages/src/styles/components/_normalize */
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.
 */
/* line 284, /Volumes/proton/suite/seed-ghpages/src/styles/components/_normalize */
button[disabled], html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 293, /Volumes/proton/suite/seed-ghpages/src/styles/components/_normalize */
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 303, /Volumes/proton/suite/seed-ghpages/src/styles/components/_normalize */
input {
  line-height: normal; }

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

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

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
/* line 338, /Volumes/proton/suite/seed-ghpages/src/styles/components/_normalize */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
/* line 352, /Volumes/proton/suite/seed-ghpages/src/styles/components/_normalize */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
/* line 361, /Volumes/proton/suite/seed-ghpages/src/styles/components/_normalize */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
/* line 370, /Volumes/proton/suite/seed-ghpages/src/styles/components/_normalize */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
/* line 379, /Volumes/proton/suite/seed-ghpages/src/styles/components/_normalize */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 390, /Volumes/proton/suite/seed-ghpages/src/styles/components/_normalize */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* line 396, /Volumes/proton/suite/seed-ghpages/src/styles/components/_normalize */
td, th {
  padding: 0; }

/* Blockquote
   ========================================================================== */
/* line 403, /Volumes/proton/suite/seed-ghpages/src/styles/components/_normalize */
blockquote {
  margin: 0; }

/**
*
* Global
*
**/
/* line 9, /Volumes/proton/suite/seed-ghpages/src/styles/components/_global */
*, *::before, *::after {
  box-sizing: border-box; }

/* line 15, /Volumes/proton/suite/seed-ghpages/src/styles/components/_global */
html, body, button {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased; }

/* line 21, /Volumes/proton/suite/seed-ghpages/src/styles/components/_global */
body {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.625em;
  /* 26px */
  font-weight: 300;
  color: #404040;
  position: relative; }
  /* line 154, /Volumes/proton/suite/seed-ghpages/src/styles/components/_utils */
  body::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    z-index: 9;
    display: none;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.15) 95%, rgba(0, 0, 0, 0.15) 100%);
    background-size: 100% 26px; }
  /* line 170, /Volumes/proton/suite/seed-ghpages/src/styles/components/_utils */
  body.debug::after {
    display: block;
    pointer-events: none; }

/* line 31, /Volumes/proton/suite/seed-ghpages/src/styles/components/_global */
pre {
  background: #f0f0f0;
  padding: 13px; }

/* line 36, /Volumes/proton/suite/seed-ghpages/src/styles/components/_global */
.main-container {
  box-sizing: content-box;
  position: relative;
  padding-left: 5%;
  padding-right: 5%;
  margin-left: auto;
  margin-right: auto; }
  @media only screen and (min-width: 620px) {
    .main-container {
      padding-left: 4.8%;
      padding-right: 4.8%;
      max-width: 688px; } }
  @media only screen and (min-width: 800px) {
    .main-container {
      padding-left: 4.4%;
      padding-right: 4.4%;
      max-width: 864px; } }

/* line 40, /Volumes/proton/suite/seed-ghpages/src/styles/components/_global */
.container {
  box-sizing: content-box;
  position: relative;
  padding-left: 5%;
  padding-right: 5%;
  margin-left: auto;
  margin-right: auto; }
  @media only screen and (min-width: 620px) {
    .container {
      padding-left: 4.8%;
      padding-right: 4.8%;
      max-width: 688px; } }
  @media only screen and (min-width: 800px) {
    .container {
      padding-left: 4.4%;
      padding-right: 4.4%;
      max-width: 864px; } }

@media only screen and (min-width: 620px) {
  .container-medium {
    box-sizing: content-box;
    position: relative;
    padding-left: 5%;
    padding-right: 5%;
    margin-left: auto;
    margin-right: auto; }
    @media only screen and (min-width: 620px) {
      .container-medium {
        padding-left: 4.8%;
        padding-right: 4.8%;
        max-width: 688px; } }
    @media only screen and (min-width: 800px) {
      .container-medium {
        padding-left: 4.4%;
        padding-right: 4.4%;
        max-width: 864px; } } }

@media only screen and (max-width: 619px) {
  .container-small {
    box-sizing: content-box;
    position: relative;
    padding-left: 5%;
    padding-right: 5%;
    margin-left: auto;
    margin-right: auto; }
    @media only screen and (min-width: 620px) {
      .container-small {
        padding-left: 4.8%;
        padding-right: 4.8%;
        max-width: 688px; } }
    @media only screen and (min-width: 800px) {
      .container-small {
        padding-left: 4.4%;
        padding-right: 4.4%;
        max-width: 864px; } } }

@media only screen and (min-width: 800px) {
  .content {
    margin-right: 25.9%; }
    /* line 60, /Volumes/proton/suite/seed-ghpages/src/styles/components/_global */
    .content pre {
      margin-right: -25.9%; } }

@font-face {
  font-family: icons;
  src: url(../images/icons/icons.eot);
  src: url(../images/icons/icons.eot?#iefix) format('embedded-opentype'), url(../images/icons/icons.woff2) format('woff2'), url(../images/icons/icons.woff) format('woff'), url(../images/icons/icons.ttf) format('truetype'), url(../images/icons/icons.svg?#icons) format('svg');
  font-weight: normal;
  font-style: normal; }

/* line 13, /Volumes/proton/suite/seed-ghpages/src/styles/components/_components/_icons */
.icon {
  font-family: 'icons';
  display: inline-block;
  vertical-align: top;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* line 30, /Volumes/proton/suite/seed-ghpages/src/styles/components/_components/_icons */
.icon-bullet::before, ul li::before, ul.list-links a::before, .list-anchor a::before {
  content: "\e001"; }

/* line 35, /Volumes/proton/suite/seed-ghpages/src/styles/components/_components/_icons */
.icon-chevron-down::before {
  content: '\e002'; }

/* line 40, /Volumes/proton/suite/seed-ghpages/src/styles/components/_components/_icons */
.icon-chevron-large::before {
  content: '\e003'; }

/* line 45, /Volumes/proton/suite/seed-ghpages/src/styles/components/_components/_icons */
.icon-chevron-left::before, .article-nav-link--prev::before {
  content: '\e004'; }

/* line 50, /Volumes/proton/suite/seed-ghpages/src/styles/components/_components/_icons */
.icon-chevron-right::before, .article-nav-link--next::before, ul.list-links.list-links--primary a::before {
  content: '\e005'; }

/* line 55, /Volumes/proton/suite/seed-ghpages/src/styles/components/_components/_icons */
.icon-chevron-up::before {
  content: '\e006'; }

/* line 60, /Volumes/proton/suite/seed-ghpages/src/styles/components/_components/_icons */
.icon-close::before {
  content: '\e007'; }

/* line 65, /Volumes/proton/suite/seed-ghpages/src/styles/components/_components/_icons */
.icon-cog::before {
  content: '\e008'; }

/* line 70, /Volumes/proton/suite/seed-ghpages/src/styles/components/_components/_icons */
.icon-diamond::before {
  content: '\e009'; }

/* line 75, /Volumes/proton/suite/seed-ghpages/src/styles/components/_components/_icons */
.icon-exclamation::before {
  content: '\e00a'; }

/* line 80, /Volumes/proton/suite/seed-ghpages/src/styles/components/_components/_icons */
.icon-google-dev::before {
  content: '\e00b'; }

/* line 85, /Volumes/proton/suite/seed-ghpages/src/styles/components/_components/_icons */
.icon-hash::before {
  content: '\e00c'; }

/* line 90, /Volumes/proton/suite/seed-ghpages/src/styles/components/_components/_icons */
.icon-introduction-to-media::before {
  content: '\e00d'; }

/* line 95, /Volumes/proton/suite/seed-ghpages/src/styles/components/_components/_icons */
.icon-lessons::before {
  content: '\e00e'; }

/* line 100, /Volumes/proton/suite/seed-ghpages/src/styles/components/_components/_icons */
.icon-menu::before {
  content: '\e00f'; }

/* line 105, /Volumes/proton/suite/seed-ghpages/src/styles/components/_components/_icons */
.icon-minus::before {
  content: '\e010'; }

/* line 110, /Volumes/proton/suite/seed-ghpages/src/styles/components/_components/_icons */
.icon-multi-device-layouts::before {
  content: '\e011'; }

/* line 115, /Volumes/proton/suite/seed-ghpages/src/styles/components/_components/_icons */
.icon-performance::before {
  content: '\e012'; }

/* line 120, /Volumes/proton/suite/seed-ghpages/src/styles/components/_components/_icons */
.icon-plus::before {
  content: '\e013'; }

/* line 125, /Volumes/proton/suite/seed-ghpages/src/styles/components/_components/_icons */
.icon-question::before {
  content: '\e014'; }

/* line 130, /Volumes/proton/suite/seed-ghpages/src/styles/components/_components/_icons */
.icon-slash::before {
  content: '\e015'; }

/* line 135, /Volumes/proton/suite/seed-ghpages/src/styles/components/_components/_icons */
.icon-star::before {
  content: '\e016'; }

/* line 140, /Volumes/proton/suite/seed-ghpages/src/styles/components/_components/_icons */
.icon-tick::before {
  content: '\e017'; }

/* line 145, /Volumes/proton/suite/seed-ghpages/src/styles/components/_components/_icons */
.icon-user-input::before {
  content: '\e018'; }

/**
*
* Material design color palettes.
* @see http://www.google.com/design/spec/style/color.html
*
**/
/* ==========  Blacks  ========== */
/* ==========  Color Palettes  ========== */
/* ==========  Color definitions  ========== */
/**
*
* Highlight
*
**/
/* line 7, /Volumes/proton/suite/seed-ghpages/src/styles/components/_modules/_highlight */
.highlight-module {
  overflow: hidden;
  margin-top: 52px;
  margin-bottom: 26px;
  position: relative; }
  /* line 13, /Volumes/proton/suite/seed-ghpages/src/styles/components/_modules/_highlight */
  .highlight-module::after {
    background: #f0f0f0;
    content: '';
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 0;
    width: 100%;
    right: 0;
    left: 0; }
  /* line 27, /Volumes/proton/suite/seed-ghpages/src/styles/components/_modules/_highlight */
  .highlight-module ul, .highlight-module ol {
    padding-left: 0; }

/* line 32, /Volumes/proton/suite/seed-ghpages/src/styles/components/_modules/_highlight */
.highlight-module__container {
  box-sizing: content-box;
  padding-left: 5%;
  padding-right: 5%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 78px;
  z-index: 1;
  position: relative; }
  @media only screen and (min-width: 620px) {
    .highlight-module__container {
      padding-left: 4.8%;
      padding-right: 4.8%;
      max-width: 688px; } }
  @media only screen and (min-width: 800px) {
    .highlight-module__container {
      padding-left: 4.4%;
      padding-right: 4.4%;
      max-width: 864px; } }
  /* line 371, /Volumes/proton/suite/seed-ghpages/src/styles/components/_utils */
  .highlight-module__container::before {
    display: none; }
    @media only screen and (min-width: 620px) {
      .highlight-module__container::before {
        display: block;
        position: absolute;
        top: 106px;
        right: 45px;
        font-family: 'icons';
        font-size: 130px;
        line-height: 1px;
        text-align: center;
        height: 100%;
        width: 30.3%;
        color: #ffffff; } }
    /* line 389, /Volumes/proton/suite/seed-ghpages/src/styles/components/_utils */
    .highlight-module--left .highlight-module__container::before {
      right: auto;
      left: 45px; }
    @media only screen and (min-width: 800px) {
      .highlight-module__container::before {
        top: 134px;
        width: 22.2%;
        font-size: 180px; }
        /* line 399, /Volumes/proton/suite/seed-ghpages/src/styles/components/_utils */
        .highlight-module--large .highlight-module__container::before {
          font-size: 430px; } }
  @media only screen and (min-width: 620px) {
    .highlight-module__container {
      padding-bottom: 52px; } }
  @media only screen and (min-width: 800px) {
    .highlight-module__container {
      min-height: 208px; } }

/* line 47, /Volumes/proton/suite/seed-ghpages/src/styles/components/_modules/_highlight */
.highlight-module__title {
  font-family: 'Roboto Condensed', Helvetica, sans-serif;
  font-size: 68px;
  font-weight: 300;
  line-height: 1.1471em;
  /* 78px */
  padding-top: 0.3824em;
  padding-bottom: 0;
  padding-top: 26px; }
  @media only screen and (min-width: 800px) {
    .highlight-module__title {
      font-family: 'Roboto Condensed', Helvetica, sans-serif;
      font-size: 110px;
      font-weight: 300;
      line-height: 1.19em;
      /* 130px */
      padding-top: 0.2364em;
      padding-bottom: 0; } }
  @media only screen and (min-width: 800px) {
    .highlight-module__title {
      font-family: 'Roboto Condensed', Helvetica, sans-serif;
      font-size: 42px;
      font-weight: 300;
      line-height: 1.2381em;
      /* 52px */
      padding-top: 0.619em;
      padding-bottom: 0; }
      @media only screen and (min-width: 800px) {
        .highlight-module__title {
          font-family: 'Roboto Condensed', Helvetica, sans-serif;
          font-size: 68px;
          font-weight: 300;
          line-height: 1.1471em;
          /* 78px */
          padding-top: 0.3824em;
          padding-bottom: 0; } } }

/* line 56, /Volumes/proton/suite/seed-ghpages/src/styles/components/_modules/_highlight */
.highlight-module__cta {
  display: block; }

/*==========  LEARNING  ==========*/
/* line 62, /Volumes/proton/suite/seed-ghpages/src/styles/components/_modules/_highlight */
.highlight-module--learning {
  color: #ffffff; }
  /* line 65, /Volumes/proton/suite/seed-ghpages/src/styles/components/_modules/_highlight */
  .highlight-module--learning::after {
    background-color: #da2e75; }
  /* line 69, /Volumes/proton/suite/seed-ghpages/src/styles/components/_modules/_highlight */
  .highlight-module--learning a {
    color: #ffffff;
    text-decoration: underline; }

/*==========  REMEMBER  ==========*/
/* line 77, /Volumes/proton/suite/seed-ghpages/src/styles/components/_modules/_highlight */
.highlight-module--remember {
  color: #ffffff; }
  /* line 80, /Volumes/proton/suite/seed-ghpages/src/styles/components/_modules/_highlight */
  .highlight-module--remember::after {
    background-color: #09829a; }
  /* line 84, /Volumes/proton/suite/seed-ghpages/src/styles/components/_modules/_highlight */
  .highlight-module--remember a {
    color: #ffffff;
    text-decoration: underline; }

/*==========  CODE  ==========*/
/* line 92, /Volumes/proton/suite/seed-ghpages/src/styles/components/_modules/_highlight */
.highlight-module--code {
  overflow: visible;
  margin-bottom: 52px; }
  /* line 96, /Volumes/proton/suite/seed-ghpages/src/styles/components/_modules/_highlight */
  .highlight-module--code pre {
    margin: 0;
    padding-top: 26px;
    font-size: 14px;
    line-height: 26px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0; }
    /* line 105, /Volumes/proton/suite/seed-ghpages/src/styles/components/_modules/_highlight */
    .highlight-module--code pre span {
      margin: 0;
      padding: 0;
      display: inline-block; }
  /* line 112, /Volumes/proton/suite/seed-ghpages/src/styles/components/_modules/_highlight */
  .highlight-module--code code {
    margin: 0;
    padding: 0;
    word-spacing: -2px;
    display: block; }
  /* line 119, /Volumes/proton/suite/seed-ghpages/src/styles/components/_modules/_highlight */
  .highlight-module--code .highlight-module__container {
    padding-bottom: 0; }
  /* line 123, /Volumes/proton/suite/seed-ghpages/src/styles/components/_modules/_highlight */
  .highlight-module--code .highlight-module__cta {
    position: absolute;
    bottom: -26px; }

/*==========  LEFT  ==========*/
@media only screen and (min-width: 800px) {
  .highlight-module--left::after {
    width: 80%;
    right: 20%; } }

/*==========  RIGHT  ==========*/
@media only screen and (min-width: 800px) {
  .highlight-module--right::after {
    width: 80%;
    left: 20%; } }
@media only screen and (min-width: 800px) {
  .highlight-module--right.highlight-module--code::after {
    width: 100%;
    left: 0; } }

/*==========  INLINE  ==========*/
/* line 162, /Volumes/proton/suite/seed-ghpages/src/styles/components/_modules/_highlight */
.highlight-module--inline {
  color: #404040;
  overflow: visible;
  margin: 26px 0 0; }
  /* line 167, /Volumes/proton/suite/seed-ghpages/src/styles/components/_modules/_highlight */
  .highlight-module--inline .highlight-module__container {
    padding-bottom: 0; }
    /* line 170, /Volumes/proton/suite/seed-ghpages/src/styles/components/_modules/_highlight */
    .highlight-module--inline .highlight-module__container::before {
      display: none; }
  /* line 175, /Volumes/proton/suite/seed-ghpages/src/styles/components/_modules/_highlight */
  .highlight-module--inline .highlight-module__content {
    border-color: #e0e0e0;
    border-style: solid;
    border-width: 1px;
    border-left-width: 0;
    border-right-width: 0;
    margin-bottom: -2px;
    padding: 0 0 26px; }
  /* line 185, /Volumes/proton/suite/seed-ghpages/src/styles/components/_modules/_highlight */
  .highlight-module--inline .highlight-module__title {
    font-size: 20px;
    font-weight: 300;
    line-height: 1.3em;
    /* 26px */
    padding-top: 1.3em;
    padding-bottom: 0; }
    @media only screen and (min-width: 800px) {
      .highlight-module--inline .highlight-module__title {
        font-family: 'Roboto Condensed', Helvetica, sans-serif;
        font-size: 26px;
        font-weight: 300;
        line-height: 1em;
        /* 26px */
        padding-top: 1em;
        padding-bottom: 0; } }
  /* line 191, /Volumes/proton/suite/seed-ghpages/src/styles/components/_modules/_highlight */
  .highlight-module--inline.highlight-module--remember .highlight-module__title, .highlight-module--inline.highlight-module--remember li::before {
    color: #09829a; }
  /* line 198, /Volumes/proton/suite/seed-ghpages/src/styles/components/_modules/_highlight */
  .highlight-module--inline.highlight-module--learning .highlight-module__title, .highlight-module--inline.highlight-module--learning li::before {
    color: #da2e75; }
  /* line 203, /Volumes/proton/suite/seed-ghpages/src/styles/components/_modules/_highlight */
  .highlight-module--inline::after {
    display: none !important; }

/*==========  COLORS  ==========*/
/* line 210, /Volumes/proton/suite/seed-ghpages/src/styles/components/_modules/_highlight */
div.highlight > pre > code, code .highlight {
  background: transparent; }

/* line 211, /Volumes/proton/suite/seed-ghpages/src/styles/components/_modules/_highlight */
div.highlight > pre > code .c, code .highlight .c {
  color: #999988;
  font-style: italic; }

/* Comment */
/* line 212, /Volumes/proton/suite/seed-ghpages/src/styles/components/_modules/_highlight */
div.highlight > pre > code .err, code .highlight .err {
  color: #a61717;
  background-color: #e3d2d2; }

/* Error */
/* Keyword */
/* Operator */
/* line 215, /Volumes/proton/suite/seed-ghpages/src/styles/components/_modules/_highlight */
div.highlight > pre > code .cm, code .highlight .cm {
  color: #999988;
  font-style: italic; }

/* Comment.Multiline */
/* line 216, /Volumes/proton/suite/seed-ghpages/src/styles/components/_modules/_highlight */
div.highlight > pre > code .cp, code .highlight .cp {
  color: rgba(0, 0, 0, 0.54); }

/* Comment.Preproc */
/* line 217, /Volumes/proton/suite/seed-ghpages/src/styles/components/_modules/_highlight */
div.highlight > pre > code .c1, code .highlight .c1 {
  color: #999988;
  font-style: italic; }

/* Comment.Single */
/* line 218, /Volumes/proton/suite/seed-ghpages/src/styles/components/_modules/_highlight */
div.highlight > pre > code .cs, code .highlight .cs {
  color: rgba(0, 0, 0, 0.54);
  font-style: italic; }

/* Comment.Special */
/* line 219, /Volumes/proton/suite/seed-ghpages/src/styles/components/_modules/_highlight */
div.highlight > pre > code .gs, code .highlight .gd {
  color: #000000;
  background-color: #ffdddd; }

/* Generic.Deleted */
/* line 220, /Volumes/proton/suite/seed-ghpages/src/styles/components/_modules/_highlight */
div.highlight > pre > code .gd .x, code .highlight .gd .x {
  color: #000000;
  background-color: #ffaaaa; }

/* Generic.Deleted.Specific */
/* line 221, /Volumes/proton/suite/seed-ghpages/src/styles/components/_modules/_highlight */
div.highlight > pre > code .ge, code .highlight .ge {
  font-style: italic; }

/* Generic.Emph */
/* line 222, /Volumes/proton/suite/seed-ghpages/src/styles/components/_modules/_highlight */
div.highlight > pre > code .gr, code .highlight .gr {
  color: #aa0000; }

/* Generic.Error */
/* line 223, /Volumes/proton/suite/seed-ghpages/src/styles/components/_modules/_highlight */
div.highlight > pre > code .gh, code .highlight .gh {
  color: rgba(0, 0, 0, 0.54); }

/* Generic.Heading */
/* line 224, /Volumes/proton/suite/seed-ghpages/src/styles/components/_modules/_highlight */
div.highlight > pre > code .gi, code .highlight .gi {
  color: #000000;
  background-color: #ddffdd; }

/* Generic.Inserted */
/* line 225, /Volumes/proton/suite/seed-ghpages/src/styles/components/_modules/_highlight */
div.highlight > pre > code .gi .x, code .highlight .gi .x {
  color: #000000;
  background-color: #aaffaa; }

/* Generic.Inserted.Specific */
/* line 226, /Volumes/proton/suite/seed-ghpages/src/styles/components/_modules/_highlight */
div.highlight > pre > code .go, code .highlight .go {
  color: #888888; }

/* Generic.Output */
/* line 227, /Volumes/proton/suite/seed-ghpages/src/styles/components/_modules/_highlight */
div.highlight > pre > code .gp, code .highlight .gp {
  color: #555555; }

/* Generic.Prompt */
/* Generic.Strong */
/* line 229, /Volumes/proton/suite/seed-ghpages/src/styles/components/_modules/_highlight */
div.highlight > pre > code .gu, code .highlight .gu {
  color: #aaaaaa; }

/* Generic.Subheading */
/* line 230, /Volumes/proton/suite/seed-ghpages/src/styles/components/_modules/_highlight */
div.highlight > pre > code .gt, code .highlight .gt {
  color: #aa0000; }

/* Generic.Traceback */
/* Keyword.Constant */
/* Keyword.Declaration */
/* Keyword.Pseudo */
/* Keyword.Reserved */
/* line 235, /Volumes/proton/suite/seed-ghpages/src/styles/components/_modules/_highlight */
div.highlight > pre > code .kt, code .highlight .kt {
  color: #445588; }

/* Keyword.Type */
/* line 236, /Volumes/proton/suite/seed-ghpages/src/styles/components/_modules/_highlight */
div.highlight > pre > code .m, code .highlight .m {
  color: #009999; }

/* Literal.Number */
/* line 237, /Volumes/proton/suite/seed-ghpages/src/styles/components/_modules/_highlight */
div.highlight > pre > code .s, code .highlight .s {
  color: #da2e75; }

/* Literal.String */
/* line 238, /Volumes/proton/suite/seed-ghpages/src/styles/components/_modules/_highlight */
div.highlight > pre > code .na, code .highlight .na {
  color: #008080; }

/* Name.Attribute */
/* line 239, /Volumes/proton/suite/seed-ghpages/src/styles/components/_modules/_highlight */
div.highlight > pre > code .nb, code .highlight .nb {
  color: #0086B3; }

/* Name.Builtin */
/* line 240, /Volumes/proton/suite/seed-ghpages/src/styles/components/_modules/_highlight */
div.highlight > pre > code .nc, code .highlight .nc {
  color: #445588; }

/* Name.Class */
/* line 241, /Volumes/proton/suite/seed-ghpages/src/styles/components/_modules/_highlight */
div.highlight > pre > code .no, code .highlight .no {
  color: #008080; }

/* Name.Constant */
/* line 242, /Volumes/proton/suite/seed-ghpages/src/styles/components/_modules/_highlight */
div.highlight > pre > code .ni, code .highlight .ni {
  color: #800080; }

/* Name.Entity */
/* line 243, /Volumes/proton/suite/seed-ghpages/src/styles/components/_modules/_highlight */
div.highlight > pre > code .ne, code .highlight .ne {
  color: #990000; }

/* Name.Exception */
/* line 244, /Volumes/proton/suite/seed-ghpages/src/styles/components/_modules/_highlight */
div.highlight > pre > code .nf, code .highlight .nf {
  color: #990000; }

/* Name.Function */
/* line 245, /Volumes/proton/suite/seed-ghpages/src/styles/components/_modules/_highlight */
div.highlight > pre > code .nn, code .highlight .nn {
  color: #555555; }

/* Name.Namespace */
/* line 246, /Volumes/proton/suite/seed-ghpages/src/styles/components/_modules/_highlight */
div.highlight > pre > code .nt, code .highlight .nt {
  color: #09829a; }

/* Name.Tag */
/* line 247, /Volumes/proton/suite/seed-ghpages/src/styles/components/_modules/_highlight */
div.highlight > pre > code .nv, code .highlight .nv {
  color: #008080; }

/* Name.Variable */
/* Operator.Word */
/* line 249, /Volumes/proton/suite/seed-ghpages/src/styles/components/_modules/_highlight */
div.highlight > pre > code .w, code .highlight .w {
  color: #bbbbbb; }

/* Text.Whitespace */
/* line 250, /Volumes/proton/suite/seed-ghpages/src/styles/components/_modules/_highlight */
div.highlight > pre > code .mf, code .highlight .mf {
  color: #009999; }

/* Literal.Number.Float */
/* line 251, /Volumes/proton/suite/seed-ghpages/src/styles/components/_modules/_highlight */
div.highlight > pre > code .mh, code .highlight .mh {
  color: #009999; }

/* Literal.Number.Hex */
/* line 252, /Volumes/proton/suite/seed-ghpages/src/styles/components/_modules/_highlight */
div.highlight > pre > code .mi, code .highlight .mi {
  color: #009999; }

/* Literal.Number.Integer */
/* line 253, /Volumes/proton/suite/seed-ghpages/src/styles/components/_modules/_highlight */
div.highlight > pre > code .mo, code .highlight .mo {
  color: #009999; }

/* Literal.Number.Oct */
/* line 254, /Volumes/proton/suite/seed-ghpages/src/styles/components/_modules/_highlight */
div.highlight > pre > code .sb, code .highlight .sb {
  color: #da2e75; }

/* Literal.String.Backtick */
/* line 255, /Volumes/proton/suite/seed-ghpages/src/styles/components/_modules/_highlight */
div.highlight > pre > code .sc, code .highlight .sc {
  color: #da2e75; }

/* Literal.String.Char */
/* line 256, /Volumes/proton/suite/seed-ghpages/src/styles/components/_modules/_highlight */
div.highlight > pre > code .sd, code .highlight .sd {
  color: #da2e75; }

/* Literal.String.Doc */
/* line 257, /Volumes/proton/suite/seed-ghpages/src/styles/components/_modules/_highlight */
div.highlight > pre > code .s2, code .highlight .s2 {
  color: #da2e75; }

/* Literal.String.Double */
/* line 258, /Volumes/proton/suite/seed-ghpages/src/styles/components/_modules/_highlight */
div.highlight > pre > code .se, code .highlight .se {
  color: #da2e75; }

/* Literal.String.Escape */
/* line 259, /Volumes/proton/suite/seed-ghpages/src/styles/components/_modules/_highlight */
div.highlight > pre > code .sh, code .highlight .sh {
  color: #da2e75; }

/* Literal.String.Heredoc */
/* line 260, /Volumes/proton/suite/seed-ghpages/src/styles/components/_modules/_highlight */
div.highlight > pre > code .si, code .highlight .si {
  color: #da2e75; }

/* Literal.String.Interpol */
/* line 261, /Volumes/proton/suite/seed-ghpages/src/styles/components/_modules/_highlight */
div.highlight > pre > code .sx, code .highlight .sx {
  color: #da2e75; }

/* Literal.String.Other */
/* line 262, /Volumes/proton/suite/seed-ghpages/src/styles/components/_modules/_highlight */
div.highlight > pre > code .sr, code .highlight .sr {
  color: #009926; }

/* Literal.String.Regex */
/* line 263, /Volumes/proton/suite/seed-ghpages/src/styles/components/_modules/_highlight */
div.highlight > pre > code .s1, code .highlight .s1 {
  color: #da2e75; }

/* Literal.String.Single */
/* line 264, /Volumes/proton/suite/seed-ghpages/src/styles/components/_modules/_highlight */
div.highlight > pre > code .ss, code .highlight .ss {
  color: #990073; }

/* Literal.String.Symbol */
/* line 265, /Volumes/proton/suite/seed-ghpages/src/styles/components/_modules/_highlight */
div.highlight > pre > code .bp, code .highlight .bp {
  color: rgba(0, 0, 0, 0.54); }

/* Name.Builtin.Pseudo */
/* line 266, /Volumes/proton/suite/seed-ghpages/src/styles/components/_modules/_highlight */
div.highlight > pre > code .vc, code .highlight .vc {
  color: #008080; }

/* Name.Variable.Class */
/* line 267, /Volumes/proton/suite/seed-ghpages/src/styles/components/_modules/_highlight */
div.highlight > pre > code .vg, code .highlight .vg {
  color: #008080; }

/* Name.Variable.Global */
/* line 268, /Volumes/proton/suite/seed-ghpages/src/styles/components/_modules/_highlight */
div.highlight > pre > code .vi, code .highlight .vi {
  color: #008080; }

/* Name.Variable.Instance */
/* line 269, /Volumes/proton/suite/seed-ghpages/src/styles/components/_modules/_highlight */
div.highlight > pre > code .il, code .highlight .il {
  color: #009999; }

/* Literal.Number.Integer.Long */
/**
*
* Editorial Header
*
**/
/* line 7, /Volumes/proton/suite/seed-ghpages/src/styles/components/_modules/_editorial-header */
.editorial-header {
  overflow: hidden; }
  /* line 10, /Volumes/proton/suite/seed-ghpages/src/styles/components/_modules/_editorial-header */
  .editorial-header .breadcrumbs {
    color: #3372df; }
    /* line 13, /Volumes/proton/suite/seed-ghpages/src/styles/components/_modules/_editorial-header */
    .editorial-header .breadcrumbs a {
      color: #3372df; }
  @media only screen and (min-width: 620px) {
    .editorial-header .container {
      position: relative; }
      /* line 24, /Volumes/proton/suite/seed-ghpages/src/styles/components/_modules/_editorial-header */
      .editorial-header .container::before {
        content: '\e003';
        font-family: 'icons';
        font-size: 1000px;
        line-height: 0;
        display: block;
        position: absolute;
        top: 0;
        right: 100%;
        color: #f0f0f0;
        margin: 168px -35px 0 0; } }

/* line 41, /Volumes/proton/suite/seed-ghpages/src/styles/components/_modules/_editorial-header */
.editorial-header__excerpt {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.3em;
  /* 26px */
  padding-top: 1.3em;
  padding-bottom: 0;
  font-family: 'Roboto Condensed', Helvetica, sans-serif; }

/* line 46, /Volumes/proton/suite/seed-ghpages/src/styles/components/_modules/_editorial-header */
.editorial-header .tag {
  padding-top: 52px; }

/* line 50, /Volumes/proton/suite/seed-ghpages/src/styles/components/_modules/_editorial-header */
.editorial-header__subtitle {
  font-family: 'Roboto Condensed', Helvetica, sans-serif;
  font-size: 42px;
  font-weight: 300;
  line-height: 1.2381em;
  /* 52px */
  padding-top: 0.619em;
  padding-bottom: 0;
  padding-top: 0;
  color: #3372df; }
  @media only screen and (min-width: 800px) {
    .editorial-header__subtitle {
      font-family: 'Roboto Condensed', Helvetica, sans-serif;
      font-size: 68px;
      font-weight: 300;
      line-height: 1.1471em;
      /* 78px */
      padding-top: 0.3824em;
      padding-bottom: 0; } }
  @media only screen and (min-width: 620px) {
    .editorial-header__subtitle {
      padding-top: 0;
      padding-bottom: 26px; } }

/* line 60, /Volumes/proton/suite/seed-ghpages/src/styles/components/_modules/_editorial-header */
.editorial-header__toc {
  margin-top: 26px; }
  /* line 63, /Volumes/proton/suite/seed-ghpages/src/styles/components/_modules/_editorial-header */
  .editorial-header__toc ol {
    padding-top: 0; }
    @media only screen and (min-width: 620px) {
      .editorial-header__toc ol {
        padding-top: 0; } }

/* line 72, /Volumes/proton/suite/seed-ghpages/src/styles/components/_modules/_editorial-header */
.editorial-header__toc-title {
  font-family: 'Roboto Condensed', Helvetica, sans-serif;
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 13px;
  padding-bottom: 13px !important;
  color: #3372df; }

/**
*
* Editorial Header
*
**/
/* line 7, /Volumes/proton/suite/seed-ghpages/src/styles/components/_modules/_summary-header */
.summary-header {
  background-color: #3372df;
  padding-bottom: 78px;
  color: #ffffff;
  margin-bottom: 26px;
  box-shadow: inset 0 2px 0 0 #fff; }
  /* line 14, /Volumes/proton/suite/seed-ghpages/src/styles/components/_modules/_summary-header */
  .summary-header .breadcrumbs__link {
    color: #ffffff; }

/* line 20, /Volumes/proton/suite/seed-ghpages/src/styles/components/_modules/_summary-header */
.summary-header__anchor-list {
  margin-top: 52px; }

/* line 26, /Volumes/proton/suite/seed-ghpages/src/styles/components/_modules/_summary-header */
.summary-header__anchors-item a {
  color: #ffffff; }

/**
*
* Related items
*
**/
/* line 7, /Volumes/proton/suite/seed-ghpages/src/styles/components/_modules/_related-guides */
.related-guides {
  margin-top: 78px;
  padding-bottom: 50px;
  border-top: 2px solid #e0e0e0;
  padding-top: 50px; }

/* line 15, /Volumes/proton/suite/seed-ghpages/src/styles/components/_modules/_related-guides */
.related-guides__list .list-links {
  padding-top: 0; }
/* line 19, /Volumes/proton/suite/seed-ghpages/src/styles/components/_modules/_related-guides */
.related-guides__list a {
  display: block; }

/* line 24, /Volumes/proton/suite/seed-ghpages/src/styles/components/_modules/_related-guides */
.related-guides__title {
  font-family: 'Roboto Condensed', Helvetica, sans-serif;
  font-size: 26px;
  font-weight: 300;
  line-height: 1em;
  /* 26px */
  padding-top: 1em;
  padding-bottom: 0;
  padding-top: 0; }
  @media only screen and (min-width: 800px) {
    .related-guides__title {
      font-family: 'Roboto Condensed', Helvetica, sans-serif;
      font-size: 42px;
      font-weight: 300;
      line-height: 1.2381em;
      /* 52px */
      padding-top: 0.619em;
      padding-bottom: 0; } }
  @media only screen and (min-width: 620px) {
    .related-guides__title {
      padding-top: 0; } }

/* line 33, /Volumes/proton/suite/seed-ghpages/src/styles/components/_modules/_related-guides */
.related-guides__main-link {
  text-transform: uppercase; }
  /* line 36, /Volumes/proton/suite/seed-ghpages/src/styles/components/_modules/_related-guides */
  .related-guides__main-link::before {
    content: '#';
    display: inline-block;
    padding-right: 2px; }

/**
*
* In this guide
*
**/
/* line 7, /Volumes/proton/suite/seed-ghpages/src/styles/components/_modules/_in-this-guide */
.in-this-guide {
  margin-top: -78px; }

/* line 11, /Volumes/proton/suite/seed-ghpages/src/styles/components/_modules/_in-this-guide */
.in-this-guide__title {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.3em;
  /* 26px */
  padding-top: 1.3em;
  padding-bottom: 0;
  font-family: 'Roboto Condensed', Helvetica, sans-serif;
  margin-bottom: 26px; }

/**
*
* Articles section
*
**/
/* line 7, /Volumes/proton/suite/seed-ghpages/src/styles/components/_modules/_articles-section */
.articles-section {
  background: #f0f0f0;
  text-align: center;
  padding: 26px 0 104px; }

/* line 13, /Volumes/proton/suite/seed-ghpages/src/styles/components/_modules/_articles-section */
.articles-count {
  color: #3372df;
  font-family: 'Roboto Condensed', Helvetica, sans-serif;
  font-weight: 400; }

/* line 19, /Volumes/proton/suite/seed-ghpages/src/styles/components/_modules/_articles-section */
.article-section__icon {
  top: -26px; }
  @media only screen and (min-width: 620px) {
    .article-section__icon {
      top: -39px; } }

/* line 1, /Volumes/proton/suite/seed-ghpages/src/styles/components/_modules/_guides-section */
.guides-section {
  background: #f0f0f0;
  text-align: center;
  padding: 26px 0 104px; }

/**
*
* Page header
*
**/
/* line 7, /Volumes/proton/suite/seed-ghpages/src/styles/components/_modules/_page-header */
.page-header {
  text-align: center; }
  /* line 10, /Volumes/proton/suite/seed-ghpages/src/styles/components/_modules/_page-header */
  .page-header .breadcrumbs {
    text-align: left;
    color: #3372df; }
    /* line 14, /Volumes/proton/suite/seed-ghpages/src/styles/components/_modules/_page-header */
    .page-header .breadcrumbs a {
      color: #3372df; }
  /* line 19, /Volumes/proton/suite/seed-ghpages/src/styles/components/_modules/_page-header */
  .page-header h3 {
    color: rgba(0, 0, 0, 0.87);
    padding-top: 52px; }

/* line 25, /Volumes/proton/suite/seed-ghpages/src/styles/components/_modules/_page-header */
.page-header__excerpt {
  position: relative;
  padding-top: 0; }
  /* line 29, /Volumes/proton/suite/seed-ghpages/src/styles/components/_modules/_page-header */
  .page-header__excerpt:last-child {
    padding-bottom: 78px; }

/**
*
* Editorial Header
*
**/
/* line 7, /Volumes/proton/suite/seed-ghpages/src/styles/components/_modules/_featured-section */
.featured-section {
  background: #f0f0f0; }

/**
*
* Editorial Header
*
**/
/* line 7, /Volumes/proton/suite/seed-ghpages/src/styles/components/_modules/_featured-spotlight */
.featured-spotlight {
  background: rgba(0, 0, 0, 0.87);
  color: #ffffff;
  overflow: hidden;
  padding-bottom: 77px;
  margin-top: 52px; }
  /* line 14, /Volumes/proton/suite/seed-ghpages/src/styles/components/_modules/_featured-spotlight */
  .featured-spotlight p {
    padding-bottom: 26px; }
  /* line 18, /Volumes/proton/suite/seed-ghpages/src/styles/components/_modules/_featured-spotlight */
  .featured-spotlight .cta--primary {
    color: #ffffff; }
    /* line 21, /Volumes/proton/suite/seed-ghpages/src/styles/components/_modules/_featured-spotlight */
    .featured-spotlight .cta--primary:hover {
      color: #ffffff; }

/* line 27, /Volumes/proton/suite/seed-ghpages/src/styles/components/_modules/_featured-spotlight */
.featured-spotlight__container {
  position: relative; }

@media only screen and (max-width: 619px) {
  .featured-spotlight__img {
    padding-top: 58.4%;
    padding-bottom: 0;
    height: 0;
    overflow: hidden;
    position: relative;
    width: 100%; } }
/* line 41, /Volumes/proton/suite/seed-ghpages/src/styles/components/_modules/_featured-spotlight */
.featured-spotlight__img img {
  margin: 0 auto;
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  margin: 0; }
  @media only screen and (min-width: 620px) {
    .featured-spotlight__img img {
      width: auto;
      max-width: none;
      left: 109%; } }
  @media only screen and (min-width: 800px) {
    .featured-spotlight__img img {
      left: 107.4%; } }

/**
*
* Quote
*
**/
/* line 7, /Volumes/proton/suite/seed-ghpages/src/styles/components/_modules/_quote */
.quote__content {
  position: relative;
  font-family: 'Roboto Condensed', Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.625em;
  /* 26px */
  padding-top: 1.625em;
  padding-bottom: 0;
  padding-top: 104px;
  padding-left: 26px; }
  @media only screen and (min-width: 800px) {
    .quote__content {
      font-size: 20px;
      font-weight: 300;
      line-height: 1.3em;
      /* 26px */
      padding-top: 1.3em;
      padding-bottom: 0; } }
  @media only screen and (min-width: 620px) {
    .quote__content {
      padding-top: 52px;
      padding-left: 0; } }
  /* line 19, /Volumes/proton/suite/seed-ghpages/src/styles/components/_modules/_quote */
  .quote__content p {
    border-top: 1px solid #e0e0e0;
    text-align: right;
    font-weight: 500;
    margin-top: 12px;
    padding-top: 13px; }
  /* line 27, /Volumes/proton/suite/seed-ghpages/src/styles/components/_modules/_quote */
  .quote__content::before {
    content: open-quote;
    display: block;
    position: absolute;
    font-family: 'Roboto Condensed', Helvetica, sans-serif;
    font-weight: 700;
    color: #f0f0f0;
    top: 90px;
    left: 26px;
    font-size: 260px; }
    @media only screen and (min-width: 620px) {
      .quote__content::before {
        top: 225px;
        left: -210px;
        font-size: 540px; } }

/**
*
* Article nav
*
**/
/* line 7, /Volumes/proton/suite/seed-ghpages/src/styles/components/_modules/_article-nav */
.article-nav {
  overflow: hidden;
  position: relative; }
  /* line 11, /Volumes/proton/suite/seed-ghpages/src/styles/components/_modules/_article-nav */
  .article-nav::before {
    content: '';
    border-left: 2px solid #e0e0e0;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%; }

/* line 21, /Volumes/proton/suite/seed-ghpages/src/styles/components/_modules/_article-nav */
.article-nav-link {
  padding: 26px 32px;
  float: left;
  width: 50%;
  position: relative; }
  /* line 27, /Volumes/proton/suite/seed-ghpages/src/styles/components/_modules/_article-nav */
  .article-nav-link::before {
    position: absolute;
    top: 21px;
    font-family: 'Roboto Condensed', Helvetica, sans-serif;
    font-size: 20px;
    font-weight: 400; }
    @media only screen and (min-width: 620px) {
      .article-nav-link::before {
        top: 25px;
        font-size: 26px;
        display: block;
        padding: 13px 10px;
        color: #ffffff;
        background: #3372df; } }

/* line 45, /Volumes/proton/suite/seed-ghpages/src/styles/components/_modules/_article-nav */
.article-nav p {
  padding: 0;
  margin: 0; }

/* line 50, /Volumes/proton/suite/seed-ghpages/src/styles/components/_modules/_article-nav */
.article-nav-link--prev {
  text-align: right; }
  /* line 54, /Volumes/proton/suite/seed-ghpages/src/styles/components/_modules/_article-nav */
  .article-nav-link--prev::before {
    font-family: 'icons';
    left: 32px; }
  @media only screen and (min-width: 620px) {
    .article-nav-link--prev p {
      padding-left: 52px; } }

/* line 70, /Volumes/proton/suite/seed-ghpages/src/styles/components/_modules/_article-nav */
.article-nav-link--next::before {
  font-family: 'icons';
  right: 32px; }
@media only screen and (min-width: 620px) {
  .article-nav-link--next p {
    padding-right: 52px; } }

/* line 83, /Volumes/proton/suite/seed-ghpages/src/styles/components/_modules/_article-nav */
.article-nav-count {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.3em;
  /* 26px */
  padding-top: 1.3em;
  padding-bottom: 0;
  font-weight: 700; }
  @media only screen and (min-width: 800px) {
    .article-nav-count {
      font-family: 'Roboto Condensed', Helvetica, sans-serif;
      font-size: 26px;
      font-weight: 300;
      line-height: 1em;
      /* 26px */
      padding-top: 1em;
      padding-bottom: 0; } }
  @media only screen and (min-width: 620px) {
    .article-nav-count {
      font-weight: 400; } }

/**
*
* Text module
*
**/
@media only screen and (min-width: 620px) {
  .did-you-know ol {
    padding-top: 0 !important; } }
/* line 15, /Volumes/proton/suite/seed-ghpages/src/styles/components/_modules/_did-you-know */
.did-you-know .cta--primary {
  margin-top: 26px;
  font-weight: 500; }
/* line 20, /Volumes/proton/suite/seed-ghpages/src/styles/components/_modules/_did-you-know */
.did-you-know > .g--half {
  position: relative;
  padding-left: 0; }
  @media only screen and (min-width: 620px) {
    .did-you-know > .g--half {
      padding-left: 32px; } }

/* line 27, /Volumes/proton/suite/seed-ghpages/src/styles/components/_modules/_did-you-know */
.did-you-know__symbol {
  padding-bottom: 312px; }
  @media only screen and (min-width: 620px) {
    .did-you-know__symbol {
      padding-bottom: 26px; } }
  /* line 31, /Volumes/proton/suite/seed-ghpages/src/styles/components/_modules/_did-you-know */
  .did-you-know__symbol::after {
    content: '\e014';
    color: #3372df;
    font-family: 'icons';
    font-size: 300px;
    top: 150px;
    left: 30%;
    position: relative;
    display: block;
    width: 0; }
    @media only screen and (min-width: 620px) {
      .did-you-know__symbol::after {
        position: absolute;
        font-size: 400px;
        top: 200px;
        left: 110%; } }
    @media only screen and (min-width: 800px) {
      .did-you-know__symbol::after {
        position: absolute;
        font-size: 400px;
        top: 200px;
        left: 124%; } }

/**
*
* Table of contents
*
**/
/* line 7, /Volumes/proton/suite/seed-ghpages/src/styles/components/_modules/_toc */
.toc__title {
  font-size: 16px;
  line-height: 1.625em;
  /* 26px */
  padding-top: 1.625em;
  padding-bottom: 0;
  font-family: 'Roboto Condensed', Helvetica, sans-serif;
  padding-bottom: 13px;
  margin-bottom: 12px;
  border-bottom: 1px solid #e0e0e0; }
  @media only screen and (min-width: 800px) {
    .toc__title {
      font-size: 20px;
      font-weight: 300;
      line-height: 1.3em;
      /* 26px */
      padding-top: 1.3em;
      padding-bottom: 0; } }
  @media only screen and (min-width: 620px) {
    .toc__title {
      padding-bottom: 13px;
      margin-bottom: 13px; } }

/* line 20, /Volumes/proton/suite/seed-ghpages/src/styles/components/_modules/_toc */
.toc__list {
  padding-top: 0;
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 12px;
  margin-bottom: 13px; }
  /* line 27, /Volumes/proton/suite/seed-ghpages/src/styles/components/_modules/_toc */
  .toc__list a {
    display: block; }

/* line 32, /Volumes/proton/suite/seed-ghpages/src/styles/components/_modules/_toc */
.toc__sublist {
  padding-top: 0; }

/**
*
* Next Lessons
*
**/
/* line 7, /Volumes/proton/suite/seed-ghpages/src/styles/components/_modules/_next-lessons */
.next-lessons {
  background: rgba(0, 0, 0, 0.87);
  padding: 26px 26px 52px;
  margin-top: 26px;
  color: #ffffff;
  position: relative; }
  @media only screen and (min-width: 620px) {
    .next-lessons h3 i {
      display: none; } }
  /* line 23, /Volumes/proton/suite/seed-ghpages/src/styles/components/_modules/_next-lessons */
  .next-lessons::before, .next-lessons::after {
    color: rgba(255, 255, 255, 0.5);
    position: absolute;
    display: none; }
    @media only screen and (min-width: 620px) {
      .next-lessons::before, .next-lessons::after {
        display: inline-block; } }
  @media only screen and (min-width: 620px) {
    .next-lessons::before {
      content: attr(data-current-lesson);
      font-family: 'Roboto Condensed', Helvetica, sans-serif;
      font-size: 16px;
      font-weight: 400;
      line-height: 1;
      background: rgba(0, 0, 0, 0.87);
      display: inline-block;
      padding: 5px 7px;
      right: 127px;
      top: 143px;
      z-index: 1;
      color: rgba(255, 255, 255, 0.5); } }
  @media only screen and (min-width: 800px) {
    .next-lessons::before {
      font-size: 20px;
      padding-left: 15px;
      padding-right: 15px;
      top: 126px;
      right: 230px; } }
  @media only screen and (min-width: 620px) {
    .next-lessons::after {
      content: '\e00e';
      font-family: 'icons';
      font-size: 150px;
      right: 40px;
      top: 185px; } }
  @media only screen and (min-width: 800px) {
    .next-lessons::after {
      font-size: 210px;
      right: 120px; } }

/**
*
* Grid
*
**/
@media only screen and (min-width: 620px) and (max-width: 799px) {
  /* line 11, /Volumes/proton/suite/seed-ghpages/src/styles/components/_components/_grid */
  .g-medium--1 {
    float: left;
    margin-right: 4.5%;
    width: 30.3%; }

  /* line 18, /Volumes/proton/suite/seed-ghpages/src/styles/components/_components/_grid */
  .g-medium--push-1 {
    margin-left: 34.8%; }

  /* line 21, /Volumes/proton/suite/seed-ghpages/src/styles/components/_components/_grid */
  .g-medium--pull-1 {
    margin-right: 34.8%; }

  /* line 11, /Volumes/proton/suite/seed-ghpages/src/styles/components/_components/_grid */
  .g-medium--2 {
    float: left;
    margin-right: 4.5%;
    width: 65.1%; }

  /* line 18, /Volumes/proton/suite/seed-ghpages/src/styles/components/_components/_grid */
  .g-medium--push-2 {
    margin-left: 69.6%; }

  /* line 21, /Volumes/proton/suite/seed-ghpages/src/styles/components/_components/_grid */
  .g-medium--pull-2 {
    margin-right: 69.6%; }

  /* line 11, /Volumes/proton/suite/seed-ghpages/src/styles/components/_components/_grid */
  .g-medium--3 {
    float: left;
    margin-right: 4.5%;
    width: 99.9%;
    margin-right: 0; }

  /* line 27, /Volumes/proton/suite/seed-ghpages/src/styles/components/_components/_grid */
  .g-medium--full {
    float: left;
    margin-right: 4.5%;
    margin-right: 0;
    width: 100%; }

  /* line 33, /Volumes/proton/suite/seed-ghpages/src/styles/components/_components/_grid */
  .g--third {
    float: left;
    margin-right: 4.5%;
    width: 30.3%; }

  /* line 39, /Volumes/proton/suite/seed-ghpages/src/styles/components/_components/_grid */
  .g--half, .g-medium--half {
    float: left;
    margin-right: 4.5%;
    width: 47.75%; }

  /* line 44, /Volumes/proton/suite/seed-ghpages/src/styles/components/_components/_grid */
  .g-medium--last {
    margin-right: 0; }

  /* line 45, /Volumes/proton/suite/seed-ghpages/src/styles/components/_components/_grid */
  .g-medium--last + .g-medium--half {
    clear: left; }

  /* line 47, /Volumes/proton/suite/seed-ghpages/src/styles/components/_components/_grid */
  .g--pull-half {
    margin-right: 52.25%; }
 }

@media only screen and (min-width: 800px) {
  /* line 54, /Volumes/proton/suite/seed-ghpages/src/styles/components/_components/_grid */
  .g-wide--1 {
    float: left;
    margin-right: 3.7%;
    width: 22.2%; }

  /* line 61, /Volumes/proton/suite/seed-ghpages/src/styles/components/_components/_grid */
  .g-wide--push-1 {
    margin-left: 25.9%; }

  /* line 64, /Volumes/proton/suite/seed-ghpages/src/styles/components/_components/_grid */
  .g-wide--pull-1 {
    margin-right: 25.9%; }

  /* line 54, /Volumes/proton/suite/seed-ghpages/src/styles/components/_components/_grid */
  .g-wide--2 {
    float: left;
    margin-right: 3.7%;
    width: 48.1%; }

  /* line 61, /Volumes/proton/suite/seed-ghpages/src/styles/components/_components/_grid */
  .g-wide--push-2 {
    margin-left: 51.8%; }

  /* line 64, /Volumes/proton/suite/seed-ghpages/src/styles/components/_components/_grid */
  .g-wide--pull-2 {
    margin-right: 51.8%; }

  /* line 54, /Volumes/proton/suite/seed-ghpages/src/styles/components/_components/_grid */
  .g-wide--3 {
    float: left;
    margin-right: 3.7%;
    width: 74%; }

  /* line 61, /Volumes/proton/suite/seed-ghpages/src/styles/components/_components/_grid */
  .g-wide--push-3 {
    margin-left: 77.7%; }

  /* line 64, /Volumes/proton/suite/seed-ghpages/src/styles/components/_components/_grid */
  .g-wide--pull-3 {
    margin-right: 77.7%; }

  /* line 54, /Volumes/proton/suite/seed-ghpages/src/styles/components/_components/_grid */
  .g-wide--4 {
    float: left;
    margin-right: 3.7%;
    width: 99.9%;
    margin-right: 0; }

  /* line 70, /Volumes/proton/suite/seed-ghpages/src/styles/components/_components/_grid */
  .g-wide--last {
    margin-right: 0; }

  /* line 72, /Volumes/proton/suite/seed-ghpages/src/styles/components/_components/_grid */
  .g-wide--full {
    float: left;
    margin-right: 3.7%;
    margin-right: 0;
    width: 100%; }

  /* line 78, /Volumes/proton/suite/seed-ghpages/src/styles/components/_components/_grid */
  .g--third {
    float: left;
    margin-right: 3.7%;
    width: 30.8%; }

  /* line 84, /Volumes/proton/suite/seed-ghpages/src/styles/components/_components/_grid */
  .g--half, .g-wide--half {
    float: left;
    margin-right: 3.7%;
    width: 48.15%; }

  /* line 89, /Volumes/proton/suite/seed-ghpages/src/styles/components/_components/_grid */
  .g--pull-half {
    margin-right: 51.85%; }
 }

/* line 99, /Volumes/proton/suite/seed-ghpages/src/styles/components/_components/_grid */
.g--last {
  margin-right: 0; }

/* line 103, /Volumes/proton/suite/seed-ghpages/src/styles/components/_components/_grid */
.g--centered {
  float: none;
  margin-left: auto;
  margin-right: auto; }

/* line 112, /Volumes/proton/suite/seed-ghpages/src/styles/components/_components/_grid */
.grid-overlay {
  display: none;
  pointer-events: none; }
  /* line 118, /Volumes/proton/suite/seed-ghpages/src/styles/components/_components/_grid */
  .debug .grid-overlay {
    box-sizing: content-box;
    position: relative;
    padding-left: 5%;
    padding-right: 5%;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    display: block; }
    @media only screen and (min-width: 620px) {
      .debug .grid-overlay {
        padding-left: 4.8%;
        padding-right: 4.8%;
        max-width: 688px; } }
    @media only screen and (min-width: 800px) {
      .debug .grid-overlay {
        padding-left: 4.4%;
        padding-right: 4.4%;
        max-width: 864px; } }
    /* line 129, /Volumes/proton/suite/seed-ghpages/src/styles/components/_components/_grid */
    .debug .grid-overlay [class*="g-"] {
      height: 100%;
      background-color: rgba(89, 89, 89, 0.2); }
    @media only screen and (min-width: 620px) and (max-width: 799px) {
      /* line 135, /Volumes/proton/suite/seed-ghpages/src/styles/components/_components/_grid */
      .debug .grid-overlay .g-wide--last {
        display: none; }
 }
    @media only screen and (max-width: 619px) {
      .debug .grid-overlay {
        display: none; } }

/**
*
* Typography
*
**/
/* line 9, /Volumes/proton/suite/seed-ghpages/src/styles/components/_components/_typography */
h1, h2, h3, h4, h5, p {
  margin: 0; }

/* line 15, /Volumes/proton/suite/seed-ghpages/src/styles/components/_components/_typography */
.small, small {
  font-size: 13px;
  line-height: 2em;
  /* 26px */
  padding-top: 2em;
  padding-bottom: 0; }

/* line 22, /Volumes/proton/suite/seed-ghpages/src/styles/components/_components/_typography */
.base, p, ul, ol {
  font-size: 16px;
  line-height: 1.625em;
  /* 26px */
  padding-top: 1.625em;
  padding-bottom: 0; }

/* line 27, /Volumes/proton/suite/seed-ghpages/src/styles/components/_components/_typography */
.medium, h4 {
  font-size: 16px;
  line-height: 1.625em;
  /* 26px */
  padding-top: 1.625em;
  padding-bottom: 0; }
  @media only screen and (min-width: 800px) {
    .medium, h4 {
      font-size: 20px;
      font-weight: 300;
      line-height: 1.3em;
      /* 26px */
      padding-top: 1.3em;
      padding-bottom: 0; } }

/* line 32, /Volumes/proton/suite/seed-ghpages/src/styles/components/_components/_typography */
.large, h3 {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.3em;
  /* 26px */
  padding-top: 1.3em;
  padding-bottom: 0; }
  @media only screen and (min-width: 800px) {
    .large, h3 {
      font-family: 'Roboto Condensed', Helvetica, sans-serif;
      font-size: 26px;
      font-weight: 300;
      line-height: 1em;
      /* 26px */
      padding-top: 1em;
      padding-bottom: 0; } }

/* line 36, /Volumes/proton/suite/seed-ghpages/src/styles/components/_components/_typography */
.xlarge, h2 {
  font-family: 'Roboto Condensed', Helvetica, sans-serif;
  font-size: 26px;
  font-weight: 300;
  line-height: 1em;
  /* 26px */
  padding-top: 1em;
  padding-bottom: 0; }
  @media only screen and (min-width: 800px) {
    .xlarge, h2 {
      font-family: 'Roboto Condensed', Helvetica, sans-serif;
      font-size: 42px;
      font-weight: 300;
      line-height: 1.2381em;
      /* 52px */
      padding-top: 0.619em;
      padding-bottom: 0; } }

/* line 41, /Volumes/proton/suite/seed-ghpages/src/styles/components/_components/_typography */
.xxlarge, h1 {
  font-family: 'Roboto Condensed', Helvetica, sans-serif;
  font-size: 42px;
  font-weight: 300;
  line-height: 1.2381em;
  /* 52px */
  padding-top: 0.619em;
  padding-bottom: 0; }
  @media only screen and (min-width: 800px) {
    .xxlarge, h1 {
      font-family: 'Roboto Condensed', Helvetica, sans-serif;
      font-size: 68px;
      font-weight: 300;
      line-height: 1.1471em;
      /* 78px */
      padding-top: 0.3824em;
      padding-bottom: 0; } }

/* line 45, /Volumes/proton/suite/seed-ghpages/src/styles/components/_components/_typography */
.huge {
  font-family: 'Roboto Condensed', Helvetica, sans-serif;
  font-size: 68px;
  font-weight: 300;
  line-height: 1.1471em;
  /* 78px */
  padding-top: 0.3824em;
  padding-bottom: 0; }
  @media only screen and (min-width: 800px) {
    .huge {
      font-family: 'Roboto Condensed', Helvetica, sans-serif;
      font-size: 110px;
      font-weight: 300;
      line-height: 1.19em;
      /* 130px */
      padding-top: 0.2364em;
      padding-bottom: 0; } }

/* line 50, /Volumes/proton/suite/seed-ghpages/src/styles/components/_components/_typography */
li > p {
  padding-top: 0; }

/**
*
* Button
*
**/
/* line 7, /Volumes/proton/suite/seed-ghpages/src/styles/components/_components/_button */
.button, .button--primary, .button--secondary, .button--secondary-variation {
  display: inline-block;
  padding: 12px 32px;
  margin-bottom: 13px;
  margin-top: 13px;
  min-height: 26px;
  text-align: center;
  font-family: 'Roboto Condensed', Helvetica, sans-serif;
  font-weight: 600;
  text-decoration: none;
  outline: 0;
  transition: none; }
  /* line 24, /Volumes/proton/suite/seed-ghpages/src/styles/components/_components/_button */
  .button:hover, .button--primary:hover, .button--secondary:hover, .button--secondary-variation:hover {
    background: #4d4d4d;
    color: #ffffff;
    border: 1px solid #4d4d4d;
    text-decoration: none; }

/* line 43, /Volumes/proton/suite/seed-ghpages/src/styles/components/_components/_button */
.button--primary {
  background: #4285f4;
  color: #ffffff;
  border: 1px solid #1266f1; }

/* line 48, /Volumes/proton/suite/seed-ghpages/src/styles/components/_components/_button */
.button--secondary {
  background: #ffffff;
  color: #3372df;
  border: 1px solid #e6e6e6; }

/* line 53, /Volumes/proton/suite/seed-ghpages/src/styles/components/_components/_button */
.button--secondary-variation {
  background: #ffffff;
  color: #3372df;
  border: 1px solid #e6e6e6;
  border-color: transparent; }

/**
*
* List
*
**/
/* line 8, /Volumes/proton/suite/seed-ghpages/src/styles/components/_components/_list */
ul, ol {
  list-style: none;
  margin: 0; }
  @media only screen and (max-width: 619px) {
    ul, ol {
      padding-left: 0; } }

/* line 17, /Volumes/proton/suite/seed-ghpages/src/styles/components/_components/_list */
ul li {
  position: relative;
  padding-left: 16px; }
  /* line 309, /Volumes/proton/suite/seed-ghpages/src/styles/components/_utils */
  ul li::before {
    font-family: 'icons';
    font-size: 13px;
    display: block;
    font-weight: 400;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 26px; }
  /* line 22, /Volumes/proton/suite/seed-ghpages/src/styles/components/_components/_list */
  ul li::before {
    font-size: 4px; }

/* line 27, /Volumes/proton/suite/seed-ghpages/src/styles/components/_components/_list */
ol {
  counter-reset: list; }
  /* line 29, /Volumes/proton/suite/seed-ghpages/src/styles/components/_components/_list */
  ol > li {
    position: relative;
    padding-left: 32px; }
    /* line 331, /Volumes/proton/suite/seed-ghpages/src/styles/components/_utils */
    ol > li::before {
      counter-increment: list;
      content: '0' counter(list);
      color: inherit;
      font-weight: 400;
      display: inline-block;
      position: absolute;
      left: 0; }
    /* line 38, /Volumes/proton/suite/seed-ghpages/src/styles/components/_components/_list */
    ol > li:nth-child(10n) ~ li::before, ol > li:nth-child(10n)::before {
      content: counter(list); }

/* line 46, /Volumes/proton/suite/seed-ghpages/src/styles/components/_components/_list */
ul ol, ol ul {
  padding-top: 0; }

/*==========  LIST LINKS  ==========*/
/* line 54, /Volumes/proton/suite/seed-ghpages/src/styles/components/_components/_list */
ul.list-links li::before {
  display: none; }
/* line 57, /Volumes/proton/suite/seed-ghpages/src/styles/components/_components/_list */
ul.list-links a {
  font-weight: 400; }
  /* line 309, /Volumes/proton/suite/seed-ghpages/src/styles/components/_utils */
  ul.list-links a::before {
    font-family: 'icons';
    font-size: 13px;
    display: block;
    font-weight: 400;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 26px; }
  /* line 60, /Volumes/proton/suite/seed-ghpages/src/styles/components/_components/_list */
  ul.list-links a::before {
    font-size: 4px; }
/* line 68, /Volumes/proton/suite/seed-ghpages/src/styles/components/_components/_list */
ul.list-links.list-links--primary a {
  font-weight: 400;
  font-family: 'Roboto Condensed', Helvetica, sans-serif;
  line-height: 1;
  text-decoration: none; }
  /* line 309, /Volumes/proton/suite/seed-ghpages/src/styles/components/_utils */
  ul.list-links.list-links--primary a::before {
    font-family: 'icons';
    font-size: 13px;
    display: block;
    font-weight: 400;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 26px; }

/* line 80, /Volumes/proton/suite/seed-ghpages/src/styles/components/_components/_list */
ol.list-links li::before {
  display: none; }
/* line 84, /Volumes/proton/suite/seed-ghpages/src/styles/components/_components/_list */
ol.list-links li a {
  display: inline-block;
  font-weight: 300; }
  /* line 331, /Volumes/proton/suite/seed-ghpages/src/styles/components/_utils */
  ol.list-links li a::before {
    counter-increment: list;
    content: '0' counter(list);
    color: inherit;
    font-weight: 400;
    display: inline-block;
    position: absolute;
    left: 0; }
/* line 91, /Volumes/proton/suite/seed-ghpages/src/styles/components/_components/_list */
ol.list-links li:nth-child(10n) ~ li a::before, ol.list-links li:nth-child(10n) a::before {
  content: counter(list); }
/* line 97, /Volumes/proton/suite/seed-ghpages/src/styles/components/_components/_list */
ol.list-links.list-links--secondary a::before {
  display: none; }

/* line 103, /Volumes/proton/suite/seed-ghpages/src/styles/components/_components/_list */
.list-links--secondary {
  font-size: 16px;
  line-height: 1.625em;
  /* 26px */
  padding-top: 1.625em;
  padding-bottom: 0;
  padding-left: 0; }
  /* line 107, /Volumes/proton/suite/seed-ghpages/src/styles/components/_components/_list */
  .list-links--secondary li {
    padding-left: 0; }

/*==========  ANCHOR LIST  ==========*/
/* line 114, /Volumes/proton/suite/seed-ghpages/src/styles/components/_components/_list */
.list-anchor {
  padding-left: 0; }
  /* line 117, /Volumes/proton/suite/seed-ghpages/src/styles/components/_components/_list */
  .list-anchor li {
    font-size: 16px;
    line-height: 1.625em;
    /* 26px */
    padding-top: 1.625em;
    padding-bottom: 0;
    padding-top: 0;
    padding-left: 0; }
    /* line 122, /Volumes/proton/suite/seed-ghpages/src/styles/components/_components/_list */
    .list-anchor li::before {
      display: none; }
  /* line 128, /Volumes/proton/suite/seed-ghpages/src/styles/components/_components/_list */
  .list-anchor a {
    line-height: 1;
    display: inline-block;
    padding-left: 16px; }
    /* line 309, /Volumes/proton/suite/seed-ghpages/src/styles/components/_utils */
    .list-anchor a::before {
      font-family: 'icons';
      font-size: 13px;
      display: block;
      font-weight: 400;
      position: absolute;
      top: 0;
      left: 0;
      line-height: 26px; }
    /* line 134, /Volumes/proton/suite/seed-ghpages/src/styles/components/_components/_list */
    .list-anchor a::before {
      font-size: 4px; }

/*==========  SMALL LIST  ==========*/
@media only screen and (min-width: 620px) {
  .list-small li {
    font-size: 13px;
    line-height: 2em;
    /* 26px */
    padding-top: 2em;
    padding-bottom: 0;
    padding-top: 0; } }

/*==========  CENTERED LIST  ==========*/
/* line 154, /Volumes/proton/suite/seed-ghpages/src/styles/components/_components/_list */
.list-centered {
  text-align: center;
  padding-left: 0; }

/*==========  FEATURED LIST  ==========*/
/* line 161, /Volumes/proton/suite/seed-ghpages/src/styles/components/_components/_list */
.featured-list {
  padding-top: 78px;
  padding-bottom: 78px; }

/* line 166, /Volumes/proton/suite/seed-ghpages/src/styles/components/_components/_list */
.featured-list__item {
  background: #ffffff;
  padding-left: 0;
  padding-top: 26px;
  padding-bottom: 26px;
  margin-top: 26px; }
  @media only screen and (min-width: 620px) {
    .featured-list__item {
      min-height: 338px;
      padding: 52px 32px; } }
  /* line 179, /Volumes/proton/suite/seed-ghpages/src/styles/components/_components/_list */
  .featured-list__item:first-child {
    margin-top: 0; }
  /* line 183, /Volumes/proton/suite/seed-ghpages/src/styles/components/_components/_list */
  .featured-list__item p {
    margin-bottom: 26px; }

/* line 188, /Volumes/proton/suite/seed-ghpages/src/styles/components/_components/_list */
.featured-list__img-wrapper {
  display: none;
  position: relative;
  padding-top: 26px;
  margin: 0 -5%; }
  @media only screen and (min-width: 620px) {
    .featured-list__img-wrapper {
      display: block;
      padding-top: 0;
      margin: 0; } }

@media only screen and (min-width: 620px) {
  .featured-list__img {
    padding-top: 60.8%;
    padding-bottom: 0;
    height: 0;
    overflow: hidden;
    position: absolute;
    width: 100%; } }
/* line 212, /Volumes/proton/suite/seed-ghpages/src/styles/components/_components/_list */
.featured-list__img img {
  display: block;
  margin: 0 auto;
  max-width: 100%; }
  @media only screen and (min-width: 620px) {
    .featured-list__img img {
      margin: 0;
      position: absolute;
      top: 0;
      height: 100%;
      width: 100%;
      left: 0; } }

/*==========  RELATED GUIDES LIST  ==========*/
/* line 229, /Volumes/proton/suite/seed-ghpages/src/styles/components/_components/_list */
.related-guides-list {
  font-family: 'Roboto Condensed', Helvetica, sans-serif;
  padding-top: 0;
  padding-left: 0; }
  @media only screen and (min-width: 620px) {
    .related-guides-list {
      padding-top: 26px; } }
  @media only screen and (min-width: 800px) {
    .related-guides-list {
      padding-top: 0; } }
  /* line 242, /Volumes/proton/suite/seed-ghpages/src/styles/components/_components/_list */
  .related-guides-list p {
    padding-top: 0; }
  /* line 246, /Volumes/proton/suite/seed-ghpages/src/styles/components/_components/_list */
  .related-guides-list .tag {
    padding-top: 0; }
  /* line 250, /Volumes/proton/suite/seed-ghpages/src/styles/components/_components/_list */
  .related-guides-list li {
    padding-top: 26px;
    padding-bottom: 25px;
    border-bottom: 1px solid #e0e0e0; }
    /* line 255, /Volumes/proton/suite/seed-ghpages/src/styles/components/_components/_list */
    .related-guides-list li:last-child {
      border-color: transparent; }
    @media only screen and (min-width: 620px) {
      .related-guides-list li {
        padding-top: 0;
        padding-bottom: 0;
        border-color: transparent; } }

/*==========  LIST RESET  ==========*/
/* line 269, /Volumes/proton/suite/seed-ghpages/src/styles/components/_components/_list */
.list--reset {
  padding-left: 0; }
  /* line 272, /Volumes/proton/suite/seed-ghpages/src/styles/components/_components/_list */
  .list--reset li {
    padding-left: 0; }
  /* line 277, /Volumes/proton/suite/seed-ghpages/src/styles/components/_components/_list */
  .list--reset.list-links a::before, .list--reset li::before {
    display: none !important; }

/*==========  LESSONS  ==========*/
/* line 284, /Volumes/proton/suite/seed-ghpages/src/styles/components/_components/_list */
.list-lessons {
  padding-left: 0; }
  /* line 287, /Volumes/proton/suite/seed-ghpages/src/styles/components/_components/_list */
  .list-lessons a {
    color: #ffffff; }
  /* line 293, /Volumes/proton/suite/seed-ghpages/src/styles/components/_components/_list */
  .list-lessons .current, .list-lessons .current a {
    text-decoration: none;
    cursor: default; }
  /* line 298, /Volumes/proton/suite/seed-ghpages/src/styles/components/_components/_list */
  .list-lessons .current .icon {
    font-size: 13px;
    display: inline-block;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 100%;
    width: 26px;
    line-height: 26px;
    text-align: center;
    margin-left: 7px; }

/*==========  GUIDES INTO - used on homepage  ==========*/
/* line 314, /Volumes/proton/suite/seed-ghpages/src/styles/components/_components/_list */
.list-guides-intro {
  margin-bottom: 52px; }
  @media only screen and (max-width: 619px) {
    .list-guides-intro {
      padding-top: 52px; } }
  /* line 321, /Volumes/proton/suite/seed-ghpages/src/styles/components/_components/_list */
  .list-guides-intro li {
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 51px;
    margin-bottom: 52px; }
    @media only screen and (min-width: 620px) {
      .list-guides-intro li {
        border-color: transparent;
        padding-bottom: 0; } }
    /* line 331, /Volumes/proton/suite/seed-ghpages/src/styles/components/_components/_list */
    .list-guides-intro li:last-child {
      border-bottom: transparent;
      margin-bottom: 0; }

/**
*
* Link
*
**/
/* line 7, /Volumes/proton/suite/seed-ghpages/src/styles/components/_components/_link */
a {
  color: #3372df; }

/* line 11, /Volumes/proton/suite/seed-ghpages/src/styles/components/_components/_link */
a:hover {
  text-decoration: none; }

/* line 15, /Volumes/proton/suite/seed-ghpages/src/styles/components/_components/_link */
.cta--primary {
  font-family: 'Roboto Condensed', Helvetica, sans-serif;
  color: #3372df;
  font-weight: 400;
  display: inline-block;
  line-height: 1;
  text-decoration: none; }
  /* line 350, /Volumes/proton/suite/seed-ghpages/src/styles/components/_utils */
  .cta--primary:hover {
    color: rgba(0, 0, 0, 0.87); }
  /* line 356, /Volumes/proton/suite/seed-ghpages/src/styles/components/_utils */
  .cta--primary::before {
    display: inline-block;
    padding-right: 10px;
    font-family: 'icons';
    line-height: 25px;
    font-size: 13px;
    content: '\e005'; }

/* line 19, /Volumes/proton/suite/seed-ghpages/src/styles/components/_components/_link */
.cta--secondary {
  font-family: 'Roboto Condensed', Helvetica, sans-serif;
  color: #3372df;
  font-weight: 400;
  display: inline-block;
  line-height: 1; }
  /* line 350, /Volumes/proton/suite/seed-ghpages/src/styles/components/_utils */
  .cta--secondary:hover {
    color: rgba(0, 0, 0, 0.87); }

/**
*
* Table
*
**/
/* line 7, /Volumes/proton/suite/seed-ghpages/src/styles/components/_components/_table */
table {
  margin-top: 26px;
  width: 100%; }
  /* line 11, /Volumes/proton/suite/seed-ghpages/src/styles/components/_components/_table */
  table thead {
    background: #3372df;
    color: #ffffff; }
  /* line 16, /Volumes/proton/suite/seed-ghpages/src/styles/components/_components/_table */
  table th {
    text-align: center;
    display: none;
    font-family: 'Roboto Condensed', Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.625em;
    /* 26px */
    padding-top: 1.625em;
    padding-bottom: 0; }
    @media only screen and (min-width: 800px) {
      table th {
        font-size: 20px;
        font-weight: 300;
        line-height: 1.3em;
        /* 26px */
        padding-top: 1.3em;
        padding-bottom: 0; } }
  @media only screen and (min-width: 620px) {
    table tr {
      border-bottom: 1px solid #ffffff; } }
  /* line 29, /Volumes/proton/suite/seed-ghpages/src/styles/components/_components/_table */
  table tbody {
    background: #f0f0f0; }
  /* line 33, /Volumes/proton/suite/seed-ghpages/src/styles/components/_components/_table */
  table td {
    display: block;
    padding-top: 13px;
    padding-bottom: 13px; }
    /* line 39, /Volumes/proton/suite/seed-ghpages/src/styles/components/_components/_table */
    table td::before {
      content: attr(data-th) " :";
      display: inline-block;
      color: #ffffff;
      background: #3372df;
      border-right: 2px solid #ffffff;
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      width: 100px;
      max-height: 100%;
      font-family: 'Roboto Condensed', Helvetica, sans-serif;
      font-size: 16px;
      font-weight: 400;
      padding-left: 13px;
      padding-top: 13px; }
      @media only screen and (min-width: 620px) {
        table td::before {
          display: none; } }
  /* line 64, /Volumes/proton/suite/seed-ghpages/src/styles/components/_components/_table */
  table th, table td {
    position: relative;
    padding-left: 140px; }
    @media only screen and (min-width: 620px) {
      table th, table td {
        display: table-cell; } }
  @media only screen and (min-width: 620px) {
    table th {
      padding: 26px;
      padding-top: 13px;
      padding-bottom: 12px; } }
  @media only screen and (min-width: 620px) {
    table td {
      padding: 26px;
      padding-bottom: 25px; } }

/* line 89, /Volumes/proton/suite/seed-ghpages/src/styles/components/_components/_table */
td:last-child::after {
  content: "";
  display: block;
  background: #ffffff;
  height: 1px;
  left: 0;
  position: absolute;
  bottom: 0;
  width: 100%; }
  @media only screen and (min-width: 620px) {
    td:last-child::after {
      display: none; } }

/* line 104, /Volumes/proton/suite/seed-ghpages/src/styles/components/_components/_table */
.table-2 col {
  width: 344px; }
  @media only screen and (min-width: 800px) {
    .table-2 col {
      width: 432px; } }
@media only screen and (min-width: 620px) {
  /* line 114, /Volumes/proton/suite/seed-ghpages/src/styles/components/_components/_table */
  .table-2 th:first-child, .table-2 td:first-child {
    border-right: 2px solid #ffffff; }
 }

/* line 122, /Volumes/proton/suite/seed-ghpages/src/styles/components/_components/_table */
.table-3 col {
  width: 229.3333333333px; }
  @media only screen and (min-width: 800px) {
    .table-3 col {
      width: 288px; } }
@media only screen and (min-width: 620px) {
  /* line 132, /Volumes/proton/suite/seed-ghpages/src/styles/components/_components/_table */
  .table-3 th:nth-child(2), .table-3 td:nth-child(2) {
    border-left: 2px solid #ffffff;
    border-right: 2px solid #ffffff; }
 }

/* line 141, /Volumes/proton/suite/seed-ghpages/src/styles/components/_components/_table */
.table-4 col {
  width: 172px; }
  @media only screen and (min-width: 800px) {
    .table-4 col {
      width: 216px; } }
@media only screen and (min-width: 620px) {
  /* line 152, /Volumes/proton/suite/seed-ghpages/src/styles/components/_components/_table */
  .table-4 th:nth-child(2), .table-4 th:nth-child(3), .table-4 td:nth-child(2), .table-4 td:nth-child(3) {
    border-left: 2px solid #ffffff;
    border-right: 2px solid #ffffff; }
 }

/**
*
* Media - imgs/videos
*
**/
/* line 9, /Volumes/proton/suite/seed-ghpages/src/styles/components/_components/_media */
img, video, object {
  max-width: 100%; }

/* line 15, /Volumes/proton/suite/seed-ghpages/src/styles/components/_components/_media */
.content img {
  margin-top: 26px;
  margin-bottom: 26px; }

/**
*
* Breadcrumb
*
**/
/* line 7, /Volumes/proton/suite/seed-ghpages/src/styles/components/_components/_breadcrumb */
.breadcrumbs {
  display: none;
  position: relative;
  z-index: 1; }
  @media only screen and (min-width: 620px) {
    .breadcrumbs {
      display: block; } }

/* line 17, /Volumes/proton/suite/seed-ghpages/src/styles/components/_components/_breadcrumb */
.breadcrumbs p {
  font-size: 13px;
  line-height: 2em;
  /* 26px */
  padding-top: 2em;
  padding-bottom: 0;
  padding-top: 26px; }

/* line 22, /Volumes/proton/suite/seed-ghpages/src/styles/components/_components/_breadcrumb */
.breadcrumbs__link {
  font-size: 13px;
  line-height: 2em;
  /* 26px */
  padding-top: 2em;
  padding-bottom: 0;
  color: black;
  font-weight: 400;
  padding-top: 0; }
  @media only screen and (min-width: 620px) {
    .breadcrumbs__link {
      padding-top: 0; } }

/**
*
* subsection__title
*
**/
/* line 7, /Volumes/proton/suite/seed-ghpages/src/styles/components/_components/_subsection-title */
.subsection-title {
  color: rgba(0, 0, 0, 0.87);
  margin-top: 52px; }

/* line 12, /Volumes/proton/suite/seed-ghpages/src/styles/components/_components/_subsection-title */
.subsection-number {
  font-size: 16px;
  line-height: 1.625em;
  /* 26px */
  padding-top: 1.625em;
  padding-bottom: 0;
  padding-top: 0;
  display: block; }

/**
*
* Articles list
*
**/
/* line 7, /Volumes/proton/suite/seed-ghpages/src/styles/components/_components/_articles-list */
.articles-list {
  padding-left: 0; }

/* line 11, /Volumes/proton/suite/seed-ghpages/src/styles/components/_components/_articles-list */
.articles-list__item {
  padding-bottom: 52px;
  padding-left: 0; }
  /* line 15, /Volumes/proton/suite/seed-ghpages/src/styles/components/_components/_articles-list */
  .articles-list__item:last-child {
    padding-bottom: 53px; }
  /* line 21, /Volumes/proton/suite/seed-ghpages/src/styles/components/_components/_articles-list */
  .articles-list__item::before {
    content: "";
    display: block;
    width: 40%;
    height: 1px;
    box-shadow: inset 0 1px 0 0 #e0e0e0;
    margin-right: 0;
    margin-left: 30%; }
  /* line 32, /Volumes/proton/suite/seed-ghpages/src/styles/components/_components/_articles-list */
  .articles-list__item h3 a:hover {
    text-decoration: none; }
  /* line 37, /Volumes/proton/suite/seed-ghpages/src/styles/components/_components/_articles-list */
  .articles-list__item p {
    margin-top: 26px;
    margin-bottom: 26px; }
  /* line 42, /Volumes/proton/suite/seed-ghpages/src/styles/components/_components/_articles-list */
  .articles-list__item:first-child {
    padding-top: 0; }
    @media only screen and (min-width: 620px) {
      .articles-list__item:first-child {
        padding-top: 24px; } }
    /* line 49, /Volumes/proton/suite/seed-ghpages/src/styles/components/_components/_articles-list */
    .articles-list__item:first-child::before {
      display: none; }

/**
*
* Guides List
*
**/
/* line 8, /Volumes/proton/suite/seed-ghpages/src/styles/components/_components/_guides-list */
.guides-list {
  overflow: hidden; }
  @media only screen and (min-width: 620px) {
    .guides-list {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      padding-top: 52px; } }

/* line 20, /Volumes/proton/suite/seed-ghpages/src/styles/components/_components/_guides-list */
.guides-list__item {
  padding: 0;
  background: #ffffff;
  margin-top: 26px;
  margin-bottom: 0; }
  @media only screen and (min-width: 620px) {
    .guides-list__item {
      display: flex;
      flex-direction: column;
      flex-wrap: wrap; } }
  /* line 32, /Volumes/proton/suite/seed-ghpages/src/styles/components/_components/_guides-list */
  .guides-list__item h3 {
    margin: 0 32px; }
  /* line 36, /Volumes/proton/suite/seed-ghpages/src/styles/components/_components/_guides-list */
  .guides-list__item p {
    margin: 26px 32px 0; }
  @media only screen and (min-width: 620px) {
    .guides-list__item .primary-content {
      flex: 1; } }
  /* line 46, /Volumes/proton/suite/seed-ghpages/src/styles/components/_components/_guides-list */
  .guides-list__item .secondary-content {
    position: relative;
    margin-top: 51px;
    border-top: 1px solid #e0e0e0; }
    @media only screen and (min-width: 620px) {
      .guides-list__item .secondary-content {
        width: 100%; } }
    /* line 56, /Volumes/proton/suite/seed-ghpages/src/styles/components/_components/_guides-list */
    .guides-list__item .secondary-content .icon-circle {
      position: absolute;
      top: -28px;
      left: 50%;
      margin-left: -21px;
      border: 2px solid #ffffff; }
      /* line 63, /Volumes/proton/suite/seed-ghpages/src/styles/components/_components/_guides-list */
      .guides-list__item .secondary-content .icon-circle i {
        font-size: 23px; }
  /* line 69, /Volumes/proton/suite/seed-ghpages/src/styles/components/_components/_guides-list */
  .guides-list__item ol {
    margin: 26px 0 0;
    padding: 52px 0 52px;
    margin-top: 0; }
  /* line 75, /Volumes/proton/suite/seed-ghpages/src/styles/components/_components/_guides-list */
  .guides-list__item::before {
    display: none; }

/**
*
* Icon Circle
*
**/
/* line 8, /Volumes/proton/suite/seed-ghpages/src/styles/components/_components/_icon-circle */
.icon-circle, .icon-circle--large {
  height: 0;
  width: 0;
  background: rgba(0, 0, 0, 0.54);
  display: block;
  position: relative;
  border-radius: 100%;
  font-size: 0;
  padding: 22px;
  margin: 4px auto; }
  /* line 20, /Volumes/proton/suite/seed-ghpages/src/styles/components/_components/_icon-circle */
  .icon-circle i, .icon-circle span, .icon-circle--large i, .icon-circle--large span {
    position: absolute;
    line-height: 0px;
    top: 50%;
    width: 100%;
    left: 0;
    text-align: center;
    color: #ffffff;
    font-size: 26px; }
  /* line 31, /Volumes/proton/suite/seed-ghpages/src/styles/components/_components/_icon-circle */
  .icon-circle span, .icon-circle--large span {
    font-family: 'Roboto Condensed', Helvetica, sans-serif;
    font-size: 26px;
    font-weight: 700; }
    @media only screen and (min-width: 620px) {
      .icon-circle span, .icon-circle--large span {
        font-size: 42px; } }

/* line 42, /Volumes/proton/suite/seed-ghpages/src/styles/components/_components/_icon-circle */
.icon-circle--large {
  margin-top: 0;
  margin-bottom: 0;
  padding: 26px;
  position: relative; }
  /* line 48, /Volumes/proton/suite/seed-ghpages/src/styles/components/_components/_icon-circle */
  .icon-circle--large i {
    font-size: 26px; }
    @media only screen and (min-width: 620px) {
      .icon-circle--large i {
        font-size: 42px; } }
  @media only screen and (min-width: 620px) {
    .icon-circle--large {
      padding: 37px;
      border: 2px solid #ffffff; }
      /* line 60, /Volumes/proton/suite/seed-ghpages/src/styles/components/_components/_icon-circle */
      a .icon-circle--large {
        padding: 38px;
        box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.42);
        border: 1px solid;
        transition: all 100ms linear;
        transform: translateZ(0); }
      /* line 71, /Volumes/proton/suite/seed-ghpages/src/styles/components/_components/_icon-circle */
      .no-touch a:hover .icon-circle--large {
        box-shadow: inset 0px 0px 0px 1px #ffffff;
        transform: scale(1.1); } }

/* line 79, /Volumes/proton/suite/seed-ghpages/src/styles/components/_components/_icon-circle */
.icon-circle--nav {
  height: 0;
  width: 0;
  background: rgba(0, 0, 0, 0.54);
  display: block;
  position: relative;
  border-radius: 100%;
  font-size: 0;
  padding: 13px;
  margin: 0 auto; }
  @media only screen and (min-width: 620px) {
    .icon-circle--nav {
      padding: 22px;
      margin-top: 4px;
      margin-bottom: 4px; } }
  /* line 96, /Volumes/proton/suite/seed-ghpages/src/styles/components/_components/_icon-circle */
  .icon-circle--nav i {
    position: absolute;
    line-height: 1px;
    top: 50%;
    width: 100%;
    left: 0;
    text-align: center;
    color: #ffffff;
    font-size: 16px; }
    @media only screen and (min-width: 620px) {
      .icon-circle--nav i {
        font-size: 26px; } }

/**
*
* Themed styles
*
**/
/* line 9, /Volumes/proton/suite/seed-ghpages/src/styles/components/_themed */
.theme--multi-device-layouts .themed {
  color: #297ea9; }
/* line 11, /Volumes/proton/suite/seed-ghpages/src/styles/components/_themed */
.theme--introduction-to-media .themed {
  color: #cf423a; }
/* line 13, /Volumes/proton/suite/seed-ghpages/src/styles/components/_themed */
.theme--user-input .themed {
  color: #2c8566; }
/* line 15, /Volumes/proton/suite/seed-ghpages/src/styles/components/_themed */
.theme--performance .themed {
  color: #7b5294; }

/* line 22, /Volumes/proton/suite/seed-ghpages/src/styles/components/_themed */
.theme--multi-device-layouts .themed--background, .theme--multi-device-layouts .themed--background.next-lessons::before {
  background-color: #297ea9; }
/* line 25, /Volumes/proton/suite/seed-ghpages/src/styles/components/_themed */
.theme--introduction-to-media .themed--background, .theme--introduction-to-media .themed--background.next-lessons::before {
  background-color: #cf423a; }
/* line 28, /Volumes/proton/suite/seed-ghpages/src/styles/components/_themed */
.theme--user-input .themed--background, .theme--user-input .themed--background.next-lessons::before {
  background-color: #2c8566; }
/* line 31, /Volumes/proton/suite/seed-ghpages/src/styles/components/_themed */
.theme--performance .themed--background, .theme--performance .themed--background.next-lessons::before {
  background-color: #7b5294; }

/* line 37, /Volumes/proton/suite/seed-ghpages/src/styles/components/_themed */
.theme--multi-device-layouts .themed--hover:hover {
  color: #297ea9; }
/* line 39, /Volumes/proton/suite/seed-ghpages/src/styles/components/_themed */
.theme--introduction-to-media .themed--hover:hover {
  color: #cf423a; }
/* line 41, /Volumes/proton/suite/seed-ghpages/src/styles/components/_themed */
.theme--user-input .themed--hover:hover {
  color: #2c8566; }
/* line 43, /Volumes/proton/suite/seed-ghpages/src/styles/components/_themed */
.theme--performance .themed--hover:hover {
  color: #7b5294; }

/* line 49, /Volumes/proton/suite/seed-ghpages/src/styles/components/_themed */
.theme--multi-device-layouts .themed--hover-secondary:hover {
  color: #89c4e2; }
/* line 51, /Volumes/proton/suite/seed-ghpages/src/styles/components/_themed */
.theme--introduction-to-media .themed--hover-secondary:hover {
  color: #edb8b5; }
/* line 53, /Volumes/proton/suite/seed-ghpages/src/styles/components/_themed */
.theme--user-input .themed--hover-secondary:hover {
  color: #78d2b3; }
/* line 55, /Volumes/proton/suite/seed-ghpages/src/styles/components/_themed */
.theme--performance .themed--hover-secondary:hover {
  color: #c4add2; }

/* line 66, /Volumes/proton/suite/seed-ghpages/src/styles/components/_themed */
.article--multi-device-layouts .article-container h1, .article--multi-device-layouts .article-container h2 {
  color: #297ea9; }
/* line 68, /Volumes/proton/suite/seed-ghpages/src/styles/components/_themed */
.article--introduction-to-media .article-container h1, .article--introduction-to-media .article-container h2 {
  color: #cf423a; }
/* line 70, /Volumes/proton/suite/seed-ghpages/src/styles/components/_themed */
.article--user-input .article-container h1, .article--user-input .article-container h2 {
  color: #2c8566; }
/* line 72, /Volumes/proton/suite/seed-ghpages/src/styles/components/_themed */
.article--performance .article-container h1, .article--performance .article-container h2 {
  color: #7b5294; }

/* line 80, /Volumes/proton/suite/seed-ghpages/src/styles/components/_themed */
.nav-theme--multi-device-layouts .themed--hover:hover {
  color: #297ea9; }
/* line 82, /Volumes/proton/suite/seed-ghpages/src/styles/components/_themed */
.nav-theme--introduction-to-media .themed--hover:hover {
  color: #cf423a; }
/* line 84, /Volumes/proton/suite/seed-ghpages/src/styles/components/_themed */
.nav-theme--user-input .themed--hover:hover {
  color: #2c8566; }
/* line 86, /Volumes/proton/suite/seed-ghpages/src/styles/components/_themed */
.nav-theme--performance .themed--hover:hover {
  color: #7b5294; }

/* line 92, /Volumes/proton/suite/seed-ghpages/src/styles/components/_themed */
.nav-theme--multi-device-layouts .themed {
  color: #297ea9; }
/* line 94, /Volumes/proton/suite/seed-ghpages/src/styles/components/_themed */
.nav-theme--introduction-to-media .themed {
  color: #cf423a; }
/* line 96, /Volumes/proton/suite/seed-ghpages/src/styles/components/_themed */
.nav-theme--user-input .themed {
  color: #2c8566; }
/* line 98, /Volumes/proton/suite/seed-ghpages/src/styles/components/_themed */
.nav-theme--performance .themed {
  color: #7b5294; }

/* line 104, /Volumes/proton/suite/seed-ghpages/src/styles/components/_themed */
.nav-theme--multi-device-layouts .themed--background {
  background-color: #297ea9; }
/* line 106, /Volumes/proton/suite/seed-ghpages/src/styles/components/_themed */
.nav-theme--introduction-to-media .themed--background {
  background-color: #cf423a; }
/* line 108, /Volumes/proton/suite/seed-ghpages/src/styles/components/_themed */
.nav-theme--user-input .themed--background {
  background-color: #2c8566; }
/* line 110, /Volumes/proton/suite/seed-ghpages/src/styles/components/_themed */
.nav-theme--performance .themed--background {
  background-color: #7b5294; }

/**
*
* Styleguide
*
**/
/* line 9, /Volumes/proton/suite/seed-ghpages/src/styles/components/_pages/_styleguide */
.page--styleguide .styleguide__module-title {
  margin-bottom: 26px; }
/* line 13, /Volumes/proton/suite/seed-ghpages/src/styles/components/_pages/_styleguide */
.page--styleguide section {
  margin-bottom: 52px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 77px; }
/* line 20, /Volumes/proton/suite/seed-ghpages/src/styles/components/_pages/_styleguide */
.page--styleguide .styleguide__color-list {
  text-align: center; }
  /* line 23, /Volumes/proton/suite/seed-ghpages/src/styles/components/_pages/_styleguide */
  .page--styleguide .styleguide__color-list li {
    border-bottom: 52px solid;
    margin-bottom: 26px;
    position: relative; }
/* line 30, /Volumes/proton/suite/seed-ghpages/src/styles/components/_pages/_styleguide */
.page--styleguide .styleguide__breadcrumb .breadcrumbs {
  display: block; }
/* line 36, /Volumes/proton/suite/seed-ghpages/src/styles/components/_pages/_styleguide */
.page--styleguide .styleguide__lists ul, .page--styleguide .styleguide__lists ol {
  margin-bottom: 26px; }
/* line 41, /Volumes/proton/suite/seed-ghpages/src/styles/components/_pages/_styleguide */
.page--styleguide .styleguide__inverted-block {
  background: #e8e8e8;
  padding: 0 13px; }
/* line 46, /Volumes/proton/suite/seed-ghpages/src/styles/components/_pages/_styleguide */
.page--styleguide .styleguide__theme-block {
  background: #297ea9;
  padding: 0 13px; }

/* line 53, /Volumes/proton/suite/seed-ghpages/src/styles/components/_pages/_styleguide */
.demo {
  margin-bottom: 26px;
  margin-top: 26px; }

/* line 59, /Volumes/proton/suite/seed-ghpages/src/styles/components/_pages/_styleguide */
.demo [class*="g-"] {
  background-color: rgba(0, 0, 0, 0.26);
  position: relative;
  margin-bottom: 26px;
  min-height: 156px; }
  /* line 66, /Volumes/proton/suite/seed-ghpages/src/styles/components/_pages/_styleguide */
  .demo [class*="g-"]::before, .demo [class*="g-"]::after {
    font-size: 13px;
    line-height: 2em;
    /* 26px */
    padding-top: 2em;
    padding-bottom: 0;
    display: block;
    margin: 0 10px; }
  /* line 72, /Volumes/proton/suite/seed-ghpages/src/styles/components/_pages/_styleguide */
  .demo [class*="g-"]::before {
    content: 'HTML classes: ';
    font-weight: 700; }
  /* line 77, /Volumes/proton/suite/seed-ghpages/src/styles/components/_pages/_styleguide */
  .demo [class*="g-"]::after {
    content: attr(class);
    word-spacing: 15px; }

/**
*
* Resources page
*
**/
/* line 10, /Volumes/proton/suite/seed-ghpages/src/styles/components/_pages/_page-resources */
.page--resources .article-section__icon, .page--resources .articles-count, .page--resources .guides-list__item .secondary-content {
  display: none; }
/* line 14, /Volumes/proton/suite/seed-ghpages/src/styles/components/_pages/_page-resources */
.page--resources .primary-content {
  padding-top: 26px;
  padding-bottom: 52px; }
  /* line 18, /Volumes/proton/suite/seed-ghpages/src/styles/components/_pages/_page-resources */
  .page--resources .primary-content p {
    margin-top: 0; }

/**
*
* Helper
*
**/
/* line 10, /Volumes/proton/suite/seed-ghpages/src/styles/components/_helper */
.clear::before, .clear::after {
  content: '';
  display: table; }
/* line 14, /Volumes/proton/suite/seed-ghpages/src/styles/components/_helper */
.clear::after {
  clear: both; }

/*==========  COLORS  ==========*/
/* line 22, /Volumes/proton/suite/seed-ghpages/src/styles/components/_helper */
.color--blue {
  color: #3372df; }

/* line 23, /Volumes/proton/suite/seed-ghpages/src/styles/components/_helper */
.color--red {
  color: #cb4437; }

/* line 24, /Volumes/proton/suite/seed-ghpages/src/styles/components/_helper */
.color--green {
  color: #0f9d58; }

/* line 25, /Volumes/proton/suite/seed-ghpages/src/styles/components/_helper */
.color--yellow {
  color: #f4b400; }

/* line 26, /Volumes/proton/suite/seed-ghpages/src/styles/components/_helper */
.color--blue-secondary {
  color: #b7cdf4; }

/* line 27, /Volumes/proton/suite/seed-ghpages/src/styles/components/_helper */
.color--red-secondary {
  color: #ebb6b0; }

/* line 28, /Volumes/proton/suite/seed-ghpages/src/styles/components/_helper */
.color--green-secondary {
  color: #56efa5; }

/* line 29, /Volumes/proton/suite/seed-ghpages/src/styles/components/_helper */
.color--yellow-secondary {
  color: #ffd45b; }

/* line 31, /Volumes/proton/suite/seed-ghpages/src/styles/components/_helper */
.color--gray-background {
  color: #f0f0f0; }

/* line 32, /Volumes/proton/suite/seed-ghpages/src/styles/components/_helper */
.color--gray-keyline {
  color: #e0e0e0; }

/* line 33, /Volumes/proton/suite/seed-ghpages/src/styles/components/_helper */
.color--gray {
  color: rgba(0, 0, 0, 0.54); }

/* line 34, /Volumes/proton/suite/seed-ghpages/src/styles/components/_helper */
.color--gray-dark {
  color: rgba(0, 0, 0, 0.87); }

/* line 36, /Volumes/proton/suite/seed-ghpages/src/styles/components/_helper */
.color--text {
  color: #404040; }

/* line 37, /Volumes/proton/suite/seed-ghpages/src/styles/components/_helper */
.color--highlight {
  color: #3372df; }

/* line 38, /Volumes/proton/suite/seed-ghpages/src/styles/components/_helper */
.color--warning {
  color: #ffd45b; }

/* line 39, /Volumes/proton/suite/seed-ghpages/src/styles/components/_helper */
.color--danger {
  color: #cb4437; }

/* line 40, /Volumes/proton/suite/seed-ghpages/src/styles/components/_helper */
.color--muted {
  color: #737373; }

/* line 42, /Volumes/proton/suite/seed-ghpages/src/styles/components/_helper */
.color--remember {
  color: #09829a; }

/* line 43, /Volumes/proton/suite/seed-ghpages/src/styles/components/_helper */
.color--learning {
  color: #da2e75; }

/* line 45, /Volumes/proton/suite/seed-ghpages/src/styles/components/_helper */
.color--layouts {
  color: #297ea9; }

/* line 46, /Volumes/proton/suite/seed-ghpages/src/styles/components/_helper */
.color--user {
  color: #2c8566; }

/* line 47, /Volumes/proton/suite/seed-ghpages/src/styles/components/_helper */
.color--media {
  color: #cf423a; }

/* line 48, /Volumes/proton/suite/seed-ghpages/src/styles/components/_helper */
.color--performance {
  color: #7b5294; }

/* line 49, /Volumes/proton/suite/seed-ghpages/src/styles/components/_helper */
.color--layouts-secondary {
  color: #89c4e2; }

/* line 50, /Volumes/proton/suite/seed-ghpages/src/styles/components/_helper */
.color--user-secondary {
  color: #78d2b3; }

/* line 51, /Volumes/proton/suite/seed-ghpages/src/styles/components/_helper */
.color--media-secondary {
  color: #edb8b5; }

/* line 52, /Volumes/proton/suite/seed-ghpages/src/styles/components/_helper */
.color--performance-secondary {
  color: #c4add2; }

/*==========  TEXT DIVIDER  ==========*/
/* line 58, /Volumes/proton/suite/seed-ghpages/src/styles/components/_helper */
.text-divider {
  position: relative;
  margin-bottom: 26px; }
  /* line 62, /Volumes/proton/suite/seed-ghpages/src/styles/components/_helper */
  .text-divider::after {
    content: '';
    display: block;
    position: absolute;
    width: 40%;
    height: 1px;
    box-shadow: 0 1px 0 0 #e0e0e0;
    left: 30%;
    bottom: -13px; }
  /* line 73, /Volumes/proton/suite/seed-ghpages/src/styles/components/_helper */
  .text-divider.xlarge {
    margin-bottom: 52px; }
    /* line 76, /Volumes/proton/suite/seed-ghpages/src/styles/components/_helper */
    .text-divider.xlarge::after {
      bottom: -26px; }
  /* line 81, /Volumes/proton/suite/seed-ghpages/src/styles/components/_helper */
  .text-divider.xxlarge {
    margin-bottom: 78px; }
    /* line 84, /Volumes/proton/suite/seed-ghpages/src/styles/components/_helper */
    .text-divider.xxlarge::after {
      bottom: -39px; }
  /* line 89, /Volumes/proton/suite/seed-ghpages/src/styles/components/_helper */
  .text-divider.huge {
    margin-bottom: 78px; }
    /* line 92, /Volumes/proton/suite/seed-ghpages/src/styles/components/_helper */
    .text-divider.huge::after {
      bottom: -39px; }

/*==========  GENERIC  ==========*/
/* line 100, /Volumes/proton/suite/seed-ghpages/src/styles/components/_helper */
.centered {
  text-align: center; }

/*==========  TAG  ==========*/
/* line 106, /Volumes/proton/suite/seed-ghpages/src/styles/components/_helper */
.tag {
  font-size: 13px;
  line-height: 2em;
  /* 26px */
  padding-top: 2em;
  padding-bottom: 0;
  font-family: 'Roboto Condensed', Helvetica, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  display: inline-block;
  text-decoration: none; }
  /* line 114, /Volumes/proton/suite/seed-ghpages/src/styles/components/_helper */
  .tag:hover {
    color: rgba(0, 0, 0, 0.87); }
  /* line 118, /Volumes/proton/suite/seed-ghpages/src/styles/components/_helper */
  .tag::before {
    content: '# ';
    display: inline-block; }

/* line 16, /Volumes/proton/suite/seed-ghpages/src/styles/main.scss */
a, u {
  text-decoration: none; }

/* line 21, /Volumes/proton/suite/seed-ghpages/src/styles/main.scss */
html, body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0; }

/* line 28, /Volumes/proton/suite/seed-ghpages/src/styles/main.scss */
body {
  position: relative;
  font-family: 'Roboto Condensed', Helvetica, Arial, sans-serif;
  font-weight: 300;
  background-color: #fff;
  box-sizing: border-box;
  min-height: 100%; }

/* line 37, /Volumes/proton/suite/seed-ghpages/src/styles/main.scss */
body.open {
  overflow: hidden; }

/* line 41, /Volumes/proton/suite/seed-ghpages/src/styles/main.scss */
.app-bar {
  display: block;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #4285f4;
  overflow: hidden;
  z-index: 1; }

/* line 52, /Volumes/proton/suite/seed-ghpages/src/styles/main.scss */
.app-bar-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 60px;
  position: relative;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  margin: 0 auto; }

/* line 66, /Volumes/proton/suite/seed-ghpages/src/styles/main.scss */
.app-bar.open, .app-bar.open ~ main {
  -webkit-transform: translate(250px, 0);
  transform: translate(250px, 0); }

/* line 71, /Volumes/proton/suite/seed-ghpages/src/styles/main.scss */
.app-bar .logo {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 2em;
  line-height: 60px;
  margin: 0 16px;
  padding: 0;
  color: #fefefe;
  float: none;
  max-width: none;
  font-weight: 300;
  display: initial; }

/* line 86, /Volumes/proton/suite/seed-ghpages/src/styles/main.scss */
.app-bar .logo a {
  text-decoration: none;
  color: inherit;
  font-weight: normal; }

/* line 92, /Volumes/proton/suite/seed-ghpages/src/styles/main.scss */
.app-bar-actions {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  z-index: 2; }

/* line 102, /Volumes/proton/suite/seed-ghpages/src/styles/main.scss */
.app-bar button {
  width: 60px;
  height: 60px;
  background-image: none;
  background-color: transparent;
  border: none;
  padding: 0;
  display: inline-block;
  -webkit-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
  -webkit-tap-highlight-color: transparent; }

/* line 115, /Volumes/proton/suite/seed-ghpages/src/styles/main.scss */
.app-bar button img {
  height: 24px;
  width: 24px; }

/* line 120, /Volumes/proton/suite/seed-ghpages/src/styles/main.scss */
.app-bar button:hover {
  background-color: rgba(255, 255, 255, 0.1); }

/* line 124, /Volumes/proton/suite/seed-ghpages/src/styles/main.scss */
.app-bar button:focus {
  background-color: rgba(255, 255, 255, 0.2);
  outline: 0; }

/* line 129, /Volumes/proton/suite/seed-ghpages/src/styles/main.scss */
.app-bar button:active {
  background-color: rgba(255, 255, 255, 0.4); }

/* line 133, /Volumes/proton/suite/seed-ghpages/src/styles/main.scss */
.promote-layer {
  /*
  This may promote the layer to a composited
  layer.

  Replace with will-change when available

  #perfmatters
  */
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

/* line 149, /Volumes/proton/suite/seed-ghpages/src/styles/main.scss */
.base, p, ul, ol {
  font-size: 19px; }

/* line 153, /Volumes/proton/suite/seed-ghpages/src/styles/main.scss */
.navdrawer-container {
  z-index: 1;
  position: fixed;
  top: 0;
  bottom: 0;
  width: 250px;
  height: 100%;
  background-color: #3367D6;
  color: #fefefe;
  -webkit-transform: translate(-250px, 0);
  transform: translate(-250px, 0);
  overflow-y: auto; }

/* line 167, /Volumes/proton/suite/seed-ghpages/src/styles/main.scss */
.navdrawer-container.open {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0); }

/* line 174, /Volumes/proton/suite/seed-ghpages/src/styles/main.scss */
.app-bar, .navdrawer-container.opened, main {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out; }

/* line 180, /Volumes/proton/suite/seed-ghpages/src/styles/main.scss */
.navdrawer-container h4, .navdrawer-container ul li a {
  height: 60px;
  padding: 17px 20px;
  line-height: 1.4; }

/* line 186, /Volumes/proton/suite/seed-ghpages/src/styles/main.scss */
.navdrawer-container h4 {
  background-color: white;
  color: #3367D6; }

/* line 191, /Volumes/proton/suite/seed-ghpages/src/styles/main.scss */
.navdrawer-container ul {
  padding: 0;
  margin: 0;
  list-style-type: none; }

/* line 197, /Volumes/proton/suite/seed-ghpages/src/styles/main.scss */
.navdrawer-container ul li a {
  display: block;
  text-decoration: none;
  color: white;
  -webkit-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
  white-space: nowrap; }

/* line 206, /Volumes/proton/suite/seed-ghpages/src/styles/main.scss */
.navdrawer-container ul li {
  border-bottom-style: solid;
  border-width: 1px;
  border-color: white;
  padding: 0; }

/* line 213, /Volumes/proton/suite/seed-ghpages/src/styles/main.scss */
.navdrawer-container ul li::before {
  content: none; }

/* line 217, /Volumes/proton/suite/seed-ghpages/src/styles/main.scss */
.navdrawer-container ul li a:hover {
  background-color: rgba(255, 255, 255, 0.2); }

/* line 221, /Volumes/proton/suite/seed-ghpages/src/styles/main.scss */
.navdrawer-container ul li a:focus {
  background-color: rgba(255, 255, 255, 0.3);
  outline: 0; }

/* line 226, /Volumes/proton/suite/seed-ghpages/src/styles/main.scss */
.navdrawer-container ul li a:active {
  background-color: rgba(255, 255, 255, 0.4); }

/* line 230, /Volumes/proton/suite/seed-ghpages/src/styles/main.scss */
main {
  margin: 0 auto;
  /* Height of the header */
  padding: 60px 16px 16px 16px;
  min-height: 100%; }

/** Larger Screens - desktops and tablets **/
@media all and (min-width: 990px) {
  /* line 239, /Volumes/proton/suite/seed-ghpages/src/styles/main.scss */
  .app-bar {
    position: relative; }

  /* line 244, /Volumes/proton/suite/seed-ghpages/src/styles/main.scss */
  .app-bar.open, .app-bar.open ~ main {
    -webkit-transform: translate(0px, 0);
    transform: translate(0px, 0); }

  /* line 249, /Volumes/proton/suite/seed-ghpages/src/styles/main.scss */
  .app-bar-container {
    display: block;
    height: 130px;
    max-width: 864px;
    padding: 0 16px;
    box-sizing: border-box;
    background-color: #4285f4; }

  /* line 258, /Volumes/proton/suite/seed-ghpages/src/styles/main.scss */
  .app-bar .logo {
    float: left;
    margin: 0;
    padding: 0;
    line-height: 130px;
    font-size: 46px; }

  /* line 266, /Volumes/proton/suite/seed-ghpages/src/styles/main.scss */
  .app-bar-actions {
    float: right; }

  /* line 270, /Volumes/proton/suite/seed-ghpages/src/styles/main.scss */
  .app-bar::after {
    content: ' ';
    display: block;
    height: 0;
    overflow: hidden;
    clear: both; }

  /* line 278, /Volumes/proton/suite/seed-ghpages/src/styles/main.scss */
  button.menu {
    display: none; }

  /* line 282, /Volumes/proton/suite/seed-ghpages/src/styles/main.scss */
  .navdrawer-container {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: none;
    transition: none;
    overflow-y: auto; }

  /* line 294, /Volumes/proton/suite/seed-ghpages/src/styles/main.scss */
  .navdrawer-container h4 {
    display: none; }

  /* line 298, /Volumes/proton/suite/seed-ghpages/src/styles/main.scss */
  .navdrawer-container ul {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 864px;
    margin: 0 auto;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }

  /* line 309, /Volumes/proton/suite/seed-ghpages/src/styles/main.scss */
  .navdrawer-container ul li {
    border: none; }

  /* line 313, /Volumes/proton/suite/seed-ghpages/src/styles/main.scss */
  main {
    max-width: 864px;
    padding-top: 0;
    min-height: initial; }
 }

@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 300;
  src: url(/seed/fonts/RobotoCondensed-Light.eot);
  src: local('Roboto Condensed Light'), local('RobotoCondensed-Light'), url(/seed/fonts/RobotoCondensed-Light.eot) format('embedded-opentype'), url(/seed/fonts/RobotoCondensed-Light.woff) format('woff'); }

@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  src: url(/seed/fonts/RobotoCondensed-Regular.eot);
  src: local('Roboto Condensed Regular'), local('RobotoCondensed-Regular'), url(/seed/fonts/RobotoCondensed-Regular.eot) format('embedded-opentype'), url(/seed/fonts/RobotoCondensed-Regular.woff) format('woff'); }

@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 700;
  src: url(/seed/fonts/RobotoCondensed-Bold.eot);
  src: local('Roboto Condensed Regular'), local('RobotoCondensed-Bold'), url(/seed/fonts/RobotoCondensed-Bold.eot) format('embedded-opentype'), url(/seed/fonts/RobotoCondensed-Bold.woff) format('woff'); }

@font-face {
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-weight: 300;
  src: url(/seed/fonts/RobotoCondensed-LightItalic.eot);
  src: local('Roboto Condensed Light Italic'), local('RobotoCondensed-LightItalic'), url(/seed/fonts/RobotoCondensed-LightItalic.eot) format('embedded-opentype'), url(/seed/fonts/RobotoCondensed-LightItalic.woff) format('woff'); }

@font-face {
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-weight: 400;
  src: url(/seed/fonts/RobotoCondensed-Italic.eot);
  src: local('Roboto Condensed Italic'), local('RobotoCondensed-Italic'), url(/seed/fonts/RobotoCondensed-Italic.eot) format('embedded-opentype'), url(/seed/fonts/RobotoCondensed-Italic.woff) format('woff'); }

@font-face {
  font-family: 'Roboto Condensed';
  font-style: italic;
  font-weight: 700;
  src: url(/seed/fonts/RobotoCondensed-BoldItalic.eot);
  src: local('Roboto Condensed Bold Italic'), local('RobotoCondensed-BoldItalic'), url(/seed/fonts/RobotoCondensed-BoldItalic.eot) format('embedded-opentype'), url(/seed/fonts/RobotoCondensed-BoldItalic.woff) format('woff'); }


/*# sourceMappingURL=../maps/styles/main.css.map */