#pageData {
  /* margin-right: 1.5%;
  margin-left: 1.5%; */
}

/*quick find page margin */

/* .bodyContainer {
  margin-right: 1.5%;
  margin-left: 1%;
} */

body {
  overflow-x: hidden; /* Prevents horizontal overflow */
}

#homePage .contentTitle {
  padding-top: 0.3em;
  color: #ccc;
}

#banner {
  margin: 1em 0;
}

#banner img {
  width: 100%;
}

.loading {
  min-height: 100px;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-radius: 3px;
  background: #222;
  border: solid 1px #333;
}

.loading img {
  display: block;
  margin-top: 1em;
  width: 160px;
  height: 20px;
}

#noLocalChannels {
  position: relative;
  min-height: 100px;
  display: flex;
  justify-content: center;
  float: left;
  width: 100%;
}

#noLocalChannels div {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  max-width: 90%;
  background: #222;
  flex-grow: 1;
  padding: 1em;
  border-radius: 8px;
  margin-top: -10px;
}

#noLocalChannels div p {
  width: 90%;
  text-align: center;
}

#noLocalChannels div a {
  color: #4db0d5;
}

/* ------ carousel styles ------- */
.slick-slider {
  margin: 0 0px;
}

.slick-slider .carouselNav {
  opacity: .7;
}

.slick-slider:hover .carouselNav {
  opacity: 1;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  display: flex;
}

.slick-slider {
  margin-top: 10px;
  margin-bottom: 20px;
}

.slick-slide {
  float: none;
}

.slick-track {
  margin-left: 0;
}

.carouselNav {
  top: 30%;
  margin: 0 auto;
  position: absolute;
  color: #616161;
  z-index: 5;
}

.carouselNav > span {
  width: 50px!important;
  height: 50px!important;
  overflow: hidden;
  display: block;
}

.slick-slider:hover .carouselNav > span {
  opacity: .8;
}

.slick-slider:hover .carouselNav > span:hover {
  opacity: .9;
  /* margin-top: 40px!important; */
}

.carouselNav > span:hover img {
  margin-top: -50px!important;
}



.carouselNav.navPrev {
  /* left: -15px;
  cursor: pointer; */
}

.carouselNav.slick-disabled {
  opacity: .1 !important;
}

.carouselNav.navNext {
  position: absolute;
  cursor: pointer;
}

.carouselNav.navNext img {
  float: right;
  width: 100px;
  height: 100px;
}

.groupContainer .carouselNav.navPrev {
    left: -65px!important;
}

#homePage .tradingCardContainer .carouselNav.navNext {
  right: -10px !important;
}

#homePage .groupContainer {
  width: unset;
}

.chevron-left img {
  height: 100px;
  width: 100px;
  margin: 0 .5%!important;
}

.chevron-right img {
  right: 0;
}


/* ------ group sections ------- */

#homePage .groupContainer {
  position: relative;
}

#homePage .rotateGroupHeader {
  font-size: 1em;
  text-transform: uppercase;
  color: #aaa;
  font-family: 'Open Sans', sans-serif;
  margin: 0;
  letter-spacing: .05em;
}

.homeHorizontalGroupHeader {
  font-size: 1em;
  margin-left: 30px;
  letter-spacing: .05em;
}

#featuredStations {
  background: #000024 !important;
  border-bottom: solid 1px rgb(0, 0, 0);
  border-bottom: solid 1px rgba(0, 0, 0, 0.5);
  background: linear-gradient(to bottom, #0a0a0a, #494949) no-repeat bottom;
  background-size: 100% 45%;
}

#featuredStations .container {
  background: none;
}

/* ------ liveStation ------- */

#topWrap {
  padding-top: 1em;
  display: flex;
  flex-wrap: wrap;
}

#liveStationGroup {
  padding: 0;
}

#localChannels {
  width: 100%;
}

.groupContainer .slick-list {
  margin: 0 40px;
}

.liveStation {
  min-width: 250px;
  margin: 0 10px;
  display: block;
  position: relative;
  border-radius: 8px;
  background: #333333;
  background: -moz-linear-gradient(top, #333333 0%, #222222 100%);
  background: -webkit-linear-gradient(top, #333333 0%, #222222 100%);
  background: linear-gradient(to bottom, #333333 0%, #222222 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#222222', GradientType=0 );
}

.slick-slide:focus {
  outline: none;
}

.liveStation:hover {
  background: #333;
}

.liveStation a {
  color: #eee;
  text-decoration: none;
  display: block;
  height: 100%;
  cursor: pointer;
  display: flex;
}

.liveStation .station-header {
  padding: 10px;
}

.liveStation .station-header > span {
  width: 100px;
  height: 100px;
  display: flex;
  flex-direction: column;
  position: relative;
  justify-content: center;
}

.liveStation .station-header img {
  width: 100%;
}

.liveStation .missingImage .stationName {
  text-align: center;
  position: absolute;
  width: 100%;
  left: 0;
  font-size: 24px;
}

.liveStation .nowPlaying,
.liveStation .nowPlaying *,
.liveStation .upNext,
.liveStation .upNext * {
  display: block;
  min-width: 0;
  position: relative;
}

.liveStation .nowPlaying,
.liveStation .upNext {
  padding: 16px 8px 16px 0;
}

.liveStation .fa-play-circle {
  font-size: 50px;
}

.liveStation .playingLabel {
  font-size: .9em;
  color: #bbb;
}

.liveStation .playingLabel * {
  display: inline;
}

.liveStation .showTitle {
  font-size: 1.3em;
  display: block;
}

.liveStation .showTitle .title {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: auto;
}

.liveStation .time {
  font-size: .85em;
}

.liveStation .stationCallsign {
  display: none;
}

.liveStation .cityState {
  position: absolute;
  bottom: 4px;
  right: 10px;
}

#homePage .stationChannelGroup {
  border-top: solid 1px #444;
  padding: 20px 0 0;
}

#homePage .stationChannelGroup .rotateGroupHeader {
  width: 160px;
  top: 190px;
}

/* ----- Recent Channels ------------*/
#recentStations {
  position: relative;
  margin-top: 2em;
  width: 100%;
}

