@charset "UTF-8";
/* Global */
img.thm-vip-sublevel {
  display: inline-block;
  height: 0.6em;
  vertical-align: bottom;
}

/* Podcast List */
div.container.podcasts {
  /* Podcast Listing Page */
}
div.container.podcasts h1 {
  margin-bottom: 0.5em;
}
div.container.podcasts div.podcasts-list .card-container:hover {
  color: initial;
}
div.container.podcasts div.podcasts-list .card {
  margin-bottom: 2em;
  border: none;
}
div.container.podcasts div.podcasts-list .corner-vip {
  position: absolute;
  width: 0;
  height: 0;
  z-index: 10;
  border-top: 45px solid #fff;
  border-right: 45px solid transparent;
}
div.container.podcasts div.podcasts-list .corner-vip__badge {
  content: url("https://cdn.townhall.com/web/thm/subscriptions-premium-icon.svg");
  top: -40px;
  left: 5px;
  z-index: 10;
  position: absolute;
  width: 15px;
  height: 15px;
}
div.container.podcasts div.podcasts-list .card-title {
  font-weight: 600;
}

/* Episodes Page */
div.container.podcast.single #podcast_header .provider-links img, div.container-xl.podcast.single #podcast_header .provider-links img {
  margin-right: 0.1em;
  max-height: 44px;
  width: auto;
  max-width: 48%;
}
div.container.podcast.single #podcast_header .provider-links.d-sm-block a:after, div.container-xl.podcast.single #podcast_header .provider-links.d-sm-block a:after {
  content: "|";
  padding-left: 0.3em;
  color: #666;
}
div.container.podcast.single #podcast_header .provider-links.d-sm-block a:last-of-type:after, div.container-xl.podcast.single #podcast_header .provider-links.d-sm-block a:last-of-type:after {
  content: none;
}
div.container.podcast.single #podcast_header #podcast_help, div.container-xl.podcast.single #podcast_header #podcast_help {
  padding: 0.5em 0;
  margin-bottom: 0.7em;
  border-top: 1px solid #D7D7D7;
  border-bottom: 1px solid #D7D7D7;
}
div.container.podcast.single #podcast_header #podcast_help h6, div.container-xl.podcast.single #podcast_header #podcast_help h6 {
  font-size: 1.1em;
  font-weight: bold;
}
div.container.podcast.single #podcast_current .card, div.container-xl.podcast.single #podcast_current .card {
  background-color: unset;
  border: none;
  /*
  * Always show vertical scrollbar in Chrome: https://stackoverflow.com/a/65000714/3799374
  */
}
div.container.podcast.single #podcast_current .card .card-body, div.container-xl.podcast.single #podcast_current .card .card-body {
  padding: 0 1em;
}
@media (max-width: 991px) {
  div.container.podcast.single #podcast_current .card .card-body, div.container-xl.podcast.single #podcast_current .card .card-body {
    margin-top: 1em;
  }
}
div.container.podcast.single #podcast_current .card .card-title, div.container-xl.podcast.single #podcast_current .card .card-title {
  color: #212529;
  text-decoration: none;
  font-size: 1.2rem;
  line-height: 1.15;
  font-weight: 600;
}
div.container.podcast.single #podcast_current .card .card-title:hover, div.container-xl.podcast.single #podcast_current .card .card-title:hover {
  text-decoration: underline;
}
div.container.podcast.single #podcast_current .card .card-text, div.container-xl.podcast.single #podcast_current .card .card-text {
  font-size: 13px;
}
div.container.podcast.single #podcast_current .card .podcast-episode__date, div.container-xl.podcast.single #podcast_current .card .podcast-episode__date {
  color: #444;
  font-size: 12px;
  text-transform: uppercase;
}
div.container.podcast.single #podcast_current .card .podcast-episode__description, div.container-xl.podcast.single #podcast_current .card .podcast-episode__description {
  overflow-y: scroll;
}
@media (min-width: 1200px) {
  div.container.podcast.single #podcast_current .card .podcast-episode__description, div.container-xl.podcast.single #podcast_current .card .podcast-episode__description {
    height: 80px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  div.container.podcast.single #podcast_current .card .podcast-episode__description, div.container-xl.podcast.single #podcast_current .card .podcast-episode__description {
    height: 45px;
  }
}
div.container.podcast.single #podcast_current .card ::-webkit-scrollbar, div.container-xl.podcast.single #podcast_current .card ::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
}
div.container.podcast.single #podcast_current .card ::-webkit-scrollbar-thumb, div.container-xl.podcast.single #podcast_current .card ::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}
div.container.podcast.single #podcast_current audio, div.container-xl.podcast.single #podcast_current audio {
  width: 100%;
}
div.container.podcast.single #podcast_episodes, div.container-xl.podcast.single #podcast_episodes {
  background-color: #F0F3F4;
  margin-top: 1.5em;
}
div.container.podcast.single #podcast_episodes a, div.container-xl.podcast.single #podcast_episodes a {
  color: #212529;
  text-decoration: none;
}
div.container.podcast.single #podcast_episodes a:hover, div.container-xl.podcast.single #podcast_episodes a:hover {
  color: #000;
}
div.container.podcast.single #podcast_episodes .episodes-container, div.container-xl.podcast.single #podcast_episodes .episodes-container {
  max-height: 300px;
  overflow-y: scroll;
}
div.container.podcast.single #podcast_episodes .episodes-header, div.container-xl.podcast.single #podcast_episodes .episodes-header {
  background-color: var(--primary-color);
  color: #FFF;
  font-weight: 600;
  padding: 0.4em 0.6em;
  font-size: 14px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
