.page-term {
  padding: 50px 0 45px;
  background: #ffffff;
  font-size: 17px;
  color: #000000;
  line-height: 25.5px;
  display: grid;
}
.page-term a {
  color: #000000;
  text-decoration: underline;
}
.page-term a:hover,
.page-term a:active {
  color: #ff0000;
}
.page-term h1 {
  font-size: 2em;
  color: #ff0000;
}
.page-term h2 {
  font-size: 1.5em;
  color: #ff0000;
}
.page-term h3 {
  font-size: 25px;
  color: #ff0000;
}
.page-term ul:not([class]), .page-term ol:not([class]) {
  margin: 1em 0;
  padding: 0 0 0 2em;
}
.page-term ol:not([class]),
.page-term b,
.page-term strong,
.page-term .heading-primary,
.page-term .heading-secondary,
.page-term .heading-primary-innerpage,
.page-term .heading-secondary-innerpage,
.page-term .h1,
.page-term .h2,
.page-term .h3,
.page-term .h4,
.page-term .h5,
.page-term .h6,
.page-term h1,
.page-term h2,
.page-term h3,
.page-term h4,
.page-term h5,
.page-term h6 {
  margin-bottom: 0.5rem;
  font-family: "Open Sans Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.1;
}
.page-term h4, .page-term .h4 {
  font-size: 18px;
}
.page-term ul {
  list-style: none;
}
.page-term ul li {
  position: relative;
  padding-left: 1em;
  margin: 0.5em 0;
}
.page-term ul li:before {
  content: '';
  width: 0.3em;
  height: 0.3em;
  background: #e1242a;
  display: block;
  top: 0.5em;
  left: 0;
  position: absolute;
  border-radius: 50%;
}
.page-term a[data-action=External].spot-block__wrapper-link
.page-term .spot-block__link::after,
.page-term a[data-action=External]::after {
  content: "";
  background: url(../images/external_link.svg) no-repeat;
  background-size: contain;
  width: 1em;
  height: 1em;
  display: inline-block;
  margin: -0.15em 0.25em 0 0.15em;
  vertical-align: middle;
}
