/* -------------- Fonts --------------- */

@font-face{
    font-family: 'campton_bold';
    src: url('../fonts/campton_bold/rene_bieder_-_campton_bold-webfont.eot');
    src: url('../fonts/campton_bold/rene_bieder_-_campton_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/campton_bold/rene_bieder_-_campton_bold-webfont.woff2') format('woff2'),
         url('../fonts/campton_bold/rene_bieder_-_campton_bold-webfont.woff') format('woff'),
         url('../fonts/campton_bold/rene_bieder_-_campton_bold-webfont.ttf') format('truetype'),
         url('../fonts/campton_bold/rene_bieder_-_campton_bold-webfont.svg#campton_bookbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face{
    font-family: 'campton_book';
    src: url('../fonts/campton_book/rene_bieder_-_campton_book-webfont.eot');
    src: url('../fonts/campton_book/rene_bieder_-_campton_book-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/campton_book/rene_bieder_-_campton_book-webfont.woff2') format('woff2'),
         url('../fonts/campton_book/rene_bieder_-_campton_book-webfont.woff') format('woff'),
         url('../fonts/campton_book/rene_bieder_-_campton_book-webfont.ttf') format('truetype'),
         url('../fonts/campton_book/rene_bieder_-_campton_book-webfont.svg#camptonbook') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'campton_medium';
    src: url('../fonts/campton_medium/rene_bieder_-_campton_medium-webfont.eot');
    src: url('../fonts/campton_medium/rene_bieder_-_campton_medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/campton_medium/rene_bieder_-_campton_medium-webfont.woff2') format('woff2'),
         url('../fonts/campton_medium/rene_bieder_-_campton_medium-webfont.woff') format('woff'),
         url('../fonts/campton_medium/rene_bieder_-_campton_medium-webfont.ttf') format('truetype'),
         url('../fonts/campton_medium/rene_bieder_-_campton_medium-webfont.svg#camptonmedium') format('svg');
    font-weight: normal;
    font-style: normal;
}


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

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

html{
	font-size: 62.5%;
}

body{
	color: #000;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
    line-height: 25px;
    /*line-height: 2.5rem;*/
	/*font-size: 1.6rem;*/
}

h1, h2, h3, h4, h5, h6{
	font-family: 'campton_bold';
	font-weight: normal;
	line-height: normal;
	margin-top: 0;
	text-transform: uppercase;
}

h1{
	font-size: 35px;
	font-size: 3.5rem;
	line-height: 30px;
	line-height: 3rem;
}

h2{
	font-size: 25px;
	font-size: 2.5rem;
	line-height: 22px;
	line-height: 2.2rem;
}

#main-content h2,
#main-content a{
	color: #125cab;
}

#main-content a{
	text-decoration: none;
}

#main-content a:hover{
	text-decoration: underline;
}

h3{
	font-size: 20px;
	font-size: 2rem;
	line-height: 25px;
	line-height: 2.5rem;
}

h6{
	font-size: 14px;
	font-size: 1.4rem;
}

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

ul{
	margin: 0;
	padding: 0;
}

.section-inner-narrow ul{
	margin: 20px 0 20px 20px;
}

.section-inner-narrow a{
	color: #125cab;
}


/* -------------- Main Structure --------------- */

.bg-img-wrap, video#main-bg-video{
	background-repeat: no-repeat;
	background-size: cover;
	bottom: 0;
	height: auto;
	min-height: 100%;
	min-width: 100%;
	position: fixed;
	right: 0;
	width: auto;
	z-index: -100;
}

.bg-img-wrap, video#main-bg-video{
	background-image: url('../images/main_bg_video_rebrand.jpg');
}

header{
	line-height: initial;
}

.wrapper, .section-inner, .section-inner-narrow{
	margin: 0 auto;
}

.wrapper{
	max-width: 2000px;
}

.container{
	clear: both;
	line-height: 25px;
	line-height: 2.5rem;
}

.section-inner{
	padding: 1.666666666667% 0; /* 20/1200 */
	width: 1200px;
}

.section-inner-narrow{
	padding: 6rem 0;
	width: 980px;
}

.bg-dark, .bg-dark-trans{
	color: #fff;
}

.bg-dark{
	background-color: #125cab;
}

.bg-dark-gradient{
	background-attachment: fixed;
	background-image: #efefef /* Old browsers */
	background-image: -moz-linear-gradient(top,  #e1e2e2 48%, #efefef 100%); /* FF3.6-15 */
	background-image: -webkit-linear-gradient(top,  #e1e2e2 48%,#efefef 100%); /* Chrome10-25,Safari5.1-6 */
	background-image: linear-gradient(to bottom,  #e1e2e2 48%,#efefef 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1e2e2', endColorstr='#efefef',GradientType=0 ); /* IE6-9 */
	color: #000;
}

.bg-light, .bg-light-trans{
	color: #000;
}

.bg-light{
	background-color: #fff;
}

.bg-light-trans{
	background: rgba(255,255,255,0.7);
}

.bg-dark-trans{
	background: url('../images/bg_dark_trans_50.png') repeat 0 0;
}

.main-stripe-top{
	/*border-top: 2px solid #eda422;*/
}

.dark-stripe-bottom{
	/*border-bottom: 2px solid #000;*/
	padding-bottom: 50px;
}

#main-content{
	float: left;
    font-size: 16px;
    line-height: 25px;
	width: 65.833333333333%; /* 790/1200 */
}

aside{
	float: right;
	width: 31.666666666667%; /* 380/1200 */
}

.leaderboard-wrap{
	margin: 0 auto;
	overflow: hidden;
	width: 728px;
}

.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;
}

footer{
	background-color: #125cab;
	padding: 3.75% 0 0; /* 75/2000 */
	text-align: center;
}


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

.header-container {
	height: 100%;
}

.logo/*, #main-nav*/{
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.logo, .logo-condensed{
	float: left;
}

.logo{
	display: block;
	width: 20rem;
	margin-top: 0.8rem;
}

.logo-condensed{
	display: none;
}

#main-nav{
	font-family: 'campton_bold';
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: normal;
	margin-top: 1rem; /* 12/894 */
}

.main-nav-toggle{
	cursor: pointer;
    display: none;
    float: right;
    font-size: 3.5rem;
	margin: 8px 10px 0 0;
}

.main-nav-toggle:hover{
	color: #66bcf5;
}

#main-nav ul{
	display: flex;
    flex-direction: row;
    flex: 1;
    align-items: center;
    justify-content: flex-end;
	list-style: none;
	text-align: right;
}

#main-nav li{
	margin-left: 3.236245954693%; /* 30/927 */
}

#main-nav li.search-btn{
	margin-left: 1.078748651564%; /* 10/927 */
	position: relative;
}

#main-nav ul li:first-child{
	margin-left: 0;
}

#main-nav, #main-nav a{
	color: #fff;
}

#main-nav a{
	text-decoration: none;
	text-transform: uppercase;
}

#main-nav a.active,
#main-nav a:hover{
	border-bottom: 8px solid #fff;
}

#main-nav li.social-btn a:hover,
#main-nav li.social-btn a:focus{
	color: #000000;
	border-bottom: none;
}

.search-btn span{
	display: flex;
    align-items: center;
    justify-content: center;
   	cursor: pointer;
    width: 55px;
   	height: 55px;
}

.search-btn span:hover, .search-open .search-btn span{
	background-color: #66bcf5;
}

.search-btn form{
	position: absolute;
	top: 0;
	right: 55px;
	visibility: hidden;
}

.search-btn form input[type="search"]{
	border: none;
	color: #666;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	height: 55px;
	outline: none;
	padding: 0 15px;
	width: 250px;
}

.search-open li a:hover{
	border-bottom: none !important;
	color: #ccc !important;
}

.search-open li.search-btn, .search-open .search-btn form{
	visibility: visible;
}

.is-sticky header{
	border-bottom: 1px solid #0f5197;
	padding: 2px 0;
	width: 100%;
	z-index: 999;
}

.is-sticky .section-inner{
	padding: 0 15px;
}

.is-sticky .logo{
	margin-top: 1.3rem;
	width: 125px;
}

.is-sticky #main-nav{
	margin-top: 0.5rem;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.is-sticky #main-nav a.active,
.is-sticky #main-nav a:hover,
.is-sticky #main-nav a:focus {
	border-bottom: 5px solid #fff;
}


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

.hp-relative-block{
	position: relative;
	z-index: 2;
}

