@charset "UTF-8";
/**
 * 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-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 400;
  color: #111;
  background-color: #fff;
  -webkit-text-size-adjust: 100%; }

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

/**
 * Images
 */
.post-content img {
  max-width: 100%;
  vertical-align: middle;
  box-shadow: 1px 2px 20px -5px rgba(0, 0, 0, 0.25);
  border: 1px solid #ccc;
  /* Space the images, but keep the left-alignment unchanged. */
  margin: 0 10px 0 0; }

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

figcaption {
  font-size: 13.125px; }

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

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

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

/**
 * 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: 12px;
  line-height: 1.3;
  border-radius: 3px; }

code {
  padding: 0.2em;
  font-family: Consolas, Monaco, 'Courier New', monospace;
  background-color: #f6f6f6; }

pre {
  background-color: #f6f6f6;
  border: 1px solid #aebdcc;
  padding: 8px 12px; }
  pre > code {
    padding-right: 0;
    padding-left: 0; }

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

/**
 * Clearfix
 */
.wrapper:after, .footer-col-wrapper:after, .page-content: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 {
  min-height: 56px;
  background-color: #1756a9;
  padding: 0 15px;
  position: relative; }

.site-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 56px;
  margin-bottom: 0; }
  .site-title, .site-title:visited {
    color: white; }

.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(:first-child) {
      margin-left: 20px; }
  @media screen and (max-width: 600px) {
    .site-nav {
      position: absolute;
      top: 9px;
      right: 30px;
      background-color: #fff;
      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; } }

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

.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: 768px) {
  .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; }

.page-heading {
  font-size: 20px; }

.post-list {
  margin-left: 0;
  list-style: none; }
  .post-list > li {
    margin-bottom: 30px; }

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

.post-link {
  display: block;
  font-size: 24px; }

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

.post-title {
  font-size: 32px;
  line-height: 1; }
  @media screen and (max-width: 768px) {
    .post-title {
      font-size: 36px; } }

.post-content {
  margin-bottom: 30px; }
  .post-content h2 {
    font-size: 26px;
    border-bottom: 1px solid black; }
    @media screen and (max-width: 768px) {
      .post-content h2 {
        font-size: 28px; } }
  .post-content h3 {
    font-size: 22px;
    /* Line underneath */ }
    .post-content h3:after {
      content: '';
      display: block;
      border-bottom: 1px solid #ccc;
      width: 80%; }
    @media screen and (max-width: 768px) {
      .post-content h3 {
        font-size: 22px; } }
  .post-content h4 {
    font-size: 18px;
    /* Line underneath */ }
    .post-content h4:after {
      content: '';
      display: block;
      border-bottom: 1px solid #ccc;
      width: 70%; }
    @media screen and (max-width: 768px) {
      .post-content h4 {
        font-size: 18px; } }
  .post-content h5 {
    font-size: 16px;
    /* Line underneath */ }
    .post-content h5:after {
      content: '';
      display: block;
      border-bottom: 1px solid #ccc;
      width: 60%; }
    @media screen and (max-width: 768px) {
      .post-content h5 {
        font-size: 18px; } }

.breadcrumbs {
  margin-left: 5px;
  display: inline;
  vertical-align: 2px;
  font-size: 13px; }
  .breadcrumbs li {
    display: inline;
    list-style: none;
    color: #f0f0f0; }
    .breadcrumbs li a,
    .breadcrumbs li a:visited {
      color: #f0f0f0; }
    .breadcrumbs li:after {
      content: " » "; }
    .breadcrumbs li.active:after {
      content: ""; }

/* A wrapper for content that includes a TOC */
.toc-content-wrapper {
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* Position TOC on right (except on small devices) */ }
  @media (min-width: 768px) {
    .toc-content-wrapper {
      width: 73%; } }
  .toc-content-wrapper #markdown-toc {
    /* Position TOC on right (except on small devices) */ }
    @media (min-width: 768px) {
      .toc-content-wrapper #markdown-toc {
        font-size: 13px;
        position: fixed;
        width: 22%;
        right: 0;
        top: 75px;
        margin-right: 3px;
        padding-right: 18px; } }
    .toc-content-wrapper #markdown-toc ul {
      margin-left: 10px; }
    .toc-content-wrapper #markdown-toc li {
      display: block; }
      .toc-content-wrapper #markdown-toc li a {
        display: inline-block;
        line-height: 15px;
        padding: 3.5px 0; }

/* Make sure footer shows after page-content */
.post-content table {
  border-collapse: collapse;
  border-spacing: 0;
  margin-left: 35px;
  margin-bottom: 35px; }
  .post-content table tbody tr th, .post-content table tbody tr td, .post-content table thead tr th, .post-content table thead tr td {
    padding: 6px 20px; }
  .post-content table thead tr th {
    text-align: left;
    border-bottom: 2px solid #ccc; }
  .post-content table tbody tr td {
    border-top: 1px solid #ddd; }
