/*
 * @group reset
 * ----------------------------------------------------------------------------------
 */

*{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a,
abbr, acronym, address, big, cite, code, del, dfn, dialog, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var, b, u, i, dl, dt, dd, ol, ul, li, fieldset, form,
label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas,
details, figcaption, figure, footer, header, main, menu, nav, section, summary, time, mark,
audio, video {margin:0;padding:0;border:0;outline:0;vertical-align:baseline;font:inherit;line-height:1.4em;}
article, aside, details, figcaption, figure, footer, header, label, main, menu,
nav, section, small {display: block;}table {border-collapse:collapse;border-spacing:0;}
blockquote,q{quotes:none;}blockquote:before,blockquote:after,q:before,q:after{content: none;}
::-moz-selection{background:#e3f7ff;}::selection{background:#e3f7ff;}

/* @end reset */



/*
 * Font Faces
 * @group font-face
 * ----------------------------------------------------------------------------------

 100 Extra Light or Ultra Light
 200 Light or Thin
 300 Book or Demi
 400 Normal or Regular
 500 Medium
 600 Semibold, Demibold
 700 Bold
 800 Black, Extra Bold or Heavy
 900 Extra Black, Fat, Poster or Ultra Black

 * ---------------------------------------------------------------------------------- */

@font-face {
    font-family: 'Icons';
    src: url('../fonts/icons/regular.eot');
    src: url('../fonts/icons/regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/icons/regular.woff2') format('woff2'),
    url('../fonts/icons/regular.woff') format('woff'),
    url('../fonts/icons/regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Hand of Oo';
    src: url('../fonts/hand-of-oo/regular.eot');
    src: url('../fonts/hand-of-oo/regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/hand-of-oo/regular.woff2') format('woff2'),
    url('../fonts/hand-of-oo/regular.woff') format('woff'),
    url('../fonts/hand-of-oo/regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Hand of Oo';
    src: url('../fonts/hand-of-oo/bold.eot');
    src: url('../fonts/hand-of-oo/bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/hand-of-oo/bold.woff2') format('woff2'),
    url('../fonts/hand-of-oo/bold.woff') format('woff'),
    url('../fonts/hand-of-oo/bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Hand of Oo';
    src: url('../fonts/hand-of-oo/heavy.eot');
    src: url('../fonts/hand-of-oo/heavy.eot?#iefix') format('embedded-opentype'),
    url('../fonts/hand-of-oo/heavy.woff2') format('woff2'),
    url('../fonts/hand-of-oo/heavy.woff') format('woff'),
    url('../fonts/hand-of-oo/heavy.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: 'Inconsolata';
    src: url('../fonts/inconsolata/regular.eot');
    src: url('../fonts/inconsolata/regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/inconsolata/regular.woff2') format('woff2'),
    url('../fonts/inconsolata/regular.woff') format('woff'),
    url('../fonts/inconsolata/regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Inconsolata';
    src: url('../fonts/inconsolata/bold.eot');
    src: url('../fonts/inconsolata/bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/inconsolata/bold.woff2') format('woff2'),
    url('../fonts/inconsolata/bold.woff') format('woff'),
    url('../fonts/inconsolata/bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

/* @end font-face */



/*
 * @group font-family
 * ---------------------------------------------------------------------------------- */

.serif, body {
    font-family: Georgia, Cambria, "Times New Roman", Times, serif;
}
.sans, blockquote *, figcaption *, footer *, #btn_menu, #meta > nav, h1, h2, h3, h4, h5, h6, table, .caption, .process li:before {
    font-family: Roboto, "San Francisco", "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
}
.mono, code, pre, .dialogue *, #uid, #footnotes p a:first-of-type, a[href^="#fn_"] sup {
    font-family: Inconsolata, Courier, monospace;
}
aside, aside * {
    font-family: 'Hand of Oo', 'Comic Sans', sans-serif;
}
.dot, .dot * {
    font-family: "Dot Digital", monospace;
}

/* @end font-family */



/*
 * @group <elements>
 * ---------------------------------------------------------------------------------- */

a {
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(255,255,255,0.0);
}
a:link {
    color: #03c;
}
a:visited {
    color: #639;
}
a:hover {
    color: #c00;
    text-decoration: underline;
}
a:active {
    color: #223d96;
}
a[href^="#fn_"] sup {
    font-weight: 700;
}
a[href^='#fn_'] sup:before {
    content: "[";
}
a[href^='#fn_'] sup:after {
    content: "]";
}
abbr {}
address {}
article {
    position: relative;
    padding: 4em 1em 1em 1em;
}
article > * {
    margin-bottom: 1em;
}
article > p:last-of-type {
    margin-bottom: 2em;
}
article > p:last-of-type:after {
    content: "\0020\25A0";
}
article > header:first-of-type {
    margin: 0;
    text-align: center;
    padding-bottom: 1em;
}
article > header:first-of-type:after {
    display: block;
    content: "";
    width: 8em;
    margin: 1em auto;
    border-bottom: 2px solid #434343;
}
article > header:first-of-type * {
    text-align: center;
}
article > header:first-of-type h1 {
    font-size: 3em;   
}
article > header:first-of-type time {
    display: block;
    font-family: "Myriad Pro", Roboto, Helvetica, Arial, Verdana, sans-serif;
    font-size: 0.8em;
}
article > header:first-of-type a {
    font-style: italic;
}
article > header:first-of-type a:after {
    content: none;
}
@media (min-width: 65em) {
    article > header:first-of-type {
        margin: 3em -6em 0 -6em;
    }
    article > header:first-of-type:after {
        margin: 2em auto;
    }
    article > header:first-of-type h1 {
        font-size: 3.8em;
    }
    article > header:first-of-type p:first-of-type {
        font-size: 1.3em;
        margin-bottom: 0.5em;
    }
}
@media (min-width: 90em) {
    article > header:first-of-type {
        margin: 4em -13em 0 -13em;
    }
    article > header:first-of-type h1 {
        font-size: 5em;
    }
    article > header:first-of-type p:first-of-type {
        font-size: 1.8em;
        margin-bottom: 0.5em;
    }
}
header.block {
    position: relative;
    min-height: 24em;
    margin-bottom: 0.8em;
    background: #efefef no-repeat center;
    background-size: cover;
}
header.block h1 {
    position: absolute;
    bottom: 0;
    margin: 0;
    max-width: 18em;
    padding: 0 2em 2em 0;
    text-align: left;
}
header.block span {
    color: #fff;
    background: #7f7f7f;
    padding: 0.2em 0.8rem;
    -webkit-box-decoration-break: clone;
    -moz-box-decoration-break: clone;
    -o-box-decoration-break: clone;
    box-decoration-break: clone;
}
article > footer {
    position: relative;
    font-size: 0.8em;
    margin-top: 2em;
    padding-top: 1em;
    margin-bottom: 2em;
    border-top: 1px dotted #b3b3b3;
}
aside {
    margin: 0;
    display: none;
}
@media (min-width: 78em) {
    aside {
        position: absolute;
        width: 100%;
        max-width: 12em;
        left: -12em;
        display: block;
    }
    aside h2 {
        display: none;
    }
    aside * {
        text-align: right !important;
    }
    aside.alt {
        left: inherit;
        right: -12em;
    }
    aside.alt * {
        text-align: left !important;
    }
}
audio {}
blockquote {
    padding: 0.4em 0 0.4em 0.8em;
    border-left: 3px solid #2b2b2b;
}
body {
    background: #ffffff;
    color: #424242;
    font-size: 1em;
    font-weight: 400;
    position: relative;   
    overflow-x: hidden;
}
body > * {
    position: relative;
    width: 100%;
    margin: 0 auto; padding: 1em;
}
body > nav {
    max-width: 52em;
}
body:after {
    display: block;
    cursor: default;
    position: fixed;
    content: "\0020";
    -webkit-transition: background-color 0.2s ease-out;
    -moz-transition: background-color 0.2s ease-out;
    -o-transition: background-color 0.2s ease-out;
    transition: background-color 0.2s ease-out;
    top: 0; left: 0; z-index: -9999;
    width: 100%; max-width: 100%;
    height: 100%; max-height: 100%;
    background: rgba(0, 0, 0, 0.0);
}
button {
    padding: 4px 8px;
    font-size: 1em;
    font-weight: 700;
    background: white;
    position: relative;
    border: 1px solid #424242;
    cursor: pointer;
}
button:focus { outline:0 !important; }
button[type='submit']:hover:after {
    content: '';
    position: absolute;
    top: -6px;
    left: -6px;
    right: -6px;
    bottom: -6px;
    border: 2px solid #424242;
}
caption {
    font-size: 1em;
    caption-side:bottom;
    text-align: left;
    margin: 0.2em 0;
}
canvas {
    width: 100%; height: 360px;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
}
cite {
    font-weight: 300;
}
cite:before {
    content: "\2014\0020";
}
code {}
dd {
    margin-bottom: 0.8em;
}
dd:last-of-type {
    margin-bottom: 0;
}
del {
    color: #f00;
    text-decoration: line-through;
}
details {}
div {}
dl {}
dfn {}
dt {
    font-weight: 700;
}
em {
    font-style: italic;
}
figure {
    line-height: 0;
    margin-bottom: 1.4em;
}
figcaption {
    font-size: 0.8em;
    margin: 0.6em 0 1em 0;
}
figcaption p.credit {
    font-size: 0.9em;
    margin-bottom: 0.4em;
}
form {}
h1, h2, h3, h4, h5, h6 {
    text-align: left;
    line-height: 1.1em;
    margin-top: 1.2rem;
    margin-bottom: 0.4rem;
}
h1 {
    font-size: 1.8em;
    font-weight: 300;
}
h2 {
    font-size: 1.4em;
    font-weight: 300;
}
h3 {
    font-size: 1.2em;
    font-weight: 700;
}
h4 {
    font-size: 1.1em;
    font-weight: 900;
    text-transform: uppercase;
}
h5 {
    font-size: 1em;
    font-weight: 700;
}
h6 {
    font-size: 1em;
    font-weight: 300;
    text-transform: uppercase;
}
hr {
    border: none;
    margin-top: 0;
    margin-bottom: 1.8em;
    text-align: center;
}
hr:after {
    display: block;
    font-size: 2em;
    content: ". . .";

}
html {
    overflow-x: hidden;
    -webkit-text-size-adjust: 100%;
}
iframe {
    border: 0;
}
iframe[id^="twitter-widget"] {
    margin: 1em auto !important;
}
img {
    height: auto;
    max-width: 100%;
}
input {
    border: none;
    border-bottom: 1px solid #434343;
    padding: 4px;
    font-size: 1em;
    line-height:1.4em;
}
ins {
    text-decoration: none;
    border-bottom: 1px dotted;
}
ins:after {
    font-size: 0.8em;
    font-style: italic;
    content: " (revised)";
}
kbd {}
label {}
li {
    margin-bottom: 0.4em;
}
li:last-of-type {
    margin-bottom: 0;
}
li ol, li ul {
    margin-top: 0.4em;
}
main {
   padding: 0;
   max-width: 52em;
}
mark {
    padding: 0 0.2em;
    background-color: #ffeea4;
}
ol {
    padding: 0 2em;
}
optgroup {}
option {}
output {}
p {
    text-align: justify;
    text-justify: distribute;
    margin-bottom: 1.3em;
}
pre {
    overflow: hidden;
}
progress {}
q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}
q:before {
    content: open-quote;
}
q:after {
    content: close-quote;
}
section {
    margin-top: 2em;
}
section h2 {
    font-size: 1.2em;
    padding-bottom: 0.2em;
    border-bottom: 1px solid #303030;
}
select {}
small {
    font-size: 0.8em;
}
span {}
strong {
    font-weight: 700;
}
sub {
    font-size: 0.6em;
    vertical-align: sub;
}
summary {}
sup {
    font-size: 0.6em;
    vertical-align: super;
}
table {
    width: 100%;
    font-size: 0.8em;
}
table ol, table ul {
    padding: 0 0 0 1.4em;
}
table li {
    margin: 0;
}
td {
    padding: 0.25em;
    border: 0.1em solid #898989;
}
tr:nth-child(2n) {
    background: #efefef;
}
thead {
    font-weight: 700;
    background: #dedede;
}
svg {
    margin: 0;
    padding: 0;
}
textarea {}
time {}
tr {}
u {}
ul {
    padding: 0 2em;
}
video {
    width: 100%;
    height: auto;
}

/* @end <elements> */



/*
 * @group <composite> <elements>
 * ---------------------------------------------------------------------------------- */

/* blockquote ----------------------------------------------------------------------- */

blockquote p {
    font-size: 1.3em;
    font-weight: 300;
    line-height: 1.25em;
    text-align: left;
}
blockquote p:last-of-type {
    margin-bottom: 0.4em;
}
blockquote cite {
    font-size: 0.9em;
    font-weight: 700;
}
blockquote.pull {
    padding: 1em 0;
    border-left: 0;
}
blockquote.pull p {
    font-size: 1.8em;
    font-weight: 900;
    line-height: 1.1em;
}
blockquote.pull cite {
    font-size: 0.9em;
    font-weight: 400;
}
blockquote.pull cite:before {
    content: none;
}

/* lists ---------------------------------------------------------------------------- */

.outside {
    padding: 0 2em;
    list-style-position: outside;
}
ol.process {
    counter-reset: item;
    list-style-type: none;
}
ol.process li:before {
    padding-right: 0.3em;
    content: counter(item);
    counter-increment: item;
}
ul.process {
    list-style-type: none;
}
ul.process li:before {
    content: "\2212";
}
.process li {
    position: relative;
    padding-left: 1.2em;
    margin-bottom: 0.6em;
}
.process li:before {
    display: block;
    font-weight: 700;
    position: absolute;
    left: 0;
}
.process.block  {
    padding-left: 0;
}
.process.block li {
    padding-left: 2.8em;
}
.process.block li:before {
    width: 2em;
    height: 2em;
    padding: 0;
    line-height: 2.1em;
    text-align: center;
    color: #fff;
    background: #333;
}
.process.block.rounded li:before {
    border-radius: 50%;
}

/* definition lists ----------------------------------------------------------------- */

.inline dt {
    float: left;
    margin-right: 0.4em;
}
.definition dt {
    font-size: 1.2em;
    margin-bottom: 0.2em;
}
.qualifier {
    font-size: 0.75em;
    font-weight: 400;
    font-style: italic;
}
.dialogue {
    padding-left: 0.8em;
}
.dialogue dt, .dialogue dd {
    width: 80%;
    margin: 0 auto 0 2em;
}
.dialogue p {
    text-align: left;
    margin-bottom: 0.4em;
}
.dialogue dt {
    text-transform: uppercase;
    margin-left: 4em;
    text-align: left;
    font-weight: 700;
}
.dialogue dd {
    margin-bottom: 1.2em;
}
.dialogue dd:last-of-type {
    margin-bottom: 0;
}
.parenthical {
    font-style: italic;
}
.parenthical:before {
    content: "(";
}
.parenthical:after {
    content: ")";
}
dt.scene, dd.action, dd.transition {
    width: 100%;
    padding-right: 0.8em;
}
dd.action {
    margin-left: 0;
}
dt.scene {
    text-align: left;
    margin-left: 0;
    padding-left: 0;
}
dd.transition {
    margin-left: 0;
    text-align: right;
    text-transform: uppercase;
}
dd.transition:after {
    content: ":";
}

/* article > footer --------------------------------------------------------------------------- */

article > footer ol {
    padding-left: 0;
}
article > footer ol li {
    padding-left: 2em;
    position: relative;
}
article > footer ol li a {
    display: block;
    position: absolute;
    left: 0;
    width: 2em;
    height: 1.4em;
}

/* @end <composite> <elements> */



/*
 * @group #calendar
 * ---------------------------------------------------------------------------------- */

#events ol {
    list-style: none;
    padding: 0;
}
#events li {
    margin: 1em 0;
}
#events h4 {
    margin: 0 0 .4em 0;
    font-size: 0.8em;
}
#events p {
    text-align: left;
    margin: 0;
}
@media (min-width: 480px) {
    #events ol {
        display: -webkit-flex;
        display: flex;
    }
    #events li {
        padding-right: 1em;
        -webkit-flex: 1;
        flex: 1;
        margin: 0.4em 0 1em 0;
    }
}