.hp-billboard-slider-wrap{
	margin-top: -1px;
	position: relative;
}

.hp-billboard-slider{
	list-style: none;
}

.hp-billboard-slider li img{
	display: block;
}

.hp-billboard-slide-hidden{
	visibility: hidden;
}

.hp-prev-slide, .hp-next-slide{
	background-color: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	display: block;
	font-size: 30px;
	line-height: 0;
	padding: 1.162790697674%; /* 20/2000 */
	position: absolute;
	top: 50%;
}

.hp-prev-slide{
	left: 0; /* 140/2000 */
}

.hp-next-slide{
	right: 0; /* 140/2000 */
}

.hp-billboard-slider-wrap .bx-prev,
.hp-billboard-slider-wrap .bx-next{
	color: #125cab;
}

.hp-billboard-slider-wrap .bx-prev:hover,
.hp-billboard-slider-wrap .bx-next:hover{
	color: #000;
}

.hp-schedule{
	background-color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.hp-schedule-now-next-wrap, .hp-now-next a{
	color: #125cab;
}

.hp-schedule-now-next-wrap, .hp-schedule-full{
	float: left;
	font-family: 'campton_bold';
	font-size: 20px;
	font-size: 2rem;
	font-weight: normal;
	text-transform: uppercase;
}

.hp-schedule-now-next-wrap{
	background-color: #e9eaec;
	padding: 1.538461538462% 1.538461538462% 1.538461538462% 0; /* 20/1300 */
	width: 65%; /* 1300/2000 */
}

.hp-schedule-now-next-inner{
	float: right;
	width: 73.333333333333%; /* 880/1300 */
}

.hp-now-next{
	float: left;
	padding-left: 10px;
	width: 33.333333333333%; /* 300/900 */
}

.hp-schedule-now-next-inner .hp-now-next:first-child{
	padding-left: 0;
}

.hp-now-next h6{
	color: #000;
	margin-bottom: 0;
}

.hp-now-next h6 span{
	color: #666;
	font-family: 'campton_book';
}

.hp-now-next a, .hp-schedule-full a{
	text-decoration: none;
}

.hp-now-next a:hover {
	color: #000;
}

.hp-schedule-full a:hover{
	color: #125cab;
}

.hp-newsletter-signup-wrap{
	background-color: #125cab;
	padding: 1.7rem 0;
}

.hp-newsletter-signup-form,
.hp-newsletter-signup-fields{
	position: relative;
}

.hp-newsletter-signup-form{
	padding-left: 400px;
	margin: 0 auto;
	width: 800px;
}

.hp-newsletter-signup-wrap label{
	color: #fff;
	font-family: "campton_bold";
	font-size: 20px;
	font-size: 2rem;
	left: 0;
	position: absolute;
	top: 16px;
}

.hp-newsletter-signup-wrap label span{
	color: #fff;
}

.hp-newsletter-signup-fields{
	background-color: #fff;
}

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

.hp-newsletter-signup-fields input{
	padding-left: 20px;
	width: 100%;
}

.hp-newsletter-signup-fields button{
	background-color: #66bcf5;
	color: #fff;
	font-size: 20px;
	font-size: 2rem;
	position: absolute;
	right: 0;
	top: 0;
	width: 55px;
}

.hp-newsletter-signup-fields button:hover{
	background-color: #8dcdf7;
}

.hp-tagline-wrap{
	background: url('../images/bg_lighter_trans.png') repeat 0 0;
	padding: 3.75% 0; /* 75/2000 */
	z-index: 0;
}

.hp-tagline-wrap img{
	display: block;
	margin: 0 auto;
	padding: 0 20px;
	width: 1276px;
}

.hp-tagline-last img{

}

.hp-schedule-full{
	padding: 1.5% 10px 10px 1.538461538462%; /* firebug & 20/1300 */
	width: 35%; /* 700/2000 */
}

.hp-schedule-full a{
	color: #000;
}

.hp-schedule-full .sched-eastern-note {
	cursor: pointer;
	font-size: 12px;
	font-size: 1.2rem;
	font-style: normal;
}

.hp-schedule-full .sched-eastern-note:hover {
	color: #125cab;
}

h1 a.view-all{
	color: #125cab;
	font-size: 14px;
	font-size: 1.4rem;
	text-decoration: none;
	text-transform: uppercase;
}

h1 a.view-all:hover {
	color: #000;
}

.bg-dark h1 a.view-all {
	color: #fff;
}

.bg-dark h1 a.view-all:hover{
	color: #66bcf5;
}

.bg-light-trans h1 a.view-all:hover{
	color: #000;
}

.bg-dark-trans h1 a.view-all{
	color: #ccc;
}

.bg-dark-trans h1 a.view-all:hover{
	color: #fff;
}

.view-social, .view-social a{
	color: #125cab;
}

.view-social{
	font-size: 14px;
	font-size: 1.4rem;
}

.view-social a:hover{
	text-decoration: none;
}

.hp-social-slider-wrap{
	padding: 0 75px; /* 75/1200 */
	position: relative;
}

.hp-social-slider{
	font-family: 'campton_medium';
	font-size: 25px;
	font-size: 2.5rem;
	line-height: 35px;
	line-height: 3.5rem;
	list-style: none;
	text-transform: uppercase;
}

.hp-social-slider li span{
	color: #eda422;
	font-size: 16px;
	font-size: 1.6rem;
}

.hp-social-slider-wrap .social-prev-slide,
.hp-social-slider-wrap .social-next-slide{
	color: #fff;
	font-size: 50px;
	font-size: 5rem;
	position: absolute;
	top: 22%; /* Firebug */
}

.hp-social-slider-wrap .social-prev-slide{
	left: 0;
}

.hp-social-slider-wrap .social-next-slide{
	right: 0;
}

.hp-social-slider-wrap .social-prev-slide:hover,
.hp-social-slider-wrap .social-next-slide:hover{
	color: #eda422;
}

.hp-social-more{
	color: #eda422;
	font-family: 'campton_bold';
	text-decoration: none;
}

.hp-social-more:hover{
	text-decoration: underline;
}

.hp-content-display{
	/*margin-bottom: 2.5%;*/ /* 50/2000 */
}

.hp-content-display h1{
	margin-bottom: 0;
	padding: 1% 1.5% 0.5%; /* 20/2000 & 30/2000 & 10/2000 */
}

.hp-content-item{
	float: left;
	position: relative;
	width: 33.333333333333%; /* 666.66666666666667/2000 */
}

.hp-content-item img{
	display: block;
}

.hp-content-item-overlay{
	background: url('../images/bg_dark_trans_50.png') repeat 0 0;
	bottom: 0;
	font-family: 'campton_bold';
	font-size: 25px;
	font-size: 2.5rem;
	padding: 4.5%; /* 30/666.66666666666667 */
	position: absolute;
	text-transform: uppercase;
	width: 100%;
}

.hp-content-item-overlay a{
	color: #fff;
	text-decoration: none;
}

.hp-content-item-overlay a:hover{
	color: #ccc;
}

.hp-content-grid {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.hp-content-grid-item {
	font-family: 'campton_bold';
	margin-bottom: 2.5%; /* 30/1200 */
	text-transform: uppercase;
}

.hp-content-grid-item img {
	border: 1px solid #333;
	display: block;
	margin-bottom: 10px;
}

.hp-content-grid-item a {
	color: #000;
	text-decoration: none;
}

.hp-content-grid-item a:hover {
	color: #125cab;
}

.hp-content-grid-two .hp-content-grid-item {
	font-size: 25px;
	font-size: 2.5rem;
	line-height: 25px;
	line-height: 2.5rem;
	width: 48.75%; /* 585/1200 */
}

.hp-content-grid-three .hp-content-grid-item {
	font-size: 20px;
	font-size: 2rem;
	line-height: 2px;
	line-height: 2.2rem;
	width: 31.6666666666667%; /* 380/1200 */
}


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

.schedule-top-wrapper {
	display: flex;
	flex-direction: row;
}

.schedule-top-left {
	width: 15.833333333333%;
}

.schedule-top-right {
	width: 82.916666666667%
}

.sched-date-picker-inner{
	padding: 10px 0;
}

.sched-date-picker, .sched-load-more{
	font-family: 'campton_bold';
	text-transform: uppercase;
}

.sched-date-picker{
	background-color: #fff;
}

.sched-date-picker-section, .sched-date-picker-section a{
	color: #000;
}

.sched-date-picker-section{
	float: left;
	width: 48.75%; /* 585/1200 */
}

.sched-date-picker-section a{
	text-decoration: none;
}

.sched-date-picker-section a:hover {
	color: #125cab;
}

.sched-date-picker-cal input{
	background: url('../images/datepicker_icon.png') no-repeat right 8px;
	border: none;
	color: #000;
    font-size: 30px;
	font-size: 3rem;
    padding-right: 35px;
    width: 200px;
}

.sched-date-picker-pdf{
	float: right;
	font-size: 14px;
	font-size: 1.4rem;
	padding-top: 1%; /* 12/1200 */
	text-align: right;
}

.sched-date-picker-pdf a:hover{
	color: #000;
}

/* Date Picker */

.datepicker{
	padding: 4px;
	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: 20px;
}

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: #125cab;
	color: #fff;
	font-weight: bold;
}

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

.dropdown-menu{
	background-color: #fff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, .15);
	border-radius: 4px;
	display: none;
	float: left;
	font-size: 14px;
	list-style: none;
	margin: 2px 0 0;
	min-width: 160px;
	padding: 5px 0;
	left: 0;
	position: absolute;
	text-align: left;
	top: 100%;
	z-index: 1000;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

/* Date Picker - END */

.sched-load-more{
	background-color: #125cab;
	color: #fff;
	cursor: pointer;
	display: block;
	font-size: 20px;
	font-size: 2rem;
	padding: 10px 0;
	text-align: center;
}

.sched-load-more:hover{
	background-color: #66bcf5;
}

.sched-eastern-note{
	color: #666;
    display: block;
    font-size: 14px;
	font-size: 1.4rem;
	font-style: italic;
    text-transform: uppercase;
}

.sched-change-timezone {
	color: #125cab;
	cursor: pointer;
	font-size: 12px;
	font-size: 1.2rem;
	font-style: italic;
	font-weight: 700;
	text-transform: uppercase;
}

.sched-change-timezone:hover {
	color: #000;
}

#tzholder select {
	border: 1px solid #ccc;
	border-radius: 3px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-style: 1.6rem;
	margin-top: 5px;
}

.sched-item{
	clear: both;
}

.sched-show-time, .sched-show-img, .sched-show-info, .sched-show-desc{
	float: left;
}

.sched-show-time{
	color: #000;
	font-family: 'campton_bold';
	font-size: 30px;
	font-size: 3rem;
	margin: 5.583333333333% 1.25% 0 0; /* 67/1200 & 15/1200 */
	text-transform: uppercase;
	width: 15.833333333333%; /* 190/1200 */
}

.sched-show-info, .sched-show-info h1 a{
	color: #000;
}

.sched-show-info, .leaderboard-schedule{
	width: 82.916666666667%; /* 995/1200 */
}

.sched-show-info{
	background-color: #fff;
	/*border-top: 1px solid #000;*/
	margin-bottom: 5px;
	padding: 10px;
}

.sched-show-info:first-child {
	margin: 0;
}

.sched-show-img{
	display: block;
	width: 17.587939698492%; /* 175/995 */
}

.sched-show-desc{
	padding: 2.439024390244%; /* 20/820 & 30/820 */
	width: 68.333333333333%; /* 820/995 */
}

.sched-show-desc h1{
	margin-bottom: 5px;
}

.sched-show-desc h1 a{
	text-decoration: none;
}

.sched-show-desc h1 a:hover, .sched-show-desc h2{
	color: #125cab;
}

.sched-show-desc h2{
	margin-bottom: 10px;
}

.leaderboard-schedule{
	float: right;
	padding: 20px 0;
}


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

.show-featured{
	float: left;
	margin-bottom: 2.5%; /* 30/1200 */
	overflow: hidden;
	position: relative;
	text-align: right;
	text-transform: uppercase;
}

.show-featured img{
	display: block;
}

.show-featured h1{
	margin-bottom: 8px;
}

.show-featured a{
	color: #000;
	text-decoration: none;
}

.show-featured a:hover{
	color: #125cab;
}

.show-featured-lg{
	width: 65.833333333333%; /* 790/1200 */
}

.show-featured-lg-resp{
	display: none;
}

.show-featured-sml{
	width: 31.666666666667%; /* 380/1200 */
}

.show-featured-space{
	margin-right: 2.5%; /* 30/1200 */
}

.show-featured-info{
	background: rgba(255,255,255,0.8);
	position: absolute;
	width: 100%;
}

.show-featured-lg .show-featured-info{
	bottom: 0;
	left: 0;
	padding: 3.79746835443%; /* 30/790 */
}

.show-featured-sml .show-featured-info{
	bottom: 0;
	left: 0;
	padding: 7.894736842105%; /* 30/380 */
}

.show-grid-wrap{
	clear: both;
	display: flex;
    flex-wrap: wrap;
	width: 100%;
	justify-content: space-between;
}

.show-grid-tile{
	margin: 0 1% 2.4%;
	width: 18%; /* 216/1200 */
}

.show-grid-wrap:after{
	content: "";
	display: block;
	flex: auto;
}

.show-grid-tile-inner{
	width: 100%;
}

.show-grid-tile img{
	display: block;
	margin-bottom: 1rem;
}

.show-grid-tile h3 a{
	color: #000;
	text-decoration: none;
}

.show-grid-tile h3 a:hover{
	color: #125cab;
	text-decoration: underline;
}

.show-banner-wrap{
	background: url('../images/show_banner_bg_v2.jpg') no-repeat 0 0;
	background-size: cover;
}

.show-banner-img{
	display: block;
}

.show-title{
	background-color: #125cab;
	color: #fff;
	font-family: 'campton_book';
}

.show-title h1{
	font-size: 100px;
	font-size: 10rem;
	line-height: 82px;
	line-height: 8.2rem;
	margin-bottom: 4px;
}

.show-title .eastern-note{
	color: #f1f1f1;
    display: block;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 12px;
	font-size: 1.2rem;
	font-style: italic;
    text-transform: uppercase;
}

.show-desc{
	float: left;
	width: 65.833333333333%; /* 790/1200 */
    line-height: 25px;
}

.show-desc .leaderboard-wrap{
	display: none;
}

.show-tunein-list{
	font-family: "campton_bold";
	font-size: 25px;
	font-size: 2.5rem;
	line-height: 25px;
	line-height: 2.5rem;
	list-style: none;
	margin-bottom: 20px;
}

.show-tunein-list li{
	margin-bottom: 10px;
}

.show-tunein-day-title{
	color: #125cab;
}

.show-sidebar{
	float: right;
	width: 31.666666666667%; /* 380/1200 */
}

.show-next-episode{
	background-color: #125cab;
	color: #fff;
	font-family: 'campton_bold';
	margin-bottom: 30px;
	padding: 5.263157894737% 5.263157894737% 15.789473684211%; /* 30/380 & 60/380 */
    line-height: 25px;
}

.show-next-episode-title{
	color: #66bcf5;
	text-transform: uppercase;
}

.sidebar-ad-wrap{
	margin: 0 auto 30px;
	width: 300px;
}

.show-guide-tabs-wrap {
	display: flex;
	flex-direction: row;
	align-items: center;
	color: #fff;
	background-color: #125cab;
	font-family: 'campton_bold';
	font-size: 35px;
	font-size: 3.5rem;
	margin: 20px 0;
	padding: 15px 10px;
	text-transform: uppercase;
}

.show-guide-tabs-wrap li {
	margin-bottom: 1rem;
}

.show-guide-tabs-wrap li,
.show-guide-tabs {
	list-style: none;
}

.show-guide-tabs{
	display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
	margin-left: 1rem;
}

.show-guide-tabs li{
	display: inline-block;
	padding: 0.7rem 0.8rem;
}

.show-guide-episode h3 {
	color: #125cab;
    font-size: 16px;
}

.show-guide-tab-link{
	color: #66bcf5;
	cursor: pointer;
}

.show-guide-tab-link:hover{
	color: #fff;
}

.show-guide-tabs .show-guide-tab-link-current{
    background: #fff;
    color: #125cab;
    padding: 0.9rem 0.8rem 0.7rem;
}

.show-guide-tab-link-current:hover {
	color: #125cab;
}

.show-guide-tab-content{
	display: none;
}

.show-guide-tab-content-current{
	display: inherit;
}

.show-guide-episode{
	margin-bottom: 20px;
}

.show-guide-episode h3{
	margin-bottom: 3px;
}


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

.videos-grid-wrap{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;

	-webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

    -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.videos-grid-wrap:after {
	content: "";
	width: 31.666666666667%;
	display: block;
}

.video-grid-tile{
	margin: 0 0 2.4%; /* firebug */
	width: 31.666666666667%; /* 380/1200 */
}

.video-grid-tile img,
.video-page-related-slider li img{
	border: 1px solid #333;
	display: block;
	margin-bottom: 10px;
}

.video-grid-tile h3, .video-grid-tile h3 a{
	color: #000;
}

.landing-videos-grid h3,
.landing-videos-grid h3 a,
.video-page-related-wrap a{
	color: #000;
}

.video-grid-tile h3 a,
.video-page-related-wrap a{
	text-decoration: none;
}

.video-page-related-wrap a:hover{
	text-decoration: underline;
}

.video-grid-tile h3 a:hover{
	color: #125cab;
}

.landing-videos-grid h3 a:hover{
	color: #125cab;
}

.video-page-related-wrap .bx-wrapper{
	position: relative;
}

.video-page-info{
	margin: 15px 0 50px;
}

.video-page-related-slider{
	list-style: none;
}

.related-prev-slide, .related-next-slide{
	background: rgba(255,255,255,0.8);
	color: #125cab;
	display: block;
	font-size: 50px;
	font-size: 5rem;
	padding: 5px;
	position: absolute;
	top: 87px;
}

.related-prev-slide:hover, .related-next-slide:hover{
	background: #fff;
}

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

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


/* -------------- Content (quizzes/articles/lists) --------------- */

.content-landing h1{
	font-size: 68px;
	font-size: 6.8rem;
	line-height: 80px;
	line-height: 8rem;
	margin: 0 0 20px;
}

.content-top-featured{
	margin-bottom: 2.5%; /* 30/1200 */
	position: relative;
}

.content-top-featured img{
	display: block;
}

.content-top-featured-desc{
	background-color: #125cab;
	color: #fff;
	font-family: 'campton_book';
	padding: 2.5%; /* 30/1200 */
}

.content-top-featured-desc h2{
	font-size: 42px;
	font-size: 4.2rem;
	line-height: 43px;
	line-height: 4.3rem;
	margin-bottom: 1.315789473684%; /* 15/1140 */
}

.content-top-featured-desc a{
	color: #fff;
	font-family: 'campton_bold';
	text-decoration: none;
}

.content-top-featured-desc a:hover{
	color: #66bcf5;
}

.landing-content-grid .video-grid-tile{
	margin-bottom: 30px;
}

.landing-content-grid .video-grid-tile img{
	border: none;
}

.landing-content-grid .video-grid-tile a,
.landing-content-grid .video-grid-tile a:hover{
	color: #000;
}

.landing-content-grid .video-grid-tile a:hover{
	text-decoration: underline;
}

.landing-content-grid .video-grid-tile h3{
	margin-bottom: 5px;
}

.landing-content-grid a.more-link{
	font-family: 'campton_bold';
	text-decoration: none;
}

.content-page-header {
	background-color: #fff;
}

.content-page-header-img{
	display: block;
	margin: 0 auto;
}

.content-page-title,
.content-page-title a{
	color: #fff;
}

.content-page-title{
	background-color: #125cab;
	font-family: 'campton_book';
	text-transform: uppercase;
}

.content-page-title span{
	font-family: 'campton_bold';
}

.content-page-title a:hover{
	text-decoration: none;
}

.content-page-title h1{
	font-size: 60px;
	font-size: 6rem;
	line-height: 55px;
	line-height: 5.5rem;
	margin-bottom: 15px;
}

.content-page-img-wrap{
	color: #eda422;
	float: right;
	font-family: 'campton_bold';
	line-height: 18px;
	line-height: 1.8rem;
	margin: 0 0 2.53164556962% 2.53164556962%; /* 20/790 */
	max-width: 48.101265822785%; /* 380/790 */
}

.content-page-img-wrap img,
.content-page-img-credit{
	display: block;
}

.content-page-img-wrap img{
	margin-bottom: 3px;
}

.content-page-img-credit{
	color: #6d6f71;
	font-family: 'campton_book';
	font-size: 10px;
	margin-bottom: 5px;
	text-decoration: none;
}

.content-page-img-credit:hover{
	color: #000;
}

.content-see-also{
	float: right;
	margin: 0 0 2.53164556962% 2.53164556962%; /* 20/790 */
	width: 48.101265822785%; /* 380/790 */
}

.content-see-also-img{
	position: relative;
	text-transform: uppercase;
}

.content-see-also-img img{
	display: block;
}

.content-see-also-overlay{
	background: rgba(255,255,255,0.8);
	bottom: 0;
	color: #000;
	font-family: 'campton_bold';
	padding: 3.947368421053% 5.263157894737%; /* 15/380 & 20/380 */
	position: absolute;
	width: 100%;
}

.content-see-also-overlay a{
	color: #000 !important;
	text-decoration: none !important;
}

.content-see-also-overlay a:hover{
	color: #125cab !important;
}

/*.content-see-also-overlay a,
.content-see-also-small,
.content-see-also-small a{
	color: #fff !important;
}*/

.content-see-also-small{
	background-color: #66bcf5;
	color: #fff;
	font-family: 'campton_bold';
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 15px;
	padding: 2.53164556962%; /* 20/790 */
	text-transform: uppercase;
}

.content-see-also-small span{
	font-family: 'campton_book';
}

.content-see-also-small a{
	color: #fff !important;
	text-decoration: none;
}

.content-see-also-small a:hover{
	color: #125cab !important;
    text-decoration:none !important;
}

.content-blockquote{
	background: #fff;
	font-family: 'campton_bold';
	font-size: 22px;
	font-size: 2.2rem;
	margin: 0 0 20px;
	padding: 20px;
	position: relative;
}

.content-blockquote-left, .content-blockquote p, .content-blockquote-right{
	display: block;
	float: left;
}

.content-blockquote-left, .content-blockquote-right{
	color: #125cab;
	font-size: 100px;
	position: absolute;
}

.content-blockquote-left{
	left: 20px;
	top: 20px;
}

.content-blockquote p{
	font-style: italic;
	margin: 0;
	padding: 0 60px;
	text-align: center;
}

.content-blockquote-right{
	bottom: 20px;
	right: 20px;
}

.content-list-item{
	margin-bottom: 3.79746835443%; /* 30/790 */
}

.content-list-item-img,
.content-list-item-copy{
	width: 48.101265822785%; /* 380/790 */
}

.content-list-item-img{
	float: left;
	position: relative;
}

.content-list-num{
	background-color: #000;
	border: 2px solid #fff;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	color: #fff;
	font-family: 'campton_bold';
	font-size: 35px;
	font-size: 3.5rem;
	display: block;
	left: 3.947368421053%; /* 15/380 */
	padding: 7px 9px;
	position: absolute;
	top: 3.947368421053%; /* 15/380 */
}

.content-list-item-copy{
	float: right;
}

.content-video{
	background-color: #eda422;
	clear: both;
	margin-bottom: 30px;
}

.content-video-player{
	float: left;
	width: 63.291139240506%; /* 500/790 */
}

.content-video-player iframe{
	display: block;
}

.content-video-desc{
	color: #fff;
	float: right;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 2.53164556962%; /* 20/790 */
	width: 36.708860759494%; /* 290/790 */
}

.content-video-desc h3{
	margin-bottom: 5px;
}

.content-social-wrap{
	margin-bottom: 3.79746835443%; /* 30/790 */
	max-width: 450px;
}

.content-prev-next-wrap{
	background: rgba(102,188,245,0.7);
	bottom: 0;
	display: none;
	padding: 15px 40px;
	position: fixed;
	width: 100%;
	z-index: 99999;
}

.content-prev-next-wrap:hover{
	background: #66bcf5;
}

.content-prev-link,
.content-next-link{
	color: #fff;
	display: block;
	font-family: 'campton_bold';
	font-size: 20px;
	font-size: 2rem;
	text-decoration: none;
	text-transform: uppercase;
	width: 50%;
}

.content-prev-link:hover,
.content-next-link:hover,
.content-prev-link:focus,
.content-next-link:focus {
	color: #000000;
}

.content-prev-link{
	float: left;
}

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

.content-prev-next-static{
	margin-bottom: -50px;
	position: static;
}

.leaderboard-content{
	margin-bottom: 2.5%; /* 30/1200 */
}

.leaderboard-inner-content{
	margin: 30px auto;
	width: 320px;
}

h1.content-tagged-heading{
	font-size: 6rem;
	line-height: 6rem;
	margin-bottom: 40px;
}

h4.loader-text {
  text-align: center;
}

/* -------------- Tune-In Widget --------------- */

#tune_in_include_wrapper {
	background-color: #fff;
    margin: 20px 0 35px 0;
    min-height: 153px;
    position: relative;
    padding: 20px 20px 20px 270px;
    border-bottom: 5px solid #125cab;
}

img.tune_in_photo {
    left: 20px;
    position: absolute;
    width: 225px;
}

p.tune_in_h1 {
    color: #125cab;
    font-family: 'campton_bold';
    font-size: 25px;
    font-size: 2.5rem;
    line-height: 2.7rem;
    margin: 0 0 10px 0;
    text-transform: uppercase;
}

p.tune_in_h1_startrek a:hover,
p.tune_in_h1 a:hover {
	color: #000 !important;
	text-decoration: none !important;
}

.tune_in_tagline {
    margin: 0;
    font-size: 16px;
}

/* -------------- Where to Watch --------------- */

.wtw-slogan{
	color: #eda422;
	font-family: 'Raleway', sans-serif;
    font-size: 32px;
    font-weight: 800;
	line-height: 32px;
    text-align: center;
}

.wtw-slogan-intro, .wtw-slogan-block{
	display: block;
}

.wtw-slogan-intro{
	color: #690133;
	font-size: 20px;
	line-height: 20px;
}

.limelight-player-footprint{
	width: 100% !important;
}

.wtw-video, .LimelightEmbeddedPlayer{
	position: relative;
	padding: 0;
}

#map-canvas{
	border-bottom: 20px solid #000;
	height: 600px;
}

