@font-face {
  font-family: 'FontAwesome';
  src: url("/assets/font/fontawesome-webfont.eot");
  src: url("/assets/font/fontawesome-webfont.eot?#iefix") format("embedded-opentype"), url("/assets/font/fontawesome-webfont.woff") format("woff"), url("/assets/font/fontawesome-webfont.ttf") format("truetype"), url("/assets/font/fontawesome-webfont.svgz#FontAwesomeRegular") format("svg"), url("/assets/font/fontawesome-webfont.svg#FontAwesomeRegular") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 3, ../../_sass/base/_layout.scss */
* {
  margin: 0;
  padding: 0;
}

/* line 7, ../../_sass/base/_layout.scss */
body {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 14px;
  background: #fff;
  color: #666;
}
@media screen and (max-width: 1040px) {
  /* line 7, ../../_sass/base/_layout.scss */
  body {
    margin: 0 20px;
  }
}
@media screen and (max-width: 600px) {
  /* line 7, ../../_sass/base/_layout.scss */
  body {
    font-size: 13px;
  }
}

/* line 20, ../../_sass/base/_layout.scss */
h1 {
  font-size: 1.8em;
}

/* line 23, ../../_sass/base/_layout.scss */
h2 {
  font-size: 1.5em;
}

/* line 26, ../../_sass/base/_layout.scss */
h3 {
  font-size: 1.3em;
}

/* line 29, ../../_sass/base/_layout.scss */
a {
  text-decoration: none;
  outline-width: 0;
  color: #258fb8;
}

/* line 34, ../../_sass/base/_layout.scss */
.alignleft {
  float: left;
}

/* line 37, ../../_sass/base/_layout.scss */
.alignright {
  float: right;
}

/* line 40, ../../_sass/base/_layout.scss */
.clearfix {
  *zoom: 1;
}
/* line 38, ../../../../../../.rbenv/versions/2.6.5/lib/ruby/gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/* line 43, ../../_sass/base/_layout.scss */
.inner {
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 1040px) {
  /* line 43, ../../_sass/base/_layout.scss */
  .inner {
    width: 100%;
  }
}

/* line 1, ../../_sass/base/_typography.scss */
.pullquote-right:before,
.pullquote-left:before {
  /* Reset metrics. */
  padding: 0;
  border: none;
  /* Content */
  content: attr(data-pullquote);
  /* Pull out to the right, modular scale based margins. */
  float: right;
  width: 45%;
  margin: .5em 0 1em 1.5em;
  /* Baseline correction */
  position: relative;
  top: 7px;
  font-size: 1.4em;
  line-height: 1.45em;
}

/* line 22, ../../_sass/base/_typography.scss */
.pullquote-left:before {
  /* Make left pullquotes align properly. */
  float: left;
  margin: .5em 1.5em 1em 0;
}

/* line 3, ../../_sass/parts/_header.scss */
#header {
  height: 30px;
  padding: 30px 0;
  border-bottom: 1px solid #ddd;
  line-height: 30px;
}
@media screen and (max-width: 1040px) {
  /* line 3, ../../_sass/parts/_header.scss */
  #header {
    height: auto;
    position: relative;
    padding-bottom: 10px;
  }
}
/* line 13, ../../_sass/parts/_header.scss */
#header a {
  color: #666;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
/* line 16, ../../_sass/parts/_header.scss */
#header a:hover {
  color: #258fb8;
}
/* line 20, ../../_sass/parts/_header.scss */
#header h1 {
  float: left;
  font-weight: 300;
  font-size: 30px;
}
@media screen and (max-width: 1040px) {
  /* line 20, ../../_sass/parts/_header.scss */
  #header h1 {
    float: none;
  }
}

/* line 29, ../../_sass/parts/_header.scss */
#main-nav {
  float: left;
  margin-left: 30px;
}
@media screen and (max-width: 1040px) {
  /* line 29, ../../_sass/parts/_header.scss */
  #main-nav {
    float: none;
    margin-left: 0;
    margin-top: 15px;
  }
}
@media screen and (max-width: 600px) {
  /* line 37, ../../_sass/parts/_header.scss */
  #main-nav > ul {
    display: none;
  }
}
/* line 41, ../../_sass/parts/_header.scss */
#main-nav > ul > li {
  margin-left: 50px;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
@media screen and (max-width: 1040px) {
  /* line 41, ../../_sass/parts/_header.scss */
  #main-nav > ul > li {
    margin-left: 0;
    margin-right: 50px;
  }
  /* line 47, ../../_sass/parts/_header.scss */
  #main-nav > ul > li:last-of-type {
    margin-right: 0;
  }
}
/* line 52, ../../_sass/parts/_header.scss */
#main-nav > ul > li:hover > a {
  color: #258fb8;
}
/* line 56, ../../_sass/parts/_header.scss */
#main-nav > ul > li > a {
  padding: 38px 0;
  margin-top: -38px;
}
/* line 59, ../../_sass/parts/_header.scss */
#main-nav > ul > li > a:after {
  content: "\f078";
  color: #ccc;
  font: 12px FontAwesome;
  padding-left: 10px;
}
/* line 66, ../../_sass/parts/_header.scss */
#main-nav > ul > li > a:only-child:after {
  content: "";
}
@media screen and (max-width: 1040px) {
  /* line 56, ../../_sass/parts/_header.scss */
  #main-nav > ul > li > a {
    padding: 18px 0;
  }
}
/* line 75, ../../_sass/parts/_header.scss */
#main-nav > ul ul {
  position: absolute;
  top: 60px;
  left: -15px;
  z-index: 10;
  white-space: nowrap;
  background: #ddd;
  border: 1px solid #ccc;
  list-style: none;
  display: none;
  -moz-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0;
  border-radius: 0 0 5px 5px;
}
@media screen and (max-width: 1040px) {
  /* line 75, ../../_sass/parts/_header.scss */
  #main-nav > ul ul {
    top: 40px;
  }
}
/* line 90, ../../_sass/parts/_header.scss */
#main-nav > ul ul ul {
  -moz-border-radius: 0 5px 5px 5px;
  -webkit-border-radius: 0;
  border-radius: 0 5px 5px 5px;
}
/* line 93, ../../_sass/parts/_header.scss */
#main-nav > ul ul li {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #ccc;
}
/* line 95, ../../_sass/parts/_header.scss */
#main-nav > ul ul li:hover {
  background: #d5d5d5;
}
/* line 98, ../../_sass/parts/_header.scss */
#main-nav > ul ul li:first-of-type {
  border-top: none;
}
/* line 100, ../../_sass/parts/_header.scss */
#main-nav > ul ul li:first-of-type ul {
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0;
  border-radius: 0 0 5px 5px;
}
/* line 104, ../../_sass/parts/_header.scss */
#main-nav > ul ul li:last-of-type {
  border-bottom: none;
}
/* line 107, ../../_sass/parts/_header.scss */
#main-nav > ul ul li > a {
  display: block;
  padding: 5px 15px;
}
/* line 110, ../../_sass/parts/_header.scss */
#main-nav > ul ul li > a:after {
  content: "\f054";
  color: #999;
  font: 12px FontAwesome;
  padding-left: 10px;
}
/* line 116, ../../_sass/parts/_header.scss */
#main-nav > ul ul li > a:hover {
  color: #666;
}
/* line 120, ../../_sass/parts/_header.scss */
#main-nav > ul ul li > a:only-child:after {
  content: "";
}
/* line 126, ../../_sass/parts/_header.scss */
#main-nav > ul ul ul {
  top: 0;
  left: 100%;
}
/* line 131, ../../_sass/parts/_header.scss */
#main-nav > ul li {
  position: relative;
}
/* line 134, ../../_sass/parts/_header.scss */
#main-nav > ul li:hover > ul {
  display: block;
}
/* line 140, ../../_sass/parts/_header.scss */
#main-nav select {
  display: none;
  margin-bottom: 10px;
}
@media screen and (max-width: 600px) {
  /* line 140, ../../_sass/parts/_header.scss */
  #main-nav select {
    display: block;
  }
}

