/* Variables
------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------ */
/* Mixins
------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------ */

@import url("https://s0.wordpress.com/i/noticons/noticons.css");
*, *:before, *:after {
  box-sizing: border-box; 
}

.group:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.reset {
  margin: 0;
  padding: 0;
  border: none;
}


.inset {
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
}
.smooth {
  -webkit-font-smoothing: antialiased;
}
.rotate {
  -webkit-animation-name: rotate;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: rotate;
  -moz-animation-duration: 2s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  animation-name: rotate;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@font-face {
  font-family: 'Automatticons';
  src: url('/fonts/automatticons-regular-webfont.eot');
  src: url('/fonts/automatticons-regular-webfont.eot?#iefix') format('embedded-opentype'), url('/fonts/automatticons-regular-webfont.woff') format('woff'), url('/fonts/automatticons-regular-webfont.ttf') format('truetype'), url('/fonts/automatticons-regular-webfont.svg#automatticonsregular') format('svg');
  font-weight: normal;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
}
/* -- Buttons -- */
input[type=submit],
button,
.button {
  font-family: "Open Sans", "Helvetica Neue", sans-serif;
  text-decoration: none;
  border-radius: 3px;
  border: 1px solid #999;
  background: #f5f5f5;
  background: -webkit-gradient(linear, left top, left bottom, from(#f7f7f7), to(#e1e1e1));
  background: -moz-linear-gradient(top, #f7f7f7, #e1e1e1);
  padding: 5px 10px;
  font-size: 12px;
  font-weight: normal;
  color: #555;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  -webkit-transition: all 0.05s ease-in-out;
  -moz-transition: all 0.05s ease-in-out;
  -o-transition: all 0.05s ease-in-out;
  transition: all 0.05s ease-in-out;
  -webkit-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.7), 0 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.7), 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.7), 0 1px 1px rgba(0, 0, 0, 0.1);
}
input[type=submit]:hover,
button:hover,
.button:hover,
input[type=submit]:focus,
button:focus,
.button:focus {
  cursor: pointer;
  color: #000;
  text-decoration: none;
  border: 1px solid #666;
  -webkit-box-shadow: inset 1px 1px 2px #ffffff, 0 1px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 1px 1px 2px #ffffff, 0 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: inset 1px 1px 2px #ffffff, 0 1px 1px rgba(0, 0, 0, 0.2);
}
input[type=submit]:active,
button:active,
.button:active,
.button.active {
  border: 1px solid #666;
  background: #ccc;
  background: -webkit-gradient(linear, left top, left bottom, from(#bbbbbb), to(#dddddd));
  background: -moz-linear-gradient(top, #bbbbbb, #dddddd);
  -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3), 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3), 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3), 0 0 0 rgba(0, 0, 0, 0);
}
/* -- Arrow Box */
.arrow_box {
  position: relative;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.arrow_box:after,
.arrow_box:before {
  bottom: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.arrow_box:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #ffffff;
  border-width: 10px;
  left: 40px;
  margin-left: -10px;
}
.arrow_box:before {
  border-color: rgba(51, 51, 51, 0);
  border-bottom-color: rgba(0, 0, 0, 0.1);
  border-width: 11px;
  left: 40px;
  margin-left: -11px;
}
.wpcc:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.wpcc .wpcc-button {
  display: block;
  margin: 0 auto;
  border: 1px solid #145b7c;
  background-color: #1e8cbe;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.2);
  color: #fff;
  text-decoration: none;
  padding: 11px 5px 12px 45px;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1);
  position: relative;
  font-size: 15px;
  font-family: "Open Sans", "Helvetica Neue", sans-serif;
  font-style: normal;
  line-height: 100%;
  width: 225px;
  -webkit-font-smoothing: antialiased;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-background-clip: padding-box;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.wpcc .wpcc-button:before {
  content: '';
  display: block;
  height: 23px;
  width: 23px;
  background-image: url(/images/wpcc-logo.png);
  background-size: 23px;
  position: absolute;
  top: 7px;
  left: 10px;
}
.wpcc .wpcc-button:hover {
  background-color: #219cd4;
  text-decoration: none !important;
  border: 1px solid #145b7c;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 4px rgba(0, 0, 0, 0.4);
}
.wpcc .wpcc-button:active {
  background-color: #176c92;
  border-color: #104b66;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.2);
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .wpcc .wpcc-button:before {
    background-image: url(/images/wpcc-logo-2x.png);
  }
}
#login-wpcc .banner h1 {
  margin-bottom: 30px;
}
#login-wpcc .banner p {
  line-height: 150%;
  font-size: 18px;
}
#login-wpcc #wpcc-steps {
  background: #efefef;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  padding: 30px 0 30px 115px;
  margin-top: 40px;
}
#login-wpcc #wpcc-steps:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#login-wpcc #wpcc-steps li {
  float: left;
  width: 220px;
  height: 220px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: 50%;
  margin: 0 30px 0 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
  overflow: hidden;
  position: relative;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-background-clip: padding-box;
}
#login-wpcc #wpcc-steps li h3 {
  margin: 25px 20px 0 20px;
  font-size: 20px;
  line-height: 120%;
  color: #444;
  text-align: center;
}
#login-wpcc #wpcc-steps li p {
  position: absolute;
  top: 220px;
  left: 0;
  width: 180px;
  height: 180px;
  background: rgba(241, 241, 241, 0.95);
  padding: 20px;
  text-shadow: 0px 1px 0px #fff;
  font-size: 16px;
  line-height: 140%;
  opacity: 0;
  cursor: help;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
#login-wpcc #wpcc-steps li:hover p {
  top: 0;
  opacity: 1;
}
#login-wpcc #wpcc-steps li.no-blog {
  background-image: url('/images/wpcc-no-blog.png');
  background-size: 109px;
  background-position: 50% 75px;
}
#login-wpcc #wpcc-steps li.one-account {
  background-image: url('/images/wpcc-one-account.png');
  background-size: 127px 97px;
  background-position: 50% 90px;
}
#login-wpcc #wpcc-steps li.wp-heart {
  background-image: url('/images/wpcc-wp-heart.png');
  background-size: 136px 100px;
  background-position: 50% 90px;
  margin-right: 0;
}
#a8c-dops {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 0;
  background-color: #222;
  font-size: 14px;
  z-index: 100;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#a8c-dops.dropped {
  height: 150px;
}
#a8c-dops ul {
  margin: 25px auto 0 auto;
  width: 960px;
}
#a8c-dops ul li a {
  border-radius: 5px;
  text-decoration: none;
  float: left;
  color: #fff;
  width: 210px;
  text-shadow: 0 -1px 0 #000000;
  padding: 20px 14px 20px 15px;
}
#a8c-dops ul li a:before {
  display: block;
  float: left;
  margin-right: 10px;
  font: normal 64px/1 'Automatticons';
  -webkit-font-smoothing: antialiased;
}
#a8c-dops ul li a:hover {
  color: #ac0300;
  background-color: rgba(0, 0, 0, 0.4);
}
#a8c-dops ul li a strong {
  display: block;
  font-size: 14px;
  margin: 0 0 5px 0;
  color: rgba(255, 255, 255, 0.9);
}
#a8c-dops ul li a small {
  display: block;
  font-size: 12px;
  line-height: 140%;
  color: rgba(255, 255, 255, 0.8);
}
#a8c-dops ul li:first-child a {
  box-shadow: none;
}
#a8c-dops ul li.wordpresscom strong {
  margin-top: 14px;
}
#a8c-dops ul li.vaultpress strong {
  margin-top: 4px;
}
#a8c-dops ul li.akismet strong {
  margin-top: 4px;
}
#a8c-dops ul li.polldaddy strong {
  margin-top: 7px;
}
#a8c-dops ul li.gravatar strong {
  margin-top: 4px;
}
#a8c-dops a[href*='wordpress.com']:before {
  content: 'W';
  color: #1e8cbe;
}
#a8c-dops a[href*='http://akismet.com']:before {
  content: 'K';
  color: #669419;
}
#a8c-dops a[href*='codepoet.com']:before {
  content: 'C';
}
#a8c-dops a[href*='gravatar.com']:before {
  content: 'G';
  color: #299bc8;
}
#a8c-dops a[href*='intensedebate.com']:before {
  content: 'I';
}
#a8c-dops a[href*='jetpack.me']:before {
  content: 'J';
}
#a8c-dops a[href*='polldaddy.com']:before {
  content: 'P';
  color: #cb2727;
}
#a8c-dops a[href*='vaultpress.com']:before {
  content: 'V';
  color: #ac0300;
}
/* -- Header -- */
#header {
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.5);
  background: #222;
  font-size: 14px;
  position: relative;
  z-index: 1000;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#header:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#header.dropped {
  top: 150px;
}
#header nav {
  width: 960px;
  display: block;
  margin: 0 auto;
}
#header a {
  color: #fff;
  float: left;
  line-height: 50px;
  padding: 0 15px;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -webkit-transition: all 0.05s ease-in-out;
  -moz-transition: all 0.05s ease-in-out;
  transition: all 0.05s ease-in-out;
}
#header a:hover {
  background-color: #ac0300;
}
#header a:active {
  box-shadow: inset 0 -2px 6px rgba(0, 0, 0, 0.6);
}
#header .main-nav {
  float: left;
}
#header .main-nav li {
  position: relative;
  float: left;
}
#header .main-nav li.current a {
  color: rgba(0, 0, 0, 0.8);
  background-color: #fff;
}
#header .main-nav li.current:first-child a {
  color: #fff;
  background:#222;
}
#header .user-nav {
  float: right;
  height: 50px;
}
#header .user-nav li {
  float: left;
  color: #fff;
  line-height: 50px;
}
#header .user-nav li.signed-in {
  position: relative;
  padding: 9px 15px;
}
#header .user-nav li.signed-in img {
  height: 32px;
  width: 32px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -webkit-background-clip: padding-box;
}
#header .user-nav li.signed-in .sub {
  display: none;
  background: #fff;
  position: absolute;
  top: 45px;
  right: 0;
  width: 220px;
  box-shadow: -1px 2px 3px rgba(0, 0, 0, 0.2);
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-bottomright: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  -webkit-background-clip: padding-box;
}
#header .user-nav li.signed-in .sub li {
  float: none;
}
#header .user-nav li.signed-in .sub li a {
  float: none;
  display: block;
  color: #333;
  line-height: 40px;
  padding: 0 15px;
  text-decoration: none;
}
#header .user-nav li.signed-in .sub li a:hover {
  color: #fff;
  background-color: #ac0300;
}
#header .user-nav li.signed-in .sub li a:active {
  background-color: #790200;
}
#header .user-nav li.signed-in .sub li:last-child {
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-bottomright: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  -webkit-background-clip: padding-box;
}
#header .user-nav li.signed-in .sub li:last-child a {
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-bottomright: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  -webkit-background-clip: padding-box;
}
#header .user-nav li.signed-in:hover {
  color: rgba(0, 0, 0, 0.8);
  background-color: #fff;
}
#header .user-nav li.signed-in:hover .sub {
  display: block;
}