#map-canvas img{
	max-width: inherit;
}

.wtw-header{
	margin-bottom: 30px;
}

.wtw-title h1{
	margin-bottom: 10px;
}

.wtw-title a{
	color: #125cab;
}

.wtw-title a:hover,
.wtw-title a:focus { 
	text-decoration: none;
}

.wtw-zip-search {
	display: inline-flex;
	width: 335px;
	margin: 2rem 0;
}

.wtw-zip-search form {
	border-bottom: 2px solid #125cab;
    padding-right: 3.5rem;
    position: relative;
}

.wtw-zip-search input, 
.wtw-zip-search button {
	display: block;
	height: 52px;
	background: none;
    border: none;
    color: #000;
    height: 30px;
}

.wtw-zip-search input {
	width: 350px;
	outline: none;
}

.wtw-zip-search input::placeholder {
	color: #125cab;
 }

.wtw-zip-search button{
	color: #125cab;
	font-size: 2rem;
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
    text-align: right;
}

.wtw-zip-search button:hover,
.wtw-zip-search button:focus {
	color: #000;
}

.custom-infowindow{
	color: #000;
	padding: 5px;
}

.wtw-asterisk{
	display: block;
    font-size: 14px;
    font-style: italic;
    margin-bottom: 25px;
}

.wtw-provider{
    margin-top:40px;    
    margin-bottom: 25px;
}