#recentStations .stationList,
#nearbyChannels .stationList,
#liveStationGroup,
.dwidio-group {
  display: none;
}

.slick-initialized {
  display: block !important;
}

/* ----- Nearby Channels ------------*/

#homePage #nearbyChannels {
  clear: both;
  margin-bottom: 1.5em;
}

.stationList .stationItem {
  text-align: center;
  margin: 0 10px;
  position: relative;
}

.stationList .stationItem:focus {
  outline: none;
}

.stationList .stationItem a {
  color: #ccc;
  text-decoration: none;
  display: block;
}

.stationList .stationItem .stationImage {
  display: block;
  text-align: center;
  overflow: hidden;
}

.stationList .stationItem .stationImage img {
  transition: transform .3s ease-out;
}

#recentStations div > div > div > div > a > .stationImage img:hover,
#nearbyChannels div > div > div > div > a > .stationImage img:hover {
  transform: scale(1.05);
}

.stationList .stationItem .stationName {
  display: block;
  font-size: .9em;
  padding-top: .3em;
}

.groupItem .stationName {
  display: block;
  font-size: .9em;
  text-align: center;
  color: #ccc;
}

.stationList .stationItem .station-header.missingImage {
  display: flex;
  align-items: center;
  max-height: 128px;
  max-width: 128px;
}

.stationList .stationItem .station-header.missingImage .stationName {
  text-align: center;
  position: absolute;
  width: 100%;
  left: 0;
  font-size: 24px;
}

.stationList .slick-slide img {
  display: inline;
  width: 100%;
}

/* ------ Dwidio Channels ------- */
#featuredGroups {
  z-index: 99;
  background-color: rgba(0, 0, 0, 1%);
}

#featuredGroups {
  clear: both;
  margin-left: 10px;
}

#homeMarqueeWrapper,
#featuredGroups {
  display: block;
}

#featuredGroups .container {
  z-index: 99;
  width: auto;
}

.liveFeaturedChannel {
  margin-bottom: 1em;
}

.liveFeaturedChannel a:hover {
  text-decoration: none;
}

.liveFeaturedChannel .station-header {
  height: 50px;
  background: #151515;
  color: #fff;
  position: relative;
  display: block;
}

.liveFeaturedChannel .thumb {
  position: absolute;
  width: 44px;
  height: 44px;
  display: block;
  left: 3px;
  top: 3px;
}

.liveFeaturedChannel .thumb img {
  max-width: 100%;
  max-height: 44px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}

.liveFeaturedChannel .titleWrapper {
  text-align: left;
  padding: 3px 3px 3px 55px;
  display: block;
  min-height: 50px;
}

.liveFeaturedChannel .titleWrapper .title {
  line-height: 1.3em;
  font-size: 1.3em;
}

.liveFeaturedChannel .showTitle {
  background: #555;
  font-size: 1.1em;
  color: #fff;
  padding: 2px 8px;
  display: block;
}

.liveFeaturedChannel .showTitle small {
  font-size: .8em;
  display: block;
}

.liveFeaturedChannel .showTitle .title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  display: block;
}

.liveFeaturedChannel .showTitle.notPlaying {
  color: #999;
}

.slick-slide {
  max-width: 100%;
}


/* ------------------- Marquee Settings ---------------- */
.testContainer  {
  width: 1920px!important;
  height: 640px!important;
}
/*quick find marquee container*/
/* marquee title */
.marqueeInfo {
  position:absolute;
  bottom: 25%;
  padding-left: 80px;
  height: auto;
  width: 650px;
  z-index: 3;
}
.marqueeTitle {
  width: 570px;
  line-height: 38px;
  color: #f2f2f2;
  text-shadow: 0 1.6px 2.4px rgba(0, 0, 0, 0.7);
  font-size: 38px; 
  font-weight: 600;
  text-align: left;
  z-index: 99;
  font-family: Poppins;
  left: 4.5%;
  margin-bottom: 2%;
}
/* marquee description */
.marqueeDescription {
  font-family: Poppins;
  left: 4.5%;
  width: 510px;
  color: #f2f2f2;
  text-shadow: 0 1.9px 2.8px rgba(0, 0, 0, 0.7);
  font-size: 22px;
  font-weight: normal;
  text-align: left;
  z-index: 99;
  margin-bottom: 25px;
}

