@import url("./partials/banner-section.css?v=2");
@import url("./partials/basic-text.css?v=2");
@import url("./partials/logos-slider.css?v=2");
#podcast-feed {
  background-color: #051C2C;
  color: white;
  padding: 80px 0 188px;
}
#podcast-feed h2 {
  color: inherit;
  margin: 0 0 50px;
  font-size: 36px;
  line-height: 32px;
  letter-spacing: -0.4px;
  font-weight: 600;
  position: relative;
}
#podcast-feed h2:before {
  margin: 0 0 26px;
  width: 60px;
  height: 2px;
  background-color: #CA8342;
  content: "";
  display: block;
}
#podcast-feed ul.episodes {
  list-style: none;
  margin: 0;
  padding: 0;
}
#podcast-feed ul.episodes li:before {
  display: none;
}
#podcast-feed ul.episodes li:not(:first-child) {
  padding-top: 40px;
  border-top: 1px solid #C9C9C9;
}
#podcast-feed ul.episodes li:not(:last-child) {
  padding-bottom: 40px;
}
#podcast-feed article .row {
  --gutter-x: 30px;
  --gutter-y: 30px;
  display: flex;
  flex-flow: row wrap;
  margin: calc(var(--gutter-y) * -1) calc(var(--gutter-x) * -0.5) 0;
}
#podcast-feed article .row > * {
  margin: var(--gutter-y) 0 0;
  padding: 0 calc(var(--gutter-x) * 0.5);
}
#podcast-feed article .content-col {
  flex: 1 1 60%;
  align-self: center;
}
#podcast-feed article .img-col {
  flex: 0 0 50%;
}
#podcast-feed article .img-col a {
  display: block;
}
@media (min-width: 576px) {
  #podcast-feed article .img-col {
    flex-basis: 30%;
  }
}
@media (min-width: 768px) {
  #podcast-feed article .img-col {
    flex-basis: 25%;
  }
}
@media (min-width: 992px) {
  #podcast-feed article .img-col {
    flex-basis: 300px;
  }
}
#podcast-feed article .date {
  margin-bottom: 10px;
  color: #C9C9C9;
}
#podcast-feed article h3 {
  font-size: 28px;
  line-height: 1.1666666667;
  margin-bottom: 0;
  color: inherit;
}
#podcast-feed article h3 a:hover,
#podcast-feed article h3 a:focus {
  color: inherit;
}
#podcast-feed article .excerpt {
  margin-top: 14px;
}
#podcast-feed article .button {
  margin-top: 20px;
}

/*# sourceMappingURL=podcast-landing.css.map */
