/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}
audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}
fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}
textarea {
    resize: vertical;
}
ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

button,
button:focus,
button:active,
button::-moz-focus-inner {
	border: 0 !important;
	outline: 0 !important;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* site */
body {
    font-family: fira_sans_condensedbook, Helvetica, Helvetica Neue, Arial;
    font-size: 18px;
    background-color: #fff;
}
p {
	margin: 0;
}
.wrapper,
.main.wrapper,
.content {
    width: 90%;
    margin: 0 5%;
}
.content2 {
    width: 80%;
    margin: 0 10%;
}
.modal {
	position: fixed;
	z-index: 2000;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow-y: auto;
	-webkit-transform: translate3d(0, 0, 0);
	background-color: #f5f5f5;
	background-color: rgba(0,0,0,0.75);
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: opacity 0.2s;
	transition: opacity 0.2s;
}
.show {
	display:block !important;
}

.vis-mobile,
body.mobile .vis-nonmobile {
	display: none;
}
body.mobile .vis-mobile {
	display: block;
}
        				
#header-container-wide {
}
#header-container-mobile {
	display: none;
}

h1#cw-page-hdr-title span {
    line-height: 1.5em;
}
h1#cw-page-hdr-title span:first-child:hover {
    color: #6CCCDC;
    cursor: pointer;
}

.bar1 {
	border-top: 10px solid #000;
}

header {
	padding-left: 175px;
	position: relative;
}
a.sitebrand {
	display: block;
	position: absolute;
	left: 0;
	margin-right: 10px;
	min-width: 164px;
}
a.sitebrand h1 {
	text-indent: -9999px;
	display: block;
	float: left;
	background: transparent url(/images/cwseed/r15/cwseed-logo.png) no-repeat;
	width: 164px;
	height: 75px;
	margin: 11px 0 0 0;
}

#header-nav {
	width: 100%;
	float: right;
}
#header-nav .main-nav-menu  {
	display: none;
}
#header-nav .social {
	margin-top: 3px;
	height: 41px;
	overflow: hidden;
}
#header-nav .social ul {
	float: right;
    z-index: 20;
    position: relative;
}
li.social {
	float: left;
	padding-left: 8px;
}
li.social a {
}
li.social span.t {
	padding-left: 5px;
	min-width: 68px;
	display:inline-block;
}
	
.cw-social-icons a,
#home-touts ul li div.icon,
li.social a .icon {
	width: 84px;
	height: 84px;
	display: inline-block;
	background: transparent url(/images/cwseed/r15/sprite-icons.png) 0 0 no-repeat;
	cursor: pointer;
	line-height: 1;
	text-indent: -9999px;
	vertical-align: middle;
	background-size: 1300% 200%;
}
#home-touts ul li div.icon {
	width: 60px;
	height: 60px;
}


.cw-social-icons {
    float: right;
    max-width: 220px;
    margin-top: 0;
    margin-right: 10px;
}

.cw-social-icons a.share-btn,
#home-mobile-social li.social a .icon,
li.social a .icon.small {
	width: 38px;
	height: 38px;
}
li.social a .icon.small2 {
	width: 28px;
	height: 28px;
}

#home-touts ul li div.icon {
	background-position: 41.6% 100%;
}
#home-touts ul li:hover div.icon {
	background-position: 41.6% 0;
}
#home-touts ul li div.icon.cw {
	background-position: 50% 100%;
}
#home-touts ul li:hover div.icon.cw {
	background-position: 50% 0;
}
#home-touts ul li div.icon.twitter {
	background-position: 0 100%;
}
#home-touts ul li:hover div.icon.twitter {
	background-position: 0 0;
}
#home-touts ul li div.icon.facebook {
	background-position: 8.4% 100%;
}
#home-touts ul li:hover div.icon.facebook {
	background-position: 8.4% 0;
}
#home-touts ul li div.icon.instagram {
	background-position: 16.7% 100%;
}
#home-touts ul li:hover div.icon.instagram {
	background-position: 16.7% 0;
}
#home-touts ul li div.icon.tumblr {
	background-position: 25% 100%;
}
#home-touts ul li:hover div.icon.tumblr {
	background-position: 25% 0;
}
#home-touts ul li div.icon.google {
	background-position: 33.3% 100%;
}
#home-touts ul li:hover div.icon.google {
	background-position: 33.3% 0;
}

.cw-social-icons a.share-btn.twitter,
li.social a .icon.twitter {
	background-position: 58.4% 0;
}
.cw-social-icons a:hover.share-btn.twitter,
li.social a:hover .icon.twitter {
	background-position: 58.4% 100%;
}
.cw-social-icons a.share-btn.facebook,
li.social a .icon.facebook {
	background-position: 66.7% 0;
}
.cw-social-icons a:hover.share-btn.facebook,
li.social a:hover .icon.facebook {
	background-position: 66.7% 100%;
}
.cw-social-icons a.share-btn.instagram,
li.social a .icon.instagram {
	background-position: 75% 0;
}
.cw-social-icons a:hover.share-btn.instagram,
li.social a:hover .icon.instagram {
	background-position: 75% 100%;
}
.cw-social-icons a.share-btn.tumblr,
li.social a .icon.tumblr {
	background-position: 83.4% 0;
}
.cw-social-icons a:hover.share-btn.tumblr,
li.social a:hover .icon.tumblr {
	background-position: 83.4% 100%;
}
.cw-social-icons a.share-btn.google,
li.social a .icon.google {
	background-position: 91.7% 0;
}
.cw-social-icons a:hover.share-btn.google,
li.social a:hover .icon.google {
	background-position: 91.7% 100%;
}
.cw-social-icons a.share-btn.pinterest,
li.social a .icon.pinterest {
	background-position: 100% 0;
}
.cw-social-icons a:hover.share-btn.pinterest,
li.social a:hover .icon.pinterest {
	background-position: 100% 100%;
}

#whose-line-videos {
	margin-bottom: 30px;
}
#whose-line-videos-wrap {
    background-color: transparent;
}
#whose-line-videos-wrap .banner {
    background: none;
}
#whose-line-videos-wrap .banner img {
	width: auto;
	height: auto;
	max-width: 100%;
}



#home-videos .videos-list h3 {
    margin-top: 10px;
    min-height: 32px;
    position: relative;
}
#home-videos .videos-list h3 span {
    font-family: fira_sans_condensedLtIt;
    position: relative;
    float: right;
    background-color: #fff;
    z-index: 2;
    padding-left: 10px;
}


body#shows #home-videos h3 span {
    float: none;
    width: 33%;
    display: inline;
    margin: 0 auto;
    padding: 0 5px;
    padding: 0 10px;
    text-align: center;
    color: #999;
    position: relative;
    background-color: #fff;
    z-index: 2;
    font-family: fira_sans_condensedLtIt;
}

#sound-toggle {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 51px;
    height: 40px;
    background: transparent url(/images/r14/speaker-icon-sprite.png) 0 0 no-repeat;
    z-index: 90;
}
#sound-toggle.muted {
    background-position-x: -52px;
}
#sound-toggle:hover {
    background-position-y: -40px;
}

#header-nav .mid {
	position: relative;
	height: 20px;
	line-height: 12px;
}
#header-nav .mid span {
	background: #fff;
	color: #5571fa;
	position: relative;
	z-index: 2;
	padding-right: 10px;
	
	font-family: PTSerif-BoldItalic;
	font-size: 1.0em;
}
#header-nav .mid div.line,
h3 div.line {
	position: absolute;
	top: 0px;
	height: 6px;
	width: 100%;
	border-bottom: 1px solid #999;
}
h3 div.line {
	top: 22%;
}
body#shows.wide h3 div.line {
    top: 30%;
}
#header-nav nav {
	float: right;
	min-height: 34px;
	margin-top: -10px;
}
nav#wide-nav>ul>li {
    float: left;
    width: auto;
    margin: 0;
}
a.dcspot,
h2.dcspot {
    margin-left: 0;
    font-family: fira_sansbook;
    padding-left: 40px;
    background: transparent url(/images/cwseed/dc-logo-small.png) 0 0 no-repeat;
    background-size: contain;
}
h2.dcspot {
    padding-left: 40px;
}
#show-hub h2.dcspot {
    background-image: url(/images/cwseed/dc-logo-hub.png);
}
#showpage-header {
    margin: 15px 0;
    padding-top: 15px;
    border-top: 1px solid #999;
}
#showpage-header h2 {
    padding-left: 0;
    margin: 0;
}
#showpage-header h2 img {
    max-height: 50px;
    vertical-align: middle;
    padding-right: 10px;
}
#showpage-header h2.dcspot span {
    text-transform: uppercase;
    color: #0078f0;
    font-family: fira_sans_condensedbold;
    font-size: 68px;
    line-height: 72px;
    display: inline-block;
    vertical-align: middle;
    height: 86px;
}


