@import url(https://fonts.googleapis.com/css?family=Noto+Sans:400,700);
@import url(https://fonts.googleapis.com/css?family=Sanchez:400italic,400);
@import url(https://fonts.googleapis.com/css?family=Roboto:100);
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html { line-height: 1.15; -webkit-text-size-adjust: 100%; }
body { margin: 0; }
main { display: block; }
h1 { font-size: 2em; margin: .67em 0; }
hr { box-sizing: content-box; height: 0; overflow: visible; }
pre { font-family: monospace, monospace; font-size: 1em; }
a { background-color: transparent; }
abbr[title] { border-bottom: none; text-decoration: underline; text-decoration: underline dotted; }
b, strong { font-weight: bolder; }
code, kbd, samp { font-family: monospace, monospace; font-size: 1em; }
small { font-size: 80%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sub { bottom: -0.25em; }
sup { top: -0.5em; }
img { border-style: none; }
button, input, optgroup, select, textarea { font-family: inherit; font-size: 100%; line-height: 1.15; margin: 0; }
button, input { overflow: visible; }
button, select { text-transform: none; }
button, [type="button"], [type="reset"], [type="submit"] { -webkit-appearance: button; }
button::-moz-focus-inner, [type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner { border-style: none; padding: 0; }
button:-moz-focusring, [type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring { outline: 1px dotted ButtonText; }
fieldset { padding: .35em .75em .625em; }
legend { box-sizing: border-box; color: inherit; display: table; max-width: 100%; padding: 0; white-space: normal; }
progress { vertical-align: baseline; }
textarea { overflow: auto; }
[type="checkbox"], [type="radio"] { box-sizing: border-box; padding: 0; }
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button { height: auto; }
[type="search"] { -webkit-appearance: textfield; outline-offset: -2px; }
[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
::-webkit-file-upload-button { -webkit-appearance: button; font: inherit; }
details { display: block; }
summary { display: list-item; }
template { display: none; }
[hidden] { display: none; }
.hljs { display: block; overflow-x: auto; padding: .5em; background: #f0f0f0; }
.hljs, .hljs-subst { color: #444; }
.hljs-comment { color: #888; }
.hljs-keyword, .hljs-attribute, .hljs-selector-tag, .hljs-meta-keyword,
.hljs-doctag, .hljs-name { font-weight: bold; }
.hljs-type, .hljs-string, .hljs-number, .hljs-selector-id, .hljs-selector-class,
.hljs-quote, .hljs-template-tag, .hljs-deletion { color: #800; }
.hljs-title, .hljs-section { color: #800; font-weight: bold; }
.hljs-regexp, .hljs-symbol, .hljs-variable, .hljs-template-variable, .hljs-link,
.hljs-selector-attr, .hljs-selector-pseudo { color: #bc6060; }
.hljs-literal { color: #78a960; }
.hljs-built_in, .hljs-bullet, .hljs-code, .hljs-addition { color: #397300; }
.hljs-meta { color: #1f7199; }
.hljs-meta-string { color: #4d99bf; }
.hljs-emphasis { font-style: italic; }
.hljs-strong { font-weight: bold; }
.input { -webkit-appearance: none; -moz-appearance: none; appearance: none; box-sizing: border-box; width: 100%; margin: 0 0 .9rem; padding: .6rem; background: #fff; border: 1px solid #bbb; box-shadow: inset 0 1px 3px rgba( 0, 0, 0, .05 ); border-radius: 0; outline: none; resize: vertical; transition: border-color .3s ease; color: #000; font-family: inherit; font-size: 100%; line-height: 1.15; }
.input[disabled] { border-color: #c8c8c8; background-color: #f2f2f2; box-shadow: none; cursor: not-allowed; color: #0d0d0d; }
.input:focus { border-color: #17f; }
.input::-webkit-input-placeholder { color: #999; opacity: 1; }
.input:-ms-input-placeholder { opacity: 1; }
.input::-ms-input-placeholder { opacity: 1; }
.input::placeholder { color: #999; opacity: 1; }
.input:-ms-input-placeholder { color: #999; }
.input::-ms-input-placeholder { color: #999; }
.control { position: relative; margin: 0 0 .9rem; box-sizing: border-box; }
.control__input { position: absolute; opacity: 0; -webkit-appearance: none; -moz-appearance: none; appearance: none; margin: 0; left: 0; top: calc( 50% - 10px ); width: 20px; height: 20px; pointer-events: none; }
.control__label { display: flex; align-items: center; position: relative; color: #000; }
.control__label:after, .control__label:before { content: ""; display: block; width: 20px; height: 20px; border: 1px solid transparent; }
.control__label:before { flex-shrink: 0; margin-right: .6rem; border-color: #bbb; box-shadow: inset 0 1px 3px rgba( 0, 0, 0, .05 ); background: #fff; }
.control__label:after { position: absolute; top: calc( 50% - 11px ); left: 0; background-size: 60%; background-repeat: no-repeat; background-position: 50%; -webkit-transform: scale( 0 ); transform: scale( 0 ); transition: -webkit-transform .3s ease; transition: transform .3s ease; transition: transform .3s ease, -webkit-transform .3s ease; }
.control__input[type=radio]+.control__label:before { border-radius: 100%; }
.control__input[type=radio]+.control__label:after { background-image: url( "data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512'%3E%3Cpath d='M256 464c114.9 0 208-93.1 208-208S370.9 48 256 48 48 141.1 48 256s93.1 208 208 208z'/%3E%3C/svg%3E" ); }
.control__input[type=checkbox]+.control__label:after { background-image: url( "data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512'%3E%3Cpath d='M461.6 109.6l-54.9-43.3c-1.7-1.4-3.8-2.4-6.2-2.4-2.4 0-4.6 1-6.3 2.5L194.5 323s-78.5-75.5-80.7-77.7c-2.2-2.2-5.1-5.9-9.5-5.9s-6.4 3.1-8.7 5.4c-1.7 1.8-29.7 31.2-43.5 45.8-.8.9-1.3 1.4-2 2.1-1.2 1.7-2 3.6-2 5.7 0 2.2.8 4 2 5.7l2.8 2.6s139.3 133.8 141.6 136.1c2.3 2.3 5.1 5.2 9.2 5.2 4 0 7.3-4.3 9.2-6.2l249.1-320c1.2-1.7 2-3.6 2-5.8 0-2.5-1-4.6-2.4-6.4z'/%3E%3C/svg%3E" ); }
.control__input[type=checkbox][disabled]+.control__label,
.control__input[type=radio][disabled]+.control__label { cursor: not-allowed; color: #0d0d0d; }
.control__input[type=checkbox][disabled]+.control__label:before,
.control__input[type=radio][disabled]+.control__label:before { border-color: #c8c8c8; background-color: #f2f2f2; box-shadow: none; }
.control__input:focus+.control__label:before { border-color: #17f; }
.control__input:checked+.control__label:after { -webkit-transform: scale( 1 ); transform: scale( 1 ); }
.select { -webkit-appearance: none; -moz-appearance: none; appearance: none; box-sizing: border-box; margin: 0 0 .9rem; padding: .6rem calc( .9rem + 12px ) .6rem .6rem; width: 100%; background: #fff; background-image: url( "data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512'%3E%3Cpath d='M256 298.3l174.2-167.2c4.3-4.2 11.4-4.1 15.8.2l30.6 29.9c4.4 4.3 4.5 11.3.2 15.5L264.1 380.9c-2.2 2.2-5.2 3.2-8.1 3-3 .1-5.9-.9-8.1-3L35.2 176.7c-4.3-4.2-4.2-11.2.2-15.5L66 131.3c4.4-4.3 11.5-4.4 15.8-.2L256 298.3z'/%3E%3C/svg%3E" ); background-size: 12px; background-repeat: no-repeat; background-position: calc( 100% - .6rem ) 50%; border: 1px solid #bbb; box-shadow: inset 0 1px 3px rgba( 0, 0, 0, .05 ); border-radius: 0; outline: 0; color: #000; font-family: inherit; font-size: 100%; line-height: 1.15; }
.select[disabled] { border-color: #c8c8c8; background-color: #f2f2f2; box-shadow: none; cursor: not-allowed; color: #0d0d0d; }
.select:focus { border-color: #17f; }
.select::-ms-expand { display: none; }
html, body { height: 100%; }
body { background: #fbfaf9; color: #424c55; font-family: "Open Sans", arial, sans-serif; font-size: 18px; }
h1, h2, h3, h4, h5, h6 { margin-bottom: 20px; text-transform: none; }
h1 { font-size: 26px; }
h2 { font-size: 24px; }
h3 { font-size: 20px; margin-bottom: 20px; }
h4 { font-size: 18px; margin-bottom: 18px; }
h5 { font-size: 16px; margin-bottom: 15px; }
h6 { font-size: 14px; margin-bottom: 12px; }
p { line-height: 1.8; margin: 0 0 30px; }
a { color: #0081af; text-decoration: none; }
ul, ol { line-height: 1.4; margin: 0 0 20px; }
ul ul, ul ol, ol ul, ol ol { margin: 10px 0 0 20px; }
ul li, ol li { margin: 0 0 2px; }
ul li:last-of-type, ol li:last-of-type { margin-bottom: 0; }
blockquote { border-left: 1px dotted #0081af; margin: 40px 0; padding: 5px 30px; }
blockquote p { color: #aeadad; display: block; font-style: italic; margin: 0; width: 100%; }
img { display: block; margin: 40px 0; width: auto; max-width: 100%; }
img[src$="align-center"] { margin: auto; }
img[src$="align-left"] { float: left; margin-right: 40px; }
img[src$="align-right"] { float: right; margin-left: 40px; }
pre { background: #f1f0ea; border: 1px solid #dddbcc; border-radius: 3px; margin: 0 0 20px; overflow-x: auto; padding: 10px; font-size: 16px; }
pre code { padding: 0; }
code { padding: 2px 4px; font-size: 90%; color: #0081af; background-color: #f1f0ea; border-radius: 4px; }
hr { border: none; border-bottom: 1px dotted #303030; margin: 45px 0; }
table { margin-bottom: 40px; width: 100%; }
table tbody > tr:nth-child(odd) > td, table tbody > tr:nth-child(odd) > th { background-color: #f7f7f3; }
table th { padding: 0 10px 10px; text-align: left; }
table td { padding: 10px; }
table tr { border-bottom: 1px dotted #aeadad; }
::selection { background: #fff5b8; color: #000; display: block; }
::-moz-selection { background: #fff5b8; color: #000; display: block; }
.fluid-width-video-wrapper { margin-bottom: 40px; }
.hidden { text-indent: -9999px; visibility: hidden; display: none; }
.clearfix:after { content: ""; display: table; clear: both; }
.container { margin: 0 auto; position: relative; width: 100%; max-width: 889px; }
#wrapper { height: auto; min-height: 100%; margin-bottom: -265px; }
#wrapper:after { content: ""; display: block; height: 265px; }
.button { background: #424c55; border: none; border-radius: 3px; color: #fefefe; font-size: 14px; font-weight: 700; padding: 10px 12px; text-transform: uppercase; }
.button:hover { background: #0081af; }
.button-square { background: #0081af; color: #fff; float: left; font-size: 17px; margin: 0 0 0 10px; padding: 3px 8px 4px; }
.button-square:hover { background: #424c55; }
.error { text-align: center; }
.comments { margin-top: 10px; }
.site-header { padding: 40px 0 0; overflow: auto; text-align: center; text-transform: uppercase; }
.site-title-wrapper { display: table; margin: 0 auto; }
.site-title { float: left; font-size: 14px; font-weight: 600; margin: 0; text-transform: uppercase; }
.site-title a { float: left; background: #0081af; color: #fefefe; padding: 5px 10px 6px; }
.site-title a:hover { background: #424c55; }
.site-logo { display: block; }
.site-logo img { margin: 0; }
.site-nav { list-style: none; margin: 28px 0 10px; padding: 0; }
.site-nav-item { display: inline-block; font-size: 14px; font-weight: 700; margin: 0 10px; }
.site-nav-item a:hover { color: #424c55; }
#latest-post { display: none; }
.post-container { margin: 0 40px; }
.post-header { border-bottom: 6px solid #424c55; margin: 0 0 20px; padding: 0 0 20px; text-align: center; text-transform: uppercase; }
.post-title, .page-title { font-size: 52px; font-weight: 700; margin: 15px 0; text-align: center; text-transform: uppercase; }
.page-title { margin: 15px 40px; }
.post-date, .blog-description { color: #aeadad; font-size: 14px; font-weight: 600; line-height: 1; margin: 25px 0 0; }
.post-date a, .blog-description a { color: #aeadad; }
.post-date a:hover, .blog-description a:hover { color: #0081af; }
.post-date:after, .blog-description:after { border-bottom: 1px dotted #424c55; content: ""; display: block; margin: 12px auto 0; width: 100px; }
.post-content a:hover { border-bottom: 1px dotted #0081af; padding: 0 0 2px; }
.post-content:last-child { margin-bottom: 0; }
.post-content .footnote { border-spacing: 0; margin-bottom: 0; }
.post-content .footnote .label + td { width: 100%; }
.post-content .gist tr { border-bottom: 0; }
.post-footer { margin-top: 5px; }
.post-tags, .share { color: #aeadad; font-size: 14px; }
.post-tags span, .share span { font-weight: 600; }
.post-tags { float: left; margin: 3px 0 0; }
.post-tags a:hover { color: #424c55; }
.share { float: right; }
.share a { background: #0081af; color: #fff; display: inline-block; font-size: 16px; margin-left: 5px; padding: 5px 0 4px; width: 30px; text-align: center; }
.share a:hover { background: #424c55; }
.post-navigation { display: table; margin: 70px auto 100px; }
.newer-posts, .older-posts { float: left; background: #0081af; color: #fefefe; font-size: 14px; font-weight: 600; margin: 0 5px; padding: 5px 10px 6px; text-transform: uppercase; }
.newer-posts:hover, .older-posts:hover { background: #424c55; }
.page-number { display: none; }
.post-list { list-style: none; padding: 0; }
.post-stub { border-bottom: 1px dotted #424c55; margin: 0; position: relative; }
.post-stub:first-child { padding-top: 0; }
.post-stub a { -webkit-transition: all .2s ease-in-out; -moz-transition: all .2s ease-in-out; transition: all .2s ease-in-out; display: block; color: #424c55; padding: 20px 5px; }
.post-stub a:hover { background: #e7f3f7; color: #0081af; padding: 20px 12px; }
.post-stub a:hover .post-stub-tag { background: #0081af; }
.post-stub-tag { background: #424c55; border-radius: 3px; color: #fff; float: right; font-size: 10px; margin: 7px 0 0; padding: 0 5px; text-transform: uppercase; }
.post-stub-title { display: inline-block; margin: 0; text-transform: none; }
.post-stub-description { display: inline-block; margin: 0; text-transform: none; }
.post-stub-description:before { content: "/ "; }
.post-stub-date { display: inline-block; }
.post-stub-date:before { content: "/ "; }
.next-posts-link a, .previous-posts-link a { display: block; padding: 8px 11px; }
.author-profile { margin: 0 40px; }
.author-profile:after { border-bottom: 1px dotted #424c55; content: ""; display: block; margin: 40px auto 0; width: 100px; }
.author-heading { margin: 15px auto; text-align: center; width: 100%; }
.author-avatar { border-radius: 50px; display: inline; height: 50px; margin: 5px 10px 0 0; width: 50px; vertical-align: middle; }
.author-name { display: inline; font-size: 52px; font-weight: 700; text-align: center; text-transform: uppercase; vertical-align: middle; }
.author-meta { color: #aeadad; font-size: 14px; font-weight: 600; line-height: 1; margin: 25px 0 0; text-align: center; text-transform: uppercase; }
.author-meta span { display: inline-block; margin: 0 10px 8px; }
.author-meta i { margin-right: 8px; }
.author-meta a { color: #aeadad; }
.author-meta a:hover { color: #0081af; }
.author-bio { margin: 20px auto 0; text-align: center; max-width: 700px; }
.footer { background: #424c55; color: #d3d3d3; height: 265px; margin-top: 95px; overflow: auto; }
.footer .site-title-wrapper { margin: 80px auto 35px; }
.footer .site-title a:hover, .footer .button-square:hover { background: #121212; }
.footer-copyright { color: #656565; font-size: 14px; margin: 0; text-align: center; text-transform: uppercase; }
.footer-copyright a { color: #656565; font-weight: 700; }
.footer-copyright a:hover { color: #fefefe; }
#nprogress .bar { background: #0081af; }
#nprogress .peg { box-shadow: 0 0 10px #0081af, 0 0 5px #0081af; }
#nprogress .spinner-icon { border-top-color: #0081af; border-left-color: #0081af; }
@media only screen and (max-width: 800px) {
 .post-stub-tag { display: none; }
}
@media only screen and (max-width: 600px) {
 h1, h2 { margin-bottom: 20px; }
 p { margin-bottom: 20px; }
 ul, ol { margin-bottom: 20px; }
 img { margin: 30px 0; }
 blockquote { margin: 30px 0; }
 pre { margin: 20px 0; }
 hr { margin: 35px 0; }
 .site-header { padding-top: 40px; }
 .site-title { float: none; margin-bottom: 15px; }
 .site-title a { float: none; }
 .site-title + .button-square { margin-left: 0; }
 .site-nav-item { display: block; margin: 15px 0; }
 .post-header { margin-bottom: 20px; padding-bottom: 20px; }
 .post-header p { word-wrap: break-word; overflow-wrap: break-word; }
 .post-title, .page-title, .author-name, .author-heading { font-size: 42px; margin-top: 5px; word-wrap: break-word; overflow-wrap: break-word; }
 .post-date, .blog-description, .author-meta { margin-top: 20px; }
 .post-date:after, .post-date:before, .blog-description:after,
 .blog-description:before, .author-meta:after, .author-meta:before { margin-top: 30px; }
 .author-profile:after, .author-profile:before { margin-top: 20px; }
 .post-stub-title { display: block; }
 .post-stub-date:before { content: ""; display: block; }
 .post-list { margin-top: 20px; }
 .post-container, .post-list, .author-profile { margin-right: 25px; margin-left: 25px; }
 .post-tags { width: 100%; }
 .post-stub a, .post-stub a:hover { padding-top: 12px; padding-bottom: 12px; }
 .share { float: left; margin-top: 20px; }
 .share a { margin: 0 5px 0 0; }
 .footer { margin-top: 50px; }
 .footer .site-title-wrapper { text-align: center; }
 .footer .button-jump-top { clear: both; display: inline-block; float: none; }
}
@media only screen and (max-width: 400px) {
 .site-header { padding-top: 40px; }
 .post-title, .page-title, .author-name, .author-heading { font-size: 30px; line-height: 1.2; word-wrap: break-word; overflow-wrap: break-word; }
 .post-date, .blog-description, .author-meta { line-height: 1.6; }
 .post-date, .blog-description, .author-meta { margin-top: 10px; }
 .post-date:after, .post-date:before, .blog-description:after,
 .blog-description:before, .author-meta:after, .author-meta:before { margin-top: 20px; }
 .author-profile:after, .author-profile:before { margin-top: 10px; }
 .post-container, .post-list, .author-profile { margin-right: 15px; margin-left: 15px; }
 .author-avatar { display: block; margin: 0 auto 18px; }
 .author-meta span { display: block; margin: 18px 0; }
 .footer-copyright { padding: 0 10px; }
}
aside, figcaption { background: #e7f3f7; border: 1px solid #dddbcc; border-radius: 3px; margin: 0 0 20px; overflow-x: auto; padding: 10px; font-size: 16px; }
figcaption { text-align: center; }
.freshness-warning { background: #e7f3f7; border: 1px solid #dddbcc; border-radius: 3px; margin: 0 0 20px; overflow-x: auto; padding: 10px; font-size: 16px; }
.freshness-warning .freshness-title { text-align: center; padding-bottom: 1em; font-weight: bold; }
.footer-copyright img { margin: 0; padding: 0; opacity: .3; display: inline; vertical-align: middle; }
.form-submit-button { background: #0081af; color: #fbfaf9; border-style: outset; border-color: #0081af; height: 50px; width: 100px; font: bold 15px arial, sans-serif; text-shadow: none; }
blockquote { margin-bottom: 3em; position: relative; font-family: 'Sanchez', serif; font-size: 1.4em; line-height: 1.5em; border: none; }
blockquote cite { font-family: 'Noto Sans', sans-serif; font-size: .8em; font-weight: 700; margin-top: 1.5em; color: #c4cbd2; float: right; }
blockquote cite:before { content: '\2015'; }
blockquote:after { content: '\201D'; position: absolute; top: .28em; right: 0; font-size: 6em; font-style: italic; color: #cce6ee; z-index: -1; }
blockquote p { color: #7d8c9a; }
#hits em { background-color: #fff5b8; }
