/**
*
* Main Stylesheet
*
* Google Web Fundamentals
*
* R/GA 2014
* @author Pedro Duarte
* @author Antoine Grelard
*
**/
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
}

@font-face {
  font-family: 'Voltaire';
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
}


/**
*
* Utils
*
* Google Web Fundamentals
*
* R/GA 2014
* @author Pedro Duarte
* @author Antoine Grelard
*
**/
/*==========  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, ../_sass/_normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
/* line 19, ../_sass/_normalize.scss */
body {
  margin: 0;
  /*background-color:#000000;*/

}

/* 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 43, ../_sass/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
section	{
  padding-left: 15px;
  padding-right: 15px;
  }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
/* line 55, ../_sass/_normalize.scss */
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 65, ../_sass/_normalize.scss */
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 76, ../_sass/_normalize.scss */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
/* line 87, ../_sass/_normalize.scss */
a {
  background: transparent;
}

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

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

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

/**
 * Address styling not present in Safari and Chrome.
 */
/* line 124, ../_sass/_normalize.scss */
dfn {
  font-style: italic;
}

/**
 * Address styling not present in IE 8/9.
 */
/* line 133, ../_sass/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

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

/* line 151, ../_sass/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 155, ../_sass/_normalize.scss */
sub {
  bottom: -0.25em;
}

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

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
/* line 174, ../_sass/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Remove margin
 */
/* line 185, ../_sass/_normalize.scss */
figure {
  margin: 0;
}

/**
 * Address differences between Firefox and other browsers.
 */
/* line 193, ../_sass/_normalize.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
/* line 203, ../_sass/_normalize.scss */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
/* line 214, ../_sass/_normalize.scss */
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 238, ../_sass/_normalize.scss */
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 248, ../_sass/_normalize.scss */
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 260, ../_sass/_normalize.scss */
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 275, ../_sass/_normalize.scss */
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 285, ../_sass/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 294, ../_sass/_normalize.scss */
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 304, ../_sass/_normalize.scss */
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 317, ../_sass/_normalize.scss */
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 329, ../_sass/_normalize.scss */
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 339, ../_sass/_normalize.scss */
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 353, ../_sass/_normalize.scss */
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 362, ../_sass/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
/* line 371, ../_sass/_normalize.scss */
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 380, ../_sass/_normalize.scss */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 391, ../_sass/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 397, ../_sass/_normalize.scss */
td,
th {
  padding: 0;
}

/* Blockquote
   ========================================================================== */
/* line 404, ../_sass/_normalize.scss */
blockquote {
  margin: 0;
}

/* Pre and Code elements default look and feel
    =========================================================================*/
/* line 411, ../_sass/_normalize.scss */
pre,
code {
  font-size: 14px;
}

/* line 415, ../_sass/_normalize.scss */
pre {
  background: #f0f0f0;
  padding: 13px;
}

/* line 420, ../_sass/_normalize.scss */
code {
  word-break: break-word;
  word-wrap: break-word;
}

/* line 426, ../_sass/_normalize.scss */
p code {
  background: #f0f0f0;
  display: inline-block;
  padding: 4px;
  border-radius: 1px;
  font-size: 13px;
  line-height: 1;
}

/**
*
* Global
*
* Google Web Fundamentals
*
* R/GA 2014
* @author Pedro Duarte
* @author Antoine Grelard
*
**/
/* line 13, ../_sass/_global.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 17, ../_sass/_global.scss */
html, body, button {
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

/* line 22, ../_sass/_global.scss */
body {
	font-family: "Raleway", Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.625em;
	/* 26px */
  font-weight: 400;
	color: #000000;
	position: relative;
}


/* line 196, ../_sass/_utils.scss */
body:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  z-index: 9;
  display: none;
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 95%, rgba(0, 0, 0, 0.15) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(95%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.15)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 95%, rgba(0, 0, 0, 0.15) 100%);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 95%, rgba(0, 0, 0, 0.15) 100%);
  background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 95%, rgba(0, 0, 0, 0.15) 100%);
  background-image: linear-gradient(top, rgba(0, 0, 0, 0.15) 95%, rgba(0, 0, 0, 0.15) 100%);
  -webkit-background-size: 100% 26px;
  -moz-background-size: 100% 26px;
  -ms-background-size: 100% 26px;
  background-size: 100% 26px;
}
/* line 217, ../_sass/_utils.scss */
body.debug:after {
  display: block;
  pointer-events: none;
}

/* line 32, ../_sass/_global.scss */
.main-container {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -ms-box-sizing: content-box;
  box-sizing: content-box;
  position: relative;
  padding-left: 16px;
  padding-right: 16px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 620px) {
  /* line 32, ../_sass/_global.scss */
  .main-container {
    padding-left: 30px;
    padding-right: 30px;
    max-width: 688px;
  }
}
@media only screen and (min-width: 800px) {
  /* line 32, ../_sass/_global.scss */
  .main-container {
    padding-left: 35px;
    padding-right: 35px;
    max-width: 864px;
  }
}

/* line 36, ../_sass/_global.scss */
.container {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -ms-box-sizing: content-box;
  box-sizing: content-box;
  position: relative;
  padding-left: 0px;
  padding-right: 0px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 620px) {
  /* line 36, ../_sass/_global.scss */
  .container {
    padding-left: 0px;
    padding-right: 0px;
    max-width: 688px;
  }
}
@media only screen and (min-width: 800px) {
  /* line 36, ../_sass/_global.scss */
  .container {
    padding-left: 0px;
    padding-right: 0px;
    max-width: 864px;
  }
}

/* line 40, ../_sass/_global.scss */
.container-medium {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -ms-box-sizing: content-box;
  box-sizing: content-box;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 620px) {
  /* line 40, ../_sass/_global.scss */
  .container-medium {
    padding-left: 30px;
    padding-right: 30px;
    max-width: 688px;
  }
}
@media only screen and (min-width: 800px) {
  /* line 40, ../_sass/_global.scss */
  .container-medium {
    padding-left: 35px;
    padding-right: 35px;
    max-width: 864px;
  }
}

