/*! normalize.css v4.0.0 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */

article,
aside,
details, /* 1 */
figcaption,
figure,
footer,
header,
main, /* 2 */
menu,
nav,
section,
summary { /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */

audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */

template, /* 1 */
[hidden] {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */

a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/* Forms
   ========================================================================== */

/**
 * Change font properties to `inherit` in all browsers (opinionated).
 */

button,
input,
select,
textarea {
  font: inherit;
}

/**
 * Restore the font weight unset by the previous rule.
 */

optgroup {
  font-weight: bold;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 * 2. Show the overflow in Edge, Firefox, and IE.
 */

button,
input, /* 1 */
select { /* 2 */
  overflow: visible;
}

/**
 * Remove the margin in Safari.
 * 1. Remove the margin in Firefox and Safari.
 */

button,
input,
select,
textarea { /* 1 */
  margin: 0;
}

/**
 * Remove the inheritence of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritence of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Change the cursor in all browsers (opinionated).
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
}

/**
 * Restore the default cursor to disabled elements unset by the previous rule.
 */

[disabled] {
  cursor: default;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

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

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the odd appearance of search inputs in Chrome and Safari.
 */

[type="search"] {
  -webkit-appearance: textfield;
}

/**
 * Remove the inner padding and cancel buttons in Chrome on OS X and
 * Safari on OS X.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Espresso Tutti Color (Edit) Theme for Prism.js
 *
 * @author Maximilian Hoffmann maximilianhoffmann.com
 */

/* Colors */

/*
$black = hsl(195, 10%, 35%)
$gray = hsl(195, 20%, 70%)
$green = hsl(118, 33%, 47%)
$red = hsl(3, 69%, 54%)
$blue = hsl(209, 56%, 47%)
$lightBlue = hsl(205, 75%, 72%)
$purple = hsl(268, 30%, 50%)
*/

/* CSS and SCSS */

.language-css .language-css,
.language-scss .language-css,
.language-css .language-scss,
.language-scss .language-scss {
  color: hsl(118, 33%, 47%)
}
.language-css .punctuation,
.language-scss .punctuation {
  color: hsl(195, 10%, 35%)
}
.language-css .property,
.language-scss .property {
  color: hsl(3, 69%, 54%)
}

.language-css .selector,
.language-scss .selector,
.language-css .atrule,
.language-scss .atrule {
  color: hsl(209, 56%, 47%)
}

.language-css .comment,
.language-scss .comment {
  color: hsl(195, 20%, 70%)
}

.language-css .keyword,
.language-scss .keyword {
  color: hsl(268, 30%, 50%)
}

/* HTML */

/* text */
.language-markup .language-markup {
  color: hsl(195, 10%, 35%)
}
.language-markup .doctype,
.language-markup .comment {
  color: hsl(195, 20%, 70%)
}
.language-markup .punctuation,
.language-markup .attr-name {
  color: hsl(205, 75%, 72%)
}
.language-markup .tag {
  color: hsl(209, 56%, 47%)
}
.language-markup .attr-value {
  color: hsl(3, 69%, 54%)
}

/* JAVASCRIPT */

.language-javascript .language-javascript {
  color: hsl(209, 56%, 47%)
}
.language-javascript .punctuation {
  color: hsl(195, 10%, 35%)
}
.language-javascript .comment {
  color: hsl(195, 20%, 70%)
}
.language-javascript .keyword {
  color: hsl(268, 30%, 50%)
}
.language-javascript .operator {
  color: hsl(195, 10%, 35%)
}
.language-javascript .number {
  color: hsl(3, 69%, 54%)
}
.language-javascript .string {
  color: hsl(118, 33%, 47%)
}

/* PHP */

.language-php .language-php {
  color: hsl(209, 56%, 47%)
}
.language-php .punctuation {
  color: hsl(195, 20%, 70%)
}
.language-php .comment {
  color: hsl(195, 20%, 70%)
}
.language-php .keyword,
.language-php .constant {
  color: hsl(195, 10%, 35%)
}
.language-php .operator {
  color: hsl(195, 20%, 70%)
}
.language-php .number {
  color: hsl(268, 30%, 50%)
}
.language-php .function {
  color: hsl(3, 69%, 54%)
}
.language-php .string {
  color: hsl(118, 33%, 47%)
}

/* BASH */

.language-bash .language-bash {
  color: hsl(209, 56%, 47%)
}
.language-bash .punctuation,
.language-bash .operator {
  color: hsl(195, 10%, 35%)
}

/* ELM */

.language-elm .punctuation,
.language-elm .operator,
.language-elm .comment {
  color: hsl(195, 20%, 70%);
}

.language-elm .keyword {
  color: hsl(3, 69%, 54%);
}

.language-elm .constant {
  color: hsl(268, 30%, 50%);
}

.language-elm .hvariable {
  color: hsl(209, 56%, 47%);
}

.language-elm .string {
  color: hsl(118, 33%, 47%);
}

.language-elm .number {
  color: hsl(195, 10%, 35%);
}

*,
*:before,
*:after {
  box-sizing: inherit
}
::-moz-selection {
  color: #111;
  background: #FFFF00;
}
::selection {
  color: #111;
  background: #FFFF00;
}
::-moz-selection {
  color: #111;
  background: #FFFF00;
}
html {
  box-sizing: border-box;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Open Sans", "Helvetica Neue", sans-serif;
  color: #002233;
  min-height: 100vh;
  font-size: 20px;
}
html.regular.medium.bold {
  font-family: DIN, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Open Sans", "Helvetica Neue", sans-serif;
}
body {
  min-height: 100vh;
}
a {
  color: hsl(200, 80%, 52%);
  text-decoration: none;
}
/*
This CSS resource incorporates links to font software which is the valuable copyrighted property of Monotype and/or its suppliers. You may not attempt to copy, install, redistribute, convert, modify or reverse engineer this font software. Please contact Monotype with any questions regarding Web Fonts: http://www.fontshop.com
*/

@font-face{
  font-family: 'DIN';
  src: url('/assets/fonts/5426287/b268c636-7368-44b9-99f4-5fac7992a8f7.woff2') format('woff2'),
    url('/assets/fonts/5426287/6f31d04f-4974-43f9-b68b-b37c3f9495ff.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}

@font-face{
  font-family: 'DIN';
  src: url('/assets/fonts/5426297/4780197f-8417-4697-b834-490f41a5e370.woff2') format('woff2'),
    url('/assets/fonts/5426297/fb6b0114-355b-4b02-b063-46f0eeea6b9a.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}

@font-face{
  font-family: 'DIN';
  src: url('/assets/fonts/5426269/986902c4-3dc3-4e52-8c4b-54439d43c8be.woff2') format('woff2'),
    url('/assets/fonts/5426269/5059fc8c-6e98-40aa-9633-b47c7a3734d6.woff') format('woff');
  font-weight: 600;
  font-style: normal;
}
.smoothing {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.typo {
  color: #597380;
  font-size: 24px;
  line-height: 40px;
}

.typo a {
  color: currentColor;
  background-image: -webkit-linear-gradient(
    top,
    currentColor 50%,
    rgba(0, 0, 0, 0) 50%
  );
  background-image: linear-gradient(
    to bottom,
    currentColor 50%,
    rgba(0, 0, 0, 0) 50%
  );
  background-repeat: repeat-x;
  background-size: 2px 0.1em;
  background-position: 0 1.25em;
}
.typo a:hover {
  background-size: 2px 0.2em;
}

.typo h1,
.typo h2,
.typo h3,
.typo h4,
.typo h5,
.typo h6,
.typo blockquote {
  color: #002233;
}

.typo strong {
  color: #3f5b69;
}

.typo em {
  font-style: normal;
  font-weight: 500;
}

.typo > *:first-child {
  margin-top: 0;
}

.typo > h1 {
  margin-top: 3rem;
  margin-bottom: 0.75rem;
  font-size: 2.625rem;
  line-height: 3rem;
}
.typo > h2 {
  margin-top: 3rem;
  margin-bottom: 0.75rem;
  font-size: 1.625rem;
  line-height: 2rem;
}
.typo > h3 {
  margin-top: 3rem;
  margin-bottom: 0.75rem;
  font-size: 1.25rem;
  line-height: 1.5rem;
}
.typo > h4 {
  margin-top: 2.5rem;
  margin-bottom: 0.5rem;
  line-height: 1.5rem;
}
.typo > h5,
.typo > h6 {
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-size: 0.8125rem;
  line-height: 1rem;
}
.typo > h5 {
  text-transform: uppercase;
}

.typo > p {
  margin-top: 0;
  margin-bottom: 1rem;
}

.typo > blockquote {
  position: relative;
  margin: 2rem 0 2rem;
  font-size: 1.25rem;
  line-height: 2rem;
  font-weight: bold;
}
.typo > blockquote > p {
  margin-bottom: 0;
  margin-top: 0;
  font-size: 1.2rem;
  line-height: 1.7rem;
  font-weight: bold;
  text-align: left;
}
@media (min-width: 30em) {
  .typo > blockquote > p {
    font-size: 1.5rem;
    line-height: 2.25rem;
  }
}
.typo > blockquote > p:before {
  display: none;
  content: "";
}
.typo > blockquote blockquote {
  margin: 0;
}
.typo > blockquote blockquote > p {
  margin-bottom: 2rem;
  font-size: 1rem;
  text-align: right;
  font-weight: normal;
}
.typo > blockquote blockquote:last-child > p {
  margin-bottom: -1rem;
}
.typo > blockquote blockquote > p:before {
  content: "— ";
}
@media (min-width: 30em) {
  .typo > blockquote {
    margin: 4rem 0 4rem;
  }
}
@media (max-width: 38em) {
  .typo > blockquote {
    border-left: 0.5rem solid hsl(200, 20%, 95%);
    padding-left: 1rem;
  }
}
@media (min-width: 38em) {
  .typo > blockquote:before {
    content: "“";
    position: absolute;
    top: 0;
    left: -1.75rem;
    font-size: 3rem;
    color: hsl(200, 20%, 90%);
  }
}
@media (min-width: 70em) {
  .typo > blockquote {
    margin-left: -15%;
    padding-left: 1rem;
    padding-right: 1rem;
    width: 130%;
    text-align: center;
  }
  .typo > blockquote:before {
    left: -0.75rem;
  }
}

.typo > ul,
.typo > ol {
  margin: 0 0 1rem 1.2rem;
  padding: 0;
}
.typo > ul ul,
.typo > ol ol {
  margin: 0;
  padding: 0 0 0 1rem;
}
.typo > ul li,
.typo > ol li {
  line-height: 1.5;
  margin-bottom: 0.5em;
}

.typo > pre {
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding: 2rem;
  margin-left: -1rem;
  margin-right: -1rem;
  font-size: 16px;
  line-height: 1.5;
  word-wrap: normal;
  overflow-y: hidden; /* hide vertical */
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  background-color: hsl(200, 10%, 97%);
  border-radius: 2px;
}
@media (min-width: 30em) {
  .typo > pre {
    font-size: 20px;
  }
}
@media (min-width: 70em) {
  .typo > pre {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
}
.typo > pre > code {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-family: Consolas, Monaco, Courier, monospace;
  -webkit-font-feature-settings: "kern" 0, "liga" 0;
          font-feature-settings: "kern" 0, "liga" 0;
  word-break: inherit;
  word-wrap: normal;
  background-color: inherit;
  direction: ltr;
  text-align: left;
  white-space: pre;
  -moz-tab-size: 2;
    -o-tab-size: 2;
       tab-size: 2;
  -webkit-hyphens: none;
     -moz-hyphens: none;
      -ms-hyphens: none;
          hyphens: none;
}
.typo > pre > code:before,
.typo > pre > code:after {
  display: none;
}

.typo code {
  display: inline-block;
  line-height: 1.7;
  font-family: Consolas, Monaco, Andale Mono, monospace;
  word-wrap: break-word;
  font-size: 85%;
  background-color: hsl(200, 10%, 97%);
  border-radius: 3px;
}
.typo code:before,
.typo code:after {
  letter-spacing: -0.2em;
  content: "\00a0";
}

.typo hr {
  height: 0.2rem;
  border: 0;
  background-color: hsl(200, 15%, 95%);
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.typo figure {
  margin: 2rem -1rem;
}

.typo figcaption {
  text-align: center;
  font-size: 16px;
}

.typo img {
  display: block;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.typo > .video {
  position: relative;
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%;
}
.typo > .video iframe {
  width: calc(100% + 2rem);
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.typo tbody td:first-child {
  color: hsl(200, 22%, 70%);
  padding-right: 1rem;
  line-height: 2rem;
}
.container {
  margin: 0 auto;
  padding-left: 1rem;
  padding-right: 1rem;
  width: 100%;
  max-width: 96rem;
}
.container--small {
  max-width: 44rem;
}
@media (min-width: 30em) {
  .container {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (min-width: 46em) {
  .container {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}

.disqus {
  margin-top: 4rem;
  overflow: hidden;
}
.disqus a {
  color: hsl(200, 65%, 48%);
}
.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 6rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.menu a {
  color: inherit;
  line-height: 26px;
}

.menu-item {
  display: inline-block;
  line-height: 1;
}
@media (max-width: 26em) {
  .menu-item {
    font-size: 16px;
  }
}

.menu-item:hover {
  border-bottom: 2px solid #ADC2CC;
  margin-bottom: -2px;
}

.menu-item--active {
  border-bottom: 2px solid currentColor !important;
  margin-bottom: -2px;
}

.menu-item.menu-item--twitter {
  display: none;
}
@media (min-width: 40em) {
  .menu-item.menu-item--twitter {
    display: inline-block;
    margin-bottom: -3px;
    padding: 4px 12px 7px;
    line-height: 1;
    font-size: 16px;
    font-weight: bold;
    color: #55acee;
    border: 2px solid #55acee;
    border-radius: 999px;
  }
  .menu-item.menu-item--twitter:hover {
    color: white;
    background-color: #55acee;
    margin-bottom: -3px;
  }
}

.menu-twitter-logo {
  display: block;
  fill: #55acee;
  height: 45px;
  width: 45px;
  position: absolute;
  top: 0;
  right: 0;
  padding: 20px 15px 0 0;
}
@media (min-width: 40em) {
  .menu-twitter-logo {
    display: none;
  }
}

.menu-home {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  font-weight: bold;
  font-size: 21px;
  width: 100%;
}
@media (min-width: 60em) {
  .menu-home {
    width: auto;
  }
}

.menu-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 550px;
}
@media (min-width: 60em) {
  .menu-items {
    margin-left: auto;
  }
}
.snippets\/page-title {
  margin-top: 4rem;
  margin-bottom: 2rem;
}
@media (min-width: 30em) {
  .snippets\/page-title {
    margin-bottom: 4rem;
  }
}


.snippets\/page-title\/headline {
  margin: 0;
  line-height: 1;
  font-size: 42px;
}
@media (min-width: 30em) {
  .snippets\/page-title\/headline {
    font-size: 64px;
  }
}
@media (min-width: 60em) {
  .snippets\/page-title\/headline {
    font-size: 96px;
  }
}

.snippets\/page-title\/description {
  margin-top: 1rem;
  line-height: 1.6;
  font-size: 16px;
  color: #ADC2CC;
}
@media (min-width: 30em) {
  .snippets\/page-title\/description {
    font-size: 21px;
  }
}
.snippets\/page-title\/description p {
  margin: 0;
  max-width: 36rem;
}
.snippets\/page-title\/description a {
  font-weight: 500;
}
.snippets\/page-title\/description a:hover {
  text-decoration: underline;
}
.snippets\/video {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.snippets\/video\/media {
  position: relative;
  display: block;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  background-color: black;
}

.snippets\/video\/media:not(.snippets\/video\/media--playing):after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(/assets/images/play.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 12%;
  opacity: 0.2;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.snippets\/video\/media:hover:after {
  opacity: 0;
}

.snippets\/video\/media iframe {
  position: absolute;
  height: 100%;
  width: 100%;
}

.snippets\/video\/media:hover .snippets\/video\/image {
  opacity: 0.8;
}
.snippets\/video\/media:hover .snippets\/video\/info {
  -webkit-transform: translateY(-5%);
          transform: translateY(-5%);
}

.snippets\/video\/image {
  position: absolute;
  top: 50%;
  display: block;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  opacity: 0.5;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.snippets\/video\/info {
  position: absolute;
  bottom: 1rem;
  padding-left: 1.5rem;
  padding-right: 2rem;
  width: 100%;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
@media (max-width: 30em) {
  .snippets\/video\/info {
    display: none;
  }
}
@media (min-width: 30em) {
  .snippets\/video\/info-mobile {
    display: none;
  }
}

.snippets\/video\/title {
  margin: 0 0 0.75rem 0;
  font-size: 2.625rem;
  line-height: 3rem;
  color: #fff;
}

.snippets\/video\/speaker,
.snippets\/video\/title-mobile {
  margin: 0;
  font-size: 1.625rem;
  line-height: 2rem;
  font-weight: normal;
  color: #fff;
}

.snippets\/video\/title-mobile {
  font-weight: bold;
}

.snippets\/video\/speaker-mobile {
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-weight: normal;
}

.snippets\/video\/title-mobile,
.snippets\/video\/speaker-mobile {
  color: inherit;
  margin: 0.5rem 0;
}
.snippets\/video\/speaker-mobile {
  color: #adc2cc;
  margin-bottom: 2rem;
}
.snippets\/book {
  -webkit-perspective: 1600px;
          perspective: 1600px;
  max-width: 42rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 8rem;
}

.snippets\/book:after {
  content: '';
  display: table;
  clear: both;
}

.snippets\/book:nth-of-type(2n+1) .snippets\/book\/link {
  float: left;
  margin-right: 1rem;
  margin-bottom: 1rem;
}
@media (min-width: 40em) {
  .snippets\/book:nth-of-type(2n+1) .snippets\/book\/link {
    margin-right: 3rem;
  }
}
.snippets\/book:nth-of-type(2n+1) .snippets\/book\/link:after {
  -webkit-transform: rotateY(-90deg);
          transform: rotateY(-90deg);
  left: -12%;
  -webkit-transform-origin: right center 0;
          transform-origin: right center 0;
}
@media (min-width: 30em) {
  .snippets\/book:nth-of-type(2n+1) .snippets\/book\/link {
    -webkit-transform: rotateY(30deg) translateX(5%);
            transform: rotateY(30deg) translateX(5%)
  }
}

.snippets\/book:nth-of-type(2n) .snippets\/book\/link {
  float: right;
  margin-left: 1rem;
  margin-bottom: 1rem;
}
@media (min-width: 40em) {
  .snippets\/book:nth-of-type(2n) .snippets\/book\/link {
    margin-left: 3rem;
  }
}

.snippets\/book:nth-of-type(2n) .snippets\/book\/link:after {
  right: -12%;
  -webkit-transform: rotateY(90deg);
          transform: rotateY(90deg);
  -webkit-transform-origin: left center 0;
          transform-origin: left center 0;
}
@media (min-width: 30em) {
  .snippets\/book:nth-of-type(2n) .snippets\/book\/link {
    -webkit-transform: rotateY(-30deg) translateX(-5%);
            transform: rotateY(-30deg) translateX(-5%);
  }
}

.snippets\/book\/link {
  max-width: 38.2%;
  position: relative;
  z-index: 1;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.snippets\/book\/link:hover {
  -webkit-transform: rotateY(0deg) !important;
          transform: rotateY(0deg) !important;
  -webkit-transition: -webkit-transform 0.8s;
  transition: -webkit-transform 0.8s;
  transition: transform 0.8s;
  transition: transform 0.8s, -webkit-transform 0.8s;
}
.snippets\/book\/link:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 12%;
  background-color: hsl(200,5%,30%);
}

.snippets\/book\/cover {
  display: block;
  width: 100%;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
}

.snippets\/book\/info {
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

.snippets\/book\/title {
  font-size: 28px;
  margin-bottom: 0.5rem;
  line-height: 1.2;
}
@media (min-width: 40em) {
  .snippets\/book\/title {
    font-size: 48px;
  }
}
.snippets\/book\/title > a {
  color: inherit;
  text-decoration: none;
}

.snippets\/book\/author {
  font-size: 20px;
  color: #ADC2CC;
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: normal;
}
@media (min-width: 40em) {
  .snippets\/book\/author {
    font-size: 28px;
  }
}

.snippets\/book\/text {
  clear: both;
  margin-top: 4rem;
  font-size: 21px;
  line-height: 1.7;
  color: #597380;
}
@media (min-width: 40em) {
  .snippets\/book\/text {
    margin-top: 0;
    clear: none;
  }
}
.footer {
  padding-top: 6rem;
  padding-bottom: 2rem;
  text-align: center;
}

.footer a {
  color: #ADC2CC;
  -webkit-transition: color 150ms;
  transition: color 150ms;
}
.snippets\/post-recommendation {
  display: block;
  position: relative;
  margin-bottom: 2rem;
  padding: 1rem 1.5rem;
  max-width: 44rem;
  color: inherit;
  text-align: left;
  border: 1px solid hsl(200, 15%, 90%);
  border-radius: 3px;
  background-color: white;
  -webkit-transition: box-shadow 0.3s, -webkit-transform 0.3s;
  transition: box-shadow 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, box-shadow 0.3s;
  transition: transform 0.3s, box-shadow 0.3s, -webkit-transform 0.3s;
}
.snippets\/post-recommendation:hover {
  text-decoration: none;
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
  box-shadow: 0 3px 6px 2px hsla(200, 100%, 0%, 0.05);
}
.snippets\/post-recommendation\/label {
  text-align: right;
  top: 0;
  right: 0;
  margin: 0;
  text-transform: uppercase;
  font-size: 0.7rem;
  color: hsl(200, 20%, 70%);
}
@media (min-width: 40em) {
  .snippets\/post-recommendation\/label {
    position: absolute;
    margin-top: 0.5rem;
    margin-right: 0.7rem;
  }
}
.snippets\/post-recommendation\/headline {
  margin-top: 0.5rem;
  font-size: 1.1rem;
  line-height: 1.4;
}
@media (min-width: 40em) {
  .snippets\/post-recommendation\/headline {
    margin: 0;
    max-width: calc(100% - 6rem);
  }
}
.snippets\/post-recommendation\/text {
  margin: 0.75rem 0 0 0;
  font-size: 16px;
  line-height: 1.5;
  max-width: 30rem;
}
@media (min-width: 40em) {
  .snippets\/post-recommendation\/text {
    font-size: 20px;
  }
}
.snippets\/share-twitter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  font-size: 18px;
  font-weight: 500;
  color: #55acee;
  -webkit-transition: border-color 150ms;
  transition: border-color 150ms;
}
.snippets\/share-twitter:hover {
  text-decoration: underline;
}
.snippets\/share-twitter svg {
  margin-top: 3px;
  height: 20px;
  fill: #55acee;
  margin-right: 10px;
}

.default\/text {
  margin-top: 4rem;
}
.home {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  color: white;
  background-color: #002233;
  background-image: -webkit-linear-gradient(
    top,
    hsl(200, 100%, 7%),
    hsl(200, 100%, 12%)
  );
  background-image: linear-gradient(
    to bottom,
    hsl(200, 100%, 7%),
    hsl(200, 100%, 12%)
  );
  overflow: hidden;
  min-height: 100vh;
}

.home ::-moz-selection {
  color: black;
  background: white;
}

.home ::selection {
  color: black;
  background: white;
}
.home ::-moz-selection {
  color: black;
  background: white;
}

.home-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 28px;
  line-height: 1.4;
  margin-bottom: 2rem;
}

.home-text p {
  margin: 0;
}

@media (min-width: 36em) {
  .home-text {
    font-size: 36px;
  }
}
@media (min-width: 62em) {
  .home-text {
    font-size: 54px;
  }
}
@media (min-width: 82em) {
  .home-text {
    font-size: 72px;
  }
}
@media (min-width: 96em) {
  .home-text {
    font-size: 96px;
  }
}
@media (min-height: 20em) and (min-width: 36em) and (max-width: 62em) {
  .home-text {
    font-size: 54px !important;
  }
}

.home-text p {
  margin: 0;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.home-text span {
  opacity: 0.7;
  font-weight: normal;
}

.home-text strong {
  opacity: 1;
  font-weight: 500;
}

.home-text a {
  color: white;
  opacity: 1;
  font-weight: 500;
}

.home-links {
  margin-top: 10vw;
}

@media (min-width: 360px) {
  .home-links {
    display: grid;
    grid-gap: 2rem;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  }
}

.home-category {
  width: 100%;
  padding-bottom: 1rem;
}

.home-headline {
  color: white;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 0.8rem;
  text-transform: uppercase;
  opacity: 0.9;
}

.home-start-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.6rem;
  color: white;
}

.home-start-link::before {
  content: "→ ";
  margin-right: 8px;
  color: hsl(200, 50%, 40%);
  opacity: 1;
}

.home-start-link:hover {
  color: rgba(255, 255, 255, 0.7);
}
.post-title {
  margin-top: 2rem;
  margin-bottom: 0;
  max-width: 8em;
  font-size: 42px;
  line-height: 1.1;
}
@media (min-width: 30em) {
  .post-title {
    font-size: 64px;
  }
}
@media (min-width: 60em) {
  .post-title {
    font-size: 90px;
  }
}
@media (min-height: 38em) {
  .post-title {
    margin-top: 4rem;
  }
}
@media (min-height: 42em) {
  .post-title {
    margin-top: 6rem;
  }
}

.post-date {
  margin: 1rem 0;
  font-size: 21px;
  font-weight: normal;
  color: #ADC2CC;
}

.post-text {
  margin-top: 4rem;
  font-size: 18px;
  line-height: 1.6;
}
@media (min-width: 30em) {
  .post-text {
    font-size: 24px;
    line-height: 40px;
  }
}
.post-share {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 4rem;
}
@media (min-width: 30em) {
  .post-share {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.post-author {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 3rem;
}

.post-author-image {
  margin-right: 20px;
  height: 50px;
  border-radius: 50%;
}
@media (min-width: 30em) {
  .post-author-image {
    height: 80px;
  }
}

.post-author-details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.post-author-name {
  margin: 0 0 4px 0;
  line-height: 1.2;
  font-size: 20px;
}

.post-follow-twitter {
  position: absolute;
  top: 60px;
  left: 7px;
  display: inline-block;
  margin-top: 2px;
  margin-left: 5px;
  padding: 2px 10px 4px;
  font-size: 14px;
  font-weight: bold;
  border: 2px solid #55acee;
  border-radius: 999px;
  vertical-align: top;
}
.post-follow-twitter:hover {
  color: white;
  background-color: #55acee;
}
@media (min-width: 30em) {
  .post-follow-twitter {
    position: static;
    top: auto;
    left: auto;
  }
}

.post-author-description {
  margin: 0;
  font-size: 16px;
  color: hsl(200, 25%, 60%);
  max-width: 25rem;
}

.post-author-description *{
  margin: 0;
}

.post-meta {
  text-align: center;
  margin-top: 4rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: hsl(200, 5%, 98%);
}

.pages\/post-bottom-link {
  display: inline-block;
  color: hsl(200, 20%, 60%);
  font-size: 16px;
  font-weight: 500;
  border: 2px solid hsl(200, 20%, 70%);
  padding: 2px 14px 6px;
  border-radius: 999px;
}
.pages\/post-bottom-link:hover {
  color: hsl(200, 20%, 100%);
  background-color: hsl(200, 20%, 70%);
}
.pages\/post-bottom-link:hover:before {
  color: hsl(200, 30%, 10%);
}

.post + .footer {
  background-color: hsl(200, 5%, 98%);
}
.pages\/posts\/posts {
  margin-left: auto;
  margin-right: auto;
  max-width: 30rem;
  margin-bottom: 5rem;
}

.pages\/posts\/year {
  font-size: 48px;
  margin: 0;
  margin-bottom: 1rem;
  color: #ADC2CC;
}
@media (min-width: 40em) {
  .pages\/posts\/year {
    font-size: 72px;
  }
}
@media (min-width: 80em) {
  .pages\/posts\/year {
    position: relative;
    top: -20px;
    float: left;
  }
}

.pages\/posts\/post {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-bottom: 1rem;
  font-weight: bold;
  color: #002233;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.pages\/posts\/post:hover {
  color: hsl(200, 80%, 52%);
}
@media (min-width: 30em) {
  .pages\/posts\/post {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.pages\/posts\/post-date {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  padding-right: 0.8rem;
  font-size: 14px;
  text-align: right;
  color: #ADC2CC;
}
@media (min-width: 30em) {
  .pages\/posts\/post-date {
    width: 3.5rem;
  }
}
@media (min-width: 40em) {
  .pages\/posts\/post-date {
    width: 4.5rem;
    font-size: 16px;
  }
}

.pages\/posts\/post-title {
  margin: 0;
  line-height: 1.3;
  font-size: 24px;
}
.pages\/posts\/post-title br {
  display: none;
}
@media (min-width: 40em) {
  .pages\/posts\/post-title {
    font-size: 28px;
  }
}
.pages\/talks\/categories {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-left: -1rem;
  margin-right: -1rem;
}

.pages\/talks\/category {
  position: relative;
  display: block;
  overflow: hidden;
  margin-left: 1rem;
  margin-right: 1rem;
  margin-bottom: 2rem;
  min-height: 200px;
  width: calc(100% - 2rem);
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  background-color: #002233;
}
@media (min-width: 66em) {
  .pages\/talks\/category {
    width: calc(50% - 2rem);
  }
}

.pages\/talks\/category-title {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  margin: 0;
  -webkit-transform: translate(-50%, -58%);
          transform: translate(-50%, -58%);
  font-size: 36px;
  color: white;
  text-shadow: 0 2px 2px rgba(0,0,0,0.5);
}
@media (min-width: 30em) {
  .pages\/talks\/category-title {
    font-size: 48px;
  }
}

.pages\/talks\/preview {
  float: left;
  color: inherit;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 20%;
  opacity: 0.5;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.pages\/talks\/category:hover .pages\/talks\/preview {
  opacity: 0.3;
}

.pages\/talks\/preview:first-of-type {
  width: 39.9%;
}

.pages\/talks\/thumbnail {
  height: 0;
  width: 100%;
  padding-bottom: 56.25%;
  background-color: #172A33;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.pages\/talks-category\/grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-left: -1rem;
  margin-right: -1rem;
}

.pages\/talks-category\/talk {
  color: inherit;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-left: 1rem;
  margin-right: 1rem;
  margin-bottom: 4rem;
  width: calc(100% - 2rem);
}
@media (min-width: 45em) {
  .pages\/talks-category\/talk {
    width: calc(50% - 2rem);
  }
}
@media (min-width: 65em) {
  .pages\/talks-category\/talk {
    width: calc(33.33% - 2rem);
  }
}

.pages\/talks-category\/talk-info-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.pages\/talks-category\/talk-title {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-top: 0.5rem;
  margin-bottom: 0.2rem;
  line-height: 1.2;
  font-size: 24px;
  font-weight: bold;
}

.pages\/talks-category\/talk-speaker {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: normal;
  color: #adc2cc;
}

.pages\/talks-category\/talk-duration {
  display: block;
  margin-left: 10px;
  margin-bottom: 1px;
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
  font-size: 16px;
  font-weight: normal;
  color: #adc2cc;
}

.pages\/talks-category\/image {
  background-image: url(/assets/images/play.svg);
  background-color: black;
  background-repeat: no-repeat;
  background-size: 20%;
  background-position: center;
}
.pages\/talks-category\/image:hover .pages\/talks-category\/thumbnail {
  opacity: 0.7;
}

.pages\/talks-category\/thumbnail {
  height: 0;
  width: 100%;
  padding-bottom: 56.25%;
  background-color: #172a33;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.pages\/talks-category\/talk-notes {
  display: block;
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
  margin-left: 15px;
  margin-top: 12px;
  padding: 2px 7px 4px;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 1px;
  color: hsl(200, 20%, 78%);
  background-color: hsl(200, 25%, 96%);
  border-radius: 3px;
}
.pages\/talk-background {
  overflow: hidden;
  color: white;
  background-color: hsl(200, 30%, 5%);
}

.pages\/talk\/back-link {
  display: inline-block;
  margin-top: 2rem;
  margin-bottom: 2rem;
  color: hsl(200, 15%, 45%);
  font-size: 16px;
  font-weight: 500;
  border: 1px solid hsl(200, 15%, 45%);
  padding: 2px 12px 6px;
  border-radius: 999px;
}
@media (max-width: 30em) {
  .pages\/talk\/back-link {
    font-size: 14px;
    padding: 0px 12px 6px;
  }
}
@media (min-width: 60em) {
  .pages\/talk\/back-link {
    margin-top: 0;
  }
}
.pages\/talk\/back-link:before {
  display: inline-block;
  content: '‹';
  font-size: 20px;
  line-height: 1;
  padding-right: 4px;
}
.pages\/talk\/back-link:hover {
  color: hsl(200, 30%, 10%);
  background-color: hsl(200, 15%, 45%);
}
.pages\/talk\/back-link:hover:before {
  color: hsl(200, 30%, 10%);
}

.pages\/talk\/video {
  margin-bottom: 2rem;
  max-width: 44rem;
  margin-left: auto;
  margin-right: auto;
}

.pages\/talk-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 2rem;
}

.pages\/talk-duration {
  margin-right: 20px;
  vertical-align: baseline;
  color: #ADC2CC;
}

.pages\/talk-notes {
  margin-top: 2rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  max-width: 32rem;
  font-size: 18px;
  line-height: 1.6;
}
@media (min-width: 30em) {
  .pages\/talk-notes {
    font-size: 21px;
  }
}

.pages\/talk-meta {
  margin-top: 4rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: hsl(200, 5%, 98%);
}

.pages\/talk-meta-container {
  text-align: center;
}

.pages\/talk + .footer {
  background-color: hsl(200, 5%, 98%);
}

.pages\/talk-next {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (min-width: 30em) {
  .pages\/talk-next {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.pages\/talk-next-headline {
  text-align: left;
  font-size: 24px;
  text-transform: uppercase;
  color: hsl(200, 14%, 84%);
}

.pages\/talk-next-media {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  margin-top: 1rem;
  color: inherit;
  background-color: #172A33;
}
@media (min-width: 30em) {
  .pages\/talk-next-media {
    margin-top: 0;
    margin-left: 1rem;
    width: 38.2%;
  }
}

.pages\/talk-next-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: left;
  color: inherit;
}
@media (min-width: 30em) {
  .pages\/talk-next-info {
    text-align: right;
    max-width: 280px;
  }
}
.pages\/talk-next-info h3 {
  margin: 0;
  font-size: 21px;
  color: #002233;
}
.pages\/talk-next-info h4 {
  margin: 5px 0 0 0;
  font-size: 18px;
  font-weight: normal;
  color: #ADC2CC;
}

.pages\/talk-next:hover .pages\/talk-next-thumbnail {
  opacity: 1;
}

.pages\/talk-next-thumbnail {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-right: 1rem;
  height: 0;
  width: 100%;
  padding-bottom: 56.25%;
  background-color: #172A33;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  opacity: 0.6;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.pages\/talk-bottom-link {
  display: inline-block;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  margin-top: 4rem;
  color: hsl(200, 20%, 60%);
  font-size: 16px;
  font-weight: 500;
  border: 2px solid hsl(200, 20%, 70%);
  padding: 2px 14px 6px;
  border-radius: 999px;
}
.pages\/talk-bottom-link:hover {
  color: hsl(200, 20%, 100%);
  background-color: hsl(200, 20%, 70%);
}
.pages\/talk-bottom-link:hover:before {
  color: hsl(200, 30%, 10%);
}
.pages\/books\/category {
  margin-top: 5rem;
  margin-bottom: 3rem;
  text-align: center;
  font-size: 9vw;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: bold;
  color: hsl(200, 30%, 90%);
}

.pages\/books\/category a {
  color: inherit;
  -webkit-transition: color 150ms;
  transition: color 150ms;
}
.pages\/books-category\/books {
  margin-top: 8rem;
}
.pages\/quotes\/category {
  display: block;
  margin-bottom: 2rem;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  color: #ADC2CC;
  -webkit-transition: color 150ms;
  transition: color 150ms;
}
.pages\/quotes\/category:hover {
  color: hsl(200, 80%, 52%);
}

@media (min-width: 60em) {
  .pages\/quotes\/category {
    font-size: 64px;
  }
}
.pages\/quotes-category\/quotes blockquote,
.pages\/quotes-category\/quotes p {
  margin: 0;
}

.pages\/quotes-category\/quotes > blockquote > p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 2rem;
  min-height: 90vh;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 28px;
  font-weight: bold;
}

.pages\/quotes-category\/quotes > blockquote > blockquote > p {
  text-align: right;
  padding-top: 1rem;
  padding-bottom: 4rem;
  border-bottom: 2px solid #dee8ed;
}


@media (min-width: 50em) {
  .pages\/quotes-category\/quotes > blockquote > p {
    font-size: 42px;
  }
  .pages\/quotes-category\/quotes > blockquote > blockquote > p {
    font-size: 28px;
  }
}
@media (min-width: 80em) {
  .pages\/quotes-category\/quotes > blockquote > p {
    padding-top: 4rem;
    font-size: 64px;
  }
  .pages\/quotes-category\/quotes > blockquote > blockquote > p {
    padding-bottom: 8rem;
    font-size: 32px;
  }
}
.pages\/about\/text {
  max-width: 44rem;
  margin-bottom: 4rem;
  font-size: 20px;
  line-height: 1.6;
}
@media (min-width: 30em) {
  .pages\/about\/text {
    font-size: 24px;
    line-height: 40px;
  }
}

.pages\/about\/headline {
  font-size: 36px;
  color: hsl(200, 30%, 90%);
  text-transform: uppercase;
  margin-bottom: 2rem;
}
@media (min-width: 40em) {
  .pages\/about\/headline {
    font-size: 72px;
  }
}

.pages\/about\/now {
  margin-top: 0;
  margin-bottom: 0.5rem;
  margin-left: -0.6rem;
  font-size: 16px;
}
@media (min-width: 40em) {
  .pages\/about\/now {
    margin-left: 4.38rem;
  }
}

.pages\/about\/job {
  position: relative;
  padding-left: 1rem;
  padding-bottom: 2rem;
  border-left: 0.5rem solid #002233;
}
@media (min-width: 40em) {
  .pages\/about\/job {
    margin-left: 5rem;
  }
}
.pages\/about\/job:nth-of-type(2n) {
  border-color: #ADC2CC;
}

.pages\/about\/job\/startdate {
  position: absolute;
  text-align: right;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  right: -0.5rem;
}
.pages\/about\/job\/startdate:before {
  content: 'from ';
}
@media (min-width: 40em) {
  .pages\/about\/job\/startdate {
    margin-right: 1rem;
    bottom: 0;
    width: 100px;
    right: 100%;
  }
  .pages\/about\/job\/startdate:before {
    content: none;
  }
}
.pages\/about\/job:nth-of-type(2n) .pages\/about\/job\/startdate {
  color: #ADC2CC;
}

.pages\/about\/job\/duration {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
  color: #ADC2CC;
}

.pages\/about\/job\/company {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  word-break: break-word;
  font-size: 36px;
  line-height: 1;
}
.pages\/about\/job\/company a {
  color: inherit;
  -webkit-transition: color 100ms;
  transition: color 100ms;
}
.pages\/about\/job\/company a:hover {
  color: hsl(200, 80%, 52%);
}


.pages\/about\/job\/position {
  margin: 0;
  font-size: 21px;
  font-weight: bold;
}

.pages\/about\/job\/description {
  overflow: hidden;
  line-height: 1.5;
  max-width: 32em;
  color: #597380;
}

/*# sourceMappingURL=compiled.css.map */