/*!
 *  Font Awesome 4.4.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.4.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.4.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.4.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.4.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.4.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.4.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;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  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.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.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, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -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 {
  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: #ffffff;
}
/* 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: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}


/* line 2, ../sass/neat/grid/_grid.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/**
* Table of Contents:
*
* 1.0 - GENERAL
*   1.1 - Reset
*   1.2 - Typography
*   1.3 - Helper Classes
*   1.4 - Links
*   1.5 - Forms

* 2.0 - LAYOUT
*   2.1 - Header
*   2.2 - Mobile/Tablet navigation
*   2.3 - Mobile Accordion dropdown
*   2.4 - Tablet dropdown
*   2.5 - Social / Search /About Dropdowns
*   2.6 - Desktop Navigation
*   2.7 - Desktop Sub-Menu
*   2.8 - Above Navigation

* 3.0 - GRIDS
*   3.1 - Hot Off The Pres
*   3.2 - Editor's Picks
*   3.3 - Trending

* 4.0 - SINGLE ARTICLE
*   4.1 - Single Article Header
*   4.2 - Single Article Meta
*   4.3 - Single Article Content
*   4.4 - Manual Related Posts
*   4.5 - Post Article
*   4.6 - Generic layout

/* 5.0 SIDEBARS
*   5.1 Single sidebar
*   5.2 Related Posts

/* 6.0 SHARING etc.
*   6.1 Top share bar
*   5.2 Related Posts

* -----------------------------------------------------------------------------
*/
/* 1.0 GENERAL */
/* 1.1 Reset */
/* line 71, ../sass/style.scss */
* {
  margin: 0;
  border: 0;
}

/* line 79, ../sass/style.scss */
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;
}

/* line 90, ../sass/style.scss */
html {
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  position: relative;
}

/* line 91, ../sass/style.scss */
article, aside, details, figcaption, figure, footer, header, main, nav, section {
  display: block;
}

/* line 92, ../sass/style.scss */
ol, ul {
  list-style: none;
}

/* line 93, ../sass/style.scss */
table {
  border-collapse: separate;
  border-spacing: 0;
}

/* line 94, ../sass/style.scss */
caption, th, td {
  font-weight: normal;
  text-align: left;
}

/* line 95, ../sass/style.scss */
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}

/* line 96, ../sass/style.scss */
blockquote, q {
  quotes: "" "";
}

/* line 98, ../sass/style.scss */
a {
  transition: all 0.3s ease;
}

/* line 100, ../sass/style.scss */
a:hover,
a:active, a:focus {
  outline: 0;
}

/* line 101, ../sass/style.scss */
a img, a img:hover {
  border: 0;
}

/* 1.2 Typography */
/* line 105, ../sass/style.scss */
h1, h2, h3, h4 {
  font-weight: 700;
  font-family: "Voltaire", sans-serif;
}

/* line 106, ../sass/style.scss */
h1 {
  font-size: 2em;
  line-height: 1.25em;
}

/* line 107, ../sass/style.scss */
h2 {
  font-size: 1.5em;
}

/* line 108, ../sass/style.scss */
h3 {
  font-size: 1.25em;
}

/* line 109, ../sass/style.scss */
h4 {
  font-size: 1em;
}

/* line 110, ../sass/style.scss */
h5 {
  font-size: 0.75em;
}

/* line 111, ../sass/style.scss */
p {
  font-size: 1em;
  line-height: 1.5em;
  margin: 0 0 1.5em 0;
}

/* line 112, ../sass/style.scss */
small {
  font-size: 0.75em;
}

/* line 113, ../sass/style.scss */
em {
  font-style: italic;
}

/* line 114, ../sass/style.scss */
strong {
  font-weight: 700;
}

/* line 115, ../sass/style.scss */
.small-caps {
  font-variant: small-caps;
  letter-spacing: 0.1em;
  text-transform: lowercase;
}

/* line 116, ../sass/style.scss */
ol, ul, li {
  list-style-type: none;
}

/* 1.3 Helper Classes */
/* line 120, ../sass/style.scss */
.centered {
  text-align: center;
  margin: 0 auto;
}

/* line 121, ../sass/style.scss */
.clearfix {
  clear: both;
}
/* line 121, ../sass/style.scss */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* line 122, ../sass/style.scss */
.space-above {
  margin-top: 2em;
}

/* line 123, ../sass/style.scss */
.space-below {
  margin-bottom: 2em;
}

/* line 124, ../sass/style.scss */
.space-left {
  margin-left: 2em;
}

/* line 125, ../sass/style.scss */
.space-right {
  margin-right: 2em;
}

/* line 126, ../sass/style.scss */
.small-space-left {
  margin-left: 1em;
}

/* line 127, ../sass/style.scss */
.small-space-right {
  margin-right: 1em;
}

/* line 128, ../sass/style.scss */
.small-space-above {
  margin-top: 1em;
}

/* line 129, ../sass/style.scss */
.small-space-below {
  margin-bottom: 1em;
}

/* line 130, ../sass/style.scss */
.padding-left {
  padding-left: 2em;
}

/* line 131, ../sass/style.scss */
.padding-right {
  padding-right: 2em;
}

/* line 132, ../sass/style.scss */
.padding-top {
  padding-top: 2em;
}

/* line 133, ../sass/style.scss */
.padding-bottom {
  padding-bottom: 2em;
}

/* line 134, ../sass/style.scss */
.border {
  border: 1px solid #eeeeee;
}

/* line 135, ../sass/style.scss */
.border-top {
  border-top: 1px solid #eeeeee;
  margin-top: 2.35765%;
}

/* line 136, ../sass/style.scss */
.border-bottom {
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 2.35765%;
}

/* line 137, ../sass/style.scss */
.no-margin {
  margin: 0;
}

/* line 138, ../sass/style.scss */
.no-padding {
  padding: 0;
}

/* line 139, ../sass/style.scss */
.no-border {
  border: none;
}

/* line 140, ../sass/style.scss */
.transform-none {
  text-transform: none;
}

/* line 141, ../sass/style.scss */
.left {
  float: left;
}

/* line 142, ../sass/style.scss */
.right {
  float: right;
}

/* line 143, ../sass/style.scss */
.alignleft {
  float: left;
  margin: 0 2em 2em 0;
}

/* line 144, ../sass/style.scss */
.alignright {
  float: right;
  margin: 0 0 2em 2em;
}

/* line 145, ../sass/style.scss */
.full-width {
  width: 100%;
}

/* line 146, ../sass/style.scss */
.half {
  width: 50%;
  float: left;
}

/* line 147, ../sass/style.scss */
.third {
  width: 33%;
  float: left;
}
/* line 147, ../sass/style.scss */
.third:first-child {
  width: 34%;
}

/* line 148, ../sass/style.scss */
.quarter {
  width: 25%;
  float: left;
}

/* line 149, ../sass/style.scss */
.two-thirds {
  width: 67%;
  float: left;
}

/* line 150, ../sass/style.scss */
.text-right {
  text-align: right;
}

/* line 151, ../sass/style.scss */
.text-left {
  text-align: left;
}

/* line 152, ../sass/style.scss */
.lowercase {
  text-transform: lowercase;
}

/* line 153, ../sass/style.scss */
.uppercase {
  text-transform: uppercase;
}

/* line 154, ../sass/style.scss */
.relative {
  position: relative;
}

/* line 155, ../sass/style.scss */
.hidden {
  display: none;
}

/* line 156, ../sass/style.scss */
.fixed {
  position: fixed;
}

@media screen and (max-width: 35.9375em) {
  /* line 157, ../sass/style.scss */
  .padded {
    padding: 0 1em;
  }
}

/* line 158, ../sass/style.scss */
object, embed, a:link, a:visited {
  outline: 0 !important;
}

/* line 159, ../sass/style.scss */
img {
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
}
/* line 159, ../sass/style.scss */
img.about {
  max-height: inherit;
}

/* line 160, ../sass/style.scss */
.heading {
  font-size: 1.25em;
  text-transform: uppercase;
  border-bottom: 0.333em solid #eeeeee;
  padding-bottom: 0.5em;
  text-align: left;
  font-weight: 400;
  font-family: "Contrail One", cursive;
}
@media screen and (max-width: 23.9375em) {
  /* line 160, ../sass/style.scss */
  .heading {
    font-size: 1em;
  }
}
@media screen and (max-width: 38.9375em) {
  /* line 160, ../sass/style.scss */
  .heading {
    text-align: center;
  }
}

/* line 172, ../sass/style.scss */
.category-title {
  display: inline-block;
  padding: 1em 1em 0 1em;
  margin-bottom: 1.5em;
  font-size: 1.25em;
  color: #fff;
  background-color: #c0392b;
  height: 3em;
  text-transform: uppercase;
}
@media screen and (max-width: 23.9375em) {
  /* line 172, ../sass/style.scss */
  .category-title {
    font-size: 1em;
    padding-top: 0.75em;
    margin: 0;
  }
}
/* line 183, ../sass/style.scss */
.category-title.tag {
  background-color: #c0392b;
}
/* line 184, ../sass/style.scss */
.category-title.more-in {
  font-family: "Montserrat", sans-serif;
  text-transform: none;
  color: #e46c64;
  font-size: 1em;
  font-weight: 400;
}
/* line 184, ../sass/style.scss */
.category-title.more-in a {
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
}

/* line 187, ../sass/style.scss */
.skewed-left, .category-title, body > header > nav li:hover ul.sub-menu li ul.sub-categories li:nth-child(odd) {
  -moz-transform: rotate(0.5deg) skewX(0.5deg);
  -webkit-transform: rotate(0.5deg) skewX(0.5deg);
  -o-transform: rotate(0.5deg) skewX(0.5deg);
  -ms-transform: rotate(0.5deg) skewX(0.5deg);
  transform: rotate(0.5deg) skewX(0.5deg);
}

/* line 195, ../sass/style.scss */
.skewed-right, body > header > nav li:hover ul.sub-menu li ul.sub-categories li:nth-child(even) {
  -moz-transform: rotate(-0.5deg) skewX(-0.5deg);
  -webkit-transform: rotate(-0.5deg) skewX(-0.5deg);
  -o-transform: rotate(-0.5deg) skewX(-0.5deg);
  -ms-transform: rotate(-0.5deg) skewX(-0.5deg);
  transform: rotate(-0.5deg) skewX(-0.5deg);
}

/* line 203, ../sass/style.scss */
.shadow, body > header > .wrapper .header-message .speech-bubble, body > header .mobile-nav .nav-toggle nav, body > header .mobile-nav .search-toggle, body > header .mobile-nav .social-toggle, body > header .mobile-nav .about-toggle, body > header > nav.fixed, body > header > nav li.about-menu:hover nav, body > header > nav li:hover ul.sub-menu, body article.single .post-article .subscribe, #topsharebar {
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.15);
}

/* 1.4 Links */
/* line 207, ../sass/style.scss */
a {
  color: black;
  text-decoration: none;
}
/* line 209, ../sass/style.scss */
a.red, a.red:visited {
  color: #ff5f79;
  text-decoration: none;
}
/* line 209, ../sass/style.scss */
a.red:hover, a.red:visited:hover {
  color: #ff5f79;
  text-decoration: underline;
}
/* line 210, ../sass/style.scss */
a:hover, a:focus, a:active {
  color: black;
  outline: 0;
}
/* line 211, ../sass/style.scss */
a.more-link {
  text-decoration: underline;
}
/* line 212, ../sass/style.scss */
a.text-wrap:hover {
  text-decoration: underline;
}

/* 1.5 Forms */
/* line 217, ../sass/style.scss */
input {
  -webkit-appearance: none;
}
/* line 219, ../sass/style.scss */
input:focus {
  outline: none;
}