/* line 148, ../../_sass/parts/_header.scss */
#mobile-nav {
  display: none;
  height: 37px;
  position: relative;
}
@media screen and (max-width: 600px) {
  /* line 148, ../../_sass/parts/_header.scss */
  #mobile-nav {
    display: block;
  }
}
/* line 155, ../../_sass/parts/_header.scss */
#mobile-nav a {
  display: block;
}
/* line 158, ../../_sass/parts/_header.scss */
#mobile-nav .button {
  cursor: pointer;
}
/* line 161, ../../_sass/parts/_header.scss */
#mobile-nav .container {
  display: none;
}
/* line 164, ../../_sass/parts/_header.scss */
#mobile-nav .menu {
  position: relative;
  width: 100%;
}
/* line 167, ../../_sass/parts/_header.scss */
#mobile-nav .menu .button {
  background: #f2f2f2;
  border: 1px solid #ddd;
  color: #999;
  padding: 0 60px 0 10px;
  position: relative;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
/* line 174, ../../_sass/parts/_header.scss */
#mobile-nav .menu .button:hover {
  color: #999;
}
/* line 177, ../../_sass/parts/_header.scss */
#mobile-nav .menu .button.on {
  color: #666;
  -moz-border-radius: 5px 5px 5px 0;
  -webkit-border-radius: 5px;
  border-radius: 5px 5px 5px 0;
}
/* line 180, ../../_sass/parts/_header.scss */
#mobile-nav .menu .button.on:before {
  content: "\f077";
}
/* line 184, ../../_sass/parts/_header.scss */
#mobile-nav .menu .button:before {
  content: "\f078";
  color: #ddd;
  font: 16px FontAwesome;
  line-height: 30px;
  position: absolute;
  top: 0;
  right: 40px;
}
/* line 194, ../../_sass/parts/_header.scss */
#mobile-nav .menu .container {
  background: #f2f2f2;
  border: 1px solid #ddd;
  border-top: none;
  position: absolute;
  top: 31px;
  z-index: 1;
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0;
  border-radius: 0 0 5px 5px;
}
/* line 202, ../../_sass/parts/_header.scss */
#mobile-nav .menu .container ul {
  list-style: none;
}
/* line 204, ../../_sass/parts/_header.scss */
#mobile-nav .menu .container ul ul {
  margin-left: 20px;
}
/* line 208, ../../_sass/parts/_header.scss */
#mobile-nav .menu .container a {
  padding: 0 10px;
}
/* line 213, ../../_sass/parts/_header.scss */
#mobile-nav .search {
  position: absolute;
  top: 0;
  right: 0;
}
/* line 217, ../../_sass/parts/_header.scss */
#mobile-nav .search .button {
  background: #ddd;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 1px;
  right: -1px;
  -moz-border-radius: 0 5px 5px 0;
  -webkit-border-radius: 0;
  border-radius: 0 5px 5px 0;
}
/* line 225, ../../_sass/parts/_header.scss */
#mobile-nav .search .button:before {
  content: "\f002";
  color: #f2f2f2;
  font: 20px FontAwesome;
  line-height: 30px;
  position: absolute;
  top: 0;
  left: 7px;
}
/* line 234, ../../_sass/parts/_header.scss */
#mobile-nav .search .button.on {
  background: #ccc;
}
/* line 236, ../../_sass/parts/_header.scss */
#mobile-nav .search .button.on:before {
  content: "\f00d";
}
/* line 241, ../../_sass/parts/_header.scss */
#mobile-nav .search .container {
  position: absolute;
  right: 51px;
  z-index: 1;
}
/* line 246, ../../_sass/parts/_header.scss */
#mobile-nav .search input[type="text"] {
  background: #fff;
  border: 1px solid #ddd;
  border-right: none;
  color: #999;
  font: 13px Helvetica, Arial, sans-serif;
  height: 30px;
  width: 100%;
  padding: 0 10px;
  -moz-border-radius: 5px 0 0 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px 0 0 5px;
}

@media screen and (max-width: 1040px) {
  /* line 259, ../../_sass/parts/_header.scss */
  #sub-nav {
    position: absolute;
    top: 30px;
    right: 0;
  }
}
@media screen and (max-width: 600px) {
  /* line 259, ../../_sass/parts/_header.scss */
  #sub-nav {
    display: none;
  }
}
/* line 268, ../../_sass/parts/_header.scss */
#sub-nav .search {
  float: left;
  margin-top: 1px;
  position: relative;
}
@media screen and (max-width: 1040px) {
  /* line 268, ../../_sass/parts/_header.scss */
  #sub-nav .search {
    float: none;
    margin-top: 15px;
  }
}
/* line 276, ../../_sass/parts/_header.scss */
#sub-nav .search:before {
  content: "\f002";
  color: #ccc;
  font: 18px FontAwesome;
  line-height: 30px;
  position: absolute;
  top: 0;
  right: 125px;
}
/* line 285, ../../_sass/parts/_header.scss */
#sub-nav .search input[type="text"] {
  background: #f2f2f2;
  color: #999;
  border: 1px solid #ddd;
  font: 13px Helvetica, Arial, sans-serif;
  padding: 6px 15px 6px 35px;
  width: 100px;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
}
/* line 294, ../../_sass/parts/_header.scss */
#sub-nav .search input[type="text"]:focus, #sub-nav .search input[type="text"]:active {
  background: #fff;
  border-top: 1px solid #ccc;
  color: #666;
  outline: none;
}
/* line 302, ../../_sass/parts/_header.scss */
#sub-nav .social {
  float: left;
  margin-right: 15px;
}
@media screen and (max-width: 1040px) {
  /* line 302, ../../_sass/parts/_header.scss */
  #sub-nav .social {
    float: none;
    margin-right: 0;
  }
  /* line 308, ../../_sass/parts/_header.scss */
  #sub-nav .social a:last-of-type {
    margin-right: 0;
  }
}
/* line 312, ../../_sass/parts/_header.scss */
#sub-nav .social a {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  text-indent: -9999px;
  margin-right: 15px;
  opacity: 0.5;
  width: 28px;
  height: 28px;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