.marqueeButton {
  background-image: url('/images/buttonCTAGradCenter.png');
  background-size: cover; 
  font-size: 18px;
  text-align: center;
  cursor: pointer;
  margin-right: auto;
  border-radius: 80px;
  padding: 11.5px 21px;
  color: #000024;
  font-weight: 600;
}

.marqueeButton:hover {
  background-image: none;
  background-color: #eeff41;
}

.item.marqueeImage {
  position: relative;
  max-height: 640px;
}

#homeMarquee {
  position: relative; 
  width: 100%;
  /* left: 2%;  */
  height: 640px; 
}

#homeMarquee .navPrev, #homeMarquee .navNext {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}

#homeMarquee .navPrev {
  left: -70px!important; 
}

#homeMarquee .navNext {
  right: -70px!important; 
}

.marqueeImageClick {
  pointer-events: none;
}

/*marquee arrows */
.groupContainer .carouselNav.navPrev {
  top: 37%;
}

.groupContainer .carouselNav.navNext {
    right: -30px!important;
  top: 37%;
}

#homeMarqueeWrapper {
  height: 640px;
  position: absolute;
  width: 100%;
  z-index: 1;
}

.homeMarqueeSpacer {
  height: 38vw;
}

#homeMarquee .slick-prev,
#homeMarquee .slick-next {
  margin-right: 1%;
  width: auto;
  height: auto;
  z-index: 9;
}

#homeMarquee .slick-prev:before,
#homeMarquee .slick-next:before {
  font-size: 56px;
  color: #eaeaea;
}

.carouselNav .fa-circle-chevron-left,
.carouselNav .fa-circle-chevron-right {
    font-size: 30px; 
    color: #fff;
}

.carouselNav .fa-circle-chevron-left:hover,
.carouselNav .fa-circle-chevron-right:hover {
    color: #EEFF41;
}

#homeMarquee .fa-circle-chevron-left,
#homeMarquee .fa-circle-chevron-right {
  font-size: 52px;
}

#homeMarquee .item img {
  width: 100%;
  height: auto;
}
#homeMarqueeWrapper {
  margin-bottom: 60px;
}

#homeMarqueeWrapper .carouselNav.navPrev,
#homeMarqueeWrapper .carouselNav.navNext {
  display: none!important;
}
/*end marquee section */

/* Pill Button Groups */
.featuredButtonContainer {
    flex-wrap: nowrap;
    overflow-x: auto;
    align-items: center;
    -ms-overflow-style: none;  
    scrollbar-width: none;
    padding: 0% 1.8%;
}

.featuredButtonContainer {
  width: 100vw; 
  max-width: none;
  margin-left: calc(-50vw + 50%); 
  margin-right: calc(-50vw + 50%);
  padding: 0; 
}



.featuredButtonContainer .pageNameButton {
    width: auto;
    flex-shrink: 0;
}

.featuredButtonContainer::-webkit-scrollbar {
    display: none;
}

.testOne .inner {
    display: flex;
    flex-wrap: nowrap;
    align-items: center; 
    padding-left: 48px;
    padding-right: 48px;
}


.pageNameButton {
    padding: 36px 5.8px;
    border: solid 3px #9999a7;
    color: white;
    font-size: 21px;
    cursor: pointer;
    outline: none;
    text-align: center;
    border-radius: 25px;
    display: inline-block; 
    flex: 1 1 auto; 
    max-width: 330px;
}


.pageNameButton:hover {
  background-color: #eeff41;
  color: #000024;
  border: solid 3px #eeff41;
}


.testOne {
    margin: 16px 0px 25px 0px;
    display: block;
}

.inner {
  display: flex;
  height: 50px;
  align-items: center;
  gap: 2%;
}

.button-style {
  font-weight: bold;
  font-size: 16px !important;
  width: 250px;
  height: 45px !important;
  display: inline-block;
  background-color: #03C2DD;
  color: #000024;
  text-align: center;
  text-decoration: none;
  border: none;
  cursor: pointer;
  margin-right: 1%;
  margin-left: 1%;
  border-radius: 20px;
  padding: 13px 32px;
}

.button-style.with-image {
  background-color: transparent;
  border: none;
}

.ButtonImageExtra {
  width: 250px;
  height: 45px !important;
  display: inline-block;
  object-fit: cover;
  margin-right: 50px;
  top: 0;
  left: 0;
  border-radius: 20px;
}

.button-style:hover {
  background-color: #EEFF41;
  text-decoration: none;
}


#liveOtherStationGroup .slick-list {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

/* ------ homePage ------- */

#homePage {
  position: relative;
  margin: 0;
  padding: 0;
  height: auto;
}

.dwidio-group .groupItem {
  padding: 0 10px 0 0;
  margin: 0 15px 4px 0;
  border-radius: 25px; 
}

.dwidio-group .groupItem .thumb img {
  border-radius: 9.3px;
}

.wide-groupItem-title {
  clear: both;
  padding-top: 10px;
}

#homePage .groupItem {
  padding: 0 14px;
}

#homePage .groupItem a:hover {
  text-decoration: none;
}

