@charset "UTF-8";
/*!
Theme Name: Cover
Theme URI: http://eichefam.net/projects/cover
Author: Paul Eiche
Author URI: http://eichefam.net/
Description: A content-driven blogging theme for WordPress.
Version: 1.3.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: cover
Domain Path: /languages/
Tags: light, white, one-column, fluid-layout, responsive-layout, custom-menu, featured-images, sticky-post
*/
/*!
 *  Font Awesome 4.3.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.3.0");
  src: url("fonts/fontawesome-webfont.eot?#iefix&v=4.3.0") format("embedded-opentype"), url("fonts/fontawesome-webfont.woff2?v=4.3.0") format("woff2"), url("fonts/fontawesome-webfont.woff?v=4.3.0") format("woff"), url("fonts/fontawesome-webfont.ttf?v=4.3.0") format("truetype"), url("fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

/* 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: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-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);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

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

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

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

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

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
          filter: none;
}

.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-remove:before,
.fa-close:before,
.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,
.fa-bar-chart: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-f:before,
.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,
.fa-gratipay: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: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-buoy: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-genderless:before,
.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: "";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "";
}

.fa-tty:before {
  content: "";
}

.fa-binoculars:before {
  content: "";
}

.fa-plug:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

.fa-newspaper-o:before {
  content: "";
}

.fa-wifi:before {
  content: "";
}

.fa-calculator:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

.fa-google-wallet:before {
  content: "";
}

.fa-cc-visa:before {
  content: "";
}

.fa-cc-mastercard:before {
  content: "";
}

.fa-cc-discover:before {
  content: "";
}

.fa-cc-amex:before {
  content: "";
}

.fa-cc-paypal:before {
  content: "";
}

.fa-cc-stripe:before {
  content: "";
}

.fa-bell-slash:before {
  content: "";
}

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

.fa-trash:before {
  content: "";
}

.fa-copyright:before {
  content: "";
}

.fa-at:before {
  content: "";
}

.fa-eyedropper:before {
  content: "";
}

.fa-paint-brush:before {
  content: "";
}

.fa-birthday-cake:before {
  content: "";
}

.fa-area-chart:before {
  content: "";
}

.fa-pie-chart:before {
  content: "";
}

.fa-line-chart:before {
  content: "";
}

.fa-lastfm:before {
  content: "";
}

.fa-lastfm-square:before {
  content: "";
}

.fa-toggle-off:before {
  content: "";
}

.fa-toggle-on:before {
  content: "";
}

.fa-bicycle:before {
  content: "";
}

.fa-bus:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-cc:before {
  content: "";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "";
}

.fa-meanpath:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-dashcube:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

.fa-cart-plus:before {
  content: "";
}

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

.fa-diamond:before {
  content: "";
}

.fa-ship:before {
  content: "";
}

.fa-user-secret:before {
  content: "";
}

.fa-motorcycle:before {
  content: "";
}

.fa-street-view:before {
  content: "";
}

.fa-heartbeat:before {
  content: "";
}

.fa-venus:before {
  content: "";
}

.fa-mars:before {
  content: "";
}

.fa-mercury:before {
  content: "";
}

.fa-transgender:before {
  content: "";
}

.fa-transgender-alt:before {
  content: "";
}

.fa-venus-double:before {
  content: "";
}

.fa-mars-double:before {
  content: "";
}

.fa-venus-mars:before {
  content: "";
}

.fa-mars-stroke:before {
  content: "";
}

.fa-mars-stroke-v:before {
  content: "";
}

.fa-mars-stroke-h:before {
  content: "";
}

.fa-neuter:before {
  content: "";
}

.fa-facebook-official:before {
  content: "";
}

.fa-pinterest-p:before {
  content: "";
}

.fa-whatsapp:before {
  content: "";
}

.fa-server:before {
  content: "";
}

.fa-user-plus:before {
  content: "";
}

.fa-user-times:before {
  content: "";
}

.fa-hotel:before,
.fa-bed:before {
  content: "";
}

.fa-viacoin:before {
  content: "";
}

.fa-train:before {
  content: "";
}

.fa-subway:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

/*
 * Material Design colors!
 */
.button {
  background-color: #9e9e9e;
  border: 0;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
    /*
	 * Note: this doubles the declarations of font-size, 
     * Unlike multiple declarations of the background property, 
     * css linter tasks do not recognize this as providing a fallback
     * for browsers that do not support the rem property.
	 */
  font-size: 16px;
  font-size: 1.6rem;
  line-height: normal;
  padding: 10px 20px;
  text-decoration: none;
  transition: all .2s;
}
.button:focus, .button:visited {
  color: #fff;
}
.button:hover {
  background-color: #858585;
  color: #fff;
  opacity: .9;
}
.button:active {
  background-color: #6b6b6b;
  color: #fff;
}
.button.round {
  border-radius: 25px;
}
.button.full {
  display: block;
}
.button.blue {
  background-color: #026ed2;
}
.button.blue:hover {
  background-color: #02549f;
}
.button.blue:active {
  background-color: #01396d;
}
.button.red {
  background-color: #f44336;
}
.button.red:hover {
  background-color: #ea1c0d;
}
.button.red:active {
  background-color: #ba160a;
}
.button.pink {
  background-color: #e91e63;
}
.button.pink:hover {
  background-color: #c1134e;
}
.button.pink:active {
  background-color: #930e3b;
}
.button.green {
  background-color: #4caf50;
}
.button.green:hover {
  background-color: #3d8b40;
}
.button.green:active {
  background-color: #2d682f;
}

.wp-caption .wp-caption-text, .aesop-image-component-image .aesop-image-component-caption {
  font-family: "Open Sans", sans-serif;
    /*
	 * Note: this doubles the declarations of font-size, 
     * Unlike multiple declarations of the background property, 
     * css linter tasks do not recognize this as providing a fallback
     * for browsers that do not support the rem property.
	 */
  font-size: 15px;
  font-size: 1.5rem;
  font-style: italic;
  margin-bottom: 10px;
  margin-top: 5px;
  margin-left: auto;
  margin-right: auto;
  max-width: 760px;
  width: 90%;
}
.wp-caption .wp-caption-text i, .aesop-image-component-image .aesop-image-component-caption i,
.wp-caption .wp-caption-text em,
.aesop-image-component-image .aesop-image-component-caption em {
  font-style: normal;
}

/*
 * Social network colors!
 */
/*
 * Uncomment the social networks you want icons for.
 * Leaving all of them uncommented increases the size of the stylesheet substantially.
 *
 * There are two different styles for displaying a social menu, one in the overlay and
 * one in the footer. The overlay menu has this markup:
 *
 * <a href="#link_to_social_network">
 *   <span class="fa-stack fa-2x">
 *     <i class="fa fa-circle fa-stack-2x"></i>
 *     <i class="fa fa-stack-1x social-icon"></i>
 *     <span class="screen-reader-text">[Menu Item Name]</span>
 *   </span>
 * </a>
 * 
 * The footer social menu has this markup:
 *
 * <a href="#link_to_social_network">
 *   <i class="fa fa-fw social-icon"></i>
 *   <span class="screen-reader-text">[Menu Item Name]</span>
 * </a>
 *
 * Both types of markup are supported by the following @each loop.
 */
/**
 * Animations
 */
@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}
@keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}
/*--------------------------------------------------------------
1.0 - Reset
--------------------------------------------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  font-size: 62.5%;
  /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-y: scroll;
  /* Keeps page centered in all browsers regardless of content height */
  -ms-text-size-adjust: 100%;
  /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
  -webkit-text-size-adjust: 100%;
  /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
}
html.noscroll {
  overflow: hidden;
}

*,
*:before,
*:after {
  /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
  /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
  /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
  box-sizing: border-box;
}

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

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

ol,
ul {
  list-style: none;
}

ul.inline {
  margin: 0;
}
ul.inline li {
  display: inline-block;
  margin-right: 10px;
}
ul.inline li:after {
  color: #ccc;
  content: '\2022';
  display: inline-block;
  padding-left: 10px;
}
ul.inline li:last-child:after {
  display: none;
}

table {
  /* tables still need 'cellspacing="0"' in the markup */
  border-collapse: separate;
  border-spacing: 0;
}

caption,
th,
td {
  font-weight: normal;
  text-align: left;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
}

blockquote,
q {
  quotes: '" "';
}

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

a img {
  border: 0;
}

/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #3b3b3b;
  font-family: "Open Sans", sans-serif;
    /*
	 * Note: this doubles the declarations of font-size, 
     * Unlike multiple declarations of the background property, 
     * css linter tasks do not recognize this as providing a fallback
     * for browsers that do not support the rem property.
	 */
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

