body
{
   background-color: transparent;
   color: #000000;
   font-family: "Open Sans";
   font-weight: 400;
   font-weight: 400;
   font-size: 16px;
   line-height: 1.1875;
   margin: 0;
   padding: 0;
}
#wb_welcomeGrid
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   border: 1px solid rgba(255,255,255,0.13);
   border-radius: 16px;
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   margin-right: auto;
   margin-left: auto;
   max-width: 1150px;
}
#welcomeGrid
{
   box-sizing: border-box;
   padding: 0;
   margin-right: auto;
   margin-left: auto;
}
#welcomeGrid > .row
{
   margin-right: 0;
   margin-left: 0;
}
#welcomeGrid > .row > .col-1, #welcomeGrid > .row > .col-2
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 0px;
   padding-left: 0px;
   position: relative;
}
#welcomeGrid > .row > .col-1, #welcomeGrid > .row > .col-2
{
   float: left;
}
#welcomeGrid > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 66.66666667%;
   text-align: left;
}
#welcomeGrid > .row > .col-1 > .col-1-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 20px 10px 20px 20px;
}
#welcomeGrid > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 33.33333333%;
   text-align: left;
}
#welcomeGrid > .row > .col-2 > .col-2-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 20px 20px 20px 10px;
}
#welcomeGrid:before,
#welcomeGrid:after,
#welcomeGrid .row:before,
#welcomeGrid .row:after
{
   display: table;
   content: " ";
}
#welcomeGrid:after,
#welcomeGrid .row:after
{
   clear: both;
}
@media (max-width: 768px)
{
#welcomeGrid > .row > .col-1, #welcomeGrid > .row > .col-2
{
   float: none;
   width: 100% !important;
}
}
#welcomeGrid-overlay
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   border-radius: 16px;
   background-color: #000000;
   opacity: 0.56;
}
#welcomeGrid-video
{
   background: #000000;
   position: absolute;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
   overflow: hidden;
   z-index: -99;
}
#welcomeGrid-video video
{
   object-fit: cover;
   position: absolute;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
   pointer-events: none;
}
#wb_welcomeGrid
{
   backdrop-filter: blur(3.5px);
   transition: backdrop-filter 500ms linear 0ms;
}
#wb_welcomeCarousel
{
   background-color: transparent;
   background-image: none;
   border-radius: 0px;
   margin: 0 30px 0 0 ;
}
#wb_welcomeCarousel
{
   box-sizing: border-box;
   width: calc(100% - 30px);
}
#welcomeCarousel
{
   position: relative;
   margin: 0;
;
   height: 100%;
   box-sizing: border-box;
}
#welcomeCarousel .carousel-inner
{
   overflow: hidden;
   width: 100%;
   height: 100%;
   position: relative;
   perspective: 1200px;
}
.carousel.pointer-event
{
   -ms-touch-action: pan-y;
   touch-action: pan-y;
}
#welcomeCarousel .carousel-inner::after
{
   display: block;
   clear: both;
   content: "";
}
#welcomeCarousel .carousel-inner > .carousel-item
{
   display: none;
   position: relative;
   float: left;
   width: 100%;
   margin-right: -100%;
   -webkit-backface-visibility: hidden;
   backface-visibility: hidden;
   transform: translate3d(0, 0, 0);
   transform-style: preserve-3d;
   transition: opacity 500ms ease-in-out;
   height: 100%;
   text-align: left;
}
#welcomeCarousel .carousel-item-inner
{
   min-height: 485px;
   padding: 0;
}
#welcomeCarousel .carousel-inner > .carousel-item > img, #welcomeCarousel .carousel-inner > .carousel-item > a > img
{
   display: block;
   line-height: 1;
}
#welcomeCarousel .carousel-inner > .active, #welcomeCarousel .carousel-inner > .carousel-item-next, #welcomeCarousel .carousel-inner > .carousel-item-prev
{
   display: block;
}
#welcomeCarousel .carousel-inner > .active
{
   animation: welcomeCarousel-animation-show 500ms ease 0ms both;
   transform-origin: 50% 0%;
}
#welcomeCarousel .carousel-inner > .carousel-item-next, #welcomeCarousel .carousel-inner > .carousel-item-prev
{
   position: absolute;
   top: 0;
   width: 100%;
}
#welcomeCarousel .carousel-inner > .carousel-item-next.carousel-item-start, #welcomeCarousel .carousel-inner > .carousel-item-prev.carousel-item-end
{
   animation: welcomeCarousel-animation-show 500ms ease 0ms both;
   transform-origin: 50% 0%;
}
#welcomeCarousel .carousel-inner > .active.carousel-item-start, #welcomeCarousel .carousel-inner > .active.carousel-item-end
{
   animation: welcomeCarousel-animation-hide 500ms ease both;
   z-index: 999;
   transform-origin: 50% 100%;
}
#welcomeCarousel .frame
{
   width: 651px;
   display: inline-block;
   float: left;
   height: 485px;
}
@keyframes welcomeCarousel-animation-show
{
   0%   { opacity: 0.3; transform: translateY(100%) rotateX(-90deg); }
   50%  { animation-timing-function: ease-out; transform: translateY(50%) translateZ(-200px) rotateX(-45deg); }
   100% { }
}
@keyframes welcomeCarousel-animation-hide
{
   0%   { }
   50%  { animation-timing-function: ease-out; transform: translateY(-50%) translateZ(-200px) rotateX(45deg); }
   100% { opacity: 0.3; transform: translateY(-100%) rotateX(90deg); }
}
#wb_newsLayoutGrid
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: rgba(0,0,0,0.50);
   background-image: none;
   border: 1px solid rgba(255,255,255,0.13);
   border-radius: 16px;
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   margin-right: auto;
   margin-left: auto;
   max-width: 1150px;
}
#newsLayoutGrid
{
   box-sizing: border-box;
   padding: 0;
   margin-right: auto;
   margin-left: auto;
}
#newsLayoutGrid > .row
{
   margin-right: 0;
   margin-left: 0;
}
#newsLayoutGrid > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 0px;
   padding-left: 0px;
   position: relative;
}
#newsLayoutGrid > .row > .col-1
{
   float: left;
}
#newsLayoutGrid > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: left;
}
#newsLayoutGrid > .row > .col-1 > .col-1-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 20px 10px 20px 10px;
}
#newsLayoutGrid:before,
#newsLayoutGrid:after,
#newsLayoutGrid .row:before,
#newsLayoutGrid .row:after
{
   display: table;
   content: " ";
}
#newsLayoutGrid:after,
#newsLayoutGrid .row:after
{
   clear: both;
}
@media (max-width: 768px)
{
#newsLayoutGrid > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#wb_newsLayoutGrid
{
   backdrop-filter: blur(3.5px);
   transition: backdrop-filter 500ms linear 0ms;
}
#newsCardContainer
{
   display: flex;
   width: 100%;
   position: relative;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: flex-start;
   align-items: stretch;
   align-content: flex-start;
   margin: 0;
   background-color: transparent;
   background-image: none;
   border: 0px solid #DEE2E6;
   border-radius: 0px;
   box-sizing: border-box;
   font-size: 0;
}
@media all and (max-width:768px) 
{
#newsCardContainer
{
   flex-direction: column;
   flex-wrap: nowrap;
}
}
#wb_requestLayoutGrid
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: rgba(0,0,0,0.50);
   background-image: none;
   border: 1px solid rgba(255,255,255,0.13);
   border-radius: 16px;
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   margin-right: auto;
   margin-left: auto;
   max-width: 1150px;
}
#requestLayoutGrid
{
   box-sizing: border-box;
   padding: 0;
   margin-right: auto;
   margin-left: auto;
}
#requestLayoutGrid > .row
{
   margin-right: 0;
   margin-left: 0;
}
#requestLayoutGrid > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 0px;
   padding-left: 0px;
   position: relative;
}
#requestLayoutGrid > .row > .col-1
{
   float: left;
}
#requestLayoutGrid > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: left;
}
#requestLayoutGrid > .row > .col-1 > .col-1-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 20px 20px 20px 20px;
}
#requestLayoutGrid:before,
#requestLayoutGrid:after,
#requestLayoutGrid .row:before,
#requestLayoutGrid .row:after
{
   display: table;
   content: " ";
}
#requestLayoutGrid:after,
#requestLayoutGrid .row:after
{
   clear: both;
}
@media (max-width: 768px)
{
#requestLayoutGrid > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#wb_requestLayoutGrid
{
   backdrop-filter: blur(3.5px);
   transition: backdrop-filter 500ms linear 0ms;
}
#wb_upNextLayoutGrid
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: rgba(0,0,0,0.50);
   background-image: none;
   border: 1px solid rgba(255,255,255,0.13);
   border-radius: 16px;
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   margin-right: auto;
   margin-left: auto;
   max-width: 1150px;
}
#upNextLayoutGrid
{
   box-sizing: border-box;
   padding: 0;
   margin-right: auto;
   margin-left: auto;
}
#upNextLayoutGrid > .row
{
   margin-right: 0;
   margin-left: 0;
}
#upNextLayoutGrid > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 0px;
   padding-left: 0px;
   position: relative;
}
#upNextLayoutGrid > .row > .col-1
{
   float: left;
}
#upNextLayoutGrid > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: left;
}
#upNextLayoutGrid > .row > .col-1 > .col-1-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 20px 20px 20px 20px;
}
#upNextLayoutGrid:before,
#upNextLayoutGrid:after,
#upNextLayoutGrid .row:before,
#upNextLayoutGrid .row:after
{
   display: table;
   content: " ";
}
#upNextLayoutGrid:after,
#upNextLayoutGrid .row:after
{
   clear: both;
}
@media (max-width: 768px)
{
#upNextLayoutGrid > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#wb_upNextLayoutGrid
{
   backdrop-filter: blur(3.5px);
   transition: backdrop-filter 500ms linear 0ms;
}
#requestCardContainer
{
   display: flex;
   width: 100%;
   position: relative;
   padding: 20px 0 20px 0;
   margin: 0;
   background-color: transparent;
   background-image: none;
   border: 0px solid #DEE2E6;
   border-radius: 0px;
   box-sizing: border-box;
   font-size: 0;
}
#requestCardContainer
{
   overflow: hidden;
}
#requestCardContainer .swiper-slide
{
   width: calc((100% - 42px) / 3);
}
#wb_playlistLayoutGrid
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: rgba(0,0,0,0.50);
   background-image: none;
   border: 1px solid rgba(255,255,255,0.13);
   border-radius: 16px;
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   margin-right: auto;
   margin-left: auto;
   max-width: 1150px;
}
#playlistLayoutGrid
{
   box-sizing: border-box;
   padding: 0;
   margin-right: auto;
   margin-left: auto;
}
#playlistLayoutGrid > .row
{
   margin-right: 0;
   margin-left: 0;
}
#playlistLayoutGrid > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 0px;
   padding-left: 0px;
   position: relative;
}
#playlistLayoutGrid > .row > .col-1
{
   float: left;
}
#playlistLayoutGrid > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: left;
}
#playlistLayoutGrid > .row > .col-1 > .col-1-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 20px 20px 20px 20px;
}
#playlistLayoutGrid:before,
#playlistLayoutGrid:after,
#playlistLayoutGrid .row:before,
#playlistLayoutGrid .row:after
{
   display: table;
   content: " ";
}
#playlistLayoutGrid:after,
#playlistLayoutGrid .row:after
{
   clear: both;
}
@media (max-width: 768px)
{
#playlistLayoutGrid > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#wb_playlistLayoutGrid
{
   backdrop-filter: blur(3.5px);
   transition: backdrop-filter 500ms linear 0ms;
}
#wb_extraLayoutGrid
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: rgba(0,0,0,0.50);
   background-image: none;
   border: 1px solid rgba(255,255,255,0.13);
   border-radius: 16px;
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   margin-right: auto;
   margin-left: auto;
   max-width: 1150px;
}
#extraLayoutGrid
{
   box-sizing: border-box;
   padding: 0;
   margin-right: auto;
   margin-left: auto;
}
#extraLayoutGrid > .row
{
   margin-right: 0;
   margin-left: 0;
}
#extraLayoutGrid > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 0px;
   padding-left: 0px;
   position: relative;
}
#extraLayoutGrid > .row > .col-1
{
   float: left;
}
#extraLayoutGrid > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: left;
}
#extraLayoutGrid > .row > .col-1 > .col-1-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 20px 20px 0 20px;
}
#extraLayoutGrid:before,
#extraLayoutGrid:after,
#extraLayoutGrid .row:before,
#extraLayoutGrid .row:after
{
   display: table;
   content: " ";
}
#extraLayoutGrid:after,
#extraLayoutGrid .row:after
{
   clear: both;
}
@media (max-width: 768px)
{
#extraLayoutGrid > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#wb_extraLayoutGrid
{
   backdrop-filter: blur(3.5px);
   transition: backdrop-filter 500ms linear 0ms;
}
#wb_youTubeWapper
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: rgba(255,255,255,0.04);
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 8px;
   box-sizing: border-box;
   margin: 0;
}
#youTubeWapper
{
   box-sizing: border-box;
   padding: 21px 20px 23px 20px;
   margin-right: auto;
   margin-left: auto;
}
#youTubeWapper > .row
{
   margin-right: -20px;
   margin-left: -20px;
}
#youTubeWapper > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 20px;
   padding-left: 20px;
   position: relative;
}
#youTubeWapper > .row > .col-1
{
   float: left;
}
#youTubeWapper > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: left;
}
#youTubeWapper:before,
#youTubeWapper:after,
#youTubeWapper .row:before,
#youTubeWapper .row:after
{
   display: table;
   content: " ";
}
#youTubeWapper:after,
#youTubeWapper .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#youTubeWapper > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#wb_chartsLayoutGrid
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#chartsLayoutGrid
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 0;
   margin-right: auto;
   margin-left: auto;
}
#chartsLayoutGrid > .col-1, #chartsLayoutGrid > .col-2, #chartsLayoutGrid > .col-3
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 0px;
   padding-left: 0px;
   position: relative;
}
#chartsLayoutGrid > .col-1, #chartsLayoutGrid > .col-2, #chartsLayoutGrid > .col-3
{
   flex: 0 0 auto;
}
#chartsLayoutGrid > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis:  calc((100% - 20px) / 2);
   max-width:  calc((100% - 20px) / 2);
   display: flex;
   flex-wrap: wrap;
   align-content: flex-start;
   align-self: stretch;
   align-items: flex-start;
   justify-content: flex-start;
   text-align: left;
}
#chartsLayoutGrid > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 20px;
   max-width: 20px;
   display: flex;
   flex-wrap: wrap;
   align-content: flex-start;
   align-self: stretch;
   align-items: flex-start;
   justify-content: flex-start;
   text-align: left;
}
#chartsLayoutGrid > .col-3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis:  calc((100% - 20px) / 2);
   max-width:  calc((100% - 20px) / 2);
   display: flex;
   flex-wrap: wrap;
   align-content: flex-start;
   align-self: stretch;
   align-items: flex-start;
   justify-content: flex-start;
   text-align: left;
}
@media (max-width: 768px)
{
#chartsLayoutGrid > .col-1, #chartsLayoutGrid > .col-2, #chartsLayoutGrid > .col-3
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#wb_scheduleGrid
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: rgba(0,0,0,0.50);
   background-image: none;
   border: 1px solid rgba(255,255,255,0.13);
   border-radius: 16px;
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   margin-right: auto;
   margin-left: auto;
   max-width: 1150px;
}
#scheduleGrid
{
   box-sizing: border-box;
   padding: 0;
   margin-right: auto;
   margin-left: auto;
}
#scheduleGrid > .row
{
   margin-right: 0;
   margin-left: 0;
}
#scheduleGrid > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 0px;
   padding-left: 0px;
   position: relative;
}
#scheduleGrid > .row > .col-1
{
   float: left;
}
#scheduleGrid > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: left;
}
#scheduleGrid > .row > .col-1 > .col-1-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 20px 20px 10px 20px;
}
#scheduleGrid:before,
#scheduleGrid:after,
#scheduleGrid .row:before,
#scheduleGrid .row:after
{
   display: table;
   content: " ";
}
#scheduleGrid:after,
#scheduleGrid .row:after
{
   clear: both;
}
@media (max-width: 768px)
{
#scheduleGrid > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#wb_scheduleGrid
{
   backdrop-filter: blur(3.5px);
   transition: backdrop-filter 500ms linear 0ms;
}
#wb_partnersLayoutGrid
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: rgba(0,0,0,0.50);
   background-image: none;
   border: 1px solid rgba(255,255,255,0.13);
   border-radius: 16px;
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   margin-right: auto;
   margin-left: auto;
   max-width: 1150px;
}
#partnersLayoutGrid
{
   box-sizing: border-box;
   padding: 0;
   margin-right: auto;
   margin-left: auto;
}
#partnersLayoutGrid > .row
{
   margin-right: 0;
   margin-left: 0;
}
#partnersLayoutGrid > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 0px;
   padding-left: 0px;
   position: relative;
}
#partnersLayoutGrid > .row > .col-1
{
   float: left;
}
#partnersLayoutGrid > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: left;
}
#partnersLayoutGrid > .row > .col-1 > .col-1-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 20px 20px 20px 20px;
}
#partnersLayoutGrid:before,
#partnersLayoutGrid:after,
#partnersLayoutGrid .row:before,
#partnersLayoutGrid .row:after
{
   display: table;
   content: " ";
}
#partnersLayoutGrid:after,
#partnersLayoutGrid .row:after
{
   clear: both;
}
@media (max-width: 768px)
{
#partnersLayoutGrid > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#wb_partnersLayoutGrid
{
   backdrop-filter: blur(3.5px);
   transition: backdrop-filter 500ms linear 0ms;
}
#scheduleTabs.ui-widget
{
   font-size: 1em !important;
}
#scheduleTabs
{
   background-color: transparent;
   background-image: none;
   border: 1px solid rgba(255,69,0,0.00);
   box-sizing: border-box;
   padding: 4px 4px 4px 4px;
   margin: 0;
}
#scheduleTabs .ui-tabs-nav
{
   background: transparent;
   border-width: 0;
   padding: 0;
   border-radius: 0 !important;
   font-family: "Open Sans";
   font-weight: normal;
   line-height: 1.0;
   padding: 0;
   margin: 0;
   font-size: 0;
   text-align: justify;
   box-sizing: border-box;
   display: table;
   width: 100%;
}
#scheduleTabs .ui-tabs-nav li
{
   border-bottom: 1px solid rgba(20,19,18,1.00) !important;
   border-radius: 0;
   margin: 0;
   padding: 0;
   display: table-cell;
   float: none;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   text-align: center;
}
#scheduleTabs .ui-tabs-nav li:first-child
{
   border-radius: 8px 0 0 8px;
}
#scheduleTabs .ui-tabs-nav li:last-child
{
   border-radius: 0 8px 8px 0;
}
#scheduleTabs .ui-tabs-nav li.ui-tabs-selected
{
   padding-bottom: 0;
   border-bottom: 1px solid rgba(227,31,33,1.00) !important;
}
#scheduleTabs .ui-tabs-nav li a
{
   display: block;
   float: none;
   font-size: 15px;
   padding: 8px 10px 8px 10px;
}
#scheduleTabs, #scheduleTabs .ui-corner-all, #scheduleTabs .ui-corner-top
{
   border-top-left-radius: 8px;
   border-top-right-radius: 8px;
}
#scheduleTabs, #scheduleTabs .ui-corner-all, #scheduleTabs .ui-corner-bottom
{
   border-bottom-right-radius: 8px;
   border-bottom-left-radius: 8px;
}
#scheduleTabs .ui-state-default, #scheduleTabs .ui-widget-content .ui-state-default
{
   border-color: rgba(20,19,18,1.00);
   background-color: #141312;
   background-image: none;
}
#scheduleTabs .ui-state-hover, #scheduleTabs .ui-widget-content .ui-state-hover
{
   border-color: rgba(227,31,33,1.00);
   background-color: #E31F21;
   background-image: none;
}
#scheduleTabs .ui-state-active, #scheduleTabs .ui-widget-content .ui-state-active
{
   border-color: rgba(227,31,33,1.00);
   background-color: #E31F21;
   background-image: none;
}
#scheduleTabs .ui-state-default a, #scheduleTabs .ui-widget-content .ui-state-default a
{
   color: #FFFFFF;
}
#scheduleTabs .ui-state-hover a, #scheduleTabs .ui-widget-content .ui-state-hover a
{
   color: #FFFFFF;
}
#scheduleTabs .ui-state-active a, #scheduleTabs .ui-widget-content .ui-state-active a
{
   color: #FFFFFF;
}
#scheduleTabs .ui-widget-content
{
   font-size: 0;
   text-align: left;
}
#scheduleTabs .ui-tabs-panel
{
   overflow: auto;
   padding: 0;
}
#scheduleTabs .description
{
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#wb_playlistHeading
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   vertical-align: top;
   margin: 0 0 20px 0 ;
   padding: 0;
   text-align: left;
}
#playlistHeading
{
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 43px;
   margin: 0;
   text-align: left;
   text-transform: none;
}
#wb_requestHeading
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   vertical-align: top;
   margin: 0 0 20px 0 ;
   padding: 0;
   text-align: left;
}
#requestHeading
{
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 43px;
   margin: 0;
   text-align: left;
   text-transform: none;
}
#wb_requestText1 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0 0 50px 0 ;
   text-align: left;
}
#wb_requestText1
{
   color: #AAAAAA;
   font-family: "Open Sans";
   font-weight: 400;
   font-size: 16px;
   line-height: 22px;
}
#wb_requestText1 p, #wb_requestText1 ul
{
   margin: 0;
   padding: 0;
}
#wb_requestText1
{
   display: block;
   margin: 0 0 50px 0 ;
   box-sizing: border-box;
   width: 100%;
}
#requestButton
{
   box-sizing: border-box;
   line-height: 35px;
   text-decoration: none;
   vertical-align: top;
   border: 1px solid rgba(255,255,255,0.10);
   border-radius: 8px;
   background-color: rgba(255,255,255,0.10);
   background-image: none;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 15px;
   padding: 1px 6px 1px 6px;
   text-align: center;
   -webkit-appearance: none;
   margin: 20px 0 0 0 ;
}
#requestButton:focus
{
   outline: 0;
}
#wb_requestCard1
{
   position: relative;
   display: flex;
   flex-direction: column;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   box-sizing: border-box;
   margin: 0;
   background-color: rgba(0,0,0,0.25);
   background-image: none;
   border: 1px solid rgba(255,255,255,0.14);
   border-radius: 8px;
   box-shadow: 6px 6px 10px rgba(0,0,0,0.38);
   text-align: left;
}
#requestCard1-card-body
{
   padding: 20px 20px 20px 20px;
   flex: 1 1 auto;
   font-size: 0;
}
.stretched-link::after
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1;
   pointer-events: auto;
   content: "";
   background-color: rgba(0,0,0,0);
}
#requestCard1-card-item0
{
   box-sizing: border-box;
   border-radius: 8px 8px 0 0 !important;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#requestCard1-card-item1
{
   box-sizing: border-box;
   margin: 10px 0 0 0 ;
   padding: 0;
   color: #079F38;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 21px;
}
#requestCard1-card-item2
{
   box-sizing: border-box;
   border-radius: 0 0 8px 8px !important;
   margin: 10px 0 0 0 ;
   padding: 0;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#wb_requestCard2
{
   position: relative;
   display: flex;
   flex-direction: column;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   box-sizing: border-box;
   margin: 0;
   background-color: rgba(0,0,0,0.25);
   background-image: none;
   border: 1px solid rgba(255,255,255,0.14);
   border-radius: 8px;
   box-shadow: 6px 6px 10px rgba(0,0,0,0.38);
   text-align: left;
}
#requestCard2-card-body
{
   padding: 20px 20px 20px 20px;
   flex: 1 1 auto;
   font-size: 0;
}
.stretched-link::after
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1;
   pointer-events: auto;
   content: "";
   background-color: rgba(0,0,0,0);
}
#requestCard2-card-item0
{
   box-sizing: border-box;
   border-radius: 8px 8px 0 0 !important;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#requestCard2-card-item1
{
   box-sizing: border-box;
   margin: 10px 0 0 0 ;
   padding: 0;
   color: #079F38;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 21px;
}
#requestCard2-card-item2
{
   box-sizing: border-box;
   border-radius: 0 0 8px 8px !important;
   margin: 10px 0 0 0 ;
   padding: 0;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#wb_requestCard3
{
   position: relative;
   display: flex;
   flex-direction: column;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   box-sizing: border-box;
   margin: 0;
   background-color: rgba(0,0,0,0.25);
   background-image: none;
   border: 1px solid rgba(255,255,255,0.14);
   border-radius: 8px;
   box-shadow: 6px 6px 10px rgba(0,0,0,0.38);
   text-align: left;
}
#requestCard3-card-body
{
   padding: 20px 20px 20px 20px;
   flex: 1 1 auto;
   font-size: 0;
}
.stretched-link::after
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1;
   pointer-events: auto;
   content: "";
   background-color: rgba(0,0,0,0);
}
#requestCard3-card-item0
{
   box-sizing: border-box;
   border-radius: 8px 8px 0 0 !important;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#requestCard3-card-item1
{
   box-sizing: border-box;
   margin: 10px 0 0 0 ;
   padding: 0;
   color: #079F38;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 21px;
}
#requestCard3-card-item2
{
   box-sizing: border-box;
   border-radius: 0 0 8px 8px !important;
   margin: 10px 0 0 0 ;
   padding: 0;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 15px;
}
#wb_requestCard4
{
   position: relative;
   display: flex;
   flex-direction: column;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   box-sizing: border-box;
   margin: 0;
   background-color: rgba(0,0,0,0.25);
   background-image: none;
   border: 1px solid rgba(255,255,255,0.14);
   border-radius: 8px;
   box-shadow: 6px 6px 10px rgba(0,0,0,0.38);
   text-align: left;
}
#requestCard4-card-body
{
   padding: 20px 20px 20px 20px;
   flex: 1 1 auto;
   font-size: 0;
}
.stretched-link::after
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1;
   pointer-events: auto;
   content: "";
   background-color: rgba(0,0,0,0);
}
#requestCard4-card-item0
{
   box-sizing: border-box;
   border-radius: 8px 8px 0 0 !important;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#requestCard4-card-item1
{
   box-sizing: border-box;
   margin: 10px 0 0 0 ;
   padding: 0;
   color: #079F38;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 21px;
}
#requestCard4-card-item2
{
   box-sizing: border-box;
   border-radius: 0 0 8px 8px !important;
   margin: 10px 0 0 0 ;
   padding: 0;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#wb_nowPlayingArtist
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   opacity: 0.80;
   box-sizing: border-box;
   vertical-align: top;
   margin: 0;
   padding: 0;
   text-align: left;
}
#nowPlayingArtist
{
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: bold;
   font-style: normal;
   font-size: 24px;
   margin: 0;
   text-align: left;
   text-transform: none;
}
#wb_scheduleHeading
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   vertical-align: top;
   margin: 0 0 20px 0 ;
   padding: 0;
   text-align: left;
}
#scheduleHeading
{
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 43px;
   margin: 0;
   text-align: left;
   text-transform: none;
}
#wb_nowPlayingHeading
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   opacity: 0.80;
   box-sizing: border-box;
   vertical-align: top;
   margin: 0 0 20px 0 ;
   padding: 0;
   text-align: left;
}
#nowPlayingHeading
{
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 35px;
   margin: 0;
   text-align: left;
   text-transform: none;
}
#wb_requestCard5
{
   position: relative;
   display: flex;
   flex-direction: column;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   box-sizing: border-box;
   margin: 0;
   background-color: rgba(0,0,0,0.25);
   background-image: none;
   border: 1px solid rgba(255,255,255,0.14);
   border-radius: 8px;
   box-shadow: 6px 6px 10px rgba(0,0,0,0.38);
   text-align: left;
}
#requestCard5-card-body
{
   padding: 20px 20px 20px 20px;
   flex: 1 1 auto;
   font-size: 0;
}
.stretched-link::after
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1;
   pointer-events: auto;
   content: "";
   background-color: rgba(0,0,0,0);
}
#requestCard5-card-item0
{
   box-sizing: border-box;
   border-radius: 8px 8px 0 0 !important;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#requestCard5-card-item1
{
   box-sizing: border-box;
   margin: 10px 0 0 0 ;
   padding: 0;
   color: #079F38;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 21px;
}
#requestCard5-card-item2
{
   box-sizing: border-box;
   border-radius: 0 0 8px 8px !important;
   margin: 10px 0 0 0 ;
   padding: 0;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#wb_requestCard6
{
   position: relative;
   display: flex;
   flex-direction: column;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   box-sizing: border-box;
   margin: 0;
   background-color: rgba(0,0,0,0.25);
   background-image: none;
   border: 1px solid rgba(255,255,255,0.14);
   border-radius: 8px;
   box-shadow: 6px 6px 10px rgba(0,0,0,0.38);
   text-align: left;
}
#requestCard6-card-body
{
   padding: 20px 20px 20px 20px;
   flex: 1 1 auto;
   font-size: 0;
}
.stretched-link::after
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1;
   pointer-events: auto;
   content: "";
   background-color: rgba(0,0,0,0);
}
#requestCard6-card-item0
{
   box-sizing: border-box;
   border-radius: 8px 8px 0 0 !important;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#requestCard6-card-item1
{
   box-sizing: border-box;
   margin: 10px 0 0 0 ;
   padding: 0;
   color: #079F38;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 21px;
}
#requestCard6-card-item2
{
   box-sizing: border-box;
   border-radius: 0 0 8px 8px !important;
   margin: 10px 0 0 0 ;
   padding: 0;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#listenNowButton
{
   box-sizing: border-box;
   line-height: 39px;
   text-decoration: none;
   vertical-align: top;
   border: 1px solid rgba(255,255,255,0.10);
   border-radius: 8px;
   background-color: rgba(255,255,255,0.10);
   background-image: none;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 15px;
   padding: 1px 6px 1px 6px;
   text-align: center;
   -webkit-appearance: none;
   margin: 20px 0 0 0 ;
}
#listenNowButton:focus
{
   outline: 0;
}
#wb_scheduleMondayCard1
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 20px 0 20px 0 ;
   background-color: rgba(255,255,255,0.06);
   background-image: none;
   border: 0px solid #B2B2B2;
   border-radius: 8px;
   box-shadow: 6px 6px 10px rgba(0,0,0,0.38);
   text-align: left;
}
#scheduleMondayCard1-card-body
{
   padding: 20px 20px 20px 20px;
   flex: 1 1 auto;
   font-size: 0;
}
#scheduleMondayCard1-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   max-width: 100px;
   width: 100%;
   height: 100px;
}
#scheduleMondayCard1-card-item3
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #AAAAAA;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 19px;
}
#scheduleMondayCard1-card-item4
{
   box-sizing: border-box;
   margin: 10px 20px 0 20px;
   padding: 0;
   color: #AAAAAA;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 15px;
}
#scheduleMondayCard1-card-body
{
   display: flex;
}
#wb_scheduleMondayCard1 .col-0
{
   flex: 0 0 100px;
}
#wb_scheduleMondayCard1 .col-1
{
   flex: 1 1 70%;
}
#wb_scheduleMondayCard1 .col-2
{
   flex: 1 1 30%;
}
@media all and (max-width:768px) 
{
#scheduleMondayCard1-card-body
{
   flex-direction: column;
}
#wb_scheduleMondayCard1 .col-0
{
   flex: 1 1 100%;
}
#wb_scheduleMondayCard1 .col-1
{
   flex: 1 1 100%;
}
#wb_scheduleMondayCard1 .col-2
{
   flex: 1 1 100%;
}
}
#wb_scheduleMondayCard1:hover
{
   background-color: rgba(16,16,16,0.39);
   transition: background-color 500ms linear 0ms;
}
#wb_scheduleMondayCard1
{
   background-color: rgba(255,255,255,0.06);
   transition: background-color 500ms linear 0ms;
}
#wb_scheduleMondayCard2
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 20px 0 20px 0 ;
   background-color: rgba(255,255,255,0.06);
   background-image: none;
   border: 0px solid #B2B2B2;
   border-radius: 8px;
   box-shadow: 6px 6px 10px rgba(0,0,0,0.38);
   text-align: left;
}
#scheduleMondayCard2-card-body
{
   padding: 20px 20px 20px 20px;
   flex: 1 1 auto;
   font-size: 0;
}
#scheduleMondayCard2-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   max-width: 100px;
   width: 100%;
   height: 100px;
}
#scheduleMondayCard2-card-item3
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #AAAAAA;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 19px;
}
#scheduleMondayCard2-card-item4
{
   box-sizing: border-box;
   margin: 10px 20px 0 20px;
   padding: 0;
   color: #AAAAAA;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 15px;
}
#scheduleMondayCard2-card-body
{
   display: flex;
}
#wb_scheduleMondayCard2 .col-0
{
   flex: 0 0 100px;
}
#wb_scheduleMondayCard2 .col-1
{
   flex: 1 1 70%;
}
#wb_scheduleMondayCard2 .col-2
{
   flex: 1 1 30%;
}
@media all and (max-width:768px) 
{
#scheduleMondayCard2-card-body
{
   flex-direction: column;
}
#wb_scheduleMondayCard2 .col-0
{
   flex: 1 1 100%;
}
#wb_scheduleMondayCard2 .col-1
{
   flex: 1 1 100%;
}
#wb_scheduleMondayCard2 .col-2
{
   flex: 1 1 100%;
}
}
#wb_scheduleMondayCard2:hover
{
   background-color: rgba(16,16,16,0.39);
   transition: background-color 500ms linear 0ms;
}
#wb_scheduleMondayCard2
{
   background-color: rgba(255,255,255,0.06);
   transition: background-color 500ms linear 0ms;
}
#wb_scheduleTuesdayCard1
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 20px 0 20px 0 ;
   background-color: rgba(255,255,255,0.06);
   background-image: none;
   border: 0px solid #B2B2B2;
   border-radius: 8px;
   box-shadow: 6px 6px 10px rgba(0,0,0,0.38);
   text-align: left;
}
#scheduleTuesdayCard1-card-body
{
   padding: 20px 20px 20px 20px;
   flex: 1 1 auto;
   font-size: 0;
}
#scheduleTuesdayCard1-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   max-width: 100px;
   width: 100%;
   height: 100px;
}
#scheduleTuesdayCard1-card-item3
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #AAAAAA;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 19px;
}
#scheduleTuesdayCard1-card-item4
{
   box-sizing: border-box;
   margin: 10px 20px 0 20px;
   padding: 0;
   color: #AAAAAA;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 15px;
}
#scheduleTuesdayCard1-card-body
{
   display: flex;
}
#wb_scheduleTuesdayCard1 .col-0
{
   flex: 0 0 100px;
}
#wb_scheduleTuesdayCard1 .col-1
{
   flex: 1 1 70%;
}
#wb_scheduleTuesdayCard1 .col-2
{
   flex: 1 1 30%;
}
@media all and (max-width:768px) 
{
#scheduleTuesdayCard1-card-body
{
   flex-direction: column;
}
#wb_scheduleTuesdayCard1 .col-0
{
   flex: 1 1 100%;
}
#wb_scheduleTuesdayCard1 .col-1
{
   flex: 1 1 100%;
}
#wb_scheduleTuesdayCard1 .col-2
{
   flex: 1 1 100%;
}
}
#wb_scheduleTuesdayCard1:hover
{
   background-color: rgba(16,16,16,0.39);
   transition: background-color 500ms linear 0ms;
}
#wb_scheduleTuesdayCard1
{
   background-color: rgba(255,255,255,0.06);
   transition: background-color 500ms linear 0ms;
}
#wb_scheduleTuesdayCard2
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 20px 0 20px 0 ;
   background-color: rgba(255,255,255,0.06);
   background-image: none;
   border: 0px solid #B2B2B2;
   border-radius: 8px;
   box-shadow: 6px 6px 10px rgba(0,0,0,0.38);
   text-align: left;
}
#scheduleTuesdayCard2-card-body
{
   padding: 20px 20px 20px 20px;
   flex: 1 1 auto;
   font-size: 0;
}
#scheduleTuesdayCard2-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   max-width: 100px;
   width: 100%;
   height: 100px;
}
#scheduleTuesdayCard2-card-item3
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #AAAAAA;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 19px;
}
#scheduleTuesdayCard2-card-item4
{
   box-sizing: border-box;
   margin: 10px 20px 0 20px;
   padding: 0;
   color: #AAAAAA;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 15px;
}
#scheduleTuesdayCard2-card-body
{
   display: flex;
}
#wb_scheduleTuesdayCard2 .col-0
{
   flex: 0 0 100px;
}
#wb_scheduleTuesdayCard2 .col-1
{
   flex: 1 1 70%;
}
#wb_scheduleTuesdayCard2 .col-2
{
   flex: 1 1 30%;
}
@media all and (max-width:768px) 
{
#scheduleTuesdayCard2-card-body
{
   flex-direction: column;
}
#wb_scheduleTuesdayCard2 .col-0
{
   flex: 1 1 100%;
}
#wb_scheduleTuesdayCard2 .col-1
{
   flex: 1 1 100%;
}
#wb_scheduleTuesdayCard2 .col-2
{
   flex: 1 1 100%;
}
}
#wb_scheduleTuesdayCard2:hover
{
   background-color: rgba(16,16,16,0.39);
   transition: background-color 500ms linear 0ms;
}
#wb_scheduleTuesdayCard2
{
   background-color: rgba(255,255,255,0.06);
   transition: background-color 500ms linear 0ms;
}
#wb_scheduleTuesdayCard3
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 20px 0 20px 0 ;
   background-color: rgba(255,255,255,0.06);
   background-image: none;
   border: 0px solid #B2B2B2;
   border-radius: 8px;
   box-shadow: 6px 6px 10px rgba(0,0,0,0.38);
   text-align: left;
}
#scheduleTuesdayCard3-card-body
{
   padding: 20px 20px 20px 20px;
   flex: 1 1 auto;
   font-size: 0;
}
#scheduleTuesdayCard3-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   max-width: 100px;
   width: 100%;
   height: 100px;
}
#scheduleTuesdayCard3-card-item3
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #AAAAAA;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 19px;
}
#scheduleTuesdayCard3-card-item4
{
   box-sizing: border-box;
   margin: 10px 20px 0 20px;
   padding: 0;
   color: #AAAAAA;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 15px;
}
#scheduleTuesdayCard3-card-body
{
   display: flex;
}
#wb_scheduleTuesdayCard3 .col-0
{
   flex: 0 0 100px;
}
#wb_scheduleTuesdayCard3 .col-1
{
   flex: 1 1 70%;
}
#wb_scheduleTuesdayCard3 .col-2
{
   flex: 1 1 30%;
}
@media all and (max-width:768px) 
{
#scheduleTuesdayCard3-card-body
{
   flex-direction: column;
}
#wb_scheduleTuesdayCard3 .col-0
{
   flex: 1 1 100%;
}
#wb_scheduleTuesdayCard3 .col-1
{
   flex: 1 1 100%;
}
#wb_scheduleTuesdayCard3 .col-2
{
   flex: 1 1 100%;
}
}
#wb_scheduleTuesdayCard3:hover
{
   background-color: rgba(16,16,16,0.39);
   transition: background-color 500ms linear 0ms;
}
#wb_scheduleTuesdayCard3
{
   background-color: rgba(255,255,255,0.06);
   transition: background-color 500ms linear 0ms;
}
#wb_scheduleWednesdayCard1
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 20px 0 20px 0 ;
   background-color: rgba(255,255,255,0.06);
   background-image: none;
   border: 0px solid #B2B2B2;
   border-radius: 8px;
   box-shadow: 6px 6px 10px rgba(0,0,0,0.38);
   text-align: left;
}
#scheduleWednesdayCard1-card-body
{
   padding: 20px 20px 20px 20px;
   flex: 1 1 auto;
   font-size: 0;
}
#scheduleWednesdayCard1-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   max-width: 100px;
   width: 100%;
   height: 100px;
}
#scheduleWednesdayCard1-card-item3
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #AAAAAA;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 19px;
}
#scheduleWednesdayCard1-card-item4
{
   box-sizing: border-box;
   margin: 10px 20px 0 20px;
   padding: 0;
   color: #AAAAAA;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 15px;
}
#scheduleWednesdayCard1-card-body
{
   display: flex;
}
#wb_scheduleWednesdayCard1 .col-0
{
   flex: 0 0 100px;
}
#wb_scheduleWednesdayCard1 .col-1
{
   flex: 1 1 70%;
}
#wb_scheduleWednesdayCard1 .col-2
{
   flex: 1 1 30%;
}
@media all and (max-width:768px) 
{
#scheduleWednesdayCard1-card-body
{
   flex-direction: column;
}
#wb_scheduleWednesdayCard1 .col-0
{
   flex: 1 1 100%;
}
#wb_scheduleWednesdayCard1 .col-1
{
   flex: 1 1 100%;
}
#wb_scheduleWednesdayCard1 .col-2
{
   flex: 1 1 100%;
}
}
#wb_scheduleWednesdayCard1:hover
{
   background-color: rgba(16,16,16,0.39);
   transition: background-color 500ms linear 0ms;
}
#wb_scheduleWednesdayCard1
{
   background-color: rgba(255,255,255,0.06);
   transition: background-color 500ms linear 0ms;
}
#wb_scheduleWednesdayCard2
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 20px 0 20px 0 ;
   background-color: rgba(255,255,255,0.06);
   background-image: none;
   border: 0px solid #B2B2B2;
   border-radius: 8px;
   box-shadow: 6px 6px 10px rgba(0,0,0,0.38);
   text-align: left;
}
#scheduleWednesdayCard2-card-body
{
   padding: 20px 20px 20px 20px;
   flex: 1 1 auto;
   font-size: 0;
}
#scheduleWednesdayCard2-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   max-width: 100px;
   width: 100%;
   height: 100px;
}
#scheduleWednesdayCard2-card-item3
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #AAAAAA;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 19px;
}
#scheduleWednesdayCard2-card-item4
{
   box-sizing: border-box;
   margin: 10px 20px 0 20px;
   padding: 0;
   color: #AAAAAA;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 15px;
}
#scheduleWednesdayCard2-card-body
{
   display: flex;
}
#wb_scheduleWednesdayCard2 .col-0
{
   flex: 0 0 100px;
}
#wb_scheduleWednesdayCard2 .col-1
{
   flex: 1 1 70%;
}
#wb_scheduleWednesdayCard2 .col-2
{
   flex: 1 1 30%;
}
@media all and (max-width:768px) 
{
#scheduleWednesdayCard2-card-body
{
   flex-direction: column;
}
#wb_scheduleWednesdayCard2 .col-0
{
   flex: 1 1 100%;
}
#wb_scheduleWednesdayCard2 .col-1
{
   flex: 1 1 100%;
}
#wb_scheduleWednesdayCard2 .col-2
{
   flex: 1 1 100%;
}
}
#wb_scheduleWednesdayCard2:hover
{
   background-color: rgba(16,16,16,0.39);
   transition: background-color 500ms linear 0ms;
}
#wb_scheduleWednesdayCard2
{
   background-color: rgba(255,255,255,0.06);
   transition: background-color 500ms linear 0ms;
}
#wb_scheduleThursdayCard1
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 20px 0 20px 0 ;
   background-color: rgba(255,255,255,0.06);
   background-image: none;
   border: 0px solid #B2B2B2;
   border-radius: 8px;
   box-shadow: 6px 6px 10px rgba(0,0,0,0.38);
   text-align: left;
}
#scheduleThursdayCard1-card-body
{
   padding: 20px 20px 20px 20px;
   flex: 1 1 auto;
   font-size: 0;
}
#scheduleThursdayCard1-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   max-width: 100px;
   width: 100%;
   height: 100px;
}
#scheduleThursdayCard1-card-item3
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #AAAAAA;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 19px;
}
#scheduleThursdayCard1-card-item4
{
   box-sizing: border-box;
   margin: 10px 20px 0 20px;
   padding: 0;
   color: #AAAAAA;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 15px;
}
#scheduleThursdayCard1-card-body
{
   display: flex;
}
#wb_scheduleThursdayCard1 .col-0
{
   flex: 0 0 100px;
}
#wb_scheduleThursdayCard1 .col-1
{
   flex: 1 1 70%;
}
#wb_scheduleThursdayCard1 .col-2
{
   flex: 1 1 30%;
}
@media all and (max-width:768px) 
{
#scheduleThursdayCard1-card-body
{
   flex-direction: column;
}
#wb_scheduleThursdayCard1 .col-0
{
   flex: 1 1 100%;
}
#wb_scheduleThursdayCard1 .col-1
{
   flex: 1 1 100%;
}
#wb_scheduleThursdayCard1 .col-2
{
   flex: 1 1 100%;
}
}
#wb_scheduleThursdayCard1:hover
{
   background-color: rgba(16,16,16,0.39);
   transition: background-color 500ms linear 0ms;
}
#wb_scheduleThursdayCard1
{
   background-color: rgba(255,255,255,0.06);
   transition: background-color 500ms linear 0ms;
}
#wb_scheduleThursdayCard2
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 20px 0 20px 0 ;
   background-color: rgba(255,255,255,0.06);
   background-image: none;
   border: 0px solid #B2B2B2;
   border-radius: 8px;
   box-shadow: 6px 6px 10px rgba(0,0,0,0.38);
   text-align: left;
}
#scheduleThursdayCard2-card-body
{
   padding: 20px 20px 20px 20px;
   flex: 1 1 auto;
   font-size: 0;
}
#scheduleThursdayCard2-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   max-width: 100px;
   width: 100%;
   height: 100px;
}
#scheduleThursdayCard2-card-item3
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #AAAAAA;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 19px;
}
#scheduleThursdayCard2-card-item4
{
   box-sizing: border-box;
   margin: 10px 20px 0 20px;
   padding: 0;
   color: #AAAAAA;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 15px;
}
#scheduleThursdayCard2-card-body
{
   display: flex;
}
#wb_scheduleThursdayCard2 .col-0
{
   flex: 0 0 100px;
}
#wb_scheduleThursdayCard2 .col-1
{
   flex: 1 1 70%;
}
#wb_scheduleThursdayCard2 .col-2
{
   flex: 1 1 30%;
}
@media all and (max-width:768px) 
{
#scheduleThursdayCard2-card-body
{
   flex-direction: column;
}
#wb_scheduleThursdayCard2 .col-0
{
   flex: 1 1 100%;
}
#wb_scheduleThursdayCard2 .col-1
{
   flex: 1 1 100%;
}
#wb_scheduleThursdayCard2 .col-2
{
   flex: 1 1 100%;
}
}
#wb_scheduleThursdayCard2:hover
{
   background-color: rgba(16,16,16,0.39);
   transition: background-color 500ms linear 0ms;
}
#wb_scheduleThursdayCard2
{
   background-color: rgba(255,255,255,0.06);
   transition: background-color 500ms linear 0ms;
}
#wb_scheduleFridayCard1
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 20px 0 20px 0 ;
   background-color: rgba(255,255,255,0.06);
   background-image: none;
   border: 0px solid #B2B2B2;
   border-radius: 8px;
   box-shadow: 6px 6px 10px rgba(0,0,0,0.38);
   text-align: left;
}
#scheduleFridayCard1-card-body
{
   padding: 20px 20px 20px 20px;
   flex: 1 1 auto;
   font-size: 0;
}
#scheduleFridayCard1-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   max-width: 100px;
   width: 100%;
   height: 100px;
}
#scheduleFridayCard1-card-item3
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #AAAAAA;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 19px;
}
#scheduleFridayCard1-card-item4
{
   box-sizing: border-box;
   margin: 10px 20px 0 20px;
   padding: 0;
   color: #AAAAAA;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 15px;
}
#scheduleFridayCard1-card-body
{
   display: flex;
}
#wb_scheduleFridayCard1 .col-0
{
   flex: 0 0 100px;
}
#wb_scheduleFridayCard1 .col-1
{
   flex: 1 1 70%;
}
#wb_scheduleFridayCard1 .col-2
{
   flex: 1 1 30%;
}
@media all and (max-width:768px) 
{
#scheduleFridayCard1-card-body
{
   flex-direction: column;
}
#wb_scheduleFridayCard1 .col-0
{
   flex: 1 1 100%;
}
#wb_scheduleFridayCard1 .col-1
{
   flex: 1 1 100%;
}
#wb_scheduleFridayCard1 .col-2
{
   flex: 1 1 100%;
}
}
#wb_scheduleFridayCard1:hover
{
   background-color: rgba(16,16,16,0.39);
   transition: background-color 500ms linear 0ms;
}
#wb_scheduleFridayCard1
{
   background-color: rgba(255,255,255,0.06);
   transition: background-color 500ms linear 0ms;
}
#wb_scheduleFridayCard2
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 20px 0 20px 0 ;
   background-color: rgba(255,255,255,0.06);
   background-image: none;
   border: 0px solid #B2B2B2;
   border-radius: 8px;
   box-shadow: 6px 6px 10px rgba(0,0,0,0.38);
   text-align: left;
}
#scheduleFridayCard2-card-body
{
   padding: 20px 20px 20px 20px;
   flex: 1 1 auto;
   font-size: 0;
}
#scheduleFridayCard2-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   max-width: 100px;
   width: 100%;
   height: 100px;
}
#scheduleFridayCard2-card-item3
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #AAAAAA;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 19px;
}
#scheduleFridayCard2-card-item4
{
   box-sizing: border-box;
   margin: 10px 20px 0 20px;
   padding: 0;
   color: #AAAAAA;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 15px;
}
#scheduleFridayCard2-card-body
{
   display: flex;
}
#wb_scheduleFridayCard2 .col-0
{
   flex: 0 0 100px;
}
#wb_scheduleFridayCard2 .col-1
{
   flex: 1 1 70%;
}
#wb_scheduleFridayCard2 .col-2
{
   flex: 1 1 30%;
}
@media all and (max-width:768px) 
{
#scheduleFridayCard2-card-body
{
   flex-direction: column;
}
#wb_scheduleFridayCard2 .col-0
{
   flex: 1 1 100%;
}
#wb_scheduleFridayCard2 .col-1
{
   flex: 1 1 100%;
}
#wb_scheduleFridayCard2 .col-2
{
   flex: 1 1 100%;
}
}
#wb_scheduleFridayCard2:hover
{
   background-color: rgba(16,16,16,0.39);
   transition: background-color 500ms linear 0ms;
}
#wb_scheduleFridayCard2
{
   background-color: rgba(255,255,255,0.06);
   transition: background-color 500ms linear 0ms;
}
#wb_scheduleSaturdayCard1
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 20px 0 20px 0 ;
   background-color: rgba(255,255,255,0.06);
   background-image: none;
   border: 0px solid #B2B2B2;
   border-radius: 8px;
   box-shadow: 6px 6px 10px rgba(0,0,0,0.38);
   text-align: left;
}
#scheduleSaturdayCard1-card-body
{
   padding: 20px 20px 20px 20px;
   flex: 1 1 auto;
   font-size: 0;
}
#scheduleSaturdayCard1-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   max-width: 100px;
   width: 100%;
   height: 100px;
}
#scheduleSaturdayCard1-card-item3
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #AAAAAA;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 19px;
}
#scheduleSaturdayCard1-card-item4
{
   box-sizing: border-box;
   margin: 10px 20px 0 20px;
   padding: 0;
   color: #AAAAAA;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 15px;
}
#scheduleSaturdayCard1-card-body
{
   display: flex;
}
#wb_scheduleSaturdayCard1 .col-0
{
   flex: 0 0 100px;
}
#wb_scheduleSaturdayCard1 .col-1
{
   flex: 1 1 70%;
}
#wb_scheduleSaturdayCard1 .col-2
{
   flex: 1 1 30%;
}
@media all and (max-width:768px) 
{
#scheduleSaturdayCard1-card-body
{
   flex-direction: column;
}
#wb_scheduleSaturdayCard1 .col-0
{
   flex: 1 1 100%;
}
#wb_scheduleSaturdayCard1 .col-1
{
   flex: 1 1 100%;
}
#wb_scheduleSaturdayCard1 .col-2
{
   flex: 1 1 100%;
}
}
#wb_scheduleSaturdayCard1:hover
{
   background-color: rgba(16,16,16,0.39);
   transition: background-color 500ms linear 0ms;
}
#wb_scheduleSaturdayCard1
{
   background-color: rgba(255,255,255,0.06);
   transition: background-color 500ms linear 0ms;
}
#wb_scheduleSaturdayCard2
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 20px 0 20px 0 ;
   background-color: rgba(255,255,255,0.06);
   background-image: none;
   border: 0px solid #B2B2B2;
   border-radius: 8px;
   box-shadow: 6px 6px 10px rgba(0,0,0,0.38);
   text-align: left;
}
#scheduleSaturdayCard2-card-body
{
   padding: 20px 20px 20px 20px;
   flex: 1 1 auto;
   font-size: 0;
}
#scheduleSaturdayCard2-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   max-width: 100px;
   width: 100%;
   height: 100px;
}
#scheduleSaturdayCard2-card-item3
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #AAAAAA;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 19px;
}
#scheduleSaturdayCard2-card-item4
{
   box-sizing: border-box;
   margin: 10px 20px 0 20px;
   padding: 0;
   color: #AAAAAA;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 15px;
}
#scheduleSaturdayCard2-card-body
{
   display: flex;
}
#wb_scheduleSaturdayCard2 .col-0
{
   flex: 0 0 100px;
}
#wb_scheduleSaturdayCard2 .col-1
{
   flex: 1 1 70%;
}
#wb_scheduleSaturdayCard2 .col-2
{
   flex: 1 1 30%;
}
@media all and (max-width:768px) 
{
#scheduleSaturdayCard2-card-body
{
   flex-direction: column;
}
#wb_scheduleSaturdayCard2 .col-0
{
   flex: 1 1 100%;
}
#wb_scheduleSaturdayCard2 .col-1
{
   flex: 1 1 100%;
}
#wb_scheduleSaturdayCard2 .col-2
{
   flex: 1 1 100%;
}
}
#wb_scheduleSaturdayCard2:hover
{
   background-color: rgba(16,16,16,0.39);
   transition: background-color 500ms linear 0ms;
}
#wb_scheduleSaturdayCard2
{
   background-color: rgba(255,255,255,0.06);
   transition: background-color 500ms linear 0ms;
}
#wb_scheduleSundayCard1
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 20px 0 20px 0 ;
   background-color: rgba(255,255,255,0.06);
   background-image: none;
   border: 0px solid #B2B2B2;
   border-radius: 8px;
   box-shadow: 6px 6px 10px rgba(0,0,0,0.38);
   text-align: left;
}
#scheduleSundayCard1-card-body
{
   padding: 20px 20px 20px 20px;
   flex: 1 1 auto;
   font-size: 0;
}
#scheduleSundayCard1-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   max-width: 100px;
   width: 100%;
   height: 100px;
}
#scheduleSundayCard1-card-item3
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #AAAAAA;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 19px;
}
#scheduleSundayCard1-card-item4
{
   box-sizing: border-box;
   margin: 10px 20px 0 20px;
   padding: 0;
   color: #AAAAAA;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 15px;
}
#scheduleSundayCard1-card-body
{
   display: flex;
}
#wb_scheduleSundayCard1 .col-0
{
   flex: 0 0 100px;
}
#wb_scheduleSundayCard1 .col-1
{
   flex: 1 1 70%;
}
#wb_scheduleSundayCard1 .col-2
{
   flex: 1 1 30%;
}
@media all and (max-width:768px) 
{
#scheduleSundayCard1-card-body
{
   flex-direction: column;
}
#wb_scheduleSundayCard1 .col-0
{
   flex: 1 1 100%;
}
#wb_scheduleSundayCard1 .col-1
{
   flex: 1 1 100%;
}
#wb_scheduleSundayCard1 .col-2
{
   flex: 1 1 100%;
}
}
#wb_scheduleSundayCard1:hover
{
   background-color: rgba(16,16,16,0.39);
   transition: background-color 500ms linear 0ms;
}
#wb_scheduleSundayCard1
{
   background-color: rgba(255,255,255,0.06);
   transition: background-color 500ms linear 0ms;
}
#wb_scheduleSundayCard2
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   background-color: rgba(255,255,255,0.06);
   background-image: none;
   border: 0px solid #B2B2B2;
   border-radius: 8px;
   box-shadow: 6px 6px 10px rgba(0,0,0,0.38);
   text-align: left;
}
#scheduleSundayCard2-card-body
{
   padding: 20px 20px 20px 20px;
   flex: 1 1 auto;
   font-size: 0;
}
#scheduleSundayCard2-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   max-width: 100px;
   width: 100%;
   height: 100px;
}
#scheduleSundayCard2-card-item3
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #AAAAAA;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 19px;
}
#scheduleSundayCard2-card-item4
{
   box-sizing: border-box;
   margin: 10px 20px 0 20px;
   padding: 0;
   color: #AAAAAA;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 15px;
}
#scheduleSundayCard2-card-body
{
   display: flex;
}
#wb_scheduleSundayCard2 .col-0
{
   flex: 0 0 100px;
}
#wb_scheduleSundayCard2 .col-1
{
   flex: 1 1 70%;
}
#wb_scheduleSundayCard2 .col-2
{
   flex: 1 1 30%;
}
@media all and (max-width:768px) 
{
#scheduleSundayCard2-card-body
{
   flex-direction: column;
}
#wb_scheduleSundayCard2 .col-0
{
   flex: 1 1 100%;
}
#wb_scheduleSundayCard2 .col-1
{
   flex: 1 1 100%;
}
#wb_scheduleSundayCard2 .col-2
{
   flex: 1 1 100%;
}
}
#wb_scheduleSundayCard2:hover
{
   background-color: rgba(16,16,16,0.39);
   transition: background-color 500ms linear 0ms;
}
#wb_scheduleSundayCard2
{
   background-color: rgba(255,255,255,0.06);
   transition: background-color 500ms linear 0ms;
}
#wb_newsHeading
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   vertical-align: top;
   margin: 0 0 20px 10px;
   padding: 0;
   text-align: left;
}
#newsHeading
{
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 43px;
   margin: 0;
   text-align: left;
   text-transform: none;
}
#wb_newsCard1
{
   position: relative;
   display: flex;
   flex-direction: column;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   box-sizing: border-box;
   margin: 10px 10px 10px 10px;
   background-color: rgba(0,0,0,0.13);
   background-image: none;
   border: 1px solid rgba(255,255,255,0.14);
   border-radius: 8px;
   text-align: left;
}
#newsCard1-card-body
{
   padding: 20px 20px 20px 20px;
   flex: 1 1 auto;
   font-size: 0;
}
.stretched-link::after
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1;
   pointer-events: auto;
   content: "";
   background-color: rgba(0,0,0,0);
}
#newsCard1-card-item0
{
   display: block;
   position: relative;
   width: 100%;
   height: 0;
   overflow: hidden;
   padding: 0 0 100% 0;
   box-sizing: border-box;
   border-radius: 8px 8px 0 0 !important;
   margin: 0;
}
#newsCard1-card-item0
{
   filter: grayscale(0.8) opacity(0.7);
   transition: filter 500ms linear 0ms;
}
#wb_newsCard1:hover #newsCard1-card-item0
{
   filter: grayscale(0);
   transition: filter 500ms linear 0ms;
}
#newsCard1-card-item0 > div
{
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   padding-bottom: 100%;
   padding-top: 0;
   padding-left: 0;
   padding-right: 0;
   height: 0;
   overflow: hidden;
   background-color: transparent;
   background-image: url('../images/fantasy.png');
   background-repeat: no-repeat;
   background-position: center center;
   background-attachment: scroll;
   background-size: cover;
   -webkit-clip-path: url(#newsCard1-card-item0-clippath);
   clip-path: url(#newsCard1-card-item0-clippath);
}
#newsCard1-card-item1
{
   box-sizing: border-box;
   margin: 20px 0 0 0 ;
   padding: 0;
   color: #D3D3D3;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 19px;
}
#newsCard1-card-item2
{
   box-sizing: border-box;
   margin: 10px 0 0 0 ;
   padding: 0;
   color: #D3D3D3;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#newsCard1-card-item3
{
   box-sizing: border-box;
   margin: 20px 0 0 0 ;
   padding: 0;
   color: #AAAAAA;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
   line-height: 24px;
}
#newsCard1-card-item4
{
   box-sizing: border-box;
   border-radius: 0 0 8px 8px !important;
   margin: 10px 0 0 0 ;
   padding: 0 0 20px 0;
   color: #059F36;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
   line-height: 24px;
}
#newsCard1-card-item4
{
   color: #AAAAAA;
   transition: color 500ms linear 0ms;
}
#wb_newsCard1:hover #newsCard1-card-item4
{
   color: #059F36;
   transition: color 500ms linear 0ms;
}
#newsCard1-card-item4 a
{
   color: inherit;
   text-decoration: none;
}
#newsButton
{
   box-sizing: border-box;
   line-height: 35px;
   text-decoration: none;
   vertical-align: top;
   border: 1px solid rgba(255,255,255,0.10);
   border-radius: 8px;
   background-color: rgba(255,255,255,0.10);
   background-image: none;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 15px;
   padding: 1px 6px 1px 6px;
   text-align: center;
   -webkit-appearance: none;
   margin: 10px 0 0 10px;
}
#newsButton:focus
{
   outline: 0;
}
#wb_nowPlayingImage
{
   margin: 0 0 20px 0 ;
   vertical-align: top;
}
#nowPlayingImage
{
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 0;
   display: block;
   width: 100%;
   height: auto;
   max-width: 512px;
   margin-left: auto;
   margin-right: auto;
   vertical-align: top;
}
#wb_newsCard2
{
   position: relative;
   display: flex;
   flex-direction: column;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   box-sizing: border-box;
   margin: 10px 10px 10px 10px;
   background-color: rgba(0,0,0,0.13);
   background-image: none;
   border: 1px solid rgba(255,255,255,0.14);
   border-radius: 8px;
   text-align: left;
}
#newsCard2-card-body
{
   padding: 20px 20px 20px 20px;
   flex: 1 1 auto;
   font-size: 0;
}
.stretched-link::after
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1;
   pointer-events: auto;
   content: "";
   background-color: rgba(0,0,0,0);
}
#newsCard2-card-item0
{
   display: block;
   position: relative;
   width: 100%;
   height: 0;
   overflow: hidden;
   padding: 0 0 100% 0;
   box-sizing: border-box;
   border-radius: 8px 8px 0 0 !important;
   margin: 0;
}
#newsCard2-card-item0
{
   filter: grayscale(0.8) opacity(0.7);
   transition: filter 500ms linear 0ms;
}
#wb_newsCard2:hover #newsCard2-card-item0
{
   filter: grayscale(0);
   transition: filter 500ms linear 0ms;
}
#newsCard2-card-item0 > div
{
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   padding-bottom: 100%;
   padding-top: 0;
   padding-left: 0;
   padding-right: 0;
   height: 0;
   overflow: hidden;
   background-color: transparent;
   background-image: url('../images/fantasy.png');
   background-repeat: no-repeat;
   background-position: center center;
   background-attachment: scroll;
   background-size: cover;
   -webkit-clip-path: url(#newsCard2-card-item0-clippath);
   clip-path: url(#newsCard2-card-item0-clippath);
}
#newsCard2-card-item1
{
   box-sizing: border-box;
   margin: 20px 0 0 0 ;
   padding: 0;
   color: #D3D3D3;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 19px;
}
#newsCard2-card-item2
{
   box-sizing: border-box;
   margin: 10px 0 0 0 ;
   padding: 0;
   color: #D3D3D3;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#newsCard2-card-item3
{
   box-sizing: border-box;
   margin: 20px 0 0 0 ;
   padding: 0;
   color: #AAAAAA;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
   line-height: 24px;
}
#newsCard2-card-item4
{
   box-sizing: border-box;
   border-radius: 0 0 8px 8px !important;
   margin: 10px 0 0 0 ;
   padding: 0 0 20px 0;
   color: #059F36;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
   line-height: 24px;
}
#newsCard2-card-item4
{
   color: #AAAAAA;
   transition: color 500ms linear 0ms;
}
#wb_newsCard2:hover #newsCard2-card-item4
{
   color: #059F36;
   transition: color 500ms linear 0ms;
}
#newsCard2-card-item4 a
{
   color: inherit;
   text-decoration: none;
}
#wb_newsCard3
{
   position: relative;
   display: flex;
   flex-direction: column;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   box-sizing: border-box;
   margin: 10px 10px 10px 10px;
   background-color: rgba(0,0,0,0.13);
   background-image: none;
   border: 1px solid rgba(255,255,255,0.14);
   border-radius: 8px;
   text-align: left;
}
#newsCard3-card-body
{
   padding: 20px 20px 20px 20px;
   flex: 1 1 auto;
   font-size: 0;
}
.stretched-link::after
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1;
   pointer-events: auto;
   content: "";
   background-color: rgba(0,0,0,0);
}
#newsCard3-card-item0
{
   display: block;
   position: relative;
   width: 100%;
   height: 0;
   overflow: hidden;
   padding: 0 0 100% 0;
   box-sizing: border-box;
   border-radius: 8px 8px 0 0 !important;
   margin: 0;
}
#newsCard3-card-item0
{
   filter: grayscale(0.8) opacity(0.7);
   transition: filter 500ms linear 0ms;
}
#wb_newsCard3:hover #newsCard3-card-item0
{
   filter: grayscale(0);
   transition: filter 500ms linear 0ms;
}
#newsCard3-card-item0 > div
{
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   padding-bottom: 100%;
   padding-top: 0;
   padding-left: 0;
   padding-right: 0;
   height: 0;
   overflow: hidden;
   background-color: transparent;
   background-image: url('../images/fantasy.png');
   background-repeat: no-repeat;
   background-position: center center;
   background-attachment: scroll;
   background-size: cover;
   -webkit-clip-path: url(#newsCard3-card-item0-clippath);
   clip-path: url(#newsCard3-card-item0-clippath);
}
#newsCard3-card-item1
{
   box-sizing: border-box;
   margin: 20px 0 0 0 ;
   padding: 0;
   color: #D3D3D3;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 19px;
}
#newsCard3-card-item2
{
   box-sizing: border-box;
   margin: 10px 0 0 0 ;
   padding: 0;
   color: #D3D3D3;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#newsCard3-card-item3
{
   box-sizing: border-box;
   margin: 20px 0 0 0 ;
   padding: 0;
   color: #AAAAAA;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
   line-height: 24px;
}
#newsCard3-card-item4
{
   box-sizing: border-box;
   border-radius: 0 0 8px 8px !important;
   margin: 10px 0 0 0 ;
   padding: 0 0 20px 0;
   color: #059F36;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
   line-height: 24px;
}
#newsCard3-card-item4
{
   color: #AAAAAA;
   transition: color 500ms linear 0ms;
}
#wb_newsCard3:hover #newsCard3-card-item4
{
   color: #059F36;
   transition: color 500ms linear 0ms;
}
#newsCard3-card-item4 a
{
   color: inherit;
   text-decoration: none;
}
#playlistButton
{
   box-sizing: border-box;
   line-height: 35px;
   text-decoration: none;
   vertical-align: top;
   border: 1px solid rgba(255,255,255,0.10);
   border-radius: 8px;
   background-color: rgba(255,255,255,0.10);
   background-image: none;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 15px;
   padding: 1px 6px 1px 6px;
   text-align: center;
   -webkit-appearance: none;
   margin: 20px 0 0 0 ;
}
#playlistButton:focus
{
   outline: 0;
}
#wb_requestCard7
{
   position: relative;
   display: flex;
   flex-direction: column;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   box-sizing: border-box;
   margin: 0;
   background-color: rgba(0,0,0,0.25);
   background-image: none;
   border: 1px solid rgba(255,255,255,0.14);
   border-radius: 8px;
   box-shadow: 6px 6px 10px rgba(0,0,0,0.38);
   text-align: left;
}
#requestCard7-card-body
{
   padding: 20px 20px 20px 20px;
   flex: 1 1 auto;
   font-size: 0;
}
.stretched-link::after
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1;
   pointer-events: auto;
   content: "";
   background-color: rgba(0,0,0,0);
}
#requestCard7-card-item0
{
   box-sizing: border-box;
   border-radius: 8px 8px 0 0 !important;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#requestCard7-card-item1
{
   box-sizing: border-box;
   margin: 10px 0 0 0 ;
   padding: 0;
   color: #079F38;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 21px;
}
#requestCard7-card-item2
{
   box-sizing: border-box;
   border-radius: 0 0 8px 8px !important;
   margin: 10px 0 0 0 ;
   padding: 0;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#wb_requestCard8
{
   position: relative;
   display: flex;
   flex-direction: column;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   box-sizing: border-box;
   margin: 0;
   background-color: rgba(0,0,0,0.25);
   background-image: none;
   border: 1px solid rgba(255,255,255,0.14);
   border-radius: 8px;
   box-shadow: 6px 6px 10px rgba(0,0,0,0.38);
   text-align: left;
}
#requestCard8-card-body
{
   padding: 20px 20px 20px 20px;
   flex: 1 1 auto;
   font-size: 0;
}
.stretched-link::after
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1;
   pointer-events: auto;
   content: "";
   background-color: rgba(0,0,0,0);
}
#requestCard8-card-item0
{
   box-sizing: border-box;
   border-radius: 8px 8px 0 0 !important;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#requestCard8-card-item1
{
   box-sizing: border-box;
   margin: 10px 0 0 0 ;
   padding: 0;
   color: #079F38;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 21px;
}
#requestCard8-card-item2
{
   box-sizing: border-box;
   border-radius: 0 0 8px 8px !important;
   margin: 10px 0 0 0 ;
   padding: 0;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#wb_requestCard9
{
   position: relative;
   display: flex;
   flex-direction: column;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   box-sizing: border-box;
   margin: 0;
   background-color: rgba(0,0,0,0.25);
   background-image: none;
   border: 1px solid rgba(255,255,255,0.14);
   border-radius: 8px;
   box-shadow: 6px 6px 10px rgba(0,0,0,0.38);
   text-align: left;
}
#requestCard9-card-body
{
   padding: 20px 20px 20px 20px;
   flex: 1 1 auto;
   font-size: 0;
}
.stretched-link::after
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1;
   pointer-events: auto;
   content: "";
   background-color: rgba(0,0,0,0);
}
#requestCard9-card-item0
{
   box-sizing: border-box;
   border-radius: 8px 8px 0 0 !important;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#requestCard9-card-item1
{
   box-sizing: border-box;
   margin: 10px 0 0 0 ;
   padding: 0;
   color: #079F38;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 21px;
}
#requestCard9-card-item2
{
   box-sizing: border-box;
   border-radius: 0 0 8px 8px !important;
   margin: 10px 0 0 0 ;
   padding: 0;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#wb_nowPlayingTitle
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   opacity: 0.80;
   box-sizing: border-box;
   vertical-align: top;
   margin: 0;
   padding: 0;
   text-align: left;
}
#nowPlayingTitle
{
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 24px;
   margin: 0;
   text-align: left;
   text-transform: none;
}
#wb_upNextHeading
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   vertical-align: top;
   margin: 0 0 20px 0 ;
   padding: 0;
   text-align: left;
}
#upNextHeading
{
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 43px;
   margin: 0;
   text-align: left;
   text-transform: none;
}
#wb_welcomeHeading1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   vertical-align: top;
   margin: 0 0 10px 0 ;
   padding: 0;
   text-align: left;
}
#welcomeHeading1
{
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: bold;
   font-style: normal;
   font-size: 75px;
   margin: 0;
   text-align: left;
   text-transform: none;
   text-shadow: 4px 4px 10px rgba(0,0,0,0.38);
}
#wb_welcomeHeading2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   vertical-align: top;
   margin: 0 0 10px 0 ;
   padding: 0;
   text-align: left;
}
#welcomeHeading2
{
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: bold;
   font-style: normal;
   font-size: 75px;
   margin: 0;
   text-align: left;
   text-transform: none;
   text-shadow: 4px 4px 10px rgba(0,0,0,0.38);
}
#wb_welcomeHeading3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   vertical-align: top;
   margin: 0 0 10px 0 ;
   padding: 0;
   text-align: left;
}
#welcomeHeading3
{
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: bold;
   font-style: normal;
   font-size: 75px;
   margin: 0;
   text-align: left;
   text-transform: none;
   text-shadow: 4px 4px 10px rgba(0,0,0,0.38);
}
#wb_welcomeText3 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: left;
}
#wb_welcomeText3
{
   color: #AAAAAA;
   font-family: "Open Sans";
   font-weight: 400;
   font-size: 21px;
   line-height: 28px;
}
#wb_welcomeText3 p, #wb_welcomeText3 ul
{
   margin: 0;
   padding: 0;
}
#wb_welcomeText3
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_welcomeText1 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: left;
}
#wb_welcomeText1
{
   color: #AAAAAA;
   font-family: "Open Sans";
   font-weight: 400;
   font-size: 21px;
   line-height: 28px;
}
#wb_welcomeText1 p, #wb_welcomeText1 ul
{
   margin: 0;
   padding: 0;
}
#wb_welcomeText1
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_welcomeText2 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: left;
}
#wb_welcomeText2
{
   color: #AAAAAA;
   font-family: "Open Sans";
   font-weight: 400;
   font-size: 21px;
   line-height: 28px;
}
#wb_welcomeText2 p, #wb_welcomeText2 ul
{
   margin: 0;
   padding: 0;
}
#wb_welcomeText2
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_scheduleFridayCard3
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 20px 0 20px 0 ;
   background-color: rgba(255,255,255,0.06);
   background-image: none;
   border: 0px solid #B2B2B2;
   border-radius: 8px;
   box-shadow: 6px 6px 10px rgba(0,0,0,0.38);
   text-align: left;
}
#scheduleFridayCard3-card-body
{
   padding: 20px 20px 20px 20px;
   flex: 1 1 auto;
   font-size: 0;
}
#scheduleFridayCard3-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   max-width: 100px;
   width: 100%;
   height: 100px;
}
#scheduleFridayCard3-card-item3
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #AAAAAA;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 19px;
}
#scheduleFridayCard3-card-item4
{
   box-sizing: border-box;
   margin: 10px 20px 0 20px;
   padding: 0;
   color: #AAAAAA;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 15px;
}
#scheduleFridayCard3-card-body
{
   display: flex;
}
#wb_scheduleFridayCard3 .col-0
{
   flex: 0 0 100px;
}
#wb_scheduleFridayCard3 .col-1
{
   flex: 1 1 70%;
}
#wb_scheduleFridayCard3 .col-2
{
   flex: 1 1 30%;
}
@media all and (max-width:768px) 
{
#scheduleFridayCard3-card-body
{
   flex-direction: column;
}
#wb_scheduleFridayCard3 .col-0
{
   flex: 1 1 100%;
}
#wb_scheduleFridayCard3 .col-1
{
   flex: 1 1 100%;
}
#wb_scheduleFridayCard3 .col-2
{
   flex: 1 1 100%;
}
}
#wb_scheduleFridayCard3:hover
{
   background-color: rgba(16,16,16,0.39);
   transition: background-color 500ms linear 0ms;
}
#wb_scheduleFridayCard3
{
   background-color: rgba(255,255,255,0.06);
   transition: background-color 500ms linear 0ms;
}
#wb_scheduleSaturdayCard3
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 20px 0 20px 0 ;
   background-color: rgba(255,255,255,0.06);
   background-image: none;
   border: 0px solid #B2B2B2;
   border-radius: 8px;
   box-shadow: 6px 6px 10px rgba(0,0,0,0.38);
   text-align: left;
}
#scheduleSaturdayCard3-card-body
{
   padding: 20px 20px 20px 20px;
   flex: 1 1 auto;
   font-size: 0;
}
#scheduleSaturdayCard3-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   max-width: 100px;
   width: 100%;
   height: 100px;
}
#scheduleSaturdayCard3-card-item3
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #AAAAAA;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 19px;
}
#scheduleSaturdayCard3-card-item4
{
   box-sizing: border-box;
   margin: 10px 20px 0 20px;
   padding: 0;
   color: #AAAAAA;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 15px;
}
#scheduleSaturdayCard3-card-body
{
   display: flex;
}
#wb_scheduleSaturdayCard3 .col-0
{
   flex: 0 0 100px;
}
#wb_scheduleSaturdayCard3 .col-1
{
   flex: 1 1 70%;
}
#wb_scheduleSaturdayCard3 .col-2
{
   flex: 1 1 30%;
}
@media all and (max-width:768px) 
{
#scheduleSaturdayCard3-card-body
{
   flex-direction: column;
}
#wb_scheduleSaturdayCard3 .col-0
{
   flex: 1 1 100%;
}
#wb_scheduleSaturdayCard3 .col-1
{
   flex: 1 1 100%;
}
#wb_scheduleSaturdayCard3 .col-2
{
   flex: 1 1 100%;
}
}
#wb_scheduleSaturdayCard3:hover
{
   background-color: rgba(16,16,16,0.39);
   transition: background-color 500ms linear 0ms;
}
#wb_scheduleSaturdayCard3
{
   background-color: rgba(255,255,255,0.06);
   transition: background-color 500ms linear 0ms;
}
#wb_chartsHeading
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   vertical-align: top;
   margin: 0 0 20px 0 ;
   padding: 0;
   text-align: left;
}
#chartsHeading
{
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 43px;
   margin: 0;
   text-align: left;
   text-transform: none;
}
#chartsButton
{
   box-sizing: border-box;
   line-height: 35px;
   text-decoration: none;
   vertical-align: top;
   border: 1px solid rgba(255,255,255,0.10);
   border-radius: 8px;
   background-color: rgba(255,255,255,0.10);
   background-image: none;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 15px;
   padding: 1px 6px 1px 6px;
   text-align: center;
   -webkit-appearance: none;
   margin: 20px 0 20px 0 ;
}
#chartsButton:focus
{
   outline: 0;
}
#wb_funHeading
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   vertical-align: top;
   margin: 0 0 20px 0 ;
   padding: 0;
   text-align: left;
}
#funHeading
{
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 43px;
   margin: 0;
   text-align: left;
   text-transform: none;
}
#funYouTube
{
   box-sizing: border-box;
   position: absolute;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
   border: 0px solid #DEE2E6;
   border-radius: 0px;
}
#wb_funYouTube
{
   display: block;
   position: relative;
   margin: 0;
   height: 0;
   overflow: hidden;
   box-sizing: border-box;
   padding-bottom: 56.25%;
   padding-left: 0;
   padding-right: 0;
   padding-top: 0;
}
#funButton
{
   box-sizing: border-box;
   line-height: 35px;
   text-decoration: none;
   vertical-align: top;
   border: 1px solid rgba(255,255,255,0.10);
   border-radius: 8px;
   background-color: rgba(255,255,255,0.10);
   background-image: none;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 15px;
   padding: 1px 6px 1px 6px;
   text-align: center;
   -webkit-appearance: none;
   margin: 20px 0 20px 0 ;
}
#funButton:focus
{
   outline: 0;
}
#wb_partnersHeading
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   vertical-align: top;
   margin: 0 0 20px 0 ;
   padding: 0;
   text-align: left;
}
#partnersHeading
{
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 43px;
   margin: 0;
   text-align: left;
   text-transform: none;
}
#wb_partnersText 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid rgba(255,255,255,0.13);
   border-radius: 16px;
   padding: 0;
   margin: 0;
   text-align: left;
}
#wb_partnersText
{
   color: #AAAAAA;
   font-family: "Open Sans";
   font-weight: 400;
   font-size: 15px;
   line-height: 24px;
}
#wb_partnersText p, #wb_partnersText ul
{
   margin: 0;
   padding: 0;
}
#wb_partnersText
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_partnersLayoutGridInner
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#partnersLayoutGridInner
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 0;
   margin-right: auto;
   margin-left: auto;
}
#partnersLayoutGridInner > .col-1, #partnersLayoutGridInner > .col-2, #partnersLayoutGridInner > .col-3
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 0px;
   padding-left: 0px;
   position: relative;
}
#partnersLayoutGridInner > .col-1, #partnersLayoutGridInner > .col-2, #partnersLayoutGridInner > .col-3
{
   flex: 0 0 auto;
}
#partnersLayoutGridInner > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis:  calc((100% - 20px) / 2);
   max-width:  calc((100% - 20px) / 2);
   display: flex;
   flex-wrap: wrap;
   align-content: flex-start;
   align-self: stretch;
   align-items: flex-start;
   justify-content: flex-start;
   text-align: left;
}
#partnersLayoutGridInner > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 20px;
   max-width: 20px;
   display: flex;
   flex-wrap: wrap;
   align-content: flex-start;
   align-self: stretch;
   align-items: flex-start;
   justify-content: flex-start;
   text-align: left;
}
#partnersLayoutGridInner > .col-3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis:  calc((100% - 20px) / 2);
   max-width:  calc((100% - 20px) / 2);
   display: flex;
   flex-wrap: wrap;
   align-content: flex-start;
   align-self: stretch;
   align-items: flex-start;
   justify-content: flex-start;
   text-align: left;
}
@media (max-width: 768px)
{
#partnersLayoutGridInner > .col-1, #partnersLayoutGridInner > .col-2, #partnersLayoutGridInner > .col-3
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#wb_Image1
{
   margin: 0 0 30px 0 ;
   vertical-align: top;
}
#Image1
{
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 0;
   display: block;
   width: 100%;
   height: auto;
   max-width: 400px;
   margin-left: 0;
   margin-right: auto;
   vertical-align: top;
}
#wb_poweredbyHeading
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   vertical-align: top;
   margin: 0 0 20px 0 ;
   padding: 0;
   text-align: left;
}
#poweredbyHeading
{
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 43px;
   margin: 0;
   text-align: left;
   text-transform: none;
}
#wb_Text1 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid rgba(255,255,255,0.13);
   border-radius: 16px;
   padding: 0;
   margin: 0 0 30px 0 ;
   text-align: left;
}
#wb_Text1
{
   color: #AAAAAA;
   font-family: "Open Sans";
   font-weight: 400;
   font-size: 15px;
   line-height: 24px;
}
#wb_Text1 p, #wb_Text1 ul
{
   margin: 0;
   padding: 0;
}
#wb_Text1
{
   display: block;
   margin: 0 0 30px 0 ;
   box-sizing: border-box;
   width: 100%;
}
#wb_scheduleWednesdayCard0
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 20px 0 20px 0 ;
   background-color: rgba(255,255,255,0.06);
   background-image: none;
   border: 0px solid #B2B2B2;
   border-radius: 8px;
   box-shadow: 6px 6px 10px rgba(0,0,0,0.38);
   text-align: left;
}
#scheduleWednesdayCard0-card-body
{
   padding: 20px 20px 20px 20px;
   flex: 1 1 auto;
   font-size: 0;
}
#scheduleWednesdayCard0-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   max-width: 100px;
   width: 100%;
   height: 100px;
}
#scheduleWednesdayCard0-card-item3
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #AAAAAA;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 19px;
}
#scheduleWednesdayCard0-card-item4
{
   box-sizing: border-box;
   margin: 10px 20px 0 20px;
   padding: 0;
   color: #AAAAAA;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 15px;
}
#scheduleWednesdayCard0-card-body
{
   display: flex;
}
#wb_scheduleWednesdayCard0 .col-0
{
   flex: 0 0 100px;
}
#wb_scheduleWednesdayCard0 .col-1
{
   flex: 1 1 70%;
}
#wb_scheduleWednesdayCard0 .col-2
{
   flex: 1 1 30%;
}
@media all and (max-width:768px) 
{
#scheduleWednesdayCard0-card-body
{
   flex-direction: column;
}
#wb_scheduleWednesdayCard0 .col-0
{
   flex: 1 1 100%;
}
#wb_scheduleWednesdayCard0 .col-1
{
   flex: 1 1 100%;
}
#wb_scheduleWednesdayCard0 .col-2
{
   flex: 1 1 100%;
}
}
#wb_scheduleWednesdayCard0:hover
{
   background-color: rgba(16,16,16,0.39);
   transition: background-color 500ms linear 0ms;
}
#wb_scheduleWednesdayCard0
{
   background-color: rgba(255,255,255,0.06);
   transition: background-color 500ms linear 0ms;
}
#wb_scheduleSaturdayCard4
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 20px 0 20px 0 ;
   background-color: rgba(255,255,255,0.06);
   background-image: none;
   border: 0px solid #B2B2B2;
   border-radius: 8px;
   box-shadow: 6px 6px 10px rgba(0,0,0,0.38);
   text-align: left;
}
#scheduleSaturdayCard4-card-body
{
   padding: 20px 20px 20px 20px;
   flex: 1 1 auto;
   font-size: 0;
}
#scheduleSaturdayCard4-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   max-width: 100px;
   width: 100%;
   height: 100px;
}
#scheduleSaturdayCard4-card-item3
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #AAAAAA;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 19px;
}
#scheduleSaturdayCard4-card-item4
{
   box-sizing: border-box;
   margin: 10px 20px 0 20px;
   padding: 0;
   color: #AAAAAA;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 15px;
}
#scheduleSaturdayCard4-card-body
{
   display: flex;
}
#wb_scheduleSaturdayCard4 .col-0
{
   flex: 0 0 100px;
}
#wb_scheduleSaturdayCard4 .col-1
{
   flex: 1 1 70%;
}
#wb_scheduleSaturdayCard4 .col-2
{
   flex: 1 1 30%;
}
@media all and (max-width:768px) 
{
#scheduleSaturdayCard4-card-body
{
   flex-direction: column;
}
#wb_scheduleSaturdayCard4 .col-0
{
   flex: 1 1 100%;
}
#wb_scheduleSaturdayCard4 .col-1
{
   flex: 1 1 100%;
}
#wb_scheduleSaturdayCard4 .col-2
{
   flex: 1 1 100%;
}
}
#wb_scheduleSaturdayCard4:hover
{
   background-color: rgba(16,16,16,0.39);
   transition: background-color 500ms linear 0ms;
}
#wb_scheduleSaturdayCard4
{
   background-color: rgba(255,255,255,0.06);
   transition: background-color 500ms linear 0ms;
}
#wb_scheduleSaturdayCard5
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 20px 0 20px 0 ;
   background-color: rgba(255,255,255,0.06);
   background-image: none;
   border: 0px solid #B2B2B2;
   border-radius: 8px;
   box-shadow: 6px 6px 10px rgba(0,0,0,0.38);
   text-align: left;
}
#scheduleSaturdayCard5-card-body
{
   padding: 20px 20px 20px 20px;
   flex: 1 1 auto;
   font-size: 0;
}
#scheduleSaturdayCard5-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   max-width: 100px;
   width: 100%;
   height: 100px;
}
#scheduleSaturdayCard5-card-item3
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #AAAAAA;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 19px;
}
#scheduleSaturdayCard5-card-item4
{
   box-sizing: border-box;
   margin: 10px 20px 0 20px;
   padding: 0;
   color: #AAAAAA;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 15px;
}
#scheduleSaturdayCard5-card-body
{
   display: flex;
}
#wb_scheduleSaturdayCard5 .col-0
{
   flex: 0 0 100px;
}
#wb_scheduleSaturdayCard5 .col-1
{
   flex: 1 1 70%;
}
#wb_scheduleSaturdayCard5 .col-2
{
   flex: 1 1 30%;
}
@media all and (max-width:768px) 
{
#scheduleSaturdayCard5-card-body
{
   flex-direction: column;
}
#wb_scheduleSaturdayCard5 .col-0
{
   flex: 1 1 100%;
}
#wb_scheduleSaturdayCard5 .col-1
{
   flex: 1 1 100%;
}
#wb_scheduleSaturdayCard5 .col-2
{
   flex: 1 1 100%;
}
}
#wb_scheduleSaturdayCard5:hover
{
   background-color: rgba(16,16,16,0.39);
   transition: background-color 500ms linear 0ms;
}
#wb_scheduleSaturdayCard5
{
   background-color: rgba(255,255,255,0.06);
   transition: background-color 500ms linear 0ms;
}
#wb_scheduleSaturdayCard6
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 20px 0 20px 0 ;
   background-color: rgba(255,255,255,0.06);
   background-image: none;
   border: 0px solid #B2B2B2;
   border-radius: 8px;
   box-shadow: 6px 6px 10px rgba(0,0,0,0.38);
   text-align: left;
}
#scheduleSaturdayCard6-card-body
{
   padding: 20px 20px 20px 20px;
   flex: 1 1 auto;
   font-size: 0;
}
#scheduleSaturdayCard6-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   max-width: 100px;
   width: 100%;
   height: 100px;
}
#scheduleSaturdayCard6-card-item3
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #AAAAAA;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 19px;
}
#scheduleSaturdayCard6-card-item4
{
   box-sizing: border-box;
   margin: 10px 20px 0 20px;
   padding: 0;
   color: #AAAAAA;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 15px;
}
#scheduleSaturdayCard6-card-body
{
   display: flex;
}
#wb_scheduleSaturdayCard6 .col-0
{
   flex: 0 0 100px;
}
#wb_scheduleSaturdayCard6 .col-1
{
   flex: 1 1 70%;
}
#wb_scheduleSaturdayCard6 .col-2
{
   flex: 1 1 30%;
}
@media all and (max-width:768px) 
{
#scheduleSaturdayCard6-card-body
{
   flex-direction: column;
}
#wb_scheduleSaturdayCard6 .col-0
{
   flex: 1 1 100%;
}
#wb_scheduleSaturdayCard6 .col-1
{
   flex: 1 1 100%;
}
#wb_scheduleSaturdayCard6 .col-2
{
   flex: 1 1 100%;
}
}
#wb_scheduleSaturdayCard6:hover
{
   background-color: rgba(16,16,16,0.39);
   transition: background-color 500ms linear 0ms;
}
#wb_scheduleSaturdayCard6
{
   background-color: rgba(255,255,255,0.06);
   transition: background-color 500ms linear 0ms;
}
#wb_scheduleSaturdayCard7
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 20px 0 20px 0 ;
   background-color: rgba(255,255,255,0.06);
   background-image: none;
   border: 0px solid #B2B2B2;
   border-radius: 8px;
   box-shadow: 6px 6px 10px rgba(0,0,0,0.38);
   text-align: left;
}
#scheduleSaturdayCard7-card-body
{
   padding: 20px 20px 20px 20px;
   flex: 1 1 auto;
   font-size: 0;
}
#scheduleSaturdayCard7-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   max-width: 100px;
   width: 100%;
   height: 100px;
}
#scheduleSaturdayCard7-card-item3
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #AAAAAA;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 19px;
}
#scheduleSaturdayCard7-card-item4
{
   box-sizing: border-box;
   margin: 10px 20px 0 20px;
   padding: 0;
   color: #AAAAAA;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 15px;
}
#scheduleSaturdayCard7-card-body
{
   display: flex;
}
#wb_scheduleSaturdayCard7 .col-0
{
   flex: 0 0 100px;
}
#wb_scheduleSaturdayCard7 .col-1
{
   flex: 1 1 70%;
}
#wb_scheduleSaturdayCard7 .col-2
{
   flex: 1 1 30%;
}
@media all and (max-width:768px) 
{
#scheduleSaturdayCard7-card-body
{
   flex-direction: column;
}
#wb_scheduleSaturdayCard7 .col-0
{
   flex: 1 1 100%;
}
#wb_scheduleSaturdayCard7 .col-1
{
   flex: 1 1 100%;
}
#wb_scheduleSaturdayCard7 .col-2
{
   flex: 1 1 100%;
}
}
#wb_scheduleSaturdayCard7:hover
{
   background-color: rgba(16,16,16,0.39);
   transition: background-color 500ms linear 0ms;
}
#wb_scheduleSaturdayCard7
{
   background-color: rgba(255,255,255,0.06);
   transition: background-color 500ms linear 0ms;
}
#wb_scheduleSaturdayCard8
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 20px 0 20px 0 ;
   background-color: rgba(255,255,255,0.06);
   background-image: none;
   border: 0px solid #B2B2B2;
   border-radius: 8px;
   box-shadow: 6px 6px 10px rgba(0,0,0,0.38);
   text-align: left;
}
#scheduleSaturdayCard8-card-body
{
   padding: 20px 20px 20px 20px;
   flex: 1 1 auto;
   font-size: 0;
}
#scheduleSaturdayCard8-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   max-width: 100px;
   width: 100%;
   height: 100px;
}
#scheduleSaturdayCard8-card-item3
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #AAAAAA;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 19px;
}
#scheduleSaturdayCard8-card-item4
{
   box-sizing: border-box;
   margin: 10px 20px 0 20px;
   padding: 0;
   color: #AAAAAA;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 15px;
}
#scheduleSaturdayCard8-card-body
{
   display: flex;
}
#wb_scheduleSaturdayCard8 .col-0
{
   flex: 0 0 100px;
}
#wb_scheduleSaturdayCard8 .col-1
{
   flex: 1 1 70%;
}
#wb_scheduleSaturdayCard8 .col-2
{
   flex: 1 1 30%;
}
@media all and (max-width:768px) 
{
#scheduleSaturdayCard8-card-body
{
   flex-direction: column;
}
#wb_scheduleSaturdayCard8 .col-0
{
   flex: 1 1 100%;
}
#wb_scheduleSaturdayCard8 .col-1
{
   flex: 1 1 100%;
}
#wb_scheduleSaturdayCard8 .col-2
{
   flex: 1 1 100%;
}
}
#wb_scheduleSaturdayCard8:hover
{
   background-color: rgba(16,16,16,0.39);
   transition: background-color 500ms linear 0ms;
}
#wb_scheduleSaturdayCard8
{
   background-color: rgba(255,255,255,0.06);
   transition: background-color 500ms linear 0ms;
}
#requestButton
{
   display: inline-block;
   width: 165px;
   height: 39px;
   z-index: 42;
}
#wb_requestCard1
{
   display: flex;
   z-index: 30;
}
#wb_requestHeading
{
   display: block;
   width: 100%;
   z-index: 39;
}
#wb_welcomeHeading3
{
   display: block;
   width: 100%;
   z-index: 6;
}
#wb_welcomeHeading2
{
   display: block;
   width: 100%;
   z-index: 4;
}
#wb_welcomeHeading1
{
   display: block;
   width: 100%;
   z-index: 2;
}
#wb_funYouTube
{
   display: block;
   width: 100%;
   z-index: 61;
}
#playlistButton
{
   display: inline-block;
   width: 165px;
   height: 39px;
   z-index: 56;
}
#wb_upNextHeading
{
   display: block;
   width: 100%;
   z-index: 43;
}
#newsButton
{
   display: inline-block;
   width: 165px;
   height: 39px;
   z-index: 26;
}
#wb_Image1
{
   display: block;
   width: 100%;
   height: auto;
   text-align: center;
   z-index: 101;
}
#wb_scheduleMondayCard2
{
   display: flex;
   width: 100%;
   z-index: 75;
   overflow: hidden;
}
#wb_chartsHeading
{
   display: block;
   width: 100%;
   z-index: 58;
}
#wb_playlistHeading
{
   display: block;
   width: 100%;
   z-index: 54;
}
#wb_requestCard3
{
   display: flex;
   z-index: 32;
}
#wb_scheduleMondayCard1
{
   display: flex;
   width: 100%;
   z-index: 74;
   overflow: hidden;
}
#wb_requestCard2
{
   display: flex;
   z-index: 31;
}
#wb_nowPlayingHeading
{
   display: block;
   width: 100%;
   opacity: 0.80;
   z-index: 10;
}
#wb_welcomeCarousel
{
}
#scheduleTabs
{
   display: inline-block;
   width: 100%;
   z-index: 98;
}
#wb_scheduleHeading
{
   display: block;
   width: 100%;
   z-index: 97;
}
#wb_scheduleThursdayCard2
{
   display: flex;
   width: 100%;
   z-index: 83;
   overflow: hidden;
}
#wb_scheduleThursdayCard1
{
   display: flex;
   width: 100%;
   z-index: 82;
   overflow: hidden;
}
#wb_nowPlayingImage
{
   display: block;
   width: 100%;
   height: auto;
   opacity: 0.80;
   z-index: 11;
}
#wb_partnersHeading
{
   display: block;
   width: 100%;
   z-index: 102;
}
#wb_newsHeading
{
   display: block;
   width: calc(100% - 10px);
   z-index: 23;
}
#wb_requestCard9
{
   display: flex;
   z-index: 38;
}
#wb_scheduleSundayCard1
{
   display: flex;
   width: 100%;
   z-index: 95;
   overflow: hidden;
}
#wb_scheduleSaturdayCard3
{
   display: flex;
   width: 100%;
   z-index: 94;
   overflow: hidden;
}
#wb_scheduleSaturdayCard2
{
   display: flex;
   width: 100%;
   z-index: 93;
   overflow: hidden;
}
#wb_scheduleSaturdayCard1
{
   display: flex;
   width: 100%;
   z-index: 92;
   overflow: hidden;
}
#wb_scheduleSaturdayCard8
{
   display: flex;
   width: 100%;
   z-index: 91;
   overflow: hidden;
}
#wb_scheduleSaturdayCard7
{
   display: flex;
   width: 100%;
   z-index: 90;
   overflow: hidden;
}
#wb_scheduleSaturdayCard6
{
   display: flex;
   width: 100%;
   z-index: 89;
   overflow: hidden;
}
#wb_scheduleSaturdayCard5
{
   display: flex;
   width: 100%;
   z-index: 88;
   overflow: hidden;
}
#wb_scheduleSaturdayCard4
{
   display: flex;
   width: 100%;
   z-index: 87;
   overflow: hidden;
}
#wb_requestCard8
{
   display: flex;
   z-index: 37;
}
#wb_funHeading
{
   display: block;
   width: 100%;
   z-index: 62;
}
#wb_nowPlayingArtist
{
   display: block;
   width: 100%;
   opacity: 0.80;
   z-index: 12;
}
#wb_scheduleFridayCard1
{
   display: flex;
   width: 100%;
   z-index: 84;
   overflow: hidden;
}
#wb_newsCard3
{
   display: flex;
   z-index: 22;
}
#wb_newsCard2
{
   display: flex;
   z-index: 21;
}
#wb_newsCard1
{
   display: flex;
   z-index: 20;
}
#listenNowButton
{
   display: inline-block;
   width: 165px;
   height: 43px;
   z-index: 9;
}
#wb_scheduleSundayCard2
{
   display: flex;
   width: 100%;
   z-index: 96;
   overflow: hidden;
}
#wb_scheduleFridayCard2
{
   display: flex;
   width: 100%;
   z-index: 85;
   overflow: hidden;
}
#wb_scheduleFridayCard3
{
   display: flex;
   width: 100%;
   z-index: 86;
   overflow: hidden;
}
#wb_scheduleTuesdayCard3
{
   display: flex;
   width: 100%;
   z-index: 78;
   overflow: hidden;
}
#wb_scheduleTuesdayCard2
{
   display: flex;
   width: 100%;
   z-index: 77;
   overflow: hidden;
}
#wb_scheduleTuesdayCard1
{
   display: flex;
   width: 100%;
   z-index: 76;
   overflow: hidden;
}
#funButton
{
   display: inline-block;
   width: 165px;
   height: 39px;
   z-index: 64;
}
#wb_requestCard5
{
   display: flex;
   z-index: 34;
}
#wb_nowPlayingTitle
{
   display: block;
   width: 100%;
   opacity: 0.80;
   z-index: 13;
}
#wb_scheduleWednesdayCard0
{
   display: flex;
   width: 100%;
   z-index: 79;
   overflow: hidden;
}
#wb_requestCard4
{
   display: flex;
   z-index: 33;
}
#wb_scheduleWednesdayCard1
{
   display: flex;
   width: 100%;
   z-index: 80;
   overflow: hidden;
}
#chartsButton
{
   display: inline-block;
   width: 165px;
   height: 39px;
   z-index: 60;
}
#wb_requestCard7
{
   display: flex;
   z-index: 36;
}
#wb_poweredbyHeading
{
   display: block;
   width: 100%;
   z-index: 99;
}
#wb_scheduleWednesdayCard2
{
   display: flex;
   width: 100%;
   z-index: 81;
   overflow: hidden;
}
#wb_requestCard6
{
   display: flex;
   z-index: 35;
}
#nowPlayingImage
{
   cursor: pointer;
}
@media only screen and (max-width: 1023px)
{
body
{
   background-color: transparent;
   background-image: none;
}
#MasterPage1
{
   left: 0px;
   top: 0px;
   width: 768px;
   height: 236px;
   visibility: visible;
   display: inline;
}
#wb_welcomeGrid
{
   visibility: visible;
   display: table;
   background-color: transparent;
}
#wb_welcomeGrid
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 20px;
}
#welcomeGrid
{
   height: auto;
   padding: 0;
}
#welcomeGrid .row
{
   margin-right: 0px;
   margin-left: 0px;
}
#welcomeGrid > .row > .col-1, #welcomeGrid > .row > .col-2
{
   padding-right: 0px;
   padding-left: 0px;
}
#welcomeGrid > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#welcomeGrid > .row > .col-1 > .col-1-padding
{
   width: 100%;
   padding: 20px 10px 20px 10px;
}
#welcomeGrid > .row > .col-2
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#welcomeGrid > .row > .col-2 > .col-2-padding
{
   width: 100%;
   padding: 20px 10px 20px 10px;
}
#wb_welcomeCarousel
{
   width: calc(100% - 30px);
   visibility: visible;
   display: block;
}
#wb_welcomeCarousel
{
   margin: 0;
}
#welcomeCarousel .carousel-item-inner
{
   min-height: 438px;
   padding: 0;
}
#wb_newsLayoutGrid
{
   visibility: visible;
   display: table;
}
#wb_newsLayoutGrid
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 20px;
}
#newsLayoutGrid
{
   height: auto;
   padding: 0;
}
#newsLayoutGrid .row
{
   margin-right: 0px;
   margin-left: 0px;
}
#newsLayoutGrid > .row > .col-1
{
   padding-right: 0px;
   padding-left: 0px;
}
#newsLayoutGrid > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#newsLayoutGrid > .row > .col-1 > .col-1-padding
{
   width: 100%;
   padding: 20px 10px 20px 10px;
}
#newsCardContainer
{
   width: 100%;
   visibility: visible;
   display: flex;
}
#newsCardContainer
{
   padding: 0;
}
#wb_requestLayoutGrid
{
   visibility: visible;
   display: table;
}
#wb_requestLayoutGrid
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 20px;
}
#requestLayoutGrid
{
   height: auto;
   padding: 0;
}
#requestLayoutGrid .row
{
   margin-right: 0px;
   margin-left: 0px;
}
#requestLayoutGrid > .row > .col-1
{
   padding-right: 0px;
   padding-left: 0px;
}
#requestLayoutGrid > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#requestLayoutGrid > .row > .col-1 > .col-1-padding
{
   width: 100%;
   padding: 20px 10px 20px 10px;
}
#wb_upNextLayoutGrid
{
   visibility: visible;
   display: table;
}
#wb_upNextLayoutGrid
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 20px;
}
#upNextLayoutGrid
{
   height: auto;
   padding: 0;
}
#upNextLayoutGrid .row
{
   margin-right: 0px;
   margin-left: 0px;
}
#upNextLayoutGrid > .row > .col-1
{
   padding-right: 0px;
   padding-left: 0px;
}
#upNextLayoutGrid > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#upNextLayoutGrid > .row > .col-1 > .col-1-padding
{
   width: 100%;
   padding: 20px 10px 20px 10px;
}
#requestCardContainer
{
   width: 100%;
   visibility: visible;
   display: flex;
}
#requestCardContainer .swiper-slide
{
   width: calc((100% - 2px) / 1);
}
#requestCardContainer
{
   padding: 20px 0 20px 0;
}
#wb_playlistLayoutGrid
{
   visibility: visible;
   display: table;
}
#wb_playlistLayoutGrid
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 20px;
}
#playlistLayoutGrid
{
   height: auto;
   padding: 0;
}
#playlistLayoutGrid .row
{
   margin-right: 0px;
   margin-left: 0px;
}
#playlistLayoutGrid > .row > .col-1
{
   padding-right: 0px;
   padding-left: 0px;
}
#playlistLayoutGrid > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#playlistLayoutGrid > .row > .col-1 > .col-1-padding
{
   width: 100%;
   padding: 20px 10px 20px 10px;
}
#wb_extraLayoutGrid
{
   visibility: visible;
   display: table;
}
#wb_extraLayoutGrid
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 20px;
}
#extraLayoutGrid
{
   height: auto;
   padding: 0;
}
#extraLayoutGrid .row
{
   margin-right: 0px;
   margin-left: 0px;
}
#extraLayoutGrid > .row > .col-1
{
   padding-right: 0px;
   padding-left: 0px;
}
#extraLayoutGrid > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#extraLayoutGrid > .row > .col-1 > .col-1-padding
{
   width: 100%;
   padding: 20px 10px 20px 10px;
}
#wb_youTubeWapper
{
   visibility: visible;
   display: table;
}
#wb_youTubeWapper
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#youTubeWapper
{
   height: auto;
   padding: 21px 20px 23px 20px;
}
#youTubeWapper .row
{
   margin-right: -20px;
   margin-left: -20px;
}
#youTubeWapper > .row > .col-1
{
   padding-right: 20px;
   padding-left: 20px;
}
#youTubeWapper > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#wb_chartsLayoutGrid
{
   visibility: visible;
   display: table;
}
#wb_chartsLayoutGrid
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#chartsLayoutGrid
{
   height: auto;
   padding: 0;
}
#chartsLayoutGrid > .col-1, #chartsLayoutGrid > .col-2, #chartsLayoutGrid > .col-3
{
   padding-right: 0px;
   padding-left: 0px;
}
#chartsLayoutGrid > .col-1
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   align-content: flex-start;
   align-items: flex-start;
   justify-content: flex-start;
   text-align: left;
}
#chartsLayoutGrid > .col-2
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   align-content: flex-start;
   align-items: flex-start;
   justify-content: flex-start;
   text-align: left;
}
#chartsLayoutGrid > .col-3
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   align-content: flex-start;
   align-items: flex-start;
   justify-content: flex-start;
   text-align: left;
}
#wb_scheduleGrid
{
   visibility: visible;
   display: table;
}
#wb_scheduleGrid
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 20px;
}
#scheduleGrid
{
   height: auto;
   padding: 0;
}
#scheduleGrid .row
{
   margin-right: 0px;
   margin-left: 0px;
}
#scheduleGrid > .row > .col-1
{
   padding-right: 0px;
   padding-left: 0px;
}
#scheduleGrid > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#scheduleGrid > .row > .col-1 > .col-1-padding
{
   width: 100%;
   padding: 20px 10px 20px 10px;
}
#wb_partnersLayoutGrid
{
   visibility: visible;
   display: table;
}
#wb_partnersLayoutGrid
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 20px;
}
#partnersLayoutGrid
{
   height: auto;
   padding: 0;
}
#partnersLayoutGrid .row
{
   margin-right: 0px;
   margin-left: 0px;
}
#partnersLayoutGrid > .row > .col-1
{
   padding-right: 0px;
   padding-left: 0px;
}
#partnersLayoutGrid > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#partnersLayoutGrid > .row > .col-1 > .col-1-padding
{
   width: 100%;
   padding: 20px 10px 20px 10px;
}
#scheduleTabs
{
   width: 100%;
   visibility: visible;
   display: inline-block;
   margin: 0;
}
#wb_playlistHeading
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0 0 20px 0 ;
   padding: 0;
}
#wb_requestHeading
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0 0 20px 0 ;
   padding: 0;
}
#wb_requestText1
{
   visibility: visible;
   display: block;
}
#wb_requestText1
{
   font-size: 16px;
   margin: 0 0 20px 0 ;
   padding: 0;
   text-align: left;
   line-height: 21px;
}
#requestButton
{
   width: 165px;
   height: 39px;
   visibility: visible;
   display: inline-block;
   margin: 20px 0 0 0 ;
   padding: 1px 6px 1px 6px;
}
#requestButton
{
   line-height: 35px;
}
#wb_requestCard1
{
   width: auto;
   height: auto;
   visibility: visible;
   display: flex;
   margin: 0;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   box-shadow: 6px 6px 10px #000000;
}
#requestCard1-card-item0
{
   box-sizing: border-box;
   border-radius: 8px 8px 0 0 !important;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#requestCard1-card-item1
{
   box-sizing: border-box;
   margin: 10px 0 0 0 ;
   padding: 0;
   color: #079F38;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 21px;
}
#requestCard1-card-item2
{
   box-sizing: border-box;
   border-radius: 0 0 8px 8px !important;
   margin: 10px 0 0 0 ;
   padding: 0;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#wb_requestCard1
{
   text-align: left;
}
#wb_requestCard2
{
   width: auto;
   height: auto;
   visibility: visible;
   display: flex;
   margin: 0;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   color: #212529;
   font-size: 16px;
   font-style: normal;
   text-decoration: none;
   background-color: #4F4F4F;
   background-image: none;
   border: 1px solid #000000;
   box-shadow: 0px 0px 0px #000000;
}
#requestCard2-card-item0
{
   box-sizing: border-box;
   border-radius: 8px 8px 0 0 !important;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#requestCard2-card-item1
{
   box-sizing: border-box;
   margin: 10px 0 0 0 ;
   padding: 0;
   color: #079F38;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 21px;
}
#requestCard2-card-item2
{
   box-sizing: border-box;
   border-radius: 0 0 8px 8px !important;
   margin: 10px 0 0 0 ;
   padding: 0;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#wb_requestCard2
{
   text-align: left;
}
#wb_requestCard3
{
   width: auto;
   height: auto;
   visibility: visible;
   display: flex;
   margin: 0;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   box-shadow: 0px 0px 0px #000000;
}
#requestCard3-card-item0
{
   box-sizing: border-box;
   border-radius: 8px 8px 0 0 !important;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#requestCard3-card-item1
{
   box-sizing: border-box;
   margin: 10px 0 0 0 ;
   padding: 0;
   color: #079F38;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 21px;
}
#requestCard3-card-item2
{
   box-sizing: border-box;
   border-radius: 0 0 8px 8px !important;
   margin: 10px 0 0 0 ;
   padding: 0;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 15px;
}
#wb_requestCard3
{
   text-align: left;
}
#wb_requestCard4
{
   width: auto;
   height: auto;
   visibility: visible;
   display: flex;
   margin: 0;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   box-shadow: 0px 0px 0px #000000;
}
#requestCard4-card-item0
{
   box-sizing: border-box;
   border-radius: 8px 8px 0 0 !important;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#requestCard4-card-item1
{
   box-sizing: border-box;
   margin: 10px 0 0 0 ;
   padding: 0;
   color: #079F38;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 21px;
}
#requestCard4-card-item2
{
   box-sizing: border-box;
   border-radius: 0 0 8px 8px !important;
   margin: 10px 0 0 0 ;
   padding: 0;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#wb_requestCard4
{
   text-align: left;
}
#wb_nowPlayingArtist
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0;
}
#wb_scheduleHeading
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0 0 20px 0 ;
   padding: 0;
}
#wb_nowPlayingHeading
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0 0 20px 0 ;
   padding: 0;
}
#wb_requestCard5
{
   width: auto;
   height: auto;
   visibility: visible;
   display: flex;
   margin: 0;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   box-shadow: 0px 0px 0px #000000;
}
#requestCard5-card-item0
{
   box-sizing: border-box;
   border-radius: 8px 8px 0 0 !important;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#requestCard5-card-item1
{
   box-sizing: border-box;
   margin: 10px 0 0 0 ;
   padding: 0;
   color: #079F38;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 21px;
}
#requestCard5-card-item2
{
   box-sizing: border-box;
   border-radius: 0 0 8px 8px !important;
   margin: 10px 0 0 0 ;
   padding: 0;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#wb_requestCard5
{
   text-align: left;
}
#wb_requestCard6
{
   width: auto;
   height: auto;
   visibility: visible;
   display: flex;
   margin: 0;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   box-shadow: 0px 0px 0px #000000;
}
#requestCard6-card-item0
{
   box-sizing: border-box;
   border-radius: 8px 8px 0 0 !important;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#requestCard6-card-item1
{
   box-sizing: border-box;
   margin: 10px 0 0 0 ;
   padding: 0;
   color: #079F38;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 21px;
}
#requestCard6-card-item2
{
   box-sizing: border-box;
   border-radius: 0 0 8px 8px !important;
   margin: 10px 0 0 0 ;
   padding: 0;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#wb_requestCard6
{
   text-align: left;
}
#listenNowButton
{
   width: 165px;
   height: 43px;
   visibility: visible;
   display: inline-block;
   margin: 20px 0 0 0 ;
   padding: 1px 6px 1px 6px;
}
#listenNowButton
{
   line-height: 39px;
}
#wb_scheduleMondayCard1
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 20px 0 20px 0 ;
   color: transparent;
   font-size: 8px;
   font-style: normal;
   text-decoration: none;
   background-color: rgba(255,255,255,0.06);
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   box-shadow: 0px 0px 0px #000000;
}
#scheduleMondayCard1-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   max-width: 100px;
   width: 100%;
   height: 100px;
}
#scheduleMondayCard1-card-item3
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #AAAAAA;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 19px;
}
#scheduleMondayCard1-card-item4
{
   box-sizing: border-box;
   margin: 10px 20px 0 20px;
   padding: 0;
   color: #AAAAAA;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#wb_scheduleMondayCard1
{
   text-align: center;
}
#wb_scheduleMondayCard2
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0 0 20px 0 ;
}
#scheduleMondayCard2-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   max-width: 100px;
   width: 100%;
   height: 100px;
}
#scheduleMondayCard2-card-item3
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #AAAAAA;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 19px;
}
#scheduleMondayCard2-card-item4
{
   box-sizing: border-box;
   margin: 10px 20px 0 20px;
   padding: 0;
   color: #AAAAAA;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#wb_scheduleMondayCard2
{
   text-align: center;
}
#wb_scheduleTuesdayCard1
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 20px 0 20px 0 ;
}
#scheduleTuesdayCard1-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   max-width: 100px;
   width: 100%;
   height: 100px;
}
#scheduleTuesdayCard1-card-item3
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #AAAAAA;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 19px;
}
#scheduleTuesdayCard1-card-item4
{
   box-sizing: border-box;
   margin: 10px 20px 0 20px;
   padding: 0;
   color: #AAAAAA;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#wb_scheduleTuesdayCard1
{
   text-align: center;
}
#wb_scheduleTuesdayCard2
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0 0 20px 0 ;
}
#scheduleTuesdayCard2-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   max-width: 100px;
   width: 100%;
   height: 100px;
}
#scheduleTuesdayCard2-card-item3
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #AAAAAA;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 19px;
}
#scheduleTuesdayCard2-card-item4
{
   box-sizing: border-box;
   margin: 10px 20px 0 20px;
   padding: 0;
   color: #AAAAAA;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#wb_scheduleTuesdayCard2
{
   text-align: center;
}
#wb_scheduleTuesdayCard3
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0 0 20px 0 ;
}
#scheduleTuesdayCard3-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   max-width: 100px;
   width: 100%;
   height: 100px;
}
#scheduleTuesdayCard3-card-item3
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #AAAAAA;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 19px;
}
#scheduleTuesdayCard3-card-item4
{
   box-sizing: border-box;
   margin: 10px 20px 0 20px;
   padding: 0;
   color: #AAAAAA;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#wb_scheduleTuesdayCard3
{
   text-align: center;
}
#wb_scheduleWednesdayCard1
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 20px 0 20px 0 ;
}
#scheduleWednesdayCard1-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   max-width: 100px;
   width: 100%;
   height: 100px;
}
#scheduleWednesdayCard1-card-item3
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #AAAAAA;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 19px;
}
#scheduleWednesdayCard1-card-item4
{
   box-sizing: border-box;
   margin: 10px 20px 0 20px;
   padding: 0;
   color: #AAAAAA;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#wb_scheduleWednesdayCard1
{
   text-align: center;
}
#wb_scheduleWednesdayCard2
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0 0 20px 0 ;
   background-color: rgba(255,255,255,0.07);
   background-image: none;
}
#scheduleWednesdayCard2-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   max-width: 100px;
   width: 100%;
   height: 100px;
}
#scheduleWednesdayCard2-card-item3
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #AAAAAA;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 19px;
}
#scheduleWednesdayCard2-card-item4
{
   box-sizing: border-box;
   margin: 10px 20px 0 20px;
   padding: 0;
   color: #AAAAAA;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#wb_scheduleWednesdayCard2
{
   text-align: center;
}
#wb_scheduleThursdayCard1
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 20px 0 20px 0 ;
   background-color: rgba(255,255,255,0.07);
   background-image: none;
}
#scheduleThursdayCard1-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   max-width: 100px;
   width: 100%;
   height: 100px;
}
#scheduleThursdayCard1-card-item3
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #AAAAAA;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 19px;
}
#scheduleThursdayCard1-card-item4
{
   box-sizing: border-box;
   margin: 10px 20px 0 20px;
   padding: 0;
   color: #AAAAAA;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#wb_scheduleThursdayCard1
{
   text-align: center;
}
#wb_scheduleThursdayCard2
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 20px 0 20px 0 ;
   background-color: rgba(255,255,255,0.07);
   background-image: none;
}
#scheduleThursdayCard2-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   max-width: 100px;
   width: 100%;
   height: 100px;
}
#scheduleThursdayCard2-card-item3
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #AAAAAA;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 19px;
}
#scheduleThursdayCard2-card-item4
{
   box-sizing: border-box;
   margin: 10px 20px 0 20px;
   padding: 0;
   color: #AAAAAA;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#wb_scheduleThursdayCard2
{
   text-align: center;
}
#wb_scheduleFridayCard1
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 20px 0 20px 0 ;
   background-color: rgba(255,255,255,0.07);
   background-image: none;
}
#scheduleFridayCard1-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   max-width: 100px;
   width: 100%;
   height: 100px;
}
#scheduleFridayCard1-card-item3
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #AAAAAA;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 19px;
}
#scheduleFridayCard1-card-item4
{
   box-sizing: border-box;
   margin: 10px 20px 0 20px;
   padding: 0;
   color: #AAAAAA;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#wb_scheduleFridayCard1
{
   text-align: center;
}
#wb_scheduleFridayCard2
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 20px 0 20px 0 ;
   background-color: rgba(255,255,255,0.07);
   background-image: none;
}
#scheduleFridayCard2-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   max-width: 100px;
   width: 100%;
   height: 100px;
}
#scheduleFridayCard2-card-item3
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #AAAAAA;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 19px;
}
#scheduleFridayCard2-card-item4
{
   box-sizing: border-box;
   margin: 10px 20px 0 20px;
   padding: 0;
   color: #AAAAAA;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#wb_scheduleFridayCard2
{
   text-align: center;
}
#wb_scheduleSaturdayCard1
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 20px 0 20px 0 ;
   background-color: rgba(255,255,255,0.07);
   background-image: none;
}
#scheduleSaturdayCard1-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   max-width: 100px;
   width: 100%;
   height: 100px;
}
#scheduleSaturdayCard1-card-item3
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #AAAAAA;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 19px;
}
#scheduleSaturdayCard1-card-item4
{
   box-sizing: border-box;
   margin: 10px 20px 0 20px;
   padding: 0;
   color: #AAAAAA;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#wb_scheduleSaturdayCard1
{
   text-align: center;
}
#wb_scheduleSaturdayCard2
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 20px 0 20px 0 ;
   background-color: rgba(255,255,255,0.07);
   background-image: none;
}
#scheduleSaturdayCard2-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   max-width: 100px;
   width: 100%;
   height: 100px;
}
#scheduleSaturdayCard2-card-item3
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #AAAAAA;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 19px;
}
#scheduleSaturdayCard2-card-item4
{
   box-sizing: border-box;
   margin: 10px 20px 0 20px;
   padding: 0;
   color: #AAAAAA;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#wb_scheduleSaturdayCard2
{
   text-align: center;
}
#wb_scheduleSundayCard1
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 20px 0 20px 0 ;
   background-color: rgba(255,255,255,0.07);
   background-image: none;
}
#scheduleSundayCard1-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   max-width: 100px;
   width: 100%;
   height: 100px;
}
#scheduleSundayCard1-card-item3
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #AAAAAA;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 19px;
}
#scheduleSundayCard1-card-item4
{
   box-sizing: border-box;
   margin: 10px 20px 0 20px;
   padding: 0;
   color: #AAAAAA;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#wb_scheduleSundayCard1
{
   text-align: center;
}
#wb_scheduleSundayCard2
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 20px 0 20px 0 ;
   background-color: rgba(255,255,255,0.07);
   background-image: none;
}
#scheduleSundayCard2-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   max-width: 100px;
   width: 100%;
   height: 100px;
}
#scheduleSundayCard2-card-item3
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #AAAAAA;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 19px;
}
#scheduleSundayCard2-card-item4
{
   box-sizing: border-box;
   margin: 10px 20px 0 20px;
   padding: 0;
   color: #AAAAAA;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#wb_scheduleSundayCard2
{
   text-align: center;
}
#wb_newsHeading
{
   width: calc(100% - 10px);
   visibility: visible;
   display: block;
   margin: 0 0 20px 10px;
   padding: 0;
}
#wb_newsCard1
{
   width: auto;
   height: auto;
   visibility: visible;
   display: flex;
   margin: 10px 10px 10px 10px;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
}
#newsCard1-card-item0
{
   display: block;
   position: relative;
   width: 100%;
   height: 0;
   overflow: hidden;
   padding: 0 0 100% 0;
   box-sizing: border-box;
   border-radius: 8px 8px 0 0 !important;
   margin: 0;
}
#newsCard1-card-item0
{
   filter: grayscale(0.8) opacity(0.7);
   transition: filter 500ms linear 0ms;
}
#wb_newsCard1:hover #newsCard1-card-item0
{
   filter: grayscale(0);
   transition: filter 500ms linear 0ms;
}
#newsCard1-card-item0 > div
{
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   padding-bottom: 100%;
   padding-top: 0;
   padding-left: 0;
   padding-right: 0;
   height: 0;
   overflow: hidden;
   background-color: transparent;
   background-image: url('../images/fantasy.png');
   background-repeat: no-repeat;
   background-position: center center;
   background-attachment: scroll;
   background-size: cover;
   -webkit-clip-path: url(#newsCard1-card-item0-clippath);
   clip-path: url(#newsCard1-card-item0-clippath);
}
#newsCard1-card-item1
{
   box-sizing: border-box;
   margin: 20px 0 0 0 ;
   padding: 0;
   color: #D3D3D3;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 19px;
}
#newsCard1-card-item2
{
   box-sizing: border-box;
   margin: 10px 0 0 0 ;
   padding: 0;
   color: #D3D3D3;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#newsCard1-card-item3
{
   box-sizing: border-box;
   margin: 20px 0 0 0 ;
   padding: 0;
   color: #AAAAAA;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
   line-height: 24px;
}
#newsCard1-card-item4
{
   box-sizing: border-box;
   border-radius: 0 0 8px 8px !important;
   margin: 10px 0 0 0 ;
   padding: 0 0 20px 0;
   color: #059F36;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
   line-height: 24px;
}
#newsCard1-card-item4
{
   color: #AAAAAA;
   transition: color 500ms linear 0ms;
}
#wb_newsCard1:hover #newsCard1-card-item4
{
   color: #059F36;
   transition: color 500ms linear 0ms;
}
#newsCard1-card-item4 a
{
   color: inherit;
   text-decoration: none;
}
#wb_newsCard1
{
   text-align: left;
}
#newsButton
{
   width: 155px;
   height: 49px;
   visibility: visible;
   display: inline-block;
   margin: 10px 0 0 10px;
   padding: 1px 6px 1px 6px;
}
#newsButton
{
   line-height: 45px;
}
#wb_nowPlayingImage
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0 0 20px 0 ;
   padding: 0;
}
#nowPlayingImage
{
   margin-left: auto;
   margin-right: auto;
}
#wb_newsCard2
{
   width: auto;
   height: auto;
   visibility: visible;
   display: flex;
   margin: 10px 10px 10px 10px;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
}
#newsCard2-card-item0
{
   display: block;
   position: relative;
   width: 100%;
   height: 0;
   overflow: hidden;
   padding: 0 0 100% 0;
   box-sizing: border-box;
   border-radius: 8px 8px 0 0 !important;
   margin: 0;
}
#newsCard2-card-item0
{
   filter: grayscale(0.8) opacity(0.7);
   transition: filter 500ms linear 0ms;
}
#wb_newsCard2:hover #newsCard2-card-item0
{
   filter: grayscale(0);
   transition: filter 500ms linear 0ms;
}
#newsCard2-card-item0 > div
{
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   padding-bottom: 100%;
   padding-top: 0;
   padding-left: 0;
   padding-right: 0;
   height: 0;
   overflow: hidden;
   background-color: transparent;
   background-image: url('../images/fantasy.png');
   background-repeat: no-repeat;
   background-position: center center;
   background-attachment: scroll;
   background-size: cover;
   -webkit-clip-path: url(#newsCard2-card-item0-clippath);
   clip-path: url(#newsCard2-card-item0-clippath);
}
#newsCard2-card-item1
{
   box-sizing: border-box;
   margin: 20px 0 0 0 ;
   padding: 0;
   color: #D3D3D3;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 19px;
}
#newsCard2-card-item2
{
   box-sizing: border-box;
   margin: 10px 0 0 0 ;
   padding: 0;
   color: #D3D3D3;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#newsCard2-card-item3
{
   box-sizing: border-box;
   margin: 20px 0 0 0 ;
   padding: 0;
   color: #AAAAAA;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
   line-height: 24px;
}
#newsCard2-card-item4
{
   box-sizing: border-box;
   border-radius: 0 0 8px 8px !important;
   margin: 10px 0 0 0 ;
   padding: 0 0 20px 0;
   color: #059F36;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
   line-height: 24px;
}
#newsCard2-card-item4
{
   color: #AAAAAA;
   transition: color 500ms linear 0ms;
}
#wb_newsCard2:hover #newsCard2-card-item4
{
   color: #059F36;
   transition: color 500ms linear 0ms;
}
#newsCard2-card-item4 a
{
   color: inherit;
   text-decoration: none;
}
#wb_newsCard2
{
   text-align: left;
}
#wb_newsCard3
{
   width: auto;
   height: auto;
   visibility: visible;
   display: flex;
   margin: 10px 10px 10px 10px;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
}
#newsCard3-card-item0
{
   display: block;
   position: relative;
   width: 100%;
   height: 0;
   overflow: hidden;
   padding: 0 0 100% 0;
   box-sizing: border-box;
   border-radius: 8px 8px 0 0 !important;
   margin: 0;
}
#newsCard3-card-item0
{
   filter: grayscale(0.8) opacity(0.7);
   transition: filter 500ms linear 0ms;
}
#wb_newsCard3:hover #newsCard3-card-item0
{
   filter: grayscale(0);
   transition: filter 500ms linear 0ms;
}
#newsCard3-card-item0 > div
{
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   padding-bottom: 100%;
   padding-top: 0;
   padding-left: 0;
   padding-right: 0;
   height: 0;
   overflow: hidden;
   background-color: transparent;
   background-image: url('../images/fantasy.png');
   background-repeat: no-repeat;
   background-position: center center;
   background-attachment: scroll;
   background-size: cover;
   -webkit-clip-path: url(#newsCard3-card-item0-clippath);
   clip-path: url(#newsCard3-card-item0-clippath);
}
#newsCard3-card-item1
{
   box-sizing: border-box;
   margin: 20px 0 0 0 ;
   padding: 0;
   color: #D3D3D3;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 19px;
}
#newsCard3-card-item2
{
   box-sizing: border-box;
   margin: 10px 0 0 0 ;
   padding: 0;
   color: #D3D3D3;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#newsCard3-card-item3
{
   box-sizing: border-box;
   margin: 20px 0 0 0 ;
   padding: 0;
   color: #AAAAAA;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
   line-height: 24px;
}
#newsCard3-card-item4
{
   box-sizing: border-box;
   border-radius: 0 0 8px 8px !important;
   margin: 10px 0 0 0 ;
   padding: 0 0 20px 0;
   color: #059F36;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
   line-height: 24px;
}
#newsCard3-card-item4
{
   color: #AAAAAA;
   transition: color 500ms linear 0ms;
}
#wb_newsCard3:hover #newsCard3-card-item4
{
   color: #059F36;
   transition: color 500ms linear 0ms;
}
#newsCard3-card-item4 a
{
   color: inherit;
   text-decoration: none;
}
#wb_newsCard3
{
   text-align: left;
}
#playlistButton
{
   width: 165px;
   height: 39px;
   visibility: visible;
   display: inline-block;
   margin: 20px 0 0 0 ;
   padding: 1px 6px 1px 6px;
}
#playlistButton
{
   line-height: 35px;
}
#wb_requestCard7
{
   width: auto;
   height: auto;
   visibility: visible;
   display: flex;
   margin: 0;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   box-shadow: 0px 0px 0px #000000;
}
#requestCard7-card-item0
{
   box-sizing: border-box;
   border-radius: 8px 8px 0 0 !important;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#requestCard7-card-item1
{
   box-sizing: border-box;
   margin: 10px 0 0 0 ;
   padding: 0;
   color: #079F38;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 21px;
}
#requestCard7-card-item2
{
   box-sizing: border-box;
   border-radius: 0 0 8px 8px !important;
   margin: 10px 0 0 0 ;
   padding: 0;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#wb_requestCard7
{
   text-align: left;
}
#wb_requestCard8
{
   width: auto;
   height: auto;
   visibility: visible;
   display: flex;
   margin: 0;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   box-shadow: 0px 0px 0px #000000;
}
#requestCard8-card-item0
{
   box-sizing: border-box;
   border-radius: 8px 8px 0 0 !important;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#requestCard8-card-item1
{
   box-sizing: border-box;
   margin: 10px 0 0 0 ;
   padding: 0;
   color: #079F38;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 21px;
}
#requestCard8-card-item2
{
   box-sizing: border-box;
   border-radius: 0 0 8px 8px !important;
   margin: 10px 0 0 0 ;
   padding: 0;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#wb_requestCard8
{
   text-align: left;
}
#wb_requestCard9
{
   width: auto;
   height: auto;
   visibility: visible;
   display: flex;
   margin: 0;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   box-shadow: 0px 0px 0px #000000;
}
#requestCard9-card-item0
{
   box-sizing: border-box;
   border-radius: 8px 8px 0 0 !important;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#requestCard9-card-item1
{
   box-sizing: border-box;
   margin: 10px 0 0 0 ;
   padding: 0;
   color: #079F38;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 21px;
}
#requestCard9-card-item2
{
   box-sizing: border-box;
   border-radius: 0 0 8px 8px !important;
   margin: 10px 0 0 0 ;
   padding: 0;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#wb_requestCard9
{
   text-align: left;
}
#wb_nowPlayingTitle
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0;
}
#wb_upNextHeading
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0 0 20px 0 ;
   padding: 0;
}
#wb_welcomeHeading1
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0 0 10px 0 ;
   padding: 0;
}
#wb_welcomeHeading2
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0 0 10px 0 ;
   padding: 0;
}
#wb_welcomeHeading3
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0 0 10px 0 ;
   padding: 0;
}
#wb_welcomeText3
{
   visibility: visible;
   display: block;
}
#wb_welcomeText3
{
   font-size: 21px;
   margin: 0;
   padding: 0;
   text-align: left;
   line-height: 29px;
}
#wb_welcomeText1
{
   visibility: visible;
   display: block;
}
#wb_welcomeText1
{
   font-size: 21px;
   margin: 0;
   padding: 0;
   text-align: left;
   line-height: 29px;
}
#wb_welcomeText2
{
   visibility: visible;
   display: block;
}
#wb_welcomeText2
{
   font-size: 21px;
   margin: 0;
   padding: 0;
   text-align: left;
   line-height: 29px;
}
#wb_scheduleFridayCard3
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 20px 0 20px 0 ;
   background-color: rgba(255,255,255,0.07);
   background-image: none;
}
#scheduleFridayCard3-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   max-width: 100px;
   width: 100%;
   height: 100px;
}
#scheduleFridayCard3-card-item3
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #AAAAAA;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 19px;
}
#scheduleFridayCard3-card-item4
{
   box-sizing: border-box;
   margin: 10px 20px 0 20px;
   padding: 0;
   color: #AAAAAA;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#wb_scheduleFridayCard3
{
   text-align: center;
}
#wb_scheduleSaturdayCard3
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 20px 0 20px 0 ;
   background-color: rgba(255,255,255,0.07);
   background-image: none;
}
#scheduleSaturdayCard3-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   max-width: 100px;
   width: 100%;
   height: 100px;
}
#scheduleSaturdayCard3-card-item3
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #AAAAAA;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 19px;
}
#scheduleSaturdayCard3-card-item4
{
   box-sizing: border-box;
   margin: 10px 20px 0 20px;
   padding: 0;
   color: #AAAAAA;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#wb_scheduleSaturdayCard3
{
   text-align: center;
}
#wb_chartsHeading
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0 0 20px 0 ;
   padding: 0;
}
#chartsButton
{
   width: 165px;
   height: 39px;
   visibility: visible;
   display: inline-block;
   margin: 20px 0 20px 0 ;
   padding: 1px 6px 1px 6px;
}
#chartsButton
{
   line-height: 35px;
}
#wb_funHeading
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0 0 20px 0 ;
   padding: 0;
}
#wb_funYouTube
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
}
#funButton
{
   width: 165px;
   height: 39px;
   visibility: visible;
   display: inline-block;
   margin: 20px 0 20px 0 ;
   padding: 1px 6px 1px 6px;
}
#funButton
{
   line-height: 35px;
}
#wb_partnersHeading
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0 0 20px 0 ;
   padding: 0;
}
#wb_partnersText
{
   visibility: visible;
   display: block;
}
#wb_partnersText
{
   font-size: 15px;
   margin: 0;
   padding: 0;
   text-align: left;
   line-height: 23px;
}
#wb_partnersLayoutGridInner
{
   visibility: visible;
   display: table;
}
#wb_partnersLayoutGridInner
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#partnersLayoutGridInner
{
   height: auto;
   padding: 0;
}
#partnersLayoutGridInner > .col-1, #partnersLayoutGridInner > .col-2, #partnersLayoutGridInner > .col-3
{
   padding-right: 0px;
   padding-left: 0px;
}
#partnersLayoutGridInner > .col-1
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   align-content: flex-start;
   align-items: flex-start;
   justify-content: flex-start;
   text-align: left;
}
#partnersLayoutGridInner > .col-2
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   align-content: flex-start;
   align-items: flex-start;
   justify-content: flex-start;
   text-align: left;
}
#partnersLayoutGridInner > .col-3
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   align-content: flex-start;
   align-items: flex-start;
   justify-content: flex-start;
   text-align: left;
}
#wb_Image1
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0 0 30px 0 ;
   padding: 0;
}
#Image1
{
   margin-left: 0;
   margin-right: auto;
}
#wb_poweredbyHeading
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0 0 20px 0 ;
   padding: 0;
}
#wb_Text1
{
   visibility: visible;
   display: block;
}
#wb_Text1
{
   font-size: 15px;
   margin: 0 0 30px 0 ;
   padding: 0;
   text-align: left;
   line-height: 23px;
}
#wb_scheduleWednesdayCard0
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 20px 0 20px 0 ;
}
#scheduleWednesdayCard0-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   max-width: 100px;
   width: 100%;
   height: 100px;
}
#scheduleWednesdayCard0-card-item3
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #AAAAAA;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 19px;
}
#scheduleWednesdayCard0-card-item4
{
   box-sizing: border-box;
   margin: 10px 20px 0 20px;
   padding: 0;
   color: #AAAAAA;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#wb_scheduleWednesdayCard0
{
   text-align: center;
}
#wb_scheduleSaturdayCard4
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 20px 0 20px 0 ;
   background-color: rgba(255,255,255,0.07);
   background-image: none;
}
#scheduleSaturdayCard4-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   max-width: 100px;
   width: 100%;
   height: 100px;
}
#scheduleSaturdayCard4-card-item3
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #AAAAAA;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 19px;
}
#scheduleSaturdayCard4-card-item4
{
   box-sizing: border-box;
   margin: 10px 20px 0 20px;
   padding: 0;
   color: #AAAAAA;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#wb_scheduleSaturdayCard4
{
   text-align: center;
}
#wb_scheduleSaturdayCard5
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 20px 0 20px 0 ;
   background-color: rgba(255,255,255,0.07);
   background-image: none;
}
#scheduleSaturdayCard5-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   max-width: 100px;
   width: 100%;
   height: 100px;
}
#scheduleSaturdayCard5-card-item3
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #AAAAAA;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 19px;
}
#scheduleSaturdayCard5-card-item4
{
   box-sizing: border-box;
   margin: 10px 20px 0 20px;
   padding: 0;
   color: #AAAAAA;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#wb_scheduleSaturdayCard5
{
   text-align: center;
}
#wb_scheduleSaturdayCard6
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 20px 0 20px 0 ;
   background-color: rgba(255,255,255,0.07);
   background-image: none;
}
#scheduleSaturdayCard6-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   max-width: 100px;
   width: 100%;
   height: 100px;
}
#scheduleSaturdayCard6-card-item3
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #AAAAAA;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 19px;
}
#scheduleSaturdayCard6-card-item4
{
   box-sizing: border-box;
   margin: 10px 20px 0 20px;
   padding: 0;
   color: #AAAAAA;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#wb_scheduleSaturdayCard6
{
   text-align: center;
}
#wb_scheduleSaturdayCard7
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 20px 0 20px 0 ;
   background-color: rgba(255,255,255,0.07);
   background-image: none;
}
#scheduleSaturdayCard7-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   max-width: 100px;
   width: 100%;
   height: 100px;
}
#scheduleSaturdayCard7-card-item3
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #AAAAAA;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 19px;
}
#scheduleSaturdayCard7-card-item4
{
   box-sizing: border-box;
   margin: 10px 20px 0 20px;
   padding: 0;
   color: #AAAAAA;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#wb_scheduleSaturdayCard7
{
   text-align: center;
}
#wb_scheduleSaturdayCard8
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 20px 0 20px 0 ;
   background-color: rgba(255,255,255,0.07);
   background-image: none;
}
#scheduleSaturdayCard8-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   max-width: 100px;
   width: 100%;
   height: 100px;
}
#scheduleSaturdayCard8-card-item3
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #AAAAAA;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 19px;
}
#scheduleSaturdayCard8-card-item4
{
   box-sizing: border-box;
   margin: 10px 20px 0 20px;
   padding: 0;
   color: #AAAAAA;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#wb_scheduleSaturdayCard8
{
   text-align: center;
}
}
#iframe_sentinel
{
   display: block;
   height: 0;
   margin: 0;
   padding: 0;
   border: 0;
   clear: both;
   visibility: hidden;
   pointer-events: none;
   contain: layout;
}
#listenNowButton 
{
  backdrop-filter: blur(30px);
  cursor: pointer;
}
#listenNowButton,
#newsButton,
#requestButton,
#playlistButton,
#chartsButton,
#funButton
{
  transition: all 300ms;
  letter-spacing: 2px
}
#listenNowButton:hover,
#newsButton:hover,
#requestButton:hover,
#playlistButton:hover,
#chartsButton:hover,
#funButton:hover
{
  background-color: rgba(255,255,255,0.2);
}
@keyframes float-out 
{
	to {
		rotate: 360deg;
	}
}
.particle {
	fill: white;
	width: calc(var(--size, 0.25) * 1rem);
	aspect-ratio: 1;
	position: absolute;
	top: calc(var(--y) * 1%);
	left: calc(var(--x) * 1%);
	opacity: var(--alpha, 1);
	animation: float-out calc(var(--duration, 1) * 1s) calc(var(--delay) * -1s) infinite linear;
	transform-origin: var(--origin-x, 1000%) var(--origin-y, 1000%);
	z-index: 1;
	filter: opacity(0);
	transition: all 400ms;
}
.particle path {
	fill: hsl(0 0% 90%);
	stroke: none;
}
.particle:nth-of-type(even) {
	animation-direction: reverse;
}
.particle:nth-of-type(3n+1) path {
  fill: #079F38;   /* green */
}
.particle:nth-of-type(3n+2) path {
  fill: red;       /* red */
}
.particle:nth-of-type(3n) path {
  fill: white;     /* white */
}
#listenNowButton:hover ~ .particle
{
   filter: opacity(1);
}
#wb_welcomeGrid
{
   box-shadow: 0 7px 20px 5px #00000088;
}
#welcomeGrid-video
{
   border-radius: 16px;
}
#wb_newsLayoutGrid, 
#wb_requestLayoutGrid,
#wb_upNextLayoutGrid,
#wb_playlistLayoutGrid,
#wb_scheduleGrid,
#wb_extraLayoutGrid,
#wb_partnersLayoutGrid
{
   background: linear-gradient(0deg, rgba(40,40,40,1) 0%, rgba(17,17,17,.5) 100%);
   box-shadow: 0 7px 20px 5px #00000088;
   backdrop-filter: blur(7px);
   -webkit-backdrop-filter: blur(7px);
}
#scheduleTabs .ui-tabs-panel 
{
    overflow: visible !important;
}
#welcomeGrid-video
{
   filter: grayscale(1);
}
#newsCard1-card-item0,
#newsCard2-card-item0,
#newsCard3-card-item0
{
    border-radius: 0px !important;
}
@supports ((background-clip: text) or (-webkit-background-clip: text)) 
{
#welcomeHeading1,
#welcomeHeading2,
#welcomeHeading3,
#nowPlayingHeading,
#newsHeading,
#requestHeading,
#upNextHeading,
#playlistHeading,
#scheduleHeading,
#chartsHeading,
#funHeading,
#poweredbyHeading,
#partnersHeading
{
    color: transparent !important;
    background-clip: text;
    background-image: linear-gradient(90deg, #059F36, #EEEEEE, #E31F20) !important;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
#welcomeHeading1,
#welcomeHeading2,
#welcomeHeading3
{
  animation: animate-gradient 5s ease infinite;
  background-image: linear-gradient(90deg, #059F36, #EEEEEE, #E31F20, #EEEEEE, #059F36, #EEEEEE, #E31F20) !important;
  background-size: 400% 100%;
}
}
@keyframes animate-gradient {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 100% 0;
  }
  100% {
    background-position: 0 0;
  }
}
#scheduleTabs .ui-tabs-nav li
{
   transition: all 400ms;
}
#charts
{
    font-size: 14px;
    line-height: 1.4;
    width: 100%;
}
#charts table tr:first-child td
{
    padding-top: 20px;
}
#charts table tr:last-child td
{
    padding-bottom: 20px;
}
#charts table tr td 
{
    padding: 6px 20px;
    white-space: wrap;
}
#charts table td:nth-child(1)
{
    white-space: normal;
    word-break: break-word;
}
#charts table p 
{
    padding: 0;
    margin: 0;
    border: 0;
    margin-bottom: 0px;    
}
#extraGrid .col-1 a
{
   color: inherit;
}
#chartsLayoutGrid .col-3
{
   flex-direction: column;
}
#chartsLayoutGrid-off .col-3 #funButton 
{
  margin-top: auto;
}
@media (max-width: 768px)
{
   #scheduleTabs > ul
   {
      display: flex !important; 
      flex-direction: column !important
   }
   #scheduleTabs .ui-tabs-nav li:first-child 
   {
      border-radius: 8px 8px 0 0;
   }
   #scheduleTabs .ui-tabs-nav li:last-child 
   {
      border-radius: 0 0 8px 8px;
   }
   #wb_welcomeCarousel 
   {
      min-height: 600px;
   }
}
#IceCastData_Last_Played table, 
#IceCastData_Queue table,
#charts table
{
    margin-bottom: 0px;
    border-spacing: 0;
    border-collapse: separate;
    border: 0px solid #efefef;
    font-size: 16px;
    color: #CCCCCC;
    border-radius: 8px;
    overflow: hidden;
}
#IceCastData_Last_Played table tr,
#IceCastData_Queue table tr,
#charts table tr
{ 
   transition: all 300ms;
   background-color: rgba(255, 255, 255, 0.05);
}
#IceCastData_Last_Played table tr:hover,
#IceCastData_Queue table tr:hover,
#charts table tr:hover,
{
   background-color: rgba(16 18 27 / 40%);
}
#IceCastData_Last_Played table td,
#IceCastData_Queue table td,
#charts table td
{
    padding: 20px 20px;
}
#IceCastData_Last_Played table tr:not(:last-child) td,
#IceCastData_Queue table tr:not(:last-child) td
{
   border-bottom: 1px solid rgba(255, 255, 255, 0.13);
}
#IceCastData_Last_Played table p,
#IceCastData_Queue table p 
{
    padding: 0;
    margin: 0;
    border: 0;
}
.align-left
{
    text-align: left;
    white-space: nowrap;
}
.align-right
{
    text-align: right;
    white-space: nowrap;
}
#IceCastData_Last_Played table td:nth-child(1),
#IceCastData_Queue table td:nth-child(1)
{
    white-space: normal;
    word-break: break-word;
}
.song-flex-wrapper
{   
   display: flex; 
   align-items: center;
}
.song-info
{
    cursor: pointer;
}
.song-info:hover
{
    color: #FFFFFF;
}