/* @end #calendar */

/*
 * #content
 * ---------------------------------------------------------------------------------- */

#content {

}

/* @end #content */


/*
 * #featured
 * ---------------------------------------------------------------------------------- */
#featured {

}
#featured h2 {
    display: none;
}
#featured ol {
    list-style: none;
    width: 100%;
    margin: 0; padding: 0;
}
#featured li {
    position: relative;
    display: block;
    margin: 0; padding: 0;
}
#featured li a {
    position: relative;
    cursor: pointer;
    display: block;
    height: 80px;
    padding: 1em;
    margin: 0 0 1em 0;
    overflow: hidden;
    text-decoration: none;
    background: #efefef no-repeat center;
    background-size: cover;
    font-family: "San Francisco", Roboto, Helvetica, Arial, sans-serif;
    font-size: 0.8em;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
#featured li a:hover {
    -webkit-box-shadow:inset 0 0 0 4px #424242;
    -moz-box-shadow:inset 0 0 0 4px #424242;
    box-shadow:inset 0 0 0 4px #424242;
}
#featured li h3 {
    position: absolute;
    font-weight: 400;
    left: 0; bottom: 1em; margin: 0;
    font-size: 1em;
    line-height: 1.6em;
    max-width: 75%;
}
#featured li span {
    position: relative;
    bottom: 0; left: 0; line-height: 1.6em;
    padding: 0.4em 0.6em; margin-bottom: 1em;
    color: #fff; background: #424242;
    -webkit-box-decoration-break: clone;
    -moz-box-decoration-break: clone;
    -o-box-decoration-break: clone;
    box-decoration-break: clone;
}
#featured > li:first-of-type a {
    height: 160px;
}
@media (min-width: 320px) {
    #featured ol {
        display: -webkit-flex;
        display: flex;
    }
    #featured > ol {
        flex-wrap: wrap;
    }
    #featured > ol > ol li {
        width: 50%;
    }
    #featured > ol > ol li:last-of-type a {
        margin-right: 0;
    }
    #featured li {
        width: 50%;
    }
    #featured li a {
        height: 120px;
        margin: 0 1em 1em 0;
        padding: 0;
    }
    #featured > ol > li:nth-child(1),
    #featured > ol > li:nth-child(2),
    #featured > ol > li:nth-child(3),
    #featured > ol > li:nth-child(11) {
        width: 100%;
    }
    #featured > ol > li:nth-child(1) a,
    #featured > ol > li:nth-child(3) a,
    #featured > ol > li:nth-child(5) a,
    #featured > ol > li:nth-child(8) a,
    #featured > ol > li:nth-child(10) a,
    #featured > ol > li:nth-child(11) a {
        margin-right: 0;
    }
    #featured > ol > li:nth-child(1) a,
    #featured > ol > li:nth-child(3) a {
        height: 256px;
    }
    #featured > ol > li:nth-child(1) a h2,
    #featured > ol > li:nth-child(7) a h2 {
        font-size: 1.6em;
    }
}
@media (min-width: 360px) {
    #featured > ol > ol {
        flex-direction: column;
    }
    #featured > ol > ol li {
        width: 100%;
    }
    #featured > ol > ol:first-of-type li a {
        margin-right: 0;
    }
    #featured li,
    #featured > ol > li:nth-child(3),
    #featured > ol > ol {
        width: 33.3%;
    }
    #featured > ol >ol:nth-child(1) li:last-of-type a,
    #featured > ol > ol:nth-child(6) li:last-of-type a,
    #featured > ol > li:nth-child(1) a,
    #featured > ol > li:nth-child(3) a,
    #featured > ol > li:nth-child(8) a {
        margin-right: 1em;
    }
    #featured > ol > li:nth-child(5) a,
    #featured > ol > li:nth-child(7) a,
    #featured > ol > li:nth-child(10) a {
        margin-right: 0;
    }
    #featured > ol > li:nth-child(1),
    #featured > ol > li:nth-child(7){
        width: 66.6%;
    }
    #featured > ol > li:nth-child(3) a {
        height: 120px;
    }
    #featured > ol > li:nth-child(1) a,
    #featured > ol > li:nth-child(7) a {
        height: 256px;
    }
    #featured > ol > li:nth-child(11) {
        width: 100%;
    }
}
@media (min-width: 30em) {
    #featured li a {
        height: 150px;
    }
    #featured li h3 {
        font-size: 1.2em;
        margin-bottom: 1em;
    }
    #featured > ol > li:nth-child(3) a {
        height: 150px;
    }
    #featured > ol > li:nth-child(1) a,
    #featured > ol > li:nth-child(7) a {
        height: 312px;
    }
}
@media (min-width: 34em) {
    #featured li a {
        height: 180px;
    }
    #featured > ol > li:nth-child(3) a {
        height: 180px;
    }
    #featured > ol > li:nth-child(1) a,
    #featured > ol > li:nth-child(7) a {
        height: 372px;
    }
}
@media (min-width: 46em) {
    #featured li a {
        height: 240px;
    }
    #featured li h3 {
        font-size: 1.4em;

    }
    #featured > ol > li:nth-child(3) a {
        height: 240px;
    }
    #featured > ol > li:nth-child(1) a,
    #featured > ol > li:nth-child(7) a {
        height: 492px;
    }
}


