@charset "UTF-8";
@import url(////fonts.googleapis.com/css?family=Open+Sans|Merriweather:700);
/**
 * Smiley project CSS 
 */

/* generic emoji styles */
.wp-emoji, .wp-emoji:before {
	display: inline-block !important; /* shouldn't have been necessary, but some themes set this to static */
}

.wp-emoji {
	position: relative !important; /* shouldn't have been necessary, but some themes set this to static */
	vertical-align: bottom;

	/* this will be a line-height tall wrapper for vertically centering the smiley */
	width: 1.375em;
	overflow: hidden;
	white-space: nowrap;	
	text-indent: 9999px;
	min-height: 1.2em; /* for really small lineheights */
}

/* Firefox does weird things with text-indent and selection */
@-moz-document url-prefix() { 
	.wp-emoji {
		text-indent: 0;
		text-align: center;
		color: rgba(255,255,255,0);
		overflow: visible;
	}
}

/* @noflip */
.wp-emoji:before {
	/* vertically center the smiley */
	position: absolute;
	content: "";
	
	/* height/width for IE, Firefox and non-webkit browsers */
	height: 1.25em;
	width: 1.375em;
	margin-top: -0.625em; /* minus half the height of the smiley */

	left: 0;
	top: 50%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% 100%;
}

/* WebKit specific hacks */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	.wp-emoji {
		width: 1.35em;
	}
    .wp-emoji:before {
		height: 1.4em;
		width: 1.35em;
		margin-top: -0.7em; /* minus half the height of the smiley */
    }
}

/* IE specific hacks */
@media screen and (min-width:0\0) {
	.wp-emoji {
		height: 1.2em;
		width: 1.38em;
	}
    .wp-emoji:before {
		width: 1.38em;
    }
}

/* individual smileys */
	/* PNGs are for IE8 fallbacks. Let's remove them some day please */
.wp-emoji-smile:before {
	background-image: url(../../wp-content/mu-plugins/smileyproject/default/ie/smile.png);
	background-image: url(../../wp-content/mu-plugins/smileyproject/default/smile.svg), none;
}

.wp-emoji-wink:before {
	background-image: url(../../wp-content/mu-plugins/smileyproject/default/ie/wink.png);
	background-image: url(../../wp-content/mu-plugins/smileyproject/default/wink.svg), none;
}

.wp-emoji-bigsmile:before {
	background-image: url(../../wp-content/mu-plugins/smileyproject/default/ie/bigsmile.png);
	background-image: url(../../wp-content/mu-plugins/smileyproject/default/bigsmile.svg), none;
}

.wp-emoji-heart:before {
	background-image: url(../../wp-content/mu-plugins/smileyproject/default/ie/heart.png);
	background-image: url(../../wp-content/mu-plugins/smileyproject/default/heart.svg), none;
}

.wp-emoji-neutral:before {
	background-image: url(../../wp-content/mu-plugins/smileyproject/default/ie/neutral.png);
	background-image: url(../../wp-content/mu-plugins/smileyproject/default/neutral.svg), none;
}

.wp-emoji-uneasy:before {
	background-image: url(../../wp-content/mu-plugins/smileyproject/default/ie/uneasy.png);
	background-image: url(../../wp-content/mu-plugins/smileyproject/default/uneasy.svg), none;
}

.wp-emoji-lol:before {
	background-image: url(../../wp-content/mu-plugins/smileyproject/default/ie/lol.png);
	background-image: url(../../wp-content/mu-plugins/smileyproject/default/lol.svg), none;
}

.wp-emoji-sad:before {
	background-image: url(../../wp-content/mu-plugins/smileyproject/default/ie/sad.png);
	background-image: url(../../wp-content/mu-plugins/smileyproject/default/sad.svg), none;
}

.wp-emoji-cry:before {
	background-image: url(../../wp-content/mu-plugins/smileyproject/default/ie/cry.png);
	background-image: url(../../wp-content/mu-plugins/smileyproject/default/cry.svg), none;
}

.wp-emoji-evilgrin:before {
	background-image: url(../../wp-content/mu-plugins/smileyproject/default/ie/evilgrin.png);
	background-image: url(../../wp-content/mu-plugins/smileyproject/default/evilgrin.svg), none;
}

.wp-emoji-twisted:before {
	background-image: url(../../wp-content/mu-plugins/smileyproject/default/ie/twisted.png);
	background-image: url(../../wp-content/mu-plugins/smileyproject/default/twisted.svg), none;
}

.wp-emoji-evil:before {
	background-image: url(../../wp-content/mu-plugins/smileyproject/default/ie/evil.png);
	background-image: url(../../wp-content/mu-plugins/smileyproject/default/evil.svg), none;
}

.wp-emoji-surprised:before {
	background-image: url(../../wp-content/mu-plugins/smileyproject/default/ie/surprised.png);
	background-image: url(../../wp-content/mu-plugins/smileyproject/default/surprised.svg), none;
}

.wp-emoji-tongue:before {
	background-image: url(../../wp-content/mu-plugins/smileyproject/default/ie/tongue.png);
	background-image: url(../../wp-content/mu-plugins/smileyproject/default/tongue.svg), none;
}

.wp-emoji-angry:before {
	background-image: url(../../wp-content/mu-plugins/smileyproject/default/ie/angry.png);
	background-image: url(../../wp-content/mu-plugins/smileyproject/default/angry.svg), none;
}

.wp-emoji-burrito:before {
	background-image: url(../../wp-content/mu-plugins/smileyproject/default/ie/burrito.png);
	background-image: url(../../wp-content/mu-plugins/smileyproject/default/burrito.svg), none;
}
.wp-emoji-burrito, .wp-emoji-burrito:before {
	width: 1.6em;
}

.wp-emoji-wordpress:before {
	background-image: url(../../wp-content/mu-plugins/smileyproject/default/ie/wordpress.png);
	background-image: url(../../wp-content/mu-plugins/smileyproject/default/wordpress.svg), none;
}

.wp-emoji-mindblown:before {
	background-image: url(../../wp-content/mu-plugins/smileyproject/default/ie/mindblown.png);
	background-image: url(../../wp-content/mu-plugins/smileyproject/default/mindblown.svg), none;
}

.wp-emoji-mindblown-alt:before {
	background-image: url(../../wp-content/mu-plugins/smileyproject/default/ie/mindblown-alt.png);
	background-image: url(../../wp-content/mu-plugins/smileyproject/default/mindblown-alt.svg), none;
}

.wp-emoji-martini:before {
	background-image: url(../../wp-content/mu-plugins/smileyproject/default/ie/martini.png);
	background-image: url(../../wp-content/mu-plugins/smileyproject/default/martini.svg), none;
}

.wp-emoji-whiterussian:before {
	background-image: url(../../wp-content/mu-plugins/smileyproject/default/ie/whiterussian.png);
	background-image: url(../../wp-content/mu-plugins/smileyproject/default/whiterussian.svg), none;
}

.wp-emoji-star:before {
	background-image: url(../../wp-content/mu-plugins/smileyproject/default/ie/star.png);
	background-image: url(../../wp-content/mu-plugins/smileyproject/default/star.svg), none;
}

.wp-emoji-developer:before {
	background-image: url(../../wp-content/mu-plugins/smileyproject/default/ie/developer.png);
	background-image: url(../../wp-content/mu-plugins/smileyproject/default/developer.svg), none;
}
.wp-emoji-developer, .wp-emoji-developer:before {
	width: 1.5em;
}

.wp-emoji-facepalm:before {
	background-image: url(../../wp-content/mu-plugins/smileyproject/default/ie/facepalm.png);
	background-image: url(../../wp-content/mu-plugins/smileyproject/default/facepalm.svg), none;
}
.wp-emoji-facepalm, .wp-emoji-facepalm:before {
	width: 1.4em;
}

.wp-emoji-bear:before {
	background-image: url(../../wp-content/mu-plugins/smileyproject/default/ie/bear.png);
	background-image: url(../../wp-content/mu-plugins/smileyproject/default/bear.svg), none;
}

.wp-emoji-mrgreen:before {
	background-image: url(../../wp-content/mu-plugins/smileyproject/default/ie/mrgreen.png);
	background-image: url(../../wp-content/mu-plugins/smileyproject/default/mrgreen.svg), none;
}

.wp-emoji-arrow:before {
	background-image: url(../../wp-content/mu-plugins/smileyproject/default/ie/arrow.png);
	background-image: url(../../wp-content/mu-plugins/smileyproject/default/arrow.svg), none;
}

.wp-emoji-confused:before {
	background-image: url(../../wp-content/mu-plugins/smileyproject/default/ie/confused.png);
	background-image: url(../../wp-content/mu-plugins/smileyproject/default/confused.svg), none;
}

.wp-emoji-cool:before {
	background-image: url(../../wp-content/mu-plugins/smileyproject/default/ie/cool.png);
	background-image: url(../../wp-content/mu-plugins/smileyproject/default/cool.svg), none;
}

.wp-emoji-idea:before {
	background-image: url(../../wp-content/mu-plugins/smileyproject/default/ie/idea.png);
	background-image: url(../../wp-content/mu-plugins/smileyproject/default/idea.svg), none;
}

.wp-emoji-blush:before {
	background-image: url(../../wp-content/mu-plugins/smileyproject/default/ie/blush.png);
	background-image: url(../../wp-content/mu-plugins/smileyproject/default/blush.svg), none;
}

.wp-emoji-oops:before {
	background-image: url(../../wp-content/mu-plugins/smileyproject/default/ie/oops.png);
	background-image: url(../../wp-content/mu-plugins/smileyproject/default/oops.svg), none;
}

.wp-emoji-rolleyes:before {
	background-image: url(../../wp-content/mu-plugins/smileyproject/default/ie/rolleyes.png);
	background-image: url(../../wp-content/mu-plugins/smileyproject/default/rolleyes.svg), none;
}

.wp-emoji-exclaim:before {
	background-image: url(../../wp-content/mu-plugins/smileyproject/default/ie/exclaim.png);
	background-image: url(../../wp-content/mu-plugins/smileyproject/default/exclaim.svg), none;
}

.wp-emoji-question:before {
	background-image: url(../../wp-content/mu-plugins/smileyproject/default/ie/question.png);
	background-image: url(../../wp-content/mu-plugins/smileyproject/default/question.svg), none;
}

.wp-emoji-kitten:before {
	background-image: url(../../wp-content/mu-plugins/smileyproject/default/ie/kitten.png);
	background-image: url(../../wp-content/mu-plugins/smileyproject/default/kitten.svg), none;
}

