.container {
  width: 100% !important;
  margin: 0 auto;
  overflow: hidden;
}
.container #social-landing .herobanner {
  background: #ebebed url(https://corefact-marketing.s3.us-west-1.amazonaws.com/assets/social-share/Jcellars-with-phone-banner.jpg) no-repeat 30% 0%;
  background-size: contain;
  padding: 0;
  display: flex;
  justify-content: center;
  align-content: center;
}
.container #social-landing .herobanner .heromessage {
  width: auto;
  text-align: left;
  background: none;
  padding: 1em 0em 3em;
  margin-left: 18%;
}
.container #social-landing .points {
  display: flex !important;
  justify-content: center !important;
  padding: 3rem 1rem 2rem;
  flex-direction: row !important;
  width: 85%;
  margin: 0 auto;
}
.container #social-landing .points .point:first-child {
  padding: 0.4rem 1rem 0 1rem;
}
.container #social-landing .points .point {
  flex-basis: 35%;
  padding: 0 1rem;
}
.container #social-landing .points .subscribe {
  padding: 0 0 4rem 0 !important;
  text-align: left !important;
  position: relative;
}
.container #social-landing .points .sspoints {
  list-style-type: "\2713 \1\1";
  margin: 0 0 1.33em 25px;
}
.container #social-landing .points .sspoints li {
  padding: 4px 0;
}
.container #social-landing button[type="submit"],
.container #social-landing input[type="submit"] {
  font-size: 200% !important;
  font-weight: 400 !important;
  display: inline-block;
  background: #ed1c90;
  border: none;
  color: white;
  padding: 0.25em 0.5em;
  position: relative;
  cursor: pointer;
}
.container #social-landing .ss-example {
  width: 240px;
}
.container #social-plan .herobanner2 {
  background: #ebebed url(https://corefact-marketing.s3.us-west-1.amazonaws.com/assets/social-share/ss-sign-up-choose-plan-banner.jpg);
  padding: 0;
  display: flex;
  justify-content: center;
  align-content: center;
  background-position: 90% 88%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 240px;
}
.container #social-plan .herobanner2 .heromessage {
  width: 50%;
  text-align: left;
  padding: 1em 2em 3em;
}
.container #social-plan .plans .monthly {
  background: #5bc7ba !important;
  margin-right: 2rem;
}
.container #social-plan .chooseplan {
  text-align: center;
  margin-bottom: 100px;
}

@media only screen and (min-width: 1450px) {
  #social-landing .herobanner {
    background-position: 32% 0% !important;
  }
  #social-landing .heromessage {
    margin-left: 18% !important;
  }
  #social-landing .points {
    width: 75%;
  }
}
@media only screen and (max-width: 1260px) {
  #social-landing .herobanner {
    background-position: 30% 0% !important;
  }
  #social-landing .herobanner .heromessage {
    margin-left: 39% !important;
  }
}
@media only screen and (max-width: 1070px) {
  #social-landing .herobanner {
    background-position: 15% 0% !important;
  }
  #social-landing .herobanner .heromessage {
    margin-left: 42% !important;
  }
}
@media only screen and (max-width: 700px) {
  #social-landing .herobanner {
    background: #ebebed !important;
  }
  #social-landing .herobanner .heromessage {
    margin-left: 0 !important;
  }
  #social-landing .points {
    flex-direction: row-reverse;
    flex-wrap: wrap;
  }
  #social-landing .points .point {
    flex-basis: 90% !important;
  }
}
.ss-heading {
  text-align: center;
  font-weight: 400;
  padding: 0 0 10px !important;
  font-size: 24px;
  color: #ed1c91;
  text-transform: uppercase;
  font-family: "Helvetica Neue", "Frutiger", Helvetica, Arial, sans-serif !important;
  font-weight: inherit !important;
}

.ss-text-box {
  width: 30%;
  margin: 0 10px 10px;
  padding: 10px;
}

.ss-articles,
.ss-images,
.ss-texts {
  margin-bottom: 8em;
  width: 70%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-content: center;
}
.ss-articles .ss-article-box,
.ss-articles .ss-image-box,
.ss-images .ss-article-box,
.ss-images .ss-image-box,
.ss-texts .ss-article-box,
.ss-texts .ss-image-box {
  border: 1px solid #dadada;
  width: 30%;
  margin: 10px;
  padding: 10px;
}
.ss-articles img,
.ss-images img,
.ss-texts img {
  width: 100%;
}
.ss-articles a,
.ss-images a,
.ss-texts a {
  color: #ed1c90;
  text-decoration: none;
  padding: 5px 0;
  float: right;
}

.testimonial-sec {
  background-color: #ed1c90;
  width: 100%;
  margin: 40px 0 0;
  padding: 40px 0;
  display: flex;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
}

.testimonial-text {
  padding-left: 40px;
  width: 60%;
}
.testimonial-text h3 {
  text-align: left;
  font-weight: 400;
  font-size: 24px;
  color: #ffffff;
  text-transform: uppercase;
}
.testimonial-text p {
  text-align: left;
  color: #ffffff;
}
.testimonial-text span {
  float: right;
  font-weight: bold;
  padding-right: 10px;
}

.quote_bubble {
  border-radius: 50%;
  border: 1px solid #ffffff;
  max-width: 125px;
}
.quote_bubble img {
  vertical-align: middle;
}

.prev:hover, .next:hover {
  color: #717171 !important;
}

.dot.active, .dot:hover {
  background-color: #bbb !important;
}

.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 6s;
  animation-name: fade;
  animation-duration: 6s;
}

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

/*# sourceMappingURL=signup-v2.css.map */
