/* -------------- 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 --------------- */

*{
	box-sizing: border-box;
}

html{
	font-size: 62.5%;
}

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

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

p > a {
	color: #125cab;
  font-weight: 700;
}

p > a:hover {
	text-decoration: none;
}

h1 {
	font-size: 3.5rem;
	line-height: 4rem;
}

h2 {
	font-size: 2.5rem;
	line-height: 3rem;
}

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

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

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

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

h6 {
	font-size: 1.4rem;
}

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

ul {
	margin: 0;
	padding: 0;
}

.section-inner-narrow ul{
	margin:  2rem 0 2rem 2rem;
}

.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: 2.5rem;
}

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

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

.section-padding {
	padding: 3% 2%;
}

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

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

.bg-dark-gradient {
	background-attachment: fixed;
	background-image: #efefef;
	background-image: linear-gradient(to bottom,  #e1e2e2 48%,#efefef 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	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;
}

.dark-stripe-bottom {
	padding-bottom: 5rem;
}

#main-content {
	float: left;
  font-size: 1.6rem;
  line-height: 2.5rem;
	width: 65.833333333333%; /* 790/1200 */
}

aside {
	float: right;
	width: 31.666666666667%; /* 380/1200 */
	max-width: 300px;
}

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

.two-column-container {
   display: flex;
   flex-direction: row;
}

.two-column-content {
   width: 70%;
   display: flex;
   flex-direction: column;
}

.two-column-content.videos-grid-wrap {
   display: flex;
   flex-direction: row;
   margin-right: 1%;
}

.two-column-sidebar {
   width: 30%;
}

.lg-col-wrapper-no-space {
	max-width: 1250px;
	padding: 0;
	margin: 0 auto;
  position: relative;
  clear: both;
}

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

.header-container {
	height: 100%;
}

.logo/*, #main-nav*/ {
	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: 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,
.main-nav-toggle:focus {
	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:hover,
#main-nav a:focus,
#main-nav a.active {
	border-bottom: 6px 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-bar {
	border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  padding: 2rem;
  display: none;
  position:  relative;
  width: 100%;
}

.search-bar.open {
	background: #125cab;
  display: block;
  width: 100%;
  position: absolute;
  z-index: 99999;
  margin-top: -0.1rem;
}

.search-bar form {
	background-color: white;
  color: #252525;
  border-radius: 50px;
  margin: 0 3rem;
}

.search-bar input {
	background: none;
  border: none;
  display: block;
  float: left;
  height: 50px;
  width: 100%;
  margin-right: 7rem;
  padding: 0 3rem;
  vertical-align: middle;
  outline: none;
}

.search-bar button {
	float: right;
  width: 70px;
  background: none;
  border: none;
}

.search-bar button i {
	font-size: 2rem;
	margin-top: 1.5rem;
}

.search-bar button i:hover,
.search-bar button i:focus {
	color: #125cab;
}

.search-bar-input-wrap {
	margin-right: -7rem;
  width: 100%;
  float: left;
}

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

.is-sticky .section-inner {
	padding: 0 1.5rem;
}

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

.is-sticky #main-nav {
	margin-top: 0.5rem;
	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: -0.1rem;
	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: 3rem;
	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,
.hp-billboard-slider-wrap .bx-prev:focus,
.hp-billboard-slider-wrap .bx-next:focus {
	color: #000;
}

.hp-schedule {
	background-color: #fff;
	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: 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: 1rem;
	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,
.hp-now-next a:focus {
	color: #000;
}

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

.hp-newsletter-signup-wrap {
	display: flex;
	flex-direction: row;
	justify-content: center;
	background-color: #125cab;
	padding: 1.7rem 0;
}

.hp-newsletter-signup-form {
	display: flex;
	margin: 0 auto;
	width: 800px;
}

.hp-newsletter-signup-wrap label {
	display: flex;
	justify-content:  center;
	align-items: center;
	color: #fff;
	font-family: "campton_bold";
	font-size: 2rem;
	width: 100%;
}

.hp-newsletter-signup-fields {
	background-color: #fff;
	position: relative;
	width: 100%;
}

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

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

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

.hp-newsletter-signup-fields button:hover,
.hp-newsletter-signup-fields button:focus {
	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 2rem;
	width: 1276px;
}

.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: 1.2rem;
	font-style: normal;
}

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

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

.view-all:hover,
.view-all:focus {
	color: #000;
}

.bg-dark .view-all,
.bg-dark-trans .view-all:hover,
.bg-dark-trans .view-all:focus {
	color: #fff;
}

.bg-dark .view-all:hover,
.bg-dark .view-all:focus {
	color: #66bcf5;
}

.bg-light-trans .view-all:hover,
.bg-light-trans .view-all:focus {
	color: #000;
}

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

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

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

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

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

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

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

.hp-social-slider-wrap .social-prev-slide,
.hp-social-slider-wrap .social-next-slide {
	color: #fff;
	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,
.hp-social-slider-wrap .social-prev-slide:focus,
.hp-social-slider-wrap .social-next-slide:focus {
	color: #eda422;
}

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

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

.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;
	font-family: 'campton_bold';
	font-size: 2.5rem;
	position: absolute;
	padding: 4.5%; /* 30/666.66666666666667 */
	bottom: 0;
	text-transform: uppercase;
	width: 100%;
}

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

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

.hp-content-grid {
	display: flex;
	flex-wrap: wrap;
	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: 1.5rem;
}

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

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

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

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

#main-content .rrssb-buttons a:hover, 
#main-content .rrssb-buttons a:focus {
	text-decoration: none;
}

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

.schedPicker {
  color: #fff;
  background: none;
  position: relative;
  font-weight: bold;
  background-image: url("/images/calendar_icon_light.png");
  background-repeat: no-repeat;
  background-size: 4rem;
  background-position: 80% 48%;
  font-size: 4rem;
  width: auto;
  margin-top: -0.5rem;
  text-align: center;
  cursor: pointer;
  border: none;
  outline: none;
}

@media only screen and (max-width: 500px) {
  .schedPicker {
    font-size: 3.6rem;
    background-size: 2.5rem;
    background-position: 90% 50%;
    padding-right: 3rem;
    margin-top: -1rem;
  }
}

.schedPicker:hover,
.schedPicker:focus {
  color: black;
  cursor: pointer;
}

#schedule_container {
	padding-top: 2rem;
}