.wp-emoji-momface:before {
	background-image: url(https://s0.wp.com/wp-content/mu-plugins/smileyproject/default/ie/momface.png);
	background-image: url(../../wp-content/mu-plugins/smileyproject/default/momface.svg), none;
}


/* to enable text-selection of smileys in Firefox, we can't use text-indent or overflow to hide the text, so letterspace it instead */
@-moz-document url-prefix() { 
	.wp-emoji-rolleyes {
		letter-spacing: -.2em;
	}

	.wp-emoji-oops, .wp-emoji-idea, .wp-emoji-confused {
		letter-spacing: -.25em;
	}

	.wp-emoji-burrito, .wp-emoji-arrow, .wp-emoji-bear, .wp-emoji-star {
		letter-spacing: -.3em;
	}

	.wp-emoji-developer, .wp-emoji-mrgreen, .wp-emoji-facepalm {
		letter-spacing: -.35em;
	}

}




/**
 * Like Button toolbar button, loading text & container styles
 *
 * @todo: doesn't look like "style.css" is used anymore.
 */


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

#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 {
	margin: 0;
	border-width: 0;
	position: relative;
}

.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 {
	color: #999;
	font-size: 12px;
}

.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 {
	display: block !important;
}


/* Hide G+ title */
.sd-gplus .sd-title {
	display: none;
}


#bit, #bit * {
	*zoom: 1;
}

#bit {
	font: normal 13px 'Open Sans', sans-serif;
	_display: none;
}

/* @noflip */
.rtl #bit {
	font-family: tahoma, Arial, sans-serif;
}

.loggedout-follow-shelf {
	position: fixed;
	right: 40%;
	z-index: 100;
	bottom: -300px;
}

.loggedout-follow-normal {
	position: fixed;
	z-index: 100;
	bottom: -300px;
	right: 10px;
}

.loggedout-follow-typekit {
	margin-right: 4.5em;
	position: fixed;
	z-index: 100;
	bottom: -300px;
	right: 10px;
}

#bit a.bsub {
	display: block;
	overflow: hidden;
	padding: 0 10px 0 8px;
	float: right;
	text-decoration: none !important;
	line-height: 28px;
	font-weight: normal;
	font-size: 13px;
	color: #CCC;
	letter-spacing: normal;
	border: 0;
	background-color: #324155;
	-webkit-box-shadow: 0 -1px 5px rgba(0,0,0,0.20);
	-moz-box-shadow: 0 -1px 5px rgba(0,0,0,0.20);
	-o-box-shadow: 0 -1px 5px rgba(0,0,0,0.20);
	-ms-box-shadow: 0 -1px 5px rgba(0,0,0,0.20);
	box-shadow: 0 -1px 5px rgba(0,0,0,0.20);
	outline-style: none;
	outline-width: 0;
}

#bit a.bsub {
	-moz-border-radius: 2px 2px 0 0;
	-webkit-border-radius: 2px 2px 0 0;
	-o-border-radius: 2px 2px 0 0;
	-ms-border-radius: 2px 2px 0 0;
	border-radius: 2px 2px 0 0;
}

#bit a.bsub span {
	padding-right: 6px;
}

#bit a.bsub span:before{
	content: '\f801';
	color: #00AADC;
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font: normal 16px/1 'Noticons';
	margin: 0 5px 4px 0;
	vertical-align: middle;
}

#bit a:hover span, #bit a.bsub.open span {
	color: #ffffff !important;
	background-position: left -117px;
}

#bit a.bsub.open {
	background: #324155;
}

#bitsubscribe {
	background: #324155;
	color: #fff;
	padding: 15px;
	width: 200px;
	margin-top: 27px;
	-moz-border-radius: 2px 0 0 0;
	-webkit-border-radius: 2px 0 0 0;
	-o-border-radius: 2px 0 0 0;
	-ms-border-radius: 2px 0 0 0;
	border-radius: 2px 0 0 0;
	*float: right;
	*margin-right: -68px;
}

div#bitsubscribe.open {
	-webkit-box-shadow: 0 0 8px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 0 8px rgba(0,0,0,0.5);
	-o-box-shadow: 0 0 8px rgba(0,0,0,0.5);
	-ms-box-shadow: 0 0 8px rgba(0,0,0,0.5);
	box-shadow: 0 0 8px rgba(0,0,0,0.5);
}

#bitsubscribe div {
	overflow: hidden;
}

#bitsubscribe a {
	color: #d2dee6;
}

#bit h3, #bit #bitsubscribe h3 {
	margin: 0 0 .5em 0 !important;
	font-size: 20px;
	color: #D2DEE6;
	text-align: left;
	font-family: 'Merriweather', serif;
	font-weight: bold;
}

#bit h3 label{
	color: #D2DEE6;
	font-family: 'Merriweather', serif;
	font-size: 20px;
}

#bit #bitsubscribe p {
	margin: 0 0 1em 0;
	*margin: 0 0 0 0;
	font-size: 14px;
	line-height: 1.45em;
	font-weight: 300;
	color: #fff;
}

#bitsubscribe p a {
	margin: 20px 0 0;
	color: #fff;
	text-decoration: underline;
}

#bit #bitsubscribe p.bit-follow-count {
	font-size: 13px;
	color: #D2DEE6;
	margin-top: -8px;
}

#bitsubscribe input[type=submit] {
  border-style: solid;
  border-width: 1px 1px 2px;
  color: #fff;
  cursor: pointer;
  display: block;
  margin: 0;
  outline: 0;
  overflow: hidden;
  padding: .75em;
  text-overflow: ellipsis;
  text-decoration: none;
  vertical-align: top;
  white-space: nowrap;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.8) inset;
  -moz-box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.8) inset;
  box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.8) inset;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: color 0.1s ease-in-out, background-color 0.1s ease-in-out;
  -moz-transition: color 0.1s ease-in-out, background-color 0.1s ease-in-out;
  -o-transition: color 0.1s ease-in-out, background-color 0.1s ease-in-out;
  transition: color 0.1s ease-in-out, background-color 0.1s ease-in-out;
  background: #00aadc;
  border-color: #0090bb;
  border-top-color: #0099c6;
  border-bottom-color: #0088b0;
  color: #fff;
  -webkit-box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.15) inset;
  -moz-box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.15) inset;
  box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.15) inset;
  width:100%;
  text-shadow: none;
  font-size: 1em;

}

#bitsubscribe input[type=submit]:hover {
	background: #33bbe3;
	border-color: #2b9ec0;
	border-bottom-color: #2895b5;
	box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.15) inset;
}

#bitsubscribe input[type=submit]:active {
	border-width: 2px 1px 1px;
}

#bitsubscribe input[type=text],
#bitsubscribe input[type=email] {
	background: #f4f8fA;
	border: 1px solid #d2dee6;
	border-radius: 0;
	color: #404040;
	font-size: 13px;
	font-weight: 300;
	height: auto;
	padding: 5px 6px;
	width: 100%;
	box-sizing: border-box;
	/* @noflip */
	direction: ltr;
}

#bitsubscribe input[type=text]:focus,
#bitsubscribe input[type=email]:focus {
	border: 1px solid #000;
}

#bitsubscribe.open {
	display: block;
}

#bsub-subscribe-button {
	text-align: center;
	margin: 0 auto;
}

/*
Confirmation
=============================== */


#bitsubscribe #lof-followpublicize h3 {
	font-size: 13px;
	padding-top: 1em;
	margin-bottom: 1em !important;
}

#bitsubscribe #lof-followpublicize p.lof-followpublicize-twitter,
#bitsubscribe #lof-followpublicize p.lof-followpublicize-facebook {
	overflow: hidden;
}
#bitsubscribe #lof-followpublicize p.lof-followpublicize-facebook {
	border: 1px solid #242f3d;
}

/*
Error
=============================== */

#bit #bitsubscribe p#loggedout-follow-error {
	background: #E8F0F5;
	border-left: 3px solid #DD3D36;
	font-size: 12px;
	font-weight: 1.4em;
	padding: 10px;
	color: #DD3D36;
}

/*
Footer
=============================== */

#bitsubscribe #bsub-credit {
	text-align: center;
	font-weight: normal;
	font-size: 11px;
	padding: 0 0 7px 0;
	margin:0 0 -15px;
	border-top: 1px solid #3c3c3c;
}

#bitsubscribe #bsub-credit a {
	color: #90AEC2;
	background: none;
	text-decoration: none;
}

#bitsubscribe #bsub-credit a:hover {
	color: #78DCFA;
	background: none;
}

@media (max-width: 800px) {
	#bit, #bit a.bsub {
		display:none;
	}
}

@media (min-device-width: 768px) {
	#bit, #bit a.bsub {
		display: block;
	}
}
/**
 * Add text colors to the playlist shortcode light color scheme.
 * 
 * Core ticket: https://core.trac.wordpress.org/ticket/27562
 */

.wp-playlist-light {
	color: #000;
}

.wp-playlist-light .wp-playlist-item {
	color: #333;
}

.wp-playlist-light .wp-playlist-playing {
	background: #fff;
	color: #000;
}

.wp-playlist-dark .wp-playlist-item .wp-playlist-caption {
	color: #fff;
}

.wp-playlist-caption {
	display: block;
}/**
 * MP6 hacks, CSS that's either WPCOM specific or otherwise not suitably for MP6 proper
 */

/* Invert stats sparkline on light theme */
body.admin-color-mp6-light li#wp-admin-bar-stats img {
	filter: invert(100%);
	-webkit-filter: invert(100%);
}

/* Fix dashicons priority so Japanese users can use the toolbar. Should long term be fixed in whatever plugin that forces all fonts to be Arial */
i.mce-i-bold, i.mce-i-italic, i.mce-i-bullist, i.mce-i-numlist, i.mce-i-blockquote, i.mce-i-alignleft, i.mce-i-aligncenter, i.mce-i-alignright, i.mce-i-link, i.mce-i-unlink, i.mce-i-wp_more, i.mce-i-strikethrough, i.mce-i-spellchecker, i.mce-i-fullscreen, i.mce-i-wp_fullscreen, i.mce-i-wp_adv, i.mce-i-underline, i.mce-i-alignjustify, i.mce-i-forecolor, i.mce-i-pastetext, i.mce-i-pasteword, i.mce-i-removeformat, i.mce-i-charmap, i.mce-i-outdent, i.mce-i-indent, i.mce-i-undo, i.mce-i-redo, i.mce-i-help, i.mce-i-wp_help, i.mce-i-wp-media-library, i.mce-i-ltr, i.mce-i-wp_page, .mce-close {
	font: normal 20px/1 'dashicons' !important;
}

.dashicons, .dashicons-before:before {
	font-family: 'dashicons' !important;
}

.noticon {
	font-family: "Noticons" !important;
}.bbp-staff-role {
	color: #f1831e;
}