h1,
h2,
h3,
h4 {
  color: #222222;
    /*
	 * Note: this doubles the declarations of font-size, 
     * Unlike multiple declarations of the background property, 
     * css linter tasks do not recognize this as providing a fallback
     * for browsers that do not support the rem property.
	 */
  font-size: 24px;
  font-size: 2.4rem;
  margin: 30px 0;
}

h1 {
  font-family: Montserrat, sans-serif;
    /*
	 * Note: this doubles the declarations of font-size, 
     * Unlike multiple declarations of the background property, 
     * css linter tasks do not recognize this as providing a fallback
     * for browsers that do not support the rem property.
	 */
  font-size: 58px;
  font-size: 5.8rem;
}

h2 {
  margin-bottom: 20px;
    /*
	 * Note: this doubles the declarations of font-size, 
     * Unlike multiple declarations of the background property, 
     * css linter tasks do not recognize this as providing a fallback
     * for browsers that do not support the rem property.
	 */
  font-size: 26px;
  font-size: 2.6rem;
}

h3,
h4 {
  margin: 20px 0 10px;
    /*
	 * Note: this doubles the declarations of font-size, 
     * Unlike multiple declarations of the background property, 
     * css linter tasks do not recognize this as providing a fallback
     * for browsers that do not support the rem property.
	 */
  font-size: 22px;
  font-size: 2.2rem;
}

h4 {
    /*
	 * Note: this doubles the declarations of font-size, 
     * Unlike multiple declarations of the background property, 
     * css linter tasks do not recognize this as providing a fallback
     * for browsers that do not support the rem property.
	 */
  font-size: 20px;
  font-size: 2rem;
}

ol,
ul {
  line-height: 38px;
}

p {
  color: #3b3b3b;
  line-height: 38px;
  margin: 30px 0;
  word-wrap: break-word;
}
p img {
  margin: 30px 0;
}
p img.alignleft, p img.alignright {
  margin: 10px 0 0;
  max-width: 50%;
}
p img.alignleft {
  margin-right: 15px;
}
p img.alignright {
  margin-left: 15px;
}