.schedule-listing-block {
	margin: 2rem 0;
}

.schedule-listing-nav {
		background-color: #125cab;
		display: flex;
		justify-content: flex-end;
		padding: 1rem 3rem 0.7rem;
		margin-top: 3rem;
		text-align: center;
}

@media only screen and (max-width: 550px) {
	.schedule-listing-nav {
		padding: 1rem 0 0.7rem;
	}

	.next-button i, 
	.prev-button i {
	 	font-size: 3rem;
	}
}

.schedule-listing-nav #displayed-date {
	color:  white;
	font-size: 3.5rem;
	margin: auto;
}

.schedule-wtw-buttons {
  display: flex;
  align-items: center;
  margin-top: 1rem;
}

.schedule-wtw-link {
	font-size: 1.8rem;
	font-weight: 700;
}

.btn-secondary {
  background: #125cab;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  padding: 1.5rem;
  text-align: center;
  white-space: nowrap;
  margin-bottom: 1rem;
  padding: 1.3rem 3rem 1.4rem;
  position: relative;
  text-decoration: none;
  border: 2px solid #125cab;
}

.btn-secondary:hover {
	color: #125cab;
	background: white;
	border: 2px solid;
}

.next-button i,
.prev-button i {
	color: #fff;
  font-size: 4rem;
}

.next-button i:hover,
.prev-button i:hover,
.next-button:hover p,
.prev-button:hover p,
.next-button:hover i,
.prev-button:hover i {
	color: black;
}

.next-button p,
.prev-button p {
	color: #fff;
	font-size: 2.4rem;
  font-weight: bold;
  margin: 0.5rem 0;
}

.sched-date-picker-inner {
	padding: 1rem 0;
	width: 100%;
}

.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: 1rem 0;
}

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

.sched-date-picker-section {
    display: flex;
    justify-content: space-between;
}

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

.sched-streaming-text {
    width: 100%;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 1rem;
    padding-bottom: 1rem;   
}

/* Date Picker */

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

.datepicker.dropdown-menu {
	  left: calc(45% - 30px) !important;
}

@media only screen and (max-width: 500px) {
	.datepicker.dropdown-menu {
	  	left: calc(25% - 30px) !important;
	}
}