/* @end #featured */



/*
 * #footnotes
 * ---------------------------------------------------------------------------------- */

#footnotes {
    page-break-before: always;
}

#footnotes p {
    position: relative;
    padding-left: 2em;
}

#footnotes p[id^="fn"] a {

}

#footnotes p a:first-of-type {
    font-size: 0.8em;
    font-weight: 700;
    position: absolute;
    top: 0.3em; left: 0;
}
#footnotes a:first-of-type:before {
    content: "[";
}
#footnotes a:first-of-type:after {
    content: "]";
}

/* @end #footnotes */



/*
 * #glossary
 * ---------------------------------------------------------------------------------- */

#glossary {

}

/* @end #glossary */



/*
 * #meta
 * ---------------------------------------------------------------------------------- */

#meta {
    position: fixed;
    top: 0;
    z-index: 1000;
    height: 100%; margin: 0 auto;
    padding: 3em 0 5px 2px;
    background-color: #fff;
    overflow-x: visible;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    -webkit-user-select: auto;
    -moz-user-select: all;
    -ms-user-select: all;
    user-select: all;
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    -webkit-transform: translate3d(0, -100%, 0);
    -moz-transform: translate3d(0, -100%, 0);
    -o-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
}
#meta > article {
    max-width: 52em;
    margin: 0 0 -9px 0 ;
    padding: 3em 1em 1em 1em;

}
#meta h1 {
    display: none;
}
#meta .social {
    bottom: 1em;
    right: 1em;
}
#meta > nav {
    background: #efefef;
}
#meta > nav h2 {
    display: none;
}
#meta > nav ul {
    max-width: 52em;
    margin: 0 auto; padding: 0 1em;
    list-style: none;
}
#meta > nav li {
    display: inline-block;
    margin: 0;
}
#meta > nav a {
    position: relative;
    display: block;
    color: #434343;
    text-decoration: none;
    text-transform: lowercase;
    padding: 0.4em; margin: 0 2em 0 0;
}
#meta > nav .selected a:after {
    content:"\0020";
    position: absolute;
    display: block;
    background: #434343;
    bottom: 0; left: 0;
    width: 100%; height: 3px;
}
#meta > article header:first-of-type {
    margin: 0;
}
#meta > article header h2 {
    font-weight: 400;
    text-transform: lowercase;
    margin: 0; padding: 0; border: none;
}
/*#meta h3 {
    display: none;
}*/
#meta article > p:last-of-type {
    margin-bottom: 5em;
}
#meta article > p:last-of-type:after {
    content: none;
}

