#masthead:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 20px;
  height: 100px;
}

#footleft {
  min-height: 460px;
}

.text .dropcap {
    font-size: 105px;
    height: 70px;
    line-height: 85px;
    margin-top: 4px;
}

.text p {
	font-size: 16px;
	color: #333;
	line-height: 1.5;
}

.exdent {
  text-indent: -.4em;
}

.text h2 {
	line-height: 1.2;
}

.image img {
	max-width: 100%;
}

.image.right {
    float: right;
    margin-left: 40px;
}

/* Base Feature Styles */

#feature-headers,
#headers,
.section-header {
  position: relative;
}

#feature-headers .caption,
.section-header .caption,
#headers .caption {
  text-align: right;
  color: #eee;
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 2;
}

#feature-content {
  background: #fff;
}

.wrapper {
  width: 960px;
  margin: 0 auto;
}

.feature-text {
  padding: 60px 48px;
  width: 870px;
}

.feature-text p {
	max-width: 630px;
	margin: 0 auto 1.6em;
}

.feature-text p.intro {
	max-width: 100%;
}

.text p:last-child  {
	margin-bottom:25px;
}