.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;
}
body {
  font-family: "Open Sans", "Helvetica Neue", sans-serif;
  background: #333333 url("/images/bg.png") 0 0 repeat;
  -webkit-font-smoothing: antialiased;
}
header.landing {
  display: block;
  width: 900px;
  margin: 0 auto;
  padding: 40px 30px 0 30px;
}
header.landing:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
header.landing a.vp-logo {
  float: left;
  display: block;
  margin-left: 20px;
  background: url(/images/entry/logo.png) no-repeat 0 0;
  height: 52px;
  width: 206px;
  text-indent: -5000px;
}
header.landing p {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  float: right;
  width: 240px;
  margin-right: 30px;
  text-align: right;
  color: #efefef;
  font-size: 13px;
  line-height: 140%;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.6);
  -webkit-font-smoothing: antialiased;
}
header.landing p strong {
  color: #fff;
}
header.landing #badge {
  float: right;
  margin: 0 20px 0 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  background-repeat: no-repeat;
  color: #efefef;
  -webkit-font-smoothing: antialiased;
}
header.landing #badge.jetpack {
  text-indent: -5000px;
  background: url("/images/bg_badge-jetpack.png") center center no-repeat;
  background: url("/images/bg_badge-jetpack.svg") center center no-repeat;
  background-size: 183px auto;
  height: 65px;
  width: 190px;
  position: relative;
  top: -2px;
}
header.landing #badge.woocommerce {
  text-indent: -5000px;
  background: url("/images/bg_badge-woocommerce.png") center center no-repeat;
  background: url("/images/bg_badge-woocommerce.svg") center center no-repeat;
  background-size: 183px auto;
  height: 65px;
  width: 190px;
  position: relative;
  top: -2px;
}
header.landing #badge.akismet {
  text-indent: -5000px;
  background: url("/images/bg_badge-akismet.png") no-repeat 0 0;
  height: 27px;
  width: 149px;
  position: relative;
  top: 15px;
}
header.landing #badge.presspublish:after {
  content: 'W';
  color: #fff;
  font-size: 54px;
  font-family: 'Automatticons';
  text-align: center;
}
header.landing #badge.howdy h4 {
  background: url(/images/icon_matt.png) no-repeat 0 50%;
  background-size: 16px;
  padding: 4px 0 4px 24px;
  font-size: 12px;
  position: relative;
  top: 20px;
}
header.landing #badge.wcsf2012 h4 {
  background: url(/images/entry/wcsf2012.png) no-repeat 0 50%;
  background-size: 114px 68px;
  height: 68px;
  width: 114px;
  text-indent: -5000px;
  position: relative;
  top: -10px;
}
header.landing #badge.podsframework h4 {
  text-indent: -5000px;
  background: url("/images/entry/pods-logo.png") no-repeat 0 50%;
  height: 36px;
  width: 96px;
  position: relative;
  top: 5px;
}
header.landing #badge.guidedtransfer {
  position: relative;
  top: 8px;
}
header.landing #badge.guidedtransfer h4 {
  text-indent: -5000px;
  height: 40px;
  width: 224px;
  background: url(/images/entry/wpcom-logo.png) no-repeat 0 0;
  background-size: 224px 40px;
}
header.landing #badge.guidedtransfer h3 {
  font-size: 12px;
  position: absolute;
  top: 29px;
  right: 0;
  color: #ccc;
  text-shadow: 0 1px 0 #000;
}
header.landing #badge.holidays h4 {
  padding: 0;
  font-size: 12px;
  position: relative;
  top: 20px;
}
header.landing #badge.holidays h4:before {
  content: '';
  display: block;
  height: 16px;
  width: 16px;
  background: url(/images/entry/icon_snowflake.png) no-repeat 0 50%;
  background-size: 16px;
  position: absolute;
  top: -2px;
  left: -25px;
}
header.landing #badge.tryit h4 {
  padding: 0;
  font-size: 12px;
  position: relative;
  top: 20px;
}
#wrapper {
  width: 900px;
  margin: 20px auto 0 auto;
}
#wrapper:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#plans-matrix {
  background: #fff;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-bottomright: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  -webkit-background-clip: padding-box;
  display: table;
}
#plans-matrix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#plans-matrix .plan-wrap {
  display: table-cell;
  width: 33.333%;
  border-right: 1px dotted #ccc;
}
#plans-matrix.matrix-two-col .plan-wrap {
  width: 50%;
}
#plans-matrix.matrix-one-col .plan-wrap {
  width: 100%;
}
#plans-matrix .plan-wrap:last-child {
  border: none;
}
#plans-matrix .plan {
  display: block;
  padding: 30px;
  text-decoration: none;
  color: #444;
  position: relative;
}
#plans-matrix .plan h2 {
  font-size: 30px;
  margin: 0 0 15px 0;
  font-weight: normal;
}
#plans-matrix .plan h2 strong {
  float: right;
  font-family: "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 24px;
  font-weight: normal;
  padding: 5px;
  background: #444;
  border-radius: 3px;
  color: #fff;
  -webkit-font-smoothing: antialiased;
}
#plans-matrix .plan h2 strong small {
  font-size: 15px;
  color: #ddd;
}
#plans-matrix .plan h3.plan-highlight {
  font-size: 13px;
  color: #ac0300;
  position: absolute;
  top: 44px;
  right: 30px;
}
#plans-matrix .plan .plan-buttons {
  clear: both;
  margin-top: 10px;
}
#plans-matrix .plan .plan-buttons:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#plans-matrix .plan .plan-buttons .button {
  float: left;
  margin: 0 10px 5px 0;
  color: #444;
  font-weight: 600;
  font-size: 16px;
  padding: 8px 15px;
}
#plans-matrix .plan .plan-buttons .button:hover {
  color: #222;
}
#plans-matrix .plan .plan-buttons .button small {
  font-weight: 300;
  font-size: 14px;
  padding-left: 3px;
}
#plans-matrix .plan p {
  color: #666;
  font-size: 15px;
  line-height: 140%;
  margin: 0 0 10px 0;
}
#plans-matrix .plan p em {
  background-color: #d4f5ff;
}
#plans-matrix ul.features {
  border-top: 1px solid #ccc;
  clear: both;
}
#plans-matrix ul.features li {
  padding: 15px 30px;
  font-size: 14px;
  color: #444;
  border-bottom: 1px dotted #ccc;
  position: relative;
}
#plans-matrix ul.features li:last-child {
  border: none;
}
#plans-matrix 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;
}
#plans-matrix ul.features li:hover {
  background: #efefef;
  text-decoration: underline;
  cursor: pointer;
}
#plans-matrix ul.features li:hover:after {
  background: rgba(0, 0, 0, 0.7);
}
#plans-matrix ul.features li.open {
  text-decoration: none;
  background: #efefef;
  font-weight: bold;
}
#plans-matrix ul.features li.open:after {
  background: #AC0300;
  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);
}
#plans-matrix ul.features li strong {
  background-color: none;
  color: #222;
}
#plans-matrix ul.features li p {
  display: none;
  margin: 15px -30px -15px -30px;
  padding: 15px 30px;
  line-height: 140%;
  font-size: 13px;
  color: #444;
  font-weight: normal;
  background: rgb(226, 226, 226);
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
#plan-overview {
  padding: 20px 50px 50px;
  background: #fff;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-bottomright: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  -webkit-background-clip: padding-box;
}
#plan-overview:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#plan-overview .plan {
  display: block;
  padding: 30px;
  text-decoration: none;
  color: #444;
  float: left;
  width: 310px;
}
#plan-overview .plan h2 {
  font-size: 30px;
  margin: 0 0 15px 0;
  font-weight: normal;
  line-height: 1.2;
}
#plan-overview .plan h2 strong {
  float: right;
  font-family: "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 24px;
  font-weight: normal;
  padding: 5px;
  background: #444;
  border-radius: 3px;
  color: #fff;
  -webkit-font-smoothing: antialiased;
}
#plan-overview .plan h2 strong small {
  font-size: 15px;
  color: #ddd;
}
#aea #plan-overview .plan h2 strong {
  float: none;
  display: block;
  margin: 15px 0 0;
  width: 170px;
  text-align: center;
}
#plan-overview .plan h3.plan-highlight {
  font-size: 13px;
  color: #ac0300;
  position: absolute;
  top: 44px;
  right: 30px;
}
#plan-overview .plan .plan-buttons {
  clear: both;
  margin-top: 10px;
}
#plan-overview .plan .plan-buttons:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#plan-overview .plan .plan-buttons .button {
  float: left;
  margin: 0 10px 0 0;
  color: #444;
  font-weight: 600;
  font-size: 16px;
  padding: 8px 15px;
}
#plan-overview .plan .plan-buttons .button:hover {
  color: #222;
}
#plan-overview .plan .plan-buttons .button small {
  font-weight: 300;
  font-size: 14px;
  padding-left: 3px;
}

