/*
Feature-specific styles for Crossing Borders.

Capture It Font License

My Fonts Are free to use personal and commercial works to. But you can't sell them directly.
Please don't make illegal copies of the fonts.
Thanks and regards: Koczman Bálint (Cpr.Sparhelt)

*/

@font-face {
    font-family: 'Capture It';
    src: url('fonts/capture_it-webfont.eot');
    src: url('fonts/capture_it-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/capture_it-webfont.woff') format('woff'),
         url('fonts/capture_it-webfont.ttf') format('truetype'),
         url('fonts/capture_it-webfont.svg#capture_itregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Capture It 2';
    src: url('fonts/capture_it_2-webfont.eot');
    src: url('fonts/capture_it_2-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/capture_it_2-webfont.woff') format('woff'),
         url('fonts/capture_it_2-webfont.ttf') format('truetype'),
         url('fonts/capture_it_2-webfont.svg#capture_it_2regular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
  font-family: "BentonSansComp-Bold";
  src: url("http://www.bu.edu/cdn/fonts/BentonSansComp-Bold/45b0ce09-9fae-45f1-8b3d-fdd995b91c6b-2.eot");
  src: url("http://www.bu.edu/cdn/fonts/BentonSansComp-Bold/45b0ce09-9fae-45f1-8b3d-fdd995b91c6b-2.eot?") format("embedded-opentype"),
       url("http://www.bu.edu/cdn/fonts/BentonSansComp-Bold/45b0ce09-9fae-45f1-8b3d-fdd995b91c6b-3.woff") format("woff"),
       url("http://www.bu.edu/cdn/fonts/BentonSansComp-Bold/45b0ce09-9fae-45f1-8b3d-fdd995b91c6b-1.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}


#feature-headers {
    background: url("images/crossingborders-bg.jpg") no-repeat scroll top center #f1ce8a;
    margin: 0 auto;
    padding: 0;
    position: relative;
    width: 100%;
    text-align: center;
}

#feature-headers .wrapper {
  overflow: hidden;
}

#feature-headers h1,
#feature-headers h2,
#feature-headers .teaser {
  font-family: 'Capture It', Helvetica, Arial, sans-serif;
  line-height: 1.4;
  letter-spacing: .04em;
  font-weight: normal;
}

.teaser {
  font-size: 24px;
  color: #261914;
  margin: 70px auto 50px;
}

.highlight {
  font-family: 'Capture It 2', Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: none;
  letter-spacing: 0;
}

.teaser em {
  font-style: normal;
  display: block;
  color: #cc0000;
  margin: 25px auto;
}

#feature-headers h1 {
  font-size: 93px;
  color: #cc0000;
  letter-spacing: 0;
  line-height: 1;
  position: relative;
}

#feature-headers h1:before,
#feature-headers h1:after {
  content:url(images/border.png);
  display: block;
  position: absolute;
  left: 42px;
}

#feature-headers h1:before { top: -80px; }
#feature-headers h1:after { bottom: -30px; }

.stamp {
  overflow: hidden;
  text-indent: -300%;
  display: block;
  position: relative;
}

#feature-headers h2.stamp {
  width: 277px;
  height: 214px;
  background: url(images/subtitle.png);
  left: 215px;
  top: 50px;
}

#feature-headers .author.stamp {
  width: 252px;
  height: 98px;
  background: url(images/author.png);
  left: 470px;
  top: -100px;
}

#feature-headers .intro {
  font-family: "Georgia", serif;
  color: #333;
  font-size: 16px;
  line-height: 1.5;
  max-width: 627px;
  padding: 40px 60px;
  background: #fff;
  background: rgba(255,255,255,.9);
  text-align: left;
  margin: 0 auto 50px;
}

/* nav */

#story-nav {
  position: relative;
  z-index: 100;
  width: 100%;
  background: #F1CE8A;
}

#story-nav.stuck {
  position: fixed;
  top: 0;
  left: 0;
}

