/*
*
* Addition IE Testing Needed - Mark W.
*
*/

@import url("../../noindex/fonts/proximanova.css");

/* Reset
----------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
}
body { }
ol, ul { list-style: none; 
}
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
:focus { outline: 0; }
ins { text-decoration: none; }
del { text-decoration: line-through; }
table {
	border-collapse: collapse;
	border-spacing: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline;
*zoom: 1;
}
img {max-width: 100%;}
small { font-size: 85%; }
/* self clear */
.clearself:before, .clearself:after {
	content: " ";
	display: block;
	height: 0;
	overflow: hidden;
}
b,strong {
	font-family: "proximanova-bold", Arial, sans-serif;
}
em {
	font-style: italic;
}
.clearself:after { clear: both; }
.clearself { zoom: 1; } /* IE < 8 */
.row-container {
	margin: 24px 0;
	position: relative;
}


.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
  }
  * html .clearfix             { zoom: 1; } /* IE6 */
  *:first-child+html .clearfix { zoom: 1; } /* IE7 */
.clear-all {
	clear:both;
}
/* cascading layout classes */
.twoThirds, .third, .half { position:relative; }
.twoThirds { width: 65%; }
.third { width: 30%; }
.half { width: 47%; }
.left { float: left; }
.right { float: right; }
.centered { text-align: center; }

.third.left{ margin-right: 5%; }


.twoThirds .half {width: 46.15%;}

/* shouldn't need this and it is problematic in IE 
.third.left:nth-child(3n+3) , .half.left:nth-child(2n+2), .twoThirds .half.left:nth-child(2n+2) { margin-right: 0px; }
*/

.clear { clear: both; }
.top-border {
	border-top:1px solid #ccc; padding-top:15px; margin-top: 18px;	
}

/* modifier classes */
.box_round {
	-webkit-border-radius: 13px; /* Android â‰¤ 1.6, iOS 1-3.2, Safari 3-4 */
	border-radius: 13px; /* Android 2.1+, Chrome, Firefox 4+, IE 9+, iOS 4+, Opera 10.50+, Safari 5+ */
	/* useful if you don't want a bg color from leaking outside the border: */
	background-clip: padding-box; /* Android 2.2+, Chrome, Firefox 4+, IE 9+, iOS 4+, Opera 10.50+, Safari 4+ */
}
.box_shadow {
	-webkit-box-shadow: -1px 8px 13px 0px rgba(0,0,0,.21); /* Android 2.3+, iOS 4.0.2-4.2, Safari 3-4 */
	box-shadow: -1px 8px 13px 0px rgba(0,0,0,.21);
	margin-bottom: 30px;
}
.box_transition {
  -webkit-transition: all 0.3s ease-out;  /* Chrome 1-25, Safari 3.2+ */
     -moz-transition: all 0.3s ease-out;  /* Firefox 4-15 */
       -o-transition: all 0.3s ease-out;  /* Opera 10.50â€“12.00 */
          transition: all 0.3s ease-out;  /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
}

#date {
	font-size: 26px;
	line-height: 29px;
	margin-bottom: 19px;
}
h1, #date {
	text-align: center;
}
#break-point {
	font-size: 32px;
	position: relative;
}
#break-point span {
	position: absolute;
	top: 0;
	left: 0;
}
.exclusive-title {
	padding-left: 10px; margin-top:-10px;
}

/* Global Styles */

/* setting up baseline for text */
body {
	background: #fff;
	font-family: "proximanova-regular", Arial, sans-serif;
	color: #444;
	font-size: 16px;
}
body, li { line-height: 24px; }
p, h1, h2, h3, h4, h5, h6, ol, ul, li , .tout{
	margin-top: 0;
	margin-bottom: 0px;
}
ul, ol {
	margin-bottom: 48px;
	list-style: disc;
	padding-left: 30px;
}
ul ul { list-style: circle; }
ul.menu, ul.schedule-links, ul.pdf-list {
	padding-left: 0px;
	list-style: none;
}


p {
	color: #383c3f;
	margin-bottom: 24px;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-family: "proximanova-bold", Arial, sans-serif;
}
h1, h2  , h3, .local-listings{
	line-height: 24px;
	margin-bottom: 24px;
}
h1 {
	margin-bottom: 13px;
}

