/* set some defaults */

body {
	background: #fff;
	color: #222;
	overflow: auto;
	width: 100%;
	min-width: 998px;
}

body.afterdark {
  background:#000
}

a {
	text-decoration:none;
	outline: none
}

h3 {
	font-size: 16px;
}

.clear {
	clear: both;
}

/* liquid layout framework */

.liquid {
  overflow: hidden;
}

.left-side-outer {
	width:50%;
	float:left;
	margin-right:-499px;
}
.left-side {
	margin-right:499px;
}
.center-column {
	width:998px;
	float:left;
	color: #FFFFFF;
	position:relative;
	z-index:400;
	overflow: visible
}
.right-side-outer {
	width:50%;
	float:right;
	margin-left:-500px;
}
.right-side {
	margin-left:499px;
}

/* column styles */

.light-gradient {
  background: -webkit-gradient(linear, 0 0, 0 400, from(#b5b5b5), to(#fff));
  background: -moz-linear-gradient(top, #b5b5b5, #fff 400px);
}

.no-cssgradients .light-gradient {
	  background:#fff url(../img/bg/bg-content-gradient.png) top left repeat-x;
}

.light-gradient-reverse {

}

.dark-gradient {
  background:#000;
  background: -webkit-gradient(linear, 0 0, 0 300, from(#1F2323), to(#000));
  background: -moz-linear-gradient(top, #1F2323, #000 300px);
}

.afterdark .dark-gradient {
  background: -webkit-gradient(linear, 0 0, 0 300, from(#2f2f2f), to(#000));
  background: -moz-linear-gradient(top, #2f2f2f, #000 300px);
    filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#2f2f2f', endColorstr='#000000');
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#2f2f2f', endColorstr='#000000')";
}

.dark {
  background: #1f2323;
  overflow:hidden
}

.light {
  background: #fff;
}

.black {
  background:#000
}

.col1 {
  width: 595px;
  float: left;
  min-height: 300px;
  padding:0px 0px 0px 30px;
}

.col1.article  {
  width: 705px
}

.col2 {
  width: 372px;
  float: left;
  min-height: 300px;
}

.col2.article  {
  width: 262px
}


.bg-divider {
  width:100%;
  min-height:58px;
  clear:both;
  background: #191c1c url(../img/bg/bg-divider.jpg) repeat-x top left;
}

.content-container {
  z-index:300;
}

.content-container .left-side-outer {
	min-height:300px
}

.content-container.movies {
	border-top:8px solid #000
}

.dark.content-container {
  background:#1F2323
}

.afterdark  div.content-container {
   background:#797979;
  background: -webkit-gradient(linear, left top, left bottom, from(#afafaf), to(#fff));
  background: -moz-linear-gradient(top, #afafaf, #fff);
  filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#afafaf', endColorstr='#ffffff');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#afafaf', endColorstr='#ffffff')"
}

/* footer */

.footer, .footer .left-side-outer, .footer .right-side-outer, .footer .center-column  {
  min-height: 124px;
}

.footer .center-column {
  background: #16191b;
}

.legal {
  width: 998px;
  margin: 0px auto 20px auto;
  padding-top: 15px;
  font-size: 10px;
  overflow: hidden;
  color: #a7a7a7;
  font-family: Arial,Helvetica;
  text-align: right;
  min-height: 20px;
}

.afterdark .legal a:hover {
	color:#fff
}

.legal a, .legal a:visited {
  font-size: 12px;
  text-transform: uppercase;
  color: #a7a7a7;
  font-weight: bold;
} 

.legal a:hover {
	color:#000;
	-webkit-transition:all 0.2s linear;
	-moz-transition:all 0.2s linear
}


/* header styles */

.wrapper {
	min-width: 100%;
	margin:auto;
	overflow: hidden;
	position: relative;
	zoom:1;
	font-family: "proxima-nova-1", "proxima-nova-2", sans-serif;
}

.wrapper.afterdark {
  background:#000 url(../img/bg/bg-afterdark.jpg) no-repeat center top;
}

.wrapper.afterdark-series {
  background:#000 url(../img/bg/bg-afterdark-series.jpg) no-repeat center top;
  overflow:visible
}

.header-wrapper {
	width:998px;
	margin:5px auto 0px auto;
	position:relative;
	top: 0;
	z-index:100;
	overflow:visible
}

.header-wrapper.series {
  min-height: 495px;
}

.header-wrapper.schedule {
  min-height: 155px;
  z-index:500
}

.header-wrapper.series.synopsis {
	min-height: 220px;
	z-index:500
}


.header-wrapper .home-link {
	display:block;
	position:absolute;
	top:20px;
	left:0px;
	z-index: 200;
}

.header-wrapper h1 {
	background: url(../img/global/logo.png) no-repeat top left;
	width:306px;
	height:101px;
	overflow:hidden;
	text-indent:-9999px;
}

.header-wrapper ul {
	font-size:10px;
	list-style:none;
	overflow:hidden;
	font-family: "proxima-nova-1", "proxima-nova-2", sans-serif;
	float:right;
	font-weight:700
}

.header-wrapper li.last {
	/*padding-right:0 !important;
	margin-right:0 !important*/
}

.nav-logo-wrapper {
  margin: auto;
  width:998px
}

.nav-logo-wrapper .social-content {
	position: absolute;
	left: 10px;
	top: 20px;
	width: 200px;
	height: 300px;
	z-index: 500;
	display: none;
}

.social-content #overlay-twitter {
	left:200px;
	width:300px;
	height:388px;
}

.social-content #overlay-fb {
	background:transparent;
	border:0
}

ul.utility-nav {
	width: auto;
	position:relative;
	overflow:visible;
	z-index:450
}

.utility-nav li {
	padding:0 5px 0 5px;
	text-align:center;
	line-height:20px;
	min-height:20px;
	float:left;
}

ul.main-nav {
	overflow: visible;
	z-index:420;
	position:relative;
	margin-top:18px;
	width: 650px;
}

.utility-nav #micro-twitter, .utility-nav #micro-fb {
	cursor: pointer;
}

.main-nav li {
	font-size:14px;
	white-space: nowrap;
	height:25px;
	float:left
}

.main-nav li a {
	color: #000;
}

.main-nav li a:hover, .main-nav li a.active, .main-nav li.large:hover {
	color: #7d7d7d;
	-webkit-tap-highlight-color: rgba(0,0,0,0); 
}

.main-nav li a.active {
	cursor:default
}

.afterdark .main-nav li.home {
	background: url(../img/global/icon-home-afterdark.png) top right no-repeat;
}

.main-nav li.home {
	background: url(../img/global/icon-home.png) top right no-repeat;
	position:relative;
	top:-2px;
	padding:0px;
	width:18px;
}

.main-nav li.home:hover {
  background-position: 0px -25px
}

.main-nav li.home:active, .main-nav li.home.active {
  background-position: 0px -50px;
}

.main-nav li.small {
	position:relative;
	margin: 0 0 0 11px
}

.main-nav li.large {
	font-size:21px;
	font-weight:700;
	padding:0 6px 0 6px;
	margin:0 6px 0 6px;
	position:relative;
	left:28px;
	visibility:hidden
}

.wf-loading .main-nav li.large {
	font-size:22px
	visibility:hidden
}

.wf-active .main-nav li.large {
	font-size:22px;
	font-weight:700;
	padding:0 6px 0 6px;
	margin:0 6px 0 6px;
	position:relative;
	left:28px;
	visibility:visible
}

.no-flexbox  .wf-active .main-nav li.large {
	visibility:visible !important
}

.no-touch .main-nav li.large:hover, .main-nav-open, .main-nav li.large.active {
	border-bottom:7px solid #5d6161;
	background: #fff;
}

.afterdark .main-nav li, .afterdark .main-nav li a, .afterdark .utility-nav li a {
  color:#fff
}

.afterdark .main-nav li:hover, .afterdark .main-nav li a:hover {
	color:#666
}

.utility-nav li a {
	color:#212222;
	-webkit-transition:0.2s linear all;
	-moz-transition:0.2s linear all
}

.utility-nav li a:hover {
	color:#868686
}

.utility-nav li input {
	height:20px;
	background: #e9e9e9;
	border:0;
	color:#999;
	font-family:Arial;
	font-size:11px;
	margin:0;
	padding:0;
	
}

.no-flexbox .utility-nav li input {
	line-height:20px
}

.utility-nav li input[type=text] {
	background: #e9e9e9 url(../img/bg/bg-search-icon.png) 4px center no-repeat;
	padding-left: 20px;
	width: 115px;
}

.header-wrapper .carousel {
	width: 977px;
	background: url(../img/bg/bg-header-wrapper.png) no-repeat top left;
	height:431px;
	position: absolute;
	z-index: 100;
	bottom: 0;
	right: 0;
	overflow: hidden;
}

.header-wrapper .carousel.synopsis {
	height: 156px;
}


.header-wrapper .carousel div#slider, .header-wrapper .carousel .carousel-img {
  position: relative;
  top: 8px;
  left: 8px;
  width: 968px;
  height: 431px;
}

.header-wrapper .carousel .info {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 252px;
  height: 399px;
  z-index: 200;
  display:none
}

.header-wrapper .carousel .bg-grunge {
  position:absolute;
  right:0px;
  top:8px;
  z-index:300
}

.header-wrapper .image-border-background {
	width: 977px;
	background: url(../img/bg/bg-header-wrapper.png) no-repeat top left;
	height:95px;
	position: absolute;
	z-index: 100;
	bottom: 0;
	right: 0;
	overflow: hidden;
}

.header-wrapper.afterdark-collection .image-border-background {
	width: 977px;
	background: url(../img/bg/bg-header-wrapper-afterdark.png) no-repeat top left;
	height:95px;
	position: absolute;
	z-index: 100;
	bottom: 0;
	right: 0;
	overflow: hidden;
}


.header-wrapper .feature-logo {
	position: absolute;
	bottom:  0;
	right: -30px;
	z-index: 300;
	overflow: hidden;
	background: url(../img/bg/bg-hdr-titles.png) no-repeat top right;
	width:426px;
	height:167px;
}

.header-wrapper.synopsis .feature-logo {
	bottom: -30px;
}

.ed-collection-hdr-bg {
  width: 975px;
  height: 95px;
  overflow: hidden;
  position: relative;
  left: 8px;
  top: 8px
}

.ed-collection-tag-img {
	display:block;
	position:absolute;
	top:88px;
	left:0;
	z-index:450
}


/* mega menu */

.mega-menu {
	position:absolute;
	top:63px;
	left:0px;
	width:998px;
   height: 1px;
	background:transparent;
	z-index:410;
	text-transform: uppercase;
}

.mega-menu a {
	color: #000;
	-webkit-transition:0.2s linear all;
	-moz-transition:0.2s linear all
}

.mega-menu a:hover {
	color:#666
}

.mega-menu .menus {
	background: -webkit-gradient(linear, left top, left bottom, from(#D6D6D6), to(#fff));
	background: -moz-linear-gradient(top, #D6D6D6, #ffffff);
	overflow: hidden;	
}

.no-cssgradients .mega-menu .menus {
	background:#dedede url(../img/bg/bg-featured-mega-menu.png) top left repeat-x;
}

.mega-menu h3,.mega-menu h4 {
	color: #6f6d65;
	margin-bottom: 1px;
	font-family: "proxima-nova-1", "proxima-nova-2", arial, sans-serif;
	font-weight:500;
	font-size:12px
}

.mega-menu h4 {
	font-family:arial;
	size:12px;
	font-weight:bold
}

.mega-menu h4 a {
	color: #454545 !important
}

.mega-menu h3 {
	font-size:15px;
	font-weight:600;
	color:#444237;
	margin-bottom:6px
}

.menus#og-menu{
	display:none;
	position:absolute;
	top:-2px;
	left:188px;
	width:557px;
	overflow: hidden;
	height: 420px;
}

.menus#og-menu .current-og {
	height:362px
}

.menus.no-current#og-menu {
	width:355px;
	display:none;
	position:absolute;
	top:-2px;
	left:375px;
	width:355px;
	overflow: hidden;
	min-height: 300px;
}

.menus h5 {
	font-size: 14px;
	font-weight: 700;
	font-family: "proxima-nova-1", "proxima-nova-2", sans-serif;
	position:absolute;
	bottom:47px;
	left:15px
}

#og-menu .featured, #movies-menu .featured {
	width: 325px;
	padding: 15px;
	float: left;
	border-right: 1px solid #fff;
	margin-bottom: 2px;
	margin-top:10px;
	overflow:hidden
}

#og-menu .featured, #late-night.featured {
	height:345px
}

.menus .whats-hot {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 37px;
	color: #fff;
	font-weight: 700;
	line-height: 37px;
	font-size: 14px;
	font-family: "proxima-nova-1", "proxima-nova-2", sans-serif;
	background: -webkit-gradient(linear, left top, left bottom, from(#0a2341), to(#0c1622));
	background: -moz-linear-gradient(top, #0a2341, #0c1622);
	filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#0a2341', endColorstr='#0c1622');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#0a2341', endColorstr='#0c1622')";
	text-overflow: ellipsis;
	overflow:hidden;
	white-space: nowrap;
}

.menus .whats-hot span {
	display:block;
	font-size:10px;
	line-height:14px;
	font-weight:bold;
	font-family:arial, sans-serif;
	width:70%;
	position:absolute;
	top:4px;
	left:145px;
	overflow:hidden;
	white-space:normal
}

.menus .whats-hot span a, #og-menu .whats-hot span a:link {
	color: #fff;
}

.menus .whats-hot span a:hover, #og-menu .whats-hot span a:hover {
 color:#ffbe1e;
}

#movies-menu .featured {
	width: 220px;
	position:relative;
	height:425px
}

.icon-whats-hot {
	position:absolute;
	z-index:600;
	top:-33px;
	left:35px
}

#late-night .featured {
	width: 329px;
	padding: 15px 20px 0 25px;
	float: left;
	margin-top:10px;
	border-right: 1px solid #fff;
	margin-bottom: 2px;
	position:relative;
	height:345px
}

.featured dl {
	overflow: hidden;
	padding: 0;
	margin: 0;
	width: 100%;
}

.featured dt {
	width: 100%;
	border-top: 1px dotted #b8b8b8;
	margin: 0px 0 7px 0;
	overflow: hidden;
	height: 1px;
}

.featured dd {
	float: left;
	overflow: hidden;
	margin: 0px 10px 10px 0;
	width: 100px;
	font-size: 10px;
	font-weight:bold;
	color:#767676;
	font-family:arial;
	line-height:14px
}

.featured dd.last {
	margin:0
}

#movies-menu .featured dd {
	padding-bottom: 10px;
	width:99px
}

.featured dd a {
	display: block;
	padding: 0px 0 4px 0;
	color: #0e6693;
	-webkit-transition:0.2s all linear;
	-moz-transition:0.2s all linear
}

.featured dd a:hover {
	color:#666 !important
}

#og-menu .featured dd.last, #late-night .featured dd.last {
	width: 105px;
	padding-right: 0;
	margin-right: 0;
	overflow:visible;
	position:relative;
	left:10px
}

#movies-menu .featured dd.last {
	width: 90px;
}

#og-menu .featured dd.last a, #late-night .featured dd.last a {
	color: #000;
	margin: 3px 0 3px 0;
	padding: 0;
	white-space: nowrap;
	position: relative;
	top: -5px;
	font-size: 13px;
	font-family: "proxima-nova-1", "proxima-nova-2", sans-serif;
	font-weight:700;
	line-height:15px
}

#og-menu .listings {
	width: 192px;
	min-height: 245px;
	float: left;
	border-left: 1px solid #c4c4c4;
	margin-bottom: 2px;
	padding: 15px 10px 10px 10px;
	overflow: hidden;
	background: -webkit-gradient(linear, left top, left bottom, from(#c8c8c8), to(#fff));
	background: -moz-linear-gradient(top, #c8c8c8, #ffffff);
	filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#c8c8c8', endColorstr='#ffffff');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#c8c8c8', endColorstr='#ffffff')";
}

#og-menu .listings h3 {
	position: relative;
	top: 10px;
}

#og-menu .listings ul, .current-og ul, .current-movies ul, .current-late-night ul {
	border-top: 1px dotted #b8b8b8;
	width: 100%;
	overflow: hidden;
	padding-top: 10px;
}

.current-movies ul {
	margin-top: 0px;
}

.current-late-night ul {
	margin: 0px 0px 10px 0px;
}

#og-menu .listings li, .current-og li, .current-movies li, .current-late-night li {
	list-style: none;
	padding: 5px 0 5px 0;
	font-size: 14px;
	font-weight:700;
	line-height:13px
} 

