

@font-face {
  font-family: 'FontAwesome';
  src: url(/wp-content/themes/pub/rebalance/font-awesome/fontawesome-webfont.eot?v=4.7.0);
  src: url(/wp-content/themes/pub/rebalance/font-awesome/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'), url(/wp-content/themes/pub/rebalance/font-awesome/fontawesome-webfont.woff2?v=4.7.0) format('woff2'), url(/wp-content/themes/pub/rebalance/font-awesome/fontawesome-webfont.woff?v=4.7.0) format('woff'), url(/wp-content/themes/pub/rebalance/font-awesome/fontawesome-webfont.ttf?v=4.7.0) format('truetype'), url(/wp-content/themes/pub/rebalance/font-awesome/fontawesome-webfont.svg?v=4.7.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;
}

.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;
}

.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 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-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 {
  -ms-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;
}

.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-pp: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-resistance: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: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";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}










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

body {
	margin: 0;
}

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

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

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

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

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

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

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

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

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

button[disabled],
html input[disabled] {
	cursor: default;
}

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

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

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

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

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}




body,
button,
input,
select,
textarea {
	color: #555;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

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

p {
	margin: 0 0 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #CCC;
	color: #FFF;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

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

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

big {
	font-size: 125%;
}




html {
	box-sizing: border-box;
}

*,
*:before,
*:after { 
	box-sizing: inherit;
}

body {
	background: #fff; 
}

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

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

hr {
	background-color: #CCC;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 2em;
	padding: 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; 
	max-width: 100%; 
}

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




a {
	color: royalblue;
}

a:visited {
	color: purple;
}

a:hover,
a:focus,
a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

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




button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background: #FFF;
	border: 2px solid #000;
	border-radius: 0;
	color: #F35029;
	font-family: "Rubik", "Helvetica Neue", sans-serif;
	font-weight: 500;
	line-height: 1;
	padding: 15px 20px;
	-webkit-appearance: none;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background: #000;
	color: #FFF;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	background: #000;
	color: #FFF;
	outline: 0;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	border: 2px solid #000;
	border-radius: 0;
	color: #F35029;
	padding: 12px 15px;
	-webkit-appearance: none;
}

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

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

textarea {
	padding-left: 3px;
	width: 100%;
}





html {
	height: 100%;
}

body {
	background: #FFF;
	color: #555;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	font-family: "Rubik", "Helvetica Neue", sans-serif;
	font-size: 17px;
	line-height: 1.5;
	min-height: 100%;
	word-wrap: break-word;
	-webkit-font-smoothing: antialiased;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}


.js body {
	opacity: 0;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Libre Baskerville", Georgia, serif;
	font-weight: 700;
	margin-bottom: .5em;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 28px;
}

h3 {
	font-size: 24px;
}

h4, h5, h6 {
	font-size: 18px;
}

a,
a:visited {
	color: #000;
	text-decoration: none;
	word-wrap: break-word;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

a:hover,
a:focus,
a:active {
	color: #F35029;
	text-decoration: underline;
}




#page {
	-webkit-flex: 1 0 auto;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
}

.content-area {
	width: 100%;
}

.site-main {
	padding: 0;
	position: relative;
}

.site-content .secondary {
	overflow: hidden;
	width: 28%;
}

.col-width {
	margin: 0 auto;
	max-width: 1140px;
	position: relative;
	width: 90%;
}


.no-sidebar .content-area {
	margin: 0 auto;
	max-width: 790px;
}

.no-sidebar.masonry .content-area {
	max-width: 100%;
}


.full-width .content-area {
	margin: 0;
}

.full-width .site-main {
	margin: 0;
}

.clear {
	clear: both
}

.clear-fix {
	clear: both
}

.clear-fix:before,
.clear-fix:after {
	content: " "; 
	display: table; 
}

.clear-fix:after {
	clear: both;
}


.clear-fix {
	*zoom: 1;
}


@media screen and (max-width: 881px) {

	#page .content-area {
		float: none;
	}

	#page .site-main {
		margin: 0;
		padding: 0;
	}

	#page .site-content .secondary {
		float: none;
		width: auto;
	}

}

@media screen and (max-width: 510px) {

	.single #page .content-area {
		border-top: 1px solid #f2f2f2;
		margin-top: 0;
	}

	.single #content .module {
		border-radius: 0;
		margin-bottom: 0;
	}

	.single.sidebar-right .site-content .secondary {
		border-top: 1px solid #f2f2f2;
		margin: 0;
	}

}






.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; 
}


#content[tabindex="-1"]:focus {
	outline: 0;
}





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

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

.aligncenter {
	clear: both;
	display: block;
	margin-bottom: 1.5em;
	margin-left: auto;
	margin-right: auto;
}





.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}





.site-heading {
	border-top: 3px solid #000;
	border-bottom: 6px solid #000;
	margin: 0;
	padding: 30px 0;
}

.has-custom-header .site-heading {
	border-top: none;
}

.site-branding {
	text-align: center;
}

.site-title {
	font-family: "Rubik", "Helvetica Neue", sans-serif;
	font-size: 36px;
	font-weight: 400;
	line-height: 1;
	margin: 0;
}

.site-title a {
	color: #000;
	position: relative;
	text-decoration: none;
}

.site-title a:hover {
	color: #F35029;
}

.site-logo,
.custom-logo {
	display: block;
	margin: 0 auto 15px;
}

.site-header-image {
	display: block;
}

.site-title-heading {
	margin-bottom: 0;
}

.site-description {
	color: #000;
	font-family: "Libre Baskerville", Georgia, serif;
	font-weight: 400;
	font-size: 16px;
	font-style: italic;
	line-height: 2em;
	margin: 30px 0 33px; 
	position: relative;
	text-align: center;
	width: 100%;
}


.site-description:empty {
	display: none;
}


@media screen and (min-width: 881px) {

	.site-heading {
		align-items: center;
		border-top: none;
		display: block;
		display: flex;
		flex-direction: row;
		padding-top: 60px;
	}

	.has-custom-header .site-heading {
		padding-top: 30px;
	}

	.site-branding {
		flex-grow: 4;
		text-align: left;
	}

	.site-branding .site-title {
		display: inline-block;
	}

	.site-title {
		border-top: none;
		font-size: 48px;
	}

	.has-site-logo .site-title,
	.wp-custom-logo .site-title {
		vertical-align: middle;
	}

	.site-logo,
	.custom-logo {
		display: block;
		margin: 0;
	}

	.site-logo-link,
	.custom-logo-link {
		display: inline-block;
		margin-right: 20px;
		vertical-align: middle;
	}

	.site-title-heading {
		display: inline-block;
		margin-bottom: 0;
		vertical-align: middle;
	}

}









.social-navigation {
	position: relative;
	width: 100%;
}

.social-navigation > * {
	font-size: 25px;
	line-height: 1;
	padding: 20px 0 0;
	text-align: center;
}

.social-navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.social-navigation li {
	display: inline-block;
	padding: 0 7px;
}

.social-navigation a {
	display: block;
	height: 25px;
	text-align: center;
	width: 25px;
}

.social-menu a span {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	margin: 0;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
}