#homePage .groupItem .thumb {
  display: block;
  position: relative;
  height: 0;
  padding: 56.25% 0 0 0;
  overflow: hidden;
}

#homePage .groupItem .thumb img {
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: 0;
  width: 100%;
  transition: transform .3s ease-out, opacity .3s ease;

}

.thumb {
  position: relative;
  display: inline-block;
}

.thumb img {
  display: block;
  width: 100%;
  height: auto;
}

.thumb .overlayImage {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  z-index: 2;
}

.groupItem .thumb img {
  border: 3px solid transparent;
  box-sizing: border-box;
}

.groupItem:hover .thumb img{
  border: 3px solid #eeff41;
}
.groupItem:hover .wide-groupItem-title .title{
  color: #f2f2f2;
}

.groupItem:hover .stationName{
  color: #f2f2f2;
}

.stationName {
  font-weight: 500!important;
}
.groupItem:hover .overlayImage {
  display: none;
  border: 3px solid #eeff41;
}


#homePage .groupItem .info {
  display: none;
  padding: 4px 8px;
  clear: both;
  font-size: .8em;
  background: #555;
}

#homePage .groupItem .info .title {
  color: #eee;
  display: block;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#homePage .groupItem .info .episodeCount,
#homePage .groupItem .info .runtime {
  font-size: .85em;
  color: #ccc;
  display: block;
}


.wide-groupItem-title {
  display: block;
  padding-top: .3em;
  text-align: center;
  color: #ccc;
}

.wide-groupItem-title .title {
  overflow: hidden;
  text-align: left;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 1.1em;
}
.groupContainer .stationName,
.groupContainer .stationName span {
    text-align: left;
    display: block; 
    width: 100%; 
}


/*----------------Trading Cards-----------------------*/


.liveIcon {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 5;
}

.liveIcon img {
  width: 60px;
  height: auto;
}
.custom-item {
  height: 100%!important;
  margin-right: 25px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  width: 100%;
  border: 3px solid #484764;
}
.scaledImg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.imgContainer {
  position: relative;
  text-align: center;
  height: 132px;
}
.imgContainer .fa-circle-play {
  font-size: 6em;
  line-height: 1; 
  position: absolute; 
  top: 50%; 
  left: 50%; 
  transform: translate(-50%, -50%);
  opacity: 30%;
}
.fa-circle.fa-stack-2x {
  color: rgba(0, 0, 0, 0.3);
  transition: color 0.3s ease;
}
.custom-item:hover .fa-circle.fa-stack-2x {
  color: rgba(0, 0, 0, .6); 
}
.custom-item:hover {
  border: 3px solid #eeff41;
  border-radius: 10px;
  text-decoration: none !important;
}
.custom-item:hover .channelObjInfo {
  background-image: linear-gradient(to right, #8f9935, #5f6630);
}
.custom-item:hover .nowPlayingContainer {
  background-color: #5f6630;
}
.custom-item:hover .playingTime {
  color: #f5ff8d;
}
.custom-item:hover .channelName{
  color: #fcffd9;
}
.custom-item:hover .channelLocation {
  color: #fcffd9;
}
.custom-item:hover .title {
  color: #f2f2f2;
}

.channelObjInfo {
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  width: 100%;
  background-image: linear-gradient(to right, rgba(102, 102, 124, 0.4), rgba(102, 102, 124, 0.2));
}
.channelName {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-size: 17px;
  font-weight: 500;
  padding: 10px 20px 0px 20px;
  color: #9999a7;

}
.channelLocation {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-size: 14px;
  font-weight: normal;
  padding: 0px 20px 8px 20px;
  color: #66667c; 
}
.playingContainer {
  color: #f1f1f1;
  display: flex;
  flex-direction: column;
  width: 100%;
}

.nowPlayingContainer {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  font-size: 14px;
  line-height: 20px;
  width: 100%;
  padding-top: 8px;
  background-color: #66667c33;
  height: 98px;
}

.playingTime {
  height: 50px;
  white-space: nowrap; 
  font-size: 14px;
  font-weight: 500;
  color: #9999a7;
  padding: 8px 20px 0px 20px;
}
.nowPlayingContainer .title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 2.7em;
  width: 100%;
  line-height: 1.35em;
  white-space: normal; 
  font-size: 20px;
  font-weight: 600;
  height: 80px;
  padding: 0px 20px;
  color: #ccccd3;
}
/*end trading card*/

/*slick slider*/
.slick-dots {
  position: absolute;
  bottom: 0;
  list-style: none;
  display: block;
  text-align: center;
  width: 100%;
  padding: 0;
  margin: 0;
  z-index: 99;
}

.slick-dots li {
  display: inline-block;
  margin: 0 5px;
}

.slick-dots li button {
  font-size: 0!important;
  line-height: 0;
  display: block;
  width: 8px;
  height: 8px;
  padding: 5px;
  cursor: pointer;
  border: 0;
  outline: none;
  background: #9999a7; 
  border-radius: 50%; 
}

.slick-dots li.slick-active button {
  border: 2px solid #eeff41;
  background: #eeff41; 
}

.hide-slick-dots .slick-dots {
  display: none !important;
}