/* line 320, ../../_sass/parts/_header.scss */
#sub-nav .social a:hover {
  opacity: 1;
}
/* line 323, ../../_sass/parts/_header.scss */
#sub-nav .social a.facebook {
  background: url('/images/social/facebook.png?1590877158') center no-repeat #3B5998;
  border: 1px solid #3B5998;
}
/* line 326, ../../_sass/parts/_header.scss */
#sub-nav .social a.facebook:hover {
  border: 1px solid #2d4373;
}
/* line 330, ../../_sass/parts/_header.scss */
#sub-nav .social a.google {
  background: url('/images/social/google.png?1590877158') center no-repeat #C83D20;
  border: 1px solid #C83D20;
}
/* line 333, ../../_sass/parts/_header.scss */
#sub-nav .social a.google:hover {
  border: 1px solid #9c3019;
}
/* line 337, ../../_sass/parts/_header.scss */
#sub-nav .social a.twitter {
  background: url('/images/social/twitter.png?1590877158') center no-repeat #55CFF8;
  border: 1px solid #55CFF8;
}
/* line 340, ../../_sass/parts/_header.scss */
#sub-nav .social a.twitter:hover {
  border: 1px solid #24c1f6;
}
/* line 344, ../../_sass/parts/_header.scss */
#sub-nav .social a.github {
  background: url('/images/social/github.png?1590877158') center no-repeat #afb6ca;
  border: 1px solid #afb6ca;
}
/* line 347, ../../_sass/parts/_header.scss */
#sub-nav .social a.github:hover {
  border: 1px solid #909ab6;
}
/* line 351, ../../_sass/parts/_header.scss */
#sub-nav .social a.linkedin {
  background: url('/images/social/linkedin.png?1590877158') center no-repeat #005A87;
  border: 1px solid #005A87;
}
/* line 354, ../../_sass/parts/_header.scss */
#sub-nav .social a.linkedin:hover {
  border: 1px solid #003854;
}
/* line 358, ../../_sass/parts/_header.scss */
#sub-nav .social a.pinterest {
  background: url('/images/social/pinterest.png?1590877158') center no-repeat #be4037;
  border: 1px solid #be4037;
}
/* line 361, ../../_sass/parts/_header.scss */
#sub-nav .social a.pinterest:hover {
  border: 1px solid #96332c;
}
/* line 365, ../../_sass/parts/_header.scss */
#sub-nav .social a.delicious {
  background: url('/images/social/delicious.png?1590877158') center no-repeat #3271cb;
  border: 1px solid #3271cb;
}
/* line 368, ../../_sass/parts/_header.scss */
#sub-nav .social a.delicious:hover {
  border: 1px solid #285aa2;
}
/* line 372, ../../_sass/parts/_header.scss */
#sub-nav .social a.rss {
  background: url('/images/social/rss.png?1590877158') center no-repeat #EF7522;
  border: 1px solid #EF7522;
}
/* line 375, ../../_sass/parts/_header.scss */
#sub-nav .social a.rss:hover {
  border: 1px solid #cf5d0f;
}

/* line 1, ../../_sass/parts/_index.scss */
#pagenavi {
  padding: 20px 0;
  height: 20px;
  line-height: 20px;
  position: relative;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #ddd;
}
/* line 8, ../../_sass/parts/_index.scss */
#pagenavi a:hover {
  text-decoration: underline;
}
/* line 12, ../../_sass/parts/_index.scss */
#pagenavi .prev, #pagenavi .next {
  position: absolute;
}
/* line 15, ../../_sass/parts/_index.scss */
#pagenavi .prev {
  padding-left: 30px;
  left: 0;
}
/* line 18, ../../_sass/parts/_index.scss */
#pagenavi .prev:before {
  content: "\f060";
  font: 1.3em FontAwesome;
  position: absolute;
  left: 0;
}
/* line 25, ../../_sass/parts/_index.scss */
#pagenavi .next {
  padding-right: 30px;
  right: 0;
}
/* line 28, ../../_sass/parts/_index.scss */
#pagenavi .next:before {
  content: "\f061";
  font: 1.3em FontAwesome;
  position: absolute;
  right: 0;
}
/* line 35, ../../_sass/parts/_index.scss */
#pagenavi .center {
  text-align: center;
  width: 100%;
  display: block;
}
@media screen and (max-width: 400px) {
  /* line 35, ../../_sass/parts/_index.scss */
  #pagenavi .center {
    display: none;
  }
}

/* line 1, ../../_sass/parts/_article.scss */
article {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #fff;
  padding: 30px 0;
  position: relative;
}
@media screen and (max-width: 800px) {
  /* line 1, ../../_sass/parts/_article.scss */
  article {
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 600px) {
  /* line 1, ../../_sass/parts/_article.scss */
  article {
    padding: 15px 0;
  }
}
/* line 12, ../../_sass/parts/_article.scss */
article h1.title {
  font-weight: 300;
  line-height: 35px;
  margin-bottom: 20px;
}
/* line 16, ../../_sass/parts/_article.scss */
article h1.title a {
  color: #666;
}
/* line 20, ../../_sass/parts/_article.scss */
article .entry-content {
  line-height: 2;
  text-align: left;
}
/* line 24, ../../_sass/parts/_article.scss */
article .entry-content a:hover {
  text-decoration: underline;
}
/* line 28, ../../_sass/parts/_article.scss */
article .entry-content .more-link {
  display: block;
  margin-top: 16px;
  padding-left: 30px;
  position: relative;
}
/* line 33, ../../_sass/parts/_article.scss */
article .entry-content .more-link:before {
  content: "\f061";
  font: 1.3em FontAwesome;
  line-height: 1.6em;
  position: absolute;
  left: 0;
}
/* line 41, ../../_sass/parts/_article.scss */
article .entry-content p, article .entry-content blockquote, article .entry-content ul, article .entry-content ol, article .entry-content dl, article .entry-content table, article .entry-content iframe, article .entry-content h1, article .entry-content h2, article .entry-content h3, article .entry-content h4, article .entry-content h5, article .entry-content h6, article .entry-content .video-container {
  margin-top: 10px;
}
/* line 44, ../../_sass/parts/_article.scss */
article .entry-content ul, article .entry-content ol, article .entry-content dl {
  margin-left: 20px;
}
/* line 46, ../../_sass/parts/_article.scss */
article .entry-content ul ul, article .entry-content ul ol, article .entry-content ul dl, article .entry-content ol ul, article .entry-content ol ol, article .entry-content ol dl, article .entry-content dl ul, article .entry-content dl ol, article .entry-content dl dl {
  margin-top: 0;
}
/* line 50, ../../_sass/parts/_article.scss */
article .entry-content strong {
  font-weight: bold;
}
/* line 53, ../../_sass/parts/_article.scss */
article .entry-content em {
  font-style: italic;
}
/* line 56, ../../_sass/parts/_article.scss */
article .entry-content p {
  margin-top: 10px;
}
/* line 59, ../../_sass/parts/_article.scss */
article .entry-content h2 {
  font-weight: 300;
  border-bottom: 1px solid #ddd;
  position: relative;
}
/* line 63, ../../_sass/parts/_article.scss */
article .entry-content h2:before {
  content: "";
  position: absolute;
  bottom: -2px;
  border-bottom: 1px solid #fff;
  width: 100%;
}
/* line 71, ../../_sass/parts/_article.scss */
article .entry-content img, article .entry-content video {
  max-width: 100%;
  height: auto;
}
/* line 75, ../../_sass/parts/_article.scss */
article .entry-content blockquote {
  background: #ddd;
  border-left: 5px solid #ccc;
  padding: 15px 20px;
  margin-top: 10px;
}
/* line 80, ../../_sass/parts/_article.scss */
article .entry-content blockquote > p:first-of-type {
  margin-top: 0;
}
/* line 84, ../../_sass/parts/_article.scss */
article .entry-content iframe {
  border: none;
}
/* line 87, ../../_sass/parts/_article.scss */
article .entry-content table {
  background: #ddd;
  border: 1px solid #ccc;
  border-spacing: 0;
  margin-top: 10px;
}
/* line 92, ../../_sass/parts/_article.scss */
article .entry-content table th {
  background: #ccc;
  padding: 0 15px;
}
/* line 96, ../../_sass/parts/_article.scss */
article .entry-content table td {
  text-align: center;
}
/* line 100, ../../_sass/parts/_article.scss */
article .entry-content table tr:nth-of-type(2n) {
  background: #d5d5d5;
}
/* line 105, ../../_sass/parts/_article.scss */
article .entry-content .caption {
  display: block;
  font-size: 0.9em;
  color: #999;
  padding-left: 25px;
  position: relative;
}
/* line 111, ../../_sass/parts/_article.scss */
article .entry-content .caption:before {
  content: "\f040";
  color: #ccc;
  font: 1.3em FontAwesome;
  line-height: 1.6em;
  position: absolute;
  left: 0;
}
/* line 120, ../../_sass/parts/_article.scss */
article .entry-content .video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
/* line 126, ../../_sass/parts/_article.scss */
article .entry-content .video-container iframe, article .entry-content .video-container object, article .entry-content .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin-top: 0;
}

