
:root {
  --thecw_color-hot-sauce: #ff4500;
  --thecw_color-hot-sauce-dark: #de3d01;
  --thecw_color-salt: #ffffff;
  --thecw_color-sea-salt: #F1F1EF;
  --thecw_color-grey-salt: #6C7B80;
  --thecw_color-grey-salt-80: #6C7B80cc;
  --thecw_color-pepper: #002023;
  --thecw_color-black-pepper: #050C0D;
  --thecw_color-grey-pepper: #1E2626;

  --thecw_color-light-pepper: #5c7077;
}

body,
h3,
button,
input,
select,
textarea,
h3.sh,
#nav-wrap,
span.btn {
    font-family: 'Rajdhani', sans-serif !important;
    font-weight: 400;
}

body {
    opacity: 0;
    transition: opacity 1.0s;
    background-color: var(--thecw_color-grey-pepper);
}
body.loaded {
    opacity: 1;
}
body.exiting {
    opacity: 0;
}
footer {
    background-color: var(--thecw_color-grey-pepper);
}
h2.sh, h3.sh {
    color: var(--thecw_color-salt);
}

body.cw-unified nav#site ul li a,
nav#site ul li#cw-nav-search input,
body.cw-unified nav#site ul li#cw-nav-search input {
    font: 18px 'Rajdhani', sans-serif;
    color: var(--thecw_color-grey-salt);
    opacity: 0.80;
}

body.cw-unified nav#site ul li.d-active > a {
    color: var(--thecw_color-salt);
    font-weight: 500;
    opacity: 1;
}

body.cw-unified nav#site ul li#cw-nav-search input {
    background-size: 23px;
    background-position: 6px 4px;
}
body.cw-unified.w980 nav#site ul li#cw-nav-search input {
    width: 120px;
}
body.cw-unified nav#site {
    height: 100px;
    line-height: 100px;
}
body.cw-unified nav#site ul li {
    line-height: 100px;
}


body.cw-unified .more-arrow {
    height: 16px;
}

body.cw-unified .bbitem .promo-overlay p {
    font-size: 22px;
    line-height: 120%;
    font-weight: 500;
    margin: 0 0 2.5% 0;
}
body.cw-unified.wSmall .bbitem .promo-overlay p {
    font-size: 14px;
    line-height: 120%;
    margin-bottom: 5px;
}
body.cw-unified .bbitem .promo-overlay button {
    padding: 4px 30px;
}

body.cw-unified section.swimlanes .swimlane h3 {
    font-size: 20px;
    line-height: 100%;
}
body.cw-unified .swimlane-item p {
    font-size: 16px;
    font-weight: 500;
}
body.cw-unified .swimlane-item p.subtitle {
    font-size: 14px;
    font-weight: 400;
}
body.cw-unified ul li.swimlane-item span.is-new {
    position: absolute;
    left: 6%;
    bottom: 10%;
    padding: 4px 10px;
    background-color: var(--thecw_color-hot-sauce);
    color: var(--thecw_color-salt);
    opacity: 0.8;
    font-size: 12px;
    font-weight: 600;
}

body.cw-unified div#cw-main-footer-1 li,
body.cw-unified div#cw-main-footer-1 li a,
body.cw-unified div#cw-main-footer-2 li,
body.cw-unified div#cw-main-footer-2 li a,
body.cw-unified div#cw-main-footer-2 li span {
    font-size: 12px;
}

body.cw-unified #cw-channel-info .handle {
    font-size: 20px;
}

body.cw-unified div#cw-main-footer-1 div.unified.fcol1 ul {
    width: auto;
    -moz-columns: 1;
    -webkit-columns: 1;
    columns: 1;
}

body.cw-unified #category-container ul li.swiper-slide a {
    font-size: 22px;
}
body.cw-unified ul.show-tiles-list li p.showtitle {
    display: none;
}


body.cw-unified #cw-ontonight2 {
    padding: 6px 0;
    position: relative;
}
body.cw-unified #cw-ontonight2 h2 {
    display: inline-block;
    font-size: 20px;
    line-height: 22px;
    vertical-align: top;
}
body.cw-unified #cw-ontonight2 a.cwhdr-title {
    text-transform: uppercase;
    font-weight: 500;
    text-decoration: none;
    color: #fff;
    display: inline-block;
}
body.cw-unified #cw-ontonight2 a,
body.cw-unified #cw-ontonight2 span,
body.cw-unified #cw-ontonight2 a span {
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    line-height: 18px;
    font-weight: 300;
    line-height: 120%;
}
body.cw-unified #cw-ontonight2 a.series span {
    font-weight: 500;
    margin-left: 4px;
}

