/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *		user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
	 ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
	 ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}

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

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

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

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
	 ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
	 ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *		Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *		and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *		`input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *		(include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
	 ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

html {
  font-size: 24px;
}

body {
  margin: 1.5rem 0;
  padding: 0;
  font-size: 24px;
  line-height: 1.5rem;
}
body > header > h1 {
  position: absolute;
  left: 1.5rem;
  top: 4.6875rem;
}

header,
footer,
main > article > section > * {
  margin-left: auto;
  margin-right: auto;
  max-width: 36rem;
}

main > article > section > figure {
  max-width: 36rem;
}

@media screen and (max-width: 1440px) {
  html {
    font-size: 20px;
  }
  body {
    font-size: 20px;
    line-height: 1.5rem;
  }
}
@media screen and (max-width: 960px) {
  html {
    font-size: 16px;
  }
  body {
    font-size: 16px;
    line-height: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  a.fake-tag,
  body > header > h1 {
    position: relative;
    left: 0;
    top: 0;
  }
}
@media screen and (max-width: 624px) {
  header,
  footer,
  main > article > section > * {
    max-width: 100vw;
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
  main > article > section > figure {
    margin-left: auto;
    margin-right: auto;
  }
}
body {
  background: #fff;
  color: #222;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  font-weight: 400;
}

a {
  color: #0e55c8;
  text-decoration: none;
}
a:hover {
  color: #0e55c8;
  border-bottom: 0.05em solid rgba(14, 85, 200, 0.1);
}
a:hover:active {
  color: #000;
  border-bottom-color: rgba(0, 0, 0, 0.3);
}

strong, b {
  font-weight: 500;
}

p, pre, address, blockquote, fieldset, ul, ol, dl {
  margin: 0 0 1.5rem 0;
  font-size: inherit;
  line-height: inherit;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  font-weight: 500;
  font-size: inherit;
  line-height: inherit;
  color: #000;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: inherit;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
  color: #0e55c8;
}
h1 a:hover:active, h2 a:hover:active, h3 a:hover:active, h4 a:hover:active, h5 a:hover:active, h6 a:hover:active {
  color: #000;
}

h1, h2 {
  font-size: 1.75rem;
  line-height: 2.25rem;
}

pre, code {
  font-family: "american typewriter", courier, "courier new", monospace;
  font-size: inherit;
  line-height: inherit;
}

ul, ol {
  padding: 0;
}
ul > li, ol > li {
  margin-left: 2.25rem;
}

img {
  margin: 0;
  border: 0;
  vertical-align: bottom;
}

figure {
  display: block;
  position: relative;
  margin: 0 0 1.5rem 0;
  padding: 0;
}

small {
  font-size: 80%;
  line-height: inherit;
}

body > header {
  margin-bottom: 0.75rem;
}
body > header > h1 {
  display: block;
  overflow: hidden;
  width: 3.75rem;
  height: 3.75rem;
  margin: 0;
  text-indent: -100em;
}
body > header > h1 > a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(/i/rr.svg) center center no-repeat;
  background-size: 100%;
}
body > header > h1 > a:hover {
  background-image: url(/i/rr.hover.svg);
  border-bottom: none;
}
body > header > h1 > a:hover:active {
  background-image: url(/i/rr.active.svg);
}

body > header,
body > footer {
  font-size: 80%;
  line-height: inherit;
}
body > header nav ul,
body > footer nav ul {
  overflow: hidden;
  margin: 0 0 3rem 0;
  padding: 0;
}
body > header nav ul li,
body > footer nav ul li {
  display: inline-block;
  margin: 0 0.66em 0 0;
}
body > header nav ul li.dotco,
body > footer nav ul li.dotco {
  clear: left;
  font-size: 80%;
  line-height: inherit;
  text-transform: uppercase;
}

body > header a {
  color: #a2a2a2;
}
body > header a:hover {
  color: #0e55c8;
}
body > header a:hover:active {
  color: #000;
}

main {
  margin-bottom: 3rem;
}
main article {
  margin-bottom: 6rem;
}
main article > header {
  position: relative;
}
main article > header date {
  display: block;
  color: #a2a2a2;
  font-size: 80%;
  line-height: inherit;
  text-transform: uppercase;
  font-size: 65%;
}
main article > footer {
  font-size: 80%;
  line-height: inherit;
}
main article > section {
  margin: 0.75rem 0;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
}
main article h3, main article h4, main article h5, main article h6 {
  margin-bottom: 1.5rem;
  color: #3c3c3c;
  font-size: 80%;
  line-height: inherit;
  text-transform: uppercase;
}
main article figure > div {
  position: relative;
  overflow: hidden;
  height: 0;
}
main article figure > div > iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: transparent;
}
main article figure.full {
  width: 100%;
  max-width: 100%;
  text-align: center;
}
main article figure.mixcloud > div {
  height: 180px;
}
main article figure.video > div {
  padding-top: 56.25%;
}
main article figure.slideshare > div {
  padding-top: 75%;
  padding-bottom: 40px;
}
main article figure.square > div {
  padding-top: 100%;
}
main article figure.gallery img {
  margin-bottom: 0.75rem;
}
main article img, main article iframe, main article embed, main article object {
  max-width: 100%;
  height: auto;
}
main article img.full, main article iframe.full, main article embed.full, main article object.full {
  width: 100%;
}
main article blockquote {
  font-style: italic;
}
main article blockquote > * {
  margin-left: 1.5rem;
}
main article .left {
  float: left;
  margin: 0 1.5rem 1.5rem 0;
}
main article .right {
  float: right;
  margin: 0 0 1.5rem 1.5rem;
}
main article p.import {
  font-size: 80%;
  line-height: inherit;
  font-style: italic;
  color: #a2a2a2;
}
main article p.gallery {
  max-width: 28.5rem;
}
main article p.gallery img {
  float: left;
  margin: 0 0.75rem 0.75rem 0;
}

nav.pagination {
  font-size: 80%;
  line-height: inherit;
}
nav.pagination a {
  margin-right: 1em;
  font-size: 80%;
  line-height: inherit;
  text-transform: uppercase;
}

body.grid {
  background-image: linear-gradient(#eee 0.05em, transparent 0.05em);
  background-size: 100% 1.5rem;
  background-repeat: repeat;
}
body.grid h1, body.grid h2, body.grid h3, body.grid h4, body.grid h5, body.grid h6, body.grid p, body.grid pre, body.grid address, body.grid blockquote, body.grid fieldset, body.grid ul, body.grid ol, body.grid dl {
  background: rgba(0, 0, 0, 0.0625);
}

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