.plan .cta .signup {
  width: auto;
  max-width: 400px;
  display: block;
  border-radius: 4px;
  font-size: 20px !important;
  font-weight: 300 !important;
  text-shadow: 0 -1px 0px rgba(0, 0, 0, 0.3);
  text-align: center;
  padding: 20px 30px !important;
  margin: 0 auto 10px auto !important;
  color: #fff !important;
  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;
}
.plan .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);
}
.plan .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);
}
#plan-overview .plan p {
  color: #666;
  font-size: 15px;
  line-height: 140%;
  margin: 0 0 10px 0;
}
#plan-overview .plan p em {
  background-color: #d4f5ff;
}
#plan-overview .plan:hover {
  background-color: rgba(0, 0, 0, 0.03);
}
#plan-overview ul.features {
  float: right;
  width: 370px;
  padding: 30px 30px 0;
  margin: 0;
}
#plan-overview ul.features li {
  margin-bottom: 30px;
  color: #444;
  position: relative;
}
#plan-overview ul.features li:last-child {
  border: none;
}
#plan-overview ul.features li h3 {
  font-weight: bold;
  display: inline;
  font-size: 14px;
  line-height: 140%;
  margin-right: 10px;
}
#aea #plan-overview ul.features li h3 {
  display: block;
  margin-bottom: 5px;
}
#plan-overview ul.features li p {
  display: inline;
  line-height: 140%;
  font-size: 13px;
  color: #444;
  font-weight: normal;
}
.multisite-note {
  padding: 15px 30px;
  background: #111;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  font-weight: bold;
  text-align: center;
  font-size: 16px;
}
.multisite-note a {
  color: #0090ba;
}
/* -- 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);
}
#landing-intro {
  background: #ac0300;
  text-align: center;
  padding: 50px 50px;
  color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 -1px 5px rgba(0, 0, 0, 0.3);
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  -webkit-background-clip: padding-box;
  -webkit-font-smoothing: antialiased;
}
#landing-intro h1 {
  font-size: 38px;
  font-weight: 300;
  line-height: 1.3;
  margin: 0 0 20px 0;
}
#landing-intro p {
  font-size: 17px;
  color: #d88785;
  font-weight: bold;
  line-height: 1.5;
}
#landing-intro p a {
  color: #d88785;
}
#landing-intro p strong {
  color: #fff;
}
.no-wrap {
  white-space: nowrap
}
.site {
  padding: 0 0 20px 0;
  color: #999;
  font-size: 12px;
  width: 100%;
  max-width: 900px;
  margin: 30px auto;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.site:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.social {
  font-family: "Open Sans", "Helvetica Neue", sans-serif;
}
.social ul,
.social li {
  float: left;
}
.social a {
  display: inline-block;
  padding: 6px 10px 6px 30px;
  color: #efefef;
  text-decoration: none;
  background: url(/images/socialicons.png) 0 0 no-repeat;
  opacity: 0.5;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-background-clip: padding-box;
}
.social a:hover {
  opacity: 1;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0.4);
}
.social a[href*='twitter.com'] {
  background-position: 4px 3px;
}
.social a[href*='facebook.com'] {
  background-position: 4px -22px;
}
.social a[href*='contact'] {
  background-image: none;
  padding-left: 10px;
}
.a8c-attribution {
  float: right;
  padding: 3px 6px 0;
  font-size: 11px;
  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;
  outline: 0;
}
.a8c-attribution a:after {
  content: 'A';
  position: absolute;
  top: 2px;
  right: -9999px;
  height: 100%;
  color: #fff;
  font-size: 18px;
  font-family: 'Automatticons';
  text-align: center;
}

/* Press Publish CSS */