#header #vp-tab {
  height: 50px;
  overflow: hidden;
}
#header #vp-tab .logo {
  height: 50px;
}
#header #vp-tab .shield {
  display: inline-block;
  font: normal 40px/1 'Automatticons';
  position: relative;
  top: 6px;
}
#header #vp-tab .shield:before {
  display: block;
  height: 43px;
  font: normal 60px/1 'Automatticons';
  content: 's';
  position: absolute;
  top: -8px;
  left: 3px;
  opacity: 0.4;
  color: #222;
}
#header #vp-tab .logotype {
  display: none;
  color: #fff;
  font-family: "calluna-1", "calluna-2", Palatino, Constantia, "Palatino Linotype", "Book Antiqua", serif;
  font-size: 30px;
  line-height: 100%;
  position: relative;
  top: 3px;
  margin-left: 5px;
  -webkit-font-smoothing: antialiased;
}
#header #vp-tab:hover .shield:before {
  color: #ac0300;
}
#plans #header #vp-tab.current a {
  color: #ac0300;
  background-color: #fff;
}

#header #vp-tab.current .shield:before {
  color: #fff;
}
#header #wpcc-sign-in {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
  padding: 3px;
  line-height: 100%;
  position: relative;
  top: 6px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-background-clip: padding-box;
}
#header #wpcc-sign-in:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#header #wpcc-sign-in .wpcom {
  padding: 3px 10px;
  float: left;
  cursor: pointer;
  line-height: 32px;
  margin: -3px 5px -3px -3px;
  color: rgba(255, 255, 255, 0.8);
  -webkit-font-smoothing: antialiased;
}
#header #wpcc-sign-in .wpcom:before {
  font: normal 24px/1 'Automatticons';
  content: 'W';
  display: inline-block;
  margin-right: 5px;
  position: relative;
  top: 2px;
  left: -2px;
  -webkit-font-smoothing: antialiased;
}
#header #wpcc-sign-in .wpcom:hover {
  color: #fff;
}
#header #wpcc-sign-in .button {
  float: right;
  line-height: 30px;
  background: #1e8cbe;
  text-shadow: none;
  color: #fff;
  font-size: 14px;
  border: 1px solid rgba(0, 0, 0, 0.6);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 3px rgba(0, 0, 0, 0.4);
  -webkit-font-smoothing: antialiased;
}
#header #wpcc-sign-in .button:hover {
  background-color: #219cd4;
  border: 1px solid #145b7c;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 4px rgba(0, 0, 0, 0.4);
}
#header #wpcc-sign-in .button:active {
  background-color: #176c92;
  border-color: #104b66;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.2);
}
#header #wpcc-sign-in:hover {
  background: rgba(255, 255, 255, 0.2);
}
#header #wpcc-sign-in.active {
  background: rgba(0, 0, 0, 0.9);
  box-shadow: inset 0 1px 3px #000000, 0 1px 0 rgba(255, 255, 255, 0.2);
}
#header #wpcc-sign-in.active .wpcom {
  color: #fff;
}
/* -- HEADER Jetpack Banner -- */
#header .jetpack-banner {
  background: #FFF;
  background-image: url( /images/jetpack-banner-background.png );
  background-size: 100% 100%;
}
#header .jetpack-banner__content {
  display: flex;
  max-width: 960px;
  margin: 0 auto;
  padding: 64px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  color: #222;
}
#header .jetpack-banner__content .jetpack-banner__icons {
  display: flex;
  flex-direction: row;
  margin-bottom: 32px;
  gap: 8px;
}
#header .jetpack-banner__content #jetpack-logo__icon {
  width: 44px;
  height: 44px;
}

#header .jetpack-banner__content #jetpack-vaultpress-logo__icon {
  width: 35px;
  height: 40px;
}

#header .jetpack-banner__content h3 {
  font-size: 56px;
  line-height: 36px;
  font-weight: 600;
  letter-spacing: -1px;
  font-family: inherit;
  margin-bottom: 18px;
  text-align: center;
}
#header .jetpack-banner__content p {
  font-size: 28px;
  line-height: 36px;
  font-weight: 400;
  font-family: inherit;
  margin-bottom: 26px;
  text-align: center;
}
#header .jetpack-banner__content .button {
  display: inline-block;
  padding: 8px 16px;
  line-height: 23px;
  background: #008710;
  color: #fff;
  font-family: inherit;
  font-weight: 600;
  font-size: 16px;
  border-radius: 4px;
  text-shadow: none;
  float: none;
  box-shadow: none;
  border: none;
}
#header .jetpack-banner__content a.button:hover {
  background-color: #005b18;
}
/* -- Structure -- */
.content {
  padding: 40px;
}
.content:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.content .main {
  float: left;
  width: 580px;
}
.full .main {
  width: 100%;
}
.content h1 {
  text-align: left;
  font-size: 45px;
  padding: 50px 40px 20px 40px;
  margin: -40px -40px 20px -40px;
  border-bottom: 1px solid #ccc;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.8), 2px 2px 2px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -10px 15px rgba(0, 0, 0, 0.1);
}
.content .main h3 {
  color: #666;
  padding: 40px 0 5px 0;
  margin: 0 0 10px 0;
}
.content .main p {
  line-height: 140%;
  margin: 0 0 20px 0;
}
.content .secondary {
  float: right;
  width: 220px;
  margin: 0;
  padding: 10px 0 0 25px;
  border-left: 1px solid #ccc;
  box-shadow: inset 4px 0 0 #efefef;
}
.content .secondary .block {
  float: left;
  padding: 0;
  width: 220px;
  margin: 0 0 30px 0;
}
.content .secondary .block p {
  font-size: 13px;
  line-height: 140%;
  margin: 0 0 20px 0;
}
.content .secondary .block .hours {
  font-size: 12px;
  line-height: 160%;
  margin: 0;
  padding: 5px 0 0 0;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
  color: #999;
  font-family: "Open Sans", "Helvetica Neue", sans-serif;
}
.content .secondary .block h3 {
  margin: 0 0 5px 0;
}
.content .secondary .block ul {
  margin: 0 0 20px 20px;
}
.content .secondary .block li {
  font-size: 13px;
  line-height: 130%;
  margin: 0 0 10px 0;
  list-style: square;
}
.content .secondary .blockl li.more {
  list-style: none;
  padding-top: 10px;
}
.content .secondary .highlight {
  padding: 20px;
  width: 180px;
  background: #EFEFEF;
}
/* -- Plans -- */

#plans #page {
width: 100%;
height:100%;
}


.plans-callout-bar {
  font-size: 16px;
  text-align: center;
  padding: 20px 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  background: #efefef;
  font-family: "Open Sans", "Helvetica Neue", sans-serif;
  color: #444;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6);
  -webkit-font-smoothing: antialiased;
}
.plans-small-print {
  margin-top: -1px;
  padding: 30px 0px;
  color: #444;
  width:100%;
  font-size: 13px;
  line-height: 1.6;
  font-weight: 400;
  font-family: "Open Sans", "Helvetica Neue", sans-serif;
  border-top: 1px solid #ccc;
  background: #f9f9f9;
}
.plans-small-print p {
  max-width: 100%;
  text-align:center;
  margin: 0 auto;
}
#plans-matrix div.akismet-plan .plan {
  padding-top: 6px;
  background-color: #F0F6DF;
}
.akismet-plan .akismet-banner {
  background-color: #6E8E1F;
  background-image: url(/images/akismet-vaultpress-bundle-logo.png );
  background-size: 320px 40px;
  background-repeat: no-repeat;
  background-position: center;
  height: 55px;
}
.akismet-plans {
  background-color: #fff;
}

.akismet-plan-features {
  background-color: #F0F6DF;
}

.akismet-plans ul.features {
  min-height: 272px;
}

.akismet-plans.inset {
  margin: -40px 2px 2px;
}
.akismet-plans .akismet-banner {
  background-color: #6E8E1F;
  background-image: url(/images/akismet-vaultpress-bundle-logo.png );
  background-size: 350px 45px;
  background-repeat: no-repeat;
  background-position: center;
  height: 75px;
}
.akismet-plans .plans {
  background: #FFF;
  overflow: hidden;
  margin: 0 auto 50px auto;
  width: 90%;
}
.akismet-plans .plans .plan-column {
  margin-top: 10px;
  float: left;
}
.akismet-plans .plans .plan-column.description {
 width: 70%;
 padding: 40px 10px 0px 15px;
 line-height: 24px;
 margin: 0% 15% 5% 15%;
 font-size:22px;
 text-align:center;
 color: #000000;
}
.akismet-plans .plans .plan-column.bundle {
 padding: 30px;
 width: 33.33%;
 background: #ffffff;
 border-right: 1px solid rgba(141, 141, 141, 0.1);
 display: block;
 flex: left;
}

.akismet-plans .plans .plan-column.bundle .title {
  font-size: 30px;
  margin: 0 0 5px 0;
  font-weight: normal;
}
.akismet-plans .plans .plan-column.bundle .tagline {
  font-size: 13px;
  color: #000;
  line-height: 1.2;
  font-style: italic;
}

.akismet-plans .plans .plan-column.bundle .price {
  font-size: 13px;
  color: #000;
  line-height: 1.2;
  font-weight: bold;
  display: block;
  border-bottom: solid 1px;
  padding-bottom: 5px;
  margin-bottom: 20px;
}

.akismet-plans .plans .plan-column.bundle .description {
  font-size: 14px;
  margin-top: 10px;
}
.akismet-plans .plans .plan-column.bundle .plan-buttons {
  clear: both;
  margin-top: 10px;
}
.akismet-plans .plans .plan-column.bundle .plan-buttons:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.akismet-plans .plans .plan-column.bundle .plan-buttons .button {
  float: left;
  margin: 0 10px 0 0;
  color: #444;
  font-weight: 600;
  font-size: 16px;
  padding: 8px 15px;
}
.akismet-plans .plans .plan-column.bundle .plan-buttons .button:hover {
  color: #222;
}
.akismet-plans .plans .plan-column.bundle .plan-buttons .button small {
  font-weight: 300;
  font-size: 14px;
  padding-left: 3px;
}
.akismet-plans .plans .plan-column.bundle .plan-buttons a:last-child {
  margin-right: 0;
}


