.typography {
  font: "Open Sans", sans-serif;
  color: #373737;
}
.typography__size1 {
  font-size: 0.55rem;
}
.typography__size2 {
  font-size: 0.625rem;
}
.typography__size3 {
  font-size: 0.8rem;
}
.typography__size4 {
  font-size: 1rem;
}
.typography__size5 {
  font-size: 1.125rem;
}
.typography__size6 {
  font-size: 1.5rem;
}
.typography__size7 {
  font-size: 2rem;
}
.typography p,
.typography_p {
  margin: 0 0 15px;
}
.typography blockquote,
.typography_blockquote {
  margin: 15px 0 15px 30px;
  font-style: italic;
}
.typography a,
.typography_a {
  color: #005690;
}
.typography a:visited,
.typography_a:visited {
  color: #006aad;
}
.typography a:hover,
.typography_a:hover {
  color: #5790ce;
}
.typography a:active,
.typography_a:active {
  color: #8e8e8e;
}
.typography ul,
.typography ol,
.typography_ul,
.typography_ol {
  margin: 15px 0;
  padding: 0 0 0 20px;
  overflow: hidden;
  margin-left: 36px;
}
.typography ul > ul,
.typography ol > ol,
.typography_ul > .typography_ul,
.typography_ol > .typography_ol {
  margin: 0 5px;
}
.typography li,
.typography_li {
  margin: 0 0 5px;
}
.typography h1,
.typography_h1 {
  font-family: "Open Sans", sans-serif;
  font-size: 2rem;
  color: #9a281f;
  margin: 0 0 15px;
}
.typography h2,
.typography_h2 {
  font-family: "Open Sans", sans-serif;
  font-size: 1.75rem;
  color: #9a281f;
  margin: 20px 0 10px;
}
.typography h3,
.typography_h3 {
  font-family: "Open Sans", sans-serif;
  font-size: 1.5rem;
  color: #9a281f;
}
.typography h4,
.typography_h4 {
  font-family: "Open Sans", sans-serif;
  font-size: 1.25rem;
  color: #9a281f;
}
.typography pre,
.typography_pre {
  background: none;
  border: none;
  display: block;
  font-family: Courier, monospace;
  font-size: 123%;
  margin: 0;
  padding: 0;
}
.typography table,
.typography_table {
  margin: 20px 0;
  border-spacing: 0;
  border-collapse: collapse;
  table-layout: fixed;
}
.typography table th,
.typography_table th,
.typography table thead td,
.typography_table thead td {
  background-color: #eee;
  text-align: center;
  border: 1px solid #cdcdcd;
  border-left: none;
  border-right: none;
  padding: 10px 30px;
}
.typography table td,
.typography_table td {
  border: 1px solid #cdcdcd;
  border-left: none;
  border-right: none;
  padding: 10px 30px;
  vertical-align: top;
  font-size: 13px;
  background-color: #fff;
}
.typography .left {
  text-align: left;
}
.typography .center {
  text-align: center;
}
.typography .right {
  text-align: right;
}
.typography img.right {
  float: right;
  margin-left: 10px;
  margin-bottom: 8px;
}
.typography img.left {
  float: left;
  margin-right: 10px;
  margin-bottom: 8px;
}
.typography img.leftAlone {
  float: left;
  margin-right: 100%;
  margin-bottom: 8px;
}
.typography img.leftAlone {
  display: block;
  float: none;
  margin: 5px auto 8px;
}

/*# sourceMappingURL=../maps/component/typography.css.map */