/* @end #meta */



/*
 * #news
 * ---------------------------------------------------------------------------------- */

#news form {
    position: relative;
}
#news input[type="text"] {
    display: block;
    width: 100%;
    padding-left: 0;
    margin-bottom: 1em;
}
@media(min-width: 360px) {
    #news form {
        position: relative;
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap;
        flex-flow: row;
        padding-bottom: 1em;
    }
    #news input[type="text"] {
        flex: 2 0 8em;
        margin-bottom: 0;
    }
    #news button {
        margin-left: 1em;
    }
}
@media(min-width: 540px) {
    #news input[type="text"] {
        flex: 0.705 0 8em;
    }
}

/* @end #newsletter */



/*
 * #related
 * ---------------------------------------------------------------------------------- */

#related h2 {
    display: none;
}
#related ol {
    list-style: none;
    width: 100%;
    margin: 0; padding: 0;
}
#related li {
    position: relative;
    display: block;
    margin: 0; padding: 0;
}
#related li a {
    position: relative;
    cursor: pointer;
    display: block;
    height: 80px;
    padding: 1em;
    margin: 0 0 1em 0;
    overflow: hidden;
    text-decoration: none;
    background: #efefef no-repeat center;
    background-size: cover;
    font-family: "San Francisco", Roboto, Helvetica, Arial, sans-serif;
    font-size: 0.8em;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
