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

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

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

body {
  margin: 0;
}

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

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

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

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

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

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

figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * 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 */
}

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

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

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

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and 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;
}

/**
 * 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 style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * 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
   ========================================================================== */

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

audio,
video {
  display: inline-block;
}

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

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

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

img {
  border-style: none;
}

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

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

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

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 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;
}

/**
 * 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 and Safari.
 */

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,
[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 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * 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;
}

/**
 * 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 and cancel buttons in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-cancel-button,
[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 IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details, /* 1 */
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

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

canvas {
  display: inline-block;
}

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

template {
  display: none;
}

/* Hidden
   ========================================================================== */

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

[hidden] {
  display: none;
}

:root {

    /* Colors */

    /* Entities */
}

/*
Enable hardware acceleration/disable subpixel rendering in webkit to
improve render quality of rotated elements.

http://stackoverflow.com/questions/8605194/improve-css3-text-rotation-quality

Cf: http://www.usabilitypost.com/2012/11/05/stop-fixing-font-smoothing/
    http://www.smashingmagazine.com/2012/04/24/a-closer-look-at-font-rendering/

-webkit-backface-visibility: hidden;
*/

::-webkit-selection {
    background: #009dd8;
    color: #1a1a1a;
}

::-moz-selection {
    background: #009dd8;
    color: white;
}

html {
    background: #000;
    color: #fff;
    font: normal 400 100%/1 freight-sans-pro, "Open Sans", "Trebuchet MS", Arial, sans-serif;
    text-rendering: optimizeLegibility;
}

body {
    max-width: 33em;
    padding: 0 0.5em;

    margin: 0 auto;
}

a {
    color: #fff;
    font-weight: 400;
}

a:hover {
        color: #de4c85;
    }

code,
kbd,
pre,
samp {
    font-family: Consolas, monospace;
}

h1,
h2,
.label {
    text-transform: uppercase;
    font-family: futura-pt, "Century Gothic", sans-serif;
}

h1 a:hover {
    color: inherit;
}

.amp {
    font-family: Lato, "Trebuchet MS", sans-serif;
    line-height: 0;
}

.caps {
    text-transform: lowercase;
    -webkit-font-feature-settings: "c2sc";
            font-feature-settings: "c2sc";
    font-variant: small-caps;
}

.emdash:before,
.emdash:after {
    content: "\0020";
}

abbr[title] {
    border-color: #de4c85;
    cursor: help;
    text-transform: lowercase;
    -webkit-font-feature-settings: "c2sc";
            font-feature-settings: "c2sc";
    font-variant: small-caps;

    /* Fix webkit bug on linux */
    text-rendering: optimizeSpeed;
}

del {
    color: #aaa;
}

ins {
    text-decoration: none;
    font-style: italic;
}

sup, sub {
    height: 0;
    line-height: 1;
    vertical-align: bottom;
    vertical-align: baseline;

    position: relative;
}

sub {
    top: 0.5ex;
}

sup {
    bottom: 1ex;
}

figure,
img,
object {
    max-width: 100%;
}

.print-footnote,
.print-links {
    display: none;
}

[role="main"] header h1 {
    line-height: 1;
    text-align: center;

    font-size: 32px;
    font-size: 2rem;
    border-bottom: 3.2px solid #009dd8;
    border-bottom: 0.2rem solid #009dd8;
    margin: 16px auto 0 auto;
    margin: 1rem auto 0 auto;
    padding-bottom: 12.8px;
    padding-bottom: 0.8rem;
}

[role="main"] h1 span {
    color: #009dd8;
}

[role="main"] h1 .amp,
[role="main"] h2 .amp,
[role="main"] .label .amp {
    color: #de4c85;
    font-weight: 900;
}

.archive li h2,
section.body h1,
.post footer .author .label,
.post footer .author img,
.post footer .meta,
.post footer .similar .label {
    -webkit-transform: rotate(-1deg);
            transform: rotate(-1deg);
    -webkit-backface-visibility: hidden;
}

[role="main"] header > h1,
.post > header small,
.post footer .feedback > h2 {

    -webkit-transform: rotate(2deg);

            transform: rotate(2deg);
    -webkit-backface-visibility: hidden;
}

@media screen and (min-width: 45em) {
    body {
        max-width: 45em;
        padding: 0 4em;
    }

    [role="main"] header {
        margin: auto;

        max-width: 37rem;
    }

        [role="main"] header h1 {
            font-size: 3rem;
        }
}

@media screen and (min-width: 60em) {
    body {
        max-width: 60em;
        margin: auto;
    }

    [role="main"] header {
        max-width: 45rem;
    }

        [role="main"] header h1 {
            line-height: 1em;
            width: 100%;

            border-bottom: 0.2rem solid #009dd8;
            font-size: 4rem;
            margin: 4rem auto 0 auto;
        }
}