.mega-menu #movies-menu {
	display:none;
	position:absolute;
	top:-2px;
	left:252px;
	width:600px;
	height:425px
}

.menus#movies-menu .current-movies {
	height:375px
}

.menus.no-current#movies-menu {
	width:245px;
	left:600px;
	min-height:335px
}

.menus .current-og, .menus .current-movies, .menus .current-late-night {
	background: -webkit-gradient(linear, left top, left bottom, from(#c8c8c8), to(#fff));
	background: -moz-linear-gradient(top, #c8c8c8, #ffffff);
	margin: 9px 0 0 0;
	width: 328px;
	padding: 16px 10px 0px 10px;
	float: left;
	overflow: hidden;
	border-left: 1px solid #c4c4c4;
}

.no-cssgradients .menus .current-og, .no-cssgradients .menus .current-movies, .no-cssgradients .menus .current-late-night {
	background: url(../img/bg/bg-megamenu-listings.png) top left repeat-x;
}

.menus .current-late-night { 
	padding-top:13px
}

.menus .current-og {
	width:180px
}

.menus.no-current .current-og, .menus.no-current .current-movies, .menus.no-current .current-late-night {
	display:none
}

.mega-menu .current-late-night {
	width: 299px;
}

.current-late-night div {
	width: 139px;
	margin: 2px 10px 0 0;
	float: left;
	overflow: hidden;
}

.current-late-night div h3 {
	margin-bottom: 7px;
}

.mega-menu #late-night {
	width: 695px;
	display: none;
	position: absolute;
	top: -2px;
	right: -10px;
	height: 420px;
	overflow: hidden;
} 

.menus#late-night .current-late-night {
	height:362px
}

.menus.no-current#late-night {
	width:374px;
	min-height:275px
}

