/**
 * Jetpack related posts
 */

/**
 * The Gutenberg block
 */

.jp-related-posts-i2__row {
	display: flex;
	margin-top: 1.5rem;
}

.jp-related-posts-i2__row:first-child {
	margin-top: 0;
}

.jp-related-posts-i2__post {
	flex-grow: 1;
	flex-basis: 0;
	margin: 0 10px;
	display: flex;
	flex-direction: column;
	padding-left: 0;
}

.jp-related-posts-i2__row[data-post-count="3"] .jp-related-posts-i2__post {
	max-width: calc(33% - 20px);
}

.jp-related-posts-i2__row[data-post-count="2"] .jp-related-posts-i2__post,
.jp-related-posts-i2__row[data-post-count="1"] .jp-related-posts-i2__post {
	max-width: calc(50% - 20px);
}

.jp-related-posts-i2__post-heading, .jp-related-posts-i2__post-img-link,
.jp-related-posts-i2__post-date, .jp-related-posts-i2__post-context {
	flex-direction: row;
	display: block;
}

.jp-related-posts-i2__post-heading {
	margin: 0.5rem 0;
	font-size: 1rem;
	line-height: 1.2em;
}

.jp-related-posts-i2__post-link {
	display: block;
	width: 100%;
	line-height: 1.2em;
}

.jp-related-posts-i2__post-img-link {
	order: -1;
}
.jp-related-posts-i2__post-img-link img {
	width: 100%;
}

/* List view */

.jp-relatedposts-i2[data-layout="list"] .jp-related-posts-i2__row{
	margin-top: 0;
	display: block;
}

.jp-relatedposts-i2[data-layout="list"] .jp-related-posts-i2__post {
	max-width: none;
	margin: 0;
}

.jp-relatedposts-i2[data-layout="list"].jp-related-posts-i2__post-img-link {
	margin-top: 1rem;
}

/* Breakpoints */
@media only screen and (max-width: 640px) {
	.jp-related-posts-i2__row {
		margin-top: 0;
		display: block;
	}
	.jp-related-posts-i2__row[data-post-count] .jp-related-posts-i2__post {
		max-width: none;
		margin: 0;
		margin-top: 1rem;
	}
	.jp-related-posts-i2__post-img-link {
		margin-top: 1rem;
	}
	.jp-related-posts-i2__post-img-link img {
		width: 350px;
	}
}

/* Container */

#jp-relatedposts {
	display: none;
	padding-top: 1em;
	margin: 1em 0;
	position: relative;
	clear: both;
}

.jp-relatedposts:after {
	content: '';
	display: block;
	clear: both;
}

/* Headline above related posts section, labeled "Related" */

#jp-relatedposts h3.jp-relatedposts-headline {
	margin: 0 0 1em 0;
	display: inline-block;
	float: left;
	font-size: 9pt;
	font-weight: bold;
	font-family: inherit;
}

#jp-relatedposts h3.jp-relatedposts-headline em:before {
	content: "";
	display: block;
	width: 100%;
	min-width: 30px;
	border-top: 1px solid #ddd;
	border-top: 1px solid rgba(0,0,0,.2);
	margin-bottom: 1em;
}

#jp-relatedposts h3.jp-relatedposts-headline em {
	font-style: normal;
	font-weight: bold;
}

/* Related posts items (wrapping items) */

#jp-relatedposts .jp-relatedposts-items {
	clear: left;
}

#jp-relatedposts .jp-relatedposts-items-visual {
	margin-right: -20px;
}

/* Related posts item */

#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post {
	float: left;
	width: 33%;
	margin: 0 0 1em; /* Needs to be same as the main outer wrapper for Related Posts */
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post {
	padding-right: 20px;
	filter: alpha(opacity=80);
	-moz-opacity: .8;
	opacity: .8;
}

#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post:nth-child(3n+4),
#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post:nth-child(3n+4) {
	clear: both;
}

#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post:hover .jp-relatedposts-post-title a {
	text-decoration: underline;
}

#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post:hover {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

/* Related posts item content */

#jp-relatedposts .jp-relatedposts-items-visual h4.jp-relatedposts-post-title,
#jp-relatedposts .jp-relatedposts-items p,
#jp-relatedposts .jp-relatedposts-items time {
	font-size: 14px;
	line-height: 20px;
	margin: 0;
}
#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post-nothumbs {
	position:relative;
}
#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post-nothumbs a.jp-relatedposts-post-aoverlay {
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	display:block;
	border-bottom: 0;
}

#jp-relatedposts .jp-relatedposts-items p,
#jp-relatedposts .jp-relatedposts-items time {
	margin-bottom: 0;
}

#jp-relatedposts .jp-relatedposts-items-visual h4.jp-relatedposts-post-title {
	text-transform: none;
	margin: 0;
	font-family: inherit;
	display: block;
	max-width: 100%;
}

#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a {
	font-size: inherit;
	font-weight: normal;
	text-decoration: none;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a:hover {
	text-decoration: underline;
}

#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post img.jp-relatedposts-post-img,
#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post span {
	display: block;
	max-width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}

#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post img.jp-relatedposts-post-img,
#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post span {
	max-width: 100%;
}

#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-date,
#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-context {
	opacity: .6;
}

/* Hide the date by default, but leave the element there if a theme wants to use css to make it visible. */
.jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-date {
	display: none;
}

/* Behavior when there are thumbnails in visual mode */
#jp-relatedposts .jp-relatedposts-items-visual div.jp-relatedposts-post-thumbs p.jp-relatedposts-post-excerpt {
	display: none;
}

/* Behavior when there are no thumbnails in visual mode */
#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post-nothumbs p.jp-relatedposts-post-excerpt {
	overflow: hidden;
}
#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post-nothumbs span {
	margin-bottom: 1em;
}

/* List Layout */
#jp-relatedposts .jp-relatedposts-list .jp-relatedposts-post {
	clear: both;
	width: 100%;
}

#jp-relatedposts .jp-relatedposts-list .jp-relatedposts-post img.jp-relatedposts-post-img {
	float: left;
	overflow: hidden;
	max-width: 33%;
	margin-right: 3%;
}

#jp-relatedposts .jp-relatedposts-list h4.jp-relatedposts-post-title {
	display: inline-block;
	max-width: 63%;
}

/*
 * Responsive
 */

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

	#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post {
		width: 50%;
	}

	#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post:nth-child(3n) {
		clear: left;
	}

	#jp-relatedposts .jp-relatedposts-items-visual {
		margin-right: 20px;
	}
}

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

	#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post {
		width: 100%;
		clear: both;
		margin: 0 0 1em;
	}

	#jp-relatedposts .jp-relatedposts-list .jp-relatedposts-post img.jp-relatedposts-post-img,
	#jp-relatedposts .jp-relatedposts-list h4.jp-relatedposts-post-title {
		float: none;
		max-width: 100%;
		margin-right: 0;
	}
}
/*
Theme Name: Bucket
Theme URI: https://demos.pixelgrade.com/bucket
Author: Pixelgrade
Author URI: https://pixelgrade.com
Description:  BUCKET is an indispensable Magazine Style WordPress Theme aimed at providing you with an easy-to-use tool to share your discoveries and showcase the latest findings.
Version: 1.8.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bucket
Tags: black, orange, light, one-column, two-columns, right-sidebar, flexible-width, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready
Requires at least: 4.7
Tested up to: 4.9.2
*/
/*------------------------------------*\
    STYLE.CSS
\*------------------------------------*/
/*------------------------------------*\
    $SETUP
\*------------------------------------*/
/*------------------------------------*\
    VARS.SCSS
\*------------------------------------*/
/**
 * Any variables you find set in inuit.css’ `_vars.scss` that you do not wish to
 * keep, simply redefine here. This means that if inuit.css, for example, sets
 * your `$base-font-size` at 16px and you wish it to be 14px, simply redeclare
 * that variable in this file. inuit.css ignores its own variables in favour of
 * using your own, so you can completely modify how inuit.css works without ever
 * having to alter the framework itself.
 */
/*------------------------------------*\
    $OBJECTS-AND-ABSTRACTIONS
\*------------------------------------*/
/**
 * All of inuit.css’ objects and abstractions are initially turned off by
 * default. This means that you start any project with as little as possible,
 * and introducing objects and abstractions is as simple as switching the
 * following variables to `true`.
 */
/*------------------------------------*\
    $OVERRIDES
\*------------------------------------*/
/**
 * Place any variables that should override inuit.css’ defaults here.
 */
/**
 * Base stuff
 */
/*------------------------------------*\
    $CUSTOM
\*------------------------------------*/
/**
 * Place any of your own variables that sit on top of inuit.css here.
 */
/*-----------------------------------------------*\
     $STYLE GUIDE
\*-----------------------------------------------*/
/*
 * Colors
 */
/*
 * Spacing Units
 */
/*------------------------------------*\
    INUIT.CSS
\*------------------------------------*/
/**
 * Generic utility styles etc.
 */
/*------------------------------------*\
    $DEFAULTS
\*------------------------------------*/
/**
 * inuit.css’ default variables. Redefine these in your `_vars.scss` file (found
 * in the inuit.css-web-template) to override them.
 */
/*------------------------------------*\
    $DEBUG
\*------------------------------------*/
/**
 * Debug mode will visually highlight any potential markup/accessibility quirks
 * in the browser. Set to `true` or `false`.
 */
/*------------------------------------*\
    $BORDER-BOX
\*------------------------------------*/
/**
 * Do you want all elements to adopt `box-sizing:border-box;` as per
 * paulirish.com/2012/box-sizing-border-box-ftw ?
 */
/*------------------------------------*\
    $BASE
\*------------------------------------*/
/**
 * Base stuff
 */
/**
 * Base font-family.
 */
/**
 * Default colour for objects’ borders etc.
 */
/*------------------------------------*\
    $RESPONSIVE
\*------------------------------------*/
/**
 * Responsiveness?
 */
/**
 * Responsiveness for widescreen/high resolution desktop monitors and beyond?
 * Note: `$responsive` variable above must be set to true before enabling this.
 */
/**
 * Responsive push and pull produce a LOT of code, only turn them on if you
 * definitely need them.
 */
/**
 * Note: `$push` variable above must be set to true before enabling these.
 */
/**
 * Note: `$pull` variable above must be set to true before enabling these.
 */
/**
 * Tell inuit.css when breakpoints start.
 */
/*------------------------------------*\
    $FONT-SIZES
\*------------------------------------*/
/**
 * Font-sizes (in pixels). Refer to relevant sections for their implementations.
 */
/*------------------------------------*\
    $QUOTES
\*------------------------------------*/
/**
 * English quote marks?
 */
/**
 * If you want English quotes then please do not edit these; they’re only here
 * because Sass needs them.
 */
/**
 * If you need non-English quotes, please alter the following values accordingly:
 */
/*------------------------------------*\
    $BRAND
\*------------------------------------*/
/**
 * Brand stuff
 */
/**
 * How big would you like round corners to be by default?
 */
/*------------------------------------*\
    $OBJECTS AND ABSTRACTIONS
\*------------------------------------*/
/**
 * Which objects and abstractions would you like to use?
 */
/*------------------------------------*\
    $FRAMEWORK
\*------------------------------------*/
/**
 * inuit.css will work these next ones out for use within the framework.
 *
 * Assign our `$base-line-height` to a new spacing var for more transparency.
 */
/*------------------------------------*\
    $MIXINS
\*------------------------------------*/
/**
 * Convert basic px measurements into rem units
 */
/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/*
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

/*
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/*
 * Address styling not present in IE 8/9.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */ }

/*
 * Remove default margin.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/*
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/*
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/*
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/*
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/*
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/*
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/*
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/*
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap; }

/*
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/*
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/*
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0; }

/*
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/*
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/*
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

/*
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/*
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/*
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/*
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/*
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box; }

/*
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/*
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/*
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/*------------------------------------*\
    $RESET
\*------------------------------------*/
/**
 * A more considered reset; more of a restart...
 * As per: csswizardry.com/2011/10/reset-restarted
 */
/**
    * Let’s make the box model all nice, shall we...?
    */
*, *:before, *:after {
  box-sizing: border-box; }

/**
 * The usual...
 */
h1, h2, .arqam-widget-counter li span, h3, h4, h5, h6,
p, blockquote, pre,
dl, dd, ol, ul,
form, fieldset, legend,
table, th, td, caption,
hr {
  margin: 0;
  padding: 0; }

/**
 * Give a help cursor to elements that give extra info on `:hover`.
 */
abbr[title], dfn[title] {
  cursor: help; }

/**
 * Remove underlines from potentially troublesome elements.
 */
u, ins {
  text-decoration: none; }

/**
 * Apply faux underline via `border-bottom`.
 */
ins {
  border-bottom: 1px solid; }

/**
 * So that `alt` text is visually offset if images don’t load.
 */
img {
  font-style: italic; }

/**
 * Give form elements some cursor interactions...
 */
label,
input,
textarea,
button,
select,
option {
  cursor: pointer; }

.text-input:active,
.text-input:focus,
textarea:active,
textarea:focus {
  cursor: text;
  outline: none; }

/*------------------------------------*\
    $CLEARFIX
\*------------------------------------*/
.cf:after, .nav:after, .rsBullets:after, .tabs__nav:after, .popular-posts__time:after, .sub-menu:after, .sub-menu--mega:after, .commentlist:after, .author__social-links:after, .media:after, .author:after, .latest-comments__list:after, .island:after, .reviews:after,
.islet:after, .matrix:after, .multi-list:after, .widget_nav_menu ul:after, .widget_categories ul:after, .widget_meta ul:after, .stat-group:after, .wp-caption:after, .gallery__item__caption:after, .heading:after, .widget--sidebar__title:after, .widget--footer__title:after, .btn-list:after, .widget_tag_cloud .wp-tag-cloud:after, .article--list__link:after, .nav--main:after, .sub-menu__grid:after, .comments-area-title:after, .progressbar:after, .wpgrade-flickr-items:after, .wpgrade-dribbble-items:after, .pixcode--grid:after, .container:after {
  content: "";
  display: table;
  clear: both; }

/*------------------------------------*\
    $SHARED
\*------------------------------------*/
/**
 * Where `margin-bottom` is concerned, this value will be the same as the
 * base line-height. This allows us to keep a consistent vertical rhythm.
 * As per: csswizardry.com/2012/06/single-direction-margin-declarations
 */
/**
 * Base elements
 */
h1, h2, .arqam-widget-counter li span, h3, h4, h5, h6, hgroup,
ul, ol, dl,
blockquote, p, address,
table,
fieldset, figure,
pre,
.form-fields > li,
.media,
.author,
.latest-comments__list,
.island,
.reviews,
.islet {
  margin-bottom: 24px;
  margin-bottom: 1.71429rem; }
  .islet h1, .islet h2, .islet .arqam-widget-counter li span, .arqam-widget-counter li .islet span, .islet h3, .islet h4, .islet h5, .islet h6, .islet hgroup, .islet
  ul, .islet ol, .islet dl, .islet
  blockquote, .islet p, .islet address, .islet
  table, .islet
  fieldset, .islet figure, .islet
  pre, .islet .form-fields > li, .islet .media, .islet .author, .islet .latest-comments__list, .islet .island, .islet .reviews, .islet
  .islet {
    margin-bottom: 12px;
    margin-bottom: 0.85714rem; }

/**
 * Doubled up `margin-bottom` helper class.
 */
.landmark {
  margin-bottom: 48px;
  margin-bottom: 3.42857rem; }

/**
 * `hr` elements only take up a few pixels, so we need to give them special
 * treatment regarding vertical rhythm.
 */
hr {
  margin-top: -2px;
  margin-bottom: 24px;
  margin-bottom: 1.71429rem; }

/**
 * Where `margin-left` is concerned we want to try and indent certain elements
 * by a consistent amount. Define that amount once, here.
 */
ul, ol, dd {
  margin-left: 48px;
  margin-left: 3.42857rem; }

/**
 * Base styles; unclassed HTML elements etc.
 */
/*------------------------------------*\
    $MAIN
\*------------------------------------*/
html {
  font: 0.875em/1.71429 "PT Sans", sans-serif;
  overflow-y: scroll;
  min-height: 100%; }

/*------------------------------------*\
    $HEADINGS
\*------------------------------------*/
h1, .alpha {
  font-size: 46px;
  font-size: 3.28571rem;
  line-height: 1.05348; }

h2, .arqam-widget-counter li span, .beta {
  font-size: 23px;
  font-size: 1.64286rem;
  line-height: 1.05348; }

h3, .gamma, .heading--sidebar .hN, .widget--sidebar__title .hN, .heading--sidebar .article__author-name, .widget--sidebar__title .article__author-name, .heading--sidebar .comment__author-name, .widget--sidebar__title .comment__author-name, .heading--sidebar .score__average-wrapper, .widget--sidebar__title .score__average-wrapper, .heading--sidebar .score__label, .widget--sidebar__title .score__label, .heading--sidebar .widget_calendar caption, .widget_calendar .heading--sidebar caption, .widget--sidebar__title .widget_calendar caption, .widget_calendar .widget--sidebar__title caption, .heading--footer .hN, .widget--footer__title .hN, .heading--footer .article__author-name, .widget--footer__title .article__author-name, .heading--footer .comment__author-name, .widget--footer__title .comment__author-name, .heading--footer .score__average-wrapper, .widget--footer__title .score__average-wrapper, .heading--footer .score__label, .widget--footer__title .score__label, .heading--footer .widget_calendar caption, .widget_calendar .heading--footer caption, .widget--footer__title .widget_calendar caption, .widget_calendar .widget--footer__title caption, .article--billboard-small__title .hN, .article--billboard-small__title .article__author-name, .article--billboard-small__title .comment__author-name, .article--billboard-small__title .score__average-wrapper, .article--billboard-small__title .score__label, .article--billboard-small__title .widget_calendar caption, .widget_calendar .article--billboard-small__title caption, .post-nav-link__title, .comments-area-title .hN, .comments-area-title .article__author-name, .comments-area-title .comment__author-name, .comments-area-title .score__average-wrapper, .comments-area-title .score__label, .comments-area-title .widget_calendar caption, .widget_calendar .comments-area-title caption, .widget_calendar caption {
  font-size: 19px;
  font-size: 1.35714rem;
  line-height: 1.27316; }

h4, .delta, .article__author-name, .comment__author-name, .score__label {
  font-size: 15px;
  font-size: 1.07143rem;
  line-height: 1.61; }

h5, .epsilon, .article--slider__title .hN, .article--slider__title .article__author-name, .article--slider__title .comment__author-name, .article--slider__title .score__average-wrapper, .article--slider__title .score__label, .article--slider__title .widget_calendar caption, .widget_calendar .article--slider__title caption {
  font-size: 12px;
  font-size: 0.85714rem;
  line-height: 2.01; }

h6, .zeta {
  font-size: 11px;
  font-size: 0.78571rem;
  line-height: 1.10091; }

hgroup .hN, hgroup .article__author-name, hgroup .comment__author-name, hgroup .score__average-wrapper, hgroup .score__label, hgroup .widget_calendar caption, .widget_calendar hgroup caption {
  margin-bottom: 0; }

.giga {
  font-size: 96px;
  font-size: 6.85714rem;
  line-height: 1.135; }

.mega {
  font-size: 72px;
  font-size: 5.14286rem;
  line-height: 1.17667; }

.kilo {
  font-size: 48px;
  font-size: 3.42857rem;
  line-height: 1.26; }

/*------------------------------------*\
    $PARAGRAPHS
\*------------------------------------*/
.lede,
.lead {
  font-size: 15.75px;
  font-size: 1.125rem;
  line-height: 1.53381; }

/*------------------------------------*\
    $SMALLPRINT
\*------------------------------------*/
.smallprint,
.milli {
  font-size: 12px;
  font-size: 0.85714rem;
  line-height: 2.01; }

.micro {
  font-size: 10px;
  font-size: 0.71429rem;
  line-height: 1.21; }

/*------------------------------------*\
    $QUOTES
\*------------------------------------*/
q {
  quotes: "“" "”" "‘" "’"; }
  q:before {
    content: "\2018";
    content: open-quote; }
  q:after {
    content: "\2019";
    content: close-quote; }
  q q:before {
    content: "\201C";
    content: open-quote; }
  q q:after {
    content: "\201D";
    content: close-quote; }

blockquote {
  quotes: "“" "”" "‘" "’"; }
  blockquote p:before {
    content: "\201c";
    content: open-quote; }
  blockquote p:after {
    content: "";
    content: no-close-quote; }
  blockquote p:last-of-type:after {
    content: "\201d";
    content: close-quote; }
  blockquote q:before {
    content: "\2018";
    content: open-quote; }
  blockquote q:after {
    content: "\2019";
    content: close-quote; }

blockquote {
  text-indent: -0.41em; }
  blockquote p:last-of-type {
    margin-bottom: 0; }

.source {
  display: block;
  text-indent: 0; }
  .source:before {
    content: "\2014"; }

/*------------------------------------*\
    $CODE
\*------------------------------------*/
pre {
  overflow: auto; }

pre mark {
  background: none;
  border-bottom: 1px solid;
  color: inherit; }

.code-comment {
  opacity: 0.75;
  filter: alpha(opacity=75); }

.line-numbers {
  font-family: monospace, serif;
  /* [1] */
  list-style: decimal-leading-zero inside;
  /* [2] */
  white-space: nowrap;
  /* [3] */
  overflow: auto;
  /* [3] */
  margin-left: 0; }

.line-numbers code {
  white-space: pre;
  /* [4] */ }

/*------------------------------------*\
    $IMAGES
\*------------------------------------*/
img {
  max-width: 100%; }

img[width],
img[height] {
  max-width: none; }

.img--round {
  border-radius: 0; }

.img--right {
  float: right;
  margin-bottom: 24px;
  margin-bottom: 1.71429rem;
  margin-left: 24px;
  margin-left: 1.71429rem; }

.img--left {
  float: left;
  margin-right: 24px;
  margin-right: 1.71429rem;
  margin-bottom: 24px;
  margin-bottom: 1.71429rem; }

.img--center {
  display: block;
  margin-right: auto;
  margin-bottom: 24px;
  margin-bottom: 1.71429rem;
  margin-left: auto; }

.img--short {
  height: 120px;
  height: 8.57143rem; }

.img--medium {
  height: 240px;
  height: 17.14286rem; }

.img--tall {
  height: 360px;
  height: 25.71429rem; }

figure > img {
  display: block; }

/*------------------------------------*\
    $LISTS
\*------------------------------------*/
li > ul,
li > ol {
  margin-bottom: 0; }

/*ul*/
.numbered-list {
  list-style-type: decimal; }

/*------------------------------------*\
    $TABLES
\*------------------------------------*/
table {
  width: 100%; }

th,
td {
  padding: 6px;
  padding: 0.42857rem;
  text-align: left; }
  @media screen and (min-width: 480px) {
    th,
    td {
      padding: 12px;
      padding: 0.85714rem; } }

/**
 * Cell alignments
 */
[colspan] {
  text-align: center; }

[colspan="1"] {
  text-align: left; }

[rowspan] {
  vertical-align: middle; }

[rowspan="1"] {
  vertical-align: top; }

.numerical {
  text-align: right; }

.t5 {
  width: 5%; }

.t10 {
  width: 10%; }

.t12 {
  width: 12.5%; }

/* 1/8 */
.t15 {
  width: 15%; }

.t20 {
  width: 20%; }

.t25 {
  width: 25%; }

/* 1/4 */
.t30 {
  width: 30%; }

.t33 {
  width: 33.333%; }

/* 1/3 */
.t35 {
  width: 35%; }

.t37 {
  width: 37.5%; }

/* 3/8 */
.t40 {
  width: 40%; }

.t45 {
  width: 45%; }

.t50 {
  width: 50%; }

/* 1/2 */
.t55 {
  width: 55%; }

.t60 {
  width: 60%; }

.t62 {
  width: 62.5%; }

/* 5/8 */
.t65 {
  width: 65%; }

.t66 {
  width: 66.666%; }

/* 2/3 */
.t70 {
  width: 70%; }

.t75 {
  width: 75%; }

/* 3/4*/
.t80 {
  width: 80%; }

.t85 {
  width: 85%; }

.t87 {
  width: 87.5%; }

/* 7/8 */
.t90 {
  width: 90%; }

.t95 {
  width: 95%; }

/**
 * Bordered tables
 */
.table--bordered th, table th,
.table--bordered td,
table td {
  border: 1px solid #ccc; }
  .table--bordered th:empty, table th:empty,
  .table--bordered td:empty,
  table td:empty {
    border: none; }

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

.table--bordered tbody tr th:last-of-type, table tbody tr th:last-of-type {
  border-right-width: 2px; }

/**
 * Striped tables
 */
.table--striped tbody tr:nth-of-type(odd), table tbody tr:nth-of-type(odd) {
  background-color: #ffc;
  /* Override this color in your theme stylesheet */ }

/**
 * Data table
 */
.table--data {
  font: 12px/1.5 sans-serif; }

/*------------------------------------*\
    $FORMS
\*------------------------------------*/
fieldset {
  padding: 24px;
  padding: 1.71429rem; }

.form-fields {
  list-style: none;
  margin: 0; }

.form-fields > li:last-child {
  margin-bottom: 0; }

label,
.label {
  display: block; }

.additional {
  display: block;
  font-weight: normal; }

.check-list {
  list-style: none;
  margin: 0; }

.check-label,
.check-list label,
.check-list .label {
  display: inline-block; }

.spoken-form label {
  display: inline-block;
  font: inherit; }

/*small*/
.extra-help {
  display: inline-block;
  visibility: hidden; }

.text-input:active + .extra-help,
.text-input:focus + .extra-help {
  visibility: visible; }

/**
 * Objects and abstractions
 */
/*------------------------------------*\
    $GRIDS
\*------------------------------------*/
/**
 * Fluid and nestable grid system. It is necessary to comment out, or otherwise
 * remove, the whitespace from between grid items, e.g.:
 *
   <div class="grid">

       <div class="grid__item  one-third">
           <p>One third grid</p>
       </div><!--

    --><div class="grid__item  two-thirds">
           <p>Two thirds grid</p>
       </div><!--

    --><div class="grid__item  one-half">
           <p>One half grid</p>
       </div><!--

    --><div class="grid__item  one-quarter">
           <p>One quarter grid</p>
       </div><!--

    --><div class="grid__item  one-quarter">
           <p>One quarter grid</p>
       </div>

   </div>
 *
 * Demo: jsfiddle.net/inuitcss/CLYUC
 *
 */
/**
 * Grid wrapper
 */
.grid, .comment-form, .featured-area {
  margin-left: -24px;
  margin-left: -1.71429rem;
  list-style: none;
  margin-bottom: 0; }

/**
     * Very infrequently occuring grid wrappers as children of grid wrappers.
     */
.grid > .grid, .comment-form > .grid, .featured-area > .grid, .grid > .comment-form, .comment-form > .comment-form, .featured-area > .comment-form, .grid > .featured-area, .comment-form > .featured-area, .featured-area > .featured-area {
  margin-left: 0; }

/**
     * Grid
     */
.grid__item, .logged-in-as, .comment-form > *, .featured-area .heroslider, .featured-area__article, .featured-area__aside {
  display: inline-block;
  width: 100%;
  padding-left: 24px;
  padding-left: 1.71429rem;
  vertical-align: top; }

/**
 * Reversed grids allow you to structure your source in the opposite order to
 * how your rendered layout will appear. Extends `.grid`.
 */
.grid--rev {
  direction: rtl;
  text-align: left; }
  .grid--rev > .grid__item, .grid--rev > .logged-in-as, .comment-form.grid--rev > *, .featured-area .grid--rev > .heroslider, .grid--rev > .featured-area__article, .grid--rev > .featured-area__aside {
    direction: ltr;
    text-align: left; }

/**
 * Gutterless grids have all the properties of regular grids, minus any spacing.
 * Extends `.grid`.
 */
.grid--full {
  margin-left: 0; }
  .grid--full > .grid__item, .grid--full > .logged-in-as, .comment-form.grid--full > *, .featured-area .grid--full > .heroslider, .grid--full > .featured-area__article, .grid--full > .featured-area__aside {
    padding-left: 0; }

/**
 * Align the entire grid to the right. Extends `.grid`.
 */
.grid--right {
  text-align: right; }
  .grid--right > .grid__item, .grid--right > .logged-in-as, .comment-form.grid--right > *, .featured-area .grid--right > .heroslider, .grid--right > .featured-area__article, .grid--right > .featured-area__aside {
    text-align: left; }

/**
 * Centered grids align grid items centrally without needing to use push or pull
 * classes. Extends `.grid`.
 */
.grid--center {
  text-align: center; }
  .grid--center > .grid__item, .grid--center > .logged-in-as, .comment-form.grid--center > *, .featured-area .grid--center > .heroslider, .grid--center > .featured-area__article, .grid--center > .featured-area__aside {
    text-align: left; }

/**
 * Align grid cells vertically (`.grid--middle` or `.grid--bottom`). Extends
 * `.grid`.
 */
.grid--middle > .grid__item, .grid--middle > .logged-in-as, .comment-form.grid--middle > *, .featured-area .grid--middle > .heroslider, .grid--middle > .featured-area__article, .grid--middle > .featured-area__aside {
  vertical-align: middle; }

.grid--bottom > .grid__item, .grid--bottom > .logged-in-as, .comment-form.grid--bottom > *, .featured-area .grid--bottom > .heroslider, .grid--bottom > .featured-area__article, .grid--bottom > .featured-area__aside {
  vertical-align: bottom; }

/**
 * Create grids with narrower gutters. Extends `.grid`.
 */
.grid--narrow {
  margin-left: -12px;
  margin-left: -0.85714rem; }
  .grid--narrow > .grid__item, .grid--narrow > .logged-in-as, .comment-form.grid--narrow > *, .featured-area .grid--narrow > .heroslider, .grid--narrow > .featured-area__article, .grid--narrow > .featured-area__aside {
    padding-left: 12px;
    padding-left: 0.85714rem; }

/**
 * Create grids with wider gutters. Extends `.grid`.
 */
.grid--wide {
  margin-left: -48px;
  margin-left: -3.42857rem; }
  .grid--wide > .grid__item, .grid--wide > .logged-in-as, .comment-form.grid--wide > *, .featured-area .grid--wide > .heroslider, .grid--wide > .featured-area__article, .grid--wide > .featured-area__aside {
    padding-left: 48px;
    padding-left: 3.42857rem; }

/*------------------------------------*\
    $FLEXBOX
\*------------------------------------*/
/**
 * Until we can utilise flexbox natively we can kinda, sorta, attempt to emulate
 * it, in a way... e.g.:
 *
   <header class=flexbox>

       <div class=flexbox__item>
           <b>Welcome to</b>
       </div>

       <div class=flexbox__item>
           <img src="//csswizardry.com/inuitcss/img/logo.jpg" alt="inuit.css">
       </div>

   </header>
 *
 * We can also combine our grid system classes with `.flexbox__item` classes,
 * e.g.:
 *
   <div class=flexbox>
       <div class="flexbox__item  one-quarter">
       </div>
       <div class="flexbox__item  three-quarters">
       </div>
   </div>
 *
 * It’s pretty poorly named I’m afraid, but it works...
 *
 * Demo: jsfiddle.net/inuitcss/ufUh2
 *
 */
.flexbox {
  display: table;
  width: 100%; }

/**
 * Nasty hack to circumvent Modernizr conflicts.
 */
html.flexbox {
  display: block;
  width: auto; }

.flexbox__item {
  display: table-cell;
  vertical-align: middle; }

/*------------------------------------*\
    $NAV
\*------------------------------------*/
/**
 * Nav abstraction as per: csswizardry.com/2011/09/the-nav-abstraction
 * When used on an `ol` or `ul`, this class throws the list into horizontal mode
 * e.g.:
 *
   <ul class=nav>
       <li><a href=#>Home</a></li>
       <li><a href=#>About</a></li>
       <li><a href=#>Portfolio</a></li>
       <li><a href=#>Contact</a></li>
   </ul>
 *
 * Demo: jsfiddle.net/inuitcss/Vnph4
 *
 */
.nav, .rsBullets, .tabs__nav, .popular-posts__time, .sub-menu, .sub-menu--mega, .commentlist, .author__social-links {
  list-style: none;
  margin-left: 0; }
  .nav > li, .rsBullets > li, .tabs__nav > li, .popular-posts__time > li, .sub-menu > li, .sub-menu--mega > li, .commentlist > li, .author__social-links > li,
  .nav > li > a,
  .rsBullets > li > a,
  .tabs__nav > li > a,
  .popular-posts__time > li > a,
  .sub-menu > li > a,
  .sub-menu--mega > li > a,
  .commentlist > li > a,
  .author__social-links > li > a {
    display: inline-block;
    *display: inline;
    zoom: 1; }

/**
 * `.nav--stacked` extends `.nav` and throws the list into vertical mode, e.g.:
 *
   <ul class="nav  nav--stacked">
       <li><a href=#>Home</a></li>
       <li><a href=#>About</a></li>
       <li><a href=#>Portfolio</a></li>
       <li><a href=#>Contact</a></li>
   </ul>
 *
 */
.nav--stacked > li, .sub-menu > li, .sub-menu--mega > li {
  display: list-item; }
  .nav--stacked > li > a, .sub-menu > li > a, .sub-menu--mega > li > a {
    display: block; }

/**
 * `.nav--banner` extends `.nav` and centres the list, e.g.:
 *
   <ul class="nav  nav--banner">
       <li><a href=#>Home</a></li>
       <li><a href=#>About</a></li>
       <li><a href=#>Portfolio</a></li>
       <li><a href=#>Contact</a></li>
   </ul>
 *
 */
.nav--banner {
  text-align: center; }

/**
 * Give nav links a big, blocky hit area. Extends `.nav`, e.g.:
 *
   <ul class="nav  nav--block">
       <li><a href=#>Home</a></li>
       <li><a href=#>About</a></li>
       <li><a href=#>Portfolio</a></li>
       <li><a href=#>Contact</a></li>
   </ul>
 *
 */
.nav--block, .options, .tabs__nav, .popular-posts__time {
  line-height: 1;
  /**
     * Remove whitespace caused by `inline-block`.
     */
  letter-spacing: -0.31em;
  word-spacing: -0.43em;
  white-space: nowrap; }
  .nav--block > li, .options > li, .tabs__nav > li, .popular-posts__time > li {
    letter-spacing: normal;
    word-spacing: normal; }
    .nav--block > li > a, .options > li > a, .tabs__nav > li > a, .popular-posts__time > li > a {
      padding: 12px;
      padding: 0.85714rem; }

/**
 * Force a nav to occupy 100% of the available width of its parent. Extends
 * `.nav`, e.g.:
 *
   <ul class="nav  nav--fit">
       <li><a href=#>Home</a></li>
       <li><a href=#>About</a></li>
       <li><a href=#>Portfolio</a></li>
       <li><a href=#>Contact</a></li>
   </ul>
 *
 * Thanks to @pimpl for this idea!
 */
.nav--fit {
  display: table;
  width: 100%; }
  .nav--fit > li {
    display: table-cell; }
    .nav--fit > li > a {
      display: block; }

/**
 * Make a list of keywords. Extends `.nav`, e.g.:
 *
   `<ul class="nav  nav--keywords>`
 *
 */
.nav--keywords > li:after {
  content: "\002C" "\00A0"; }

.nav--keywords > li:last-child:after {
  display: none; }

/*------------------------------------*\
    $OPTIONS
\*------------------------------------*/
/**
 * Link-group nav, used for displaying related options. Extends `.nav--block`
 * but could also extend `.nav--fit`. Extend with colours and ‘current states’
 * in your theme stylesheet.
 *
  <ul class="nav  options">
      <li><a></a></li>
      <li><a></a></li>
      <li><a></a></li>
      <li><a></a></li>
   </ul>
 *
 * Demo: jsfiddle.net/inuitcss/vwfaf
 *
 */
.options > li > a {
  border: 0 solid #ccc;
  border-width: 1px;
  border-left-width: 0; }

.options > li:first-child > a {
  border-left-width: 1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.options > li:last-child > a {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

/*------------------------------------*\
    $MEDIA
\*------------------------------------*/
/**
 * Place any image- and text-like content side-by-side, as per:
 * stubbornella.org/content/2010/06/25/the-media-object-saves-hundreds-of-lines-of-code
 * E.g.:
 *
   <div class=media>
       <img src=http://placekitten.com/200/300 alt="" class=media__img>
       <p class=media__body>Lorem ipsum dolor sit amet, consectetur adipisicing elit,
       sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>
   </div>
 *
 * Demo: jsfiddle.net/inuitcss/cf4Qs
 *
 */

.media,
.author,
.latest-comments__list {
  display: block; }

.media__img, .author__avatar, .latest-comments__avatar {
  float: left;
  margin-right: 24px;
  margin-right: 1.71429rem; }

/**
     * Reversed image location (right instead of left).
     */
.media__img--rev {
  float: right;
  margin-left: 24px;
  margin-left: 1.71429rem; }

.media__img img, .author__avatar img, .latest-comments__avatar img,
.media__img--rev img {
  display: block; }

.media__body, .author__text, .latest-comments__body {
  overflow: hidden; }

.media__body, .author__text, .latest-comments__body,
.media__body > :last-child,
.author__text > :last-child,
.latest-comments__body > :last-child {
  margin-bottom: 0; }

/**
     * `.img`s in `.islet`s need an appropriately sized margin.
     */
.islet .media__img, .islet .author__avatar, .islet .latest-comments__avatar {
  margin-right: 12px;
  margin-right: 0.85714rem; }

.islet .media__img--rev {
  margin-left: 12px;
  margin-left: 0.85714rem; }

/*------------------------------------*\
    $ISLAND
\*------------------------------------*/
/**
 * Simple, boxed off content, as per: csswizardry.com/2011/10/the-island-object
 * E.g.:
 *
   <div class=island>
       I am boxed off.
   </div>
 *
 * Demo: jsfiddle.net/inuitcss/u8pV3
 *
 */

.island,
.reviews,
.islet {
  display: block; }


.island,
.reviews {
  padding: 24px;
  padding: 1.71429rem; }

.island > :last-child, .reviews > :last-child,
.islet > :last-child {
  margin-bottom: 0; }

/**
 * Just like `.island`, only smaller.
 */
.islet {
  padding: 12px;
  padding: 0.85714rem; }

/*------------------------------------*\
    $BLOCK-LIST
\*------------------------------------*/
/**
 * Create big blocky lists of content, e.g.:
 *
   <ul class=block-list>
      <li>Foo</li>
      <li>Bar</li>
      <li>Baz</li>
      <li><a href=# class=block-list__link>Foo Bar Baz</a></li>
   </ul>
 *
 * Extend this object in your theme stylesheet.
 *
 * Demo: jsfiddle.net/inuitcss/hR57q
 *
 */
.block-list, .matrix,
.block-list > li,
.matrix > li {
  border: 0 solid #ccc; }

.block-list, .matrix {
  list-style: none;
  margin-left: 0;
  border-top-width: 1px;
  margin-top: -1px; }
  
  .block-list > li,
  .matrix > li {
    border-bottom-width: 1px;
    margin-top: -1px;
    padding: 12px;
    padding: 0.85714rem; }

.block-list__link, .matrix__link {
  display: block;
  padding: 12px;
  padding: 0.85714rem;
  margin: -12px;
  margin: -0.85714rem; }

/*------------------------------------*\
    $MATRIX
\*------------------------------------*/
/**
 * Create a grid of items out of a single list, e.g.:
 *
   <ul class="matrix  three-cols">
       <li class=all-cols>Lorem</li>
       <li>Ipsum <a href=#>dolor</a></li>
       <li><a href=# class=matrix__link>Sit</a></li>
       <li>Amet</li>
       <li class=all-cols>Consectetuer</li>
   </ul>
 *
 * Extend this object in your theme stylesheet.
 *
 * Demo: jsfiddle.net/inuitcss/Y2zrU
 *
 */
.matrix {
  border-left-width: 1px; }
  .matrix > li {
    float: left;
    border-right-width: 1px; }

/**
 * The `.multi-list` object is a lot like the `.matrix` object only without the
 * blocky borders and padding.
 *
   <ul class="multi-list  four-cols">
       <li>Lorem</li>
       <li>Ipsum</li>
       <li>Dolor</li>
       <li>Sit</li>
   </ul>
 *
 * Demo: jsfiddle.net/inuitcss/Y2zrU
 *
 */
.multi-list, .widget_nav_menu ul, .widget_categories ul, .widget_meta ul {
  list-style: none;
  margin-left: 0; }

.multi-list > li, .widget_nav_menu ul > li, .widget_categories ul > li, .widget_meta ul > li {
  float: left; }

/**
     * Apply these classes alongside the `.matrix` or `.multi-list` classes on
     * lists to determine how wide their columns are.
     */
.two-cols > li, .widget_nav_menu ul > li, .widget_categories ul > li, .widget_meta ul > li {
  width: 50%; }

.three-cols > li {
  width: 33.333%; }

.four-cols > li {
  width: 25%; }

.five-cols > li {
  width: 20%; }

/**
     * Unfortunately we have to qualify this selector in order to bring its
     * specificity above the `.[number]-cols > li` selectors above.
     */
.matrix > .all-cols,
.multi-list > .all-cols,
.widget_nav_menu ul > .all-cols,
.widget_categories ul > .all-cols,
.widget_meta ul > .all-cols {
  width: 100%; }

/*------------------------------------*\
    $SPLIT
\*------------------------------------*/
/**
 * Simple split item for creating two elements floated away from one another,
 * e.g.:
 *
   <dl class=split>
       <dt class=split__title>Burger and fries</dt>
       <dd>&pound;5.99</dd>
       <dt class=split__title>Fillet steak</dt>
       <dd>&pound;19.99</dd>
       <dt class=split__title>Ice cream</dt>
       <dd>&pound;2.99</dd>
   </dl>
 *
   <ol class="split  results">
       <li class=first><b class=split__title>1st place</b> Bob</li>
       <li class=second><b class=split__title>2nd place</b> Lilly</li>
       <li class=third><b class=split__title>3rd place</b> Ted</li>
   </ol>​
 *
 * Demo: jsfiddle.net/inuitcss/9gZW7
 *
 */
.split {
  text-align: right;
  list-style: none;
  margin-left: 0; }

.split__title {
  text-align: left;
  float: left;
  clear: left; }

/*------------------------------------*\
    $ARROWS
\*------------------------------------*/
/**
 * It is a common design treatment to give an element a triangular points-out
 * arrow, we typically build these with CSS. These following classes allow us to
 * generate these arbitrarily with a mixin, `@arrow()`.
 */
/**
 * Forms the basis for any/all CSS arrows.
 */
/**
 * Define individual edges so we can combine what we need, when we need.
 */
/*------------------------------------*\
    $BEAUTONS.CSS
\*------------------------------------*/
/*------------------------------------*\
    $BASE
\*------------------------------------*/
/**
 * Base button styles.
 *
 * 1. Allow us to better style box model properties.
 * 2. Line different sized buttons up a little nicer.
 * 3. Stop buttons wrapping and looking broken.
 * 4. Make buttons inherit font styles.
 * 5. Force all elements using beautons to appear clickable.
 * 6. Normalise box model styles.
 * 7. If the button’s text is 1em, and the button is (3 * font-size) tall, then
 *    there is 1em of space above and below that text. We therefore apply 1em
 *    of space to the left and right, as padding, to keep consistent spacing.
 * 8. Basic cosmetics for default buttons. Change or override at will.
 * 9. Don’t allow buttons to have underlines; it kinda ruins the illusion.
 */
.btn, .comments_add-comment, .form-submit #comment-submit, .widget_tag_cloud a {
  display: inline-block;
  /* [1] */
  vertical-align: middle;
  /* [2] */
  white-space: nowrap;
  /* [3] */
  font-family: inherit;
  /* [4] */
  font-size: 100%;
  /* [4] */
  cursor: pointer;
  /* [5] */
  border: none;
  /* [6] */
  margin: 0;
  /* [6] */
  padding-top: 0;
  /* [6] */
  padding-bottom: 0;
  /* [6] */
  line-height: 3;
  /* [7] */
  padding-right: 1em;
  /* [7] */
  padding-left: 1em;
  /* [7] */
  border-radius: 0;
  /* [8] */ }

.btn, .comments_add-comment, .form-submit #comment-submit, .widget_tag_cloud a, .btn:hover, .comments_add-comment:hover, .form-submit #comment-submit:hover, .widget_tag_cloud a:hover {
  text-decoration: none;
  /* [9] */ }

/*------------------------------------*\
    $SIZES
\*------------------------------------*/
.btn--small, .comments_add-comment {
  padding-right: 0.5em;
  padding-left: 0.5em;
  line-height: 2; }

.btn--large {
  padding-right: 1.5em;
  padding-left: 1.5em;
  line-height: 4; }

.btn--huge {
  padding-right: 2em;
  padding-left: 2em;
  line-height: 5; }

.btn--full {
  width: 100%;
  padding-right: 0;
  /* [1] */
  padding-left: 0;
  /* [1] */
  text-align: center; }

/*------------------------------------*\
    $FONT-SIZES
\*------------------------------------*/
/**
 * Button font-size modifiers.
 */
.btn--alpha {
  font-size: 3rem; }

.btn--beta, .form-submit #comment-submit {
  font-size: 2rem; }

.btn--gamma {
  font-size: 1rem; }

/**
 * Make the button inherit sizing from its parent.
 */
.btn--natural {
  vertical-align: baseline;
  font-size: inherit;
  line-height: inherit;
  padding-right: 0.5em;
  padding-left: 0.5em; }

/*------------------------------------*\
    $FUNCTIONS
\*------------------------------------*/
/**
 * Button function modifiers.
 */
/**
 * Positive actions; e.g. sign in, purchase, submit, etc.
 */
.btn--positive {
  background-color: #4A993E;
  color: #fff; }

/**
 * Negative actions; e.g. close account, delete photo, remove friend, etc.
 */
.btn--negative, .widget_tag_cloud a {
  background-color: #b33630;
  color: #fff; }

/**
 * Inactive, disabled buttons.
 * 
 * 1. Make the button look like normal text when hovered.
 */
.btn--inactive,
.btn--inactive:hover,
.btn--inactive:active,
.btn--inactive:focus {
  background-color: #ddd;
  color: #777;
  cursor: text;
  /* [1] */ }

/*------------------------------------*\
    $STYLES
\*------------------------------------*/
/**
 * Button style modifiers.
 *
 * 1. Use an overly-large number to ensure completely rounded, pill-like ends.
 */
.btn--soft {
  border-radius: 200px;
  /* [1] */ }

.btn--hard {
  border-radius: 0; }

/*------------------------------------*\
    $LOZENGES
\*------------------------------------*/
/**
 * Create pill- and lozenge-like runs of text, e.g.:
 *
   <p>This <span class=pill>here</span> is a pill!</p>
 *
   <p>This <span class=loz>here</span> is also a lozenge!</p>
 *
 * Pills have fully rounded ends, lozenges have only their corners rounded.
 *
 * Demo: jsfiddle.net/inuitcss/N3pGm
 *
 */
.pill, .loz {
  display: inline-block;
  /**
     * These numbers set in ems mean that, at its narrowest, a lozenge will be
     * the same width as the `line-height` set on the `html` element.
     * This allows us to use the `.loz` in almost any `font-size` we wish.
     */
  min-width: 1.14286em;
  padding-right: 0.28571em;
  padding-left: 0.28571em;
  /* =1.50em */
  text-align: center;
  background-color: #ccc;
  color: #fff;
  /* Override this color in your theme stylesheet */
  /**
     * Normally we’d use border-radius:100%; but instead here we just use an
     * overly large number; `border-radius:100%;` would create an oval on
     * non-square elements whereas we just want to round the ends of an element.
     */
  border-radius: 100px; }

.loz {
  border-radius: 0; }

/*------------------------------------*\
     $STATS
 \*------------------------------------*/
/**
  * Simple object to display key–value statistic-like information, e.g.:
  *
    <div class=stat-group>
        <dl class=stat>
            <dt class=stat__title>Tweets</dt>
            <dd class=stat__value>27,740</dd>
        </dl>

        <dl class=stat>
            <dt class=stat__title>Following</dt>
            <dd class=stat__value>11,529</dd>
        </dl>

        <dl class=stat>
            <dt class=stat__title>Followers</dt>
            <dd class=stat__value>12,105</dd>
        </dl>
    </div>
  *
  * Demo: jsfiddle.net/inuitcss/Bpwu6
  *
  */
.stat-group {
  margin-left: -24px;
  margin-left: -1.71429rem; }

.stat {
  float: left;
  margin-left: 24px;
  margin-left: 1.71429rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column; }

.stat__title {
  -webkit-box-ordinal-group: 3;
  order: 2;
  -ms-flex-order: 2; }

.stat__value {
  margin-left: 0;
  -webkit-box-ordinal-group: 2;
  order: 1;
  -ms-flex-order: 1; }

/*------------------------------------*\
    $GREYBOX
\*------------------------------------*/
/**
 * Quickly throw together greybox wireframes. Use in conjunction with other
 * inuit.css objects to create simple greybox prototypes, e.g.:
 *
   <div class="island  greybox  greybox--medium">Header</div>

   <ul class="nav  nav--fit  nav--block  greybox">
       <li><a href=#>Home</a></li>
       <li><a href=#>About</a></li>
       <li><a href=#>Portfolio</a></li>
       <li><a href=#>Contact</a></li>
   </ul>
 *
 * The beauty of combining the greyboxing with inuit.css objects is that any
 * prototyping can quickly be converted into/used as production code.
 *
 * For a more complete prototyping framework, consider Adam Whitcroft’s Proto:
 * adamwhitcroft.com/proto
 *
 * Demo: jsfiddle.net/inuitcss/qCXfh/
 *
 */
.greybox,
.graybox {
  font-size: 12px;
  font-size: 0.85714rem;
  line-height: 2.01;
  font-family: sans-serif;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.2);
  color: #fff; }

.greybox a,
.graybox a {
  color: #fff;
  text-decoration: underline; }

/**
 * All greyboxes will occupy 100% of their parent’s width, but to alter their
 * heights we apply incrementally larger line-heights:
 */
.greybox--small,
.graybox--small {
  line-height: 48px; }

.greybox--medium,
.graybox--medium {
  line-height: 96px; }

.greybox--large,
.graybox--large {
  line-height: 192px; }

.greybox--huge,
.graybox--huge {
  line-height: 384px; }

.greybox--gigantic,
.graybox--gigantic {
  line-height: 768px; }

/**
 * Style trumps; helper and brand classes
 */
/*------------------------------------*\
    $WIDTHS
\*------------------------------------*/
/**
 * Sizes in human readable format. These are used in conjunction with other
 * objects and abstractions found in inuit.css, most commonly the grid system
 * and faux flexbox.
 *
 * We have a mixin to generate our widths and their breakpoint-specific
 * variations.
 */
/**
    * Whole
    */
.one-whole, .logged-in-as, .comment-form > * {
  width: 100%; }

/**
    * Halves
    */
.one-half, .two-quarters, .three-sixths, .four-eighths, .five-tenths, .six-twelfths {
  width: 50%; }

/**
    * Thirds
    */
.one-third, .two-sixths, .four-twelfths, .comment-form > .comment-form-author,
.comment-form > .comment-form-email,
.comment-form > .comment-form-url {
  width: 33.333%; }

.two-thirds, .four-sixths, .eight-twelfths {
  width: 66.666%; }

/**
    * Quarters
    */
.one-quarter, .two-eighths, .three-twelfths {
  width: 25%; }

.three-quarters, .six-eighths, .nine-twelfths {
  width: 75%; }

/**
    * Fifths
    */
.one-fifth, .two-tenths {
  width: 20%; }

.two-fifths, .four-tenths {
  width: 40%; }

.three-fifths, .six-tenths {
  width: 60%; }

.four-fifths, .eight-tenths {
  width: 80%; }

/**
    * Sixths
    */
.one-sixth, .two-twelfths {
  width: 16.666%; }

.five-sixths, .ten-twelfths {
  width: 83.333%; }

/**
    * Eighths
    */
.one-eighth {
  width: 12.5%; }

.three-eighths {
  width: 37.5%; }

.five-eighths {
  width: 62.5%; }

.seven-eighths {
  width: 87.5%; }

/**
    * Tenths
    */
.one-tenth {
  width: 10%; }

.three-tenths {
  width: 30%; }

.seven-tenths {
  width: 70%; }

.nine-tenths {
  width: 90%; }

/**
    * Twelfths
    */
.one-twelfth {
  width: 8.333%; }

.five-twelfths, .featured-area__aside {
  width: 41.666%; }

.seven-twelfths, .featured-area .heroslider, .featured-area__article {
  width: 58.333%; }

.eleven-twelfths {
  width: 91.666%; }

@media only screen and (max-width: 899px) {
  /**
    * Whole
    */
  .palm-one-whole, .featured-area .heroslider, .featured-area__article, .featured-area__aside {
    width: 100%; }
  /**
    * Halves
    */
  .palm-one-half, .palm-two-quarters, .palm-three-sixths, .palm-four-eighths, .palm-five-tenths, .palm-six-twelfths {
    width: 50%; }
  /**
    * Thirds
    */
  .palm-one-third, .palm-two-sixths, .palm-four-twelfths {
    width: 33.333%; }
  .palm-two-thirds, .palm-four-sixths, .palm-eight-twelfths {
    width: 66.666%; }
  /**
    * Quarters
    */
  .palm-one-quarter, .palm-two-eighths, .palm-three-twelfths {
    width: 25%; }
  .palm-three-quarters, .palm-six-eighths, .palm-nine-twelfths {
    width: 75%; }
  /**
    * Fifths
    */
  .palm-one-fifth, .palm-two-tenths {
    width: 20%; }
  .palm-two-fifths, .palm-four-tenths {
    width: 40%; }
  .palm-three-fifths, .palm-six-tenths {
    width: 60%; }
  .palm-four-fifths, .palm-eight-tenths {
    width: 80%; }
  /**
    * Sixths
    */
  .palm-one-sixth, .palm-two-twelfths {
    width: 16.666%; }
  .palm-five-sixths, .palm-ten-twelfths {
    width: 83.333%; }
  /**
    * Eighths
    */
  .palm-one-eighth {
    width: 12.5%; }
  .palm-three-eighths {
    width: 37.5%; }
  .palm-five-eighths {
    width: 62.5%; }
  .palm-seven-eighths {
    width: 87.5%; }
  /**
    * Tenths
    */
  .palm-one-tenth {
    width: 10%; }
  .palm-three-tenths {
    width: 30%; }
  .palm-seven-tenths {
    width: 70%; }
  .palm-nine-tenths {
    width: 90%; }
  /**
    * Twelfths
    */
  .palm-one-twelfth {
    width: 8.333%; }
  .palm-five-twelfths {
    width: 41.666%; }
  .palm-seven-twelfths {
    width: 58.333%; }
  .palm-eleven-twelfths {
    width: 91.666%; } }

@media only screen and (min-width: 900px) and (max-width: 1023px) {
  /**
    * Whole
    */
  .lap-one-whole {
    width: 100%; }
  /**
    * Halves
    */
  .lap-one-half, .lap-two-quarters, .lap-three-sixths, .lap-four-eighths, .lap-five-tenths, .lap-six-twelfths {
    width: 50%; }
  /**
    * Thirds
    */
  .lap-one-third, .lap-two-sixths, .lap-four-twelfths {
    width: 33.333%; }
  .lap-two-thirds, .lap-four-sixths, .lap-eight-twelfths {
    width: 66.666%; }
  /**
    * Quarters
    */
  .lap-one-quarter, .lap-two-eighths, .lap-three-twelfths {
    width: 25%; }
  .lap-three-quarters, .lap-six-eighths, .lap-nine-twelfths {
    width: 75%; }
  /**
    * Fifths
    */
  .lap-one-fifth, .lap-two-tenths {
    width: 20%; }
  .lap-two-fifths, .lap-four-tenths {
    width: 40%; }
  .lap-three-fifths, .lap-six-tenths {
    width: 60%; }
  .lap-four-fifths, .lap-eight-tenths {
    width: 80%; }
  /**
    * Sixths
    */
  .lap-one-sixth, .lap-two-twelfths {
    width: 16.666%; }
  .lap-five-sixths, .lap-ten-twelfths {
    width: 83.333%; }
  /**
    * Eighths
    */
  .lap-one-eighth {
    width: 12.5%; }
  .lap-three-eighths {
    width: 37.5%; }
  .lap-five-eighths {
    width: 62.5%; }
  .lap-seven-eighths {
    width: 87.5%; }
  /**
    * Tenths
    */
  .lap-one-tenth {
    width: 10%; }
  .lap-three-tenths {
    width: 30%; }
  .lap-seven-tenths {
    width: 70%; }
  .lap-nine-tenths {
    width: 90%; }
  /**
    * Twelfths
    */
  .lap-one-twelfth {
    width: 8.333%; }
  .lap-five-twelfths {
    width: 41.666%; }
  .lap-seven-twelfths {
    width: 58.333%; }
  .lap-eleven-twelfths {
    width: 91.666%; } }

@media only screen and (min-width: 900px) {
  /**
    * Whole
    */
  .lap-and-up-one-whole {
    width: 100%; }
  /**
    * Halves
    */
  .lap-and-up-one-half, .lap-and-up-two-quarters, .lap-and-up-three-sixths, .lap-and-up-four-eighths, .lap-and-up-five-tenths, .lap-and-up-six-twelfths {
    width: 50%; }
  /**
    * Thirds
    */
  .lap-and-up-one-third, .lap-and-up-two-sixths, .lap-and-up-four-twelfths {
    width: 33.333%; }
  .lap-and-up-two-thirds, .lap-and-up-four-sixths, .lap-and-up-eight-twelfths {
    width: 66.666%; }
  /**
    * Quarters
    */
  .lap-and-up-one-quarter, .lap-and-up-two-eighths, .lap-and-up-three-twelfths {
    width: 25%; }
  .lap-and-up-three-quarters, .lap-and-up-six-eighths, .lap-and-up-nine-twelfths {
    width: 75%; }
  /**
    * Fifths
    */
  .lap-and-up-one-fifth, .lap-and-up-two-tenths {
    width: 20%; }
  .lap-and-up-two-fifths, .lap-and-up-four-tenths {
    width: 40%; }
  .lap-and-up-three-fifths, .lap-and-up-six-tenths {
    width: 60%; }
  .lap-and-up-four-fifths, .lap-and-up-eight-tenths {
    width: 80%; }
  /**
    * Sixths
    */
  .lap-and-up-one-sixth, .lap-and-up-two-twelfths {
    width: 16.666%; }
  .lap-and-up-five-sixths, .lap-and-up-ten-twelfths {
    width: 83.333%; }
  /**
    * Eighths
    */
  .lap-and-up-one-eighth {
    width: 12.5%; }
  .lap-and-up-three-eighths {
    width: 37.5%; }
  .lap-and-up-five-eighths {
    width: 62.5%; }
  .lap-and-up-seven-eighths {
    width: 87.5%; }
  /**
    * Tenths
    */
  .lap-and-up-one-tenth {
    width: 10%; }
  .lap-and-up-three-tenths {
    width: 30%; }
  .lap-and-up-seven-tenths {
    width: 70%; }
  .lap-and-up-nine-tenths {
    width: 90%; }
  /**
    * Twelfths
    */
  .lap-and-up-one-twelfth {
    width: 8.333%; }
  .lap-and-up-five-twelfths {
    width: 41.666%; }
  .lap-and-up-seven-twelfths {
    width: 58.333%; }
  .lap-and-up-eleven-twelfths {
    width: 91.666%; } }

@media only screen and (max-width: 1023px) {
  /**
    * Whole
    */
  .portable-one-whole {
    width: 100%; }
  /**
    * Halves
    */
  .portable-one-half, .portable-two-quarters, .portable-three-sixths, .portable-four-eighths, .portable-five-tenths, .portable-six-twelfths {
    width: 50%; }
  /**
    * Thirds
    */
  .portable-one-third, .portable-two-sixths, .portable-four-twelfths {
    width: 33.333%; }
  .portable-two-thirds, .portable-four-sixths, .portable-eight-twelfths {
    width: 66.666%; }
  /**
    * Quarters
    */
  .portable-one-quarter, .portable-two-eighths, .portable-three-twelfths {
    width: 25%; }
  .portable-three-quarters, .portable-six-eighths, .portable-nine-twelfths {
    width: 75%; }
  /**
    * Fifths
    */
  .portable-one-fifth, .portable-two-tenths {
    width: 20%; }
  .portable-two-fifths, .portable-four-tenths {
    width: 40%; }
  .portable-three-fifths, .portable-six-tenths {
    width: 60%; }
  .portable-four-fifths, .portable-eight-tenths {
    width: 80%; }
  /**
    * Sixths
    */
  .portable-one-sixth, .portable-two-twelfths {
    width: 16.666%; }
  .portable-five-sixths, .portable-ten-twelfths {
    width: 83.333%; }
  /**
    * Eighths
    */
  .portable-one-eighth {
    width: 12.5%; }
  .portable-three-eighths {
    width: 37.5%; }
  .portable-five-eighths {
    width: 62.5%; }
  .portable-seven-eighths {
    width: 87.5%; }
  /**
    * Tenths
    */
  .portable-one-tenth {
    width: 10%; }
  .portable-three-tenths {
    width: 30%; }
  .portable-seven-tenths {
    width: 70%; }
  .portable-nine-tenths {
    width: 90%; }
  /**
    * Twelfths
    */
  .portable-one-twelfth {
    width: 8.333%; }
  .portable-five-twelfths {
    width: 41.666%; }
  .portable-seven-twelfths {
    width: 58.333%; }
  .portable-eleven-twelfths {
    width: 91.666%; } }

@media only screen and (min-width: 1024px) {
  /**
    * Whole
    */
  .desk-one-whole {
    width: 100%; }
  /**
    * Halves
    */
  .desk-one-half, .desk-two-quarters, .desk-three-sixths, .desk-four-eighths, .desk-five-tenths, .desk-six-twelfths {
    width: 50%; }
  /**
    * Thirds
    */
  .desk-one-third, .desk-two-sixths, .desk-four-twelfths {
    width: 33.333%; }
  .desk-two-thirds, .desk-four-sixths, .desk-eight-twelfths {
    width: 66.666%; }
  /**
    * Quarters
    */
  .desk-one-quarter, .desk-two-eighths, .desk-three-twelfths {
    width: 25%; }
  .desk-three-quarters, .desk-six-eighths, .desk-nine-twelfths {
    width: 75%; }
  /**
    * Fifths
    */
  .desk-one-fifth, .desk-two-tenths {
    width: 20%; }
  .desk-two-fifths, .desk-four-tenths {
    width: 40%; }
  .desk-three-fifths, .desk-six-tenths {
    width: 60%; }
  .desk-four-fifths, .desk-eight-tenths {
    width: 80%; }
  /**
    * Sixths
    */
  .desk-one-sixth, .desk-two-twelfths {
    width: 16.666%; }
  .desk-five-sixths, .desk-ten-twelfths {
    width: 83.333%; }
  /**
    * Eighths
    */
  .desk-one-eighth {
    width: 12.5%; }
  .desk-three-eighths {
    width: 37.5%; }
  .desk-five-eighths {
    width: 62.5%; }
  .desk-seven-eighths {
    width: 87.5%; }
  /**
    * Tenths
    */
  .desk-one-tenth {
    width: 10%; }
  .desk-three-tenths {
    width: 30%; }
  .desk-seven-tenths {
    width: 70%; }
  .desk-nine-tenths {
    width: 90%; }
  /**
    * Twelfths
    */
  .desk-one-twelfth {
    width: 8.333%; }
  .desk-five-twelfths {
    width: 41.666%; }
  .desk-seven-twelfths {
    width: 58.333%; }
  .desk-eleven-twelfths {
    width: 91.666%; } }

/**
 * If you have set the additional `$responsive-extra` variable to ‘true’ in
 * `_vars.scss` then you now have access to the following class available to
 * accomodate much larger screen resolutions.
 */
/* endif */
/*------------------------------------*\
    $PUSH
\*------------------------------------*/
/**
 * Push classes, to move grid items over to the right by certain amounts.
 */
/**
     * Whole
     */
.push--one-whole {
  left: 100%; }

/**
     * Halves
     */
.push--one-half, .push--two-quarters, .push--three-sixths, .push--four-eighths, .push--five-tenths, .push--six-twelfths {
  left: 50%; }

/**
     * Thirds
     */
.push--one-third, .push--two-sixths, .push--four-twelfths {
  left: 33.333%; }

.push--two-thirds, .push--four-sixths, .push--eight-twelfths {
  left: 66.666%; }

/**
     * Quarters
     */
.push--one-quarter, .push--two-eighths, .push--three-twelfths {
  left: 25%; }

.push--three-quarters, .push--six-eighths, .push--nine-twelfths {
  left: 75%; }

/**
     * Fifths
     */
.push--one-fifth, .push--two-tenths {
  left: 20%; }

.push--two-fifths, .push--four-tenths {
  left: 40%; }

.push--three-fifths, .push--six-tenths {
  left: 60%; }

.push--four-fifths, .push--eight-tenths {
  left: 80%; }

/**
     * Sixths
     */
.push--one-sixth, .push--two-twelfths {
  left: 16.666%; }

.push--five-sixths, .push--ten-twelfths {
  left: 83.333%; }

/**
     * Eighths
     */
.push--one-eighth {
  left: 12.5%; }

.push--three-eighths {
  left: 37.5%; }

.push--five-eighths {
  left: 62.5%; }

.push--seven-eighths {
  left: 87.5%; }

/**
     * Tenths
     */
.push--one-tenth {
  left: 10%; }

.push--three-tenths {
  left: 30%; }

.push--seven-tenths {
  left: 70%; }

.push--nine-tenths {
  left: 90%; }

/**
     * Twelfths
     */
.push--one-twelfth {
  left: 8.333%; }

.push--five-twelfths {
  left: 41.666%; }

.push--seven-twelfths {
  left: 58.333%; }

.push--eleven-twelfths {
  left: 91.666%; }

/**
 * Not a particularly great selector, but the DRYest way to do things.
 */
[class*="push--"] {
  position: relative; }

/*------------------------------------*\
    $PULL
\*------------------------------------*/
/**
 * Pull classes, to move grid items over to the right by certain amounts.
 */
/*------------------------------------*\
    $BRAND
\*------------------------------------*/
.brand {
  font-family: "Helvetica Neue", sans-serif!important;
  color: #4a8ec2!important; }

.brand-face {
  font-family: "Helvetica Neue", sans-serif!important; }

.brand-color,
.brand-colour {
  color: #4a8ec2!important; }

/*------------------------------------*\
    $HELPER
\*------------------------------------*/
/**
 * Add/remove floats
 */
.float--right {
  float: right !important; }

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

.float--none {
  float: none !important; }

/**
 * Text alignment
 */
.text--left {
  text-align: left  !important; }

.text--center {
  text-align: center !important; }

.text--right {
  text-align: right !important; }

/**
 * Font weights
 */
.weight--light {
  font-weight: 300 !important; }

.weight--normal {
  font-weight: 400 !important; }

.weight--semibold {
  font-weight: 600 !important; }

/**
 * Add/remove margins
 */
.push {
  margin: 24px !important;
  margin: 1.71429rem !important; }

.push--top {
  margin-top: 24px !important;
  margin-top: 1.71429rem !important; }

.push--right {
  margin-right: 24px !important;
  margin-right: 1.71429rem !important; }

.push--bottom {
  margin-bottom: 24px !important;
  margin-bottom: 1.71429rem !important; }

.push--left {
  margin-left: 24px !important;
  margin-left: 1.71429rem !important; }

.push--ends {
  margin-top: 24px !important;
  margin-top: 1.71429rem !important;
  margin-bottom: 24px !important;
  margin-bottom: 1.71429rem !important; }

.push--sides {
  margin-right: 24px !important;
  margin-right: 1.71429rem !important;
  margin-left: 24px !important;
  margin-left: 1.71429rem !important; }

.push-half {
  margin: 12px !important;
  margin: 0.85714rem !important; }

.push-half--top {
  margin-top: 12px !important;
  margin-top: 0.85714rem !important; }

.push-half--right {
  margin-right: 12px !important;
  margin-right: 0.85714rem !important; }

.push-half--bottom {
  margin-bottom: 12px !important;
  margin-bottom: 0.85714rem !important; }

.push-half--left {
  margin-left: 12px !important;
  margin-left: 0.85714rem !important; }

.push-half--ends {
  margin-top: 12px !important;
  margin-top: 0.85714rem !important;
  margin-bottom: 12px !important;
  margin-bottom: 0.85714rem !important; }

.push-half--sides {
  margin-right: 12px !important;
  margin-right: 0.85714rem !important;
  margin-left: 12px !important;
  margin-left: 0.85714rem !important; }

.flush {
  margin: 0 !important;
  margin: 0 !important; }

.flush--top, .mt0 {
  margin-top: 0 !important;
  margin-top: 0 !important; }

.flush--right {
  margin-right: 0 !important;
  margin-right: 0 !important; }

.flush--bottom, .mb0 {
  margin-bottom: 0 !important;
  margin-bottom: 0 !important; }

.flush--left {
  margin-left: 0 !important;
  margin-left: 0 !important; }

.flush--ends {
  margin-top: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  margin-bottom: 0 !important; }

.flush--sides {
  margin-right: 0 !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
  margin-left: 0 !important; }

/**
 * Add/remove paddings
 */
.soft {
  padding: 24px !important;
  padding: 1.71429rem !important; }

.soft--top {
  padding-top: 24px !important;
  padding-top: 1.71429rem !important; }

.soft--right {
  padding-right: 24px !important;
  padding-right: 1.71429rem !important; }

.soft--bottom {
  padding-bottom: 24px !important;
  padding-bottom: 1.71429rem !important; }

.soft--left {
  padding-left: 24px !important;
  padding-left: 1.71429rem !important; }

.soft--ends {
  padding-top: 24px !important;
  padding-top: 1.71429rem !important;
  padding-bottom: 24px !important;
  padding-bottom: 1.71429rem !important; }

.soft--sides, .container {
  padding-right: 24px !important;
  padding-right: 1.71429rem !important;
  padding-left: 24px !important;
  padding-left: 1.71429rem !important; }

.soft-half {
  padding: 12px !important;
  padding: 0.85714rem !important; }

.soft-half--top {
  padding-top: 12px !important;
  padding-top: 0.85714rem !important; }

.soft-half--right {
  padding-right: 12px !important;
  padding-right: 0.85714rem !important; }

.soft-half--bottom {
  padding-bottom: 12px !important;
  padding-bottom: 0.85714rem !important; }

.soft-half--left {
  padding-left: 12px !important;
  padding-left: 0.85714rem !important; }

.soft-half--ends {
  padding-top: 12px !important;
  padding-top: 0.85714rem !important;
  padding-bottom: 12px !important;
  padding-bottom: 0.85714rem !important; }

.soft-half--sides {
  padding-right: 12px !important;
  padding-right: 0.85714rem !important;
  padding-left: 12px !important;
  padding-left: 0.85714rem !important; }

.hard {
  padding: 0 !important;
  padding: 0 !important; }

.hard--top, .pt0 {
  padding-top: 0 !important;
  padding-top: 0 !important; }

.hard--right {
  padding-right: 0 !important;
  padding-right: 0 !important; }

.hard--bottom, .pb0 {
  padding-bottom: 0 !important;
  padding-bottom: 0 !important; }

.hard--left {
  padding-left: 0 !important;
  padding-left: 0 !important; }

.hard--ends {
  padding-top: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  padding-bottom: 0 !important; }

.hard--sides {
  padding-right: 0 !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
  padding-left: 0 !important; }

/**
 * Pull items full width of `.island` parents.
 */
.full-bleed {
  margin-right: -24px !important;
  margin-right: -1.71429rem !important;
  margin-left: -24px !important;
  margin-left: -1.71429rem !important; }
  .islet .full-bleed {
    margin-right: -12px !important;
    margin-right: -0.85714rem !important;
    margin-left: -12px !important;
    margin-left: -0.85714rem !important; }

.informative {
  cursor: help !important; }

.muted {
  opacity: 0.5 !important;
  filter: alpha(opacity=50) !important; }

.proceed {
  text-align: right !important; }

.go:after {
  content: "\a0" "»" !important; }

.back:before {
  content: "\ab" " " !important; }

.caps {
  text-transform: uppercase !important; }

.accessibility,
.visuallyhidden {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important; }

@media only screen and (max-width: 899px) {
  .accessibility--palm,
  .visuallyhidden--palm {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important; } }

@media only screen and (min-width: 900px) and (max-width: 1023px) {
  .accessibility--lap,
  .visuallyhidden--lap {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important; } }

@media only screen and (min-width: 900px) {
  .accessibility--lap-and-up,
  .visuallyhidden--lap-and-up {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important; } }

@media only screen and (max-width: 1023px) {
  .accessibility--portable,
  .visuallyhidden--portable {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important; } }

@media only screen and (min-width: 1024px) {
  .accessibility--desk,
  .visuallyhidden--desk {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important; } }

@media only screen and (min-width: 1366px) {
  .accessibility--desk-wide,
  .visuallyhidden--desk-wide {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important; } }

/* endif */
/*------------------------------------*\
    $IMPORTS
\*------------------------------------*/
/*------------------------------------*\
    $TOOLS
\*------------------------------------*/
/**
* Mixins, functions, extenders
*/
/*--------------------------------------------*\
               $EASINGS SHORTHANDS
\*--------------------------------------------*/
/*------------------------------------*\
    $PLUGINS
\*------------------------------------*/
/**
 * 3rd Party Plugins; icon fonts, sliders
 */
/*----------------------------------------*\
*   ICONS FONTS
\*----------------------------------------*/
/*!
 *  Font Awesome 4.0.2 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/bucket/./theme-content/fonts/font-awesome/fontawesome-webfont.eot?v=4.0.2);
  src: url(/wp-content/themes/bucket/./theme-content/fonts/font-awesome/fontawesome-webfont.eot?v=4.0.2#iefix) format("embedded-opentype"), url(/wp-content/themes/bucket/./theme-content/fonts/font-awesome/fontawesome-webfont.woff?v=4.0.2) format("woff"), url(/wp-content/themes/bucket/./theme-content/fonts/font-awesome/fontawesome-webfont.ttf?v=4.0.2) format("truetype"), url(/wp-content/themes/bucket/./theme-content/fonts/font-awesome/fontawesome-webfont.svg?v=4.0.2#fontawesomeregular) format("svg");
  font-weight: normal;
  font-style: normal; }

.icon, [class^="icon-"]:before, [class*=" icon-"]:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

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

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

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

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

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

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

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

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

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

.pull-right {
  float: right; }

.pull-left {
  float: left; }

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

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

.icon-spin {
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear; }

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

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

.icon-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=$rotation);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg); }

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

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

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

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

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

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

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

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

.icon-inverse {
  color: #fff; }

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

.icon-music:before {
  content: "\f001"; }

.icon-search:before {
  content: "\f002"; }

.icon-envelope-o:before {
  content: "\f003"; }

.icon-heart:before {
  content: "\f004"; }

.icon-star:before {
  content: "\f005"; }

.icon-star-o:before {
  content: "\f006"; }

.icon-user:before {
  content: "\f007"; }

.icon-film:before {
  content: "\f008"; }

.icon-th-large:before {
  content: "\f009"; }

.icon-th:before {
  content: "\f00a"; }

.icon-th-list:before {
  content: "\f00b"; }

.icon-check:before {
  content: "\f00c"; }

.icon-times:before {
  content: "\f00d"; }

.icon-search-plus:before {
  content: "\f00e"; }

.icon-search-minus:before {
  content: "\f010"; }

.icon-power-off:before {
  content: "\f011"; }

.icon-signal:before {
  content: "\f012"; }

.icon-gear:before,
.icon-cog:before {
  content: "\f013"; }

.icon-trash-o:before {
  content: "\f014"; }

.icon-home:before {
  content: "\f015"; }

.icon-file-o:before {
  content: "\f016"; }

.icon-clock-o:before {
  content: "\f017"; }

.icon-road:before {
  content: "\f018"; }

.icon-download:before {
  content: "\f019"; }

.icon-arrow-circle-o-down:before {
  content: "\f01a"; }

.icon-arrow-circle-o-up:before {
  content: "\f01b"; }

.icon-inbox:before {
  content: "\f01c"; }

.icon-play-circle-o:before {
  content: "\f01d"; }

.icon-rotate-right:before,
.icon-repeat:before {
  content: "\f01e"; }

.icon-refresh:before {
  content: "\f021"; }

.icon-list-alt:before {
  content: "\f022"; }

.icon-lock:before {
  content: "\f023"; }

.icon-flag:before {
  content: "\f024"; }

.icon-headphones:before {
  content: "\f025"; }

.icon-volume-off:before {
  content: "\f026"; }

.icon-volume-down:before {
  content: "\f027"; }

.icon-volume-up:before {
  content: "\f028"; }

.icon-qrcode:before {
  content: "\f029"; }

.icon-barcode:before {
  content: "\f02a"; }

.icon-tag:before {
  content: "\f02b"; }

.icon-tags:before {
  content: "\f02c"; }

.icon-book:before {
  content: "\f02d"; }

.icon-bookmark:before {
  content: "\f02e"; }

.icon-print:before {
  content: "\f02f"; }

.icon-camera:before {
  content: "\f030"; }

.icon-font:before {
  content: "\f031"; }

.icon-bold:before {
  content: "\f032"; }

.icon-italic:before {
  content: "\f033"; }

.icon-text-height:before {
  content: "\f034"; }

.icon-text-width:before {
  content: "\f035"; }

.icon-align-left:before {
  content: "\f036"; }

.icon-align-center:before {
  content: "\f037"; }

.icon-align-right:before {
  content: "\f038"; }

.icon-align-justify:before {
  content: "\f039"; }

.icon-list:before {
  content: "\f03a"; }

.icon-dedent:before,
.icon-outdent:before {
  content: "\f03b"; }

.icon-indent:before {
  content: "\f03c"; }

.icon-video-camera:before {
  content: "\f03d"; }

.icon-picture-o:before {
  content: "\f03e"; }

.icon-pencil:before {
  content: "\f040"; }

.icon-map-marker:before {
  content: "\f041"; }

.icon-adjust:before {
  content: "\f042"; }

.icon-tint:before {
  content: "\f043"; }

.icon-edit:before,
.icon-pencil-square-o:before {
  content: "\f044"; }

.icon-share-square-o:before {
  content: "\f045"; }

.icon-check-square-o:before {
  content: "\f046"; }

.icon-arrows:before {
  content: "\f047"; }

.icon-step-backward:before {
  content: "\f048"; }

.icon-fast-backward:before {
  content: "\f049"; }

.icon-backward:before {
  content: "\f04a"; }

.icon-play:before {
  content: "\f04b"; }

.icon-pause:before {
  content: "\f04c"; }

.icon-stop:before {
  content: "\f04d"; }

.icon-forward:before {
  content: "\f04e"; }

.icon-fast-forward:before {
  content: "\f050"; }

.icon-step-forward:before {
  content: "\f051"; }

.icon-eject:before {
  content: "\f052"; }

.icon-chevron-left:before {
  content: "\f053"; }

.icon-chevron-right:before {
  content: "\f054"; }

.icon-plus-circle:before {
  content: "\f055"; }

.icon-minus-circle:before {
  content: "\f056"; }

.icon-times-circle:before {
  content: "\f057"; }

.icon-check-circle:before {
  content: "\f058"; }

.icon-question-circle:before {
  content: "\f059"; }

.icon-info-circle:before {
  content: "\f05a"; }

.icon-crosshairs:before {
  content: "\f05b"; }

.icon-times-circle-o:before {
  content: "\f05c"; }

.icon-check-circle-o:before {
  content: "\f05d"; }

.icon-ban:before {
  content: "\f05e"; }

.icon-arrow-left:before {
  content: "\f060"; }

.icon-arrow-right:before {
  content: "\f061"; }

.icon-arrow-up:before {
  content: "\f062"; }

.icon-arrow-down:before {
  content: "\f063"; }

.icon-mail-forward:before,
.icon-share:before {
  content: "\f064"; }

.icon-expand:before {
  content: "\f065"; }

.icon-compress:before {
  content: "\f066"; }

.icon-plus:before {
  content: "\f067"; }

.icon-minus:before {
  content: "\f068"; }

.icon-asterisk:before {
  content: "\f069"; }

.icon-exclamation-circle:before {
  content: "\f06a"; }

.icon-gift:before {
  content: "\f06b"; }

.icon-leaf:before {
  content: "\f06c"; }

.icon-fire:before {
  content: "\f06d"; }

.icon-eye:before {
  content: "\f06e"; }

.icon-eye-slash:before {
  content: "\f070"; }

.icon-warning:before,
.icon-exclamation-triangle:before {
  content: "\f071"; }

.icon-plane:before {
  content: "\f072"; }

.icon-calendar:before {
  content: "\f073"; }

.icon-random:before {
  content: "\f074"; }

.icon-comment:before {
  content: "\f075"; }

.icon-magnet:before {
  content: "\f076"; }

.icon-chevron-up:before {
  content: "\f077"; }

.icon-chevron-down:before {
  content: "\f078"; }

.icon-retweet:before {
  content: "\f079"; }

.icon-shopping-cart:before {
  content: "\f07a"; }

.icon-folder:before {
  content: "\f07b"; }

.icon-folder-open:before {
  content: "\f07c"; }

.icon-arrows-v:before {
  content: "\f07d"; }

.icon-arrows-h:before {
  content: "\f07e"; }

.icon-bar-chart-o:before {
  content: "\f080"; }

.icon-twitter-square:before {
  content: "\f081"; }

.icon-facebook-square:before {
  content: "\f082"; }

.icon-camera-retro:before {
  content: "\f083"; }

.icon-key:before {
  content: "\f084"; }

.icon-gears:before,
.icon-cogs:before {
  content: "\f085"; }

.icon-comments:before {
  content: "\f086"; }

.icon-thumbs-o-up:before {
  content: "\f087"; }

.icon-thumbs-o-down:before {
  content: "\f088"; }

.icon-star-half:before {
  content: "\f089"; }

.icon-heart-o:before {
  content: "\f08a"; }

.icon-sign-out:before {
  content: "\f08b"; }

.icon-linkedin-square:before {
  content: "\f08c"; }

.icon-thumb-tack:before {
  content: "\f08d"; }

.icon-external-link:before {
  content: "\f08e"; }

.icon-sign-in:before {
  content: "\f090"; }

.icon-trophy:before {
  content: "\f091"; }

.icon-github-square:before {
  content: "\f092"; }

.icon-upload:before {
  content: "\f093"; }

.icon-lemon-o:before {
  content: "\f094"; }

.icon-phone:before {
  content: "\f095"; }

.icon-square-o:before {
  content: "\f096"; }

.icon-bookmark-o:before {
  content: "\f097"; }

.icon-phone-square:before {
  content: "\f098"; }

.icon-twitter:before {
  content: "\f099"; }

.icon-facebook:before {
  content: "\f09a"; }

.icon-github:before {
  content: "\f09b"; }

.icon-unlock:before {
  content: "\f09c"; }

.icon-credit-card:before {
  content: "\f09d"; }

.icon-rss:before {
  content: "\f09e"; }

.icon-hdd-o:before {
  content: "\f0a0"; }

.icon-bullhorn:before {
  content: "\f0a1"; }

.icon-bell:before {
  content: "\f0f3"; }

.icon-certificate:before {
  content: "\f0a3"; }

.icon-hand-o-right:before {
  content: "\f0a4"; }

.icon-hand-o-left:before {
  content: "\f0a5"; }

.icon-hand-o-up:before {
  content: "\f0a6"; }

.icon-hand-o-down:before {
  content: "\f0a7"; }

.icon-arrow-circle-left:before {
  content: "\f0a8"; }

.icon-arrow-circle-right:before {
  content: "\f0a9"; }

.icon-arrow-circle-up:before {
  content: "\f0aa"; }

.icon-arrow-circle-down:before {
  content: "\f0ab"; }

.icon-globe:before {
  content: "\f0ac"; }

.icon-wrench:before {
  content: "\f0ad"; }

.icon-tasks:before {
  content: "\f0ae"; }

.icon-filter:before {
  content: "\f0b0"; }

.icon-briefcase:before {
  content: "\f0b1"; }

.icon-arrows-alt:before {
  content: "\f0b2"; }

.icon-group:before,
.icon-users:before {
  content: "\f0c0"; }

.icon-chain:before,
.icon-link:before {
  content: "\f0c1"; }

.icon-cloud:before {
  content: "\f0c2"; }

.icon-flask:before {
  content: "\f0c3"; }

.icon-cut:before,
.icon-scissors:before {
  content: "\f0c4"; }

.icon-copy:before,
.icon-files-o:before {
  content: "\f0c5"; }

.icon-paperclip:before {
  content: "\f0c6"; }

.icon-save:before,
.icon-floppy-o:before {
  content: "\f0c7"; }

.icon-square:before {
  content: "\f0c8"; }

.icon-bars:before {
  content: "\f0c9"; }

.icon-list-ul:before {
  content: "\f0ca"; }

.icon-list-ol:before {
  content: "\f0cb"; }

.icon-strikethrough:before {
  content: "\f0cc"; }

.icon-underline:before {
  content: "\f0cd"; }

.icon-table:before {
  content: "\f0ce"; }

.icon-magic:before {
  content: "\f0d0"; }

.icon-truck:before {
  content: "\f0d1"; }

.icon-pinterest:before {
  content: "\f0d2"; }

.icon-pinterest-square:before {
  content: "\f0d3"; }

.icon-google-plus-square:before {
  content: "\f0d4"; }

.icon-google-plus:before {
  content: "\f0d5"; }

.icon-money:before {
  content: "\f0d6"; }

.icon-caret-down:before {
  content: "\f0d7"; }

.icon-caret-up:before {
  content: "\f0d8"; }

.icon-caret-left:before {
  content: "\f0d9"; }

.icon-caret-right:before {
  content: "\f0da"; }

.icon-columns:before {
  content: "\f0db"; }

.icon-unsorted:before,
.icon-sort:before {
  content: "\f0dc"; }

.icon-sort-down:before,
.icon-sort-asc:before {
  content: "\f0dd"; }

.icon-sort-up:before,
.icon-sort-desc:before {
  content: "\f0de"; }

.icon-envelope:before {
  content: "\f0e0"; }

.icon-linkedin:before {
  content: "\f0e1"; }

.icon-rotate-left:before,
.icon-undo:before {
  content: "\f0e2"; }

.icon-legal:before,
.icon-gavel:before {
  content: "\f0e3"; }

.icon-dashboard:before,
.icon-tachometer:before {
  content: "\f0e4"; }

.icon-comment-o:before {
  content: "\f0e5"; }

.icon-comments-o:before {
  content: "\f0e6"; }

.icon-flash:before,
.icon-bolt:before {
  content: "\f0e7"; }

.icon-sitemap:before {
  content: "\f0e8"; }

.icon-umbrella:before {
  content: "\f0e9"; }

.icon-paste:before,
.icon-clipboard:before {
  content: "\f0ea"; }

.icon-lightbulb-o:before {
  content: "\f0eb"; }

.icon-exchange:before {
  content: "\f0ec"; }

.icon-cloud-download:before {
  content: "\f0ed"; }

.icon-cloud-upload:before {
  content: "\f0ee"; }

.icon-user-md:before {
  content: "\f0f0"; }

.icon-stethoscope:before {
  content: "\f0f1"; }

.icon-suitcase:before {
  content: "\f0f2"; }

.icon-bell-o:before {
  content: "\f0a2"; }

.icon-coffee:before {
  content: "\f0f4"; }

.icon-cutlery:before {
  content: "\f0f5"; }

.icon-file-text-o:before {
  content: "\f0f6"; }

.icon-building-o:before {
  content: "\f0f7"; }

.icon-hospital-o:before {
  content: "\f0f8"; }

.icon-ambulance:before {
  content: "\f0f9"; }

.icon-medkit:before {
  content: "\f0fa"; }

.icon-fighter-jet:before {
  content: "\f0fb"; }

.icon-beer:before {
  content: "\f0fc"; }

.icon-h-square:before {
  content: "\f0fd"; }

.icon-plus-square:before {
  content: "\f0fe"; }

.icon-angle-double-left:before {
  content: "\f100"; }

.icon-angle-double-right:before {
  content: "\f101"; }

.icon-angle-double-up:before {
  content: "\f102"; }

.icon-angle-double-down:before {
  content: "\f103"; }

.icon-angle-left:before {
  content: "\f104"; }

.icon-angle-right:before {
  content: "\f105"; }

.icon-angle-up:before {
  content: "\f106"; }

.icon-angle-down:before {
  content: "\f107"; }

.icon-desktop:before {
  content: "\f108"; }

.icon-laptop:before {
  content: "\f109"; }

.icon-tablet:before {
  content: "\f10a"; }

.icon-mobile-phone:before,
.icon-mobile:before {
  content: "\f10b"; }

.icon-circle-o:before {
  content: "\f10c"; }

.icon-quote-left:before {
  content: "\f10d"; }

.icon-quote-right:before {
  content: "\f10e"; }

.icon-spinner:before {
  content: "\f110"; }

.icon-circle:before {
  content: "\f111"; }

.icon-mail-reply:before,
.icon-reply:before {
  content: "\f112"; }

.icon-github-alt:before {
  content: "\f113"; }

.icon-folder-o:before {
  content: "\f114"; }

.icon-folder-open-o:before {
  content: "\f115"; }

.icon-smile-o:before {
  content: "\f118"; }

.icon-frown-o:before {
  content: "\f119"; }

.icon-meh-o:before {
  content: "\f11a"; }

.icon-gamepad:before {
  content: "\f11b"; }

.icon-keyboard-o:before {
  content: "\f11c"; }

.icon-flag-o:before {
  content: "\f11d"; }

.icon-flag-checkered:before {
  content: "\f11e"; }

.icon-terminal:before {
  content: "\f120"; }

.icon-code:before {
  content: "\f121"; }

.icon-reply-all:before {
  content: "\f122"; }

.icon-mail-reply-all:before {
  content: "\f122"; }

.icon-star-half-empty:before,
.icon-star-half-full:before,
.icon-star-half-o:before {
  content: "\f123"; }

.icon-location-arrow:before {
  content: "\f124"; }

.icon-crop:before {
  content: "\f125"; }

.icon-code-fork:before {
  content: "\f126"; }

.icon-unlink:before,
.icon-chain-broken:before {
  content: "\f127"; }

.icon-question:before {
  content: "\f128"; }

.icon-info:before {
  content: "\f129"; }

.icon-exclamation:before {
  content: "\f12a"; }

.icon-superscript:before {
  content: "\f12b"; }

.icon-subscript:before {
  content: "\f12c"; }

.icon-eraser:before {
  content: "\f12d"; }

.icon-puzzle-piece:before {
  content: "\f12e"; }

.icon-microphone:before {
  content: "\f130"; }

.icon-microphone-slash:before {
  content: "\f131"; }

.icon-shield:before {
  content: "\f132"; }

.icon-calendar-o:before {
  content: "\f133"; }

.icon-fire-extinguisher:before {
  content: "\f134"; }

.icon-rocket:before {
  content: "\f135"; }

.icon-maxcdn:before {
  content: "\f136"; }

.icon-chevron-circle-left:before {
  content: "\f137"; }

.icon-chevron-circle-right:before {
  content: "\f138"; }

.icon-chevron-circle-up:before {
  content: "\f139"; }

.icon-chevron-circle-down:before {
  content: "\f13a"; }

.icon-html5:before {
  content: "\f13b"; }

.icon-css3:before {
  content: "\f13c"; }

.icon-anchor:before {
  content: "\f13d"; }

.icon-unlock-alt:before {
  content: "\f13e"; }

.icon-bullseye:before {
  content: "\f140"; }

.icon-ellipsis-h:before {
  content: "\f141"; }

.icon-ellipsis-v:before {
  content: "\f142"; }

.icon-rss-square:before {
  content: "\f143"; }

.icon-play-circle:before {
  content: "\f144"; }

.icon-ticket:before {
  content: "\f145"; }

.icon-minus-square:before {
  content: "\f146"; }

.icon-minus-square-o:before {
  content: "\f147"; }

.icon-level-up:before {
  content: "\f148"; }

.icon-level-down:before {
  content: "\f149"; }

.icon-check-square:before {
  content: "\f14a"; }

.icon-pencil-square:before {
  content: "\f14b"; }

.icon-external-link-square:before {
  content: "\f14c"; }

.icon-share-square:before {
  content: "\f14d"; }

.icon-compass:before {
  content: "\f14e"; }

.icon-toggle-down:before,
.icon-caret-square-o-down:before {
  content: "\f150"; }

.icon-toggle-up:before,
.icon-caret-square-o-up:before {
  content: "\f151"; }

.icon-toggle-right:before,
.icon-caret-square-o-right:before {
  content: "\f152"; }

.icon-euro:before,
.icon-eur:before {
  content: "\f153"; }

.icon-gbp:before {
  content: "\f154"; }

.icon-dollar:before,
.icon-usd:before {
  content: "\f155"; }

.icon-rupee:before,
.icon-inr:before {
  content: "\f156"; }

.icon-cny:before,
.icon-rmb:before,
.icon-yen:before,
.icon-jpy:before {
  content: "\f157"; }

.icon-ruble:before,
.icon-rouble:before,
.icon-rub:before {
  content: "\f158"; }

.icon-won:before,
.icon-krw:before {
  content: "\f159"; }

.icon-bitcoin:before,
.icon-btc:before {
  content: "\f15a"; }

.icon-file:before {
  content: "\f15b"; }

.icon-file-text:before {
  content: "\f15c"; }

.icon-sort-alpha-asc:before {
  content: "\f15d"; }

.icon-sort-alpha-desc:before {
  content: "\f15e"; }

.icon-sort-amount-asc:before {
  content: "\f160"; }

.icon-sort-amount-desc:before {
  content: "\f161"; }

.icon-sort-numeric-asc:before {
  content: "\f162"; }

.icon-sort-numeric-desc:before {
  content: "\f163"; }

.icon-thumbs-up:before {
  content: "\f164"; }

.icon-thumbs-down:before {
  content: "\f165"; }

.icon-youtube-square:before {
  content: "\f166"; }

.icon-youtube:before {
  content: "\f167"; }

.icon-xing:before {
  content: "\f168"; }

.icon-xing-square:before {
  content: "\f169"; }

.icon-youtube-play:before {
  content: "\f16a"; }

.icon-dropbox:before {
  content: "\f16b"; }

.icon-stack-overflow:before {
  content: "\f16c"; }

.icon-instagram:before {
  content: "\f16d"; }

.icon-flickr:before {
  content: "\f16e"; }

.icon-adn:before {
  content: "\f170"; }

.icon-bitbucket:before {
  content: "\f171"; }

.icon-bitbucket-square:before {
  content: "\f172"; }

.icon-tumblr:before {
  content: "\f173"; }

.icon-tumblr-square:before {
  content: "\f174"; }

.icon-long-arrow-down:before {
  content: "\f175"; }

.icon-long-arrow-up:before {
  content: "\f176"; }

.icon-long-arrow-left:before {
  content: "\f177"; }

.icon-long-arrow-right:before {
  content: "\f178"; }

.icon-apple:before {
  content: "\f179"; }

.icon-windows:before {
  content: "\f17a"; }

.icon-android:before {
  content: "\f17b"; }

.icon-linux:before {
  content: "\f17c"; }

.icon-dribbble:before {
  content: "\f17d"; }

.icon-skype:before {
  content: "\f17e"; }

.icon-foursquare:before {
  content: "\f180"; }

.icon-trello:before {
  content: "\f181"; }

.icon-female:before {
  content: "\f182"; }

.icon-male:before {
  content: "\f183"; }

.icon-gittip:before {
  content: "\f184"; }

.icon-sun-o:before {
  content: "\f185"; }

.icon-moon-o:before {
  content: "\f186"; }

.icon-archive:before {
  content: "\f187"; }

.icon-bug:before {
  content: "\f188"; }

.icon-vk:before {
  content: "\f189"; }

.icon-weibo:before {
  content: "\f18a"; }

.icon-renren:before {
  content: "\f18b"; }

.icon-pagelines:before {
  content: "\f18c"; }

.icon-stack-exchange:before {
  content: "\f18d"; }

.icon-arrow-circle-o-right:before {
  content: "\f18e"; }

.icon-arrow-circle-o-left:before {
  content: "\f190"; }

.icon-toggle-left:before,
.icon-caret-square-o-left:before {
  content: "\f191"; }

.icon-dot-circle-o:before {
  content: "\f192"; }

.icon-wheelchair:before {
  content: "\f193"; }

.icon-vimeo-square:before {
  content: "\f194"; }

.icon-turkish-lira:before,
.icon-try:before {
  content: "\f195"; }

.icon-plus-square-o:before {
  content: "\f196"; }

/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'entypo';
  src: url(/wp-content/themes/bucket/./theme-content/fonts/entypo2/entypo.eot);
  src: url(/wp-content/themes/bucket/./theme-content/fonts/entypo2/entypo.eot?#iefix) format("embedded-opentype"), url(/wp-content/themes/bucket/./theme-content/fonts/entypo2/entypo.woff) format("woff"), url(/wp-content/themes/bucket/./theme-content/fonts/entypo2/entypo.ttf) format("truetype"), url(/wp-content/themes/bucket/./theme-content/fonts/entypo2/entypo.svg#entypo) format("svg");
  font-weight: normal;
  font-style: normal; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: 'entypo';
    src: url(/wp-content/themes/bucket/./theme-content/fonts/entypo2/entypo.svg#entypo) format("svg"); } }

@font-face {
  font-family: 'entypo-social';
  src: url(/wp-content/themes/bucket/./theme-content/fonts/entypo2/entypo-social.eot);
  src: url(/wp-content/themes/bucket/./theme-content/fonts/entypo2/entypo-social.eot?#iefix) format("embedded-opentype"), url(/wp-content/themes/bucket/./theme-content/fonts/entypo2/entypo-social.woff) format("woff"), url(/wp-content/themes/bucket/./theme-content/fonts/entypo2/entypo-social.ttf) format("truetype"), url(/wp-content/themes/bucket/./theme-content/fonts/entypo2/entypo-social.svg#entypo-social) format("svg");
  font-weight: normal;
  font-style: normal; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: 'entypo-social';
    src: url(/wp-content/themes/bucket/./theme-content/fonts/entypo2/entypo-social.svg#entypo-social) format("svg"); } }

[class^="icon-e-"]:before, [class*=" icon-e-"]:before {
  font-family: "entypo";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ }

.icon-e-plus:before {
  content: '\e816'; }

/* '' */
.icon-e-minus:before {
  content: '\e819'; }

/* '' */
.icon-e-fivehundredpx:before {
  content: '\e921'; }

/* '' */
.icon-e-digg:before {
  content: '\e922'; }

/* '' */
.icon-e-cc-1:before {
  content: '\e924'; }

/* '' */
.icon-e-dribbble-1:before {
  content: '\e923'; }

/* '' */
.icon-e-youtube:before {
  content: '\e920'; }

/* '' */
.icon-e-googleplay:before {
  content: '\e91f'; }

/* '' */
.icon-e-soundcloud-1:before {
  content: '\e91e'; }

/* '' */
.icon-e-appnet:before {
  content: '\e91c'; }

/* '' */
.icon-e-info:before {
  content: '\e81e'; }

/* '' */
.icon-e-left-thin:before {
  content: '\e88c'; }

/* '' */
.icon-e-up-thin:before {
  content: '\e88e'; }

/* '' */
.icon-e-right-thin:before {
  content: '\e88d'; }

/* '' */
.icon-e-down-thin:before {
  content: '\e88b'; }

/* '' */
.icon-e-level-up:before {
  content: '\e893'; }

/* '' */
.icon-e-level-down:before {
  content: '\e892'; }

/* '' */
.icon-e-switch:before {
  content: '\e896'; }

/* '' */
.icon-e-infinity:before {
  content: '\e8c2'; }

/* '' */
.icon-e-plus-squared:before {
  content: '\e818'; }

/* '' */
.icon-e-minus-squared:before {
  content: '\e81b'; }

/* '' */
.icon-e-home:before {
  content: '\e821'; }

/* '' */
.icon-e-keyboard:before {
  content: '\e83a'; }

/* '' */
.icon-e-erase:before {
  content: '\e8c3'; }

/* '' */
.icon-e-pause:before {
  content: '\e899'; }

/* '' */
.icon-e-fast-forward:before {
  content: '\e89d'; }

/* '' */
.icon-e-fast-backward:before {
  content: '\e89e'; }

/* '' */
.icon-e-to-end:before {
  content: '\e89b'; }

/* '' */
.icon-e-to-start:before {
  content: '\e89c'; }

/* '' */
.icon-e-hourglass:before {
  content: '\e863'; }

/* '' */
.icon-e-stop-1:before {
  content: '\e898'; }

/* '' */
.icon-e-up-dir:before {
  content: '\e886'; }

/* '' */
.icon-e-play:before {
  content: '\e897'; }

/* '' */
.icon-e-right-dir:before {
  content: '\e885'; }

/* '' */
.icon-e-down-dir:before {
  content: '\e883'; }

/* '' */
.icon-e-left-dir:before {
  content: '\e884'; }

/* '' */
.icon-e-adjust:before {
  content: '\e867'; }

/* '' */
.icon-e-cloud:before {
  content: '\e8b2'; }

/* '' */
.icon-e-star:before {
  content: '\e808'; }

/* '' */
.icon-e-star-empty:before {
  content: '\e809'; }

/* '' */
.icon-e-cup:before {
  content: '\e846'; }

/* '' */
.icon-e-menu:before {
  content: '\e811'; }

/* '' */
.icon-e-moon:before {
  content: '\e8b5'; }

/* '' */
.icon-e-heart-empty:before {
  content: '\e807'; }

/* '' */
.icon-e-heart:before {
  content: '\e806'; }

/* '' */
.icon-e-note:before {
  content: '\e800'; }

/* '' */
.icon-e-note-beamed:before {
  content: '\e801'; }

/* '' */
.icon-e-layout:before {
  content: '\e810'; }

/* '' */
.icon-e-flag:before {
  content: '\e82a'; }

/* '' */
.icon-e-tools:before {
  content: '\e856'; }

/* '' */
.icon-e-cog:before {
  content: '\e855'; }

/* '' */
.icon-e-attention:before {
  content: '\e83e'; }

/* '' */
.icon-e-flash:before {
  content: '\e8b4'; }

/* '' */
.icon-e-record:before {
  content: '\e89a'; }

/* '' */
.icon-e-cloud-thunder:before {
  content: '\e8b3'; }

/* '' */
.icon-e-tape:before {
  content: '\e8c8'; }

/* '' */
.icon-e-flight:before {
  content: '\e8b6'; }

/* '' */
.icon-e-mail:before {
  content: '\e805'; }

/* '' */
.icon-e-pencil:before {
  content: '\e836'; }

/* '' */
.icon-e-feather:before {
  content: '\e837'; }

/* '' */
.icon-e-check:before {
  content: '\e812'; }

/* '' */
.icon-e-cancel:before {
  content: '\e813'; }

/* '' */
.icon-e-cancel-circled:before {
  content: '\e814'; }

/* '' */
.icon-e-cancel-squared:before {
  content: '\e815'; }

/* '' */
.icon-e-help:before {
  content: '\e81c'; }

/* '' */
.icon-e-quote:before {
  content: '\e833'; }

/* '' */
.icon-e-plus-circled:before {
  content: '\e817'; }

/* '' */
.icon-e-minus-circled:before {
  content: '\e81a'; }

/* '' */
.icon-e-right:before {
  content: '\e881'; }

/* '' */
.icon-e-direction:before {
  content: '\e844'; }

/* '' */
.icon-e-forward:before {
  content: '\e832'; }

/* '' */
.icon-e-ccw:before {
  content: '\e88f'; }

/* '' */
.icon-e-cw:before {
  content: '\e890'; }

/* '' */
.icon-e-left:before {
  content: '\e880'; }

/* '' */
.icon-e-up:before {
  content: '\e882'; }

/* '' */
.icon-e-down:before {
  content: '\e87f'; }

/* '' */
.icon-e-list-add:before {
  content: '\e8a6'; }

/* '' */
.icon-e-list:before {
  content: '\e8a5'; }

/* '' */
.icon-e-deviantart:before {
  content: '\e91d'; }

/* '' */
.icon-e-left-bold:before {
  content: '\e888'; }

/* '' */
.icon-e-right-bold:before {
  content: '\e889'; }

/* '' */
.icon-e-up-bold:before {
  content: '\e88a'; }

/* '' */
.icon-e-down-bold:before {
  content: '\e887'; }

/* '' */
.icon-e-user-add:before {
  content: '\e80c'; }

/* '' */
.icon-e-help-circled:before {
  content: '\e81d'; }

/* '' */
.icon-e-info-circled:before {
  content: '\e81f'; }

/* '' */
.icon-e-eye:before {
  content: '\e826'; }

/* '' */
.icon-e-tag:before {
  content: '\e827'; }

/* '' */
.icon-e-upload-cloud:before {
  content: '\e82f'; }

/* '' */
.icon-e-reply:before {
  content: '\e830'; }

/* '' */
.icon-e-reply-all:before {
  content: '\e831'; }

/* '' */
.icon-e-code:before {
  content: '\e834'; }

/* '' */
.icon-e-export:before {
  content: '\e835'; }

/* '' */
.icon-e-print:before {
  content: '\e838'; }

/* '' */
.icon-e-retweet:before {
  content: '\e839'; }

/* '' */
.icon-e-comment:before {
  content: '\e83b'; }

/* '' */
.icon-e-chat:before {
  content: '\e83c'; }

/* '' */
.icon-e-vcard:before {
  content: '\e840'; }

/* '' */
.icon-e-address:before {
  content: '\e841'; }

/* '' */
.icon-e-location:before {
  content: '\e842'; }

/* '' */
.icon-e-map:before {
  content: '\e843'; }

/* '' */
.icon-e-compass:before {
  content: '\e845'; }

/* '' */
.icon-e-trash:before {
  content: '\e847'; }

/* '' */
.icon-e-doc:before {
  content: '\e848'; }

/* '' */
.icon-e-doc-text-inv:before {
  content: '\e84c'; }

/* '' */
.icon-e-docs:before {
  content: '\e849'; }

/* '' */
.icon-e-doc-landscape:before {
  content: '\e84a'; }

/* '' */
.icon-e-archive:before {
  content: '\e851'; }

/* '' */
.icon-e-rss:before {
  content: '\e853'; }

/* '' */
.icon-e-share:before {
  content: '\e857'; }

/* '' */
.icon-e-basket:before {
  content: '\e859'; }

/* '' */
.icon-e-shareable:before {
  content: '\e858'; }

/* '' */
.icon-e-login:before {
  content: '\e85c'; }

/* '' */
.icon-e-logout:before {
  content: '\e85d'; }

/* '' */
.icon-e-volume:before {
  content: '\e861'; }

/* '' */
.icon-e-resize-full:before {
  content: '\e869'; }

/* '' */
.icon-e-resize-small:before {
  content: '\e86a'; }

/* '' */
.icon-e-popup:before {
  content: '\e86b'; }

/* '' */
.icon-e-publish:before {
  content: '\e86c'; }

/* '' */
.icon-e-window:before {
  content: '\e86d'; }

/* '' */
.icon-e-arrow-combo:before {
  content: '\e86e'; }

/* '' */
.icon-e-chart-pie:before {
  content: '\e8c4'; }

/* '' */
.icon-e-language:before {
  content: '\e8ca'; }

/* '' */
.icon-e-air:before {
  content: '\e8ce'; }

/* '' */
.icon-e-database:before {
  content: '\e8d3'; }

/* '' */
.icon-e-drive:before {
  content: '\e8d4'; }

/* '' */
.icon-e-bucket:before {
  content: '\e8d5'; }

/* '' */
.icon-e-thermometer:before {
  content: '\e8d6'; }

/* '' */
.icon-e-down-circled:before {
  content: '\e86f'; }

/* '' */
.icon-e-left-circled:before {
  content: '\e870'; }

/* '' */
.icon-e-right-circled:before {
  content: '\e871'; }

/* '' */
.icon-e-up-circled:before {
  content: '\e872'; }

/* '' */
.icon-e-down-open:before {
  content: '\e873'; }

/* '' */
.icon-e-left-open:before {
  content: '\e874'; }

/* '' */
.icon-e-right-open:before {
  content: '\e875'; }

/* '' */
.icon-e-up-open:before {
  content: '\e876'; }

/* '' */
.icon-e-down-open-mini:before {
  content: '\e877'; }

/* '' */
.icon-e-left-open-mini:before {
  content: '\e878'; }

/* '' */
.icon-e-right-open-mini:before {
  content: '\e879'; }

/* '' */
.icon-e-up-open-mini:before {
  content: '\e87a'; }

/* '' */
.icon-e-down-open-big:before {
  content: '\e87b'; }

/* '' */
.icon-e-left-open-big:before {
  content: '\e87c'; }

/* '' */
.icon-e-right-open-big:before {
  content: '\e87d'; }

/* '' */
.icon-e-up-open-big:before {
  content: '\e87e'; }

/* '' */
.icon-e-progress-0:before {
  content: '\e89f'; }

/* '' */
.icon-e-progress-1:before {
  content: '\e8a0'; }

/* '' */
.icon-e-progress-2:before {
  content: '\e8a1'; }

/* '' */
.icon-e-progress-3:before {
  content: '\e8a2'; }

/* '' */
.icon-e-back-in-time:before {
  content: '\e8aa'; }

/* '' */
.icon-e-network:before {
  content: '\e8ad'; }

/* '' */
.icon-e-inbox:before {
  content: '\e8af'; }

/* '' */
.icon-e-install:before {
  content: '\e8b0'; }

/* '' */
.icon-e-lifebuoy:before {
  content: '\e8b9'; }

/* '' */
.icon-e-mouse:before {
  content: '\e8ba'; }

/* '' */
.icon-e-dot:before {
  content: '\e8bd'; }

/* '' */
.icon-e-dot-2:before {
  content: '\e8be'; }

/* '' */
.icon-e-dot-3:before {
  content: '\e8bf'; }

/* '' */
.icon-e-suitcase:before {
  content: '\e8bc'; }

/* '' */
.icon-e-flow-cascade:before {
  content: '\e8d8'; }

/* '' */
.icon-e-flow-branch:before {
  content: '\e8d9'; }

/* '' */
.icon-e-flow-tree:before {
  content: '\e8da'; }

/* '' */
.icon-e-flow-line:before {
  content: '\e8db'; }

/* '' */
.icon-e-flow-parallel:before {
  content: '\e8dc'; }

/* '' */
.icon-e-brush:before {
  content: '\e8c0'; }

/* '' */
.icon-e-paper-plane:before {
  content: '\e8b7'; }

/* '' */
.icon-e-magnet:before {
  content: '\e8c1'; }

/* '' */
.icon-e-gauge:before {
  content: '\e8de'; }

/* '' */
.icon-e-traffic-cone:before {
  content: '\e8df'; }

/* '' */
.icon-e-cc:before {
  content: '\e8e0'; }

/* '' */
.icon-e-cc-by:before {
  content: '\e8e1'; }

/* '' */
.icon-e-cc-nc:before {
  content: '\e8e2'; }

/* '' */
.icon-e-cc-nc-eu:before {
  content: '\e8e3'; }

/* '' */
.icon-e-cc-nc-jp:before {
  content: '\e8e4'; }

/* '' */
.icon-e-cc-sa:before {
  content: '\e8e5'; }

/* '' */
.icon-e-cc-nd:before {
  content: '\e8e6'; }

/* '' */
.icon-e-cc-pd:before {
  content: '\e8e7'; }

/* '' */
.icon-e-cc-zero:before {
  content: '\e8e8'; }

/* '' */
.icon-e-cc-share:before {
  content: '\e8e9'; }

/* '' */
.icon-e-cc-remix:before {
  content: '\e8ea'; }

/* '' */
.icon-e-github:before {
  content: '\e8eb'; }

/* '' */
.icon-e-github-circled:before {
  content: '\e8ec'; }

/* '' */
.icon-e-flickr:before {
  content: '\e8ed'; }

/* '' */
.icon-e-flickr-circled:before {
  content: '\e8ee'; }

/* '' */
.icon-e-vimeo:before {
  content: '\e8ef'; }

/* '' */
.icon-e-vimeo-circled:before {
  content: '\e8f0'; }

/* '' */
.icon-e-twitter:before {
  content: '\e8f1'; }

/* '' */
.icon-e-twitter-circled:before {
  content: '\e8f2'; }

/* '' */
.icon-e-facebook:before {
  content: '\e8f3'; }

/* '' */
.icon-e-facebook-circled:before {
  content: '\e8f4'; }

/* '' */
.icon-e-facebook-squared:before {
  content: '\e8f5'; }

/* '' */
.icon-e-gplus:before {
  content: '\e8f6'; }

/* '' */
.icon-e-gplus-circled:before {
  content: '\e8f7'; }

/* '' */
.icon-e-pinterest:before {
  content: '\e8f8'; }

/* '' */
.icon-e-pinterest-circled:before {
  content: '\e8f9'; }

/* '' */
.icon-e-tumblr:before {
  content: '\e8fa'; }

/* '' */
.icon-e-tumblr-circled:before {
  content: '\e8fb'; }

/* '' */
.icon-e-linkedin:before {
  content: '\e8fc'; }

/* '' */
.icon-e-linkedin-circled:before {
  content: '\e8fd'; }

/* '' */
.icon-e-dribbble:before {
  content: '\e8fe'; }

/* '' */
.icon-e-dribbble-circled:before {
  content: '\e8ff'; }

/* '' */
.icon-e-stumbleupon:before {
  content: '\e900'; }

/* '' */
.icon-e-stumbleupon-circled:before {
  content: '\e901'; }

/* '' */
.icon-e-lastfm:before {
  content: '\e902'; }

/* '' */
.icon-e-lastfm-circled:before {
  content: '\e903'; }

/* '' */
.icon-e-rdio:before {
  content: '\e904'; }

/* '' */
.icon-e-rdio-circled:before {
  content: '\e905'; }

/* '' */
.icon-e-spotify:before {
  content: '\e906'; }

/* '' */
.icon-e-spotify-circled:before {
  content: '\e907'; }

/* '' */
.icon-e-qq:before {
  content: '\e908'; }

/* '' */
.icon-e-instagram:before {
  content: '\e909'; }

/* '' */
.icon-e-dropbox:before {
  content: '\e90a'; }

/* '' */
.icon-e-evernote:before {
  content: '\e90b'; }

/* '' */
.icon-e-flattr:before {
  content: '\e90c'; }

/* '' */
.icon-e-skype:before {
  content: '\e90d'; }

/* '' */
.icon-e-skype-circled:before {
  content: '\e90e'; }

/* '' */
.icon-e-renren:before {
  content: '\e90f'; }

/* '' */
.icon-e-sina-weibo:before {
  content: '\e910'; }

/* '' */
.icon-e-paypal:before {
  content: '\e911'; }

/* '' */
.icon-e-picasa:before {
  content: '\e912'; }

/* '' */
.icon-e-soundcloud:before {
  content: '\e913'; }

/* '' */
.icon-e-mixi:before {
  content: '\e914'; }

/* '' */
.icon-e-behance:before {
  content: '\e915'; }

/* '' */
.icon-e-google-circles:before {
  content: '\e916'; }

/* '' */
.icon-e-vkontakte:before {
  content: '\e917'; }

/* '' */
.icon-e-smashing:before {
  content: '\e918'; }

/* '' */
.icon-e-db-shape:before {
  content: '\e91a'; }

/* '' */
.icon-e-sweden:before {
  content: '\e919'; }

/* '' */
.icon-e-logo-db:before {
  content: '\e91b'; }

/* '' */
.icon-e-picture:before {
  content: '\e80e'; }

/* '' */
.icon-e-globe:before {
  content: '\e8b1'; }

/* '' */
.icon-e-leaf:before {
  content: '\e8b8'; }

/* '' */
.icon-e-graduation-cap:before {
  content: '\e8c9'; }

/* '' */
.icon-e-mic:before {
  content: '\e85e'; }

/* '' */
.icon-e-palette:before {
  content: '\e8a4'; }

/* '' */
.icon-e-ticket:before {
  content: '\e8cb'; }

/* '' */
.icon-e-video:before {
  content: '\e80d'; }

/* '' */
.icon-e-target:before {
  content: '\e8a3'; }

/* '' */
.icon-e-music:before {
  content: '\e802'; }

/* '' */
.icon-e-trophy:before {
  content: '\e8a8'; }

/* '' */
.icon-e-thumbs-up:before {
  content: '\e82b'; }

/* '' */
.icon-e-thumbs-down:before {
  content: '\e82c'; }

/* '' */
.icon-e-bag:before {
  content: '\e85a'; }

/* '' */
.icon-e-user:before {
  content: '\e80a'; }

/* '' */
.icon-e-users:before {
  content: '\e80b'; }

/* '' */
.icon-e-lamp:before {
  content: '\e864'; }

/* '' */
.icon-e-alert:before {
  content: '\e83f'; }

/* '' */
.icon-e-water:before {
  content: '\e8cc'; }

/* '' */
.icon-e-droplet:before {
  content: '\e8cd'; }

/* '' */
.icon-e-credit-card:before {
  content: '\e8cf'; }

/* '' */
.icon-e-monitor:before {
  content: '\e8ab'; }

/* '' */
.icon-e-briefcase:before {
  content: '\e8bb'; }

/* '' */
.icon-e-floppy:before {
  content: '\e8d0'; }

/* '' */
.icon-e-cd:before {
  content: '\e8ae'; }

/* '' */
.icon-e-folder:before {
  content: '\e850'; }

/* '' */
.icon-e-doc-text:before {
  content: '\e84b'; }

/* '' */
.icon-e-calendar:before {
  content: '\e85b'; }

/* '' */
.icon-e-chart-line:before {
  content: '\e8c5'; }

/* '' */
.icon-e-chart-bar:before {
  content: '\e8c6'; }

/* '' */
.icon-e-clipboard:before {
  content: '\e8d1'; }

/* '' */
.icon-e-attach:before {
  content: '\e823'; }

/* '' */
.icon-e-bookmarks:before {
  content: '\e829'; }

/* '' */
.icon-e-book:before {
  content: '\e84f'; }

/* '' */
.icon-e-book-open:before {
  content: '\e84e'; }

/* '' */
.icon-e-phone:before {
  content: '\e854'; }

/* '' */
.icon-e-megaphone:before {
  content: '\e8d2'; }

/* '' */
.icon-e-upload:before {
  content: '\e82e'; }

/* '' */
.icon-e-download:before {
  content: '\e82d'; }

/* '' */
.icon-e-box:before {
  content: '\e852'; }

/* '' */
.icon-e-newspaper:before {
  content: '\e84d'; }

/* '' */
.icon-e-mobile:before {
  content: '\e8ac'; }

/* '' */
.icon-e-signal:before {
  content: '\e8a7'; }

/* '' */
.icon-e-camera:before {
  content: '\e80f'; }

/* '' */
.icon-e-shuffle:before {
  content: '\e894'; }

/* '' */
.icon-e-loop:before {
  content: '\e895'; }

/* '' */
.icon-e-arrows-ccw:before {
  content: '\e891'; }

/* '' */
.icon-e-light-down:before {
  content: '\e865'; }

/* '' */
.icon-e-light-up:before {
  content: '\e866'; }

/* '' */
.icon-e-mute:before {
  content: '\e85f'; }

/* '' */
.icon-e-sound:before {
  content: '\e860'; }

/* '' */
.icon-e-battery:before {
  content: '\e8a9'; }

/* '' */
.icon-e-search:before {
  content: '\e803'; }

/* '' */
.icon-e-key:before {
  content: '\e8d7'; }

/* '' */
.icon-e-lock:before {
  content: '\e824'; }

/* '' */
.icon-e-lock-open:before {
  content: '\e825'; }

/* '' */
.icon-e-bell:before {
  content: '\e83d'; }

/* '' */
.icon-e-bookmark:before {
  content: '\e828'; }

/* '' */
.icon-e-link:before {
  content: '\e822'; }

/* '' */
.icon-e-back:before {
  content: '\e820'; }

/* '' */
.icon-e-flashlight:before {
  content: '\e804'; }

/* '' */
.icon-e-chart-area:before {
  content: '\e8c7'; }

/* '' */
.icon-e-clock:before {
  content: '\e862'; }

/* '' */
.icon-e-rocket:before {
  content: '\e8dd'; }

/* '' */
.icon-e-block:before {
  content: '\e868'; }

/* '' */
/* v1.0.5 */
/* Core RS CSS file. 95% of time you shouldn't change anything here. */
.royalSlider, .pixslider {
  width: 600px;
  height: 400px;
  position: relative;
  direction: ltr; }

.royalSlider > *, .pixslider > * {
  float: left; }

.rsWebkit3d .rsSlide {
  -webkit-transform: translateZ(0); }

.rsWebkit3d .rsSlide,
.rsWebkit3d .rsContainer,
.rsWebkit3d .rsThumbs,
.rsWebkit3d .rsPreloader,
.rsWebkit3d img,
.rsWebkit3d .rsOverflow,
.rsWebkit3d .rsBtnCenterer,
.rsWebkit3d .rsAbsoluteEl,
.rsWebkit3d .rsABlock,
.rsWebkit3d .rsLink {
  -webkit-backface-visibility: hidden; }

.rsFade.rsWebkit3d .rsSlide,
.rsFade.rsWebkit3d img,
.rsFade.rsWebkit3d .rsContainer {
  -webkit-transform: none; }

.rsOverflow {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  float: left;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.rsVisibleNearbyWrap {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  left: 0;
  top: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.rsVisibleNearbyWrap .rsOverflow {
  position: absolute;
  left: 0;
  top: 0; }

.rsContainer {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.rsArrow,
.rsThumbsArrow {
  cursor: pointer; }

.rsThumb {
  float: left;
  position: relative; }

.rsArrow,
.rsNav,
.rsThumbsArrow {
  opacity: 1;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear; }

.rsHidden {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.3s,opacity 0.3s linear;
  transition: visibility 0s linear 0.3s,opacity 0.3s linear; }

.rsGCaption {
  width: 100%;
  float: left;
  text-align: center; }

/* Fullscreen options, very important ^^ */
.royalSlider.rsFullscreen, .rsFullscreen.pixslider {
  position: fixed !important;
  height: auto !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  z-index: 2147483647 !important;
  top: 0 !important;
  left: 0 !important;
  bottom: 0 !important;
  right: 0 !important; }

.royalSlider .rsSlide.rsFakePreloader, .pixslider .rsSlide.rsFakePreloader {
  opacity: 1 !important;
  -webkit-transition: 0s;
  transition: 0s;
  display: none; }

.rsSlide {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  overflow: hidden;
  height: 100%;
  width: 100%; }

.royalSlider.rsAutoHeight, .rsAutoHeight.pixslider,
.rsAutoHeight .rsSlide {
  height: auto; }

.rsContent {
  width: 100%;
  height: 100%;
  position: relative; }

.rsPreloader {
  position: absolute;
  z-index: 0; }

.rsNav {
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.rsNavItem {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.25); }

.rsThumbs {
  cursor: pointer;
  position: relative;
  overflow: hidden;
  float: left;
  z-index: 22; }

.rsTabs {
  float: left;
  background: none !important; }

.rsTabs,
.rsThumbs {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.rsVideoContainer {
  /*left: 0;
    top: 0;
    position: absolute;*/
  /*width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    float: left;*/
  width: auto;
  height: auto;
  line-height: 0;
  position: relative; }

.rsVideoFrameHolder {
  position: absolute;
  left: 0;
  top: 0;
  background: #141414;
  opacity: 0;
  -webkit-transition: .3s; }

.rsVideoFrameHolder.rsVideoActive {
  opacity: 1; }

.rsVideoContainer iframe,
.rsVideoContainer video,
.rsVideoContainer embed,
.rsVideoContainer .rsVideoObj {
  position: absolute;
  z-index: 50;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }

/* ios controls over video bug, shifting video */
.rsVideoContainer.rsIOSVideo iframe,
.rsVideoContainer.rsIOSVideo video,
.rsVideoContainer.rsIOSVideo embed {
  box-sizing: border-box;
  padding-right: 44px; }

/***************
*
*  6. Play/close video button
*
****************/
.rsDefault .rsPlayBtn {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
  width: 64px;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  cursor: pointer; }

.rsPlayBtnIcon {
  width: 64px;
  display: block;
  height: 64px;
  margin-top: -32px;
  margin-left: -32px;
  border-radius: 4px;
  -webkit-transition: .3s;
  transition: .3s;
  background: url(/wp-content/themes/bucket/./theme-content/images/rs-default.png) no-repeat 0 -32px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  *background-color: #000; }

.rsPlayBtn:hover .rsPlayBtnIcon {
  background-color: rgba(0, 0, 0, 0.9); }

.rsBtnCenterer {
  position: absolute;
  left: 50%;
  top: 50%; }

.rsCloseVideoBtn {
  right: 0;
  top: 0;
  width: 44px;
  height: 44px;
  z-index: 500;
  position: absolute;
  cursor: pointer;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0); }

.rsCloseVideoBtn.rsiOSBtn {
  top: -38px;
  right: -6px; }

.rsCloseVideoIcn {
  margin: 6px;
  width: 32px;
  height: 32px;
  background: url(/wp-content/themes/bucket/./theme-content/images/rs-default.png) -64px 0;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  *background-color: #000; }

.rsCloseVideoIcn:hover {
  background-color: rgba(0, 0, 0, 0.9); }

.rsABlock {
  left: 0;
  top: 0;
  position: absolute;
  z-index: 15; }

img.rsImg {
  max-width: none; }

.grab-cursor {
  cursor: url(data:image/png;base64,R0lGODlhEAAQAJECAP///wAAAP///wAAACH5BAEAAAIALAAAAAAQABAAAAI0lC8RyLkBgFoMSotrVHsnhHWXdISS+DzRimIWy3Ii7CU0Tdn3mr93bvDBgMFfozg86mKHAgA7) 8 8, move; }

.grabbing-cursor {
  cursor: url(data:image/png;base64,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) 8 8, move; }

.rsNoDrag {
  cursor: auto; }

.rsLink {
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 20;
  background: url(/wp-content/themes/bucket/blank.gif); }

/*----------------------------------------*\
    $CUSTOM STYLING
\*----------------------------------------*/
.pixslider {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0); }
  .pixslider img {
    width: 100%;
    height: auto;
    display: block; }
  .pixslider blockquote {
    margin-bottom: 72px;
    margin-bottom: 5.14286rem; }

.pixslider__slide {
  width: 100%; }

/*----------------------------------------*\
    $ARROWS CUSTOM STYLING
\*----------------------------------------*/
.rsArrow {
  display: block;
  color: white;
  position: absolute;
  top: 50%;
  width: 48px;
  width: 3.42857rem;
  min-height: 50px;
  min-height: 3.57143rem; }
  .rsArrow .rsArrowIcn {
    position: absolute;
    top: 50%;
    border-bottom: 2px solid #1a1717;
    width: 12px;
    width: 0.85714rem;
    height: 12px;
    height: 0.85714rem; }

.rsArrowLeft {
  left: 0; }
  .rsArrowLeft .rsArrowIcn {
    left: 0;
    border-left: 2px solid #1a1717;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg); }

.rsArrowRight {
  right: 0; }
  .rsArrowRight .rsArrowIcn {
    right: 0;
    border-right: 2px solid #1a1717;
    -webkit-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg); }

.full-width-slider {
  width: 100%; }

article[class*="post"] .pixslider {
  padding: 0 48px; }

article[class*="post"] .rsArrow {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

article[class*="post"] .rsArrowIcn {
  border-color: #000000; }

.sub-menu--mega .rsArrow {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

/*----------------------------------------*\
    $BULLETS CUSTOM STYLING
\*----------------------------------------*/
.rsBullets {
  margin-left: -6px;
  margin-left: -0.42857rem; }

.rsBullet {
  display: inline-block;
  margin: 2px 6px;
  margin: 0.14286rem 0.42857rem;
  width: 6px;
  width: 0.42857rem;
  height: 6px;
  height: 0.42857rem;
  border-radius: 50%;
  text-indent: -999em;
  background-color: #cacaca;
  cursor: pointer; }

.rsNavSelected {
  width: 8px;
  width: 0.57143rem;
  height: 8px;
  height: 0.57143rem;
  margin: 0 6px;
  margin: 0 0.42857rem;
  background-color: #fb4834; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #CCC; }

.mfp-preloader a:hover {
  color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  padding: 0;
  z-index: 1046;
  box-shadow: none; }

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  outline: 0;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  text-align: right;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }

.mfp-figure {
  line-height: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  margin-top: 19.2px;
  margin-top: 1.37143rem;
  text-align: left;
  font-size: 18px;
  font-size: 1.28571rem;
  line-height: 1.34333;
  color: #F3F3F3;
  word-wrap: break-word;
  font-family: "Josefin Slab", serif; }

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
         * Remove all paddings around the image on small screen
         */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  /* The shadow behind the image */
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.mfp-ie7 .mfp-img {
  padding: 0; }

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }

.mfp-ie7 .mfp-container {
  padding: 0; }

.mfp-ie7 .mfp-content {
  padding-top: 44px; }

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

/*----------------------------------------*\
    $ANIMATIONS / $TRANSITIONS
\*----------------------------------------*/
.mfp-zoom-in {
  /* start state */
  /* animate in */
  /* animate out */ }
  .mfp-zoom-in .mfp-with-anim {
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transform: scale(0.8);
    transform: scale(0.8); }
  .mfp-zoom-in.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
  .mfp-zoom-in.mfp-ready .mfp-with-anim {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); }
  .mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: 0.8; }
  .mfp-zoom-in.mfp-removing .mfp-with-anim {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0; }
  .mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0; }

/* overlay at start */
.mfp-fade.mfp-bg {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  opacity: 0.01;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: .8; }

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  -webkit-transition: all .2s .1s ease-in-out;
  transition: all .2s .1s ease-in-out;
  opacity: 0.01; }

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  -webkit-transform: translate3d(0, 0, 0) scale(0.75);
  transform: translate3d(0, 0, 0) scale(0.75);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  opacity: 0.01;
  -webkit-transition: all .2s .1s ease-in-out;
  transition: all .2s .1s ease-in-out; }

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1; }

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  -webkit-transform: scale(0.75);
  transform: scale(0.75);
  opacity: 0.01; }

/*---------------------------------*\
         ARQAM SOCIAL PLUGIN
\*---------------------------------*/
/**
 * Arqam
 * Plugin URI: http://codecanyon.net/user/mo3aser/portfolio?ref=mo3aser
 * Description: WordPress Social Counter Plugin
 */
.arqam-widget-counter li {
  float: left;
  width: 33%;
  border: 0; }
  .arqam-widget-counter li a {
    padding-bottom: 0;
    opacity: 1; }
  .arqam-widget-counter li i {
    margin-top: 0;
    opacity: 0.8; }
  .arqam-widget-counter li span {
    color: #1a1717;
    margin-top: 0 !important;
    margin-bottom: 0; }
  .arqam-widget-counter li small {
    font-size: 12px; }
  .arqam-widget-counter li a:hover i {
    opacity: 1; }

.arqam-widget-counter.arq-outer-frame {
  box-shadow: none;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  border-bottom: 5px solid #1a1717; }

.arqam-widget-counter.arq-col1 {
  padding: 12px; }
  .arqam-widget-counter.arq-col1 span, .arqam-widget-counter.arq-col1 small {
    line-height: 35px; }

/**
 * Dark Skin
 */
.arqam-widget-counter.arq-outer-frame.arq-dark {
  box-shadow: none;
  background: #1a1717;
  padding-top: 12px;
  padding-bottom: 18px; }
  .arqam-widget-counter.arq-outer-frame.arq-dark.arq-col1 {
    padding-bottom: 12px; }
  .arqam-widget-counter.arq-outer-frame.arq-dark li a i, .arqam-widget-counter.arq-outer-frame.arq-dark span {
    color: #fff;
    opacity: 1; }

/**
  * Flat Skin
  */
.arqam-widget-counter.arq-flat {
  padding-bottom: 0; }
  .arqam-widget-counter.arq-flat span {
    color: #fff; }
  .arqam-widget-counter.arq-flat li a {
    padding-bottom: 6px; }
  .arqam-widget-counter.arq-flat.arq-col3 li {
    width: 33.33%; }
  .arqam-widget-counter.arq-flat.arq-col2 li {
    width: 50%;
    margin: 0 !important; }

/*----------------------------------------*\
  Yet Another Related Posts Plugin (YARPP)
\*----------------------------------------*/
/**
 * Arqam
 * Plugin URI: http://wordpress.org/plugins/yet-another-related-posts-plugin/
 * Description: Display a list of related posts on your site based on a powerful unique algorithm.
 */
.yarpp-related .article--billboard-small {
  width: auto;
  position: static;
  margin: 0; }

.related-projects_items-list {
  margin-left: -12px;
  margin-left: -0.85714rem; }

.related-projects_item {
  position: relative;
  padding-left: 12px;
  padding-left: 0.85714rem; }

@media only screen and (min-width: 900px) {
  .related-projects_item .article--billboard-small {
    height: 260px;
    height: 18.57143rem; }
  .related-projects_item .article--billboard-small .article__title, .related-projects_item .article--billboard-small .article--list__title, .related-projects_item .article--billboard-small .latest-comments__title {
    max-height: 72px;
    max-height: 5.14286rem;
    height: auto;
    line-height: 1; }
    .related-projects_item .article--billboard-small .article__title .hN, .related-projects_item .article--billboard-small .article--list__title .hN, .related-projects_item .article--billboard-small .latest-comments__title .hN, .related-projects_item .article--billboard-small .article__title .article__author-name, .related-projects_item .article--billboard-small .article--list__title .article__author-name, .related-projects_item .article--billboard-small .latest-comments__title .article__author-name, .related-projects_item .article--billboard-small .article__title .comment__author-name, .related-projects_item .article--billboard-small .article--list__title .comment__author-name, .related-projects_item .article--billboard-small .latest-comments__title .comment__author-name, .related-projects_item .article--billboard-small .article__title .score__average-wrapper, .related-projects_item .article--billboard-small .article--list__title .score__average-wrapper, .related-projects_item .article--billboard-small .latest-comments__title .score__average-wrapper, .related-projects_item .article--billboard-small .article__title .score__label, .related-projects_item .article--billboard-small .article--list__title .score__label, .related-projects_item .article--billboard-small .latest-comments__title .score__label, .related-projects_item .article--billboard-small .article__title .widget_calendar caption, .widget_calendar .related-projects_item .article--billboard-small .article__title caption, .related-projects_item .article--billboard-small .article--list__title .widget_calendar caption, .widget_calendar .related-projects_item .article--billboard-small .article--list__title caption, .related-projects_item .article--billboard-small .latest-comments__title .widget_calendar caption, .widget_calendar .related-projects_item .article--billboard-small .latest-comments__title caption {
      font-size: 16px; }
  .related-projects_item .article--billboard-small .article__content {
    height: 128px;
    margin-bottom: 6px;
    padding: 0 0 0 10px;
    margin-left: 2px;
    margin-right: -1px; }
  .related-projects_item .article--billboard-small:hover .article__thumb {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px); } }

/*------------------------------------*\
    $BASE
\*------------------------------------*/
/**
 * Base styles, unclassed HTML elements
 */
/*----------------------------------------*\
    $WORDPRESS CORE
\*----------------------------------------*/
/**
 * Ensure that a caption won't expand more than the content
 */
.alignnone {
  margin: 6px 0 24px;
  margin: 0.42857rem 0 1.71429rem; }

.alignleft {
  float: left;
  margin: 6px 12px 12px 0;
  margin: 0.42857rem 0.85714rem 0.85714rem 0; }

.aligncenter {
  display: block;
  margin: 6px auto 24px;
  margin: 0.42857rem auto 1.71429rem; }

.alignright {
  float: right;
  margin: 6px 0 12px 12px;
  margin: 0.42857rem 0 0.85714rem 0.85714rem; }

.wp-caption, .gallery__item__caption {
  max-width: 100%;
  margin-bottom: 36px;
  margin-bottom: 2.57143rem; }
  .wp-caption img, .gallery__item__caption img {
    vertical-align: bottom;
    width: 100%; }

.wp-caption-text {
  float: left;
  background: white;
  font-family: "Open Sans", sans-serif;
  font-style: italic;
  font-size: 12px;
  font-size: 0.85714rem;
  line-height: 2.01;
  padding: 0 12px;
  padding: 0 0.85714rem;
  margin: 0 12px -12px;
  margin: 0 0.85714rem -0.85714rem;
  text-align: left; }
  .site-footer .wp-caption-text {
    background: #1a1717; }

.bypostauthor {
  width: auto; }

.small-link, .post-nav-link__label, .author__social-link {
  font-size: 12px;
  font-size: 0.85714rem;
  line-height: 2.01;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  color: #fb4834; }

.mt1 {
  margin-top: 1rem !important;
  margin-top: 1rem !important; }

.mt2 {
  margin-top: 2rem !important;
  margin-top: 2rem !important; }

.mt3 {
  margin-top: 3rem !important;
  margin-top: 3rem !important; }

.mt4 {
  margin-top: 4rem !important;
  margin-top: 4rem !important; }

.mt-1 {
  margin-top: -1rem !important;
  margin-top: -1rem !important; }

.mt-2 {
  margin-top: -2rem !important;
  margin-top: -2rem !important; }

.mt-3 {
  margin-top: -3rem !important;
  margin-top: -3rem !important; }

.mt-4 {
  margin-top: -4rem !important;
  margin-top: -4rem !important; }

.mb1 {
  margin-bottom: 1rem !important;
  margin-bottom: 1rem !important; }

.mb2 {
  margin-bottom: 2rem !important;
  margin-bottom: 2rem !important; }

.mb3 {
  margin-bottom: 3rem !important;
  margin-bottom: 3rem !important; }

.mb4 {
  margin-bottom: 4rem !important;
  margin-bottom: 4rem !important; }

.mb-1 {
  margin-bottom: -1rem !important;
  margin-bottom: -1rem !important; }

.mb-2 {
  margin-bottom: -2rem !important;
  margin-bottom: -2rem !important; }

.mb-3 {
  margin-bottom: -3rem !important;
  margin-bottom: -3rem !important; }

.mb-4 {
  margin-bottom: -4rem !important;
  margin-bottom: -4rem !important; }

.pt1 {
  padding-top: 1rem !important;
  padding-top: 1rem !important; }

.pt2 {
  padding-top: 2rem !important;
  padding-top: 2rem !important; }

.pt3 {
  padding-top: 3rem !important;
  padding-top: 3rem !important; }

.pt4 {
  padding-top: 4rem !important;
  padding-top: 4rem !important; }

.pb1 {
  padding-bottom: 1rem !important;
  padding-bottom: 1rem !important; }

.pb2 {
  padding-bottom: 2rem !important;
  padding-bottom: 2rem !important; }

.pb3 {
  padding-bottom: 3rem !important;
  padding-bottom: 3rem !important; }

.pb4 {
  padding-bottom: 4rem !important;
  padding-bottom: 4rem !important; }

.gallery {
  margin-left: -6px !important;
  margin-left: -0.42857rem !important; }
  .gallery .gallery-item {
    margin: 0 0 12px 0;
    margin: 0 0 0.85714rem 0;
    padding-left: 10px;
    padding-left: 0.71429rem;
    margin-bottom: 0; }
    .gallery .gallery-item img {
      display: block; }
  .gallery .gallery-icon img {
    width: 100%;
    border: 0 !important; }
  .gallery .gallery-caption {
    padding: 0;
    margin: 0;
    line-height: 1.5; }

/*------------------------------------*\
               TYPOGRAPHY
\*------------------------------------*/
/*=============  LINKS  ==============*/
a {
  text-decoration: none;
  color: #fb4834; }

/*============  HEADINGS  ============*/
h1, h2, .arqam-widget-counter li span, h3, h4, h5, h6, hgroup {
  margin-top: 48px;
  margin-top: 3.42857rem;
  font-family: "Arvo", serif;
  font-weight: 500; }

.article__title, .article--list__title, .latest-comments__title, .article__title .hN, .article--list__title .hN, .latest-comments__title .hN, .article__title .article__author-name, .article--list__title .article__author-name, .latest-comments__title .article__author-name, .article__title .comment__author-name, .article--list__title .comment__author-name, .latest-comments__title .comment__author-name, .article__title .score__average-wrapper, .article--list__title .score__average-wrapper, .latest-comments__title .score__average-wrapper, .article__title .score__label, .article--list__title .score__label, .latest-comments__title .score__label, .article__title .widget_calendar caption, .widget_calendar .article__title caption, .article--list__title .widget_calendar caption, .widget_calendar .article--list__title caption, .latest-comments__title .widget_calendar caption, .widget_calendar .latest-comments__title caption, .widget__title .hN, .widget__title .article__author-name, .widget__title .comment__author-name, .widget__title .score__average-wrapper, .widget__title .score__label, .widget__title .widget_calendar caption, .widget_calendar .widget__title caption, .heading .hN, .widget--sidebar__title .hN, .widget--footer__title .hN, .heading .article__author-name, .widget--sidebar__title .article__author-name, .widget--footer__title .article__author-name, .heading .comment__author-name, .widget--sidebar__title .comment__author-name, .widget--footer__title .comment__author-name, .heading .score__average-wrapper, .widget--sidebar__title .score__average-wrapper, .widget--footer__title .score__average-wrapper, .heading .score__label, .widget--sidebar__title .score__label, .widget--footer__title .score__label, .heading .widget_calendar caption, .widget_calendar .heading caption, .widget--sidebar__title .widget_calendar caption, .widget_calendar .widget--sidebar__title caption, .widget--footer__title .widget_calendar caption, .widget_calendar .widget--footer__title caption {
  margin-top: 0; }

h2, .arqam-widget-counter li span, h3, h4, h5, h6 {
  text-transform: uppercase; }

.hN, .article__author-name, .comment__author-name, .score__average-wrapper, .score__label, .widget_calendar caption {
  font-family: "Arvo", serif;
  font-weight: normal;
  text-transform: uppercase; }

article {
  -ms-word-wrap: break-word;
  word-wrap: break-word; }

.heading, .widget--sidebar__title, .widget--footer__title {
  margin-bottom: 24px;
  margin-bottom: 1.71429rem; }
  .heading .hN, .widget--sidebar__title .hN, .widget--footer__title .hN, .heading .article__author-name, .widget--sidebar__title .article__author-name, .widget--footer__title .article__author-name, .heading .comment__author-name, .widget--sidebar__title .comment__author-name, .widget--footer__title .comment__author-name, .heading .score__average-wrapper, .widget--sidebar__title .score__average-wrapper, .widget--footer__title .score__average-wrapper, .heading .score__label, .widget--sidebar__title .score__label, .widget--footer__title .score__label, .heading .widget_calendar caption, .widget_calendar .heading caption, .widget--sidebar__title .widget_calendar caption, .widget_calendar .widget--sidebar__title caption, .widget--footer__title .widget_calendar caption, .widget_calendar .widget--footer__title caption, .heading .archive__side-title, .widget--sidebar__title .archive__side-title, .widget--footer__title .archive__side-title {
    margin-bottom: 0;
    font-family: "Arvo", serif;
    font-weight: normal;
    color: white;
    text-transform: uppercase; }
  .heading a, .widget--sidebar__title a, .widget--footer__title a {
    color: white; }

.heading--main {
  background-color: #1a1717; }
  .heading--main .hN, .heading--main .article__author-name, .heading--main .comment__author-name, .heading--main .score__average-wrapper, .heading--main .score__label, .heading--main .widget_calendar caption, .widget_calendar .heading--main caption {
    padding: 12px 24px;
    padding: 0.85714rem 1.71429rem;
    background-color: #fb4834;
    float: left; }
  .heading--main .archive__side-title {
    padding: 12px 24px;
    padding: 0.85714rem 1.71429rem;
    float: left; }

.heading--sidebar, .widget--sidebar__title {
  background-color: #fb4834; }
  .heading--sidebar .hN, .widget--sidebar__title .hN, .heading--sidebar .article__author-name, .widget--sidebar__title .article__author-name, .heading--sidebar .comment__author-name, .widget--sidebar__title .comment__author-name, .heading--sidebar .score__average-wrapper, .widget--sidebar__title .score__average-wrapper, .heading--sidebar .score__label, .widget--sidebar__title .score__label, .heading--sidebar .widget_calendar caption, .widget_calendar .heading--sidebar caption, .widget--sidebar__title .widget_calendar caption, .widget_calendar .widget--sidebar__title caption {
    padding: 12px 24px;
    padding: 0.85714rem 1.71429rem; }

/*===========  BLOCKQUOTES  ===========*/
blockquote {
  position: relative;
  padding-left: 96px;
  padding-left: 6.85714rem;
  padding-top: 24px;
  padding-top: 1.71429rem;
  font-size: 24px;
  font-size: 1.71429rem;
  line-height: 1.51;
  font-family: "Arvo", serif;
  font-style: italic;
  color: #fb4834; }
  blockquote:before {
    content: "";
    width: 72px;
    width: 5.14286rem;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0; }
  blockquote:after {
    content: open-quote;
    display: block;
    position: absolute;
    left: 12px;
    left: 0.85714rem;
    bottom: -12px;
    bottom: -0.85714rem;
    font-size: 120px;
    font-size: 8.57143rem;
    font-style: normal;
    line-height: 0;
    font-family: Arial, sans-serif;
    color: white; }

/*=============  TABLES  =============*/
.table--bordered tr, table tr {
  border-top: 1px dotted #b2b2b2; }
  .site-footer .table--bordered tr, .site-footer table tr {
    border-top-color: #504747; }

.table--bordered th, table th,
.table--bordered td,
table td {
  border: 0; }
  .table--bordered th:empty, table th:empty,
  .table--bordered td:empty,
  table td:empty {
    border: inherit; }

.table--striped tbody tr:nth-of-type(odd), table tbody tr:nth-of-type(odd) {
  background-color: #fbfbfb;
  /* Override this color in your theme stylesheet */ }
  .site-footer .table--striped tbody tr:nth-of-type(odd), .site-footer table tbody tr:nth-of-type(odd) {
    background-color: #282323; }

/*=============  LISTS  ==============*/
dt {
  font-weight: bold; }
  dd + dt {
    margin-top: 24px;
    margin-top: 1.71429rem; }

dd {
  margin-left: 0; }

ol {
  border-left: 0 solid #fb4834;
  border-left-width: 5px;
  border-left-width: 0.35714rem;
  padding-left: 43px;
  padding-left: 3.07143rem;
  margin-left: 0; }
  ul ol, ol ol, dl ol {
    margin-left: 48px;
    margin-left: 3.42857rem;
    border-left: 0;
    padding-left: 0; }

/*------------------------------------*\
    FORMS
\*------------------------------------*/
/**
 * Common form controls
 *
 * Shared size and type resets for form controls. Apply `.form-control` to any
 * of the following form controls:
 */
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.form-control {
  display: block;
  vertical-align: middle;
  width: 100%;
  padding: 12px;
  padding: 0.85714rem;
  border: 1px solid #e5e9eb;
  outline: 0; }
  select:focus,
  textarea:focus,
  input[type="text"]:focus,
  input[type="password"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="date"]:focus,
  input[type="month"]:focus,
  input[type="time"]:focus,
  input[type="week"]:focus,
  input[type="number"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="search"]:focus,
  input[type="tel"]:focus,
  input[type="color"]:focus,
  .form-control:focus {
    outline: 1px solid #fb4834; }
  .lt-ie9 select input, .lt-ie9
  textarea input, .lt-ie9
  input[type="text"] input, .lt-ie9
  input[type="password"] input, .lt-ie9
  input[type="datetime"] input, .lt-ie9
  input[type="datetime-local"] input, .lt-ie9
  input[type="date"] input, .lt-ie9
  input[type="month"] input, .lt-ie9
  input[type="time"] input, .lt-ie9
  input[type="week"] input, .lt-ie9
  input[type="number"] input, .lt-ie9
  input[type="email"] input, .lt-ie9
  input[type="url"] input, .lt-ie9
  input[type="search"] input, .lt-ie9
  input[type="tel"] input, .lt-ie9
  input[type="color"] input, .lt-ie9
  .form-control input {
    width: 100%;
    padding: 12px 0;
    border: 1px solid #e5e9eb;
    outline: 0; }

/**
 * Checkboxes and radios
 *
 * Indent the labels to position radios/checkboxes as hanging controls.
 */
.radio,
.checkbox {
  display: block;
  margin-top: 6px;
  margin-bottom: 6px;
  padding-left: 12px;
  vertical-align: middle; }
  .radio label,
  .checkbox label {
    display: inline;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer; }

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: 12px; }

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -6px; }

.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 12px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer; }

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 6px; }

/** 
  * Inline forms
  *
  * Make forms appear inline(-block) by adding the `.form-inline` class. Inline
  * forms begin stacked on extra small (mobile) devices and then go inline when
  * viewports reach <768px.
  *
  * Requires wrapping inputs and labels with `.form-group` for proper display of
  * default HTML form controls and our custom form controls (e.g., input groups).
  */
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control {
    display: inline-block; }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0; }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0; } }

/**
 * Input groups
 */
.input-group {
  position: relative;
  display: table;
  border-collapse: separate; }
  .input-group.col {
    float: none;
    padding-left: 0;
    padding-right: 0; }
  .input-group .form-control {
    width: 100%;
    margin-bottom: 0; }

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell; }
  .input-group-addon:not(:first-child):not(:last-child),
  .input-group-btn:not(:first-child):not(:last-child),
  .input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0; }

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle; }

/*------------------------------------*\
    DARK STATE (Footer)
\*------------------------------------*/
.site__footer input, .site__footer select, .site__footer textarea {
  background: #262525;
  border: none;
  color: white; }
  .site__footer input:focus, .site__footer select:focus, .site__footer textarea:focus {
    outline: 0; }

.site__footer .form-group .btn, .site__footer .form-group .comments_add-comment, .site__footer .form-group .form-submit #comment-submit, .form-submit .site__footer .form-group #comment-submit, .site__footer .form-group .widget_tag_cloud a, .widget_tag_cloud .site__footer .form-group a {
  line-height: 1;
  height: 42px;
  padding: 0 1em; }
  .site__footer .form-group .btn i, .site__footer .form-group .comments_add-comment i, .site__footer .form-group .form-submit #comment-submit i, .form-submit .site__footer .form-group #comment-submit i, .site__footer .form-group .widget_tag_cloud a i, .widget_tag_cloud .site__footer .form-group a i {
    color: #807f7e; }

.divider--pointer {
  background: url(/wp-content/themes/bucket/./theme-content/images/pointer.png) top left repeat; }

.wp-caption, .gallery__item__caption, blockquote:before, .separator--subsection, .separator--striped {
  background: url(/wp-content/themes/bucket/./theme-content/images/striped.png) top left repeat; }

/*------------------------------------*\
    $OBJECT
\*------------------------------------*/
/**
 * Objects and abstractions
 */
/*------------------------------------*\
    $BUTTONS
\*------------------------------------*/
.btn, .comments_add-comment, .form-submit #comment-submit, .widget_tag_cloud a {
  background-color: #262525;
  color: #a6a1a1;
  text-transform: uppercase;
  letter-spacing: .0625em;
  font-size: 12px;
  font-size: 0.85714rem;
  line-height: 2.176;
  padding: 0 1.5em;
  -webkit-transition: all .15s;
  transition: all .15s; }
  .btn:hover, .comments_add-comment:hover, .form-submit #comment-submit:hover, .widget_tag_cloud a:hover {
    background-color: #fb4834;
    color: white; }
  .btn.btn--beta, .btn--beta.comments_add-comment, .form-submit #comment-submit, .widget_tag_cloud a.btn--beta {
    font-size: 12px;
    font-size: 0.85714rem;
    line-height: 2.51; }
  .btn.btn--alpha, .btn--alpha.comments_add-comment, .form-submit .btn--alpha#comment-submit, .widget_tag_cloud a.btn--alpha {
    font-size: 12px;
    font-size: 0.85714rem;
    line-height: 3.01; }

.btn--primary, .comments_add-comment, .form-submit #comment-submit {
  background-color: #fb4834;
  color: white; }
  .btn--primary:hover, .comments_add-comment:hover, .form-submit #comment-submit:hover {
    background: #1a1717; }

.btn--secondary, .btn--tertiary {
  color: white; }

.btn--tertiary {
  background-color: #807f7e; }

/*------------------------------------*\
    $SIZES
\*------------------------------------*/
.btn--small, .comments_add-comment {
  font-size: 11px;
  font-size: 0.78571rem;
  line-height: 1.64636;
  padding: 0 .75em; }
  .btn--small.btn--beta, .btn--beta.comments_add-comment, .form-submit .comments_add-comment#comment-submit, .form-submit .btn--small#comment-submit {
    font-size: 11px;
    font-size: 0.78571rem;
    line-height: 2.19182; }
  .btn--small.btn--alpha, .btn--alpha.comments_add-comment {
    font-size: 11px;
    font-size: 0.78571rem;
    line-height: 2.73727; }

.btn--large {
  font-size: 16px;
  font-size: 1.14286rem;
  line-height: 2.26;
  padding: 0 2em; }
  .btn--large.btn--beta, .form-submit .btn--large#comment-submit {
    font-size: 16px;
    font-size: 1.14286rem;
    line-height: 2.635; }
  .btn--large.btn--alpha {
    font-size: 16px;
    font-size: 1.14286rem;
    line-height: 3.01; }

.btn--huge {
  padding: 0 2.5em;
  font-size: 20px;
  font-size: 1.42857rem;
  line-height: 2.41; }
  .btn--huge.btn--beta, .form-submit .btn--huge#comment-submit {
    font-size: 20px;
    font-size: 1.42857rem;
    line-height: 3.01; }
  .btn--huge.btn--alpha {
    font-size: 20px;
    font-size: 1.42857rem;
    line-height: 3.61; }

.btn-list, .widget_tag_cloud .wp-tag-cloud {
  padding: 0;
  margin: 0 0 0 -2px;
  list-style: none; }
  .btn-list div, .widget_tag_cloud .wp-tag-cloud div {
    cursor: default; }
    .btn-list div:hover, .widget_tag_cloud .wp-tag-cloud div:hover {
      color: white;
      background: black; }
  .btn-list > .btn, .widget_tag_cloud .wp-tag-cloud > .btn, .btn-list > .comments_add-comment, .widget_tag_cloud .wp-tag-cloud > .comments_add-comment, .form-submit .btn-list > #comment-submit, .widget_tag_cloud .form-submit .wp-tag-cloud > #comment-submit, .form-submit .widget_tag_cloud .wp-tag-cloud > #comment-submit, .widget_tag_cloud .btn-list > a, .widget_tag_cloud .wp-tag-cloud > a, .btn-list > li, .widget_tag_cloud .wp-tag-cloud > li, .btn-list > a, .widget_tag_cloud .wp-tag-cloud > a {
    float: left;
    margin-left: 2px;
    margin-bottom: 2px; }

/*-----------------------------------------*\
               $ICON SHORTCODE
\*-----------------------------------------*/
.pixcode--icon {
  display: inline-block;
  text-align: center;
  font-size: 21px;
  font-size: 1.5rem;
  color: #1a1717; }
  .pixcode--icon.square, .pixcode--icon.circle {
    display: inline-block;
    background-color: #1a1717;
    color: #807f7e;
    padding: 0;
    font-size: 18px;
    font-size: 1.28571rem;
    width: 2.66667em;
    height: 2.66667em;
    line-height: 2.66667em; }
    .pixcode--icon.square:hover, .pixcode--icon.circle:hover {
      background-color: #fb4834;
      color: white; }
    .site__footer .pixcode--icon.square, .site__footer .pixcode--icon.circle {
      background-color: #262525; }
  .pixcode--icon.circle {
    border-radius: 999px; }
  .pixcode--icon.small {
    font-size: 16px;
    font-size: 1.14286rem; }
    .pixcode--icon.small.circle, .pixcode--icon.small.square {
      width: 2.25em;
      height: 2.25em;
      line-height: 2.25em; }
  .pixcode--icon.medium {
    font-size: 21px;
    font-size: 1.5rem; }
    .pixcode--icon.medium.circle, .pixcode--icon.medium.square {
      width: 2.28571em;
      height: 2.28571em;
      line-height: 2.28571em; }
  .pixcode--icon.big {
    font-size: 36px;
    font-size: 2.57143rem; }
    .pixcode--icon.big.circle, .pixcode--icon.big.square {
      width: 2em;
      height: 2em;
      line-height: 2em; }

/*--------------------------------------------*\
               ICON INSIDE A LINK
\*--------------------------------------------*/
a > .pixcode--icon {
  -webkit-transition: all 0.15s;
  transition: all 0.15s; }

a:hover > .pixcode--icon {
  text-decoration: none;
  border: none;
  color: #fb4834; }
  a:hover > .pixcode--icon.circle, a:hover > .pixcode--icon.square {
    background-color: #fb4834; }

.pixcode--tabs {
  padding-bottom: 0; }

.tabs__nav, .popular-posts__time {
  color: white;
  background: #1a1717;
  text-transform: uppercase;
  font-family: "Arvo", serif;
  font-size: 13px;
  font-size: 0.92857rem;
  margin-bottom: 24px;
  margin-bottom: 1.71429rem; }
  .tabs__nav a, .popular-posts__time a {
    color: white;
    text-decoration: none; }
    .tabs__nav a.current, .popular-posts__time a.current, .tabs__nav a:hover, .popular-posts__time a:hover {
      color: #fb4834; }

.tabs__content {
  position: relative;
  min-height: 1px;
  -webkit-transition: height .2s ease-in-out;
  transition: height .2s ease-in-out; }

.tabs__pane {
  width: 100%;
  position: absolute;
  -webkit-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 20; }
  .tabs__pane.hide {
    opacity: 0;
    z-index: 5;
    display: none;
    pointer-events: none; }

/**
 * Separator Shortcode
 * <hr class="separator" />  
 */
/*==========  $SEPARATORS  ==========*/
.separator {
  border: 0;
  height: 0; }

.separator--section, .arqam-widget-counter, table, .pixcode--tabs, .article--grid__meta, .article--slider, .article--single__meta, .article--billboard-small, .widget--latest-comments, .wpgrade_popular_posts {
  padding-bottom: 24px;
  padding-bottom: 1.71429rem;
  margin-bottom: 19px;
  margin-bottom: 1.35714rem;
  border-bottom: 0 solid #1a1717;
  border-bottom-width: 5px;
  border-bottom-width: 0.35714rem; }

.separator--subsection, .separator--striped {
  width: 100%;
  height: 5px;
  height: 0.35714rem;
  margin-bottom: 19px;
  margin-bottom: 1.35714rem;
  margin-top: 24px;
  margin-top: 1.71429rem; }

.separator--dotted {
  height: 1px;
  border: 0;
  border-bottom: 1px dotted #1a1717; }

.divider--pointer {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 9px;
  width: 0.64286rem;
  height: 10px;
  height: 0.71429rem;
  margin-left: 8px;
  margin-left: 0.57143rem;
  margin-top: -4px;
  margin-top: -0.28571rem;
  background-color: #fff;
  -webkit-transform: rotate(45deg) translateZ(0);
  transform: rotate(45deg) translateZ(0); }

/*-------------------------------*\
               $BADGE
\*-------------------------------*/
.badge {
  width: 2.5em;
  padding: .15em 0;
  font-family: "Arvo", serif;
  font-size: 16px;
  font-size: 1.14286rem;
  line-height: 1.51;
  position: relative;
  text-align: center;
  background-color: #fb4834;
  color: white; }
  .badge:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    right: 0;
    top: 100%;
    border: 0 solid transparent;
    border-width: 6px 12px;
    border-width: 0.42857rem 0.85714rem;
    border-left-width: 0;
    border-top-color: #1a1717; }

.badge__text {
  display: block;
  text-transform: uppercase;
  font-size: 10px;
  font-size: 0.71429rem;
  margin-top: -.2em;
  margin-bottom: .4em; }

.badge--article {
  position: absolute;
  top: 12px;
  top: 0.85714rem;
  right: -12px;
  right: -0.85714rem;
  font-size: 24px;
  font-size: 1.71429rem;
  z-index: 30; }

.badge--article--list {
  width: 2em;
  padding: 4px 0;
  padding: 0.28571rem 0;
  font-size: 16px;
  font-size: 1.14286rem; }

.badge--review {
  display: inline-block;
  margin-right: -36px;
  margin-right: -2.57143rem; }

/*---------------------------------*\
               ARTICLE
\*---------------------------------*/
.article {
  position: relative;
  font-size: 14px;
  font-size: 1rem; }

.article__title, .article--list__title, .latest-comments__title {
  margin-bottom: 12px;
  margin-bottom: 0.85714rem; }

@media only screen and (max-width: 899px) {
  .article__title--single {
    font-size: 25px;
    font-size: 1.78571rem;
    line-height: 1.45; } }

.article__title__meta {
  margin-bottom: 24px;
  margin-bottom: 1.71429rem; }

.article__author-name, .comment__author-name {
  color: #fb4834;
  display: inline-block;
  font-style: normal; }

.article__time, .comment__time {
  display: inline-block;
  font-size: 12px;
  font-size: 0.85714rem;
  line-height: 2.01; }

.article__featured-image {
  margin-bottom: 24px;
  margin-bottom: 1.71429rem;
  position: relative; }
  .article__featured-image img {
    display: block; }

.article__title, .article--list__title, .latest-comments__title {
  display: block;
  position: relative; }
  .article__title .hN, .article--list__title .hN, .latest-comments__title .hN, .article__title .article__author-name, .article--list__title .article__author-name, .latest-comments__title .article__author-name, .article__title .comment__author-name, .article--list__title .comment__author-name, .latest-comments__title .comment__author-name, .article__title .score__average-wrapper, .article--list__title .score__average-wrapper, .latest-comments__title .score__average-wrapper, .article__title .score__label, .article--list__title .score__label, .latest-comments__title .score__label, .article__title .widget_calendar caption, .widget_calendar .article__title caption, .article--list__title .widget_calendar caption, .widget_calendar .article--list__title caption, .latest-comments__title .widget_calendar caption, .widget_calendar .latest-comments__title caption {
    margin-bottom: 0; }

.article__title--inverse, .article--grid__title, .article--list__link:hover .article--list__title, .article--slider__title, .latest-comments__title {
  color: white;
  background-color: #1a1717; }

.article__title--full, .article--slider__title {
  margin-bottom: 0; }
  .article__title--full h3, .article--slider__title h3 {
    margin: 0; }

.article__content {
  text-align: center; }

.article__category a:hover {
  text-decoration: underline; }

@media only screen and (max-width: 899px) {
  .container--single {
    padding-top: 4rem; } }

.article__title, .article--list__title, .latest-comments__title {
  -ms-word-wrap: break-word;
  word-wrap: break-word; }

/**
 * Article Grid
 * -- Blog Latest Posts, Posts Grid Cards
 */
.article--grid {
  width: 100%;
  padding-bottom: 0;
  margin-bottom: 31px;
  margin-bottom: 2.21429rem;
  -webkit-backface-visibility: hidden; }
  .article--grid .image-wrap {
    -webkit-backface-visibility: hidden; }

@media only screen and (min-width: 900px) {
  .article--grid__header:hover .article--grid__title h3 {
    background-color: #fb4834; }
  .article--grid__header:hover .article--grid__title:after {
    background-color: #fb4834;
    left: 0;
    right: 0; } }

.article--grid__body {
  padding: 0 12px;
  padding: 0 0.85714rem;
  position: relative;
  z-index: 22; }
  .article--grid__body .article__content {
    padding: 0 12px;
    padding: 0 0.85714rem; }

.article--grid__thumb {
  margin-bottom: 0;
  z-index: 21;
  -webkit-transition: all 0.25s;
  transition: all 0.25s; }
  .article--grid__thumb:before {
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
    content: " ";
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 21;
    opacity: 1;
    border: 0px solid #fff; }

.article--grid__title {
  background-color: transparent;
  z-index: 22; }
  .article--grid__title .hN, .article--grid__title .article__author-name, .article--grid__title .comment__author-name, .article--grid__title .score__average-wrapper, .article--grid__title .score__label, .article--grid__title .widget_calendar caption, .widget_calendar .article--grid__title caption {
    text-align: center;
    padding: 6px 24px;
    padding: 0.42857rem 1.71429rem;
    margin: -24px 12px 12px;
    margin: -1.71429rem 0.85714rem 0.85714rem;
    -webkit-transition: background-color 0.15s;
    transition: background-color 0.15s; }
  .article--grid__title:after {
    background-color: #1a1717;
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    left: 24px;
    right: 24px;
    z-index: -1;
    -webkit-transition: all 0.15s;
    transition: all 0.15s; }

.article--grid__meta {
  margin-top: -1px;
  margin-bottom: 0;
  padding: 0 24px 6px;
  padding: 0 1.71429rem 0.42857rem; }
  .article--grid__meta:before {
    content: " ";
    display: block;
    height: 1px;
    background-color: #b3b3b3;
    margin: 0 -6px 6px;
    margin: 0 -6px 0.42857rem; }

/**
 * Article Meta Links (date, comments, likes)
 * -- Blog Latest Posts, Posts Grid Cards, Hero Posts Module
 */
.article__meta-links {
  margin-bottom: 0;
  color: #807f7e;
  margin-left: -12px;
  margin-left: -0.85714rem;
  font-size: 11px;
  font-size: 0.78571rem;
  line-height: 1.10091;
  text-transform: uppercase; }
  .article__meta-links li {
    display: inline-block;
    margin-left: 12px;
    margin-left: 0.85714rem; }
  .article__meta-links a {
    color: #807f7e; }
  .article__meta-links i {
    font-size: 14px;
    font-size: 1rem;
    line-height: 1.72429;
    position: relative;
    top: 1px; }
    .article__meta-links i.icon-comment {
      top: 0px; }

/**
 * Article List
 * -- Popular Posts Widget
 */
.article--list {
  margin-bottom: 0; }
  .article--list img {
    -webkit-filter: grayscale(1);
    filter: grayscale(1); }
  .article--list .badge {
    background-color: #807d7c; }

.article--list__title {
  padding: 3px 24px 3px 12px;
  padding: 0.21429rem 1.71429rem 0.21429rem 0.85714rem;
  min-height: 54px;
  min-height: 3.85714rem;
  background-color: #f2edeb;
  color: black; }

.article--list__link {
  display: block;
  position: relative;
  margin-bottom: 12px;
  margin-bottom: 0.85714rem; }
  .article--list__link:hover img {
    -webkit-filter: none;
    filter: none; }
  .article--list__link:hover .badge {
    background-color: #fb4834; }

/**
 * [Widget] Latest Posts Slider
 */
.article--slider {
  padding-bottom: 0; }

.article--slider__title {
  padding: 6px 24px;
  padding: 0.42857rem 1.71429rem; }
  .article--slider__title h3 {
    line-height: 1.5; }
    .article--slider__title h3 a {
      color: white; }

.article--slider__meta {
  padding: 6px 24px;
  padding: 0.42857rem 1.71429rem; }

.article--single__meta {
  padding-top: 24px;
  padding-top: 1.71429rem; }

/*---------------------------------*\
        CUSTOM PAGE BUILDER
\*---------------------------------*/
/**
 * Hero Posts Module
 */
@media only screen and (max-width: 899px) {
  .featured-area__article.article--big .article__title .hN, .featured-area__article.article--big .article--list__title .hN, .featured-area__article.article--big .latest-comments__title .hN, .featured-area__article.article--big .article__title .article__author-name, .featured-area__article.article--big .article--list__title .article__author-name, .featured-area__article.article--big .latest-comments__title .article__author-name, .featured-area__article.article--big .article__title .comment__author-name, .featured-area__article.article--big .article--list__title .comment__author-name, .featured-area__article.article--big .latest-comments__title .comment__author-name, .featured-area__article.article--big .article__title .score__average-wrapper, .featured-area__article.article--big .article--list__title .score__average-wrapper, .featured-area__article.article--big .latest-comments__title .score__average-wrapper, .featured-area__article.article--big .article__title .score__label, .featured-area__article.article--big .article--list__title .score__label, .featured-area__article.article--big .latest-comments__title .score__label, .featured-area__article.article--big .article__title .widget_calendar caption, .widget_calendar .featured-area__article.article--big .article__title caption, .featured-area__article.article--big .article--list__title .widget_calendar caption, .widget_calendar .featured-area__article.article--big .article--list__title caption, .featured-area__article.article--big .latest-comments__title .widget_calendar caption, .widget_calendar .featured-area__article.article--big .latest-comments__title caption {
    font-size: 19px;
    width: 100%; } }

.article--thumb__title {
  line-height: 1;
  height: 48px;
  height: 3.42857rem;
  overflow: hidden; }
  .article--thumb__title a {
    color: #1a1717; }
    .article--thumb__title a:hover {
      color: #fb4834; }

.heroslider .rsArrow {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.heroslider .rsArrowLeft {
  left: 24px; }

/**
 * Posts Grid Cards ( ++styling if flexbox is supported )
 */
@media only screen and (min-width: 900px) {
  .flexbox .posts-grid-cards, .flexboxlegacy .posts-grid-cards {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
    align-content: stretch;
    -webkit-box-align: stretch;
    align-items: stretch; }
    .flexbox .posts-grid-cards .grid__item, .flexbox .posts-grid-cards .logged-in-as, .flexbox .posts-grid-cards .comment-form > *, .flexbox .posts-grid-cards .featured-area .heroslider, .featured-area .flexbox .posts-grid-cards .heroslider, .flexbox .posts-grid-cards .featured-area__article, .flexbox .posts-grid-cards .featured-area__aside, .flexboxlegacy .posts-grid-cards .grid__item, .flexboxlegacy .posts-grid-cards .logged-in-as, .flexboxlegacy .posts-grid-cards .comment-form > *, .flexboxlegacy .posts-grid-cards .featured-area .heroslider, .featured-area .flexboxlegacy .posts-grid-cards .heroslider, .flexboxlegacy .posts-grid-cards .featured-area__article, .flexboxlegacy .posts-grid-cards .featured-area__aside {
      display: -webkit-box;
      display: flex;
      -webkit-box-flex: 1;
      flex: 1 0 33.333%;
      position: relative; }
    .flexbox .posts-grid-cards article, .flexboxlegacy .posts-grid-cards article {
      position: relative;
      margin-bottom: 30px;
      margin-bottom: 2.14286rem; }
      .flexbox .posts-grid-cards article .article--grid__body, .flexboxlegacy .posts-grid-cards article .article--grid__body {
        padding-bottom: 42px; }
      .flexbox .posts-grid-cards article .article__meta, .flexboxlegacy .posts-grid-cards article .article__meta {
        margin-bottom: 0;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 25; } }

@media only screen and (min-width: 900px) {
  .is--ie.flexbox .posts-grid-cards .grid__item, .is--ie.flexbox .posts-grid-cards .logged-in-as, .is--ie.flexbox .posts-grid-cards .comment-form > *, .is--ie.flexbox .posts-grid-cards .featured-area .heroslider, .featured-area .is--ie.flexbox .posts-grid-cards .heroslider, .is--ie.flexbox .posts-grid-cards .featured-area__article, .is--ie.flexbox .posts-grid-cards .featured-area__aside,
  .is--ie.flexboxlegacy .posts-grid-cards .grid__item,
  .is--ie.flexboxlegacy .posts-grid-cards .logged-in-as,
  .is--ie.flexboxlegacy .posts-grid-cards .comment-form > *,
  .is--ie.flexboxlegacy .posts-grid-cards .featured-area .heroslider,
  .featured-area .is--ie.flexboxlegacy .posts-grid-cards .heroslider,
  .is--ie.flexboxlegacy .posts-grid-cards .featured-area__article,
  .is--ie.flexboxlegacy .posts-grid-cards .featured-area__aside {
    -webkit-box-flex: 1;
    flex: 1 0 30%; } }

/**
 * Billboard Slider Module
 */
.billboard {
  position: relative;
  margin-bottom: 6px;
  margin-bottom: 0.42857rem;
  -webkit-transition: opacity .5s linear;
  transition: opacity .5s linear;
  display: block;
  height: 367px; }
  @media only screen and (min-width: 900px) {
    .billboard.pixslider {
      height: 625px; }
    .billboard .billboard--article-group {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    .billboard img {
      width: 100% !important;
      height: auto !important; } }

.billboard--article-group {
  visibility: hidden;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in; }
  .rsSlide .billboard--article-group {
    opacity: 1; }
  .billboard--article-group:first-child {
    z-index: 100; }
  .slider--loaded .billboard--article-group {
    visibility: visible; }

.billboard.visible, .lt-ie9 .billboard {
  opacity: 1; }

.article--billboard {
  width: 100%; }
  .article--billboard > a {
    display: block; }
  @media only screen and (min-width: 900px) {
    .article--billboard {
      border-bottom: 43px solid #fff; }
      .article--billboard:after {
        content: "";
        width: 100%;
        height: 100%;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(80%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.8)));
        background-image: linear-gradient(rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0.8)); }
      .article--billboard:before {
        content: "";
        width: 100%;
        height: 100%;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        background-image: -webkit-gradient(linear, right top, left top, color-stop(80%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.8)));
        background-image: linear-gradient(to left, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0.8)); } }
  .article--billboard .read-more-label {
    display: none; }

.article--billboard-big:before, .article--billboard-big:after {
  content: none; }

.article--billboard__header {
  position: relative;
  font-size: 14px;
  font-size: 1rem;
  line-height: 1.72429; }
  .article--billboard__header .read-more-label {
    font-family: "PT Sans", sans-serif;
    font-size: 14px;
    font-size: 1rem;
    line-height: 1.72429;
    margin-top: 3px;
    display: none; }
  .article--billboard__header .hN, .article--billboard__header .article__author-name, .article--billboard__header .comment__author-name, .article--billboard__header .score__average-wrapper, .article--billboard__header .score__label, .article--billboard__header .widget_calendar caption, .widget_calendar .article--billboard__header caption, .article--billboard__header .small-link, .article--billboard__header .post-nav-link__label, .article--billboard__header .author__social-link {
    -webkit-transition: all 0.2s;
    transition: all 0.2s; }

.billboard__category {
  display: none; }

.article--billboard__title {
  position: relative;
  color: #1a1717;
  margin: 0 0 0 -48px;
  margin: 0 0 0 -48px;
  padding: 9px 12px 9px 48px;
  padding: 0.64286rem 0.85714rem 0.64286rem 3.42857rem;
  font-size: 19px;
  font-size: 1.35714rem;
  line-height: 1.27316;
  line-height: 1.2;
  clear: left; }
  .article--billboard__title:before {
    content: "";
    width: 110%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    background: white;
    z-index: -1;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    -webkit-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.320, 1.275);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.320, 1.275); }

@media only screen and (min-width: 900px) {
  .article--billboard {
    overflow: hidden;
    position: absolute;
    width: 100%;
    height: 100%;
    padding-left: 0 !important; }
    .article--billboard > a .article__title, .article--billboard > a .article--list__title, .article--billboard > a .latest-comments__title {
      font-size: 25px;
      font-size: 1.78571rem;
      line-height: 1.45; }
    .article--billboard > a:hover .billboard__category {
      color: #1a1717; }
      .article--billboard > a:hover .billboard__category:before {
        -webkit-transform: translateY(0);
        transform: translateY(0); }
    .article--billboard > a:hover .article__title .hN, .article--billboard > a:hover .article--list__title .hN, .article--billboard > a:hover .latest-comments__title .hN, .article--billboard > a:hover .article__title .article__author-name, .article--billboard > a:hover .article--list__title .article__author-name, .article--billboard > a:hover .latest-comments__title .article__author-name, .article--billboard > a:hover .article__title .comment__author-name, .article--billboard > a:hover .article--list__title .comment__author-name, .article--billboard > a:hover .latest-comments__title .comment__author-name, .article--billboard > a:hover .article__title .score__average-wrapper, .article--billboard > a:hover .article--list__title .score__average-wrapper, .article--billboard > a:hover .latest-comments__title .score__average-wrapper, .article--billboard > a:hover .article__title .score__label, .article--billboard > a:hover .article--list__title .score__label, .article--billboard > a:hover .latest-comments__title .score__label, .article--billboard > a:hover .article__title .widget_calendar caption, .widget_calendar .article--billboard > a:hover .article__title caption, .article--billboard > a:hover .article--list__title .widget_calendar caption, .widget_calendar .article--billboard > a:hover .article--list__title caption, .article--billboard > a:hover .latest-comments__title .widget_calendar caption, .widget_calendar .article--billboard > a:hover .latest-comments__title caption {
      color: white;
      -webkit-transform: translate3d(30px, 0, 0);
      transform: translate3d(30px, 0, 0); }
    .article--billboard > a:hover .article__title:before, .article--billboard > a:hover .article--list__title:before, .article--billboard > a:hover .latest-comments__title:before {
      background: #fb4834;
      -webkit-transform: translateX(50px);
      transform: translateX(50px);
      -webkit-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.320, 1.275);
      transition: all 0.3s cubic-bezier(0.175, 0.885, 0.320, 1.275); }
    .article--billboard > a:hover .small-link, .article--billboard > a:hover .post-nav-link__label, .article--billboard > a:hover .author__social-link {
      color: white; }
    .article--billboard .read-more-label {
      display: block; }
  .billboard__category {
    float: left;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 1.5;
    text-transform: uppercase;
    color: white;
    padding: 6px 24px;
    padding: 0.42857rem 1.71429rem;
    margin-left: -24px;
    margin-left: -1.71429rem;
    position: relative;
    display: block;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
    .billboard__category:after {
      content: "";
      width: 100%;
      height: 100%;
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      background: black;
      background: rgba(0, 0, 0, 0.5);
      z-index: -2; }
    .billboard__category:before {
      content: "";
      width: 100%;
      height: 120%;
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      background: white;
      z-index: -1;
      -webkit-transform: translateY(40px);
      transform: translateY(40px);
      -webkit-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.320, 1.275);
      transition: all 0.3s cubic-bezier(0.175, 0.885, 0.320, 1.275); }
  .article--billboard__header {
    position: absolute;
    top: auto;
    bottom: 24px;
    bottom: 1.71429rem;
    left: 48px;
    left: 3.42857rem;
    z-index: 30;
    width: 46.5%; }
  .billboard--article-group {
    margin-left: 0; } }

/*
*  Small Post Cards
*/
.article--billboard-small {
  padding-bottom: 0;
  background: white;
  position: static; }
  @media only screen and (max-width: 899px) {
    .article--billboard-small {
      border-bottom: 0; } }
  .article--billboard-small .small-link, .article--billboard-small .post-nav-link__label, .article--billboard-small .author__social-link {
    display: block;
    line-height: 1;
    color: #807f7e; }
    .article--billboard-small .small-link em, .article--billboard-small .post-nav-link__label em, .article--billboard-small .author__social-link em {
      -webkit-transition: all 0.3s;
      transition: all 0.3s;
      color: #fb4834;
      margin-left: 6px;
      font-size: 16px;
      font-style: normal; }
  .article--billboard-small > a {
    display: block; }
  .article--billboard-small .article__thumb {
    background: white; }
  .article--billboard-small .article__content {
    background: white;
    text-align: left;
    overflow: hidden;
    -webkit-transition: height 0.4s cubic-bezier(0.175, 0.885, 0.320, 1.275);
    transition: height 0.4s cubic-bezier(0.175, 0.885, 0.320, 1.275); }
  .article--billboard-small .article__description {
    color: #807f7e;
    font-size: 13px;
    line-height: 1.5;
    margin-bottom: 72px;
    display: none; }
  .article--billboard-small .small-link, .article--billboard-small .post-nav-link__label, .article--billboard-small .author__social-link {
    display: none; }
  @media only screen and (min-width: 900px) {
    .article--billboard-small {
      width: 192px;
      width: 13.71429rem;
      height: 280px;
      height: 20rem;
      position: absolute;
      z-index: 40;
      bottom: 0;
      top: auto;
      left: auto;
      right: 234px;
      right: 16.71429rem;
      padding-left: 0; }
    .article--billboard-small + .article--billboard-small {
      right: 24px;
      right: 1.71429rem; }
    .article--billboard-small .article__thumb {
      position: relative;
      -webkit-transform: translateY(-8px);
      transform: translateY(-8px);
      -webkit-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.320, 1.275);
      transition: all 0.4s cubic-bezier(0.175, 0.885, 0.320, 1.275); }
    .article--billboard-small .article__title, .article--billboard-small .article--list__title, .article--billboard-small .latest-comments__title {
      height: 48px;
      height: 3.42857rem; }
    .article--billboard-small .article__content {
      padding: 12px;
      padding: 0.85714rem;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      z-index: 1;
      height: 135px; }
    .article--billboard-small .article__description {
      display: block;
      opacity: 0;
      -webkit-transform: translateY(30px);
      transform: translateY(30px);
      -webkit-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.320, 1.275) 0.07s;
      transition: all 0.4s cubic-bezier(0.175, 0.885, 0.320, 1.275) 0.07s; }
    .article--billboard-small .small-link, .article--billboard-small .post-nav-link__label, .article--billboard-small .author__social-link {
      display: block;
      position: absolute;
      bottom: 12px; }
    .article--billboard-small:hover .article__thumb {
      -webkit-transform: translateY(-24px);
      transform: translateY(-24px); }
    .article--billboard-small:hover .article__content {
      height: 195px; }
    .article--billboard-small:hover .article__description {
      opacity: 1;
      -webkit-transform: translateY(0);
      transform: translateY(0); } }

.article--billboard-small__title {
  overflow: hidden;
  color: #1a1717; }
  .article--billboard-small__title .hN, .article--billboard-small__title .article__author-name, .article--billboard-small__title .comment__author-name, .article--billboard-small__title .score__average-wrapper, .article--billboard-small__title .score__label, .article--billboard-small__title .widget_calendar caption, .widget_calendar .article--billboard-small__title caption {
    max-width: 100%;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis; }
  @media only screen and (max-width: 899px) {
    .article--billboard-small__title {
      padding: 9px 0;
      padding: 0.64286rem 0;
      margin-bottom: 0; }
      .article--billboard-small__title .hN, .article--billboard-small__title .article__author-name, .article--billboard-small__title .comment__author-name, .article--billboard-small__title .score__average-wrapper, .article--billboard-small__title .score__label, .article--billboard-small__title .widget_calendar caption, .widget_calendar .article--billboard-small__title caption {
        font-size: 19px;
        font-size: 1.35714rem;
        line-height: 1.27316; } }

.billboard .image-wrap {
  cursor: pointer; }

/**
 * Content Module
 */
.content-module {
  margin-bottom: 30px;
  margin-bottom: 2.14286rem; }
  .content-module .rsArrow {
    -webkit-transform: translateY(-75%);
    transform: translateY(-75%); }
    .content-module .rsArrow .rsArrowIcn {
      border-color: black; }
  .content-module .rsArrowLeft {
    left: -70px; }
  .content-module .rsArrowRight {
    right: -70px; }

/**
 * Password protected article
 */
.post-password-submit {
  padding: 12px;
  padding: 0.85714rem;
  margin-top: 1px;
  line-height: normal;
  font-size: 100%; }

@media only screen and (max-width: 899px) {
  .post-password-submit {
    width: 100%;
    margin-top: 24px;
    margin-top: 1.71429rem; } }

.wrong-password-message {
  color: #fb4834;
  font-weight: bold; }

/*----------------------------------------*\
    $NEXT / PREVIOUS NAVIGATION
\*----------------------------------------*/
.post-nav {
  position: relative; }

@media only screen and (max-width: 899px) {
  .post-nav-link {
    text-align: center; }
    .post-nav-link:first-child {
      margin-bottom: 24px;
      margin-bottom: 1.71429rem; } }

@media only screen and (min-width: 900px) {
  .post-nav-link {
    padding-right: 24px;
    padding-right: 1.71429rem;
    padding-left: 48px;
    padding-left: 3.42857rem;
    position: relative; }
    .post-nav-link a:after {
      content: "";
      position: absolute;
      top: 50%;
      width: 12px;
      width: 0.85714rem;
      height: 12px;
      height: 0.85714rem;
      margin-top: -6px;
      margin-top: -0.42857rem;
      border: 0 solid #1a1717;
      border-bottom-width: 2px;
      border-bottom-width: 0.14286rem; }
  .post-nav-link--prev {
    text-align: right; }
    .post-nav-link--prev a:after {
      left: 24px;
      left: 1.71429rem;
      border-left-width: 2px;
      border-left-width: 0.14286rem;
      -webkit-transform: translateZ(0) rotate(45deg);
      transform: translateZ(0) rotate(45deg); }
  .post-nav-link--next {
    text-align: left; }
    .post-nav-link--next a:after {
      right: 0;
      border-right-width: 2px;
      border-right-width: 0.14286rem;
      -webkit-transform: translateZ(0) rotate(-45deg);
      transform: translateZ(0) rotate(-45deg); }
  .post-nav-link--blank:after {
    content: none; } }

.post-nav-link__label {
  display: block; }

.post-nav-link__title {
  display: block;
  color: #1a1717; }
  .post-nav-link__title h3 {
    margin: 0; }

@media only screen and (max-width: 899px) {
  .post-nav .divider--pointer {
    display: none; } }

/*----------------------------------------*\
    $ARTICLE GALLERY SLIDER
\*----------------------------------------*/
.gallery__item__caption {
  display: block; }

.gallery__item img.invisible {
  display: none; }

/*------------------------------------*\
               NAVIGATION
\*------------------------------------*/
.navigation--top {
  font-size: 12px;
  font-size: 0.85714rem;
  line-height: 2.01;
  background-color: #050505; }

.navigation--main {
  font-size: 13px;
  font-size: 0.92857rem;
  line-height: 1.85615;
  background-color: #262525; }

.nav--main__wrapper.pre-sticky {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%); }

.nav--main__wrapper.sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100; }
  .admin-bar .nav--main__wrapper.sticky {
    top: 32px; }
  .nav--main__wrapper.sticky .nav--main {
    max-width: 1048px;
    margin: 0 auto;
    background: #262525; }

/**
 * Top Bar Navigation - including Top Menu Left and Top Menu Right
 */
.navigation--top .nav, .navigation--top .rsBullets, .navigation--top .tabs__nav, .navigation--top .popular-posts__time, .navigation--top .sub-menu, .navigation--top .sub-menu--mega, .navigation--top .commentlist, .navigation--top .author__social-links {
  margin-bottom: 0; }

.nav--top li {
  background-color: #262525; }

.nav--top > li {
  background: none;
  position: relative;
  /*li*/
  /*li*/
  /*li*/ }
  .nav--top > li a {
    color: #807d7c; }
  .nav--top > li > a {
    text-transform: uppercase; }
  .nav--top > li + li > a {
    position: relative; }
    .nav--top > li + li > a:before {
      content: "";
      display: block;
      position: absolute;
      top: 6px;
      top: 0.42857rem;
      left: 0;
      height: 24px;
      height: 1.71429rem;
      border-left: 1px dotted #4c4a4a; }
  .nav--top > li .sub-menu, .nav--top > li .sub-menu--mega {
    width: 192px;
    width: 13.71429rem;
    font-size: 14px;
    font-size: 1rem;
    line-height: 1.72429; }

.nav--top li:hover > a {
  color: white; }

.nav--top li:hover > .sub-menu, .nav--top li:hover > .sub-menu--mega {
  display: block; }

.nav--top-left {
  margin-left: -12px;
  margin-left: -0.85714rem; }

.nav--top-right {
  text-align: right; }
  .nav--top-right .sub-menu, .nav--top-right .sub-menu--mega {
    text-align: left; }

/**
 * Main Bar Navigation
 */
.nav--main {
  position: relative; }
  .nav--main > li {
    border: 0 solid transparent;
    background-color: transparent;
    float: left; }
    .nav--main > li a {
      color: #a6a1a1; }
    .nav--main > li > a {
      padding: 6px 24px;
      padding: 0.42857rem 1.71429rem;
      text-transform: uppercase; }
    .nav--main > li.current-menu-item {
      background-color: rgba(255, 255, 255, 0.05); }

.nav__item--relative {
  position: relative; }

/*----------------------------------------*\
    $SUBMENUS
\*----------------------------------------*/
/*ul*/
.sub-menu, .sub-menu--mega {
  padding-top: 0;
  border-bottom: 0;
  margin-bottom: 0;
  white-space: normal;
  top: 100%;
  left: 0;
  z-index: 300;
  padding: 5px;
  padding: 0.35714rem; }
  @media only screen and (max-width: 899px) {
    .sub-menu, .sub-menu--mega {
      padding-left: 24px;
      padding-left: 1.71429rem; } }
  @media only screen and (min-width: 900px) {
    .sub-menu, .sub-menu--mega {
      width: 210px;
      width: 15rem;
      background: black;
      background-clip: padding-box;
      position: absolute;
      display: none; } }
  .sub-menu > li, .sub-menu--mega > li {
    position: relative; }
    .sub-menu > li > a, .sub-menu--mega > li > a {
      padding: 6px 19px;
      padding: 0.42857rem 19px; }
    @media only screen and (min-width: 900px) {
      .sub-menu > li + li > a, .sub-menu--mega > li + li > a {
        border-top: 1px solid #333131;
        margin-top: -1px; } }
    .sub-menu > li.menu-item-has-children:hover > .sub-menu, .sub-menu--mega > li.menu-item-has-children:hover > .sub-menu, .sub-menu > li.menu-item-has-children:hover > .sub-menu--mega, .sub-menu--mega > li.menu-item-has-children:hover > .sub-menu--mega {
      display: block;
      opacity: 1; }
  .sub-menu .sub-menu, .sub-menu--mega .sub-menu, .sub-menu .sub-menu--mega, .sub-menu--mega .sub-menu--mega {
    top: 0;
    left: 100%;
    margin-top: -5px;
    margin-top: -0.35714rem; }

.menu-item--parent > .nav--sub-menu {
  margin-top: 5px; }

/*
* $MegaMenus
*/
/*div*/
.sub-menu--mega {
  border: 0;
  border-bottom: 36px solid rgba(0, 0, 0, 0.3);
  border-bottom: 2.57143rem solid rgba(0, 0, 0, 0.3);
  width: 100%; }
  .sub-menu--mega .nav--sub-menu {
    width: 100%;
    min-height: 100%;
    left: 0;
    display: block;
    padding-left: 0;
    border-bottom: 5px solid #001a17; }
  .sub-menu--mega .rsOverflow {
    -webkit-transition: none !important;
    transition: none !important; }

.sub-menu__grid {
  height: 250px; }

.sub-menu__grid__item {
  margin-bottom: -24px;
  margin-bottom: -1.71429rem;
  min-height: 48px;
  min-height: 3.42857rem;
  background-color: #262525;
  float: left;
  height: 280px;
  position: relative;
  background-clip: content-box;
  padding-left: 0 !important;
  border-left: 6px solid transparent;
  border-left: 0.42857rem solid transparent; }
  .sub-menu__grid__item .nav--sub-menu {
    background-color: #262525;
    border-bottom: 5px solid black;
    border-bottom: 0.35714rem solid black;
    padding-right: 0;
    padding-top: 0;
    margin-top: 0; }
  .sub-menu__grid__item .pixslider {
    position: relative;
    display: block;
    height: 280px;
    width: 412px;
    min-height: 72px;
    min-height: 5.14286rem; }
  .sub-menu__grid__item .featured-area__article {
    padding-left: 0;
    margin-bottom: 0;
    position: relative;
    height: 100%;
    width: 100%;
    display: block; }
    .sub-menu__grid__item .featured-area__article .image-wrap {
      position: relative;
      width: 100%;
      height: 100%;
      display: block;
      padding: 0; }
      .sub-menu__grid__item .featured-area__article .image-wrap img {
        max-width: none;
        position: relative; }
      .sub-menu__grid__item .featured-area__article .image-wrap .article__title .hN, .sub-menu__grid__item .featured-area__article .image-wrap .article--list__title .hN, .sub-menu__grid__item .featured-area__article .image-wrap .latest-comments__title .hN, .sub-menu__grid__item .featured-area__article .image-wrap .article__title .article__author-name, .sub-menu__grid__item .featured-area__article .image-wrap .article--list__title .article__author-name, .sub-menu__grid__item .featured-area__article .image-wrap .latest-comments__title .article__author-name, .sub-menu__grid__item .featured-area__article .image-wrap .article__title .comment__author-name, .sub-menu__grid__item .featured-area__article .image-wrap .article--list__title .comment__author-name, .sub-menu__grid__item .featured-area__article .image-wrap .latest-comments__title .comment__author-name, .sub-menu__grid__item .featured-area__article .image-wrap .article__title .score__average-wrapper, .sub-menu__grid__item .featured-area__article .image-wrap .article--list__title .score__average-wrapper, .sub-menu__grid__item .featured-area__article .image-wrap .latest-comments__title .score__average-wrapper, .sub-menu__grid__item .featured-area__article .image-wrap .article__title .score__label, .sub-menu__grid__item .featured-area__article .image-wrap .article--list__title .score__label, .sub-menu__grid__item .featured-area__article .image-wrap .latest-comments__title .score__label, .sub-menu__grid__item .featured-area__article .image-wrap .article__title .widget_calendar caption, .widget_calendar .sub-menu__grid__item .featured-area__article .image-wrap .article__title caption, .sub-menu__grid__item .featured-area__article .image-wrap .article--list__title .widget_calendar caption, .widget_calendar .sub-menu__grid__item .featured-area__article .image-wrap .article--list__title caption, .sub-menu__grid__item .featured-area__article .image-wrap .latest-comments__title .widget_calendar caption, .widget_calendar .sub-menu__grid__item .featured-area__article .image-wrap .latest-comments__title caption {
        width: 100%;
        font-size: 19px;
        font-size: 1.35714rem;
        line-height: 1.27316;
        line-height: 1.4; }

/**
 * MegaMenu Hover Effects
 * And other stuff for bigger screens
 */
@media only screen and (min-width: 900px) {
  .nav--main li {
    -webkit-transition: all 0.15s linear;
    transition: all 0.15s linear; }
    .nav--main li > .sub-menu, .nav--main li > .sub-menu--mega {
      display: inline-block;
      opacity: 0;
      -webkit-transition: opacity 0.15s ease-in;
      transition: opacity 0.15s ease-in; }
    .nav--main li:hover, .nav--main li.current-menu-item {
      border-bottom-color: #fb4834;
      background-color: rgba(255, 255, 255, 0.05); }
    .nav--main li:hover > a {
      color: white; }
    .nav--main li.hidden > .sub-menu, .nav--main li.hidden > .sub-menu--mega {
      opacity: 0;
      display: none; } }
  @media only screen and (min-width: 900px) and (min-width: 900px) {
    .nav--main li.open > .sub-menu, .nav--main li.open > .sub-menu--mega {
      opacity: 1;
      -webkit-transition: opacity 0.15s ease-out 0;
      transition: opacity 0.15s ease-out 0; } }

@media only screen and (min-width: 900px) {
  .nav--main > li {
    border-top-width: 5px;
    border-top-width: 0.35714rem;
    border-bottom-width: 5px;
    border-bottom-width: 0.35714rem; }
    .nav--main > li a {
      color: #a6a1a1; }
    .nav--main > li > a {
      padding: 6px 24px;
      padding: 0.42857rem 1.71429rem;
      text-transform: uppercase; }
  .nav--main .article--billboard-small {
    background-color: #262525;
    width: auto;
    position: static;
    margin: 0; }
    .nav--main .article--billboard-small .article__thumb {
      -webkit-transform: translateY(0);
      transform: translateY(0); }
    .nav--main .article--billboard-small .article__title, .nav--main .article--billboard-small .article--list__title, .nav--main .article--billboard-small .latest-comments__title {
      color: white; }
    .nav--main .article--billboard-small .article__content {
      background: #1a1717; }
    .nav--main .article--billboard-small .article__description {
      color: white; }
    .nav--main .article--billboard-small:hover .article__thumb {
      -webkit-transform: translateY(0);
      transform: translateY(0); } }

/*----------------------------------------*\
    $MOBILE NAVIGATION
\*----------------------------------------*/
.navigation--mobile {
  display: block; }

@media only screen and (min-width: 900px) {
  .navigation--mobile, .site-navigation__trigger {
    display: none; } }

@media only screen and (max-width: 899px) {
  .header {
    background: white;
    width: 100%; }
  .site-header {
    float: left; }
  #page {
    overflow: hidden; }
  .navigation--top,
  .navigation--main,
  .header-bar-container {
    display: none; }
  /*
    * Menu Styling
    */
  .navigation--mobile {
    width: 75%;
    position: absolute;
    top: 0;
    right: 0;
    visibility: hidden;
    z-index: -1;
    overflow-y: scroll;
    padding-right: 24px;
    padding-right: 1.71429rem;
    padding-left: 12px;
    padding-left: 0.85714rem;
    height: 100%;
    background-color: #1a1717;
    -webkit-transition: visibility 0 linear 0.4s;
    transition: visibility 0 linear 0.4s; }
    .navigation--mobile > ul > li:last-child {
      border-bottom: none; }
    .navigation--mobile > ul > li a {
      padding: 6px 24px;
      padding: 0.42857rem 1.71429rem; }
    .navigation--mobile > ul > .menu-item {
      width: 100%;
      border-bottom: 1px solid black; }
      .navigation--mobile > ul > .menu-item a {
        display: block;
        color: white !important; }
    .navigation--mobile .menu-item a {
      padding-top: 12px;
      padding-top: 0.85714rem;
      padding-bottom: 12px;
      padding-bottom: 0.85714rem; }
    .admin-bar .navigation--mobile {
      top: 28px; }
  .separator--mobile-nav {
    height: 1px;
    background-color: #4c4a4a;
    margin: 48px 0;
    margin: 3.42857rem 0; }
  /* 
    * Trigger Icon
    */
  .site-navigation__trigger {
    display: block;
    width: 95px;
    width: 6.78571rem;
    height: 72px;
    height: 5.14286rem;
    padding: 12px 24px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    font-size: 42px;
    font-size: 3rem;
    line-height: 1.15286;
    text-align: center;
    cursor: pointer;
    color: #807f7d;
    -webkit-transition: color 0.4s ease-in-out;
    transition: color 0.4s ease-in-out; }
    .site-navigation__trigger:active, .site-navigation__trigger:focus {
      -webkit-transition: color 0.4s ease-in-out;
      transition: color 0.4s ease-in-out; }
    .site-navigation__trigger i {
      display: block;
      position: absolute;
      top: 14px;
      top: 1rem;
      left: 12px;
      left: 0.85714rem;
      overflow: hidden; }
    .site-navigation__trigger {
      -webkit-transition: all 0.4s;
      transition: all 0.4s;
      cursor: pointer;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      opacity: .8; }
    .site-navigation__trigger .nav-icon {
      position: relative;
      top: 20px;
      display: block;
      width: 100%;
      height: 6px;
      background: #4c4a4a;
      border-radius: 2.5rem;
      -webkit-transition: all 0.4s;
      transition: all 0.4s; }
      .site-navigation__trigger .nav-icon:after, .site-navigation__trigger .nav-icon:before {
        display: block;
        content: "";
        height: 6px;
        width: 100%;
        background: #4c4a4a;
        position: absolute;
        z-index: -1;
        border-radius: 1rem;
        -webkit-transition: all 0.4s;
        transition: all 0.4s; }
      .site-navigation__trigger .nav-icon:after {
        top: -12px; }
      .site-navigation__trigger .nav-icon:before {
        top: 12px; }
  /*
    * Content Preparation
    */
  .wrapper {
    height: 100%;
    min-height: 350px;
    background-color: white;
    position: relative;
    z-index: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }
  /*
    * Showing Navigation (by moving .wrapper)
    */
  .navigation--is-visible .wrapper {
    -webkit-transform: translateX(-75%);
    transform: translateX(-75%); }
  .navigation--is-visible .navigation--mobile {
    visibility: visible;
    z-index: 1;
    -webkit-transition: z-index 0 linear 0.4s;
    transition: z-index 0 linear 0.4s; }
  .navigation--is-visible .nav-icon {
    background: transparent;
    top: 20px !important; }
    .navigation--is-visible .nav-icon:before {
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg);
      top: 0 !important; }
    .navigation--is-visible .nav-icon:after {
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      top: 0 !important; } }

.lt-ie9 .sub-menu__grid {
  width: 1050px;
  background-color: #eee; }

/*------------------------------------*\
    $PAGINATIONS
\*------------------------------------*/
.pagination .current, .single .pagination span {
  background-color: #fb4834;
  color: white;
  display: inline-block; }

.pagination {
  border: none;
  text-align: center;
  margin: 48px 0;
  margin: 3.42857rem 0;
  padding-left: 0; }
  .pagination a.prev:before, .pagination a.prev:after, .pagination a.next:before, .pagination a.next:after, .pagination .pagination-item a:before, .pagination .pagination-item a:after {
    display: inline-block;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 10px;
    width: 0.71429rem;
    height: 10px;
    height: 0.71429rem;
    margin: 0 6px;
    margin: 0 0.42857rem;
    border-color: #1a1717;
    border-width: 2px;
    -webkit-transition: all .15s linear;
    transition: all .15s linear; }
  .pagination a.prev:hover:before, .pagination a.prev:hover:after, .pagination a.next:hover:before, .pagination a.next:hover:after, .pagination .pagination-item a:hover:before, .pagination .pagination-item a:hover:after {
    border-color: white; }
  .pagination a.prev, .pagination .pagination-item--prev a {
    margin-right: 24px;
    margin-right: 1.71429rem; }
    .pagination a.prev:before, .pagination .pagination-item--prev a:before {
      content: '';
      border-left-style: solid;
      border-bottom-style: solid; }
  .pagination a.next, .pagination .pagination-item--next a {
    margin-left: 24px;
    margin-left: 1.71429rem; }
    .pagination a.next:after, .pagination .pagination-item--next a:after {
      content: '';
      border-right-style: solid;
      border-top-style: solid; }
  .pagination li {
    margin-right: 2px;
    margin-right: 0.14286rem; }
    .pagination li a, .pagination li span {
      padding: 6px 12px;
      padding: 0.42857rem 0.85714rem;
      color: black;
      font-size: 16px;
      font-size: 1.14286rem;
      line-height: 1.51;
      font-family: "Arvo";
      text-transform: uppercase;
      -webkit-transition: all .15s linear;
      transition: all .15s linear; }
      .pagination li a:hover, .pagination li span:hover {
        background-color: #fb4834;
        color: white; }
    .pagination li .page-numbers.dots:hover {
      background: white;
      color: #1a1717; }

/*------------------------------------*\
    $SINGLE
\*------------------------------------*/
/*body*/
/*----------------------------------------*\
*   $CONTENTS
\*----------------------------------------*/
/**
 * Comments ................ styling of the comment list
 * Comment form ............ styling of the comment form
 */
/*----------------------------------------*\
*   $COMMENTS
\*----------------------------------------*/
.comments-area-title {
  margin-top: 36px !important;
  margin-top: 2.57143rem !important;
  padding-bottom: 12px;
  padding-bottom: 0.85714rem;
  margin-bottom: 24px;
  margin-bottom: 1.71429rem;
  border-bottom: 1px dotted #807f7e; }
  .comments-area-title .hN, .comments-area-title .article__author-name, .comments-area-title .comment__author-name, .comments-area-title .score__average-wrapper, .comments-area-title .score__label, .comments-area-title .widget_calendar caption, .widget_calendar .comments-area-title caption {
    margin-top: 0;
    margin-bottom: 0;
    float: left;
    margin-right: 12px;
    margin-right: 0.85714rem; }
    @media only screen and (max-width: 899px) {
      .comments-area-title .hN, .comments-area-title .article__author-name, .comments-area-title .comment__author-name, .comments-area-title .score__average-wrapper, .comments-area-title .score__label, .comments-area-title .widget_calendar caption, .widget_calendar .comments-area-title caption {
        font-size: 16px;
        font-size: 1.14286rem;
        line-height: 1.51; } }
    .comments-area-title .hN em, .comments-area-title .article__author-name em, .comments-area-title .comment__author-name em, .comments-area-title .score__average-wrapper em, .comments-area-title .score__label em, .comments-area-title .widget_calendar caption em, .widget_calendar .comments-area-title caption em {
      font-style: normal;
      color: #fb4834; }

.comments_add-comment {
  margin-top: .225em;
  float: left; }

.commentlist {
  list-style: none;
  margin-top: -24px;
  margin-top: -1.71429rem;
  margin-bottom: -24px;
  margin-bottom: -1.71429rem;
  margin-left: 0;
  border-left: 0;
  padding-left: 0; }

li.comment, li.pingback {
  display: block;
  margin-bottom: 0;
  padding-top: 24px;
  padding-top: 1.71429rem; }
  li.comment + li.comment, li.pingback + li.comment, li.comment + li.pingback, li.pingback + li.pingback {
    border-top: 1px dotted #807f7e; }
  li.comment .children, li.pingback .children {
    position: relative;
    margin-left: 60px;
    padding-left: 12px;
    padding-left: 0.85714rem;
    margin-top: -24px;
    margin-top: -1.71429rem; }
    li.comment .children:before, li.pingback .children:before {
      content: "";
      display: block;
      height: 12px;
      height: 0.85714rem;
      width: 12px;
      width: 0.85714rem;
      position: absolute;
      margin-left: -30px;
      left: 0;
      top: 42px;
      top: 3rem;
      border-left: 1px solid #807f7e;
      border-bottom: 1px solid #807f7e; }

.comment-article {
  margin-bottom: 0; }
  .comment-article:hover .comment-edit-link {
    opacity: 1; }

.comment__avatar {
  margin-right: 12px;
  margin-right: 0.85714rem; }

.comment__timestamp {
  color: #807f7e; }

.comment__avatar {
  margin-bottom: 24px;
  margin-bottom: 1.71429rem; }

.comment__content {
  position: relative;
  margin-bottom: 24px;
  margin-bottom: 1.71429rem;
  clear: both; }

.comment__links {
  float: right;
  font-size: 12px;
  font-size: 0.85714rem;
  line-height: 2.01;
  font-family: "Open Sans", sans-serif; }

.comment-edit-link {
  color: #807f7e;
  opacity: 0;
  margin-right: 12px;
  margin-right: 0.85714rem;
  -webkit-transition: opacity .3s ease-in-out;
  transition: opacity .3s ease-in-out;
  -webkit-transform: translateZ(0);
  transform: translateZ(0); }

.logged-in-as {
  margin: -12px 0;
  margin: -0.85714rem 0; }

.comment-reply-title {
  margin-top: 0; }

.comment-respond {
  position: relative; }

#cancel-comment-reply-link {
  position: absolute;
  bottom: 24px;
  bottom: 1.71429rem;
  left: 0;
  z-index: 5;
  text-decoration: none;
  font-style: normal; }

/*----------------------------------------*\
*   $COMMENT_FORM
\*----------------------------------------*/
.comment-form ::-webkit-input-placeholder {
  font-style: italic; }

.comment-form :-moz-placeholder {
  font-style: italic; }

.comment-form ::-moz-placeholder {
  font-style: italic; }

.comment-form :-ms-input-placeholder {
  font-style: italic; }

.lt-ie9 .comment-form > .comment-form-author, .lt-ie9
.comment-form > .comment-form-email, .lt-ie9
.comment-form > .comment-form-url {
  width: 30%;
  float: none;
  display: inline-block; }

.comment-form script {
  display: none; }

.comment-form-cookies-consent {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: baseline;
  align-items: baseline; }
  .comment-form-cookies-consent input + label {
    margin-left: 12px;
    margin-left: 0.85714rem; }

/**
 * !Important stuff here to override wordpress styles...
 */
.form-submit #comment-submit {
  text-transform: uppercase;
  float: right; }
  .lt-ie9 .form-submit #comment-submit {
    width: 100px; }

/*-------------------------------------*\
               PROGRESSBAR
\*-------------------------------------*/
.progressbar {
  height: 12px;
  height: 0.85714rem;
  background-color: #1a1717;
  position: relative; }
  .progressbar:after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    bottom: 0;
    right: -1px;
    border: 0 solid transparent;
    border-width: 3px 6px;
    border-width: 0.21429rem 0.42857rem;
    border-bottom-color: white;
    border-right-color: white; }

.progressbar__progress {
  float: left;
  height: 12px;
  height: 0.85714rem;
  background-color: #fb4834; }

/*------------------------------------*\
               SLIDER ARROWS
\*------------------------------------*/
.rsArrow .rsArrowIcn {
  height: 26px;
  height: 1.85714rem;
  width: 26px;
  width: 1.85714rem;
  margin: 0 20px;
  margin: 0 1.42857rem;
  border-color: white; }
  .sub-menu--mega .rsArrow .rsArrowIcn {
    height: 20px;
    height: 1.42857rem;
    width: 20px;
    width: 1.42857rem; }

@media only screen and (max-width: 899px) {
  .billboard .rsArrow {
    top: 30%; } }

@media only screen and (min-width: 1366px) {
  .arrows--outside .rsArrow .rsArrowIcn {
    height: 45px;
    height: 3.21429rem;
    width: 45px;
    width: 3.21429rem;
    border-color: black; }
  .arrows--outside .rsArrow.rsArrowLeft {
    left: -12%; }
  .arrows--outside .rsArrow.rsArrowRight {
    right: -12%; } }

/**
 * On fade transition the arrows disappear
 */
.rsArrow {
  z-index: 10; }
  .arrows--outside .rsArrow {
    top: 0;
    height: 100%; }
  .single-post .arrows--outside .rsArrow {
    height: 100%; }

/*------------------------------------*\
               $PRELOADER
\*------------------------------------*/
@-webkit-keyframes clockwise {
  to {
    -webkit-transform: rotate(360deg) translatez(0); } }

@keyframes clockwise {
  to {
    -webkit-transform: rotate(360deg) translatez(0);
    transform: rotate(360deg) translatez(0); } }

.preloader, .billboard:before, .image-wrap:after {
  background-image: url("data:image/png;base64,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");
  background-position: 50%;
  background-size: cover;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  -webkit-animation: clockwise 0.75s cubic-bezier(0.455, 0.030, 0.515, 0.955) infinite;
  animation: clockwise 0.75s cubic-bezier(0.455, 0.030, 0.515, 0.955) infinite; }

.preloader-dark, .billboard:before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAACXBIWXMAAAsTAAALEwEAmpwYAAAKT2lDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjanVNnVFPpFj333vRCS4iAlEtvUhUIIFJCi4AUkSYqIQkQSoghodkVUcERRUUEG8igiAOOjoCMFVEsDIoK2AfkIaKOg6OIisr74Xuja9a89+bN/rXXPues852zzwfACAyWSDNRNYAMqUIeEeCDx8TG4eQuQIEKJHAAEAizZCFz/SMBAPh+PDwrIsAHvgABeNMLCADATZvAMByH/w/qQplcAYCEAcB0kThLCIAUAEB6jkKmAEBGAYCdmCZTAKAEAGDLY2LjAFAtAGAnf+bTAICd+Jl7AQBblCEVAaCRACATZYhEAGg7AKzPVopFAFgwABRmS8Q5ANgtADBJV2ZIALC3AMDOEAuyAAgMADBRiIUpAAR7AGDIIyN4AISZABRG8lc88SuuEOcqAAB4mbI8uSQ5RYFbCC1xB1dXLh4ozkkXKxQ2YQJhmkAuwnmZGTKBNA/g88wAAKCRFRHgg/P9eM4Ors7ONo62Dl8t6r8G/yJiYuP+5c+rcEAAAOF0ftH+LC+zGoA7BoBt/qIl7gRoXgugdfeLZrIPQLUAoOnaV/Nw+H48PEWhkLnZ2eXk5NhKxEJbYcpXff5nwl/AV/1s+X48/Pf14L7iJIEyXYFHBPjgwsz0TKUcz5IJhGLc5o9H/LcL//wd0yLESWK5WCoU41EScY5EmozzMqUiiUKSKcUl0v9k4t8s+wM+3zUAsGo+AXuRLahdYwP2SycQWHTA4vcAAPK7b8HUKAgDgGiD4c93/+8//UegJQCAZkmScQAAXkQkLlTKsz/HCAAARKCBKrBBG/TBGCzABhzBBdzBC/xgNoRCJMTCQhBCCmSAHHJgKayCQiiGzbAdKmAv1EAdNMBRaIaTcA4uwlW4Dj1wD/phCJ7BKLyBCQRByAgTYSHaiAFiilgjjggXmYX4IcFIBBKLJCDJiBRRIkuRNUgxUopUIFVIHfI9cgI5h1xGupE7yAAygvyGvEcxlIGyUT3UDLVDuag3GoRGogvQZHQxmo8WoJvQcrQaPYw2oefQq2gP2o8+Q8cwwOgYBzPEbDAuxsNCsTgsCZNjy7EirAyrxhqwVqwDu4n1Y8+xdwQSgUXACTYEd0IgYR5BSFhMWE7YSKggHCQ0EdoJNwkDhFHCJyKTqEu0JroR+cQYYjIxh1hILCPWEo8TLxB7iEPENyQSiUMyJ7mQAkmxpFTSEtJG0m5SI+ksqZs0SBojk8naZGuyBzmULCAryIXkneTD5DPkG+Qh8lsKnWJAcaT4U+IoUspqShnlEOU05QZlmDJBVaOaUt2ooVQRNY9aQq2htlKvUYeoEzR1mjnNgxZJS6WtopXTGmgXaPdpr+h0uhHdlR5Ol9BX0svpR+iX6AP0dwwNhhWDx4hnKBmbGAcYZxl3GK+YTKYZ04sZx1QwNzHrmOeZD5lvVVgqtip8FZHKCpVKlSaVGyovVKmqpqreqgtV81XLVI+pXlN9rkZVM1PjqQnUlqtVqp1Q61MbU2epO6iHqmeob1Q/pH5Z/YkGWcNMw09DpFGgsV/jvMYgC2MZs3gsIWsNq4Z1gTXEJrHN2Xx2KruY/R27iz2qqaE5QzNKM1ezUvOUZj8H45hx+Jx0TgnnKKeX836K3hTvKeIpG6Y0TLkxZVxrqpaXllirSKtRq0frvTau7aedpr1Fu1n7gQ5Bx0onXCdHZ4/OBZ3nU9lT3acKpxZNPTr1ri6qa6UbobtEd79up+6Ynr5egJ5Mb6feeb3n+hx9L/1U/W36p/VHDFgGswwkBtsMzhg8xTVxbzwdL8fb8VFDXcNAQ6VhlWGX4YSRudE8o9VGjUYPjGnGXOMk423GbcajJgYmISZLTepN7ppSTbmmKaY7TDtMx83MzaLN1pk1mz0x1zLnm+eb15vft2BaeFostqi2uGVJsuRaplnutrxuhVo5WaVYVVpds0atna0l1rutu6cRp7lOk06rntZnw7Dxtsm2qbcZsOXYBtuutm22fWFnYhdnt8Wuw+6TvZN9un2N/T0HDYfZDqsdWh1+c7RyFDpWOt6azpzuP33F9JbpL2dYzxDP2DPjthPLKcRpnVOb00dnF2e5c4PziIuJS4LLLpc+Lpsbxt3IveRKdPVxXeF60vWdm7Obwu2o26/uNu5p7ofcn8w0nymeWTNz0MPIQ+BR5dE/C5+VMGvfrH5PQ0+BZ7XnIy9jL5FXrdewt6V3qvdh7xc+9j5yn+M+4zw33jLeWV/MN8C3yLfLT8Nvnl+F30N/I/9k/3r/0QCngCUBZwOJgUGBWwL7+Hp8Ib+OPzrbZfay2e1BjKC5QRVBj4KtguXBrSFoyOyQrSH355jOkc5pDoVQfujW0Adh5mGLw34MJ4WHhVeGP45wiFga0TGXNXfR3ENz30T6RJZE3ptnMU85ry1KNSo+qi5qPNo3ujS6P8YuZlnM1VidWElsSxw5LiquNm5svt/87fOH4p3iC+N7F5gvyF1weaHOwvSFpxapLhIsOpZATIhOOJTwQRAqqBaMJfITdyWOCnnCHcJnIi/RNtGI2ENcKh5O8kgqTXqS7JG8NXkkxTOlLOW5hCepkLxMDUzdmzqeFpp2IG0yPTq9MYOSkZBxQqohTZO2Z+pn5mZ2y6xlhbL+xW6Lty8elQfJa7OQrAVZLQq2QqboVFoo1yoHsmdlV2a/zYnKOZarnivN7cyzytuQN5zvn//tEsIS4ZK2pYZLVy0dWOa9rGo5sjxxedsK4xUFK4ZWBqw8uIq2Km3VT6vtV5eufr0mek1rgV7ByoLBtQFr6wtVCuWFfevc1+1dT1gvWd+1YfqGnRs+FYmKrhTbF5cVf9go3HjlG4dvyr+Z3JS0qavEuWTPZtJm6ebeLZ5bDpaql+aXDm4N2dq0Dd9WtO319kXbL5fNKNu7g7ZDuaO/PLi8ZafJzs07P1SkVPRU+lQ27tLdtWHX+G7R7ht7vPY07NXbW7z3/T7JvttVAVVN1WbVZftJ+7P3P66Jqun4lvttXa1ObXHtxwPSA/0HIw6217nU1R3SPVRSj9Yr60cOxx++/p3vdy0NNg1VjZzG4iNwRHnk6fcJ3/ceDTradox7rOEH0x92HWcdL2pCmvKaRptTmvtbYlu6T8w+0dbq3nr8R9sfD5w0PFl5SvNUyWna6YLTk2fyz4ydlZ19fi753GDborZ752PO32oPb++6EHTh0kX/i+c7vDvOXPK4dPKy2+UTV7hXmq86X23qdOo8/pPTT8e7nLuarrlca7nuer21e2b36RueN87d9L158Rb/1tWeOT3dvfN6b/fF9/XfFt1+cif9zsu72Xcn7q28T7xf9EDtQdlD3YfVP1v+3Njv3H9qwHeg89HcR/cGhYPP/pH1jw9DBY+Zj8uGDYbrnjg+OTniP3L96fynQ89kzyaeF/6i/suuFxYvfvjV69fO0ZjRoZfyl5O/bXyl/erA6xmv28bCxh6+yXgzMV70VvvtwXfcdx3vo98PT+R8IH8o/2j5sfVT0Kf7kxmTk/8EA5jz/GMzLdsAADheaVRYdFhNTDpjb20uYWRvYmUueG1wAAAAAAA8P3hwYWNrZXQgYmVnaW49Iu+7vyIgaWQ9Ilc1TTBNcENlaGlIenJlU3pOVGN6a2M5ZCI/Pgo8eDp4bXBtZXRhIHhtbG5zOng9ImFkb2JlOm5zOm1ldGEvIiB4OnhtcHRrPSJBZG9iZSBYTVAgQ29yZSA1LjUtYzAxNCA3OS4xNTE0ODEsIDIwMTMvMDMvMTMtMTI6MDk6MTUgICAgICAgICI+CiAgIDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+CiAgICAgIDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiCiAgICAgICAgICAgIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIKICAgICAgICAgICAgeG1sbnM6ZGM9Imh0dHA6Ly9wdXJsLm9yZy9kYy9lbGVtZW50cy8xLjEvIgogICAgICAgICAgICB4bWxuczpwaG90b3Nob3A9Imh0dHA6Ly9ucy5hZG9iZS5jb20vcGhvdG9zaG9wLzEuMC8iCiAgICAgICAgICAgIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIgogICAgICAgICAgICB4bWxuczpzdEV2dD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlRXZlbnQjIgogICAgICAgICAgICB4bWxuczp0aWZmPSJodHRwOi8vbnMuYWRvYmUuY29tL3RpZmYvMS4wLyIKICAgICAgICAgICAgeG1sbnM6ZXhpZj0iaHR0cDovL25zLmFkb2JlLmNvbS9leGlmLzEuMC8iPgogICAgICAgICA8eG1wOkNyZWF0b3JUb29sPkFkb2JlIFBob3Rvc2hvcCBDQyAoV2luZG93cyk8L3htcDpDcmVhdG9yVG9vbD4KICAgICAgICAgPHhtcDpDcmVhdGVEYXRlPjIwMTMtMTEtMDdUMDk6Mjg6NDcrMDI6MDA8L3htcDpDcmVhdGVEYXRlPgogICAgICAgICA8eG1wOk1vZGlmeURhdGU+MjAxMy0xMS0wN1QwOToyOTo0MCswMjowMDwveG1wOk1vZGlmeURhdGU+CiAgICAgICAgIDx4bXA6TWV0YWRhdGFEYXRlPjIwMTMtMTEtMDdUMDk6Mjk6NDArMDI6MDA8L3htcDpNZXRhZGF0YURhdGU+CiAgICAgICAgIDxkYzpmb3JtYXQ+aW1hZ2UvcG5nPC9kYzpmb3JtYXQ+CiAgICAgICAgIDxwaG90b3Nob3A6Q29sb3JNb2RlPjM8L3Bob3Rvc2hvcDpDb2xvck1vZGU+CiAgICAgICAgIDxwaG90b3Nob3A6SUNDUHJvZmlsZT5zUkdCIElFQzYxOTY2LTIuMTwvcGhvdG9zaG9wOklDQ1Byb2ZpbGU+CiAgICAgICAgIDx4bXBNTTpJbnN0YW5jZUlEPnhtcC5paWQ6ZGRjYTVhNGUtZjQwOS1hYjQwLWE0MGItMWE1NDIxZjc2ZmYzPC94bXBNTTpJbnN0YW5jZUlEPgogICAgICAgICA8eG1wTU06RG9jdW1lbnRJRD54bXAuZGlkOmRkY2E1YTRlLWY0MDktYWI0MC1hNDBiLTFhNTQyMWY3NmZmMzwveG1wTU06RG9jdW1lbnRJRD4KICAgICAgICAgPHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD54bXAuZGlkOmRkY2E1YTRlLWY0MDktYWI0MC1hNDBiLTFhNTQyMWY3NmZmMzwveG1wTU06T3JpZ2luYWxEb2N1bWVudElEPgogICAgICAgICA8eG1wTU06SGlzdG9yeT4KICAgICAgICAgICAgPHJkZjpTZXE+CiAgICAgICAgICAgICAgIDxyZGY6bGkgcmRmOnBhcnNlVHlwZT0iUmVzb3VyY2UiPgogICAgICAgICAgICAgICAgICA8c3RFdnQ6YWN0aW9uPmNyZWF0ZWQ8L3N0RXZ0OmFjdGlvbj4KICAgICAgICAgICAgICAgICAgPHN0RXZ0Omluc3RhbmNlSUQ+eG1wLmlpZDpkZGNhNWE0ZS1mNDA5LWFiNDAtYTQwYi0xYTU0MjFmNzZmZjM8L3N0RXZ0Omluc3RhbmNlSUQ+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDp3aGVuPjIwMTMtMTEtMDdUMDk6Mjg6NDcrMDI6MDA8L3N0RXZ0OndoZW4+CiAgICAgICAgICAgICAgICAgIDxzdEV2dDpzb2Z0d2FyZUFnZW50PkFkb2JlIFBob3Rvc2hvcCBDQyAoV2luZG93cyk8L3N0RXZ0OnNvZnR3YXJlQWdlbnQ+CiAgICAgICAgICAgICAgIDwvcmRmOmxpPgogICAgICAgICAgICA8L3JkZjpTZXE+CiAgICAgICAgIDwveG1wTU06SGlzdG9yeT4KICAgICAgICAgPHRpZmY6T3JpZW50YXRpb24+MTwvdGlmZjpPcmllbnRhdGlvbj4KICAgICAgICAgPHRpZmY6WFJlc29sdXRpb24+NzIwMDAwLzEwMDAwPC90aWZmOlhSZXNvbHV0aW9uPgogICAgICAgICA8dGlmZjpZUmVzb2x1dGlvbj43MjAwMDAvMTAwMDA8L3RpZmY6WVJlc29sdXRpb24+CiAgICAgICAgIDx0aWZmOlJlc29sdXRpb25Vbml0PjI8L3RpZmY6UmVzb2x1dGlvblVuaXQ+CiAgICAgICAgIDxleGlmOkNvbG9yU3BhY2U+MTwvZXhpZjpDb2xvclNwYWNlPgogICAgICAgICA8ZXhpZjpQaXhlbFhEaW1lbnNpb24+NTA8L2V4aWY6UGl4ZWxYRGltZW5zaW9uPgogICAgICAgICA8ZXhpZjpQaXhlbFlEaW1lbnNpb24+NTA8L2V4aWY6UGl4ZWxZRGltZW5zaW9uPgogICAgICA8L3JkZjpEZXNjcmlwdGlvbj4KICAgPC9yZGY6UkRGPgo8L3g6eG1wbWV0YT4KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAKICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAKPD94cGFja2V0IGVuZD0idyI/Pia0yX0AAAAgY0hSTQAAeiUAAICDAAD5/wAAgOkAAHUwAADqYAAAOpgAABdvkl/FRgAABHpJREFUeNrUmsuPFFUUxn91u3q625mxNQ4IKg8F1EB4RBPUaGJ87Vxpwkplx9YVG9e6dEH4I3Rh3GtIWLoimIgihgyOMuqg4jAPhulHlYs6F06fVPf0o7qn6iSdzFSnb92vvvOd162A7GwOOAocBJ4EdgJ1oAq8DwRdfhdncfMwg82/AbwG7FXXA/WxlvZdDESjgBoWyH7gPeAVwKnNBEOsFcgaJVmjNQygQYHUgQ+A13s88VHMARVhpzkIoEE28jJwBpg2IPzfLeAX4EfgV2ARWAY25Dt7T6fYIGVNBEwrKyAh8BHwTsrmA9n0t8B3wNqQLJQUMKuhFrA5KpAq8DFwXN3U/24B+BK4nFHkcUDZAPLX28JsPAyQKeAT4JBhogV8AXwjN8jaQtGJdbcIuNsNTNBjsbPAEbPgEnBO3Gmc5oBain5a3cCUuiz0IXDSgJ0HPgVuMX7zYThUrobSUjMNubWXgDdVkoqA68BnwCqTs1iefltFNye6ndoKyCPAaZNll4DPgXtM3mLlSlqnM3bvFsgpQewXaQDnJ8xEGph1oxUn+SwVyD7RRazY+Ar4je03L3LNSk1XJhrIu+YpLAAXyI/dE5fX4p+xQB4Djpkq9Osx5YlRbM0UmlXPilORCuVWC8AP5M8a8nB19q9pIFobMXAxq4ZnDLZhhH8fyKPA44qRJnCJ/NqGKSzLQOiAZ03ym1eo82j+YeskWXESdnXI/Zn8W8OE4koI7BAm/MWbBQDSNAVl2UnojRVttwoCRJf4U6EkFe1aqwUAEplkHodSSepQu1kQILqXKoVKH0WzDkac1DA6GVYKAkLnktiJJjSQmQIAKRkgkQP+USAiCcd5t4pKhgHQchJuNSO7CgCkahhphpIAI5VHnikAEN3qxsCmk8GCZmSPanfzqo9pw8i6A+7IgME3VE7Ns/JodSP2JtDw9HxvBH8yx0B2qMo3ECJIA+IFfyCHIB5W+vCM3NZAloGrqieJgbdJH+BtlwWiXz0SWpGSvmNk+i/wgooEM9JgLeYEyG6Soz5UnXVDNNIBZFVK+p0KzB6JauvbDGKa5JBVF4q3dcthh9g3gRPquiM5L/yJlMHxhKwMHKZz3tuWB9zuBqQhUeB5Jfwq8JTS0KRzxhHVM3l9zNu+Ke1Y4W+hcpcpJPeRnBG2JsjEMYlUWhd/pem22/nIDZJD/7oBc1Dc7+6YQcwKCFuJL8vDpF8gMXBNxD5r3OywuODSmELsXpI3KGxftAJcocvgsLRFO3mNZHinmfE3e1r89E6GGfs48IRvlkyEutJLo6UtFm8LmJqEZT2kqJEM9/bLtVUGH3qXhfWjUnVPKY/wtthPoBnkhYFDwFtqWBGZ+qwN/An8IU9wmc6XBUJxzVkR8BzJCRld1mtK2F/q1ycHsYeAV4UJ1M3tJqIef6d9F5vri+IJjUHENYzNAS+KTuI+wMR9gIiE0esi7IGjxKid2nPi3/UeDPViYAX4XT4bo4S7LNvP3VKvzcr/ZR68vtSQ0dOabP4/Sb6Z5KT/BwDA/GUc6sNdzwAAAABJRU5ErkJggg==); }

.document-ready .preloader, .document-ready .billboard:before, .document-ready .image-wrap:after {
  display: none; }

/*-----------------------------------------------*\
              SHARE LINKS
\*-----------------------------------------------*/
.share-box, .share-box-top {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center; }
  .share-box .at-icon-wrapper, .share-box-top .at-icon-wrapper {
    border-radius: 50%; }
  .share-box .pixlikes-box, .share-box-top .pixlikes-box {
    position: relative;
    padding-right: 2.28571rem;
    margin-right: 2.28571rem; }
    .share-box .pixlikes-box:after, .share-box-top .pixlikes-box:after {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      height: 100%;
      width: 0;
      border-right: 1px solid #000000; }
  .share-box a.addthis_counter.addthis_bubble_style, .share-box-top a.addthis_counter.addthis_bubble_style {
    background: none; }
    .share-box a.addthis_counter.addthis_bubble_style a.addthis_button_expanded, .share-box-top a.addthis_counter.addthis_bubble_style a.addthis_button_expanded {
      font-size: 2.28571rem;
      font-family: "Arvo", serif !important;
      line-height: 1.135;
      font-weight: normal; }

.share-box-top {
  margin-bottom: 1.71429rem; }

.share-item {
  text-align: center;
  margin-left: 12px;
  cursor: pointer; }

.share-item__icon i.pixcode--icon.circle {
  color: #fff;
  font-size: 16px;
  line-height: 32px;
  width: 32px;
  height: 32px;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.5) inset, 0 1px 0px 0 rgba(255, 255, 255, 0.8);
  background-color: #4c4a4a; }
  .share-item__icon i.pixcode--icon.circle:before {
    margin: 0;
    line-height: 2; }

.share-item__icon:hover i.pixcode--icon.circle {
  box-shadow: 0 2px 0px 0 rgba(255, 255, 255, 0.2) inset, 0 -1px 0px 0 rgba(0, 0, 0, 0.2) inset; }

.share-item.pixlikes-share i.pixcode--icon.circle {
  background-color: #232323; }

.form-search {
  position: relative;
  width: 100%;
  height: 36px;
  height: 2.57143rem; }

.search-query {
  width: auto;
  font-size: 14px;
  font-size: 1rem;
  line-height: 1.72429;
  border: 1px solid #ddd;
  position: absolute;
  left: 0;
  top: 0;
  right: 48px;
  right: 3.42857rem;
  outline: none !important;
  line-height: 1.2;
  padding: 8px 12px; }

.search-submit {
  position: absolute;
  top: 0;
  right: 0;
  height: 44px;
  font-size: 14px;
  font-size: 1rem;
  line-height: 1.72429;
  width: 48px;
  width: 3.42857rem;
  padding: 6px;
  padding: 0.42857rem;
  text-align: center; }

@media only screen and (min-width: 900px) {
  .search-form--404 {
    width: 50%;
    margin-bottom: 200px; } }

/*------------------------------------*\
               AUTHOR BOX
\*------------------------------------*/
.author__avatar {
  margin-top: 6px;
  margin-top: 0.42857rem; }
  .author__avatar img {
    max-width: 80px; }

@media only screen and (max-width: 899px) {
  .author__avatar {
    float: none;
    margin-right: 0; }
    .author__avatar img {
      margin: 0 auto; }
  .author__title {
    text-align: center;
    margin: 12px 0;
    margin: 0.85714rem 0; } }

.author__title {
  font-size: 15px;
  font-size: 1.07143rem;
  line-height: 1.61;
  margin-bottom: 3px;
  margin-bottom: 0.21429rem; }
  .author__title a {
    color: #1a1717; }

.author__bio {
  margin-bottom: 0;
  font-size: 15px;
  line-height: 1.4; }

.author__social-links__list-item {
  margin-right: 18px;
  margin-right: 1.28571rem; }

.author__social-link {
  font-size: 11px;
  font-size: 0.78571rem;
  line-height: 1.10091; }

/*---------------------------------*\
               REVIEWS
\*---------------------------------*/
.score-box {
  max-width: 145px;
  max-width: 10.35714rem;
  margin: 0 auto 24px; }
  @media only screen and (min-width: 900px) {
    .score-box {
      margin: 0; } }
  .center-score .score-box {
    margin-left: auto;
    margin-right: auto; }

.score__average-wrapper {
  position: relative;
  background-color: #fb4834;
  color: white;
  padding: 12px 0;
  padding: 0.85714rem 0; }

.score__average {
  width: 100%;
  font-size: 72px;
  font-size: 5.14286rem;
  text-align: center; }

.score__note {
  line-height: 1;
  padding: 24px 0;
  padding: 1.71429rem 0; }

.average--with-desc .score__note {
  padding: 0; }

.score__desc {
  font-family: "PT Sans", sans-serif;
  font-size: 14px;
  font-size: 1rem;
  line-height: 1.2;
  letter-spacing: 1px;
  margin: 12px 12px 0 12px;
  margin: 0.85714rem 0.85714rem 0 0.85714rem;
  padding-top: 12px;
  padding-top: 0.85714rem;
  border-top: 1px dotted white; }

.score-box--after-text {
  text-align: center;
  text-transform: uppercase;
  display: block;
  font-size: 32px;
  font-size: 2.28571rem;
  line-height: 1.135;
  font-family: "Arvo", serif; }

.review__score {
  position: relative; }

.score__progressbar {
  margin-bottom: 24px;
  margin-bottom: 1.71429rem; }

.score__badge {
  width: 1.75em;
  position: absolute;
  bottom: 7px;
  bottom: 0.5rem;
  right: -1px;
  z-index: 20; }
  .score__badge:after {
    display: none; }

.score__pros__title,
.score__cons__title {
  color: #fb4834;
  border-bottom: 1px dotted #b2b2b2;
  margin-bottom: 6px;
  margin-bottom: 0.42857rem; }
  .score__pros__title .hN, .score__pros__title .article__author-name, .score__pros__title .comment__author-name, .score__pros__title .score__average-wrapper, .score__pros__title .score__label, .score__pros__title .widget_calendar caption, .widget_calendar .score__pros__title caption,
  .score__cons__title .hN,
  .score__cons__title .article__author-name,
  .score__cons__title .comment__author-name,
  .score__cons__title .score__average-wrapper,
  .score__cons__title .score__label,
  .score__cons__title .widget_calendar caption,
  .widget_calendar .score__cons__title caption {
    font-size: 15px;
    font-size: 1.07143rem;
    line-height: 1;
    margin-top: 0;
    margin-bottom: 12px;
    margin-bottom: 0.85714rem; }

.score__pros__list,
.score__cons__list {
  list-style-position: inside;
  margin-left: 0;
  font-size: 14px;
  font-size: 1rem;
  line-height: 1.72429; }
  .score__pros__list li,
  .score__cons__list li {
    margin-bottom: 3px; }
  @media only screen and (min-width: 900px) {
    .score__pros__list,
    .score__cons__list {
      margin-bottom: 0; } }

.score-box--inside {
  width: 145px;
  width: 10.35714rem;
  float: left;
  margin-top: 12px;
  margin-top: 0.85714rem;
  margin-right: 24px;
  margin-right: 1.71429rem;
  margin-bottom: 24px;
  margin-bottom: 1.71429rem; }

/*---------------------------------*\
         		STATS
\*---------------------------------*/
/**
 * Footer Posts stats
 */
.site__stats {
  text-align: center;
  position: relative; }
  .site__stats a, .site__stats {
    color: #807f7e; }
  .site__stats .container {
    position: relative;
    min-height: 30px; }
    .site__stats .container:after {
      background: #f2f2f2;
      content: "";
      display: none;
      width: 100%;
      height: 5px;
      position: absolute;
      left: 0;
      right: 0;
      bottom: 30px;
      z-index: 100; }
  .site__stats .stat-group {
    margin-bottom: 0;
    margin-left: 0; }
  .site__stats li {
    vertical-align: bottom; }
  .site__stats .stat {
    margin-top: 48px;
    margin-left: -1px;
    height: 96px;
    width: 48px;
    position: relative; }
  .site__stats .stat__value, .site__stats .stat__title {
    font-size: 12px;
    line-height: 2.5;
    width: 100%;
    z-index: 1;
    -webkit-transition: all 0.15s 0.07s;
    transition: all 0.15s 0.07s; }
    .site__stats .stat__value:after, .site__stats .stat__title:after {
      background: #fb4834;
      content: "";
      display: block;
      width: 100%;
      height: 120%;
      max-height: 0;
      position: absolute;
      bottom: 0;
      left: 0;
      z-index: -1;
      -webkit-transition: max-height 0.4s cubic-bezier(0.175, 0.885, 0.320, 1.275) 0.07s;
      transition: max-height 0.4s cubic-bezier(0.175, 0.885, 0.320, 1.275) 0.07s; }
  .site__stats .stat__value {
    padding-top: 3px;
    background: #f2f2f2;
    min-height: 32px;
    position: absolute;
    bottom: 34px;
    left: 0; }
  .site__stats .stat__title {
    font-weight: normal;
    text-transform: uppercase;
    position: absolute;
    bottom: 0;
    left: 0; }
    .site__stats .stat__title:after {
      top: 0;
      bottom: auto; }
  .site__stats:after {
    background: #f2f2f2;
    content: "";
    display: block;
    width: 100%;
    height: 5px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 30px;
    z-index: 100; }
  .site__stats .stat:hover .stat__value, .site__stats .stat:hover .stat__title {
    color: #fff; }
    .site__stats .stat:hover .stat__value:after, .site__stats .stat:hover .stat__title:after {
      max-height: 100%; }

/*---------------------------------*\
 		  BACK TO TOP LINK
\*---------------------------------*/
.back-to-top {
  position: relative; }
  .back-to-top a {
    font-size: 12px;
    line-height: 2.5;
    text-transform: uppercase;
    padding-right: 19px;
    display: block;
    position: relative; }
  @media only screen and (min-width: 900px) {
    .back-to-top {
      position: absolute;
      bottom: 0;
      right: 24px; }
      .back-to-top a:after, .back-to-top a:before {
        content: "";
        position: absolute;
        top: 43%;
        right: 3px;
        width: 7px;
        height: 7px;
        border: 0 solid #807f7e;
        border-top-width: 2px;
        border-right-width: 0.14286rem;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transition: all 0.15s;
        transition: all 0.15s; }
      .back-to-top a:hover:after, .back-to-top a:hover:before {
        border-color: #fb4834; }
      .back-to-top a:hover:before {
        top: 10px; }
      .back-to-top a:hover:after {
        top: 15px; } }

/**
 * Article likes box styling
 *
    <div class="article-likes__box">
        <i class="icon-heart"></i>
        <span class="likes-count">3</span>
        likes
    </div>
 */
.likes-box.pixlikes-box {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-size: 1rem;
  line-height: 1.72429;
  text-transform: uppercase; }
  .likes-box.pixlikes-box .like-link {
    display: inline-block; }
  .likes-box.pixlikes-box i {
    font-size: 22px;
    font-size: 1.57143rem;
    line-height: 48px;
    line-height: 3.42857rem;
    text-align: center;
    color: #1a1717 !important;
    padding: 0;
    display: block;
    background: transparent !important;
    border: 3px solid #1a1717;
    border-radius: 50%;
    -webkit-transform: scale(1);
    transform: scale(1); }
    .likes-box.pixlikes-box i:before {
      position: relative;
      top: -2px; }
    .likes-box.pixlikes-box i:after {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: #1a1717;
      border-radius: 50%;
      -webkit-transition: all 1s ease-out;
      transition: all 1s ease-out;
      z-index: -1;
      backface-visibility: visible;
      -webkit-backface-visibility: visible;
      -moz-backface-visibility: visible; }
  .image__item-meta .likes-box.pixlikes-box i {
    -webkit-transform: scale(1);
    transform: scale(1);
    background-color: transparent; }
  .likes-box.pixlikes-box .likes-text {
    position: relative; }
    .likes-box.pixlikes-box .likes-text:after {
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      left: -22px;
      content: "Don't move!";
      width: 75px;
      background: #fff;
      text-transform: none;
      font-weight: bold;
      color: #1a1717;
      opacity: 0;
      -webkit-transition: opacity .2s linear;
      transition: opacity .2s linear; }

/**
 * Default State - can like (.likeable)
 */
.likeable .like-link {
  cursor: pointer; }

.likeable i:after {
  -webkit-transform: scale(0.15);
  transform: scale(0.15); }

/**
* Hover State (.animate)
*/
.likes-box.pixlikes-box.animate i:after {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 1.7s;
  transition: all 1.7s; }

.likes-box.pixlikes-box.animate .likes-text:after {
  opacity: 1; }

/**
* Complete animation (.complete)
*/
.complete i {
  color: #fb4834;
  background-color: #1a1717;
  font-size: 24px;
  font-size: 1.71429rem;
  -webkit-animation: bounce 1s;
  animation: bounce 1s; }
  .complete i:after {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }

/**
* Liked State - cannot like (.liked)
*/
.likes-box.liked i {
  color: #fb4834 !important;
  background-color: #1a1717 !important;
  font-size: 24px;
  font-size: 1.71429rem; }
  .likes-box.liked i:after {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }

/*
* Bounce animation for completed state
*/
@keyframes bounce {
  0% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 1; }
  50% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: .7; }
  60% {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 1; }
  80% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@-webkit-keyframes bounce {
  0% {
    -webkit-transform: scale(1.1);
    opacity: 1; }
  50% {
    -webkit-transform: scale(1.5);
    opacity: .7; }
  60% {
    -webkit-transform: scale(0.6);
    opacity: 1; }
  80% {
    -webkit-transform: scale(1.1); }
  100% {
    -webkit-transform: scale(1); } }

/*------------------------------------*\
    $LAYOUT
\*------------------------------------*/
/**
 * Page elements; header, footer, sidebar
 */
/*--------------------------------*\
               HEADER
\*--------------------------------*/
@media only screen and (max-width: 899px) {
  .site-header {
    height: 72px;
    height: 5.14286rem;
    width: 50%; }
  .header--type2 .site-header {
    width: 100%; }
    .header--type2 .site-header > div {
      display: table-row; }
    .header--type2 .site-header .site-logo {
      width: 75%;
      margin: 18px 0;
      height: 36px;
      display: block; }
    .header--type2 .site-header .header-ad {
      float: left;
      width: 100%;
      margin-top: 6px;
      margin-bottom: 12px; } }

@media only screen and (min-width: 900px) {
  .site-header {
    height: 144px;
    height: 10.28571rem; } }

.site-header {
  table-layout: fixed; }

.header-ad-link {
  display: block;
  text-align: center; }
  @media only screen and (min-width: 900px) {
    .header-ad-link {
      text-align: right; } }

/*----------------------------------------*\
    $TITLE/LOGO
\*----------------------------------------*/
.site-home-title {
  display: inline; }

.site-logo {
  width: 100%; }
  .site-logo img {
    display: block;
    max-height: 100%; }

.site-logo--text {
  display: block; }
  @media only screen and (min-width: 900px) {
    .header--type3 .site-logo--text {
      text-align: center; } }

.site-logo--image {
  display: block;
  margin: 0 auto; }
  @media only screen and (max-width: 899px) {
    .site-logo--image {
      margin: 6px 0; }
      .site-logo--image img {
        max-height: 100%; } }

@media only screen and (min-width: 900px) {
  .has--2x-image {
    max-width: 50%; } }

/*----------------------------------------*\
    $HEADER BAR(SIDEBAR)
\*----------------------------------------*/
.header-bar > li {
  vertical-align: top; }

.header-bar .form-search, .header-bar .search-query,
.header-bar .search-submit, .header-bar .pixcode--icon {
  height: 50px; }

.header-bar .form-search {
  width: 216px;
  width: 15.42857rem;
  background-color: #1a1717; }

.header-bar .search-query {
  right: 50px;
  padding: 6px 0 6px 12px;
  padding: 0.42857rem 0 0.42857rem 0.85714rem;
  border: 0;
  color: white;
  background: #1a1717;
  text-transform: uppercase;
  letter-spacing: 2px;
  letter-spacing: 0.14286rem; }

.header-bar .search-submit {
  width: 50px;
  vertical-align: top;
  background: #1a1717;
  font-size: 18px;
  font-size: 1.28571rem;
  line-height: 1.34333;
  padding-left: 0;
  padding-right: 0; }

.header-bar .pixcode--icon {
  width: 50px;
  font-size: 22px;
  line-height: 50px; }

.header--type2 .social-icon-link,
.header--type3 .social-icon-link {
  font-size: 16px;
  font-size: 1.14286rem;
  line-height: 1.51; }

.header-bar--top {
  margin: 0; }
  .header-bar--top .form-search, .header-bar--top .search-query,
  .header-bar--top .search-submit, .header-bar--top .pixcode--icon {
    height: 36px; }
  .header-bar--top .search-query {
    line-height: 1.2;
    padding-right: 0 !important; }
  .header-bar--top .search-submit {
    padding-top: 0;
    padding-bottom: 0; }
    .header-bar--top .search-submit i {
      font-size: 15px;
      font-size: 1.07143rem;
      line-height: 1.61; }
  .header-bar--top .pixcode--icon {
    width: 36px;
    font-size: 16px;
    line-height: 36px; }

.site-navigation--top {
  margin-left: -24px;
  margin-left: -1.71429rem; }

@media only screen and (min-width: 900px) {
  .header--type3 .site-logo img {
    margin: 0 auto; } }

.nav-top-separator {
  margin: 0;
  display: none; }

@media only screen and (min-width: 900px) {
  /*----------------------------------------*\
        $NAV TOP INVERSE
    \*----------------------------------------*/
  .nav-inverse-top .navigation--top {
    background: none; }
    .nav-inverse-top .navigation--top a {
      color: #888; }
    .nav-inverse-top .navigation--top .social-icon-link {
      background: none; }
    .nav-inverse-top .navigation--top .pixcode--icon {
      background: none; }
  .nav-inverse-top .nav--top li {
    background-color: white; }
    .nav-inverse-top .nav--top li a {
      border-top-color: #eee;
      color: #888; }
    .nav-inverse-top .nav--top li:hover > a {
      color: black; }
  .nav-inverse-top .nav--top .sub-menu, .nav-inverse-top .nav--top .sub-menu--mega {
    background: #ddd; }
  /*----------------------------------------*\
            $NAV MAIN INVERSE
    \*----------------------------------------*/
  .nav-inverse-main .navigation--main {
    background: white; }
    .nav-inverse-main .navigation--main a {
      color: #888; }
  .nav-inverse-main .nav--main {
    border-bottom: 5px solid #1a1717;
    border-bottom: 0.35714rem solid #1a1717; }
    .nav-inverse-main .nav--main li {
      background-color: white; }
      .nav-inverse-main .nav--main li a {
        border-top-color: #eee;
        color: #888; }
      .nav-inverse-main .nav--main li:hover > a {
        color: black; }
      .nav-inverse-main .nav--main li .article--billboard-small {
        background-color: white;
        border-bottom-color: #ccc; } }
      @media only screen and (min-width: 900px) and (max-width: 899px) {
        .nav-inverse-main .nav--main li .article--billboard-small .hN, .nav-inverse-main .nav--main li .article--billboard-small .article__author-name, .nav-inverse-main .nav--main li .article--billboard-small .comment__author-name, .nav-inverse-main .nav--main li .article--billboard-small .score__average-wrapper, .nav-inverse-main .nav--main li .article--billboard-small .score__label, .nav-inverse-main .nav--main li .article--billboard-small .widget_calendar caption, .widget_calendar .nav-inverse-main .nav--main li .article--billboard-small caption {
          color: black; } }

@media only screen and (min-width: 900px) {
    .nav-inverse-main .nav--main > li {
      background-color: transparent;
      padding-bottom: 5px;
      padding-bottom: 0.35714rem;
      margin-bottom: -5px;
      margin-bottom: -0.35714rem; }
      .nav-inverse-main .nav--main > li:hover {
        background-color: transparent; }
        .nav-inverse-main .nav--main > li:hover > a {
          color: black; }
    .nav-inverse-main .nav--main .sub-menu, .nav-inverse-main .nav--main .sub-menu--mega {
      background-color: #ccc;
      padding-top: 0;
      margin-top: 0; }
      .nav-inverse-main .nav--main .sub-menu .sub-menu, .nav-inverse-main .nav--main .sub-menu--mega .sub-menu, .nav-inverse-main .nav--main .sub-menu .sub-menu--mega, .nav-inverse-main .nav--main .sub-menu--mega .sub-menu--mega {
        margin-top: -5px;
        margin-top: -0.35714rem;
        padding-top: 5px;
        padding-top: 0.35714rem; }
    .nav-inverse-main .nav--main .nav--sub-menu {
      margin-top: 5px;
      margin-top: 0.35714rem;
      padding-top: 5px;
      padding-top: 0.35714rem;
      border-bottom: 0; }
    .nav-inverse-main .nav--main .sub-menu--mega {
      margin-top: 5px;
      margin-top: 0.35714rem;
      padding-top: 5px;
      padding-top: 0.35714rem;
      border-bottom-color: rgba(255, 255, 255, 0.4); }
  .nav-inverse-main .sub-menu__grid__item {
    background-color: white; } }

@media only screen and (min-width: 900px) and (min-width: 900px) {
  .nav-inverse-main .nav-top-separator {
    display: block; } }

@media only screen and (min-width: 900px) {
  .nav-inverse-main .site-header .form-search, .nav-inverse-main .site-header .social-icon-link {
    border: 1px solid #dedede;
    background: none; }
  .nav-inverse-main .site-header .search-query, .nav-inverse-main .site-header .search-submit {
    background: none; }
  .nav-inverse-main .site-header .search-query {
    color: #1a1717; }
  .nav-inverse-main .site-header .search-submit:hover {
    color: #1a1717; }
  .nav-inverse-main .site-header .pixcode--icon {
    height: 48px;
    width: 48px;
    background: none; } }

/*--------------------------------*\
               FOOTER
\*--------------------------------*/
.site__footer {
  background: #1a1717;
  font-size: 14px;
  font-size: 1rem;
  color: #a6a1a1; }
  .site__footer a {
    color: #a6a1a1; }
    .site__footer a:hover {
      color: white; }

.footer__sidebar {
  padding-top: 36px;
  padding-top: 2.57143rem; }
  .footer__sidebar .container {
    position: relative; }

.footer__copyright {
  background: black;
  padding: 12px 0;
  padding: 0.85714rem 0; }
  @media only screen and (max-width: 899px) {
    .footer__copyright div div > div {
      text-align: center;
      float: left;
      width: 100%; } }
  @media only screen and (min-width: 900px) {
    .footer__copyright .footer-menu {
      text-align: right; } }

@media only screen and (max-width: 899px) {
  .site-navigation--footer li {
    display: block; } }

.featured-area .heroslider {
  position: relative;
  margin-bottom: 36px;
  margin-bottom: 2.57143rem; }
  .featured-area .heroslider .image-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 0 !important; }

.featured-area__article {
  position: relative;
  margin-bottom: 36px;
  margin-bottom: 2.57143rem; }

.article--big .article__title, .article--big .article--list__title, .article--big .latest-comments__title {
  margin-bottom: 0; }

.featured-area__aside {
  margin-bottom: 36px;
  margin-bottom: 2.57143rem; }

/*---------------------------------*\
         CLASSIC POST LAYOUT
\*---------------------------------*/
.classic > div {
  width: 100%;
  text-align: left;
  margin-bottom: 5px;
  margin-bottom: 0.35714rem; }
  .classic > div:last-child hr {
    display: none; }

.classic .media__img--rev {
  float: left;
  margin-left: 0;
  position: relative; }
  .classic .media__img--rev .post-format-icon {
    margin-top: -50px;
    margin-top: -3.57143rem;
    margin-left: -39px;
    margin-left: -2.78571rem; }

.classic .article__title, .classic .article--list__title, .classic .latest-comments__title {
  height: auto;
  line-height: 1.2;
  width: 100%;
  position: relative; }

.classic .article--grid__body {
  padding: 0; }

.classic .article__content {
  padding: 0;
  text-align: left; }

.classic .article__category a {
  margin-right: 6px; }
  .classic .article__category a:hover:after {
    text-decoration: none; }
  .classic .article__category a:after {
    content: "|";
    color: #1a1717;
    position: relative;
    top: -1px;
    margin-left: 6px; }
  .classic .article__category a:last-child:after {
    content: ""; }

/*---------------------------------*\
         MASSONRY POST LAYOUT
\*---------------------------------*/
[data-columns]::before {
  position: absolute;
  right: 9999em;
  bottom: 9999em;
  visibility: hidden; }

.masonry__item, [data-columns] > div {
  display: inline-block;
  padding-left: 24px;
  vertical-align: top; }

.masonry__item-wrapper.grid__item > .masonry__item, .masonry__item-wrapper.logged-in-as > .masonry__item, .comment-form > .masonry__item-wrapper > .masonry__item, .featured-area .masonry__item-wrapper.heroslider > .masonry__item, .masonry__item-wrapper.featured-area__article > .masonry__item, .masonry__item-wrapper.featured-area__aside > .masonry__item, .masonry__item-wrapper.grid__item[data-columns] > div, .masonry__item-wrapper.logged-in-as[data-columns] > div, .comment-form > .masonry__item-wrapper[data-columns] > div, .featured-area .masonry__item-wrapper.heroslider[data-columns] > div, .masonry__item-wrapper.featured-area__article[data-columns] > div, .masonry__item-wrapper.featured-area__aside[data-columns] > div {
  width: 100%;
  padding-left: 0; }

@media screen and (max-width: 599px) {
  [data-columns]::before {
    content: '1 .grid__item.one-whole  .masonry__item-wrapper'; }
  [data-columns] .masonry__item, [data-columns] > div {
    width: 100%; } }

@media screen and (min-width: 600px) and (max-width: 899px) {
  [data-columns]::before {
    content: '2 .grid__item.one-half  .masonry__item-wrapper'; }
  [data-columns] .masonry__item, [data-columns] > div {
    width: 50%; } }

@media screen and (min-width: 900px) and (max-width: 1023px) {
  [data-columns]::before {
    content: '1 .grid__item.one-whole  .masonry__item-wrapper'; }
  [data-columns] .masonry__item, [data-columns] > div {
    width: 100%; }
  [data-columns].fullwidth::before {
    content: '2 .grid__item.one-half  .masonry__item-wrapper'; }
  [data-columns].fullwidth > div, [data-columns].fullwidth .masonry__item, [data-columns].fullwidth [data-columns] > div {
    width: 50%; } }

@media screen and (min-width: 1024px) {
  [data-columns]::before {
    content: '2 .grid__item.one-half  .masonry__item-wrapper'; }
  [data-columns] .masonry__item, [data-columns] > div {
    width: 50%; }
  [data-columns].fullwidth::before {
    content: '3 .grid__item.one-third  .masonry__item-wrapper'; }
  [data-columns].fullwidth > div, [data-columns].fullwidth .masonry__item, [data-columns].fullwidth [data-columns] > div {
    width: 33.33%; } }

/*--------------------------------*\
         BOXED LAYOUT STYLE
\*--------------------------------*/
/*body*/
.layout--boxed .container {
  background: #fff; }

.layout--boxed .navigation--top .container {
  background: transparent; }

.layout--boxed .site__stats:after {
  display: none; }

.layout--boxed .site__stats .container:after {
  display: block; }

.layout--boxed .site__footer {
  max-width: 1096px;
  margin: 0 auto; }
  .layout--boxed .site__footer, .layout--boxed .site__footer .container {
    background: #1a1717; }

.layout--boxed .footer__copyright .container {
  background: transparent; }

.layout--boxed.background-cover {
  background-size: cover; }

/*------------------------------------*\
    $WIDGETS
\*------------------------------------*/
/**
 * Default and custom widgets
 */
/*---------------------------------*\
               $WIDGET
\*---------------------------------*/
.widget select {
  max-width: 100%; }

.widget--main {
  margin-bottom: 24px;
  margin-bottom: 1.71429rem; }

.widget--footer {
  margin-bottom: 48px;
  margin-bottom: 3.42857rem; }

.widget--footer__title em {
  color: #fb4834;
  font-style: normal; }

/*-----------------------------------*\
               TAG CLOUD
\*-----------------------------------*/
.widget_tag_cloud a {
  font-size: 12px !important;
  font-size: 0.85714rem !important; }

.widget_tag_cloud.widget--main a {
  background-color: #eee;
  color: #555; }

/*----------------------------------------*\
    $SEARCH
\*----------------------------------------*/
.widget_search .form-search {
  width: 100%;
  height: 36px;
  height: 2.57143rem; }

/*-----------------------------------------*\
               WIDGET NAV MENU
\*-----------------------------------------*/
/*ul*/
.menu--list, .widget_nav_menu ul, .widget_categories ul, .widget_meta ul, .widget_archive ul, .widget_pages ul, .widget_recent_comments ul, .widget_rss ul, .widget_recent_posts ul, .widget_recent_entries ul {
  margin: 0;
  list-style: none;
  margin-top: -6px;
  margin-top: -0.42857rem; }
  .menu--list > li a, .widget_nav_menu ul > li a, .widget_categories ul > li a, .widget_meta ul > li a, .widget_archive ul > li a, .widget_pages ul > li a, .widget_recent_comments ul > li a, .widget_rss ul > li a, .widget_recent_posts ul > li a, .widget_recent_entries ul > li a {
    display: block;
    padding: 6px 0;
    padding: 0.42857rem 0; }
  .menu--list > li + li, .widget_nav_menu ul > li + li, .widget_categories ul > li + li, .widget_meta ul > li + li, .widget_archive ul > li + li, .widget_pages ul > li + li, .widget_recent_comments ul > li + li, .widget_rss ul > li + li, .widget_recent_posts ul > li + li, .widget_recent_entries ul > li + li {
    border-top: 1px solid #333131;
    margin-top: -1px; }
    .site__footer .menu--list > li + li, .site__footer .widget_nav_menu ul > li + li, .widget_nav_menu .site__footer ul > li + li, .site__footer .widget_categories ul > li + li, .widget_categories .site__footer ul > li + li, .site__footer .widget_meta ul > li + li, .widget_meta .site__footer ul > li + li, .site__footer .widget_archive ul > li + li, .widget_archive .site__footer ul > li + li, .site__footer .widget_pages ul > li + li, .widget_pages .site__footer ul > li + li, .site__footer .widget_recent_comments ul > li + li, .widget_recent_comments .site__footer ul > li + li, .site__footer .widget_rss ul > li + li, .widget_rss .site__footer ul > li + li, .site__footer .widget_recent_posts ul > li + li, .widget_recent_posts .site__footer ul > li + li, .site__footer .widget_recent_entries ul > li + li, .widget_recent_entries .site__footer ul > li + li {
      border-top-color: #262525; }
  .menu--list.two-cols > li + li, .widget_nav_menu ul > li + li, .widget_categories ul > li + li, .widget_meta ul > li + li, .widget_archive ul.two-cols > li + li, .widget_archive .widget_nav_menu ul > li + li, .widget_nav_menu .widget_archive ul > li + li, .widget_archive .widget_categories ul > li + li, .widget_categories .widget_archive ul > li + li, .widget_archive .widget_meta ul > li + li, .widget_meta .widget_archive ul > li + li, .widget_pages ul.two-cols > li + li, .widget_pages .widget_nav_menu ul > li + li, .widget_nav_menu .widget_pages ul > li + li, .widget_pages .widget_categories ul > li + li, .widget_categories .widget_pages ul > li + li, .widget_pages .widget_meta ul > li + li, .widget_meta .widget_pages ul > li + li, .widget_recent_comments ul.two-cols > li + li, .widget_recent_comments .widget_nav_menu ul > li + li, .widget_nav_menu .widget_recent_comments ul > li + li, .widget_recent_comments .widget_categories ul > li + li, .widget_categories .widget_recent_comments ul > li + li, .widget_recent_comments .widget_meta ul > li + li, .widget_meta .widget_recent_comments ul > li + li, .widget_rss ul.two-cols > li + li, .widget_rss .widget_nav_menu ul > li + li, .widget_nav_menu .widget_rss ul > li + li, .widget_rss .widget_categories ul > li + li, .widget_categories .widget_rss ul > li + li, .widget_rss .widget_meta ul > li + li, .widget_meta .widget_rss ul > li + li, .widget_recent_posts ul.two-cols > li + li, .widget_recent_posts .widget_nav_menu ul > li + li, .widget_nav_menu .widget_recent_posts ul > li + li, .widget_recent_posts .widget_categories ul > li + li, .widget_categories .widget_recent_posts ul > li + li, .widget_recent_posts .widget_meta ul > li + li, .widget_meta .widget_recent_posts ul > li + li, .widget_recent_entries ul.two-cols > li + li, .widget_recent_entries .widget_nav_menu ul > li + li, .widget_nav_menu .widget_recent_entries ul > li + li, .widget_recent_entries .widget_categories ul > li + li, .widget_categories .widget_recent_entries ul > li + li, .widget_recent_entries .widget_meta ul > li + li, .widget_meta .widget_recent_entries ul > li + li {
    border-top: 0;
    margin-top: 0; }
  .menu--list.two-cols > li + li + li, .widget_nav_menu ul > li + li + li, .widget_categories ul > li + li + li, .widget_meta ul > li + li + li, .widget_archive ul.two-cols > li + li + li, .widget_archive .widget_nav_menu ul > li + li + li, .widget_nav_menu .widget_archive ul > li + li + li, .widget_archive .widget_categories ul > li + li + li, .widget_categories .widget_archive ul > li + li + li, .widget_archive .widget_meta ul > li + li + li, .widget_meta .widget_archive ul > li + li + li, .widget_pages ul.two-cols > li + li + li, .widget_pages .widget_nav_menu ul > li + li + li, .widget_nav_menu .widget_pages ul > li + li + li, .widget_pages .widget_categories ul > li + li + li, .widget_categories .widget_pages ul > li + li + li, .widget_pages .widget_meta ul > li + li + li, .widget_meta .widget_pages ul > li + li + li, .widget_recent_comments ul.two-cols > li + li + li, .widget_recent_comments .widget_nav_menu ul > li + li + li, .widget_nav_menu .widget_recent_comments ul > li + li + li, .widget_recent_comments .widget_categories ul > li + li + li, .widget_categories .widget_recent_comments ul > li + li + li, .widget_recent_comments .widget_meta ul > li + li + li, .widget_meta .widget_recent_comments ul > li + li + li, .widget_rss ul.two-cols > li + li + li, .widget_rss .widget_nav_menu ul > li + li + li, .widget_nav_menu .widget_rss ul > li + li + li, .widget_rss .widget_categories ul > li + li + li, .widget_categories .widget_rss ul > li + li + li, .widget_rss .widget_meta ul > li + li + li, .widget_meta .widget_rss ul > li + li + li, .widget_recent_posts ul.two-cols > li + li + li, .widget_recent_posts .widget_nav_menu ul > li + li + li, .widget_nav_menu .widget_recent_posts ul > li + li + li, .widget_recent_posts .widget_categories ul > li + li + li, .widget_categories .widget_recent_posts ul > li + li + li, .widget_recent_posts .widget_meta ul > li + li + li, .widget_meta .widget_recent_posts ul > li + li + li, .widget_recent_entries ul.two-cols > li + li + li, .widget_recent_entries .widget_nav_menu ul > li + li + li, .widget_nav_menu .widget_recent_entries ul > li + li + li, .widget_recent_entries .widget_categories ul > li + li + li, .widget_categories .widget_recent_entries ul > li + li + li, .widget_recent_entries .widget_meta ul > li + li + li, .widget_meta .widget_recent_entries ul > li + li + li {
    border-top: 1px solid #ddd;
    margin-top: -1px; }
    .site__footer .menu--list.two-cols > li + li + li, .site__footer .widget_nav_menu ul > li + li + li, .widget_nav_menu .site__footer ul > li + li + li, .site__footer .widget_categories ul > li + li + li, .widget_categories .site__footer ul > li + li + li, .site__footer .widget_meta ul > li + li + li, .widget_meta .site__footer ul > li + li + li, .site__footer .widget_archive ul.two-cols > li + li + li, .widget_archive .site__footer ul.two-cols > li + li + li, .site__footer .widget_archive .widget_nav_menu ul > li + li + li, .widget_archive .widget_nav_menu .site__footer ul > li + li + li, .site__footer .widget_nav_menu .widget_archive ul > li + li + li, .widget_nav_menu .widget_archive .site__footer ul > li + li + li, .site__footer .widget_archive .widget_categories ul > li + li + li, .widget_archive .widget_categories .site__footer ul > li + li + li, .site__footer .widget_categories .widget_archive ul > li + li + li, .widget_categories .widget_archive .site__footer ul > li + li + li, .site__footer .widget_archive .widget_meta ul > li + li + li, .widget_archive .widget_meta .site__footer ul > li + li + li, .site__footer .widget_meta .widget_archive ul > li + li + li, .widget_meta .widget_archive .site__footer ul > li + li + li, .site__footer .widget_pages ul.two-cols > li + li + li, .widget_pages .site__footer ul.two-cols > li + li + li, .site__footer .widget_pages .widget_nav_menu ul > li + li + li, .widget_pages .widget_nav_menu .site__footer ul > li + li + li, .site__footer .widget_nav_menu .widget_pages ul > li + li + li, .widget_nav_menu .widget_pages .site__footer ul > li + li + li, .site__footer .widget_pages .widget_categories ul > li + li + li, .widget_pages .widget_categories .site__footer ul > li + li + li, .site__footer .widget_categories .widget_pages ul > li + li + li, .widget_categories .widget_pages .site__footer ul > li + li + li, .site__footer .widget_pages .widget_meta ul > li + li + li, .widget_pages .widget_meta .site__footer ul > li + li + li, .site__footer .widget_meta .widget_pages ul > li + li + li, .widget_meta .widget_pages .site__footer ul > li + li + li, .site__footer .widget_recent_comments ul.two-cols > li + li + li, .widget_recent_comments .site__footer ul.two-cols > li + li + li, .site__footer .widget_recent_comments .widget_nav_menu ul > li + li + li, .widget_recent_comments .widget_nav_menu .site__footer ul > li + li + li, .site__footer .widget_nav_menu .widget_recent_comments ul > li + li + li, .widget_nav_menu .widget_recent_comments .site__footer ul > li + li + li, .site__footer .widget_recent_comments .widget_categories ul > li + li + li, .widget_recent_comments .widget_categories .site__footer ul > li + li + li, .site__footer .widget_categories .widget_recent_comments ul > li + li + li, .widget_categories .widget_recent_comments .site__footer ul > li + li + li, .site__footer .widget_recent_comments .widget_meta ul > li + li + li, .widget_recent_comments .widget_meta .site__footer ul > li + li + li, .site__footer .widget_meta .widget_recent_comments ul > li + li + li, .widget_meta .widget_recent_comments .site__footer ul > li + li + li, .site__footer .widget_rss ul.two-cols > li + li + li, .widget_rss .site__footer ul.two-cols > li + li + li, .site__footer .widget_rss .widget_nav_menu ul > li + li + li, .widget_rss .widget_nav_menu .site__footer ul > li + li + li, .site__footer .widget_nav_menu .widget_rss ul > li + li + li, .widget_nav_menu .widget_rss .site__footer ul > li + li + li, .site__footer .widget_rss .widget_categories ul > li + li + li, .widget_rss .widget_categories .site__footer ul > li + li + li, .site__footer .widget_categories .widget_rss ul > li + li + li, .widget_categories .widget_rss .site__footer ul > li + li + li, .site__footer .widget_rss .widget_meta ul > li + li + li, .widget_rss .widget_meta .site__footer ul > li + li + li, .site__footer .widget_meta .widget_rss ul > li + li + li, .widget_meta .widget_rss .site__footer ul > li + li + li, .site__footer .widget_recent_posts ul.two-cols > li + li + li, .widget_recent_posts .site__footer ul.two-cols > li + li + li, .site__footer .widget_recent_posts .widget_nav_menu ul > li + li + li, .widget_recent_posts .widget_nav_menu .site__footer ul > li + li + li, .site__footer .widget_nav_menu .widget_recent_posts ul > li + li + li, .widget_nav_menu .widget_recent_posts .site__footer ul > li + li + li, .site__footer .widget_recent_posts .widget_categories ul > li + li + li, .widget_recent_posts .widget_categories .site__footer ul > li + li + li, .site__footer .widget_categories .widget_recent_posts ul > li + li + li, .widget_categories .widget_recent_posts .site__footer ul > li + li + li, .site__footer .widget_recent_posts .widget_meta ul > li + li + li, .widget_recent_posts .widget_meta .site__footer ul > li + li + li, .site__footer .widget_meta .widget_recent_posts ul > li + li + li, .widget_meta .widget_recent_posts .site__footer ul > li + li + li, .site__footer .widget_recent_entries ul.two-cols > li + li + li, .widget_recent_entries .site__footer ul.two-cols > li + li + li, .site__footer .widget_recent_entries .widget_nav_menu ul > li + li + li, .widget_recent_entries .widget_nav_menu .site__footer ul > li + li + li, .site__footer .widget_nav_menu .widget_recent_entries ul > li + li + li, .widget_nav_menu .widget_recent_entries .site__footer ul > li + li + li, .site__footer .widget_recent_entries .widget_categories ul > li + li + li, .widget_recent_entries .widget_categories .site__footer ul > li + li + li, .site__footer .widget_categories .widget_recent_entries ul > li + li + li, .widget_categories .widget_recent_entries .site__footer ul > li + li + li, .site__footer .widget_recent_entries .widget_meta ul > li + li + li, .widget_recent_entries .widget_meta .site__footer ul > li + li + li, .site__footer .widget_meta .widget_recent_entries ul > li + li + li, .widget_meta .widget_recent_entries .site__footer ul > li + li + li {
      border-top-color: #262525; }

.widget_nav_menu ul ul, .widget_categories ul ul, .widget_meta ul ul {
  display: none; }

.widget_archive ul ul, .widget_pages ul ul, .widget_recent_comments ul ul, .widget_rss ul ul, .widget_recent_posts ul ul, .widget_recent_entries ul ul {
  display: none; }

.widget--sidebar__title .rsswidget img {
  display: none; }

.widget_rss .widget--footer__title .hN, .widget_rss .widget--footer__title .article__author-name, .widget_rss .widget--footer__title .comment__author-name, .widget_rss .widget--footer__title .score__average-wrapper, .widget_rss .widget--footer__title .score__label, .widget_rss .widget--footer__title .widget_calendar caption, .widget_calendar .widget_rss .widget--footer__title caption {
  color: #fb4834; }

.widget select {
  width: 100%;
  padding-left: 6px;
  padding-left: 0.42857rem; }

.widget_image img.alignnone {
  margin-top: 0;
  margin-bottom: 0; }

.widget_wpgrade_posts_slider_widget .article--slider {
  margin-bottom: 0; }

.widget_wpgrade_posts_slider_widget .rsArrow {
  top: 30%; }
  .widget_wpgrade_posts_slider_widget .rsArrow .rsArrowIcn {
    height: 28px;
    width: 28px; }

/**
 * Maybe it's good, maybe it's not...
 */
.widget_categories ul > li a, .widget_recent_comments ul > li a, .widget_archive ul > li a {
  display: inline-block !important; }

.recentcomments {
  padding: 12px 0;
  padding: 0.85714rem 0; }

@media only screen and (max-width: 899px) {
  .widget_recent_entries a, .widget_recent_comments a, .widget_rss a, .widget_categories a {
    text-decoration: underline; } }

.widget_rss li > cite:before {
  content: '-';
  margin-right: 5px; }

.rss-date {
  font-style: italic; }

.widget--footer.widget_text .wp-caption-text {
  background-color: #1a1717;
  color: #807f7e; }

.pixcode--tabs__nav {
  letter-spacing: 0;
  word-spacing: 0;
  white-space: normal; }

.widget_calendar caption {
  margin-bottom: 12px;
  margin-bottom: 0.85714rem; }

.widget_calendar th, .widget_calendar td {
  text-align: center; }

/*------------------------------------------------*\
               $LATEST COMMENTS WIDGET
\*------------------------------------------------*/
.widget--latest-comments {
  padding-bottom: 0; }

.latest-comments__list {
  font-size: 13px;
  font-size: 0.92857rem;
  line-height: 1.85615; }
  .latest-comments__list:last-child {
    margin-bottom: 0; }
    .latest-comments__list:last-child .latest-comments__body {
      border-bottom: 0; }

.latest-comments__author {
  font-family: "Arvo", serif;
  text-transform: uppercase;
  color: #1a1717; }

.latest-comments__avatar {
  margin-right: 12px;
  margin-right: 0.85714rem; }

.latest-comments__body {
  border-bottom: 1px solid #ccc; }

.latest-comments__title {
  padding: 0 6px;
  padding: 0 0.42857rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-transform: uppercase;
  background-color: #1a1717; }

.latest-comments__content {
  font-style: italic;
  margin-top: 12px;
  margin-top: 0.85714rem;
  line-height: 1.4; }

.widget--footer .latest-comments__title {
  background-color: #262525;
  color: #e2e2e2; }

.widget--footer .latest-comments__body {
  border-bottom-color: #262525; }

.widget_wpgrade_posts_slider_widget {
  position: relative;
  overflow: hidden; }
  .widget_wpgrade_posts_slider_widget .widget__title {
    margin-bottom: 0; }
  .widget_wpgrade_posts_slider_widget .rsArrow .rsArrowIcn {
    width: 12px;
    height: 12px; }
  .widget_wpgrade_posts_slider_widget .pixslider {
    display: none; }
    .widget_wpgrade_posts_slider_widget .pixslider.slider--loaded {
      display: block; }

/*----------------------------------------------*\
               $POPULAR POSTS WIDGET
\*----------------------------------------------*/
.wpgrade_popular_posts {
  padding-bottom: 0; }
  .wpgrade_popular_posts .widget__title {
    margin-bottom: 0; }
  .wpgrade_popular_posts .tabs__content {
    margin-bottom: 12px;
    margin-bottom: 0.85714rem; }
    .wpgrade_popular_posts .tabs__content .article--list img {
      max-width: 74px;
      max-height: 54px; }

/*-----------------------------------------------*\
               $LATEST REVIEWS WIDGET
\*-----------------------------------------------*/
.reviews {
  background-color: #1a1717;
  color: white;
  border-left: 0;
  list-style: none;
  margin-left: 0; }
  .reviews .badge {
    float: right;
    margin-top: 1px;
    margin-bottom: -6px;
    margin-bottom: -0.42857rem;
    font-size: 19px;
    font-size: 1.35714rem;
    line-height: 1.27316;
    padding: .35em 0;
    position: relative;
    z-index: 10; }
  .reviews .progressbar {
    height: 6px;
    height: 0.42857rem;
    background-color: #4c4a4a;
    clear: right; }
    .reviews .progressbar:after {
      display: none; }
  .reviews .progressbar__progress {
    height: 6px;
    height: 0.42857rem; }

.review {
  margin-bottom: 18px;
  margin-bottom: 1.28571rem; }

.review__title {
  display: inline-block;
  font-family: "Arvo", serif;
  font-weight: normal;
  text-transform: uppercase;
  color: white;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  width: 100%;
  margin-right: -24px;
  margin-right: -1.71429rem;
  padding-right: 24px;
  padding-right: 1.71429rem; }

.widget_wpgrade_twitter_widget {
  margin-bottom: 24px;
  margin-bottom: 1.71429rem; }
  .widget_wpgrade_twitter_widget .tweet {
    padding-right: 144px;
    padding-right: 10.28571rem; }
  .widget_wpgrade_twitter_widget .tweet__meta-date::before {
    content: " - "; }
  .widget_wpgrade_twitter_widget .tweet__block {
    margin-bottom: 24px;
    margin-bottom: 1.71429rem; }
  .widget_wpgrade_twitter_widget.widget--footer .tweet__author {
    color: white; }
  .widget_wpgrade_twitter_widget.widget--footer .tweet__content {
    color: white; }
  .widget_wpgrade_twitter_widget .widget__title em {
    color: white; }
  .widget_wpgrade_twitter_widget .widget__title h2:before, .widget_wpgrade_twitter_widget .widget__title .arqam-widget-counter li span:before, .arqam-widget-counter li .widget_wpgrade_twitter_widget .widget__title span:before, .widget_wpgrade_twitter_widget .widget__title h3:before {
    content: "\e8f1";
    font-family: "entypo";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    font-size: 21px;
    font-size: 1.5rem;
    line-height: 1.15286;
    margin-right: .5em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em; }
  .widget_wpgrade_twitter_widget .widget--footer__title h3:before {
    color: #fb4834; }

.widget_wpgrade_flickr_widget .widget-title {
  padding-bottom: 0; }

.wpgrade-flickr-items {
  border: 0 !important;
  margin-left: -12px;
  margin-left: -0.85714rem;
  list-style-type: none; }

.wpgrade-flickr-item {
  width: 25%;
  float: left;
  border: 0 solid transparent;
  margin-bottom: 12px;
  margin-bottom: 0.85714rem;
  border-left-width: 12px;
  border-left-width: 0.85714rem; }

.wpgrade-flickr-break {
  width: 100%;
  height: 0; }

.wpgrade-flickr-link {
  border: 2px solid white;
  display: block;
  float: left;
  width: 100%; }
  .wpgrade-flickr-link img {
    display: block;
    width: 100%; }
  .wpgrade-flickr-link:hover {
    border: 2px solid white; }

.widget_wpgrade_dribbble_widget .widget-title {
  padding-bottom: 0; }

.wpgrade-dribbble-items {
  border: 0 !important;
  margin-left: -12px;
  margin-left: -0.85714rem; }

.wpgrade-dribbble-item {
  width: 50%;
  float: left;
  border: 0 solid transparent;
  margin-bottom: 12px;
  margin-bottom: 0.85714rem;
  border-left-width: 12px;
  border-left-width: 0.85714rem; }

.wpgrade-dribbble-link {
  border: 2px solid white;
  display: block;
  float: left;
  width: 100%; }
  .wpgrade-dribbble-link img {
    display: block;
    width: 100%; }
  .wpgrade-dribbble-link:hover {
    border: 2px solid white; }

/*------------------------------------*\
    $SHORTCODES
\*------------------------------------*/
/**
 * Theme specific shortcodes
 */
.pixcode--grid > .grid__item, .pixcode--grid > .logged-in-as, .comment-form.pixcode--grid > *, .featured-area .pixcode--grid > .heroslider, .pixcode--grid > .featured-area__article, .pixcode--grid > .featured-area__aside {
  float: left; }

/*------------------------------------*\
    $PAGES
\*------------------------------------*/
/**
* Single, Page, Category etc.
*/
/*------------------------------------*\
    $SINGLE POST
\*------------------------------------*/
.single .main {
  font-size: 16px;
  font-size: 1.14286rem;
  line-height: 1.51; }

/*------------------------------------*\
    $ARCHIVE
\*------------------------------------*/
/*------------------------------------*\
              SHAME
\*------------------------------------*/
img[width],
img[height] {
  max-width: 100%;
  height: auto; }

.block-list--alt {
  border-top-width: 0;
  margin-top: 0;
  margin-bottom: -12px;
  margin-bottom: -0.85714rem; }
  .block-list--alt > li {
    border-bottom-width: 0;
    padding: 0;
    padding-bottom: 12px;
    padding-bottom: 0.85714rem; }
    .block-list--alt > li + li {
      border-top-width: 1px;
      padding-top: 12px;
      padding-top: 0.85714rem; }

/*----------------------------------*\
               FEATURED
\*----------------------------------*/
@-webkit-keyframes post-format-icon-border {
  0% {
    opacity: 0;
    -webkit-transform: rotateX(-360deg) rotateY(-270deg) scale(0.5); }
  60% {
    -webkit-transform: rotateX(-120deg) rotateY(-30deg) scale(1.25); }
  75% {
    -webkit-transform: rotateX(30deg) rotateY(15deg); }
  100% {
    opacity: 1;
    -webkit-transform: none; } }

@-webkit-keyframes post-format-icon-background {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5); }
  30% {
    -webkit-transform: scale(1.2); }
  100% {
    opacity: 1;
    -webkit-transform: none; } }

.post-format-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 50;
  width: 102px;
  width: 7.28571rem;
  height: 102px;
  height: 7.28571rem;
  margin-top: -57px;
  margin-top: -4.07143rem;
  margin-left: -51px;
  margin-left: -3.64286rem;
  font-size: 41px;
  font-size: 2.92857rem;
  line-height: 2.3;
  color: white;
  text-align: center;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  background-color: rgba(255, 255, 255, 0.25);
  background-clip: content-box;
  border: 0px solid transparent;
  border-width: 5px;
  border-width: 0.35714rem;
  box-shadow: 0 0 0 0.35714rem white;
  border-radius: 50%;
  pointer-events: none; }
  .post-format-icon .icon-camera {
    margin-left: 2px;
    margin-left: 0.14286rem; }
  .post-format-icon .icon-play {
    margin-left: 8px;
    margin-left: 0.57143rem; }

.post-format-icon--featured {
  width: 80px;
  height: 80px;
  margin-top: -70px;
  margin-left: -40px;
  font-size: 30px;
  font-size: 2.14286rem;
  line-height: 2.4; }
  @media only screen and (min-width: 900px) {
    .post-format-icon--featured {
      width: 150px;
      width: 10.71429rem;
      height: 150px;
      height: 10.71429rem;
      margin-top: -75px;
      margin-top: -5.35714rem;
      margin-left: -75px;
      margin-left: -5.35714rem;
      font-size: 58px;
      font-size: 4.14286rem; }
      .post-format-icon--featured .icon-camera {
        margin-left: 4px;
        margin-left: 0.28571rem; }
      .post-format-icon--featured .icon-play {
        margin-left: 14px;
        margin-left: 1rem; } }

.wp-smiley {
  width: auto !important;
  display: inline-block; }

@media only screen and (max-width: 899px) {
  .content--404 {
    margin-bottom: 48px;
    margin-bottom: 3.42857rem; } }

.no-slides-message {
  text-align: center;
  color: #bbb;
  margin-top: 24px;
  margin-top: 1.71429rem;
  font-size: 16px;
  font-size: 1.14286rem;
  line-height: 1.51; }

/**
 * Arrows need to be offset so .pixslider must have overflow visible
 */
.pixslider {
  overflow: visible; }

.category__featured-posts {
  margin-bottom: 24px;
  margin-bottom: 1.71429rem;
  position: relative; }
  .category__featured-posts img {
    display: block; }
  .category__featured-posts .featured-area__article {
    padding-left: 0;
    margin-bottom: 0;
    position: relative;
    height: 100%;
    width: 100%;
    display: block; }
    .category__featured-posts .featured-area__article .image-wrap {
      position: relative;
      width: 100%;
      height: 100%;
      display: block;
      padding: 0; }
      .category__featured-posts .featured-area__article .image-wrap img {
        max-width: none;
        position: relative; }
      .category__featured-posts .featured-area__article .image-wrap .article__title .hN, .category__featured-posts .featured-area__article .image-wrap .article--list__title .hN, .category__featured-posts .featured-area__article .image-wrap .latest-comments__title .hN, .category__featured-posts .featured-area__article .image-wrap .article__title .article__author-name, .category__featured-posts .featured-area__article .image-wrap .article--list__title .article__author-name, .category__featured-posts .featured-area__article .image-wrap .latest-comments__title .article__author-name, .category__featured-posts .featured-area__article .image-wrap .article__title .comment__author-name, .category__featured-posts .featured-area__article .image-wrap .article--list__title .comment__author-name, .category__featured-posts .featured-area__article .image-wrap .latest-comments__title .comment__author-name, .category__featured-posts .featured-area__article .image-wrap .article__title .score__average-wrapper, .category__featured-posts .featured-area__article .image-wrap .article--list__title .score__average-wrapper, .category__featured-posts .featured-area__article .image-wrap .latest-comments__title .score__average-wrapper, .category__featured-posts .featured-area__article .image-wrap .article__title .score__label, .category__featured-posts .featured-area__article .image-wrap .article--list__title .score__label, .category__featured-posts .featured-area__article .image-wrap .latest-comments__title .score__label, .category__featured-posts .featured-area__article .image-wrap .article__title .widget_calendar caption, .widget_calendar .category__featured-posts .featured-area__article .image-wrap .article__title caption, .category__featured-posts .featured-area__article .image-wrap .article--list__title .widget_calendar caption, .widget_calendar .category__featured-posts .featured-area__article .image-wrap .article--list__title caption, .category__featured-posts .featured-area__article .image-wrap .latest-comments__title .widget_calendar caption, .widget_calendar .category__featured-posts .featured-area__article .image-wrap .latest-comments__title caption {
        width: 100%;
        font-size: 23px;
        font-size: 1.64286rem;
        line-height: 1.05348; }

/*------------------------------------*\
              GENERAL STUFF
\*------------------------------------*/
html {
  color: #4c4a4a; }

.show-on-ie8 {
  display: none; }

.lt-ie9 .show-on-ie8 {
  display: block; }

.container {
  max-width: 1096px;
  margin: 0 auto; }

@media only screen and (min-width: 900px) {
  .sidebar {
    padding-left: 48px;
    padding-left: 3.42857rem; } }

.grid--thin {
  margin-left: -5px;
  margin-left: -0.35714rem; }
  .grid--thin > .grid__item, .grid--thin > .logged-in-as, .comment-form.grid--thin > *, .featured-area .grid--thin > .heroslider, .grid--thin > .featured-area__article, .grid--thin > .featured-area__aside {
    padding-left: 5px;
    padding-left: 0.35714rem; }

/*==========  $IMAGE WRAP  ==========*/
.image-wrap {
  display: block;
  padding-top: 67%;
  background: #ccc;
  position: relative;
  overflow: hidden; }
  .image-wrap img, .image-wrap .wp-post-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: auto !important;
    z-index: 20; }
  .image-wrap .article__title, .image-wrap .article--list__title, .image-wrap .latest-comments__title {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 20;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(10%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.8)));
    background-image: linear-gradient(rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, 0.8));
    color: white;
    padding: 48px 24px 24px;
    padding: 3.42857rem 1.71429rem 1.71429rem; }
    .image-wrap .article__title .hN, .image-wrap .article--list__title .hN, .image-wrap .latest-comments__title .hN, .image-wrap .article__title .article__author-name, .image-wrap .article--list__title .article__author-name, .image-wrap .latest-comments__title .article__author-name, .image-wrap .article__title .comment__author-name, .image-wrap .article--list__title .comment__author-name, .image-wrap .latest-comments__title .comment__author-name, .image-wrap .article__title .score__average-wrapper, .image-wrap .article--list__title .score__average-wrapper, .image-wrap .latest-comments__title .score__average-wrapper, .image-wrap .article__title .score__label, .image-wrap .article--list__title .score__label, .image-wrap .latest-comments__title .score__label, .image-wrap .article__title .widget_calendar caption, .widget_calendar .image-wrap .article__title caption, .image-wrap .article--list__title .widget_calendar caption, .widget_calendar .image-wrap .article--list__title caption, .image-wrap .latest-comments__title .widget_calendar caption, .widget_calendar .image-wrap .latest-comments__title caption {
      width: 60%;
      font-size: 26px;
      font-size: 1.85714rem;
      line-height: 1.39462; }
  .image-wrap:after, .billboard:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -25px;
    margin-top: -25px; }

.pixslider {
  opacity: 0; }
  .pixslider.slider--loaded {
    opacity: 1; }

/**
 * Magnific popup
 */
button.mfp-arrow {
  position: absolute;
  top: 50%;
  height: 55px;
  height: 3.92857rem;
  width: 55px;
  width: 3.92857rem;
  display: block;
  border-bottom: 2px solid white;
  outline: 0; }
  @media only screen and (max-width: 899px) {
    button.mfp-arrow {
      height: 25px;
      height: 1.78571rem;
      width: 25px;
      width: 1.78571rem; } }

button.mfp-arrow-left {
  left: 35px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-left: 2px solid white; }

button.mfp-arrow-right {
  right: 35px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-right: 2px solid white; }

.mfp-counter {
  font-size: 16px;
  font-size: 1.14286rem;
  line-height: 1.51;
  width: 100%;
  left: 0;
  text-align: center; }

img[src], img.lazy[src], img.riloadr-single[src] {
  visibility: visible; }

img.lazy, img.riloadr-single {
  visibility: hidden; }

/**
 * Moved from inline-custom-css
 */
.woocommerce ul.products li.product a:hover img {
  border-bottom: 5px solid #fb4834; }

ol {
  border-left: 0 solid #fb4834; }
@charset "UTF-8";:root{--wp-admin-theme-color:#007cba;--wp-admin-theme-color-darker-10:#006ba1;--wp-admin-theme-color-darker-20:#005a87;--wp-admin-border-width-focus:2px}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){:root{--wp-admin-border-width-focus:1.5px}}#start-resizable-editor-section{display:none}.wp-block-audio figcaption{margin-top:.5em;margin-bottom:1em}.wp-block-audio audio{width:100%;min-width:300px}.wp-block-button__link{color:#fff;background-color:#32373c;border:none;border-radius:1.55em;box-shadow:none;cursor:pointer;display:inline-block;font-size:1.125em;padding:.667em 1.333em;text-align:center;text-decoration:none;overflow-wrap:break-word}.wp-block-button__link:active,.wp-block-button__link:focus,.wp-block-button__link:hover,.wp-block-button__link:visited{color:#fff}.wp-block-button__link.aligncenter{text-align:center}.wp-block-button__link.alignright{text-align:right}.wp-block-buttons>.wp-block-button.has-custom-width{max-width:none}.wp-block-buttons>.wp-block-button.has-custom-width .wp-block-button__link{width:100%}.wp-block-buttons>.wp-block-button.wp-block-button__width-25{width:calc(25% - .5em)}.wp-block-buttons>.wp-block-button.wp-block-button__width-50{width:calc(50% - .5em)}.wp-block-buttons>.wp-block-button.wp-block-button__width-75{width:calc(75% - .5em)}.wp-block-buttons>.wp-block-button.wp-block-button__width-100{width:calc(100% - .5em)}.wp-block-button.is-style-squared,.wp-block-button__link.wp-block-button.is-style-squared{border-radius:0}.wp-block-button.no-border-radius,.wp-block-button__link.no-border-radius{border-radius:0!important}.is-style-outline>.wp-block-button__link,.wp-block-button__link.is-style-outline{border:2px solid}.is-style-outline>.wp-block-button__link:not(.has-text-color),.wp-block-button__link.is-style-outline:not(.has-text-color){color:#32373c}.is-style-outline>.wp-block-button__link:not(.has-background),.wp-block-button__link.is-style-outline:not(.has-background){background-color:transparent}.wp-block-buttons{display:flex;flex-direction:row;flex-wrap:wrap}.wp-block-buttons.is-vertical{flex-direction:column}.wp-block-buttons.is-vertical>.wp-block-button{margin-right:0}.wp-block-buttons.is-vertical>.wp-block-button:last-child{margin-bottom:0}.wp-block-buttons>.wp-block-button{display:inline-block;margin-right:.5em;margin-bottom:.5em}.wp-block-buttons>.wp-block-button:last-child{margin-right:0}.wp-block-buttons.is-content-justification-left{justify-content:flex-start}.wp-block-buttons.is-content-justification-left.is-vertical{align-items:flex-start}.wp-block-buttons.is-content-justification-center{justify-content:center}.wp-block-buttons.is-content-justification-center.is-vertical{align-items:center}.wp-block-buttons.is-content-justification-right{justify-content:flex-end}.wp-block-buttons.is-content-justification-right>.wp-block-button{margin-left:.5em;margin-right:0}.wp-block-buttons.is-content-justification-right>.wp-block-button:first-child{margin-left:0}.wp-block-buttons.is-content-justification-right.is-vertical{align-items:flex-end}.wp-block-buttons.aligncenter{text-align:center}.wp-block-buttons.alignleft .wp-block-button{margin-left:0;margin-right:.5em}.wp-block-buttons.alignleft .wp-block-button:last-child{margin-right:0}.wp-block-buttons.alignright .wp-block-button{margin-right:0;margin-left:.5em}.wp-block-buttons.alignright .wp-block-button:first-child{margin-left:0}.wp-block-calendar{text-align:center}.wp-block-calendar tbody td,.wp-block-calendar th{padding:.25em;border:1px solid #ddd}.wp-block-calendar tfoot td{border:none}.wp-block-calendar table{width:100%;border-collapse:collapse}.wp-block-calendar table th{font-weight:400;background:#ddd}.wp-block-calendar a{text-decoration:underline}.wp-block-calendar table caption,.wp-block-calendar table tbody{color:#40464d}.wp-block-categories.alignleft{margin-right:2em}.wp-block-categories.alignright{margin-left:2em}.wp-block-code code{display:block;white-space:pre-wrap;overflow-wrap:break-word}.wp-block-columns{display:flex;margin-bottom:1.75em;flex-wrap:wrap}@media (min-width:782px){.wp-block-columns{flex-wrap:nowrap}}.wp-block-columns.has-background{padding:1.25em 2.375em}.wp-block-columns.are-vertically-aligned-top{align-items:flex-start}.wp-block-columns.are-vertically-aligned-center{align-items:center}.wp-block-columns.are-vertically-aligned-bottom{align-items:flex-end}.wp-block-column{flex-grow:1;min-width:0;word-break:break-word;overflow-wrap:break-word}@media (max-width:599px){.wp-block-column{flex-basis:100%!important}}@media (min-width:600px) and (max-width:781px){.wp-block-column:not(:only-child){flex-basis:calc(50% - 1em)!important;flex-grow:0}.wp-block-column:nth-child(2n){margin-left:2em}}@media (min-width:782px){.wp-block-column{flex-basis:0;flex-grow:1}.wp-block-column[style*=flex-basis]{flex-grow:0}.wp-block-column:not(:first-child){margin-left:2em}}.wp-block-column.is-vertically-aligned-top{align-self:flex-start}.wp-block-column.is-vertically-aligned-center{-ms-grid-row-align:center;align-self:center}.wp-block-column.is-vertically-aligned-bottom{align-self:flex-end}.wp-block-column.is-vertically-aligned-bottom,.wp-block-column.is-vertically-aligned-center,.wp-block-column.is-vertically-aligned-top{width:100%}.wp-block-cover,.wp-block-cover-image{position:relative;background-size:cover;background-position:50%;min-height:430px;width:100%;height:100%;display:flex;justify-content:center;align-items:center;padding:1em;box-sizing:border-box}.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax{background-attachment:fixed}@supports (-webkit-overflow-scrolling:touch){.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax{background-attachment:scroll}}@media (prefers-reduced-motion:reduce){.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax{background-attachment:scroll}}.wp-block-cover-image.is-repeated,.wp-block-cover.is-repeated{background-repeat:repeat;background-size:auto}.wp-block-cover-image.has-background-dim:not([class*=-background-color]),.wp-block-cover.has-background-dim:not([class*=-background-color]){background-color:#000}.wp-block-cover-image.has-background-dim:before,.wp-block-cover.has-background-dim:before{content:"";background-color:inherit}.wp-block-cover-image.has-background-dim:not(.has-background-gradient):before,.wp-block-cover-image .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim:not(.has-background-gradient):before,.wp-block-cover .wp-block-cover__gradient-background{position:absolute;top:0;left:0;bottom:0;right:0;z-index:1;opacity:.5}.wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-10:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-10:not(.has-background-gradient):before{opacity:.1}.wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-20:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-20:not(.has-background-gradient):before{opacity:.2}.wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-30:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-30:not(.has-background-gradient):before{opacity:.3}.wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-40:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-40:not(.has-background-gradient):before{opacity:.4}.wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-50:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-50:not(.has-background-gradient):before{opacity:.5}.wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-60:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-60:not(.has-background-gradient):before{opacity:.6}.wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-70:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-70:not(.has-background-gradient):before{opacity:.7}.wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-80:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-80:not(.has-background-gradient):before{opacity:.8}.wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-90:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-90:not(.has-background-gradient):before{opacity:.9}.wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-100:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-100:not(.has-background-gradient):before{opacity:1}.wp-block-cover-image.alignleft,.wp-block-cover-image.alignright,.wp-block-cover.alignleft,.wp-block-cover.alignright{max-width:420px;width:100%}.wp-block-cover-image:after,.wp-block-cover:after{display:block;content:"";font-size:0;min-height:inherit}@supports ((position:-webkit-sticky) or (position:sticky)){.wp-block-cover-image:after,.wp-block-cover:after{content:none}}.wp-block-cover-image.aligncenter,.wp-block-cover-image.alignleft,.wp-block-cover-image.alignright,.wp-block-cover.aligncenter,.wp-block-cover.alignleft,.wp-block-cover.alignright{display:flex}.wp-block-cover-image .wp-block-cover__inner-container,.wp-block-cover .wp-block-cover__inner-container{width:100%;z-index:1;color:#fff}.wp-block-cover-image .wp-block-subhead:not(.has-text-color),.wp-block-cover-image h1:not(.has-text-color),.wp-block-cover-image h2:not(.has-text-color),.wp-block-cover-image h3:not(.has-text-color),.wp-block-cover-image h4:not(.has-text-color),.wp-block-cover-image h5:not(.has-text-color),.wp-block-cover-image h6:not(.has-text-color),.wp-block-cover-image p:not(.has-text-color),.wp-block-cover .wp-block-subhead:not(.has-text-color),.wp-block-cover h1:not(.has-text-color),.wp-block-cover h2:not(.has-text-color),.wp-block-cover h3:not(.has-text-color),.wp-block-cover h4:not(.has-text-color),.wp-block-cover h5:not(.has-text-color),.wp-block-cover h6:not(.has-text-color),.wp-block-cover p:not(.has-text-color){color:inherit}.wp-block-cover-image.is-position-top-left,.wp-block-cover.is-position-top-left{align-items:flex-start;justify-content:flex-start}.wp-block-cover-image.is-position-top-center,.wp-block-cover.is-position-top-center{align-items:flex-start;justify-content:center}.wp-block-cover-image.is-position-top-right,.wp-block-cover.is-position-top-right{align-items:flex-start;justify-content:flex-end}.wp-block-cover-image.is-position-center-left,.wp-block-cover.is-position-center-left{align-items:center;justify-content:flex-start}.wp-block-cover-image.is-position-center-center,.wp-block-cover.is-position-center-center{align-items:center;justify-content:center}.wp-block-cover-image.is-position-center-right,.wp-block-cover.is-position-center-right{align-items:center;justify-content:flex-end}.wp-block-cover-image.is-position-bottom-left,.wp-block-cover.is-position-bottom-left{align-items:flex-end;justify-content:flex-start}.wp-block-cover-image.is-position-bottom-center,.wp-block-cover.is-position-bottom-center{align-items:flex-end;justify-content:center}.wp-block-cover-image.is-position-bottom-right,.wp-block-cover.is-position-bottom-right{align-items:flex-end;justify-content:flex-end}.wp-block-cover-image.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container{margin:0;width:auto}.wp-block-cover__image-background,.wp-block-cover__video-background{position:absolute;top:0;right:0;bottom:0;left:0;-o-object-fit:cover;object-fit:cover}.wp-block-cover__image-background,.wp-block-cover__video-background{z-index:0}.wp-block-cover-image-text,.wp-block-cover-text,section.wp-block-cover-image h2{color:#fff}.wp-block-cover-image-text a,.wp-block-cover-image-text a:active,.wp-block-cover-image-text a:focus,.wp-block-cover-image-text a:hover,.wp-block-cover-text a,.wp-block-cover-text a:active,.wp-block-cover-text a:focus,.wp-block-cover-text a:hover,section.wp-block-cover-image h2 a,section.wp-block-cover-image h2 a:active,section.wp-block-cover-image h2 a:focus,section.wp-block-cover-image h2 a:hover{color:#fff}.wp-block-cover-image .wp-block-cover.has-left-content{justify-content:flex-start}.wp-block-cover-image .wp-block-cover.has-right-content{justify-content:flex-end}.wp-block-cover-image.has-left-content .wp-block-cover-image-text,.wp-block-cover.has-left-content .wp-block-cover-text,section.wp-block-cover-image.has-left-content>h2{margin-left:0;text-align:left}.wp-block-cover-image.has-right-content .wp-block-cover-image-text,.wp-block-cover.has-right-content .wp-block-cover-text,section.wp-block-cover-image.has-right-content>h2{margin-right:0;text-align:right}.wp-block-cover-image .wp-block-cover-image-text,.wp-block-cover .wp-block-cover-text,section.wp-block-cover-image>h2{font-size:2em;line-height:1.25;z-index:1;margin-bottom:0;max-width:840px;padding:.44em;text-align:center}.wp-block-embed.alignleft,.wp-block-embed.alignright,.wp-block[data-align=left]>[data-type="core/embed"],.wp-block[data-align=right]>[data-type="core/embed"]{max-width:360px;width:100%}.wp-block-embed.alignleft .wp-block-embed__wrapper,.wp-block-embed.alignright .wp-block-embed__wrapper,.wp-block[data-align=left]>[data-type="core/embed"] .wp-block-embed__wrapper,.wp-block[data-align=right]>[data-type="core/embed"] .wp-block-embed__wrapper{min-width:280px}.wp-block-embed{margin-bottom:1em}.wp-block-embed figcaption{margin-top:.5em;margin-bottom:1em}.wp-block-embed iframe{max-width:100%}.wp-block-embed__wrapper{position:relative}.wp-embed-responsive .wp-has-aspect-ratio .wp-block-embed__wrapper:before{content:"";display:block;padding-top:50%}.wp-embed-responsive .wp-has-aspect-ratio iframe{position:absolute;top:0;right:0;bottom:0;left:0;height:100%;width:100%}.wp-embed-responsive .wp-embed-aspect-21-9 .wp-block-embed__wrapper:before{padding-top:42.85%}.wp-embed-responsive .wp-embed-aspect-18-9 .wp-block-embed__wrapper:before{padding-top:50%}.wp-embed-responsive .wp-embed-aspect-16-9 .wp-block-embed__wrapper:before{padding-top:56.25%}.wp-embed-responsive .wp-embed-aspect-4-3 .wp-block-embed__wrapper:before{padding-top:75%}.wp-embed-responsive .wp-embed-aspect-1-1 .wp-block-embed__wrapper:before{padding-top:100%}.wp-embed-responsive .wp-embed-aspect-9-16 .wp-block-embed__wrapper:before{padding-top:177.77%}.wp-embed-responsive .wp-embed-aspect-1-2 .wp-block-embed__wrapper:before{padding-top:200%}.wp-block-file{margin-bottom:1.5em}.wp-block-file.aligncenter{text-align:center}.wp-block-file.alignright{text-align:right}.wp-block-file .wp-block-file__button{background:#32373c;border-radius:2em;color:#fff;font-size:.8em;padding:.5em 1em}.wp-block-file a.wp-block-file__button{text-decoration:none}.wp-block-file a.wp-block-file__button:active,.wp-block-file a.wp-block-file__button:focus,.wp-block-file a.wp-block-file__button:hover,.wp-block-file a.wp-block-file__button:visited{box-shadow:none;color:#fff;opacity:.85;text-decoration:none}.wp-block-file *+.wp-block-file__button{margin-left:.75em}.blocks-gallery-grid,.wp-block-gallery{display:flex;flex-wrap:wrap;list-style-type:none;padding:0;margin:0}.blocks-gallery-grid .blocks-gallery-image,.blocks-gallery-grid .blocks-gallery-item,.wp-block-gallery .blocks-gallery-image,.wp-block-gallery .blocks-gallery-item{margin:0 1em 1em 0;display:flex;flex-grow:1;flex-direction:column;justify-content:center;position:relative;width:calc(50% - 1em)}.blocks-gallery-grid .blocks-gallery-image:nth-of-type(2n),.blocks-gallery-grid .blocks-gallery-item:nth-of-type(2n),.wp-block-gallery .blocks-gallery-image:nth-of-type(2n),.wp-block-gallery .blocks-gallery-item:nth-of-type(2n){margin-right:0}.blocks-gallery-grid .blocks-gallery-image figure,.blocks-gallery-grid .blocks-gallery-item figure,.wp-block-gallery .blocks-gallery-image figure,.wp-block-gallery .blocks-gallery-item figure{margin:0;height:100%}@supports ((position:-webkit-sticky) or (position:sticky)){.blocks-gallery-grid .blocks-gallery-image figure,.blocks-gallery-grid .blocks-gallery-item figure,.wp-block-gallery .blocks-gallery-image figure,.wp-block-gallery .blocks-gallery-item figure{display:flex;align-items:flex-end;justify-content:flex-start}}.blocks-gallery-grid .blocks-gallery-image img,.blocks-gallery-grid .blocks-gallery-item img,.wp-block-gallery .blocks-gallery-image img,.wp-block-gallery .blocks-gallery-item img{display:block;max-width:100%;height:auto;width:100%}@supports ((position:-webkit-sticky) or (position:sticky)){.blocks-gallery-grid .blocks-gallery-image img,.blocks-gallery-grid .blocks-gallery-item img,.wp-block-gallery .blocks-gallery-image img,.wp-block-gallery .blocks-gallery-item img{width:auto}}.blocks-gallery-grid .blocks-gallery-image figcaption,.blocks-gallery-grid .blocks-gallery-item figcaption,.wp-block-gallery .blocks-gallery-image figcaption,.wp-block-gallery .blocks-gallery-item figcaption{position:absolute;bottom:0;width:100%;max-height:100%;overflow:auto;padding:3em .77em .7em;color:#fff;text-align:center;font-size:.8em;background:linear-gradient(0deg,rgba(0,0,0,.7),rgba(0,0,0,.3) 70%,transparent);box-sizing:border-box;margin:0}.blocks-gallery-grid .blocks-gallery-image figcaption img,.blocks-gallery-grid .blocks-gallery-item figcaption img,.wp-block-gallery .blocks-gallery-image figcaption img,.wp-block-gallery .blocks-gallery-item figcaption img{display:inline}.blocks-gallery-grid figcaption,.wp-block-gallery figcaption{flex-grow:1}.blocks-gallery-grid.is-cropped .blocks-gallery-image a,.blocks-gallery-grid.is-cropped .blocks-gallery-image img,.blocks-gallery-grid.is-cropped .blocks-gallery-item a,.blocks-gallery-grid.is-cropped .blocks-gallery-item img,.wp-block-gallery.is-cropped .blocks-gallery-image a,.wp-block-gallery.is-cropped .blocks-gallery-image img,.wp-block-gallery.is-cropped .blocks-gallery-item a,.wp-block-gallery.is-cropped .blocks-gallery-item img{width:100%}@supports ((position:-webkit-sticky) or (position:sticky)){.blocks-gallery-grid.is-cropped .blocks-gallery-image a,.blocks-gallery-grid.is-cropped .blocks-gallery-image img,.blocks-gallery-grid.is-cropped .blocks-gallery-item a,.blocks-gallery-grid.is-cropped .blocks-gallery-item img,.wp-block-gallery.is-cropped .blocks-gallery-image a,.wp-block-gallery.is-cropped .blocks-gallery-image img,.wp-block-gallery.is-cropped .blocks-gallery-item a,.wp-block-gallery.is-cropped .blocks-gallery-item img{height:100%;flex:1;-o-object-fit:cover;object-fit:cover}}.blocks-gallery-grid.columns-1 .blocks-gallery-image,.blocks-gallery-grid.columns-1 .blocks-gallery-item,.wp-block-gallery.columns-1 .blocks-gallery-image,.wp-block-gallery.columns-1 .blocks-gallery-item{width:100%;margin-right:0}@media (min-width:600px){.blocks-gallery-grid.columns-3 .blocks-gallery-image,.blocks-gallery-grid.columns-3 .blocks-gallery-item,.wp-block-gallery.columns-3 .blocks-gallery-image,.wp-block-gallery.columns-3 .blocks-gallery-item{width:calc(33.33333% - .66667em);margin-right:1em}.blocks-gallery-grid.columns-4 .blocks-gallery-image,.blocks-gallery-grid.columns-4 .blocks-gallery-item,.wp-block-gallery.columns-4 .blocks-gallery-image,.wp-block-gallery.columns-4 .blocks-gallery-item{width:calc(25% - .75em);margin-right:1em}.blocks-gallery-grid.columns-5 .blocks-gallery-image,.blocks-gallery-grid.columns-5 .blocks-gallery-item,.wp-block-gallery.columns-5 .blocks-gallery-image,.wp-block-gallery.columns-5 .blocks-gallery-item{width:calc(20% - .8em);margin-right:1em}.blocks-gallery-grid.columns-6 .blocks-gallery-image,.blocks-gallery-grid.columns-6 .blocks-gallery-item,.wp-block-gallery.columns-6 .blocks-gallery-image,.wp-block-gallery.columns-6 .blocks-gallery-item{width:calc(16.66667% - .83333em);margin-right:1em}.blocks-gallery-grid.columns-7 .blocks-gallery-image,.blocks-gallery-grid.columns-7 .blocks-gallery-item,.wp-block-gallery.columns-7 .blocks-gallery-image,.wp-block-gallery.columns-7 .blocks-gallery-item{width:calc(14.28571% - .85714em);margin-right:1em}.blocks-gallery-grid.columns-8 .blocks-gallery-image,.blocks-gallery-grid.columns-8 .blocks-gallery-item,.wp-block-gallery.columns-8 .blocks-gallery-image,.wp-block-gallery.columns-8 .blocks-gallery-item{width:calc(12.5% - .875em);margin-right:1em}.blocks-gallery-grid.columns-1 .blocks-gallery-image:nth-of-type(1n),.blocks-gallery-grid.columns-1 .blocks-gallery-item:nth-of-type(1n),.wp-block-gallery.columns-1 .blocks-gallery-image:nth-of-type(1n),.wp-block-gallery.columns-1 .blocks-gallery-item:nth-of-type(1n){margin-right:0}.blocks-gallery-grid.columns-2 .blocks-gallery-image:nth-of-type(2n),.blocks-gallery-grid.columns-2 .blocks-gallery-item:nth-of-type(2n),.wp-block-gallery.columns-2 .blocks-gallery-image:nth-of-type(2n),.wp-block-gallery.columns-2 .blocks-gallery-item:nth-of-type(2n){margin-right:0}.blocks-gallery-grid.columns-3 .blocks-gallery-image:nth-of-type(3n),.blocks-gallery-grid.columns-3 .blocks-gallery-item:nth-of-type(3n),.wp-block-gallery.columns-3 .blocks-gallery-image:nth-of-type(3n),.wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(3n){margin-right:0}.blocks-gallery-grid.columns-4 .blocks-gallery-image:nth-of-type(4n),.blocks-gallery-grid.columns-4 .blocks-gallery-item:nth-of-type(4n),.wp-block-gallery.columns-4 .blocks-gallery-image:nth-of-type(4n),.wp-block-gallery.columns-4 .blocks-gallery-item:nth-of-type(4n){margin-right:0}.blocks-gallery-grid.columns-5 .blocks-gallery-image:nth-of-type(5n),.blocks-gallery-grid.columns-5 .blocks-gallery-item:nth-of-type(5n),.wp-block-gallery.columns-5 .blocks-gallery-image:nth-of-type(5n),.wp-block-gallery.columns-5 .blocks-gallery-item:nth-of-type(5n){margin-right:0}.blocks-gallery-grid.columns-6 .blocks-gallery-image:nth-of-type(6n),.blocks-gallery-grid.columns-6 .blocks-gallery-item:nth-of-type(6n),.wp-block-gallery.columns-6 .blocks-gallery-image:nth-of-type(6n),.wp-block-gallery.columns-6 .blocks-gallery-item:nth-of-type(6n){margin-right:0}.blocks-gallery-grid.columns-7 .blocks-gallery-image:nth-of-type(7n),.blocks-gallery-grid.columns-7 .blocks-gallery-item:nth-of-type(7n),.wp-block-gallery.columns-7 .blocks-gallery-image:nth-of-type(7n),.wp-block-gallery.columns-7 .blocks-gallery-item:nth-of-type(7n){margin-right:0}.blocks-gallery-grid.columns-8 .blocks-gallery-image:nth-of-type(8n),.blocks-gallery-grid.columns-8 .blocks-gallery-item:nth-of-type(8n),.wp-block-gallery.columns-8 .blocks-gallery-image:nth-of-type(8n),.wp-block-gallery.columns-8 .blocks-gallery-item:nth-of-type(8n){margin-right:0}}.blocks-gallery-grid .blocks-gallery-image:last-child,.blocks-gallery-grid .blocks-gallery-item:last-child,.wp-block-gallery .blocks-gallery-image:last-child,.wp-block-gallery .blocks-gallery-item:last-child{margin-right:0}.blocks-gallery-grid.alignleft,.blocks-gallery-grid.alignright,.wp-block-gallery.alignleft,.wp-block-gallery.alignright{max-width:420px;width:100%}.blocks-gallery-grid.aligncenter .blocks-gallery-item figure,.wp-block-gallery.aligncenter .blocks-gallery-item figure{justify-content:center}.wp-block-group{box-sizing:border-box}h1.has-background,h2.has-background,h3.has-background,h4.has-background,h5.has-background,h6.has-background{padding:1.25em 2.375em}.wp-block-image{margin-bottom:1em}.wp-block-image img{max-width:100%}.wp-block-image.aligncenter{text-align:center}.wp-block-image.alignfull img,.wp-block-image.alignwide img{width:100%}.wp-block-image .aligncenter,.wp-block-image .alignleft,.wp-block-image .alignright{display:table}.wp-block-image .aligncenter>figcaption,.wp-block-image .alignleft>figcaption,.wp-block-image .alignright>figcaption{display:table-caption;caption-side:bottom}.wp-block-image .alignleft{float:left;margin:.5em 1em .5em 0}.wp-block-image .alignright{float:right;margin:.5em 0 .5em 1em}.wp-block-image .aligncenter{margin-left:auto;margin-right:auto}.wp-block-image figcaption{margin-top:.5em;margin-bottom:1em}.wp-block-image.is-style-circle-mask img,.wp-block-image.is-style-rounded img{border-radius:9999px}@supports ((-webkit-mask-image:none) or (mask-image:none)) or (-webkit-mask-image:none){.wp-block-image.is-style-circle-mask img{-webkit-mask-image:url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');mask-image:url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');mask-mode:alpha;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain;-webkit-mask-position:center;mask-position:center;border-radius:0}}.wp-block-latest-comments__comment{line-height:1.1;list-style:none;margin-bottom:1em}.has-avatars .wp-block-latest-comments__comment{min-height:2.25em;list-style:none}.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta{margin-left:3.25em}.has-dates .wp-block-latest-comments__comment,.has-excerpts .wp-block-latest-comments__comment{line-height:1.5}.wp-block-latest-comments__comment-excerpt p{font-size:.875em;line-height:1.8;margin:.36em 0 1.4em}.wp-block-latest-comments__comment-date{display:block;font-size:.75em}.wp-block-latest-comments .avatar,.wp-block-latest-comments__comment-avatar{border-radius:1.5em;display:block;float:left;height:2.5em;margin-right:.75em;width:2.5em}.wp-block-latest-posts.alignleft{margin-right:2em}.wp-block-latest-posts.alignright{margin-left:2em}.wp-block-latest-posts.wp-block-latest-posts__list{list-style:none}.wp-block-latest-posts.wp-block-latest-posts__list li{clear:both}.wp-block-latest-posts.is-grid{display:flex;flex-wrap:wrap;padding:0}.wp-block-latest-posts.is-grid li{margin:0 1.25em 1.25em 0;width:100%}@media (min-width:600px){.wp-block-latest-posts.columns-2 li{width:calc(50% - .625em)}.wp-block-latest-posts.columns-2 li:nth-child(2n){margin-right:0}.wp-block-latest-posts.columns-3 li{width:calc(33.33333% - .83333em)}.wp-block-latest-posts.columns-3 li:nth-child(3n){margin-right:0}.wp-block-latest-posts.columns-4 li{width:calc(25% - .9375em)}.wp-block-latest-posts.columns-4 li:nth-child(4n){margin-right:0}.wp-block-latest-posts.columns-5 li{width:calc(20% - 1em)}.wp-block-latest-posts.columns-5 li:nth-child(5n){margin-right:0}.wp-block-latest-posts.columns-6 li{width:calc(16.66667% - 1.04167em)}.wp-block-latest-posts.columns-6 li:nth-child(6n){margin-right:0}}.wp-block-latest-posts__post-author,.wp-block-latest-posts__post-date{display:block;color:#555;font-size:.8125em}.wp-block-latest-posts__post-excerpt{margin-top:.5em;margin-bottom:1em}.wp-block-latest-posts__featured-image a{display:inline-block}.wp-block-latest-posts__featured-image img{height:auto;width:auto}.wp-block-latest-posts__featured-image.alignleft{margin-right:1em}.wp-block-latest-posts__featured-image.alignright{margin-left:1em}.wp-block-latest-posts__featured-image.aligncenter{margin-bottom:1em;text-align:center}.block-editor-image-alignment-control__row .components-base-control__field{display:flex;justify-content:space-between;align-items:center}.block-editor-image-alignment-control__row .components-base-control__field .components-base-control__label{margin-bottom:0}ol.has-background,ul.has-background{padding:1.25em 2.375em}.wp-block-media-text{direction:ltr;display:-ms-grid;display:grid;-ms-grid-columns:50% 1fr;grid-template-columns:50% 1fr;-ms-grid-rows:auto;grid-template-rows:auto}.wp-block-media-text.has-media-on-the-right{-ms-grid-columns:1fr 50%;grid-template-columns:1fr 50%}.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__media{-ms-grid-row-align:start;align-self:start}.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__media,.wp-block-media-text .wp-block-media-text__content,.wp-block-media-text .wp-block-media-text__media{-ms-grid-row-align:center;align-self:center}.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__media{-ms-grid-row-align:end;align-self:end}.wp-block-media-text .wp-block-media-text__media{-ms-grid-column:1;grid-column:1;-ms-grid-row:1;grid-row:1;margin:0}.wp-block-media-text .wp-block-media-text__content{direction:ltr;padding:0 8%;word-break:break-word}.wp-block-media-text.has-media-on-the-right .wp-block-media-text__media,.wp-block-media-text .wp-block-media-text__content{-ms-grid-column:2;grid-column:2;-ms-grid-row:1;grid-row:1}.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content{-ms-grid-column:1;grid-column:1;-ms-grid-row:1;grid-row:1}.wp-block-media-text__media img,.wp-block-media-text__media video{max-width:unset;width:100%;vertical-align:middle}.wp-block-media-text.is-image-fill .wp-block-media-text__media{height:100%;min-height:250px;background-size:cover}.wp-block-media-text.is-image-fill .wp-block-media-text__media>a{display:block;height:100%}.wp-block-media-text.is-image-fill .wp-block-media-text__media img{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}@media (max-width:600px){.wp-block-media-text.is-stacked-on-mobile{-ms-grid-columns:100%!important;grid-template-columns:100%!important}.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media{-ms-grid-column:1;grid-column:1;-ms-grid-row:1;grid-row:1}.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content{-ms-grid-column:1;grid-column:1;-ms-grid-row:2;grid-row:2}}.wp-block-navigation:not(.has-background) .wp-block-navigation__container .wp-block-navigation__container{color:#1e1e1e;background-color:#fff}.items-justified-left>ul{justify-content:flex-start}.items-justified-center>ul{justify-content:center}.items-justified-right>ul{justify-content:flex-end}.wp-block-navigation-link{display:flex;align-items:center;position:relative;margin:0}.wp-block-navigation-link .wp-block-navigation__container:empty{display:none}.wp-block-navigation__container{list-style:none;margin:0;padding-left:0;display:flex;flex-wrap:wrap}.is-vertical .wp-block-navigation__container{display:block}.has-child>.wp-block-navigation-link__content{padding-right:.5em}.has-child .wp-block-navigation__container{border:1px solid rgba(0,0,0,.15);background-color:inherit;color:inherit;position:absolute;left:0;top:100%;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;z-index:2;opacity:0;transition:opacity .1s linear;visibility:hidden}.has-child .wp-block-navigation__container>.wp-block-navigation-link>.wp-block-navigation-link__content{flex-grow:1}.has-child .wp-block-navigation__container>.wp-block-navigation-link>.wp-block-navigation-link__submenu-icon{padding-right:.5em}@media (min-width:782px){.has-child .wp-block-navigation__container{left:1.5em}.has-child .wp-block-navigation__container .wp-block-navigation__container{left:100%;top:-1px}.has-child .wp-block-navigation__container .wp-block-navigation__container:before{content:"";position:absolute;right:100%;height:100%;display:block;width:.5em;background:transparent}.has-child .wp-block-navigation__container .wp-block-navigation-link__submenu-icon svg{transform:rotate(0)}}.has-child:hover{cursor:pointer}.has-child:hover>.wp-block-navigation__container{visibility:visible;opacity:1;display:flex;flex-direction:column}.has-child:focus-within{cursor:pointer}.has-child:focus-within>.wp-block-navigation__container{visibility:visible;opacity:1;display:flex;flex-direction:column}.wp-block-navigation[style*=text-decoration] .wp-block-navigation-link,.wp-block-navigation[style*=text-decoration] .wp-block-navigation__container{text-decoration:inherit}.wp-block-navigation[style*=text-decoration] .wp-block-navigation-link__content{text-decoration:inherit}.wp-block-navigation[style*=text-decoration] .wp-block-navigation-link__content:active,.wp-block-navigation[style*=text-decoration] .wp-block-navigation-link__content:focus{text-decoration:inherit}.wp-block-navigation:not([style*=text-decoration]) .wp-block-navigation-link__content{text-decoration:none}.wp-block-navigation:not([style*=text-decoration]) .wp-block-navigation-link__content:active,.wp-block-navigation:not([style*=text-decoration]) .wp-block-navigation-link__content:focus{text-decoration:none}.wp-block-navigation-link__content{color:inherit;padding:.5em 1em}.wp-block-navigation-link__content+.wp-block-navigation-link__content{padding-top:0}.has-text-color .wp-block-navigation-link__content{color:inherit}.wp-block-navigation-link__label{word-break:normal;overflow-wrap:break-word}.wp-block-navigation-link__submenu-icon{height:inherit;padding:.375em 1em .375em 0}.wp-block-navigation-link__submenu-icon svg{fill:currentColor}@media (min-width:782px){.wp-block-navigation-link__submenu-icon svg{transform:rotate(90deg)}}.is-small-text{font-size:.875em}.is-regular-text{font-size:1em}.is-large-text{font-size:2.25em}.is-larger-text{font-size:3em}.has-drop-cap:not(:focus):first-letter{float:left;font-size:8.4em;line-height:.68;font-weight:100;margin:.05em .1em 0 0;text-transform:uppercase;font-style:normal}p.has-background{padding:1.25em 2.375em}p.has-text-color a{color:inherit}.wp-block-post-author{display:flex;flex-wrap:wrap}.wp-block-post-author__byline{width:100%;margin-top:0;margin-bottom:0;font-size:.5em}.wp-block-post-author__avatar{margin-right:1em}.wp-block-post-author__bio{margin-bottom:.7em;font-size:.7em}.wp-block-post-author__content{flex-grow:1;flex-basis:0}.wp-block-post-author__name{font-weight:700;margin:0}.wp-block-post-comments-form input[type=submit]{color:#fff;background-color:#32373c;border:none;border-radius:1.55em;box-shadow:none;cursor:pointer;display:inline-block;font-size:1.125em;padding:.667em 1.333em;text-align:center;text-decoration:none;overflow-wrap:break-word}.wp-block-post-comments-form input[type=submit]:active,.wp-block-post-comments-form input[type=submit]:focus,.wp-block-post-comments-form input[type=submit]:hover,.wp-block-post-comments-form input[type=submit]:visited{color:#fff}.wp-block-preformatted{white-space:pre-wrap}.wp-block-pullquote{padding:3em 0;margin-left:0;margin-right:0;text-align:center}.wp-block-pullquote.alignleft,.wp-block-pullquote.alignright{max-width:420px}.wp-block-pullquote.alignleft p,.wp-block-pullquote.alignright p{font-size:1.25em}.wp-block-pullquote p{font-size:1.75em;line-height:1.6}.wp-block-pullquote cite,.wp-block-pullquote footer{position:relative}.wp-block-pullquote .has-text-color a{color:inherit}.wp-block-pullquote:not(.is-style-solid-color){background:none}.wp-block-pullquote.is-style-solid-color{border:none}.wp-block-pullquote.is-style-solid-color blockquote{margin-left:auto;margin-right:auto;text-align:left;max-width:60%}.wp-block-pullquote.is-style-solid-color blockquote p{margin-top:0;margin-bottom:0;font-size:2em}.wp-block-pullquote.is-style-solid-color blockquote cite{text-transform:none;font-style:normal}.wp-block-pullquote cite{color:inherit}.wp-block-query-loop{max-width:100%;list-style:none;padding:0}.wp-block-query-loop li{clear:both}.wp-block-query-loop.is-flex-container{flex-direction:row;display:flex;flex-wrap:wrap}.wp-block-query-loop.is-flex-container li{margin:0 0 1.25em;width:100%}@media (min-width:600px){.wp-block-query-loop.is-flex-container li{margin-right:1.25em}.wp-block-query-loop.is-flex-container.is-flex-container.columns-2>li{width:calc(50% - .625em)}.wp-block-query-loop.is-flex-container.is-flex-container.columns-2>li:nth-child(2n){margin-right:0}.wp-block-query-loop.is-flex-container.is-flex-container.columns-3>li{width:calc(33.33333% - .83333em)}.wp-block-query-loop.is-flex-container.is-flex-container.columns-3>li:nth-child(3n){margin-right:0}.wp-block-query-loop.is-flex-container.is-flex-container.columns-4>li{width:calc(25% - .9375em)}.wp-block-query-loop.is-flex-container.is-flex-container.columns-4>li:nth-child(4n){margin-right:0}.wp-block-query-loop.is-flex-container.is-flex-container.columns-5>li{width:calc(20% - 1em)}.wp-block-query-loop.is-flex-container.is-flex-container.columns-5>li:nth-child(5n){margin-right:0}.wp-block-query-loop.is-flex-container.is-flex-container.columns-6>li{width:calc(16.66667% - 1.04167em)}.wp-block-query-loop.is-flex-container.is-flex-container.columns-6>li:nth-child(6n){margin-right:0}}.wp-block-quote.is-large,.wp-block-quote.is-style-large{margin-bottom:1em;padding:0 1em}.wp-block-quote.is-large p,.wp-block-quote.is-style-large p{font-size:1.5em;font-style:italic;line-height:1.6}.wp-block-quote.is-large cite,.wp-block-quote.is-large footer,.wp-block-quote.is-style-large cite,.wp-block-quote.is-style-large footer{font-size:1.125em;text-align:right}.wp-block-rss.wp-block-rss{box-sizing:border-box}.wp-block-rss.alignleft{margin-right:2em}.wp-block-rss.alignright{margin-left:2em}.wp-block-rss.is-grid{display:flex;flex-wrap:wrap;padding:0;list-style:none}.wp-block-rss.is-grid li{margin:0 1em 1em 0;width:100%}@media (min-width:600px){.wp-block-rss.columns-2 li{width:calc(50% - 1em)}.wp-block-rss.columns-3 li{width:calc(33.33333% - 1em)}.wp-block-rss.columns-4 li{width:calc(25% - 1em)}.wp-block-rss.columns-5 li{width:calc(20% - 1em)}.wp-block-rss.columns-6 li{width:calc(16.66667% - 1em)}}.wp-block-rss__item-author,.wp-block-rss__item-publish-date{display:block;color:#555;font-size:.8125em}.wp-block-search .wp-block-search__button{background:#f7f7f7;border:1px solid #ccc;padding:.375em .625em;color:#32373c;margin-left:.625em;word-break:normal}.wp-block-search .wp-block-search__button.has-icon{line-height:0}.wp-block-search .wp-block-search__button svg{min-width:1.5em;min-height:1.5em}.wp-block-search .wp-block-search__inside-wrapper{display:flex;flex:auto;flex-wrap:nowrap;max-width:100%}.wp-block-search .wp-block-search__label{width:100%}.wp-block-search .wp-block-search__input{flex-grow:1;min-width:3em;border:1px solid #949494}.wp-block-search.wp-block-search__button-only .wp-block-search__button{margin-left:0}.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper{padding:4px;border:1px solid #949494}.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input{border-radius:0;border:none;padding:0 0 0 .25em}.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input:focus{outline:none}.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button{padding:.125em .5em}.wp-block-separator.is-style-wide{border-bottom-width:1px}.wp-block-separator.is-style-dots{background:none!important;border:none;text-align:center;max-width:none;line-height:1;height:auto}.wp-block-separator.is-style-dots:before{content:"···";color:currentColor;font-size:1.5em;letter-spacing:2em;padding-left:2em;font-family:serif}.wp-block-custom-logo{line-height:0}.wp-block-custom-logo .aligncenter{display:table}.wp-block-custom-logo.is-style-rounded img{border-radius:9999px}.wp-block-social-links{display:flex;flex-wrap:wrap;justify-content:flex-start;padding-left:0;padding-right:0;text-indent:0;margin-left:0}.wp-block-social-links .wp-social-link a,.wp-block-social-links .wp-social-link a:hover{text-decoration:none;border-bottom:0;box-shadow:none}.wp-block-social-links .wp-social-link.wp-social-link.wp-social-link{margin:4px 8px 4px 0}.wp-block-social-links .wp-social-link a{padding:.25em}.wp-block-social-links .wp-social-link svg{width:1em;height:1em}.wp-block-social-links.has-small-icon-size{font-size:16px}.wp-block-social-links,.wp-block-social-links.has-normal-icon-size{font-size:24px}.wp-block-social-links.has-large-icon-size{font-size:36px}.wp-block-social-links.has-huge-icon-size{font-size:48px}.wp-block-social-links.aligncenter{justify-content:center;display:flex}.wp-block-social-links.alignright{justify-content:flex-end}.wp-social-link{display:block;border-radius:9999px;transition:transform .1s ease;height:auto}@media (prefers-reduced-motion:reduce){.wp-social-link{transition-duration:0s}}.wp-social-link a{display:block;line-height:0;transition:transform .1s ease}.wp-social-link a,.wp-social-link a:active,.wp-social-link a:hover,.wp-social-link a:visited,.wp-social-link svg{color:currentColor;fill:currentColor}.wp-social-link:hover{transform:scale(1.1)}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link{background-color:#f0f0f0;color:#444}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-amazon{background-color:#f90;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-bandcamp{background-color:#1ea0c3;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-behance{background-color:#0757fe;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-codepen{background-color:#1e1f26;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-deviantart{background-color:#02e49b;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dribbble{background-color:#e94c89;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dropbox{background-color:#4280ff;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-etsy{background-color:#f45800;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-facebook{background-color:#1778f2;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-fivehundredpx{background-color:#000;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-flickr{background-color:#0461dd;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-foursquare{background-color:#e65678;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-github{background-color:#24292d;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-goodreads{background-color:#eceadd;color:#382110}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-google{background-color:#ea4434;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-instagram{background-color:#f00075;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-lastfm{background-color:#e21b24;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-linkedin{background-color:#0d66c2;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-mastodon{background-color:#3288d4;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-medium{background-color:#02ab6c;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-meetup{background-color:#f6405f;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-patreon{background-color:#ff424d;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pinterest{background-color:#e60122;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pocket{background-color:#ef4155;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-reddit{background-color:#fe4500;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-skype{background-color:#0478d7;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-snapchat{background-color:#fefc00;color:#fff;stroke:#000}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-soundcloud{background-color:#ff5600;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-spotify{background-color:#1bd760;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-telegram{background-color:#2aabee;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-tiktok{background-color:#000;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-tumblr{background-color:#011835;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitch{background-color:#6440a4;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitter{background-color:#1da1f2;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vimeo{background-color:#1eb7ea;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vk{background-color:#4680c2;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-wordpress{background-color:#3499cd;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-yelp{background-color:#d32422;color:#fff}.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-youtube{background-color:red;color:#fff}.wp-block-social-links.is-style-logos-only .wp-social-link{background:none;padding:4px}.wp-block-social-links.is-style-logos-only .wp-social-link-amazon{color:#f90}.wp-block-social-links.is-style-logos-only .wp-social-link-bandcamp{color:#1ea0c3}.wp-block-social-links.is-style-logos-only .wp-social-link-behance{color:#0757fe}.wp-block-social-links.is-style-logos-only .wp-social-link-codepen{color:#1e1f26}.wp-block-social-links.is-style-logos-only .wp-social-link-deviantart{color:#02e49b}.wp-block-social-links.is-style-logos-only .wp-social-link-dribbble{color:#e94c89}.wp-block-social-links.is-style-logos-only .wp-social-link-dropbox{color:#4280ff}.wp-block-social-links.is-style-logos-only .wp-social-link-etsy{color:#f45800}.wp-block-social-links.is-style-logos-only .wp-social-link-facebook{color:#1778f2}.wp-block-social-links.is-style-logos-only .wp-social-link-fivehundredpx{color:#000}.wp-block-social-links.is-style-logos-only .wp-social-link-flickr{color:#0461dd}.wp-block-social-links.is-style-logos-only .wp-social-link-foursquare{color:#e65678}.wp-block-social-links.is-style-logos-only .wp-social-link-github{color:#24292d}.wp-block-social-links.is-style-logos-only .wp-social-link-goodreads{color:#382110}.wp-block-social-links.is-style-logos-only .wp-social-link-google{color:#ea4434}.wp-block-social-links.is-style-logos-only .wp-social-link-instagram{color:#f00075}.wp-block-social-links.is-style-logos-only .wp-social-link-lastfm{color:#e21b24}.wp-block-social-links.is-style-logos-only .wp-social-link-linkedin{color:#0d66c2}.wp-block-social-links.is-style-logos-only .wp-social-link-mastodon{color:#3288d4}.wp-block-social-links.is-style-logos-only .wp-social-link-medium{color:#02ab6c}.wp-block-social-links.is-style-logos-only .wp-social-link-meetup{color:#f6405f}.wp-block-social-links.is-style-logos-only .wp-social-link-patreon{color:#ff424d}.wp-block-social-links.is-style-logos-only .wp-social-link-pinterest{color:#e60122}.wp-block-social-links.is-style-logos-only .wp-social-link-pocket{color:#ef4155}.wp-block-social-links.is-style-logos-only .wp-social-link-reddit{color:#fe4500}.wp-block-social-links.is-style-logos-only .wp-social-link-skype{color:#0478d7}.wp-block-social-links.is-style-logos-only .wp-social-link-snapchat{color:#fff;stroke:#000}.wp-block-social-links.is-style-logos-only .wp-social-link-soundcloud{color:#ff5600}.wp-block-social-links.is-style-logos-only .wp-social-link-spotify{color:#1bd760}.wp-block-social-links.is-style-logos-only .wp-social-link-telegram{color:#2aabee}.wp-block-social-links.is-style-logos-only .wp-social-link-tiktok{color:#000}.wp-block-social-links.is-style-logos-only .wp-social-link-tumblr{color:#011835}.wp-block-social-links.is-style-logos-only .wp-social-link-twitch{color:#6440a4}.wp-block-social-links.is-style-logos-only .wp-social-link-twitter{color:#1da1f2}.wp-block-social-links.is-style-logos-only .wp-social-link-vimeo{color:#1eb7ea}.wp-block-social-links.is-style-logos-only .wp-social-link-vk{color:#4680c2}.wp-block-social-links.is-style-logos-only .wp-social-link-wordpress{color:#3499cd}.wp-block-social-links.is-style-logos-only .wp-social-link-yelp{background-color:#d32422;color:#fff}.wp-block-social-links.is-style-logos-only .wp-social-link-youtube{color:red}.wp-block-social-links.is-style-pill-shape .wp-social-link{width:auto}.wp-block-social-links.is-style-pill-shape .wp-social-link a{padding-left:.66667em;padding-right:.66667em}.wp-block-spacer{clear:both}p.wp-block-subhead{font-size:1.1em;font-style:italic;opacity:.75}.wp-block-tag-cloud.aligncenter{text-align:center}.wp-block-tag-cloud.alignfull{padding-left:1em;padding-right:1em}.wp-block-table{overflow-x:auto}.wp-block-table table{width:100%}.wp-block-table .has-fixed-layout{table-layout:fixed;width:100%}.wp-block-table .has-fixed-layout td,.wp-block-table .has-fixed-layout th{word-break:break-word}.wp-block-table.aligncenter,.wp-block-table.alignleft,.wp-block-table.alignright{display:table;width:auto}.wp-block-table.aligncenter td,.wp-block-table.aligncenter th,.wp-block-table.alignleft td,.wp-block-table.alignleft th,.wp-block-table.alignright td,.wp-block-table.alignright th{word-break:break-word}.wp-block-table .has-subtle-light-gray-background-color{background-color:#f3f4f5}.wp-block-table .has-subtle-pale-green-background-color{background-color:#e9fbe5}.wp-block-table .has-subtle-pale-blue-background-color{background-color:#e7f5fe}.wp-block-table .has-subtle-pale-pink-background-color{background-color:#fcf0ef}.wp-block-table.is-style-stripes{border-spacing:0;border-collapse:inherit;background-color:transparent;border-bottom:1px solid #f0f0f0}.wp-block-table.is-style-stripes tbody tr:nth-child(odd){background-color:#f0f0f0}.wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tbody tr:nth-child(odd){background-color:#f3f4f5}.wp-block-table.is-style-stripes.has-subtle-pale-green-background-color tbody tr:nth-child(odd){background-color:#e9fbe5}.wp-block-table.is-style-stripes.has-subtle-pale-blue-background-color tbody tr:nth-child(odd){background-color:#e7f5fe}.wp-block-table.is-style-stripes.has-subtle-pale-pink-background-color tbody tr:nth-child(odd){background-color:#fcf0ef}.wp-block-table.is-style-stripes td,.wp-block-table.is-style-stripes th{border-color:transparent}.wp-block-text-columns,.wp-block-text-columns.aligncenter{display:flex}.wp-block-text-columns .wp-block-column{margin:0 1em;padding:0}.wp-block-text-columns .wp-block-column:first-child{margin-left:0}.wp-block-text-columns .wp-block-column:last-child{margin-right:0}.wp-block-text-columns.columns-2 .wp-block-column{width:50%}.wp-block-text-columns.columns-3 .wp-block-column{width:33.33333%}.wp-block-text-columns.columns-4 .wp-block-column{width:25%}pre.wp-block-verse{font-family:inherit;overflow:auto;white-space:pre-wrap}.wp-block-video{margin-left:0;margin-right:0}.wp-block-video video{width:100%}@supports ((position:-webkit-sticky) or (position:sticky)){.wp-block-video [poster]{-o-object-fit:cover;object-fit:cover}}.wp-block-video.aligncenter{text-align:center}.wp-block-video figcaption{margin-top:.5em;margin-bottom:1em}.wp-block-post-featured-image a{display:inline-block}.wp-block-post-featured-image img{max-width:100%;height:auto}:root .has-pale-pink-background-color{background-color:#f78da7}:root .has-vivid-red-background-color{background-color:#cf2e2e}:root .has-luminous-vivid-orange-background-color{background-color:#ff6900}:root .has-luminous-vivid-amber-background-color{background-color:#fcb900}:root .has-light-green-cyan-background-color{background-color:#7bdcb5}:root .has-vivid-green-cyan-background-color{background-color:#00d084}:root .has-pale-cyan-blue-background-color{background-color:#8ed1fc}:root .has-vivid-cyan-blue-background-color{background-color:#0693e3}:root .has-vivid-purple-background-color{background-color:#9b51e0}:root .has-white-background-color{background-color:#fff}:root .has-very-light-gray-background-color{background-color:#eee}:root .has-cyan-bluish-gray-background-color{background-color:#abb8c3}:root .has-very-dark-gray-background-color{background-color:#313131}:root .has-black-background-color{background-color:#000}:root .has-pale-pink-color{color:#f78da7}:root .has-vivid-red-color{color:#cf2e2e}:root .has-luminous-vivid-orange-color{color:#ff6900}:root .has-luminous-vivid-amber-color{color:#fcb900}:root .has-light-green-cyan-color{color:#7bdcb5}:root .has-vivid-green-cyan-color{color:#00d084}:root .has-pale-cyan-blue-color{color:#8ed1fc}:root .has-vivid-cyan-blue-color{color:#0693e3}:root .has-vivid-purple-color{color:#9b51e0}:root .has-white-color{color:#fff}:root .has-very-light-gray-color{color:#eee}:root .has-cyan-bluish-gray-color{color:#abb8c3}:root .has-very-dark-gray-color{color:#313131}:root .has-black-color{color:#000}:root .has-vivid-cyan-blue-to-vivid-purple-gradient-background{background:linear-gradient(135deg,#0693e3,#9b51e0)}:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background{background:linear-gradient(135deg,#00d084,#0693e3)}:root .has-light-green-cyan-to-vivid-green-cyan-gradient-background{background:linear-gradient(135deg,#7adcb4,#00d082)}:root .has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background:linear-gradient(135deg,#fcb900,#ff6900)}:root .has-luminous-vivid-orange-to-vivid-red-gradient-background{background:linear-gradient(135deg,#ff6900,#cf2e2e)}:root .has-very-light-gray-to-cyan-bluish-gray-gradient-background{background:linear-gradient(135deg,#eee,#a9b8c3)}:root .has-cool-to-warm-spectrum-gradient-background{background:linear-gradient(135deg,#4aeadc,#9778d1 20%,#cf2aba 40%,#ee2c82 60%,#fb6962 80%,#fef84c)}:root .has-blush-light-purple-gradient-background{background:linear-gradient(135deg,#ffceec,#9896f0)}:root .has-blush-bordeaux-gradient-background{background:linear-gradient(135deg,#fecda5,#fe2d2d 50%,#6b003e)}:root .has-purple-crush-gradient-background{background:linear-gradient(135deg,#34e2e4,#4721fb 50%,#ab1dfe)}:root .has-luminous-dusk-gradient-background{background:linear-gradient(135deg,#ffcb70,#c751c0 50%,#4158d0)}:root .has-hazy-dawn-gradient-background{background:linear-gradient(135deg,#faaca8,#dad0ec)}:root .has-pale-ocean-gradient-background{background:linear-gradient(135deg,#fff5cb,#b6e3d4 50%,#33a7b5)}:root .has-electric-grass-gradient-background{background:linear-gradient(135deg,#caf880,#71ce7e)}:root .has-subdued-olive-gradient-background{background:linear-gradient(135deg,#fafae1,#67a671)}:root .has-atomic-cream-gradient-background{background:linear-gradient(135deg,#fdd79a,#004a59)}:root .has-nightshade-gradient-background{background:linear-gradient(135deg,#330968,#31cdcf)}:root .has-midnight-gradient-background{background:linear-gradient(135deg,#020381,#2874fc)}:root .has-link-color a{color:#00e;color:var(--wp--style--color--link,#00e)}.has-small-font-size{font-size:.8125em}.has-normal-font-size,.has-regular-font-size{font-size:1em}.has-medium-font-size{font-size:1.25em}.has-large-font-size{font-size:2.25em}.has-huge-font-size,.has-larger-font-size{font-size:2.625em}.has-text-align-center{text-align:center}.has-text-align-left{text-align:left}.has-text-align-right{text-align:right}#end-resizable-editor-section{display:none}.aligncenter{clear:both}/**
 * Grid Block styles.
 * These styles are loaded into both the editor, and the frontend.
 */
/**
 * Padding Options
 */
/* autoprefixer grid: no-autoplace */
.wp-block-jetpack-layout-grid {
  padding-left: 24px;
  padding-right: 24px;
  box-sizing: border-box; }
  .wp-block-jetpack-layout-grid.wp-block-jetpack-layout-gutter__none {
    padding-left: 0px;
    padding-right: 0px; }
  .wp-block-jetpack-layout-grid.wp-block-jetpack-layout-gutter__small {
    padding-left: 8px;
    padding-right: 8px; }
  .wp-block-jetpack-layout-grid.wp-block-jetpack-layout-gutter__medium {
    padding-left: 16px;
    padding-right: 16px; }
  .wp-block-jetpack-layout-grid.wp-block-jetpack-layout-gutter__huge {
    padding-left: 48px;
    padding-right: 48px; }
  .wp-block-jetpack-layout-grid.wp-block-jetpack-layout-gutter__nowrap {
    padding-left: 0px;
    padding-right: 0px; }
  .wp-block-jetpack-layout-grid.wp-block-jetpack-layout-grid__padding-none {
    padding: 0px; }
    .wp-block-jetpack-layout-grid.wp-block-jetpack-layout-grid__padding-none.has-background {
      padding: 0px 13px; }
  .wp-block-jetpack-layout-grid.wp-block-jetpack-layout-grid__padding-small .wp-block-jetpack-layout-grid-column {
    padding: 8px; }
    .wp-block-jetpack-layout-grid.wp-block-jetpack-layout-grid__padding-small .wp-block-jetpack-layout-grid-column.has-background {
      padding: 8px 21px; }
  .wp-block-jetpack-layout-grid.wp-block-jetpack-layout-grid__padding-medium .wp-block-jetpack-layout-grid-column {
    padding: 16px; }
    .wp-block-jetpack-layout-grid.wp-block-jetpack-layout-grid__padding-medium .wp-block-jetpack-layout-grid-column.has-background {
      padding: 16px 29px; }
  .wp-block-jetpack-layout-grid.wp-block-jetpack-layout-grid__padding-large .wp-block-jetpack-layout-grid-column {
    padding: 24px; }
    .wp-block-jetpack-layout-grid.wp-block-jetpack-layout-grid__padding-large .wp-block-jetpack-layout-grid-column.has-background {
      padding: 24px 37px; }
  .wp-block-jetpack-layout-grid.wp-block-jetpack-layout-grid__padding-huge .wp-block-jetpack-layout-grid-column {
    padding: 48px; }
    .wp-block-jetpack-layout-grid.wp-block-jetpack-layout-grid__padding-huge .wp-block-jetpack-layout-grid-column.has-background {
      padding: 48px 61px; }

/**
 * Individual Column Options
 */
.wp-block-jetpack-layout-grid .wp-block-jetpack-layout-grid-column.has-background {
  margin-left: -13px;
  margin-right: -13px;
  padding-left: 13px;
  padding-right: 13px;
  padding-top: .05px;
  padding-bottom: .05px; }

.wp-block-jetpack-layout-grid .wp-block-jetpack-layout-grid-column.wp-block-jetpack-layout-grid__padding-none {
  padding: 0px; }
  .wp-block-jetpack-layout-grid .wp-block-jetpack-layout-grid-column.wp-block-jetpack-layout-grid__padding-none.has-background {
    padding: 0px 13px;
    max-width: calc( 100% + 26px); }

.wp-block-jetpack-layout-grid .wp-block-jetpack-layout-grid-column.wp-block-jetpack-layout-grid__padding-small {
  padding: 8px; }
  .wp-block-jetpack-layout-grid .wp-block-jetpack-layout-grid-column.wp-block-jetpack-layout-grid__padding-small.has-background {
    padding: 8px 21px;
    max-width: calc( 100% + 42px); }

.wp-block-jetpack-layout-grid .wp-block-jetpack-layout-grid-column.wp-block-jetpack-layout-grid__padding-medium {
  padding: 16px; }
  .wp-block-jetpack-layout-grid .wp-block-jetpack-layout-grid-column.wp-block-jetpack-layout-grid__padding-medium.has-background {
    padding: 16px 29px;
    max-width: calc( 100% + 58px); }

.wp-block-jetpack-layout-grid .wp-block-jetpack-layout-grid-column.wp-block-jetpack-layout-grid__padding-large {
  padding: 24px; }
  .wp-block-jetpack-layout-grid .wp-block-jetpack-layout-grid-column.wp-block-jetpack-layout-grid__padding-large.has-background {
    padding: 24px 37px;
    max-width: calc( 100% + 74px); }

.wp-block-jetpack-layout-grid .wp-block-jetpack-layout-grid-column.wp-block-jetpack-layout-grid__padding-huge {
  padding: 48px; }
  .wp-block-jetpack-layout-grid .wp-block-jetpack-layout-grid-column.wp-block-jetpack-layout-grid__padding-huge.has-background {
    padding: 48px 61px;
    max-width: calc( 100% + 122px); }

/**
 * Parent column alignment
 */
.wp-block-jetpack-layout-grid.are-vertically-aligned-top {
  align-items: flex-start; }

.wp-block-jetpack-layout-grid.are-vertically-aligned-center {
  align-items: center; }

.wp-block-jetpack-layout-grid.are-vertically-aligned-bottom {
  align-items: flex-end; }

/**
 * Individual column alignment
 */
.wp-block-jetpack-layout-grid-column.is-vertically-aligned-top {
  align-self: flex-start; }

.wp-block-jetpack-layout-grid-column.is-vertically-aligned-center {
  align-self: center; }

.wp-block-jetpack-layout-grid-column.is-vertically-aligned-bottom {
  align-self: flex-end; }
/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
@font-face {
	font-family: 'absolute-reviews-icons';
	src: url(/wp-content/plugins/absolute-reviews/public/css/../../fonts/absolute-reviews-icons.woff) format("woff"), url(/wp-content/plugins/absolute-reviews/public/css/../../fonts/absolute-reviews-icons.ttf) format("truetype"), url(/wp-content/plugins/absolute-reviews/public/css/../../fonts/absolute-reviews-icons.svg) format("svg");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

[class^="abr-icon-"],
[class*=" abr-icon-"] {
	font-family: 'absolute-reviews-icons' !important;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.abr-icon-comment:before {
	content: "\e905";
}

.abr-icon-eye:before {
	content: "\e903";
}

.abr-icon-watch:before {
	content: "\e904";
}

.abr-icon-funds-fill:before {
	content: "\e902";
}

.abr-icon-x:before {
	content: "\e901";
}

.abr-icon-check:before {
	content: "\e900";
}

.abr-icon-star-half:before {
	content: "\e938";
}

.abr-icon-star-full:before {
	content: "\e939";
}

.abr-icon-star-empty:before {
	content: "\e93a";
}

/*--------------------------------------------------------------*/
/*--------------------------------------------------------------*/
.abr-post-meta {
	--abr-post-meta-color: #dee2e6;
	padding-left: 0;
	list-style: none;
	color: var(--abr-post-meta-color);
	margin: 0;
	padding: 0;
}

.abr-post-meta li {
	display: inline-block;
}

.abr-post-meta li + li {
	margin-left: 0.5rem;
}

.abr-post-meta li + li:before {
	margin-right: 0.5rem;
	content: "\b7";
}

.abr-meta-category .post-categories {
	padding-left: 0;
	list-style: none;
	padding: 0;
	margin: 0;
}

.abr-meta-category .post-categories li {
	display: inline-block;
}

.abr-meta-category .post-categories li + li {
	margin-left: 0.5rem;
}

.abr-meta-category .post-categories li:not(:last-child):after {
	content: ",";
}

.post-meta .abr-meta-category .post-categories {
	margin-bottom: 0;
}

.abr-meta-author span + a,
.abr-meta-author a + span {
	margin-left: 0.25rem;
}

.abr-badge {
	--abr-badge-color: #fff;
	--abr-badge-border-radius: 30px;
	display: inline-block;
	padding: 0.2rem 0.25rem;
	margin-left: 1rem;
	line-height: 1;
	color: var(--abr-badge-color);
	border-radius: var(--abr-badge-border-radius);
}

.abr-badge-primary.abr-review-badge-0 {
	background-color: #000000;
}

.abr-badge-primary.abr-review-badge-1 {
	background-color: #E00F15;
}

.abr-badge-primary.abr-review-badge-2 {
	background-color: #FE761E;
}

.abr-badge-primary.abr-review-badge-3 {
	background-color: #FFA61E;
}

.abr-badge-primary.abr-review-badge-4 {
	background-color: #DECB53;
}

.abr-badge-primary.abr-review-badge-5 {
	background-color: #DECB53;
}

.abr-badge-primary.abr-review-badge-6 {
	background-color: #E7D456;
}

.abr-badge-primary.abr-review-badge-7 {
	background-color: #52AA6B;
}

.abr-badge-primary.abr-review-badge-8 {
	background-color: #4DA065;
}

.abr-badge-primary.abr-review-badge-9 {
	background-color: #419759;
}

.abr-badge-primary.abr-review-badge-10 {
	background-color: #33884B;
}

.abr-badge-text {
	--abr-badge-text-color: #000000;
	--abr-badge-text-border-radius: 30px;
	display: inline-block;
	margin-left: 1rem;
	line-height: 1;
	color: var(--abr-badge-text-color);
	border-radius: var(--abr-badge-text-border-radius);
}

.abr-badge-text-primary.abr-review-badge-text-0 {
	color: #000000;
}

.abr-badge-text-primary.abr-review-badge-text-1 {
	color: #E00F15;
}

.abr-badge-text-primary.abr-review-badge-text-2 {
	color: #FE761E;
}

.abr-badge-text-primary.abr-review-badge-text-3 {
	color: #FFA61E;
}

.abr-badge-text-primary.abr-review-badge-text-4 {
	color: #DECB53;
}

.abr-badge-text-primary.abr-review-badge-text-5 {
	color: #DECB53;
}

.abr-badge-text-primary.abr-review-badge-text-6 {
	color: #E7D456;
}

.abr-badge-text-primary.abr-review-badge-text-7 {
	color: #52AA6B;
}

.abr-badge-text-primary.abr-review-badge-text-8 {
	color: #4DA065;
}

.abr-badge-text-primary.abr-review-badge-text-9 {
	color: #419759;
}

.abr-badge-text-primary.abr-review-badge-text-10 {
	color: #33884B;
}

.abr-review-line {
	--abr-review-line-grid-gap: 2px;
	display: grid;
	grid-gap: var(--abr-review-line-grid-gap);
	margin-top: 0.5rem;
}

.abr-review-slice {
	--abr-review-slice-background-color: #e9ecef;
	--abr-review-slice-height: 6px;
	background-color: var(--abr-review-slice-background-color);
	height: var(--abr-review-slice-height);
}

.abr-review-point-5 .abr-review-line {
	grid-template-columns: repeat(5, 1fr);
}

.abr-review-point-10 .abr-review-line {
	grid-template-columns: repeat(10, 1fr);
}

.abr-review-point-5 .abr-review-slice-active:nth-child(1) {
	background-color: #E00F15;
}

.abr-review-point-5 .abr-review-slice-active:nth-child(2) {
	background-color: #FFA61E;
}

.abr-review-point-5 .abr-review-slice-active:nth-child(3) {
	background-color: #DECB53;
}

.abr-review-point-5 .abr-review-slice-active:nth-child(4) {
	background-color: #52AA6B;
}

.abr-review-point-5 .abr-review-slice-active:nth-child(5) {
	background-color: #419759;
}

.abr-review-point-10 .abr-review-slice-active:nth-child(0) {
	background-color: #000000;
}

.abr-review-point-10 .abr-review-slice-active:nth-child(1) {
	background-color: #E00F15;
}

.abr-review-point-10 .abr-review-slice-active:nth-child(2) {
	background-color: #FE761E;
}

.abr-review-point-10 .abr-review-slice-active:nth-child(3) {
	background-color: #FFA61E;
}

.abr-review-point-10 .abr-review-slice-active:nth-child(4) {
	background-color: #DECB53;
}

.abr-review-point-10 .abr-review-slice-active:nth-child(5) {
	background-color: #DECB53;
}

.abr-review-point-10 .abr-review-slice-active:nth-child(6) {
	background-color: #E7D456;
}

.abr-review-point-10 .abr-review-slice-active:nth-child(7) {
	background-color: #52AA6B;
}

.abr-review-point-10 .abr-review-slice-active:nth-child(8) {
	background-color: #4DA065;
}

.abr-review-point-10 .abr-review-slice-active:nth-child(9) {
	background-color: #419759;
}

.abr-review-point-10 .abr-review-slice-active:nth-child(10) {
	background-color: #33884B;
}

.abr-review-progress {
	--abr-review-progress-background: #e9ecef;
	--abr-review-progress-height: 6px;
	--abr-review-progress-border-radius: 4px;
	background: var(--abr-review-progress-background);
	height: var(--abr-review-progress-height);
	border-radius: var(--abr-review-progress-border-radius);
	margin-top: 0.5rem;
}

.abr-review-progressbar {
	--abr-review-progressbar-height: 6px;
	--abr-review-progressbar-border-radius: 4px;
	height: var(--abr-review-progressbar-height);
	border-radius: var(--abr-review-progressbar-border-radius);
}

.abr-review-progressbar-1 {
	background: -webkit-gradient(linear, left top, right top, color-stop(10%, #E00F15), color-stop(20%, transparent), color-stop(30%, transparent), color-stop(40%, transparent), color-stop(50%, transparent), color-stop(60%, transparent), color-stop(70%, transparent), color-stop(80%, transparent), color-stop(90%, transparent), to(transparent));
	background: linear-gradient(to right, #E00F15 10%, transparent 20%, transparent 30%, transparent 40%, transparent 50%, transparent 60%, transparent 70%, transparent 80%, transparent 90%, transparent 100%);
}

.abr-review-progressbar-2 {
	background: -webkit-gradient(linear, left top, right top, color-stop(10%, #E00F15), color-stop(20%, #FE761E), color-stop(30%, transparent), color-stop(40%, transparent), color-stop(50%, transparent), color-stop(60%, transparent), color-stop(70%, transparent), color-stop(80%, transparent), color-stop(90%, transparent), to(transparent));
	background: linear-gradient(to right, #E00F15 10%, #FE761E 20%, transparent 30%, transparent 40%, transparent 50%, transparent 60%, transparent 70%, transparent 80%, transparent 90%, transparent 100%);
}

.abr-review-progressbar-3 {
	background: -webkit-gradient(linear, left top, right top, color-stop(10%, #E00F15), color-stop(20%, #FE761E), color-stop(30%, #FFA61E), color-stop(40%, transparent), color-stop(50%, transparent), color-stop(60%, transparent), color-stop(70%, transparent), color-stop(80%, transparent), color-stop(90%, transparent), to(transparent));
	background: linear-gradient(to right, #E00F15 10%, #FE761E 20%, #FFA61E 30%, transparent 40%, transparent 50%, transparent 60%, transparent 70%, transparent 80%, transparent 90%, transparent 100%);
}

.abr-review-progressbar-4 {
	background: -webkit-gradient(linear, left top, right top, color-stop(10%, #E00F15), color-stop(20%, #FE761E), color-stop(30%, #FFA61E), color-stop(40%, #DECB53), color-stop(50%, transparent), color-stop(60%, transparent), color-stop(70%, transparent), color-stop(80%, transparent), color-stop(90%, transparent), to(transparent));
	background: linear-gradient(to right, #E00F15 10%, #FE761E 20%, #FFA61E 30%, #DECB53 40%, transparent 50%, transparent 60%, transparent 70%, transparent 80%, transparent 90%, transparent 100%);
}

.abr-review-progressbar-5 {
	background: -webkit-gradient(linear, left top, right top, color-stop(10%, #E00F15), color-stop(20%, #FE761E), color-stop(30%, #FFA61E), color-stop(40%, #DECB53), color-stop(50%, #DECB53), color-stop(60%, transparent), color-stop(70%, transparent), color-stop(80%, transparent), color-stop(90%, transparent), to(transparent));
	background: linear-gradient(to right, #E00F15 10%, #FE761E 20%, #FFA61E 30%, #DECB53 40%, #DECB53 50%, transparent 60%, transparent 70%, transparent 80%, transparent 90%, transparent 100%);
}

.abr-review-progressbar-6 {
	background: -webkit-gradient(linear, left top, right top, color-stop(10%, #E00F15), color-stop(20%, #FE761E), color-stop(30%, #FFA61E), color-stop(40%, #DECB53), color-stop(50%, #DECB53), color-stop(60%, #E7D456), color-stop(70%, transparent), color-stop(80%, transparent), color-stop(90%, transparent), to(transparent));
	background: linear-gradient(to right, #E00F15 10%, #FE761E 20%, #FFA61E 30%, #DECB53 40%, #DECB53 50%, #E7D456 60%, transparent 70%, transparent 80%, transparent 90%, transparent 100%);
}

.abr-review-progressbar-7 {
	background: -webkit-gradient(linear, left top, right top, color-stop(10%, #E00F15), color-stop(20%, #FE761E), color-stop(30%, #FFA61E), color-stop(40%, #DECB53), color-stop(50%, #DECB53), color-stop(60%, #E7D456), color-stop(70%, #52AA6B), color-stop(80%, transparent), color-stop(90%, transparent), to(transparent));
	background: linear-gradient(to right, #E00F15 10%, #FE761E 20%, #FFA61E 30%, #DECB53 40%, #DECB53 50%, #E7D456 60%, #52AA6B 70%, transparent 80%, transparent 90%, transparent 100%);
}

.abr-review-progressbar-8 {
	background: -webkit-gradient(linear, left top, right top, color-stop(10%, #E00F15), color-stop(20%, #FE761E), color-stop(30%, #FFA61E), color-stop(40%, #DECB53), color-stop(50%, #DECB53), color-stop(60%, #E7D456), color-stop(70%, #52AA6B), color-stop(80%, #4DA065), color-stop(90%, transparent), to(transparent));
	background: linear-gradient(to right, #E00F15 10%, #FE761E 20%, #FFA61E 30%, #DECB53 40%, #DECB53 50%, #E7D456 60%, #52AA6B 70%, #4DA065 80%, transparent 90%, transparent 100%);
}

.abr-review-progressbar-9 {
	background: -webkit-gradient(linear, left top, right top, color-stop(10%, #E00F15), color-stop(20%, #FE761E), color-stop(30%, #FFA61E), color-stop(40%, #DECB53), color-stop(50%, #DECB53), color-stop(60%, #E7D456), color-stop(70%, #52AA6B), color-stop(80%, #4DA065), color-stop(90%, #419759), to(transparent));
	background: linear-gradient(to right, #E00F15 10%, #FE761E 20%, #FFA61E 30%, #DECB53 40%, #DECB53 50%, #E7D456 60%, #52AA6B 70%, #4DA065 80%, #419759 90%, transparent 100%);
}

.abr-review-progressbar-10 {
	background: -webkit-gradient(linear, left top, right top, color-stop(10%, #E00F15), color-stop(20%, #FE761E), color-stop(30%, #FFA61E), color-stop(40%, #DECB53), color-stop(50%, #DECB53), color-stop(60%, #E7D456), color-stop(70%, #52AA6B), color-stop(80%, #4DA065), color-stop(90%, #419759), to(#33884B));
	background: linear-gradient(to right, #E00F15 10%, #FE761E 20%, #FFA61E 30%, #DECB53 40%, #DECB53 50%, #E7D456 60%, #52AA6B 70%, #4DA065 80%, #419759 90%, #33884B 100%);
}

.abr-review-stars {
	--abr-review-star-empty-color: #e9ecef;
	--abr-review-star-width: 1.125rem;
	--abr-review-star-height: 1.125rem;
	--abr-review-star-font-size: 1.125rem;
	--abr-review-star-color: #FFE27F;
	margin-top: 0.5rem;
}

.abr-review-stars .screen-reader-text {
	display: none;
}

.abr-review-stars .abr-star-full:before {
	content: "\e939";
}

.abr-review-stars .abr-star-half:before {
	content: "\e938";
}

.abr-review-stars .abr-star-empty:before {
	content: "\e93a";
}

.abr-review-stars .abr-star.abr-star-empty {
	color: var(--abr-review-star-empty-color);
}

.abr-review-stars .abr-star {
	display: inline-block;
	width: var(--abr-review-star-width);
	height: var(--abr-review-star-height);
	font-size: var(--abr-review-star-font-size);
	line-height: 1;
	font-family: 'absolute-reviews-icons';
	text-decoration: inherit;
	font-weight: 400;
	font-style: normal;
	vertical-align: top;
	-webkit-transition: color .1s ease-in;
	transition: color .1s ease-in;
	text-align: center;
	color: var(--abr-review-star-color);
	margin-right: 0.125rem;
}

.abr-review-stars .abr-star:last-child {
	margin-right: 0;
}

/*--------------------------------------------------------------*/
.abr-post-review {
	--abr-review-text-font-size: 1rem;
	--abr-review-text-font-weight: bold;
	--abr-review-name-font-size: 0.75rem;
	--abr-review-name-text-transform: uppercase;
	--abr-review-name-color: #777777;
	--abr-review-details-line-height: 1.5;
	--abr-review-details-font-size: 1rem;
	--abr-review-score-text-font-size: 3rem;
	--abr-review-score-label-text-transform: uppercase;
	--abr-review-score-label-font-size: 0.75rem;
	--abr-review-score-label-font-weight: 700;
	--abr-review-score-label-color: #777777;
	--abr-review-score-info-background: #6c757d;
	--abr-review-score-info-color: #fff;
	--abr-review-score-info-border-radius: 50%;
	--abr-review-score-info-font-size: 0.75rem;
	--abr-review-score-info-width: 1rem;
	--abr-review-score-info-height: 1rem;
	--abr-review-score-info-popup-border-color: #e9ecef;
	--abr-review-score-info-popup-background: #fff;
	--abr-review-score-info-popup-color: #000000;
	--abr-review-score-info-popup-font-size: 1rem;
	--abr-review-score-info-popup-border-radius: 5px;
}

.abr-post-review .abr-review-author {
	display: none;
}

.abr-post-review .abr-review-total {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-top: 2rem;
}

.abr-post-review .abr-review-total > .abr-review-data {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	margin-bottom: 1rem;
	margin-top: 0;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}

.abr-post-review .abr-review-total > .abr-review-list {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}

.abr-post-review .abr-review-total > .abr-review-list ul {
	display: grid;
	grid-gap: 2rem;
	grid-template-columns: repeat(2, 1fr);
}

.abr-post-review .abr-review-total > .abr-review-list .abr-review-item {
	display: block;
	margin-top: 0;
}

.abr-post-review .abr-review-total > .abr-review-list .abr-review-desc {
	margin-top: 0.5rem;
}

.abr-post-review .abr-review-score {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	line-height: 1;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}

.abr-post-review .abr-review-score .abr-review-text {
	font-size: var(--abr-review-score-text-font-size);
}

.abr-post-review .abr-review-score .abr-review-subtext {
	margin-top: 0.5rem;
	white-space: nowrap;
}

.abr-post-review .abr-review-score .abr-review-subtext .abr-data-label {
	text-transform: var(--abr-review-score-label-text-transform);
	font-size: var(--abr-review-score-label-font-size);
	font-weight: var(--abr-review-score-label-font-weight);
	color: var(--abr-review-score-label-color);
}

.abr-post-review .abr-review-score .abr-review-subtext .abr-data-info {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	position: relative;
	background: var(--abr-review-score-info-background);
	color: var(--abr-review-score-info-color);
	width: var(--abr-review-score-info-width);
	height: var(--abr-review-score-info-height);
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-left: 0.25rem;
	border-radius: var(--abr-review-score-info-border-radius);
	font-size: var(--abr-review-score-info-font-size);
	cursor: pointer;
}

.abr-post-review .abr-review-score .abr-review-subtext .abr-data-info > span {
	position: absolute;
	border: 1px solid var(--abr-review-score-info-popup-border-color);
	background: var(--abr-review-score-info-popup-background);
	padding: 1rem;
	visibility: hidden;
	opacity: 0;
	width: 100vw;
	max-width: 250px;
	position: absolute;
	z-index: 2;
	bottom: 2rem;
	right: -1.5rem;
	font-size: var(--abr-review-score-info-popup-font-size);
	line-height: normal;
	color: var(--abr-review-score-info-popup-color);
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
	border-radius: var(--abr-review-score-info-popup-border-radius);
	white-space: normal;
}

.abr-post-review .abr-review-score .abr-review-subtext .abr-data-info > span:after {
	top: 100%;
	right: 1.5rem;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.abr-post-review .abr-review-score .abr-review-subtext .abr-data-info > span:after {
	border-color: transparent;
	border-top-color: var(--abr-review-score-info-popup-border-color);
	border-width: 8px;
	margin-left: -8px;
}

.abr-post-review .abr-review-score .abr-review-subtext .abr-data-info:hover > span {
	opacity: 1;
	visibility: visible;
}

.abr-post-review .abr-review-score-row {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

@media (min-width: 720px) {
	.abr-post-review .abr-review-total {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin-top: 0;
	}
	.abr-post-review .abr-review-total > .abr-review-data {
		margin-bottom: 0;
		margin-top: 0;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
	.abr-post-review .abr-review-total > .abr-review-list {
		margin-top: 0;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
	.abr-post-review .abr-review-total > .abr-review-list ul {
		grid-template-columns: repeat(3, 1fr);
	}
	.abr-post-review .abr-review-data + .abr-review-score,
	.abr-post-review .abr-review-list + .abr-review-score {
		margin-left: 2rem;
	}
	.abr-post-review .abr-review-score {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}
}

.abr-post-review .abr-review-text {
	font-size: var(--abr-review-text-font-size);
	font-weight: var(--abr-review-text-font-weight);
}

.abr-post-review .abr-review-name {
	font-size: var(--abr-review-name-font-size);
	text-transform: var(--abr-review-name-text-transform);
	color: var(--abr-review-name-color);
}

.abr-post-review .abr-review-label {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 0.5rem;
}

.abr-review-percentage .abr-review-text .sep,
.abr-review-percentage .abr-review-text .max {
	display: none;
}

.abr-review-percentage .abr-review-text .total:after {
	content: '%';
}

.abr-review-star > .abr-review-list ul {
	display: grid;
	grid-gap: 2rem;
	grid-template-columns: repeat(2, 1fr);
}

.abr-review-star > .abr-review-list .abr-review-item {
	display: block;
	margin-top: 0;
}

.abr-review-star > .abr-review-list .abr-review-desc {
	margin-top: 0.5rem;
}

@media (min-width: 720px) {
	.abr-review-star > .abr-review-list ul {
		grid-template-columns: repeat(3, 1fr);
	}
}

.abr-review-list {
	margin-top: 2rem;
}

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

.abr-review-list .abr-review-item {
	display: grid;
	grid-gap: 20px;
	grid-template-columns: 1fr;
	margin-top: 2rem;
}

.abr-review-list .abr-review-item:first-child {
	margin-top: 0;
}

.abr-review-list .abr-review-item .abr-review-desc {
	font-size: 0.875rem;
}

@media (min-width: 720px) {
	.abr-review-list .abr-review-item {
		grid-template-columns: 1fr 1fr;
	}
}

@media (min-width: 1024px) {
	.abr-review-list .abr-review-item {
		grid-gap: 40px;
	}
}

.abr-review-details {
	display: grid;
	grid-gap: 40px;
	grid-template-columns: 1fr;
	margin-top: 2rem;
}

.abr-review-details ul {
	margin: 0;
	padding: 0;
	line-height: var(--abr-review-details-line-height);
	list-style: none;
	font-size: var(--abr-review-details-font-size);
}

.abr-review-details ul:not(:first-child) {
	margin-top: 1.5rem;
}

.abr-review-details ul:not(:last-child) {
	margin-bottom: 1.5rem;
}

.abr-review-details ul li:not(:first-child) {
	margin-top: 0.5rem;
}

.abr-review-details ul > li {
	position: relative;
	padding-left: 2.5rem;
}

.abr-review-details ul > li:before {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: absolute;
	width: 1.5rem;
	font-family: 'absolute-reviews-icons';
	left: 0;
	top: 0;
}

.abr-review-details .abr-review-pros ul > li:before {
	content: "\e900";
	color: #28a745;
}

.abr-review-details .abr-review-cons ul > li:before {
	content: "\e901";
	color: #dc3545;
}

@media (min-width: 720px) {
	.abr-review-details {
		grid-template-columns: 1fr 1fr;
	}
}

.abr-review-info + .abr-review-total {
	margin-top: 1rem;
}

.abr-review-scheme-hidden {
	display: none;
}

/*--------------------------------------------------------------*/
.abr-review-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.abr-review-block .abr-review-title {
	margin-top: 0;
	margin-bottom: 1.5rem;
}

.abr-review-block .abr-review-indicator {
	line-height: 1;
	-webkit-box-ordinal-group: 0;
	-ms-flex-order: -1;
	order: -1;
}

.abr-review-block .abr-review-indicator .abr-badge {
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 1.5rem;
	padding: 0.4rem 0.75rem;
}

.abr-review-block .abr-review-data {
	max-width: 50%;
}

@media (min-width: 720px) {
	.abr-review-block .abr-review-data + .abr-review-score {
		margin-left: 1.5rem;
	}
}

.abr-review-block.abr-review-star .abr-review-data {
	max-width: initial;
	-webkit-box-flex: initial;
	-ms-flex-positive: initial;
	flex-grow: initial;
}

/*--------------------------------------------------------------*/
.abr-reviews-posts {
	--abr-posts-meta-color: #000;
	--abr-posts-number-font-size: 1rem;
	--abr-posts-number-large-font-size: 1.25rem;
	--abr-posts-number-badge-color: #FFF;
	--abr-posts-number-caption-color: #FFF;
	--abr-posts-percentage-icon-font-size: 1.25em;
	--abr-posts-percentage-icon-color: #F7BF40;
	--abr-posts-star-width: 0.875rem;
	--abr-posts-star-height: 0.875rem;
	--abr-posts-star-font-size: 0.875rem;
	--abr-posts-star-color: #F8C249;
	--abr-posts-item-separator-color: #e9ecef;
	--abr-posts-thumbnail-small-width: 80px;
	--abr-posts-thumbnail-small-gutter: 1rem;
	--abr-posts-thumbnail-width: 80px;
	--abr-posts-thumbnail-gutter: 1rem;
	--abr-posts-overlay-background: rgba(0,0,0,0.125);
	--abr-posts-overlay-color: #FFFFFF;
	--abr-posts-overlay-hover-color: rgba(255,255,255,0.75);
}

.abr-reviews-posts .abr-post-item {
	margin-top: 2rem;
}

.abr-reviews-posts .abr-post-item:first-child {
	margin-top: 0;
}

.abr-reviews-posts .abr-post-headline {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.abr-reviews-posts .abr-post-headline .meta-category {
	display: inline-block;
	margin-bottom: 0.5rem;
}

.abr-reviews-posts .abr-post-headline .meta-category ul {
	margin-bottom: 0;
}

.abr-reviews-posts .abr-post-headline .entry-title {
	margin-bottom: 0.5rem;
	margin-top: 0;
}

.abr-reviews-posts .abr-post-headline > *:last-child {
	margin-bottom: 0;
}

.abr-reviews-posts .abr-review-meta {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 0.5rem;
	color: var(--abr-posts-meta-color);
}

.abr-reviews-posts .abr-review-meta .abr-review-number {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	line-height: 1;
	margin-left: 0;
	font-size: var(--abr-posts-number-font-size);
}

.abr-reviews-posts .abr-review-meta .abr-review-number.abr-badge {
	color: var(--abr-posts-number-badge-color);
}

.abr-reviews-posts .abr-review-meta .abr-review-caption {
	margin-left: 0.5rem;
}

.abr-reviews-posts .abr-review-meta .abr-review-caption.abr-badge {
	color: var(--abr-posts-number-caption-color);
}

.abr-reviews-posts .abr-review-meta .abr-badge-primary {
	white-space: nowrap;
}

.abr-reviews-posts .abr-type-percentage .abr-review-number:before {
	content: "\e902";
	font-family: 'absolute-reviews-icons';
	margin-right: 0.25rem;
	font-size: var(--abr-posts-percentage-icon-font-size);
	color: var(--abr-posts-percentage-icon-color);
}

.abr-reviews-posts .abr-review-indicator {
	margin-right: 0.5rem;
}

.abr-reviews-posts .abr-review-line,
.abr-reviews-posts .abr-review-progress,
.abr-reviews-posts .abr-review-stars {
	min-width: 100px;
	margin-top: 0;
}

.abr-reviews-posts .abr-review-stars {
	min-width: initial;
	line-height: 1;
}

.abr-reviews-posts .abr-review-stars .abr-star {
	width: var(--abr-posts-star-width);
	height: var(--abr-posts-star-height);
	font-size: var(--abr-posts-star-font-size);
	color: var(--abr-posts-star-color);
}

.abr-posts-template-reviews-1 .abr-post-outer,
.abr-posts-template-reviews-2 .abr-post-outer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.abr-posts-template-reviews-1 .abr-post-data,
.abr-posts-template-reviews-2 .abr-post-data {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	width: 100%;
}

.abr-posts-template-reviews-1 .abr-post-thumbnail,
.abr-posts-template-reviews-2 .abr-post-thumbnail {
	position: relative;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 var(--abr-posts-thumbnail-width);
	flex: 0 0 var(--abr-posts-thumbnail-width);
	margin-right: var(--abr-posts-thumbnail-gutter);
}

.abr-posts-template-reviews-1 .abr-post-thumbnail img,
.abr-posts-template-reviews-2 .abr-post-thumbnail img {
	width: var(--abr-posts-thumbnail-width);
	height: auto;
	-o-object-fit: cover;
	object-fit: cover;
	font-family: 'object-fit: cover;';
}

.abr-posts-template-reviews-2 .abr-review-meta .abr-review-number:before {
	display: none;
}

.abr-posts-template-reviews-3 .abr-post-item,
.abr-posts-template-reviews-4 .abr-post-item {
	border-top: 1px solid var(--abr-posts-item-separator-color);
	margin-top: 1rem;
	padding-top: 1rem;
}

.abr-posts-template-reviews-3 .abr-post-item:first-child,
.abr-posts-template-reviews-4 .abr-post-item:first-child {
	border-top: none;
	margin-top: 0;
	padding-top: 0;
}

.abr-posts-template-reviews-3 .abr-post-item:nth-child(1) .abr-post-data,
.abr-posts-template-reviews-4 .abr-post-item:nth-child(1) .abr-post-data {
	margin-top: 1rem;
}

.abr-posts-template-reviews-3 .abr-post-item:nth-child(1) .abr-review-meta .abr-review-number,
.abr-posts-template-reviews-4 .abr-post-item:nth-child(1) .abr-review-meta .abr-review-number {
	font-size: var(--abr-posts-number-large-font-size);
}

.abr-posts-template-reviews-3 .abr-post-item:nth-child(n+2) .abr-post-outer,
.abr-posts-template-reviews-4 .abr-post-item:nth-child(n+2) .abr-post-outer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.abr-posts-template-reviews-3 .abr-post-item:nth-child(n+2) .abr-post-data,
.abr-posts-template-reviews-4 .abr-post-item:nth-child(n+2) .abr-post-data {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	width: 100%;
}

.abr-posts-template-reviews-3 .abr-post-item:nth-child(n+2) .abr-post-thumbnail,
.abr-posts-template-reviews-4 .abr-post-item:nth-child(n+2) .abr-post-thumbnail {
	position: relative;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 var(--abr-posts-thumbnail-width);
	flex: 0 0 var(--abr-posts-thumbnail-width);
	margin-right: var(--abr-posts-thumbnail-gutter);
}

.abr-posts-template-reviews-3 .abr-post-item:nth-child(n+2) .abr-post-thumbnail img,
.abr-posts-template-reviews-4 .abr-post-item:nth-child(n+2) .abr-post-thumbnail img {
	width: var(--abr-posts-thumbnail-width);
	height: auto;
	-o-object-fit: cover;
	object-fit: cover;
	font-family: 'object-fit: cover;';
}

.abr-posts-template-reviews-4 .abr-review-meta .abr-review-number:before {
	display: none;
}

.abr-posts-template-reviews-5 .abr-post-item {
	border-top: 1px solid var(--abr-posts-item-separator-color);
	margin-top: 1rem;
	padding-top: 1rem;
}

.abr-posts-template-reviews-5 .abr-post-item:first-child {
	border-top: none;
	margin-top: 0;
	padding-top: 0;
}

.abr-posts-template-reviews-5 .abr-post-item .abr-post-data {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.abr-posts-template-reviews-5 .abr-post-item .abr-post-data .abr-post-headline {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	width: 100%;
}

.abr-posts-template-reviews-5 .abr-post-item .abr-post-data .abr-review-meta {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: initial;
	-ms-flex-align: initial;
	align-items: initial;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 60px;
	flex: 0 0 60px;
	margin-top: 0;
	margin-left: 1rem;
}

.abr-posts-template-reviews-5 .abr-post-item .abr-post-data .abr-review-number {
	font-size: var(--abr-posts-number-large-font-size);
}

.abr-posts-template-reviews-5 .abr-post-item .abr-post-data .abr-review-number:before {
	display: none;
}

.abr-posts-template-reviews-5 .abr-post-item .abr-post-data .abr-review-caption {
	margin-top: 0.5rem;
	margin-left: 0;
	text-align: center;
}

.abr-posts-template-reviews-5 .abr-post-item:nth-child(1) .abr-post-data {
	margin-top: 1rem;
}

.abr-posts-template-reviews-5 .abr-post-item:nth-child(n+2) .abr-post-outer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.abr-posts-template-reviews-5 .abr-post-item:nth-child(n+2) .abr-post-data {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	width: 100%;
}

.abr-posts-template-reviews-5 .abr-post-item:nth-child(n+2) .abr-post-thumbnail {
	position: relative;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 var(--abr-posts-thumbnail-small-width);
	flex: 0 0 var(--abr-posts-thumbnail-small-width);
	margin-right: var(--abr-posts-thumbnail-small-gutter);
}

.abr-posts-template-reviews-5 .abr-post-item:nth-child(n+2) .abr-post-thumbnail img {
	width: var(--abr-posts-thumbnail-small-width);
	height: auto;
	-o-object-fit: cover;
	object-fit: cover;
	font-family: 'object-fit: cover;';
}

.abr-posts-template-reviews-6 .abr-post-outer,
.abr-posts-template-reviews-7 .abr-post-outer,
.abr-posts-template-reviews-8 .abr-post-outer {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.abr-posts-template-reviews-6 .abr-post-outer .abr-post-inner,
.abr-posts-template-reviews-7 .abr-post-outer .abr-post-inner,
.abr-posts-template-reviews-8 .abr-post-outer .abr-post-inner {
	width: 100%;
}

.abr-posts-template-reviews-6 .abr-post-outer:after,
.abr-posts-template-reviews-7 .abr-post-outer:after,
.abr-posts-template-reviews-8 .abr-post-outer:after {
	padding-bottom: 125%;
	width: 0;
	content: '';
}

.abr-posts-template-reviews-6 .abr-post-thumbnail,
.abr-posts-template-reviews-7 .abr-post-thumbnail,
.abr-posts-template-reviews-8 .abr-post-thumbnail {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}

.abr-posts-template-reviews-6 .abr-post-thumbnail .post-thumbnail,
.abr-posts-template-reviews-7 .abr-post-thumbnail .post-thumbnail,
.abr-posts-template-reviews-8 .abr-post-thumbnail .post-thumbnail {
	width: 100%;
	height: 100%;
}

.abr-posts-template-reviews-6 .abr-post-thumbnail img,
.abr-posts-template-reviews-7 .abr-post-thumbnail img,
.abr-posts-template-reviews-8 .abr-post-thumbnail img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	font-family: 'object-fit: cover;';
}

.abr-posts-template-reviews-6 .abr-post-data,
.abr-posts-template-reviews-7 .abr-post-data,
.abr-posts-template-reviews-8 .abr-post-data {
	background: var(--abr-posts-overlay-background);
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 20px;
	color: var(--abr-posts-overlay-color);
	z-index: 1;
}

.abr-posts-template-reviews-6 .abr-post-data a,
.abr-posts-template-reviews-6 .abr-post-data .entry-title a,
.abr-posts-template-reviews-6 .abr-post-data .post-meta a,
.abr-posts-template-reviews-7 .abr-post-data a,
.abr-posts-template-reviews-7 .abr-post-data .entry-title a,
.abr-posts-template-reviews-7 .abr-post-data .post-meta a,
.abr-posts-template-reviews-8 .abr-post-data a,
.abr-posts-template-reviews-8 .abr-post-data .entry-title a,
.abr-posts-template-reviews-8 .abr-post-data .post-meta a {
	position: relative;
	color: var(--abr-posts-overlay-color);
	z-index: 2;
}

.abr-posts-template-reviews-6 .abr-post-data a:hover, .abr-posts-template-reviews-6 .abr-post-data a:focus,
.abr-posts-template-reviews-6 .abr-post-data .entry-title a:hover,
.abr-posts-template-reviews-6 .abr-post-data .entry-title a:focus,
.abr-posts-template-reviews-6 .abr-post-data .post-meta a:hover,
.abr-posts-template-reviews-6 .abr-post-data .post-meta a:focus,
.abr-posts-template-reviews-7 .abr-post-data a:hover,
.abr-posts-template-reviews-7 .abr-post-data a:focus,
.abr-posts-template-reviews-7 .abr-post-data .entry-title a:hover,
.abr-posts-template-reviews-7 .abr-post-data .entry-title a:focus,
.abr-posts-template-reviews-7 .abr-post-data .post-meta a:hover,
.abr-posts-template-reviews-7 .abr-post-data .post-meta a:focus,
.abr-posts-template-reviews-8 .abr-post-data a:hover,
.abr-posts-template-reviews-8 .abr-post-data a:focus,
.abr-posts-template-reviews-8 .abr-post-data .entry-title a:hover,
.abr-posts-template-reviews-8 .abr-post-data .entry-title a:focus,
.abr-posts-template-reviews-8 .abr-post-data .post-meta a:hover,
.abr-posts-template-reviews-8 .abr-post-data .post-meta a:focus {
	color: var(--abr-posts-overlay-hover-color);
}

.abr-posts-template-reviews-6 .abr-post-data .abr-post-link,
.abr-posts-template-reviews-7 .abr-post-data .abr-post-link,
.abr-posts-template-reviews-8 .abr-post-data .abr-post-link {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}

.abr-posts-template-reviews-6 .abr-post-headline,
.abr-posts-template-reviews-7 .abr-post-headline,
.abr-posts-template-reviews-8 .abr-post-headline {
	width: 100%;
	margin-top: auto;
	padding-top: 1rem;
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}

.abr-posts-template-reviews-6 .abr-review-meta,
.abr-posts-template-reviews-7 .abr-review-meta,
.abr-posts-template-reviews-8 .abr-review-meta {
	width: 100%;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	color: var(--abr-posts-overlay-color);
}

.abr-posts-template-reviews-6 .abr-review-meta .abr-review-number,
.abr-posts-template-reviews-7 .abr-review-meta .abr-review-number,
.abr-posts-template-reviews-8 .abr-review-meta .abr-review-number {
	font-size: var(--abr-posts-number-large-font-size);
	color: var(--abr-posts-overlay-color);
}

.abr-posts-template-reviews-6 .abr-review-meta .abr-review-number:before,
.abr-posts-template-reviews-7 .abr-review-meta .abr-review-number:before,
.abr-posts-template-reviews-8 .abr-review-meta .abr-review-number:before {
	color: var(--abr-posts-overlay-color);
}

.abr-posts-template-reviews-6 .abr-review-meta {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-top: 0;
}

.abr-posts-template-reviews-6 .abr-review-meta .abr-review-number:before {
	display: none;
}

.abr-posts-template-reviews-6 .abr-review-meta .abr-review-caption {
	margin-top: 0.5rem;
	margin-left: 0;
	text-align: center;
}

.abr-posts-template-reviews-7 .abr-post-headline {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}

.abr-posts-template-reviews-7 .abr-review-meta {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}
/* This stylesheet is used to style the public view of the plugin. *//**
 * Like Button toolbar button, loading text & container styles
 */

/* Master container */
#jp-post-flair {
	padding-top: .5em;
}

/* Overall Sharedaddy block title */
div.sharedaddy,
#content div.sharedaddy,
#main div.sharedaddy {
	clear: both;
}

div.sharedaddy h3.sd-title {
	margin: 0 0 1em 0;
	display: inline-block;
	line-height: 1.2;
	font-size: 9pt;
	font-weight: bold;
}

div.sharedaddy h3.sd-title:before {
	content: "";
	display: block;
	width: 100%;
	min-width: 30px;
	border-top: 1px solid #ddd;
	margin-bottom: 1em;
}


/* Toolbar */
#wpadminbar li#wp-admin-bar-admin-bar-likes-widget {
	width: 61px;
	overflow: hidden;
}

#wpadminbar iframe.admin-bar-likes-widget {
	width: 61px;
	height: 28px;
	min-height: 28px;
	border-width: 0px;
	position: absolute;
	top: 0;
}

div.jetpack-likes-widget-wrapper {
	width: 100%;
	min-height: 50px;	/* Previous height, 60px */
	position: relative; /* Need to abs position placeholder and iframe so there isn't a jarring jump */
}

div.jetpack-likes-widget-wrapper .sd-link-color {
	font-size: 12px;
}

div.jetpack-likes-widget-wrapper.slim-likes-widget {
	width: 1px; /* initial default */
	min-height: 0;
}

div.jetpack-comment-likes-widget-wrapper {
	width: 100%;
	position: relative;
	min-height: 31px;
}

div.jetpack-comment-likes-widget-wrapper iframe {
	margin-bottom: 0;
}

#likes-other-gravatars {
	display: none;
	position: absolute;
	padding: 10px 10px 12px 10px;
	background-color: #2e4453;
	border-width: 0;
	box-shadow: 0 0 10px #2e4453;
	box-shadow: 0 0 10px rgba(46,68,83,.6);
	min-width: 130px;
	z-index: 1000;
}

#likes-other-gravatars * {
	line-height: normal;
}

#likes-other-gravatars .likes-text {
	color: white;
	font-size: 12px;
	padding-bottom: 8px;
}

#likes-other-gravatars ul,
#likes-other-gravatars li {
	margin: 0;
	padding: 0;
	text-indent: 0;
	list-style-type: none;
}

#likes-other-gravatars li::before {
	content: "";
}

#likes-other-gravatars ul.wpl-avatars {
	overflow: auto;
	display: block;
	max-height: 190px;
}

#likes-other-gravatars ul.wpl-avatars li {
	width: 32px;
	height: 32px;
	float: left;
	margin: 0 5px 5px 0;
}

#likes-other-gravatars ul.wpl-avatars li a {
	margin: 0 2px 0 0;
	border-bottom: none !important;
	display: block;
}

#likes-other-gravatars ul.wpl-avatars li a img {
	background: none;
	border: none;
	margin: 0 !important;
	padding: 0 !important;
	position: static;
}

div.sd-box {
	border-top: 1px solid #ddd;
	border-top: 1px solid rgba(0,0,0,.13);
}

.entry-content .post-likes-widget, .post-likes-widget,
.comment-likes-widget {
	margin: 0;
	border-width: 0;
	display: block;
}

/* Loading text */
.post-likes-widget-placeholder,
.comment-likes-widget-placeholder {
	margin: 0;
	border-width: 0;
	position: relative;
}

.comment-likes-widget-placeholder {
	height: 18px;
	position: absolute;
	display: flex;
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
}

.comment-likes-widget-placeholder::before {
	color: #2EA2CC;
	width: 16px;
	height: 16px;
	content: '';
	display: inline-block;
	position: relative;
	top: 3px;
	padding-right: 5px;
	background-repeat: no-repeat;
	background-size: 16px 16px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Crect x='0' fill='none' width='24' height='24'/%3E%3Cg%3E%3Cpath fill='%232EA2CC' d='M12 2l2.582 6.953L22 9.257l-5.822 4.602L18.18 21 12 16.89 5.82 21l2.002-7.14L2 9.256l7.418-.304'/%3E%3C/g%3E%3C/svg%3E");
}

.post-likes-widget-placeholder .button {
	display: none;	/* Let's not show a dummy like button, let's just make a great button experience once it's loaded */
}

.post-likes-widget-placeholder .button span {
}

.post-likes-widget-placeholder .loading,
.comment-likes-widget-placeholder .loading {
	color: #999;
	font-size: 12px;
}

.comment-likes-widget-placeholder .loading {
	padding-left: 5px;
	margin-top: 4px;
	align-self: center;
	color: #4E4E4E;
}

.slim-likes-widget .post-likes-widget {
	width: auto;
	float: none;
}

/* Like Special cases (display on it's own) */
div.sharedaddy.sd-like-enabled .sd-like h3 {
	display: none;
}

div.sharedaddy.sd-like-enabled .sd-like .post-likes-widget {
	width: 100%;
	float: none;
	position: absolute; /* Need to abs position placeholder and iframe so there isn't a jarring jump */
	top: 0;
}

.comment-likes-widget {
	width: 100%;
}


/* Make ratings block. @todo: make !important unnecessary by removing inline style */
.pd-rating,
.cs-rating {
	display: block !important;
}


/* Hide G+ title */
.sd-gplus .sd-title {
	display: none;
}
/* 
 * Top Posts Widget styles for Jetpack
 */

/* 2-Column Grid Layout */

.widgets-grid-layout {
	width: 100%;
}

.widgets-grid-layout:before,
.widgets-grid-layout:after {
	content: " ";
	display: table;
}

.widgets-grid-layout:after {
	clear: both;
}

.widget-grid-view-image {
	float: left;
	max-width: 50%;
}

.widget-grid-view-image a {
	display: block;
	margin: 0 2px 4px 0;
}

.widget-grid-view-image:nth-child(even) {
	float: right;
}

.widget-grid-view-image:nth-child(even) a {
	margin: 0 0 4px 2px;
}

.widgets-grid-layout .widget-grid-view-image img {
	max-width: 100%;
	height: auto;
}

/* Multi-Column Grid Layout */

.widgets-multi-column-grid ul {
	overflow: hidden;
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.widgets-multi-column-grid ul li {
	background: none;
	clear: none;
	float: left;
	margin: 0 -5px -3px 0;
	padding: 0 8px 6px 0;
	border: none;
	list-style-type: none !important;
}

.widgets-multi-column-grid ul li a {
	background: none;
	margin: 0;
	padding: 0;
	border: 0;
}

.widgets-multi-column-grid .avatar {
	vertical-align: middle;
}

/* List Layout */

.widgets-list-layout {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.widgets-list-layout li:before,
.widgets-list-layout li:after {
	content:"";
	display:table;
}
.widgets-list-layout li:after {
	clear:both;
}
.widgets-list-layout li {
	zoom:1;
	margin-bottom: 1em;
	list-style-type: none !important;
}

.widgets-list-layout .widgets-list-layout-blavatar {
	float: left;
	width: 21.276596%;
	max-width: 40px;
	height: auto;
}

.widgets-list-layout-links {
	float: right;
	width: 73.404255%;
}

.widgets-list-layout span {
	opacity: 0.5;
}

.widgets-list-layout span:hover {
	opacity: 0.8;
}
/**
 * Sharedaddy Base Styles
 *
 * Contains styles for modules, containers, buttons
 */


/* Master container */
#jp-post-flair {
	padding-top: .5em;
}


/* Overall Sharedaddy block title */
div.sharedaddy,
#content div.sharedaddy,
#main div.sharedaddy {
	clear: both;
}

div.sharedaddy h3.sd-title {
	margin: 0 0 1em 0;
	display: inline-block;
	line-height: 1.2;
	font-size: 9pt;
	font-weight: bold;
}

div.sharedaddy h3.sd-title:before {
	content: "";
	display: block;
	width: 100%;
	min-width: 30px;
	border-top: 1px solid #ddd;
	margin-bottom: 1em;
}

body.highlander-light h3.sd-title:before {
	border-top: 1px solid rgba(0,0,0,.2);
}

body.highlander-dark h3.sd-title:before {
	border-top: 1px solid rgba(255,255,255,.4);
}


/* Sharing services list */
.sd-sharing {
	margin-bottom: 1em;
}
.sd-content ul {
	padding: 0 !important;
	margin: 0 !important;
	list-style: none !important;
}

.sd-content ul li {
	display: inline-block;
}

.sd-content ul li.share-deprecated {
	opacity: 0.5;
}

.sd-content ul li.share-deprecated a span {
	text-decoration: line-through;
}

.sd-block.sd-gplus {
	margin: 0 0 .5em 0;
}

.sd-gplus .sd-content {
	font-size: 12px;
}


/* Buttons */
.sd-social-icon .sd-content ul li a.sd-button,
.sd-social-text .sd-content ul li a.sd-button,
.sd-content ul li a.sd-button,
.sd-content ul li .option a.share-ustom,	/* Ugh. */
.sd-content ul li.preview-item div.option.option-smart-off a,
.sd-content ul li.advanced a.share-more,
.sd-social-icon-text .sd-content ul li a.sd-button,
.sd-social-official .sd-content>ul>li>a.sd-button,
#sharing_email .sharing_send,
.sd-social-official .sd-content>ul>li .digg_button >a {		/* official Digg button no longer works, needs cleaning */
	text-decoration: none !important;
	display: inline-block;
	font-size: 12px;
	font-family: "Open Sans", sans-serif;
	font-weight: normal;
	border-radius: 3px;
	color: #656565 !important;
	background: #f8f8f8;
	border: 1px solid #cccccc;
	box-shadow: 0 1px 0 rgba(0,0,0,.08);
	text-shadow: none;
	line-height: 23px;
	padding: 1px 8px 0px 5px;
}

.sd-social-text .sd-content ul li a.sd-button span,
.sd-content ul li a.sd-button>span,
.sd-content ul li .option a.share-ustom span,	/* Ugh. */
.sd-content ul li.preview-item div.option.option-smart-off a span,
.sd-content ul li.advanced a.share-more span,
.sd-social-icon-text .sd-content ul li a.sd-button>span,
.sd-social-official .sd-content>ul>li>a.sd-button span,
.sd-social-official .sd-content>ul>li .digg_button >a span {		/* official Digg button no longer works, needs cleaning */
	line-height: 23px;
}



/* Our gray buttons should be smaller when seen with the official ones */
.sd-social-official .sd-content>ul>li>a.sd-button,
.sd-social-official .sd-content .sharing-hidden .inner>ul>li>a.sd-button,
.sd-social-official .sd-content>ul>li .digg_button>a,
.sd-social-official .sd-content .sharing-hidden .inner>ul>li .digg_button>a {
	line-height: 17px;
	box-shadow: none; /* No shadow on gray buttons between the official ones */
	vertical-align: top;
}

.sd-social-official .sd-content ul li a.sd-button>span {
	line-height: 17px;
}
.sd-social-official .sd-content>ul>li>a.sd-button:before,
.sd-social-official .sd-content>ul>li .digg_button>a:before,
.sd-social-official .sd-content .sharing-hidden .inner>ul>li>a.sd-button:before,
.sd-social-official .sd-content .sharing-hidden .inner>ul>li .digg_button>a:before {
	margin-bottom: -1px;
}

.sd-social-icon .sd-content ul li a.sd-button:hover,
.sd-social-icon .sd-content ul li a.sd-button:active,
.sd-social-text .sd-content ul li a.sd-button:hover,
.sd-social-text .sd-content ul li a.sd-button:active,
.sd-social-icon-text .sd-content ul li a.sd-button:hover,
.sd-social-icon-text .sd-content ul li a.sd-button:active,
.sd-social-official .sd-content>ul>li>a.sd-button:hover,
.sd-social-official .sd-content>ul>li>a.sd-button:active,
.sd-social-official .sd-content>ul>li .digg_button>a:hover,
.sd-social-official .sd-content>ul>li .digg_button>a:active {
	color: #555;
	background: #fafafa;
	border: 1px solid #999999;
}

.sd-social-icon .sd-content ul li a.sd-button:active,
.sd-social-text .sd-content ul li a.sd-button:active,
.sd-social-icon-text .sd-content ul li a.sd-button:active,
.sd-social-official .sd-content>ul>li>a.sd-button:active,
.sd-social-official .sd-content>ul>li .digg_button>a:active {
	box-shadow: inset 0 1px 0 rgba(0,0,0,.16);
}

/* All icons */
.sd-content ul li a.sd-button:before {
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font: normal 18px/1 'social-logos';
	vertical-align: top;
	text-align: center;
}
/* text + icon styles should have relative and top position */
.sd-social-icon-text ul li a.sd-button:before {
	position: relative;
	top: 2px;
}

/* Make it look great in Chrome and Safari */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	.sd-content ul li a.sd-button:before {
		position: relative;
		top: 2px;
	}
}

.sd-social-official ul li a.sd-button:before {
	position: relative;
	top: -2px;
}
/* Make it look great in Chrome and Safari */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	.sd-social-official ul li a.sd-button:before {
		top: 0px;
	}
}

.sd-content ul li {
	margin: 0 5px 5px 0;
	padding: 0;
}
/* Add more pading on touch devices */
.jp-sharing-input-touch .sd-content ul li { padding-left: 10px; }

/* Text + icon & Official */
.sd-social-icon-text .sd-content ul li a span,
.sd-social-official .sd-content ul li a.sd-button span,
.sd-content ul li.preview-item a.sd-button span {
	margin-left: 3px;
}
.sd-content ul li.preview-item.no-icon a.sd-button span {
	margin-left: 0;
}

/* Text only */
.sd-social-text .sd-content ul li a:before,
.sd-content ul li.no-icon a:before {
	display: none;
}
body .sd-social-text .sd-content ul li.share-custom a span,
body .sd-content ul li.share-custom.no-icon a span {
	background-image: none;
	background-position: -500px -500px !important;	/* hack to work around !important inline style */
	background-repeat: no-repeat !important;
	padding-left: 0;
	height: 0;
	line-height: inherit;
}

.sd-social-icon .sd-content ul li a.share-more {
	position: relative;
	top: -4px;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	.sd-social-icon .sd-content ul li a.share-more {
		top: 2px;
	}
}
/* Firefox specific hack to make the share more button look better on Firefox. */
@-moz-document url-prefix() {
	.sd-social-icon .sd-content ul li a.share-more {
		top: 2px;
	}
}

.sd-social-icon .sd-content ul li a.share-more span {
	margin-left: 3px;
}


/* Individual icons */
.sd-social-icon .sd-content ul li.share-print a:before,
.sd-social-text .sd-content ul li.share-print a:before,
.sd-content ul li.share-print div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-print a:before,
.sd-social-official .sd-content li.share-print a:before {
	content: '\f469';
}

.sd-social-icon .sd-content ul li.share-email a:before,
.sd-social-text .sd-content ul li.share-email a:before,
.sd-content ul li.share-email div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-email a:before,
.sd-social-official .sd-content li.share-email a:before {
	content: '\f410';
}
.sd-social-icon .sd-content ul li.share-linkedin a:before,
.sd-social-text .sd-content ul li.share-linkedin a:before,
.sd-content ul li.share-linkedin div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-linkedin a:before {
	content: '\f207';
}
.sd-social-icon .sd-content ul li.share-twitter a:before,
.sd-social-text .sd-content ul li.share-twitter a:before,
.sd-content ul li.share-twitter div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-twitter a:before {
	content: '\f202';
}
.sd-social-icon .sd-content ul li.share-reddit a:before,
.sd-social-text .sd-content ul li.share-reddit a:before,
.sd-content ul li.share-reddit div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-reddit a:before {
	content: '\f222';
}
.sd-social-icon .sd-content ul li.share-tumblr a:before,
.sd-social-text .sd-content ul li.share-tumblr a:before,
.sd-content ul li.share-tumblr div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-tumblr a:before {
	content: '\f607';
}

.sd-social-icon .sd-content ul li.share-pocket a:before,
.sd-social-text .sd-content ul li.share-pocket a:before,
.sd-content ul li.share-pocket div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-pocket a:before {
	content: '\f224';
}
.sd-social-icon .sd-content ul li.share-pinterest a:before,
.sd-social-text .sd-content ul li.share-pinterest a:before,
.sd-content ul li.share-pinterest div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-pinterest a:before {
	content: '\f210';
}
.sd-social-icon .sd-content ul li.share-facebook a:before,
.sd-social-text .sd-content ul li.share-facebook a:before,
.sd-content ul li.share-facebook div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-facebook a:before {
	content: '\f203';
}
.sd-social-icon .sd-content ul li.share-press-this a:before,
.sd-social-text .sd-content ul li.share-press-this a:before,
.sd-content ul li.share-press-this div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-press-this a:before,
.sd-social-official .sd-content li.share-press-this a:before {
	content: '\f205';
}
.sd-social-official .sd-content li.share-press-this a:before {
	color: #2ba1cb;
}
.sd-social-icon .sd-content ul li.share-telegram a:before,
.sd-social-text .sd-content ul li.share-telegram a:before,
.sd-content ul li.share-telegram div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-telegram a:before,
.sd-social-official .sd-content li.share-telegram a:before {
	content: '\f606';
}
.sd-social-official .sd-content li.share-telegram a:before {
	color: #0088cc;
}
.sd-social-icon .sd-content ul li.share-skype a:before,
.sd-social-text .sd-content ul li.share-skype a:before,
.sd-content ul li.share-skype div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-skype a:before {
	content: '\f220';
}
.sd-social-icon .sd-content ul a.share-more:before,
.sd-social-text .sd-content ul a.share-more:before,
.sd-content ul li.advanced a.share-more:before,
.sd-social-icon-text .sd-content a.share-more:before,
.sd-social-official .sd-content a.share-more:before {
	content: '\f415';
}
.sd-social-official .sd-content a.share-more:before {
	color: #2ba1cb;
}

.sd-social-icon .sd-content ul li.share-jetpack-whatsapp a:before,
.sd-social-text .sd-content ul li.share-jetpack-whatsapp a:before,
.sd-content ul li.share-jetpack-whatsapp div.option.option-smart-off a:before,
.sd-social-icon-text .sd-content li.share-jetpack-whatsapp a:before,
.sd-social-official .sd-content li.share-jetpack-whatsapp a:before {
	content: '\f608';
}
.sd-social-official .sd-content li.share-jetpack-whatsapp a:before {
	color: #43d854;
}
.sd-social-icon .sd-content ul li[class*='share-'].share-jetpack-whatsapp a.sd-button {
	background: #43d854;
	color: #fff !important;
}


.sd-social-icon .sd-content ul li.share-deprecated a:before,
.sd-social-icon-text .sd-content li.share-deprecated a:before,
.sd-social-official .sd-content li.share-deprecated a:before,
.sd-content ul li.share-deprecated div.option.option-smart-off a:before {
	width: 1em;
	height: 1em;
	content: "\1F6AB";
}

/* Share count */
.sd-social .sd-button .share-count {
	background: #2ea2cc;
	color: #fff;
	-moz-border-radius: 10px;
	border-radius: 10px;
	display: inline-block;
	text-align: center;
	font-size: 10px;
	padding: 1px 3px;
	line-height: 1;
}


/* Official buttons */
.sd-social-official .sd-content ul, .sd-social-official .sd-content ul li {
	line-height: 25px !important;
}

.sd-social-official .sd-content>ul>li>a.sd-button span {
	line-height: 1;
}

.sd-social-official .sd-content ul:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.sd-social-official .sd-content li.share-press-this a {
	margin: 0 0 5px 0;
}

.sd-social-official .sd-content ul>li {
	display: block;
	float: left;
	margin: 0 10px 5px 0 !important;
	height: 25px;
}

.sd-social-official .fb-share-button > span {
	vertical-align: top !important;
}

.sd-social-official .sd-content .pocket_button iframe {
	width: 98px;
}


/* Individual official buttons */
.reddit_button iframe {
	margin-top: 1px;
}

.pocket_button iframe, .pinterest_button, .twitter_button, .linkedin_button>span {
	margin: 0 !important;
}

.linkedin_button>span, .pinterest_button a {
	display: block !important;
}

.sd-social-official .sd-content .share-skype {
	width: 55px;
}

body .sd-social-official li.share-print ,
body .sd-social-official li.share-email a,
body .sd-social-official li.share-custom a,
body .sd-social-official li a.share-more,
body .sd-social-official li.share-digg a,
body .sd-social-official li.share-press-this a
{
	position: relative;
	top: 0;
}


/* Custom icons */
body .sd-social-icon .sd-content li.share-custom>a {
	padding: 2px 3px 0 3px;
	position: relative;
	top: 4px;
}

body .sd-social-icon .sd-content li.share-custom a span,
body .sd-social-icon-text .sd-content li.share-custom a span,
body .sd-social-text .sd-content li.share-custom a span,
body .sd-social-official .sd-content li.share-custom a span,
body .sd-content ul li.share-custom a.share-icon span
{
	background-size: 16px 16px;
	background-repeat: no-repeat;
	margin-left: 0;
	padding: 0 0 0 19px;
	display: inline-block;
	height: 21px;
	line-height: 16px;
}

body .sd-social-icon .sd-content li.share-custom a span {
	width: 0;
}

body .sd-social-icon .sd-content li.share-custom a span {
	padding-left: 16px !important;
}


/* Overflow Sharing dialog */
.sharing-hidden .inner {
	position: absolute;
	z-index: 2;
	border: 1px solid #ccc;
	padding: 10px;
	background: #fff;
	box-shadow: 0px 5px 20px rgba(0,0,0,.2);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	margin-top: 5px;
	max-width: 400px;
}

.sharing-hidden .inner ul{
	margin: 0 !important;
}

.sd-social-official .sd-content .sharing-hidden ul>li.share-end {
	clear: both;
	margin: 0 !important;
	height: 0 !important;
}

.sharing-hidden .inner:before, .sharing-hidden .inner:after {
	position: absolute;
	z-index: 1;
	top: -8px;
	left: 20px;
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 8px solid #ccc;
	content: "";
	display: block;
}

.sharing-hidden .inner:after {
	z-index: 2;
	top: -7px;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 8px solid #fff;
}

.sharing-hidden ul {
	margin: 0;
}


/**
 * Special colorful look for "Icon Only" option
 */

.sd-social-icon .sd-content ul li[class*='share-'] a,
.sd-social-icon .sd-content ul li[class*='share-'] a:hover,
.sd-social-icon .sd-content ul li[class*='share-'] div.option a {
	border-radius: 50%;
	-webkit-border-radius: 50%;
	border: 0;
	box-shadow: none;
	padding: 7px;
	position: relative;
	top: -2px;
	line-height: 1;
	width: auto;
	height: auto;
	margin-bottom: 0;
}

.sd-social-icon .sd-content ul li[class*='share-'] a.sd-button>span,
.sd-social-icon .sd-content ul li[class*='share-'] div.option a span {
	line-height: 1;
}

.sd-social-icon .sd-content ul li[class*='share-'] a:hover,
.sd-social-icon .sd-content ul li[class*='share-'] div.option a:hover {
	border: none;
	opacity: .6;
}



.sd-social-icon .sd-content ul li[class*='share-'] a.sd-button:before {
	top: 1px;
	top: 0px\9; /* IE8 and below */
}

.sd-social-icon .sd-content ul li[class*='share-'] a.sd-button.share-custom {
	padding: 8px 8px 6px 8px;
	top: 5px;
}

.sd-social-icon .sd-content ul li a.sd-button.share-more {
	margin-left: 10px;
}

.sd-social-icon .sd-content ul li:first-child a.sd-button.share-more {
	margin-left: 0;
}


.sd-social-icon .sd-button span.share-count {
	position: absolute;
	bottom: 0;
	right: 0;
	border-radius: 0;
	background: #555;
	font-size: 9px;
}

/* Special look colors */
.sd-social-icon .sd-content ul li[class*='share-'] a.sd-button {
	background: #e9e9e9;
	margin-top: 2px;
	text-indent: 0;
}

.sd-social-icon .sd-content ul li[class*='share-'].share-tumblr a.sd-button {
	background: #2c4762;
	color: #fff !important;
}

.sd-social-icon .sd-content ul li[class*='share-'].share-facebook a.sd-button {
	background: #1877F2;
	color: #fff !important;
}

.sd-social-icon .sd-content ul li[class*='share-'].share-twitter a.sd-button {
	background: #00acee;
	color: #fff !important;
}

.sd-social-icon .sd-content ul li[class*='share-'].share-pinterest a.sd-button {
	background: #ca1f27;
	color: #fff !important;
}

.sd-social-icon .sd-content ul li[class*='share-'].share-digg a.sd-button {
	color: #555555 !important;
}

.sd-social-icon .sd-content ul li[class*='share-'].share-press-this a.sd-button {
	background: #1e8cbe;
	color: #fff !important;
}

.sd-social-icon .sd-content ul li[class*='share-'].share-telegram a.sd-button {
	background: #0088cc;
	color: #fff !important;
}

.sd-social-icon .sd-content ul li[class*='share-'].share-linkedin a.sd-button {
	background: #0077b5;
	color: #fff !important;
}

.sd-social-icon .sd-content ul li[class*='share-'].share-pocket a.sd-button {
	background: #ee4056;
	color: #fff !important;
}

.sd-social-icon .sd-content ul li[class*='share-'].share-reddit a.sd-button {
	background: #cee3f8;
	color: #555555 !important;
}

.sd-social-icon .sd-content ul li[class*='share-'].share-skype a.sd-button {
	background: #00AFF0;
	color: #fff !important;
}

/**
 * Screen Reader Text for "Icon Only" option
 */

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

.sharing-screen-reader-text:hover,
.sharing-screen-reader-text:active,
.sharing-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-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 */
}


/**
 * Sharing Email Dialog
 */

#sharing_email {
	width: 342px;
	position: absolute;
	z-index: 1001;
	border: 1px solid #ccc;
	padding: 15px;
	background: #fff;
	box-shadow: 0px 5px 20px rgba(0,0,0,.2);
	text-align: left;
}

div.sharedaddy.sharedaddy-dark #sharing_email {
	border-color: #fff;
}

#sharing_email .errors {
	color: #fff;
	background-color: #771a09;
	font-size: 12px;
	padding: 5px 8px;
	line-height: 1;
	margin: 10px 0 0 0;
}

#sharing_email label {
	font-size: 12px;
	color: #333;
	font-weight: bold;
	display: block;
	padding: 0 0 4px 0;
	text-align: left;
	text-shadow: none;
}

#sharing_email form {
	margin: 0;
}

#sharing_email input[type="text"], #sharing_email input[type="email"] {
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	border: 1px solid #ccc;
	margin-bottom: 1em;
	background: #fff;
	font-size: 12px;
	color: #333;
	max-width: none;
	padding: 1px 3px;
}
#jetpack-source_f_name {
	display: none!important;
	position: absolute !important;
	left: -9000px;
}

#sharing_email .sharing_cancel {
	padding: 0 0 0 1em;
	font-size: 12px;
	text-shadow: none;
}

#sharing_email .recaptcha {
	width: 312px;
	height: 123px;
	margin: 0 0 1em 0;
}

.sd-content .share-customize-link {
	margin-top: 0em;
	line-height: 11px;
}

.sd-content .share-customize-link a {
	font-size: 11px;
	font-family: "Open Sans", sans-serif;
}
@font-face{font-family:social-logos;src:url(/wp-content/plugins/jetpack/_inc/social-logos/social-logos.eot?5d3b4da4f6c2460dd842dbf9e0992ea6);font-weight:400;font-style:normal}@font-face{font-family:social-logos;src:url(/wp-content/plugins/jetpack/_inc/social-logos/social-logos.eot?5d3b4da4f6c2460dd842dbf9e0992ea6);src:url(/wp-content/plugins/jetpack/_inc/social-logos/social-logos.eot?5d3b4da4f6c2460dd842dbf9e0992ea6#iefix) format("embedded-opentype"),url("data:application/font-woff;charset=utf-8;base64,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") format("woff"),url(/wp-content/plugins/jetpack/_inc/social-logos/social-logos.ttf?5d3b4da4f6c2460dd842dbf9e0992ea6) format("truetype");font-weight:400;font-style:normal}.social-logo{font-family:social-logos;display:inline-block;vertical-align:middle;line-height:1;font-weight:400;font-style:normal;speak:none;text-decoration:inherit;text-transform:none;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.social-logo__amazon:before{content:"\f600"}.social-logo__behance:before{content:"\f101"}.social-logo__blogger-alt:before{content:"\f601"}.social-logo__blogger:before{content:"\f602"}.social-logo__codepen:before{content:"\f216"}.social-logo__dribbble:before{content:"\f201"}.social-logo__dropbox:before{content:"\f225"}.social-logo__eventbrite:before{content:"\f603"}.social-logo__facebook:before{content:"\f203"}.social-logo__feed:before{content:"\f413"}.social-logo__flickr:before{content:"\f211"}.social-logo__foursquare:before{content:"\f226"}.social-logo__ghost:before{content:"\f61c"}.social-logo__github:before{content:"\f200"}.social-logo__google-plus-alt:before{content:"\f218"}.social-logo__google-plus:before{content:"\f206"}.social-logo__instagram:before{content:"\f215"}.social-logo__linkedin:before{content:"\f207"}.social-logo__mail:before{content:"\f410"}.social-logo__medium:before{content:"\f623"}.social-logo__path-alt:before{content:"\f604"}.social-logo__path:before{content:"\f219"}.social-logo__pinterest-alt:before{content:"\f210"}.social-logo__pinterest:before{content:"\f209"}.social-logo__pocket:before{content:"\f224"}.social-logo__polldaddy:before{content:"\f217"}.social-logo__print:before{content:"\f469"}.social-logo__reddit:before{content:"\f222"}.social-logo__share:before{content:"\f415"}.social-logo__skype:before{content:"\f220"}.social-logo__spotify:before{content:"\f515"}.social-logo__squarespace:before{content:"\f605"}.social-logo__stumbleupon:before{content:"\f223"}.social-logo__telegram:before{content:"\f606"}.social-logo__tumblr-alt:before{content:"\f607"}.social-logo__tumblr:before{content:"\f214"}.social-logo__twitch:before{content:"\f516"}.social-logo__twitter-alt:before{content:"\f202"}.social-logo__twitter:before{content:"\f610"}.social-logo__vimeo:before{content:"\f212"}.social-logo__whatsapp:before{content:"\f608"}.social-logo__wordpress:before{content:"\f205"}.social-logo__xanga:before{content:"\f609"}.social-logo__youtube:before{content:"\f213"}
/*!
* Do not modify this file directly.  It is concatenated from individual module CSS files.
*/
[data-carousel-extra]{cursor:pointer}.jp-carousel-wrap *{line-height:inherit}.jp-carousel-overlay{background:#000}div.jp-carousel-fadeaway{background:-moz-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));position:fixed;bottom:0;z-index:2147483647;width:100%;height:15px}.jp-carousel-next-button span,.jp-carousel-previous-button span{background:url(/wp-content/plugins/jetpack/css/../modules/carousel/images/arrows.png) no-repeat center center;background-size:200px 126px}.jp-carousel-msg{font-family:"Open Sans",sans-serif;font-style:normal;display:inline-block;line-height:19px;padding:11px 15px;font-size:14px;text-align:center;margin:25px 20px 0 2px;background-color:#fff;border-left:4px solid #ffba00;box-shadow:0 1px 1px 0 rgba(0,0,0,.1)}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (-o-min-device-pixel-ratio:3/2),only screen and (min--moz-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5){.jp-carousel-next-button span,.jp-carousel-previous-button span{background-image:url(/wp-content/plugins/jetpack/css/../modules/carousel/images/arrows-2x.png)}}.jp-carousel-wrap{font-family:"Helvetica Neue",sans-serif!important}.jp-carousel-info{position:absolute;bottom:0;text-align:left!important;-webkit-font-smoothing:subpixel-antialiased!important}.jp-carousel-info ::selection{background:#68c9e8;color:#fff}.jp-carousel-info ::-moz-selection{background:#68c9e8;color:#fff}.jp-carousel-photo-info{position:relative;left:25%;width:50%}.jp-carousel-transitions .jp-carousel-photo-info{transition:.4s ease-out}.jp-carousel-info h2{background:0 0!important;border:none!important;color:#999;display:block!important;font:normal 13px/1.25em "Helvetica Neue",sans-serif!important;letter-spacing:0!important;margin:7px 0 0 0!important;padding:10px 0 0!important;overflow:hidden;text-align:left;text-shadow:none!important;text-transform:none!important;-webkit-font-smoothing:subpixel-antialiased}.jp-carousel-next-button,.jp-carousel-previous-button{text-indent:-9999px;overflow:hidden;cursor:pointer}.jp-carousel-next-button span,.jp-carousel-previous-button span{position:absolute;top:0;bottom:0;width:82px;zoom:1;opacity:.2}.jp-carousel-transitions .jp-carousel-next-button span,.jp-carousel-transitions .jp-carousel-previous-button span{transition:.5s opacity ease-out}.jp-carousel-next-button:hover span,.jp-carousel-previous-button:hover span{opacity:.6}.jp-carousel-next-button span{background-position:-110px center;right:0}.jp-carousel-previous-button span{background-position:-10px center;left:0}.jp-carousel-buttons{margin:-18px -20px 15px;padding:8px 10px;border-bottom:1px solid #222;background:#222;text-align:center}div.jp-carousel-buttons a{border:none!important;color:#999;font:normal 11px/1.2em "Helvetica Neue",sans-serif!important;letter-spacing:0!important;padding:5px 2px 5px 0;text-decoration:none!important;text-shadow:none!important;vertical-align:middle;-webkit-font-smoothing:subpixel-antialiased}div.jp-carousel-buttons a:hover{color:#68c9e8;border:none!important}.jp-carousel-transitions div.jp-carousel-buttons a:hover{transition:none!important}.jp-carousel-next-button,.jp-carousel-previous-button,.jp-carousel-slide,.jp-carousel-slide img{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.jp-carousel-slide{position:fixed;width:0;bottom:0;background-color:#000;border-radius:2px;-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px}.jp-carousel-transitions .jp-carousel-slide{transition:.3s ease-out}.jp-carousel-slide.selected{position:absolute!important;opacity:1}.jp-carousel-slide{opacity:.25}.jp-carousel-slide img{display:block;width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;background:0 0!important;border:none!important;padding:0!important;box-shadow:0 2px 8px rgba(0,0,0,.1);zoom:1}.jp-carousel-transitions .jp-carousel-slide{transition:opacity .4s linear}.jp-carousel-close-hint{color:#999;cursor:default;letter-spacing:0!important;padding:.35em 0 0;position:absolute;text-align:right;width:90%}.jp-carousel-transitions .jp-carousel-close-hint{transition:color .2s linear}.jp-carousel-close-hint span{cursor:pointer;background-color:#000;background-color:rgba(0,0,0,.8);display:inline-block;height:22px;font:400 24px/1 "Helvetica Neue",sans-serif!important;line-height:22px;margin:0 0 0 .4em;text-align:center;vertical-align:middle;width:22px;border-radius:4px}.jp-carousel-transitions .jp-carousel-close-hint span{transition:border-color .2s linear}.jp-carousel-close-hint:hover{cursor:default;color:#fff}.jp-carousel-close-hint:hover span{border-color:#fff}a.jp-carousel-image-download,div.jp-carousel-buttons a.jp-carousel-commentlink,div.jp-carousel-buttons a.jp-carousel-reblog{background:url(/wp-content/plugins/jetpack/css/../modules/carousel/images/carousel-sprite.png?5) no-repeat;background-size:16px 200px}div.jp-carousel-buttons a.jp-carousel-commentlink,div.jp-carousel-buttons a.jp-carousel-reblog{margin:0 14px 0 0!important}div.jp-carousel-buttons a.jp-carousel-reblog.reblogged{background-color:#303030;padding-right:8px!important;border-radius:2px;border-radius:2px;-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px}div.jp-carousel-buttons a.jp-carousel-reblog.reblogged{margin:0 2px 0 -12px!important}div.jp-carousel-buttons a.jp-carousel-reblog,div.jp-carousel-buttons a.jp-carousel-reblog.reblogged:hover{background-position:6px -36px;padding-right:auto!important;padding-left:26px!important;color:#999}div.jp-carousel-buttons a.jp-carousel-commentlink{background-position:0 -156px;padding-left:19px!important}div.jp-carousel-buttons a.jp-carousel-reblog.reblogged:hover{cursor:default}div.jp-carousel-buttons a.jp-carousel-reblog:hover{background-position:6px -56px;color:#68c9e8}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (-o-min-device-pixel-ratio:3/2),only screen and (min--moz-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5){a.jp-carousel-image-download,div.jp-carousel-buttons a.jp-carousel-commentlink,div.jp-carousel-buttons a.jp-carousel-reblog{background-image:url(/wp-content/plugins/jetpack/css/../modules/carousel/images/carousel-sprite-2x.png?5)}}div#carousel-reblog-box{background:#222;background:-moz-linear-gradient(bottom,#222,#333);background:-webkit-gradient(linear,left bottom,left top,from(#222),to(#333));padding:3px 0 0;display:none;margin:5px auto 0;border-radius:2px;box-shadow:0 0 20px rgba(0,0,0,.9);height:74px;width:565px}#carousel-reblog-box textarea{background:#999;font:13px/1.4 "Helvetica Neue",sans-serif!important;color:#444;padding:3px 6px;width:370px;height:48px;float:left;margin:6px 9px 0 9px;border:1px solid #666;box-shadow:inset 2px 2px 2px rgba(0,0,0,.2);border-radius:2px}#carousel-reblog-box textarea:focus{background:#ccc;color:#222}#carousel-reblog-box label{color:#aaa;font-size:11px;padding-right:2px;padding-left:2px;display:inline;font-weight:400}#carousel-reblog-box select{width:110px;padding:0;font-size:12px;font-family:"Helvetica Neue",sans-serif!important;background:#333;color:#eee;border:1px solid #444;margin-top:5px}#carousel-reblog-box .submit,#wrapper #carousel-reblog-box p.response{float:left;width:154px;padding-top:0;padding-left:1px;overflow:hidden;height:34px;margin:3px 0 0 2px!important}#wrapper #carousel-reblog-box p.response{font-size:13px;clear:none;padding-left:2px;height:34px;color:#aaa}#carousel-reblog-box input#carousel-reblog-submit,#jp-carousel-comment-form-button-submit{font:13px/24px "Helvetica Neue",sans-serif!important;margin-top:8px;padding:0 10px!important;border-radius:1em;height:24px;color:#333;cursor:pointer;font-weight:400;background:#aaa;background:-moz-linear-gradient(bottom,#aaa,#ccc);background:-webkit-gradient(linear,left bottom,left top,from(#aaa),to(#ccc));border:1px solid #444}#carousel-reblog-box input#carousel-reblog-submit:hover,#jp-carousel-comment-form-button-submit:hover{background:#ccc;background:-moz-linear-gradient(bottom,#ccc,#eee);background:-webkit-gradient(linear,left bottom,left top,from(#ccc),to(#eee))}#carousel-reblog-box .canceltext{color:#aaa;font-size:11px;line-height:24px}#carousel-reblog-box .canceltext a{color:#fff}.jp-carousel-titleanddesc{border-top:1px solid #222;color:#999;font-size:15px;padding-top:24px;margin-bottom:20px;font-weight:400}.jp-carousel-titleanddesc-title{font:300 1.5em/1.1 "Helvetica Neue",sans-serif!important;text-transform:none!important;color:#fff;margin:0 0 15px;padding:0}.jp-carousel-titleanddesc-desc p{color:#999;line-height:1.4;margin-bottom:.75em}.jp-carousel-comments p a,.jp-carousel-info h2 a,.jp-carousel-titleanddesc p a{color:#fff!important;border:none!important;text-decoration:underline!important;font-weight:400!important;font-style:normal!important}.jp-carousel-titleanddesc p b,.jp-carousel-titleanddesc p strong{font-weight:700;color:#999}.jp-carousel-titleanddesc p em,.jp-carousel-titleanddesc p i{font-style:italic;color:#999}.jp-carousel-comments p a:hover,.jp-carousel-info h2 a:hover,.jp-carousel-titleanddesc p a:hover{color:#68c9e8!important}.jp-carousel-titleanddesc p:empty{display:none}.jp-carousel-left-column-wrapper h1:after,.jp-carousel-left-column-wrapper h1:before,.jp-carousel-photo-info h1:after,.jp-carousel-photo-info h1:before{content:none!important}.jp-carousel-image-meta{background:#111;border:1px solid #222;color:#fff;font-size:13px;font:12px/1.4 "Helvetica Neue",sans-serif!important;overflow:hidden;padding:18px 20px;width:209px!important}.jp-carousel-image-meta h5,.jp-carousel-image-meta li{font-family:"Helvetica Neue",sans-serif!important;position:inherit!important;top:auto!important;right:auto!important;left:auto!important;bottom:auto!important;background:0 0!important;border:none!important;font-weight:400!important;line-height:1.3em!important}.jp-carousel-image-meta ul{margin:0!important;padding:0!important;list-style:none!important}.jp-carousel-image-meta li{width:48%!important;display:inline-block!important;vertical-align:top!important;margin:0 2% 15px 0!important;color:#fff!important;font-size:13px!important}.jp-carousel-image-meta h5{color:#999!important;text-transform:uppercase!important;font-size:10px!important;margin:0 0 2px!important;letter-spacing:.1em!important}a.jp-carousel-image-download{padding-left:23px;display:inline-block;clear:both;color:#999;line-height:1;font-weight:400;font-size:13px;text-decoration:none;background-position:0 -82px}a.jp-carousel-image-download span.photo-size{font-size:11px;border-radius:1em;margin-left:2px;display:inline-block}a.jp-carousel-image-download span.photo-size-times{padding:0 1px 0 2px}a.jp-carousel-image-download:hover{background-position:0 -122px;color:#68c9e8;border:none!important}.jp-carousel-image-map{position:relative;margin:-20px -20px 20px;border-bottom:1px solid rgba(255,255,255,.17);height:154px}.jp-carousel-image-map img.gmap-main{border-top-left-radius:6px;border-right:1px solid rgba(255,255,255,.17)}.jp-carousel-image-map div.gmap-topright{width:94px;height:154px;position:absolute;top:0;right:0}.jp-carousel-image-map div.imgclip{overflow:hidden;border-top-right-radius:6px}.jp-carousel-image-map div.gmap-topright img{margin-left:-40px}.jp-carousel-image-map img.gmap-bottomright{position:absolute;top:96px;right:0}.jp-carousel-comments{font:15px/1.7 "Helvetica Neue",sans-serif!important;font-weight:400;background:none transparent}.jp-carousel-comments p a:active,.jp-carousel-comments p a:focus,.jp-carousel-comments p a:hover{color:#68c9e8!important}.jp-carousel-comment{background:none transparent;color:#999;margin-bottom:20px;clear:left;overflow:auto;width:100%}.jp-carousel-comment p{color:#999!important}.jp-carousel-comment .comment-author{font-size:13px;font-weight:400;padding:0;width:auto;display:inline;float:none;border:none;margin:0}.jp-carousel-comment .comment-author a{color:#fff}.jp-carousel-comment .comment-gravatar{float:left}.jp-carousel-comment .comment-content{border:none;margin-left:85px;padding:0}.jp-carousel-comment .avatar{margin:0 20px 0 0;border-radius:4px;border:none!important;padding:0!important;background-color:transparent!important}.jp-carousel-comment .comment-date{color:#999;margin-top:4px;font-size:11px;display:inline;float:right}#jp-carousel-comment-form{margin:0 0 10px!important;float:left;width:100%}textarea#jp-carousel-comment-form-comment-field{background:rgba(34,34,34,.9);border:1px solid #3a3a3a;color:#aaa;font:15px/1.4 "Helvetica Neue",sans-serif!important;width:100%;padding:10px 10px 5px;margin:0;float:none;height:147px;box-shadow:inset 2px 2px 2px rgba(0,0,0,.2);border-radius:3px;overflow:hidden;box-sizing:border-box}textarea#jp-carousel-comment-form-comment-field::-webkit-input-placeholder{color:#555}textarea#jp-carousel-comment-form-comment-field:focus{background:#ccc;color:#222}textarea#jp-carousel-comment-form-comment-field:focus::-webkit-input-placeholder{color:#aaa}#jp-carousel-comment-form-spinner,#jp-carousel-comment-form-spinner:after{border-radius:50%;width:20px;height:20px}#jp-carousel-comment-form-spinner{display:none;float:left;margin:22px 0 0 10px;font-size:10px;position:relative;text-indent:-9999em;border-top:4px solid rgba(255,255,255,.2);border-right:4px solid rgba(255,255,255,.2);border-bottom:4px solid rgba(255,255,255,.2);border-left:4px solid #fff;transform:translateZ(0);animation:load8 1.1s infinite linear}@keyframes load8{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}#jp-carousel-comment-form-submit-and-info-wrapper{display:none;overflow:hidden;width:100%}#jp-carousel-comment-form-commenting-as input{background:rgba(34,34,34,.9);border:1px solid #3a3a3a;color:#aaa;font:13px/1.4 "Helvetica Neue",sans-serif!important;padding:3px 6px;float:left;box-shadow:inset 2px 2px 2px rgba(0,0,0,.2);border-radius:2px;width:285px}#jp-carousel-comment-form-commenting-as input:focus{background:#ccc;color:#222}#jp-carousel-comment-form-commenting-as p{font:400 13px/1.7 "Helvetica Neue",sans-serif!important;margin:22px 0 0;float:left}#jp-carousel-comment-form-commenting-as fieldset{float:left;border:none;margin:20px 0 0 0;padding:0}#jp-carousel-comment-form-commenting-as fieldset{clear:both}#jp-carousel-comment-form-commenting-as label{font:400 13px/1.7 "Helvetica Neue",sans-serif!important;margin:0 20px 3px 0;float:left;width:100px}#jp-carousel-comment-form-button-submit{margin-top:20px;float:right}#js-carousel-comment-form-container{margin-bottom:15px;overflow:auto;width:100%}#jp-carousel-comment-form-container{margin-bottom:15px;overflow:auto;width:100%}#jp-carousel-comment-post-results{display:none;overflow:auto;width:100%}#jp-carousel-comment-post-results span{display:block;text-align:center;margin-top:20px;width:100%;overflow:auto;padding:1em 0;box-sizing:border-box;background:rgba(0,0,0,.7);border-radius:2px;font:13px/1.4 "Helvetica Neue",sans-serif!important;border:1px solid rgba(255,255,255,.17);box-shadow:inset 0 0 5px 5px #000}.jp-carousel-comment-post-error{color:#df4926}#jp-carousel-comments-closed{display:none;color:#999}#jp-carousel-comments-loading{font:400 15px/1.7 "Helvetica Neue",sans-serif!important;display:none;color:#999;text-align:left;margin-bottom:20px}.jp-carousel-light .jp-carousel-overlay{background:#fff}.jp-carousel-light .jp-carousel-next-button:hover span,.jp-carousel-light .jp-carousel-previous-button:hover span{opacity:.8}.jp-carousel-light .jp-carousel-close-hint:hover,.jp-carousel-light .jp-carousel-titleanddesc div{color:#000!important}.jp-carousel-light .jp-carousel-comment .comment-author a,.jp-carousel-light .jp-carousel-comments p a,.jp-carousel-light .jp-carousel-info h2 a,.jp-carousel-light .jp-carousel-titleanddesc p a{color:#1e8cbe!important}.jp-carousel-light .jp-carousel-comment .comment-author a:hover,.jp-carousel-light .jp-carousel-comments p a:hover,.jp-carousel-light .jp-carousel-info h2 a:hover,.jp-carousel-light .jp-carousel-titleanddesc p a:hover{color:#f1831e!important}.jp-carousel-light .jp-carousel-comment,.jp-carousel-light .jp-carousel-comment p,.jp-carousel-light .jp-carousel-info h2,.jp-carousel-light .jp-carousel-titleanddesc,.jp-carousel-light .jp-carousel-titleanddesc p,.jp-carousel-light .jp-carousel-titleanddesc p b,.jp-carousel-light .jp-carousel-titleanddesc p em,.jp-carousel-light .jp-carousel-titleanddesc p i,.jp-carousel-light .jp-carousel-titleanddesc p strong,.jp-carousel-light div.jp-carousel-buttons a{color:#666}.jp-carousel-light .jp-carousel-buttons{border-bottom-color:#f0f0f0;background:#f5f5f5}.jp-carousel-light div.jp-carousel-buttons a:hover{text-decoration:none;color:#f1831e}.jp-carousel-light div.jp-carousel-buttons a.jp-carousel-reblog,.jp-carousel-light div.jp-carousel-buttons a.jp-carousel-reblog:hover{background-position:4px -56px;padding-left:24px!important}.jp-carousel-light div.jp-carousel-buttons a.jp-carousel-reblog.reblogged{background-color:#2ea2cc;color:#fff}.jp-carousel-light div.jp-carousel-buttons a.jp-carousel-commentlink{background-position:0 -176px}.jp-carousel-light div.jp-carousel-buttons a.jp-carousel-reblog.reblogged{background-position:5px -36px}.jp-carousel-light div#carousel-reblog-box{background:#eee;background:-moz-linear-gradient(bottom,#ececec,#f7f7f7);background:-webkit-gradient(linear,left bottom,left top,from(#ececec),to(#f7f7f7));box-shadow:0 2px 10px rgba(0,0,0,.1);border:1px solid #ddd}.jp-carousel-light #carousel-reblog-box textarea{border:1px inset #ccc;color:#666;border:1px solid #cfcfcf;background:#fff}.jp-carousel-light #carousel-reblog-box .canceltext{color:#888}.jp-carousel-light #carousel-reblog-box .canceltext a{color:#666}.jp-carousel-light #carousel-reblog-box select{background:#eee;color:#333;border:1px solid #aaa}#jp-carousel-comment-form-button-submit,.jp-carousel-light #carousel-reblog-box input#carousel-reblog-submit{color:#333;background:#fff;background:-moz-linear-gradient(bottom,#ddd,#fff);background:-webkit-gradient(linear,left bottom,left top,from(#ddd),to(#fff));border:1px solid #aaa}.jp-carousel-light .jp-carousel-image-meta{background:#fafafa;border:1px solid #eee;border-top-color:#f5f5f5;border-left-color:#f5f5f5;color:#333}.jp-carousel-light .jp-carousel-image-meta li{color:#000!important}.jp-carousel-light .jp-carousel-close-hint{color:#ccc}.jp-carousel-light .jp-carousel-close-hint span{background-color:#fff;border-color:#ccc}.jp-carousel-light #jp-carousel-comment-form-comment-field::-webkit-input-placeholder{color:#aaa}.jp-carousel-light #jp-carousel-comment-form-comment-field:focus{color:#333}.jp-carousel-light #jp-carousel-comment-form-comment-field:focus::-webkit-input-placeholder{color:#ddd}.jp-carousel-light a.jp-carousel-image-download{background-position:0 -122px}.jp-carousel-light a.jp-carousel-image-download:hover{background-position:0 -122px;color:#f1831e}.jp-carousel-light textarea#jp-carousel-comment-form-comment-field{background:#fbfbfb;color:#333;border:1px solid #dfdfdf;box-shadow:inset 2px 2px 2px rgba(0,0,0,.1)}.jp-carousel-light #jp-carousel-comment-form-commenting-as input{background:#fbfbfb;border:1px solid #dfdfdf;color:#333;box-shadow:inset 2px 2px 2px rgba(0,0,0,.1)}.jp-carousel-light #jp-carousel-comment-form-commenting-as input:focus{background:#fbfbfb;color:#333}.jp-carousel-light #jp-carousel-comment-post-results span{background:#f7f7f7;border:1px solid #dfdfdf;box-shadow:inset 0 0 5px rgba(0,0,0,.05)}.jp-carousel-light .jp-carousel-slide{background-color:#fff}.jp-carousel-light .jp-carousel-titleanddesc{border-top:1px solid #eee}.jp-carousel-light .jp-carousel-fadeaway{background:-moz-linear-gradient(bottom,rgba(255,255,255,.75),rgba(255,255,255,0));background:-webkit-gradient(linear,left bottom,left top,from(rgba(255,255,255,.75)),to(rgba(255,255,255,0)))}@media only screen and (max-width:760px){.jp-carousel-info{margin:0 10px!important}.jp-carousel-next-button,.jp-carousel-previous-button{display:none!important}.jp-carousel-buttons{display:none!important}.jp-carousel-image-meta{float:none!important;width:100%!important;box-sizing:border-box}.jp-carousel-close-hint{font-weight:800!important;font-size:26px!important;position:fixed!important;top:-10px}.jp-carousel-slide img{opacity:1}.jp-carousel-wrap{background-color:#000}.jp-carousel-fadeaway{display:none}#jp-carousel-comment-form-container{display:none!important}.jp-carousel-titleanddesc{padding-top:0!important;border:none!important}.jp-carousel-titleanddesc-title{font-size:1em!important}.jp-carousel-left-column-wrapper{padding:0;width:100%!important}.jp-carousel-photo-info{left:0!important;width:100%!important}}
.contact-form .clear-form{clear:both}.contact-form input:-ms-input-placeholder{-ms-transition:opacity .3s ease-out;transition:opacity .3s ease-out}.contact-form input::-ms-input-placeholder{-ms-transition:opacity .3s ease-out;transition:opacity .3s ease-out}.contact-form input::placeholder{transition:opacity .3s ease-out}.contact-form input:hover:-ms-input-placeholder{opacity:.5}.contact-form input:hover::-ms-input-placeholder{opacity:.5}.contact-form input:hover::placeholder{opacity:.5}.contact-form input:focus:-ms-input-placeholder{opacity:.3}.contact-form input:focus::-ms-input-placeholder{opacity:.3}.contact-form input:focus::placeholder{opacity:.3}.contact-form input[type=email],.contact-form input[type=tel],.contact-form input[type=text],.contact-form input[type=url]{box-sizing:border-box;margin-bottom:1.5em;width:100%}.contact-form select{margin-bottom:1.5em}.contact-form textarea{box-sizing:border-box;float:none;height:200px;margin-bottom:1.5em;width:100%}.contact-form input[type=checkbox],.contact-form input[type=radio]{float:none;margin:0 .75rem 0 5px}.contact-form input[type=checkbox]{top:0;margin-left:0}.contact-form label{margin-bottom:.25em;float:none;font-weight:700;display:block}.contact-form label.consent-implicit input{display:none}.contact-form label.checkbox,.contact-form label.checkbox-multiple,.contact-form label.radio{margin-bottom:.25em;float:none;font-weight:400;display:inline-flex;align-items:center}.contact-form .grunion-field-checkbox-multiple-wrap,.contact-form .grunion-field-checkbox-wrap,.contact-form .grunion-field-consent-wrap,.contact-form .grunion-field-radio-wrap{margin-bottom:1em}.contact-form label span{font-size:85%;margin-left:.25em;font-weight:400}.contact-form-submission{margin-bottom:4em;padding:1.5em 1em}.contact-form-submission p{margin:0 auto;word-wrap:break-word}.form-errors .form-error-message{color:red}.textwidget .contact-form input[type=email],.textwidget .contact-form input[type=tel],.textwidget .contact-form input[type=text],.textwidget .contact-form input[type=url],.textwidget .contact-form textarea,.wp-block-column .contact-form input[type=email],.wp-block-column .contact-form input[type=tel],.wp-block-column .contact-form input[type=text],.wp-block-column .contact-form input[type=url],.wp-block-column .contact-form textarea{width:100%}#jetpack-check-feedback-spam{margin:1px 8px 0 0}.jetpack-check-feedback-spam-spinner{display:inline-block;margin-top:7px}.wp-block-jetpack-contact-form{display:flex;flex-wrap:wrap;justify-content:flex-start;flex-direction:row}.wp-block-jetpack-button,.wp-block-jetpack-contact-form .grunion-field-wrap{flex:0 0 100%}.wp-block-jetpack-button.alignright button{float:right}.wp-block-jetpack-contact-form .grunion-field-wrap{border-right:15px solid transparent}.wp-block-jetpack-contact-form .grunion-field-width-25-wrap{flex:0 0 25%}.wp-block-jetpack-contact-form .grunion-field-width-50-wrap{flex:0 0 50%}.wp-block-jetpack-contact-form .grunion-field-width-75-wrap{flex:0 0 75%}.grunion-field-checkbox-wrap,.grunion-field-consent-wrap{align-self:center}@media only screen and (min-width:600px){.contact-form input[type=email],.contact-form input[type=tel],.contact-form input[type=text],.contact-form input[type=url]{width:50%}.wp-block-jetpack-contact-form input[type=email],.wp-block-jetpack-contact-form input[type=tel],.wp-block-jetpack-contact-form input[type=text],.wp-block-jetpack-contact-form input[type=url]{width:100%}}.jetpack-empty-spam-container{display:inline-block}.jetpack-empty-spam{display:inline-block}.jetpack-empty-spam-spinner{display:inline-block;margin-top:7px}
.infinite-loader{color:#000;display:block;height:28px;text-align:center}#infinite-handle span{background:#333;border-radius:1px;color:#eee;cursor:pointer;font-size:13px;padding:6px 16px}@keyframes spinner-inner{0%{opacity:1}100%{opacity:0}}.infinite-loader .spinner-inner div{left:47px;top:24px;position:absolute;animation:spinner-inner linear 1s infinite;background:#000;outline:1px solid #fff;width:6px;height:12px;border-radius:3px/6px;transform-origin:3px 26px}.infinite-loader .spinner-inner div:nth-child(1){transform:rotate(0);animation-delay:-.9166666666666666s;background:#000}.infinite-loader .spinner-inner div:nth-child(2){transform:rotate(30deg);animation-delay:-.8333333333333334s;background:#000}.infinite-loader .spinner-inner div:nth-child(3){transform:rotate(60deg);animation-delay:-.75s;background:#000}.infinite-loader .spinner-inner div:nth-child(4){transform:rotate(90deg);animation-delay:-.6666666666666666s;background:#000}.infinite-loader .spinner-inner div:nth-child(5){transform:rotate(120deg);animation-delay:-.5833333333333334s;background:#000}.infinite-loader .spinner-inner div:nth-child(6){transform:rotate(150deg);animation-delay:-.5s;background:#000}.infinite-loader .spinner-inner div:nth-child(7){transform:rotate(180deg);animation-delay:-.4166666666666667s;background:#000}.infinite-loader .spinner-inner div:nth-child(8){transform:rotate(210deg);animation-delay:-.3333333333333333s;background:#000}.infinite-loader .spinner-inner div:nth-child(9){transform:rotate(240deg);animation-delay:-.25s;background:#000}.infinite-loader .spinner-inner div:nth-child(10){transform:rotate(270deg);animation-delay:-.16666666666666666s;background:#000}.infinite-loader .spinner-inner div:nth-child(11){transform:rotate(300deg);animation-delay:-83.33333333333333ms;background:#000}.infinite-loader .spinner-inner div:nth-child(12){transform:rotate(330deg);animation-delay:0s;background:#000}.infinite-loader .spinner{width:28px;height:28px;display:inline-block;overflow:hidden;background:0 0}.infinite-loader .spinner-inner{width:100%;height:100%;position:relative;transform:translateZ(0) scale(.28);-webkit-backface-visibility:hidden;backface-visibility:hidden;transform-origin:0 0}.infinite-loader .spinner-inner div{box-sizing:content-box}#infinite-handle span button,#infinite-handle span button:focus,#infinite-handle span button:hover{display:inline;position:static;padding:0;margin:0;border:none;line-height:inherit;background:0 0;color:inherit;cursor:inherit;font-size:inherit;font-weight:inherit;font-family:inherit}#infinite-handle span button::-moz-focus-inner{margin:0;padding:0;border:none}@media (max-width:800px){#infinite-handle span:before{display:none}#infinite-handle span{display:block}}#infinite-footer{position:fixed;bottom:-50px;left:0;width:100%}#infinite-footer a{text-decoration:none}#infinite-footer .blog-credits a:hover,#infinite-footer .blog-info a:hover{color:#444;text-decoration:underline}#infinite-footer .container{background:rgba(255,255,255,.8);border-color:#ccc;border-color:rgba(0,0,0,.1);border-style:solid;border-width:1px 0 0;box-sizing:border-box;margin:0 auto;overflow:hidden;padding:1px 20px;width:780px}#infinite-footer .blog-credits,#infinite-footer .blog-info{box-sizing:border-box;line-height:25px}#infinite-footer .blog-info{float:left;overflow:hidden;text-align:left;text-overflow:ellipsis;white-space:nowrap;width:40%}#infinite-footer .blog-credits{font-weight:400;float:right;width:60%}#infinite-footer .blog-info a{color:#111;font-size:14px;font-weight:700}#infinite-footer .blog-credits{color:#888;font-size:12px;text-align:right}#infinite-footer .blog-credits a{color:#666}.infinity-end.neverending #infinite-footer{display:none}@media (max-width:640px){#infinite-footer .container{box-sizing:border-box;width:100%}#infinite-footer .blog-info{width:30%}#infinite-footer .blog-credits{width:70%}#infinite-footer .blog-credits,#infinite-footer .blog-info a{font-size:10px}}@media (max-width:640px){#infinite-footer{position:static}}#infinite-aria{position:absolute;overflow:hidden;clip:rect(0 0 0 0);height:1px;width:1px;margin:-1px;padding:0;border:0}.infinite-wrap:focus{outline:0!important}
#jp-post-flair{padding-top:.5em}#content div.sharedaddy,#main div.sharedaddy,div.sharedaddy{clear:both}div.sharedaddy h3.sd-title{margin:0 0 1em 0;display:inline-block;line-height:1.2;font-size:9pt;font-weight:700}div.sharedaddy h3.sd-title:before{content:"";display:block;width:100%;min-width:30px;border-top:1px solid #ddd;margin-bottom:1em}#wpadminbar li#wp-admin-bar-admin-bar-likes-widget{width:61px;overflow:hidden}#wpadminbar iframe.admin-bar-likes-widget{width:61px;height:28px;min-height:28px;border-width:0;position:absolute;top:0}div.jetpack-likes-widget-wrapper{width:100%;min-height:50px;position:relative}div.jetpack-likes-widget-wrapper .sd-link-color{font-size:12px}div.jetpack-likes-widget-wrapper.slim-likes-widget{width:1px;min-height:0}div.jetpack-comment-likes-widget-wrapper{width:100%;position:relative;min-height:31px}div.jetpack-comment-likes-widget-wrapper iframe{margin-bottom:0}#likes-other-gravatars{display:none;position:absolute;padding:10px 10px 12px 10px;background-color:#2e4453;border-width:0;box-shadow:0 0 10px #2e4453;box-shadow:0 0 10px rgba(46,68,83,.6);min-width:130px;z-index:1000}#likes-other-gravatars *{line-height:normal}#likes-other-gravatars .likes-text{color:#fff;font-size:12px;padding-bottom:8px}#likes-other-gravatars li,#likes-other-gravatars ul{margin:0;padding:0;text-indent:0;list-style-type:none}#likes-other-gravatars li::before{content:""}#likes-other-gravatars ul.wpl-avatars{overflow:auto;display:block;max-height:190px}#likes-other-gravatars ul.wpl-avatars li{width:32px;height:32px;float:left;margin:0 5px 5px 0}#likes-other-gravatars ul.wpl-avatars li a{margin:0 2px 0 0;border-bottom:none!important;display:block}#likes-other-gravatars ul.wpl-avatars li a img{background:0 0;border:none;margin:0!important;padding:0!important;position:static}div.sd-box{border-top:1px solid #ddd;border-top:1px solid rgba(0,0,0,.13)}.comment-likes-widget,.entry-content .post-likes-widget,.post-likes-widget{margin:0;border-width:0;display:block}.comment-likes-widget-placeholder,.post-likes-widget-placeholder{margin:0;border-width:0;position:relative}.comment-likes-widget-placeholder{height:18px;position:absolute;display:flex;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif}.comment-likes-widget-placeholder::before{color:#2ea2cc;width:16px;height:16px;content:'';display:inline-block;position:relative;top:3px;padding-right:5px;background-repeat:no-repeat;background-size:16px 16px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Crect x='0' fill='none' width='24' height='24'/%3E%3Cg%3E%3Cpath fill='%232EA2CC' d='M12 2l2.582 6.953L22 9.257l-5.822 4.602L18.18 21 12 16.89 5.82 21l2.002-7.14L2 9.256l7.418-.304'/%3E%3C/g%3E%3C/svg%3E")}.post-likes-widget-placeholder .button{display:none}.comment-likes-widget-placeholder .loading,.post-likes-widget-placeholder .loading{color:#999;font-size:12px}.comment-likes-widget-placeholder .loading{padding-left:5px;margin-top:4px;align-self:center;color:#4e4e4e}.slim-likes-widget .post-likes-widget{width:auto;float:none}div.sharedaddy.sd-like-enabled .sd-like h3{display:none}div.sharedaddy.sd-like-enabled .sd-like .post-likes-widget{width:100%;float:none;position:absolute;top:0}.comment-likes-widget{width:100%}.cs-rating,.pd-rating{display:block!important}.sd-gplus .sd-title{display:none}
.jp-related-posts-i2__row{display:flex;margin-top:1.5rem}.jp-related-posts-i2__row:first-child{margin-top:0}.jp-related-posts-i2__post{flex-grow:1;flex-basis:0;margin:0 10px;display:flex;flex-direction:column;padding-left:0}.jp-related-posts-i2__row[data-post-count="3"] .jp-related-posts-i2__post{max-width:calc(33% - 20px)}.jp-related-posts-i2__row[data-post-count="1"] .jp-related-posts-i2__post,.jp-related-posts-i2__row[data-post-count="2"] .jp-related-posts-i2__post{max-width:calc(50% - 20px)}.jp-related-posts-i2__post-context,.jp-related-posts-i2__post-date,.jp-related-posts-i2__post-heading,.jp-related-posts-i2__post-img-link{flex-direction:row;display:block}.jp-related-posts-i2__post-heading{margin:.5rem 0;font-size:1rem;line-height:1.2em}.jp-related-posts-i2__post-link{display:block;width:100%;line-height:1.2em}.jp-related-posts-i2__post-img-link{order:-1}.jp-related-posts-i2__post-img-link img{width:100%}.jp-relatedposts-i2[data-layout=list] .jp-related-posts-i2__row{margin-top:0;display:block}.jp-relatedposts-i2[data-layout=list] .jp-related-posts-i2__post{max-width:none;margin:0}.jp-relatedposts-i2[data-layout=list].jp-related-posts-i2__post-img-link{margin-top:1rem}@media only screen and (max-width:640px){.jp-related-posts-i2__row{margin-top:0;display:block}.jp-related-posts-i2__row[data-post-count] .jp-related-posts-i2__post{max-width:none;margin:0;margin-top:1rem}.jp-related-posts-i2__post-img-link{margin-top:1rem}.jp-related-posts-i2__post-img-link img{width:350px}}#jp-relatedposts{display:none;padding-top:1em;margin:1em 0;position:relative;clear:both}.jp-relatedposts:after{content:'';display:block;clear:both}#jp-relatedposts h3.jp-relatedposts-headline{margin:0 0 1em 0;display:inline-block;float:left;font-size:9pt;font-weight:700;font-family:inherit}#jp-relatedposts h3.jp-relatedposts-headline em:before{content:"";display:block;width:100%;min-width:30px;border-top:1px solid #ddd;border-top:1px solid rgba(0,0,0,.2);margin-bottom:1em}#jp-relatedposts h3.jp-relatedposts-headline em{font-style:normal;font-weight:700}#jp-relatedposts .jp-relatedposts-items{clear:left}#jp-relatedposts .jp-relatedposts-items-visual{margin-right:-20px}#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post{float:left;width:33%;margin:0 0 1em;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box}#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post{padding-right:20px;-moz-opacity:.8;opacity:.8}#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post:nth-child(3n+4),#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post:nth-child(3n+4){clear:both}#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post:hover .jp-relatedposts-post-title a{text-decoration:underline}#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post:hover{-moz-opacity:1;opacity:1}#jp-relatedposts .jp-relatedposts-items p,#jp-relatedposts .jp-relatedposts-items time,#jp-relatedposts .jp-relatedposts-items-visual h4.jp-relatedposts-post-title{font-size:14px;line-height:20px;margin:0}#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post-nothumbs{position:relative}#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post-nothumbs a.jp-relatedposts-post-aoverlay{position:absolute;top:0;bottom:0;left:0;right:0;display:block;border-bottom:0}#jp-relatedposts .jp-relatedposts-items p,#jp-relatedposts .jp-relatedposts-items time{margin-bottom:0}#jp-relatedposts .jp-relatedposts-items-visual h4.jp-relatedposts-post-title{text-transform:none;margin:0;font-family:inherit;display:block;max-width:100%}#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a{font-size:inherit;font-weight:400;text-decoration:none;-moz-opacity:1;opacity:1}#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a:hover{text-decoration:underline}#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post img.jp-relatedposts-post-img,#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post span{display:block;max-width:90%;overflow:hidden;text-overflow:ellipsis}#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post img.jp-relatedposts-post-img,#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post span{max-width:100%}#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-context,#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-date{opacity:.6}.jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-date{display:none}#jp-relatedposts .jp-relatedposts-items-visual div.jp-relatedposts-post-thumbs p.jp-relatedposts-post-excerpt{display:none}#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post-nothumbs p.jp-relatedposts-post-excerpt{overflow:hidden}#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post-nothumbs span{margin-bottom:1em}#jp-relatedposts .jp-relatedposts-list .jp-relatedposts-post{clear:both;width:100%}#jp-relatedposts .jp-relatedposts-list .jp-relatedposts-post img.jp-relatedposts-post-img{float:left;overflow:hidden;max-width:33%;margin-right:3%}#jp-relatedposts .jp-relatedposts-list h4.jp-relatedposts-post-title{display:inline-block;max-width:63%}@media only screen and (max-width:640px){#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post{width:50%}#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post:nth-child(3n){clear:left}#jp-relatedposts .jp-relatedposts-items-visual{margin-right:20px}}@media only screen and (max-width:320px){#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post{width:100%;clear:both;margin:0 0 1em}#jp-relatedposts .jp-relatedposts-list .jp-relatedposts-post img.jp-relatedposts-post-img,#jp-relatedposts .jp-relatedposts-list h4.jp-relatedposts-post-title{float:none;max-width:100%;margin-right:0}}
#jp-post-flair{padding-top:.5em}#content div.sharedaddy,#main div.sharedaddy,div.sharedaddy{clear:both}div.sharedaddy h3.sd-title{margin:0 0 1em 0;display:inline-block;line-height:1.2;font-size:9pt;font-weight:700}div.sharedaddy h3.sd-title:before{content:"";display:block;width:100%;min-width:30px;border-top:1px solid #ddd;margin-bottom:1em}body.highlander-light h3.sd-title:before{border-top:1px solid rgba(0,0,0,.2)}body.highlander-dark h3.sd-title:before{border-top:1px solid rgba(255,255,255,.4)}.sd-sharing{margin-bottom:1em}.sd-content ul{padding:0!important;margin:0!important;list-style:none!important}.sd-content ul li{display:inline-block}.sd-content ul li.share-deprecated{opacity:.5}.sd-content ul li.share-deprecated a span{text-decoration:line-through}.sd-block.sd-gplus{margin:0 0 .5em 0}.sd-gplus .sd-content{font-size:12px}#sharing_email .sharing_send,.sd-content ul li .option a.share-ustom,.sd-content ul li a.sd-button,.sd-content ul li.advanced a.share-more,.sd-content ul li.preview-item div.option.option-smart-off a,.sd-social-icon .sd-content ul li a.sd-button,.sd-social-icon-text .sd-content ul li a.sd-button,.sd-social-official .sd-content>ul>li .digg_button>a,.sd-social-official .sd-content>ul>li>a.sd-button,.sd-social-text .sd-content ul li a.sd-button{text-decoration:none!important;display:inline-block;font-size:12px;font-family:"Open Sans",sans-serif;font-weight:400;border-radius:3px;color:#656565!important;background:#f8f8f8;border:1px solid #ccc;box-shadow:0 1px 0 rgba(0,0,0,.08);text-shadow:none;line-height:23px;padding:1px 8px 0 5px}.sd-content ul li .option a.share-ustom span,.sd-content ul li a.sd-button>span,.sd-content ul li.advanced a.share-more span,.sd-content ul li.preview-item div.option.option-smart-off a span,.sd-social-icon-text .sd-content ul li a.sd-button>span,.sd-social-official .sd-content>ul>li .digg_button>a span,.sd-social-official .sd-content>ul>li>a.sd-button span,.sd-social-text .sd-content ul li a.sd-button span{line-height:23px}.sd-social-official .sd-content .sharing-hidden .inner>ul>li .digg_button>a,.sd-social-official .sd-content .sharing-hidden .inner>ul>li>a.sd-button,.sd-social-official .sd-content>ul>li .digg_button>a,.sd-social-official .sd-content>ul>li>a.sd-button{line-height:17px;box-shadow:none;vertical-align:top}.sd-social-official .sd-content ul li a.sd-button>span{line-height:17px}.sd-social-official .sd-content .sharing-hidden .inner>ul>li .digg_button>a:before,.sd-social-official .sd-content .sharing-hidden .inner>ul>li>a.sd-button:before,.sd-social-official .sd-content>ul>li .digg_button>a:before,.sd-social-official .sd-content>ul>li>a.sd-button:before{margin-bottom:-1px}.sd-social-icon .sd-content ul li a.sd-button:active,.sd-social-icon .sd-content ul li a.sd-button:hover,.sd-social-icon-text .sd-content ul li a.sd-button:active,.sd-social-icon-text .sd-content ul li a.sd-button:hover,.sd-social-official .sd-content>ul>li .digg_button>a:active,.sd-social-official .sd-content>ul>li .digg_button>a:hover,.sd-social-official .sd-content>ul>li>a.sd-button:active,.sd-social-official .sd-content>ul>li>a.sd-button:hover,.sd-social-text .sd-content ul li a.sd-button:active,.sd-social-text .sd-content ul li a.sd-button:hover{color:#555;background:#fafafa;border:1px solid #999}.sd-social-icon .sd-content ul li a.sd-button:active,.sd-social-icon-text .sd-content ul li a.sd-button:active,.sd-social-official .sd-content>ul>li .digg_button>a:active,.sd-social-official .sd-content>ul>li>a.sd-button:active,.sd-social-text .sd-content ul li a.sd-button:active{box-shadow:inset 0 1px 0 rgba(0,0,0,.16)}.sd-content ul li a.sd-button:before{display:inline-block;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font:normal 18px/1 social-logos;vertical-align:top;text-align:center}.sd-social-icon-text ul li a.sd-button:before{position:relative;top:2px}@media screen and (-webkit-min-device-pixel-ratio:0){.sd-content ul li a.sd-button:before{position:relative;top:2px}}.sd-social-official ul li a.sd-button:before{position:relative;top:-2px}@media screen and (-webkit-min-device-pixel-ratio:0){.sd-social-official ul li a.sd-button:before{top:0}}.sd-content ul li{margin:0 5px 5px 0;padding:0}.jp-sharing-input-touch .sd-content ul li{padding-left:10px}.sd-content ul li.preview-item a.sd-button span,.sd-social-icon-text .sd-content ul li a span,.sd-social-official .sd-content ul li a.sd-button span{margin-left:3px}.sd-content ul li.preview-item.no-icon a.sd-button span{margin-left:0}.sd-content ul li.no-icon a:before,.sd-social-text .sd-content ul li a:before{display:none}body .sd-content ul li.share-custom.no-icon a span,body .sd-social-text .sd-content ul li.share-custom a span{background-image:none;background-position:-500px -500px!important;background-repeat:no-repeat!important;padding-left:0;height:0;line-height:inherit}.sd-social-icon .sd-content ul li a.share-more{position:relative;top:-4px}@media screen and (-webkit-min-device-pixel-ratio:0){.sd-social-icon .sd-content ul li a.share-more{top:2px}}@-moz-document url-prefix(){.sd-social-icon .sd-content ul li a.share-more{top:2px}}.sd-social-icon .sd-content ul li a.share-more span{margin-left:3px}.sd-content ul li.share-print div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-print a:before,.sd-social-icon-text .sd-content li.share-print a:before,.sd-social-official .sd-content li.share-print a:before,.sd-social-text .sd-content ul li.share-print a:before{content:'\f469'}.sd-content ul li.share-email div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-email a:before,.sd-social-icon-text .sd-content li.share-email a:before,.sd-social-official .sd-content li.share-email a:before,.sd-social-text .sd-content ul li.share-email a:before{content:'\f410'}.sd-content ul li.share-linkedin div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-linkedin a:before,.sd-social-icon-text .sd-content li.share-linkedin a:before,.sd-social-text .sd-content ul li.share-linkedin a:before{content:'\f207'}.sd-content ul li.share-twitter div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-twitter a:before,.sd-social-icon-text .sd-content li.share-twitter a:before,.sd-social-text .sd-content ul li.share-twitter a:before{content:'\f202'}.sd-content ul li.share-reddit div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-reddit a:before,.sd-social-icon-text .sd-content li.share-reddit a:before,.sd-social-text .sd-content ul li.share-reddit a:before{content:'\f222'}.sd-content ul li.share-tumblr div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-tumblr a:before,.sd-social-icon-text .sd-content li.share-tumblr a:before,.sd-social-text .sd-content ul li.share-tumblr a:before{content:'\f607'}.sd-content ul li.share-pocket div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-pocket a:before,.sd-social-icon-text .sd-content li.share-pocket a:before,.sd-social-text .sd-content ul li.share-pocket a:before{content:'\f224'}.sd-content ul li.share-pinterest div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-pinterest a:before,.sd-social-icon-text .sd-content li.share-pinterest a:before,.sd-social-text .sd-content ul li.share-pinterest a:before{content:'\f210'}.sd-content ul li.share-facebook div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-facebook a:before,.sd-social-icon-text .sd-content li.share-facebook a:before,.sd-social-text .sd-content ul li.share-facebook a:before{content:'\f203'}.sd-content ul li.share-press-this div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-press-this a:before,.sd-social-icon-text .sd-content li.share-press-this a:before,.sd-social-official .sd-content li.share-press-this a:before,.sd-social-text .sd-content ul li.share-press-this a:before{content:'\f205'}.sd-social-official .sd-content li.share-press-this a:before{color:#2ba1cb}.sd-content ul li.share-telegram div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-telegram a:before,.sd-social-icon-text .sd-content li.share-telegram a:before,.sd-social-official .sd-content li.share-telegram a:before,.sd-social-text .sd-content ul li.share-telegram a:before{content:'\f606'}.sd-social-official .sd-content li.share-telegram a:before{color:#08c}.sd-content ul li.share-skype div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-skype a:before,.sd-social-icon-text .sd-content li.share-skype a:before,.sd-social-text .sd-content ul li.share-skype a:before{content:'\f220'}.sd-content ul li.advanced a.share-more:before,.sd-social-icon .sd-content ul a.share-more:before,.sd-social-icon-text .sd-content a.share-more:before,.sd-social-official .sd-content a.share-more:before,.sd-social-text .sd-content ul a.share-more:before{content:'\f415'}.sd-social-official .sd-content a.share-more:before{color:#2ba1cb}.sd-content ul li.share-jetpack-whatsapp div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-jetpack-whatsapp a:before,.sd-social-icon-text .sd-content li.share-jetpack-whatsapp a:before,.sd-social-official .sd-content li.share-jetpack-whatsapp a:before,.sd-social-text .sd-content ul li.share-jetpack-whatsapp a:before{content:'\f608'}.sd-social-official .sd-content li.share-jetpack-whatsapp a:before{color:#43d854}.sd-social-icon .sd-content ul li[class*=share-].share-jetpack-whatsapp a.sd-button{background:#43d854;color:#fff!important}.sd-content ul li.share-deprecated div.option.option-smart-off a:before,.sd-social-icon .sd-content ul li.share-deprecated a:before,.sd-social-icon-text .sd-content li.share-deprecated a:before,.sd-social-official .sd-content li.share-deprecated a:before{width:1em;height:1em;content:"\1F6AB"}.sd-social .sd-button .share-count{background:#2ea2cc;color:#fff;border-radius:10px;display:inline-block;text-align:center;font-size:10px;padding:1px 3px;line-height:1}.sd-social-official .sd-content ul,.sd-social-official .sd-content ul li{line-height:25px!important}.sd-social-official .sd-content>ul>li>a.sd-button span{line-height:1}.sd-social-official .sd-content ul:after{content:".";display:block;height:0;clear:both;visibility:hidden}.sd-social-official .sd-content li.share-press-this a{margin:0 0 5px 0}.sd-social-official .sd-content ul>li{display:block;float:left;margin:0 10px 5px 0!important;height:25px}.sd-social-official .fb-share-button>span{vertical-align:top!important}.sd-social-official .sd-content .pocket_button iframe{width:98px}.reddit_button iframe{margin-top:1px}.linkedin_button>span,.pinterest_button,.pocket_button iframe,.twitter_button{margin:0!important}.linkedin_button>span,.pinterest_button a{display:block!important}.sd-social-official .sd-content .share-skype{width:55px}body .sd-social-official li a.share-more,body .sd-social-official li.share-custom a,body .sd-social-official li.share-digg a,body .sd-social-official li.share-email a,body .sd-social-official li.share-press-this a,body .sd-social-official li.share-print{position:relative;top:0}body .sd-social-icon .sd-content li.share-custom>a{padding:2px 3px 0 3px;position:relative;top:4px}body .sd-content ul li.share-custom a.share-icon span,body .sd-social-icon .sd-content li.share-custom a span,body .sd-social-icon-text .sd-content li.share-custom a span,body .sd-social-official .sd-content li.share-custom a span,body .sd-social-text .sd-content li.share-custom a span{background-size:16px 16px;background-repeat:no-repeat;margin-left:0;padding:0 0 0 19px;display:inline-block;height:21px;line-height:16px}body .sd-social-icon .sd-content li.share-custom a span{width:0}body .sd-social-icon .sd-content li.share-custom a span{padding-left:16px!important}.sharing-hidden .inner{position:absolute;z-index:2;border:1px solid #ccc;padding:10px;background:#fff;box-shadow:0 5px 20px rgba(0,0,0,.2);border-radius:2px;margin-top:5px;max-width:400px}.sharing-hidden .inner ul{margin:0!important}.sd-social-official .sd-content .sharing-hidden ul>li.share-end{clear:both;margin:0!important;height:0!important}.sharing-hidden .inner:after,.sharing-hidden .inner:before{position:absolute;z-index:1;top:-8px;left:20px;width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:8px solid #ccc;content:"";display:block}.sharing-hidden .inner:after{z-index:2;top:-7px;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:8px solid #fff}.sharing-hidden ul{margin:0}.sd-social-icon .sd-content ul li[class*=share-] a,.sd-social-icon .sd-content ul li[class*=share-] a:hover,.sd-social-icon .sd-content ul li[class*=share-] div.option a{border-radius:50%;-webkit-border-radius:50%;border:0;box-shadow:none;padding:7px;position:relative;top:-2px;line-height:1;width:auto;height:auto;margin-bottom:0}.sd-social-icon .sd-content ul li[class*=share-] a.sd-button>span,.sd-social-icon .sd-content ul li[class*=share-] div.option a span{line-height:1}.sd-social-icon .sd-content ul li[class*=share-] a:hover,.sd-social-icon .sd-content ul li[class*=share-] div.option a:hover{border:none;opacity:.6}.sd-social-icon .sd-content ul li[class*=share-] a.sd-button:before{top:1px}.sd-social-icon .sd-content ul li[class*=share-] a.sd-button.share-custom{padding:8px 8px 6px 8px;top:5px}.sd-social-icon .sd-content ul li a.sd-button.share-more{margin-left:10px}.sd-social-icon .sd-content ul li:first-child a.sd-button.share-more{margin-left:0}.sd-social-icon .sd-button span.share-count{position:absolute;bottom:0;right:0;border-radius:0;background:#555;font-size:9px}.sd-social-icon .sd-content ul li[class*=share-] a.sd-button{background:#e9e9e9;margin-top:2px;text-indent:0}.sd-social-icon .sd-content ul li[class*=share-].share-tumblr a.sd-button{background:#2c4762;color:#fff!important}.sd-social-icon .sd-content ul li[class*=share-].share-facebook a.sd-button{background:#1877f2;color:#fff!important}.sd-social-icon .sd-content ul li[class*=share-].share-twitter a.sd-button{background:#00acee;color:#fff!important}.sd-social-icon .sd-content ul li[class*=share-].share-pinterest a.sd-button{background:#ca1f27;color:#fff!important}.sd-social-icon .sd-content ul li[class*=share-].share-digg a.sd-button{color:#555!important}.sd-social-icon .sd-content ul li[class*=share-].share-press-this a.sd-button{background:#1e8cbe;color:#fff!important}.sd-social-icon .sd-content ul li[class*=share-].share-telegram a.sd-button{background:#08c;color:#fff!important}.sd-social-icon .sd-content ul li[class*=share-].share-linkedin a.sd-button{background:#0077b5;color:#fff!important}.sd-social-icon .sd-content ul li[class*=share-].share-pocket a.sd-button{background:#ee4056;color:#fff!important}.sd-social-icon .sd-content ul li[class*=share-].share-reddit a.sd-button{background:#cee3f8;color:#555!important}.sd-social-icon .sd-content ul li[class*=share-].share-skype a.sd-button{background:#00aff0;color:#fff!important}.sharing-screen-reader-text{clip:rect(1px,1px,1px,1px);position:absolute!important;height:1px;width:1px;overflow:hidden}.sharing-screen-reader-text:active,.sharing-screen-reader-text:focus,.sharing-screen-reader-text:hover{background-color:#f1f1f1;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto!important;color:#21759b;display:block;font-size:14px;font-weight:700;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}#sharing_email{width:342px;position:absolute;z-index:1001;border:1px solid #ccc;padding:15px;background:#fff;box-shadow:0 5px 20px rgba(0,0,0,.2);text-align:left}div.sharedaddy.sharedaddy-dark #sharing_email{border-color:#fff}#sharing_email .errors{color:#fff;background-color:#771a09;font-size:12px;padding:5px 8px;line-height:1;margin:10px 0 0 0}#sharing_email label{font-size:12px;color:#333;font-weight:700;display:block;padding:0 0 4px 0;text-align:left;text-shadow:none}#sharing_email form{margin:0}#sharing_email input[type=email],#sharing_email input[type=text]{width:100%;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;border:1px solid #ccc;margin-bottom:1em;background:#fff;font-size:12px;color:#333;max-width:none;padding:1px 3px}#jetpack-source_f_name{display:none!important;position:absolute!important;left:-9000px}#sharing_email .sharing_cancel{padding:0 0 0 1em;font-size:12px;text-shadow:none}#sharing_email .recaptcha{width:312px;height:123px;margin:0 0 1em 0}.sd-content .share-customize-link{margin-top:0;line-height:11px}.sd-content .share-customize-link a{font-size:11px;font-family:"Open Sans",sans-serif}
.slideshow-window{background-color:#222;border:20px solid #222;border-radius:10px;height:0;margin-bottom:20px;overflow:hidden;padding-top:30px!important;padding-bottom:56.25%!important;position:relative;z-index:1}.slideshow-window.slideshow-white{background-color:#fff;border-color:#fff}.slideshow-window,.slideshow-window *{box-sizing:content-box}.slideshow-loading{height:100%;text-align:center;margin:auto}body div.slideshow-window * img{background-color:transparent!important;background-image:none!important;border-width:0!important;display:block;margin:0 auto;max-width:100%;max-height:100%;padding:0!important;position:relative;transform:translateY(-50%);top:50%}.slideshow-loading img{vertical-align:middle}.slideshow-slide{display:none;height:100%!important;left:0;margin:auto;position:absolute;text-align:center;top:0;width:100%!important}.slideshow-slide img{vertical-align:middle}.slideshow-line-height-hack{overflow:hidden;width:0;font-size:0}.slideshow-slide-caption{font-size:13px;font-family:"Helvetica Neue",sans-serif;color:#f7f7f7;text-shadow:#222 1px 1px 2px;line-height:25px;height:25px;position:absolute;bottom:5px;left:0;z-index:100;width:100%;text-align:center}.slideshow-controls{z-index:1000;position:absolute;bottom:30px;margin:auto;text-align:center;width:100%;opacity:.5;direction:ltr;transition:.3s opacity ease-out}.slideshow-window:hover .slideshow-controls{opacity:1}body div div.slideshow-controls a,body div div.slideshow-controls a:hover{border:2px solid rgba(255,255,255,.1)!important;background-color:#000!important;background-color:rgba(0,0,0,.6)!important;background-image:url(/wp-content/plugins/jetpack/css/../modules/shortcodes/img/slideshow-controls.png)!important;background-repeat:no-repeat;background-size:142px 16px!important;background-position:-34px 8px!important;color:#222!important;margin:0 5px!important;padding:0!important;display:inline-block!important;zoom:1;height:32px!important;width:32px!important;line-height:32px!important;text-align:center!important;border-radius:10em!important;transition:.3s border-color ease-out}@media only screen and (-webkit-min-device-pixel-ratio:1.5){body div div.slideshow-controls a,body div div.slideshow-controls a:hover{background-image:url(/wp-content/plugins/jetpack/css/../modules/shortcodes/img/slideshow-controls-2x.png)!important}}body div div.slideshow-controls a:hover{border-color:#fff!important}body div div.slideshow-controls a:first-child{background-position:-76px 8px!important}body div div.slideshow-controls a:last-child{background-position:-117px 8px!important}body div div.slideshow-controls a:nth-child(2){background-position:-34px 8px!important}body div div.slideshow-controls a.running{background-position:-34px 8px!important}body div div.slideshow-controls a.paused{background-position:9px 8px!important}.slideshow-controls a img{border:50px dotted #f0f}
body.presentation-wrapper-fullscreen-parent,html.presentation-wrapper-fullscreen-parent{overflow:hidden!important}.presentation-wrapper-fullscreen-parent #wpadminbar{display:none}.presentation-wrapper-fullscreen,.presentation-wrapper-fullscreen-parent{min-width:100%!important;min-height:100%!important;position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;margin:0!important;padding:0!important;z-index:10000!important}.presentation-wrapper-fullscreen{background-color:grey;border:none!important}.presentation-wrapper-fullscreen .nav-arrow-left,.presentation-wrapper-fullscreen .nav-arrow-right{z-index:20001}.presentation-wrapper-fullscreen .nav-fullscreen-button{z-index:20002}.presentation-wrapper{margin:20px auto;border:1px solid #e5e5e5;overflow:hidden;line-height:normal}.presentation{position:relative;margin:0;overflow:hidden;outline:0}.presentation,.presentation .step{background-repeat:no-repeat;background-position:center;background-size:100% 100%}.presentation .step.fade:not(.active){opacity:0}.presentation .slide-content{padding:30px}.presentation .nav-arrow-left,.presentation .nav-arrow-right,.presentation .nav-fullscreen-button{position:absolute;width:34px;background-repeat:no-repeat;z-index:2;opacity:0;transition:opacity .25s}.presentation .nav-arrow-left,.presentation .nav-arrow-right{height:100%;background-image:url(/wp-content/plugins/jetpack/css/../modules/shortcodes/images/slide-nav.png);background-size:450% 61px}.presentation .nav-arrow-left{left:0;background-position:4px 50%}.presentation .nav-arrow-right{right:0;background-position:-120px 50%}.presentation .nav-fullscreen-button{width:32px;height:32px;margin:4px;bottom:0;right:0;z-index:3;background-image:url(/wp-content/plugins/jetpack/css/../modules/shortcodes/images/expand.png);background-size:100% 100%}.presentation:hover .nav-arrow-left,.presentation:hover .nav-arrow-right{opacity:1}.presentation:hover .nav-fullscreen-button{opacity:.8}.presentation-wrapper-fullscreen .nav-fullscreen-button{background-image:url(/wp-content/plugins/jetpack/css/../modules/shortcodes/images/collapse.png)}.presentation .autoplay-overlay{height:15%;width:80%;margin:30% 10%;position:relative;z-index:100;display:table;border-radius:50px;background-color:#e5e5e5;background-color:rgba(0,0,0,.75);transition:opacity .5s}.presentation .autoplay-overlay .overlay-msg{position:relative;display:table-cell;text-align:center;vertical-align:middle;color:#fff}.presentation .will-fade{opacity:0}.presentation .do-fade{opacity:1;transition:opacity .5s}
div.jetpack-quiz{border:1px solid #deede3;background-color:#f3f3f3;padding:1em;line-height:1.3em;margin-bottom:2em;border-radius:.2em}div.jetpack-quiz div.jetpack-quiz-question{margin-bottom:.5em;font-weight:700}div.jetpack-quiz div.jetpack-quiz-answer{cursor:pointer;margin-bottom:.5em;padding:1em 0 1em 1em;border-bottom:1px dotted #999}div.jetpack-quiz div.jetpack-quiz-answer.last{padding-bottom:0;margin-bottom:0;border-bottom:0}div.jetpack-quiz div.jetpack-quiz-answer.correct{color:green}div.jetpack-quiz div.jetpack-quiz-answer.wrong{color:red}div.jetpack-quiz div.jetpack-quiz-answer div.jetpack-quiz-explanation{display:none}div.jetpack-quiz div.jetpack-quiz-answer.correct div.jetpack-quiz-explanation,div.jetpack-quiz div.jetpack-quiz-answer.wrong div.jetpack-quiz-explanation{display:block;color:#000;font-size:90%;margin-top:1em}div.jetpack-quiz div.jetpack-quiz-answer.correct div.jetpack-quiz-explanation tt,div.jetpack-quiz div.jetpack-quiz-answer.wrong div.jetpack-quiz-explanation tt{font-size:85%}div.jetpack-quiz pre{font:15px Monaco,Consolas,"Andale Mono","DejaVu Sans Mono",monospace;background:0 0;margin:0;padding:0}
#subscribe-email input{width:95%}.comment-subscription-form{margin-bottom:1em}.comment-subscription-form .subscribe-label{display:inline!important}.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute!important;width:1px;word-wrap:normal!important}
.jetpack-video-wrapper{margin-bottom:1.6em}.jetpack-video-wrapper>.wp-video,.jetpack-video-wrapper>embed,.jetpack-video-wrapper>iframe,.jetpack-video-wrapper>object{margin-bottom:0}
.jetpack-social-navigation ul{display:block;margin:0 0 1.5em;padding:0}.jetpack-social-navigation li{display:inline-block;margin:0;line-height:1}.jetpack-social-navigation a{border:0;height:1em;text-decoration:none;width:1em}.jetpack-social-navigation-svg .icon{color:inherit;fill:currentColor;height:1em;vertical-align:middle;width:1em}.jetpack-social-navigation-genericons a:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:inline-block;font-family:Genericons;font-size:1em;font-style:normal;font-weight:400;height:1em;line-height:1;speak:none;text-decoration:inherit;vertical-align:top;width:1em}.jetpack-social-navigation-genericons a:before{content:"\f415"}.jetpack-social-navigation-genericons a[href*="codepen.io"]:before{content:"\f216"}.jetpack-social-navigation-genericons a[href*="digg.com"]:before{content:"\f221"}.jetpack-social-navigation-genericons a[href*="dribbble.com"]:before{content:"\f201"}.jetpack-social-navigation-genericons a[href*="dropbox.com"]:before{content:"\f225"}.jetpack-social-navigation-genericons a[href*="mailto:"]:before{content:"\f410"}.jetpack-social-navigation-genericons a[href*="facebook.com"]:before{content:"\f203"}.jetpack-social-navigation-genericons a[href*="flickr.com"]:before{content:"\f211"}.jetpack-social-navigation-genericons a[href*="foursquare.com"]:before{content:"\f226"}.jetpack-social-navigation-genericons a[href*="github.com"]:before{content:"\f200"}.jetpack-social-navigation-genericons a[href*="plus.google.com"]:before{content:"\f206"}.jetpack-social-navigation-genericons a[href*="instagram.com"]:before{content:"\f215"}.jetpack-social-navigation-genericons a[href*="linkedin.com"]:before{content:"\f208"}.jetpack-social-navigation-genericons a[href*="path.com"]:before{content:"\f219"}.jetpack-social-navigation-genericons a[href*="pinterest."]:before{content:"\f210"}.jetpack-social-navigation-genericons a[href*="getpocket.com"]:before{content:"\f224"}.jetpack-social-navigation-genericons a[href*="polldaddy.com"]:before{content:"\f217"}.jetpack-social-navigation-genericons a[href*="reddit.com"]:before{content:"\f222"}.jetpack-social-navigation-genericons a[href$="/feed/"]:before{content:"\f413"}.jetpack-social-navigation-genericons a[href*="skype:"]:before{content:"\f220"}.jetpack-social-navigation-genericons a[href*="spotify.com"]:before{content:"\f515"}.jetpack-social-navigation-genericons a[href*="stumbleupon.com"]:before{content:"\f223"}.jetpack-social-navigation-genericons a[href*="tumblr.com"]:before{content:"\f214"}.jetpack-social-navigation-genericons a[href*="twitch.tv"]:before{content:"\f516"}.jetpack-social-navigation-genericons a[href*="twitter.com"]:before{content:"\f202"}.jetpack-social-navigation-genericons a[href*="vimeo.com"]:before{content:"\f212"}.jetpack-social-navigation-genericons a[href*="vine.co"]:before{content:"\f517"}.jetpack-social-navigation-genericons a[href*="wordpress.com"]:before,.jetpack-social-navigation-genericons a[href*="wordpress.org"]:before{content:"\f205"}.jetpack-social-navigation-genericons a[href*="youtube.com"]:before{content:"\f213"}
.tiled-gallery{clear:both;margin:0 0 20px;overflow:hidden}.tiled-gallery img{margin:2px!important}.tiled-gallery .gallery-group{float:left;position:relative}.tiled-gallery .tiled-gallery-item{float:left;margin:0;position:relative;width:inherit}.tiled-gallery .gallery-row{overflow:hidden}.tiled-gallery .tiled-gallery-item a{background:0 0;border:none;color:inherit;margin:0;padding:0;text-decoration:none;width:auto}.tiled-gallery .tiled-gallery-item img,.tiled-gallery .tiled-gallery-item img:hover{background:0 0;border:none;box-shadow:none;max-width:100%;padding:0;vertical-align:middle}.tiled-gallery-caption{background:#eee;background:rgba(255,255,255,.8);color:#333;font-size:13px;font-weight:400;overflow:hidden;padding:10px 0;position:absolute;bottom:0;text-indent:10px;text-overflow:ellipsis;width:100%;white-space:nowrap}.tiled-gallery .tiled-gallery-item-small .tiled-gallery-caption{font-size:11px}.widget-gallery .tiled-gallery-unresized{visibility:hidden;height:0;overflow:hidden}.tiled-gallery .tiled-gallery-item img.grayscale{position:absolute;left:0;top:0}.tiled-gallery .tiled-gallery-item img.grayscale:hover{opacity:0}.tiled-gallery.type-circle .tiled-gallery-item img{border-radius:50%!important;object-fit:cover}.tiled-gallery.type-circle .tiled-gallery-caption{display:none;opacity:0}.tiled-gallery.type-square .tiled-gallery-item img{object-fit:cover}
.jetpack-display-remote-posts{margin:5px 0 20px 0}.jetpack-display-remote-posts h4{margin:5px 0;padding:0}.jetpack-display-remote-posts p{margin:0;padding:0}.jetpack-display-remote-posts img{max-width:100%}
.widget-grofile h4{margin:1em 0 .5em}.widget-grofile ul.grofile-urls{margin-left:0;overflow:hidden}.widget-grofile ul.grofile-accounts li{list-style:none;display:inline}.widget-grofile ul.grofile-accounts li::before{content:""!important}.widget-grofile .grofile-accounts-logo{background-image:url(https://secure.gravatar.com/images/grav-share-sprite.png);background-repeat:no-repeat;width:16px;height:16px;float:left;margin-right:8px;margin-bottom:8px}.rtl .widget-grofile .grofile-accounts-logo{margin-left:8px;margin-right:0}.grofile-thumbnail{width:500px;max-width:100%}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (-o-min-device-pixel-ratio:3/2),only screen and (min--moz-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5){.widget-grofile .grofile-accounts-logo{background-image:url(https://secure.gravatar.com/images/grav-share-sprite-2x.png);background-size:16px 784px}}
div[class^=gr_custom_container]{border:1px solid gray;border-radius:10px;padding:10px 5px 10px 5px;background-color:#fff;color:#000}div[class^=gr_custom_container] a{color:#000}h2[class^=gr_custom_header]{display:none}div[class^=gr_custom_each_container]{width:100%;clear:both;margin-bottom:10px;overflow:auto;padding-bottom:4px;border-bottom:1px solid #aaa}div[class^=gr_custom_book_container]{float:right;overflow:hidden;height:60px;margin-left:4px;width:39px}div[class^=gr_custom_author]{font-size:10px}div[class^=gr_custom_tags]{font-size:10px;color:gray}div[class^=gr_custom_rating]{display:none}
.widget_wpcom_social_media_icons_widget ul{list-style-type:none;margin-left:0}.widget_wpcom_social_media_icons_widget ul li{border:0 none;display:inline;margin-right:.5em}.widget_wpcom_social_media_icons_widget li a{border:0 none;text-decoration:none}.widget_wpcom_social_media_icons_widget .genericon{font-family:Genericons}.widget_wpcom_social_media_icons_widget .screen-reader-text{clip:rect(1px,1px,1px,1px);position:absolute!important;height:1px;width:1px;overflow:hidden}.widget_wpcom_social_media_icons_widget .screen-reader-text:active,.widget_wpcom_social_media_icons_widget .screen-reader-text:focus,.widget_wpcom_social_media_icons_widget .screen-reader-text:hover{background-color:#f1f1f1;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto!important;color:#21759b;display:block;font-size:14px;font-size:.875rem;font-weight:700;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}
.widgets-grid-layout{width:100%}.widgets-grid-layout:after,.widgets-grid-layout:before{content:" ";display:table}.widgets-grid-layout:after{clear:both}.widget-grid-view-image{float:left;max-width:50%}.widget-grid-view-image a{display:block;margin:0 2px 4px 0}.widget-grid-view-image:nth-child(even){float:right}.widget-grid-view-image:nth-child(even) a{margin:0 0 4px 2px}.widgets-grid-layout .widget-grid-view-image img{max-width:100%;height:auto}.widgets-multi-column-grid ul{overflow:hidden;padding:0;margin:0;list-style-type:none}.widgets-multi-column-grid ul li{background:0 0;clear:none;float:left;margin:0 -5px -3px 0;padding:0 8px 6px 0;border:none;list-style-type:none!important}.widgets-multi-column-grid ul li a{background:0 0;margin:0;padding:0;border:0}.widgets-multi-column-grid .avatar{vertical-align:middle}.widgets-list-layout{padding:0;margin:0;list-style-type:none}.widgets-list-layout li:after,.widgets-list-layout li:before{content:"";display:table}.widgets-list-layout li:after{clear:both}.widgets-list-layout li{zoom:1;margin-bottom:1em;list-style-type:none!important}.widgets-list-layout .widgets-list-layout-blavatar{float:left;width:21.276596%;max-width:40px;height:auto}.widgets-list-layout-links{float:right;width:73.404255%}.widgets-list-layout span{opacity:.5}.widgets-list-layout span:hover{opacity:.8}
.jetpack-image-container:after{clear:both}.jetpack-image-container:after,.jetpack-image-container:before{display:table;content:""}
.widgets-multi-column-grid ul{overflow:hidden;padding:0;margin:0;list-style-type:none}.widgets-multi-column-grid ul li{background:0 0;clear:none;float:left;margin:0 -5px -3px 0;padding:0 8px 6px 0;border:none;list-style-type:none!important}.widgets-multi-column-grid ul li a{background:0 0;margin:0;padding:0;border:0}.widgets-multi-column-grid .avatar{vertical-align:middle}.widget_jetpack_my_community .avatar-240,.widget_jetpack_my_community .avatar-48{max-width:48px;max-height:48px}
.widget.widget_authors li>ul,.widget_authors>ul{margin-left:inherit;padding-left:0}.widget_authors ul li li{padding-left:0}.widget_authors>ul>li{margin-bottom:1em;list-style:none}.widget_authors>ul>li+li{border-top:0}.widget.widget_authors img{margin-right:5px;margin-bottom:5px;vertical-align:middle;box-shadow:none}
.wpcnt{text-align:center;line-height:2}.wpa{position:relative;overflow:hidden;display:inline-block;max-width:100%}.wpa-about{position:absolute;top:5px;left:0;right:0;display:block;margin-top:0;color:#888;font:10px/1 "Open Sans",Arial,sans-serif!important;text-align:left!important;text-decoration:none!important;opacity:.85;border-bottom:none!important;box-shadow:none!important}.wpa .u>div{display:block;margin-top:5px;margin-bottom:1em}div.wpa>div{margin-top:20px}.wpa .u .adsbygoogle{display:block;margin-top:17px;margin-bottom:1em;background-color:transparent}
.widget_eu_cookie_law_widget{animation:fadeIn .8s;border:none;bottom:1em;left:1em;margin:0;padding:0;position:fixed;right:1em;width:auto;z-index:50001}@keyframes fadeIn{from{opacity:0;visibility:hidden}to{opacity:1;visibility:visible}}.widget_eu_cookie_law_widget.widget.top{bottom:auto;top:1em}.admin-bar .widget_eu_cookie_law_widget.widget.top{top:3em}amp-consent.widget_eu_cookie_law_widget.widget.top{top:1em;margin:0}.admin-bar amp-consent.widget_eu_cookie_law_widget.widget.top{top:0;margin-top:3em}#eu-cookie-law{background-color:#fff;border:1px solid #dedede;color:#2e4467;font-size:12px;line-height:1.5;overflow:hidden;padding:6px 6px 6px 15px;position:relative}#eu-cookie-law a,#eu-cookie-law a:active,#eu-cookie-law a:visited{color:inherit;cursor:inherit;text-decoration:underline}#eu-cookie-law a:hover{cursor:pointer;text-decoration:none}#eu-cookie-law.negative{background-color:#000;border:none;color:#fff}#eu-cookie-law.hide{opacity:0;visibility:hidden;transition:opacity .4s,visibility .4s}#eu-cookie-law form{margin-bottom:0;position:static}#eu-cookie-law input,#eu-cookie-law input:focus,#eu-cookie-law input:hover{background:#f3f3f3;border:1px solid #dedede;border-radius:4px;-moz-border-radius:3px;-webkit-border-radius:3px;color:#2e4453;cursor:pointer;display:inline;float:right;font-family:inherit;font-size:14px;font-weight:inherit;line-height:inherit;margin:0 0 0 5%;padding:8px 12px;position:static;text-transform:none}#eu-cookie-law.negative input,#eu-cookie-law.negative input:focus,#eu-cookie-law.negative input:hover{background:#282828;border-color:#535353;color:#fff}@media (max-width:600px){#eu-cookie-law{padding-bottom:55px}#eu-cookie-law input.accept{bottom:8px;position:absolute;right:8px}}.widget_eu_cookie_law_widget .customize-partial-edit-shortcut>button{left:0}
.flickr-images{text-align:center}.flickr-size-thumbnail .flickr-images{align-content:space-between;align-items:center;display:flex;flex-flow:row wrap;justify-content:center}.flickr-images img{max-width:100%;margin:5px}
.wpcom-instagram-images{display:grid;grid-gap:.5rem;grid-auto-columns:1fr}.wpcom-instagram-images:after,.wpcom-instagram-images:before{content:none}.wpcom-instagram-images a{display:block;margin:4px 2px}.wpcom-instagram-columns-2 a,.wpcom-instagram-columns-3 a{display:inline-block;vertical-align:top}.wpcom-instagram-columns-2 a{width:calc(50% - 8px)}.wpcom-instagram-columns-3 a{width:calc(33.3333% - 8px)}.wpcom-instagram-images .sq-bg-image{background-position:center;background-repeat:no-repeat;background-size:cover;height:0;overflow:hidden;padding-bottom:100%}.wpcom-instagram-columns-2{grid-template-columns:repeat(2,1fr)}.wpcom-instagram-columns-3{grid-template-columns:repeat(3,1fr)}@supports (display:grid){.wpcom-instagram-images a{display:block;margin:0}.wpcom-instagram-columns-2 a,.wpcom-instagram-columns-3 a{width:auto}}
.jetpack-search-filters-widget__sub-heading{font-size:inherit;font-weight:700;margin:0 0 .5em;padding:0}.jetpack-search-form+.jetpack-search-filters-widget__sub-heading{margin-top:1.5em;margin-bottom:.5em!important}.jetpack-search-filters-widget__clear{margin-top:.5em;margin-bottom:.5em}.jetpack-search-sort-wrapper{margin-top:1em;margin-bottom:1.5em}.jetpack-search-sort-wrapper label{display:inherit}.widget_search .jetpack-search-filters-widget__filter-list input[type=checkbox]{width:auto;height:auto}ul.jetpack-search-filters-widget__filter-list li{border:none;padding:0;list-style:none}ul.jetpack-search-filters-widget__filter-list li a{text-decoration:none}ul.jetpack-search-filters-widget__filter-list li a:hover{box-shadow:none}ul.jetpack-search-filters-widget__filter-list li label{font-weight:inherit;display:inherit}.jetpack-search-filters-widget__filter-list{list-style:none}ul.jetpack-search-filters-widget__filter-list{margin-bottom:1.5em}body.search .jetpack-search-form input[name="s"]:-ms-input-placeholder{color:transparent}body.search .jetpack-search-form input[name="s"]::-ms-input-placeholder{color:transparent}body.search .jetpack-search-form input[name="s"]::placeholder{color:transparent}body.search .jetpack-search-form input[name="s"].show-placeholder:-ms-input-placeholder{color:inherit}body.search .jetpack-search-form input[name="s"].show-placeholder::-ms-input-placeholder{color:inherit}body.search .jetpack-search-form input[name="s"].show-placeholder::placeholder{color:inherit}
@media screen and (min-width:400px){.widget.jetpack-simple-payments .jetpack-simple-payments-product{flex-direction:column}.widget.jetpack-simple-payments .jetpack-simple-payments-details{padding-left:0}}
.jetpack_widget_social_icons li,.jetpack_widget_social_icons ul{list-style:none}.jetpack_widget_social_icons ul{display:block;margin:0 0 1.5em;padding:0}.jetpack_widget_social_icons ul li{border:0;display:inline-block;line-height:1;margin:0;padding:0}.jetpack_widget_social_icons ul li:after,.jetpack_widget_social_icons ul li:before{display:none}.jetpack_widget_social_icons a{border:0;box-shadow:none;display:block;height:24px;text-decoration:none;width:24px}.jetpack_widget_social_icons svg{color:inherit;fill:currentColor;height:inherit;vertical-align:middle;width:inherit}.jetpack_widget_social_icons ul.size-small a{height:24px;width:24px}.jetpack_widget_social_icons ul.size-medium a{height:32px;width:32px}.jetpack_widget_social_icons ul.size-large a{height:48px;width:48px}.screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute!important;width:1px;word-wrap:normal!important}