@media screen and (min-width: 120em) {
    body {
        max-width: 80em;
    }

    [role="main"] header {
        max-width: 60rem;
    }

        [role="main"] header h1 {
            font-size: 5rem;
        }
}

section.body {
    counter-reset: section;
    margin: auto;
    padding: 0 0.5em;

    max-width: 480px;
    max-width: 30rem;
}

section.body h1 {
        counter-increment: section;
        counter-reset: sub-section;

        position: relative;

        font-size: 28px;
        font-size: 1.75rem;
        line-height: 32px;
        line-height: 2rem;
        margin: 32px auto 16px 0;
        margin: 2rem auto 1rem 0;
    }

section.body h2 {
        counter-increment: sub-section;

        font-family: futura-pt, "Century Gothic", sans-serif;
        text-transform: uppercase;

        position: relative;

        font-size: 24px;
        font-size: 1.5rem;
        line-height: 32px;
        line-height: 2rem;
        margin: 8px auto;
        margin: 0.5rem auto;
    }

section.body h1:before,
    section.body h2:before {
        color: #333;
        float: left;
        margin: 0 0.25em;
    }

section.body h1:before {
        content: counter(section);
    }

section.body h2:before {
        content: counter(section) "." counter(sub-section);
    }

section.body h1, section.body h2 {
        position: relative;
    }

section.body h1 a, section.body h2 a {
            display: none;
            padding-right: 100%;
            position: absolute;
            top: 0;
            left: -16px;
            left: -1rem;
            width: 16px;
            width: 1rem;
            height: 100%;
        }

section.body h1:hover a, section.body h2:hover a {
            color: #de4c85;
            display: block;
            text-decoration: none;
        }

section.body h3 {
        font-family: chaparral-pro, "Chaparral Pro", serif;
        font-style: italic;
        font-weight: normal;

        font-size: 20px;
        font-size: 1.25rem;
        line-height: 32px;
        line-height: 2rem;
        margin: 0 0 -8px 8px;
        margin: 0 0 -0.5rem 0.5rem;
    }

section.body a {
        color: #009dd8;
        text-decoration: none;
    }

section.body a:hover {
            text-decoration: underline;
        }

section.body > p {
        font-size: 18px;
        font-size: 1.125rem;
        line-height: 32px;
        line-height: 2rem;
        margin: 16px auto;
        margin: 1rem auto;
    }

section.body > p:hover:before {
        content: "\00b6";

        color: #de4c85;
        float: left;

        margin-left: -16px;
        margin-left: -1rem;
    }

section.body aside {
        border: 1px solid #009dd8;
        border: 0.0625rem solid #009dd8;
        border-left: none;
        border-right: none;

        padding: 7px 0.5em;
        padding: 0.4375rem 0.5em;
        margin: -8px 0;
        margin: -0.5rem 0;
    }

section.body ul,
    section.body ol,
    section.body aside p {
        line-height: 1;
        margin: 0;
        padding: 0;

        font-size: 16px;
        font-size: 1rem;
    }

section.body ul, section.body ol {
        list-style: none;
        margin: 1em 0;
    }

section.body ul > li:before {
        content: "\2022";

        color: #de4c85;
        float: left;

        font-size: 8px;
        font-size: 0.5rem;
        line-height: 16px;
        line-height: 1rem;
        margin-left: -16px;
        margin-left: -1rem;
        width: 16px;
        width: 1rem;
    }

section.body ul ul,
    section.body ul ol,
    section.body ol ul,
    section.body ol ol {
        padding-left: 1em;
    }

/* Manually setup counters on ordered lists so we can style them. */

section.body ol {
        counter-reset: ol-parent;
    }

section.body ol > li {
        counter-increment: ol-parent;
    }

section.body ol > li:before {
        content: counter(ol-parent);

        color: #de4c85;
        float: left;
        margin-left: -1em;
        text-align: center;
        width: 1em;
    }

section.body ol ol {
        counter-reset: ol-child;
    }

section.body ol ol > li {
        counter-increment: ol-child;
    }

section.body ol ol > li:before {
        content: counter(ol-child, lower-roman);

        color: #de4c85;
        float: left;
        font-weight: 400;
        margin-left: -1em;
    }

section.body blockquote {
        font-family: chaparral-pro, "Chaparral Pro", serif;
        font-style: italic;
        font-weight: normal;
        text-align: justify;

        font-size: 16px;
        font-size: 1rem;
        line-height: 32px;
        line-height: 2rem;
        margin: 32px auto 16px auto;
        margin: 2rem auto 1rem auto;

        position: relative;
    }

section.body blockquote:before,
        section.body blockquote:after {
            color: #1a1a1a;
            font-size: 32px;
            font-size: 2rem;
            line-height: 0;

            position: absolute;

            z-index: -1;
        }

section.body blockquote:before {
            content: "\00ab";

            top: 16px;
            top: 1rem;
            left: -16px;
            left: -1rem;
        }

section.body blockquote:after {
            content: "\00bb";

            bottom: 16px;
            bottom: 1rem;
            right: -16px;
            right: -1rem;
        }