.social-menu a:before {
	content: '\f0c1';
	display: inline-block;
	font-family: 'FontAwesome';
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.social-menu a[href*="behance.com"]:before,
.social-menu a[href*="behance.net"]:before {
	content: '\f1b4';
}

.social-menu a[href*="digg.com"]:before {
	content: '\f1a6';
}

.social-menu a[href*="dribbble.com"]:before {
	content: '\f17d';
}

.social-menu a[href*="facebook.com"]:before {
	content: '\f09a';
}

.social-menu a[href*="flickr.com"]:before {
	content: '\f16e';
}

.social-menu a[href*="foursquare.com"]:before {
	content: '\f180';
}

.social-menu a[href*="github.com"]:before {
	content: '\f09b';
}

.social-menu a[href*="linkedin.com"]:before {
	content: '\f0e1';
}

.social-menu a[href*="pinterest."]:before {
	content: '\f0d2';
}

.social-menu a[href*="plus.google.com"]:before {
	content: '\f0d5';
}

.social-menu a[href*="instagr.am"]:before,
.social-menu a[href*="instagram.com"]:before {
	content: '\f16d';
}

.social-menu a[href*="reddit.com"]:before {
	content: '\f281';
}

.social-menu a[href*="skype.com"]:before {
	content: '\f17e';
}

.social-menu a[href*="soundcloud.com"]:before {
	content: '\f1be';
}

.social-menu a[href*="spotify.com"]:before {
	content: '\f1bc';
}

.social-menu a[href*="tumblr.com"]:before {
	content: '\f173';
}

.social-menu a[href*="twitch.tv"]:before {
	content: '\f1e8';
}

.social-menu a[href*="twitter.com"]:before {
	content: '\f099';
}

.social-menu a[href*="vimeo.com"]:before {
	content: '\f194';
}

.social-menu a[href*="wordpress.com"]:before,
.social-menu a[href*="wordpress.org"]:before {
	content: '\f19a';
}

.social-menu a[href*="youtube.com"]:before {
	content: "\f167";
}


.social-menu a[href*='/feed']:before {
	content: "\f09e";
}


.social-menu a[href*='mailto']:before {
	content: "\f0e0";
}


@media screen and (min-width: 881px) {

	.social-navigation {
		flex-grow: 1;
		width: auto;
	}

	.social-navigation > * {
		font-size: 20px;
		padding: 0;
		text-align: right;
	}

}





.main-navigation {
	clear: both;
	display: table;
	float: none;
	font-size: 1rem;
	position: relative;
	width: 100%;
}

.main-navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.main-navigation .sub-menu,
.main-navigation .children {
	padding-left: 1.5em;
	border-top: 1px solid #CCC;
	margin-bottom: -1px;
}

.main-navigation .sub-menu li:before,
.main-navigation .children li:before {
	content: "\2014\00a0";
	display: inline-block;
	line-height: 1.5em;
	padding-left: 8px;
	padding-top: 12px;
	position: absolute;
	z-index: 0;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.main-navigation .sub-menu li:hover:before,
.main-navigation .children li:hover:before {
	color: #F35029;
}

.main-navigation div > ul:first-child {
	border-top: 3px solid #000;
	width: 100%;
}

.main-navigation div > ul:last-child {
	border-bottom: 3px solid #000;
}

.main-navigation ul > li a {
	display: block;
	color: #000;
	padding: 12px 20px;
	text-decoration: none;
}

.main-navigation ul > li li a {
	padding-left: 26px;
}

.main-navigation ul > li:hover > a,
.main-navigation ul ul > li:hover > a {
	color: #F35029;
}

.dropdown-toggle {
	display: none;
}





.menu-toggle {
	background: #FFF;
	box-shadow: none;
	color: #F35029;
	cursor: pointer;
	display: inline-block;
	font-weight: 500;
	line-height: 1;
	margin: -15px auto 40px;
	padding: 13px 18px 14px;
	text-align: left;
}

.menu-toggle:after {
	content: '\f107';
	display: inline-block;
	font-family: 'FontAwesome';
	font-weight: normal;
	margin: 0 0 0 5px;
	speak: none;
	vertical-align: baseline;
}

.menu-toggle[aria-expanded="true"]:after {
	content: "\d7";
}

.menu-toggle:focus {
	background: #FFF;
	color: #F35029;
	box-shadow: none;
}


.menu-toggle {
	display: block;
}

.main-navigation.toggled-on {
	margin-bottom: 40px;
}

.main-navigation > div {
	background: #FFF;
	height: auto;
	max-height: 0;
	opacity: 0;
	overflow: hidden;
	position: relative;
	width: 100%;
	-webkit-transition: max-height 0.3s ease, opacity 0.3s ease;
	-moz-transition: max-height all 0.3s ease, opacity 0.3s ease;
	transition: max-height all 0.3s ease, opacity 0.3s ease;
}

.main-navigation.toggled-on > div {
	max-height: 9999px;
	opacity: 1;
	width: 100%;
	z-index: 999;
}


@media screen and (min-width: 881px) {

	.menu-toggle {
		display: none;
	}

}





@media screen and (max-width: 880px) {

	.main-navigation .col-width {
		width: 100%;
	}

	
	.dropdown-toggle {
		border: 1px solid #CCC;
		display: inline-block;
		height: 32px;
		line-height: 5px;
		margin: 0;
		padding: 10px;
		position: absolute;
		right: 8px;
		top: 7px;
		speak: none;
		z-index: 5;
		width: 32px;
		-moz-border-radius: 20px;
		-webkit-border-radius: 20px;
		-khtml-border-radius: 20px;
		border-radius: 20px;
	}

	.dropdown-toggle:after {
		color: #000000;
		content: '\f107';
		font-family: 'FontAwesome';
		font-weight: normal;
		line-height: 0;
		text-align: center;
		vertical-align: baseline;
	}

	.dropdown-toggle:hover,
	.dropdown-toggle.toggled-on {
		border-color: #F35029;
	}

	.dropdown-toggle:hover::after {
		color: #F35029;
	}

	.dropdown-toggle.toggled-on:after {
		content: '\d7';
		color: #F35029;
		line-height: 0;
		vertical-align: top;
	}

	.dropdown-toggle:active,
	.dropdown-toggle:hover,
	.dropdown-toggle:focus {
		background: transparent;
		color: #F35029;
	}

	
	.main-navigation .sub-menu,
	.main-navigation .children {
		border-top: none;
		position: relative;
	}

	.main-navigation .sub-menu:before,
	.main-navigation .children:before {
		content: "";
		border-top: 1px solid #CCC;
		height: 1px;
		left: 0;
		position: absolute;
		top: 0;
		width: 100%;
	}

	
	.main-navigation .sub-menu,
	.main-navigation .children {
		background: #FFF;
		height: auto;
		max-height: 0;
		opacity: 0;
		overflow: hidden;
		position: relative;
		width: 100%;
		-webkit-transition: max-height 0.3s ease, opacity 0.3s ease;
		-moz-transition: max-height all 0.3s ease, opacity 0.3s ease;
		transition: max-height all 0.3s ease, opacity 0.3s ease;
	}

	.main-navigation .sub-menu.toggled-on,
	.main-navigation .children.toggled-on {
		max-height: 9999px;
		opacity: 1;
		width: 100%;
	}

	
	.main-navigation li {
		position: relative;
	}

	.main-navigation li a {
		position: relative;
		z-index: 1;
	}

	.main-navigation li:after {
		content: "";
		bottom: 0;
		border-bottom: 1px solid #CCC;
		height: 1px;
		left: 0;
		position: absolute;
		width: 100%;
	}

	.main-navigation li:after {
		content: "";
		bottom: 0;
		border-bottom: 1px solid #CCC;
		height: 1px;
		left: 0;
		position: absolute;
		width: 100%;
	}

	.main-navigation ul:last-of-type > li:last-of-type:after {
		border-bottom: none;
	}
}


@media screen and (min-width: 881px) {

	.header-menu-wrap {
		float: left;
	}

	.site-description {
		float: left;
		text-align: left;
		width: 48.5%;
	}

	.main-navigation {
		clear: right;
		float: right;
		font-size: 16px;
		height: inherit;
		margin: 30px 0;
		overflow: visible;
		position: relative;
		width: 48.5%;
	}

	.main-navigation > div {
		position: relative;
		opacity: 1;
		overflow: visible;
	}

	.main-navigation div > ul {
		float: left;
		list-style-type: none;
		margin: 0 0 15px;
		padding: 0;
		text-align: left;
		width: 33%;
	}

	.main-navigation div > ul:first-child {
		border-top: none;
		margin-top: inherit;
		padding-top: inherit;
		width: 33%;
	}

	
	.no-js .main-navigation div > ul {
		width: 100%;
	}

	.no-js .main-navigation div > ul li {
		float: left;
		width: 33%;
	}

	.no-js .main-navigation div > ul li li {
		width: 100%;
	}

	.main-navigation div > ul:last-child {
		padding-bottom: inherit;
		border-bottom: none;
	}

	.main-navigation .sub-menu,
	.main-navigation .children {
		background: #FFF;
		border: 2px solid #000;
		border-width: 2px;
		display: none;
		left: 0;
		margin: 0 -2px -2px;
		padding-left: 0;
		position: absolute;
		width: calc(100% + 4px);
		z-index: 99999;
	}

	.main-navigation ul > li {
		border: 2px solid transparent;
		line-height: 1.333em;
		margin: -2px;
		position: relative;
	}

	.main-navigation ul > li a {
		display: block;
		padding: 5px 8px;
		text-align: left;
	}

	
	.main-navigation ul ul > li:hover,
	.main-navigation .page_item_has_children:hover,
	.main-navigation .menu-item-has-children:hover {
		border-color: #000;
	}

	.main-navigation .sub-menu li:before,
	.main-navigation .children li:before {
		padding-top: 4px;
	}

	.main-navigation .sub-menu a,
	.main-navigation .children a {
		padding-left: 26px;
		position: relative;
		z-index: 1;
	}

	.main-navigation div > ul ul {
		border: 2px solid #000;
		border-width: 0 2px;
	}

	.main-navigation .sub-menu .sub-menu,
	.main-navigation .children .children {
		border-width: 2px;
		right: calc(100% + 2px);
		left: inherit;
		margin: -2px -2px -2px 0;
		top: 0;
	}

	.main-navigation .sub-menu .sub-menu li,
	.main-navigation .children .children li {
		display: block;
		padding: 0;
		width: calc(100% + 4px);
	}

	.main-navigation .page_item_has_children > a:after,
	.main-navigation .menu-item-has-children > a:after {
		content: '\f107';
		display: inline-block;
		font-family: 'FontAwesome';
		font-weight: normal;
		margin: 0 0 0 5px;
		speak: none;
		vertical-align: baseline;
	}

	.main-navigation .sub-menu li.page_item_has_children:before,
	.main-navigation .children li.page_item_has_children:before,
	.main-navigation .sub-menu li.menu-item-has-children:before,
	.main-navigation .children li.menu-item-has-children:before {
		content: '\f104';
		font-family: 'FontAwesome';
		font-weight: normal;
		margin: -2px 5px 0 0;
	}

	.main-navigation .page_item_has_children .page_item_has_children > a:after,
	.main-navigation .menu-item-has-children .menu-item-has-children > a:after {
		content: '';
		display: none;
	}

	.main-navigation ul li:hover > ul {
		display: block;
	}

	.main-navigation ul ul li:last-child a {
		border-bottom: none;
	}

}









.sticky {
	display: block;
}

.hentry {
	margin: 0;
}

.updated:not(.published) {
	display: none;
}

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

.post-hero-image {
	border: 1px solid #DDD;
	margin-bottom: 10px;
}

.post-hero-image .entry-image {
	margin: -1px;
}

.entry-image {
	line-height: 0;
	margin: 0;
	text-align: center;
}

.entry-image .entry-image-caption {
	background: #FFF;
	border-bottom: 3px solid #000;
	color: #999;
	font-size: 14px;
	padding: 15px;
}

.entry-image .entry-image-caption span {
	margin-right: 10px;
}

.entry-image-section {
	margin-bottom: 20px;
}

.entry-header {
	margin-bottom: 20px;
}

.entry-title {
	font-size: 36px;
	line-height: 1.125em;
}

.entry-title a {
	color: #000;
}

.entry-title a:hover,
.entry-title a:active {
	color: #F35029;
}

.entry-meta {
	color: #999;
	font-size: 14px;
	line-height: 2em;
}

.entry-meta a {
	color: #F35029;
	display: inline-block;
}

.entry-meta a:hover,
.entry-meta a:active {
	color: #555;
}

.entry-tags a:before {
	content: "#";
}

.entry-meta > span:after {
	color: #CCC;
	content: "/";
	padding: 0 10px;
}

.entry-meta > span:last-child:after {
	content: "";
	display: none;
}

.page-content,
.entry-content,
.entry-summary,
.comment-content {
	margin: 0;
}

.page-content p,
.entry-content p,
.entry-summary p,
.comment-content p,
.entry-content > *:last-child,
.comment-content > *:last-child {
	margin-bottom: 20px;
}

.entry-content h5,
.comment-content h5 {
	font-family: "Rubik", "Helvetica Neue", sans-serif;
	font-weight: 600;
	letter-spacing: 0;
	text-transform: none;
}

.entry-content h6,
.comment-content h6 {
	font-family: "Rubik", "Helvetica Neue", sans-serif;
	font-weight: 400;
	letter-spacing: 0;
	text-transform: none;
}

.entry-content a,
.comment-content a {
	color: #F35029;
	text-decoration: underline;
}

.entry-content a:hover,
.entry-content a:active,
.comment-content a:hover,
.comment-content a:active {
	color: #000;
	text-decoration: underline;
}

.entry-content address,
.comment-content address {
	font-family: "Libre Baskerville", Georgia, serif;
	font-style: normal;
}

.entry-content blockquote,
.comment-content blockquote {
	border-left: 6px solid #F35029;
	font-family: "Libre Baskerville", Georgia, serif;
	font-style: italic;
	font-size: 18px;
	line-height: 1.825em;
	margin: 0 0 0 -40px;
	padding-left: 40px;
}

.entry-content blockquote blockquote,
.comment-content blockquote blockquote {
	margin-left: 0;
}

.entry-content q,
.comment-content q {
	border-left: 6px solid #F35029;
	font-family: "Libre Baskerville", Georgia, serif;
	font-style: italic;
	font-size: 18px;
	line-height: 1.825em;
	margin: 0;
	padding-left: 20px;
}

.entry-content cite,
.comment-content cite {
	font-family: "Libre Baskerville", Georgia, serif;
	font-style: italic;
}

.entry-content table th,
.entry-content table tr,
.entry-content table td,
.comment-content th,
.comment-content tr,
.comment-content td {
	padding: 10px;
	text-align: left;
}

.entry-content thead th,
.comment-content thead th {
	font-family: "Libre Baskerville", Georgia, serif;
	font-weight: 400;
	font-size: 14px;
}

.entry-content tbody th,
.entry-content tbody tr,
.entry-content tbody td,
.comment-content th,
.comment-content tr,
.comment-content td {
	border: 1px solid #999;
	word-break: break-word;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
	word-spacing: .5em;
}

.page-links a {
	border: 2px solid #000;
	display: inline-block;
	margin: 0 0 10px;
	padding: 2px 7px;
	text-decoration: none;
}

.page-links a:hover {
	background: #000;
	color: #FFF;
	text-decoration: none;
}

.page-links strong {
	font-size: 15px;
	font-weight: 600;
	letter-spacing: .125em;
	text-transform: uppercase;
}





.site-feature {
	margin-bottom: 30px;
	position: relative;
}

.site-feature img {
	display: block;
}

.site-feature .post-hero-image {
	margin-bottom: 0;
}

.site-feature .entry-header {
	background: #555;
	margin-bottom: 0;
	padding: 30px;
	position: relative;
	width: 100%;
}

.site-feature .entry-header .entry-title {
	font-size: 24px;
}

.site-feature .entry-header a,
.site-feature .entry-header .entry-summary,
.site-feature .entry-header .entry-meta,
.site-feature .entry-header .entry-meta a,
.site-feature .entry-header .entry-title a,
.site-feature .entry-header .entry-categories:after {
	color: #FFF;
}

.site-feature .entry-header .entry-meta a:hover,
.site-feature .entry-header .entry-meta a:active {
	color: #FFF;
	text-decoration: underline;
}


@media screen and (min-width: 881px) {

	.site-feature {
		margin-bottom: 60px;
	}

	.site-feature img {
		-webkit-transition: all 0.2s ease;
		-moz-transition: all 0.2s ease;
		transition: all 0.2s ease;
	}

	.site-feature:hover img {
		opacity: 0.5;
	}

	.site-feature .entry-image-link {
		background: #000;
	}

	.site-feature .entry-header {
		padding: 2em;
		text-shadow: 1px 0px 3px rgba(0,0,0,.4);
	}

	.site-feature .entry-header .entry-title {
		font-size: 36px;
	}

	.site-feature .has-thumbnail .entry-header {
		background: transparent;
		bottom: 0;
		left: 0;
		padding: 0 0 2em 2em;
		position: absolute;
		width: 50%;
	}

}





.author-meta,
.entry-author {
	border-top: 3px solid #000;
	clear: both;
	padding: 20px 0;
}

.entry-author:before,
.entry-author:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.entry-author:after {
	clear: both;
}

.author-box {
	float: right;
	position: relative;
	width: 100%;
}

.author-avatar {
	float: right;
	margin: 0 0 20px 20px;
}

.author-description {
	padding-right: 33%;
}

.author-box h3 {
	clear: none;
	font-family: "Rubik", "Helvetica Neue", sans-serif;
	font-weight: 600;
	margin: 0;
}

.author-bio,
.author-heading {
	float: left;
	width: 66%;
}


@media screen and (min-width: 881px) {

	.author-meta,
	.entry-author {
		padding: 60px 0;
	}

	.author-information {
		display: table;
		min-height: 111px;
	}

	.author-box {
		float: right;
		position: relative;
		width: calc(66.666%);
	}

	.author-avatar {
		margin: 0;
	}

	.author-avatar .avatar {
		position: absolute;
		right: calc(100% + 40px);
		width: 111px;
	}

	.author-bio,
	.author-heading {
		float: none;
		margin-left: auto;
		margin-right: auto;
	}

	.entry-author .author-avatar {
		display: none; 
	}

}





.single #page .site-main {
	border-top: 3px solid #000;
	padding: 20px 0 0;
}

.single-post #page .site-main {
	margin-top: -3px;
}