.bbp-a8c-reply {
	background: #e9eff3 !important;
	border: 1px solid #c8d7e1;
	width: 98% !important;
}@charset "UTF-8";
/*
Theme Name: Apostrophe
Theme URI: https://wordpress.com/themes/apostrophe
Author: Automattic
Author URI: https://wordpress.com/themes/
Description: A clean, no-nonsense magazine theme
Version: 1.0.3-wpcom
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: apostrophe
Domain Path: /languages/
Tags: black, blue, gray, white, light, two-columns, one-column, right-sidebar, responsive-layout, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, full-width-template, infinite-scroll, microformats, post-formats, rtl-language-support, site-logo, sticky-post, theme-options, translation-ready, art, artwork, blog, collaboration, design, fashion, food, magazine, travel, bright, clean, contemporary, light, minimal, modern, professional, simple

Apostrophe WordPress Theme, Copyright 2015 Automattic, Inc.
Apostrophe is distributed under the terms of the GNU GPL.

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

Apostrophe is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
0.0 Site-wide elements
1.0 Normalize
2.0 Typography
3.0 Elements
4.0 Forms
5.0 Navigation
	5.1 Links
	5.2 Menus
6.0 Accessibility
7.0 Alignments
8.0 Clearings
9.0 Widgets
10.0 Content
	10.1 Posts and pages
	10.2 Asides
	10.3 Comments
11.0 Infinite scroll
12.0 Media
	12.1 Captions
	12.2 Galleries
13.0 Media Queries
	13.1 Mobiles
	13.2 Tablets
	13.3 Desktops
	13.4 Large Desktops

--------------------------------------------------------------*/

/*--------------------------------------------------------------
0.0 Site-wide styles
--------------------------------------------------------------*/
.entry-meta,
.edit-link,
.comment-reply-link,
.entry-footer a[rel="tag"],
.entry-footer a[rel="category tag"],
#infinite-handle span {
	background: #117bb8;
	color: #fff;
	display: inline-block;
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 600;
	letter-spacing: 1px;
	line-height: 1.25;
	margin: 0 0 1rem 0;
	padding: 0.5rem 1rem;
	text-decoration: none;
	text-transform: uppercase;
}

.entry-meta a,
.edit-link a,
.comment-reply-link a,
.entry-footer a[rel="tag"] a,
.entry-footer a[rel="category tag"] a,
#infinite-handle span a {
	color: #fff;
	text-decoration: none;
}

.entry-meta a:hover,
.edit-link a:hover,
.comment-reply-link a:hover,
.entry-footer a[rel="tag"] a:hover,
.entry-footer a[rel="category tag"] a:hover,
#infinite-handle span a:hover {
	color: #fff;
}

.apostrophe-navigation .menu-item-has-children > a:after,
.apostrophe-social li a::before,
.nav-previous .meta-nav:before,
.nav-next .meta-nav:before,
.sticky .entry-meta::before,
.entry-format::before,
.entry-footer a[rel="tag"]::before,
.entry-footer a[rel="category tag"]::before,
.archive .apostrophe-nothumb span:before,
.blog .apostrophe-nothumb span:before,
.search .apostrophe-nothumb span:before {
	display: inline-block;
	font-family: Genericons;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: normal;
	line-height: 1;

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

/*--------------------------------------------------------------
1.0 Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;

	-webkit-text-size-adjust: 100%;
			-ms-text-size-adjust: 100%;
}

body {
	margin: 0;
}

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

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

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

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

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

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

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

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

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

small {
	font-size: 80%;
}

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

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

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

figure {
	margin: 1.5em 0;
}

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

pre {
	overflow: auto;
}

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

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

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

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

	-webkit-appearance: button;
}

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

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

input {
	line-height: normal;
}

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

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

input[type="search"] {
	box-sizing: content-box;

	-webkit-appearance: textfield;
}

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

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

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

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

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
html {
	font-size: 62.5%;
	/* Sets up base font size so rems are equal to pixels */
}

body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: "PT Serif", Georgia, "Times New Roman", serif;
	font-size: 19px;
	font-size: 1.9rem;
	line-height: 1.75;
}

h1,
h2,
.widgettitle,
.widget-title,
.comments-title,
#reply-title,
h3,
h4,
h5,
h6 {
	-ms-word-wrap: break-word;
	clear: both;
	font-family: "Open Sans", Arial, sans-serif;
	line-height: 1.5;
	margin: 1.13636% 0 0.50505%;
			word-wrap: break-word;
}
h1 a,
h2 a,
.widgettitle a,
.widget-title a,
.comments-title a,
#reply-title a,
h3 a,
h4 a,
h5 a,
h6 a {
	text-decoration: none;
}

h1 {
	color: silver;
	font-size: 42px;
	font-size: 4.2rem;
	font-weight: 300;
	line-height: 1.25;
}

h2,
.widgettitle,
.widget-title,
.comments-title,
#reply-title {
	color: #999;
	font-size: 32px;
	font-size: 3.2rem;
	font-weight: 700;
	line-height: 1.25;
}

h3 {
	color: gray;
	font-size: 28px;
	font-size: 2.8rem;
	font-weight: 300;
}

h4 {
	color: gray;
	font-size: 21px;
	font-size: 2.1rem;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
}

h5 {
	color: #5a5a5a;
	font-size: 19px;
	font-size: 1.9rem;
	font-weight: 400;
}

h6 {
	color: #5a5a5a;
	font-size: 17px;
	font-size: 1.7rem;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
}

p {
	margin-bottom: 1.5em;
}

.emphasis {
	color: #666;
	font-size: 1.25em;
	font-style: italic;
}

b,
strong {
	font-weight: bold;
}

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

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 0.85em;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
	white-space: pre-wrap;
	word-wrap: break-word;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 0.85em;
}

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

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