.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,
.datepicker th, .datepicker td {
	padding: 0.5rem 0.7rem;
}

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

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: #125cab;
}

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: 0.2rem;
  width: 40px
}


/* Date Picker - END */

.sched-load-more {
	background-color: #125cab;
	color: #fff;
	cursor: pointer;
	display: block;
	font-size: 2rem;
	padding: 1rem 0;
	text-align: center;
  font-weight: 700;
  padding: 1.2rem 0 1rem;
  max-width: 300px;
  margin: 0 auto;
}

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

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

.sched-change-timezone {
	color: #125cab;
	cursor: pointer;
	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-style: 1.6rem;
	margin-top: 0.5rem;
}

.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: 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;
	padding: 1rem;
	border-bottom: 5px solid #125cab;
}

.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: 0.5rem;
}

.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: 1rem;
}

.sched-show-desc p {
	margin: 0;
}

.leaderboard-schedule {
	float: right;
	padding: 2rem 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: 0.8rem;
}

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

.show-featured a:hover,
.show-featured a:focus {
	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,
.show-grid-tile h3 a:focus {
	color: #125cab;
}

.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: 10rem;
	line-height: 8.2rem;
	margin-bottom: 0.4rem;
}

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

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

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

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

.show-tunein-list li {
	margin-bottom: 1rem;
}

.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: 3rem;
	padding: 5.263157894737% 5.263157894737% 15.789473684211%; /* 30/380 & 60/380 */
  line-height: 2.5rem;
}

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

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

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

.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: 1.6rem;
}

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

.show-guide-tab-link:hover,
.show-guide-tab-link:focus {
	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,
.show-guide-tab-link-current:focus {
	color: #125cab;
}

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

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

.show-guide-episode {
	margin-bottom: 2rem;
}

.show-guide-episode h3 {
	margin-bottom: 0.3rem;
}


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

.videos-grid-wrap {
	display: flex;
  flex-wrap: wrap;
	justify-content: space-between;
}

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

.video-grid-tile {
	margin: 0 0 2.4%; /* firebug */
	width: calc( 100% / 2 - 1rem);
}

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

.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;
	margin-bottom: 0.5rem;
}

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

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

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

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

.video-page-info {
	margin: 1.5rem 0 5rem;
}

.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: 5rem;
	padding: 0.5rem;
	position: absolute;
	top: 87px;
}

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

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

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


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

.content-landing h1 {
	font-size: 5.5rem;
	line-height: 6.2rem;
	margin: 0 0 2rem;
}

.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: 4.2rem;
	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,
.content-top-featured-desc a:focus {
	color: #66bcf5;
}

.landing-content-grid .video-grid-tile {
	margin-bottom: 3rem;
}

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

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

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

.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,
.content-page-title a:focus {
	text-decoration: none;
}

.content-page-title h1{
	font-size: 6rem;
	line-height: 6rem;
	margin-bottom: 1.5rem;
}

.content-page-img-wrap{
	color: #eda422;
	float: right;
	font-family: 'campton_bold';
	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: 1rem;
	margin-bottom: 0.5rem;
	text-decoration: none;
}

.content-page-img-credit:hover,
.content-page-img-credit:focus {
	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%;
}

#main-content .content-see-also-overlay a {
	color: #000 ;
	text-decoration: none;
	display: block;
}

#main-content .content-see-also-overlay a:hover,
.content-see-also-overlay a:focus {
	color: #125cab;
}

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

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

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

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

.content-blockquote {
	background: #fff;
	font-family: 'campton_bold';
	font-size: 2.2rem;
	margin: 0 0 2rem;
	padding: 2ren;
	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 6rem;
	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;
	color: #fff;
	font-family: 'campton_bold';
	font-size: 3.5rem;
	display: block;
	left: 3.947368421053%; /* 15/380 */
	padding: 0.7rem 0.9rem;
	position: absolute;
	top: 3.947368421053%; /* 15/380 */
	border: 2px solid #fff;
	border-radius: 20px;
}

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

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

.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: 1.4rem;
	padding: 2.53164556962%; /* 20/790 */
	width: 36.708860759494%; /* 290/790 */
}

.content-video-desc h3 {
	margin-bottom: 0.5rem;
}

.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: 1.5rem 4rem;
	position: fixed;
	width: 100%;
	z-index: 99999;
}

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