/*homepage schedule */

.schedule-hdr, .schedule-hdr .center-column {
  background: #000;
  overflow: hidden;
  height: 30px;
  font-size: 13px;
  line-height: 25px;
  position: relative;
  z-index:500
}

.schedule-hdr .right-side-outer {
  z-index: 100;
}

.schedule-hdr .center-column, .schedule-hdr .left-side-outer {
  background: #000000;
  height: 30px;
  min-height: 0;
  position: relative;
  z-index: 400;
}

.schedule-hdr, .schedule-hdr .light, .schedule-ftr .light{
  background: none;
}

.schedule-hdr .height30 {
  min-height: 30px;
}

.schedule-ftr, .height80 {
  min-height: 80px;
}

.schedule-ftr, .schedule-ftr .center-column {
  position: relative;
  overflow: visible;
  z-index:500
}

.schedule-ftr .left-side-outer, .schedule-ftr .center-column {
  border-bottom: 5px solid #1f2323;
  background: url(../img/bg/bg-schedule-bar.jpg) top left repeat-x;
}

.schedule-ftr .right-side-outer {
  z-index: 100;
}

.schedule-hdr, .schedule-hdr .light, .schedule-ftr .light{
  background: none;
}

.schedule-bar {
  min-height: 80px;
  position: relative;
  left: 30px;
}

.schedule-bar #days {
  height: 55px;
  padding-top:25px;
  width:195px;
  background: url('../img/global/leftShadow_schedBar.png') no-repeat bottom right;
  font-size:10px;
  text-transform:uppercase;
  color:#ccc;
  float:left;
  z-index:500;
  position:relative;
}

.schedule-bar #days p {
  text-align:right;
  width:160px;
}

.schedule-bar #days ul {
  border:0;
  margin-top:5px;
  padding:0;
  background:#000 url(/img/bg/bg-picker-arrow.png) no-repeat 140px 12px;
  color:#FFF;
  text-transform:uppercase;
  font-size:16px;
  font-family:"proxima-nova-1", "proxima-nova-2", sans-serif;
  font-weight:700;
  list-style:none;
  width:160px;
  position:relative;
  text-align:right;
}