.wtw-national-text{
    padding-bottom: 10px;
}

.map-city{
	color: #125cab;
    display: block;
    font-family: 'Lato',sans-serif;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}

.custom-infowindow a{
	color: #666;
	font-style: italic;
	text-decoration: none;
}

.custom-infowindow a:hover{
	text-decoration: underline;
}

table.where-to-watch{
	width: 100%;
}

table.where-to-watch th, table.where-to-watch td{
	vertical-align: top;
}

table.where-to-watch th{
	color: #125cab;
	font-size: 16px;
	padding-bottom: 10px;
	text-align: left;
}

table.where-to-watch td{
    font-size: 16px;
	padding: 5px;
}

table.where-to-watch tr.stripe td{
	background-color: #f1f1f1;
	font-family: 'Lato',sans-serif;
	font-size: 16px;
	font-weight: bold;
	padding: 5px 10px;
	text-transform: uppercase;
}

table.where-to-watch td.market{
	padding-left: 10px;
    display: table-cell;
}

table.provider-table{
	width: 100%;
}

td.provider-td{
	width: 55%;
    display: table-cell;
}

table.provider-table td{
	width: 50%;
}

.market-city, .comcast-click{
	font-size: 12px;
	font-style: italic;
}

table.comcast-table{
	background-color: #e1e1e1;
    width: 100%;
}