#related li a:hover {
    -webkit-box-shadow:inset 0 0 0 4px #424242;
    -moz-box-shadow:inset 0 0 0 4px #424242;
    box-shadow:inset 0 0 0 4px #424242;
}
#related li h3 {
    position: absolute;
    font-weight: 400;
    left: 0; bottom: 1em; margin: 0;
    font-size: 1em;
    line-height: 1.6em;
    max-width: 75%;
}
#related li span {
    position: relative;
    bottom: 0; left: 0; line-height: 1.6em;
    padding: 0.4em 0.6em; margin-bottom: 1em;
    color: #fff; background: #424242;
    -webkit-box-decoration-break: clone;
    -moz-box-decoration-break: clone;
    -o-box-decoration-break: clone;
    box-decoration-break: clone;
}

@media (min-width: 320px) {
    #related ol {
        display: -webkit-flex;
        display: flex;
        flex-wrap: wrap;
    }
    #related li {
        width: 50%;
    }
    #related li a {
        height: 120px;
        margin: 0 1em 1em 0;
        padding: 0;
    }
    #related li:last-of-type a {
        margin-right: 0;
    }
    #related li:nth-child(2) a,
    #related li:nth-child(4) a {
        margin-right: 0;
    }
}

@media (min-width: 360px) {
    #related li a {
        height: 160px;
    }
}
@media (min-width: 440px) {
    #related li {
        width: 33.3%;
    }
    #related li a {
        height: 120px;
    }
    #related li:nth-child(2) a {
        margin-right: 1em;
    }
    #related li:nth-child(3) a {
        margin-right: 0;
    }
    #related li:nth-of-type(n+4) {
        display: none;
    }
}
@media (min-width: 520px) {
    #related li a {
        height: 160px;
    }
}
@media (min-width: 600px) {
    #related li {
        width: 25%;
    }
    #related li a {
        height: 140px;
    }
    #related li:nth-child(3) a {
        margin-right: 1em;
    }
    #related li:nth-of-type(n+4) {
        display: block;
    }
}
@media (min-width: 720px) {
    #related li a {
        height: 160px;
    }
}
@media (min-width: 760px) {
    #related li a {
        height: 180px;
    }
}

