
/* -------------- Global Styles --------------- */

*{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

:root {
  --red: #c80000;
  --yellow: #ffbc3e;
  --gray: #7e7d7d;
}

html {
	font-size: 62.5%;
}

body {
	background-color: #f8f8f8;
	color: #000;
	font-family: "canada-type-gibson", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1.6rem;
	font-weight: 400;
}

ul {
	list-style: none;
}

.main-content ul {
	list-style-type: disc;
}

img {
	height: auto;
	max-width: 100%;
}

h1, h2, h3, h4, h5, h6 {
	font-style: italic;
	font-weight: 700;
}

h1, h2 {
	color: #322d2d;
}

h1 {
	font-size: 4.8rem;
	font-weight: 500;
	line-height: 5.4rem;
	margin-top: 0;
	font-style: italic;
}

.section-inner h1 {
	margin-bottom: 2rem;
}

.section-inner h1.title-no-margin {
	margin-bottom: 0;
}

h2 {
	font-size: 3.2rem;
	font-weight: 400;
	line-height: 3.8rem;
	margin-bottom: 1.5rem;
}

h3 {
	font-size: 2.6rem;
	font-weight: 400;
	line-height: 3rem;
}

h4 {
	font-size: 2.2rem;
	font-weight: 500;
	line-height: 2.8rem;
	margin-top: 0;
}

.content-title-heading {
	font-size: 3rem;
    font-weight: 400;
    line-height: 3.6rem;
    margin: 0 0 2.5rem;
}

a {
	color: black;
	transition: all 100ms ease;
	text-decoration: none;
}

a:hover,
a:focus {
	color: var(--red);
}

a.heading-title:hover,
a.heading-title:focus {
	text-decoration: underline;
}

p {
	font-size: 2rem;
	line-height: 2.8rem;
	font-weight: 400;
}

.text-upper {
	text-transform: uppercase;
}

/* -------------- Main Styles --------------- */

#wrapper{
	margin: 0 auto;
	max-width: 2000px;
}

header{
	position: relative;
	z-index: 99;
}

header #wrapper {
	background-image: url('/images/theu_texturedbg.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 0 0;
}

.section-full {
	margin-bottom: 20px;
	padding-bottom: 50px;
}

.section-full-homepage {
	padding: 5rem 0;
}

.section-inner,
.section-inner-narrow{
	margin: 0 auto;
	padding: 0 20px; /* 20/1400 */
	position: relative;
}

.section-inner{
	max-width: 1240px;
	padding: 0 2rem;
}

.section-inner-narrow {
	max-width: 1020px;
}

#main-nav {
	background-color: #ffffff;
	box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
}

.main-content-flex-wrapper,
.main-content-flex-inline-wrapper {
	display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
}

.main-content {
	display: flex;
	flex-direction: column;
	width: 75%;
    padding-right: 4%;
    line-height: 2.5rem;
    line-height: 25px;
    flex-basis: auto;
    margin-bottom: 1rem;
}

aside {
	width: 25%;
    flex-basis: auto;
}

footer {
	background-color: #151515;
	color: #fff;
	padding: 40px 0;
	position: relative;
	text-align: center;
	margin-top: 4rem;
}

.content-rounded-box {
	border-radius: 15px;
}

.content-rounded,
.content-rounded img {
	border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.roundedCorners {
	border-radius: 10px;
}

.equal-space-flex {
	justify-content: space-between;
}

.space-around-flex {
	justify-content: space-around;
}

/* -------------- Header --------------- */

.header-ad-container {
	display: flex;
    flex-direction: row;
    align-items: flex-end;
	padding: 3.5rem 2rem 4rem;
}

.header-buttons {
	display: inline;
}

.header-ad-leaderboard .inner-728-ad {
	max-width: 728px;
}

/*.header-ad-leaderboard {
	display: flex;
	flex: 1;
}*/

.header-ad-promo {
	margin-left: 1.5rem;
	background-color: red;
    height: 50px;
    display: inline-block;
    width: 300px;
}

.header-sponsor-container {
	background-color: #641220;
}

.header-sponsor-inner {
	padding: 2rem;
}

.header-top-section{
	height: 100%;
	padding: 2rem;
}

.header-nav-tab {
	margin-left: 0.5rem;
}

.is-sticky .header-nav-tab {
	margin-top: 0.2rem;
}

.logo-anchor,
.logo{
	display: inline-block;
}

.logo {
	width: 100px;
}

.search-nav-tabs{
	display: none;
}

.logo-mobile-follow {
	display: none;
}

.is-sticky .logo-mobile-follow {
	display: block;
	float: left;
	width: 50px;
	margin-right: 2rem;
}

.mobile-only {
	display: none;
}

.is-sticky .sticky-only {
	display: block;
}

.header-search{
	background-color: var(--red);
	display: none;
}

.header-search-input-wrap{
	padding-right: 45px;
	position: relative;
}

.header-search-input-wrap input,
.header-search-input-wrap button{
	background: none;
	border: none;
	height: 40px;
}

.header-search-input-wrap input{
	color: white;
	width: 100%;
	outline: none;
}

.header-search-input-wrap button{
	color: white;
	font-size: 2rem;
	position: absolute;
	right: 10px;
	top: 0;
	width: 45px;
	outline: none;
}

.header-search-input-wrap button:hover{
	color: black;
}

.header-search-tab {
	align-items: center;
	cursor: pointer;
}

.header-nav-icons {
	display: flex;
	width: 10%;
	margin-left: 2rem;
	margin-top: 0.1rem;
}

.header-nav-icons .fa-search {
	margin-top: -0.2rem;
}

.is-sticky .fa-bars {
	color: #ffffff;
}

.is-sticky #main-nav{
	background-color: white;
	border: none;
	transition: all 300ms ease;
	width: 100%;
	z-index: 99999;
	box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
}

.is-sticky #main-nav ul li a{
	border-color: #999;
	color: black;
}

.is-sticky #main-nav ul li a:hover{
	color: #c50036;
}

#main-nav .section-inner{
	display: table;
	table-layout: fixed;
	width: 100%;
}

#main-nav ul{
	margin: 0;
	padding: 0;
	display: flex;
	flex: 1;
}

#main-nav ul li {
	display: flex;
	flex-grow: 1;
	list-style: none;
	text-align: center;
	justify-content: space-around;
}

#main-nav ul li a,
.menu-close{
	display: flex;
	justify-content: center;
}

#main-nav ul li a{
	font-size: 2rem;
	font-weight: 500;
	font-style: italic;
    padding: 1.2rem 0;
    text-decoration: none;
}

#main-nav ul li a:hover{
	color: #c50036;
}

#main-nav li.mobile-links{
	display: none;
}

.main-nav-wrapper {
	display: flex;
	flex: 1;
}

.cw26-logo-mobile {
	display: none;
}

.menu-close{
	background-color: #fff;
	color: var(--red);
	font-weight: 600;
	cursor: pointer;
	padding: 20px;
	transition: all 300ms ease;
	text-transform: uppercase;
}

.menu-close:hover{
	background-color: #c50036;
	color: #fff;
}

.sticky-logo {
	display: none;
}

.is-sticky .sticky-logo {
	width: 50px;
	display: block;
	margin: 0.5rem 7rem 0 0;
}

.is-sticky .header-nav-icons {
	display: none;
}

/* -------------- Homepage --------------- */

.wciu-slider {
	margin-bottom: 3rem;
	box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
}

.wciu-slider .billboard-inner,
.jam-slider .billboard-inner {
	padding: 3rem 3rem 5.5rem;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	box-shadow: none;
}

.owl-carousel.wciu-slider .owl-stage-outer,
.owl-carousel.jam-slider .owl-stage-outer {
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
    background-color: #ffffff;
 }

.wciu-slider .billboard-title,
.jam-slider .billboard-title,
.top-story-title {
	color: #001d24;
	display: block;
	font-size: 3.6rem;
	font-style: italic;
	font-weight: 500;
	line-height: 4.2rem;
}

.top-story-title {
    margin-bottom: 0.5rem;
}

.wciu-slider .billboard-copy,
.jam-slider .billboard-copy {
	color: #001d24;
	font-size: 1.8rem;
	line-height: 2.6rem;
	margin-top: 1.5rem;
}

.jam-slider .billboard-copy {
	display: block;
}

.jamhome-jam-weather { 
    width: 100%; 
    margin-bottom: 8rem;    
    position: relative;
} 

.jamhome-jam-weather div { 
    position: relative; 
    background-color: #fff; 
    border-radius: 15px; 
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2); 
    color: #2b2b2b; 
} 

.jamhome-jam-weather a { 
    color: #001d24; 
    text-decoration: none;
} 

.jamhome-jam-weather a:hover { 
    color: #001d24; 
    text-decoration: underline; 
} 

.jamhome-jam-weather div a , .jamhome-jam-weather div a  { 
    display: block; 
    text-align: center; 
    font-weight: 500; 
    color: #001d24; 
    font-size: 18px; 
    font-size: 1.8rem; 
    letter-spacing: 1px;
} 

.jamhome-jam-weather .story-desc { 
    padding: 2rem 2rem 2.5rem; 
} 

.jamhome-jam-weather img   { 
    border-top-left-radius: 15px; 
    border-top-right-radius: 15px; 
    display: block;
} 

.jamhome-jam-weather div span { 
    font-size: 20px; 
    font-size: 2rem; 
    color: #001d24; 
    font-weight: 600; 
    display: block; 
    margin-bottom: 5px;
} 

.jamhome-jam-weather .view-more , .jamhome-jam-weather .view-more  { 
    margin-top: 1.5rem;
} 

.jamhome-jam-weather > div {
    position: relative;
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
    color: #2b2b2b;
}

.owl-theme.wciu-slider .owl-nav button.owl-prev,
.owl-theme.wciu-slider .owl-nav button.owl-next{
	color: #c50036;
}

.owl-theme.wciu-slider .owl-dots .owl-dot span {
	background: #c50036;
}

.owl-theme.wciu-slider .owl-dots .owl-dot.active span,
.owl-theme.jam-slider .owl-dots .owl-dot.active span {
	background: #b1b1b1;
}

.owl-theme.wciu-slider .owl-dots, .owl-theme .owl-nav,
.owl-theme.jam-slider .owl-dots, .owl-theme .owl-nav {
	margin-top: 2.4rem;
}

.owl-theme.wciu-slider .owl-nav .owl-prev .fa-chevron-left {
	margin-right: 25rem;
}

.owl-theme.jam-slider .owl-nav .owl-prev .fa-chevron-left {
	margin-right: 9rem;
}

.owl-theme.jam-slider .owl-nav .owl-next .fa-chevron-right {
	margin-left: 9rem;
}

.wciu-slider img {
	display: block;
	border-radius: 10px 10px 0 0;
}

.wciu-slider .billboard-copy {
	font-size: 1.8rem;
}

.wciu-slider .billboard-title,
.wciu-slider .billboard-copy {
	display: block;
}

.hp-newsletter-signup{
	text-align: center;
	margin: 5rem 0 6rem;
}

.home .hp-newsletter-signup {
	margin-top: 0;
}

.hp-newsletter-signup-thanks{
	color: var(--red);
	display: block;
	font-size: 2rem;
	padding: 20px;
}

.hp-newsletter-signup-inner{
	display: flex;
	flex-direction: column;
}

.hp-newsletter-signup-inner span {
	color: #0f342d;
	font-size: 3rem;
	font-weight: 500;
	line-height: 3.8rem;
	margin-bottom: 2rem;
}

.hp-newsletter-input {
	position: relative;
	border-radius: 100px;
	margin: 0 auto;
}

.hp-newsletter-input input,
.hp-newsletter-input button {
	border: none;
	display: block;
	height: 60px;
}

.hp-newsletter-input input {
	color: #fff;
	background-color: var(--red);
	border-radius: 100px;
	padding: 2rem 2.5rem;
	width: 100%;
	outline: none;
}

.hp-newsletter-input button {
	background: transparent;
	color: #ffffff;
	font-size: 24px;
	padding: 0;
    position: absolute;
    top: 0;
    right: 2rem;
    width: 30px;
}

.hp-newsletter-input button:hover,
.hp-newsletter-input button:focus {
	color: black;
}

.hp-newsletter-input input::placeholder,
.header-search-input-wrap input::placeholder {
	color: white;
}

.hp-newsletter-signup input[type="checkbox"] {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-color: transparent;
	position: relative;
	width: 18px;
	height: 18px;
	min-width: 18px;
	border: 2px solid #000;
	border-radius: 0;
	cursor: pointer;
	transition: background-color 0.3s, border-color 0.3s;
}
		
.hp-newsletter-signup input[type="checkbox"]:checked::before {
	content: '\2713';
	color: #000;
	position: absolute; 
	top: -6px;
	left: 0px;
	font-size: 2.4rem;
}

.hp-newsletter-signup input::placeholder {
	color: #fff;
}

.btn-primary,
.where-to-watch-btn {
	font-size: 2rem;
	font-weight: 600;
	border: 2px solid #ffffff;
	padding: 0.7rem 3rem;
	min-width: 180px;
	border-radius: 50px;
	text-decoration: none;
	font-style: italic;
	text-align: center;
}

.btn-primary {
	background-color: var(--red);
	color: #fff;
	border: 2px solid transparent;
	margin-top: 1rem;
}

.btn-primary.on-bg {
	border:  2px solid #fff;
}

.btn-primary.small {
	font-size: 1.6rem;
	text-align:  center;
	margin:  1rem auto 0;
}

.btn-primary.small i {
	font-size: 1.4rem;
}

.btn-primary:hover,
.btn-primary:focus {
	background-color: white;
	border: 2px solid var(--red);
    color: var(--red);
	cursor:  pointer;
	text-decoration: none;
}

.btn-primary.white {
    background: white;
    color: black;
}

.btn-primary.white:hover {
	background: transparent;
	color: white;
	border-color: white;
}

.where-to-watch-btn {
	background-color: #fff;
	color: #141414;
	float: right;
	margin: 1.5rem 3rem 0 0;
}

.where-to-watch-btn:hover,
.where-to-watch-btn:focus {
	background-color: transparent;
	color: white;
	text-decoration: none;
}

.btn-primary i,
.where-to-watch-btn i {
    vertical-align: middle;
    margin-top: -0.25rem;
}

.fa-chevron-right,
.fa-chevron-left {
	-webkit-text-stroke: 1.5px;
	font-size: 80%;
}

/* -------------- Page Elements --------------- */

.heading-view-more {
	color: var(--red);
	display: inline-block;
	font-size: 2.2rem;
	font-weight: 500;
	line-height: 2.4rem;
	text-decoration: none;
	margin-left: 1rem;
}

.heading-view-more:hover,
.section-white .heading-view-more:hover,
.section-lightgray .heading-view-more:hover {
	color: black;
}

.heading-view-more i {
	font-size: 1.6rem;
}