/* Screen sizes */
@media (min-width: 1922px){
  .item::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(
      92deg,
    #022649 0%,
    rgba(2, 76, 109, 0.9) 8%,
    rgba(2, 116, 147, 0.6) 16%,
    rgba(3, 194, 221, 0.35) 28%,
    rgba(3, 194, 221, 0.2) 36%,
    rgba(3, 194, 221, 0.1) 44%,
    rgba(216, 238, 248, 0.08) 52%,
    rgba(235, 245, 250, 0.04) 58%,
    rgba(250, 252, 255, 0.02) 62%,
    rgba(255, 255, 255, 0) 66%
    );
    background-size: 100% 100%;
    background-repeat: no-repeat;
    z-index: 2;
    pointer-events: none;
  }
  #homePage {
      max-width: 1920px;
      margin: auto;
  }
  #featuredGroups {
      /* max-width: 1920px;
      margin-left: 50.4%;
      transform: translateX(-50.4%); */
  }
  #homeMarquee .item {
      height: calc(100vh - 62px);
      object-fit: cover;
  }
  .homeMarqueeSpacer {
      height: 28vw;
  }
  .bodyContainer {
    padding-top: 730px!important;
  }
  .marqueeDescription {
    min-height: 65px;
  }
  #featuredGroups .container {
    width: 1920px;
  }
    #homeMarqueeWrapper .slick-dots {
    bottom: -45px;
  }
}

@media (min-width: 1921px) {
  .item::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(
      92deg,
    #022649 0%,
    rgba(2, 76, 109, 0.9) 8%,
    rgba(2, 116, 147, 0.6) 16%,
    rgba(3, 194, 221, 0.35) 28%,
    rgba(3, 194, 221, 0.2) 36%,
    rgba(3, 194, 221, 0.1) 44%,
    rgba(216, 238, 248, 0.08) 52%,
    rgba(235, 245, 250, 0.04) 58%,
    rgba(250, 252, 255, 0.02) 62%,
    rgba(255, 255, 255, 0) 66%
    );
    background-size: 100% 100%;
    background-repeat: no-repeat;
    z-index: 2;
    pointer-events: none;
  }
  .pageNameButton{
    padding: 8px 4px;
    font-size: 20px;
    max-width: 330px;
  }
  .homeMarqueeSpacer {
      height: 32vw;
  }
  #homeMarquee .item {
      height: calc(100vh - 62px);
      object-fit: cover;
  }
  .bodyContainer {
    padding-top: 730px!important;
  }
  #homeMarquee .item img {
    max-height: 640px!important;
  } 
  .testContainer {
    height: 484px;
  }
  .testOne .inner{
    padding: none;
  }
  .featuredButtonContainer {
    margin-left: 0%; 
    margin-right: 0%;
    width: auto;
  }
  .marqueeDescription {
    min-height: 65px;
  }
}
@media (width: 1920px) {
  .item::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 99.5%;
    background-image: linear-gradient(
      92deg,
    #022649 0%,
    rgba(2, 76, 109, 0.9) 8%,
    rgba(2, 116, 147, 0.6) 16%,
    rgba(3, 194, 221, 0.35) 28%,
    rgba(3, 194, 221, 0.2) 36%,
    rgba(3, 194, 221, 0.1) 44%,
    rgba(216, 238, 248, 0.08) 52%,
    rgba(235, 245, 250, 0.04) 58%,
    rgba(250, 252, 255, 0.02) 62%,
    rgba(255, 255, 255, 0) 66%
    );
    background-size: 100% 100%;
    background-repeat: no-repeat;
    z-index: 2;
    pointer-events: none;
  }
  .pageNameButton{
    padding: 8px 4px;
    font-size: 20px;
  }
  .homeMarqueeSpacer {
      height: 38vw;
  }
  #homeMarquee .item {
      height: calc(100vh - 62px);
      object-fit: cover;
  }
  #homeMarqueeWrapper .slick-dots {
    bottom: -50px;
  }
  .marqueeDescription {
    min-height: 65px;
    max-width: 70ch;
    margin-bottom: 15px;
  }
}
@media (min-width: 1420px) and (max-width: 1919px) {
.marqueeInfo  {
  bottom: 35%
}
.item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(
    92deg,
  #022649 0%,
  rgba(2, 76, 109, 0.9) 8%,
  rgba(2, 116, 147, 0.6) 16%,
  rgba(3, 194, 221, 0.35) 28%,
  rgba(3, 194, 221, 0.2) 36%,
  rgba(3, 194, 221, 0.1) 44%,
  rgba(216, 238, 248, 0.08) 52%,
  rgba(235, 245, 250, 0.04) 58%,
  rgba(250, 252, 255, 0.02) 62%,
  rgba(255, 255, 255, 0) 66%
  );
  background-size: 100% 100%;
  background-repeat: no-repeat;
  z-index: 2;
  pointer-events: none;
}
.pageNameButton{
  padding: 8px 4px;
  width: auto;
  font-size: 18px;
}
#homePage .groupContainer {
  margin: 1em 0 1em;
}
#homeMarquee .item {
    object-fit: cover;
}

.bodyContainer {
  padding-top: 620px;
}

