@charset "UTF-8";
img.wp-smiley {
	border: none !important;
	box-shadow: none !important;
	height: 1em !important;
	width: 1em !important;
	margin: 0 .05em 0 .1em !important;
	vertical-align: -0.1em !important;
	background: none !important;
	padding: 0 !important;
}/**
 * 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;
}
/**

	WordAds V2! This CSS applies to all WordAds and Adsense themes

	HTML markup structure of an ad:

	<div class="wpcnt|mpb">
	<div class="wpa [wpmrec|wpwidesky|wpleaderboard]">

		<a class="wpa-about" href="https://en.support.wordpress.com/about-these-ads/" rel="nofollow">
		About these ads
		</a>

		<div class="u">
		[ad unit here]
		</div>

	</div>
	</div>

*/


/* outer container */
.wpcnt {
	text-align: center;
	line-height: 0;
}

.rtl .wpcnt{
	direction: ltr;
}

.mpb{
	text-align: center;
	margin: 0px auto;
	width: 100%;
}

/* inner container */
.wpa, .wpadvert {				/* @todo: deprecate wpadvert */
	position: relative;
    /*overflow: hidden; */       /* this hides "about these ads" when there's no adfill */
    display: inline-block !important;
    max-width: 100%;
    text-align: left;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.wpa.wpwidesky, .wpa.wpleaderboard{
	width: auto;
}

.wpa.top{
	min-width: 728px;
}

.wpa.wpwidesky{
	min-width: 160px;
}

.wpa.wpmrec{
	min-width: 300px;
}

.mpb .wpa{
	padding: 10px 0 0;
}

@media screen and (max-width: 650px) {
	.mpb .wpa{
		min-width: 300px;
	}
}

/* about these ads */
/* all the !important use is to ensure consistency */
.wpa-about{	/* @todo: deprecate wpadvert-about */
	position: absolute;
	top: 5px;
	left: 0;
	right: 0;
	display: block;
	min-width: 160px;
	/*margin-top: 5px;*/
	border-bottom: none !important;			/* some themes ad dotted underlines, that won't look nice */
	font: 10px/1 "Open Sans", Arial, sans-serif !important;
	text-align: left !important;
	text-decoration: none !important;
	opacity: 0.85;
}

.wpa-notice {
	display: block;
	position: relative;
	padding: 24px;
	overflow: hidden;
	border: 5px solid #efefef;
	font: 13px/1.75 "Merriweather sans", "Open Sans", Arial, sans-serif !important;
	color: #2e4453 !important;
	box-shadow: 0 0 0 1px rgba(200, 215, 225, 0.5), 0 1px 2px #e9eff3;
}

.wpa-buttons{
	text-align: center;
	margin: 0;
}

.wpa-button {
	display: inline-block;
	box-sizing: border-box;
	margin: 0;
  outline: 0;
	padding: 7px !important;
	overflow: hidden;
	background: white;
	border-color: #c8d7e1;
  border-style: solid !important;
  border-width: 1px 1px 2px !important;
	border-bottom: 2px solid #c8d7e1 !important;
  cursor: pointer;
  vertical-align: top;
	color: #668eaa !important;
  font-size: 11px !important;
	font-weight: 600 !important;
  line-height: 1 !important;
	text-overflow: ellipsis;
  text-decoration: none !important;
	text-transform: uppercase !important;
  border-radius: 4px;

  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.wpa-button:hover{
	border-color: #a8bece !important;
	color: #2e4453 !important;
}

.wpa-button.is-primary{
	background: #00aadc !important;
	border-color: #0087be !important;
	color: white !important;
}

.wpa-button.is-primary:hover{
	border-color: #005082 !important;
	color: white !important;
}

/* dark theme */
body.highlander-dark .wpa-about {
	color: #ddd;
}
body.highlander-dark .wpa-about:hover {
	color: #e9e9e9;
}

/* ad unit wrapper */
.wpa .u>div, .wpadvert>div>* {	/* @todo: deprecate wpdvert */
	display: block;
	margin-top: 5px;			/* this makes "about these ads" visible */
	margin-bottom: 1em;			/* every ad should have a little space below it */
}

div.wpa>div {
	margin-top: 20px;
}

#google_ads_div_wpcom_below_post_adsafe_ad_container {
	display: block !important;
}

.wa-sponsored-link {
	font: 9px/1 sans-serif;
}
/**
 * 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;
}/*
* Text Widget Styles
*
* Global styles to help fix common display issues on WordPress.com
* that could happen with the Rich Text Widget, introduced in WordPress 4.8.
*/

.widget.widget_text {
	word-wrap: break-word;
}

.widget.widget_text ul,
.widget.widget_text ol {
	margin-bottom: 1em;
	margin-left: .875em;
	padding-left: .875em;
}

.widget.widget_text li ul,
.widget.widget_text li ol {
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 0;
	padding-top: 0;
}

.widget.widget_text ul {
	list-style: disc outside none;
}

.widget.widget_text ol {
	list-style: decimal outside none;
}

.widget.widget_text ul li,
.widget.widget_text ol li {
	border: 0;
	list-style: inherit;
	margin: 0;
	padding: 0;
	text-align: left;
}

.widget.widget_text ul li:before {
	content: "";
}

.widget.widget_text p {
	margin-bottom: 1em;
}
/**
 * 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 2
Theme URI: https://wordpress.com/themes/apostrophe-2
Author: Automattic
Author URI: https://wordpress.com/themes/
Description: A clean, no-nonsense magazine theme
Version: 2.0.1-wpcom
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: apostrophe-2
Tags: art, author-bio, black, blog, blue, bright, classic-menu, clean, contemporary, custom-background, custom-colors, custom-header, custom-menu, design, fashion, featured-images, food, gray, grid-layout, light, magazine, modern, one-column, professional, responsive-layout, right-sidebar, rtl-language-support, simple, site-logo, sticky-post, travel, two-columns, white

Apostrophe 2 WordPress Theme, Copyright 2017 Automattic, Inc.
Apostrophe 2 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-2017 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
14.0 Print

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

/*--------------------------------------------------------------
0.0 Site-wide styles
--------------------------------------------------------------*/
.entry-meta .posted-on,
.entry-meta .byline,
.sticky .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;
}