.single .post-hero-image {
	margin-bottom: 20px;
}

.single .hentry .entry-header {
	margin: 0 0 20px;
}

.single .hentry .entry-title {
	font-size: 28px;
	line-height: 1.25;
	margin-bottom: 10px;
}

.single .entry-footer .entry-meta {
	margin-bottom: 20px;
}


@media screen and (min-width: 881px) {

	.single #page .site-main {
		padding: 50px 0 0;
	}

	.single .post-hero-image {
		margin-bottom: 50px;
	}

	.single .hentry .entry-header {
		float: right;
		margin: 0 0 50px;
		width: 100%;
		position: relative;
	}

	.single .entry-header .entry-meta {
		float: right;
		width: calc(66.666%);
	}

	.single .hentry .entry-title {
		font-size: 36px;
		margin-bottom: 10px;
		margin-left: calc(33.333%);
	}

	.single .hentry .entry-content {
		float: right;
		margin-bottom: 20px;
		width: calc(66.666%);
	}

	.single .hentry .entry-footer {
		float: right;
		margin-bottom: 50px;
		width: calc(66.666%);
	}

	.single .entry-footer .entry-meta {
		margin-bottom: 30px;
	}

}





.single-jetpack-portfolio #page .site-main {
	border-top: 0;
	padding-top: 0;
}

