.typography {
  font: "Fira Sans", sans-serif;
  color: #373737;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
.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: #912490;
}
.typography a:visited,
.typography_a:visited {
  color: #5d3f94;
}
.typography a:hover,
.typography_a:hover {
  color: #6248ce;
  text-decoration: none;
}
.typography a:active,
.typography_a:active {
  color: #912490;
}
.typography ul,
.typography ol,
.typography_ul,
.typography_ol {
  margin: 15px 0;
  padding: 0 0 0 20px;
  overflow: hidden;
  margin-left: 32px;
}
.typography ul > ul,
.typography ol > ol,
.typography_ul > .typography_ul,
.typography_ol > .typography_ol {
  margin: 0 5px;
}
.typography ul {
  list-style-type: none;
}
.typography ul li {
  position: relative;
}
.typography ul li:before {
  content: "•";
  position: absolute;
  top: 0;
  left: -15px;
  color: #373737;
  font-weight: 300;
}
.typography li,
.typography_li {
  margin: 0 0 5px;
}
.typography h1,
.typography_h1 {
  font-family: "Fira Sans", sans-serif;
  font-size: 2.875rem;
  color: #5d3f94;
  margin: 0 0 30px;
  font-weight: 700;
  line-height: 3rem;
}
.typography h2,
.typography_h2 {
  font-family: "Fira Sans", sans-serif;
  font-size: 2.3125rem;
  color: #5d3f94;
  margin: 38px 0 25px;
  font-weight: 700;
  line-height: 38px;
}
.typography h3,
.typography_h3 {
  font-family: "Fira Sans", sans-serif;
  font-size: 1.875rem;
  color: #5d3f94;
  font-weight: 700;
  line-height: 38px;
  margin: 38px 0 25px;
}
.typography h4,
.typography_h4 {
  font-family: "Fira Sans", sans-serif;
  font-size: 1.5625rem;
  color: #5d3f94;
  font-weight: 700;
  line-height: 38px;
  margin: 38px 0 25px;
}
.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;
  border: 2px solid #c5c0cf;
}
.typography table th,
.typography_table th,
.typography table thead td,
.typography_table thead td {
  background-color: #e0dbe9;
  text-align: center;
  border: 1px solid #c5c0cf;
  padding: 3px 20px;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.8px;
}
.typography table td,
.typography_table td {
  border: 1px solid #c5c0cf;
  padding: 3px 20px;
  vertical-align: top;
  font-size: 1rem;
  background-color: rgba(255,255,255,0.75);
  font-weight: 400;
}
.typography table.noBorders td,
.typography table.noBorders th {
  border: none !important;
}
.typography tr.noBorders > td,
.typography tr.noBorders > th {
  border: none !important;
}
.typography .noBorders {
  border: none !important;
}
.typography table.hBorders td,
.typography table.hBorders th,
.typography tr.hBorders td,
.typography tr.hBorders th,
.typography .hBorders {
  border-left: none !important;
  border-right: none !important;
}
.typography table.vBorders td,
.typography table.vBorders th,
.typography .vBorders {
  border-top: none !important;
  border-bottom: none !important;
}
.typography tr.noHover:hover > td {
  background-color: transparent;
}
.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 */
