body {
  color: #585858;
  font-family: "DIN Next W01 Regular", sans-serif;
  font-family: "DIN Next W01 Light", sans-serif;
  line-height: 1.2;
}
h2 {
  font-family: "DIN Next W01 Heavy", sans-serif;
  font-family: "DIN Next W01 Bold", sans-serif;
  text-transform: uppercase;
}
h3 {
  font-family: "DIN Next W01 Bold", sans-serif;
  font-family: "DIN Next W01 Medium", sans-serif;
  text-transform: uppercase;
}
hr {
  margin-top: 1.5em;
}
a {
  text-decoration: none;
}
a,
a:link,
a:visited {
  color: #585858;
}
a:hover,
a:active,
a:focus {
  color: #585858;
}
strong,
b {
  font-family: "DIN Next W01 Bold", sans-serif;
  font-family: "DIN Next W01 Medium", sans-serif;
}
sup {
  vertical-align: super;
  font-size: 0.7em;
}
.typography p,
.typography ul,
.typography ol {
  margin-bottom: 1em;
}
@media screen and (min-width: 48em) {
  .typography p,
  .typography ul,
  .typography ol {
    margin-bottom: 1.5em;
  }
}
.typography p:last-child,
.typography ul:last-child,
.typography ol:last-child {
  margin-bottom: 0;
}
.typography ul {
  line-height: 1.3;
}
.typography ul li {
  list-style-position: inside;
  position: relative;
  padding-left: 1.7em;
}
.typography ul li:before {
  content: '';
  position: absolute;
  display: inline-block;
  left: 0;
  top: 0.2em;
  width: 0.7em;
  height: 0.7em;
  margin-right: 0.8em;
  background-color: #b41022;
}
.typography h2 {
  margin-top: 1.4em;
  font-size: 1.3em;
}
.typography h2:before {
  content: '';
  position: relative;
  display: inline-block;
  top: 0.05em;
  width: 0.75em;
  height: 0.75em;
  margin-right: 0.2em;
  background-color: #b41022;
}
@media screen and (min-width: 48em) {
  .typography h2 {
    margin-top: 2em;
    font-size: 2.25em;
  }
}
.typography h3 {
  margin-top: 1em;
  margin-bottom: 0.5em;
  font-size: 1em;
}
@media screen and (min-width: 48em) {
  .typography h3 {
    font-size: 1.375em;
  }
}
.typography p {
  line-height: 1.4;
  text-align: left;
}
.typography a,
.typography a:link,
.typography a:visited {
  color: #b41022;
}
.typography a:hover,
.typography a:active,
.typography a:focus {
  color: #b41022;
}
.typography a:hover,
.typography a:focus {
  text-decoration: underline;
}
.typography td {
  padding-right: 0.5em;
}
.typography .emphasized {
  font-size: 1.3em;
  font-family: "DIN Next W01 Heavy", sans-serif;
  font-family: "DIN Next W01 Bold", sans-serif;
  color: #b41022;
}
@media screen and (min-width: 48em) {
  .typography .emphasized {
    font-size: 2.25em;
  }
}
