﻿.header .headerLogo {
	float: left;
}

	.header .headerLogo a {
		display: block;
		height: 73px;
		/*margin: 37px 0 0 13px;*/
		font-size: 30px;
        font-family: PBSExplorerBold;
	}
    .header .headerLogo a:hover{
        text-decoration: none;
    }

    .header .headerLogo img{
        width: 150px;
        height: 134px;
    }
    .header .headerLogo a span.header-text{
        position: relative;
        top: -51px;
        left: -5px;
    }

.header .header_utils ul li.fst {
	font-weight: bold;
}

.header .header_utils .searchForm {
	clear: both;
	width: 360px;
	display: block;
	float: right;
}

	.header .header_utils .searchForm input {
		float: left;
		height: 18px;
		width: 274px;
		margin-top: 1px;
		padding: 2px 3px 1px;
		font-size: 11px;
		color: #020202;
		vertical-align: middle;
		display: inline;
		border: 1px solid #bdbcbc;
	}

		.header .header_utils .searchForm input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
			color: #020202;
		}

		.header .header_utils .searchForm input::-moz-placeholder { /* Firefox 19+ */
			color: #020202;
		}

		.header .header_utils .searchForm input:-ms-input-placeholder { /* IE 10+ */
			color: #020202;
		}

		.header .header_utils .searchForm input:-moz-placeholder { /* Firefox 18- */
			color: #020202;
		}

	.header .header_utils .searchForm button {
		float: left;
		height: 25px;
		width: 66px;
		margin-left: 7px;
		display: block;
		background: url(../images/header_search_bgr.gif) 0 0 no-repeat;
		text-decoration: none;
		font-size: 0;
		text-indent: -5000px;
		border: 0;
	}

		.header .header_utils .searchForm button:hover {
			background: url(../images/header_search_hov_bgr.gif) 0 0 no-repeat;
		}

/* top nav */
.top_nav {
	background-color: black;
	font-family: PBSExplorer-Regular, Arial, Sans-Serif;
	height: 41px;
}

	.top_nav ul {
		padding-top: 4px;
	}

	.top_nav li {
		float: left;
		padding: 10px 21.5px 13px;
		position: relative;
	}

		.top_nav li.last {
			background: url(../images/top_nav_bgr.gif) 0 4px no-repeat;
			padding-right: 21px;
		}

		.top_nav li a {
			display: block;
			float: left;
			font-size: 12px;
			text-decoration: none;
			text-transform: uppercase;
		}

			.top_nav li.current a, .top_nav li a:hover {
				color: #a6a6a6;
			}

		.top_nav li.current:after {
			content: "";
			position: absolute;
			bottom: -4px;
			width: 0;
			left: 50%;
			margin-left: -5px;
			border-left: 4px solid transparent;
			border-right: 4px solid transparent;
			border-top: 5px solid black;
		}

		.top_nav li.last a {
			text-transform: none;
		}

.schedule {
    margin-top: 15px;
    height: 248px;
    background: url(../images/schedule_bgr.jpg) 0 0 no-repeat;
}

    .schedule h3 {
        padding: 15px 15px 0;
        color: #fff;
        font-size: 16px;
        font-family: "PBSExplorer-Regular", Arial, Sans-Serif;
        font-weight: normal;
    }

    .schedule .calendar {
        width: 277px;
        height: 180px;
        margin: 18px 0 0 14px;
        background: url(../images/calendar_bgr.gif) 0 0 no-repeat;
    }

    .schedule a.listings {
        display: block;
        margin: 1px 0 0 175px;
        font-size: 10px;
        color: #093f60;
        font-weight: bold;
        font-style: italic;
    }

.special .content {
    margin: 20px 15px 10px;
}

	.special .content a {
		display: block;
		color: #018dd1;
		padding-top: 10px;
		font-weight: bold;
		font-style: italic;
	}

.home_tabs .links a {
    display:inline !important;
}

.home_tabs .heading li {
    margin-top: -1px !important;
}

.home_tabs a{
    color: #fff;
}

.top_subnav.home_page .pbs_sites {
	float: right;
	height: 33px;
	width: auto;
	color: #989999;
	background-color: #eaebeb;
	border-left: 0;
	padding-right: 5px;
}

