@import url(normalize.css);
button, input[type="button"], input[type="reset"], input[type="submit"],
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-font-smoothing: antialiased;
  background-color: #477dca;
  border-radius: 3px;
  border: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1.2em;
  font-weight: 600;
  line-height: 1;
  padding: 0.75em 1em;
  text-decoration: none;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap; }
  button:hover, button:focus, input[type="button"]:hover, input[type="button"]:focus, input[type="reset"]:hover, input[type="reset"]:focus, input[type="submit"]:hover, input[type="submit"]:focus,
  button:hover,
  button:focus {
    background-color: #2c5999;
    color: #fff; }
  button:disabled, input[type="button"]:disabled, input[type="reset"]:disabled, input[type="submit"]:disabled,
  button:disabled {
    cursor: not-allowed;
    opacity: 0.5; }

fieldset {
  background-color: #f7f7f7;
  border: 1px solid #ddd;
  margin: 0 0 0.9rem;
  padding: 1.8rem; }

input,
label,
select {
  display: block;
  font-family: "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1.2em; }

label {
  font-weight: 600;
  margin-bottom: 0.45rem; }
  label.required::after {
    content: "*"; }
  label abbr {
    display: none; }

input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], input:not([type]), textarea,
select[multiple=multiple],
textarea {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  font-family: "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1.2em;
  margin-bottom: 0.9rem;
  padding: 0.6rem;
  transition: border-color;
  width: 100%; }
  input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="email"]:hover, input[type="month"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="time"]:hover, input[type="url"]:hover, input[type="week"]:hover, input:not([type]):hover, textarea:hover,
  select[multiple=multiple]:hover,
  textarea:hover {
    border-color: #c4c4c4; }
  input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="email"]:focus, input[type="month"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="week"]:focus, input:not([type]):focus, textarea:focus,
  select[multiple=multiple]:focus,
  textarea:focus {
    border-color: #477dca;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(55, 112, 192, 0.7);
    outline: none; }

textarea {
  resize: vertical; }

input[type="search"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none; }

input[type="checkbox"],
input[type="radio"] {
  display: inline;
  margin-right: 0.45rem; }

input[type="file"] {
  padding-bottom: 0.9rem;
  width: 100%; }

select {
  margin-bottom: 1.8rem;
  max-width: 100%;
  width: auto; }

ul,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0; }
dl {
  margin-bottom: 0.9rem; }
  dl dt {
    font-weight: bold;
    margin-top: 0.9rem; }
  dl dd {
    margin: 0; }

table {
  -webkit-font-feature-settings: "kern", "liga", "tnum";
  -moz-font-feature-settings: "kern", "liga", "tnum";
  -ms-font-feature-settings: "kern", "liga", "tnum";
  font-feature-settings: "kern", "liga", "tnum";
  border-collapse: collapse;
  margin: 0.9rem 0;
  table-layout: fixed;
  width: 100%; }

th {
  border-bottom: 1px solid #b7b7b7;
  font-weight: 600;
  padding: 0.9rem 0;
  text-align: left; }

td {
  border-bottom: 1px solid #ddd;
  padding: 0.9rem 0; }

tr,
td,
th {
  vertical-align: middle; }

body {
  -webkit-font-feature-settings: "kern", "liga", "pnum";
  -moz-font-feature-settings: "kern", "liga", "pnum";
  -ms-font-feature-settings: "kern", "liga", "pnum";
  font-feature-settings: "kern", "liga", "pnum";
  -webkit-font-smoothing: antialiased;
  color: #000;
  font-family: "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1.2em;
  line-height: 1.5; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1.2em;
  line-height: 1.2;
  margin: 0 0 0.9rem; }

p {
  margin: 0 0 0.9rem; }