small {
	font-size: 75%;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

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

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

blockquote,
q {
	quotes: "“" "”" "‘" "’";
}

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

blockquote {
	border-left: 4px solid #d9d9d9;
	font-style: italic;
	margin: 0 1.5em 1.5em 0;
	padding-left: 1.5em;
}

cite {
	color: gray;
	display: block;
	font-style: normal;
	margin-top: 0.25em;
}
cite:before {
	content: "—";
}

.pullquote {
	border-bottom: 2px solid #a6a6a6;
	border-left: 0;
	border-top: 4px solid #d9d9d9;
	color: #a6a6a6;
	font-size: 1.2em;
	margin: 4em auto;
	max-width: 600px;
	padding: 0;
}

.pullquote cite {
	font-size: 0.8em;
}

q:before {
	content: open-quote;
}

q:after {
	content: close-quote;
}

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

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

ul {
	list-style: disc inside;
	padding: 0;
}

ol {
	list-style: decimal inside;
	padding: 0;
}

li {
	margin: 0.5em 0;
}

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

ul ul,
ul ul ul ul {
	list-style-type: circle;
}

ul ul ul {
	list-style-type: disc;
}

ol ol,
ol ol ol ol {
	list-style-type: lower-alpha;
}

ol ol ol {
	list-style-type: decimal;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

table {
	font-size: 0.85em;
	/* A smidge smaller than body text */
	margin: 0 0 1.5em;
	width: 100%;
}

table caption {
	font-style: italic;
	margin-bottom: 0.25em;
}

table td,
table th {
	padding: 8px 8px;
}

table thead th {
	border-bottom: solid 3px;
}

table tbody th,
table td {
	border-bottom: solid 1px;
}

table a {
	text-decoration: none;
}

/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button-primary,
.button,
.button-secondary {
	background: rgba(255, 255, 255, 0.25);
	border: 2px solid #117bb8;
	color: #159ae7;
	cursor: pointer;
	display: inline-block;
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 300;
	line-height: 1;
	margin: 5px 0;
	padding: 12px 24px;
	text-align: center;
	text-decoration: none;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background-color: #e5f4fd;
	border-color: #159ae7;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	background-color: #ceeafa;
	border-color: #0d5c89;
	margin-top: 6px;
	outline: none;
}

label {
	color: silver;
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 600;
	letter-spacing: 1px;
	margin: 0;
	text-transform: uppercase;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	border: 2px solid #ccc;
	box-sizing: border-box;
	color: #666;
	display: block;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: normal;
	line-height: 1;
	padding: 12px 10px;
	width: 100%;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	border-color: #159ae7;
	color: #159ae7;
	outline: none;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/
a {
	color: #117bb8;
	transition: 100ms all ease-in;
}

a:hover,
a:focus,
a:active {
	color: #362e77;
}

a:focus {
	outline: thin dotted;
}

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

/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/
/* Main site navigation */
.main-navigation {
	border-top: solid #d9d9d9 1px;
	clear: both;
	display: block;
	font-family: "Open Sans", Arial, sans-serif;
	width: 100%;
}

.main-navigation a {
	border-top: solid 4px transparent;
	color: #404040;
	display: block;
	font-size: 17px;
	font-size: 1.7rem;
	font-weight: 600;
	line-height: 1.5;
	position: relative;
	text-decoration: none;
}

.main-navigation a:hover {
	color: #117bb8;
}

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

.main-navigation ul li {
	margin: 0;
}

/* Main navigation */
.apostrophe-navigation .menu-item-has-children > a:after {
	content: "\f431";
	padding-left: 0.5rem;
	vertical-align: -0.1rem;
}

.apostrophe-navigation .current_page_item a,
.apostrophe-navigation .current-menu-item a,
.apostrophe-navigation .current-post-ancestor a,
.apostrophe-navigation .current-menu-ancestor a,
.apostrophe-navigation .current-menu-parent a,
.apostrophe-navigation .current-post-parent a {
	border-top-color: #117bb8;
}

/* Social menu */
.apostrophe-social {
	color: transparent;
	float: right;
	list-style: none;
	padding: 3px 0;
}

.apostrophe-social li a {
	line-height: 1;
}

.apostrophe-social li a span {
	left: -999em;
	position: absolute;
}

.apostrophe-social li a::before {
	color: silver;
	content: "\f408";
	font-size: 20px;
	font-size: 2rem;
	transition: 200ms color ease-in;
}

.apostrophe-social li a[href*="codepen.io"]::before {
	content: "\f216";
}

.apostrophe-social li a[href*="digg.com"]::before {
	content: "\f221";
}

.apostrophe-social li a[href*="dribbble.com"]::before {
	content: "\f201";
}

.apostrophe-social li a[href*="facebook.com"]::before {
	content: "\f203";
}

.apostrophe-social li a[href*="flickr.com"]::before {
	content: "\f211";
}

.apostrophe-social li a[href*="plus.google.com"]::before {
	content: "\f206";
}

.apostrophe-social li a[href*="github.com"]::before {
	content: "\f200";
}

.apostrophe-social li a[href*="instagram.com"]::before {
	content: "\f215";
}

.apostrophe-social li a[href*="linkedin.com"]::before {
	content: "\f208";
}

.apostrophe-social li a[href*="pinterest.com"]::before {
	content: "\f210";
}

.apostrophe-social li a[href*="polldaddy.com"]::before {
	content: "\f217";
}

.apostrophe-social li a[href*="getpocket.com"]::before {
	content: "\f224";
}

.apostrophe-social li a[href*="reddit.com"]::before {
	content: "\f222";
}

.apostrophe-social li a[href*="skype.com"]::before,
.apostrophe-social li a[href*="skype:"]::before {
	content: "\f220";
}

.apostrophe-social li a[href*="stumbleupon.com"]::before {
	content: "\f223";
}

.apostrophe-social li a[href*="tumblr.com"]::before {
	content: "\f214";
}

.apostrophe-social li a[href*="twitter.com"]::before {
	content: "\f202";
}

.apostrophe-social li a[href*="vimeo.com"]::before {
	content: "\f212";
}

.apostrophe-social li a[href*="wordpress.org"]::before,
.apostrophe-social li a[href*="wordpress.com"]::before {
	content: "\f205";
}

.apostrophe-social li a[href*="youtube.com"]::before {
	content: "\f213";
}

.apostrophe-social li a[href$="/feed/"]::before,
.apostrophe-social li a[href$="/feed"]::before,
.apostrophe-social li a[href$="?feed=rss2"]::before {
	content: "\f413";
}

.apostrophe-social li:hover {
	background: none;
}

.apostrophe-social li:hover a::before {
	color: #117bb8;
}

.apostrophe-social li:hover a[href*="codepen.io"]::before {
	color: #252527;
}

.apostrophe-social li:hover a[href*="digg.com"]::before {
	color: #356aa0;
}

.apostrophe-social li:hover a[href*="dribbble.com"]::before {
	color: #ea4c89;
}

.apostrophe-social li:hover a[href*="facebook.com"]::before {
	color: #3b5998;
}

.apostrophe-social li:hover a[href*="flickr.com"]::before {
	color: #ff0084;
}

.apostrophe-social li:hover a[href*="plus.google.com"]::before {
	color: #dd4b39;
}

.apostrophe-social li:hover a[href*="github.com"]::before {
	color: #f5f5f5;
}

.apostrophe-social li:hover a[href*="instagram.com"]::before {
	color: #517fa4;
}

.apostrophe-social li:hover a[href*="linkedin.com"]::before {
	color: #007bb6;
}

.apostrophe-social li:hover a[href*="pinterest.com"]::before {
	color: #cb2027;
}

.apostrophe-social li:hover a[href*="polldaddy.com"]::before {
	color: #bc0b0b;
}

.apostrophe-social li:hover a[href*="getpocket.com"]::before {
	color: #ef4056;
}

.apostrophe-social li:hover a[href*="reddit.com"]::before {
	color: #ff5700;
}

.apostrophe-social li:hover a[href*="skype.com"]::before,
.apostrophe-social li:hover a[href*="skype:"]::before {
	color: #12a5f4;
}

.apostrophe-social li:hover a[href*="stumbleupon.com"]::before {
	color: #eb4924;
}

.apostrophe-social li:hover a[href*="tumblr.com"]::before {
	color: #32506d;
}

.apostrophe-social li:hover a[href*="twitter.com"]::before {
	color: #00aced;
}

.apostrophe-social li:hover a[href*="vimeo.com"]::before {
	color: #aad450;
}

.apostrophe-social li:hover a[href*="wordpress.org"]::before,
.apostrophe-social li:hover a[href*="wordpress.com"]::before {
	color: #21759b;
}

.apostrophe-social li:hover a[href*="youtube.com"]::before {
	color: #b00;
}

.apostrophe-social li:hover a[href$="/feed/"]::before,
.apostrophe-social li:hover a[href$="/feed"]::before,
.apostrophe-social li:hover a[href$="?feed=rss2"]::before {
	color: #f60;
}

/* General navigation */
.navigation {
	margin: 3.0303% 0;
}

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

.navigation:after {
	clear: both;
}

/* In-page navigation */
.nav-previous,
.nav-next {
	font-size: 17px;
	font-size: 1.7rem;
	line-height: 1.2;
	width: 50%;
}

.nav-previous a,
.nav-next a {
	display: block;
	text-decoration: none;
}

.nav-previous .meta-nav,
.nav-next .meta-nav {
	color: silver;
	display: block;
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 28px;
	font-size: 2.8rem;
	font-weight: 100;
	overflow: hidden;
	position: relative;
}

.nav-previous .meta-nav:before,
.nav-next .meta-nav:before {
	color: silver;
	content: "\f432";
	display: block;
	font-size: 36px;
	font-size: 3.6rem;
	position: absolute;
}

.nav-previous {
	float: left;
}

.nav-previous .meta-nav {
	padding-left: 25px;
}

.nav-previous .meta-nav:before {
		 -moz-transform: rotate(-90deg);
			-ms-transform: rotate(-90deg);
			 -o-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	left: -10px;
	top: -2px;
}

.nav-next {
	float: right;
	text-align: right;
}

.nav-next .meta-nav {
	padding-right: 25px;
}

.nav-next .meta-nav:before {
		 -moz-transform: rotate(90deg);
			-ms-transform: rotate(90deg);
			 -o-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	right: -10px;
	top: 2px;
}

/* Pagination */
.paging-navigation {
	border-top: solid 1px;
	clear: both;
	display: block;
	float: left;
	text-align: center;
	width: 100%;
}

.paging-navigation .pagination {
	margin-top: -1px;
}

.paging-navigation .page-numbers {
	border-top: solid 4px transparent;
	display: inline-block;
	font-size: 20px;
	font-weight: 400;
	height: 48px;
	line-height: 40px;
	padding: 0 14px;
	text-decoration: none;
}

/* Image navigation */
.image-navigation {
	margin-bottom: 0;
}

.attachment .post-navigation .nav-previous {
	border-top: 2px solid #ccc;
	margin-top: 1.51515%;
	padding-top: 3.0303%;
	text-align: center;
	width: 100%;
}

.attachment .post-navigation .nav-previous .meta-nav {
	display: inline-block;
	position: relative;
}

.attachment .post-navigation .nav-previous .post-title {
	display: block;
}

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

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

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

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

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

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

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

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

/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/
/* Make sure select elements fit in widgets. */
.widget select {
	font-size: 16px;
	font-size: 1.6rem;
	max-width: 100%;
}

/* Form elements should span the full width. */
.widget input {
	width: 100%;
}

/* Calendar widget */
.widget_calendar {
	max-width: 500px;
}
.widget_calendar #next {
	text-align: right;
}

/* Search widget */
.widget_search .search-form label {
	float: none;
	width: 100%;
}

.widget_search .search-submit {
	display: none;
}

/*--------------------------------------------------------------
10.0 Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
10.0 Basic structure
--------------------------------------------------------------*/
#page {
	background: #fff;
	margin-left: auto;
	margin-right: auto;
	max-width: 1140px;
}

#page:after {
	clear: both;
	content: " ";
	display: block;
}

#main:before,
#main:after {
	content: "";
	display: table;
}

#main:after {
	clear: both;
}

.site-logo {
	max-height: 125px;
	width: auto;
}

.site-title,
.site-description {
	font-family: "PT Serif", Georgia, "Times New Roman", serif;
	font-size: 36px;
	font-size: 3.6rem;
	font-weight: 400;
	line-height: 1;
	margin: 0 0 1.51515%;
	padding: 0;
}

.site-title a,
.site-description a {
	color: #362e77;
	text-decoration: none;
}

.site-title a:hover,
.site-description a:hover {
	color: #117bb8;
}

.site-description {
	font-size: 21px;
	font-size: 2.1rem;
	font-style: italic;
}

.site-footer {
	clear: both;
	margin: 48px 0 0;
	text-align: center;
}

.site-footer .widget-area {
	border-top: 4px solid #ccc;
	text-align: center;
	width: 100%;
}

.site-footer .widget-area #footer-sidebar {
	clear: both;
	line-height: 1;
	margin: 0 auto;
	max-width: 800px;
}

.site-footer .widget-area #footer-sidebar:before,
.site-footer .widget-area #footer-sidebar:after {
	content: "";
	display: table;
}

.site-footer .widget-area #footer-sidebar:after {
	clear: both;
}

.site-footer .widget-area li {
	display: inline-block;
	padding-right: 5px;
	/* Hierarchical lists look pretty funky in a sidebar footer with center alignment.
	 * Let's just display them inline for the time being.
	 */
}

.site-footer .widget-area li:after {
	content: "|";
	display: inline;
	padding-left: 10px;
}

.site-footer .widget-area li:last-child:after {
	display: none;
}

.site-footer .widget-area li ul,
.site-footer .widget-area li ol {
	display: inline;
}

.site-footer .widget-area .widget {
	border-top: none;
	clear: left;
	margin: 0;
	padding: 0.75758% 0;
}

.site-footer .widget-area input {
	width: auto;
}

.site-footer .site-info {
	border-top: 2px solid #ccc;
	font-size: 16px;
	font-size: 1.6rem;
	padding: 0.75758% 0 0;
}

/*--------------------------------------------------------------
10.1 Posts and pages
--------------------------------------------------------------*/
/* Sticky posts */
.sticky .entry-meta::before {
	content: "\f408";
	display: inline;
	margin: 0 0 0 -5px;
	vertical-align: bottom;
}

/* Entry/post headers */
.entry-format::before {
	background: #e6e6e6;
	border: 2px solid #fff;
	border-radius: 50%;
	color: #fff;
	display: inline-block;
	font-size: 24px;
	height: 38px;
	padding: 5px;
	position: absolute;
	right: 0;
	top: 19%;
	width: 38px;
}

.entry-format:hover::before {
	background: #ccc;
}

.page-header {
	margin: 0 0 3.0303% 0;
}

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

.page-title,
.entry-title {
	margin-top: 0;
	position: relative;
}

.edit-link,
.comment-reply-link {
	background: #e6e6e6;
}

.edit-link:hover,
.comment-reply-link:hover {
	background: #ccc;
}

/* Entry/page content */
.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 600;
	margin: 0 0 1.5em;
}

.page-links a {
	font-weight: 400;
	padding: 0 2px;
	text-decoration: none;
}

.page-description {
	margin: 0 0 48px 0;
	padding: 12px 24px;
}

.page-description p {
	margin-bottom: 0;
	margin-top: 24px;
}

/* Entry/page footers */
.entry-footer:before,
.entry-footer:after {
	content: "";
	display: table;
}

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

.entry-footer .post-categories,
.entry-footer .post-tags {
	float: left;
	font-size: 0;
	list-style: none;
	margin: 0.2rem 0 0;
	padding: 0;
}

.entry-footer .post-categories li,
.entry-footer .post-tags li {
	display: inline-block;
	margin: 0 0.4rem 0.4rem 0;
}

