/* HOMEPAGE */

.homepage-header {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
}

/* ABOUT THE SHOW */

.about-the-show-content {
  
}

.site-content.about-the-show {
  background-color: #424242;
  color: #fff;
}
.site-content.about-the-show .site-content-container {
  display: block;
}

/* POLOPOLY FEED */

.site-content.polopoly-feed .site-content-container {
  display: block;
}
.site-content.polopoly-feed .feed-articles {
  max-width: 80rem;
  margin: 1rem auto;
  padding: 0;
}

/* SWIM LANE */

.site-content.swim-lane {
  background-color: #333;
}
.site-content.swim-lane .site-content-container {
  display: block;
  padding: 1rem 0;
  background-color: #333;
  min-height: unset;
}
.site-content.swim-lane h2 {
  margin: 0 auto;
  color: #fff;
  padding: 0 1rem;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  box-sizing: border-box;
  width: 100%;
  font-size: 1.5rem;
  line-height: 1.75rem;
  text-transform: uppercase;
}
.site-content.swim-lane h2 img {
  display: inline-block;
  position: relative;
  height: 1.5rem;
  margin-left: 0.5rem;
}

.swim-lane-holder {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  overflow-x: scroll;
}

.swim-lane-scrollpane {
  display: grid;
  grid-template-columns: 0rem;
  grid-auto-flow: column;
  grid-auto-columns: 40%;
  grid-column-gap: 1.5rem;
  background-color: #333;
  margin: 1rem auto;
  padding: 0;
}
.swim-lane-scrollpane::before {
  content: '';
  width: 1px;
}
.swim-lane-scrollpane::after {
  content: '';
  width: 1px;
}
.swim-lane-scrollpane a {
  text-decoration: none;
  color: #fff;
}
.swim-lane-scrollpane a:hover {
  text-decoration: underline;
}
.swim-lane-scrollpane a:hover .gem-play-icon {
  filter: drop-shadow(0 0 0.25rem #000);
}



/* CTA BANNER */

.cta-banner-large {
	background-color: #f4f4f4;
    padding: 0.1rem 0.1rem;
    margin-top: 1rem;
}

.cta-banner {
	display: block;
    position: relative;
    margin: 1rem auto;
    max-width: 70%;
}

.cta-banner-large .listing-item {
	display: grid;
    grid-template-columns: 20% 80%;
}

.cta-banner .listing-item-image img {
	width: 6.5rem;
    padding: 2rem 1rem;
}

.cta-banner .listing-item figcaption .listing-item-title {
	margin-top: 1rem;
    font-size: 1.5rem!important;
    line-height: 1.2rem!important;
}

.cta-banner .listing-item figcaption .listing-item-excerpt {
	margin-top: 1rem;
    font-size: 1rem!important;
    line-height: 1.1rem!important;
}

.cta-banner .listing-item figcaption {
	text-align: center;
}