section.body blockquote blockquote {
            border-left: 1.6px solid #009dd8;
            border-left: 0.1rem solid #009dd8;
            padding-left: 0.5em;
            margin: 0 0.5em;
        }

section.body blockquote blockquote .first-letter {
                color: inherit;
            }

section.body blockquote blockquote:before,
            section.body blockquote blockquote:after {
                display: none;
            }

section.body blockquote p {
            margin: 0;
        }

section.body blockquote p:first-child:first-letter {
            color: #009dd8;
            font-style:italic;
        }

section.body blockquote p:last-child:not(:first-child) {
            text-align: right;
        }

figure.code figcaption {
        border-bottom: 1px solid #ffe621;
        border-bottom: 0.0625rem solid #ffe621;
        line-height: 31px;
        line-height: 1.9375rem;
    }

figure.code ol {
        position: relative;

        margin: 8px auto;
        margin: 0.5rem auto;
    }

figure.code li {
        padding-left: 40px;
        padding-left: 2.5rem;
    }

figure.code li:before {
        counter-increment: code;
        content: counter(code);

        color: #666;
        font-family: Consolas, monospace;
        left: 0;
        margin-left: 0;
        position: absolute;
        text-align: right;

        width: 36px;
        width: 2.25rem;
    }

figure.code li:hover {
        background-color: #1a1a1a;
    }

figure.code li:nth-child(5n):before {
        color: #ccc;
    }

figure.code pre {
        margin: 0;
    }

figure.code figcaption,
table caption {
    font-family: futura-pt, "Century Gothic", sans-serif;
    font-weight: bold;
    line-height: 2;
    text-transform: uppercase;
    text-align: center;

    font-size: 16px;
    font-size: 1rem;
}

figure.quote figcaption {
    line-height: 2;
    text-align: right;

    font-size: 16px;
    font-size: 1rem;
}

figure.quote figcaption:before {
        content: "\2014\2009"; /* em dash and thin space */
    }

table {
    width: 100%;
}

table thead {
        font-family: futura-pt, "Century Gothic", sans-serif;
        text-transform: uppercase;

        border: 1px solid #ffe621;
        border: 0.0625rem solid #ffe621;
        border-left: none;
        border-right: none;
    }

table th {
        font-size: 14px;
        font-size: 0.875rem;
        line-height: 16px;
        line-height: 1rem;
        padding: 7px 8px;
        padding: 0.4375rem 0.5rem;
    }

table tr:nth-child(even) {
        background: #1a1a1a;
    }

table tr:hover {
        background: #ffe621;
        color: black;
    }

table tr:hover a {
        color: #1a1a1a;
    }

table td {
        font-weight: 400;

        padding: 8px;
        padding: 0.5rem;
        font-size: 16px;
        font-size: 1rem;
    }

table td.num {
        font-family: Consolas, monospace;
        -webkit-font-feature-settings: "onum" on;
                font-feature-settings: "onum" on;
    }

@media screen and (min-width: 45em) {
    section.body {
        max-width: 33rem;
    }

        section.body h1:before,
        section.body h2:before {
            margin: 0;
            position: absolute;
            width: 2em;
            left: -3em;
            text-align: right;
        }

        section.body h1 {
            font-size: 1.875rem;
        }

        section.body h2 {
            font-size: 1.625rem;
        }

        section.body h3 {
            font-size: 1.375rem;
        }

        section.body h1 a, section.body h2 a {
            left: -4.25rem;
            width: 4.25rem;
        }

        section.body > p {
            font-size: 1.25rem;
        }
            section.body blockquote p:first-child:first-letter {
                float: left;

                /* NB: do not scale to baseline here */
                font-size: 3rem;
            }

            section.body blockquote:before,
            section.body blockquote:after {
                font-size: 6rem;
            }

            section.body blockquote:before {
                top: 1rem;
                left: -0.5em;
            }

            section.body blockquote:after {
                bottom: 0;
                right: -0.5em;
            }

    figure.code figcaption,
    table caption {
        font-size: 1.25rem;
    }

    figure.code {
        margin-left: auto;
        margin-right: auto;
    }

        figure.code li {
            padding-left: 0rem;
            font-size: 1rem;
        }

        figure.code li:before {
            left: -3.25rem;
            width: 3rem;
        }

        figure.code code {
            font-size: 1rem;
        }
}