#dc-header {
    margin: 15px 0;
    padding-top: 15px;
    border-top: 1px solid #999;
}
#dc-header h2.dcspot {
    background-image: none;
    padding-left: 0;
    margin: 0;
}
#dc-header h2.dcspot span {
    text-transform: uppercase;
    color: #0078f0;
    font-family: fira_sans_condensedbold;
    font-size: 68px;
    line-height: 72px;
    display: inline-block;
    vertical-align: middle;
    height: 86px;
}
#dc-header h2.dcspot img {
    height: 86px;
    vertical-align: middle;
    padding-right: 10px;
}





nav#wide-nav li:last-child a {
    margin-right: 0;
}
nav#wide-nav>ul>li {
	width: auto;
}
nav#wide-nav>ul>li>a {
	height: 32px;
	position: relative;
	text-align: right;
	padding: 0px 10px 2px 10px;
	margin-top: 10px;
	margin-left: 10px;
}
nav#wide-nav li#cwseed-nav-live a {
    padding-right: 20px;
    font-family: fira_sans_condensedsemibold;
}

a.mlink {
    display: block;
    margin-bottom: 0px;
    text-align: center;
    text-decoration: none;
    font-family: fira_sans_condensedsemibold;
	font-size: 20px;
	line-height: 30px;
    color: #5e5759;
	padding: 0 5px;
	text-transform: uppercase;
}
a.mlink:hover,
.opened a.mlink {
	color: #fff;
    background-color: #373737;
    text-decoration: none;
}

#whoseline-seasons a.mlink {
	background-color: transparent;
}
#whoseline-seasons.opened a.mlink,
#whoseline-seasons a.mlink:hover {
	 color: #5e5759;
	 background-color: #eeeeee;
}

span.menuarrow {
    display: inline-block;
    height: 16px;
    width: 22px;
    background: transparent url(/images/cwseed/r15/buttons2.png) 0 0 no-repeat;
    background-position: -190px 0;
    margin-left: 10px;
}
a:hover span.menuarrow,
.opened span.menuarrow {
	background-position: -190px -24px;
}
#whoseline-seasons a.mlink:hover span.menuarrow,
#whoseline-seasons.opened span.menuarrow {
	background-position: -190px 0;
}

#main-container {
    display: none;
}
#main-container.expanded {
    display: block;
}

.nav-menu {
	position: absolute;
	margin: 0 0 0 10px;
	padding: 0;
	z-index: 100;
	background-color: #0f0f0f;
	border-top: 4px solid #000;
	
	-moz-box-shadow: 1px 1px 2px #000;
	-webkit-box-shadow: 1px 1px 2px #000;
	box-shadow: 1px 1px 2px #000;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	display: none;
}

nav#mobile-nav {
	text-align: left;
    display: none;
    background-color: #1a1a1a;
    position: absolute;
    top: 52px;
    right: 0;
    bottom: 0;
    left: 0;

    background-color: #1a1a1a;
    border-top: 1px solid #666;
}
nav#mobile-nav.expanded {
    display: block;
}
nav#mobile-nav ul.mobile {
    background-color: #1a1a1a;
}
nav#mobile-nav ul.mobile>li {
	float: none;
	padding: 2px 0 8px 0;
	display: block;
	color: #fff;
	text-transform: uppercase;
	font-size: 20px;
	line-height: normal;
}
nav#mobile-nav ul.mobile li {
    margin: 0px;
    padding: 3px 5% 8px 5%;
}
nav#mobile-nav ul.mobile li.mobileshowlist ul li {
    margin: 0;
}
nav#mobile-nav ul.mobile li.mobileshowlist.whoselinegroups ul li {
    font-size: 17px;
}
nav#mobile-nav ul.mobile li.mobileshowlist.whoselinegroups ul li.hdr {
    font-size: 20px;
    background-color: #333;
}

nav#mobile-nav ul.mobile li.mobileshowlist h2 {
    font-family: fira_sansbook;
    font-size: 20px;
    margin: 5px 5% 10px 5%;
    padding: 0;
}
nav#mobile-nav ul.mobile li.mobileshowlist h2.dcspot {
    padding-left: 35px;
}
nav#mobile-nav ul.mobile li.social-icons div.social {
    margin: 0px 15%;
}
nav#mobile-nav ul.mobile li.showitem {
    clear: left;
    line-height: 18px;
    font-size: 17px;
    padding: 12px 5% 12px 5%;
    text-transform: none;
}
nav#mobile-nav ul.mobile li.showitem a {
    font-family: fira_sans_condensedbook;
    color: #bbb;
}

nav#mobile-nav ul.mobile li.mobileshowlist ul li.showitem:nth-child(odd) {
    background-color: #333;
}
nav#mobile-nav ul.mobile li.mobileshowlist ul li.featureditem {
    margin: 0 auto 5px auto;
    width: 96%;
}
nav#mobile-nav ul.mobile li.mobileshowlist ul li.featureditem:nth-of-type(2) {
    display: none;
}

nav#mobile-nav ul.mobile li.mobileshowlist ul li.featureditem img {
    width: 94%;
    height: auto;
}
nav#mobile-nav ul.mobile li.mobileshowlist ul li.featureditem:nth-of-type(2) a {
    float: right;
    text-align: right;
}

nav#mobile-nav ul.mobile li.l1 {
    border-top: 1px solid #333;
}
nav#mobile-nav ul.mobile li.l1:nth-child(1) {
    border-top: none;
}

nav#mobile-nav ul.mobile>li.mobileshowlist {
    border-top: 1px solid #333;
    display: none;
    padding: 0;
}

nav#mobile-nav ul.mobile>li.mobileshowlist.expanded {
}

nav#mobile-nav ul.mobile li span.grp_title,
nav#mobile-nav ul.mobile li a {
    font-family: fira_sans_condensedsemibold;
	vertical-align: middle;
    color: #fff;
    text-decoration: none;
}
nav#mobile-nav li.whose ul li a {
	padding-left: 15px;
    text-decoration: none;
}
nav#mobile-nav li.whose ul li.hdr span {
	padding-left: 0;
}

nav#mobile-nav ul.mobile li.showlink {
	border-top: 1px solid #333;
	border-bottom: none;
}
nav#mobile-nav ul.mobile li span.icon.small2 {
	height: 26px;
	margin-top: -6px;
}
nav#mobile-nav .social-icons h4 {
    font-size: 16px;
    margin: 8px 0;
}

nav#mobile-nav span.menuarrow {
    display: inline-block;
    height: 16px;
    width: 25px;
    margin-left: 10px;
    vertical-align: middle;
    background: transparent url(/images/cwseed/r15/buttons2.png) no-repeat 63.636% 42.012%;
    background-size: 360px 100px;

}
nav#mobile-nav a.expanded span.menuarrow {
    background: transparent url(/images/cwseed/r15/buttons2.png) no-repeat 63.636% 21.893%;
    background-size: 360px 100px;
}
nav#mobile-nav ul.mobile li.social {
    margin: 0;
    padding: 0;
}

div#mobile-menu {
    float: left;
    text-align: left;
	width: 20%;
	height: 44px;
    cursor: pointer;
}
div#mobile-menu span {
    height: 36px;
    width: 36px;
}
div#mobile-menu span.hb {
    font-size: 32px;
    line-height: 36px;
    position: relative;
    margin-top: 2px;
    text-rendering: geometricPrecision
}
div#mobile-menu span.close {
    font-size: 30px;
    line-height: 42px;
    display: none;
}
div#mobile-menu.expanded span.hb {
    display: none;
}
div#mobile-menu.expanded span.close {
    display: inline-block;
    padding-left: 4px;
}