h1 {
	font-size: 34px;
	line-height: 38px;
	color: #000;
}
h2 { font-size: 23px; }

h3 { font-size: 20px; 
}
h4, h5, h6 {
	font-size: 18px;
	color: #000;
}

small {
	display: block;
	margin-bottom: 20px;
	font-size: 16px;
	color: #8a8a8a
}
.pdf-list a, a.pdf-link {
	font-size:16px;
	padding-left: 20px;
	display: block;
	background: url(/broadcast/images/icon-acrobrat.gif) 0px 6px no-repeat;
	background-size: 15px 15px;
}



/* tout layouts */
.tout {
	position: relative;
	display: block;
	text-decoration:none;
	margin-bottom:2em;
}
.tout img {
	float: left;
	width: 30%;
	overflow: hidden;
}

.tout h1, .tout h2, .tout h3, .tout h4, .tout h5, .tout h6 {
	font-size: 22px;
	line-height: 24px;
}
.tout:hover h1, .tout:hover h2, .tout:hover h3, .tout:hover h4, .tout:hover h5, .tout:hover h6 {
	text-decoration:underline;	
}
.tout h1, .tout h2, .tout h3, .tout h4, .tout p, .tout ol, .tout ul {
	float: right;
	width: 65%;
}

.tout.stacked {
	position:relative;
	display:block;	
}
.tout.stacked img {
	float: none;
	height: auto;
	width: 100%;
}
.tout.stacked h1, .tout.stacked h2, .tout.stacked h3, .tout.stacked h4, .tout.stacked p, .tout.stacked ol, .tout.stacked ul {
	float: none;
	width: 100%;
}

/* clear fix also covers tout classes (reduces the need to add clearfix to every tout) */
.tout:after, .clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.tout, .clearfix {
	display: inline-block;
}
#seasonMenu a { padding: 0px 10px; }
#seasonMenu a.active {
	color: #000;
	text-decoration: none;
}


.ep-list { position: relative; width: 100%; }
.ep-list h3 { clear: both; }

.ep-cover {
	margin: 0 1% 24px;
	margin: 0 2% 24px 0\9;
	display: inline-block;
	width: 30%;
	position: relative;
	overflow: visible;
	cursor: hand; cursor: pointer; 
}
/*.ep-cover:nth-child(3n+3) { margin-right: 0px; }*/


.ep-cover h2 {
	font-size: 14px;
	color: #fff;
	position: absolute;
	width: 100%;
	bottom: 0px;
	left: 0px;
	border-top: 2px solid #990000;
	background:url(/broadcast/images/int-bg-episodeCoverTitle.jpg) top center repeat-y;
	background-color:#9D7541;
	background-size: contain;
	text-align: center;
	text-shadow: 0px 2px 3px #000000;
	padding: 3px 0px;
	margin: 0;
}
.ep-cover h2 .cta   {
	background: #990000;
	position: absolute;
	top: -2px;
	line-height: 20px;
	width: 100%;
	overflow: hidden;
	transition: line-height 500;
	height: 0px;
}
.ep-cover:hover h2 .cta   {
	height: 20px;
	top: -22px;
}






.ep-cover img{
	width: 100%;
	height: auto;
}
.ep-cover p { display: none; }

.ep-info {
	position: absolute;
	clear: left;
	background-color: #ccc;
	padding: 24px;
	display: block;
	left: 0px;
	z-index: 10000;
	visibility: none;
}
.ep-info .cta { display: none; }

.ep-info .ep-video { margin: 0px auto 24px; }
.ep-video {
	position:relative;
	padding-bottom: 56.25%;
	height: 0;
}
.ep-video iframe {
	position:absolute;
	top:0;
	bottom:0;
	width:100%;
	height:100%;
}
.ep-info .ep-close {
	display: block;
	position: absolute;
	top: 24px;
	right: 24px;
}
.ep-info .ep-club-button {
	color: #ffffff;
	background-color: #009900;
	border-radius: 8px;
	display: block;
	margin: 0px auto;
	width: 50%;
	text-decoration: none;
	font-size: 18px;
	padding: 5px;
	text-align: center;
}


.keep-word {
	white-space:nowrap;
}
.episode-description {
	font-size: 18px;
	line-height: 21px;
	margin-bottom: 12px;
}
html[xmlns] .tout, html[xmlns] .clearfix {
	display: block;
}
* html .tout, * html .clearfix {
	height: 1%;
}