.section-pattern {
	background-image: url(/images/theu_texturedbg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 5% 100%;
}

.section-pattern-dark {
	background-color: #2b2828;
}

.section-white .heading-view-more,
.section-lightgray .heading-view-more {
	color: var(--red);
}

.content-description-small {
	font-size: 1.6rem;
}

.featured-home-content-item .content-description-small {
	flex: 1;
	padding-bottom: 1rem;
}

.featured-content-flex-wrapper {
	display: grid;
    grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
    grid-gap: 1rem;
	padding: 6rem 0;
    width: 100%;
}

.featured-home-content-item {
	display:  flex;
	flex-direction: column;
	padding: 0 20px;
}

.featured-home-content-item h1 {
	font-size: 4rem;
}

.featured-home-content-wrapper {
	display: flex;
	flex-direction: column;
	flex: 1;
}

.featured-home-content-wrapper.content-primary-container {
	border-radius: 20px;
}

.featured-home-content-subheading {
	color: #ffffff;
	font-size: 1.8rem;
	font-weight: 100;
	letter-spacing: 1px;
	margin-bottom: 0.5rem;
}

.featured-home-content-image img {
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	width: 100%;
}

.featured-home-content-desc {
	display: block;
	margin-bottom: 2rem;
}

.featured-home-content-time {
	display: block;
    font-size: 2rem;
}

.featured-video-row {
    display: flex;
    flex-direction: column;
}

.featured-video-row-item {
	display: flex;
    flex-direction: row;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    background-color: #ffffff;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
    margin-bottom: 2rem;
}

.featured-video-row-item a {
	display: flex;
    flex: 1 1 0%;
    align-items: center;
}

.featured-video-row-item a:hover,
.featured-video-row-item a:focus {
	color: #000000;
	text-decoration: underline;
}

.featured-video-row .btn-primary {
	display: block;
	margin: 4rem 0 2rem;
}

.featured-video-row-item img {
	display: flex;
    flex-direction: row;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.featured-video-row-title {
	color: #000000;
	font-size: 1.3rem;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	padding: 1rem;
}

.featured-videos-wrap {
	display: flex;
}

.featured-videos-item{
	background-color: #ffffff;
	color: #322d2d;
	float: left;
	margin-left: 2rem; /* 4/1400 */
	position: relative;
	width: 33.142857142857%; /* 464/1400 */
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
	margin-bottom: 3rem;
}

.featured-videos-item:first-child{
	margin-left: 0;
}

.featured-videos-item a{
	color: #322d2d;
	text-decoration: none;
}

.featured-videos-item img{
	display: block;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}

.featured-videos-item-overlay{
	display: block;
	font-size: 1.8rem;
	line-height: 2.4rem;
	padding: 2rem 2rem 2.2rem;
}

.featured-videos-item-overlay:hover,
.featured-videos-item-overlay:focus {
	text-decoration: underline;
}

.featured-shows-wrap{
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 2rem;
}

.featured-shows-wrap .featured-shows-item {
	width: calc(100% / 4 - 1rem);
	margin-bottom: 4rem;
}

.featured-shows-item{
	flex-basis: auto;
	background-color: #ffffff;
    width: 31.7901234567901%;
    font-size: 3rem;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
    border-radius: 15px;
    position: relative;
    text-align: center;
}

.featured-shows-item:hover .featured-shows-item-title {
	color: #ab0014;
}

.featured-shows-item-img {
	background: #141414;
}

.featured-shows-item-img img {
	display: block;
	background-image: url('/images/theu_texturedbg.png');
}

.featured-shows-wrap .featured-shows-item-img img {
	height: 160px;
}

.show-listings .featured-shows-item-img img {
	height: 215px;
}

.featured-shows-item-title{
	color: #322d2d;
	display: block;
	font-size: 2.4rem;
	font-weight: 500;
	font-style: italic;
	line-height: 3rem;
	padding: 1.8rem 1.8rem 0.5rem;
	text-align: center;
}

.featured-shows-wrap .featured-shows-item-title {
	padding:  1.8rem 1.8rem 2rem;
}

.content-callout-sidebar {
	background-color: var(--red);
	color: white;
}

.content-share-wrap{
	margin-bottom: 4rem;
	max-width: 500px;
}

.callout-banner {
	background-image: url(/images/theu_texturedbg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 0;
    margin-bottom: 4rem;
}

.callout-banner-inner {
	display: flex;
	justify-content: space-around;
	align-items: center;
	padding: 2rem 4rem;
}

.callout-banner-inner img {
	width: 250px;
}

.related-content-wrap {
	margin-bottom: 2rem;
}

.related-content-wrap ul {
	display: flex;
	margin: 0;
	padding: 0;
}

.related-content-wrap li {
	position: relative;
	display: flex;
    flex-direction: column;
    flex: 1 1 100%;
	margin-left: 1rem;
}

.related-content-wrap li:first-child {
	margin-left: 0;
}

.related-content-img i { 
	color: var(--red);
    padding: 7px 0;
    position: absolute;
    width: 100%;
    left: 50%;
    font-size: 4rem;
    top: 25%;
}

.related-content-img i:hover,
.related-content-img i:focus {
	color: black;
}

.related-content-img img,
.related-content-title{
	display: block;
}

.related-content-img img{
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}

.related-content-title{
	color: #000;
	font-size: 1.8rem;
	line-height: 2.2rem;
}

.related-content-title:hover,
.related-content-title:focus{
	text-decoration: underline;
}

.pagination-wrap ul {
	margin: 0;
	padding: 0;
	text-align: center;
}

.pagination-wrap li{
	display: inline;
}

.pagination-wrap span,
.pagination-wrap a{
	background-color: var(--red);
	display: inline-block;
    font-size: 1.6rem;
    margin: 0 0.6rem 0.6rem 0;
    padding: 0.3rem 0;
    text-align: center;
    width: 32px;
}

.pagination-wrap span{
	background-color: #eaeaea;
}

.pagination-wrap a{
	background-color: #999;
	color: #fff;
	font-weight: 700;
	text-decoration: none;
}

.pagination-wrap a:hover{
	background-color: var(--red);
}

.pagination-elips {
	color: #999;
	font-size: 3rem;
	padding-right: 0.4rem;
}

.video-page-info-date-time {
	color: var(--red);
	display: block;
    font-size: 1.6rem;
    font-weight: 500;
    margin-top: 2rem;
}

.listing-grid-category-title{
    margin-top: 0;
}

.listing-grid-more{
    font-size: 2rem;
    text-decoration: none;
}

.listing-grid-items-wrap{
	display: flex;
	flex-wrap: wrap;
}

.listing-grid-category{
    margin-bottom: 2rem;
}

.listing-grid-item{
	display: flex;
	flex-direction: column;
	width: calc(100% / 3 - 2rem);
	margin: 0 2rem 2rem 0;
	border-radius: 15px;
	box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
}

.listing-grid-item-nomargin{
	margin-right: 0;
}

.listing-grid-item-thumb{
	position: relative;
}

.listing-grid-item-thumb i {
	background-color: rgba(0,0,0,0.5);
	color: #ffffff;
    display: block;
	left: 45.212765957447%; /* 141.66666666666667/313.33333333333333 */
    padding: 0.8rem 1rem;
    position: absolute;
    text-align: center;
	top: 41.477272727273%; /* 73/176 */
    width: 30px;
    border-radius: 100%;
    z-index: 1;
}

.listing-grid-item-thumb img {
	display: block;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}

.video-landing-item-thumb:hover,
.video-landing-item-thumb:focus {
	filter: brightness(115%);
	z-index: -1;
}

.listing-grid-item-text{
	display: flex;
	flex-direction: column;
	flex: 1;
	font-size: 1.8rem;
	line-height: 2rem;
	padding: 1.4rem 1.5rem 1.5rem;
}

.listing-grid-item-text a{
	color: #322d2d;
	display: block;
	font-weight: 500;
	margin-bottom: 1.2rem;
	text-decoration: none;
}

.listing-grid-item-text a:hover,
.listing-grid-item-text a:focus {
	text-decoration: underline;
}

.listing-grid-item-text .listing-desc {
	color: #322d2d;
}

.listing-grid-item-text > span{
	display: flex;
    flex: 1;
    align-items: flex-end;
	font-size: 1.2rem;
	line-height: 1.6rem;
	font-weight: 600;
}

.page-carousel-wrapper{
	position: relative;
}

.page-carousel i{
	background-color: rgba(0,0,0,0.5);
    color: #fff;
    display: block;
    left: 45.212765957447%;
    padding: 7px 0;
    position: absolute;
    text-align: center;
    top: 35%;
    width: 30px;
}

.page-prev-slide,
.page-next-slide{
	background-color: #000;
	color: #fff;
	display: block;
	font-size: 2rem;
	opacity: 0.5;
	padding: 2.040816326531% 0; /* 20/60 */
	position: absolute;
	text-align: center;
	top: 25%;
	width: 6.122448979592%; /* 60/980 */
}

.page-prev-slide:hover,
.page-next-slide:hover{
	opacity: 1;
}

.page-prev-slide{
	left: 0;
}

.page-next-slide{
	right: 0;
}

/* -------------- Schedule --------------- */

/* Date Picker */

.sched-date-picker{
	color: black;
	text-align: center;
}

.sched-date-picker-inner{
	display: inline-block;
	width: 100%;
	margin: 2rem 0 2.5rem;
}

.sched-date-picker-inner i,
.sched-date-picker-inner input[type="text"]{
	font-size: 5rem;
	caret-color: transparent;
}

.sched-day-select {
	color: var(--red);
}

.sched-day-select:hover,
.sched-day-select:focus {
	color: black
}

.sched-date-picker-inner input {
	background-image: url('/images/calendar-solid.png');
	background-repeat: no-repeat;
	background-position: 80% 50%;
	background-size: 35px;
	background-color: inherit;
	border: none;
	cursor: pointer;
	font-size: 5rem;
	font-weight: 600;
	margin: 0 10px;
	outline: none;
	text-align: center;
	width: 90%;
}

.datepicker{
	padding: 0.4rem;
	width: 250px;
}

.datepicker.wider{
	width: 290px;
}

.datepicker table{
	text-align: center;
	width: 100%;
}

.datepicker th, .datepicker td, span.month, span.year{
	padding: 5px 7px;
}

.datepicker th, .datepicker td{
	border: 2px solid #fff;
	padding: 5px 7px;
}

td.day, th.prev, th.next, th.switch, span.month, span.year{
	cursor: pointer;
}

th.prev, th.next{
	font-size: 2rem;
}

th.prev:hover, th.next:hover, th.switch:hover{
	color: #cd0000;
}

td.day:hover, span.month:hover, span.year:hover{
	background-color: #e1e1e1;
}

td.day.active, span.month.active, span.year.active{
	background-color: #cd0000;
	color: #fff;
	font-weight: bold;
}

th.switch {
	font-weight: 600;
}

span.month, span.year{
	display: block;
    float: left;
	margin: 2px;
    width: 40px
}

.datepicker.dropdown-menu{
	position: absolute;
	top: 100%;
	left: 45% !important;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 0.5rem 0;
	margin: 0.2rem 0 0;
	font-size: 1.4rem;
	text-align: left;
	list-style: none;
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, .15);
	border-radius: 4px;
	box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

/* Date Picker - END */

.sched-printable{
	background-color: white;
	color: black;
	display: block;
	font-weight: 600;
	box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
	margin-bottom: 1.5rem;
	padding: 1rem;
	text-align: center;
	text-decoration: none;
}

.sched-printable,
.sched-printable {
	background-color: var(--red);
	color: white;
	border: 2px solid var(--red);
	border-radius: 5px;
}

.sched-printable:hover,
.sched-printable:focus {
	background-color: white;
	color: var(--red);
}

.sched-printable.u-too,
.sched-printable.u-too {
	background-color: var(--yellow);
	border: 2px solid var(--yellow);
}

.sched-printable.u-too:hover,
.sched-printable.u-too:focus {
	background-color: white;
	color: var(--yellow);
}

.sched-item{
	display: flex;
	align-items: center;
	position: relative;
	background-color: #ffffff;
	border-radius: 15px;
	box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
	margin-bottom: 1.5rem;
	padding: 0 3.5rem;
}

.sched-item-time,
.sched-remind-me{
	font-weight: 700;
}

.sched-item-time{
	display: flex;
	flex-direction: column;
	justify-content: center;
	font-size: 2.5rem;
	line-height: 2.5rem;
}

.sched-item-time span,
.sched-item-meta h3 span i,
.sched-remind-me{
	color: var(--red);
}

.sched-item-time span{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-size: 1.4rem;
	line-height: 1.4rem;
}

.sched-item-show-img{
	background-color: var(--red);
	height: 130px;
	left: 140px;
	border-radius: 15px;
}

.sched-item-meta {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-left: 5rem;
}

.sched-item-show-img img{
	display: block;
	border-radius: 15px;
}

.sched-item-meta h2{
	margin-top: 0;
}

.sched-item-meta h2{
	margin-bottom: 0;
}

.sched-item-meta h2 a{
	color: #322d2d;
	text-decoration: none;
}

.sched-item-meta h2 a:hover{
	color: var(--red);
}

.sched-item-meta h3{
	font-weight: 400;
	line-height: 2.5rem;
	margin-top: 1rem;
	margin-bottom: 0.5rem;
}

.sched-item-meta h3 span,
.sched-remind-me{
	cursor: pointer;
}

.sched-item-meta h3 span{
	font-size: 1.7rem;
	font-weight: 700;
	margin-top: 1.5rem;
	margin-left: 0.5rem;
}

.sched-item-meta h3 span:hover{
	color: var(--red);
}

.sched-show-synopsis{
	display: none;
	margin-bottom: 1.5rem;
}

.sched-remind-me{
	bottom: 25px;
	right: 30px;
}

.sched-remind-me:hover{
	color: #000;
}

.sched-reminder-form{
	padding: 0 4.225352112676% 40px; /* 30/710 */
}

.sched-reminder-form select,
.sched-reminder-form input{
	display: block;
	float: left;
	height: 40px;
}

.sched-reminder-form select,
.sched-reminder-form input[type="text"]{
	border: 1px solid #ccc;
	font-weight: 400;
	margin-right: 2.336448598131%; /* 15/642 */
	padding: 5px;
	width: 39.8753894081%; /* 256/642 */
}

.sched-reminder-form input[type="submit"]{
	padding: 10px;
	width: 15.576323987539%; /* 100/642 */
}

.sched-takeover-ad-middle,
.show-takeover-ad-middle,
.sidebar-ad-sched-takeover{
	overflow: hidden;
	margin: 20px auto;
	width: 728px;
}

.schedule-box-wrapper {
	gap: 2rem;
	margin-bottom: 5rem;
}

.schedule-box-outer {
	width: 100%;
}

.schedule-heading.sticky img {
	width: 75px;
}

.schedule-heading.the-u {
	background-color: var(--red);
}

.schedule-heading.u-too {
	background-color: var(--yellow);
}

.schedule-heading.the-u,
.schedule-heading.u-too {
	border-radius: 15px 15px 0 0;
	padding: 1rem;
	height: 230px;
}

.schedule-heading.sticky {
	height: auto;
}

.schedule-heading img {
	width: 125px;
}

.schedule-list {
	background-color: white;
}

.schedule-list .schedule-item {
	border: 1px solid #e5e3e3;
}

.schedule-list .schedule-item-inner {
	padding: 1.5rem 2rem 38px;
}

.schedule-item .on-now-text {
	color: var(--gray);
	font-size: 1.8rem;
	font-weight: bold;
	font-style: italic;
	text-transform: uppercase;
	margin-right: 0.5rem;
}

.schedule-item .schedule-item-time {
	font-size: 1.8rem;
	font-weight: 600;
	letter-spacing: 0.5px;
}

.schedule-load-shows,
.schedule-hide-shows {
	width: fit-content;
    text-align: center;
    margin: 2rem auto 4rem;
}

.schedule-desc {
	color: white;
	font-size: 2rem;
	font-weight: 500;
	text-align: left;
}

.double-item {
    height: 17rem;
}
.quadruple-item{
    height: 34rem;
}
.quintuple-item{
    height: 42.5rem;
}
.sextuple-item {
    height: 51rem;
}

.single-item {
    height: 8.5rem;
}

/* -------------- Shows --------------- */

.theu-show-container {
	background: #fff;
	position: relative;
	border-radius: 15px;
	box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
	font-size: 1.8rem;
	margin-bottom: 30px;
}

.theu-show-container img {
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	display: block;
	width: 100%;
}

.theu-show-container span {
	display: block;
	font-size: 2.6rem;
	line-height: 3.2rem;
	font-weight: 400;
	margin-bottom: 1rem;
}

.theu-show-container .show-desc p {
	margin: 0;
}

.theu-show-container h1 {
	margin: 2rem 0 0;
}

.theu-show-container .share-text {
	font-size: 2.2rem;
	font-weight: 600;
	margin-bottom: 0;
}

.the-u-social-wrapper {
	display: inline-block;
    width: 100%;
}

.theu-show-container .theu-show-social {
	margin-top: 1rem;
}

.theu-show-social a.facbook {
	background-color: #3c5998;
}

.theu-show-social a.twitter {
	background-color: #54abee;
}

.theu-show-social a.email {
	background-color: #525252;
}

.theu-show-social a {
	display: inline-block;
	background-color: #3c5998;
	margin: 1.5rem 1rem 0 0;
	border-radius: 100%;
	position: relative;
	height: 6.5rem;
	width: 6.5rem;
}

.theu-show-social a:hover,
.theu-show-social a:focus {
	filter: brightness(110%);
}

.theu-show-social i {
	position: absolute;
	transform: translate(-50%);
	font-size: 3.5rem;
	top: 25%;
	left: 49%;
	color: #fff;
}

.theu-show-social .fa-envelope {
	font-size: 3.2rem;
}

.show-listings{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.show-listings .featured-shows-item{
	margin: 0 0.2857142857143% 1.4285714285714% 0; /* 4/1400 & 20/1400 */
}

.show-listings .featured-shows-item:nth-child(4n+0) {
	margin-right: 0;
}

.show-listings .featured-shows-item-img {
	background-image: url('/images/theu_texturedbg.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.featured-shows-item-nospace{
	margin-right: 0;
}

.show-header-flex-wrapper {
	display: flex;
	align-items: center;
	border-radius: 15px;
}

.show-slider .hp-prev-slide,
.show-slider .hp-next-slide{
	font-size: 20px;
	font-size: 2rem;
	position: relative;
    top: 65px;
    width: auto;
}

.show-header .section-inner,
.community-header .section-inner,
.sched-header .section-inner{
	background-position: 0 bottom;
	background-repeat: no-repeat;
	display: table;
	width: 100%;
}

.show-header-inner,
.community-header-inner,
.sched-header-inner{
	display: flex;
    align-items: center;
}

.community-header-img,
.sched-header-img{
	vertical-align: bottom;
	width: 52.777777777778%; /* 760/1440 */
}

.show-header-img img,
.community-header-img img,
.sched-header-img img{
	display: block;
}

.show-header-tunein{
	color: #ffffff;
	display: block;
	font-size: 2.2rem;
	font-weight: 500;
	margin-bottom: 2rem;
}

.show-header-tunein span{
	color: #ffffff;
	text-transform: lowercase;
}

.show-header-title,
.show-header-title a,
.community-header-title,
.community-header-title a{
	color: #322d2d;
}

.show-header-title,
.show-detail-header .show-header-title,
.community-header-title{
	display: inline-flex;
	color: #322d2d;
	background-color: #fff;
	border-radius: 15px;
	font-size: 5rem;
	font-weight: 500;
	line-height: 6rem;
	margin: 0;
	padding: 2rem 3rem;
}

.show-header-title a,
.community-header-title a,
.sched-header-meta a{
	display: inline-block;
	text-decoration: none;
}

.show-header-title a:hover,
.community-header-title a:hover{
	color: var(--red);
}

.show-synopsis {
	padding: 2rem 2.5rem 3rem;
}

.show-synopsis .show-header-title {
	padding: 0;
	margin: 0 0 1rem;
}

.show-synopsis .show-desc a {
	color: var(--red);
}

.show-synopsis .show-desc a:hover {
	text-decoration: underline;
}

.show-page-tunein {
	display: flex;
	font-weight: 600;
	line-height: 3.5rem;
	margin: 0 0 2rem;
	align-items: center;
}

.show-page-tunein span{
	color: #000000;
}

.show-detail-header {
	margin-bottom: 2rem;
}

.show-header-takeover .section-inner{
	padding: 0;
}

.show-header-takeover .show-header-title{
	font-size: 65px;
	font-size: 6.5rem;
	line-height: 65px;
	line-height: 6.5rem;
}

.show-header-detail .show-header-meta {
	width: 100%;
	text-align: center;
}

.show-next-episode-wrap{
	margin-bottom: 3rem;
	padding: 2.040816326531%; /* 20/980 */
}

.show-next-episode-wrap > span{
	color: var(--red);
	display: block;
	font-size: 25px;
	font-size: 2.5rem;
	font-weight: 500;
}

.show-next-episode-wrap h3{
    font-size: 2.2rem;
	font-weight: 500;
	margin: 15px 0 5px;
}

.show-page-section-wrap{
	margin: 5rem 0 4rem;
}

.show-page-video-inner{
	background-color: #000;
	padding: 0 6.122448979592%; /* 60/980 */
}

.show-page-video-wrap .twostory-grid {
	margin-top: 3rem;
}

.show-page-video-info{
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
	padding: 2rem;
}

.show-page-video-info h3,
.show-page-video-info p{
	margin: 0;
}

.show-page-social-wrap .social-block:nth-child(2),
.show-page-social-wrap .social-block:nth-child(3){
	background-color: #dcdcdc;
}

.show-page-social-wrap .social-block-fb.social-block:nth-child(2):hover,
.show-page-social-wrap .social-block-fb.social-block:nth-child(3):hover{
	background-color: #33589d;
}

.show-page-social-wrap .social-block-twt.social-block:nth-child(2):hover,
.show-page-social-wrap .social-block-twt.social-block:nth-child(3):hover{
	background-color: #00a2f9;
}

.show-page-gallery-wrap h1{
	margin-bottom: 0;
}

.show-page-gallery-grid-sizer,
.show-page-gallery-grid-item{
	width: 49.84693877551%; /* 488.5/980 */
}

.show-page-gallery-gutter-sizer{
	width: 0.30612244898%; /* 3/980 */
}

.show-page-gallery-grid-item{
	margin-bottom: 0.30612244898%; /* 3/980 */
}

.show-page-gallery-grid-item img{
	display: block;
}


/* -------------- Community --------------- */

.community-header-subtitle,
.community-tunein{
	font-weight: 600;
}

.community-header-subtitle{
	color: white;
	display: block;
	font-size: 3rem;
	line-height: 3rem;
	margin-top: 1.5rem;
	padding-left: 4.6875%;
}

.community-wrap .section-inner-narrow{
	font-size: 2rem;
	line-height: 2.8rem;
	margin-bottom: 40px;
	margin-top: 40px;
}

.community-wrap .featured-videos-wrap{
	margin-bottom: 2rem;
}

.community-tunein{
	margin-bottom: 2rem;
}

.community-tunein img{
	vertical-align: middle;
}

.community-tunein-divider{
	color: var(--red);
}

/* -------------- Sports --------------- */

.sports-header{
	background-color: #000;
	margin-bottom: 3rem;
}

.sports-header img{
	display: block;
}

.sports-channel-positions{
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 700;
	margin-bottom: 3rem;
}

.sports-channel-positions .section-inner{
	padding: 1.5rem;
}

.sports-channel-positions ul{
	margin: 0;
	padding: 0;
	text-align: center;
}

.sports-channel-positions ul li{
	display: inline;
	margin-left: 6rem; /* 60/1400 */
	position: relative;
}

.sports-channel-positions ul li:first-child{
	margin-left: 0;
}

.sports-channel-positions ul li::before{
	content: url('/images/sports/sports_tunein_separator_rebrand2017.png');
	left: -35px;
	position: absolute;
	top: -4px;
}

.sports-channel-positions ul li:first-child::before{
	content: '';
}

.sports-upcoming-wrap {
	display: flex;
	flex-direction: column;
	margin-bottom: 3.5rem;
}

.sports-upcoming-wrap .sports-team img {
	width: 125px;
}

.sports-upcoming-item{
	background-color: #e7e7e7;
	display: flex;
	align-items: center;
	font-size: 2rem;
	font-weight: 700;
	padding: 2rem 1.5rem 1.5rem;
	width: 100%;	
	margin-bottom: 3rem;
	border-radius: 10px;
}

.sports-upcoming-item h4 {
	color: black;
	margin: 0 0 0.6rem 0.5rem;
	font-weight: 600;
}

.sports-upcoming-item .sports-team {
	margin-bottom: 0;
}

.sports-upcoming-item-team{
	color: black;
	margin-bottom: 0.5rem;
}

.sports-team {
	margin-bottom: 5rem;
}

.sports-team img,
.sports-team-copy{
	float: left;
}

.sports-team img{
	display: block;
	width: calc(100% / 4);
}

.sports-team-copy{
	padding: 0rem 0 0 2.5rem;
	width: 74.489795918367%;
}

.sports-team-copy h2{
	margin: 0 0 0.5rem;
	font-weight: 600;
}

.sports-team-copy h2 a{
	color: #322d2d;
	text-decoration: none;
}

.sports-team-copy h2 a:hover{
	color: var(--red);
}

.sports-team-copy .team-desc {
	margin-bottom: 3rem;
}

.sports-page-team-info,
.sports-links{
	margin-bottom: 3rem;
}

.watch-on-wrapper,
.watch-on-outer {
	display: flex;
	align-items: center;
}

.watch-on-outer {
	gap: 2.5rem;
}

.watch-on-wrapper p {
	font-weight: 500;
}

.watch-on-wrapper.shows {
	padding: 0 2rem 0.5rem;
	justify-content: space-evenly;
}

.watch-on-wrapper.shows p {
	font-size: 1.6rem;
}

.watch-on-wrapper.shows  .watch-on-inner {
	display: flex;
	align-items: center;
}

.watch-on-wrapper.shows img {
	width: 30px;
	display: block;
}

.watch-on-wrapper.sports {
    flex-direction: row;
    align-items: center;
}

.watch-on img {
	width: 50px;
	display: block;
}

.watch-on.the-u,
.watch-on.the-u-too {
    margin-right: 1rem;
}

.show-page-tunein .watch-on.the-u,
.show-page-tunein .watch-on.the-u-too {
	margin-top:1rem;
}

.show-page-tunein .watch-on.the-u img,
.show-page-tunein .watch-on.the-u-too img {
	width: 50px;
}

.back-to-all-sports{
	margin-bottom: 1rem;
	text-decoration: none;
}

.back-to-all-sports i{
	font-size: 1.4rem;
}

.sports-page-team-info h1{
	margin-bottom: 1.5rem;
}

.sports-links{
	background-color: #eaeaea;;
	font-size: 2rem;
	padding: 2.040816326531%; /* 20/980 */
}

.sports-links ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.sports-links a{
	color: var(--red);
}

.sports-team-sched-item{
	display: flex;
	font-weight: 700;
	padding: 2.040816326531%; /* 20/980 */
	position: relative;
    clear: both;
}

.sports-team-sched-item-stripe{
	background: linear-gradient(to right,  #eff0ef 85%,#ffffff 100%);
}

.sports-team-sched-date-time,
.sports-team-sched-matchup{
	float: left;
}

.sports-team-sched-date-time{
	display: flex;
	flex-direction: column;
	justify-content: center;
	font-size: 2.5rem;
	font-weight: 600;
	padding: 0 1.063829787234% 0 0; /* 12/940 & 10/940 */
	width: 15.957446808511%; /* 150/940 */
}

.sports-team-sched-date-time span{
	color: var(--red);
	display: block;
	font-size: 1.6rem;
	line-height: 2rem;
}

.sports-team-sched-matchup{
	border-left: 0.15em solid var(--red);
	font-size: 3rem;
	font-weight: 600;
	line-height: 3.5rem;
	padding: 2.127659574468% 3.191489361702%; /* 20/940 & 30/940 */
	width: 84.042553191489%; /* 790/940 */
}

/* -------------- Videos --------------- */

.videos-landing-featured,
.videos-landing-wrap .section-borderleft{
	margin-bottom: 2rem;
}

.videos-landing-wrap .section-inner{
	padding-bottom: 2rem;
}

.video-page-header{
	display: block;
	width: 100%;
	margin-bottom: 20px;
}

.video-page-info{
	background-color: #ffffff;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	margin-bottom: 20px;
	padding: 2rem;
	box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
}

.video-page-info h3{
	margin: 0 0 1rem;
}

.video-page-info h3 span{
	color: #322d2d;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 400;
}

.related-content-heading{
	border-bottom: 2px solid var(--red);
	margin-bottom: 1rem;
}

.related-content-heading h3{
	display: inline-block;
	margin: 0;
	padding-bottom: 1rem;
}

/* -------------- Content (quizzes/lists/articles/recipes/etc... --------------- */

.top-content-main,
.top-content-sub {
	margin-bottom: 3rem; /* 30/1400 */
}

.top-content-main img,
.top-content-sub-item img {
	border-top-left-radius: 15px;
    border-top-right-radius: 15px;	
}

.top-content-sub {
	display: flex;
	flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.top-content-sub-item {
	flex-basis: auto;
    width: calc(100% / 2 - 2rem);
    position: relative;
	margin-bottom: 3rem;
}

.top-content-meta{
	display: block;
	color: #322d2d;
	font-size: 1.4rem;
}

.top-content-meta .content-meta-divider{
	color: white;
}
.content-header-img{
	display: block;
	margin-bottom: 3rem;
	border-radius: 15px;
}

.content-grid-item{
	float: left;
	margin: 0 2.564102564103% 2.564102564103% 0; /* 20/780 */
	width: 48.717948717949%; /* 380/780 */
}

.content-grid-item img{
	display: block;
	margin-bottom: 0.5rem;
}

.content-grid-item-nospace{
	margin-right: 0;
}

.content-grid-item h3{
	font-size: 18px;
	font-size: 1.8rem;
    line-height: 20px;
    margin: 0 0 5px;
}

.content-grid-item h3 a{
	color: #cd0000;
	text-decoration: none;
}

.content-grid-item h3 a:hover{
	color: #000;
}

.content-grid-item .content-meta{
	font-size: 1.4rem;
}

.content-meta{
	display: block;
	margin-bottom: 1rem;
}

.content-meta-divider,
.content-first-letter,
.content-wrap h2{
	color: #cd0000;
}

.content-wrap h1, 
.content-first-letter {
	font-weight: 600;
	line-height: 5.4rem;
}

.content-first-letter{
	display: block;
	float: left;
	line-height: 39px;
	margin-right: 0.5rem;
}

.content-img-wrap{
	float: left;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 20px;
	margin: 0 0 1.282051282051% 2.564102564103%; /* 10/780 & 20/780 */
	max-width: 64.102564102564%; /* 500/780 */
}

.content-img-wrap:after {
    margin: auto;
    clear: both;
    display: table;
}

.content-img-wrap-inner{
	margin-bottom: 5px;
	position: relative;
}

.content-img-wrap-inner img{
	display: block;
}

.content-img-credit{
	bottom: 0;
	font-size: 10px;
	font-size: 1rem;
	left: 0;
	padding: 0.5rem 1rem;
	position: absolute;
}

.content-img-credit, .content-img-credit a{
	color: #ffffff;
	text-decoration: none;
}

.content-video-wrap{
	margin-bottom: 2rem;
}

.content-video-wrap .video-title {
	color: #ffffff;
    display: block;
    font-weight: bold;
	line-height: 20px;
    padding: 1rem;
}

.twostory-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-basis: auto;
}

.twostory-grid-item-main, .twostory-grid-item, .content-row-item {
    display: flex;
    flex-basis: auto;
    background-color: #fff;
}

.twostory-grid-item, .twostory-grid-item-main {
    flex-direction: column;
}

.twostory-grid-item-2 {
    font-size: 1.8rem;
    width: 48.275862068965516%;
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
    margin-bottom: 6rem;
}

.twostory-grid-item-thumb {
    position: relative;
    min-height: 1px;
}

.twostory-grid-item-thumb img {
    width: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.twostory-grid-item-thumb, .twostory-grid-item-thumb img, .twostory-grid-item-title {
    display: block;
}

.twostory-grid-item-desc, .twostory-grid-item-desc-top {
    display: flex;
    flex-direction: column;
    flex: 1 1 100%;
    flex-basis: auto;
    line-height: 2.2rem;
}

.twostory-grid-item-2 .twostory-grid-item-desc {
    padding: 2rem;
    flex-basis: auto;
}

.twostory-grid-item-title {
    font-size: 2.4rem;
    font-style: italic;
    font-weight: 500;
    line-height: 3rem;
    margin-bottom: 1rem;
}

.twostory-grid-item-excerpt {
    font-size: 1.8rem;
    line-height: 2.4rem;
    margin-bottom: 1.5rem;
    font-weight: 400;
}

.twostory-grid-item-excerpt p {
    margin-top: 0;
}

.twostory-grid-item-2 a:hover, 
.twostory-grid-item-2 a:focus {
    text-decoration: underline;
}

.see-also-sml{
	background: url('../images/content_arrow_right.png') no-repeat right 10px center;
	border: 1px solid #cd0000;
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 20px;
	overflow: hidden;
	padding: 0.8rem 3rem 8rem 11rem;
	position: relative;
}

.see-also-sml span{
	background-color: #cd0000;
	color: #ffffff;
	display: block;
	float: left;
	height: 100%;
	margin-right: 15px;
	padding: 0.8rem 1rem;
	position: absolute;
	left: 0;
	top: 0;
}

.see-also-sml a{
	color: #58595b;
	display: block;
	text-decoration: none;
}

.see-also-sml a:hover,
.see-also-sml a:focus {
	color: #000000;
}

.see-also{
	float: left;
	font-size: 14px;
	font-size: 1.4rem;
	margin: 0 2.564102564103% 1.282051282051% 0; /* 20/780 & 10/780 */
	width: 250px;
}

.see-also-heading{
	border-bottom: 1px solid #cd0000;
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 1rem
}

.see-also-heading span{
	background-color: #cd0000;
	color: #fff;
	display: inline-block;
	padding: 8px 10px;
}

.see-also-item{
	line-height: 16px;
	margin-bottom: 10px;
}

.see-also-item img{
	display: block;
	float: left;
	margin-right: 10px;
	width: 40%; /* 100/250 */
}

.see-also-item a{
	color: #58595b;
	text-decoration: none;
}

.see-also-item a:hover,
.see-also-item a:focus {
	color: #000000;
}

.content-blockquote{
	color: #cd0000;
	float: right;
	font-size: 25px;
	margin: 0 0 1.282051282051% 2.564102564103%; /* 10/780 & 20/780 */
	min-width: 150px;
	width: 32.051282051282%; /* 250/780 */
}

.content-blockquote span{
	color: #000;
    font-size: 94px;
    line-height: 10px;
    margin-right: 2px;
    vertical-align: bottom;
}

.content-prev-next{
	margin: 50px 0;
}

.content-prev-next a{
	background-color: var(--red);
	color: #fff;
	display: block;
	font-size: 18px;
	padding: 8px 10px;
	position: relative;
	text-decoration: none;
	width: 150px;
	border-radius: 20px;
}

.content-prev-next a:hover{
	background-color: #322d2d;
}

.content-prev{
	float: left;
	text-align: center;
}

.content-next{
	float: right;
	text-align: center;
}

.content-prev-next img{
	position: absolute;
}

.content-prev img{
	left: 10px;
}

.content-next img{
	right: 10px;
}

.content-related{
	margin-bottom: 50px;
}

.content-related-heading{
	border-bottom: 1px solid #cd0000;
	margin-bottom: 10px;
}

.content-related-heading span{
	background-color: #cd0000;
	color: #fff;
	display: inline-block;
	font-size: 18px;
	padding: 8px 10px;
}

.content-related-item{
	float: left;
	font-size: 14px;
	line-height: 18px;
	margin-left: 2.884615384615%; /* 22.5/780 */
	width: 31.410256410256%; /* 245/780 */
}

.content-related-item-nospace{
	margin-left: 0;
}

.content-related-item img{
	display: block;
	margin-bottom: 5px;
}

.content-related-item a{
	color: #58595b;
	text-decoration: none;
}

.content-related-item a:hover{
	color: #000;
}

.content-list-item{
	margin-bottom: 20px;
}

.content-list-item img{
	display: block;
	float: left;
	width: 32.051282051282%; /* 250/780 */
}

.content-list-desc{
	float: right;
	width: 65.384615384615%; /* 510/780 */
}

.content-list-desc-full{
	float: none;
	width: 100%;
}

.content-list-desc h3{
	color: #cd0000;
	margin: 0 0 5px;
}

.content-list-num{
	background-color: #000;
	color: #fff;
	display: block;
	float: left;
	font-size: 40px;
	margin: 0 10px 3px 0;
	padding: 15px 0;
	text-align: center;
	width: 55px;
}

.content-main-video{
	background-color: #000;
	padding: 0 12.820512820513%; /* 100/780 */
}

.invisible-link {
	display: block;
	left: 150px;
    top: 0;
    height: 100px;
    width: 100%;
    z-index: 999999;
}

.recipe-overview{
	border: 1px solid #cd0000;
	font-size: 18px;
	margin-bottom: 30px;
	padding: 1rem 1.5rem;
}

.recipe-overview span{
	color: #cd0000;
	font-size: 20px;
}

.recipe-description{
	margin-bottom: 40px;
}

.tabs{
	position: relative;
	overflow: hidden;
	width: 100%;
}

.recipe-tab-wrap{
	border-bottom: 1px solid #cd0000;
	margin-bottom: 30px;
	padding: 0 1em;
}

.recipe-tabs{
	position: relative;
	display: flex;
	font-weight: bold;
	margin: 0 auto -1px;
	padding: 0;
	max-width: 1200px;
	list-style: none;
	flex-flow: row wrap;
	justify-content: center;
}

.recipe-tabs li{
	backface-visibility: hidden;
	position: relative;
	z-index: 1;
	display: block;
	margin: 0;
	text-align: center;
	flex: 1;
}

.recipe-tabs li a{
	padding: 0 1em 0 0.3em;
	color: #fff;
	transition: color 0.2s;
	position: relative;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 2.5;
	font-weight: 600;
	text-decoration: none;
}

.recipe-tabs li.recipe-tab-current a{
	color: #58595b;
}

.recipe-tabs li.recipe-tab-current a::after{
	background: #fff;
	border-color: #cd0000 #cd0000 #fff;
	border-style: solid;
	border-width: 1px;
	box-shadow: none;
	outline: 1px solid #fff;
}

.recipe-tabs li a::after{
	backface-visibility: hidden;
    background: #cd0000 none repeat scroll 0 0;
    border-radius: 10px 10px 0 0;
    bottom: 0;
    box-shadow: 0 -3px 3px rgba(0, 0, 0, 0.05) inset;
    content: "";
    left: 0;
    outline: 1px solid transparent;
    position: absolute;
    right: 0;
    top: 0;
    transform: perspective(5px) rotateX(0.93deg) translateZ(-0.66px);
    transform-origin: 0 0 0;
    z-index: -1;
}

.recipe-tabs li:hover a::after{
	background-color: #a60000;
}

.recipe-tabs li.recipe-tab-current:hover a::after{
	background-color: #fff;
}

.recipe-ing-dir-wrap section{
	display: none;
}

.recipe-ing-dir-wrap section h1{
	font-size: 30px;
	line-height: 32px;
	margin: 0;
}

.content-wrap section.recipe-section-current{
	display: block;
}

.recipe-wrap{
	margin-bottom: 40px;
}

.recipe-ingredients{
	float: left;
	width: 31.410256410256%; /* 245/780 */
}

.recipe-ingredients ul{
	margin: 0;
	padding: 0;
}

.recipe-ingredients li{
	border-bottom: 1px solid #cd0000;
	font-size: 15px;
	list-style: inside disc;
	padding: 5px 0;
}

.recipe-directions{
	float: right;
	width: 66.025641025641%; /* 515/780 */
}

.recipe-directions-item{
	clear: both;
	margin-bottom: 20px;
}

.recipe-directions-item .content-list-num {
	font-size: 35px;
	margin-bottom: 3rem;
}

.inner-ad-quiz{
	padding-top: 0;
}

#quiz-wrap {
	margin-bottom: 3rem;
}

.quiz-multipage-intro {
    background: rgb(12,59,51);
    color: white;
    padding: 2rem;
    border-radius: 8px;
    margin: 0 auto;
    text-align: center;
}

.quiz-multipage-intro form {
	padding: 0 5%;
	margin-bottom: 1rem;
}

.quiz-multipage-intro input {
	width: 60%;
    background-color: white;
    padding: 1rem 2.5rem;
    margin-top: 2rem;
    outline: none;
    color: black;
    border: none;
    border-radius: 100px;
 }

 .multipage-next-question .quiz-multipage-vote {
 	background: rgb(12,59,51);
 	color: #fff;
 	padding: 0.8rem 2rem;
 }

 .multipage-next-question .quiz-multipage-vote:hover,
 .multipage-next-question .quiz-multipage-vote:focus {
 	background: #000;
 	color: #fff;
 }

.where-to-watch-btn.quiz-multipage-vote {
	font-size: 1.6rem;
	top: 0.2rem;
	padding: 0.6rem 2rem 0.3rem;
	margin: 2rem 0 0 2rem;
	text-decoration: none;
}

.choice-categories-flex-container {  
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-content: stretch;
	margin-top: 3rem;  
}

.choice-categories-flex-box {
	width: 48%;
	display: inline-block;
	margin-bottom: 3rem;
}

.choice-categories-container{
 	display:none;
}

.choice-categories-answered-inner {
	position: relative;
}

.choice-categories-answered-inner i {
	color: #fff;
	font-size: 10rem;
    font-family: 'FontAwesome';
	position: absolute;
    z-index: 99999;
    left: 36%;
    top: 27%;
}

.choice-categories-answered-inner img {
	filter: brightness(0.5);
}

.quiz-header {
    margin-bottom: 1rem;
}

.topchoice-video-container {
    max-height: 500px;
}

.video-small-title {
    display: block;
    margin: 0px auto;
    text-align: center;
}

#topchoice-loading-videos {
    margin: 0px auto;
    text-align:	center;
}

#map-list-wrapper {
	position: relative;
}

.map-list {
	background: #fff;
	box-shadow: 0 0 5px rgba(0,0,0,0.2);
	position: relative;
	width: 450px;
	z-index: 9;
}

.map-list ul {
	margin: 0;
	padding: 0;
	position: relative;
}

.map-list-intro h1 {
	margin-bottom: 20px;
}

.map-list-intro-meta {
	display: block;
	font-size: 13px;
	font-size: 1.3rem;
	margin-bottom: 20px;
}

.map-list-intro-meta span {
	color: var(--red);
}

.map-list-item {
	border-bottom: 1px solid #e1e1e1;
	line-height: 28px;
	line-height: 2.8rem;
	padding: 30px 20px 40px;
}

.map-list-item-target-active,
.map-list-item-target:hover {
	background: #fcf4dc;
}

.map-list-item h2,
.map-list-item p {
	margin: 0 0 20px;
}

.map-list-item h2 span {
	color: var(--red);
}

.map-list-item p {
	color: #666;
	margin: 0;
}

.map-list-item img {
	display: block;
	margin-bottom: 20px;
}

.map-list-item-desc {
	display: block;
	margin-bottom: 20px;
	position: relative;
}

.map-list-item-desc-closed .map-list-read-more {
	background: linear-gradient(to top, #fff, rgba(255,255,255,1.0), rgba(255,255,255,0));
	bottom: 0;
    padding: 25px 0 5px;
	position: absolute;
}

.map-list-read-more {
	display: none;
    color: var(--red);
    cursor: pointer;
    font-size: 1.8rem;
    font-weight: 600;
    padding: 5px 5px 0;
    text-align: center;
    width: 100%;
}

.map-list-read-more:hover {
	color: #000;
}

.map-list-item-target-active .map-list-item-desc-closed .map-list-read-more,
.map-list-item-target:hover .map-list-item-desc-closed .map-list-read-more {
	background: linear-gradient(to top, #fcf4dc, rgba(252,244,220,1.0), rgba(252,244,220,0));
}

.map-list-address {
	background-color: #f1f1f1;
	color: #666;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 600;
	line-height: 20px;
	line-height: 2rem;
	margin-bottom: 20px;
	padding: 10px;
	text-align: center;
}

.map-list-item-target-active .map-list-address,
.map-list-item-target:hover .map-list-address{
	background-color: #efe7cf;
}

.map-list-address span {
	display: block;
}

.map-list-address .phone {
	margin-top: 10px;
}

.map-list-item .map-list-website {
	background-color: var(--red);
	color: #fff;
	display: block;
	font-size: 20px;
	padding: 10px;
	text-align: center;
	text-decoration: none;
}

.map-list-item .map-list-website:hover {
	background: var(--red);
}

.map-list-ad #wciu_sidebar {
	margin: 0 auto;
	width: 300px;
}

#map-list-map {
	height: 100%;
	left: 450px;
	position: fixed;
	top: 0;
	width: 100%;
}

.map-list-marker-active {
	width: 200px;
}

/* -------------- The Jam Slider  --------------- */

.jam-slider-play{
    color: #ffffff;
    font-size: 100px;
    font-size: 10rem;
    opacity: 0.6;
    position: absolute;
    left: 47%;
    top: 22%;
}

.jam-slider-play:hover,
.jam-slider-play:focus {
	opacity: 1;
}

.owl-theme.jam-slider .owl-nav button.owl-prev,
.owl-theme.jam-slider .owl-nav button.owl-next {
    color: #1d8bb3;
}

.owl-theme.jam-slider .owl-dots .owl-dot span {
	background: #1d8bb3;
}


/* -------------- MeTV Music Player --------------- */

.sidebar-metvfm-background {
  display: block;
  border-radius: 10px;
  position: relative;
  background-image: url("/images/metvfm_background.png");
  background-repeat: no-repeat;
  background-position: 75% 50%;
  background-size: cover;
}

.sidebar-metvfm-background .sidebar-metvfm-inner-container {
  position: relative;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  text-align: center;
}

.sidebar-metvfm-background .sidebar-metvfm-inner-container .sidebar-metvfm-image {
  width: 31.666666666667%;
  margin-bottom: 1rem;
}

.sidebar-metvfm-background .sidebar-metvfm-inner-container .sidebar-metvfm-song-title,
.sidebar-metvfm-background .sidebar-metvfm-inner-container .sidebar-metvfm-subhead {
  color: #fff;
  font-weight: 500;
  margin: 0;
  padding: 0 1rem;
}

.sidebar-metvfm-background .sidebar-metvfm-inner-container .sidebar-metvfm-band {
  font-size: 1.4rem;
  font-weight: 300;
  color: #fff;
  margin: 0;
  padding: 0 1rem;
}

.sidebar-metvfm-background .sidebar-metvfm-inner-container .now-playing-music-container {
  padding: 1.5rem 0.5rem 0;
  margin-bottom: 1.5rem;
}

.sidebar-metvfm-background .sidebar-metvfm-inner-container .now-playing-music-container img {
  width: 95px;
  vertical-align: middle;
}

.sidebar-metvfm-background .sidebar-metvfm-inner-container .now-playing-music-container .now-playing-text {
  color: #fff;
  font-size: 1.5rem;
  line-height: 2.5rem;
  text-transform: uppercase;
}

.sidebar-metvfm-background .sidebar-metvfm-inner-container .inner-flex-btn {
  margin-top: 3rem;
  padding-bottom: 3.5rem;
}

/* -------------- FAQs --------------- */

.faq-section{
	line-height: 25px;
	margin-bottom: 1.5rem;
}

.faq-item{
	position: relative;
	margin-bottom: 0.5rem;
}

.faq-item .faq-question {
	background-color: var(--red);
	color: white;
	font-size: 1.8rem;
    font-weight: 600;
	cursor: pointer;
	border-radius: 25px;
	padding: 1.5rem;
	margin-bottom: 1rem;
}

.faq-item .faq-question:hover,
.faq-item .faq-question:focus{
	background-color: #444444;
}

.faq-answer{
	color: #2b2b2b;
	display: none;
	padding: 1.5rem 1.5rem 2.5rem;
}

.faq-more-symbol{
	color: #fff;
	font-size: 25px;
	font-style: normal;
    font-weight: 700;
    position: absolute;
    right: 3rem;
    top: 1.5rem;
}


/* -------------- Sweepstakes --------------- */

.sweepstakes-winners{
	font-weight: 600;
	margin-bottom: 2rem;
	text-decoration: none;
}

.sweepstakes-listing-grid-items-wrap .listing-grid-item-text > span{
	font-weight: 400;
	text-transform: none;
}


/* -------------- Contact --------------- */

.other-contact{
	float: right;
    line-height: 25px;
    width: 300px;
    margin-top: 4rem;
}

.other-contact h3{
	margin-bottom: 15px;
}

.contact-top-wrapper {
	margin-bottom: 4rem;
}

.contact-form{
	float: left;
	width: 51.020408163265%; /* 500/980 */
}

.contact-form input, .contact-form textarea, .contact-form label, .form-error-msg{
	display: block;
}

.contact-form label, .register-email-form label, .form-error-msg{
	font-weight: 500;
}

.contact-form input[type=text], .contact-form textarea, .register-email-form input[type=text]{
	margin-bottom: 2rem;
}

.contact-form input[type=text], .contact-form textarea, .register-email-form input[type=text]{
	border: 1px solid #ccc;
	width: 100%;
}

.contact-form input[type=text], .register-email-form input[type=text]{
	height: 30px;
	padding: 0 5px;
}

.contact-form textarea{
	height: 100px;
	padding: 5px;
}

.contact-form a {
	color: var(--red);
}

.contact-form a:hover,
.contact-form a:focus {
	color: black;
}

.g-recaptcha{
	margin: 0 auto 12px;
	width: 304px;
}

.form-error-msg, .contact-form label, .register-email-form label{
	margin: 0 0 5px;
}

.form-error-msg{
	color: #cd0000;
	font-size: 13px;
}

.contact-form input[type=submit], .register-email-form input[type=submit]{
    font-size: 2.2rem;
	font-weight: 500;
	font-style: italic;
    padding: 8px 0;
    width: 100%;
    border: 2px solid;
}

.contact-form input[type=submit]:hover, .pets-form input[type=submit]:hover
.register-email-form input[type=submit]:hover{
	background: white;
	color: var(--red);
	border: 2px solid var(--red);
}

.contact-sweeps-btn{
	background-color: var(--red);
	color: #000;
	display: block;
	margin-bottom: 20px;
	padding: 2.040816326531%; /* 20/980 */
	text-align: center;
	text-decoration: none;
}

.contact-sweeps-btn:hover{
	background-color: var(--red);
	color: #fff;
}

.eng-checkbox {
	margin-bottom: 15px;
}

.eng-checkbox input,
.eng-checkbox label {
	display: inline;
}

.eng-checkbox input {
	margin-right: 5px;
}

.contact-form-newsletter-signup {
    margin-bottom: 10px;
}

.contact-form-newsletter-signup input[type="checkbox"] {
    display: inline;
    margin-right: 5px;
    margin-bottom: 10px;
}

.contact-form-newsletter-signup label {
    display: inline;
}

/* -------------- Press --------------- */

.press-header-img {
	display: block;
	margin-bottom: 20px;
}

.press-item{
	border-bottom: 1px solid #b2b2b2;
	margin-bottom: 15px;
	padding-bottom: 15px;
}

.press-item-hidden{
	display: none;
}

.press-item-date{
	font-weight: 700;
}

.press-item a{
	background: url('/images/pdf_icon.png') no-repeat right 0;
	padding-right: 50px;
}

.press-item-hidden{
	display: none;
}

.press-item-hidden.open{
	display: block;
}

.press-more-btn{
	background: var(--red);
	border: none;
	color: #fff;
	display: block;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 600;
	outline: none;
	padding: 10px;
	width: 100%;
	transition: all 300ms ease;
}

.press-more-btn:hover,
.press-more-btn:focus{
	background: #000;
}

.media-gallery-item-sizer,
.media-gallery-item{
	width: 32.8888888888889%; /* 296/900 */
}

.media-gallery-gutter-sizer{
	width: 0.6666666666667%; /* 6/900 */
}

.media-gallery-item{
	margin-bottom: 6px; /* 6/900 */
}

.media-gallery-item img{
	display: block;
}

/* -------------- Search Results --------------- */

.search-item{
	border-bottom: 1px solid #c50036;
    line-height: 25px;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.search-item h3{
	text-transform: none;
	margin-bottom: 1rem;
}

.search-nav-wrap{
    padding: 3.061224489796% 10.204081632653%; /* 30/980 & 100/980 */
}

.search-nav-wrap a{
	background-color: #cd0000;
	color: #fff;
	display: block;
	padding: 5px 0;
	text-align: center;
	text-decoration: none;
	width: 125px;
}

.search-nav-wrap a:hover{
	background-color: #990000;
}

.search-nav-previous{
	float: left;
}

.search-nav-next{
	float: right;
}


/* -------------- GOTW --------------- */

.gotw-nav{
	background-color: #000;
	padding: 15px 0;
	margin-bottom: 4rem;
}

.gotw-nav nav{
	width: 100%;
}

.gotw-nav ul{
	display: flex;
	justify-content: space-between;
    flex-wrap: nowrap;
	margin: 0;
	padding: 0;
}

.gotw-nav li{
	display: flex;
    list-style: none;
    text-align: center;
}

.gotw-nav a{
	color: #fff;
	font-size: 20px;
	font-size: 2rem;
	font-weight: 700;
	text-decoration: none;
}

.gotw-nav a:hover{
	color: var(--red);
}

.gotw-wrap .listing-grid-items-wrap {
	margin-bottom: 2rem;
}

.gotw-wrap .heading-borderleft{
	margin-bottom: 2rem;
}

.gotw-header{
	background-color: #000;
}

.gotw-header img{
	display: block;
}

.gotw-channel-positions{
    margin-bottom: 0;
}

.gotw-stream-wrap{
	margin-bottom: 3rem;
}

.gotw-video-player{
	height: 100%;
	width: 100%;
}

.gotw-sched-coming-soon{
	color: var(--red);
	display: block;
	font-size: 20px;
	font-size: 2rem;
	font-weight: 700;
	margin-bottom: 40px;
}

.gotw-completed-games a{
	color: #000;
}

.gotw-completed-games a:hover{
	color: var(--red);
}

.gotw-sponsors{
	border-bottom: 2px solid var(--red);
	border-top: 2px solid var(--red);
	margin-top: 40px;
	padding: 10px 20px;
}

.gotw-sponsored-by{
	color: var(--red);
	display: block;
	font-weight: 700;
	margin-bottom: 10px;
}

.gotw-sponsors ul{
    font-size: 0;
	list-style: none;
	margin: 0;
	padding: 0;
}

.gotw-sponsors li{
	display: inline-block;
}

.gotw-sponsors img{
	display: inline-block;
	margin: 0 0 10px 15px;
    max-height: 40px;
    vertical-align: middle;
    width: auto;
}

img.gotw-sponsor-usc,
img.gotw-sponsor-finishing-chicago{
	max-height: 60px;
}

.gotw-sponsors li:first-child img{
	margin-left: 0;
}

.gotw-bio-tabs{
	margin: 4.081632653061% 0; /* 40/980 */
	padding: 0;
}

.gotw-bio-tabs li a{
	display: block;
	float: left;
	margin-left: 5.551020408163%; /* 54.4/980 */
	position: relative;
	width: 12.040816326531%; /* 118/980 */
}

.gotw-bio-tabs li:first-child a{
	margin-left: 0;
}

.gotw-bio-tabs a.active .gotw-bio-img,
.gotw-bio-img:hover{
	opacity: 1;
}

.gotw-bio-img{
	opacity: 0.3;
}

.gotw-bio-active-arrow{
	bottom: -24.898305084746%;
	display: none;
	left: 30.508474576271%; /* 36/118 */
	position: absolute;
	width: 38.983050847458%; /* 46/118 */
}

.gotw-bio-tabs a.active .gotw-bio-active-arrow{
	display: block;
}

.gotw-bio-copy{
	background-color: var(--red);
	padding: 3.061224489796%; /* 30/980 */
}

.gotw-bio-name,
.gotw-bio-title{
	display: block;
}

.gotw-bio-name{
	color: #fff;
	font-size: 20px;
	font-size: 2rem;
	font-weight: 700;
	margin-bottom: 5px;
}

.gotw-bio-title{
	font-weight: 700;
}

/* -------------- CFN (Chicago Football Now) --------------- */

.cfn-video-desc{
	margin: 10px 0 30px;
}

.cfn-video-desc h2, .cfn-video-desc p{
	margin-top: 0;
}

.cfn-video-desc h2{
	margin-bottom: 5px;
}

.cfn-bio-item{
	margin-bottom: 20px;
}

.cfn-bio-item img{
	float: left;
	margin: 0 15px 15px 0;
}

.cfn-bio-item h2, .cfn-bio-item h3, .cfn-bio-item p{
	margin-top: 0;
}

.cfn-bio-item h2{
    margin-bottom: 15px;
}

.cfn-channel-positions{
	background-color: var(--red);
	color: #ffffff;
	margin-top: 0;
}

.cfn-channel-positions li{
	padding: 0 0.510204081633%; /* 5/980 */
	width: 48.979591836735%; /* 480/980 */
}


/* -------------- Takeovers --------------- */

.hp-takeover-outer,
.sched-takeover,
.hp-takeover-inner,
.sched-takeover-inner,
.show-takeover,
.show-takeover-inner{
	margin: 0 auto;
}

.hp-takeover-outer,
.sched-takeover,
.show-takeover{
	margin-top: 20px;
	max-width: 1420px;
	overflow: hidden;
}

.section-inner.hp-takeover-outer {
	padding: 0;
}

.hp-takeover-inner,
.sched-takeover-inner,
.show-takeover-inner{
	padding: 0 20px;
	position: relative;
	width: 1020px;
}

.hp-takeover-ad-top,
.sched-takeover-ad-top,
.show-takeover-ad-top{
	margin-bottom: 20px;
}

.hp-takeover-ad-left,
.hp-takeover-ad-right,
.sched-takeover-ad-left,
.sched-takeover-ad-right,
.show-takeover-ad-left,
.show-takeover-ad-right{
	position: absolute;
	top: 0;
}

.hp-takeover-ad-left,
.sched-takeover-ad-left,
.show-takeover-ad-left{
	left: -200px;
}

.hp-takeover-ad-right,
.sched-takeover-ad-right,
.show-takeover-ad-right{
	right: -200px;
}

.hp-takeover-ad-top img,
.sched-takeover-ad-top img,
.show-takeover-ad-top img{
	display: block;
}

.hp-takeover-inner .main-content,
.hp-takeover-inner aside{
	float: none;
	width: 100%;
}

.hp-takeover-inner .sidebar-wtw-btn{
	display: none;
}

.hp-takeover-inner aside .heading-borderleft{
	font-size: 70px;
	font-size: 7rem;
	line-height: 70px;
	line-height: 7rem;
	padding: 2.142857142857%; /* 30/1400 */
}

.hp-takeover-inner .trending-wrap .heading-borderleft,
.hp-takeover-inner .trending-wrap ul{
	margin-bottom: 0.510204081633%; /* 5/980 */
}

.hp-takeover-inner .trending-wrap ul{
	display: flex;
	margin-bottom: 0;
}

.hp-takeover-inner .trending-wrap li{
	border-width: 5px;
	float: left;
	width: 33.4013605442177%; /* 327.333333333333333/980 */
}

.hp-takeover-inner .trending-wrap img{
	display: none;
}

.hp-takeover-inner .trending-copy{
	padding: 4.591836734694%; /* 15/326.66666666666667 */
	width: 100%;
}

.hp-takeover-inner .trending-sidebar-view-more{
	padding: 10px;
}

.sched-takeover .sched-header .section-inner,
.show-takeover .show-header .section-inner{
	padding: 0;
}

.sched-takeover .main-content,
.sched-takeover aside,
.show-takeover .main-content,
.show-takeover aside{
	float: none;
	width: 100%;
}

.sched-takeover .sidebar-wtw-btn,
.show-takeover .sidebar-wtw-btn{
	display: none;
}

.sched-takeover aside .heading-borderleft,
.show-takeover aside .heading-borderleft{
	font-size: 70px;
	font-size: 7rem;
	line-height: 70px;
	line-height: 7rem;
	padding: 2.142857142857%; /* 30/1400 */
}

.sched-takeover .trending-wrap ul,
.show-takeover .trending-wrap ul{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.sched-takeover .trending-wrap li,
.show-takeover .trending-wrap li{
	float: left;
	width: 33.33333333333333%; /* 326.66666666666667/980 */
}

.sched-takeover .trending-wrap img,
.show-takeover .trending-wrap img{
	display: none;
}

.sched-takeover .trending-copy,
.show-takeover .trending-copy{
	padding: 4.591836734694%; /* 15/326.66666666666667 */
	width: 100%;
}

.sched-takeover .trending-sidebar-view-more,
.show-takeover .trending-sidebar-view-more{
	padding: 10px;
}

.sched-takeover .sched-date-picker-inner input[type="text"],
.show-takeover .sched-date-picker-inner input[type="text"]{
	font-size: 6rem;
}


/* -------------- Newsletter landing page --------------- */

.subscribe-page-img{
	display: block;
	float: left;
	width: 57.142857142857%; /* 560/980 */
}

.subscribe-page-copy{
	float: right;
	width: 40.816326530612%; /* 400/980 */
}

.subscribe-page-copy h3{
	color: var(--red);
	margin: 0 0 10px;
}

.subscribe-page-copy form{
	background-color: #eaeaea;
	padding: 5%; /* 20/400 */
}


/* -------------- Sidebar --------------- */

aside > ul,
.trending-wrap ul{
	margin: 0;
	padding: 0;
}

aside h2:first-child {
	margin-top: 0;
}

.sidebar-wtw-btn{
	display: block;
	margin-bottom: 20px;
}

.trending-wrap {
	background-color: #ffffff;
	border-radius: 15px;
	box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
	padding: 1rem 2.2rem;
	margin-bottom: 4rem;
}

.trending-wrap h2 {
	color: #001d24;
	font-size: 3.2rem;
	font-weight: 300;
	margin: 0;
}

.trending-wrap li{
	border-bottom: 2px solid #c50036;
	overflow: hidden;
}

.trending-image img {
	margin-bottom: 1rem;
	border-radius: 15px;
}

.trending-copy{
	padding: 1.5rem 0rem 2rem;
}

.trending-copy a:hover{
	color: var(--red);
}

.trending-title {
	font-size: 2rem;
	font-weight: 500;
	font-style: italic;
	margin-bottom: 0.55rem;
}

.trending-title a {
	color: #001d24;
	line-height: 2.4rem;
}

.trending-desc {
	color: #2b2b2b;
	font-size: 1.7rem;
	font-weight: 300;
	line-height: 2.2rem;
}

.trending-sidebar-view-more {
	display: flex;
	font-size: 1.8rem;
	justify-content: center;
	padding: 1.7rem 0 1rem;
	text-decoration: none;
}

.trending-sidebar-view-more a:hover{
	color: #c50036;
}

.trending-sidebar-view-more i{
	font-size: 1.6rem;
	margin-top: 0.3rem;
	margin-left: 0.5rem;
}

.sidebar-ad{
	margin-bottom: 3rem;
}

.sidebar-ad-300x250,
.sidebar-ad-300x600{
	margin: 0 auto;
	overflow: hidden;
	width: 300px;
}

.owl-carousel .owl-stage-outer {
	border-radius: 15px;
}

.owl-theme .owl-nav {
	display: flex;
}

.owl-theme .owl-dots .owl-dot {
	display: inline-block;
	margin: 0 1.6px;
}

.owl-theme .owl-nav button.owl-prev, .owl-theme .owl-nav button.owl-next {
	background: transparent;
	font-size: 2.5rem;
	margin-top: 0.8rem;
	outline: none;
}

.owl-nav .owl-prev .fa-chevron-left,
.owl-nav .owl-next .fa-chevron-right  {
	font-size: 2.2rem;
	font-size: 22px;
}

.wciu-slider .owl-nav .owl-prev .fa-chevron-left:hover,
.wciu-slider .owl-nav .owl-next .fa-chevron-right:hover,
.jam-slider .owl-nav .owl-prev .fa-chevron-left:hover,
.jam-slider .owl-nav .owl-next .fa-chevron-right:hover {
	color: #000000;
}

/* -------------- Footer --------------- */

footer a{
	color: #ffffff;
}

footer a:hover{
	color: #c50036;
}

#footer-nav,
#footer-sub-nav{
	padding: 0 20px;
	margin-bottom: 4rem;
}

#footer-nav{
	color: #c50036;
	font-size: 2rem;
	font-weight: 500;
	text-transform: uppercase;
}

#footer-nav a,
#footer-sub-nav a{
	display: inline-block;
	line-height: 30px;
	line-height: 3rem;
	margin: 0 15px;
	text-decoration: none;
}

#footer-nav a:hover{
	color: #c50036;
}

#footer-sub-nav a{
	color: #c50036;
	font-weight: 500;
	text-transform: uppercase;
}

#footer-sub-nav a:hover{
	color: #fff;
}

