/** @format */
.step-wrapper {
  max-width: 960px;
  margin: 0 auto; }
  .step-wrapper.is-wide-layout {
    max-width: 1040px; }

.signup__step {
  position: absolute;
  left: 0;
  right: 0;
  overflow: hidden; }

.signup__step-enter {
  opacity: 0.01; }
  .signup__step-enter .is-animated-content {
    -webkit-transform: translate3d(0, 32px, 0);
            transform: translate3d(0, 32px, 0); }

.signup__step-enter.signup__step-enter-active,
.signup__step-leave.signup__step-leave-active {
  pointer-events: none; }

.signup__step-enter.signup__step-enter-active {
  opacity: 1;
  transition: .2s ease-in-out;
  transition-delay: .2s; }
  .signup__step-enter.signup__step-enter-active .is-animated-content {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    transition: .2s ease-in-out;
    transition-delay: .2s; }

.signup__step-leave {
  opacity: 1; }
  .signup__step-leave .is-animated-content {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }

.signup__step-leave.signup__step-leave-active {
  opacity: 0.01;
  transition: .2s ease-in-out; }
  .signup__step-leave.signup__step-leave-active .is-animated-content {
    -webkit-transform: translate3d(0, 32px, 0) scale(0.9);
            transform: translate3d(0, 32px, 0) scale(0.9);
    transition: .2s ease-in-out; }

.is-section-signup .layout__content {
  overflow: visible; }

.flow-progress-indicator {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #4f748e;
  font-size: 14px;
  font-weight: 300;
  margin-bottom: -10px;
  text-align: center; }
  @media (max-width: 660px) {
    .flow-progress-indicator {
      padding-top: 10px; } }

.flow-progress-indicator__rebrand-cities {
  display: none; }

.navigation-link {
  cursor: pointer;
  display: inline-block;
  margin: 24px 12px;
  text-align: center; }

/* Gridicon Floaties */
@-webkit-keyframes floating {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.8) translateY(0) translateX(0) rotate(0);
            transform: scale(0.8) translateY(0) translateX(0) rotate(0); }
  70% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(30px) translateX(30px) rotate(-20deg);
            transform: scale(1) translateY(30px) translateX(30px) rotate(-20deg); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.8) translateY(0) translateX(0) rotate(0);
            transform: scale(0.8) translateY(0) translateX(0) rotate(0); } }
@keyframes floating {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.8) translateY(0) translateX(0) rotate(0);
            transform: scale(0.8) translateY(0) translateX(0) rotate(0); }
  70% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(30px) translateX(30px) rotate(-20deg);
            transform: scale(1) translateY(30px) translateX(30px) rotate(-20deg); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.8) translateY(0) translateX(0) rotate(0);
            transform: scale(0.8) translateY(0) translateX(0) rotate(0); } }

@-webkit-keyframes focus {
  0%, 100% {
    opacity: 0.1;
    -webkit-filter: blur(1px);
            filter: blur(1px); }
  70% {
    opacity: 0.2;
    -webkit-filter: blur(4px);
            filter: blur(4px); } }

@keyframes focus {
  0%, 100% {
    opacity: 0.1;
    -webkit-filter: blur(1px);
            filter: blur(1px); }
  70% {
    opacity: 0.2;
    -webkit-filter: blur(4px);
            filter: blur(4px); } }