body.cw-unified #cw-ontonight2 ul {
    margin: 0;
    display: inline;
    width: 90%;
}
body.cw-unified #cw-ontonight2 ul li {
    display: inline-block;
    margin-left: 40px;
}


#cw-main-top-ad {
    padding: 20px 10px 20px 10px;
}
#cw-main-top-ad > div {
    display: inline-block;
    vertical-align: top;
}

#cw-channel-info-wrap {
    text-align: center;
    display: inline-block;
    vertical-align: top;
}
#cw-channel-info-wrap.expanded {
    display: block;
}

#cw-channel-info {
    position: relative;
    width: 270px;
    height: 30px;
}
#cw-channel-info .handle {
    position: relative;
    display: inline-block;
    top: 16px;
    padding: 0 0 0 10px;
    color: #fff;
    font-size: 30px;
}
#cw-channel-info.expanded .handle {
    position: absolute;
    top: 0;
}

header,
#nav-wrap {
   background-color: var(--thecw_color-black-pepper);
}

#cw-main-logo h1 {
    margin: 0;
    vertical-align: middle;
    display: inline-block;
}
.nav-wrap.nav-upper {
    background-color: var(--thecw_color-black-pepper);
}
.nav-wrap.nav-lower {
    background-color: #5C7077;
}
.nav-wrap.nav-lower h2 {
    font-size: 1.5em;
    margin: 0;
    line-height: 2em;
    text-transform: uppercase;
}

nav#site #cw-mobile-menu {
    display: none;
    float: right;
}
nav#site #cw-mobile-menu button {
    background-color: transparent;
    border: none;
    vertical-align: middle;
    line-height: 100%;
    padding-top: 5px;
}
nav#site {
    float: none;
    margin: 0 auto;
    background: none;
    height: 132px;
    line-height: 132px;
    overflow: visible;
}
nav#site ul {
    overflow: visible;
    padding: 0;
}
nav#site ul li {
    padding: 0;
    margin: 0 0 0 25px;
    line-height: 132px;
    display: inline-block;
    float: none;
    position: relative;
}
nav#site ul li a {
    padding: 0;
    vertical-align: middle;
}

nav#site ul li div#gen-nav-menu {
    right: -90px;
}
nav#site ul li div#gen-nav-menu ul li {
    padding: 0;
}
nav#site ul li div#gen-nav-menu {
    width: 222px;
}
nav#site .cw-main-nav-menu ul.showsnav li a {
    width: 185px;
}


nav#site ul li {
    line-height: 132px;
}
nav#site ul li a,
nav#site ul li#cw-nav-search input {
    font: 28px 'Rajdhani', sans-serif;
    font-weight: 400;
    padding: 0;
    line-height: 44px;
}
nav#site ul li#cw-nav-search form {
    line-height: 132px;
}
nav#site ul li#cw-nav-search input {
    line-height: 100%;

    background-color: #7c7c7c;
    background: #7c7c7c url(/images/cw/search/search-icon.svg) top left no-repeat;
    padding: 0 10px;
    text-indent: 30px;
    border:  none;
    background-size: 28px 28px;
    background-position: 6px 6px;
}
nav#site ul li#cw-nav-search input,
nav#site ul li#cw-nav-search input:focus {
    color: #fff;
}

/* do not group these rules */
nav#site input::placeholder{
    color: #bbb;
}
nav#site input::-webkit-input-placeholder{
    color: #bbb;
}
nav#site input::-moz-placeholder{
    color: #bbb;
}
nav#site input::-ms-input-placeholder{
    color: #bbb;
}
nav#site input:focus::placeholder{
    color: #999;
}
nav#site input:focus::-webkit-input-placeholder{
    color: #999;
}
nav#site input:focus::-moz-placeholder{
    color: #999;
}
nav#site input:focus::-ms-input-placeholder {
    color: #999;
}


ul.mainmenu {
    float: left;
    display: block;
}
ul.mainmenu.search {
    float: right;
}
ul.mainmenu li {
    list-style: none;
    float: left;
}