/* -- Home Alternate -- */
body.newhome #home-orig {
  display: none;
}
body.newhome #home-alt {
  display: block;
}
#home-alt:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#home-alt #home-cta {
  background: #555;
  padding: 120px 30px;
  text-align: center;
  position: relative;
}
#home-alt #home-cta:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#home-alt #home-cta h1 {
  font-size: 65px;
  color: #fff;
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.4);
  font-family: "calluna-1", "calluna-2", Palatino, Constantia, "Palatino Linotype", "Book Antiqua", serif;
  padding: 0;
  margin: 0;
  -webkit-font-smoothing: antialiased;
}
#home-alt #home-cta .cta {
  margin: 0 -30px -50px -30px;
  padding: 30px 0;
}
#home-alt #home-cta .cta:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#home-alt #home-cta .cta .signup {
  width: 300px;
  display: block;
  border-radius: 4px;
  font-size: 20px;
  font-weight: bold;
  text-shadow: 0 -1px 0px rgba(0, 0, 0, 0.3);
  text-align: center;
  padding: 20px 30px;
  margin: 0 auto 10px auto;
  color: #fff;
  border-color: rgba(0, 0, 0, 0.5);
  background: #0090ba;
  background: -webkit-gradient(linear, left top, left bottom, from(#0090ba), to(#007ca1));
  background: -moz-linear-gradient(top, #0090ba, #007ca1);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 2px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 2px 4px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 2px 4px rgba(0, 0, 0, 0.2);
  -webkit-font-smoothing: antialiased;
}
#home-alt #home-cta .cta .signup:hover {
  border-color: rgba(0, 0, 0, 0.7);
  background: #00a4d3;
  background: -webkit-gradient(linear, left top, left bottom, from(#00a4d3), to(#0090ba));
  background: -moz-linear-gradient(top, #00a4d3, #0090ba);
}
#home-alt #home-cta .cta .signup:active {
  border-color: rgba(0, 0, 0, 0.9);
  background: #007ca1;
  background: -webkit-gradient(linear, left top, left bottom, from(#007ca1), to(#006987));
  background: -moz-linear-gradient(top, #007ca1, #006987);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3), 0 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3), 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3), 0 1px 2px rgba(0, 0, 0, 0.2);
}
#home-alt #home-cta .cta small {
  display: block;
  text-align: center;
  color: #ddd;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
  font-weight: 400;
  font-size: 13px;
  -webkit-font-smoothing: antialiased;
}
#home-alt #home-cta .cta small a {
  color: #ddd;
}
#home-alt #home-about {
  padding: 50px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.05);
  background: rgba(0, 0, 0, 0.05);
}
#home-alt #home-about:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#home-alt #home-about .testimonial {
  float: left;
  width: 370px;
  position: relative;
}
#home-alt #home-about .testimonial h3 {
  font-size: 16px;
  float: left;
  font-family: "Open Sans", "Helvetica Neue", sans-serif;
  clear: none;
  line-height: 50px;
}
#home-alt #home-about .testimonial h3 a {
  color: #777;
  text-decoration: none;
}
#home-alt #home-about .testimonial h3 a:hover {
  color: #0090ba;
  text-decoration: underline;
}
#home-alt #home-about .testimonial p {
  clear: both;
  font-size: 15px;
  line-height: 150%;
  padding: 18px 30px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -webkit-background-clip: padding-box;
}
#home-alt #home-about .short-features {
  margin: 0;
  float: right;
}
#home-alt #home-about .short-features:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#home-alt #home-about .short-features li {
  font-size: 20px;
  color: #333;
  line-height: 40px;
  margin: 30px 0 0 0;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-font-smoothing: antialiased;
}
#home-alt #home-about .short-features li:first-child {
  margin-top: 0;
}
#home-alt #home-about .short-features li:before {
  content: " ";
  float: left;
  margin: 0 15px 0 0;
  position: relative;
}
#home-alt #home-about .short-features li.backups:before {
  height: 32px;
  width: 30px;
  background: url("/images/clock-animated-2x.gif") no-repeat 0 0;
  background-size: 31px 32px;
}
#home-alt #home-about .short-features li.security:before {
  height: 32px;
  width: 30px;
  background: url("/images/sheild-animated-2x.gif") no-repeat 0 0;
  background-size: 23px 30px;
  top: 4px;
  left: 5px;
}
#home-alt #home-about .short-features li.support:before {
  height: 32px;
  width: 30px;
  background: url("/images/medic-animated.gif") no-repeat 0 0;
  background-size: 31px 28px;
  top: 4px;
  left: 1px;
}
.avatar--laughing-squid {
  display: block;
  margin: 0 15px 5px 17px;
  width: 50px;
  height: 50px;
  float: left;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-background-clip: padding-box;
  background: url('/images/laughingsquid.jpg');
  background-size: 50px;
}

/* -- VaultPeek Gallery -- */
#vaultpeek {
  padding: 30px;
  background: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
#vaultpeek:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#vaultpeek .stage {
  width: 100%;
  height: 400px;
  margin: 0 30px 30px 0;
  position: relative;
  z-index: 0;
}
#vaultpeek .stage li {
  position: absolute;
  z-index: 1;
  height: 100%;
  width: 100%;
}
#vaultpeek .stage li .actor,
#vaultpeek .stage li .vp-intro-video {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 330px;
}
#vaultpeek .stage li .actor {
  box-shadow: 0 1px 4px 1px rgba(0, 0, 0, 0.1);
  outline: 1px solid rgba(0, 0, 0, 0.3);
  overflow: hidden;
  height: 330px;
  width: 100%;
}
#vaultpeek .stage li .actor img {
  display: block;
  -webkit-transition: all 7s ease-in-out;
  -moz-transition: all 7s ease-in-out;
  transition: all 7s ease-in-out;
  position: relative;
  height: 550px;
  width: 960px;
}
#vaultpeek .stage li .actor:hover img {
  top: -200px;
  left: -50px;
}
#vaultpeek .stage li .vp-intro-video {
  text-align: center;
  background: #000;
}
#vaultpeek .stage li h3 {
  text-align: left;
  margin: 0 0 10px 30px;
  font-family: "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 15px;
}
#vaultpeek .stage li p {
  font-size: 13px;
  margin: 0 0 20px 30px;
  color: #666;
}
#vaultpeek .wing {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  height: 60px;
}
#vaultpeek .wing:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#vaultpeek .wing li {
  padding: 0 10px;
}
#vaultpeek .wing li.current img {
  border: 1px solid #ac0300;
  outline: 4px solid rgba(0, 0, 0, 0.04);
}
#vaultpeek .wing li.current small {
  font-weight: 600;
  color: #444;
}
#vaultpeek .wing a {
  display: block;
  padding: 0;
  text-decoration: none;
}
#vaultpeek .wing a:hover img,
#vaultpeek .wing a:focus img {
  border: 1px solid #ac0300;
}
#vaultpeek .wing img {
  display: block;
  padding: 0;
  margin: 0;
  height: 48px;
  width: 80px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  -webkit-transition: border 0.2s ease-in-out;
  -moz-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
#vaultpeek .wing small {
  display: block;
  text-align: center;
  padding: 8px 0 0 0;
  color: #888;
  font-weight: 400;
  font-size: 12px;
}
/* -- Features Page -- */
#features .banner {
  padding-bottom: 65px;
}
.copy-box {
  padding: 0 40px 20px 40px;
}
.copy-box h2 {
  font-size: 40px;
  margin: 0;
  text-align: center;
  padding: 70px 30px 60px 30px;
  line-height: 1.2;
  clear: none;
}
.copy-box h3 {
  font-size: 18px;
  font-weight: 400;
  margin: 0 0 10px 0;
  font-family: "Open Sans", "Helvetica Neue", sans-serif;
  color: #333;
  clear: none;
}
.copy-box p {
  font-size: 14px;
  line-height: 1.8;
  margin: 0 0 25px 0;
  color: #888;
  font-family: "Open Sans", "Helvetica Neue", sans-serif;
}
.copy-box hr {
  clear: both;
  height: 1px;
  padding: 0;
  margin: 30px 0;
  border: none;
  background: transparent;
}
.copy-box video {
  display: block;
  outline: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  margin: -10px -10px 30px -10px;
  background: transparent;
}
.copy-box .left-aligned {
  float: left;
  margin: 0 30px 20px -10px;
}
.copy-box .right-aligned {
  float: right;
  margin: 0 -10px 20px 30px;
}
.copy-box .copy-2-col {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 80px;
  -moz-column-gap: 80px;
  column-gap: 80px;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}