.entry-footer a[rel="tag"],
.entry-footer a[rel="category tag"] {
	margin-bottom: 0;
}

.entry-footer a[rel="tag"]::before,
.entry-footer a[rel="category tag"]::before {
	margin: 0 0.2rem 0 -0.2rem;
	vertical-align: -0.2rem;
}

.entry-footer a[rel="tag"]:hover,
.entry-footer a[rel="category tag"]:hover {
	background-color: #5a5a5a;
}

.entry-footer a[rel="category tag"] {
	background: #362e77;
}

.entry-footer a[rel="category tag"]::before {
	content: "\f301";
}

.entry-footer a[rel="tag"]::before {
	content: "\f302";
}

.entry-footer .apostrophe-tags::after {
	clear: both;
	content: "";
	display: block;
}

/* Author panel */
.single .author {
	border-bottom: 4px solid #ddd;
	border-top: 1px solid #ddd;
	clear: left;
	margin: 125px 0 3.0303%;
	padding: 3.0303% 0;
	text-align: center;
}

.single .author:before {
	clear: both;
	display: block;
	width: 100%;
}

.single .author .avatar {
	border-radius: 50%;
	height: 125px;
	margin-top: -100px;
	width: 125px;
}

.single .author .author-bio {
	clear: left;
	font-size: 17px;
	font-size: 1.7rem;
	font-style: italic;
	text-align: left;
}

.single .author h3 a {
	color: #a6a6a6;
}

.single .author h3 a:hover {
	color: #737373;
}

/* Archive pages */

/* Posts without featured images will show as a grey box in the panel.
 * This hack sets the box's height to be equal to its width.
 * http://www.mademyday.de/css-height-equals-width-with-pure-css.html
 */
.archive .entry-thumbnail,
.blog .entry-thumbnail,
.search .entry-thumbnail {
	display: block;
	line-height: 0;
	/* This eradicates any unwanted bottom padding. */
}

.archive .entry-thumbnail img,
.blog .entry-thumbnail img,
.search .entry-thumbnail img {
	transition: all 0.125s linear;
	/* Fade out quickly */
}

.archive .entry-meta,
.blog .entry-meta,
.search .entry-meta {
	display: table;
	position: relative;
}

.archive .entry-title,
.blog .entry-title,
.search .entry-title {
	font-family: "PT Serif", Georgia, "Times New Roman", serif;
	font-size: 21px;
	font-size: 2.1rem;
	font-weight: normal;
	line-height: 1.2;
	margin: 0;
	padding: 0;
}

.archive .entry-title a,
.blog .entry-title a,
.search .entry-title a {
	color: #117bb8;
}

.archive article:hover .entry-thumbnail img,
.blog article:hover .entry-thumbnail img,
.search article:hover .entry-thumbnail img {
	/* IE6-9 */
	-webkit-filter: grayscale(100%);
					filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
	/* Firefox 10+, Firefox on Android */
					filter: gray;
	/* Chrome 19+, Safari 6+, Safari 6+ iOS */
					filter: grayscale(100%);
	transition: all 0.5s linear;
	/* Fade in slowly */
}

.archive article:hover .entry-title a,
.blog article:hover .entry-title a,
.search article:hover .entry-title a {
	color: #a6a6a6;
}

/* Articles without featured images */
.archive .apostrophe-nothumb,
.blog .apostrophe-nothumb,
.search .apostrophe-nothumb {
	background: #ccc;
	position: relative;
}

.archive .apostrophe-nothumb:before,
.blog .apostrophe-nothumb:before,
.search .apostrophe-nothumb:before {
	content: "";
	display: block;
	padding-top: 100%;
}

.archive .apostrophe-nothumb span,
.blog .apostrophe-nothumb span,
.search .apostrophe-nothumb span {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
}

.archive .apostrophe-nothumb span:before,
.blog .apostrophe-nothumb span:before,
.search .apostrophe-nothumb span:before {
	color: #fff;
	content: "\f100";
}

/* Featured content */
.archive .apostrophe-featured .entry-title,
.blog .apostrophe-featured .entry-title,
.search .apostrophe-featured .entry-title {
	font-size: 3.6rem;
}

.archive .apostrophe-featured .apostrophe-nothumb:before,
.blog .apostrophe-featured .apostrophe-nothumb:before,
.search .apostrophe-featured .apostrophe-nothumb:before {
	padding-top: 48.45%;
}

/* Specify icons for post formats */
.format-aside .apostrophe-nothumb span:before,
.entry-format.format-aside::before {
	content: "\f101";
}

.format-image .apostrophe-nothumb span:before,
.entry-format.format-image::before {
	content: "\f102";
}

.format-video .apostrophe-nothumb span:before,
.entry-format.format-video::before {
	content: "\f104";
}

.format-quote .apostrophe-nothumb span:before,
.entry-format.format-quote::before {
	content: "\f106";
}

.format-link .apostrophe-nothumb span:before,
.entry-format.format-link::before {
	content: "\f107";
}

.format-gallery .apostrophe-nothumb span:before,
.entry-format.format-gallery::before {
	content: "\f103";
}

.format-audio .apostrophe-nothumb span:before,
.entry-format.format-audio::before {
	content: "\f109";
}

.format-chat .apostrophe-nothumb span:before,
.entry-format.format-chat::before {
	content: "\f108";
}

.format-status .apostrophe-nothumb span:before,
.entry-format.format-status::before {
	content: "\f105";
}

/* Inline controls for logged-in users on archive pages */
article {
	position: relative;
}

.apostrophe-inline-controls {
	background: #eee;
	display: none;
	line-height: 1;
	position: absolute;
	right: 10px;
	top: 4px;
}

.apostrophe-inline-controls a {
	color: #333;
	display: inline-block;
	font-size: 16px;
	font-size: 1.6rem;
	height: auto;
	padding: 6px;
	text-decoration: none;
	width: auto;
}

article:hover .apostrophe-inline-controls {
	display: block;
}

.apostrophe-featured .apostrophe-featured-toggle {
	color: #eac31c;
}

.apostrophe-featured .apostrophe-featured-toggle:hover {
	color: white !important;
}

.apostrophe-featured-toggle:hover {
	color: #eac31c !important;
}

/* Password-protected posts */
.post-password-form input[type="submit"] {
	margin-top: 12px;
}

/* Search form */
.search-form {
	margin-bottom: 3.0303%;
}

.search-form:before,
.search-form:after {
	content: "";
	display: table;
}

.search-form:after {
	clear: both;
}

.search-form input[type="submit"] {
	width: 100%;
}

/*--------------------------------------------------------------
10.2 Asides
--------------------------------------------------------------*/
/* General widget styles */
.widgettitle,
.widget-title {
	color: #a6a6a6;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 24px;
	margin-bottom: 24px;
	margin-top: 0;
	padding-top: 0;
}

.widget {
	border-top: 4px solid #d9d9d9;
	margin-bottom: 7.57576%;
	padding: 8.33333% 8.33333%;
}

.widget li > ul {
	margin-left: 0.5em;
}

/* Specific widget areas */
.widget-area .sidebar-primary aside {
	background: #117bb8;
	border-top-color: #362e77;
	color: #fff;
}

.widget-area .sidebar-primary aside .widgettitle,
.widget-area .sidebar-primary aside .widget-title {
	color: #fff;
}

.widget-area .sidebar-primary aside a,
.widget-area .sidebar-primary aside cite {
	color: #ceeafa;
}

.widget-area .sidebar-primary aside ul {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.2;
}

.widget-area .sidebar-primary aside:last-child p:last-child {
	margin-bottom: 0;
}

.widget-area .sidebar-secondary aside {
	background: #f8f8f8;
}

.widget-area .sidebar-secondary,
.widget-area .sidebar-tertiary {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.2;
}

.widget-area .sidebar-tertiary .widget {
	padding-left: 0;
	padding-right: 0;
}

/* Adjust 404 page widgets a bit */
.error404 .page-content .widget {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.2;
	padding-left: 0;
	padding-right: 0;
}

/*--------------------------------------------------------------
10.3 Comments
--------------------------------------------------------------*/
.comments-title,
#reply-title {
	margin: 3.0303% 0 0;
}

.comment-list {
	clear: both;
	list-style: none;
	padding-top: 2em;
}

.comment-list ul.children {
	list-style: none;
	margin-left: 20px;
}

.comment-meta {
	font-family: "Open Sans", Arial, sans-serif;
	padding: 0.25em;
}

.comment-meta .comment-author .avatar {
	border-radius: 50%;
	float: left;
	height: 100px;
	margin: 0 0.5em 0 0;
	width: 100px;
}

.comment-meta .comment-author b {
	color: #999;
	display: inline-block;
	font-size: 28px;
	font-size: 2.8rem;
	font-weight: 300;
	line-height: 1.2;
	max-width: calc(100% - 100px - 0.5em);
	padding-top: 0.25em;
}

.comment-meta .comment-author b a {
	color: #999;
	text-decoration: none;
}

.comment-meta .comment-author .says {
	display: none;
}

.comment-meta .comment-metadata {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 600;
	letter-spacing: 1px;
	margin-top: 0;
	text-transform: uppercase;
}

.comment-meta .comment-metadata > a {
	color: #737373;
	text-decoration: none;
}

.comment-content {
	border-bottom: 1px solid #ccc;
}

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

.reply {
	margin-top: -1em;
	text-align: center;
}

.comment-reply-link:hover {
	color: #fff;
}

.bypostauthor .comment-meta {
	background: rgba(58, 58, 58, 0.03);
}

#reply-title {
	margin-top: 2em;
}

.form-allowed-tags {
	background: #efefef;
	border-radius: 1rem;
	font-size: 16px;
	font-size: 1.6rem;
	padding: 1.5rem;
}

#comment-nav-above {
	margin: 1.51515% 0 0;
}

#comment-nav-below {
	margin: 0 0 1.51515%;
}

#respond label {
	letter-spacing: 0;
}

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

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

/* Click-to-scroll button */
#infinite-handle {
	clear: both;
	text-align: center;
}

#infinite-handle span {
	background: #333;
	padding: 10px 20px;
}

#infinite-handle span:hover {
	background: silver;
}

/* Loading icon */
.infinite-loader {
	clear: both;
	text-align: center;
}

.infinite-loader .spinner {
	left: 50% !important; /* ..because the Jetpack CSS is inline */
}

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

img.size-full,
img.size-large {
	display: block;
	margin-bottom: 36px;
	margin-top: 36px;
}

img.alignnone,
.wp-caption.alignnone img:not(.wp-smiley) {
	display: block;
}

img.alignright,
img.alignleft,
.wp-caption.alignleft img,
.wp-caption.alignright img {
	margin-top: 0;
}

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