ul.mainmenu > li.d-active > a.has-submenu { color: #2ba9a5 }
ul.mainmenu > li > a.has-submenu:hover,
ul.mainmenu > li > a.has-submenu:focus,
ul.mainmenu > li > a.opened.has-submenu {
    background: transparent url(/images/r16/active-nav-item.svg) no-repeat center bottom;
    color: var(--thecw_color-hot-sauce);
    background-size: 100px 16px;
}
ul.mainmenu > li#cw-nav-apps > a:hover,
ul.mainmenu > li#cw-nav-apps > a {
    background-image: none !important;
}

#cw-main-logo a,
#cw-main-logo a:link,
#cw-main-logo a:visited,
#cw-main-logo a:hover,
#cw-main-logo a:active {
    text-indent: -9999px;
    width: 77px;
    height: 34px;
    background: url(/images/r24/CW_Logo_CW_HS.svg) top left no-repeat;
    display: block;
}

body.w768 nav#site ul li#cw-nav-search input {
    width: 134px;
}

section#billboard .slick-dots {
    bottom: 54px;
    z-index: 9;
}
section#billboard .slick-dots li.slick-active button,
section#billboard .slick-dots li button:hover,
section#billboard .slick-dots li button:focus {
    background-color: #fff;
}
section#billboard .slick-dots li button {
    color: #000;
}


/* home hero */

.swiper-pagination {
    clear: both;
}

#herolist {
    margin: 0;
}
.hero-gradient {
    height: 25%;
    width: 100%;
    position: absolute;
    bottom: 0;
    background-image: linear-gradient(to bottom, rgba(25,25,25,0), rgba(25,25,25,0.55), rgba(25,25,25,1));
    z-index: 2;
}

section.swimlanes {
    margin-top: 0;
}
footer.cwtv-c-1 {
    border: none;
    margin-top: 50px;
}

body.w980 #cw-channel-info,
body.w480 #cw-channel-info,
body.w768 #cw-channel-info {
    display: block;
    margin: 0 auto;
    top: 0px;
    height: 30px;
}
body.w980 #cw-channel-info .handle,
body.w480 #cw-channel-info .handle,
body.w768 #cw-channel-info .handle {
    top: 10px;
}

body.w480 nav#site,
body.wSmall nav#site {
    height: 50px;
    line-height: 50px;
    width: 100%;
}

body.w480 nav#site #cw-main-logo,
    body.wSmall nav#site #cw-main-logo {
    padding-left: 6px;
}

body.w480 nav#site ul.mainmenu,
body.wSmall nav#site ul.mainmenu {
    display: none;
}
body.w480 nav#site #cw-mobile-menu,
body.wSmall nav#site #cw-mobile-menu {
    display: inline-block;
}

body.cw-unified.w768 #swiper-pagination-wrapper {
    bottom: 28%;
}
body.cw-unified.w768 #billboard .bbitem .promo-overlay p,
body.cw-unified.w768 #billboard .bbitem .promo-overlay button {
    font-size: 15px;
}

#herolist a.heroimg {
    background-position: top center;
}

#swimlane-1 .swimlane-wrap.has-ad-item {
    float: left;
    width: calc(100% - 350px);
}
#swimlane-1 .swimlane-promo {
    float: right;
}

footer .footercol h4 {
    font: 22px 'Rajdhani', sans-serif;
    font-weight: 500;
    line-height: 100%;
}
div#cw-main-footer-1 li, div#cw-main-footer-1 li a {
    font-size: 22px;
    line-height: 100%;
}
div.cw-main-footer {
    border-top: 1px solid #a7a7a7;
    padding: 20px 0;
}
div#cw-main-footer-1,
div#cw-main-footer-2 {
    width: 96%;
    margin: 0 2%;
}
div#cw-main-footer-2 li {
    text-align: right;
}
div#cw-main-footer-2 li,
div#cw-main-footer-2 li a,
div#cw-main-footer-2 li span {
    font-size: 22px;
    color: #a7a7a7 !important;
}

