.card.broadcasts-list__element-item .card__inner {
  border: 2px solid #00729c;
  border-radius: 8px;
}
.card.broadcasts-list__element-item .card__inner .card__body {
  border-radius: 8px 8px 0 0;
}
.card.broadcasts-list__element-item
  .card__inner
  .card__body
  .card__top.card__top-no-min-height
  .card__top-wrap {
  text-align: left;
  padding-top: 10px;
  padding-left: 120px;
}
.card.broadcasts-list__element-item
  .card__inner
  .card__body
  .card__top.card__top-no-min-height
  .card__top-wrap
  .card__title {
  font-size: 1.5rem;
  margin: 0 0 0.25rem !important;
}
.card.broadcasts-list__element-item
  .card__inner
  .card__body
  .card__top.card__top-no-min-height
  .card__top-wrap
  .card__quick-actions {
  padding-top: 8px;
  border-top: 1px solid #00729c;
}
.card.broadcasts-list__element-item
  .card__inner
  .card__body
  .card__top.card__top-no-min-height
  .card__top-wrap
  .card__quick-actions
  a {
  display: inline-block;
  margin-right: 8px;
}
.card.broadcasts-list__element-item
  .card__inner
  .card__body
  .card__top.card__top-no-min-height
  .card__top-wrap
  .card__quick-actions
  a
  span.icon {
  color: #243549 !important;
}
.card.broadcasts-list__element-item .card__inner .card__body .card__content {
  margin: 0 0 1rem;
}
.card.broadcasts-list__element-item .card__inner .card__body .card__metadata p {
  margin: 12px 0 0;
}
.card.broadcasts-list__element-item .card__inner .button.card__button {
  background: #00729c;
  line-height: 2;
  border-bottom: none;
}

/* Section */
.wtl-section {
  clear: both;
  margin: 0px;
  padding: 0px;
}
/* Column */
.wtl-col {
  /*background: #eee;*/
  display: block;
  float: left;
  margin: 1% 0 1% 1.6%;
}
.wtl-col:first-child {
  margin-left: 0;
}

/* Row */
.row:before,
.row:after {
  content: "";
  display: table;
}
.row:after {
  clear: both;
}
.row {
  zoom: 1; /* For IE 6/7 */
}

/* Grid */
/*.wtl-grid_1_of_5{ width: 18.72% }
.wtl-grid_2_of_5{ width: 39.04% }
.wtl-grid_3_of_5{ width: 59.36% }
.wtl-grid_4_of_5{ width: 79.68% }
.wtl-grid_5_of_5{ width: 100% }*/

.wtl-grid_1_of_5 {
  width: 180px;
}
.wtl-grid_2_of_5 {
  width: 180px;
}
.wtl-grid_3_of_5 {
  width: 180px;
}
.wtl-grid_4_of_5 {
  width: 180px;
}
.wtl-grid_5_of_5 {
  width: 180px;
}

.wtl-brand img {
  height: 30px;
  width: auto;
  float: left;
  margin-right: 10px;
}

.wtl-brand {
  background: #d1d1d1;
  height: 41px;
  padding: 6px;
  border-radius: 4px;
  width: 180px;
  margin: auto;
  color: #fff;
  font-size: 20px;
}

.wtl-section {
  padding-bottom: 80px;
}

.current-station-listing,
.station-actions {
  margin: 0;
  display: table-row;
  font-weight: 600;
  line-height: 30px;
}
.current-station-listing > a,
.station-actions > a,
.current-station-listing > label,
.station-actions > label {
  display: table-cell;
}
.current-station-listing {
  font-size: 18px;
}
.current-station-listing > label {
  width: 100%;
}
.no-stations-popup {
  position: absolute;
  border: 2px solid #00729c;
  background: #fff;
  color: #494949;
  border-radius: 8px;
  z-index: 9999;
  box-shadow: 0 2px 6px rgba(0,0,0,0.2);
  width: 100%;
  z-index: 10000;
}
.no-stations-popup .card-inner {
  padding: 9px 24px 9px 13px; /* extra right padding for close button */
  font-size: 16px;
  line-height: 1.2;
}
.no-stations-popup .close-btn {
  position: absolute;
  top: 4px;
  right: 8px;
  cursor: pointer;
  color: #00729c;
  font-weight: bold;
}
.no-stations-popup a {
  color: #00729c;
}
.no-stations-popup .button {
  background-color: #00729c;
  display: block;
  text-align: center;
  color: white;
  text-transform: uppercase;
  font-size: 14px;
}
.station-actions > a {
  /* width: 50%; */
  padding-left: 8px;
}
.station-actions {
  font-size: 14px;
  border-top: rgba(255, 255, 255, 0.5) 1px solid;
}
.station-actions a:first-child {
  position: relative;
  padding-right: 12px;
  padding-left: 0px;
}
.station-actions a:first-child::after {
  content: "";
  width: 1px;
  height: 65%;
  background: #cdd9e5 !important;
  position: absolute;
  top: 50%;
  right: 1px;
  transform: translateY(-50%);
}
/* .station-actions > * {
  border-top: rgba(255,255,255,.5) 1px solid;
} */

.zip-container {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
}
.zip-container .close-zip-container-btn {
  border: none;
  background-color: #e6eff5;
  color: white;
  border-radius: 50%;
  padding: 0;
  width: 25px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 7px;
}
.zip-container #zip-input {
  border: none;
  padding: 0 2px 0 39px;
  line-height: 35px;
  border-radius: 8px 0 0 8px;
}
.zip-container #zip-input:focus-visible {
  outline: none;
}
.zip-container #zip-go-button {
  background-color: #ff7d4b;
  color: white;
  text-transform: uppercase;
  border: none;
  border-radius: 0 8px 8px 0;
  line-height: 35px;
  padding-top: 0;
  padding-bottom: 0;
}
.zip-container .close-zip-container-btn:hover,
.zip-container #zip-go-button:hover {
  cursor: pointer;
}
.zip-container .close-zip-container-btn:hover {
  background-color: #e0eaf1;
}