div#mobile-brand {
    float: left;
    height: 44px;
    width: 60%;
    text-align: center;
}
div#mobile-brand a {
    text-indent: -9999px;
    display: inline-block;
    background: transparent url(/images/cwseed/cw-seed-logo-mobile.jpg) no-repeat center top;
    background-size: contain;
    width: 100px;
    height: 44px;
}

div#mobile-search-icon {
	float: right;
	cursor: pointer;
	background: transparent url(/images/cwseed/r15/buttons2.png) 0 0 no-repeat;
	background-position: -460px 0;
	width: 32px;
	height: 32px;
	margin-top: 5px;
}

div#mobile-nav-wrap {
	padding: 5px 10px 3px 10px;
	text-align: center;
	background: #000 url('/images/cwseed/cw-seed-header-bg.png') repeat-x 0 0;
	border-bottom: 1px solid #666;
}
div#mobile-nav-wrap a {
    text-decoration: none;
    color: #fff;
}

#cwseed-shows-menu,
#cwseed-search-menu {
	right: 0;
}

#cwseed-shows-menu {
    width: 100%;
}
#cwseed-shows-menu ul {
    margin: 10px 0 0 0;
}
#cwseed-shows-menu ul.showslist {
    width: 100%;
    -moz-columns: 2;
    -webkit-columns: 2;
    columns: 2;
}
#cwseed-shows-menu ul.showslist li {
    -webkit-column-break-inside: avoid; /* Chrome, Safari */
    page-break-inside: avoid;           /* Theoretically FF 20+ */
    break-inside: avoid-column;         /* IE 11 */
    break-inside: avoid;
    width: 94%;
    padding: 4px 3%;
}
#cwseed-shows-menu ul.showslist li a {
    display: inline-block; 
}
#cwseed-shows-menu ul.showslist li:hover {
    background-color: #666 !important;
}
#cwseed-shows-menu ul.showslist li:hover a {
    cursor: pointer !important;
    color: #fff !important;
}
#cwseed-shows-menu ul#currentshows {
    margin: 0 3% 0 0;
}
#cwseed-shows-menu ul li.showgroup {
    float: left;
    margin: 10px 0px 20px 3%;
}


#cwseed-shows-menu h2 {
    margin: 0 0 10px 0;
    padding: 0 0 6px 0;
	color: #fff;
	font-family: fira_sansbook;
	font-size: 24px;
    text-transform: uppercase;
    border-bottom: 1px solid #666;
}
#cwseed-shows-menu h2 a {
    text-decoration: none;
    color: #fff;
}
#cwseed-shows-menu h2 a:hover {
    text-decoration: underline;
}

#cwseed-shows-menu ul.featuredshows {
    border-bottom: 3px solid #666;
}
#cwseed-shows-menu ul.favoriteshows,
#cwseed-shows-menu ul.originalshows {
}
#cwseed-shows-menu ul.showslist {
}
#cwseed-shows-menu ul li {
	height: auto;
	width: 30%;
	margin-right: 20px;
}
#cwseed-shows-menu ul li.showgroup {
    width: 30.2%;
}



#cwseed-shows-menu ul.featuredshows li {
    height: auto;
    width: 50%;
    margin: 0 0 10px 0;
    float: left;
}
#cwseed-shows-menu ul.featuredshows li:nth-child(2) {
    text-align: right;
}
#cwseed-shows-menu ul.featuredshows li img {
    width: 95%;
    max-width: 200px;
    height: auto;
}

#cwseed-shows-menu ul.favoriteshows li,
#cwseed-shows-menu ul.originalshows li {
    margin-right: 0px;
}


#cwseed-shows-menu ul.showslist li a {
	font-family: fira_sans_condensedbook;
	font-size: 18px;
    line-height: 20px;
    display: inline-block;
	color: #bbb;
	text-decoration: none;
}
#cwseed-shows-menu ul li a img {
	width: 180px;
	height: 108px;
}

.seasons-menu>ul>li {
	float: none;
	display: block;
	margin: 0;
	padding: 0;
	color: #fff;
	font-size: 16px;
	line-height: 30px;
	text-align: left;
	border-bottom: 1px solid #484848;
	background-color: #363636;
}
.seasons-menu>ul>li.hdr {
	padding: 8px 0 0 20px;
	background-color: #333;
	border-top: 2px solid #484848;
	border-bottom: 2px solid #484848;
	font-family: fira_sansregular;
	cursor: default !important;
}
.seasons-menu>ul>li a {
	display: block;
	padding: 8px 0 0 20px;
	width: 200px;
	color: #fff;
	margin: 8px 0 0 20px;
	margin: 0;
	text-transform: uppercase;
	text-decoration: none;
}
.seasons-menu>ul>li a:hover {
	background-color: #212023;
	text-decoration: none;
}
#cwseed-whoseline-menu2 {
	margin: 0;
	right: 0;
}
#whoseline-seasons ul,
#whoseline-seasons .seasons-menu>ul>li,
#whoseline-seasons .seasons-menu>ul>li.hdr {
	background-color: #eeeeee;
	color: #5e5759;
	border-bottom: 1px solid #fff;
}
#whoseline-seasons .seasons-menu>ul>li:last-child {
	border-bottom: none;
}
#whoseline-seasons .seasons-menu>ul>li.hdr {
	border-top: 1px solid #fff;
	font-family: fira_sansregular;
	padding: 4px 0 0 20px;
}
#whoseline-seasons .seasons-menu>ul>li a {
	color: #5e5759;
	background-color: #eeeeee;
	width: 197px;
	margin: 5px 10px 4px 10px;
	padding: 8px 10px 2px 10px;
	line-height: 17px;
}


#whoseline-seasons .seasons-menu>ul>li a:hover {
	background-color: #fff;
}
#whoseline-seasons .nav-menu {
	margin: 0;
	border-top: 0;
}
#cwseed-search-menu {
	right: 0;
	width: 500px;
	padding: 20px;
}
#mobile-search-wrap {
	display: none;
	padding: 10px 10px 2px 10px;
	background-color: #212023;
}
body#shows #whoseline-seasons {
	height: 33px;
}
body#shows #whoseline-seasons .nav-menu {
}
#whoseline-seasons-menu2.seasons-menu>ul>li a,
body#shows #whoseline-seasons .seasons-menu>ul>li a {
	width: 127px;
}

.search-menu input {
	width: 75%;
	padding: 6px 5px 2px 10px;
	font-size: 20px;
	line-height: 28px;
	-webkit-appearance: none;
    border-radius: 0;
    float: left;
    font-family: PTSerif-BoldItalic;
}
#wide-search input {
	width: 490px;
}
button.search-submit-button {
	float: left;
	padding: 0;
	margin: 0;
	border-radius: 3px;
	border: 0 !important;
	outline: 0 !important;
	float: right;
	
	-webkit-appearance: none;
	padding-left: 0;
	padding-right: 0;
	vertical-align: middle;
}
.search-submit-button span {
	display: block;
    padding: 11px 8px 13px 8px;
	background-color: #6cccdb;
	color: #fff;
	line-height: 16px;
	text-transform: uppercase;
}

.search-results {
	margin-top: 10px;
}
.search-results ul li {
	display: block;
	float: none;
	color: #ccc;
	padding: 5px;
	border-bottom: 1px solid #333;
}
.search-results ul li a {
	color: #ebebeb;
	text-decoration: none;
}
#search-results ul.list li div.titles {
	height: 86px;
}

#search-header {
	font-size: 28px;
	background-color: #e9e9e9;
	margin-top: 20px;
	padding: 0;
}
#no-result-message {
	margin: 20px 0;
	text-align: center;
}
#no-results {
	margin: 20px 0 200px 0;
	text-align: center;
}
#no-results.search-menu input {
	width: 50%;
	margin: 0 23%;
}

#search-title span,
#no-result-message span {
	font-family: PTSerif-BoldItalic;
}