.signup-processing-screen__floaties {
  pointer-events: none;
  position: fixed;
  top: 40px;
  right: 0;
  bottom: 0;
  max-height: calc( 100vw - 30px);
  opacity: 0.1;
  -webkit-animation: focus 5s infinite ease-in-out;
          animation: focus 5s infinite ease-in-out; }
  @media (min-width: 661px) {
    .signup-processing-screen__floaties {
      left: 0; } }
  @media (max-width: 660px) {
    .signup-processing-screen__floaties {
      -webkit-transform: scale(0.8);
              transform: scale(0.8);
      left: 130px;
      top: -120px; } }
  @media (min-width: 961px) {
    .signup-processing-screen__floaties {
      -webkit-transform: scale(1.2);
              transform: scale(1.2); } }
  @media (min-width: 1041px) {
    .signup-processing-screen__floaties {
      -webkit-transform: scale(1.5);
              transform: scale(1.5); } }
  .signup-processing-screen__floaties .gridicon {
    fill: #87a6bc;
    position: absolute;
    height: auto;
    width: auto;
    opacity: 0;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-animation: floating 10s infinite ease-in-out;
            animation: floating 10s infinite ease-in-out; }
  .signup-processing-screen__floaties .gridicons-add {
    top: 0px;
    left: calc( 50% - 320px);
    height: 150px;
    width: 150px; }
  .signup-processing-screen__floaties .gridicons-aside {
    top: 150px;
    left: calc( 50% + 310px);
    height: 70px;
    width: 70px;
    -webkit-animation-delay: 8s;
            animation-delay: 8s; }
  .signup-processing-screen__floaties .gridicons-attachment {
    height: 60px;
    width: 60px;
    top: 70px;
    left: calc(50% + 220px);
    -webkit-animation-delay: 8s;
            animation-delay: 8s; }
  .signup-processing-screen__floaties .gridicons-audio {
    height: 80px;
    width: 80px;
    top: 170px;
    left: calc(50% - 220px);
    -webkit-transform: rotate(-30deg);
            transform: rotate(-30deg);
    -webkit-animation-delay: 1s;
            animation-delay: 1s; }
  .signup-processing-screen__floaties .gridicons-bell {
    height: 120px;
    width: 120px;
    top: 10px;
    left: calc( 50% + 290px);
    -webkit-animation-delay: 3s;
            animation-delay: 3s; }
  .signup-processing-screen__floaties .gridicons-book {
    top: 340px;
    left: calc(50% - 300px);
    height: 100px;
    width: 100px;
    -webkit-animation-delay: 5s;
            animation-delay: 5s; }
  .signup-processing-screen__floaties .gridicons-camera {
    top: 300px;
    left: calc(50% + 200px);
    height: 160px;
    width: 160px;
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
    -webkit-animation-delay: 8s;
            animation-delay: 8s; }
  .signup-processing-screen__floaties .gridicons-comment {
    left: calc( 50% + 130px);
    top: 167px;
    height: 140px;
    width: 140px;
    -webkit-transform: rotate(12deg);
            transform: rotate(12deg); }
  .signup-processing-screen__floaties .gridicons-globe {
    height: 100px;
    width: 100px;
    top: 220px;
    left: calc(50% - 330px);
    -webkit-animation-delay: 9s;
            animation-delay: 9s; }
  .signup-processing-screen__floaties .gridicons-pencil {
    height: 220px;
    width: 220px;
    top: -110px;
    left: calc(50% + 110px);
    -webkit-animation-delay: 4s;
            animation-delay: 4s; }
  .signup-processing-screen__floaties .gridicons-phone {
    height: 80px;
    width: 80px;
    top: 130px;
    left: calc(50% - 390px);
    -webkit-animation-delay: 4s;
            animation-delay: 4s; }
  .signup-processing-screen__floaties .gridicons-reader {
    height: 130px;
    width: 130px;
    top: 360px;
    left: calc(50% - 170px);
    -webkit-transform: rotate(12deg);
            transform: rotate(12deg);
    -webkit-animation-delay: 2s;
            animation-delay: 2s; }
  .signup-processing-screen__floaties .gridicons-star {
    height: 90px;
    width: 90px;
    top: 380px;
    left: calc(50% + 60px); }
  .signup-processing-screen__floaties .gridicons-video {
    top: 245px;
    left: calc(50% - 160px);
    -webkit-animation-delay: 4s;
            animation-delay: 4s; }
  .signup-processing-screen__floaties .gridicons-align-image-right {
    top: 280px;
    left: calc(50% + 90px);
    -webkit-animation-delay: 2s;
            animation-delay: 2s; }
  .signup-processing-screen__floaties .gridicons-bookmark {
    top: 460px;
    height: 110px;
    width: 110px;
    left: calc(50% - 440px);
    -webkit-animation-delay: 6s;
            animation-delay: 6s; }
  .signup-processing-screen__floaties .gridicons-briefcase {
    top: 320px;
    height: 80px;
    width: 80px;
    left: calc(50% - 450px);
    -webkit-animation-delay: 6s;
            animation-delay: 6s; }
  .signup-processing-screen__floaties .gridicons-calendar {
    top: 460px;
    left: calc(50% + 300px);
    height: 80px;
    width: 80px;
    -webkit-animation-delay: 1s;
            animation-delay: 1s; }
  .signup-processing-screen__floaties .gridicons-clipboard {
    top: 240px;
    left: calc(50% + 290px);
    height: 50px;
    -webkit-animation-delay: 8s;
            animation-delay: 8s; }
  .signup-processing-screen__floaties .gridicons-cloud-upload {
    top: 180px;
    left: calc(50% - 280px);
    height: 40px;
    width: 40px;
    -webkit-animation-delay: 9s;
            animation-delay: 9s; }
  .signup-processing-screen__floaties .gridicons-cog {
    top: 110px;
    left: calc(50% + 160px);
    height: 40px;
    width: 40px;
    -webkit-animation-delay: 9s;
            animation-delay: 9s; }
  .signup-processing-screen__floaties .gridicons-customize {
    top: 240px;
    height: 40px;
    width: 40px;
    left: calc(50% - 400px);
    -webkit-animation-delay: 1s;
            animation-delay: 1s; }
  .signup-processing-screen__floaties .gridicons-help {
    top: 460px;
    left: calc(50% + 160px);
    height: 90px;
    width: 90px;
    -webkit-animation-delay: 9s;
            animation-delay: 9s; }
  .signup-processing-screen__floaties .gridicons-link {
    top: 60px;
    left: calc(50% - 160px);
    height: 50px;
    width: 50px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    -webkit-animation-delay: 2s;
            animation-delay: 2s; }
  .signup-processing-screen__floaties .gridicons-lock {
    top: 60px;
    left: calc(50% - 400px);
    height: 50px;
    width: 50px;
    -webkit-animation-delay: 7s;
            animation-delay: 7s; }
  .signup-processing-screen__floaties .gridicons-pages {
    top: 70px;
    left: calc(50% + 70px);
    height: 50px;
    width: 50px;
    -webkit-animation-delay: 10s;
            animation-delay: 10s; }
  .signup-processing-screen__floaties .gridicons-share {
    top: 280px;
    left: calc(50% + 360px);
    -webkit-animation-delay: 2s;
            animation-delay: 2s; }
  .signup-processing-screen__floaties .gridicons-stats {
    top: 470px;
    left: calc(50% - 270px);
    height: 80px;
    width: 80px;
    -webkit-animation-delay: 9s;
            animation-delay: 9s; }