.single-jetpack-portfolio .hentry {
	padding-top: 30px;
}

.single-jetpack-portfolio .has-post-thumbnail {
	padding-top: 0;
}


@media screen and (min-width: 881px) {

	.single-jetpack-portfolio .hentry {
		padding-top: 50px;
	}

	.single-jetpack-portfolio .hentry .entry-header,
	.single-jetpack-portfolio .hentry .entry-content,
	.single-jetpack-portfolio .hentry .entry-footer {
		float: none;
		margin: 0 15% 50px;
		width: auto;
	}

	.single-jetpack-portfolio .hentry .entry-title {
		margin: auto;
	}

	.single-jetpack-portfolio .entry-header .entry-meta {
		float: inherit;
		width: auto;
	}

	.single-jetpack-portfolio .has-post-thumbnail {
		padding-top: 0;
	}

}





.page .page {
	border-top: 3px solid #000;
	padding: 50px 0;
}

.page .page .entry-footer .entry-meta {
	margin-bottom: 20px;
}

.page .page .entry-title {
	font-size: 28px;
	line-height: 1.25;
	margin-bottom: 10px;
}


@media screen and (min-width: 881px) {

	.page .page:not(.wp-block-newspack-blocks-carousel .page) {
		padding: 50px 15%;
	}

	.page .page .entry-title {
		font-size: 36px;
	}

	.page .page .entry-footer .entry-meta {
		margin-bottom: 30px;
	}
}





.archive .page-header,
.search .page-header {
	border-top: 3px solid #000;
	padding: 60px 0;
	text-align: center;
}

.archive .page-header .page-title,
.search .page-header .page-title {
	border: 2px solid #000;
	display: inline-block;
	font-family: "Rubik", "Helvetica Neue", sans-serif;
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 0;
	padding: 4px 8px;
}

.archive .taxonomy-description,
.search .taxonomy-description {
	color: #999;
	font-size: 14px;
	padding: 20px 30px 0;
}

.archive .page-header p,
.search .page-header p {
	margin-bottom: 0;
}


@media screen and (min-width: 881px) {

	.archive .page-header,
	.search .page-header {
		text-align: left;
	}

	.archive .page-header .page-title,
	.search .page-header .page-title {
		display: inline-block;
		margin-bottom: 0;
		vertical-align: middle;
	}

	.archive .taxonomy-description,
	.search .taxonomy-description {
		display: inline-block;
		vertical-align: middle;
		width: 66.666%;
		padding-top: 0;
	}

}





.card {
	background: transparent;
	display: inline-block;
	margin: 0 -2px;
	padding-bottom: 30px;
	width: 100%;
	word-wrap: break-word;
	vertical-align: top;
	-ms-transition: background-color 0.2s ease;
	-webkit-transition: background-color 0.2s ease;
	transition: background-color 0.2s ease;
}

.js .infinite-scroll .card {
	display: inherit;
	float: left;
	margin: 0;
	opacity: 0;
	vertical-align: inherit;
}

.card .entry-image-section {
	border-top: 3px solid #000;
	padding-top: 30px;
}

.card .entry-image {
	padding: 0;
}

.card .entry-header {
	border-top: 3px solid #000;
	padding-top: 20px;
	margin-bottom: 20px;
	-ms-transition: border-color 0.2s ease;
	-webkit-transition: border-color 0.2s ease;
	transition: border-color 0.2s ease;
}

.card.type-jetpack-portfolio  .entry-header {
	margin-bottom: 10px;
}

.card .entry-title {
	font-size: 24px;
	line-height: 1.2125em;
	margin-bottom: 0;
}

.card.type-jetpack-portfolio .entry-title {
	font-size: 18px;
	text-align: center;
}

.card .entry-title a {
	border-bottom: 2px solid transparent;
	display: inline;
	text-decoration: none;
}

.card .entry-title a:hover {
	border-bottom-color: #F35029;
}

.card.has-post-thumbnail .entry-header {
	border-top: none;
	padding-top: 0;
}

.card .entry-content {
	font-size: 18px;
	line-height: 1.45em;
	-ms-transition: color 0.2s ease;
	-webkit-transition: color 0.2s ease;
	transition: color 0.2s ease;
}

.card .entry-meta,
.card .entry-meta > span:after,
.card:hover .sd-rating h3.sd-title {
	-ms-transition: color 0.2s ease;
	-webkit-transition: color 0.2s ease;
	transition: color 0.2s ease;
}

.card.type-jetpack-portfolio .entry-meta {
	text-align: center;
}


@media screen and (max-width: 639px) {

	.card[style] {
		padding-bottom: 20px;
		
		width: 100% !important;
	}

	.card[style]:hover {
		background: inherit !important;
		color: inherit !important;
	}

	.card:hover .entry-meta > span:after,
	.card:hover a,
	.card:hover a:active,
	.card:hover a:hover {
		color: inherit !important;
	}

	.card .entry-image img {
		opacity: 1;
		-webkit-transition: opacity 0.2s ease;
		-moz-transition: opacity 0.2s ease;
		transition: opacity 0.2s ease;
	}

	.card .entry-image:hover img {
		opacity: 0.5;
	}

}


@media screen and (min-width: 640px) {

	.card,
	.grid-sizer {
		width: calc(50%);
	}

	.card {
		padding: 30px;
	}

	.card:hover {
		color: #FFF;
		background-color: #F35029;
	}

	.card:hover a,
	.card:hover a:active,
	.card:hover a:hover,
	.card:hover .entry-meta,
	.card:hover .entry-meta > span:after,
	.card:hover .sd-rating h3.sd-title {
		color: #FFF;
	}

	.card:hover .entry-header {
		border-color: #FFF;
	}

	.card:hover .entry-title a {
		border-bottom-color: transparent;
	}

	.card:hover .entry-title a:hover,
	.card .entry-title a:hover {
		border-bottom-color: #FFF;
		text-decoration: none;
	}

	.card .entry-image-section {
		border-top: none;
		padding-top: 0;
	}

	.card:last-of-type {
		border-bottom: none;
	}
}


@media screen and (min-width: 960px) {

	.card,
	.grid-sizer {
		width: calc(33.333%);
	}

}





#infinite-wrap {
	margin: 0;
	padding-bottom: 120px;
	width: 100%;
}

.infinite-scroll .pagination {
	display: none;
}

#infinite-handle {
	bottom: 0;
	clear: both;
	display: table;
	margin-bottom: 50px;
	position: absolute;
	text-align: center;
	width: 100%;
}

#infinite-handle span {
	background: transparent !important;
	border-radius: inherit !important;
	color: inherit !important;
	font-size: inherit !important;
	padding: inherit !important;
}

#infinite-handle span button {
	background: #FFF;
	border: 2px solid #000;
	color: #F35029;
	font-family: "Rubik", "Helvetica Neue", sans-serif;
	font-weight: 600;
	line-height: 1;
	padding: 12px 0;
	width: 33%;
}

#infinite-handle span button:hover,
#infinite-handle span button:active,
#infinite-handle span button:focus {
	background: #000;
	border: 2px solid #000;
	color: #FFF;
	font-family: "Rubik", "Helvetica Neue", sans-serif;
	font-weight: 600;
	line-height: 1;
	padding: 12px 0;
}

.infinite-loader {
	bottom: 0;
	left: 50%;
	margin: 0 0 50px -17px;
	position: absolute;
	width: 35px;
}


.infinite-scroll .posts-navigation, 
.infinite-scroll.neverending .site-footer { 
	display: none;
}


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

.infinite-scroll .pagination {
	display: none;
}


@media screen and (max-width: 360px) {
	#infinite-wrap[style],
	#infinite-handle span button {
		width: 100% !important;
	}
}


@media screen and (min-width: 640px) {
	#infinite-wrap,
	#infinite-wrap[style] {
		margin: -30px -30px 0;
		padding-bottom: 120px;
		width: calc(100% + 60px) !important;
	}
}




.site-content .contact-form input[type="radio"],
.site-content .contact-form input[type="checkbox"] {
	margin-bottom: 6px;
	margin-right: .3em;
	vertical-align: middle;
}
.site-content .contact-form label.checkbox,
.site-content .contact-form label.checkbox-multiple,
.site-content .contact-form label.radio {
	font-weight: normal;
	font-style: normal;
	margin-bottom: .375em;
	float: none;
}
.site-content .contact-form label {
	margin-bottom: .375em;
}
.site-content .contact-form > div {
	margin-bottom: .75em;
}
.site-content .contact-form textarea,
.site-content .contact-form input[type='text'],
.site-content .contact-form input[type='email'],
.site-content .contact-form input[type='url'],
.site-content .contact-form select {
	margin-bottom: .375em;
	max-width: 100%;
}





