@charset "UTF-8";

/* CSS Document */


/****************************** GENERAL TYPOGRAPHY */

body {
    -webkit-font-smoothing: subpixel-antialiased !important;
    font-smoothing: subpixel-antialiased !important;
    font-weight: 500;
    background-color: #000;
    font-family: 'Roboto', sans-serif;
    color: #fff;
    font-style: normal;
    letter-spacing: .05em
}


/*a, p, h1, h2, h3, h4, h5, h6, body {
}*/

a {
    text-decoration: none;
    color: #fff;
}

a:hover {
    text-decoration: none;
    color: #1999ff;
}

h1 {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 2.5em;
    letter-spacing: .02em;
    color: #1999ff;
}

h2 {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 1.4em;
    color: #ffd45f;
    margin-bottom: 5px;
}

h3 {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.3em;
}

h4, h5, h6 {
    margin-top: 0px;
    font-weight: 400;
    font-size: 1.3em;
    line-height: 1.3em;
}

.form-control {
    font-size: 16px;
}


/****************************** NAVBAR */

.navbar {
    margin-bottom: 0;
    border: 0;
}

.navbar-default {
    background: #222;
    border-radius: 0;
    box-shadow: 0;
}

.navbar-toggle {
    margin: 25px 25px 0 0;
}

#main-nav {
    max-width: 1280px;
}

.navbar-form {
    padding: 28px 40px 28px 40px;
    background-color: transparent;
    margin-top: 0;
    margin-bottom: 0;
}

.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
    margin-right: 10px;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.open>a {
    background-color: #363636;
    background-image: none;
    filter: none;
    background-repeat: repeat-x;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #1999FF;
    background-color: #444;
}

.navbar-brand, .navbar-nav>li>a {
    text-shadow: 0 0 0;
}

.navbar-default .navbar-nav>li>a {
    text-transform: uppercase;
    color: #ffffff;
    font-style: normal;
    font-size: 1.2em;
    font-weight: 400;
    padding: 35px 15px 15px 15px;
    height: 90px;
}

.navbar-default .navbar-nav>li>a:hover {
    color: #1999FF;
}

.navbar-default .navbar-nav>li>a:focus {
    color: #fff;
}

.navbar-brand {
    text-shadow: 0 0 0;
    float: left;
    height: 90px;
    padding: 10px 15px 10px 25px;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #1999FF;
}

#regularInput {
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
}

#search-container {
    max-width: 1270px;
    overflow: auto;
    margin: 0 auto;
}

#search-box {
    width: 250px;
    float: right;
    margin-right: 15px;
}

#search-line {
    display: none;
    width: 100%;
    right: 0;
    top: 90px;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: rgba(0, 0, 0, 0.6);
    height: auto;
    z-index: 1000;
}


/****************************** Dropdown Menu */

.navbar-nav>li>.dropdown-menu {
    border: 0;
    min-width: 725px;
    padding: 15px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    left: -95px;
    background-color: rgba( 0, 0, 0, .8);
}

.multi-column-dropdown {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.multi-column-dropdown li {
    text-transform: uppercase;
    line-height: 1.7;
    padding: 0 5px;
    font-weight: 800;
    white-space: nowrap;
    color: #fff;
}

#elementLinkSelected {
    background-color: #ddd;
    color: #333;
}

#elementLinkSelected:hover {
    background-color: #555;
}

.multi-column-dropdown li:hover {
    background-color: #1999FF;
}

.dropdown-row {
    position: relative;
    float: left;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.dropdown .caret {
    border-top: 4px solid #1999ff;
}

.main-overlay>h1 {
    color: #ffd45f;
    margin-bottom: 0px;
}

.main-overlay>h2 {
    color: #1999ff;
    margin-top: 0;
}

span.home-schedule-program {}

span.home-schedule-time {
    font-size: 1.7em;
    font-weight: 200;
    display: block;
    color: #fff;
}

.dropdown-menu a.elementLink {
    padding: 0;
}


/****************************** MAIN CONTAINERS */

.container-fluid.relative {
    position: relative;
    max-width: 1270px;
    background-color: transparent;
}

.container-fluid {
    max-width: 1270px;
}

.lightish {
    background-color: #333;
}

.darkish {
    background-color: #222;
}

.black {
    background-color: #000;
}

.top-border, .top-border-thick {
    border-top: 1px solid #1999FF;
}

.top-border-thick {
    border-top: 8px solid #1999FF;
}

.outer-container {
    padding-top: 20px;
    padding-bottom: 50px;
    overflow: auto;
}

.no-pad {
    padding: 0;
}


/****************************** HERO AREA */

#main-image {
    width: 100%;
    height: auto;
    width: auto\9;
    /* IE8 */
}