.header__livetitle .live-stream-links-container { border-radius: 5px; }

/* Full Width below 1650 pixels */
@media only screen and (max-width: 1650px) {
  .header__cta-wrap {
    margin-right: 10px;
  }
  .header__broadcast-wrap .live-stream-broadcast-listing .broadcast-card__time {
    padding-left: 5px;
  }
}

/* Full Width below 1560 pixels */
@media only screen and (max-width: 1560px) {
  .speaker-container {
    display: none;
  }
}

/* Full Width below 1446 pixels */
@media only screen and (max-width: 1446px) {
  .header__broadcast-wrap .live-stream-broadcast-listing label {
    display: none;
  }
}

/* Full Width below 1446 pixels */
@media only screen and (max-width: 1382px) {
  .header__broadcast-wrap {
    border-left: rgba(255, 255, 255, 0.5) 1px solid;
  }
  .header__broadcast-wrap .live-stream-broadcast-listing {
    display: none !important;
  }
  .header__station-wrap {
    border-left: none !important;
    padding-left: 0px !important;
  }

  .header__cta-wrap {
    margin-right: 25px;
  }
}

/* Full Width below 1446 pixels */
@media only screen and (max-width: 1199px) {
  .header__broadcast-wrap {
    border-left: none;
  }
}

/* Full Width below 1000 pixels */
@media only screen and (max-width: 1000px) {
  .wtl-col {
    margin: 1% 1% 1% 0%;
  }
  [class*="grid_"] {
    width: 180px;
  }
  .wtl-section {
    padding-bottom: 80px;
  }
}

/* Full Width below 768 pixels */
@media only screen and (max-width: 768px) {
  .wtl-col {
    margin: 1% 1% 1% 0%;
  }
  [class*="grid_"] {
    width: 180px;
  }
  .wtl-section {
    padding-bottom: 80px;
  }
}

/* Full Width below 650 pixels */
@media only screen and (max-width: 650px) {
  .wtl-col {
    margin: 1% 1% 1% 0%;
  }
  [class*="grid_"] {
    width: 180px;
  }
  .wtl-section {
    padding-bottom: 150px;
  }
}

/* Full Width below 596 pixels */
@media only screen and (max-width: 596px) {
  .wtl-col {
    margin: 1% 1% 1% 0%;
  }
  [class*="grid_"] {
    width: 180px;
  }
  .wtl-section {
    padding-bottom: 120px;
  }
}

/* Full Width below 450 pixels */
@media only screen and (max-width: 450px) {
  .wtl-col {
    margin: 1% 0 1% 0%;
  }
  [class*="grid_"] {
    width: 100%;
  }

  .wtl-brand {
    height: 41px;
    padding: 6px;
    width: 280px;
    font-size: 22px;
  }
  .wtl-section {
    padding-bottom: 180px;
  }

  .listen-on-the-go {
    padding-bottom: 220px;
  }
}

.wtl-section > div:nth-child(1) > p.wtl-brand > a,
.wtl-section > div:nth-child(2) > p.wtl-brand > a,
.wtl-section > div:nth-child(3) > p.wtl-brand > a,
.wtl-section > div:nth-child(4) > p.wtl-brand > a,
.wtl-section > div:nth-child(5) > p.wtl-brand > a,
.wtl-section.listen-at-home > div:nth-child(5) > p > span > span,
.wtl-section.listen-at-home > div:nth-child(6) > p > span > span {
  color: #000 !important;
  link-decoration: none;
}

.wtl-brand .broken_link {
  text-decoration: none;
}

.eb-list__image {
  display: flex;
  align-items: center;
}
.eb-list__image img {
  height: auto !important;
  position: relative;
}

@media screen and (max-width: 768px) {
  .hidden-mobile {
    display: none !important;
  }
  .current-station-listing > label {
    /* display: flex; */
    flex-direction: column;
    /* line-height: 18px; */
    padding-top: 10px;
  }
  .current-station-listing > label .city-text {
    line-height: 30px;
  }
  .zip-container {
    position: relative;
    transform: none;
    margin-top: 10px;
  }
}
@media screen and (min-width: 768px) {
  .hidden-desktop {
    display: none !important;
  }
}
@media screen and (max-width: 781px) {
  .header__broadcast-wrap {
    display: none !important;
  }
}

.header__main {
  background: #00729c;
  padding: 0.625rem 0;
  color: #fff;
}
@media screen and (min-width: 992px) {
  .header__sub-menu--primary .menu li .sub-menu li a {
    background: #e6eff5;
  }
}

.header__sub-menu .current_page_item {
  background: #e6eff5;
}

.header__sub-menu li:hover {
  background: #e6eff5;
}

.header__sub-menu--primary .menu li .sub-menu {
  box-shadow: 0px 3px 5px rgba(12, 23, 34, 0.09);
}

.header .header-search-container .select-wrapper {
  background-color: #e6eff5;
}

.grey-bg {
  background-color: #e6eff5;
}

.eb-list--alt .eb-list__item,
.grey-bg,
.page-template-template-live {
  background-color: #e6eff5;
}
.header__station-wrap {
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 640px) {
  .site-wrap .page-section--has-padding {
    padding: 25px 0px 75px;
  }
  .header__broadcast-wrap {
    padding-right: 25px;
  }
  .header__station-wrap {
    /* display: table; */
    padding-left: 25px;
    border-left: rgba(255, 255, 255, 0.5) 1px solid;
  }
}