.footer-apps{
    margin-bottom: 40px;
}

.footer-apps span{
    display: block;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 15px;
}

.footer-apps img{
    display: inline-block;
}

img.footer-app-ios{
    margin-right: 20px;
}

#footer-network-logos{
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	font-size: 11px;
	padding: 2rem 2rem 4rem;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 35px 15px;
    color: white;
    margin: 0 0 30px 1.5%;
}

#footer-network-logos li{
	display: flex;
	flex-direction: column;
    text-align: center;
    line-height: 1.8rem;
    flex: 0 0 14%;
}

#footer-network-logos li:first-child{
	margin-left: 0;
}

#footer-network-logos img{
	margin-bottom: 1rem;
}

.footer-copyright{
	font-size: 1.4rem;
}

.footer-copyright a:hover,
.footer-copyright a:focus {
	color: var(--red);
}

#wciu_middle {
	margin: 4rem auto 4rem;
}

.inner-728-ad{
	margin: 0 auto 2rem;
	overflow: hidden;
	width: 728px;
}

#wciu_footer.inner-728-ad {
	margin: 5rem auto;
}

/* -------------- Form Elements --------------- */

input[type="submit"]{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b40014+50,a80000+100 */
	background-color: var(--red);
	border: none;
	color: #fff;
	font-weight: 700;
	border-radius: 20px;
}