.bbitem .promo-overlay {
    position: absolute;
    min-width: 0;
    min-height: 0;
    width: 26%;
    text-align: center;
    bottom: 12%;
    top: auto;
    left: 12.5%;
}
.bbitem .promo-overlay img {
    width: 100%;
    height: auto;
    aspect-ratio: 113/46;
    transition: opacity 2s;
    opacity: 0;
}
.bbitem .promo-overlay p {
    font-size: 36px;
    color: #fff;
    margin: 0;
    white-space: nowrap;
    font: 40px 'Rajdhani', sans-serif;
    font-weight: 500;
    text-shadow: 1px 1px 1px rgb(0 0 0 / 80%);
    filter: DropShadow(Color=#000000, OffX=1, OffY=1);
}
.bbitem .promo-overlay button {
    color: #fff;
    background-color: #2f2f2fa6;
    padding: 2px 40px;
    white-space: nowrap;
    border: 1px solid #aaa;
    border-radius: 4px;
    font: 22px 'Rajdhani', sans-serif;
    font-weight: 500;
}
.bbitem .promo-overlay button {
    background-color: #332E2A;
}
.bbitem.swiper-slide-active .promo-overlay img {
    opacity: 1;
}
body.cw-unified.w980 .bbitem .promo-overlay button {
    font-size: 22px;
}
body.cw-unified.w768 .bbitem .promo-overlay button {
    font-size: 18px;
}

.swiper-button-prev {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 165.22 317.39'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23fff;%7D%3C/style%3E%3C/defs%3E%3Cpolygon class='cls-1' points='159.13 6.96 159.13 311.3 6.96 159.13 159.13 6.96'/%3E%3C/svg%3E%0A");
    background-size: contain;
    background-repeat: no-repeat;
}
.swiper-button-next {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 165.22 317.39'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23fff;%7D%3C/style%3E%3C/defs%3E%3Cpolygon class='cls-1' points='6.96 6.96 6.96 311.3 159.13 159.13 6.96 6.96'/%3E%3C/svg%3E%0A");
    background-size: contain;
    background-repeat: no-repeat;
}

.swiper-button-next:after,
.swiper-button-prev:after,
.swiper-rtl .swiper-button-prev:after {
    content: '';
}

.more-arrow {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 165.22 317.39'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23fff;%7D%3C/style%3E%3C/defs%3E%3Cpolygon class='cls-1' points='6.96 6.96 6.96 311.3 159.13 159.13 6.96 6.96'/%3E%3C/svg%3E%0A");
    background-size: contain;
    background-repeat: no-repeat;
    height: 20px;
    width: 11px;
    display: inline-block;
    margin-right: 4px;
}
a.opened .more-arrow {
    transform: rotate(90deg);
}

ul.mainmenu > li > a.has-submenu:hover,
ul.mainmenu > li > a.has-submenu:focus,
ul.mainmenu > li > a.opened.has-submenu {
    background:  none;
}

#cw-page-hdr-title,
#cw-page-hdr-title span,
body#photos.cw-unified #cw-page-hdr-title span,
body#music.cw-unified #cw-page-hdr-title span {
    font: 24px 'Rajdhani', sans-serif;
    font-weight: 600;
}

body.cw-unified #playerbottom div#videohelp a {
    font: 12px 'Rajdhani', sans-serif;
}

body.cw-unified h2.sh,
body.cw-unified h3.sh {
    font: 1.8em/2em 'Rajdhani', sans-serif;
}
body#music.cw-unified h4.hdr2 {
    font: 24px 'Rajdhani', sans-serif;
}
body#photos.cw-unified h3.sh,
body#photos.cw-unified div#filters label {
    color: #fff;
}
body#photos.cw-unified #photosnav div.l h2 {
    font-weight: 600;
    font-size: 20px;
}
body.cw-unified #video-thumbnail-list span.epcount {
    margin: 0 0 0 0.3em;
}

body#music.cw-unified ul.shows li a,
body#music.cw-unified ul.shows li p,
body#music.cw-unified ul.shows li p.t,
body#photos.cw-unified ul.shows li a,
body#photos.cw-unified ul.shows li p,
body#photos.cw-unified ul.shows li p.t{
    font: 20px 'Rajdhani', sans-serif;
}

body.cw-unified #search-header-cw span#search-title-query {
    font-family: 'Rajdhani', sans-serif;
}

body.cw-unified #cw-normal main .gridday h3,
body.cw-unified p.ti1,
body.cw-unified span.ti1 {
    font-family: 'Rajdhani', sans-serif;
}

