/*! sanitize.css v3.3.0 | CC0 1.0 Public Domain | github.com/10up/sanitize.css */
/* Normalization */
abbr[title] {
  text-decoration: underline;
  text-decoration: underline dotted;
}

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

b, strong {
  font-weight: bolder;
}

button {
  -webkit-appearance: button;
  overflow: visible;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText;
}

button, select {
  text-transform: none;
}

details {
  display: block;
}

hr {
  overflow: visible;
}

html {
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
}

input {
  -webkit-border-radius: 0;
}
input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
}
input[type="number"] {
  width: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

main {
  display: block;
}

pre {
  overflow: auto;
}

progress {
  display: inline-block;
}

summary {
  display: block;
}

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

template {
  display: none;
}

textarea {
  overflow: auto;
}

[hidden] {
  display: none;
}

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

* {
  font-size: inherit;
  line-height: inherit;
}

::before, ::after {
  text-decoration: inherit;
  vertical-align: inherit;
}

button, input, select, textarea {
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
}

/* Opinionated defaults */
* {
  margin: 0;
  padding: 0;
}

*, ::before, ::after {
  border-style: solid;
  border-width: 0;
}

a, area, button, input, label, select, textarea, [tabindex] {
  -ms-touch-action: manipulation;
      touch-action: manipulation;
    }

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}
select::-ms-expand {
  display: none;
}
select::-ms-value {
  color: currentColor;
}

svg {
  fill: currentColor;
}

[aria-busy="true"] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

[hidden][aria-hidden="false"] {
  clip: rect(0 0 0 0);
  display: inherit;
  position: absolute;
}
[hidden][aria-hidden="false"]:focus {
  clip: auto;
}


/* Configurable defaults */
* {
  background-repeat: no-repeat;
}

:root {
  background-color: #ffffff;
  box-sizing: border-box;
  color: #000000;
  cursor: default;
  font: 100% / 1.5 sans-serif;
  font-family: -apple-system , '.SFNSText-Regular' , 'Helvetica Neue' , 'Roboto' , 'Segoe UI' , sans-serif;
}

a {
  text-decoration: none;
}

audio, canvas, iframe, img, svg, video {
  vertical-align: middle;
}

button, input, select, textarea {
  background-color: transparent;
  color: inherit;
}

button, [type="button"], [type="date"], [type="datetime"], [type="datetime-local"], [type="email"], [type="month"],
[type="number"], [type="password"], [type="reset"], [type="search"], [type="submit"], [type="tel"], [type="text"],
[type="time"], [type="url"], [type="week"], select, textarea {
  min-height: 1.5em;
}

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

nav ol, nav ul {
  list-style: none;
}

