/* 
  html5doctor.com Reset Stylesheet (Eric Meyer's Reset Reloaded + HTML5 baseline)
  v1.4 2009-07-27 | Authors: Eric Meyer & Richard Clark
  html5doctor.com/html-5-reset-stylesheet/
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
}                  
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section { 
    display:block;
}
nav ul { list-style:none; }
blockquote, q { quotes:none; }
blockquote:before, blockquote:after,
q:before, q:after { content:''; content:none; }
a { margin:0; padding:0; font-size:100%; vertical-align:baseline; background:transparent; }
ins { background-color:#ff9; color:#000; text-decoration:none; }
mark { background-color:#ff9; color:#000; font-style:italic; font-weight:bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom:1px dotted; cursor:help; }
/* tables still need cellspacing="0" in the markup */
table { border-collapse:collapse; border-spacing:0; }
hr { display:block; height:1px; border:0; border-top:1px solid #ccc; margin:1em 0; padding:0; }
input, select { vertical-align:middle; }
/* END RESET CSS */

html {
  -webkit-text-size-adjust: 100%;
  word-wrap: break-word;
}

ul, li {
  list-style: none;
}

img,
video,
object,
iframe {
  max-width: 100%;

}

iframe, .video-player, img, video, object {
  margin: 0 auto;
  display: block;  
}
img {
  margin: 0;
}body {
    font: normal 100%/1 "Archivo Narrow", sans-serif;
    color: #666;
    margin: 0;
    padding: 0;
    -webkit-text-size-adjust:100%;
}

/*
  GUTTERS: loosely defined, not using border-box. Remove 2% left col, 1% right col
  12 cols = 1024px
  1 col = 85.3px =    8.330078125%
  8 cols = 682.6px =  66.66015625%
  4 cols = 341.2px =  33.3203125%
  2 cols = 170.6px =  16.66015625%
  5 cols = 426.5px =  41.650390625%
  7 cols = 597.1px =  58.310546875%
*/

 /*
    clearfix-ed smellements
 */
  .mod:after,
  .header:after,
  .nav-wrap:after,
  .art-wrapper:after,
  .slats li:after {
    clear: both;
    content: " 0020";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
}

.col,
.mod,
.header,
.nav-wrap,
.footer,
.slats li {
    zoom: 1;
}
/* Base layout rules */
#contain {
  margin: 0 auto;
}
#main {
  position: relative;
  z-index: 0;
}
.header,
.footer {
  position: relative; /* cuz some things are absolute inside these puppies */
  z-index: 100;
  display: block;
  width: 93.75%;
  margin: 0 auto 1em;
  background-color: #fff;
}
.block {
  float: none;
  clear: none;
}
.block-right {
  float: none;
  clear: none;
  margin-top: 2em;
}
.header .block {
  float: left;
  clear: left;
}
.header .block-right {
  float: right;
  clear: right;
}
.group-wide {
  width: auto;
}
.group-narrow {
  width: auto;
}
.head-group-navigation {
  width: 27.3203125%;
}
.head-group-logo {
  width: 70.66015625%;
}
.footer-group-legal,
.footer-group-navigation {
  width: auto;
  margin-bottom: 1em;
  margin-top: 0;
}
.footer-group-legal {
  padding-left: 1em;
}
[class*='wc-'] {
  position: relative;
  width: 93.75%;
  margin: 0 auto;
}
/* goes along with .mod wrapper on non-homepage pages*/
.wc-lead {
  margin: 1em 0;
  width: 100%;
}
.home .wc-lead {
  margin-top: -2px;
}
.wc-sub {
  margin-bottom: 1em;
  margin-top: 0;
  padding-bottom: 1em;
  border-bottom: 1px solid #999;
}
.wc-home-lead {
  margin: 0;
  width: 100%;
}
.hide-on-load {
  display: none;
}
.detail-group-wrap {
  display: block;
  margin-bottom: 1em;
}
.last-module {
  border-bottom: none;
}
.header {
  margin: 1em auto 0;
}
.footer {
  width: 100%;
  background-color: #000;
  color: #fff;
  padding: 1% 0;
}
.logo {
  margin: 0;
  padding: 0;
}
.logo img {
  max-width: 75%;
  margin: 0;
}
#video-container {
  background-color: #000;
  position: relative;
}
#video-container iframe {
  position: relative;
  z-index: 10;
}
.spinner {
  position: absolute;
  top: 50%;
  left: 45%;
  z-index: 0;
}

