.typography {
  font: 400 10px/1.3 "bree", sans-serif;
}

/* HEADERS */
.typography h1,
.typography h2,
.typography h3,
.typography h4,
.typography h5,
.typography h6 {
  font-family: "bree", sans-serif;
  font-weight: 400;
  margin-bottom: 10px;
  color: #414142;
}

.typography h1 {
  font-size: 3.6em;
  line-height: 45px;
  margin: 0 0 25px 0;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 5px;
}

.typography h2 {
  font-size: 36px;
  display: block;
  text-align: center;
  margin: 0px 0px 60px;
  padding: 0px;
  color: #59397b;
}

.typography h2 span {
  display: inline-block;
}

.typography h2 span:after {
  display: block;
  content: "";
  height: 20px;
  width: 100%;
  padding: 0px 2.1% 15px;
  margin: 0 auto;
  max-width: 320px;
  background: url(../images/h2Dots.svg) center bottom repeat-x;
}

.typography h3 {
  font-size: 16px;
  line-height: 24px;
  padding: 0px 0px 10px 0px;
  margin: 0px;
}

.typography h4 {
  font-size: 16px;
  line-height: 24px;
  padding: 0px 0px 10px 0px;
  margin: 0px;
}

.typography h5 {
  font-size: 1.6em;
  margin-bottom: 5px;
}

.typography h6 {
  font-size: 1.4em;
  font-weight: bold;
  margin-bottom: 5px;
}

/* PARAGRAGHS */
.typography p {
  margin: 0px;
  padding: 0px 0px 10px 0px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 300;
  color: #414142;
  font-family: "bree", sans-serif;
}

.typography em {
  font-style: italic;
}

.typography hr, hr {
  width: 80%;
  margin: 0px auto;
  padding: 0px;
  height: 54px;
  border: none;
  background: url(../images/hrBG.svg) center top no-repeat;
  background-size: contain;
}

/* LINKS */
.typography a {
  color: inherit;
}

/* LIST STYLES
-------------------------------------------- */
.typography ul,
.typography ol,
.typography dl {
  margin: 0 0 10px 15px;
}

.typography ul li {
  list-style-type: disc;
}

/* adds disc style bullet to the list */
.typography ol li {
  list-style-type: decimal;
}

/* adds disc style bullet to the list */
.typography li {
  padding: 0px 0px 5px 0px;
  font-size: 12px;
  line-height: 18px;
  color: #414142;
  font-family: Arial, sans-serif;
}

/* TABLE STYLES
-------------------------------------------- */
.typography table {
  border-collapse: collapse;
  /* borders are collapsed into a single border when possible */
  border: 1px solid #d4d4d4;
  border-spacing: 0;
  /* The border-spacing property sets the distance between the borders of adjacent cells - acts as a backup to border-collapse: collapse */
  margin: 0 0 10px;
  text-align: left;
}

.typography table tr:nth-child(even) {
  background-color: #ededed;
}

.typography table tr.even,
.typography table th,
.typography thead td {
  background-color: #ededed;
}

.typography table td,
.typography table th {
  padding: 2px 5px;
  border: 1px solid #d4d4d4;
  vertical-align: top;
}

.typography table th {
  font-weight: bold;
}

/* WYSIWYG EDITOR ALIGNMENT CLASSES
-------------------------------------------- */
.typography .left {
  text-align: left;
}

.typography .center {
  text-align: center;
}

.typography .right {
  text-align: right;
}

/* IMAGES
-------------------------------------------- */
.typography img {
  height: auto;
  /* resets the image height so that it maintains its aspect ratio when width is set */
}

.typography img.left {
  float: left;
  max-width: 50%;
  margin: 0 10px 10px 0;
}

.typography img.right {
  float: right;
  max-width: 50%;
  /* Responsive width */
  margin: 0 0 10px 10px;
}

.typography img.leftAlone {
  float: left;
  margin-right: 100%;
  margin-bottom: 10px;
  clear: both;
}

.typography img.center {
  float: none;
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-bottom: 10px;
  clear: both;
}

/* BLOCKQUOTES
-------------------------------------------- */
.typography blockquote {
  background: transparent url(../images/blockquote.png) no-repeat 0px 6px;
  font-family: Georgia, "Times New Roman", Times, serif;
  color: #777;
  display: block;
  font-style: italic;
  margin: 0 0 20px 5%;
  clear: both;
}

.typography blockquote p {
  font-size: 1.7em;
  line-height: 1.48;
}

.typography pre {
  background: #F7F7F7;
  border: 1px solid #E4E4E4;
  font-family: Courier, monospace;
  margin: 0 0 20px 0;
  padding: 15px;
  clear: both;
}

/* ADDRESS
-------------------------------------------- */
address {
  display: block;
  margin-bottom: 20px;
}