div.container.podcast.single #podcast_episodes .episode, div.container-xl.podcast.single #podcast_episodes .episode {
  padding: 0.6em;
  /*
  cursor: pointer;
  & > div {
      cursor: pointer;
  }
  */
}
div.container.podcast.single #podcast_episodes .episode:last-of-type, div.container-xl.podcast.single #podcast_episodes .episode:last-of-type {
  padding-bottom: 0.5em;
}
div.container.podcast.single #podcast_episodes .episode:nth-child(odd), div.container-xl.podcast.single #podcast_episodes .episode:nth-child(odd) {
  background-color: #E4E9EA;
}
div.container.podcast.single #podcast_episodes .episode:hover, div.container-xl.podcast.single #podcast_episodes .episode:hover {
  background-color: #e1e3e4;
}
div.container.podcast.single #podcast_episodes .episode.selected, div.container-xl.podcast.single #podcast_episodes .episode.selected {
  background-color: #c5cbcc !important;
}
div.container.podcast.single #podcast_episodes .episode time, div.container-xl.podcast.single #podcast_episodes .episode time {
  color: #666;
  min-width: 160px;
}
@media (max-width: 991px) {
  div.container.podcast.single #podcast_episodes .episode, div.container-xl.podcast.single #podcast_episodes .episode {
    padding: 0.7em;
  }
}
div.container.podcast.single #podcast_episodes .play-button, div.container-xl.podcast.single #podcast_episodes .play-button {
  height: 1.4em;
  width: auto;
  vertical-align: bottom;
}
@media (max-width: 991px) {
  div.container.podcast.single #podcast_episodes, div.container-xl.podcast.single #podcast_episodes {
    margin-top: 2.5em;
  }
}

/* Breadcrumbs */
.breadcrumb {
  font-size: 0.9em;
}
.breadcrumb > li + li:before {
  content: "› ";
  padding: 0 5px;
  color: #ccc;
}

.play-pause {
  /*position: relative;*/
  width: 35px;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #e2e2e2;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: 100ms all ease;
  transition: 100ms all ease;
}
.play-pause .play, .play-pause .pause {
  /*position: relative;
  top: 3px;
  left: 9px;*/
}

.episode-description {
  display: block;
}

.episode-share {
  display: block;
  padding: 10px 0;
}
.episode-share .btn {
  margin-right: 7px;
}

.jp-mute2, .jp-progress, .jp-time-holder, .jp-unmute, .jp-volume-bar {
  top: 50%;
  position: absolute;
}

.jp-title ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.jp-gui {
  position: relative;
  border-radius: 3px;
  overflow: hidden;
}

.jp-audio, .jp-jplayer {
  width: 100%;
}

.jp-audio {
  visibility: hidden;
  height: 36px;
}

.jp-playlist {
  display: none;
}

.jp-controls {
  padding: 0 0 1px;
  margin: 0;
  list-style: none;
  font-family: FontAwesome;
}
.jp-controls li {
  display: inline;
}
.jp-controls a {
  color: #000;
}

.jp-mute2, .jp-unmute {
  right: 55px;
  margin-top: -9px;
  width: 20px;
  display: inline-block;
}

