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

/***********************************************************************************************************//*
 * Overall page structure
 *************************************************************************************************************/

.landing-page.feature-series--special .main > .inner {
  padding-top: 4rem;
}
.landing-page.color-scheme--dark .main {
  padding-bottom: 2rem;
}

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

.landing-page.color-scheme--dark .main {
  border-top: 1px solid #aaa;
}

/***********************************************************************************************************//*
 * Text and links
 *************************************************************************************************************/

.feature-series--special .page-title-wrapper h1::before,
.feature-series--special .page-title-wrapper h1::after {
  display: none !important;
}