.main-overlay, .overlay-test {
    z-index: 10;
    position: absolute;
    width: 400px;
    height: auto;
    top: 100px;
    left: 80px;
    padding: 10px 20px 20px 30px;
    color: #FFF;
    background: rgba(0, 0, 0, 0.65);
}


/****************************** BRIGHTCOVE PLAYER */

.bc-player-HJSEZea7l_default .vjs-big-play-button {
    margin-left: -0.8em;
    margin-top: -0.8em;
    width: 1.5em;
    height: 1.5em;
    line-height: 1.5em;
    font-size: 2em;
    background-color: rgba(0, 70, 128, .7);
}

.video-js .vjs-captions-button.vjs-menu-button {
    display: none;
}

.video-js .vjs-current-time, .video-js .vjs-time-divider, .video-js .vjs-duration {
    font-size: 1.2em;
    font-weight: 700;
    line-height: 2.5em;
}

.video-js .vjs-time-control {
    min-width: inherit;
    padding-left: .5em;
    padding-right: .5em;
}

.embed-responsive {
    z-index: 100;
}


/****************************** MAIN VIDEO AREA */

#main-video-container {
    padding-top: 20px;
}

.no-host {
    padding-bottom: 30px;
}


/****************************** ABOUT THE HOST */

#host-pic {
    float: right;
    width: 60%;
    margin: 0 auto 0 auto;
    padding: 2%;
}


/****************************** VIDEO CLIP AREA */

.video-clip-container {
    padding-top: 20px;
}


/****************************** FOOTER */

#footer-links h4 {
    text-transform: uppercase;
    font-size: 1.3em;
    line-height: 1.7em;
    font-weight: 400;
}

#footer-foot>h6 {
    font-size: 1em;
    color: #ccc;
    margin-top: 50px;
    margin-bottom: 10px;
    font-weight: 400;
}

#footer {
    margin-top: 30px;
    margin-bottom: 0px;
}

#footer-logo {
    min-height: 120px;
    float: left;
    margin-right: 20px;
}

#footer-address>h6 {
    font-size: 1.1em;
    letter-spacing: .05em;
    white-space: nowrap;
}

#footer-foot>h6>a {
    padding-right: 20px;
    margin-bottom: 10px;
}

#copyright {
    white-space: nowrap;
    margin-top: 5px;
    display: inline-block;
}


/******************************* PROMO GRID */

.promo-image {
    width: 100%;
}

.promo-container {
    padding-top: 15px;
    padding-bottom: 15px;
    /*	min-height: 235px;*/
}

.promo-row {
    overflow: auto;
    width: 100%;
}


/******************************* CAROUSEL */

#main-carousel {
    padding: 0;
}

.carousel-indicators {
    bottom: auto;
    top: 20px;
}

.carousel-control {
    width: 10%
}

.carousel-fade .carousel-inner .item {
    -webkit-transition-property: opacity;
    transition-property: opacity;
}

.carousel-fade .carousel-inner .item, .carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
    opacity: 0;
}

.carousel-fade .carousel-inner .active, .carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}

.carousel-fade .carousel-inner .next, .carousel-fade .carousel-inner .prev, .carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}


/****************************** WTW */

#wtw-overlay {
    width: 450px;
    top: 70px;
    left: 50px;
    padding: 20px;
}

#input-zip {
    width: 80px;
}

#zip-form-container {
    margin-top: 20px;
    margin-bottom: 20px;
}

#zip-form-message {
    width: 400px;
    background-color: rgba(0, 0, 0, 0.6);
    padding: 15px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    display: none;
}

#zip-form-message>h4>ul>li {
    list-style: none;
}

#zip-form-message>h4>ul {
    padding: 0;
}


/****************************** SCHEDULE */