@media only screen and (max-width: 619px) {
  /* line 44, ../_sass/_global.scss */
  .container-small {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -ms-box-sizing: content-box;
    box-sizing: content-box;
    position: relative;
    padding-left: 16px;
    padding-right: 16px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 619px) and (min-width: 620px) {
  /* line 44, ../_sass/_global.scss */
  .container-small {
    padding-left: 30px;
    padding-right: 30px;
    max-width: 688px;
  }
}
@media only screen and (max-width: 619px) and (min-width: 800px) {
  /* line 44, ../_sass/_global.scss */
  .container-small {
    padding-left: 35px;
    padding-right: 35px;
    max-width: 864px;
  }
}

/* line 1, ../_sass/_syntax.scss */
div.highlight > pre > code, code .highlight {
  background: transparent;
}

/* line 2, ../_sass/_syntax.scss */
div.highlight > pre > code .c, code .highlight .c {
  color: #999988;
  font-style: italic;
}

/* Comment */
/* line 3, ../_sass/_syntax.scss */
div.highlight > pre > code .err, code .highlight .err {
  color: #a61717;
  background-color: #e3d2d2;
}

/* Error */
/* Keyword */
/* Operator */
/* line 6, ../_sass/_syntax.scss */
div.highlight > pre > code .cm, code .highlight .cm {
  color: #999988;
  font-style: italic;
}

/* Comment.Multiline */
/* line 7, ../_sass/_syntax.scss */
div.highlight > pre > code .cp, code .highlight .cp {
  color: #737373;
}

/* Comment.Preproc */
/* line 8, ../_sass/_syntax.scss */
div.highlight > pre > code .c1, code .highlight .c1 {
  color: #999988;
  font-style: italic;
}

/* Comment.Single */
/* line 9, ../_sass/_syntax.scss */
div.highlight > pre > code .cs, code .highlight .cs {
  color: #737373;
  font-style: italic;
}

/* Comment.Special */
/* line 10, ../_sass/_syntax.scss */
div.highlight > pre > code .gs, code .highlight .gd {
  color: #000000;
  background-color: #ffdddd;
}

/* Generic.Deleted */
/* line 11, ../_sass/_syntax.scss */
div.highlight > pre > code .gd .x, code .highlight .gd .x {
  color: #000000;
  background-color: #ffaaaa;
}

/* Generic.Deleted.Specific */
/* line 12, ../_sass/_syntax.scss */
div.highlight > pre > code .ge, code .highlight .ge {
  font-style: italic;
}

/* Generic.Emph */
/* line 13, ../_sass/_syntax.scss */
div.highlight > pre > code .gr, code .highlight .gr {
  color: #aa0000;
}

/* Generic.Error */
/* line 14, ../_sass/_syntax.scss */
div.highlight > pre > code .gh, code .highlight .gh {
  color: #737373;
}

/* Generic.Heading */
/* line 15, ../_sass/_syntax.scss */
div.highlight > pre > code .gi, code .highlight .gi {
  color: #000000;
  background-color: #ddffdd;
}

/* Generic.Inserted */
/* line 16, ../_sass/_syntax.scss */
div.highlight > pre > code .gi .x, code .highlight .gi .x {
  color: #000000;
  background-color: #aaffaa;
}

/* Generic.Inserted.Specific */
/* line 17, ../_sass/_syntax.scss */
div.highlight > pre > code .go, code .highlight .go {
  color: #888888;
}

/* Generic.Output */
/* line 18, ../_sass/_syntax.scss */
div.highlight > pre > code .gp, code .highlight .gp {
  color: #555555;
}

/* Generic.Prompt */
/* Generic.Strong */
/* line 20, ../_sass/_syntax.scss */
div.highlight > pre > code .gu, code .highlight .gu {
  color: #aaaaaa;
}

/* Generic.Subheading */
/* line 21, ../_sass/_syntax.scss */
div.highlight > pre > code .gt, code .highlight .gt {
  color: #aa0000;
}

/* Generic.Traceback */
/* Keyword.Constant */
/* Keyword.Declaration */
/* Keyword.Pseudo */
/* Keyword.Reserved */
/* line 26, ../_sass/_syntax.scss */
div.highlight > pre > code .kt, code .highlight .kt {
  color: #445588;
}

/* Keyword.Type */
/* line 27, ../_sass/_syntax.scss */
div.highlight > pre > code .m, code .highlight .m {
  color: #009999;
}

/* Literal.Number */
/* line 28, ../_sass/_syntax.scss */
div.highlight > pre > code .s, code .highlight .s {
  color: #da2e75;
}

/* Literal.String */
/* line 29, ../_sass/_syntax.scss */
div.highlight > pre > code .na, code .highlight .na {
  color: teal;
}

/* Name.Attribute */
/* line 30, ../_sass/_syntax.scss */
div.highlight > pre > code .nb, code .highlight .nb {
  color: #0086b3;
}

/* Name.Builtin */
/* line 31, ../_sass/_syntax.scss */
div.highlight > pre > code .nc, code .highlight .nc {
  color: #445588;
}

/* Name.Class */
/* line 32, ../_sass/_syntax.scss */
div.highlight > pre > code .no, code .highlight .no {
  color: teal;
}

/* Name.Constant */
/* line 33, ../_sass/_syntax.scss */
div.highlight > pre > code .ni, code .highlight .ni {
  color: purple;
}

/* Name.Entity */
/* line 34, ../_sass/_syntax.scss */
div.highlight > pre > code .ne, code .highlight .ne {
  color: #990000;
}

/* Name.Exception */
/* line 35, ../_sass/_syntax.scss */
div.highlight > pre > code .nf, code .highlight .nf {
  color: #990000;
}

/* Name.Function */
/* line 36, ../_sass/_syntax.scss */
div.highlight > pre > code .nn, code .highlight .nn {
  color: #555555;
}

/* Name.Namespace */
/* line 37, ../_sass/_syntax.scss */
div.highlight > pre > code .nt, code .highlight .nt {
  color: #09829a;
}

/* Name.Tag */
/* line 38, ../_sass/_syntax.scss */
div.highlight > pre > code .nv, code .highlight .nv {
  color: teal;
}

/* Name.Variable */
/* Operator.Word */
/* line 40, ../_sass/_syntax.scss */
div.highlight > pre > code .w, code .highlight .w {
  color: #bbbbbb;
}

/* Text.Whitespace */
/* line 41, ../_sass/_syntax.scss */
div.highlight > pre > code .mf, code .highlight .mf {
  color: #009999;
}

/* Literal.Number.Float */
/* line 42, ../_sass/_syntax.scss */
div.highlight > pre > code .mh, code .highlight .mh {
  color: #009999;
}

/* Literal.Number.Hex */
/* line 43, ../_sass/_syntax.scss */
div.highlight > pre > code .mi, code .highlight .mi {
  color: #009999;
}

/* Literal.Number.Integer */
/* line 44, ../_sass/_syntax.scss */
div.highlight > pre > code .mo, code .highlight .mo {
  color: #009999;
}

/* Literal.Number.Oct */
/* line 45, ../_sass/_syntax.scss */
div.highlight > pre > code .sb, code .highlight .sb {
  color: #da2e75;
}

/* Literal.String.Backtick */
/* line 46, ../_sass/_syntax.scss */
div.highlight > pre > code .sc, code .highlight .sc {
  color: #da2e75;
}

/* Literal.String.Char */
/* line 47, ../_sass/_syntax.scss */
div.highlight > pre > code .sd, code .highlight .sd {
  color: #da2e75;
}

/* Literal.String.Doc */
/* line 48, ../_sass/_syntax.scss */
div.highlight > pre > code .s2, code .highlight .s2 {
  color: #da2e75;
}

/* Literal.String.Double */
/* line 49, ../_sass/_syntax.scss */
div.highlight > pre > code .se, code .highlight .se {
  color: #da2e75;
}

/* Literal.String.Escape */
/* line 50, ../_sass/_syntax.scss */
div.highlight > pre > code .sh, code .highlight .sh {
  color: #da2e75;
}

/* Literal.String.Heredoc */
/* line 51, ../_sass/_syntax.scss */
div.highlight > pre > code .si, code .highlight .si {
  color: #da2e75;
}

/* Literal.String.Interpol */
/* line 52, ../_sass/_syntax.scss */
div.highlight > pre > code .sx, code .highlight .sx {
  color: #da2e75;
}

/* Literal.String.Other */
/* line 53, ../_sass/_syntax.scss */
div.highlight > pre > code .sr, code .highlight .sr {
  color: #009926;
}

/* Literal.String.Regex */
/* line 54, ../_sass/_syntax.scss */
div.highlight > pre > code .s1, code .highlight .s1 {
  color: #da2e75;
}

/* Literal.String.Single */
/* line 55, ../_sass/_syntax.scss */
div.highlight > pre > code .ss, code .highlight .ss {
  color: #990073;
}

/* Literal.String.Symbol */
/* line 56, ../_sass/_syntax.scss */
div.highlight > pre > code .bp, code .highlight .bp {
  color: #737373;
}

/* Name.Builtin.Pseudo */
/* line 57, ../_sass/_syntax.scss */
div.highlight > pre > code .vc, code .highlight .vc {
  color: teal;
}

/* Name.Variable.Class */
/* line 58, ../_sass/_syntax.scss */
div.highlight > pre > code .vg, code .highlight .vg {
  color: teal;
}

/* Name.Variable.Global */
/* line 59, ../_sass/_syntax.scss */
div.highlight > pre > code .vi, code .highlight .vi {
  color: teal;
}

/* Name.Variable.Instance */
/* line 60, ../_sass/_syntax.scss */
div.highlight > pre > code .il, code .highlight .il {
  color: #009999;
}

/* Literal.Number.Integer.Long */
/**
*
* Typography
*
* Google Web Fundamentals
*
* R/GA 2014
* @author Pedro Duarte
* @author Antoine Grelard
*
**/
/* line 15, ../_sass/_components/_typography.scss */
h1, h2, h3, h4, h5, p {
  margin: 0;
}

/* line 21, ../_sass/_components/_typography.scss */
.small,
small {
  font-size: 13px;
  line-height: 2.0000em;
  /* 26px */
  padding-top: 2.0000em;
  padding-bottom: 0;
  letter-spacing: 0;
}

/* line 29, ../_sass/_components/_typography.scss */
.base,
p,
ul,
ol,
dl {
  font-size: 16px;
  color:#333;
  line-height: 1.6250em;
  /* 26px */
  padding-top: 1.6250em;
  padding-bottom: 0;
  letter-spacing: 0;
}

/* line 34, ../_sass/_components/_typography.scss */
.medium,
h4 {
  font-size: 16px;
  line-height: 1.6250em;
  /* 26px */
  padding-top: 1.6250em;
  padding-bottom: 0;
  letter-spacing: 0;
}
@media only screen and (min-width: 800px) {
  /* line 34, ../_sass/_components/_typography.scss */
  .medium,
  h4 {
    color: #404040;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.3000em;
    /* 26px */
    padding-top: 1.3000em;
    padding-bottom: 0;
    letter-spacing: -0.3px;
  }
}

/* line 39, ../_sass/_components/_typography.scss */
.large,
h3 {
	font-family: "Raleway", Helvetica, sans-serif;
  color: #404040;
  font-size: 28px;
  font-weight: 300;
  line-height: 1.3000em;
  /* 26px */
  padding-top: 1.3000em;
  padding-bottom: 0;
  letter-spacing: -0.3px;
}
@media only screen and (min-width: 800px) {
  /* line 39, ../_sass/_components/_typography.scss */
  .large,
  h3 {
    color: #404040;
    font-family: "Montserrat", Helvetica, sans-serif;
    font-size: 26px;
    font-weight: 300;
    line-height: 1.0000em;
    /* 26px */
    padding-top: 0.5000em;
    padding-bottom: 0;
    letter-spacing: -0.3px;
  }
}

/* line 43, ../_sass/_components/_typography.scss */
.xlarge,
h2 {
  color: #404040;
  font-family: "Montserrat", Helvetica, sans-serif;
  font-size: 26px;
  font-weight: 300;
  line-height: 1.0000em;
  /* 26px */
  padding-top: 1.0000em;
  padding-bottom: 0;
  letter-spacing: -0.3px;
}
@media only screen and (min-width: 800px) {
  /* line 43, ../_sass/_components/_typography.scss */
  .xlarge,
  h2 {
    color: #404040;
    font-family: "Montserrat", Helvetica, sans-serif;
    font-size: 42px;
    font-weight: 300;
    line-height: 1.2381em;
    /* 52px */
    padding-top: 0.6190em;
    padding-bottom: 0;
    letter-spacing: -0.3px;
  }
}

/* line 48, ../_sass/_components/_typography.scss */
.xxlarge,
h1 {
  color: #404040;
  font-family: "Raleway", Helvetica, sans-serif;
  font-size: 42px;
  font-weight: 300;
  line-height: 1.2381em;
  /* 52px */
  padding-top: 0.6190em;
  padding-bottom: 0;
  letter-spacing: -0.3px;
}
@media only screen and (min-width: 800px) {
  /* line 48, ../_sass/_components/_typography.scss */
  .xxlarge,
  h1 {
    color: #404040;
    font-family: "Raleway", Helvetica, sans-serif;
    font-size: 68px;
    font-weight: 300;
    line-height: 1.1471em;
    /* 78px */
    padding-top: 0.3824em;
    padding-bottom: 0;
    letter-spacing: -3px;
  }
}

/* line 52, ../_sass/_components/_typography.scss */
.huge {
  color: #404040;
  font-family: "Montserrat", Helvetica, sans-serif;
  font-size: 68px;
  font-weight: 300;
  line-height: 1.1471em;
  /* 78px */
  padding-top: 0.3824em;
  padding-bottom: 0;
  letter-spacing: -3px;
}
@media only screen and (min-width: 800px) {
  /* line 52, ../_sass/_components/_typography.scss */
  .huge {
    color: #404040;
    font-family: "Montserrat", Helvetica, sans-serif;
    font-size: 110px;
    font-weight: 300;
    line-height: 1.19em;
    /* 130px */
    padding-top: 0.2364em;
    padding-bottom: 0;
    letter-spacing: -5px;
  }
}

/* line 56, ../_sass/_components/_typography.scss */
li > p {
  padding-top: 0;
}

@media only screen and (min-width: 800px) {
  /* line 68, ../_sass/_components/_typography.scss */
  .content h1, .content h2, .content h3, .content h4, .content h5, .content h6, .content p, .content > ul, .content > ol {
    margin-right: 25.9%;
  }
}
/* line 74, ../_sass/_components/_typography.scss */
.content h1 > code, .content h2 > code, .content h3 > code {
  font-size: inherit;
}
/* line 81, ../_sass/_components/_typography.scss */
.content [class*="g-"] h1, .content [class*="g-"] h2, .content [class*="g-"] h3, .content [class*="g-"] h4, .content [class*="g-"] h5, .content [class*="g-"] h6, .content [class*="g-"] p, .content [class*="g-"] ul, .content [class*="g-"] ol {
  margin-right: 0;
}
/* line 89, ../_sass/_components/_typography.scss */
.content .media-subsection p {
  padding-top: 0;
}
/* line 94, ../_sass/_components/_typography.scss */
.content h2 {
  margin-top: 78px;
}
/* line 98, ../_sass/_components/_typography.scss */
.content h3 {
  margin-top: 52px;
}
/* line 102, ../_sass/_components/_typography.scss */
.content h4 {
  margin-top: 26px;
}

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


/* line 15, ../_sass/_components/_icons.scss */
/*.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 33, ../_sass/_components/_icons.scss */
/*.icon-bullet:before {
  content: "\e001";
}

/* line 38, ../_sass/_components/_icons.scss */
/*.icon-chevron-down:before {
  content: "\e002";
}

/* line 43, ../_sass/_components/_icons.scss */
/*.icon-chevron-large:before {
  content: "\e003";
}

/* line 48, ../_sass/_components/_icons.scss */
/*.icon-chevron-left:before {
  content: "\e004";
}

/* line 53, ../_sass/_components/_icons.scss */
/*.icon-chevron-right:before {
  content: "\e005";
}

/* line 58, ../_sass/_components/_icons.scss */
/*.icon-chevron-up:before {
  content: "\e006";
}

/* line 63, ../_sass/_components/_icons.scss */
/*.icon-close:before {
  content: "\e007";
}

/* line 68, ../_sass/_components/_icons.scss */
/*.icon-cog:before {
  content: "\e008";
}

/* line 73, ../_sass/_components/_icons.scss */
/*.icon-device-access:before {
  content: "\e009";
}

/* line 78, ../_sass/_components/_icons.scss */
/*.icon-diamond:before {
  content: "\e00a";
}

/* line 83, ../_sass/_components/_icons.scss */
/*.icon-exclamation:before {
  content: "\e00b";
}

/* line 88, ../_sass/_components/_icons.scss */
/*.icon-google-dev:before {
  content: "\e00c";
}

/* line 93, ../_sass/_components/_icons.scss */
/*.icon-guides:before {
  content: "\e00d";
}

/* line 98, ../_sass/_components/_icons.scss */
/*.icon-hash:before {
  content: "\e00e";
}

/* line 103, ../_sass/_components/_icons.scss */
/*.icon-introduction-to-media:before {
  content: "\e00f";
}

/* line 108, ../_sass/_components/_icons.scss */
/*.icon-lessons:before {
  content: "\e010";
}

/* line 113, ../_sass/_components/_icons.scss */
/*.icon-menu:before {
  content: "\e011";
}

/* line 118, ../_sass/_components/_icons.scss */
/*.icon-minus:before, .subnav-is-opened .icon-custom:before {
  content: "\e012";
}

/* line 123, ../_sass/_components/_icons.scss */
/*.icon-monetization:before {
  content: "\e013";
}

/* line 128, ../_sass/_components/_icons.scss */
/*.icon-multi-device-layouts:before {
  content: "\e014";
}

/* line 133, ../_sass/_components/_icons.scss */
/*.icon-performance:before {
  content: "\e015";
}

/* line 138, ../_sass/_components/_icons.scss */
/*.icon-plus:before, .icon-custom:before {
  content: "\e016";
}

/* line 143, ../_sass/_components/_icons.scss */
/*.icon-question:before {
  content: "\e017";
}

/* line 148, ../_sass/_components/_icons.scss */
/*.icon-slash:before {
  content: "\e018";
}

/* line 153, ../_sass/_components/_icons.scss */
/*.icon-star:before, .home-header:after {
  content: "\e019";
}

/* line 158, ../_sass/_components/_icons.scss */
/*.icon-tick:before {
  content: "\e01a";
}

/* line 163, ../_sass/_components/_icons.scss 
.icon-tools:before, .wsk-header:after {
  content: "\e01b";
}*/

/* line 168, ../_sass/_components/_icons.scss */
/*.icon-user-input:before {
  content: "\e01c";
}

/**
*
* Main Navigation
*
* Google Web Fundamentals
*
* R/GA 2014
* @author Pedro Duarte
* @author Antoine Grelard
*
**/
/* line 13, ../_sass/_modules/_main-navigation.scss */
.main-nav {
  background: #ffffff;
  position: relative;
}
@media only screen and (min-width: 620px) {
  /* line 13, ../_sass/_modules/_main-navigation.scss */
  .main-nav {
    background-color: #000000;
    box-shadow: 0 2px 0 0 #f0f0f0;
  }
}

/* line 23, ../_sass/_modules/_main-navigation.scss */
.main-nav__list {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -ms-box-sizing: content-box;
  box-sizing: content-box;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 619px) {
  /* line 23, ../_sass/_modules/_main-navigation.scss */
  .main-nav__list {
    box-shadow: 0 0 0 2px #404040;
  }
  /* line 31, ../_sass/_modules/_main-navigation.scss */
  .js .main-nav__list {
    display: none;
  }
  /* line 35, ../_sass/_modules/_main-navigation.scss */
  .js .main-nav__list.nav-is-opened {
    display: block;
    -webkit-animation: showNav 250ms ease-in-out both;
    -moz-animation: showNav 250ms ease-in-out both;
    -ms-animation: showNav 250ms ease-in-out both;
    animation: showNav 250ms ease-in-out both;
  }
}
@media only screen and (min-width: 620px) {
  /* line 23, ../_sass/_modules/_main-navigation.scss */
  .main-nav__list {
    padding-left: 30px;
    padding-right: 30px;
    max-width: 688px;
  }
}
@media only screen and (min-width: 800px) {
  /* line 23, ../_sass/_modules/_main-navigation.scss */
  .main-nav__list {
    padding-left: 35px;
    padding-right: 35px;
    max-width: 864px;
  }
}
@media only screen and (min-width: 620px) {
  /* line 23, ../_sass/_modules/_main-navigation.scss */
  .main-nav__list {
    position: static;
  }
}

/* line 47, ../_sass/_modules/_main-navigation.scss */
.main-nav__item {
  list-style: none;
  display: block;
  background-color: #000000;
  /*background-color: #f0f0f0;*/
  position: static;
  padding-left: 0;
}
@media only screen and (max-width: 619px) {
  /* line 56, ../_sass/_modules/_main-navigation.scss */
  .main-nav__item.subnav-is-opened {
    background: #e2e2e2;
  }
  
    .main-nav__item.subnav-is-opened1 {
    background: #e2e2e2;
  }
  
      .main-nav__item.subnav-is-opened2 {
    background: #e2e2e2;
  }
}
@media only screen and (min-width: 620px) {
  /* line 47, ../_sass/_modules/_main-navigation.scss */
  .main-nav__item {
    float: left;
    background-color: transparent;
  }
  /* line 65, ../_sass/_modules/_main-navigation.scss */
  .main-nav__item:last-child {
    border-right: none;
  }
}
/* line 71, ../_sass/_modules/_main-navigation.scss */
.main-nav__item:first-child ~ .main-nav__item {
  padding-top: 0;
}
/* line 76, ../_sass/_modules/_main-navigation.scss */
.main-nav__item:before {
  display: none;
}

/* line 81, ../_sass/_modules/_main-navigation.scss */
.main-nav__link {
  color: #404040;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.3000em;
  /* 26px */
  padding-top: 1.3000em;
  padding-bottom: 0;
  letter-spacing: -0.3px;
  color: #404040;
  font-family: "Montserrat", Helvetica, sans-serif;
  margin-bottom: 1px;
  text-decoration: none;
  display: block;
  padding-top: 13px;
  padding-bottom: 12px;
}
@media only screen and (min-width: 800px) {
  /* line 81, ../_sass/_modules/_main-navigation.scss */
  .main-nav__link {
    color: #404040;
    font-family: "Montserrat", Helvetica, sans-serif;
    font-size: 26px;
    font-weight: 400;
    line-height: 1.0000em;
    /* 26px */
    padding-top: 1.0000em;
    padding-bottom: 0;
    letter-spacing: -0.3px;
  }
}
/* line 91, ../_sass/_modules/_main-navigation.scss */
.main-nav__link:hover {
  text-decoration: none;
}
/* line 95, ../_sass/_modules/_main-navigation.scss */
.main-nav__item:last-child .main-nav__link {
  margin-bottom: 0;
}
@media only screen and (max-width: 619px) {
  /* line 81, ../_sass/_modules/_main-navigation.scss */
  .main-nav__link {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -ms-box-sizing: content-box;
    box-sizing: content-box;
    position: relative;
    padding-left: 16px;
    padding-right: 16px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 619px) and (min-width: 620px) {
  /* line 81, ../_sass/_modules/_main-navigation.scss */
  .main-nav__link {
    padding-left: 30px;
    padding-right: 30px;
    max-width: 688px;
  }
}
@media only screen and (max-width: 619px) and (min-width: 800px) {
  /* line 81, ../_sass/_modules/_main-navigation.scss */
  .main-nav__link {
    padding-left: 35px;
    padding-right: 35px;
    max-width: 864px;
  }
}
@media only screen and (min-width: 620px) {
  /* line 81, ../_sass/_modules/_main-navigation.scss */
  .main-nav__link {
    color: #404040;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.3000em;
    /* 26px */
    padding-top: 1.3000em;
    padding-bottom: 0;
    letter-spacing: -0.3px;
    color: #ffffff;
    margin-bottom: 0;
    padding: 26px 13px 26px;
    position: relative;
    color: inherit;
  }
}
@media only screen and (min-width: 620px) and (min-width: 620px) {
  /* line 81, ../_sass/_modules/_main-navigation.scss */
  .main-nav__link {
    color: inherit;
  }
}
@media only screen and (min-width: 620px) and (min-width: 620px) {
  /* line 112, ../_sass/_modules/_main-navigation.scss */
  .main-nav__item--home .main-nav__link {
    padding-left: 0;
  }
  /* line 116, ../_sass/_modules/_main-navigation.scss */
  .main-nav__item--home .main-nav__link:after {
    left: 40%;
  }
}

@media only screen and (min-width: 620px) {
  /* line 125, ../_sass/_modules/_main-navigation.scss */
  .main-nav__link--parent {
    position: relative;
  }
  /* line 129, ../_sass/_modules/_main-navigation.scss */
  .no-touch .main-nav__link--parent:hover {
    color: #ffe168;
  }
  /* line 134, ../_sass/_modules/_main-navigation.scss */
  .main-nav__link--parent:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #f0f0f0;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -3px;
    display: none;
  }
  /* line 149, ../_sass/_modules/_main-navigation.scss */
  .main-nav__item--current .main-nav__link--parent {
    cursor: default;
  }
  /* line 152, ../_sass/_modules/_main-navigation.scss */
  .no-touch .main-nav__item--current .main-nav__link--parent:hover {
    color: #bababa;
  }
  /* line 157, ../_sass/_modules/_main-navigation.scss */
  .main-nav__item--current .main-nav__link--parent:after {
    display: block;
  }

}
@media only screen and (min-width: 800px) {
  /* line 125, ../_sass/_modules/_main-navigation.scss */
  .main-nav__link--parent {
    padding-bottom: 26px;
  }
}

/* line 170, ../_sass/_modules/_main-navigation.scss */
.main-nav__item--current {
  color: #bababa;
}
@media only screen and (min-width: 620px) {
  /* line 176, ../_sass/_modules/_main-navigation.scss */
  .no-touch .main-nav__item--current.main-nav__item--has-child .main-nav__link--parent:hover {
    color: #ffe168;
    cursor: pointer;
  }
}

@media only screen and (max-width: 619px) {
  /* line 186, ../_sass/_modules/_main-navigation.scss */
  .page--home .main-nav__item--home {
    display: none;
  }
}

/* line 193, ../_sass/_modules/_main-navigation.scss */
.main-nav__list--child {
  padding-top: 0;
  padding-left: 0;
}

/* line 198, ../_sass/_modules/_main-navigation.scss */
.main-nav__item--child {
  padding-top: 0;
  position: static;
  padding-left: 0;
}
/* line 203, ../_sass/_modules/_main-navigation.scss */
.main-nav__item--child:before {
  display: none;
}

/* line 208, ../_sass/_modules/_main-navigation.scss */
.main-nav__link--child {
  background: #ffffff;
  color:#000;
  font-size: 16px;
  line-height: 1.6250em;
  /* 26px */
  padding-top: 1.6250em;
  padding-bottom: 0;
  letter-spacing: 0;
  padding-top: 13px;
  padding-bottom: 12px;
  margin-bottom: 0;
  border-bottom: 1px solid #e0e0e0;
}
@media only screen and (max-width: 619px) {
  /* line 208, ../_sass/_modules/_main-navigation.scss */
  .main-nav__link--child {
    padding-left: 10%;
  }
}
@media only screen and (min-width: 620px) {
  /* line 208, ../_sass/_modules/_main-navigation.scss */
  .main-nav__link--child {
    color: #404040;
    border-bottom-color: transparent;
    padding-left: 0;
  }
  /* line 226, ../_sass/_modules/_main-navigation.scss */
  .main-nav__list--child .main-nav__link--child {
    color: #404040;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.3000em;
    /* 26px */
    padding-top: 1.3000em;
    padding-bottom: 0;
    letter-spacing: -0.3px;
  }
  /* line 230, ../_sass/_modules/_main-navigation.scss */
  .main-nav__link--child:hover {
    color: #404040;
  }
}
@media only screen and (min-width: 620px) and (min-width: 800px) {
  /* line 226, ../_sass/_modules/_main-navigation.scss */
  .main-nav__list--child .main-nav__link--child {
    color: #404040;
    font-family: "Montserrat", Helvetica, sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.0000em;
    /* 26px */
    padding-top: 1.0000em;
    padding-bottom: 0;
    letter-spacing: -0.3px;
  }
}

/* line 237, ../_sass/_modules/_main-navigation.scss */
.main-nav__secondary-nav {
  display: none;
}
@media only screen and (min-width: 620px) {
  /* line 237, ../_sass/_modules/_main-navigation.scss */
  .main-nav__secondary-nav {
    background-color: #ffffff;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 2;
    border-top: 5px solid #404040;
    margin-top: -5px;
    border-bottom: 2px solid #404040;
    padding-bottom: 50px;
    color: #404040;
  }
}
/* line 254, ../_sass/_modules/_main-navigation.scss */
.subnav-is-opened .main-nav__secondary-nav {
  display: block;
  -webkit-animation: showNav 250ms ease-in-out both;
}

.subnav-is-opened1 .main-nav__secondary-nav {
  display: block;
  -webkit-animation: showNav 250ms ease-in-out both;
}

.subnav-is-opened2 .main-nav__secondary-nav {
  display: block;
  -webkit-animation: showNav 250ms ease-in-out both;
}

/* line 261, ../_sass/_modules/_main-navigation.scss */
.main-nav__secondary-content {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -ms-box-sizing: content-box;
  box-sizing: content-box;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 620px) {
  /* line 261, ../_sass/_modules/_main-navigation.scss */
  .main-nav__secondary-content {
    padding-left: 30px;
    padding-right: 30px;
    max-width: 688px;
  }
}
@media only screen and (min-width: 800px) {
  /* line 261, ../_sass/_modules/_main-navigation.scss */
  .main-nav__secondary-content {
    padding-left: 35px;
    padding-right: 35px;
    max-width: 864px;
  }
}
@media only screen and (min-width: 620px) {
  /* line 261, ../_sass/_modules/_main-navigation.scss */
  .main-nav__secondary-content {
    text-align: left;
  }
}

/* line 269, ../_sass/_modules/_main-navigation.scss */
.main-nav__link--explore {
  font-family: "Montserrat", Helvetica, sans-serif;
  color: #3372df;
  font-weight: 400;
  display: inline-block;
  line-height: 1;
  letter-spacing: 1px;
  display: block;
  line-height: 26px;
}
/* line 425, ../_sass/_utils.scss */
.main-nav__link--explore:hover {
  color: #404040;
}
@media only screen and (max-width: 619px) {
  /* line 269, ../_sass/_modules/_main-navigation.scss */
  .main-nav__link--explore {
    border-top: 1px solid #e0e0e0;
  }
}
@media only screen and (min-width: 620px) {
  /* line 269, ../_sass/_modules/_main-navigation.scss */
  .main-nav__link--explore {
    font-family: "Montserrat", Helvetica, sans-serif;
    color: #3372df;
    font-weight: 400;
    display: inline-block;
    line-height: 1;
    letter-spacing: 1px;
    text-decoration: none;
  }
  /* line 425, ../_sass/_utils.scss */
  .main-nav__link--explore:hover {
    color: #404040;
  }
  /* line 431, ../_sass/_utils.scss */
  .main-nav__link--explore:before {
    display: inline-block;
    padding-right: 10px;
    font-family: "icons";
    line-height: 25px;
    font-size: 13px;
    content: "\e005";
  }
}

@media only screen and (min-width: 620px) {
  /* line 283, ../_sass/_modules/_main-navigation.scss */
  .main-nav__link--explore-wrapper {
    border-bottom: 1px solid #e0e0e0;
  }
}

/* line 289, ../_sass/_modules/_main-navigation.scss */
.main-nav__featured {
  display: none;
}
@media only screen and (min-width: 620px) {
  /* line 289, ../_sass/_modules/_main-navigation.scss */
  .main-nav__featured {
    display: block;
  }
}

/* line 297, ../_sass/_modules/_main-navigation.scss */
.main-nav__featured-text {
  padding-top: 0;
}

/* line 302, ../_sass/_modules/_main-navigation.scss */
.main-nav__btn {
  position: absolute;
  top: 0;
  right: 16px;
  margin: 0 0 0;
  line-height: 26px;
  font-size: 26px;
  background: transparent;
  color: #ffffff;
  padding: 16px 0 10px 32px;
  border: none;
  -webkit-appearance: none;
  outline: none;
}

.main-nav__btn__social {
  position: absolute;
  top: 0;
  right: 60px;
  margin: 0 0 0;
  line-height: 26px;
  font-size: 26px;
  background: transparent;
  color: #ffffff;
  padding: 16px 0 10px 32px;
  border: none;
  -webkit-appearance: none;
  outline: none;
}

.main-nav__btn__list {
  top: 0;
  margin: 0 0 0;
  line-height: 26px;
  font-size: 26px;
  background: transparent;
  color: #ffffff;
  padding: 16px 0 10px 32px;
  border: none;
  -webkit-appearance: none;
  outline: none;
}


@media only screen and (min-width: 620px) {
  /* line 302, ../_sass/_modules/_main-navigation.scss */
  .main-nav__btn {
    display: none;
  }
  
    .main-nav__btn__social {
    display: none;
  }
  
     .main-nav__btn__list {
    display: none;
  } 
}

/* line 321, ../_sass/_modules/_main-navigation.scss */
.nav-is-opened + .main-nav__btn {
  top: -6px;
}
/* line 324, ../_sass/_modules/_main-navigation.scss */
.nav-is-opened + .main-nav__btn i:before {
  font-size: 20px;
  content: "\e007";
}

/*==========  ICONS  ==========*/
/* line 332, ../_sass/_modules/_main-navigation.scss */
.main-nav__icon {
  float: right;
  margin-right: 7px;
  font-size: 16px;
  line-height: 26px;
  vertical-align: middle;
}
/* line 339, ../_sass/_modules/_main-navigation.scss */
.main-nav__secondary-nav .main-nav__icon {
  font-size: 13px;
}
@media only screen and (min-width: 620px) {
  /* line 332, ../_sass/_modules/_main-navigation.scss */
  .main-nav__icon {
    display: none;
    font-size: 13px;
  }
}

@media only screen and (min-width: 620px) {
  /* line 350, ../_sass/_modules/_main-navigation.scss */
  .icon-custom:before {
    font-size: 9px;
    content: "\e002";
  }
}
@media only screen and (min-width: 620px) {
  /* line 349, ../_sass/_modules/_main-navigation.scss */
  .icon-custom {
    float: none;
    display: inline-block;
    margin-left: 6px;
    line-height: 13px;
    vertical-align: top;
    position: relative;
    top: 7px;
  }
}
@media only screen and (min-width: 620px) {
  /* line 370, ../_sass/_modules/_main-navigation.scss */
  .subnav-is-opened .icon-custom:before {
    content: "\e006";
  }
    .subnav-is-opened1 .icon-custom:before {
    content: "\e006";
  }
  
    .subnav-is-opened2 .icon-custom:before {
    content: "\e006";
  }
}

/* line 382, ../_sass/_modules/_main-navigation.scss */
.main-nav .main-nav__guide-icon {
  display: inline-block;
  vertical-align: top;
  margin-right: 6px;
}
@media only screen and (min-width: 620px) {
  /* line 382, ../_sass/_modules/_main-navigation.scss */
  .main-nav .main-nav__guide-icon {
    vertical-align: middle;
  }
}

/*==========  CSS ANIMATION  ==========*/
@-webkit-keyframes showNav {
  /* line 395, ../_sass/_modules/_main-navigation.scss */
  0% {
    opacity: 0;
  }

  /* line 398, ../_sass/_modules/_main-navigation.scss */
  100% {
    opacity: 1;
  }
}

@-moz-keyframes showNav {
  /* line 395, ../_sass/_modules/_main-navigation.scss */
  0% {
    opacity: 0;
  }

  /* line 398, ../_sass/_modules/_main-navigation.scss */
  100% {
    opacity: 1;
  }
}

@-ms-keyframes showNav {
  /* line 395, ../_sass/_modules/_main-navigation.scss */
  0% {
    opacity: 0;
  }

  /* line 398, ../_sass/_modules/_main-navigation.scss */
  100% {
    opacity: 1;
  }
}

@keyframes showNav {
  /* line 395, ../_sass/_modules/_main-navigation.scss */
  0% {
    opacity: 0;
  }

  /* line 398, ../_sass/_modules/_main-navigation.scss */
  100% {
    opacity: 1;
  }
}

/**
*
* Main Header
*
* Google Web Fundamentals
*
* R/GA 2014
* @author Pedro Duarte
* @author Antoine Grelard
*
**/
/* line 13, ../_sass/_modules/_main-header.scss */
.main-header {
  background: #000000;
  color: #ffffff;
  position: relative;
  z-index: 3;
}

/* line 20, ../_sass/_modules/_main-header.scss */
.main-header__title {
  color: #404040;
  font-family: "Montserrat", Helvetica, sans-serif;
  font-size: 26px;
  font-weight: 300;
  line-height: 1.0000em;
  /* 26px */
  *padding-top: 1.0000em;
  padding-bottom: 0;
  letter-spacing: -0.3px;
  padding-top: 0;
  margin: 26px 0 26px;
}
@media only screen and (min-width: 620px) {
  /* line 20, ../_sass/_modules/_main-header.scss */
  .main-header__title {
    padding: 0;
    margin: 0;
    float: left;
    background: transparent;
    width: 150px;
  }
}
@media only screen and (min-width: 800px) {
  /* line 20, ../_sass/_modules/_main-header.scss */
  .main-header__title {
    width: 170px;
  }
}
/* line 38, ../_sass/_modules/_main-header.scss */
.main-header__title span {
  font-weight: 300;
}
/* line 43, ../_sass/_modules/_main-header.scss */
.no-touch .main-header__title a:hover {
  color: #737373;
}
@media only screen and (max-width: 619px) {
  /* line 49, ../_sass/_modules/_main-header.scss */
  .beta + .main-header__title {
    margin-bottom: 22px;
  }
}

/* line 56, ../_sass/_modules/_main-header.scss */
.main-nav__header {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -ms-box-sizing: content-box;
  box-sizing: content-box;
  position: relative;
  padding-left: 16px;
  padding-right: 16px;
  margin-left: auto;
  margin-right: auto;
  color: #404040;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.3000em;
  /* 26px */
  padding-top: 1.3000em;
  padding-bottom: 0;
  letter-spacing: -0.3px;
  color: #ffffff;
  font-family: "Montserrat", Helvetica, sans-serif;
  padding-top: 13px;
  padding-bottom: 13px;
  background: #000000;
}
@media only screen and (min-width: 620px) {
  /* line 56, ../_sass/_modules/_main-header.scss */
.main-nav__header {
    padding-left: 30px;
    padding-right: 30px;
    max-width: 688px;
  }
}
@media only screen and (min-width: 800px) {
  /* line 56, ../_sass/_modules/_main-header.scss */
  .main-nav__header {
    padding-left: 35px;
    padding-right: 35px;
    max-width: 864px;
  }
}
@media only screen and (min-width: 620px) {
  /* line 56, ../_sass/_modules/_main-header.scss */
  .main-nav__header {
    display: none;
  }
}

/* line 70, ../_sass/_modules/_main-header.scss */
.main-header__logo {
  text-decoration: none;
  color: #404040;
  font-weight: 400;
}
@media only screen and (min-width: 620px) {
  /* line 70, ../_sass/_modules/_main-header.scss */
  .main-header__logo {
    font-family: "Montserrat", Helvetica, sans-serif;
    text-decoration: none;
    display: block;
  }
}

/**
*
* Main Footer
*
* Google Web Fundamentals
*
* R/GA 2014
* @author Pedro Duarte
* @author Antoine Grelard
*
**/
/* line 13, ../_sass/_modules/_main-footer.scss */
.main-footer {
  background: #000000;
  padding: 26px 0 52px;
}
@media only screen and (min-width: 620px) {
  /* line 13, ../_sass/_modules/_main-footer.scss */
  .main-footer {
    padding-top: 52px;
  }
}
/* line 22, ../_sass/_modules/_main-footer.scss */
.main-footer, .main-footer a {
  color: #ffffff;
}
/* line 26, ../_sass/_modules/_main-footer.scss */
.main-footer h3 {
  color: inherit;
}
@media only screen and (min-width: 620px) {
  /* line 26, ../_sass/_modules/_main-footer.scss */
  .main-footer h3 {
    color: inherit;
  }
}

/* line 32, ../_sass/_modules/_main-footer.scss */
.main-footer__list-group {
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 620px) {
  /* line 37, ../_sass/_modules/_main-footer.scss */
  .main-footer__list-group:after {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background: #737373;
    position: absolute;
    left: 50%;
    top: 0;
  }
}

/* line 50, ../_sass/_modules/_main-footer.scss */
.main-footer__title {
  color: #404040;
  font-family: "Montserrat", Helvetica, sans-serif;
  font-size: 26px;
  font-weight: 300;
  line-height: 1.0000em;
  /* 26px */
  padding-top: 1.0000em;
  padding-bottom: 0;
  letter-spacing: -0.3px;
  font-weight: 400;
}
@media only screen and (min-width: 620px) {
  /* line 50, ../_sass/_modules/_main-footer.scss */
  .main-footer__title {
    padding-top: 0;
  }
}
/* line 61, ../_sass/_modules/_main-footer.scss */
.main-footer__title span {
  display: block;
  font-weight: 300;
}
/* line 67, ../_sass/_modules/_main-footer.scss */
.main-footer__title img {
  margin: 0;
  height: 26px;
  width: auto;
  display: block;
}

/* line 75, ../_sass/_modules/_main-footer.scss */
.main-footer__list {
  padding: 26px 0 0 0;
}
/* line 78, ../_sass/_modules/_main-footer.scss */
.main-footer__list li {
  margin-bottom: 13px;
  padding-left: 0;
}
/* line 82, ../_sass/_modules/_main-footer.scss */
.main-footer__list li:before {
  display: none;
}

/* line 88, ../_sass/_modules/_main-footer.scss */
.main-footer__list--primary {
  font-family: "Montserrat", Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
}
@media only screen and (max-width: 619px) {
  /* line 88, ../_sass/_modules/_main-footer.scss */
  .main-footer__list--primary {
    border-bottom: 1px solid #737373;
    padding-bottom: 53px;
    margin-bottom: 26px;
  }
}
@media only screen and (min-width: 620px) {
  /* line 88, ../_sass/_modules/_main-footer.scss */
  .main-footer__list--primary {
    padding-top: 0;
    float: left;
    width: 50%;
    padding-right: 7.4%;
    text-align: right;
  }
}

/* line 108, ../_sass/_modules/_main-footer.scss */
.main-footer__list--secondary {
  font-size: 13px;
  line-height: 26px;
  padding-top: 13px;
}

/* line 117, ../_sass/_modules/_main-footer.scss */
.main-footer__peter-mark-section a {
  color: #e0e0e0;
}
@media only screen and (min-width: 620px) {
  /* line 115, ../_sass/_modules/_main-footer.scss */
  .main-footer__peter-mark-section {
    float: left;
    width: 50%;
    padding-left: 9%;
  }
}
@media only screen and (min-width: 800px) {
  /* line 115, ../_sass/_modules/_main-footer.scss */
  .main-footer__peter-mark-section {
    padding-left: 7.4%;
  }
}

/**
*
* Highlight
*
* Google Web Fundamentals
*
* R/GA 2014
* @author Pedro Duarte
* @author Antoine Grelard
*
**/
/* line 13, ../_sass/_modules/_highlight.scss */
.highlight-module {
  overflow: hidden;
  margin-top: 52px;
  margin-bottom: 26px;
  position: relative;
}
/* line 19, ../_sass/_modules/_highlight.scss */
.highlight-module:after {
  background: #f0f0f0;
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 0;
  width: 100%;
  right: 0;
  left: 0;
}
/* line 33, ../_sass/_modules/_highlight.scss */
.highlight-module ul,
.highlight-module ol {
  padding-left: 0;
}

/* line 38, ../_sass/_modules/_highlight.scss */
.highlight-module__container {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -ms-box-sizing: content-box;
  box-sizing: content-box;
  padding-left: 16px;
  padding-right: 16px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 78px;
  z-index: 1;
  position: relative;
}
@media only screen and (min-width: 620px) {
  /* line 38, ../_sass/_modules/_highlight.scss */
  .highlight-module__container {
    padding-left: 30px;
    padding-right: 30px;
    max-width: 688px;
  }
}
@media only screen and (min-width: 800px) {
  /* line 38, ../_sass/_modules/_highlight.scss */
  .highlight-module__container {
    padding-left: 35px;
    padding-right: 35px;
    max-width: 864px;
  }
}
/* line 446, ../_sass/_utils.scss */
.highlight-module__container:before {
  display: none;
}
@media only screen and (min-width: 620px) {
  /* line 446, ../_sass/_utils.scss */
  .highlight-module__container:before {
    display: block;
    position: absolute;
    top: 106px;
    right: 32px;
    font-family: "icons";
    font-size: 130px;
    line-height: 1px;
    text-align: center;
    height: 100%;
    width: 27.5%;
    color: #ffffff;
  }
}
/* line 464, ../_sass/_utils.scss */
.highlight-module--left .highlight-module__container:before {
  right: auto;
  left: 32px;
}
@media only screen and (min-width: 800px) {
  /* line 446, ../_sass/_utils.scss */
  .highlight-module__container:before {
    top: 134px;
    right: 35px;
    width: 20.5%;
    font-size: 180px;
  }
  /* line 475, ../_sass/_utils.scss */
  .highlight-module--left .highlight-module__container:before {
    left: 35px;
  }
  /* line 479, ../_sass/_utils.scss */
  .highlight-module--large .highlight-module__container:before {
    font-size: 430px;
  }
}
@media only screen and (min-width: 620px) {
  /* line 38, ../_sass/_modules/_highlight.scss */
  .highlight-module__container {
    padding-bottom: 52px;
  }
}
@media only screen and (min-width: 800px) {
  /* line 38, ../_sass/_modules/_highlight.scss */
  .highlight-module__container {
    min-height: 208px;
  }
}

/* line 53, ../_sass/_modules/_highlight.scss */
.highlight-module__title {
  color: #404040;
  font-family: "Montserrat", Helvetica, sans-serif;
  font-size: 68px;
  font-weight: 300;
  line-height: 1.1471em;
  /* 78px */
  padding-top: 0.3824em;
  padding-bottom: 0;
  letter-spacing: -3px;
  padding-top: 26px;
  color: inherit;
}
@media only screen and (min-width: 800px) {
  /* line 53, ../_sass/_modules/_highlight.scss */
  .highlight-module__title {
    color: #404040;
    font-family: "Montserrat", Helvetica, sans-serif;
    font-size: 110px;
    font-weight: 300;
    line-height: 1.19em;
    /* 130px */
    padding-top: 0.2364em;
    padding-bottom: 0;
    letter-spacing: -5px;
  }
}
@media only screen and (min-width: 800px) {
  /* line 53, ../_sass/_modules/_highlight.scss */
  .highlight-module__title {
    color: #404040;
    font-family: "Montserrat", Helvetica, sans-serif;
    font-size: 42px;
    font-weight: 300;
    line-height: 1.2381em;
    /* 52px */
    padding-top: 0.6190em;
    padding-bottom: 0;
    letter-spacing: -0.3px;
  }
}
@media only screen and (min-width: 800px) and (min-width: 800px) {
  /* line 53, ../_sass/_modules/_highlight.scss */
  .highlight-module__title {
    color: #404040;
    font-family: "Montserrat", Helvetica, sans-serif;
    font-size: 68px;
    font-weight: 300;
    line-height: 1.1471em;
    /* 78px */
    padding-top: 0.3824em;
    padding-bottom: 0;
    letter-spacing: -3px;
  }
}
@media only screen and (min-width: 620px) {
  /* line 53, ../_sass/_modules/_highlight.scss */
  .highlight-module__title {
    color: inherit;
  }
}

/* line 64, ../_sass/_modules/_highlight.scss */
.highlight-module__cta {
  display: block;
  font-size: 13px;
  font-weight: 400;
}

/*==========  LEARNING  ==========*/
/* line 72, ../_sass/_modules/_highlight.scss */
.highlight-module--learning {
  color: #ffffff;
}
/* line 75, ../_sass/_modules/_highlight.scss */
.highlight-module--learning:after {
  background-color: #da2e75;
}
/* line 79, ../_sass/_modules/_highlight.scss */
.highlight-module--learning a {
  color: #ffffff;
  text-decoration: underline;
}

/*==========  REMEMBER  ==========*/
/* line 87, ../_sass/_modules/_highlight.scss */
.highlight-module--remember {
  color: #ffffff;
}
/* line 90, ../_sass/_modules/_highlight.scss */
.highlight-module--remember:after {
  background-color: #09829a;
}
/* line 94, ../_sass/_modules/_highlight.scss */
.highlight-module--remember a {
  color: #ffffff;
  text-decoration: underline;
}

/*==========  CODE  ==========*/
/* line 102, ../_sass/_modules/_highlight.scss */
.highlight-module--code {
  overflow: visible;
  margin-bottom: 52px;
}
/* line 106, ../_sass/_modules/_highlight.scss */
.highlight-module--code pre {
  line-height: 26px;
  margin: 0 0 0 -26px;
  padding: 26px 0 0 0;
}
/* line 111, ../_sass/_modules/_highlight.scss */
.highlight-module--code pre span {
  margin: 0;
  padding: 0;
  display: inline-block;
}
/* line 118, ../_sass/_modules/_highlight.scss */
.highlight-module--code code {
  margin: 0;
  padding: 0;
  word-spacing: -2px;
  display: block;
  word-break: normal;
  word-wrap: normal;
}
/* line 127, ../_sass/_modules/_highlight.scss */
.highlight-module--code .highlight-module__container {
  padding-bottom: 0;
}
@media only screen and (min-width: 800px) {
  /* line 127, ../_sass/_modules/_highlight.scss */
  .highlight-module--code .highlight-module__container {
    min-height: 0;
  }
}
/* line 135, ../_sass/_modules/_highlight.scss */
.highlight-module--code .highlight-module__cta {
  position: absolute;
  bottom: -26px;
}

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

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

/*==========  INLINE  ==========*/
/* line 174, ../_sass/_modules/_highlight.scss */
.highlight-module--inline {
  color: #404040;
  overflow: visible;
  margin: 26px 0 0;
}
/* line 179, ../_sass/_modules/_highlight.scss */
.highlight-module--inline .highlight-module__container {
  padding-bottom: 0;
  min-height: 0;
}
/* line 183, ../_sass/_modules/_highlight.scss */
.highlight-module--inline .highlight-module__container:before {
  display: none;
}
/* line 188, ../_sass/_modules/_highlight.scss */
.highlight-module--inline li a {
  color: #3372df;
  text-decoration: none;
}
/* line 192, ../_sass/_modules/_highlight.scss */
.highlight-module--inline li a:hover {
  text-decoration: underline;
}
/* line 198, ../_sass/_modules/_highlight.scss */
.highlight-module--inline .highlight-module__content {
  border-color: #e0e0e0;
  border-style: solid;
  border-width: 1px;
  border-left-width: 0;
  border-right-width: 0;
  padding: 0 0 24px;
}
/* line 207, ../_sass/_modules/_highlight.scss */
.highlight-module--inline .highlight-module__title {
  color: #404040;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.3000em;
  /* 26px */
  padding-top: 1.3000em;
  padding-bottom: 0;
  letter-spacing: -0.3px;
}
@media only screen and (min-width: 800px) {
  /* line 207, ../_sass/_modules/_highlight.scss */
  .highlight-module--inline .highlight-module__title {
    color: #404040;
    font-family: "Montserrat", Helvetica, sans-serif;
    font-size: 26px;
    font-weight: 300;
    line-height: 1.0000em;
    /* 26px */
    padding-top: 1.0000em;
    padding-bottom: 0;
    letter-spacing: -0.3px;
  }
}
/* line 213, ../_sass/_modules/_highlight.scss */
.highlight-module--inline.highlight-module--remember .highlight-module__title, .highlight-module--inline.highlight-module--remember li:before {
  color: #09829a;
}
/* line 220, ../_sass/_modules/_highlight.scss */
.highlight-module--inline.highlight-module--learning .highlight-module__title, .highlight-module--inline.highlight-module--learning li:before {
  color: #da2e75;
}
/* line 225, ../_sass/_modules/_highlight.scss */
.highlight-module--inline:after {
  display: none !important;
}

/**
*
* Editorial Header
*
* Google Web Fundamentals
*
* R/GA 2014
* @author Pedro Duarte
* @author Antoine Grelard
*
**/
/* line 15, ../_sass/_modules/_editorial-header.scss */
.editorial-header .breadcrumbs {
  color: #4285f4;
}
/* line 18, ../_sass/_modules/_editorial-header.scss */
.editorial-header .breadcrumbs a {
  color: #4285f4;
}
@media only screen and (min-width: 620px) {
  /* line 23, ../_sass/_modules/_editorial-header.scss */
  .editorial-header .container {
    position: relative;
  }
  /* line 29, ../_sass/_modules/_editorial-header.scss */

}
/* line 46, ../_sass/_modules/_editorial-header.scss */
.editorial-header h2 {
  margin-top: 0;
}

/* line 52, ../_sass/_modules/_editorial-header.scss */
.editorial-header__excerpt {
  color: #404040;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.3000em;
  /* 26px */
  padding-top: 1.3000em;
  padding-bottom: 0;
  letter-spacing: -0.3px;
  font-family: "Raleway", Helvetica, sans-serif;
}

/* line 57, ../_sass/_modules/_editorial-header.scss */
.editorial-header .tag {
  padding-top: 52px;
}

/* line 61, ../_sass/_modules/_editorial-header.scss */
.editorial-header__subtitle {
  color: #404040;
  font-family: "Raleway", Helvetica, sans-serif;
  font-size: 42px;
  font-weight: 300;
  line-height: 1.2381em;
  /* 52px */
  padding-top: 0.6190em;
  padding-bottom: 0;
  letter-spacing: -0.3px;
  padding-top: 0;
  color: #000000;
}
@media only screen and (min-width: 800px) {
  /* line 61, ../_sass/_modules/_editorial-header.scss */
  .editorial-header__subtitle {
    color: #404040;
    font-family: "Raleway", Helvetica, sans-serif;
    font-size: 68px;
    font-weight: 300;
    line-height: 1.1471em;
    /* 78px */
    padding-top: 0.3824em;
    padding-bottom: 0;
    letter-spacing: -3px;
  }
}
@media only screen and (min-width: 620px) {
  /* line 61, ../_sass/_modules/_editorial-header.scss */
  .editorial-header__subtitle {
    padding-top: 0;
    padding-bottom: 26px;
    margin-top: 0;
  }
}

@media only screen and (min-width: 401px) and (max-width: 770px) {
	.editorial-header__subtitle {
        font-size: 40px;
}

}
 
 
@media only screen and (min-width: 250px) and (max-width: 400px) {
	.editorial-header__subtitle {
        font-size: 28px;
}

}


/* line 74, ../_sass/_modules/_editorial-header.scss */
.editorial-header__toc {
  margin-top: 26px;
}
/* line 77, ../_sass/_modules/_editorial-header.scss */
.editorial-header__toc ol {
  padding-top: 0;
}
@media only screen and (min-width: 620px) {
  /* line 77, ../_sass/_modules/_editorial-header.scss */
  .editorial-header__toc ol {
    padding-top: 0;
  }
}

/* line 86, ../_sass/_modules/_editorial-header.scss */
.editorial-header__toc-title {
  font-family: "Raleway", Helvetica, sans-serif;
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 13px;
  padding-bottom: 13px !important;
  color: #4285f4;
}

/**
*
* Editorial Header
*
* Google Web Fundamentals
*
* R/GA 2014
* @author Pedro Duarte
* @author Antoine Grelard
*
**/
/* line 13, ../_sass/_modules/_summary-header.scss */
.summary-header {
  background-color: #000000;
  padding-bottom: 78px;
  color: #ffffff;
  margin-bottom: 26px;
  -webkit-box-shadow: inset 0 2px 0 0 white;
  -moz-box-shadow: inset 0 2px 0 0 white;
  -ms-box-shadow: inset 0 2px 0 0 white;
  box-shadow: inset 0 2px 0 0 white;
}
/* line 20, ../_sass/_modules/_summary-header.scss */
.summary-header .breadcrumbs__link {
  color: #ffffff;
}

/* line 26, ../_sass/_modules/_summary-header.scss */
.summary-header__anchor-list {
  margin-top: 52px;
  padding-left: 0;
}

/* line 33, ../_sass/_modules/_summary-header.scss */
.summary-header__anchors-item a {
  color: #ffffff;
}

/* line 38, ../_sass/_modules/_summary-header.scss */
.summary-header__title {
  color: inherit;
}
@media only screen and (min-width: 620px) {
  /* line 38, ../_sass/_modules/_summary-header.scss */
  .summary-header__title {
    color: inherit;
  }
}

/**
*
* Spotlight Header
*
* Google Web Fundamentals
*
* R/GA 2014
* @author Pedro Duarte
* @author Antoine Grelard
*
**/
/* line 13, ../_sass/_modules/_spotlight-header.scss */
.spotlight-header {
  padding-bottom: 26px;
  text-align: center;
}
@media only screen and (min-width: 620px) {
  /* line 13, ../_sass/_modules/_spotlight-header.scss */
  .spotlight-header {
    text-align: left;
    padding-bottom: 78px;
  }
}

/* line 23, ../_sass/_modules/_spotlight-header.scss */
.spotlight-header__excerpt {
  color: #404040;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.3000em;
  /* 26px */
  padding-top: 1.3000em;
  padding-bottom: 0;
  letter-spacing: -0.3px;
  font-family: "Montserrat", Helvetica, sans-serif;
}

/* line 28, ../_sass/_modules/_spotlight-header.scss */
.spotlight-header--landscape {
  overflow-x: hidden;
  position: relative;
}
@media only screen and (min-width: 620px) {
  /* line 28, ../_sass/_modules/_spotlight-header.scss */
  .spotlight-header--landscape {
    min-height: 520px;
  }
}
@media only screen and (min-width: 620px) {
  /* line 38, ../_sass/_modules/_spotlight-header.scss */
  .spotlight-header--landscape .spotlight-header__copy p {
    margin-bottom: 156px;
  }
}

@media only screen and (min-width: 620px) {
  /* line 51, ../_sass/_modules/_spotlight-header.scss */
  .spotlight-header--portrait {
    min-height: 520px;
  }
}

/* line 57, ../_sass/_modules/_spotlight-header.scss */
.spotlight-header__container {
  position: relative;
}

/* line 63, ../_sass/_modules/_spotlight-header.scss */
.spotlight-header--detail .spotlight-header__container:after {
  display: none;
}

/* line 69, ../_sass/_modules/_spotlight-header.scss */
.spotlight-header__copy {
  position: relative;
  z-index: 2;
}

/* line 74, ../_sass/_modules/_spotlight-header.scss */
.spotlight-header__cta {
  margin-top: 26px;
}

/* line 79, ../_sass/_modules/_spotlight-header.scss */
.spotlight-header--portrait .spotlight-header__media {
  position: relative;
}

/* line 84, ../_sass/_modules/_spotlight-header.scss */
.spotlight-header__image {
  margin-bottom: 0;
}
@media only screen and (min-width: 620px) {
  /* line 84, ../_sass/_modules/_spotlight-header.scss */
  .spotlight-header__image {
    position: absolute;
    margin-top: 0;
    margin-bottom: 0;
  }
}
/* line 93, ../_sass/_modules/_spotlight-header.scss */
.spotlight-header--portrait .spotlight-header__image {
  width: 100%;
  max-width: 100%;
}
@media only screen and (min-width: 620px) {
  /* line 98, ../_sass/_modules/_spotlight-header.scss */
  .spotlight-header--landscape .spotlight-header__image {
    position: relative;
    width: auto;
    max-width: none;
    height: 260px;
  }
}
@media only screen and (min-width: 800px) {
  /* line 98, ../_sass/_modules/_spotlight-header.scss */
  .spotlight-header--landscape .spotlight-header__image {
    height: 364px;
  }
}

/**
*
* Related items
*
* Google Web Fundamentals
*
* R/GA 2014
* @author Pedro Duarte
* @author Antoine Grelard
*
**/
/* line 13, ../_sass/_modules/_related-items.scss */
.related-items {
  margin-top: 78px;
  padding-top: 50px;
  border: 2px solid #e0e0e0;
  border-left-width: 0;
  border-right-width: 0;
  border-bottom-width: 0;
}
/* line 21, ../_sass/_modules/_related-items.scss */
.related-items img {
  margin: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1);
}
/* line 29, ../_sass/_modules/_related-items.scss */
.related-items a:hover img {
  opacity: .8;
}