/* line 137, ../../_sass/parts/_article.scss */
.share {
  padding: 15px 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #ddd;
}

/* line 2, ../../_sass/parts/_post.scss */
.post h1.title, .post .entry-content {
  margin-left: 200px;
  margin-right: 20px;
}
@media screen and (max-width: 800px) {
  /* line 2, ../../_sass/parts/_post.scss */
  .post h1.title, .post .entry-content {
    margin-left: 0;
    margin-right: 0;
  }
}
/* line 10, ../../_sass/parts/_post.scss */
.post .meta {
  position: absolute;
  top: 85px;
  line-height: 2;
  font-size: 0.9em;
  color: #999;
  width: 170px;
}
@media screen and (max-width: 800px) {
  /* line 10, ../../_sass/parts/_post.scss */
  .post .meta {
    margin-top: 15px;
    position: static;
    width: auto;
  }
}
/* line 22, ../../_sass/parts/_post.scss */
.post .meta a {
  color: #999;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
/* line 24, ../../../../../../.rbenv/versions/2.6.5/lib/ruby/gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/typography/links/_link-colors.scss */
.post .meta a:hover {
  color: #666;
}
/* line 26, ../../_sass/parts/_post.scss */
.post .meta .date, .post .meta .tags, .post .meta .comments {
  padding-left: 30px;
  position: relative;
}
/* line 29, ../../_sass/parts/_post.scss */
.post .meta .date:before, .post .meta .tags:before, .post .meta .comments:before {
  color: #ccc;
  font: 1.3em FontAwesome;
  line-height: 1.6em;
  position: absolute;
  left: 0;
}
@media screen and (max-width: 800px) {
  /* line 26, ../../_sass/parts/_post.scss */
  .post .meta .date, .post .meta .tags, .post .meta .comments {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    margin-right: 30px;
  }
}
/* line 41, ../../_sass/parts/_post.scss */
.post .meta .date:before {
  content: "\f073";
}
/* line 42, ../../_sass/parts/_post.scss */
.post .meta .tags:before {
  content: "\f02c";
}
/* line 43, ../../_sass/parts/_post.scss */
.post .meta .comments:before {
  content: "\f075";
}

/* line 1, ../../_sass/parts/_archive.scss */
.archives {
  position: relative;
}
/* line 4, ../../_sass/parts/_archive.scss */
.archives:last-of-type:before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 200px;
  border-top: 1px solid #ddd;
}
/* line 12, ../../_sass/parts/_archive.scss */
.archives .year {
  line-height: 35px;
  width: 200px;
  position: absolute;
  top: 0;
  padding-top: 15px;
  border-top: 1px solid #fff;
}
/* line 19, ../../_sass/parts/_archive.scss */
.archives .year:before {
  content: "";
  position: absolute;
  top: -2px;
  width: 100%;
  border-top: 1px solid #ddd;
}
@media screen and (max-width: 600px) {
  /* line 12, ../../_sass/parts/_archive.scss */
  .archives .year {
    position: relative;
    width: 100%;
  }
}
/* line 31, ../../_sass/parts/_archive.scss */
.archives article {
  margin-left: 200px;
  padding: 15px 0;
}
@media screen and (max-width: 600px) {
  /* line 31, ../../_sass/parts/_archive.scss */
  .archives article {
    margin-left: 0;
  }
  /* line 36, ../../_sass/parts/_archive.scss */
  .archives article:first-of-type {
    border-top: none;
    padding-top: 30px;
  }
}
/* line 41, ../../_sass/parts/_archive.scss */
.archives article .title {
  margin-bottom: 0;
}
/* line 44, ../../_sass/parts/_archive.scss */
.archives article .meta {
  color: #999;
  font-size: 0.9em;
  line-height: 2;
  margin-top: 15px;
}
@media screen and (max-width: 600px) {
  /* line 44, ../../_sass/parts/_archive.scss */
  .archives article .meta {
    display: none;
  }
}
/* line 52, ../../_sass/parts/_archive.scss */
.archives article .meta span {
  margin-right: 30px;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
/* line 55, ../../_sass/parts/_archive.scss */
.archives article .meta span:before {
  color: #ccc;
  font: 1.3em FontAwesome;
  padding-right: 10px;
}
/* line 61, ../../_sass/parts/_archive.scss */
.archives article .meta a {
  color: #999;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
/* line 64, ../../_sass/parts/_archive.scss */
.archives article .meta a:hover {
  color: #666;
}
/* line 68, ../../_sass/parts/_archive.scss */
.archives article .meta .date:before {
  content: "\f073";
}
/* line 69, ../../_sass/parts/_archive.scss */
.archives article .meta .tags:before {
  content: "\f02c";
}
/* line 70, ../../_sass/parts/_archive.scss */
.archives article .meta .comments:before {
  content: "\f075";
}

/* line 1, ../../_sass/parts/_comment.scss */
#comment {
  padding: 30px 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #ddd;
}
/* line 4, ../../_sass/parts/_comment.scss */
#comment h1.title {
  font-size: 25px;
  font-weight: 300;
  line-height: 35px;
  margin-bottom: 20px;
}

/* line 1, ../../_sass/parts/_footer.scss */
footer {
  padding: 15px 0;
  border-top: 1px solid #fff;
  text-align: center;
  font-size: 0.9em;
}