#story-title {
  display: block;
  float: left;
  width: 295px;
  height: 60px;
  background: url(images/logo.png) center left no-repeat;
  border-right: 1px solid #a59068;
}

#story-nav a {
  border-right: 1px solid #a59068;
  display: block;
  float: left;
  height: 35px;
  font-family:"BentonSansComp-Bold", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: .025em;
  color: #0a0501;
  font-size: 14px;
  width: 184px;
  padding: 12px 18px;
  text-align: left;
  line-height: 1.1;
}

#story-nav .chapter {
  font-family: 'Capture It', Helvetica, Arial, sans-serif;
  font-size: 22px;
  line-height: 36px;
  color: #2b1d18;
  display: block;
  float: left;
  width: 36px;
  height: 36px;
  background: url(images/chapter.png);
  text-align: center;
  margin-right: 10px;
}

/* general styles */

.has-js #wrapper {
  overflow: hidden;
}


.has-js .section {
  position: absolute;
  top: -2000px;
  left: 0;
  overflow: hidden;
/*   display:none; */
  opacity: 0;
  width: 100%;
  z-index: 1;
  transition: opacity 1s ease;
  zoom:1;
  background:#fff;
}

.has-js .section.active {
  opacity: 1;
  z-index: 99;
  top:auto;
/*   display: block; */
zoom:1;

}
.has-js .section.first.active {
	top:auto;
	zoom:1;

}
#feature-content {padding-bottom:35px;}
#feature-content.section1 {
	height:4083px !important;

}
.section-header {
  width: 100%;
  height: 400px;
  text-align: center;
}

.section-header .chapter {
  display: block;
  font-family: "Capture It", Helvetica, Arial, sans-serif;
  font-size: 18px;
  color: #d1c28c;
  padding: 125px 0 20px;
}

.section-header h2 {
  font-family:"BentonSansComp-Bold", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: .025em;
  font-size: 60px;
  line-height: 1;
  color: #fff;
  max-width: 600px;
  margin: 0 auto;
}

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

.feature-text p.intro {
  max-width: 630px;
  font-family:"BentonSansComp-Bold", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: normal;
  letter-spacing: .025em;
  font-size: 20px;
  line-height: 1.29;
}

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

.blockquote {
  font-family: "Capture It", Helvetica, Arial, sans-serif;
  font-size: 18px;
  width: 385px;
  line-height: 1.3;
}

.blockquote em {
  font-family: "Capture It 2", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: none;
  font-style: normal;
}

.image {
  position: relative;
}

.image .blockquote {
  background: #fff;
  padding: 40px;
  position: absolute;
  top: 50%;
  left: 0;
}

.blockquote.large {
  font-size: 23px;
}

.blockquote.right {
  width: 209px;
}

.blockquote img {
  display: block;
  margin: 0 50px 20px;
}

.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;
}

.image.right {
  width: 201px;
  margin-top: 0;
}

.next-section img {
  display: block;
  margin: 50px auto;
}

/* sections */

#section1 .section-header {
  background: url(images/section-header-1.jpg) top center no-repeat;
}

#section1 .intro,
#section1 .blockquote.right,
#section1 .blockquote em {
  color: #cc0000;
}

#section1 .image .blockquote {
  margin-top: -110px;
}

#section2 .section-header {
  background: url(images/section-header-2.jpg) top center no-repeat;
}

#section2 .intro,
#section2 .blockquote.right,
#section2 .blockquote em {
  color: #1899c7;
}

#section2 .blockquote {
  width: 600px;
  font-size: 30px;
  margin: 50px 0;
}

#section3 .section-header {
  background: url(images/section-header-3.jpg) top center no-repeat;
}

#section3 .intro,
#section3 .blockquote.right,
#section3 .blockquote em {
  color: #9e49ad;
}

#section3 .image .blockquote {
  position: absolute;
  top: 0;
  right: 0;
  left: auto;
}

#section3 .blockquote.fullwidth {
  width: 100%;
  text-align: center;
  margin: 50px 0;
}