.error404 .not-found,
.blog .not-found,
.page-template-portfolio-page .not-found,
.search-no-results .page-content {
	border-top: 3px solid #000;
	padding: 20px 0;
}

.error404 .page-title {
	font-size: 30px;
	line-height: 1.33em;
}

.error404 .page-header p {
	margin-bottom: 0;
}


@media screen and (min-width: 881px) {

	.error404 .not-found,
	.blog .not-found,
	.page-template-portfolio-page .not-found,
	.search-no-results .page-content {
		padding: 50px 12.5%;
	}

}





.blog .format-aside .entry-title,
.archive .format-aside .entry-title,
.search .format-aside .entry-title {
	display: none;
}





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


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





.wp-caption {
	margin: 0 0 1.5em;
	max-width: 100%;
	position: relative;
}

.wp-caption.alignleft {
	margin-right: 1.5em;
}

.wp-caption.alignright {
	margin-left: 1.5em;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	color: #999;
	font-size: 14px;
	line-height: 1.525em;
	margin: 5px 0;
	position: relative;
	text-align: center;
}

.wp-caption.aligncenter {
	margin: 0 auto 1.5em;
}


@media screen and (min-width: 881px) {

	
	.post .wp-caption.aligncenter .wp-caption-text,
	.post .wp-caption.alignnone .wp-caption-text {
		margin: 0;
		position: absolute;
		text-align: right;
		top: 0;
		right: calc(100% + 40px);
		width: 50%;
	}

	.post .wp-caption.aligncenter .wp-caption-text {
		margin: 5px 0;
		position: relative;
		text-align: center;
		top: 0;
		right: inherit;
		width: 100%;
	}

}





.gallery {
	margin: 0 -2% 1.5em;
}

.gallery-item {
	display: inline-block;
	margin: 0 0 1.5em;
	padding: 0 1%;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-item a {
	display: block;
	line-height: 0;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	color: #999;
	display: block;
	font-size: 14px;
	line-height: 1.525em;
	margin: 5px 0;
	padding: 0 15px;
}





.comment-navigation .nav-previous,
.post-navigation .nav-previous {
	display: inline-block;
}

.comment-navigation .nav-previous a .meta-nav:before,
.post-navigation .nav-previous a .meta-nav:before {
	content: "\00AB\00a0";
}

.comment-navigation .nav-next,
.post-navigation .nav-next {
	display: inline-block;
}

.comment-navigation .nav-next a .meta-nav:after,
.post-navigation .nav-next a .meta-nav:after {
	content: "\00a0\00BB";
}

.post-navigation .nav-previous:after,
.post-navigation .nav-next:after,
.comment-navigation .nav-previous:after,
.comment-navigation .nav-next:after {
	color: #CCC;
	content: "/";
	padding: 0 10px;
}

.post-navigation .nav-previous:last-child:after,
.post-navigation .nav-next:last-child:after,
.comment-navigation .nav-previous:last-child:after,
.comment-navigation .nav-next:last-child:after {
	content: "";
	display: none;
}

.post-navigation .meta-nav-title {
	display: none;
}


.posts-navigation {
	bottom: 0;
	clear: both;
	display: table;
	margin: 50px 0;
	padding: 0;
	position: absolute;
	width: 100%;
}

.posts-navigation .nav-previous {
	float: left;
}

.posts-navigation .nav-previous a:before {
	content: "\00AB\00a0";
	display: inline;
	font-family: 'FontAwesome';
	font-size: 20px;
	font-weight: normal;
	line-height: 0;
	margin: 0 0 0 5px;
	speak: none;
	vertical-align: baseline;
}

.posts-navigation .nav-next a:after {
	content: "\00a0\00BB";
	display: inline;
	font-family: 'FontAwesome';
	font-size: 20px;
	font-weight: normal;
	line-height: 0;
	margin: 0 0 0 5px;
	speak: none;
	vertical-align: baseline;
}

.posts-navigation .nav-next {
	float: right;
}

.posts-navigation a	{
	border: 2px solid #000;
	color: #F35029;
	display: inline-block;
	font-size: 16px;
	font-weight: 500;
	line-height: 1;
	margin: 0;
	padding: 12px 40px;
}

.posts-navigation a:hover,
.posts-navigation a:active {
	background: #000;
	color: #FFF;
	text-decoration: none;
}


.single .site-main .post-navigation {
	border-top: 3px solid #000;
	display: block;
	padding-top: 20px;
}

.single .entry-header .post-navigation {
	display: none;
}

.site-main .comment-navigation,
.site-main .post-navigation {
	clear: both;
	font-family: "Libre Baskerville", Georgia, serif;
	font-size: 16px;
	font-style: italic;
	line-height: 2em;
	margin: 0 0 20px;
	overflow: hidden;
	text-align: center;
	width: 100%;
}

.site-main .comment-navigation {
	margin-bottom: 0;
}

.site-main .comment-navigation .nav-links {
	border-top: 3px solid #000;
	padding: 30px 0;
}


@media screen and (min-width: 881px) {

	.site-main .post-navigation {
		text-align: right;
	}

	.site-main > .post-navigation .nav-previous:after,
	.site-main > .post-navigation .nav-next:after {
		content: "";
		display: none;
	}

	.single .site-main > .post-navigation {
		border-top: 1px solid #CCC;
		margin: 0;
		padding: 30px 0;
		text-align: center;
		width: 100%;
	}

	.single .site-main > .post-navigation a {
		display: block;
	}

	.site-main > .post-navigation .nav-previous {
		display: inline-block;
		float: left;
		padding-right: 20px;
		text-align: right;
		width: 50%;
		vertical-align: middle;
	}

	.site-main > .post-navigation .nav-next {
		display: inline-block;
		float: right;
		padding-left: 20px;
		text-align: left;
		width: 50%;
		vertical-align: middle;
	}

	.site-main .post-navigation .meta-nav-title {
		display: block;
		font-style: normal;
		font-family: "Rubik", "Helvetica Neue", sans-serif;
		font-weight: 400;
		line-height: 1.5em;
		margin-bottom: 5px;
	}

	.single .entry-header .post-navigation {
		bottom: 0;
		border-top: none;
		display: block;
		margin-bottom: 0;
		padding-top: 0;
		position: absolute;
		width: calc(33.333% - 40px);
	}

	.site-main .comment-navigation {
		text-align: center;
	}

	.site-main .comment-navigation {
		float: right;
	}

	.site-main .comment-navigation .nav-links {
		border-top: 1px solid #CCC;
	}

}





.comments-area {
	border-top: 6px solid #000;
	padding: 20px 0;
}

.comment-navigation {
	width: 100%;
}

.comments-title {
	margin-bottom: 20px;
}

.comment-list {
	float: right;
	list-style: none;
	margin-bottom: 0;
	margin-left: 0;
	padding-left: 0;
	width: 100%;
}

.comment,
.pingback {
	clear: both;
	position: relative;
}

.comment .comment-body,
.pingback .comment-body {
	border-top: 3px solid #000;
	padding: 20px 0;
}

.bypostauthor .fn:before {
	color: #F35029;
	content: '\f040';
	display: inline-block;
	font-family: 'FontAwesome';
	font-size: 15px;
	margin-right: 10px;
}

.pingback .comment-body {
	color: #999;
}

.comment .comment-meta {
	display: table;
	margin-bottom: 20px;
	width: 100%;
}

.comment .avatar {
	position: absolute;
	left: 0;
	width: 50px;
}

.comment .comment-author {
	display: inline-block;
	clear: both;
	font-size: 20px;
	line-height: 1em;
	width: 100%;
}

.comment .comment-author a {
	color: #F35029;
}

.comment .comment-author .fn {
	margin-left: 70px;
}

.comment .comment-metadata {
	display: inline-block;
	float: left;
	font-size: 14px;
	margin-left: 70px;
	text-align: left;
}

.comment-metadata a {
	color: #999;
}

.comment .says {
	display: none;
}

.comment .reply {
	font-size: 14px;
	text-align: right;
}

.comment .comment-reply-link {
	color: #F35029;
}

.comment .comment-reply-link:before {
	content: '\f106';
	display: inline-block;
	font-family: 'FontAwesome';
	font-weight: normal;
	margin: 0 5px 0 0;
	speak: none;
	vertical-align: baseline;
}

.comment-content a {
	word-wrap: break-word;
}

.comment .children {
	list-style: none;
	margin-left: 1em;
}

.comment .children .comment-body {
	border-top: 1px solid #CCC;
	padding: 20px 0;
}

.comment .children .comment:last-child {
	padding-bottom: 0;
}


@media screen and (min-width: 881px) {

	.comments-area {
		padding: 50px 11.111% 50px 33.333%;
	}

	.comments-title {
		margin-bottom: 50px;
	}

	.comment-list {
		border-bottom: none;
	}

	.comment-list > .comment,
	.comment-list > .pingback {
		padding-top: 0;
	}

	.comment-list > .comment:first-child,
	.comment-list > .pingback:first-child {
		padding-top: 0;
	}

	.bypostauthor .fn:before {
		font-size: 20px;
	}

	.comment .comment-body,
	.pingback .comment-body {
		border-top: 1px solid #CCC;
		padding: 30px 0;
	}

	.comment .comment-meta {
		display: table;
		width: 100%;
	}

	.comment .comment-author {
		float: left;
		margin-left: inherit;
		width: auto;
	}

	.comment .comment-author .fn {
		margin-left: 0;
	}

	.comment .comment-metadata {
		float: right;
		margin-left: 0;
		text-align: right;
		width: auto;
	}

	.comment .avatar {
		margin-right: 0;
		left: inherit;
		right: calc(100% + 40px);
		width: 111px;
	}

	.comment .comment-content {
		margin-left: 0;
	}

	.no-comments {
		color: #999;
		clear: both;
		font-family: "Libre Baskerville", Georgia, serif;
		font-style: italic;
		margin-bottom: 10px;
		text-align: center;
	}

	.comment .children {
		margin-left: 2em;
	}

	.comment .children .comment-body {
		padding: 30px 0;
	}

}





.single div#respond,
.comment-respond {
	border-top: 3px solid #000;
	clear: both;
	padding-top: 30px;
}

.single div#respond:first-child,
.comment-respond:first-child {
	border-top: none;
	padding-top: 0;
}

.comment-respond p {
	margin-bottom: .75em;
}

.comment-respond p label {
	display: block;
	font-weight: 600;
	padding: 12px 0;
	text-align: left;
	vertical-align: middle;
	width: 100%;
}

.comment-respond p .subscribe-label {
	font-weight: 400;
}

#respond p.comment-subscription-form label,
#respond p.post-subscription-form label {
	font-weight: 400;
	padding-left: 10px;
	right: inherit;
	text-align: left;
	width: 75%;
}

