.typography {
  font-family: "Fira Sans", sans-serif;
  font-size: 1.125rem;
  color: #101212;
}
.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: 26px;
}
.typography__ajax > p {
  text-align: center;
}
.typography blockquote,
.typography_blockquote {
  margin: 1rem 2rem;
  font-style: italic;
}
.typography a,
.typography_a {
  color: #006864;
}
.typography a:visited {
  color: #a6bab7;
}
.typography a:hover,
.typography_a:hover {
  color: #00a075;
}
.typography a:active,
.typography_a:active {
  color: #006864;
}
.typography ul:not(.form_grouplist),
.typography_ul,
.typography ol,
.typography_ol {
  margin: 2rem 0;
  overflow: hidden;
}
.typography ul:not(.form_grouplist),
.typography_ul {
  padding: 1.625rem 0 1.625rem 5rem;
}
.typography ol,
.typography_ol {
  padding: 1.625rem 0 1.625rem 0;
  border: 2px solid #c6ebfd;
}
.typography ul > ul,
.typography ol > ol,
.typography_ul > .typography_ul,
.typography_ol > .typography_ol {
  margin: 0.75rem 0 0.75rem 1.5rem !important;
  padding: 0 !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;
}
.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: "Fira Sans", sans-serif;
  font-size: 40px;
  font-weight: 300;
  line-height: 1;
  color: #101212;
  text-align: center;
  margin: 2.5rem 0 2.875rem;
}
.typography h1__center,
.typography_h1__center {
  text-align: center;
}
.typography h2,
.typography_h2 {
  font-family: "Fira Sans", sans-serif;
  font-size: 40px;
  font-weight: 300;
  text-align: center;
  line-height: 1;
  color: #101212;
  margin: 4rem 0;
}
.typography h3,
.typography_h3 {
  font-family: "Fira Sans", sans-serif;
  font-size: 1.5625rem;
  font-weight: 300;
  line-height: 2.375rem;
  text-align: center;
  color: #101212;
  margin: 3rem 0 2.5rem;
}
.typography h4,
.typography_h4 {
  font-family: "Fira Sans", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.25;
  color: #101212;
  margin: 2.5rem 0 2rem;
}
.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;
  width: 100%;
  text-align: center;
}
.typography table tr:first-child td,
.typography_table tr:first-child td {
  background-color: #48abff;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.9px;
  text-transform: uppercase;
  color: #3a3a3a;
}
.typography table tr:nth-child(2n+1):nth-child(n+3) td,
.typography_table tr:nth-child(2n+1):nth-child(n+3) td {
  background-color: #c6ebfd;
}
.typography table th,
.typography_table th,
.typography table thead td,
.typography_table thead td {
  background-color: #e6f4f2;
  text-align: center;
  padding: 0.75rem 1rem;
  border: 0.125rem solid #a6bab7;
}
.typography table td,
.typography_table td {
  padding: 0.75rem 1rem;
  border: none;
  vertical-align: top;
  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: 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;
}
.subPages {
  -webkit-columns: 2;
          columns: 2;
  width: 40%;
  margin: auto;
  list-style: none;
  padding-left: 0px !important;
}
.subPages_link::before {
  content: '— ';
}

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