/*--------------------------------------------------------------
12.1 Captions
--------------------------------------------------------------*/
.wp-caption {
	max-width: 100%;
}

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

.wp-caption img.size-full,
.wp-caption img.size-large {
	clear: both;
	margin-bottom: 0;
}

.wp-caption-text {
	display: block;
	font-style: italic;
	line-height: 1.2;
	margin-bottom: 0.5em;
	margin-top: 0.5em;
	text-align: center;
}

/*--------------------------------------------------------------
12.2 Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
	margin-left: auto;
	margin-right: auto;
	max-width: 1140px;
}

.gallery:after {
	clear: both;
	content: " ";
	display: block;
}

.gallery-item {
	margin: 0;
	padding-bottom: 0.5em;
	text-align: center;
}

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

.gallery-item a::before,
.gallery-item a::after {
	display: block;
}

.gallery-columns-2 {
	margin-left: -0.25em;
	margin-right: -0.25em;
}

.gallery-columns-2 .gallery-item {
		 -moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
					box-sizing: border-box;
	float: left;
	padding-left: 0.25em;
	padding-right: 0.25em;
	width: 50%;
}

.gallery-columns-2 .gallery-item:nth-child(2n + 1) {
	clear: both;
	margin-left: 0;
	margin-right: -100%;
}

.gallery-columns-2 .gallery-item:nth-child(2n + 2) {
	clear: none;
	margin-left: 50%;
	margin-right: -100%;
}

.gallery-columns-3 {
	margin-left: -0.25em;
	margin-right: -0.25em;
}

.gallery-columns-3 .gallery-item {
		 -moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
					box-sizing: border-box;
	float: left;
	padding-left: 0.25em;
	padding-right: 0.25em;
	width: 33.33333%;
}

.gallery-columns-3 .gallery-item:nth-child(3n + 1) {
	clear: both;
	margin-left: 0;
	margin-right: -100%;
}

.gallery-columns-3 .gallery-item:nth-child(3n + 2) {
	clear: none;
	margin-left: 33.33333%;
	margin-right: -100%;
}

.gallery-columns-3 .gallery-item:nth-child(3n + 3) {
	clear: none;
	margin-left: 66.66667%;
	margin-right: -100%;
}

.gallery-columns-4 {
	margin-left: -0.25em;
	margin-right: -0.25em;
}

.gallery-columns-4 .gallery-item {
		 -moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
					box-sizing: border-box;
	float: left;
	padding-left: 0.25em;
	padding-right: 0.25em;
	width: 25%;
}

.gallery-columns-4 .gallery-item:nth-child(4n + 1) {
	clear: both;
	margin-left: 0;
	margin-right: -100%;
}

.gallery-columns-4 .gallery-item:nth-child(4n + 2) {
	clear: none;
	margin-left: 25%;
	margin-right: -100%;
}

.gallery-columns-4 .gallery-item:nth-child(4n + 3) {
	clear: none;
	margin-left: 50%;
	margin-right: -100%;
}

.gallery-columns-4 .gallery-item:nth-child(4n + 4) {
	clear: none;
	margin-left: 75%;
	margin-right: -100%;
}

.gallery-columns-5 {
	margin-left: -0.25em;
	margin-right: -0.25em;
}

.gallery-columns-5 .gallery-item {
		 -moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
					box-sizing: border-box;
	float: left;
	padding-left: 0.25em;
	padding-right: 0.25em;
	width: 20%;
}

.gallery-columns-5 .gallery-item:nth-child(5n + 1) {
	clear: both;
	margin-left: 0;
	margin-right: -100%;
}

.gallery-columns-5 .gallery-item:nth-child(5n + 2) {
	clear: none;
	margin-left: 20%;
	margin-right: -100%;
}

.gallery-columns-5 .gallery-item:nth-child(5n + 3) {
	clear: none;
	margin-left: 40%;
	margin-right: -100%;
}

.gallery-columns-5 .gallery-item:nth-child(5n + 4) {
	clear: none;
	margin-left: 60%;
	margin-right: -100%;
}

.gallery-columns-5 .gallery-item:nth-child(5n + 5) {
	clear: none;
	margin-left: 80%;
	margin-right: -100%;
}

.gallery-columns-6 {
	margin-left: -0.25em;
	margin-right: -0.25em;
}

.gallery-columns-6 .gallery-item {
		 -moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
					box-sizing: border-box;
	float: left;
	padding-left: 0.25em;
	padding-right: 0.25em;
	width: 16.66667%;
}

.gallery-columns-6 .gallery-item:nth-child(6n + 1) {
	clear: both;
	margin-left: 0;
	margin-right: -100%;
}

.gallery-columns-6 .gallery-item:nth-child(6n + 2) {
	clear: none;
	margin-left: 16.66667%;
	margin-right: -100%;
}

.gallery-columns-6 .gallery-item:nth-child(6n + 3) {
	clear: none;
	margin-left: 33.33333%;
	margin-right: -100%;
}

.gallery-columns-6 .gallery-item:nth-child(6n + 4) {
	clear: none;
	margin-left: 50%;
	margin-right: -100%;
}

.gallery-columns-6 .gallery-item:nth-child(6n + 5) {
	clear: none;
	margin-left: 66.66667%;
	margin-right: -100%;
}

.gallery-columns-6 .gallery-item:nth-child(6n + 6) {
	clear: none;
	margin-left: 83.33333%;
	margin-right: -100%;
}

.gallery-columns-7 {
	margin-left: -0.25em;
	margin-right: -0.25em;
}

.gallery-columns-7 .gallery-item {
		 -moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
					box-sizing: border-box;
	float: left;
	padding-left: 0.25em;
	padding-right: 0.25em;
	width: 14.28571%;
}

.gallery-columns-7 .gallery-item:nth-child(7n + 1) {
	clear: both;
	margin-left: 0;
	margin-right: -100%;
}

.gallery-columns-7 .gallery-item:nth-child(7n + 2) {
	clear: none;
	margin-left: 14.28571%;
	margin-right: -100%;
}

.gallery-columns-7 .gallery-item:nth-child(7n + 3) {
	clear: none;
	margin-left: 28.57143%;
	margin-right: -100%;
}

.gallery-columns-7 .gallery-item:nth-child(7n + 4) {
	clear: none;
	margin-left: 42.85714%;
	margin-right: -100%;
}

.gallery-columns-7 .gallery-item:nth-child(7n + 5) {
	clear: none;
	margin-left: 57.14286%;
	margin-right: -100%;
}

.gallery-columns-7 .gallery-item:nth-child(7n + 6) {
	clear: none;
	margin-left: 71.42857%;
	margin-right: -100%;
}

.gallery-columns-7 .gallery-item:nth-child(7n + 7) {
	clear: none;
	margin-left: 85.71429%;
	margin-right: -100%;
}

.gallery-columns-8 {
	margin-left: -0.25em;
	margin-right: -0.25em;
}

.gallery-columns-8 .gallery-item {
		 -moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
					box-sizing: border-box;
	float: left;
	padding-left: 0.25em;
	padding-right: 0.25em;
	width: 12.5%;
}

.gallery-columns-8 .gallery-item:nth-child(8n + 1) {
	clear: both;
	margin-left: 0;
	margin-right: -100%;
}

.gallery-columns-8 .gallery-item:nth-child(8n + 2) {
	clear: none;
	margin-left: 12.5%;
	margin-right: -100%;
}

.gallery-columns-8 .gallery-item:nth-child(8n + 3) {
	clear: none;
	margin-left: 25%;
	margin-right: -100%;
}

.gallery-columns-8 .gallery-item:nth-child(8n + 4) {
	clear: none;
	margin-left: 37.5%;
	margin-right: -100%;
}

.gallery-columns-8 .gallery-item:nth-child(8n + 5) {
	clear: none;
	margin-left: 50%;
	margin-right: -100%;
}

.gallery-columns-8 .gallery-item:nth-child(8n + 6) {
	clear: none;
	margin-left: 62.5%;
	margin-right: -100%;
}

.gallery-columns-8 .gallery-item:nth-child(8n + 7) {
	clear: none;
	margin-left: 75%;
	margin-right: -100%;
}

.gallery-columns-8 .gallery-item:nth-child(8n + 8) {
	clear: none;
	margin-left: 87.5%;
	margin-right: -100%;
}

.gallery-columns-9 {
	margin-left: -0.25em;
	margin-right: -0.25em;
}

.gallery-columns-9 .gallery-item {
		 -moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
					box-sizing: border-box;
	float: left;
	padding-left: 0.25em;
	padding-right: 0.25em;
	width: 11.11111%;
}

.gallery-columns-9 .gallery-item:nth-child(9n + 1) {
	clear: both;
	margin-left: 0;
	margin-right: -100%;
}

.gallery-columns-9 .gallery-item:nth-child(9n + 2) {
	clear: none;
	margin-left: 11.11111%;
	margin-right: -100%;
}

.gallery-columns-9 .gallery-item:nth-child(9n + 3) {
	clear: none;
	margin-left: 22.22222%;
	margin-right: -100%;
}

.gallery-columns-9 .gallery-item:nth-child(9n + 4) {
	clear: none;
	margin-left: 33.33333%;
	margin-right: -100%;
}

.gallery-columns-9 .gallery-item:nth-child(9n + 5) {
	clear: none;
	margin-left: 44.44444%;
	margin-right: -100%;
}

.gallery-columns-9 .gallery-item:nth-child(9n + 6) {
	clear: none;
	margin-left: 55.55556%;
	margin-right: -100%;
}

.gallery-columns-9 .gallery-item:nth-child(9n + 7) {
	clear: none;
	margin-left: 66.66667%;
	margin-right: -100%;
}

.gallery-columns-9 .gallery-item:nth-child(9n + 8) {
	clear: none;
	margin-left: 77.77778%;
	margin-right: -100%;
}

.gallery-columns-9 .gallery-item:nth-child(9n + 9) {
	clear: none;
	margin-left: 88.88889%;
	margin-right: -100%;
}

.gallery-caption {
	font-size: 16px;
	font-size: 1.6rem;
}

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

/*--------------------------------------------------------------
13.0 Media Queries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
13.1 Small screens, under 768px wide.
Primarily mobile devices and super-small tablets.
--------------------------------------------------------------*/
@media (max-width: 767px) {
	/* Page structure */
	#page {
		min-width: 280px;
		padding: 3.0303%;
	}

	/* Center-align site branding and logo */
	.site-branding {
		text-align: center;
	}

	.site-logo {
		margin: 30px auto 10px;
	}
}

/* Small screen + portrait orientation = more space between title & description */
@media (max-width: 767px) and (orientation: portrait) {
	.site-title,
	.site-description {
		margin-bottom: 6.06061%;
	}
}

