@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,700,700italic);
@import url(https://fonts.googleapis.com/css?family=Merriweather+Sans:400,400italic,800,800italic);
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;
}
/**
 * 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;
}p.comment-likes {
	height: 16px;
	float: none;
	width: 100%;
	clear: both;
	display: block;
	margin-left: -2px;
}

p.comment-not-liked {
	cursor: pointer;
}

p.comment-likes a.view-likers {
	text-decoration: underline;
	border: none;
}

div.comment-likes-overlay {
	color: rgb(85, 85, 85);
	position: absolute;
	font-size: 9pt;
	padding: 0;
	margin: 0;
	/* Some O2 instances have elements with manually specified `z-index`, so
	 * we just set this to an arbitrary high value to make sure that the
	 * overlay is not covered up.
	 */
	z-index: 20000;
}

div.comment-likes-overlay div.inner {
	background-color: white;
	border: 1px solid #dfdfdf;
	border-color: rgba(0, 0, 0, 0.1);
	padding: 8px;
	margin: 0;
	max-width: 310px;
	max-height: 250px;
	overflow: hidden;

	-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.15), 0 3px 8px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.15), 0 3px 8px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.15), 0 3px 8px rgba(0, 0, 0, 0.1);
}

div.comment-likes-overlay div.inner a img {
	text-decoration: none;
	height: 25px;
	width: 25px;
	margin: 2px 10px 2px 2px;
	vertical-align: middle;
}

div.comment-likes-overlay div.inner ul {
	margin: 0;
	padding: 0;
}

div.comment-likes-overlay div.inner ul li {
	float: left;
	display: inline;
	padding: 0;
	margin: 0 0 5px 0;
	/** Truncate people's names if they are too long. **/
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

div.comment-likes-overlay div.inner ul.single li {
	width: 100%; /* one column */
}

div.comment-likes-overlay div.inner ul.double li {
	width: 50%; /* two columns */
}

div.comment-likes-overlay div.inner a,
div.comment-likes-overlay div.inner a:hover {
	text-decoration: none;
	border-bottom: none;
	background: transparent;
}

div.comment-likes-overlay div.inner ul li a span.user-name {
	color: rgb(85, 85, 85);
}

p.comment-likes span.comment-like-feedback {
	font-size: 12px;
	line-height: 1.8em;
	opacity: .8;
	float: left;
	padding: 1px 0 0 5px;
	display: block !important;
}

a.comment-like-link:hover {
	background: transparent;
}

a.comment-like-link span {
	display: none;
}

a.comment-like-link {
	outline: none;
	border: 0 !important;
	text-decoration: none !important;
	padding: 0;
	margin: 0;
	float: left;
	text-decoration: none;
	line-height: 70%;
	background: transparent;
}

a.comment-like-link:before,
div.comment-likes-overlay span.icon {
	-webkit-font-smoothing: antialiased;
	font-family: "Noticons";
	font-size: 20px;
	line-height: .9;
}

div.comment-likes-overlay span.icon {
	color: white;
	height: 100%;
	margin: 0;
	padding: 3px 0 1px 0;
}

a.comment-like-link:before {
	color: #2EA2CC;
	content: '\f408';
	width: 16px;
	display: inline-block;
}

a.comment-like-link.loading {
	-webkit-transition: opacity 2s;
	-moz-transition: opacity 2s;
	-ms-transition: opacity 2s;
	-o-transition: opacity 2s;
	transition: opacity 2s;

	opacity: 0;
}

a.comment-like-link:hover:before,
p.comment-liked a.comment-like-link:before,
p.comment-not-liked:hover a.comment-like-link:before {
	color: #f1831e;
	background: transparent;
}

/**
 * Styles for navigation.
 * Mostly copied from trunk/wp-content/mu-plugins/atlas/css/reader.css.
 */

div.comment-likes-overlay div .slider-nav {
	position: relative;
	clear: both;
	width: 310px;
	height: 40px;
	margin: 15px 0 -15px -12px;
	text-align: center;
	border-top: 1px solid #dfdfdf;
}

div.comment-likes-overlay div .slider-nav em {
	font-style: normal;
}

div.comment-likes-overlay div .slider-nav .prev {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 40px;
	height: 40px;
	border-right: 1px solid #dfdfdf;
}

div.comment-likes-overlay div .slider-nav .noticon {
	width: 40px;
	height: 40px;
	font-size: 25px;
	line-height: 40px;
}

div.comment-likes-overlay div .slider-nav .next {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	display: block;
	width: 40px;
	height: 40px;
	border-left: 1px solid #dfdfdf;
}

div.comment-likes-overlay div .slider-nav .position {
	position: absolute;
	top: 0;
	left: 40px;
	bottom: 0;
	right: 40px;
	text-align:center;
}

div.comment-likes-overlay div .slider-nav .position div {
	display: inline;
}

div.comment-likes-overlay div .slider-nav .position em {
	display: inline-block;
	padding: 0 3px;
	font-size: 30px;
	line-height: 40px;
	color: #bbb;
	cursor: pointer;
}

div.comment-likes-overlay div .slider-nav .position .on {
	color: #1e8cbe;
}

/**
 * Styles for Swipe.
 * Copied from the Swipe README.
 **/

div.comment-likes-overlay .swipe {
	overflow: hidden;
	visibility: hidden;
	position: relative;
}

div.comment-likes-overlay .swipe-wrap {
	overflow: hidden;
	position: relative;
}

/* @noflip */
div.comment-likes-overlay .swipe-wrap > div {
	float: left;
	width: 100%;
	position: relative;
}
/**

	Noticons

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

*/


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

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

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


/**
 * All noticons
 */

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


/**
 * Individual icons
 */

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


/**
 * Deprecated noticon names
 */

.noticon-like:before { content: "\f408"; }
/*THIS FILE IS COMPILED FROM AN .SCSS FILE - DO NOT EDIT DIRECTLY*/
/*
Theme Name: Jetpackme New
Theme URI: http://jetpack.com/
Description: The theme for the Jetpack marketing site
Author: Automattic
Version: 2.0
*/


@font-face {
  font-family: 'automatticons';
  src: url(/wp-content/themes/a8c/jetpackme-new/fonts/automatticons-regular-webfont-webfont.eot);
  src: url(/wp-content/themes/a8c/jetpackme-new/fonts/automatticons-regular-webfont-webfont.eot?#iefix) format("embedded-opentype"), url(/wp-content/themes/a8c/jetpackme-new/fonts/automatticons-regular-webfont-webfont.woff) format("woff"), url(/wp-content/themes/a8c/jetpackme-new/fonts/automatticons-regular-webfont-webfont.ttf) format("truetype"), url(/wp-content/themes/a8c/jetpackme-new/fonts/automatticons-regular-webfont-webfont.svg#automatticonsregular) format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Jetpack';
  src: url(/wp-content/themes/a8c/jetpackme-new/fonts/jetpack.eot);
  src: url(/wp-content/themes/a8c/jetpackme-new/fonts/jetpack.eot?#iefix) format("embedded-opentype"), url(/wp-content/themes/a8c/jetpackme-new/fonts/jetpack.ttf) format("truetype"), url(/wp-content/themes/a8c/jetpackme-new/fonts/jetpack.woff) format("woff"), url(/wp-content/themes/a8c/jetpackme-new/fonts/jetpack.svg#jetpack) format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Genericons';
  src: url(/wp-content/themes/a8c/jetpackme-new/fonts/genericons-regular-webfont.eot);
}

@font-face {
  font-family: 'Genericons';
  src: url(data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAACToAA4AAAAAPHgAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAABRAAAABwAAAAcaQ5NM0dERUYAAAFgAAAAHQAAACAAmQAET1MvMgAAAYAAAABCAAAAYFFfaINjbWFwAAABxAAAAIoAAAGitaOchGdhc3AAAAJQAAAACAAAAAgAAAAQZ2x5ZgAAAlgAAB3aAAAv5CDZliloZWFkAAAgNAAAACoAAAA2A/DbsGhoZWEAACBgAAAAHAAAACQQAwfdaG10eAAAIHwAAAB5AAAA4kyuNstsb2NhAAAg+AAAANoAAADa2sbOtG1heHAAACHUAAAAHgAAACAAvgDAbmFtZQAAIfQAAAFiAAAC2ELtXf5wb3N0AAAjWAAAAYYAAARC9QsYLndlYmYAACTgAAAABgAAAAaWulJCAAAAAQAAAADMPaLPAAAAAM5oYysAAAAAzmhHOHjaY2BkYGDgA2IJBhBgYmAEwmwgZgHzGAAI4wCeAAAAeNpjYGb/yDiBgZWBhdWY5QwDA8NMCM10hsEIzAdKYQeh3uF+DA4PGL4ys6X9S2Ng4GBg0AAKMyIpUWBgBACGrAuTAAB42mNgYGBmgGAZBkYGEJgD5DGC+SwMDWBaACjC84DhI+cnzk+Snzm+cH6R/KL5xfKL55fILwlfmf//Z2AAyjJ8Yvgk8JnhC8MXgS8KXwy+OHwJAMoy/P+vwMzPwsfHx8GrxKPNo8ojzyPJI8zDy8POnQG1ESdgZGOAK2FkAhJM6AoYhj0AAN1pI2UAAAABAAH//wAPeNqNWglgVNW5Pv9dJwvJ7JOFSWYfJGFCZpKZhEAYQGQJSzAYAhFFFChBkbBYKCi3KgVFoVWJVpBEWwVti7RPRU19TqmtWhTLM/qs2yP2VRS1z7ZWBeaevP+cOwlhUcnkLufcc+/Z/v/7v/8/h8gE/+AL4bdEJArJIrkkn5BKi9ci2rw2lwW8OWCxwRcnH6O/fOkxug1mP/bSY8Jv9YthK+mjPX1A9TdIH5RTgfQRIIP+KglRBCLgR2UNv62SHPyyjbiwNoe3GrzV3pjX4e2/yngoJE0ETdcETQP8GuVf1FgO1USi43c0vNO0PoInDasQAAuo+MNv2zDtkaxmQfIEBLOVRONVIZ9iFyvgIbjq8GHaSa+gnYcPw0s9HR09HSo5nXMVK5E+3MEeECIRDTRVUzTeYgdxY3txNII4GkG52gtRYiZ+H56sHqdZ8YTMqnYCe6nhf1pjDRbIs6DQk88+Q0+AWgXZ3d30y25ZSxPR6NaCZNepFKiwElR6gm6jJ0TCSnRDNqtbIKbB40VsXouX1Q/siocmYjUqHmkCOBgCP8t4AOaJGiXsjuLgAHuksH4IhGSBRdFOaRLRNTbfIGAhWcNxG4IJu6JaZEsEqqviHqesbW/vI+3be6G+V9Y2vDBM/0gT7hv2wobO3l4cb5wNtb99BLBFWeC1sVnG6cIvsjNedMKmS+RiIMItgijryo187svwrUQ8WgpOez6EE/GqCgj58kEEF8guZ3QsuFTFh3lV/M4uLt7c0NPQ2tCwZd7mUGheqC245QNom0c76D94onVL5nHrlpD82JYGvO9hiWAbFg5tpt/jhVvZ/bzMU7wJtjHZwSOlsjGwEj/rS9TpsNgVP4623xeqtlTFwWJklQGOfsIbjQNO0IKurgU0SZMa3shHWUrDZArHc+9bKsFn+IAmIdW1APBOx/zTedpbfDz650XGEfHwucGJDSZKwGHPAzVcD1UhNVEiOnBewvEqgc8n1aS21parI02jWifNnJluLbrIba6rbm2Q8WOn8BBIW+vc4zfPeeTOutZJ3X/uXt5aPGbitPCMO+LYZ66XVSaULLIEexqViNVhJrISwhmvrgrXS+wkhMIRyBPUUFhRI2I+KC7FYS8RXYqaBxEIR6TwcMgDp6tEcpWo8YTdie0LB4ilykoCEjkC68H6EF1HDwV8MHH6Oq05sVTJNuXbpCGx0Vcnbrj99hsSC+srsrNHjVyaaNbWTavOHTq2ZY5HyHL74m4ptzDLUiRmuYt8Q0AcYi0NxMdcGgFfgB6i6x4CG6w3kYfo3+mmI/TX+idL1NJC6YVZN9dllU5u27fywfb8YZOvrARBslYGvYLgDVZaFEG468ZVnSv3tU32mCrmDcmDmoQ0xF9cIKg5RVbsW2mNVzQVFZYWOrPF7OhaqcCjLBGcMPPPsAH7weRWZSc+ZvmIAUESJfVkEmnkKEMQZgjiDGFAE/QpfqetXkqEArJCVGcgIcg4jiWCKy65BJxUqytOEqFwLkDcmgjIJWCFaEIQWVkxCrtw5Gw//zn9jG6i1+Dx2c9/DjZhikfzLP6T0jV969KLbqIH9GMH6T8qDsIXt98p3jnpqa9GO91h5TGY9oOiE0Wrr70RfnnMnKQf0nbptl2vFNBPaU/eqFbqfrLb+/j7dEvbWyZy1vexTl5vwPwIfUQY5akfH7jpruRltPtN5+QIFE2tvbKtxB2bnetVisFN/5XcQ19b+yrEp4/UmqPpr6+F2alIpPg++if6ciOUw61T6ZEXUwxXmE6ZiJrE0SKgqCgj2ZALfk/QGfMkUIqcsShexqAYMbhJOCWZyWAs6nTFE4oaN5HZNwkL/0Q/omuP0gfpO9EoBP92238PK/fXVv8k1by0eVHtbjgIQs6X++Z21m3bUHHbBmX9xnkB2166jx76+7bnlCeEhzaq+e5j98kj5VFPX9u+8OBHQyor9n15SX1xQ0dTPm+jRhBAVY2EB2u9xWvzjgFsiysR8vvyBDf4LTGLN4MEiJptHR1t9EPIy6Uflo1/RJmx9Iq7Wsop1cvxgap1tJ3CEsKLIKVyRyfgn9mJK9Zc/ClN67UdbexdjrlEk49hvYWYELFCC6uhql7A7peC6PcpbkE+lkf/QFPvv1+1+BfXJdqKitTfTYtJX9Mj6QPiFKgAYcbty5OKKNIPkxPzXkME6e9LPplBWsgVZDGXTyfKp4LyGUL5jIOtXqiuYiqcxcbaFQr4fZIai8bHQtypqIoKNhFVP+5yGnklwDKDOHeqGLdWV8kowKCgyIbCOeAUp8K1MO3zbds+p0/Qe+gT7E68Z1aBxe4qsAs22azkyiZRnDEqezn9eOdrdNfyquC1fp/Dlmcvr4TQ/hsvs+fb7Ztmhpb5/WYb5JvLKoXZ8pgvD7x94omTr9KNl4ih22+WhK//uULVBtcB03i9p0KQO7P2cm9kbrVPKskuzinIc1rs2bXNsOj6F/bKggilPlEW0vcKFmhRBZ8HslmmrdApyIJp2PDN9+u1bbDqndde+5Suv0Zy70pHIoos7NHHeQm3/ZnxrCbjyCyyiNl+vwWpCZMFLicImAiUJhzJBL+NJbw+RWUDi6LkBgaVobirBFxORURg8KkWJvMMSgHYkKJEIcK7EEdlReN8AUkBSpYsz98u+vMDNrfFYopMe2JeU9dm/cGNf2s05Ofk8ze+7HBsX7/uOadDu8k6xXbg3htfLXF7ikphrwr6E5dtKah9W5s91dYcGO12K4QRDf71NL481Ll93zKhKHeopdhe4MiuuqTuzgPtB0ZuW9g0jkm1pj8q/Xn3g3+RpL/9rCtFd0AT/G2jOKbWOzpIb3EHzaZFjZctBSgcUldY6as0bDoaJWWG4kK26Od6hKJTHQGUYYfdCZYqrkJqNRPyqkQ9PnVwAiNYYUKT0Dh+wqWzpBv33BadVeMz06/BZDJPjG3SZzHCJMszR42ePqNu1Mz0enjx8acKykOFK9LHoHuEbVjNf9AWsTB9bNA85ZOhJEYSgzXZUFnbhbWoX7OZ9nakv7N1/YpuTIq+6QLaCuQXaEwa0Y6M47bXaXXYBQkpRlhANQuHErYMBHLrrzAlRKUjrLkOOwqSygxwOIQqXC8EpMr9UPHK6sfoSy9e/bhvitk3f4fqfmjYnYubWoJj8lzrFq155mp6/Outnz3Q0mRVVXOW6nduvGXSjiNQZiLrXqan7viS3tA7P0nfr11/d3zPemH/rO9v7V52aeyug7VX//hpqHzqTci7es87a+++xlFUMGZYgTkrBvJj1717ePeVGXw3bGJzhkcwO+j3heMJWwkYLY8I2HQkL06XM44DnYiHwqFqA+VYD7HjCYZHIWNmSgFHwXUWjTBM/d3bp7onD93W+JB++xWPfLXtzn8++oPatiVWtySYRVnOu3iSlmp/ubex44pLr7blVJZMmnDpKrMpq91WoKCt2zeYNSDP30T//tDw1UugqLrhAIx9aWXPzxZO/+Ej/zH39teHm/JsWcksm9My4wdX/WbzrHf23fPVjjWNkd03DB8/5772slk2Gw02XXX7WkhDPEMPBNIlLFAXyF3IEphNMYc8itnpCWSu4tEv6N4vvoAWaXXmRpwNLV9k7vmVGIqvbkSagcgD1mBARCHAyUbMEEMikw1FdWFWMVhjUVbSjHZ9660Tk1vMphXtNVNG26sqj8zdv3Hz7HX2y2f9+NoHdFgOV8kPQKsplza577t8/37InwmTocJmuq/9hmtn0179X7QX/ht+z9yVjI+Tj+z3HN1BRorTSpDxd6bZWSrVsWxvJ+VZAp4Zr9XxRXiLaMow1EMfJvwKb7QjZrFzAETciycs2J8wEwFUPK80oc8yYuSUqcv+WFR065Xzb1ze2rL2R7dNG11uscBjtFnVts6dPybp1/Wt68aPW+kpddproKglUDgicj+8AoVn6H0p4k7duW1HWhEqA7SlYHfWQTQu8RmJm2Uvih/SbWQdCOROROt49RnKLx9vqNaqG/hJ76QHe5kHhNT7czPtoS20x0w/b6iWSXXDmRiA/k7mpYaGXuOt0vH1PbQHynvqx+uEPSQm5PygEoUSOylAxPIgaobIcBJh7J81XwU2TMB6kIB4FFxBi01OgC2suoKJsFd1yUE1C8KyRQoK/+l26+MtdqtNH+92C/9pGaY/fAxKboWSY/qpvcc//li/9eGHpa8fflgfTz84hlbvtmP0A+VfdERBKR3hcdLynBzocXrg9dICeD1H/+T+5yFGX33+fmjRn9+1a1dkOf51Pb+T7oWWnc/TV84Y82oyh/z2PAwjGmDGMCKE2bSj6ErhUCAcsibigQTaPgmBzCpBSFIVgQuGlMDeMgI4VowHYlHJhfIRsDmZ9DCGSMZwKxpgaV4+zkAkAjyNsMJRhclU5jEySvQYGdiwlMpQFB8iyrhKBI6dLAFY9HzcRRA+hS2L6+Z0vLxq9f5wfMrK6+lTe/bS45OmDpnTAiN+I3j/TPe89A6shfgD9I3rrrvGbnlkw1rwrJ82eYd+z11iHiwE666fQcnCgO979N3typzmrSvXNrX+HhzZy2Yvpl9ct3rMmCzT/dct/5+6Mc6GS96ZeZndEYtefnljqMpkiVXNbqqrzVXKSodVRCYPEfKyHM6J0ybZIiHrpLKyVu9URWjeNP7iRe6C4AfXr6xBanr8h7c8fV5mdOL9r17ZcvOaI7va7CMPrruX7lu7foW7+P3OXXDdT3f+V4liPkp3vP4e3fKOUqSuuX4Z/cuOe/qmTMqvddxDd7zZif1Yqd2xvjZ80w49e9uqVcP9Q33g+L2w7Pn66fa6+qXLNnz/hRJv0/zWD6ZOt4+uv3Lh7NkFrkrXpItaJk2WldGJpuBYs0OGmjKxZKq7xCuV+aZdGk6YsgpLL140blmF1XzdHVOXLSkrW7Vm3bo7XLa3M1wLfQUNfarFZCW5g0UGvB6cMORKaC0S9jzGmgRXnqgye8Ly6kWUMrkCItwaJpjjin6pyKxKBB9xu84cZ9nByLW3mtE2KJHQ7gjMp6+qFxPMEEkb76XF9OsHpkyvXnDvPFuNCRRBAsguzrONmXrH+lh0yjBrct0fNqw59JMl0VyLt7iydOhlNpsru3CINVg+2lNgLi2JFNivHtpSNuqaCSMdsaGtkZqrL466pLoM69LSl4yZdInPEbns1qbuv/rKxgUKRtwwzuZXyy77YXLP7EtuWZqUBYuUr+bl5KtF5RFboaQ6yzzuhhmTfOO/f2VNtLldm+AbO7LKN7KocJzZVlZg9XjzLe7Q+Pq50bIZY0dWOM36L9zB2nntyyuXJ/3Day9ftbqq/Sf9hLKP0HvL4slYfSAx/+JQ18aKWSOH52flW2Vmd36E+hzHcZ+DiRJGL0SmQJY8hV9KBARtr2Uk6hXqXUQJ+0dyWM+DErEU1IiE2lcvloguebdaOGViy8V1RXml8bt+cq+22O0GuTjcuGT57Ik2q/fiCTVmqBl3eP1Sl+Afe2nr5U1Ju238X7bVDisuFC3FBVlZvapr1EVDsydPuGTPnl8/eN/6y4vUi8Tc4dHL5t+y7cDC9genhZW87Gz6ieIcXT0mKBSW5A6BAl9ZXmCE+Bv9wyHe+TMennZz69RyX74JBMuG6LgRCxqnjyrPyX05y7N0+cMP/vHyGSvrPELe0MJsZqtYvIco5EyLNxDtYRaP+3gsuIM3CmPleMMCNx1toHEfjgVaFE1h8UZEbrRoLvQNxFhCwYFnATksq2ualpQ0XUMBZ5FK0h+nVFjdEjJm9CmyBGsmPqkQnVAikkNtDQ1tDQre62ieRUK1BpYzEC9SCbd5wXPRl0TrBcRe5IvoY2SBCpaYWIlQKD93/fXP0VP0A3qK3UHp8Td2trbufMO4wO0wfB7dj989o5DMXzx1/UA5dhEIfbMVGuFt3hceVyQ8PmrBtC9UFY867caIIrmOS208wkpRDDt706RX0nhklR7v7WTS2dk7uE85pJiUGxFWb3XMwQ4bI+voVDkyZhpixlyxafKz2hTtpMbjwprWUJ3m5ldkRjupFYVCVaEknhXtFHOO8Y9FlFkJnZ2FJ0NFlODzIkhhybPaEf+OdtQJaF/cIrrFaFQikLDx1sS+oTk0KYDo9IqCpowoKhqqXruP1fuNDRM8LkEAQc7G9g1V8RX4NWshIblntLGU+1tlpIJ7PXVkLJnwXaPn8Aczhzzo/uz0Nw0qYUFr4xh8f3b6G/ulnfvXH7dnnILHuMHB1BCq8RxDlgMqiyOnNEYyIclC2iwsLmsaTVG+NpAEckrjmWesAdh4rJ5TqYiA9iFagsRDlQcC9irRqOWnT685rQbX04pBsXrAT//fIMlf8/RPrx8cpzfk9nRd3m+tTURk+K4aNwu8k99erWBgyJl1X8Tw58yqASuNGdXDafPnVc5pAvwfTrX6TKYdcKLfZrEKzm4JtYi8EZkGkQH7gkhGoNxElB4yBOXSzyL7FogHPJILG4bYFBYRSqLxRBYwV0+NZ1ZLpAzuwclFkAPlkHMNnKLKIvpvZNn/vuYTWDn9D2+9MA3W0Dt3H732Dw3vIQlntBoMfJQInFyyatViKlN5ycpVS+AkvXNGU9N0WA2rHrx0Rm6GgXdmsFMeaCNbeSrGNsbYnPEGgQsZNaOfchiwyYYTzpqORDzBvPAEhBOMnaOV8MmLty9Zgc2hd3y+hW7hbe/4HXw67xSZJzxJy/N6O8vFHt6Njt89zIqyLvxji+6EHvZMWbM9cukM9jLySOzAD9mLUiktj5d39lKN9eXK7RHWjX9sZu+wbGKs0wgatxvc3jAXIAuwUS4pxRQjxdYd+OJDEpNS8owkZUX6453cZz/nG2JSS6fSKU1M8pPIvnFGMs2KDMR7GObnEBcZYazgBY2Yl0P2sillmGN3ygOeWGzQT0F1BdKA/haDReAA3MfOwjwDJwxcYMt7hjOFyIf/KT3JUgJeTx/MjiNrIcoOkoXtCIKYBSLIojhNfwLePQDvwDsH4F39ySelm4A+pX8M0+gTggumguAifP2KZNZe8pgkMLSxcPjEn6JlsAY720fYj6/H8RzKf8APlH22yqca9lwl2cwOIno50G/OEi1scdOVYPZexx+8KsVoDF49SYRkKiW/GosxJRIW01fpqxCDmE5iMWCgKPExTikp/KYJWYLZYBg4URB2oYQKCDWptEaToqb/aoHQtKCLX3TGMQD7k9YgJWrpzwY/AqbZpJ/74NeZGATZaiI7ZE5ZmIilICWk0KPn9OUMrBmC/qqHWZgo2qEinHazQAKYYktI3iohYOXK7IwCOQLbYBYM/ePyPnKIPkpDNG0Ec/rYSuvjK7pWrOhiYcnlf6T/Sx+nK4+ABG/DnEMU84x4zxG46rDOy63geEccyFM/USM4FgXGOpmTy1YC6sEpWljFzMhF40IGUqQ3hK9aVu458cnelS3C17U7dxZzGGh40qBWj58q2/bKK9ukN+ZPmJBeDVzSKDvT6gxcYJ39cREnKUFvl9hQtrlX4XJGE/GqMAsoSqqX9PeaxX6Z9xEO+VSFRT1i6Ap7NfjxiInZ3tduvX91aGkoGGz5+OaD9GADPZShQqKTrjAK7GoPtWGBuR/dfBDqG6BaIonhNz60MhQKtQXnXtPzS8rLdwDPXhXszzawgWTWcMOMEzKKxMIbqG52pydePWh8eB6nT1ViN2R3G2ZFY7c41qhoGl5U0r1J17hVeoaByKbu7k2C1rhiRWOGML1AR7OUQDZxPYK7FCYfeThShNgV1KQIcFMExBPncTCFzG2kS+nSxrmGRdE7+tfCq4+/3kjboKPxdcPQ6Dd0G4+Mfi1gmCcfZeqVBX5IuIDRYo0e1Y5Cii0uQ5eWEgwZQekxsXYY6+WMCRWCoc1eE/ma9B8qN1w6X5/uG8wZLCTAvAFLOI8v1FlCAXQtrQmwC6rLaylFUauuEsIWp2RFldc+mtz4lz1P0Hf3rl0mu9cu+6uu2d6YNAuzILBXxc9/NOmZ7+2nn5XRkyVvwsTuneBapv91J/142V8FVvLZJfvBVgZq6Rv0WeZLiNhPSeO9YPCDKClxS5zBKTYAxjp7Zv2flyBp/l4aYaIPq8RLk5A0Efl/eCyy2FjLZuYfgSNzITgr9jzw4QzF+/0OGAF3a9QGa1bILxlX+m99w767m5vvZqedu9vbd7eLKcbihc56WjpwA5pRAk+0uZ0VG4wXKrezhC1pG8e5aqriHOh8m4KIPRisovJAPosunkdDsww7xLmwi0cAyzgPPs2CMzbJsEYxbplkPyIyDgRBLwW1oCrIdpp80/0gS5XqMwSfnSGERA3HXTcsE/BdF29/w73BhVnjjdKcFIukP3HWlRg2Gu0J8yuL+VqK07CiVfG6DC9x1XMvyK4sdQ0ELNtUtXvTj66o6F7Z2SsRAyjc/k3dCxat7+2s5zqK6KBKxp6bLL7jAh0XFA4Is/0V8agNWZ18H5RMnfrx1CMNtJYehRcBEw09d/WRLrRgz9IPGl5v+HiKMJnWgoc97Gn4eKr+KZAuw66I2C+Z0Sy2Wp4ZR9Foimw0ick5vC5/Jv+K2R5mb5GXQkL+jNrmwBy+ZeXROShntmaYo8GcZtR/G7yuaP3lE7x8GDM/m0MfZZtfYM6Z5VFXkgprA/5nCchs0PCmdGRBaNXQD08JyIXQsBl2kPMpOcmZIbf+CtG4xy8kGfin+J2xziFi29gukYvAIvK9NfgKais2y8gHBjFpvh/H8EM4t+B7YxSDIaH9ZrLALOwpvnmJKyxbLxAwU9YUcsa+qPN5d2Sw/xZ0+KvhW3y486WFwU7bt/tw50srpN9r6yPa+f/YUAk8vsFjFIb+nx2V9zL9y+zIwsHjgRZ2Fo6zfULUQAGVdLSl+TMWiuljkZH+KEgGY3gdLrTNobPrQO/X4sXxqYqzHVM49NbzVMd3kWns3tg3deisanGAUAq0tg6dcOrE9qANcAOUY8L9cIazhRxlWeTDcfpqJypiUAjlg+OaYMBbGoWNvvdeH3mPvicPoFrmSo7RB0fQf8GQEXAl25OEo8lxoJT3MIMEDNjOhwZ89xWaBQMUKN/8xe4UZQAYGL3izJWwzUucSvSxi8fTDxR6PWuMsXPvNA75BtfOa/kWODpdCZ/TwfVn6mSDfVa9mVhSho+beFQO7RUHCGARSK/K+oYi+fY8IUTnsaAq22SH5BlfQG77iP52qxBkEkvZ1jqmWeJAbEpCVj4kYxMMQgCxsLG/0Ggrsz2HDjHajLODbzGEPpTR48w8W7gk+5klqUN1NiQ5hp8LVSW4fVE07qAk+2UWvxGNRtOHWeCDCa5mCPJJLXFXApNsfrtIl7pAXUAiPNqkBhXVpobZ2o8atoXCcjiBA5wIJ+R4Qky44lFXwiU6XUEX20mj9rvO6oJR9LXysc6tL0/IMk14eaujJkZfG/WRyfTRKKisGO3AfPOEl+9w1sSgkmXrJRyQhU9Z1umSg78wusIo+tHgLz+Z2RE52L7nGPo9eKclsMVqFeJBO4lFE6CcveNSitKeni3rhe7J6G6U92zeoE+cfM72S/1wD5RP1ieu39JDeyYL3TedWydOAdNxtoQP/bYmkLkKDIYZx+MMKm3AiZi5IEZJhGNvBk4a+nX6dCxzgGexn8i225F+Q84Og28PcLIMX0sTg4dxPokSo/RjP/8KMK+RF8p8RhiIBRtlBYPh8sIy/xjN7NDMVJnZw0lO7+Hk1Rl7OEXgm9RMF4S5/cFtLqlSG/+KAX4mBL+ThtZyzD11BuZyPGJ1nBdzM0TbMoC556uO4Q6bmo7j/agLDWfVzAZK5syvrSPdj7x6BnmlM+LfzDp+ewS8XzRcMYv/QuLgvsaamsYaj3ZBkXBxYg0r/hJNntUu/3e2C8SY2E81L6RdgvM51wretgtpGDwMu+nCBbx15Ky2jSWTvqttDF746r0b0ISyhR+2oBsOoWKHEe+FC2+3QBIFhfGy/JzNVnPEY8s3W4rHzR2z/IaFey64L6J3eAPWHSg25zqcoeElbrcdXTNbdk7F9+v1E5ku8jik4atzjeM/ke88lrDzcJR6UKQ8cJTZhfOVlTgZSJ9T9nRsR0Hv1sr8W+aFxmzMDLKLzRv2q+xgZp79N8Ns8U0msMDvm9PLyrQy8U08yXwXNHBpNq4GYWIxOcYjU0yvY+jViCn2Sycze2wwbeI7lFGnWDZ/bvRZSvJYHj6zZd5DEprEpyAlM3E+fBbMAiObl/h/5ELZpQAAeNpjYGRgYGBmcGRoE3GJ57f5ysDNwQAC5zLcLZFpDgYOCMUEogDNhgZcAAB42mNgZGDgYPh/A0QyMPz/DySBIiiAFQBj/AP1eNpNTssNg1AMswOH3hH7sEMXYBRLSJ2DMyzUQTpA4+QdyFPy8nFi84eyuABm/kKAgKBAiOIB120KeULHO+uzqm96beBD5EbifeP5iqE2B6JQWM1CxW4O+u7bv3GT+0v1MGeMvqmhzNnZTM3VqgebhqL0efsDogQc4QAAAAAAACYAJgAmAC4AXgCIAMYA7AD6ARYBMAF8AbgB8gKMAyYDeAO0A94EhgUaBVoFsAYWBpoGvAb6Bx4HVgeyCBAJPAn4CnQKlgqyCtALGAs6C34L0Aw6DGAMlgzUDRwNbg3ODfAOEg5YDnYOmg7EDvIPCg9MD4YP3BAaEEgQXhB6ELwQyhDgESIRVhHCEewSHhIwEkgSYBJ2EooSlhKkEroTIhNUE5QTxhQGFD4UZhSIFLYVEhVMFX4VlBWiFbgVzhXcFg4WUBacFuoXXBdyF4gXuhfIF9YX5BfyAAB42mNgZGBgyGHYyyDAAAJMQMzIABJzAPMZACGCAX8AAHjajZK9TgJBFIXPAppgYUUsrEi0UBN+V6JCZaEmagyRqJ0J6gJG/oQVsPH59AUsfQhLK78ZhkiAwtzM7Llnzpx7Z2YlrehNUXmxuKQvxhh7SpCNcUSr+nY4qqI30cS06RUdXtLIu3V4Gf7T4bjWvR+H37UWSTj8oWxkRycq61xJDRSop74e1VGbPM/owCRVJX/l2wSFVjWvHoJCNUA1y4SgQCPdM3fJJrotNCHRVVEZYmgjrTqrL3xNxTp8kx1mb5saASMD24VN4V/VM0rj04LZ0LGreDRXb5vTGQ/Tq/HrWL9L8jrVzHl68vHKEjmVdKUz3egCtGhfambnIk1yRnM9c0/T1cqqwJhsmm2gDJ3fgPWcXUtrj7nEiat6wtNoarDmnu54q7QKduzjldfBv/o/hQ9sV4estuD79rbb3EGA699Ljnsw7ANZxd6x+UMKtn+ftyxol9knDG9O4v8Cm79wHQAAeNptz8VunEEQReE5E3CYmZnh7+rqsR1yyA4zM4OjKLu8Zl4p4Dn2Ki21zu7TrV6/N/N+/+pF73/v+99Pr0+fecxnAQsZYRGLWcJSlrGcFaxkFatZw1rWsZ4NbGQTm9nCVraxnR3sZBe72cNe9rGfAxzkEIc5wlGOcZwTnKSjEFSSxoBRxhjnFKc5w1nOMcF5LnCRS1xmkimucJVrXOcGN7nFbe5wl3vc5wEPecRjnvCUZzznBS95xWve8JZ3vOcDH/nEZ77wlWm+jfz8MT3Zdd2/TpW5Fhu22rTNDuyoHbPjMw290Au90Au90Au90Au9mPWKXtErekWv6BW9olf0il4ZetV91X3VfdV91X3VfdV91X3VfamTOqmTOqmTOqmTOjnnDHeld6Z3pnemd6Z3pnemd6Z3pnemd2bohV7ohV7ohV7ohV7ohV7Vq3pVr+pVvapX9ape1at6qZd6qZd6qZd6qZd6qZd6Ta/pNb2m1/SaXtNrek2v6Q2GXutmW2zY+geZy/+KAAAAAVJClrkAAA==) format("woff"), url(/wp-content/themes/a8c/jetpackme-new/fonts/genericons-regular-webfont.ttf) format("truetype"), url(/wp-content/themes/a8c/jetpackme-new/fonts/genericons-regular-webfont.svg#genericonsregular) format("svg");
  font-weight: normal;
  font-style: normal;
}

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

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

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

[hidden] {
  display: none;
}

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

html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

body {
  margin: 0;
}

a:focus {
  outline: thin dotted;
}

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

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

h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}

h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

h6 {
  font-size: 0.75em;
  margin: 2.33em 0;
}

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

b,
strong {
  font-weight: 700;
}

blockquote {
  margin: 1em 40px;
}

dfn {
  font-style: italic;
}

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

p,
pre {
  margin: 1em 0;
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: none;
}

q:before,
q:after {
  content: '';
  content: none;
}

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

dl,
menu,
ol,
ul {
  margin: 1em 0;
}

dd {
  margin: 0 0 0 40px;
}

menu,
ol,
ul {
  padding: 0 0 0 40px;
}

nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

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

figure {
  margin: 0;
}

form {
  margin: 0;
}

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

legend {
  border: 0;
  padding: 0;
  white-space: normal;
  *margin-left: -7px;
}

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button,
input {
  line-height: normal;
}

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

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

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *height: 13px;
  *width: 13px;
}

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

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

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

textarea {
  overflow: auto;
  vertical-align: top;
}

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

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html,
button,
input,
select,
textarea {
  color: #222;
  font-family: "Open Sans", Helvetica, sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}

body {
  font-size: 1em;
  font-size: 14px;
  line-height: 1.4;
}

::-moz-selection {
  background: #91bd51;
  color: white;
  text-shadow: none;
}

::selection {
  background: #91bd51;
  color: white;
  text-shadow: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #222;
  font-weight: 700;
}

a {
  color: #0d72b2;
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  -ms-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
  text-decoration: none;
}
a:visited {
  color: #0d72b2;
}
a:hover {
  color: #0f92e5;
}
a:focus {
  outline: thin dotted;
}

address {
  margin: 0 0 1.5em;
}

abbr[title],
acronym {
  cursor: help;
}

ins {
  background: #eee;
  text-decoration: none;
}

img {
  vertical-align: middle;
}

dt {
  font-weight: 700;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

@-webkit-keyframes "grow" {
  0% {
    -webkit-transform: scale(0.3);
    -moz-transform: scale(0.3);
    -o-transform: scale(0.3);
    transform: scale(0.3);
  }

  60% {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
  }

  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

@-moz-keyframes grow {
  0% {
    -moz-transform: scale(0.3);
    transform: scale(0.3);
  }

  60% {
    -moz-transform: scale(1.15);
    transform: scale(1.15);
  }

  100% {
    -moz-transform: scale(1);
    transform: scale(1);
  }
}

@-o-keyframes "grow" {
  0% {
    -o-transform: scale(0.3);
    transform: scale(0.3);
  }

  60% {
    -o-transform: scale(1.15);
    transform: scale(1.15);
  }

  100% {
    -o-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes "grow" {
  0% {
    -webkit-transform: scale(0.3);
    -moz-transform: scale(0.3);
    -o-transform: scale(0.3);
    transform: scale(0.3);
  }

  60% {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
  }

  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes "candy" {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }

  20% {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
  }

  60% {
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -o-transform: scale(0.95);
    transform: scale(0.95);
  }

  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

@-moz-keyframes candy {
  0% {
    -moz-transform: scale(1);
    transform: scale(1);
  }

  20% {
    -moz-transform: scale(1.15);
    transform: scale(1.15);
  }

  60% {
    -moz-transform: scale(0.95);
    transform: scale(0.95);
  }

  100% {
    -moz-transform: scale(1);
    transform: scale(1);
  }
}

@-o-keyframes "candy" {
  0% {
    -o-transform: scale(1);
    transform: scale(1);
  }

  20% {
    -o-transform: scale(1.15);
    transform: scale(1.15);
  }

  60% {
    -o-transform: scale(0.95);
    transform: scale(0.95);
  }

  100% {
    -o-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes "candy" {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }

  20% {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
  }

  60% {
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -o-transform: scale(0.95);
    transform: scale(0.95);
  }

  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

@-moz-keyframes flyer {
  0% {
    -moz-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
  }

  100% {
    -moz-transform: translate3d(570px, -570px, 0px);
    transform: translate3d(570px, -570px, 0px);
  }
}

@-webkit-keyframes "flyer" {
  0% {
    -webkit-transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
  }

  100% {
    -webkit-transform: translate3d(570px, -570px, 0px);
    -moz-transform: translate3d(570px, -570px, 0px);
    -o-transform: translate3d(570px, -570px, 0px);
    transform: translate3d(570px, -570px, 0px);
  }
}

@-o-keyframes "flyer" {
  0% {
    -o-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
  }

  100% {
    -o-transform: translate3d(570px, -570px, 0px);
    transform: translate3d(570px, -570px, 0px);
  }
}

@keyframes "flyer" {
  0% {
    -webkit-transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
  }

  100% {
    -webkit-transform: translate3d(570px, -570px, 0px);
    -moz-transform: translate3d(570px, -570px, 0px);
    -o-transform: translate3d(570px, -570px, 0px);
    transform: translate3d(570px, -570px, 0px);
  }
}

.button, #support_feedback_comment_form .button-secondary, #jetpackme_support_form .button-secondary,
.download-jetpack {
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.button, #support_feedback_comment_form .button-secondary, #jetpackme_support_form .button-secondary {
  display: inline-block;
  position: relative;
  padding: 0.76923em 1.46154em;
  color: #efefef;
  font: 800 0.92857em/1 "Open Sans", Helvetica, sans-serif;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  background: #6f7476;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-box-shadow: 0 4px 0 #555a5c, 0 4px 3px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 4px 0 #555a5c, 0 4px 3px rgba(0, 0, 0, 0.4);
  box-shadow: 0 4px 0 #555a5c, 0 4px 3px rgba(0, 0, 0, 0.4);
}
.button:visited, #support_feedback_comment_form .button-secondary:visited, #jetpackme_support_form .button-secondary:visited {
  color: #efefef;
}
.button:hover, #support_feedback_comment_form .button-secondary:hover, #jetpackme_support_form .button-secondary:hover, .button:focus, #support_feedback_comment_form .button-secondary:focus, #jetpackme_support_form .button-secondary:focus {
  color: #fff;
  background: #57972d;
  -webkit-box-shadow: 0 4px 0 #3e6c20, 0 4px 3px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 4px 0 #3e6c20, 0 4px 3px rgba(0, 0, 0, 0.4);
  box-shadow: 0 4px 0 #3e6c20, 0 4px 3px rgba(0, 0, 0, 0.4);
}
.button:active, #support_feedback_comment_form .button-secondary:active, #jetpackme_support_form .button-secondary:active {
  top: 4px;
  -webkit-box-shadow: 0 0px 0 #3e6c20, 0 0 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0px 0 #3e6c20, 0 0 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 0px 0 #3e6c20, 0 0 0 rgba(0, 0, 0, 0.4);
}
.button:active:after, #support_feedback_comment_form .button-secondary:active:after, #jetpackme_support_form .button-secondary:active:after {
  top: -4px;
}
.button:after, #support_feedback_comment_form .button-secondary:after, #jetpackme_support_form .button-secondary:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.download-jetpack {
  display: inline-block;
  position: relative;
  padding: 0.64286em 0.85714em 0.53571em;
  color: #fff;
  font: 400 2em/1 "proxima-nova", "Open Sans", Helvetica, sans-serif;
  background: #518d2a;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-box-shadow: 0 6px 0 #3e6c20, 0 6px 3px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 6px 0 #3e6c20, 0 6px 3px rgba(0, 0, 0, 0.4);
  box-shadow: 0 6px 0 #3e6c20, 0 6px 3px rgba(0, 0, 0, 0.4);
}
.download-jetpack:visited {
  color: #fff;
}
.download-jetpack:hover, .download-jetpack:focus {
  color: #fff;
  background: #57972d;
  -webkit-box-shadow: 0 6px 0 #3e6c20, 0 6px 3px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 6px 0 #3e6c20, 0 6px 3px rgba(0, 0, 0, 0.4);
  box-shadow: 0 6px 0 #3e6c20, 0 6px 3px rgba(0, 0, 0, 0.4);
}
.download-jetpack:active {
  top: 6px;
  -webkit-box-shadow: 0 0px 0 #3e6c20, 0 0 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0px 0 #3e6c20, 0 0 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 0px 0 #3e6c20, 0 0 0 rgba(0, 0, 0, 0.4);
}
.download-jetpack:active:after {
  top: -6px;
}
.download-jetpack:before {
  content: '';
  display: inline-block;
  position: relative;
  top: -2px;
  margin-right: 13px;
  width: 30px;
  height: 30px;
  vertical-align: middle;
  background: url(/wp-content/themes/a8c/jetpackme-new/img/download-arrow.svg) center center no-repeat;
  background-size: 100%;
}
.download-jetpack:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#searchsubmit {
  display: inline-block;
  border: none;
  position: relative;
  padding: 0.71429em 1.5em;
  color: #efefef;
  font: 800 0.8em/1 "Open Sans", Helvetica, sans-serif;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  background: #6f7476;
  outline: none;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
#searchsubmit:visited {
  color: #efefef;
}
#searchsubmit:hover, #searchsubmit:focus {
  color: #fff;
  background: #2aa0d5;
}
#searchsubmit:active {
  opacity: 0.7;
}

.nav-horizontal a {
  display: inline-block;
}
.nav-horizontal li {
  position: relative;
  float: left;
}
.nav-horizontal ul {
  margin: 0;
  padding: 0;
}

html,
body {
  overflow-x: hidden;
}

html {
  background: #f9f9f9;
}

#wpstats {
  width: 0;
}

