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