b,
strong {
  font-weight: bold;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote,
q {
  border-left: 3px solid #555555;
  color: #555555;
    /*
	 * Note: this doubles the declarations of font-size, 
     * Unlike multiple declarations of the background property, 
     * css linter tasks do not recognize this as providing a fallback
     * for browsers that do not support the rem property.
	 */
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 38px;
  margin: 30px 0;
  padding: 5px 0 5px 30px;
}
blockquote cite,
blockquote p,
q cite,
q p {
  border: 0;
  color: #555555;
  display: block;
  margin: 0;
  padding: 0;
}
blockquote cite,
q cite {
  color: #7b7b7b;
  font-style: italic;
}
blockquote i,
blockquote em,
q i,
q em {
  font-style: normal;
}

address {
  margin: 0 0 1.5em;
}

code,
kbd,
tt,
var {
  font: 15px "Source Code Pro", monospace;
}

code {
  background: #eee;
  border-radius: 3px;
  margin: 0 5px;
  padding: 2px 6px;
}

pre {
  background: #2b2b2b;
  border: 0;
  color: #fff;
  font-family: "Source Code Pro", monospace;
    /*
	 * Note: this doubles the declarations of font-size, 
     * Unlike multiple declarations of the background property, 
     * css linter tasks do not recognize this as providing a fallback
     * for browsers that do not support the rem property.
	 */
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 28px;
  margin: 40px 0;
  max-width: 100%;
  overflow: auto;
  padding: 25px 35px;
}
pre code {
  background: 0;
  color: #eee;
  display: inline-block;
  line-height: 28px;
  margin: 0;
  padding: 0;
}

code .kwd,
pre .kwd {
  color: #66d9ef;
}

code .pln,
code .pun,
pre .pln,
pre .pun {
  color: #fff;
}

code .str,
pre .str {
  color: #d64032;
}

code .lit,
pre .lit {
  color: #ae81ff;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

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

sup {
  bottom: 1ex;
}

sub {
  top: .5ex;
}

small {
  font-size: 75%;
}

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/
hr {
  background: #d8d6de;
  border: 0;
  height: 1px;
  margin-bottom: 30px;
  margin-top: 30px;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

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

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

th {
  font-weight: bold;
}

/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/
button,
input,
select,
textarea {
  font-size: 100%;
  /* Corrects font size not being inherited in all browsers */
  margin: 0;
  /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
  vertical-align: baseline;
  /* Improves appearance and consistency in all browsers */
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  background-color: #9e9e9e;
  border: 0;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
    /*
	 * Note: this doubles the declarations of font-size, 
     * Unlike multiple declarations of the background property, 
     * css linter tasks do not recognize this as providing a fallback
     * for browsers that do not support the rem property.
	 */
  font-size: 16px;
  font-size: 1.6rem;
  line-height: normal;
  padding: 10px 20px;
  text-decoration: none;
  transition: all .2s;
}
button:focus, button:visited,
input[type="button"]:focus,
input[type="button"]:visited,
input[type="reset"]:focus,
input[type="reset"]:visited,
input[type="submit"]:focus,
input[type="submit"]:visited {
  color: #fff;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  background-color: #858585;
  color: #fff;
  opacity: .9;
}
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
  background-color: #6b6b6b;
  color: #fff;
}
button.round,
input[type="button"].round,
input[type="reset"].round,
input[type="submit"].round {
  border-radius: 25px;
}
button.full,
input[type="button"].full,
input[type="reset"].full,
input[type="submit"].full {
  display: block;
}

input[type="checkbox"],
input[type="radio"] {
  padding: 0;
  /* Addresses excess padding in IE8/9 */
}

input[type="search"] {
  -webkit-appearance: textfield;
  /* Addresses appearance set to searchfield in S5, Chrome */
  /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration {
  /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
  border: 0;
  padding: 0;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
  border: 1px solid #ccc;
  border-radius: 3px;
  color: #666;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
  color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
  padding: 3px;
}

textarea {
  overflow: auto;
  /* Removes default vertical scrollbar in IE6/7/8/9 */
  padding-left: 3px;
  vertical-align: top;
  /* Improves readability and alignment in all browsers */
  width: 100%;
}

input.search-field {
  cursor: auto;
}

/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/
a {
  border-bottom: 1px solid transparent;
  color: #026ed2;
  text-decoration: none;
  transition: all .2s ease-in-out;
}
b a, strong a {
  border-width: 2px;
}
a:visited {
  color: #026ed2;
}
a:hover, a:focus, a:active {
  color: #014686;
}
a:hover {
  color: #014686;
  text-decoration: none;
}
.entry-summary a:hover, .entry-content a:hover, .edit-link a:hover, .entry-meta a:hover {
  border-color: #c3c2c9;
}
a.author .name {
  border-bottom: 1px solid transparent;
  transition: border .2s ease-in-out;
}
a.author:hover {
  border-color: transparent;
}
a.author:hover .name {
  border-color: #c3c2c9;
}

/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%;
}
.main-navigation ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul.hide {
  display: none;
}
.main-navigation li {
  position: relative;
}
.main-navigation a {
  border-bottom: 1px solid #666;
  display: block;
  padding: 10px 0;
  text-decoration: none;
}
.main-navigation .sub-menu-toggle {
  color: #fff;
  cursor: pointer;
    /*
	 * Note: this doubles the declarations of font-size, 
     * Unlike multiple declarations of the background property, 
     * css linter tasks do not recognize this as providing a fallback
     * for browsers that do not support the rem property.
	 */
  font-size: 30px;
  font-size: 3rem;
  height: 59px;
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
}
.main-navigation .sub-menu-toggle:hover {
  background: #666;
}
.main-navigation .sub-menu-toggle .fa {
  bottom: 0;
  height: 30px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
}

.site-main .comment-navigation,
.site-main .paging-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
  padding: 50px 0;
  margin-left: auto;
  margin-right: auto;
  max-width: 760px;
  width: 90%;
}

.paging-navigation a {
  background-color: #026ed2;
  border: 0;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
    /*
	 * Note: this doubles the declarations of font-size, 
     * Unlike multiple declarations of the background property, 
     * css linter tasks do not recognize this as providing a fallback
     * for browsers that do not support the rem property.
	 */
  font-size: 16px;
  font-size: 1.6rem;
  line-height: normal;
  padding: 10px 20px;
  text-decoration: none;
  transition: all .2s;
}
.paging-navigation a:focus, .paging-navigation a:visited {
  color: #fff;
}
.paging-navigation a:hover {
  background-color: #02549f;
  color: #fff;
  opacity: .9;
}
.paging-navigation a:active {
  background-color: #01396d;
  color: #fff;
}
.paging-navigation a.round {
  border-radius: 25px;
}
.paging-navigation a.full {
  display: block;
}
@media screen and (max-width: 480px) {
  .paging-navigation a {
    display: block;
    margin-bottom: 10px;
    text-align: center;
    width: auto;
  }
}

.comment-navigation .nav-previous,
.paging-navigation .nav-previous {
  float: left;
}

.comment-navigation .nav-next,
.paging-navigation .nav-next {
  float: right;
  text-align: right;
}

@media screen and (max-width: 480px) {
  .comment-navigation .nav-previous,
  .paging-navigation .nav-previous,
  .comment-navigation .nav-next,
  .paging-navigation .nav-next {
    float: none;
    width: auto;
  }
}
.post-navigation {
  background: #eee;
  margin-top: 50px;
  padding-top: 50px;
}
.post-navigation [class$="title"] {
  margin: 0 0 30px;
}
.post-navigation [class$="subtitle"] {
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
  margin: 0 0 5px;
  padding-bottom: 15px;
}
.post-navigation .nav-previous {
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  max-width: 760px;
  width: 90%;
}
.post-navigation .nav-previous .subtitle {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.5);
    /*
	 * Note: this doubles the declarations of font-size, 
     * Unlike multiple declarations of the background property, 
     * css linter tasks do not recognize this as providing a fallback
     * for browsers that do not support the rem property.
	 */
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.post-navigation .nav-previous .title {
  color: rgba(0, 0, 0, 0.6);
    /*
	 * Note: this doubles the declarations of font-size, 
     * Unlike multiple declarations of the background property, 
     * css linter tasks do not recognize this as providing a fallback
     * for browsers that do not support the rem property.
	 */
  font-size: 40px;
  font-size: 4rem;
}
.post-navigation .cover {
  background-color: #2b2b2b;
  margin: 0;
  padding: 20px 0 80px;
  z-index: auto;
}
.post-navigation .cover-header {
  margin: 50px auto;
}
.post-navigation .cover .background {
  background-attachment: scroll;
}

.social-navigation a[href*='codepen.io'] .fa-circle {
  color: #60c2ff;
}
.social-navigation a[href*='codepen.io'] .fa-circle:before {
  transition: color 200ms;
}
.social-navigation a[href*='codepen.io'] .fa-circle + .social-icon {
  color: inherit;
}
.social-navigation a[href*='codepen.io'] .social-icon {
  color: #3b3b3b;
  transition: color 200ms;
}
.social-navigation a[href*='codepen.io'] .social-icon:before {
  content: "";
}
.social-navigation a[href*='codepen.io']:hover .fa-circle {
  color: #fff;
}
.social-navigation a[href*='codepen.io']:hover .social-icon {
  color: #60c2ff;
}
.social-navigation a[href*='dribbble.com'] .fa-circle {
  color: #ea4c89;
}
.social-navigation a[href*='dribbble.com'] .fa-circle:before {
  transition: color 200ms;
}
.social-navigation a[href*='dribbble.com'] .fa-circle + .social-icon {
  color: inherit;
}
.social-navigation a[href*='dribbble.com'] .social-icon {
  color: #3b3b3b;
  transition: color 200ms;
}
.social-navigation a[href*='dribbble.com'] .social-icon:before {
  content: "";
}
.social-navigation a[href*='dribbble.com']:hover .fa-circle {
  color: #fff;
}
.social-navigation a[href*='dribbble.com']:hover .social-icon {
  color: #ea4c89;
}
.social-navigation a[href*='facebook.com'] .fa-circle {
  color: #3b5998;
}
.social-navigation a[href*='facebook.com'] .fa-circle:before {
  transition: color 200ms;
}
.social-navigation a[href*='facebook.com'] .fa-circle + .social-icon {
  color: inherit;
}
.social-navigation a[href*='facebook.com'] .social-icon {
  color: #3b3b3b;
  transition: color 200ms;
}
.social-navigation a[href*='facebook.com'] .social-icon:before {
  content: "";
}
.social-navigation a[href*='facebook.com']:hover .fa-circle {
  color: #fff;
}
.social-navigation a[href*='facebook.com']:hover .social-icon {
  color: #3b5998;
}
.social-navigation a[href*='flickr.com'] .fa-circle {
  color: #ff0084;
}
.social-navigation a[href*='flickr.com'] .fa-circle:before {
  transition: color 200ms;
}
.social-navigation a[href*='flickr.com'] .fa-circle + .social-icon {
  color: inherit;
}
.social-navigation a[href*='flickr.com'] .social-icon {
  color: #3b3b3b;
  transition: color 200ms;
}
.social-navigation a[href*='flickr.com'] .social-icon:before {
  content: "";
}
.social-navigation a[href*='flickr.com']:hover .fa-circle {
  color: #fff;
}
.social-navigation a[href*='flickr.com']:hover .social-icon {
  color: #ff0084;
}
.social-navigation a[href*='github.com'] .fa-circle {
  color: #4183c4;
}
.social-navigation a[href*='github.com'] .fa-circle:before {
  transition: color 200ms;
}
.social-navigation a[href*='github.com'] .fa-circle + .social-icon {
  color: inherit;
}
.social-navigation a[href*='github.com'] .social-icon {
  color: #3b3b3b;
  transition: color 200ms;
}
.social-navigation a[href*='github.com'] .social-icon:before {
  content: "";
}
.social-navigation a[href*='github.com']:hover .fa-circle {
  color: #fff;
}
.social-navigation a[href*='github.com']:hover .social-icon {
  color: #4183c4;
}
.social-navigation a[href*='instagram.com'] .fa-circle {
  color: #517fa4;
}
.social-navigation a[href*='instagram.com'] .fa-circle:before {
  transition: color 200ms;
}
.social-navigation a[href*='instagram.com'] .fa-circle + .social-icon {
  color: inherit;
}
.social-navigation a[href*='instagram.com'] .social-icon {
  color: #3b3b3b;
  transition: color 200ms;
}
.social-navigation a[href*='instagram.com'] .social-icon:before {
  content: "";
}
.social-navigation a[href*='instagram.com']:hover .fa-circle {
  color: #fff;
}
.social-navigation a[href*='instagram.com']:hover .social-icon {
  color: #517fa4;
}
.social-navigation a[href*='linkedin.com'] .fa-circle {
  color: #0976b4;
}
.social-navigation a[href*='linkedin.com'] .fa-circle:before {
  transition: color 200ms;
}
.social-navigation a[href*='linkedin.com'] .fa-circle + .social-icon {
  color: inherit;
}
.social-navigation a[href*='linkedin.com'] .social-icon {
  color: #3b3b3b;
  transition: color 200ms;
}
.social-navigation a[href*='linkedin.com'] .social-icon:before {
  content: "";
}
.social-navigation a[href*='linkedin.com']:hover .fa-circle {
  color: #fff;
}
.social-navigation a[href*='linkedin.com']:hover .social-icon {
  color: #0976b4;
}
.social-navigation a[href*='pinterest.com'] .fa-circle {
  color: #ab171e;
}
.social-navigation a[href*='pinterest.com'] .fa-circle:before {
  transition: color 200ms;
}
.social-navigation a[href*='pinterest.com'] .fa-circle + .social-icon {
  color: inherit;
}
.social-navigation a[href*='pinterest.com'] .social-icon {
  color: #3b3b3b;
  transition: color 200ms;
}
.social-navigation a[href*='pinterest.com'] .social-icon:before {
  content: "";
}
.social-navigation a[href*='pinterest.com']:hover .fa-circle {
  color: #fff;
}
.social-navigation a[href*='pinterest.com']:hover .social-icon {
  color: #ab171e;
}
.social-navigation a[href*='plus.google.com'] .fa-circle {
  color: #dd4b39;
}
.social-navigation a[href*='plus.google.com'] .fa-circle:before {
  transition: color 200ms;
}
.social-navigation a[href*='plus.google.com'] .fa-circle + .social-icon {
  color: inherit;
}
.social-navigation a[href*='plus.google.com'] .social-icon {
  color: #3b3b3b;
  transition: color 200ms;
}
.social-navigation a[href*='plus.google.com'] .social-icon:before {
  content: "";
}
.social-navigation a[href*='plus.google.com']:hover .fa-circle {
  color: #fff;
}
.social-navigation a[href*='plus.google.com']:hover .social-icon {
  color: #dd4b39;
}
.social-navigation a[href*='soundcloud.com'] .fa-circle {
  color: #ff8601;
}
.social-navigation a[href*='soundcloud.com'] .fa-circle:before {
  transition: color 200ms;
}
.social-navigation a[href*='soundcloud.com'] .fa-circle + .social-icon {
  color: inherit;
}
.social-navigation a[href*='soundcloud.com'] .social-icon {
  color: #3b3b3b;
  transition: color 200ms;
}
.social-navigation a[href*='soundcloud.com'] .social-icon:before {
  content: "";
}
.social-navigation a[href*='soundcloud.com']:hover .fa-circle {
  color: #fff;
}
.social-navigation a[href*='soundcloud.com']:hover .social-icon {
  color: #ff8601;
}
.social-navigation a[href*='tumblr.com'] .fa-circle {
  color: #2c4762;
}
.social-navigation a[href*='tumblr.com'] .fa-circle:before {
  transition: color 200ms;
}
.social-navigation a[href*='tumblr.com'] .fa-circle + .social-icon {
  color: inherit;
}
.social-navigation a[href*='tumblr.com'] .social-icon {
  color: #3b3b3b;
  transition: color 200ms;
}
.social-navigation a[href*='tumblr.com'] .social-icon:before {
  content: "";
}
.social-navigation a[href*='tumblr.com']:hover .fa-circle {
  color: #fff;
}
.social-navigation a[href*='tumblr.com']:hover .social-icon {
  color: #2c4762;
}
.social-navigation a[href*='twitter.com'] .fa-circle {
  color: #00acee;
}
.social-navigation a[href*='twitter.com'] .fa-circle:before {
  transition: color 200ms;
}
.social-navigation a[href*='twitter.com'] .fa-circle + .social-icon {
  color: inherit;
}
.social-navigation a[href*='twitter.com'] .social-icon {
  color: #3b3b3b;
  transition: color 200ms;
}
.social-navigation a[href*='twitter.com'] .social-icon:before {
  content: "";
}
.social-navigation a[href*='twitter.com']:hover .fa-circle {
  color: #fff;
}
.social-navigation a[href*='twitter.com']:hover .social-icon {
  color: #00acee;
}
.social-navigation a[href*='vimeo.com'] .fa-circle {
  color: #17b3e8;
}
.social-navigation a[href*='vimeo.com'] .fa-circle:before {
  transition: color 200ms;
}
.social-navigation a[href*='vimeo.com'] .fa-circle + .social-icon {
  color: inherit;
}
.social-navigation a[href*='vimeo.com'] .social-icon {
  color: #3b3b3b;
  transition: color 200ms;
}
.social-navigation a[href*='vimeo.com'] .social-icon:before {
  content: "";
}
.social-navigation a[href*='vimeo.com']:hover .fa-circle {
  color: #fff;
}
.social-navigation a[href*='vimeo.com']:hover .social-icon {
  color: #17b3e8;
}
.social-navigation a[href*='wordpress.com'] .fa-circle {
  color: #21759b;
}
.social-navigation a[href*='wordpress.com'] .fa-circle:before {
  transition: color 200ms;
}
.social-navigation a[href*='wordpress.com'] .fa-circle + .social-icon {
  color: inherit;
}
.social-navigation a[href*='wordpress.com'] .social-icon {
  color: #3b3b3b;
  transition: color 200ms;
}
.social-navigation a[href*='wordpress.com'] .social-icon:before {
  content: "";
}
.social-navigation a[href*='wordpress.com']:hover .fa-circle {
  color: #fff;
}
.social-navigation a[href*='wordpress.com']:hover .social-icon {
  color: #21759b;
}
.social-navigation a[href*='wordpress.org'] .fa-circle {
  color: #21759b;
}
.social-navigation a[href*='wordpress.org'] .fa-circle:before {
  transition: color 200ms;
}
.social-navigation a[href*='wordpress.org'] .fa-circle + .social-icon {
  color: inherit;
}
.social-navigation a[href*='wordpress.org'] .social-icon {
  color: #3b3b3b;
  transition: color 200ms;
}
.social-navigation a[href*='wordpress.org'] .social-icon:before {
  content: "";
}
.social-navigation a[href*='wordpress.org']:hover .fa-circle {
  color: #fff;
}
.social-navigation a[href*='wordpress.org']:hover .social-icon {
  color: #21759b;
}
.social-navigation a[href*='youtube.com'] .fa-circle {
  color: #e52d27;
}
.social-navigation a[href*='youtube.com'] .fa-circle:before {
  transition: color 200ms;
}
.social-navigation a[href*='youtube.com'] .fa-circle + .social-icon {
  color: inherit;
}
.social-navigation a[href*='youtube.com'] .social-icon {
  color: #3b3b3b;
  transition: color 200ms;
}
.social-navigation a[href*='youtube.com'] .social-icon:before {
  content: "";
}
.social-navigation a[href*='youtube.com']:hover .fa-circle {
  color: #fff;
}
.social-navigation a[href*='youtube.com']:hover .social-icon {
  color: #e52d27;
}
.social-navigation a[href*='/feed'] .fa-circle {
  color: #f60;
}
.social-navigation a[href*='/feed'] .fa-circle:before {
  transition: color 200ms;
}
.social-navigation a[href*='/feed'] .fa-circle + .social-icon {
  color: inherit;
}
.social-navigation a[href*='/feed'] .social-icon {
  color: #3b3b3b;
  transition: color 200ms;
}
.social-navigation a[href*='/feed'] .social-icon:before {
  content: "";
}
.social-navigation a[href*='/feed']:hover .fa-circle {
  color: #fff;
}
.social-navigation a[href*='/feed']:hover .social-icon {
  color: #f60;
}
.social-navigation .menu {
  line-height: normal;
  list-style: none;
  margin: 0;
}
.social-navigation .menu a {
  border: 0;
  padding: 0;
}
.social-navigation .menu a:hover {
  background: transparent;
}
.social-navigation li {
  display: inline-block;
  line-height: normal;
}

/*--------------------------------------------------------------
6.0 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}
.screen-reader-text:hover, .screen-reader-text:active, .screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
    /*
	 * Note: this doubles the declarations of font-size, 
     * Unlike multiple declarations of the background property, 
     * css linter tasks do not recognize this as providing a fallback
     * for browsers that do not support the rem property.
	 */
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar */
}

