.typography {
  font-family: "Arial", sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: #434343;
  margin-bottom: 14px;
}
.typography p {
  margin-bottom: 18px;
}
.typography h1 {
  font-size: 35px;
  font-family: "Aparajita";
  color: #0a6289;
  padding-bottom: 10px;
  margin-bottom: 30px;
  background-image: url("../images/misc-dashed-border.png");
  background-repeat: repeat-x;
  background-position: bottom left;
}
.typography h2 {
  font-size: 30px;
  font-family: "Aparajita";
  color: #0a6289;
  margin-bottom: 14px;
  margin-top: 28px;
  line-height: 32px;
}
.typography h3 {
  font-size: 24px;
  font-family: "Aparajita";
  color: #0a6289;
  margin-bottom: 14px;
  margin-top: 20px;
  line-height: 26px;
}
.typography hgroup h2 {
  margin-bottom: 0;
}
.typography hgroup h3 {
  margin-top: 0;
  margin-bottom: 18px;
}
.typography .hr,
.typography hr {
  border: 0;
  height: 1px;
  display: block;
  font-size: 0;
  background-image: url("../images/misc-dashed-border.png");
  background-repeat: repeat-x;
  background-position: bottom left;
  padding-bottom: 5px;
  margin-bottom: 15px;
}
.typography ul {
  list-style: disc inside;
  margin-left: 16px;
  margin-bottom: 24px;
}
.typography ul li {
  margin-bottom: 4px;
}
.typography ul ul {
  list-style: circle outside;
}
.typography ol {
  list-style: decimal outside;
  margin-left: 20px;
  margin-bottom: 14px;
}
.typography .actions a {
  color: #FFFFFF;
  background-color: #0a6289;
  padding: 6px 30px 1px 10px;
  display: inline;
}
.typography .actions a:hover {
  background-color: #085172;
}
.typography .actions .arrow {
  right: 9px;
  top: 10px;
}
.typography a {
  color: #0e76bc;
}
.typography a:hover {
  text-decoration: none;
}
.typography .green-arrow {
  width: 10px;
  float: left;
  display: block;
  text-align: right;
  color: #0b9444;
  font-size: 12px;
  font-weight: 700;
}
.typography .citation {
  font-weight: 700;
  font-size: 12px;
  color: #eaeaea;
}
.typography em {
  font-style: italic;
}
.typography sub {
  vertical-align: sub;
  font-size: smaller;
}
.typography sup {
  vertical-align: super;
  font-size: smaller;
}
#right,
#cta {
  font-family: "Arial", sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: #434343;
}
