@charset "UTF-8";
* {
  font-family: "Roboto Flex", sans-serif;
}

.anchor {
  scroll-margin-top: calc(35px + 2.5em);
}

h1, h2, h3, h4 {
  font-family: "Neuton", sans-serif;
}
h1 span, h2 span, h3 span, h4 span {
  font-family: inherit;
}

h2 {
  font-size: 3rem;
  font-weight: 300;
}

.subhead-text {
  color: #666;
  font-size: 1.1rem;
  max-width: 700px;
  margin: 0 auto;
}

.calloutpara {
  padding: 10px;
  background-color: #f8e7fd;
  border-radius: 1rem;
}

.heroblock {
  background-image: url("/assets/images/popup-fashionshop.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  height: 600px;
  overflow: hidden;
}
.heroblock img {
  width: 100%;
}
.heroblock .hero-callout {
  position: absolute;
  top: 100px;
  right: 10%;
  max-width: 40%;
  background-color: #fff;
}

.block-callout {
  background-color: #eee;
  border-radius: 1rem;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  padding: 20px;
}
.block-callout .subhead-text {
  font-size: 1.1rem;
}

.promoblock img {
  max-width: 500px;
  border-radius: 1rem;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.promoblock ul.calloutlist {
  list-style: none;
  margin-top: -20px;
  padding: 0 15px;
  color: #666;
}
.promoblock ul.calloutlist li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  margin-bottom: 10px;
  margin-top: 15px;
}
.promoblock ul.calloutlist li h4 {
  color: #602371;
}
.promoblock ul.calloutlist li:last-child {
  border-bottom: none;
}

header {
  padding: 20px 0;
}

.header-bar {
  background-color: #602371;
}
.header-bar .companyname {
  font-family: "Neuton", sans-serif;
  font-size: 3rem;
  font-weight: 300;
}
.header-bar .logo {
  border-radius: 1rem;
  padding: 0 15px;
}
.header-bar .logo img {
  max-width: 300px;
}
.header-bar .nav .nav-item a {
  font-family: "Cairo", sans-serif;
  font-size: 1.2rem;
  color: #fff;
}
.header-bar .nav .nav-item a:hover {
  text-decoration: underline;
}

.feature-block {
  padding: 20px;
  text-align: center;
  margin-bottom: 40px;
}
.feature-block .feature {
  background-color: #fff;
  padding: 40px 20px 20px;
  border-radius: 1rem;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  transition: all 500ms;
  position: relative;
}
.feature-block .feature .icon {
  position: absolute;
  background-color: #f8e7fd;
  margin-top: -80px;
  padding: 20px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  border-radius: 1rem;
  transition: all 500ms;
}
.feature-block .feature:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  background-color: #f8e7fd;
}
.feature-block .feature:hover .icon {
  background-color: #fff;
}
.feature-block .feature-title {
  font-weight: bold;
  font-size: 1.1em;
}