.header-nav,
.wrap.inner,
.page-content,
.footer nav {
  max-width: 950px;
  margin: 0 auto;
}

.wrap.inner li,
.page-content li {
  line-height: 23px;
}

#wpstats {
  bottom: -100px;
  position: absolute;
}

.a8c-dops {
  padding: 0 2.14286em;
  height: 0;
  overflow: hidden;
  background: #31621b;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.a8c-dops a.dops-close {
  color: #e4e4e4;
  font-size: 28px;
  position: absolute;
  right: 1em;
  top: 0.5em;
}
.a8c-dops a:hover {
  color: #fff;
}
.a8c-dops.show {
  padding: 2.14286em;
  height: 14.28571em;
}
.a8c-dops ul {
  margin: 0;
  padding: 0;
  font-size: 0;
  text-align: center;
  list-style: none;
}
.a8c-dops li {
  display: inline-block;
  width: 20%;
  vertical-align: top;
}
.a8c-dops li a {
  display: block;
  max-width: 10.71429em;
  min-height: 9em;
  margin: 0 auto;
  padding: 1.28571em 0.71429em 0.71429em;
  color: #e4e4e4;
  font-size: 14px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.a8c-dops li a:hover {
  color: #fff;
}
.a8c-dops li a:before {
  display: block;
  margin-bottom: 0.25em;
  font: normal 2.85714em "automatticons";
}
.a8c-dops li a[href*='wordpress.com']:hover {
  background: #21759b;
}
.a8c-dops li a[href*='wordpress.com']:before {
  content: "W";
}
.a8c-dops li a[href*='vaultpress.com']:hover {
  background: #ae0000;
}
.a8c-dops li a[href*='vaultpress.com']:before {
  content: "V";
}
.a8c-dops li a[href*='akismet.com']:hover {
  background: #659500;
}
.a8c-dops li a[href*='akismet.com']:before {
  content: "K";
}
.a8c-dops li a[href*='polldaddy.com']:hover {
  background: #cd241f;
}
.a8c-dops li a[href*='polldaddy.com']:before {
  content: "P";
}
.a8c-dops li a[href*='gravatar.com']:hover {
  background: #1e9aca;
}
.a8c-dops li a[href*='gravatar.com']:before {
  content: "G";
}
.a8c-dops strong,
.a8c-dops small,
.a8c-dops strong {
  font-size: 0.92857em;
}
.a8c-dops small {
  font-size: 0.78571em;
}

.header {
  background: #31621b;
}

.header-nav .current {
  background: #81a844;
}
.header-nav a {
  padding: 0 1.07143em;
  color: #fff;
  line-height: 50px;
}
.header-nav a:hover {
  background: #81a844;
}
.header-nav .jetpack-logo a {
  position: relative;
  color: #fff;
  font-weight: normal;
  margin: 0 15px 0 14px;
  height: 50px;
  width: 7.625em;
  background: url(/wp-content/themes/a8c/jetpackme-new/img/jetpack-logo.png) center center no-repeat;
  background: url(/wp-content/themes/a8c/jetpackme-new/img/jetpack-logo.svg) center center no-repeat, none;
  text-indent: -9999px;
  font: normal 400 24px/50px "Open Sans", Helvetica, sans-serif;
}

.main-nav {
  float: left;
}

.user-nav {
  float: right;
}

#wpcc-sign-in,
#wpcc-sign-in a {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

#wpcc-sign-in {
  margin-top: 6px;
  color: #e9e9e9;
  line-height: 32px;
  background: #336a1d;
  cursor: pointer;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
#wpcc-sign-in:hover {
  color: #fff;
  background: #498028;
}
#wpcc-sign-in a {
  margin: 3px 3px 3px 0;
  line-height: 2.14286em;
  border: 1px solid rgba(0, 0, 0, 0.6);
  background: #1e8cbe;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 3px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 3px rgba(0, 0, 0, 0.4);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 3px rgba(0, 0, 0, 0.4);
}
#wpcc-sign-in a:hover {
  border: 1px solid #145b7c;
  background: #219cd4;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 4px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 4px rgba(0, 0, 0, 0.4);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 4px rgba(0, 0, 0, 0.4);
}

