*,
*: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: #fff;
	text-shadow: none;
}

::selection {
	background: #91bd51;
	color: #fff;
	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);
	}

}

.nav-horizontal a {
	display: inline-block;
}

.nav-horizontal li {
	position: relative;
	float: left;
}

.nav-horizontal ul {
	margin: 0;
	padding: 0;
}

#wpbody-content {
	padding-bottom: 0;
}

#wpcontent {
	margin-left: 160px;
}

.folded #wpcontent {
	margin-left: 36px;
}

#wpfooter {
	display: none;
}

.ll-content {
	margin: 0;
	height: auto;
	min-height: 100%;
	width: 100%;
	position: relative;
	width: 100%;
	-webkit-font-smoothing: antialiased;
	z-index: 1;
}

.ll-frame {
	position: relative;
}

html {
	background: #f9f9f9;
}

.wrap.inner,
.page-content {
	max-width: 950px;
	margin: 0 auto;
}

.page-content.about {
	position: relative;
	z-index: 10;
}

.footer nav {
	max-width: 550px;
	margin: 0 auto;
}

.wrap.inner li,
.page-content li {
	line-height: 23px;
}

.header {
	background: #558C89;
	left: 0;
	position: relative;
	right: 0;
	z-index: 2;
}

.header-nav .current {
	background: #D9853B;
}

.header-nav a {
	padding: 0 1.07143em;
	color: #fff;
	line-height: 46px;
}

.header-nav a:hover {
	background: #74AFAD;
}

.header-nav .link-library-logo {
	color: #fff;
	line-height: 50px;
	font-weight: normal;
	height: 46px;
	margin-top: -2px;
	padding: 0 0.57143em 0 0.42857em;
}

.header-nav .link-library-logo img {
	vertical-align: top;
	padding-top: 6px;
	padding-right: 6px;
}

.main-nav {
	float: left;
}

.main-nav li {
	margin: 0;
}

.main-nav .link-library-logo {
	font: normal 400 24px/50px 'Open Sans', Helvetica, sans-serif;
	margin-left: 10px;
	color: #fff;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .15);
}

.main-nav .link-library-logo span {
	float: right;
	margin-top: -3px;
}

.user-nav {
	float: right;
}

.user-nav li {
	margin: 0;
}

@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) {
	.feature .feature-img.custom-css {
		background-image: url('img/custom-css@2x.jpg');
	}

}

.feature .feature-img.wordpress-connect {
	background: url('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) {
	.feature .feature-img.wordpress-connect {
		background-image: url('img/wordpress-connect@2x.jpg');
	}

}

.feature .feature-img.wordpress-stats {
	background: url('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) {
	.feature .feature-img.wordpress-stats {
		background-image: url('img/wordpress-stats@2x.jpg');
	}

}

.feature .feature-img.no-border {
	border: none;
	padding-bottom: 1px;
}

.feature .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;
}

input[type="text"].module-search {
	width: 100%;
	padding: 11px 0 11px 16px;
	color: #5c6671;
	border: 1px solid #c9ced0;
	border-right-width: 2px;
	background: #fff;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
}

input[type="text"].module-search:focus {
	color: #5c6671;
	outline: none;
}

input[type="text"].module-search:focus + label {
	background: transparent;
	opacity: 0.3;
}

input[type="text"].module-search::-webkit-input-placeholder {
	color: #a8acae;
}

input[type="text"].module-search :-moz-placeholder {
	color: #a8acae;
}

input[type="text"].module-search::-moz-placeholder {
	color: #a8acae;
}

input[type="text"].module-search:-ms-input-placeholder {
	color: #a8acae;
}

input[type="text"].module-search + label {
	position: absolute;
	top: 1px;
	right: 1px;
	bottom: 1px;
	width: 48px;
	color: #abafb1;
	text-indent: -9999px;
	pointer-events: none;
	-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;
}

input[type="text"].module-search + label:after {
	content: '\f400';
	position: absolute;
	right: 11px;
	text-align: right;
	top: 4px;
	font-size: 1.71429em;
	font-weight: normal;
	font-family: 'genericons';
}

.jp-filter {
	margin-bottom: 2.85714em;
	color: #6f7476;
}

.jp-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;
}