.jp-mute2 {
  text-align: left;
}

.jp-volume-bar {
  right: 10px;
  margin-top: -4px;
  width: 45px;
  border-radius: 20px;
  background-color: #ccc;
  overflow: hidden;
}

.jp-volume-bar-value {
  background-color: #000;
  height: 8px;
  border-radius: 20px;
}

.jp-progress {
  background-color: #ccc;
  border-radius: 20px;
  overflow: hidden;
  right: 180px;
  margin-top: -6px;
  width: calc(100% - 223px);
}

.jp-play-bar {
  height: 12px;
  background-color: #000;
  border-radius: 20px;
}

.jp-gui svg polygon {
  fill: #000;
  stroke: #000;
  stroke-width: 1;
}
.jp-gui svg line {
  stroke: #000;
  stroke-width: 4;
}

.jp-time-holder {
  color: #000;
  font-size: 12px;
  line-height: 14px;
  right: 90px;
  margin-top: -7px;
}

.showPopupPlayer .jp-gui {
  border-radius: 0;
}
.showPopupPlayer .jp-audio {
  position: absolute;
  bottom: 0;
  border-radius: 0;
  width: calc(100% - 161px);
  height: 32px;
}
.showPopupPlayer .jp-controls {
  background-color: #59595a;
  height: 26px;
  padding: 6px 0 0;
}
.showPopupPlayer .jp-progress, .showPopupPlayer .jp-volume-bar {
  background-color: #3b3d41;
}
.showPopupPlayer .jp-mute2, .showPopupPlayer .jp-unmute {
  right: 58px;
}
.showPopupPlayer .jp-play-bar, .showPopupPlayer .jp-volume-bar-value {
  background-color: #fff;
}
.showPopupPlayer svg polygon {
  fill: #fff;
  stroke: #fff;
  stroke-width: 1;
}
.showPopupPlayer svg line {
  stroke: #fff;
  stroke-width: 4;
}
.showPopupPlayer .jp-pause, .showPopupPlayer .jp-play {
  margin-left: 15px;
}
.showPopupPlayer .jp-controls a, .showPopupPlayer .jp-time-holder {
  color: #fff;
  text-decoration: none;
}

div[data-view=Show-LiveStream] .jp-gui {
  margin-bottom: 7px;
  padding-left: 3px;
}

.speaker {
  right: 55px;
  margin-top: -15px;
  top: 50%;
  position: absolute;
  height: 30px;
  width: 30px;
  overflow: hidden;
  display: inline-block;
  outline: none !important;
}
.speaker span {
  display: block;
  width: 8px;
  height: 8px;
  background: #000;
  margin: 11px 0 0 2px;
}
.speaker span:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent #000 transparent transparent;
  border-width: 10px 14px 10px 15px;
  left: -13px;
  top: 5px;
}
.speaker span:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-radius: 0 50px 0 0;
  content: "";
  position: absolute;
  width: 11px;
  height: 11px;
  border-style: double;
  border-color: #000;
  border-width: 7px 7px 0 0;
  left: 18px;
  top: 9px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.speaker:hover span:before {
  -webkit-transform: scale(0.8) translate(-3px, 0) rotate(42deg);
          transform: scale(0.8) translate(-3px, 0) rotate(42deg);
}
.speaker.mute span:before {
  -webkit-transform: scale(0.5) translate(-15px, 0) rotate(36deg);
          transform: scale(0.5) translate(-15px, 0) rotate(36deg);
  opacity: 0;
}