.marqueeDescription {
  max-width: 345px;
  min-height: 65px;
}

.marqueeInfo {
  padding-left: 65px;
}

#homeMarquee .navPrev, #homeMarquee .navNex {
  display: none!important;
}
}

@media (min-width: 1620px) and (max-width: 1919px) {
  .bodyContainer  {
    padding-top: 650px!important;
  }
  #homeMarqueeWrapper .slick-dots {
    bottom: -14px;
  }
}
@media (min-width: 1420px) and (max-width: 1619px) {
  .bodyContainer {
    padding-top: 590px!important;
  }
  #homeMarqueeWrapper .slick-dots {
    bottom: 50px;
  }
}
/*smallest pc*/
@media (min-width: 1200px) and (max-width: 1419px) {
  .marqueeInfo {
    bottom: 45%;
  }
  .item::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(
      92deg,
    #022649 0%,
    rgba(2, 76, 109, 0.9) 8%,
    rgba(2, 116, 147, 0.6) 16%,
    rgba(3, 194, 221, 0.35) 28%,
    rgba(3, 194, 221, 0.2) 36%,
    rgba(3, 194, 221, 0.1) 44%,
    rgba(216, 238, 248, 0.08) 52%,
    rgba(235, 245, 250, 0.04) 58%,
    rgba(250, 252, 255, 0.02) 62%,
    rgba(255, 255, 255, 0) 66%
    );
    background-size: 100% 100%;
    background-repeat: no-repeat;
    z-index: 2;
    pointer-events: none;
  }
  .pageNameButton{
    font-size: 14px;
    padding-top: 6px;
    padding-bottom: 6px;
  }
  #homePage .groupContainer {
      margin: 1em 0 1em;
  }
  #homeMarquee .slick-prev {
      left: -37px;
  }
  .groupContainer .carouselNav.navNext {
      right: -55px!important;
  }
  #homeMarquee .item {
      object-fit: cover;
  }
  #homeMarqueeWrapper .slick-dots {
    bottom: 155px;
  }
  .bodyContainer {
    padding-top: 530px!important;
  }
  .bodyContainer {
    padding-top: 530px!important;
  }
  .marqueeDescription {
    width: 300px;
    min-height: 65px;
  }
  .marqueeInfo {
    padding-left: 75px;
  }
}
/*largest tablet*/
@media (min-width: 992px) and (max-width: 1199px) {
  .pageNameButton{
    padding: 7px 9px;
    font-size: 15px;
  }
  .inner {
    gap: 3%;
  }
  #homePage .groupItem .info {
      font-size: 1em;
  }
  #homePage .groupItem .info .episodeCount {
      float: left;
  }
  #homePage .groupItem .info .runtime {
      float: right;
  }
  #homeMarquee .item {
    position: relative;
  }
  #homeMarqueeWrapper .carouselNav {
    display: none !important;
  }
  #homeMarquee .item img {
    height: 350px!important;
  }
  .marqueeInfo {
      bottom: 18%;
      padding-left: 100px;
  }
  #homeMarquee .slick-slide {
      position: relative;
  }
  #homeMarquee .slick-slide::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -60px;
    height: 350px;
    background-image: linear-gradient(
      to bottom,
      rgba(2, 116, 147, 0) 0%,
      #027493 8%,   
      #000051 60%,  
      rgba(0, 0, 36, 0) 80% 
    );
    pointer-events: none;
    z-index: 2;
}
  #homeMarquee {
      width: 100%;
      left: 0%!important;
      margin-left: 0px!important;
  }
  .marqueeDescription {
    min-height: 65px;
  }
  .testContainer  {
    height: 600px!important;
  }
  #homeMarqueeWrapper .slick-dots {
    bottom: 0px;
  }
  .bodyContainer {
    padding-top: 660px!important;
  }
  #pageData {
    margin-right: 0%!important;
    margin-left: 0%!important;
  }
  .bodyContainer {
    margin-right: 1.5%!important;
    margin-left: 1%!important;
  }
    .marqueeButton{
    position: absolute;
    bottom: -65px;
  }
}
/*smallest tablet*/
@media (min-width: 769px) and (max-width: 991px) {
  .pageNameButton{
    padding: 7px 9px;
    font-size: 15px;
  }
  .inner {
    gap: 3%;
  }
  #homePage .groupItem .info {
      font-size: 1em;
  }
  #homePage .groupItem .info .episodeCount {
      float: left;
  }
  #homePage .groupItem .info .runtime {
      float: right;
  }
  #homeMarquee .item {
    position: relative;
  }
  #homeMarqueeWrapper .carouselNav {
    display: none !important;
  }
  #homeMarquee .item img {
    height: 350px!important;
  }
  .marqueeInfo {
      bottom: 18%;
      padding-left: 60px;
  }
  #homeMarquee .slick-slide {
      position: relative;
  }
  #homeMarquee .slick-slide::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -60px;
    height: 350px;
    background-image: linear-gradient(
      to bottom,
      rgba(2, 116, 147, 0) 0%,
      #027493 8%,   
      #000051 60%,  
      rgba(0, 0, 36, 0) 80% 
    );
    pointer-events: none;
    z-index: 2;
}
  #homeMarquee {
      width: 100%;
      left: 0%!important;
      margin-left: 0px!important;
  }
  .marqueeDescription {
    min-height: 65px;
  }
  .testContainer  {
    height: 600px!important;
  }
  #homeMarqueeWrapper .slick-dots {
    bottom: 0px;
  }
  .bodyContainer {
    padding-top: 660px!important;
  }
  #pageData {
    margin-right: 0%!important;
    margin-left: 0%!important;
  }
  .bodyContainer {
    margin-right: 1.5%!important;
    margin-left: 1%!important;
  }
    .marqueeButton{
    position: absolute;
    bottom: -65px;
  }
}
/*largest Phone*/
@media (min-width: 680px) and (max-width: 768px) {
  .featuredButtonContainer {
    padding-left: 0px;
  }
  .pageNameButton{
    padding: 7px 9px;
    font-size: 15px;
  }
  .inner {
    gap: 8%;
  }
  .featuredButtonContainer {
    width: 100%;
  }
  #homePage .rotateGroupHeader {
      -webkit-transform: rotate(-90deg);
      -moz-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
      -o-transform: rotate(-90deg);
      transform: rotate(-90deg);
      position: absolute;
      transform-origin: top left;
      width: 200px;
      text-align: right;
      left: -8px;
      top: 200px;
  }
  #homePage .horizontalGroupHeader {
      font-size: calc(.9em + 0.25vw);
      letter-spacing: .07em;
  }
  #homeMarqueeWrapper .slick-dots {
      bottom: 45px;
  }
  #homeMarqueeWrapper .carouselNav {
      display: none !important;
  }
  #homeMarquee .item img {
      height: 256px!important;
  }
  .marqueeInfo {
      top: 55%!important;
      padding-left: 50px;
  }
  #homeMarquee .slick-slide {
      position: relative;
  }
  #homeMarquee .slick-slide::after {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      bottom: -80px;
      height: 350px;
      background-image: linear-gradient(
        to bottom,
        rgba(2, 116, 147, 0) 0%,
        #027493 8%,   
        #000051 60%,  
        rgba(0, 0, 36, 0) 80% 
      );
      pointer-events: none;
      z-index: 2;
  }
  #homeMarquee {
      width: 100%;
      margin-left: 0px!important;
      left: 0!important;
  }
  .testContainer  {
    height: 464px!important;
  }
  .bodyContainer {
    padding-top: 516px!important;
    margin-right: 1.5%!important;
    margin-left: 1%!important;
  }
  #pageData {
    margin-right: 0%!important;
    margin-left: 0%!important;
  }
    .marqueeButton{
    position: absolute;
    bottom: -95px;
  }
  #homeMarqueeWrapper .slick-dots{
    bottom: 145px;
  }
}
/*Phone*/
@media (max-width: 679px) {
  .pageNameButton{
    padding: 7px 9px;
    font-size: 15px;
  }
  .inner {
    gap: 8%;
  }
  #homePage .rotateGroupHeader {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    position: absolute;
    transform-origin: top left;
    width: 200px;
    text-align: right;
    left: -8px;
    top: 200px;
  }
  #homePage .horizontalGroupHeader {
      font-size: calc(.9em + 0.25vw);
      letter-spacing: .07em;
  }
  #homeMarqueeWrapper .slick-dots {
      bottom: 45px;
  }
  #homeMarqueeWrapper .carouselNav {
      display: none !important;
  }
  #homeMarquee .item img {
      height: 256px!important;
  }
  .marqueeInfo {
      top: 55%!important;
      padding-left: 30px;
  }
  #homeMarquee .slick-slide {
      position: relative;
  }
  #homeMarquee .slick-slide::after {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      bottom: -80px;
      height: 350px;
      /* background-image: linear-gradient(to bottom, #027493 0%, #000051 60%, rgba(0, 0, 36, 0) 100%); */
      background-image: linear-gradient(
        to bottom,
        rgba(2, 116, 147, 0) 0%,
        #027493 8%,   
        #000051 60%,  
        rgba(0, 0, 36, 0) 80% 
      );
      pointer-events: none;
      z-index: 2;
  }
  #homeMarquee {
      width: 100%;
      margin-left: 0px!important;
      left: 0!important;
  }
  .testContainer  {
    height: 464px!important;
  }
  .bodyContainer {
    padding-top: 516px!important;
    margin-right: 3%!important;
    margin-left: 6%!important;
  }
  #pageData {
    margin-right: 0%!important;
    margin-left: 0%!important;
  }
    .marqueeButton{
    position: absolute;
    bottom: -95px;
  }
  #homeMarqueeWrapper .slick-dots{
    bottom: 150px;
  }
}
/*Phone*/
@media (max-width: 600px) {
  .pageNameButton{
    padding: 7px 9px;
    font-size: 15px;
  }
  .inner {
    gap: 8%;
  }
  .featuredButtonContainer {
    margin-left: calc(-50vw + 44%); 
    margin-right: calc(-50vw + 44%);
  }
  #homePage .rotateGroupHeader {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    position: absolute;
    transform-origin: top left;
    width: 200px;
    text-align: right;
    left: -8px;
    top: 200px;
  }
  #homePage .horizontalGroupHeader {
      font-size: calc(.9em + 0.25vw);
      letter-spacing: .07em;
  }
  #homeMarqueeWrapper .slick-dots {
      bottom: 145px;
  }
  #homeMarqueeWrapper .carouselNav {
      display: none !important;
  }
  #homeMarquee .item img {
      height: 256px!important;
  }
  /* Fix parent container */