/* line 38, ../_sass/_modules/_related-items.scss */
.related-items--minimal {
  border-top: none;
  padding-top: 0;
  margin-top: 52px;
  margin-bottom: 2px;
}

/* line 48, ../_sass/_modules/_related-items.scss */
.related-items--inline {
  margin-top: 25px;
  padding-bottom: 25px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  padding-top: 0;
}

/* line 56, ../_sass/_modules/_related-items.scss */
.related-items__title {
  color: #404040;
  font-family: "Montserrat", Helvetica, sans-serif;
  font-size: 26px;
  font-weight: 300;
  line-height: 1.0000em;
  /* 26px */
  padding-top: 1.0000em;
  padding-bottom: 0;
  letter-spacing: -0.3px;
  padding-top: 0;
}
@media only screen and (min-width: 800px) {
  /* line 56, ../_sass/_modules/_related-items.scss */
  .related-items__title {
    color: #404040;
    font-family: "Montserrat", Helvetica, sans-serif;
    font-size: 42px;
    font-weight: 300;
    line-height: 1.2381em;
    /* 52px */
    padding-top: 0.6190em;
    padding-bottom: 0;
    letter-spacing: -0.3px;
  }
}
@media only screen and (min-width: 620px) {
  /* line 56, ../_sass/_modules/_related-items.scss */
  .related-items__title {
    padding-top: 0;
  }
}
/* line 64, ../_sass/_modules/_related-items.scss */
.related-items--inline .related-items__title {
  color: #404040;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.3000em;
  /* 26px */
  padding-top: 1.3000em;
  padding-bottom: 0;
  letter-spacing: -0.3px;
}
@media only screen and (min-width: 800px) {
  /* line 64, ../_sass/_modules/_related-items.scss */
  .related-items--inline .related-items__title {
    color: #404040;
    font-family: "Montserrat", Helvetica, sans-serif;
    font-size: 26px;
    font-weight: 300;
    line-height: 1.0000em;
    /* 26px */
    padding-top: 1.0000em;
    padding-bottom: 0;
    letter-spacing: -0.3px;
  }
}