@media (max-width: 767px) {
	/* Show menu toggle and hide menu by default */
	.menu-toggle,
	.main-navigation.toggled .nav-menu {
		display: block;
	}

	.main-navigation ul {
		display: none;
	}

	/* Condensed mobile menu */
	div.apostrophe-navigation ul,
	ul.apostrophe-navigation {
		display: none;
	}

	.main-navigation {
		margin: 10px 0 20px;
	}

	.main-navigation .menu-toggle {
		border-bottom: solid 1px;
		border-top: solid 4px transparent;
		cursor: pointer;
		display: block;
		height: 60px;
		line-height: 52px;
		margin: 0;
		padding: 0;
	}

	.main-navigation .menu-toggle:before {
		content: "\f419";
		display: inline-block;
		font-family: Genericons;
		font-size: 16px;
		font-weight: normal;
		line-height: 52px;
		padding-right: 10px;
		vertical-align: top;
		-webkit-font-smoothing: antialiased;
	}

	.main-navigation.toggled .current_page_item a,
	.main-navigation.toggled .current-menu-item a,
	.main-navigation.toggled .current-post-ancestor a,
	.main-navigation.toggled .current-menu-ancestor a,
	.main-navigation.toggled .current-menu-parent a,
	.main-navigation.toggled .current-post-parent a {
		border-top-color: transparent;
	}

	.main-navigation.toggled .apostrophe-navigation {
		border-bottom: solid 1px;
		display: block;
	}

	.main-navigation.toggled .apostrophe-navigation li {
		clear: left;
		display: block;
		float: none;
	}

	.main-navigation.toggled .apostrophe-navigation li a {
		margin-top: 0;
		padding: 10px 25px 15px;
	}

	.main-navigation.toggled .apostrophe-navigation .toggled {
		border-bottom: 1px solid;
		border-top: 2px solid;
	}

	.main-navigation.toggled .apostrophe-navigation .toggled > .sub-menu {
		display: block;
	}

	ul.apostrophe-social {
		position: absolute;
		right: 0;
		top: 0;
	}

	ul.apostrophe-social li a {
		line-height: 60px;
	}

	/* Use a slightly smaller font size for titles */
	h1 {
		font-size: 36px;
		font-size: 3.6rem;
	}

	/* Arrange posts into grid structure on archive pages */
	.archive .apostrophe-nothumb span:before,
	.blog .apostrophe-nothumb span:before,
	.search .apostrophe-nothumb span:before {
		font-size: 64px;
		font-size: 6.4rem;
		margin-top: calc(50% - 32px);
	}

	.archive article,
	.blog article,
	.search article {
		margin-bottom: 5.55556%;
	}

	.archive article:not(.apostrophe-featured):before,
	.archive article:not(.apostrophe-featured):after,
	.blog article:not(.apostrophe-featured):before,
	.blog article:not(.apostrophe-featured):after,
	.search article:not(.apostrophe-featured):before,
	.search article:not(.apostrophe-featured):after {
		content: "";
		display: table;
	}

	.archive article:not(.apostrophe-featured):after,
	.blog article:not(.apostrophe-featured):after,
	.search article:not(.apostrophe-featured):after {
		clear: both;
	}

	.archive article:not(.apostrophe-featured) .entry-thumbnail,
	.blog article:not(.apostrophe-featured) .entry-thumbnail,
	.search article:not(.apostrophe-featured) .entry-thumbnail {
			 -moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
						box-sizing: border-box;
		float: left;
		padding-left: 5.55556%;
		padding-left: 0;
		padding-right: 5.55556%;
		padding-right: 0;
		width: 33.33333%;
	}

	.archive article:not(.apostrophe-featured) .entry-header,
	.blog article:not(.apostrophe-featured) .entry-header,
	.search article:not(.apostrophe-featured) .entry-header {
			 -moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
						box-sizing: border-box;
		float: right;
		padding-left: 5.55556%;
		padding-right: 5.55556%;
		padding-right: 0;
		width: 66.66667%;
	}

	.archive article:not(.apostrophe-featured) .entry-meta,
	.blog article:not(.apostrophe-featured) .entry-meta,
	.search article:not(.apostrophe-featured) .entry-meta {
		margin-bottom: 5px;
	}

	.archive .apostrophe-featured .entry-meta,
	.blog .apostrophe-featured .entry-meta,
	.search .apostrophe-featured .entry-meta {
		margin-left: -5px;
		margin-top: -33px;
	}

	.archive .apostrophe-featured .apostrophe-nothumb span:before,
	.blog .apostrophe-featured .apostrophe-nothumb span:before,
	.search .apostrophe-featured .apostrophe-nothumb span:before {
		margin-top: calc(25% - 32px);
	}

	.archive article:hover .apostrophe-inline-controls,
	.blog article:hover .apostrophe-inline-controls,
	.search article:hover .apostrophe-inline-controls {
		display: none;
	}

	/* Hide post status icons */
	.entry-format::before {
		display: none;
	}

	/* Hide extra navigation text on smaller screens */
	.nav-previous .apostrophe-post-title,
	.nav-next .apostrophe-post-title {
		display: none;
	}

	/* Make sure sidebar clears properly */
	#secondary {
		clear: both;
	}
}
/*--------------------------------------------------------------
13.2 Slightly larger screens, between 768px and 1024px wide.
Primarily tablets and teensy desktops.
--------------------------------------------------------------*/
@media (min-width: 768px) {
	#page {
		padding: 3.0303%;
	}

	#masthead,
	#colophon {
			 -moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
						box-sizing: border-box;
		float: left;
		padding-left: 0.75758%;
		padding-right: 0.75758%;
		width: 100%;
	}

	#masthead:before,
	#masthead:after,
	#colophon:before,
	#colophon:after {
		content: "";
		display: table;
	}

	#masthead:after,
	#colophon:after {
		clear: both;
	}

	/* Site logo */
	.site-branding {
		margin-bottom: 0;
	}

	.site-branding:before,
	.site-branding:after {
		content: "";
		display: table;
	}

	.site-branding:after {
		clear: both;
	}

	.site-logo {
		float: left;
		margin-bottom: 1.51515%;
		margin-right: 2.27273%;
	}

	.site-title,
	.site-description,
	.site-description {
		clear: none;
	}

	.site-description {
		padding-bottom: 1.51515%;
	}

	.site-logo-link + .site-title,
	.site-logo-link + .site-description {
		margin-top: 2.27273%;
	}

	/* Hide menu toggle */
	.main-navigation .menu-toggle {
		display: none;
	}

	/* Full-sized navigation bar; no need to be trendy */
	.main-navigation {
		margin: 0 0 3.0303%;
		position: relative;
		z-index: 100;
		/* Sub-menus */
	}

	.main-navigation:before,
	.main-navigation:after {
		content: "";
		display: table;
	}

	.main-navigation:after {
		clear: both;
	}

	.main-navigation li {
		float: left;
		position: relative;
	}

	.main-navigation li :hover > a {
		border-color: silver;
	}

	.main-navigation li a {
		margin: -2px 3rem 0 0;
		padding: 0.75rem 0 1.5rem;
	}

	.main-navigation ul ul {
		background-color: #fff;
		border-bottom: 4px solid #aaa;
		border-top: 1px solid #eee;
		box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
		float: left;
		left: -999em;
		min-width: 100%;
		position: absolute;
		top: 2em;
		z-index: 99999;
	}

	.main-navigation ul ul ul {
		left: -999em;
		top: 0;
	}

	.main-navigation ul ul li {
		float: none;
		white-space: nowrap;
		/* Show sub-sub menus */
	}

	.main-navigation ul ul li.menu-item-has-children > a:after {
			 -moz-transform: rotate(-90deg);
				-ms-transform: rotate(-90deg);
				 -o-transform: rotate(-90deg);
		-webkit-transform: rotate(-90deg);
						transform: rotate(-90deg);
		vertical-align: -4px;
	}

	.main-navigation ul ul li a {
		border-top-width: 0;
		margin: 0;
		padding: 0.5em 1em;
	}

	.main-navigation ul ul li:hover > ul {
		left: 100%;
	}

	.main-navigation ul ul :hover > a {
		background-color: #eee;
		border-color: transparent;
	}

	.main-navigation li:hover > ul {
		left: auto;
	}

	.apostrophe-social li a {
		margin-left: 20px;
		margin-right: 0;
	}

	/* Arrange posts into grid structure on archive pages */
	.archive article,
	.blog article,
	.search article {
			 -moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
						box-sizing: border-box;
		float: left;
		margin-bottom: 3.33333%;
		padding-left: 1.11111%;
		padding-right: 1.11111%;
		width: 33.33333%;
	}

	.archive article .entry-meta,
	.blog article .entry-meta,
	.search article .entry-meta {
		margin: -33px 0 15px -5px;
	}

	.archive article.clear,
	.blog article.clear,
	.search article.clear {
		clear: both;
	}

	.archive article .apostrophe-nothumb span:before,
	.blog article .apostrophe-nothumb span:before,
	.search article .apostrophe-nothumb span:before {
		font-size: 128px;
		font-size: 12.8rem;
		margin-top: calc(50% - 64px);
	}

	.archive article.apostrophe-featured,
	.blog article.apostrophe-featured,
	.search article.apostrophe-featured {
			 -moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
						box-sizing: border-box;
		float: left;
		padding-left: 1.11111%;
		padding-right: 1.11111%;
		width: 66.66667%;
	}

	.archive article.apostrophe-featured .entry-header,
	.blog article.apostrophe-featured .entry-header,
	.search article.apostrophe-featured .entry-header {
		display: inline-block;
		margin-top: -1px;
		/* Solves the 1px offset bug */
	}

	.archive article.apostrophe-featured .apostrophe-nothumb span:before,
	.blog article.apostrophe-featured .apostrophe-nothumb span:before,
	.search article.apostrophe-featured .apostrophe-nothumb span:before {
		margin-top: calc(25% - 64px);
	}

	/* Use a two-column layout for the 404 page's widgets */
	.error404 .page-content .apostrophe-widget-column:nth-of-type(odd) {
			 -moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
						box-sizing: border-box;
		float: left;
		padding-left: 1.11111%;
		padding-left: 0;
		padding-right: 1.11111%;
		width: 46.66667%;
	}

	.error404 .page-content .apostrophe-widget-column:nth-of-type(even) {
			 -moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
						box-sizing: border-box;
		float: right;
		padding-left: 1.11111%;
		padding-right: 1.11111%;
		padding-right: 0;
		width: 46.66667%;
	}

	/* Show search input and button on a single line */
	.search-form label {
		float: left;
		width: 75%;
	}

	.search-form input[type="submit"] {
		float: left;
		margin: 0 0 0 1%;
		width: 24%;
	}

	/* Make sure sidebar clears properly */
	#secondary {
			 -moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
						box-sizing: border-box;
		clear: both;
		float: left;
		width: 100%;
	}
}

