/* FORCE FIRST TAB OPEN */
@media only screen and (min-width: 950px) {
  .c-agi-accordion__item:nth-of-type(1) .c-agi-accordion__content, .c-agi-accordion__item:nth-of-type(1).is-active .c-agi-accordion__content {
    height: auto !important;
    /*height: 560px !important*/
  }
  .c-agi-accordion__item:nth-of-type(1) .c-agi-accordion__button {
    pointer-events: none !important;
  }
  .c-agi-accordion__item:nth-of-type(1) .c-agi-accordion__button::after {
    visibility: hidden;
  }
}
@media only screen and (max-width: 450px) {
  .c-agi-accordion__item:nth-of-type(1) .c-agi-accordion__content, .c-agi-accordion__item:nth-of-type(1).is-active .c-agi-accordion__content {
    height: auto !important;
    /*height: 900px !important;*/
  }
  .c-agi-accordion__item:nth-of-type(1) .c-agi-accordion__button {
    pointer-events: none !important;
  }
  .c-agi-accordion__item:nth-of-type(1) .c-agi-accordion__button::after {
    visibility: hidden;
  }
}
/* 
    @media only screen and (min-width: 900px) {
.c-agi-accordion__item:nth-of-type(1) .c-agi-accordion__content {
    height: auto!important;
   height: 560px!important;
}
.c-agi-accordion__item:nth-of-type(1).is-active .c-agi-accordion__content {
    height: auto!important;
   height: 0px!important;
}
}
*/
/* HIDE FIRST ROWS */
.editorial-page .editorial-header .l-grid__row:nth-of-type(1), .editorial-header img.c-image__img, .editorial-page .editorial-header .l-grid__row:nth-of-type(2), .editorial-page .editorial-header .l-grid__row:nth-of-type(3) {
  display: none;
}
/* RECENT CONTENT MODS */
.related-information-editorial .c-agi-tile__content span.c-link__text {
  display: none;
}
.related-information-editorial .c-icon--arrow-right:after {
  content: 'Listen Now';
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  position: absolute;
  min-width: 115px;
}
.related-information-editorial h2 {
  display: none;
}
.related-information-editorial:before {
  content: 'Recent Episodes';
  display: block;
  text-align: center;
  margin-bottom: 45px;
  font-size: 35px;
  font-weight: 300 !important;
}
.editorial-page:nth-of-type(2) {
  display: none;
}
/* PODCAST INFO */
.podcast-episode {
  max-width: 750px;
  margin: 0px auto;
}
.podcast-episode h1 {
  text-align: center;
  max-width: 600px;
  margin: 0px auto 35px auto !important;
}
.podcast-episode h1 span {
  font-weight: 700;
  display: block;
  margin-bottom: 0px;
  font-size: 18px;
  line-height;
  18px;
}
.podcast-episode ul {
  margin-top: 25px;
  margin-bottom: 35px !important;
}
.podcast-episode ul li:before {
  display: none !important;
}
.podcast-episode ul li {
  margin: 0px 10px 20px 0px !important;
  padding: 0px !important;
  float: left;
}
.podcast-episode ul li a {
  display: inline-block;
  border-radius: 6px;
  background-color: #3583c9;
  padding: 12px 20px;
  color: #fff;
  border: 3px solid #3583c9;
  text-transform: uppercase;
  text-align: center;
}
.podcast-episode ul li a:hover {
  background-color: #075994;
  border: 3px solid #075994;
  color: #fff;
}
.podcast-episode ul li:last-of-type a {
  border: 3px solid #3583c9;
  background-color: #fff;
  color: #3583c9;
}
.podcast-episode ul li:last-of-type a:hover {
  background-color: #D9D9D9;
}
.podcast-episode .podcast-speaker {
  float: right;
  margin-left: 35px;
  margin-bottom: 17px;
  background-color: #e1e1e1;
  width: 50%;
}
.podcast-episode .podcast-speaker h4 a {
  font-weight: normal;
  display: block;
  margin-bottom: 12px;
}
.podcast-episode .podcast-speaker div {
  padding: 20px 25px 6px 25px;
}
.podcast-episode .podcast-speaker img {
  width: 130px;
  border-radius: 50%;
  margin-bottom: 17px;
  margin-right: 25px;
  float: left;
}
@media only screen and (max-width: 1020px) {
  .podcast-episode .podcast-speaker {
    float: none;
    margin-left: 0px;
    margin-bottom: 25px;
    width: 100%;
  }
  .podcast-episode .podcast-speaker img {
    width: 80px;
    border-radius: 50%;
    margin-bottom: 17px;
    margin-right: 20px;
    float: left;
  }
}
@media only screen and (max-width: 650px) {
  .podcast-episode ul li {
    margin: 0px 0px 20px 0px !important;
    padding: 0px !important;
    float: none;
  }
  .podcast-episode ul li a {
    display: block;
  }
}
@media only screen and (max-width: 550px) {
  .c-hero-banner {
    padding-bottom: 0px !important;
  }
  .c-hero-banner__content {
    padding: 24px 0 0px !important;
  }
}
@media only screen and (max-width: 450px) {
  .podcast-episode .podcast-speaker {
    float: none;
    margin-left: 0px;
    margin-bottom: 25px;
    width: 100%;
    text-align: center;
  }
  .podcast-episode .podcast-speaker img {
    width: 50%;
    max-width: 180px;
    border-radius: 50%;
    margin-bottom: 17px;
    margin-right: auto;
    margin-left: auto;
    display: block;
    float: none;
  }
}