#home-videos {
	margin: 20px 0;
}
#home-videos h2,
#home-videos h3 {
	text-align: left;
	margin: 5px 0;
}
#home-videos h2 {
	color: #6cccdb;
	font-family: fira_sans_condensedsemibold;
	font-size: 20px;
}
#home-videos h3 {
	color: #5d5a5b;
	font-family: PTSerif-BoldItalic;
	font-size: 20px;
	margin-bottom: 10px;
    min-height: 10px;
}

body#shows #home-videos h2,
body#shows #home-videos h3 {
    text-align: center;
    position: relative;
}
body#shows #home-videos h2 {
    color: #5571fa;
    font-size: 30px;
}

#home-videos .video-header  {
    border-bottom: none;
}
.video-header {
	border-bottom: 1px solid #000;
}
.videos-list .video-header ul.tabs {
	width: 60%;
}
.videos-list .video-header ul.tabs li {
	float: left;
    width: 182px;
    border-bottom: 5px solid transparent;
    text-align: center;
    text-transform: uppercase;
}
.videos-list .video-header ul.tabs li a {
	font-family: fira_sans_condensedsemibold;
	text-decoration: none;
	color: #000;
}
.videos-list .video-header ul.tabs li a:hover {
	font-family: fira_sans_condensedbold;
}
.videos-list .video-header ul.tabs li.active {
    border-bottom: 5px solid #f2823c;
}
#whoseline-seasons {
	position: relative;
	height: 30px;
	float: right;
}
#all-seasons-whoseline {
	font-size: 18px;
	height: 25px;
	line-height: 25px;
	padding: 7px 10px 1px 15px;
	font-family: fira_sansmedium;
}



.videos-list ul.list {
	overflow: hidden;
	margin: 20px 0;
}
.videos-list ul.list li {
    float: left;
    margin-bottom: 20px;
    cursor: pointer;
}

.videos-list ul.list li img {
	width: 100%;
	height: auto;
}
.videos-list ul.list li div.inner {
	position: relative;
	overflow: hidden;
	margin: 0;
}
.videos-list ul.list li .overlay-image {
	position: absolute;
	width: 100%;
	height: 100%;
	background-size: 100% auto;
	top: 0;
}



.videos-list ul.list li .overlay {
	position: absolute;
	height: 100%;
	bottom: 0;
	width: 100%;
	overflow: hidden;
}

.videos-list ul.list li .overlay-image.playbtn {
    background: transparent url(/images/cwseed/cwseed-play-overlay-btn.png) 0 0 no-repeat;
    background-size: 100% auto;
}
.videos-list ul.list.videos-2up li .overlay-image.playbtn {
    background: transparent url(/images/cwseed/cwseed-play-overlay-btn.png) center center no-repeat;
    background-size: 75% auto;
}
.videos-list ul.list li.classic.season1 .overlay-image {
	background: transparent url(/images/cwseed/overlay/classic-season1.png) 0 0 no-repeat;
	background-size: 100% auto;
}
.videos-list ul.list li.classic.season2 .overlay-image {
	background: transparent url(/images/cwseed/overlay/classic-season2.png) 0 0 no-repeat;
	background-size: 100% auto;
}
.videos-list ul.list li.classic.season3 .overlay-image {
	background: transparent url(/images/cwseed/overlay/classic-season3.png) 0 0 no-repeat;
	background-size: 100% auto;
}
.videos-list ul.list li.classic.season4 .overlay-image {
	background: transparent url(/images/cwseed/overlay/classic-season4.png) 0 0 no-repeat;
	background-size: 100% auto;
}
.videos-list ul.list li.classic.season5 .overlay-image {
	background: transparent url(/images/cwseed/overlay/classic-season5.png) 0 0 no-repeat;
	background-size: 100% auto;
}
.videos-list ul.list li.classic.season6 .overlay-image {
	background: transparent url(/images/cwseed/overlay/classic-season6.png) 0 0 no-repeat;
	background-size: 100% auto;
}
.videos-list ul.list li.classic.season7 .overlay-image {
	background: transparent url(/images/cwseed/overlay/classic-season7.png) 0 0 no-repeat;
	background-size: 100% auto;
}
.videos-list ul.list li.classic.season8 .overlay-image {
	background: transparent url(/images/cwseed/overlay/classic-season8.png) 0 0 no-repeat;
	background-size: 100% auto;
}

.videos-list ul.list li .overlay-desc {
	display: none;
	position: absolute;
	overflow: hidden;
	left: 0;
	right: 0;
	bottom: 72px;
	background: transparent url(/images/r12/bg-ebebeb-80.png) 0 0 repeat;
}
.videos-list ul.list li .overlay-desc p {
	padding: 20px;
	font-size: 20px;
	line-height: 26px;
}
.videos-list ul.list li .overlay-lower {
	position: absolute;
	bottom: 0;
	height: 72px;
	width: 100%;
	color: #ccc;
	background: transparent url(/images/r12/bg-000-80.png) 0 0 repeat;
}

.videos-list ul.list li .desc-lower {
	display: none;
    font-size: 14px;
}

.videos-list ul.list li div.titles {
	float: left;
	padding: 10px 0 0 10px;
	height: 62px;
    width: 82%;
}
#videoplayer_info p,
.videos-list ul.list li div.titles p {
	font-size: 22px;
    line-height: 26px;
    height: auto;
	margin: 0;
	font-family: fira_sansmedium;
	text-transform: uppercase;
}
body#show #videoplayer_info p,
body#show .videos-list ul.list li div.titles p {
    font-size: 25px;
}
body#shows #videoplayer_info p:nth-child(1),
body#shows .videos-list ul.list li div.titles p:nth-child(1) {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
body#shows #home-videos h2 {
    color: #5571fa;
    font-size: 30px;
}

#videoplayer_info p.line2,
.videos-list ul.list li div.titles p.line2 {
	font-family: fira_sans_condensedbook;
    text-transform: initial;
	font-size: 18px;
	line-height: 20px;
}
#videoplayer_info p.line2 span {
	padding-right: 10px;
}
.videos-list ul.list li div.titles p.line2 span {
    display: none;
}
.videos-list ul.list li div.titles.with-ep p.line2 span.en {
    display: inline;
}
p.line2 span.en::after {
  content: " | ";
  color: #5571fa;
}


#videoplayer_info p.line2 span.et,
.videos-list ul.list li div.titles p.line2 span.et {
	color: #5571fa;
	text-transform: uppercase;
	min-width: 47%;
}

.videos-list ul.list.videos-4up li div.titles p.line2 span.et {
	display: block;
	text-overflow: ellipsis;
    text-transform: initial;
	white-space: nowrap;
	overflow: hidden;
	font-family: fira_sans_condensedbook;
}


div.icon.billboard {
	position: relative;
	float: left;
	top: 0px;
	left: 0px;
	margin: 0 12px0 12px;
	z-index: 1;	
}


#videoplayer_info div#sharetools {
	float: left;
	margin: 22px auto 0 auto;
	width: 12%;
	min-width: 92px;

}
.videos-list ul.list li a.playvideo,
.videos-list ul.list li a.playsegment {
	display: block;
    width: 15%;
    height: 71px;
	background: transparent url(/images/cwseed/r15/play-button.png) center center no-repeat;
	background-size: contain;
	float: right;
	text-indent: -9999px;
}
body.wide .videos-list ul.list li:hover .overlay-lower {
	background: #384fa1;
	background-image: none;
}
body.wide .videos-list ul.list li:hover a.playvideo,
body.wide .videos-list ul.list li:hover a.playsegment {
	background-color: #000;
}

.videos-list ul.list.videos-2up,
.videos-list ul.list.videos-4up {
	margin-left: -2%;
}

.video-carousel.videos-list ul.list.videos-2up,
.video-carousel.videos-list ul.list.videos-4up {
	margin-left: 0;
}

.videos-list ul.list.videos-2up li {
    float: left;
    width: 48%;
    margin-left: 2%;
    margin-right: 0;
}