.content-prev-link,
.content-next-link {
	color: #fff;
	display: block;
	font-family: 'campton_bold';
	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: -5rem;
	position: static;
}

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

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

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

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

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

#tune_in_include_wrapper {
	background-color: #fff;
  margin: 2rem 0 3.5rem 0;
  min-height: 153px;
  position: relative;
  padding: 2rem 2rem 2rem 27rem;
 	border-bottom: 5px solid #125cab;
}

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

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

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

.tune_in_tagline {
  margin: 0;
  font-size: 1.6rem;
  font-weight: bold;
}

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

.wtw-subtitle {
  margin-bottom: 2rem;
}

.wtw-location-instruction {
  border-bottom: 3px solid #125cab;
  padding-bottom: 1rem;
  margin-bottom: 0;
}

.wtw-zip-search {
  margin: 5rem 0;
}

@media only screen and (max-width: 700px) {
  .wtw-zip-search {
    margin: 4rem 0;
  }
}

.wtw-zip-search form {
  display: inline-flex;
  border-bottom: 2px solid #125cab;
  margin-right: 2rem;
}

@media only screen and (max-width: 500px) {
  .wtw-zip-search form {
    width: 100%;
  }
}

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

.wtw-zip-search input {
  color: #000;
  font-size: 1.8rem;
  padding: 0 1rem 0.7rem;
  width: 375px;
  margin-bottom: 0;
  outline: none;
}

.wtw-zip-search button {
  color: #125cab;
  border: none;
  font-size: 2rem;
  padding: 0;
}

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

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

.wtw-tunein-info {
  font-weight: 600;
  padding: 1.5rem;
}

.wtw-tunein-select:hover,
.wtw-tunein-select:focus,
.wtw-tunein-select:hover a,
.wtw-tunein-select:focus a,
.wtw-tunein-select.wtw-tunein-info a:hover,
.wtw-tunein-select.wtw-tunein-info a:focus {
  background: #125cab;
  color: #fff;
  cursor: default;
}

.wtw-channel-list-line {
  position: absolute;
  right: 0;
  top: -28px;
  left: 64px;
  border-bottom: 1px solid #125cab;
  border-top: none;
}

.wtw-channel-list {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
}

.wtw-channel-list li {
  position: relative;
  padding: 3rem 1.5rem 2.3rem;
}

.wtw-channel-list li:first-child .wtw-channel-list-line {
  border-bottom: none;
}

.wtw-channel-checkbox-wrap input {
  margin: 0;
  position: absolute;
  opacity: 0;
}

.wtw-channel-checkbox-wrap label {
  display: flex;
  align-items: flex-start;
  margin-bottom: 0.5rem;
  font-weight: 600;
}

.wtw-channel-checkbox-wrap input + label {
  cursor: pointer;
  font-weight: 400;
  padding: 0;
  position: relative;
}

.wtw-channel-checkbox-wrap input + label:before {
  background: transparent;
  border: 3px solid #125cab;
  border-radius: 1px;
  content: "";
  display: inline-block;
  height: 25px;
  margin-right: 2rem;
  vertical-align: middle;
  width: 25px;
  min-width: 25px;
  max-width: 25px;
  margin-top: -0.4rem;
}

.wtw-channel-checkbox-wrap input + label:before:hover {
  color: #f00;
}

.wtw-channel-checkbox-wrap input:checked + label:after {
  content: '\2713';
  font-weight: 900;
  font-size: 4rem;
  position: absolute;
  left: 0;
  top: 0;
  color: #125cab;
}

.wtw-tunein-select:hover input + label:before,
.wtw-tunein-select:focus input + label:before {
  color: #000;
  border: 3px solid #000;
}

.wtw-tunein-select:hover .wtw-channel-checkbox-wrap input:checked + label:after {
  color: #fff;
}

.wtw-tunein-select:hover .wtw-channel-checkbox-wrap input + label:before {
  border: 3px solid #fff;
}

.wtw-tunein-select:not(:hover).wtw-odd-row label {
  color: #666;
}

@media only screen and (max-width: 500px) {
  .channel-info {
    font-size: 1.8rem;
    margin-top: 0.2rem;
  }
}

.wtw-see-schedule-container {
  padding-bottom: 3rem;
  margin: 0 0 2rem;
}

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