/* line 221, ../sass/style.scss */
fieldset {
  width: 100%;
}
/* line 223, ../sass/style.scss */
fieldset input, fieldset button {
  background-color: #fafafa;
  font-size: 1em;
  height: 3em;
  float: left;
  padding: 0.333em 0.666em;
  font-family: "Montserrat", sans-serif;
}
/* line 228, ../sass/style.scss */
fieldset input.email, fieldset input.field, fieldset button.email, fieldset button.field {
  width: 70%;
}
/* line 229, ../sass/style.scss */
fieldset input.button, fieldset button.button {
  width: 30%;
  background-color: #eeeeee;
}
/* line 229, ../sass/style.scss */
fieldset input.button:hover, fieldset button.button:hover {
  cursor: pointer;
}
/* line 231, ../sass/style.scss */
fieldset button {
  transition: all 0.3s ease;
}
/* line 231, ../sass/style.scss */
fieldset button:hover {
  cursor: pointer;
}

/* 2.0 LAYOUT */
/* line 236, ../sass/style.scss */
html, body {
  line-height: 1.5em;
  color: black;
  font-family: "Montserrat", sans-serif;
  margin: 0;
  padding: 0;
}

/* line 238, ../sass/style.scss */
body {
  /* 2.1 Header */
  /* 3.0 GRIDS */
  /* More In */
  /* Category Titles */
  /* 4.0 SINGLE ARTICLE */
  /* 5.0 Sidebars */
  /* 5.1 Single sidebar */
  /* Author Bio */
  /* 404 */
  /* Press / About */
  /* Fallback Footer */
}
/* line 239, ../sass/style.scss */
body .wrapper {
  max-width: 82em;
  padding: 0 1em;
  margin: 0 auto;
}
/* line 243, ../sass/style.scss */
body > header {
  font-weight: 400;
  z-index: 9999999;
  width: 100%;
  text-align: center;
  /* 2.2 Mobile/Tablet navigation */
  /* 2.6 Desktop Navigation */
  /* 2.8 Above Navigation */
}
/* line 249, ../sass/style.scss */
body > header > .wrapper {
  max-width: 85.5em !important;
  height: 12.5em;
  margin: 0 auto;
  padding-top: 5em;
}
@media screen and (max-width: 23.9375em) {
  /* line 249, ../sass/style.scss */
  body > header > .wrapper {
    height: 8em;
    padding-top: 3.75em;
    background: url(../images/header-center-block.png) center -2em no-repeat;
  }
}
@media screen and (min-width: 24em) and (max-width: 47.9375em) {
  /* line 249, ../sass/style.scss */
  body > header > .wrapper {
    background: url(../images/header-center-block.png) center bottom no-repeat;
  }
}
@media screen and (min-width: 48em) and (max-width: 59.9375em) {
  /* line 249, ../sass/style.scss */
  body > header > .wrapper {
    background: url(../images/header-left-block.png) -14em bottom no-repeat, url(../images/header-center-block.png) center bottom no-repeat, url(../images/header-right-block.png) right bottom no-repeat;
  }
}
@media screen and (min-width: 60em) and (max-width: 81.9375em) {
  /* line 249, ../sass/style.scss */
  body > header > .wrapper {
    background: url(../images/header-left-block.png) -3em bottom no-repeat, url(../images/header-center-block.png) center bottom no-repeat, url(../images/header-right-block.png) right bottom no-repeat;
  }
}
@media screen and (min-width: 70em) {
  /* line 249, ../sass/style.scss */
  body > header > .wrapper {
    padding-top: 4em;
  }
}
@media screen and (max-width: 69.9375em) {
  /* line 249, ../sass/style.scss */
  body > header > .wrapper {
    border-bottom: 1px solid #eeeeee;
  }
}
@media screen and (min-width: 82em) {
  /* line 249, ../sass/style.scss */
  body > header > .wrapper {
    background: url(../images/header-left-block.png) left bottom no-repeat, url(../images/header-center-block.png) center bottom no-repeat, url(../images/header-right-block.png) right bottom no-repeat;
  }
}
/* line 291, ../sass/style.scss */
body > header > .wrapper .header-message {
  position: absolute;
  top: -0.5em;
  right: 14%;
}
@media screen and (max-width: 69.9375em) {
  /* line 291, ../sass/style.scss */
  body > header > .wrapper .header-message {
    display: none;
  }
}
/* line 295, ../sass/style.scss */
body > header > .wrapper .header-message:hover .speech-bubble {
  display: block;
}
/* line 296, ../sass/style.scss */
body > header > .wrapper .header-message:hover img {
  transform: translateY(6px);
  animation-name: hang;
  animation-duration: 1.5s;
  animation-delay: 0.2s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
/* line 306, ../sass/style.scss */
body > header > .wrapper .header-message img {
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
/* line 316, ../sass/style.scss */
body > header > .wrapper .header-message .speech-bubble {
  display: none;
  width: 12em;
  left: -13em;
  top: 2em;
  font-family: "Jacques Francois", serif;
  font-size: 0.65em;
  font-style: italic;
  line-height: 1.5em;
  padding: 0.5em;
  position: absolute;
  -webkit-border-radius: 1em;
  -moz-border-radius: 1em;
  -ms-border-radius: 1em;
  -o-border-radius: 1em;
  border-radius: 1em;
  background-color: #fff;
}
/* line 317, ../sass/style.scss */
body > header > .wrapper .header-message .speech-bubble h4 {
  font-size: 2em;
  margin-bottom: 0.25em;
  font-weight: 400;
  color: #c0392b;
}
/* line 331, ../sass/style.scss */
body > header > .wrapper .header-message .speech-bubble:after {
  content: '';
  position: absolute;
  border-style: solid;
  border-width: 0.5em 0 0.5em 0.5em;
  border-color: transparent #FFFFFF;
  display: block;
  width: 0;
  z-index: 1;
  margin-top: -0.5em;
  right: -0.4em;
  top: 40%;
}
/* line 348, ../sass/style.scss */
body > header .social {
  position: absolute;
  top: 0.8em;
  left: 1em;
}
@media screen and (max-width: 69.9375em) {
  /* line 348, ../sass/style.scss */
  body > header .social {
    display: none !important;
  }
}
/* line 353, ../sass/style.scss */
body > header .logo-mini {
  position: absolute;
  display: none;
  top: 0.333em;
  left: 1em;
  width: 2.25em;
  height: 2.25em;
}
/* line 353, ../sass/style.scss */
body > header .logo-mini a:hover {
  background: none;
}
/* line 357, ../sass/style.scss */
body > header .mobile-nav {
  position: fixed;
  /* 2.5 Social / Search /About Dropdowns */
}
@media screen and (max-width: 69.9375em) {
  /* line 357, ../sass/style.scss */
  body > header .mobile-nav {
    display: block;
  }
}
@media screen and (min-width: 70em) {
  /* line 357, ../sass/style.scss */
  body > header .mobile-nav {
    display: none;
  }
}
/* line 361, ../sass/style.scss */
body > header .mobile-nav > a {
  color: #fff;
  padding: 0 0.75em;
  line-height: 2em;
}
@media screen and (min-width: 24em) and (max-width: 69.9375em) {
  /* line 361, ../sass/style.scss */
  body > header .mobile-nav > a {
    font-size: 1.75em;
  }
}
@media screen and (max-width: 23.9375em) {
  /* line 361, ../sass/style.scss */
  body > header .mobile-nav > a {
    font-size: 1.5em;
  }
}
/* line 364, ../sass/style.scss */
body > header .mobile-nav > a:hover {
  background-color: #5a87a9;
}
/* line 365, ../sass/style.scss */
body > header .mobile-nav > a.logo-mini {
  position: absolute;
  width: 1.5em;
  height: 1.5em;
  top: 0.25em;
  padding: 0;
  line-height: 1.5em;
}
@media screen and (max-width: 23.9375em) {
  /* line 365, ../sass/style.scss */
  body > header .mobile-nav > a.logo-mini {
    left: 2.5em;
  }
}
@media screen and (min-width: 24em) and (max-width: 35.9375em) {
  /* line 365, ../sass/style.scss */
  body > header .mobile-nav > a.logo-mini {
    left: 3.5em;
  }
}
@media screen and (min-width: 36em) {
  /* line 365, ../sass/style.scss */
  body > header .mobile-nav > a.logo-mini {
    left: 50%;
    margin-left: -0.75em;
  }
}
/* line 370, ../sass/style.scss */
body > header .mobile-nav > a.logo-mini:hover {
  background: none;
}
/* line 373, ../sass/style.scss */
body > header .mobile-nav .search-toggle, body > header .mobile-nav .nav-toggle, body > header .mobile-nav .social-toggle {
  position: relative;
  display: none;
  float: left;
  background-color: #fff;
}
/* line 380, ../sass/style.scss */
body > header .mobile-nav .nav-toggle {
  width: 100%;
}
/* line 382, ../sass/style.scss */
body > header .mobile-nav .nav-toggle nav {
  border: none;
  background-color: #6593b5;
  border-top: 3px solid #fff;
  width: 100%;
  /* 2.3 Mobile Accordion dropdown */
  /* 2.4 Tablet dropdown */
}
/* line 389, ../sass/style.scss */
body > header .mobile-nav .nav-toggle nav > li {
  position: relative;
  float: left;
  font-size: 0.875em;
}
/* line 393, ../sass/style.scss */
body > header .mobile-nav .nav-toggle nav > li:nth-child(3) ul.sub-menu {
  left: -50%;
}
/* line 394, ../sass/style.scss */
body > header .mobile-nav .nav-toggle nav > li:last-child ul.sub-menu {
  left: -150%;
}
/* line 395, ../sass/style.scss */
body > header .mobile-nav .nav-toggle nav > li ul.sub-menu {
  width: 250%;
}
/* line 396, ../sass/style.scss */
body > header .mobile-nav .nav-toggle nav > li.menu-item > a:hover {
  color: #fff;
  background-color: #fafafa;
  color: #4E5857;
}
@media screen and (max-width: 47.9375em) {
  /* line 400, ../sass/style.scss */
  body > header .mobile-nav .nav-toggle nav#tablet-menu {
    display: none;
  }
  /* line 401, ../sass/style.scss */
  body > header .mobile-nav .nav-toggle nav#mobile-menu {
    display: block;
  }
}
@media screen and (min-width: 48em) {
  /* line 405, ../sass/style.scss */
  body > header .mobile-nav .nav-toggle nav#tablet-menu {
    display: block;
  }
  /* line 406, ../sass/style.scss */
  body > header .mobile-nav .nav-toggle nav#mobile-menu {
    display: none;
  }
}
/* line 412, ../sass/style.scss */
body > header .mobile-nav .nav-toggle nav#mobile-menu li {
  width: 100%;
  display: block;
}
/* line 415, ../sass/style.scss */
body > header .mobile-nav .nav-toggle nav#mobile-menu li.active > a, body > header .mobile-nav .nav-toggle nav#mobile-menu li.active > a:hover, body > header .mobile-nav .nav-toggle nav#mobile-menu li.active > a.hovered {
  background-color: #fff;
  color: black;
}
/* line 420, ../sass/style.scss */
body > header .mobile-nav .nav-toggle nav#mobile-menu li a:hover {
  background-color: #517d9e;
  color: #fff;
}
/* line 421, ../sass/style.scss */
body > header .mobile-nav .nav-toggle nav#mobile-menu li ul {
  float: left;
  background-color: #fff;
  width: 100%;
  padding-bottom: 0.25em;
}
@media screen and (max-width: 29.9375em) {
  /* line 423, ../sass/style.scss */
  body > header .mobile-nav .nav-toggle nav#mobile-menu li ul li {
    width: 33.333%;
  }
  /* line 426, ../sass/style.scss */
  body > header .mobile-nav .nav-toggle nav#mobile-menu li ul li a {
    height: 3em;
  }
}
@media screen and (min-width: 30em) and (max-width: 47.9375em) {
  /* line 423, ../sass/style.scss */
  body > header .mobile-nav .nav-toggle nav#mobile-menu li ul li {
    width: 25%;
  }
}
/* line 432, ../sass/style.scss */
body > header .mobile-nav .nav-toggle nav#mobile-menu li ul li:nth-child(odd) a {
  font-family: "Voltaire", sans-serif;
}
/* line 433, ../sass/style.scss */
body > header .mobile-nav .nav-toggle nav#mobile-menu li ul li:nth-child(even) a {
  font-family: "Contrail One", cursive;
}
body > header .mobile-nav .nav-toggle nav#mobile-menu li:nth-child(5) {
  background: #FFE082;
}
body > header .mobile-nav .nav-toggle nav#mobile-menu li:nth-child(5) a {
  color: black;
}
/* line 435, ../sass/style.scss */
body > header .mobile-nav .nav-toggle nav#mobile-menu li ul li:nth-child(1n) a {
  color: #b7b568;
  background: #FFF;
}
/* line 436, ../sass/style.scss */
body > header .mobile-nav .nav-toggle nav#mobile-menu li ul li:nth-child(2n) a {
  color: #6593b5;
}
/* line 437, ../sass/style.scss */
body > header .mobile-nav .nav-toggle nav#mobile-menu li ul li:nth-child(3n) a {
  color: #c0392b;
}
/* line 438, ../sass/style.scss */
body > header .mobile-nav .nav-toggle nav#mobile-menu li ul li:nth-child(4n) a {
  color: #89675b;
}
/* line 439, ../sass/style.scss */
body > header .mobile-nav .nav-toggle nav#mobile-menu li ul li:nth-child(5n) a {
  color: #ff8685;
  background: #FFF;
}
/* line 440, ../sass/style.scss */
body > header .mobile-nav .nav-toggle nav#mobile-menu li ul li:nth-child(6n) a {
  color: #a99db5;
}
/* line 442, ../sass/style.scss */
body > header .mobile-nav .nav-toggle nav#mobile-menu li ul li a {
  color: black;
  padding: 0.25em;
  line-height: 1.125em;
}
/* line 446, ../sass/style.scss */
body > header .mobile-nav .nav-toggle nav#mobile-menu li ul li a:hover {
  background-color: #FFF !important;
}
/* line 456, ../sass/style.scss */
body > header .mobile-nav .nav-toggle nav#tablet-menu > ul > li {
  width: 20%;
}
body > header .mobile-nav .nav-toggle nav#tablet-menu > ul > li:last-child {
  background: #FFE082;
  color: black;
}
body > header .mobile-nav .nav-toggle nav#tablet-menu > ul > li:last-child a{
  color: black;
}
/* line 458, ../sass/style.scss */
body > header .mobile-nav .nav-toggle nav#tablet-menu > ul > li:last-child .sub-menu {
  left: -100%;
  background: #FFE082;
  color: white;
}
body > header .mobile-nav .nav-toggle nav#tablet-menu > ul > li:last-child .sub-menu a {
  color: white !important;
}
/* line 459, ../sass/style.scss */
body > header .mobile-nav .nav-toggle nav#tablet-menu > ul > li .sub-menu {
  width: 200%;
}
/* line 467, ../sass/style.scss */
body > header .mobile-nav .search-toggle, body > header .mobile-nav .social-toggle {
  width: 100%;
  padding: 1em;
}
/* line 471, ../sass/style.scss */
body > header .mobile-nav .search-toggle .twitter-follow-button, body > header .mobile-nav .social-toggle .twitter-follow-button {
  position: relative;
  top: 0;
  right: 0;
}
/* line 472, ../sass/style.scss */
body > header .mobile-nav .search-toggle iframe, body > header .mobile-nav .social-toggle iframe {
  float: left;
}
@media screen and (max-width: 35.9375em) {
  /* line 472, ../sass/style.scss */
  body > header .mobile-nav .search-toggle iframe, body > header .mobile-nav .social-toggle iframe {
    display: block;
  }
  /* line 474, ../sass/style.scss */
  body > header .mobile-nav .search-toggle iframe.facebook, body > header .mobile-nav .social-toggle iframe.facebook {
    margin-top: 1em;
  }
}
/* line 476, ../sass/style.scss */
body > header .mobile-nav .search-toggle fieldset, body > header .mobile-nav .social-toggle fieldset {
  width: 100%;
  border: 1px solid #eee;
}
/* line 479, ../sass/style.scss */
body > header .mobile-nav .about-toggle {
  display: none;
  border-top: 3px solid #fff;
}
@media screen and (max-width: 23.9375em) {
  /* line 481, ../sass/style.scss */
  body > header .mobile-nav .about-toggle li {
    width: 100%;
  }
}
@media screen and (min-width: 24em) {
  /* line 481, ../sass/style.scss */
  body > header .mobile-nav .about-toggle li {
    width: 33.333%;
  }
}
/* line 490, ../sass/style.scss */
body > header > nav {
  width: 100%;
  padding: 0;
  z-index: 99999;
  text-transform: uppercase;
  background-color: #6593b5;
}
@media screen and (max-width: 69.9375em) {
  /* line 490, ../sass/style.scss */
  body > header > nav {
    display: none;
  }
}
/* line 499, ../sass/style.scss */
body > header > nav.fixed {
  position: fixed;
  z-index: 9999;
  top: 0;
  padding: 0;
}
@media screen and (max-width: 101.9375em) {
  /* line 501, ../sass/style.scss */
  body > header > nav ul.wrapper {
    padding: 0 15%;
  }
}
@media screen and (min-width: 102em) {
  /* line 501, ../sass/style.scss */
  body > header > nav ul.wrapper {
    padding: 0 10%;
  }
}
/* line 506, ../sass/style.scss */
body > header > nav li {
  z-index: 1;
  float: left;
  width: 20%;
  line-height: 3em;
  position: relative;
}
/* line 507, ../sass/style.scss */
body > header > nav li:nth-child(odd) {
  font-family: "Contrail One", cursive;
}
/* line 508, ../sass/style.scss */
body > header > nav li:nth-child(even) {
  font-family: "Voltaire", sans-serif;
}
@media screen and (max-width: 47.9375em) {
  /* line 506, ../sass/style.scss */
  body > header > nav li {
    line-height: 2.5em;
  }
}
/* line 515, ../sass/style.scss */
body > header > nav li:nth-child(odd) {
  font-family: "Contrail One", cursive;
}
/* line 516, ../sass/style.scss */
body > header > nav li:nth-child(even) {
  font-family: "Voltaire", sans-serif;
}
/* line 519, ../sass/style.scss */
body > header > nav li:nth-child(7):hover ul.sub-menu {
  left: -72%;
  background: #FFE082;
  color: black;
}
/* line 523, ../sass/style.scss */
body > header > nav li a {
  font-size: 1.125em;
}
/* line 524, ../sass/style.scss */
body > header > nav li.current-menu-item > a {
  background-color: #517d9e;
}
/* line 526, ../sass/style.scss */
body > header > nav li.about-menu {
  z-index: 0;
  position: absolute;
  right: 1em;
  top: 0;
  text-align: right;
  display: block;
  float: left;
  margin-right: 2.35765%;
  width: 26.81428%;
}
/* line 62, ../sass/neat/grid/_grid.scss */
body > header > nav li.about-menu:last-child {
  margin-right: 0;
}
/* line 533, ../sass/style.scss */
body > header > nav li.about-menu .fa-info {
  font-size: 2em;
  line-height: 1.5em;
  padding: 0 0.5em;
}
/* line 534, ../sass/style.scss */
body > header > nav li.about-menu nav {
  display: none;
}
/* line 536, ../sass/style.scss */
body > header > nav li.about-menu:hover nav, body > header > nav li.about-menu:hover ul {
  display: block;
}
/* line 537, ../sass/style.scss */
body > header > nav li.about-menu:hover nav {
  margin-top: -5px;
  background: white url(../images/about-menu.jpg) right center no-repeat;
  border-left: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
}
/* line 542, ../sass/style.scss */
body > header > nav li.about-menu:hover .fa-info {
  background-color: #fff;
  color: black;
}
/* line 543, ../sass/style.scss */
body > header > nav li.about-menu:hover li {
  text-align: left;
  width: 100%;
}
/* line 545, ../sass/style.scss */
body > header > nav li.about-menu:hover li.current-menu-item > a {
  background: none !important;
}
/* line 546, ../sass/style.scss */
body > header > nav li.about-menu:hover li a {
  color: black;
  padding: 0 1em;
  display: block;
}
/* line 547, ../sass/style.scss */
body > header > nav li.about-menu:hover li a:hover {
  background: none !important;
  border: 0;
}
/* line 553, ../sass/style.scss */
body > header > nav li > a {
  color: #fff;
  display: block;
}
body > header > nav li:nth-child(7) > a {
  color: #000;
  display: block;
  background: #FFE082;
}
/* line 556, ../sass/style.scss */
body > header > nav li > a:hover, body > header > nav li > a.hovered {
  color: black;
  background-color: #fff;
}
/* line 559, ../sass/style.scss */
body > header > nav li ul {
  display: none;
}
/* line 561, ../sass/style.scss */
body > header > nav li:hover {
  /* 2.7 Desktop Sub-Menu */
}
/* line 565, ../sass/style.scss */
body > header > nav li:hover ul.sub-menu {
  z-index: 999;
  background-color: #fff;
  padding: 1em;
  position: absolute;
  display: block;
  left: 0;
  width: 250%;
  border-left: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
}
@media screen and (max-width: 59.9375em) {
  /* line 565, ../sass/style.scss */
  body > header > nav li:hover ul.sub-menu {
    font-size: 85%;
  }
}
/* line 579, ../sass/style.scss */
body > header > nav li:hover ul.sub-menu li {
  width: 100%;
}
/* line 581, ../sass/style.scss */
body > header > nav li:hover ul.sub-menu li ul {
  width: 100%;
  float: left;
  display: block;
}
/* line 583, ../sass/style.scss */
body > header > nav li:hover ul.sub-menu li ul li {
  width: 100%;
  float: left;
  text-align: left;
  border: none;
}
/* line 585, ../sass/style.scss */
body > header > nav li:hover ul.sub-menu li ul.sub-categories {
  padding-right: 1em;
  display: table;
}
/* line 587, ../sass/style.scss */
body > header > nav li:hover ul.sub-menu li ul.sub-categories li {
  display: table;
  height: 3em;
  margin-bottom: 0.333em;
}
/* line 591, ../sass/style.scss */
body > header > nav li:hover ul.sub-menu li ul.sub-categories li:nth-child(odd) a {
  font-family: "Voltaire", sans-serif;
}
/* line 593, ../sass/style.scss */
body > header > nav li:hover ul.sub-menu li ul.sub-categories li:nth-child(even) {
  width: 98%;
  margin-left: 1%;
}
/* line 596, ../sass/style.scss */
body > header > nav li:hover ul.sub-menu li ul.sub-categories li:nth-child(even) a {
  font-family: "Contrail One", cursive;
}
/* line 598, ../sass/style.scss */
body > header > nav li:hover ul.sub-menu li ul.sub-categories li:nth-child(1n) a {
  background: #b7b568;
}
/* line 599, ../sass/style.scss */
body > header > nav li:hover ul.sub-menu li ul.sub-categories li:nth-child(2n) a {
  background: #6593b5;
}
/* line 600, ../sass/style.scss */
body > header > nav li:hover ul.sub-menu li ul.sub-categories li:nth-child(3n) a {
  background: #c0392b;
}
/* line 601, ../sass/style.scss */
body > header > nav li:hover ul.sub-menu li ul.sub-categories li:nth-child(4n) a {
  background: #89675b;
}
/* line 602, ../sass/style.scss */
body > header > nav li:hover ul.sub-menu li ul.sub-categories li:nth-child(5n) a {
  background: #ff8685;
}
/* line 603, ../sass/style.scss */
body > header > nav li:hover ul.sub-menu li ul.sub-categories li:nth-child(6n) a {
  background: #a99db5;
}
/* line 605, ../sass/style.scss */
body > header > nav li:hover ul.sub-menu li ul.sub-categories li a {
  color: #fff;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  height: 100%;
  width: 100%;
  text-transform: uppercase;
  line-height: 1.2em;
}
/* line 618, ../sass/style.scss */
body > header > nav li:hover ul.sub-menu li ul.featured li {
  text-transform: none;
}
/* line 620, ../sass/style.scss */
body > header > nav li:hover ul.sub-menu li ul.featured li a {
  color: black;
}
/* line 621, ../sass/style.scss */
body > header > nav li:hover ul.sub-menu li ul.featured li h2 {
  font-size: 0.875em;
  margin-bottom: 0.5em;
}
/* line 622, ../sass/style.scss */
body > header > nav li:hover ul.sub-menu li ul.featured li .image {
  float: left;
  width: 25%;
}
/* line 623, ../sass/style.scss */
body > header > nav li:hover ul.sub-menu li ul.featured li .content {
  float: left;
  width: 75%;
  padding-left: 1em;
}
/* line 623, ../sass/style.scss */
body > header > nav li:hover ul.sub-menu li ul.featured li .content h2 {
  font-weight: 400;
  line-height: 1.4em;
}
/* line 636, ../sass/style.scss */
body > header .wrapper .site-title {
  display: inline-block;
  width: 27em;
}
@media screen and (max-width: 23.9375em) {
  /* line 636, ../sass/style.scss */
  body > header .wrapper .site-title {
    width: 17em;
  }
}
@media screen and (min-width: 24em) and (max-width: 69.9375em) {
  /* line 636, ../sass/style.scss */
  body > header .wrapper .site-title {
    width: 22em;
  }
}
/* line 642, ../sass/style.scss */
body > header .wrapper .search {
  position: absolute;
  right: 0;
  top: 1em;
}
@media screen and (max-width: 59.9375em) {
  /* line 642, ../sass/style.scss */
  body > header .wrapper .search {
    display: none;
  }
}
@media screen and (min-width: 60em) and (max-width: 69.9375em) {
  /* line 642, ../sass/style.scss */
  body > header .wrapper .search {
    top: 4em;
  }
}
/* line 646, ../sass/style.scss */
body > header .wrapper .search input {
  width: 8em;
  -moz-transition: all .2s linear;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}