/* Base typography */
h1, h2, h3, h4, h5, h6 {
  margin: .25em 0;
  font-weight: normal;
}
h1,
.date-time {
  font-size:  2.25em;   /* 36px / 16 */
  line-height: 1;
  font-weight: bold;
}
.big-boi {
  color: #fff;
  background-color: #000;
  font-weight: 400;
  text-align: center;
  padding: .25em 0;
  margin: 0;
  font-size: 1.3125em;
  line-height: 1.2;

}
.episode-detail-title {
    /* width:75%!important; */
    font-size: 2.1em!important;
}
h2 {
  font-size:  1.3125em;  /* 21px / 16 */
  line-height: 1.3225em;  /* 21px / 16 */
  font-weight: bold;
}
h3 {
  font-size:  1.0625em; /* 17px / 16 */
}
h4 {
  font-size: .9375em; /* 15px / 16 */
}
/*h4*/.section-hed {
  color: #fec104;
  text-transform: uppercase;
  line-height: .75; /* makes the hatch bg match the text height */
  margin: .5em 0 .25em;
}
/*h4*/.section-supplemental {
  margin: .5em 0 .5em 0;
}
.yellow-hatch {
  margin-bottom: 1.25em;
  background: #fff url('/static/images/wc-yellow-hatch.png') repeat;
}
.yellow-hatch b {
  background-color: #fff;
  padding-right: .5em;
}
p {
  font-size: 1.3125em;
  line-height: 1.3125;
  margin: .25em 0;
}
.wysiwyg-block p {
  font-size: 1.0625em;
}

/* Apply to <p> only */
.tease {
  font-size:  1.0625em; /* 17px / 16 */
  line-height: 1.2;  /* 21px / 16 */
}
/* Applied to schedule calendar descriptions */
.schedule-calendar p {
  font-size: 1.0625em;
}
a,
a:visited {
  color: #1a85bb;
  font-weight: normal;
  text-decoration: none;
}
[class*='ui-']:visited { /* all ui links preserve white type */
  color: #fff;
}
a:hover {
  color: #046496;
  text-decoration: underline;
}
a:hover p {
  text-decoration: none;
}

.medium-summary-hed,
.wysiwyg-block h1,
.wysiwyg-block h2,
.wysiwyg-block h3,
.wysiwyg-block h4,
.wysiwyg-block h5,
.wysiwyg-block h6 {
  font-size: 1.3125em;
  line-height: 1;
  font-weight: bold;
}

/* Footer typography */
.footer p {
  font-size: .875em;
  line-height: .875;
  margin: .5em 0;
}
.footer p:last-child {
  margin-top: 1em;
  line-height: 1.2;
  margin-top: 1em;
}
.lt-ie9 .footer .last-child {
  line-height: 2.25;
  padding: .5em 0;
}
.footer a,
.footer a:active,
.footer a:visited {
  color: #fff;
}

.ep-even {
  float: left;
  clear: left;
}
.ep-odd {
  float: right;
  clear: right;
}


/* UI typography */
.ui-btn,
.ui-btn-nav,
.ui-btn-active,
.ui-btn-disabled,
input[type="submit"] {
  font-weight: bold;
  font-size: 1.3125em;
  line-height: 1.1;
  background-color: #1a85bb;
  -webkit-appearance: none;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  color: #fff;
  padding: .25em 1em .2em;
  border: none;
}

.ui-btn {
    cursor: pointer;
}

.ui-btn:hover,
input[type="submit"]:hover {
  color: #fff;
  background-color: #046496;
  text-decoration: none;
}
.ui-btn-nav:hover {
  color: #fff;
  background-color: #666;
  text-decoration: none;
}
.ui-btn-nav-with-arrow {
  padding-right: 1.5em;
  display: inline-block;
}
.ui-btn-active,
.ui-btn-active:hover{
  background-color: #666;
  color: #fff;
}
.ui-btn-nav {
  color: #fff;
  background-color: #000;
}
.ui-btn-inner {
  display: block;
  position: relative;
}
.ui-btn-nav-with-arrow .ui-btn-inner {
  position: static;
}
.ui-btn-text {
  position: relative;
  width: 100%;
}

[class*='ui-arrow-'] {
  background-image: url('/static/images/ui/world-ui-sprites.png');
  background-repeat: no-repeat;
  text-indent: -999em;
}

/* Small arrow ui variation */
.ui-arrow-small {
  position: absolute;
  display: block;
  width: 23px;
  height: 22px;
  right: .25em;
  top: 50%;
  padding: 0;
  margin: 0;
  margin-top: -10px;
  text-indent: -999em;
}
.ui-arrow-down-s {
  background-position: -20px -47px;
}
.ui-arrow-right-s {
  background-position: -20px 0px;
}
.ui-arrow-up-s {
  background-position: -20px -25px;
}

/* Medium arrow ui variation */
.ui-arrow-medium {
  height: 40px;
  width: 42px;
  display: inline-block;
}
.ui-arrow-right {
  background-position: -10px -190px;
}
.ui-arrow-right:hover {
  background-position: -68px -190px;
}
.ui-arrow-left {
  background-position: -10px -230px;
}
.ui-arrow-left:hover {
  background-position: -68px -230px;
}
.ui-arrow-left-disabled {
  background-position: -126px -230px;
  height: 40px;
  width: 42px;
  display: inline-block;
  cursor: default;
}
.ui-arrow-right-disabled {
  background-position: -126px -190px;
  height: 40px;
  width: 42px;
  display: inline-block;
  cursor: default;
}