/* special menu classes */
.top-menu a, .side-menu a { text-decoration: none; }
.top-menu {
	width: 100%;
	height: 24px;
	white-space: nowrap;
	list-style: none;
	padding-left: 0px;
}
.top-menu li {
	padding: 12px 0;
	display: inline-block;
}
.top-menu a {
	display: block;
	color: #000 !important;
	float: left;
	line-height: 24px;
	font-size: 21px;
	padding: 0 16px 0 0;
	margin: 0 16px 24px 0;
	border-right: 2px solid #ccc;
}
.top-menu li:last-child a { border-right:none; padding-right: 0; }
.side-menu a, .top-menu a.selected { color:#4aacc7 !important; }
.side-menu-title { margin-top: 24px; }

.side-menu li {margin-bottom:24px;}
.side-menu a:hover, .side-menu a:hover, .top-menu a:hover, .top-menu a:hover {text-decoration:underline;}
.schedule-links li {
	clear: both;
	margin-bottom: 24px;
	overflow: hidden;
}
.schedule-links h4 { }


.schedule-links a{
	font-size: 14px;
	white-space: nowrap;
	background-repeat: no-repeat;
	background-position: 0px 3px;
	line-height: 20px;
	padding: 0px 10px 9px 18px;
	font-weight: normal;
	text-decoration: none;
	display: block;
	float: left;
}

.schedule-links a.watch-trailer {
	background-image: url(/broadcast/images/icon-play.png);
	clear: left;
}
.schedule-links a.add-to-calendar { display:none; background-image: url(/broadcast/images/icon-calendar.png); }

.local-listings td {font-size:12px; line-height:24px; white-space:nowrap;}
.local-listings tr>td:last-child {text-align:right;}
.local-listings h3, .local-listings h4 {text-align:left;}



/* Layout elements
----------------------------------------------------*/
.broadcast {
	background: #3C4953; /* Old browsers */
	background: -moz-linear-gradient(top,  #3C4953 0%, #000000 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #3C4953 0%,#000000 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #3C4953 0%,#000000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#546673', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
	padding:40px 0;
}
.call-to-action {text-align: center; width:100%; margin-top: 0px;}
.i-middle a.call-to-action-button,
.call-to-action-button {
	font-size: 22px;
	padding:15px 30px;
	border-radius: 30px;
	background-color: #4aacc7;
	color:#fff;
	text-decoration: none;
	text-transform: uppercase;
	display: inline-block;
	border:1px solid #4aacc7;
}
.i-middle a.call-to-action-button:hover,
.call-to-action-button:hover {
	background-color: #fff;
	color:#4aacc7;
	border:1px solid #4aacc7;
}
.i-middle a.call-to-action-button.invert,
.call-to-action-button.invert {
	background-color: #fff;
	color:#4aacc7;
	border:1px solid #4aacc7;
}
.i-middle a.call-to-action-button.invert:hover,
.call-to-action-button.invert:hover {
	background-color: #4aacc7;
	color:#fff;
	border:1px solid #4aacc7;
}
#slider {
	width: 100%;
	height: 320px;
	overflow: hidden;
}
#slider .slide-button { }


.s-header, .s-inner, .s-footer { min-width:1024px\9;}
.i-slider, .i-middle { background-color: #f5f6f6; }
.i-slider > ul {
	margin: 0;
	list-style: none;
	padding-left:0;
}
.i-slider li {line-height:inherit; margin:0;}

.i-middle {
	float: left;
	width: 80%;
	padding: 3% 5%;
}

.i-middle a {
	color:#4aacc7;
}
.i-middle #timestamp * {
	font-size:18px;	
}
.s-inner {
	margin: 0 auto;
	margin-bottom: 0px;
	max-width: 960px;


 *width: 1024px;
	background-color: #fdfdfd; /* layer fill content */
	-moz-box-shadow: 0 0 5px rgba(1,1,1,.25); /* drop shadow */
	-webkit-box-shadow: 0 0 5px rgba(1,1,1,.25); /* drop shadow */
	box-shadow: 0 0 5px rgba(1,1,1,.25); /* drop shadow */
	clear: both;
}
.m-leftpane { 
 *width: 550px
}
.m-leftpane h2 {
	color: #383c3f;
	white-space: nowrap;
}
.m-rightpane {  *width: 375px overflow: visible;
}
.m-rightpane h3 { white-space: nowrap; }
.rp-inner {
	border-left: 1px solid #e8e8e8;
	border-right: 0;
	border-top: 0;
	border-bottom: 0;
	padding-left: 35px;
}
/* Header
----------------------------------------------------*/
.s-header {
	clear: both;
	height: 80px;
}
.h-networkbanner {
	background: #fff;
	font-size: 1.2em;
	height: 30px;
	position: relative;
	clear: both;
}
.h-networkbanner a.nb-logolink span { display: none; }
.h-networkbanner .addthis_toolbox {
	padding-top:5px;
	padding-right:2px;
	float:right;	
}
.nb-wrapper {
	margin: 0 auto;
	position: relative;
	max-width: 1024px;
 *width: 1024px;
}
.h-networkbanner a.nb-logolink {
	background-image: url("//www.cbn.com/images/template/cbnlogo-white.gif");
	background-repeat: no-repeat;
	display: block;
	float: left;
	height: 30px;
	position: relative;
	top: 0;
	width: 120px;
}
.h-hgroup {
	margin: 38px auto;
	margin-bottom: 0px;
	position: relative;
	max-width: 1024px;
 *width: 1024px;
}
.h-hgroup a.hg-logo {
	font-weight: normal;
	width: 210px;
	position: absolute;
	top: 0px;
	left: 20px;
	text-indent: -2000px;
	display: block;
	max-width: 173px;
	height: 38px;
	background-image: url("/broadcast/images/broadcast.png");
	background-position: -10px -11px;
	background-repeat: no-repeat;
}
.h-hgroup h2 {
	color: #ccc;
	font-size: 20px;
	line-height: 24px;
	padding: 7px 20px;
	text-align: center;
}
.h-hgroup ul#hg-nav{
	margin: 0 auto;
	padding: 0;
	width: 1000px;
	list-style: none;
	padding-top: 40px
}
.h-hgroup ul#hg-nav li { float: left; }
.h-hgroup ul#hg-nav li a {float: left;
	display: block;
	padding: 10px 13px;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
}
.h-hgroup ul#hg-nav li a:hover, .h-hgroup ul#hg-nav li a.selected { color: rgba(255,255,51,1); }
.h-hgroup .social-links {
	white-space:nowrap;
	position:absolute;
	top:0px;
	right:20px;
}
.hg-social, .hg-nav-button {
	display: block;
	width: 45px;
	height: 45px;
	float: right;
	text-indent: -2000px;
	overflow: hidden;
	background-image: url("/broadcast/images/broadcast.png");
	background-position: -210px -12px;
	background-repeat: no-repeat;
	margin-left: 18px;
}
.hg-social {
	margin-left:0;
}
.hg-nav-button {
	background-image: url("/broadcast/images/icon-menu.png");
	background-position: 7px 7px;
	background-size:30px 30px;
	display:none;
}
.twitter {
	background-position: -270px -12px;
}
/* Footer
----------------------------------------------------*/
.s-footer {
	position:relative;
	margin: 0 auto;
	background-color: #fff;
	max-width: 960px;
	padding: 0;
	text-align: center;
	clear:both;
	box-sizing: border-box;
	padding:30px;
}