#homeMarqueeWrapper,
#homeMarquee,
.marqueeInfo,
.marqueeTitle,
.marqueeDescription {
  max-width: 100vw !important;
  width: 100% !important;
  box-sizing: border-box;
  overflow-wrap: break-word;
  word-break: break-word;
}

/* Padding + safe wrapping for description */
.marqueeDescription {
  padding-left: 16px;
  padding-right: 16px;
  font-size: 16px;
  white-space: normal;
  text-align: left;
  line-height: 1.3;
}

/* Optional: handle title too if it ever breaks */
.marqueeTitle {
  padding-left: 16px;
  padding-right: 16px;
  font-size: 24px;
  white-space: normal;
  word-break: break-word;
  overflow-wrap: break-word;
  line-height: 1.2;
  text-align: left;
}


body {
  overflow-x: hidden;
}
  #homeMarquee .slick-slide {
      position: relative;
  }
  #homeMarquee .slick-slide::after {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      bottom: -80px;
      height: 350px;
      background-image: linear-gradient(
        to bottom,
        rgba(2, 116, 147, 0) 0%,
        #027493 8%,   
        #000051 60%,  
        rgba(0, 0, 36, 0) 80% 
      );
      pointer-events: none;
      z-index: 2;
  }
  #homeMarquee {
      width: 100%;
      margin-left: 0px!important;
      left: 0!important;
  }
  .testContainer  {
    height: 464px!important;
  }
  .bodyContainer {
    padding-top: 516px!important;
    margin-right: 3%!important;
    margin-left: 6%!important;
  }
  #pageData {
    margin-right: 0%!important;
    margin-left: 0%!important;
  }
  .marqueeButton{
    position: absolute;
    bottom: -95px;
  }
}
/*smallest Phone*/
@media (max-width: 375px) {
  .pageNameButton{
    padding: 7px 9px;
    font-size: 14px;
  }
  .inner {
    gap: 8%;
  }
  .featuredButtonContainer {
    padding-left: 25px;
    justify-content: flex-start;
    margin-left: calc(-50vw + 40%); 
    margin-right: calc(-50vw + 50%);
  }
  #homePage .rotateGroupHeader {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    position: absolute;
    transform-origin: top left;
    width: 200px;
    text-align: right;
    left: -8px;
    top: 200px;
  }
  .pageNameButton {
    font-size: 14px;
  }
  .testOne .inner {
    padding-left: 0px;
    padding-right: 0px;
  }
  .featuredButtonContainer .pageNameButton {
    padding: 9px;
  }
  #homePage .horizontalGroupHeader {
      font-size: calc(.9em + 0.25vw);
      letter-spacing: .07em;
  }
  #homeMarqueeWrapper .slick-dots {
      bottom: 220px;
  }
  #homeMarqueeWrapper .carouselNav {
      display: none !important;
  }
  #homeMarquee .item img {
      height: 156px!important;
  }
