footer {
  margin: 0 !important;
  border: 0 !important;
}

#topAdHolder,
#bottomAdHolder {
  padding: 1rem 0;
  width: 100%;
  display: flex;
  justify-content: center;
}

#videoHolder {
  width: 100%;
}

#video {
  width: 75%;
}

#video .brightcove-react-player-loader {
  position: relative;
  width: 100%;
  padding: 0 0 56.25% 0;
}

#video .brightcove-react-player-loader video-js {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

#videoPlaylist {
  width: 100%;
  display: flex;
  align-items: flex-start;
  padding: 0 0 1rem 0;
}
#playlistHolder {
  width: 25%;
  position: relative;
  padding: 0 0 42.25% 0;
}
#playlist {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
  background-color: #000000;
  color: #ffffff;
}
#playlist::-webkit-scrollbar {
  width: 10px;
}
#playlist::-webkit-scrollbar-track {
  background: #000000;
}
#playlist::-webkit-scrollbar-thumb {
  background: #df0a74;
}

.playlistItem {
  padding: 0.5rem;
  width: 100%;
  border-bottom: 1px solid #ffffff;
}
.playlistItem.active {
  background-color: #df0a74;
}
.playlistItem.active:hover {
  background-color: #df0a74;
}
.playlistItem a {
  color: #ffffff;
}
.playlistItem a:hover {
  color: #ffffff !important;
}
.playlistItem:hover {
  background-color: #444444;
}
.playlistItem p {
  font-size: 14px;
  line-height: 1.25;
  margin: 0;
}

#rightColAds {
  width: 300px;
}

#banner {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 1rem 0;
}

#banner h1 {
  position: absolute;
  line-height: 1;
  font-size: 2rem;
  text-align: center;
  color: #ffffff;
  font-weight: bold;
  margin: 0;
  line-height: 0.75;
}

#banner h1 span {
  font-size: 1rem;
  font-style: italic;
}

#banner img {
  width: 100%;
}

#indicationsIsi {
  background-color: rgb(245, 245, 245);
  box-sizing: border-box;
  z-index: 99999;
  font-size: 14px;
}

#indicationsIsi a {
  font-weight: bold;
  color: #ff1d80;
  text-decoration: underline;
}

#indicationsIsi .underline {
  text-decoration: underline;
}

#indicationsIsi #isiInner {
  box-sizing: border-box;
  padding: 1rem;
  width: 100%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

#indicationsIsi #isiInner .strong {
  font-weight: bold;
}

#indicationsIsi #isiInner #seeMore {
  position: absolute;
  top: 0;
  right: 0;
  box-sizing: border-box;
  padding: 1rem;
  color: #ff1d80;
  cursor: pointer;
  text-decoration: underline;
}

#indicationsIsi.stuck {
  height: 150px;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  box-shadow: rgba(132, 132, 132, 0.2) -1px -3px 11px 0px;
}

#indicationsIsi h3 {
  color: #ff1d80;
  font-size: 1rem;
  font-weight: bold;
  margin: 0 0 1rem 0;
}
#indicationsIsi h3:first-of-type {
  margin: 0;
}

#playlist h3 {
  margin: 0;
  font-size: 1rem;
  font-weight: normal;
  padding: 0.5rem;
  text-align: center;
  line-height: 1;
  background: linear-gradient(to bottom, #df0a74 0%, #9a0850 50%, #df0a74 100%);
}

.playlistItem .thumbTitle {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin: 0 0 0.5rem 0;
}

.playlistItem .thumbTitle img {
  object-fit: contain;
  max-width: 25%;
}

.playlistItem .thumbTitle h4 {
  font-weight: bold;
  font-size: 1rem;
  margin: 0;
  line-height: 1;
  padding: 0 0 0 0.5rem;
}

.playlistItem .thumbTitle h4 span {
  font-size: 0.75rem;
  font-weight: normal;
}

.playlistItem sup {
  font-weight: 100;
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.25em;
}

div.main {
  margin: 0;
}

#textAd {
  margin: 1rem 0 0 0;
}

@media only screen and (max-width: 992px) {
  #videoPlaylist {
    flex-wrap: wrap;
  }
  #video {
    width: 100%;
  }
  #playlistHolder {
    width: 100%;
    padding: 0;
  }
  #playlist {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    position: relative;
  }
  #playlist h3 {
    width: 100%;
  }
  #playlist .playlistItem {
    width: 33.33%;
  }
}

#isiInner sup {
  font-weight: 100;
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.25em;
}

#indicationsIsi p {
  margin: 0 0 1rem 0;
}

@media only screen and (max-width: 961px) {
  /* #narcanContainer {
    padding: 4.5rem 0 0 0;
  } */
}

@media only screen and (max-width: 880px) {
  #videoHolder {
    width: 100%;
    padding: 0;
  }
  #rightColAds {
    display: none;
  }
}

#topPageAd {
  max-width: 728px;
  max-height: 90px;
}

@media only screen and (max-width: 967px) {
  #playlist .playlistItem {
    width: 100%;
  }
}

p.references {
  word-break: break-all;
}

@media only screen and (max-width: 573px) {
  #banner h1 {
    font-size: 1.5rem;
    margin: 0;
  }
  #banner h1 span {
    font-size: 0.75rem;
  }
}

#emergent {
  display: flex;
  align-items: flex-end;
}

#emergent img {
  margin: 0 0 0 2rem;
  max-width: 10rem;
  object-fit: contain;
}

.middleCol h1 {
  display: none;
}
#narcanContainer h1 {
  display: initial;
}