.vp-cta {
  display: block;
  padding: 30px;
  background: rgba(0, 0, 0, 0.1);
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.vp-cta:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.vp-cta .signup {
  width: 250px;
  display: block;
  border-radius: 4px;
  font-size: 17px;
  font-weight: bold;
  text-shadow: 0 -1px 0px rgba(0, 0, 0, 0.3);
  text-align: center;
  padding: 20px 40px;
  margin: 0 auto 0px auto;
  color: #fff;
  border-color: rgba(0, 0, 0, 0.5);
  background: #0090ba;
  background: -webkit-gradient(linear, left top, left bottom, from(#0090ba), to(#007ca1));
  background: -moz-linear-gradient(top, #0090ba, #007ca1);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 2px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 2px 4px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 2px 4px rgba(0, 0, 0, 0.2);
  -webkit-font-smoothing: antialiased;
}
.vp-cta .signup:hover {
  border-color: rgba(0, 0, 0, 0.7);
  background: #00a4d3;
  background: -webkit-gradient(linear, left top, left bottom, from(#00a4d3), to(#0090ba));
  background: -moz-linear-gradient(top, #00a4d3, #0090ba);
}
.vp-cta .signup:active {
  border-color: rgba(0, 0, 0, 0.9);
  background: #007ca1;
  background: -webkit-gradient(linear, left top, left bottom, from(#007ca1), to(#006987));
  background: -moz-linear-gradient(top, #007ca1, #006987);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3), 0 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3), 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3), 0 1px 2px rgba(0, 0, 0, 0.2);
}
.vp-cta small {
  display: block;
  text-align: center;
  color: #666;
  font-weight: 400;
  font-size: 13px;
  -webkit-font-smoothing: antialiased;
}
.testimonial-cta {
  position: relative;
  box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.3);
  background-color: #222;
  -webkit-font-smoothing: antialiased;
}
.testimonial-cta h2 {
  position: relative;
  z-index: 30;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4), 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 55px 80px 45px 80px;
  font-size: 50px;
  color: #fff;
}
.testimonial-cta ul.avatars {
  background-image: linear-gradient(top, rgba(0, 0, 0, 0.9) 1%, rgba(0, 0, 0, 0) 10%);
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.9) 1%, rgba(0, 0, 0, 0) 10%);
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.9) 1%, rgba(0, 0, 0, 0) 10%);
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.9) 1%, rgba(0, 0, 0, 0) 10%);
  background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0.9) 1%, rgba(0, 0, 0, 0) 10%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.01, rgba(0, 0, 0, 0.9)), color-stop(0.1, rgba(0, 0, 0, 0)));
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 20;
  overflow: hidden;
}
.testimonial-cta ul.avatars li {
  float: left;
  height: 80px;
  width: 80px;
}
.testimonial-cta ul.avatars li img {
  display: block;
  height: 100%;
  width: 100%;
  opacity: 0.15;
  -webkit-filter: brightness(1.8);
}
#verticals-nav {
 	display:none;
}
#verticals-nav:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#verticals-nav li {
  float: left;
}
#verticals-nav li:first-child {
  margin-left: 20px;
}
#verticals-nav a {
   font-family: "Open Sans",Helvetica,Arial,sans-serif;
  border-radius: 3px;
  border: 1px solid #999;
  background: -webkit-gradient(linear, left top, left bottom, from(#f7f7f7), to(#e1e1e1));
  padding: 5px 10px;
  font-size: 12px;
  font-weight: normal;
  color: #555;
  text-shadow: 0 1px 0 rgba(255,255,255,0.5);
  -webkit-transition: all 0.05s ease-in-out;
  transition: all 0.05s ease-in-out;
  -webkit-box-shadow: inset 1px 1px 1px rgba(255,255,255,0.7),0 1px 1px rgba(0,0,0,0.1);
  box-shadow: inset 1px 1px 1px rgba(255,255,255,0.7),0 1px 1px rgba(0,0,0,0.1);
  float: left;
  padding: 25px 20px;
  font-size: 16px;
  margin: 10px;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  margin-left: 5px;
}
/* -- Footer -- */
#footer {
  width: 960px;
  margin: 0 auto;
  padding: 10px 0 40px 0;
  font-family: "Open Sans", "Helvetica Neue", sans-serif;
}
#footer:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#footer ul {
  float: left;
}
#footer .primary {
  padding: 25px 15px 10px 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}
#footer .primary:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#footer .primary #vp-primary-footer {
  float: left;
  position: relative;
  left: -6px;
}
#footer .primary #vp-primary-footer li {
  float: left;
  margin: 0 5px 0 0;
}
#footer .primary #vp-primary-footer li a {
  font-family: "Gill Sans", "Gill Sans MT", "Trebuchet MS";
  font-size: 15px;
  text-transform: uppercase;
  float: left;
  padding: 4px 6px;
  color: rgba(255, 255, 255, 0.6);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
  text-decoration: none;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-background-clip: padding-box;
  -webkit-font-smoothing: antialiased;
}
#footer .primary #vp-primary-footer li a:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
}
#footer .secondary {
  padding: 18px 15px 0 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
#footer .secondary:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#footer .secondary #vp-secondary-footer {
  position: relative;
  left: -6px;
}
#footer .secondary #vp-secondary-footer:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#footer .secondary #vp-secondary-footer li {
  float: left;
  margin: 0 5px 0 0;
}
#footer .secondary #vp-secondary-footer li a {
  font-family: "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 14px;
  padding: 4px 6px;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.5);
  float: left;
  -webkit-font-smoothing: antialiased;
}
#footer .secondary #vp-secondary-footer li a:hover {
  color: rgba(255, 255, 255, 0.8);
}
#footer .secondary #vp-secondary-footer li a:hover:before {
  color: rgba(255, 255, 255, 0.8);
}
#footer .secondary #vp-secondary-footer li a:before {
  font: normal 16px/1 'Automatticons';
  color: rgba(255, 255, 255, 0.5);
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  vertical-align: middle;
  position: relative;
  top: -1px;
  margin-right: 8px;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
#footer .secondary #vp-secondary-footer li a[href*='facebook.com'] {
  width: 16px;
  height: 16px;
  padding: 0;
  margin-right: 5px;
  position: relative;
  top: 4px;
  overflow: hidden;
}
#footer .secondary #vp-secondary-footer li a[href*='facebook.com']:before {
  content: 'F';
}
#footer .secondary #vp-secondary-footer li a[href*='twitter.com'] {
  width: 16px;
  height: 16px;
  padding: 0;
  margin: 0 10px 0 5px;
  position: relative;
  top: 4px;
  overflow: hidden;
}
#footer .secondary #vp-secondary-footer li a[href*='twitter.com']:before {
  content: '@';
}
#footer .secondary .footer-search {
  position: relative;
  top: -5px;
  left: 5px;
}
#footer .secondary .footer-search div input[type="text"] {
  font-family: "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 13px;
  background-image: none !important;
  background-color: rgba(0, 0, 0, 0.3) !important;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 1px rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.5);
  padding: 4px 8px;
  width: 100px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  -webkit-background-clip: padding-box;
  -webkit-font-smoothing: antialiased;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
#footer .secondary .footer-search div input[type="text"]:focus {
  outline: none;
  color: rgba(0, 0, 0, 0.8);
  background-color: rgba(255, 255, 255, 0.8) !important;
}
#footer .secondary .footer-search div input[type="submit"] {
  background: rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(0, 0, 0, 0.8);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.1);
  color: #fff !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.8);
  position: relative;
  top: -2px;
  border-radius: 20px;
}
#footer .secondary .footer-search div input[type="submit"]:hover {
  background: #0090ba;
}
#footer .secondary .footer-search div input[type="submit"]:active {
  background: #006987;
}
#footer .secondary #a8c-services {
  float: right;
}
#footer .secondary #a8c-services li {
  margin-left: 5px;
  float: left;
}
#footer .secondary #a8c-services li a {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  float: left;
  padding: 5px 2px;
  font-size: 13px;
  font-family: "calluna-1", "calluna-2", Palatino, Constantia, "Palatino Linotype", "Book Antiqua", serif;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  -webkit-font-smoothing: antialiased;
}
#footer .secondary #a8c-services li a:hover {
  color: #ffffff;
}
#footer .secondary #a8c-services li a:hover:before {
  color: #ffffff;
}
#footer .secondary #a8c-services li a:before {
  font: normal 16px/1 'Automatticons';
  color: rgba(255, 255, 255, 0.6);
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  vertical-align: middle;
  position: relative;
  top: -1px;
  margin-right: 6px;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
#footer .secondary #a8c-services li a[href*='wordpress.com']:before {
  content: 'W';
}
#footer .secondary #a8c-services li a[href*='http://akismet.com']:before {
  content: 'K';
}
#footer .secondary #a8c-services li a[href*='codepoet.com']:before {
  content: 'C';
}
#footer .secondary #a8c-services li a[href*='gravatar.com']:before {
  content: 'G';
}
#footer .secondary #a8c-services li a[href*='intensedebate.com']:before {
  content: 'I';
}
#footer .secondary #a8c-services li a[href*='jetpack.me']:before {
  content: 'J';
}
#footer .secondary #a8c-services li a[href*='polldaddy.com']:before {
  content: 'P';
}
#footer .secondary #a8c-services li a[href*='vaultpress.com']:before {
  content: 'V';
}
/* -- Help! -- */
#help .contact {
  clear: both;
  margin: 0;
  border: none;
  padding: 30px;
  background: rgba(0, 0, 0, 0.1);
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-bottomright: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  -webkit-background-clip: padding-box;
}
#help .contact:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#help .contact a.button {
  float: right;
  font-size: 16px;
  padding: 12px 20px;
  position: relative;
  top: 2px;
  right: 8px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  font-family: "Open Sans", "Helvetica Neue", sans-serif;
  color: #333;
}
#help .contact h3 {
  clear: none;
  font-size: 20px;
  color: #555;
  margin-bottom: 8px;
  font-weight: normal;
}
#help .contact h3 strong {
  color: #323232;
}
#help .contact p {
  font-size: 15px;
  line-height: 130%;
  margin: 0;
  padding: 0;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
  color: #666;
  font-family: "Open Sans", "Helvetica Neue", sans-serif;
}
#help .search-help {
  clear: both;
  padding: 30px;
  background: rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  -webkit-background-clip: padding-box;
}
#help .search-help #cse-search-box:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#help .search-help #cse-search-box input[type="text"] {
  background: #fff !important;
  float: left;
  padding: 10px !important;
  color: #333;
  font-family: "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 16px;
  border: 1px solid #999;
  width: 680px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-background-clip: padding-box;
}
#help .search-help #cse-search-box input[type="submit"] {
  padding: 10px 40px;
  float: right;
  font-size: 16px;
}
#help .search-help #cse-search-box input:focus {
  outline: none;
  border-color: #333;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3);
}
#help .col {
  width: 273px;
  float: left;
  padding: 0;
  margin: 0 10px 30px 10px;
}
#help .col h3 {
  margin: 0 0 5px 0;
}
#help .col p {
  font-size: 14px;
  line-height: 140%;
  margin: 0 0 20px 0;
}
#help .col ul {
  margin: 0 0 20px 20px;
}
#help .col ul li {
  font-size: 14px;
  line-height: 140%;
  margin: 0 0 15px 0;
  list-style: square;
}
#help .col ul li b {
  background: #63C539;
  color: white;
  font-size: 10px;
  text-transform: uppercase;
  padding: 4px 6px;
  margin: 0 7px 0 0;
  border-radius: 3px;
  font-family: "Open Sans", "Helvetica Neue", sans-serif;
  -webkit-font-smoothing: antialiased;
}
#help .col ul li.more {
  list-style: none;
  padding-top: 10px;
}
#help .col ul li.more a {
  color: #888;
}
#help .col ul li.more a:hover {
  color: #0090ba;
}
#help .main p {
  margin: 0 0 20px 0;
  line-height: 160%;
  font-size: 15px;
  color: #444;
  font-family: "Open Sans", "Helvetica Neue", sans-serif;
}
#help .main p code {
  display: block;
  padding: 15px;
  font-size: 12px;
  background: #EFEFEF;
}
#help .main h4 {
  font-size: 14px;
  margin: 0 0 10px 0;
  color: #666;
}
#help .main img {
  width: 90%;
}
#help .main ol {
  margin: 0 0 0 30px;
  padding: 0 0 30px 0;
  list-style: decimal;
}
#help .main ol li {
  margin: 0 0 40px 0;
}
#help .threat h1 {
  margin-bottom: 30px;
}
#help .threat h2 {
  font-size: 22px;
  margin: 40px 0 15px 0;
  font-family: "Open Sans", "Helvetica Neue", sans-serif;
  font-weight: normal;
  color: #222;
  -webkit-font-smoothing: antialiased;
}
#help .threat p.overview {
  font-size: 20px;
  font-family: Georgia, Constantia, "Palatino Linotype", "Book Antiqua", serif;
  color: #444;
  line-height: 180%;
}
#help .threat p.notes {
  font-size: 13px;
  padding: 15px 0;
  border-top: 1px dotted #ccc;
  border-bottom: 1px dotted #ccc;
  margin: 0 0 30px 0;
  color: #777;
}
#help .threat p.notes strong {
  color: #444;
}
#help .threat ul.filenames {
  padding: 5px 15px;
  background: #efefef;
  text-shadow: 0 1px 0 #fff;
}
#help .threat ul.filenames li {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  padding: 9px 5px 9px 21px;
  background: transparent url("/images/icon_file.png") no-repeat 0 50%;
}
#help .threat ul.links {
  list-style: square;
  margin-left: 30px;
}
#help .threat ul.links li {
  padding: 5px 0;
  font-size: 14px;
  margin-bottom: 10px;
  font-family: "Open Sans", "Helvetica Neue", sans-serif;
}
#help .threat ul.links li strong {
  display: block;
  font-size: 18px;
  margin-bottom: 5px;
}
#help .threat ul.threats {
  list-style: square;
  margin-left: 30px;
}
#help .threat ul.threats li {
  padding: 5px 0;
  font-size: 14px;
  margin-bottom: 10px;
  font-family: "Open Sans", "Helvetica Neue", sans-serif;
}
#help .download-notice {
  background: #0090ba;
  padding: 20px 40px 20px 40px;
  margin: 0 0 30px -40px;
  color: #fff;
  position: relative;
  top: 20px;
  -webkit-font-smoothing: antialiased;
  font-family: "Open Sans", "Helvetica Neue", sans-serif;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