/* line 69, ../_sass/_modules/_related-items.scss */
.related-items__main-link {
  text-transform: uppercase;
}
/* line 72, ../_sass/_modules/_related-items.scss */
.related-items__main-link:before {
  content: "#";
  display: inline-block;
  padding-right: 2px;
}

/* line 84, ../_sass/_modules/_related-items.scss */
.related-items-group .related-items:first-child {
  padding-top: 76px;
  padding-bottom: 0;
}
/* line 89, ../_sass/_modules/_related-items.scss */
.related-items-group .related-items:last-child {
  margin-top: 0;
}

/**
*
* In this guide
*
* Google Web Fundamentals
*
* R/GA 2014
* @author Pedro Duarte
* @author Antoine Grelard
*
**/
/* line 13, ../_sass/_modules/_in-this-guide.scss */
.in-this-guide {
  margin-top: -78px;
}

/* line 17, ../_sass/_modules/_in-this-guide.scss */
.in-this-guide__title {
  color: #404040;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.3000em;
  /* 26px */
  padding-top: 1.3000em;
  padding-bottom: 0;
  letter-spacing: -0.3px;
  font-family: "Montserrat", Helvetica, sans-serif;
  margin-bottom: 26px;
}

/**
*
* Articles section
*
* Google Web Fundamentals
*
* R/GA 2014
* @author Pedro Duarte
* @author Antoine Grelard
*
**/
/* line 13, ../_sass/_modules/_articles-section.scss */
.articles-section {
  background: #f0f0f0;
  text-align: center;
}
/* line 17, ../_sass/_modules/_articles-section.scss */
.articles-section .article-section__icon {
  margin-top: 0;
  margin-bottom: 8px;
  top: -23px;
  box-shadow: 0 0 0 2px white;
}

/* line 25, ../_sass/_modules/_articles-section.scss */
.articles-count {
  color: #737373;
  font-family: "Montserrat", Helvetica, sans-serif;
  display: block;
  position: relative;
  top: -26px;
  font-weight: 400;
}

/* line 1, ../_sass/_modules/_guides-section.scss */
.guides-section {
  background: #f0f0f0;
  text-align: center;
  padding: 26px 0 150px;
}

/**
*
* Page header
*
* Google Web Fundamentals
*
* R/GA 2014
* @author Pedro Duarte
* @author Antoine Grelard
*
**/
/* line 13, ../_sass/_modules/_page-header.scss */
.page-header {
  text-align: center;
}
/* line 16, ../_sass/_modules/_page-header.scss */
.page-header .breadcrumbs {
  text-align: left;
  color: #3372df;
}
/* line 20, ../_sass/_modules/_page-header.scss */
.page-header .breadcrumbs a {
  color: #3372df;
}
/* line 25, ../_sass/_modules/_page-header.scss */
.page-header h3 {
  color: #404040;
  padding-top: 52px;
}

/* line 31, ../_sass/_modules/_page-header.scss */
.page-header__excerpt {
  position: relative;
}
/* line 34, ../_sass/_modules/_page-header.scss */
.page-header__excerpt:last-child {
  padding-bottom: 104px;
}

/**
*
* Recommended section
*
* Google Web Fundamentals
*
* R/GA 2014
* @author Pedro Duarte
* @author Antoine Grelard
*
**/
/* line 13, ../_sass/_modules/_featured-section.scss */
.recommended-section {
  background: #f0f0f0;
  padding-top: 78px;
  padding-bottom: 104px;
}

/**
*
* Editorial Header
*
* Google Web Fundamentals
*
* R/GA 2014
* @author Pedro Duarte
* @author Antoine Grelard
*
**/
/* line 13, ../_sass/_modules/_featured-spotlight.scss */
.featured-spotlight {
  background: #404040;
  color: #ffffff;
  overflow: hidden;
  margin-top: 52px;
}
/* line 19, ../_sass/_modules/_featured-spotlight.scss */
.featured-spotlight h3 {
  color: inherit;
  word-break: break-word;
  word-wrap: break-word;
}
@media only screen and (min-width: 620px) {
  /* line 19, ../_sass/_modules/_featured-spotlight.scss */
  .featured-spotlight h3 {
    color: inherit;
  }
}
/* line 25, ../_sass/_modules/_featured-spotlight.scss */
.featured-spotlight p {
  padding-bottom: 26px;
}
/* line 29, ../_sass/_modules/_featured-spotlight.scss */
.featured-spotlight .cta--primary {
  color: #ffffff;
}
/* line 32, ../_sass/_modules/_featured-spotlight.scss */
.featured-spotlight .cta--primary:hover {
  color: #bababa;
}

/* line 38, ../_sass/_modules/_featured-spotlight.scss */
.featured-spotlight__container {
  position: relative;
}
/* line 41, ../_sass/_modules/_featured-spotlight.scss */
.featured-spotlight__container div + div {
  padding-bottom: 52px;
}

/* line 46, ../_sass/_modules/_featured-spotlight.scss */
.featured-spotlight__title {
  color: #404040;
  font-family: "Montserrat", Helvetica, sans-serif;
  font-size: 42px;
  font-weight: 300;
  line-height: 1.2381em;
  /* 52px */
  padding-top: 0.6190em;
  padding-bottom: 0;
  letter-spacing: -0.3px;
  color: inherit;
}
@media only screen and (min-width: 800px) {
  /* line 46, ../_sass/_modules/_featured-spotlight.scss */
  .featured-spotlight__title {
    color: #404040;
    font-family: "Montserrat", Helvetica, sans-serif;
    font-size: 68px;
    font-weight: 300;
    line-height: 1.1471em;
    /* 78px */
    padding-top: 0.3824em;
    padding-bottom: 0;
    letter-spacing: -3px;
  }
}
@media only screen and (min-width: 620px) {
  /* line 46, ../_sass/_modules/_featured-spotlight.scss */
  .featured-spotlight__title {
    color: inherit;
  }
}

@media only screen and (max-width: 619px) {
  /* line 51, ../_sass/_modules/_featured-spotlight.scss */
  .featured-spotlight__img {
    padding-top: 43.4%;
    padding-bottom: 0;
    height: 0;
    overflow: hidden;
    position: relative;
    width: 100%;
  }
}
/* line 61, ../_sass/_modules/_featured-spotlight.scss */
.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) {
  /* line 61, ../_sass/_modules/_featured-spotlight.scss */
  .featured-spotlight__img img {
    width: auto;
    max-width: none;
    height: 100%;
    left: 109%;
  }
}
@media only screen and (min-width: 800px) {
  /* line 61, ../_sass/_modules/_featured-spotlight.scss */
  .featured-spotlight__img img {
    left: 107.4%;
  }
}

/**
*
* Quote
*
* Google Web Fundamentals
*
* R/GA 2014
* @author Pedro Duarte
* @author Antoine Grelard
*
**/
/* line 13, ../_sass/_modules/_quote.scss */
.quote__content {
  position: relative;
  font-family: "Montserrat", Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.6250em;
  /* 26px */
  padding-top: 1.6250em;
  padding-bottom: 0;
  letter-spacing: 0;
  padding-top: 104px;
  padding-left: 26px;
}
@media only screen and (min-width: 800px) {
  /* line 13, ../_sass/_modules/_quote.scss */
  .quote__content {
    color: #404040;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.3000em;
    /* 26px */
    padding-top: 1.3000em;
    padding-bottom: 0;
    letter-spacing: -0.3px;
  }
}
@media only screen and (min-width: 620px) {
  /* line 13, ../_sass/_modules/_quote.scss */
  .quote__content {
    padding-top: 52px;
    padding-left: 0;
  }
}
/* line 25, ../_sass/_modules/_quote.scss */
.quote__content p {
  border-top: 1px solid #e0e0e0;
  text-align: right;
  font-weight: 500;
  margin-top: 12px;
  padding-top: 13px;
}
/* line 33, ../_sass/_modules/_quote.scss */
.quote__content:before {
  content: open-quote;
  display: block;
  position: absolute;
  font-family: "Montserrat", Helvetica, sans-serif;
  font-weight: 700;
  color: #f0f0f0;
  top: 90px;
  left: 26px;
  font-size: 260px;
}
@media only screen and (min-width: 620px) {
  /* line 33, ../_sass/_modules/_quote.scss */
  .quote__content:before {
    top: 225px;
    left: -210px;
    font-size: 540px;
  }
}

/**
*
* Article nav
*
* Google Web Fundamentals
*
* R/GA 2014
* @author Pedro Duarte
* @author Antoine Grelard
*
**/
/* line 13, ../_sass/_modules/_article-nav.scss */
.article-nav {
  overflow: hidden;
  position: relative;
}
/* line 17, ../_sass/_modules/_article-nav.scss */
.article-nav:before {
  content: "";
  border-left: 2px solid #e0e0e0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
}

/* line 27, ../_sass/_modules/_article-nav.scss */
.article-nav-link {
  padding: 26px 32px;
  float: left;
  width: 50%;
  position: relative;
}
/* line 33, ../_sass/_modules/_article-nav.scss */
.article-nav-link:before {
  position: absolute;
  top: 21px;
  font-family: "Montserrat", Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 400;
}
@media only screen and (min-width: 620px) {
  /* line 33, ../_sass/_modules/_article-nav.scss */
  .article-nav-link:before {
    top: 25px;
    font-size: 26px;
    display: block;
    padding: 13px 10px;
    color: #ffffff;
    background: #4285f4;
  }
}

/* line 51, ../_sass/_modules/_article-nav.scss */
.article-nav p {
  padding: 0;
  margin: 0;
}

/* line 56, ../_sass/_modules/_article-nav.scss */
.article-nav-link--prev {
  text-align: right;
}
/* line 59, ../_sass/_modules/_article-nav.scss */
.article-nav-link--prev:before {
  content: "\e004";
  font-family: "icons";
  left: 0;
}
@media only screen and (min-width: 620px) {
  /* line 65, ../_sass/_modules/_article-nav.scss */
  .article-nav-link--prev p {
    padding-left: 52px;
  }
}

/* line 73, ../_sass/_modules/_article-nav.scss */
.article-nav-link--next:before {
  content: "\e005";
  font-family: "icons";
  right: 0;
}
@media only screen and (min-width: 620px) {
  /* line 79, ../_sass/_modules/_article-nav.scss */
  .article-nav-link--next p {
    padding-right: 52px;
  }
}

/* line 86, ../_sass/_modules/_article-nav.scss */
.article-nav-count {
  color: #404040;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.3000em;
  /* 26px */
  padding-top: 1.3000em;
  padding-bottom: 0;
  letter-spacing: -0.3px;
  font-weight: 700;
  color: inherit;
}
@media only screen and (min-width: 800px) {
  /* line 86, ../_sass/_modules/_article-nav.scss */
  .article-nav-count {
    color: #404040;
    font-family: "Montserrat", Helvetica, sans-serif;
    font-size: 26px;
    font-weight: 300;
    line-height: 1.0000em;
    /* 26px */
    padding-top: 1.0000em;
    padding-bottom: 0;
    letter-spacing: -0.3px;
  }
}
@media only screen and (min-width: 620px) {
  /* line 86, ../_sass/_modules/_article-nav.scss */
  .article-nav-count {
    font-weight: 400;
  }
}
@media only screen and (min-width: 620px) {
  /* line 86, ../_sass/_modules/_article-nav.scss */
  .article-nav-count {
    color: inherit;
  }
}

/**
*
* Home header
*
* Google Web Fundamentals
*
* R/GA 2014
* @author Pedro Duarte
* @author Antoine Grelard
*
**/
/* line 13, ../_sass/_modules/_home-header.scss */
.home-header {
  background: #000000 no-repeat center center;
  color: #ffffff;
  position: relative;
  padding-bottom: 78px;
  margin-bottom: 0px;
}
@media only screen and (min-width: 620px) {
  /* line 13, ../_sass/_modules/_home-header.scss */
  .home-header {
    background-size: 100%;
    background-position: center 30%;
    padding-bottom: 104px;
  }
    .home-header-image1 {
    background-image: url(../images/main_banner_home.jpg);
  }
      .home-header-image2 {
    background-image: url(../images/large/1.jpg);
  }
      .home-header-image3 {
    background-image: url(../images/large/4.jpg);
  }
      .home-header-image4 {
    background-image: url(../images/large/5.jpg);
  }
      .home-header-image5 {
    background-image: url(../images/large/3.jpg);
  }
}
@media only screen and (min-width: 800px) {
  /* line 13, ../_sass/_modules/_home-header.scss */
  .home-header {
    background-size: 100%;
  }
}
/* line 31, ../_sass/_modules/_home-header.scss 
.home-header:after {
  font-family: "icons";
  position: absolute;
  display: block;
  width: 100%;
  margin: 0 auto;
  font-size: 50px;
  bottom: -10px;
  font-weight: 500;
  color: #a0c3ff;
}
@media only screen and (min-width: 620px) {
  /* line 31, ../_sass/_modules/_home-header.scss 
  .home-header:after {
    font-size: 68px;
    line-height: 1px;
    bottom: 4px;
  }*/
}
/* line 52, ../_sass/_modules/_home-header.scss */
.home-header h1 {
  color: #404040;
  font-family: "Montserrat", Helvetica, sans-serif;
  font-size: 68px;
  font-weight: 400;
  line-height: 1.1471em;
  /* 78px */
  padding-top: 0.3824em;
  padding-bottom: 0;
  letter-spacing: -3px;
  color: inherit;
}
@media only screen and (min-width: 800px) {
  /* line 52, ../_sass/_modules/_home-header.scss */
  .home-header h1 {
    color: #404040;
    font-family: "Montserrat", Helvetica, sans-serif;
    font-size: 80px;
    font-weight: 400;
    line-height: 1.19em;
    /* 130px */
    padding-top: 0.2364em;
    padding-bottom: 0;
    letter-spacing: -5px;
  }
}
@media only screen and (max-width: 619px) {
  /* line 52, ../_sass/_modules/_home-header.scss */
  .home-header h1 {
    color: #404040;
    font-family: "Montserrat", Helvetica, sans-serif;
    font-size: 42px;
    font-weight: 400;
    line-height: 1.2381em;
    /* 52px */
    padding-top: 0.6190em;
    padding-bottom: 0;
    letter-spacing: -0.3px;
    padding-top: 52px;
    color: inherit;
	text-align:center;
  }
}
@media only screen and (max-width: 619px) and (min-width: 620px) {
  /* line 52, ../_sass/_modules/_home-header.scss */
  .home-header h1 {
    color: inherit;
    padding-top: 20px;
  }
}
@media only screen and (min-width: 620px) {
  /* line 52, ../_sass/_modules/_home-header.scss */
  .home-header h1 {
    padding-top: 20px;
  }
}
@media only screen and (min-width: 620px) {
  /* line 52, ../_sass/_modules/_home-header.scss */
  .home-header h1 {
    color: inherit;
  }
}
/* line 68, ../_sass/_modules/_home-header.scss */
.home-header p {
  color: #404040;
  font-family:Montserrat,Helvetica,sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.3000em;
  /* 26px */
  padding-top: 1.3000em;
  padding-bottom: 0;
  letter-spacing: -0.3px;
  color: inherit;
}
@media only screen and (min-width: 800px) {
  /* line 68, ../_sass/_modules/_home-header.scss */
  .home-header p {
    color: #404040;
    font-family: "Montserrat", Helvetica, sans-serif;
    font-size: 26px;
    font-weight: 300;
    line-height: 1.0000em;
    /* 26px */
    padding-top: 1.0000em;
    padding-bottom: 0;
    letter-spacing: -0.3px;
  }
}
@media only screen and (min-width: 620px) {
  /* line 68, ../_sass/_modules/_home-header.scss */
  .home-header p {
    padding-top: 0;
  }
}
@media only screen and (min-width: 620px) {
  /* line 68, ../_sass/_modules/_home-header.scss */
  .home-header p {
    color: inherit;
  }
}
/* line 78, ../_sass/_modules/_home-header.scss */
.home-header a {
  margin-top: 65px;
}

/**
*
* Home header
*
* Google Web Fundamentals
*
* R/GA 2014
* @author Pedro Duarte
* @author Antoine Grelard
*
**/
/* line 13, ../_sass/_modules/_wsk-header.scss */
.wsk-header {
  color: #000000;
  position: relative;
  padding-bottom: 78px;
  margin-bottom: 78px;
}

/* line 13, ../_sass/_modules/_wsk-header.scss */
.first-article{
  background: #f3eff0 no-repeat center center;
  background-image: url(../images/main_banner_social.jpg);
}

.second-article{
  background: #000000 no-repeat center center;
  background-image: url(../images/main_banner_look.jpg);
}

.second-article h1{
color: #ffffff;
}

.career-article{
  background: #000000 no-repeat center center;
  background-image: url(../images/main_banner_job.jpg);
}

.career-article h1{
color: #ffffff;
}

.third-article{
  background: #000000 no-repeat center center;
  background-image: url(../images/shop.jpg);
}

.third-article h1{
color: #000000;
}

.first-shop-image{
  background: #000000 no-repeat center center;
  background-image: url(../images/shop-kerastase.jpg);
}

.second-shop-image{
  background: #000000 no-repeat center center;
  background-image: url(../images/shop-ghd.jpg);
}

@media only screen and (min-width: 620px) {
  /* line 13, ../_sass/_modules/_wsk-header.scss */
  .wsk-header {
    background-size: 1200px;
    background-position: center 30%;
    padding-bottom: 104px;
  }
}
@media only screen and (min-width: 800px) {
  /* line 13, ../_sass/_modules/_wsk-header.scss */
  .wsk-header {
    background-size: 1160px;
  }
}
/* line 31, ../_sass/_modules/_wsk-header.scss */
.wsk-header:after {
 /* font-family: "icons";*/
  position: absolute;
  display: block;
  width: 100%;
  margin: 0 auto;
  font-size: 50px;
  bottom: -10px;
  font-weight: 500;
  color: #edb5d4;
}
@media only screen and (min-width: 620px) {
  /* line 31, ../_sass/_modules/_wsk-header.scss */
  .wsk-header:after {
    font-size: 68px;
    line-height: 1px;
    bottom: 4px;
  }
}
/* line 52, ../_sass/_modules/_wsk-header.scss */
.wsk-header h1 {
  color: #404040;
  font-family: "Raleway", Helvetica, sans-serif;
  font-size: 54px;
  font-weight: 300;
  line-height: 1.1471em;
  /* 78px */
  padding-top: 0.3824em;
  padding-bottom: 0;
  letter-spacing: -3px;
  color: inherit;
}
@media only screen and (min-width: 800px) {
  /* line 52, ../_sass/_modules/_wsk-header.scss */
  .wsk-header h1 {
    color: #404040;
    font-family: "Raleway", Helvetica, sans-serif;
    font-size: 68px;
    font-weight: 300;
    line-height: 1.19em;
    /* 130px */
    padding-top: 0.2364em;
    padding-bottom: 0;
    letter-spacing: -5px;
  }
}