/* line 45, ../../_sass/parts/_syntax.scss */
article code, article pre {
  background: #ddd;
  border: 1px solid #ccc;
  font-family: Menlo, Monaco, "Andale Mono", "lucida console", "Courier New", monospace;
  white-space: nowrap;
}
/* line 51, ../../_sass/parts/_syntax.scss */
article code {
  font-size: 0.9em;
  padding: 1px 3px;
  margin: 0 3px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
/* line 57, ../../_sass/parts/_syntax.scss */
article pre {
  font-size: 1 / 0.9em;
  line-height: 1.5;
  margin-top: 10px;
  padding: 5px 15px;
  overflow-x: auto;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
/* line 64, ../../_sass/parts/_syntax.scss */
article pre code {
  white-space: pre;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}

/* line 75, ../../_sass/parts/_syntax.scss */
figure.code {
  background: #ddd;
  border: 1px solid #ccc;
  margin-top: 10px;
  padding: 5px 15px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
/* line 81, ../../_sass/parts/_syntax.scss */
figure.code figcaption {
  font-size: 0.9em;
  position: relative;
}
/* line 84, ../../_sass/parts/_syntax.scss */
figure.code figcaption span {
  margin: -5px -15px 0;
  padding: 5px 15px;
  display: block;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2NjY2NjYyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2RkZGRkZCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #cccccc), color-stop(100%, #dddddd));
  background: -moz-linear-gradient(top, #cccccc, #dddddd);
  background: -webkit-linear-gradient(top, #cccccc, #dddddd);
  background: linear-gradient(to bottom, #cccccc, #dddddd);
}
/* line 89, ../../_sass/parts/_syntax.scss */
figure.code figcaption span:empty {
  display: none;
}
/* line 93, ../../_sass/parts/_syntax.scss */
figure.code figcaption a {
  position: absolute;
  top: 5px;
  right: 0;
}
/* line 99, ../../_sass/parts/_syntax.scss */
figure.code code, figure.code pre {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
/* line 106, ../../_sass/parts/_syntax.scss */
figure.code .highlight {
  overflow-x: auto;
}
/* line 109, ../../_sass/parts/_syntax.scss */
figure.code .line-numbers {
  border-right: 1px solid #ccc;
  font-family: Menlo, Monaco, "Andale Mono", "lucida console", "Courier New", monospace;
  padding-right: 15px;
  text-align: right;
}
/* line 115, ../../_sass/parts/_syntax.scss */
figure.code table {
  border: none;
  text-align: left;
  margin-top: 0;
}
/* line 119, ../../_sass/parts/_syntax.scss */
figure.code table td {
  text-align: left;
}
/* line 123, ../../_sass/parts/_syntax.scss */
figure.code td.code {
  width: 100%;
  padding-left: 15px;
  overflow-x: auto;
}

/* line 129, ../../_sass/parts/_syntax.scss */
.entry-content .gist {
  background: #ddd;
  color: #666;
  padding: 30px 15px 5px;
  margin-top: 10px;
  border: 1px solid #ccc;
  position: relative;
  overflow: hidden;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
/* line 138, ../../_sass/parts/_syntax.scss */
.entry-content .gist .gist-file {
  margin: 0;
}
/* line 140, ../../_sass/parts/_syntax.scss */
.entry-content .gist .gist-file .gist-data {
  background: none;
  border: none;
}
/* line 143, ../../_sass/parts/_syntax.scss */
.entry-content .gist .gist-file .gist-data pre {
  font: 0.9em Menlo, Monaco, "Andale Mono", "lucida console", "Courier New", monospace;
  line-height: 1.5;
}
/* line 148, ../../_sass/parts/_syntax.scss */
.entry-content .gist .gist-file .gist-meta {
  font: 300 0.9em Helvetica, Arial, sans-serif;
  line-height: 1.5;
  margin: 0 -16px -6px;
  padding: 5px 15px;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RkZGRkZCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2NjY2NjYyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #dddddd), color-stop(100%, #cccccc));
  background: -moz-linear-gradient(top, #dddddd, #cccccc);
  background: -webkit-linear-gradient(top, #dddddd, #cccccc);
  background: linear-gradient(to bottom, #dddddd, #cccccc);
}
/* line 154, ../../_sass/parts/_syntax.scss */
.entry-content .gist .gist-file .gist-meta a {
  color: #258fb8;
}
/* line 156, ../../_sass/parts/_syntax.scss */
.entry-content .gist .gist-file .gist-meta a:first-of-type {
  position: absolute;
  top: 5px;
  right: 15px;
  z-index: 1;
}
/* line 162, ../../_sass/parts/_syntax.scss */
.entry-content .gist .gist-file .gist-meta a:nth-of-type(2) {
  position: absolute;
  top: 0;
  left: 0;
  padding: 5px 15px;
  width: 100%;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2NjY2NjYyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2RkZGRkZCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #cccccc), color-stop(100%, #dddddd));
  background: -moz-linear-gradient(top, #cccccc, #dddddd);
  background: -webkit-linear-gradient(top, #cccccc, #dddddd);
  background: linear-gradient(to bottom, #cccccc, #dddddd);
}

/* line 174, ../../_sass/parts/_syntax.scss */
figure.code, .gist-highlight {
  /* Comment */
  /* Comment.Multiline */
  /* Comment.Preproc */
  /* Comment.Single */
  /* Comment.Special */
  /* Error */
  /* Keyword */
  /* Operator */
  /* Operator */
  /* Operator.Word */
  /* Generic.Deleted */
  /* Generic.Deleted.Specific */
  /* Generic.Emph */
  /* Generic.Heading */
  /* Generic.Inserted */
  /* Generic.Inserted.Specific */
  /* Generic.Strong */
  /* Generic.Subheading */
  /* Keyword.Constant */
  /* Keyword.Declaration */
  /* Keyword.Pseudo */
  /* Keyword.Reserved */
  /* Keyword.Type */
  /* Name.Attribute */
  /* Name.Builtin */
  /* Name.Class */
  /* Name.Constant */
  /* Name.Exception */
  /* Name.Function */
  /* Name.Namespace */
  /* Name.Tag */
  /* Name.Variable.Global */
  /* Name.Variable.Instance */
  /* Name.Variable */
  /* Literal.Number.Float */
  /* Literal.Number */
  /* Literal.Number.Hex */
  /* Literal.Number.Integer */
  /* Literal.String */
  /* Literal.String.Doc */
  /* Literal.String.Double */
  /* Literal.String.Escape */
  /* Literal.String.Interpol */
  /* Literal.String.Regex */
  /* Literal.String.Single */
}
/* line 175, ../../_sass/parts/_syntax.scss */
figure.code .c, .gist-highlight .c {
  color: #93a1a1 !important;
  font-style: italic !important;
}
/* line 180, ../../_sass/parts/_syntax.scss */
figure.code .cm, .gist-highlight .cm {
  color: #93a1a1 !important;
  font-style: italic !important;
}
/* line 185, ../../_sass/parts/_syntax.scss */
figure.code .cp, .gist-highlight .cp {
  color: #93a1a1 !important;
  font-style: italic !important;
}
/* line 190, ../../_sass/parts/_syntax.scss */
figure.code .c1, .gist-highlight .c1 {
  color: #93a1a1 !important;
  font-style: italic !important;
}
/* line 195, ../../_sass/parts/_syntax.scss */
figure.code .cs, .gist-highlight .cs {
  color: #93a1a1 !important;
  font-weight: bold !important;
  font-style: italic !important;
}
/* line 201, ../../_sass/parts/_syntax.scss */
figure.code .err, .gist-highlight .err {
  color: #dc322f !important;
  background: none !important;
}
/* line 206, ../../_sass/parts/_syntax.scss */
figure.code .k, .gist-highlight .k {
  color: #cb4b16 !important;
}
/* line 210, ../../_sass/parts/_syntax.scss */
figure.code .o, .gist-highlight .o {
  color: #586e75 !important;
  font-weight: bold !important;
}
/* line 215, ../../_sass/parts/_syntax.scss */
figure.code .p, .gist-highlight .p {
  color: #586e75 !important;
}
/* line 219, ../../_sass/parts/_syntax.scss */
figure.code .ow, .gist-highlight .ow {
  color: #2aa198 !important;
  font-weight: bold !important;
}
/* line 224, ../../_sass/parts/_syntax.scss */
figure.code .gd, .gist-highlight .gd {
  color: #586e75 !important;
  background-color: #f5c5b6 !important;
  display: inline-block;
}
/* line 230, ../../_sass/parts/_syntax.scss */
figure.code .gd .x, .gist-highlight .gd .x {
  color: #586e75 !important;
  background-color: #f1b1a4 !important;
  display: inline-block;
}
/* line 236, ../../_sass/parts/_syntax.scss */
figure.code .ge, .gist-highlight .ge {
  color: #586e75 !important;
  font-style: italic !important;
}
/* line 241, ../../_sass/parts/_syntax.scss */
figure.code .gh, .gist-highlight .gh {
  color: #93a1a1 !important;
}
/* line 245, ../../_sass/parts/_syntax.scss */
figure.code .gi, .gist-highlight .gi {
  color: #586e75 !important;
  background-color: #e5e3b6 !important;
  display: inline-block;
}
/* line 251, ../../_sass/parts/_syntax.scss */
figure.code .gi .x, .gist-highlight .gi .x {
  color: #586e75 !important;
  background-color: #cdd188 !important;
  display: inline-block;
}
/* line 257, ../../_sass/parts/_syntax.scss */
figure.code .gs, .gist-highlight .gs {
  color: #586e75 !important;
  font-weight: bold !important;
}
/* line 262, ../../_sass/parts/_syntax.scss */
figure.code .gu, .gist-highlight .gu {
  color: #6c71c4 !important;
}
/* line 266, ../../_sass/parts/_syntax.scss */
figure.code .kc, .gist-highlight .kc {
  color: #859900 !important;
  font-weight: bold !important;
}
/* line 271, ../../_sass/parts/_syntax.scss */
figure.code .kd, .gist-highlight .kd {
  color: #268bd2 !important;
}
/* line 275, ../../_sass/parts/_syntax.scss */
figure.code .kp, .gist-highlight .kp {
  color: #cb4b16 !important;
  font-weight: bold !important;
}
/* line 280, ../../_sass/parts/_syntax.scss */
figure.code .kr, .gist-highlight .kr {
  color: #d33682 !important;
  font-weight: bold !important;
}
/* line 285, ../../_sass/parts/_syntax.scss */
figure.code .kt, .gist-highlight .kt {
  color: #2aa198 !important;
}
/* line 289, ../../_sass/parts/_syntax.scss */
figure.code .n, .gist-highlight .n {
  color: #268bd2 !important;
}
/* line 292, ../../_sass/parts/_syntax.scss */
figure.code .na, .gist-highlight .na {
  color: #268bd2 !important;
}
/* line 296, ../../_sass/parts/_syntax.scss */
figure.code .nb, .gist-highlight .nb {
  color: #859900 !important;
}
/* line 300, ../../_sass/parts/_syntax.scss */
figure.code .nc, .gist-highlight .nc {
  color: #d33682 !important;
}
/* line 304, ../../_sass/parts/_syntax.scss */
figure.code .no, .gist-highlight .no {
  color: #b58900 !important;
}
/* line 308, ../../_sass/parts/_syntax.scss */
figure.code .nl, .gist-highlight .nl {
  color: #859900 !important;
}
/* line 311, ../../_sass/parts/_syntax.scss */
figure.code .ne, .gist-highlight .ne {
  color: #268bd2 !important;
  font-weight: bold !important;
}
/* line 316, ../../_sass/parts/_syntax.scss */
figure.code .nf, .gist-highlight .nf {
  color: #268bd2 !important;
  font-weight: bold !important;
}
/* line 321, ../../_sass/parts/_syntax.scss */
figure.code .nn, .gist-highlight .nn {
  color: #b58900 !important;
}
/* line 325, ../../_sass/parts/_syntax.scss */
figure.code .nt, .gist-highlight .nt {
  color: #268bd2 !important;
  font-weight: bold !important;
}
/* line 330, ../../_sass/parts/_syntax.scss */
figure.code .nx, .gist-highlight .nx {
  color: #b58900 !important;
}
/* line 333, ../../_sass/parts/_syntax.scss */
figure.code .vg, .gist-highlight .vg {
  color: #268bd2 !important;
}
/* line 337, ../../_sass/parts/_syntax.scss */
figure.code .vi, .gist-highlight .vi {
  color: #268bd2 !important;
}
/* line 341, ../../_sass/parts/_syntax.scss */
figure.code .nv, .gist-highlight .nv {
  color: #268bd2 !important;
}
/* line 345, ../../_sass/parts/_syntax.scss */
figure.code .mf, .gist-highlight .mf {
  color: #2aa198 !important;
}
/* line 349, ../../_sass/parts/_syntax.scss */
figure.code .m, .gist-highlight .m {
  color: #2aa198 !important;
}
/* line 353, ../../_sass/parts/_syntax.scss */
figure.code .mh, .gist-highlight .mh {
  color: #2aa198 !important;
}
/* line 357, ../../_sass/parts/_syntax.scss */
figure.code .mi, .gist-highlight .mi {
  color: #2aa198 !important;
}
/* line 361, ../../_sass/parts/_syntax.scss */
figure.code .s, .gist-highlight .s {
  color: #2aa198 !important;
}
/* line 365, ../../_sass/parts/_syntax.scss */
figure.code .sd, .gist-highlight .sd {
  color: #2aa198 !important;
}
/* line 369, ../../_sass/parts/_syntax.scss */
figure.code .s2, .gist-highlight .s2 {
  color: #2aa198 !important;
}
/* line 373, ../../_sass/parts/_syntax.scss */
figure.code .se, .gist-highlight .se {
  color: #dc322f !important;
}
/* line 377, ../../_sass/parts/_syntax.scss */
figure.code .si, .gist-highlight .si {
  color: #268bd2 !important;
}
/* line 381, ../../_sass/parts/_syntax.scss */
figure.code .sr, .gist-highlight .sr {
  color: #2aa198 !important;
}
/* line 385, ../../_sass/parts/_syntax.scss */
figure.code .s1, .gist-highlight .s1 {
  color: #2aa198 !important;
}

/* line 1, ../../_sass/parts/_twitter.scss */
#banner {
  color: #999;
  padding: 30px 0;
  line-height: 30px;
  text-align: center;
  position: relative;
  display: none;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #ddd;
}
/* line 10, ../../_sass/parts/_twitter.scss */
#banner:hover a {
  color: #258fb8;
}
/* line 14, ../../_sass/parts/_twitter.scss */
#banner a {
  color: #999;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
/* line 17, ../../_sass/parts/_twitter.scss */
#banner a:hover {
  text-decoration: underline;
}
/* line 21, ../../_sass/parts/_twitter.scss */
#banner small {
  position: absolute;
  right: 0;
  bottom: 0;
}
/* line 26, ../../_sass/parts/_twitter.scss */
#banner .loading {
  background: url('/images/loading_pacman.gif?1590877158') center no-repeat;
  text-indent: -9999px;
}
/* line 30, ../../_sass/parts/_twitter.scss */
#banner .container {
  height: 30px;
  overflow: hidden;
  position: relative;
  display: none;
}
/* line 35, ../../_sass/parts/_twitter.scss */
#banner .container .feed {
  list-style: none;
  position: absolute;
  top: 0;
  width: 100%;
}
/* line 40, ../../_sass/parts/_twitter.scss */
#banner .container .feed li {
  position: relative;
}
/* line 42, ../../_sass/parts/_twitter.scss */
#banner .container .feed li small {
  position: absolute;
  right: 0;
}

/* To use the light Solarized highlighting theme uncomment the following line */
/* If you want to tweak the Solarized colors you can do that here */
/* Non highlighted code colors */
/* line 5, ../../_sass/_greyshade.scss */
body {
  background: 777;
  font-family: "Open Sans", "PT Sans", Tahoma, Verdana, sans-serif;
}

/* line 10, ../../_sass/_greyshade.scss */
#header {
  border-bottom: none;
}
/* line 13, ../../_sass/_greyshade.scss */
#header #sub-nav {
  float: none;
  position: relative;
  text-align: center;
  top: 0px;
}
/* line 18, ../../_sass/_greyshade.scss */
#header #sub-nav .social {
  float: none;
}
/* line 21, ../../_sass/_greyshade.scss */
#header #sub-nav .search {
  float: none;
}
/* line 23, ../../_sass/_greyshade.scss */
#header #sub-nav .search .alignright {
  float: none;
}
/* line 29, ../../_sass/_greyshade.scss */
#header h1 {
  float: none;
}
/* line 33, ../../_sass/_greyshade.scss */
#header #main-nav {
  float: none;
  margin-left: 0px;
}
/* line 38, ../../_sass/_greyshade.scss */
#header #main-nav ul li {
  margin-left: 0px;
  display: block;
}
/* line 41, ../../_sass/_greyshade.scss */
#header #main-nav ul li a {
  padding: 0px 0px;
}

