.typography {
  font-family: "PT 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: #705299;
}
.typography a:visited,
.typography_a:visited {
  color: #878787;
}
.typography a:hover,
.typography_a:hover {
  color: #aa93c9;
}
.typography a:active,
.typography_a:active {
  color: #705299;
}
.typography ul,
.typography ol,
.typography_ul,
.typography_ol {
  margin: 15px 0 15px 32px;
  padding: 0 0 0 20px;
  overflow: hidden;
}
.typography ul > ul,
.typography ol > ol,
.typography_ul > .typography_ul,
.typography_ol > .typography_ol {
  margin: 0 5px;
}
.typography ul {
  padding: 0;
}
.typography ul > li {
  position: relative;
  list-style: none;
  padding-left: 14px;
}
.typography ul > li:before {
  content: "•";
  position: absolute;
  top: 0;
  left: 0;
}
.typography li,
.typography_li {
  margin: 0 0 5px;
}
.typography h1,
.typography_h1 {
  font-family: "PT Sans Narrow", sans-serif;
  font-size: 2.823529411764706rem;
  color: #000;
  margin: 0 0 2rem;
}
.typography h2,
.typography_h2 {
  font-family: "PT Sans Narrow", sans-serif;
  font-size: 2.176470588235294rem;
  color: #000;
  margin: 0 0 2rem;
}
.typography h3,
.typography_h3 {
  font-family: "PT Sans Narrow", sans-serif;
  font-size: 1.764705882352941rem;
  color: #000;
  margin: 0 0 1.5rem;
}
.typography h4,
.typography_h4 {
  font-family: "PT Sans Narrow", sans-serif;
  font-size: 1.352941176470588rem;
  color: #000;
  margin: 0 0 1rem;
}
.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: #d3d3d3;
  border: 1px solid #cdcdcd;
  padding: 10px 40px;
  text-transform: uppercase;
  letter-spacing: 0.8px;
}
.typography table td,
.typography_table td {
  border: 1px solid #cdcdcd;
  padding: 10px 40px;
  vertical-align: top;
  font-size: 0.941176470588235rem;
  background-color: #fff;
}
.typography .left {
  text-align: left;
}
.typography .center {
  text-align: center;
}
.typography .right {
  text-align: right;
}
.typography table.noBorders td,
.typography table.noBorders th {
  border: none !important;
}
.typography tr.noBorders > td,
.typography tr.noBorders > th {
  border: none !important;
}
.typography td.noBorders,
.typography th.noBorders {
  border: none !important;
}
.typography table.hBorders td,
.typography table.hBorders th,
.typography tr.hBorders > td,
.typography tr.hBorders > th,
.typography td.hBorders,
.typography th.hBorders {
  border-left: none !important;
  border-right: none !important;
}
.typography table.vBorders td,
.typography table.vBorders th,
.typography td.vBorders,
.typography th.vBorders {
  border-top: none !important;
  border-bottom: none !important;
}
.typography tr.noHover:hover > td {
  background-color: transparent;
}
.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 */
