section {
  padding-top: 24px;
  padding-bottom: 24px;
  margin-bottom: 24px;
}

section.dark {
	background-image: url(../BG_dark.png);
	padding-top: 48px;
	padding-bottom: 48px;
	margin-bottom: 48px;
}

.section {
  width: auto;
  padding: 0;
  margin-bottom: 12px;
}

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

.section-left {
  text-align: left;
}

.section p {
  width: 805px;
  color: #413737;
  font-family: "FolioStd";
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  margin: 0;
  padding: 0;
}

.section p a {
  font-family: "FolioStd-Medium";
}

.section-right p {
  text-align: right;
  display: inline-block;
  position: relative;
  right: 0;
}

.section-center h2 {
  text-align: center;
}

.section-center p {
  margin-left: auto;
  margin-right: auto;
}

.wrapper article section:first-child .section:first-child p {
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
}