#help .download-notice:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#help .download-notice h3 {
  padding: 0;
  clear: none;
  margin: 5px 0 10px 0;
  color: #fff;
  font-size: 20px;
  font-weight: normal;
  line-height: 100%;
  font-family: "Open Sans", "Helvetica Neue", sans-serif;
}
#help .download-notice p {
  color: #fff;
  font-size: 13px;
  line-height: 140%;
  margin: 0 0 5px 0;
  font-family: "Open Sans", "Helvetica Neue", sans-serif;
}
#help .download-notice a.button {
  float: right;
  padding: 12px 22px;
  font-size: 15px;
  margin: 17px 0 0 70px;
  border-color: rgba(0, 0, 0, 0.5);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#eaecec), to(#bdc0c1));
  background-image: -webkit-linear-gradient(top, #eaecec, #bdc0c1);
  background-image: -moz-linear-gradient(top, #eaecec, #bdc0c1);
  background-image: -o-linear-gradient(top, #eaecec, #bdc0c1);
  background-image: -ms-linear-gradient(top, #eaecec, #bdc0c1);
  background-image: linear-gradient(top, #eaecec, #bdc0c1);
}
#help .table-of-contents {
  margin: 40px 0;
}
#help .table-of-contents ul li {
  line-height: 140%;
  border-left: 1px solid #CCC;
  border-right: 1px solid #CCC;
  border-bottom: 1px solid #EFEFEF;
}
#help .table-of-contents ul li:first-child {
  border-top: 1px solid #CCC;
  -webkit-border-top-left-radius: 6px;
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topleft: 6px;
  -moz-border-radius-topright: 6px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
#help .table-of-contents ul li:last-child {
  border-bottom: 1px solid #CCC;
  -webkit-border-bottom-right-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}
#help .table-of-contents ul li a {
  display: block;
  padding: 15px 20px;
  background: url("/images/icon_bulb.png") no-repeat -20px 18px;
}
#help .table-of-contents ul li a:hover {
  color: #333;
  padding-left: 45px;
  background-position: 25px 18px;
}
#help #help ul.faqs li {
  margin: 0;
}
#help #help ul.faqs li:target {
  border: 2px solid #ac0000;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  margin: 0 -21px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.5);
  background: #fff;
}
#help #help ul.faqs li:target h3 {
  padding: 30px 20px 0 20px;
}
#help #help ul.faqs li:target p {
  padding: 0 20px;
}
#help #help ul.faqs li h3 {
  color: #000;
  font-size: 25px;
}
#help #help ul.faqs li p.top {
  position: relative;
  padding: 0;
  border-bottom: 1px solid #CCC;
  margin: 0 0 20px 0;
  font-size: 12px;
  font-family: "Open Sans", "Helvetica Neue", sans-serif;
}
#help #help ul.faqs li p.top:after {
  content: ".";
  display: block;
  height: 0;
  width: 0;
  line-height: 0;
  clear: both;
  visibility: hidden;
}
#help #help ul.faqs li p.top a {
  display: block;
  float: right;
  padding: 5px 10px;
  border: 1px solid #CCC;
  position: relative;
  top: 15px;
  right: 10px;
  background: #FFF;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#help #help ul.faqs li p.top a:hover {
  color: #333;
  border-color: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
/* -- Code Garage Migration -- */
#code-garage #page {
  margin-top: 0;
}
#code-garage #header {
  display: none;
}
#code-garage #footer {
  display: none;
}
#code-garage .banner {
  padding-bottom: 20px;
}
#code-garage .banner h1 {
  margin-left: 30px;
}
#code-garage .banner h1 .codegarage {
  position: relative;
}
#code-garage .banner h1 .codegarage:before {
  height: 42px;
  width: 47px;
  display: block;
  content: ' ';
  background: url('/images/cg-logo.png') no-repeat 0 0;
  background-size: 47px 42px;
  position: absolute;
  top: 7px;
  left: -64px;
}
#code-garage .banner h1 .rarr {
  font-size: 31px;
  color: #666;
  padding: 0 30px;
}
#code-garage .banner h1 .vaultpress:before {
  display: inline-block;
  content: 'V';
  color: #ac0300;
  font: normal 64px/1 'Automatticons';
  -webkit-font-smoothing: antialiased;
  margin-right: 11px;
  text-shadow: none;
}
#code-garage ol#steps {
  margin: 0 auto 0 auto;
  width: 900px;
  font-size: 13px;
  text-align: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
#code-garage ol#steps:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#code-garage ol#steps li {
  float: left;
  width: 300px;
  padding: 7px 0;
  color: #aaa;
}
#code-garage ol#steps li.current {
  padding: 7px 0 8px 0;
  position: relative;
  color: #333;
  font-weight: bold;
  top: 1px;
  border-bottom: 3px solid rgba(0, 0, 0, 0.4);
}
#code-garage #errors {
  padding: 40px 20px 30px 20px;
  border-bottom: 3px solid #ac0300;
}
#code-garage #errors li {
  color: #ac0300;
  margin: 0 0 10px 30px;
  list-style: square;
}
#code-garage .step {
  width: 500px;
  margin: 0 auto;
  padding: 40px 0;
}
#code-garage .step h2 {
  font-size: 18px;
  font-family: "Open Sans", "Helvetica Neue", sans-serif;
  font-weight: normal;
  text-align: center;
  margin: 0 0 20px 0;
}
#code-garage .step p {
  color: #888;
  font-size: 14px;
  margin: 0 0 20px 0;
  line-height: 140%;
  text-align: center;
}
#code-garage .step form {
  width: 360px;
  margin: 0 auto;
}
#code-garage .step button {
  margin: 0;
}
#code-garage .step input {
  width: 338px;
  display: block;
  font-size: 15px;
  font-family: "Open Sans", "Helvetica Neue", sans-serif;
  padding: 8px 10px;
  margin: 0 0 10px 0;
  border: 1px solid #666;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.4), 0 1px 1px rgba(0, 0, 0, 0.1);
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-background-clip: padding-box;
}
#code-garage .step input:focus {
  border-color: #0090ba;
  box-shadow: 0 0 3px #0090ba;
}
#code-garage .step input.error {
  border-color: #ac0300;
  border-bottom: 5px solid #ac0300;
  color: #ac0300;
}
#code-garage .step input.error:focus {
  box-shadow: 0 0 8px #ac0300;
}
#code-garage .step-1 button {
  float: left;
}
#code-garage .step-1 .forgot-password {
  float: right;
  font-size: 13px;
}
#code-garage .step-2 .wpcc-create {
  font-size: 13px;
  color: #555;
  text-align: center;
}
#code-garage .step-2 .wpcom-user {
  padding: 20px 0;
  border-top: 1px dotted #efefef;
  border-bottom: 1px dotted #efefef;
  width: 400px;
  margin: 0 auto 20px auto;
}
#code-garage .step-2 .wpcom-user:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#code-garage .step-2 .wpcom-user img {
  float: left;
  border-radius: 75px;
  margin: 0 20px 0 0;
}
#code-garage .step-2 .wpcom-user h3 {
  clear: none;
  font-size: 25px;
  margin: 0 0 7px 0;
  padding-top: 7px;
}
#code-garage .step-2 .wpcom-user h4 {
  clear: none;
  font-size: 13px;
  font-family: "Open Sans", "Helvetica Neue", sans-serif;
  font-weight: normal;
}
#code-garage .step-2 .wpcom-user h4 strong {
  font-weight: normal;
  font-size: 12px;
  padding: 5px 0 0 0;
  display: block;
  color: #777;
}
#code-garage .step-3 form button {
  font-size: 15px;
  padding: 10px 18px;
  margin: 0 auto 20px auto;
  display: block;
}
#code-garage .step-3 #migration-process {
  list-style: decimal;
  margin: 0 0 40px 0;
}
#code-garage .step-3 #migration-process li {
  color: #666;
  font-size: 14px;
  margin: 0 80px 10px 80px;
}
#code-garage .step-3 #migration-complete {
  display: none;
  margin: 0 -30px;
}
#code-garage .step-3 #migration-complete h2 {
  font-size: 27px;
  color: #333;
  font-weight: 300;
  line-height: 130%;
  margin-bottom: 40px;
}
#code-garage .step-3 #migration-complete p.closing {
  background: #efefef;
  padding: 20px;
}
#code-garage .step-3 #migration-complete ul {
  width: 100%;
}
#code-garage .step-3 #migration-complete ul:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#code-garage .step-3 #migration-complete ul li {
  padding-left: 165px;
  position: relative;
  font-size: 14px;
  line-height: 160%;
  margin-bottom: 25px;
  border-top: 1px solid #efefef;
  padding-top: 10px;
}
#code-garage .step-3 #migration-complete ul li strong {
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  width: 150px;
  text-align: right;
  font-size: 14px;
}
#code-garage .step-3 #migration-sites {
  width: 530px;
  margin: 20px auto 0 auto;
}
#code-garage .step-3 #migration-sites li {
  margin: 0 0 10px 0;
  font-size: 15px;
  padding: 5px 0;
}
#code-garage .step-3 #migration-sites li:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#code-garage .step-3 #migration-sites li strong {
  display: inline-block;
  width: 120px;
  text-align: right;
  padding-right: 10px;
}
#code-garage .step-3 #migration-sites .site {
  opacity: 0.4;
}
#code-garage .step-3 #migration-sites .success {
  opacity: 1;
}
#code-garage .step-3 #migration-sites .success strong {
  color: #5eaf46;
}
#code-garage .step-3 #migration-sites .failure {
  opacity: 1;
}
#code-garage .step-3 #migration-sites .failure strong {
  color: #ac0300;
}
#code-garage .step-3 #migration-sites .failure p {
  text-align: left;
  margin: 10px 0 0 130px;
  padding: 15px;
  font-size: 14px;
  background: #efefef;
  color: #555;
}
.a8c-attribution {
  float: right;
  padding: 3px 6px 0;
  color: rgba(255, 255, 255, 0.6);
  font-size: 11px;
  letter-spacing: .5px;
  font-family: "Gill Sans", "Gill Sans MT", "Trebuchet MS";
  text-transform: uppercase;
}
.a8c-attribution a {
  display: inline-block;
  position: relative;
  padding: 4px 19px;
  right: 9999px;
  color: #fff;
  outline: 0;
}
.a8c-attribution a:after {
  content: 'A';
  position: absolute;
  top: 2px;
  right: -9999px;
  height: 100%;
  font-size: 18px;
  font-family: 'Automatticons';
  text-align: center;
}
.a8c-attribution a:hover {
  color: #0090ba;
}
.olark-on {
  display: none;
}