@media (max-width: 1024px) {
  /*.jp-time-holder {
      left: 345px;
  }

  .jp-mute {
      left: 421px;
  }*/
  /*.jp-progress {
      left: 43px;
      width: 300px;
  }*/
  /*.jp-volume-bar {
      left: 450px;
  }*/
}
@media (max-width: 768px) {
  div[data-view=Show-LiveStream] .jp-audio {
    padding-top: 2px;
  }
  div[data-view=Show-LiveStream] .jp-time-holder {
    right: 20px;
  }
}
@media (max-width: 768px) {
  .jp-progress {
    background-color: #ccc;
    border-radius: 20px;
    overflow: hidden;
    right: 117px;
    margin-top: -6px;
    width: calc(100% - 167px);
  }
  .jp-gui {
    margin-top: 15px;
  }
  .speaker {
    right: 0px;
    margin-top: -15px;
    top: 50%;
    position: absolute;
    height: 30px;
    width: 30px;
    overflow: hidden;
    display: inline-block;
    outline: 0 !important;
  }
  .jp-time-holder {
    color: #000;
    font-size: 12px;
    line-height: 14px;
    right: 34px;
    margin-top: -7px;
  }
  .jp-pause, .jp-play {
    margin-left: 0;
  }
  div[data-view=Show-LiveStream] .jp-gui {
    margin-top: 9px;
  }
  div[data-view=Show-LiveStream] .jp-audio {
    padding-left: 15px;
    height: 51px;
  }
  div[data-view=Show-LiveStream] .jp-time-holder {
    right: 30px;
  }
  /*div[data-view=Show-LiveStream] .jp-progress {
      right: 79px
  }*/
  .showPopupPlayer .jp-audio {
    width: calc(100% + 40px);
    margin-left: -20px;
    position: static;
    margin-bottom: -20px;
    height: 36px;
  }
  .showPopupPlayer .jp-controls {
    padding-top: 10px;
  }
  .showPopupPlayer .jp-pause, .showPopupPlayer .jp-play {
    margin-top: -2px;
  }
  .showPopupPlayer .jp-time-holder {
    right: 15px;
  }
  /*.showPopupPlayer .jp-progress {
      right: 60px;
      width: calc(100% - 109px)
  }*/
}
div#player-progress-bar-container {
  width: 100%;
  height: 5px;
  background-color: #515151;
  position: relative;
}
div#player-progress-bar-container progress#song-played-progress {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 4px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 9;
  border: none;
  cursor: pointer;
  background: transparent;
}
div#player-progress-bar-container progress#song-played-progress[value]::-webkit-progress-bar {
  background: none;
}
div#player-progress-bar-container progress#song-played-progress[value]::-webkit-progress-value, div#player-progress-bar-container progress#song-played-progress[value]::-moz-progress-bar {
  background: white;
}
div#player-progress-bar-container progress#song-buffered-progress {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 4px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 2;
  border: none;
  background: transparent;
}
div#player-progress-bar-container progress#song-buffered-progress[value]::-webkit-progress-bar {
  background: none;
}
div#player-progress-bar-container progress#song-buffered-progress[value]::-webkit-progress-value {
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-transition: width 0.1s ease;
  transition: width 0.1s ease;
}
div#player-progress-bar-container progress#song-buffered-progress[value]::-moz-progress-bar {
  background: rgba(255, 255, 255, 0.5);
}
div.time-container {
  opacity: 0.5;
  font-weight: 100;
  font-size: 11px;
  color: #fff;
  /*top: -5px;*/
  position: relative;
}
div.time-container span.current-time {
  float: left;
  margin-left: 5px;
}
div.time-container span.duration {
  float: right;
  margin-right: 5px;
}

input[type=range].t-volume-slider {
  -webkit-appearance: none;
  width: 50px;
  float: left;
  margin-top: 8px;
  margin-left: 5px;
}
input[type=range].t-volume-slider:focus {
  outline: none;
}
input[type=range].t-volume-slider::-webkit-slider-runnable-track {
  width: 75%;
  height: 1px;
  cursor: pointer;
  animate: 0.2s;
  background: #CFD8DC;
}
input[type=range].t-volume-slider::-webkit-slider-thumb {
  height: 10px;
  width: 10px;
  border-radius: 10px;
  background: #00A0FF;
  cursor: pointer;
  margin-top: -4px;
  -webkit-appearance: none;
}
input[type=range].t-volume-slider:focus::-webkit-slider-runnable-track {
  background: #CFD8DC;
}
input[type=range].t-volume-slider::-moz-range-track {
  width: 100%;
  height: 1px;
  cursor: pointer;
  animate: 0.2s;
  background: #CFD8DC;
}
input[type=range].t-volume-slider::-moz-range-thumb {
  height: 10px;
  width: 10px;
  border-radius: 10px;
  background: #00A0FF;
  cursor: pointer;
  margin-top: -4px;
}
input[type=range].t-volume-slider::-ms-track {
  width: 100%;
  height: 1px;
  cursor: pointer;
  animate: 0.2s;
  background: transparent;
  /*leave room for the larger thumb to overflow with a transparent border */
  border-color: transparent;
  border-width: 15px 0;
  /*remove default tick marks*/
  color: transparent;
}
input[type=range].t-volume-slider::-ms-fill-lower, input[type=range].t-volume-slider::-ms-fill-upper {
  background: #CFD8DC;
  border-radius: 10px;
}
input[type=range].t-volume-slider::-ms-thumb {
  height: 10px;
  width: 10px;
  border-radius: 10px;
  background: #00A0FF;
  cursor: pointer;
  margin-top: 2px;
}
input[type=range].t-volume-slider:focus::-ms-fill-lower, input[type=range].t-volume-slider:focus::-ms-fill-upper {
  background: #CFD8DC;
}
input[type=range].t-volume-slider::-ms-tooltip {
  display: none;
}