.comment-respond p input,
.comment-respond p textarea {
	border: 2px solid #000;
	padding: 12px 15px;
	width: 100%;
}

.comment-respond p.form-submit {
	text-align: right;
	width: 100%;
}

.comment-respond p.form-submit input {
	width: 200px;
}


.single .comment div#respond,
.comment .comment-respond {
	border-top: none;
	margin-bottom: 30px;
	margin-top: -47px !important;
	padding-top: 1em;
	position: relative;
	width: 100%;
}

.comment .comment-reply-title {
	border-top: none;
	padding-top: 0;
}

.comment .comment-reply-title small {
	position: absolute;
	top: 0;
	right: 0;
}

.comment .comment-reply-title a {
	color: red;
	background: #FFF;
	font-family: "Rubik", "Helvetica Neue", sans-serif;
	font-size: 14px;
	font-weight: 400;
	padding: 5px 0;
}

.comment .comment-reply-title a:before {
	content: '\00D7';
	display: inline-block;
	font-family: 'FontAwesome';
	font-weight: normal;
	margin: 0 5px 0 0;
	speak: none;
	vertical-align: baseline;
}

.comment .comment-respond p input,
.comment .comment-respond p textarea {
	width: 100%;
}


@media screen and (min-width: 881px) {

	.single div#respond,
	.comment-respond {
		border-top: 1px solid #CCC;
		padding-top: 60px;
	}

	.single div#respond:first-child,
	.comment-respond:first-child {
		border-top: none;
		padding-top: 0;
	}

	.comment-form {
		position: relative;
	}

	.comment-respond p {
		display: table;
		margin-bottom: 1.5em;
		overflow: visible;
		width: 100%;
	}

	.comment-respond p label {
		display: table-cell;
		position: absolute;
		right: calc(100% + 40px);
		text-align: right;
		width: 160px;
	}

	.comment-respond p input,
	.comment-respond p textarea {
		display: table-cell;
		vertical-align: middle;
	}

	
	.single .comment div#respond,
	.comment .comment-respond {
		margin-top: -58px !important;
		border-top: 1px solid transparent;
	}

	.comment .comment-respond p.form-submit {
		padding-left: 50%;
		width: 100%;
	}

}





.widget {
	margin: 0 0 30px;
	width: 100%;
}

.widget-title {
	margin-bottom: 20px;
	font-family: "Rubik", "Helvetica Neue", sans-serif;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.25em;
}


.widget select {
	max-width: 100%;
	width: 100%;
}

.widget ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.widget li > a {
	display: block;
}

.widget li > .children {
	margin-left: 1.5em;
	list-style: disc;
}


.widget_search .search-field {
	margin-bottom: 1.5em;
	width: 90%;
}

.widget_search .search-submit{
	padding: 12px 40px;
}


.widget_calendar {
	text-align: left;
}

.widget_calendar caption {
	font-size: 16px;
	font-weight: 600;
	line-height: 1.25em;
	margin-bottom: 20px;
	text-align: left;
}

.widget_calendar table a {
	color: #F35029;
}

.widget_calendar table a:hover,
.widget_calendar table a:active {
	color: #000;
}

.widget_calendar table th,
.widget_calendar table tr,
.widget_calendar table td {
	padding: 10px;
	text-align: center;
}

.widget_calendar thead th {
	font-family: "Libre Baskerville", Georgia, serif;
	font-weight: 600;
	font-size: 14px;
}

.widget_calendar tbody {
	color: #999;
}

.widget_calendar tbody th,
.widget_calendar tbody tr,
.widget_calendar tbody td {
	border: 1px solid #999;
}

.widget_calendar tfoot a {
	font-weight: 400;
}

.widget_calendar #prev {
	text-align: left;
}

.widget_calendar #next {
	text-align: right;
}


.widget_tag_cloud a[style] {
	border: 2px solid #000;
	color: #F35029;
	display: inline-block;
	font-size: 16px !important;
	line-height: 1.2125em !important;
	margin: 0 0 4px !important;
	padding: 8px 13px !important;
}

.widget_tag_cloud a[style]:hover,
.widget_tag_cloud a[style]:active {
	background: #000;
	color: #FFF;
	text-decoration: none;
}


.widget_links li > a,
.widget_categories li > a,
.widget_archive li > a {
	display: inline-block;
}

.widget_links li,
.widget_categories li,
.widget_archive li {
	color: #AAA;
}


.widget_recent_entries li {
	margin-bottom: 10px;
}

.widget_recent_entries li .post-date {
	color: #AAA;
	font-size: 14px;
}


.widget_recent_comments li > a {
	display: inline-block;
}


.widget_rss li {
	margin-bottom: 20px;
}

.widget_rss li .rsswidget {
	font-family: "Libre Baskerville", Georgia, serif;
	font-size: 24px;
	font-weight: 700;
}

.widget_rss li .rss-date {
	display: block;
	margin-bottom: .5em;
}

.widget_rss li cite {
	display: block;
	text-align: right;
}

.widget_rss li cite:before {
	content: "\2014\00a0";
}


.widget_goodreads div[class^="gr_custom_title"] {
	font-family: "Libre Baskerville", Georgia, serif;
}

.widget_goodreads div[class^="gr_custom_each_container"] {
	display: table;
	margin-bottom: 20px;
	width: 100%;
}

.widget_goodreads div[class^="gr_custom_each_container"] > div {
	float: left;
	width: 80%;
}

.widget_goodreads div[class^="gr_custom_each_container"] > div[class^="gr_custom_book_container"] {
	float: left;
	width: 20%;
}


@media screen and (min-width: 881px) {

	.widget {
		display: inline-block;
		margin: 0 0 60px 30px;
		width: calc(49.66% - 30px);
		vertical-align: top;
	}

	.widget:nth-child(2n) {
		margin-right: 0;
	}

}





#secondary {
	border-top: 6px solid #000;
	padding-top: 36px;
	width: 100%;
}


@media screen and (min-width: 881px) {

	#secondary {
		float: right;
		width: calc(66.666% + 30px);
	}

}





.site-footer {
	border-top: 6px solid #000;
	clear: left;
}

.site-footer .site-info {
	font-family: "Libre Baskerville", Georgia, serif;
	font-size: 16px;
	line-height: 1.66em;
	font-style: italic;
	padding: 30px 0;
	width: 100%;
}


@media screen and (min-width: 881px) {
	.site-footer .site-info {
		padding: 80px 0;
	}
}






img#wpstats {
	display: none !important
}








[class^="wp-block-"] figcaption {
	color: inherit;
	font-size: 14px;
	line-height: 1.525em;
	text-align: center;
}





p.has-drop-cap:not(:focus)::first-letter {
	font-size: 80px;
	margin-top: 0.1em;
}



.wp-block-cover,
.wp-block-cover.alignleft,
.wp-block-cover.alignright,
.wp-block-cover.aligncenter {
	display: flex;
}



.wp-block-gallery {
	margin-bottom: 1.5em;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
}

.rtl .wp-block-gallery {
	margin-right: auto;
	margin-left: auto;
}



.wp-block-quote,
.rtl .wp-block-quote[style*="text-align:left"] {
	border-left: 6px solid #f35029;
	border-right: 0;
	font-family: "Libre Baskerville", Georgia, serif;
	font-style: italic;
	font-size: 18px;
	line-height: 1.825em;
	margin: 0 0 1.5em -40px;
	padding-left: 40px;
	padding-right: 0;
}

