@charset "UTF-8";
.orange {
  color: #f37021; }

.orange2 {
  color: #f0b51d; }

.silver {
  color: #e7e8e8; }

.purple {
  color: #5e5098; }

.sand {
  color: #fff0a0; }

.teal {
  color: #00abb1; }

.navy {
  color: #002B39; }

.blue {
  color: #2981b1; }

.gray {
  color: #a8aaac; }

.graydark {
  color: #2f2f2f; }

.orange-bg {
  background-color: #f37021; }

.orange2-bg {
  background-color: #f0b51d; }

.silver-bg {
  background-color: #e7e8e8;
  color: #1b1b1b; }

.purple-bg {
  background-color: #5e5098; }

.sand-bg {
  background-color: #fff0a0;
  color: #1b1b1b; }

.teal-bg {
  background-color: #00abb1; }

.navy-bg {
  background-color: #002B39;
  color: #fff; }

.blue-bg {
  background-color: #2981b1; }

.gray-bg {
  background-color: #a8aaac; }

.graydark-bg {
  background-color: #2f2f2f; }

.grabbable {
  cursor: move;
  /* fallback if grab cursor is unsupported */
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab; }

/* (Optional) Apply a "closed-hand" cursor during drag operation. */
.grabbable:active {
  cursor: grabbing;
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing; }

/* ==== BEGIN shared.css ============================================================================================= */
/* ==== BASE ============================================================================================= */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.cf:before, .cf:after {
  content: "";
  display: table; }

.cf:after, .clear {
  clear: both; }

.cf {
  *zoom: 1; }

html, body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0; }

ul {
  list-style: none;
  padding-left: 0;
  margin: 0; }

a {
  text-decoration: none;
  outline: 0;
  color: #5e5098; }

a:hover {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  color: #00abb1; }

input:focus {
  outline: 0; }

img {
  max-width: 100%;
  height: auto;
  border: 0; }

figure {
  margin: 0; }

button {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0; }

.display-none, .no-touch-device, .touch-only, .mobile-only, summary::-webkit-details-marker, .mobile-head-social {
  display: none; }

.mobile-only-inline {
  display: none !important; }

.outline {
  border: 1px solid #aaa; }

.padded {
  padding: 1em; }

.screen-reader-text {
  display: none; }

.example {
  color: #fff; }

blockquote {
  margin: 0;
  border: 0;
  padding: 0 1em;
  font-size: 1.500em;
  line-height: 1.3em;
  font-weight: 400;
  color: #e26f32; }
  blockquote cite {
    color: #e26f32;
    font-size: .8em;
    display: block; }

pullquote cite {
  color: #a8aaac;
  font-size: .8em;
  display: block; }

ol pre code {
  font: inherit; }

pullquote {
  width: 40%;
  color: #f37021;
  margin: 0 -4em 1em 1.5em;
  float: right;
  border-left: 1px solid #f37021;
  padding: 0 0 0 1.5em; }
  pullquote span {
    font-style: normal;
    font-size: 1.750em;
    line-height: 1.2em; }

pullquote.left {
  margin: 0 1.5em 1em -4em;
  float: left;
  border: 0;
  border-right: 1px solid #f37021;
  padding: 0 1.5em 0 0; }

.entry-content li {
  margin-bottom: 1em; }

.uc {
  text-transform: uppercase; }

.wnetvid_player {
  margin-bottom: 1em; }

.shortcode-video {
  margin-bottom: 1.5em; }

.video-wrap {
  position: relative;
  /*padding-bottom: 62.5%; */
  padding-bottom: 56.25%; }
  .video-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden; }

.video-wrap.no-topbar {
  padding-bottom: 56.25%; }

.embed-youtube {
  position: relative;
  padding-bottom: 62.5%;
  /* padding-bottom: 56.25%; */ }
  .embed-youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden; }

.top-bot-1em {
  margin: 1em 0; }

button {
  border: 0;
  padding: 0;
  margin: 0;
  background: transparent;
  cursor: pointer;
  outline: 0;
  font-size: 1em;
  font-family: 'Cabin'; }

h1, h2, h3, h4, h5 {
  margin: 0;
  font-weight: 400;
  font-family: 'Cabin',sans-serif; }

/* ==== END BASE ============================================================================================= */
body {
  background-color: #fff;
  font: 400 100% 'Cabin';
  margin: 0;
  padding: 0;
  color: #242424; }

.wireframe {
  padding: 1em;
  text-align: center; }

.cw, .content-width {
  max-width: 1200px;
  margin: 0 auto; }

.dek, .entry-content, .font-alt {
  font-family: 'Faustina';
  font-size: 1.15em; }

.ad-wrap {
  text-align: center;
  font-size: .8em;
  font-weight: 600;
  color: #f37021; }
  .ad-wrap a {
    color: #f37021 !important; }
  .ad-wrap a:hover {
    color: #000 !important; }
  .ad-wrap p {
    margin: 0;
    text-align: center; }
  .ad-wrap div {
    margin: 0 auto .4em auto; }
  .ad-wrap img {
    margin: 0 auto;
    max-width: 100%;
    height: 100%; }

.site {
  background-color: #fff; }

.site-footer {
  background-color: #2f2f2f;
  color: #fff;
  padding: 1.5em 0 2em 0;
  font: 400 1em 'Cabin'; }
  .site-footer a {
    color: #fff; }
  .site-footer a:hover {
    color: #a8aaac; }
  .site-footer h4 {
    font-weight: 600;
    font-size: 1.125em;
    margin-bottom: .5em; }
  .site-footer .sections {
    margin: 0 -1%; }
    .site-footer .sections section {
      float: left;
      width: 31.3%;
      margin: 0 1%; }
    .site-footer .sections .social {
      font-size: 2em;
      margin-bottom: 1.5em; }
      .site-footer .sections .social a {
        margin-right: .3em; }
    .site-footer .sections .logo {
      margin-bottom: .5em; }
      .site-footer .sections .logo img {
        max-width: 116px; }
    .site-footer .sections ul {
      margin: 0 0 1em .3em !important; }
      .site-footer .sections ul li {
        text-transform: uppercase;
        margin-bottom: .3em;
        font-weight: 400; }

#masthead {
  background-color: #fff;
  color: #000;
  padding: .7em 0;
  border-bottom: 1px solid #a8aaac; }
  #masthead .site-title {
    margin: 0; }
    #masthead .site-title img {
      float: left;
      max-width: 120px; }
  #masthead a {
    color: #000; }
  #masthead button {
    color: #fff;
    padding: .6em;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1em;
    margin: 0; }
  #masthead .menutoggle {
    float: left;
    font-size: 2em;
    line-height: 1em;
    margin-right: 16px;
    color: #242424; }
  #masthead .site-branding {
    float: left; }
  #masthead .head-menu {
    float: left; }
  #masthead .masthead-inner {
    position: relative; }
  #masthead .head-buttons {
    float: right;
    position: absolute;
    bottom: 0;
    right: 0; }
  #masthead .head-passport {
    float: left; }
    #masthead .head-passport button {
      background-color: #fff;
      color: #000;
      border: 1px solid #000; }
    #masthead .head-passport button:hover {
      background-color: #e7e8e8; }
  #masthead .head-donate {
    float: left;
    margin-left: 1em; }
    #masthead .head-donate button {
      background-color: #f37021;
      border: 1px solid #f37021; }
    #masthead .head-donate button:hover {
      background-color: #5e5098;
      border: 1px solid #5e5098; }
  #masthead a.signout {
    border-left: 1px solid #a8aaac;
    margin-left: .3em;
    padding-left: .3em; }

body.home #masthead, body.single-programs #masthead {
  border: 0; }

.search-form {
  text-align: left;
  width: 100%;
  float: left;
  line-height: 1em;
  border: 1px solid #2f2f2f; }
  .search-form input {
    float: left;
    font-size: 1em;
    font-family: 'Cabin'; }
  .search-form button {
    float: left;
    background-color: #f37021;
    color: #fff;
    font-size: 1em; }
  .search-form button:hover {
    background-color: #f0b51d; }
  .search-form input, .search-form button {
    border: 0;
    margin: 0;
    float: left; }

/* --- [sign in header] ------------------------------------------------------------------------------------------------- */
.head-passport .pbs_passport_authenticate {
  /* logged in */ }
  .head-passport .pbs_passport_authenticate button.launch {
    background: url("../images/passport_compass_black.svg") right 0.5em center no-repeat;
    background-size: 11%;
    padding-right: 2.2em !important; }
  .head-passport .pbs_passport_authenticate .messages {
    float: left;
    line-height: 1.2em;
    font-weight: 400;
    color: #2f2f2f;
    padding-top: .6em; }
    .head-passport .pbs_passport_authenticate .messages img {
      display: none; }
    .head-passport .pbs_passport_authenticate .messages a {
      color: #5D5098 !important;
      cursor: pointer; }
    .head-passport .pbs_passport_authenticate .messages a:hover {
      color: #000 !important; }
    .head-passport .pbs_passport_authenticate .messages a.passport-link-icon {
      background: url("../images/passport_compass_gray.svg") left center no-repeat;
      background-size: contain;
      padding-left: 1.4em; }
    .head-passport .pbs_passport_authenticate .messages a.passport-alert-icon {
      background: url("../images/passport-alert-icon.png") left center no-repeat;
      background-size: contain;
      padding-left: 1.4em; }

/* --- [end sign in header] ------------------------------------------------------------------------------------------------- */
.home-passport {
  padding: 2em 0 1.5em 0;
  text-align: center; }
  .home-passport button {
    background-color: #2981b1;
    color: #fff;
    padding: .5em;
    font-weight: 600; }
  .home-passport button:hover {
    background-color: #f37021; }
  .home-passport figure {
    float: left;
    width: 40%;
    margin-right: 2%; }
  .home-passport .eyebrow {
    font-size: 2em;
    font-weight: 600;
    color: #2981b1;
    margin-bottom: 6px; }
  .home-passport .popular-shows.passport-current-selections {
    background-color: transparent; }
    .home-passport .popular-shows.passport-current-selections h3 {
      display: none; }
    .home-passport .popular-shows.passport-current-selections .view-all {
      display: none; }
  .home-passport p.callout {
    font-size: 1.125em; }
    .home-passport p.callout a {
      color: #2981b1; }
    .home-passport p.callout a:hover {
      color: #00abb1; }

/* [homepage schedule bar] -------------------------------------------------------------------------- */
.schedule-bar {
  font-size: 1.125em;
  position: relative;
  background-color: #757575;
  color: #fff; }
  .schedule-bar a {
    color: #fff; }
  .schedule-bar ::-webkit-scrollbar {
    display: none; }
  .schedule-bar ::selection {
    background: transparent; }
  .schedule-bar ::-moz-selection {
    background: transparent; }
  .schedule-bar .side {
    position: absolute;
    top: 0;
    z-index: 10;
    font-weight: 600;
    padding: .6em; }
  .schedule-bar .tonight-label {
    background-color: #5e5098;
    position: absolute;
    left: 0; }
  .schedule-bar .tonight-label:after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(243, 112, 33, 0);
    border-left-color: #5e5098;
    border-width: 22px;
    margin-top: -22px;
    z-index: 10;
    margin-left: -1px; }
  .schedule-bar .schedule {
    right: 0;
    background: url(../images/schedule-fade.png) top left repeat-y;
    padding-left: 25px; }
  .schedule-bar .shows {
    width: 100%;
    z-index: 8;
    padding: .6em; }
  .schedule-bar .show-times span {
    margin-right: 1em; }
  .schedule-bar .show-times strong {
    font-weight: 600; }

/* [END homepage schedule bar] -------------------------------------------------------------------------- */
/* ==== WORDPRESS INLINE POST BODY IMAGE ALIGNMENT  ===================== */
img.alignleft, img.alignright, img.aligncenter {
  margin-bottom: 1.625em; }

p img {
  margin-top: 0.4em; }

.wp-caption {
  margin: 30px 0;
  max-width: 100%;
  line-height: 1.3em;
  font: 500 16px 'Cabin';
  color: #a8aaac; }
  @media (max-width: 768px) {
    .wp-caption {
      margin-top: 20px;
      margin-bottom: 20px; } }
  .wp-caption img {
    margin: 0 0 7px 0; }
  .wp-caption .wp-caption-text {
    color: #525252;
    margin: 0;
    padding: 0;
    max-width: 96%; }

.gallery-caption {
  line-height: 20px;
  font-style: italic; }

.alignleft {
  display: inline;
  margin: 0 1em 1em 0;
  float: left; }

.alignright {
  display: inline;
  margin: 0 0 1em 1em;
  float: right; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

/* ==== END WORDPRESS INLINE POST BODY IMAGE ALIGNMENT =========================== */
h3.section-head {
  margin: 0 0 .4em 0;
  font-size: 1.125em;
  font-weight: 600;
  text-transform: uppercase; }

.posters {
  margin: 0 -1%; }
  .posters img {
    display: block; }
  .posters li {
    float: left;
    width: 18%;
    margin: 0 1% 2% 1%;
    list-style-type: none;
    position: relative;
    text-transform: uppercase;
    border: 1px solid #ccc; }
  .posters li:hover img {
    opacity: 0.8;
    filter: alpha(opacity=80); }
  .posters .overlay-title {
    color: #fff;
    padding: 0 10px;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    width: 100%; }

.entry-content .posters {
  margin: 0 -1% !important; }

.ajax-load {
  text-align: center;
  border-top: 1px solid #f37021; }
  .ajax-load button {
    background-color: #f37021;
    border: 1px solid #f37021;
    border-top: 0;
    color: #fff;
    padding: .7em;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1em;
    margin: 0; }
  .ajax-load button:hover {
    background-color: #fff;
    color: #f37021; }

/* all programs page */
.all-programs-sort {
  background-color: #5e5098;
  color: #fff;
  padding: 1em 0; }
  .all-programs-sort a {
    color: #fff; }
  .all-programs-sort a:hover, .all-programs-sort a.active {
    color: #00abb1; }
  .all-programs-sort .inactive {
    color: #a8aaac; }
  .all-programs-sort .form {
    float: left;
    width: 28%;
    margin-right: 2%; }
    .all-programs-sort .form input {
      font-size: 1.3em;
      padding: .3em;
      width: 100%;
      border: 1px solid #c7c7c7; }
  .all-programs-sort .alpha-sort {
    float: left;
    width: 70%; }
    .all-programs-sort .alpha-sort a, .all-programs-sort .alpha-sort span {
      padding: .2em;
      font-size: 1.6em;
      font-weight: 600;
      display: inline-block; }

.all-programs-posters {
  margin: 2em 0 1em 0; }

/* end all programs page */
.watch-now {
  /*margin-top: 2em;*/ }
  .watch-now h3 {
    font-size: 1.7em;
    font-weight: 400;
    margin: 0px 0px 15px 7px;
    color: #5e5098;
    text-transform: uppercase;
    float: left; }
  .watch-now .view-all {
    float: right;
    margin: 0px 0px 0px 0px; }

.recent-videos {
  margin-top: 1.5em; }
  .recent-videos h3 {
    margin-bottom: .5em; }

.video-coming-soon {
  background-color: #e7e8e8;
  padding: 1.5em 0; }

.education-header {
  margin: 1.5em 0; }
  .education-header .edu-title {
    display: inline-block;
    margin-right: 1em;
    float: left; }
    .education-header .edu-title .page-title {
      margin: 0;
      padding: 0;
      line-height: 1em; }
    .education-header .edu-title a {
      color: #000; }
  .education-header nav {
    display: inline-block;
    font-weight: 600;
    font-size: 1.125em;
    float: left;
    line-height: 1.8em; }
    .education-header nav li {
      display: inline-block;
      margin-right: 1em;
      text-transform: uppercase;
      position: relative; }
    .education-header nav li:hover {
      -webkit-transition: all 0.5s linear;
      transition: all 0.5s linear; }
    .education-header nav li:last-of-type {
      margin: 0; }
    .education-header nav a {
      padding: 0;
      display: block;
      color: #000; }
    .education-header nav a:hover {
      color: #00abb1; }
    .education-header nav li.current-menu-item a {
      color: #5e5098; }
    .education-header nav .sub-menu {
      display: none; }

.education-newsletter,
.newsletter-signup-container {
  background-color: #5e5098;
  color: #fff;
  padding: 2em 0; }
  .education-newsletter ul,
  .newsletter-signup-container ul {
    margin: 0 -1%; }
    .education-newsletter ul li,
    .newsletter-signup-container ul li {
      float: left;
      width: 48%;
      margin: 0 1%; }
  .education-newsletter form label,
  .newsletter-signup-container form label {
    font-size: 1.250em; }
  .education-newsletter form .email, .education-newsletter form button,
  .newsletter-signup-container form .email,
  .newsletter-signup-container form button {
    padding: .5em;
    margin: 0;
    font-size: 1.250em;
    color: #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    line-height: 1em;
    float: left; }
  .education-newsletter form .email,
  .newsletter-signup-container form .email {
    background-color: #5e5098;
    border: 1px solid #fff;
    border-right: 0;
    width: 70%; }
  .education-newsletter form button,
  .newsletter-signup-container form button {
    background-color: #f37021;
    border: 1px solid #f37021;
    color: #fff;
    width: 30%; }
  .education-newsletter form button:hover,
  .newsletter-signup-container form button:hover {
    background-color: #f0b51d;
    border: 1px solid #f0b51d; }
  .education-newsletter .button-link,
  .newsletter-signup-container .button-link {
    display: block;
    width: 100%; }
    .education-newsletter .button-link button,
    .newsletter-signup-container .button-link button {
      background-color: #f37021;
      border: 1px solid #f37021;
      color: #fff;
      padding: .5em;
      margin: 0;
      font-size: 1.250em;
      color: #fff;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0;
      line-height: 1em;
      width: 100%; }
    .education-newsletter .button-link button:hover,
    .newsletter-signup-container .button-link button:hover {
      background-color: #f0b51d;
      border: 1px solid #f0b51d; }

.post-share {
  margin: 1.5em 0;
  text-align: center;
  color: #5e5098; }
  .post-share li {
    margin: 0 .3em; }
  .post-share a {
    color: #5e5098; }
  .post-share a:hover {
    color: #00abb1; }
  .post-share h3 {
    font-size: 1.563em;
    font-weight: 500; }
  .post-share .addthis_toolbox {
    font-size: 2.5em; }
  .post-share .inner {
    border-top: 1px solid #a8aaac;
    padding-top: 1.5em; }

/* post navigation ------------------------------------------------------------------------------ */
.post-navigation {
  padding: 2em 0;
  background-color: #e7e8e8;
  color: #242424; }
  .post-navigation ul {
    margin: 0 -3%; }
  .post-navigation li {
    float: left;
    width: 93%;
    margin: 0 3%; }
  .post-navigation li.next {
    text-align: right;
    float: right; }
  .post-navigation .label {
    border-bottom: 1px solid #2f2f2f;
    font-size: 1.250em;
    font-weight: 600;
    padding-bottom: .5em;
    margin-bottom: .5em; }
    .post-navigation .label a {
      color: #5e5098; }
    .post-navigation .label a:hover {
      color: #00abb1; }
  .post-navigation .title {
    font-size: 1.5em;
    font-weight: 400;
    color: #242424;
    line-height: 1em; }
  .post-navigation .meta {
    font-size: 0.875em;
    margin: .3em 0;
    color: #5e5098;
    font-weight: 700; }
  .post-navigation .dek p {
    font-size: 0.875em;
    margin: 0; }

.post-navigation.has-both li {
  width: 44%;
  margin: 0 3%; }
.post-navigation.has-both .single-article-width {
  background: url(../images/post-nav-bg.jpg) top center repeat-y; }

/* end post navigation ------------------------------------------------------------------------------ */
/* ==== PAGING ============================================================= */
.paging-navigation {
  margin-bottom: 1.5em;
  text-align: center;
  font-size: 1.125em; }
  .paging-navigation .page-numbers {
    background-color: #e7e8e8;
    border: 0;
    padding: .3em .5em;
    display: inline-block;
    color: #000;
    margin: 0 .1em; }
  .paging-navigation .page-numbers.current {
    background-color: #f37021;
    color: #fff; }
  .paging-navigation .page-numbers.dots {
    background-color: #fff;
    border: 0; }
  .paging-navigation .page-numbers:hover {
    background-color: #2f2f2f;
    color: #fff; }

/* ==== END PAGING ============================================================= */
.single-article-width {
  max-width: 50%;
  margin: 0 auto; }

body.single-format-aside .single-article-width {
  max-width: 1200px;
  margin: 0 auto; }

.single-article header {
  margin-bottom: 1.5em; }
  .single-article header h1 {
    font-size: 3.125em; }
  .single-article header .teaser {
    color: #2f2f2f;
    font-size: 1.125em;
    margin-top: .5em; }
.single-article .entry-meta {
  background-color: #e7e8e8;
  padding: 1em 0;
  margin: 1.5em 0;
  color: #5e5098;
  font-weight: 700; }
  .single-article .entry-meta .meta {
    font-size: 1.125em;
    line-height: 1.5em;
    display: inline-block; }
  .single-article .entry-meta .social {
    float: right;
    text-align: right;
    font-size: 1.5em;
    line-height: 1em; }
    .single-article .entry-meta .social li {
      margin-left: .7em; }
.single-article .entry-content {
  font-size: 1.25em;
  line-height: 1.75em; }
  .single-article .entry-content ul {
    list-style-type: disc;
    margin: 0 0 0 2em; }
  .single-article .entry-content a {
    color: #5D5098;
    font-weight: bold; }
  .single-article .entry-content a:hover {
    color: #00abb1; }

.single-article.post {
  margin-top: 1.5em; }

/* --- [404 page] -------------------------------------------------------------------------- */
.single-article.error {
  margin: 2.5em 0; }
  .single-article.error ul a {
    color: #f37021; }
  .single-article.error ul a:hover {
    color: #f0b51d; }
  .single-article.error ul ul {
    display: none; }

.error404 .not-found {
  max-width: 800px; }
  .error404 .not-found p {
    margin-bottom: 30px; }
  .error404 .not-found img {
    min-width: 400px; }
  .error404 .not-found .search-form {
    width: 75%;
    max-width: 500px; }
  .error404 .not-found .search-submit {
    width: 25%;
    padding: .4em;
    float: right; }
  .error404 .not-found .search-field {
    padding: .4em; }
  @media (max-width: 768px) {
    .error404 .not-found p {
      margin: 30px; }
    .error404 .not-found img {
      width: 100%; }
    .error404 .not-found .search-name {
      display: none; }
    .error404 .not-found .search-form {
      width: 90%;
      margin: 5%; } }

/* --- [END 404 page] -------------------------------------------------------------------------- */
.social-color .facebook a {
  color: #4c547a; }
.social-color .twitter a {
  color: #6f8eca; }
.social-color .email a {
  color: #748a8d; }
.social-color .print a {
  color: #666666; }
.social-color a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80); }

.single-page {
  margin: 2em 0; }
  .single-page figure.banner {
    margin-bottom: 2em; }
  .single-page header {
    margin-bottom: 1em; }
  .single-page h1 {
    color: #000;
    font-weight: 400;
    text-transform: uppercase; }
  .single-page article {
    float: left;
    width: 68%;
    margin-right: 4%;
    border-top: 1px solid #fff; }
  .single-page .sidebar {
    float: left;
    width: 28%;
    border-top: 1px solid #fff; }
  .single-page .entry-content {
    font-size: 1.25em;
    line-height: 1.75em; }
    .single-page .entry-content h2 {
      margin-bottom: .3em;
      font-size: 1.8em; }
      @media screen and (max-width: 768px) {
        .single-page .entry-content h2 {
          font-size: 1.5em;
          line-height: 1.1em; } }
    .single-page .entry-content h3 {
      margin-bottom: .3em;
      font-size: 1.5em; }
    .single-page .entry-content p {
      margin: 0 0 1em 0; }
    .single-page .entry-content a {
      color: #5D5098;
      font-weight: bold; }
    .single-page .entry-content a:hover {
      color: #00abb1; }
    .single-page .entry-content ul {
      list-style-type: disc;
      margin: 0 0 0 2em; }

.single-page.pressroom {
  margin-top: 0; }
  .single-page.pressroom article {
    padding: 0; }

.sidebar h4 {
  color: #1b1b1b;
  font-size: 1.375em;
  font-weight: 700;
  border-bottom: 1px solid #f37021;
  padding-bottom: .7em;
  margin-bottom: .7em; }
  .sidebar h4 a {
    color: #1b1b1b; }
.sidebar h5 {
  color: #1b1b1b;
  font-size: 1.2em;
  font-weight: 700; }
.sidebar a {
  color: #5e5098; }
.sidebar a:hover {
  color: #000; }
.sidebar section {
  margin-bottom: 2em; }
.sidebar .social {
  font-size: 2em; }
  .sidebar .social a {
    margin-right: .3em;
    color: #1b1b1b; }
  .sidebar .social a:hover {
    color: #00abb1; }

.side-menu {
  font-weight: 600; }
  .side-menu a {
    color: #1b1b1b;
    font-size: 1.375em; }
  .side-menu a:hover, .side-menu li.current_page_item a {
    color: #f37021; }
  .side-menu li {
    margin-bottom: 1em; }
  .side-menu li:last-of-type {
    margin: 0; }
  .side-menu .children, .side-menu .sub-menu {
    margin: .5em 0 0 1em; }
    .side-menu .children a, .side-menu .sub-menu a {
      color: #515151;
      font-size: 1em; }
    .side-menu .children a:hover, .side-menu .sub-menu a:hover {
      color: #f37021; }
    .side-menu .children li, .side-menu .sub-menu li {
      text-transform: uppercase; }
  .side-menu li.current_page_item .children a, .side-menu li.current_page_item .sub-menu a {
    color: #515151; }
  .side-menu li.current_page_item .children a:hover, .side-menu li.current_page_item .sub-menu a:hover {
    color: #f37021; }

.page-details {
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: 1px solid #cacaca;
  display: block; }
  .page-details summary {
    font: 700 1.375em 'cabin';
    color: #1b1b1b;
    cursor: pointer;
    outline: 0; }
  .page-details summary:hover {
    color: #f37021; }
  .page-details summary:after {
    font-family: FontAwesome;
    content: " \f078";
    float: right; }
  .page-details summary span {
    display: block;
    max-width: 90%;
    float: left; }
  .page-details .txt {
    margin: 1em 0; }

.page-details[open] summary:after {
  font-family: FontAwesome;
  content: " \f077";
  float: right; }

.post-list {
  margin-bottom: 1.5em; }
  .post-list li {
    margin-bottom: 1.5em;
    padding-bottom: 1.5em;
    border-bottom: 1px solid #a8aaac; }
  .post-list li:last-of-type {
    border: 0;
    padding: 0;
    margin: 0; }
  .post-list li:hover img {
    opacity: 0.7;
    filter: alpha(opacity=70); }
  .post-list figure {
    float: left;
    width: 30%;
    margin-right: 2%; }
  .post-list img {
    display: block; }
  .post-list section {
    float: left;
    width: 68%; }
  .post-list a {
    color: #2a2a2a; }
  .post-list a:hover {
    color: #2f2f2f; }
  .post-list .title {
    font-weight: 600;
    font-size: 1.5em; }
  .post-list .dek {
    font-size: 1.1em;
    line-height: 1.5em;
    margin: .3em 0; }
  .post-list .meta {
    text-transform: uppercase;
    font-weight: 500;
    color: #2f2f2f; }
  .post-list .read-more {
    background-color: #5e5098;
    color: #fff;
    padding: .5em;
    display: inline-block; }
  .post-list .read-more:hover {
    background-color: #2f2f2f;
    color: #fff; }

.pressroom-list {
  margin-bottom: 1.5em; }
  .pressroom-list li {
    margin-bottom: 1.5em;
    padding-bottom: 1.5em;
    border-bottom: 1px solid #a8aaac; }
  .pressroom-list li:last-of-type {
    border: 0;
    padding: 0;
    margin: 0; }
  .pressroom-list a {
    color: #2a2a2a; }
  .pressroom-list a:hover {
    color: #2f2f2f; }
  .pressroom-list .title {
    font-weight: 600;
    font-size: 1.5em; }
  .pressroom-list .dek {
    line-height: 1.5em;
    margin: .3em 0; }
  .pressroom-list .meta {
    text-transform: uppercase;
    font-weight: 500;
    color: #2f2f2f; }
  .pressroom-list .read-more {
    background-color: #5e5098;
    color: #fff;
    padding: .5em;
    display: inline-block; }
  .pressroom-list .read-more:hover {
    background-color: #2f2f2f;
    color: #fff; }

/* passport into page */
.pp-get-started {
  background-color: #5e5098;
  padding: 2em 0;
  text-align: center;
  color: #fff; }
  .pp-get-started h3 {
    font-weight: 400;
    font-size: 3.125em;
    margin: 0;
    line-height: 1.5em; }
  .pp-get-started h4 {
    margin: 0;
    font-weight: 400;
    font-size: 1.5em;
    line-height: 1.5em; }
  .pp-get-started a {
    color: #fff; }
  .pp-get-started .button {
    font-size: 1.1em;
    margin-top: .8em; }
    .pp-get-started .button button {
      border: 1px solid #fff;
      padding: .6em 1em;
      color: #fff;
      font-weight: 600; }
    .pp-get-started .button button:hover {
      background-color: #00abb1; }
  .pp-get-started .note {
    color: #a8aaac;
    font-size: 0.938em; }

.pp-identity {
  background-color: #e2e2e2;
  padding: 2em 0; }
  .pp-identity .pri {
    float: left;
    width: 50%;
    margin-right: 2%; }
  .pp-identity .sec {
    float: left;
    width: 48%;
    text-align: center; }
  .pp-identity h3 {
    font-size: 1.375em; }
  .pp-identity p {
    font-size: 1.125em; }

.pp-introduction {
  padding: 2em 0; }
  .pp-introduction img {
    display: block; }
  .pp-introduction .intro {
    margin-bottom: 1.5em; }
    .pp-introduction .intro p {
      font-size: 1.250em;
      font-weight: 400;
      line-height: 1.75em; }
    .pp-introduction .intro h3 {
      font-size: 1.875em;
      margin-bottom: .3em; }
    .pp-introduction .intro .pri img {
      margin: 0 auto; }
  .pp-introduction .login .button {
    font-size: 1.1em;
    margin-bottom: .5em; }
    .pp-introduction .login .button button {
      background-color: #00abb1;
      border: 1px solid #fff;
      padding: .6em 1em;
      color: #fff;
      font-weight: 600; }
    .pp-introduction .login .button button:hover {
      background-color: #5e5098; }
  .pp-introduction .login a {
    color: #f37021; }
  .pp-introduction .login a:hover {
    color: #f0b51d; }
  .pp-introduction .login h5 {
    font-size: 1.375em;
    margin-bottom: .3em; }
  .pp-introduction .login p {
    font-size: 0.938em;
    margin: 0; }
  .pp-introduction .login .sec {
    border-left: 1px solid #8d8d8d;
    padding-left: 1.5em; }
  .pp-introduction .pri {
    float: left;
    width: 55%;
    margin-right: 2%;
    text-align: center; }
  .pp-introduction .sec {
    float: left;
    width: 43%; }

.pp-featured h3 {
  text-align: center;
  font-size: 1.875em;
  font-weight: 400; }

/* END passport into page */
/* donate page */
.donate-page {
  margin: 2em 0 0 0; }
  .donate-page .donate-step2 {
    display: block; }
  .donate-page .entry-header {
    text-align: center;
    margin-bottom: 1.5em; }
    .donate-page .entry-header h1 {
      color: #5e5098;
      text-transform: uppercase;
      font-size: 1.500em;
      font-weight: 700; }
    .donate-page .entry-header .dek {
      font-size: 1.125em;
      margin-bottom: 1em; }
    .donate-page .entry-header .membership-options {
      margin: 0 -1% 1em -1%; }
    .donate-page .entry-header .donate-arrow {
      color: #f37021; }
  .donate-page .featured-gifts {
    background-color: #e7e8e8;
    text-align: center;
    padding: 1.5em 0 2em 0;
    margin-bottom: 0; }
    .donate-page .featured-gifts h4 {
      font-size: 1.125em;
      font-weight: 600;
      margin-bottom: .6em;
      color: #2f2f2f; }
    .donate-page .featured-gifts ul {
      margin: 0 -1%; }
      .donate-page .featured-gifts ul li {
        float: left;
        width: 23%;
        margin: 0 1%;
        font-weight: 700; }
      .donate-page .featured-gifts ul .title {
        color: #2a2a2a; }
      .donate-page .featured-gifts ul .cost {
        color: #f37021; }
    .donate-page .featured-gifts ul.one-time {
      display: none; }
      .donate-page .featured-gifts ul.one-time .cost {
        color: #5e5098; }
  .donate-page .gift-no-gift {
    margin-bottom: 1.5em;
    padding-bottom: 1.5em;
    font-weight: 600;
    /*
    .no-gift {
    	float: right; width: 45%;
    	p {margin: 0 0 1em 0;}
    	button {background-color: $teal; font-weight: 600; color: #fff; padding: .8em; width: 100%; text-align: center;}
    	button.one-time {background-color: $teal;}
    	button:hover {opacity:0.9; filter:alpha(opacity=90);}
    }
    */ }
    .donate-page .gift-no-gift .gift {
      float: left;
      width: 100%; }
      .donate-page .gift-no-gift .gift ul {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap; }
      .donate-page .gift-no-gift .gift li {
        margin: 0.5%;
        width: 24%; }
        @media screen and (max-width: 768px) {
          .donate-page .gift-no-gift .gift li {
            font-size: 15px;
            margin: 0.5%;
            width: 32%; } }
        .donate-page .gift-no-gift .gift li a {
          display: block;
          overflow: auto;
          position: relative; }
          .donate-page .gift-no-gift .gift li a .item-title {
            color: #fff;
            font-weight: normal;
            padding: 0 15px;
            position: absolute;
            text-align: center;
            text-transform: uppercase;
            top: 50%;
            transform: translateY(-50%);
            width: 100%; }
      .donate-page .gift-no-gift .gift select {
        width: 100%;
        padding: .7em .5em;
        font-size: 1.125em;
        color: #2f2f2f; }
      .donate-page .gift-no-gift .gift select.one-time {
        display: none; }
      .donate-page .gift-no-gift .gift .live-filter-box {
        padding: 5px;
        margin: 0 0 15px 0;
        width: 100%; }
      .donate-page .gift-no-gift .gift .gift-container {
        margin: 0 auto; }
        @media screen and (max-width: 768px) {
          .donate-page .gift-no-gift .gift .gift-container {
            width: 100%; } }
    .donate-page .gift-no-gift h3 {
      color: #2f2f2f;
      font-size: 1.250em;
      font-weight: 600;
      margin-bottom: .8em; }

.membership-option {
  width: 48%;
  margin: 0 1%;
  float: left;
  color: #fff;
  padding: 1em; }
  .membership-option h2 {
    font-size: 2em;
    margin-bottom: .5em; }
  .membership-option h3 {
    font-size: 1.5em; }
  .membership-option .passport-logo {
    margin-top: .5em; }

.membership-option.sustainer {
  background-color: #f37021; }

.membership-option.one-time {
  background-color: #5e5098; }

.membership-option.inactive {
  opacity: 0.5;
  filter: alpha(opacity=50); }

.membership-option:hover, .membership-option.inactive:hover {
  opacity: 0.9;
  filter: alpha(opacity=90); }

.donate-or {
  margin-bottom: 1em;
  font-weight: 700; }

/* end donate page */
.cat-header {
  margin: 1.5em 0; }
  .cat-header h1 {
    text-transform: uppercase; }
  .cat-header .title a {
    color: #000; }

.kids-player-bg {
  background-color: #00edff; }

.mcz-title {
  display: inline-block;
  width: 100%; }
  .mcz-title .section-head {
    float: left;
    margin: 0px 0px 10px 0px; }
    .mcz-title .section-head a {
      color: #242424; }
  .mcz-title .view-all {
    float: right;
    margin: 0px 0px 0px 0px; }

#snapwrap.snap-content .site .site-content table.full table.fullCenter td.adbanner .ads img.full {
  padding: 5px;
  max-width: none; }

@media screen and (max-width: 1024px) {
  .admin-bar.logged-in .smartbanner {
    top: 45px; }

  .admin-bar.logged-in:not(.page-template-page-kids) .site {
    padding-top: 46px; }

  .admin-bar.logged-in .mobile-nav .snap-drawer.snap-drawer-left {
    padding-top: 46px; } }
.orange {
  color: #f37021; }

.orange2 {
  color: #f0b51d; }

.silver {
  color: #e7e8e8; }

.purple {
  color: #5e5098; }

.sand {
  color: #fff0a0; }

.teal {
  color: #00abb1; }

.navy {
  color: #002B39; }

.blue {
  color: #2981b1; }

.gray {
  color: #a8aaac; }

.graydark {
  color: #2f2f2f; }

.orange-bg {
  background-color: #f37021; }

.orange2-bg {
  background-color: #f0b51d; }

.silver-bg {
  background-color: #e7e8e8;
  color: #1b1b1b; }

.purple-bg {
  background-color: #5e5098; }

.sand-bg {
  background-color: #fff0a0;
  color: #1b1b1b; }

.teal-bg {
  background-color: #00abb1; }

.navy-bg {
  background-color: #002B39;
  color: #fff; }

.blue-bg {
  background-color: #2981b1; }

.gray-bg {
  background-color: #a8aaac; }

.graydark-bg {
  background-color: #2f2f2f; }

.grabbable {
  cursor: move;
  /* fallback if grab cursor is unsupported */
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab; }

/* (Optional) Apply a "closed-hand" cursor during drag operation. */
.grabbable:active {
  cursor: grabbing;
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing; }

/* ==== BEGIN snap.css ============================================================================================= */
.snap-drawer-left, .snap-drawer-right {
  display: none; }

.snap-content, .snap-drawer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.snap-content {
  z-index: 2; }

/* only add this when menu open as "webkit-overflow-scrolling" breaks scroll to top. */
body.snapjs-left .snap-drawer {
  overflow: auto;
  -webkit-overflow-scrolling: touch; }
body.snapjs-left .snap-drawer-left {
  display: block;
  left: 0;
  top: 0;
  border-right: 1px solid #a8aaac; }

body.snapjs-right .snap-drawer {
  overflow: auto;
  -webkit-overflow-scrolling: touch; }
body.snapjs-right .snap-drawer-right {
  display: block;
  right: 0;
  top: 0;
  left: auto; }

.snap-drawer {
  background: #fff;
  font-size: 1.2em;
  text-transform: uppercase;
  height: auto;
  overflow: auto;
  width: 266px;
  z-index: 1; }
  .snap-drawer ul {
    padding: 0; }
  .snap-drawer li {
    border-bottom: 1px solid #a8aaac; }
  .snap-drawer li a {
    display: block;
    padding: .8em;
    font-weight: 600;
    text-decoration: none;
    color: #242424; }
  .snap-drawer .sub-menu {
    display: none;
    font-size: .8em;
    clear: left;
    border-top: 1px solid #a8aaac; }
    .snap-drawer .sub-menu li {
      border-bottom: 1px solid #a8aaac; }
    .snap-drawer .sub-menu li:last-of-type {
      border-bottom: 0; }
    .snap-drawer .sub-menu li a {
      display: block;
      padding: .8em .9em;
      text-decoration: none;
      color: #242424;
      background-color: #e7e8e8; }
  .snap-drawer a.parent-nav {
    width: 75%;
    float: left; }
  .snap-drawer a.sub-menu-toggle {
    float: right;
    width: 20%;
    border-left: 1px solid #a8aaac;
    padding: .8em 0;
    display: block;
    color: #f37021;
    cursor: pointer;
    text-align: center; }
  .snap-drawer .current-menu-item .sub-menu {
    display: block; }
  .snap-drawer .current-menu-parent .sub-menu {
    display: block; }
  .snap-drawer .search-form {
    margin-bottom: .5em;
    border-bottom: 1px solid #a8aaac;
    border-top: 1px solid #a8aaac;
    border-left: 0;
    border-right: 0; }
    .snap-drawer .search-form input {
      width: 213px; }
    .snap-drawer .search-form button {
      width: 52px; }
      .snap-drawer .search-form button span {
        display: none; }
    .snap-drawer .search-form input, .snap-drawer .search-form button {
      padding: .8em;
      margin: 0;
      border-radius: 0;
      -webkit-appearance: none;
      border: 0; }

/* ==== END snap.css ============================================================================================= */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.slick-dots {
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
  color: #fff; }

.slick-dots li {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer; }

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent; }

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none; }

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1; }

.slick-dots li button:before {
  font-size: 10px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  font-family: FontAwesome;
  content: " \f111";
  text-align: center;
  opacity: .25;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: #fff; }

.slider {
  margin: 1.5em 0 2em 0;
  padding: 0 1.5em;
  position: relative; }
  .slider h3 {
    padding-left: .6em; }
  .slider ul {
    margin: 0;
    padding: 0;
    list-style-type: none; }
  .slider .video-thumb {
    margin: 0 .6em; }
  .slider .slick button {
    color: #f37021;
    position: absolute;
    top: 30%;
    font-size: 2.5em; }
  .slider .slick button:hover {
    color: #f0b51d; }
  .slider .slick .arrow-left {
    left: -.5em; }
  .slider .slick .arrow-right {
    right: -.5em; }

/* homepage carousel ------------------------------------------------------------------------------- */
.home-carousel-wrap {
  position: relative; }
  .home-carousel-wrap .arrow {
    color: #fff;
    font-size: 3em;
    text-shadow: 2px 1px 7px rgba(0, 0, 0, 0.42);
    z-index: 999;
    position: absolute;
    top: 40%; }
  .home-carousel-wrap .arrow:hover {
    color: #ccc; }
  .home-carousel-wrap .arrow.left {
    left: 0;
    padding: 0 .5em; }
  .home-carousel-wrap .arrow.right {
    padding: 0 .5em;
    right: 32%; }

.home-carousel:not(.watch-now-slider) article figure {
  float: left;
  width: 68%;
  position: relative;
  max-height: 459px; }

.home-carousel {
  background-color: #e7e8e8; }
  .home-carousel article a {
    color: #1b1b1b; }
  .home-carousel article figure {
    float: left;
    width: 68%;
    position: relative; }
    .home-carousel article figure img {
      float: left;
      width: 100%;
      height: auto; }
    .home-carousel article figure .airdate {
      background-color: #5e5098;
      color: #fff;
      position: absolute;
      bottom: 20%;
      right: 0;
      padding: .4em .6em;
      font-weight: 500;
      text-transform: uppercase;
      font-size: 1.250em; }
  .home-carousel article section {
    float: left;
    width: 32%;
    padding: 2em; }
    .home-carousel article section .eyebrow {
      color: #5e5098;
      font-weight: 500;
      text-transform: uppercase;
      margin-bottom: .3em; }
    .home-carousel article section .title {
      font-size: 2.500em;
      line-height: 1em; }
    .home-carousel article section .dek {
      font-size: 1.15em;
      margin: .3em 0 .5em 0; }
    .home-carousel article section button {
      background-color: #5e5098;
      padding: .5em;
      color: #fff;
      font-weight: 600;
      text-transform: uppercase; }
    .home-carousel article section button:hover {
      background-color: #2f2f2f; }

/* END homepage carousel ------------------------------------------------------------------------------- */
/* homepage.watch-now-slider carousel ------------------------------------------------------------------------------- */
.home-carousel-wrap.watch-now-slider {
  position: relative;
  max-height: 600px;
  overflow: hidden; }
  .home-carousel-wrap.watch-now-slider .arrow {
    color: #fff;
    font-size: 3em;
    text-shadow: 2px 1px 7px rgba(0, 0, 0, 0.42);
    z-index: 999;
    position: absolute;
    top: 40%; }
  .home-carousel-wrap.watch-now-slider .arrow:hover {
    color: #ccc; }
  .home-carousel-wrap.watch-now-slider .arrow.left {
    left: 0;
    padding: 0 .5em; }
  .home-carousel-wrap.watch-now-slider .arrow.right {
    padding: 0 .5em;
    right: 0%; }

.home-carousel.watch-now-slider {
  background-color: #e7e8e8; }
  .home-carousel.watch-now-slider article a {
    color: #1b1b1b; }
  .home-carousel.watch-now-slider article figure {
    float: none;
    width: 100%;
    position: relative; }
    .home-carousel.watch-now-slider article figure img {
      float: none;
      width: 100%;
      height: auto; }
    .home-carousel.watch-now-slider article figure .airdate {
      background-color: #5e5098;
      color: #fff;
      position: absolute;
      bottom: initial;
      top: 5%;
      right: 0;
      padding: .4em .6em;
      font-weight: 500;
      text-transform: uppercase;
      font-size: 1.250em;
      z-index: 10; }
  .home-carousel.watch-now-slider article section {
    position: absolute;
    padding: 20em 2em 2em 2em;
    height: 100%;
    bottom: 0%;
    width: 100%;
    float: none;
    background-color: rgba(0, 0, 0, 0.15); }
    .home-carousel.watch-now-slider article section .eyebrow {
      color: white;
      font-weight: 500;
      text-transform: uppercase;
      margin-bottom: .3em;
      font-size: 20px;
      text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.8), 0px 0px 2px black; }
    .home-carousel.watch-now-slider article section .title {
      font-size: 2.500em;
      line-height: 1em;
      color: #FFF; }
    .home-carousel.watch-now-slider article section .dek {
      font-size: 1.125em;
      margin: .3em 0 .5em 0;
      color: #FFF; }
    .home-carousel.watch-now-slider article section button {
      background-color: white;
      padding: .5em;
      color: #5e5098;
      font-weight: 600;
      text-transform: uppercase; }
    .home-carousel.watch-now-slider article section button:hover {
      background-color: #a8aaac; }

/* END homepage.watch-now-slider carousel ------------------------------------------------------------------------------- */
.popular-shows {
  background-color: #242424;
  padding: 0 0 0 0;
  position: relative;
  margin-bottom: 1.5em; }
  .popular-shows .head {
    margin-bottom: 1.5em;
    padding: 0 .6em; }
    .popular-shows .head h3 {
      color: #fff; }
    .popular-shows .head .see-all {
      float: right;
      background-color: #f37021;
      color: #fff;
      display: inline-block;
      padding: .4em .6em;
      font-size: 1.125em;
      font-weight: 500; }
    .popular-shows .head .see-all:hover {
      background-color: #000; }
  .popular-shows ul li {
    position: relative;
    text-transform: uppercase;
    padding: 0 .6em; }
  .popular-shows ul li:hover img {
    opacity: 0.8;
    filter: alpha(opacity=80); }
  .popular-shows ul .overlay-title {
    position: absolute;
    top: 40%;
    left: 0;
    width: 100%;
    padding: 0 .5em;
    text-align: center;
    font-size: .9em;
    color: #fff; }
  .popular-shows .arrow {
    color: #f37021;
    font-size: 3em;
    position: absolute;
    top: 40%; }
  .popular-shows .arrow:hover {
    color: #f0b51d; }
  .popular-shows .arrow.left {
    padding: 0 .5em;
    left: -1.2em; }
  .popular-shows .arrow.right {
    padding: 0 .5em;
    right: -1.2em; }
  .popular-shows .shows-dots {
    margin-top: 1em; }

/* tablet and mobile carousel */
@media screen and (max-width: 1024px) {
  .home-carousel-wrap .arrow {
    top: 30%;
    line-height: 1em; }
  .home-carousel-wrap .arrow.left {
    padding: 0 .3em; }
  .home-carousel-wrap .arrow.right {
    right: 0;
    padding: 0 .3em; }

  .home-carousel article figure {
    width: 100%; }
  .home-carousel article figure .airdate {
    bottom: 5%; }
  .home-carousel article section {
    width: 100%;
    padding: 3%; }

  .home-carousel.watch-now-slider article figure .airdate {
    bottom: initial;
    top: 2%; }
  .home-carousel.watch-now-slider article section {
    padding: 7% 2em 2em 2em; }

  .home-carousel:not(.watch-now-slider) article figure {
    float: left;
    width: 100%;
    position: relative;
    max-height: none; }

  .popular-shows .mcz-title {
    padding-left: 10px;
    padding-right: 10px; }
  .popular-shows .shows-dots {
    display: none; } }
/* end tablet and mobile carousel */
@media screen and (max-width: 480px) {
  .slider {
    padding: 0; }
    .slider h3 {
      padding-left: 0; }
    .slider .video-thumb {
      margin: 0; }
    .slider .slick button {
      color: #f37021;
      position: absolute;
      top: 25%;
      font-size: 2.5em;
      z-index: 999; }
    .slider .slick .arrow-left {
      left: .3em; }
    .slider .slick .arrow-right {
      right: .3em; }

  /* home carousel mobile */
  .home-carousel-wrap .arrow {
    top: 15%; }

  .home-carousel article figure .airdate {
    bottom: 5%;
    font-size: .8em; }
  .home-carousel article section .title {
    font-size: 1.3em; }
  .home-carousel article section .dek {
    font-size: 1em; }
  .home-carousel article section button {
    font-size: 1em; }

  .home-carousel.watch-now-slider article figure .airdate {
    bottom: initial;
    top: 2%;
    font-size: .8em; }
  .home-carousel.watch-now-slider article section {
    position: relative;
    padding: 2em 2em 2em 2em; }

  /* end home carousel mobile */
  .popular-shows {
    padding: 3% 0; }
    .popular-shows .head {
      margin-bottom: 3%; }
      .popular-shows .head h3 {
        font-size: 1.125em;
        padding-top: .4em; }
    .popular-shows .shows-dots {
      display: none; } }
@media screen and (min-width: 481px) and (max-width: 1024px) {
  /* home carousel tablet */
  .home-carousel article figure .airdate {
    font-size: 1.125em; }
  .home-carousel article section .title {
    font-size: 2em; }
  .home-carousel article section .dek, .home-carousel article section button {
    font-size: 1.25em; }

  /* end home carousel tablet */
  .popular-shows {
    padding: 2% 0; }
    .popular-shows .head h3 {
      float: left;
      width: 57%;
      margin-right: 3%; }
    .popular-shows .head .see-all {
      float: right;
      width: 40%;
      display: block;
      text-align: center; }
      .popular-shows .head .see-all span {
        display: inline !important; } }
/*!
 * smartbanner.js v1.14.6 <https://github.com/ain/smartbanner.js>
 * Copyright © 2019 Ain Tohvri, contributors. Licensed under GPL-3.0.
 */
.smartbanner {
  position: absolute;
  top: 0;
  left: 0;
  overflow-x: hidden;
  width: 100%;
  height: 84px;
  background: #f3f3f3;
  font-family: Helvetica, sans, sans-serif;
  /** Android styles **/ }

.smartbanner__exit {
  position: absolute;
  top: calc(50% - 6px);
  left: 9px;
  display: block;
  margin: 0;
  width: 12px;
  height: 12px;
  border: 0;
  text-align: center; }

.smartbanner__exit::before, .smartbanner__exit::after {
  position: absolute;
  width: 1px;
  height: 12px;
  background: #767676;
  content: ' '; }

.smartbanner__exit::before {
  transform: rotate(45deg); }

.smartbanner__exit::after {
  transform: rotate(-45deg); }

.smartbanner__icon {
  position: absolute;
  top: 10px;
  left: 30px;
  width: 64px;
  height: 64px;
  border-radius: 15px;
  background-size: 64px 64px; }

.smartbanner__info {
  position: absolute;
  top: 10px;
  left: 104px;
  display: flex;
  overflow-y: hidden;
  width: 60%;
  height: 64px;
  align-items: center;
  color: #000; }

.smartbanner__info__title {
  font-size: 14px; }

.smartbanner__info__author, .smartbanner__info__price {
  font-size: 12px; }

.smartbanner__button {
  position: absolute;
  top: 32px;
  right: 10px;
  z-index: 1;
  display: block;
  padding: 0 10px;
  min-width: 10%;
  border-radius: 5px;
  background: #f3f3f3;
  color: #1474fc;
  font-size: 18px;
  text-align: center;
  text-decoration: none; }

.smartbanner__button__label {
  text-align: center; }

.smartbanner.smartbanner--android {
  background: #3d3d3d url("data:image/gif;base64,R0lGODlhCAAIAIABAFVVVf///yH5BAEHAAEALAAAAAAIAAgAAAINRG4XudroGJBRsYcxKAA7");
  box-shadow: inset 0 4px 0 #88b131; }

.smartbanner.smartbanner--android .smartbanner__exit {
  left: 6px;
  margin-right: 7px;
  width: 17px;
  height: 17px;
  border-radius: 14px;
  background: #1c1e21;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.8) inset, 0 1px 1px rgba(255, 255, 255, 0.3);
  color: #b1b1b3;
  font-family: 'ArialRoundedMTBold', Arial;
  font-size: 20px;
  line-height: 17px;
  text-shadow: 0 1px 1px #000; }

.smartbanner.smartbanner--android .smartbanner__exit::before, .smartbanner.smartbanner--android .smartbanner__exit::after {
  top: 3px;
  left: 8px;
  width: 2px;
  height: 11px;
  background: #b1b1b3; }

.smartbanner.smartbanner--android .smartbanner__exit:active, .smartbanner.smartbanner--android .smartbanner__exit:hover {
  color: #eee; }

.smartbanner.smartbanner--android .smartbanner__icon {
  background-color: transparent;
  box-shadow: none; }

.smartbanner.smartbanner--android .smartbanner__info {
  color: #ccc;
  text-shadow: 0 1px 2px #000; }

.smartbanner.smartbanner--android .smartbanner__info__title {
  color: #fff;
  font-weight: bold; }

.smartbanner.smartbanner--android .smartbanner__button {
  top: 30px;
  right: 20px;
  padding: 0;
  min-width: 12%;
  border-radius: 0;
  background: none;
  box-shadow: 0 0 0 1px #333, 0 0 0 2px #dddcdc;
  color: #d1d1d1;
  font-size: 14px;
  font-weight: bold; }

.smartbanner.smartbanner--android .smartbanner__button:active, .smartbanner.smartbanner--android .smartbanner__button:hover {
  background: none; }

.smartbanner.smartbanner--android .smartbanner__button__label {
  display: block;
  padding: 0 10px;
  background: #42b6c9;
  background: linear-gradient(to bottom, #42b6c9, #39a9bb);
  box-shadow: none;
  line-height: 24px;
  text-align: center;
  text-shadow: none;
  text-transform: none; }

.smartbanner.smartbanner--android .smartbanner__button__label:active, .smartbanner.smartbanner--android .smartbanner__button__label:hover {
  background: #2ac7e1; }

/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbInNtYXJ0YmFubmVyLmNzcyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTtFQUNFLGtCQUFrQjtFQUNsQixNQUFNO0VBQ04sT0FBTztFQUNQLGtCQUFrQjtFQUNsQixXQUFXO0VBQ1gsWUFBWTtFQUNaLG1CQUFtQjtFQUNuQix3Q0FBd0M7RUFDeEMscUJBQXFCLEVBQUU7RUFDdkI7SUFDRSxrQkFBa0I7SUFDbEIsb0JBQW9CO0lBQ3BCLFNBQVM7SUFDVCxjQUFjO0lBQ2QsU0FBUztJQUNULFdBQVc7SUFDWCxZQUFZO0lBQ1osU0FBUztJQUNULGtCQUFrQixFQUFFO0lBQ3BCO01BQ0Usa0JBQWtCO01BQ2xCLFVBQVU7TUFDVixZQUFZO01BQ1osbUJBQW1CO01BQ25CLFlBQVksRUFBRTtJQUNoQjtNQUNFLHdCQUF3QixFQUFFO0lBQzVCO01BQ0UseUJBQXlCLEVBQUU7RUFDL0I7SUFDRSxrQkFBa0I7SUFDbEIsU0FBUztJQUNULFVBQVU7SUFDVixXQUFXO0lBQ1gsWUFBWTtJQUNaLG1CQUFtQjtJQUNuQiwwQkFBMEIsRUFBRTtFQUM5QjtJQUNFLGtCQUFrQjtJQUNsQixTQUFTO0lBQ1QsV0FBVztJQUNYLGFBQWE7SUFDYixrQkFBa0I7SUFDbEIsVUFBVTtJQUNWLFlBQVk7SUFDWixtQkFBbUI7SUFDbkIsV0FBVyxFQUFFO0lBQ2I7TUFDRSxlQUFlLEVBQUU7SUFDbkI7TUFDRSxlQUFlLEVBQUU7RUFDckI7SUFDRSxrQkFBa0I7SUFDbEIsU0FBUztJQUNULFdBQVc7SUFDWCxVQUFVO0lBQ1YsY0FBYztJQUNkLGVBQWU7SUFDZixjQUFjO0lBQ2Qsa0JBQWtCO0lBQ2xCLG1CQUFtQjtJQUNuQixjQUFjO0lBQ2QsZUFBZTtJQUNmLGtCQUFrQjtJQUNsQixxQkFBcUIsRUFBRTtJQUN2QjtNQUNFLGtCQUFrQixFQUFFO0VBQ3hCO0lBQ0UseUhBQXlIO0lBQ3pILGlDQUFpQyxFQUFFO0lBQ25DO01BQ0UsU0FBUztNQUNULGlCQUFpQjtNQUNqQixXQUFXO01BQ1gsWUFBWTtNQUNaLG1CQUFtQjtNQUNuQixtQkFBbUI7TUFDbkIsa0ZBQWtGO01BQ2xGLGNBQWM7TUFDZCx3Q0FBd0M7TUFDeEMsZUFBZTtNQUNmLGlCQUFpQjtNQUNqQiwyQkFBMkIsRUFBRTtNQUM3QjtRQUNFLFFBQVE7UUFDUixTQUFTO1FBQ1QsVUFBVTtRQUNWLFlBQVk7UUFDWixtQkFBbUIsRUFBRTtNQUN2QjtRQUNFLFdBQVcsRUFBRTtJQUNqQjtNQUNFLDZCQUE2QjtNQUM3QixnQkFBZ0IsRUFBRTtJQUNwQjtNQUNFLFdBQVc7TUFDWCwyQkFBMkIsRUFBRTtNQUM3QjtRQUNFLFdBQVc7UUFDWCxpQkFBaUIsRUFBRTtJQUN2QjtNQUNFLFNBQVM7TUFDVCxXQUFXO01BQ1gsVUFBVTtNQUNWLGNBQWM7TUFDZCxnQkFBZ0I7TUFDaEIsZ0JBQWdCO01BQ2hCLDZDQUE2QztNQUM3QyxjQUFjO01BQ2QsZUFBZTtNQUNmLGlCQUFpQixFQUFFO01BQ25CO1FBQ0UsZ0JBQWdCLEVBQUU7TUFDcEI7UUFDRSxjQUFjO1FBQ2QsZUFBZTtRQUNmLG1CQUFtQjtRQUNuQix3REFBd0Q7UUFDeEQsZ0JBQWdCO1FBQ2hCLGlCQUFpQjtRQUNqQixrQkFBa0I7UUFDbEIsaUJBQWlCO1FBQ2pCLG9CQUFvQixFQUFFO1FBQ3RCO1VBQ0UsbUJBQW1CLEVBQUUiLCJmaWxlIjoic21hcnRiYW5uZXIuY3NzIiwic291cmNlc0NvbnRlbnQiOlsiLnNtYXJ0YmFubmVyIHtcbiAgcG9zaXRpb246IGFic29sdXRlO1xuICB0b3A6IDA7XG4gIGxlZnQ6IDA7XG4gIG92ZXJmbG93LXg6IGhpZGRlbjtcbiAgd2lkdGg6IDEwMCU7XG4gIGhlaWdodDogODRweDtcbiAgYmFja2dyb3VuZDogI2YzZjNmMztcbiAgZm9udC1mYW1pbHk6IEhlbHZldGljYSwgc2Fucywgc2Fucy1zZXJpZjtcbiAgLyoqIEFuZHJvaWQgc3R5bGVzICoqLyB9XG4gIC5zbWFydGJhbm5lcl9fZXhpdCB7XG4gICAgcG9zaXRpb246IGFic29sdXRlO1xuICAgIHRvcDogY2FsYyg1MCUgLSA2cHgpO1xuICAgIGxlZnQ6IDlweDtcbiAgICBkaXNwbGF5OiBibG9jaztcbiAgICBtYXJnaW46IDA7XG4gICAgd2lkdGg6IDEycHg7XG4gICAgaGVpZ2h0OiAxMnB4O1xuICAgIGJvcmRlcjogMDtcbiAgICB0ZXh0LWFsaWduOiBjZW50ZXI7IH1cbiAgICAuc21hcnRiYW5uZXJfX2V4aXQ6OmJlZm9yZSwgLnNtYXJ0YmFubmVyX19leGl0OjphZnRlciB7XG4gICAgICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gICAgICB3aWR0aDogMXB4O1xuICAgICAgaGVpZ2h0OiAxMnB4O1xuICAgICAgYmFja2dyb3VuZDogIzc2NzY3NjtcbiAgICAgIGNvbnRlbnQ6ICcgJzsgfVxuICAgIC5zbWFydGJhbm5lcl9fZXhpdDo6YmVmb3JlIHtcbiAgICAgIHRyYW5zZm9ybTogcm90YXRlKDQ1ZGVnKTsgfVxuICAgIC5zbWFydGJhbm5lcl9fZXhpdDo6YWZ0ZXIge1xuICAgICAgdHJhbnNmb3JtOiByb3RhdGUoLTQ1ZGVnKTsgfVxuICAuc21hcnRiYW5uZXJfX2ljb24ge1xuICAgIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgICB0b3A6IDEwcHg7XG4gICAgbGVmdDogMzBweDtcbiAgICB3aWR0aDogNjRweDtcbiAgICBoZWlnaHQ6IDY0cHg7XG4gICAgYm9yZGVyLXJhZGl1czogMTVweDtcbiAgICBiYWNrZ3JvdW5kLXNpemU6IDY0cHggNjRweDsgfVxuICAuc21hcnRiYW5uZXJfX2luZm8ge1xuICAgIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgICB0b3A6IDEwcHg7XG4gICAgbGVmdDogMTA0cHg7XG4gICAgZGlzcGxheTogZmxleDtcbiAgICBvdmVyZmxvdy15OiBoaWRkZW47XG4gICAgd2lkdGg6IDYwJTtcbiAgICBoZWlnaHQ6IDY0cHg7XG4gICAgYWxpZ24taXRlbXM6IGNlbnRlcjtcbiAgICBjb2xvcjogIzAwMDsgfVxuICAgIC5zbWFydGJhbm5lcl9faW5mb19fdGl0bGUge1xuICAgICAgZm9udC1zaXplOiAxNHB4OyB9XG4gICAgLnNtYXJ0YmFubmVyX19pbmZvX19hdXRob3IsIC5zbWFydGJhbm5lcl9faW5mb19fcHJpY2Uge1xuICAgICAgZm9udC1zaXplOiAxMnB4OyB9XG4gIC5zbWFydGJhbm5lcl9fYnV0dG9uIHtcbiAgICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gICAgdG9wOiAzMnB4O1xuICAgIHJpZ2h0OiAxMHB4O1xuICAgIHotaW5kZXg6IDE7XG4gICAgZGlzcGxheTogYmxvY2s7XG4gICAgcGFkZGluZzogMCAxMHB4O1xuICAgIG1pbi13aWR0aDogMTAlO1xuICAgIGJvcmRlci1yYWRpdXM6IDVweDtcbiAgICBiYWNrZ3JvdW5kOiAjZjNmM2YzO1xuICAgIGNvbG9yOiAjMTQ3NGZjO1xuICAgIGZvbnQtc2l6ZTogMThweDtcbiAgICB0ZXh0LWFsaWduOiBjZW50ZXI7XG4gICAgdGV4dC1kZWNvcmF0aW9uOiBub25lOyB9XG4gICAgLnNtYXJ0YmFubmVyX19idXR0b25fX2xhYmVsIHtcbiAgICAgIHRleHQtYWxpZ246IGNlbnRlcjsgfVxuICAuc21hcnRiYW5uZXIuc21hcnRiYW5uZXItLWFuZHJvaWQge1xuICAgIGJhY2tncm91bmQ6ICMzZDNkM2QgdXJsKFwiZGF0YTppbWFnZS9naWY7YmFzZTY0LFIwbEdPRGxoQ0FBSUFJQUJBRlZWVmYvLy95SDVCQUVIQUFFQUxBQUFBQUFJQUFnQUFBSU5SRzRYdWRyb0dKQlJzWWN4S0FBN1wiKTtcbiAgICBib3gtc2hhZG93OiBpbnNldCAwIDRweCAwICM4OGIxMzE7IH1cbiAgICAuc21hcnRiYW5uZXIuc21hcnRiYW5uZXItLWFuZHJvaWQgLnNtYXJ0YmFubmVyX19leGl0IHtcbiAgICAgIGxlZnQ6IDZweDtcbiAgICAgIG1hcmdpbi1yaWdodDogN3B4O1xuICAgICAgd2lkdGg6IDE3cHg7XG4gICAgICBoZWlnaHQ6IDE3cHg7XG4gICAgICBib3JkZXItcmFkaXVzOiAxNHB4O1xuICAgICAgYmFja2dyb3VuZDogIzFjMWUyMTtcbiAgICAgIGJveC1zaGFkb3c6IDAgMXB4IDJweCByZ2JhKDAsIDAsIDAsIDAuOCkgaW5zZXQsIDAgMXB4IDFweCByZ2JhKDI1NSwgMjU1LCAyNTUsIDAuMyk7XG4gICAgICBjb2xvcjogI2IxYjFiMztcbiAgICAgIGZvbnQtZmFtaWx5OiAnQXJpYWxSb3VuZGVkTVRCb2xkJywgQXJpYWw7XG4gICAgICBmb250LXNpemU6IDIwcHg7XG4gICAgICBsaW5lLWhlaWdodDogMTdweDtcbiAgICAgIHRleHQtc2hhZG93OiAwIDFweCAxcHggIzAwMDsgfVxuICAgICAgLnNtYXJ0YmFubmVyLnNtYXJ0YmFubmVyLS1hbmRyb2lkIC5zbWFydGJhbm5lcl9fZXhpdDo6YmVmb3JlLCAuc21hcnRiYW5uZXIuc21hcnRiYW5uZXItLWFuZHJvaWQgLnNtYXJ0YmFubmVyX19leGl0OjphZnRlciB7XG4gICAgICAgIHRvcDogM3B4O1xuICAgICAgICBsZWZ0OiA4cHg7XG4gICAgICAgIHdpZHRoOiAycHg7XG4gICAgICAgIGhlaWdodDogMTFweDtcbiAgICAgICAgYmFja2dyb3VuZDogI2IxYjFiMzsgfVxuICAgICAgLnNtYXJ0YmFubmVyLnNtYXJ0YmFubmVyLS1hbmRyb2lkIC5zbWFydGJhbm5lcl9fZXhpdDphY3RpdmUsIC5zbWFydGJhbm5lci5zbWFydGJhbm5lci0tYW5kcm9pZCAuc21hcnRiYW5uZXJfX2V4aXQ6aG92ZXIge1xuICAgICAgICBjb2xvcjogI2VlZTsgfVxuICAgIC5zbWFydGJhbm5lci5zbWFydGJhbm5lci0tYW5kcm9pZCAuc21hcnRiYW5uZXJfX2ljb24ge1xuICAgICAgYmFja2dyb3VuZC1jb2xvcjogdHJhbnNwYXJlbnQ7XG4gICAgICBib3gtc2hhZG93OiBub25lOyB9XG4gICAgLnNtYXJ0YmFubmVyLnNtYXJ0YmFubmVyLS1hbmRyb2lkIC5zbWFydGJhbm5lcl9faW5mbyB7XG4gICAgICBjb2xvcjogI2NjYztcbiAgICAgIHRleHQtc2hhZG93OiAwIDFweCAycHggIzAwMDsgfVxuICAgICAgLnNtYXJ0YmFubmVyLnNtYXJ0YmFubmVyLS1hbmRyb2lkIC5zbWFydGJhbm5lcl9faW5mb19fdGl0bGUge1xuICAgICAgICBjb2xvcjogI2ZmZjtcbiAgICAgICAgZm9udC13ZWlnaHQ6IGJvbGQ7IH1cbiAgICAuc21hcnRiYW5uZXIuc21hcnRiYW5uZXItLWFuZHJvaWQgLnNtYXJ0YmFubmVyX19idXR0b24ge1xuICAgICAgdG9wOiAzMHB4O1xuICAgICAgcmlnaHQ6IDIwcHg7XG4gICAgICBwYWRkaW5nOiAwO1xuICAgICAgbWluLXdpZHRoOiAxMiU7XG4gICAgICBib3JkZXItcmFkaXVzOiAwO1xuICAgICAgYmFja2dyb3VuZDogbm9uZTtcbiAgICAgIGJveC1zaGFkb3c6IDAgMCAwIDFweCAjMzMzLCAwIDAgMCAycHggI2RkZGNkYztcbiAgICAgIGNvbG9yOiAjZDFkMWQxO1xuICAgICAgZm9udC1zaXplOiAxNHB4O1xuICAgICAgZm9udC13ZWlnaHQ6IGJvbGQ7IH1cbiAgICAgIC5zbWFydGJhbm5lci5zbWFydGJhbm5lci0tYW5kcm9pZCAuc21hcnRiYW5uZXJfX2J1dHRvbjphY3RpdmUsIC5zbWFydGJhbm5lci5zbWFydGJhbm5lci0tYW5kcm9pZCAuc21hcnRiYW5uZXJfX2J1dHRvbjpob3ZlciB7XG4gICAgICAgIGJhY2tncm91bmQ6IG5vbmU7IH1cbiAgICAgIC5zbWFydGJhbm5lci5zbWFydGJhbm5lci0tYW5kcm9pZCAuc21hcnRiYW5uZXJfX2J1dHRvbl9fbGFiZWwge1xuICAgICAgICBkaXNwbGF5OiBibG9jaztcbiAgICAgICAgcGFkZGluZzogMCAxMHB4O1xuICAgICAgICBiYWNrZ3JvdW5kOiAjNDJiNmM5O1xuICAgICAgICBiYWNrZ3JvdW5kOiBsaW5lYXItZ3JhZGllbnQodG8gYm90dG9tLCAjNDJiNmM5LCAjMzlhOWJiKTtcbiAgICAgICAgYm94LXNoYWRvdzogbm9uZTtcbiAgICAgICAgbGluZS1oZWlnaHQ6IDI0cHg7XG4gICAgICAgIHRleHQtYWxpZ246IGNlbnRlcjtcbiAgICAgICAgdGV4dC1zaGFkb3c6IG5vbmU7XG4gICAgICAgIHRleHQtdHJhbnNmb3JtOiBub25lOyB9XG4gICAgICAgIC5zbWFydGJhbm5lci5zbWFydGJhbm5lci0tYW5kcm9pZCAuc21hcnRiYW5uZXJfX2J1dHRvbl9fbGFiZWw6YWN0aXZlLCAuc21hcnRiYW5uZXIuc21hcnRiYW5uZXItLWFuZHJvaWQgLnNtYXJ0YmFubmVyX19idXR0b25fX2xhYmVsOmhvdmVyIHtcbiAgICAgICAgICBiYWNrZ3JvdW5kOiAjMmFjN2UxOyB9XG4iXX0= */
.smartbanner--ios.smartbanner,
.smartbanner--android.smartbanner {
  background: #8B3280;
  box-shadow: none;
  z-index: 1000;
  display: flex;
  padding: 10px; }
  .smartbanner--ios.smartbanner .smartbanner__info__price,
  .smartbanner--android.smartbanner .smartbanner__info__price {
    display: none; }
  .smartbanner--ios.smartbanner .smartbanner__icon,
  .smartbanner--android.smartbanner .smartbanner__icon {
    position: relative;
    left: auto;
    margin-right: 10px;
    top: 0; }
  .smartbanner--ios.smartbanner .smartbanner__exit,
  .smartbanner--android.smartbanner .smartbanner__exit {
    background: transparent;
    box-shadow: none;
    left: auto;
    right: 10px;
    top: 10px; }
  .smartbanner--ios.smartbanner .smartbanner__exit::before,
  .smartbanner--ios.smartbanner .smartbanner__exit::after,
  .smartbanner--android.smartbanner .smartbanner__exit::before,
  .smartbanner--android.smartbanner .smartbanner__exit::after {
    background: #fff;
    width: 2px;
    height: 15px; }
  .smartbanner--ios.smartbanner .smartbanner__info,
  .smartbanner--ios.smartbanner .smartbanner__info__title,
  .smartbanner--ios.smartbanner .smartbanner__info__author,
  .smartbanner--ios.smartbanner .smartbanner__info__price,
  .smartbanner--android.smartbanner .smartbanner__info,
  .smartbanner--android.smartbanner .smartbanner__info__title,
  .smartbanner--android.smartbanner .smartbanner__info__author,
  .smartbanner--android.smartbanner .smartbanner__info__price {
    font-size: 16px; }
  .smartbanner--ios.smartbanner .smartbanner__info,
  .smartbanner--android.smartbanner .smartbanner__info {
    color: #fff;
    display: block;
    left: auto;
    margin-right: 10px;
    position: relative;
    text-transform: uppercase;
    top: 12px;
    width: auto; }
  .smartbanner--ios.smartbanner .smartbanner__info__author,
  .smartbanner--android.smartbanner .smartbanner__info__author {
    color: #f0b21a; }
  .smartbanner--ios.smartbanner .smartbanner__button,
  .smartbanner--android.smartbanner .smartbanner__button {
    display: block;
    bottom: auto;
    top: auto;
    right: auto;
    left: auto;
    width: auto;
    height: auto;
    font-weight: 400;
    text-align: center;
    border-width: 2px;
    border-style: solid;
    opacity: 1;
    margin: 0;
    background: transparent;
    border-radius: 0;
    box-shadow: none;
    color: #fff;
    position: relative;
    font-size: 18px;
    height: 32px;
    line-height: normal;
    min-width: auto;
    padding: 2px 5px;
    top: 12px; }
    .smartbanner--ios.smartbanner .smartbanner__button a,
    .smartbanner--ios.smartbanner .smartbanner__button a:hover,
    .smartbanner--ios.smartbanner .smartbanner__button a:focus,
    .smartbanner--ios.smartbanner .smartbanner__button a:active,
    .smartbanner--android.smartbanner .smartbanner__button a,
    .smartbanner--android.smartbanner .smartbanner__button a:hover,
    .smartbanner--android.smartbanner .smartbanner__button a:focus,
    .smartbanner--android.smartbanner .smartbanner__button a:active {
      color: #fff; }
    .smartbanner--ios.smartbanner .smartbanner__button .smartbanner__button__label,
    .smartbanner--android.smartbanner .smartbanner__button .smartbanner__button__label {
      background: transparent;
      text-transform: uppercase; }
    .smartbanner--ios.smartbanner .smartbanner__button .smartbanner__button,
    .smartbanner--ios.smartbanner .smartbanner__button .smartbanner__button .smartbanner__button__label,
    .smartbanner--android.smartbanner .smartbanner__button .smartbanner__button,
    .smartbanner--android.smartbanner .smartbanner__button .smartbanner__button .smartbanner__button__label {
      font-size: 15px; }

@media only screen and (max-width: 450px) {
  .smartbanner.smartbanner--ios .smartbanner__button, .smartbanner.smartbanner--android .smartbanner__button {
    padding: 5px 5px; }
  .smartbanner.smartbanner--android .smartbanner__button {
    padding: 2px 0;
    font-size: 1em;
    top: 15px; } }
@media only screen and (max-width: 350px) {
  .smartbanner.smartbanner--ios .smartbanner__icon, .smartbanner.smartbanner--android .smartbanner__icon {
    background-size: cover;
    width: 64px;
    height: 60px;
    top: 5px; }
  .smartbanner.smartbanner--ios .smartbanner__info, .smartbanner.smartbanner--android .smartbanner__info {
    top: 5px; }
  .smartbanner.smartbanner--ios .smartbanner__button, .smartbanner.smartbanner--android .smartbanner__button {
    top: 25px; } }
.wnet-events {
  max-width: 1200px;
  margin: 2em auto;
  color: #242424; }
  .wnet-events .events-head {
    border: 0;
    text-transform: uppercase; }
    .wnet-events .events-head a {
      color: #000; }
  .wnet-events a {
    color: #5D5098; }
  .wnet-events a:hover {
    color: #000; }

.event-item figure {
  margin: 0 2% 0 0; }

.event-ajax-load {
  border: 0; }
  .event-ajax-load button {
    background-color: #5e5098;
    width: 100%;
    font: 500 1.3em 'Cabin'; }
  .event-ajax-load button:hover {
    background-color: #00abb1; }

.events-sidebar h3 {
  border-bottom: 1px solid #a8aaac;
  padding-bottom: .5em;
  font-size: 1.125em;
  font-weight: 700;
  line-height: 1em;
  text-transform: uppercase; }
.events-sidebar h4 {
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1em;
  margin: 0 0 .3em 0; }
.events-sidebar a.active {
  color: #f37021; }
.events-sidebar section {
  margin-bottom: 2em; }
.events-sidebar section.when, .events-sidebar section.where {
  border-bottom: 1px solid #a8aaac;
  padding-bottom: 1em; }

.event-topics {
  text-transform: uppercase; }
  .event-topics a {
    color: #242424;
    font-weight: 700; }
  .event-topics a:hover {
    color: #f37021; }
  .event-topics li {
    margin-bottom: .3em; }

section.add-event {
  background-color: #5e5098;
  color: #fff;
  font-weight: 700;
  text-align: center; }
  section.add-event span {
    display: block;
    padding: 1em;
    border-bottom: 1px solid #fff;
    font-size: 1.375em; }
  section.add-event a {
    color: #fff;
    padding: 1em;
    display: block;
    font-size: 1.125em; }
  section.add-event a:hover {
    background-color: #00abb1;
    color: #fff; }

.event-list li {
  margin-bottom: 3em; }

.event-item a {
  color: #242424; }
.event-item a:hover {
  color: #f37021; }
.event-item .event-item-head {
  border-bottom: 1px solid #a8aaac;
  padding-bottom: .5em;
  font-weight: 700; }
  .event-item .event-item-head h3.event-title {
    font-size: 1.5em; }
  .event-item .event-item-head .event-date {
    color: #2f2f2f;
    font-size: 1.125em; }
  .event-item .event-item-head .event-tickets {
    text-transform: uppercase; }
    .event-item .event-item-head .event-tickets a {
      color: #00abb1; }
    .event-item .event-item-head .event-tickets a:hover {
      color: #000; }
.event-item .venue-name {
  display: none; }
.event-item .more-link {
  color: #5D5098;
  font-family: 'Cabin';
  font-weight: 600; }
.event-item .more-link:hover {
  color: #6f61ae; }

#eventsdatepicker {
  border: 0; }
  #eventsdatepicker a {
    color: #5D5098; }
  #eventsdatepicker .ui-state-active, #eventsdatepicker .ui-widget-content .ui-state-active, #eventsdatepicker .ui-widget-header .ui-state-active {
    color: #00abb1; }
  #eventsdatepicker .ui-state-active a, #eventsdatepicker .ui-state-active a:link, #eventsdatepicker .ui-state-active a:visited {
    border: 0;
    color: #00abb1; }
  #eventsdatepicker .ui-datepicker-header, #eventsdatepicker .ui-datepicker-prev, #eventsdatepicker .ui-datepicker-next {
    color: #5D5098; }
  #eventsdatepicker .ui-datepicker-prev:hover, #eventsdatepicker .ui-datepicker-next:hover {
    color: #00abb1; }

.event-topic-title {
  text-align: left;
  font-size: 2em;
  color: #5e5098;
  border-bottom: 2px solid #5e5098;
  text-transform: uppercase;
  margin: 0 0 1em 0; }

.events-back-button {
  margin-bottom: 1.5em;
  text-align: right; }
  .events-back-button button {
    background-color: #5e5098;
    padding: .7em;
    font-weight: 700;
    font-size: 16px; }
  .events-back-button button:hover {
    background-color: #00abb1; }

.event-single-head {
  margin-bottom: 1.5em;
  font-weight: 700; }
  .event-single-head a {
    color: #000; }
  .event-single-head .event-title {
    font-size: 1.750em;
    margin-bottom: .3em; }
  .event-single-head .event-tickets {
    border-right: 1px solid #a8aaac;
    margin-right: .7em;
    text-transform: uppercase; }
    .event-single-head .event-tickets a {
      color: #00abb1; }
    .event-single-head .event-tickets a:hover {
      color: #000; }
  .event-single-head .addthis_toolbox li {
    margin-right: .5em; }

.wnet-events-main.add-event-main {
  width: 100%; }

.wnet-events-main .entry-content {
  font-size: 1.125em;
  line-height: 1.75em; }

.wnet-add-event fieldset {
  border: 1px solid #a8aaac; }
  .wnet-add-event fieldset legend {
    color: #5e5098;
    font-weight: 700; }
  .wnet-add-event fieldset input, .wnet-add-event fieldset select, .wnet-add-event fieldset textarea {
    padding: .3em;
    border: 1px solid #a8aaac;
    font: normal 1em 'Cabin'; }
  .wnet-add-event fieldset input[type='text'],
  .wnet-add-event fieldset input[type='email'],
  .wnet-add-event fieldset input[type='number'],
  .wnet-add-event fieldset input[type='url'],
  .wnet-add-event fieldset input[type='link'],
  .wnet-add-event fieldset input[type='tel'],
  .wnet-add-event fieldset select {
    border: 1px solid #a8aaac;
    padding: .3em; }
.wnet-add-event .submit-events-form {
  text-align: center; }
  .wnet-add-event .submit-events-form button {
    background-color: #5e5098;
    text-transform: uppercase;
    padding: .5em 1.5em;
    font-size: 1.125em; }
  .wnet-add-event .submit-events-form button:hover {
    background-color: #00abb1; }
.wnet-add-event .g-recaptcha div {
  margin: 0 auto !important; }

.event-thanks {
  text-align: center; }
  .event-thanks button {
    background-color: #5e5098; }
  .event-thanks button:hover {
    background-color: #00abb1; }

@media screen and (min-width: 481px) and (max-width: 1024px) {
  .events-back-button button {
    font-size: .8em; } }
@media screen and (max-width: 600px) {
  .events-back-button {
    text-align: center; }

  .sort-sidebar {
    background-color: #5e5098;
    margin: 0 -3%;
    padding: 3%;
    color: #fff; }
    .sort-sidebar section.add-event {
      background-color: #5e5098;
      margin: 0;
      text-align: center; }
      .sort-sidebar section.add-event span {
        display: inline;
        padding: .5em .6em;
        border: 0;
        font-size: .8em; }
      .sort-sidebar section.add-event a {
        padding: .5em .6em;
        font-size: .8em;
        background-color: #00abb1;
        display: inline-block; }
      .sort-sidebar section.add-event a:hover {
        background-color: #002B39;
        color: #fff; }
    .sort-sidebar .eselect {
      margin-bottom: .7em; }
      .sort-sidebar .eselect label {
        float: left;
        width: 100%;
        text-align: left;
        padding: 0 0 .4em 0;
        text-transform: uppercase;
        font-weight: 700; }
      .sort-sidebar .eselect select {
        float: left;
        width: 100%;
        padding: .5em;
        border: 1px solid #a8aaac;
        font: normal 1em 'cabin'; }

  .event-item .event-item-head h3.event-title, .event-item .event-item-head .event-tickets {
    display: block;
    float: none;
    width: 100%; }
  .event-item .event-item-head .event-tickets {
    margin-top: .3em; } }
/* gated passport video */
.passportcoveplayer {
  position: relative; }
  .passportcoveplayer .passport-gated-video {
    position: relative;
    font-size: 1em;
    line-height: 1em; }
    .passportcoveplayer .passport-gated-video img {
      display: block; }
    .passportcoveplayer .passport-gated-video .signup {
      position: absolute;
      top: 0;
      width: 45%;
      text-align: center;
      color: #fff;
      height: 100%;
      background: rgba(0, 0, 0, 0.6); }
    .passportcoveplayer .passport-gated-video .signup-inner {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 100%;
      padding: 0 2em; }
    .passportcoveplayer .passport-gated-video .pp-intro {
      font-size: 1.250em;
      line-height: 1.3em;
      margin-bottom: 1em; }
      .passportcoveplayer .passport-gated-video .pp-intro p {
        margin: 0 0 .3em 0; }
      .passportcoveplayer .passport-gated-video .pp-intro img {
        margin: 0 auto;
        max-width: 100%;
        height: auto; }
    .passportcoveplayer .passport-gated-video .pp-button {
      margin: 1.5em 0;
      text-align: center; }
    .passportcoveplayer .passport-gated-video button {
      display: inline-block;
      border: 1px solid #fff;
      color: #fff;
      background: transparent;
      font-size: 1em;
      font-weight: 600;
      text-transform: uppercase;
      margin: 0 auto;
      width: 55%;
      padding: .6em; }
      .passportcoveplayer .passport-gated-video button img {
        display: inline;
        width: 20px;
        height: 20px;
        float: right;
        margin-right: .6em; }
    .passportcoveplayer .passport-gated-video button.launch:hover {
      background: rgba(0, 0, 0, 0.5); }
    .passportcoveplayer .passport-gated-video button.learn-more {
      background-color: #5e5098;
      border: 1px solid #5e5098; }
    .passportcoveplayer .passport-gated-video button.learn-more:hover {
      background-color: #00abb1;
      border: 1px solid #00abb1; }

/* END gated passport video */
.shortcode-video .passportcoveplayer .passport-gated-video .signup {
  width: 100%;
  height: 100%; }

.passport-open-video {
  position: relative;
  cursor: pointer; }
  .passport-open-video span {
    position: absolute;
    top: 40%;
    width: 100%;
    text-align: center;
    font-size: 5em;
    color: #fff; }

.passport-open-video:hover i {
  color: #008cb6; }

.passport-small #passportcoveplayer .passport-gated-video .pp-intro {
  margin-bottom: .6em; }
.passport-small #passportcoveplayer .passport-gated-video button {
  width: 75%; }

@media screen and (max-width: 600px) {
  .passportcoveplayer .passport-gated-video .signup {
    width: 80%;
    margin-left: 10%; }
    .passportcoveplayer .passport-gated-video .signup .signup-inner {
      padding: 0 5%; }
    .passportcoveplayer .passport-gated-video .signup .pp-intro {
      font-size: .8em;
      margin-bottom: .5em; }
    .passportcoveplayer .passport-gated-video .signup .pp-button {
      margin: .7em 0; }
    .passportcoveplayer .passport-gated-video .signup button {
      font-size: .7em;
      width: 100%; }
      .passportcoveplayer .passport-gated-video .signup button img {
        width: 16px;
        height: 16px; } }
@media screen and (min-width: 601px) and (max-width: 768px) {
  .passportcoveplayer .passport-gated-video .signup {
    width: 50%; }
    .passportcoveplayer .passport-gated-video .signup .signup-inner {
      padding: 0 1em; }
    .passportcoveplayer .passport-gated-video .signup .pp-intro {
      font-size: 1em; }
    .passportcoveplayer .passport-gated-video .signup button {
      width: 80%; }
  .passportcoveplayer .passport-gated-video .pp-sign-in a.passport-activate span {
    padding-left: 1.7em; } }
/* end gated video */
.video-thumb {
  float: left;
  cursor: pointer; }
  .video-thumb a {
    text-decoration: none;
    display: block;
    float: left;
    color: #000; }
  .video-thumb figure {
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: .5em; }
    .video-thumb figure img {
      width: 100%;
      height: auto;
      float: left; }
    .video-thumb figure .overlay {
      position: absolute;
      bottom: 5px;
      left: 0;
      width: 100%;
      padding: 0 5px;
      font-size: 15px;
      line-height: 15px;
      color: #fff; }
      .video-thumb figure .overlay span {
        padding: 5px;
        float: left;
        margin-right: 5px; }
      .video-thumb figure .overlay .video-icon {
        background-color: #f37021;
        position: relative;
        padding: 6px;
        font-size: 19px;
        line-height: 19px; }
      .video-thumb figure .overlay .passport-video-icon {
        padding: 4px 0 3px 6px; }
        .video-thumb figure .overlay .passport-video-icon img {
          width: 20px;
          height: auto; }
      .video-thumb figure .overlay .passport-thumb-signin {
        float: left;
        padding: 8px 0 5px 3px;
        color: #fff;
        font-weight: 600; }
  .video-thumb .program-title {
    color: #5e5098;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 5px; }
    .hide-program-title .video-thumb .program-title {
      display: none; }
  .video-thumb .title {
    font-weight: 600;
    font-size: 1.125em; }
  .video-thumb .dek {
    line-height: 1.5em;
    margin: .3em 0; }
  .video-thumb .dek-long {
    display: none; }
  .video-thumb .meta {
    font-size: 0.813em;
    text-transform: uppercase;
    font-weight: 600; }
  .video-thumb .date {
    float: left;
    width: 60%;
    margin-right: 3%; }
  .video-thumb .time {
    float: left;
    width: 37%;
    text-align: right; }
  .video-thumb .meta.no-date .time {
    text-align: left; }
  .video-thumb .expires-overlay {
    position: absolute;
    top: 0;
    right: 0;
    text-align: right;
    font-size: 11px; }
    .video-thumb .expires-overlay span {
      display: inline-block;
      background-color: rgba(0, 0, 0, 0.6);
      color: #fff;
      padding: 6px; }
  .video-thumb p {
    margin: 0; }

.video-thumb.passport-video-thumb figure .overlay {
  background: url("../images/passport-thumb-overlay.png") top left repeat-y; }

.video-thumb:hover figure img {
  opacity: 0.7 !important;
  filter: alpha(opacity=70) !important; }

@media screen and (min-width: 481px) and (max-width: 1024px) {
  .video-thumb .title {
    font-size: 1em; }
  .video-thumb .dek {
    font-size: .8em; }
  .video-thumb figure .overlay {
    font-size: 13px;
    line-height: 13px; } }
@media screen and (max-width: 480px) {
  .video-thumb .title {
    font-size: 1.2em; }
  .video-thumb .dek {
    font-size: .8em; }

  .video-thumb.ad {
    margin-bottom: 1.5em; } }
.stage {
  background-color: #242424;
  padding: 1.5em 0;
  color: #fff; }
  .stage.series-background {
    position: relative;
    overflow: hidden; }
    .stage.series-background .series-background-image {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      filter: opacity(0.09); }
  .stage h1 {
    margin: 0; }

.twitter-timeline {
  width: 100% !important; }

.video-page-content {
  padding: 1.5em 0; }
  .video-page-content .ad-margin {
    margin-bottom: 1.5em; }

.text-page-content {
  padding: 1.5em 0; }
  .text-page-content h1 {
    font: 400 2.3em 'Cabin';
    color: #5e5098;
    text-transform: uppercase;
    margin: 0;
    text-align: center; }
    .text-page-content h1 a {
      color: #5e5098; }
  .text-page-content h2 {
    font: 400 2em 'Cabin';
    color: #1b1b1b;
    text-transform: uppercase;
    margin: 0;
    text-align: center; }
  .text-page-content h3 {
    font: 400 1.5em 'Cabin';
    color: #2f2f2f;
    margin: 0; }
  .text-page-content header {
    border-bottom: 1px solid #f37021;
    padding-bottom: 1.5em;
    margin-bottom: 1.5em; }
  .text-page-content .entry-content {
    font-size: 1em;
    line-height: 1.3em; }

.video-section {
  margin-bottom: 1.5em; }
  .video-section ul {
    margin: 0 -1%;
    padding: 0;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    flex-flow: row wrap; }
  .video-section li {
    float: left;
    width: 31.3%;
    margin: 0 1% 2em .9%;
    border: 0; }
  .video-section li.width100.ad {
    width: 100% !important;
    margin: 1% 0 2em 0 !important;
    min-height: 1px !important;
    float: left;
    text-align: center; }
    .video-section li.width100.ad .touch-inset {
      margin: 0;
      padding: 0;
      width: 100%; }
    .video-section li.width100.ad p, .video-section li.width100.ad a {
      width: 300px;
      margin: 0 auto;
      text-align: center; }
  .video-section .more-videos {
    float: right;
    text-align: right;
    color: #000;
    font-size: 1.125em;
    font-weight: 600; }
  .video-section .more-videos:hover {
    color: #f37021; }

.video-section.split3 li {
  min-height: 1px !important; }

.video-section.episode-single {
  width: 100%; }
  .video-section.episode-single li {
    width: 100%; }
    .video-section.episode-single li a {
      width: 100%; }
    .video-section.episode-single li figure {
      width: 31.3%; }
    .video-section.episode-single li .title {
      margin-left: 32.3%;
      margin-bottom: 10px; }
    .video-section.episode-single li.video-thumb .dek {
      display: none; }
    .video-section.episode-single li.video-thumb .dek-long {
      display: block;
      font-size: 1rem;
      line-height: 1.5em;
      margin: .3em 0 15px 32.3%; }
    .video-section.episode-single li.video-thumb .date {
      float: none;
      margin-left: 32.3%;
      margin-bottom: 15px; }
    .video-section.episode-single li.video-thumb .time {
      float: none;
      margin-left: 32.3%;
      text-align: left; }

.player-wrapper-box {
  display: grid;
  grid-template-columns: 3fr 1fr;
  grid-column-gap: 1px; }

.program-video .text-wrapper {
  margin-top: 1em; }
.program-video .primary {
  margin-right: 20px;
  margin-bottom: 20px; }
  .program-video .primary .series {
    font-weight: 700;
    text-transform: uppercase; }
    .program-video .primary .series a {
      color: #6f61ae; }
    .program-video .primary .series a:hover {
      color: #00abb1; }
  .program-video .primary .title {
    font-size: 2em;
    font-weight: 400;
    line-height: 1.2em; }
  .program-video .primary .meta {
    font-size: .813em;
    font-weight: 600;
    margin-bottom: .5em; }
  .program-video .primary .dek {
    font-size: 1em; }
.program-video .secondary {
  grid-row-start: 1;
  grid-row-end: 3;
  order: 1; }
  .program-video .secondary h3 {
    margin: 0 0 .3em 0;
    color: #999;
    font-weight: 600;
    font-size: 0.938em; }
  .program-video .secondary a {
    color: #fff; }
  .program-video .secondary a:hover {
    color: #00abb1; }
.program-video .supporting-devices-box {
  grid-row-start: 2; }
  .program-video .supporting-devices-box a {
    margin: 0; }
  .program-video .supporting-devices-box h2 {
    color: grey;
    text-align: left; }
.program-video .supporting-apps-box {
  grid-row-start: 2;
  width: 80%; }
  .program-video .supporting-apps-box .supporting-apps-content .supporting-app:first-child,
  .program-video .supporting-apps-box .supporting-apps-content .supporting-app .pbs-app-text {
    color: grey; }
  .program-video .supporting-apps-box .supporting-apps-content .supporting-app:first-child {
    margin: auto;
    line-height: normal;
    text-transform: uppercase; }
  .program-video .supporting-apps-box .supporting-apps-content .supporting-app:not(:first-child) a {
    display: block;
    overflow: auto; }
  .program-video .supporting-apps-box .supporting-apps-content .supporting-app .pbs-app-text {
    line-height: normal;
    font-size: 16px; }
  .program-video .supporting-apps-box .supporting-apps-content .roku-app {
    order: 2; }
  .program-video .supporting-apps-box .supporting-apps-content .fire-tv-app {
    margin-left: -20px;
    margin-right: -20px;
    order: 2; }
  .program-video .supporting-apps-box .supporting-apps-content .apple-tv-app {
    margin-left: -15px;
    margin-right: -15px;
    order: 2; }
  .program-video .supporting-apps-box .supporting-apps-content .android-tv-app {
    order: 2; }
  .program-video .supporting-apps-box .supporting-apps-content .apple-store-app {
    margin-left: 0px;
    order: 1; }
  .program-video .supporting-apps-box .supporting-apps-content .google-play-app {
    margin-left: 10px;
    margin-right: 0;
    order: 1; }
.program-video .prog-airdates {
  margin-top: 1em; }

.series-top {
  position: relative; }
  .series-top a {
    color: #fff; }
  .series-top h1 {
    color: #fff;
    font-size: 2.125em;
    font-weight: 400;
    margin-bottom: .2em; }
  .series-top .subnav {
    background-color: #a8aaac;
    padding: .5em;
    font-size: 0.938em;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase; }
    .series-top .subnav ul li {
      display: inline-block;
      border-right: 1px solid #fff;
      padding-right: 1em;
      margin-right: 1em; }
    .series-top .subnav ul li:last-of-type {
      margin: 0;
      border: 0;
      padding: 0; }
    .series-top .subnav a:hover {
      color: #1b1b1b; }
  .series-top .primary {
    float: left;
    width: 30%; }
  .series-top .secondary {
    float: left;
    width: 70%; }
    .series-top .secondary .video-title {
      font-size: 2em;
      font-weight: 400;
      line-height: 1.2em;
      margin-top: .5em; }
    .series-top .secondary .video-meta {
      font-size: .813em;
      font-weight: 600;
      margin-bottom: .5em; }
    .series-top .secondary figure img {
      float: left; }
  .series-top .dek {
    border-bottom: 1px solid #a8aaac;
    line-height: 1.3em; }
  .series-top .rpad {
    padding-right: 1em; }
    .series-top .rpad h1 {
      overflow: auto;
      display: block; }
    .series-top .rpad.show-logo img {
      width: auto; }
      @media screen and (max-width: 768px) {
        .series-top .rpad.show-logo img {
          width: 60%; } }
  .series-top .lpad {
    padding-left: 1em; }
  .series-top .program_share {
    margin-top: 1em; }

.prog-airdates h3 {
  margin: .5em 0 .3em 0;
  color: #999;
  font-weight: 600;
  font-size: 0.938em;
  text-transform: uppercase; }
.prog-airdates ul {
  margin: 0; }

.program_share li {
  display: inline;
  font-size: 1.3em;
  margin-right: .5em; }
.program_share a:hover {
  color: #00abb1; }

.video-type-menu {
  text-align: center;
  margin-bottom: 2em; }
  .video-type-menu li {
    border: 1px solid 000;
    display: inline-block;
    margin: 0 6px; }
  .video-type-menu button {
    background-color: #f37021;
    border: 1px solid #f37021;
    color: #fff;
    padding: .7em;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 0.938em;
    margin: 0; }
  .video-type-menu button:hover, .video-type-menu a.active button {
    background-color: #fff;
    color: #f37021; }

.all-videos-head {
  text-align: center;
  margin: 1.5em 0 1.5em 0;
  border-bottom: 1px solid #f37021;
  padding-bottom: 1.5em; }
  .all-videos-head a {
    color: #5e5098; }
  .all-videos-head a:hover {
    color: #00abb1; }
  .all-videos-head h1 {
    text-transform: uppercase;
    font-size: 2.5em;
    line-height: 1em;
    font-weight: 400;
    margin: 0; }
  .all-videos-head p {
    margin: 0;
    font-size: 1.063em; }
  .all-videos-head .dek {
    margin-top: .7em; }
  .all-videos-head .subnav {
    margin-top: 1em;
    font-size: 0.938em;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase; }
    .all-videos-head .subnav ul li {
      display: inline-block;
      margin: 0 .5em; }
    .all-videos-head .subnav ul a {
      display: inline-block;
      background-color: #a8aaac;
      padding: .6em;
      color: #fff; }
    .all-videos-head .subnav ul a:hover {
      background-color: #1b1b1b; }

.program-funders {
  border-top: 1px solid #1b1b1b;
  border-bottom: 1px solid #1b1b1b;
  padding: 1em 0;
  margin: 1.5em 0;
  text-align: center; }
  .program-funders ul {
    margin: 0 -1%; }
  .program-funders li {
    width: 23%;
    margin: 1%;
    display: inline-block; }
    .program-funders li figure {
      position: relative;
      width: 100%;
      height: auto; }
      .program-funders li figure img {
        max-height: 80px;
        width: auto;
        margin: 0 auto;
        display: block; }
  .program-funders .socal {
    text-align: center;
    color: #f37021;
    font-size: 0.750em; }
  .program-funders .socal.kids {
    margin-bottom: .7em; }

.kids-funders .program-funders {
  border: 0;
  padding: .5em 0;
  margin: 0; }
  .kids-funders .program-funders li {
    width: 18%; }
    .kids-funders .program-funders li figure img {
      max-height: 60px; }

.supporting-devices-box {
  margin-top: 10px; }
  .supporting-devices-box a {
    font-size: 0;
    display: block;
    height: 77px;
    margin: auto;
    width: 280px; }
    .supporting-devices-box a:before {
      content: "";
      display: block;
      background: url(/wp-content/themes/pbs-socal/libs/images/icon-devices.png) transparent 0 0 no-repeat;
      width: 280px;
      height: 77px; }
  .supporting-devices-box h2 {
    font-size: 16.64px;
    margin-bottom: 10px;
    text-align: center;
    text-transform: uppercase; }
  @media screen and (max-width: 768px) {
    .supporting-devices-box {
      margin: 10px 0 20px 0; }
      .supporting-devices-box a {
        margin: 0; }
      .supporting-devices-box h2 {
        text-align: left; } }

/* Programs search page */
.all-programs-posters .gsc-table-cell-snippet-close,
.all-programs-posters .gsc-url-top,
.all-programs-posters .gsc-thumbnail-inside {
  display: none; }
.all-programs-posters div.gsc-webResult.gsc-result {
  border-bottom: 0 !important;
  float: left;
  width: 23%;
  margin: 1%; }
  .all-programs-posters div.gsc-webResult.gsc-result .gsc-table-result .gsc-table-cell-thumbnail.gsc-thumbnail {
    width: 100%; }
  @media screen and (max-width: 768px) {
    .all-programs-posters div.gsc-webResult.gsc-result {
      padding-bottom: 0 !important;
      width: 47%; } }
.all-programs-posters img.gs-image {
  width: 100%; }
.all-programs-posters img.gs-image:hover {
  opacity: 0.8;
  filter: alpha(opacity=80); }
.all-programs-posters td.gsc-table-cell-thumbnail.gsc-thumbnail {
  width: 100%; }
.all-programs-posters div.gsc-cursor-box.gs-bidi-start-align {
  clear: both; }

/* Watch page - Video information box */
.video-box {
  display: flex;
  justify-content: space-between; }
  .video-box .video-info-box {
    padding-right: 1%;
    width: 54%; }
  @media screen and (max-width: 768px) {
    .video-box {
      flex-direction: column; }
      .video-box .video-info-box {
        padding-right: 0;
        width: 100%; } }

.featured-article-panel {
  background: #444343;
  color: #fff;
  width: calc(100vw + -10px);
  margin-top: 50px;
  margin-bottom: 50px;
  margin-left: calc(-100vw / 2 + 1200px / 2);
  margin-right: calc(-100vw / 2 + 1200px / 2);
  max-height: 600px;
  min-height: 400px;
  overflow: hidden; }
  @media screen and (min-color-index: 0) and (-webkit-min-device-pixel-ratio: 0) {
    .featured-article-panel {
      width: calc(100vw + 0); } }
  .featured-article-panel .featured-article-content {
    display: block;
    margin: 0 auto;
    max-width: 1200px;
    position: relative; }
  .featured-article-panel .media-container {
    line-height: 0;
    min-height: 400px;
    min-width: 1200px;
    max-height: 1000px;
    position: absolute; }
    .featured-article-panel .media-container a {
      display: block; }
    .featured-article-panel .media-container a:after {
      content: '';
      background: linear-gradient(to left, rgba(68, 67, 67, 0) 65%, #444343 100%), linear-gradient(to right, rgba(68, 67, 67, 0) 65%, #444343 100%);
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    .featured-article-panel .media-container img {
      width: 100%; }
  .featured-article-panel .text-container {
    height: 520px;
    left: 0;
    max-height: 520px;
    padding: 50px;
    position: relative;
    top: 0;
    width: 50%; }
  .featured-article-panel .featured-title {
    font-size: 26px;
    padding-bottom: 10px; }
  .featured-article-panel .featured-author,
  .featured-article-panel .featured-desc {
    clear: both; }
  .featured-article-panel .featured-desc {
    font-size: 18px;
    margin-bottom: 30px; }
  .featured-article-panel .featured-link-text a {
    display: inline-block;
    position: relative;
    background-color: #5e5098;
    height: 42px;
    font-size: 1.125em;
    font-weight: 600;
    color: #fff;
    line-height: 42px;
    text-transform: uppercase;
    padding: 0 12px 0 14px;
    width: auto; }
  .featured-article-panel hr {
    width: 100px;
    border-top: 1px solid white;
    float: left; }
  @media screen and (max-width: 1200px) {
    .featured-article-panel {
      background: none;
      width: auto;
      margin: 25px -10px; }
      .featured-article-panel .media-container a:after {
        background: none; } }
  @media screen and (max-width: 1024px) {
    .featured-article-panel .text-container {
      width: 75%;
      padding: 50px; }
    .featured-article-panel .featured-title {
      font-size: 22px; }
    .featured-article-panel .featured-desc {
      font-size: 16px; } }
  @media screen and (max-width: 768px) {
    .featured-article-panel {
      margin-left: auto;
      margin-right: auto; }
      .featured-article-panel .media-container {
        overflow: hidden; }
        .featured-article-panel .media-container img {
          height: 320px;
          margin-left: 50%;
          max-width: none;
          position: relative;
          transform: translateX(-50%);
          width: auto; }
      .featured-article-panel .text-container {
        width: 100%;
        padding: 20px; } }
  @media screen and (max-width: 480px) {
    .featured-article-panel .media-container img {
      height: 370px; } }

@media screen and (min-width: 481px) and (max-width: 1024px) {
  .stage.video {
    padding-top: 0; }

  .program-video .primary .title {
    font-size: 1.6em;
    margin-bottom: .2em; }
  .program-video .primary .dek {
    font-size: 1em; }

  .series-top .primary,
  .series-top .secondary {
    width: 100%;
    margin-bottom: 1.5em; }
  .series-top .rpad,
  .series-top .lpad {
    padding: 0; }

  .video-section.episode-single li.video-thumb .dek-long {
    font-size: 1em; } }
@media screen and (max-width: 768px) {
  .player-wrapper-box {
    grid-template-columns: 1fr; }

  .program-video .secondary {
    grid-row-start: auto;
    grid-row-end: auto;
    order: unset;
    margin-bottom: 30px; }
  .program-video .supporting-apps-box {
    grid-row-start: auto;
    width: auto; }
    .program-video .supporting-apps-box .supporting-apps-content .supporting-app:first-child,
    .program-video .supporting-apps-box .supporting-apps-content .supporting-app .pbs-app-text {
      color: white;
      font-size: 18px; }
    .program-video .supporting-apps-box .supporting-apps-content .supporting-app:first-child {
      margin-bottom: 10px;
      text-align: center; }
    .program-video .supporting-apps-box .supporting-apps-content .supporting-app:not(:first-child) {
      flex: 0 40%;
      padding: 0 10px;
      margin: 10px auto; }

  .video-section.episode-single li.video-thumb .dek {
    display: block;
    margin: .3em 0 15px 32.3%; }
  .video-section.episode-single li.video-thumb .dek-long {
    display: none; } }
@media screen and (max-width: 480px) {
  .stage.video {
    padding-top: 0; }

  .program-video .primary {
    width: 100%;
    margin: 0 0 1em 0; }
    .program-video .primary .title {
      font-size: 1.3em;
      margin-bottom: .2em; }
    .program-video .primary .dek {
      font-size: 1em; }
  .program-video .secondary {
    width: 100%; }

  .video-section ul {
    margin: 0; }
  .video-section li {
    width: 100%;
    margin: 0 0 1.5em 0; }
  .video-section.episode-single li figure {
    width: 100%; }
  .video-section.episode-single li .title, .video-section.episode-single li.video-thumb .date {
    margin-bottom: auto;
    margin-left: auto;
    float: left; }
  .video-section.episode-single li.video-thumb .dek {
    clear: both;
    margin: auto; }
  .video-section.episode-single li.video-thumb .time {
    float: right;
    margin-left: auto;
    text-align: right; }

  .series-top .primary,
  .series-top .secondary {
    width: 100%; }
  .series-top .primary {
    margin-bottom: 1.5em; }
  .series-top .rpad,
  .series-top .lpad {
    padding: 0; }
  .series-top .dek {
    font-size: 1em; }
  .series-top .program_share {
    text-align: center; }

  .prog-airdates li {
    font-size: 1em; }

  .all-videos-head {
    margin: 0;
    border: 0;
    padding-bottom: 1em; }
    .all-videos-head h1 {
      font-size: 1.6em; }
    .all-videos-head p {
      margin: 0;
      font-size: 1em; }
    .all-videos-head .dek {
      margin-top: .7em; }
    .all-videos-head .subnav {
      font-size: .7em; }

  .video-type-menu {
    margin: 0 -1% 2em -1%; }
    .video-type-menu li {
      float: left;
      width: 31.3%;
      margin: 0 1%; }
    .video-type-menu button {
      padding: .7em 0;
      font-size: .6em;
      width: 100%; }

  .program-funders li,
  .kids-funders .program-funders li {
    width: 48%;
    margin: 1%; }
    .program-funders li figure img,
    .kids-funders .program-funders li figure img {
      max-height: 50px; } }
.pbs-passport-authenticate-wrap {
  color: #2f2f2f;
  font-family: 'Cabin'; }

.passport-help-text {
  color: #2f2f2f;
  font-size: 1em; }
  .passport-help-text .fa {
    color: #2f2f2f; }
  .passport-help-text a {
    color: #5e5098; }

.service-sign-in h3 {
  font-weight: 600; }
.service-sign-in .create-pbs a {
  color: #5e5098; }

/* Login Page: /pbsoauth/loginform/ */
.pbs-passport-authenticate.login-block .service-options li.activate {
  display: none; }
.pbs-passport-authenticate.login-block .service-options li.becomemember {
  float: inherit;
  width: inherit; }

/* Activate Page: /pbsoauth/activate/ */
.pbs-passport-authenticate.activate {
  color: #2f2f2f; }
  .pbs-passport-authenticate.activate form button {
    color: #f37021; }
  .pbs-passport-authenticate.activate h3.error {
    color: #f37021; }
  .pbs-passport-authenticate.activate p a {
    color: #5D5098; }

/* User Info Page: /pbsoauth/userinfo/ */
.pbs-passport-authenticate .userinfo-block .service-login-link.activate {
  display: none; }

/* Already A Member: /pbsoauth/alreadymember/ */
.pbs-passport-authenticate.alreadymember button {
  background-color: #2981b1; }
.pbs-passport-authenticate.alreadymember span.description a {
  color: #5e5098; }
.pbs-passport-authenticate.alreadymember span.description a:hover {
  text-decoration: underline; }

.tv-s-head {
  font-family: 'Cabin';
  background-color: #dddddd;
  color: #353535; }
  .tv-s-head .date-header {
    font-family: "FontAwesome", "Cabin"; }
    .tv-s-head .date-header button {
      color: #353535 !important; }
    .tv-s-head .date-header button:hover {
      color: #5e5098 !important; }
    .tv-s-head .date-header em {
      font-family: "FontAwesome"; }
  .tv-s-head .sched-sort button, .tv-s-head .sched-sort input, .tv-s-head .sched-sort select {
    font: 400 1em "FontAwesome", "Cabin";
    border: 1px solid #5e5098; }
  .tv-s-head .sched-sort select {
    background: #5e5098 url("../images/chevron.png") no-repeat;
    background-size: auto 40%;
    background-position: 95% 50%; }
  .tv-s-head .sched-sort button {
    background: #5e5098; }
  .tv-s-head .sched-sort button:hover {
    background: #00abb1;
    border: 1px solid #00abb1; }
  .tv-s-head .sched-sort ul li.channel select {
    width: 250px; }
  .tv-s-head .sched-sort ul li.view select {
    width: 150px; }
  .tv-s-head .scheduleseachbar input, .tv-s-head .scheduleseachbar button {
    padding: .5em !important;
    font-size: 1.125em; }
  .tv-s-head .scheduleseachbar button {
    background-color: #5e5098; }
  .tv-s-head .scheduleseachbar button:hover {
    background: #00abb1; }

.station-toggles {
  color: #2f2f2f; }
  .station-toggles button {
    text-transform: none !important; }

.tv-s {
  font-family: 'Cabin';
  color: #1b1b1b; }
  .tv-s .si summary:after {
    font-family: "FontAwesome", "Cabin";
    color: #1b1b1b;
    content: "\f196"; }
  .tv-s .si-inner {
    border-bottom: 1px solid #a8aaac; }
  .tv-s .si.open {
    background-color: #ddd; }
    .tv-s .si.open .si-inner {
      border-bottom: 1px solid #a8aaac; }
      .tv-s .si.open .si-inner summary:after {
        content: "\f147"; }
  .tv-s .di .dek {
    font: normal 1.2em 'Faustina'; }
  .tv-s .di .video-meta {
    color: #5D5098; }
  .tv-s .view-earlier, .tv-s .view-earlier-grid {
    background-color: transparent;
    color: #fff;
    border: 0; }
  .tv-s .earlier-row {
    background-color: #666;
    overflow: hidden; }
  .tv-s .earlier-row:hover {
    background-color: #5e5098; }
  .tv-s .time, .tv-s .time-date {
    color: #5e5098; }
  .tv-s .prog-lnk .link {
    background-color: #5e5098; }
  .tv-s .prog-lnk .link:hover {
    background-color: #00abb1; }
  .tv-s .on-now, .tv-s .watch-button {
    background-color: #f37021; }
  .tv-s .watch-button {
    background-color: #5e5098; }
  .tv-s .gradient {
    background: #5e5098;
    filter: none; }
  .tv-s .gradient:hover {
    background: #00abb1; }

.tv-s .si.open .prog-title, .tv-s .si.open .time, .tv-s .si.open .time-date {
  color: #5e5098; }

.station-toggles, .ui-autocomplete {
  font-family: 'Cabin'; }

.consolodated-tv li {
  border: 1px solid #a8aaac !important; }
.consolodated-tv a {
  color: #1b1b1b !important; }
.consolodated-tv a:hover {
  color: #5e5098 !important; }

.tv-grid .column {
  border-right: 2px solid #a8aaac; }
.tv-grid .cell {
  border-top: 2px solid #a8aaac; }
  .tv-grid .cell a {
    color: #1b1b1b; }
  .tv-grid .cell .e {
    color: #666; }
.tv-grid .cell.time-head {
  color: #5e5098; }
  .tv-grid .cell.time-head span {
    color: #5e5098; }
.tv-grid .cell.i:hover .t {
  color: #5e5098; }
.tv-grid .cell.i:hover .e {
  color: #000; }
.tv-grid .cell.top {
  border-top: 2px solid #a8aaac; }
.tv-grid .cell.bottom {
  border-bottom: 2px solid #a8aaac; }

.tv-s-head.results .sched-back a {
  background-color: #f37021; }

.set-reminder ul {
  border-top: 1px solid #fff; }
.set-reminder li {
  border-bottom: 1px solid #fff;
  background-color: #5e5098; }
.set-reminder li:hover {
  background-color: #00abb1; }

#msched {
  font-family: 'Cabin';
  background-color: #fff;
  outline: none !important;
  color: #1b1b1b; }
  #msched .a {
    color: #1b1b1b; }
  #msched .t {
    color: #5e5098; }
  #msched p {
    font-family: 'Faustina';
    font-size: .9em; }
  #msched .prog-lnk .link {
    background-color: #5e5098; }
  #msched .prog-lnk .link:hover {
    background-color: #00abb1; }

.remodal-wrapper * {
  outline: none !important;
  border: 0; }

.remodal.schedule {
  background-color: #fff; }

.remodal-close-schedule {
  background-color: #5e5098; }

.remodal-close-schedule:hover {
  background-color: #00abb1; }

@media screen and (min-width: 769px) {
  .tv-s .si:hover {
    background-color: #ddd; }
  .tv-s details:hover .time, .tv-s details:hover .time-date, .tv-s details:hover summary:after, .tv-s details:hover .prog-title {
    color: #5e5098; } }
@media screen and (max-width: 768px) {
  .tv-s-head .date-header button.date-caret {
    background-color: #f37021;
    color: #fff !important; }
  .tv-s-head .date-header button.date-caret:hover {
    background-color: #00abb1; } }
@media screen and (min-width: 481px) and (max-width: 1024px) {
  .tv-s-head {
    padding: 2% 0; }
    .tv-s-head .date-header {
      position: relative;
      margin: 0 .5% .7em .5%; }
      .tv-s-head .date-header button.date-caret {
        position: absolute;
        top: 0;
        background-color: #f37021;
        color: #fff !important;
        padding: .1em .5em; }
      .tv-s-head .date-header button.date-caret:hover {
        background-color: #00abb1;
        color: #fff !important; }
      .tv-s-head .date-header button.date-caret.next {
        right: 0; }
      .tv-s-head .date-header button.date-caret.prev {
        left: 0; }
    .tv-s-head .sched-sort {
      clear: both; }
      .tv-s-head .sched-sort button, .tv-s-head .sched-sort input, .tv-s-head .sched-sort select {
        padding: .5em; }
      .tv-s-head .sched-sort span {
        padding: .6em 0; }
      .tv-s-head .sched-sort ul li.sort-select select {
        width: 150px; }
      .tv-s-head .sched-sort ul li.search {
        width: 150px; }
      .tv-s-head .sched-sort ul li.channel select {
        width: 200px; }
      .tv-s-head .sched-sort ul li.view select {
        width: 175px; }
    .tv-s-head .scheduleseachbar input {
      width: 75%; }
    .tv-s-head .scheduleseachbar button {
      width: 25%; }

  .tv-s .mobile-only {
    display: none; }
  .tv-s .time, .tv-s .time-date {
    width: 20%;
    font-size: 1.8em; }
  .tv-s .title {
    width: 69%; }
    .tv-s .title .prog-title {
      font-size: 1.4em; }
    .tv-s .title .ep-title {
      font-size: 1em; }
  .tv-s .di {
    margin: 1em 0 0 0;
    width: 91%; }
    .tv-s .di figure {
      float: left;
      width: 20%;
      margin-right: 4%; }
    .tv-s .di .dek-wrap.image-1 {
      float: left;
      width: 76%; }
    .tv-s .di .dek {
      font-size: 1em; }
    .tv-s .di .video-meta {
      font-size: .8em; }
  .tv-s .si summary:after {
    width: 7%; }
  .tv-s .watch-button, .tv-s .on-now {
    font-size: .8em; }
  .tv-s .no-results {
    padding: 0 0 1.5em 0;
    font-size: 1.5em; }
    .tv-s .no-results .msg {
      max-width: 80%; }

  .scd-int {
    margin-top: 1em; }
    .scd-int .scd-ad {
      width: 300px;
      margin: 0 auto;
      float: none; }
    .scd-int .scd-promo {
      width: 48%;
      margin: 0 1% 1em 1%; }

  .station-toggles .airing-on {
    display: block;
    margin-bottom: .5em; }
  .station-toggles button {
    margin: 0 .5em 1em 0; }

  h5.sched-result-head {
    padding-left: 0; }

  .remodal-close-schedule {
    right: -6px; } }
/*! jQuery UI - v1.12.1 - 2017-05-24
* http://jqueryui.com
* Copyright jQuery Foundation and other contributors; Licensed MIT */
.page-template-page-schedule .ui-widget {
  font-family: Cabin; }
.page-template-page-schedule .ui-widget input, .page-template-page-schedule .ui-widget select, .page-template-page-schedule .ui-widget textarea, .page-template-page-schedule .ui-widget button {
  font-family: Cabin; }
.page-template-page-schedule .ui-widget.ui-widget-content {
  border: 1px solid #fff; }
.page-template-page-schedule .ui-widget-content {
  border: 1px solid #fff;
  background: #fff;
  color: #666; }
.page-template-page-schedule .ui-widget-content a {
  color: #5e5098; }
.page-template-page-schedule .ui-widget-header {
  border: 1px solid #fff;
  background: #fff;
  color: #1b1b1b;
  font-weight: bold; }
.page-template-page-schedule .ui-widget-header a {
  color: #1b1b1b !important; }
.page-template-page-schedule .ui-state-default, .page-template-page-schedule .ui-widget-content .ui-state-default, .page-template-page-schedule .ui-widget-header .ui-state-default, .page-template-page-schedule .ui-button, .page-template-page-schedule html .ui-button.ui-state-disabled:hover, .page-template-page-schedule html
.ui-button.ui-state-disabled:active {
  border: 1px solid #fff;
  background: #fff;
  font-weight: bold;
  color: #5e5098; }
.page-template-page-schedule .ui-state-default a, .page-template-page-schedule .ui-state-default a:link, .page-template-page-schedule .ui-state-default a:visited, .page-template-page-schedule a.ui-button, .page-template-page-schedule a:link.ui-button, .page-template-page-schedule a:visited.ui-button, .page-template-page-schedule .ui-button {
  color: #5e5098; }
.page-template-page-schedule .ui-state-hover, .page-template-page-schedule .ui-widget-content .ui-state-hover, .page-template-page-schedule .ui-widget-header .ui-state-hover, .page-template-page-schedule .ui-state-focus, .page-template-page-schedule .ui-widget-content
.ui-state-focus, .page-template-page-schedule .ui-widget-header .ui-state-focus, .page-template-page-schedule .ui-button:hover, .page-template-page-schedule .ui-button:focus {
  border: 1px solid #fff;
  background: #fff;
  font-weight: bold;
  color: #00abb1; }
.page-template-page-schedule .ui-state-hover a, .page-template-page-schedule .ui-state-hover a:hover, .page-template-page-schedule .ui-state-hover a:link, .page-template-page-schedule .ui-state-hover a:visited, .page-template-page-schedule .ui-state-focus a, .page-template-page-schedule .ui-state-focus a:hover, .page-template-page-schedule .ui-state-focus
a:link, .page-template-page-schedule .ui-state-focus a:visited, .page-template-page-schedule a.ui-button:hover, .page-template-page-schedule a.ui-button:focus {
  color: #fff; }
.page-template-page-schedule .ui-state-active, .page-template-page-schedule .ui-widget-content .ui-state-active, .page-template-page-schedule .ui-widget-header .ui-state-active, .page-template-page-schedule a.ui-button:active, .page-template-page-schedule .ui-button:active, .page-template-page-schedule .ui-button.ui-state-active:hover {
  border: 1px solid #00abb1;
  background: #00abb1;
  font-weight: bold;
  color: #fff; }
.page-template-page-schedule .ui-icon-background, .page-template-page-schedule .ui-state-active .ui-icon-background {
  border: #00abb1;
  background-color: #fff; }
.page-template-page-schedule .ui-state-active a, .page-template-page-schedule .ui-state-active a:link, .page-template-page-schedule .ui-state-active a:visited {
  color: #fff; }
.page-template-page-schedule .ui-state-highlight, .page-template-page-schedule .ui-widget-content .ui-state-highlight, .page-template-page-schedule .ui-widget-header .ui-state-highlight {
  border: 1px solid #fff;
  background: #fff;
  color: #00abb1; }
.page-template-page-schedule .ui-state-checked {
  border: 1px solid #5e5098;
  background: #5e5098; }
.page-template-page-schedule .ui-datepicker-prev, .page-template-page-schedule .ui-datepicker-next {
  background-color: #5e5098;
  border: 0; }
.page-template-page-schedule .ui-datepicker-prev:hover, .page-template-page-schedule .ui-datepicker-next:hover {
  background-color: #00abb1;
  border: 0; }

.header-space {
  margin-bottom: 1.5em;
  padding-bottom: 1.5em; }

.header-btn {
  display: inline-block;
  margin: 1.5em 0;
  padding: 0.5em;
  background-color: #5e5098;
  border: 1px solid #5e5098;
  transition: all 0.2s linear; }
  .header-btn:hover {
    background-color: #00abb1;
    border: 1px solid #00abb1; }

@media (min-width: 1025px) {
  .series-top .secondary {
    padding-left: 25px; } }
li.page-item-276 > ul.children {
  display: none; }

ul.children {
  padding-bottom: 0; }

.education-teasers {
  margin: 2em 0; }
  .education-teasers ul {
    margin: 0 -1%;
    display: flex;
    flex-wrap: wrap; }
    .education-teasers ul li {
      margin: 0 1%;
      flex-grow: 1;
      flex-basis: 48%; }
      .education-teasers ul li a {
        display: block;
        margin-bottom: 30px; }
    .education-teasers ul.item-count-3 li:nth-last-child(-n+3), .education-teasers ul.item-count-5 li:nth-last-child(-n+3), .education-teasers ul.item-count-7 li:nth-last-child(-n+3) {
      flex-basis: 31%; }
    .education-teasers ul.item-count-6 li {
      flex-basis: 31%; }

.post-education-feature .wc-header-banner {
  width: 100%;
  background-color: #e7e8e8;
  overflow: hidden; }
.post-education-feature .wc-header-graphic {
  width: 68%;
  float: left;
  margin-right: 10px; }
.post-education-feature .wc-header-text {
  padding: 0 3% 0 70%; }
.post-education-feature .video-wrap {
  margin-top: 20px;
  margin-bottom: 20px; }
.post-education-feature .wc-get-started-header, .post-education-feature .wc-previous-header, .post-education-feature .wc-prizes-header {
  width: 100%; }
.post-education-feature .wc-get-started-container {
  display: flex; }
.post-education-feature .wc-get-started-first {
  width: 40%;
  padding-right: 50px; }
.post-education-feature .wc-get-started-second {
  flex: 1; }
.post-education-feature .wc-prize-row {
  float: left;
  display: flex;
  margin-bottom: 50px; }
.post-education-feature .wc-prize-row img {
  max-width: 100px;
  max-height: 80px; }
.post-education-feature .wc-get-started-second p.wc-desc {
  margin-left: 20px;
  flex: 1; }
.post-education-feature .wc-buttons-container {
  display: flex;
  justify-content: center; }
.post-education-feature .wc-buttons-button {
  margin-right: 100px; }
.post-education-feature .wc-row-content {
  display: flex;
  justify-content: center;
  flex-wrap: wrap; }
.post-education-feature .wc-row-piece {
  padding-right: 20px;
  width: 25%;
  text-align: center; }
.post-education-feature .wc-row-piece:last-of-type {
  padding-right: 0; }
body .post-education-feature .single-article-width {
  margin-bottom: 40px; }
.post-education-feature h1.entry-title {
  display: none; }
.post-education-feature .highlight-carousel-container {
  margin-bottom: 40px; }
.post-education-feature .mixed-content-zone-container.featured-articles .video-section ul li {
  display: none; }
  .post-education-feature .mixed-content-zone-container.featured-articles .video-section ul li:nth-child(-n+3) {
    display: block; }
.post-education-feature .post-list {
  padding: 0 2%; }
  .post-education-feature .post-list ul {
    margin-bottom: 20px; }
  .post-education-feature .post-list li {
    border-bottom: none; }
.post-education-feature .paging-navigation {
  margin-bottom: 40px;
  text-align: center;
  font-size: 1.125em; }
  .post-education-feature .paging-navigation .page-numbers {
    background-color: #e7e8e8;
    border: 0;
    padding: .3em .5em;
    display: inline-block;
    color: #000;
    margin: 0 .1em; }
  .post-education-feature .paging-navigation .page-numbers.current {
    background-color: #f37021;
    color: #fff; }
  .post-education-feature .paging-navigation .page-numbers.dots {
    background-color: #fff;
    border: 0; }
  .post-education-feature .paging-navigation .page-numbers:hover {
    background-color: #2f2f2f;
    color: #fff; }
.post-education-feature .section-footer {
  text-align: center; }
  .post-education-feature .section-footer h2 {
    font-size: 30px;
    margin-bottom: 15px; }
@media only screen and (max-width: 820px) {
  .post-education-feature .wc-header-graphic {
    width: 100%;
    float: none; }
  .post-education-feature .wc-header-text {
    margin: 5px 0 0 10px;
    padding: 0; }
  .post-education-feature .wc-get-started-container {
    display: block; }
  .post-education-feature .wc-get-started-first {
    width: 100%;
    padding-right: 0; } }
@media only screen and (max-width: 800px) {
  .post-education-feature .wc-buttons-container {
    display: block;
    text-align: center; }
  .post-education-feature .wc-buttons-button {
    margin-right: auto; }
  .post-education-feature .wc-buttons-container img {
    margin-bottom: 25px; }
  .post-education-feature .wc-row-piece {
    width: auto; } }
@media only screen and (max-width: 600px) {
  .post-education-feature .wc-prize-row {
    display: block; } }
@media only screen and (max-width: 480px) {
  .post-education-feature .post-list {
    padding: 0 3%; } }

.post-education-at-home-learning .entry-header .touch-inset {
  overflow: auto; }
.post-education-at-home-learning .entry-header .entry-title {
  display: block;
  float: left;
  font-size: 45px;
  margin-top: 40px;
  text-transform: uppercase; }
  @media only screen and (max-width: 767px) {
    .post-education-at-home-learning .entry-header .entry-title {
      float: none;
      margin-bottom: 30px;
      text-align: center; } }
.post-education-at-home-learning .entry-header .link-en-espanol {
  float: right;
  margin-right: 10px;
  margin-top: 40px; }
  @media only screen and (max-width: 767px) {
    .post-education-at-home-learning .entry-header .link-en-espanol {
      float: none;
      display: block;
      margin-right: 0;
      margin-top: 30px;
      text-align: center; } }
  .post-education-at-home-learning .entry-header .link-en-espanol button {
    background-color: #5e5098;
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    padding: .5em;
    text-transform: uppercase; }
.post-education-at-home-learning .highlight-carousel-container {
  margin-bottom: 0;
  margin-top: -15px; }
.post-education-at-home-learning .mixed-content-zone-container.featured-articles .mcz-container .video-thumb .program-title, .post-education-at-home-learning .mixed-content-zone-container.at-home-learning-tips .mcz-container .video-thumb .program-title, .post-education-at-home-learning .mixed-content-zone-container.at-home-learning-news-resources .mcz-container .video-thumb .program-title {
  display: none; }
.post-education-at-home-learning h3.section-head {
  margin-bottom: 15px;
  padding-left: 0; }
.post-education-at-home-learning .post-list {
  padding: 0;
  margin: 0; }
  .post-education-at-home-learning .post-list ul {
    margin-bottom: 0; }
  .post-education-at-home-learning .post-list li {
    margin: 0 0.6em;
    padding-bottom: 0; }
    .post-education-at-home-learning .post-list li .read-more {
      display: none; }
  .post-education-at-home-learning .post-list figure {
    margin-bottom: 10px;
    width: 100%; }
  .post-education-at-home-learning .post-list section {
    width: 100%; }
  .post-education-at-home-learning .post-list .meta {
    display: none; }
  .post-education-at-home-learning .post-list .post-list-title {
    display: inline-block;
    width: 100%; }
    .post-education-at-home-learning .post-list .post-list-title a {
      color: #5e5098; }
    .post-education-at-home-learning .post-list .post-list-title .section-head {
      float: left;
      margin: 0px 0px 10px 0px; }
    .post-education-at-home-learning .post-list .post-list-title .view-all {
      float: right;
      margin: 0px 0px 0px 0px; }

@media only screen and (max-width: 768px) {
  .education-teasers {
    margin: 3% 0; }
    .education-teasers ul {
      margin: 0; }
      .education-teasers ul li {
        flex-basis: 100%;
        text-align: center; }
        .education-teasers ul li a {
          margin-bottom: 10px; }
        .education-teasers ul li:last-of-type a {
          margin-bottom: 0px; }
      .education-teasers ul.item-count-3 li, .education-teasers ul.item-count-5 li, .education-teasers ul.item-count-6 li, .education-teasers ul.item-count-7 li {
        flex-basis: 100%; }
        .education-teasers ul.item-count-3 li:nth-last-child(-n+3), .education-teasers ul.item-count-5 li:nth-last-child(-n+3), .education-teasers ul.item-count-6 li:nth-last-child(-n+3), .education-teasers ul.item-count-7 li:nth-last-child(-n+3) {
          flex-basis: 100%; } }
.page-template-page-passport #transparent-layer,
.page-template-page-passport-poldark #transparent-layer,
.page-template-page-passport-victoria #transparent-layer {
  background-image: url("/wp-content/themes/pbs-socal/libs/images/passport-bg-2019-07.png");
  background-repeat: repeat-y;
  background-size: contain;
  background-position: center top;
  background-color: #000;
  color: #fff; }
.page-template-page-passport .main-content .center,
.page-template-page-passport-poldark .main-content .center,
.page-template-page-passport-victoria .main-content .center {
  margin: auto;
  display: block; }
.page-template-page-passport .main-content #content-well,
.page-template-page-passport-poldark .main-content #content-well,
.page-template-page-passport-victoria .main-content #content-well {
  background-color: rgba(0, 0, 0, 0.3);
  margin: 0% auto 0% auto;
  padding: 5% 12%;
  max-width: 1600px; }
  .page-template-page-passport .main-content #content-well a,
  .page-template-page-passport-poldark .main-content #content-well a,
  .page-template-page-passport-victoria .main-content #content-well a {
    color: #f37021;
    text-decoration: none; }
  .page-template-page-passport .main-content #content-well p,
  .page-template-page-passport-poldark .main-content #content-well p,
  .page-template-page-passport-victoria .main-content #content-well p {
    text-align: center;
    font-family: 'CabinRegular', sans-serif;
    font-size: 1.25em;
    line-height: 1.3em; }
.page-template-page-passport .main-content .one-half2,
.page-template-page-passport-poldark .main-content .one-half2,
.page-template-page-passport-victoria .main-content .one-half2 {
  float: left;
  width: 45%; }
.page-template-page-passport .main-content .join-button,
.page-template-page-passport-poldark .main-content .join-button,
.page-template-page-passport-victoria .main-content .join-button {
  background-color: #f37021;
  text-transform: uppercase;
  font-size: 18px;
  color: #fff;
  border: 0px;
  padding: 10px 15px;
  font-weight: bold; }
.page-template-page-passport .main-content .columns2,
.page-template-page-passport-poldark .main-content .columns2,
.page-template-page-passport-victoria .main-content .columns2 {
  width: 60%;
  margin: auto;
  padding: 3% 0% 0% 0%; }
  .page-template-page-passport .main-content .columns2 p,
  .page-template-page-passport-poldark .main-content .columns2 p,
  .page-template-page-passport-victoria .main-content .columns2 p {
    margin: 0px;
    padding: 5px; }
.page-template-page-passport .main-content .screens,
.page-template-page-passport-poldark .main-content .screens,
.page-template-page-passport-victoria .main-content .screens {
  width: 100%;
  max-width: 616px; }
.page-template-page-passport .main-content .screen-container,
.page-template-page-passport-poldark .main-content .screen-container,
.page-template-page-passport-victoria .main-content .screen-container {
  margin: 10% 0% 5% 0%; }
.page-template-page-passport .main-content .right-box,
.page-template-page-passport-poldark .main-content .right-box,
.page-template-page-passport-victoria .main-content .right-box {
  border-left: 2px solid #fff; }
.page-template-page-passport .main-content .shows,
.page-template-page-passport-poldark .main-content .shows,
.page-template-page-passport-victoria .main-content .shows {
  font-style: italic; }
.page-template-page-passport .main-content .note,
.page-template-page-passport-poldark .main-content .note,
.page-template-page-passport-victoria .main-content .note {
  font-size: 1.25em; }
.page-template-page-passport .main-content .big,
.page-template-page-passport-poldark .main-content .big,
.page-template-page-passport-victoria .main-content .big {
  height: auto; }
.page-template-page-passport .main-content .boxes,
.page-template-page-passport-poldark .main-content .boxes,
.page-template-page-passport-victoria .main-content .boxes {
  padding: 5px; }

.page-template-page-passport-victoria #transparent-layer,
.page-template-page-passport-poldark #transparent-layer {
  overflow: hidden;
  position: relative; }
.page-template-page-passport-victoria .main-content .head-buttons.cf,
.page-template-page-passport-poldark .main-content .head-buttons.cf {
  display: none; }
.page-template-page-passport-victoria .main-content #content-well,
.page-template-page-passport-poldark .main-content #content-well {
  background: none;
  z-index: 999;
  position: relative; }
.page-template-page-passport-victoria .main-content #black-cover,
.page-template-page-passport-poldark .main-content #black-cover {
  content: ' ';
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 4000px;
  top: 0;
  position: absolute;
  display: inline-block;
  z-index: 99;
  overflow: hidden; }

@media only screen and (max-width: 1024px) {
  .page-template-page-passport .main-content .columns2,
  .page-template-page-passport-victoria .main-content .columns2,
  .page-template-page-passport-poldark .main-content .columns2 {
    width: 80%; } }
@media only screen and (max-width: 870px) {
  .page-template-page-passport .main-content #content-well,
  .page-template-page-passport-victoria .main-content #content-well,
  .page-template-page-passport-poldark .main-content #content-well {
    padding: 5%; }
  .page-template-page-passport .main-content .one-half2,
  .page-template-page-passport-victoria .main-content .one-half2,
  .page-template-page-passport-poldark .main-content .one-half2 {
    width: 100%; }
  .page-template-page-passport .main-content .right-box,
  .page-template-page-passport-victoria .main-content .right-box,
  .page-template-page-passport-poldark .main-content .right-box {
    border-left: 0px; }
  .page-template-page-passport .main-content .boxes,
  .page-template-page-passport-victoria .main-content .boxes,
  .page-template-page-passport-poldark .main-content .boxes {
    margin-bottom: 10px; }
  .page-template-page-passport .main-content .columns2,
  .page-template-page-passport-victoria .main-content .columns2,
  .page-template-page-passport-poldark .main-content .columns2 {
    width: 90%; } }
.page .page-pbs-socal-productions article {
  float: none; }
.page .page-pbs-socal-productions .popular-shows {
  background-color: #fff; }
  .page .page-pbs-socal-productions .popular-shows h3 {
    font-size: 1.7em;
    font-weight: 400;
    margin: 0px 0px 15px 7px;
    color: #5e5098;
    text-transform: uppercase;
    float: left; }
  .page .page-pbs-socal-productions .popular-shows .mcz-title {
    display: inline-block;
    width: 100%; }
  .page .page-pbs-socal-productions .popular-shows .view-all {
    float: right;
    margin: 0px 0px 0px 0px; }
@media only screen and (max-width: 768px) {
  .page .post-11120.hentry .touch-inset,
  .page .post-14563.hentry .touch-inset {
    padding: 0; } }
.page .post-11120.hentry hr,
.page .post-14563.hentry hr {
  color: black;
  margin-bottom: 40px;
  width: 60%; }
.page .post-11120.hentry .wrapper .container,
.page .post-14563.hentry .wrapper .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .page .post-11120.hentry .wrapper .container,
    .page .post-14563.hentry .wrapper .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .page .post-11120.hentry .wrapper .container,
    .page .post-14563.hentry .wrapper .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .page .post-11120.hentry .wrapper .container,
    .page .post-14563.hentry .wrapper .container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .page .post-11120.hentry .wrapper .container,
    .page .post-14563.hentry .wrapper .container {
      max-width: 1140px; } }
.page .post-11120.hentry .wrapper-header,
.page .post-14563.hentry .wrapper-header {
  background: url(/wp-content/themes/pbs-socal/libs/images/apps/header.jpg) center;
  color: white;
  height: 600px;
  margin-bottom: 40px; }
  @media only screen and (max-width: 768px) {
    .page .post-11120.hentry .wrapper-header,
    .page .post-14563.hentry .wrapper-header {
      background-size: cover; } }
  .page .post-11120.hentry .wrapper-header .container,
  .page .post-14563.hentry .wrapper-header .container {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 600px; }
  .page .post-11120.hentry .wrapper-header h1,
  .page .post-14563.hentry .wrapper-header h1 {
    color: white;
    font-size: 80px;
    font-size: 7vw;
    line-height: 80px;
    margin-bottom: 30px;
    text-transform: uppercase; }
    @media only screen and (min-width: 1360px) {
      .page .post-11120.hentry .wrapper-header h1,
      .page .post-14563.hentry .wrapper-header h1 {
        font-size: 80px; } }
    @media only screen and (max-width: 768px) {
      .page .post-11120.hentry .wrapper-header h1,
      .page .post-14563.hentry .wrapper-header h1 {
        font-size: 40px;
        line-height: normal;
        width: 100%; } }
    .page .post-11120.hentry .wrapper-header h1 span,
    .page .post-14563.hentry .wrapper-header h1 span {
      color: #5e5098; }
  .page .post-11120.hentry .wrapper-header p,
  .page .post-14563.hentry .wrapper-header p {
    font-family: 'Cabin', sans-serif;
    font-size: 30px;
    font-size: 3vw;
    line-height: 40px;
    margin: auto auto 40px auto;
    width: 70%; }
    @media only screen and (min-width: 1360px) {
      .page .post-11120.hentry .wrapper-header p,
      .page .post-14563.hentry .wrapper-header p {
        font-size: 30px; } }
    @media only screen and (max-width: 768px) {
      .page .post-11120.hentry .wrapper-header p,
      .page .post-14563.hentry .wrapper-header p {
        font-size: 26px;
        width: 100%; } }
  .page .post-11120.hentry .wrapper-header .learn-more,
  .page .post-14563.hentry .wrapper-header .learn-more {
    font-family: 'Cabin', sans-serif;
    position: relative;
    text-transform: uppercase; }
    .page .post-11120.hentry .wrapper-header .learn-more a,
    .page .post-14563.hentry .wrapper-header .learn-more a {
      color: #fff; }
      .page .post-11120.hentry .wrapper-header .learn-more a:after,
      .page .post-14563.hentry .wrapper-header .learn-more a:after {
        border-style: solid;
        border-width: 3px 3px 0 0;
        content: '';
        display: inline-block;
        height: 15px;
        left: 45%;
        position: absolute;
        vertical-align: top;
        width: 15px;
        top: 30px;
        transform: rotate(135deg); }
.page .post-11120.hentry .wrapper-mobile .row,
.page .post-11120.hentry .wrapper-tv .row,
.page .post-11120.hentry .wrapper-browser .row,
.page .post-11120.hentry .wrapper-pbs-passport .row,
.page .post-11120.hentry .wrapper-pbs-kids .row,
.page .post-14563.hentry .wrapper-mobile .row,
.page .post-14563.hentry .wrapper-tv .row,
.page .post-14563.hentry .wrapper-browser .row,
.page .post-14563.hentry .wrapper-pbs-passport .row,
.page .post-14563.hentry .wrapper-pbs-kids .row {
  overflow: auto;
  margin-bottom: 20px; }
  .page .post-11120.hentry .wrapper-mobile .row ul,
  .page .post-11120.hentry .wrapper-tv .row ul,
  .page .post-11120.hentry .wrapper-browser .row ul,
  .page .post-11120.hentry .wrapper-pbs-passport .row ul,
  .page .post-11120.hentry .wrapper-pbs-kids .row ul,
  .page .post-14563.hentry .wrapper-mobile .row ul,
  .page .post-14563.hentry .wrapper-tv .row ul,
  .page .post-14563.hentry .wrapper-browser .row ul,
  .page .post-14563.hentry .wrapper-pbs-passport .row ul,
  .page .post-14563.hentry .wrapper-pbs-kids .row ul {
    display: flex;
    justify-content: center;
    list-style: none;
    padding-left: 0;
    text-align: center;
    flex-wrap: wrap; }
    .page .post-11120.hentry .wrapper-mobile .row ul li,
    .page .post-11120.hentry .wrapper-tv .row ul li,
    .page .post-11120.hentry .wrapper-browser .row ul li,
    .page .post-11120.hentry .wrapper-pbs-passport .row ul li,
    .page .post-11120.hentry .wrapper-pbs-kids .row ul li,
    .page .post-14563.hentry .wrapper-mobile .row ul li,
    .page .post-14563.hentry .wrapper-tv .row ul li,
    .page .post-14563.hentry .wrapper-browser .row ul li,
    .page .post-14563.hentry .wrapper-pbs-passport .row ul li,
    .page .post-14563.hentry .wrapper-pbs-kids .row ul li {
      margin-bottom: 0; }
      .page .post-11120.hentry .wrapper-mobile .row ul li .install-links,
      .page .post-11120.hentry .wrapper-tv .row ul li .install-links,
      .page .post-11120.hentry .wrapper-browser .row ul li .install-links,
      .page .post-11120.hentry .wrapper-pbs-passport .row ul li .install-links,
      .page .post-11120.hentry .wrapper-pbs-kids .row ul li .install-links,
      .page .post-14563.hentry .wrapper-mobile .row ul li .install-links,
      .page .post-14563.hentry .wrapper-tv .row ul li .install-links,
      .page .post-14563.hentry .wrapper-browser .row ul li .install-links,
      .page .post-14563.hentry .wrapper-pbs-passport .row ul li .install-links,
      .page .post-14563.hentry .wrapper-pbs-kids .row ul li .install-links {
        font-family: 'Cabin', sans-serif;
        text-transform: uppercase; }
        @media only screen and (max-width: 768px) {
          .page .post-11120.hentry .wrapper-mobile .row ul li .install-links,
          .page .post-11120.hentry .wrapper-tv .row ul li .install-links,
          .page .post-11120.hentry .wrapper-browser .row ul li .install-links,
          .page .post-11120.hentry .wrapper-pbs-passport .row ul li .install-links,
          .page .post-11120.hentry .wrapper-pbs-kids .row ul li .install-links,
          .page .post-14563.hentry .wrapper-mobile .row ul li .install-links,
          .page .post-14563.hentry .wrapper-tv .row ul li .install-links,
          .page .post-14563.hentry .wrapper-browser .row ul li .install-links,
          .page .post-14563.hentry .wrapper-pbs-passport .row ul li .install-links,
          .page .post-14563.hentry .wrapper-pbs-kids .row ul li .install-links {
            font-size: 18px; } }
  .page .post-11120.hentry .wrapper-mobile .row.box-2 .image,
  .page .post-11120.hentry .wrapper-mobile .row.box-2 .desc,
  .page .post-11120.hentry .wrapper-tv .row.box-2 .image,
  .page .post-11120.hentry .wrapper-tv .row.box-2 .desc,
  .page .post-11120.hentry .wrapper-browser .row.box-2 .image,
  .page .post-11120.hentry .wrapper-browser .row.box-2 .desc,
  .page .post-11120.hentry .wrapper-pbs-passport .row.box-2 .image,
  .page .post-11120.hentry .wrapper-pbs-passport .row.box-2 .desc,
  .page .post-11120.hentry .wrapper-pbs-kids .row.box-2 .image,
  .page .post-11120.hentry .wrapper-pbs-kids .row.box-2 .desc,
  .page .post-14563.hentry .wrapper-mobile .row.box-2 .image,
  .page .post-14563.hentry .wrapper-mobile .row.box-2 .desc,
  .page .post-14563.hentry .wrapper-tv .row.box-2 .image,
  .page .post-14563.hentry .wrapper-tv .row.box-2 .desc,
  .page .post-14563.hentry .wrapper-browser .row.box-2 .image,
  .page .post-14563.hentry .wrapper-browser .row.box-2 .desc,
  .page .post-14563.hentry .wrapper-pbs-passport .row.box-2 .image,
  .page .post-14563.hentry .wrapper-pbs-passport .row.box-2 .desc,
  .page .post-14563.hentry .wrapper-pbs-kids .row.box-2 .image,
  .page .post-14563.hentry .wrapper-pbs-kids .row.box-2 .desc {
    float: left;
    width: 50%; }
    @media only screen and (max-width: 768px) {
      .page .post-11120.hentry .wrapper-mobile .row.box-2 .image,
      .page .post-11120.hentry .wrapper-mobile .row.box-2 .desc,
      .page .post-11120.hentry .wrapper-tv .row.box-2 .image,
      .page .post-11120.hentry .wrapper-tv .row.box-2 .desc,
      .page .post-11120.hentry .wrapper-browser .row.box-2 .image,
      .page .post-11120.hentry .wrapper-browser .row.box-2 .desc,
      .page .post-11120.hentry .wrapper-pbs-passport .row.box-2 .image,
      .page .post-11120.hentry .wrapper-pbs-passport .row.box-2 .desc,
      .page .post-11120.hentry .wrapper-pbs-kids .row.box-2 .image,
      .page .post-11120.hentry .wrapper-pbs-kids .row.box-2 .desc,
      .page .post-14563.hentry .wrapper-mobile .row.box-2 .image,
      .page .post-14563.hentry .wrapper-mobile .row.box-2 .desc,
      .page .post-14563.hentry .wrapper-tv .row.box-2 .image,
      .page .post-14563.hentry .wrapper-tv .row.box-2 .desc,
      .page .post-14563.hentry .wrapper-browser .row.box-2 .image,
      .page .post-14563.hentry .wrapper-browser .row.box-2 .desc,
      .page .post-14563.hentry .wrapper-pbs-passport .row.box-2 .image,
      .page .post-14563.hentry .wrapper-pbs-passport .row.box-2 .desc,
      .page .post-14563.hentry .wrapper-pbs-kids .row.box-2 .image,
      .page .post-14563.hentry .wrapper-pbs-kids .row.box-2 .desc {
        width: 100%; } }
  .page .post-11120.hentry .wrapper-mobile .row.box-2 .image img,
  .page .post-11120.hentry .wrapper-tv .row.box-2 .image img,
  .page .post-11120.hentry .wrapper-browser .row.box-2 .image img,
  .page .post-11120.hentry .wrapper-pbs-passport .row.box-2 .image img,
  .page .post-11120.hentry .wrapper-pbs-kids .row.box-2 .image img,
  .page .post-14563.hentry .wrapper-mobile .row.box-2 .image img,
  .page .post-14563.hentry .wrapper-tv .row.box-2 .image img,
  .page .post-14563.hentry .wrapper-browser .row.box-2 .image img,
  .page .post-14563.hentry .wrapper-pbs-passport .row.box-2 .image img,
  .page .post-14563.hentry .wrapper-pbs-kids .row.box-2 .image img {
    padding-right: 20px; }
  @media only screen and (max-width: 768px) {
    .page .post-11120.hentry .wrapper-mobile .row h2,
    .page .post-11120.hentry .wrapper-tv .row h2,
    .page .post-11120.hentry .wrapper-browser .row h2,
    .page .post-11120.hentry .wrapper-pbs-passport .row h2,
    .page .post-11120.hentry .wrapper-pbs-kids .row h2,
    .page .post-14563.hentry .wrapper-mobile .row h2,
    .page .post-14563.hentry .wrapper-tv .row h2,
    .page .post-14563.hentry .wrapper-browser .row h2,
    .page .post-14563.hentry .wrapper-pbs-passport .row h2,
    .page .post-14563.hentry .wrapper-pbs-kids .row h2 {
      text-align: center; } }
  @media only screen and (max-width: 768px) {
    .page .post-11120.hentry .wrapper-mobile .row .button,
    .page .post-11120.hentry .wrapper-tv .row .button,
    .page .post-11120.hentry .wrapper-browser .row .button,
    .page .post-11120.hentry .wrapper-pbs-passport .row .button,
    .page .post-11120.hentry .wrapper-pbs-kids .row .button,
    .page .post-14563.hentry .wrapper-mobile .row .button,
    .page .post-14563.hentry .wrapper-tv .row .button,
    .page .post-14563.hentry .wrapper-browser .row .button,
    .page .post-14563.hentry .wrapper-pbs-passport .row .button,
    .page .post-14563.hentry .wrapper-pbs-kids .row .button {
      text-align: center; } }
  .page .post-11120.hentry .wrapper-mobile .row .button button,
  .page .post-11120.hentry .wrapper-tv .row .button button,
  .page .post-11120.hentry .wrapper-browser .row .button button,
  .page .post-11120.hentry .wrapper-pbs-passport .row .button button,
  .page .post-11120.hentry .wrapper-pbs-kids .row .button button,
  .page .post-14563.hentry .wrapper-mobile .row .button button,
  .page .post-14563.hentry .wrapper-tv .row .button button,
  .page .post-14563.hentry .wrapper-browser .row .button button,
  .page .post-14563.hentry .wrapper-pbs-passport .row .button button,
  .page .post-14563.hentry .wrapper-pbs-kids .row .button button {
    border: 3px solid #000;
    color: #000;
    font-size: 26px;
    padding: 5px 20px;
    text-transform: uppercase; }
.page .post-11120.hentry .wrapper-browser .row.image-left .image,
.page .post-11120.hentry .wrapper-pbs-kids .row.image-left .image,
.page .post-14563.hentry .wrapper-browser .row.image-left .image,
.page .post-14563.hentry .wrapper-pbs-kids .row.image-left .image {
  width: 40%; }
  @media only screen and (max-width: 768px) {
    .page .post-11120.hentry .wrapper-browser .row.image-left .image,
    .page .post-11120.hentry .wrapper-pbs-kids .row.image-left .image,
    .page .post-14563.hentry .wrapper-browser .row.image-left .image,
    .page .post-14563.hentry .wrapper-pbs-kids .row.image-left .image {
      width: 100%; } }
.page .post-11120.hentry .wrapper-browser .row.image-left .image img,
.page .post-11120.hentry .wrapper-pbs-kids .row.image-left .image img,
.page .post-14563.hentry .wrapper-browser .row.image-left .image img,
.page .post-14563.hentry .wrapper-pbs-kids .row.image-left .image img {
  padding-right: 30px; }
.page .post-11120.hentry .wrapper-mobile .row .apps li,
.page .post-14563.hentry .wrapper-mobile .row .apps li {
  margin-left: 20px;
  margin-right: 20px; }
  @media only screen and (max-width: 768px) {
    .page .post-11120.hentry .wrapper-mobile .row .apps li,
    .page .post-14563.hentry .wrapper-mobile .row .apps li {
      margin-bottom: 10px;
      margin-left: 0;
      margin-right: 0; } }
.page .post-11120.hentry .wrapper-tv .row .apps li,
.page .post-14563.hentry .wrapper-tv .row .apps li {
  width: 33.3%; }
  @media only screen and (max-width: 768px) {
    .page .post-11120.hentry .wrapper-tv .row .apps li,
    .page .post-14563.hentry .wrapper-tv .row .apps li {
      margin-bottom: 20px;
      width: 100%; } }
.page .post-11120.hentry .wrapper-pbs-passport,
.page .post-14563.hentry .wrapper-pbs-passport {
  text-align: center; }
  .page .post-11120.hentry .wrapper-pbs-passport h2,
  .page .post-14563.hentry .wrapper-pbs-passport h2 {
    font-size: 0;
    margin-bottom: 0;
    line-height: 0; }
  .page .post-11120.hentry .wrapper-pbs-passport .image img,
  .page .post-14563.hentry .wrapper-pbs-passport .image img {
    width: 500px; }
  .page .post-11120.hentry .wrapper-pbs-passport .desc,
  .page .post-14563.hentry .wrapper-pbs-passport .desc {
    margin: auto;
    text-align: left;
    max-width: 700px; }
.page .post-11120.hentry .wrapper-pbs-kids .desc h2,
.page .post-14563.hentry .wrapper-pbs-kids .desc h2 {
  color: #ee007c;
  font-family: PBS_KIDS_Headline; }
.page .program-feature-container .program-feature-title h3.section-head {
  margin: 10px 0 0 9px; }
  .page .program-feature-container .program-feature-title h3.section-head a {
    color: #5e5098;
    font-size: 27px; }
.page .program-feature-container .program-feature-hightlight-container .carousel-container {
  background-color: transparent;
  margin-bottom: 40px; }
.page .program-feature-container .program-feature-videos-container .slider {
  padding: 0; }
.page .program-feature-container .program-feature-programming-container h3.section-head {
  font-size: 1.7em;
  margin-left: 9px; }
  .page .program-feature-container .program-feature-programming-container h3.section-head a {
    color: #5e5098; }
.page .program-feature-container .program-feature-programming-container .mcz-title .view-all {
  display: none; }
.page .program-feature-container .program-feature-programming-container .popular-shows {
  background-color: transparent; }
.page .program-feature-container hr {
  max-width: 1200px;
  margin: 0 auto 30px auto; }
.page .vote2020-container .program-feature-title h3.section-head {
  margin-bottom: 20px; }
.page .vote2020-container .vote2020-articles-container .read-more-row ul li .program-title,
.page .vote2020-container .vote2020-articles-container .read-more-row ul li .dek {
  display: none; }
.page .vote2020-container .vote2020-local-programming-container h3.section-head {
  font-size: 18px; }
  .page .vote2020-container .vote2020-local-programming-container h3.section-head a {
    color: black; }

.regex-code {
  margin-top: 2em;
  max-width: 1200px;
  width: 100%;
  height: 500px; }

/* Supporting App logos */
a.no-underline {
  text-decoration: none; }

.bk-grey {
  padding: 36px 0;
  background: #444343; }

.bk-grey .col-2 .app-store,
.bk-grey .col-2 .google-play {
  max-height: 60px; }

.bk-grey .col-2 {
  text-align: center; }

.bk-grey .col-2 img {
  max-height: 45px; }

.get-the-free {
  color: #fff;
  font-family: cabin;
  font-size: .9em;
  line-height: 0px; }

.no-title .seven-logos p {
  position: relative;
  top: 8px;
  max-height: 43.56px;
  height: 100%; }

.pbs-app-text {
  color: #f0b21a;
  font-size: 30px;
  font-family: cabin;
  line-height: 1em; }

.seven-logos {
  display: inline-block;
  width: 13%; }

.seven-logos img {
  max-height: 43.56px;
  height: 100%; }

.seven-logos p {
  position: relative;
  margin: 0;
  max-height: 43.56px;
  height: 100%;
  line-height: 1em; }

.seven-logos p a:hover {
  text-decoration: none; }

.seven-logo-container {
  display: block;
  display: flex;
  max-width: 1200px;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto; }
  .seven-logo-container .fire-tv-logo {
    margin-left: -40px;
    margin-right: -40px; }
  .seven-logo-container .android-tv-logo {
    margin-left: -30px;
    margin-right: 20px; }
  .seven-logo-container .samsung-smart-tv-logo {
    flex-grow: 2;
    position: relative;
    top: 4px; }
    .seven-logo-container .samsung-smart-tv-logo img {
      height: auto; }

@media (max-width: 1100px) {
  .seven-logo-container .seven-logos img {
    height: auto; }
  .seven-logo-container .fire-tv-logo {
    margin-left: -20px;
    margin-right: -20px; }
  .seven-logo-container .apple-tv-logo {
    margin-left: -10px;
    margin-right: -10px; }
  .seven-logo-container .samsung-smart-tv-logo {
    flex-grow: 1; }
  .seven-logo-container .android-tv-logo {
    margin-left: auto;
    margin-right: 20px; } }
@media (max-width: 832px) {
  .seven-logo-container {
    flex-flow: column; }

  .get-the-free {
    font-size: 20px; }

  .pbs-app-text {
    font-size: 40px; }

  .seven-logos {
    display: block;
    margin-bottom: 20px;
    width: 100%;
    text-align: center; }

  .seven-logos img {
    max-height: 57.56px; }

  .seven-logos p {
    max-height: initial;
    top: 0 !important; }

  .seven-logo-container .android-tv-logo {
    margin-left: auto;
    margin-right: auto; }
  .seven-logo-container .apple-tv-logo {
    margin-left: auto;
    margin-right: auto; }
  .seven-logo-container .fire-tv-logo {
    margin-left: auto;
    margin-right: auto; }
  .seven-logo-container .samsung-smart-tv-logo {
    top: auto; } }
/* Supporting apps box found on Shows landing pages and Watch Now page*/
.supporting-apps-box {
  margin-bottom: 40px;
  /* override styles for supporting apps box on Watch page with Purple background */
  /* override styles for supporting apps box on series landing pages */ }
  @media screen and (max-width: 1024px) {
    .supporting-apps-box {
      margin-bottom: 20px; } }
  .supporting-apps-box .supporting-apps-content {
    color: #fff;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between; }
    .supporting-apps-box .supporting-apps-content .supporting-app {
      display: inline-block;
      color: #fff;
      margin: 5px;
      padding: 5px 0; }
      @media screen and (max-width: 1024px) {
        .supporting-apps-box .supporting-apps-content .supporting-app {
          margin: 1px;
          padding: 0; } }
      .supporting-apps-box .supporting-apps-content .supporting-app:first-child {
        line-height: 2em;
        width: 100%; }
      .supporting-apps-box .supporting-apps-content .supporting-app:not(:first-child) {
        flex: 1; }
        @media screen and (max-width: 480px) {
          .supporting-apps-box .supporting-apps-content .supporting-app:not(:first-child) {
            flex: 0 50%;
            margin: 10px 0; } }
      .supporting-apps-box .supporting-apps-content .supporting-app .mobile-only {
        font-size: 1.5em; }
        .supporting-apps-box .supporting-apps-content .supporting-app .mobile-only span {
          font-size: 1em; }
  .page-template-page-watch-now .supporting-apps-box .supporting-apps-content {
    background: #5e5098;
    padding: 10px 70px; }
    .page-template-page-watch-now .supporting-apps-box .supporting-apps-content .supporting-app {
      padding: 0 20px;
      text-align: center; }
      .page-template-page-watch-now .supporting-apps-box .supporting-apps-content .supporting-app:not(:first-child) {
        flex: 1;
        margin: 15px 0; }
      .page-template-page-watch-now .supporting-apps-box .supporting-apps-content .supporting-app img {
        width: 175px; }
      .page-template-page-watch-now .supporting-apps-box .supporting-apps-content .supporting-app .pbs-app-text {
        text-transform: uppercase; }
    @media screen and (max-width: 1024px) {
      .page-template-page-watch-now .supporting-apps-box .supporting-apps-content {
        padding: 10px 0; }
        .page-template-page-watch-now .supporting-apps-box .supporting-apps-content .supporting-app {
          padding: 0 12.5px; }
          .page-template-page-watch-now .supporting-apps-box .supporting-apps-content .supporting-app:first-child {
            line-height: 1.5em; }
          .page-template-page-watch-now .supporting-apps-box .supporting-apps-content .supporting-app .pbs-app-text {
            font-size: 1em; } }
    @media screen and (max-width: 768px) {
      .page-template-page-watch-now .supporting-apps-box .supporting-apps-content .supporting-app:not(:first-child) {
        flex: 0 50%; } }
    @media screen and (max-width: 480px) {
      .page-template-page-watch-now .supporting-apps-box .supporting-apps-content .supporting-app {
        text-transform: uppercase; }
        .page-template-page-watch-now .supporting-apps-box .supporting-apps-content .supporting-app img {
          width: auto;
          max-width: 75%; } }
  .video-box .supporting-apps-box {
    width: 45%; }
    .video-box .supporting-apps-box .supporting-apps-content {
      justify-content: flex-end; }
      .video-box .supporting-apps-box .supporting-apps-content .supporting-app {
        font-size: 1.3em;
        padding: 0;
        text-align: center;
        margin: 2.5% 0 2.5% 8%; }
        .video-box .supporting-apps-box .supporting-apps-content .supporting-app:first-child {
          margin: 11px 0 0 0;
          text-transform: uppercase; }
        .video-box .supporting-apps-box .supporting-apps-content .supporting-app:not(:first-child) {
          flex: 0 27%; }
        .video-box .supporting-apps-box .supporting-apps-content .supporting-app.apple-store-app, .video-box .supporting-apps-box .supporting-apps-content .supporting-app.google-play-app {
          order: 1; }
        .video-box .supporting-apps-box .supporting-apps-content .supporting-app.android-tv-app, .video-box .supporting-apps-box .supporting-apps-content .supporting-app.apple-tv-app, .video-box .supporting-apps-box .supporting-apps-content .supporting-app.fire-tv-app, .video-box .supporting-apps-box .supporting-apps-content .supporting-app.roku-app {
          order: 2; }
        .video-box .supporting-apps-box .supporting-apps-content .supporting-app.apple-store-app, .video-box .supporting-apps-box .supporting-apps-content .supporting-app.fire-tv-app {
          margin-left: 0; }
      .video-box .supporting-apps-box .supporting-apps-content .pbs-app-text {
        color: #fff;
        font-size: 1em; }
    @media screen and (max-width: 768px) {
      .video-box .supporting-apps-box {
        width: 100%; }
        .video-box .supporting-apps-box .supporting-apps-content {
          justify-content: space-evenly; }
          .video-box .supporting-apps-box .supporting-apps-content .supporting-app {
            font-size: 1.5em;
            margin: 0;
            text-align: center; }
            .video-box .supporting-apps-box .supporting-apps-content .supporting-app:first-child {
              margin: 10px 0 0 0; }
            .video-box .supporting-apps-box .supporting-apps-content .supporting-app:not(:first-child) {
              padding: 10px 0;
              margin: 0; }
        .video-box .supporting-apps-box img {
          max-width: 75%;
          width: 175px; } }
    @media screen and (max-width: 480px) {
      .video-box .supporting-apps-box img {
        width: auto; }
      .video-box .supporting-apps-box .supporting-apps-content .supporting-app:not(:first-child) {
        flex: 0 40%; } }

article.cf.slick-slide {
  height: auto; }

li.slick-slide {
  height: auto; }

li.video-thumb figure img {
  max-height: 206px; }

#close-button {
  position: absolute;
  top: 7px;
  left: 9px; }

.arrow-container {
  float: right;
  height: 90px;
  width: 40px;
  background-color: #5D5098; }

.single-page .entry-content .arrow-container > a {
  color: #fff; }

.close-btn-container {
  position: relative;
  display: inline-block;
  top: -48px;
  width: 2rem;
  height: 2rem;
  transition: 0.3s; }

.close-btn-container:hover {
  background-color: #5D5098; }

.close-btn-container:hover {
  cursor: pointer; }

.cta-container {
  position: absolute;
  display: inline-block;
  height: 80px;
  top: 26px;
  line-height: 0.75rem; }

.donate-ad {
  position: absolute;
  right: 0;
  bottom: 1px;
  height: 90px;
  width: 600px;
  background-color: #00ABB0;
  color: #fff;
  font-family: "Faustina";
  z-index: 10; }

.home-carousel-wrap .donate-ad a {
  color: #fff; }

.home-carousel-wrap img.pbs-passport-logo {
  width: 60%;
  margin-top: 8px; }

.logo-container {
  display: inline-block;
  padding: 15px 10px 10px 10px; }

.logo-container > img.tgbbs {
  padding-right: 20px;
  max-height: 65px;
  max-width: 200px;
  width: auto;
  border-right: 2px solid #fff; }

.seperator {
  border-right: 2px solid #fff; }

.vertical-center {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  right: 8px; }

@media (max-width: 1024px) {
  .cta-text {
    display: none; }

  .donate-ad {
    width: 265px;
    top: 5%; }

  .logo-container > img {
    padding-right: 20px;
    border-right: 0 solid #fff; } }
.single-page h1.kids, .single-page h2.kids, .single-page h2.kids {
  font-family: PBS_KIDS_Headline; }

/* Iframe overlapping over the site footer */
.page-id-122 .snap-content {
  position: relative; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

.tv-s summary {
  cursor: pointer; }

.page-template-page-schedule #wnettvschedule .visit-kcet-sched-box {
  text-transform: none;
  vertical-align: bottom; }
  .page-template-page-schedule #wnettvschedule .visit-kcet-sched-box a {
    color: black;
    position: relative;
    vertical-align: bottom; }
    .page-template-page-schedule #wnettvschedule .visit-kcet-sched-box a:before {
      background: transparent url("https://www.kcet.org/sites/kl/files/thumbnails/image/broadcast-kcet_0.png") 0 0 no-repeat;
      background-size: contain;
      content: "";
      display: inline-block;
      height: 16px;
      margin-right: 4px;
      width: 100px; }
    .page-template-page-schedule #wnettvschedule .visit-kcet-sched-box a b {
      display: none; }
    .page-template-page-schedule #wnettvschedule .visit-kcet-sched-box a span {
      padding: 0; }
      .page-template-page-schedule #wnettvschedule .visit-kcet-sched-box a span.fa-external-link:before {
        padding-left: 3px; }

@media screen and (max-width: 1160px) {
  .page-template-page-schedule #wnettvschedule .sched-sort.cf ul li.visit-kcet-sched-box {
    display: none; } }

.page-template-page-schedule #wnettvschedule #tv-schedule-toggles div.visit-kcet-sched-box {
  display: none; }
  @media screen and (max-width: 1160px) {
    .page-template-page-schedule #wnettvschedule #tv-schedule-toggles div.visit-kcet-sched-box {
      display: block;
      margin: 20px auto 5px auto;
      text-align: center;
      text-transform: uppercase;
      width: 100%; }
      .page-template-page-schedule #wnettvschedule #tv-schedule-toggles div.visit-kcet-sched-box a {
        color: #D91B80;
        display: block;
        margin: 20px auto 5px auto;
        width: 100%; }
        .page-template-page-schedule #wnettvschedule #tv-schedule-toggles div.visit-kcet-sched-box a:before {
          display: none; }
        .page-template-page-schedule #wnettvschedule #tv-schedule-toggles div.visit-kcet-sched-box a b {
          display: inline;
          font-weight: normal; } }

.page-template-page-schedule .watch-button.all_members .fa-play-circle, .page-template-page-schedule .watch-button.station_members .fa-play-circle {
  margin-top: 2px; }
  .page-template-page-schedule .watch-button.all_members .fa-play-circle:before, .page-template-page-schedule .watch-button.station_members .fa-play-circle:before {
    font-family: 'passport';
    content: "\e900";
    background-color: #008cb6;
    border-radius: 3px;
    padding: 3px;
    margin-left: 3px;
    margin-right: -3px; }

/* Search page */
.results-search-bar .search-form input {
  width: 80%; }
.results-search-bar .search-form button {
  width: 20%;
  text-transform: uppercase; }
.results-search-bar .search-form input, .results-search-bar .search-form button {
  border: 0;
  padding: .8em; }

.gsc-control-cse td.gsc-table-cell-thumbnail {
  width: 25%;
  margin-right: 2%;
  float: left; }
.gsc-control-cse td.gsc-table-cell-snippet-close {
  float: left;
  width: 73%; }
.gsc-control-cse .gsc-thumbnail * {
  width: 100%;
  min-width: 100%;
  height: auto; }
.gsc-control-cse .gs-image-box.gs-web-image-box.gs-web-image-box-portrait {
  margin: 0;
  padding: 0px;
  width: 100%; }
.gsc-control-cse .gsc-webResult.gsc-result {
  border: 0 !important;
  border-bottom: 1px solid #e7e8e8;
  margin: 0 0 1em 0;
  padding: 0 0 1em 0;
  font-size: 1em; }
.gsc-control-cse img.gs-image {
  width: 100%;
  height: auto;
  min-width: 100%;
  min-height: auto;
  max-height: 100% !important; }
.gsc-control-cse .gs-web-image-box img.gs-image, .gsc-control-cse .gs-promotion-image-box img.gs-promotion-image {
  max-width: 100% !important;
  max-height: auto !important;
  border: 0 !important; }
.gsc-control-cse .gs-web-image-box, .gsc-control-cse .gs-promotion-image-box {
  padding: 0 !important;
  width: auto !important; }
.gsc-control-cse .gsc-webResult .gsc-url-top {
  display: none; }
.gsc-control-cse .gs-spelling {
  color: #000 !important; }
  .gsc-control-cse .gs-spelling a {
    color: #f37021; }
.gsc-control-cse .gs-title {
  margin-bottom: 0; }
.gsc-control-cse a.gs-title {
  color: #1b1b1b;
  font: bold 1.1em 'Cabin' !important;
  margin: 0;
  line-height: 1em;
  display: block; }
  .gsc-control-cse a.gs-title b {
    color: #1b1b1b;
    font: bold 1.1em 'Cabin' !important; }
.gsc-control-cse .gs-bidi-start-align.gs-snippet {
  font: 500 1.2em 'Faustina' !important;
  color: #000;
  line-height: 1em; }
.gsc-control-cse .gsc-result .gs-title {
  height: auto !important;
  overflow-x: visible !important;
  overflow-y: visible !important; }
.gsc-control-cse .gsc-cursor-box {
  padding-top: 1em; }
.gsc-control-cse .gsc-results .gsc-cursor-page {
  background-color: #ffffff !important;
  border: 0;
  color: #757575 !important;
  font: normal 1.2em 'Cabin' !important;
  padding: .3em .5em; }
  .gsc-control-cse .gsc-results .gsc-cursor-page a {
    color: #757575 !important; }
  .gsc-control-cse .gsc-results .gsc-cursor-page:hover {
    background-color: #f37021 !important;
    color: #fff !important; }
.gsc-control-cse .gsc-cursor-current-page {
  border: 0;
  color: #fff !important;
  padding: .3em .5em;
  background-color: #f37021 !important; }
  .gsc-control-cse .gsc-cursor-current-page:hover {
    background-color: #f37021 !important; }
.gsc-control-cse .gs-bidi-start-align.gs-snippet b {
  font-weight: normal; }
.gsc-control-cse .gs-bidi-start-align.gs-visibleUrl.gs-visibleUrl-long {
  color: #525252; }
.gsc-control-cse .gsc-above-wrapper-area {
  margin-bottom: 16px; }
.gsc-control-cse .gsc-cursor-box.gs-bidi-start-align {
  text-align: center; }
.gsc-control-cse .gsc-refinementsArea {
  display: none; }
.gsc-control-cse .gsc-tabsArea, .gsc-control-cse .gsc-tabHeader {
  overflow: hidden;
  line-height: auto !important;
  border: 0;
  margin: 0; }
.gsc-control-cse .gsc-tabHeader {
  font: bold 1.3em 'Cabin';
  padding: .5em .8em;
  border: 0 !important;
  text-transform: uppercase;
  margin-right: 8px; }
.gsc-control-cse .gsc-tabHeader.gsc-tabhInactive:hover {
  background-color: #f37021;
  color: #fff; }
.gsc-control-cse .gsc-tabHeader.gsc-tabhInactive {
  color: #525252; }
.gsc-control-cse .gsc-tabhActive, .gsc-control-cse .gsc-tabHeader.gsc-tabhActive:hover {
  background-color: #5e5098 !important;
  color: #fff !important; }
.gsc-control-cse .gsc-tabsArea > div {
  overflow: hidden; }
.gsc-control-cse .gsc-tabsArea .gsc-tabHeader {
  padding: 0.5em 0.8em; }
.gsc-control-cse .gs-webResult.gs-result a.gs-title:visited,
.gsc-control-cse .gs-webResult.gs-result a.gs-title:visited b,
.gsc-control-cse .gs-imageResult a.gs-title:visited,
.gsc-control-cse .gs-imageResult a.gs-title:visited b,
.gsc-control-cse .gs-webResult.gs-result a.gs-title:link,
.gsc-control-cse .gs-webResult.gs-result a.gs-title:link b,
.gsc-control-cse .gs-imageResult a.gs-title:link,
.gsc-control-cse .gs-imageResult a.gs-title:link b {
  color: black !important; }
.gsc-control-cse .gs-bidi-start-align.gs-snippet {
  color: black !important;
  font: 500 1.2em 'Faustina' !important; }
.gsc-control-cse .gsc-thumbnail-inside,
.gsc-control-cse .gsc-url-top {
  display: none; }
.gsc-control-cse .gs-title.gsc-table-cell-thumbnail.gsc-thumbnail-left,
.gsc-control-cse .gsc-url-bottom {
  display: block; }
.gsc-control-cse .gsc-url-bottom {
  font-size: 0.9em;
  line-height: 1.5em; }
.gsc-control-cse .gsc-search-box.gsc-search-box-tools {
  background-color: #e7e8e8;
  padding: 1em;
  margin: 1.5em 0;
  color: #5e5098;
  font-weight: 700; }

@media screen and (max-width: 768px) {
  .results-search-bar .search-form .search-submit span {
    display: none; }

  .gsc-control-cse td.gsc-table-cell-thumbnail {
    width: 100%;
    margin-right: 0; }
  .gsc-control-cse td.gsc-table-cell-snippet-close {
    width: 100%; }
  .gsc-control-cse .gsc-tabsArea .gsc-tabHeader {
    margin-right: 0; }
  .gsc-control-cse .gs-title.gsc-table-cell-thumbnail.gsc-thumbnail-left,
  .gsc-control-cse .gs-bidi-start-align.gs-snippet {
    margin-bottom: 5px; }
  .gsc-control-cse .gsc-results .gsc-cursor-box .gsc-cursor-page {
    margin-right: 2px; } }
nav#site-navigation {
  font: 600 100% 'Cabin'; }

nav#site-navigation ul li a:hover {
  text-decoration: none; }

@media screen and (min-width: 1025px) {
  .no-desktop, .touch-only, .mobile-only {
    display: none !important; }

  .notouch {
    display: block; }

  .snap-content {
    position: static; }

  #masthead .site-branding {
    margin-right: 1em; }
  #masthead .head-menu {
    bottom: 0;
    left: 200px;
    position: absolute;
    font-weight: 600;
    font-size: 1.125em; }
    #masthead .head-menu li {
      float: left;
      margin-right: 1em;
      text-transform: uppercase;
      position: relative; }
    #masthead .head-menu li.current-menu-item a, #masthead .head-menu li.current-menu-parent a, #masthead .head-menu li.current-page-ancestor a {
      color: #f37021; }
    #masthead .head-menu li:hover {
      -webkit-transition: all 0.5s linear;
      transition: all 0.5s linear; }
    #masthead .head-menu li:last-of-type {
      margin: 0; }
    #masthead .head-menu a {
      padding: .5em 0 0 0;
      display: block; }
    #masthead .head-menu a:hover {
      color: #f37021; }
    #masthead .head-menu .menu-item-has-children a:after {
      font-family: FontAwesome;
      content: " \f107"; }
    #masthead .head-menu .sub-menu {
      display: none;
      position: absolute;
      top: 1.8em;
      left: -.6em;
      width: 250px;
      background-color: #fff;
      z-index: 99999999999;
      border: 1px solid #a8aaac; }
      #masthead .head-menu .sub-menu li {
        width: 100%;
        padding: 0;
        border: 0;
        text-transform: none; }
      #masthead .head-menu .sub-menu a {
        padding: .4em .7em;
        color: #000 !important; }
      #masthead .head-menu .sub-menu a:hover {
        color: #f37021 !important; }
      #masthead .head-menu .sub-menu a:after {
        content: none !important; }
    #masthead .head-menu li:hover .sub-menu {
      display: block; }
    #masthead .head-menu #menu-topnav li a[href*="live"]:before {
      content: "";
      height: 10px;
      width: 10px;
      background-color: red;
      border-radius: 50%;
      display: inline-block;
      position: absolute;
      left: -15px;
      top: 15px; }
  #masthead .head-search {
    bottom: 0;
    float: left;
    position: absolute;
    right: -2em; }
  #masthead .search-bar {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    display: none; }
    #masthead .search-bar input {
      width: 75%;
      padding: .4em; }
    #masthead .search-bar button {
      width: 25%;
      padding: .4em; }

  body.post-type-archive-education .menu-item-127 a,
  body.single-education .menu-item-127 a,
  body.tax-topic .menu-item-127 a {
    color: #f37021 !important; }

  body.single-events .menu-item-79 a, body.tax-event-category .menu-item-79 a {
    color: #f37021 !important; }

  body.single-programs .menu-item-155 a {
    color: #f37021 !important; }

  .schedule-bar .shows {
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    padding-right: 10em;
    cursor: pointer; }
  .schedule-bar .show-times {
    height: 1.2em;
    display: inline-block;
    white-space: nowrap; }

  .program-video {
    margin: 0 3em; }

  .all-programs-posters {
    min-height: 350px; }

  .all-videos-head .dek {
    max-width: 70%;
    margin: 0 auto; } }
@media screen and (min-width: 1025px) and (min-width: 1024px) and (max-width: 1200px) {
  .touch-inset {
    padding: 0 1%; }

  #masthead .head-buttons {
    right: 1%; }

  .single-article-width {
    max-width: 90%; }

  pullquote {
    margin: 0 -1.5em 1em 1.5em; }

  pullquote.left {
    margin: 0 1.5em 1em -1.5em; } }
@media screen and (min-width: 1025px) and (min-width: 1024px) and (max-width: 1165px) {
  #masthead .head-buttons {
    top: 0;
    font-size: .8em; }
  #masthead .head-menu {
    z-index: 999999999; } }
@media screen and (min-width: 481px) and (max-width: 1024px) {
  #snapwrap {
    margin: 0px; }

  .no-tablet, .mobile-only, .no-touch {
    display: none !important; }

  .touch-only {
    display: block !important; }

  .no-mobile-inline {
    display: inline !important; }

  .touch-inset {
    padding: 0 2%; }

  pullquote {
    margin: 0 0 1em 1em; }
    pullquote span {
      font-size: 1.5em; }

  pullquote.left {
    margin: 0 1em 1em 0; }

  #masthead {
    border-bottom: 1px solid #e7e8e8; }
    #masthead .site-title img {
      max-width: 125px; }
    #masthead .head-buttons {
      right: 2%; }
    #masthead button {
      padding: .6em;
      font-size: .8em; }

  #socalmobilemenu .primary-menu li a[href*="live"]:after {
    content: "";
    height: 10px;
    width: 10px;
    background-color: red;
    border-radius: 50%;
    display: inline-block;
    margin-left: 10px;
    margin-bottom: 2px; }

  .site-footer {
    padding: 2% 0; }
    .site-footer .sections {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; }
      .site-footer .sections section {
        margin-bottom: 2%;
        width: 35%; }
      .site-footer .sections .footer-menu-1 {
        border-top: 1px solid #a8aaac;
        order: 1;
        padding-top: 20px;
        text-align: center;
        width: 100%; }
      .site-footer .sections .footer-menu-2 {
        order: 0; }
      .site-footer .sections .footer-menu-3 {
        order: 0; }
      .site-footer .sections .social {
        margin-bottom: .5em; }

  .schedule-bar .shows {
    overflow: hidden;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-right: 10em; }
  .schedule-bar .show-times {
    height: 1em;
    display: inline-block;
    white-space: nowrap; }

  /* all programs page */
  .all-programs-sort .form {
    width: 100%;
    margin: 0 0 1em 0; }
  .all-programs-sort .alpha-sort {
    width: 100%;
    text-align: center; }

  /* end all programs page */
  .single-article-width {
    max-width: 100%; }

  .page-details summary {
    font-size: 1.2em; }

  .page .program-feature-container .program-feature-title {
    padding-left: 10px;
    padding-right: 10px; }

  /* [ post navigation ] ------------------------------------------------------------------------------ */
  .post-navigation {
    padding: 2% 0; }

  /* [ END post navigation ] ------------------------------------------------------------------------------ */
  /*
  .education-header {
  	.edu-title {display: block; margin: 0 0 1em 0;}
  	nav {
  		li { margin: 0 1em 1em 0;  }
  		a {padding: .5em; border: 1px solid #000; }
  	}
  }
  
  */
  .education-newsletter,
  .newsletter-signup-container {
    padding: 2% 0; }
    .education-newsletter form .email,
    .newsletter-signup-container form .email {
      width: 65%; }
    .education-newsletter form button,
    .newsletter-signup-container form button {
      width: 35%; }
    .education-newsletter form .email, .education-newsletter form button,
    .newsletter-signup-container form .email,
    .newsletter-signup-container form button {
      font-size: 1em; }

  .post-list figure {
    width: 40%; }
  .post-list section {
    width: 58%; }
  .post-list .dek {
    font-size: .9em; }

  .home-passport {
    padding: 2% 0; }
    .home-passport button {
      width: 100%; }

  .entry-content .posters li {
    width: 23%; } }
@media screen and (max-width: 480px) {
  #snapwrap {
    margin-top: 0; }

  .no-mobile, .no-touch, .no-mobile-inline {
    display: none !important; }

  .mobile-only {
    display: block; }

  .touch-only {
    display: block; }

  .touch-inset {
    padding: 0 3%; }

  pullquote {
    width: 50%;
    margin: 0 0 1em 1em; }
    pullquote span {
      font-size: 1em; }

  pullquote.left {
    margin: 0 1em 1em 0; }

  #masthead {
    border-bottom: 1px solid #e7e8e8;
    padding: 0 0 3% 0; }
    #masthead .site-title {
      max-width: 125px;
      margin: 0 auto; }
      #masthead .site-title img {
        max-width: 100%; }
    #masthead .menutoggle {
      font-size: 2em;
      margin: .4em 0 0 0; }
    #masthead .site-branding {
      float: none;
      width: 100%;
      margin: 2% 0 3% 0; }
    #masthead .head-buttons {
      position: relative;
      float: none;
      width: 100%; }
    #masthead button {
      padding: .5em;
      width: 100%; }
    #masthead button.launch {
      background-size: 13%; }
    #masthead .but-wrap {
      width: 48%;
      float: left;
      margin: 0; }
    #masthead .head-donate {
      float: right; }
    #masthead .messages {
      width: 100%;
      padding: 0;
      position: absolute;
      top: 50%;
      transform: translate(0, -50%);
      font-size: 1em; }
    #masthead .head-passport button span {
      display: none; }

  #socalmobilemenu .primary-menu li a[href*="live"]:after {
    content: "";
    height: 10px;
    width: 10px;
    background-color: red;
    border-radius: 50%;
    display: inline-block;
    margin-left: 10px;
    margin-bottom: 2px; }

  .site-footer {
    padding: 3% 0; }
    .site-footer h4 {
      font-size: 1em; }
    .site-footer .sections {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; }
      .site-footer .sections section {
        margin-bottom: 2%;
        width: 45%; }
      .site-footer .sections .footer-menu-1 {
        border-top: 1px solid #a8aaac;
        order: 1;
        padding-top: 20px;
        text-align: center;
        width: 100%; }
      .site-footer .sections .footer-menu-2 {
        order: 0; }
      .site-footer .sections .footer-menu-3 {
        order: 0; }
      .site-footer .sections .social {
        margin-bottom: .5em; }
      .site-footer .sections .copyright, .site-footer .sections .foot-menu, .site-footer .sections #menu-footer-ways-to-support {
        font-size: 1em; }

  .schedule-bar {
    font-size: 1em; }
    .schedule-bar .tonight-label {
      width: 100%;
      background-color: #5e5098; }
    .schedule-bar .tonight-label:after {
      border: 0; }
    .schedule-bar .schedule {
      z-index: 999;
      background: #5e5098;
      padding: .6em; }
    .schedule-bar .shows {
      width: 100%;
      padding: 3%;
      position: relative;
      text-align: left;
      height: 130px;
      overflow: hidden;
      overflow-y: auto;
      -webkit-overflow-scrolling: touch; }
    .schedule-bar .show-times {
      padding-left: 0 !important;
      padding-top: 2.2em; }
      .schedule-bar .show-times span {
        display: block;
        margin: 0 0 .5em 0; }
    .schedule-bar .mob-fade {
      position: absolute;
      bottom: 0;
      width: 100%;
      height: 1.5em;
      z-index: 10;
      background: -moz-linear-gradient(top, rgba(117, 117, 117, 0) 0%, rgba(117, 117, 117, 0.65) 50%);
      background: -webkit-linear-gradient(top, rgba(117, 117, 117, 0) 0%, rgba(117, 117, 117, 0.65) 50%);
      background: linear-gradient(to bottom, rgba(117, 117, 117, 0) 0%, rgba(117, 117, 117, 0.65) 50%); }

  .home-passport {
    padding: 3% 0; }
    .home-passport figure {
      width: 100%;
      margin: 0 0 .5em 0; }
    .home-passport section {
      width: 100%; }
    .home-passport p, .home-passport button {
      font-size: 1em; }

  .all-programs-sort .form {
    width: 100%;
    margin: 0 0 .8em 0; }
  .all-programs-sort .alpha-sort {
    width: 100%;
    text-align: center;
    font-size: 1em; }

  .posters li {
    width: 23%; }
  .posters .overlay-title {
    padding: 0 .2em;
    font-size: .65em; }

  .entry-content .posters li {
    width: 31%; }

  .single-article-width {
    max-width: 100%; }

  .single-article header h1 {
    font-size: 2em; }
  .single-article header .teaser {
    font-size: 1em; }
  .single-article .entry-meta {
    text-align: center; }
    .single-article .entry-meta .meta {
      font-size: 1em;
      margin-bottom: .5em; }
    .single-article .entry-meta .social {
      float: none;
      text-align: center; }
  .single-article .entry-content {
    font-size: 1.25em; }

  .post-share h3 {
    font-size: 1.3em; }
  .post-share .addthis_toolbox {
    font-size: 2em; }

  .single-page {
    margin: 1em 0 0 0; }
    .single-page article {
      width: 100%;
      margin: 0 0 1.5em 0; }
    .single-page .sidebar {
      width: 100%;
      background-color: #e7e8e8;
      padding: 1em 0; }
    .single-page .entry-content {
      font-size: 1em; }

  .sidebar h4 {
    padding-left: 3%;
    paddding-right: 3%; }
  .sidebar section .inner {
    padding: 0 3%; }
  .sidebar .social {
    font-size: 1.5em; }

  .page-details summary {
    font-size: 1.1em; }

  .page .program-feature-container .program-feature-title h3.section-head a {
    font-size: 20px; }
  .page .program-feature-container .program-feature-programming-container h3.section-head {
    font-size: 1.3em;
    margin-left: 0; }

  /* [ post navigation ] ------------------------------------------------------------------------------ */
  .post-navigation {
    padding: 3% 0; }
    .post-navigation .title {
      font-size: 1.1em; }

  .post-navigation.has-both li {
    width: 44%;
    margin: 0 3%; }

  /* [ END post navigation ] ------------------------------------------------------------------------------ */
  /* passport into page */
  .pp-get-started {
    padding: 3% 0; }
    .pp-get-started h3 {
      font-size: 2.5em; }
    .pp-get-started h4 {
      font-size: 1.3em; }

  .pp-identity {
    padding: 3% 0; }
    .pp-identity .pri {
      width: 100%;
      margin: 0 0 1em 0; }
    .pp-identity .sec {
      width: 100%; }
    .pp-identity p {
      font-size: 1em; }

  .pp-introduction {
    padding: 3% 0; }
    .pp-introduction .intro p {
      font-size: 1em; }
    .pp-introduction .login .sec {
      border: 0;
      padding: 0; }
    .pp-introduction .pri {
      width: 100%;
      margin: 0 0 1em 0; }
    .pp-introduction .sec {
      width: 100%; }

  .pp-featured h3 {
    font-size: 1.5em; }

  /* END passport into page */
  .education-header {
    margin: 3% 0; }
    .education-header .edu-title {
      display: block;
      margin: 0 0 .5em 0; }
    .education-header nav {
      font-size: 1em; }
      .education-header nav li {
        margin: .3em .3em 1em 0; }
      .education-header nav a {
        padding: .3em .4em;
        border: 1px solid #000; }

  .education-newsletter,
  .newsletter-signup-container {
    padding: 3% 0;
    text-align: center; }
    .education-newsletter ul,
    .newsletter-signup-container ul {
      margin: 0; }
      .education-newsletter ul li,
      .newsletter-signup-container ul li {
        width: 100%;
        margin: 0 0 .5em 0; }
    .education-newsletter form .email,
    .newsletter-signup-container form .email {
      width: 65%; }
    .education-newsletter form button,
    .newsletter-signup-container form button {
      width: 35%; }
    .education-newsletter form .email, .education-newsletter form button,
    .newsletter-signup-container form .email,
    .newsletter-signup-container form button {
      font-size: 1em;
      color: #fff; }

  .post-list figure {
    width: 100%;
    margin: 0 0 .5em 0; }
  .post-list section {
    width: 100%; }
  .post-list .title {
    font-size: 1.3em; }
  .post-list .dek {
    margin-bottom: .6em; }

  h3.section-head {
    font-size: 1.2em;
    font-weight: 600; }

  /* donate page */
  .donate-page {
    margin-top: 3%; }
    .donate-page .entry-header .dek {
      font-size: 1em; }
    .donate-page .featured-gifts {
      padding: 3% 0; }
      .donate-page .featured-gifts ul li {
        font-size: 1em; }
    .donate-page .gift-no-gift .gift select {
      padding: .5em;
      font-size: 1em; }
    .donate-page .gift-no-gift .no-gift p {
      font-size: 1em; }

  .membership-option {
    width: 100%;
    margin: 0; }
    .membership-option h2 {
      font-size: 1.8em; }

  .membership-option.sustainer {
    margin-bottom: 1em; }

  /* end donate page */ }
/* horizontal phone */
@media screen and (min-width: 481px) and (max-width: 768px) {
  /* [homepage schedule bar] -------------------------------------------------------------------------- */
  .schedule-bar {
    font-size: 1em; }
    .schedule-bar .tonight-label:after {
      border-width: 19px;
      margin-top: -19px; }

  /* [END homepage schedule bar] -------------------------------------------------------------------------- */ }
/* ==== BEGIN print.css ============================================================================================= */
@media print {
  /* currently blank */
  .head-menu, .touch-only, .head-buttons, .search-bar, .site-footer, .video-wrap, .sidebar, .ad-wrap {
    display: none; }

  .single-page article {
    width: 100%;
    margin: 0; } }
/* ==== END print.css ============================================================================================= */
@font-face {
  font-family: PBS_KIDS_Headline;
  src: url("./fonts/pbskidsheadline-regular-webfont.woff") format("woff"); }

/*# sourceMappingURL=main.css.map */