/* Large arrow ui variation */
.ui-arrow-large {
  width: 58px;
  height: 62px;
  display: inline-block;
}
.ui-arrow-left-l {
  background-position: -1px -130px;
}
.ui-arrow-left-l:hover {
  background-position: -59px -130px;
}
.ui-arrow-right-l {
  background-position: -1px -70px;
}
.ui-arrow-right-l:hover {
  background-position: -59px -70px;
}

.ui-naked-arrow-down {
  top: 0;
  line-height: 1;
  display: inline-block;
  font-size: 20px;
  line-height: 14px;
  padding: 2px 8px 3px 7px;
  text-align: center;
  position: relative;
  top: 2px;
  left: 2px;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

.ui-naked-arrow-up {
  top: 0;
  line-height: 1;
  display: inline-block;
  font-size: 20px;
  line-height: 14px;
  padding: 2px 8px 3px 7px;
  text-align: center;
  position: relative;
  top: 2px;
  left: 2px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}


a:hover .ui-arrow-naked,
a:hover .ui-arrow-naked {
  background-color: #fff;
}
.jump-anchor {
  display: block;
}
.page-to-top {
  text-align: right;
}
.ui-center-wrap {
  text-align: center;
}
.more-trigger {
  margin: 0.25em 0 1em 0;
}

/* Mobie menu UI btn */
.mobile-more {
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 0;
}
.mobile-more a {
  display: block;
  position: relative;
  padding: .35em;
}

/* LISTS O' THINGS */
.nav-wrap {
  position: relative;
  /*margin-top: -.5em;*/
}
.header .nav-primary {
  display: none;
  margin: .5em auto;
  float: right;
  position: relative;
  z-index: 100;
}
.lt-ie8 .header .nav {
  float: none;
}

.set-station .nav-set-station,
.watch-now .nav-watch-now,
.schedule .nav-schedule,
.programs .nav-programs {
  background-color: #666;
}


/* Primary nav popout menus */
.header .popout-content {
  display: none;
  position: absolute;
  z-index: 100;
}
.popout-content .menu-pointer {
    width: 0;
    height: 0;
    top: -.75em;
    right: .25em;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid black;
    position: absolute;

}
.header .popout-on .popout-content { /* js-controlled class */
  display: block;
  width: auto;
  position: absolute;
  top: 2.75em;
  background-color: #000;
  padding: 1em .75em .5em;
  right: 0;
  width: 11em;
  z-index: 100;
  /*border: 1px solid #ddd;*/
}
.header .popout-content li {
  padding: 0 0 .75em 0;
  margin: 0 0 .75em 0;
  display: block;
  overflow: hidden;
}
.lt-ie8 .nav-primary .popout-content li {
  display: block;
  white-space: normal;
}
.header .popout-content a {
  display: block;
  font-size: 1.3125em;
  line-height: 1.2;
}
.header .popout-content .full-schedule {
  font-size: .875em;
  text-align: center;
}
.header .popout-content .program-airtime {
  font-size: 1em;
  font-weight: bold;
  color: #666;
}
.nav-primary-mobile {
  display: block;
  position: relative;
  clear: left;
  padding-top: 1em;
}
.nav-primary-mobile a {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  display: block;
  font-size: 1em;
  border-bottom: 2px solid #fff;
  padding: .5em;
}
.lt-ie8 .nav-primary-mobile a {
  zoom: 1;
  padding-bottom: 0;
}
.lt-ie8 .nav-primary-mobile .ui-btn {
  top: -1em;
}
.nav-primary-mobile a:hover {
  background-color: #000;
}
.nav-primary-mobile .ui-btn {
  float: right;
  top: 0;
  margin-right: .25em;
}
.header .nav-supplements {
  display: none;
  margin-top: .5em;
}
.lt-ie9 .nav-supplements {
  margin-right: 0;
  position: relative;

}

.header .nav-supplements .inline-linklist li{
  padding: 0;
  margin: 0 0.25em;
  line-height: normal;
  border: none;
}

.header .nav-supplements .inline-linklist .first{
  line-height: 0.75;
  padding: 0 .5em 0 0;
  margin: 8px .25em 0 0;
  border-right: 1px solid #999;
  vertical-align: top;
}

.header .nav-supplements .inline-linklist .social-icon{
  width: 29px;
  height: 29px;
}

.header .nav-supplements .inline-linklist .email{
  background: url('/static/images/social-icons.png') no-repeat -5px -8px;
}

.header .nav-supplements .inline-linklist .email:hover{
  background: url('/static/images/social-icons.png') no-repeat -5px -50px;
}

.header .nav-supplements .inline-linklist .twitter{
  background: url('/static/images/social-icons.png') no-repeat -43px -8px;
}

.header .nav-supplements .inline-linklist .twitter:hover{
  background: url('/static/images/social-icons.png') no-repeat -43px -50px;
}

.header .nav-supplements .inline-linklist .facebook{
  background: url('/static/images/social-icons.png') no-repeat -81px -8px;
}

.header .nav-supplements .inline-linklist .facebook:hover{
  background: url('/static/images/social-icons.png') no-repeat -81px -50px;
}

.header .nav-supplements .inline-linklist .youtube{
  background: url('/static/images/social-icons.png') no-repeat -118px -8px;
}

.header .nav-supplements .inline-linklist .youtube:hover{
  background: url('/static/images/social-icons.png') no-repeat -118px -50px;
}

.header .nav-supplements .inline-linklist .instagram{
  background: url('/static/images/social-icons-instagram.png') no-repeat -5px -8px;
}

.header .nav-supplements .inline-linklist .instagram:hover{
  background: url('/static/images/social-icons-instagram.png') no-repeat -5px -50px;
}

/* NEVER put html comments in nav-primary, or combinator ">" breaks in IE7 */
.nav-primary > ul > li {
  display: inline-block;
  position: relative;
  margin: 0 .1em 0 0;
  padding: 0 .1em 0 0;
}
.lt-ie8 .nav-primary li,
.lt-ie8 .nav-filters li {
  display: inline;
  position: relative;
}
.nav-filters .custom-select-group {
  display: block;
  margin: .5em auto;
  /*padding: 1em 0;*/
}
.nav-filters ul {
  display: none;
  padding: .5em;
  position: relative;
  margin-left: 0%;
  margin: 0 auto;
}
.nav-filters li {
  display: block;
  position: relative;
  left: 0%;
}
.nav-filters .ui-btn {
  display: block;
  background-color: transparent;
  cursor: auto;
  text-align: center;
  font-size: 1em;
}
.nav-filters .ui-btn-active {
  background-color: #666;
  cursor: pointer; /* WORLD-160 - was auto; */
}
.watch-now-index .ui-btn-active {
  background-color: transparent;
  cursor: pointer; /* WORLD-160 - was auto; */
}
.body-nav {
  position: absolute;
  margin: 0;
  left: 0;
  top: 10%;
  display: block;
  width: 100%;
  z-index: 1;
}
.body-nav-left {
  float: left;
  padding-left: .5em;
}
.body-nav-right {
  float: right;
  padding-right: .5em;
}
.body-nav-left a,
.body-nav-right a {
  display: inline-block;
}
.lt-ie8 .body-nav-left a,
.lt-ie8 .body-nav-right a {
  display: block;
}
.body-nav h4 {
  display: inline;
  position: relative;
  top: -1.2em;
  padding-right: .5em;
  font-size: .75em;
}
.body-nav h4 b {
  color: #fff;
  font-weight: normal;
}
.ie8 .body-nav h4 {
  top: 0;
}
.body-nav .section-hed {
  display: none;
}
/* Standard World Channel style list */
.wc-sub li {
  color: #1A85BB;
  list-style: disc;
  margin-left: 1em;
  margin-top: .5em;
}

/* Inline lists */
.inline-linklist li {
  display: inline-block;
  margin: 0 .25em 0 0;
  padding: 0 .5em 0 0;
  line-height: 0.75;
  padding-bottom: .1em;
  border-right: 1px solid #999;
}
.linklist-true-inline {
  display: block;
  white-space: nowrap;
}
.linklist-true-inline li {
  margin-top: .5em;
}
.lt-ie8 .inline-linklist li {
  display: inline;
  padding: 0;
  position: relative;
}
.inline-linklist a {
  font-size: .9375em;
  font-weight: bold;
}
.inline-linklist .last {
  border: none;
}
.linklist-slasher {
  margin-bottom: .25em;
}
.linklist-slasher li {
  border: none;
  padding: 0 .25em 0 0;
  margin: 0;
}
.lt-ie8 .linklist-slasher li {
  border-right: 1px solid #999;
  margin: 0 .5em 0 0;
}
.linklist-slasher li:last-child,
.linklist-slasher li:last-child a {
  color: #999;
  cursor: default;
}

.linklist-slasher li:after {
  content:"/";
  display: inline-block;
  padding: 0 0 0 .25em;
  margin: 0 0 0 .25em;
  color: #999;
}
.linklist-slasher .last:after {
  content: "";
}
.breadcrumb {
  display: none;
}
.reverse-ground-list {
  border-color: #fff;
}
.reverse-ground-list a,
.reverse-ground-list a:visited {
  color: #fff;
}
.hide-item { /* js-controlled class to hide/show things in lists */
  display: none;
}

/* slider stylings */
/* slider ala royalSlider */
.slim-slider {
  position: relative;
  width: 100%;
  height: 150px !important;
  z-index: 0;
}
.slim-slider-thumbs {
  height: 225px !important; /* was 130px WORLD-129 */
}
#contain #main .mobile-cut {
  height: 90px !important;
}
.mobile-cut .ep-even,
.mobile-cut .ep-odd {
  clear: none;
  float: none;
}
.mobile-slide {
  width: 55%;
  margin: 0 auto;
  text-align: center;
  font-size: .875em;
}
/* Below ~300px sliders are off, so re-style slide items accordingly */
.no-slide {
  display: block;
}
.no-slide .inline-slide-group,
.no-slide .inline-slide-group a {
  width: 100%;
  left: 0;
}
.no-slide .inline-slide-group div {
  display: block;
  left: 0;
  width: 45.5%;
}
.big-spread {
  height: auto;
}
.big-spread img {
  margin: 0 auto;
}
.inline-slide-group {
  width: 80%;
  left: 50%;
  position: relative;
}
.inline-slide-group > div {
  /*float: left;*/
  position: relative;
  left: -49%;
  padding: 0 .25em 0 0;
  margin: 0 .25em 1em 0;
  width: 40.5%;
  /*clear: none;*/
  text-align: center;
}
.inline-slide-group .sked-content-slide {
  font-size: .7em;
  border: none;
}
.inline-slide-group .sked-content-slide:nth-child(4) {
  border: none;
}
.inline-slide-group .figure {
  width: 100%;
}
.inline-slide-group a {
  display: block;
  margin: 0 auto;
  width: 80%;
}