.jp-filter a.selected,
.jp-filter a:hover,
.jp-filter a:focus {
	color: #efefef;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
	background: #6f7476;
}

.module {
	cursor: pointer;
	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, .03);
	-moz-box-shadow: 0 0 0 rgba(0, 0, 0, .03);
	box-shadow: 0 0 0 rgba(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;
	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';
	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, .2);
	background: url('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, .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%;
	margin-left: 160px;
	position: fixed;
	right: 10%;
	text-align: center;
	top: 10%;
	z-index: 12;
	-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 a.active {
	color: #555;
	cursor: default;
	text-decoration: none;
}

.modal header ul {
	margin: 0;
	padding: 0;
}

.modal header .close {
	border-left: 1px solid #ddd;
	float: right;
	font: 300 1.71429em 'genericons' !important;
	color: #777;
	content: '\f405';
	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 div.jp-info-img {
	float: right;
	margin: 0 0 1em 1em;
}

.modal .content div.jp-info-img img {
	border: 1px solid #ddd;
	max-width: 100%;
}

.shade {
	background: #000;
	bottom: 0;
	cursor: pointer;
	display: none;
	left: 0;
	opacity: 0.2;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 11;
}

.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;
}

.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 {
	float: left;
	width: 70%;
}

.footer {
	margin-top: 1.42857em;
	position: relative;
	padding: 10em 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('img/the-undercloud.svg') center top repeat-x;
}

.footer:after {
	bottom: 0;
	width: 100%;
	height: 50px;
	background: url('img/the-footcloud.svg') center bottom no-repeat;
	background-size: auto 45px;
	z-index: 1;
}

.footer .download-jetpack {
	margin-bottom: 33px;
}

.fly {
	position: relative;
	margin: 5em 0 5em;
}

.fly:before {
	content: '';
	display: none;
	position: absolute;
	bottom: -275px;
	left: 0;
	width: 100%;
	height: 225px;
	background: url('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:visited:hover,
.footer nav a:focus,
.footer nav a:visited:focus {
	color: #fff;
}

.primary {
	padding: 25px 15px 10px 15px;
	border-bottom: 1px solid #6c954d;
}

.primary-footer,
.secondary-footer,
.footer-links {
	margin: 0 auto;
}

.primary-footer li,
.secondary-footer li,
.footer-links li {
	margin-right: 5px;
}

.a8c-attribution,
.a8c-services {
	margin: 0 auto;
}

.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: 14px 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';
}

.jetpack-message {
	background: #8eb74e;
	border: 1px solid #73963d;
	margin: 33px auto 0;
	max-width: 90%;
	position: relative;
	z-index: 2;
}

.jetpack-message h4 {
	color: #fff;
	margin: 0;
}

.jetpack-message p {
	color: #fff;
	margin: 0;
	opacity: 0.7;
}

.jetpack-message .squeezer {
	padding: 23px 23px 23px 80px;
	position: relative;
	text-align: left;
}

.jetpack-message .squeezer:before {
	color: #fff;
	content: '\f418';
	font-family: 'Genericons';
	font-size: 33px;
	height: 33px;
	left: 25px;
	opacity: 0.6;
	position: absolute;
	top: 23px;
	top: calc(50% - 22px);
}

.jetpack-message.error .squeezer:before,
.jetpack-message.jetpack-err .squeezer:before {
	content: '\f414';
}

.modules h3.icon,
.jetpack-modules .info a {
	width: auto;
}

.modules h3.icon:before,
.jetpack-modules .info a:before {
	display: inline-block;
	position: relative;
	top: 1px;
	left: -3px;
	margin-right: 2px;
	opacity: 0.8;
	font: normal 20px 'genericons';
	vertical-align: top;
}

.jetpack-modules .info a:before {
	margin-top: 1px;
}

.latex:before,
.jetpack-modules #latex .info a:before {
	content: '\f408';
}

.carousel:before,
.jetpack-modules #carousel .info a:before {
	content: '\f102';
}