.rtl .wp-block-quote,
.wp-block-quote[style*="text-align:right"] {
	border-left: 0;
	border-right: 6px solid #f35029;
	margin: 0 -40px 1.5em 0;
	padding-left: 0;
	padding-right: 40px;
}

.wp-block-quote[style*="text-align:center"] {
	border: 0;
	margin-left: 0;
	margin-right: 0;
	padding-left: 0;
	padding-right: 0;
}

.wp-block-quote cite {
	font-family: "Libre Baskerville", Georgia, serif;
	font-style: italic;
}

.wp-block-quote.is-large cite,
.wp-block-quote.is-large footer,
.wp-block-quote.is-style-large cite,
.wp-block-quote.is-style-large footer {
	text-align: left;
	font-size: 24px;
}

.wp-block-quote.is-large,
.wp-block-quote.is-style-large,
.wp-block-quote.is-large p,
.wp-block-quote.is-style-large p {
	font-size: 24px;
}

.wp-block-quote.is-large p,
.wp-block-quote.is-style-large p {
	margin-bottom: 1.5em;
}



.wp-block-audio {
	margin-left: 0;
	margin-right: 0;
}

.wp-block-audio audio {
	display: block;
	width: 100%;
}



.wp-block-file {
	margin: 1.5em 0;
}

.wp-block-file a.wp-block-file__button,
.wp-block-file a.wp-block-file__button:visited {
	background: #fff;
	border: 2px solid currentColor;
	border-radius: 0;
	color: #f35029;
	font-family: "Rubik", "Helvetica Neue", sans-serif;
	font-weight: 500;
	line-height: 1;
	padding: 15px 20px;
	text-decoration: none;
	-webkit-appearance: none;
}

.wp-block-file a.wp-block-file__button:hover,
.wp-block-file a.wp-block-file__button:focus,
.wp-block-file a.wp-block-file__button:active {
	background: #000;
	color: #fff;
}

.rtl .wp-block-file a.wp-block-file__button {
	margin-left: .75em;
	margin-right: 0;
}






.wp-block-verse {
	background: transparent;
	color: inherit;
	font-family: inherit;
	font-size: inherit;
	font-style: italic;
	line-height: inherit;
	margin-bottom: 1.5em;
	max-width: 100%;
	overflow: auto;
	padding: 0;
}



.wp-block-code {
	background: #ccc;
	color: #fff;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}



.wp-block-pullquote {
	margin: 0;
	padding: 0;
	border: 0;
}

.entry-content .wp-block-pullquote blockquote {
	border-left: 0;
	border-bottom: 4px solid #f35029;
	border-top: 4px solid #f35029;
	font-size: 28px;
	line-height: 1.6;
	margin: 0 0 1.5em;
	padding: 1.5em;
}

.rtl .wp-block-pullquote blockquote {
	border-right: 0;
}

.wp-block-pullquote cite {
	color: inherit;
	font-size: 18px;
}

.wp-block-pullquote.alignleft,
.wp-block-pullquote.alignright {
}

.wp-block-pullquote.alignleft blockquote,
.wp-block-pullquote.alignright blockquote {
	padding: 1.5em 0;
	margin: 0 0 .75em;
}

.wp-block-pullquote.alignleft p,
.wp-block-pullquote.alignright p {
	font-size: 18px;
}

.wp-block-pullquote.alignleft {
	margin-right: 1.5em;
}

.wp-block-pullquote.alignright {
	margin-left: 1.5em;
}

.wp-block-pullquote.alignfull blockquote {
	padding-left: 1.5em;
	padding-right: 1.5em;
}

.wp-block-pullquote p {
	margin: 0 0 .75em;
}






.wp-block-button .wp-block-button__link {
	font-family: "Rubik", "Helvetica Neue", sans-serif;
	font-weight: 500;
	line-height: 1;
	padding: 15px 20px;
	text-decoration: none;
}

.wp-block-button .wp-block-button__link:active,
.wp-block-button .wp-block-button__link:hover,
.wp-block-button .wp-block-button__link:focus {
	text-decoration: none;
}

.entry-content .wp-block-button__link {
	background: #f35029;
	color: #fff;
}

.entry-content .is-style-outline .wp-block-button__link {
	background: transparent;
}

.entry-content .is-style-outline .wp-block-button__link:not(.has-text-color) {
	color: #f35029;
}

a.wp-block-button__link:active,
a.wp-block-button__link:focus,
a.wp-block-button__link:hover {
	background: #000;
	color: #fff;
}

.wp-block-button.alignleft {
	margin-left: 0;
}

.wp-block-button.alignright {
	margin-right: 0;
}

.wp-block-button.aligncenter {
	margin: 1.5em auto;
}



hr.wp-block-separator {
	border: 0;
}

.wp-block-separator {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
	max-width: 100px;
}

.wp-block-separator.is-style-wide {
	max-width: 100%;
}





.wp-block-categories.aligncenter,
.wp-block-categories.aligncenter ul,
.wp-block-archives.aligncenter,
.wp-block-latest-posts.aligncenter,
.wp-block-latest-comments.aligncenter {
	list-style-position: inside;
	text-align: center;
}



.wp-block-latest-comments {
	margin-left: 0;
	margin-right: 0;
}

.wp-block-latest-comments__comment-meta a {
	font-weight: 700;
	text-decoration: none;
}

.wp-block-latest-comments .wp-block-latest-comments__comment {
	border-top: 1px solid #ccc;
	margin-bottom: 0;
	padding: 1.75em 0 0;
}

.wp-block-latest-comments .avatar,
.wp-block-latest-comments__comment-avatar {
	margin: 0;
}

.wp-block-latest-comments__comment-date {
	font-size: 14px;
}

.wp-block-latest-comments__comment-meta,
.wp-block-latest-comments__comment-excerpt p {
	font-size: inherit;
}



.wp-block-latest-posts.is-grid,
.rtl .wp-block-latest-posts.is-grid {
	margin-left: 0;
	margin-right: 0;
}



.has-medium-gray-color,
.has-medium-gray-color:hover,
.has-medium-gray-color:focus,
.has-medium-gray-color:active,
.has-medium-gray-color:visited {
	color: #999;
}

.has-medium-gray-background-color,
.has-medium-gray-background-color:hover,
.has-medium-gray-background-color:focus,
.has-medium-gray-background-color:active,
.has-medium-gray-background-color:visited {
	background-color: #999;
}

.has-light-gray-color,
.has-light-gray-color:hover,
.has-light-gray-color:focus,
.has-light-gray-color:active,
.has-light-gray-color:visited {
	color: #ccc;
}

.has-light-gray-background-color,
.has-light-gray-background-color:hover,
.has-light-gray-background-color:focus,
.has-light-gray-background-color:active,
.has-light-gray-background-color:visited {
	background-color: #ccc;
}

.has-white-color,
.has-white-color:hover,
.has-white-color:focus,
.has-white-color:active,
.has-white-color:visited {
	color: #fff;
}

.has-white-background-color,
.has-white-background-color:hover,
.has-white-background-color:focus,
.has-white-background-color:active,
.has-white-background-color:visited {
	background-color: #fff;
}

.has-red-color,
.has-red-color:hover,
.has-red-color:focus,
.has-red-color:active,
.has-red-color:visited {
	color: #f35029;
}

.has-red-background-color,
.has-red-background-color:hover,
.has-red-background-color:focus,
.has-red-background-color:active,
.has-red-background-color:visited {
	background-color: #f35029;
}

.has-dark-red-color,
.has-dark-red-color:hover,
.has-dark-red-color:focus,
.has-dark-red-color:active,
.has-dark-red-color:visited {
	color: #aa2e11;
}

.has-dark-red-background-color,
.has-dark-red-background-color:hover,
.has-dark-red-background-color:focus,
.has-dark-red-background-color:active,
.has-dark-red-background-color:visited {
	background-color: #aa2e11;
}

.has-dark-gray-color,
.has-dark-gray-color:hover,
.has-dark-gray-color:focus,
.has-dark-gray-color:active,
.has-dark-gray-color:visited {
	color: #666;
}

.has-dark-gray-background-color,
.has-dark-gray-background-color:hover,
.has-dark-gray-background-color:focus,
.has-dark-gray-background-color:active,
.has-dark-gray-background-color:visited {
	background-color: #666;
}

.has-black-color,
.has-black-color:hover,
.has-black-color:focus,
.has-black-color:active,
.has-black-color:visited {
	color: #000;
}

.has-black-background-color,
.has-black-background-color:hover,
.has-black-background-color:focus,
.has-black-background-color:active,
.has-black-background-color:visited {
	background-color: #000;
}







.wpcom-reblog-snapshot {
	margin-bottom: 30px;
	margin-left: 12.5%;
}

.wpcom-reblog-snapshot .reblog-post {
	box-shadow: none;
	border: 2px solid #000;
	padding: 30px;
	position: relative;
}

.wpcom-reblog-snapshot .reblog-post:before {
	position: relative;
	color: #F35029;
	content: '\f079';
	display: inline-block;
	font-family: 'FontAwesome';
	font-size: 15px;
	font-weight: normal;
	margin: 0;
	position: absolute;
	top: 25px;
	right: 25px;
	speak: none;
	vertical-align: baseline;
}


div.sharedaddy {
	margin-bottom: 30px;
}

div.sharedaddy h3.sd-title {
	color: #555;
	font-family: "Rubik", "Helvetica Neue", sans-serif !important;
	font-size: 13px !important;
	font-weight: 400 !important;
	letter-spacing: 0.075em;
	line-height: 1.5em !important;
}

div.sharedaddy h3.sd-title:before {
	border-top: none !important;
	display: none !important;
}

div.sharedaddy .sd-content ul {
	margin-bottom: 0 !important;
}


.sd-rating .rating-msg {
	font-size: 13px !important;
	font-weight: 600;
}

.sd-rating h3.sd-title {
	color: #555;
	font-family: "Rubik", "Helvetica Neue", sans-serif !important;
	font-size: 13px !important;
	font-weight: 400 !important;
	letter-spacing: 0.075em;
	line-height: 1.5em !important;
}


div#jp-relatedposts h3.jp-relatedposts-headline em {
	color: #555;
	font-family: "Rubik", "Helvetica Neue", sans-serif !important;
	font-size: 13px !important;
	font-weight: 400 !important;
	letter-spacing: 0.075em;
	line-height: 1.5em !important;
}