/* line 50, ../../_sass/_greyshade.scss */
.container .credit-box {
  color: #AAA;
  font-size: .8em;
  position: fixed;
  bottom: 20px;
  left: 40px;
}
/* line 56, ../../_sass/_greyshade.scss */
.container .credit-box a {
  color: inherit;
  text-decoration: underline;
}
/* line 64, ../../_sass/_greyshade.scss */
.container .tagline-container {
  background: #F5C201;
}
/* line 67, ../../_sass/_greyshade.scss */
.container .services-container {
  background: #aaa;
  border-top: 1px solid #888;
}
/* line 71, ../../_sass/_greyshade.scss */
.container .about-container {
  background: #f6f6f6;
  border-top: 1px solid #999;
}
/* line 75, ../../_sass/_greyshade.scss */
.container .blog-container {
  background: #f6f6f6;
}
/* line 79, ../../_sass/_greyshade.scss */
.container .mid-col {
  float: right;
  width: 60%;
  height: 100%;
}
/* line 84, ../../_sass/_greyshade.scss */
.container .mid-col .mid-col-container {
  padding: 0px 70px 0px 40px;
}
/* line 87, ../../_sass/_greyshade.scss */
.container .mid-col .mid-col-container #content {
  width: 100%;
  color: #555;
}
/* line 90, ../../_sass/_greyshade.scss */
.container .mid-col .mid-col-container #content a {
  color: #0066CC;
}
/* line 93, ../../_sass/_greyshade.scss */
.container .mid-col .mid-col-container #content a:hover {
  text-decoration: underline;
}
/* line 97, ../../_sass/_greyshade.scss */
.container .mid-col .mid-col-container #content .tagline {
  padding-top: 250px;
  font-family: "PT Sans", Tahoma, Verdana, sans-serif;
  font-size: 24pt;
  font-weight: bold;
  line-height: 30px;
  margin-bottom: 250px;
}
/* line 106, ../../_sass/_greyshade.scss */
.container .mid-col .mid-col-container #content .subway {
  float: right;
  margin-top: -43px;
  margin-right: 20px;
  margin-bottom: 20px;
  vertical-align: top;
}
/* line 114, ../../_sass/_greyshade.scss */
.container .mid-col .mid-col-container #content .subway-tag-top {
  float: right;
  margin-top: -95px;
  vertical-align: top;
  text-align: right;
  color: white;
  font-size: 32px;
  font-weight: bold;
}
/* line 124, ../../_sass/_greyshade.scss */
.container .mid-col .mid-col-container #content .subway-tag {
  float: right;
  margin-right: 20px;
  margin-top: -25px;
  vertical-align: top;
  text-align: right;
  color: white;
  font-size: 32px;
  font-weight: bold;
}
/* line 135, ../../_sass/_greyshade.scss */
.container .mid-col .mid-col-container #content .projects {
  margin-top: 30px;
  text-align: center;
  font-size: 32px;
  font-weight: bold;
}
/* line 142, ../../_sass/_greyshade.scss */
.container .mid-col .mid-col-container #content .service-description {
  margin-right: 120px;
  margin-left: 15%;
  padding-top: 20px;
  text-align: right;
  height: 245px;
  font-size: 18px;
}
/* line 153, ../../_sass/_greyshade.scss */
.container .mid-col .mid-col-container #content .bottom {
  height: 100%;
  margin-bottom: 30px;
}
/* line 158, ../../_sass/_greyshade.scss */
.container .mid-col .mid-col-container #content .service-tag {
  text-align: right;
  color: white;
  font-size: 32px;
  font-weight: bold;
  height: 100%;
  margin: 1%;
}
/* line 170, ../../_sass/_greyshade.scss */
.container .mid-col .mid-col-container #content .tag {
  width: 33%;
  vertical-align: top;
  display: inline-block;
  font-size: 32px;
  font-weight: bold;
  height: 100%;
  margin: 1%;
}
/* line 180, ../../_sass/_greyshade.scss */
.container .mid-col .mid-col-container #content .description {
  width: 60%;
  display: inline-block;
  height: 100%;
  font-size: 18px;
}
/* line 188, ../../_sass/_greyshade.scss */
.container .mid-col .mid-col-container #content .about-section {
  margin-top: 30px;
  height: 100%;
}
/* line 192, ../../_sass/_greyshade.scss */
.container .mid-col .mid-col-container #content .about-section .pic {
  border: 1px solid #fff;
  float: right;
  margin-left: 10px;
  margin-bottom: 20px;
  height: 138px;
  width: 138px;
  text-align: center;
}
/* line 207, ../../_sass/_greyshade.scss */
.container .mid-col .mid-col-container #content article {
  border-top: none;
  border-bottom: 1px solid #ccc;
  font-family: Tahoma, Verdana, sans-serif;
  font-size: 14px;
}
/* line 213, ../../_sass/_greyshade.scss */
.container .mid-col .mid-col-container #content article img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/* line 219, ../../_sass/_greyshade.scss */
.container .mid-col .mid-col-container #content article .title {
  margin-left: 0px;
}
/* line 222, ../../_sass/_greyshade.scss */
.container .mid-col .mid-col-container #content article .entry-content {
  margin-left: 0px;
  line-height: 1.6;
}
/* line 225, ../../_sass/_greyshade.scss */
.container .mid-col .mid-col-container #content article .entry-content p, .container .mid-col .mid-col-container #content article .entry-content ul, .container .mid-col .mid-col-container #content article .entry-content ol {
  margin-bottom: 24px;
  margin-top: 24px;
}
/* line 230, ../../_sass/_greyshade.scss */
.container .mid-col .mid-col-container #content article .entry-content blockquote {
  border-left: 5px solid #F5C201;
  background: #FCFCFC;
}
/* line 235, ../../_sass/_greyshade.scss */
.container .mid-col .mid-col-container #content article .meta {
  position: relative;
  float: right;
  top: 0px;
  color: #555;
  text-align: right;
  width: auto;
}
/* line 242, ../../_sass/_greyshade.scss */
.container .mid-col .mid-col-container #content article .meta .date::before {
  color: #555;
  position: relative;
  margin-right: 10px;
}
/* line 247, ../../_sass/_greyshade.scss */
.container .mid-col .mid-col-container #content article .meta .tags::before {
  color: #999;
  position: relative;
  margin-right: 10px;
}
/* line 254, ../../_sass/_greyshade.scss */
.container .mid-col .mid-col-container #content article h1.title {
  font-weight: bold;
  font-family: "PT Sans", Tahoma, Verdana, sans-serif;
}
/* line 258, ../../_sass/_greyshade.scss */
.container .mid-col .mid-col-container #content article h1.title a {
  color: #555;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