@media screen and (min-width: 60em) {
    section.body {
        max-width: 36rem;
        position: relative;
    }

        section.body h1 {
            font-size: 2rem;
        }

        section.body h2 {
            font-size: 1.75rem;
            margin: 1rem 0;
        }

        section.body h3 {
            font-size: 1.5rem;
            margin: 1rem 0;
        }

        section.body h1 a, section.body h2 a {
            left: -4.5rem;
            width: 4.5rem;
        }

        section.body > p {
            font-size: 1.375rem;
        }

        section.body aside {
            position: absolute;
            left: 100%;
            width: 10rem;
        }

        section.body aside:nth-of-type(even) {
            left: -12rem;
        }

        section.body ul,
        section.body ol {
            margin-left: auto;
            margin-right: auto;
            font-size: 1.25rem;
            line-height: 2rem;
        }

        section.body ul > li:before {
            font-size: 1rem;
            line-height: 2rem;
        }

        section.body blockquote {
            font-size: 1.25rem;
        }

    figure.code figcaption,
    table caption {
        font-size: 1.5rem;
    }
        figure.code ol {
            line-height: 1rem;
        }

        figure.code li:before {
            line-height: 1rem;
        }
}

@media screen and (min-width: 120em) {
    section.body {
        max-width: 48rem;
        position: relative;
    }

        section.body h1 {
            font-size: 2.5rem;
            line-height: 3rem;
        }

        section.body h2 {
            font-size: 1.875rem;
        }

        section.body h3 {
            font-size: 1.675rem;
        }

        section.body h1 a, section.body h2 a {
            left: -6rem;
            width: 6rem;
        }

        section.body > p {
            font-size: 1.675rem;
            line-height: 3rem;
        }

        section.body > p:hover:before {
            margin-left: -1.5rem;
        }

        section.body aside {
            width: 18rem;
        }

        section.body aside:nth-of-type(even) {
            left: -20rem;
        }

        section.body aside p {
            font-size: 1.25rem;
        }

        section.body ul,
        section.body ol {
            font-size: 1.5rem;
            margin: 0;
            padding: 0;
        }

        section.body blockquote {
            font-size: 1.5rem;
            line-height: 3rem;
        }

            section.body blockquote p:first-child:first-letter {
                font-size: 4rem;
            }

    figure.quote figcaption {
        line-height: 2rem;
        font-size: 1.125rem;
    }
}

header[role="banner"] {
    position: relative;

    min-height: 96px;
    min-height: 6rem;
}

header[role="banner"] .wordmark {
        float: left;
        line-height: 1em;
        margin: 1em 0;
        height: 3.5em;
        width: 5em;

        font-family: futura-pt, "Century Gothic", sans-serif;
        font-size: 16px;
        font-size: 1rem;
        text-transform: uppercase;

        -webkit-transform: rotate(0deg);

                transform: rotate(0deg);
        -webkit-transform-origin: center center;
                transform-origin: center center;
        transition: -webkit-transform 0.25s;
        transition: transform 0.25s;
        transition: transform 0.25s, -webkit-transform 0.25s;
        -webkit-backface-visibility: hidden;

        cursor: pointer;
    }

header[role="banner"] .wordmark:hover {
            -webkit-transform: rotate(360deg);
                    transform: rotate(360deg);
        }

header[role="banner"] .wordmark a {
            color: white;
            text-decoration: none;
        }

header[role="banner"] .wordmark span {
            display: block;
        }

header[role="banner"] .wordmark span:first-child {
            font-size: 2em;
            margin-bottom: 5px;
        }

header[role="banner"] form {
        float: right;
        line-height: 3;
        margin: 1em;
        text-align: right;
        width: 50%;
    }

header[role="banner"] label {
        display: none;
    }

header[role="banner"] input[type=search] {
        background-color: #000;
        border: none;
        border-bottom: 1px solid #1a1a1a;
        color: #ffe621;
        width: 75%;
    }

header[role="banner"] input[type=submit] {
        background-color: #000;
        border:  none;
        color: #ffe621;
    }

header[role="banner"] .user-menu {
        clear: both;
        padding: 8px;
        padding: 0.5rem;
    }

header[role="banner"] .user-menu img {
            float: left;

            margin-right: 1em;
        }

header[role="banner"] .user-menu .name {
            font-family: chaparral-pro, "Chaparral Pro", serif;
            font-style: italic;
        }

header[role="banner"] .user-menu:after {
            clear: both;
            content: " ";
            display: block;
        }

@media screen and (min-width: 45em) {
        header[role="banner"] .wordmark {
            margin: 1em;
        }

        header[role="banner"] .user-menu {
            position: absolute;
            left: 7em;
            padding: 1rem;
            width: 30%;
        }
}

@media screen and (min-width: 60em) {
    header[role="banner"] {
        position: fixed;
        top: 0;
        left: 0;

        height: auto;
        width: 10%;
    }

        header[role="banner"] .wordmark {
            float: none;
        }

        header[role="banner"] form {
            position: relative;

            float: none;
            line-height: 1;
            margin-right: 0;
            text-align: left;
            width: 100%;
        }

        header[role="banner"] input[type=search] {
            width: 100%;
        }

        header[role="banner"] input[type=submit] {
            position: absolute;
            right: 0;
            top: 0;
            padding: 0;
        }

        header[role="banner"] .user-menu {
            position: static;
            left: auto;
            width: auto;
        }

            header[role="banner"] .user-menu img {
                display: block;
                float:  none;
                width: 96px;
                height: 96px;
                padding-bottom: 1rem;
            }
}

