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

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Prosperity is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# General
# Grid
# Typography
# Elements
# Forms
# Navigation
	## Links
# Header
	## Header Toggle Sidebar
# Footer
# Menus
	## Primary Menu
	 ## Secondary Menu
	 ## Social Menu
# Featured Content
	## Featured Content Loader
# Front Page Blocks
	## Front Page Blocks: Brief Text
	## Front Page Blocks: Regular Page
	## Front Page: Recent Blog Posts
	## Front Page: Testimonial
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Quote Post Format
	## Status Post Format
	## Link Post Format
	## Video Post Format
	## Page Header
	## Audio Player
	## Author Section
	## Comments
# Custom Templates
	## Grid Template
# Testimonials
# 404 Page
# Author's Archive Page
# Infinite scroll
# Media
	## Captions
	## Galleries
# Share Buttons & Related Posts
# Slider
#Responsive
#Print
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
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"] {
	-webkit-appearance: button;
	cursor: pointer;
}

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"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

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

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
.main-navigation li.menu-item-has-children > a:after,
.main-navigation li.page_item_has_children > a:after,
#masthead .header-links .toggle-menu:after,
.social-list li a::before,
#masthead .top-bar .search-form label:before,
.slick-prev:before,
.slick-next:before,
#close-toggle-sidebar:before,
.dropdown-toggle:after,
#mobile-menu-toggle:after,
.widget ul li:before,
.widget.widget_jp_blogs_i_follow ol li:before,
.more-link-container .more-link:before,
.hentry .entry-footer .cat-links:before,
.hentry .entry-footer .tags-links:before,
.hentry .entry-header .comments-link:before,
.hentry .entry-footer .edit-link:before,
.comment-navigation .nav-previous a:before,
.comment-navigation .nav-next a:after,
.post-navigation .nav-previous .nav-title:before,
.post-navigation .nav-next .nav-title:after,
#infinite-handle span:before,
.hentry.format-link .entry-title a:after,
#comments .bypostauthor .comment-author .fn:after {
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	text-decoration: inherit;
	-webkit-font-smoothing: antialiased;
}

#page .has-background-cover {
	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;
	background-repeat: no-repeat;

	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;

	background-position: center center;
	background-attachment: scroll;
}

a,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.more-link-container .more-link,
#infinite-handle span,
.slick-prev,
.slick-next,
.slick-dots,
#featured-content .featured-slide .hentry .entry-title,
#featured-content .featured-slide .hentry .entry-summary,
.post-navigation .nav-previous a:before,
.post-navigation .nav-next a:before,
.page-links a span {
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
}

#page {
	position: relative;
	right: 0;
	transition: right 0.3s ease;
}

#page .page-inner {
	opacity: 1;
}

.has-custom-background #page {
	margin: 25px;
	background: #ffffff;
	-webkit-box-shadow:   0 0 20px rgba(0,0,0,0.1);
	-moz-box-shadow:   0 0 20px rgba(0,0,0,0.1);
	box-shadow:  0 0 20px rgba(0,0,0,0.1);
}

#masthead,
#content,
#colophon {
	-ms-word-wrap: break-word;
	word-wrap: break-word;
}

/*--------------------------------------------------------------
# Grid
--------------------------------------------------------------*/
.container {
	padding-right: .9375rem;
	padding-left: .9375rem;
	margin-right: auto;
	margin-left: auto;
}

.container:before,
.container:after {
	display: table;
	content: " ";
}

.container:after {
	clear: both;
}

@media (min-width: 34em) {
	.container {
		max-width: 34rem;
	}
}

@media (min-width: 48em) {
	.container {
		max-width: 45rem;
	}
}

@media (min-width: 62em) {
	.container {
		max-width: 60rem;
	}
}

@media (min-width: 75em) {
	.container {
		max-width: 72.25rem;
	}
}

.row {
	margin-right: -.9375rem;
	margin-left: -.9375rem;
}

.row:before,
.row:after {
	display: table;
	content: " ";
}

.row:after {
	clear: both;
}

.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
	position: relative;
	min-height: 1px;
	padding-right: .9375rem;
	padding-left: .9375rem;
}

.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
	float: left;
}

@media (min-width: 544px) {
	.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
		float: left;
	}
	.col-sm-1 {
		width: 8.333333%;
	}
	.col-sm-2 {
		width: 16.666667%;
	}
	.col-sm-3 {
		width: 25%;
	}
	.col-sm-4 {
		width: 33.333333%;
	}
	.col-sm-5 {
		width: 41.666667%;
	}
	.col-sm-6 {
		width: 50%;
	}
	.col-sm-7 {
		width: 58.333333%;
	}
	.col-sm-8 {
		width: 66.666667%;
	}
	.col-sm-9 {
		width: 75%;
	}
	.col-sm-10 {
		width: 83.333333%;
	}
	.col-sm-11 {
		width: 91.666667%;
	}
	.col-sm-12 {
		width: 100%;
	}
}

@media (min-width: 768px) {
	.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
		float: left;
	}
	.col-md-1 {
		width: 8.333333%;
	}
	.col-md-2 {
		width: 16.666667%;
	}
	.col-md-3 {
		width: 25%;
	}
	.col-md-4 {
		width: 33.333333%;
	}
	.col-md-5 {
		width: 41.666667%;
	}
	.col-md-6 {
		width: 50%;
	}
	.col-md-7 {
		width: 58.333333%;
	}
	.col-md-8 {
		width: 66.666667%;
	}
	.col-md-9 {
		width: 75%;
	}
	.col-md-10 {
		width: 83.333333%;
	}
	.col-md-11 {
		width: 91.666667%;
	}
	.col-md-12 {
		width: 100%;
	}
}

@media (min-width: 992px) {
	.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
		float: left;
	}
	.col-lg-1 {
		width: 8.333333%;
	}
	.col-lg-2 {
		width: 16.666667%;
	}
	.col-lg-3 {
		width: 25%;
	}
	.col-lg-4 {
		width: 33.333333%;
	}
	.col-lg-5 {
		width: 41.666667%;
	}
	.col-lg-6 {
		width: 50%;
	}
	.col-lg-7 {
		width: 58.333333%;
	}
	.col-lg-8 {
		width: 66.666667%;
	}
	.col-lg-9 {
		width: 75%;
	}
	.col-lg-10 {
		width: 83.333333%;
	}
	.col-lg-11 {
		width: 91.666667%;
	}
	.col-lg-12 {
		width: 100%;
	}
}

.pull-right {
	float: right !important;
}

.pull-left {
	float: left !important;
}

.recent-posts-row {
	margin-right: -1.25rem;
	margin-left: -1.25rem;
}

.recent-posts-row .recent-post,
.testimonial-row .jetpack-testimonial {
	padding-right: 1.25rem;
	padding-left: 1.25rem;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #464646;
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.75;
	font-weight: 300;
}

.site-title,
h1, h2, h3,
h4, h5, h6 {
	clear: both;
	font-weight: 600;
	line-height: 1.35;
	color: #424242;
	letter-spacing: -0.03em;
}

p {
	margin-top: 0;
	margin-bottom: 1.875em;
}

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

blockquote:not(.pull-left):not(.pull-right) {
	padding: 30px 0 0 35px;
	line-height: 1.65;
	font-size: 1.25rem;
	font-weight: 300;
	margin: 0 0 1.875em;
	letter-spacing: -0.02rem;
	border-left: 15px solid #f1f1f1;
	color: #888989;
}

blockquote blockquote {
	font-size: 1.25rem;
}

blockquote.pull-left,
blockquote.pull-right {
	font-size: 1rem;
	color: #888989;
	border-top: 5px solid #f1f1f1;
	border-bottom: 2px solid #f1f1f1;
	font-weight: 300;
	padding-top: 30px;
	width: 40%;
}

blockquote.pull-left {
	float: left;
	margin: 0 35px 30px 0;
}

blockquote.pull-right {
	float: right;
	margin: 0 0 30px 35px;
}

address {
	margin: 0 0 1.875em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.875em;
	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;
}

code {
	padding: .2rem .4rem;
	font-size: 90%;
	color: #bd4147;
	background-color: #f7f7f9;
}

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

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

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
	-webkit-tap-highlight-color: transparent;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
}

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

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

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

ul,
ol {
	margin: 0 0 1.875em;
}

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

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

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

th {
	text-align: left;
}

figure {
	margin: 0 0 1rem;
}

.table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 1.875em;
}

.table th,
.table td {
	padding: .75rem;
	line-height: 1.5;
	vertical-align: top;
	border-top: 1px solid #f1f1f1;
}

.table thead th {
	vertical-align: bottom;
	border-bottom: 2px solid #f1f1f1;
}

.table tbody + tbody {
	border-top: 2px solid #f1f1f1;
}

.table .table {
	background-color: #fff;
}

.table-striped tbody tr:nth-of-type(odd) {
	background-color: #f1f1f1;
}

.table-bordered {
	border: 1px solid #f1f1f1;
}

.table-bordered th,
.table-bordered td {
	border: 1px solid #eceeef;
}

.table-bordered thead th,
.table-bordered thead td {
	border-bottom-width: 2px;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.more-link-container .more-link,
#infinite-handle span {
	border: none;
	display: inline-block;
	line-height: 44px;
	height: 44px;
	padding: 0 18px;
	background: #10a510;
	color: #ffffff;
	border-radius: 1px;
}

button:hover,
.more-link-container .more-link:hover,
#infinite-handle span:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background: #255825;
}

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

button:focus,
input[type="submit"]:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	outline: none;
	box-shadow: 0 0 5px #AFE84F;
}

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

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 0 9px;
	line-height: 44px;
	height: 44px;
}

textarea {
	padding: 9px;
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 40px;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/* Post Navigation */
.post-navigation {
	position: relative;
}

.post-navigation:before {
	content: "";
	position: absolute;
	left: 50%;
	top: 0; bottom: 0;
	border-left: 1px solid #f1f1f1;
}

.post-navigation .entry-thumb {
	max-width: 80px;
}

.post-navigation .nav-previous:after,
.post-navigation .nav-next:after {
	content: "";
	display: table;
	clear: both;
}

.post-navigation .nav-previous a:before,
.post-navigation .nav-next a:before {
	content: "";
	width: 80px;
	height: 80px;
	background-size: 80px 80px;
	background-repeat: no-repeat;
	display: none;
}

.post-navigation .nav-previous a:before {
	float: left;
	margin-right: 1.250em;
}

.post-navigation .nav-next a:before {
	margin-left: 1.250em;
	float: right;
}

.post-navigation .nav-previous a:hover:before,
.post-navigation .nav-next a:hover:before {
	opacity: 0.8;
}

.post-navigation .nav-title {
	display: block;
	font-size: 13px;
	font-size: 0.8125rem;
	color: #888989;
	margin-bottom: 3px;
}

.post-navigation a {
	color: inherit;
}

.post-navigation a:hover {
	color: #10a510;
}

.post-navigation .nav-next {
	padding-left: 20px;
}

.post-navigation .nav-previous {
	padding-right: 20px;
}

.post-navigation .nav-previous .nav-title:before {
	content: "\f190";
	padding-right: 6px;
}

.post-navigation .nav-next .nav-title:after {
	content: "\f18e";
	padding-left: 6px;
}

.post-navigation .post-title {
	overflow: hidden;
	display: block;
}

/* Archive Navigation */
.navigation.paging-navigation a {
	margin: 0 1px 0 0;
	text-decoration:none;
	background: #f1f1f1;
	color: #565656;
}

.navigation.paging-navigation .current,
.navigation.paging-navigation a:hover {
	background: #10a510;
	color: #ffffff;
}

.navigation.paging-navigation a,
.navigation.paging-navigation .current {
	display: inline-block;
	line-height: 42px;
	height: 42px;
	padding: 0 12px;
	min-width: 45px;
	width: auto;
	text-align: center;
	border-radius: 1px;
}

.navigation.paging-navigation .current {
	margin-right: 1px;
	color: #ffffff;
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #10a510;
	text-decoration: none;
}

a:hover,
a:focus,
a:active {
	color: #255825;
}

a:focus {
	outline: thin dotted;
}

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

.entry-content a,
.entry-summary a,
.comment-content a,
.widget_text a,
.front-block-content a,
.brief-text a,
.footer-custom-text a,
.taxonomy-description a {
	border-bottom: 1px solid;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#masthead .top-bar,
#masthead .top-bar .search-form,
#masthead .site-description {
	font-size: 13px;
	font-size: 0.8125rem;
}

#masthead {
	margin-bottom: 40px;
	border-bottom: 1px solid #f1f1f1;
	position: relative;
	z-index: 5;
}

#masthead .header-inner {
	padding-top: 40px;
	padding-bottom: 40px;
}

#masthead .top-bar {
	padding: 8px 0;
	background: #10a510;
	color: #ffffff;
	overflow: hidden;
}

#masthead .top-bar .header-custom-text {
	float: left;
	max-width: 40%;
	line-height: 25px;
}

#masthead .top-bar .header-custom-text a {
	color: inherit;
	text-decoration: underline;
}

#masthead .top-bar .header-custom-text a:hover {
	opacity: 0.8;
	text-decoration: none;
}

#masthead .top-bar .header-social-menu {
	float: right;
	max-width: 39%;
}

#masthead .top-bar .search-form {
	float: right;
	margin-left: 20px;
	position: relative;
}

#masthead .top-bar .search-submit {
	display: none;
}

#masthead .top-bar .search-form label:before {
	content: '\f002';
	position: absolute;
	top: 2px; left: 0;
}

#masthead .top-bar .search-form .search-field {
	height: 100%;
	padding: 0 15px 0 20px;
	border: none;
	border-radius: 0;
	background: none;
	border-bottom: 1px solid rgba(255,255,255,0.5);
	color: inherit;
	display: block;
	max-width: 110px;
	font-size: 0.8125rem;
	height: 25px;
	line-height: 25px;
}

#masthead .top-bar .search-form ::-moz-placeholder {
	color: inherit;
	font-weight: 300;
}

#masthead .top-bar .search-form :-ms-input-placeholder {
	color: inherit;
	font-weight: 300;
}

#masthead .top-bar .search-form ::-webkit-input-placeholder {
	color: inherit;
	font-weight: 300;
}

#masthead .site-branding {
	max-width: 35%;
	float: left;
}

#masthead .site-branding .site-logo {
	width: auto;
	max-height: 260px;
}

#masthead .site-title {
	margin: 0;
	font-size: 26px;
	font-size: 1.625rem;
	line-height: 1.2;
}

.has-site-logo #masthead .site-title {
	margin-top: 15px;
}

#masthead .site-title a {
	color: inherit;
}

#masthead .site-description {
	margin: 12px 0 0;
	color: #888989;
	font-weight: 300;
}

/*--------------------------------------------------------------
## Header Toggle Sidebar
--------------------------------------------------------------*/
body.toggle-sidebar-active,
#toggle-sidebar .search-form {
	overflow: hidden;
}

#toggle-sidebar .mobile-navigation .menu-item-description,
#toggle-sidebar .mobile-navigation .menu li a:hover,
#toggle-sidebar .mobile-navigation .dropdown-toggle:hover:after,
#toggle-sidebar .social-list li a:hover:before {
	color: #888989;
}

