.typography {
  font-family: font;
  color: textColor;
}
.typography + .js-ajaxContainer {
  margin-top: 2rem;
}
.typography > :last-child {
  margin-bottom: 0 !important;
}
.typography__size1 {
  font-size: 0.54rem;
}
.typography__size2 {
  font-size: 0.64rem;
}
.typography__size3 {
  font-size: 0.8rem;
}
.typography__size4 {
  font-size: 1rem;
}
.typography__size5 {
  font-size: 1.25rem;
}
.typography__size6 {
  font-size: 1.5rem;
}
.typography__size7 {
  font-size: 2rem;
}
.typography p,
.typography_p {
  margin: 0 0 1rem;
  line-height: 1.75;
}
.typography__ajax > p {
  text-align: center;
}
.typography blockquote,
.typography_blockquote {
  margin: 1rem 2rem;
  font-style: italic;
}
.typography a,
.typography_a {
  color: linkColor;
  cursor: pointer;
}
.typography a:visited {
  color: linkColor__visited;
}
.typography a:hover,
.typography_a:hover {
  color: linkColor__hover;
}
.typography a:active,
.typography_a:active {
  color: linkColor;
}
.typography ul:not(.form_grouplist),
.typography_ul,
.typography ol,
.typography_ol {
  margin: 2rem 0;
  overflow: hidden;
}
.typography ul:not(.form_grouplist),
.typography_ul {
  padding: 0 0 0 1rem;
}
.typography ol,
.typography_ol {
  padding: 0 0 0 2rem;
}
.typography ul > ul,
.typography ol > ol,
.typography_ul > .typography_ul,
.typography_ol > .typography_ol {
  margin: 0.75rem 0 0.75rem 0.5rem !important;
}
.typography ul > ul:last-child,
.typography ol > ol:last-child,
.typography_ul > .typography_ul:last-child,
.typography_ol > .typography_ol:last-child {
  margin-bottom: 0 !important;
}
.typography ul:not(.form_grouplist) > li {
  position: relative;
  list-style: none;
  padding: 0 0 0 1rem;
}
.typography ul:not(.form_grouplist) > li:before {
  content: "•";
  position: absolute;
  top: 0;
  left: 0;
}
.typography li,
.typography_li {
  margin: 0 0 0.5rem;
}
.typography li:last-child,
.typography_li:last-child {
  margin: 0;
}
.typography h1,
.typography_h1 {
  font-family: headerFont;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.25;
  color: headerColor;
  margin: 0 0 3rem;
}
.typography h2,
.typography_h2 {
  font-family: headerFont;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.25;
  color: headerColor;
  margin: 3rem 0 2.5rem;
}
.typography h3,
.typography_h3 {
  font-family: headerFont;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.25;
  color: headerColor;
  margin: 2.5rem 0 2rem;
}
.typography h4,
.typography_h4 {
  font-family: headerFont;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.25;
  color: headerColor;
  margin: 2rem 0 1.5rem;
}
.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: 2rem 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: additionalBackground;
  text-align: left;
  font-weight: baseFontWeight;
  padding: 0.75rem 1rem;
  border: 1px solid tableBorderColor;
}
.typography table td,
.typography_table td {
  padding: 0.75rem 1rem;
  border: 1px solid tableBorderColor;
  vertical-align: top;
  background-color: tableBackground;
}
.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: 1rem;
  margin-bottom: 1rem;
}
.typography img.left {
  float: left;
  margin-right: 1rem;
  margin-bottom: 1rem;
}
.typography img.leftAlone {
  display: block;
  margin: 1rem 0;
}
.typography img.center {
  display: block;
  margin: 1rem auto;
}

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