@media screen and (min-width: 120em) {
        header[role="banner"] .wordmark {
            font-size: 2rem;
        }

        header[role="banner"] .user-menu img {
            width: 160px;
            height: 160px;
        }
}

footer[role="contentinfo"] {
    margin: 0 auto;
}

footer[role="contentinfo"] a {
        font-weight: normal;
    }

footer[role="contentinfo"] img {
        float: left;

        margin: 8px;
        margin: 0.5rem;
    }

footer[role="contentinfo"] p {
        text-align: center;
        font-weight: 400;
        line-height: 0;
    }

footer[role="contentinfo"] p small {
            line-height: 32px;
            line-height: 2rem;
        }

@media screen and (min-width: 45em) {
    footer[role="contentinfo"] {
        max-width: 37rem;
    }

        footer[role="contentinfo"] img {
            margin: 0 2rem;
        }
}

@media screen and (min-width: 60em) {
    footer[role="contentinfo"] {
        max-width: 45rem;
    }
}

@media screen and (min-width: 120em) {
    footer[role="contentinfo"] {
        max-width: 60rem;
    }
}

.toolbar {
    clear: left;
    padding: 0;
    text-align: center;

    margin: 32px 0;
    margin: 2rem 0;

    /*@include clearfix;*/
}

.toolbar li {
    display: inline-block;
}

.toolbar a {
    display: block;
}

.toolbar a,
.toolbar input[type=submit] {
    background-color: #009dd8;
    border: none;
    color: white;
    text-decoration: none;
    font-weight: 400;

    margin: 8px 0;
    margin: 0.5rem 0;
    padding: 8px 16px;
    padding: 0.5rem 1rem;
}

.toolbar a:hover, .toolbar input[type=submit]:hover {
        color: #1a1a1a;
        background-color: #ffe621;
    }

@media screen and (min-width: 45em) {
    .toolbar li {
        margin: 0 0.5em;
    }
}

@media screen and (min-width: 60em) {
    .toolbar li {
        margin: 0 1.5em;
    }
}

@media screen and (min-width: 120em) {
    .toolbar li {
        margin: 0 1.5em;
        font-size: 1.125rem;
        line-height: 2rem;
    }
}

.archive header h1, .search header h1 {
        border-color: #ffe621;
    }

.archive header h1 span, .search header h1 span {
            color: inherit;
        }

.archive header h1 .year,
        .archive header h1 .tag,
        .search header h1 .year,
        .search header h1 .tag {
            color: #009dd8;
            text-decoration: none;
        }

.archive p, .search p {
        font-family: chaparral-pro, "Chaparral Pro", serif;
        font-style: italic;

        line-height: 32px;
        line-height: 2rem;
        margin: 16px 0;
        margin: 1rem 0;
    }

.search h2 {
        font-family: freight-sans-pro, "Open Sans", "Trebuchet MS", Arial, sans-serif;
    }

.search h2 .term {
            color: white;
        }

.search form {
        margin-top: 48px;
        margin-top: 3rem;
        line-height: 32px;
        line-height: 2rem;
    }

.search input {
        border: none;
        margin: 0;
        padding: 0;

        font-size: 20px;
        font-size: 1.25rem;
    }

.search .highlighted {
        color: #009dd8;
    }

.archive ol {
    list-style: none;
    padding: 0;

    margin: 16px 0 32px 0;
    margin: 1rem 0 2rem 0;
}

.search ul {
    list-style: none;
    padding: 0;

    margin: 32px 0;
    margin: 2rem 0;
}

.archive .dates {
    text-align: center;

    font-size: 20px;
    font-size: 1.25rem;
    line-height: 32px;
    line-height: 2rem;
}

.archive .dates li {
        display: inline;
        padding: 0 1em;
        font-family: futura-pt, "Century Gothic", sans-serif;
        line-height: 0;
    }

.archive .dates li.current {
            color: #ffe621;
        }

.archive .dates li a {
            text-decoration: none;
        }

.archive h2,
.search h2 {
    font-family: futura-pt, "Century Gothic", sans-serif;
    padding: 0.5em;
    line-height: 1em;
    margin: 0;

    font-size: 16px;
    font-size: 1rem;
}

.archive li h2 {
    clear: both;
    color: white;
}

.archive li:nth-child(1n) h2 {
    background-color: #009dd8;
}

.archive li:nth-child(2n) h2 {
    background-color: #de4c85;
}

.archive li:nth-child(3n) h2 {
    background-color: #ffe621;
    color: #1a1a1a;
}

.archive h2 a {
    color: white;
}

.posts-by-date {
    margin: 1em;

    font-size: 16px;
    font-size: 1rem;
}

.posts-by-date li {
        font-size: 20px;
        font-size: 1.25rem;
        line-height: 32px;
        line-height: 2rem;
    }