/* Fix parent container */
#homeMarqueeWrapper,
#homeMarquee,
.marqueeInfo,
.marqueeTitle,
.marqueeDescription {
  max-width: 100vw !important;
  width: 100% !important;
  box-sizing: border-box;
  overflow-wrap: break-word;
  word-break: break-word;
}

/* Padding + safe wrapping for description */
.marqueeDescription {
  padding-left: 16px;
  padding-right: 16px;
  font-size: 16px;
  white-space: normal;
  text-align: left;
  line-height: 1.3;
}

/* Optional: handle title too if it ever breaks */
.marqueeTitle {
  padding-left: 16px;
  padding-right: 16px;
  font-size: 24px;
  white-space: normal;
  word-break: break-word;
  overflow-wrap: break-word;
  line-height: 1.2;
  text-align: left;
}


body {
  overflow-x: hidden;
}

  #homeMarquee .slick-slide {
      position: relative;
  }
  #homeMarquee .slick-slide::after {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      bottom: -60px;
      height: 350px;
      background-image: linear-gradient(
        to bottom,
        rgba(2, 116, 147, 0) 0%,
        #027493 8%,   
        #000051 50%,  
        rgba(0, 0, 36, 0) 80% 
      );
      pointer-events: none;
      z-index: 2;
  }
  #homeMarquee {
      width: 100%;
      margin-left: 0px!important;
      left: 0!important;
  }
  .testContainer  {
    height: 410px!important;
  }
  .bodyContainer {
    padding-top: 450px!important;
    margin-right: 1.5%!important;
    margin-left: 1.5%!important;
  }
  #pageData {
    margin-right: 0%!important;
    margin-left: 0%!important;
  }
  .chevron-left img {
    margin-left: 50px;
  }
  #featuredGroups {
    padding-left: 28px;
  }
  .marqueeButton{
    position: absolute;
    bottom: -70px;
  }
}