.top_subnav .pbs_sites a.parents {
	padding: 3px 12px 0 0 !important;
}

.carousel-editing-block {
    display: table-row;
}

    .carousel-editing-block .carousel-editing-left {
        vertical-align: top;
        display: table-cell;
        padding-right: 30px;
        padding-bottom: 15px;
        width: 40%;
    }

    .carousel-editing-block .carousel-editing-right {
        display: table-cell;
        padding-bottom: 15px;
    }
    .carousel-editing-block .carousel-editing-right .thumbnail{
        height: 48px;
        width: 76px;
    }

        .carousel-editing-block .carousel-editing-right div {
            margin-top: 5px;
        }
            .carousel-editing-block .carousel-editing-right div span.label {
                vertical-align: top;
            }
        .carousel-editing-block .carousel-editing-right a{
            color: blue;
        }
    .carousel-editing-block .carousel-editing-left img{
        width: 100%;
    }
.pbs-kids-description-editing{
    margin-bottom: 15px;
}

#ProgramCarousel{
    background-color: #000000;
}
#ProgramCarousel .jcarousel-item{
    height: 303px;
    width: 380px;
}
#ProgramCarousel .jcarousel-container{
    width: 380px;
}
#ProgramCarousel .jcarousel-item img{
    width: 100%;
    height: 100%;
}

.top_subnav .scLooseFrameZone .pbs_sites, .top_subnav.home_page .scLooseFrameZone .pbs_sites {
	float: left;
    width: auto;
}

.pbs_sites .scLooseFrameZone, .find_us .scLooseFrameZone {
	display: inline-block;
}

/*Kids Feature Component*/

/*Heading*/
.kids_comp.featured_content .heading h3{
    float: left;
    font-size: 16px;
    font-family: "PBSExplorer-Regular", Arial, Sans-Serif;
    font-weight: normal;
    color: #fff;
    padding: 10px 0 0 10px;
}

.kids_comp.featured_content .heading a{
    float: right;
    padding: 10px 15px 0 0;
    font-style: italic;
    font-weight: bold;
    font-size: 10px;
    color: #fff !important;
}

.kids_comp.featured_content .heading {
    height: 35px;
    background: url(../images/kids_hdr_grn_bgr.gif) 0 0 repeat-x;
}

/*Text Sizing*/
.desc_text_style{
    padding-top: 8px;
    padding-right: 10px;
    color: #323232;
}

.kids_comp.featured_content .items .text h4 {
    font-weight: bold;
    color: #000;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
}

.kids_comp.featured_content .items .text{
    float: left;
    width: 320px;
    padding: 0 0 10px 20px;
    font-size: 12px;
}

.kids_comp.featured_content .items .text {
    padding: 5px 0 10px;
}

/*Image Positioning*/
.kids_comp.featured_content .items .item img{
    float: left;
    clear: left;
    height: 108px;
    width: 240px;
    margin-right: 20px;
    margin-bottom: 15px;
    border: 1px solid #dedede;
}

/*Top Marign*/
.kids_comp.featured_content {
    clear: both;
    margin-top: 15px;
}

/*Padding*/
.kids_comp.featured_content .items {
    padding: 12px 0 0 20px;
}

.kids_comp.featured_content .items .text .links{
    padding-top: 9px;
}

.kids_comp.featured_content .items .text .links a{
    color: #018dd1;
}

.kids_comp.featured_content .items .text .links a.learn {
    margin: 0;
    padding-right: 10px;
    background: url(../images/href_bdr_grey.jpg) right 4px no-repeat;
}

.kids_comp.featured_content .items .text .links .ViewLink, .kids_comp.featured_content .items .text .links .ViewRelease {
    margin: 0;
    padding-left: 10px;
}

.kids_comp.featured_content .items .item, .program_comp .featured_content .items .item {
    clear: both;
    float: none;
    display: block;
}

.rail-module-css-class{
    margin-bottom: 10px;
}

.kids .exec_bios .desc_text_style {
    font-size: 12px;
    padding-bottom: 9px;
}

