.jw-player-playlist-gallery-landing {
  display: flex;
  flex-direction: column;
  height: unset;
}
:where(.sfPageEditorWrp) .jw-player-playlist-gallery-landing {
  overflow-y: clip;
}

.jw-player-playlist-gallery-landing:not(.avixa-tv-body .jw-player-playlist-gallery-landing) {
  position: relative;
  z-index: 1;
}
.jw-player-playlist-gallery-landing:not(.avixa-tv-body .jw-player-playlist-gallery-landing) > * {
  z-index: 1;
  position: relative;
}
.jw-player-playlist-gallery-landing:not(.avixa-tv-body .jw-player-playlist-gallery-landing)::before {
  width: 100vw;
  position: relative;
  margin-left: -50vw;
  left: 50%;
  background-color: var(--avixa-purple, #3f1833);
  height: 100%;
  content: "";
  display: block;
  top: 0;
  z-index: 0;
  position: absolute;
}
.jumbotron + .jw-player-playlist-gallery-landing:not(.avixa-tv-body .jw-player-playlist-gallery-landing)::before {
  margin-top: -32px;
}
@media (max-width: 767px) {
  .jumbotron + .jw-player-playlist-gallery-landing:not(.avixa-tv-body .jw-player-playlist-gallery-landing)::before {
    margin-top: 0px;
  }
}
.jumbotron.attached-hero + .jw-player-playlist-gallery-landing:not(.avixa-tv-body .jw-player-playlist-gallery-landing)::before {
  margin-top: 0px;
}
.jumbotron.no-title + .jw-player-playlist-gallery-landing:not(.avixa-tv-body .jw-player-playlist-gallery-landing)::before {
  margin-top: -40px;
}
@media (width < 768px) {
  .jw-player-playlist-gallery-landing {
    height: unset;
  }
}

.label-view-all-nested-row {
  align-items: baseline;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.video-label {
  font-size: 30px;
  color: var(--avixa-yellow, #f6ca15);
  font-family: "Euclid-bold", Calibri, Arial, sans-serif;
  cursor: pointer;
  margin: 30px 0;
}

.playlist-sponsor-by {
  align-self: flex-start;
  background-color: #ece2b9;
  color: var(--avixatv-purple-darker, #20101C);
  font-family: "Euclid-bold", Calibri, Arial, sans-serif;
  padding-inline: 0.5rem;
  flex-basis: auto;
  font-size: 1rem;
  margin-top: 0;
  margin-bottom: 1.5rem;
  margin-right: auto;
  text-transform: uppercase;
}

.playlist-sponsor-by a,
.playlist-partner-by a,
.playlist-sponsor-by a:visited,
.playlist-partner-by a:visited {
  color: var(--avixatv-purple-darker, #20101C) !important;
}

.playlist-partner-by {
  align-self: flex-start;
  background: var(--avixatv-blue-light, #c8d8f5);
  color: var(--avixatv-purple-darker, #20101C);
  font-family: "Euclid-bold", Calibri, Arial, sans-serif;
  padding-inline: 0.5rem;
  flex-basis: auto;
  font-size: 1rem;
  margin-top: 0;
  margin-bottom: 1.5rem;
  margin-right: auto;
  text-transform: uppercase;
}

.jw-gallery-landing__scroll-row-container {
  position: relative;
}

.video-row {
  display: flex;
  gap: 2rem;
  padding-left: 15px;
  flex-wrap: nowrap;
  max-width: 1150px;
  overflow-x: scroll;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
  position: relative;
}
.featured-videos .video-row {
  max-width: unset;
}

.sponsored-video-background {
  background: var(--avixa-eggplant, #3f1833);
}

.video-row-vertical {
  display: flex;
  gap: 20px;
  padding-left: 20px;
  margin-bottom: 30px;
  height: 570px; /*fixed height for video playlist difficult to make work with videos with description and no description*/
  overflow-y: scroll;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}

.video-row::-webkit-scrollbar {
  display: none;
}

.video-row-vertical::-webkit-scrollbar {
  display: none;
}

.arrow-buttons {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

button.arrow-button-right {
  color: var(--avixa-eggplant, #3f1833);
  background: var(--avixa-yellow, #f6ca15);
  border-radius: 50%;
  height: 50px;
  width: 50px;
  border: none;
  z-index: 2;
  position: relative;
  content: "f061";
  position: absolute;
  top: 73px;
  right: 0;
}
button.arrow-button-right:hover {
  cursor: pointer;
}

button.arrow-button-left {
  color: var(--avixa-eggplant, #3f1833);
  background: var(--avixa-yellow, #f6ca15);
  border-radius: 50%;
  height: 50px;
  width: 50px;
  border: none;
  z-index: 2;
  position: relative;
  content: "f061";
  position: absolute;
  top: 73px;
  left: 0;
}
button.arrow-button-left:hover {
  cursor: pointer;
}

button.arrow-button-up {
  color: var(--avixa-eggplant, #3f1833);
  background: var(--avixa-yellow, #f6ca15);
  border-radius: 50%;
  height: 50px;
  width: 50px;
  border: none;
  z-index: 2;
  position: relative;
}
button.arrow-button-up:hover {
  cursor: pointer;
}

button.arrow-button-down {
  color: var(--avixa-eggplant, #3f1833);
  background: var(--avixa-yellow, #f6ca15);
  border-radius: 50%;
  height: 50px;
  width: 50px;
  border: none;
  z-index: 2;
  position: relative;
  float: left;
}
button.arrow-button-down:hover {
  cursor: pointer;
}

.button-parent {
  width: 150px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.button-parent button {
  margin-right: 20px;
}

.jw-landing-gallery__video-thumbnail-container {
  width: 290px;
  flex-shrink: 0;
}
.featured-videos .jw-landing-gallery__video-thumbnail-container {
  width: 370px;
  height: 370px;
  overflow-y: visible;
}

.video {
  flex: 1;
  margin-left: 20px;
  max-width: 272px;
  margin-bottom: 35px;
}
@media (width < 576px) {
  .video {
    margin-left: 50px;
  }
}

.video-duration {
  font-family: "Euclid-bold", Calibri, Arial, sans-serif;
  color: #262626;
  font-size: 0.875rem;
  font-family: "Apercu", Calibri, Arial, sans-serif;
  position: relative;
  top: 11%;
  left: 75%;
}
@media (width < 768px) {
  .video-duration {
    left: 70%;
    top: 15%;
  }
}
@media (width < 576px) {
  .video-duration {
    left: 72%;
  }
}

.video-info-row {
  margin-left: 0;
  margin-right: 0;
}

.video-full-playlist {
  flex-basis: 90%;
  font-size: 18px;
  color: #ECE2B9;
  font-family: "Euclid", Calibri, Arial, sans-serif;
  margin-top: 10px;
}
@media (width < 768px) {
  .video-full-playlist {
    left: 32%;
  }
}
@media (width < 576px) {
  .video-full-playlist {
    left: 30%;
  }
}

.video-full-playlist:hover {
  color: #ECE2B9;
}

.view-all {
  margin-bottom: 25px;
  margin-top: 5px;
}

.view-all a {
  text-decoration: underline;
}

.fa-angle-right {
  color: #ECE2B9;
  font-size: 27px;
  position: absolute;
}

.video-hr {
  margin-top: 65px;
  margin-bottom: 0;
}

/*# sourceMappingURL=List.JwPlayerPlaylistGallery_Landing.css.map */