.modules h3.contact-form:before,
.jetpack-modules #contact-form .info a:before {
	content: '\f175';
	font: normal 20px "dashicons";
}

.modules h3.custom-css:before,
.jetpack-modules #custom-css .info a:before {
	content: '\f100';
	font: normal 20px "dashicons";
}

.modules h3.enhanced-distribution:before,
.jetpack-modules #enhanced-distribution .info a:before {
	content: '\f237';
	font: normal 20px "dashicons";
}

.modules h3.widgets:before,
.jetpack-modules #widgets .info a:before {
	content: '\f116';
	font: normal 20px "dashicons";
}

.gplus-authorship:before,
.jetpack-modules #gplus-authorship .info a:before {
	content: '\f218';
}

.modules h3.gravatar-hovercards:before,
.jetpack-modules #gravatar-hovercards .info a:before {
	content: 'G';
	font-family: 'automatticons';
}

.infinite-scroll:before,
.jetpack-modules #infinite-scroll .info a:before {
	content: '\f408';
}

.comments:before,
.jetpack-modules #comments .info a:before {
	content: '\f108';
}

.sso:before,
.jetpack-modules #sso .info a:before {
	content: '\f205';
}

.json-api:before,
.jetpack-modules #json-api .info a:before {
	content: '\f415';
}

.likes:before,
.jetpack-modules #likes .info a:before {
	content: '\f408';
}

.markdown:before,
.jetpack-modules #markdown .info a:before {
	content: '\f462';
}

.minileven:before,
.jetpack-modules #minileven .info a:before {
	content: '\f453';
}

.monitor:before,
.jetpack-modules #monitor .info a:before {
	content: '\f468';
}

.notes:before,
.jetpack-modules #notes .info a:before {
	content: '\f300';
}

.omnisearch:before,
.jetpack-modules #omnisearch .info a:before {
	content: '\f400';
}

.photon:before,
.jetpack-modules #photon .info a:before {
	content: '\f403';
}

.post-by-email:before,
.jetpack-modules #post-by-email .info a:before {
	content: '\f410';
}

.modules h3.publicize:before,
.jetpack-modules #publicize .info a:before {
	content: '\f237';
	font: normal 20px "dashicons";
}

.related-posts:before,
.jetpack-modules #related-posts .info a:before {
	content: '\f420';
}

.sharedaddy:before,
.jetpack-modules #sharedaddy .info a:before {
	content: '\f415';
}

.shortcodes:before,
.jetpack-modules #shortcodes .info a:before {
	content: '\f100';
}

.verification-tools:before,
.jetpack-modules #verification-tools .info a:before {
	content: '\f425';
}

.after-the-deadline:before,
.jetpack-modules #after-the-deadline .info a:before {
	content: '\f411';
}

.subscriptions:before,
.jetpack-modules #subscriptions .info a:before {
	content: '\f410';
}

.tiled-gallery:before,
.jetpack-modules #tiled-gallery .info a:before {
	content: '\f103';
}

.modules h3.vaultpress:before,
.jetpack-modules #vaultpress .info a:before {
	content: 'V';
	font-family: 'automatticons';
}

.videopress:before,
.jetpack-modules #videopress .info a:before {
	content: '\f104';
}

.modules h3.widget-visibility:before,
.jetpack-modules #widget-visibility .info a:before {
	content: '\f116';
	font: normal 20px "dashicons";
}

.stats:before,
.jetpack-modules #stats .info a:before {
	content: '\f205';
}