@-moz-document url-prefix() {
  input[type=range].t-volume-slider {
    margin-top: 0px;
  }
}
@supports (-ms-ime-align: auto) {
  input[type=range].t-volume-slider {
    margin-top: 3px;
    height: 12px;
    background-color: rgba(255, 255, 255, 0) !important;
    z-index: 10;
    position: relative;
  }
  div.ms-range-fix {
    height: 1px;
    background-color: #A9A9A9;
    width: 67%;
    float: right;
    margin-top: -6px;
    z-index: 9;
    position: relative;
  }
}
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, input[type=range].t-volume-slider {
    margin-top: -24px;
    background-color: rgba(255, 255, 255, 0) !important;
  }
}
a {
  cursor: pointer;
}
a.close {
  text-decoration: none;
  display: inline-block;
  position: absolute;
  top: 5px;
  right: 4px;
  font-size: 12px;
}

.email-svg {
  width: 30px;
}

.fb-svg, .tw-svg {
  width: 30px;
  margin-right: 10px;
}

.volume-controls {
  right: 7px;
  position: absolute;
  bottom: 16px;
}

.t-paused, .t-playing {
  display: inline-block;
  width: 14px;
  height: 14px;
  top: 6px;
  position: relative;
}

.t-paused {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMiAxMiIgc3R5bGU9ImRpc3BsYXk6IGlubGluZTsiPjxwYXRoIGQ9Ik0xIC44MXYxMC4zOGEuNzYuNzYgMCAwIDAgLjc1Ljc1LjY3LjY3IDAgMCAwIC4zOS0uMTJsOC40Mi01LjE4YS43NS43NSAwIDAgMCAwLTEuMjhMMi4xNC4xOGEuNzUuNzUgMCAwIDAtMSAuMjQuNzkuNzkgMCAwIDAtLjE0LjM5eiIgZmlsbD0iI0ZGRiI+PC9wYXRoPjwvc3ZnPg==");
  background-size: cover;
}

.t-playing {
  background-image: url("data:image/svg+xml;base64,PHN2ZyBjbGFzcz0idGgtcC1wYXVzZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgMTIgMTIiPjxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik04LjQ1IDBoMS44M2EuNzUuNzUgMCAwIDEgLjcyLjc1djEwLjVhLjc1Ljc1IDAgMCAxLS43NS43NWgtMS44YS43NS43NSAwIDAgMS0uNzUtLjc1Vi43NUEuNzUuNzUgMCAwIDEgOC40NSAwek0xLjc4IDBoMS44M2EuNzUuNzUgMCAwIDEgLjc1Ljc1djEwLjVhLjc1Ljc1IDAgMCAxLS43NS43NUgxLjc4YS43Ni43NiAwIDAgMS0uNzgtLjc1Vi43NUEuNzYuNzYgMCAwIDEgMS43OCAweiI+PC9wYXRoPjwvc3ZnPg==");
  background-size: cover;
}

.t-not-muted, .t-muted {
  display: inline-block;
  width: 20px;
  height: 20px;
}