@media only screen and (min-width: 620px) {
  /* line 52, ../_sass/_modules/_wsk-header.scss */
  .wsk-header h1 {
    color: inherit;
  }

.wsk-header .first-article h1 {
    color: #332469;
  }

.wsk-header .first-article p {
    color: #332469;
  }

.wsk-header .second-article h1 {
    color: #ffffff;
  }

.wsk-header .second-article p {
    color: #ffffff;
  }

.wsk-header .second-article h3 {
    color: #ffffff;
  }

.wsk-header .second-article ul {
    color: #ffffff;
  }

.wsk-header .second-article a {
    color: #ffffff;
  }

  .wsk-header .career-article h1 {
    color: #ffffff;
  }

.wsk-header .career-article p {
    color: #ffffff;
  }

.wsk-header .career-article h3 {
    color: #ffffff;
  }

.wsk-header .career-article ul {
    color: #ffffff;
  }

.wsk-header .career-article a {
    color: #ffffff;
  }

.wsk-header .third-article h1 {
    color: #ffffff;
	padding-top: 240px;
  }

.wsk-header .third-article p {
    color: #ffffff;
  }
.wsk-header .third-article a {
    color: #ffffff;
  }


}
/* line 68, ../_sass/_modules/_wsk-header.scss */
.wsk-header p {
  color: #404040;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.3000em;
  /* 26px */
  padding-top: 1.3000em;
  padding-bottom: 0;
  letter-spacing: -0.3px;
  color: inherit;
}
@media only screen and (min-width: 800px) {
  /* line 68, ../_sass/_modules/_wsk-header.scss */
  .wsk-header p {
    color: #404040;
    font-family: "Montserrat", Helvetica, sans-serif;
    font-size: 26px;
    font-weight: 300;
    line-height: 1.0000em;
    /* 26px */
    padding-top: 1.0000em;
    padding-bottom: 0;
    letter-spacing: -0.3px;
  }
}
@media only screen and (min-width: 620px) {
  /* line 68, ../_sass/_modules/_wsk-header.scss */
  .wsk-header p {
    padding-top: 0;
	font-family: "Montserrat", Helvetica, sans-serif;
  }
}
@media only screen and (min-width: 620px) {
  /* line 68, ../_sass/_modules/_wsk-header.scss */
  .wsk-header p {
    color: inherit;
  }
}
/* line 78, ../_sass/_modules/_wsk-header.scss */
.wsk-header a {
  margin-top: 0px;
  font-family: "Montserrat", Helvetica, sans-serif;
}

/**
*
* Text module
*
* Google Web Fundamentals
*
* R/GA 2014
* @author Pedro Duarte
* @author Antoine Grelard
*
**/
@media only screen and (min-width: 620px) {
  /* line 15, ../_sass/_modules/_did-you-know.scss */
  .did-you-know ol {
    padding-top: 0 !important;
  }
}
/* line 21, ../_sass/_modules/_did-you-know.scss */
.did-you-know .cta--primary {
  margin-top: 26px;
  font-weight: 500;
}
/* line 26, ../_sass/_modules/_did-you-know.scss */
.did-you-know > .g--half {
  position: relative;
  padding-left: 0;
}
@media only screen and (min-width: 620px) {
  /* line 26, ../_sass/_modules/_did-you-know.scss */
  .did-you-know > .g--half {
    padding-left: 32px;
  }
}
/* line 32, ../_sass/_modules/_did-you-know.scss */
.did-you-know .icon {
  vertical-align: 0;
}

/* line 38, ../_sass/_modules/_did-you-know.scss */
.did-you-know__symbol {
  padding-bottom: 312px;
}
@media only screen and (min-width: 620px) {
  /* line 38, ../_sass/_modules/_did-you-know.scss */
  .did-you-know__symbol {
    padding-bottom: 26px;
  }
}
/* line 42, ../_sass/_modules/_did-you-know.scss */
.did-you-know__symbol:after {
  content: "\e017";
  color: #4285f4;
  font-family: "icons";
  font-size: 300px;
  top: 150px;
  left: 0;
  position: relative;
  display: block;
  width: 100%;
  text-align: center;
}
@media only screen and (min-width: 620px) {
  /* line 42, ../_sass/_modules/_did-you-know.scss */
  .did-you-know__symbol:after {
    position: absolute;
    font-size: 400px;
    top: 200px;
    left: 110%;
  }
}
@media only screen and (min-width: 800px) {
  /* line 42, ../_sass/_modules/_did-you-know.scss */
  .did-you-know__symbol:after {
    position: absolute;
    font-size: 400px;
    top: 200px;
    left: 110%;
  }
}

/**
*
* Table of contents
*
* Google Web Fundamentals
*
* R/GA 2014
* @author Pedro Duarte
* @author Antoine Grelard
*
**/
/* line 13, ../_sass/_modules/_toc.scss */
.toc__title {
  font-size: 16px;
  line-height: 1.6250em;
  /* 26px */
  padding-top: 1.6250em;
  padding-bottom: 0;
  letter-spacing: 0;
  font-family: "Montserrat", Helvetica, sans-serif;
  padding-bottom: 13px;
  margin-bottom: 12px;
  border-bottom: 1px solid #e0e0e0;
}
@media only screen and (min-width: 800px) {
  /* line 13, ../_sass/_modules/_toc.scss */
  .toc__title {
    color: #404040;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.3000em;
    /* 26px */
    padding-top: 1.3000em;
    padding-bottom: 0;
    letter-spacing: -0.3px;
  }
}
@media only screen and (min-width: 620px) {
  /* line 13, ../_sass/_modules/_toc.scss */
  .toc__title {
    padding-bottom: 12px;
    margin-bottom: 13px;
  }
}

/* line 26, ../_sass/_modules/_toc.scss */
.toc__list {
  padding-top: 0;
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 12px;
  margin-bottom: -13px;
}
/* line 33, ../_sass/_modules/_toc.scss */
.toc__list a {
  display: block;
}

/* line 38, ../_sass/_modules/_toc.scss */
.toc__sublist {
  padding-top: 0;
}

/**
*
* Next Lessons
*
* Google Web Fundamentals
*
* R/GA 2014
* @author Pedro Duarte
* @author Antoine Grelard
*
**/
/* line 13, ../_sass/_modules/_next-lessons.scss */
.next-lessons {
  background: #404040;
  padding: 26px 26px 52px;
  margin-top: 78px;
  color: #ffffff;
  position: relative;
  /* &:before {
    @include medium {
      content: attr(data-current-lesson);

      font-family: $fontHighlight;
      font-size: $fontBase;
      font-weight: 400;

      background: $colorGrayDark;
      display: inline-block;
      padding: 13px 7px;

      right: 127px;
      top: 143px;

      z-index: 1;
      color: rgba(255, 255, 255, 0.5);
    }

    @include wide {
      font-size: $fontMedium;
      padding-left: 15px;
      padding-right: 15px;
      top: 126px;
      right: 230px;
    }

  } */
}
/* line 20, ../_sass/_modules/_next-lessons.scss */
.next-lessons h3 {
  color: inherit;
}
@media only screen and (min-width: 620px) {
  /* line 20, ../_sass/_modules/_next-lessons.scss */
  .next-lessons h3 {
    color: inherit;
  }
}
/* line 23, ../_sass/_modules/_next-lessons.scss */
.next-lessons h3 i {
  vertical-align: middle;
}
@media only screen and (min-width: 620px) {
  /* line 23, ../_sass/_modules/_next-lessons.scss */
  .next-lessons h3 i {
    display: none;
  }
}
/* line 32, ../_sass/_modules/_next-lessons.scss */
.next-lessons:after {
  color: rgba(255, 255, 255, 0.5);
  position: absolute;
  vertical-align: top;
  line-height: 0;
  display: none;
}
@media only screen and (min-width: 620px) {
  /* line 32, ../_sass/_modules/_next-lessons.scss */
  .next-lessons:after {
    display: block;
  }
}
@media only screen and (min-width: 620px) {
  /* line 82, ../_sass/_modules/_next-lessons.scss */
  .next-lessons:after {
    content: "\e010";
    font-family: "icons";
    font-size: 150px;
    right: 40px;
    top: 197px;
  }
}
@media only screen and (min-width: 800px) {
  /* line 82, ../_sass/_modules/_next-lessons.scss */
  .next-lessons:after {
    font-size: 218px;
    right: 120px;
  }
}
@media only screen and (min-width: 620px) {
  /* line 100, ../_sass/_modules/_next-lessons.scss */
  .next-lessons .list-lessons {
    margin-right: 173px;
  }
}
@media only screen and (min-width: 800px) {
  /* line 100, ../_sass/_modules/_next-lessons.scss */
  .next-lessons .list-lessons {
    margin-right: 306px;
  }
}

/* line 111, ../_sass/_modules/_next-lessons.scss */
.next-lessons--minimal {
  margin-bottom: 78px;
}
/* line 115, ../_sass/_modules/_next-lessons.scss */
.next-lessons--minimal:after, .next-lessons--minimal:before {
  display: none;
}
/* line 119, ../_sass/_modules/_next-lessons.scss */
.next-lessons--minimal ol {
  padding-left: 0;
}
/* line 123, ../_sass/_modules/_next-lessons.scss */
.next-lessons--minimal a {
  color: #ffffff;
}

/**
*
* Next Lessons
*
* Google Web Fundamentals
*
* R/GA 2014
* @author Pedro Duarte
* @author Antoine Grelard
*
**/
/* line 13, ../_sass/_modules/_guides.scss */
.guides {
  background: #404040;
  padding: 26px 26px 52px;
  margin-top: 78px;
  color: #ffffff;
  position: relative;
}
/* line 20, ../_sass/_modules/_guides.scss */
.guides h3 {
  color: inherit;
}
@media only screen and (min-width: 620px) {
  /* line 20, ../_sass/_modules/_guides.scss */
  .guides h3 {
    color: inherit;
  }
}
/* line 23, ../_sass/_modules/_guides.scss */
.guides h3 i {
  vertical-align: middle;
}
@media only screen and (min-width: 620px) {
  /* line 23, ../_sass/_modules/_guides.scss */
  .guides h3 i {
    display: none;
  }
}
/* line 32, ../_sass/_modules/_guides.scss */
.guides:after {
  color: rgba(255, 255, 255, 0.5);
  position: absolute;
  vertical-align: top;
  line-height: 0;
  display: none;
}
@media only screen and (min-width: 620px) {
  /* line 32, ../_sass/_modules/_guides.scss */
  .guides:after {
    display: block;
  }
}
/* line 45, ../_sass/_modules/_guides.scss */
.guides a {
  font-weight: 600;
}
@media only screen and (min-width: 620px) {
  /* line 51, ../_sass/_modules/_guides.scss */
  .guides:after {
    content: "\e00d";
    font-family: "icons";
    font-size: 150px;
    right: 40px;
    top: 197px;
  }
}
@media only screen and (min-width: 800px) {
  /* line 51, ../_sass/_modules/_guides.scss */
  .guides:after {
    font-size: 218px;
    right: 120px;
  }
}
@media only screen and (min-width: 620px) {
  /* line 69, ../_sass/_modules/_guides.scss */
  .guides .list-guides {
    margin-right: 173px;
  }
}
@media only screen and (min-width: 800px) {
  /* line 69, ../_sass/_modules/_guides.scss */
  .guides .list-guides {
    margin-right: 306px;
  }
}

/* line 80, ../_sass/_modules/_guides.scss */
.guides--minimal {
  margin-bottom: 78px;
}
/* line 84, ../_sass/_modules/_guides.scss */
.guides--minimal:after, .guides--minimal:before {
  display: none;
}
/* line 88, ../_sass/_modules/_guides.scss */
.guides--minimal ol {
  padding-left: 0;
}
/* line 92, ../_sass/_modules/_guides.scss */
.guides--minimal a {
  color: #ffffff;
}

/**
*
* Beta banner
*
* Google Web Fundamentals
*
* R/GA 2014
* @author Pedro Duarte
* @author Antoine Grelard
*
**/
/* line 13, ../_sass/_modules/_beta.scss */
.beta {
  font-family: "Montserrat", Helvetica, sans-serif;
  color: #404040;
  font-weight: 400;
  text-align: center;
  padding: 5px 32px 5px 12px;
  margin: 0 25px 23px 0;
  position: relative;
  line-height: 16px;
}
@media only screen and (max-width: 619px) {
  /* line 13, ../_sass/_modules/_beta.scss */
  .beta {
    display: none;
  }
}
@media only screen and (min-width: 620px) {
  /* line 13, ../_sass/_modules/_beta.scss */
  .beta {
    float: right;
    margin-top: 8px;
    margin-bottom: 0;
    line-height: 26px;
    width: auto;
    max-width: 72%;
  }
}
/* line 39, ../_sass/_modules/_beta.scss */
.beta:before {
  font-family: "icons";
  font-size: 51px;
  line-height: 0px;
  position: absolute;
  right: -25px;
  top: 50%;
}
/* line 51, ../_sass/_modules/_beta.scss */
.beta .icon {
  font-family: "icons";
  font-size: 24px;
  text-align: center;
  width: 70px;
  height: 0;
  line-height: 0;
  margin-right: -35px;
  overflow: visible;
  position: absolute;
  right: 0;
  top: 50%;
  display: block;
}
/* line 69, ../_sass/_modules/_beta.scss */
.page--home .beta .icon {
  -webkit-animation: cog 4000ms ease-in-out;
  animation: cog 4000ms ease-in-out;
}
/* line 75, ../_sass/_modules/_beta.scss */
.beta a {
  color: #404040;
}

@-webkit-keyframes cog {
  /* line 81, ../_sass/_modules/_beta.scss */
  0% {
    -webkit-transform: rotate(0deg);
  }

  /* line 85, ../_sass/_modules/_beta.scss */
  100% {
    -webkit-transform: rotate(1079deg);
  }
}

@keyframes cog {
  /* line 91, ../_sass/_modules/_beta.scss */
  0% {
    transform: rotate(0deg);
  }

  /* line 95, ../_sass/_modules/_beta.scss */
  100% {
    transform: rotate(1079deg);
  }
}

/* line 1, ../_sass/_modules/_cc.scss */
.gc-content-license {
  border-top: 2px solid #e0e0e0;
  margin-top: 76px;
}
/* line 5, ../_sass/_modules/_cc.scss */
.gc-content-license p {
  font-size: 13px;
  line-height: 2.0000em;
  /* 26px */
  padding-top: 2.0000em;
  padding-bottom: 0;
  letter-spacing: 0;
  padding-top: 26px;
}

/**
*
* Google Developers header bar
*
* Google Web Fundamentals
*
* R/GA 2014
* @author Pedro Duarte
* @author Antoine Grelard
*
**/
/* line 13, ../_sass/_modules/_peter-m-header.scss */
.peter-m-header1 {
    background-color: #000000;
  background: -webkit-linear-gradient(bottom,rgba(46,41,41,100),rgba(0,0,0,100)); /*Safari 5.1-6*/
  background: -o-linear-gradient(top,rgba(46,41,41,100),rgba(0,0,0,100)); /*Opera 11.1-12*/
  background: -moz-linear-gradient(top,rgba(46,41,41,100),rgba(0,0,0,100)); /*Fx 3.6-15*/
  background: linear-gradient(to top, rgba(46,41,41,100), rgba(0,0,0,100)); /*Standard*/
  padding-top: 0px;
  margin-bottom: 0px;
}

/* line 17, ../_sass/_modules/_peter-m-header.scss */
.peter-m-header1__top {
  border-bottom: 1px solid #e0e0e0;
  text-align: left;
}

/* line 24, ../_sass/_modules/_peter-m-header.scss */
.peter-m-header1__bottom {
  overflow: hidden;
}


/* line 13, ../_sass/_modules/_peter-m-header.scss */
.peter-m-header {
  background: #000000;
  padding-top: 0px;
  margin-bottom: 0px;
}

/* line 17, ../_sass/_modules/_peter-m-header.scss */
.peter-m-header__top {
  border-bottom: 1px solid #e0e0e0;
  text-align: left;
}