table.comcast-table th{
	color: #444;
}

table.comcast-table th, table.comcast-table td{
	padding: 5px 10px;
}

.comcast-click{
	color: #000;
	cursor: pointer;
}

.comcast-click:hover{
	text-decoration: underline;
}

.comcast-stripe{
	background-color: #fff;
}

td.wtw-to-top{
	font-size: 11px !important;
    font-weight: normal !important;
    text-align: right;
}

td.wtw-to-top a{
	color: #999;
}

td.wtw-to-top a:hover{
	color: #333;
}

a.wtw-back-top-top-mobile {
    font-size: 11px !important;
    font-weight: normal !important;
    display: none;
}

a.wtw-back-top-top-mobile {
    color: #999;
}

a.wtw-back-top-top-mobile a:hover {
    color: #333;
}

.tunein-newyork-wzme-msg{
	border: 1px solid #125cab;
    margin: 10px 0;
    padding: 15px 15px 5px;
}

.tunein-newyork-wzme-msg span{
	display: block;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}

.leaderboard-tunein{
	margin-bottom: 20px;
	margin-top: 20px;
}
.wtw-tunein-info {
    border-top: 1px solid #e6e6e6;
    font-weight: 600;
    padding: 1.5rem;
}
.wtw-tunein-select:hover, .wtw-tunein-select:focus {
    cursor: default;
    background: #125cab;
    color: #fff;
    border-top: 1px solid #125cab;
}
.wtw-location-title {
    font-weight: 400;
    margin: 4rem 0;
    text-align: center;
    text-transform: none;
}
.schedule-head-time-print {
    margin-bottom: 2rem;
}
.wtw-main-content .set_market {
    font-size: 1.8rem;
    text-transform: none;
    padding: 1rem 4rem;
    margin: 0;
}
.btn-primary.text-brand-white, .form-wrap input[type="submit"].text-brand-white, .form-wrap button.text-brand-white {
    color: #fff;
}
.btn-primary.blue, .form-wrap input[type="submit"].blue, .form-wrap button.blue {
    background-color: #125cab;
}
.wtw-channel-pos {
    float: right;
}

.wtw-btn {
    margin: 4rem 0;
}
.button-bg-stripe {
    display: block;
    text-align: center;
}



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

.contact-form{
	float: left;
	min-width: 300px;
	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: bold;
}

.contact-form input[type=text], .contact-form textarea{
	margin-bottom: 15px;
}

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

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

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

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

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

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