.t-not-muted {
  background-image: url("data:image/svg+xml;base64,PHN2ZyBhcmlhLWhpZGRlbj0idHJ1ZSIgZm9jdXNhYmxlPSJmYWxzZSIgcm9sZT0iaW1nIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1NzYgNTEyIj48cGF0aCBmaWxsPSIjRkZGIiBkPSJNMjE1LjAzIDcxLjA1TDEyNi4wNiAxNjBIMjRjLTEzLjI2IDAtMjQgMTAuNzQtMjQgMjR2MTQ0YzAgMTMuMjUgMTAuNzQgMjQgMjQgMjRoMTAyLjA2bDg4Ljk3IDg4Ljk1YzE1LjAzIDE1LjAzIDQwLjk3IDQuNDcgNDAuOTctMTYuOTdWODguMDJjMC0yMS40Ni0yNS45Ni0zMS45OC00MC45Ny0xNi45N3ptMjMzLjMyLTUxLjA4Yy0xMS4xNy03LjMzLTI2LjE4LTQuMjQtMzMuNTEgNi45NS03LjM0IDExLjE3LTQuMjIgMjYuMTggNi45NSAzMy41MSA2Ni4yNyA0My40OSAxMDUuODIgMTE2LjYgMTA1LjgyIDE5NS41OCAwIDc4Ljk4LTM5LjU1IDE1Mi4wOS0xMDUuODIgMTk1LjU4LTExLjE3IDcuMzItMTQuMjkgMjIuMzQtNi45NSAzMy41IDcuMDQgMTAuNzEgMjEuOTMgMTQuNTYgMzMuNTEgNi45NUM1MjguMjcgNDM5LjU4IDU3NiAzNTEuMzMgNTc2IDI1NlM1MjguMjcgNzIuNDMgNDQ4LjM1IDE5Ljk3ek00ODAgMjU2YzAtNjMuNTMtMzIuMDYtMTIxLjk0LTg1Ljc3LTE1Ni4yNC0xMS4xOS03LjE0LTI2LjAzLTMuODItMzMuMTIgNy40NnMtMy43OCAyNi4yMSA3LjQxIDMzLjM2QzQwOC4yNyAxNjUuOTcgNDMyIDIwOS4xMSA0MzIgMjU2cy0yMy43MyA5MC4wMy02My40OCAxMTUuNDJjLTExLjE5IDcuMTQtMTQuNSAyMi4wNy03LjQxIDMzLjM2IDYuNTEgMTAuMzYgMjEuMTIgMTUuMTQgMzMuMTIgNy40NkM0NDcuOTQgMzc3Ljk0IDQ4MCAzMTkuNTQgNDgwIDI1NnptLTE0MS43Ny03Ni44N2MtMTEuNTgtNi4zMy0yNi4xOS0yLjE2LTMyLjYxIDkuNDUtNi4zOSAxMS42MS0yLjE2IDI2LjIgOS40NSAzMi42MUMzMjcuOTggMjI4LjI4IDMzNiAyNDEuNjMgMzM2IDI1NmMwIDE0LjM4LTguMDIgMjcuNzItMjAuOTIgMzQuODEtMTEuNjEgNi40MS0xNS44NCAyMS05LjQ1IDMyLjYxIDYuNDMgMTEuNjYgMjEuMDUgMTUuOCAzMi42MSA5LjQ1IDI4LjIzLTE1LjU1IDQ1Ljc3LTQ1IDQ1Ljc3LTc2Ljg4cy0xNy41NC02MS4zMi00NS43OC03Ni44NnoiPjwvcGF0aD48L3N2Zz4=");
  background-repeat: no-repeat;
}

.t-muted {
  background-image: url("data:image/svg+xml;base64,PHN2ZyBhcmlhLWhpZGRlbj0idHJ1ZSIgZm9jdXNhYmxlPSJmYWxzZSIgcm9sZT0iaW1nIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIgNTEyIj4KICA8cGF0aCBmaWxsPSIjRkZGIiBkPSJNMjE1LjAzIDcxLjA1TDEyNi4wNiAxNjBIMjRjLTEzLjI2IDAtMjQgMTAuNzQtMjQgMjR2MTQ0YzAgMTMuMjUgMTAuNzQgMjQgMjQgMjRoMTAyLjA2bDg4Ljk3IDg4Ljk1YzE1LjAzIDE1LjAzIDQwLjk3IDQuNDcgNDAuOTctMTYuOTdWODguMDJjMC0yMS40Ni0yNS45Ni0zMS45OC00MC45Ny0xNi45N3pNNDYxLjY0IDI1Nmw0NS42NC00NS42NGM2LjMtNi4zIDYuMy0xNi41MiAwLTIyLjgybC0yMi44Mi0yMi44MmMtNi4zLTYuMy0xNi41Mi02LjMtMjIuODIgMEw0MTYgMjEwLjM2bC00NS42NC00NS42NGMtNi4zLTYuMy0xNi41Mi02LjMtMjIuODIgMGwtMjIuODIgMjIuODJjLTYuMyA2LjMtNi4zIDE2LjUyIDAgMjIuODJMMzcwLjM2IDI1NmwtNDUuNjMgNDUuNjNjLTYuMyA2LjMtNi4zIDE2LjUyIDAgMjIuODJsMjIuODIgMjIuODJjNi4zIDYuMyAxNi41MiA2LjMgMjIuODIgMEw0MTYgMzAxLjY0bDQ1LjY0IDQ1LjY0YzYuMyA2LjMgMTYuNTIgNi4zIDIyLjgyIDBsMjIuODItMjIuODJjNi4zLTYuMyA2LjMtMTYuNTIgMC0yMi44Mkw0NjEuNjQgMjU2eiI+PC9wYXRoPgo8L3N2Zz4=");
  background-repeat: no-repeat;
  top: -1px;
  position: relative;
}