.page-template-template-station-list .columns.heading h1 {
  margin: 0 0 15px 0;
}
.page-template-template-station-list .broadcast-filter {
  padding-top: 0px;
}
.page-template-template-station-list .filter-box {
  width: 100%;
  gap: 5px;
  display: flex;
  flex-direction: row;
  margin-bottom: 25px;
  margin-top: 15px;
}
.page-template-template-station-list .filter-box > div label {
  padding: 10px;
  width: 100%;
  display: block;
  cursor: pointer;
}
.page-template-template-station-list .filter-box > div input {
  display: none;
  color: white;
}

.page-template-template-station-list .filter-box label.active {
  background: #217ea6;
  color: white;
}
.page-template-template-station-list .filter-box > div {
  flex: auto;
  border: 1px solid #217ea6;
  text-align: center;
  color: #217ea6;
}
.page-template-template-station-list #states-select {
  flex: auto;
  border: 1px solid #217ea6;
  text-align: center;
  color: #217ea6;
  width: 100%;
  padding: 10px;
}
.page-template-template-station-list .station-maps__block {
  margin: 0px;
  padding: 0px;
  width: 100% !important;
}

.page-template-template-station-list
  .header__sub
  .menu-item-85551.current-menu-item {
  background: #e6eff5 !important;
}

.page-template-template-station-list .filter-select {
  display: none;
}

.page-template-template-station-list .filter-schedule-by-station,
.filter-online-stream {
  padding: 10px;
  margin-bottom: 0px !important;
  border: 0px solid transparent;
  color: #3f7ca2 !important;
  margin-bottom: 0px;
  background: transparent !important;
  display: inline-block;
}
.page-template-template-station-list .filter-schedule-by-station img,
.page-template-template-station-list .filter-online-stream img,
.page-template-template-station-list .modal-trigger img {
  transition: 0.2s ease all;
  filter: brightness(0) saturate(100%) invert(38%) sepia(11%) saturate(3134%)
    hue-rotate(160deg) brightness(96%) contrast(78%);
}
.page-template-template-station-list .filter-schedule-by-station.is-checked,
.page-template-template-station-list .filter-online-stream.is-checked {
  border-bottom: 2px solid #1f364b;
  font-weight: bold;
  color: #1f364b !important;
}
.page-template-template-station-list
  .filter-schedule-by-station.is-checked
  img {
  filter: brightness(0) saturate(100%) invert(17%) sepia(5%) saturate(4562%)
    hue-rotate(173deg) brightness(99%) contrast(91%);
}

.page-template-template-station-list .filter-schedule-by-station .img-fluid {
  position: relative;
  top: 2px;
  margin-right: 6px;
}

.page-template-template-station-list .grey-bg {
  background-color: #e6eff5;
}

.page-template-template-station-list .hidden-desktop {
  display: none;
}
@media screen and (max-width: 991px) {
  .page-template-template-station-list #station-list-table tbody {
    width: 100%;
  }
  .page-template-template-station-list #station-list-table td.links {
    margin-top: 5px;
  }
  .page-template-template-station-list #station-list-table td.front {
    display: block !important;
    width: 100% !important;
  }
  .page-template-template-station-list #station-list-table tr {
    width: 100%;
    padding: 15px 15px 10px;
  }
  .page-template-template-station-list #station-list-table tr td:nth-child(2),
  #station-list-table tr td:nth-child(3),
  #station-list-table tr td:nth-child(4),
  #station-list-table tr td:nth-child(6) {
    display: none !important;
  }
  .page-template-template-station-list #station-list-table td {
    padding-left: 10px !important;
  }
  .page-template-template-station-list #station-list-table td:before {
    content: "" !important;
  }
  .page-template-template-station-list
    #station-list-table
    .tablesorter-headerRow {
    display: none;
  }
  .page-template-template-station-list .hidden-desktop {
    display: block !important;
  }
  .page-template-template-station-list .filter-box {
    display: none;
  }
  .page-template-template-station-list .filter-select {
    display: block;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 500px) {
  .page-template-template-station-list .filter-schedule-by-station {
    width: 100%;
    text-align: center;
  }
  .page-template-template-station-list .station-maps__download a {
    width: 100%;
    text-align: center;
  }
}

.page-template-template-station-map .columns.heading h1 {
  margin: 0 0 15px 0;
}
.page-template-template-station-map .broadcast-filter {
  padding-top: 0px;
}
.page-template-template-station-map .filter-box {
  width: 100%;
  gap: 5px;
  display: flex;
  flex-direction: row;
  margin-bottom: 25px;
  margin-top: 15px;
}
.page-template-template-station-map .filter-box > div label {
  padding: 10px;
  width: 100%;
  display: block;
  cursor: pointer;
}
.page-template-template-station-map .filter-box > div input {
  display: none;
  color: white;
}

.page-template-template-station-map .filter-box > div:has(input:checked) {
  background: #217ea6;
  color: white;
}
.page-template-template-station-map .filter-box > div {
  flex: auto;
  border: 2px solid #217ea6;
  text-align: center;
  color: #217ea6;
}
.page-template-template-station-map #states-select {
  flex: auto;
  border: 2px solid #217ea6;
  text-align: center;
  color: #217ea6;
  width: 100%;
  padding: 10px;
}
.page-template-template-station-map .station-maps__block {
  margin: 0px;
  padding: 0px;
  width: 100% !important;
}

.page-template-template-station-map
  .header__sub
  .menu-item-85551.current-menu-item {
  background: #e6eff5 !important;
}

.page-template-template-station-map .filter-select {
  display: none;
}

.page-template-template-station-map .filter-schedule-by-station,
.filter-online-stream {
  padding: 10px;
  margin-bottom: 0px !important;
  border: 0px solid transparent;
  color: #3f7ca2 !important;
  margin-bottom: 0px;
  background: transparent !important;
  display: inline-block;
}
.page-template-template-station-map .filter-schedule-by-station img,
.filter-online-stream img,
.modal-trigger img {
  transition: 0.2s ease all;
  filter: brightness(0) saturate(100%) invert(38%) sepia(11%) saturate(3134%)
    hue-rotate(160deg) brightness(96%) contrast(78%);
}
.page-template-template-station-map .filter-schedule-by-station.is-checked,
.filter-online-stream.is-checked {
  border-bottom: 2px solid #1f364b;
  font-weight: bold;
  color: #1f364b !important;
}
.page-template-template-station-map .filter-schedule-by-station.is-checked img {
  filter: brightness(0) saturate(100%) invert(17%) sepia(5%) saturate(4562%)
    hue-rotate(173deg) brightness(99%) contrast(91%);
}

