.textContent h2 {
  font-size:40px;
  line-height:52px;
}
.uspTabHolder h3 strong {
  font-family:'Hero Junior Super';
}
.uspLink:hover, .uspLink:focus {
  text-decoration:none;



}
.uspLink h3 {
  font-size:40px;
  line-height:40px;
  opacity: 0.3;
}
.uspActive h3 {
  opacity: 1.0;
}
.uspLink h3:hover, .uspLink h3:focus {
  opacity:1.0;
}
.uspContent {
  padding:36px 24px;
  border-radius:30px;
}
.uspContent h4 {
  font-size:18px;
  line-height:25.19px;
  font-weight:700;
  font-family:'Hero Junior';
}
.bcOpeningContent h2, .aODIntro h2 {
  font-size: 40px;
  line-height: 52px;
  font-weight: 700;
}
.bcOpeningContent h3 {
  font-family:'Hero Junior';
  font-size: 27px;
  line-height: 34px;
}
#regSel a {
  width:170px;
  text-align:center;
}
@media screen and (max-width: 991px) {
  .textContent h2 {
    font-size:22px;
    line-height:26.4px;
  }
  .uspLink h3 {
    font-size:20px;
    line-height:20px;
  }
  .uspContent {
    padding:24px 16px;
    border-radius:18px;
  }
  .bcOpeningContent h2, .aODIntro h2 {
    font-size: 22px;
    line-height: 28.6px;
  }
  .bcOpeningContent h3 {
    font-family:'Hero Junior';
    font-size: 17px;
    line-height: 24px;
  }

}