/* line 24, ../_sass/_modules/_peter-m-header.scss */
.peter-m-header__bottom {
  overflow: hidden;
}
@media only screen and (max-width: 619px) {
.peter-m-header {
	display:none;
}	
  /* line 24, ../_sass/_modules/_peter-m-header.scss */
  .peter-m-header__bottom {
    padding: 0;
    box-shadow: 0 2px 0 0 #f0f0f0;
  }
}
@media only screen and (min-width: 620px) {
  /* line 24, ../_sass/_modules/_peter-m-header.scss */
  .peter-m-header__bottom {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
@media only screen and (max-width: 619px) {
  /* line 37, ../_sass/_modules/_peter-m-header.scss */
  .peter-m-header__bottom .main-header__title {
    padding: 0 0px;
  }
}

/* line 47, ../_sass/_modules/_peter-m-header.scss */
.peter-m-header__dev-logo {
  text-decoration: none;
  display: block;
  margin: 0 auto;
  /*width: 1024px;*/
  padding-top: 8px;
  padding-bottom: 8px;
  
}
/* line 54, ../_sass/_modules/_peter-m-header.scss */
.peter-m-header__dev-logo img {
  display: block;
  margin: 10 auto;
padding-left: 10px;
  width: 187px;
  max-width: none;
}
@media only screen and (min-width: 620px) {
  /* line 47, ../_sass/_modules/_peter-m-header.scss */
  .peter-m-header__dev-logo {
    margin: 0px;
  }
}

/**
*
* Latest spotlights
*
* Google Web Fundamentals
*
* R/GA 2014
* @author Pedro Duarte
* @author Antoine Grelard
*
**/
/* line 13, ../_sass/_modules/_latest-spotlights.scss */
.latest-spotlights {
  background: #ffe168;
  padding-bottom: 55px;
  padding-top: 26px;
}
@media only screen and (min-width: 620px) {
  /* line 13, ../_sass/_modules/_latest-spotlights.scss */
  .latest-spotlights {
    padding-top: 52px;
  }
}

/* line 23, ../_sass/_modules/_latest-spotlights.scss */
.latest-spotlights h2 {
  padding-bottom: 26px;
  text-align: center;
}
@media only screen and (min-width: 620px) {
  /* line 23, ../_sass/_modules/_latest-spotlights.scss */
  .latest-spotlights h2 {
    text-align: left;
  }
}

/* line 32, ../_sass/_modules/_latest-spotlights.scss */
.latest-spotlights__item {
  margin-top: 13px;
}
/* line 35, ../_sass/_modules/_latest-spotlights.scss */
.latest-spotlights__item:first-of-type {
  margin-top: 0;
}
@media only screen and (min-width: 620px) {
  /* line 32, ../_sass/_modules/_latest-spotlights.scss */
  .latest-spotlights__item {
    width: 50%;
    float: left;
    margin-top: 2px;
  }
  /* line 44, ../_sass/_modules/_latest-spotlights.scss */
  .latest-spotlights__item:nth-of-type(2) {
    margin-top: 0;
  }
  /* line 49, ../_sass/_modules/_latest-spotlights.scss */
  .latest-spotlights__item:nth-child(even) .latest-spotlights__link {
    margin-left: 1px;
  }
  /* line 55, ../_sass/_modules/_latest-spotlights.scss */
  .latest-spotlights__item:nth-child(odd) .latest-spotlights__link {
    margin-right: 1px;
  }
}

/* line 63, ../_sass/_modules/_latest-spotlights.scss */
.latest-spotlights__link {
  display: block;
  position: relative;
  background: #ffffff;
}

/* line 69, ../_sass/_modules/_latest-spotlights.scss */
.latest-spotlights__link img {
  display: block;
  width: 100%;
  margin: 0;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1);
}

/* line 79, ../_sass/_modules/_latest-spotlights.scss */
.latest-spotlights__link p {
  position: absolute;
  left: 0;
  bottom: 13px;
  padding: 13px 16px;
  padding-left: 32px;
  -webkit-transition: background 0.2s ease-in-out;
  -moz-transition: background 0.2s ease-in-out;
  -ms-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
  font-weight: 400;
  color: #ffffff;
  background: rgba(64, 64, 64, 0.85);
}
/* line 379, ../_sass/_utils.scss */
.latest-spotlights__link p:before {
  content: "\e005";
  font-family: "icons";
  font-size: 13px;
  display: block;
  width: 16px;
  text-align: left;
  font-weight: 400;
  line-height: 26px;
  position: absolute;
  top: 0;
  left: 0;
}
/* line 88, ../_sass/_modules/_latest-spotlights.scss */
.latest-spotlights__link p:before {
  padding-top: 13px;
  padding-left: 16px;
  -webkit-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}

/* line 101, ../_sass/_modules/_latest-spotlights.scss */
.latest-spotlights__link:hover p {
  background: #3372df;
}
/* line 104, ../_sass/_modules/_latest-spotlights.scss */
.latest-spotlights__link:hover p:before {
  color: #a0c3ff;
}
/* line 109, ../_sass/_modules/_latest-spotlights.scss */
.latest-spotlights__link:hover img {
  opacity: .8;
}

/**
*
* Case study wrapper
*
* Google Web Fundamentals
*
* R/GA 2014
* @author Pedro Duarte
* @author Antoine Grelard
*
**/
/* line 13, ../_sass/_modules/_case-study-wrapper.scss */
.case-study-wrapper {
  padding-top: 26px;
  padding-bottom: 52px;
}
@media only screen and (min-width: 620px) {
  /* line 13, ../_sass/_modules/_case-study-wrapper.scss */
  .case-study-wrapper {
    margin-top: -156px;
    padding-top: 78px;
    background: #f0f0f0;
  }
  /* line 22, ../_sass/_modules/_case-study-wrapper.scss */
  .case-study-wrapper.has-video-after {
    margin-bottom: -182px;
    padding-bottom: 208px;
  }
}
/* line 28, ../_sass/_modules/_case-study-wrapper.scss */
.case-study-wrapper h2 {
  margin-top: 0;
  padding-top: 0;
}

/**
*
* Our view
*
* Google Web Fundamentals
*
* R/GA 2014
* @author Pedro Duarte
* @author Antoine Grelard
*
**/
/* line 13, ../_sass/_modules/_our-view.scss */
.our-view {
  margin-top: 78px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 619px) {
  /* line 18, ../_sass/_modules/_our-view.scss */
  .our-view .our-view__title {
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media only screen and (max-width: 619px) {
  /* line 13, ../_sass/_modules/_our-view.scss */
  .our-view {
    margin-bottom: -1px;
  }
}
@media only screen and (min-width: 620px) {
  /* line 30, ../_sass/_modules/_our-view.scss */
  .our-view:after {
    background: #ffe168;
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: -1;
    width: 50%;
    right: 0;
    left: 50%;
  }
}

/* line 45, ../_sass/_modules/_our-view.scss */
.our-view__content {
  color: #404040;
  padding-top: 26px;
  padding-bottom: 52px;
}
@media only screen and (max-width: 619px) {
  /* line 45, ../_sass/_modules/_our-view.scss */
  .our-view__content {
    background: #ffe168;
    padding-left: 5%;
    padding-right: 5%;
    margin-top: 26px;
  }
}

/* line 61, ../_sass/_modules/_our-view.scss */
.our-view__list-wrapper .our-view__subtitle {
  padding-left: 16px;
  font-weight: 400;
}
/* line 67, ../_sass/_modules/_our-view.scss */
.our-view__list-wrapper ul, .our-view__list-wrapper ol {
  padding-left: 16px;
}
/* line 71, ../_sass/_modules/_our-view.scss */
.our-view__list-wrapper:last-child {
  margin-top: 26px;
}
@media only screen and (max-width: 619px) {
  /* line 71, ../_sass/_modules/_our-view.scss */
  .our-view__list-wrapper:last-child {
    border-top: 1px solid #f4b400;
  }
}

/**
*
* Back to top
*
* Google Web Fundamentals
*
* R/GA 2014
* @author Pedro Duarte
* @author Antoine Grelard
*
**/
/* line 13, ../_sass/_modules/_back-to-top.scss */
.back-to-top {
  border-top: 2px solid #e0e0e0;
  margin-bottom: -2px;
  margin-top: 104px;
  padding: 13px 0;
  text-align: center;
}
/* line 20, ../_sass/_modules/_back-to-top.scss */
.back-to-top .cta--secondary {
  text-decoration: none;
}
/* line 23, ../_sass/_modules/_back-to-top.scss */
.back-to-top .cta--secondary .icon {
  vertical-align: middle;
  padding-left: 5px;
}

/**
*
* Grid
*
* Google Web Fundamentals
*
* R/GA 2014
* @author Pedro Duarte
* @author Antoine Grelard
*
**/
/* line 13, ../_sass/_components/_grid.scss */
.demo {
  margin-bottom: 26px;
  margin-top: 26px;
}

/* line 19, ../_sass/_components/_grid.scss */
.demo [class*="g-"] {
  background-color: #eee;
  position: relative;
  margin-bottom: 26px;
  min-height: 156px;
}
/* line 26, ../_sass/_components/_grid.scss */
.demo [class*="g-"]:before, .demo [class*="g-"]:after {
  font-size: 13px;
  line-height: 2.0000em;
  /* 26px */
  padding-top: 2.0000em;
  padding-bottom: 0;
  letter-spacing: 0;
  display: block;
  margin: 0 10px;
}
/* line 32, ../_sass/_components/_grid.scss */
.demo [class*="g-"]:before {
  content: "HTML classes: ";
  font-weight: 700;
}
/* line 37, ../_sass/_components/_grid.scss */
.demo [class*="g-"]:after {
  content: attr(class);
  word-spacing: 15px;
}

@media only screen and (min-width: 620px) and (max-width: 799px) {
  /* line 47, ../_sass/_components/_grid.scss */
  .g-medium--1 {
    float: left;
    margin-right: 4.5%;
    width: 30.3%;
  }

  /* line 54, ../_sass/_components/_grid.scss */
  .g-medium--push-1 {
    margin-left: 34.8%;
  }

  /* line 57, ../_sass/_components/_grid.scss */
  .g-medium--pull-1 {
    margin-right: 34.8%;
  }

  /* line 47, ../_sass/_components/_grid.scss */
  .g-medium--2 {
    float: left;
    margin-right: 4.5%;
    width: 65.1%;
  }

  /* line 54, ../_sass/_components/_grid.scss */
  .g-medium--push-2 {
    margin-left: 69.6%;
  }

  /* line 57, ../_sass/_components/_grid.scss */
  .g-medium--pull-2 {
    margin-right: 69.6%;
  }

  /* line 47, ../_sass/_components/_grid.scss */
  .g-medium--3 {
    float: left;
    margin-right: 4.5%;
    width: 99.9%;
    margin-right: 0;
  }

  /* line 63, ../_sass/_components/_grid.scss */
  .g-medium--full {
    float: left;
    margin-right: 4.5%;
    margin-right: 0;
    width: 100%;
  }

  /* line 69, ../_sass/_components/_grid.scss */
  .g--third {
    float: left;
    margin-right: 4.5%;
    width: 30.3%;
  }

  /* line 75, ../_sass/_components/_grid.scss */
  .g--half,
  .g-medium--half {
    float: left;
    margin-right: 4.5%;
    width: 47.75%;
  }

  /* line 80, ../_sass/_components/_grid.scss */
  .g-medium--last {
    margin-right: 0;
  }

  /* line 82, ../_sass/_components/_grid.scss */
  .g--pull-half {
    margin-right: 52.25%;
  }
}
@media only screen and (min-width: 800px) {
  /* line 89, ../_sass/_components/_grid.scss */
  .g-wide--1 {
    float: left;
    margin-right: 3.7%;
    width: 22.2%;
  }

  /* line 96, ../_sass/_components/_grid.scss */
  .g-wide--push-1 {
    margin-left: 25.9%;
  }

  /* line 99, ../_sass/_components/_grid.scss */
  .g-wide--pull-1 {
    margin-right: 25.9%;
  }

  /* line 89, ../_sass/_components/_grid.scss */
  .g-wide--2 {
    float: left;
    margin-right: 3.7%;
    width: 48.1%;
  }

  /* line 96, ../_sass/_components/_grid.scss */
  .g-wide--push-2 {
    margin-left: 51.8%;
  }

  /* line 99, ../_sass/_components/_grid.scss */
  .g-wide--pull-2 {
    margin-right: 51.8%;
  }

  /* line 89, ../_sass/_components/_grid.scss */
  .g-wide--3 {
    float: left;
    margin-right: 3.7%;
    width: 74%;
  }

  /* line 96, ../_sass/_components/_grid.scss */
  .g-wide--push-3 {
    margin-left: 77.7%;
  }

  /* line 99, ../_sass/_components/_grid.scss */
  .g-wide--pull-3 {
    margin-right: 77.7%;
  }

  /* line 89, ../_sass/_components/_grid.scss */
  .g-wide--4 {
    float: left;
    margin-right: 3.7%;
    width: 99.9%;
    margin-right: 0;
  }

  /* line 105, ../_sass/_components/_grid.scss */
  .g-wide--first {
    clear: both;
  }

  /* line 107, ../_sass/_components/_grid.scss */
  .g-wide--last {
    margin-right: 0;
  }

  /* line 109, ../_sass/_components/_grid.scss */
  .g-wide--full {
    float: left;
    margin-right: 3.7%;
    margin-right: 0;
    width: 100%;
  }

  /* line 115, ../_sass/_components/_grid.scss */
  .g--third {
    float: left;
    margin-right: 3.7%;
    width: 30.8%;
  }

  /* line 121, ../_sass/_components/_grid.scss */
  .g--half,
  .g-wide--half {
    float: left;
    margin-right: 3.7%;
    width: 48.15%;
  }

  /* line 126, ../_sass/_components/_grid.scss */
  .g--pull-half {
    margin-right: 51.85%;
  }
}
@media only screen and (min-width: 620px) {
  /* line 136, ../_sass/_components/_grid.scss */
  .g--last {
    margin-right: 0;
  }
}

/* line 144, ../_sass/_components/_grid.scss */
.g--centered {
  float: none;
  margin-left: auto;
  margin-right: auto;
}

/* line 153, ../_sass/_components/_grid.scss */
.grid-overlay {
  display: none;
  pointer-events: none;
}
/* line 158, ../_sass/_components/_grid.scss */
.debug .grid-overlay {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -ms-box-sizing: content-box;
  box-sizing: content-box;
  position: relative;
  padding-left: 16px;
  padding-right: 16px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  height: 100%;
  display: block;
}
@media only screen and (min-width: 620px) {
  /* line 158, ../_sass/_components/_grid.scss */
  .debug .grid-overlay {
    padding-left: 30px;
    padding-right: 30px;
    max-width: 688px;
  }
}
@media only screen and (min-width: 800px) {
  /* line 158, ../_sass/_components/_grid.scss */
  .debug .grid-overlay {
    padding-left: 35px;
    padding-right: 35px;
    max-width: 864px;
  }
}
/* line 170, ../_sass/_components/_grid.scss */
.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 176, ../_sass/_components/_grid.scss */
  .debug .grid-overlay .g-wide--last {
    display: none;
  }
}
@media only screen and (max-width: 619px) {
  /* line 158, ../_sass/_components/_grid.scss */
  .debug .grid-overlay {
    display: none;
  }
}

/**
*
* Button
*
* Google Web Fundamentals
*
* R/GA 2014
* @author Pedro Duarte
* @author Antoine Grelard
*
**/
/* line 13, ../_sass/_components/_button.scss */
.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: "Montserrat", Helvetica, sans-serif;
  font-weight: 700;
  text-decoration: none;
  letter-spacing: 1px;
  outline: 0;
}
/* line 29, ../_sass/_components/_button.scss */
.button:hover, .button--primary:hover, .button--secondary:hover, .button--secondary-variation:hover {
  background: #4d4d4d;
  color: #ffffff;
  border-color: #4d4d4d;
  text-decoration: none;
}

/* line 38, ../_sass/_components/_button.scss */
.button--primary {
  background: #3372df;
  color: white;
  border: 1px solid #1e5ac1;
}

/* line 43, ../_sass/_components/_button.scss */
.button--secondary {
  background: white;
  color: #3372df;
  border: 1px solid #e6e6e6;
}

/* line 48, ../_sass/_components/_button.scss */
.button--secondary-variation {
  background: white;
  color: #3372df;
  border: 1px solid #e6e6e6;
  border-color: transparent;
}

/**
*
* List
*
* Google Web Fundamentals
*
* R/GA 2014
* @author Pedro Duarte
* @author Antoine Grelard
*
**/
/* line 15, ../_sass/_components/_list.scss */
ul,
ol,
dl {
  list-style: none;
  margin: 0;
  padding-left: 32px;
}
@media only screen and (max-width: 619px) {
  /* line 15, ../_sass/_components/_list.scss */
  ul,
  ol,
  dl {
    padding-left: 0;
  }
}
/* line 25, ../_sass/_components/_list.scss */
ul ul, ul ol,
ol ul,
ol ol,
dl ul,
dl ol {
  padding-left: 0;
}

/* line 31, ../_sass/_components/_list.scss */
li,
dt {
  position: relative;
  padding-left: 16px;
}

/* line 379, ../_sass/_utils.scss */
ul > li:before {
  content: "\e001";
  font-family: "icons";
  font-size: 4px;
  display: block;
  width: 16px;
  text-align: left;
  font-weight: 400;
  line-height: 26px;
  position: absolute;
  top: 0;
  left: 0;
}

/* line 42, ../_sass/_components/_list.scss */
ol {
  counter-reset: list;
}
/* line 45, ../_sass/_components/_list.scss */
ol > li {
  padding-left: 32px;
}
/* line 397, ../_sass/_utils.scss */
ol > li:before {
  counter-increment: list;
  content: "0" counter(list);
  color: inherit;
  font-weight: 400;
  display: inline-block;
  position: absolute;
  left: 0;
}
/* line 53, ../_sass/_components/_list.scss */
ol > li:nth-child(10n) ~ li:before, ol > li:nth-child(10n):before {
  content: counter(list);
}

/* line 65, ../_sass/_components/_list.scss */
ul ol,
ol ul,
ul ul,
ol ol {
  padding-top: 0;
}

/*==========  DEFINITION LIST  ==========*/
/* line 72, ../_sass/_components/_list.scss */
dt {
  font-family: "Raleway", Helvetica, sans-serif;
  font-weight: 400;
}
/* line 379, ../_sass/_utils.scss */
dt:before {
  content: "\e00e";
  font-family: "icons";
  font-size: 13px;
  display: block;
  width: 16px;
  text-align: left;
  font-weight: 400;
  line-height: 26px;
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (min-width: 620px) {
  /* line 72, ../_sass/_components/_list.scss */
  dt {
    font-weight: 400;
  }
}

/* line 83, ../_sass/_components/_list.scss */
dd {
  margin-left: 0;
  margin-bottom: 26px;
}

/*==========  LIST LINKS  ==========*/
/* line 93, ../_sass/_components/_list.scss */
ul.list-links li:before {
  display: none;
}
/* line 97, ../_sass/_components/_list.scss */
ul.list-links a {
  font-weight: 400;
}
/* line 379, ../_sass/_utils.scss */
ul.list-links a:before {
  content: "\e001";
  font-family: "icons";
  font-size: 4px;
  display: block;
  width: 16px;
  text-align: left;
  font-weight: 400;
  line-height: 26px;
  position: absolute;
  top: 0;
  left: 0;
}
/* line 100, ../_sass/_components/_list.scss */
ul.list-links a:before {
  font-size: 4px;
}
/* line 107, ../_sass/_components/_list.scss */
ul.list-links.list-links--primary {
  letter-spacing: 1px;
}
/* line 110, ../_sass/_components/_list.scss */
ul.list-links.list-links--primary a {
  font-weight: 400;
  font-family: "Montserrat", Helvetica, sans-serif;
  line-height: 1;
  text-decoration: none;
}
/* line 379, ../_sass/_utils.scss */
ul.list-links.list-links--primary a:before {
  content: "\e005";
  font-family: "icons";
  font-size: 13px;
  display: block;
  width: 16px;
  text-align: left;
  font-weight: 400;
  line-height: 26px;
  position: absolute;
  top: 0;
  left: 0;
}

/* line 122, ../_sass/_components/_list.scss */
ol.list-links li:before {
  display: none;
}
/* line 126, ../_sass/_components/_list.scss */
ol.list-links li a {
  display: inline-block;
  font-weight: 300;
}
/* line 397, ../_sass/_utils.scss */
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 136, ../_sass/_components/_list.scss */
ol.list-links li:nth-child(10n) ~ li a:before, ol.list-links li:nth-child(10n) a:before {
  content: counter(list);
}
/* line 142, ../_sass/_components/_list.scss */
/*ol.list-links.list-links--secondary a:before {
  display: none;
}

/* line 148, ../_sass/_components/_list.scss */
/*.list-links--secondary {
  content: "\e005";
  font-size: 16px;
  line-height: 1.6250em;
  /* 26px */
/*  padding-top: 1.6250em;
  padding-bottom: 0;
  letter-spacing: 0;
  padding-left: 0;
}
/* line 152, ../_sass/_components/_list.scss */
/*.list-links--secondary li {
  padding-left: 0;
}

/*==========  ANCHOR LIST  ==========*/
/* line 159, ../_sass/_components/_list.scss */
.list-anchor {
  padding-left: 0;
}
/* line 162, ../_sass/_components/_list.scss */
.list-anchor li {
  font-size: 16px;
  line-height: 1.6250em;
  /* 26px */
  padding-top: 1.6250em;
  padding-bottom: 0;
  letter-spacing: 0;
  padding-top: 0;
  padding-left: 0;
}
/* line 167, ../_sass/_components/_list.scss */
.list-anchor li:before {
  display: none;
}
/* line 173, ../_sass/_components/_list.scss */
.list-anchor a {
  display: inline-block;
  padding-left: 16px;
}
/* line 379, ../_sass/_utils.scss */
.list-anchor a:before {
  content: "\e001";
  font-family: "icons";
  font-size: 4px;
  display: block;
  width: 16px;
  text-align: left;
  font-weight: 400;
  line-height: 26px;
  position: absolute;
  top: 0;
  left: 0;
}
/* line 178, ../_sass/_components/_list.scss */
.list-anchor a:before {
  font-size: 4px;
}

/*==========  SMALL LIST  ==========*/
@media only screen and (min-width: 620px) {
  /* line 188, ../_sass/_components/_list.scss */
  .list-small li {
    font-size: 13px;
    line-height: 2.0000em;
    /* 26px */
    padding-top: 2.0000em;
    padding-bottom: 0;
    letter-spacing: 0;
    padding-top: 0;
  }
}

/*==========  CENTERED LIST  ==========*/
/* line 198, ../_sass/_components/_list.scss */
.list-centered {
  text-align: center;
  padding-left: 0;
}

/*==========  FEATURED LIST  ==========*/
/* line 205, ../_sass/_components/_list.scss */
.featured-list {
  padding-top: 52px;
  padding-left: 0;
}

/* line 210, ../_sass/_components/_list.scss */
.featured-list__item {
  padding: 26px 0;
}
/* line 213, ../_sass/_components/_list.scss */
.featured-list__item h3 {
  padding-top: 0;
}
/* line 217, ../_sass/_components/_list.scss */
.featured-list__item p {
  margin-bottom: 26px;
}

/* line 222, ../_sass/_components/_list.scss */
.featured-list__img-wrapper {
  position: relative;
  padding-top: 26px;
}
@media only screen and (min-width: 620px) {
  /* line 222, ../_sass/_components/_list.scss */
  .featured-list__img-wrapper {
    padding-top: 0;
    margin: 0;
  }
}
/* line 231, ../_sass/_components/_list.scss */
.featured-list__img-wrapper img {
  margin: 0;
}

/* line 238, ../_sass/_components/_list.scss */
.featured-list__img img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
@media only screen and (min-width: 620px) {
  /* line 238, ../_sass/_components/_list.scss */
  .featured-list__img img {
    margin: 0;
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    left: 0;
  }
}

/*==========  RELATED ITEMS LIST  ==========*/
/* line 255, ../_sass/_components/_list.scss */
.related-items-list {
  font-family: "Montserrat", Helvetica, sans-serif;
  padding-top: 0;
  padding-left: 0;
}
@media only screen and (min-width: 620px) {
  /* line 255, ../_sass/_components/_list.scss */
  .related-items-list {
    padding-top: 26px;
  }
}
@media only screen and (min-width: 800px) {
  /* line 255, ../_sass/_components/_list.scss */
  .related-items-list {
    padding-top: 0;
  }
}
/* line 268, ../_sass/_components/_list.scss */
.related-items-list li {
  padding-top: 26px;
  padding-bottom: 25px;
  border-bottom: 1px solid #e0e0e0;
  overflow: hidden;
}
/* line 274, ../_sass/_components/_list.scss */
.related-items-list li:last-child {
  border-color: transparent;
}
@media only screen and (min-width: 800px) {
  /* line 279, ../_sass/_components/_list.scss */
  .related-items-list li:nth-child(3n + 4) {
    margin-left: 25.9%;
  }
}
@media only screen and (min-width: 620px) {
  /* line 268, ../_sass/_components/_list.scss */
  .related-items-list li {
    padding-top: 0;
    margin-bottom: 0;
    border-color: transparent;
  }
}
/* line 292, ../_sass/_components/_list.scss */
.related-items-list p {
  padding-top: 0;
  color: #3372df;
}
/* line 297, ../_sass/_components/_list.scss */
.related-items-list a {
  display: block;
}
@media only screen and (max-width: 619px) {
  /* line 297, ../_sass/_components/_list.scss */
  .related-items-list a {
    overflow: hidden;
  }
}
@media only screen and (max-width: 619px) {
  /* line 305, ../_sass/_components/_list.scss */
  .related-items-list img {
    width: 50%;
    float: left;
    margin-right: 13px;
  }
}
@media only screen and (min-width: 620px) {
  /* line 305, ../_sass/_components/_list.scss */
  .related-items-list img {
    margin-bottom: 15px;
  }
}
/* line 317, ../_sass/_components/_list.scss */
.related-items-list .tag {
  padding-top: 0;
  display: block;
  max-width: 0;
  white-space: nowrap;
}

/* line 326, ../_sass/_components/_list.scss */
.related-items-list--inline li {
  padding-top: 26px;
  border: none;
  padding-bottom: 0;
}
@media only screen and (min-width: 620px) {
  /* line 332, ../_sass/_components/_list.scss */
  .related-items-list--inline a {
    display: inline-block;
  }
}

/*==========  LIST RESET  ==========*/
/* line 341, ../_sass/_components/_list.scss */
.list-reset {
  padding-left: 0;
}
/* line 349, ../_sass/_components/_list.scss */
.list-reset.list-links a:before, .list-reset li:before {
  display: none !important;
}

/*==========  LESSONS  ==========*/
/* line 356, ../_sass/_components/_list.scss */
.list-lessons {
  padding-left: 0;
}
/* line 359, ../_sass/_components/_list.scss */
.list-lessons a {
  color: #ffffff;
}
/* line 365, ../_sass/_components/_list.scss */
.list-lessons .current,
.list-lessons .current a {
  text-decoration: none;
  cursor: default;
}
/* line 370, ../_sass/_components/_list.scss */
.list-lessons .current .icon {
  font-size: 10px;
  display: inline-block;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 100%;
  width: 26px;
  line-height: 26px;
  text-align: center;
  margin-left: 7px;
}

/*==========  LESSONS  ==========*/
/* line 385, ../_sass/_components/_list.scss */
.list-guides {
  padding-left: 0;
}
/* line 388, ../_sass/_components/_list.scss */
.list-guides a {
  color: #ffffff;
}
/* line 394, ../_sass/_components/_list.scss */
.list-guides .current,
.list-guides .current a {
  text-decoration: none;
  cursor: default;
}
/* line 399, ../_sass/_components/_list.scss */
.list-guides .current .icon {
  font-size: 10px;
  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 416, ../_sass/_components/_list.scss */
.list-guides-intro {
  margin-bottom: 51px;
  padding-top: 52px;
}
/* line 420, ../_sass/_components/_list.scss */
.list-guides-intro li {
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 51px;
  margin-bottom: 52px;
}
@media only screen and (min-width: 620px) {
  /* line 420, ../_sass/_components/_list.scss */
  .list-guides-intro li {
    border-color: transparent;
    padding-bottom: 0;
  }
}
/* line 430, ../_sass/_components/_list.scss */
.list-guides-intro li:last-child {
  border-bottom: transparent;
  margin-bottom: 0;
}
/* line 436, ../_sass/_components/_list.scss */
.list-guides-intro h3 {
  margin-bottom: 26px;
  color: inherit;
}
@media only screen and (min-width: 620px) {
  /* line 436, ../_sass/_components/_list.scss */
  .list-guides-intro h3 {
    color: inherit;
  }
}

/*==========  ARTICLE LIST  ==========*/
/* line 443, ../_sass/_components/_list.scss */
.articles-list {
  padding: 51px 0 53px;
}
/* line 448, ../_sass/_components/_list.scss */
.articles-list .divider:last-child {
  display: none;
}

/* line 456, ../_sass/_components/_list.scss */
.articles-list__item {
  padding-left: 0;
  margin-bottom: 52px;
  position: relative;
}
/* line 461, ../_sass/_components/_list.scss */
.articles-list__item:before {
  display: none;
}
/* line 465, ../_sass/_components/_list.scss */
.articles-list__item a {
  display: block;
  text-decoration: none !important;
  padding-bottom: 0px;
}
/* line 470, ../_sass/_components/_list.scss */
.articles-list__item a h3 {
  display: inline;
}
@media only screen and (min-width: 620px) {
  /* line 470, ../_sass/_components/_list.scss */
  .articles-list__item a h3 {
    border-bottom: none;
  }
}
/* line 477, ../_sass/_components/_list.scss */
.no-touch .articles-list__item a:hover h3 {
  text-decoration: underline;
}
@media only screen and (min-width: 620px) {
  /* line 477, ../_sass/_components/_list.scss */
  .no-touch .articles-list__item a:hover h3 {
    border-bottom: 1px solid;
  }
}
/* line 487, ../_sass/_components/_list.scss */
.articles-list__item h3 {
  color: #3372df;
}
/* line 492, ../_sass/_components/_list.scss */
.articles-list__item p {
  margin-top: 26px;
}

/*==========  GUIDES LIST  ==========*/
/* line 499, ../_sass/_components/_list.scss */
.guides-list {
  overflow: hidden;
}
@media only screen and (min-width: 620px) {
  /* line 499, ../_sass/_components/_list.scss */
  .guides-list {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 52px;
  }
  @supports not (flex-wrap: wrap) {
    /* line 499, ../_sass/_components/_list.scss */
    .guides-list {
      display: block;
    }
}
}

/* line 513, ../_sass/_components/_list.scss */
.guides-list__item {
  padding: 0;
  background: #ffffff;
  margin-top: 26px;
  margin-bottom: 0;
}
@media only screen and (min-width: 620px) {
  /* line 513, ../_sass/_components/_list.scss */
  .guides-list__item {
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  @supports not (flex-wrap: wrap) {
    /* line 513, ../_sass/_components/_list.scss */
    .guides-list__item {
      display: block;
    }
}
}
/* line 528, ../_sass/_components/_list.scss */
.guides-list__item h3 {
  margin: 0 32px;
}
@media only screen and (min-width: 620px) {
  /* line 532, ../_sass/_components/_list.scss */
  .guides-list__item h3 a {
    text-decoration: none;
    border-bottom: none;
    padding-bottom: 1px;
  }
  /* line 537, ../_sass/_components/_list.scss */
  .guides-list__item h3 a:hover {
    border-bottom: 1px solid;
  }
}
/* line 545, ../_sass/_components/_list.scss */
.guides-list__item p {
  margin: 26px 32px 0;
}
@media only screen and (min-width: 620px) {
  /* line 549, ../_sass/_components/_list.scss */
  .guides-list__item .primary-content {
    flex: 1 1 auto;
    -webkit-flex: 1;
    min-height: 300px;
    max-height: 300px;
  }
}
/* line 558, ../_sass/_components/_list.scss */
.guides-list__item .secondary-content {
  position: relative;
  margin-top: 26px;
  border-top: 1px solid #e0e0e0;
  flex: 1 1 auto;
}
@media only screen and (min-width: 620px) {
  /* line 558, ../_sass/_components/_list.scss */
  .guides-list__item .secondary-content {
    width: 100%;
  }
}
/* line 568, ../_sass/_components/_list.scss */
.guides-list__item .secondary-content .icon-circle {
  position: absolute;
  top: -28px;
  left: 50%;
  margin-left: -21px;
  border: 2px solid #ffffff;
}
/* line 575, ../_sass/_components/_list.scss */
.guides-list__item .secondary-content .icon-circle i {
  font-size: 23px;
}
/* line 581, ../_sass/_components/_list.scss */
.guides-list__item ol {
  margin: 26px 32px 0;
  padding: 52px 0px;
  margin-top: 0;
  text-align: left;
  flex: 1;
}
/* line 588, ../_sass/_components/_list.scss */
.guides-list__item ol li {
  list-style: none;
  padding-left: 32px;
}
/* line 592, ../_sass/_components/_list.scss */
.guides-list__item ol li:before {
  counter-increment: list;
  content: "0" counter(list);
  color: inherit;
  font-weight: 400;
  display: inline-block;
  position: absolute;
  left: 0;
}
/* line 602, ../_sass/_components/_list.scss */
.guides-list__item ol li a {
  vertical-align: top;
}
/* line 608, ../_sass/_components/_list.scss */
.guides-list__item:before {
  display: none;
}

/*==========  recommended LIST  ==========*/
/* line 615, ../_sass/_components/_list.scss */
.recommended-list {
  padding: 0;
}
/* line 618, ../_sass/_components/_list.scss */
.recommended-list .recommended-list__item {
  margin-top: 26px;
  padding-left: 0;
}
@media only screen and (max-width: 619px) {
  /* line 618, ../_sass/_components/_list.scss */
  .recommended-list .recommended-list__item {
    margin: 0 5%;
  }
}
@media only screen and (min-width: 620px) {
  /* line 618, ../_sass/_components/_list.scss */
  .recommended-list .recommended-list__item {
    display: -webkit-flex;
    display: flex;
  }
  @supports not (flex-wrap: wrap) {
    /* line 618, ../_sass/_components/_list.scss */
    .recommended-list .recommended-list__item {
      display: block;
    }
}
}
/* line 631, ../_sass/_components/_list.scss */
.recommended-list .recommended-list__item .recommanded-list__content {
  background: #ffffff;
  padding: 39px 32px;
}
@media only screen and (max-width: 619px) {
  /* line 631, ../_sass/_components/_list.scss */
  .recommended-list .recommended-list__item .recommanded-list__content {
    border-top: 26px solid #f0f0f0;
    margin-bottom: -26px;
  }
  /* line 640, ../_sass/_components/_list.scss */
  .recommended-list .recommended-list__item .recommanded-list__content:first-child {
    border: none;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 620px) {
  /* line 631, ../_sass/_components/_list.scss */
  .recommended-list .recommended-list__item .recommanded-list__content {
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  @supports not (flex-wrap: wrap) {
    /* line 631, ../_sass/_components/_list.scss */
    .recommended-list .recommended-list__item .recommanded-list__content {
      display: block;
    }
}
}
/* line 652, ../_sass/_components/_list.scss */
.recommended-list .recommended-list__item .recommanded-list__content > h4 {
  padding-top: 0;
  font-family: "Montserrat", Helvetica, sans-serif;
}
/* line 657, ../_sass/_components/_list.scss */
.recommended-list .recommended-list__item .recommanded-list__content p {
  padding-bottom: 26px;
}
/* line 661, ../_sass/_components/_list.scss */
.recommended-list .recommended-list__item .recommanded-list__content .cta--primary {
  margin-top: auto;
}
/* line 667, ../_sass/_components/_list.scss */
.recommended-list .recommended-list__item:first-child {
  margin-top: 0;
}
/* line 671, ../_sass/_components/_list.scss */
.recommended-list .recommended-list__item .icon-circle {
  display: none;
}
@media only screen and (min-width: 620px) {
  /* line 671, ../_sass/_components/_list.scss */
  .recommended-list .recommended-list__item .icon-circle {
    display: inline-block;
    padding: 13px;
    vertical-align: top;
    margin: 0;
  }
}
/* line 682, ../_sass/_components/_list.scss */
.recommended-list .recommended-list__item .icon {
  font-size: 16px;
}

/**
*
* Link
*
* Google Web Fundamentals
*
* R/GA 2014
* @author Pedro Duarte
* @author Antoine Grelard
*
**/
/* line 13, ../_sass/_components/_link.scss */
a {
  color: #3d71e8;
  text-decoration: none;
}

/* line 18, ../_sass/_components/_link.scss */
a:hover {
  text-decoration: underline;
}

/* line 22, ../_sass/_components/_link.scss */
.cta--primary {
  font-family: "Montserrat", Helvetica, sans-serif;
  color: #3e2360;
  font-weight: 700;
  display: inline-block;
  line-height: 1;
  letter-spacing: 1px;
  text-decoration: none;
}
/* line 425, ../_sass/_utils.scss */
.cta--primary:hover {
  color: #404040;
}
/* line 431, ../_sass/_utils.scss */
.cta--primary:before {
  display: inline-block;
  padding-right: 10px;
  font-family: "icons";
  line-height: 25px;
  font-size: 13px;
  content: "\e005";
}

/* line 26, ../_sass/_components/_link.scss */
.cta--secondary {
  font-family: "Montserrat", Helvetica, sans-serif;
  color: #3372df;
  font-weight: 400;
  display: inline-block;
  line-height: 1;
  letter-spacing: 1px;
}
/* line 425, ../_sass/_utils.scss */
.cta--secondary:hover {
  color: #404040;
}

/**
*
* Table
*
* Google Web Fundamentals
*
* R/GA 2014
* @author Pedro Duarte
* @author Antoine Grelard
*
**/
/* line 13, ../_sass/_components/_table.scss */
table {
  margin-top: 26px;
  width: 100%;
}
/* line 17, ../_sass/_components/_table.scss */
table thead {
  background: #4285f4;
  color: #ffffff;
}
/* line 22, ../_sass/_components/_table.scss */
table th {
  text-align: center;
  display: none;
  font-family: "Montserrat", Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.6250em;
  /* 26px */
  padding-top: 1.6250em;
  padding-bottom: 0;
  letter-spacing: 0;
  color: inherit;
}
@media only screen and (min-width: 800px) {
  /* line 22, ../_sass/_components/_table.scss */
  table th {
    color: #404040;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.3000em;
    /* 26px */
    padding-top: 1.3000em;
    padding-bottom: 0;
    letter-spacing: -0.3px;
  }
}
@media only screen and (min-width: 620px) {
  /* line 22, ../_sass/_components/_table.scss */
  table th {
    color: inherit;
  }
}
@media only screen and (min-width: 620px) {
  /* line 30, ../_sass/_components/_table.scss */
  table tr {
    border-bottom: 1px solid #ffffff;
  }
}
/* line 36, ../_sass/_components/_table.scss */
table tbody {
  background: #f0f0f0;
}
/* line 40, ../_sass/_components/_table.scss */
table td {
  display: block;
  padding-top: 13px;
  padding-bottom: 13px;
  min-height: 78px;
}
/* line 49, ../_sass/_components/_table.scss */
table td:before {
  content: attr(data-th) " :";
  display: none;
  color: #ffffff;
  background: #4285f4;
  border-right: 2px solid #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100px;
  max-height: 100%;
  font-family: "Montserrat", Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  padding-left: 13px;
  padding-top: 13px;
}
@media only screen and (min-width: 620px) {
  /* line 49, ../_sass/_components/_table.scss */
  table td:before {
    display: none;
  }
}
/* line 74, ../_sass/_components/_table.scss */
table th, table td {
  position: relative;
  padding-left: 140px;
}
@media only screen and (max-width: 619px) {
  /* line 74, ../_sass/_components/_table.scss */
  table th, table td {
    padding-right: 5px;
  }
}
@media only screen and (min-width: 620px) {
  /* line 74, ../_sass/_components/_table.scss */
  table th, table td {
    display: table-cell;
  }
}
@media only screen and (min-width: 620px) {
  /* line 88, ../_sass/_components/_table.scss */
  table th {
    padding: 26px;
    padding-top: 13px;
    padding-bottom: 12px;
  }
}
@media only screen and (min-width: 620px) {
  /* line 96, ../_sass/_components/_table.scss */
  table td {
    padding: 26px;
    padding-bottom: 25px;
  }
}

/* line 104, ../_sass/_components/_table.scss */
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) {
  /* line 104, ../_sass/_components/_table.scss */
  td:last-child:after {
    display: none;
  }
}

/* line 119, ../_sass/_components/_table.scss */
.table-2 col {
  width: 344px;
}
@media only screen and (min-width: 800px) {
  /* line 119, ../_sass/_components/_table.scss */
  .table-2 col {
    width: 432px;
  }
}
@media only screen and (min-width: 620px) {
  /* line 129, ../_sass/_components/_table.scss */
  .table-2 th:first-child, .table-2 td:first-child {
    border-right: 2px solid #ffffff;
  }
}

/* line 137, ../_sass/_components/_table.scss */
.table-3 col {
  width: 229.33333px;
}
@media only screen and (min-width: 800px) {
  /* line 137, ../_sass/_components/_table.scss */
  .table-3 col {
    width: 288px;
  }
}
@media only screen and (min-width: 620px) {
  /* line 147, ../_sass/_components/_table.scss */
  .table-3 th:nth-child(2), .table-3 td:nth-child(2) {
    border-left: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
  }
}

/* line 156, ../_sass/_components/_table.scss */
.table-4 col {
  width: 172px;
}
@media only screen and (min-width: 800px) {
  /* line 156, ../_sass/_components/_table.scss */
  .table-4 col {
    width: 216px;
  }
}
@media only screen and (min-width: 620px) {
  /* line 167, ../_sass/_components/_table.scss */
  .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
*
* Google Web Fundamentals
*
* R/GA 2014
* @author Pedro Duarte
* @author Antoine Grelard
*
**/
/* line 14, ../_sass/_components/_media.scss */
.media {
  overflow: hidden;
}

/* line 20, ../_sass/_components/_media.scss */
img,
video,
object {
  width: 100%;
  display: block;
  margin-top: 26px;
  margin-bottom: 26px;
}
@media only screen and (min-width: 620px) {
  /* line 20, ../_sass/_components/_media.scss */
  img,
  video,
  object {
    width: auto;
    max-width: 100%;
  }
}

/* line 37, ../_sass/_components/_media.scss */
figure + p,
img + p,
.media--video + p {
  padding-top: 0;
}
/* line 43, ../_sass/_components/_media.scss */
.content figure + h3, .content
img + h3, .content
.media--video + h3 {
  margin-top: 0;
  padding-top: 0;
}

/* line 49, ../_sass/_components/_media.scss */
figure {
  display: block;
  margin-left: -16px;
  margin-right: -16px;
}
@media only screen and (min-width: 620px) {
  /* line 49, ../_sass/_components/_media.scss */
  figure {
    display: inline-block;
    margin-left: 0;
    margin-right: 0;
  }
}
/* line 62, ../_sass/_components/_media.scss */
figure.contained {
  margin-left: 0;
  margin-right: 0;
}

/* line 69, ../_sass/_components/_media.scss */
figcaption {
  color: #404040;
  font-family: "Montserrat", Helvetica, sans-serif;
  font-weight: 400;
  letter-spacing: 0.5px;
  border-top: 1px solid #e0e0e0;
  margin-bottom: 51px;
  padding-left: 5%;
  padding-right: 5%;
  width: 100%;
  clear: both;
}
@media only screen and (min-width: 620px) {
  /* line 69, ../_sass/_components/_media.scss */
  figcaption {
    padding-left: 0;
    padding-right: 0;
  }
}

/* line 88, ../_sass/_components/_media.scss */
.media--video {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-top: 63.1%;
  margin-top: 26px;
  margin-bottom: 26px;
  margin-left: -16px;
  margin-right: -16px;
}
@media only screen and (min-width: 620px) {
  /* line 88, ../_sass/_components/_media.scss */
  .media--video {
    padding-top: 54.2%;
    margin-left: 0;
    margin-right: 0;
  }
}
/* line 106, ../_sass/_components/_media.scss */
.media--video > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 118, ../_sass/_components/_media.scss */
.media-subsection {
  padding-top: 26px;
}

/* line 125, ../_sass/_components/_media.scss */
.fluid, .fluid img {
  min-width: 100%;
  width: 100%;
}

/**
*
* Breadcrumb
*
* Google Web Fundamentals
*
* R/GA 2014
* @author Pedro Duarte
* @author Antoine Grelard
*
**/
/* line 13, ../_sass/_components/_breadcrumb.scss */
.breadcrumbs {
  display: none;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 620px) {
  /* line 13, ../_sass/_components/_breadcrumb.scss */
  .breadcrumbs {
    display: block;
  }
}

/* line 23, ../_sass/_components/_breadcrumb.scss */
.breadcrumbs p {
	font-family: "Montserrat", Helvetica, sans-serif;	
  font-size: 13px;
  line-height: 2.0000em;
  /* 26px */
  padding-top: 2.0000em;
  padding-bottom: 0;
  letter-spacing: 0;
  padding-top: 26px;
}

/* line 28, ../_sass/_components/_breadcrumb.scss */
.breadcrumbs__link {
  font-size: 13px;
  line-height: 2.0000em;
  /* 26px */
  padding-top: 2.0000em;
  padding-bottom: 0;
  letter-spacing: 0;
  color: black;
  font-weight: 400;
  padding-top: 0;
}
@media only screen and (min-width: 620px) {
  /* line 28, ../_sass/_components/_breadcrumb.scss */
  .breadcrumbs__link {
    padding-top: 0;
  }
}

/**
*
* subsection__title
*
* Google Web Fundamentals
*
* R/GA 2014
* @author Pedro Duarte
* @author Antoine Grelard
*
**/
/* line 13, ../_sass/_components/_subsection-title.scss */
.subsection-title {
  color: #404040;
  margin-top: 52px;
}

/* line 18, ../_sass/_components/_subsection-title.scss */
.subsection-number {
  font-size: 16px;
  line-height: 1.6250em;
  /* 26px */
  padding-top: 1.6250em;
  padding-bottom: 0;
  letter-spacing: 0;
  padding-top: 0;
  display: block;
}

/**
*
* Icon Circle
*
* Google Web Fundamentals
*
* R/GA 2014
* @author Pedro Duarte
* @author Antoine Grelard
*
**/
/* line 14, ../_sass/_components/_icon-circle.scss */
.icon-circle,
.icon-circle--large {
  height: 0;
  width: 0;
  background: #737373;
  display: block;
  position: relative;
  border-radius: 100%;
  font-size: 0;
  padding: 22px;
  margin: 4px auto;
}
/* line 26, ../_sass/_components/_icon-circle.scss */
.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 37, ../_sass/_components/_icon-circle.scss */
.icon-circle span,
.icon-circle--large span {
  font-family: "Montserrat", Helvetica, sans-serif;
  font-size: 26px;
  font-weight: 700;
}
@media only screen and (min-width: 620px) {
  /* line 37, ../_sass/_components/_icon-circle.scss */
  .icon-circle span,
  .icon-circle--large span {
    font-size: 26px;
  }
}

/* line 48, ../_sass/_components/_icon-circle.scss */
.icon-circle--large {
  margin-top: 0;
  margin-bottom: 0;
  padding: 26px;
  position: relative;
}
/* line 54, ../_sass/_components/_icon-circle.scss */
.icon-circle--large i {
  font-size: 26px;
}
@media only screen and (min-width: 620px) {
  /* line 54, ../_sass/_components/_icon-circle.scss */
  .icon-circle--large i {
    font-size: 42px;
  }
}
@media only screen and (min-width: 620px) {
  /* line 62, ../_sass/_components/_icon-circle.scss */
  .icon-circle--large span {
    font-size: 42px;
  }
}
@media only screen and (min-width: 620px) {
  /* line 48, ../_sass/_components/_icon-circle.scss */
  .icon-circle--large {
    padding: 37px;
    border: 2px solid #ffffff;
  }
  /* line 72, ../_sass/_components/_icon-circle.scss */
  a .icon-circle--large {
    padding: 38px;
    box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.42);
    border: 1px solid;
    -webkit-transition: all 100ms linear;
    -webkit-transform: translateZ(0);
  }
  /* line 83, ../_sass/_components/_icon-circle.scss */
  .no-touch a:hover .icon-circle--large {
    box-shadow: inset 0px 0px 0px 1px #ffffff;
    -webkit-transform: scale(1.1);
  }
}

/* line 91, ../_sass/_components/_icon-circle.scss */
.icon-circle--nav {
  height: 0;
  width: 0;
  background: #737373;
  display: block;
  position: relative;
  border-radius: 100%;
  font-size: 0;
  padding: 13px;
  margin: 0 auto;
}
@media only screen and (min-width: 620px) {
  /* line 91, ../_sass/_components/_icon-circle.scss */
  .icon-circle--nav {
    padding: 22px;
    margin-top: 4px;
    margin-bottom: 4px;
  }
}
/* line 108, ../_sass/_components/_icon-circle.scss */
.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) {
  /* line 108, ../_sass/_components/_icon-circle.scss */
  .icon-circle--nav i {
    font-size: 26px;
  }
}

/**
*
* Themed styles
*
* Google Web Fundamentals
*
* R/GA 2014
* @author Pedro Duarte
* @author Antoine Grelard
*
**/
/* line 15, ../_sass/_themed.scss */
.theme--multi-device-layouts .themed {
  color: #297ea9;
}
/* line 18, ../_sass/_themed.scss */
.theme--multi-device-layouts .themed.divider-icon:before {
  color: #297ea9;
}
/* line 22, ../_sass/_themed.scss */
.theme--multi-device-layouts .themed.divider-icon:after {
  color: #89c4e2;
}
/* line 27, ../_sass/_themed.scss */
.theme--device-access .themed {
  color: #29a8a8;
}
/* line 30, ../_sass/_themed.scss */
.theme--device-access .themed.divider-icon:before {
  color: #29a8a8;
}
/* line 34, ../_sass/_themed.scss */
.theme--device-access .themed.divider-icon:after {
  color: #89c4e2;
}
/* line 39, ../_sass/_themed.scss */
.theme--introduction-to-media .themed {
  color: #cf423a;
}
/* line 42, ../_sass/_themed.scss */
.theme--introduction-to-media .themed.divider-icon:before {
  color: #cf423a;
}
/* line 46, ../_sass/_themed.scss */
.theme--introduction-to-media .themed.divider-icon:after {
  color: #edb8b5;
}
/* line 51, ../_sass/_themed.scss */
.theme--monetization .themed {
  color: #cf423a;
}
/* line 54, ../_sass/_themed.scss */
.theme--monetization .themed.divider-icon:before {
  color: #cf423a;
}
/* line 58, ../_sass/_themed.scss */
.theme--monetization .themed.divider-icon:after {
  color: #edb8b5;
}
/* line 63, ../_sass/_themed.scss */
.theme--tools .themed {
  color: #cf3a8c;
}
/* line 66, ../_sass/_themed.scss */
.theme--tools .themed.divider-icon:before {
  color: #cf3a8c;
}
/* line 70, ../_sass/_themed.scss */
.theme--tools .themed.divider-icon:after {
  color: #edb5d4;
}
/* line 75, ../_sass/_themed.scss */
.theme--user-input .themed {
  color: #2c8566;
}
/* line 78, ../_sass/_themed.scss */
.theme--user-input .themed.divider-icon:before {
  color: #2c8566;
}
/* line 82, ../_sass/_themed.scss */
.theme--user-input .themed.divider-icon:after {
  color: #78d2b3;
}
/* line 87, ../_sass/_themed.scss */
.theme--performance .themed {
  color: #7b5294;
}
/* line 90, ../_sass/_themed.scss */
.theme--performance .themed.divider-icon:before {
  color: #7b5294;
}
/* line 94, ../_sass/_themed.scss */
.theme--performance .themed.divider-icon:after {
  color: #c4add2;
}

/* line 104, ../_sass/_themed.scss */
.theme--multi-device-layouts .themed--background, .theme--multi-device-layouts .themed--background.next-lessons:before {
  background-color: #297ea9;
}
/* line 107, ../_sass/_themed.scss */
.theme--device-access .themed--background, .theme--device-access .themed--background.next-lessons:before {
  background-color: #29a8a8;
}
/* line 110, ../_sass/_themed.scss */
.theme--introduction-to-media .themed--background, .theme--introduction-to-media .themed--background.next-lessons:before {
  background-color: #cf423a;
}
/* line 113, ../_sass/_themed.scss */
.theme--monetization .themed--background, .theme--monetization .themed--background.next-lessons:before {
  background-color: #cf423a;
}
/* line 116, ../_sass/_themed.scss */
.theme--user-input .themed--background, .theme--user-input .themed--background.next-lessons:before {
  background-color: #2c8566;
}
/* line 119, ../_sass/_themed.scss */
.theme--tools .themed--background, .theme--tools .themed--background.next-lessons:before {
  background-color: #cf3a8c;
}
/* line 122, ../_sass/_themed.scss */
.theme--performance .themed--background, .theme--performance .themed--background.next-lessons:before {
  background-color: #7b5294;
}

/* line 129, ../_sass/_themed.scss */
.theme--multi-device-layouts .themed--background-secondary, .theme--multi-device-layouts .themed--background-secondary.next-lessons:before {
  background-color: #89c4e2;
}
/* line 132, ../_sass/_themed.scss */
.theme--device-access .themed--background-secondary, .theme--device-access .themed--background-secondary.next-lessons:before {
  background-color: #89c4e2;
}
/* line 135, ../_sass/_themed.scss */
.theme--introduction-to-media .themed--background-secondary, .theme--introduction-to-media .themed--background-secondary.next-lessons:before {
  background-color: #edb8b5;
}
/* line 138, ../_sass/_themed.scss */
.theme--monetization .themed--background-secondary, .theme--monetization .themed--background-secondary.next-lessons:before {
  background-color: #edb8b5;
}
/* line 141, ../_sass/_themed.scss */
.theme--user-input .themed--background-secondary, .theme--user-input .themed--background-secondary.next-lessons:before {
  background-color: #78d2b3;
}
/* line 144, ../_sass/_themed.scss */
.theme--tools .themed--background-secondary, .theme--tools .themed--background-secondary.next-lessons:before {
  background-color: #edb5d4;
}
/* line 147, ../_sass/_themed.scss */
.theme--performance .themed--background-secondary, .theme--performance .themed--background-secondary.next-lessons:before {
  background-color: #c4add2;
}

/* line 153, ../_sass/_themed.scss */
.theme--multi-device-layouts .themed--hover:hover {
  color: #297ea9;
}
/* line 155, ../_sass/_themed.scss */
.theme--device-access .themed--hover:hover {
  color: #29a8a8;
}
/* line 157, ../_sass/_themed.scss */
.theme--introduction-to-media .themed--hover:hover {
  color: #cf423a;
}
/* line 159, ../_sass/_themed.scss */
.theme--monetization .themed--hover:hover {
  color: #cf423a;
}
/* line 161, ../_sass/_themed.scss */
.theme--user-input .themed--hover:hover {
  color: #2c8566;
}
/* line 163, ../_sass/_themed.scss */
.theme--tools .themed--hover:hover {
  color: #cf3a8c;
}
/* line 165, ../_sass/_themed.scss */
.theme--performance .themed--hover:hover {
  color: #7b5294;
}

/* line 171, ../_sass/_themed.scss */
.theme--multi-device-layouts .themed--hover-secondary:hover {
  color: #89c4e2;
}
/* line 173, ../_sass/_themed.scss */
.theme--device-access .themed--hover-secondary:hover {
  color: #89c4e2;
}
/* line 175, ../_sass/_themed.scss */
.theme--introduction-to-media .themed--hover-secondary:hover {
  color: #edb8b5;
}
/* line 177, ../_sass/_themed.scss */
.theme--monetization .themed--hover-secondary:hover {
  color: #edb8b5;
}
/* line 179, ../_sass/_themed.scss */
.theme--tools .themed--hover-secondary:hover {
  color: #edb5d4;
}
/* line 181, ../_sass/_themed.scss */
.theme--user-input .themed--hover-secondary:hover {
  color: #78d2b3;
}
/* line 183, ../_sass/_themed.scss */
.theme--performance .themed--hover-secondary:hover {
  color: #c4add2;
}

/* line 194, ../_sass/_themed.scss */
.article--multi-device-layouts .article-container h1, .article--multi-device-layouts
.article-container h2 {
  color: #297ea9;
}
/* line 196, ../_sass/_themed.scss */
.article--device-access .article-container h1, .article--device-access
.article-container h2 {
  color: #29a8a8;
}
/* line 198, ../_sass/_themed.scss */
.article--introduction-to-media .article-container h1, .article--introduction-to-media
.article-container h2 {
  color: #cf423a;
}
/* line 200, ../_sass/_themed.scss */
.article--monetization .article-container h1, .article--monetization
.article-container h2 {
  color: #cf423a;
}
/* line 202, ../_sass/_themed.scss */
.article--tools .article-container h1, .article--tools
.article-container h2 {
  color: #cf3a8c;
}
/* line 204, ../_sass/_themed.scss */
.article--user-input .article-container h1, .article--user-input
.article-container h2 {
  color: #2c8566;
}
/* line 206, ../_sass/_themed.scss */
.article--performance .article-container h1, .article--performance
.article-container h2 {
  color: #7b5294;
}

/* line 214, ../_sass/_themed.scss */
.nav-theme--multi-device-layouts .themed--hover:hover {
  color: #297ea9;
}
/* line 216, ../_sass/_themed.scss */
.nav-theme--device-access .themed--hover:hover {
  color: #29a8a8;
}
/* line 218, ../_sass/_themed.scss */
.nav-theme--introduction-to-media .themed--hover:hover {
  color: #cf423a;
}
/* line 220, ../_sass/_themed.scss */
.nav-theme--monetization .themed--hover:hover {
  color: #cf423a;
}
/* line 222, ../_sass/_themed.scss */
.nav-theme--tools .themed--hover:hover {
  color: #cf3a8c;
}
/* line 224, ../_sass/_themed.scss */
.nav-theme--user-input .themed--hover:hover {
  color: #2c8566;
}
/* line 226, ../_sass/_themed.scss */
.nav-theme--performance .themed--hover:hover {
  color: #7b5294;
}

/* line 232, ../_sass/_themed.scss */
.nav-theme--multi-device-layouts .themed {
  color: #297ea9;
}
/* line 234, ../_sass/_themed.scss */
.nav-theme--device-access .themed {
  color: #29a8a8;
}
/* line 236, ../_sass/_themed.scss */
.nav-theme--introduction-to-media .themed {
  color: #cf423a;
}
/* line 238, ../_sass/_themed.scss */
.nav-theme--monetization .themed {
  color: #cf423a;
}
/* line 240, ../_sass/_themed.scss */
.nav-theme--tools .themed {
  color: #cf3a8c;
}
/* line 242, ../_sass/_themed.scss */
.nav-theme--user-input .themed {
  color: #2c8566;
}
/* line 244, ../_sass/_themed.scss */
.nav-theme--performance .themed {
  color: #7b5294;
}

/* line 250, ../_sass/_themed.scss */
.nav-theme--multi-device-layouts .themed--background {
  background-color: #297ea9;
}
/* line 252, ../_sass/_themed.scss */
.nav-theme--device-access .themed--background {
  background-color: #29a8a8;
}
/* line 254, ../_sass/_themed.scss */
.nav-theme--introduction-to-media .themed--background {
  background-color: #cf423a;
}
/* line 256, ../_sass/_themed.scss */
.nav-theme--monetization .themed--background {
  background-color: #cf423a;
}
/* line 258, ../_sass/_themed.scss */
.nav-theme--tools .themed--background {
  background-color: #f3eff0;
}
/* line 260, ../_sass/_themed.scss */
.nav-theme--user-input .themed--background {
  background-color: #2c8566;
}
/* line 262, ../_sass/_themed.scss */
.nav-theme--performance .themed--background {
  background-color: #7b5294;
}

/* line 268, ../_sass/_themed.scss */
.nav-theme--multi-device-layouts .themed--background-secondary {
  background-color: #89c4e2;
}
/* line 270, ../_sass/_themed.scss */
.nav-theme--device-access .themed--background-secondary {
  background-color: #89c4e2;
}
/* line 272, ../_sass/_themed.scss */
.nav-theme--introduction-to-media .themed--background-secondary {
  background-color: #edb8b5;
}
/* line 274, ../_sass/_themed.scss */
.nav-theme--monetization .themed--background-secondary {
  background-color: #edb8b5;
}
/* line 276, ../_sass/_themed.scss */
.nav-theme--tools .themed--background-secondary {
  background-color: #edb5d4;
}
/* line 278, ../_sass/_themed.scss */
.nav-theme--user-input .themed--background-secondary {
  background-color: #78d2b3;
}
/* line 280, ../_sass/_themed.scss */
.nav-theme--performance .themed--background-secondary {
  background-color: #c4add2;
}

/**
*
* Styleguide
*
* Google Web Fundamentals
*
* R/GA 2014
* @author Pedro Duarte
* @author Antoine Grelard
*
**/
/* line 15, ../_sass/_pages/_styleguide.scss */
.page--styleguide .styleguide__module-title {
  margin-bottom: 26px;
}
/* line 19, ../_sass/_pages/_styleguide.scss */
.page--styleguide section {
  margin-bottom: 52px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 77px;
  margin-top: 26px;
}
/* line 27, ../_sass/_pages/_styleguide.scss */
.page--styleguide .styleguide__color-list {
  text-align: center;
}
/* line 30, ../_sass/_pages/_styleguide.scss */
.page--styleguide .styleguide__color-list li {
  border-bottom: 52px solid;
  margin-bottom: 26px;
  position: relative;
}
/* line 37, ../_sass/_pages/_styleguide.scss */
.page--styleguide .styleguide__breadcrumb .breadcrumbs {
  display: block;
}
/* line 41, ../_sass/_pages/_styleguide.scss */
.page--styleguide .styleguide__inverted-block {
  background: #e8e8e8;
  padding: 0 13px;
}
/* line 46, ../_sass/_pages/_styleguide.scss */
.page--styleguide .styleguide__theme-block {
  background: #297ea9;
  padding: 0 13px;
}
/* line 51, ../_sass/_pages/_styleguide.scss */
.page--styleguide .styleguide__typography p {
  padding-bottom: 26px;
  padding-top: 0;
}
/* line 56, ../_sass/_pages/_styleguide.scss */
.page--styleguide .styleguide__typography > strong {
  padding-top: 26px;
}
/* line 62, ../_sass/_pages/_styleguide.scss */
.page--styleguide .styleguide__case-study-wrapper .case-study-wrapper {
  margin-top: 0;
}
/* line 68, ../_sass/_pages/_styleguide.scss */
.page--styleguide .container pre {
  margin: 0;
}

/**
*
* Resources page
*
* Google Web Fundamentals
*
* R/GA 2014
* @author Pedro Duarte
* @author Antoine Grelard
*
**/
/* line 16, ../_sass/_pages/_resources.scss */
.page--resources .article-section__icon, .page--resources .articles-count, .page--resources .guides-list__item .secondary-content {
  display: none;
}
/* line 20, ../_sass/_pages/_resources.scss */
.page--resources .primary-content {
  padding-top: 26px;
  padding-bottom: 52px;
}
/* line 24, ../_sass/_pages/_resources.scss */
.page--resources .primary-content p {
  margin-top: 0;
}

/* line 3, ../_sass/_pages/_spotlight.scss */
.spotlight-content ul li:before {
  color: #f4b400;
}

/**
*
* Helper
*
* Google Web Fundamentals
*
* R/GA 2014
* @author Pedro Duarte
* @author Antoine Grelard
*
**/
/* line 16, ../_sass/_helper.scss */
.clear:before, .clear:after {
  content: "";
  display: table;
}
/* line 20, ../_sass/_helper.scss */
.clear:after {
  clear: both;
}

/*==========  COLORS  ==========*/
/* line 28, ../_sass/_helper.scss */
.color--blue {
  color: #4285f4;
}

/* line 29, ../_sass/_helper.scss */
.color--red {
  color: #cb4437;
}

/* line 30, ../_sass/_helper.scss */
.color--green {
  color: #0f9d58;
}

/* line 31, ../_sass/_helper.scss */
.color--yellow {
  color: #f4b400;
}

/* line 32, ../_sass/_helper.scss */
.color--blue-secondary {
  color: #a0c3ff;
}

/* line 33, ../_sass/_helper.scss */
.color--red-secondary {
  color: #ed9d97;
}

/* line 34, ../_sass/_helper.scss */
.color--green-secondary {
  color: #78cfa9;
}

/* line 35, ../_sass/_helper.scss */
.color--yellow-secondary {
  color: #ffe168;
}

/* line 37, ../_sass/_helper.scss */
.color--gray-background {
  color: #f0f0f0;
}

/* line 38, ../_sass/_helper.scss */
.color--gray-keyline {
  color: #e0e0e0;
}

/* line 39, ../_sass/_helper.scss */
.color--gray {
  color: #737373;
}

/* line 40, ../_sass/_helper.scss */
.color--gray-medium {
  color: #bababa;
}

/* line 41, ../_sass/_helper.scss */
.color--gray-dark {
  color: #404040;
}

/* line 43, ../_sass/_helper.scss */
.color--text {
  color: #404040;
}

/* line 44, ../_sass/_helper.scss */
.color--highlight {
  color: #3372df;
}

/* line 45, ../_sass/_helper.scss */
.color--warning {
  color: #ffe168;
}

/* line 46, ../_sass/_helper.scss */
.color--danger {
  color: #cb4437;
}

/* line 47, ../_sass/_helper.scss */
.color--muted {
  color: #737373;
}

/* line 49, ../_sass/_helper.scss */
.color--remember {
  color: #09829a;
}

/* line 50, ../_sass/_helper.scss */
.color--learning {
  color: #da2e75;
}

/* line 52, ../_sass/_helper.scss */
.color--layouts {
  color: #297ea9;
}

/* line 53, ../_sass/_helper.scss */
.color--device {
  color: #29a8a8;
}

/* line 54, ../_sass/_helper.scss */
.color--tools {
  color: #cf3a8c;
}

/* line 55, ../_sass/_helper.scss */
.color--user {
  color: #2c8566;
}

/* line 56, ../_sass/_helper.scss */
.color--media {
  color: #cf423a;
}

/* line 57, ../_sass/_helper.scss */
.color--monetization {
  color: #cf423a;
}

/* line 58, ../_sass/_helper.scss */
.color--performance {
  color: #7b5294;
}

/* line 59, ../_sass/_helper.scss */
.color--tools-secondary {
  color: #edb5d4;
}

/* line 60, ../_sass/_helper.scss */
.color--layouts-secondary {
  color: #89c4e2;
}

/* line 61, ../_sass/_helper.scss */
.color--user-secondary {
  color: #78d2b3;
}

/* line 62, ../_sass/_helper.scss */
.color--media-secondary {
  color: #edb8b5;
}

/* line 63, ../_sass/_helper.scss */
.color--monetization-secondary {
  color: #edb8b5;
}

/* line 64, ../_sass/_helper.scss */
.color--performance-secondary {
  color: #c4add2;
}

/*==========  TEXT DIVIDER  ==========*/
/* line 69, ../_sass/_helper.scss */
.divider {
  width: 80%;
  margin: 26px auto;
  margin-top: 26px;
  margin-bottom: 25px;
  border: 0;
  height: 1px;
  color: #e0e0e0;
  background-color: #e0e0e0;
}
@media only screen and (min-width: 620px) {
  /* line 69, ../_sass/_helper.scss */
  .divider {
    width: 40%;
  }
}
/* line 83, ../_sass/_helper.scss */
.divider.divider--short {
  width: 70%;
}
@media only screen and (min-width: 620px) {
  /* line 83, ../_sass/_helper.scss */
  .divider.divider--short {
    width: 25%;
  }
}
@media only screen and (min-width: 620px) {
  /* line 92, ../_sass/_helper.scss */
  .divider.divider--fluid {
    width: 100%;
  }
}
@media only screen and (min-width: 620px) {
  /* line 100, ../_sass/_helper.scss */
  .divider.divider--spaced {
    margin-top: 52px;
    margin-bottom: 51px;
  }
}
/* line 109, ../_sass/_helper.scss */
.divider span {
  background: #ffffff;
  position: relative;
  margin: 0 auto;
  display: block;
  width: 35px;
  height: 1px;
}
/* line 118, ../_sass/_helper.scss */
.divider span:before, .divider span:after {
  position: absolute;
  font-family: "icons";
  top: -12px;
  color: #4285f4;
}
/* line 125, ../_sass/_helper.scss */
.divider span:before {
  content: "\e004";
  left: 8px;
}
/* line 130, ../_sass/_helper.scss */
.divider span:after {
  color: #a0c3ff;
  content: "\e005";
  right: 6px;
}
/* line 137, ../_sass/_helper.scss */
.divider .divider-icon--secondary {
  width: 23px;
}
/* line 140, ../_sass/_helper.scss */
.divider .divider-icon--secondary:before {
  content: "*";
  font-family: "Montserrat", Helvetica, sans-serif;
  font-size: 42px;
  font-weight: 700;
  color: #e0e0e0;
  top: -9px;
  left: 3px;
}
/* line 150, ../_sass/_helper.scss */
.divider .divider-icon--secondary:after {
  display: none;
}

/* line 159, ../_sass/_helper.scss */
.divider--secondary span {
  background-color: #f0f0f0;
}

/*==========  GENERIC  ==========*/
/* line 165, ../_sass/_helper.scss */
.centered {
  text-align: center;
}

/* line 169, ../_sass/_helper.scss */
.text-highlight {
  font-family: "Montserrat", Helvetica, sans-serif;
}

/*==========  TAG  ==========*/
/* line 175, ../_sass/_helper.scss */
.tag {
  font-size: 13px;
  line-height: 2.0000em;
  /* 26px */
  padding-top: 2.0000em;
  padding-bottom: 0;
  letter-spacing: 0;
  font-family: "Montserrat", Helvetica, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  display: inline-block;
  text-decoration: none;
}
/* line 183, ../_sass/_helper.scss */
.tag:hover {
  color: #404040;
}
/* line 187, ../_sass/_helper.scss */
.tag:before {
  content: "# ";
  display: inline-block;
}

/*==========  INDENTED CONTENT  ==========*/
/* line 195, ../_sass/_helper.scss */
.indented {
  padding-left: 32px;
}
/* line 200, ../_sass/_helper.scss */
.indented ul, .indented ol, .indented dl {
  padding-left: 0;
}

@media only screen and (min-width: 620px) {
  /* line 205, ../_sass/_helper.scss */
  .indented-medium {
    padding-left: 32px;
  }
  /* line 212, ../_sass/_helper.scss */
  .indented-medium ul, .indented-medium ol, .indented-medium dl {
    padding-left: 0;
  }
}