#mobile-menu-toggle,
#toggle-sidebar .mobile-navigation .dropdown-toggle:after {
	border: 1px solid rgba(0,0,0,0.15);
}

#toggle-sidebar .mobile-navigation .menu-item-description,
#toggle-sidebar .mobile-navigation .dropdown-toggle:after,
#toggle-sidebar .search-form .search-field,
#toggle-sidebar .search-form .search-submit {
	font-size: 13px;
	font-size: 0.8125rem;
}

#toggle-sidebar .mobile-navigation .menu,
#toggle-sidebar .mobile-navigation .dropdown-toggle:hover:after,
#toggle-sidebar .mobile-navigation .menu > li > a {
	background: #ffffff;
}

#mobile-menu-toggle:after {
	content: "\f0c9";
	margin-left: 4px;
	position: absolute;
	top: 0; bottom: 0;
	right: 0;
	padding: 12px 17px;
	border-left: 1px solid #ffffff;
	line-height: 1.35;
}

.toggle-sidebar-active #mobile-menu-toggle:after {
	content: "\f00d";
}

#mobile-menu-toggle {
	display: none;
	position: relative;
	background: #f1f1f1;
	color: #565656;
	font-size: 1rem;
	font-weight: 400;
	padding: 10px 70px 10px 23px;
	margin-top: 11px;
	float: right;
	height: auto;
	border: none;
	line-height: initial;
}

#mobile-menu-toggle:hover {
	background: #eeeeee;
	color: #888989;
}

#toggle-sidebar {
	position: fixed;
	right: -340px;
	width: 340px;
	max-width: 100%;
	background: rgba(0,0,0,0.05);
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
	z-index: 9999;
}

#toggle-sidebar .inner-panel {
	position: relative;
	padding: 42px 0;
}

#toggle-sidebar {
	overflow: scroll;
	overflow-x: hidden;
}

#toggle-sidebar #close-toggle-sidebar,
#close-toggle-sidebar:before {
	position: absolute;
	top: 0; left: 0;
}

#toggle-sidebar #close-toggle-sidebar {
	width: 100%;
	height: 42px;
	background: #DC5240;
	border-radius: 0;
	border: none;
	text-shadow: none;
	color: #ffffff;
	text-align: inherit;
	padding-left: 61px;
}

#close-toggle-sidebar:before {
	content: '\f00d';
	width: 45px;
	line-height: 42px;
	border-right: 1px solid rgba(0,0,0,0.15);
	text-align: center;
}

#toggle-sidebar #close-toggle-sidebar:hover {
	background: #B44134;
}

#toggle-sidebar a {
	color: inherit;
}

body.toggle-sidebar-active #page {
	right: 340px;
}

body.toggle-sidebar-active #page .page-inner {
	opacity: 0.3;
	transition: opacity 0.3s ease;
}

body.toggle-sidebar-active .page-inner a {
	pointer-events: none;
	cursor: default;
}

#toggle-sidebar .mobile-navigation ul {
	list-style: none;
	margin: 0 auto;
	padding-left: 0;
}

#toggle-sidebar .mobile-navigation .menu li {
	position: relative;
}

#toggle-sidebar .mobile-navigation .menu li a {
	font-size: 1rem;
	display: block;
	padding: 15px 50px 15px 55px;
	line-height: 1.2;
	font-weight: 400;
	border-bottom: 1px solid rgba(0,0,0,0.15);
}

#toggle-sidebar .mobile-navigation .menu li a:hover {
	background: rgba(0,0,0,0.05);
	padding-left: 65px;
}

#toggle-sidebar .mobile-navigation .menu .sub-menu,
#toggle-sidebar .mobile-navigation .menu .children {
	display: none;
}

#toggle-sidebar .mobile-navigation .sub-menu.toggled-on,
#toggle-sidebar .mobile-navigation .children.toggled-on {
	display: block;
	background: rgba(0,0,0,0.05);
}

#toggle-sidebar .mobile-navigation .menu-item-description {
	margin-top: 7px;
	font-weight: 300;
}

#toggle-sidebar .mobile-navigation .dropdown-toggle {
	position: absolute;
	top: 0; left: 0;
	background: none;
	border: 0;
	height: 48px;
	padding: 0;
	text-transform: none;
	width: 48px;
	box-shadow: none;
}

#toggle-sidebar .mobile-navigation .dropdown-toggle:after {
	content: "\f107";
	display: block;
	left: 13px;
	position: relative;
	width: 22px;
	height: 22px;
	line-height: 22px;
	background: #f1f1f1;
	border-radius: 50%;
	color: #565656;
}

#toggle-sidebar .mobile-navigation .dropdown-toggle.toggled-on:after {
	content: "\f106";
}

#toggle-sidebar .search-form {
	padding: 20px 50px 20px 55px;
	border-bottom: 1px solid rgba(0,0,0,0.15);
}

#toggle-sidebar .search-form .search-field,
#toggle-sidebar .search-form .search-submit {
	float: left;
	padding: 0 12px;
	line-height: 35px;
	height: 35px;
}

#toggle-sidebar .search-form .search-field {
	max-width: 120px;
}

#toggle-sidebar .search-form .search-submit {
	box-shadow: none;
	background: #10a510;
	color: #ffffff;
	margin: 0 0 0 2px;
}

#toggle-sidebar .social-list {
	margin-top: 30px;
}

#toggle-sidebar .social-list .menu-items {
	text-align: center;
}

#toggle-sidebar .social-list li a::before {
	color: inherit;
	width: 30px;
	height: 30px;
	line-height: 30px;
}

.admin-bar #toggle-sidebar {
	top: 32px !important;
}

@media screen and (max-width: 782px) {
	.admin-bar #toggle-sidebar {
		top: 45px !important;
	}
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#colophon {
	background: #353833;
}

#colophon,
#colophon a {
	color: #a6a6a6;
}

#colophon .footer-widgets .widget-title,
#colophon a:hover,
#colophon .footer-widgets a:hover {
	color: #e6e6e6;
}

#colophon .footer-widgets {
	padding-top: 60px;
	padding-bottom: 15px;
	border-bottom: 1px solid rgba(255,255,255,0.1);
}

#colophon .footer-widgets a {
	color: inherit;
}

#colophon .footer-widgets .row {
	margin-right: -1.875rem;
	margin-left: -1.875rem;
}

#colophon .footer-widgets .footer-widget {
	padding-right: 1.875rem;
	padding-left: 1.875rem;
}

#colophon .footer-widgets .footer-widget:nth-of-type(3n+1) {
	clear: left;
}

#colophon .footer-bottom {
	position: relative;
	padding-top: 25px;
	padding-bottom: 25px;
}

#colophon .left-footer {
	width: 50%;
	float: left;
	font-size: 13px;
	font-size: 0.8125rem;
}

#colophon .right-footer {
	width: 50%;
	float: right;
}

#colophon .site-credits:before {
	content: "\00a9";
	padding-right: 2px;
}

#colophon .site-info {
	font-weight: 300;
	margin-top: 8px;
}

#colophon .social-list {
	margin-top: 10px;
}

#colophon .social-list li a::before {
	background: rgba(0,0,0,0.1);
	width: 35px;
	height: 35px;
	line-height: 35px;
}

.footer-custom-text {
	background: #f1f1f1;
	padding: 30px 0;
	font-size: 26px;
	font-size: 1.625rem;
	text-align: center;
}

.footer-custom-text a {
	color: inherit;
}

.footer-custom-text a:hover {
	opacity: 0.8;
}

/*--------------------------------------------------------------
# Menus
--------------------------------------------------------------*/
.main-navigation ul,
.secondary-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li,
.secondary-navigation li {
	display: inline-block;
	position: relative;
}

.main-navigation a,
.secondary-navigation a {
	display: block;
	text-decoration: none;
	color: inherit;
	line-height: 1.4;
}

.main-navigation ul > li > ul:before,
.secondary-navigation ul > li > ul:before {
	content: '';
	position: absolute;
	top: -10px;
	left: 18%;
	margin-left: -4px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 8px 8px 8px;
	border-color: transparent transparent #CECFD1 transparent;
}

.main-navigation ul ul ul:before,
.secondary-navigation ul ul ul:before  {
	top: 22px;
	left: -7px;
	border-width: 8px 8px 8px 0;
	border-color: transparent #CECFD1 transparent transparent;
}

.main-navigation ul ul,
.secondary-navigation ul ul {
	box-shadow: 2px 2px 10px 2px rgba(0,0,0,0.1);
	float: left;
	position: absolute;
	top: 150%;
	left: -9999em;
	z-index: 99999;
	background: #ffffff;
	font-size: 0.8125rem;
	border: 3px solid #CECFD1;
	padding: 22px 0 10px;
	opacity: 0;
}

.main-navigation ul ul ul,
.secondary-navigation ul ul ul {
	left: -999em;
	top: 100%;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul,
.secondary-navigation ul li:hover > ul,
.secondary-navigation ul li.focus > ul {
	left: auto;
	top: 100%;
	opacity: 1;

	-webkit-transition: top .3s ease-in-out, opacity .3s ease-in-out;
	-moz-transition: top .3s ease-in-out, opacity .3s ease-in-out;
	transition: top .3s ease-in-out, opacity .3s ease-in-out;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul,
.secondary-navigation ul ul li:hover > ul,
.secondary-navigation ul ul li.focus > ul {
	left: 100%;
	top: -27px;
	margin-left: 0;

	-webkit-transition: opacity .3s ease-in-out;
	-moz-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
}

.main-navigation ul ul li,
.secondary-navigation ul ul li {
	padding: 0 22px;
	width: 100%;
}

.main-navigation ul ul li a,
.secondary-navigation ul ul li a {
	border-bottom: 1px solid #CECFD1;
	margin-bottom: 12px;
	padding-bottom: 12px;
}

.main-navigation ul ul li:last-child > a,
.secondary-navigation ul ul li:last-child > a {
	border-bottom: none;
	margin-bottom: 0;
}

.main-navigation ul ul a,
.secondary-navigation ul ul a {
	width: 190px;
}

.main-navigation .menu-item-description,
.secondary-navigation .menu-item-description {
	font-size: 13px;
	font-size: 0.8125rem;
	margin-top: 6px;
	font-weight: 300;
	line-height: 1.6;
}

.main-navigation ul ul .menu-item-description,
.secondary-navigation ul ul .menu-item-description {
	font-size: 11px;
	font-size: 0.6875rem;
	line-height: 1.6;
}

.main-navigation li:hover > a,
.main-navigation li.focus > a,
.secondary-navigation li:hover > a,
.secondary-navigation li.focus > a,
.main-navigation .menu-item-description,
.secondary-navigation .menu-item-description {
	color: #888989;
}

/*--------------------------------------------------------------
## Menus: Primary Menu
--------------------------------------------------------------*/
.main-navigation {
	width: 100%;
	clear: both;
	background: #f1f1f1;
}

.main-navigation .container > div > ul > li {
	padding: 15px 0;
}

.main-navigation .container > div > ul > li > a {
	margin-right: 30px;
	padding-right: 30px;
	border-right: 1px solid rgba(0,0,0,0.1);
	padding-top: 2px;
	padding-bottom: 2px;
	max-width: 220px;
}

.main-navigation .container > div > ul > li:last-child > a {
	margin-right: 0;
	padding-right: 0;
	border: none
}

.main-navigation li.menu-item-has-children > a:after,
.main-navigation li.page_item_has_children > a:after {
	content: "\f107";
	position: relative;
	padding-left: 8px;
	opacity: 0.55;
}

.main-navigation .sub-menu li.menu-item-has-children > a:after,
.main-navigation .children li.page_item_has_children > a:after {
	content: "\f105";
	left: 2px;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a {
	color: #888989;
}

/*--------------------------------------------------------------
## Menus: Secondary Menu
--------------------------------------------------------------*/
.secondary-navigation {
	float: right;
	max-width: 64%;
	margin-bottom: -15px;
}

.secondary-navigation > div > ul > li {
	margin-left: 32px;
	padding-left: 32px;
	margin-bottom: 15px;
	border-left: 1px solid rgba(0,0,0,0.1);
}

.secondary-navigation > div > ul > li {
	font-weight: 400;
	float: left;
}

.secondary-navigation > div > ul > li:first-child,
.secondary-navigation > div > ul > li:nth-of-type(3n+1) {
	margin-left: 0;
	padding-left: 0;
	border: none;
}

.secondary-navigation > div > ul > li:nth-of-type(3n+1) {
	clear: left;
}

@media (min-width: 62em) {
	.secondary-navigation a {
		max-width: 150px;
	}
}

@media (min-width: 75em) {
	.secondary-navigation a {
		max-width: 185px;
	}
}

/*--------------------------------------------------------------
##Social Menu
--------------------------------------------------------------*/
.social-list .menu-items {
	clear: both;
	line-height: 1;
	text-align: right;
	margin: 0;
	padding: 0;
	-webkit-padding-start: 0;
}

.social-list .menu-items li,
.social-list .menu-items li a,
.social-list li a::before {
	display: inline-block;
	margin: 0;
	line-height: 1;
}

.social-list .menu-items li a:hover {
	opacity: 0.6;
}

.social-list .menu-items li {
	margin-left: 3px;
	font-size: 16px;
	font-size: 1rem;
}

.social-list li a::before {
	width: 25px;
	height: 25px;
	line-height: 25px;
	color: #ffffff;
	text-align: center;
}

.social-list li a::before { content: '\f0c1'; }
.social-list li a[href*="facebook.com"]::before { content: '\f09a'; }
.social-list li a[href*="twitter.com"]::before { content: '\f099'; }
.social-list li a[href*="plus.google.com"]::before { content: '\f0d5'; }
.social-list li a[href*="dribbble.com"]::before { content: '\f17d'; }
.social-list li a[href*="pinterest.com"]::before { content: '\f0d2'; }
.social-list li a[href*="github.com"]::before { content: '\f113'; }
.social-list li a[href*="tumblr.com"]::before { content: '\f173'; }
.social-list li a[href*="youtube.com"]::before { content: '\f16a'; }
.social-list li a[href*="flickr.com"]::before { content: '\f16e'; }
.social-list li a[href*="vimeo.com"]::before { content: '\f194'; }
.social-list li a[href*="instagram.com"]::before { content: '\f16d'; }
.social-list li a[href*="linkedin.com"]::before { content: '\f0e1'; }
.social-list li a[href$="/feed"]::before,
.social-list li a[href$="/feed/"]::before { content: '\f09e'; }
.social-list li a[href*="behance.net"]::before { content: '\f1b4'; }
.social-list li a[href*="vk.com"]::before { content: '\f189'; }
.social-list li a[href*="soundcloud.com"]::before { content: '\f1be'; }
.social-list li a[href*="reddit.com"]::before { content: '\f1a1'; }
.social-list li a[href^="mailto:"]::before { content: '\f0e0'; }
.social-list li a[href*="deviantart.com"]::before { content: '\f1bd'; }
.social-list li a[href*="foursquare.com"]::before { content: '\f180'; }
.social-list li a[href*="digg.com"]::before { content: '\f1a6'; }
.social-list li a[href*="stumbleupon.com"]::before { content: '\f1a4'; }
.social-list li a[href*="spotify.com"]::before { content: '\f1bc'; }
.social-list li a[href*="dropbox.com"]::before { content: '\f16b'; }
.social-list li a[href*="skype"]::before { content: '\f17e'; }
.social-list li a[href*="twitch.tv"]::before { content: '\f1e8'; }
.social-list li a[href*="wordpress.com"]::before,
.social-list li a[href*="wordpress.org"]::before { content: '\f19a'; }
.social-list li a[href*="xing.com"]::before { content: '\f168'; }
.social-list li a[href*="slideshare.net"]::before { content: '\f1e7'; }
.social-list li a[href*="apple.com"]::before { content: '\f179'; }
.social-list li a[href*="houzz.com"]::before { content: '\f27c'; }
.social-list li a[href*="medium.com"]::before { content: '\f23a'; }

/*--------------------------------------------------------------
# Featured Content
--------------------------------------------------------------*/
#featured-content {
	overflow: hidden;
	height: 300px;
	background: #c4c5c6;
}

#featured-content.hero-section {
	height: auto;
}

#featured-content #featured-slideshow {
	visibility: hidden;
	opacity: 0;
}