.schedule-bar #days ul:hover {
  border:0;
  margin-top:5px;
padding:0;
 border: 1px solid #f2f2f2;
background: #FFF url('/img/template/light-gradient-with-arrow.jpg') no-repeat; 
background: url('/img/template/arrow-down-black.png') 140px 12px  no-repeat, -webkit-gradient(linear, left top, left 100, from(#dedede), to(#fff));
background: url('/img/template/arrow-down-black.png') 140px 12px  no-repeat, -moz-linear-gradient(top, #dedede, #ffffff);
  color:#000;
  text-transform:uppercase;
  font-size:16px;
  font-family:"proxima-nova-1", "proxima-nova-2", sans-serif;
  font-weight:700;
  list-style:none;
  width:158px;
  display:relative;
  overflow:visible;
   text-align:right;

}


.schedule-bar #days ul li {
  display:none;
  height:22px;
  line-height:22px;
  cursor:pointer;
  text-align:right;
  margin:0 30px 0 0;
}


.schedule-bar #days ul li.subSelected {
  color:#797979;
}


.schedule-bar #days ul li:hover {
 color:#ffbe1e;
 opacity:0.7


}



.schedule-bar #days ul li.selected {
height:30px;
line-height:30px;
display:block;
cursor:default;
text-align:right;
margin:0 30px 0 0;

}




.schedule-bar #days ul:hover li.selected {
height:30px;
line-height:30px;
  display:block;
  color:#000;
  cursor:default;
text-align:right;
margin:0 30px 0 0;

}


.schedule-bar #days ul li.selected:hover {
height:30px;
line-height:30px;
  display:block;
  color:#000;
  cursor:default;
text-align:right;
margin:0 30px 0 0;
 opacity:1;

}

li#dateChange {
background: url(/img/bg/bg-picker-arrow.png) no-repeat 140px 20px;
}

#full-schedule {
  float:right;
  width:190px;
  height:80px;
  padding:0 0 0 20px;
  background:url(../img/global/rightShadow_schedBar.png) bottom left no-repeat;
  position:relative
}

#full-schedule a {
  display:block;
  text-indent:-9999px;
  overflow:hidden;
  background:url(../img/btns/btn-full-schedule.png) no-repeat top left;
  height:26px;
  width:152px;
  position:absolute;
  bottom:10px;
  left:22px
}

#full-schedule a:hover {
  background-position:0px -26px
}

#full-schedule a:active {
  background-position:0px -52px
}

.schedule-bar #schedule {
  float:left;
  width:590px;
  height:80px;
  overflow:hidden;
}

.daily-content li {
  margin:0;
  padding: 13px 15px 0 10px;
  font: 13px "proxima-nova-1", "proxima-nova-2", sans-serif;
  float: left;
  width:170px;
  vertical-align:top;
  background-image: url('../img/global/diagStroke_schedBar.png');
  background-repeat:  no-repeat;
  background-position: right 10px;
  min-height:65px;
  list-style: none;
  font-weight:700
}