/* @end #related */



/*
 * @group #tail
 * ---------------------------------------------------------------------------------- */

#tail {
    position: relative;
    background-color: #efefef;
    padding: 2em 1em;
    border-bottom: 1em solid #dbdbdb;
}
#tail > * {
    max-width: 50em;
    margin: 0 auto;
    position: relative;
}
#tail p {
    font-size: 0.8em;
    margin: 0 0 2em 0;
}
#tail p:last-of-type {
    margin: 0;
}
#tail h2, #tail h3 {
    display: none;
}

@media (min-width: 760px) {
    #tail {
        padding-bottom: 4em;
        border-bottom: 2em solid #dbdbdb;
    }
}

/* @end #tail */



/*
 * @group #top
 * ---------------------------------------------------------------------------------- */

#top {
    position: fixed;
    left: 0; top: 0;
    width: 100%;
    padding: 0;
    z-index: 1001;
}
#top > * {
    margin: 0 auto;
    font-size: 1em;
    padding: 0 1em;
    max-width: 52em;
}
#top {
    padding: 0;
    width: 100%; height: 3em;
    background-color: rgba(255, 255, 255, 0.9);
    -webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2);
    -moz-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2);
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
#top h1 {
    font-size: 1em;
    font-weight: 400;
    line-height: 3em;
    overflow: hidden;
    padding-right: 4em;
    white-space: nowrap;
    text-transform: lowercase;
    text-overflow: ellipsis;
}
#top h1 a {
    font-weight: 700;
    cursor: pointer;
    color: #434343;
    text-decoration: none;
    border-right: 1px solid #333;
    padding-right: 0.8em;
    margin-right: 0.4em;
}
#top div {
    position: relative;
    height: 3em; width: 100%;
    top: -3em;  margin: 0 auto;
    text-align: right;
    pointer-events: none;
}
#top button, #meta button {
    pointer-events: all;
    line-height: 1.7em;
    padding: 0; margin: 0;
    text-transform: lowercase;
    border: none;
    background: none;
    cursor: pointer;
    font-family: "Icons", monospace;
    font-size: 1.8em;
    font-weight: 400;
    -webkit-font-feature-settings:"liga","dlig";
    -moz-font-feature-settings:"liga=1, dlig=1";
    -moz-font-feature-settings:"liga","dlig";
    -ms-font-feature-settings:"liga","dlig";
    -o-font-feature-settings:"liga","dlig";
    font-feature-settings:"liga","dlig";
    text-rendering: optimizeLegibility;
}