.price-block-container {
  padding: 10px;
}
.price-block-container ul {
  list-style-type: none;
  padding-left: 0;
}
.price-block-container ul li:before {
  font-family: "FontAwesome";
  content: "";
  margin: 10px 5px 0 0;
  font-weight: 200;
  color: #602371;
}
.price-block-container .price-block {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  min-width: 250px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 20px;
  border-radius: 1rem;
  background-color: #f4f4f4;
  transition: all 500ms;
}
.price-block-container .price-block:hover {
  background-color: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.price-block-container .price-block.best-price {
  background-color: #f8e7fd;
}
.price-block-container .price-block.best-price:hover {
  background-color: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.price-block-container .price-block .price-name {
  font-weight: 800;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding-bottom: 10px;
}
.price-block-container .price-block .price-saving {
  float: right;
  font-size: 0.9rem;
}
.price-block-container .price-block .price-saving.badge {
  background-color: #602371;
  font-weight: 300;
}
.price-block-container .price-block .price-callout {
  font-family: "Neuton", sans-serif;
  font-size: 2rem;
  font-weight: 300;
}
.price-block-container .price-block .price-callout span {
  font-family: inherit;
  font-size: 2.4rem;
}

.timeline-row {
  border: 1px solid rgba(0, 0, 0, 0.2);
  background-color: #fff;
  border-radius: 1rem;
  padding: 20px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.timeline-row .timeline-block .day {
  font-weight: bold;
  border-bottom: 2px solid #602371;
  border-left: 2px solid #602371;
  color: #602371;
}
.timeline-row .timeline-block .day i {
  color: #602371;
}
.timeline-row .timeline-block .timeline-content {
  padding-right: 25px;
}

.setup-steps, .setup-steps-mobile {
  font-weight: bold;
  font-size: 0.9em;
}
.setup-steps div, .setup-steps-mobile div {
  padding: 10px 20px 5px 20px;
  border-bottom: 1px solid #bbb;
}
.setup-steps .stepname, .setup-steps-mobile .stepname {
  font-weight: normal;
  color: #602371;
}
.setup-steps .active, .setup-steps-mobile .active {
  background-color: #eee;
}

.setup-steps-mobile {
  display: none !important;
}

.signup-image {
  max-width: 250px;
  border-radius: 1rem;
}

.signup-form {
  max-width: 600px;
}

.form-block {
  background-color: #f4f4f4;
  border-radius: 1rem;
  padding: 20px;
}
.form-block .required-field:after {
  content: "*";
  color: red;
  padding-left: 5px;
  font-size: 0.8rem;
}
.form-block .form-notes {
  color: #888;
  font-size: 0.8rem;
}
.form-block .termsbox {
  background-color: #fff;
  padding: 20px;
  max-height: 500px;
  overflow-y: scroll;
}

.footer-bar {
  padding: 40px 0;
  background-color: #602371;
  color: #fff;
  font-size: 1rem;
  font-family: "Cairo", sans-serif;
}
.footer-bar a {
  color: #999;
}

/* Utility classes */
.font-small {
  font-size: 0.9rem;
}

.highlight-row {
  background-color: #eee;
  padding: 50px 0;
}

.btn-primary {
  background-color: #602371;
  border: 2px solid #602371;
  color: #fff;
}
.btn-primary:hover {
  background-color: #fff !important;
  border-color: #602371 !important;
  color: #602371 !important;
}
.btn-primary:disabled {
  background-color: #602371 !important;
  border-color: #602371 !important;
}

.blocked-link {
  pointer-events: none;
  cursor: default;
}

table {
  margin: 0 auto;
}
table tr th {
  border-bottom: 1px solid #888;
}
table tr th, table tr td {
  text-align: left;
  padding: 0 20px;
}

/* Bespoke classes */
.contact-form {
  min-width: 400px;
}

.contact-image {
  margin-left: 50px;
}

#questionsimg {
  margin-right: 50px;
}

.topheroimg {
  width: 100%;
}

@media only screen and (max-width: 992px) {
  header {
    padding: 20px 0 10px;
  }

  .header-bar .nav .nav-item a {
    font-size: 1rem !important;
    padding: 8px;
  }

  .heroblock {
    height: 300px;
    background-position: left center;
  }

  .hero-callout {
    display: none;
  }

  .contact-form {
    min-width: 0;
  }

  .contact-image {
    margin-left: 0;
    margin-bottom: 20px;
  }

  .promoblock img {
    width: 100%;
  }

  ul.calloutlist li.firstrightcol {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    padding-top: 15px;
  }

  .poweredbystripe {
    padding: 0 30px;
  }
  .poweredbystripe img {
    display: none;
  }

  .timeline-row {
    margin-left: 10px;
    margin-right: 10px;
  }

  .timeline-block .day {
    margin-top: 20px;
  }

  #questionsimg {
    margin-right: 0;
  }

  .setup-steps {
    display: none !important;
  }

  .setup-steps-mobile {
    display: flex !important;
  }
  .setup-steps-mobile div {
    padding: 5px 15px;
  }
}

/*# sourceMappingURL=styles.css.map */