.signup-processing__content {
  position: relative;
  z-index: 1;
  max-width: 500px;
  margin: 0 auto;
  padding-bottom: 30px; }

/* WP.com Logo */
.signup-process-screen__wpcom-logo {
  height: 120px;
  width: 120px;
  display: block;
  margin: 10px auto 40px auto;
  border-radius: 100%;
  box-shadow: 0 0 10px 10px #f3f6f8;
  fill: #c8d7e1;
  background: rgba(243, 246, 248, 0.8); }
  @media (max-width: 660px) {
    .signup-process-screen__wpcom-logo {
      margin-top: 48px; } }

.signup-process-screen__title {
  margin: 0;
  padding: 0 16px;
  text-align: center; }

/* Continue Button */
@-webkit-keyframes pulse {
  0%, 100% {
    opacity: 1; }
  60% {
    opacity: 0.4; } }
@keyframes pulse {
  0%, 100% {
    opacity: 1; }
  60% {
    opacity: 0.4; } }

.email-confirmation__button {
  display: block;
  padding: 10px 24px;
  margin: 24px auto 48px auto; }

.email-confirmation__button:disabled {
  -webkit-animation: pulse 1s infinite linear;
          animation: pulse 1s infinite linear; }

.signup-processing-screen__loader {
  -webkit-animation: load8 1.1s infinite linear;
          animation: load8 1.1s infinite linear;
  border-top: 1.1em solid rgba(255, 255, 255, 0.2);
  border-right: 1.1em solid rgba(255, 255, 255, 0.2);
  border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
  border-left: 1.1em solid #ffffff;
  font-size: 5px;
  margin: 20px auto;
  position: relative;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute;
  width: 1px; }

.signup-processing-screen__loader, .signup-processing-screen__loader:after {
  border-radius: 50%;
  height: 10em;
  width: 10em; }

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

.signup-process-screen__confetti {
  display: block;
  width: 284px;
  height: 99px;
  margin: 2em auto; }

.signup-process-screen__title-test {
  font-size: 1.35em;
  font-weight: 300; }

.signup-pricessing__upgrade-nudge {
  background: white;
  text-align: center;
  outline: 30px solid white;
  margin-bottom: 30px; }

.signup-pricessing__title-subdomain {
  text-transform: uppercase;
  color: #4f748e;
  font-size: 0.7em;
  margin: 3px;
  text-align: left; }
  @media (max-width: 480px) {
    .signup-pricessing__title-subdomain {
      text-align: inherit; } }

.signup-pricessing__address-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #668eaa;
  border-radius: 8px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 10px;
  text-align: left; }
  @media (max-width: 480px) {
    .signup-pricessing__address-bar {
      border-radius: 0; } }

.signup-pricessing__address-bar .gridicon {
  fill: #2e4453;
  margin-right: 10px;
  -ms-flex-item-align: center;
      align-self: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px; }

.signup-pricessing__address-field {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: white;
  margin: 0 0 0 5px;
  padding: 8px;
  box-sizing: border-box;
  width: 100%;
  overflow: auto; }

.signup-pricessing__address-field.is-placeholder:after {
  content: 'placeholder.wordpress.com';
  color: transparent;
  background-color: #e9eff3;
  -webkit-animation: loading-fade 1.6s ease-in-out infinite;
          animation: loading-fade 1.6s ease-in-out infinite; }