/*Schedule And Listings Search*/
.right_column .listings .calendar {background:url(../images/calendar_bgr.gif) no-repeat 0 0; height:180px; margin:10px 0 0 4px; width:277px; padding-bottom:22px;}
.right_column .listings .alphabet ul {padding:0 25px 0 20px; width:245px;}
.right_column .listings .alphabet ul li {float:left; margin:10px 0 2px; padding:0px 5px 0; background:url(../images/letter_bdr.jpg) right 2px no-repeat;}
.right_column .listings .alphabet ul li.first {margin-left:3px;}
.right_column .listings .alphabet ul li.last {background:none; padding-bottom:10px;}
.right_column .listings .alphabet ul li a {color:#018dd1;}
.right_column .listings .alphabet ul li a.selected {color:#323232;}

/*Programs Page*/
.programs .featured_content .items .text .links a.learn {
    margin: 0;
    padding-right: 10px;
}

.programs .featured_content .items .text .links a.ViewLink {
    margin: 0;
    padding-right: 10px;
}

/*Featured Photos and Featured Videos*/
.featured_content_head a{
    color: #fff;
}

.bio_photo_desc{
    margin-top: 0;
    margin-bottom: 8px;
}

/*Video Page - Fix overflow hide of watch text*/
.video_details_pg #vp_horizontal{
    overflow: visible;
}

/*Photo Page*/
.photo_pg_caption{
    margin: 0 0 13px;
    font-size: 12px;
    color: #323232;
}

.photo_pg_disc{
    font-size: 11px;
    color: #6b6969;
    font-style: italic;
}

/*Special Heading*/
.info div.showtime {
    display: block;
    letter-spacing: 0px;
    font-size: 16px;
    color: #323232;
    font-family: PBSExplorerL3_AMPM, Arial, Sans-Serif;
    margin: 0 0 5px 15px;
}

.info .sp_heading_details{
    margin: 0 0 5px 15px;
    font-size: 12px;
}

.button.btnNewUser, .sign_in .featured_content .button.btnNewUser {
	background: none;
    background-color: black;
    border: 2px solid black;
    border-radius: 3px;
    cursor:  pointer;
    padding: 4px 15px 8px 15px;
}

/*Photo Search*/
.pandv_main .media_results li div.title {
    margin: 0 0 8px;
}

.pandv_main .media_results li div {
    font-size: 12px;
    display: block;
}

/*Search Filter*/

.right_column .search_filter .a_z a{
    color: #018dd1;
    font-size: 12px;
}

.right_column .search_filter .programsaz{
    color: #018dd1;
    font-size: 12px;
}

.search_results ul.search_list li {
	min-height: 70px;
}

.search_results section.paging {
	color: #464646;
	font-family: arial;
	font-size: 12px;
	float: right;
}

.search_results section.bottom {
	width: 625px;
	text-align: center;
}

	.search_results section.bottom .pages {
		margin-bottom: 10px;
	}

	.search_results section.bottom .pages a {
		padding: 0 4px;
	}

	.search_results section.bottom .pages .currentPage {
		font-weight: bold;
		font-size: 14px;
	}

.ui-dialog-title {
	margin-left: -60%;
}

.ui-dialog-titlebar-close {
	color: White !important;
}

.btnFloatRight {
	float: right !important;
}

.text-green {
	color: green !important;
}

.home .contact h3 {
    height:24px; padding:11px 0 0 10px; background:url(../images/programs_hdr_blue.gif) 0 0 repeat-x; font-size:16px; font-family:"PBSExplorer-Regular", Arial, Sans-Serif; font-weight: normal; color:#fff;
}





/*#################### AVENDI ####################*/
@font-face {
	font-family: "pbs-sans";
	src: url("../web-fonts/EOT/PBSSans.eot");
	src: url("../web-fonts/EOT/PBSSans.eot?#iefix") format("embedded-opentype"),
	url("../web-fonts/WOFF/PBSSans.woff") format("woff"),
	url("../web-fonts/TTF/PBSSans.ttf") format("truetype"),
	url("../web-fonts/SVG/PBSSans.svg#pbs-sans") format("svg");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "pbs-sans-bold";
	src: url("../web-fonts/EOT/PBSSans-Bold.eot");
	src: url("../web-fonts/EOT/PBSSans-Bold.eot?#iefix") format("embedded-opentype"),
	url("../web-fonts/WOFF/PBSSans-Bold.woff") format("woff"),
	url("../web-fonts/TTF/PBSSans-Bold.ttf") format("truetype"),
	url("../web-fonts/SVG/PBSSans-Bold.svg#pbs-sans") format("svg");
	font-weight: normal;
	font-style: normal;
}

html {
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body,
body.kids_body {
	color: black;
}

body,
body.kids_body,
.page_container,
.header,
body .kids,
.kids .header {
	background: #EEF0F5;
}

h1,
.left_column .about_program h1,
.page_content h1 {
	color: #0A145A;
	font-family: "pbs-sans-bold";
	font-size: 23px;
}

a,
.listings .listing ul li {
	color: #2638C4 !important;
}

.header .headerLogo a span.header-text {
	font-family: 'pbs-sans-bold';
}

.header .header_utils ul li.fst {
	background: none;
}

.header .header_utils .searchForm input {
	width: 269px;
	height: 23px;
	padding: 0 8px 0 8px;
}

.header .header_utils .searchForm button,
.right_column .prog_search .search input.search,
.right_column .search_filter .search input.search,
.button.btnNewUser, .sign_in .featured_content .button.btnNewUser,
.sign_in .featured_content .button,
.sign_in .featured_content .button span {
	background: none !important;
	background-color: #2638C4 !important;
	color: white;
	border: none;
	border-radius: 2px;
	margin-top: 1px;
	font-weight: bold;
	font-size: 11px;
	line-height: 12px;
	text-indent: 0;
	cursor: pointer;
	text-transform: none;
}

.sign_in .featured_content .button span {
	padding: 5px 0 7px 15px;
}

.header .header_utils .searchForm button:hover,
.right_column .prog_search .search input.search:hover,
.right_column .search_filter .search input.search:hover {
	background-color: #0A145A !important;
}

.sign_in .featured_content {
	background: none;
}

.top_nav {
	height: 42px;
	background-color: #0A145A;
}

.top_nav ul {
	padding: 0 0 0 42px;
}

.top_nav li {
	padding: 15px 23.5px 13px;
}

.top_nav li:first-child {
	display: none;
}

.top_nav li.last {
	background: none;
}

.top_nav li.current a,
.top_nav li a:hover {
	color: white !important;
}

.top_nav li.current:after {
	display: none;
}

.top_nav a {
	color: white !important;
	font-family: 'pbs-sans-bold';
	font-size: 12px;
}

.top_nav li.current a,
.top_nav li a:hover {
	color: #FFCF00 !important;
}

.top_subnav.home_page {
	background-color: #2638C4;
	color: white;
}

.top_subnav.home_page .find_us,
.top_subnav.home_page .pbs_sites {
	background-color: transparent;
}

.top_subnav.home_page .find_us p,
.top_subnav.home_page .pbs_sites p {
	color: white;
}

.top_subnav.home_page .find_us p {
	padding: 10px 5px 0 30px;
}

.top_subnav.home_page .find_us img {
	width: 16px;
	margin-top: 9px;
	margin-right: 7px;
}

.home .jcarousel-item .description {
	width: calc(100% - 32px);
	height: 68px;
	background: none;
	background-color: rgba(10,20,90,0.75);
	color: white;
	margin: 0;
	padding: 13px 16px 15px 16px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
}

.carousel .description h3,
.jcarousel-item .description h3,
.lcarousel .description h3 {
	margin-bottom: 1px;
	padding-bottom: 0;
}

.carousel .description h3 a,
.jcarousel-item .description a,
.lcarousel .description h3 a {
	color: #FFCF00 !important;
	font-family: "pbs-sans-bold";
	font-size: 16px;
	line-height: 19px;
	text-transform: uppercase;
}

.carousel .description p,
.jcarousel-item .description p,
.lcarousel .description p {
	color: white;
	font-size: 12px;
	line-height: 16px;
}

#lcarousel .pagination,
.jcarousel-control {
	margin: -120px 1px 0 0;
	padding: 0;
}

#lcarousel .pagination a.prevb,
.jcarousel-control a.prevb {
	background: url(../images/assets/hero-rotator-arrow-left.png?v=1) 0 0 no-repeat;
	background-size: 17px 22px;
}

#lcarousel .pagination a.prevb:hover,
.jcarousel-control a.prevb:hover {
	background: url(../images/assets/hero-rotator-arrow-left-hover.png?v=1) 0 0 no-repeat;
	background-size: 17px 22px;
}

#lcarousel .pagination a.nextb,
.jcarousel-control a.nextb {
	background: url(../images/assets/hero-rotator-arrow-right.png?v=1) 0 0 no-repeat;
	background-size: 17px 22px;
}

#lcarousel .pagination a.nextb:hover,
.jcarousel-control a.nextb:hover {
	background: url(../images/assets/hero-rotator-arrow-right-hover.png?v=1) 0 0 no-repeat;
	background-size: 17px 22px;
}

#lcarousel .pagination a,
.jcarousel-control a {
	color: white !important;
	background: url(../images/assets/number-square-hero-rotator.png?v=1) 0 0 no-repeat;
	background-size: 17px 17px;
}

#lcarousel .pagination li.active a,
.jcarousel-control li.active a {
	color: black !important;
	background: url(../images/assets/active-hero-rotator-background.png?v=1) 0 0 no-repeat;
	background-size: 17px 17px;
}

#lcarousel .pagination ul li a:hover,
.jcarousel-control ul li a:hover {
	color: black !important;
	background: url(../images/assets/active-hero-rotator-background.png?v=1) 0 0 no-repeat;
	background-size: 17px 17px;
}

#lcarousel .pagination a.pause,
.jcarousel-control a.pause {
	background: url(../images/assets/pause-hero-rotator-background.png?v=1) 0 0 no-repeat;
	background-size: 17px 22px;
}

#lcarousel .pagination a.pause:hover,
.jcarousel-control a.pause:hover {
	background: url(../images/assets/pause-hero-rotator-background-hover.png?v=1) 0 0 no-repeat;
	background-size: 17px 22px;
}

#lcarousel .pagination ul,
.jcarousel-control ul {
	background: url(../images/assets/hero-rotator-background.png?v=1) 0 0 repeat-x;
}

.heading {
	height: 33px !important;
	background: #0A145A !important;
	border-bottom: 1px solid #DEDEDE !important;
	padding: 0 !important;
}

.right_column .rail_module .right_column .rail_module h3,
.contact h3,
.left_column .progr_desc h3,
.heading h3 {
	height: 26px !important;
	background: #0A145A !important;
	color: white !important;
	padding-left: 10px !important;
	padding-top: 7px !important;
	font-family: "pbs-sans-bold" !important;
	font-size: 16px !important;
	line-height: 20px !important;
}

.left_column .progr_desc h3 {
	height: 29px;
	padding-top: 6px;
}

.right_column .prog_list .heading a {
	margin-top: 16px;
}

.right_column .programming .heading ul {
	height: 33px;
}

.right_column .programming .heading ul li,
.right_column .programming .heading ul li {
	height: auto;
	margin: 4px 0 0 4px !important;
}

.right_column .programming .heading li.ui-state-default a,
.right_column .programming .heading li.ui-state-default a span {
	background: none;
	font-weight: bold;
}

.right_column .programming .heading li a,
.right_column .programming .heading li.ui-tabs-selected a,
.right_column .programming .heading li.ui-state-hover a,
.right_column .programming .heading li.ui-state-default a,
.heading li.ui-tabs-selected a,
.heading li.ui-state-hover a,
.heading li.ui-state-default a,
.heading li.ui-state-active a {
	background: none;
	background-color: #2638C4;
	color: #FFCF00 !important;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	font-weight: bold;
	font-size: 10px;
}

.heading li.ui-state-default.ui-state-active a {
	color: #FFCF00 !important;
}

.heading li.ui-state-default.ui-state-active a:hover,
.heading li.ui-state-default.ui-state-active span:hover {
	color: #FFCF00 !important;
}

.heading li.ui-state-active a {
	background-color: #2638C4 !important;
	color: #FFCF00 !important;
}

.heading li.ui-state-default a {
	background-color: transparent;
	color: white !important;
}

.heading li.ui-state-default a:hover,
.heading li.ui-state-default span:hover {
	color: #FFCF00 !important;
}

.right_column .programming .heading li a.selected,
.right_column .programming .heading li a.selected {
	background-color: transparent;
	color: white !important;
}

.right_column .programming .heading li.ui-state-default a span,
.right_column .programming .heading li.ui-tabs-selected a span,
.right_column .programming .heading li.ui-state-hover a span,
.heading li.ui-tabs-selected a span,
.heading li.ui-state-hover a span,
.heading li.ui-state-default a span {
	background: none;
	padding-top: 8px;
}

.heading li.ui-tabs-selected {
	background: none;
}

#tabs .heading li a {
	font-size: 13px;
	text-transform: uppercase;
}

.right_column .programming .program {
	background: transparent url(../images/assets/divider-dots.svg?v=1) no-repeat bottom left;
	background-size: 284px 2px;
}

.right_column .programming .program a {
	color: #2638C4 !important;
	font-family: "pbs-sans-bold";
}

.right_column .programming .program p {
	color: black;
}

.right_column .programming .program span {
	color: #486CD8;
}

.right_column .programming a.clear {
	color: #2638C4 !important;
}

.featured_items .videos .video a.watch,
.featured_items .photos .photo a.watch {
	color: #2638C4 !important;
}

.right_column .schedule {
	background: none;
}

.right_column .schedule h3 {
	color: #2638C4;
	font-family: "pbs-sans-bold";
}

.calendar {
	width: 278px !important;
	background: none !important;
	background-color: #2638C4 !important;
	border-radius: 4px !important;
}

.ui-datepicker {
	margin-left: 9px !important;
}

.ui-datepicker .ui-datepicker-title {
	font-weight: bold !important;
}

.ui-datepicker .ui-datepicker-prev {
	background: url(../images/assets/calendar-left-arrow.png?v=1) 0 0 no-repeat !important;
	background-size: 20px 19px !important;
}

.ui-datepicker .ui-datepicker-prev:hover {
	background: url(../images/assets/calendar-left-arrow-hover.png?v=1) 0 0 no-repeat !important;
	background-size: 20px 19px !important;
}

.ui-datepicker .ui-datepicker-next {
	background: url(../images/assets/calendar-right-arrow.png?v=1) 0 0 no-repeat !important;
	background-size: 20px 19px !important;
}

.ui-datepicker .ui-datepicker-next:hover {
	background: url(../images/assets/calendar-right-arrow-hover.png?v=1) 0 0 no-repeat !important;
	background-size: 20px 19px !important;
}

.ui-datepicker table {
	width: 262px !important;
	border: 4px solid #48D3CD !important;
	margin: 17px 0 0 0 !important;
}

.ui-datepicker td {
	border: 2px solid #48D3CD !important;
}

.ui-datepicker td span,
.ui-datepicker td a {
	color: #0A145A !important;
}

.ui-datepicker td.ui-datepicker-current-day {
	background-color: #48D3CD !important;
}

.ui-datepicker .ui-state-active {
	color: #2638C4 !important;
}

.right_column .schedule a.listings {
	color: #2638C4 !important;
	margin-top: 3px;
}

.child_media h3 {
	background: none;
	background-color: #0A145A;
	border: none;
	font-family: "pbs-sans-bold";
}

.child_media a {
	color: #2638C4 !important;
}

.bottom_find .find_us p {
	color: #0A145A;
	margin-right: 4px;
}

.bottom_find .find_us img {
	width: 16px;
	margin: 0 12px 0 0;
}

.footer ul {
	text-align: center;
}

.footer ul li {
	float: none;
	display: inline-block;
}

.footer ul li a {
	color: white !important;
}

.top_subnav {
	width: 100%;
	height: 32px;
	background-color: #2638C4;
	margin-bottom: 20px;
	margin-left: 0;
}

.top_subnav .breadcrumbs {
	background: none;
	margin: 0;
	padding: 0;
}

.top_subnav .breadcrumbs ul {
	margin-top: 9px;
	margin-left: 20px;
}

.top_subnav .pbs_sites {
    width: 318px;
	background: none;
	border: none;
}

.top_subnav .pbs_sites p {
	color: white;
	font-family: "pbs-sans-bold";
	font-size: 12px;
}

.top_subnav .breadcrumbs ul li {
	color: #FFCF00;
}

.top_subnav .breadcrumbs ul li a { /* Chevron */
	background: url(../images/assets/bread-crumb-arrow.svg?v=1) right 5px no-repeat;
	background-size: 4px 6px;
	color: white !important;
	position: relative;
}

.program .left_column .about_program p.showtime,
.listings .listing h3.time,
.left_column .about_program p {
	color: #0A145A;
	font-weight: bold;
	font-size: 16px;
	line-height: 16px;
}

.left_column .about_program a {
	color: #2638C4 !important;
}

.right_column .prog_list a {
	color: #2638C4 !important;
	font-family: "pbs-sans-bold";
}

.right_column .press h4,
.series .press h4 {
	color: #2638C4;
	font-family: "pbs-sans-bold";
	font-size: 12px;
	line-height: 15px;
}

.right_column .prog_search .heading a,
.right_column .search_filter .heading a,
.kids .featured_content .heading a,
.programs .featured_content .heading a,
.progr_desc .headgin a,
.featured_items .heading a.view_all,
.right_column .prog_list .heading a {
	color: white !important;
}

.right_column .prog_search .heading a,
.right_column .search_filter .heading a {
	margin-top: 10px;
}

#tabs .jcarousel-prev-horizontal {
	background: url(../images/assets/featured-media-arrow-left.png?v=1) 0 0 no-repeat;
	background-size: 18px 20px;
	cursor: pointer;
}

