@import url("https://fonts.googleapis.com/css?family=Roboto");
/**
 * 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: 400 12px/1.5 "Roboto", "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
  color: #555555;
  background-color: transparent;
  -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,
.highlight {
  margin-bottom: 15px; }

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

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

figcaption {
  font-size: 10.5px; }

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

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

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

/**
 * Links
 */
.faux-link,
a {
  color: #35BBD9;
  text-decoration: none; }
  .faux-link:visited,
  a:visited {
    color: #1f8ba3; }
  .faux-link:hover,
  a:hover {
    color: #555555;
    text-decoration: underline; }
  .social-media-list .faux-link:hover,
  .social-media-list a:hover {
    text-decoration: none; }
    .social-media-list .faux-link:hover .username,
    .social-media-list a:hover .username {
      text-decoration: underline; }

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

/**
 * Code formatting
 */
pre,
code {
  font-size: 11.25px;
  border: 1px solid #F0F0F0;
  border-radius: 3px;
  background-color: #eef; }

code {
  padding: 1px 5px; }

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;
  vertical-align: middle; }
  .icon > svg path {
    fill: #999999; }

.social-media-list .icon {
  padding-right: 5px; }
.social-media-list li + li {
  padding-top: 5px; }

table {
  border-spacing: 0px;
  border-collapse: separate;
  border: thin solid #999999; }
  table tbody tr {
    margin: 0px;
    padding: 0px;
    background-color: #FAFAFA; }
    table tbody tr td {
      margin: 0px;
      padding: 1ex 1em; }
  table tbody tr:nth-child(2n) {
    background-color: #F0F0F0; }

body {
  background-image: url("../assets/images/background.gif");
  background-repeat: repeat;
  background-position: top left; }
  body .site-header {
    background-color: #555555;
    color: #FAFAFA;
    min-height: auto;
    padding-bottom: 1ex; }
    body .site-header .site-title {
      color: #FAFAFA;
      letter-spacing: 0px; }
      body .site-header .site-title:link, body .site-header .site-title:visited {
        text-decoration: none; }
    body .site-header .site-nav {
      color: #FAFAFA; }
      body .site-header .site-nav :link,
      body .site-header .site-nav :visited {
        color: #FAFAFA; }
  body .site-footer {
    background-color: #000000;
    color: #F0F0F0; }
  body .post-content h2 {
    margin-top: 4ex;
    border-top: thin solid #F0F0F0;
    padding-top: 1ex;
    clear: both; }
  body .youtube {
    width: 100%;
    height: auto;
    min-height: 480px;
    background-color: #555555; }

/**
 * Site header
 */
.site-header {
  border-top: 5px solid #555555;
  border-bottom: 1px solid #F0F0F0;
  min-height: 55.95px;
  position: relative; }

.site-title {
  font-size: 19.5px;
  font-weight: 300;
  line-height: 40.5px;
  letter-spacing: -1px;
  margin-bottom: 0;
  float: left; }
  .site-title, .site-title:visited {
    color: #555555; }

.site-nav {
  float: right;
  line-height: 40.5px; }
  .site-nav .nav-trigger {
    display: none; }
  .site-nav .menu-icon {
    display: none; }
  .site-nav .page-link {
    color: #555555;
    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: 2px;
      right: 15px;
      background-color: transparent;
      border: 1px solid #F0F0F0;
      border-radius: 5px;
      text-align: right; }
      .site-nav label[for="nav-trigger"] {
        display: block;
        float: right;
        width: 36px;
        height: 36px;
        z-index: 2;
        cursor: pointer; }
      .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 path {
          fill: #FFFFFF; }
      .site-nav input ~ .trigger {
        clear: both;
        display: none; }
      .site-nav input:checked ~ .trigger {
        display: block;
        padding-bottom: 5px;
        background-color: #555555; }
      .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 #F0F0F0;
  padding: 30px 0; }

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

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

.footer-col-wrapper {
  font-size: 11.25px;
  color: #999999;
  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; }

.page-heading {
  font-size: 31.5px;
  letter-spacing: -1px;
  line-height: 1; }
  @media screen and (max-width: 800px) {
    .page-heading {
      font-size: 27px; } }

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

.post-meta {
  font-size: 10.5px;
  color: #999999; }

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

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

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

.post-content {
  margin-bottom: 30px;
  text-align: justify; }
  .post-content h2 {
    font-size: 24px; }
    @media screen and (max-width: 800px) {
      .post-content h2 {
        font-size: 21px; } }
  .post-content h3 {
    font-size: 19.5px; }
    @media screen and (max-width: 800px) {
      .post-content h3 {
        font-size: 16.5px; } }
  .post-content h4 {
    font-size: 15px; }
    @media screen and (max-width: 800px) {
      .post-content h4 {
        font-size: 13.5px; } }

.timeline {
  position: relative;
  margin-bottom: 4ex;
  width: 740px; }
  .timeline:before {
    content: "";
    position: absolute;
    left: 370px;
    top: 0px;
    bottom: 0px;
    width: 4px;
    transform: translate(-50%, 0px);
    background-color: #35BBD9;
    border-radius: 2px; }
  .timeline .entries .entry {
    display: block;
    padding: 12px;
    padding-left: 12px;
    padding-right: 56px;
    width: 300px;
    text-align: right; }
    .timeline .entries .entry:link, .timeline .entries .entry:visited {
      text-decoration: none; }
    .timeline .entries .entry:before {
      content: "";
      position: absolute;
      width: 8px;
      height: 8px;
      border-radius: 100%;
      left: 50%;
      margin-top: 15px;
      transform: translate(-50%, -50%);
      border: 4px solid #35BBD9;
      background-color: #FFFFFF;
      transition: width 0.2s, height 0.2s, transform 0.2s;
      background-image: url("../../assets/images/cog-tr.svg");
      background-position: center;
      background-repeat: no-repeat;
      background-size: 44.8px 44.8px; }
    .timeline .entries .entry:hover:before {
      width: 64px;
      height: 64px; }
    .timeline .entries .entry .title {
      font-size: 30px;
      color: #555555;
      line-height: 1;
      margin-bottom: 0px; }
      .timeline .entries .entry .title :link,
      .timeline .entries .entry .title :visited {
        color: #555555;
        text-decoration: none; }
    .timeline .entries .entry .subtitle {
      color: #555555;
      font-weight: bold;
      border-bottom: thin solid #999999; }
    .timeline .entries .entry .date {
      color: #999999;
      font-weight: bold;
      float: right;
      margin-left: 1em;
      margin-right: 0em; }
    .timeline .entries .entry .timeline-banner img {
      width: 100%;
      height: auto; }
    .timeline .entries .entry .body {
      color: #555555; }
    .timeline .entries .entry:nth-child(2n) {
      text-align: left;
      margin-left: 372px;
      margin-right: 0px;
      padding-left: 56px;
      padding-right: 12px; }
      .timeline .entries .entry:nth-child(2n) .date {
        float: left;
        margin-left: 0em;
        margin-right: 1em; }
    .timeline .entries .entry:not(:first-child) {
      margin-top: -40px; }

.page-heading.for-timeline {
  text-align: center; }

@media screen and (max-width: 800px) {
  .page-heading.for-timeline {
    text-align: left; }

  .timeline {
    width: 100%; }
    .timeline:before {
      left: 32px; }
    .timeline .entries .entry,
    .timeline .entries .entry:nth-child(2n) {
      text-align: left;
      left: 0px;
      right: 0px;
      margin-left: 68px;
      margin-right: 16px;
      margin-top: 30px;
      margin-bottom: 0px;
      padding-left: 0px;
      padding-right: 0px;
      width: auto;
      height: auto; }
      .timeline .entries .entry .date,
      .timeline .entries .entry:nth-child(2n) .date {
        float: left;
        margin-left: 0em;
        margin-right: 1em; }
    .timeline .entries .entry:before {
      left: 32px; }
    .timeline .entries .entry:hover:before {
      width: 44.8px;
      height: 44.8px;
      background-size: 32px 32px; }
    .timeline .entries .entry:not(:first-child) {
      margin-top: 30px; } }
.post .post-content > p > img:first-child {
  width: 100%; }
.post .post-content > p > img[alt="left"]:first-child {
  max-width: 400px;
  width: auto;
  height: auto;
  float: left;
  padding-right: 2em;
  padding-bottom: 1ex; }
.post .post-content > p > img[alt="right"]:first-child {
  max-width: 400px;
  width: auto;
  height: auto;
  float: right;
  padding-left: 2em;
  padding-bottom: 1ex; }

@media screen and (max-width: 600px) {
  .post .post-content > p > img:first-child, .post .post-content > p > img[alt="left"]:first-child, .post .post-content > p > img[alt="right"]:first-child {
    width: auto;
    max-width: 100%;
    height: auto;
    float: none;
    margin-left: 0em;
    margin-right: 0em;
    padding: 0ex;
    padding-bottom: 1ex; } }
@keyframes rotate-cw {
  100% {
    transform: rotate(360deg); } }
@keyframes rotate-ccw {
  100% {
    transform: rotate(-360deg); } }
.pcc-animated-logo {
  display: inline-block;
  vertical-align: middle; }
  .pcc-animated-logo .container {
    position: relative;
    width: 34px;
    height: 34px;
    margin-bottom: 6px;
    margin-right: 4px; }
    .pcc-animated-logo .container .cog {
      position: absolute; }
      .pcc-animated-logo .container .cog.bl {
        left: 0px;
        bottom: 0px;
        width: 70%;
        height: 70%;
        animation: rotate-cw 6s linear infinite; }
      .pcc-animated-logo .container .cog.tr {
        top: 0px;
        right: 0px;
        width: 50%;
        height: 50%;
        animation: rotate-ccw 6s linear infinite; }

form input[type='text'],
form input[type='email'],
form input[type='password'],
form textarea,
form select {
  display: block;
  min-width: 20em;
  padding: 1ex 1em; }

/**
 * Syntax highlighting styles
 */
.highlight {
  background: #fff; }
  .highlighter-rouge .highlight {
    background: #eef; }
  .highlight .c {
    color: #998;
    font-style: italic; }
  .highlight .err {
    color: #a61717;
    background-color: #e3d2d2; }
  .highlight .k {
    font-weight: bold; }
  .highlight .o {
    font-weight: bold; }
  .highlight .cm {
    color: #998;
    font-style: italic; }
  .highlight .cp {
    color: #999;
    font-weight: bold; }
  .highlight .c1 {
    color: #998;
    font-style: italic; }
  .highlight .cs {
    color: #999;
    font-weight: bold;
    font-style: italic; }
  .highlight .gd {
    color: #000;
    background-color: #fdd; }
  .highlight .gd .x {
    color: #000;
    background-color: #faa; }
  .highlight .ge {
    font-style: italic; }
  .highlight .gr {
    color: #a00; }
  .highlight .gh {
    color: #999; }
  .highlight .gi {
    color: #000;
    background-color: #dfd; }
  .highlight .gi .x {
    color: #000;
    background-color: #afa; }
  .highlight .go {
    color: #888; }
  .highlight .gp {
    color: #555; }
  .highlight .gs {
    font-weight: bold; }
  .highlight .gu {
    color: #aaa; }
  .highlight .gt {
    color: #a00; }
  .highlight .kc {
    font-weight: bold; }
  .highlight .kd {
    font-weight: bold; }
  .highlight .kp {
    font-weight: bold; }
  .highlight .kr {
    font-weight: bold; }
  .highlight .kt {
    color: #458;
    font-weight: bold; }
  .highlight .m {
    color: #099; }
  .highlight .s {
    color: #d14; }
  .highlight .na {
    color: #008080; }
  .highlight .nb {
    color: #0086B3; }
  .highlight .nc {
    color: #458;
    font-weight: bold; }
  .highlight .no {
    color: #008080; }
  .highlight .ni {
    color: #800080; }
  .highlight .ne {
    color: #900;
    font-weight: bold; }
  .highlight .nf {
    color: #900;
    font-weight: bold; }
  .highlight .nn {
    color: #555; }
  .highlight .nt {
    color: #000080; }
  .highlight .nv {
    color: #008080; }
  .highlight .ow {
    font-weight: bold; }
  .highlight .w {
    color: #bbb; }
  .highlight .mf {
    color: #099; }
  .highlight .mh {
    color: #099; }
  .highlight .mi {
    color: #099; }
  .highlight .mo {
    color: #099; }
  .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 .bp {
    color: #999; }
  .highlight .vc {
    color: #008080; }
  .highlight .vg {
    color: #008080; }
  .highlight .vi {
    color: #008080; }
  .highlight .il {
    color: #099; }
