.trubrand-edition-a.mt-space {
  margin: 30px 0 0 0;
}

.trubrand-edition-a figure {
  margin: 0;
}

.trubrand-edition-a img {
  max-width: 100%;
  vertical-align: middle;
}

.trubrand-edition-a h1 {
  font-size: 62px;
  line-height: 68px;
  margin: 0 0 30px 0;
}

@media (max-width: 1200px) {
  .trubrand-edition-a h1 {
    font-size: 38px;
    line-height: 46px;
  }
}

@media (max-width: 767px) {
  .trubrand-edition-a h1 {
    font-size: 30px;
    line-height: 36px;
  }
}

.trubrand-edition-a h2 {
  font-size: 40px;
  line-height: 46px;
  margin: 0 0 20px 0;
}

@media (max-width: 1200px) {
  .trubrand-edition-a h2 {
    font-size: 28px;
    line-height: 34px;
  }
}

@media (max-width: 767px) {
  .trubrand-edition-a h2 {
    font-size: 28px;
    line-height: 34px;
  }
}

.trubrand-edition-a h3 {
  font-size: 30px;
  line-height: 40px;
}

.trubrand-edition-a h4 {
  font-size: 21px;
  line-height: 28px;
}

.trubrand-edition-a h5 {
  font-size: 20px;
  line-height: 30px;
}

@media (max-width: 1200px) {
  .trubrand-edition-a h5 {
    font-size: 18px;
    line-height: 24px;
  }
}

.trubrand-edition-a p {
  font-size: 16px;
  line-height: 28px;
  margin: 0;
}

.trubrand-edition-a p.mb-26 {
  margin: 0 0 26px 0;
}

@media (max-width: 1200px) {
  .trubrand-edition-a p {
    font-size: 14px;
    line-height: 22px;
  }
}

.trubrand-edition-a p.large {
  font-size: 20px;
  line-height: 30px;
}

@media (max-width: 1200px) {
  .trubrand-edition-a p.large {
    font-size: 16px;
    line-height: 26px;
  }
}

.trubrand-edition-a p.xs {
  font-size: 14px;
  line-height: 28px;
}

.trubrand-edition-a .primary-bg {
  background-color: #fcd800;
}

.trubrand-edition-a a.primary-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 18px;
  font-weight: bold;
  line-height: 16px;
  padding: 17px 26px;
  border-radius: 54px;
  text-decoration: none;
  color: #000000;
  background-color: #fcd800;
  position: relative;
}

@media (max-width: 767px) {
  .trubrand-edition-a a.primary-btn {
    font-size: 15px;
  }
}

/* .trubrand-edition-a a.primary-btn::before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #fff;
  position: absolute;
  left: 14px;
  border-radius: 50%;
  opacity: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s opacity ease;
  transition: 0.3s opacity ease;
} */

.trubrand-edition-a a.primary-btn:hover {
  background-color: #004364;
  color: #ffffff;
  transition: .2s linear;
}

.trubrand-edition-a a.primary-btn:hover::before {
  opacity: 1;
}

.trubrand-edition-a .badge {
  font-size: 12px;
  letter-spacing: 0.84px;
  padding: 5px 12px;
  line-height: 14px;
  background-color: #e6edf1;
  border-radius: 60px;
}

.trubrand-edition-a .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.trubrand-edition-a .secondary-cta {
  text-decoration: none;
  font-size: 18px;
  line-height: 16px;
  position: relative;
  padding: 0 20px 0 0;
  color: #000;
}

.trubrand-edition-a .secondary-cta::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -5px;
  background: url("/content/dam/transunion/web-resources/img/trubrand-edition-a/know-more-arrow.png") no-repeat;
  background-position: right center;
  width: 18px;
  height: 18px;
  background-size: contain;
}

.trubrand-edition-a .secondary-cta:hover {
  color: #00a6ca;
}

.trubrand-edition-a .secondary-cta:hover::after {
  background-image: url("/content/dam/transunion/web-resources/img/trubrand-edition-a/know-more-arrow-blue.png");
}

.trubrand-edition-a .bg-sk-blue {
  background: #e6f6fa;
}
/*# sourceMappingURL=base.css.map */