/**
 * Reset some basic elements
 */
body, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, hr,
dl, dd, ol, ul, figure {
  margin: 0;
  padding: 0; }

/**
 * Basic styling
 */
body {
  font: 300 16px/1.5 "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #111;
  background-color: #fdfdfd;
  -webkit-text-size-adjust: 100%;
  -webkit-font-feature-settings: "kern" 1;
  -moz-font-feature-settings: "kern" 1;
  -o-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  font-kerning: normal; }

/**
 * Set `margin-bottom` to maintain vertical rhythm
 */
h1, h2, h3, h4, h5, h6,
p, blockquote, pre,
ul, ol, dl, figure {
  margin-bottom: 15px; }

/**
 * Images
 */
img {
  max-width: 100%;
  vertical-align: middle; }

/**
 * Figures
 */
figure > img {
  display: block; }

figcaption {
  font-size: 14px; }

/**
 * Lists
 */
ul, ol {
  margin-left: 30px; }

li > ul,
li > ol {
  margin-bottom: 0; }

/**
 * Headings
 */
h1, h2, h3, h4, h5, h6 {
  font-weight: 300; }

.post-content h1 {
  border-bottom: 1px solid #f3f3f3; }

/**
 * Links
 */
a {
  color: #2a7ae2;
  text-decoration: none; }
  a:visited {
    color: #1756a9; }
  a:hover {
    color: #111;
    text-decoration: underline; }

/**
 * Blockquotes
 */
blockquote {
  color: #828282;
  border-left: 4px solid #e8e8e8;
  padding-left: 15px;
  font-size: 18px;
  letter-spacing: -1px;
  font-style: italic; }
  blockquote > :last-child {
    margin-bottom: 0; }

/**
 * Code formatting
 */
pre,
code {
  font-size: 15px;
  border-radius: 3px;
  border: 1px solid #e8e8e8;
  color: #828282; }

code {
  padding: 1px 5px;
  white-space: nowrap; }

pre {
  padding: 8px 12px;
  overflow-x: auto; }
  pre > code {
    border: 0;
    padding-right: 0;
    padding-left: 0; }

/**
 * Wrapper
 */
.wrapper {
  max-width: -webkit-calc(800px - (30px * 2));
  max-width: calc(800px - (30px * 2));
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px; }
  @media screen and (max-width: 800px) {
    .wrapper {
      max-width: -webkit-calc(800px - (30px));
      max-width: calc(800px - (30px));
      padding-right: 15px;
      padding-left: 15px; } }

/**
 * Clearfix
 */
.wrapper:after, .footer-col-wrapper:after {
  content: "";
  display: table;
  clear: both; }

/**
 * Icons
 */
.icon > svg {
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle; }
  .icon > svg path {
    fill: #828282; }

/**
 * Site header
 */
.site-header {
  border-top: 5px solid #424242;
  border-bottom: 1px solid #e8e8e8;
  min-height: 56px;
  position: relative; }

.site-title {
  font-size: 26px;
  line-height: 56px;
  letter-spacing: -1px;
  margin-bottom: 0;
  float: left; }
  .site-title, .site-title:visited {
    color: #424242; }

.site-nav {
  float: right;
  line-height: 56px; }
  .site-nav .menu-icon {
    display: none; }
  .site-nav .page-link {
    color: #111;
    line-height: 1.5; }
    .site-nav .page-link:not(:last-child) {
      margin-right: 20px; }
  @media screen and (max-width: 600px) {
    .site-nav {
      position: absolute;
      top: 9px;
      right: 15px;
      background-color: #fdfdfd;
      border: 1px solid #e8e8e8;
      border-radius: 5px;
      text-align: right; }
      .site-nav .menu-icon {
        display: block;
        float: right;
        width: 36px;
        height: 26px;
        line-height: 0;
        padding-top: 10px;
        text-align: center; }
        .site-nav .menu-icon > svg {
          width: 18px;
          height: 15px; }
          .site-nav .menu-icon > svg path {
            fill: #424242; }
      .site-nav .trigger {
        clear: both;
        display: none; }
      .site-nav:hover .trigger {
        display: block;
        padding-bottom: 5px; }
      .site-nav .page-link {
        display: block;
        padding: 5px 10px;
        margin-left: 20px; }
        .site-nav .page-link:not(:last-child) {
          margin-right: 0; } }

/**
 * Site footer
 */
.site-footer {
  border-top: 1px solid #e8e8e8;
  padding: 30px 0; }

.footer-heading {
  font-size: 18px;
  margin-bottom: 15px; }

.contact-list,
.social-media-list {
  list-style: none;
  margin-left: 0; }

.footer-col-wrapper {
  font-size: 15px;
  color: #828282;
  margin-left: -15px; }

.footer-col {
  float: left;
  margin-bottom: 15px;
  padding-left: 15px; }

.footer-col-1 {
  width: -webkit-calc(35% - (30px / 2));
  width: calc(35% - (30px / 2)); }

.footer-col-2 {
  width: -webkit-calc(20% - (30px / 2));
  width: calc(20% - (30px / 2)); }

.footer-col-3 {
  width: -webkit-calc(45% - (30px / 2));
  width: calc(45% - (30px / 2)); }

@media screen and (max-width: 800px) {
  .footer-col-1,
  .footer-col-2 {
    width: -webkit-calc(50% - (30px / 2));
    width: calc(50% - (30px / 2)); }

  .footer-col-3 {
    width: -webkit-calc(100% - (30px / 2));
    width: calc(100% - (30px / 2)); } }
@media screen and (max-width: 600px) {
  .footer-col {
    float: none;
    width: -webkit-calc(100% - (30px / 2));
    width: calc(100% - (30px / 2)); } }
/**
 * Page content
 */
.page-content {
  padding: 30px 0; }

.post-list {
  margin-left: 0;
  list-style: none; }
  .post-list > li {
    margin-bottom: 30px; }
  .post-list h1, .post-list h2 {
    word-break: break-word; }

.post-meta {
  font-size: 14px;
  color: #828282; }

.post-link {
  display: block; }

/**
 * Posts
 */
.post-header {
  margin-bottom: 30px; }

.post-title {
  font-size: 42px;
  letter-spacing: -1px;
  line-height: 1; }
  @media screen and (max-width: 800px) {
    .post-title {
      font-size: 36px; } }

.post-content {
  margin-bottom: 30px; }
  .post-content h2 {
    font-size: 32px; }
    @media screen and (max-width: 800px) {
      .post-content h2 {
        font-size: 28px; } }
  .post-content h3 {
    font-size: 26px; }
    @media screen and (max-width: 800px) {
      .post-content h3 {
        font-size: 22px; } }
  .post-content h4 {
    font-size: 20px; }
    @media screen and (max-width: 800px) {
      .post-content h4 {
        font-size: 18px; } }

.highlight {
  position: absolute;
  left: 0;
  right: 0;
  border: 1px solid #e8e8e8; }
  .highlight pre {
    background: none;
    border: none;
    overflow-x: scroll;
    word-break: none;
    word-wrap: none;
    white-space: none;
    overflow: auto;
    word-wrap: normal;
    white-space: pre;
    max-width: -webkit-calc(800px - (30px * 2));
    max-width: calc(800px - (30px * 2));
    margin-right: auto;
    margin-left: auto;
    padding-right: 30px;
    padding-left: 30px; }
    .highlight pre code {
      overflow-wrap: normal;
      white-space: pre; }
      @media screen and (max-width: 600px) {
        .highlight pre code {
          font-size: 12px; } }
    @media screen and (max-width: 800px) {
      .highlight pre {
        max-width: -webkit-calc(800px - (30px));
        max-width: calc(800px - (30px));
        padding-right: 15px;
        padding-left: 15px; } }

.higlight-placeholder {
  margin: 10px 0px; }

.body-container {
  display: table;
  position: static;
  width: 100%;
  padding: 0px 10px; }

.highlight {
  margin-left: -10px;
  margin-right: -10px;
  padding-left: 10px;
  padding-right: 10px; }

.sidebar-container {
  box-sizing: border-box;
  display: none;
  position: relative;
  width: 0px; }
  @media screen and (min-width: 800px) {
    .sidebar-container {
      width: 240px;
      min-width: 200px;
      display: table-cell; } }

.page-content {
  display: table-cell;
  position: relative; }

.page-content .wrapper {
  min-height: 600px; }

.twitter-feed {
  display: none; }
  @media screen and (min-width: 800px) {
    .twitter-feed {
      position: sticky;
      position: -webkit-sticky;
      top: 20px;
      display: block;
      width: 100%;
      padding: 10px; } }

.hidden-in-compact {
  display: none; }
  @media screen and (min-width: 800px) {
    .hidden-in-compact {
      display: block; } }

.inline-hidden-in-compact {
  display: none; }
  @media screen and (min-width: 800px) {
    .inline-hidden-in-compact {
      display: inline-block; } }

.table-cell-hidden-in-compact {
  display: none; }
  @media screen and (min-width: 800px) {
    .table-cell-hidden-in-compact {
      display: table-cell; } }

.sidebar-inner {
  position: absolute;
  top: 0px;
  bottom: 0px; }

/* Timeline */
.timeline {
  list-style: none;
  padding: 20px 0 20px;
  position: relative; }

.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 3px;
  background-color: #eee;
  left: 50%;
  margin-left: -1.5px; }

.tldate {
  display: block;
  width: 200px;
  background: #414141;
  border: 3px solid #212121;
  color: #ededed;
  margin: 0 auto;
  padding: 3px 0;
  font-weight: bold;
  text-align: center;
  -webkit-box-shadow: 0 0 11px rgba(0, 0, 0, 0.35); }

.timeline li {
  margin-bottom: 25px;
  position: relative; }

.timeline li:before, .timeline li:after {
  content: " ";
  display: table; }

.timeline li:after {
  clear: both; }

.timeline li:before, .timeline li:after {
  content: " ";
  display: table; }

/** timeline panels **/
.timeline li .timeline-panel {
  width: 46%;
  float: left;
  background: #fff;
  border: 1px solid #d4d4d4;
  padding: 20px;
  position: relative;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.15); }

/** panel arrows **/
.timeline li .timeline-panel:before {
  position: absolute;
  top: 26px;
  right: -15px;
  display: inline-block;
  border-top: 15px solid transparent;
  border-left: 15px solid #ccc;
  border-right: 0 solid #ccc;
  border-bottom: 15px solid transparent;
  content: " "; }

.timeline li .timeline-panel:after {
  position: absolute;
  top: 27px;
  right: -14px;
  display: inline-block;
  border-top: 14px solid transparent;
  border-left: 14px solid #fff;
  border-right: 0 solid #fff;
  border-bottom: 14px solid transparent;
  content: " "; }

.timeline li .timeline-panel.noarrow:before, .timeline li .timeline-panel.noarrow:after {
  top: 0;
  right: 0;
  display: none;
  border: 0; }

.timeline li.timeline-inverted .timeline-panel {
  float: right; }

.timeline li.timeline-inverted .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto; }

.timeline li.timeline-inverted .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto; }

/** timeline circle icons **/
.timeline li .tl-circ {
  position: absolute;
  top: 23px;
  left: 50%;
  text-align: center;
  background: #6a8db3;
  color: #fff;
  width: 35px;
  height: 35px;
  line-height: 35px;
  margin-left: -16px;
  border: 3px solid #90acc7;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  z-index: 99999; }

/** timeline content **/
.tl-heading {
  margin-bottom: 5px; }
  .tl-heading h4, .tl-heading h3, .tl-heading h2, .tl-heading h1, .tl-heading p {
    margin: 0; }
  .tl-heading h4 {
    color: #c25b4e; }

.tl-body p, .tl-body ul {
  margin-bottom: 0; }

.tl-body > p + p {
  margin-top: 5px; }

/** media queries **/
@media (max-width: 991px) {
  .timeline li .timeline-panel {
    width: 44%; } }
@media (max-width: 700px) {
  ul.timeline:before {
    left: 40px; }

  .tldate {
    width: 140px; }

  ul.timeline li .timeline-panel {
    width: calc(100% - 90px);
    width: -moz-calc(100% - 90px);
    width: -webkit-calc(100% - 90px); }

  ul.timeline li .tl-circ {
    top: 22px;
    left: 22px;
    margin-left: 0; }

  ul.timeline > li > .tldate {
    margin: 0; }

  ul.timeline > li > .timeline-panel {
    float: right; }

  ul.timeline > li > .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto; }

  ul.timeline > li > .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto; } }
.timeline h3 .glyphicon {
  font-size: 75%; }

.timeline .location {
  text-align: right; }

/* Tags */
.tag-brace {
  position: relative;
  font-family: courier;
  font-size: 1.3em;
  color: #69C; }

.page-heading {
  display: inline-block; }

.page-heading span {
  vertical-align: baseline; }

.tag-title {
  font-size: 0.8em;
  font-style: italic;
  text-align: center;
  padding-right: 10px;
  padding-left: 10px;
  padding-top: 2px;
  padding-bottom: 2px;
  background-color: #c25b4e;
  color: white;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px; }

a.label {
  color: white; }

article footer {
  border-top: 1px solid #e8e8e8;
  padding-top: 10px; }

.twitter-share {
  margin-top: 10px; }

.comments {
  margin-top: 10px; }

.tags {
  margin-bottom: 5px; }

/* Image Styles */
.articleImage {
  width: 100px;
  height: 100px; }

.articlePolaroidImage {
  padding: 10px 10px 25px 10px;
  border: 1px solid #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4), inset 0 0 50px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4), inset 0 0 50px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4), inset 0 0 50px rgba(0, 0, 0, 0.1);
  margin-left: auto;
  margin-right: auto;
  display: block; }

.articleImageRHSPaperClip {
  float: right;
  position: relative;
  margin-right: -268px;
  top: 60px;
  background: url("../images/content/profile/paperclip-rhs.png");
  width: 107px;
  height: 36px; }

.articlePolaroidImageRHSPaperClip {
  float: right;
  position: relative;
  margin-right: -290px;
  top: 60px;
  background: url("../images/content/profile/paperclip-rhs.png");
  width: 107px;
  height: 36px; }

.articleImageLHSPaperClip {
  float: left;
  position: relative;
  margin-left: -272px;
  top: 60px;
  background: url("../images/content/profile/paperclip-lhs.png");
  width: 107px;
  height: 36px; }

.articlePolaroidImageLHSPaperClip {
  float: left;
  position: relative;
  margin-left: -293px;
  top: 60px;
  background: url("../images/content/profile/paperclip-lhs.png");
  width: 107px;
  height: 36px; }

.articleRightImage {
  float: none;
  position: relative;
  right: -12px;
  width: 225px;
  -webkit-transform: rotate(1deg);
  -moz-transform: rotate(1deg); }
  @media screen and (min-width: 800px) {
    .articleRightImage {
      float: right; } }

.articleLeftImage {
  float: none;
  position: relative;
  left: -12px;
  width: 225px;
  -webkit-transform: rotate(-2deg);
  -moz-transform: rotate(-2deg); }
  @media screen and (min-width: 800px) {
    .articleLeftImage {
      float: left; } }

.articleRightPolaroidImage {
  float: none;
  position: relative;
  right: -12px;
  width: 225px;
  padding: 10px 10px 25px 10px;
  border: 1px solid #fff;
  background-color: #fff;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.5), inset 0 0 50px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.5), inset 0 0 50px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.5), inset 0 0 50px rgba(0, 0, 0, 0.1); }
  @media screen and (min-width: 800px) {
    .articleRightPolaroidImage {
      float: right; } }

.articleLeftPolaroidImage {
  float: none;
  position: relative;
  left: -12px;
  width: 225px;
  padding: 10px 10px 25px 10px;
  border: 1px solid #fff;
  background-color: #fff;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.5), inset 0 0 50px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.5), inset 0 0 50px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.5), inset 0 0 50px rgba(0, 0, 0, 0.1); }
  @media screen and (min-width: 800px) {
    .articleLeftPolaroidImage {
      float: left; } }

.articleRightImageTilt {
  -webkit-transform: none;
  -moz-transform: none;
  transform: none; }
  @media screen and (min-width: 800px) {
    .articleRightImageTilt {
      -webkit-transform: rotate(2deg);
      -moz-transform: rotate(2deg);
      transform: rotate(2deg); } }

.articleLeftImageTilt {
  -webkit-transform: none;
  -moz-transform: none;
  transform: none; }
  @media screen and (min-width: 800px) {
    .articleLeftImageTilt {
      -webkit-transform: rotate(-2deg);
      -moz-transform: rotate(-2deg);
      transform: rotate(-2deg); } }

/* syntax.css */
/* to make lines scroll instead of wrap */
/* from http://stackoverflow.com/a/23393920 */
.highlight {
  background: #dfdfdf; }

/* github style pygments theme for jekyll */
/* from https://github.com/aahan/pygments-github-style */
.highlight pre, pre, .highlight .hll {
  padding: 10px 10px;
  border-radius: 3px; }

.highlight .c {
  color: #999988;
  font-style: italic; }

.highlight .err {
  color: #a61717;
  background-color: #e3d2d2; }

.highlight .k {
  font-weight: bold; }

.highlight .o {
  font-weight: bold; }

.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 .gd {
  color: #000000;
  background-color: #ffdddd; }

.highlight .gd .x {
  color: #000000;
  background-color: #ffaaaa; }

.highlight .ge {
  font-style: italic; }

.highlight .gr {
  color: #aa0000; }

.highlight .gh {
  color: #999999; }

.highlight .gi {
  color: #000000;
  background-color: #ddffdd; }

.highlight .gi .x {
  color: #000000;
  background-color: #aaffaa; }

.highlight .go {
  color: #888888; }

.highlight .gp {
  color: #555555; }

.highlight .gs {
  font-weight: bold; }

.highlight .gu {
  color: #800080;
  font-weight: bold; }

.highlight .gt {
  color: #aa0000; }

.highlight .kc {
  font-weight: bold; }

.highlight .kd {
  font-weight: bold; }

.highlight .kn {
  font-weight: bold; }

.highlight .kp {
  font-weight: bold; }

.highlight .kr {
  font-weight: bold; }

.highlight .kt {
  color: #445588;
  font-weight: bold; }

.highlight .m {
  color: #009999; }

.highlight .s {
  color: #dd1144; }

.highlight .n {
  color: #333333; }

.highlight .na {
  color: teal; }

.highlight .nb {
  color: #0086b3; }

.highlight .nc {
  color: #445588;
  font-weight: bold; }

.highlight .no {
  color: teal; }

.highlight .ni {
  color: purple; }

.highlight .ne {
  color: #990000;
  font-weight: bold; }

.highlight .nf {
  color: #990000;
  font-weight: bold; }

.highlight .nn {
  color: #555555; }

.highlight .nt {
  color: navy; }

.highlight .nv {
  color: teal; }

.highlight .ow {
  font-weight: bold; }

.highlight .w {
  color: #bbbbbb; }

.highlight .mf {
  color: #009999; }

.highlight .mh {
  color: #009999; }

.highlight .mi {
  color: #009999; }

.highlight .mo {
  color: #009999; }

.highlight .sb {
  color: #dd1144; }

.highlight .sc {
  color: #dd1144; }

.highlight .sd {
  color: #dd1144; }

.highlight .s2 {
  color: #dd1144; }

.highlight .se {
  color: #dd1144; }

.highlight .sh {
  color: #dd1144; }

.highlight .si {
  color: #dd1144; }

.highlight .sx {
  color: #dd1144; }

.highlight .sr {
  color: #009926; }

.highlight .s1 {
  color: #dd1144; }

.highlight .ss {
  color: #990073; }

.highlight .bp {
  color: #999999; }

.highlight .vc {
  color: teal; }

.highlight .vg {
  color: teal; }

.highlight .vi {
  color: teal; }

.highlight .il {
  color: #009999; }

.highlight .gc {
  color: #999;
  background-color: #EAF2F5; }
