/* 
Feature-specific styles for Mission: Make History.
*/

@font-face {
  font-family: "Benton-Sans-Light";
  src: url("http://www.bu.edu/cdn/fonts/Benton-Sans-Light/1d3e1be9-e2ca-44c3-b674-7228a7c97407-2.eot");
  src: url("http://www.bu.edu/cdn/fonts/Benton-Sans-Light/1d3e1be9-e2ca-44c3-b674-7228a7c97407-2.eot?") format("embedded-opentype"),
       url("http://www.bu.edu/cdn/fonts/Benton-Sans-Light/1d3e1be9-e2ca-44c3-b674-7228a7c97407-3.woff") format("woff"),
       url("http://www.bu.edu/cdn/fonts/Benton-Sans-Light/1d3e1be9-e2ca-44c3-b674-7228a7c97407-1.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}

@font-face {
    font-family: 'Oswald Light';
    src: url('fonts/oswald-light-webfont.eot');
    src: url('fonts/oswald-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/oswald-light-webfont.woff') format('woff'),
         url('fonts/oswald-light-webfont.ttf') format('truetype'),
         url('fonts/oswald-light-webfont.svg#oswaldlight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Raleway Thin';
    src: url('fonts/raleway-thin-webfont.eot');
    src: url('fonts/raleway-thin-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/raleway-thin-webfont.woff') format('woff'),
         url('fonts/raleway-thin-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

#feature-content {
  background: #fff;
}

#feature-headers {
    background: url("sherman-banner.jpg") no-repeat scroll top center transparent;
    height: 523px;
    margin: 0 auto;
    padding: 0;
    position: relative;
    width: 100%;
}

#feature-headers {
  text-align: center;
}

#feature-headers h1,
#feature-headers .author {
  font-family: 'Oswald Light', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  color: #ff4040;
  font-size: 72px;
  letter-spacing: .15em;
  font-weight: normal;
  position: relative;
  text-align: center;
  padding-top: 45px;
  line-height: 1;
}

#feature-headers h1 em {
	color: #fff;
	font-style: normal;
}

#feature-headers h1 span {
  background-color: #ffdd00;
  position: absolute;
  top: 50%;
  right: 222px;
  line-height: 1.5;
  display: inline-block;
  padding: 5px 10px 1px;
  margin-top: -13px;
}

#feature-headers h2 {
  font-family: "Benton-Sans-Light", Helvetica, Arial, sans-serif;
  font-size: 17px;
  line-height: 1.3;
  text-align: center;
  font-weight: normal;
  color: #e4e4e4;
  max-width: 500px;
  margin: 0 auto;
  padding-top: 240px;
}

#feature-headers .author {
  font-size: 16px;
  text-align: center;
  line-height: 5.5;
}

p.intro {
  color: #c42e2e;
  font-family: 'Oswald Light', Helvetica, Arial, sans-serif;
  font-size: 22px;
  line-height: 1.5;
  letter-spacing: .01em;
}

.feature-text .dropcap {
  font-family: "Raleway Thin", Helvetica, Arial, sans-serif;
  font-size: 153px;
  line-height: .75;
  height: 105px;
  padding-right: 5px;
  margin-left: -8px;
}

.image {
  position: relative;
  margin: 50px auto;
}

.blockquote {
  font-family: 'Oswald Light', Helvetica, Arial, sans-serif;
  font-size: 28px;
  color: #c42e2e;
  width: 385px;
  line-height: 1.3;
  position: absolute;
  top: 50%;
  margin-top: -125px;
  right: 0;
  background: #fff;
  padding: 35px 0 35px 40px;
}

.blockquote.exdent {
	text-indent: -.25em;
}

.blockquote em {
  font-style: normal;
}

.blockquote .author {
	display: block;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: .01em;
	margin-top: 20px;
}

.feature-text .caption {
  max-width: 100%;
  margin-top: 10px !important;
}

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

.quote-right .blockquote {
	text-align: left;
	right: auto;
	left: 0;
	padding: 35px 40px 35px 0;
	margin-top: -90px;
}