.slim-slider-thumbs .inline-slide-group a {
  width: 90%;
}
.inline-slide-group a h1,
.mobile-slide a h1,
.inline-slide-group a:hover h1,
.mobile-slide a:hover h1 {
  color: #666;
}
.inline-slide-group .date-time {
  white-space: nowrap;
}
.slider-pagination-wrap {
  position: relative;
  float: left;
  left: 50%;
  top: 1em;
  margin-bottom: 1em;
}
.linklist-pagination {
  display: none;
  position: relative;
  left: -50%;
}
.linklist-pagination li {
  position: relative;
  border: none;
  width: 39px;
  height: 38px;
  margin: 0;
  padding: 0;
  text-align: center;
}
.linklist-pagination a {
  font-size: 1.3125em;
  line-height: 1.2;
}
.linklist-pagination .active {
  background-color: #000;
  display: inline-block;
  position: relative;
  text-align: center;
  width: 27px;
  height: 26px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  padding: 6px 6px;
}
.lt-ie8 .linklist-pagination .active {
  display: inline;
  margin-top: 0;
  top: -12px;
}
.linklist-pagination .active a {
  color: #fff;
  cursor: default;
}
.slider-caption {
  position: relative;
  left: 0;
  bottom: 0;
  margin-bottom: 0;
  border-bottom: 1px solid #999;
  width: 100%;
}
.slider-caption .big-boi {
  padding-left: .5em;
  padding-right: .5em;
  text-align: left;
  color: #666;
  font-weight: bold;
  background-color: #fff;
  font-size: 1em;
}
.slider-body-nav {
  position: absolute;
  margin: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.slider-body-nav li {
  width: 60px;
}
.slider-body-nav .large li {
  width: 60px;
}
.slider-body-nav .slider-body-nav-left {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  float: none;
}
.lt-ie9 .slider-body-nav-left {
  left: 10px;
}
.slider-body-nav-right {
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  float: none;
}
.slider-body-nav-left,
.slider-body-nav-right {
  position: absolute;
  z-index: 100;
  display: block;
  height: 100%;
  width: 10px;
  top: 0;
}
.hero-nav-wrap .slider-body-nav-left,
.hero-nav-wrap .slider-body-nav-right {
  height: 80%;
}
.slider-body-nav-left {
  left: 0;
}
.slider-body-nav-right {
  right: 40px;
}
.slider-body-nav-left a,
.slider-body-nav-right a {
  position: absolute;
  display: block;
  top: 40%;
  left: 50%;
  z-index: 10000;
}

/* big spread sliders need ui buttons positioned differently :) */
.big-spread .ui-btn {
  top: 30%;
  /*background-color: rgba(26, 133, 187, .7);*/
}

/* <ol> or <ul> stacked content lists, aka SLATS */
.slats {
  margin: 0 0 .75em 0;
  /*padding: 0 0 .75em 0;*/
}
.slats > li {
  list-style: none;
  color: #666;
  margin: 0 0 1em 0;
  padding: 0 0 1em 0;
  border-bottom: 1px solid #999;
}

.slats .no-border {
  border-bottom: none;
}
.slats a:hover p {
  color: #444;
}
.slats a .medium-summary-hed {
  padding: 0;
  margin: 0;
  line-height: 1.1;
}
.slats li .figure {
  float: left;
  margin: 0 1em 0 0;
  max-width: 40%;
}
.slats li .figure-simple {
  float: left;
  margin: 0 1em 0 0;
}
.slats li a p {
  color: #666;
  margin: 0;
  font-size: 1.0625em;
}
.slats li a:hover {
  text-decoration: none;
}
.slats li a:hover .medium-summary-hed,
.slats li a:hover h1,
.slats ul a:hover,
.nav-primary .slats a:hover {
  text-decoration: underline;
}
.slats-hanging-imgs li .figure,
.slats-hanging-imgs li .figure-simple {
  margin-right: .5em;
}
.slats-hanging-imgs li p {
  float: left;
  width: 77%;
  margin-top: 0;
}
.footer-nav {
  float: none;
  width: auto;
  margin: 0;
}
.footer-nav li {
  display: block;
  border-bottom: 2px solid #fff;
}
.footer-nav li a {
  display: block;
  padding: .75em .5em;
  font-size: 1.0625em;
  font-weight: normal;
}
.footer-group-legal .cpb-logo {
  float: left;
  clear: left;
  margin-right: .5em;
}
.footer-group-legal .cpb-copy {
  margin-top: .5em;
  display: inline-block;
}
.footer-group-legal .ford-logo {
    float: left;
    clear: left;
    margin-right: .5em;
}
.footer-group-legal .ford-copy {
    margin-top: .5em;
    display: inline-block;
}


/* Images with inset shadow */
.figure {
  position: relative;
  float: left;
}
.figure img {
  position: relative;
  z-index: 1;
}
.figure:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  z-index: 2;
  -moz-box-shadow:    inset 0 0 20px #444;
  -webkit-box-shadow: inset 0 0 20px #444;
  box-shadow:         inset 0 0 20px #444;
}
.title {
  position: relative;
  background-color: #000;
  padding: .5em 0;
  margin: .5em 0 1em;
  width: 100%;
}
.title .big-boi {
  width: 70%;
  margin: 0 auto;
}
.lt-ie8 .title {
  margin-bottom: 0;
}
.big-boi-wrap {
  display: block;
  width: 100%;
  position: relative;
  zoom: 1;
}