#tabs .jcarousel-prev-horizontal.jcarousel-prev-disabled {
	background: url(../images/assets/featured-media-arrow-left-inactive.png?v=1) 0 0 no-repeat;
	background-size: 18px 20px;
}

#tabs .jcarousel-next-horizontal {
	background: url(../images/assets/featured-media-arrow-right.png?v=1) 0 0 no-repeat;
	background-size: 18px 20px;
	cursor: pointer;
}

#tabs .jcarousel-next-horizontal.jcarousel-next-disabled {
	background: url(../images/assets/featured-media-arrow-right-inactive.png?v=1) 0 0 no-repeat;
	background-size: 18px 20px;
}

.right_column .up_down .down {
	background: url(../images/assets/upcoming-ep-arrow-up.png?v=1) 0 0 no-repeat;
	background-size: 18px 9px;
	cursor: pointer;
}

.right_column .up_down .down.jcarousel-prev-disabled {
	background: url(../images/assets/upcoming-ep-arrow-up-inactive.png?v=1) 0 0 no-repeat;
	background-size: 18px 9px;
}

.right_column .up_down .up {
	background: url(../images/assets/upcoming-ep-arrow-down.png?v=1) 0 0 no-repeat;
	background-size: 18px 9px;
	cursor: pointer;
}