/* line 265, ../../_sass/_greyshade.scss */
.container .mid-col .mid-col-container #content article h1.title a:hover {
  color: #0066CC;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
/* line 276, ../../_sass/_greyshade.scss */
.container .mid-col footer {
  border-top: none;
  width: 100%;
}
/* line 281, ../../_sass/_greyshade.scss */
.container .mid-col footer a {
  color: #0066CC;
}
/* line 287, ../../_sass/_greyshade.scss */
.container .left-col {
  width: 40%;
  height: 100%;
  position: fixed;
  background-color: #F5C201;
}
/* line 293, ../../_sass/_greyshade.scss */
.container .left-col .site-logo {
  width: 100%;
  margin-top: 30px;
  margin-bottom: 0px;
}
/* line 297, ../../_sass/_greyshade.scss */
.container .left-col .site-logo .container {
  font-family: "PT Sans", Tahoma, Verdana, sans-serif;
  font-size: 80pt;
  font-weight: bold;
  color: #fff;
  line-height: 110px;
  width: 230px;
  margin: 0 auto;
}
/* line 306, ../../_sass/_greyshade.scss */
.container .left-col .site-logo img {
  margin-left: 40px;
  margin-top: 5px;
  width: 120px;
}
/* line 317, ../../_sass/_greyshade.scss */
.container .left-col #header {
  width: 100%;
}
/* line 319, ../../_sass/_greyshade.scss */
.container .left-col #header a {
  color: #fff;
}
/* line 323, ../../_sass/_greyshade.scss */
.container .left-col #header a:hover {
  text-shadow: 0px 1px #999;
  color: #FCFCFC;
  text-decoration: none;
}
/* line 329, ../../_sass/_greyshade.scss */
.container .left-col #header .navigation {
  margin-bottom: 20px;
  float: none;
  margin-right: 15px;
  font-size: 14px;
  font-weight: bold;
}
/* line 335, ../../_sass/_greyshade.scss */
.container .left-col #header .navigation a {
  color: #555;
}
/* line 338, ../../_sass/_greyshade.scss */
.container .left-col #header .navigation a:hover {
  color: #555;
  text-shadow: none;
  text-decoration: underline;
}
/* line 345, ../../_sass/_greyshade.scss */
.container .left-col #header #main-nav {
  margin-top: 10px;
}
/* line 349, ../../_sass/_greyshade.scss */
.container .left-col #header #sub-nav {
  display: block;
  width: 100%;
  text-align: center;
  top: 0px;
}
/* line 355, ../../_sass/_greyshade.scss */
.container .left-col #header #sub-nav .search::before {
  left: 10px;
}
/* line 358, ../../_sass/_greyshade.scss */
.container .left-col #header #sub-nav .social {
  margin-bottom: 10px;
  margin-right: 0px;
}