.videos-list ul.list.videos-4up li {
    width: 23%;
    margin-left: 2%;
    margin-right: 0;
}
.videos-list ul.list.videos-4up div.inner {
	overflow: visible;
}
.videos-list ul.list.videos-4up div.overlay-lower {
	display: table;
    table-layout: fixed;
}
.videos-list ul.list.videos-4up li div.titles {
	width: 100%;
	height: 50px;
	padding: 5px 0 0 0;
	display: table-cell;
}
.videos-list ul.list.videos-4up li div.titles p:nth-child(1) {
	color: #5571fa;
	font-size: 22px;
	line-height: 28px;
	font-family: fira_sansmedium;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	text-transform: uppercase;
}
.videos-list ul.list.videos-4up li div.titles p.line2,
.videos-list ul.list.videos-4up li div.titles p.line2 span {
	font-size: 16px;
	line-height: auto;
    overflow: visible;
	color: #b5b5b5;
}
.videos-list ul.list.videos-4up li div.titles p.line2 span.et {
    font-size: 16px;
    line-height: 18px;
}

.videos-list ul.list.videos-4up .overlay {
	position: relative;
	height: 75px;
	width: 100%;	
	bottom: auto;
	top: auto;
}
.videos-list ul.list.videos-4up .overlay-lower {
	background: transparent !important;
	height: 75px;
}

.videos-list ul.list.videos-4up a.playvideo,
.videos-list ul.list.videos-4up a.playsegment,
.videos-list ul.list.videos-4up li .overlay-desc {
	display: none !important;
}


#playerbottom div#videohelp {
    margin-top: 22px;
}

#playerbottom div#videohelp a {
    height: 35px;
    width: 145px;
    line-height: 35px;
    text-indent: 0;
    background: none;
}

#playerbottom div#videohelp a span {
    display: inline-block;
    vertical-align: middle;
    height: 35px;
    width: 35px;
    margin-right: 5px;
    background: transparent url(/images/r14/followus-buttons2.png) 0 0 no-repeat;
    background-position: -210px 0;
}

#playerbottom div#videohelp a:hover span {
    background-position: -210px -35px;
}

#footer-container {
	background-color: #191919;
	border-top: 20px solid #8c8c8c;
	margin-top: 0;
}
div#cw-main-footer-1 {
	margin: 30px 0 10px 0;
}
body.wide div#cw-main-footer-1 .footercol ul {
    display: block;
}


.footercol {
	float: left;
}
.footercol.fcol1 {
	width: 60%;
	margin-right: 0;
}
.footercol.fcol2,
.footercol.fcol3 {
	width: 16%;
	margin-left: 2%;
}
.footercol.fcol2,
.footercol.fcol3 {
    padding-left: 2%;
    border-left: 1px solid #3B3B3B;
}
.footercol.fcol3 {
    margin-left: 0;
}

.footercol p {
	color: #989898;
}


.footercol h4,
.social-icons h4 {
    font-size: 22px;
    font-weight: normal;
    font-style: normal;
    margin: 4px 0 10px 0;
    
    color: #6cccdb;
    font-family: fira_sansmedium;
    text-align: center;
}
.footercol h4 {
    text-align: left;
}

.footercol.fcol1 ul {
    -moz-columns: 3;
    -webkit-columns: 3;
    columns: 3;
}
.footercol.fcol1 ul li {
    -webkit-column-break-inside: avoid; /* Chrome, Safari */
    page-break-inside: avoid;           /* Theoretically FF 20+ */
    break-inside: avoid-column;         /* IE 11 */
    display:table; 
}
.footercol ul li {
	font-size: 16px;
	color: #989898;
	text-decoration: none;
	padding: 0 0 10px 0;
	line-height: 24px;
}
.footercol ul li.large {
	font-size: 22px;
	color: #f4f4f4;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 30px;
}
.footercol ul li a {
	font-size: 16px;
	color: #989898;
	text-decoration: none;
	padding: 0 15px 0 0;
	line-height: 24px;
}
.footercol a.ftog {
    cursor: pointer;
    float: right;
    width: 14px;
    color: #989898;
}

.footercol.open a.ftog {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.footercol div.social li {
    padding-bottom: 5px;
}


div#cw-main-footer-r2 {
    margin-top: 0;
    margin-bottom: 20px;
}
div#cw-main-footer-r2 .footercol.fcol4 {
	margin: 30px 0 25px 0;
	padding: 10px 0 25px 0;
	border-top: 1px solid #3B3B3B;
    width: 100%;
    float: none;
}
div#cw-main-footer-r2 .footercol.fcol4 p {
    margin: 0;
    float: left;
    width: auto;
    margin-right: 2%;
    font-size: 14px;
    color: #454545;
    text-align: center;
}
div#cw-main-footer-r2 .footercol.fcol4 p a {
    margin-right: 4px;
    color: #454545;
}



.title {
    color: white;
}

.video-carousel {
	visibility: hidden;
	position: relative;
}
.video-carousel ul li {
	width: 306px !important;
	margin: 0 20px 20px 0 !important;
	float: left !important;
	position: relative;
}
.video-carousel ul.list,
.video-carousel ul.list.videos-2up,
.video-carousel ul.list.videos-4up {
	padding: 0 !important;
}
.video-carousel button {
	display: block;
	text-indent: -9999px;
	width: 32px;
	height: 56px;
	background: transparent url(/images/cwseed/r15/buttons2.png) 0 0 no-repeat;
	border: 0 !important;
	outline: 0 !important;
	position: absolute;
	z-index: 10px;
	
}
.video-carousel button.slick-prev {
	background-position: -498px 0;
	top: 75px;
	left: -45px;
}
.video-carousel button.slick-prev:hover {
	background-position: -498px -56px;
}
.video-carousel button.slick-next {
	background-position: -543px 0;
	top: 75px;
	right: -45px;
}
.video-carousel button.slick-next:hover {
	background-position: -543px -56px;
}
.video-carousel button.slick-disabled {
	background-position: 100px 100px !important;
	cursor: default !important;
}


#home-billboard-container {
	background: #000;
	border-bottom: 20px solid #000;
	position: relative;
}
#home-billboard {
	visibility: hidden;
	position: relative;
	overflow: hidden;
}

#home-billboard button {
	display: block;
	text-indent: -9999px;
	width: 92px;
	height: 92px;
	background: transparent url(/images/cwseed/r15/buttons2.png) 0 0 no-repeat;
	border: 0 !important;
	outline: 0 !important;
	position: absolute;
	z-index: 10px;
}
#home-billboard button.slick-prev {
	background-position: 0 -115px;
	top: 40%;
	left: 80px;
}
#home-billboard button.slick-next {
	background-position: -42px -74px;
	top: 40%;
	right: 80px;
}
#home-billboard button.slick-prev:hover {
	background-position: 0 115px;
}
#home-billboard button.slick-next:hover {
	background-position: -42px -74px;
}

#home-billboard ul li {
	position: relative;
	float: left;
}
#home-billboard ul li img {
	width: 100%;
	height: auto;
}
#home-billboard ul li div.t {
	position: absolute;
	bottom: 0;
	padding: 0px;
	width: 64%;
	margin: 0 16%;
}
#home-billboard ul li a {
	text-decoration: none !important;
}
#home-billboard ul li div.t h3 {
	font-family: fira_sans_condensedsemibold;
	font-size: 28px;
	color: #fff;
	margin: 0 0 0 10px;
	text-transform: uppercase;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.8);
	filter: DropShadow(Color=#000000, OffX=1, OffY=1);
}
#home-billboard ul li div.t h3 span {
	font-family: fira_sans_condensedbook;
}
#home-billboard ul li div.pq {
	display: block;
	min-height: 140px;
	background: transparent url(/images/r12/bg-000-50.png) 0 0 repeat;
	padding: 25px;
	width: 100%;
}
#home-billboard ul li div.t p {
	font-family: PTSerif-BoldItalic;
	font-size: 60px;
	line-height: 70px;
	color: #6cccdb !important;
	text-transform: none;
}

#home-billboard button {
	display: block;
	text-indent: -9999px;
	width: 92px;
	height: 92px;
	background: transparent url(/images/cwseed/r15/buttons2.png) 0 0 no-repeat;
	border: 0 !important;
	outline: 0 !important;
	position: absolute;
	z-index: 10px;
}
#home-billboard button.slick-prev {
	background-position: -216px -93px;
	top: 40%;
	left: 80px;
}
#home-billboard button.slick-next {
	background-position: -312px -93px;
	top: 40%;
	right: 80px;
}
#home-billboard button.slick-prev:hover {
	background-position: -216px 0;
}
#home-billboard button.slick-next:hover {
	background-position: -312px 0;
}