/* Top Slider
----------------------------------------------------*/
.s-slider {
	float: left;
	width: 100%;
}
.i-s-slide img { max-width: 100%; }
/* Featured Trailer  - broadcastMiddle > Left Panel
----------------------------------------------------*/
.lp-featuredtrailers li {
	float: left;
	width: 233px;
	margin-left: 44px;
	margin-bottom: 70px;
}
.lp-featuredtrailers li:first-child { margin-left: 0; }
.lp-featuredtrailers li img {
	max-width: 100%;
	height: 159px;
	margin-bottom: 30px;
	-moz-border-radius: 13px;
	-webkit-border-radius: 13px;
	border-radius: 13px; /* border radius */
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box; /* prevents bg color from leaking outside the border */
	background-color: #383c3f; /* layer fill content */
	-moz-box-shadow: -1px 8px 13px rgba(1,1,1,.21); /* drop shadow */
	-webkit-box-shadow: -1px 8px 13px rgba(1,1,1,.21); /* drop shadow */
	box-shadow: -1px 8px 13px rgba(1,1,1,.21); /* drop shadow */
}
.lp-featuredtrailers li p a {
	text-decoration: underline;
	color: #4aacc7;
}
.lp-featuredtxt, .lp-featuredhdr { padding-right: 48px; }
.lp-featuredtxt { line-height: 30px; }
/* broadcastSchedule - broadcastMiddle > Right Panel
----------------------------------------------------*/
.m-rightpane .rp-inner .rp-i-schedule, .m-rightpane .rp-inner .rp-i-about { margin-bottom: 60px; }
.m-rightpane .rp-inner .rp-i-schedule li, .m-rightpane .rp-inner .rp-i-about li { margin-bottom: 24px; }
.m-rightpane .rp-inner .rp-i-schedule li a, .m-rightpane .rp-inner .rp-i-about li a {
	text-decoration: none;
	color: #3f4043;
	font-size: 18px;
}
.m-rightpane .rp-inner .rp-i-schedule li:nth-child(3n+3) {
	padding-top: 20px;
	border-top: 1px solid #e8e8e8;
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
}
/* Page Footer
----------------------------------------------------*/
.i-pagesubtitle {
	background-color: #f5f6f6;
	padding: 20px;
	text-align: center;
	font-size: 23px;
	color: #ccc;
	clear:both;
}
.i-pagefooter {
	background-color: #fff;
	width: 80%;
	float: left;
	padding: 5% 10%;
}
.i-pagefooter h3 { color: #5abee3; white-space:nowrap; }
.i-pagefooter .menu a{
	display: block;
	color: #000;
	font-size: 20px;
	text-decoration: none;
}
.i-pagefooter .menu li { margin-bottom:24px }
.i-pagefooter .menu a:hover {
	color: #5abee3;
	text-decoration: underline;
}
.i-pagefooter .left .menu li, .i-pagefooter .left .menu a {float:left; }
.i-pagefooter .left .menu li { width:33%; }
.i-pagefooter .left .menu a {
	display: block;
	white-space: nowrap;
}
.f-links {
	list-style: none;
}
.f-links li {
	display: inline-block;
	margin-right:30px;
}
.f-links li a {
	color:#333;
}
#calendar-dialog {
	position:absolute;
	background:#fff;
	padding:10px;
	line-height:15px;
	box-shadow: 0px 2px 2px 2px rgba(0,0,0,.25);
	-webkit-border-radius:5px;
	border-radius:5px;
	background-clip: padding-box;
}
#calendar-dialog h1 {
	background: url(/broadcast/images/icon-calendar.png) 0px 0px no-repeat;
	background-size:15px 15px;
	font-size:12px;
	line-height:15px;
	font-weight:bold;
	padding-left:16px;
	margin:0px;	
}
#calendar-dialog a {
	display: block;
	float: none;
	padding: 0px 5px;
	margin: 0px;
	line-height: 24px;
}
#calendar-dialog a:hover {
	text-decoration:underline;	
}
/* Media Queries
----------------------------------------------------*/
@media only screen and (max-width :1023px) {
	.h-hgroup h2 { position:relative; top:50px; display:block; }
	.i-pagefooter .menu a {
		font-size:16px;	
	}
	.f-copyright { border:none; width:100%; }
}