body.cw-unified .gridday h3.tonight {
    font: 24px 'Rajdhani', sans-serif;
}
body.cw-unified ul.griddayitems li .info p,
body.cw-unified ul.griddayitems li .info a {
    font-family: 'Rajdhani', sans-serif;
}
body.cw-unified ul.griddayitems li .info p.t,
body#photos.cw-unified .photos-all-wrap ul.shows li p {
    font-weight: 600;
}
body#photos.cw-unified .photos-all-wrap ul.shows li p.t {
    font-weight: 400;
}

header.sticky-hdr {
    position: sticky;
    top: 0;
    z-index: 10;
}
.dataframe {
    width: 100%;
}
.handle span {
    line-height: 90%;
}

body.w480 .cwtv-c-1,
body.wSmall .cwtv-c-1 {
    width: 100%;
}

body.cw-unified nav#site ul li.nav-item > a::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 3px;
  bottom: -5px;
  left: 0;
  background-color: var(--thecw_color-hot-sauce);
  transform: scaleX(0);
  transform-origin: top left;
  transition: transform 0.3s ease;
}
body.cw-unified nav#site ul li.nav-item:hover > a {
  color: var(--thecw_color-salt);
  font-weight: 500;
  opacity: 1;
}
body.cw-unified nav#site ul li.nav-item:hover > a::before {
  transform: scaleX(1);
}



#nav-menu .mm-panel,
#nav-menu .mm-listitem,
#nav-menu .mm-navbar {
    background-color: #333;
    border-color: #888;
}
#nav-menu .mm-listitem a,
#nav-menu .mm-btn_next:after,
#nav-menu .mm-btn_prev:before {
    text-transform: uppercase;
    color: #fff !important;
    border-color: #fff !important;
}
#nav-menu #mm-0 > div.mm-navbar {
    display: none;
}

#nav-menu .mm-listitem a p {
    color: #fff;
    margin: 0;
    font-weight: 600;
}
#nav-menu .mm-listitem a p.tunein {
    font-weight: 400;
}

#nav-menu .mm-listitem a:active,
#nav-menu .mm-listitem a:hover,
#nav-menu .mm-listitem a:link,
#nav-menu .mm-listitem a:visited {
    color: #ddd;
}

#touts .touttile img {
    width: 302px;
    height: 252px;
    border: 0;
    position: relative;
}

/* Video page */
body.cw-unified .videothumbslist li.current a.thumbLink {
    border: 1px solid var(--thecw_color-hot-sauce);
}
body.cw-unified li.upcoming a.thumbLink p {
    color: var(--thecw_color-hot-sauce);
}

body.cw-unified footer div.unified div#cw-main-footer-1 li span.priv-new,
body.cw-unified footer div.unified div#cw-main-footer-2 li span.priv-new {
    background-color: #ae0000;
    color: #fff !important;
    padding: 2px !important;
}

@media screen and (max-width:1280px) {
    #cw-channel-info-wrap {
        width: 100%;
    }
}

@media screen and (min-width:769px) {
    #nav-menu {
        display: none;
    }
}