input[type="submit"]:hover,
input[type="submit"]:focus {
	background: var(--red);
}

.reminder-form input[type="text"], .reminder-form select{
	border: 1px solid #ccc;
	box-sizing: border-box;
	font-size: 1.6rem;
	font-weight: normal;
	height: 40px;
	margin-bottom: 1rem;
	padding: 0.5rem 0.934579439252%; /* 5/535 */
	width: 41.121495327103%; /* 220/535 */
}

.reminder-form select{
	cursor: pointer;
}

.reminder-form input[type="submit"]{
	background: linear-gradient(to bottom,  #cb091b 0%,#980514 100%); /* W3C */
	border: none;
	color: white;
	font-size: 20px;
	font-size: 2rem;
	font-weight: 700;
	height: 40px;
	padding: 4px 0 5px;
	width: 11.775700934579%; /* 63/535 */
}

.reminder-form input[type="submit"]:hover{
    background: #980514;
    background: linear-gradient(to bottom, #980514 0%,#cb091b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#980514', endColorstr='#cb091b',GradientType=0 );
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
}

/* -------------- Miscellaneous --------------- */

.anchor-offset{
	display: block;
	position: relative;
	top: -150px;
	visibility: hidden;
}

.video-wrapper{
	height: 0;
    padding-bottom: 56%;
    position: relative;
}

.video-wrapper iframe, .video-wrapper object, .video-wrapper embed, .limelight-player-footprint{
	height: 100% !important;
	left: 0 !important;
	position: absolute !important;
	top: 0 !important;
	width: 100% !important;
}

/* Styles specific to header ad */

.header-sponsor-right-ad {
    float: right;
    margin-right: 15px;
}

.header-sponsor-right-inner {
    height: 90px;
    max-width: 80px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.sponsored-text {
	font-size: 9px;
    text-transform: uppercase;
    color: #ffffff;
    text-align: center;
}

.responsive-iframe-container{
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.responsive-iframe-container iframe,
.vresponsive-iframe-container object,
.vresponsive-iframe-container embed{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.careers-iframe-wrap{
	margin-top: 20px;
}

.themodal-lock{
	/* when modal is opened we're removing scrollbars from the main content */
	overflow: hidden;
}

.themodal-overlay{
	/* overlay will stay fixed and will take all the space available */
	position: fixed;
	bottom: 0;
	left: 0;
	top: 0;
	right: 0;
	z-index: 999999;
	/* if modal content doesn't fit inside the overlay, display scrollbars */
	overflow: auto;
	/* allow one-finger iPad scrolling */
	-webkit-overflow-scrolling: touch;
}

/* fix for iPad glitches */
.themodal-overlay > *{
	-webkit-transform: translateZ(0px);
}

.themodal-overlay{
	background: rgba(255, 255, 255, 0.8);
	zoom: 1;
}

#facebook-modal{
	background-color: var(--red);
	border: 7px solid var(--red);
	box-shadow: 0 0 70px #666;
	height: 377px;
	left: 50%;
	display: none;
	margin: -199px 0 0 -150px;
	top: 50%;
	position: absolute;
    width: 300px;
    z-index: 99999999;
}

.fb-modal-title{
	display: block;
	margin: 15px auto 18px;
}

#facebook-modal .fb-like-box{
	background-color: #fff;
}

#facebook-modal a.close,
#espy-modal a.close{
	background: url('http://www.metv.com/images/facebook_modal/modal_close_btn.png') no-repeat 0 0;
	display: block;
	height: 33px;
	left: auto;
	position: absolute;
    right: -18px;
    top: -20px;
    width: 33px;
    z-index: 9;
}

#facebook-modal.fb-modal-thejam{
    background-color: #77cdf0;
    border-color: #77cdf0;
}

#espy-modal {
	background-color: #000;
	box-shadow: 0 0 70px #666;
	height: 300px;
	left: 50%;
	display: none;
	margin: -150px 0 0 -150px;
	top: 50%;
	position: absolute;
    width: 300px;
    z-index: 99999999;
}