#home-mobile-social {
	background-color: #e9e9e9;
	width: 300px;
	margin: 0 auto;
	padding: 20px 0;
	display: none;
}
#home-mobile-social li.social {
	width: 31%;
	text-align: center;
}
#home-touts .upper {
	display: none;
	width: 280px;
	margin: 0 auto;
	background-color: #e9e9e9;
}
#home-touts .lower {
	display: block;
}
#home-touts-container {
	background: #e9e9e9;
	padding-bottom: 20px;
}
#home-touts ul {
	margin: 0 auto;
}
#home-touts ul li {
	float: left;
	width: 320px;
}
#home-touts ul li img {
	width: 100%;
	height: auto;
	max-width: 300px;
	max-height: 250px;
	background: #22aaFF;
	display: block;
}
#home-touts ul li div.icon {
	width: 60px;
	height: 60px;
	position: relative;
	margin: -30px 0 5px 130px;
}
#home-touts ul li div.t {
	padding: 0 10px;
	text-align: center;
	color: #393b3a;
}
#home-touts ul li div.t p {
	font-size: 22px;
	font-family: fira_sansregular;
	color: #393b3a;
	margin: 0;
	text-transform: uppercase;
}
#home-touts ul li div.t p.line2 {
	font-family: fira_sansregular;
	font-size: 14px;
	color: #5d5a5b;
}

#most-watched-list {
	display: none;	
}

#show-billboard-container img {
	width: 100%;
}

#video-wrapper {
	background-color: #000;
}
#video-container {
	background-color: #222;
	display: none;
}
#videoplayer_info {
	min-height: 80px;
	color: #ebebeb;
}
#videoplayer_info .left {
	padding: 15px 10px 10px 0;
	float: left;
}
#videoplayer_info .right {
	padding: 10px 0;
	float: right;
}
#ad_728x90 {
	position: relative;
	margin: 0 auto;
	width: 970px;
	height: 90px;
	text-align: center;
}
#ad_300x250 {
	position: relative;
	margin: 0 10px;
	width: 300px;
	height: 250px;
}
#ad_300x60 {
	position: relative;
	margin: 0;
	width: 300px;
	height: 60px;
	background-color: #000;
}

body#thecw .gen-the-content {
    color: #0F171A;
    padding: 10px 60px 20px 60px;
}

body#thecw .gen-the-content h1 {
    color: #0F171A;
    font-size: 32px;
    line-height: 35px;
}

body#thecw .gen-the-content a {
    color: #0F171A;
    text-decoration: none;
}

body#thecw .gen-the-content a.about-bullet {
    display: block;
    position: relative;
    line-height: 42px;
    padding-left: 42px;
    font-size: 26px;
    text-transform: uppercase;
    color: #0F171A;
    background: transparent url('/images/cwseed/cw-seed-about-bullet.png') no-repeat left 0;
}

body#thecw .gen-the-content a.about-bullet:hover {
    color: #137df8;
}

/* ==========================================================================
   Whose line search
   ========================================================================== */

.show-billboard {
    position: relative;
}
#show-billboard-container img {
    width: 100%;
}
#video-search-wrap {
	background: url(/images/cwseed/show-billboard/whose-line-is-it-anyway-search.jpg) 0 0 no-repeat;
	background-size: cover;
	background-position: top center;

    width: 100%;
    height: auto;
}
#video-search-wrap p {
    font-family: PTSerif-BoldItalic;
    color: #fff;
    font-size: 26px;
    line-height: 28px;
    margin: 0 0 5px 0;
    padding: 0;
    text-align: center;
    white-space: nowrap;
}
#video-search-wrap p#searching-msg {
    padding: 10% 0 5% 0;
}
#video-search {
    margin: 0;
    padding: 10% 4% 4% 4%;
}
#video-search-flds {
    margin: 0px 10%;
    width: 90%;
}
#video-search .l,
#video-search .r {
    float: left;
}
#video-search .l {
    width: 66%;
}
#video-search .r {
    width: 25%;
    margin: 35px 0 0 20px;
}
#no-result-message {
    font-size: 28px;
    line-height: 28px;
}
span#result-count {
    font-family: fira_sans_condensedbook;
}

/* do not group these rules */
*::-webkit-input-placeholder {
    color: #ccc;
    font-family: PTSerif-BoldItalic;
}
*:-moz-placeholder {
    /* FF 4-18 */
    color: #ccc;
    font-family: PTSerif-BoldItalic;
}
*::-moz-placeholder {
    /* FF 19+ */
    color: #ccc;
    font-family: PTSerif-BoldItalic;
}
*:-ms-input-placeholder {
    /* IE 10+ */
    color: #ccc;
    font-family: PTSerif-BoldItalic;
}

#video-search-wrap input {
    color: #333;
    width: 98%;
    font-size: 28px;
    line-height: 37px;
    padding: 0 0 0 8px;
    height: 52px;
}
#video-search-wrap button,
form#video-search-refine button,
li#more-video button {
    background: #df2216;
    color: #fff;
    border: 1px solid #fff;
    margin: 0 0 0 4%;
    padding: 10px 14px 10px 14px;
    font-family: fira_sansmedium;
    font-size: 26px;
    line-height: 30px;
    width: 124px;
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -ms-box-sizing: content-box;
}
#video-search-wrap button:focus,
form#video-search-refine button:focus,
li#more-video button:focus {
	outline:0;
}
form#video-search-refine {
    display: none;
    margin-top: 20px;
    width: 99%;
    font-size: 24px;
    line-height: auto;
}
form#video-search-refine input#q {
    width: 54%;
}
form#video-search-refine label {
    width: 20%;
    min-width: 160px;
    margin: 0 0 10px 0;
    display: inline-block;
    text-transform: uppercase;
}
form#video-search-refine button {
    margin-left: 0;
    width: 158px;
    display: none;
}
form#video-search-refine label.host {
    cursor: pointer;
}
form#video-search-refine label.host_b {
    min-width: auto;
    width: auto;
}
div#search-results {
    margin: 20px 0 ;
    border-top: 1px solid black;
}
#search-title,
#no-result-message {
     padding: 20px;
}
#video-search-refine {
    padding: 0 20px 20px 20px;
}

#search-results-list-wrap {
    margin: 0;
}
ul#search-results-list li.hide {
    display: none;
}
        		
li.playvideo div.inner img.curoverlay {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
}
li.playvideo.current div.inner img.curoverlay {
    display: block;
}
li#more-video {
    width: 100%;
    text-align: center;
    float: none;
    clear: left;
}
li#more-video button {
    margin: 10px auto;
    width: 250px;
    cursor: pointer;
}
ul#search-results-list li.playvideo div.titles p {
    font-family: fira_sansregular;
}
ul#search-results-list li.playvideo div.titles p.line2 {
	line-height: 20px;
}
a#reset-search,
a#expand-refine {
    color: #fff;
    font-size: 18px;
    margin-left: 20px;
    background-color: #999;
    padding: 6px 10px;
    text-transform: uppercase;
    text-decoration: none;
    font-family: fira_sans_condensedsemibold;
    white-space: nowrap;
}
a#reset-search {
    display: inline-block;
    margin-top: 15px;
    margin-left: 0;
}
#search-header {
    margin-top: 0;
}
#search-header > img {
    width: 100%;
}
.chosen-container,
.chosen-container .chosen-results li {
    font-size: 16px !important;
    line-height: 18px;
}
.chosen-container .search-field input {
    width: 100% !important;
    font-size: 16px !important;
}
.chosen-container-single .chosen-single {
    padding: 4px 0 0 8px;
    line-height: 18px;
}

#searching-msg {
    display: none;
}
#searching-msg img {
    width: auto;
    height: 40px;
}

.videos-list ul.list li div.titles p.line3,
.videos-list ul.list li div.titles p.line3 a {
    color: #b5b5b5;
    text-decoration: none;
    font-size: 16px;
    line-height: 24px;
}
.videos-list ul.list li div.titles p.line3 img {
    width: 16px;
    height: 16px;
    padding-bottom: 5px;
}

/* Shows hub
*/