.page-template-template-station-map .filter-schedule-by-station .img-fluid {
  position: relative;
  top: 2px;
  margin-right: 6px;
}

.page-template-template-station-map .grey-bg {
  background-color: #e6eff5;
}

@media screen and (max-width: 991px) {
  .page-template-template-station-map .filter-box {
    display: none;
  }
  .page-template-template-station-map .filter-select {
    display: block;
  }
}

.page-template-template-broadcasts .columns.heading h1 {
  margin: 0 0 15px 0;
}
.page-template-template-broadcasts .broadcast-filter {
  padding-top: 0px;
}
.page-template-template-broadcasts .filter-box {
  width: 100%;
  display: FLEX;
  flex-direction: row;
  margin-bottom: 25px;
}
.page-template-template-broadcasts .filter-box > div label {
  padding: 10px;
  width: 100%;
  display: block;
  cursor: pointer;
}
.page-template-template-broadcasts .filter-box > div input {
  display: none;
  color: white;
}

.page-template-template-broadcasts .filter-box > div:has(input:checked) {
  background: #217ea6;
  color: white;
}
.page-template-template-broadcasts .filter-box > div {
  flex: auto;
  border: 1px solid #217ea6;
  margin-right: 30px;
  text-align: center;
  color: #217ea6;
}

.page-template-template-broadcasts .grey-bg {
  background-color: #e6eff5;
}
.page-template-template-broadcasts .header__sub-menu .current_page_item {
  background: #e6eff5;
}
.page-template-template-broadcasts .header__sub-menu li:hover {
  background: #e6eff5;
}

.page-template-template-schedules .eb-head.schedule-sort__filter {
  border-top: 3px solid #ebf1f7;
  margin-top: 30px;
}
.page-template-template-schedules .eb-head__item {
  padding: 12px 25px 14px;
}
.page-template-template-schedules .eb-list--alt .eb-list__item,
.page-template-template-schedules .grey-bg,
.page-template-template-schedules .page-template-template-live {
  background-color: #e6eff5d4;
}
.page-template-template-schedules .eb-list__block--has-border:after {
  content: "";
  background: #cdd9e5 !important;
}
.page-template-template-schedules
  .header__sub
  .menu-item-71328.current-menu-item {
  background: #e6eff5 !important;
}
.page-template-template-schedules .modal-trigger {
  color: #3f7ca2 !important;
}
.page-template-template-schedules .filter-schedule-by-station,
.page-template-template-schedules .filter-online-stream {
  padding: 10px;
  margin-bottom: 0px !important;
  border: 0px solid transparent;
  color: #3f7ca2 !important;
  margin-bottom: 0px;
  background: transparent !important;
}
.page-template-template-schedules .filter-schedule-by-station img,
.page-template-template-schedules .filter-online-stream img,
.page-template-template-schedules .modal-trigger img {
  transition: 0.2s ease all;
  filter: brightness(0) saturate(100%) invert(38%) sepia(11%) saturate(3134%)
    hue-rotate(160deg) brightness(96%) contrast(78%);
}
.page-template-template-schedules .filter-schedule-by-station.is-checked,
.page-template-template-schedules .filter-online-stream.is-checked {
  border-bottom: 2px solid #1f364b;
  font-weight: bold;
  color: #1f364b !important;
}
.page-template-template-schedules .filter-schedule-by-station.is-checked img {
  filter: brightness(0) saturate(100%) invert(17%) sepia(5%) saturate(4562%)
    hue-rotate(173deg) brightness(99%) contrast(91%);
}
.page-template-template-schedules .filter-schedule-by-station .img-fluid {
  position: relative;
  top: 2px;
  margin-right: 6px;
}
.page-template-template-schedules .modal-trigger img {
  position: relative;
  top: 5px;
  margin-right: 6px;
}

.page-template-template-schedules .filter-schedule-by-station:hover,
.page-template-template-schedules .filter-online-stream:hover,
.page-template-template-schedules .modal-trigger:hover {
  color: #1f364b !important;
}
.page-template-template-schedules .filter-schedule-by-station:hover img,
.page-template-template-schedules .filter-online-stream:hover img,
.page-template-template-schedules .modal-trigger:hover img {
  filter: brightness(0) saturate(100%) invert(17%) sepia(5%) saturate(4562%)
    hue-rotate(173deg) brightness(99%) contrast(91%);
}
.page-template-template-schedules .button--outline {
  line-height: 24px;
}
.page-template-template-schedules .schedule-filter__downloads {
  float: right;
}
.page-template-template-schedules .flex {
  display: flex;
  width: 100%;
}
.page-template-template-schedules .left {
  flex: auto;
  padding-right: 30px;
}
.page-template-template-schedules .schedule-filter__search {
  margin-bottom: 0px;
  padding-top: 5px;
}

#loom-companion-mv3 {
  display: none !important;
}

@media screen and (max-width: 1310px) {
  .page-template-template-schedules .modal-trigger {
    text-align: center;
    padding: 5px 9px 10px;
    position: relative;
  }
  .card.broadcasts-list__element-item
    .card__inner
    .card__body
    .card__top.card__top-no-min-height
    .card__top-wrap {
    padding-left: 100px;
  }
}