#espy-modal a.close {
	right: -14px;
	top: -18px;
}

.center {
	text-align: center;
}

/*/ -------------- SPONSORED STORIES  -------------- /*/
.content-sponsored-story{
    background: #f8f8f8;
    color: #2c2828;
}
.content-sponsored-large {
    font-size:24px;
    font-size:2.2em;
}

.content-sponsored-page{
    font-size:20px;
    font-size:1.8em;
    margin-top:-5px;
    padding-bottom:15px;
}

.content-sponsored-story a, 
.content-sponsored-story a:hover,
.content-sponsored-story a:focus {
     color: #2c2828;
}

.content-sponsored-story i{
    font-size: 15px;
    font-size: 1.5em;
}

.content-sponsored-story .content-sponsored-text, .content-sponsored-story i{
    vertical-align:middle;
}

.content-sponsored-story .top-content-meta {
    color: #e3b002;
}

/*/ --------------  SPONSORED VIDEOS  -------------- /*/

.video-is-sponsored {
    background: #f8f8f8;
    color: #2c2828;
}

.featured-videos-item.video-is-sponsored {
    background: #f8f8f8;
}
.listing-grid-item-text.video-is-sponsored {
    background: #f8f8f8;
}

.video-is-sponsored .listing-grid-item-text a{
    color: #2c2828;
}