.contact-form input[type=submit]{
	background: #cb091b; /* Old browsers */
	background: -moz-linear-gradient(top,  #cb091b 0%, #980514 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cb091b), color-stop(100%,#980514)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #cb091b 0%,#980514 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #cb091b 0%,#980514 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #cb091b 0%,#980514 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #cb091b 0%,#980514 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cb091b', endColorstr='#980514',GradientType=0 ); /* IE6-9 */
    border: none;
    color: #fff;
}

.contact-form input[type=submit]{
    font-family: 'campton_bold';
    font-size: 20px;
	font-weight: 400;
    padding: 8px 0;
	text-transform: uppercase;
    width: 318px;
}

.contact-form input[type=submit]:hover{
	background: #980514; /* Old browsers */
	background: -moz-linear-gradient(top,  #980514 0%, #cb091b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#980514), color-stop(100%,#cb091b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #980514 0%,#cb091b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #980514 0%,#cb091b 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #980514 0%,#cb091b 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #980514 0%,#cb091b 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#980514', endColorstr='#cb091b',GradientType=0 ); /* IE6-9 */
}

.other-contact{
	float: right;
    line-height: 25px;
    width: 40.816326530612%; /* 400/980 */
}

.other-contact h3{
	margin: 25px 0 10px;
}

.kcsg-contact-sched{
	border-bottom: 1px solid #e6e6e6;
	border-top: 1px solid #e6e6e6;
	display: block;
	font-family: 'campton_bold';
	font-size: 20px;
	font-size: 2rem;
	margin-bottom: 20px;
	padding: 10px 0;
	text-align: center;
	text-decoration: none;
}

.kcsg-contact-sched:hover{
	color: #000;
}

.eng-checkbox {
	border: 1px solid #ccc;
	margin-bottom: 10px;
	padding: 8px 10px;
}

.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;
}


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

.search-results-message{
	display: block;
	margin-bottom: 30px;
}

.search-list-item{
	padding: 15px;
}

.search-list-item-stripe{
	background-color: #e9eaec;
}

.search-list-img{
	float: left;
	margin-right: 15px;
	width: 20.408163265306%; /* 200/980 */
}

.search-list-desc h2 a{
	color: #125cab;
	text-decoration: none;
}

.search-list-desc h2 a:hover{
	color: #000;
}

.search-nav-wrap{
	background-color: #125cab;
	font-family: 'campton_bold';
	padding: 15px;
}

.search-nav-wrap a{
	color: #fff;
	display: block;
	font-size: 20px;
	font-size: 2rem;
	text-decoration: none;
	width: 50%;
}

.search-nav-wrap a:hover{
	text-decoration: underline;
}

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

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


/* -------------- Subscribe --------------- */

.ast-subscribe-form,
.ast-subscribe-input-wrap{
	position: relative;
}

.ast-subscribe-form{
	margin-top: 40px;
	padding-left: 365px;
}

.ast-subscribe-form label{
	font-family: 'campton_bold';
	font-size: 20px;
	font-size: 2rem;
	left: 0;
	position: absolute;
	text-transform: uppercase;
	top: 15px;
}

.ast-subscribe-form label span{
	color: #eda422;
}

.ast-subscribe-input-wrap{
	border: 1px solid #666;
	padding-right: 55px;
}

.ast-subscribe-input-wrap input,
.ast-subscribe-input-wrap button{
	border: none;
	display: block;
	height: 53px;
}

.ast-subscribe-input-wrap input{
	padding: 0 5px 0 15px;
	width: 100%;
}

.ast-subscribe-input-wrap button{
	background-color: #eda422;
	color: #fff;
	font-size: 20px;
	position: absolute;
	right: 0;
	top: 0;
	width: 53px;
}

.ast-subscribe-input-wrap button:hover{
	background-color: #fdb73c;
}

.ast-newsletter-thanks{
	padding: 0px !important;
	text-align: center !important;
}

.ast-newsletter-thanks label{
	color: #eda422;
	position: static !important;
	text-transform: uppercase;
}

.ast-newsletter-loading{
	height: 40px;
    position: absolute;
    right: 7px;
    top: 7px;
    width: 40px;
}


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

.sidebar-store-btn{
	display: block;
	margin-bottom: 23px;
}

.sidebar-store-btn-resp{
	display: none;
}

.sidebar-related-trending{
	background-color: #125cab;
	color: #fff;
	padding: 7.894736842105%; /* 30/380 */
}

.sidebar-related-trending h2{
	color: #66bcf5;
}

.sidebar-related-trending-item{
	margin-bottom: 7.894736842105%; /* 30/380 */
	position: relative;
}

.sidebar-related-trending-item-overlay{
	font-family: 'campton_bold';
    font-size: 14px;
	font-size: 1.4rem;
	line-height: 18px;
	line-height: 1.8rem;
	/*padding: 4.6875% 6.25%;*/ /* 15/320 & 20/320 */
	/*position: absolute;*/
	text-transform: uppercase;
	width: 100%;
}

.sidebar-related-trending-item-overlay a{
	color: #fff;
	text-decoration: none;
}

.sidebar-related-trending-item-overlay a:hover{
	color: #66bcf5;
}

.sidebar-newsletter-signup-wrap{
	background-color: #125cab;
	margin-bottom: 23px;
	padding: 5.263157894737%; /* 20/380 */
	text-align: center;
}

.sidebar-newsletter-signup-wrap span{
	display: block;
}

.sidebar-newsletter-signup-form label{
	color: #fff;
	line-height: 16px;
	line-height: 1.6rem;
	font-family: 'campton_bold';
}

.sidebar-newsletter-signup-fields{
	background-color: #fff;
	border: 1px solid #125cab;
	margin-top: 10px;
	padding-right: 58px;
	position: relative;
}

.sidebar-newsletter-signup-fields input,
.sidebar-newsletter-signup-fields button{
	border: none;
	display: block;
	height: 53px;
}

.sidebar-newsletter-signup-fields input{
	padding-left: 20px;
	width: 100%;
}

.sidebar-newsletter-signup-fields button{
	background-color: #66bcf5;
	color: #fff;
	font-size: 20px;
	font-size: 2rem;
	position: absolute;
	right: 0;
	top: 0;
	width: 53px;
}

.sidebar-newsletter-signup-fields button:hover{
	background-color: #000;
}

.sidebar-newsletter-signup-form.ast-newsletter-thanks label{
	color: #fff;
}


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

#footer-nav{
	margin-bottom: 6.25%; /* 75/1200 */
}

#footer-nav ul{
	font-family: 'campton_bold';
	font-size: 20px;
	font-size: 2rem;
	text-transform: uppercase;
}

#footer-nav ul li{
	display: inline-block;
	margin: 0 0 15px 6.25%; /* 75/1200 */
}

#footer-nav ul li:first-child{
	margin-left: 0;
}

#footer-nav ul li a{
	color: #fff;
	text-decoration: none;
}

#footer-nav ul li a:hover{
	color: #66bcf5;
}

footer .leaderboard-wrap{
	margin-bottom: 30px;
}

.copyright{
	color: #e9eaeb;
	font-size: 12px;
	font-size: 1.2rem;
}


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



/* -------------- Table Elements --------------- */



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

.clearfix:before,
.clearfix:after{
    content: " ";
    display: table;
}

.clearfix:after{
    clear: both;
}

.clearfix{
    *zoom: 1;
}

.success-message, .error-message{
	font-family: 'Open Sans',sans-serif;
	font-weight: 400px;
    margin-bottom: 20px;
    padding: 20px;
	text-align: center;
}

.success-message{
	background-color: #b3feb3;
    border: 1px solid #78de78;
	color: #3e833e;
}

.error-message{
	background-color: #feb3b3;
    border: 1px solid #de7878;
    color: #833e3e;
}

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

#disqus_thread{
	margin: 30px 0;
}


/* -------------- Media Queries --------------- */

@media screen and (max-width: 1300px), handheld and (max-device-width: 1300px){
	.hp-tagline-wrap img{
		width: 98.153846153846%; /* 1276/1300 */
	}
}

@media screen and (max-width: 1220px), handheld and (max-device-width: 1220px){
	.section-inner{
		padding: 1.666666666667%; /* 20/1200 */
		width: 100%;
	}
}

@media screen and (max-width: 1200px), handheld and (max-device-width: 1200px){
	html{
		font-size: 52.5%;
	}

	.content-prev-next-wrap{
		padding: 15px 1.666666666667%; /* 20/1200 */
	}

	.ast-subscribe-form{
		margin-top: 30px;
		padding-left: 310px;
	}

	.ast-subscribe-input-wrap input,
	.ast-subscribe-input-wrap button{
		height: 47px;
	}

	.ast-subscribe-input-wrap button{
		width: 47px;
	}

	.ast-newsletter-loading{
		height: 30px;
		top: 9px;
		width: 30px;
	}

	.hp-newsletter-signup-form{
		padding-left: 325px;
		width: 700px;
	}

	.hp-newsletter-signup-wrap label{
		top: 14px;
	}

	.hp-newsletter-signup-fields input,
	.hp-newsletter-signup-fields button{
		height: 45px;
	}

	.hp-newsletter-signup-fields button{
		width: 45px;
	}

	.sidebar-newsletter-signup-fields input,
	.sidebar-newsletter-signup-fields button{
		height: 43px;
	}

	.sidebar-newsletter-signup-fields button{
		width: 43px;
	}

	#tune_in_include_wrapper {
		min-height: 144px;
		padding: 15px 15px 15px 255px;
	}

	img.tune_in_photo {
		left: 15px;
	}
}

@media screen and (max-width: 1100px), handheld and (max-device-width: 1100px){
	.logo{
		display: none;
	}

	.logo-condensed{
		display: block;
		margin-top: 1.8rem;
		width: 12.5rem;
	}

	#main-nav{
		margin-top: 1rem;
		margin-left: 0;
	}

	#main-nav li {
		margin-left: 2%;
	}
}