.sticky .entry-meta,
.blog .featured-content .entry-meta .posted-on {
	background: #362e77;
}

.entry-meta {
	display: inline-block;
}

.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-2-navigation .menu-item-has-children > a:after,
.apostrophe-2-navigation .dropdown-toggle: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-2-nothumb span:before,
.blog .apostrophe-2-nothumb span:before,
.search .apostrophe-2-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,
.widget-title label,
.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;
	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;
}

ol {
	list-style: decimal;
}

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,
.button:hover {
	background-color: #e5f4fd;
	border-color: #159ae7;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
.button:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active,
.button: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-2-navigation .dropdown-toggle {
	background: transparent;
	border: 0;
	display: none;
	margin: 0;
	padding: 10px 10px 15px;
	position: absolute;
	right: 0;
	top: 0;
}

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

.apostrophe-2-navigation .dropdown-toggle:before {
	content: "\f431";
	line-height: 1.5;
}

.apostrophe-2-navigation .dropdown-toggle.toggled-on:before {
	content: "\f432";
}

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

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

.jetpack-social-navigation ul .dropdown-toggle {
	display: none;
}

.jetpack-social-navigation ul li a {
	line-height: 1;
}

.jetpack-social-navigation ul li a span {
	left: -999em;
	position: absolute;
}

.jetpack-social-navigation-svg ul .icon {
	fill: silver;
	width: 24px;
	height: 32px;
	transition: 200ms color ease-in;
}

.jetpack-social-navigation ul li:hover {
	background: none;
}

.jetpack-social-navigation ul li:hover a .icon {
	fill: #117bb8;
}

.jetpack-social-navigation ul li:hover a[href*="codepen.io"] .icon {
	fill: #252527;
}

.jetpack-social-navigation ul li:hover a[href*="digg.com"] .icon {
	fill: #356aa0;
}

.jetpack-social-navigation ul li:hover a[href*="dribbble.com"] .icon {
	fill: #ea4c89;
}

.jetpack-social-navigation ul li:hover a[href*="facebook.com"] .icon {
	fill: #3b5998;
}

.jetpack-social-navigation ul li:hover a[href*="flickr.com"] .icon {
	fill: #ff0084;
}

.jetpack-social-navigation ul li:hover a[href*="plus.google.com"] .icon {
	fill: #dd4b39;
}

.jetpack-social-navigation ul li:hover a[href*="github.com"] .icon {
	fill: #f5f5f5;
}

.jetpack-social-navigation ul li:hover a[href*="instagram.com"] .icon {
	fill: #517fa4;
}

.jetpack-social-navigation ul li:hover a[href*="linkedin.com"] .icon {
	fill: #007bb6;
}

.jetpack-social-navigation ul li:hover a[href*="pinterest.com"] .icon {
	fill: #cb2027;
}

.jetpack-social-navigation ul li:hover a[href*="polldaddy.com"] .icon {
	fill: #bc0b0b;
}

.jetpack-social-navigation ul li:hover a[href*="getpocket.com"] .icon {
	fill: #ef4056;
}

.jetpack-social-navigation ul li:hover a[href*="reddit.com"] .icon {
	fill: #ff5700;
}

.jetpack-social-navigation ul li:hover a[href*="skype.com"] .icon,
.jetpack-social-navigation ul li:hover a[href*="skype:"] .icon {
	fill: #12a5f4;
}

.jetpack-social-navigation ul li:hover a[href*="stumbleupon.com"] .icon {
	fill: #eb4924;
}

.jetpack-social-navigation ul li:hover a[href*="tumblr.com"] .icon {
	fill: #32506d;
}

.jetpack-social-navigation ul li:hover a[href*="twitter.com"] .icon {
	fill: #00aced;
}

.jetpack-social-navigation ul li:hover a[href*="vimeo.com"] .icon {
	fill: #aad450;
}

.jetpack-social-navigation ul li:hover a[href*="wordpress.org"] .icon,
.jetpack-social-navigation ul li:hover a[href*="wordpress.com"] .icon {
	fill: #21759b;
}

.jetpack-social-navigation ul li:hover a[href*="youtube.com"] .icon {
	fill: #b00;
}

.jetpack-social-navigation ul li:hover a[href$="/feed/"] .icon,
.jetpack-social-navigation ul li:hover a[href$="/feed"] .icon,
.jetpack-social-navigation ul li:hover a[href$="?feed=rss2"] .icon {
	fill: #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;
	padding-bottom: 6px;
	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 */
.posts-navigation {
	border-top: solid 1px;
	clear: both;
	display: block;
	float: left;
	text-align: center;
	width: 100%;
}

.posts-navigation .nav-previous {
	width: auto;
}

.posts-navigation a {
	border-top: solid 4px transparent;
	display: inline-block;
	font-size: 20px;
	font-weight: 400;
	height: 48px;
	line-height: 40px;
	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: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;
}

/* Facebook widget */
.widget_facebook_likebox iframe {
	margin: 0;
}

/* Video widget */
.widget_media_video iframe {
	margin: 0;
}

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

.custom-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.5;
	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 .widget_text li {
	display: list-item;
}

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

.site-footer .widget-area .widget_text li:after,
.site-footer .widget-area .jetpack_widget_social_icons li:after,
.site-footer .widget-area .widget_wpcom_social_media_icons_widget li:after {
	content: '';
	display: none;
}

.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_text li ul,
.site-footer .widget-area .widget_text li ol {
	display: block;
}

.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;
	vertical-align: bottom;
}

/* Entry thumbnail */
figure.entry-thumbnail {
	margin: 0 0 1.5em;
}

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

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

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

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

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

/* 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-meta .posted-on,
.entry-meta .byline,
.entry-footer .post-categories li,
.entry-footer .post-tags li {
	display: inline-block;
	margin: 0 0.4rem 0.4rem 0;
}

.archive article .entry-meta .posted-on,
.blog article .entry-meta .posted-on,
.search article .entry-meta .posted-on{
	display: inherit;
}

.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-2-tags::after {
	clear: both;
	content: "";
	display: block;
}

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

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

.single .entry-author .author-title {
	font-size: 28px;
	font-size: 2.8rem;
	font-weight: 300;
}

.single .entry-author .author-avatar {
	border-top: 1px solid #ddd;
}

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

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

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

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

.single.date-hidden .entry-meta {
	padding: 0;
}

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

.blog .featured-content .entry-title a,
.blog .sticky .entry-title a {
	color: #362e77;
}

.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-2-nothumb,
.blog .apostrophe-2-nothumb,
.search .apostrophe-2-nothumb {
	background: #ccc;
	position: relative;
}

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

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

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

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

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

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

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

.apostrophe-2-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-2-inline-controls {
	display: block;
}

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

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

.apostrophe-2-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,
.widget-title label {
	color: #a6a6a6;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 24px;
	margin-bottom: 24px;
	margin-top: 0;
	padding-top: 0;
}

.widget-title label {
	text-transform: none;
}

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

.widget li > ul,
.widget li > ol {
	margin-left: 0.5em;
	padding-left: 1em;
}

/* 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;
	padding-left: 20px;
}

.widget-area .sidebar-primary aside.widget_text ul {
	line-height: inherit;
}

.widget-area .sidebar-primary aside.jetpack_widget_social_icons ul {
	padding-left: 0;
}

.widget-area .sidebar-primary aside.jetpack_widget_social_icons ul a:hover {
	color: #fff;
}

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

.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 .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

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

/* 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;
	margin: 10px 0 18px;
}

.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-item .wp-caption-text a {
	line-height: 1.2;
}

.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-on .nav-menu,
	.main-navigation.toggled-on ul.toggled-on {
		display: block;
	}

	.main-navigation ul,
	.jetpack-social-navigation {
		display: none;
	}

	/* Condensed mobile menu */
	div.apostrophe-2-navigation ul,
	ul.apostrophe-2-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-on .current_page_item a,
	.main-navigation.toggled-on .current-menu-item a,
	.main-navigation.toggled-on .current-post-ancestor a,
	.main-navigation.toggled-on .current-menu-ancestor a,
	.main-navigation.toggled-on .current-menu-parent a,
	.main-navigation.toggled-on .current-post-parent a {
		border-top-color: transparent;
	}

	.main-navigation.toggled-on .apostrophe-2-navigation,
	.main-navigation.toggled-on .apostrophe-2-navigation > ul {
		border-bottom: solid 1px;
		display: block;
	}

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

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

	.main-navigation.toggled-on .apostrophe-2-navigation .toggled-on:not(.dropdown-toggle) {
		border-bottom: 1px solid;
		border-top: 2px solid;
	}

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

	.main-navigation ul li.menu-item-has-children > a:after {
		display: none;
	}

	.main-navigation.toggled-on .apostrophe-2-navigation li.menu-item-has-children a {
		padding-right: 60px;
	}

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

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

	.apostrophe-2-navigation .dropdown-toggle {
		display: block;
	}

	/* 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-2-nothumb span:before,
	.blog .apostrophe-2-nothumb span:before,
	.search .apostrophe-2-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-2-featured):before,
	.archive article:not(.apostrophe-2-featured):after,
	.blog article:not(.apostrophe-2-featured):before,
	.blog article:not(.apostrophe-2-featured):after,
	.search article:not(.apostrophe-2-featured):before,
	.search article:not(.apostrophe-2-featured):after {
		content: "";
		display: table;
	}

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

	.archive article:not(.apostrophe-2-featured) .entry-thumbnail,
	.blog article:not(.apostrophe-2-featured) .entry-thumbnail,
	.search article:not(.apostrophe-2-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-2-featured) .entry-header,
	.blog article:not(.apostrophe-2-featured) .entry-header,
	.search article:not(.apostrophe-2-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-2-featured) .entry-meta,
	.blog article:not(.apostrophe-2-featured) .entry-meta,
	.search article:not(.apostrophe-2-featured) .entry-meta {
		margin-bottom: 5px;
	}

	.blog .apostrophe-2-featured .entry-meta {
		margin-left: -5px;
		margin-top: -33px;
		margin-bottom: 10px;
	}

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

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

	/* Hide extra navigation text on smaller screens */
	.nav-previous .apostrophe-2-post-title,
	.nav-next .apostrophe-2-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;
		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;
	}

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

	.custom-logo-link + .site-title,
	.custom-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,
	.main-navigation ul ul li.focus > ul {
		left: 100%;
	}

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

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

	.jetpack-social-navigation ul li a {
		margin-left: 20px;
		margin-right: 0;
	}

	/* Arrange posts into grid structure on archive pages */
	.archive article,
	.blog article,
	.search article,
	.blog article.apostrophe-2-featured:nth-child(4n+2),
	.blog article.apostrophe-2-featured:nth-child(4n+3) {
		-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%;
	}

	.featured-content,
	.featured-content article:nth-child(2n+3) {
		clear: both;
		overflow: hidden;
	}

	.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-2-nothumb span:before,
	.blog article .apostrophe-2-nothumb span:before,
	.blog article.apostrophe-2-featured:nth-child(4n+3) .apostrophe-2-nothumb span:before,
	.blog article.apostrophe-2-featured:nth-child(4n+2) .apostrophe-2-nothumb span:before,
	.blog article .apostrophe-2-nothumb span:before,
	.search article .apostrophe-2-nothumb span:before {
		font-size: 128px;
		font-size: 12.8rem;
		margin-top: calc(50% - 64px);
	}

	.archive article.apostrophe-2-featured,
	.blog article.apostrophe-2-featured,
	.search article.apostrophe-2-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-2-featured .entry-header,
	.blog article.apostrophe-2-featured .entry-header,
	.search article.apostrophe-2-featured .entry-header {
		display: inline-block;
		margin-top: -1px;
		/* Solves the 1px offset bug */
	}

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

	.blog .apostrophe-2-featured:nth-child(4n+2) .apostrophe-2-nothumb:before,
	.blog .apostrophe-2-featured:nth-child(4n+3) .apostrophe-2-nothumb:before {
		padding-top: 100%;
	}

	/* Use a two-column layout for the 404 page's widgets */
	.error404 .page-content .apostrophe-2-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-2-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. */
	.single.apostrophe-2-no-sidebar #primary,
	.page.apostrophe-2-no-sidebar #primary {
		float: none;
		margin: 0 auto;
		width: 730px;
	}

	.blog.apostrophe-2-no-sidebar #primary,
	.archive.apostrophe-2-no-sidebar #primary,
	.search.apostrophe-2-no-sidebar #primary {
		width: 100%;
	}

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

/*--------------------------------------------------------------
14.0 Print
--------------------------------------------------------------*/
@media print {
	.entry-date {
		display: block !important;
	}
	.entry-date > span,
	.updated {
		display: none !important;
	}
}
/**

	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);
  src: url(/wp-content/mu-plugins/genericons/genericons/./Genericons.eot?) format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Genericons";
  src: url("data:application/x-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#Genericons) 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#Genericons) 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;
}


/**
 * Helper classes
 */

.genericon-rotate-90 {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}

.genericon-rotate-180 {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}

.genericon-rotate-270 {
	-webkit-transform: rotate(270deg);
	-moz-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	-o-transform: rotate(270deg);
	transform: rotate(270deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

.genericon-flip-horizontal {
	-webkit-transform: scale(-1, 1);
	-moz-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	-o-transform: scale(-1, 1);
	transform: scale(-1, 1);
}

.genericon-flip-vertical {
	-webkit-transform: scale(1, -1);
	-moz-transform: scale(1, -1);
	-ms-transform: scale(1, -1);
	-o-transform: scale(1, -1);
	transform: scale(1, -1);
}


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