body#presspublish {
  background: #298c87;
}

#presspublish #landing-intro {
  background: #333;
}

#presspublish #landing-intro p,
#presspublish #landing-intro p a {
  color: #ea852b;
}

#presspublish #plan-overview {
  padding: 20px 30px 70px 30px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

#presspublish #plan-overview ul.features {
  width: 370px;
  padding: 30px 0px 0px;
}

#presspublish #plan-overview .plan {
  padding: 30px 0px 0px;
  width: 410px;
}

#presspublish table {
  font-size: 13px;
  line-height: 2.8;
}

#presspublish #plan-overview .plan:hover {
  background-color: #fff;
}

#presspublish #go {
  float: right;
}

#presspublish div#result {
  background: #333;
  color:#fff;
  font-size:20px;
  padding: 20px;
}

@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) {
  header.landing a.vp-logo {
    background: url(/images/entry/logo-2x.png) no-repeat 0 0;
    background-size: 166.5px 48px;
  }
  header.landing #badge.howdy h4 {
    background-image: url(/images/entry/icon_matt-2x.png);
  }
  header.landing #badge.podsframework h4 {
    text-indent: -5000px;
    background-image: url("/images/entry/pods-logo-2x.png");
    background-size: 96px 36px;
  }
  header.landing #badge.guidedtransfer h4 {
    background-image: url(/images/entry/wpcom-logo-2x.png);
  }
  header.landing #badge.wcsf2012 h4 {
    background-image: url(/images/entry/wcsf2012-2x.png);
  }
  header.landing #badge.holidays h4:before {
    background-image: url(/images/entry/icon_snowflake-2x.png);
  }
  #main #first-month-free header h1 {
    background: url(/images/entry/first-month-free-2x.png) no-repeat left top;
    background-size: 106.5px 86px;
  }
  #main #howdy header h1 {
    background: url(/images/entry/howdy-2x.png) no-repeat left top;
    background-size: 123px 57px;
  }
  #secondary .features li h4 {
    background-image: url(/images/icon-sprite-2x.png);
  }
  .social a {
    background-image: url(/images/socialicons-2x.png);
    background-size: 20px 40px;
  }
  .social a[href*='contact'] {
    background-image: none;
    padding-left: 10px;
  }
}
@media all and (max-width: 920px) {
  header.landing,
  #wrapper {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
  }
  #plan-overview .plan h2 strong {
    float: none;
    display: block;
    margin: 15px 0 0;
    width: 170px;
    text-align: center;
  }
  #plan-overview .plan,
  #plan-overview ul.features {
    margin: 0;
    width: 50%;
    box-sizing: border-box;
  }
  #plans-matrix .plan h3.plan-highlight {
    display: none;
  }
}
@media all and (max-width: 750px) {
  #plan-overview .plan,
  #plan-overview ul.features {
    width: 100%;
  }
  #plan-overview ul.features {
    padding-top: 10px;
  }
  #plans-matrix {
    display: block;
  }
  #plans-matrix .plan-wrap {
    display: block;
    width: 100%;
    border-right: none;
    border-bottom: 1px dotted #ccc;
  }
  #plans-matrix.matrix-two-col .plan-wrap {
    width: 100%;
  }
}
@media all and (max-width: 600px) {
  header.landing {
    text-align: center;
    margin-bottom: 30px;
  }
  header.landing a.vp-logo {
    width: 170px;
  }
  header.landing a.vp-logo,
  header.landing #badge {
    float: none;
    margin: 0 auto;
    max-width: 100%;
  }
  header.landing #badge {
    background-size: contain;
  }
  header.landing #badge.tryit h4 {
    display: none;
  }
}
@media all and (max-width: 550px) {
  #landing-intro,
  #plan-overview {
    padding-left: 25px;
    padding-right: 25px;
  }
  .no-wrap {
    white-space: normal;
  }
}
@media all and (max-width: 350px) {
  header.landing,
  #wrapper {
    padding-left: 0;
    padding-right: 0;
  }
  #landing-intro h1 {
    font-size: 28px;
    line-height: 1.2;
  }
}
@media all and (max-width: 767px) {
  .social {
    float: none;
    overflow: hidden;
    text-align: center;
  }
  .social li {
    float: none;
    display: inline-block;
  }
  .a8c-attribution {
    float: none;
    display: block;
    margin-top: 5px;
    text-align: center;
  }
}