.signup-pricessing__bubble {
  position: relative;
  background: #c2f4ff url("/calypso/images/signup/seo-guy.svg") no-repeat 28px 50%;
  background-size: 121px auto;
  border-radius: 28px;
  color: #2e4453;
  width: 400px;
  max-width: 96%;
  padding: 28px;
  margin: 50px auto 20px;
  box-sizing: border-box; }
  .signup-pricessing__bubble p {
    text-align: left;
    padding-left: 140px;
    margin: 0; }
  @media (max-width: 480px) {
    .signup-pricessing__bubble {
      background-size: 90px auto; }
      .signup-pricessing__bubble p {
        padding-left: 115px; } }

.signup-pricessing__bubble-tail {
  position: absolute;
  fill: #c2f4ff;
  width: 47px;
  height: 31px;
  top: -30px;
  left: 30%; }

.signup-pricessing__nudge-message {
  width: 400px;
  max-width: 96%;
  color: #668eaa;
  margin: 1.5em auto;
  box-sizing: border-box; }

.step-wrapper__buttons {
  text-align: center; }

.step-wrapper__buttons .button.is-borderless {
  color: #4f748e; }
  .step-wrapper__buttons .button.is-borderless:hover {
    color: #2e4453; }

.step-wrapper__content .themes-list {
  padding: 0 20px; }

.pressable-store {
  text-align: left; }

.pressable-store__hero-image {
  width: 100%;
  margin-top: 8px; }

.pressable-store__heading {
  margin-top: 6px;
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: 400; }
  @media (min-width: 481px) {
    .pressable-store__heading {
      margin-top: 30px; } }

.pressable-store__copy {
  font-size: 14px; }

.pressable-store__form {
  max-width: 600px; }

.pressable-store__form-fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap; }

.pressable-store__form-label {
  margin-bottom: 11px; }

.pressable-store__form-email.is-spaced {
  margin-bottom: 10px; }

@media (min-width: 661px) {
  .pressable-store__form-email {
    -webkit-box-flex: 1.3;
        -ms-flex: 1.3 0 0;
            flex: 1.3 0 0; }
    .pressable-store__form-email.is-spaced {
      margin-right: 10px;
      margin-bottom: 0; }
  .pressable-store__form-submit {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0;
            flex: 1 0 0; } }

.pressable-store__privacy-policy {
  text-align: center; }

.pressable-store__back-button-wrapper {
  margin: 24px 0;
  text-align: center; }

.design-type-with-store {
  position: relative;
  text-align: center; }

.design-type-with-store__substep-wrapper {
  position: relative; }

.design-type-with-store__list {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  max-width: 640px;
  opacity: 1;
  -webkit-filter: blur(0);
          filter: blur(0);
  -webkit-transform: translateZ(0) translateX(0);
          transform: translateZ(0) translateX(0);
  transition: 0.5s ease-in-out opacity, 0.5s ease-in-out filter, 0.5s ease-in-out transform; }
  .design-type-with-store__list.is-hidden {
    pointer-events: none;
    -webkit-transform: translateZ(0) translateX(-25%);
            transform: translateZ(0) translateX(-25%);
    opacity: 0; }

.design-type-with-store__store-wrapper {
  position: absolute;
  width: 100%;
  opacity: 1;
  -webkit-filter: blur(0);
          filter: blur(0);
  -webkit-transform: translateZ(0) translateX(0);
          transform: translateZ(0) translateX(0);
  transition: 0.5s ease-in-out opacity, 0.5s ease-in-out filter, 0.5s ease-in-out transform; }
  .design-type-with-store__store-wrapper.is-hidden {
    pointer-events: none;
    -webkit-transform: translateZ(0) translateX(25%);
            transform: translateZ(0) translateX(25%);
    opacity: 0; }

.design-type-with-store__choice {
  transition: all 100ms ease-in-out;
  position: relative;
  border: 1px solid #c8d7e1;
  border-bottom: 0;
  margin: 0 10px; }
  @media (max-width: 480px) {
    .design-type-with-store__choice {
      box-shadow: none; } }
  @media (min-width: 481px) {
    .design-type-with-store__choice {
      padding: 0;
      margin-bottom: 20px;
      width: 230px;
      text-align: center;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      border: 0; }
      .design-type-with-store__choice:hover {
        box-shadow: 0 0 0 1px #87a6bc, 0 2px 4px #c8d7e1; } }
  .design-type-with-store__choice:active .design-type-with-store__cta {
    color: #005082; }
  .design-type-with-store__choice:active .design-type-with-store__choice-link:after {
    border-top-color: #005082;
    border-right-color: #005082; }
  .design-type-with-store__choice:first-child {
    border-top-right-radius: 6px;
    border-top-left-radius: 6px; }
    @media (min-width: 481px) {
      .design-type-with-store__choice:first-child {
        border-radius: 0; } }
  .design-type-with-store__choice:last-of-type {
    margin-bottom: 20px;
    border: 1px solid #c8d7e1;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px; }
    @media (min-width: 481px) {
      .design-type-with-store__choice:last-of-type {
        border-radius: 0;
        border: 0; } }
  .design-type-with-store__choice a, .design-type-with-store__choice svg {
    display: block;
    width: 100%; }

.design-type-with-store__choice-link {
  padding-right: 40px;
  display: block;
  box-sizing: border-box; }
  .design-type-with-store__choice-link:after {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    position: absolute;
    top: 20px;
    right: 15px;
    border-top: 2px solid #c8d7e1;
    border-right: 2px solid #c8d7e1;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }
  @media (min-width: 481px) {
    .design-type-with-store__choice-link {
      padding-right: 0; }
      .design-type-with-store__choice-link:after {
        display: none; } }

.design-type-with-store__image {
  display: none; }
  @media (min-width: 481px) {
    .design-type-with-store__image {
      display: block; } }
  .design-type-with-store__image img {
    display: block;
    margin: 10% auto 4%;
    width: 85%; }

@media (min-width: 481px) {
  .design-type-with-store__choice-copy {
    padding: 15px;
    border-top: 1px solid rgba(200, 215, 225, 0.5); } }

.design-type-with-store__choice-label {
  color: #0087be;
  padding: 0;
  position: relative; }

.design-type-with-store__choice-description {
  margin: 0;
  color: #87a6bc;
  font-size: 0.875em; }
  @media (min-width: 481px) {
    .design-type-with-store__choice-description {
      margin-top: 10px; } }

.button.design-type-with-store__cta {
  color: #0087be; }
  @media (max-width: 480px) {
    .button.design-type-with-store__cta {
      background: none;
      font-size: 1.1em;
      border: 0;
      padding: 0;
      text-transform: none;
      margin: 0;
      line-height: 1.1em; } }

.design-type-with-store__disclaimer {
  text-align: center;
  padding: 0 15px;
  color: #4f748e;
  font-size: 0.875em;
  width: 100%;
  box-sizing: border-box; }
  @media (max-width: 480px) {
    .design-type-with-store__disclaimer {
      padding: 0 20px; } }

.design-type-with-atomic-store {
  position: relative;
  text-align: center; }

.design-type-with-atomic-store__substep-wrapper {
  position: relative; }

.design-type-with-atomic-store__list {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  max-width: 640px;
  opacity: 1;
  -webkit-filter: blur(0);
          filter: blur(0);
  -webkit-transform: translateZ(0) translateX(0);
          transform: translateZ(0) translateX(0);
  transition: 0.5s ease-in-out opacity, 0.5s ease-in-out filter, 0.5s ease-in-out transform; }
  .design-type-with-atomic-store__list.is-hidden {
    pointer-events: none;
    -webkit-transform: translateZ(0) translateX(-25%);
            transform: translateZ(0) translateX(-25%);
    opacity: 0; }

.design-type-with-atomic-store__store-wrapper {
  position: absolute;
  width: 100%;
  opacity: 1;
  -webkit-filter: blur(0);
          filter: blur(0);
  -webkit-transform: translateZ(0) translateX(0);
          transform: translateZ(0) translateX(0);
  transition: 0.5s ease-in-out opacity, 0.5s ease-in-out filter, 0.5s ease-in-out transform; }
  .design-type-with-atomic-store__store-wrapper.is-hidden {
    pointer-events: none;
    -webkit-transform: translateZ(0) translateX(25%);
            transform: translateZ(0) translateX(25%);
    opacity: 0; }

.design-type-with-atomic-store__choice {
  transition: all 100ms ease-in-out;
  position: relative;
  border: 1px solid #c8d7e1;
  border-bottom: 0;
  margin: 0 10px; }
  @media (max-width: 480px) {
    .design-type-with-atomic-store__choice {
      box-shadow: none; } }
  @media (min-width: 481px) {
    .design-type-with-atomic-store__choice {
      padding: 0;
      margin-bottom: 20px;
      width: 230px;
      text-align: center;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      border: 0; }
      .design-type-with-atomic-store__choice:hover {
        box-shadow: 0 0 0 1px #87a6bc, 0 2px 4px #c8d7e1; } }
  .design-type-with-atomic-store__choice:active .design-type-with-atomic-store__cta {
    color: #005082; }
  .design-type-with-atomic-store__choice:active .design-type-with-atomic-store__choice-link:after {
    border-top-color: #005082;
    border-right-color: #005082; }
  .design-type-with-atomic-store__choice:first-child {
    border-top-right-radius: 6px;
    border-top-left-radius: 6px; }
    @media (min-width: 481px) {
      .design-type-with-atomic-store__choice:first-child {
        border-radius: 0; } }
  .design-type-with-atomic-store__choice:last-of-type {
    margin-bottom: 20px;
    border: 1px solid #c8d7e1;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px; }
    @media (min-width: 481px) {
      .design-type-with-atomic-store__choice:last-of-type {
        border-radius: 0;
        border: 0; } }
  .design-type-with-atomic-store__choice a, .design-type-with-atomic-store__choice svg {
    display: block;
    width: 100%; }

.design-type-with-atomic-store__choice-link {
  padding-right: 40px;
  display: block;
  box-sizing: border-box; }
  .design-type-with-atomic-store__choice-link:after {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    position: absolute;
    top: 20px;
    right: 15px;
    border-top: 2px solid #c8d7e1;
    border-right: 2px solid #c8d7e1;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }
  @media (min-width: 481px) {
    .design-type-with-atomic-store__choice-link {
      padding-right: 0; }
      .design-type-with-atomic-store__choice-link:after {
        display: none; } }

.design-type-with-atomic-store__image {
  display: none; }
  @media (min-width: 481px) {
    .design-type-with-atomic-store__image {
      display: block; } }
  .design-type-with-atomic-store__image img {
    display: block;
    margin: 10% auto 4%;
    width: 85%; }

@media (min-width: 481px) {
  .design-type-with-atomic-store__choice-copy {
    padding: 15px;
    border-top: 1px solid rgba(200, 215, 225, 0.5); } }

.design-type-with-atomic-store__choice-label {
  color: #0087be;
  padding: 0;
  position: relative; }

.design-type-with-atomic-store__choice-description {
  margin: 0;
  color: #87a6bc;
  font-size: 0.875em; }
  @media (min-width: 481px) {
    .design-type-with-atomic-store__choice-description {
      margin-top: 10px; } }

.button.design-type-with-atomic-store__cta {
  color: #0087be; }
  @media (max-width: 480px) {
    .button.design-type-with-atomic-store__cta {
      background: none;
      font-size: 1.1em;
      border: 0;
      padding: 0;
      text-transform: none;
      margin: 0;
      line-height: 1.1em; } }

.design-type-with-atomic-store__disclaimer {
  text-align: center;
  padding: 0 15px;
  color: #4f748e;
  font-size: 0.875em;
  width: 100%;
  box-sizing: border-box; }
  @media (max-width: 480px) {
    .design-type-with-atomic-store__disclaimer {
      padding: 0 20px; } }

.design-type__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap; }

.design-type__choice {
  display: block;
  padding: 0;
  margin: 0 10px 20px 10px;
  width: 230px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  transition: all 100ms ease-in-out;
  cursor: pointer; }
  .design-type__choice h2 {
    color: #4f748e;
    padding-left: 15px;
    border-top: 1px solid rgba(200, 215, 225, 0.5);
    line-height: 1.5em;
    padding-top: 1em;
    padding-bottom: 1em; }
  .design-type__choice:hover {
    box-shadow: 0 0 0 1px #87a6bc, 0 2px 4px #c8d7e1; }
  .design-type__choice.is-spacergif {
    height: 0;
    width: 230px;
    margin: 0 10px;
    padding: 0; }
  .design-type__choice.is-card-link {
    padding: 0; }
    @media (max-width: 480px) {
      .design-type__choice.is-card-link {
        padding-right: 48px;
        margin-bottom: 1px; } }
  .design-type__choice .card__link-indicator {
    display: none; }
    @media (max-width: 480px) {
      .design-type__choice .card__link-indicator {
        display: block; } }
  .design-type__choice-image {
    display: block;
    width: 100%; }
    @media (max-width: 480px) {
      .design-type__choice-image {
        display: none; } }
    .design-type__choice-image img {
      display: block;
      margin: 10% auto 4%;
      width: 85%; }
  .design-type__choice-copy {
    text-align: center;
    padding: 15px;
    border-top: 1px solid rgba(200, 215, 225, 0.5); }
    @media (max-width: 480px) {
      .design-type__choice-copy {
        text-align: left;
        border-top: 0; } }
  .design-type__choice-description {
    margin: 1em 0 0;
    color: #87a6bc;
    font-size: 0.875em; }
    @media (max-width: 480px) {
      .design-type__choice-description {
        margin: 0; } }
  @media (max-width: 480px) {
    .design-type__choice:first-of-type {
      border-radius: 5px 5px 0 0; } }
  @media (max-width: 480px) {
    .design-type__choice:last-of-type {
      border-radius: 0 0 5px 5px; } }

.button.design-type__cta {
  color: #0087be; }
  @media (max-width: 480px) {
    .button.design-type__cta {
      border: 0;
      padding: 0;
      text-transform: none;
      font-size: 1.1em;
      line-height: 1.1; } }

.design-type__disclaimer {
  text-align: center;
  color: #4f748e;
  font-size: 0.875em;
  width: 100%;
  padding: 1.8em; }

.domains-step__section-wrapper {
  margin: 0 auto;
  max-width: 650px; }

.site-or-domain__choices {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.site-or-domain__choice {
  margin: 10px;
  min-width: 230px;
  max-width: 300px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  transition: box-shadow 100ms ease-in-out;
  cursor: pointer; }
  .site-or-domain__choice a, .site-or-domain__choice svg {
    display: block;
    width: 100%; }
  .site-or-domain__choice:hover {
    box-shadow: 0 0 0 1px #87a6bc, 0 2px 4px #c8d7e1; }
  .site-or-domain__choice h2 {
    border-top: solid 1px #f3f6f8;
    padding: 10px 15px; }

.site-or-domain__choice-is-placeholder {
  cursor: default; }

.site-or-domain__button {
  text-align: center; }

.site-or-domain__choice-button {
  text-align: center; }
  .site-or-domain__choice-button .button {
    text-transform: uppercase; }
    .site-or-domain__choice-button .button.site-or-domain__is-placeholder {
      width: 90%; }

.site-or-domain__choice-image {
  display: none; }

.site-or-domain__choice-text {
  color: #2e4453; }

@media (min-width: 481px) {
  .site-or-domain__choice-button {
    margin-bottom: 1.5em; }
  .site-or-domain__choice-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 170px; }
  .site-or-domain__choice-text {
    min-height: 205px; } }

@media (max-width: 480px) {
  .site-or-domain__choice-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; } }

.site-or-domain__is-placeholder {
  -webkit-animation: loading-fade 1.6s ease-in-out infinite;
          animation: loading-fade 1.6s ease-in-out infinite;
  background-color: #d2dee6;
  color: transparent; }
  .site-or-domain__is-placeholder:after {
    content: '\00a0'; }

.site-picker__wrapper.card {
  padding: 0; }
  .site-picker__wrapper.card .site-selector {
    overflow: auto; }

.site-picker__wrapper {
  width: 320px; }

.survey-step__section-wrapper {
  margin: 0 auto 2em;
  max-width: 500px; }

.survey-step__verticals-wrapper {
  position: relative; }

.survey-step__question {
  text-align: center;
  font-size: 14px;
  font-weight: 600; }

.survey-step__verticals {
  pointer-events: none;
  opacity: 0.4;
  -webkit-transform: translateX(-20%) scale(0.8);
          transform: translateX(-20%) scale(0.8);
  transition: opacity 0.15s ease-out, -webkit-filter 0.15s linear, -webkit-transform 0.15s ease-out;
  transition: filter 0.15s linear, opacity 0.15s ease-out, transform 0.15s ease-out;
  transition: filter 0.15s linear, opacity 0.15s ease-out, transform 0.15s ease-out, -webkit-filter 0.15s linear, -webkit-transform 0.15s ease-out; }
  .survey-step__verticals.active {
    pointer-events: auto;
    opacity: 1;
    -webkit-transform: translateX(0) scale(1);
            transform: translateX(0) scale(1); }
  @supports (overflow: -webkit-marquee) and ((-webkit-box-pack: inherit) or (justify-content: inherit)) {
    .survey-step__verticals {
      -webkit-filter: blur(3px);
              filter: blur(3px); }
      .survey-step__verticals.active {
        -webkit-filter: blur(0);
                filter: blur(0); } }

.survey-step__sub-verticals {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  min-height: 500px;
  padding: 0;
  margin-bottom: 24px;
  pointer-events: none;
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  transition: opacity 0.2s ease-out, -webkit-transform 0.2s ease-out;
  transition: opacity 0.2s ease-out, transform 0.2s ease-out;
  transition: opacity 0.2s ease-out, transform 0.2s ease-out, -webkit-transform 0.2s ease-out; }
  .survey-step__sub-verticals.active {
    pointer-events: auto;
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  .survey-step__sub-verticals .header-cake.card {
    margin-top: 0; }

.survey-step__vertical {
  margin-bottom: 0;
  cursor: pointer; }

.survey-step__vertical__icon {
  vertical-align: bottom;
  margin-top: -2px;
  margin-right: 16px;
  color: #a8bece; }
  .survey-step__vertical:hover .survey-step__vertical__icon {
    color: #87a6bc; }

.survey__verticals-list {
  text-align: center; }

.survey__vertical {
  margin: 8px;
  border-bottom-width: 1px; }
  .survey__vertical:hover .survey__vertical-label {
    color: #00aadc; }
  .survey__vertical:hover .survey__vertical-chevron {
    color: #00aadc;
    -webkit-animation: survey__vertical-chevron-wiggle 1.5s ease infinite;
            animation: survey__vertical-chevron-wiggle 1.5s ease infinite; }
  .survey__vertical:active {
    border-top-width: 1px;
    background: #e9eff3; }

.survey__vertical-label {
  margin: 10px;
  font-weight: 400;
  color: #3d596d; }

.survey__vertical-chevron {
  color: #c8d7e1;
  pointer-events: none; }

.survey__other {
  margin: 0 20px 2em;
  position: relative; }

@media (min-width: 481px) {
  .survey__other {
    margin: 0 auto 2em;
    max-width: 500px; } }

input.survey__other-write-in {
  padding-right: 76px; }

.survey__other-button {
  position: absolute;
  top: 6px;
  right: 6px; }
  .survey__other-button.is-compact {
    text-transform: none; }

.survey__other-copy {
  text-align: center;
  color: #c8d7e1;
  padding-top: 0.5em; }

@-webkit-keyframes survey__vertical-chevron-wiggle {
  0% {
    -webkit-transform: none;
            transform: none; }
  60% {
    -webkit-transform: none;
            transform: none; }
  70% {
    -webkit-transform: translate(5px, 0);
            transform: translate(5px, 0); }
  80% {
    -webkit-transform: none;
            transform: none; }
  90% {
    -webkit-transform: translate(5px, 0);
            transform: translate(5px, 0); }
  100% {
    -webkit-transform: none;
            transform: none; } }

@keyframes survey__vertical-chevron-wiggle {
  0% {
    -webkit-transform: none;
            transform: none; }
  60% {
    -webkit-transform: none;
            transform: none; }
  70% {
    -webkit-transform: translate(5px, 0);
            transform: translate(5px, 0); }
  80% {
    -webkit-transform: none;
            transform: none; }
  90% {
    -webkit-transform: translate(5px, 0);
            transform: translate(5px, 0); }
  100% {
    -webkit-transform: none;
            transform: none; } }

.plans-step {
  margin: 0 auto;
  max-width: 700px; }
  .plans-step.is-wide-layout {
    margin: auto;
    max-width: 1200px; }
  .plans-step .formatted-header.is-without-subhead {
    margin-bottom: 15px; }
  .plans-step .step-wrapper.is-wide-layout {
    max-width: 1200px; }

.plans-step__compare-plans-link {
  clear: both;
  display: block;
  font-size: 12px;
  margin: 20px 0 0 0;
  text-align: center; }
  .plans-step__compare-plans-link .gridicon {
    margin: -2px 3px 0 0;
    vertical-align: middle; }

.plans-step__compare {
  margin-top: 25px; }

.plans-step {
  margin: 0 auto;
  max-width: 700px; }
  .plans-step.is-wide-layout {
    margin: auto;
    max-width: 1200px; }
  .plans-step.is-store-flow {
    max-width: 500px; }
    .plans-step.is-store-flow .plan-features--signup {
      width: auto; }
  .plans-step .formatted-header.is-without-subhead {
    margin-bottom: 15px; }
  .plans-step .step-wrapper.is-wide-layout {
    max-width: 1200px; }

.plans-step__compare-plans-link {
  clear: both;
  display: block;
  font-size: 12px;
  margin: 20px 0 0 0;
  text-align: center; }
  .plans-step__compare-plans-link .gridicon {
    margin: -2px 3px 0 0;
    vertical-align: middle; }

.site_site-url.form-text-input {
  padding-right: 122px; }

.site__wordpress-domain-suffix {
  color: #87a6bc;
  line-height: 40px;
  margin-left: -122px;
  pointer-events: none;
  position: absolute; }

.rebrand-cities-welcome {
  text-align: center;
  padding-top: 2em;
  -webkit-animation: fadeIn 0.3s ease 0.5s;
          animation: fadeIn 0.3s ease 0.5s;
  -webkit-animation-fill-mode: backwards;
          animation-fill-mode: backwards; }
  .rebrand-cities-welcome .formatted-header__title {
    font-family: "Noto Serif", Georgia, "Times New Roman", Times, serif;
    color: #2e4453;
    font-size: 34px;
    font-weight: bold;
    line-height: 1.2em;
    margin-bottom: 0.2em; }
  @media (min-width: 481px) {
    .rebrand-cities-welcome .formatted-header__subtitle {
      margin: 0 10%; } }

.rebrand-cities-welcome__site-title-field {
  max-width: 500px;
  padding: 0 20px;
  margin: 0 auto; }

.rebrand-cities-welcome__illustration-wrapper {
  max-width: 800px;
  width: 100%;
  margin: 0 auto; }

.rebrand-cities-welcome__illustration {
  background: url("/calypso/images/illustrations/rebrand-cities-welcome.svg") no-repeat 50% 0;
  background-size: 100%;
  padding-top: 53%;
  /* percentage ratio of height to width */
  width: 100%; }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.validation-fieldset {
  margin-bottom: 0;
  position: relative; }

.validation-fieldset__validation-message {
  min-height: 38px; }
  .validation-fieldset__validation-message p {
    margin: 0; }

.validation-fieldset + .logged-out-form__footer {
  margin-top: 0; }
  @media (min-width: 481px) {
    .validation-fieldset + .logged-out-form__footer {
      margin-top: 20px; } }
/*# sourceMappingURL=signup.css.map */