/* CSS for VaultPress Plan */

.vp-plan .vp-banner {
  background-color: #ac030a;
  background-image: url(/images/vaultpress-plan-logo.png);
  background-size: 200px 50px
  background-repeat: no-repeat;
  background-position: center;
  height: 55px;
}
.vp-plans {
  background-color: #F9D3D2;
  box-shadow: 0px 0px 2px #aaa;
}
.vp-plan-features {
  background-color: #ef9a99;
}
.vp-plans.inset {
  margin: -40px 2px 2px;
}
.vp-plans .vp-banner {
  background-color: #ac030a;
  background-image: url(/images/vaultpress-plan-logo.png);
  background-size: 200px 50px;
  background-repeat: no-repeat;
  background-position: center;
  height: 75px;
}
.vp-plans .plans {
  width: 100%;
  background: #333 url(/images/bg.png) top left repeat;
  overflow: hidden;
}
.vp-plans .plans .plan-column {
  margin-top: 10px;
  float: left;
}
.vp-plans .plans .plan-column.description {
 width: 70%;
 padding: 15px 10px 0px 15px;
 line-height: 24px;
 margin: 3% 15%;
 font-size:22px;
 text-align:center;
 color: #fff;
}
.vp-plans .plans .plan-column.bundle {
  margin: 1% 15%;
  margin-right: -150px;
  padding: 30px;
  width: 35%;
  position: relative;
  background: #ffffff;
  border: 2px solid rgba(141, 141, 141, 0.1);
  border-radius: 12px;
  display: block;
}

.vp-plans .plans .plan-column.bundle:first-child(2) {
   margin: 1% 0%;
}

.vp-plans .plans .plan-column.bundle .title {
  font-size: 30px;
  margin: 0 0 5px 0;
  font-weight: normal;
}
.vp-plans .plans .plan-column.bundle .tagline {
  font-size: 13px;
  color: #666;
  white-space: nowrap;
}
.vp-plans .plans .plan-column.bundle .description {
  font-size: 14px;
  margin-top: 10px;
}
.vp-plans .plans .plan-column.bundle .plan-buttons {
  clear: both;
  margin-top: 10px;
}
.vp-plans .plans .plan-column.bundle .plan-buttons:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.vp-plans .plans .plan-column.bundle .plan-buttons .button {
  float: left;
  margin: 0 10px 0 0;
  color: #444;
  font-weight: 600;
  font-size: 16px;
  padding: 8px 15px;
}
.vp-plans .plans .plan-column.bundle .plan-buttons .button:hover {
  color: #222;
}
.vp-plans .plans .plan-column.bundle .plan-buttons .button small {
  font-weight: 300;
  font-size: 14px;
  padding-left: 3px;
}
.vp-plans .plans .plan-column.bundle .plan-buttons a:last-child {
  margin-right: 0;
}

.vp-plans ul.features {
  min-height: 210px;
}

.vp-plans-reveal-option {
  padding: 10px;
  text-align: center;
}

/* Descriptions of features for plans */


ul.features li {
  padding: 15px 0px;
  font-size: 14px;
  color: #444;
  border-bottom: 1px solid rgba(141, 141, 141, 0.1);
  position: relative;
}
ul.features li:last-child {
  border: none;
}

ul.features li:after {
  content: '?';
  display: block;
  position: absolute;
  top: 12px;
  right: 13px;
  color: #fff;
  background: rgba(0, 0, 0, 0.2);
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  border-radius: 20px;
  width: 20px;
  height: 20px;
  text-align: center;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}


ul.features li:hover {
  font-weight:700;
  cursor: pointer;
}

/* hover over links for vaultpress plans */

.vp-plans .plans .plan-column.bundle ul.features li:hover {
  color: #ac0300;
}

/* hover over links for akismet plans */

.akismet-plans .plans .plan-column.bundle ul.features li:hover {
  color: #6e8e1f;
}

ul.features li:hover:after {
  background: rgba(0, 0, 0, 0.7);
}
ul.features li.open {
  text-decoration: none;
  font-weight: bold;
}
ul.features li.open:after {
  background: #000000;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  -webkit-transform: rotate(15deg);
  -moz-transform: rotate(15deg);
  -o-transform: rotate(15deg);
  -ms-transform: rotate(15deg);
}
ul.features li strong {
  background-color: rgba(255, 255, 0, 0.4);
  color: #222;
}

ul.features li p {
  display: none;
  margin: 15px -32px -15px -32px;
  padding: 15px 30px;
  line-height: 140%;
  font-size: 13px;
  font-style: italic;
  color: #444;
  font-weight: normal;
  background: rgba(141, 141, 141, 0.1);
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
}

.vaultpress-logo-mobile {
  display: none; 
}

/* VP logo for hamburger menu */

#header .vaultpress-logo-mobile a {
    background: #ac030a url(/images/vaultpress-wpcc-nav-2x.png) no-repeat center center;
    background-size: 70px 50px;
    color: #74a21e;
    float: left;
    height: 50px;
    line-height: 50px;
    z-index: 900;
    width: 70px;
    text-indent: -9999em; 
}


.drawer-label {
  display: none;
  position: absolute;
  left: 75px;
  top: 5px;
  color: #fff;
  font: normal 16px/44px "noticons";
  cursor: pointer;
  user-select: none;
  width: auto;
  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; 
}

 #plans #header nav,
  #a8c-dops ul {
    width: 960px;
  }


@media all (max-width: 1195px) {

 #plans #header nav,
  #a8c-dops ul {
    width: auto !important;

 }

 
.akismet-plans .plans .plan-column.bundle {
	margin: 1% 13%;
	margin-right:-100px;
	padding: 30px;
	width: 28%;
	position: relative;
	background: #ffffff;
	border-radius: 8px;
	display: block;
}
  .vp-plans .plans .plan-column.bundle {
	margin: 1% 13%;
	margin-right:-100px;
	padding: 30px;
	width: 28%;
	position: relative;
	background: #ffffff;
	border: 2px solid rgba(141, 141, 141, 0.1);
	border-radius: 8px;
	display: block;
}
}


@media all and (max-width: 1085px) {

 #plans #header nav,
  #a8c-dops ul {
    width: auto !important;
  }
 

  .akismet-plans .plans .plan-column.bundle {
	margin: 1% 10%;
	padding: 30px;
	width: 80%;
	position: relative;
	background: #ffffff;
	border-radius: 8px;
	display: block;
}
  .vp-plans .plans .plan-column.bundle {
	margin: 1% 10%;
	padding: 30px;
	width: 80%;
	position: relative;
	background: #ffffff;
	border: 2px solid rgba(141, 141, 141, 0.1);
	border-radius: 8px;
	display: block;
}
}