@media screen and (max-width: 730px) {
  .page-template-template-schedules .modal-trigger {
    text-align: center;
    padding: 5px 9px 20px;
    position: relative;
  }
  .page-template-template-schedules .flex {
    display: flex;
    flex-direction: column;
    margin-top: 10px !important;
    width: 100%;
  }
  .page-template-template-schedules .left {
    flex: auto;
    padding-right: 0px;
  }
  .page-template-template-schedules .schedule-filter__downloads {
    float: none;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .page-template-template-schedules #time-zone-switcher {
    float: none;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .page-template-template-schedules #time-zone-switcher-select {
    width: 100%;
    margin-top: 5px;
    float: none;
    margin-left: 0px;
  }
  .page-template-template-schedules .day-filter {
    display: flex;
    column-gap: 10px;
  }
  .page-template-template-schedules .eb-head__time.eb-list__time {
    flex-basis: 100%;
    display: none;
  }
  .page-template-template-schedules .mobile-time {
    display: block !important;
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 900;
  }
  .page-template-template-schedules .mobile-speaker {
    display: block !important;
    font-weight: 400;
    font-size: 16px;
    margin-top: 10px;
  }
  .page-template-template-schedules .schedule-sort__filter {
    display: none;
  }
}

@media print {
  .iubenda-tp-btn {
    display: none !important;
  }
  .iubenda-cs-preferences-link {
    display: none !important;
  }
}

/* Interactive Schedule */

.page-template-template-schedules #date {
  border: 2px solid #02729c;
  border-radius: 3px;
  padding: 5px;
  color: #02729c;
}
.page-template-template-schedules #date::-webkit-calendar-picker-indicator {
  filter: invert(65%) sepia(17%) saturate(914%) hue-rotate(160deg)
    brightness(70%) contrast(88%);
}
.page-template-template-schedules .schedule-episodes {
  margin-bottom: 40px;
  margin-left: 30px;
  margin-right: 30px;
  margin-top: 15px;
  min-height: 220px;
}
.page-template-template-schedules .slick-disabled {
  opacity: 0.1 !important;
}
.page-template-template-schedules #schedules .current-schedule-title {
  margin-bottom: 15px;
}
.page-template-template-schedules .trending-episodes .episode-overlay__image {
  width: 140px;
  min-width: 140px;
  height: 156px;
  display: flex;
  text-align: center;
  position: relative;
  justify-content: center;
}
.page-template-template-schedules .episode-overlay__image {
  position: relative;
  /* background: url(/wp-content/themes/bott2017/assets/img/overlay.png); */
  background-size: 100% 85%;
  background-repeat: no-repeat;
  background-position: bottom center;
  overflow: hidden;
  border-radius: 3px;
  float: left;
  display: block;
  margin-right: 3.5%;
  width: 160px;
  min-width: 160px;
  height: 224px;
}
.page-template-template-schedules .episode-overlay__image img {
  /* position: absolute; */
  bottom: 0px;
  height: auto;
  width: 100%;
  align-self: center;
  justify-items: center;
  position: relative;
  max-width: unset;
  object-position: center;
  display: flex;
  align-content: center;
  flex-wrap: wrap;
}
.page-template-template-schedules .trending-episodes__item-top .episode-time {
  text-transform: uppercase;
  color: #373737;
  font-size: 1.5rem;
  margin-top: 15px;
  display: block;
  margin-bottom: -15px;
  font-weight: 900;
}
.page-template-template-schedules #date-spinner {
  color: #56809b;
  font-size: 25px;
  margin-left: 5px;
  position: relative;
  top: 3px;
}
.page-template-template-schedules .date-label {
  color: #56809b;
}
.page-template-template-schedules .mt-0 {
  margin-top: 0px !important;
}
.page-template-template-schedules .pr-0 {
  padding-right: 0px !important;
}
.page-template-template-schedules #date:invalid::-webkit-datetime-edit {
  color: #56809b !important;
}
.page-template-template-schedules #date::-webkit-datetime-edit-text,
.page-template-template-schedules #date::-webkit-datetime-edit-month-field,
.page-template-template-schedules #date::-webkit-datetime-edit-day-field,
.page-template-template-schedules #date::-webkit-datetime-edit-year-field {
  color: #56809b !important;
}

* > .conditional-hover-show,
*:hover > .conditional-hover-hidden,
*:focus > .conditional-hover-hidden {
  display: none;
}
*:focus > .conditional-hover-show,
*:hover > .conditional-hover-show {
  display: inline-block;
}

.sharing-right {
  float: right;
}
.sharing-right fieldset {
  border: 1px solid #227ea6;
}
.sharing-right legend {
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  color: #227ea6;
}

.ministry-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 44px;
  max-width: 1768px;
}

.ministry-flex__side .ad-space {
  margin-bottom: 24px;
}

.ministry-flex__side .ministry-details {
  padding: 24px;
  background-color: #fff;
  border-radius: 8px;
}

.ministry-flex__side .ministry-details h2 {
  margin: 0 0 8px;
  font-size: 18px;
  font-weight: 600;
  font-family: Lato, sans-serif;
  color: #494949;
}

.ministry-flex__side .ministry-details p {
  margin: 0 0 8px;
}

.two-tone-title {
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 0;
  position: relative;
}

.two-tone-title--alt {
  color: #1f364b;
}

.two-tone-title span {
  /* font-weight: 800; */
}

.about-broadcast {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.333);
}

.about-broadcast__subtitle {
  margin: 0;
}

.player-card-wrap {
  margin: 0;
}
.player-card-title {
  margin: 0;
  padding: 12px 24px;
  background-color: #207ea6;
  border-radius: 12px 12px 0 0;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
}
.player-card__title a {
  margin: 0 0 8 px;
  font-size: 21px;
  color: #1f364b;
}
.player-card__inner.player-card__inner--height-auto {
  display: block;
  height: auto;
}
.player-card__timestamp {
  margin-bottom: 8px;
  color: #207ea6;
}
.player-card__timestamp span {
  display: inline-block;
  margin-left: 8px;
  font-weight: 600;
}
.broadcast-type {
  color: #00729c;
  font-size: 21px;
  font-weight: 600;
  margin: 20px 0;
}