small {
  font-size: 75%;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

textarea {
  resize: vertical;
}

::-moz-selection {
  background-color: #b3d4fc;
  color: #ffffff;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  color: #ffffff;
  text-shadow: none;
}

main, header, footer, article, section, aside, details, summary {
  margin: 0 auto;
  width: 100%;
}

main, header, footer, nav {
  display: block;
  margin: 0 auto;
  max-width: 768px;
  padding: 0 24px 24px;
}

footer {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  clear: both;
  display: inline-block;
  float: left;
  max-width: 100%;
  padding: 16px 0;
  text-align: center;
}

hr {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  display: block;
  margin-bottom: 16px;
  width: 100%;
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: baseline;
}

@media screen and (max-width: 400px) {
  article, section, aside {
    clear: both;
    display: block;
    max-width: 100%;
  }
}

body {
  color: rgba(0, 0, 0, 0.8);
  font-size: 16px;
  line-height: 24px;
}

p {
  margin: 0;
  margin-bottom: 24px;
}

h1, h2, h3, h4, h5, h6 {
  color: inherit;
  font-family: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0;
}

h1 {
  font-size: 36px;
  font-weight: 500;
  line-height: 48px;
}

h2 {
  font-size: 30px;
  font-weight: 500;
  line-height: 48px;
}

h3 {
  font-size: 24px;
  font-weight: 500;
  line-height: 48px;
}

h4 {
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

h5 {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

h6 {
  color: rgba(0, 0, 0, 0.54);
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
}

small {
  color: rgba(0, 0, 0, 0.54);
  vertical-align: bottom;
}

pre {
  background: #efefef;
  color: rgba(0, 0, 0, 0.8);
  display: block;
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
  font-size: 16px;
  padding: 24px;
  white-space: pre-wrap;
}

code {
  color: rgba(0, 0, 0, 0.8);
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
  font-size: 16px;
  line-height: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  word-break: break-all;
  word-wrap: break-word;
}

a {
  color: #2196f3;
}
a:hover, a:focus {
  color: #2196f3;
  text-decoration: underline;
}

dl {
  margin-bottom: 24px;
}

dd {
  margin-left: 48px;
}

ul, ol {
  margin-bottom: 24px;
  padding-left: 48px;
  vertical-align: baseline;
}

blockquote {
  border-left: 2px solid #2196f3;
  font-style: italic;
  margin: 24px 0;
  padding-left: 24px;
}

figcaption {
  font-family: Georgia, Times, "Times New Roman", serif;
}

u {
  text-decoration: underline;
}

s {
  text-decoration: line-through;
}

sup {
  font-size: 14px;
  vertical-align: super;
}

sub {
  font-size: 14px;
  vertical-align: sub;
}

mark {
  background: #ffeb3b;
}

input[type="text"], input[type="password"], input[type="email"], input[type="url"], input[type="date"], input[type="month"],
input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="week"], input[type="number"],
input[type="search"], input[type="tel"], select {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 4px;
  color: rgba(0, 0, 0, 0.8);
  display: inline-block;
  padding: 4px;
  vertical-align: middle;
}

input[type="color"] {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 4px;
  display: inline-block;
  vertical-align: middle;
}

input:not([type]) {
  -webkit-appearance: none;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 4px;
  display: inline-block;
  padding: 8px;
  text-align: left;
}

input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="url"]:focus,
input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="datetime"]:focus,
input[type="datetime-local"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="search"]:focus,
input[type="tel"]:focus, input[type="color"]:focus, select:focus, textarea:focus {
  border-color: #2196f3;
}

input:not([type]):focus {
  border-color: #2196f3;
}

input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
  outline: 1px thin rgba(0, 0, 0, 0.12);
}

input[type="text"][disabled], input[type="password"][disabled], input[type="email"][disabled], input[type="url"][disabled],
input[type="date"][disabled], input[type="month"][disabled], input[type="time"][disabled], input[type="datetime"][disabled],
input[type="datetime-local"][disabled], input[type="week"][disabled], input[type="number"][disabled],
input[type="search"][disabled], input[type="tel"][disabled], input[type="color"][disabled], select[disabled],
textarea[disabled] {
  background-color: rgba(0, 0, 0, 0.12);
  color: rgba(0, 0, 0, 0.54);
  cursor: not-allowed;
}

input:not([type])[disabled] {
  background-color: rgba(0, 0, 0, 0.12);
  color: rgba(0, 0, 0, 0.54);
  cursor: not-allowed;
}

input[readonly], select[readonly], textarea[readonly] {
  border-color: rgba(0, 0, 0, 0.12);
  color: rgba(0, 0, 0, 0.54);
}

input:focus:invalid, textarea:focus:invalid, select:focus:invalid {
  border-color: #ea1c0d;
  color: #f44336;
}

input[type="file"]:focus:invalid:focus, input[type="radio"]:focus:invalid:focus, input[type="checkbox"]:focus:invalid:focus {
  outline-color: #f44336;
}

select {
  -webkit-appearance: menulist-button;
  border: 1px solid rgba(0, 0, 0, 0.12);
  vertical-align: sub;
}

select[multiple] {
  height: auto;
}

label {
  line-height: 2;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 8px 0;
}

legend {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  color: rgba(0, 0, 0, 0.8);
  display: block;
  margin-bottom: 8px;
  padding: 8px 0;
  width: 100%;
}

textarea {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 4px;
  display: block;
  margin-bottom: 8px;
  max-width: 100%;
  padding: 8px;
  vertical-align: middle;
}

