h1 {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

p {
  font-size: 1.125em;
  line-height: 1.75;
}

p.last_sec {
  margin-top: 3em;
}

h2 {
  border-top: 4px solid #000;
  font-size: 1.75em;
  font-weight: bold;
  padding-top: 0.25em;
  margin-top: 3em;
  margin-bottom: 1em;
}

ol {
  margin: 2em 0;
  margin-left: 1.5em;
  list-style-type: decimal;
}
ol > li {
  line-height: 1.75;
  padding-left: 0.5em;
}
ol > li + li {
  margin-top: 1em;
}
ol ul {
  margin: 0.5em 0;
  margin-left: 1em;
  list-style-type: disc;
}
ol ul > li {
  padding-left: 0.25em;
}

span.plus_red {
  color: #e33;
}

.plus p {
  color: #e33;
  font-size: 1em;
  line-height: 1.75;
}
.plus p + p {
  margin-top: 0.5em;
}

.signature {
  margin-top: 3em;
  text-align: right;
}
.signature p.date {
  font-size: 0.875em;
}
.signature p.contact {
  margin-top: 1em;
  font-size: 0.875em;
}
.signature p.one_num {
  font-size: 1em;
}