.wpcom {
  position: relative;
  display: inline-block;
  padding: 0 10px;
  line-height: 38px;
}
.wpcom:before, .wpcom:after {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 9999;
}
.wpcom:before {
  content: '';
  right: 29%;
  width: 0;
  height: 0;
  margin: 4px 0 0 -3px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #264314;
}
.wpcom:after {
  content: attr(data-tooltip);
  position: absolute;
  margin-top: 10px;
  padding: 8px 13px;
  color: #fff;
  font-size: 0.85714em;
  line-height: 1.4em;
  text-align: center;
  white-space: nowrap;
  background: #264314;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}
.wpcom:hover:before, .wpcom:hover:after {
  display: block;
}
.wpcom .genericon-downarrow {
  font-size: 13px;
  margin: 17px -3px 0 4px;
  opacity: 0.9;
}
.wpcom .genericon-uparrow {
  font-size: 13px;
  margin: 10px -3px 0 4px;
  opacity: 0.9;
}

.wp-icon:before {
  content: "W";
  position: relative;
  top: 2px;
  left: -2px;
  margin-right: 5px;
  font: normal 1.71429em "automatticons";
}

.hidden-a8c-dops {
  display: none;
}
.hidden-a8c-dops .sign-in {
  display: none;
}

.sidebar-sign-in {
  border-bottom: 1px solid #f0f0f0;
  background: #f4f4f4;
}

.masthead {
  position: relative;
  text-align: center;
  z-index: 1;
  background-color: #81a844;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#81a844), to(#8eb74e));
  background-image: -webkit-linear-gradient(top, #81a844, #8eb74e);
  background-image: -moz-linear-gradient(top, #81a844, #8eb74e);
  background-image: -o-linear-gradient(top, #81a844, #8eb74e);
  background-image: -ms-linear-gradient(top, #81a844, #8eb74e);
  background-image: linear-gradient(top, #81a844, #8eb74e);
}
.masthead h1,
.masthead h2 {
  margin: 0 auto;
}
.masthead h1 {
  padding: 2.5em 0 1.11111em;
  max-width: 21.94444em;
  color: #fff;
  font: 300 2.57143em/1.4em "proxima-nova", "Open Sans", Helvetica, sans-serif;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.12);
}
@media (max-width: 782px) {
  .masthead {
    margin-top: 46px;
  }
}

.jetpack-logo-tablet {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  text-align: left;
  background: #81a844;
  z-index: 499;
}
.jetpack-logo-tablet a {
  display: block;
  position: relative;
  color: #fff;
  font-weight: normal;
  margin: 0 15px 0 14px;
  height: 50px;
  width: 7.625em;
  background: url(/wp-content/themes/a8c/jetpackme-new/img/jetpack-logo.png) center center no-repeat;
  background: url(/wp-content/themes/a8c/jetpackme-new/img/jetpack-logo.svg) center center no-repeat, none;
  text-indent: -9999px;
  font: normal 400 24px/50px "Open Sans", Helvetica, sans-serif;
}
@media (max-width: 782px) {
  .admin-bar .jetpack-logo-tablet {
    top: 46px;
  }
}

.flyby {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

.flyer {
  position: absolute;
  bottom: -270px;
  left: 4%;
  z-index: -1;
  -webkit-animation: flyer 3.4s 2s ease-in-out;
  -moz-animation: flyer 3.4s 2s ease-in-out;
  -o-animation: flyer 3.4s 2s ease-in-out;
  animation: flyer 3.4s 2s ease-in-out;
}
.flyer:nth-child(2) {
  left: 49%;
  width: 120px;
  height: 131px;
  -webkit-animation-delay: 4.6s;
  animation-delay: 4.6s;
  -webkit-animation-duration: 2.4s;
  animation-duration: 2.4s;
}
.flyer:nth-child(3) {
  left: 23%;
  width: 60px;
  height: 66px;
  -webkit-animation-delay: 5.8s;
  animation-delay: 5.8s;
  -webkit-animation-duration: 4.5s;
  animation-duration: 4.5s;
}

.subhead {
  position: relative;
  margin-top: 175px;
  padding: 4em 0 4.3em;
  background: #f9f9f9;
}
.subhead h2 {
  max-width: 460px;
  color: #5d6d74;
  font: 400 1.57143em/1.4em "proxima-nova", "Open Sans", Helvetica, sans-serif;
  text-shadow: 0 1px 1px #fff;
}
.subhead:after {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 0;
  margin-bottom: -1px;
  width: 100%;
  height: 228px;
  background: url(/wp-content/themes/a8c/jetpackme-new/img/the-cloud.svg) center bottom repeat-x;
  pointer-events: none;
  z-index: -1;
}

.clouds-sm {
  height: 140px;
  position: relative;
  text-align: center;
  z-index: 1;
  background-color: #81a844;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#81a844), to(#8eb74e));
  background-image: -webkit-linear-gradient(top, #81a844, #8eb74e);
  background-image: -moz-linear-gradient(top, #81a844, #8eb74e);
  background-image: -o-linear-gradient(top, #81a844, #8eb74e);
  background-image: -ms-linear-gradient(top, #81a844, #8eb74e);
  background-image: linear-gradient(top, #81a844, #8eb74e);
}
.clouds-sm:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  margin-bottom: -1px;
  width: 100%;
  height: 137px;
  background: url(/wp-content/themes/a8c/jetpackme-new/img/the-cloud-sm.svg) center bottom repeat-x;
  pointer-events: none;
  z-index: 2;
}

.featured,
.thanks {
  position: relative;
  padding: 2.0em 0 4.6em;
  z-index: 1;
}
.featured:before,
.thanks:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -100%;
  width: 300%;
  height: 100%;
  border-top: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
  background: #fff;
  z-index: -1;
}

.featured h2,
.module-grid h2 {
  margin-top: 0.61111em;
  color: #5d6d74;
  font: 300 2.57143em/1.4em "proxima-nova", "Open Sans", Helvetica, sans-serif;
  text-align: center;
  text-shadow: 0 1px 1px #fff;
}

.features, .modules {
  margin: 0 -5px;
}

.feature,
.module {
  position: relative;
  float: left;
  margin: 0 5px 10px;
  width: 310px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.feature h3 {
  margin: 0 0 0.58824em;
  color: #697b84;
  font-size: 1.21429em;
  line-height: 1em;
  font-weight: 800;
}
.feature p {
  margin: 0;
  color: #6e818a;
}
.feature:hover {
  top: -5px;
  -webkit-box-shadow: 0 5px 0 rgba(0, 0, 0, 0.02);
  -moz-box-shadow: 0 5px 0 rgba(0, 0, 0, 0.02);
  box-shadow: 0 5px 0 rgba(0, 0, 0, 0.02);
}
.feature:hover h3 {
  color: #1a8dba;
}
.feature:hover .feature-img {
  border: 1px solid #ccc;
  border-bottom: none;
}
.feature:hover .no-border {
  border: none;
}
.feature:hover .feature-description {
  background: #fff;
  border: 1px solid #ccc;
}

.feature-img {
  padding-top: 52%;
  width: 100%;
  height: auto;
  border: 1px solid #ddd;
  border-bottom: none;
}

.custom-css {
  background: url(/wp-content/themes/a8c/jetpackme-new/img/custom-css.jpg) no-repeat;
  background-size: 100% auto;
}
@media print, (-webkit-min-device-pixel-ratio: 1.25), (min--moz-device-pixel-ratio: 1.25), (-o-min-device-pixel-ratio: 5 / 4), (min-resolution: 120dpi) {
  .custom-css {
    background-image: url(/wp-content/themes/a8c/jetpackme-new/img/custom-css@2x.jpg);
  }
}

.wordpress-connect {
  background: url(/wp-content/themes/a8c/jetpackme-new/img/wordpress-connect.jpg) no-repeat;
  background-size: 100% auto;
}
@media print, (-webkit-min-device-pixel-ratio: 1.25), (min--moz-device-pixel-ratio: 1.25), (-o-min-device-pixel-ratio: 5 / 4), (min-resolution: 120dpi) {
  .wordpress-connect {
    background-image: url(/wp-content/themes/a8c/jetpackme-new/img/wordpress-connect@2x.jpg);
  }
}

.wordpress-stats {
  background: url(/wp-content/themes/a8c/jetpackme-new/img/wordpress-stats.jpg) no-repeat;
  background-size: 100% auto;
}
@media print, (-webkit-min-device-pixel-ratio: 1.25), (min--moz-device-pixel-ratio: 1.25), (-o-min-device-pixel-ratio: 5 / 4), (min-resolution: 120dpi) {
  .wordpress-stats {
    background-image: url(/wp-content/themes/a8c/jetpackme-new/img/wordpress-stats@2x.jpg);
  }
}

.no-border {
  border: none;
  padding-bottom: 1px;
}

.feature-description {
  display: block;
  padding: 1em 1.07143em 1.07143em;
  border: 1px solid #ddd;
  background: #f5f5f5;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.cat {
  clear: both;
  margin-bottom: 23px;
}
.cat h3 {
  font-size: 24px;
  font-weight: 300;
  margin: 0 0 13px 6px;
  text-align: left;
}
.cat .clear {
  clear: both;
}

.module-grid {
  text-align: center;
}
.module-grid h2 {
  margin: 1.25em 0 0.69444em;
}

#module-search {
  position: relative;
  width: 100%;
  max-width: 40.71429em;
  margin: 0 auto 1.07143em;
  overflow: hidden;
}

.module-search {
  width: 100%;
  padding: 11px 0 11px 16px;
  color: #5c6671;
  border: 1px solid #c9ced0;
  background: #fff;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.module-search:focus {
  color: #5c6671;
  outline: none;
}
.module-search:focus + label {
  background: transparent;
  opacity: .3;
}
.module-search::-webkit-input-placeholder {
  color: #a8acae;
}
.module-search :-moz-placeholder {
  color: #a8acae;
}
.module-search::-moz-placeholder {
  color: #a8acae;
}
.module-search:-ms-input-placeholder {
  color: #a8acae;
}
.module-search + label {
  position: absolute;
  top: 1px;
  right: 1px;
  bottom: 1px;
  width: 48px;
  color: #abafb1;
  text-indent: -9999px;
  pointer-events: none;
  background: rgba(255, 255, 255, 0.85);
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.module-search + label:after {
  content: '\f400';
  position: absolute;
  top: 4px;
  right: 11px;
  text-align: right;
  font-size: 1.71429em;
  font-weight: normal;
  font-family: "genericons";
}

.filter {
  margin-bottom: 2.85714em;
  color: #6f7476;
}
.filter a {
  display: inline-block;
  position: relative;
  padding: 0.76923em 1.46154em;
  color: #aaa;
  font: 600 0.92857em/1 "Open Sans", Helvetica, Arial, sans-serif;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.2);
  background: #eee;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.filter a.selected, .filter a:hover, .filter a:focus {
  color: #efefef;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  background: #6f7476;
}

.module {
  display: block;
  padding: 0.71429em 1.07143em 1em;
  text-align: left;
  border: 1px solid #dae0e2;
  background: #fff;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.03);
  -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0.03);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.03);
  -webkit-transition: opacity 2s ease-in;
  -moz-transition: opacity 2s ease-in;
  -ms-transition: opacity 2s ease-in;
  -o-transition: opacity 2s ease-in;
  transition: opacity 2s ease-in;
}
.module h3 {
  margin: 0 0 0.5em;
  color: #1a8dba;
  font-size: 1.14286em;
  font-family: "Open Sans", Helvetica, Arial, sans-serif !important;
  line-height: 1.4em;
  font-weight: 700;
}
.module p {
  margin: 0;
  color: #686f72;
  font-size: 0.85714em;
}
.module:hover {
  border-color: #8ac9e8;
  background: #f8fcfe;
}
.module:nth-of-type(n+10) {
  display: none;
}

.new {
  position: relative;
}
.new:after {
  content: 'NEW';
  text-transform: uppercase;
  position: absolute;
  top: -8px;
  right: -8px;
  padding-top: 10px;
  width: 32px;
  height: 32px;
  color: #fff;
  font-size: 8px;
  font-weight: 800;
  text-align: center;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  background: url(/wp-content/themes/a8c/jetpackme-new/img/new-badge.svg) center center no-repeat;
  background-size: 100%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}

.paid {
  display: inline-block;
  position: relative;
  top: 5px;
  margin-left: 10px;
  padding: 1px 6px 0 4px;
  height: 13px;
  color: #fff;
  font: 700 10px/1 "Open Sans", Helvetica, sans-serif;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.05);
  background: #d0d0d0;
  vertical-align: top;
}
.paid:before, .paid:after {
  position: absolute;
  top: 0;
  right: 100%;
  font: normal 14px/14px "genericons";
}
.paid:before {
  content: '\f503';
  color: #d0d0d0;
  text-shadow: none;
}
.paid:after {
  content: '\f428';
  margin-right: -5px;
  font-size: 11px;
}

.load-more {
  margin: 2.71429em 0 6.15385em;
}

.set {
  display: none;
}

.show.set {
  display: block;
}

.loading {
  bottom: 50%;
  position: absolute;
  top: 50%;
  width: 100%;
}
.loading span {
  color: #999;
}

.modal {
  background: #fff;
  bottom: 10%;
  display: none;
  left: 10%;
  position: fixed;
  right: 10%;
  text-align: center;
  top: 10%;
  z-index: 10;
  -webkit-box-shadow: 0 1px 20px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 20px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 20px 5px rgba(0, 0, 0, 0.1);
}
.modal header {
  border-bottom: 1px solid #ddd;
  height: 47px;
  overflow: hidden;
  text-align: left;
}
.modal header li {
  color: #999;
  display: inline-block;
  font-size: 1.57143em;
  font-weight: normal;
  padding-left: 0.71429em;
  list-style: none;
  margin-top: 0.35714em;
}
.modal header li.active {
  color: #555;
}
.modal header ul {
  margin: 0;
  padding: 0;
}
.modal header .close {
  border-left: 1px solid #ddd;
  float: right;
  font: 300 1.71429em "dashicons" !important;
  color: #777;
  content: '\f335';
  display: inline-block;
  padding: 0.28571em 0.71429em 0.42857em;
}
.modal header .close:hover {
  background: #eee;
  opacity: 0.8;
}
.modal header .close:active {
  background: #eee;
  opacity: 0.4;
}
.modal #jp-post-flair {
  display: none;
}
.modal .content-container {
  bottom: 0;
  left: 0;
  overflow: auto;
  padding: 0 1.42857em 0.71429em;
  position: absolute;
  right: 0;
  text-align: center;
  top: 47px;
}
.modal .content {
  margin: 0 auto;
  max-width: 900px;
  text-align: left;
}
.modal .content h3, .modal .content h4 {
  margin-top: 0.61111em;
  color: #5d6d74;
  font: 300 1.4em "proxima-nova", "Open Sans", Helvetica, sans-serif;
  text-shadow: 0 1px 1px #fff;
}
.modal .content img {
  border: 1px solid #eee;
  height: auto;
  max-width: 100%;
  padding: 1px;
}

.shade {
  background: #000;
  bottom: 0;
  display: none;
  left: 0;
  opacity: 0.2;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9;
}

.entry-title,
.page-template-default h1 {
  margin-top: 0.61111em;
  color: #5d6d74;
  font: 300 2.57143em/1.4em "proxima-nova", "Open Sans", Helvetica, sans-serif;
  text-shadow: 0 1px 1px #fff;
  letter-spacing: -2px;
}

.blog h3,
.single h3,
.page-template-default h2 {
  margin-top: 0.61111em;
  color: #5d6d74;
  font: 300 1.9em "proxima-nova", "Open Sans", Helvetica, sans-serif;
  text-shadow: 0 1px 1px #fff;
}

.page-template-default p {
  line-height: 1.71429em;
}

.blog .type-post,
.page-template-default .type-page,
.single .type-post,
.single .type-jetpack_support {
  flaot: left;
  width: 70%;
}

.alignright {
  float: right;
  margin-left: 13px;
}

.wp-caption-text {
  font-size: 11px;
  font-style: italic;
  text-align: center;
}

.archive .inner, .single .inner {
  margin-top: 4.42857em;
}

.blog .inner {
  margin-top: 4.42857em;
}
.blog .post {
  margin-bottom: 4.42857em;
}

.commentlist {
  list-style: none;
  max-width: 768px;
  padding-left: 0;
}
.commentlist blockquote {
  background: #eee;
  font-style: italic;
  padding: 13px 23px;
  margin: 23px 0 13px;
}
.commentlist img {
  margin-right: 8px;
}
.commentlist li {
  list-style: none;
}
.commentlist .avatar {
  float: left;
}
.commentlist .comment-body {
  border-bottom: 2px dashed #eee;
  margin-bottom: 33px;
  padding-bottom: 10px;
}
.commentlist .comment-meta {
  font-size: 11px;
  font-style: italic;
  margin-top: -3px;
}
.commentlist .fn {
  float: left;
  font-style: normal;
  font-weight: bold;
  margin: -3px 0 0 0;
}
.commentlist .says {
  visibility: hidden;
}

.navigation {
  margin: 1em 0 1.71429em;
  overflow: hidden;
}
.navigation .nav-previous {
  float: left;
  margin-right: 1.71429em;
}
.navigation .nav-next {
  float: left;
}

.sidebar {
  float: right;
  margin: 84px 0 0 13px;
  width: 25%;
}
.sidebar #searchform {
  overflow: hidden;
}
.sidebar #searchform #s {
  float: left;
  margin: 0 5px 5px 0;
  padding: 2px 3px;
  width: 125px;
}
.sidebar #searchform #searchsubmit {
  float: left;
}
.sidebar .recentcommentsavatar td {
  font-size: 90%;
  line-height: 15px;
}
.sidebar .recentcommentsavatar td img {
  margin-bottom: 5px;
}
.sidebar .textwidget li {
  list-style: none;
}
.sidebar .textwidget ul {
  padding-left: 0;
}
.sidebar .widget-container {
  line-height: 1.71429em;
  list-style: none;
  margin-bottom: 3.42857em;
}
.sidebar .widget-title {
  margin-top: 0.61111em;
  color: #5d6d74;
  font: bold 1.3em "proxima-nova", "Open Sans", Helvetica, sans-serif;
  text-shadow: 0 1px 1px #fff;
}

.single-jetpack_support .sidebar {
  margin-top: 93px;
}

.blog .sidebar {
  margin-top: 48px;
}

.wrap.inner.jp-support {
  margin-bottom: 1.71429em;
}
.wrap.inner.jp-support .post-type-archive-jetpack_support #access .menu-item-21 a,
.wrap.inner.jp-support .single-jetpack_support #access .menu-item-21 a {
  color: #fff;
}
.wrap.inner.jp-support .jp-support-question {
  font-size: 24px;
  padding: 10px;
  width: 100%;
}
.wrap.inner.jp-support .jp-support-alert {
  background-color: #fff;
  border-left: 4px solid #ffba00;
  -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.1);
  margin-top: 44px;
  padding: 13px;
  width: 100%;
}
.wrap.inner.jp-support .jp-support-columns {
  overflow: hidden;
}
.wrap.inner.jp-support .jp-support-column-left {
  float: left;
  width: 70%;
}
.wrap.inner.jp-support .jp-support-column-left .widget-text {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 3px;
  float: left;
  list-style: none;
  margin: 18px 18px 0 0;
  padding: 13px;
  width: 43%;
}
.wrap.inner.jp-support .jp-support-column-left .jp-support-categories {
  overflow: hidden;
  padding: 0;
}
.wrap.inner.jp-support .jp-support-column-right {
  float: left;
  width: 30%;
}
.wrap.inner.jp-support .jp-support-column-right .widget-text {
  padding: 30px 0 10px;
}
.wrap.inner.jp-support .widget-text strong {
  font-size: 18px;
}
.wrap.inner.jp-support #responses {
  background: #fefdf8;
  border-bottom: 1px solid #fdcf55;
  border-left: 1px solid #fdcf55;
  border-right: 1px solid #fdcf55;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  display: none;
  padding: 0 9px 13px;
  width: 100%;
}
.wrap.inner.jp-support #responses .response {
  padding: 13px 3px 0;
}
.wrap.inner.jp-support #responses .response strong {
  display: block;
}

.single-jetpack_support .inner h1.entry-title {
  font-size: 34px;
}

.jetpack-support-breadcrumbs {
  color: #999;
  font-size: 80%;
}

.jetpack-support-breadcrumbs span {
  margin: 0 6px;
}

#support_feedback_comment_form {
  position: relative;
  width: 100%;
  max-width: 40.71429em;
  margin: 0 auto;
}
#support_feedback_comment_form label {
  color: #5d6d74;
  font: 300 1.5em "proxima-nova", "Open Sans", Helvetica, sans-serif;
  text-shadow: 0 1px 1px #fff;
  display: block;
  margin-bottom: 1em;
}
#support_feedback_comment_form textarea {
  width: 100%;
  height: 100px;
  display: block;
}
#support_feedback_comment_form .button-secondary {
  border: 0;
  margin: 1em 0;
}

#jetpackme_support_form div {
  margin-bottom: 1em;
}

.jp-contact-error {
  background: #69acce;
  border-radius: 0.3em;
  font-size: 18px;
  padding: .5em .8em;
  margin: 1em 0;
}

.jp-contact-error p, .jp-contact-error label {
  color: #fff;
}

#jetpackme_support_form {
  max-width: 585px;
}
#jetpackme_support_form label {
  color: #5d6d74;
  font: 300 1em "proxima-nova", "Open Sans", Helvetica, sans-serif;
  text-shadow: 0 1px 1px #fff;
}
#jetpackme_support_form input, #jetpackme_support_form textarea {
  width: 100%;
  padding: 8px 10px;
  font-size: 1.3em;
  border: 1px solid #CCC;
}
#jetpackme_support_form input[type="radio"] {
  width: 16px;
}
#jetpackme_support_form .button-secondary {
  border: 0;
  margin: 0 0 1em;
  width: auto;
}
#jetpackme_support_form ul {
  padding: 0;
}
#jetpackme_support_form ul li {
  list-style-type: none;
}

.at_site .debug-wrap > p:first-of-type,
.at_site .debug-wrap h3 {
  background: #0087be;
}

.important {
  padding: 0.14286em 0.57143em;
  margin-top: 0.35714em;
  background: #fffbcc;
  border: 1px solid #e6db55;
}

