.textWithCTAInnerBody a:after {
  text-decoration: none !important;
  display: inline-block;
  position: relative;
  margin: 0px 4px 0px 4px;
  line-height: 1;
  cursor: auto;
}
.textWithCTAInnerBody a:visited span {
  color: #003057 !important;
}
.textWithCTAInnerBody a:focus {
  text-decoration: none;
  outline: 1px dashed var(--Action-Link-active, #1054c9) !important;
}
.textWithCTAInnerBody a:focus span {
  color: #1054C9 !important;
}
.textWithCTAInnerBody a:hover {
  border-bottom: none !important;
}
.textWithCTAInnerBody a:hover span {
  color: #1054C9 !important;
}
.textWithCTAInnerBody a:hover span:first-child {
  text-decoration: underline;
  -webkit-text-decoration-style: dashed;
          text-decoration-style: dashed;
  text-decoration-thickness: from-font;
  text-underline-offset: 5px;
  color: #1054C9 !important;
}

.legalLanding .equal-height-column p a {
  color: #003DA5 !important;
  font-family: "MuseoSans_700_Bold", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 25px;
}

.legalLanding .textWithCTAInnerBody .equal-height-column {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 0 16px 16px;
}

.legalLanding .textWithCTAInnerBody .equal-height-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.legalLanding .textCTAComp .textWithCTA .headingText {
  margin-top: 64px;
}

.legalLanding .textWithCTAInnerBody {
  margin-left: -3.18rem;
}

@media (max-width: 768px) {
  .legalLanding .textCTAComp .textWithCTA .headingText {
    margin-top: 40px;
  }
  .legalLanding .equal-height-column p {
    margin-bottom: 20px !important;
  }
}