/*--------------------------------------------------------------
7.0 Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
}

.align-left {
  text-align: left;
}
.align-right {
  text-align: right;
}
.align-center {
  text-align: center;
}

.hide {
  display: none;
}

/*--------------------------------------------------------------
8.0 Clearings
--------------------------------------------------------------*/
.clear:before,
.entry-content:before,
.comment-content:before,
.site-header:before,
.site-content:before,
.site-footer:before, .site-footer .site-info:before, .clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after, .site-footer .site-info:after,
.cf:before,
.cf:after {
  content: '';
  display: table;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after, .site-footer .site-info:after,
.cf:after {
  clear: both;
}

/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/
.widget {
  margin: 60px 0;
  margin-left: auto;
  margin-right: auto;
  max-width: 500px;
  width: 90%;
}
.widget ul {
  list-style: none;
  margin-left: 0;
}
.widget ul ul {
  margin-left: 40px;
}
.widget li a {
  border-bottom: 1px solid #ddd;
  display: block;
  padding: 10px 0;
}
.widget select {
  max-width: 100%;
}
.widget .tagcloud {
  text-align: center;
}
.widget .tagcloud a:hover {
  background: transparent;
  border-color: #c3c2c9;
}
.widget_search .search-submit {
  display: none;
}
.widget-title {
  color: #999;
    /*
	 * Note: this doubles the declarations of font-size, 
     * Unlike multiple declarations of the background property, 
     * css linter tasks do not recognize this as providing a fallback
     * for browsers that do not support the rem property.
	 */
  font-size: 30px;
  font-size: 3rem;
  margin-bottom: 15px;
}

/*--------------------------------------------------------------
Header
--------------------------------------------------------------*/
.header {
    /*
	 * Note: this doubles the declarations of font-size, 
     * Unlike multiple declarations of the background property, 
     * css linter tasks do not recognize this as providing a fallback
     * for browsers that do not support the rem property.
	 */
  font-size: 24px;
  font-size: 2.4rem;
  color: #fff;
  padding: 0 20px;
  position: absolute;
  width: 100%;
  z-index: 600;
}
@media screen and (max-width: 768px) {
  .header {
    position: absolute;
  }
}
.header .backdrop {
  background-color: #026ed2;
  bottom: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.noscroll .header .backdrop {
  background-color: transparent !important;
}
.header.bg .backdrop {
  opacity: 1;
}
.header a {
  color: #fff;
}
.header a:hover {
  border-color: #fff;
}
.header .site-info {
  transition: opacity 200ms;
}
.header .site-nav {
  float: right;
  margin: 20px 0;
}
.header .site-title {
  display: inline-block;
  margin: 20px 0;
}
.header .site-description {
  border: 0 solid rgba(255, 255, 255, 0.25);
  border-left-width: 1px;
  color: #fff;
    /*
	 * Note: this doubles the declarations of font-size, 
     * Unlike multiple declarations of the background property, 
     * css linter tasks do not recognize this as providing a fallback
     * for browsers that do not support the rem property.
	 */
  font-size: 14px;
  font-size: 1.4rem;
  margin-left: 20px;
  padding-left: 20px;
  transition: all .2s ease-in-out;
  vertical-align: middle;
}
.header .site-description:empty {
  display: none;
}
@media screen and (max-width: 768px) {
  .header .site-description {
    display: none;
  }
}
.header .avatar {
  margin-right: 5px;
}
.header .author:hover {
  border-color: transparent;
}
.header .author:hover .name {
  border-color: #fff;
}
.noscroll .header {
  pointer-events: none;
}
.noscroll .header .site-info {
  opacity: 0;
}

/*--------------------------------------------------------------
Search
--------------------------------------------------------------*/
.site-search {
  border: 0;
  margin-right: 20px;
  -webkit-tap-highlight-color: transparent;
}
.noscroll .site-search {
  opacity: 0;
}

/*--------------------------------------------------------------
Nav menu, which animates into close x
--------------------------------------------------------------*/
.hamburger {
  border: 0;
  display: inline-block;
  height: 30px;
  margin: 1px auto -15px;
  padding-top: 5px;
  -webkit-tap-highlight-color: transparent;
  width: 28px;
}
.hamburger span {
  display: block;
  position: relative;
}
.hamburger span:before, .hamburger span:after {
  content: '';
  left: 0;
  position: absolute;
  top: -9px;
}
.hamburger span:after {
  top: 9px;
}

.hamburger span,
.hamburger span:after,
.hamburger span:before {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background-color: #fff;
  border-radius: 2px;
  height: 5px;
  transition: all .5s;
  width: 100%;
}

.noscroll .hamburger,
.hamburger.close {
  margin-right: 18px;
  pointer-events: auto;
  -webkit-transform: translate3d(0, 3px, 0);
          transform: translate3d(0, 3px, 0);
}
@media screen and (max-width: 768px) {
  .noscroll .hamburger,
  .hamburger.close {
    margin-right: 0;
  }
}
.noscroll .hamburger:before,
.hamburger.close:before {
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: -25%;
  width: 100%;
}
.noscroll .hamburger span,
.hamburger.close span {
  background-color: transparent !important;
}
.noscroll .hamburger span:before,
.noscroll .hamburger span:after,
.hamburger.close span:before,
.hamburger.close span:after {
  background-color: #fff !important;
}
.noscroll .hamburger span:before,
.hamburger.close span:before {
  -webkit-transform: rotate(45deg) translate(5px, 5px);
      -ms-transform: rotate(45deg) translate(5px, 5px);
          transform: rotate(45deg) translate(5px, 5px);
}
.noscroll .hamburger span:after,
.hamburger.close span:after {
  -webkit-transform: rotate(-45deg) translate(7px, -8px);
      -ms-transform: rotate(-45deg) translate(7px, -8px);
          transform: rotate(-45deg) translate(7px, -8px);
}

/*--------------------------------------------------------------
Overlay for menus and widgets
--------------------------------------------------------------*/
.overlay {
  background: #333;
    /*
	 * Note: this doubles the declarations of font-size, 
     * Unlike multiple declarations of the background property, 
     * css linter tasks do not recognize this as providing a fallback
     * for browsers that do not support the rem property.
	 */
  font-size: 20px;
  font-size: 2rem;
  height: 100%;
  left: 0;
  opacity: 0;
  overflow: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 60px 0;
  position: fixed;
  right: 0;
  transition: opacity 200ms;
  visibility: hidden;
  z-index: 500;
}
.overlay:target {
  opacity: 1;
  visibility: visible;
  z-index: 600;
}
.overlay a {
  border-color: #fff;
  color: #fff;
}
.overlay a:hover {
  color: #aaa;
}
.overlay .widget-area {
  color: #ccc;
  margin-bottom: 60px;
  margin-top: 60px;
}
.overlay .widget-area p {
  color: #fff;
}
.overlay .widget li a {
  border-color: #666;
}
.overlay .tagcloud a {
  border-color: transparent;
}
.overlay .tagcloud a:hover {
  border-color: #fff;
  color: #fff;
}
.overlay .menu {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.overlay .main-navigation,
.overlay .social-navigation {
  float: none;
  margin-bottom: 60px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  max-width: 500px;
  width: 90%;
}
.overlay .main-navigation a {
  border-bottom-color: #666;
}
.overlay .social-navigation {
  text-align: center;
}
.overlay .search-form input.search-field {
  border-radius: 0;
  box-sizing: border-box;
  padding: 10px;
  width: 100%;
}
.overlay.show {
  opacity: 1;
  visibility: visible;
}
.overlay-search .search-form {
  display: table;
  height: 100%;
  width: 100%;
}
.overlay-search .search-form input.search-field {
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  width: 90%;
}
.overlay-search .search-field {
  background-color: transparent;
  border: 0;
  color: #fff;
  display: block;
    /*
	 * Note: this doubles the declarations of font-size, 
     * Unlike multiple declarations of the background property, 
     * css linter tasks do not recognize this as providing a fallback
     * for browsers that do not support the rem property.
	 */
  font-size: 50px;
  font-size: 5rem;
  outline: 0;
}
@media screen and (max-width: 768px) {
  .overlay-search .search-field {
    /*
	 * Note: this doubles the declarations of font-size, 
     * Unlike multiple declarations of the background property, 
     * css linter tasks do not recognize this as providing a fallback
     * for browsers that do not support the rem property.
	 */
    font-size: 30px;
    font-size: 3rem;
  }
}
.overlay-search .search-field:focus {
  color: #fff;
}
.overlay-search label {
  display: table-cell;
  vertical-align: middle;
}
.overlay-icon {
  bottom: 0;
  color: #2e2e2e;
  font-size: 50vh;
  height: 50%;
  left: 0;
  line-height: 50vh;
  margin: auto;
  position: fixed;
  right: 0;
  text-align: center;
  top: 0;
  z-index: -1;
}
.overlay .header {
  margin-top: -60px;
}

/*--------------------------------------------------------------
10.0 Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
10.1 Posts and pages
--------------------------------------------------------------*/
.sticky {
  background: #333;
}
.sticky .entry-title a {
  color: #fff;
  padding-bottom: 2px;
}
.sticky .entry-title a:hover {
  border-color: #fff;
  color: #fff;
}
.sticky .entry-subtitle a {
  color: #aaa;
}
.sticky .entry-subtitle a:hover {
  border-color: #999;
  color: #aaa;
}
.sticky * {
  color: #fff;
}

.hentry {
  clear: both;
  margin: 0;
  padding: 50px 0;
  position: relative;
}
.hentry:after {
  background: rgba(0, 0, 0, 0.15);
  bottom: 0;
  content: '';
  height: 1px;
  left: 0;
  position: absolute;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  max-width: 760px;
  width: 90%;
}
.single .hentry:after {
  display: none;
}
.single .hentry, .page .hentry {
  border: 0;
  padding: 0;
}
.hentry:first-of-type {
  margin-top: 77px;
}
.featured-container + .hentry:first-of-type {
  margin-top: 40px;
}
.cover ~ .hentry:first-of-type {
  margin-top: 60px;
}
.infinite-wrap .hentry:first-of-type {
  margin-top: 0;
}

.entry-header {
  margin-left: auto;
  margin-right: auto;
  max-width: 760px;
  width: 90%;
}
.entry-header .span {
  color: #b6b6b6;
}
.entry-title {
    /*
	 * Note: this doubles the declarations of font-size, 
     * Unlike multiple declarations of the background property, 
     * css linter tasks do not recognize this as providing a fallback
     * for browsers that do not support the rem property.
	 */
  font-size: 30px;
  font-size: 3rem;
  margin: 0;
}
.entry-title a {
  color: #222222;
  padding: 10px 0;
  position: relative;
}
.entry-title a:hover {
  border-color: transparent;
  color: #026ed2;
}
.entry-subtitle {
    /*
	 * Note: this doubles the declarations of font-size, 
     * Unlike multiple declarations of the background property, 
     * css linter tasks do not recognize this as providing a fallback
     * for browsers that do not support the rem property.
	 */
  font-size: 20px;
  font-size: 2rem;
  color: #999;
  margin: 0;
}
.entry-subtitle a {
  color: #999;
}
.entry-subtitle a:hover {
  color: #026ed2;
}
.entry-summary > * {
  margin-left: auto;
  margin-right: auto;
  max-width: 760px;
  width: 90%;
}
.entry-summary p {
  margin: 1.5em auto 0;
}
.entry-summary p:first-child {
  margin-top: 0;
}
.entry-summary .tiled-gallery {
  margin-top: 30px;
}
.entry-content > h1,
.entry-content > h2,
.entry-content > h3,
.entry-content > h4,
.entry-content > h5,
.entry-content > h6,
.entry-content > div,
.entry-content > span,
.entry-content > p,
.entry-content > ul,
.entry-content > ol,
.entry-content > blockquote,
.entry-content > pre,
.entry-content > hr,
.entry-content > form,
.entry-content > iframe,
.entry-content > address,
.entry-content > table,
.entry-content > dl {
  margin-left: auto;
  margin-right: auto;
  max-width: 760px;
  width: 90%;
}
.entry-content > ul,
.entry-content > ol {
  list-style-position: inside;
}
.entry-content > section > h2,
.entry-content > section > h3,
.entry-content > section > p {
  margin-left: auto;
  margin-right: auto;
  max-width: 760px;
  width: 90%;
}
.entry-content > p:first-child,
.entry-content > p:first-of-type,
.entry-content > p:first-child:empty + p,
.entry-content > p:first-of-type:empty + p,
.entry-content p.lead {
    /*
	 * Note: this doubles the declarations of font-size, 
     * Unlike multiple declarations of the background property, 
     * css linter tasks do not recognize this as providing a fallback
     * for browsers that do not support the rem property.
	 */
  font-size: 22px;
  font-size: 2.2rem;
}
.entry-content > p:first-child a:hover,
.entry-content > p:first-of-type a:hover,
.entry-content > p:first-child:empty + p a:hover,
.entry-content > p:first-of-type:empty + p a:hover,
.entry-content p.lead a:hover {
  border-width: 2px;
}
.entry-content > hr {
  max-width: 250px;
}
.entry-content > blockquote.large {
    /*
	 * Note: this doubles the declarations of font-size, 
     * Unlike multiple declarations of the background property, 
     * css linter tasks do not recognize this as providing a fallback
     * for browsers that do not support the rem property.
	 */
  font-size: 30px;
  font-size: 3rem;
  border: 0;
  max-width: 1000px;
  padding: 0;
  position: relative;
  text-align: center;
}
.entry-content > blockquote.pullquote {
  border: 0;
    /*
	 * Note: this doubles the declarations of font-size, 
     * Unlike multiple declarations of the background property, 
     * css linter tasks do not recognize this as providing a fallback
     * for browsers that do not support the rem property.
	 */
  font-size: 30px;
  font-size: 3rem;
  max-width: 500px;
  padding: 0;
  text-align: center;
}
.entry-content > blockquote.pullquote.left {
  float: left;
  text-align: left;
}
.entry-content > blockquote.pullquote.right {
  float: right;
  text-align: right;
}
.entry-content > blockquote.pullquote.left, .entry-content > blockquote.pullquote.right {
  margin: 10px 30px;
  width: 400px;
}
@media screen and (max-width: 768px) {
  .entry-content > blockquote.pullquote.left, .entry-content > blockquote.pullquote.right {
    float: none;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    max-width: 500px;
    width: 90%;
  }
}
.entry-content > .tiled-gallery {
  margin: 30px 0;
  max-width: 100%;
  width: 100%;
}
.entry-meta {
  margin-top: 30px;
}
.entry-meta .avatar {
  margin-right: 5px;
}

.byline,
.updated {
  display: none;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.entry-summary {
  margin: 1.5em 0 0;
}

/*--------------------------------------------------------------
10.2 Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none;
}

/*--------------------------------------------------------------
10.3 Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

footer.entry-meta {
  margin-left: auto;
  margin-right: auto;
  max-width: 760px;
  width: 90%;
}

/*--------------------------------------------------------------
10.4 Page Errors
--------------------------------------------------------------*/
.not-found {
  margin-left: auto;
  margin-right: auto;
  max-width: 760px;
  width: 90%;
}

/*--------------------------------------------------------------
10.5 Tags
--------------------------------------------------------------*/
ul.categories,
ul.tags {
  display: inline;
  list-style: none;
  margin: 0;
}
ul.categories li,
ul.tags li {
  display: inline-block;
  margin: 0 15px 15px 0;
}
ul.categories a,
ul.tags a {
  background-color: #9e9e9e;
  border: 0;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
    /*
	 * Note: this doubles the declarations of font-size, 
     * Unlike multiple declarations of the background property, 
     * css linter tasks do not recognize this as providing a fallback
     * for browsers that do not support the rem property.
	 */
  font-size: 16px;
  font-size: 1.6rem;
  line-height: normal;
  padding: 10px 20px;
  text-decoration: none;
  transition: all .2s;
}
ul.categories a:focus, ul.categories a:visited,
ul.tags a:focus,
ul.tags a:visited {
  color: #fff;
}
ul.categories a:hover,
ul.tags a:hover {
  background-color: #858585;
  color: #fff;
  opacity: .9;
}
ul.categories a:active,
ul.tags a:active {
  background-color: #6b6b6b;
  color: #fff;
}
ul.categories a.round,
ul.tags a.round {
  border-radius: 25px;
}
ul.categories a.full,
ul.tags a.full {
  display: block;
}

ul.categories a {
  background-color: #026ed2;
}
ul.categories a:hover {
  background-color: #02549f;
}
ul.categories a:active {
  background-color: #01396d;
}

/*--------------------------------------------------------------
10.6 Modules
--------------------------------------------------------------*/
.twitter-tweet {
  margin-left: auto !important;
  margin-right: auto !important;
}

/*--------------------------------------------------------------
11.0 Infinite scroll
--------------------------------------------------------------*/
.infinite-scroll .paging-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
12.0 Media
--------------------------------------------------------------*/
.avatar {
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
}

.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
  border: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
12.1 Captions
--------------------------------------------------------------*/
.wp-caption {
  border: 0;
  margin-bottom: 1.5em;
  max-width: 100% !important;
  padding: 0;
  position: relative;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.wp-caption-text {
  text-align: center;
}
.wp-caption .wp-caption-text {
  margin: 10px auto;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .wp-caption .wp-caption-text {
    width: 90%;
  }
}
.wp-caption.aligncenter {
  margin: 40px auto;
  max-width: 100%;
  padding: 0;
  width: auto;
}
@media screen and (max-width: 768px) {
  .wp-caption.aligncenter .wp-caption-text {
    text-align: center;
    width: 90%;
  }
}
.wp-caption.alignleft, .wp-caption.alignright {
  margin: 10px 30px;
  max-width: 45%;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .wp-caption.alignleft, .wp-caption.alignright {
    float: none;
    margin: 40px auto;
    max-width: none;
    width: auto !important;
  }
}
.wp-caption.alignleft .wp-caption-text {
  text-align: left;
}
@media screen and (max-width: 768px) {
  .wp-caption.alignleft .wp-caption-text {
    text-align: center;
    width: 90%;
  }
}
.wp-caption.alignright .wp-caption-text {
  text-align: right;
}
@media screen and (max-width: 768px) {
  .wp-caption.alignright .wp-caption-text {
    text-align: center;
    width: 90%;
  }
}

/*--------------------------------------------------------------
12.2 Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}
.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}
.gallery-caption {
  /*! */
}

.cover {
  background-color: #026ed2;
  color: #fff;
  overflow: hidden;
  padding: 156px 0 80px;
  position: relative;
  transition: opacity .25s;
  z-index: 400;
}
.cover-header {
  margin-left: auto;
  margin-right: auto;
  max-width: 760px;
  width: 90%;
  position: relative;
}
.cover-header p {
  color: #fff;
}
.cover-header a {
  color: #fff;
}
.cover-header a:hover {
  border-color: #c3c2c9;
}
.cover-header a.author:hover {
  border-color: transparent;
}
.cover-header .taxonomy-description {
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  margin-top: 20px;
}
.cover-header .taxonomy-description p {
  margin-bottom: 0;
}
.cover-header .search-form {
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  max-width: 500px;
  width: 90%;
}
.cover-header .search-field {
  border: 0;
  border-radius: 0;
  box-sizing: border-box;
  padding: 10px;
  width: 100%;
}
.cover-title {
  color: #fff;
    /*
	 * Note: this doubles the declarations of font-size, 
     * Unlike multiple declarations of the background property, 
     * css linter tasks do not recognize this as providing a fallback
     * for browsers that do not support the rem property.
	 */
  font-size: 58px;
  font-size: 5.8rem;
  line-height: 86px;
  margin: 0;
}
.cover-title a {
  color: #fff;
  font-weight: normal !important;
}
.page .cover-title {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .cover-title {
    /*
	 * Note: this doubles the declarations of font-size, 
     * Unlike multiple declarations of the background property, 
     * css linter tasks do not recognize this as providing a fallback
     * for browsers that do not support the rem property.
	 */
    font-size: 40px;
    font-size: 4rem;
    line-height: 50px;
  }
}
.cover-subtitle, .cover-summary {
  color: rgba(255, 255, 255, 0.8);
    /*
	 * Note: this doubles the declarations of font-size, 
     * Unlike multiple declarations of the background property, 
     * css linter tasks do not recognize this as providing a fallback
     * for browsers that do not support the rem property.
	 */
  font-size: 26px;
  font-size: 2.6rem;
  margin: 0;
}
.cover-subtitle a, .cover-summary a {
  color: rgba(255, 255, 255, 0.8);
}
.cover-subtitle a:hover, .cover-summary a:hover {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .cover-subtitle, .cover-summary {
    /*
	 * Note: this doubles the declarations of font-size, 
     * Unlike multiple declarations of the background property, 
     * css linter tasks do not recognize this as providing a fallback
     * for browsers that do not support the rem property.
	 */
    font-size: 20px;
    font-size: 2rem;
  }
}
.cover .background {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  left: 0;
  opacity: .6;
  position: absolute;
  top: 0;
  transition: opacity 200ms;
  width: 100%;
}
.cover .background.skrollable {
  background-attachment: fixed;
}
.cover .background.darken {
  opacity: .1;
}
.cover.featured-image {
  background-color: #2b2b2b;
}
.cover.featured-image.hero, .cover.featured-image.full {
  padding: 200px 0;
}
.cover.featured-image.full {
  height: 100vh;
}
@media screen and (max-width: 768px) {
  .cover.featured-image.full {
    height: auto;
  }
}
.cover.featured-image.full .cover-header {
  top: 30%;
}
@media screen and (max-width: 768px) {
  .cover.featured-image.full .cover-header {
    top: auto;
  }
}
.cover .entry-meta {
  margin: 0;
}

.single .profile {
  padding: 30px 0 60px;
}
.profile h4 {
  margin: 0 0 10px;
}
.profile h4 a {
  color: #3b3b3b;
}
.profile p {
  margin: 0 0 15px;
}
.profile-avatar {
  position: absolute;
}
.profile-info {
  margin-left: 150px;
}
.single .profile-info {
  margin-left: 100px;
}

.bypostauthor {
  /*! */
}

/** comments **/
.comments-area {
  margin-left: auto;
  margin-right: auto;
  max-width: 760px;
  width: 90%;
  padding-bottom: 30px;
}
.comments-area ol {
  list-style: none;
  margin: 0;
}

.comment-list li {
  border-bottom: 1px solid #eee;
  padding: 30px 0 10px;
}
.comment-author {
  margin: 5px 0;
    /*
	 * Note: this doubles the declarations of font-size, 
     * Unlike multiple declarations of the background property, 
     * css linter tasks do not recognize this as providing a fallback
     * for browsers that do not support the rem property.
	 */
  font-size: 24px;
  font-size: 2.4rem;
}
.comment-author a {
  color: #232730;
}
.comment-author .says {
  display: none;
}
.comment-author .avatar {
  float: left;
  height: 62px;
  margin: -5px 23px 0 0;
  width: 62px;
}
.comment-metadata {
  color: #abaeb6;
    /*
	 * Note: this doubles the declarations of font-size, 
     * Unlike multiple declarations of the background property, 
     * css linter tasks do not recognize this as providing a fallback
     * for browsers that do not support the rem property.
	 */
  font-size: 14px;
  font-size: 1.4rem;
  font-family: "Open Sans", sans-serif;
  margin: 5px 0 8px;
}
.comment-metadata a {
  color: #b6b6b6;
}
.comment-metadata time {
  color: #65686e;
}
.comment-content {
  clear: both;
}
.comment-content p {
  margin: 15px 0;
}

.site-footer {
  color: #666;
    /*
	 * Note: this doubles the declarations of font-size, 
     * Unlike multiple declarations of the background property, 
     * css linter tasks do not recognize this as providing a fallback
     * for browsers that do not support the rem property.
	 */
  font-size: 13px;
  font-size: 1.3rem;
  padding: 30px 0;
}
.site-footer .site-info {
  margin-left: auto;
  margin-right: auto;
  max-width: 760px;
  width: 90%;
}
.site-footer .site-info .site-credits {
  float: left;
}
.site-footer .site-info .social-navigation {
  float: right;
  font-size: 16px;
}
@media screen and (max-width: 405px) {
  .site-footer .site-info .site-credits,
  .site-footer .site-info .social-navigation {
    float: none;
    margin-top: 20px;
    text-align: center;
  }
}
.site-footer a:hover {
  border-color: #c3c2c9;
}

/*--------------------------------------------------------------
Headroom.js
--------------------------------------------------------------*/
@media screen and (min-width: 768px) {
  .header.headroom {
    position: fixed;
    transition: all .5s;
  }
  .header.headroom--pinned {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
  .header.headroom--unpinned {
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  .noscroll .header.headroom--unpinned {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
}
.header .backdrop.skrollable-between ~ div a,
.header .backdrop.skrollable-between ~ div .site-description {
  color: #fff;
}
.header .backdrop.skrollable-between ~ div .site-description {
  border-color: rgba(255, 255, 255, 0.25);
}
.header .backdrop.skrollable-between ~ div .hamburger span,
.header .backdrop.skrollable-between ~ div .hamburger span:after,
.header .backdrop.skrollable-between ~ div .hamburger span:before {
  background-color: #fff;
}
.header .backdrop.skrollable-after {
  transition: all .5s;
}

.aesop-component {
  display: block;
  margin: 60px auto;
}
.aesop-component + p {
  margin-top: 30px;
}
.aesop-component.aesop-image-component {
  margin: 60px 0;
}
.aesop-component.aesop-audio-component {
  margin-left: auto;
  margin-right: auto;
  max-width: 760px;
  width: 90%;
}
.aesop-component.aesop-quote-component {
  padding: 60px 0;
}
.aesop-component.aesop-quote-component.aesop-component-align-left, .aesop-component.aesop-quote-component.aesop-component-align-right {
  margin: 10px 30px;
  padding: 20px;
  width: 400px !important;
}
@media screen and (max-width: 768px) {
  .aesop-component.aesop-quote-component.aesop-component-align-left, .aesop-component.aesop-quote-component.aesop-component-align-right {
    float: none;
    margin: 40px 0;
    padding: 60px 0;
    width: 100% !important;
  }
}
.aesop-component.aesop-quote-component blockquote {
  color: inherit;
  display: block;
    /*
	 * Note: this doubles the declarations of font-size, 
     * Unlike multiple declarations of the background property, 
     * css linter tasks do not recognize this as providing a fallback
     * for browsers that do not support the rem property.
	 */
  font-size: 30px;
  font-size: 3rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .aesop-component.aesop-quote-component blockquote {
    width: 90%;
  }
}
.aesop-component.aesop-quote-component blockquote.aesop-component-align-left {
  text-align: left;
}
.aesop-component.aesop-quote-component blockquote.aesop-component-align-right {
  text-align: right;
}
@media screen and (max-width: 768px) {
  .aesop-component.aesop-quote-component blockquote.aesop-component-align-left, .aesop-component.aesop-quote-component blockquote.aesop-component-align-right {
    float: none;
    margin: auto;
    text-align: center;
  }
}
.aesop-component.aesop-quote-component blockquote .aesop-quote-component-cite {
  color: inherit;
  display: block;
  font-size: 80%;
  margin-top: 15px;
  opacity: .75;
}
.aesop-component.aesop-quote-component.quote-is-parallax.aesop-quote-faded blockquote {
  opacity: 1;
}
.aesop-component.aesop-quote-component.quote-is-parallax blockquote {
  opacity: 0;
  transition: opacity 200ms;
}
@media screen and (max-width: 768px) {
  .aesop-component.aesop-quote-component.quote-is-parallax blockquote {
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
  }
}
.aesop-component.aesop-content-component * {
  color: inherit;
}
.aesop-component.aesop-content-component .aesop-content-comp-inner {
  padding: 30px 0;
  width: 90%;
}
.aesop-component.aesop-content-component .aesop-content-comp-inner.aesop-content {
  margin-left: auto;
  margin-right: auto;
  max-width: 760px;
  width: 90%;
}

.aesop-stacked-img {
  background-attachment: fixed;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 500px;
  height: 100vh;
  left: 0;
  overflow: hidden;
  position: relative;
  top: 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .aesop-stacked-img {
    background-attachment: scroll;
    background-size: contain !important;
  }
}

.aesop-img-enlarge {
  display: none;
}

.aesop-parallax-sc-caption-wrap {
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  font-family: "Open Sans", sans-serif;
    /*
	 * Note: this doubles the declarations of font-size, 
     * Unlike multiple declarations of the background property, 
     * css linter tasks do not recognize this as providing a fallback
     * for browsers that do not support the rem property.
	 */
  font-size: 16px;
  font-size: 1.6rem;
  padding: 10px 20px;
}

.aesopicon {
  display: inline-block;
  font-family: FontAwesome;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
}
.aesopicon.aesopicon-search-plus:before {
  content: '\f00e';
}

.aesop-collection-item {
  float: left;
}

.aesop-sequence-img-wrap {
  margin: 0;
}
.aesop-sequence-img-wrap img {
  display: block;
}

.aesop-image-component-image {
  position: relative;
}
.aesop-image-component-image img {
  display: block;
  margin: auto;
}
.aesop-image-component-image.aesop-component-align-left, .aesop-image-component-image.aesop-component-align-right {
  margin: 10px 30px;
  max-width: 45% !important;
}
@media screen and (max-width: 768px) {
  .aesop-image-component-image.aesop-component-align-left, .aesop-image-component-image.aesop-component-align-right {
    float: none;
    margin: 40px auto;
    max-width: none !important;
    width: auto !important;
  }
}
.aesop-image-component-image .aesop-image-component-caption {
  max-width: none;
  width: auto;
}
@media screen and (max-width: 768px) {
  .aesop-image-component-image .aesop-image-component-caption {
    margin-left: auto;
    margin-right: auto;
    max-width: 760px;
    width: 90%;
  }
}

.aesop-image-component-caption-center .aesop-image-component-caption {
  margin-left: auto;
  margin-right: auto;
  max-width: 760px;
  width: 90%;
}

@media screen and (max-width: 768px) {
  .aesop-image-component .aesop-image-component-image.aesop-image-component-caption-left,
  .aesop-image-component .aesop-image-component-image.aesop-image-component-caption-right {
    text-align: center;
  }
}
.aesop-article-chapter {
  background-color: #333 !important;
}

.aesop-cover-title {
  color: #fff;
    /*
	 * Note: this doubles the declarations of font-size, 
     * Unlike multiple declarations of the background property, 
     * css linter tasks do not recognize this as providing a fallback
     * for browsers that do not support the rem property.
	 */
  font-size: 42px;
  font-size: 4.2rem;
  padding: 250px 0 20px;
  margin-left: auto;
  margin-right: auto;
  max-width: 760px;
  width: 90%;
}

.aesop-video-container {
  margin: 40px auto;
  max-width: 100%;
}

.aesop-lightbox {
  border: 0;
}
.aesop-lightbox img {
  transition: opacity .2s;
}
.aesop-lightbox:hover img {
  opacity: .9;
}

.aesop-timeline {
  background-color: rgba(255, 255, 255, 0.9);
  bottom: 0;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
  left: 0;
  position: fixed;
  right: 0;
  z-index: 500;
}
.aesop-timeline ol {
  list-style: none;
  margin-bottom: 0;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  width: 90%;
}
.aesop-timeline ol:after {
  display: none;
}
.aesop-timeline li {
  display: inline-block;
  margin: 0 10px;
  transition: all 200ms;
}
.aesop-timeline li a:hover {
  border-color: #c3c2c9;
}
.aesop-timeline li.active a {
  border-bottom-width: 2px;
  font-weight: bold;
}
.aesop-timeline-stop {
  padding-top: 140px;
}

.aesop-sticky-map.aesop-sticky-map-left .aesop-map-component:before {
  box-shadow: none;
}

.entry-content > .aesop-component,
.entry-content > .aesop-story-collection {
  max-width: 100%;
  width: 100%;
}
.entry-content > .aesop-component:first-child,
.entry-content > .aesop-story-collection:first-child {
  margin-top: 0;
}
.entry-content > .aesop-component.aesop-audio-component,
.entry-content > .aesop-story-collection.aesop-audio-component {
  margin-left: auto;
  margin-right: auto;
  max-width: 760px;
  width: 90%;
}

#aesop-toggle-chapter-menu,
#aesop-chapter-menu {
  display: none;
}

/*--------------------------------------------------------------
Jetpack
--------------------------------------------------------------*/
/*--------------------------------------------------------------
Infinite Scroll
--------------------------------------------------------------*/
body #infinite-handle {
  padding: 50px 0;
  text-align: center;
}
body #infinite-handle span {
  background-color: #026ed2;
  border: 0;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
    /*
	 * Note: this doubles the declarations of font-size, 
     * Unlike multiple declarations of the background property, 
     * css linter tasks do not recognize this as providing a fallback
     * for browsers that do not support the rem property.
	 */
  font-size: 16px;
  font-size: 1.6rem;
  line-height: normal;
  padding: 10px 20px;
  text-decoration: none;
  transition: all .2s;
}
body #infinite-handle span:focus, body #infinite-handle span:visited {
  color: #fff;
}
body #infinite-handle span:hover {
  background-color: #02549f;
  color: #fff;
  opacity: .9;
}
body #infinite-handle span:active {
  background-color: #01396d;
  color: #fff;
}
body #infinite-handle span.round {
  border-radius: 25px;
}
body #infinite-handle span.full {
  display: block;
}
@media screen and (max-width: 480px) {
  body #infinite-handle span {
    display: block;
    margin: auto;
    width: 90%;
  }
}