@media screen and (max-width: 1000px), handheld and (max-device-width: 1000px){
	.sidebar-ad-wrap{
		width: 200px;
	}

    html {
        font-size: 54%;
    }
}

@media screen and (max-width: 980px), handheld and (max-device-width: 980px){
	.section-inner-narrow{
		padding: 20px 2.040816326531%; /* 20/980 */
		width: 100%;
	}
}

@media screen and (max-width: 950px), handheld and (max-device-width: 950px){
	.leaderboard-schedule .leaderboard-wrap{
		width: 468px;
	}

	.hp-newsletter-signup-wrap{
		padding: 1.666666666667%; /* 20/1200 */
	}

	.hp-newsletter-signup-form{
		width: 600px;
	}
}

@media screen and (max-width: 900px), handheld and (max-device-width: 900px){
	.logo-condensed{
		margin: 1rem 0;
		width: 125px;
	}

	.schedule-top-wrapper {
		flex-direction: column;
	}

	.schedule-top-left,
	.schedule-top-right {
		width: 100%;
	}

	#main-nav{
		width: auto;
	}

	.main-nav-toggle{
		display: block;
		margin: 0 5px 0 0;
	}

	#main-nav a.active {
		border: none;
	}

	#main-nav ul{
		display: block;
		text-align: center;
	}

	#main-nav li{
		display: block;
		margin: 0;
	}

	#main-nav li a:hover{
		border-bottom: 1px solid #555 !important;
	}

	#main-nav li.social-btn a:hover,
	#main-nav li.social-btn a:focus {
		color: #fff;
	}

	#main-nav li.search-btn{
		margin-left: 0;
	}

	.search-btn span{
		display: none;
	}

	.search-btn form{
		float: left;
		position: static;
		visibility: visible;
	}

	.search-btn form input[type="search"]{
		margin-left: 2px;
		width: 206px;
	}

	.cbp-spmenu h3 {
		color: #afdefa;
		font-size: 1.9em;
		padding: 20px;
		margin: 0;
		font-weight: 300;
		background: #0d77b6;
	}

	.cbp-spmenu a {
		display: block;
		color: #fff;
		font-size: 1.1em;
		font-weight: 300;
	}

	.cbp-spmenu a.active,
	.cbp-spmenu a:hover {
		background: #66bcf5;
	}

	.cbp-spmenu a:active {
		background: #afdefa;
		color: #47a3da;
	}

	/* Orientation-dependent styles for the content of the menu */

	.cbp-spmenu-vertical {
		width: 240px;
		height: 100%;
		top: 0;
		z-index: 1000;
	}

	.cbp-spmenu-vertical a {
		border-bottom: 1px solid #555;
		padding: 1em;
	}

	/* Vertical menu that slides from the left or right */

	.cbp-spmenu-left {
		left: -240px;
	}

	.cbp-spmenu-right {
		right: -240px;
	}

	.cbp-spmenu-left.cbp-spmenu-open {
		left: 0px;
	}

	.cbp-spmenu-right.cbp-spmenu-open {
		right: 0px;
	}

	/* Push classes applied to the body */

	.cbp-spmenu-push {
		overflow-x: hidden;
		position: relative;
		left: 0;
	}

	.cbp-spmenu-push-toright {
		left: 240px;
	}

	.cbp-spmenu-push-toleft {
		left: -240px;
	}

	/* Transitions */

	.cbp-spmenu,
	.cbp-spmenu-push {
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}

	/* General styles for all menus */
	.cbp-spmenu {
		background: #444;
		overflow: auto;
		position: fixed;
	}

	.show-grid-tile{
		width: 31%; /* 277.5/1200 */
	}

	.hp-content-item-overlay{
		font-size: 18px;
		font-size: 1.8rem;
	}

	.ast-subscribe-form{
		padding: 0;
	}

	.ast-subscribe-form label{
		display: block;
		margin-bottom: 10px;
		position: static;
	}
}

@media screen and (max-width: 800px), handheld and (max-device-width: 800px){
	.leaderboard-wrap{
		width: 468px;
	}

	.video-grid-tile{
		margin: 0 0 2.2% 0;
		width: 48.75%; /* 585/1200 */
	}
}

@media only screen and (min-width: 701px) and (max-width: 900px) {
	#tune_in_include_wrapper {
		min-height: 119px;
		padding-left: 205px;
	}

	img.tune_in_photo {
		width: 175px;
	}

	.tune_in_h1 {
		font-size: 2rem;
		line-height: 2.5rem;
	}

}

@media screen and (max-width: 700px), handheld and (max-device-width: 700px){
	html{
		/*font-size: 42.5%;*/
        font-size: 50%;
	}

	#main-content, aside{
		float: none;
		width: 100%;
	}

	.main-nav-toggle{
		font-size: 29px;
	}

	.other-contact{
		width: 30.612244897959%; /* 300/980 */
	}

	.shows-landing .show-featured{
		float: none;
	}

	.shows-landing .show-featured-sml{
		display: none;
	}

	.show-featured-lg-resp{
		display: block;
	}

	.show-featured-lg{
		width: 100%;
	}

	.show-featured-lg.show-featured-space{
		margin-right: 0;
	}

	.show-featured-sml{
		width: 48.75%; /* 585/1200 */
	}

	.show-featured-sml.show-featured-space{
		margin-left: 2.5%; /* 30/1200 */
		margin-right: 0;
	}

	.show-desc .leaderboard-wrap{
		display: block;
		margin-top: 20px;
	}

	.show-sidebar, .show-desc{
		float: none;
		width: 100%;
	}

	.show-sidebar{
		margin-bottom: 20px;
	}

	.show-next-episode{
		padding: 2.5%; /* 30/1200 */
	}

	.show-next-episode h2{
		display: inline;
		margin-right: 5px;
	}

	.sidebar-store-btn-resp{
		display: block;
		margin: 0 auto 23px;
	}

	.sidebar-store-btn,
	.sidebar-ad-wrap{
		display: none;
	}

	.sidebar-ad-wrap-content{
		display: block;
		width: 320px;
	}

	.content-blockquote{
		padding: 15px;
	}

	.content-blockquote-left, .content-blockquote-right{
		width: 28px;
	}

	.content-blockquote-left{
		left: 15px;
		top: 15px;
	}

	.content-blockquote p{
		padding: 0 40px;
	}

	.content-blockquote-right{
		bottom: 15px;
		right: 15px;
	}

	.sidebar-related-trending{
		padding: 3.030303030303%; /* 20/660 */
	}

	.sidebar-related-trending h2 {
		clear: both;
	}

	.sidebar-related-trending-item{
		float: left;
		margin: 0 0 5% 5%; /* 30/600*/
		width: 30%; /* 180/600 */
	}

	.sidebar-related-trending-first{
		margin-left: 0;
	}

	.ast-subscribe-form{
		margin-bottom: 50px;
		padding-left: 250px;
	}

	.ast-subscribe-form label{
		position: absolute;
		top: 13px;
	}

	.ast-subscribe-input-wrap input,
	.ast-subscribe-input-wrap button{
		height: 40px;
	}

	.ast-subscribe-input-wrap button{
		font-size: 18px;
		width: 40px;
	}

	.ast-newsletter-loading{
		height: 25px;
		top: 8px;
		width: 25px;
	}

	.hp-newsletter-signup-wrap{
		padding: 15px;
	}

	.hp-newsletter-signup-form{
		width: 100%;
	}

	.sidebar-newsletter-signup-wrap{
		padding: 15px; /* 20/676 */
		text-align: left;
	}

	.sidebar-newsletter-signup-form{
		padding-left: 160px;
		position: relative;
	}

	.sidebar-newsletter-signup-form label{
		font-size: 23px;
		font-size: 2.3rem;
		left: 0;
		line-height: 24px;
		line-height: 2.4rem;
		position: absolute;
		top: 7px;
	}

	.sidebar-newsletter-signup-fields{
		margin-top: 0;
	}

    .show-title h1 {
        font-size: 85px;
        font-size: 8.5rem;
        line-height: 82px;
        line-height: 8.2rem;
    	margin-bottom: 4px;
    }

    .sidebar-related-trending-item-overlay{
        font-size: 19px;
    	font-size: 1.9rem;
    	line-height: 23px;
    	line-height: 2.3rem;
    }

    .show-featured h1{
    	font-size: 28px;
        font-size: 2.8rem;
        line-height: 3rem;
    }

    .show-guide-tabs-wrap {
    	flex-direction: column;
    }

    .hp-content-grid-two .hp-content-grid-item, .hp-content-grid-three .hp-content-grid-item, .video-grid-tile h3 {
        font-size: 22px;
        font-size: 2.2rem;
        line-height: 25px;
        line-height: 2.5rem;
    }

    .content-landing h1{
    	font-size: 68px;
    	font-size: 6.8rem;
    }
}