/* @end #top */


/*
 * #related
 * ---------------------------------------------------------------------------------- */


/* @end #related */


/*
 * .classes
 * ---------------------------------------------------------------------------------- */


/* .aspect_nxn ---------------------------------------------------------------------- */

.aspect_1x1 {
    padding-bottom: 100%
}
.aspect_4x3 {
    padding-bottom: 75%;
}
.aspect_16x9 {
    padding-bottom: 56.25%;
}

/* .border{-style} ------------------------------------------------------------------ */

.border {

}
.border-light {

}
.border-heavy {

}

/* .caption -------------------------------------------------------------------------- */

.caption {
    font-size: 0.7em;
    margin: -1em 0 2em 0;
}

/* .embed --------------------------------------------------------------------------- */

.embed {
    position: relative;
}
.embed iframe {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
}

/* .fill ---------------------------------------------------------------------------- */

.fill {
    margin-left: -1em;
    margin-right: -1em;
}
.fill figcaption {
    margin-left: 1.2em;
    margin-right: 1.2em;
}
@media (min-width: 42em) {
    .fill {
        margin-left: 0;
        margin-right: 0;
    }
    .fill figcaption {
        margin-left: 0;
        margin-right: 0;
    }
}

/* .hand ---------------------------------------------------------------------------- */

