.component.title.story-header.col-xs-12 {
  padding-right: 0;
  padding-left: 0;
}


.component.title.story-header .section-article div.field-introduction.field-articleauthor {
  color: #1b3067;
  font-size: 20px;
  line-height: 150%;
  margin-bottom: 20px;
  text-transform: none;
}

.component.title.story-header {
  position: relative;
  min-height: 500px;
  margin-bottom: 40px;
}
.component.title.story-header .section-mainimage {
  position: relative;
}
.component.title.story-header .field-mainimage {
  background-color: #000;
  height: 500px;
}
.component.title.story-header .field-mainimage.image-background img {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 500px;
  width: 100%;
}
.component.title.story-header .field-mainimage:before {
  width: 100%;
  height: 40%;
  z-index: 1;
  position: absolute;
  bottom: 0;
  left: 0;
  content: " ";
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
}
.component.title.story-header .section-article {
  box-sizing: border-box;
  position: absolute;
  z-index: 2;
  bottom: 40px;
  text-align: center;
  margin: 0;
  padding: 0 30px;
  width: 100%;
}
.component.title.story-header .section-article .field-category {
  font: lighter 15px futura-book, sans-serif;
  line-height: 16px;
  padding-bottom: 18px;
  color: #505050;
  text-transform: uppercase;
}
.component.title.story-header .section-article .field-title {
  font: lighter 48px futura-book, sans-serif;
  line-height: 56px;
  padding-bottom: 12px;
  color: #1B3067;
}
.component.title.story-header .section-article .field-articleauthor {
  font: lighter 16px futura-book, sans-serif;
  color: #505050;
  text-transform: uppercase;
}

.component.title.story-header .section-metadata > div > div > div.field-mediaauthor span,
.component.title.story-header .section-article .field-articleauthor span {
  font-size: 16px;
}

.component.title.story-header .section-metadata {
  margin: 60px auto 5px auto;
  padding-top: 0;
  padding-bottom: 0;
}
.component.title.story-header .section-metadata > div {
  font: lighter 16px futura-book, sans-serif;
  text-transform: uppercase;
  color: #505050;
}
.component.title.story-header .section-metadata > div > div > div {
  box-sizing: border-box;
  display: inline;
}
.component.title.story-header .section-metadata > div > div > div.field-mediaauthor {
  color: #A6A6A6;
}
.white-text .component.title.story-header .section-article .field-title {
  color: #FFFFFF;
}
@media (min-width: 1024px) {
  .section-metadata {
    width: 960px;
  }
  .section-metadata > div {
    margin-left: 16.66666667%;
  }
}
@media (max-width: 700px) {
  .component.title.story-header {
    min-height: 350px;
  }
  .component.title.story-header .field-mainimage {
    height: 350px;
  }
  .component.title.story-header .field-mainimage:before {
    height: 75%;
  }
  .component.title.story-header .field-mainimage.image-background img {
    height: 350px;
  }
  .component.title.story-header .section-article {
    bottom: 20px;
    padding-left: 40px;
    padding-right: 40px;
  }
  .component.title.story-header .section-metadata {
    padding: 0 8px;
    margin: 20px 12px 5px 12px;
  }
}
@media (min-width: 701px) and (max-width: 1023px) {
  .component.title.story-header .field-mainimage:before {
    height: 75%;
  }
  .component.title.story-header .section-metadata {
    padding-left: 12.5%;
  }
}
@media print {
  .component.title.story-header {
    position: static;
    height: auto;
    min-height: 0;
  }
  .component.title.story-header .image-background {
    display: none;
  }
  .component.title.story-header .section-article {
    position: static;
    margin-top: 20px;
  }
  .component.title.story-header .section-article .field-title {
    font-size: 24px;
    line-height: 24px;
    text-align: center;
    color: #505050 !important;
  }
  .component.title.story-header .section-metadata {
    text-align: center;
  }
}