.video-is-sponsored .featured-videos-item-overlay{
 	color: #2c2828;
}

.video-sponsored-large {
    font-size:24px;
    font-size:2.2em;
}

.video-sponsored-page{
    font-size: 12px;
    font-size: 1.1em;
    margin-top:-2px;
    padding-bottom:2px;
}

.video-page-sponsored-info{
    background: #f8f8f8;
}

.video-sponsored-container a, 
.video-sponsored-container a:hover,
.video-sponsored-container a:focus {
    color: #2c2828;
}

.video-sponsored-container i{
    font-size: 12px;
    font-size: 1.1em;
    margin-top: 1px;
}

.video-sponsored-container {
    color: #e3b002;
}

.video-sponsored-text{
    color: #e3b002;
    font-size: 14px;
    vertical-align: middle;
}

/* -------------- CW26 Splash Page ------------ */

.section-inner.page-wrap-margintop.cw-26-background {
	background-color: #000;
}

.cw-26-main-content-center {
	margin: 0 auto;
	float: none;
}

.cw-26-main-content-center img {
	display: block;
	margin: 0 auto;
	padding-bottom: 30px
}

.cw-26-main-content-center h2 {
	color: #000;
	font-size: 1px;
	height: 1px;
	margin: 0 auto;
	max-width: 650px;
}

.hp-newsletter-signup.cw-26-newsletter-signup {
	background-color: #fff;
	margin-top: 30px;
}

.hp-newsletter-signup-inner.cw-26-newsletter-signup-inner span {
	color: #000;
	float: none;
}

.hp-newsletter-signup-inner.cw-26-newsletter-signup-inner form input[type=checkbox] {
	display: inline;
	font-size: 40px;
	margin-top: 2rem;
}

.hp-newsletter-signup-inner.cw-26-newsletter-signup-inner form {
	margin: 0 auto;
	float: none;
}

.hp-newsletter-signup-inner.cw-26-newsletter-signup-inner form button {
	background-color: #207B77;
}

.hp-newsletter-input.cw-26-newsletter-input {
	float: none;
}

.cw-26-fine-print {
	font-size: 14px;
	font-size: 1.4rem;
}

.cw-26-link-desc {
	margin-bottom: 1rem;
}

.cw-26-footer {
	text-align: center;
	margin-top: 30px;
	color: #207B77;
	font-weight: 700;
	margin-bottom: 40px;
}

.cw-26-main-content-center a {
	color: #207B77;
	padding: 0 20px;
	text-decoration: none;
}

.cw26-newsletter-thanks {
	color: #207B77;
}

.connect h1 span a i.fa-instagram {
	left: 49%;
}

.connect h1 span a i.fa-twitter {
	left: 50%;
}

/* -------------- END CW26 Splash Page ------------ */



/* -------------- Media Queries --------------- */

@media screen and (max-width: 1200px), handheld and (max-device-width: 1200px){
	.sched-reminder-form input[type="submit"]{
		font-size: 1.6rem;
	}

	.show-listings .featured-shows-item-img img {
		height: auto;
	}

	.featured-shows-item {
		width: 24%;
	}

	.featured-shows-wrap .featured-shows-item-img img {
		height: auto;
	}

	.featured-shows-item-title {
		font-size: 2.2rem;
		line-height: 2.6rem;
	}

	.watch-on-wrapper {
		flex-direction: column;
	}

	.watch-on-inner img {
		width: 25px;
	}

	.watch-on-wrapper.shows {
		align-items: center;
	}

	.watch-on-wrapper.shows p {
		font-size: 1.4rem;
	}

	.featured-home-content-item h1 {
		font-size: 3rem;
		margin-bottom: 0.5rem;
	}

}
/* END 1200 */


@media screen and (max-width: 1150px), handheld and (max-device-width: 1150px){
	.sidebar-ad-300x250{
		width: 200px;
	}

	.sidebar-ad-300x600{
		width: 160px;
	}
}

@media screen and (max-width: 1100px), handheld and (max-device-width: 1100px){
	.main-content .inner-728-ad{
		width: 468px;
	}

	.featured-home-content-image img {
		height: auto;
	}

	.map-list {
		width: 350px;
	}

	#map-list-map {
		left: 350px;
	}

	.watch-on-outer {
		gap: 1rem;
	}

	.watch-on.the-u, .watch-on.the-u-too {
		margin-right: 1rem;
	}

	.watch-on.the-u img, 
	.watch-on.the-u-too img {
		width: 25px;
	}

	.watch-on-wrapper.sports .watch-on.the-u img,
	.watch-on-wrapper.sports .watch-on.the-u-too img {
		width: 50px;
	}

	.show-page-tunein .watch-on.the-u, 
	.show-page-tunein .watch-on.the-u-too {
		margin-right: 1rem;
	}
}
/* END 1100 */

@media screen and (max-width: 1020px), handheld and (max-device-width: 1020px){
	.main-content,
	aside{
		float: none;
		width: 100%;
	}

	.logo {
		width: 60px;
	}

	.cbp-spmenu .sticky-logo-wrapper {
		display: none;
	}

	#main-nav ul,
	#main-nav ul li,
	.main-nav-wrapper {
		display: flex;
    	flex-direction: column;
	}

	#main-nav ul li {
		flex-grow: 0;
	}

	#main-nav ul li a {
		padding: 1.6rem
	}

	#main-nav .header-nav-icons li {
		flex: 1;
	}

	.main-content {
		padding-right: 0;
	}

	.main-content-flex-wrapper {
		flex-direction: column;
	}

	.header-ad-promo {
		display: none;
	}

	.header-top-section{
		padding: 2rem 2rem;
	}

	.search-nav-tabs-inner .header-search-tab {
		margin: 0.2rem 1rem 0 0;
	}

	.logo-anchor{
		width: 95px;
	}

	.header-ad-container {
		flex-direction: column;
		padding: 2rem;
	}

	.header-ad-leaderboard {
		margin-bottom: 1.5rem;
	}

	.search-nav-tabs{
		color: #ffffff;
		cursor: pointer;
		display: block;
		font-size: 30px;
		position: absolute;
		right: 20px;
		text-align: right;
		top: 22px;
		width: 100px;
	}

	.is-sticky .search-nav-tabs-inner{
		background: rgba(0,0,0,0.5);
		padding: 10px 20px;
		right: 0;
		text-align: right;
		width: 100%;
		z-index: 99999;
	}

	.is-sticky .search-nav-tabs-inner:hover{
		background: rgba(0,0,0,1);
	}

	.is-sticky .header-search-tab{
		display: none;
	}

	.header-search{
		display: none;
	}

	.header-search .section-inner {
		padding: 0;
	}

	.header-search-input-wrap{
		border-bottom: 2px solid var(--red);
		padding-right: 65px;
		clear: both;
	}

	.header-search-input-wrap input{
		color: #666;
		padding-left: 20px;
		width: 100%;
	}

	.header-search-input-wrap button{
		right: 10px;
	}

	.header-search-input-wrap button:hover{
		color: #000;
	}

	.header-nav-icons {
		width: 80%;
	}

	.header-nav-icons .fa-search {
		margin-top: 0;
	}

	#main-nav-sticky-wrapper{
		height: auto !important;
	}

	#main-nav li.mobile-links{
		display: flex;
	}

	.is-sticky #main-nav ul li a{
		border-bottom: 1px solid #ddd;
		color: #322d2d;
	}

	.cw26-logo-nav {
		display: none;
	}

	.cw26-logo-mobile img {
		display: flex;
		width: 55px;
		margin: 0 auto;
	}

	.where-to-watch-btn {
		font-size: 1.4rem;
		position: relative;
		float: none;
		padding: 0.6rem 2rem;
		margin-left: 3rem;
		margin-right: 0;
		top: -1.5rem;
		letter-spacing: 0.5px;
	}

	.hp-takeover-inner,
	.sched-takeover-inner,
	.show-takeover-inner{
		width: 100%;
	}

	.hp-takeover-ad-top,
	.sched-takeover-ad-top,
	.show-takeover-ad-top{
		margin-left: auto;
		margin-right: auto;
		overflow: hidden;
		width: 728px;
	}

	.hide-aside{
		display: none;
	}

	.sidebar-wtw-btn{
		display: none;
	}

	.trending-wrap ul{
		display: flex;
	}

	.trending-wrap li{
		border-bottom: none;
		border-left: 1px solid var(--red);
		float: left;
		width: 33.33333333333333%; /* 326.66666666666667/980 */
	}

	.trending-wrap li:first-child{
		border-left: none;
	}

	.trending-wrap img{
		display: none;
	}

	.trending-copy{
		padding: 4.591836734694%; /* 15/326.66666666666667 */
		width: 100%;
	}

	.trending-sidebar-view-more{
		padding: 10px;
	}

	.hp-newsletter-signup-inner form {
		width: 90%;
		margin: 0 auto;
	}

	.sidebar-ad-300x250,
	.sidebar-ad-300x600{
		width: 728px;
	}

	.sports-upcoming-item{
		font-size: 1.8rem;
		font-weight: 700;
	}

	.top-content-main,
	.top-content-sub{
		float: none;
		width: 100%;
	}

	.other-contact{
		width: 350px;
	}

	.show-header-img {
		background-image: url(/images/theu_headerbg.png);
    	background-repeat: no-repeat;
    }

	.show-header .show-header-meta {
		background-color: #ffffff;
		width: 100%;
		border-bottom-left-radius: 15px;
		border-bottom-right-radius: 15px;
	}

	.show-slider .show-header-meta{
		padding: 3rem 2rem;
	}

	.show-slider .hp-prev-slide, 
	.show-slider .hp-next-slide {
		display: none;
	}

	.show-header-tunein,
	.show-header-tunein span {
		color: #000000;
	}

	.show-header-flex-wrapper {
		flex-direction: column;
	}

	.show-header .section-inner{
		padding: 0;
	}

	.show-header-title a:hover,
	.show-header-title a:focus {
		color: var(--red);
	}

	.show-header .show-header-title {
		padding: 0;
	}

	.show-header.section-pattern {
		background-image: none;
	}

	.show-header.show-slider{
		border-bottom-left-radius: 15px;
		border-bottom-right-radius: 15px;
		box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
		margin-bottom: 20px;
		margin: 0 2rem;
	}

	.show-header-tunein {
		color: #322d2d;
		font-size: 20px;
		font-size: 2rem;
		margin: 0 0 1.5rem;
	}

	.featured-home-content-time {
		margin-bottom: 1rem;
	}

	.featured-home-content-wrapper {
		margin-bottom: 3rem;
	}

	.featured-home-content-subheading {
		margin-bottom: 1rem;
	}

	.schedule-desc {
		font-size: 1.6rem;
		line-height: 2.2rem;
    	height: 85px;
	}

	.mobile-only {
		display: block;
	}
}
/* END 1020 */