#featured-content,
#featured-content .featured-slide,
#featured-content .featured-slide .hentry .inner-hentry,
#featured-content .featured-slide .hentry .entry-content {
	position: relative;
}

#featured-content .featured-slide {
	width: 100%;
	padding: 120px 0;
	display: table;
	background: #000000;
}

#featured-content .featured-slide .entry-thumb {
	position: absolute;
	top: 0; bottom: 0;
	left: 0; right: 0;
	opacity: 0.9;
}

#featured-content .featured-slide .hentry {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
}

#featured-content .featured-slide .hentry .inner-hentry:after,
#featured-content .featured-slide .hentry .inner-hentry:before {
	content: "";
	position: absolute;
	bottom: 0;
}

#featured-content .featured-slide .hentry .inner-hentry:before {
	top: 0;
	left: -49.99%;
	width: 50%;
}

#featured-content .featured-slide .hentry .inner-hentry:before,
#featured-content .featured-slide .hentry .inner-hentry {
	background: rgba(255,255,255, 0.15);
}

#featured-content .featured-slide .hentry .inner-hentry {
	color: #ffffff;
	padding: 30px 30px 38px 0;
	max-width: 66%;
	border-radius: 0 1px 1px 0;
}

#featured-content .featured-slide .hentry .inner-hentry:after {
	right: 0;
	border-width: 30px 30px 0 0;
	border-style: solid;
	border-color: rgba(120, 120, 120, 0.6) rgba(0, 0, 0, 0.3);
}

#featured-content .featured-slide .hentry .inner-hentry a,
#featured-content .featured-slide .hentry .inner-hentry h1,
#featured-content .featured-slide .hentry .inner-hentry h2,
#featured-content .featured-slide .hentry .inner-hentry h3,
#featured-content .featured-slide .hentry .inner-hentry h4,
#featured-content .featured-slide .hentry .inner-hentry h5,
#featured-content .featured-slide .hentry .inner-hentry h6,
#featured-content .featured-slide .hentry .inner-hentry blockquote {
	color: inherit;
}

#featured-content .featured-slide .hentry .inner-hentry p a {
	border-bottom: 1px solid;
}

#featured-content .featured-slide .hentry .entry-content a:hover {
	opacity: 0.8;
}

#featured-content .featured-slide .hentry .inner-hentry pre,
#featured-content .featured-slide .hentry.has-post-thumbnail .inner-hentry,
#featured-content .featured-slide .hentry.has-post-thumbnail .inner-hentry:before,
#featured-content .inner-hentry .table-striped tbody tr:nth-of-type(odd) {
	background: rgba(0,0,0,0.5);
}

#featured-content .featured-slide .hentry .entry-title {
	font-size: 42px;
	font-size: 2.625rem;
	line-height: 1.25;
	color: #ffffff;
	margin: 0 0 19px;
}

#featured-content .featured-slide .hentry .entry-content {
	z-index: 1;
}

#featured-content .featured-slide .hentry .entry-content > :last-child {
	margin-bottom: 0;
}

/*--------------------------------------------------------------
## Featured Content Loader
--------------------------------------------------------------*/
.featured-loader {
	position: absolute;
	top: 50%; left: 50%;
	margin-top: -30px;
	margin-left: -30px;
	text-indent: -9999em;
	border-top: 1.1em solid rgba(255, 255, 255, 0.2);
	border-right: 1.1em solid rgba(255, 255, 255, 0.2);
	border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
	border-left: 1.1em solid #ffffff;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation: loader 1.1s infinite linear;
	animation: loader 1.1s infinite linear;
}

.featured-loader,
.featured-loader:after {
	border-radius: 50%;
	width: 60px;
	height: 60px;
}

@-webkit-keyframes loader {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes loader {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

/*--------------------------------------------------------------
# Front Page Blocks
--------------------------------------------------------------*/
.page-template-front-page #masthead,
.front-block .front-block-header .front-block-content :last-child,
.front-block.featured-page .entry-content .more-link-container {
	margin-bottom: 0;
}

.front-block,
.front-block .container {
	position: relative;
}

.front-block .container {
	z-index: 1;
}

.front-block .hentry,
.front-block .front-block-header .front-block-title {
	margin: 0;
}

.front-block {
	padding: 70px 0;
}

.front-block:nth-of-type(even) {
	background: #f7f9f7;
}

.front-block .front-block-header {
	margin-bottom: 70px;
}

.page .front-block.featured-page .hentry .entry-title,
.front-block .front-block-header .front-block-title {
	font-size: 32px;
	font-size: 2rem;
}

.front-block .front-block-header .front-block-content {
	margin-top: 20px;
	max-width: 40rem;
	color: #888989;
}

.brief-text,
.front-block.featured-page .hentry .sub-title,
.page .front-block.featured-page .grid-row .hentry .entry-title {
	font-size: 20px;
	font-size: 1.25rem;
}

.front-block.featured-page .regular-page .thumb-link,
.front-block.featured-page .front-block-header .thumb-link {
	margin-bottom: 40px;
}

.front-block.featured-page .front-block-header .thumb-link {
	display: inline-block;
}

.front-block.featured-page .front-block-header .thumb-link:hover {
	opacity: 0.8;
}

/*--------------------------------------------------------------
## Front Page Blocks: Brief Text
--------------------------------------------------------------*/
.brief-text {
	background: #10a510;
	padding: 35px 0;
	color: #ffffff;
	text-align: center;
}

@media (min-width: 62em) {
	.brief-text .container {
		max-width: 55rem;
	}
}

/*--------------------------------------------------------------
## Front Page Blocks: Regular Page
--------------------------------------------------------------*/
.front-block.featured-page .front-block-header {
	margin-bottom: 30px;
}

#page .front-block.featured-page .hentry .entry-title {
	margin: 0;
}

.front-block.featured-page .entry-content {
	margin-top: 35px;
}

.front-block.featured-page .grid-row .grid-item {
	margin-top: 40px;
}

/*--------------------------------------------------------------
## Front Page: Recent Blog Posts
--------------------------------------------------------------*/
.front-block.front-blog-posts {
	padding-bottom: 30px;
}

.front-blog-posts .hentry .entry-meta {
	color: #888989;
	padding-top: 18px;
}

.front-blog-posts .hentry .entry-meta a {
	color: inherit;
}

.front-blog-posts .other-posts .thumb-link {
	display: block;
	margin-bottom: 30px;
}

.front-blog-posts .other-posts .hentry-inner {
	overflow: hidden;
}

.page .front-blog-posts .hentry .entry-header .entry-meta {
	font-size: 13px;
	font-size: 0.8125rem;
	margin-bottom: 25px;
}

.recent-posts-row .recent-post:nth-of-type(3n+1) {
	clear: left;
}

.page .front-blog-posts .hentry .entry-header .entry-title {
	font-size: 20px;
	margin-bottom: 25px;
}

.front-blog-posts .hentry .more-link-container {
	margin-bottom: 40px;
}

/*--------------------------------------------------------------
## Front Page: Testimonial
--------------------------------------------------------------*/
.front-testimonials {
	padding-bottom: 30px;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.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; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

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

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

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

img.alignleft,
img.alignright {
	margin-bottom: 1.875em;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.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;
}

.clearfix:before,
.clearfix:after {
	display: table;
	content: " ";
}

.clearfix:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.left-sidebar .content-area {
	padding-left: 0;
	padding-right: 15px;
}

.left-sidebar.has-sidebar .site-main {
	padding-right: 15px;
	padding-left: 40px;
	border-right: none;
	border-left: 1px solid #f1f1f1;
	margin-right: 0;
	margin-left: -1px;
}

.left-sidebar .sidebar-section {
	padding-left: 15px;
	padding-right: 0;
	border-left: none;
	border-right: 1px solid #f1f1f1;
}

.left-sidebar #secondary {
	padding-left: 0;
	padding-right: 40px;
}

.has-sidebar .content-area {
	padding-right: 0;
}

.has-sidebar .site-main {
	padding-right: 40px;
	border-right: 1px solid #f1f1f1;
	margin-right: -1px;
}

.sidebar-section {
	margin-top: -40px;
	padding-top: 40px;
	padding-left: 0;
	border-left: 1px solid #f1f1f1;
}

#secondary {
	padding-bottom: 40px;
	padding-left: 40px;
}

.widget {
	margin: 0 0 30px;
}

#secondary .widget {
	padding-bottom: 30px;
	border-bottom: 1px solid #f1f1f1;
}

#secondary .widget:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

.widget .widget-title {
	font-size: 20px;
	font-size: 1.25rem;
	margin: 0 0 20px;
}

#secondary .widget .widget-title {
	color: #888989;
}

.widget:not(.front-page-block) ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
	-webkit-padding-start: 0;
}

.widget ul li,
.widget.widget_jp_blogs_i_follow ol li {
	padding-left: 1.25em;
}

.widget ul li:before,
.widget.widget_jp_blogs_i_follow ol li:before {
	content: '\f101';
	display: inline-block;
	width: 1.25em;
	margin-left: -1.25em;
}

.widget.widget_categories li .children {
	margin-left: 30px;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

.widget ul li,
.widget.widget_archive li,
.widget.widget_categories li,
.widget.widget_pages li,
.widget.widget_nav_menu li,
.widget.widget_recent_comments li,
.widget.widget_meta li,
.widget.widget_recent_entries li,
.widget.widget_recent_comments tr,
.widget.widget_links li,
.widget.widget_authors ul > li,
.widget.widget_goodreads div[class*="gr_custom_each_container"] {
	border-top: 1px dashed rgba(0,0,0,0.1);
	padding-top: 9px;
	margin-top: 9px;
}

.widget ul > li:first-child,
.widget.widget_archive ul > li:first-child,
.widget.widget_categories ul:not(.children) > li:first-child,
.widget.widget_pages ul:not(.children) > li:first-child,
.widget.widget_nav_menu ul:not(.sub-menu) > li:first-child,
.widget.widget_recent_comments li:first-child,
.widget.widget_meta li:first-child,
.widget.widget_recent_entries li:first-child,
.widget.widget_recent_comments tr:first-child,
.widget.widget_links li:first-child,
.widget.widget_authors ul > li:first-child,
.widget.widget_goodreads div[class*="gr_custom_each_container"]:first-of-type {
	border-top: none;
	padding-top: 0;
}

.footer-widgets .widget ul li,
.footer-widgets .widget.widget_archive li,
.footer-widgets .widget.widget_categories li,
.footer-widgets .widget.widget_pages li,
.footer-widgets .widget.widget_nav_menu li,
.footer-widgets .widget.widget_recent_comments li,
.footer-widgets .widget.widget_meta li,
.footer-widgets .widget.widget_rss li,
.footer-widgets .widget.widget_recent_entries li,
.footer-widgets .widget.widget_links li,
.footer-widgets .widget.widget_authors li,
.footer-widgets .widget.widget_goodreads div[class*="gr_custom_each_container"],
.footer-widgets .widget.widget_recent_comments tr {
	border-top-color: rgba(255,255,255,0.1);
}

.widget.widget_authors > ul > li,
.widget.widget_author_grid li,
.widget.widget_jetpack_posts_i_like li,
.widget.widget_eventbrite li,
.widget.widget_wpcom_social_media_icons_widget li {
	padding: 0;
}

.widget.widget_top-posts .no-grav li {
	padding-left: 0;
	padding-right: 0;
}

.widget.widget_authors > ul > li:before,
.widget.widget_author_grid li:before,
.widget.widget_wpcom_social_media_icons_widget li:before,
.widget.widget_jetpack_my_community li:before,
.widget.widget_jetpack_posts_i_like li:before,
.widget.widget_top-posts .no-grav li:before,
.widget.widget_eventbrite li:before {
	content: '';
	margin: 0;
	display: none;
}

.widget.widget_recent_entries .post-date {
	display: block;
	margin-bottom: 10px;
	font-size: 13px;
	font-size:  0.8125rem;
	color: #888989;
}

.widget.widget_recent_comments td {
	border-top: none;
}

.widget.widget_recent_comments td.recentcommentsavatarend,
.widget.widget_recent_comments td.recentcommentsavatartop {
	padding: 13px 0;
}

.widget.widget_recent_comments td.recentcommentstextend {
	padding-top: 13px;
	padding-bottom: 13px;
}

.widget.widget_recent_comments .recentcommentsavatar tr:first-child td.recentcommentstextend,
.widget.widget_recent_comments .recentcommentsavatar tr:first-child td.recentcommentsavatartop {
	padding-top: 0;
}

.widget.widget_recent_comments .recentcommentsavatar tr:last-child td.recentcommentstextend,
.widget.widget_recent_comments .recentcommentsavatar tr:last-child td.recentcommentsavatarend,
#page .widget.widget_goodreads div[class^="gr_custom_each_container"] {
	padding-bottom: 0;
}

.widget.widget_jetpack_posts_i_like .widgets-list-layout.no-grav .widgets-list-layout-links,
.widget.widget_top-posts .widgets-list-layout .widgets-list-layout-links {
	float: left;
	margin-left: 10px;
}

.widget.widget_jetpack_posts_i_like :last-child,
.widget.widget_gravatar :last-child,
.widget.widget_blog_subscription :last-child,
.widget.widget_text :last-child,
.widget.widget_jp_blogs_i_follow ol,
.widget.widget_calendar .table,
.widget.widget_top-posts .widgets-list-layout li,
#page .widget.widget_goodreads div[class^="gr_custom_each_container"],
.widget.widget_authors > ul > li:last-child,
.widget.widget_recent_comments table {
	margin-bottom: 0;
}

.widget.widget_jp_blogs_i_follow ol {
	-webkit-padding-start: 0;
	list-style: none;
}

.widget.widget_authors,
.widget.widget_recent_comments,
.widget.widget_author_grid ul,
.widget.widget_top-posts .no-grav li,
.widget.widget_goodreads div[class*="gr_custom_each_container"] {
	overflow: hidden;
}

#page .widget.widget_goodreads div[class^="gr_custom_container"] {
	border: none;
	background: none;
	padding: 0;
	color: inherit;
}