@media screen and (max-width: 600px), handheld and (max-device-width: 600px){
	.hp-schedule {
		display: block;
	}

	.hp-schedule-now-next-wrap, .hp-schedule-full, .hp-schedule-now-next-inner{
		float: none;
		width: 100%;
	}

	.hp-schedule-now-next-wrap, .hp-schedule-full{
		font-size: 18px;
		font-size: 1.8rem;
		padding: 1.538461538462%; /* 20/1300 */

	}

	.hp-schedule-full{
		text-align: right;
	}

	.sched-show-time{
		font-size: 25px;
		font-size: 2.5rem;
	}

	.leaderboard-schedule .leaderboard-wrap{
		width: 320px;
	}

	.hp-content-item{
		width: 50%;
	}

	.hp-content-item-resp{
		display: none;
	}

	.sidebar-related-trending-item-overlay{
		position: static;
	}

	.sidebar-related-trending-item-overlay a:hover{
		color: #66bcf5;
	}

	.hp-newsletter-signup-wrap{
		padding: 15px 0; /* 100/600 */
	}

	.hp-newsletter-signup-form{
		padding-left: 0;
		width: 400px;
	}

	.hp-newsletter-signup-wrap label{
		display: block;
		margin-bottom: 8px;
		position: static;
	}

	.sidebar-newsletter-signup-form{
		padding-left: 140px;
	}

	.sidebar-newsletter-signup-form label{
		font-size: 20px;
		font-size: 2rem;
		line-height: 22px;
		line-height: 2.2rem;
	}

	#tune_in_include_wrapper {
		min-height: 119px;
		padding-left: 205px;
	}

	img.tune_in_photo {
		width: 175px;
	}

	.show-grid-tile h3 {
		word-break: break-word;
	}

    .show-title h1{
        font-size: 54px;
        font-size: 5.4rem;
        line-height: 54px;
        line-height: 5.4rem;
    }
}

@media screen and (max-width: 550px), handheld and (max-device-width: 550px){
	.contact-form, .other-contact{
		float: none;
		width: 100%;
	}

	.contact-form{
		min-width: 100%;
	}

	.other-contact{
		border-top: 1px dashed #ccc;
		margin-top: 30px;
		text-align: center;
	}

	.g-recaptcha{
		width: 304px;
	}

	.contact-form input[type="submit"]{
		margin: 0 auto;
	}

	.wtw-title{
		margin: 10px 0 20px;
		text-align: center;
	}

	.wtw-zip-search{
		margin: 0 auto;
	}
}

@media screen and (max-width: 500px), handheld and (max-device-width: 500px){
	.hp-content-grid-two .hp-content-grid-item,
	.hp-content-grid-three .hp-content-grid-item {
		width: 100%;
	}

	.sched-date-picker-section{
		float: none;
	}

	.sched-date-picker-cal{
		border: 1px solid #ccc;
		margin: 14px auto 0;
		padding: 5px;
		min-width: 200px;
	}

	.sched-date-picker-cal input{
		background-position: right 5px;
		width: 100%;
	}

	.sched-date-picker-pdf{
		font-size: 18px;
		font-size: 1.8rem;
		margin: 15px 0 8px;
		text-align: center;
		width: 100%;
	}

	.sched-load-more{
		margin-bottom: 15px;
		padding: 10px 0;
	}

	.sched-item, .leaderboard-schedule{
		margin-bottom: 7px;
	}

	.sched-show-time, .sched-show-info{
		float: none;
		width: 100%;
	}

	.sched-show-time{
		font-size: 30px;
		font-size: 3rem;
		margin: 0 0 7px;
		text-align: center;
	}

	.sched-show-info{
		padding: 5px;
	}

	.leaderboard-schedule{
		width: 100%;
	}

	.leaderboard-wrap{
		width: 320px;
	}

	.video-grid-tile{
		float: none;
		width: 100%; /* 585/1200 */
	}

	.content-top-featured-desc{
		position: static;
	}

	.content-blockquote-left, .content-blockquote-right{
		width: 18px;
	}

	.content-blockquote p{
		padding: 0 30px;
	}

	.content-see-also-overlay{
		position: static;
	}

	.content-see-also-overlay a:hover{
		text-decoration: underline;
	}

	.content-video-player, .content-video-desc{
		float: none;
		width: 100%;
	}

	.ast-subscribe-form{
		padding-left: 0;
	}

	.ast-subscribe-form label{
		position: static;
	}

	.show-tunein-list{
		/*font-size: 20px;
		font-size: 2rem;*/
		line-height: 25px;
		line-height: 2.5rem;
	}

	.show-tunein-list li{
		margin-bottom: 7px;
	}

	.sidebar-newsletter-signup-form{
		padding-left: 0;
	}

	.sidebar-newsletter-signup-form label{
		display: block;
		margin-bottom: 8px;
		position: static;
		text-align: center;
	}

	.sidebar-newsletter-signup-wrap span{
		display: inline-block;
		margin-left: 4px;
	}

    h1 {
        font-size: 30px;
        line-height: 35px;
    }

    .content-page-title {
        font-size: 16px;
        font-size: 1.6rem;
    }

    .content-page-title h1{
        font-size: 35px;
        line-height: 40px;
    }

    .sched-show-img {
        display: none;
    }

    .sched-show-desc {
        width: 100%;
    }

    .show-tunein-list li {
        line-height: 25px;
    }

    table.where-to-watch tr.stripe td {
        background-color: #125cab;
        color: #fff;
    }

    a.wtw-back-top-top-mobile {
        display: block;
    }

   .stripe td.wtw-to-top {
       display: none;
   }

    table.where-to-watch thead th {
        display: none;
    }

    table.where-to-watch td.market {
        margin-top: 10px;
    }

    table.where-to-watch td.market{
    	padding-left: 10px;
        display: block;
        background-color: #f1f1f1;
        width: 100%;
    }

    table.provider-table{
    	width: 100%;
    }

    td.provider-td{
    	width: 100%;
        display: block;
    }

    table.provider-table td{
        border-bottom: 1px solid #f1f1f1;
    }

    table.provider-table td:nth-child(odd){
        border-bottom: 2px solid #f1f1f1;
        width: 65%;
    }

    table.provider-table td:nth-child(even){
        border-bottom: 2px solid #f1f1f1;
        width: 35%;
        padding-left: 10px;
        border-left: 2px dotted #f1f1f1;
    }

}

@media screen and (max-width: 450px), handheld and (max-device-width: 450px){
	.hp-newsletter-signup-wrap{
		padding: 15px;
	}

	.hp-newsletter-signup-form{
		width: 100%;
	}

	p.tune_in_h1 {
		font-size: 2.3rem;
		margin: 0 0 5px 0;
        line-height: 2rem;
	}

    .content-list-item-img {
        float: none;
        margin: 0 auto 10px;
        max-width: 400px;
        width: 100%;
    }

    .content-list-item-copy {
        float: none;
        margin: 0 auto;
        max-width: 400px;
        width: 100%;
    }

}

@media screen and (max-width: 400px), handheld and (max-device-width: 400px){
	.hp-content-item-overlay{
		font-size: 15px;
		font-size: 1.5rem;
	}

	.sidebar-related-trending-item{
		float: none;
		margin-left: 0;
		width: 100%;
	}

	.sidebar-related-trending-item img{
		display: block;
		float: left;
		margin-right: 10px;
		width: 100px;
	}

	.sidebar-related-trending-item-overlay{
		padding: 0;
	}

	#tune_in_include_wrapper {
		padding: 10px;
	}

	img.tune_in_photo {
		display: block;
		margin-bottom: 10px;
		position: static;
		width: 100%;
	}
}

@media screen and (max-width: 350px), handheld and (max-device-width: 350px){
	.hp-content-item-overlay{
		font-size: 13px;
		font-size: 1.3rem;
	}

	.sidebar-newsletter-signup-wrap span{
		display: block;
		margin-left: 0;
	}

    .show-grid-tile h3 {
    	font-size: 16px;
        font-size: 1.6rem;
        line-height: 20px;
        line-height: 2rem;
    }
}
