h1 {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  font-size: 30px;
  margin: 30px 0;
  padding: 20px 0;
}

h2 {
  border-top: 1px solid #ddd;
  font-size: 24px;
  font-weight: normal;
  margin: 20px 0 10px;
  padding: 20px 0;
}

h3 {
  font-size: 24px;
  font-weight: 800;
  margin: 30px 0 15px 0;
}

h4 {
  font-size: 16px;
}

h1:first-child,
h1.top,
h2:first-child,
h2.top,
h3:first-child,
h3.top { 
  border-top: 0;
  margin-top: 0; 
  padding-top: 0;
}

hr {
  border: 0;
  border-top: 2px solid #ddd;
  color: #ddd;
  margin: 30px auto;
  width: 100px;
}

p.intro,
p.bodycopydropcap,
blockquote p {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 10px;
}

p,
li {
  color: #555;
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 15px;
  font-weight: 300;
}

p sub,
p sup {
  font-size: 11px;
}

p:last-child { margin-bottom: 0; }

blockquote {
  margin: 30px 0;
}

blockquote p {
  font-family: 'Georgia', 'Times New Roman', serif;
  font-style: italic;
  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
  text-align: center;
}

p.intro,
p.fsl {
  color: #333;
  font-size: 23px;
  font-weight: 500;
  line-height: 1.4;
  margin: 0 0 40px 0;
}

.intro_section p.intro:last-child {
  margin-bottom: 0;
}

p.caption,
p.fss {
  color: #999;
  font-size: 13px;
  line-height: 18px;
}