.load_more_episodes {
  background: #207ea6;
  border-bottom: #207ea6 4px solid;
  display: block;
}

.load_more_episodes:hover {
  color: #fff;
  border-bottom: #207ea6 4px solid;
  background: rgba(32, 126, 166, 0.75);
}

.social-sharing fieldset {
  border: 1px solid #207ea6;
  margin-top: 70px;
  border-left: none;
  border-bottom: none;
  border-right: none;
}
.social-sharing fieldset.condensed {
  margin-top: 20px;
}

.ministry-schedule #station_id.selectbox,
#select-timezone.selectbox {
  margin-bottom: 12px;
  padding: 6px 8px;
  width: 100%;
  font-weight: 600;
  border: 1px solid #207ea6;
  border-radius: 4px;
  color: #207ea6;
}

.ministry-schedule h3 {
  margin: 16px 0 8px;
  font-size: 1.4rem;
  font-weight: 600;
  color: #207ea6;
}

.social-sharing-links {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  padding-top: 20px;
  border-top: 1px solid #207ea6;
}

.single-broadcast-ministry {
  display: flex;
  margin-top: 70px;
  width: 100%;
}
.single-broadcast-ministry .ministry-img {
  width: 120px;
  height: 120px;
  min-width: 120px;
  /* border-radius: 50%; */
  /* overflow: visible; */
  /* background: url('/wp-content/themes/bott2017/assets/img/overlay.png'); */
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.single-broadcast-ministry .ministry-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.single-broadcast-ministry .ministry-img .ministry-img-offset {
  position: relative;
  overflow: hidden;
  width: 120px;
  height: 135px;
  top: -15px;
  border-radius: 50%;
}

.single-broadcast-ministry .ministry-img .ministry-img-offset img {
  position: absolute;
}

.single-broadcast-ministry .ministry-details {
  flex: 1 1 0;
  margin-left: 10px;
}
.single-broadcast-ministry .ministry-details h3 {
  margin: 0 0 8px;
  font-size: 18px;
  font-weight: 600;
  font-family: Lato, sans-serif;
  color: #494949;
}
.single-broadcast-ministry .ministry-details p,
.single-broadcast-ministry .ministry-about p {
  margin: 0;
  line-height: 1.4;
  font-size: 14px;
  font-weight: 500;
  font-family: Lato, sans-serif;
  color: #494949;
}
.single-broadcast-ministry .ministry-about {
  margin-top: 15px;
  width: 100%;
}

.about-broadcast__title {
  margin-bottom: 0px;
}

@media screen and (min-width: 640px) {
  .two-tone-title {
    font-size: 35px;
    /* padding-right: 750px;
    margin-left: 14px; */
  }
  .about-broadcast__content-wrap {
    padding-top: 0;
  }
}

@media screen and (min-width: 768px) {
  .about-broadcast--has-promo .flex-breaker {
    padding: 0px 0;
  }
  .station-maps__download { position: relative; z-index: 1; }
}

@media screen and (min-width: 980px) {
  .player-card__inner {
    border-radius: 3px;
  }
}

@media screen and (min-width: 1024px) {
  .ministry-flex {
    flex-wrap: nowrap;
    margin: 0 auto;
  }
  .ministry-flex__main {
    width: calc(67% - 22px);
    padding: 0 0 0 20px;
  }
  .ministry-flex__side {
    width: calc(33%);
    padding: 0 20px 0 0;
  }
  .ministry-flex__side .ad-space {
    aspect-ratio: 538/194;
    background-color: #acae89;
    border-radius: 4px;
  }
  .player-card-wrap {
    margin: 0 -15px 0;
  }
  .social-sharing-links {
    justify-content: space-evenly;
  }
}

.ministry-day-filter {
  display: flex;
  gap: 4px;
  width: 100%;
}

.ministry-day-filter__day {
  text-align: center;
  flex-grow: 1;
  width: auto;
}

.ministry-day-filter__day a {
  display: block;
  border: 1px solid #207ea6;
  padding: 4px 8px;
}

.about-broadcast__links {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  font-size: 20px;
}

.about-broadcast__links a {
  margin-right: 10px;
}

.button_load_more {
  line-height: 34px;
  padding: 0 15px;
  color: #fff;
  font-weight: 600;
  font-size: 1rem;
}

.button_load_more.disabled {
  background: #add8e6;
  opacity: 0.4;
}

.player-card__title,
.player-card__title a {
  font-size: 21px;
}
.player-card__title.primary a {
  color: #00729c !important;
}

.ministry-flex__side .suggestions h2 {
  margin: 0 0 10px;
  font-size: 24px;
  font-weight: 800;
  color: #1f364b;
}

.suggestion-item {
  margin: 0 0 20px;
}

.suggestion-item .suggestion-item__header {
  padding: 8px 16px;
  background-color: #d1d1d1;
  border-radius: 8px 8px 0 0;
  font-size: 16px;
  font-weight: 600;
  color: #1f364b;
}

.suggestion-item .suggestion-item__body {
  padding: 16px;
  background-color: #fff;
  border-radius: 0 0 8px 8px;
}

.suggestion-item .suggestion-item__body h3 a,
.suggestion-item
  .suggestion-item__body
  .suggestion-ministry
  .suggestion-ministry__details
  a {
  font-size: 21px;
  font-weight: 800;
  color: #00729c;
}

.suggestion-item .suggestion-item__body .suggestion-ministry {
  display: flex;
  align-items: center;
}

.suggestion-item
  .suggestion-item__body
  .suggestion-ministry
  .suggestion-ministry__img {
  position: relative;
  width: 80px;
  height: 80px;
  overflow: hidden;
  background: url("/wp-content/themes/bott2017/assets/img/overlay.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  border-radius: 50%;
}

.suggestion-item
  .suggestion-item__body
  .suggestion-ministry
  .suggestion-ministry__details {
  margin-left: 10px;
}

.suggestion-item
  .suggestion-item__body
  .suggestion-ministry
  .suggestion-ministry__details
  a {
  font-size: 18px;
}

.more-from-ministry h2 {
  padding: 0 15px;
  font-size: 24px;
}

.ministry-day-schedules {
  margin-top: 10px;
}

.ministry-day-schedules .ministry-day-sched {
  display: none;
  align-items: center;
  margin-top: 5px;
  padding: 8px 16px;
  background-color: #e6eff5;
  border-radius: 8px;
}

.ministry-day-schedules .ministry-day-sched.ministry-day-sched--active {
  display: flex;
}

.ministry-day-schedules .ministry-day-sched .ministry-day-sched__img {
  width: 50px;
  height: 50px;
  overflow: visible;
  border-radius: 50%;
  background: url("/wp-content/themes/bott2017/assets/img/overlay.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

.ministry-day-schedules
  .ministry-day-sched
  .ministry-day-sched__img
  .ministry-day-sched__img-offset {
  position: relative;
  height: 55px;
  top: -5px;
  overflow: hidden;
  border-radius: 50%;
}

.ministry-day-schedules
  .ministry-day-sched
  .ministry-day-sched__img
  .ministry-day-sched__img-offset
  img {
  position: absolute;
}

.ministry-day-schedules .ministry-day-sched .ministry-day-sched__content {
  margin-left: 16px;
  font-size: 21px;
  font-weight: 600;
  color: #00729c;
}

.media-toggle-container {
  margin: 0 0 20px;
  text-align: center;
}

.broadcast-video-container {
  text-align: center;
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
}

.broadcast-video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.broadcast-media {
  display: none;
}

.broadcast-media.active {
  display: block;
}
.broadcast-media.active.audio-player-wrap:has(.jw-title.show) {
  overflow: visible;
  margin-top: 30px;
}

.broadcast-video {
  aspect-ratio: 16/9;
  max-width: 560px;
  width: 100%;
  margin: 0 auto;
}

.media-toggle {
  display: inline-flex;
  background-color: #e6eff5;
  border-radius: 30px;
}

.media-toggle .media-toggle-btn {
  display: block;
  padding: 2px 32px;
  font-size: 22px;
  color: #207ea6;
}

.media-toggle .media-toggle-btn.active {
  background-color: #207ea6;
  border-radius: 30px;
  color: #fff;
}

.single-broadcast-ministry.single-broadcast-ministry--archive {
  margin: 0 auto 20px;
  flex-wrap: wrap;
}

.broadcast-media.broadcast-media--archive {
  /* margin-bottom: 30px; */
}

.broadcast-media.audio-player-wrap .jwplayer {
  background: #e6eff5 !important;
  overflow: visible;
}
.broadcast-media.audio-player-wrap .jwplayer.jw-flag-audio-player .jw-title.show {
  display: block;
  top: -24px;
  padding-right: 14px!important;
  padding-left: 27px!important;
  height: auto;
  background-color: #e6eff5 !important;
}
.broadcast-media.audio-player-wrap .jwplayer.jw-flag-audio-player .jw-title.show .jw-title-primary {
  color: #207EA6;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  min-height: auto;
}
.broadcast-media.audio-player-wrap .jwplayer.jw-flag-audio-player .jw-title.show .jw-title-secondary {
  display: none;
}
.broadcast-media.audio-player-wrap .jw-icon-playback,
.broadcast-media.audio-player-wrap .jw-icon-playback:hover {
  color: #207ea6;
}

.broadcast-media.audio-player-wrap .jw-text {
  color: #207ea6;
}

.broadcast-media.audio-player-wrap .jw-progress {
  background: #207ea6;
}

.broadcast-media.audio-player-wrap .jw-icon-playback:before {
  font-size: 24px;
  line-height: 37px;
}

.broadcast-video-container > div {
  aspect-ratio: 16/9;
  width: 100% !important;
  height: auto !important;
}

.broadcast-video-container > div .jw-background-color {
  background: #e6eff5;
}

.broadcast-video-container > div .jw-button-color {
  color: #207ea6;
  fill: #207ea6;
}

.broadcast-video-container > div .jw-text,
.broadcast-video-container .jw-display-icon-container > .jw-icon {
  color: #207ea6 !important;
}

.broadcast-video-container > div .jw-buffer {
  background-color: #fff;
}

.broadcast-video-container > div .jw-progress {
  background-color: #207ea6;
}

.brn-mobile-app-banner {
  padding: 16px 3px;
}

.brn-mobile-app-banner a {
  font-size: 18px;
  text-decoration: none;
}

.player-card__main-content-container {
  display: flex;
  gap: 16px;
  margin: 0 auto 40px;
}

.player-card__main-content-poster img {
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 12px;
  box-shadow: 0 0 5px #00000038;
}

.player-card__main-content {
  flex: 1 1 0;
}
.player-card__main-content h2 {
  font-size: 21px;
  font-weight: 600;
}
.player-card__main-content h3 {
  color: #00729c;
  font-size: 18px;
  font-weight: 600;
}
.player-card__main-content h4 {
  color: #00729c;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
}

.more-from-ministry {
  width: 100%;
}

.jw-controlbar {
  visibility: visible !important;
  opacity: 1 !important;
}

.play-button--small {
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 35px;
}

.ministry-flex__side .j-ads {
  width: 100% !important;
}

.about-broadcast__image {
  background: none;
  background-size: 100% 100%;
  width: 120px;
  height: 120px;
  min-width: 120px;
  margin-right: 0;
}
.about-broadcast__image img {
  position: relative;
  max-width: unset;
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 0;
}
.card.broadcasts-list__element-item
  .card__inner
  .card__body
  .card__top.card__top-no-min-height
  .card__image {
  width: 108px;
  height: 108px;
}
.card.broadcasts-list__element-item
  .card__inner
  .card__body
  .card__top.card__top-no-min-height
  .card__image
  img {
  width: 100%;
  height: 100%;
  min-width: unset;
  object-fit: contain;
}

.continue-listening__ministry-img {
  padding-right: 30px;
}
.continue-listening__ministry-img .episode-overlay__image {
  background: none;
  min-width: unset;
  width: 200px;
  height: 200px;
}
.continue-listening__ministry-img .episode-overlay__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.homepage__main .listeners-liked .episode-overlay__image {
  width: 140px;
  height: 140px;
  min-width: 140px;
  min-height: 140px;
  background: none;
}
.homepage__main .listeners-liked .episode-overlay__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: relative;
  bottom: unset;
  border-radius: 0;
}

.homepage__trending-episodes .trending-episodes .episode-overlay__image {
  width: 140px;
  height: 140px;
  min-width: 140px;
  min-height: 140px;
  max-width: 140px;
  max-height: 140px;
  background: none;
}
.homepage__trending-episodes .trending-episodes .episode-overlay__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.homepage__feature .partner-block .partner-block__list li a img {
  box-shadow: 0px 0px 5px #00000038;
}
@media (min-width: 992px) {
  .single-broadcast-ministry .ministry-about {
    display: none;
  }
  .about-broadcast {
    position: sticky;
    top: 0;
    z-index: 6;
    background-color: #fff;
  }
  .ministry-flex__side--empty {
    width: calc(100vw - 48px);
    margin: 0 auto;
    padding: 0;
  }
  .ministry-flex__side--empty .ministry-details {
    display: grid;
    grid-template-columns: 1fr minmax(auto, 518px);
    grid-template-rows: auto 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    column-gap: 40px;
  }

  .ministry-flex__side--empty .ministry-details.ministry-details--bare {
    display: block;
  }

  .ministry-flex__side--empty .ministry-details .ministry-detail:first-child {
    grid-area: 1 / 1 / 2 / 2;
  }
  .ministry-flex__side--empty .ministry-details .ministry-detail:nth-child(2) {
    grid-area: 2 / 1 / 3 / 2;
  }
  .ministry-flex__side--empty .ministry-details .ministry-detail:nth-child(3) {
    grid-area: 3 / 1 / 4 / 2;
  }
  .ministry-flex__side--empty .ministry-details .ministry-detail:nth-child(4) {
    grid-area: 4 / 1 / 5 / 2;
  }
  .ministry-flex__side--empty .ministry-details .ministry-detail:last-child {
    grid-area: 1 / 2 / 5 / 3;
  }
  .about-broadcast__links a:hover {
    border-bottom: 2px solid #243549;
    color: #243549;
  }
  .card.broadcasts-list__element-item {
    width: 50%;
  }
}
@media (min-width: 1280px) {
  .card.broadcasts-list__element-item {
    width: 33.33%;
  }
  .card.broadcasts-list__element-item
    .card__inner
    .card__body
    .card__top.card__top-no-min-height
    .card__top-wrap
    .card__title {
    font-size: 1.5rem;
  }
}

.about-broadcast__image {
  width: 120px;
  height: 120px;
  min-width: 120px;
  background-size: 100% 100%;
  border-radius: 50%;
  margin-right: 0;
}
.about-broadcast__image__offset {
  height: 135px;
  width: 119px;
  border-radius: 125px;
  overflow: hidden;
  position: relative;
  top: -14px;
}

.j-ads {
  max-width: 100% !important;
}
.j-ads img {
  max-width: 100% !important;
}

.listeners-liked__item-top {
  display: flex;
}
.listeners-liked__episode-title {
  overflow-wrap: anywhere;
}
.listeners-liked__program-name {
  white-space: normal;
}

.trending-episodes__item.slick-slide {
  display: flex;
  flex-direction: column;
  height: 235px;
}
.trending-episodes__item-top {
  display: flex;
}
.trending-episodes__episode-title {
  overflow-wrap: anywhere;
}
.trending-episodes__program-name {
  white-space: normal;
}
.trending-episodes__speaker-name {
  white-space: normal;
}
.trending-episodes__episode-button {
  margin-top: auto;
}
.text-info {
  flex-direction: column;
}


@media (max-width: 991px) {
  .about-broadcast_titles {
    margin: 0 auto;
    text-align: center;
  }
  .about-share-broadcast {
    display: none;
  }
  .about-navigation {
    flex-wrap: wrap;
  }
  .about-broadcast__links {
    padding-bottom: 10px;
    overflow: auto;
  }
  .about-broadcast__links a {
    padding: 8px 0;
    white-space: nowrap;
  }
  .about-sharing-icons {
    margin: 20px auto 0;
  }

  .ministry-flex__side {
    margin: 0 auto;
    width: 100%;
    padding: 0 24px;
  }

  .ministry-flex__main {
    width: 100vw;
  }
  .player-card__main-content-container {
    flex-wrap: wrap;
  }

  .player-card__main-content-poster {
    margin: 20px 0 0;
    width: 100%;
    aspect-ratio: 1/1;
  }
  .player-card__main-content-poster img {
    width: 100%;
    height: 100%;
  }
  .social-sharing-links {
    align-items: center;
    justify-content: space-between;
  }
  .single-broadcast-ministry.single-broadcast-ministry--archive {
    align-items: center;
  }
  .single-broadcast-ministry .ministry-details p {
    display: none;
  }
  .about-broadcast__image {
    margin: 0 auto 20px;
  }
}

@media screen and (max-width: 1310px) {
  .card.broadcasts-list__element-item
    .card__inner
    .card__body
    .card__top.card__top-no-min-height
    .card__image {
    width: 88px;
    height: 88px;
  }
}