/*
  Global station status
*/
.current-station-bar {
  display: block;
  width: 100%;
  background-color: #000;
  padding: .25em 0;
  margin: 0 auto;
}
.current-station-bar-footer {
  display: block;
  margin: 0 auto;
  padding: 1em 0 0;
  border-top: 2px solid #fff;
  overflow: hidden;
}
.current-station-bar .station-deets {
  display: none;
  font-size: .875em;
  color: #fff;
  line-height: 3;
  padding-left: .5em;
}
.lt-ie9 .current-station-bar .station-deets {
  float: left;
  display: block;
  width: 50%;
}
.current-station-bar .station-deets img {
  float: left;
  margin-left: .5em;
  margin-right: .5em;
}
.current-station-bar .inline-linklist {
  display: none;
  float: right;
  line-height: 2.5;
  padding-right: .5em;
}
.lt-ie8 .current-station-bar .inline-linklist {
  margin-top: .5em;
}
.current-station-bar-footer .station-deets {
  display: block;
  margin: 0 auto;
  text-align: center;
  line-height: 2em;
}
.current-station-bar-footer .station-deets img {
  margin: 0 auto;
  float: none;
}
.current-station-bar-footer .inline-linklist {
  display: block;
  float: left;
  left: 50%;
  clear: both;
  position: relative;
  padding: .5em 0 0 1em;
}
.current-station-bar-footer .inline-linklist li {
  position: relative;
  left: -55%;
}
.current-station-bar .mobile-link {
  display: block;
}
.current-station-bar .mobile-link a {
  color: #fff;
  text-align: center;
  display: block;
}