.footer {
  margin-top: 1.42857em;
  position: relative;
  padding: 17.85714em 0 4.28571em;
  text-align: center;
  background-color: #81a844;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#8eb74e), to(#81a844));
  background-image: -webkit-linear-gradient(top, #8eb74e, #81a844);
  background-image: -moz-linear-gradient(top, #8eb74e, #81a844);
  background-image: -o-linear-gradient(top, #8eb74e, #81a844);
  background-image: -ms-linear-gradient(top, #8eb74e, #81a844);
  background-image: linear-gradient(top, #8eb74e, #81a844);
}
.footer:before, .footer:after {
  content: '';
  position: absolute;
  left: 0;
  pointer-events: none;
}
.footer:before {
  top: 0;
  margin-top: -1px;
  width: 100%;
  height: 195px;
  background: url(/wp-content/themes/a8c/jetpackme-new/img/the-undercloud.svg) center top repeat-x;
}
.footer:after {
  bottom: 0;
  width: 100%;
  height: 50px;
  background: url(/wp-content/themes/a8c/jetpackme-new/img/the-footcloud.svg) center bottom no-repeat;
  background-size: auto 45px;
  z-index: 1;
}

.fly {
  position: relative;
  margin-bottom: 11.42857em;
}
.fly:before {
  content: '';
  position: absolute;
  bottom: -275px;
  left: 0;
  width: 100%;
  height: 225px;
  background: url(/wp-content/themes/a8c/jetpackme-new/img/rocketeer.svg) center bottom no-repeat;
  pointer-events: none;
  -webkit-transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
  -webkit-transition: all 4s ease-in-out;
  -moz-transition: all 4s ease-in-out;
  -ms-transition: all 4s ease-in-out;
  -o-transition: all 4s ease-in-out;
  transition: all 4s ease-in-out;
}
.fly:hover:before {
  -webkit-transform: translate3d(0px, -40px, 0px);
  -moz-transform: translate3d(0px, -40px, 0px);
  -ms-transform: translate3d(0px, -40px, 0px);
  -o-transform: translate3d(0px, -40px, 0px);
  transform: translate3d(0px, -40px, 0px);
}

.footer nav {
  color: #c8e3a2;
}
.footer nav a,
.footer nav a:visited {
  padding: 4px 6px;
  color: #c8e3a2;
}
.footer nav a:hover, .footer nav a:focus,
.footer nav a:visited:hover,
.footer nav a:visited:focus {
  color: #fff;
}

.primary {
  padding: 25px 15px 10px 15px;
  border-bottom: 1px solid #6c954d;
}

.primary-footer,
.secondary-footer {
  float: left;
}
.primary-footer li,
.secondary-footer li {
  margin-right: 5px;
}

.a8c-attribution,
.a8c-services {
  float: right;
}
.a8c-attribution li,
.a8c-services li {
  margin-left: 5px;
}

.footer .a8c-attribution {
  margin-top: 6px;
  padding: 0 6px;
  font-size: 0.78571em;
  font-family: "Gill Sans", "Gill Sans MT", "Open Sans", Helvetica, sans-serif;
  text-transform: uppercase;
}
.footer .a8c-attribution a {
  display: inline-block;
  position: relative;
  padding: 4px 16px;
  right: 9999px;
  outline: 0;
}
.footer .a8c-attribution a:after {
  content: "A";
  position: absolute;
  top: 2px;
  right: -9999px;
  height: 100%;
  color: #fff;
  font-size: 1.54545em;
  font-family: "automatticons";
  text-align: center;
}
.footer .a8c-attribution a:hover:after {
  -webkit-animation: candy 0.4s ease-in-out;
  -moz-animation: candy 0.4s ease-in-out;
  -o-animation: candy 0.4s ease-in-out;
  animation: candy 0.4s ease-in-out;
}

.primary-footer {
  font-size: 1.07143em;
  font-weight: 600;
}

.secondary {
  padding: 18px 15px 0 15px;
  border-top: 1px solid #8eb345;
}

.a8c-services {
  font-size: 0.92857em;
  font-family: "calluna", "Open Sans", Helvetica, sans-serif;
}
.a8c-services a:before {
  display: inline-block;
  position: relative;
  top: -2px;
  margin-right: 6px;
  font: normal 16px/1 "automatticons";
  vertical-align: middle;
}
.a8c-services a[href*='wordpress.com']:before {
  content: "W";
}
.a8c-services a[href*='vaultpress.com']:before {
  content: "V";
}
.a8c-services a[href*='akismet.com']:before {
  content: "K";
}
.a8c-services a[href*='polldaddy.com']:before {
  content: "P";
}

.modules .icon:before {
  display: inline-block;
  position: relative;
  top: 1px;
  left: -3px;
  margin-right: 4px;
  font: normal 1.25em/1em "genericons";
  vertical-align: top;
}

.modules .a11s-vaultpress:before {
  content: "V";
  font-family: "automatticons";
}

.modules .a11s-gravatar:before {
  content: "G";
  font-family: "automatticons";
}

.modules .dashicons {
  width: auto;
}
.modules .dashicons:before {
  display: inline-block;
  position: relative;
  margin-right: 4px;
  font: normal 1.25em/1em 'dashicons';
}

.modules .genericon {
  width: auto;
}

.modal .dashicons,
.modal .genericon {
  width: auto;
}
.modal .dashicons:before,
.modal .genericon:before {
  float: left;
  margin-right: 12px;
  margin-top: 4px;
}

/* non spacey bg, just put inside mixin
 for ie9 background-color: #72af3a; 

 for the rest of the browsers
	 background: need to utlize gradient to display half opacity color atop an img
		linear-gradient(
			rgba(114, 175, 58, .75),
			rgba(114, 175, 58, .75)
		),
	url(/wp-content/themes/a8c/jetpackme-new/images-2015/header-bg.png);
	background-position: 50% 50%;
	background-size: cover;
	background-attachment: fixed; 
	*/
/* background:  need to utlize gradient to display half opacity color atop an img
	linear-gradient(
		rgba(114, 175, 58, .75),
		rgba(114, 175, 58, .75)
	),
url(/wp-content/themes/a8c/jetpackme-new/images-2015/test-bg-header.svg);
background-position: 50% 50%;
background-size: cover;
background-attachment: fixed; */
.j-row {
  width: 100%;
  margin: 0 auto;
}
.j-row:before, .j-row:after {
  content: " ";
  display: table;
}
.j-row:after {
  clear: both;
}

.j-col {
  padding: 0.85em;
  width: 100%;
  float: left;
  vertical-align: text-top;
  position: relative;
}

@media only screen {
  .j-sm-1 {
    width: 8.33333%;
  }

  .j-sm-2 {
    width: 16.66667%;
  }

  .j-sm-3 {
    width: 25%;
  }

  .j-sm-4 {
    width: 33.33333%;
  }

  .j-sm-5 {
    width: 41.66667%;
  }

  .j-sm-6 {
    width: 50%;
  }

  .j-sm-7 {
    width: 58.33333%;
  }

  .j-sm-8 {
    width: 66.66667%;
  }

  .j-sm-9 {
    width: 75%;
  }

  .j-sm-10 {
    width: 83.33333%;
  }

  .j-sm-11 {
    width: 91.66667%;
  }

  .j-sm-12 {
    width: 100%;
  }
}
@media (min-width: 782px) {
  .j-lrg-1 {
    width: 8.33333%;
  }

  .j-lrg-2 {
    width: 16.66667%;
  }

  .j-lrg-3 {
    width: 25%;
  }

  .j-lrg-4 {
    width: 33.33333%;
  }

  .j-lrg-5 {
    width: 41.66667%;
  }

  .j-lrg-6 {
    width: 50%;
  }

  .j-lrg-7 {
    width: 58.33333%;
  }

  .j-lrg-8 {
    width: 66.66667%;
  }

  .j-lrg-9 {
    width: 75%;
  }

  .j-lrg-10 {
    width: 83.33333%;
  }

  .j-lrg-11 {
    width: 91.66667%;
  }

  .j-lrg-12 {
    width: 100%;
  }
}
.blog h3, .single h3, .page-template-default h2 {
  text-shadow: none;
}

.download-combo {
  max-width: 300px;
  display: block;
  margin: 0 auto;
}

.header .drawer-nav a {
  color: white;
}
.header .drawer-nav a:hover {
  color: white;
}

a, a:visited, a:active {
  transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  color: #72af3a;
}
a:hover, a:visited:hover, a:active:hover {
  color: #8cc258;
}

h1, h2, h3, h4, h5 {
  font-family: "proxima nova", "open sans", sans-serif;
  margin: 0 auto;
  text-align: center;
  /*letter-spacing: 0;*/
  line-height: 135%;
  font-weight: 600;
}

h2 {
  font-size: 2.75em;
  font-weight: 400;
  letter-spacing: -2px;
  color: #7d7d7d;
}
@media (max-width: 782px) {
  h2 {
    font-size: 2.5em;
  }
}
@media (max-width: 530px) {
  h2 {
    font-size: 1.85em;
  }
}

h3 {
  font-size: 1.5em;
  color: #b0b0b0;
}

h4, h5 {
  font-family: "open sans", sans-serif;
}

h4 {
  font-size: 1.25em;
}

h5 {
  font-size: 1em;
  color: #b0b0b0;
  letter-spacing: 0;
}

p {
  font-size: 1.25em;
  line-height: 150%;
}

.a-left {
  text-align: left;
}

.in {
  width: 85%;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 1300px) {
  .in {
    width: 90%;
  }
}
@media (max-width: 1100px) {
  .in {
    width: 95%;
  }
}
@media (max-width: 900px) {
  .in h2, .in h3 {
    max-width: 90%;
  }
}
@media (max-width: 782px) {
  .in h2, .in h3 {
    max-width: 100%;
  }
}

.gridicon {
  width: 24px;
  height: 24px;
  fill: #72af3a;
}

.mast {
  position: relative;
  text-align: center;
  transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
}
.mast nav {
  text-align: left;
}
.mast .logo {
  display: inline-block;
  padding-top: .60em;
}
.mast svg {
  width: 205px;
  height: 55px;
  fill: white;
}
.mast h1 {
  margin: 1.50em auto .5em auto;
  font-size: 3.25em;
  font-weight: 600;
}
@media (max-width: 782px) {
  .mast h1 {
    font-size: 2.5em;
  }
}
@media (max-width: 530px) {
  .mast h1 {
    font-size: 1.85em;
  }
}
.mast h2 {
  margin: 1.25em auto 1.5em auto;
  font-size: 2em;
  font-weight: 400;
  width: 80%;
  max-width: 900px;
  margin: 0 auto;
}
@media (max-width: 782px) {
  .mast h2 {
    font-size: 1.5em;
    letter-spacing: 0;
  }
}
@media (max-width: 600px) {
  .mast h2 {
    width: 90%;
  }
}
@media (max-width: 530px) {
  .mast h2 {
    font-size: 1.25em;
  }
}
.mast p {
  font-size: 1.25em;
  font-weight: 600;
}
.mast p a {
  text-decoration: underline;
}
.mast .cta-install {
  padding: 2em 0;
}

.nav-container {
  float: right;
}
@media (max-width: 700px) {
  .nav-container {
    margin: .5em 0;
    float: none;
    text-align: center;
  }
}

.pri-nav {
  padding: 0;
}
@media (max-width: 700px) {
  .pri-nav {
    float: none;
    margin: 0 auto 1.5em auto;
    padding: .5em 0;
    background: #59892d;
    z-index: 99;
  }
}
@media (max-width: 600px) {
  .pri-nav {
    width: 100%;
  }
}
.pri-nav li {
  display: inline-block;
  padding: 0 3px;
}
@media (max-width: 700px) {
  .pri-nav li {
    width: 100%;
  }
  .pri-nav li a {
    width: 90%;
    margin: 0 auto;
    text-align: center;
  }
}
.pri-nav a {
  color: white;
  display: inline-block;
  padding: 10px 14px;
  font-weight: 600;
  font-size: 1.1em;
  border-radius: 3px;
}
@media (max-width: 400px) {
  .pri-nav a {
    font-size: .90em;
  }
}
.pri-nav a:hover, .pri-nav a.current {
  background: #4b7527;
  color: white;
}
.pri-nav .install a {
  border: 1px white solid;
}
.pri-nav .install a:hover, .pri-nav .install a.current {
  border: 1px #4b7527 solid;
}
@media (max-width: 700px) {
  .pri-nav .install a {
    border: none;
  }
  .pri-nav .install a:hover, .pri-nav .install a.current {
    border: none;
  }
}
@media (max-width: 700px) {
  .pri-nav.home-nav li {
    width: 100%;
  }
}

/*
 * Mobie nav is a modded version of "Hamburgers"
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/mobilenavs
 * @link https://github.com/jonsuh/mobilenavs
 */
.mobilenav {
  position: absolute;
  top: 16px;
  right: 16px;
  padding: 1em;
  display: flex;
  flex-basis: 3em;
  flex-grow: 0;
  flex-shrink: 0;
  cursor: pointer;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  text-transform: uppercase;
  border: 1px #59892d solid;
  background: #59892d;
  border-radius: 3px;
  color: white;
  font-weight: bold;
  margin: 0;
  overflow: visible;
  transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
}
@media (min-width: 700px) {
  .mobilenav {
    display: none;
  }
}
@media (max-width: 700px) {
  .mobilenav {
    margin: 0 auto;
  }
}
.mobilenav:hover, .mobilenav.is-active {
  border: 1px #59892d solid;
  background: #59892d;
}

.mobilenav-box {
  width: 30px;
  height: 20px;
  display: inline-block;
  position: relative;
  margin-right: 1em;
  float: left;
}
@media (max-width: 375px) {
  .mobilenav-box {
    margin-right: 0;
  }
}

.mobilenav-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}

.mobilenav-inner,
.mobilenav-inner::before,
.mobilenav-inner::after {
  width: 30px;
  height: 3px;
  background-color: white;
  border-radius: 4px;
  position: absolute;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.mobilenav-inner::before,
.mobilenav-inner::after {
  content: "";
  display: block;
}

.mobilenav-inner::before {
  top: -8px;
}

.mobilenav-inner::after {
  bottom: -8px;
}

.mobilenav-label {
  display: inline-block;
  line-height: 1.5;
  float: left;
}
@media (max-width: 375px) {
  .mobilenav-label {
    display: none;
  }
}

.mobilenav.is-active .mobilenav-label {
  display: none;
}
.mobilenav.is-active .mobilenav-box {
  margin-right: 0;
}

@media (max-width: 700px) {
  .mobilenav + .pri-nav {
    display: none;
  }

  .mobilenav.is-active + .pri-nav {
    display: block;
    margin-top: -4px;
  }
}
.no-js .mobilenav {
  display: none;
}
.no-js .mobilenav + .pri-nav {
  display: block;
}

.mobilenav-animate .mobilenav-inner {
  transition-duration: 0.1s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.mobilenav-animate .mobilenav-inner::before {
  transition: top 0.1s 0.14s ease, opacity 0.1s ease;
}

.mobilenav-animate .mobilenav-inner::after {
  transition: bottom 0.1s 0.14s ease, -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.mobilenav-animate.is-active .mobilenav-inner {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition-delay: 0.14s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.mobilenav-animate.is-active .mobilenav-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease, opacity 0.1s 0.14s ease;
}

.mobilenav-animate.is-active .mobilenav-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  transition: bottom 0.1s ease, -webkit-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.cta-install {
  padding: 4em 0;
}
.cta-install h2 {
  margin: 0 0 .25em 0;
  font-size: 2.75em;
  font-weight: 500;
  max-width: 100%;
}
.cta-install a {
  display: inline-block;
  margin: 1.5em auto;
  padding: .8em 2em;
  font-size: 1.5em;
  font-weight: 600;
  border-radius: 3px;
  text-align: center;
}
@media (max-width: 375px) {
  .cta-install a {
    width: 100%;
  }
}
.cta-install p {
  margin-bottom: 0;
  letter-spacing: -.5px;
  font-weight: 400;
}

.page-template-front-page .mast {
  margin-bottom: 1em;
}
.page-template-front-page h2 {
  font-size: 3em;
}
@media (max-width: 782px) {
  .page-template-front-page h2 {
    font-weight: 600;
  }
}
.page-template-front-page .mast h2 {
  font-size: 2em;
}
@media (max-width: 782px) {
  .page-template-front-page .mast h2 {
    font-weight: 400;
  }
}
@media (max-width: 782px) {
  .page-template-front-page h2, .page-template-front-page .mast h2 {
    font-size: 1.5em;
    letter-spacing: 0;
  }
}
@media (max-width: 530px) {
  .page-template-front-page h2, .page-template-front-page .mast h2 {
    font-size: 1.25em;
  }
}

.home-feature {
  padding: 4em 0;
  padding-bottom: 0;
}
.home-feature .in {
  display: table;
}
.home-feature .in.device-space {
  margin-bottom: 160px;
}
.home-feature h3 {
  margin-bottom: 3em;
}
@media (max-width: 1400px) {
  .home-feature h3 {
    margin-bottom: 1.5em;
  }
}
@media (max-width: 782px) {
  .home-feature h3 {
    font-size: 1em;
  }
}
.home-feature .device-demo, .home-feature .testimonial {
  float: left;
}
.home-feature .device-demo {
  margin-top: -140px;
}
@media (max-width: 1400px) {
  .home-feature .device-demo {
    margin-top: -10%;
  }
}
.home-feature .device-demo img {
  width: 100%;
}
.home-feature .testimonial {
  margin-top: -115px;
}
@media (max-width: 1000px) {
  .home-feature .testimonial {
    background: #e3e3e3;
  }
}
.home-feature .testimonial .j-user {
  display: inline-block;
  position: relative;
  top: 10px;
}
@media (max-width: 375px) {
  .home-feature .testimonial h4, .home-feature .testimonial h5 {
    max-width: 160px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.home-feature .testimonial h4 {
  line-height: 175%;
}
@media (max-width: 1400px) {
  .home-feature .testimonial h4 {
    font-size: 1em;
    font-weight: 400;
  }
}
@media (max-width: 1000px) {
  .home-feature .testimonial h4 {
    font-size: 1.25em;
  }
}
.home-feature .testimonial h5 {
  font-weight: 600;
  font-style: italic;
}
.home-feature .plug {
  position: relative;
}
@media (max-width: 1100px) {
  .home-feature .plug {
    top: 15px;
  }
}
.home-feature .plug img {
  border-radius: 50%;
  width: 75px;
  display: inline-block;
}
@media (max-width: 1400px) {
  .home-feature .plug img {
    width: 55px;
  }
}
@media (max-width: 1000px) {
  .home-feature .plug img {
    width: 75px;
  }
}
.home-feature .plug:after {
  display: block;
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  bottom: -50px;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  border-bottom: 30px solid #efefef;
}
@media (max-width: 1400px) {
  .home-feature .plug:after {
    bottom: -55px;
  }
}
@media (max-width: 1100px) {
  .home-feature .plug:after {
    bottom: -50px;
  }
}
@media (max-width: 1000px) {
  .home-feature .plug:after {
    display: none;
  }
}
.home-feature .j-exp {
  position: relative;
  top: 4em;
}
.home-feature .j-exp p {
  color: #707070;
  margin-top: .5em;
}
@media (max-width: 1400px) {
  .home-feature .j-exp p {
    font-size: 1.1em;
    margin-top: .75em;
  }
}
@media (max-width: 1000px) {
  .home-feature .j-exp p {
    font-size: 1.25em;
  }
}
@media (max-width: 530px) {
  .home-feature .j-exp p {
    font-size: 1.15em;
  }
}
.home-feature .j-exp p + p {
  font-size: 1em;
  color: #7d7d7d;
  font-weight: 600;
  font-style: italic;
}
.home-feature .j-exp a {
  margin-top: .5em;
  display: inline-block;
  background: #72af3a;
  color: white;
  line-height: 100%;
  font-weight: 600;
  font-style: normal;
  padding: .5em;
  border-radius: 3px;
}
.home-feature .j-exp a:hover {
  background: #4b7527;
  color: white;
}
@media (max-width: 1300px) {
  .home-feature .j-exp a {
    font-size: .90em;
  }
}
@media (max-width: 1000px) {
  .home-feature .j-exp a {
    font-size: 1em;
  }
}
.home-feature .j-exp a.more {
  background: transparent;
  color: #7d7d7d;
  cursor: default;
}
.home-feature .j-exp .clamped {
  line-height: 175%;
  overflow: hidden;
  position: relative;
}
.home-feature .j-exp .clamped-2 {
  max-height: 8.5em;
}
@media (max-width: 1400px) {
  .home-feature .j-exp .clamped-2 {
    max-height: 7em;
  }
}
@media (max-width: 1000px) {
  .home-feature .j-exp .clamped-2 {
    max-height: none;
  }
}
.home-feature .j-exp .ellipsis {
  background: #e3e3e3;
  border-radius: 3px;
  padding: 0 2px;
  position: absolute;
  bottom: 0;
  right: 0;
  border: 5px solid #efefef;
  border-right-width: 10px;
  border-left-width: 10px;
  height: 25px;
  line-height: 55%;
}
@media (max-width: 1000px) {
  .home-feature .j-exp .ellipsis {
    display: none;
  }
}
.home-feature .j-exp .fill {
  background: #efefef;
  height: 100%;
  position: absolute;
  width: 100%;
}
@media (max-width: 1000px) {
  .home-feature .j-exp .fill {
    display: none;
  }
}
.home-feature.growth .device-demo {
  width: 45%;
}
@media (max-width: 1400px) {
  .home-feature.growth .device-demo {
    width: 40%;
  }
}
.home-feature.growth .testimonial {
  width: 55%;
}
@media (max-width: 1400px) {
  .home-feature.growth .testimonial {
    width: 60%;
  }
}
.home-feature.security .device-demo {
  width: 35%;
}
.home-feature.security .testimonial {
  width: 65%;
}
.home-feature.security p + p {
  margin-top: 3.5em;
}
.home-feature.security .clamped-2 {
  max-height: none;
}
.home-feature.speed .device-demo {
  width: 50%;
}
.home-feature.speed .testimonial {
  width: 50%;
}

.home-feature:nth-child(even) .testimonial {
  text-align: left;
  padding-left: 4em;
}
@media (max-width: 1400px) {
  .home-feature:nth-child(even) .testimonial {
    padding-left: 3em;
  }
}
.home-feature:nth-child(even) h4, .home-feature:nth-child(even) h5 {
  text-align: left;
}
.home-feature:nth-child(even) .plug img {
  margin-right: 1.5em;
}
.home-feature:nth-child(even) .plug:after {
  left: 12px;
}
@media (max-width: 1400px) {
  .home-feature:nth-child(even) .plug:after {
    left: 0;
  }
}

.home-feature:nth-child(odd) .device-demo, .home-feature:nth-child(odd) .testimonial {
  float: right;
}
.home-feature:nth-child(odd) .testimonial {
  text-align: right;
  padding-right: 4em;
}
@media (max-width: 1400px) {
  .home-feature:nth-child(odd) .testimonial {
    padding-right: 3em;
  }
}
.home-feature:nth-child(odd) h4, .home-feature:nth-child(odd) h5 {
  text-align: right;
}
.home-feature:nth-child(odd) .plug img {
  margin-left: 1.5em;
}
.home-feature:nth-child(odd) .plug:after {
  right: 12px;
}
@media (max-width: 1400px) {
  .home-feature:nth-child(odd) .plug:after {
    right: 0;
  }
}

@media (max-width: 1000px) {
  .home-feature .device-demo img {
    width: 50%;
  }
  .home-feature.growth .in, .home-feature.growth .device-demo, .home-feature.growth .testimonial, .home-feature.security .in, .home-feature.security .device-demo, .home-feature.security .testimonial, .home-feature.speed .in, .home-feature.speed .device-demo, .home-feature.speed .testimonial {
    width: 100%;
  }
  .home-feature.growth .device-demo, .home-feature.security .device-demo, .home-feature.speed .device-demo {
    margin-top: -150px;
  }
  .home-feature.growth .testimonial, .home-feature.security .testimonial, .home-feature.speed .testimonial {
    margin-top: 0;
    padding: 4em 4em 3em 4em;
  }
  .home-feature.growth .j-exp, .home-feature.growth .plug, .home-feature.security .j-exp, .home-feature.security .plug, .home-feature.speed .j-exp, .home-feature.speed .plug {
    position: static;
  }
  .home-feature.growth .plug, .home-feature.security .plug, .home-feature.speed .plug {
    margin-bottom: 2em;
  }
  .home-feature.growth .device-demo img, .home-feature.speed .device-demo img {
    width: 70%;
  }
}
@media (max-width: 530px) {
  .home-feature.growth .device-demo img, .home-feature.security .device-demo img, .home-feature.speed .device-demo img {
    width: 90%;
  }
  .home-feature.growth .testimonial, .home-feature.security .testimonial, .home-feature.speed .testimonial {
    padding: 2em 2em 1em 2em;
  }
}

.content-ext {
  background: #efefef;
}

.jp-stats {
  padding: 4em 0;
}
@media (max-width: 900px) {
  .jp-stats {
    padding-bottom: 1em;
  }
}
.jp-stats h3 {
  margin-bottom: 3em;
}

.numbers {
  display: inline-block;
  width: 33%;
  padding: 1em;
  vertical-align: text-top;
}
@media (max-width: 900px) {
  .numbers {
    width: 49%;
  }
}
@media (max-width: 782px) {
  .numbers {
    width: 100%;
    padding: 2em;
    margin-bottom: 1em;
    background: #efefef;
    border-radius: 9px;
  }
}
.numbers h3 {
  font-weight: 400;
  color: #8cc258;
  margin-bottom: 0;
}
@media (min-width: 1300px) {
  .numbers h3 {
    font-size: 3em;
  }
}
@media (max-width: 1300px) {
  .numbers h3 {
    font-size: 2.5em;
  }
}
.numbers p {
  color: #707070;
  margin-top: 0;
}
@media (max-width: 1100px) {
  .numbers p {
    line-height: 100%;
  }
}
.numbers p strong {
  color: #7d7d7d;
  font-size: .85em;
}
@media (max-width: 1100px) {
  .numbers p strong {
    font-size: .75em;
  }
}
.numbers p + p {
  font-size: 1em;
  line-height: 165%;
}
.numbers a {
  display: inline-block;
  background: #72af3a;
  color: white;
  line-height: 100%;
  font-weight: 600;
  font-style: normal;
  padding: .5em;
  border-radius: 3px;
  margin-bottom: 2em;
}
.numbers a:hover {
  background: #4b7527;
  color: white;
}

.anchor {
  color: #b0b0b0;
  text-align: left;
  padding: 1.5em 0 0;
}
@media (max-width: 900px) {
  .anchor .in {
    width: 100%;
  }
}
.anchor nav {
  border-bottom: 1px #efefef solid;
}
@media (max-width: 900px) {
  .anchor nav {
    text-align: center;
    padding: 0 0 .5em 0;
  }
}
.anchor nav + nav {
  border: none;
}
@media (max-width: 900px) {
  .anchor nav + nav {
    padding: 0;
  }
  .anchor nav + nav ul {
    width: 100%;
  }
}
.anchor ul {
  padding: 0;
  margin: 0;
}
.anchor ul li {
  display: inline-block;
}
.anchor .top, .anchor .btm {
  float: left;
}
@media (max-width: 900px) {
  .anchor .top, .anchor .btm {
    float: none;
  }
}
@media (max-width: 900px) {
  .anchor .btm {
    padding: .5em 0;
  }
}
.anchor a {
  padding: .75em .5em;
  color: #7d7d7d;
  display: inline-block;
}
.anchor a:hover {
  color: #72af3a;
}
.anchor svg {
  width: 180px;
  height: 20px;
}
.anchor svg path {
  fill: #7d7d7d;
}
.anchor .a8c-attr {
  padding: .75em .5em;
  float: right;
}
@media (max-width: 900px) {
  .anchor .a8c-attr {
    display: none;
  }
}
.anchor .a8c-attr a {
  padding: 0;
}
.anchor .a8c-attr:hover svg path {
  fill: #72af3a;
}
.anchor .a8c-attr.mobile {
  width: 100%;
  text-align: center;
  background: #efefef;
}
@media (max-width: 900px) {
  .anchor .a8c-attr.mobile {
    display: block;
    padding: .5em 0 1em 0;
  }
}
@media (min-width: 900px) {
  .anchor .a8c-attr.mobile {
    display: none;
  }
}
@media (max-width: 590px) {
  .anchor .a8c-services a {
    border-top: none;
  }
}
@media (max-width: 969px) {
  .anchor .a8c-services {
    background: none;
    padding: 0;
  }
  .anchor .a8c-services a, .anchor .a8c-services a:visited {
    color: #7d7d7d;
  }
  .anchor .a8c-services a:hover {
    color: #8cc258;
  }
}
@media (max-width: 900px) {
  .anchor .a8c-services {
    background: #efefef;
    padding: 1em 0 .5em 0;
  }
}

.j-lang {
  padding: .5em 0;
  color: #7d7d7d;
  margin-top: .75em;
}
@media (max-width: 900px) {
  .j-lang {
    margin-top: 0;
    border-top: 1px #e5e5e5 solid;
  }
}
.j-lang a {
  text-decoration: underline;
}
.j-lang .in {
  text-align: right;
}
@media (max-width: 900px) {
  .j-lang .in {
    text-align: center;
  }
}

.jp-install-2015 {
  width: 80%;
  max-width: 700px;
  margin: 3.5em auto 0 auto;
  padding-bottom: 2.5em;
}
@media (max-width: 600px) {
  .jp-install-2015 {
    width: 90%;
  }
}
.jp-install-2015 a {
  color: white;
}
.jp-install-2015 input[type="text"] {
  width: 60%;
  font-weight: 600;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  outline: none;
  box-shadow: none;
  border: none;
}
.jp-install-2015 #jp-button {
  width: 40%;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  background: #efefef;
  color: #72af3a;
  font-weight: 600;
}
.jp-install-2015 input[type="text"], .jp-install-2015 #jp-button {
  display: inline-block;
  float: left;
  padding: .8em .5em;
  font-size: 1.25em;
  height: 52px;
}
@media (max-width: 782px) {
  .jp-install-2015 input[type="text"], .jp-install-2015 #jp-button {
    font-size: 1em;
    height: 40px;
  }
}
@media (max-width: 600px) {
  .jp-install-2015 input[type="text"], .jp-install-2015 #jp-button {
    float: none;
    display: block;
    width: 100%;
    border-radius: 0;
  }
}
.jp-install-2015 .jp-message {
  clear: both;
  padding: 1.5em;
  background: rgba(35, 71, 5, 0.5);
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.jp-install-2015 #wpcom-message,
.jp-install-2015 #manual-install,
.jp-install-2015 #jp-redirect {
  display: none;
}

.mast #hello-message p {
  padding-bottom: 1em;
  font-style: italic;
  letter-spacing: -1px;
}

.install-loading {
  padding-bottom: 2em;
  font-style: italic;
}

.invert {
  background-color: #72af3a;
  color: #e8f1df;
}
@media (min-width: 782px) {
  .invert {
    background: url(/wp-content/themes/a8c/jetpackme-new/images-2015/bg-jupiter-2.svg) 98% -20px no-repeat fixed, url(/wp-content/themes/a8c/jetpackme-new/images-2015/bg-lrg-planet-2.svg) -75px 400px no-repeat fixed, url(/wp-content/themes/a8c/jetpackme-new/images-2015/dark-stars.svg) 50% 50%, #669c34;
  }
}
@media (min-width: 1300px) {
  .invert {
    background: url(/wp-content/themes/a8c/jetpackme-new/images-2015/bg-jupiter-2.svg) 98% -20px no-repeat fixed, url(/wp-content/themes/a8c/jetpackme-new/images-2015/bg-lrg-planet-2.svg) -75px 350px no-repeat fixed, url(/wp-content/themes/a8c/jetpackme-new/images-2015/dark-stars.svg) 50% 50%, #669c34;
  }
}
@media (max-width: 782px) {
  .invert {
    background: url(/wp-content/themes/a8c/jetpackme-new/images-2015/bg-jupiter-2.svg) 50% -500px no-repeat fixed, url(/wp-content/themes/a8c/jetpackme-new/images-2015/bg-lrg-planet-2.svg) 50% 350px no-repeat, url(/wp-content/themes/a8c/jetpackme-new/images-2015/dark-stars.svg) 50% 50%, #669c34;
  }
}
.invert h1, .invert h2 {
  color: white !important;
}
.invert .btn {
  background: #efefef;
  color: #59892d;
  letter-spacing: -1px;
  font-weight: 600;
  text-shadow: 1px 1px 1px white;
}
.invert .btn:hover {
  color: white;
  background: #4b7527;
  text-shadow: none;
}

.mast {
  margin-bottom: 4.5em;
  padding: 0;
  transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
}
@media (max-width: 700px) {
  .mast .logo {
    padding-top: 1em;
    padding-left: 8px;
    padding-bottom: 1em;
  }
}

.j-content h1, .j-content h3 {
  color: #7d7d7d;
}
.j-content div > ul,
.j-content div > ol {
  font-size: 1.25em;
  line-height: 185%;
}

.l-side, .r-side {
  float: left;
  text-align: left;
}
.l-side h1, .l-side h2, .l-side h3, .l-side h4, .l-side h5, .r-side h1, .r-side h2, .r-side h3, .r-side h4, .r-side h5 {
  text-align: left;
  max-width: 100%;
}
.l-side h1, .r-side h1 {
  margin-top: 0;
}

.l-side {
  width: 75%;
  padding-right: 8em;
}
@media (max-width: 782px) {
  .l-side {
    padding-right: 0;
  }
}
.l-side .hentry {
  width: 100%;
}

.r-side {
  width: 25%;
}
.r-side ul, .r-side ol {
  padding: 0 0 0 1em;
}
.r-side ul, .r-side li {
  list-style: none;
}
.r-side h3 {
  font-size: 1.5em;
  font-weight: 600;
}
.r-side select {
  width: 98%;
}
.r-side .widget-container {
  padding-bottom: 2em;
  border-bottom: 1px #e3e3e3 solid;
}
.r-side .widget-container:last-of-type {
  border: none;
}
.r-side #s {
  width: 70%;
  max-width: 400px;
  font-size: 1em;
  padding: .5em;
}
.r-side #searchsubmit {
  transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  background: #72af3a;
  text-shadow: none;
  font-size: 1em;
  font-weight: 600;
  padding: .85em 0;
  width: 28%;
  position: relative;
  top: -1px;
  max-width: 100px;
  color: white;
}
.r-side #searchsubmit:hover {
  background: #4b7527;
  color: white;
}

@media (max-width: 782px) {
  .l-side, .r-side {
    width: 100%;
  }
}

.widget-title {
  margin-bottom: 1em;
}

.km-jp-download,
.km-jp-download:hover {
  background: #72af3a;
  width: 100%;
  text-align: center;
  font-size: 1.25em;
  font-weight: 600;
  line-height: 100%;
  color: white;
  text-shadow: none;
  box-shadow: none;
  padding: 1em 0;
  margin-bottom: 2em;
  display: block;
}
.km-jp-download:hover,
.km-jp-download:hover:hover {
  background: #4b7527;
  color: white;
}

.hentry img,
.wp-caption {
  max-width: 100%;
  height: auto;
  border-radius: 3px;
}

.wp-caption {
  background: white;
  padding: 10px;
}

.wp-caption-text {
  font-size: 1em;
  margin-bottom: 0;
}

.entry-meta,
.entry-utility {
  color: #b0b0b0;
  color: #b0b0b0;
  border-top: 1px #e3e3e3 solid;
  border-bottom: 1px #e3e3e3 solid;
  padding: 5px 0;
  text-transform: uppercase;
  font-size: .85em;
}
.entry-meta a,
.entry-utility a {
  font-weight: 600;
}

#jp-post-flair {
  margin: 4em 0 0 0;
  border-top: 1px #e3e3e3 solid;
}
#jp-post-flair h3, #jp-post-flair em {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1em;
  letter-spacing: 0;
}
#jp-post-flair h3:before, #jp-post-flair em:before {
  display: none !important;
}