a {
  color: #477dca;
  text-decoration: none;
  transition: color 0.1s linear; }
  a:active, a:focus, a:hover {
    color: #2c5999; }
  a:active, a:focus {
    outline: none; }

hr {
  border-bottom: 1px solid #ddd;
  border-left: none;
  border-right: none;
  border-top: none;
  margin: 1.8rem 0; }

img,
picture {
  margin: 0;
  max-width: 100%; }

/* Bitters needs to be imported before Neat */
html {
  box-sizing: border-box; }

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

html {
  padding-bottom: 2em; }

a:hover {
  text-decoration: underline; }

a:visited {
  color: #551A8B; }

body {
  font-family: Georgia; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 1.5rem 0 0.9rem; }

h1 {
  font-size: 1.942em; }

h2 {
  font-size: 1.618em; }

p {
  margin: 0 0 1.28571rem; }

blockquote {
  font-size: 0.9em;
  line-height: 1.4; }

pre {
  display: block;
  padding: 9.5px;
  font-size: 0.7em;
  line-height: 20px;
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre;
  white-space: pre-wrap;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

code {
  padding: 2px 4px;
  font-size: 0.7em;
  color: #d14;
  white-space: nowrap;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8; }

iframe {
  margin: 0 0 0.9rem; }

.gist table {
  table-layout: auto;
  margin: 0; }
  .gist table .blob-num {
    border: none; }

body {
  font-family: 'proxima-nova',sans-serif; }

h1, h2, h3,
h4, h5, h6 {
  font-family: 'myriad pro',sans-serif; }

section {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto; }
  section::after {
    clear: both;
    content: "";
    display: table; }
  @media only screen and (max-device-width: 736px) {
    section {
      padding: 5% 5% 0% 5%; } }

@media only screen and (min-device-width: 736px) {
  .entry, .archive, #author, .pagination {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%;
    margin-left: 25.58941%; }
    .entry:last-child, .archive:last-child, #author:last-child, .pagination:last-child {
      margin-right: 0; } }
@media only screen and (max-device-width: 736px) {
  .entry, .archive, #author, .pagination {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 100%; }
    .entry:last-child, .archive:last-child, #author:last-child, .pagination:last-child {
      margin-right: 0; }
    .entry iframe, .archive iframe, #author iframe, .pagination iframe {
      width: 100%; } }

.entry {
  margin-bottom: 2em; }
  .entry .post, .entry .short-post {
    max-width: 39rem; }
  .entry .short-post h2.title {
    margin-bottom: 0;
    margin-top: 0; }
  .entry h1.title {
    margin-bottom: 0px; }
  .entry .published-tags {
    font-size: 0.8em;
    margin: 0rem 0 1.2rem 0; }
  .entry h1.title a {
    color: black; }
  .entry ul {
    padding-left: 3rem; }
  .entry ol ol, .entry ul ul,
  .entry ul ol, .entry ol ul {
    margin: 0 0 0.4em 0;
    padding-left: 2em; }
  .entry li {
    margin: 0.4em 0; }
  .entry li li {
    margin: 0; }
  .entry ol {
    list-style-type: decimal;
    list-style-position: inside; }
    .entry ol li {
      margin: 0 0 1.28571rem; }
      .entry ol li p {
        display: inline; }
  .entry ul {
    list-style-type: disc; }
    .entry ul ul {
      list-style-type: circle; }
  .entry code {
    white-space: pre-wrap;
    font-feature-settings: "liga" 0; }
  .entry pre code {
    padding: 0;
    color: inherit;
    border: none;
    white-space: inherit;
    background-color: inherit;
    font-size: 1.2em; }
  .entry blockquote {
    font-style: italic; }

#author .bio, .archive .title {
  text-align: center; }

.footnotes {
  width: 100%;
  margin-top: 1.8rem;
  font-size: 0.9em; }

.pagination {
  text-align: center;
  position: relative; }
  .pagination .newer-posts {
    position: absolute;
    left: 0;
    display: inline-block; }
  .pagination .older-posts {
    position: absolute;
    right: 0;
    display: inline-block; }

.archive ol {
  max-width: 39rem;
  list-style-type: none; }
  .archive ol li.article p:first-child {
    margin-bottom: 0; }