#schedule-form-container {
    margin: 20px 0 30px 0;
}

.schedule-filter {
    width: auto;
    float: left;
    margin-right: 30px;
}

.schedule-element-image>a>img {
    width: 100%;
    margin-top: 20px;
}

.schedule-entry {
    border-bottom: 1px dotted rgba(255, 255, 255, .5);
    overflow: auto;
    padding-bottom: 30px;
}

.schedule-element-time>h2 {
    font-weight: 300;
    font-size: 1.9em;
}

.schedule-element-program>h2 {
    color: #fff;
}

.schedule-element-program>h4 {
    color: #ffd45f;
}

#date-filter {
    min-width: 180px;
}

#time-zone {
    min-width: 80px;
}

#show-filter {
    min-width: 325px;
}

.premiere {
font-size: 1.5em;
font-weight: 200;
color: #1999ff;
text-transform: uppercase;
}

/****************************** ABOUT PAGES */

.team-member>img {
    margin: 15px 20px 15px 0;
}

.team-member, dl.clearfix {
    border-bottom: 1px dotted rgba(255, 255, 255, .5);
    overflow: auto;
    padding-bottom: 20px;
}

.team-member>h2 {
    font-size: 1.8em;
}

.pull-left-margin {
    margin: 10px 20px 10px 0;
}

dt.releaseDate {
    /*text-transform: uppercase;*/
    font-weight: 100;
    font-size: 2.2em;
    color: #ffd45f;
    /*margin-bottom: 5px;*/
}

dt.title {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 1.3em;
    margin-bottom: 15px;
}

dd.readMore a {
    color: #1999ff;
}

dd.readMore a:hover {
    color: #fff;
}

dl.moreResults dt, dl.moreResults, dl.moreResults dd, dl.moreResults ul, dl.moreResults li {
    display: inline;
}

dl.moreResults li {
    margin-left: 5px;
}

dl.moreResults ul {
    padding-left: 10px;
}

.press-release>p, .privacy>p, .terms>p, dd.summary, #svSearchResults p, .moreResults.well {
    margin-top: 0px;
    font-size: 1.3em;
    line-height: 1.5em;
    font-weight: 200;
}

.press-release-title>h2 {
    font-size: 1.7em;
    line-height: 1.5em;
    margin-bottom: 15px;
}

#svSearchResults .title {
    color: #ffd45f;
    margin-bottom: 5px;
}

#svSearchResults .title a {
    color: #ffd45f;
}

#svSearchResults .title a:hover {
    color: #1999ff;
}

.moreResults.well {
    background-color: transparent;
    background-image: none;
    border: none;
    box-shadow: none;
    padding: 10px 0;
    margin-bottom: 20px;
    color: #1999ff;
    font-weight: 600;
}

.moreResults.well a {
    color: #1999ff;
}

.moreResults.well a:hover {
    color: #fff;
}

.moreResults.well li {
    display: inline;
}

.moreResults.well ul {
    padding: 0;
}

.moreResults.well .resultsFound {
    margin-right: 20px;
}

dd.credits {
    color: #1999ff;
    margin-top: 10px;
}


/****************************** Legacy Video Portal */

.portalElementRow {
    padding-bottom: 30px;
    padding-top: 30px;
    border-bottom: 1px dotted rgba(255, 255, 255, 0.2);
}

.portalTop {
    margin: 20px 0 0 0;
}

.portalTags {
    font-size: 1em;
    font-weight: 400;
}
.portalTags>a {
color: #ccc;
}
.portalTags>a:hover {
  color: #fff;
}
.portalTagHeader {
  color: #fff;
}

#pagingContainerBottom {
    margin-top: 30px;
}

#pagingContainer, #pagingContainerBottom {
    overflow: auto;
    height: auto;
}

dl.moreResults dt, dl.moreResults dd {
    font-weight: 300;
}

#pagingContainer>dl.moreResults, #pagingContainerBottom>dl.moreResults {
    float: right;
    margin: 0;
}

.portal-interface-element {}

.portalShowing, .portalSortContainer {
    float: left;
    padding-right: 30px;
}

form#sorter, .portalSortContainer {
    display: inline-block;
}

.portalThumb>a>img {
    width: 100%;
    padding: 5px;
    background-color: #222;
}