@media only screen and (max-width: 500px) {
  table.provider-table td:nth-child(odd) {
    border-bottom: 1px solid #132056;
    width: 65%;
  }
  table.provider-table td:nth-child(even) {
    border-bottom: 1px solid #132056;
    padding-left: 10px;
    border-left: 1px dotted #132056;
    width: 35%;
  }
}

.schedule-wtw-buttons {
  display: flex;
  align-items: center;
  margin-top: 1rem;
}

.leaderboard-tunein {
  margin-bottom: 20px;
  margin-top: 20px;
}

.wtw-channel-list a.start-btn-primary {
  border-radius: 0px;
}

/* -------------- 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: 1.5rem;
}

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

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

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

.g-recaptcha {
	margin: 0 auto 1.2rem;
	width: 100%;
}

.form-error-msg, .contact-form label {
	margin: 0 0 0.5rem;
}

.form-error-msg {
	color: #cd0000;
	font-size: 1.3rem;
}

.contact-form input[type=submit] {
	background: #cb091b; /* Old browsers */
	background: #125cab;
	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: 2rem;
	font-weight: 400;
  padding: 8px 0;
	text-transform: uppercase;
  width: 318px;
}

.contact-form input[type=submit]:hover,
.contact-form input[type=submit]:focus {
	background: #980514; /* Old browsers */
	background: #0f5197;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#980514', endColorstr='#cb091b',GradientType=0 ); /* IE6-9 */
}

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

.other-contact h3{
	margin: 2.5rem 0 1rem;
}

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

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

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

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

.eng-checkbox input {
	margin-right: 0.5rem;
}

.contact-form-newsletter-signup {
    margin-bottom: 1rem;
}

.contact-form-newsletter-signup input[type="checkbox"] {
    display: inline;
    margin-right: 0.5rem;
    margin-bottom: 1rem;
}

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

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

.search-results-message {
	display: block;
	margin-bottom: 3rem;
}

.search-list-item {
	padding: 1.5rem;
}

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

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

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

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

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

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

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

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

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

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

.sidebar-store-btn {
	display: block;
	margin-bottom: 2.3rem;
}

.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: 1.4rem;
	line-height: 1.8rem;
	text-transform: uppercase;
	width: 100%;
}

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

.sidebar-related-trending-item-overlay a:hover,
.sidebar-related-trending-item-overlay a:focus {
	color: #000;
}

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

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

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

.sidebar-newsletter-signup-fields {
	background-color: #fff;
	border: 1px solid #125cab;
	margin-top: 1rem;
	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: 2rem;
	width: 100%;
}

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

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

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

#fs-sidewall-left-container {
	z-index: -1;
}

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

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

#footer-logo {
	margin-bottom: 3rem;
}

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

#footer-nav ul li {
	display: inline-block;
	margin: 0 0 2.5rem 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,
#footer-nav ul li a:focus {
	color: #66bcf5;
}

footer .leaderboard-wrap {
	margin-bottom: 3rem;
}

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

/* -------------- More Stories Module --------------- */

.more-stories-module {
	padding-top: 2.5rem;
}

.more-stories-module h1 {
	padding-top: 1.5rem;
	margin-bottom: 0;
}

.more-stories-module-inner {
	display: flex;
	justify-content: space-between;
	padding-bottom: 0;
}

.more-stories-item {
	display: flex;
	flex-direction: column;
	width: calc(100% / 4 - 0.7rem);
}

.more-stories-item img {
	display: block;
}

.more-stories-item .content-top-featured-desc {
	flex: 1;
	font-size: 1.6rem; 
	line-height: 2rem;
	padding: 1.5rem;
}

.more-main-link {
	background: white;
	color: #125cab;
	font-size: 1.8rem;
  padding: 1rem 4rem;
  text-decoration: none;
}

.more-main-link:hover,
.more-main-link:focus {
	background-color: #125cab;
	color: #fff;
}

.more-featured {
	text-align: right;
}

.more-featured-item {
	width: calc(100% / 2 - 1rem);
}

.more-featured-container {
 	padding-bottom: 0;
}

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


/* -------------- 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: 2rem;
  padding: 2rem;
	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: 3rem 0;
}


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

@media screen and (max-width: 1220px), handheld and (max-device-width: 1220px){
	.section-inner{
		padding: 1rem;
		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 */
	}

	.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: 2rem 2.040816326531%; /* 20/980 */
		width: 100%;
	}
}

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