/*.daily-content li a:link {color:#FFF;}*/
.daily-content li a:visited {color:#FFF;}
.daily-content li a:hover {color:#FFF;}
.daily-content li a:active {color:#FFF;}


.daily-content li.last {
  background-image: none;
  background-position: 0% 0%;
   background-repeat:  no-repeat;
}

.daily-content li .time {
  color:#FFF; 
  font: 22px  "proxima-nova-1", "proxima-nova-2", sans-serif;
  display:block;
  vertical-align:top;
  font-weight:500;
  overflow:hidden;
  padding:0;
  margin:0;
  line-height:110%
}

.daily-content li .timezone {
  font: 14px  "proxima-nova-1", "proxima-nova-2", sans-serif;
  font-weight:500
}

.daily-content li .title {
  margin:0;
  padding:0 0 0 15px;
  display:block;
  font: 14px  "proxima-nova-1", "proxima-nova-2", sans-serif;
  font-weight:500;
  text-transform:uppercase;
  line-height:105%
  display:block;
  height:30px;
  overflow:hidden
}

.daily-content li .title a {
	color:#ccc
}

/* wedges */

.ramp {
  position: absolute;
  bottom: -120px;
  right: -29px;
  width: 962px;
  height: 254px;
  z-index: 300;
}

.ramp.hidden {
	display:none
}

.no-hashchange .ramp {
  right: -18px;
}

/* homepage ramp colors */
.ramp.brown {
  background: transparent url(../img/ramps/ramp-brown.png) no-repeat bottom right;

}
.ramp.darkblue {
  background: transparent url(../img/ramps/ramp-darkblue.png) no-repeat bottom right;

}
.ramp.darkgray {
  background: transparent url(../img/ramps/ramp-darkgray.png) no-repeat bottom right;

}
.ramp.darkgreen {
  background: transparent url(../img/ramps/ramp-darkgreen.png) no-repeat bottom right;

}
.ramp.darkorange {
  background: transparent url(../img/ramps/ramp-darkorange.png) no-repeat bottom right;

}
.ramp.yellow {
  background: transparent url(../img/ramps/ramp-yellow.png) no-repeat bottom right;

}
.ramp.lightblue {
  background: transparent url(../img/ramps/ramp-lightblue.png) no-repeat bottom right;

}
.ramp.lightgray {
  background: transparent url(../img/ramps/ramp-lightgray.png) no-repeat bottom right;

}
.ramp.lightgreen {
  background: transparent url(../img/ramps/ramp-lightgreen.png) no-repeat bottom right;
}
.ramp.lightorange {
  background: transparent url(../img/ramps/ramp-lightorange.png) no-repeat bottom right;
}
.ramp.purple {
  background: transparent url(../img/ramps/ramp-purple.png) no-repeat bottom right;

}
.ramp.red {
  background: transparent url(../img/ramps/ramp-red.png) no-repeat bottom right;
}


/* buttons */



.watch-preview {
display: block !important;
  width: 155px;
  height: 30px;
  background: #151720 url(../img/btns/btn-play-preview.png) no-repeat 5px 0px;
  color: #fff;
  text-transform: uppercase;
  font-family: "proxima-nova-1", "proxima-nova-2", sans-serif;
  font-weight: 700;
  text-indent: 30px;
  line-height: 30px;
  font-size: 14px;
}
  
.watch-preview:hover {
  //background-position: 5px -32px;
  background: #ccc url(../img/btns/btn-play-preview.png) no-repeat 5px -32px;
  color:#333
}

.watch-preview:active {
	background: #eee url(../img/btns/btn-play-preview.png) no-repeat 5px -32px;
	opacity:0.8;
	color:#666
}

.nivo-caption .watch-preview {
  margin-top: 15px;
}

.cta-preview {
display: block !important;
  width:149;
  padding: 0 5px;
  height: 30px;
  color: #fff;
  background-color: #151720;
  text-transform: uppercase;
  font-family: "proxima-nova-1", "proxima-nova-2", sans-serif;
  font-weight: 700;
  text-indent: 5px;
  line-height: 30px;
  font-size: 14px;
}

.cta-preview:hover {
  background: #ccc;
  color:#333
}


.cta-preview:active {
	background: #eee;
	opacity:0.8;
	color:#666
}


.nivo-caption .cta-preview {
  margin-top: 8px;
  width:149px
}

/* container tab styles */

.tab-container {
	background: #fff;
	overflow: hidden;
	-webkit-transition:opacity 0.4s ease-in-out;
	-moz-transition:opacity 0.5s ease-in-out;
	position: relative;
	height:515px;
	display:none
}

.tab-container.open {
	border-top: 12px solid #ffbd1e;
	border-bottom: 12px solid #000;
}

.tab-container .close {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  min-height: 20px;
  overflow: hidden;
}

.tab-container .close a {
  display: block;
  margin: auto;
  width: 90px;
  height: 25px;
  color: #d0d0d0;
  text-transform: uppercase;
  background: #000 url(../img/bg/bg-tab-close.png) 80px 8px no-repeat;
  line-height: 25px;
  font-size: 14px;
  padding-left: 20px;
  font-weight:700;
  font-family: "proxima-nova-1", "proxima-nova-2", sans-serif
}

.tab-container .close:hover {
	color:#fff
}

#tab-content {
	display:none;
	height:515px;
	background:#fff;
	background: -webkit-gradient(linear, 0 0, 0 515, from(#fff), to(#e0e0e0));
	background: -moz-linear-gradient(top, #fff, #e0e0e0 515px);
	filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffffff', endColorstr='#e0e0e0');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffffff', endColorstr='#e0e0e0')";
}

/* series menu */

.series-hdr {
  border-top: 10px solid #111516;
  background: #1F2323;
  overflow: hidden;
  height:88px;
  z-index:300
}

.series-hdr .left-side-outer, .series-hdr .left-side-outer, .series-hdr .center-column, .series-hdr .right-side-outer {
  min-height: 90px;
}

.series-time {
  text-align:right;
  color: #a6a6a6;
  width: 585px;
  font-size: 12px;
  text-transform: uppercase;
  background: #1A1D22 url(../img/bg/bg-submenu-ie.jpg) no-repeat top right;
  background: url(../img/bg/bg-submenu.png) no-repeat top right, -moz-linear-gradient(left, #1F2323, #1A1D22);
  background: url(../img/bg/bg-submenu.png) no-repeat top right, -webkit-gradient(linear, left top, right top, from(#1F2323), to(#1A1D22));
  float: left;
  min-height: 88px;
  padding-right: 40px;
  font-family:"proxima-nova-1","proxima-nova-2",sans-serif;
  font-weight: 600;
  visibility: hidden;
}

.series-time.ed-grouping {
	padding-top: 12px;
}

.wf-loading .series-time {
	visibility:hidden
}

.wf-active .series-time {
	visibility:visible
}

.no-flexbox  .wf-active .series-time {
	visibility:visible !important
}
.series-time h3 {
  padding: 0;
  line-height: 20px;
  font-weight:700;
  font-family: "proxima-nova-1", "proxima-nova-2", sans-serif;
  color:#e2e2e2
}

.tunein {
  height:50px;
  padding:16px 0 0;
}

.series-time p {
  font-size:12px
}

.series-time p a:link, .series-time p a:active, .series-time p a:visited {
  color: #ffffff;
}

.series-time p span {
  color:#ffa800
}

.series-time p a:hover, .series-time p a:hover span{
  color: #FFBE1E;
}

.series-menu {
  width: 373px;
  float: left;
}

.series-special {
	float:left;
	width:353px;
	padding:12px 0 0 20px;
	font-size:20px;
	font-weight:500;
	color:#A6A6A6
}

.series-special h2 {
	color:#fff;
	font-size:28px;
	text-transform: uppercase;
	font-weight:700
}

.no-cssgradients .series-menu {
	position:relative;
}

.series-menu ul {
	list-style: none;
	margin: 65px 0 0 0;
	float: left;
	padding-left:6px
}

.no-csstransforms .series-menu ul {
  margin:63px 0 0 15px;
}

.series-menu li {
	font-size: 14px;
	height: 25px;
	line-height: 25px;
	padding: 0 8px 0 5px;
	overflow: hidden;
	float: left;
	font-weight:700;
	font-family: "proxima-nova-1", "proxima-nova-2", sans-serif;
	visibility:hidden
}

.wf-loading .series-menu li {
	font-size:16px;
	visibility:hidden
}

.wf-active .series-menu li {
	font-size:16px;
	height: 25px;
	line-height: 25px;
	padding: 0 8px 0 5px;
	overflow: hidden;
	float: left;
	font-weight:700;
	font-family: "proxima-nova-1", "proxima-nova-2", sans-serif;
	visibility:visible
}

.no-flexbox  .wf-active .series-menu li {
	visibility:visible !important
}

.no-cssgradients  .series-menu li {
		padding: 0 5px 0 5px;
}

.series-menu li a {
	color: #fceda4;
}
.no-cssgradients .series-menu li a {
	position:relative;
	left:2px
}

.series-menu li a:hover {
	color: #ffbe1e;
}

.series-menu li.active {
	background: #ffbd1e url(../img/bg/bg-tab-strikeback.png) no-repeat top left;
}

.series-menu li.active a {
	color: #000;
	position:relative;
	left:3px
}

.no-cssgradients .series-menu li.active a {
	position:relative;
	left:2px
}


.series-menu li.active a:hover {
	color: #000;
}

.series-hdr-left {
  background: #1F2323;
}

.series-bg {
  width: 975px;
  height: 95px;
  background: transparent url(../img/bg/bg-series-hdr.jpg) no-repeat top left;
  overflow: hidden;
  position: absolute;
  left: 23px;
  top: 61px
}

/* after dark */

.header-wrapper.afterdark {
  min-height:391px;
  margin-top:5px;
  z-index:500
}

.header-wrapper.afterdark-collection {
  min-height: 155px;
  margin-top:5px;
  z-index:500
}

.afterdark .main-nav li.large:hover, .afterdark .main-nav-open {
	border-bottom:7px solid #5d6161;
	background: #070711;
}

.carousel.afterdark {
	background: url(../img/bg/bg-header-wrapper-afterdark.png) no-repeat top left;
}

.afterdark .main-nav li a.active {
	color: #707070
}

.afterdark .spotlight {
  background:url(../img/bg/bg-header-wrapper-afterdark.png) top left no-repeat;
  height:328px;
  width:977px;
  position:absolute;
  right:0px;
  top:63px;
  overflow:hidden;
}

.afterdark .spotlight-details {
  position:relative;
  top:8px;
  left:8px;
  background:#000;
  height:320px;
  width:100%;
  z-index:100;
  overflow:hidden
}

.afterdark .spotlight-text {
  position:absolute;
  width:230px;
  left:719px;
  padding: 0 0 5px 10px;
  overflow: hidden;
  bottom:151px;
  color:#fff;
}

.afterdark .spotlight-text h2 {
  font-size: 40px;
  font-weight: 700;
  letter-spacing: -1px;
  line-height: 80%;
  text-transform: uppercase;
}

.afterdark .spotlight-text .small {
  font-size: 30px;
}

.afterdark .spotlight-text h3 {
  font-size:15px;
  color:#b7b7b7;
  font-weight:700;
  font-family: "proxima-nova-1", "proxima-nova-2", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
}

.afterdark .spotlight-text p {
    font-size:12px;
    font-family:Arial, Helvetica, sans-serif;
    line-height:140%;
    margin-top:15px
}

.ramp.afterdark {
  background: url(../img/ramps/ramp-afterdark.png) bottom right no-repeat;
  height:122px;
  bottom:0px;
}

.ramp.afterdark-series {
  background: url(../img/ramps/ramp-afterdark-series.png) bottom right no-repeat;
  right: -14px;
  width: 983px;
  position: absolute;
  bottom: 0;
  height: 143px;
  z-index: 200;
}

.ramp.afterdark-series .watch-preview {
  position:absolute;
  bottom:-13px;
  right:35px
}

.ramp.afterdark .watch-preview {
  position:absolute;
  bottom:15px;
  right:110px;
  overflow: hidden;
  width:155px;
} 

.ramp.afterdark .cta-preview {
  position:absolute;
  bottom:15px;
  right:105px;
  overflow: hidden;
  padding: 0 0 0 5px;  
  width: 150px;
} 


.ramp.afterdark p {
  color:#fff;
  font-size:10px;
  position:absolute;
  width:72px;
  bottom:19px;
  right:42px;
  text-align:right
}

.ramp.afterdark p span {
  font-size:12px
}

.divider.afterdark {
  border-top:8px solid #000;
  height:25px;
  background:#787878;
  width:100%;
  clear:both
}

.afterdark .series-hdr {
  border-top:7px solid #626262;
  background:#797979;
  background: -webkit-gradient(linear, left top, left bottom, from(#797979), to(#afafaf));
  background: -moz-linear-gradient(top, #797979, #afafaf);
  filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#797979', endColorstr='#afafaf');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#797979', endColorstr='#afafaf')";
  height: 90px;
  overflow: hidden;
}

.afterdark .series-hdr-left {
  background: #8d8d8d;
  background: -moz-linear-gradient(top, #959595, #bebebe);
  background: -webkit-gradient(linear, left top, left bottom, from(#959595), to(#bebebe));
  filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#959595', endColorstr='#bebebe');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#959595', endColorstr='#bebebe')"
}

.afterdark .series-time {
  background: transparent url(../img/bg/bg-submenu-afterdark.png) no-repeat top right;
  background: url(../img/bg/bg-submenu-afterdark.png) no-repeat top right, -moz-linear-gradient(top, #959595, #bebebe);
  background: url(../img/bg/bg-submenu-afterdark.png) no-repeat top right, -webkit-gradient(linear, left top, left bottom, from(#959595), to(#bebebe));
  color: #606060;
  position:relative;
  left:1px;
  min-height: 90px;
}

.afterdark .series-time h3 {
  color: #272b2e;
  font-weight:700;
  font-family: "proxima-nova-1", "proxima-nova-2", sans-serif;
}

.afterdark .series-time p a:link, .afterdark .series-time p a:active, .afterdark .series-time p a:visited {
  color: #606060;
}

.afterdark .series-time p span {
  color:#000
}

.afterdark .series-time p a:hover, .afterdark .series-time p a:hover span{
  color: #5B4874;
}

.afterdark .series-menu { 
  background:#797979;
  background: -webkit-gradient(linear, left top, left bottom, from(#797979), to(#afafaf));
  background: -moz-linear-gradient(top, #797979, #afafaf);
    filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#797979', endColorstr='#afafaf');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#797979', endColorstr='#afafaf')";
  overflow:hidden
}

.no-csstransforms .afterdark .series-menu ul {
  margin:65px 0 0 0;
}

.afterdark .series-menu li a {
  color:#49468e
}

.afterdark .series-menu li.active a {
  color:#fff
}

.afterdark .series-menu li a:hover {
  color:#363466
}

.afterdark .series-menu li.active a:hover {
  color:#fff
}

.afterdark-gradient {
  background: #787878;
  background: -webkit-gradient(linear, 0 0, 0 300, from(#787878), to(#fff));
  background: -moz-linear-gradient(top, #787878, #fff 300px);
  filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#787878', endColorstr='#ffffff');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#787878', endColorstr='#ffffff')"
}

.afterdark-gradient-column {
  background:#797979;
  background: -webkit-gradient(linear, left top, left bottom, from(#afafaf), to(#fff));
  background: -moz-linear-gradient(top, #afafaf, #fff);
  filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#afafaf', endColorstr='#ffffff');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#afafaf', endColorstr='#ffffff')"
}

.center-column.afterdark-gradient-column, .col2.afterdark-gradient-column {
    background: none repeat scroll 0 0 transparent;
}

.afterdark .series-menu li.active {
  background: #363466;
  padding: 0 8px 0 8px;;
}

.afterdark .tab-container.open {
  border-top: 12px solid #363466;
}

.afterdark-border {
  width:100%;
  background:#000;
  height:3px;
}

.afterdark .series-hdr .right-side-outer {
  filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#797979', endColorstr='#afafaf');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#797979', endColorstr='#afafaf')"
}



.footer .links {
  float: right;
  padding: 90px 0 0 0;
  overflow: hidden;
  margin-right:10px
}

.footer .links li {
  list-style: none;
  float: left;
  text-align: center;
  font-family: Arial, sans-serif;
  display: block;
  padding: 0 10px 0 10px;
  font-size:16px
}

.footer .links a, .footer .links a:visited {
  color:  #939393;
  -webkit-transition:all 0.2s linear;
  -moz-transition:all 0.2s linear
}

.afterdark .footer .links a, .afterdark .footer .links a:visited {
	color:#fff
}

.footer .links a:hover {
  color: #fff;
}

.afterdark .footer .links a:hover {
	color:#666
}

.footer.afterdark {
  position:relative;
  width:998px;
  margin:auto;
  background: -webkit-gradient(linear, left bottom, left top, from(#1e182b), to(#000));
  background: -moz-linear-gradient(bottom, #1e182b, #000 120px);
  filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#000000', endColorstr='#1e182b');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#000000', endColorstr='#1e182b')" 
}

.footer-logo {
  position:absolute;
  bottom:10px;
  left:10px
}

.footer-logo:hover {
	opacity:0.6;
	-webkit-transition:all 0.2s ease-in-out;
	-moz-transition:all 0.2s ease-in-out;
	filter: alpha(opacity=60)} 

/* strike-back */

.ramp.strike-back {
	background: transparent url(../img/ramps/ramp-series-yellow.png) no-repeat bottom right;
	right: -14px;
	width: 983px;
	position: absolute;
	bottom: 0;
	height: 143px;
	z-index: 200;
}

/* series ramp colors */

.ramp.series-brown {
	background: transparent url(/img/ramps/ramp-series-brown.png) no-repeat bottom right;
	right: -14px;
	width: 983px;
	position: absolute;
	bottom: 0;
	height: 143px;
	z-index: 200;
}
.ramp.series-darkblue {
	background: transparent url(/img/ramps/ramp-series-darkblue.png) no-repeat bottom right;
	right: -14px;
	width: 983px;
	position: absolute;
	bottom: 0;
	height: 143px;
	z-index: 200;
}
.ramp.series-darkgray {
	background: transparent url(/img/ramps/ramp-series-darkgray.png) no-repeat bottom right;
	right: -14px;
	width: 983px;
	position: absolute;
	bottom: 0;
	height: 143px;
	z-index: 200;
}
.ramp.series-darkgreen {
	background: transparent url(/img/ramps/ramp-series-darkgreen.png) no-repeat bottom right;
	right: -14px;
	width: 983px;
	position: absolute;
	bottom: 0;
	height: 143px;
	z-index: 200;
}
.ramp.series-darkorange {
	background: transparent url(/img/ramps/ramp-series-darkorange.png) no-repeat bottom right;
	right: -14px;
	width: 983px;
	position: absolute;
	bottom: 0;
	height: 143px;
	z-index: 200;
}
.ramp.series-lightblue {
	background: transparent url(/img/ramps/ramp-series-lightblue.png) no-repeat bottom right;
	right: -14px;
	width: 983px;
	position: absolute;
	bottom: 0;
	height: 143px;
	z-index: 200;
}
.ramp.series-lightgray {
	background: transparent url(/img/ramps/ramp-series-lightgray.png) no-repeat bottom right;
	right: -14px;
	width: 983px;
	position: absolute;
	bottom: 0;
	height: 143px;
	z-index: 200;
}
.ramp.series-lightgreen {
	background: transparent url(/img/ramps/ramp-series-lightgreen.png) no-repeat bottom right;
	right: -14px;
	width: 983px;
	position: absolute;
	bottom: 0;
	height: 143px;
	z-index: 200;
}
.ramp.series-lightorange {
	background: transparent url(/img/ramps/ramp-series-lightorange.png) no-repeat bottom right;
	right: -14px;
	width: 983px;
	position: absolute;
	bottom: 0;
	height: 143px;
	z-index: 200;
}
.ramp.series-purple {
	background: transparent url(/img/ramps/ramp-series-purple.png) no-repeat bottom right;
	right: -14px;
	width: 983px;
	position: absolute;
	bottom: 0;
	height: 143px;
	z-index: 200;
}
.ramp.series-red {
	background: transparent url(/img/ramps/ramp-series-red.png) no-repeat bottom right;
	right: -14px;
	width: 983px;
	position: absolute;
	bottom: 0;
	height: 143px;
	z-index: 200;
}
.ramp.series-yellow {
	background: transparent url(/img/ramps/ramp-series-yellow.png) no-repeat bottom right;
	right: -14px;
	width: 983px;
	position: absolute;
	bottom: 0;
	height: 143px;
	z-index: 200;
}

.feature-logo.strike-back {
  width: 426px;
  height: 166px;
  background: url(../img/series/logo-strike-back.png) no-repeat bottom right;
  right: -30px;
  text-indent: -9999px;
}

/* Newsletter */

#submissionresult {
	height:100px;
	font-weight:normal;
	overflow: hidden;
}

#submissionresult a:link, #submissionresult a:visited, #submissionresult a:active, #submissionresult a:hover { 
text-decoration:underline;
color: #B39A34;
}


/* contact us module */
#contact-us a:link, #contact-us a:visited, #contact-us a:active, #contact-us a:hover { 
text-decoration:underline;
color: #B39A34;
}



/* 404, Terms of Use, Privacy Policy, FAQs */


.pagenotfound-bg {
  width: 975px;
  height: 95px;
  background: transparent url(/img/template/header-pagenotfound.png) no-repeat top left;
  overflow: hidden;
  position: absolute;
  left: 23px;
  top: 61px
}

.terms-bg {
  width: 975px;
  height: 95px;
  background: transparent url(/img/template/header-termsofuse.png) no-repeat top left;
  overflow: hidden;
  position: absolute;
  left: 23px;
  top: 61px
}

.privacy-bg {
  width: 975px;
  height: 95px;
  background: transparent url(/img/template/header-privacy.png) no-repeat top left;
  overflow: hidden;
  position: absolute;
  left: 23px;
  top: 61px
}


.faqs-bg {
  width: 975px;
  height: 95px;
  background: transparent url(/img/template/header-faq.png) no-repeat top left;
  overflow: hidden;
  position: absolute;
  left: 23px;
  top: 61px
}


.terms-wrapper {
  width: 998px;
  margin: 0 auto;
  //background:#fff;
}

.terms-content {
  width: 100%;
    background: #1F2323 url(/img/template/below-header-texture.png) no-repeat top left;
  background: url(/img/template/below-header-texture.png) no-repeat top left, -webkit-gradient(linear, left top, left bottom, from(#1F2323), to(#333));
  background: url(/img/template/below-header-texture.png) no-repeat top left, -moz-linear-gradient(center top, #1F2323, #333);
 

}

#terms {
margin: 0 30px;
padding: 25px 0;
color: #CCCCCC;
   font-size: 12px;
   line-height:16px;
 font-family: Arial,Helvetica;
}


#terms h2 {  
margin: 0;
padding: 30px 0 10px 0;
 font-size: 20px;
font-family: "proxima-nova-1", "proxima-nova-2", sans-serif;
 font-weight:bold;
   color: #fff;
 }


#terms h5 {  
margin: 0;
padding: 10px 0 0 0;
 font-size: 14px;
 font-family: Arial,Helvetica;
 font-weight:bold;
   color: #fff;
 }


#terms p {  
margin: 0;
padding: 12px 0;}

#terms p a:link, #terms p a:visited, #terms  p a:active, #terms p a:hover {  
text-decoration:underline;
color: #B39A34;
}



#terms ol { list-style-type: lower-alpha; margin:0; padding: 0 45px;}

#terms ol li { margin: 0; padding: 10px 0 }

#terms ul { list-style-type: none; margin:0; padding: 0 45px;}

#terms ul li { margin: 0; padding: 5px 0 }

#terms ol.roman { list-style-type: lower-roman; margin:0; padding: 0 45px;}

#terms ol.roman li { margin: 0; padding: 10px 0 }


 .questions {
overflow: visible;
 background: url(/img/template/line-horz.gif);
background-position: center bottom;
background-repeat: no-repeat;
  }

.faqs {
margin: 0 30px;
padding: 25px 0 0 0;
color: #82807F;
   font-size: 12px;
   line-height:16px;
 font-family: Arial,Helvetica;
 height:100%;
}


.faqs h2 {  
margin: 0;
padding: 30px 0 0 0;
 font-size: 20px;
font-family: "proxima-nova-1", "proxima-nova-2", sans-serif;
 font-weight:bold;
 color: #fff;
 }
 
 
 .faqs p {  
margin: 0;
padding: 5px 0 0 0;
}

 
 

.faqs p a.question:link, .faqs p a.question:visited, .faqs p a.question:active, .faqs p a.question:hover  {  
font-weight: bold;
text-decoration:underline;
color: #ffff99;
}



.answers {
margin: 0 30px;
padding: 0 0 80px 0;
color: #CCCCCC;
   font-size: 12px;
   line-height:16px;
 font-family: Arial,Helvetica;
}

 .answers h2 {  
margin: 0;
padding:  30px 0 0 0;
 font-size: 20px;
font-family: "proxima-nova-1", "proxima-nova-2", sans-serif;
 font-weight:bold;
   color: #fff;
 }


.answers ul { list-style-type: none; margin:0; padding: 0 45px;}

.answers ul li { margin: 0; padding: 0 }

.answers h5 {  
margin: 0;
padding: 25px 0 8px 0;
 font-size: 14px;
 font-family: Arial,Helvetica;
 font-weight:bold;
 
 }


.answers p {  
margin: 0;
padding: 8px 0;

}

.answers p a:link, .answers p a:visited, .answers p a:active, .answers p a:hover {  
text-decoration:underline;
color: #ffff99;
}


.answers p a.back:link, .answers p a.back:visited, .answers p a.back:active, .answers p a.back:hover  {  
text-decoration:underline;
color: #ffff99;
font-size:10px;
}


/* Get Provider dropdown */

form select {
  font-size:12px;
  border:0px;
}

form option:first-child {
  display:none;
}

form option {
  padding:3px;
}

/* Video Age Gate */

/* begin age gate */
#ageGate {
	position: absolute;
	z-index: 1000;
	display: none;
	font-family: "proxima-nova-1", "proxima-nova-2", sans-serif;
	width: 100%;
	height: 405px;
	background: transparent url(/img/global/1px_ageGate.png) left top repeat;
}

#video-tab #ageGate {
	width: 720px;
	top: 39px;
	margin-left: 1px;
}

#video-tab #videoPlaceHolder {
	width: 720px;
	margin-top: 39px;
	margin-left: 41px;
}

#ageForm1, #blocker {
	display: block;
	background: #fff;
	margin: 69px 0 0 197px;
	padding: 50px 22px ;
	width: 296px;
	height: 125px;
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#B5B5B5), to(white));
	background: -moz-linear-gradient(top, #B5B5B5, white 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#B5B5B5', endColorstr='white');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#B5B5B5', endColorstr='white')";
}

#blocker { display: none; }

#blocker p {
	font-weight: 600;
	margin: 33px 0 0 0;
	font-size: 17px;
	line-height: 18px;
}

#ageForm1 p {
	font-weight: 600;
	
}

#ageError {
	visibility: hidden;
	font-size: 12px;
	color: #FF0000;
	height: 30px;
	margin: 10px 0 10px 0;
}

#ageButton {
	float: right;
	cursor: pointer;
	font-size: 13px;
	font-weight: 600;
	text-align: center;
	margin: 0 6px;
	padding: 6px 0 0 0;
	width: 74px;
	height: 19px;
	color: #FFFFFF;
	background: #000000;
}

#ageButton:hover {
	color: #16191B;
	background-color: #FFFFFF;
	border-bottom: 1px solid #333;
	border-right: 1px solid #333;
}

#monthmenu, #daymenu, #yearmenu { float: left; border: 1px solid red;}

#month1holder { width: 91px; }
#day1holder { width: 72px; }
#year1holder { width: 79px; }

#month1 { width: 101px; }
#day1 { width: 82px; }
#year1 { width: 89px; }


.dropDown {
	cursor: pointer;
	display: inline-block;
	font-size: 12px;
	font-weight: 700;
	color: #FFFFFF;
	background: #16191B;
	//padding: 6px 0 8px 10px;
	margin: 15px 5px 0 0;
	height: 20px;
	border: none;
}
/*
.dropDown:hover {
	color: #16191B;
	background-color: #FFFFFF;
	
}
*/
.menuicon {
	display: block;
	float: right;
	background: transparent url(/img/bg/bg-picker-arrow.png) left 4px no-repeat;
	width: 10px;
	height: 10px;
	margin: 0 12px 0 0;
}

.titleholder {
	display: block;
	float: left;
	width: 50px;
}



.menuList {
	z-index: 2000;
	display: block;
	position: absolute;
	float: left;
	overflow-y: auto;
	width: 86px;
	max-height: 120px;
	top: 0;
	background: #000000;
}

.listItem {
	cursor: pointer;
	font-size: 13px;
	font-weight: bold;
	font-family: "proxima-nova-1", "proxima-nova-2", sans-serif;
	color: #FFFFFF;
	padding: 6px 12px;
	height: 10px;
}

.listItem:hover {
	color: #16191B;
	background-color: #FFFFFF;
}
/* end age gate */


/* video player container */
#videoPlaceHolder {
	position: absolute;
	background: black;
	top: 0;
	left: 0;
}

/* global drop down styles */

.CIdropDown {
	list-style:none;
	padding:0;
	margin:0;
	background:#16191B;
	color:#fff;
	font-size:14px;
	font-family: "proxima-nova-1", "proxima-nova-2", sans-serif;
	font-weight: 500;
	border-top:1px solid #383b3b;
	border-left:1px solid #383b3b
}

.CIdropDown li ul li:hover {
	background:#333;
	opacity:0.8
}

.CIdropDown li {
	position:relative;
	cursor:pointer;
	margin:0;
	padding:0;
	background:#16191B url(/img/bg/bg-picker-arrow.png) no-repeat center right;
	text-indent:10px;
	min-height:26px;
	line-height:26px;
}

.CIdropDown li a, .CIdropDown li a:visited {
	color:#fff
}

.CIdropDown li ul {
	position:absolute;
	left:0px;
	display:none;
	width:100%;
	margin:0;
	padding:0;
	overflow:auto;
	list-style:none;
}

.CIdropDown li ul li {
	background:#16191B;
	text-indent:10px
}
