@charset "UTF-8";
.post-meta {
  color: #5c6469;
  font-family: "PT Sans", sans-serif;
  display: block;
  font-size: 0.83333rem;
  line-height: 1rem;
  margin-bottom: 0.5rem; }
  @media only screen and (min-width: 1024px) {
    .post-meta {
      line-height: 1.5rem;
      margin: 0.25rem 0;
      font-size: 0.83333rem; } }
  .post-meta a {
    color: #098541;
    text-decoration: none; }
  .post-meta a:active {
    text-decoration: underline; }
  @media only screen and (min-width: 1024px) {
    .post-meta a:hover {
      text-decoration: underline; } }
  .post-meta__posted-on:before {
    content: " \2013   "; }
  .post-meta--big {
    margin: 2rem 0.5rem 1rem; }
    @media only screen and (min-width: 1024px) {
      .post-meta--big {
        margin: 2rem 6rem 0.5rem 6rem; } }

.post-summary {
  color: #5c6469;
  font-family: "PT Sans", sans-serif;
  display: block;
  font-size: 0.83333rem;
  line-height: 1.5rem;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 4.5rem;
  white-space: normal;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3; }
  @media only screen and (min-width: 1024px) {
    .post-summary {
      max-height: 10rem;
      -webkit-line-clamp: 5; } }
  .post-summary--big {
    font-size: 0.83333rem;
    line-height: 1.5rem;
    max-height: initial;
    -webkit-line-clamp: initial;
    margin: 0 0.5rem 1rem; }
    @media only screen and (min-width: 1024px) {
      .post-summary--big {
        font-size: 1rem;
        margin: 0 18rem 1.5rem 6rem; } }

.working-css {
  border: 1px solid #5c6469; }
  .working-css__grid {
    display: grid;
    grid-template-rows: 1fr auto;
    grid-gap: 1rem;
    padding: 0.25rem; }
    @media only screen and (min-width: 568px) {
      .working-css__grid {
        grid-template-rows: auto;
        grid-template-columns: 2fr 3fr; } }
  .working-css__title {
    font-size: 0.83333rem;
    color: #ffffff;
    background: #292929;
    padding: 0 0.25rem; }
  .working-css__subtitle {
    font-size: 0.83333rem; }
  .working-css__option {
    padding: 0.25rem 0.5rem;
    background-color: #5c6469;
    margin-bottom: 0.25rem;
    border-radius: 0.25rem;
    color: #ffffff;
    cursor: pointer; }
  .working-css__option:hover {
    background-color: #292929; }
  .working-css__option-selected, .working-css__option-selected:hover {
    background-color: #c2a57c; }
  .working-css__option:last-child {
    margin-bottom: 0; }
  .working-css__preview-content {
    background: #f5f5f5; }
  .working-css__option-line {
    font-size: 0.83333rem;
    line-height: 1rem;
    padding: 0.25rem 0; }
  .working-css__option-code-line {
    background-color: #c2a57c;
    text-shadow: none; }
  .working-css__code {
    padding: 0.25rem; }
  .post-content .working-css__code pre {
    margin: 0; }

@charset "UTF-8";
/*

Colorbrewer theme
Original: https://github.com/mbostock/colorbrewer-theme (c) Mike Bostock <mike@ocks.org>
Ported by Fabrício Tavares de Oliveira

*/
.hljs {
  display: block;
  overflow-x: auto;
  padding: 0.5em;
  background: #fff; }

.hljs,
.hljs-subst {
  color: #000; }

.hljs-string,
.hljs-meta,
.hljs-symbol,
.hljs-template-tag,
.hljs-template-variable,
.hljs-addition {
  color: #756bb1; }

.hljs-comment,
.hljs-quote {
  color: #636363; }

.hljs-number,
.hljs-regexp,
.hljs-literal,
.hljs-bullet,
.hljs-link {
  color: #31a354; }

.hljs-deletion,
.hljs-variable {
  color: #88f; }

.hljs-keyword,
.hljs-selector-tag,
.hljs-title,
.hljs-section,
.hljs-built_in,
.hljs-doctag,
.hljs-type,
.hljs-tag,
.hljs-name,
.hljs-selector-id,
.hljs-selector-class,
.hljs-strong {
  color: #3182bd; }

.hljs-emphasis {
  font-style: italic; }

.hljs-attribute {
  color: #e6550d; }

.post-title {
  color: #292929;
  font-family: "Quicksand", sans-serif;
  display: block;
  font-size: 1.728rem;
  line-height: 2.5rem;
  margin: 0rem 0.5rem 1rem; }
  @media only screen and (min-width: 1024px) {
    .post-title {
      font-size: 2.98598rem;
      margin: 0rem 6rem 1rem;
      line-height: 4rem; } }

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

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
  font-size: 19px;
  line-height: 34px;
  font-family: "Quicksand", sans-serif;
  background: #ffffff;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  min-width: 320px; }

body {
  margin: 0;
  min-width: 300px;
  display: flex;
  flex-direction: column; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "PT Sans", sans-serif;
  font-size: 1rem;
  margin: 0;
  padding: 0; }

code {
  font-family: "PT Mono", monospace; }

* {
  box-sizing: border-box; }

p,
ul,
ol,
pre,
table,
blockquote {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0; }

ul ul,
ol ol,
ul ol,
ol ul {
  margin-top: 0;
  margin-bottom: 0; }

img {
  max-width: 100%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

hr {
  border: 0;
  border-top: 1px solid #ccc;
  margin: -1px 0 0; }

#container {
  order: 3;
  width: 84rem;
  max-width: 100%;
  margin: 0 auto;
  /* Do not show the outline on the skip link target. */ }
  #container[tabindex="-1"]:focus {
    outline: 0; }

.sr-only {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }
  .sr-only:focus {
    background-color: #292929;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #ffffff;
    display: block;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */ }

