@import url("https://cdn.jsdelivr.net/npm/bootstrap@4.6.0/dist/css/bootstrap.min.css");

body {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: stretch;
}

#playlist #embed-container {
  display: flex;
  margin: 0 auto;
  align-items: center;
}

.playlists,
.video-preview-title,
.title,
.info,
.info-for-playlist,
.playlist-video-preview-title,
.search {
  font-family: Roboto, HelveticaNeue, "Helvetica Light", Arial, sans-serif;
  padding: 7px;
}

#navigation {
  display: none;
}

.marginTop20 {
  margin-top: 20px;
}

.marginBottom20 {
  margin-bottom: 20px;
}


.navigationShown {
  display: inline-table;
  margin-right: 35px;
}

center {
  margin-top: 30px;
  cursor: pointer;
  float: left;
  font-size: 12px;
  font-weight: 300;
  list-style: none;
  margin-right: 2px;
  padding: 10px;
}

.circle {
  display: block;
  float: left;
  height: 25px;
  width: 25px;
}

.circle:hover {
  background-color: #999;
}

.padding {
  margin-left: 5px;
}

#content {
  height: 582px;
  height: 0px;
}

.header ~ #content {
  padding-top: 15px;
}

#desc a {
  color: blue;
  text-decoration: underline !important;
}

.image ~ .title,
.title {
  pointer-events: none;
  opacity: 1;
  position: relative;
  color: #fff;
  font-weight: 300;
  left: 9px;
  z-index: 0;
  margin-top: -178px;
  margin-left: -8px;
  padding: 4px;
  width: inherit;
  height: 90px;
  overflow-wrap: break-word;
}

.playlist-video-preview-title {
  pointer-events: none;
  opacity: 1;
  position: absolute;
  font-weight: 300;
  z-index: 0;
  top: 0;
  left: 0;
  bottom: unset;
  right: unset;
  position: absolute;
  padding: 4px;
  width: inherit;
  overflow-wrap: break-word;
}

.video-preview-title {
  color: #fff !important;
}

.video-preview-title .playlist-video-preview-title {
  overflow-wrap: break-word;
  font-weight: 300;
  padding: 4px;
  pointer-events: none;
}

.item .info,
.playlistItem .info-for-playlist {
  pointer-events: none;
}

.playlistItem .info-for-playlist {
  position: absolute;
  border-radius: 3px;
  bottom: 0;
  top: unset;
  left: unset;
  right: 0;
  padding: 6px;
  color: white;
  z-index: 2;
}

.playlistItem {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .playlistItem {
    margin-bottom: 0px;
  }
}

.rightArrowPlaylist {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.leftArrowPlaylist {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.item,
.false-item {
  height: 240px;
  list-style-type: none;
  margin: 0 10px;
  width: 283px;
}

.false-item {
  display: none;
}

.item img.thumb,
.item div.thumb,
.false-item img.thumb,
.false-item div.thumb {
  box-sizing: border-box;
  border-radius: 0px;
  cursor: pointer;
  height: 160px;
  margin-bottom: 7px;
  opacity: 1;
  padding: 0px;
  width: 283px;
}

.playlistItem img.thumbnailForPlaylistPreviewBox,
.playlistItem div.thumbnailForPlaylistPreviewBox,
.false-item img.thumbnailForPlaylistPreviewBox,
.false-item div.thumbnailForPlaylistPreviewBox {
  box-sizing: border-box;
  border-radius: 0px;
  cursor: pointer;
  height: 84px;
  width: 150px;
  opacity: 1;
  padding: 0px;
  margin: auto;
  margin-bottom: 30px;
}

@media (min-width: 661px) {
  .playlistItem img.thumbnailForPlaylistPreviewBox,
  .playlistItem div.thumbnailForPlaylistPreviewBox,
  .false-item img.thumbnailForPlaylistPreviewBox,
  .false-item div.thumbnailForPlaylistPreviewBox {
    height: 107px;
    width: 190px;
  }
}

@media (min-width: 768px) {
  .playlistItem img.thumbnailForPlaylistPreviewBox,
  .playlistItem div.thumbnailForPlaylistPreviewBox,
  .false-item img.thumbnailForPlaylistPreviewBox,
  .false-item div.thumbnailForPlaylistPreviewBox {
    height: 112.5px;
    width: 200px;
  }
}

@media (min-width: 992px) {
  .playlistItem img.thumbnailForPlaylistPreviewBox,
  .playlistItem div.thumbnailForPlaylistPreviewBox,
  .false-item img.thumbnailForPlaylistPreviewBox,
  .false-item div.thumbnailForPlaylistPreviewBox {
    height: 151px;
    width: 270px;
  }
}

@media (min-width: 1200px) {
  .playlistItem img.thumbnailForPlaylistPreviewBox,
  .playlistItem div.thumbnailForPlaylistPreviewBox,
  .false-item img.thumbnailForPlaylistPreviewBox,
  .false-item div.thumbnailForPlaylistPreviewBox {
    height: 180px;
    width: 320px;
  }
}

.playlistItem img.thumbnailForPlaylistPreviewBox,
.playlistItem div.thumbnailForPlaylistPreviewBox,
.false-item img.thumbnailForPlaylistPreviewBox,
.false-item div.thumbnailForPlaylistPreviewBox .item img.thumb:hover,
.item div.thumb:hover,
.false-item img.thumb:hover,
.false-item div.thumb:hover {
  opacity: 0.8;
}

.item .info {
  background: transparent;
  position: absolute;
  bottom: 0;
  right: 2px;
  top: 140px;
}

.item .info:before {
  content: " ";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  z-index: -10;
  bottom: 0;
  left: 0;
}

.playlistItem {
  position: relative;
}

.info-for-playlist {
  display: block;
  position: absolute;
  border-radius: 3px;
  z-index: -10;
}

.playlist-video-preview-size {
  box-sizing: border-box;
  border-radius: 0px;
  cursor: pointer;
  height: 84px;
  width: 150px;
  opacity: 1;
  padding: 0px;
  position: absolute;
  left: 0;
  top: 0;
}

@media (min-width: 768px) {
  #search {
    width: 100%;
    font-size: 24px;
    border-bottom-width: 1px;
  }
}

@media (min-width: 661px) {
  .playlist-video-preview-size {
    height: 107px;
    width: 190px;
  }
}

@media (min-width: 768px) {
  .playlist-video-preview-size {
    height: 112.5px;
    width: 200px;
  }
}

@media (min-width: 992px) {
  .playlist-video-preview-size {
    height: 151px;
    width: 270px;
  }
}

@media (min-width: 1200px) {
  .playlist-video-preview-size {
    height: 180px;
    width: 320px;
  }
}

.thumbnailForPlaylistPreviewButton {
  position: relative;
  cursor: pointer;
}

.thumbnailForPlaylistPreviewButton,
.thumbnailForPlaylistPreview {
  height: 84px;
  width: 150px;
}

@media (min-width: 661px) {
  .thumbnailForPlaylistPreviewButton,
  .thumbnailForPlaylistPreview {
    height: 107px;
    width: 190px;
  }
}

@media (min-width: 768px) {
  .thumbnailForPlaylistPreviewButton,
  .thumbnailForPlaylistPreview {
    height: 112.5px;
    width: 200px;
  }
}

@media (min-width: 992px) {
  .thumbnailForPlaylistPreviewButton,
  .thumbnailForPlaylistPreview {
    height: 151px;
    width: 270px;
  }
}

@media (min-width: 1200px) {
  .thumbnailForPlaylistPreviewButton,
  .thumbnailForPlaylistPreview {
    height: 180px;
    width: 320px;
  }
}

.video-preview-size {
  box-sizing: border-box;
  border-radius: 0px;
  cursor: pointer;
  height: 160px;
  margin-bottom: 7px;
  opacity: 1;
  padding: 0px;
  width: 283px;
  position: absolute;
  left: 0px;
}

.video-preview-title {
  position: absolute;
  top: 5px;
  left: 0;
}

.thumbnail-li {
  position: relative;
}

.item,
.false-item {
  height: 186px;
}

#playlistThumbnailsContainer,
.item,
.false-item {
  position: relative;
}

a.title:before a.playlist-video-preview-title:before {
  content: " ";
  margin-left: -5px;
  margin-top: -5px;
  display: block;
  width: 284px;
  height: 172px;
  opacity: 0.5;
  position: absolute;
  z-index: -10;
  background: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0.55) 0%,
    rgba(0, 0, 0, 0) 50%,
    rgba(0, 0, 0, 0) 100%
  );
  /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0.55) 0%,
    rgba(0, 0, 0, 0) 50%,
    rgba(0, 0, 0, 0) 100%
  );
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.55) 0%,
    rgba(0, 0, 0, 0) 50%,
    rgba(0, 0, 0, 0) 100%
  );
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=0);
  /* IE6-9 */
}