div#jp-relatedposts div.jp-relatedposts-items-visual h4.jp-relatedposts-post-title,
div#jp-relatedposts div.jp-relatedposts-items-visual .jp-relatedposts-post img.jp-relatedposts-post-img,
div#jp-relatedposts div.jp-relatedposts-items p {
	margin-bottom: 10px;
}

div#jp-relatedposts div.jp-relatedposts-items-visual h4.jp-relatedposts-post-title,
div#jp-relatedposts div.jp-relatedposts-items-visual h4.jp-relatedposts-post-title a {
	font-family: "Rubik", "Helvetica Neue", sans-serif !important;
	font-size: 17px !important;
	font-weight: bold !important;
	line-height: 1.5em !important;
}

div#jp-relatedposts h3.jp-relatedposts-headline em:before {
	border-top: none !important;
}


.highlander-enabled div#respond h3 {
	margin-top: 0 !important;
}
.highlander-enabled div#respond {
	margin-bottom: 0 !important;
}

.highlander-enabled #respond .comment-subscription-form label,
.highlander-enabled #respond .post-subscription-form label {
	padding-left: 10px;
	right: inherit;
	text-align: left;
	width: 50%;
}


.widget_authors > ul ul {
	margin-left: 1em;
	list-style: disc;
}

.widget_authors > ul > li:first-child > a,
.widget_authors > ul > li:first-child > a:hover,
.widget_authors > ul > li:first-child > a:active {
	margin-bottom: 20px;
	text-decoration: none;
}

.widget_authors > ul > li img,
.widget_authors > ul > li strong {
	display: inline-block;
	text-decoration: none;
	vertical-align: middle;
}


.widget_flickr #flickr_badge_uber_wrapper a:hover,
.widget_flickr #flickr_badge_uber_wrapper a:link,
.widget_flickr #flickr_badge_uber_wrapper a:active,
.widget_flickr #flickr_badge_uber_wrapper a:visited {
	color: inherit;
}

.widget_flickr #flickr_badge_uber_wrapper,
.widget_flickr #flickr_badge_uber_wrapper #flickr_badge_wrapper {
	border-color: transparent !important;
}

.widget_flickr td br {
	clear: none;
	display: none;
}

.widget_flickr td a,
.widget_flickr td img {
	display: inline-block;
	vertical-align: top;
}

.widget_flickr .flickr-size-thumbnail td a {
	width: 25%;
}

.widget_flickr .flickr-size-small  td a {
	width: 50%;
}

.widget_flickr td a:last-of-type {
	clear: both;
	display: block;
	float: none;
	margin-top: 20px;
	width: 100%;
}


.widget_wpcom_instagram_widget .wpcom-instagram-images img {
	margin: 0;
}

.wpcom-instagram-columns-2 a {
	width: inherit;
}


.widget_wpcom_social_media_icons_widget li > a {
	display: inherit;
}

.widget_wpcom_social_media_icons_widget .genericon {
	font-size: 26px;
}


.top_rated .pd_top_rated_holder_posts > p {
	margin-bottom: 0;
}

.top_rated .pd_top_rated_holder_posts #top_posts li {
	margin: 1em 0;
}

.top_rated .pd_top_rated_holder_posts #top_posts a {
	font-family: "Libre Baskerville", Georgia, serif;
}

.top_rated .pd_top_rated_holder_posts #top_posts br {
	clear: none;
	display: none;
}


@media screen and (min-width: 881px) {

	
	.wpcom-reblog-snapshot {
		margin-left: inherit;
	}

	.wpcom-reblog-snapshot .reblog-post:before {
		font-size: 20px;
	}

}


.reblogger-note img.avatar {
	float: left;
	padding: 0;
	border: 0;
}

.reblogger-note-content {
	margin: 0 0 20px;
}

.wpcom-reblog-snapshot .reblog-from img {
	margin: 0 .75em 0 0;
	padding: 0;
	border: 0;
}

.wpcom-reblog-snapshot .reblogger-note img.avatar {
	float: left;
	padding: 0;
	border: 0;
	margin: 0 .5em 0 0;
}

.wpcom-reblog-snapshot {
	margin-bottom: 1em;
}

.wpcom-reblog-snapshot p.reblog-from {
	margin: 0 0 1em 0;
}

.wpcom-reblog-snapshot p.reblogger-headline {
	line-height: 32px;
	margin: 0 0 1em 0;
}

.wpcom-reblog-snapshot .reblogged-content {
	margin: 0 0 1em 0;
}


.reblog-post .wpcom-enhanced-excerpt-content {
	border-left: 3px solid #eee;
	padding-left: 15px;
}

.reblog-post ul.thumb-list {
	display: block;
	list-style: none;
	margin: 2px 0;
	padding: 0;
	clear: both;
}

.reblog-post ul.thumb-list li {
	display: inline;
	margin: 0;
	padding: 0 1px;
	border: 0;
}

.reblog-post ul.thumb-list li a {
	margin: 0;
	padding: 0;
	border: 0;
}

.reblog-post ul.thumb-list li img {
	margin: 0;
	padding: 0;
	border: 0;
}

.reblog-post .wpcom-enhanced-excerpt {
	clear: both;
}

.reblog-post .wpcom-enhanced-excerpt address,
.reblog-post .wpcom-enhanced-excerpt li,
.reblog-post .wpcom-enhanced-excerpt h1,
.reblog-post .wpcom-enhanced-excerpt h2,
.reblog-post .wpcom-enhanced-excerpt h3,
.reblog-post .wpcom-enhanced-excerpt h4,
.reblog-post .wpcom-enhanced-excerpt h5,
.reblog-post .wpcom-enhanced-excerpt h6,
.reblog-post .wpcom-enhanced-excerpt p {
	font-size: 100% !important;
}

.reblog-post .wpcom-enhanced-excerpt blockquote,
.reblog-post .wpcom-enhanced-excerpt pre,
.reblog-post .wpcom-enhanced-excerpt code,
.reblog-post .wpcom-enhanced-excerpt q {
	font-size: 98% !important;
}


.reblog-from img {
	margin: 0 10px 0 0;
	vertical-align: middle;
	padding: 0;
	border: 0;
}

.reblog-source {
	margin-bottom: 0;
	font-size: .8em;
	line-height: 1;
}

.reblog-source .more-words {
	color: #668eaa;
}

.wpcom-reblog-snapshot .reblog-post {
	box-shadow: 0 0 0 1px rgba(46, 68, 83, .1) inset, 0 1px 1px rgba(46, 68, 83, .05);
	border-radius: 4px;
	padding: 24px;
}


.wpcom-reblog-snapshot .reblogger-note {
	margin: 0 0 1em 0;
	overflow: hidden;
}

.wpcom-reblog-snapshot p.reblogger-headline {
	line-height: 32px;
	margin: 0 0 1em 0;
}

.wpcom-reblog-snapshot .reblogger-note-content {
	margin: 0;
	padding: 0;
}

body .wpcom-reblog-snapshot .reblogger-note-content blockquote {
	font-style: normal;
	font-weight: normal;
	font-size: 1em;
	margin: 0;
	padding: 0;
	position: relative;
	border: none;
}

.wpcom-reblog-snapshot .reblogger-note-content blockquote p:last-child {
	margin-bottom: 0;
}
.geolocation-chip .noticon {
  display: inline-block;
  vertical-align: middle;
}

.geolocation-chip {
  margin-bottom: 1em;
}