/* line 368, ../../_sass/_greyshade.scss */
.archives .title {
  font-size: 1.2em;
}
/* line 372, ../../_sass/_greyshade.scss */
.archives article .meta {
  line-height: 1.5em;
  margin-top: 0;
}
/* line 375, ../../_sass/_greyshade.scss */
.archives article .meta span::before {
  padding-right: 0;
}

@media screen and (max-width: 1040px) {
  /* line 382, ../../_sass/_greyshade.scss */
  body {
    margin: 0;
  }
}

@media screen and (max-width: 800px) {
  /* line 389, ../../_sass/_greyshade.scss */
  .container {
    padding: 0 16px;
  }
}
@media screen and (max-width: 700px) {
  /* line 397, ../../_sass/_greyshade.scss */
  .container .credit-box {
    display: none;
  }
  /* line 401, ../../_sass/_greyshade.scss */
  .container .left-col {
    position: relative;
    width: 100%;
  }
  /* line 404, ../../_sass/_greyshade.scss */
  .container .left-col .site-logo {
    margin-top: 0px;
  }
  /* line 406, ../../_sass/_greyshade.scss */
  .container .left-col .site-logo .container {
    font-size: 60pt;
    line-height: 80px;
  }
  /* line 409, ../../_sass/_greyshade.scss */
  .container .left-col .site-logo .container img {
    margin-left: 0px;
    margin-top: 10px;
    width: 80px;
    text-align: center;
  }
  /* line 418, ../../_sass/_greyshade.scss */
  .container .left-col #header {
    padding: 20px 0px;
    text-align: center;
  }
  /* line 421, ../../_sass/_greyshade.scss */
  .container .left-col #header #sub-nav {
    display: block;
    margin-bottom: 30px;
  }
  /* line 426, ../../_sass/_greyshade.scss */
  .container .left-col #header #main-nav ul {
    display: block;
  }
  /* line 428, ../../_sass/_greyshade.scss */
  .container .left-col #header #main-nav ul li {
    display: inline;
    margin-right: 10px;
  }
  /* line 437, ../../_sass/_greyshade.scss */
  .container .mid-col {
    float: none;
    width: 100%;
  }
  /* line 440, ../../_sass/_greyshade.scss */
  .container .mid-col .mid-col-container {
    padding: 15px 15px;
  }
  /* line 443, ../../_sass/_greyshade.scss */
  .container .mid-col .mid-col-container #content .tagline {
    padding-top: 0px;
    margin-bottom: 90px;
  }
  /* line 448, ../../_sass/_greyshade.scss */
  .container .mid-col .mid-col-container #content .description {
    font-size: 14px;
  }
  /* line 451, ../../_sass/_greyshade.scss */
  .container .mid-col .mid-col-container #content .tag {
    font-size: 24px;
  }
  /* line 454, ../../_sass/_greyshade.scss */
  .container .mid-col .mid-col-container #content .service-description {
    font-size: 14px;
  }
  /* line 459, ../../_sass/_greyshade.scss */
  .container .mid-col .mid-col-container #content article .meta {
    float: none;
  }
}