.posts {
    position: relative;
    margin: 32px 0;
    margin: 2rem 0;
}

.posts li {
        font-size: 20px;
        font-size: 1.25rem;
        line-height: 32px;
        line-height: 2rem;
    }

.posts li:after {
        clear: both;
        content: "";
        display: block;
    }

.search .posts {
    padding: 0;
    list-style: none;
}

.posts time {
    float: right;
    font-style: italic;
    text-align: right;
    text-transform: lowercase;

    text-overflow: clip;
    text-overflow: ".";
    overflow: hidden;
    white-space: nowrap;

    font-size: 16px;
    font-size: 1rem;
    line-height: 32px;
    line-height: 2rem;
}

.archive .posts time {
    width: 16%;
}

.search .posts time {
    /* Include room for year */
    width: 26%;
}

.search .tags,
.archive .tags {
    margin: 0;
    text-align: center;

    font-size: 16px;
    font-size: 1rem;
    padding: 8px 0;
    padding: 0.5rem 0;
    line-height: 32px;
    line-height: 2rem;
}

.search .tags li, .archive .tags li {
        display: inline;
    }

.search .tags li:after, .archive .tags li:after {
        content: "\2022";
        padding: 0.5em;
        color: #ffe621;
    }

.search .tags li:last-child:after, .archive .tags li:last-child:after {
        content: none;
    }

.search .tags a, .archive .tags a {
        text-decoration: none;
    }

.drafted header,
.deleted header {
    margin-bottom: 32px;
    margin-bottom: 2rem;
}

.deleted .title {
    font-family: futura-pt, "Century Gothic", sans-serif;
    text-transform: uppercase;
}

.archive .toolbar {
    float: right;
    margin: 0;
}

.archive .toolbar li {
        margin: 0 16px;
        margin: 0 1rem;
    }

.archive .toolbar input[type="submit"] {
        background-color: #1a1a1a;
        color: #ffe621;
        font-size: 14px;
        font-size: 0.875rem;
        padding: 0 8px;
        padding: 0 0.5rem;
        margin: 0;
    }

.drafted .toolbar {
    display: none;
}

.drafted li:hover .toolbar {
    display: block;
}

@media screen and (min-width: 45em) {
    .archive .posts time {
        float: none;
        position: absolute;
        width: 25%;
        left: -30%;
        overflow: visible;
    }

    .search .posts {
        padding: 0;
    }

    .archive,
    .search {
        margin: auto;

        max-width: 33rem;
        font-size: 1.125rem;
        line-height: 2rem;
    }

        .archive header > h1, .search header > h1 {
            margin: 1rem auto 0 auto;
        }
}

/* Ick. */

@media screen and (min-width: 60em) and (max-width: 66em) {
    .archive .posts time {
        width: 10%;
        left: -12.5%;
        overflow: hidden;
    }
}

@media screen and (min-width: 60em) {
    .archive,
    .search {
        max-width: 36rem;
        font-size: 1.375rem;
    }

        .archive header > h1, .search header > h1 {
            margin: 4rem auto 0 auto;
        }

    time {
        overflow: visible;
    }

    .search .posts time {
        float: none;
        position: absolute;
        width: 25%;
        left: -30%;
    }
}

@media screen and (min-width: 120em) {
    .archive,
    .search {
        max-width: 48rem;
        font-size: 1.375rem;
    }

        .archive header > h1, .search header > h1 {
            margin: 4rem auto 0 auto;
        }

        .archive h2, .search h2 {

            font-size: 1.625rem;
            line-height: 2rem;
        }

    .archive ol {
        margin: 1rem 0 3rem 0;
    }

    .search ul {
        margin: 3rem 0;
    }

    .archive .dates {
        margin: 4rem 0;
        font-size: 1.625rem;
    }

        .posts-by-date > li h2 {
            font-size: 1.25rem;
            line-height: 2rem;
        }
        .posts li {
            font-size: 1.625rem;
            line-height: 3rem;
        }

        .posts time {
            font-size: 1.125rem;
            line-height: 3rem;
        }

    .search .tags,
    .archive .tags {
        font-size: 1.25rem;
        line-height: 2rem;
        margin: 2rem 0 4rem 0;
    }
}

.post > header a {
        text-decoration: none;
    }

.post > header h1 {
        margin: 32px auto 6.4px auto;
        margin: 2rem auto 0.4rem auto;
        padding-bottom: 6.4px;
        padding-bottom: 0.4rem;
    }

.post > header small {
        color: #009dd8;
        display: block;
        font-weight: bold;
        margin: 0;
        text-align: center;

        font-size: 16px;
        font-size: 1rem;
    }

.post > header small a {
            font-weight: bold;
        }

.post > header p {
        font-family: chaparral-pro, "Chaparral Pro", serif;
        font-weight: normal;
        font-style: italic;
        text-align: justify;

        font-size: 1.25em;
        line-height: 32px;
        line-height: 2rem;
        margin: 32px auto;
        margin: 2rem auto;
    }