/*
  Grids (episode index, et al)
*/
.grid .ep-item {
  float: none;
  width: auto;
  margin: .5em 0;
  overflow: hidden;
}
.grid .figure {
  float: left;
  margin-right: 1em;
  max-width: 45%;
}
.grid a {
  display: block;
  max-width: auto;
  margin: 0 auto;
  border: 1px solid #999;
  padding: .75em;
  text-decoration: none;
}
.grid a p {
  color: #666;
}
.grid a:hover p {
  color: #444;
  text-decoration: none;
}
.grid a:hover h3 {
  text-decoration: underline;
}
.grid .ep-group {
  clear: both
}
.episode-grid .wysiwyg-block p {
  font-size: 1.0625em;
}

.slider,
.slider-nav {
  display: none;
}

@media screen and (min-width: 18.75em), print {
  .no-slide {
    display: none;
  }
}

/* royalslider multi-item slides need some special adjustments for portrait vs landscape on small devices */
@media screen and (min-width: 26.5em), print {
  .slim-slider {
    height: 180px !important;
  }
  .slim-slider-thumbs {
    height: 250px !important; /* was 170px WORLD-129 */
  }
  #contain #main .mobile-cut  {
    height: 90px !important;
  }
  #contain #main .slim-slider-thumbs.mobile-cut {
     height: 130px !important;
  }
  .slider-caption .big-boi {
    font-size: 1.3125em;
  }

}