.widget.widget_goodreads div[class*="gr_custom_each_container"]:last-child {
	border: none;
	padding: 0;
}

.widget.widget_goodreads div[class*="gr_custom_book_container"] {
	float: left;
	margin-right: 15px;
}

.widget.widget_goodreads div[class*="gr_custom_rating"] {
	line-height: 1;
	margin-bottom: 5px;
}

.widget.widget_goodreads div[class*="gr_custom_title"] {
	line-height: 1.4;
}

.widget.widget_goodreads div[class*="gr_custom_author"] {
	font-size: 13px;
	font-size: 0.8125rem;
}

#page .widget.widget_goodreads div[class^="gr_custom_each_container"] {
	border-bottom: none;
}

#page .widget.milestone-widget .label {
	padding: 0;
	font-size: inherit;
	font-weight: inherit;
	color: inherit;
}

.widget.widget_authors .avatar,
.widget.widget_authors li a strong {
	display: block;
}

.widget.widget_authors > ul > li {
	margin-bottom: 35px;
}

.widget.widget_authors .avatar {
	margin-bottom: 20px;
	margin-top: 35px;
	border-radius: 50%;
}

.widget.widget_authors li strong {
	color: #888989;
	font-size: 20px;
	font-size: 1.25rem;
	margin-bottom: 30px;
	font-weight: 400;
	line-height: 1;
}

.widget.widget_author_grid li {
	float: left;
}

.widget.widget_flickr .table > tbody > tr > td {
	border: none;
	padding: 0;
	text-align: left;
}

#page .widget.widget_flickr #flickr_badge_wrapper {
	background: none !important;
	border: none;
}

#page .widget.widget_flickr #flickr_badge_wrapper,
#page .widget.widget_flickr #flickr_badge_uber_wrapper {
	margin: 0;
}

#colophon .table thead th,
#colophon .table th,
#colophon .table td {
	border-color: rgba(255,255,255,0.1);
}

#colophon h1, #colophon h2, #colophon h3,
#colophon h4, #colophon h5, #colophon h6 {
	color: inherit;
}

.widget.widget_eventbrite li,
.widget.widget_wpcom_social_media_icons_widget li,
.widget.widget_text .textwidget ul li a,
.footer-widgets .widget.widget_search .search-field,
.widget.widget_author_grid li,
.widget_text a.clean-link {
	border: none;
}

#page #flickr_badge_uber_wrapper a:link {
	color: #10a510;
}

#page #flickr_badge_uber_wrapper a:hover,
#page #flickr_badge_uber_wrapper a:active,
#page #flickr_badge_uber_wrapper a:visited {
	color: #255825;
}

#page .footer-widgets #flickr_badge_uber_wrapper a:link {
	color: inherit;
}

#page .footer-widgets #flickr_badge_uber_wrapper a:hover,
#page .footer-widgets #flickr_badge_uber_wrapper a:active,
#page .footer-widgets #flickr_badge_uber_wrapper a:visited {
	color: #ffffff;
}

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

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.inactive-sidebar.blog .site-main,
.inactive-sidebar.archive:not(.post-type-archive-jetpack-testimonial) .site-main,
.inactive-sidebar.search .site-main,
.inactive-sidebar.single .site-main,
.inactive-sidebar.page.page-template-default .site-main {
	max-width: 800px;
	margin: 0 auto;
}

.site-main {
	padding-bottom: 40px;
}

.blog .hentry,
.search .hentry,
.archive .hentry {
	margin-bottom: 70px;
}

.blog #page .hentry .sharedaddy,
.search #page .hentry .sharedaddy,
.archive #page .hentry .sharedaddy,
.hentry .more-link-container {
	margin-bottom: 40px;
}

.hentry .thumb-link {
	display: block;
	margin-bottom: 34px;
}

.hentry .thumb-link:hover {
	opacity: 0.8;
}

.blog .hentry .entry-title,
.search .hentry .entry-title,
.archive .hentry .entry-title {
	font-size: 26px;
	font-size: 1.625rem;
	margin: 0 0 25px;
}

.hentry .entry-header a,
.hentry .entry-footer a {
	color: inherit;
}

.hentry .entry-header a:hover,
.hentry .entry-footer a:hover {
	color: #10a510;
}

.hentry .entry-header .entry-meta {
	color: #888989;
	margin-bottom: 31px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #f1f1f1;
	border-top: 1px solid #f1f1f1;
}

.hentry .entry-header .entry-meta span {
	display: inline-block;
}

.hentry .entry-header .comments-link {
	float: right;
}

.hentry .entry-header .comments-link:before {
	content: "\f0e5";
	padding-right: 7px;
}

.hentry .entry-header .byline {
	margin-right: 4px;
}

.hentry .entry-header .author-avatar img,
.hentry .entry-footer .author-avatar img {
	position: relative;
	top: -1px;
	width: 28px;
	border-radius: 50%;
	margin-right: 7px;
}

.hentry .entry-header .posted-on:before,
.hentry .entry-footer .posted-on:before {
	content: "\2014";
	padding-left: 2px;
	padding-right: 7px;
}

.blog .hentry .entry-footer,
.search .hentry .entry-footer,
.archive .hentry .entry-footer,
.single .hentry .entry-footer,
.page .hentry .entry-footer {
	border-top: 1px dashed #e2e2e2;
	padding-top: 13px;
	font-size: 13px;
	font-size: 0.8125rem;
	color: #888989;
}

.hentry .entry-footer span {
	margin-right: 30px;
}

.hentry .entry-footer .cat-links:before,
.hentry .entry-footer .tags-links:before,
.hentry .entry-footer .edit-link:before {
	padding-right: 8px;
}

.hentry .entry-footer .cat-links:before {
	content: "\f02e";
}

.hentry .entry-footer .tags-links:before {
	content: "\f02c";
}

.hentry .entry-footer .edit-link:before {
	content: "\f044";
}

.more-link-container .more-link:before {
	content: "\f18e";
	padding-right: 9px;
	margin-right: 10px;
	border-right: 1px solid rgba(255,255,255,0.3);
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.single .hentry {
	margin-bottom: 40px;
	padding-bottom: 40px;
	border-bottom: 1px solid #f1f1f1;
}

.page .hentry {
	padding-bottom: 10px;
}

.single .hentry .entry-header .entry-title,
.page .hentry .entry-header .entry-title {
	margin: 0 0 20px;
	font-size: 32px;
	font-size: 2rem;
}

.hentry .entry-thumb,
.page .hentry .entry-header .entry-title,
.page .hentry .entry-footer {
	margin-bottom: 30px;
}

.single .hentry .entry-footer,
.page .hentry .entry-footer {
	border: none;
}

.sticky {
	display: block;
}

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

.single .entry-content h1,
.page .entry-content h1,
.comments-area .comment-body h1,

.single .entry-content h2,
.page .entry-content h2,
.comments-area .comment-body h2,

.single .entry-content h3,
.page .entry-content h3,
.comments-area .comment-body h3,

.single .entry-content h4,
.page .entry-content h4,
.comments-area .comment-body h4,

.single .entry-content h5,
.page .entry-content h5,
.comments-area .comment-body h5,

.single .entry-content h6,
.page .entry-content h6,
.comments-area .comment-body h6 {
	margin-top: 35px;
	margin-bottom: 10px;
}

.single .entry-content h1,
.page .entry-content h1,
.comments-area .comment-body h1 {
	font-size: 2.625rem;
}

.single .entry-content h2,
.page .entry-content h2,
.comments-area .comment-body h2 {
	font-size: 2rem;
}

.single .entry-content h3,
.page .entry-content h3,
.comments-area .comment-body h3 {
	font-size: 1.625rem;
}

.single .entry-content h4,
.page .entry-content h4,
.comments-area .comment-body h4 {
	font-size: 1.25rem;
}

.single .entry-content h5,
.page .entry-content h5,
.comments-area .comment-body h5 {
	font-size: 1rem;
}

.single .entry-content h6,
.page .entry-content h6,
.comments-area .comment-body h6 {
	font-size: 0.8125rem;
}

.single .entry-content p.intro,
.page .entry-content p.intro {
	font-size: 1.250em;
	font-weight: 400;
}

.single .entry-content p span.dropcap,
.page .entry-content p span.dropcap {
	float: left;
	line-height: 0.9;
	margin-right: 10px;
	font-size: 3.2em;
	font-weight: 900;
	color: #10a510;
}

.single .hentry .entry-footer,
.page .hentry .entry-footer {
	padding-top: 0;
}

.page-links {
	clear: both;
	margin: 0 0 30px;
}

.page-links .page-links-title {
	padding-right: 6px;
}

.page-links .page-links-title {
	color: #888989;
	font-size: inherit;
}

.page-links span {
	line-height: 25px;
	display: inline-block;
}

.page-links a {
	border: none;
}

.page-links span {
	height: 25px;
	min-width: 25px;
	text-align: center;
	border-radius: 1px;
	font-size: 13px;
	font-size: 0.8125rem;
}

.page-links a span {
	background: #f1f1f1;
	color: #464646;
}
.page-links > span:not(.page-links-title),
.page-links a span:hover {
	background: #10a510;
	color: #ffffff;
}

/*--------------------------------------------------------------
## Aside Post Format
--------------------------------------------------------------*/
.blog .hentry.format-aside .thumb-link,
.archive .hentry.format-aside .thumb-link,
.blog .hentry.format-aside .entry-title,
.archive .hentry.format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
## Quote Post Format
--------------------------------------------------------------*/
.blog .hentry.format-quote,
.archive .hentry.format-quote {
	position: relative;
	padding: 40px 30px;
	background: #f1f1f1;
	color: #888989;
}

.blog .hentry.format-quote.has-post-thumbnail,
.archive .hentry.format-quote.has-post-thumbnail {
	color: #ffffff;
}

.blog .hentry.format-quote .entry-header,
.archive .hentry.format-quote .entry-header,
.blog .hentry.format-quote .entry-content,
.archive .hentry.format-quote .entry-content {
	position: relative;
	z-index: 1;
}

.blog .hentry.format-quote .entry-header .entry-title,
.archive .hentry.format-quote .entry-header .entry-title,
.blog .hentry.format-quote .entry-header .entry-meta > span:not(.posted-on),
.archive .hentry.format-quote .entry-header .entry-meta > span:not(.posted-on),
.blog .hentry.format-quote .entry-header .entry-meta span.posted-on:before,
.archive .hentry.format-quote .entry-header .entry-meta span.posted-on:before {
	display: none;
}

.blog .hentry.format-quote .entry-header .entry-meta,
.archive .hentry.format-quote .entry-header .entry-meta {
	border: none;
	padding: 0;
	margin: 0 0 20px;
	line-height: 1;
	font-size: 13px;
	font-size: 0.8125rem;
	color: inherit;
}

.blog .hentry.format-quote .entry-header .entry-meta span.posted-on,
.archive .hentry.format-quote .entry-header .entry-meta span.posted-on {
	border-bottom: 1px solid;
	padding-bottom: 3px;
}

.blog .hentry.format-quote.has-post-thumbnail,
.archive .hentry.format-quote.has-post-thumbnail {
	background: #000000;
}

.blog .hentry.format-quote .entry-thumb,
.archive .hentry.format-quote .entry-thumb  {
	position: absolute;
	top: 0; bottom: 0;
	left: 0; right: 0;
	opacity: 0.4;
	margin: 0;
}

.blog .hentry.format-quote .entry-content,
.archive .hentry.format-quote .entry-content {
	font-size: 20px;
	font-size: 1.25rem;
}

.blog .hentry.format-quote .entry-content blockquote,
.archive .hentry.format-quote .entry-content blockquote {
	color: inherit;
	border: none;
	padding: 0;
}

.blog .hentry.format-quote a,
.archive .hentry.format-quote a {
	color: inherit;
}

.blog .hentry.format-quote .entry-content :last-child,
.archive .hentry.format-quote .entry-content :last-child {
	margin-bottom: 0;
}

.blog .hentry.format-quote blockquote cite,
.archive .hentry.format-quote blockquote cite {
	font-size: 16px;
	font-size: 1rem;
	margin-top: 15px;
	display: block;
}

.blog .hentry.format-quote blockquote cite:before,
.archive .hentry.format-quote blockquote cite:before {
	content: "\2014";
	padding-right: 4px;
}

/*--------------------------------------------------------------
## Status Post Format
--------------------------------------------------------------*/
.blog .hentry.format-status .entry-header,
.archive .hentry.format-status .entry-header {
	display: none;
}

.blog .hentry.format-status .entry-content,
.archive .hentry.format-status .entry-content {
	font-size: 20px;
	font-size: 1.25rem;
}

.blog .hentry.format-status .entry-footer,
.archive .hentry.format-status .entry-footer {
	font-size: 16px;
	font-size: 1rem;
}

.blog .hentry.format-status .entry-footer span.author-avatar,
.archive .hentry.format-status .entry-footer span.author-avatar,
.blog .hentry.format-status .entry-footer span.byline,
.archive .hentry.format-status .entry-footer span.byline {
	margin-right: 0;
}

.blog .hentry.format-status .entry-footer span.author,
.archive .hentry.format-status .entry-footer span.author {
	margin-right: 4px;
}

.blog .hentry.format-status .entry-content p:last-of-type,
.archive .hentry.format-status .entry-content p:last-of-type {
	margin-bottom: 1.75rem;
}

/*--------------------------------------------------------------
## Link Post Format
--------------------------------------------------------------*/
.blog .hentry.format-link .thumb-link,
.archive .hentry.format-link .thumb-link {
	margin: -20px -25px 30px;
}

.blog .hentry.format-link .entry-title a:after,
.archive .hentry.format-link .entry-title a:after {
	content: "\f08e";
	padding-left: 7px;
	font-size: 16px;
}

.blog .hentry.format-link .entry-meta,
.archive .hentry.format-link .entry-meta {
	display: none;
}

.blog .hentry.format-link,
.archive .hentry.format-link {
	background: #10a510;
	padding: 20px 25px;
}

.blog .hentry.format-link .entry-title,
.archive .hentry.format-link .entry-title,
.blog .hentry.format-link,
.archive .hentry.format-link,
.blog .hentry.format-link a,
.archive .hentry.format-link a {
	color: #ffffff;
}

.blog .hentry.format-link a:hover,
.archive .hentry.format-link a:hover,
.blog .hentry.format-link .entry-footer,
.archive .hentry.format-link .entry-footer,
#page .hentry.format-link div.sharedaddy h3.sd-title,
.blog .hentry.format-link .entry-content h1,
.archive .hentry.format-link .entry-content h1,
.blog .hentry.format-link .entry-content h2,
.archive .hentry.format-link .entry-content h2,
.blog .hentry.format-link .entry-content h3,
.archive .hentry.format-link .entry-content h3,
.blog .hentry.format-link .entry-content h4,
.archive .hentry.format-link .entry-content h4,
.blog .hentry.format-link .entry-content h5,
.archive .hentry.format-link .entry-content h5,
.blog .hentry.format-link .entry-content h6,
.archive .hentry.format-link .entry-content h6,
.blog .hentry.format-link .entry-content blockquote,
.archive .hentry.format-link .entry-content blockquote {
	color: inherit;
}

.blog .hentry.format-link a:not(.thumb-link):hover,
.archive .hentry.format-link a:not(.thumb-link):hover {
	opacity: 0.8;
}

.blog .hentry.format-link .entry-content pre,
.archive .hentry.format-link .entry-content pre {
	background: rgba(0,0,0,0.3);
}

.blog .hentry.format-link .entry-content mark,
.blog .hentry.format-link .entry-content ins,
.archive .hentry.format-link .entry-contentmark,
.archive .hentry.format-link .entry-content ins {
	color: #464646;
}

/*--------------------------------------------------------------
## Video Post Format
--------------------------------------------------------------*/
.blog .hentry.format-video .entry-content .jetpack-video-wrapper,
.archive .hentry.format-video .entry-content .jetpack-video-wrapper,
.single .hentry.format-video .entry-content .jetpack-video-wrapper {
	display: none;
}

#page .jetpack-video-wrapper {
	margin-bottom: 1.875em;
}