@media screen and (max-width: 1000px), handheld and (max-device-width: 1000px){
	.section-full {
		padding-bottom: 2.5rem;
	}

	.sched-date-picker-inner input {
		width: 85%;
	}

	.sched-date-picker-inner input[type="text"],
	.sched-takeover .sched-date-picker-inner input[type="text"]{
		font-size: 4rem;
	}

	.community-header-title{
		font-size: 6rem;
		line-height: 6.6rem;
	}

	.community-header-subtitle{
		font-size: 2.5rem;
		line-height: 3.1rem;
	}

	.header-sponsor-left-ad {
		display: none;
	}

	.btn-mobile-refresh {
		float: left;
		margin: 0;
	}

	.quiz-multipage-intro form {
		padding: 0;
	}

	.where-to-watch-btn.quiz-mutipage-vote {
		margin: 0 0 0 2rem;
	}

	.choice-categories-answered:before {
		font-size: 9rem;
		top: 40%;
		left: 35%;
	}

	.show-listings .featured-shows-item {
		width: 32%;
	}

	.show-listings .featured-shows-item-img img {
		
	}
}

/* END 1000 */


@media screen and (max-width: 900px), handheld and (max-device-width: 900px){

	aside .heading-borderleft,
	.show-header-title{
		font-size: 40px;
		font-size: 4rem;
		line-height: 4px;
		line-height: 4rem;
	}

	.content-img-wrap{
		font-size: 15px;
		line-height: 18px;
	}

	.see-also-sml{
		font-size: 15px;
		line-height: 20px;
		padding-left: 95px;
	}

	.section-inner-hp-top aside .social {
		display: none;
	}

	.social-block{
		width: 25%;
	}

	.social {
		margin-bottom: 6.5rem;
	}

	.sched-header-img{
		width: 61.111111111111%; /* 550/900 */
	}

	.sched-header-meta{
		padding-top: 4.444444444444%; /* 40/900 */
	}

	.cbp-spmenu-push-toleft #map-list-map {
		left: 0;
	}

	#map-list-map {
		left: 150px;
	}

	.map-list {
		width: 250px;
	}

	.map-list-item {
		padding: 20px 15px 30px;
	}

	.map-list-intro h1 {
		line-height: 45px;
		line-height: 4.5rem;
	}

	.map-list-item h2 {
		font-size: 30px;
		font-size: 3rem;
		line-height: 30px;
		line-height: 3rem;
	}

	.map-list-ad #wciu_sidebar {
		width: 200px;
	}

	.map-list-item-desc-closed {
		height: 100px;
		overflow: hidden;
	}

	.map-list-read-more {
		display: block;
	}

	.community-header {
		margin-bottom: 20px;
	}

	.community-header .section-inner,
	.community-header-inner,
	.community-header-inner > div{
		display: block;
	}

	.community-header .section-inner{
		background-position: 0 center;
		background-size: 100% auto;
		padding: 0;
	}

	.community-wrap .section-inner-narrow{
		margin-top: 0;
	}

	.community-header-img{
		margin: 0 auto;
		width: auto;
	}

	.community-header-img img {
		max-width: 600px;
	 	width: 100%;
	    height: auto;
	}

	.community-header-meta{
		background-color: #fff;
		padding: 2rem 2rem 1rem;
	}

	.community-header-title,
	.community-header-subtitle{
		padding: 0 !important;
	}

	.community-header-title{
		font-size: 55px;
		font-size: 5.5rem;
		line-height: 55px;
		line-height: 5.5rem;
	}

	.community-header-title a:hover,
	.community-header-subtitle{
		color: var(--red);
	}

	.community-header-subtitle{
		font-size: 2rem;
		margin: 0 0 2rem;
	}

	.community-header-title{
		font-size: 4rem;
		line-height: 4.4rem;
	}

	.community-header-subtitle{
		font-size: 1.8rem;
		line-height: 2rem;
	}
}
/* END 900 */


@media screen and (max-width: 800px), handheld and (max-device-width: 800px){

	.content-blockquote{
		font-size: 2rem;
	}

	.content-blockquote span{
		font-size: 7rem;
		line-height: 14px;
	}

	.content-list-num{
		font-size: 3rem;
		padding: 10px 0;
		width: 45px;
	}

	.content-grid-item h3{
		font-size: 1.5rem;
		line-height: 18px;
	}

	.content-grid-item .content-meta {
		font-size: 1.2rem;
	}

	.featured-content-flex-wrapper {
		grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
	}

	.recipe-ingredients,
	.recipe-directions {
		float: none;
		margin-bottom: 30px;
		width: 100%;
	}

	.recipe-ingredients li{
		float: left;
		width: 48%;
	}

	.recipe-ingredients-right{
		float: right;
	}

	.featured-videos-item-overlay{
		font-size: 1.6rem;
	}

	.show-listings{
		font-size: 2.5rem;
		line-height: 2.5rem;
	}

	 .featured-shows-item-title{
 		font-size: 2.5rem;
 		line-height: 2.5rem;
	 }

	.show-listings .featured-shows-item {
		margin: 0 0 3rem;
		width: 49.5%;
	}

	.show-listings .featured-shows-item:nth-child(4n+0) {
		margin-right: 0.5%; /* 4/800 */
	}

	.show-listings .featured-shows-item:nth-child(3n+0) {
		margin-right: 0;
	}

	.sched-item-show-img {
		height: auto;
	}

	.sidebar-ad-300x250,
	.sidebar-ad-300x600{
		width: 468px;
	}

	.sched-item {
		padding: 1.5rem 2rem 1.2rem;
	}

	.sched-item-time,
	.sched-remind-me {
		position: relative;
	}

	.sched-reminder-form{
		clear: both;
		float: right;
	}

	.featured-home-content-item {
		width: 100%;
	}

	.featured-home-content-wrapper .story-desc {
		padding: 2.5rem 2rem 0.5rem;
	}

	.featured-video-row-title {
		font-size: 1.6rem;
	}

    .watch-on-outer {
		gap: 2rem;
	} 
}
/* END 800 */

@media screen and (max-width: 750px), handheld and (max-device-width: 750px){
	.sched-header .section-inner,
	.sched-header-inner,
	.sched-header-inner > div{
		display: block;
		width: 100%;
	}

	.sched-header{
		margin-bottom: 20px !important;
	}

	.sched-header .section-inner{
		padding: 0;
	}

	.sched-header-meta{
		background-color: #000;
		padding: 2.666666666667% 4%; /* 20/750 & 30/750 */
	}

	.sched-header-onnow{
		display: inline;
	}

	.sched-header-onnow{
		background: none;
		box-shadow: none;
		color: var(--red);
		margin-bottom: 0;
		margin-right: 10px;
		padding: 0;
		vertical-align: top;
	}

	.sched-header h1 a:hover{
		color: var(--red);
	}

	.show-header-takeover h1.show-header-title{
		font-size: 4.5rem;
		line-height: 45px;
		line-height: 4.5rem;
	}
}
/* END 750 */


@media screen and (max-width: 749px), handheld and (max-device-width: 749px){
	.hp-takeover-ad-top,
	.sched-takeover-ad-top,
	.show-takeover-ad-top,
	.inner-728-ad,
	#header-ad .inner728-ad,
	.sched-takeover-ad-middle,
	.show-takeover-ad-middle,
	.sidebar-ad-sched-takeover{
		width: 468px;
	}

	.header-sponsor-right-inner {
		height: 60px;
	}
}
/* END 749 */


@media screen and (max-width: 700px), handheld and (max-device-width: 700px){
	.header-social{
		top: 23px;
	}

	.owl-theme.jam-slider .owl-nav,
	.owl-theme.wciu-slider .owl-nav,
	.owl-theme.jam-slider .owl-dots,
	.owl-theme.wciu-slider .owl-dots,
	.owl-theme.show-slider .owl-nav {
		display: none;
	}

	.wciu-slider .billboard-title,
	.jam-slider .billboard-title,
	.top-story-title {
		margin-top: 0;
	}

	.wciu-slider .billboard-inner,
	.jam-slider .billboard-inner {
		padding: 1.5rem 2rem 2rem;
	}

	.sched-date-picker-inner input {
		background-position: 95% 50%;
	}

	.gotw-nav ul {
		flex-direction: column;
		align-items: center;
	}

	.trending-wrap li {
		width: 100%;
	}

	.see-also{
		font-size: 13px;
		min-width: 150px;
		width: 32.051282051282%; /* 250/780 */
	}

	.see-also-heading{
		font-size: 1.5rem;
	}

	.see-also-item img{
		display: none;
	}

	.social-block{
		width: 50%;
	}

	.schedule-desc {
		font-size: 1.3rem;
	    font-weight: 500;
	    line-height: 1.7rem;
	   	text-align: left;
	   	height: auto;
	}

	.sched-date-picker-inner input[type="text"],
	.sched-takeover .sched-date-picker-inner input[type="text"]{
		font-size: 3.5rem;
	}

	.sched-date-picker-inner i{
		font-size: 3.5rem;
	}

	.social-wrap-full .social-block{
		margin-bottom: 0.5714285714286%; /* 4/700 */
		width: 49.7142857142857%; /* 348/70 */
	}

	.social-wrap-full .social-block:nth-child(2n+0) {
		margin-left: 0.5714285714286%; /* 4/700 */
	}

	.sports-upcoming-item{
		font-size: 1.5rem;
	}

	.sports-upcoming-item h3{
		font-size: 1.8rem;
	}

	.sports-team-sched-date-time,
	.sports-team-sched-matchup{
		float: none;
		padding: 0;
		width: 100%;
	}

	.sports-team-sched-matchup{
		border: none;
	}

	.sports-team-sched-date-time{
		font-size: 2rem;
		margin-bottom: 5px;
	}

	.sports-team-sched-date-time span{
		display: inline;
		font-size: inherit;
		line-height: inherit;
	}

	.subscribe-page-img{
		width: 40.816326530612%; /* 400/980 */
	}

	.subscribe-page-copy{
		width: 57.142857142857%; /* 560/980 */
	}

	.sports-channel-positions ul li{
		margin-left: 3rem;
	}

	.sports-channel-positions ul li::before{
		left: -20px;
	}

	.listing-grid-item {
		display: flex;
		flex: 1 1 100%;
	}

	.listing-grid-item-thumb {
		display: flex;
    	flex: 1 1 100%;
	}

	.listing-grid-item-thumb a {
		display: flex;
    	flex: 1 1 0%;
	}

	.listing-grid-item-thumb img{
		border-top-left-radius: 15px;
		border-bottom-left-radius: 15px;
		width: 100%;
	    height: 100%;
	    object-fit: cover;
	}

	.listing-grid-item-text {
		flex: 1 1 100%;
	}

	.sweepstakes-listing-grid-items-wrap .listing-grid-item {
		flex-direction: column;
		flex: 1 1 35%;
	}

	.sweepstakes-listing-grid-items-wrap .listing-grid-item-thumb {
		display: block;
		flex: 0;
	}

	.callout-banner {
		margin-bottom: 3.5rem;
	}

	.callout-banner-inner {
		flex-direction: column;
		padding: 2rem 4rem 4rem;
	}

	.callout-banner-inner img {
		margin-bottom: 3rem;
	}
}
/* END 700 */


@media screen and (max-width: 650px), handheld and (max-device-width: 650px){
	.hp-newsletter-signup-inner span,
	.hp-newsletter-signup-inner form{
		width: 100%;
	}

	.hp-newsletter-signup-inner span{
		margin-bottom: 10px;
	}
}
/* END 650 */

@media screen and (max-width: 600px), handheld and (max-device-width: 600px){

	.mobile-header-sponsor-bottom {
		display: inline-block;
		float: left;
		margin-left: 15px;
		text-align: center;
	}

	.featured-content-flex-wrapper {
		flex-direction: column;
	}

	.header-sponsor-right-ad {
		display: none;
	}

	.section-inner-hp-top{
		margin-top: 0;
	}

	.content-wrap h1, .content-first-letter{
		font-size: 4rem;
		line-height: 4.6rem;
	}

	.content-meta{
		font-size: 1.3rem;
	}

	.content-video-wrap .video-title{
		font-size: 1.3rem;
		line-height: 1.7rem;
	}

	.content-list-num{
		font-size: 2rem;
		padding: 0.5rem 0;
		width: 35px;
	}

	.content-list-desc h3{
		font-size: 1.8rem;
		line-height: 2rem;
	}

	.content-list-desc{
		font-size: 1.4rem;
		line-height: 2.3rem;
	}

	.content-grid-item h3{
		font-size: 1.3rem;
		line-height: 1.6rem;
	}

	.content-grid-item .content-meta{
		font-size: 1.1rem;
	}

	.featured-shows-wrap .featured-shows-item{
		margin: 0 0 1rem;
    	width: calc( 100% / 2 - 0.5rem);
	}

	.featured-shows-wrap .featured-shows-item-stripe{
		margin-left: 1%;
	}

	.show-listings .featured-shows-item {
		width: 100%;
	}

	.show-listings .featured-shows-item:nth-child(3n+0) {
		margin-right: 1%; /* 6/600 */
	}

	.show-listings .featured-shows-item:nth-child(2n+0) {
		margin-right: 0;
	}

	.featured-shows-item-nospace-resp{
		margin-right: 0 !important;
	}

	.show-listings {
		font-size: 3.5rem;
		line-height: 3.8rem;
	}

	.sched-reminder-form select,
	.sched-reminder-form input[type="text"],
	.sched-reminder-form input[type="submit"]{
		float: none;
		margin: 0 0 10px;
		max-width: 300px;
		width: 100% !important;
	}

	.contact-form,
	.other-contact{
		float: none;
		width: 100%;
	}

	.other-contact{
		float: none;
		padding-top: 30px;
	}

    .media-gallery-item-sizer,
	.media-gallery-item{
		width: 49.4318181818182%; /* 261/528 */
	}

	.media-gallery-gutter-sizer{
		width: 1.1363636363636%; /* 6/528 */
	}

	.trending-wrap h2 {
		font-size: 30px;
		font-size: 3rem;
	}

	.hp-newsletter-signup-inner span {
		font-size: 2.5rem;
		font-size: 25px;
	}

	.featured-shows-item-title{
		font-size: 2.2rem;
		line-height: 2.5rem;
	}

	.sched-item-meta h2 {
		font-size: 2.2rem;
		line-height: 3rem;
	}

	.sched-item-time {
		font-size: 1.8rem;
	}

	.sched-item-meta h3 {
		font-size: 1.8rem;
		line-height: 2.2rem;
		margin-top: 0.5rem;
	}

	.sched-item-meta h3 span {
		font-size: 1.6rem;
	}

	.sched-remind-me {
		font-size: 1.4rem;
		font-size: 14px;
	}

	.community-wrap .section-inner-narrow {
		font-size: 1.6rem;
		font-size: 16px;
	}

	.section-inner h1 {
		font-size: 4.4rem;
		line-height: 4.7rem;
	}

	.header-social {
		line-height: 1.2rem;
	}

	.homepage-banner-text-overlay {
		line-height: 3rem;
	}

	.show-header-meta h1.show-header-title {
		font-size: 4rem;
		line-height: 4rem;
		margin-bottom: 1rem;
	}

	.featured-video-row-title {
		font-size: 1.3rem;
	}

	.show-detail-header .show-header-inner {
		flex-direction: column;
	}

	.faq-more-symbol {
		display: none;
	}
        
    .double-item{
        height: 17em;
    }
    .quadruple-item{
        height: 34em;
    }    
	.quintuple-item{
        height: 42.5em;
    }    
    .sextuple-item{
        height: 51em;
    }

    .single-item{
        height: 8.5em;
    } 

    .show-page-tunein .watch-on.the-u img, 
	.show-page-tunein .watch-on.the-u-too img {
		width: 60px;
	}                          

}
/* END 600 */

