.header-coverage {
  background: url(https://media.industrialinfo.com/images/headers/Webinar.jpg) no-repeat top right;
  background-color: #011935;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: right;
  height: 200px;
  border-bottom: 2px solid #5d7fac;
  width: 100%;
}
.clk {
  text-align: center;
  padding-top: 61px;
}
.header-coverage-title {
  color: #6ff;
  font-family: 'carto', Arial, sans-serif;
  font-weight: normal;
  font-size: 3rem;
  text-shadow: 1px 3px 3px #2f2f2f;
  margin-bottom: -2px;
}
.header-coverage-subtitle {
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  text-transform: uppercase;
}

.page-header {
  background-image: url('https://media.industrialinfo.com/images/headers/Webinar.jpg');
}

.podcast-bg {
  background-image: url('https://media.industrialinfo.com/news/img/audiocast-low-poly-bg.jpg');
}

.audio-controls {
  bottom: 0;
  left: 0;
}

.page-header.industry-news {
  background-image: url('https://media.industrialinfo.com/images/low-poly-headers/audio-cast.jpg');
}

.accordion-button:not(.collapsed) {
  color: var(--primary-light-grey);
}

.accordion-button::after {
  filter: brightness(0) saturate(100%) invert(95%) sepia(15%) saturate(22%) hue-rotate(212deg)
    brightness(97%) contrast(104%);
}

aside img.avatar {
  margin-bottom: -100px;
}

.news-slider img,
.latest-news img,
#news-tabs-content img {
  object-fit: cover;
  object-position: bottom left;
  position: absolute;
  bottom: 0;
}

.news-slider .carousel-indicators {
  bottom: -2.5rem;
}
.news-slider .carousel-indicators [data-bs-target] {
  background-color: var(--primary-dark-blue);
}
.news-slider-content {
  background-color: #00263db5;
}
.news-slider-content p > a {
  color: var(--primary-light-blue);
}
.news-slider-content p > a:hover {
  color: var(--logo-orange);
}
.news-ad img {
  width: 100%;
}

.latest-news > .row {
  flex: 1 1 0;
}

.view-recent-news {
  font-size: 0.7rem;
}

#news-tabs-content,
#news-geo-tabs-content {
  overflow-y: auto;
  overflow-x: hidden;
}

.tab-pane.active {
  height: 0;
}

#news-settings-dialog input[type='checkbox'],
#news-settings-dialog input[type='radio'] {
  margin-right: 0.5rem;
}

@media (max-width: 768px) {
  .tab-pane.active {
    height: auto !important;
  }
}

.tab-content > .tab-pane:not(.active) {
  display: none !important;
}

.fade.show {
  opacity: 1;
}

.spinner-border {
  animation: spin 1s infinite linear !important;
}

@keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
  }
}

.modal-backdrop.show {
  height: 100vh;
  width: 100vw;
  inset: 0;
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10;
}

.updated .row {
  max-width: 100vw;
}
.free-icon {
  display: inline-block;
  margin-top: 0;
  background-position: -30px 15px;
  height: 15px;
  width: 30px;
  position: relative;
  top: 3px;
  background-image: url(https://media.industrialinfo.com/news/images/free-icon.svg);
}
.premium-icon {
  display: inline-block;
  background-position: 0 14px;
  height: 15px;
  width: 51px;
  margin-top: 0;
  position: relative;
  top: 3px;
  background-image: url(https://media.industrialinfo.com/news/images/premium-icon.jpg);
}

.updated .nav-tabs .nav-link.active {
  color: var(--primary-dark-blue);
  border-bottom: 3px solid var(--primary-dark-blue);
  opacity: 1;
}

@media (max-width: 768px) {
  .tab-pane.active {
    height: auto !important;
  }
  .header-coverage {
    position: relative;
  }
  .header-coverage:before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
  }
  .header-coverage .clk {
    position: relative;
    z-index: 2;
  }
  .header-coverage-title {
    font-size: calc(100% + 1vw + 1vh);
  }
  .header-coverage-subtitle {
    font-size: calc(25% + 1vw + 1vh);
    text-shadow: 0 0 5px #000;
  }
}