.thumbnailForPlaylistPreviewBox:hover + .info-for-playlist,
.info-for-playlist:hover .thumb:hover + .info,
.info:hover {
  display: inline-block;
  font-weight: 300;
}

#search-mobile,
#search {
  font-size: 24px;
  font-family: Roboto, HelveticaNeue, "Helvetica Light", Arial, sans-serif;
  padding-left: 7px;
  border-right: 0px;
  border-left: 0px;
  border-top: 0px;
  border-bottom: 2px;
  border-style: solid;
  margin: 8px;
  box-sizing: content-box;
}

#search-mobile {
  width: 100%;
}

#search-mobile:focus,
#search:focus {
  outline: none;
}

.searchButtonMobileStart {
  align-items: center;
  display: flex;
  font-size: 2em;
  justify-content: center;
  font-family: fontAwesome;
}

.hamburgerMenuCloseButton {
  font-family: fontAwesome;
  color: #646464;
  display: flex;
  font-size: 25px;
  align-items: center;
  justify-content: flex-end;
  padding-right: 10px;
}

.mobile-search-underline {
  height: 3px;
  width: 100%;
}

.loadMoreButton {
  display: flex;
  align-items: center;
  justify-content: center;
}


#search-button {
  position: absolute;
  bottom: 10px;
  z-index: 10;
  font-size: 20pt;
  left: -15px;
  padding: 10px;
}

#search-button-mobile {
  font-size: 2em;
}

@media (min-width: 768px) {
  #search-button {
    font-size: 20pt;
  }
}

#search-button:hover {
  cursor: pointer;
}

html,
body {
  box-sizing: border-box;
}

body {
  overflow-x: hidden;
}

.sub-body {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.fullWidthAndHeight {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}

.containerForHero {
  align-items: stretch;
  justify-content: stretch;
  flex: 1;
}

.menuScreenCropped #close {
  display: none;
}

#playlist {
  box-sizing: border-box;
}

#playlist .thumbnailsAndPagingControls {
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

#playlists {
  margin-top: 8px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 30px;
  text-align: center;
  display: flex;
  padding: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

#playlists li {
  border-radius: 3px;
  box-sizing: content-box;
  float: none;
  cursor: pointer;
  font-size: 12px;
  font-weight: 300;
  list-style: none;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 5px;
}

#details {
  margin: 15px;
}

.inline-player-container {
  padding: 10px;
  background: #202020;
  clear: both;
  display: none;
  overflow: hidden;
}

.inline-player {
  display: flex;
  align-items: center;
}

.thumbnailPlaylistContainer {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.thumbnailPlaylistContainerList {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
}

.thumbnailForPlaylistPreviewBox {
  height: 84px;
  width: 150px;
  position: relative;
}

@media (min-width: 661px) {
  .thumbnailForPlaylistPreviewBox {
    height: 107px;
    width: 190px;
  }
}

@media (min-width: 768px) {
  .thumbnailForPlaylistPreviewBox {
    width: 200px;
    height: 112.5px;
  }
}

@media (min-width: 992px) {
  .thumbnailForPlaylistPreviewBox {
    height: 151px;
    width: 270px;
  }
}

@media (min-width: 1200px) {
  .thumbnailForPlaylistPreviewBox {
    height: 180px;
    width: 320px;
  }
}

#details {
  padding: 15px;
  margin-top: 1px;
  left: 0;
  -webkit-transition: left 0.5s;
  transition: left 0.5s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  z-index: 10;
}

#details:before {
  content: "";
  display: block;
  position: absolute;
  z-index: -10;
  width: 100%;
  height: 100%;
  margin-left: -30px;
}

.mobile-playlists-menu-button {
  position: relative;
  font-size: 18px;
  cursor: pointer;
  padding-right: 10px;
  font-size: 22px;
}