#comments {
  margin-top: 6em;
}
#comments p {
  font-size: 16px;
}
#comments .children {
  padding-left: 20px;
  margin-bottom: 0;
}
#comments .depth-1 {
  border-radius: 3px;
}
#comments .depth-1:nth-child(odd) {
  background: #f2f2f2;
}
#comments .depth-1:nth-child(even) {
  background: #e8e8e8;
}
#comments li {
  padding: 1em;
  margin-bottom: 1em;
}
#comments li ul li {
  padding: 0;
}

#comments-title {
  border-bottom: 1px #e3e3e3 solid;
  padding-bottom: 5px;
}

.comment-body br {
  display: none;
}
.comment-body form a {
  font-size: 12px;
  text-transform: uppercase;
  background: #72af3a;
  color: white;
  padding: .5em 1em;
  border-radius: 3px;
  font-weight: 600;
}
.comment-body form a:hover {
  background: #4b7527;
}

.commentlist {
  max-width: 100%;
}
.commentlist .comment-body {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px white solid;
}
.commentlist .comment-body:last-of-type {
  border-bottom: none;
}
.commentlist .comment-meta {
  font-size: 12px;
}
.commentlist .comment-meta a {
  color: #7d7d7d;
}
.commentlist .comment-meta a.comment-edit-link {
  color: #72af3a;
}
.commentlist .avatar {
  float: right;
  margin-right: 0;
  border: 10px #ddd solid;
  width: 60px;
  height: 60px;
}
.commentlist .fn {
  font-size: 16px;
}

.single .navigation .nav-next,
.single .navigation .nav-previous {
  margin: 0;
  width: 49%;
}
.single .navigation .nav-next a,
.single .navigation .nav-previous a {
  padding: 1em;
  display: block;
  color: white;
  background: #72af3a;
  font-weight: 600;
}
.single .navigation .nav-next a:hover,
.single .navigation .nav-previous a:hover {
  background: #4b7527;
}
.single .navigation .nav-next {
  text-align: right;
}
.single .navigation .nav-next a {
  border-left: 1px white solid;
}
.single .navigation .nav-previous a {
  border-right: 1px white solid;
}

.page-template-landing-page-install-2015 .j-col {
  padding: 4em;
}
@media (max-width: 700px) {
  .page-template-landing-page-install-2015 .j-col {
    padding: 1.5em;
  }
}
.page-template-landing-page-install-2015 .j-col p {
  text-align: left;
}

.page-template-page-all-features-2015 .in.j-content {
  padding: 4em 0;
}
.page-template-page-all-features-2015 .j-feature {
  padding-top: 4em;
}
.page-template-page-all-features-2015 .j-feature img {
  width: 100%;
  max-width: 550px;
  border-radius: 6px;
  border: 1px #e3e3e3 solid;
  padding: 1em;
}
.page-template-page-all-features-2015 .j-feature h3 {
  color: #7d7d7d;
}
.page-template-page-all-features-2015 .j-feature .j-col p {
  text-align: left;
}
.page-template-page-all-features-2015 .act {
  margin-top: 2em;
  padding: 3em;
  background: #efefef;
  border-radius: 9px;
}
.page-template-page-all-features-2015 .module-grid {
  border-top: 1px #e3e3e3 solid;
  padding-top: 3em;
  margin-top: 3em;
}
.page-template-page-all-features-2015 .module-grid h2 {
  margin-top: 0;
}
.page-template-page-all-features-2015 .module-grid .cat-title {
  text-align: center;
  font-size: 2em;
  font-weight: 400;
}
.page-template-page-all-features-2015 .module-grid .cat {
  margin-bottom: 2em;
}
.page-template-page-all-features-2015 .filter a {
  background: #e3e3e3;
  color: #7d7d7d;
  text-shadow: none;
  width: 200px;
  padding: 1em;
  font-size: 1em;
}
.page-template-page-all-features-2015 .filter a:hover {
  color: white;
  background: #669c34;
}
.page-template-page-all-features-2015 .filter .selected {
  color: white;
  background: #72af3a;
  font-weight: 600;
}
.page-template-page-all-features-2015 .cat .module {
  transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  width: 100%;
}
.page-template-page-all-features-2015 .cat .module h3 {
  color: #72af3a;
  font-size: 1.5em;
  font-weight: 400;
  margin-bottom: .75em;
  text-align: left;
}
.page-template-page-all-features-2015 .cat .module h3:before {
  color: #7d7d7d;
}
.page-template-page-all-features-2015 .cat .module h3 .paid {
  top: 9px;
}
.page-template-page-all-features-2015 .cat .module p {
  font-size: 1em;
}
.page-template-page-all-features-2015 .cat .module:hover {
  border: 1px #a6d07d solid;
  background-color: #f3f9ed;
}
@media (max-width: 782px) {
  .page-template-page-all-features-2015 .cat .module,
  .page-template-page-all-features-2015 .cat .module:nth-child(2n + 1),
  .page-template-page-all-features-2015 .cat .module:nth-child(3n + 1) {
    margin: 0 0 .5em 0;
  }
}
@media (min-width: 782px) {
  .page-template-page-all-features-2015 .cat .module,
  .page-template-page-all-features-2015 .cat .module:nth-child(2n + 1),
  .page-template-page-all-features-2015 .cat .module:nth-child(3n + 1) {
    width: 49%;
  }
}
@media (min-width: 900px) {
  .page-template-page-all-features-2015 .cat .module,
  .page-template-page-all-features-2015 .cat .module:nth-child(2n + 1),
  .page-template-page-all-features-2015 .cat .module:nth-child(3n + 1) {
    width: 32%;
  }
}

.modal {
  z-index: 100;
}
.modal header {
  background-color: #72af3a;
  border-bottom: 1px #4f7c2a solid;
}
@media (min-width: 782px) {
  .modal header {
    background: url(/wp-content/themes/a8c/jetpackme-new/images-2015/bg-jupiter-2.svg) 98% -20px no-repeat fixed, url(/wp-content/themes/a8c/jetpackme-new/images-2015/bg-lrg-planet-2.svg) -75px 400px no-repeat fixed, url(/wp-content/themes/a8c/jetpackme-new/images-2015/dark-stars.svg) 50% 50%, #669c34;
  }
}
@media (min-width: 1300px) {
  .modal header {
    background: url(/wp-content/themes/a8c/jetpackme-new/images-2015/bg-jupiter-2.svg) 98% -20px no-repeat fixed, url(/wp-content/themes/a8c/jetpackme-new/images-2015/bg-lrg-planet-2.svg) -75px 350px no-repeat fixed, url(/wp-content/themes/a8c/jetpackme-new/images-2015/dark-stars.svg) 50% 50%, #669c34;
  }
}
@media (max-width: 782px) {
  .modal header {
    background: url(/wp-content/themes/a8c/jetpackme-new/images-2015/bg-jupiter-2.svg) 50% -500px no-repeat fixed, url(/wp-content/themes/a8c/jetpackme-new/images-2015/bg-lrg-planet-2.svg) 50% 350px no-repeat, url(/wp-content/themes/a8c/jetpackme-new/images-2015/dark-stars.svg) 50% 50%, #669c34;
  }
}
.modal header li.active {
  font-family: "proxima nova", "open sans", sans-serif;
  padding-top: 5px;
  color: white;
}
.modal header li.active:before {
  font-family: "Genericons";
  margin-top: -2px;
}
.modal header .close {
  color: white;
  border-left: 1px #4f7c2a solid;
}
.modal header .close:hover {
  background-color: #59892d;
}

.post-type-archive-jetpack_support .q-shell {
  width: 100%;
  margin: 2em auto;
}
.post-type-archive-jetpack_support .jp-support-question {
  width: 100%;
  margin: 0 auto;
  padding: 1em;
  font-size: 1.25em;
  border: 1px #e3e3e3 solid;
}
.post-type-archive-jetpack_support #responses {
  display: none;
  background: white;
  border: 1px #a6d07d solid;
  background-color: #f3f9ed;
  border-top: 0;
  text-align: left;
  padding: 1em;
}
.post-type-archive-jetpack_support #responses .response {
  margin-bottom: 1em;
  font-size: 1.1em;
  line-height: 150%;
}
.post-type-archive-jetpack_support #responses .response:last-of-type {
  margin-bottom: 0;
}
.post-type-archive-jetpack_support #responses .response a {
  display: block;
  font-size: 1.2em;
}
@media (min-width: 782px) {
  .post-type-archive-jetpack_support .l-side {
    padding-right: 6em;
  }
}
.post-type-archive-jetpack_support .l-side .widget {
  margin-bottom: 1em;
  background: white;
  border: 1px #e3e3e3 solid;
  float: left;
  padding: 1.25em;
  border-radius: 3px;
}
@media (min-width: 900px) {
  .post-type-archive-jetpack_support .l-side .widget {
    width: 48%;
    margin: 0 2% 2% 0;
  }
}
.post-type-archive-jetpack_support .l-side .widget:nth-child(odd) {
  clear: both;
}
.post-type-archive-jetpack_support .l-side .widget a {
  font-size: 1.35em;
}
.post-type-archive-jetpack_support .r-side .widget {
  margin-bottom: 2em;
  font-size: 1.25em;
}
.post-type-archive-jetpack_support .r-side .widget strong {
  font-size: 1.25em;
  margin-bottom: .55em;
  display: block;
}
.post-type-archive-jetpack_support .r-side .km-jp-download {
  display: inline;
  background: transparent;
  color: #8cc258;
  font-size: 1em;
}

/**
 * Feature Index Page Template
 **/
.page-template-page-feature-index #feature-index-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.page-template-page-feature-index #feature-index-container .feature-index-nav {
  text-align: center;
  margin-top: 25px;
  margin-bottom: 25px;
}
.page-template-page-feature-index #feature-index-container .feature-index-nav ul li {
  display: inline;
  list-style-type: none;
  padding-right: 30px;
  float: left;
}
.page-template-page-feature-index #feature-index-container .feature-index-nav ul li a:hover {
  border-bottom: 4px solid #ccc;
}
.page-template-page-feature-index #feature-index-container .feature-index-nav ul li a.current {
  border-bottom: 4px solid #ccc;
}
.page-template-page-feature-index #feature-index-container .feature-index-nav ul li a:active {
  outline: none;
}
.page-template-page-feature-index #feature-index-container .feature-index-legend {
  font-size: 11px;
  margin-bottom: 25px;
}
.page-template-page-feature-index #feature-index-container .feature-index-legend .genericon.noticon.noticon-lock {
  font-size: 13px;
  color: #ffba00;
  margin-top: 1px;
}
.page-template-page-feature-index #feature-index-container .feature-index-legend a {
  color: #000;
  border-bottom: 1px dotted #72af3a;
}
.page-template-page-feature-index #feature-index-container .features-container {
  padding-left: 50px;
  border-bottom: 1px solid #eee;
  margin-bottom: 50px;
}
.page-template-page-feature-index #feature-index-container .features-container .single-feature {
  width: 33%;
  padding: 25px;
  float: left;
  display: block;
  height: 150px;
  font-weight: 200;
}
.page-template-page-feature-index #feature-index-container .features-container .single-feature .feature-title {
  font-size: 20px;
  color: #72af3a;
}
.page-template-page-feature-index #feature-index-container .features-container .single-feature .feature-title .genericon.noticon.noticon-lock {
  font-size: 25px;
  margin-top: 2px;
  color: #ffba00;
}
.page-template-page-feature-index #feature-index-container .features-container .single-feature .feature-title abbr {
  border: 0 none;
  text-decoration: none;
}
.page-template-page-feature-index #feature-index-container .features-container .single-feature .feature-desc {
  font-size: 13px;
}
@media (max-width: 782px) {
  .page-template-page-feature-index #feature-index-container .features-container .single-feature {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 782px) {
  .page-template-page-feature-index #feature-index-container .features-container {
    padding-left: 0px;
  }
}

/**
 * Single Feature Page Template
 **/