.hand, .hand * {
    text-align: left;
}

/* .lift ---------------------------------------------------------------------------- */

.lift #top {
    -webkit-transform: translate3d(0, -3.2em, 0);
    -moz-transform: translate3d(0, -3.2em, 0);
    -o-transform: translate3d(0, -3.2em, 0);
    transform: translate3d(0, -3.2em, 0);
}

/* .max ----------------------------------------------------------------------------- */

.max {

}

/* .min ----------------------------------------------------------------------------- */

.min {

}

/* .pull ---------------------------------------------------------------------------- */

.pull {

}

/* .outine -------------------------------------------------------------------------- */

.outline {

}

/* .overlay ------------------------------------------------------------------------- */
html.overlay, .overlay body {
    overflow: hidden;
}
.overlay body {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.overlay body #top {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.overlay body #meta {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.overlay body:after {
    z-index: 999;
    cursor: pointer;
    pointer-events: all;
    background: rgba(0, 0, 0, 0.2);
}

/* .simple -------------------------------------------------------------------------- */

.simple {
    list-style: none;
    padding: 0;
}

/* .social -------------------------------------------------------------------------- */


@media (min-width: 500px) {
    .social {
        position: absolute;
        bottom: -0.1em;
        right: 0;
    }
    .social li {
        margin: 0 0 0 0.4em;
    }
    .social li:last-of-type {
        margin: 0;
    }
}
.social {
    padding: 0;
}
.social li {
    display: inline-block;
    list-style: none;
    margin: 0 0.4em 0 0;
}
.social a {
    font-family: "Icons", monospace;
    font-size: 1.6em;
    line-height: 1.6em;
    cursor: pointer;
    text-decoration: none;
    text-transform: lowercase;
    -webkit-font-feature-settings:"liga","dlig";
    -moz-font-feature-settings:"liga=1, dlig=1";
    -moz-font-feature-settings:"liga","dlig";
    -ms-font-feature-settings:"liga","dlig";
    -o-font-feature-settings:"liga","dlig";
    font-feature-settings:"liga","dlig";
    text-rendering: optimizeLegibility;
}

.social a:link {
    color: #434343;
}
.social a:visited {
    color: #434343;
}
.social a:hover {
    color: #c00;
}
.social a:active {
    color: #223d96;
}

/* .columns ------------------------------------------------------------------------- */

.columns-3 {
    -webkit-columns: 3;
    -moz-columns: 3;
    columns: 3;
    -webkit-column-gap: 2em;
    -moz-column-gap: 2em;
    column-gap: 2em;
}

/* .split --------------------------------------------------------------------------- */

.split {
    background-color: #361e01;
}
.split p {
    color: #fff;
    margin: 0;
    padding: 0.8em;
    line-height: 1.3;
    font-size: 1.8em;
    text-align: left;
}
.split.fill figcaption {
    margin: 0;
}
@media (min-width: 33em) {
    .split {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-flow: row wrap;
        justify-content: space-around;
    }
    .split > * {
        width: 50%; height: 50%;
        display: inline-block;
    }
}

/* @end .classes */


html, body {
    position: relative;
    min-height: 100%;  width: 100%;   
}