@media screen and (max-width:768px) {

    body.cw-unified section.swimlanes .swimlane-wrap {
        margin: 0 10px !important;
    }

    #cw-main-logo a {
        width: 72px !important;
        height: 30px !important;
    }
    #cw-main-top-ad {
        padding: 20px 0 20px 0;
    }
    #cw-main-top-ad > div {
        display: block;
    }
    #ad_300x250-wrap {
        display: none;
    }
    nav#site ul li#cw-nav-search {
        padding: 0 25px 0 10px;
    }
    .nav-wrap.nav-upper,
    .nav-wrap.nav-lower {
        padding: 0 10px;
    }

    #herolist a.heroimg {
        background-size: contain;
    }

    #herocontainer.portrait .bbitem .promo-overlay-xxx {
        width: 94%;
        bottom: 25%;
        left: 3%;
    }
    .bbitem .promo-overlay p,
    .bbitem .promo-overlay button {
        font-size: 20px;
    }

    .swiper-pagination.swiper-pagination-bullets {
        bottom: 12%;
    }

    div.ot-shows div.ot-shows-wrap {
        width: 100%;
        vertical-align: middle;
    }

    section.swimlanes {
       margin-top: -3.5%;
    }
    #swimlane-1 .swimlane-wrap {
        width: 100%;
    }
    .swimlane h3 {
        font-size: 24px;
        margin: 10px 0 2px 10px;
    }
    .swimlane-wrap.show li {
        width: 100px;
        height: auto;
    }
    .swimlane.promos-carousel .promo-overlay button {
        display: none;
        visibility: hidden;
    }
    .swiper-pagination .swiper-pagination-bullet,
    .swiper-pagination .swiper-pagination-bullet .bar-dot {
        width: 8px;
        height: 8px;
        border-radius: 4px;
    }

    #category-container ul li.swiper-slide a {
        font-size: 18px !important;
        letter-spacing: -1;
    }
    ul.show-tiles-list li {
        width: 24.66% !important;
        margin-left: 5% !important;
        margin-right: 2% !important;
    }
    ul.show-tiles-list li p,
    ul.show-tiles-list li p.tunein {
        font-size: 20px !important;
        line-height: 120% !important;
    }
    ul.show-tiles-list li p.tunein {
        margin-top: 4px !important;
    }

    div#cw-main-footer-1 li,
    div#cw-main-footer-1 li a {
        font-size: 20px !important;
        line-height: 140% !important;
        color: #c8c8c8;
    }
    footer div#cw-main-footer {
        width: 90%;
        margin: 0px 5%;
    }
    footer div#cw-main-footer div.footercol.unified {
        width: 100%;
        margin: 0;
    }

    footer div.unified div#cw-main-footer-2 li,
    footer div.unified div#cw-main-footer-2 li a {
        font-size: 12px;
        line-height: 120% !important;
        color: #a7a7a7 !important;
    }

    .slider-fader {
        background: -webkit-linear-gradient(0deg,rgba(25,25,25,0),#191919);
        height: 100%;
        position: absolute;
        pointer-events: none;
        right: 0;
        top: 0;
        width: 16px;
        z-index: 2;
    }

    #cw-main-top-ad {
        display: none;
    }
    .bbitem .promo-overlay p,
    .bbitem .promo-overlay button {
        font-size: 14px;
    }
    body.cw-unified .swimlane.promos-carousel {
        margin-bottom: 10%;
    }

    body.cw-unified div.promos-carousel .swiper-pagination.swiper-pagination-bullets {
        bottom: -35%;
    }
    body.cw-unified div.promos-carousel .bbitem .promo-overlay button {
        padding: 4px 30px;
    }
    body.cw-unified div.promos-carousel.portrait .bbitem .promo-overlay {
        bottom: 33%;
        width: 42%;
        left: 5%;
    }
    body.cw-unified div.promos-carousel.portrait .bbitem .promo-overlay p {
        font-size: 15px;
    }
    body.cw-unified div.promos-carousel.portrait .bbitem .promo-overlay button {
        font-size: 12px;
    }

    body.cw-unified #billboard li.bbitem .promo-overlay,
    body.cw-unified #swiper-pagination-wrapper {
        left: 2.5%;
    }
    body.cw-unified #billboard li.bbitem .promo-overlay {
        bottom: 32%;
    }
    body.cw-unified #swiper-pagination-wrapper {
        bottom: 20%;
    }
    .swiper-pagination .swiper-pagination-bullet,
    .swiper-pagination .swiper-pagination-bullet .bar-dot {
        width: 10px;
        height: 10px;
        border-radius: 5px;
    }

    body.cw-unified div#cw-ontonight2 {
        height: auto;
        padding: 2px 0 0 0;
    }
    body.cw-unified div#cw-ontonight2 h2 {
        font-size: 14px;
        line-height: 140%;
    }
    body.cw-unified #cw-ontonight2 a,
    body.cw-unified #cw-ontonight2 span,
    body.cw-unified #cw-ontonight2 a span {
        font-size: 14px;
        line-height: 120%;
    }
    div.ot-shows div.ot-shows-wrap {
        width: 100%;
        vertical-align: middle;
    }
    #cw-page-hdr-title, #cw-page-hdr-title span, body#photos.cw-unified #cw-page-hdr-title span, body#music.cw-unified #cw-page-hdr-title {
        margin: 0 10px 0 10px;
    }
    body#schedule.cw-unified #cw-page-hdr-title span,
    body#music.cw-unified #cw-page-hdr-title span {
        margin: 0 10px 0 0;
    }
    body#schedule.cw-unified.wSmall #cw-page-hdr-title span {
        letter-spacing: -1px;
    }
    body.wSmall div.schedulewrap {
        margin: 0 10px
    }
    body.wSmall ul.griddayitems li p.i span.v {
        width: 100%;
        margin-top: 10px;
        float: left;
    }
    body.wSmall ul.griddayitems li p.i span.v a {
        float: left;
    }

    #category-container ul li.swiper-slide a {
        font-size: 14px !important;
        letter-spacing: -1;
    }
    ul.show-tiles-list li p,
    ul.show-tiles-list li p.tunein {
        font-size: 14px !important;
        line-height: 120% !important;
    }

    body#music.cw-unified .music-content,
    body#music.cw-unified .showmusicwrap {
        margin: 0 10px 0 10px;
    }
    body#music div.music-shows-menu {
        height: auto;
    }

    body#music table.showlist th, body#music table.showlist td {
        font-size: 10px;
        line-height: 14px;
    }
    body#music table.showlist th, table.showlist td {
        padding: 6px 3px;
    }

    div#cw-main-footer-1 li,
    div#cw-main-footer-1 li a,
    div#cw-main-footer-1 li,
    div#cw-main-footer-1 li a {
        font-size: 12px !important;
        line-height: 140% !important;
    }
    div#cw-main-footer-1 .footercol.unified {
        width: 48%;
    }

    body.cw-unified footer div.unified div#cw-main-footer-2 li,
    body.cw-unified footer div.unified div#cw-main-footer-2 li a,
    body.cw-unified footer div.unified div#cw-main-footer-2 li span {
        font-size: 12px;
        width: 100% !important;
        margin: 0 auto;
        text-align: center;
        line-height: 180% !important;
    }

    body.cw-unified footer div.unified div#cw-main-footer-1 li span.priv-new,
    body.cw-unified footer div.unified div#cw-main-footer-2 li span.priv-new {
        font-size: 12px;
    }

    body.cw-unified footer div.unified div#cw-main-footer-2 li:after {
        content: none;
    }
}