.post > header p abbr {
        font-family: futura-pt, "Century Gothic", sans-serif;
        font-style: normal;
        line-height: 0;

        font-size: 16px;
        font-size: 1rem;
    }

.post footer {
    margin: 48px auto;
    margin: 3rem auto;
}

.post footer .author {
        clear: both;
    }

.post footer .author .label {
            background-color: #009dd8;
            color: white;
            padding: 0.5em;

            font-size: 16px;
            font-size: 1rem;
            line-height: 16px;
            line-height: 1rem;
            margin: 16px 0;
            margin: 1rem 0;
        }

.post footer .author img {
            display: block;

            margin: 8px auto;
            margin: 0.5rem auto;
        }

.post footer .author p {
            margin: 16px 24px;
            margin: 1rem 1.5rem;
            line-height: 24px;
            line-height: 1.5rem;
        }

.post footer .author:after {
            /* Clearfix for author portrait (img) */
            clear: both;
            content: "";
            display: block;
        }

.post footer .feedback {
        clear: left;

        margin: 64px 0;
        margin: 4rem 0;
    }

.post footer .feedback > h2 {
            margin: 1em auto;
            line-height: 1;
            text-align: center;

            font-size: 32px;
            font-size: 2rem;
            padding-bottom: 12.8px;
            padding-bottom: 0.8rem;
            border-bottom: 3.2px solid #009dd8;
            border-bottom: 0.2rem solid #009dd8;
        }

.post footer .feedback > p {
            font-family: chaparral-pro, "Chaparral Pro", serif;
            font-style: italic;

            font-size: 18px;
            font-size: 1.125rem;
            line-height: 32px;
            line-height: 2rem;
            margin: 16px 0;
            margin: 1rem 0;
        }

.post footer .feedback > p a {
                color: #009dd8;
                text-decoration: none;
            }

.post footer .feedback > p a:hover {
                    text-decoration: underline;
                }

.post footer .feedback ol {
            list-style: none;
            padding: 0 0.5em;

            margin: 16px 0;
            margin: 1rem 0;
        }

.post footer .feedback li {
            border-top: 3px solid #1a1a1a;
            line-height: 2;
            margin: 0 0 -3px 0;

            font-size: 16px;
            font-size: 1rem;
        }

.post footer .feedback li a {
            color: inherit;
            display: block;
            font-weight: inherit;
            text-decoration: none;
        }

.post footer .feedback cite,
        .post footer .feedback li span {
            font-style: normal;
            font-weight: 400;
            text-decoration: underline;
        }

.post footer .feedback a:hover cite,
        .post footer .feedback a:hover span {
            color: #de4c85;
        }

.post footer .feedback blockquote {
            margin: 0 0 1em 0;
            position: relative;

            font-size: 16px;
            font-size: 1rem;
        }

.post footer .feedback blockquote:before,
        .post footer .feedback blockquote:after {
            color: #de4c85;
            font-size: 1em;
            font-family: futura-pt, "Century Gothic", sans-serif;

            position: absolute;
        }

.post footer .feedback blockquote:before {
            content: "\00ab";

            top: 0;
            left: -1em;
        }

.post footer .feedback blockquote:after {
            content: "\00bb";

            bottom: 0;
            right: -1em;
        }

.post footer .feedback .tweet blockquote:before,
        .post footer .feedback .tweet blockquote:after {
            color: #009dd8;
        }

.post footer .feedback blockquote p {
            font-size: 1em;
            margin: 0;
        }

.post footer .feedback time {
            color: #999;
            float: right;
            font-style: italic;
            text-transform: lowercase;
        }

.post footer .meta {
        background-color: #de4c85;
        clear: both;

        margin: 16px 0;
        margin: 1rem 0;
        padding: 8px;
        padding: 0.5rem;
    }

.post footer .meta .label {
            display: inline;
            font-size: 16px;
            font-size: 1rem;

            /* Fix line-height bug in Firefox when mixing font-faces. */
            line-height: 16px;
            line-height: 1rem;
        }

.post footer .meta h1:after {
            content: ":";
        }

.post footer .meta ul {
            display: inline;
            list-style: none;
            margin: 0;
            padding: 0;
        }

.post footer .meta li {
            display: inline;
            line-height: 16px;
            line-height: 1rem;
        }

.post footer .meta li:before {
            display: none;
        }

.post footer .meta a {
            text-decoration: none;

            line-height: 16px;
            line-height: 1rem;
        }

.post footer .meta a:hover {
                color: white;
                text-decoration: underline;
            }

.post footer .meta a:after {
            content: ",";
        }

.post footer .meta li:last-child a:after {
            content: "";
        }

.post footer .similar {
        margin: 16px 8px;
        margin: 1rem 0.5rem;
    }

