/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

html {
  box-sizing: border-box;
  min-height: 100%; }

*, *:before, *:after {
  box-sizing: inherit;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility; }

body {
  font-family: 'Avenir Next', Avenir, Roboto, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.375;
  background-color: white;
  color: #1A1A1A;
  min-height: 100%; }

h1 {
  font-weight: 500; }

h2 {
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 500; }

h3 {
  margin-top: 32px;
  margin-bottom: 16px;
  font-size: 20px;
  font-weight: 500; }

h4 {
  margin-top: 24px;
  margin-bottom: 16px;
  font-size: 1em;
  font-weight: 600; }

strong {
  font-weight: 600; }

p {
  color: #3D3D3D; }

a {
  text-decoration: none;
  color: inherit; }

.lead {
  font-size: 1.2em; }

hr.hr-lg {
  display: block;
  margin: 48px 0;
  border: solid 0 rgba(0, 0, 0, 0.1);
  border-bottom-width: 1px;
  max-width: 120px; }

.link {
  color: #2555C7; }
  .link:hover {
    text-decoration: underline; }

.link-white {
  text-decoration: underline; }

input, textarea, select {
  font-family: inherit; }

/* XS screen adjustments
========================= */
@media screen and (max-width: 375px) {
  body {
    font-size: 15px; }

  h2 {
    font-size: 21px; } }
@media screen and (max-width: 320px) {
  body {
    font-size: 14px; }

  h2 {
    font-size: 18px; } }
.container {
  margin: 0 auto;
  padding-left: 16px;
  padding-right: 16px;
  max-width: 960px; }

.container-narrow {
  max-width: 720px; }

.row {
  display: flex;
  flex-flow: row wrap;
  align-content: flex-start;
  margin-left: -16px;
  margin-right: -16px; }

.row-end {
  justify-content: flex-end; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.col-flex,
.col-fixed,
.col-1,
.col-1-1,
.col-1-2,
.col-1-3,
.col-2-3,
.col-1-6,
.col-2-6,
.col-3-6,
.col-4-6,
.col-5-6,
.col-6-6 {
  display: inline-block;
  *display: inline;
  zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto;
  padding-left: 16px;
  padding-right: 16px; }

.col-flex {
  display: block;
  flex: 1; }

.col-fixed {
  display: block;
  flex: 0 0 auto; }

.col-1-6 {
  width: 16.6667%;
  *width: 16.6357%; }

.col-1-4 {
  width: 25%;
  *width: 25%; }

.col-3-4 {
  width: 75%;
  *width: 75%; }

.col-1-3,
.col-2-6 {
  width: 33.3333%;
  *width: 33.3023%; }

.col-1-2,
.col-3-6 {
  width: 50%;
  *width: 49.9690%; }

.col-2-3,
.col-4-6 {
  width: 66.6667%;
  *width: 66.6357%; }

.col-5-6 {
  width: 83.3333%;
  *width: 83.3023%; }

.col-1,
.col-1-1,
.col-6-6 {
  width: 100%; }

@media screen and (min-width: 375px) {
  .container {
    padding-left: 32px;
    padding-right: 32px; } }
@media screen and (min-width: 768px) {
  .container {
    padding-left: 48px;
    padding-right: 48px; }

  .row {
    margin-left: -24px;
    margin-right: -24px; }

  .row-lg {
    display: flex;
    flex-flow: row wrap;
    align-content: flex-start;
    margin-left: -24px;
    margin-right: -24px; }

  .order-lg-1 {
    order: 1; }

  .order-lg-2 {
    order: 2; }

  .col-lg-flex,
  .col-lg-fixed,
  .col-lg-1,
  .col-lg-1-1,
  .col-lg-1-2,
  .col-lg-1-3,
  .col-lg-2-3,
  .col-lg-1-6,
  .col-lg-2-6,
  .col-lg-3-6,
  .col-lg-4-6,
  .col-lg-5-6,
  .col-lg-6-6 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
    padding-left: 24px;
    padding-right: 24px; }

  .col-lg-flex {
    display: block;
    flex: 1; }

  .col-lg-fixed {
    display: block;
    flex: 0 0 auto; }

  .col-lg-1-6 {
    width: 16.6667%;
    *width: 16.6357%; }

  .col-lg-1-4 {
    width: 25%;
    *width: 25%; }

  .col-lg-1-3,
  .col-lg-2-6 {
    width: 33.3333%;
    *width: 33.3023%; }

  .col-lg-1-2,
  .col-lg-3-6 {
    width: 50%;
    *width: 49.9690%; }

  .col-lg-2-3,
  .col-lg-4-6 {
    width: 66.6667%;
    *width: 66.6357%; }

  .col-lg-5-6 {
    width: 83.3333%;
    *width: 83.3023%; }

  .col-lg-1,
  .col-lg-1-1,
  .col-lg-6-6 {
    width: 100%; } }
/* Hero
========================= */
.hero {
  position: relative;
  padding: 84px 0 0;
  background-image: linear-gradient(0deg, #4C8EE5 0%, #245FEB 100%);
  text-align: center;
  color: white; }

.hero-h1 {
  margin: 24px 0 16px;
  font-weight: 500;
  font-size: 36px; }

.hero-p {
  margin: 16px 0 24px;
  color: white; }

/* Typography
========================= */
.cap-title {
  font-size: 14px;
  text-transform: uppercase;
  margin: 0px;
  opacity: 0.4;
  letter-spacing: 1px; }

.dem {
  opacity: 0.6; }

/* Sections
========================= */
.first-section {
  padding-top: 84px !important; }

.section,
.section-alt {
  padding-top: 32px;
  padding-bottom: 32px;
  text-align: center; }

.section-slim {
  padding-top: 8px;
  padding-bottom: 8px; }

.section-tall {
  padding-top: 48px;
  padding-bottom: 48px; }

.section-alt {
  background-color: #F1F3F6; }

.section-blue {
  background-image: linear-gradient(0deg, #4C8EE5 0%, #245FEB 100%);
  color: white; }

.spacer-1-2 {
  height: 12px; }

.spacer-1 {
  height: 24px; }

.spacer-2 {
  height: 48px; }

.spacer-3 {
  height: 72px; }

.spacer-4 {
  height: 96px; }

/* Quotes
========================= */
.quote-scroller {
  margin: 0 auto;
  max-width: 960px;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  margin-top: -32px;
  padding-top: 48px;
  padding-bottom: 16px; }

.quote-container {
  width: 300%;
  display: flex; }

.quote-set {
  flex: 1;
  display: flex;
  transition: opacity 600ms ease; }

.quote {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-left: 32px;
  padding-right: 32px; }

.quote-text {
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
  opacity: 0.8; }

.quote-author {
  color: #2555C7;
  font-weight: 600; }

.quote-title {
  font-weight: 500;
  font-style: italic; }

.quote-logo {
  margin-top: 16px; }

.quote-dots {
  display: flex;
  justify-content: space-between;
  width: 36px;
  margin: 0 auto -24px; }

.quote-dot-active,
.quote-dot {
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background-color: black; }

.quote-dot-active {
  opacity: 0.4; }

.quote-dot {
  opacity: 0.1; }

/* Checklist
========================= */
.checklist {
  padding: 0;
  list-style: none; }
  .checklist > li {
    margin-top: 8px;
    margin-left: 24px;
    list-style-position: outside;
    list-style-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxMiIgdmlld0JveD0iMCAwIDM2IDI0IiBmaWxsPSIjMTk1NEQ2Ij48cGF0aCBkPSJNMjAuMjg1IDJsLTExLjI4NSAxMS41NjctNS4yODYtNS4wMTEtMy43MTQgMy43MTYgOSA4LjcyOCAxNS0xNS4yODV6Ii8+PC9zdmc+); }

.checklist > li {
  margin-left: 42px; }

/* Large screen
========================= */
@media screen and (min-width: 768px) {
  /* Hero
  ========================= */
  .hero {
    padding: 84px 0 0;
    text-align: left; }

  /* Sections
  ========================= */
  .section,
  .section-alt {
    padding-top: 48px;
    padding-bottom: 48px; }

  .section-lg-left {
    text-align: left; }

  .section-slim {
    padding-top: 12px;
    padding-bottom: 12px; }

  .section-tall {
    padding-top: 72px;
    padding-bottom: 72px; }

  .quote-scroller {
    margin: 0 auto;
    padding: 0 24px; }

  .quote-container {
    width: 100%; }

  .quote {
    padding-left: 24px;
    padding-right: 24px; }

  .quote-dots {
    display: none; } }
/* XS screens
========================= */
@media screen and (max-width: 375px) {
  .hero-h1 {
    font-size: 30px; } }
.nav {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 22px 32px;
  height: 84px;
  z-index: 10; }

.nav-logo {
  position: absolute;
  top: 26px;
  left: 32px; }

.nav-more {
  position: absolute;
  top: 18px;
  right: 22px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  cursor: pointer; }

.nav-more-bar {
  width: 20px;
  height: 3px;
  margin: 1px 0 2px;
  background-color: #aaa;
  border-radius: 2px; }

.nav-links {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: 0;
  padding: 84px 0 32px;
  list-style: none;
  flex-direction: column;
  align-items: center;
  background-color: rgba(255, 255, 255, 0);
  transition: background-color 200ms ease; }

.nav-item {
  width: 100%;
  min-height: 40px;
  padding: 0 32px; }

.nav-link {
  display: inline-block;
  margin-top: 6px;
  line-height: 28px;
  border-bottom: solid 2px transparent; }
  .nav-link-active {
    border-bottom-color: #2555C7; }
  .nav-link:hover {
    border-bottom-color: #2555C7; }

.nav-btn {
  display: inline-block;
  margin-top: 16px; }

.nav.expanded .nav-links {
  display: flex;
  background-color: white;
  border-bottom: #e5e5e5 solid 1px; }

.nav-light {
  color: white; }
  .nav-light .nav-more-bar {
    background-color: white; }
  .nav-light .nav-links {
    background-color: rgba(49, 50, 54, 0); }
  .nav-light .nav-btn {
    background-color: rgba(255, 255, 255, 0.15);
    color: white; }
    .nav-light .nav-btn:hover {
      background-color: rgba(255, 255, 255, 0.2); }
  .nav-light.expanded .nav-links {
    background-color: #313236;
    border-bottom: none; }
  .nav-light .nav-link-active {
    border-bottom-color: white; }
  .nav-light .nav-link:hover {
    border-bottom-color: white; }

/* Popup */
.nav-popup {
  display: none;
  margin: 0;
  padding: 8px 16px;
  border-radius: 4px;
  list-style: none; }

.nav-popup-link {
  display: block;
  line-height: 32px; }

/* Side nav */
.side-nav {
  margin: 16px 0 32px; }

.side-nav-list {
  margin: 8px -16px 0;
  padding: 0;
  list-style: none; }

.side-nav-link {
  display: block;
  margin: 2px 0;
  padding: 0 32px 0 16px;
  border-radius: 3px;
  line-height: 32px; }
  .side-nav-link:hover, .side-nav-link-active {
    background-color: rgba(0, 0, 0, 0.05); }

/* Large screens (tablet +)
========================= */
@media screen and (min-width: 768px) {
  .nav {
    padding: 22px 48px; }

  .nav-logo {
    left: 48px; }

  .nav-more {
    display: none; }

  .nav-links {
    display: flex;
    flex-direction: row;
    left: auto;
    padding: 22px 48px 0 0; }

  .nav-item {
    position: relative;
    width: auto;
    padding: 0 16px; }

  .nav-btn {
    margin-top: 0;
    margin-left: 16px; }

  /* Popup */
  .nav-popup {
    position: absolute;
    top: 50px;
    left: 0;
    padding: 8px 0;
    background: white;
    box-shadow: 2px 4px 25px rgba(0, 0, 0, 0.25);
    border-radius: 3px;
    color: #1A1A1A; }
    .nav-popup:before {
      content: "";
      display: block;
      position: absolute;
      top: -12px;
      left: 42px;
      border: solid 12px transparent;
      border-top-width: 0;
      border-bottom-color: white; }

  .nav-popup-link {
    padding: 0 16px;
    line-height: 40px;
    white-space: nowrap; }
    .nav-popup-link:hover {
      background-color: rgba(0, 0, 0, 0.07); }

  /* Side nav */
  .side-nav {
    margin: 32px 0; }

  .side-nav-list {
    margin: 8px 0 0 -16px; } }
/* Links
========================= */
.links {
  background-color: #313236;
  color: rgba(255, 255, 255, 0.9);
  text-align: left; }
  .links .col-1-2:nth-child(2) .links-list {
    margin-bottom: 32px; }

.links-heading {
  margin-bottom: 10px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: white; }

.links-list {
  list-style: none;
  margin: 0;
  padding: 0;
  font-weight: 200; }
  .links-list > li {
    margin-bottom: 10px; }
    .links-list > li > a:hover {
      text-decoration: underline; }

/* Footer
========================= */
.footer {
  background-color: #252628;
  padding-top: 16px;
  padding-bottom: 16px;
  color: white;
  text-align: center;
  line-height: 48px; }

.footer-link {
  margin-left: 32px;
  opacity: 0.6; }
  .footer-link:first-child {
    margin-left: 0; }
  .footer-link:hover {
    opacity: 1; }

.svg-icon {
  width: 20px;
  height: 20px;
  display: inline-block;
  fill: white;
  vertical-align: text-top; }

/* Large screen
========================= */
@media screen and (min-width: 768px) {
  /* Links
  ========================= */
  .links .col-1-2:nth-child(2) .links-list {
    margin-bottom: 0; }

  /* Footer
  ========================= */
  .footer {
    padding-top: 16px;
    padding-bottom: 16px; }

  .footer-content {
    display: flex;
    justify-content: space-between; } }
.install {
  position: fixed;
  display: none;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #F4F9FF;
  z-index: 10; }

.install-content {
  max-width: 560px;
  margin: 0 auto;
  padding-top: 160px;
  text-align: center; }

.add-extension {
  margin-bottom: 60px; }

.install-chrome-mac,
.install-chrome-win {
  display: none;
  background-size: 432px 103px;
  width: 432px;
  height: 103px;
  padding: 40px 0;
  text-transform: uppercase;
  color: #2555C7;
  font-size: 0.875em;
  line-height: 24px;
  margin: 100px auto 24px;
  letter-spacing: 1px; }

.install-chrome-mac {
  background-image: url(/assets/images/Add-to-Chrome.png); }

.install-chrome-win {
  background-image: url(/assets/images/Add-to-Chrome-windows.png); }

.install-footer {
  position: absolute;
  display: flex;
  justify-content: space-between;
  left: 16px;
  right: 16px;
  bottom: 16px;
  font-size: 0.8em;
  color: rgba(0, 0, 0, 0.4); }

.install-footer-link {
  text-decoration: underline; }

@media screen and (max-width: 900px) {
  .install-footer {
    flex-direction: column;
    text-align: center; } }
.rel {
  position: relative; }

.media {
  max-width: 100%;
  height: auto;
  margin-bottom: 16px; }

.media-right {
  max-width: 100%;
  height: auto;
  margin-bottom: 16px; }

.rounded {
  border-radius: 8px; }

.center {
  text-align: center; }

.left {
  text-align: left; }

.v-center {
  display: flex !important;
  flex-direction: column;
  justify-content: center; }

.clear:before,
.clear:after {
  content: ' ';
  display: table; }

.clear:after {
  clear: both; }

.clear {
  *zoom: 1; }

.btn {
  height: 40px;
  padding: 11px 24px 10px;
  border-radius: 20px;
  text-transform: uppercase;
  font-size: 0.875em;
  line-height: 19px;
  font-weight: 600;
  letter-spacing: 1px;
  cursor: pointer;
  border: none;
  outline: 0; }
  .btn > strong {
    font-weight: 600; }

.btn-inline {
  display: inline-block; }
  .btn-inline + .btn-inline {
    margin-left: 16px; }

.btn-row {
  margin-left: -8px;
  margin-right: -8px; }
  .btn-row .btn {
    display: inline-block;
    margin: 16px 8px 0; }

.btn-white {
  background-color: white;
  color: #2555C7; }
  .btn-white:hover {
    color: #132b64; }

.btn-gray {
  background-color: #f1f2f4;
  color: rgba(39, 47, 59, 0.75);
  font-weight: 500; }
  .btn-gray:hover {
    background-color: #e3e5e8; }

.btn-primary {
  background-color: #3876E7;
  color: white; }
  .btn-primary:hover {
    background-color: #245FEB; }

@media screen and (max-width: 768px) {
  .hide-sm {
    display: none; } }
@media screen and (min-width: 768px) {
  .media {
    margin-bottom: 0; }

  .media-right {
    max-width: 50%;
    float: right;
    margin-left: 24px;
    margin-bottom: 24px; } }
