/* new typography */

.content h1 {
  font-size: 54px;
  line-height: 60px;
}
.content h1.title {
  font-size: 82px;
  line-height: 90px;
}
.content h2 {
  font-size: 54px;
  line-height: 60px;
}
.content h3 {
  font-size: 36px;
  line-height: 40px;
}
.content h4 {
  font-size: 36px;
  line-height: 40px;
}
.content h5 {
  font-size: 24px;
  line-height: 30px;
}
.content dd,
.content p {
  font-size: 16px;
  line-height: 40px;
}
.content p.headline {
  font-weight: 700;
  font-size: larger;
}
.content h1,
.content h4 {
  font-weight: 500;
}

/*added this because jsbin example was falling back to 600 not 700 so
 * font was looking heavy */
.content h3{
  font-weight: 600;
}

.content h5 {
  font-weight: 700;
}
.content h1.title,
.content h2 {
  font-weight: 300;
}
.content {
  color: #555;
}
.content h1,
.content h2,
.content h3,
.content h4,
.content h5 {
  color: #333;
  margin-top: 60px;
}
.content h6,
.content dt {
  color: #333;
}
.content {
  font-family: 'Roboto', sans-serif;
}
.content p,
.content dd {
  font-family: 'Merriweather', serif;
}
.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
  font-family: 'Open Sans', sans-serif;
}

.content h1,
.content h2,
.content h3 {
  margin: 30px 0;
}
.content h4,
.content h5 {
  margin: 20px 0;
}

.content p {
  margin: 0;
}
.content p:not(:last-child) {
  margin-bottom: 20px;
}
.content ol,
.content ul {
  margin: 10px 0;
  padding: 0;
  padding-left: 40px;
}
.content li {
  margin: 0;
}
.content li:not(:last-child) {
  margin-bottom: 10px;
}
.content dt,
.content dd {
  margin: 0;
  padding: 0;
}
.content dt {
  padding-left: 15px;
}
.content dd {
  padding-left: 30px;
}
.content h6,
.content dt {
  margin: 10px 0;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  text-decoration: underline;
}
.content h6 {
  margin-top: 30px;
}


.content blockquote {
  margin: 0 0 20px 0;
  border-left: 5px solid #0067c4;
  padding: 10px 0 10px 30px;
  font-weight: 700;
}

.content img {
  margin: 0 0 20px -170px;
  /* min-width: 100%; */
	min-height: inherit;
	height: auto;
}

.content .larger {
  font-size: 18px;
}

.content .index-list {
	list-style-type: decimal;
  counter-reset: item;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
}
