/**
 * Styling for Feature Series special layout content
 */

/***********************************************************************************************************//*
 * Overall content structure
 *************************************************************************************************************/

.block.feature-series--special {
  padding-top: 4rem;
}
.block.feature-series--special.color-scheme--dark {
  border-top: 1px solid #555;
}
.block.feature-series--special .constrained {
  padding-bottom: 4rem;
}
.block.feature-series--special .timeline-headlines .view-content-wrapper > .view-content {
  margin-left: 0;
}
.block.feature-series--breaking-news-left-image .view.feature-series > .view-content-wrapper,
.landing-page.feature-series--breaking-news-left-image .view.feature-series > .view-content-wrapper {
  display: block;
}
@media all and (min-width: 800px) {
  .block.feature-series--breaking-news-left-image .view.feature-series > .view-content-wrapper,
  .landing-page.feature-series--breaking-news-left-image .view.feature-series > .view-content-wrapper {
    display: grid;
    grid-template-columns: 55% 41%;
    grid-column-gap: 4%;
  }
}
@media all and (min-width: 1100px) {
  .block.feature-series--breaking-news-left-image .view.feature-series > .view-content-wrapper,
  .landing-page.feature-series--breaking-news-left-image .view.feature-series > .view-content-wrapper {
    grid-template-columns: 64% 33%;
    grid-column-gap: 3%;
  }
}

/***********************************************************************************************************//*
 * Page/block background colors
 *************************************************************************************************************/

.landing-page.color-scheme--dark #page,
.landing-page.color-scheme--dark .main > .inner,
.block.color-scheme--dark {
  background-color: #000;
  color: #fff;
}
.block.color-scheme--light .constrained {
  border-bottom: 2px solid #ddd;
}

/***********************************************************************************************************//*
 * Text and link colors
 *************************************************************************************************************/

.color-scheme--dark #page h2,
.block.color-scheme--dark h2,
.color-scheme--dark #page h3,
.block.color-scheme--dark h3,
.color-scheme--dark #page a,
.block.color-scheme--dark a,
.color-scheme--dark #page p,
.block.color-scheme--dark p,
.color-scheme--dark #page .latest-news-date,
.block.color-scheme--dark .latest-news-date {
  color: #fff;
}
.feature-series--special.color-scheme--light .page-title-wrapper h1,
.feature-series--special.color-scheme--light h1.block-title,
.feature-series--special.color-scheme--light h2.title-prefix,
.feature-series--special.color-scheme--light h2.page-subhead  {
  color: #000;
}
.feature-series--special.color-scheme--dark .page-title-wrapper h1,
.feature-series--special.color-scheme--dark h1.block-title,
.feature-series--special.color-scheme--dark h2.page-subhead {
  color: #fff;
}
.feature-series--special.color-scheme--dark h2.title-prefix {
  color: #bbb;
}
.color-scheme--dark #page .teaser a:link,
.block.color-scheme--dark .teaser a:link {
  text-decoration: underline;
}
.block.color-scheme--dark .teaser a:link {
  transition-property: color;
  transition-duration: 0.2s;
}
.block.color-scheme--dark .teaser a:hover,
.block.color-scheme--dark .teaser a:active {
  color: #00A3D9;
}


/***********************************************************************************************************//*
 * Text and link styles
 *************************************************************************************************************/

.feature-series--special .block-title-wrapper {
  margin-bottom: 3rem;
}
.feature-series--special h1.page-title,
.feature-series--special h1.block-title {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0.3rem;
}
.feature-series--special .page-title-wrapper h2.title-prefix,
.feature-series--special h2.title-prefix,
.feature-series--special .page-title-wrapper h2.page-subhead,
.feature-series--special h2.block-subhead {
  text-align: center;
  display: block;
  margin: 0.25rem 0;
  line-height: 130%;
}
.feature-series--special .page-title-wrapper h2.title-prefix,
.feature-series--special h2.title-prefix {
  margin-bottom: 0.5rem;
}
.feature-series--special .page-title-wrapper h2.page-subhead,
.feature-series--special h2.block-subhead {
  margin-top: 0.75rem;
}
.feature-series--special .page-title-wrapper h2::before,
.block.feature-series--special h2::before {
  display: none !important;
}
.landing-page.color-scheme--dark .view a,
.landing-page.color-scheme--dark .view a:link,
.landing-page.color-scheme--dark .view a:visited {
  color: #fff;
}
.landing-page.color-scheme--dark .latest-news-date,
.landing-page.color-scheme--dark .view a:hover {
  color: #ddd;
}
.feature-series--special .view-footer p {
  margin: 1rem 0 0 0;
}
.feature-series--special a.more {
  font-family: 'Roboto', Helvetica, 'Arial', sans-serif;
  text-transform: uppercase;
  display: inline-block;
  padding: 0.5rem 1rem;
  border: 1px solid #ddd;
  background-color: #f3f3f3;
  font-weight: 500;
  letter-spacing: 1px;
  color: #333;
  transition-property: opacity;
  transition-duration: 0.25s;
}
.feature-series--special.color-scheme--dark a.more {
  border: 1px solid #555;
  background-color: #222;
  color: #fff;
}
.feature-series--special a.more:hover {
  opacity: 0.8;
}
@media all and (min-width: 800px) {
  .feature-series--special h1.page-title,
  .feature-series--special h1.block-title {
    font-size: 40px;
  }
}
@media all and (min-width: 1100px) {
  .feature-series--special h1.page-title,
  .feature-series--special h1.block-title {
    font-size: 48px;
  }
}

/***********************************************************************************************************//*
 * Summary area
 *************************************************************************************************************/

.landing-page.feature-series--special .cutline,
.block.feature-series--special .cutline {
  padding-top: 0.5rem;
}
.landing-page.color-scheme--dark .cutline,
.block.color-scheme--dark .cutline {
  color: #bbb;
}
.feature-series--special .timeline-headlines .attachment {
  margin-bottom: 0;
}

/***********************************************************************************************************//*
 * Views, listings, etc.
 *************************************************************************************************************/

/* Prevent grid styling. */
.block.feature-series--special .views-row.stacked {
  display: block !important;
}

/* Change padding. */
.landing-page.feature-series--breaking-news-left-image .views-row.stacked.with-border:first-child,
.block.feature-series--breaking-news-left-image .views-row.stacked.with-border:first-child {
  padding-top: 0;
}
.landing-page.feature-series--breaking-news-left-image .views-row.stacked.with-border,
.block.feature-series--breaking-news-left-image .views-row.stacked.with-border {
  padding-top: 1.5rem;
  padding-bottom: 1rem;
}
.landing-page.color-scheme--dark .views-row.stacked.with-border,
.block.color-scheme--dark .views-row.stacked.with-border {
  border-top-color: #444;
}
.feature-series--special .views-row.stacked .byline-wrapper,
.feature-series--special .views-row.stacked .views-field-field-brick,
.feature-series--special .views-row.stacked .views-field-field-article-teaser,
.feature-series--breaking-news-left-image .views-stacked .latest-news-date::before{
  display: none !important;
}