/*--------------------------------------------------------------
## Page Header
--------------------------------------------------------------*/
.page-header {
	border-bottom: 1px solid #f1f1f1;
	margin-bottom: 40px;
	padding-bottom: 35px;
}

.page-header .page-title {
	font-size: 26px;
	font-size: 1.625rem;
	line-height: 1.2;
	margin: 0;
}

.page-header .taxonomy-description {
	color: #888989;
	margin-top: 20px;
}

.page-header .taxonomy-description :last-child {
	margin-bottom: 0;
}

/*--------------------------------------------------------------
## Audio Player
--------------------------------------------------------------*/
#page .mejs-container,
#page .wp-playlist {
	margin-bottom: 1.875em;
}

#page .mejs-container {
	border: 1px solid rgba(255,255,255,0.2);
}

#page .wp-playlist  .mejs-container {
	margin-bottom: 12px;
}

#page .mejs-container .mejs-controls {
	background: #0c0c0e;
}

#page .mejs-container .mejs-controls .mejs-button button {
	outline: none;
}

#page .wp-playlist-light .wp-playlist-playing {
	background: none;
}

#page .mejs-container,
#page .mejs-container .mejs-controls,
#page .wp-playlist,
#page .mejs-controls .mejs-time-rail .mejs-time-total,
#page .mejs-controls .mejs-time-rail .mejs-time-current,
#page .wp-playlist-light .wp-playlist-playing,
#page .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,
#page .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
	border-radius: 1px;
}

#page .mejs-controls .mejs-time-rail .mejs-time-total {
	margin: 8px;
}

#page .mejs-container .mejs-controls .mejs-time {
	padding-top: 10px;
}

#page .mejs-controls .mejs-time-rail span,
#page .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
#page .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,
#page .mejs-controls .mejs-time-rail span,
#page .mejs-controls .mejs-time-rail a {
	height: 4px;
}

#page .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
#page .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	top: 13px;
}

#page .mejs-controls .mejs-time-rail .mejs-time-current,
#page .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	background: #10a510;
}

#page .mejs-controls .mejs-time-rail .mejs-time-loaded {
	background: rgba(255,255,255,0.3);
}

#page .wp-playlist {
	padding: 10px;
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.04);
	border-color: rgba(0,0,0,0.07);
}

#page .wp-playlist-light {
	background: #f1f1f1;
}

#page .wp-playlist .wp-playlist-tracks a {
	box-shadow: none;
	border: none;
	padding: 10px;
}

#page .wp-playlist-tracks {
	margin-left: 2px;
}

#page .wp-playlist-item {
	border-color:rgba(0,0,0,0.07);
	padding: 0;
}

#page .wp-playlist-item,
#page .wp-playlist-item a {
	color: rgba(0,0,0,0.5);
	font-weight: normal;
}

#page .wp-playlist-light .wp-playlist-playing,
#page .wp-playlist-light .wp-playlist-playing a {
	color: #000000;
	font-weight: bold;
}

#page .wp-playlist-item-length {
	top: 9px;
	right: 10px;
}

#page .hentry .mejs-container a {
	border-bottom: none;
}

/*--------------------------------------------------------------
## Author Section
--------------------------------------------------------------*/
.author-container {
	margin-top: 40px;
	padding-top: 40px;
	border-top: 1px solid #f1f1f1;
}

.author-container .author-name {
	margin: 0 0 7px;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 600;
}

.author-container .author-name a {
	color: inherit;
}

.author-container .author-info {
	position: relative;
	min-height: 80px;
}

.author-container .avatar {
	width: 80px;
	height: 80px;
	top: 0;
	position: absolute;
	border-radius: 50%;
}

.author-container .author-bio {
	padding-left: 105px;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
#comments {
	outline: none;
}

#comments .comments-title,
#comments #reply-title {
	font-size: 26px;
	font-size: 1.625rem;
	margin: 0 0 30px;
	border-top: 1px solid #f1f1f1;
	padding-top: 40px;
}

#comments .comments-title {
	margin-bottom: 10px;
}

#comments .comment-author .fn,
#comments .comment-author .fn a {
	color: inherit;
}

#comments .comment-metadata a,
#respond .comment-notes,
#respond label,
#comments .comment-navigation a {
	color: #888989;
}

#comments .comment-metadata,
#comments .comment-navigation,
#comments .reply {
	font-size: 13px;
	font-size: 0.8125rem;
}

#comments .comment-content :last-child,
#comments #comment-nav-below,
#respond .form-submit {
	margin-bottom: 0;
}

#comments .comment-author .fn {
	font-weight: 400;
}

#comments .says {
	display: none;
}

#comments .comment-edit-link:before {
	content: "/";
	padding-right: 5px;
}

#comments ul,
#comments ol li > ul {
	list-style: none;
}

#comments ol {
	list-style: none;
	margin-left: 0;
	-webkit-padding-start: 0;
	padding-left: 0;
}

#comments .comment {
	position: relative;
}

#comments .comment-list article,
#comments .comment-list .pingback,
#comments .comment-list .trackback {
	border-top: 1px solid #f1f1f1;
	padding-top: 30px;
	margin-bottom: 35px;
}

#comments .comment-list > li:first-child > article,
#comments .comment-list > .pingback:first-child,
#comments .comment-list > .trackback:first-child {
	border-top: none;
}

#comments .comment-author .avatar {
	height: 64px;
	width: 64px;
	position: absolute;
	top: 30px; left: 0;
	border-radius: 50%;
}

#comments .children .comment-author .avatar {
	width: 52px;
	height: 52px;
	top: 33px;
}

#comments .comment-author,
#comments .comment-metadata,
#comments .comment-content {
	padding-left: 94px;
}

#comments .children .comment-author,
#comments .children .comment-metadata,
#comments .children .comment-content {
	padding-left: 82px;
}

#comments .comment-author {
	margin-top: 5px;
}

#comments .children .comment-author {
	margin-top: 1px;
}

#comments .comment-metadata {
	margin-top: 4px;
	margin-bottom: 27px;
}

#comments .reply {
	position: absolute;
	top: 42px; right: 0;
}

#comments .reply a {
	background: #f1f1f1;
	color: #888989;
	padding: 3px 9px;
	border-radius: 1px;
}

#comments .comment-list .children {
	list-style: none;
	margin-left: 40px;
}

#comments .comment-content ul {
	list-style: disc;
}

#comments .comment-content ul ul,
#comments .comment-content ol ul {
	list-style-type: circle;
}

#comments .comment-content ol {
	margin-left: 25px;
	list-style: decimal;
}

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

#respond .comment-form {
	background: #f1f1f1;
	padding: 35px;
	overflow: hidden;
}

#respond label {
	display: block;
	margin-bottom: 13px;
	line-height: 1;
}

#respond .comment-form-url,
#respond .comment-form-author,
#respond .comment-form-email {
	width: 30.6%;
	float: left;
	margin-bottom: 35px;
}

#respond .comment-form-service .comment-form-url,
#respond .comment-form-service .comment-form-author,
#respond .comment-form-service .comment-form-email {
	width: 100%;
	float: none;
}

#respond.js .comment-form-fields label {
	top: 18px;
}

#respond .comment-form-author,
#respond .comment-form-email {
	margin-right: 4%;
}

#respond #author,
#respond #email,
#respond #url,
#respond #comment {
	width: 100%;
	border-color: rgba(0,0,0,0.1);
}

#respond #comment {
	height: 165px;
}

#page #respond .comment-form-fields div.comment-form-input input {
	height: auto;
}

#respond .comment-form-comment {
	margin-bottom: 25px;
}

#respond .form-submit {
	clear: both;
	padding-bottom: 0;
}

#comments .comment-navigation {
	border-top: 1px solid #f1f1f1;
	padding: 11px 0;
	margin-bottom: 0;
}

.comment-navigation .nav-previous a:before {
	content: "\f190";
	padding-right: 7px;
}

.comment-navigation .nav-next a:after {
	content: "\f18e";
	padding-left: 7px;
}

#comments #commentform .comment-subscription-form {
	margin-top: 30px;
	margin-bottom: 2px;
}

#comments #commentform .comment-subscription-form:last-of-type {
	margin-top: 0;
}

#comments .comment-awaiting-moderation,
#comments .no-comments {
	margin-left: 94px;
	display: inline-block;
	padding: 2px 5px;
}

#comments .children .comment-awaiting-moderation {
	margin-left: 82px;
}

#comments .no-comments {
	background: #f1f1f1;
	margin-bottom: 0;
}

#comments .comment-awaiting-moderation {
	background: yellow;
}

#comments .bypostauthor > .comment-body .comment-author .fn:after {
	content: "\f007";
	position: relative;
	top: -3px;
	display: inline-block;
	background: #10a510;
	width: 15px;
	height: 15px;
	line-height: 14px;
	color: #ffffff;
	font-size: 9px;
	text-align: center;
	border-radius: 50%;
	margin-left: 6px;
}

/*--------------------------------------------------------------
# Custom Templates
--------------------------------------------------------------*/
.page-template-full-width-page #page .site-main,
.page-template-grid-page #page .site-main,
.post-type-archive-jetpack-testimonial #page .site-main,
.error404 #page .site-main {
	border: none;
	padding: 0 0 40px;
	margin: 0;
}

.page-template-full-width-page #page .content-area,
.page-template-grid-page #page .content-area,
.post-type-archive-jetpack-testimonial #page .content-area,
.error404 #page .content-area {
	padding-right: 0;
}

/*--------------------------------------------------------------
## Grid Template
--------------------------------------------------------------*/
.page-template-grid-page #page .site-main {
	padding-bottom: 0;
}

.page .grid-row .hentry .entry-title,
.grid-row .grid-item .hentry,
.grid-main-entry .hentry {
	margin-bottom: 0;
}

.grid-main-entry .hentry .entry-footer {
	padding: 0;
}

.grid-main-entry .hentry .edit-link {
	margin: 0;
	display: inline-block;
}

.grid-row .grid-item .sharedaddy {
	display: none;
}

.grid-row {
	margin-right: -1.25rem;
	margin-left: -1.25rem;
}

.grid-row .grid-item {
	padding-right: 1.25rem;
	padding-left: 1.25rem;
}

.grid-row .three-columns:nth-of-type(3n+1),
.grid-row .two-columns:nth-of-type(2n+1) {
	clear: left;
}

.grid-row .hentry .thumb-link {
	display: block;
	margin-bottom: 33px;
	line-height: 1;
}

.page .grid-row .hentry .entry-title {
	font-size: 20px;
	font-size: 1.25rem;
}

.grid-row .hentry .entry-content {
	margin-top: 21px;
}

.page-template-grid-page #comments {
	margin-bottom: 40px;
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.post-type-archive-jetpack-testimonial .container {
	padding-right: 1.25rem;
	padding-left: 1.25rem;
}

.post-type-archive-jetpack-testimonial #page .site-main {
	padding: 0;
}

.post-type-archive-jetpack-testimonial .site-main .page-header {
	border-bottom: none;
	margin-bottom: 10px;
}

.post-type-archive-jetpack-testimonial .taxonomy-description {
	max-width: 40rem;
}

.post-type-archive-jetpack-testimonial .testimonial-image {
	text-align: center;
	margin-top: 40px;
}

.testimonial-row {
	margin-right: -1.25rem;
	margin-left: -1.25rem;
}

.testimonial-row .jetpack-testimonial {
	width: 33.333333%;
	float: left;
}

.single-jetpack-testimonial .hentry .entry-thumb img {
	max-width: 96px;
	border-radius: 50%;
}

.single-jetpack-testimonial .hentry .entry-content {
	font-size: 20px;
	font-size: 1.25rem;
	font-style: italic;
}

.single-jetpack-testimonial .hentry .entry-header .entry-title {
	font-size: 16px;
	font-size: 1rem;
	color: #888989;
	margin: 0;
}

.post-type-archive-jetpack-testimonial #infinite-handle,
.post-type-archive-jetpack-testimonial .paging-navigation,
.testimonial-row .jetpack-testimonial {
	margin-bottom: 40px;
}

.front-block .testimonial-row .jetpack-testimonial:nth-of-type(3n+1) {
	clear: left;
}

.jetpack-testimonial .testimonial-content {
	position: relative;
	padding: 30px 30px 1px;
	margin-bottom: 25px;
	font-style: italic;
	background: #f1f1f1;
	border-radius: 30px 0 30px 0px;
}

.front-block:nth-of-type(even) .jetpack-testimonial .testimonial-content {
	background: #ffffff;
}

.jetpack-testimonial .testimonial-content:before{
	content: '';
	position: absolute;
	border-style: solid;
	border-width: 12px 12px 0;
	width: 0;
	left: 20px;
	border-color: #f1f1f1 transparent;
	bottom: -12px;
	z-index: 2;
}

.front-block:nth-of-type(even) .jetpack-testimonial .testimonial-content:before {
	border-color: #ffffff transparent;
}

.jetpack-testimonial .testimonial-meta img {
	border-radius: 50%;
	width: 48px;
	margin-right: 12px;
	margin-left: 8px;
}

.jetpack-testimonial .testimonial-meta a {
	color: inherit;
}

.post-type-archive-jetpack-testimonial .no-results .page-content {
	padding-bottom: 40px;
}

/*--------------------------------------------------------------
# 404 Page
--------------------------------------------------------------*/
.error404 .content-area,
.post-type-archive-jetpack-testimonial .no-results {
	padding: 55px 0 60px;
}

.error404 .page-header,
.post-type-archive-jetpack-testimonial .no-results .page-header {
	padding-bottom: 0;
	border-bottom: none;
	margin-bottom: 20px;
}

.error404 .page-content p:first-child,
.post-type-archive-jetpack-testimonial .no-results .page-content p:first-child {
	color: #888989;
	margin-bottom: 40px;
}

/*--------------------------------------------------------------
# Author's Archive Page
--------------------------------------------------------------*/
.archive.author .page-header .avatar  {
	float: left;
	width: 48px;
	border-radius: 50%;
	margin: 0 15px 15px 0;
}

.archive.author .page-header .page-title {
	display: inline-block;
	margin-top: 8px;
}

.archive.author .page-header .taxonomy-description {
	clear: both;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation,
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

#infinite-handle {
	text-align: center;
	margin-bottom: 5px;
}

#infinite-handle span {
	font-size: 16px;
	font-size: 1rem;
}

