@charset "UTF-8";
/*---
---
*/
/*
 *
 *  Skinny Bones Jekyll Starter
 *
 *  Designer: Michael Rose
 *  Twitter: http://twitter.com/mmistakes
 *
*/
.gist div {
  max-height: 75em; }

.gist table {
  margin-top: 0px; }

.gist tbody {
  background-color: white; }
  .gist tbody tr:hover > td, .gist tbody tr:hover > th {
    background-color: transparent; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/*!
 *  Font Awesome 4.1.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.1.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.1.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff?v=4.1.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.1.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }
.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }
.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear; }

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(359deg); } }
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg); } }
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg); }
  100% {
    -o-transform: rotate(359deg); } }
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1); }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper-square:before,
.fa-pied-piper:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

/*  Vertical Rhythm
	https://github.com/sturobson/Sassifaction

	In this mixin you can specify the font size in PX and 
	it will calculate the REM based on your $doc-font-size 
	& $doc-line-height variables. 

		@include font-size(24);

	It will also create a bottom margin based on the 
	$doc-font-size & $doc-line-height variables unless you 
	specify that it shouldn't have one.

		@include font-size(24, no);

	Or if you want to specify a different bottom margin to 
	be generated.

		@include font-size(24,32);

	This mixin also generates a pixel-less line height by 
	default unless you specify that you either don't want 
	one where I'd suggest declaring 1 within the mixin.

		@include font-size(24, yes, 1);

	There's also the option to specify a different line-height 
	for it to generate to, where you would specify the 
	line-height in (effectively) it's pixel value.

		@include font-size(24, yes, 40);
*/
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block; }

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

audio:not([controls]) {
  display: none; }

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

a:hover,
a:active {
  outline: 0; }

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

blockquote {
  margin: 0; }

img {
  max-width: 100%;
  width: auto\9;
  height: auto;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic; }

#map_canvas img,
.google-maps img {
  max-width: none; }

button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle; }

button,
input {
  *overflow: visible;
  line-height: normal; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
  cursor: pointer; }

input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield; }

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none; }

textarea {
  overflow: auto;
  vertical-align: top; }

.wrap {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto; }
  .wrap:after {
    content: "";
    display: table;
    clear: both; }

.come-in {
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-animation: pop 0.5s ease forwards;
  -moz-animation: pop 0.5s ease forwards;
  animation: pop 0.5s ease forwards; }

.already-visible {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-animation: none;
  -moz-animation: none;
  animation: none; }

.hidden,
.load {
  display: none; }

.no-scroll {
  overflow: hidden; }

.inline-btn:after {
  content: "";
  display: table;
  clear: both; }
.inline-btn a, .inline-btn btn {
  display: inline-block;
  margin-right: 0.809em; }
  .inline-btn a:last-child, .inline-btn btn:last-child {
    margin-right: 0; }

@media screen and (min-width: 48em) {
  .shorten {
    width: 66.66667%; } }
.center {
  text-align: center; }

.image-right {
  display: block;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (min-width: 48em) {
    .image-right {
      float: right;
      margin-left: 1.618em; } }

.th-grid {
  display: block;
  margin: 0;
  padding: 0; }
  .th-grid:after {
    content: "";
    display: table;
    clear: both; }
  .th-grid:after {
    content: "";
    display: table;
    clear: both; }
  .th-grid li {
    list-style: none;
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 23.23176%;
    margin-bottom: 2.35765%; }
    .th-grid li:last-child {
      margin-right: 0; }
    .th-grid li:nth-child(4n) {
      margin-right: 0; }
    .th-grid li:nth-child(4n+1) {
      clear: left; }
  .th-grid a img:hover {
    -webkit-animation: pop 0.3s 0 linear;
    -moz-animation: pop 0.3s 0 linear;
    animation: pop 0.3s 0 linear;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); }

.th-grid-full {
  margin: 0;
  padding: 0; }
  .th-grid-full:after {
    content: "";
    display: table;
    clear: both; }
  @media screen and (min-width: 62.5em) {
    .th-grid-full {
      margin-right: -29em; } }
  .archive-wrap .th-grid-full {
    margin-right: 0; }
  .th-grid-full li {
    list-style: none;
    margin-bottom: 2.35765%; }
    @media screen and (min-width: 15em) and (max-width: 30em) {
      .th-grid-full li {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 23.23176%; }
        .th-grid-full li:last-child {
          margin-right: 0; }
        .th-grid-full li:nth-child(4n) {
          margin-right: 0; }
        .th-grid-full li:nth-child(4n+1) {
          clear: left; } }
    @media screen and (min-width: 30em) and (max-width: 62.4375em) {
      .th-grid-full li {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 23.23176%; }
        .th-grid-full li:last-child {
          margin-right: 0; }
        .th-grid-full li:nth-child(4n) {
          margin-right: 0; }
        .th-grid-full li:nth-child(4n+1) {
          clear: left; } }
    @media screen and (min-width: 62.5em) {
      .th-grid-full li {
        float: left;
        width: 6.575em;
        margin-right: .25em;
        margin-bottom: .25em; }
        .th-grid-full li:nth-child(9n) {
          margin-right: 0; }
        .th-grid-full li:nth-child(9n+1) {
          clear: left; } }
  .th-grid-full a img:hover {
    -webkit-animation: pop 0.3s 0 linear;
    -moz-animation: pop 0.3s 0 linear;
    animation: pop 0.3s 0 linear;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); }