.th-player {
  width: 100%;
  height: auto;
  background-color: #d00013;
  position: relative;
}
.th-player .sm {
  width: 25px !important;
  height: 25px !important;
}
.th-player .primary {
  background-color: #d00013 !important;
  color: #FFF;
}
.th-player .round {
  background-color: #414042;
  position: relative;
  width: 35px;
  height: 35px;
  display: inline-block;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: 100ms all ease;
  transition: 100ms all ease;
}
.th-player .th-p-volume {
  position: relative;
  left: 50px;
  /* top: 0; */
  bottom: -3px;
}

.th-player__background {
  -webkit-filter: blur(20px);
  filter: blur(20px);
  position: absolute;
  top: -20px;
  left: -20px;
  right: -20px;
  bottom: -20px;
  background-size: cover;
  background-position: 50% 50%;
}

.th-player__overlay {
  position: absolute;
  top: 0;
  z-index: 200;
  width: 100%;
  height: 150px;
  padding: 0 20px;
  background-color: #e7e9ec;
  -webkit-transition: top 0.25s;
  transition: top 0.25s;
}
.th-player__overlay.is-up {
  position: absolute;
  top: -150px;
}
.th-player__overlay h3 {
  font-size: 15px;
  line-height: 16px;
  margin: 20px 0 0 0;
}
.th-player__overlay p {
  margin-bottom: 3px;
}

.th-player__main {
  background-color: #282828;
  margin-left: 125px;
  height: 115px;
  position: relative;
}

.th-player__info h3 {
  font-size: 17px;
  line-height: 19px;
  color: #FFF;
  padding: 10px 0 0 8px;
  margin: 0 30px 0 0;
}

.th-player__bottom {
  height: 60px;
  background-color: #282828;
}

.th-player__playbar {
  background-color: #FFF;
}

.th-player__controls {
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

.th-player__ctrl-buttons {
  position: absolute;
  left: 34%;
  bottom: 10px;
  text-align: center;
  vertical-align: middle;
}

.th-player__ca {
  position: relative;
  float: left;
}

.th-player .th-p-share {
  position: absolute;
  top: 5px;
  right: 4px;
}
.th-player .th-p-share svg {
  position: relative;
  top: -2px;
  right: -3px;
}
.th-player .th-p-seekback {
  padding: 5px;
  margin-right: 15px;
}
.th-player .th-p-seekback svg {
  position: relative;
}
.th-player .th-p-seekforward {
  padding: 5px;
  margin-left: 15px;
}
.th-player .th-p-seekforward svg {
  position: relative;
}

.faq-section a {
  color: var(--primary-color);
  text-decoration: underline;
}
.faq-section a:hover {
  color: var(--text-color);
  text-decoration: none;
}
.faq-section .faq-section-header {
  font-weight: 600;
  color: var(--primary-color);
}
.faq-section .accordion-button {
  font-family: var(--font-bolder);
}
.faq-section .accordion-button:not(.collapsed) {
  color: #000;
  background-color: #eaeaea;
  -webkit-box-shadow: inset 0 calc(var(--text-color) * -1) 0 var(--text-color);
          box-shadow: inset 0 calc(var(--text-color) * -1) 0 var(--text-color);
}
.faq-section .accordion-button:not(.collapsed)::after {
  background-image: var(--bs-accordion-btn-icon);
}
.faq-section .accordion-body p:last-of-type {
  margin-bottom: 0;
}

#thm-messages {
  min-height: 400px;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  padding: 10px;
  margin-bottom: 10px;
  background-color: #f5f5f5;
}