#infinite-handle span:before {
	content: "\f021";
	padding-right: 10px;
	margin-right: 10px;
	border-right: 1px solid rgba(255,255,255,0.3);
}

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

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.875em;
	max-width: 100%;
	background: #f1f1f1;
	padding: 10px;
}

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

.wp-caption .wp-caption-text {
	margin: 10px 0 0;
	color: #888989;
	font-size: 13px;
	font-size: 0.8125rem;
	font-style: italic;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.entry-gallery,
.gallery {
	margin-bottom: 1.875em;
}

.gallery {
	overflow: hidden;
}

.gallery-item {
	float: left;
	margin: 0 3px 3px 0;
	overflow: hidden;
	position: relative;
	width: auto;
	display: inline-block;
}

.gallery-columns-1 .gallery-item {
	max-width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 49.5%;
	max-width: -webkit-calc(50% - 3px);
	max-width: calc(50% - 3px);
}

.gallery-columns-3 .gallery-item {
	max-width: 33%;
	max-width: -webkit-calc(33.3% - 3px);
	max-width: calc(33.3% - 3px);
}

.gallery-columns-4 .gallery-item {
	max-width: 24.5%;
	max-width: -webkit-calc(25% - 3px);
	max-width: calc(25% - 3px);
}

.gallery-columns-5 .gallery-item {
	max-width: 19.5%;
	max-width: -webkit-calc(20% - 3px);
	max-width: calc(20% - 3px);
}

.gallery-columns-6 .gallery-item {
	max-width: 16%;
	max-width: -webkit-calc(16.66% - 3px);
	max-width: calc(16.66% - 3px);
}

.gallery-columns-7 .gallery-item {
	max-width: 13.5%;
	max-width: -webkit-calc(14.285% - 3px);
	max-width: calc(14.285% - 3px);
}

.gallery-columns-8 .gallery-item {
	max-width: 12%;
	max-width: -webkit-calc(12.5% - 3px);
	max-width: calc(12.5% - 3px);
}

.gallery-columns-9 .gallery-item {
	max-width: 10%;
	max-width: -webkit-calc(11.11% - 3px);
	max-width: calc(11.11% - 3px);
}

.gallery-columns-1 figure.gallery-item:nth-of-type(1n),
.gallery-columns-2 figure.gallery-item:nth-of-type(2n),
.gallery-columns-3 figure.gallery-item:nth-of-type(3n),
.gallery-columns-4 figure.gallery-item:nth-of-type(4n),
.gallery-columns-5 figure.gallery-item:nth-of-type(5n),
.gallery-columns-6 figure.gallery-item:nth-of-type(6n),
.gallery-columns-7 figure.gallery-item:nth-of-type(7n),
.gallery-columns-8 figure.gallery-item:nth-of-type(8n),
.gallery-columns-9 figure.gallery-item:nth-of-type(9n) {
	margin-right: 0;
}

.gallery-columns-1 figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-1 figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-2 figure.gallery-item:nth-of-type(2n+1),
.gallery-columns-3 figure.gallery-item:nth-of-type(3n+1),
.gallery-columns-4 figure.gallery-item:nth-of-type(4n+1),
.gallery-columns-5 figure.gallery-item:nth-of-type(5n+1),
.gallery-columns-6 figure.gallery-item:nth-of-type(6n+1),
.gallery-columns-7 figure.gallery-item:nth-of-type(7n+1),
.gallery-columns-8 figure.gallery-item:nth-of-type(8n+1),
.gallery-columns-9 figure.gallery-item:nth-of-type(9n+1) {
	clear: left;
}

.gallery-caption {
	background: rgba(0, 0, 0, 0.4);
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.26) 0%, rgba(0,0,0,0.59) 59%, rgba(0,0,0,0.65) 69%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.26)), color-stop(59%,rgba(0,0,0,0.59)), color-stop(69%,rgba(0,0,0,0.65)));
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.26) 0%,rgba(0,0,0,0.59) 59%,rgba(0,0,0,0.65) 69%);
	background: -o-linear-gradient(top,  rgba(0,0,0,0.26) 0%,rgba(0,0,0,0.59) 59%,rgba(0,0,0,0.65) 69%);
	background: -ms-linear-gradient(top,  rgba(0,0,0,0.26) 0%,rgba(0,0,0,0.59) 59%,rgba(0,0,0,0.65) 69%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0.26) 0%,rgba(0,0,0,0.59) 59%,rgba(0,0,0,0.65) 69%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#42000000', endColorstr='#a6000000',GradientType=0 );

	color: #ffffff;
	font-size: 11px;
	line-height: 1.2;
	position: absolute;
	bottom: 0;
	left: 0;
	height: 0;
	width: 100%;
	padding: 10px;
	margin: 0;
	visibility: hidden;
	opacity: 0;
}

.gallery-item:hover .gallery-caption {
	visibility: visible;
	opacity: 1;
	height: 30%;
}

.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}

/*--------------------------------------------------------------
# Share Buttons & Related Posts
--------------------------------------------------------------*/
#page div.sharedaddy h3.sd-title:before {
	border: none;
	margin: 0;
}

#page div.sharedaddy h3.sd-title,
#page div#jp-relatedposts h3.jp-relatedposts-headline,
#page div#jp-relatedposts h3.jp-relatedposts-headline em {
	font-weight: 400;
}

#page div.sharedaddy h3.sd-title,
#page div#jp-relatedposts h3.jp-relatedposts-headline {
	color: #888989;
	font-size: 13px;
	font-size: 0.8125rem;
}

#page div.sharedaddy h3.sd-title,
#page div#jp-relatedposts h3.jp-relatedposts-headline {
	margin-bottom: 25px;
}

#page div#jp-relatedposts h3.jp-relatedposts-headline {
	margin-bottom: 18px;
}

#page #jp-post-flair {
	padding-bottom: 0;
	margin-bottom: 0;
}

#page .sd-social-icon .sd-content ul {
	margin: 0 !important;
}

#page .sd-social-icon .sd-content ul li[class*='share-'] a {
	padding: 12px;
}

#page div#jp-relatedposts h3.jp-relatedposts-headline em:before {
	display: none;
}

.pd-rating,
.sharedaddy .sd-sharing {
	line-height: 1;
}

#page .sharedaddy,
.sd-rating {
	margin-bottom: 30px;
}

#page #jp-relatedposts a {
	border-bottom: none;
}

#page div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post img.jp-relatedposts-post-img {
	margin-bottom: 13px;
}

#page div#jp-relatedposts div.jp-relatedposts-items-visual h4.jp-relatedposts-post-title {
	margin-bottom: 5px;
}

div#jp-relatedposts div.jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-context {
	font-size: 13px;
	opacity: 0.8;
	line-height: 1.4;
	margin-top: 5px;
}

/*--------------------------------------------------------------
# Slider
--------------------------------------------------------------*/
.slick-slider {
	position: relative;
	display: block;

	-moz-box-sizing: border-box;
	box-sizing: border-box;

	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	top: 0; left: 0;
	display: block;
}

.slick-track:before,
.slick-track:after {
	display: table;
	content: '';
}

.slick-track:after {
	clear: both;
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}

[dir='rtl'] .slick-slide {
	float: right;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-slide img,
.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-track,
.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-slide.slick-loading img,
.slick-arrow.slick-hidden {
	display: none;
}

/* Dots */
.slick-dots {
	display: block;
	padding: 0;
	list-style: none;
	text-align: center;
	position: absolute;
	bottom: 0;
	left: 0; right: 0;
	opacity: 0;
	visibility: hidden;
}

#featured-content:hover .slick-dots {
	bottom: 30px;
	opacity: 1;
	visibility: visible;
}

.slick-dots li,
.slick-dots li button {
	cursor: pointer;
}

.slick-dots li,
.slick-dots li button,
.slick-dots li button:before {
	width: 13px;
	height: 13px;
}

.slick-dots li {
	position: relative;
	display: inline-block;
	margin: 0 6px;
	padding: 0;
}

.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	padding: ;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
	box-shadow: none;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
	outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
	opacity: 1;
}

.slick-dots li button:before {
	content: '';
	position: absolute;
	top: 0; left: 0;

	text-align: center;

	background: rgba(255,255,255,0.05);
	border: 1px solid #ffffff;
	border-radius: 50%;
	box-shadow: 0 0 3px 2px rgba(0,0,0,0.3);

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
	background: #fff;
}

/* Arrows */
.slick-prev,
.slick-next {
	position: absolute;
	top: 50%;
	margin-top: -50px;
	outline: 0;
	font-size: 1.438rem;
	height: 100px;
	line-height: 100px;
	width: 48px;
	z-index: 9999;
	color: #ffffff;
	background: rgba(0,0,0,0.6);
	text-align: center;
	cursor: pointer;
	z-index: 10;
	visibility: hidden;
	opacity: 0;
}

.slick-prev {
	left: -15px;
}

.slick-next {
	right: -15px;
}

.slick-prev:before {
	content: "\f104";
}

.slick-next:before {
	content: "\f105";
}

.slick-prev:hover,
.slick-next:hover {
	background: rgba(0,0,0,0.8);
}

#featured-content:hover .slick-prev,
#featured-content:hover .slick-next {
	visibility: visible;
	opacity: 1;
}

#featured-content:hover .slick-prev {
	left: 0;
}

#featured-content:hover .slick-next {
	right: 0;
}

/*--------------------------------------------------------------
# Responsive Design
--------------------------------------------------------------*/
.mobile-view #masthead .top-bar .search-form,
.mobile-view #masthead .top-bar .header-social-menu,
.mobile-view .main-navigation,
.mobile-view .secondary-navigation > div,
.mobile-view .post-navigation:before {
	display: none;
}

.mobile-view #mobile-menu-toggle {
	display: block;
}

@media only screen and (max-width:992px) {
	#masthead .top-bar .search-form,
	#masthead .top-bar .header-social-menu,
	.main-navigation,
	.secondary-navigation > div,
	.post-navigation:before {
		display: none;
	}

	#mobile-menu-toggle {
		display: block;
	}

	.front-block.featured-page .hentry .thumb-link,
	.front-block.featured-page .content-left .hentry .entry-body,
	.front-block.featured-page .content-right .hentry .entry-body,
	.front-block .grid-row .grid-item,
	.recent-posts-row .recent-post,
	.testimonial-row .jetpack-testimonial,
	.content-area,
	.sidebar-section,
	#page .post-navigation .nav-previous,
	#page .post-navigation .nav-next,
	#colophon .footer-widgets .footer-widget {
		width: 100%;
	}

	#masthead .top-bar .header-custom-text,
	#featured-content .featured-slide .hentry .inner-hentry {
		max-width: 100%;
	}

	#masthead .site-branding {
		max-width: 55%;
	}

	.post-navigation .nav-next a:before {
		margin-left: 0;
		margin-right: 1.250em;
		float: left;
	}

	#page .post-navigation .nav-previous,
	#page .post-navigation .nav-next {
		float: none;
	}

	#page .post-navigation .nav-next {
		text-align: inherit;
	}

	#page .sidebar-section,
	.has-sidebar #page .site-main {
		border: none;
	}

	.has-sidebar #page .content-area {
		padding-right: .9375rem;
	}

	#page .sidebar-section {
		padding-left: .9375rem;
	}

	.has-sidebar #page .site-main,
	#page #secondary,
	.post-navigation .nav-previous,
	.post-navigation .nav-next {
		padding-left: 0;
		padding-right: 0;
	}

	.has-sidebar #page .site-main {
		margin-left: 0;
		margin-right: 0;
	}

	#colophon .footer-widgets .row,
	.front-block.featured-page .grid-row,
	.testimonial-row {
		margin-right: -.9375rem;
		margin-left: -.9375rem;
	}

	#colophon .footer-widgets .footer-widget,
	.front-block.featured-page .grid-row .grid-item,
	.testimonial-row .jetpack-testimonial {
		padding-right: .9375rem;
		padding-left: .9375rem;
	}

	.post-navigation .nav-previous,
	.post-navigation .nav-next {
		margin: 0 0 20px;
		padding-bottom: 20px;
		border-bottom: 1px dashed #f1f1f1;
	}

	.post-navigation .nav-links div:last-of-type {
		border-bottom: none;
		padding-bottom: 0;
		margin-bottom: 0;
	}
}

/* Tablet and Mobile */
@media only screen and (max-width:768px) {
	#colophon .left-footer,
	#colophon .right-footer {
		float: none;
	}

	#colophon .left-footer,
	#colophon .right-footer {
		width: 100%;
	}

	#colophon .social-list .menu-items {
		text-align: inherit;
		margin-top: 15px;
	}
}

/* Mobile */
@media only screen and (max-width:500px) {
	#featured-content .featured-slide .hentry .entry-title {
		font-size: 32px;
		font-size: 2rem;
	}

	.single .hentry .entry-header .entry-title,
	.page .hentry .entry-header .entry-title,
	.page .front-block.featured-page .hentry .entry-title,
	.front-block .front-block-header .front-block-title {
		font-size: 26px;
		font-size: 1.625rem;
	}

	.blog .hentry .entry-title,
	.search .hentry .entry-title,
	.archive .hentry .entry-title,
	.footer-custom-text {
		font-size: 20px;
		font-size: 1.25rem;
	}

	#page blockquote,
	.front-block.featured-page .hentry .sub-title,
	.single-jetpack-testimonial .hentry .entry-content,
	.single-jetpack-testimonial .hentry .entry-header .entry-title {
		font-size: 16px;
		font-size: 1rem;
	}

	.hentry .entry-header .entry-meta {
		font-size: 13px;
		font-size: 0.8125rem;
	}

	#masthead {
		text-align: center;
	}

	.container {
		padding-right: 1.875rem;
		padding-left: 1.875rem;
	}

	#page #masthead .site-branding,
	#page #mobile-menu-toggle,
	#page #masthead .top-bar .header-custom-text,
	.entry-content img.alignright,
	.entry-content img.alignleft,
	.entry-content .wp-caption.alignright,
	.entry-content .wp-caption.alignleft,
	#respond .comment-form-url,
	#respond .comment-form-author,
	#respond .comment-form-email {
		float: none;
	}

	.entry-content img.alignright,
	.entry-content img.alignleft,
	.wp-caption {
		display: block;
		margin: 0 auto 1.875em;
	}

	#masthead .site-branding,
	#masthead .secondary-navigation,
	#page #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post img.jp-relatedposts-post-img,
	#page #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post span {
		max-width: 100%;
	}

	#respond .comment-form-url,
	#respond .comment-form-author,
	#respond .comment-form-email,
	blockquote.pull-left,
	blockquote.pull-right,
	#page #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post {
		width: 100%;
	}

	#masthead .site-logo {
		max-width: 80%;
	}

	#page #mobile-menu-toggle {
		margin: 25px auto 0;
	}

	#page .author-container .author-bio,
	#page #comments .comment-content {
		padding: 0;
	}

	#page .author-container .avatar {
		position: static;
	}

	blockquote.pull-left,
	blockquote.pull-right {
		float: none !important;
		margin: 0 0 1.875em;
		border: none;
		border-left: 15px solid #f1f1f1;
		padding: 30px 0 0 35px;
	}

	#comments .comment-list .children {
		margin-left: 20px;
	}

	.author-container .avatar,
	#respond .comment-form-url,
	#respond .comment-form-author,
	#respond .comment-form-email {
		margin-bottom: 15px;
	}

	#respond .comment-form-author,
	#respond .comment-form-email {
		margin-right: 0;
	}

	#comments .reply {
		position: static;
		margin-top: 30px;
	}

	#comments .comment-author,
	#comments .comment-metadata {
		padding-left: 84px;
	}

	#comments .children .comment-author,
	#comments .children .comment-metadata {
		padding-left: 72px;
	}

	.hentry .entry-header .author-avatar img,
	.hentry .entry-footer .author-avatar img {
		width: 16px;
	}

	#respond .comment-form {
		padding: 20px;
	}

	.hentry .entry-header .comments-link {
		float: none;
		display: block;
	}

	.error404 .content-area {
		padding: 25px 0 30px;
	}

	.slick-prev, .slick-next {
		display: none !important;
	}

	#featured-content .slick-dots {
		bottom: 30px;
		opacity: 1;
		visibility: visible;
	}

	.has-custom-background #page {
		margin: 12px;
	}

	#page #comments .comment-awaiting-moderation,
	#page #comments .no-comments {
		margin-left: 0;
		margin-right: 0;
	}
}