.topbar {
  position: fixed;
  height: 8px;
  background-color: #fadc58;
  border-bottom: 1px solid #f8cc0e;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000; }

#header {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto;
  padding-top: 8px;
  max-width: 100%;
  background: #fbe68a; }
  #header::after {
    clear: both;
    content: "";
    display: table; }
  @media only screen and (min-device-width: 736px) {
    #header {
      padding-bottom: 10px;
      margin-bottom: 10px; } }
  #header .preamble {
    text-align: center; }
    @media only screen and (min-device-width: 736px) {
      #header .preamble {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 48.82117%;
        margin-left: 25.58941%; }
        #header .preamble:last-child {
          margin-right: 0; } }
    @media only screen and (max-device-width: 736px) {
      #header .preamble {
        padding: 5% 5% 0% 5%;
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 100%; }
        #header .preamble:last-child {
          margin-right: 0; } }
    #header .preamble a {
      color: black;
      text-decoration: underline; }
    #header .preamble img.logo {
      width: 200px;
      margin-left: auto;
      margin-right: auto;
      display: block;
      margin-bottom: 10px; }
.highlight table td { padding: 5px; }
.highlight table pre { margin: 0; }
.highlight .cm {
  color: #999988;
  font-style: italic;
}
.highlight .cp {
  color: #999999;
  font-weight: bold;
}
.highlight .c1 {
  color: #999988;
  font-style: italic;
}
.highlight .cs {
  color: #999999;
  font-weight: bold;
  font-style: italic;
}
.highlight .c, .highlight .cd {
  color: #999988;
  font-style: italic;
}
.highlight .err {
  color: #a61717;
  background-color: #e3d2d2;
}
.highlight .gd {
  color: #000000;
  background-color: #ffdddd;
}
.highlight .ge {
  color: #000000;
  font-style: italic;
}
.highlight .gr {
  color: #aa0000;
}
.highlight .gh {
  color: #999999;
}
.highlight .gi {
  color: #000000;
  background-color: #ddffdd;
}
.highlight .go {
  color: #888888;
}
.highlight .gp {
  color: #555555;
}
.highlight .gs {
  font-weight: bold;
}
.highlight .gu {
  color: #aaaaaa;
}
.highlight .gt {
  color: #aa0000;
}
.highlight .kc {
  color: #000000;
  font-weight: bold;
}
.highlight .kd {
  color: #000000;
  font-weight: bold;
}
.highlight .kn {
  color: #000000;
  font-weight: bold;
}
.highlight .kp {
  color: #000000;
  font-weight: bold;
}
.highlight .kr {
  color: #000000;
  font-weight: bold;
}
.highlight .kt {
  color: #445588;
  font-weight: bold;
}
.highlight .k, .highlight .kv {
  color: #000000;
  font-weight: bold;
}
.highlight .mf {
  color: #009999;
}
.highlight .mh {
  color: #009999;
}
.highlight .il {
  color: #009999;
}
.highlight .mi {
  color: #009999;
}
.highlight .mo {
  color: #009999;
}
.highlight .m, .highlight .mb, .highlight .mx {
  color: #009999;
}
.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 .s {
  color: #d14;
}
.highlight .na {
  color: #008080;
}
.highlight .bp {
  color: #999999;
}
.highlight .nb {
  color: #0086B3;
}
.highlight .nc {
  color: #445588;
  font-weight: bold;
}
.highlight .no {
  color: #008080;
}
.highlight .nd {
  color: #3c5d5d;
  font-weight: bold;
}
.highlight .ni {
  color: #800080;
}
.highlight .ne {
  color: #990000;
  font-weight: bold;
}
.highlight .nf {
  color: #990000;
  font-weight: bold;
}
.highlight .nl {
  color: #990000;
  font-weight: bold;
}
.highlight .nn {
  color: #555555;
}
.highlight .nt {
  color: #000080;
}
.highlight .vc {
  color: #008080;
}
.highlight .vg {
  color: #008080;
}
.highlight .vi {
  color: #008080;
}
.highlight .nv {
  color: #008080;
}
.highlight .ow {
  color: #000000;
  font-weight: bold;
}
.highlight .o {
  color: #000000;
  font-weight: bold;
}
.highlight .w {
  color: #bbbbbb;
}
.highlight {
  background-color: #f8f8f8;
}