.right_column .up_down .up.jcarousel-next-disabled {
	background: url(../images/assets/upcoming-ep-arrow-down-inactive.png?v=1) 0 0 no-repeat;
	background-size: 18px 9px;
}

#ProgramCarousel {
	background-color: #0A145A;
}

.preview_carousel .navigation .item p a {
	color: white !important;
}

.preview_carousel .navigation .item,
.right_column .prog_search .criteria,
.right_column .search_filter .criteria,
.listings .listing ul,
.listings .left_column .about_program,
.search_results .search_list li,
.search_results .search_paging,
.press_contacts .press_contacts .items .item,
.press_contacts .stay_connected .items .item {
	background: transparent url(../images/assets/divider-dots.svg?v=1) repeat-x bottom left;
	background-size: 284px 2px;
	border: none;
}

.preview_carousel .description h3 {
	color: #FFCF00 !important;
}

.right_column .search_filter .browse_by,
.right_column .prog_search .browse_by,
.right_column .search_filter .browse_by {
	background: none !important;
}

.right_column .prog_search .criteria h4 a,
.right_column .search_filter .criteria h4 a {
	font-family: "pbs-sans-bold";
}

.bottom_find {
	height: auto;
	background-color: #2638C4;
	padding-top: 8px;
	padding-bottom: 6px;
}

.bottom_find .find_us p {
	color: white;
}

.main_info h3 {
	color: #0A145A;
}

img[src=""] {
    display: none;
}

#video_horizontal img, #photos_horizontal img {
    height: 63px;
}