@media screen and (max-width:480px) {

    body.cw-unified #billboard li.bbitem .promo-overlay {
        bottom: 28%;
    }
    body.cw-unified #swiper-pagination-wrapper {
        bottom: 16%;
    }
}


body.w480 #cw-main-top-ad {
    display: none;
}

a.heroimg div.bb-img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}

a.heroimg div.bb-img.landscape {
    display: block;
}
a.heroimg div.bb-img.portrait {
    display: none;
}
body.w480 #herocontainer a.heroimg div.bb-img.landscape,
body.wSmall #herocontainer a.heroimg div.bb-img.landscape {
    display: none;
}
body.w480 #herocontainer a.heroimg div.bb-img.portrait,
body.wSmall #herocontainer a.heroimg div.bb-img.portrait {
    display: block;
}

#video-recommendations-container {
    z-index: 1;
}

#video-recommendations-container li.bbitem.touchcarousel-item div.inner {
    xheight: 100%;
    xaspect-ratio: 0.667;
    position: absolute;
    border: 2px solid transparent;
    border-radius: 6px;
    transition: transform 0.25s ease-out, border-color 0.8s ease;
}
#video-recommendations-container .touchcarousel .touchcarousel-item .videowrapped {
    padding: 0;
}

#video-recommendations-container div.inner .videowrapped a.thumbLink,
#video-recommendations-container li.bbitem.touchcarousel-item div.inner a.thumbLink,
#video-recommendations-container li.bbitem.touchcarousel-item div.inner div.videoimage,
#video-recommendations-container li.bbitem.touchcarousel-item div.inner img {
    border-radius: 4px;
    aspect-ratio: 2/3;
}
#video-recommendations-container li.bbitem.touchcarousel-item:hover {
    z-index: 1;
    cursor: pointer;
}
#video-recommendations-container li.bbitem.touchcarousel-item:hover div.inner {
    position: absolute;
    transform: translate(-1%, -1%) scale(1.05);
    border-color: #fff;
}

body.wSmall #video-recommendations-container .videowrapped a.thumbLink,
body.wSmall #video-recommendations-container div.videoimage,
body.wSmall #video-recommendations-container div.videoimage img {
    width: 100%;
}
body.wSmall #video-recommendations-container .touchcarousel li.touchcarousel-item.cwtv-c-1-6 {
    width: 42%;
    margin-left: 5%;
    min-height: unset;
    margin-right: 1%;
    float: left;
}