/* 580 */
@media screen and (min-width: 36.25em), print {
  #main {
    display: block;
    width: 93.75%;
    margin: 0 auto 1em;
    background-color: #fff;
  }
  .header {
    margin-top: 3em;
    margin-bottom: 2em;
  }
  [class*='wc-'] {
    width: auto;
  }
  .wc-sub {
    margin-top: 1em;
  }
  .group-wide {
    width: 56.310546875%; /* 7 cols = 597.1/1024 -2% gutter */
  }
  body.utility-page .group-wide { margin-left: 21.84%; } /* WORLD-164 */
  .group-narrow {
    width: 40.650390625%; /* 5 cols = 426.5/1024 -1% gutter */
  }
  .head-group-navigation {
    width: 70.66015625%;
  }
  .head-group-logo {
    width: 27.3203125%;
  }
  .block {
    float: left;
    clear: left;
  }
  .block-right {
    float: right;
    clear: right;
    margin: 0;
  }
  .header .nav-primary,
  .header .nav-supplements {
    display: block;
    float: right;
  }
  .lt-ie9 .header .nav-primary {
    white-space: nowrap;
  }
  .nav-wrap {
    margin-top: 1em;
  }
  .nav-primary-mobile {
    display: none;
  }
  .mobile-more {
    display: none;
  }
  .logo img {
    max-width: 100%;
    margin: 0 auto;
  }
  .wysiwyg-block p {
    font-size: 1.3125em;
    line-height: 1.3125;
  }
  .footer {
    width: 93.75%;
    /*padding: 1% 2.4%;*/
    position: relative;
    z-index: 1;
  }
  .footer-group-navigation {
    margin-top: 1em;
    margin-bottom: 2em;
  }
  .footer-nav {
    float: left;
    width: 31.203125%; /* 170.6/512 */
    margin-left: 2%;
  }
  .footer-nav li {
    border: none;
    margin: 0 0 .5em 0;
    padding: 0;
  }
  .footer-nav li a {
    padding: 0;
  }
  .jump-anchor {
    display: none;
  }
  .linklist-pagination {
    display: block;
  }
  .current-station-bar .station-deets {
    display: inline;
  }
  .current-station-bar .inline-linklist {
    display: block;
  }
  .current-station-bar-footer {
    display: none;
  }
  .breadcrumb {
    display: block;
  }
  .slim-slider {
    height: 160px !important;
  }
  .slim-slider-thumbs {
    height: 275px !important; /* was 205px WORLD-129 */
  }
  .slider-caption {
    border-bottom: none;
  }
  .slider-body-nav-left,
  .slider-body-nav-right {
    width: 40px;
  }
  .current-station-bar .mobile-link {
    display: none;
  }
  .grid .ep-item {
    float: left;
    width: 49.9%;
  }
  .grid a {
    max-width: 87%;
  }
  .slats-hanging-imgs li .figure,
  .slats-hanging-imgs li .figure-simple {
    margin-right: .15em;
  }
  .slats-hanging-imgs li p {
    float: right;
  }
  .linklist-true-inline {
    display: inline;
    margin-top: 0;
  }
  .nav-filters {
    position: relative;
    left: -35%;
  }
  .nav-filters .custom-select-group {
    display: none;
  }
  .nav-filters ul {
    left: 50%;
    display: inline-block;
  }
  .nav-filters li {
    display: inline-block;
    left: 0%;
  }
  .nav-filters .ui-btn {
    font-size: 1.1325em;
  }
  .inline-slide-group {
    width: 50%;
  }
  .slim-slider-thumbs .inline-slide-group {
    width: 80%;
  }
  .big-boi {
    font-size: 2.25em;
    padding: 0;
  }
  .body-nav {
   top: 15%;
  }

}

@media screen and (min-width: 42em) and (max-width: 53.25em), print {
  .slim-slider-thumbs {
      height: 280px !important; /* was 235px WORLD-129 */
    }
  .nav-filters {
    left: -25%;
  }
}

@media screen and (min-width: 36.25em) and (max-width: 53.25em), print {
  .head-group-logo {
    width: auto;
  }
  .head-group-navigation {
    width: auto;
  }
  .header .block,
  .footer .block {
    float: none;
    clear: none;
  }
  .header .block-right,
  .footer .block-right {
    float: none;
    clear: none;
  }
  .nav-wrap {
    width: 100%;
    margin-top: 1em;
    margin-bottom: 0;
  }
  .header .nav {
    position: relative;
    left: -50%;
  }
  .lt-ie8 .header .nav {
    float: right;
    clear: both;
    width: 67%;
  }
  .header .nav ul {
    position: relative;
    left: 50%;
  }
  .header .popout ul {
    left: 0;
  }
  .header .nav .ui-btn-nav {
    font-size: 1.2em;
  }
  .header .inline-linklist a {
    font-size: .875em;
  }
  .header .nav-supplements {
    margin-right: 0;
  }
  .lt-ie8 .header .nav ul {
    white-space: nowrap;
  }
  .logo img {
    margin: 0 auto;
  }
  .footer-group-legal,
  .footer-group-navigation {
    width: auto;
    text-align: center;
  }
  .footer-nav li {
    text-align: left;
    margin-left: 15%;
  }
  .footer-group-legal .cpb-logo {
    float: none;
    clear: none;
    margin: 0 auto;
  }

}

@media screen and (min-width: 44.25em) and (max-width: 53.25em), print {
  .slim-slider-thumbs {
    height: 300px !important; /* was 215px WORLD-129 */
  }
  .slim-slider-thumbs .inline-slide-group a {
    width: 80%;
  }
}

