.typography {
  font: "Open Sans", sans-serif;
  color: #141617;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}
.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: #0378d8;
  text-decoration: underline;
}
.typography a:visited,
.typography_a:visited {
  color: #494c50 !important;
}
.typography a:hover,
.typography_a:hover {
  color: #1252b0;
  text-decoration: none;
}
.typography a:active,
.typography_a:active {
  color: #0378d8;
  text-decoration: underline;
}
.typography ul,
.typography ol,
.typography_ul,
.typography_ol {
  margin: 15px 0;
  padding: 0 0 0 20px;
  overflow: hidden;
  margin-left: 15px;
}
.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;
  font-weight: 300;
}
.typography li,
.typography_li {
  margin: 0 0 5px;
}
.typography h1,
.typography_h1 {
  font-family: "Rubik", sans-serif;
  font-size: 2.5rem;
  color: #494c50;
  margin: 0 0 15px;
  font-weight: 700;
}
.typography h2,
.typography_h2 {
  font-family: "Rubik", sans-serif;
  font-size: 1.75rem;
  color: #494c50;
  margin: 40px 0 20px;
  font-weight: 700;
  line-height: 38px;
}
.typography h3,
.typography_h3 {
  font-family: "Rubik", sans-serif;
  font-size: 1.5rem;
  color: #494c50;
  font-weight: 700;
  line-height: 38px;
  margin: 35px 0 30px;
}
.typography h4,
.typography_h4 {
  font-family: "Rubik", sans-serif;
  font-size: 1.25rem;
  color: #494c50;
  font-weight: 700;
  line-height: 38px;
  margin: 42px 0 20px;
}
.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: #e8eff7;
  text-align: center;
  border: 1px solid #c7cdd4;
  padding: 6px 15px;
  font-size: 15px;
  font-weight: 300;
  line-height: 20px;
  text-transform: uppercase;
}
.typography table td,
.typography_table td {
  border: 1px solid #c7cdd4;
  padding: 6px 15px 7px;
  vertical-align: top;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 20px;
}
.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/wysiwyg.css.map */