@media screen and (max-width: 550px), handheld and (max-device-width: 550px){

	.wciu-slider .billboard-title, .jam-slider .billboard-title, .top-story-title {
		font-size: 3rem;
		line-height: 3.4rem;
	}

	.logo {
		width: 50px;
	}

	.where-to-watch-btn {
		margin-left: 0.8rem;
	}

	.schedule-heading img {
		width: 70px;
	}

	.schedule-box-wrapper {
		gap: 1rem;
	}

	.schedule-box-outer {
		width: 50%;
	}

	.datepicker.dropdown-menu {
		left: 15% !important;
	}

	.sched-date-picker-inner input {
		background-position: 98% 45%;
		background-size: 20px;
	}

	.hp-takeover-inner .trending-wrap ul,
	.sched-takeover-inner .trending-wrap ul,
	.show-takeover-inner .trending-wrap ul,
	.trending-wrap ul{
		display: inherit;
	}

	.trending-wrap ul{
		border-bottom: none;
	}

	.hp-takeover-inner .trending-wrap li,
	.sched-takeover-inner .trending-wrap li,
	.show-takeover-inner .trending-wrap li,
	.trending-wrap li{
		float: none;
		min-height: 75px;
		position: relative;
		width: 100%;
	}

	.trending-wrap li{
		border-bottom: 1px solid var(--red);
		border-left: none;
		margin-bottom: 1rem;
	}

	.hp-takeover-inner .trending-wrap img,
	.sched-takeover-inner .trending-wrap img,
	.show-takeover-inner .trending-wrap img,
	.trending-wrap img{
		display: block;
		width: 100%;
		margin-bottom: 1.5rem;
	}

	.hp-takeover-inner .trending-copy,
	.sched-takeover-inner .trending-copy,
	.show-takeover-inner .trending-copy {
		padding: 3.448275862069%; /* 15/435 */
	}

	.trending-desc {
		margin-bottom: 0.5rem;
	}

	.hp-newsletter-signup-inner{
		display: block;
	}

	.sports-upcoming-item {
		flex-direction: column;
		padding: 1.5rem 2rem;
	}


	.sports-upcoming-item h3{
		display: block;
		font-size: 1.6rem;
		left: 0;
		padding: 1rem 0;
		position: absolute;
		text-align: center;
		width: 80px;
	}

	.sports-upcoming-wrap .sports-team img {
		margin-bottom: 2rem;
	}

	.sports-team-copy {
		width: 100%;
		padding-left: 0;
	}

	.sports-team img {
		width: 100%;
		margin-bottom: 1rem;
	}

	.sports-team-sched-item{
		font-weight: 700;
		padding: 1.5rem;
	}

	.sports-team-sched-date-time{
		font-size: 1.6rem;
		margin: 0;
	}

	.sports-team-sched-matchup{
		font-size: 2.5rem;
		line-height: 2.5rem;
	}

	.subscribe-page-img{
		display: none;
	}

	.subscribe-page-copy{
		float: none;
		width: 100%;
	}

	.quiz-multipage-intro input {
		width: 100%;
		margin-bottom: 2rem;
	}

	.where-to-watch-btn.quiz-multipage-vote {
		display: block;
		top: 0;
		margin: 0 auto;
	}

	.sidebar-metvfm-background {
		margin-bottom: 4rem;
	}

	.jam-slider-play{
        top: 7%;
        left: 42%;
    }
}
/* END 550 */

@media screen and (max-width: 500px), handheld and (max-device-width: 500px){

	.hp-takeover-ad-top,
	.sched-takeover-ad-top,
	.show-takeover-ad-top,
	.main-content .inner-728-ad,
	.sched-takeover-ad-middle,
	.show-takeover-ad-middle,
	.sidebar-ad-sched-takeover{
		width: 320px;
	}

	.logo-anchor {
		width: 60px;
	}

	.where-to-watch-btn {
		padding: 0.4rem 1.3rem;
		top: -1.2rem;
		font-size: 1.2rem;
	}

	.wciu-slider .billboard-copy {
		margin-top: 1rem;
	}

	.heading-view-more {
		margin-top: 1rem;
	}

	.content-img-wrap{
		font-size: 1.3rem;
		line-height: 1.6rem;
	}

	.content-prev-next a{
		font-size: 1.6rem;
		width: 130px;
	}

	.content-related-item{
		float: none;
		margin: 0 0 1rem;
		width: 100%;
	}

	.content-related-item img{
		float: left;
		margin: 0 1rem 0 0;
		width: 100px;
	}

	.content-wrap h2{
		font-size: 2rem;
	}

	.content-share-wrap {
		margin-bottom: 2rem;
	}
    
    .twostory-grid-item-2 {
        font-size: 1.6rem;
        width: 100%;
    }
    
    .twostory-grid {
        margin-top: 10px;    
    }    

	.see-also-sml a{
		font-size: 1.3rem;
		line-height: 1.8rem;
	}

	.content-header-meta,
	.content-header-meta-inner{
		position: static;
	}

	.content-header-meta{
		background: #000;
		min-height: auto;
	}

	.content-header-meta-inner{
		padding-bottom: 2.040816326531%; /* 20/980 */
		padding-top: 2.040816326531%; /* 20/980 */
	}

	.invisible-link {
		left: 0;
	}

	.recipe-tabs li a span{
		display: none;
	}

	.recipe-ing-dir-wrap section h1{
		font-size: 25px;
		font-size: 2.5rem;
		line-height: 26px;
	}

	.show-listings{
		font-size: 2.5rem;
		line-height: 2.5rem;
	}

	.choice-categories-flex-box {
        width: 100%;
    }

	.featured-videos-wrap{
		display: flex;
		flex-direction: column;
	}

	.featured-videos-item{
		margin: 0 0 2rem;
		width: 100%;
	}

	.featured-videos-item-overlay{
		font-size: 1.8rem;
		text-align: left;
	}

	.hp-social-wrap .social-block-inner{
		padding: 1.5rem;
	}

	.hp-newsletter-signup {
		margin-bottom: 6rem;
	}

	.hp-newsletter-input {
		width: 100%;
	}

	.sidebar-ad-300x250,
	.sidebar-ad-300x600{
		width: 320px;
	}

	.sched-item-show-img{
		display: none;
	}

	.sched-item-meta,
	.sched-reminder-form{
		float: none;
		width: 100%;
	}

	.sched-date-picker-inner input[type="text"],
	.sched-takeover .sched-date-picker-inner input[type="text"]{
		font-size: 2.2rem;
		width: 250px;
		margin-left: 0;
	}

	.sched-date-picker-inner i {
		font-size: 2.2rem;
	}

	.sched-printable {
		font-size: 1.4rem;
	}

	.related-content-wrap ul {
		display: flex;
		flex-direction: column;
	}

	.related-content-wrap li {
		margin: 0 0 1rem;
	}

	.related-content-img img {
		width: 100%;
		margin: 0;
	}

	.whatson-sched-show-title{
		font-size: 1.6rem;
	}

	.top-content-sub{
		display: block;
	}

	.top-content-sub-item{
		width: 100%;
	}

	.schedule-heading.sticky {
		padding: 0.5rem;
		margin-top: 1rem;
	}

	.schedule-heading.sticky img {
		width: 40px;
	}

	.show-header-takeover .section-inner,
	.show-header-takeover .show-header-inner,
	.show-header-takeover .show-header-inner > div{
		display: block;
	}

	.show-header-takeover .show-header-img{
		width: auto;
	}

	.show-header-takeover .show-header-meta{
		background-color: #000;
		padding: 0 20px;
	}

	.show-header-takeover h1.show-header-title{
		padding: 3.48837% 0;
	}

	.community-header-img img {
	    max-width: 500px;
	}

	.show-page-tunein {
		font-size: 2.4rem;
		line-height: 3rem;
	}

	.sports-team-copy {
		padding-top: 1rem;
	}

	.sports-team-copy h2 {
		font-size: 2.6rem;
		margin-bottom: 2rem;
	}

	.watch-on-wrapper.sports {
    	flex-direction: row;
    	align-items: center;
	}

	.sweepstakes-listing-grid-items-wrap .listing-grid-item {
		flex: 1 1 100%;
		margin-right: 0;
	}

	.sweepstakes-listing-grid-items-wrap .listing-grid-item-thumb img {
		width: 100%;
	}

	#footer-network-logos {
		grid-template-columns: repeat(1, 1fr);
		justify-content: center;
        align-items: center;
        gap: 15px 15px;

	}

	#footer-network-logos img {
		margin: 0 auto 0.5rem;
	}

	.community-tunein img {
		margin-right: 1rem;
	}

	.featured-shows-item-title {
		padding: 1.8rem 1.8rem 0.5rem;
	}

	#footer-network-logos li {
		margin-bottom: 2.5rem;
	}
}
/* END 500 */


@media screen and (max-width: 489px), handheld and (max-device-width: 489px){
	.inner-728-ad,
	#header-ad .inner728-ad {
		width: 320px;
	}
}
/* END 489 */

@media screen and (max-width: 450px), handheld and (max-device-width: 450px){
	.header-social .fb-like{
		margin-right: 1rem;
	}

	.header-social-signup{
		margin-left: 1rem;
	}

	.header-social-signup span{
		display: none;
	}

	.whatson-tabs li a img{
		max-width: 65px;
	}

	.content-list-item img{
		margin: 0 1rem 1rem 0;
	}

	.content-list-desc{
		float: none;
		width: 100%;
	}

	.content-grid-item{
		float: none;
		margin: 0 0 2.5641%;
		width: 100%;
	}

	.content-grid-item h3{
		font-size: 1.5rem;
		line-height: 18px;
	}

	.content-grid-item .content-meta{
		font-size: 1.2rem;
	}

	.content-meta{
		font-size: 1.2rem;
	}

	.social-wrap-full .social-block,
	.social-block{
		width: 100%;
	}

	.social-wrap-full .social-block,
	.social-wrap-full .social-block:nth-child(2n+0) {
		margin: 0;
	}

	.social-wrap-full .social-block-inner,
	.hp-social-wrap .social-block-inner{
		padding: 1rem 2rem;
	}

	.pagination-wrap span,
	.pagination-wrap a{
		display: inline-block;
	    font-size: 3.2vw;
	    margin: 0 1.2vw 0.5rem 0;
	    padding: 0.3rem 0;
	    text-align: center;
	    width: 6.9vw;
	}

	.pagination-wrap .pagination-elips {
		font-size: 5.9vw;
		padding-right: .9vw;
	}
}
/* END 450 */


@media screen and (max-width: 400px), handheld and (max-device-width: 400px){
	.content-prev-next a{
		line-height: 15px;
		padding: 1rem 0.8rem;
	}

	.content-prev img, .content-next img{
		top: 8px;
		width: 6px;
	}

	.content-header-meta-inner .content-meta{
		font-size: 12px;
		font-size: 1.2rem;
	}

	.recipe-ingredients li,
	li.recipe-ingredients-right{
		float: none;
		width: 100%;
	}

	.hp-weather-day img,
	.hp-weather-temps{
		float: none;
	}

	.hp-weather-day img{
		padding: 0 1rem;
		width: 100%;
	}

	.hp-weather-temps{
		width: 100%;
	}

    .listing-grid-item,
    .listing-grid-category .listing-grid-item{
        margin: 0 0 20px;
    }

	.listing-grid-item{
		width: 100%;
	}

	.show-page-gallery-grid-sizer,
	.show-page-gallery-grid-item{
		width: 100%;
	}

	.community-tunein-divider{
		display: none;
	}

	.community-tunein-newline{
		display: flex;
		align-items: center;
		margin-top: 1rem;
	}

	.sched-printable {
		font-size: 1.2rem;
	}

	.schedule-desc {
		font-size: 1.2rem;
	}

	.schedule-item .schedule-item-time {
		font-size: 1.6rem;
	}

	.schedule-item .now-next-title, 
	.schedule-item .now-next-title a {
		font-size: 1.8rem;
	}
}
/* END 400 */

@media screen and (max-width: 350px), handheld and (max-device-width: 350px){

	.content-grid-item h3{
		font-size: 13px;
		line-height: 16px;
	}

	.content-grid-item .content-meta{
		font-size: 11px;
	}

	.featured-shows-item-title,
	.show-listings .featured-shows-item-title{
		font-size: 2rem;
		line-height: 2rem;
	}

	.sched-date-picker-inner input[type="text"],
	.sched-takeover .sched-date-picker-inner input[type="text"]{
		font-size: 2rem;
		width: 200px;
	}

	.sched-date-picker-inner i{
		font-size: 2rem;
	}

	.community-header-title{
		font-size: 4rem;
		line-height: 4rem;
	}

	.community-header-subtitle{
		font-size: 1.8rem;
	}

    .footer-apps img{
        display: block;
        margin: 0 auto;
    }

    img.footer-app-ios{
        margin: 0 auto 15px;
    }

    .where-to-watch-btn {
    	font-size: 0.9rem;
    }

    .btn-primary {
    	font-size: 1.8rem;
    }

    .search-nav-tabs-inner i {
    	font-size: 2rem;
    	margin-right: 0.2rem;
    }

    .search-nav-tabs-inner .header-search-tab {
    	margin-right: 0.2rem;	
    }

    .callout-banner-inner .btn-primary {
    	font-size: 1.6rem;
    }
}
/* END 350 */

@media screen and (min-width: 601px), handheld and (min-device-width: 601px){
	.mobile-header-sponsor-bottom {
		display: none;
	}

	#header-ad .inner-728-ad {
	    display: inline-block;
		width: 460px;
	}

	#header-ad #wciu_header {
		margin-left: 20px;
	}

	.header-sponsor-right-inner {
	    max-width: 100px;
	}
}

/* Desktop small */
@media screen and (min-width: 900px), handheld and (min-device-width: 900px){
	#header-ad .inner-728-ad {
		width: 728px;
		min-width: 728px;
	}
}

@media screen and (min-width: 1020px), handheld and (min-device-width: 1020px){
	.header-sponsor-right-inner {
	    max-width: 140px; /* header ad logo width - desktop */
	}
}

/* Desktop large */

@media screen and (min-width: 1100px), handheld and (min-device-width: 1100px){
	#header-ad .inner-728-ad {
		width: 53%;
		text-align: right;
	}

	.header-sponsor-left-ad {
	    display: inline-block;
	    width: 15%;
	}
}