/* line 651, ../sass/style.scss */
body > header .wrapper .search input:focus {
  width: 18em;
}
/* line 660, ../sass/style.scss */
body .index-container .column {
  /* 3.1 Hot Off The Press */
  /* 3.2 Editor's Picks */
  /* 3.3 Trending */
}
/* line 661, ../sass/style.scss */
body .index-container .column article {
  *zoom: 1;
  margin-bottom: 1.5em;
}
/* line 18, ../sass/bourbon/addons/_clearfix.scss */
body .index-container .column article:before, body .index-container .column article:after {
  content: " ";
  display: table;
}
/* line 23, ../sass/bourbon/addons/_clearfix.scss */
body .index-container .column article:after {
  clear: both;
}
/* line 664, ../sass/style.scss */
body .index-container .column article:last-of-type {
  margin: 0;
}
/* line 666, ../sass/style.scss */
body .index-container .column p {
  margin: 0.5em 0;
  font-family: "Jacques Francois", serif;
}
/* line 667, ../sass/style.scss */
body .index-container .column h2 {
  font-weight: 400;
  font-size: 1.125em;
  margin: 0;
  line-height: 1.4em;
}
/* line 668, ../sass/style.scss */
body .index-container .column h4 {
  font-size: 1.25em;
  text-transform: uppercase;
  color: #4E5857;
  border-bottom: 0.333em solid #eeeeee;
  padding: 1.2em 0 0.5em 0;
  margin-bottom: 1.2em;
  text-align: left;
  font-weight: 400;
}
/* line 679, ../sass/style.scss */
body .index-container .column .ad-container {
  margin-bottom: 1.5em;
  text-align: center;
}
/* line 681, ../sass/style.scss */
body .index-container .column img {
  display: block;
  height: auto;
  margin: 0 auto;
}
/* line 683, ../sass/style.scss */
body .index-container .column .meta {
  color: #a6abaf;
  font-size: 0.75em;
  line-height: 1.4em;
}
/* line 686, ../sass/style.scss */
body .index-container .column .meta img {
  width: auto;
  float: left;
  margin: -0.25em 0.5em 0 0;
}
/* line 687, ../sass/style.scss */
body .index-container .column .meta span {
  margin-right: 1em;
  text-transform: uppercase;
}
/* line 690, ../sass/style.scss */
body .index-container .column .meta span.total {
  color: #c0392b;
  font-weight: 700;
  font-size: 1.125em;
}
/* line 691, ../sass/style.scss */
body .index-container .column .meta span a {
  color: #c0392b;
  line-height: 1.2em;
  text-transform: none;
}
/* line 697, ../sass/style.scss */
body .index-container .column.latest {
  display: block;
  float: left;
  margin-right: 2.35765%;
  width: 27.49666%;
}
/* line 62, ../sass/neat/grid/_grid.scss */
body .index-container .column.latest:last-child {
  margin-right: 0;
}
/* line 24, ../sass/neat/grid/_omega.scss */
body .index-container .column.latest:nth-child(3n) {
  margin-right: 0;
}
/* line 699, ../sass/style.scss */
body .index-container .column.latest h2 {
  font-weight: 400;
  margin-bottom: 0.5em;
}
/* line 700, ../sass/style.scss */
body .index-container .column.latest h4 {
  font-family: "Contrail One", cursive;
  color: #c0392b;
  border-bottom: 0.333em solid #c0392b;
}
/* line 701, ../sass/style.scss */
body .index-container .column.latest .image {
  float: left;
  width: 33%;
  padding-right: 1em;
}
/* line 702, ../sass/style.scss */
body .index-container .column.latest .image img {
  width: 100%;
}
/* line 704, ../sass/style.scss */
body .index-container .column.latest .content {
  float: left;
  width: 67%;
}
/* line 707, ../sass/style.scss */
body .index-container .column .yarpp-related article {
  *zoom: 1;
}
/* line 18, ../sass/bourbon/addons/_clearfix.scss */
body .index-container .column .yarpp-related article:before, body .index-container .column .yarpp-related article:after {
  content: " ";
  display: table;
}
/* line 23, ../sass/bourbon/addons/_clearfix.scss */
body .index-container .column .yarpp-related article:after {
  clear: both;
}
/* line 711, ../sass/style.scss */
body .index-container .column.picks {
  border-left: 1px solid #eeeeee;
  display: block;
  float: left;
  margin-right: 2.35765%;
  width: 40.29137%;
}
/* line 62, ../sass/neat/grid/_grid.scss */
body .index-container .column.picks:last-child {
  margin-right: 0;
}
/* line 24, ../sass/neat/grid/_omega.scss */
body .index-container .column.picks:nth-child(3n) {
  margin-right: 0;
}
/* line 714, ../sass/style.scss */
body .index-container .column.picks h2 {
  font-size: 2em;
}
/* line 715, ../sass/style.scss */
body .index-container .column.picks h4 {
  margin-left: 1.2em;
  font-family: "Voltaire", sans-serif;
}
/* line 716, ../sass/style.scss */
body .index-container .column.picks .image {
  z-index: 0;
}
/* line 717, ../sass/style.scss */
body .index-container .column.picks .content {
  padding: 1em 1.5em 0 1.5em;
  margin: -4.5em 0 0 1.5em;
  background-color: #fff;
  position: relative;
}
/* line 727, ../sass/style.scss */
body .index-container .column.trending {
  display: block;
  float: left;
  margin-right: 2.35765%;
  width: 27.49666%;
  background-color: #fafafa;
  border-left: 1px solid #eeeeee;
}
/* line 62, ../sass/neat/grid/_grid.scss */
body .index-container .column.trending:last-child {
  margin-right: 0;
}
/* line 24, ../sass/neat/grid/_omega.scss */
body .index-container .column.trending:nth-child(3n) {
  margin-right: 0;
}
/* line 731, ../sass/style.scss */
body .index-container .column.trending article {
  padding: 0 1.5em 1.5em 1.5em;
  border-bottom: 1px solid #eeeeee;
}
/* line 732, ../sass/style.scss */
body .index-container .column.trending h4 {
  margin: 0 1.2em 1.2em 1.2em;
  font-family: "Voltaire", sans-serif;
}
@media screen and (min-width: 40em) and (max-width: 59.9375em) {
  /* line 733, ../sass/style.scss */
  body .index-container .column.trending h4 {
    margin: 0 1.5em 2em 1.5em;
  }
}
/* line 734, ../sass/style.scss */
body .index-container .column.trending h2 {
  font-size: 1.25em;
  margin-bottom: 0.5em;
}
/* line 735, ../sass/style.scss */
body .index-container .column.trending .content {
  padding: 1em 0 0 0;
}
@media screen and (max-width: 39.9375em) {
  /* line 739, ../sass/style.scss */
  body .index-container .column h4 {
    margin-bottom: 1em;
  }
  /* line 740, ../sass/style.scss */
  body .index-container .column.latest {
    display: block;
    float: left;
    margin-right: 2.35765%;
    width: 100%;
  }
  /* line 62, ../sass/neat/grid/_grid.scss */
  body .index-container .column.latest:last-child {
    margin-right: 0;
  }
  /* line 24, ../sass/neat/grid/_omega.scss */
  body .index-container .column.latest:nth-child(2n) {
    margin-right: 0;
  }
  /* line 742, ../sass/style.scss */
  body .index-container .column.latest h4 {
    text-align: center;
  }
  /* line 743, ../sass/style.scss */
  body .index-container .column.latest .image {
    width: 33%;
  }
  /* line 744, ../sass/style.scss */
  body .index-container .column.latest .content {
    width: 67%;
  }
  /* line 746, ../sass/style.scss */
  body .index-container .column.picks, body .index-container .column.trending {
    display: none;
  }
}
@media screen and (min-width: 40em) and (max-width: 59.9375em) {
  /* line 750, ../sass/style.scss */
  body .index-container .column h4 {
    margin-bottom: 2em;
  }
  /* line 751, ../sass/style.scss */
  body .index-container .column.latest, body .index-container .column.picks {
    display: block;
    float: left;
    margin-right: 2.35765%;
    width: 48.82117%;
  }
  /* line 62, ../sass/neat/grid/_grid.scss */
  body .index-container .column.latest:last-child, body .index-container .column.picks:last-child {
    margin-right: 0;
  }
  /* line 752, ../sass/style.scss */
  body .index-container .column.picks {
    display: block;
    float: left;
    margin-right: 2.35765%;
    width: 48.82117%;
  }
  /* line 62, ../sass/neat/grid/_grid.scss */
  body .index-container .column.picks:last-child {
    margin-right: 0;
  }
  /* line 24, ../sass/neat/grid/_omega.scss */
  body .index-container .column.picks:nth-child(n) {
    margin-right: 0;
  }
  /* line 753, ../sass/style.scss */
  body .index-container .column.trending {
    display: none;
  }
}
@media screen and (min-width: 60em) and (max-width: 69.9375em) {
  /* line 757, ../sass/style.scss */
  body .index-container .column.latest, body .index-container .column.picks, body .index-container .column.trending {
    display: block;
    float: left;
    margin-right: 2.35765%;
    width: 31.76157%;
  }
  /* line 62, ../sass/neat/grid/_grid.scss */
  body .index-container .column.latest:last-child, body .index-container .column.picks:last-child, body .index-container .column.trending:last-child {
    margin-right: 0;
  }
  /* line 24, ../sass/neat/grid/_omega.scss */
  body .index-container .column.latest:nth-child(3n), body .index-container .column.picks:nth-child(3n), body .index-container .column.trending:nth-child(3n) {
    margin-right: 0;
  }
  /* line 758, ../sass/style.scss */
  body .index-container .column.picks h2 {
    font-size: 1.5em;
  }
}
/* line 766, ../sass/style.scss */
body .more-in .yarpp-related article {
  margin-bottom: 1.5em !important;
}
/* line 768, ../sass/style.scss */
body .more-in .yarpp-related article .image {
  width: 100%;
}
/* line 775, ../sass/style.scss */
body .category {
  color: #c0392b;
  line-height: 1.1em;
  margin-bottom: 0.5em;
  font-size: 0.6875em;
}
/* line 777, ../sass/style.scss */
body .category a {
  color: #c0392b;
}
/* line 780, ../sass/style.scss */
body.category-my-secret-paris .category-title, body.category-art-design-awesomeness .category-title, body.category-teeny-tiny-stuff .category-title, body.category-comedic-therapy .category-title, body.category-abandoned .category-title {
  background: #b7b568;
  font-family: "Voltaire", sans-serif;
}
/* line 784, ../sass/style.scss */
body.category-offbeat-and-little-known .category-title, body.category-desirable-digs .category-title, body.category-conversation-starters .category-title, body.category-forget-paris .category-title {
  background: #6593b5;
  font-family: "Contrail One", cursive;
}
/* line 788, ../sass/style.scss */
body.category-paris-like-a-local .category-title, body.category-hot-wheels .category-title, body.category-people-icons-muses .category-title, body.category-fashion-for-dummies .category-title, body.category-internet-scrapbook .category-title, body.category-lost-and-found .category-title {
  background: #c0392b;
  font-family: "Voltaire", sans-serif;
}
/* line 792, ../sass/style.scss */
body.category-indie-shopper .category-title, body.category-obscure-history .category-title {
  background: #ff8685;
  font-family: "Contrail One", cursive;
}
/* line 796, ../sass/style.scss */
body.category-wanderlust .category-title, body.category-movie-music-book-junkie .category-title, body.category-how-to-start-a-subculture .category-title, body.category-obscure-history .category-title {
  background: #a99db5;
  font-family: "Voltaire", sans-serif;
}
/* line 800, ../sass/style.scss */
body.category-unique-hotels .category-title, body.category-foodaholics-anonymous .category-title, body.category-indie-shopper .category-title {
  background: #89675b;
  font-family: "Contrail One", cursive;
}
/* line 804, ../sass/style.scss */
body .searchform label {
  position: absolute;
  top: 0.875em;
  right: 1em;
  color: #ddd;
}
/* line 805, ../sass/style.scss */
body .searchform input {
  color: #aaa;
  font-size: 0.875em;
  line-height: 3em;
  width: 100%;
  padding: 0 2em 0 0.666em;
  background-color: #fff;
}
/* line 812, ../sass/style.scss */
body .searchform input:focus {
  color: black;
}
/* line 818, ../sass/style.scss */
body article {
  z-index: 999;
}
/* line 821, ../sass/style.scss */
body article.page {
  font-family: "Jacques Francois", serif;
}
/* line 821, ../sass/style.scss */
body article.page h2 {
  margin-bottom: 1.5em;
}
/* line 823, ../sass/style.scss */
body article.single {
  /* 4.1 Single Article Header */
  /* 4.2 Single Article Meta */
  /* 4.3 Single Article Content */
  /* 4.4 Manual Related Posts */
  /* 4.5 Post Article */
  /* 4.6 Generic layout  */
}
@media screen and (max-width: 23.9375em) {
  /* line 824, ../sass/style.scss */
  body article.single h1 {
    font-size: 1.75em;
  }
}
@media screen and (min-width: 24em) and (max-width: 59.9375em) {
  /* line 825, ../sass/style.scss */
  body article.single h1 {
    font-size: 2.5em;
  }
}
@media screen and (max-width: 59.9375em) {
  /* line 823, ../sass/style.scss */
  body article.single {
    display: block;
    float: left;
    margin-right: 2.35765%;
    width: 100%;
    padding: 1.3125em 0;
  }
  /* line 62, ../sass/neat/grid/_grid.scss */
  body article.single:last-child {
    margin-right: 0;
  }
  /* line 24, ../sass/neat/grid/_omega.scss */
  body article.single:nth-child(n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 60em) {
  /* line 823, ../sass/style.scss */
  body article.single {
    display: block;
    padding: 1.875em 1em 1.875em 0;
  }
  /* line 833, ../sass/style.scss */
  body article.single h1 {
    font-size: 2.25em;
  }
}
@media screen and (min-width: 60em) and (max-width: 74.9375em) {
  /* line 823, ../sass/style.scss */
  body article.single {
    display: block;
    float: left;
    margin-right: 2.35765%;
    width: 61.61588%;
  }
  /* line 62, ../sass/neat/grid/_grid.scss */
  body article.single:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 75em) {
  /* line 823, ../sass/style.scss */
  body article.single {
    display: block;
    float: left;
    margin-right: 2.35765%;
    width: 70.14568%;
  }
  /* line 62, ../sass/neat/grid/_grid.scss */
  body article.single:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 102em) {
  /* line 823, ../sass/style.scss */
  body article.single {
    padding: 2em 2em 2em 0;
  }
}
/* line 842, ../sass/style.scss */
body article.single p {
  text-align: justify !important;
}
/* line 844, ../sass/style.scss */
body article.single.search article {
  padding: 1.5em 0;
}
/* line 848, ../sass/style.scss */
body article.single header {
  text-align: left;
  text-transform: none;
  background-color: #fff;
  padding-bottom: 1.5em;
}
/* line 853, ../sass/style.scss */
body article.single header h1 {
  font-weight: 400;
}
/* line 854, ../sass/style.scss */
body article.single header .header-image {
  background-color: #fafafa;
  margin-top: 1.5em;
  float: left;
  width: 100%;
}
/* line 859, ../sass/style.scss */
body article.single header .header-image img {
  display: block;
  margin: 0 auto;
}
/* line 865, ../sass/style.scss */
body article.single .meta {
  font-size: 0.75em;
}
/* line 867, ../sass/style.scss */
body article.single .meta p {
  margin: 0;
}
/* line 868, ../sass/style.scss */
body article.single .meta .author {
  font-family: "Contrail One", cursive;
  font-size: 1.5em;
}
/* line 869, ../sass/style.scss */
body article.single .meta .date {
  color: #a6abaf;
  text-transform: uppercase;
}
/* line 870, ../sass/style.scss */
body article.single .meta .comments {
  color: #c0392b;
  font-size: 1.125em;
  font-weight: 700;
}
/* line 871, ../sass/style.scss */
body article.single .meta .avatar {
  float: left;
  margin-right: 1em;
}
/* line 873, ../sass/style.scss */
body article.single .meta .avatar img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  padding: 0.333em;
  border: 0.333em solid #fafafa;
}
@media screen and (max-width: 29.9375em) {
  /* line 865, ../sass/style.scss */
  body article.single .meta {
    padding: 1em 0;
    margin: 0 0 1em 0;
  }
  /* line 877, ../sass/style.scss */
  body article.single .meta .author, body article.single .meta .date, body article.single .meta .comments {
    float: left;
  }
  /* line 878, ../sass/style.scss */
  body article.single .meta .date {
    padding-top: 0.5em;
    margin-left: 1em;
  }
  /* line 879, ../sass/style.scss */
  body article.single .meta .comments {
    line-height: 2em;
    margin-left: 1em;
    float: right;
  }
  /* line 880, ../sass/style.scss */
  body article.single .meta .avatar {
    display: none;
  }
}
@media screen and (min-width: 30em) {
  /* line 882, ../sass/style.scss */
  body article.single .meta p {
    width: 100%;
  }
}
@media screen and (min-width: 30em) and (max-width: 59.9375em) {
  /* line 865, ../sass/style.scss */
  body article.single .meta {
    padding: 1.5em 0;
    margin: 0 0 1.5em 0;
  }
  /* line 886, ../sass/style.scss */
  body article.single .meta .avatar {
    width: 5em;
  }
}
@media screen and (max-width: 59.9375em) {
  /* line 865, ../sass/style.scss */
  body article.single .meta {
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
    width: 100%;
  }
}
@media screen and (min-width: 60em) {
  /* line 865, ../sass/style.scss */
  body article.single .meta {
    width: 20%;
    padding-right: 2em;
  }
  /* line 895, ../sass/style.scss */
  body article.single .meta .avatar {
    margin-bottom: 0.5em;
  }
  /* line 896, ../sass/style.scss */
  body article.single .meta .author, body article.single .meta .date, body article.single .meta .comments {
    float: left;
  }
}
/* line 902, ../sass/style.scss */
body article.single .content {
  font-size: 1.125em;
  line-height: 1.5em;
  font-family: "Jacques Francois", serif;
}
@media screen and (max-width: 59.9375em) {
  /* line 902, ../sass/style.scss */
  body article.single .content {
    width: 100%;
  }
}
@media screen and (min-width: 60em) {
  /* line 902, ../sass/style.scss */
  body article.single .content {
    width: 80%;
  }
}
/* line 906, ../sass/style.scss */
body article.single .content a {
  color: #c0392b;
}
/* line 907, ../sass/style.scss */
body article.single .content a img {
  border: none;
}
/* line 908, ../sass/style.scss */
body article.single .content img {
  max-height: none;
  display: block;
}
/* line 910, ../sass/style.scss */
body article.single .content p:first-child:first-letter {
  float: left;
  font-size: 3em;
  padding: 0.2em 0.1em 0 0;
}
@media screen and (max-width: 23.9375em) {
  /* line 909, ../sass/style.scss */
  body article.single .content p {
    font-size: 1em;
  }
}
/* line 913, ../sass/style.scss */
body article.single .content h1, body article.single .content h2, body article.single .content h3, body article.single .content h4, body article.single .content h5 {
  font-weight: normal;
  margin-bottom: 0.5em;
  line-height: 1.5em;
}
/* line 914, ../sass/style.scss */
body article.single .content h3 {
  padding-left: 2em;
  background: url(../images/comment-sep.png) 2px no-repeat;
}
/* line 915, ../sass/style.scss */
body article.single .content ul {
  margin-left: 1em;
}
/* line 916, ../sass/style.scss */
body article.single .content ul li {
  list-style: disc outside none;
  margin-bottom: 1em;
}
/* line 918, ../sass/style.scss */
body article.single .content iframe, body article.single .content object, body article.single .content embed {
  width: 100% !important;
}
/* line 920, ../sass/style.scss */
body article.single .content blockquote {
  background: #fafafa;
  border-left: 0.333em solid #eeeeee;
  margin: 1.5em;
  padding: 1em 1.5em;
  quotes: "\201C""\201D""\2018""\2019";
}
/* line 926, ../sass/style.scss */
body article.single .content blockquote p {
  display: inline;
}
/* line 927, ../sass/style.scss */
body article.single .content blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
/* line 936, ../sass/style.scss */
body article.single .content .wp-caption-text {
  color: #a6abaf;
  font-size: 0.75em;
}
/* line 941, ../sass/style.scss */
body article.single .related-posts {
  margin: 3em 0;
  position: relative;
}
/* line 943, ../sass/style.scss */
body article.single .related-posts .key {
  position: absolute;
  top: -2.25em;
  right: 2em;
}
@media screen and (max-width: 35.9375em) {
  /* line 941, ../sass/style.scss */
  body article.single .related-posts {
    padding: 0;
    border: none;
  }
  /* line 946, ../sass/style.scss */
  body article.single .related-posts img {
    display: none;
  }
  /* line 947, ../sass/style.scss */
  body article.single .related-posts h4 {
    font-size: 1em;
  }
  /* line 949, ../sass/style.scss */
  body article.single .related-posts .related-post .image {
    display: none;
  }
  /* line 950, ../sass/style.scss */
  body article.single .related-posts .related-post .content {
    width: 100%;
  }
}
@media screen and (min-width: 36em) {
  /* line 941, ../sass/style.scss */
  body article.single .related-posts {
    padding: 5%;
    -webkit-border-radius: 0.333em;
    -moz-border-radius: 0.333em;
    -ms-border-radius: 0.333em;
    -o-border-radius: 0.333em;
    border-radius: 0.333em;
    border: 1px solid #fafafa;
    -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.15);
  }
  /* line 961, ../sass/style.scss */
  body article.single .related-posts .related-post h3 {
    background: none;
    padding: 0;
  }
  /* line 962, ../sass/style.scss */
  body article.single .related-posts .related-post .image {
    width: 33%;
    padding-right: 1.5em;
    float: left;
  }
  /* line 963, ../sass/style.scss */
  body article.single .related-posts .related-post .content {
    width: 67%;
    float: left;
  }
}
/* line 967, ../sass/style.scss */
body article.single .related-posts h4 {
  font-family: "Contrail One", cursive !important;
  color: #89675b;
  border-bottom: 0.333em solid #89675b;
  font-size: 1.25em;
  text-transform: uppercase;
  padding-bottom: 0.5em;
  margin: 0 0 0.5em 0;
}
/* line 970, ../sass/style.scss */
body article.single .related-posts .related-post {
  padding: 1em 0 0 0;
  margin-bottom: 0.5em;
  *zoom: 1;
}
/* line 18, ../sass/bourbon/addons/_clearfix.scss */
body article.single .related-posts .related-post:before, body article.single .related-posts .related-post:after {
  content: " ";
  display: table;
}
/* line 23, ../sass/bourbon/addons/_clearfix.scss */
body article.single .related-posts .related-post:after {
  clear: both;
}
/* line 972, ../sass/style.scss */
body article.single .related-posts .related-post a {
  color: black;
}
/* line 973, ../sass/style.scss */
body article.single .related-posts .related-post h3 {
  font-family: "Voltaire", sans-serif;
  font-size: 1.5em;
  line-height: 1.25em;
}
/* line 974, ../sass/style.scss */
body article.single .related-posts .related-post .content {
  font-size: 1em;
  font-family: "Jacques Francois", serif !important;
  line-height: 1.5em;
}
/* line 976, ../sass/style.scss */
body article.single .related-posts .related-post .content h1, body article.single .related-posts .related-post .content h2, body article.single .related-posts .related-post .content h5, body article.single .related-posts .related-post .content h6, body article.single .related-posts .related-post .content p {
  font-size: 0.875em;
  margin: 0;
  font-family: "Jacques Francois", serif !important;
  line-height: 1.5em;
}
/* line 977, ../sass/style.scss */
body article.single .related-posts .related-post .content p:first-child:first-letter {
  float: none;
  padding: 0;
  font-size: 1em;
}
/* line 985, ../sass/style.scss */
body article.single .post-article > div {
  margin-bottom: 4em;
}
/* line 987, ../sass/style.scss */
body article.single .post-article h4 {
  border-bottom: 0.333em solid #2D609B;
  font-size: 1.25em;
  font-family: "Contrail One", cursive;
  color: #2D609B;
  text-transform: uppercase;
  margin-bottom: 2em;
  font-weight: 400;
  padding-bottom: 0.5em;
}
@media screen and (max-width: 23.9375em) {
  /* line 987, ../sass/style.scss */
  body article.single .post-article h4 {
    font-size: 1em;
  }
}
@media screen and (max-width: 29.9375em) {
  /* line 1001, ../sass/style.scss */
  body article.single .post-article .bio .gravatar {
    display: none;
  }
  /* line 1002, ../sass/style.scss */
  body article.single .post-article .bio .about {
    width: 100%;
  }
  /* line 1003, ../sass/style.scss */
  body article.single .post-article .bio h4 {
    text-align: left;
  }
}
/* line 1007, ../sass/style.scss */
body article.single .post-article .subscribe {
  background-image: repeating-linear-gradient(135deg, #6593b5 0px, #6593b5 0.75em, transparent 0.75em, transparent 1.5em, #c0392b 1.5em, #c0392b 2.25em, transparent 2.25em, transparent 3em);
  background-image: -webkit-repeating-linear-gradient(135deg, #6593b5 0px, #6593b5 0.75em, transparent 0.75em, transparent 1.5em, #c0392b 1.5em, #c0392b 2.25em, transparent 2.25em, transparent 3em);
  background-image: -moz-repeating-linear-gradient(135deg, #6593b5 0px, #6593b5 0.75em, transparent 0.75em, transparent 1.5em, #c0392b 1.5em, #c0392b 2.25em, transparent 2.25em, transparent 3em);
  background-image: -o-repeating-linear-gradient(135deg, #6593b5 0px, #6593b5 0.75em, transparent 0.75em, transparent 1.5em, #c0392b 1.5em, #c0392b 2.25em, transparent 2.25em, transparent 3em);
  -webkit-border-radius: 0.333em;
  -moz-border-radius: 0.333em;
  -ms-border-radius: 0.333em;
  -o-border-radius: 0.333em;
  border-radius: 0.333em;
  padding: 0.75em;
  position: relative;
}
/* line 1015, ../sass/style.scss */
body article.single .post-article .subscribe img {
  position: absolute;
  top: 1em;
  right: 1em;
}
@media screen and (max-width: 35.9375em) {
  /* line 1016, ../sass/style.scss */
  body article.single .post-article .subscribe img {
    display: none;
  }
}
/* line 1017, ../sass/style.scss */
body article.single .post-article .subscribe form {
  background-color: white;
  padding: 5%;
}
/* line 1019, ../sass/style.scss */
body article.single .post-article .subscribe form label {
  font-family: "Jacques Francois", serif;
  display: block;
  margin-bottom: 1em;
  font-size: 1.25em;
}
/* line 1020, ../sass/style.scss */
body article.single .post-article .subscribe form fieldset {
  width: 100%;
}
/* line 1021, ../sass/style.scss */
body article.single .post-article .subscribe form fieldset input {
  font-size: 1.125em;
  height: 2em;
  float: left;
  font-family: "Jacques Francois", serif;
  padding: 0 0 0.2em 0;
  background-color: #fff;
}
/* line 1028, ../sass/style.scss */
body article.single .post-article .subscribe form fieldset input.button {
  background-color: #6593b5;
  color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
/* line 1029, ../sass/style.scss */
body article.single .post-article .subscribe form fieldset input.email {
  border-bottom: 2px dashed black;
}
@media screen and (max-width: 35.9375em) {
  /* line 1031, ../sass/style.scss */
  body article.single .post-article .subscribe form fieldset input.email, body article.single .post-article .subscribe form fieldset input.button {
    width: 100%;
  }
  /* line 1032, ../sass/style.scss */
  body article.single .post-article .subscribe form fieldset input.email {
    margin: 0 0 1em 0;
  }
}
@media screen and (min-width: 36em) {
  /* line 1035, ../sass/style.scss */
  body article.single .post-article .subscribe form fieldset input.email {
    width: 65%;
    margin-right: 5%;
  }
  /* line 1036, ../sass/style.scss */
  body article.single .post-article .subscribe form fieldset input.button {
    width: 30%;
  }
}
/* line 1043, ../sass/style.scss */
body article.single .post-article .taboola h4 {
  margin: 0;
  color: #c0392b;
  border-bottom: 0.333em solid #c0392b;
}
/* line 1044, ../sass/style.scss */
body article.single .post-article .taboola .thumbs-2r .trc_header_left_column {
  display: none;
}
/* line 1046, ../sass/style.scss */
body article.single .post-article .share {
  position: absolute;
  left: -999px;
  top: -999px;
}
/* line 1051, ../sass/style.scss */
body article.single.left-block {
  /* JS fallback for indexing */
}
/* line 1052, ../sass/style.scss */
body article.single.left-block .bio {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 1.5em;
}
/* line 1053, ../sass/style.scss */
body article.single.left-block article {
  *zoom: 1;
}
/* line 18, ../sass/bourbon/addons/_clearfix.scss */
body article.single.left-block article:before, body article.single.left-block article:after {
  content: " ";
  display: table;
}
/* line 23, ../sass/bourbon/addons/_clearfix.scss */
body article.single.left-block article:after {
  clear: both;
}
/* line 1055, ../sass/style.scss */
body article.single.left-block article .caption, body article.single.left-block article .image {
  float: left;
}
/* line 1056, ../sass/style.scss */
body article.single.left-block article h2 {
  font-weight: 400;
  line-height: 1.4em;
}
/* line 1057, ../sass/style.scss */
body article.single.left-block article .meta {
  color: #a6abaf;
  font-size: 0.75em;
  width: 100%;
}
/* line 1061, ../sass/style.scss */
body article.single.left-block article .meta span {
  margin-right: 1em;
}
/* line 1063, ../sass/style.scss */
body article.single.left-block article .meta span.date-added {
  margin-right: 1em;
  text-transform: uppercase;
}
/* line 1064, ../sass/style.scss */
body article.single.left-block article .meta span.total {
  color: #c0392b;
  font-weight: 700;
  font-size: 1.125em;
}
/* line 1065, ../sass/style.scss */
body article.single.left-block article .meta span a {
  color: #a6abaf;
  line-height: 1.2em;
  text-transform: none;
}
/* line 1065, ../sass/style.scss */
body article.single.left-block article .meta span a:hover {
  color: #c0392b;
}
@media screen and (max-width: 39.9375em) {
  /* line 1053, ../sass/style.scss */
  body article.single.left-block article {
    border: none;
    padding: 0;
  }
  /* line 1070, ../sass/style.scss */
  body article.single.left-block article.post {
    margin-top: 1.5em;
  }
  /* line 1072, ../sass/style.scss */
  body article.single.left-block article .heading {
    text-align: center;
  }
  /* line 1073, ../sass/style.scss */
  body article.single.left-block article .image {
    width: 33%;
    padding-right: 1em;
  }
  /* line 1074, ../sass/style.scss */
  body article.single.left-block article .caption {
    width: 67%;
  }
  /* line 1076, ../sass/style.scss */
  body article.single.left-block article .caption h2 {
    font-size: 1.125em;
  }
  /* line 1077, ../sass/style.scss */
  body article.single.left-block article .caption p {
    display: none;
  }
  /* line 1078, ../sass/style.scss */
  body article.single.left-block article .caption .meta {
    padding: 0.25em 0 0 0;
    margin: 0;
    border: none;
  }
}
@media screen and (min-width: 40em) {
  /* line 1053, ../sass/style.scss */
  body article.single.left-block article {
    border-bottom: 1px solid #eeeeee;
  }
  /* line 1084, ../sass/style.scss */
  body article.single.left-block article:last-child {
    border: none;
  }
  /* line 1085, ../sass/style.scss */
  body article.single.left-block article .image {
    width: 20%;
    padding-right: 2em;
  }
  /* line 1086, ../sass/style.scss */
  body article.single.left-block article .caption {
    width: 80%;
  }
  /* line 1088, ../sass/style.scss */
  body article.single.left-block article .caption h2 {
    font-size: 1.75em;
  }
  /* line 1089, ../sass/style.scss */
  body article.single.left-block article .caption p {
    margin: 0.5em 0;
    font-family: "Jacques Francois", serif;
  }
  /* line 1090, ../sass/style.scss */
  body article.single.left-block article .caption .meta {
    padding: 0.25em 0 0 0;
    margin: 0;
    border: none;
  }
}
/* line 1095, ../sass/style.scss */
body article.single.left-block .image-navigation a {
  float: left;
  width: 24%;
  margin-right: 2%;
  background-color: #c0392b;
  color: #fff;
  line-height: 3em;
  text-align: center;
}
/* line 1095, ../sass/style.scss */
body article.single.left-block .image-navigation a:hover {
  opacity: 0.9;
}
@media screen and (max-width: 23.9375em) {
  /* line 1100, ../sass/style.scss */
  body article.single.left-block.search .meta img, body article.single.left-block.search .meta .total {
    display: none;
  }
}
/* line 1102, ../sass/style.scss */
body article.single.left-block.search h5 {
  font-family: "Contrail One", cursive;
  text-transform: none;
  font-weight: 400;
  font-size: 0.875em;
  color: #a6abaf;
}
/* line 1103, ../sass/style.scss */
body article.single.left-block.search input {
  border: 1px solid #eeeeee;
}
/* line 1106, ../sass/style.scss */
body article.single.left-block .navigation {
  float: left;
  margin-top: 2em;
}
/* line 1108, ../sass/style.scss */
body article.single.left-block .navigation li {
  float: left;
  margin-right: 1em;
}
/* line 1108, ../sass/style.scss */
body article.single.left-block .navigation li.active a {
  color: #c0392b;
}
/* line 1112, ../sass/style.scss */
body article.single.left-block.no-js {
  display: block;
  float: left;
  margin-right: 2.35765%;
  width: 100%;
}
/* line 62, ../sass/neat/grid/_grid.scss */
body article.single.left-block.no-js:last-child {
  margin-right: 0;
}
/* line 24, ../sass/neat/grid/_omega.scss */
body article.single.left-block.no-js:nth-child(n) {
  margin-right: 0;
}
/* line 1121, ../sass/style.scss */
body aside.single {
  margin-bottom: 1em;
}
@media screen and (max-width: 59.9375em) {
  /* line 1121, ../sass/style.scss */
  body aside.single {
    display: none;
  }
}
@media screen and (min-width: 60em) and (max-width: 74.9375em) {
  /* line 1121, ../sass/style.scss */
  body aside.single {
    display: block;
    display: block;
    float: left;
    margin-right: 2.35765%;
    width: 36.02647%;
  }
  /* line 62, ../sass/neat/grid/_grid.scss */
  body aside.single:last-child {
    margin-right: 0;
  }
  /* line 24, ../sass/neat/grid/_omega.scss */
  body aside.single:nth-child(n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 75em) {
  /* line 1121, ../sass/style.scss */
  body aside.single {
    display: block;
    float: left;
    margin-right: 2.35765%;
    width: 27.49666%;
  }
  /* line 62, ../sass/neat/grid/_grid.scss */
  body aside.single:last-child {
    margin-right: 0;
  }
  /* line 24, ../sass/neat/grid/_omega.scss */
  body aside.single:nth-child(n) {
    margin-right: 0;
  }
}
/* line 1131, ../sass/style.scss */
body aside.single section {
  *zoom: 1;
  margin-top: 1.5em;
  /* 5.2 Related Posts */
}
/* line 18, ../sass/bourbon/addons/_clearfix.scss */
body aside.single section:before, body aside.single section:after {
  content: " ";
  display: table;
}
/* line 23, ../sass/bourbon/addons/_clearfix.scss */
body aside.single section:after {
  clear: both;
}
@media screen and (max-width: 59.9375em) {
  /* line 1131, ../sass/style.scss */
  body aside.single section {
    margin-top: 1em;
  }
}
@media screen and (min-width: 60em) {
  /* line 1131, ../sass/style.scss */
  body aside.single section {
    margin-top: 1.5em;
  }
}
@media screen and (min-width: 102em) {
  /* line 1131, ../sass/style.scss */
  body aside.single section {
    margin-top: 2em;
  }
}
/* line 1137, ../sass/style.scss */
body aside.single section h2 {
  font-weight: 400;
}
/* line 1139, ../sass/style.scss */
body aside.single section .beveled-heading {
  position: relative;
  height: 3.5em;
}
/* line 1141, ../sass/style.scss */
body aside.single section .beveled-heading .corner-l, body aside.single section .beveled-heading .corner-r {
  width: 3em;
  height: 3.5em;
}
/* line 1142, ../sass/style.scss */
body aside.single section .beveled-heading .corner-l {
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/corner-l.png) left top no-repeat;
}
/* line 1143, ../sass/style.scss */
body aside.single section .beveled-heading .corner-r {
  position: absolute;
  top: 0;
  right: 0;
  background: url(../images/corner-r.png) right top no-repeat;
}
/* line 1144, ../sass/style.scss */
body aside.single section .beveled-heading h4 {
  background: url(../images/line.png) left top repeat-x;
  height: 3em;
  padding-top: 1.25em;
  margin: 0 1.111em;
  font-size: 1.125em;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
  font-family: "Contrail One", cursive;
}
/* line 1150, ../sass/style.scss */
body aside.single section.related-posts .beveled-heading {
  background: #b7b568;
}
/* line 1151, ../sass/style.scss */
body aside.single section.latest-posts .beveled-heading {
  background: #ff8685;
}
/* line 1152, ../sass/style.scss */
body aside.single section.facebook .beveled-heading {
  background: #a99db5;
}
/* line 1153, ../sass/style.scss */
body aside.single section.instagram .beveled-heading {
  background: #c0392b;
}
/* line 1154, ../sass/style.scss */
body aside.single section.twitter .beveled-heading {
  background: #6593b5;
}
/* line 1156, ../sass/style.scss */
body aside.single section.instagram p {
  margin: 0;
}
/* line 1157, ../sass/style.scss */
body aside.single section.instagram .button {
  border: 1px solid #eeeeee;
  font-size: 0.6875em;
  padding: 0.333em 0.666em;
}
/* line 1157, ../sass/style.scss */
body aside.single section.instagram .button span {
  margin-right: 0.333em;
}
/* line 1160, ../sass/style.scss */
body aside.single section .container {
  background-color: #fafafa;
  border-left: 1px solid #eeeeee;
  padding: 1.5em 0;
}
/* line 1161, ../sass/style.scss */
body aside.single section.ad {
  background: none;
  border: none;
  padding: 0 1em;
}
/* line 1162, ../sass/style.scss */
body aside.single section .ad-container {
  padding-bottom: 1em;
  margin-bottom: 1em;
  border-bottom: 1px solid #eeeeee;
  text-align: center;
}
@media screen and (max-width: 59.9375em) {
  /* line 1166, ../sass/style.scss */
  body aside.single section .yarpp-related {
    display: none;
  }
}
/* line 1168, ../sass/style.scss */
body aside.single section .yarpp-related p {
  padding-left: 1.5em;
  margin: 0;
}
/* line 1169, ../sass/style.scss */
body aside.single section .yarpp-related article {
  display: block;
  float: left;
  margin-right: 2.35765%;
  width: 100%;
  *zoom: 1;
  border-bottom: 1px solid #eeeeee;
  padding: 0 1em 1em 1em;
  margin-bottom: 1em;
}
/* line 62, ../sass/neat/grid/_grid.scss */
body aside.single section .yarpp-related article:last-child {
  margin-right: 0;
}
/* line 24, ../sass/neat/grid/_omega.scss */
body aside.single section .yarpp-related article:nth-child(n) {
  margin-right: 0;
}
/* line 18, ../sass/bourbon/addons/_clearfix.scss */
body aside.single section .yarpp-related article:before, body aside.single section .yarpp-related article:after {
  content: " ";
  display: table;
}
/* line 23, ../sass/bourbon/addons/_clearfix.scss */
body aside.single section .yarpp-related article:after {
  clear: both;
}
/* line 1174, ../sass/style.scss */
body aside.single section .yarpp-related article:last-child {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
/* line 1176, ../sass/style.scss */
body aside.single section .yarpp-related article .caption {
  float: left;
  width: 67%;
  padding: 0 0 0 1em;
}
/* line 1178, ../sass/style.scss */
body aside.single section .yarpp-related article .caption h2 {
  font-size: 1.125em;
  line-height: 1.4em;
  margin-bottom: 0.5em;
}
/* line 1179, ../sass/style.scss */
body aside.single section .yarpp-related article .caption .meta {
  color: #c0392b;
  font-size: 0.75em;
}
/* line 1181, ../sass/style.scss */
body aside.single section .yarpp-related article .caption .meta span {
  font-size: 1.125em;
  margin-right: 0;
  font-weight: 700;
}
/* line 1183, ../sass/style.scss */
body aside.single section .yarpp-related article .caption small {
  color: #AAA;
}
/* line 1188, ../sass/style.scss */
body aside.single section article {
  padding: 0 1em 1em 1em;
  margin-bottom: 1em;
  border-bottom: 1px solid #eeeeee;
  *zoom: 1;
}
/* line 18, ../sass/bourbon/addons/_clearfix.scss */
body aside.single section article:before, body aside.single section article:after {
  content: " ";
  display: table;
}
/* line 23, ../sass/bourbon/addons/_clearfix.scss */
body aside.single section article:after {
  clear: both;
}
/* line 1190, ../sass/style.scss */
body aside.single section article:last-child {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
/* line 1191, ../sass/style.scss */
body aside.single section article .image {
  float: left;
  width: 33%;
}
/* line 1191, ../sass/style.scss */
body aside.single section article .image img {
  display: block;
}
/* line 1192, ../sass/style.scss */
body aside.single section article .content {
  float: left;
  width: 67%;
  padding-left: 1em;
}
/* line 1196, ../sass/style.scss */
body aside.single section article .content h2 {
  font-size: 1.125em;
  line-height: 1.4em;
  margin-bottom: 0.5em;
}
/* line 1198, ../sass/style.scss */
body aside.single section article .meta {
  color: #a6abaf;
  font-size: 0.75em;
}
/* line 1199, ../sass/style.scss */
body aside.single section article .meta span {
  margin-right: 1em;
  text-transform: uppercase;
}
@media screen and (max-width: 23.9375em) {
  /* line 1210, ../sass/style.scss */
  body .bio .gravatar, body .bio .about {
    width: 100%;
    padding: 0;
  }
  /* line 1211, ../sass/style.scss */
  body .bio .gravatar img {
    width: 8em;
    margin: 0 auto 1em auto;
  }
  /* line 1212, ../sass/style.scss */
  body .bio h4 {
    text-align: center;
  }
}
@media screen and (min-width: 24em) and (max-width: 39.9375em) {
  /* line 1216, ../sass/style.scss */
  body .bio .gravatar {
    width: 33%;
    margin: 0 auto;
    padding-right: 1em;
  }
  /* line 1217, ../sass/style.scss */
  body .bio .about {
    width: 67%;
  }
}
@media screen and (min-width: 40em) {
  /* line 1221, ../sass/style.scss */
  body .bio .gravatar {
    width: 20%;
    padding-right: 2em;
  }
  /* line 1222, ../sass/style.scss */
  body .bio .about {
    width: 80%;
  }
}
/* line 1226, ../sass/style.scss */
body .bio .gravatar img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  padding: 0.333em;
  border: 0.333em solid #fafafa;
  display: block;
}
/* line 1232, ../sass/style.scss */
body .bio h4 {
  font-size: 1.25em;
  margin-bottom: 0.5em !important;
  font-weight: 400;
  font-family: "Contrail One", cursive;
  border-bottom: 0.333em solid #2D609B;
  color: #2D609B;
  text-transform: uppercase;
  margin-bottom: 2em;
  font-weight: 400;
  padding-bottom: 0.5em;
}
/* line 1244, ../sass/style.scss */
body .bio a {
  font-family: "Jacques Francois", serif;
  color: #c0392b;
}
/* line 1244, ../sass/style.scss */
body .bio a:hover {
  text-decoration: underline;
}
/* line 1245, ../sass/style.scss */
body .bio p {
  margin: 0;
  font-family: "Jacques Francois", serif;
}
/* line 1251, ../sass/style.scss */
body.error404 .left-block h1 {
  font-size: 8em;
  line-height: 1.1em;
  margin-bottom: 0.25em;
  color: #c0392b;
}
/* line 1252, ../sass/style.scss */
body.error404 .left-block h2 {
  font-family: "Contrail One", cursive;
  font-size: 4em;
  line-height: 1.1em;
  margin-bottom: 0.25em;
  color: #c0392b;
}
/* line 1253, ../sass/style.scss */
body.error404 .left-block h3 {
  font-size: 1.25em;
  line-height: 1.5em;
  font-weight: normal;
}
/* line 1254, ../sass/style.scss */
body.error404 .left-block a {
  text-decoration: underline;
}
/* line 1255, ../sass/style.scss */
body.error404 .left-block img {
  margin-left: 2em;
}
/* line 1260, ../sass/style.scss */
body.page {
  margin: 0 0 8em;
}
/* line 1262, ../sass/style.scss */
body.page footer {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 8em;
}
/* line 1263, ../sass/style.scss */
body.page h5 {
  font-family: "Voltaire", sans-serif;
  font-size: 1.75em;
  color: #6593b5;
  margin-bottom: 1em;
  line-height: 1.2em;
}
/* line 1266, ../sass/style.scss */
body .press img {
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.15);
  padding: 1.5em;
  margin-bottom: 2em;
}
/* line 1269, ../sass/style.scss */
body .loading {
  margin-left: auto;
  margin-right: auto;
}
/* line 1269, ../sass/style.scss */
body .loading img {
  width: auto;
}
/* line 1273, ../sass/style.scss */
body footer {
  background-color: black;
  width: 100%;
}
/* line 1275, ../sass/style.scss */
body footer li {
  display: inline-block;
}
/* line 1276, ../sass/style.scss */
body footer li:nth-child(odd) {
  font-family: "Contrail One", cursive;
}
/* line 1277, ../sass/style.scss */
body footer li:nth-child(even) {
  font-family: "Voltaire", sans-serif;
}
/* line 1279, ../sass/style.scss */
body footer li a {
  color: #fff;
  text-transform: uppercase;
}
/* line 1279, ../sass/style.scss */
body footer li a:hover {
  color: #fff;
}
/* line 1281, ../sass/style.scss */
body footer p {
  color: #343434;
  margin: 0;
  font-size: 0.75em;
}
@media screen and (max-width: 35.9375em) {
  /* line 1273, ../sass/style.scss */
  body footer {
    padding: 1em 0;
  }
  /* line 1283, ../sass/style.scss */
  body footer li {
    margin: 0 0.75em;
  }
  /* line 1284, ../sass/style.scss */
  body footer a {
    font-size: 0.875em;
    line-height: 1.4em;
  }
}
@media screen and (min-width: 36em) {
  /* line 1273, ../sass/style.scss */
  body footer {
    padding: 1.5em 0;
  }
  /* line 1287, ../sass/style.scss */
  body footer li {
    margin: 0 1.5em;
  }
}

/* line 1293, ../sass/style.scss */
.visiblebox {
  background: url(../images/opaque.png) 0 0 repeat !important;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  padding: 1em !important;
  text-align: center;
}
/* line 1294, ../sass/style.scss */
.visiblebox img {
  position: absolute;
  bottom: -5em;
  right: 0;
}
/* line 1299, ../sass/style.scss */
.visiblebox h1 {
  font-family: "Voltaire", sans-serif;
  color: #ff8685;
  margin-bottom: 0.5em;
  font-weight: normal;
}
/* line 1300, ../sass/style.scss */
.visiblebox p {
  font-family: "Jacques Francois", serif;
  font-size: 1.125em;
  color: #ff8685;
}
@media screen and (max-width: 47.9375em) {
  /* line 1293, ../sass/style.scss */
  .visiblebox {
    display: none !important;
  }
}

/* 6.0 SHARING */
/* 5.1 Top share bar */
/* line 1308, ../sass/style.scss */
#topsharebar {
  background-color: #fff;
  position: fixed;
  display: none;
  z-index: 9999999;
  top: 0 !important;
  padding: 0 0 2px 0;
  width: 100%;
}
@media screen and (min-width: 24em) {
  /* line 1308, ../sass/style.scss */
  #topsharebar {
    font-size: 1.125em;
  }
}
/* line 1318, ../sass/style.scss */
#topsharebar .menu-bar-logo {
  position: absolute;
  left: 1em;
  top: 7px;
}
/* line 1318, ../sass/style.scss */
#topsharebar .menu-bar-logo img {
  width: 2.25em;
  height: 2.25em;
}
/* line 1319, ../sass/style.scss */
#topsharebar .share {
  max-width: 82em;
  margin: 0 auto;
  padding: 0 1em;
  border: none;
  font-size: 1em;
  float: none;
  height: 3em;
}
/* line 1327, ../sass/style.scss */
#topsharebar .share .social {
  padding: 0 0 0 4.5em;
  font-size: 0.8125em;
}

