.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 33px;
  padding-bottom: 33px;
  position: relative;
  line-height: 1.5;
}
.acm-cta.style-1 .cta-showcase-header:after {
  content: "";
  display: block;
  border-bottom: 2px solid #a22631;
  width: 30px;
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-right: -15px;
}
.acm-cta.style-1 .cta-showcase-intro {
  line-height: 1.6;
}
.acm-cta.style-1 .cta-showcase-actions {
  margin-top: 44px;
}
.acm-cta.style-1 .cta-showcase-actions a {
  display: inline-block;
}
.acm-cta.style-1 .cta-showcase-item {
  background: #222c54;
  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: right;
}
.acm-cta.style-1 div.pull-left .cta-showcase-item .cta-showcase-header:after {
  right: 0;
  margin: 0;
}
.acm-cta.style-1 div.pull-right .cta-showcase-item {
  text-align: left;
}
.acm-cta.style-1 div.pull-right .cta-showcase-item .cta-showcase-header:after {
  left: 0;
  right: auto;
  margin: 0;
}
.acm-cta.style-1.light {
  color: #555555;
}
.acm-cta.style-1.light .cta-showcase-header {
  color: #222222;
}