/*
  Running Squiz Matrix
  Developed by Squiz - http://www.squiz.net
  Squiz, Squiz Matrix, MySource, MySource Matrix and Squiz.net are registered Trademarks of Squiz Pty Ltd
  Page generated: 03 August 2025 11:34:31
*/


.header-container--podcast {
  margin-bottom: 15px !important;
}
.ec-podcast__links-box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.ec-podcast__links-box .ec-podcast__link-button {
  width: 48%;
  height: 40px;
  margin: 5px auto;
  border: 0;
  border-radius: 5px;
  background-color: #f37021;
  color: #fff;
  text-align: center;
  font-size: 0.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.ec-podcast__links-box .ec-podcast__link-button span {
  width: 100%;
  padding: 10px 20px;
  margin: 0;
}
.ec-podcast__links-box .ec-podcast__link-button img {
  width: auto;
  height: 100%;
  padding: 5px 10px;
}
.ec-podcast__links-box .ec-podcast__link-button.ec-podcast__link-button--apple {
  background-color: #000;
}
.ec-podcast__links-box .ec-podcast__link-button.ec-podcast__link-button--apple img {
  max-width: 100%;
  height: auto;
  max-height: 100%;
}
.ec-podcast__links-box .ec-podcast__link-button.ec-podcast__link-button--castbox {
  background-color: #ff6222;
}
.ec-podcast__links-box .ec-podcast__link-button.ec-podcast__link-button--spotify {
  background-color: #1db954;
}
.ec-podcast__links-box .ec-podcast__link-button.ec-podcast__link-button--stitcher {
  background-color: #000;
}
.ec-podcast__links-box .ec-podcast__link-button.ec-podcast__link-button--youtube {
  background-color: #f00;
}
.ec-podcast__links-box .ec-podcast__link-button.ec-podcast__link-button--youtube img {
  padding: 8px;
}
.ec-podcast__season-title {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 20px;
  text-align: left;
  background: #231f58;
  color: #fff;
}
.ec-podcast__season-title h2 {
  margin: 0;
  padding: 15px 0;
}
.ec-podcast__ep-box {
  background: #ddd;
  margin: auto;
  margin-bottom: 20px;
}
.ec-podcast__ep-box.ec-podcast__ep-box--white {
  background: #fff;
}
.ec-podcast__ep-box .ec-podcast__ep-info--status {
  text-align: center;
  background: #f1f3f4;
  padding: 10px;
  border-radius: 25px;
  margin-bottom: 15px;
}
.ec-podcast__ep-box .ec-podcast__ep-info--status h3 {
  margin: 0;
}
.accordian--podcast-season .card--expandable .card-block {
  margin: 0;
}
.accordian--podcast-season .card--expandable .card-block .ec-podcast__ep-box:last-child {
  margin-bottom: 0;
}
.ec-podcast__ep-info {
  padding: 15px;
}
.ec-podcast__ep-info .ec-podcast__ep-info--audio {
  padding: 0 15px;
  width: 90%;
  margin: 0 auto;
}
.ec-podcast__ep-info .ec-podcast__ep-info--timestamps strong {
  color: #000;
  cursor: initial;
  /*cursor: pointer;
   color: #007ffa;*/
}
.ec-podcast__ep-info .ec-podcast__ep-info--guests ul li {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}
.ec-podcast__ep-info .ec-podcast__ep-info--guests ul li img {
  width: auto;
  margin-right: 10px;
  width: 100px;
  max-width: 100px;
  height: auto;
  max-height: 100px;
  border-radius: 50%;
  height: 100px;
}
.ec-podcast__ep-info .ec-podcast__ep-info--resources ul li a, .ec-podcast__ep-info .ec-podcast__ep-info--more-from-ei ul li a {
  display: block;
  color: #006894;
}
.audio-container {
  width: 90%;
  margin: 0 auto;
}
.audio-container audio {
  width: 100%;
  margin: 15px 0;
}
.ec-bottom-image-container {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(221, 221, 221, 0.75)), to(rgba(221, 221, 221, 0.75))), url(https://www.energyinst.org/?a=675775);
  background-image: linear-gradient(to left, rgba(221, 221, 221, 0.75), rgba(221, 221, 221, 0.75)), url(https://www.energyinst.org/?a=675775);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  width: 100%;
  padding: 0;
}
.ec-bottom-image-container .ec-bottom-image-content {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 60px 30px;
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.ec-bottom-image-container .ec-bottom-image-content p {
  font-weight: 700;
  margin-bottom: 5px;
}
.ec-bottom-image-container .ec-bottom-image-content p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 991px) {
  .header-container--podcast {
    margin-bottom: 0 !important;
  }
  .ec-bottom-image-content {
    padding: 30px;
  }
}
@media screen and (max-width: 424px) {
  .ec-podcast__links-box {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .ec-podcast__link-button {
    width: 100%;
    margin: 5px auto;
  }
  .buttonLink {
    width: 100%;
  }
}