.shows-group ul.list li a {
    text-decoration: none;
}
.shows-group ul.list li p {
    min-height: 40px;
    color: #000;
    font-size: 20px;
    line-height: 20px;
    margin: 10px 0 0 0;
}
.shows-group ul.list li div.inner {
    border: 1px solid #666;
}
.shows-group ul.list li a:hover div.inner {
    border-color: #6cccdb;
}
.shows-group ul.list li a:hover p {
    color: #6cccdb;
}

#show-hub {
    margin-top: 20px;
}
#show-hub h2 {
    text-transform: uppercase;
    color: #5571fa;
    font-family: fira_sans_condensedbook;
    font-size: 26px;
    margin: 0;
}
#video-container-inner-notused {
    width: 100%;
    margin: 20px 0;
    position: relative;
}
#video-container-subhead {
    width: 96%;
    padding: 20px 2%;
    margin: 0;
    background-color: #000;
    color: #6cccdb;
    font-size: 22px
}
#video-container-subhead span {
    margin: 0 20px 0 5px;
    color: #fff;
    font-family: fira_sansregular;
}




/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 1920px) {

	#home-billboard ul li div.t h3 {
		font-size: 40px;
		margin: 0 0 0 20px;
	}
	#home-billboard ul li div.pq {
		padding: 45px;
	}
	#home-billboard ul li div.t p {
		font-size: 90px;
		line-height: 100px;
	}
}

@media only screen and (min-width: 1423px) {

/* ===============
    Max Width
   =============== */

    .content {
        width: 1280px;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 1422px) {


/* ===============
    3 Touts
   =============== */

#cwseed-shows-menu ul li.showgroup {
}
#cwseed-shows-menu ul.featuredshows {
}

#cwseed-shows-menu ul.showslist {
}
#cwseed-shows-menu ul.showslist li {
    width: 100%;
}

    #home-touts ul {
		width: 960px;
	}
	#home-touts ul li:nth-child(3) {
		display: none;	
	}
    #home-touts ul li img {
		width: 300px;
		background: #ffaa22;
	}
    .videos-list ul.list.videos-4up li div.titles p:nth-child(1) {
        font-size: 18px;
        line-height: 20px;
    }
    .videos-list ul.list.videos-4up li div.titles p.line2,
    .videos-list ul.list.videos-4up li div.titles p.line2 span {
        font-size: 14px;
        line-height: auto;
    }

}


@media only screen and (max-width: 1150px) {
 
/* ===============
    2 Touts
   =============== */
#cwseed-shows-menu h2 {
    font-size: 22px;
    white-space: nowrap;
}
#cwseed-shows-menu ul.featuredshows li:nth-child(2) {
    display: none;
}
#cwseed-shows-menu ul.featuredshows li {
    width: 100%;
    text-align: center;
}
#cwseed-shows-menu ul.featuredshows li img {
    max-width: 250px;
}
#cwseed-shows-menu ul.showslist {
    width: 100%;
    columns: 2;
}

#cwseed-shows-menu ul li.showgroup {
    width: 30%;
}
#cwseed-shows-menu ul.showslist li a {
    font-size: 15px;
    line-height: 18px;
}

	#ad_728x90 {
		width: 728px;
	}
    #home-billboard button {
		width: 42px;
		height: 42px;
	}
	#home-billboard button.slick-prev {
		background-position: 0 -74px;
		top: 40%;
		left: 60px;
	}
	#home-billboard button.slick-next {
		background-position: -43px -74px;
		top: 40%;
		right: 60px;
	}
	#home-billboard button.slick-prev:hover {
		background-position: 0 -116px;
	}
	#home-billboard button.slick-next:hover {
		background-position: -43px -116px;
	}
	#home-billboard ul li div.t h3 {
		font-size: 24px;
	}
	#home-billboard ul li div.pq {
		min-height: 100px;
	}
	#home-billboard ul li div.t {
		width: 70%;
		margin: 0 12%;
	}
	#home-billboard ul li div.t p {
		font-size: 40px;
		line-height: 50px;
	}
    #home-touts ul {
		width: 640px;
	}
	#home-touts ul li:nth-child(2),
	#home-touts ul li:nth-child(3) {
		display: none;	
	}

	#video-search {
        margin: 0;
        padding: 12% 4% 4% 4%;
    }

    .videos-list ul.list.videos-4up li div.titles p:nth-child(1) {
        font-size: 14px;
        line-height: normal;
        height: auto;
    }
    .videos-list ul.list.videos-4up li div.titles p.line2,
    .videos-list ul.list.videos-4up li div.titles p.line2 span,
    .videos-list ul.list.videos-4up li div.titles p.line2 span.et {
        font-size: 12px;
        line-height: 16px;
    }

    .footercol.fcol1 ul {
        -moz-columns: 2;
        -webkit-columns: 2;
        columns: 2;
        -moz-column-gap: 10px; 
        -webkit-column-gap: 10px; 
        column-gap: 10px; 
    }

    .footercol.fcol1 {
        width: 52%;
    }
    .footercol.fcol2 {
        width: 21%;
    }
    .footercol.fcol3 {
        width: 20%;
    }
}

@media only screen and (max-width: 850px) {
	#top-ad-container.content {
	    width: 100%;
	    margin: 0;
	}
	#ad_300x60 {
	    display: none !important;
	}
	#home-billboard ul li div.t h3 {
		font-size: 22px;
	}
}

@media only screen and (max-width: 800px) {
	#videoplayer_info p.line2, .videos-list ul.list li div.titles p {
        font-size: 20px;
        line-height: 20px;
	}
	#videoplayer_info p.line2, .videos-list ul.list li div.titles p.line2 {
		font-size: 16px;
		font-family: fira_sansregular;
		color: #ccc;
	}
}

@media only screen and (max-width: 760px) {

/* ====================
   Phone / Tablet
   ==================== */
   
    .vis-mobile {
        display: block;
    }
    .vis-nonmobile {
        display: none;
    }
   	
   	.wrapper,
   	.main.wrapper,
   	.content,
   	.content2 {
        width: 100%;
        margin: 0;
    }

#footer-container {
	background-color: #191919;
	border-top: 12px solid #8c8c8c;
}


.footercol ul {
    width: 96%;
    margin: 0 2%;
    margin-bottom: 15px;
}


div#cw-main-footer-1 {
    margin-top: 10px;
    margin-bottom: 0;
}

.footercol h4 {
    text-align: center;
    border-bottom: 1px solid #3B3B3B;
    padding-bottom: 10px;
    padding-top: 5px;
    margin-bottom: 20px;
}
.footercol.fcol3 h4 {
    border-bottom: none;
}
.footercol.fcol1 ul,
.footercol.fcol2 ul {
    width: 96%;
    margin: 0 2%;
}

.footercol ul li {
    line-height: 18px;
}
.footercol ul li a {
    line-height: 18px;
    font-size: 13px;
}

    
.footercol.fcol2,
.footercol.fcol3 {
    border-left: none;
    padding-left: 0;
}