/* Added sharethis icon */
#topsharebar .share .social .sharethis { 
  /*position: absolute;
  top: 7px;
  left: 5em;*/
  width: auto;
  height: 2.90em;
  margin: 0.45em 1em 0 0;
}

/* line 1330, ../sass/style.scss */
#topsharebar .share .social .total-shares {
  margin: 0.3em 2em 0 0;
}
/* line 1331, ../sass/style.scss */
#topsharebar .share .social .shares {
  padding: 0.75em 0 0 0;
}
@media screen and (min-width: 60em) and (max-width: 81.9375em) {
  /* line 1334, ../sass/style.scss */
  #topsharebar .share .social .shares .social-share .expanded-text {
    display: inline-block;
  }
}

/* line 1341, ../sass/style.scss */
.share {
  font-size: 0.875em;
  width: 100%;
}
/* line 1346, ../sass/style.scss */
.share .social .total-shares {
  text-align: center;
  height: 3em;
  color: #a6abaf;
}
@media screen and (max-width: 23.9375em) {
  /* line 1346, ../sass/style.scss */
  .share .social .total-shares {
    margin: 0 1em 0 0;
  }
  /* line 1351, ../sass/style.scss */
  .share .social .total-shares em {
    font-size: 2.5em;
    line-height: 1.4em;
  }
}
@media screen and (min-width: 24em) {
  /* line 1346, ../sass/style.scss */
  .share .social .total-shares {
    margin: 0 2em 0 0;
  }
  /* line 1355, ../sass/style.scss */
  .share .social .total-shares em {
    font-size: 3em;
    line-height: 1.125em;
  }
}
/* line 1358, ../sass/style.scss */
.share .social .total-shares em {
  font-style: normal;
  float: left;
  font-weight: 700;
}
/* line 1359, ../sass/style.scss */
.share .social .total-shares .caption {
  font-size: 0.8125em;
  float: left;
  margin: 1em 0 0 0.25em;
}
/* line 1361, ../sass/style.scss */
.share .social .shares {
  font-size: 0.8125em;
}
/* line 1363, ../sass/style.scss */
.share .social .shares .social-share {
  float: left;
  margin-right: 1em;
  line-height: 3.4em;
  padding: 0 1em;
  color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
/* line 1369, ../sass/style.scss */
.share .social .shares .social-share:last-child {
  margin: 0;
}
/* line 1371, ../sass/style.scss */
.share .social .shares .social-share:hover {
  opacity: 0.9;
}
/* line 1372, ../sass/style.scss */
.share .social .shares .social-share .count {
  padding-left: 1em;
  margin-left: 1em;
}
/* line 1373, ../sass/style.scss */
.share .social .shares .social-share .fa {
  padding-right: 0.5em;
}
/* line 1374, ../sass/style.scss */
.share .social .shares .social-share.facebook {
  background-color: #2D609B;
}
/* line 1375, ../sass/style.scss */
.share .social .shares .social-share.twitter {
  background-color: #00C3F3;
}
@media screen and (max-width: 41em) {
  /* line 1363, ../sass/style.scss */
  .share .social .shares .social-share {
    width: 3.6em;
    text-align: center;
    line-height: 2.7em;
    padding-top: 0.3em;
  }
  /* line 1378, ../sass/style.scss */
  .share .social .shares .social-share .text, .share .social .shares .social-share .expanded-text, .share .social .shares .social-share .count {
    display: none;
  }
  /* line 1379, ../sass/style.scss */
  .share .social .shares .social-share .fa {
    padding: 0;
    font-size: 2em;
    line-height: 1.5em;
  }
}

/* 6.2 Infinite Scroll */
/* line 1389, ../sass/style.scss */
.infinite-scroll .paging-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* line 1390, ../sass/style.scss */
.infinity-end.neverending .site-footer {
  display: block;
}


/*  SECTIONS  ============================================================================= */

.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  GROUPING  ============================================================================= */


.group:before,
.group:after {
    content:"";
    display:table;
}
.group:after {
    clear:both;
}
.group {
    zoom:1; /* For IE 6/7 (trigger hasLayout) */
}

/*  GRID COLUMN SETUP   ==================================================================== */

.col {
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}

.col:first-child { margin-left: 0; } /* all browsers except IE6 and lower */


/*  REMOVE MARGINS AS ALL GO FULL WIDTH AT 480 PIXELS */

@media only screen and (max-width: 480px) {
	.col { 
		margin: 1% 0 1% 0%;
	}
}

/*  GRID OF TWO   ============================================================================= */


.span_2_of_2 {
	width: 100%;
}

.span_1_of_2 {
	width: 49.2%;
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
	.span_2_of_2 {
		width: 100%; 
	}
	.span_1_of_2 {
		width: 100%; 
	}
}


/*  PAGE TEMPLATE NO SIDEBAR ========================================================== */
.page-template-no-sidebar-page-php #content, 
.page-template-no-sidebar-page-php 
.post { width: 100%; }
  
body article.single.no-sidebar {
    display: block;
    float: left;
    margin-right: 2.35765%;
    width: 100%;
  }
  
/*  FORCE FACEBOOK COMMENTS 100% ========================================================== */
.fb_iframe_widget_fluid span, iframe.fb_ltr { width: 100% !important; }

/*  FORCE LEFT ALIGN ========================================================== */
body.single.single-post {
    text-align: left !important;
}

/* FACEBOOK BUTTON ============================================ */
body > header > nav li.facebook-menu {
  z-index: 0;
  position: absolute;
  left: 1em;
  top: 0;
  text-align: right;
  display: block;
  float: left;
  margin-left: 2.35765%;
  width: 5.81428%;
}
body > header > nav li.facebook-menu:last-child {
  margin-right: 0;
}
body > header > nav li.facebook-menu .fa-facebook {
  font-size: 2em;
  line-height: 1.5em;
  padding: 0 0.5em;
  text-color:#FFF;
}
body > header > nav li.facebook-menu > a:hover {
color:#FFF;
background-color:#3b5998;
}

/* FORCE WHITE SHARES ============================================ */
a.nc_tweet {
color: #fff !important;
}