.btn, .btn-inverse, .btn-social, .btn-info, .btn-warning, .btn-success, .btn-danger {
  display: inline-block;
  padding: 8px 20px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.71429;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  font-family: "Helvetica Neue", "Segoe UI", Arial, sans-serif;
  background-color: #000;
  color: #fff;
  text-decoration: none;
  border: 0 !important;
  border-radius: 30px;
  -webkit-transition: background 0.2s, border 0.2s;
  -moz-transition: background 0.2s, border 0.2s;
  transition: background 0.2s, border 0.2s; }
  .btn:hover, .btn-inverse:hover, .btn-social:hover, .btn-info:hover, .btn-warning:hover, .btn-success:hover, .btn-danger:hover {
    color: #fff;
    background-color: #1a1a1a; }
  .btn:active, .btn-inverse:active, .btn-social:active, .btn-info:active, .btn-warning:active, .btn-success:active, .btn-danger:active {
    -webkit-transform: translateY(1px);
    -moz-transform: translateY(1px);
    -ms-transform: translateY(1px);
    -o-transform: translateY(1px);
    transform: translateY(1px); }

.btn-inverse, .btn-social {
  background-color: #fff;
  color: #313130; }
  .btn-inverse:visited, .btn-social:visited, .btn-inverse:active, .btn-social:active {
    color: #313130; }
  .btn-inverse:hover, .btn-social:hover {
    color: #fff;
    background-color: #313130; }

.btn-info {
  background-color: #3498db;
  color: #fff; }
  .btn-info:visited {
    color: #fff; }
  .btn-info:hover {
    background-color: #5faee3; }

.btn-warning {
  background-color: #f1c40f;
  color: #fff; }
  .btn-warning:visited {
    color: #fff; }
  .btn-warning:hover {
    background-color: #f4d03f; }

.btn-success {
  background-color: #2ecc71;
  color: #fff; }
  .btn-success:visited {
    color: #fff; }
  .btn-success:hover {
    background-color: #54d98c; }

.btn-danger {
  background-color: #e74c3c;
  color: #fff; }
  .btn-danger:visited {
    color: #fff; }
  .btn-danger:hover {
    background-color: #ed7669; }

.btn-social {
  color: #313130 !important;
  border: 1px solid #ddd !important; }
  .btn-social:visited, .btn-social:active {
    color: #313130; }
  .btn-social i.fa-facebook {
    color: #3b5998; }
  .btn-social i.fa-flickr {
    color: #ff0084; }
  .btn-social i.fa-foursquare {
    color: #0cbadf; }
  .btn-social i.fa-google-plus {
    color: #dd4b39; }
  .btn-social i.fa-instagram {
    color: #4e433c; }
  .btn-social i.fa-linkedin {
    color: #4875b4; }
  .btn-social i.fa-pinterest {
    color: #cb2027; }
  .btn-social i.fa-rss {
    color: #fa9b39; }
  .btn-social i.fa-tumblr {
    color: #2c4762; }
  .btn-social i.fa-twitter {
    color: #55acee; }
  .btn-social i.fa-vimeo {
    color: #1ab7ea; }
  .btn-social i.fa-youtube {
    color: #ff3333; }
  .btn-social:hover {
    color: #fff !important; }
  .btn-social.facebook:hover {
    background: #3b5998;
    border-color: #3b5998; }
    .btn-social.facebook:hover i.fa-facebook {
      color: #fff; }
    .btn-social.facebook:hover i.fa-flickr {
      color: #fff; }
    .btn-social.facebook:hover i.fa-foursquare {
      color: #fff; }
    .btn-social.facebook:hover i.fa-google-plus {
      color: #fff; }
    .btn-social.facebook:hover i.fa-instagram {
      color: #fff; }
    .btn-social.facebook:hover i.fa-linkedin {
      color: #fff; }
    .btn-social.facebook:hover i.fa-pinterest {
      color: #fff; }
    .btn-social.facebook:hover i.fa-rss {
      color: #fff; }
    .btn-social.facebook:hover i.fa-tumblr {
      color: #fff; }
    .btn-social.facebook:hover i.fa-twitter {
      color: #fff; }
    .btn-social.facebook:hover i.fa-vimeo {
      color: #fff; }
    .btn-social.facebook:hover i.fa-youtube {
      color: #fff; }
  .btn-social.flickr:hover {
    background: #ff0084;
    border-color: #ff0084; }
    .btn-social.flickr:hover i.fa-facebook {
      color: #fff; }
    .btn-social.flickr:hover i.fa-flickr {
      color: #fff; }
    .btn-social.flickr:hover i.fa-foursquare {
      color: #fff; }
    .btn-social.flickr:hover i.fa-google-plus {
      color: #fff; }
    .btn-social.flickr:hover i.fa-instagram {
      color: #fff; }
    .btn-social.flickr:hover i.fa-linkedin {
      color: #fff; }
    .btn-social.flickr:hover i.fa-pinterest {
      color: #fff; }
    .btn-social.flickr:hover i.fa-rss {
      color: #fff; }
    .btn-social.flickr:hover i.fa-tumblr {
      color: #fff; }
    .btn-social.flickr:hover i.fa-twitter {
      color: #fff; }
    .btn-social.flickr:hover i.fa-vimeo {
      color: #fff; }
    .btn-social.flickr:hover i.fa-youtube {
      color: #fff; }
  .btn-social.foursquare:hover {
    background: #0cbadf;
    border-color: #0cbadf; }
    .btn-social.foursquare:hover i.fa-facebook {
      color: #fff; }
    .btn-social.foursquare:hover i.fa-flickr {
      color: #fff; }
    .btn-social.foursquare:hover i.fa-foursquare {
      color: #fff; }
    .btn-social.foursquare:hover i.fa-google-plus {
      color: #fff; }
    .btn-social.foursquare:hover i.fa-instagram {
      color: #fff; }
    .btn-social.foursquare:hover i.fa-linkedin {
      color: #fff; }
    .btn-social.foursquare:hover i.fa-pinterest {
      color: #fff; }
    .btn-social.foursquare:hover i.fa-rss {
      color: #fff; }
    .btn-social.foursquare:hover i.fa-tumblr {
      color: #fff; }
    .btn-social.foursquare:hover i.fa-twitter {
      color: #fff; }
    .btn-social.foursquare:hover i.fa-vimeo {
      color: #fff; }
    .btn-social.foursquare:hover i.fa-youtube {
      color: #fff; }
  .btn-social.google-plus:hover {
    background: #dd4b39;
    border-color: #dd4b39; }
    .btn-social.google-plus:hover i.fa-facebook {
      color: #fff; }
    .btn-social.google-plus:hover i.fa-flickr {
      color: #fff; }
    .btn-social.google-plus:hover i.fa-foursquare {
      color: #fff; }
    .btn-social.google-plus:hover i.fa-google-plus {
      color: #fff; }
    .btn-social.google-plus:hover i.fa-instagram {
      color: #fff; }
    .btn-social.google-plus:hover i.fa-linkedin {
      color: #fff; }
    .btn-social.google-plus:hover i.fa-pinterest {
      color: #fff; }
    .btn-social.google-plus:hover i.fa-rss {
      color: #fff; }
    .btn-social.google-plus:hover i.fa-tumblr {
      color: #fff; }
    .btn-social.google-plus:hover i.fa-twitter {
      color: #fff; }
    .btn-social.google-plus:hover i.fa-vimeo {
      color: #fff; }
    .btn-social.google-plus:hover i.fa-youtube {
      color: #fff; }
  .btn-social.instagram:hover {
    background: #4e433c;
    border-color: #4e433c; }
    .btn-social.instagram:hover i.fa-facebook {
      color: #fff; }
    .btn-social.instagram:hover i.fa-flickr {
      color: #fff; }
    .btn-social.instagram:hover i.fa-foursquare {
      color: #fff; }
    .btn-social.instagram:hover i.fa-google-plus {
      color: #fff; }
    .btn-social.instagram:hover i.fa-instagram {
      color: #fff; }
    .btn-social.instagram:hover i.fa-linkedin {
      color: #fff; }
    .btn-social.instagram:hover i.fa-pinterest {
      color: #fff; }
    .btn-social.instagram:hover i.fa-rss {
      color: #fff; }
    .btn-social.instagram:hover i.fa-tumblr {
      color: #fff; }
    .btn-social.instagram:hover i.fa-twitter {
      color: #fff; }
    .btn-social.instagram:hover i.fa-vimeo {
      color: #fff; }
    .btn-social.instagram:hover i.fa-youtube {
      color: #fff; }
  .btn-social.linkedin:hover {
    background: #4875b4;
    border-color: #4875b4; }
    .btn-social.linkedin:hover i.fa-facebook {
      color: #fff; }
    .btn-social.linkedin:hover i.fa-flickr {
      color: #fff; }
    .btn-social.linkedin:hover i.fa-foursquare {
      color: #fff; }
    .btn-social.linkedin:hover i.fa-google-plus {
      color: #fff; }
    .btn-social.linkedin:hover i.fa-instagram {
      color: #fff; }
    .btn-social.linkedin:hover i.fa-linkedin {
      color: #fff; }
    .btn-social.linkedin:hover i.fa-pinterest {
      color: #fff; }
    .btn-social.linkedin:hover i.fa-rss {
      color: #fff; }
    .btn-social.linkedin:hover i.fa-tumblr {
      color: #fff; }
    .btn-social.linkedin:hover i.fa-twitter {
      color: #fff; }
    .btn-social.linkedin:hover i.fa-vimeo {
      color: #fff; }
    .btn-social.linkedin:hover i.fa-youtube {
      color: #fff; }
  .btn-social.pinterest:hover {
    background: #cb2027;
    border-color: #cb2027; }
    .btn-social.pinterest:hover i.fa-facebook {
      color: #fff; }
    .btn-social.pinterest:hover i.fa-flickr {
      color: #fff; }
    .btn-social.pinterest:hover i.fa-foursquare {
      color: #fff; }
    .btn-social.pinterest:hover i.fa-google-plus {
      color: #fff; }
    .btn-social.pinterest:hover i.fa-instagram {
      color: #fff; }
    .btn-social.pinterest:hover i.fa-linkedin {
      color: #fff; }
    .btn-social.pinterest:hover i.fa-pinterest {
      color: #fff; }
    .btn-social.pinterest:hover i.fa-rss {
      color: #fff; }
    .btn-social.pinterest:hover i.fa-tumblr {
      color: #fff; }
    .btn-social.pinterest:hover i.fa-twitter {
      color: #fff; }
    .btn-social.pinterest:hover i.fa-vimeo {
      color: #fff; }
    .btn-social.pinterest:hover i.fa-youtube {
      color: #fff; }
  .btn-social.rss:hover {
    background: #fa9b39;
    border-color: #fa9b39; }
    .btn-social.rss:hover i.fa-facebook {
      color: #fff; }
    .btn-social.rss:hover i.fa-flickr {
      color: #fff; }
    .btn-social.rss:hover i.fa-foursquare {
      color: #fff; }
    .btn-social.rss:hover i.fa-google-plus {
      color: #fff; }
    .btn-social.rss:hover i.fa-instagram {
      color: #fff; }
    .btn-social.rss:hover i.fa-linkedin {
      color: #fff; }
    .btn-social.rss:hover i.fa-pinterest {
      color: #fff; }
    .btn-social.rss:hover i.fa-rss {
      color: #fff; }
    .btn-social.rss:hover i.fa-tumblr {
      color: #fff; }
    .btn-social.rss:hover i.fa-twitter {
      color: #fff; }
    .btn-social.rss:hover i.fa-vimeo {
      color: #fff; }
    .btn-social.rss:hover i.fa-youtube {
      color: #fff; }
  .btn-social.tumblr:hover {
    background: #2c4762;
    border-color: #2c4762; }
    .btn-social.tumblr:hover i.fa-facebook {
      color: #fff; }
    .btn-social.tumblr:hover i.fa-flickr {
      color: #fff; }
    .btn-social.tumblr:hover i.fa-foursquare {
      color: #fff; }
    .btn-social.tumblr:hover i.fa-google-plus {
      color: #fff; }
    .btn-social.tumblr:hover i.fa-instagram {
      color: #fff; }
    .btn-social.tumblr:hover i.fa-linkedin {
      color: #fff; }
    .btn-social.tumblr:hover i.fa-pinterest {
      color: #fff; }
    .btn-social.tumblr:hover i.fa-rss {
      color: #fff; }
    .btn-social.tumblr:hover i.fa-tumblr {
      color: #fff; }
    .btn-social.tumblr:hover i.fa-twitter {
      color: #fff; }
    .btn-social.tumblr:hover i.fa-vimeo {
      color: #fff; }
    .btn-social.tumblr:hover i.fa-youtube {
      color: #fff; }
  .btn-social.twitter:hover {
    background: #55acee;
    border-color: #55acee; }
    .btn-social.twitter:hover i.fa-facebook {
      color: #fff; }
    .btn-social.twitter:hover i.fa-flickr {
      color: #fff; }
    .btn-social.twitter:hover i.fa-foursquare {
      color: #fff; }
    .btn-social.twitter:hover i.fa-google-plus {
      color: #fff; }
    .btn-social.twitter:hover i.fa-instagram {
      color: #fff; }
    .btn-social.twitter:hover i.fa-linkedin {
      color: #fff; }
    .btn-social.twitter:hover i.fa-pinterest {
      color: #fff; }
    .btn-social.twitter:hover i.fa-rss {
      color: #fff; }
    .btn-social.twitter:hover i.fa-tumblr {
      color: #fff; }
    .btn-social.twitter:hover i.fa-twitter {
      color: #fff; }
    .btn-social.twitter:hover i.fa-vimeo {
      color: #fff; }
    .btn-social.twitter:hover i.fa-youtube {
      color: #fff; }
  .btn-social.vimeo:hover {
    background: #1ab7ea;
    border-color: #1ab7ea; }
    .btn-social.vimeo:hover i.fa-facebook {
      color: #fff; }
    .btn-social.vimeo:hover i.fa-flickr {
      color: #fff; }
    .btn-social.vimeo:hover i.fa-foursquare {
      color: #fff; }
    .btn-social.vimeo:hover i.fa-google-plus {
      color: #fff; }
    .btn-social.vimeo:hover i.fa-instagram {
      color: #fff; }
    .btn-social.vimeo:hover i.fa-linkedin {
      color: #fff; }
    .btn-social.vimeo:hover i.fa-pinterest {
      color: #fff; }
    .btn-social.vimeo:hover i.fa-rss {
      color: #fff; }
    .btn-social.vimeo:hover i.fa-tumblr {
      color: #fff; }
    .btn-social.vimeo:hover i.fa-twitter {
      color: #fff; }
    .btn-social.vimeo:hover i.fa-vimeo {
      color: #fff; }
    .btn-social.vimeo:hover i.fa-youtube {
      color: #fff; }
  .btn-social.youtube:hover {
    background: #ff3333;
    border-color: #ff3333; }
    .btn-social.youtube:hover i.fa-facebook {
      color: #fff; }
    .btn-social.youtube:hover i.fa-flickr {
      color: #fff; }
    .btn-social.youtube:hover i.fa-foursquare {
      color: #fff; }
    .btn-social.youtube:hover i.fa-google-plus {
      color: #fff; }
    .btn-social.youtube:hover i.fa-instagram {
      color: #fff; }
    .btn-social.youtube:hover i.fa-linkedin {
      color: #fff; }
    .btn-social.youtube:hover i.fa-pinterest {
      color: #fff; }
    .btn-social.youtube:hover i.fa-rss {
      color: #fff; }
    .btn-social.youtube:hover i.fa-tumblr {
      color: #fff; }
    .btn-social.youtube:hover i.fa-twitter {
      color: #fff; }
    .btn-social.youtube:hover i.fa-vimeo {
      color: #fff; }
    .btn-social.youtube:hover i.fa-youtube {
      color: #fff; }

.badge {
  display: inline-block;
  background: #000;
  border-radius: 2em;
  color: #fff;
  font-family: "Helvetica Neue", "Segoe UI", Arial, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 2;
  margin-bottom: 0;
  font-weight: 600;
  line-height: 1;
  padding: .25em 1em;
  text-align: center; }
  .badge.inverse {
    background: #fff;
    color: #313130; }
  .badge.info {
    background: #3498db;
    color: #fff; }
  .badge.danger {
    background: #e74c3c;
    color: #fff; }
  .badge.warning {
    background: #f1c40f;
    color: black; }
  .badge.success {
    background: #2ecc71;
    color: black; }

.bullets {
  overflow: auto; }
  @media screen and (min-width: 62.5em) {
    .bullets .two-col-bullet {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 48.82117%; }
      .bullets .two-col-bullet:last-child {
        margin-right: 0; }
      .bullets .two-col-bullet:nth-child(2n) {
        margin-right: 0; }
      .bullets .two-col-bullet:nth-child(2n+1) {
        clear: left; } }
  @media screen and (min-width: 62.5em) {
    .bullets .three-col-bullet {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 31.76157%; }
      .bullets .three-col-bullet:last-child {
        margin-right: 0; }
      .bullets .three-col-bullet:nth-child(3n) {
        margin-right: 0; }
      .bullets .three-col-bullet:nth-child(3n+1) {
        clear: left; } }
  @media screen and (min-width: 62.5em) {
    .bullets .four-col-bullet {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 23.23176%; }
      .bullets .four-col-bullet:last-child {
        margin-right: 0; }
      .bullets .four-col-bullet:nth-child(4n) {
        margin-right: 0; }
      .bullets .four-col-bullet:nth-child(4n+1) {
        clear: left; } }
  .bullets .bullet-icon {
    float: left;
    background: #343434;
    padding: 1.05895em;
    border-radius: 50%;
    width: 5.29475em;
    height: 5.29475em; }
  .bullets .bullet-content {
    margin-left: 5.93012em;
    margin-bottom: 2em; }
  .bullets h2 {
    margin-top: 0;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.2;
    margin-bottom: 0;
    display: inline-block; }
  .bullets p {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.71429;
    margin-bottom: 24px;
    margin-bottom: 1.5rem; }

.sliding-menu-button {
  position: fixed;
  top: 1.618em;
  right: 1.618em;
  display: block;
  width: 60px;
  height: 60px;
  background: #000;
  outline: 0;
  padding: 0;
  border: 2.5px solid transparent;
  cursor: pointer;
  z-index: 5;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: right 500ms cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: right 500ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: right 500ms cubic-bezier(0.645, 0.045, 0.355, 1); }
  @media screen and (min-width: 48em) {
    .sliding-menu-button {
      -webkit-transform: 0;
      -moz-transform: 0;
      -ms-transform: 0;
      -o-transform: 0;
      transform: 0; } }
  .sliding-menu-button.slide {
    -webkit-transition: right 500ms ease-in-out;
    -moz-transition: right 500ms ease-in-out;
    transition: right 500ms ease-in-out; }
    @media screen and (min-width: 48em) {
      .sliding-menu-button.slide {
        right: 90%; } }

.sliding-menu-content {
  position: fixed;
  top: 0;
  right: 0;
  padding: 1.375em 0;
  text-align: center;
  visibility: hidden;
  height: 100%;
  width: 100%;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: 500ms cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: 500ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: 500ms cubic-bezier(0.645, 0.045, 0.355, 1);
  background: #000;
  z-index: 5;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch; }
  @media screen and (min-width: 48em) {
    .sliding-menu-content {
      text-align: left; } }
  @media screen and (min-width: 48em) {
    .sliding-menu-content {
      height: 100%;
      width: 87%; } }
  .sliding-menu-content.is-visible {
    visibility: visible;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: 500ms ease-in-out;
    -moz-transition: 500ms ease-in-out;
    transition: 500ms ease-in-out; }
  .sliding-menu-content ul {
    margin: 0 10%; }
  .sliding-menu-content ul,
  .sliding-menu-content li {
    list-style: none; }
  .sliding-menu-content li {
    display: block;
    position: relative;
    padding: 1em 0; }
  .sliding-menu-content .menu-item > li a {
    color: #fff;
    text-decoration: none; }
  .sliding-menu-content .menu-item > li .teaser {
    width: 150px;
    border: 2px solid #fff;
    margin-bottom: 0.809em; }
    @media screen and (min-width: 48em) {
      .sliding-menu-content .menu-item > li .teaser {
        position: absolute;
        top: 20px;
        left: 0;
        margin-bottom: 0; } }
  .sliding-menu-content .menu-item > li .title {
    display: block;
    font-family: "Helvetica Neue", "Segoe UI", Arial, sans-serif;
    font-size: 32px;
    font-size: 2rem;
    line-height: 1.5;
    margin-bottom: 0;
    font-weight: 700; }
    @media screen and (min-width: 48em) {
      .sliding-menu-content .menu-item > li .title {
        margin-left: 170px; } }
  .sliding-menu-content .menu-item > li .excerpt {
    color: #fff;
    margin-top: 0; }
    @media screen and (min-width: 48em) {
      .sliding-menu-content .menu-item > li .excerpt {
        margin-left: 170px; } }
  .sliding-menu-content .sub-menu-item > li a {
    display: block;
    color: #fff;
    font-style: italic; }
  .sliding-menu-content .menu-item .home a {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1.5;
    margin-bottom: 24px;
    margin-bottom: 1.5rem; }

.menu-screen {
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  -webkit-transition: all 0.15s ease-out 0s;
  -moz-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
  background: #000;
  opacity: 0;
  visibility: hidden;
  z-index: 4; }
  .menu-screen.is-visible {
    opacity: .4;
    visibility: visible; }
    .menu-screen.is-visible:hover {
      cursor: pointer; }

.menulines {
  display: inline-block;
  width: 30px;
  height: 4.28571px;
  background: #fff;
  border-radius: 2.14286px;
  transition: 0.3s;
  position: relative; }
  .menulines:before, .menulines:after {
    display: inline-block;
    width: 30px;
    height: 4.28571px;
    background: #fff;
    border-radius: 2.14286px;
    transition: 0.3s;
    position: absolute;
    left: 0;
    content: '';
    -webkit-transform-origin: 2.14286px center;
    transform-origin: 2.14286px center; }
  .menulines:before {
    top: 7.5px; }
  .menulines:after {
    top: -7.5px; }

.menulines-button:hover .menulines:before {
  top: 8.57143px; }
.menulines-button:hover .menulines:after {
  top: -8.57143px; }

.menulines-button.arrow.close .menulines:before, .menulines-button.arrow.close .menulines:after {
  top: 0;
  width: 16.66667px; }
.menulines-button.arrow.close .menulines:before {
  -webkit-transform: rotate3d(0, 0, 1, 40deg);
  transform: rotate3d(0, 0, 1, 40deg); }
.menulines-button.arrow.close .menulines:after {
  -webkit-transform: rotate3d(0, 0, 1, -40deg);
  transform: rotate3d(0, 0, 1, -40deg); }

.menulines-button.arrow-up.close {
  -webkit-transform: scale3d(0.8, 0.8, 0.8) rotate3d(0, 0, 1, 90deg);
  transform: scale3d(0.8, 0.8, 0.8) rotate3d(0, 0, 1, 90deg); }

.menulines-button.minus.close .lines:before, .menulines-button.minus.close .lines:after {
  -webkit-transform: none;
  transform: none;
  top: 0;
  width: 30px; }

.menulines-button.x.close .menulines {
  background: transparent; }
  .menulines-button.x.close .menulines:before, .menulines-button.x.close .menulines:after {
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    top: 0;
    width: 30px; }
  .menulines-button.x.close .menulines:before {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg); }
  .menulines-button.x.close .menulines:after {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg); }

.menulines-button.x2 .menulines {
  transition: background .3s .5s ease; }
  .menulines-button.x2 .menulines:before, .menulines-button.x2 .menulines:after {
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    transition: top .3s .6s ease, -webkit-transform .3s ease;
    transition: top .3s .6s ease, transform .3s ease; }

.menulines-button.x2.close .menulines {
  transition: background .3s 0s ease;
  background: transparent; }
  .menulines-button.x2.close .menulines:before, .menulines-button.x2.close .menulines:after {
    transition: top .3s ease, -webkit-transform .3s .5s ease;
    transition: top .3s ease, transform .3s .5s ease;
    top: 0;
    width: 30px; }
  .menulines-button.x2.close .menulines:before {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg); }
  .menulines-button.x2.close .menulines:after {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg); }

.notice {
  position: relative;
  padding: 1.5em;
  font-family: "Helvetica Neue", "Segoe UI", Arial, sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.71429;
  margin-bottom: 39px;
  margin-bottom: 2.4375rem;
  color: #fff;
  background-color: #000;
  border-radius: 3px; }
  .notice a {
    color: #fff;
    border-bottom: 1px dotted #fff; }

.notice-inverse {
  position: relative;
  padding: 1.5em;
  font-family: "Helvetica Neue", "Segoe UI", Arial, sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.71429;
  margin-bottom: 39px;
  margin-bottom: 2.4375rem;
  color: #fff;
  background-color: #fff;
  border-radius: 3px;
  color: #313130; }
  .notice-inverse a {
    color: #fff;
    border-bottom: 1px dotted #fff; }
  .notice-inverse a {
    color: #313130; }

.notice-info {
  position: relative;
  padding: 1.5em;
  font-family: "Helvetica Neue", "Segoe UI", Arial, sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.71429;
  margin-bottom: 39px;
  margin-bottom: 2.4375rem;
  color: #fff;
  background-color: #3498db;
  border-radius: 3px; }
  .notice-info a {
    color: #fff;
    border-bottom: 1px dotted #fff; }

.notice-warning {
  position: relative;
  padding: 1.5em;
  font-family: "Helvetica Neue", "Segoe UI", Arial, sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.71429;
  margin-bottom: 39px;
  margin-bottom: 2.4375rem;
  color: #fff;
  background-color: #f1c40f;
  border-radius: 3px; }
  .notice-warning a {
    color: #fff;
    border-bottom: 1px dotted #fff; }

.notice-success {
  position: relative;
  padding: 1.5em;
  font-family: "Helvetica Neue", "Segoe UI", Arial, sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.71429;
  margin-bottom: 39px;
  margin-bottom: 2.4375rem;
  color: #fff;
  background-color: #2ecc71;
  border-radius: 3px; }
  .notice-success a {
    color: #fff;
    border-bottom: 1px dotted #fff; }

.notice-danger {
  position: relative;
  padding: 1.5em;
  font-family: "Helvetica Neue", "Segoe UI", Arial, sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.71429;
  margin-bottom: 39px;
  margin-bottom: 2.4375rem;
  color: #fff;
  background-color: #e74c3c;
  border-radius: 3px; }
  .notice-danger a {
    color: #fff;
    border-bottom: 1px dotted #fff; }

@-webkit-keyframes wiggle {
  25%, 50%, 75%, 100% {
    -webkit-transform-origin: top center; }
  25% {
    -webkit-transform: rotate(8deg); }
  50% {
    -webkit-transform: rotate(-4deg); }
  75% {
    -webkit-transform: rotate(2deg); }
  100% {
    -webkit-transform: rotate(0deg); } }
@-moz-keyframes wiggle {
  25%, 50%, 75%, 100% {
    -moz-transform-origin: top center; }
  25% {
    -moz-transform: rotate(8deg); }
  50% {
    -moz-transform: rotate(-4deg); }
  75% {
    -moz-transform: rotate(2deg); }
  100% {
    -moz-transform: rotate(0deg); } }
@keyframes wiggle {
  25%, 50%, 75%, 100% {
    -webkit-transform-origin: top center;
    -moz-transform-origin: top center;
    -ms-transform-origin: top center;
    -o-transform-origin: top center;
    transform-origin: top center; }
  25% {
    -webkit-transform: rotate(8deg);
    -moz-transform: rotate(8deg);
    -ms-transform: rotate(8deg);
    -o-transform: rotate(8deg);
    transform: rotate(8deg); }
  50% {
    -webkit-transform: rotate(-4deg);
    -moz-transform: rotate(-4deg);
    -ms-transform: rotate(-4deg);
    -o-transform: rotate(-4deg);
    transform: rotate(-4deg); }
  75% {
    -webkit-transform: rotate(2deg);
    -moz-transform: rotate(2deg);
    -ms-transform: rotate(2deg);
    -o-transform: rotate(2deg);
    transform: rotate(2deg); }
  100% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); } }
@-webkit-keyframes pop {
  50% {
    -webkit-transform: scale(1.1); }
  100% {
    -webkit-transform: scale(1); } }
@-moz-keyframes pop {
  50% {
    -moz-transform: scale(1.1); }
  100% {
    -moz-transform: scale(1); } }
@keyframes pop {
  50% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }
@-webkit-keyframes hang {
  50% {
    -webkit-transform: translateY(-3px); }
  100% {
    -webkit-transform: translateY(-6px); } }
@-moz-keyframes hang {
  50% {
    -moz-transform: translateY(-3px); }
  100% {
    -moz-transform: translateY(-6px); } }
@keyframes hang {
  50% {
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    transform: translateY(-3px); }
  100% {
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    -o-transform: translateY(-6px);
    transform: translateY(-6px); } }
.hang {
  display: inline-block;
  -webkit-animation-name: hang;
  -moz-animation-name: hang;
  animation-name: hang;
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  -moz-animation-direction: alternate;
  animation-direction: alternate; }

#masthead {
  padding: 1.618em;
  z-index: 5;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: 500ms cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: 500ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: 500ms cubic-bezier(0.645, 0.045, 0.355, 1); }
  #masthead.slide {
    -webkit-transform: translate(-1600px, 0);
    -moz-transform: translate(-1600px, 0);
    -ms-transform: translate(-1600px, 0);
    -o-transform: translate(-1600px, 0);
    transform: translate(-1600px, 0); }
  #masthead .inner-wrap {
    max-width: 68em;
    margin-left: auto;
    margin-right: auto; }
    #masthead .inner-wrap:after {
      content: "";
      display: table;
      clear: both; }

.site-title {
  display: block;
  padding: 15px 0;
  height: 60px;
  text-decoration: none;
  color: #000;
  font-family: "Helvetica Neue", "Segoe UI", Arial, sans-serif;
  font-weight: 700;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.2;
  margin-bottom: 0;
  line-height: 30px;
  text-transform: uppercase; }
  .site-title:after {
    content: "";
    display: table;
    clear: both; }
  @media screen and (min-width: 62.5em) {
    .site-title {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 31.76157%; }
      .site-title:last-child {
        margin-right: 0; } }

.menu li {
  float: left; }
  @media screen and (min-width: 48em) {
    .menu li:last-child a {
      margin-right: 0; } }
  .menu li a {
    position: relative;
    display: block;
    margin-right: 1.618em;
    padding: 15px 0 15px;
    height: 60px;
    font-family: "Helvetica Neue", "Segoe UI", Arial, sans-serif; }
    .menu li a:before, .menu li a:after {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      height: 2px;
      -webkit-transition: width 0.3s;
      -moz-transition: width 0.3s;
      transition: width 0.3s; }
    .menu li a:before {
      width: 100%;
      background: transparent; }
    .menu li a:after {
      width: 0;
      background: #000; }
    .menu li a:active:after, .menu li a:hover:after {
      width: 100%; }

.top-menu {
  display: none;
  position: relative; }
  @media screen and (min-width: 48em) {
    .top-menu {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 100%; }
      .top-menu:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 62.5em) {
    .top-menu {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 57.35098%; }
      .top-menu:last-child {
        margin-right: 0; }
      .top-menu ul {
        position: absolute;
        right: 0; } }
  .top-menu .home,
  .top-menu .sub-menu-item {
    display: none; }
  .top-menu li a {
    font-weight: 700;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 0;
    line-height: 30px;
    color: #000;
    text-transform: uppercase; }

.bottom-menu {
  font-weight: 700; }
  .bottom-menu:after {
    content: "";
    display: table;
    clear: both; }
  .bottom-menu a {
    color: #999999; }

#page-wrapper {
  padding: 0 1.618em;
  height: 100%;
  width: 100%;
  -webkit-overflow-scrolling: touch;
  z-index: 2;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: 500ms cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: 500ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: 500ms cubic-bezier(0.645, 0.045, 0.355, 1); }
  #page-wrapper.slide {
    -webkit-transform: translate(-60rem, 0);
    -moz-transform: translate(-60rem, 0);
    -ms-transform: translate(-60rem, 0);
    -o-transform: translate(-60rem, 0);
    transform: translate(-60rem, 0); }

.upgrade {
  text-align: center; }
  .upgrade a {
    text-decoration: none; }

@media screen and (min-width: 48em) {
  #main .inner-wrap {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 74.41059%; }
    #main .inner-wrap:last-child {
      margin-right: 0; } }
@media screen and (min-width: 48em) {
  #main .toc {
    display: block; }
    #main .toc:after {
      content: "";
      display: table;
      clear: both; } }
@media screen and (min-width: 62.5em) {
  #main .toc {
    float: right;
    display: block;
    margin-left: 3.16844%;
    width: 19.75788%; }
    #main .toc:last-child {
      margin-left: 0; } }
#main .page-title {
  width: 100%; }
@media screen and (min-width: 48em) {
  .page-content {
    display: block; }
    .page-content:after {
      content: "";
      display: table;
      clear: both; } }
@media screen and (min-width: 62.5em) {
  .page-content {
    float: right;
    display: block;
    margin-left: 3.16844%;
    width: 77.07368%; }
    .page-content:last-child {
      margin-left: 0; } }
.page-content > p:first-child {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.5;
  margin-bottom: 24px;
  margin-bottom: 1.5rem; }
.page-content a {
  text-decoration: none; }
.page-content p > a,
.page-content li > a {
  border-bottom: 1px dotted #a2a2a2; }
  .page-content p > a:hover,
  .page-content li > a:hover {
    border-bottom-style: solid; }
.page-content p > a.reversefootnote {
  border-bottom-width: 0; }
.page-content .page-footer,
.page-content .pagination {
  width: 100%; }
.page-content .page-meta p {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.71429;
  margin-bottom: 0;
  font-family: "Helvetica Neue", "Segoe UI", Arial, sans-serif;
  color: #999999; }
.archive-wrap {
  width: 100%; }
  .archive-wrap .page-content {
    width: 100%; }
#main .ads {
  position: relative;
  text-align: center;
  margin-top: 1.618em;
  margin-left: -1.618em;
  margin-right: -1.618em;
  padding: 10px 0 20px;
  background: #eaeaea; }
  @media screen and (min-width: 48em) {
    #main .ads {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 23.23176%;
      margin-left: 0;
      margin-right: 0; }
      #main .ads:last-child {
        margin-right: 0; } }
  #main .ads:after {
    content: 'Advertisement';
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    display: block;
    font-size: 9px;
    font-size: 0.5625rem;
    line-height: 2.66667;
    margin-bottom: 0;
    font-family: "Helvetica Neue", "Segoe UI", Arial, sans-serif; }
  #main .ads ins {
    border-width: 0; }

.page-lead {
  background-position: center top;
  background-repeat: no-repeat;
  background-attachment: fixed;
  text-align: center;
  color: #fff; }
  @media screen and (min-width: 62.5em) {
    .page-lead {
      background-size: cover; } }

.page-lead-content {
  padding: 1em; }
  @media screen and (min-width: 48em) {
    .page-lead-content {
      padding: 2em; } }
  @media screen and (min-width: 62.5em) {
    .page-lead-content {
      padding: 3em; } }
  .page-lead-content h1 {
    font-size: 48px;
    font-size: 3rem;
    line-height: 1;
    margin-bottom: 24px;
    margin-bottom: 1.5rem; }
    @media screen and (min-width: 48em) {
      .page-lead-content h1 {
        font-size: 60px;
        font-size: 3.75rem;
        line-height: 1.2;
        margin-bottom: 24px;
        margin-bottom: 1.5rem; } }
    @media screen and (min-width: 62.5em) {
      .page-lead-content h1 {
        font-size: 72px;
        font-size: 4.5rem;
        line-height: 1;
        margin-bottom: 24px;
        margin-bottom: 1.5rem; } }
  .page-lead-content h2 {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.2;
    margin-bottom: 24px;
    margin-bottom: 1.5rem; }
    @media screen and (min-width: 48em) {
      .page-lead-content h2 {
        font-size: 24px;
        font-size: 1.5rem;
        line-height: 1;
        margin-bottom: 24px;
        margin-bottom: 1.5rem; } }
    @media screen and (min-width: 62.5em) {
      .page-lead-content h2 {
        font-size: 32px;
        font-size: 2rem;
        line-height: 1.5;
        margin-bottom: 24px;
        margin-bottom: 1.5rem; } }

.page-feature {
  width: 100%; }
  .page-feature img {
    width: 100%; }

.page-image {
  position: relative;
  margin-left: -1.618em;
  margin-right: -1.618em; }
  .page-image .image-credit {
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 0 auto;
    padding: 10px 15px;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-family: "Helvetica Neue", "Segoe UI", Arial, sans-serif;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 2;
    margin-bottom: 0;
    text-align: right;
    z-index: 10; }
    .page-image .image-credit a {
      color: #fff;
      text-decoration: none; }

.breadcrumbs {
  display: block;
  margin-top: 1.618em;
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 2.4;
  margin-bottom: 0; }
  .breadcrumbs:after {
    content: "";
    display: table;
    clear: both; }
  .breadcrumbs a {
    display: inline-block;
    font-family: "Helvetica Neue", "Segoe UI", Arial, sans-serif;
    font-weight: 700;
    text-align: left;
    text-transform: uppercase; }

.toc {
  min-height: 1px;
  font-family: "Helvetica Neue", "Segoe UI", Arial, sans-serif; }
  .toc ul {
    margin-top: 1.618em;
    border: 1px solid #ddd;
    border-radius: 3px; }
  .toc li {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.33333;
    margin-bottom: 0;
    border-bottom: 1px solid #ddd; }
    @media screen and (min-width: 15em) and (max-width: 30em) {
      .toc li {
        font-size: 16px;
        font-size: 1rem;
        line-height: 1.125;
        margin-bottom: 0; } }
    @media screen and (min-width: 30em) and (max-width: 47.9375em) {
      .toc li {
        font-size: 16px;
        font-size: 1rem;
        line-height: 1.125;
        margin-bottom: 0; } }
  .toc a {
    display: block;
    padding: 0.4045em 0.809em;
    border-left: 2px solid transparent; }
    .toc a:hover, .toc a:focus {
      background: #eaeaea; }

.tile {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.618em; }
  .tile:after {
    content: "";
    display: table;
    clear: both; }
  @media screen and (min-width: 15em) and (max-width: 30em) {
    .tile {
      width: 100%; } }
  @media screen and (min-width: 30em) and (max-width: 47.9375em) {
    .tile {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 48.82117%; }
      .tile:last-child {
        margin-right: 0; }
      .tile:nth-child(2n) {
        margin-right: 0; }
      .tile:nth-child(2n+1) {
        clear: left; } }
  @media screen and (min-width: 48em) {
    .tile {
      float: left;
      display: block;
      margin-right: 2.35765%;
      width: 31.76157%; }
      .tile:last-child {
        margin-right: 0; }
      .tile:nth-child(5n) {
        margin-right: 0; }
      .tile:nth-child(5n+1) {
        clear: left; } }
  .tile .entry-date {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 0;
    color: #71716f; }
  .tile .post-title {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.33333;
    margin-bottom: 0; }
  .tile .post-excerpt {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 24px;
    margin-bottom: 1.5rem; }
  .tile .post-teaser {
    position: relative;
    display: block; }
    .tile .post-teaser:after {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background: rgba(52, 52, 52, 0);
      pointer-events: none;
      -webkit-transition: background 0.3s;
      -moz-transition: background 0.3s;
      transition: background 0.3s; }
    .tile .post-teaser:hover:after {
      background: rgba(52, 52, 52, 0.2); }

.footnotes {
  font-family: "Helvetica Neue", "Segoe UI", Arial, sans-serif; }
  .footnotes p, .footnotes li {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 2;
    margin-bottom: 0; }
  .footnotes:before {
    content: 'Footnotes:';
    font-weight: 700; }

.page-footer {
  position: relative; }

.author-image {
  position: absolute;
  left: 0; }
  .author-image img {
    width: 80px;
    height: 80px;
    border-radius: 3px; }

.author-content {
  word-wrap: break-word;
  padding-left: 100px;
  min-height: 80px; }

.author-name {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.2;
  margin-bottom: 0; }

.author-bio {
  margin-top: 0;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 24px;
  margin-bottom: 1.5rem; }

#scroll-cue {
  position: fixed;
  bottom: 100px;
  left: 50%;
  width: 60px;
  height: 60px;
  text-align: center;
  cursor: pointer;
  color: #fff;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 2;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
  font-family: "Helvetica Neue", "Segoe UI", Arial, sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  letter-spacing: 2px; }
  @media screen and (max-height: 43.75em) {
    #scroll-cue {
      bottom: 0; } }

#site-footer {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto;
  margin-top: 72px;
  margin-top: 4.5rem;
  padding-bottom: 1.618em;
  font-family: "Helvetica Neue", "Segoe UI", Arial, sans-serif; }
  #site-footer:after {
    content: "";
    display: table;
    clear: both; }
  #site-footer .copyright {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 2;
    margin-bottom: 24px;
    margin-bottom: 1.5rem;
    color: #999999; }
    #site-footer .copyright a {
      color: #999999;
      text-decoration: none; }

.linenos,
.code {
  padding: 0;
  border-top: 0 solid transparent;
  border-bottom: 0 solid transparent; }

.highlight {
  overflow-x: auto;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 0;
  border: 1px solid #dedede;
  border-radius: 3px; }
  .highlight pre {
    position: relative;
    margin: 0;
    padding: 1em; }
  .highlight:hover {
    border: 1px solid #c4c4c4; }

.highlighttable tr:hover > td,
.highlighttable tr:hover > th {
  background: transparent; }

.hll {
  background-color: #ffffcc; }

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

.k {
  color: #000000;
  font-weight: bold; }

.o {
  color: #000000;
  font-weight: bold; }

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

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

.cp {
  color: #999999;
  font-weight: bold;
  font-style: italic; }

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

.cs {
  color: #999999;
  font-weight: bold;
  font-style: italic; }

.gd {
  color: #000000;
  background-color: #ffdddd; }

.ge {
  color: #000000;
  font-style: italic; }

.gr {
  color: #aa0000; }

.gh {
  color: #999999; }

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

.go {
  color: #888888; }

.gp {
  color: #555555; }

.gs {
  font-weight: bold; }

.gu {
  color: #aaaaaa; }

.gt {
  color: #aa0000; }

.kc {
  color: #000000;
  font-weight: bold; }

.kd {
  color: #000000;
  font-weight: bold; }

.kn {
  color: #000000;
  font-weight: bold; }

.kp {
  color: #000000;
  font-weight: bold; }

.kr {
  color: #000000;
  font-weight: bold; }

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

.m {
  color: #009999; }

.mf {
  color: #009999; }

.mh {
  color: #009999; }

.mi {
  color: #009999; }

.mo {
  color: #009999; }

.il {
  color: #009999; }

.s {
  color: #d01040; }

.sb {
  color: #d01040; }

.sc {
  color: #d01040; }

.sd {
  color: #d01040; }

.s2 {
  color: #d01040; }

.se {
  color: #d01040; }

.sh {
  color: #d01040; }

.si {
  color: #d01040; }

.sx {
  color: #d01040; }

.sr {
  color: #009926; }

.s1 {
  color: #d01040; }

.ss {
  color: #990073; }

.na {
  color: #008080; }

.nb {
  color: #0086B3; }

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

.no {
  color: #008080; }

.nd {
  color: #3c5d5d;
  font-weight: bold; }

.ni {
  color: #800080; }

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

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

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

.nn {
  color: #555555; }

.nt {
  color: #000080; }

.bp {
  color: #999999; }

.nv {
  color: #008080; }

.vc {
  color: #008080; }

.vg {
  color: #008080; }

.vi {
  color: #008080; }

.ow {
  color: #000000;
  font-weight: bold; }

.w {
  color: #bbbbbb; }

/*# sourceMappingURL=main.css.map */