/* 852 */
@media screen and (min-width: 53.25em), print {
  .group-wide {
    width: 65.66015625%; /* 8col 682.6/1024 -2% gutter */
  }
  body.utility-page .group-wide { margin-left: 17.17%; } /* WORLD-164 */
  .group-narrow {
    width: 31.3203125%; /* 4col 341.2/1024 -1% gutter */
  }
  .block-right {
    margin-top: 0;
  }
  .footer-group-legal,
  .footer-group-navigation {
    width: 48%;
    margin-bottom: 0;
  }

  .inline-slide-group .sked-content-slide {
    font-size: 1em;
  }
  .slider-caption {
/*    position: absolute; */ /* WORLD-76 --- trying to make the caption linkable */
/*    margin-bottom: 1em; */
    left: 0;
    bottom: 0;
    width: 100%;
  }
  .slider-caption .big-boi {
    padding: .25em;
    text-align: left;
    color: #fff;
    font-weight: normal;
    background-color: #000;
    font-size: 2.25em;
  }
  .title {
    padding: .5em 0;
  }
  .title .big-boi {
    width: 100%;
  }
  .footer-group-legal,
  .footer-group-navigation {
    margin-top: 1em;
  }
  .slim-slider-thumbs a {
    width: 100%;
  }
  .slim-slider {
    height: 100px !important;
  }
  .slim-slider-thumbs {
    height: 120px !important; /* was 80px WORLD-129 */
  }
  .inline-slide-group {
    left: 50%;
    width: 90%;
  }
  .inline-slide-group > div {
    width: 23.5%;
    left: -48%;
    float: left;
    clear: none;
    text-align: left;
  }
  .inline-slide-group > div:nth-child(3) {
    clear: none;
  }
  .inline-slide-group .figure {
    width: 100%;
  }
  .slim-slider-thumbs .inline-slide-group {
    left: 50%;
  }
  .inline-slide-group .sked-content-slide {
    font-size: .875em;
    border-right: 1px solid #999;
    height: 15em;
  }

}

/* 866 */
@media screen and (min-width: 54.125em), print {

  .head-group-naviation {
    width: 70.66015625%;
  }
  .head-group-logo {
    width: 27.3203125%;
  }
  .header .nav-primary {
    margin-top: 1.25em;
  }
  .big-spread .ui-btn {
    top: 40%;
  }
  .grid .ep-item {
    width: 24.9%;
  }
  .grid .ep-even,
  .grid .ep-odd {
    float: left;
    clear: right;
  }
  .grid .figure {
    max-width: 100%;
    margin-bottom: 1em;
  }
  .grid a {
    max-width: 83%;
  }
  .slats-hanging-imgs li p {
    width: 80%;
  }
  .nav-filters {
    left: -20%;
  }
  .nav-filters ul {
    padding: .5em;
    left: 50%;
    display: inline-block;
    position: relative;
  }
  .inline-slide-group .sked-content-slide {
    font-size: .875em;
  }

}

/* @media screen and (min-width: 51.5em) and (max-width: 59em), print {
  .slim-slider-thumbs {
    height: 300px !important;
  }
} */

/* 1024 */
@media screen and (min-width: 66em), print {
  #main {
    width: auto;
  }
  #contain {
    width: 1024px;
  }
  .footer {
    width: auto;
  }
  .slim-slider-thumbs {
    height: 120px !important; /* was 80px WORLD-129 */
  }
  .body-nav .section-hed {
    display: inline;
  }
  .hero-nav-wrap .slider-body-nav-left,
  .hero-nav-wrap .slider-body-nav-right {
    height: 100%;
  }

}

#set-station-zipcode{
  width: 100%;
  padding: 2px 0;
  margin: 0 0 0.5em;
  border: 0px;
  font-family: '.HelveticaNeueDeskInterface-Regular';
  font-size: 18px;
  font-weight: normal;
  color: initial;
  text-align: center;
}

#set-station-call-letters{
  width: 100%;
  padding: initial;
  margin: 0.5em 0;
  text-align:center;
  font-size: 18px;
}

#set-station-provider{
  width: 100%;
  padding: initial;
  margin: 0.5em 0 1em;
  text-align: center;
  font-size: 18px;
}

.set-station-table{
  width: 100%;
}

.text-align-center{
  text-align:center;
}


/* Needed for WorldChannel styling */
.ui-btn-donate {
  background-color: #1a85bb;
}




.eotp_box{
  width: 100%;
  float:none;
  overflow: hidden;
  text-align: center;
  line-height: 22px;
  margin: 0 0 20px 0;
  padding: 0 0 20px 0;
  border-bottom: 1px solid #999;
}

@media screen and (min-width: 580px), print {
    .eotp_box{
      float:left;
      width:40%;
      margin: 0 20px;
      border-bottom: 0px;
    }
}

.eotp_box span{
  font-size: 20px;
}


.eotp_box img.cpb{
    width: 20%;
    float: left;
    margin-left: 8%;
  }

.eotp_box img.jf-ford{
    width: 65%;
    float: right;
}

.funder-list {
    /* This is in case there are multiple blocks */
    /* float: left; */
    /* margin-right: 20px;  */

}

.funder-list-item {
    display: inline;
    float: left;
    padding-right: 10px;
}

.funder-list-item img{
    max-height: 100px;
    max-width: 150px;
    margin:0 auto;
}