/* CSS for New Jetpack Plans Page */

  .banner h1 {
    padding: 0;
  }

  #switcher {
    text-align: center
  }

  #switcher a {
    padding:14px 28px;
    border:solid 1px #6d8f0e;
    margin: 0;
    color:#6d8f0e;
    font-weight: bold;
    text-decoration: none;
  }

  #switcher a:hover {
    text-decoration: underline;
  }

  #switcher a.p {
    margin-right: -2px;
    border-radius: 8px 0 0 8px;
  }

  #switcher a.b {
    margin-left: -2px;
    border-radius: 0 8px 8px 0;
    border-left: none;
  }

  #switcher a.selected {
    text-decoration: none;
    background: #6d8f0e !important;
    color:#fff;
    background: linear-gradient(#4c630a, #6d8f0e);
  }

  #plan-features-mobile {
    display: none;
  }

  .detail {
    width: 760px;
    margin: 0 auto 30px auto;
    border-radius: 10px;
    border:solid 1px #ccc;
    padding: 30px;
  }

  .detail h2 {
    font-size: 2.0em;
    text-align: center;
    margin-bottom: 10px;
  }

  .detail h3 {
    font-size: 0.8em;
    text-transform: uppercase;
    font-weight: normal;
    color: #777;
  }

  .detail p, .detail h3 {
    text-align: center;
    margin-bottom: 25px;
    padding-bottom: 25px;
    
  }

  .detail p a {
    display: inline-block;
    padding: 16px 28px;
    border:solid 1px #777;
    text-decoration: none;
    color: #fff;
    background: #0090ba;
    background: linear-gradient(#0090ba, #007ca1);
    border-radius: 6px;
    font-weight: bold;
    margin-top: 10px;
    font-size: 1.5em;
  }

  .detail p a:hover {
    text-decoration: underline;
  }

  .detail ul {
    display: inline-block;
  }

  .detail ul li {
    float:left;
    width: 50%;
    margin-bottom: 20px;
    padding: 20px 20px 20px 60px;
    text-transform: uppercase;
    font-size: .9em;
    color: #777;
    background: none !important;
    line-height: 1.5em;
  }

  .detail ul li strong {
    color:#000;
  }

  .detail ul li.backups {
    background: url('/images/icons/plans/backup.png') 20px 20px no-repeat;
    background-size: 30px 30px;
  }

  .detail ul li.protect {
    background: url('/images/icons/plans/protect.png') 20px 20px no-repeat;
    background-size: 30px 30px;
  }

  .detail ul li.spammer {
    background: url('/images/icons/plans/spam.png') 20px 20px no-repeat;
    background-size: 30px 30px;
  }

  .detail ul li.support {
    background: url('/images/icons/plans/support.png') 20px 20px no-repeat;
    background-size: 30px 30px;
  }

  .detail ul li.migrate {
    background: url('/images/icons/plans/migration.png') 20px 20px no-repeat;
    background-size: 30px 30px;
  }

  .detail ul li.scanner {
    background: url('/images/icons/plans/scanner.png') 20px 20px no-repeat;
    background-size: 30px 30px;
  }

  .hl {
    border-bottom: solid 1px;
  }

  #plan-trust {
    width: 760px;
    margin: 0 auto 30px auto;
    padding: 30px 15px;
  }

  #plan-trust img {
    width: 100px;
    height: 35px;
  }

  #plan-trust ul {
    display: inline-block;
  }

  #plan-trust ul li {
    float:left;
    width: 33.33%;
    margin-bottom: 20px;
    padding: 0 10px;
    font-size: .8em;
    text-align: center;
    line-height: 1.5em;
  }

  #plan-business #plan-pre {
    border-right: solid 1px #ccc;
    padding-right: 20px;
  }

  #plan-business #plan-pro {
    padding-left: 20px;
  }

  #plan-business #plan-pre p, #plan-business #plan-pro p {
    border-bottom: none;
    margin-bottom: 0;
  }

  #plan-business #plan-pre, #plan-business #plan-pro {
    width: 50%;
    float: left;
    display: inline-block;
  }

  #plan-business ul {
    border-top:solid 1px #ccc;
    padding-top: 30px;
  }

  #plan-business #plan-pre ul, #plan-business #plan-pro ul {
    border-top:none;
    padding-top: 0;
  }

  #plan-business #plan-pre li, #plan-business #plan-pro li {
    width: 100%;
  }

  @media (max-width: 800px) {
    .detail, #plan-trust {
      border: none;
      width: 100%;
      margin-bottom: 0;
    }

    .detail ul, #plan-trust ul, #plan-business ul {
      display: block;
      margin: 0 auto;
    }

    .detail ul li, #plan-business #plan-pre ul li, #plan-business #plan-pro ul li {
      float: none;
      margin: 0 auto 15px auto;
      padding: 0;
      text-transform: none;
      width: 50%;
      list-style: disc;
      background:none !important;
    }

    .detail ul {
      padding-bottom: 30px;
      border-bottom: solid 1px #ccc;
    }

    #plan-trust ul li {
      float: none;
      width: 80%;
      text-align: center;
      padding: 0;
      text-transform: none;
      margin:0 auto 45px auto;
    }

    #plan-business #plan-pre, #plan-business #plan-pro {
      width: 100%;
      border:none;
      padding: 0;
    }

    #plan-business ul {
      border:none;
      padding-bottom: 0;
    }

    #plan-business ul li, #plan-business #plan-pro ul li, #plan-business #plan-pre ul li {
      margin-bottom: 20px
    }

    #plan-business ul#plan-features-mobile, #plan-business ul#plan-features-normal {
      border-bottom: solid 1px #ccc;
      padding-bottom: 30px;
      margin-bottom: 30px;
      display: inline-block;
      width: 100%;
      padding-top: 0;
    }
  }

/* hamburger menu responsive CSS */

@media all and (max-width: 800px) {

 #plans #header nav,
  #a8c-dops ul {
    width: auto !important;
  }

  #plans #header .main-nav,
  #vp-tab,
  #header #wpcc-sign-in .wpcom {
    display: none; 
}

   #plans #header #vp-tab {
    display: none;
}

  #plans .vaultpress-logo-mobile, .drawer-label {
    display: block; 
}

   #plans #header a {
   display: block; 
}

   #plans #header .main-nav {
    background: #222;
    float: none;
    position: absolute;
	z-index: 1000;
    top: 50px;
    left: 0;
    width: 100%; 
}

   #plans #header .main-nav li {
      float: none !important;
      position: relative;
      text-align: center; 
}
   #plans #header .main-nav a {
      border-top: 1px solid #444;
      float: none;
      line-height: 64px; 
} 

   #plans #header {
      z-index: 0;
}
}

@media all and (max-width: 568px) {

 #plans #header nav,
  #a8c-dops ul {
    width: auto !important;
  }


 #plans #header .main-nav,
  #vp-tab,
  #header #wpcc-sign-in .wpcom {
    display: none; 
}

   #plans #header #vp-tab {
    display: none;
}

#plans #footer .secondary {
	display:none;
}

  #plans .vaultpress-logo-mobile, .drawer-label {
    display: block; 
}

   #plans #header a {
   display: block; 
}

   #plans #header .main-nav {
    background: #222;
    float: none;
    position: absolute;
	z-index: 1000;
    top: 50px;
    left: 0;
    width: 100%; 
}

   #plans #header .main-nav li {
      float: none !important;
      position: relative;
      
      text-align: center; 
}
   #plans #header .main-nav a {
      border-top: 1px solid #444;
      float: none;
      line-height: 64px; 
} 

   #plans #header {
      z-index: 0;
}

  .akismet-plans .plans {
     width: 100%;
}

  .akismet-plans .plans .plan-column.bundle {
	margin: 1% 4%;
	padding: 30px;
	width: 90%;
	position: relative;
	background: #ffffff;
	border-radius: 8px;
	display: block;
}
  ul.features li:after {
  right: 6px;
}
  .vp-plans {
 	width:100%;
}
  .vp-plans .plans .plan-column.bundle {
	margin: 1% 4%;
	padding: 30px;
	width: 90%;
	position: relative;
	background: #ffffff;
	border: 2px solid rgba(141, 141, 141, 0.1);
	border-radius: 8px;
	display: block;
}

  .banner h1 {
    padding-top: 45px;
    font-size: 35px;
}

  .akismet-plans .akismet-banner {
	background-size: 270px 35px;
	height: 0px;
}

  .akismet-plans .plans .plan-column.description {
	text-align: center;
	width: 80%;
	padding: 0px;
	line-height: 22px;
	margin: -4% 10% 5% 10%;
	font-size: 15px;
}

  .vp-plans .plans .plan-column.description {
	text-align: center;
	width: 80%;
	padding: 0px;
	line-height: 22px;
	margin: 6% 10% 6% 10%;
	font-size: 17px;
}

  #plans #header {
	font-size: 16px;
}

  #plans #header a {
	padding: 0 7px;
}

  #plans #header .user-nav li.signed-in {
	padding: 9px 5px;
}

  .plans-small-print p {
	max-width: 90%;
}

  .plans-small-print {
	padding: 10px 0px;
	text-align: center;
}

/* footer stylings */

#plans #footer {
	width:100%;
}

#plans #footer .primary {
  width:100%;
  display:block;
  padding: 0px;
  float:none;
}

#plans #footer .primary #vp-primary-footer {
  float: none;
  position: relative;
  left: -6px;
}
#plans #footer .primary #vp-primary-footer li {
  float: none;
  display:block;
  margin: 0px;
  color: #999;
  border-bottom: 1px solid #333;
}
#plans #footer .primary #vp-primary-footer li a {
  float: none;
  display:block; 
  padding: 15px 20px;
}

#plans #footer .primary #vp-primary-footer ul li a {
  border-bottom: 1px solid #333;
  color: #999;
  display: block;
  font-size: 1em !important;
  padding: 10px 20px;
}

ul.features li {
  font-size: 16px;
}

ul.features li p {
  font-size: 14px;
}


.vp-plans .plans .plan-column.bundle .title {
  font-size: 30px;
}

.akismet-plans .plans .plan-column.bundle .title {
  font-size: 30px;
}

}

@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) {
  .avatar--laughing-squid {
    background: url('/images/laughingsquid-2x.jpg');
    background-size: 50px;
  }
}

/* NEW HOME PAGE */

.home-section {
   border-bottom: solid 1px;
}

.home-section h2 {
   padding-bottom: 25px;
}

.home-section h3 {
   padding-bottom: 60px;
   text-align: center;
}

.home-section ul.l {
   float: left;
   margin-left: 40px;
}

.home-section ul.l li,
.home-section ul.r li  {
  height: 150px;
}

.home-section ul.l li.final,
.home-section ul.r li.final  {
  height: 120px;
}

.home-section ul.r {
   float: right;
   margin-right: 40px;
}

.home-section ul.r, .home-section ul.l {
   width:40%;
   margin-bottom: 20px;
}

.home-section ul.r h4, .home-section ul.l h4 {
   margin-bottom: 10px;
}

.home-section .cta {
   margin: 20px auto;
   display: block;
   clear: both;
   text-align: center;
}