.shortlinks:before,
.jetpack-modules #shortlinks .info a:before {
	content: '\f107';
}

.page-content.configure {
	margin-top: 0;
}

.configure .frame.top {
	border: none;
	box-shadow: none;
	padding-top: 1.42857em;
	position: relative;
	top: auto;
}

.configure .frame.top.fixed {
	background: #f9f9f9;
	border-bottom: 1px solid #e9e9e9;
	padding-left: 160px;
	margin-top: -6px;
	position: fixed;
	right: 0;
	top: 32px;
	width: 100%;
	z-index: 4;
	-webkit-box-shadow: 0 2px 2px -2px #eee;
	-moz-box-shadow: 0 2px 2px -2px #eee;
	box-shadow: 0 2px 2px -2px #eee;
}

@media (max-width: 782px) {
	.configure .frame.top.fixed {
		border: none;
		box-shadow: none;
		padding-top: 1.42857em;
		position: relative;
		top: auto;
	}

}

@media (max-width: 600px) {
	.configure .frame.top.fixed {
		top: 0;
	}

}

.configure .frame.top .tablenav.top {
	float: left;
}

@media (max-width: 900px) {
	.configure .frame.top .tablenav.top .actions {
		display: block;
	}

}

@media (max-width: 782px) {
	.configure .frame.top .tablenav.top .actions {
		margin-top: 6px;
	}

}

.jp-frame-top-fixed .configure {
	padding-top: 94px;
}

.filter-search {
	display: none;
	float: right;
	margin-top: 10px;
}

@media (max-width: 782px) {
	.filter-search {
		display: block;
	}

}

@media (max-width: 530px) {
	.filter-search {
		display: none;
	}

}

.table-bordered.jetpack-modules {
	border: none;
	margin-bottom: 0;
}

.table-bordered.jetpack-modules tr.jetpack-module th {
	border-left: 0;
	padding: 14px 4px 0;
}

.table-bordered.jetpack-modules tr.jetpack-module th input {
	display: block;
}

.table-bordered.jetpack-modules tr.jetpack-module:hover .genericon {
	display: inline-block;
}

.table-bordered.jetpack-modules tr.jetpack-module.active th,
.table-bordered.jetpack-modules tr.jetpack-module.active td {
	background: #f7fcfe;
}

.table-bordered.jetpack-modules tr.jetpack-module.active th {
	border-left: 4px solid #2ea2cc;
	padding-left: 0px;
}

.table-bordered.jetpack-modules tr.jetpack-module.active td:first-child {
	border-left: 4px solid #2ea2cc;
}

.table-bordered.jetpack-modules tr.jetpack-module.unavailable {
	opacity: 0.3;
}

.table-bordered.jetpack-modules tr.jetpack-module.unavailable input {
	display: none;
}

.table-bordered.jetpack-modules tr.jetpack-module th,
.table-bordered.jetpack-modules tr.jetpack-module td {
	background: #fff;
	margin: 0;
	-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1);
}

.table-bordered.jetpack-modules tr.jetpack-module td {
	padding: 10px 10px 8px 14px;
	line-height: 25px;
}

.table-bordered.jetpack-modules tr.jetpack-module td:first-child {
	border-left: 4px solid #fff;
}

.table-bordered.jetpack-modules tr.jetpack-module td .row-actions {
	float: right;
	padding: 0 0 1px;
}

.table-bordered.jetpack-modules tr.jetpack-module td .row-actions span {
	margin-left: 5px;
}

@media (max-width: 530px) {
	.table-bordered.jetpack-modules tr.jetpack-module td .row-actions {
		display: none;
	}

}

.table-bordered.jetpack-modules > thead > tr > th {
	border: 0;
	vertical-align: middle;
}

.table-bordered.jetpack-modules > thead > tr > th:last-child {
	padding-right: 0;
}