.mobile-playlists-menu-bar {
  font-size: 5.5vw;
  margin-top: 20px;
  margin-left: 12px;
  z-index: 4;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.topPlaylistTitleMobile {
  overflow: hidden;
  display: flex;
}

.searchAndPlaylists {
  display:none;
}

@media (min-width: 576px) {
  .searchAndPlaylists {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
}

/*new mobile menu styles*/
.mobile-playlists-menu {
  background-color: #fff;
  box-shadow: 3px 3px 12px 2px #383838;
  border-radius: 0 0 5px 5px;
  color: #000;
  display: none;
  line-height: normal;
  position: absolute;
  text-align: left;
  top: 220px;
  max-width: 97%;
  left: 0px;
  max-width: 100vw;
  max-height: 650px;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 20;
}
#arrowup {
  display: none;
}
#mobilePlaylists li {
  background-color: #ffffff;
  font-size: 1.5em;
  text-align: left;
  margin-right: 20px;
}

#mobilePlaylists li.active {
  background-color: #ffffff !important;
}

#mobile-playlists {
  display: none;
}

.content-body {
  position: relative;
}

.expose-playlists-menu {
  left: 360px !important;
}

.playlist {
  padding-left: 20px;
}

.playlist img {
  width: 100%;
  cursor: pointer;
}

.relative {
  position: relative;
}

.inline-block {
  display: inline-block !important;
}

.playlist .caption {
  margin-top: -12px;
  pointer-events: none;
}

.caption:before {
  content: " ";
  width: 320px;
  height: 44px;
  position: absolute;
  margin: -4px 0 0 -45px;
  background: black;
  opacity: 0.4;
}

.title,
.count {
  font-family: Roboto, HelveticaNeue, "Helvetica Light", Arial, sans-serif;
  position: relative;
  z-index: 10;
}

.detailsForMLS {
  margin-top: 20px;
}

.header {
  position: absolute;
  height: 43px;
  width: 329px;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#3c3c3c),
    to(#111)
  );
  background-image: -webkit-linear-gradient(#3c3c3c, #111);
  background-image: -moz-linear-gradient(#3c3c3c, #111);
  background-image: -ms-linear-gradient(#3c3c3c, #111);
  background-image: -o-linear-gradient(#3c3c3c, #111);
  background-image: linear-gradient(#3c3c3c, #111);
}

.next-video-content h2 {
  line-height: 1em;
  border-bottom: 0px;
}

.next-video-container + .recommended-videos-container p {
  margin: 12px 0 5px 0;
}
.mlsPlayer {
  padding: 0px;
}
.banner-player-for-hero {
  background: #202020;
  height: initial;
  width: 100%;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}

.banner-player {
  background: #202020;
  height: initial;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}

.overflow-deterrent {
  top: 0;
}

#playlistThumbnailsContainer {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 30px;
  margin-top: 30px;
}

.playlistTitle {
  margin-top: 5px;
  font-size: 24px;
}

.bannerChannelItem {
  display: flex;
  align-items: center;
  justify-content: center;
}

.containerBannerNotCropped {
  height: 100%;
  width: 100%;
}

.containerBannerCropped {
  height: 200px;
  width: 100%;
}

@media (min-width: 576px) {
  .containerBannerCropped {
    height: 300px;
    width: 100%;
  }
}

@media (min-width: 768px) {
  .containerBannerCropped {
    height: 381px;
    width: 100%;
  }
}

@media (min-width: 992px) {
  .containerBannerCropped {
    height: 500px;
    width: 100%;
  }
}

@media (min-width: 1200px) {
  .containerBannerCropped {
    height: 600px;
    width: 100%;
  }
}

.maxHeightPlayerContainer {
  max-height: 650px;
}

.right-side-hero,
.left-side-hero {
  position: absolute;
  height: 100%;
  width: 28%;
}

.right-side-hero {
  right: 0;
}

.left-hero-arrow,
.right-hero-arrow {
  position: absolute;
  background: rgba(0, 0, 0, 0.2);
  margin: 0 20px;
  padding: 7px;
  display: none;
  cursor: pointer;
}

.left-hero-arrow {
  left: 0;
}

.right-hero-arrow {
  right: 0;
}

.left-hero-arrow,
.right-hero-arrow {
  display: none;
}

.playlistMobile {
  display: flex;
  flex-direction: row;
}

.playlistTitleMobile {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