.thm-message-view {
  height: calc(100vh - 200px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.thm-message-view__footer {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.thm-thread__notsel {
  background-color: #f5f5f5;
}

.fa i > svg {
  width: var(--controls-svg-size);
}

.fa-leave i > svg {
  width: 18px;
  fill: #808080;
}

.scrollarea {
  overflow-y: auto;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.img-thumbnail {
  width: 40px;
  height: auto;
  padding: 0;
  border-radius: 10px;
}

#thm-threads {
  border-radius: 10px;
}

.thm-thread.unread {
  border-left: 3px solid var(--primary-color);
  font-weight: bold;
}

.thm-thread.active {
  background-color: #bfd9f5;
}

.thm-thread {
  font-size: 18px;
  border: 1px solid #e5e5e5;
  padding: 10px 0;
  border-radius: 10px;
  margin-bottom: 10px;
}
.thm-thread:hover {
  cursor: pointer;
  z-index: 1;
  text-decoration: none;
  background-color: #e5e5e5;
}
.thm-thread__subject {
  max-width: 425px;
}
@media (max-width: 1200px) {
  .thm-thread__subject {
    max-width: 400px;
  }
}
@media (max-width: 992px) {
  .thm-thread__subject {
    max-width: 300px;
  }
}
@media (max-width: 768px) {
  .thm-thread__subject {
    max-width: 200px;
  }
}
.thm-thread__subject__author {
  font-size: 14px;
}

.thm-msg {
  display: inline-block;
  position: relative;
  border: solid #d9d9d9 1px;
  background: #ffffff;
  border-radius: 6px;
}
.thm-msg a {
  color: var(--primary-color);
}
.thm-msg__ul {
  color: var(--text-color);
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
}
.thm-msg__ul li > i {
  vertical-align: middle;
}
.thm-msg h2 {
  margin: 10px 0;
}
.thm-msg__body {
  color: #000000;
  font-size: var(--lb-fs-body, 22px);
  line-height: var(--post-body-lh);
}
.thm-msg__body figure {
  margin: 10px auto;
}
.thm-msg__body a {
  color: var(--primary-color);
  text-decoration: underline;
  overflow-wrap: break-word;
}
.thm-msg__body a:hover {
  text-decoration: none !important;
}
.thm-msg__body > img {
  display: block;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  margin: 10px 0;
}
.thm-msg__body iframe {
  display: block;
  width: 100%;
  vertical-align: middle;
}
.thm-msg__body .embed-responsive, .thm-msg__body .fr-video {
  margin: 30px auto;
}
.thm-msg__body blockquote {
  background-color: #FFF;
  border-radius: 10px;
  border-bottom: 1px solid var(--border-color);
  border-left: none;
  border-top: 1px solid var(--border-color);
  font-family: SourceSansProRegular, Helvetica, sans-serif;
  font-size: 100%;
  font-style: normal;
  margin: 10px 0;
  padding: 10.5px 40px;
  position: relative;
}
.thm-msg__body blockquote:before {
  color: #b81f25;
  content: "“";
  font-family: Georgia, serif;
  font-size: 4.5em;
  left: 5px;
  line-height: 1;
  position: absolute;
  top: 0;
}
.thm-msg__body blockquote:after {
  bottom: -0.5em;
  color: #b81f25;
  content: "”";
  float: right;
  font-family: Georgia, serif;
  font-size: 4.5em;
  line-height: 1;
  position: absolute;
  right: 5px;
}
.thm-msg__body p:last-of-type {
  margin-bottom: 5px;
}

.thm-msg-bar .fa-compose {
  fill: white;
}
.thm-msg-bar .fa-compose:active {
  fill: #000;
}
.thm-msg-bar .fa-compose:hover {
  fill: #000;
}
.thm-msg-bar .fa-compose:focus {
  fill: #000;
}
.thm-msg-bar .fa-inbox {
  fill: #808080;
}
.thm-msg-bar .fa-inbox i > svg {
  width: 30px;
}

.ec-navbar .ec-heading-logo {
  max-height: 1.9em;
  max-width: 100%;
}
@media (max-width: 463px) {
  .ec-navbar .ec-heading-logo {
    max-height: 1.7em;
  }
}
.ec-navbar .thm-button {
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
          box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  font-weight: bold;
}
.ec-navbar .thm-button:hover {
  background-color: white;
  color: #000;
}