@charset "UTF-8";
/* ========================================================================== Variables ========================================================================== */
/* ========================================================================== Mixins ========================================================================== */
/* ========================================================================== Code styles ========================================================================== */
code, kbd, pre, samp { font-family: 'Roboto Mono', monospace; font-weight: normal; }

code { background: #f5f8f1; border-radius: 4px; padding: 2px 4px 3px; font-size: 90%; color: #7b9d4a; }
pre code { background: none; border-radius: none; padding: 0; color: inherit; }

.colorsample { border-radius: 3px; padding: 0.25rem 0.75rem; font-size: 90%; line-height: 1; color: #ffffff; }
.colorsample.color-default { background-color: #93939c; }
.colorsample.color-success { background-color: #8fc06a; }
.colorsample.color-info { background-color: #80c4e8; }
.colorsample.color-warning { background-color: #ecb481; }
.colorsample.color-danger { background-color: #d97177; }
.colorsample.color-purple { background-color: #7d2982; }
.colorsample.color-green { background-color: #7b9d4a; }
.colorsample.color-gold { background-color: #debb5c; }
.colorsample.color-teal { background-color: #42809d; }
.colorsample.color-pink { background-color: #c3538f; }

/* ========================================================================== Code example styles ========================================================================== */
.d-example { box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.12); padding: 1rem 2.5rem 2.5rem; }
.d-example:before, .d-example:after { content: ' '; display: table; }
.d-example:after { clear: both; }
.d-example > .toggle { border-bottom: 1px solid #ececec; margin: 0 0 1.5rem; padding-bottom: 1rem; }
.d-example > .toggle a { font-size: 75%; font-weight: bold; text-transform: uppercase; }
.d-example > .wrapper { position: relative; width: 100%; overflow-x: hidden; overflow-y: auto; }
.d-example > .wrapper .input, .d-example > .wrapper .output { -webkit-transition: left 0.3s ease-in-out 0s; -o-transition: left 0.3s ease-in-out 0s; transition: left 0.3s ease-in-out 0s; position: absolute; top: 0; width: 100%; }
.d-example > .wrapper .input > *, .d-example > .wrapper .output > * { margin-bottom: 1.5rem; }
.d-example > .wrapper .input { left: -100%; }
.d-example > .wrapper .input.active { left: 0; }
.d-example > .wrapper .output { left: 100%; }
.d-example > .wrapper .output.active { left: 0; }

/* ========================================================================== Reset ========================================================================== */
/* Reset Modified from Normalize.css */
/* Base Reset */
* { margin: 0; padding: 0; }

*, *:before, *:after { box-sizing: inherit; }

html { min-height: 100%; box-sizing: border-box; -webkit-tap-highlight-color: transparent; font-size: 62.5%; }

body { font-family: 'Roboto', 'Helvetica Neue', Helvetica, sans-serif; font-weight: 400; -webkit-font-smoothing: antialiased; }

article, aside, figcaption, figure, footer, header, hgroup, main, menu, nav, section { display: block; }

/* Media */
audio, canvas, progress, video { display: inline-block; vertical-align: baseline; }

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

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

img { max-width: 100%; font-style: italic; vertical-align: middle; border: 0; }

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

svg { pointer-events: none; max-height: 100%; }

/* Links */
a { background-color: transparent; text-decoration: none; color: #3F51B5; }

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

/* Text Selectors */
abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

i, em { font-weight: italic; }

/* Content */
figure { margin: 0; }

hr { margin-top: 2.5rem; margin-bottom: 2.5rem; width: 100%; height: 1px; border: 0; background: #EFF1F3; }

/* Code Blocks */
pre { overflow: auto; }

/* ========================================================================== Type styles ========================================================================== */
.muted { color: #9E9E9E; }

/* ========================================================================== Layout ========================================================================== */
.u-container { max-width: 116rem; margin-right: auto; margin-left: auto; }

/* ========================================================================== Header ========================================================================== */
.c-header { padding-top: 14.1rem; padding-bottom: 7.5rem; padding-right: 2.5rem; padding-left: 2.5rem; background: #3F51B5; }

.c-header__nav { font-family: 'Roboto Mono', monospace; font-weight: 500; line-height: 1.25; font-size: 1.5rem; margin-top: 1rem; }
.c-header__nav:before, .c-header__nav:after { content: ' '; display: table; }
.c-header__nav:after { clear: both; }
.c-header__nav ul { list-style: none outside none; margin-left: -1rem; }
.c-header__nav ul li { display: block; float: left; border-left: 2px solid rgba(255, 255, 255, 0.25); }
.c-header__nav ul li:first-child { border-left: none; }
.c-header__nav ul li a { display: block; padding: 0 1rem; }
.c-header__nav a { color: rgba(255, 255, 255, 0.67); }
.c-header__nav a:hover { text-decoration: underline; }
.c-header__nav a.active { font-weight: 700; color: #ffffff; }

.c-header__title { position: relative; font-family: 'Roboto Mono', monospace; font-weight: 500; line-height: 1.1; font-size: 4rem; color: #ffffff; }
.c-header__title:after { margin-left: .5rem; color: rgba(255, 255, 255, 0.5); content: '¬'; }
.c-header__title span { color: rgba(255, 255, 255, 0.5); }

/* ========================================================================== Navigation ========================================================================== */
.c-navigation { position: absolute; top: 0; left: 0; padding: 0 2.5rem; width: 100%; background: #3F51B5; z-index: 10; }
.c-navigation:after { content: ''; position: absolute; top: 100%; left: 0; width: 100%; height: 10px; background: linear-gradient(to bottom, rgba(0, 0, 0, 0.25), transparent); }
.c-navigation.is-fixed { position: fixed; will-change: transform; }

.c-navigation__item { position: relative; display: inline-block; padding-top: 2.5rem; padding-bottom: 2.5rem; font-family: 'Roboto Mono', monospace; font-weight: 500; line-height: 1; font-size: 1.6rem; color: #ffffff; text-transform: uppercase; }
.c-navigation__item:not(:last-of-type) { margin-right: 2.5rem; }
.c-navigation__item:after { content: ''; position: absolute; bottom: 0; left: 0; width: 100%; height: 2px; background: transparent; transition: background ease-in-out 0.2s; }
.c-navigation__item:hover:after, .c-navigation__item.is-active:after { background: #ffffff; }

/* ========================================================================== Article ========================================================================== */
.c-article table { border-collapse: collapse; }
.c-article table th, .c-article table td { border: 1px solid #d1d1d1; padding: 0.5rem 1.0rem; }

.c-article__main { max-width: 96rem; margin-right: auto; margin-left: auto; padding-top: 7.5rem; padding-bottom: 7.5rem; padding-right: 2.5rem; padding-left: 2.5rem; line-height: 1.5; font-size: 1.8rem; }
.c-article__main > * { margin-bottom: 1.8rem; color: rgba(0, 0, 0, 0.7); }
.c-article__main ol, .c-article__main ul { margin-left: 3.5rem; }
.c-article__main ol li, .c-article__main ul li { padding-left: .5rem; }
.c-article__main a:not(.c-btn) { text-decoration: none; }
.c-article__main a:not(.c-btn):hover { text-decoration: underline; }
.c-article__main blockquote { margin-left: -2.5rem; width: calc(100% + 5rem); padding: 2.5rem; background: #FAFAFA; }

/* ========================================================================== Archives ========================================================================== */
.c-archives { margin-bottom: 10rem; }

.c-archives__year { margin-bottom: 2.5rem; line-height: 1.25; font-size: 3.5rem; }

.c-archives__list { margin-bottom: 2.5rem; list-style: none; }

.c-archives__item { padding-top: 2.5rem; padding-bottom: 2.5rem; border-top: 1px solid #EFF1F3; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }
.c-archives__item h3 { line-height: 1.5; font-size: 1.8rem; }
.c-archives__item p { line-height: 1.5; font-size: 1.8rem; color: #515862; }

.c-social { padding: 7.5rem; background: #fff; }

.c-social__list { max-width: 76rem; margin-right: auto; margin-left: auto; list-style: none; }

.c-social__title { font-family: 'Roboto Mono', monospace; font-weight: 500; line-height: 1.25; font-size: 3rem; color: rgba(0, 0, 0, 0.5); }

/* ========================================================================== Buttons ========================================================================== */
.c-btn { padding: 1.5rem 2rem; line-height: 1; font-size: 1.6rem; text-decoration: none; background: #FAFAFA; box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12); border-radius: 3px; }

.c-btn-group { display: flex; justify-content: space-between; }

/* ========================================================================== Footer ========================================================================== */
.c-footer { padding-top: 14.1rem; padding-left: 2.5rem; padding-right: 2.5rem; width: 100%; height: 300px; background: #FAFAFA; }
.c-footer p { line-height: 1; font-size: 1.6rem; }
.c-footer a:not(:first-of-type) { margin-left: 2rem; }

.c-footer__container { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; display: flex; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; }

/* ========================================================================== Blue Theme ========================================================================== */
.t-blue .c-navigation, .t-blue .c-header { background: #2196F3; }
.t-blue .c-article__main a:not(.c-btn) { color: #2196F3; }
.t-blue .c-footer a { color: #2196F3; }

/* ========================================================================== Green Theme ========================================================================== */
.t-green .c-navigation, .t-green .c-header { background: #4CAF50; }
.t-green .c-article__main a:not(.c-btn) { color: #4CAF50; }
.t-green .c-footer a { color: #4CAF50; }

/* ========================================================================== Grey Theme ========================================================================== */
.t-grey .c-navigation, .t-grey .c-header { background: #607D8B; }
.t-grey .c-article__main a:not(.c-btn) { color: #607D8B; }
.t-grey .c-footer a { color: #607D8B; }

/* ========================================================================== Grey Theme ========================================================================== */
.t-orange .c-navigation, .t-orange .c-header { background: #FF5722; }
.t-orange .c-article__main a:not(.c-btn) { color: #FF5722; }
.t-orange .c-footer a { color: #FF5722; }

/* ========================================================================== Grey Theme ========================================================================== */
.t-purple .c-navigation, .t-purple .c-header { background: #673AB7; }
.t-purple .c-article__main a:not(.c-btn) { color: #673AB7; }
.t-purple .c-footer a { color: #673AB7; }

/* ========================================================================== OW Gold Theme ========================================================================== */
.t-brand-gold .c-navigation, .t-brand-gold .c-header { background: #debb5c; }
.t-brand-gold .c-article__main a:not(.c-btn) { color: #42809d; }
.t-brand-gold .c-footer a { color: #debb5c; }

/* ========================================================================== OW Green Theme ========================================================================== */
.t-brand-green .c-navigation, .t-brand-green .c-header { background: #7b9d4a; }
.t-brand-green .c-article__main a:not(.c-btn) { color: #42809d; }
.t-brand-green .c-footer a { color: #7b9d4a; }

/* ========================================================================== OW Purple Theme ========================================================================== */
.t-brand-purple .c-navigation, .t-brand-purple .c-header { background: #7d2982; }
.t-brand-purple .c-article__main a:not(.c-btn) { color: #42809d; }
.t-brand-purple .c-footer a { color: #7d2982; }

/** Syntax highlighting styles */
.highlight { padding: 1.5rem; background: #FAFAFA; }
.highlighter-rouge .highlight { background: #eef; }
.highlight .c { color: #998; font-style: italic; }
.highlight .err { color: #a61717; background-color: #e3d2d2; }
.highlight .k { font-weight: bold; }
.highlight .o { font-weight: bold; }
.highlight .cm { color: #998; font-style: italic; }
.highlight .cp { color: #999; font-weight: bold; }
.highlight .c1 { color: #998; font-style: italic; }
.highlight .cs { color: #999; font-weight: bold; font-style: italic; }
.highlight .gd { color: #000; background-color: #fdd; }
.highlight .gd .x { color: #000; background-color: #faa; }
.highlight .ge { font-style: italic; }
.highlight .gr { color: #a00; }
.highlight .gh { color: #999; }
.highlight .gi { color: #000; background-color: #dfd; }
.highlight .gi .x { color: #000; background-color: #afa; }
.highlight .go { color: #888; }
.highlight .gp { color: #555; }
.highlight .gs { font-weight: bold; }
.highlight .gu { color: #aaa; }
.highlight .gt { color: #a00; }
.highlight .kc { font-weight: bold; }
.highlight .kd { font-weight: bold; }
.highlight .kp { font-weight: bold; }
.highlight .kr { font-weight: bold; }
.highlight .kt { color: #458; font-weight: bold; }
.highlight .m { color: #099; }
.highlight .s { color: #d14; }
.highlight .na { color: #008080; }
.highlight .nb { color: #0086B3; }
.highlight .nc { color: #458; font-weight: bold; }
.highlight .no { color: #008080; }
.highlight .ni { color: #800080; }
.highlight .ne { color: #900; font-weight: bold; }
.highlight .nf { color: #900; font-weight: bold; }
.highlight .nn { color: #555; }
.highlight .nt { color: #000080; }
.highlight .nv { color: #008080; }
.highlight .ow { font-weight: bold; }
.highlight .w { color: #bbb; }
.highlight .mf { color: #099; }
.highlight .mh { color: #099; }
.highlight .mi { color: #099; }
.highlight .mo { color: #099; }
.highlight .sb { color: #d14; }
.highlight .sc { color: #d14; }
.highlight .sd { color: #d14; }
.highlight .s2 { color: #d14; }
.highlight .se { color: #d14; }
.highlight .sh { color: #d14; }
.highlight .si { color: #d14; }
.highlight .sx { color: #d14; }
.highlight .sr { color: #009926; }
.highlight .s1 { color: #d14; }
.highlight .ss { color: #990073; }
.highlight .bp { color: #999; }
.highlight .vc { color: #008080; }
.highlight .vg { color: #008080; }
.highlight .vi { color: #008080; }
.highlight .il { color: #099; }