div.social ul {
    display: inline-block;
    margin: 0 0 5px 0;
    width: 100%;
}
div.social li.social {
    padding: 0;
    width: 20%;
    text-align: center;
}
div.social li.social a {
    padding: 0;
}
div.social li.social span.t {
    display: none;
}
   	
   	#home-billboard ul li img {
		margin: -13% auto;
	}
	#home-billboard ul li div.t {
		position: relative;
		height: 178px;
		margin-top: -218px;
		width: 100%;
		display: none;
	}
	#home-billboard ul li div.t h3 {
		font-size: 20px;
		margin: 0 0 0 18px;
	}
	#home-billboard ul li div.pq {
		padding: 18px;
		width: 100%;
	}
	#home-billboard ul li div.t p {
		font-size: 35px;
		line-height: 45px;
	}
	#home-videos {
    	margin: 5px 0;
	}
   	#home-videos h2,
   	#home-videos h3 {
	   	margin: 5px 0;
	   	letter-spacing: -1px;
	}
    #home-videos h3 {
        font-size: 14px;
        letter-spacing: normal;
    }
    
    .videos-list ul.list li {
        margin-bottom: 0;
    }

    #header-container-mobile {
	    display: block;
	}
	li.social {
		padding-left: 5px;
	}
	#whose-line-videos-wrap .banner img,
    #home-videos h2 img {
        width: 70%;
        height: auto;
        margin: 0 15%;
    }
    #home-videos .video-header {
        height: auto;
    }
	#home-touts ul {
		width: 320px;
	}
	#home-touts ul {
		margin-top: 20px;
	}
	#home-touts ul li {
		margin-bottom: 20px;
	}
	#home-touts ul li:nth-child(2),
	#home-touts ul li:nth-child(3) {
		display: none;	
	}
	
    nav#wide-nav a {
        float: left;
        width: 27%;
        margin: 0 1.7%;
        padding: 25px 2%;
        margin-bottom: 0;
    }
    #top-ad-container.content,
    #top-ad-container,
    #home-billboard button,
    .video-header ul.tabs,
    .videos-list ul.list li a.playvideo,
    .videos-list ul.list li a.playsegment {
	    display: none !important;
	}
	#videoplayer_info {
    	margin: 0 5px;
	}
	.videos-list ul.list li .desc-lower {
		display: none;
		padding: 5px;
		color: white;
		background-color: #333;
	}
	.videos-list ul.list.videos-2up li .desc-lower {
		display: block;
	}
	.videos-list ul.list.videos-4up .overlay,
	.videos-list ul.list.videos-4up .overlay-lower {
	}
	
	#home-mobile-social {
		display: block;
	}
	#home-touts ul {
		margin-top: 0;
	}
	
	#home-touts .upper {
		display: block;
        width: 300px;
        margin: 0;
	}
	#home-touts .lower,
	#home-touts .icon {
		display: none;
	}
    #home-touts ul li img,
    #ad_300x250 {
        margin: 0 10px;
    }
    #home-touts ul li div.t {
        padding: 0;
    }
    
	.videos-list ul.list {
		margin: 0px;
	}
	.videos-list ul.list.videos-2up {
		padding-right: 0px;
	}
    .videos-list ul.list li div.titles {
        padding-left: 5px;
        width: 98%;
    }
	.videos-list ul.list.videos-2up li {
	    width: 98%;
	    margin-bottom: 20px;
	}
	
    .videos-list ul.list.videos-4up {
		padding-left: 0px;
	}
	.videos-list ul.list.videos-4up li {
	    width: 48%;
	    margin-left: 2%;
	    margin-right: 0;
	}
	.video-carousel ul li {
		width: 180px !important;
        margin: 0 6px 20px 0 !important;    
	}
 
	#header-container-wide {
		display: none;
	}
	.footercol h4 {
    	margin-bottom: 5px;
    	cursor: pointer;
	}
    .footercol.fcol1,
	.footercol.fcol2,
	.footercol.fcol3,
	div#cw-main-footer-r2 .footercol.fcol4 {
		width: 95%;
        margin: 0 auto;
        float: none;
	}
	.footercol.fcol1 ul,
	.footercol.fcol2 ul {
    	display: none;
    	overflow-y: hidden;
        position: relative;
        zoom: 1;
        padding-top: 20px;
    }
    .footercol.fcol1.open ul,
    .footercol.fcol2.open ul {
    }
    .footercol.fcol1 ul {
        width: 90%;
        margin: 0 auto;
        display: none;       
    }
	.footercol.fcol3 {
		clear: left;
	}
    .footercol div.social {
        margin-top: 15px;
    }
	body#thecw .gen-the-content {
    	padding: 10px 10px 20px 10px;
	}

    #show-hub h2 {
        margin-bottom: 5px;
    }

/* ==========================================================================
   whose line search
   ========================================================================== */
	#show-billboard-container {
    	padding-bottom: 5px;
	}
	#video-search .r {
        margin: 27px 0 0 20px;
    }
   
	#video-search-wrap {
	    background: #000 url(/images/cwseed/show-billboard/whose-line-is-it-anyway-search-640.jpg) 0 0 no-repeat;
        background-size: 100%;
        margin: 0;
    }
	#video-search-wrap p {
    	font-size: 13px;
        line-height: 18px;
    	padding: 4px 0 0 0;
	}
	
	#video-search-wrap input {
        display: block;
        font-size: 20px;
        line-height: 26px;
        height: 27px;
        margin: 0;
        -webkit-appearance: none;
        border-radius: 0;
	}
	#video-search {
    	margin: 0;
    	padding: 11% 0 10px 0;
	}

    #video-search-flds {
        margin: 0px 5%;
    }
    
	#video-search-wrap button,
	form#video-search-refine button,
	li#more-video button {
    	font-size: 15px;
        line-height: 14px;
        width: 24%;
        padding: 8px 2px;
        margin: 0 0 0 5px;
	}
	
	
	#video-search-wrap button {
    	width: 80px;
    	margin: 0;
        display: block;
	}
	li#more-video button {
    	padding: 10px;
    	margin: 0;
    	width: 33%;
	}
	a#expand-refine {
	    font-size: 10px;
        line-height: 12px;
        padding: 4px;
    }
    a#reset-search {
	    font-size: 14px;
        line-height: 15px;
        padding: 10px;
    }    
	#search-header {
    	font-size: 14px;
	}
	#search-title,
	#no-result-message {
    	font-size: 16px;
    	padding: 10px 2%;
    }
    #home-videos {
        margin-top: 20px;
    }
    #home-videos .videos-list h3 {
        min-height: auto;
        margin-bottom: 10px;
    }
    #home-videos .videos-list h3 span {
        float: none;
        width: 60%;
        display: block;
        margin: 0 auto;
        padding: 0 5px;
        font-size: 14px;
        line-height: 14px;
        text-align: center;
        color: #999;
        letter-spacing: normal;
    }
    #all-seasons-whoseline {
        padding: 5px 10px 0px 15px;
    }
    body#shows #whoseline-seasons .seasons-menu>ul>li a,
    body#shows #whoseline-seasons-menu2.seasons-menu>ul>li a,
    body#shows #whoseline-seasons .nav-menu {
       width: auto;
    }
    #all-seasons-whoseline,
    #whoseline-seasons .seasons-menu>ul>li {
        font-size: 12px;
    }
    #whoseline-seasons .seasons-menu>ul>li a {
        margin: 4px 10px 4px 10px;
        padding: 0px 10px 2px 10px;  
    }

    .videos-list ul.list.videos-4up li div.titles {
        padding-left: 4px;
    }
    .videos-list ul.list.videos-4up li div.titles p:nth-child(1),
    .videos-list ul.list.videos-4up li div.titles p.line2,
    .videos-list ul.list.videos-4up li div.titles p.line2 span,
    .videos-list ul.list.videos-4up li div.titles p.line2 span.et {
        font-size: 11px !important;
        line-height: 15px !important;
    }

    #whose-line-videos ul.list li div.titles p.line2 span.et,
    .videos-list ul.list.videos-4up li div.titles p.line2 span.et {
        font-family: fira_sansregular;
    }

    .videos-list ul.list li div.titles p.line3,
    .videos-list ul.list li div.titles p.line3 a {
        font-size: 11px;
    }
    form#video-search-refine {
        margin-top: 0px;
        padding: 0 2%;
        font-size: 15px !important;
    }
    form#video-search-refine label {
        font-size: 14px !important;
        min-width: 100px;
        margin: 0;
    }
    form#video-search-refine select {
        font-size: 14px !important;
    }
    a#reset-search {
        margin: 5px 0 10px 0;
    }
    #search-results-list-wrap {
        padding: 10px;
    }
    
    .chosen-container,
    .chosen-container .chosen-results li {
        font-size: 12px !important;
        line-height: 12px;
    }
    .chosen-container .search-field input {
        font-size: 12px !important;
    }
    .chosen-container-single .chosen-single {
        padding: 4px 0 0 8px;
        line-height: 12px;
    }

}

@media only screen and (max-width: 480px) {

    #video-search-flds {
        margin: 0px 8%;
    }
}


 @media only screen and (max-width: 400px) {

    #video-search-flds {
        margin: 0px 2%;
    }
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}

.unselectable {
    -webkit-user-select: none; /* Chrome/Safari */        
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+ */
    
    /* Rules below not implemented in browsers yet */
    -o-user-select: none;
    user-select: none;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