li>.aCurrentClass {
    font-weight: 600;
}

#video-box {
padding-top: 20px;
}

/****************************** SHOWS PAGE */
#sorter  {
color: #333;
}


.ad-container {
text-align: center;
margin-top: 20px;
}
.ad-label > h6 {
color: #999;
font-size: .8em;
font-weight: 200;
margin-top: 5px;
text-align: center;
}

.promo-title > a:hover > h2{
    color: #1999ff;
}
/****************************** HOME HERO TEST */

.slide-container {
position: relative;
margin-bottom: 50px;
}

/****************************** MEDIA QUERIES */

@media (max-width: 991px) {
    .main-overlay, .test-overlay {
        position: relative;
        width: 100% !important;
        height: auto;
        top: 0px !important;
        left: 0px;
        right: auto !important;
        padding: 10px 30px 20px 30px;
        background: #333;
    }
    .overlay-home {
        min-height: 170px;
    }
    .main-overlay>h1 {
        margin-bottom: 0;
    }
    #shows-menu {
        min-width: 250px;
    }
    #host-pic {
        width: 45%;
    }
    #input-zip {
        display: inline-block;
        vertical-align: middle;
    }
    #footer-nav {
        margin: 0 25px 0 25px
    }
    .home-schedule-description {
        display: none;
    }
    #wtw-overlay {
        left: 0;
        padding: 0;
    }
    #zip-form-message {
        width: 100%
    }
    .schedule-element-time>h2 {
        font-size: 1.6em;
    }

    #pagingContainer {
    width: 100%;
    padding-top: 10px;
    }
    #pagingContainer > dl.moreResults {
    float: left;
    }
 .outer-container {
padding-bottom: 20px;
 }

 .ad-container {
  padding-top: 30px;
  margin-top: 20px;
  border-top: 1px dotted #999;
  display: inline-block;
  width: 100%;
 }
.ad-area {
display: inline-block;
width: 100%
}

}

@media (max-width: 767px) {

h1 {
font-size: 2em;
}
h2 {
font-size: 1.3em;
}
h4 {
font-size: 1.1em;
}

    .dropdown-menu.multi-column {
        min-width: 240px !important;
        overflow-x: hidden;
    }
    .navbar-default .navbar-nav>li>a {
        padding: 15px 15px 15px 25px;
        height: inherit;
    }
    .navbar-nav {
        margin: 0 -15px 0 -15px;
    }
    .navbar-header {
        height: 90px;
    }
    .navbar-nav .open .dropdown-menu {
        background-color: #333;
        padding: 15px 0 15px 15px;
    }
    #host-container>h1 {
        float: left;
        width: 60%;
    }
    .top-border-break {
        border-top: 1px solid #1999FF;
        margin-top: 20px;
        padding-top: 20px;
    }
    .menu-column a {
        color: #fff;
    }
    #main-video-area {
        float: none;
        width: auto;
    }
    #host-pic {
        width: 40%;
    }
    #footer-nav>a {
        font-size: 1.0em;
    }
    #searchbox {
        height: inherit;
        position: inherit;
        top: inherit;
        right: inherit;
        background-color: inherit;
    }
    .schedule-filter {
        margin-right: 0;
        float: none;
        width: 100%;
    }
    #schedule-form-container {
        margin: 20px 0 10px 0;
    }
    #show-filter-container, #date-filter-container {
        margin-bottom: 20px;
    }
    #time-zone-container {
        margin-bottom: 0;
    }
    .schedule-element-time>h2 {
        font-size: 2.2em;
    }

    .portalElement {
        padding-bottom: 30px;
        padding-top: 30px;
        border-bottom: 1px dotted rgba(255, 255, 255, 0.2);
    }
    .portalElementRow {
        padding-bottom: 0;
        padding-top: 0;
        border-bottom: none;
    }
    .carousel-indicators {
    display: none;
    }
    .small-schedule-container {
     padding-top: 0;
     margin-top: 20px;
     border-top: 1px dotted #999;
     display: inline-block;
     width: 100%;
    }

span.home-schedule-time {
float: left;
font-size: 1.4em;
}
span.home-schedule-program {
margin-left: 20px;
font-size: 1.4em;
font-weight: 200;
}

}