/* Sidebar widgets should appear in two columns, since we've got the space */
@media (min-width: 768px) and (max-width: 1023px) {
	#secondary .widget {
		float: left;
		margin-right: 1.53846%;
		width: 49.23077%;
	}

	#secondary .widget:nth-of-type(even) {
		margin-right: 0;
	}
}

/*--------------------------------------------------------------
13.2 Still larger screens, 1024px wide and up.
Very large tablets in landscape mode and most desktops.
--------------------------------------------------------------*/
@media (min-width: 1024px) {
	/* Use a two-column layout at this size (if we have an active sidebar) */
	#primary {
			 -moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
						box-sizing: border-box;
		float: left;
		width: 68.18182%;
	}

	#primary:before,
	#primary:after {
		content: "";
		display: table;
	}

	#primary:after {
		clear: both;
	}

	#primary.full-width {
			 -moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
						box-sizing: border-box;
		float: left;
		padding-left: 0.75758%;
		padding-right: 0.75758%;
		width: 100%;
	}

	/* Allow the primary panel to span full width on archive pages */
	.archive.apostrophe-no-sidebar #primary,
	.blog.apostrophe-no-sidebar #primary,
	.search.apostrophe-no-sidebar #primary {
		width: 100%;
	}

	.archive.apostrophe-no-sidebar #secondary,
	.blog.apostrophe-no-sidebar #secondary,
	.search.apostrophe-no-sidebar #secondary {
		display: none;
	}

	#secondary {
			 -moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
						box-sizing: border-box;
		clear: none;
		float: right;
		padding-left: 0.75758%;
		padding-right: 0.75758%;
		width: 27.27273%;
	}

	/* Out-dent emphasized elements */
	.emphasis {
		margin: 2em 1em 2em -1em;
	}

	/* Pullquotes should move to the (empty) right-hand column on sidebar-less layouts */
	.apostrophe-no-sidebar .pullquote {
		position: absolute;
		right: -50%;
		width: 40%;
	}

	/* Show post status icon at left of post title */
	.entry-format::before {
		left: -46px;
		right: auto;
	}
}
/**

	Genericons

*/


/* IE8 and below use EOT and allow cross-site embedding. 
   IE9 uses WOFF which is base64 encoded to allow cross-site embedding.
   So unfortunately, IE9 will throw a console error, but it'll still work.
   When the font is base64 encoded, cross-site embedding works in Firefox */

@font-face {
    font-family: 'Genericons';
    src: url(../../wp-content/mu-plugins/genericons/genericons/Genericons.eot);
}

@font-face {
    font-family: 'Genericons';
    src: url(data:application/font-woff;charset=utf-8;base64,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) format('woff'),
         url(../../wp-content/mu-plugins/genericons/genericons/Genericons.ttf) format('truetype'),
         url(../../wp-content/mu-plugins/genericons/genericons/Genericons.svg) format('svg');
    font-weight: normal;
    font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: "Genericons";
    src: url(../../wp-content/mu-plugins/genericons/genericons/Genericons.svg) format("svg");
  }
}


/**
 * All Genericons
 */

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


/**
 * Individual icons
 */

.genericon-404:before { content: "\f423"; }
.genericon-activity:before { content: "\f508"; }
.genericon-anchor:before { content: "\f509"; }
.genericon-aside:before { content: "\f101"; }
.genericon-attachment:before { content: "\f416"; }
.genericon-audio:before { content: "\f109"; }
.genericon-bold:before { content: "\f471"; }
.genericon-book:before { content: "\f444"; }
.genericon-bug:before { content: "\f50a"; }
.genericon-cart:before { content: "\f447"; }
.genericon-category:before { content: "\f301"; }
.genericon-chat:before { content: "\f108"; }
.genericon-checkmark:before { content: "\f418"; }
.genericon-close:before { content: "\f405"; }
.genericon-close-alt:before { content: "\f406"; }
.genericon-cloud:before { content: "\f426"; }
.genericon-cloud-download:before { content: "\f440"; }
.genericon-cloud-upload:before { content: "\f441"; }
.genericon-code:before { content: "\f462"; }
.genericon-codepen:before { content: "\f216"; }
.genericon-cog:before { content: "\f445"; }
.genericon-collapse:before { content: "\f432"; }
.genericon-comment:before { content: "\f300"; }
.genericon-day:before { content: "\f305"; }
.genericon-digg:before { content: "\f221"; }
.genericon-document:before { content: "\f443"; }
.genericon-dot:before { content: "\f428"; }
.genericon-downarrow:before { content: "\f502"; }
.genericon-download:before { content: "\f50b"; }
.genericon-draggable:before { content: "\f436"; }
.genericon-dribbble:before { content: "\f201"; }
.genericon-dropbox:before { content: "\f225"; }
.genericon-dropdown:before { content: "\f433"; }
.genericon-dropdown-left:before { content: "\f434"; }
.genericon-edit:before { content: "\f411"; }
.genericon-ellipsis:before { content: "\f476"; }
.genericon-expand:before { content: "\f431"; }
.genericon-external:before { content: "\f442"; }
.genericon-facebook:before { content: "\f203"; }
.genericon-facebook-alt:before { content: "\f204"; }
.genericon-fastforward:before { content: "\f458"; }
.genericon-feed:before { content: "\f413"; }
.genericon-flag:before { content: "\f468"; }
.genericon-flickr:before { content: "\f211"; }
.genericon-foursquare:before { content: "\f226"; }
.genericon-fullscreen:before { content: "\f474"; }
.genericon-gallery:before { content: "\f103"; }
.genericon-github:before { content: "\f200"; }
.genericon-googleplus:before { content: "\f206"; }
.genericon-googleplus-alt:before { content: "\f218"; }
.genericon-handset:before { content: "\f50c"; }
.genericon-heart:before { content: "\f461"; }
.genericon-help:before { content: "\f457"; }
.genericon-hide:before { content: "\f404"; }
.genericon-hierarchy:before { content: "\f505"; }
.genericon-home:before { content: "\f409"; }
.genericon-image:before { content: "\f102"; }
.genericon-info:before { content: "\f455"; }
.genericon-instagram:before { content: "\f215"; }
.genericon-italic:before { content: "\f472"; }
.genericon-key:before { content: "\f427"; }
.genericon-leftarrow:before { content: "\f503"; }
.genericon-link:before { content: "\f107"; }
.genericon-linkedin:before { content: "\f207"; }
.genericon-linkedin-alt:before { content: "\f208"; }
.genericon-location:before { content: "\f417"; }
.genericon-lock:before { content: "\f470"; }
.genericon-mail:before { content: "\f410"; }
.genericon-maximize:before { content: "\f422"; }
.genericon-menu:before { content: "\f419"; }
.genericon-microphone:before { content: "\f50d"; }
.genericon-minimize:before { content: "\f421"; }
.genericon-minus:before { content: "\f50e"; }
.genericon-month:before { content: "\f307"; }
.genericon-move:before { content: "\f50f"; }
.genericon-next:before { content: "\f429"; }
.genericon-notice:before { content: "\f456"; }
.genericon-paintbrush:before { content: "\f506"; }
.genericon-path:before { content: "\f219"; }
.genericon-pause:before { content: "\f448"; }
.genericon-phone:before { content: "\f437"; }
.genericon-picture:before { content: "\f473"; }
.genericon-pinned:before { content: "\f308"; }
.genericon-pinterest:before { content: "\f209"; }
.genericon-pinterest-alt:before { content: "\f210"; }
.genericon-play:before { content: "\f452"; }
.genericon-plugin:before { content: "\f439"; }
.genericon-plus:before { content: "\f510"; }
.genericon-pocket:before { content: "\f224"; }
.genericon-polldaddy:before { content: "\f217"; }
.genericon-portfolio:before { content: "\f460"; }
.genericon-previous:before { content: "\f430"; }
.genericon-print:before { content: "\f469"; }
.genericon-quote:before { content: "\f106"; }
.genericon-rating-empty:before { content: "\f511"; }
.genericon-rating-full:before { content: "\f512"; }
.genericon-rating-half:before { content: "\f513"; }
.genericon-reddit:before { content: "\f222"; }
.genericon-refresh:before { content: "\f420"; }
.genericon-reply:before { content: "\f412"; }
.genericon-reply-alt:before { content: "\f466"; }
.genericon-reply-single:before { content: "\f467"; }
.genericon-rewind:before { content: "\f459"; }
.genericon-rightarrow:before { content: "\f501"; }
.genericon-search:before { content: "\f400"; }
.genericon-send-to-phone:before { content: "\f438"; }
.genericon-send-to-tablet:before { content: "\f454"; }
.genericon-share:before { content: "\f415"; }
.genericon-show:before { content: "\f403"; }
.genericon-shuffle:before { content: "\f514"; }
.genericon-sitemap:before { content: "\f507"; }
.genericon-skip-ahead:before { content: "\f451"; }
.genericon-skip-back:before { content: "\f450"; }
.genericon-skype:before { content: "\f220"; }
.genericon-spam:before { content: "\f424"; }
.genericon-spotify:before { content: "\f515"; }
.genericon-standard:before { content: "\f100"; }
.genericon-star:before { content: "\f408"; }
.genericon-status:before { content: "\f105"; }
.genericon-stop:before { content: "\f449"; }
.genericon-stumbleupon:before { content: "\f223"; }
.genericon-subscribe:before { content: "\f463"; }
.genericon-subscribed:before { content: "\f465"; }
.genericon-summary:before { content: "\f425"; }
.genericon-tablet:before { content: "\f453"; }
.genericon-tag:before { content: "\f302"; }
.genericon-time:before { content: "\f303"; }
.genericon-top:before { content: "\f435"; }
.genericon-trash:before { content: "\f407"; }
.genericon-tumblr:before { content: "\f214"; }
.genericon-twitch:before { content: "\f516"; }
.genericon-twitter:before { content: "\f202"; }
.genericon-unapprove:before { content: "\f446"; }
.genericon-unsubscribe:before { content: "\f464"; }
.genericon-unzoom:before { content: "\f401"; }
.genericon-uparrow:before { content: "\f500"; }
.genericon-user:before { content: "\f304"; }
.genericon-video:before { content: "\f104"; }
.genericon-videocamera:before { content: "\f517"; }
.genericon-vimeo:before { content: "\f212"; }
.genericon-warning:before { content: "\f414"; }
.genericon-website:before { content: "\f475"; }
.genericon-week:before { content: "\f306"; }
.genericon-wordpress:before { content: "\f205"; }
.genericon-xpost:before { content: "\f504"; }
.genericon-youtube:before { content: "\f213"; }
.genericon-zoom:before { content: "\f402"; }