@media screen and (max-width: 900px), handheld and (max-device-width: 900px){

	.two-column-container {
		flex-direction: column;
	}

	.two-column-content {
		width: 100%;
		margin-bottom: 3rem;
	}

	.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 a:hover,
	#main-nav a:focus,
	#main-nav a.active {
		border-bottom: 0;
	}

	.main-nav-toggle{
		display: block;
		margin: 0 0.5rem 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 {
		background: #0d77b6;
		color: #afdefa;
		font-size: 1.9em;
		font-weight: 300;
		padding: 2rem;
		margin: 0;
	}

	.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 {
		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: 50%;
	}

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

	.main-nav-toggle {
		font-size: 2.9rem;
	}

	.hp-newsletter-signup-form {
		flex-direction: column;
		align-items: center;
	}

	.hp-newsletter-signup-fields {
		width: 80%;
		margin-top: 1rem;
	}

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

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

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

	.content-blockquote{
		padding: 1.5rem;
	}

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

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

	.content-blockquote p{
		padding: 0 4rem;
	}

	.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: 5rem;
		padding-left: 25rem;
	}

	.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: 1.8rem;
		width: 40px;
	}

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

	.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: 1.9rem;
    	line-height: 2.3rem;
    }

    .show-featured h1{
      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: 2.2rem;
      line-height: 2.5rem;
    }

    .content-landing h1{
    	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: 1.8rem;
		padding: 1.538461538462%; /* 20/1300 */
	}

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

	.sched-show-time{
		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,
	.sidebar-related-trending-item-overlay a:focus {
		color: #000;
	}

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

	.sidebar-newsletter-signup-form label{
		font-size: 2rem;
		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: 5.4rem;
      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: 3rem;
		text-align: center;
	}

	.g-recaptcha{
		width: 304px;
	}

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

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

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

@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%;
	}

	.hp-newsletter-signup-fields input, 
	.hp-newsletter-signup-fields button {
		height: 40px;
	}
    
	.sched-streaming-text p {
		width: 98.153846153846%; /* 1276/1300 */
	}

	.sched-date-picker-cal{
		padding: 0.5rem;
		min-width: 200px;
		border: none;
	}

	.sched-date-picker-cal input{
		width: 100%;
	}

	.sched-date-picker-pdf{
		font-size: 1.8rem;
		margin: 1.5rem 0 0.8rem;
		text-align: center;
		width: 100%;
	}

	.sched-load-more{
		margin-bottom: 1.5rem;
		padding: 1rem 0;
	}

	.sched-item, .leaderboard-schedule{
		margin-bottom: 3rem;
	}

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

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

	.sched-show-info{
		padding: 0.5rem;
	}

	.leaderboard-schedule{
		width: 100%;
	}

	.leaderboard-wrap{
		width: 320px;
	}

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

	.video-grid-tile h3 {
		margin-bottom: 0.5rem;
	}

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

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

	.content-blockquote p{
		padding: 0 3rem;
	}

	.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{
		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: 0.8rem;
		position: static;
		text-align: center;
	}

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

  h1 {
      font-size: 3rem;
      line-height: 3.5rem;
      margin-bottom: 1rem;
  }

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

  .content-page-title h1{
      font-size: 3.5rem;
      line-height: 4rem;
  }

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

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

  .show-tunein-list li {
      line-height: 2.5rem;
  }

  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: 1rem;
    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: 1rem;
    border-left: 2px dotted #f1f1f1;
  }

  .more-stories-module-inner {
  	flex-direction: row;
  	flex-wrap: wrap;
  }

  .more-stories-item {
  	width: calc(100% / 2 - 0.5rem);
  }

  .more-stories-item .content-top-featured-desc {
  	font-size: 1.4rem;
  	line-height: 1.8rem;
  }

  .more-featured {
  	margin-top: 0;
  	text-align: center;
  }

}

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

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

	p.tune_in_h1 {
		font-size: 2.3rem;
		margin: 0 0 0.5rem 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: 1.5rem;
	}

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

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

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

	#tune_in_include_wrapper {
		padding: 1rem;
	}

	.tune_in_photo {
		display: block;
		margin-bottom: 1rem;
		position: static;
		width: 100%;
	}
}

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

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

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