body .infinite-loader {
  height: 42px;
  margin: 50px auto;
}
body .infinite-loader .spinner {
  -webkit-animation: rotate .7s infinite linear;
          animation: rotate .7s infinite linear;
  border: 8px solid #ddd;
  border-radius: 100%;
  border-top-color: #026ed2;
  height: 42px;
  margin: auto;
  position: static !important;
  width: 42px !important;
}
body .infinite-loader .spinner > div {
  display: none;
}

#infinite-footer {
  display: none;
}

/*--------------------------------------------------------------
Related Posts
--------------------------------------------------------------*/
.entry-content .jp-relatedposts {
  margin-left: auto;
  margin-right: auto;
  max-width: 760px;
  width: 90%;
  margin-left: auto !important;
  margin-right: auto !important;
}

.jp-relatedposts-post {
  transition: opacity .2s;
}

/*--------------------------------------------------------------
Top Posts & Pages Widget
--------------------------------------------------------------*/
.widgets-list-layout {
  /*
   * I would like nothing better than to use this instead:
   *
   * &-links {
   *
   * Unfortunately, that results in the same level of specificity as defined by Jetpack's styles,
   * which, because the plugin's CSS is loaded after Cover's, overrides it.
   * As a result, we have to increase the specificity if we don't want to resort to using !important everywhere.
   */
}
.widgets-list-layout a.bump-view {
  border: 0;
  padding: 0;
}
.widgets-list-layout a.bump-view .widgets-list-layout-blavatar {
  margin-right: 20px;
  transition: all .2s ease-in-out;
}
.widgets-list-layout li {
  border-bottom: 1px solid #666;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.widgets-list-layout li:hover a.bump-view {
  color: #aaa;
}
.widgets-list-layout li:hover a.bump-view .widgets-list-layout-blavatar {
  opacity: .8;
}
.widgets-list-layout .widgets-list-layout-links {
  float: none;
  width: auto;
}

/*--------------------------------------------------------------
Image Grid
--------------------------------------------------------------*/
.widget-grid-view-image {
  width: 33.33%;
}
@media screen and (max-width: 480px) {
  .widget-grid-view-image {
    width: 50%;
  }
}
.widget-grid-view-image a.bump-view, .widget-grid-view-image:nth-child(even) a.bump-view {
  border: 0;
  margin: 0;
  opacity: .8;
}
.widget-grid-view-image a.bump-view:hover, .widget-grid-view-image:nth-child(even) a.bump-view:hover {
  opacity: 1;
}
.widget-grid-view-image img {
  display: block;
  width: 100%;
}

#disqus_thread {
  margin-left: auto;
  margin-right: auto;
  max-width: 760px;
  width: 90%;
}