/*--------------------------------------------------------------
# Print
--------------------------------------------------------------*/
@media print {
	body {
		background: none !important;
		color: #000000;
		font-size: 12pt;
	}

	#masthead .site-branding {
		max-width: 100%;
	}

	#page a:after {
		content: "";
	}

	.has-sidebar .content-area {
		width: 100%;
	}

	#masthead .top-bar .header-custom-text {
		max-width: 100%;
	}

	#toggle-sidebar,
	#secondary,
	#site-navigation,
	#secondary-navigation,
	.author-container,
	.sidebar-section,
	#comments,
	#colophon,
	.sharedaddy,
	.jp-relatedposts,
	.post-navigation,
	.entry-footer,
	.mejs-container,
	.wp-playlist,
	#masthead .top-bar .search-form,
	#masthead .top-bar .header-social-menu,
	.hentry .entry-header .comments-link {
		display: none;
	}

	.single .hentry,
	.has-sidebar .site-main {
		padding: 0;
		border: none;
		margin: 0;
	}
}

/*--------------------------------------------------------------
Hide smiley face at the bottom
--------------------------------------------------------------*/
#wpstats,
#botd,
#botd2 {
	display: none;
}
/**

	Noticons

	Noticons are vector icons embedded in a font for use across wp.com.
	To use, reference this stylesheet in your project. See instructions in example.html

*/


/* IE8 and below use EOT and allow cross-site embedding. 
   IE9 uses WOFF which is base64 encoded to allow cross-site embedding.
   So unfortunately, IE9 will throw a console error, but it'll still work.
   When the font is base64 encoded, cross-site embedding works in Firefox */
@font-face {
  font-family: "Noticons";
  src: url(/i/noticons/./Noticons.eot?) format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Noticons";
  src: url("data:application/x-font-woff;charset=utf-8;base64,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") format("woff"),
       url(/i/noticons/./Noticons.ttf) format("truetype"),
       url(/i/noticons/./Noticons.svg#Noticons) format("svg");
  font-weight: normal;
  font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: "Noticons";
    src: url(/i/noticons/./Noticons.svg#Noticons) format("svg");
  }
}


/**
 * All noticons
 */

.noticon {
	font-size: 16px;
	vertical-align: top;
	text-align: center;
	-moz-transition: color .1s ease-in 0;
	-webkit-transition: color .1s ease-in 0;
	display: inline-block;
	font-family: "Noticons";
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 1;
	text-decoration: inherit;
	text-transform: none;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	speak: none;
}


/**
 * Individual icons
 */

.noticon-404:before { content: "\f423"; }
.noticon-activity:before { content: "\f508"; }
.noticon-add:before { content: "\f8b3"; }
.noticon-add-media:before { content: "\f8d9"; }
.noticon-akismet:before { content: "\f8d2"; }
.noticon-anchor:before { content: "\f509"; }
.noticon-art:before { content: "\f8b4"; }
.noticon-aside:before { content: "\f101"; }
.noticon-atsign:before { content: "\f814"; }
.noticon-attachment:before { content: "\f416"; }
.noticon-audio:before { content: "\f109"; }
.noticon-automattic:before { content: "\f815"; }
.noticon-automattic-blip:before { content: "\f817"; }
.noticon-automattic-ring:before { content: "\f816"; }
.noticon-bell:before { content: "\f8d4"; }
.noticon-bold:before { content: "\f471"; }
.noticon-book:before { content: "\f444"; }
.noticon-bug:before { content: "\f50a"; }
.noticon-bullhorn:before { content: "\f8a5"; }
.noticon-bullseye:before { content: "\f8a0"; }
.noticon-cart:before { content: "\f447"; }
.noticon-category:before { content: "\f301"; }
.noticon-chat:before { content: "\f108"; }
.noticon-checkmark:before { content: "\f418"; }
.noticon-close:before { content: "\f405"; }
.noticon-close-alt:before { content: "\f406"; }
.noticon-cloud:before { content: "\f426"; }
.noticon-cloud-download:before { content: "\f440"; }
.noticon-cloud-upload:before { content: "\f441"; }
.noticon-code:before { content: "\f462"; }
.noticon-codepen:before { content: "\f216"; }
.noticon-cog:before { content: "\f445"; }
.noticon-collapse:before { content: "\f432"; }
.noticon-colors:before { content: "\f8a7"; }
.noticon-comment:before { content: "\f300"; }
.noticon-compact:before { content: "\f807"; }
.noticon-day:before { content: "\f305"; }
.noticon-digg:before { content: "\f221"; }
.noticon-document:before { content: "\f443"; }
.noticon-dot:before { content: "\f428"; }
.noticon-downarrow:before { content: "\f502"; }
.noticon-download:before { content: "\f50b"; }
.noticon-draggable:before { content: "\f436"; }
.noticon-dribbble:before { content: "\f201"; }
.noticon-dropbox:before { content: "\f225"; }
.noticon-dropdown:before { content: "\f433"; }
.noticon-dropdown-left:before { content: "\f434"; }
.noticon-edit:before { content: "\f411"; }
.noticon-ellipsis:before { content: "\f476"; }
.noticon-eventbrite:before { content: "\f8a6"; }
.noticon-expand:before { content: "\f431"; }
.noticon-external:before { content: "\f442"; }
.noticon-facebook:before { content: "\f203"; }
.noticon-facebook-alt:before { content: "\f204"; }
.noticon-fastforward:before { content: "\f458"; }
.noticon-features:before { content: "\f8a8"; }
.noticon-feed:before { content: "\f413"; }
.noticon-flag:before { content: "\f468"; }
.noticon-flickr:before { content: "\f211"; }
.noticon-follow:before { content: "\f801"; }
.noticon-following:before { content: "\f803"; }
.noticon-fonts:before { content: "\f8b5"; }
.noticon-foursquare:before { content: "\f226"; }
.noticon-fullscreen:before { content: "\f474"; }
.noticon-gallery:before { content: "\f103"; }
.noticon-ghost:before { content: "\f8d5"; }
.noticon-gift:before { content: "\f8a4"; }
.noticon-github:before { content: "\f200"; }
.noticon-googleplus:before { content: "\f206"; }
.noticon-googleplus-alt:before { content: "\f218"; }
.noticon-gravatar:before { content: "\f8d0"; }
.noticon-gridview:before { content: "\f808"; }
.noticon-handset:before { content: "\f50c"; }
.noticon-heart:before { content: "\f461"; }
.noticon-help:before { content: "\f457"; }
.noticon-hide:before { content: "\f404"; }
.noticon-hierarchy:before { content: "\f505"; }
.noticon-home:before { content: "\f409"; }
.noticon-horizon:before { content: "\f8d8"; }
.noticon-image:before { content: "\f102"; }
.noticon-info:before { content: "\f455"; }
.noticon-instagram:before { content: "\f215"; }
.noticon-italic:before { content: "\f472"; }
.noticon-jetpack:before { content: "\f8d3"; }
.noticon-key:before { content: "\f427"; }
.noticon-layouts:before { content: "\f8a9"; }
.noticon-leftarrow:before { content: "\f503"; }
.noticon-lightbulb:before { content: "\f8a1"; }
.noticon-link:before { content: "\f107"; }
.noticon-linkedin:before { content: "\f207"; }
.noticon-linkedin-alt:before { content: "\f208"; }
.noticon-localization:before { content: "\f8b2"; }
.noticon-location:before { content: "\f417"; }
.noticon-lock:before { content: "\f470"; }
.noticon-mail:before { content: "\f410"; }
.noticon-maximize:before { content: "\f422"; }
.noticon-medium:before { content: "\f8d6"; }
.noticon-menu:before { content: "\f419"; }
.noticon-microphone:before { content: "\f50d"; }
.noticon-milestone:before { content: "\f806"; }
.noticon-minimize:before { content: "\f421"; }
.noticon-minus:before { content: "\f50e"; }
.noticon-month:before { content: "\f307"; }
.noticon-move:before { content: "\f50f"; }
.noticon-next:before { content: "\f429"; }
.noticon-notice:before { content: "\f456"; }
.noticon-notification:before { content: "\f800"; }
.noticon-paintbrush:before { content: "\f506"; }
.noticon-path:before { content: "\f219"; }
.noticon-pause:before { content: "\f448"; }
.noticon-phone:before { content: "\f437"; }
.noticon-picture:before { content: "\f473"; }
.noticon-pinned:before { content: "\f308"; }
.noticon-pinterest:before { content: "\f209"; }
.noticon-pinterest-alt:before { content: "\f210"; }
.noticon-play:before { content: "\f452"; }
.noticon-plugin:before { content: "\f439"; }
.noticon-plus:before { content: "\f510"; }
.noticon-pocket:before { content: "\f224"; }
.noticon-polldaddy:before { content: "\f217"; }
.noticon-portfolio:before { content: "\f460"; }
.noticon-previous:before { content: "\f430"; }
.noticon-price:before { content: "\f8b0"; }
.noticon-print:before { content: "\f469"; }
.noticon-promoted:before { content: "\f812"; }
.noticon-quote:before { content: "\f106"; }
.noticon-rating-empty:before { content: "\f511"; }
.noticon-rating-full:before { content: "\f512"; }
.noticon-rating-half:before { content: "\f513"; }
.noticon-reader:before { content: "\f8a2"; }
.noticon-reader-alt:before { content: "\f8a3"; }
.noticon-reblog:before { content: "\f805"; }
.noticon-reddit:before { content: "\f222"; }
.noticon-refresh:before { content: "\f420"; }
.noticon-reply:before { content: "\f412"; }
.noticon-reply-alt:before { content: "\f466"; }
.noticon-reply-single:before { content: "\f467"; }
.noticon-rewind:before { content: "\f459"; }
.noticon-rightarrow:before { content: "\f501"; }
.noticon-search:before { content: "\f400"; }
.noticon-send-to-phone:before { content: "\f438"; }
.noticon-send-to-tablet:before { content: "\f454"; }
.noticon-share:before { content: "\f415"; }
.noticon-show:before { content: "\f403"; }
.noticon-shuffle:before { content: "\f514"; }
.noticon-sitemap:before { content: "\f507"; }
.noticon-skip-ahead:before { content: "\f451"; }
.noticon-skip-back:before { content: "\f450"; }
.noticon-skype:before { content: "\f220"; }
.noticon-spam:before { content: "\f424"; }
.noticon-spike:before { content: "\f811"; }
.noticon-spotify:before { content: "\f515"; }
.noticon-squarespace:before { content: "\f8d7"; }
.noticon-standard:before { content: "\f100"; }
.noticon-star:before { content: "\f408"; }
.noticon-status:before { content: "\f105"; }
.noticon-stop:before { content: "\f449"; }
.noticon-stumbleupon:before { content: "\f223"; }
.noticon-subscribe:before { content: "\f463"; }
.noticon-subscribed:before { content: "\f465"; }
.noticon-summary:before { content: "\f425"; }
.noticon-tablet:before { content: "\f453"; }
.noticon-tag:before { content: "\f302"; }
.noticon-time:before { content: "\f303"; }
.noticon-title:before { content: "\f8b6"; }
.noticon-top:before { content: "\f435"; }
.noticon-trapper:before { content: "\f810"; }
.noticon-trash:before { content: "\f407"; }
.noticon-trophy:before { content: "\f804"; }
.noticon-tumblr:before { content: "\f214"; }
.noticon-twitch:before { content: "\f516"; }
.noticon-twitter:before { content: "\f202"; }
.noticon-types:before { content: "\f8b1"; }
.noticon-unapprove:before { content: "\f446"; }
.noticon-unfollow:before { content: "\f802"; }
.noticon-unsubscribe:before { content: "\f464"; }
.noticon-unzoom:before { content: "\f401"; }
.noticon-uparrow:before { content: "\f500"; }
.noticon-user:before { content: "\f304"; }
.noticon-vaultpress:before { content: "\f8d1"; }
.noticon-video:before { content: "\f104"; }
.noticon-videocamera:before { content: "\f517"; }
.noticon-vimeo:before { content: "\f212"; }
.noticon-warning:before { content: "\f414"; }
.noticon-website:before { content: "\f475"; }
.noticon-week:before { content: "\f306"; }
.noticon-wordads:before { content: "\f813"; }
.noticon-wordpress:before { content: "\f205"; }
.noticon-xpost:before { content: "\f504"; }
.noticon-youtube:before { content: "\f213"; }
.noticon-zoom:before { content: "\f402"; }


/**
 * Deprecated noticon names
 */

.noticon-like:before { content: "\f408"; }
.geolocation-chip .noticon {
  display: inline-block;
  vertical-align: middle;
}

.geolocation-chip {
  margin-bottom: 1em;
}/**
 * Post Reblogging not in the Reader
 */

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

/* Old reblog styles */
.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;
}

/* Reblogged post */
.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;
}

/* Optional notes */
.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;
}
div#actionbar * {
	box-sizing: border-box;
	outline: none;
	-webkit-tap-highlight-color: rgba( 0, 0, 0, 0 );
	user-select: none;
	-webkit-user-select: none;
}
div#actionbar {
	background: #fff;
	position: fixed;
	bottom: 10px;
	right: 10px;
	border: solid 1px #c8d7e1;
	border-radius: 3px;
	opacity: .98;
	height: 35px;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	line-height: 1;
	border-radius: 2px;
	z-index: 50000;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;

	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-o-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);

	transition: all 0.2s ease-in-out;

	-webkit-backface-visibility: hidden;
	-webkit-perspective: 1000;
	-webkit-tap-highlight-color: rgba( 0, 0, 0, 0 );

	user-select: none;
	-webkit-user-select: none;
}

div#actionbar.actnbr-hidden {
	-webkit-transform: translate3d(0,150px,0);
	-moz-transform: translate3d(0,150px,0);
	-o-transform: translate3d(0,150px,0);
	-ms-transform: translate3d(0,150px,0);
	transform: translate3d(0,150px,0);
}
div#actionbar.actnbr-folded {
	opacity: .7;
}
div#actionbar.actnbr-folded:hover {
	opacity: 1;
}