input[type=submit], input[type=reset], button {
  background: #2196f3;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  margin: 0;
  padding: 8px 16px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}

input[type=submit]::-moz-focus-inner, input[type=reset]::-moz-focus-inner, button::-moz-focus-inner {
  padding: 0;
}

input[type=submit]:hover, input[type=reset]:hover, button:hover {
  background: #0c7cd5;
  border-color: 1px solid rgba(0, 0, 0, 0.54);
}

input[type=submit]:active, input[type=reset]:active, button:active {
  background: #0c7cd5;
  border-color: 1px solid rgba(0, 0, 0, 0.54);
  box-shadow: inset 0 0 4px 0 rgba(0, 0, 0, 0.2);
  outline-offset: -2px;
}

input[type=submit]:focus, input[type=reset]:focus, button:focus {
  background: #0c7cd5;
  border-color: 1px solid rgba(0, 0, 0, 0.54);
  box-shadow: inset 0 0 4px 0 rgba(0, 0, 0, 0.2);
  outline: 0;
}

input[type=submit]:disabled, button:disabled {
  background: rgba(0, 0, 0, 0.12);
  color: rgba(0, 0, 0, 0.38);
  cursor: not-allowed;
}

table {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  margin-bottom: 24px;
}

caption {
  padding: 8px 0;
}

thead th {
  border: 0;
  border-bottom: 2px solid rgba(0, 0, 0, 0.12);
  text-align: left;
}

tr {
  margin-bottom: 8px;
}

th, td {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  padding: 24px;
  vertical-align: inherit;
}

tfoot tr {
  text-align: left;
}

tfoot td {
  color: rgba(0, 0, 0, 0.54);
  font-size: 8px;
  font-style: italic;
  padding: 24px 4px;
}


header {
  margin: 24px auto;
  text-align: center;
  white-space: nowrap;
}
header > h1 {
  display: inline;
  vertical-align: middle;
  font-size: 32px;
}
header img {
  width: 48px;
  height: 48px;
  border-radius: 48px;
  vertical-align: middle;
  margin: 0 12px;
}
header > ul {
  display: inline;
  list-style: none;
  line-height: 48px;
  font-size: 32px;
  vertical-align: middle;
  padding: 0;
}
header > ul li {
  display: inline;
}


/* One line form for subscribing to weekly email */
form {
  width: 100%;
  margin: 24px 0 48px auto;
  text-align: right;
}
form label {
  display: block;
  max-width: 24em;
  margin: 0 0 8px auto;
  white-space: normal;
  line-height: 1.4;
}
form input[type=submit] {
  padding: 4px 12px;
}



/* article = single post */
article h2 {
  position: -webkit-sticky;
  position: -moz-sticky;
  position: sticky;
  background: #fff;
  height: 48px;
  top: 0px;
}
/* On the main page you should see each post title on a single line, longer
 * titles truncated with ellipsis.
 */
article h2 a {
  display: inline-block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

article .meta {
  color: #aaa;
}

article [itemprop="articleBody"] {
  /* Don't expand content to attempt to fit pre blocks. */
  overflow: hidden;

  /* http://www.newnet-soft.com/blog/csstypography */
  word-break: break-word;
  -webkit-hyphens: auto;
     -moz-hyphens: auto;
          hyphens: auto;
  -webkit-hyphenate-before: 2;
  -webkit-hyphenate-after: 3;
          hyphenate-lines: 3;
}

/* Limit image size so they don't take over the entire page */
article img, article video, article iframe {
  max-width: 100%;
  max-height: 400px;
  margin: 0 auto;
  padding: 0;
  display: block;
}

@media screen and (max-width: 400px) {
}

article video, article iframe {
  margin-bottom: 24px;
  width: 90%;
}

article pre {
  margin-bottom: 24px;
}

article {
  margin-bottom: 96px;
}


/* Page footer is just a set of links.  */
footer {
  margin-top: 40px;
  text-align: center;
  font-weight: 600;
}
footer a {
  margin: 0 12px;
  white-space:nowrap;
}
footer a i {
  margin-right: 4px;
}