.table-bordered.jetpack-modules td {
	background: #fff;
}

.table-bordered.jetpack-modules #doaction {
	margin-top: 0;
}

@media (max-width: 782px) {
	.table-bordered.jetpack-modules #doaction {
		padding: 10px 7px;
	}

}

.table-bordered.jetpack-modules .checkall {
	margin-top: 1px;
}

.table-bordered.jetpack-modules .filter-search {
	margin-top: 8px;
}

.table-bordered.jetpack-modules .genericon {
	color: #999;
	display: none;
	margin: 7px 3px 0;
}

.table-bordered.jetpack-modules .med {
	width: 70px;
}

.table-bordered.jetpack-modules .sm {
	width: 30px;
}

@media (max-width: 782px) {
	.table-bordered.jetpack-modules .check-column {
		width: 50px;
	}

}

.fixed-top .check-column {
	padding: 8px 10px 0 10px;
	width: 2.2em;
}

.wrap {
	margin: 0;
	padding: 0 1.5em 1em;
	overflow: hidden;
}

.wrap h2 {
	font-size: 24px;
	font-weight: 400;
}

.wrap .manage-left {
	float: left;
	margin: 0;
	padding: 0;
	width: 63%;
}

.wrap .manage-left table {
	width: 100%;
}

@media (max-width: 782px) {
	.wrap .manage-left {
		width: 100%;
	}

}

.wrap .manage-right {
	margin: 0;
	padding: 0;
	position: absolute;
	right: 0;
	width: 35%;
	z-index: 1;
}

.wrap .manage-right p {
	font-size: 12px;
	font-weight: bold;
	color: #bbb;
	padding-top: 2px;
	text-transform: uppercase;
	letter-spacing: 1px;
	clear: left;
}

.wrap .manage-right .bumper {
	margin-left: 33px;
}

.wrap .manage-right.show {
	display: block;
	position: fixed;
	overflow-y: auto;
	overflow-x: hidden;
	position: absolute;
}

.wrap .manage-right .search-bar {
	margin-bottom: 18px;
	max-width: 300px;
}

.wrap .manage-right p.search-box {
	float: none;
	height: auto;
	margin-bottom: 0;
	position: relative;
}

.wrap .manage-right p.search-box input[type='search'] {
	padding: 0 8px;
	width: 90%;
	line-height: initial;
}

@media (max-width: 782px) {
	.wrap .manage-right p.search-box input[type='search'] {
		float: left;
		padding: 9px 8px;
	}

}

.wrap .manage-right p.search-box input[type="submit"] {
	display: none;
}

.wrap .manage-right .button-group .button {
	outline: none;
}

.wrap .manage-right .subsubsub {
	margin: 0;
	padding: 0;
}

.wrap .manage-right .subsubsub a {
	padding: 0;
	line-height: inherit;
}

.wrap .manage-right .subsubsub li {
	display: block;
	text-align: left;
}

@media (max-width: 782px) {
	.wrap .manage-right {
		background: #fff;
		bottom: 0;
		display: none;
		min-width: 300px;
		position: fixed;
		right: 0;
		top: 0;
		z-index: 13;
		-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);
	}

	.wrap .manage-right .bumper {
		margin: 13px;
	}

	.wrap .manage-right .navbar-form {
		margin: 0;
		padding: 0;
	}

}

@media (max-width: 1130px) {
	.feature,
	.module {
		margin: 0.75% 0 0.75% 1.5%;
		width: 32.33333%;
		-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: 0.75% 0 0.75% 1.5%;
	}

	.cat .module:nth-child(3n - 1) {
		margin-left: 0;
	}

	.wrap.inner {
		background: #f9f9f9;
		padding: 15px;
	}

	.page-content.about {
		background: #f9f9f9;
		padding: 15px;
	}

	.page-content.configure {
		background: #f9f9f9;
	}

	.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;
	}

	.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: 0 0 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);
	}

	.fly:before {
		display: block;
	}

	.footer nav {
		border: none;
		padding: 0;
	}

	.footer nav a:hover,
	.footer nav a:visited:hover,
	.footer nav a:focus,
	.footer nav a:visited:focus {
		color: #fff;
	}

	.footer ul {
		float: none;
		overflow: hidden;
	}

	.a8c-attribution {
		display: none;
	}

	nav .primary-footer,
	nav .secondary-footer {
		margin: 0 30px;
	}

	nav .primary-footer {
		padding: 25px 15px 10px 15px;
	}

	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;
	}

}

