.acm-cta.style-1 {
  color: #ffffff;
}
.acm-cta.style-1.bg-image {
  padding-bottom: 96px;
  padding-top: 96px;
}
@media screen and (min-width: 1200px) {
  .acm-cta.style-1.bg-image {
    background-attachment: fixed;
  }
}
.acm-cta.style-1 .cta-showcase-header {
  color: #ffffff;
  margin: 0 0 32px;
  padding-bottom: 32px;
  position: relative;
  line-height: 1.4;
}
.acm-cta.style-1 .cta-showcase-header:after {
  content: "";
  display: block;
  border-bottom: 2px solid #e64164;
  width: 30px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -15px;
}
.acm-cta.style-1 .cta-showcase-intro {
  line-height: 1.6;
}
.acm-cta.style-1 .cta-showcase-actions {
  margin-top: 32px;
}
.acm-cta.style-1 .cta-showcase-actions a {
  display: inline-block;
}
.acm-cta.style-1 .cta-showcase-item {
  background: #78003f;
  padding: 32px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .acm-cta.style-1 .cta-showcase-item {
    padding: 96px;
  }
}
.acm-cta.style-1 div.pull-left .cta-showcase-item {
  text-align: left;
}
.acm-cta.style-1 div.pull-left .cta-showcase-item .cta-showcase-header:after {
  left: 0;
  margin: 0;
}
.acm-cta.style-1 div.pull-right .cta-showcase-item {
  text-align: right;
}
.acm-cta.style-1 div.pull-right .cta-showcase-item .cta-showcase-header:after {
  right: 0;
  left: auto;
  margin: 0;
}
.acm-cta.style-1.light {
  color: #555555;
}
.acm-cta.style-1.light .cta-showcase-header {
  color: #222222;
}
.bg-scroll > .acm-cta.bg-image {
  background-attachment: scroll !important;
}
@media (max-width: 767px) {
  .bg-image-xs-none > .acm-cta.bg-image {
    background-image: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .bg-image-sm-none > .acm-cta.bg-image {
    background-image: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .bg-image-md-none > .acm-cta.bg-image {
    background-image: none !important;
  }
}
@media (min-width: 1200px) {
  .bg-image-lg-none > .acm-cta.bg-image {
    background-image: none !important;
  }
}