@media only screen and (max-width :767px) {
	.h-hgroup ul#hg-nav {width:480px;}
	.h-hgroup ul#hg-nav li a {padding:10px;}
	.tout.stacked { width:100%; }
	.tout.stacked img {
		float:left;
		width:30%;
		height:auto;
	}
	.tout.stacked h1, .tout.stacked h2, .tout.stacked h3, .tout.stacked h4, .tout.stacked p, .tout.stacked ol, .tout.stacked ul {
		float: right;
		width: 65%;
	}
	#break-point {
		display: none;
	}
	.schedule-links h4 {float:left; padding-right:20px;}
	.schedule-links a {line-height:24px; background-position:0px 6px;}
	.schedule-links a.watch-trailer { clear:none;}
	.s-header {
		height:101px; overflow:hidden;
		  -webkit-transition: height 0.3s ease-out;  /* Chrome 1-25, Safari 3.2+ */
     -moz-transition: height 0.3s ease-out;  /* Firefox 4-15 */
       -o-transition: height 0.3s ease-out;  /* Opera 10.50â€“12.00 */
          transition: height 0.3s ease-out;  /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
}
	.s-header.active {height:501px;}
	.s-header.broadcast { height:178px !important; }
	
.hg-social, .hg-nav-button { margin-left:5px; }
	.hg-nav-button {display:block;}
	.h-hgroup ul#hg-nav { width:100%; top:63px; position:relative; float:none; border-top:1px solid #ccc; border-bottom:20px solid #3B7A94;}
	.h-hgroup ul#hg-nav li { float:none; display:block; }
	.h-hgroup ul#hg-nav li a {
		float: none;
		text-align:center;
		background-color: #2E5E72;
		border-bottom: 1px solid #CCC;
	}
	
	.i-middle .twoThirds, .i-middle .third, .i-pagefooter .left .menu a {
		width: 100%;
		float: none;
	}
	.rp-inner {
		border-left: none;
		border-right: 0;
		border-top: 0;
		border-bottom: 0;
		padding-left: 0px;
	}
	.i-pagefooter .menu a, .top-menu a {
		font-size:16px;	
	}
	.top-menu a {
		padding: 0 8px 0 0;
		margin: 0 8px 24px 0;
	}
	.i-pagefooter .left .menu li {
		width: 45%;
		float: left;
	}
}
@media only screen and (max-width :479px) {
	.ep-cover {
	margin: 0 10% 24px 0;
	float: left;
	width: 45%;
	position: relative;
	}
.ep-cover:nth-child(3n+3) { margin-right: 10%; }
.ep-cover:nth-child(2n+2) { margin-right: 0px; }
	.tout.stacked img {
		float:none;
		width:100%;
		height:auto;
	}
	.tout.stacked h1, .tout.stacked h2, .tout.stacked h3, .tout.stacked h4, .tout.stacked p, .tout.stacked ol, .tout.stacked ul {
		float: none;
		width: 100%;
	}
	.schedule-links a.watch-trailer { clear:left;}
	.i-pagefooter .twoThirds, .i-pagefooter .third { width:45%;}
		.i-pagefooter .left .menu li {
		width: 100%;
		float: none;
	}
	.h-hgroup .social-links .twitter,
	.h-hgroup .social-links .facebook { display:none;}
}

