.acm-cta {
  display: table;
  height: 100vh;
  width: 100%;
  background-color: rgba(173, 31, 53, 0.49);
  background-blend-mode: multiply;
  background-size: cover;
  background-position: center center;
}
.style-2 .acm-cta {
  display: table;
  height: 420px;
  width: 100%;
  background-color: rgba(173, 31, 53, 0.49);
  background-blend-mode: multiply;
  background-size: cover;
  background-position: center center;
}
@media (max-width: 1399px) {
  .acm-cta {
    background-size: cover;
    background-position: center center;
    padding: 160px 20px 80px;
    height: auto;
  }
}
.acm-cta .cta-content {
  display: table-cell;
  vertical-align: middle;
  padding: 0 170px;
}
@media (max-width: 1399px) {
  .acm-cta .cta-content {
    padding: 0;
  }
}
.acm-cta .cta-heading h1 {
  font-size: 89px;
  color: #ffffff;
  font-weight: 300;
  line-height: 73px;
  margin: 0 auto 0px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  max-width: 660px;
  position: relative;
  z-index: 10;
}
.acm-cta .cta-heading h2 {
  font-size: 32px;
  color: #ffffff;
  background-color: #777;
  font-weight: 300;
  line-height: 37px;
  margin: 0 auto 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  max-width: 660px;
  position: relative;
  z-index: 10;
}
.acm-cta .cta-heading h3 {
  font-size: 31px;
  color: #ffffff;
  font-weight: 300;
  line-height: 36px;
  background-color: #777;
  margin: 0 auto 60px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  max-width: 660px;
  position: relative;
  z-index: 10;
}
@media (max-width: 767px) {
  .acm-cta .cta-heading {
    font-size: 36px;
  }
}
.ie11 .acm-cta,
.ie10 .acm-cta,
.ie9 .acm-cta,
.ie8 .acm-cta {
  position: relative;
}
.ie11 .acm-cta:before,
.ie10 .acm-cta:before,
.ie9 .acm-cta:before,
.ie8 .acm-cta:before {
  background: #2727a4;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.cta-heading .img1 {
  max-width: 281px;
  margin-bottom: 6px;
  filter: alpha(opacity=80);
  border-radius: 4px;
  border: 1px solid #fff;
}
.cta-heading .img2 {
  max-width: 231px;
  padding-bottom: 30px;
  filter: alpha(opacity=80);
  border-radius: 0px;
}
.cta-heading p {
  margin-bottom: 30px;
  color:#fff;
  font-size: 29px;
  text-shadow: 1px 1px 1px #000;
}
.jamasthead-title .img1 {
  max-width: 281px;
  margin-bottom: 6px;
  filter: alpha(opacity=80);
  border-radius: 4px;
  border: 1px solid #fff;
}