.post footer .similar .label {
            background-color: #ffe621;
            color: #1a1a1a;
            padding: 0.5em;

            font-size: 16px;
            font-size: 1rem;
            line-height: 16px;
            line-height: 1rem;
            margin: 8px 0;
            margin: 0.5rem 0;
        }

.post footer .similar ul {
            font-weight: 400;
            list-style: none;
            padding: 0;

            font-size: 18px;
            font-size: 1.125rem;
            margin: 16px 0.5em;
            margin: 1rem 0.5em;
            line-height: 32px;
            line-height: 2rem;
        }

.post footer .similar li {
            clear: right;
        }

.post footer .similar li:before {
            display: none;
        }

.post footer .similar time {
            color: #999;
            float: right;
            font-style: italic;
            background-color: black;
        }

.post footer .similar .amp {
            font-size: 20px;
            font-size: 1.25rem;
        }

.post footer .similar a {
            position: relative;
        }

.post footer .similar .previous a:before,
        .post footer .similar .next a:before {
            position: absolute;
            z-index: -1;
        }

.post footer .similar .next a:before {
            content: "\2192";
            right: -1.5em;
        }

.post footer .similar .previous a:before {
            content: "\2190";
            left: -1.5em;
        }

@media screen and (min-width: 45em) {
    .post > header {
        margin: auto;

        max-width: 37rem;
    }

        .post > header h1 {
            border-bottom-width: 0.25rem;
            margin: 1em auto 0.625rem auto;
            padding-bottom: 0.625rem;
        }

        .post > header p {
            margin-top: 2.5rem;
            font-size: 1.5rem;
            line-height: 3rem;
        }

    .post footer {
        max-width: 33rem;
    }
            .post footer .author img {
                float: left;
                margin: 0.5rem 1.5rem;
            }

            .post footer .author img + p {
                margin-top: 2rem;
            }

        .post footer .similar {
            margin: 1rem 0;
        }
            .post footer .feedback h2 {
                font-size: 2.25rem;
                margin: 3rem 0;
                padding-top: 0.25rem;
            }

            .post footer .feedback p {
                font-size: 1.25rem;
                margin: 2rem;
            }

            .post footer .feedback ol {
                margin: 2em;
            }

            .post footer .feedback blockquote {
                margin-left: 0;
                margin-right: 0;
            }
}

@media screen and (min-width: 60em) {
    .post > header {
        max-width: 45rem;
    }

        .post > header h1 {
            border-bottom-width: 0.2rem;
            margin: 4.5rem auto 0.5rem auto;
            padding-bottom: 0.8rem;
        }

        .post > header p {
            font-size: 1.875rem;
            line-height: 3rem;
            margin: 4.5rem auto 3.5rem auto;
        }

        .post > header p abbr {
            line-height: 0;

            font-size: 1.375rem;
        }

    .post footer {
        max-width: 36rem;
    }

        .post footer .feedback > h2 {
            font-size: 2.75rem;
            padding-top: 0.75rem;
        }
}

@media screen and (min-width: 120em) {
    .post > header {
        max-width: 60rem;
    }

        .post > header h1 {
            font-size: 5rem;
        }

        .post > header small {
            font-size: 1.2rem;
            line-height: 2rem;
        }

        .post > header p {
            font-size: 2rem;
            line-height: 4rem;
            margin: 6rem auto 5rem auto;
        }

    .post footer {
        margin: 5rem auto;
        max-width: 48rem;
    }
            .post footer .author .label {
                font-size: 1.25rem;
                line-height: 2rem;
                margin: 2rem 0;
            }

            .post footer .author img {
                height: 176px;
                margin: 0.5rem 2rem;
            }

            .post footer .author p {
                line-height: 2rem;
                margin: 2rem 1.5rem;
                font-size: 1.125rem;
            }

            .post footer .author:after {
                /* Clearfix for author portrait (img) */
                clear: both;
                content: "";
                display: block;
            }

        .post footer .feedback {
            clear: left;

            margin: 6rem 0;
        }

            .post footer .feedback > h2 {
                border-bottom: 0.3rem solid #009dd8;
                font-size: 3rem;
                line-height: 1;
                margin: 1em auto;
                padding: 0 0 0.7rem 0;
                text-align: center;
            }

            .post footer .feedback > p {
                font-size: 1.5rem;
                line-height: 3rem;
                margin: 4rem;
            }

                .post footer .feedback > p a {
                    color: #009dd8;
                    text-decoration: none;
                }

                    .post footer .feedback > p a:hover {
                        text-decoration: underline;
                    }

        .post footer .meta {
            margin: 2rem 0;
        }

            .post footer .meta .label {
                font-size: 1.25rem;
            }

            .post footer .meta li {
                font-size: 1.25rem;
                line-height: 2rem;
            }

        .post footer .similar {
            margin: 1rem 0.5rem;
        }

            .post footer .similar .label {
                font-size: 1.25rem;
                line-height: 2rem;
                margin: 0.5rem 0;
            }

            .post footer .similar ul {
                font-size: 1.25rem;
            }
}