.home-section .cta a {
   width: 300px;
   display: block;
   border-radius: 4px;
   font-size: 20px;
   font-weight: bold;
   text-shadow: 0 -1px 0px rgba(0, 0, 0, 0.3);
   text-align: center;
   padding: 10px 30px;
   margin: 0 auto 10px auto;
   color: #fff;
   border-color: rgba(0, 0, 0, 0.5);
   background: #0090ba;
   background: -webkit-gradient(linear, left top, left bottom, from(#0090ba), to(#007ca1));
   background: -moz-linear-gradient(top, #0090ba, #007ca1);
   -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 2px 4px rgba(0, 0, 0, 0.2);
   -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 2px 4px rgba(0, 0, 0, 0.2);
   box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 2px 4px rgba(0, 0, 0, 0.2);
   -webkit-font-smoothing: antialiased;
}

.home-section .cta a:hover {
   border-color: rgba(0, 0, 0, 0.7);
   background: #00a4d3;
   background: -webkit-gradient(linear, left top, left bottom, from(#00a4d3), to(#0090ba));
   background: -moz-linear-gradient(top, #00a4d3, #0090ba);
}

.home-section .cta a:active {
   border-color: rgba(0, 0, 0, 0.9);
   background: #007ca1;
   background: -webkit-gradient(linear, left top, left bottom, from(#007ca1), to(#006987));
   background: -moz-linear-gradient(top, #007ca1, #006987);
   -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3), 0 1px 2px rgba(0, 0, 0, 0.2);
   -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3), 0 1px 2px rgba(0, 0, 0, 0.2);
   box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.3), 0 1px 2px rgba(0, 0, 0, 0.2);
}

.home-section ul.icon-list {
   list-style-type: none; /*to remove bullets*/
    text-align: center;
    margin: 0 auto 60px auto;
    padding: 0px;
    display:table;
    overflow: hidden;
}

.home-section ul.icon-list li {
   float: left;
    padding: 50px 5px 5px 5px;
    width: 130px;
    margin:0 auto;
    background-image: url(/images/icons/icon-default.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 32px 32px;
}

.home-section ul.icon-list li.icon-posts   {background-image: url(/images/icons/icon-posts.png);}
.home-section ul.icon-list li.icon-pages   {background-image: url(/images/icons/icon-pages.png);}
.home-section ul.icon-list li.icon-tags        {background-image: url(/images/icons/icon-tags.png);}
.home-section ul.icon-list li.icon-comments    {background-image: url(/images/icons/icon-comments.png);}
.home-section ul.icon-list li.icon-cpt     {background-image: url(/images/icons/icon-cpt.png);}
.home-section ul.icon-list li.icon-menus   {background-image: url(/images/icons/icon-menus.png);}
.home-section ul.icon-list li.icon-media   {background-image: url(/images/icons/icon-media.png);}
.home-section ul.icon-list li.icon-upload  {background-image: url(/images/icons/icon-upload.png);}
.home-section ul.icon-list li.icon-meta        {background-image: url(/images/icons/icon-meta.png);}
.home-section ul.icon-list li.icon-widgets {background-image: url(/images/icons/icon-widgets.png);}
.home-section ul.icon-list li.icon-users   {background-image: url(/images/icons/icon-users.png);}
.home-section ul.icon-list li.icon-core        {background-image: url(/images/icons/icon-core.png);}
.home-section ul.icon-list li.icon-plugins {background-image: url(/images/icons/icon-plugins.png);}
.home-section ul.icon-list li.icon-themes  {background-image: url(/images/icons/icon-themes.png);}
.home-section ul.icon-list li.icon-db      {background-image: url(/images/icons/icon-db.png);}
.home-section ul.icon-list li.icon-settings    {background-image: url(/images/icons/icon-settings.png);}
.home-section ul.icon-list li.icon-code        {background-image: url(/images/icons/icon-code.png);}
.home-section ul.icon-list li.icon-all     {background-image: url(/images/icons/icon-all.png);}
.home-section ul.icon-list li.icon-hackers {background-image: url(/images/icons/icon-hackers.png);}
.home-section ul.icon-list li.icon-host        {background-image: url(/images/icons/icon-host.png);}
.home-section ul.icon-list li.icon-virus   {background-image: url(/images/icons/icon-virus.png);}
.home-section ul.icon-list li.icon-error   {background-image: url(/images/icons/icon-error.png);}
.home-section ul.icon-list li.icon-malware {background-image: url(/images/icons/icon-malware.png);}
.home-section ul.icon-list li.icon-exploit {background-image: url(/images/icons/icon-exploit.png);}

.home-section .testimonial-text {
   font-size: 22px;
   display: block;
   width: 500px;
   text-align: left;
   margin: 60px auto 0 auto;
   color: #000;
}

.home-section .testimonial-user {
   display: block;
   width: 500px;
   text-align: left;
   margin: 0 auto 50px auto;
}

.home-section .akismet-plans {
   border:none; box-shadow:none;
}

.home-section .plans {
   padding:0; margin:0;
}

.home-section .plans .plan-column.bundle {
   padding-top: 0;
   margin-top: 0;
   border: none;
}

.home-section .plans .plan-column.bundle h2 {
   padding: 0;
   text-align: left;
}

.home-section .plans .plan-column.bundle .tagline {
   display: none;
}

.home-section .plans .plan-column.bundle .plan-buttons a:nth-child(2) {
   text-shadow: 0 -1px 0px rgba(0, 0, 0, 0.3);
   color: #fff;
   border-color: rgba(0, 0, 0, 0.5);
   background: #0090ba;
   background: -webkit-gradient(linear, left top, left bottom, from(#0090ba), to(#007ca1));
   background: -moz-linear-gradient(top, #0090ba, #007ca1);
   -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 2px 4px rgba(0, 0, 0, 0.2);
   -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 2px 4px rgba(0, 0, 0, 0.2);
   box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 2px 4px rgba(0, 0, 0, 0.2);
   -webkit-font-smoothing: antialiased;
}

.home-section .plans .plan-column.bundle .plan-buttons a:hover:nth-child(2) {
   color: #fff;
   border-color: rgba(0, 0, 0, 0.7);
   background: #00a4d3;
   background: -webkit-gradient(linear, left top, left bottom, from(#00a4d3), to(#0090ba));
   background: -moz-linear-gradient(top, #00a4d3, #0090ba);
}


@media (max-width: 960px) {
   #page, #header nav, #footer {
       width: auto;
   }
   
   #home-alt #home-cta h1 {
       font-size: 50px;
   }

   #header .jetpack-banner__content h3 {
      font-size: 46px;
      line-height: 1;
   }

   #header .jetpack-banner__content p {
      font-size: 24px;
      line-height: 1.2;
   }
   
   .home-section ul.icon-list li {
       width: 120px;
       padding-left: 0;
       padding-right: 0;
    }
    
    
    .home-section ul.l, .home-section ul.r {
       float: none;
       margin-left: auto;
       margin-right: auto;
       width:80%;
       
   }
   
   .copy-box h2 {
       padding-left: 0;
       padding-right: 0;
   }
}

@media (max-width: 800px) {
   .home-section ul.icon-list li {
       width: 100px;
       background-size: 24px 24px;
       font-size: 12px;
    }
    
    #home-alt #home-cta h1 {
       font-size: 40px;
   }

  #header .jetpack-banner__content h3 {
    font-size: 36px;
  }

  #header .jetpack-banner__content p {
    font-size: 18px;
  }
   
   .copy-box h2 {
       font-size: 30px;
       padding-top: 30px;
   }
}

@media (max-width: 680px) {
   #sec-threats, #sec-items, .copy-box video {
       display: none;
   }

   .copy-box .copy-2-col {
       -webkit-column-count: 1;
       -moz-column-count: 1;
       column-count: 1;
   }

   #vaultpeek ul.wing {
      overflow: auto;
      height: 75px;
      -webkit-box-align: start;
      -moz-box-align: start;
      -ms-flex-align: start;
      -webkit-align-items: flex-start;
      align-items: flex-start;
      -webkit-box-pack: start;
      -moz-box-pack: start;
      -ms-flex-pack: start;
      -webkit-justify-content: flex-start;
      justify-content: flex-start;
   }

   #vaultpeek video {
    width: 100%;
   }
   
   .copy-box h3 {
       padding-bottom: 5px;
   }

   .copy-box h2 {
       margin-bottom: 15px;
       margin-top: 15px;
   }
   
   .home-section .testimonial-text, .home-section .testimonial-user {
       width: 100%;
   }
   
   .home-section ul.l, .home-section ul.r {
       width:100%;     
   }
   
   #home-cta {
       padding: 120px 30px !important;
   }
   
   .akismet-plans .plans .plan-column.bundle .title {
       font-size: 24px;
   }
}

@media (max-width: 530px) {
   #nav-blog, #nav-features, #nav-testimonials, #nav-price, #a8c-services, .a8c-attribution {
       display: none;
   }
   
   .plan-column {
       margin: 0 0 30px 0 !important;
       width: 100% !important;
       padding: 0 !important;
           
   }
   
   .copy-box h2 {
       padding-bottom: 20px;
       padding-top: 15px;
       font-size: 24px;
   }
   
   #home-alt #home-cta h1 {
       font-size: 30px;
   }

   #header .jetpack-banner__content h3 {
     font-size: 30px;
   }

   #header .jetpack-banner__content p {
     font-size: 16px;
   }
   
   .home-section .button {
       width: 100% !important;
   }

   .banner p {
    font-size: 12px;
    padding-right: 0px;
    padding-left: 0px;
   }
}

@media (max-width: 320px) {

  .copy-box video {
       display: none;
  }

  .copy-box .copy-2-col {
       -webkit-column-count: 1;
       -moz-column-count: 1;
       column-count: 1;
  }

   #vaultpeek ul.wing {
       overflow: auto;
       height: 75px;
       -webkit-box-align: start;
       -moz-box-align: start;
       -ms-flex-align: start;
       -webkit-align-items: flex-start;
       align-items: flex-start;
       -webkit-box-pack: start;
       -moz-box-pack: start;
       -ms-flex-pack: start;
       -webkit-justify-content: flex-start;
       justify-content: flex-start;
  }

   #vaultpeek video {
       width: 100%;
   }
   
   .copy-box h3 {
       padding-bottom: 5px;
   }

   .copy-box h2 {
       margin-bottom: 15px;
       margin-top: 15px;
   }

   #home-alt #home-cta h1 {
       font-size: 24px;
   }
   
   .copy-box h2 {
       padding-bottom: 20px;
       padding-top: 15px;
       font-size: 18px;
   }
}

/* Plans page test - August 2016 */

.akismet-plans .plans .plan-column.bundle.test {
  margin: 1% 15%;
  margin-right: -165px;
  padding: 30px;
  width: 22%;
  position: relative;
  background: #ffffff;
  border: 2px solid rgba(141, 141, 141, 0.1);
  border-radius: 10px;
  display: block;
}
@media all and (max-width: 1080px) {   
  .akismet-plans .plans .plan-column.bundle.test {
    margin: 1% 2% 0% 3%;
    width: 27%;
  }
}
@media all and (max-width: 1000px) {   
  .akismet-plans .plans .plan-column.bundle.test {
    margin: 1% 2% 0% 3%;
    width: 28%;
  }
}
@media all and (max-width: 800px) {   
  .akismet-plans .plans .plan-column.bundle.test {
    margin: 1% 10%;
    width: 85%;
    border-radius: 6px;
  }
}
@media all and (max-width: 530px) {
    .akismet-plans .plans .plan-column.bundle.test {
    margin: 1% 4%;
    border: 0 none;
    border-top: 5px solid #ccc;
    border-radius: 0;
  }
  .akismet-plans .plans .plan-column.bundle.test h2.title {
    padding-top: 25px;
  }
}