.page-template-page-single-feature .mast, .page-template-page-feature-index .mast {
  margin-bottom: 0;
}
.page-template-page-single-feature .in, .page-template-page-feature-index .in {
  text-align: left;
}
.page-template-page-single-feature .in h1, .page-template-page-single-feature .in h2, .page-template-page-single-feature .in h3, .page-template-page-single-feature .in h4, .page-template-page-single-feature .in h5, .page-template-page-feature-index .in h1, .page-template-page-feature-index .in h2, .page-template-page-feature-index .in h3, .page-template-page-feature-index .in h4, .page-template-page-feature-index .in h5 {
  text-align: left;
}
.page-template-page-single-feature .feature-acenter .in h1, .page-template-page-single-feature .feature-acenter .in h2, .page-template-page-single-feature .feature-acenter .in h3, .page-template-page-single-feature .feature-acenter .in h4, .page-template-page-single-feature .feature-acenter .in h5, .page-template-page-feature-index .feature-acenter .in h1, .page-template-page-feature-index .feature-acenter .in h2, .page-template-page-feature-index .feature-acenter .in h3, .page-template-page-feature-index .feature-acenter .in h4, .page-template-page-feature-index .feature-acenter .in h5 {
  text-align: center;
}
.page-template-page-single-feature h3, .page-template-page-feature-index h3 {
  color: #7d7d7d;
}
.page-template-page-single-feature li, .page-template-page-feature-index li {
  margin-bottom: .575em;
}
.page-template-page-single-feature img, .page-template-page-feature-index img {
  position: relative;
  max-width: 100%;
  margin-bottom: 1.5em;
}
.page-template-page-single-feature img.feature-screenshot, .page-template-page-feature-index img.feature-screenshot {
  border: 3px solid #e3e3e3;
  border-top-width: 16px;
  border-radius: 3px;
}
.page-template-page-single-feature .feature-section, .page-template-page-feature-index .feature-section {
  padding: 4em 0;
}
.page-template-page-single-feature .feature-light, .page-template-page-feature-index .feature-light {
  background: white;
}
.page-template-page-single-feature .feature-acenter, .page-template-page-feature-index .feature-acenter {
  text-align: center;
}
.page-template-page-single-feature .cta-install, .page-template-page-feature-index .cta-install {
  padding: 2em 0;
  text-align: center;
}
.page-template-page-single-feature .feature-button-cta, .page-template-page-feature-index .feature-button-cta {
  display: block;
  max-width: 55%;
  margin: 2em 0;
  padding: .5em 1em;
  font-weight: 600;
  font-size: 1em;
  color: white;
  background: #72af3a;
  text-align: center;
  border-radius: 3px;
}
.page-template-page-single-feature .feature-button-cta.inline, .page-template-page-feature-index .feature-button-cta.inline {
  display: inline-block;
  margin: 0;
  border: solid 1px #72af3a;
}
@media (max-width: 375px) {
  .page-template-page-single-feature .feature-button-cta.inline, .page-template-page-feature-index .feature-button-cta.inline {
    display: block;
    max-width: 100%;
    margin: 1em 0;
  }
}
.page-template-page-single-feature .feature-button-cta.secondary, .page-template-page-feature-index .feature-button-cta.secondary {
  margin-left: .5em;
  background: white;
  color: #72af3a;
}
.page-template-page-single-feature .feature-button-cta.secondary:hover, .page-template-page-feature-index .feature-button-cta.secondary:hover {
  color: #72af3a;
  background: #e6f2db;
}
@media (max-width: 375px) {
  .page-template-page-single-feature .feature-button-cta.secondary, .page-template-page-feature-index .feature-button-cta.secondary {
    margin: .5em 0;
  }
}
.page-template-page-single-feature .feature-button-cta:hover, .page-template-page-feature-index .feature-button-cta:hover {
  color: white;
  background: #8cc258;
}
.page-template-page-single-feature .feature-button-cta:active, .page-template-page-feature-index .feature-button-cta:active {
  color: white;
  background: #72af3a;
}
.page-template-page-single-feature .feature-header h1, .page-template-page-feature-index .feature-header h1 {
  margin-bottom: .5em;
  font-size: 3.25em;
}
.page-template-page-single-feature .feature-header h2, .page-template-page-feature-index .feature-header h2 {
  max-width: 580px;
  font-size: 2em;
}
.page-template-page-single-feature .feature-header.feature-section, .page-template-page-feature-index .feature-header.feature-section {
  padding-bottom: 0;
}
.page-template-page-single-feature .feature-intro, .page-template-page-feature-index .feature-intro {
  font-size: 1.15em;
}
.page-template-page-single-feature .feature-intro .in, .page-template-page-feature-index .feature-intro .in {
  max-width: 760px;
  padding: 0 1em;
}
.page-template-page-single-feature .feature-highlights div, .page-template-page-single-feature .feature-highlights p, .page-template-page-feature-index .feature-highlights div, .page-template-page-feature-index .feature-highlights p {
  max-width: 580px;
}
@media (max-width: 782px) {
  .page-template-page-single-feature .feature-highlights div, .page-template-page-single-feature .feature-highlights p, .page-template-page-feature-index .feature-highlights div, .page-template-page-feature-index .feature-highlights p {
    padding: 0 1.5em;
  }
}
.page-template-page-single-feature .feature-highlights ul, .page-template-page-feature-index .feature-highlights ul {
  max-width: 580px;
  margin: 2em auto;
  padding-left: 0;
  font-size: 1.225em;
}
@media (max-width: 782px) {
  .page-template-page-single-feature .feature-highlights ul, .page-template-page-feature-index .feature-highlights ul {
    padding: 0 1.5em;
  }
}
.page-template-page-single-feature .feature-highlights a, .page-template-page-feature-index .feature-highlights a {
  color: white;
  text-decoration: underline;
}
.page-template-page-single-feature .feature-secondary, .page-template-page-feature-index .feature-secondary {
  font-size: 90%;
}
.page-template-page-single-feature .feature-related .in, .page-template-page-feature-index .feature-related .in {
  max-width: 760px;
}
.page-template-page-single-feature .feature-related p, .page-template-page-feature-index .feature-related p {
  text-align: center;
}
.page-template-page-single-feature .feature-related a, .page-template-page-feature-index .feature-related a {
  margin: 2em auto;
}
.page-template-page-single-feature ul.features-listing, .page-template-page-feature-index ul.features-listing {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 600px) {
  .page-template-page-single-feature ul.features-listing, .page-template-page-feature-index ul.features-listing {
    flex-direction: column;
  }
}
.page-template-page-single-feature ul.features-listing li, .page-template-page-feature-index ul.features-listing li {
  display: block;
  float: left;
  width: 47%;
  margin-bottom: 1em;
  padding: 1em 0;
}
@media (max-width: 600px) {
  .page-template-page-single-feature ul.features-listing li, .page-template-page-feature-index ul.features-listing li {
    width: 100%;
  }
}
.page-template-page-single-feature ul.features-listing a, .page-template-page-feature-index ul.features-listing a {
  display: block;
  font-weight: bold;
  margin-bottom: .5em;
  font-size: 1.1em;
}
.page-template-page-single-feature .pricing-comparison, .page-template-page-feature-index .pricing-comparison {
  text-align: center;
}
.page-template-page-single-feature .pricing-comparison .pricing-switcher, .page-template-page-feature-index .pricing-comparison .pricing-switcher {
  display: flex;
  justify-content: center;
  margin: 0 auto 3.5em;
}
.page-template-page-single-feature .pricing-comparison .pricing-switcher a, .page-template-page-feature-index .pricing-comparison .pricing-switcher a {
  display: block;
  width: 25%;
  padding: 20px;
  font-weight: bold;
  text-align: center;
  border: solid 1px #72af3a;
}
.page-template-page-single-feature .pricing-comparison .pricing-switcher a:nth-of-type(1), .page-template-page-feature-index .pricing-comparison .pricing-switcher a:nth-of-type(1) {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.page-template-page-single-feature .pricing-comparison .pricing-switcher a:nth-of-type(2), .page-template-page-feature-index .pricing-comparison .pricing-switcher a:nth-of-type(2) {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.page-template-page-single-feature .pricing-comparison .pricing-switcher a.selected, .page-template-page-feature-index .pricing-comparison .pricing-switcher a.selected {
  background: #72af3a;
  color: white;
}
@media (max-width: 700px) {
  .page-template-page-single-feature .pricing-comparison .pricing-switcher a, .page-template-page-feature-index .pricing-comparison .pricing-switcher a {
    width: 45%;
  }
}
.page-template-page-single-feature .pricing-comparison .plans h2, .page-template-page-feature-index .pricing-comparison .plans h2 {
  margin-bottom: .35em;
  font-size: 2em;
  font-weight: 600;
  text-align: center;
}
.page-template-page-single-feature .pricing-comparison .plans h3, .page-template-page-feature-index .pricing-comparison .plans h3 {
  font-size: 1.2em;
  text-align: center;
}
.page-template-page-single-feature .pricing-comparison .plans p, .page-template-page-feature-index .pricing-comparison .plans p {
  font-size: 1.1em;
}
.page-template-page-single-feature .pricing-comparison .plans ul, .page-template-page-feature-index .pricing-comparison .plans ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.page-template-page-single-feature .pricing-comparison .plans-business, .page-template-page-feature-index .pricing-comparison .plans-business {
  display: none;
}
.page-template-page-single-feature .pricing-comparison .plan-free,
.page-template-page-single-feature .pricing-comparison .plan-personal,
.page-template-page-single-feature .pricing-comparison .plan-premium,
.page-template-page-single-feature .pricing-comparison .plan-professional, .page-template-page-feature-index .pricing-comparison .plan-free,
.page-template-page-feature-index .pricing-comparison .plan-personal,
.page-template-page-feature-index .pricing-comparison .plan-premium,
.page-template-page-feature-index .pricing-comparison .plan-professional {
  float: left;
  width: 50%;
  padding: 1em;
  text-align: center;
}
@media (max-width: 700px) {
  .page-template-page-single-feature .pricing-comparison .plan-free,
  .page-template-page-single-feature .pricing-comparison .plan-personal,
  .page-template-page-single-feature .pricing-comparison .plan-premium,
  .page-template-page-single-feature .pricing-comparison .plan-professional, .page-template-page-feature-index .pricing-comparison .plan-free,
  .page-template-page-feature-index .pricing-comparison .plan-personal,
  .page-template-page-feature-index .pricing-comparison .plan-premium,
  .page-template-page-feature-index .pricing-comparison .plan-professional {
    float: none;
    width: 100%;
    padding: 2em 0;
  }
}
.page-template-page-single-feature .pricing-comparison .plan-personal,
.page-template-page-single-feature .pricing-comparison .plan-professional, .page-template-page-feature-index .pricing-comparison .plan-personal,
.page-template-page-feature-index .pricing-comparison .plan-professional {
  border-left: solid 1px #d6d6d6;
}
@media (max-width: 700px) {
  .page-template-page-single-feature .pricing-comparison .plan-personal,
  .page-template-page-single-feature .pricing-comparison .plan-professional, .page-template-page-feature-index .pricing-comparison .plan-personal,
  .page-template-page-feature-index .pricing-comparison .plan-professional {
    border-left: none;
    border-top: solid 1px #d6d6d6;
  }
}
.page-template-page-single-feature .pricing-comparison .feature-button-cta, .page-template-page-feature-index .pricing-comparison .feature-button-cta {
  margin: 0.5em auto 2em;
}
.page-template-page-single-feature .pricing-proof .in, .page-template-page-feature-index .pricing-proof .in {
  max-width: 760px;
}
.page-template-page-single-feature .pricing-proof .proof-listing, .page-template-page-feature-index .pricing-proof .proof-listing {
  display: flex;
  justify-content: space-between;
  max-width: 760px;
  margin: 2em 0 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 700px) {
  .page-template-page-single-feature .pricing-proof .proof-listing, .page-template-page-feature-index .pricing-proof .proof-listing {
    flex-direction: column;
  }
}
.page-template-page-single-feature .pricing-proof .proof-listing li, .page-template-page-feature-index .pricing-proof .proof-listing li {
  width: 31%;
}
@media (max-width: 700px) {
  .page-template-page-single-feature .pricing-proof .proof-listing li, .page-template-page-feature-index .pricing-proof .proof-listing li {
    width: 100%;
  }
}
.page-template-page-single-feature .pricing-proof .proof-listing strong, .page-template-page-feature-index .pricing-proof .proof-listing strong {
  display: block;
  margin-bottom: 1em;
}
.page-template-page-single-feature .pricing-proof .proof-listing p, .page-template-page-feature-index .pricing-proof .proof-listing p {
  margin: 0 0 1em;
  padding: 0;
  font-size: 1em;
}

/**
 * Homepage New
 **/
/* Animation stuff */
@keyframes anim-fade-in-out {
  0% {
    opacity: 0;
  }

  1% {
    opacity: 1;
  }

  16% {
    opacity: 1;
  }

  20% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

@keyframes anim-fade-in {
  0% {
    opacity: 0;
  }

  1% {
    opacity: 1;
  }

  100% {
    opacity: 1;
  }
}

.page-template-page-home-new h2 {
  letter-spacing: -1px;
}
.page-template-page-home-new .mast p {
  margin: 1em 0 2em;
}
.page-template-page-home-new .hero-content {
  padding: 6em 0 10em;
  text-align: left;
}
.page-template-page-home-new .hero-content.wrap.inner {
  max-width: 760px;
}
.page-template-page-home-new .tagline {
  padding-bottom: 22%;
  font-size: 82px;
  font-weight: 700;
  letter-spacing: -2px;
}
@media (max-width: 782px) {
  .page-template-page-home-new .tagline {
    font-size: 10vw;
  }
}
.page-template-page-home-new .taglines-pre {
  display: block;
  margin-bottom: -16px;
  color: #234705;
}
@media (max-width: 700px) {
  .page-template-page-home-new .taglines-pre {
    font-size: -12px;
  }
}
.page-template-page-home-new .taglines {
  display: inline;
}
.page-template-page-home-new .taglines span {
  position: absolute;
  display: block;
  opacity: 0;
  overflow: hidden;
  color: white;
  animation: anim-fade-in-out 12s ease 1 1s;
}
.page-template-page-home-new .taglines span:last-of-type {
  animation-name: anim-fade-in;
  animation-fill-mode: forwards;
}
.page-template-page-home-new .taglines i {
  font-style: normal;
  color: #234705;
}
.page-template-page-home-new .taglines span:nth-of-type(2) {
  animation-delay: 3.4s;
}
.page-template-page-home-new .taglines span:nth-of-type(3) {
  animation-delay: 5.8s;
}
.page-template-page-home-new .taglines span:nth-of-type(4) {
  animation-delay: 8.2s;
}
.page-template-page-home-new .taglines span:nth-of-type(5) {
  animation-delay: 10.6s;
}
.page-template-page-home-new .connect-site {
  display: flex;
}
@media (max-width: 700px) {
  .page-template-page-home-new .connect-site {
    flex-direction: column;
  }
}
.page-template-page-home-new .connect-site .input-site {
  flex: 6;
}
.page-template-page-home-new .connect-site .button-group {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  flex: 2.3;
}
@media (max-width: 1000px) {
  .page-template-page-home-new .connect-site .button-group {
    flex: 2.6;
  }
}
@media (max-width: 782px) {
  .page-template-page-home-new .connect-site .button-group {
    flex: 3;
  }
}
@media (max-width: 700px) {
  .page-template-page-home-new .connect-site .button-group {
    flex-basis: 100%;
    justify-content: flex-start;
    margin-top: .5em;
  }
}
.page-template-page-home-new .connect-site input,
.page-template-page-home-new .connect-site button {
  font-size: 22px;
  font-weight: 600;
  outline: none;
  -webkit-appearance: none;
  transition: background .2s ease;
}
@media (max-width: 530px) {
  .page-template-page-home-new .connect-site input,
  .page-template-page-home-new .connect-site button {
    font-size: 20px;
  }
}
.page-template-page-home-new .connect-site input {
  margin-top: 1px;
  padding: 9px 16px;
  text-indent: 34px;
  border: none;
  border-radius: 3px;
}
@media (max-width: 530px) {
  .page-template-page-home-new .connect-site input {
    text-indent: 26px;
  }
}
.page-template-page-home-new .connect-site button {
  position: relative;
  padding: 8px 16px;
  color: white;
  background: #7ec340;
  border: 1px solid #3b5b1e;
  box-shadow: 0 2px 0 0 #3b5b1e;
  cursor: pointer;
}
.page-template-page-home-new .connect-site button:nth-of-type(1) {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.page-template-page-home-new .connect-site button:nth-of-type(2) {
  margin-left: -1px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.page-template-page-home-new .connect-site button:hover {
  background: #72b138;
}
.page-template-page-home-new .connect-site button:active {
  top: 2px;
  outline: none;
  box-shadow: none;
}
.page-template-page-home-new .connect-site .gridicon {
  position: absolute;
  width: 28px;
  height: 28px;
  margin: 12px 0 0 12px;
  fill: #b0b0b0;
}
@media (max-width: 530px) {
  .page-template-page-home-new .connect-site .gridicon {
    margin: 10px 0 0 8px;
  }
}
.page-template-page-home-new .connect-site .popover-trigger .gridicon {
  position: relative;
  top: 4px;
  width: 24px;
  height: 24px;
  margin: 0;
  fill: white;
}
@media (max-width: 530px) {
  .page-template-page-home-new .connect-site .popover-trigger .gridicon {
    width: 21px;
    height: 21px;
  }
}
.page-template-page-home-new .connect-site .popover-trigger.active {
  top: 2px;
  outline: none;
  background: #72b138;
  box-shadow: none;
}
.page-template-page-home-new .popover {
  position: absolute;
  right: 0;
  z-index: 30;
  min-width: 375px;
  margin-top: 56px;
  opacity: 0;
  visibility: hidden;
}
.page-template-page-home-new .popover.visible {
  opacity: 1;
  visibility: visible;
  transition: .2s opacity ease;
}
.page-template-page-home-new .popover:not(.free) .plan-free svg {
  display: none;
}
.page-template-page-home-new .popover:not(.personal) .plan-personal svg {
  display: none;
}
.page-template-page-home-new .popover:not(.premium) .plan-premium svg {
  display: none;
}
.page-template-page-home-new .popover:not(.professional) .plan-professional svg {
  display: none;
}
@media (max-width: 700px) {
  .page-template-page-home-new .popover {
    left: 0;
  }
}
@media (max-width: 530px) {
  .page-template-page-home-new .popover {
    width: 100%;
    min-width: auto;
  }
}
.page-template-page-home-new .popover-arrow {
  position: absolute;
  width: 0;
  height: 0;
  right: 19px;
  top: -14px;
  margin-top: 4px;
  border: 10px solid white;
  border-bottom-style: solid;
  border-top: none;
  border-left-color: transparent;
  border-right-color: transparent;
}
@media (max-width: 700px) {
  .page-template-page-home-new .popover-arrow {
    left: 145px;
    right: auto;
  }
}
.page-template-page-home-new .popover-inner {
  background: white;
  border-radius: 3px;
  box-shadow: 0 3px 6px rgba(125, 125, 125, 0.35);
}
.page-template-page-home-new .popover-inner h4,
.page-template-page-home-new .popover-inner p {
  text-align: left;
  margin: 0;
}
.page-template-page-home-new .popover-inner h4 {
  font-size: 15px;
  font-weight: bold;
  color: #72af3a;
}
.page-template-page-home-new .popover-inner h4 span {
  font-size: 13px;
  font-weight: normal;
  font-style: italic;
  color: #b0b0b0;
}
.page-template-page-home-new .popover-inner p {
  font-size: 14px;
  color: #7d7d7d;
}
.page-template-page-home-new .popover-inner ul {
  list-style: none;
  margin: 0;
  padding: 4px 0;
}
.page-template-page-home-new .popover-inner li {
  border-bottom: 1px solid rgba(176, 176, 176, 0.3);
}
.page-template-page-home-new .popover-inner li:last-of-type {
  margin: 0;
  padding: 0;
  border: none;
}
.page-template-page-home-new .popover-inner a {
  position: relative;
  display: block;
  padding: 10px 26px 10px 16px;
  transition-duration: .15s;
}
.page-template-page-home-new .popover-inner a:hover {
  background: rgba(176, 176, 176, 0.3);
}
.page-template-page-home-new .popover-inner .gridicon {
  position: absolute;
  top: 12px;
  right: 10px;
  width: 20px;
  height: 20px;
  margin: 0;
  fill: #8cc258;
}
.page-template-page-home-new .intro {
  margin-bottom: 5em;
}
.page-template-page-home-new .intro h2 {
  color: #72af3a;
  text-align: left;
}
.page-template-page-home-new .benefits {
  display: flex;
  flex-wrap: wrap;
  text-align: left;
}
.page-template-page-home-new .benefit {
  position: relative;
  flex: 0 1 50%;
  margin-bottom: 3em;
  padding-right: 4em;
}
@media (max-width: 700px) {
  .page-template-page-home-new .benefit {
    flex-basis: 100%;
    padding-right: 0;
  }
}
.page-template-page-home-new .benefit h3 {
  color: black;
  text-align: left;
  text-indent: 34px;
}
@media (min-width: 1100px) {
  .page-template-page-home-new .benefit h3 {
    text-indent: 0;
  }
}
.page-template-page-home-new .benefit .gridicon {
  position: absolute;
  top: 20px;
  left: 0;
  fill: #72af3a;
}
@media (min-width: 1100px) {
  .page-template-page-home-new .benefit .gridicon {
    top: 20px;
    left: -38px;
  }
}
.page-template-page-home-new .logos {
  padding: 3em 0;
  text-align: center;
}
.page-template-page-home-new .testimonials {
  padding: 3em 0;
  background: #efefef;
}
.page-template-page-home-new .testimonials .inner {
  display: flex;
  flex-wrap: wrap;
}
.page-template-page-home-new .testimonials .testimonial {
  float: none;
  flex: 0 1 50%;
  margin-top: 0;
  margin-bottom: 3em;
  padding-right: 4em;
  font-size: 15px;
  text-align: left;
  line-height: 1.5em;
}
@media (max-width: 1000px) {
  .page-template-page-home-new .testimonials .testimonial {
    background: none;
  }
}
@media (max-width: 700px) {
  .page-template-page-home-new .testimonials .testimonial {
    flex-basis: 100%;
    padding-right: 0;
  }
}
.page-template-page-home-new .testimonials .plug {
  margin-top: -1em;
  text-align: right;
}
.page-template-page-home-new .testimonials .plug img {
  float: right;
}
.page-template-page-home-new .testimonials .plug:after {
  content: none;
}
.page-template-page-home-new.one-button .button-group {
  padding-left: 1em;
}
@media (max-width: 700px) {
  .page-template-page-home-new.one-button .button-group {
    padding-left: 0;
  }
}
.page-template-page-home-new.one-button .button-start {
  width: 100%;
  border-radius: 3px;
}
.page-template-page-home-new.one-button .popover-trigger {
  display: none;
}

@media (max-width: 969px) {
  .page-template-page-home-new .hero-content.wrap.inner {
    padding-bottom: 4em;
  }
}
.security-card {
  position: relative;
  margin-bottom: 3em;
  padding: 24px;
  font-size: 15px;
  font-weight: 600;
  color: #7d7d7d;
  background: white;
  border: 1px solid rgba(176, 176, 176, 0.5);
  box-shadow: 0 2px 4px 0 rgba(176, 176, 176, 0.15);
  border-radius: 3px;
}
.security-card h3 {
  color: #303030;
}
.security-card p {
  margin-top: .325em;
  font-size: 15px;
}

.security-type {
  position: absolute;
  top: 24px;
  right: 24px;
  padding: 8px 16px;
  font-size: 12px;
  font-weight: 600;
  color: white;
  background: #b0b0b0;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 3px;
}

.security-ranking {
  position: relative;
  margin-top: 24px;
  padding-top: 18px;
}
.security-ranking:before, .security-ranking:after {
  content: '';
  position: absolute;
  top: 0;
  display: block;
  height: 8px;
}
.security-ranking:before {
  width: 100%;
  background: #e3e3e3;
  z-index: 2;
}
.security-ranking:after {
  z-index: 3;
}
.security-ranking.ranking-great:after {
  width: 100%;
  background: #72af3a;
}
.security-ranking.ranking-great span {
  color: #72af3a;
}
.security-ranking.ranking-good:after {
  width: 65%;
  background: #f0b849;
}
.security-ranking.ranking-good span {
  color: #f0b849;
}
.security-ranking.ranking-bad:after {
  width: 15%;
  background: #d94f4f;
}
.security-ranking.ranking-bad span {
  color: #d94f4f;
}

.page-template-landing-page-premium h1, .page-template-landing-page-premium h2, .page-template-landing-page-premium h3, .page-template-landing-page-premium h4, .page-template-landing-page-premium h5,
.page-template-landing-page-business h1,
.page-template-landing-page-business h2,
.page-template-landing-page-business h3,
.page-template-landing-page-business h4,
.page-template-landing-page-business h5 {
  font-family: 'Merriweather Sans', sans-serif !important;
  text-shadow: none !important;
}
.page-template-landing-page-premium p, .page-template-landing-page-premium li,
.page-template-landing-page-business p,
.page-template-landing-page-business li {
  font-family: 'Open Sans', sans-serif;
}
.page-template-landing-page-premium .masthead,
.page-template-landing-page-business .masthead {
  float: left;
  width: 100%;
  padding: 4em 6em 6em 6em;
  background-image: url(/wp-content/themes/a8c/jetpackme-new/images-2016/masthead-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-box-shadow: inset 0 -5px 7px -5px rgba(0, 0, 0, 0.5);
}
.page-template-landing-page-premium .masthead nav,
.page-template-landing-page-business .masthead nav {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  float: left;
  width: 100%;
  margin: 0 0 6em 0;
}
.page-template-landing-page-premium .masthead nav .logo,
.page-template-landing-page-business .masthead nav .logo {
  width: 10em;
}
.page-template-landing-page-premium .masthead nav .logo .jp-logo,
.page-template-landing-page-business .masthead nav .logo .jp-logo {
  float: left;
  width: 100%;
  fill: #fff;
  background: none;
}
.page-template-landing-page-premium .masthead nav ul.site-nav,
.page-template-landing-page-business .masthead nav ul.site-nav {
  margin: 0;
  padding: 0;
}
.page-template-landing-page-premium .masthead nav ul.site-nav li,
.page-template-landing-page-business .masthead nav ul.site-nav li {
  float: left;
  margin: 0 0 0 2em;
}
.page-template-landing-page-premium .masthead nav ul.site-nav li a,
.page-template-landing-page-business .masthead nav ul.site-nav li a {
  padding: 6px 10px;
  border-radius: 3px;
  color: rgba(255, 255, 255, 0.99);
}
.page-template-landing-page-premium .masthead nav ul.site-nav li a:hover,
.page-template-landing-page-business .masthead nav ul.site-nav li a:hover {
  color: rgba(255, 255, 255, 0.99);
  background: rgba(0, 0, 0, 0.2);
}
.page-template-landing-page-premium .masthead .value-prop,
.page-template-landing-page-business .masthead .value-prop {
  max-width: 60em;
  margin: auto;
}
.page-template-landing-page-premium .masthead .value-prop h1,
.page-template-landing-page-business .masthead .value-prop h1 {
  max-width: 100%;
  margin: 0 0 .5em 0;
  padding: 0;
  font-family: 'Merriweather Sans', sans-serif !important;
  text-align: center;
}
.page-template-landing-page-premium .masthead .value-prop p,
.page-template-landing-page-business .masthead .value-prop p {
  width: 80%;
  margin: 0 auto;
  font-family: 'Open Sans', sans-serif;
  text-align: center;
  color: #fff;
}
.page-template-landing-page-premium .masthead .value-prop a.cta-button,
.page-template-landing-page-business .masthead .value-prop a.cta-button {
  display: inline-block;
  margin: 4em 0 .5em 0;
  padding: 15px 50px;
  background: #fff;
  border-radius: 3px;
  border-color: #578C27;
  border-style: solid;
  border-width: 1px 1px 2px;
  vertical-align: top;
  box-sizing: border-box;
}
.page-template-landing-page-premium .masthead .value-prop a.cta-button:hover,
.page-template-landing-page-business .masthead .value-prop a.cta-button:hover {
  border-color: #497C1B;
}
.page-template-landing-page-premium .masthead .value-prop a.cta-button:focus,
.page-template-landing-page-business .masthead .value-prop a.cta-button:focus {
  border-color: #497C1B;
  box-shadow: 0 0 0 2px #497C1B;
}
.page-template-landing-page-premium .masthead .value-prop em.cost,
.page-template-landing-page-business .masthead .value-prop em.cost {
  display: block;
  color: rgba(255, 255, 255, 0.8);
}
.page-template-landing-page-premium .content,
.page-template-landing-page-business .content {
  float: left;
  width: 100%;
}
.page-template-landing-page-premium .content .feature-block,
.page-template-landing-page-business .content .feature-block {
  max-width: 960px;
  display: flex;
  margin: auto;
  padding: 4em 0;
  border-bottom: 3px solid #ddd;
}
.page-template-landing-page-premium .content .feature-block .col,
.page-template-landing-page-business .content .feature-block .col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  float: left;
  width: 50%;
}
.page-template-landing-page-premium .content .feature-block .col h2,
.page-template-landing-page-business .content .feature-block .col h2 {
  margin: 0 0 .5em 0;
  font-size: 1.5rem;
  color: #333;
  text-align: left;
  letter-spacing: 0;
}
.page-template-landing-page-premium .content .feature-block .col p,
.page-template-landing-page-business .content .feature-block .col p {
  width: 80%;
  margin: 0 0 1em 0;
  font-size: 1rem;
  color: #666;
}
.page-template-landing-page-premium .content .feature-block .col a.cta-button,
.page-template-landing-page-business .content .feature-block .col a.cta-button {
  float: left;
  display: inline-block;
  padding: 7px 14px 9px;
  color: #fff;
  background: #81a844;
  border-radius: 3px;
  border-color: #578C27;
  border-style: solid;
  border-width: 1px 1px 2px;
  vertical-align: top;
  box-sizing: border-box;
}
.page-template-landing-page-premium .content .feature-block .col a.cta-button:hover,
.page-template-landing-page-business .content .feature-block .col a.cta-button:hover {
  border-color: #497C1B;
}
.page-template-landing-page-premium .content .feature-block .col a.cta-button:focus,
.page-template-landing-page-business .content .feature-block .col a.cta-button:focus {
  border-color: #497C1B;
  box-shadow: 0 0 0 2px #497C1B;
}
.page-template-landing-page-premium .content .feature-block .col.img,
.page-template-landing-page-business .content .feature-block .col.img {
  min-height: 300px;
}
.page-template-landing-page-premium .content .feature-block .col.img img,
.page-template-landing-page-business .content .feature-block .col.img img {
  max-width: 100%;
  height: auto;
}
.page-template-landing-page-premium .content .feature-buckets,
.page-template-landing-page-business .content .feature-buckets {
  max-width: 960px;
  display: flex;
  flex-direction: column;
  margin: auto;
  padding: 4em 0;
  border-bottom: 3px solid #ddd;
}
.page-template-landing-page-premium .content .feature-buckets h2,
.page-template-landing-page-business .content .feature-buckets h2 {
  margin: 0 0 2em 0;
  font-size: 1.5rem;
  color: #333;
  text-align: center;
  letter-spacing: 0;
}
.page-template-landing-page-premium .content .feature-buckets .buckets,
.page-template-landing-page-business .content .feature-buckets .buckets {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
.page-template-landing-page-premium .content .feature-buckets .buckets .bucket,
.page-template-landing-page-business .content .feature-buckets .buckets .bucket {
  width: auto;
}
.page-template-landing-page-premium .content .feature-buckets .buckets .bucket h3,
.page-template-landing-page-business .content .feature-buckets .buckets .bucket h3 {
  margin: 0 0 1em 0;
  font-size: 1.25rem;
  font-weight: 500;
  color: #333;
  text-align: left;
}
.page-template-landing-page-premium .content .feature-buckets .buckets .bucket ul,
.page-template-landing-page-business .content .feature-buckets .buckets .bucket ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.page-template-landing-page-premium .content .feature-buckets .buckets .bucket ul li,
.page-template-landing-page-business .content .feature-buckets .buckets .bucket ul li {
  margin: 0 0 .5em 0;
  font-size: 1rem;
  color: #666;
}
.page-template-landing-page-premium .content .feature-buckets .buckets .bucket ul li .gridicon.checkmark,
.page-template-landing-page-business .content .feature-buckets .buckets .bucket ul li .gridicon.checkmark {
  width: 13px;
  height: 13px;
  margin: 0 .5em 0 0;
  fill: #81a844;
  overflow: visible;
}
.page-template-landing-page-premium .content .upgrade-cta,
.page-template-landing-page-business .content .upgrade-cta {
  max-width: 960px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto 4em auto;
  padding: 4em 0;
}
.page-template-landing-page-premium .content .upgrade-cta h2,
.page-template-landing-page-business .content .upgrade-cta h2 {
  margin: 0 0 2em 0;
  font-size: 1.5rem;
  color: #333;
  text-align: center;
  letter-spacing: 0;
}
.page-template-landing-page-premium .content .upgrade-cta a.cta-button,
.page-template-landing-page-business .content .upgrade-cta a.cta-button {
  display: inline-block;
  margin: 1em auto .5em auto;
  padding: 10px 28px 12px;
  color: #fff;
  background: #81a844;
  border-radius: 3px;
  border-color: #578C27;
  border-style: solid;
  border-width: 1px 1px 2px;
  vertical-align: top;
  box-sizing: border-box;
}
.page-template-landing-page-premium .content .upgrade-cta em.cost,
.page-template-landing-page-business .content .upgrade-cta em.cost {
  display: block;
  color: #666;
}
.page-template-landing-page-premium .content .upgrade-cta p,
.page-template-landing-page-business .content .upgrade-cta p {
  margin: 2em 0 0 0;
  font-size: 1rem;
}

.page-template-landing-page-business h1, .page-template-landing-page-business h2, .page-template-landing-page-business h3, .page-template-landing-page-business h4, .page-template-landing-page-business h5 {
  font-family: 'Merriweather Sans', sans-serif !important;
  text-shadow: none !important;
}
.page-template-landing-page-business p, .page-template-landing-page-business li {
  font-family: 'Open Sans', sans-serif;
}
.page-template-landing-page-business .masthead {
  float: left;
  width: 100%;
  padding: 4em 6em 6em 6em;
  background-image: url(/wp-content/themes/a8c/jetpackme-new/images-2016/masthead-bus-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-box-shadow: inset 0 -5px 7px -5px rgba(0, 0, 0, 0.5);
}
.page-template-landing-page-business .masthead nav {
  float: left;
  width: 100%;
  margin: 0 0 6em 0;
}
.page-template-landing-page-business .masthead nav .logo {
  float: left;
  width: 10em;
}
.page-template-landing-page-business .masthead nav .logo .jp-logo {
  float: left;
  width: 100%;
  fill: #fff;
  background: none;
}
.page-template-landing-page-business .masthead .value-prop {
  max-width: 50em;
  margin: auto;
}
.page-template-landing-page-business .masthead .value-prop h1 {
  max-width: 100%;
  margin: 0 0 .5em 0;
  padding: 0;
  font-family: 'Merriweather Sans', sans-serif !important;
  text-align: center;
}
.page-template-landing-page-business .masthead .value-prop p {
  width: 80%;
  margin: 0 auto;
  font-family: 'Open Sans', sans-serif;
  text-align: center;
  color: #fff;
}
.page-template-landing-page-business .masthead .value-prop a.cta-button {
  display: inline-block;
  margin: 4em 0 .5em 0;
  padding: 15px 50px;
  background: #fff;
  border-radius: 3px;
  border-color: #578C27;
  border-style: solid;
  border-width: 1px 1px 2px;
  vertical-align: top;
  box-sizing: border-box;
}
.page-template-landing-page-business .masthead .value-prop a.cta-button:hover {
  border-color: #497C1B;
}
.page-template-landing-page-business .masthead .value-prop a.cta-button:focus {
  border-color: #497C1B;
  box-shadow: 0 0 0 2px #497C1B;
}
.page-template-landing-page-business .masthead .value-prop em.cost {
  display: block;
  color: rgba(255, 255, 255, 0.8);
}
.page-template-landing-page-business .content {
  float: left;
  width: 100%;
}
.page-template-landing-page-business .content .feature-block {
  max-width: 960px;
  display: flex;
  margin: auto;
  padding: 4em 0;
  border-bottom: 3px solid #ddd;
}
.page-template-landing-page-business .content .feature-block .col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  float: left;
  width: 50%;
}
.page-template-landing-page-business .content .feature-block .col h2 {
  margin: 0 0 .5em 0;
  font-size: 1.5rem;
  color: #333;
  text-align: left;
  letter-spacing: 0;
}
.page-template-landing-page-business .content .feature-block .col p {
  width: 80%;
  margin: 0 0 1em 0;
  font-size: 1rem;
  color: #666;
}
.page-template-landing-page-business .content .feature-block .col a.cta-button {
  float: left;
  display: inline-block;
  padding: 7px 14px 9px;
  color: #fff;
  background: #81a844;
  border-radius: 3px;
  border-color: #578C27;
  border-style: solid;
  border-width: 1px 1px 2px;
  vertical-align: top;
  box-sizing: border-box;
}
.page-template-landing-page-business .content .feature-block .col a.cta-button:hover {
  border-color: #497C1B;
}
.page-template-landing-page-business .content .feature-block .col a.cta-button:focus {
  border-color: #497C1B;
  box-shadow: 0 0 0 2px #497C1B;
}
.page-template-landing-page-business .content .feature-block .col.img {
  min-height: 300px;
}
.page-template-landing-page-business .content .feature-block .col.img img {
  max-width: 100%;
  height: auto;
}
.page-template-landing-page-business .content .testimonial {
  max-width: 960px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: auto;
  padding: 4em 0;
  border-bottom: 3px solid #ddd;
}
.page-template-landing-page-business .content .testimonial img {
  min-width: 140px;
  height: 140px;
  margin: 0 4em 0 0;
  background: #fff;
  border: 0 !important;
  border-radius: 50%;
}
.page-template-landing-page-business .content .testimonial blockquote {
  width: auto;
  margin: auto;
  padding: 0;
}
.page-template-landing-page-business .content .testimonial blockquote p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.5;
  font-style: italic;
}
.page-template-landing-page-business .content .testimonial blockquote p.source {
  margin: 1em 0 0 0;
}
.page-template-landing-page-business .content .feature-buckets {
  max-width: 960px;
  display: flex;
  flex-direction: column;
  margin: auto;
  padding: 4em 0;
  border-bottom: 3px solid #ddd;
}
.page-template-landing-page-business .content .feature-buckets h2 {
  margin: 0 0 2em 0;
  font-size: 1.5rem;
  color: #333;
  text-align: center;
  letter-spacing: 0;
}
.page-template-landing-page-business .content .feature-buckets .buckets {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
.page-template-landing-page-business .content .feature-buckets .buckets .bucket {
  width: auto;
}
.page-template-landing-page-business .content .feature-buckets .buckets .bucket h3 {
  margin: 0 0 1em 0;
  font-size: 1.25rem;
  font-weight: 500;
  color: #333;
  text-align: left;
}
.page-template-landing-page-business .content .feature-buckets .buckets .bucket ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.page-template-landing-page-business .content .feature-buckets .buckets .bucket ul li {
  margin: 0 0 .5em 0;
  font-size: 1rem;
  color: #666;
}
.page-template-landing-page-business .content .feature-buckets .buckets .bucket ul li .gridicon.checkmark {
  width: 13px;
  height: 13px;
  margin: 0 .5em 0 0;
  fill: #81a844;
  overflow: visible;
}
.page-template-landing-page-business .content .upgrade-cta {
  max-width: 960px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto 4em auto;
  padding: 4em 0;
}
.page-template-landing-page-business .content .upgrade-cta h2 {
  margin: 0 0 2em 0;
  font-size: 1.5rem;
  color: #333;
  text-align: center;
  letter-spacing: 0;
}
.page-template-landing-page-business .content .upgrade-cta a.cta-button {
  display: inline-block;
  margin: 1em auto .5em auto;
  padding: 10px 28px 12px;
  color: #fff;
  background: #81a844;
  border-radius: 3px;
  border-color: #578C27;
  border-style: solid;
  border-width: 1px 1px 2px;
  vertical-align: top;
  box-sizing: border-box;
}
.page-template-landing-page-business .content .upgrade-cta em.cost {
  display: block;
  color: #666;
}
.page-template-landing-page-business .content .upgrade-cta p {
  margin: 2em 0 0 0;
  font-size: 1rem;
}
.page-template-landing-page-business .content .upgrade-cta a:active,
.page-template-landing-page-business .content .upgrade-cta a:focus {
  border: 0 none;
  outline: 0;
}

.page-template-landing-page-premium table,
.page-template-landing-page-business table {
  width: 960px;
  margin: 4em auto 0 auto;
  background: #fff;
  border: 1px solid #ddd;
}
.page-template-landing-page-premium table th, .page-template-landing-page-premium table td,
.page-template-landing-page-business table th,
.page-template-landing-page-business table td {
  width: 25%;
  margin: 0;
  padding: 14px;
  text-align: center;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.page-template-landing-page-premium table th,
.page-template-landing-page-business table th {
  text-align: left;
}
.page-template-landing-page-premium table th:first-child h3,
.page-template-landing-page-business table th:first-child h3 {
  text-align: left;
}
.page-template-landing-page-premium table th h3,
.page-template-landing-page-business table th h3 {
  margin: 0;
  font-family: 'Open Sans', sans-serif !important;
  font-size: 1rem;
  font-weight: 400;
  color: #454545;
}
.page-template-landing-page-premium table th h4,
.page-template-landing-page-business table th h4 {
  margin: 10px;
  font-family: 'Open Sans', sans-serif !important;
  font-size: 1.5rem;
  font-weight: 400;
  color: #81a844;
}
.page-template-landing-page-premium table th h4 span,
.page-template-landing-page-business table th h4 span {
  position: relative;
  top: -10px;
  font-size: .8rem;
  color: #666;
}
.page-template-landing-page-premium table th h4 em,
.page-template-landing-page-business table th h4 em {
  margin: 0 0 0 -5px;
  font-size: .8rem;
  font-style: normal;
  color: #666;
}
.page-template-landing-page-premium table th p,
.page-template-landing-page-business table th p {
  margin: 0;
  font-size: .8rem;
  font-weight: normal;
  color: #666;
}
.page-template-landing-page-premium table td.plan-feature,
.page-template-landing-page-business table td.plan-feature {
  font-weight: 600;
  text-align: left;
  background: #fafafa;
}
.page-template-landing-page-premium table td.on,
.page-template-landing-page-business table td.on {
  text-align: center !important;
}
.page-template-landing-page-premium table td.off,
.page-template-landing-page-business table td.off {
  text-align: center !important;
  background: #fafafa;
}
.page-template-landing-page-premium table td .checkmark,
.page-template-landing-page-business table td .checkmark {
  width: 16px;
  height: 16px;
  fill: #81a844;
}
.page-template-landing-page-premium table td .cross,
.page-template-landing-page-business table td .cross {
  width: 12px;
  height: 12px;
  fill: #d94f4f;
}
.page-template-landing-page-premium table a.cta-button,
.page-template-landing-page-business table a.cta-button {
  width: 100%;
  display: inline-block;
  margin: 1em auto .5em auto;
  padding: 10px 28px 12px;
  color: #fff;
  text-align: center;
  background: #81a844;
  border-radius: 3px;
  border-color: #578C27;
  border-style: solid;
  border-width: 1px 1px 2px;
  vertical-align: top;
  box-sizing: border-box;
}
.page-template-landing-page-premium table a.cta-button.secondary,
.page-template-landing-page-business table a.cta-button.secondary {
  width: 100%;
  display: inline-block;
  margin: 1em auto .5em auto;
  padding: 10px 28px 12px;
  color: #454545;
  text-align: center;
  background: #fafafa;
  border-radius: 3px;
  border-color: #ddd;
  border-style: solid;
  border-width: 1px 1px 2px;
  vertical-align: top;
  box-sizing: border-box;
}
@media screen and (max-width: 420px) {
  .page-template-landing-page-premium .masthead,
  .page-template-landing-page-business .masthead {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 2em;
    background: #81a844;
    background-image: none;
  }
  .page-template-landing-page-premium .masthead nav,
  .page-template-landing-page-business .masthead nav {
    flex-direction: column;
    margin: 0 0 2em 0;
  }
  .page-template-landing-page-premium .masthead nav .logo,
  .page-template-landing-page-business .masthead nav .logo {
    margin: auto;
  }
  .page-template-landing-page-premium .masthead nav .logo .jp-logo,
  .page-template-landing-page-business .masthead nav .logo .jp-logo {
    float: none;
    width: 100%;
  }
  .page-template-landing-page-premium .masthead nav ul.site-nav,
  .page-template-landing-page-business .masthead nav ul.site-nav {
    margin: 1em auto 0 auto;
  }
  .page-template-landing-page-premium .masthead nav ul.site-nav li,
  .page-template-landing-page-business .masthead nav ul.site-nav li {
    display: inline;
    float: none;
    text-align: center;
    margin: 0;
  }
  .page-template-landing-page-premium .masthead nav ul.site-nav li a,
  .page-template-landing-page-business .masthead nav ul.site-nav li a {
    padding: 0;
    border-radius: 0;
  }
  .page-template-landing-page-premium .masthead nav ul.site-nav li a:hover,
  .page-template-landing-page-business .masthead nav ul.site-nav li a:hover {
    background: none;
  }
  .page-template-landing-page-premium .masthead .value-prop,
  .page-template-landing-page-business .masthead .value-prop {
    max-width: 100%;
    margin: auto;
  }
  .page-template-landing-page-premium .masthead .value-prop h1,
  .page-template-landing-page-business .masthead .value-prop h1 {
    max-width: 100%;
    margin: 0 0 .5em 0;
    padding: 0;
  }
  .page-template-landing-page-premium .masthead .value-prop p,
  .page-template-landing-page-business .masthead .value-prop p {
    width: 100%;
    font-size: .9rem;
  }
  .page-template-landing-page-premium .masthead .value-prop a.cta-button,
  .page-template-landing-page-business .masthead .value-prop a.cta-button {
    width: 100%;
    display: inline-block;
    margin: 2em 0 .5em 0;
    padding: 15px 50px;
  }
  .page-template-landing-page-premium .masthead .value-prop em.cost,
  .page-template-landing-page-business .masthead .value-prop em.cost {
    font-size: .7rem;
  }
  .page-template-landing-page-premium .content,
  .page-template-landing-page-business .content {
    float: left;
    width: 100%;
  }
  .page-template-landing-page-premium .content .feature-block,
  .page-template-landing-page-business .content .feature-block {
    width: 100%;
    padding: 2em;
  }
  .page-template-landing-page-premium .content .feature-block .col,
  .page-template-landing-page-business .content .feature-block .col {
    width: 100%;
  }
  .page-template-landing-page-premium .content .feature-block .col h2,
  .page-template-landing-page-business .content .feature-block .col h2 {
    font-size: 1.25rem;
  }
  .page-template-landing-page-premium .content .feature-block .col p,
  .page-template-landing-page-business .content .feature-block .col p {
    width: 100%;
    font-size: .9rem;
  }
  .page-template-landing-page-premium .content .feature-block .col a.cta-button,
  .page-template-landing-page-business .content .feature-block .col a.cta-button {
    width: 100%;
    margin: 1em 0 0 0;
    display: block;
    text-align: center;
  }
  .page-template-landing-page-premium .content .feature-block .col.img,
  .page-template-landing-page-business .content .feature-block .col.img {
    display: none;
  }
  .page-template-landing-page-premium .testimonial,
  .page-template-landing-page-business .testimonial {
    width: 100%;
    display: block !important;
    padding: 2em !important;
  }
  .page-template-landing-page-premium .testimonial img,
  .page-template-landing-page-business .testimonial img {
    display: block;
    float: left;
    width: 60px !important;
    height: 60px !important;
    margin: 0 1em 0 0 !important;
    border: 0 !important;
    text-align: center;
  }
  .page-template-landing-page-premium .testimonial blockquote,
  .page-template-landing-page-business .testimonial blockquote {
    width: auto;
    margin: auto;
    padding: 0;
  }
  .page-template-landing-page-premium .testimonial blockquote p,
  .page-template-landing-page-business .testimonial blockquote p {
    margin: 0;
    font-size: 1rem;
    line-height: 1.5;
    font-style: italic;
  }
  .page-template-landing-page-premium .testimonial blockquote p.source,
  .page-template-landing-page-business .testimonial blockquote p.source {
    margin: 1em 0 0 0;
    font-size: .8rem;
  }
  .page-template-landing-page-premium .feature-buckets,
  .page-template-landing-page-business .feature-buckets {
    width: 100%;
    display: block;
    padding: 2em !important;
    border-bottom: 3px solid #ddd;
  }
  .page-template-landing-page-premium .feature-buckets h2,
  .page-template-landing-page-business .feature-buckets h2 {
    margin: 0 0 1em 0;
    font-size: 1.2rem !important;
    line-height: 1.5;
  }
  .page-template-landing-page-premium .feature-buckets .buckets,
  .page-template-landing-page-business .feature-buckets .buckets {
    width: 100% !important;
    display: block !important;
  }
  .page-template-landing-page-premium .feature-buckets .buckets .bucket,
  .page-template-landing-page-business .feature-buckets .buckets .bucket {
    width: 100% !important;
    margin: 0 0 2em 0;
  }
  .page-template-landing-page-premium .feature-buckets .buckets .bucket h3,
  .page-template-landing-page-business .feature-buckets .buckets .bucket h3 {
    margin: 0 0 1em 0;
    font-size: 1.15rem !important;
    font-weight: 500;
    color: #333;
    text-align: left;
  }
  .page-template-landing-page-premium .feature-buckets .buckets .bucket ul,
  .page-template-landing-page-business .feature-buckets .buckets .bucket ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .page-template-landing-page-premium .feature-buckets .buckets .bucket ul li,
  .page-template-landing-page-business .feature-buckets .buckets .bucket ul li {
    margin: 0 0 .5em 0;
    font-size: 1rem;
    color: #666;
  }
  .page-template-landing-page-premium .feature-buckets .buckets .bucket ul li .gridicon.checkmark,
  .page-template-landing-page-business .feature-buckets .buckets .bucket ul li .gridicon.checkmark {
    width: 13px;
    height: 13px;
    margin: 0 .5em 0 0;
    fill: #81a844;
    overflow: visible;
  }
  .page-template-landing-page-premium .compare a,
  .page-template-landing-page-business .compare a {
    font-size: .9rem;
  }
  .page-template-landing-page-premium .plan-comparison,
  .page-template-landing-page-business .plan-comparison {
    width: 100%;
    margin-top: 25px;
  }
  .page-template-landing-page-premium table.responsive,
  .page-template-landing-page-business table.responsive {
    position: relative !important;
    width: auto !important;
    border: none !important;
  }
  .page-template-landing-page-premium table.responsive:before, .page-template-landing-page-premium table.responsive:after,
  .page-template-landing-page-business table.responsive:before,
  .page-template-landing-page-business table.responsive:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    display: block;
    width: 30px;
    margin: 0 -30px 0 0;
    background: linear-gradient(to right, #ffffff, #ffffff 30%, rgba(255, 255, 255, 0));
  }
  .page-template-landing-page-premium table.responsive:after,
  .page-template-landing-page-business table.responsive:after {
    left: auto;
    right: 0;
    margin: 0 0 0 -30px;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), #ffffff 70%, #ffffff);
  }
  .page-template-landing-page-premium .scrollbox,
  .page-template-landing-page-business .scrollbox {
    position: relative;
    z-index: 1;
    overflow: auto;
    max-width: 100%;
    background: #FFF no-repeat;
    background-image: radial-gradient(farthest-side at 0 50%, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)), radial-gradient(farthest-side at 100% 50%, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
    background-position: 0 0, 100% 0;
    background-size: 14px 100%;
    border: 1px solid #ddd;
    border-bottom: none;
  }
  .page-template-landing-page-premium .upgrade-cta,
  .page-template-landing-page-business .upgrade-cta {
    width: 100%;
    display: block;
    margin: 0;
    padding: 2em !important;
  }
  .page-template-landing-page-premium .upgrade-cta h2,
  .page-template-landing-page-business .upgrade-cta h2 {
    margin: 0 0 1em 0 !important;
    font-size: 1.25rem;
  }
  .page-template-landing-page-premium .upgrade-cta a.cta-button,
  .page-template-landing-page-business .upgrade-cta a.cta-button {
    width: 100%;
    display: block;
    margin: 0 !important;
    padding: 10px 28px 12px;
    text-align: center;
  }
  .page-template-landing-page-premium .upgrade-cta em.cost,
  .page-template-landing-page-business .upgrade-cta em.cost {
    display: block;
    margin: .5em 0 0 0;
  }
  .page-template-landing-page-premium .upgrade-cta p,
  .page-template-landing-page-business .upgrade-cta p {
    margin: 2em 0 0 0 !important;
    font-size: .8rem !important;
  }
}

.blue {
  background: white;
}
.blue .mast nav {
  margin: 0 -80em 0;
  padding: 0 80em 0;
  background: white;
  box-shadow: 0 1px 0px rgba(135, 166, 188, 0.15), 0 2px 4px rgba(135, 166, 188, 0.1);
}
.blue .mast svg {
  fill: #72af3a;
}
.blue .invert {
  background-color: #f3f6f8;
  color: #87a6bc;
}
@media (min-width: 782px) {
  .blue .invert {
    background: url(/wp-content/themes/a8c/jetpackme-new/images-2015/alt-jupiter.svg) 98% -20px no-repeat fixed, url(/wp-content/themes/a8c/jetpackme-new/images-2015/alt-saturn.svg) -75px 400px no-repeat fixed, url(/wp-content/themes/a8c/jetpackme-new/images-2015/alt-stars.svg) 50% 50%, #f3f6f8;
  }
}
@media (min-width: 1300px) {
  .blue .invert {
    background: url(/wp-content/themes/a8c/jetpackme-new/images-2015/alt-jupiter.svg) 98% -20px no-repeat fixed, url(/wp-content/themes/a8c/jetpackme-new/images-2015/alt-saturn.svg) -75px 350px no-repeat fixed, url(/wp-content/themes/a8c/jetpackme-new/images-2015/alt-stars.svg) 50% 50%, #f3f6f8;
  }
}
@media (max-width: 782px) {
  .blue .invert {
    background: url(/wp-content/themes/a8c/jetpackme-new/images-2015/alt-jupiter.svg) 50% -500px no-repeat fixed, url(/wp-content/themes/a8c/jetpackme-new/images-2015/alt-saturn.svg) 50% 350px no-repeat, url(/wp-content/themes/a8c/jetpackme-new/images-2015/alt-stars.svg) 50% 50%, #f3f6f8;
  }
}
.blue .invert h1, .blue .invert h2 {
  color: #72af3a !important;
}
.blue .pri-nav a {
  color: #72af3a;
}
.blue .pri-nav a:hover, .blue .pri-nav a.current {
  background: #8cc258;
  color: white;
}
.blue .pri-nav .install a {
  border-color: #8cc258;
}
@media (max-width: 700px) {
  .blue .pri-nav {
    background: #72af3a;
  }
  .blue .pri-nav a {
    color: white;
  }
}
.blue .mobilenav {
  background: #72af3a;
  border-color: #72af3a;
}
.blue.page-template-page-home-new .taglines-pre {
  color: #87a6bc;
}
.blue.page-template-page-home-new .taglines span {
  color: #8cc258;
}
.blue.page-template-page-home-new .taglines i {
  color: #87a6bc;
}
.blue.page-template-page-home-new .connect-site .gridicon {
  fill: #87a6bc;
}
.blue.page-template-page-home-new .connect-site button .gridicon {
  fill: white;
}
.blue.page-template-page-home-new input {
  border: 1px solid #87a6bc;
}
.blue.page-template-page-home-new .testimonials {
  background: #e9eff3;
}

.wp-blue .mast svg {
  fill: #0087be;
}
.wp-blue .invert h1, .wp-blue .invert h2 {
  color: #0087be !important;
}
.wp-blue .pri-nav a {
  color: #0087be;
}
.wp-blue .pri-nav a:hover, .wp-blue .pri-nav a.current {
  background: #00aadc;
}
.wp-blue .pri-nav .install a {
  border-color: #00aadc;
}
@media (max-width: 700px) {
  .wp-blue .pri-nav {
    background: #0087be;
  }
  .wp-blue .pri-nav a {
    color: white;
  }
}
.wp-blue .mobilenav {
  background: #0087be;
  border-color: #0087be;
}
.wp-blue.page-template-page-home-new .taglines span {
  color: #0087be;
}
.wp-blue.page-template-page-home-new .connect-site button {
  background-color: #00aadc;
  border-color: #00536c;
  box-shadow: 0 2px 0 0 #00536c;
}
.wp-blue.page-template-page-home-new .connect-site button:hover {
  background: #00aadc;
}
.wp-blue.page-template-page-home-new .connect-site button:active {
  top: 2px;
  outline: none;
  box-shadow: none;
}
.wp-blue.page-template-page-home-new .intro h2 {
  color: #0087be;
}
.wp-blue.page-template-page-home-new .benefit .gridicon {
  fill: #0087be;
}
.wp-blue ::selection {
  background: #00aadc;
}

.wrapper {
  float: left;
  position: relative;
  width: 100%;
  overflow-x: hidden;
}

.drawer-checkbox {
  position: absolute;
  top: -9999px;
  left: -9999px;
}

.drawer-label {
  display: none;
  position: fixed;
  right: 6px;
  top: 3px;
  color: #fff;
  font: normal 16px/44px "genericons";
  cursor: pointer;
  user-select: none;
  z-index: 500;
}
.drawer-label:after {
  content: '\f419';
  display: block;
  width: 44px;
  text-align: center;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.admin-bar .drawer-label {
  top: 49px;
}

@media screen and (max-width: 782px) {
  .wrapper,
  .drawer-nav {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    -ms-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
  }

  .drawer-nav {
    position: fixed;
    top: 50px;
    bottom: 0;
    left: -260px;
    width: 260px;
    background: #fafafa;
    border-right: 1px solid #d6d6d6;
    overflow: scroll;
  }
  .drawer-nav ul {
    margin: 0;
    padding: 0;
    width: 100%;
  }
  .drawer-nav li {
    float: none;
    width: 100%;
  }
  .drawer-nav a {
    display: block;
    padding: 0 16px;
    color: #1a8dba;
    font-size: 16px;
    line-height: 44px;
    border-bottom: 1px solid #f0f0f0;
  }
  .drawer-nav a:hover {
    background: transparent;
  }
  .drawer-nav a.current {
    color: #fff;
  }

  .admin-bar .drawer-nav {
    top: 96px;
  }

  .wrapper {
    position: relative;
  }

  .drawer-label {
    display: block;
  }

  .drawer-checkbox:checked ~ .header .drawer-nav,
  .drawer-checkbox:checked ~ .wrapper {
    -webkit-transform: translate3d(260px, 0px, 0px);
    -moz-transform: translate3d(260px, 0px, 0px);
    -ms-transform: translate3d(260px, 0px, 0px);
    -o-transform: translate3d(260px, 0px, 0px);
    transform: translate3d(260px, 0px, 0px);
  }
}
@media (max-width: 969px) {
  .page-content,
  .wrap.inner {
    padding: 15px;
  }

  .masthead h1 {
    padding-top: 1.83333em;
    font-size: 2.14286em;
  }

  .subhead {
    margin-top: 122px;
    padding: 70px 0 49px;
  }
  .subhead:after {
    background-size: 160% auto;
  }

  .download-jetpack {
    font-size: 1.5em;
  }
  .download-jetpack:before {
    top: -1px;
    width: 23px;
    height: 23px;
  }

  .features, .modules,
  .modules {
    margin: 0;
  }

  .feature,
  .module {
    margin: .75% 0 .75% 1.5%;
    width: 32.333333%;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
  }
  .feature:nth-child(3n + 1),
  .module:nth-child(3n + 1) {
    margin-left: 0;
  }
  .feature:hover,
  .module:hover {
    top: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }

  .cat .module:nth-child(3n + 1) {
    margin: .75% 0 .75% 1.5%;
  }
  .cat .module:nth-child(3n - 1) {
    margin-left: 0;
  }

  .feature:hover h3 {
    color: #6e818a;
  }
  .feature:hover .feature-img {
    border: 1px solid #ddd;
    border-bottom: none;
  }
  .feature:hover .no-border {
    border: none;
  }
  .feature:hover .feature-description {
    border: 1px solid #ddd;
    background: #f5f5f5;
  }

  .footer {
    padding-top: 165px;
    padding-bottom: 0;
  }
  .footer:before {
    background-size: 160% auto;
  }
  .footer:after {
    display: none;
  }
  .footer nav {
    max-width: 100%;
  }

  .fly {
    margin-bottom: 280px;
  }
  .fly:hover:before {
    -webkit-transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    -ms-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
  }

  .footer nav {
    border: none;
    padding: 0;
    text-align: center;
  }

  .footer ul {
    float: none;
    overflow: hidden;
  }
  .footer ul.primary-footer, .footer ul.secondary-footer {
    display: inline-block;
    margin: 0 auto;
  }

  .a8c-attribution {
    display: none;
  }

  nav .primary-footer,
  nav .secondary-footer {
    margin: 0 30px;
  }

  nav .primary-footer {
    padding: 25px 15px 10px 15px;
    border-bottom: 1px solid #6c954d;
  }

  nav .secondary-footer {
    padding: 8px 15px 30px;
  }

  nav .a8c-services {
    padding: 30px 0 35px;
    text-align: center;
    background: #222;
  }
  nav .a8c-services li {
    display: inline-block;
    float: none;
  }
  nav .a8c-services a,
  nav .a8c-services a:visited,
  nav .a8c-services a:hover,
  nav .a8c-services a:active {
    color: #bbb;
  }

  #wpcc-sign-in {
    margin-right: 6px;
  }
}
@media (max-width: 782px) {
  #wpadminbar {
    position: fixed !important;
  }

  .a8c-dops,
  #a8c-service-toggle,
  #wpcc-sign-in,
  .jetpack-logo,
  .flyby {
    display: none;
  }

  .main-nav,
  .user-nav {
    float: none;
  }

  .hidden-a8c-dops {
    background: #f4f4f4;
    display: block;
  }
  .hidden-a8c-dops a:before {
    display: inline-block;
    position: relative;
    top: -2px;
    margin-right: 8px;
    font: normal 20px/1 "automatticons";
    vertical-align: middle;
  }
  .hidden-a8c-dops a[href*='wordpress.com'] {
    display: inline-block;
    padding-right: 0;
    border: none;
  }
  .hidden-a8c-dops a[href*='wordpress.com']:before {
    content: "W";
  }
  .hidden-a8c-dops a[href*='http://vaultpress.com']:before {
    content: "V";
  }
  .hidden-a8c-dops a[href*='akismet.com']:before {
    content: "K";
  }
  .hidden-a8c-dops a[href*='polldaddy.com']:before {
    content: "P";
  }
  .hidden-a8c-dops a[href*='gravatar.com']:before {
    content: "G";
  }

  .jetpack-logo-tablet {
    display: block;
  }

  .modal {
    bottom: 5%;
    font-size: 80%;
    left: 10%;
    right: 10%;
    top: 80px;
  }
  .modal header {
    height: 38px;
  }
  .modal .content {
    top: 38px;
  }

  .button:hover, #support_feedback_comment_form .button-secondary:hover, #jetpackme_support_form .button-secondary:hover, .button:focus, #support_feedback_comment_form .button-secondary:focus, #jetpackme_support_form .button-secondary:focus, .button:active, #support_feedback_comment_form .button-secondary:active, #jetpackme_support_form .button-secondary:active {
    top: 0;
    background: #6f7476;
    -webkit-box-shadow: 0 4px 0 #555a5c, 0 4px 3px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 4px 0 #555a5c, 0 4px 3px rgba(0, 0, 0, 0.4);
    box-shadow: 0 4px 0 #555a5c, 0 4px 3px rgba(0, 0, 0, 0.4);
  }

  .download-jetpack:hover, .download-jetpack:focus, .download-jetpack:active {
    top: 0;
    background: #2a5365;
    -webkit-box-shadow: 0 6px 0 #213c48, 0 6px 3px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 6px 0 #213c48, 0 6px 3px rgba(0, 0, 0, 0.4);
    box-shadow: 0 6px 0 #213c48, 0 6px 3px rgba(0, 0, 0, 0.4);
  }

  .subhead {
    margin-top: 122px;
    padding: 70px 0 49px;
  }
  .subhead h2 {
    max-width: 428px;
    font-size: 20px;
  }

  .feature-description {
    min-height: 115px;
  }

  .featured h2,
  .module-grid h2 {
    font-size: 30px;
  }

  .feature h3 {
    font-size: 11px;
  }

  .filter label {
    display: inline-block;
    line-height: 44px;
  }

  .module {
    margin: 1% 0 1% 2%;
    width: 49%;
  }
  .module:nth-child(3n + 1) {
    margin-left: 2%;
  }
  .module:nth-child(2n + 1) {
    margin-left: 0;
  }

  .cat .module {
    margin: 1% 0 1% 2%;
  }
  .cat .module:nth-child(2n + 1) {
    margin: 1% 0 1% 2%;
  }
  .cat .module:nth-child(2n + 0) {
    margin-left: 0;
  }

  .footer {
    padding-top: 146px;
  }

  .masthead h1 {
    max-width: 600px;
    font-size: 28px;
  }

  .featured h2,
  .module-grid h2 {
    font-size: 28px;
  }

  .blog .type-post,
  .page-template-default .type-page,
  .single .type-post,
  .single .type-jetpack_support {
    width: 100%;
  }

  .sidebar {
    display: none;
  }
}
@media (max-width: 590px) {
  .entry-title,
  .page-template-default h1 {
    font-size: 2em;
  }

  .blog h3,
  .single h3,
  .page-template-default h2 {
    font-size: 1.4em;
  }

  .featured {
    display: none;
  }

  .filter a {
    padding: 0.6em;
  }

  .clouds-sm {
    height: 90px;
  }

  .masthead h1 {
    margin: 0 15px;
    padding: 31px 0 15px 0;
    font-size: 21px;
    font-weight: 400;
  }

  .modal {
    bottom: 5%;
    left: 5%;
    right: 5%;
    top: 80px;
  }

  .subhead {
    margin-top: 83px;
    padding: 47px 15px 39px;
  }
  .subhead h2 {
    font-size: 18px;
    max-width: 380px;
  }

  .download-jetpack {
    font-size: 1.21429em;
    font-weight: 600;
  }
  .download-jetpack:before {
    width: 19px;
    height: 19px;
    margin-right: 9px;
  }

  .module {
    margin: 5px 0;
    width: 100%;
  }
  .module:nth-child(3n + 1) {
    margin-left: 0;
  }
  .module:nth-child(2n + 1) {
    margin-left: 0;
  }

  .cat .module {
    margin: 5px 0;
  }
  .cat .module:nth-child(2n + 1) {
    margin-left: 0;
  }
  .cat .module:nth-child(2n + 0) {
    margin-left: 0;
  }

  .module-grid h2 {
    margin-top: 16px;
    font-size: 25px;
  }

  .footer {
    padding-top: 135px;
  }
  .footer nav li {
    display: block;
    float: none;
    margin: 0;
    text-align: left;
  }
  .footer nav a {
    display: block;
    padding: 0 16px;
    line-height: 44px;
  }
  .footer ul.primary-footer,
  .footer ul.secondary-footer {
    display: block;
  }

  .fly {
    margin-bottom: 100px;
  }
  .fly:before {
    display: none;
  }

  nav .primary-footer,
  nav .secondary-footer {
    margin: 0;
    padding: 0;
    border: none;
    font-weight: 400;
  }
  nav .primary-footer a,
  nav .secondary-footer a {
    border-top: 1px solid #7ba141;
  }

  nav .a8c-services {
    padding: 0;
  }
  nav .a8c-services a {
    border-top: 1px solid #181818;
  }

  .footer .a8c-services {
    position: relative;
    overflow: visible;
  }
  .footer .a8c-services:before, .footer .a8c-services:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 100%;
    width: 50%;
    pointer-events: none;
  }
  .footer .a8c-services:before {
    margin-bottom: 55px;
    height: 225px;
    background: url(/wp-content/themes/a8c/jetpackme-new/img/rocketeer.svg) center bottom no-repeat;
    background-size: 50px auto;
  }
  .footer .a8c-services:after {
    height: 50px;
    background: url(/wp-content/themes/a8c/jetpackme-new/img/the-footcloud.svg) center bottom no-repeat;
    background-size: auto 38px;
  }

  .wrap.inner {
    margin-top: 1.71429em;
  }

  .wrap.inner.jp-support .jp-support-column-left {
    width: 100%;
  }
  .wrap.inner.jp-support .jp-support-column-left .widget-text {
    margin-right: 0;
    width: 100%;
  }
  .wrap.inner.jp-support .jp-support-column-right {
    width: 100%;
  }
}
@media (max-width: 320px) {
  .filter {
    margin-bottom: 10px;
  }

  .footer {
    padding-top: 76px;
  }

  .fly {
    margin-bottom: 42px;
  }

  .footer .a8c-services:before {
    margin-bottom: 50px;
    background-size: 40px auto;
  }
  .footer .a8c-services:after {
    background-size: auto 25px;
  }
}
@media (min-width: 769px) {
  .filter input[type=radio]:checked:before {
    -webkit-animation: grow 0.2s ease-in-out;
    -moz-animation: grow 0.2s ease-in-out;
    -o-animation: grow 0.2s ease-in-out;
    animation: grow 0.2s ease-in-out;
  }
}
.nav-horizontal:before, .features:before, .modules:before, .load-more:before, .in:before, .anchor nav:before, .jp-install-2015:before, .page-template-page-all-features-2015 .module-grid .cat:before, .page-template-page-single-feature .pricing-comparison .plans:before, .page-template-page-feature-index .pricing-comparison .plans:before,
.nav-horizontal:after,
.features:after,
.modules:after,
.load-more:after,
.in:after,
.anchor nav:after,
.jp-install-2015:after,
.page-template-page-all-features-2015 .module-grid .cat:after,
.page-template-page-single-feature .pricing-comparison .plans:after,
.page-template-page-feature-index .pricing-comparison .plans:after {
  content: " ";
  display: table;
}

.nav-horizontal:after, .features:after, .modules:after, .load-more:after, .in:after, .anchor nav:after, .jp-install-2015:after, .page-template-page-all-features-2015 .module-grid .cat:after, .page-template-page-single-feature .pricing-comparison .plans:after, .page-template-page-feature-index .pricing-comparison .plans:after {
  clear: both;
}

.nav-horizontal, .features, .modules, .load-more, .in, .anchor nav, .jp-install-2015, .page-template-page-all-features-2015 .module-grid .cat, .page-template-page-single-feature .pricing-comparison .plans, .page-template-page-feature-index .pricing-comparison .plans {
  *zoom: 1;
}

.lt-ie10 .masthead {
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#81a844', EndColorStr='#9fc268');
}
.lt-ie10 .footer {
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#9fc268', EndColorStr='#81a844');
}
@media screen and (max-width: 768px) {
  .lt-ie10 .drawer-checkbox:checked ~ .header .drawer-nav {
    left: 0;
  }
  .lt-ie10 .drawer-checkbox:checked ~ .wrapper {
    margin-left: 260px;
    margin-right: -260px;
  }
}

.banner {
  box-sizing: border-box;
  display: block;
  position: relative;
  margin: 16px auto;
  padding: 16px;
  font-size: 15px;
  font-weight: 600;
  color: #2e4453;
  background: white;
  box-shadow: 0 0 0 1px rgba(200, 215, 225, 0.5), 0 1px 2px #e9eff3;
  border-left: 2px solid #87a6bc;
}
.banner.plan-personal {
  border-color: #f0b849;
}