@media (max-width: 900px) {
	#wpcontent,
	.auto-fold #wpcontent,
	.auto-fold #wpfooter,
	.modal,
	.configure .frame.top.fixed {
		margin-left: 36px;
		padding-left: 0;
	}

	.flyby {
		display: none;
	}

	.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,
	.button:focus,
	.button:active {
		top: 0;
	}

	.download-jetpack:hover,
	.download-jetpack:focus,
	.download-jetpack:active {
		top: 0;
	}

	.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;
	}

	.main-nav {
		font-size: 13px;
	}

	.main-nav .jetpack-logo {
		font-size: 22px;
	}

	.main-nav .jetpack-logo:before {
		font-size: 29px;
	}

	.table-bordered .genericon {
		display: inline-block;
	}

}

@media (max-width: 782px) {
	#wpcontent,
	.auto-fold #wpcontent,
	.auto-fold #wpfooter,
	.modal {
		margin-left: 0;
	}

	.configure .frame.top.fixed {
		padding-left: 0;
	}

	.masthead h1 {
		max-width: 600px;
		font-size: 28px;
	}

	.table-bordered th:last-child {
		padding-left: 0;
	}

	.featured h2,
	.module-grid h2 {
		font-size: 28px;
	}

	.module-search + label:after {
		right: 6px;
		top: 0;
	}

	.blog .type-post,
	.page-template-default .type-page,
	.single .type-post,
	.single .type-jetpack_support {
		width: 100%;
	}

	.sidebar {
		display: none;
	}

	.table-bordered.jetpack-modules tr.jetpack-module td .row-actions {
		display: block;
		padding-left: 10px;
		visibility: visible;
	}

}

@media (max-width: 530px) {
	.footer {
		margin-top: 0;
	}

	.masthead.hasbutton .subhead {
		margin-top: 105px;
		padding: 0;
	}

	.page-content {
		margin-top: 0;
	}

	.entry-title,
	.page-template-default h1 {
		font-size: 2em;
	}

	.blog h3,
	.single h3,
	.page-template-default h2 {
		font-size: 1.4em;
	}

	.modal .content div.jp-info-img {
		margin: 0 0 23px;
	}

	.featured {
		display: none;
	}

	.filter a {
		padding: 0.6em;
	}

	.clouds-sm {
		height: 90px;
	}

	.jp-filter a {
		padding: 0.76em 1em;
	}

	.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 {
		display: none;
	}

	.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;
	}

	.fly {
		margin: 0 0 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('img/rocketeer.svg') center bottom no-repeat;
		background-size: 50px auto;
	}

	.footer .a8c-services:after {
		height: 50px;
		background: url('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%;
	}

	.jetpack-message .squeezer {
		padding: 23px;
	}

	.jetpack-message .squeezer:before {
		display: none;
	}

}

@media (max-width: 320px) {
	.filter {
		margin-bottom: 10px;
	}

	.footer {
		padding-top: 76px;
	}

	.fly {
		margin: 0 0 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,
.nav-horizontal:after,
.features:after,
.modules:after,
.load-more:after {
	content: " ";
	display: table;
}

.nav-horizontal:after,
.features:after,
.modules:after,
.load-more:after {
	clear: both;
}

.nav-horizontal,
.features,
.modules,
.load-more {
	*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;
	}

}