div#actionbar ul {
	margin: 0;
	padding: 0;
	line-height: 1;
	text-align: left;
}
div#actionbar li {
	list-style-type: none;
	display: inline-block;
	min-width: 30px;
	margin: 0;
	padding: 0;
	vertical-align: middle;
	line-height: 1;
}
div#actionbar li:before {
	display: none;
}
div#actionbar li.actnbr-btn {
	margin: 0 2px 0 6px;
}
div#actionbar.actnbr-has-customize.actnbr-has-edit li.actnbr-edit {
	margin-right: 5px;
	margin-left: -5px;
}

div#actionbar.actnbr-folded li.actnbr-btn {
	margin-right: -5px;
}
div#actionbar.actnbr-folded.actnbr-has-customize.actnbr-has-edit li.actnbr-edit {
	margin-right: -3px;
	margin-left: 0;
}

div#actionbar li.actnbr-btn > a {
	display: block;
	color: #2e4453;
	font-size: 13px;
	font-weight: normal;
	text-decoration: none;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
	line-height: 1;
	vertical-align: middle;
	transition: none;
	position: relative;
	padding: 10px 8px 10px 32px;
	border: none;
	box-shadow: none;
}
div#actionbar li.actnbr-btn > a:hover {
	color: #00aadc;
	background: none;
}
div#actionbar li.actnbr-btn > a .gridicon {
	fill: #87a6bc;
	position: absolute;
		top: 6px;
		left: 5px;
}
div#actionbar li.actnbr-btn a:hover .gridicon {
	fill: #00aadc;
}
div#actionbar li.actnbr-btn a.actnbr-actn-following,
div#actionbar li.actnbr-btn a.actnbr-actn-following:hover {
	color: #4ab866;
}
div#actionbar li.actnbr-btn a.actnbr-actn-following .gridicon,
div#actionbar li.actnbr-btn a.actnbr-actn-following:hover .gridicon {
	fill: #4ab866;
}

div#actionbar.actnbr-folded li.actnbr-btn a.actnbr-action .gridicon {
	top: 2px;
}

div#actionbar.actnbr-folded .actnbr-btn span {
	display: none;
}

div#actionbar.actnbr-has-customize.actnbr-has-edit.actnbr-folded .actnbr-customize {
	display: none;
}

div#actionbar.actnbr-has-customize.actnbr-has-edit.actnbr-folded .actnbr-edit a .gridicon,
div#actionbar.actnbr-has-customize.actnbr-folded .actnbr-customize a .gridicon {
	top: 2px;
}

div#actionbar.actnbr-has-customize.actnbr-has-edit.actnbr-folded .actnbr-edit a .gridicon {
	left: 10px;
}

div#actionbar li.actnbr-ellipsis {
	position: relative;
		top: 1px;
		right: 2px;
	cursor: pointer;
	padding: 3px 5px 0 8px;
}
div#actionbar.actnbr-folded li.actnbr-ellipsis {
	top: 2px;
}
div#actionbar .actnbr-ellipsis > .gridicon {
	fill: #4f748e;
	transition: all 0.15s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
div#actionbar .actnbr-ellipsis.actnbr-hidden > .gridicon {
	fill: #87a6bc;
	-webkit-transform: rotate(0);
	-moz-transform: rotate(0);
	-o-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
}
div#actionbar li.actnbr-hidden > a .gridicon {
	position: absolute;
		top: 6px;
		left: 5px;
}
div#actionbar .actnbr-ellipsis.actnbr-hidden > .gridicon:hover {
	fill: #4f748e;
}

div#actionbar .actnbr-ellipsis .tip-inner .gridicon {
    margin: 0px 5px 0 0;
    vertical-align: middle;
    position: relative;
}

div#actionbar .actnbr-popover {
	font-size: 14px;
	padding: 10px;
	z-index: 1000;
	margin-left: 15px;
	position: absolute;
	bottom: 40px;
	right: -13px;
	max-width: 320px;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
}
div#actionbar li.actnbr-btn .actnbr-popover {
	bottom: 47px;
	right: 26px;
}
div#actionbar.actnbr-folded li.actnbr-btn .actnbr-popover {
	right: 21px;
}
div#actionbar .actnbr-hidden .actnbr-popover {
	display: none;
}
div#actionbar .actnbr-popover.tip-top-left .tip-arrow {
	bottom: 0;
	right: 21px;
	margin-left: -7px;
	border-top-style: solid;
	border-bottom: none;
	border-left-color: transparent;
	border-right-color: transparent;
}
div#actionbar li.actnbr-btn .actnbr-popover.tip-top-left .tip-arrow {
	left: 74%;
}
div#actionbar.actnbr-folded li.actnbr-btn .actnbr-popover.tip-top-left .tip-arrow {
	left: 85%;
}
div#actionbar .actnbr-popover .tip-arrow {
	border: 10px dashed #c8d7e1;
	height: 0;
	line-height: 0;
	position: absolute;
	width: 0;
}
div#actionbar .actnbr-popover.tip-top-left .tip-arrow::before {
	bottom: 2px;
	border: 10px solid white;
	content: " ";
	position: absolute;
	left: 50%;
	margin-left: -10px;
	border-top-style: solid;
	border-bottom: none;
	border-left-color: transparent;
	border-right-color: transparent;
}
div#actionbar .actnbr-popover .tip-inner {
	background-color: white;
	border: 1px solid #c8d7e1;
	border-radius: 4px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1), 0 0 56px rgba(0, 0, 0, 0.075);
	text-align: center;
}
div#actionbar li.actnbr-btn .actnbr-popover .tip-inner .actnbr-reader a {
	display: block;
	margin: 0 0 4px 0;
	font-weight: 400;
	text-decoration: none;
	color: #00aadc;
	border: none;
}

div#actionbar li.actnbr-btn .actnbr-popover .tip-inner .actnbr-reader a:before {
	content: '\f8a3';
	font-family: 'Noticons';
	font-size: 25px;
	margin-right: 3px;
	line-height: 1;
	top: 7px;
	position: relative;
}

div#actionbar .tip ul {
	margin-bottom: 10px;
}

div#actionbar .tip li {
	display: block;
	border: none;
}
div#actionbar .tip li > a {
	position: relative;
	background: inherit;
	border: none;
	box-shadow: none;
	border-radius: 0;
	color: #2e4453;
	cursor: pointer;
	display: block;
	font-size: 14px;
	font-weight: 400;
	margin: 0;
	padding: 10px 16px;
	text-align: left;
	transition: all 0.05s ease-in-out;
	min-width: 250px;
	outline: none;
	text-decoration: none;
}

div#actionbar li.actnbr-sitename {
	border-bottom: 1px solid #f0f0f0;
	margin-bottom: 10px;
}

div#actionbar .actnbr-ellipsis .actnbr-fold,
div#actionbar .actnbr-notice .actnbr-login-nudge {
	border-top: 1px solid #f0f0f0;
	margin-top: 10px;
}
div#actionbar .actnbr-ellipsis .actnbr-folded-following,
div#actionbar .actnbr-ellipsis .actnbr-folded-follow {
	border-bottom: 1px solid #f0f0f0;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

div#actionbar .actnbr-notice .actnbr-follow-count {
	margin-bottom: 10px;
}

div#actionbar .actnbr-ellipsis li a:hover .gridicon {
	fill: #fff;
}

div#actionbar .actnbr-notice form,
div#actionbar .actnbr-notice .actnbr-login-nudge {
	padding: 10px 16px 5px;
	font-size: 12px;
	color: #2e4453;
	line-height: 17px;
}

div#actionbar .actnbr-notice form input {
	background: #ffffff;
	border: 1px solid #a8bece;
	font-family: inherit;
	font-size: 14px;
	text-indent: 10px;
	height: 40px;
	width: 100%;
	margin-bottom: 12px;
	padding: 0;
	user-select: text;
	-webkit-user-select: text;
}

div#actionbar .actnbr-notice form button {
	background: #00aadc;
  border-color: #008ab3;
  color: white;
  border-style: solid;
  border-width: 1px 1px 2px;
  cursor: pointer;
  display: inline-block;
  margin: 0;
  outline: 0;
  overflow: hidden;
  font-weight: 500;
  text-overflow: ellipsis;
  text-decoration: none;
  vertical-align: top;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 21px;
  border-radius: 4px;
  padding: 7px 14px 9px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
	font-family: inherit;
	text-transform: none;
	-webkit-font-smoothing: auto;
	height: auto;
	line-height: 1;
}

div#actionbar .actnbr-notice form button[disabled] {
    background: #bceefd;
    border-color: #8cc9e2;
    color: white;
}

div#actionbar .actnbr-notice .actnbr-button-wrap {
	text-align: right;
}

div#actionbar .actnbr-notice form button:hover {
	border-color: #005082;
	color: white;
}

div#actionbar .actnbr-notice form button:focus {
	border-color: #005082;
  box-shadow: 0 0 0 2px #78dcfa;
}

div#actionbar .actnbr-notice .actnbr-login-nudge {

}

div#actionbar .actnbr-notice .actnbr-login-nudge a {
	color: inherit;
	text-decoration: underline;
}

div#actionbar .actnbr-notice .actnbr-login-nudge a:hover {
	color: #00aadc;
}

div#actionbar li.actnbr-sitename a {
	font-size: 14px;
	font-weight: bold;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
	color: #2e4453;
	text-decoration: none;
	text-align: left;
	border: none;
	vertical-align: middle;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 1.7;
}

div#actionbar li.actnbr-sitename img {
	width: 25px;
	height: 25px;
	vertical-align: middle;
	margin: -1px 5px 0 0;
	background: #f0f0f0;
	display: inline;
}
div#actionbar .actnbr-ellipsis li a:hover {
	background: #00aadc;
	color: #fff;
	text-decoration: none;
	border: 0;
	box-shadow: none;
}
div#actionbar li.actnbr-sitename a:hover {
	background: transparent;
	color: #2e4453;
	margin: 0;
}

div#actionbar .actnbr-fold {
	padding-top: 10px;
}

div#actionbar .actnbr-ellipsis li.actnbr-folded-customize {
	display: none;
}

div#actionbar.actnbr-folded.actnbr-has-customize.actnbr-has-edit .actnbr-ellipsis li.actnbr-folded-customize {
	display: block;
}

div#actionbar.actnbr-has-follow .actnbr-ellipsis li.actnbr-folded-follow {
	display: none;
}

div#actionbar .actnbr-notice .tip-inner {
	padding: 0;
}

div#actionbar .actnbr-notice .actnbr-message {
	padding: 15px 20px 20px;
	width: 250px;
	text-align: center;
	line-height: 20px;
  color: #2e4453;
}

div#actionbar .actnbr-notice .actnbr-message h3 {
	margin: 0 0 10px;
	font-size: 22px;
	font-weight: 400;
	font-family: inherit;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
  color: #2e4453;
	padding: 0;
	line-height: 1em;
}

div#actionbar .actnbr-notice .actnbr-message a {
	color: inherit;
	text-decoration: underline;
}

div#actionbar .actnbr-notice .actnbr-message a:hover {
	color: #00aadc;
}

div#actionbar .actnbr-theme a {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

/* Responsive Styles */
@media ( max-width: 660px ) {

	div#actionbar {
		bottom: 0;
		right: 0;
		padding: 5px 13px;
		border-radius: 0;
		width: 100%;
		height: 44px;
	}
	div#actionbar.actnbr-folded {
		opacity: .9;
		width: auto;
		padding: 5px 10px;
	}

	div#actionbar ul {
		text-align: right;
	}

	div#actionbar .actnbr-popover {
		right: -10px;
	}

	div#actionbar .actnbr-popover.tip-top-left .tip-arrow {
		right: 17px;
	}

	div#actionbar li.actnbr-btn .actnbr-popover {
		right: -3px;
	}

	div#actionbar li.actnbr-btn .actnbr-popover.tip-top-left .tip-arrow {
		left: 53%;
	}

	div#actionbar.actnbr-folded li.actnbr-btn {
		margin-right: 3px !important;
	}
}

/***** Position adjustments for specific themes that conflict with action bar */

div#actionbar.actnbr-premium-espresso { /* Espresso */
	right: 70px;
}

div#actionbar.actnbr-premium-shelf { /* Shelf */
	left: 10px;
	right: auto;
}
	div#actionbar.actnbr-premium-shelf .actnbr-popover {
		right: auto;
		left: -35px;
	}
	div#actionbar.actnbr-premium-shelf .actnbr-popover.tip-top-left .tip-arrow {
		right: auto;
		left: 29px;
	}
	div#actionbar.actnbr-premium-shelf li.actnbr-btn .actnbr-popover.tip-top-left .tip-arrow,
	div#actionbar.actnbr-premium-shelf.actnbr-folded li.actnbr-btn .actnbr-popover.tip-top-left .tip-arrow {
		left: 26px;
	}
	div#actionbar.actnbr-premium-shelf li.actnbr-btn .actnbr-popover,
	div#actionbar.actnbr-premium-shelf.actnbr-folded li.actnbr-btn .actnbr-popover {
		right: 102px;
		left: -26px;
	}

div#actionbar.actnbr-premium-obsidian { /* oObsidian */
	bottom: 50px;
}

div#actionbar.actnbr-pub-boardwalk { /* Nowhere to go in boardwalk */
	display: none;
}

body #habla_window_div.habla_window_div_base { /* Move the live chat box when needed */
	margin-right: 160px !important;
}

div#translator-launcher { /* Move community translator tool when needed */
	bottom: 67px;
	right: 10px;
}

@media ( min-width: 876px ) { /* Move o2 dock count on desktop. */
	div#o2-dock {
		right: 230px;
	}
	body.has-hello-vote div#o2-dock {
		right: 500px;
	}
}

@media ( max-width: 876px ) { /* Prioritize the o2 dock count in small screens, on top of Actionbar. */
	div#o2-dock {
		z-index: 50001;
	}
}

#scrollUp, .to-top, #back-to-top { /* Up arrow on some themes */
	bottom: 55px;
	right: 18px;
}

#colophon #searchform input.search-field { /* Onigiri search box */
	bottom: 65px;
}

#container #masthead #site-branding { /* Suidobashi site title */
	z-index: 49999;
	bottom: 65px;
}

/***** End theme adjustments */


/* Hide Admin bar items */
li#wp-admin-bar-follow, li#wp-admin-bar-admin-bar-likes-widget, li#wp-admin-bar-wpr-reblog, ul#wp-admin-bar-blog-secondary {
	display: none !important;
}

/* Hide when printing */
@media print {
	#actionbar {
		display: none !important;
	}
}
/*
	Global styles for WordPress.com
*/
img.latex {
	border: none;
	vertical-align: middle;
}
.video-player {
	border: 0;
	margin: auto;
	padding: 5px;
	text-align: center;
	max-width: 100%;
}
.hidden {
	display: none;
}
.screen-reader-text {
	position: absolute;
	left: -1000em;
}
.comment object,
.comment embed,
.embed-vimeo iframe,
.embed-youtube iframe {
	max-width: 100%; /* avoid videos being too wide */
}


/**
 * Layout
 */

.simple-homepage {
	display: none;
}