/* Styles to customize landing page and messaging - to be incorporate into external css */

.header-trailers a {
	text-decoration:none;
	font-weight:bold;
	font-size:16px;
}
.i-middle a {
	/*color:#4aacc7;*/
}
.s-header {
	height: auto;
}
#timestamp h2 { font-size: 23px !important; }
.rp-inner h4 { font-size: 16px !important; }
.schedule-airing {
	display:block;
	margin:0 10px;
	padding-bottom:3px;
}
.schedule-airing .emphasis {
	font-weight:bold;
	text-transform:uppercase;
}
.schedule-events { }
.schedule-event {
	display: block;
	float: none;
	padding-bottom: 18px;
	margin-bottom: 18px;
	text-decoration: none;
	background:#E9E9E9;
}
.schedule-event:last-child {
	border:none;	
}
.schedule-event-date {
	display: block;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	padding:10px 10px 0px 11px;
	color:#4aacc7;
	text-transform:uppercase;
}
.schedule-event-title {
	color: #383c3f;
	font-size: 33px;
	font-family: "proximanova-bold", Arial, sans-serif;
	display:block;
	padding: 0 10px 0 10px;
}
.schedule-event:hover .schedule-event-title { color: inherit; }
.h-hgroup h2 {
	font-size: 24px;
	color: rgb(204, 204, 204);
}
#listings { padding: 10px 0px 50px 0px; }
#full-listings { display:block; }
#full-listings, #full-listings table,#full-listings tbody,#full-listings tr {
	width: 100%;
}
			
.local-listings tr>td:last-child { text-align: left; }
.local-listings td {
	border:#fff solid thin;
	white-space:normal;
	padding:0;
}
.local-listings td:first-child {
	border-left:none;
	font-weight:bold;
}
.local-listings td:last-child {
	border-right:none;
}
.local-listings tr:first-child td {
	border:none;
	font-weight:normal;
}
.watch-trailer {
	line-height: 1.5em;
	margin: 0px;
	font-size: 18px;
	text-decoration: none;
}
.i-middle {
	width: 100%;
	padding: 3%;
	box-sizing: border-box;
}