/* ==== BEGIN normalize.css ============================================================================================= */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

audio,
canvas,
video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden] {
  display: none; }

html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

body {
  margin: 0; }

a:focus {
  outline: thin dotted; }

a:active,
a:hover {
  outline: 0; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

mark {
  background: #ff0;
  color: #000; }

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

pre {
  white-space: pre-wrap; }

q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 0; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

button,
input {
  line-height: normal; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

button[disabled],
html input[disabled] {
  cursor: default; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* ==== END normalize.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; }

/*
 *  Remodal - v1.1.1
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */
/* ==========================================================================
   Remodal's necessary styles
   ========================================================================== */
/* Hide scroll bar */
html.remodal-is-locked {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none; }

/* Anti FOUC */
.remodal,
[data-remodal-id] {
  display: none; }

/* Necessary styles of the overlay */
.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none; }

/* Necessary styles of the wrapper */
.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch; }

.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: ""; }

/* Fix iPad, iPhone glitches */
.remodal-overlay,
.remodal-wrapper {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

/* Necessary styles of the modal dialog */
.remodal {
  position: relative;
  outline: none;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%; }

.remodal-is-initialized {
  /* Disable Anti-FOUC */
  display: inline-block; }

/* ==========================================================================
   Remodal's default mobile first theme
   ========================================================================== */
/* Default theme styles for the background */
.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  -webkit-filter: blur(3px);
  filter: blur(3px); }

/* Default theme styles of the overlay */
.remodal-overlay {
  background: rgba(43, 46, 56, 0.9); }

.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }

.remodal-overlay.remodal-is-opening {
  -webkit-animation-name: remodal-overlay-opening-keyframes;
  animation-name: remodal-overlay-opening-keyframes; }

.remodal-overlay.remodal-is-closing {
  -webkit-animation-name: remodal-overlay-closing-keyframes;
  animation-name: remodal-overlay-closing-keyframes; }

/* Default theme styles of the wrapper */
.remodal-wrapper {
  padding: 0; }

/* Default theme styles of the modal dialog */
.remodal {
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 10px;
  padding: 35px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  color: #2b2e38;
  background: #fff; }

.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }

.remodal.remodal-is-opening {
  -webkit-animation-name: remodal-opening-keyframes;
  animation-name: remodal-opening-keyframes; }

.remodal.remodal-is-closing {
  -webkit-animation-name: remodal-closing-keyframes;
  animation-name: remodal-closing-keyframes; }

/* Vertical align of the modal dialog */
.remodal,
.remodal-wrapper:after {
  vertical-align: middle; }

/* Close button */
.remodal-close {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  overflow: visible;
  width: 35px;
  height: 35px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  text-decoration: none;
  color: #95979c;
  border: 0;
  outline: 0;
  background: transparent; }

.remodal-close:hover,
.remodal-close:focus {
  color: #2b2e38; }

.remodal-close:before {
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
  font-size: 25px;
  line-height: 35px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 35px;
  content: "\00d7";
  text-align: center; }

/* Dialog buttons */
.remodal-confirm,
.remodal-cancel {
  font: inherit;
  display: inline-block;
  overflow: visible;
  min-width: 110px;
  margin: 0;
  padding: 12px 0;
  cursor: pointer;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  border: 0;
  outline: 0; }

.remodal-confirm {
  color: #fff;
  background: #81c784; }

.remodal-confirm:hover,
.remodal-confirm:focus {
  background: #66bb6a; }

.remodal-cancel {
  color: #fff;
  background: #e57373; }

.remodal-cancel:hover,
.remodal-cancel:focus {
  background: #ef5350; }

/* Remove inner padding and border in Firefox 4+ for the button tag. */
.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
  padding: 0;
  border: 0; }

/* Keyframes
   ========================================================================== */
@-webkit-keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0; }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0); } }
@keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0; }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0); } }
@-webkit-keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
    -webkit-filter: blur(0);
    filter: blur(0); } }
@keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
    -webkit-filter: blur(0);
    filter: blur(0); } }
@-webkit-keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@-webkit-keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
/* Media queries
   ========================================================================== */
@media only screen and (min-width: 641px) {
  .remodal {
    max-width: 700px; }

  .remodal.menu {
    max-width: 100%;
    height: 100%; } }
/* IE8
   ========================================================================== */
.lt-ie9 .remodal-overlay {
  background: #2b2e38; }

.lt-ie9 .remodal {
  width: 700px; }

.wpcf7 label {
  font-size: 1.125em;
  text-transform: uppercase; }
.wpcf7 select {
  width: 100%;
  border-radius: 0; }
.wpcf7 input[type='submit'] {
  padding: .5em 1.5em;
  font-weight: 500;
  border: 0;
  background-color: #000;
  color: #fff;
  text-transform: uppercase; }
.wpcf7 input[type='submit']:hover {
  background-color: #03dac6; }
.wpcf7 .wpcf7-recaptcha {
  margin-bottom: 1em; }

.wpcf7-form-control-wrap {
  width: 100%;
  display: block; }
  .wpcf7-form-control-wrap input[type='email'], .wpcf7-form-control-wrap input[type='text'], .wpcf7-form-control-wrap textarea {
    width: 100%;
    padding: .5em;
    border: 2px solid #ccc; }

.remodal.menu {
  color: #fff;
  background: rgba(0, 0, 0, 0.7);
  padding: 51px 0 0 0;
  height: 100%;
  text-align: left;
  z-index: 9999999999999999; }
  .remodal.menu h4 {
    margin: 0 0 .7em 0;
    font-weight: 500;
    font-size: .9em; }
  .remodal.menu ul {
    margin: 0;
    padding: 0;
    list-style-type: none; }
  .remodal.menu .menu {
    margin: 1.5em 0; }
    .remodal.menu .menu a {
      font-size: 1.6em;
      line-height: 1.5em;
      color: #fff;
      text-transform: uppercase; }
    .remodal.menu .menu a:hover {
      color: #ccc; }
    .remodal.menu .menu li {
      margin: .5em 0; }
    .remodal.menu .menu ul ul {
      display: none; }
  .remodal.menu .inner {
    overflow: hidden;
    height: 100%; }
  .remodal.menu .modal-menu-wrap {
    position: relative; }

* {
  -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; }

img {
  max-width: 100%;
  height: auto;
  display: block; }

a {
  text-decoration: none;
  outline: none; }

button {
  outline: none; }

h1, h2, h3, h4, h5, h6 {
  margin: 0; }

.mobile-only {
  display: none; }

.screen-reader-text {
  display: none; }

.entry-content .wnetvid_player {
  margin-bottom: 1em; }

.video-wrap {
  position: relative;
  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; }

body {
  overflow-x: hidden;
  background-color: #000;
  font-weight: normal;
  font-size: 100%; }

.cw {
  max-width: 1200px;
  margin: 0 auto; }

.main-post-width {
  max-width: 825px;
  margin: 0 auto; }

.masthead {
  background-color: #000;
  padding: .8em 0;
  color: #fff;
  position: relative; }
  .masthead a {
    color: #fff; }
  .masthead a:hover {
    color: #cc0000; }
  .masthead .site-branding {
    float: left;
    width: 60%; }
    .masthead .site-branding .logo {
      margin: 0;
      float: left; }
    .masthead .site-branding .logo img {
      max-width: 300px; }
    .masthead .site-branding .tune-in {
      float: left;
      font-size: 1.25em;
      font-weight: 200;
      margin-left: 3%;
      line-height: 2em;
      text-align: left; }
    .masthead .site-branding .logo-mask {
      display: none; }
  .masthead nav {
    float: left;
    width: 40%;
    text-align: right; }
    .masthead nav ul {
      margin: 0;
      padding: 0; }
    .masthead nav li {
      display: inline-block;
      list-style-type: none;
      margin-left: 1em;
      font-size: 1.250em;
      line-height: 2em; }
    .masthead nav a {
      text-transform: uppercase; }
  .masthead .toggle {
    font-size: 2em;
    float: right;
    width: 15%;
    line-height: 1em;
    text-align: right;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 4%; }

#page {
  background-color: #e6e6e6; }

.site-content {
  background-color: #fff; }

.primary {
  float: left;
  width: -moz-calc(95% - 300px);
  width: -webkit-calc(95% - 300px);
  width: -o-calc(95% - 300px);
  width: calc(95% - 300px);
  margin-right: 5%; }

.sidebar {
  float: left;
  width: 300px; }

.sidebar.bump-up {
  margin-top: -6em; }

.img-grow, .latest-episode figure img, .card figure img.thumb, .home-latest figure img, .hp-guest-grid figure img, .related-post figure img, .host-grid figure img {
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1); }

.img-grow-hover, .latest-episode figure:hover img, .card:hover figure img.thumb, .home-latest figure:hover img, .hp-guest-grid a:hover img, .related-post:hover figure img, .host-grid a:hover img {
  -webkit-transform: scale3d(1.05, 1.05, 1);
  transform: scale3d(1.05, 1.05, 1); }

.sponsor .txt {
  font-size: .7em;
  margin-top: .3em;
  text-transform: uppercase; }
  .sponsor .txt a {
    float: right;
    color: #000; }
  .sponsor .txt a:hover {
    color: #666; }

.head-sponsor {
  max-width: 728px;
  margin: 0 auto;
  padding: 1.5em 0; }
  .head-sponsor .txt {
    margin: .3em 0; }

.sponsor.square {
  max-width: 300px;
  margin: 0 auto; }

.sponsor.s728 {
  max-width: 728px;
  margin: 0 auto; }
  .sponsor.s728 .txt {
    margin: 0 0 .3em 0; }

.sidebar-social {
  margin-bottom: 2em; }
  .sidebar-social h6 {
    font-size: 1em;
    margin-bottom: .5em; }

.wnet_toolbox .label {
  margin-right: .8em;
  font-size: 1em;
  font-weight: 600; }
.wnet_toolbox a {
  margin-right: .8em;
  color: #777 !important;
  font-size: 1.3em; }
.wnet_toolbox a:last-of-type {
  margin: 0; }
.wnet_toolbox a:hover {
  color: #000 !important; }

.main-post, .single-guest, .tax-archive {
  padding: 2em 0; }

/* browse videos */
#ajaxgrid {
  min-height: 100px; }
  #ajaxgrid .loading {
    font-size: 1.5em;
    text-align: center; }
  #ajaxgrid .loading i {
    color: red; }
  #ajaxgrid .error {
    font-size: 1.5em;
    text-align: center;
    width: 100%; }

.vg-top {
  margin-bottom: 2em; }

.latest-episode {
  padding: 2.5em 0;
  background-color: #666;
  color: #fff; }
  .latest-episode a {
    color: #fff; }
  .latest-episode figure {
    float: left;
    width: 46%;
    margin-right: 3%;
    position: relative;
    overflow: hidden; }
    .latest-episode figure img {
      width: 100%;
      height: auto; }
    .latest-episode figure .overlay {
      position: absolute;
      bottom: 12px;
      left: 12px;
      font-size: 2em;
      line-height: 1em; }
  .latest-episode section {
    float: left;
    width: 51%; }
  .latest-episode .watch {
    text-transform: uppercase;
    text-align: center; }
    .latest-episode .watch a {
      background-color: #cc0000;
      color: #fff;
      display: block;
      padding: 1em 4em; }
      .latest-episode .watch a i {
        font-size: 1.5em;
        vertical-align: middle; }
    .latest-episode .watch a:hover {
      background-color: #000;
      color: #fff; }
  .latest-episode h5 {
    font-size: 2em;
    margin-bottom: 1em; }
  .latest-episode h3 {
    font-size: 2em; }
  .latest-episode .guests {
    font-size: 1em;
    line-height: 1.45em;
    font-weight: 300; }

.video-gallery {
  padding: 2em 0; }
  .video-gallery header {
    margin-bottom: 1.5em;
    width: 100%; }
    .video-gallery header .buttons {
      margin: 1em -1% 1.5em -1%;
      list-style-type: none;
      padding: 0; }
      .video-gallery header .buttons li {
        float: left;
        width: 31.3%;
        margin: 0 1%; }
      .video-gallery header .buttons a {
        background-color: #acacac;
        color: #fff;
        padding: .9em .4em;
        display: block;
        width: 100%;
        text-align: center;
        font-size: 1em; }
      .video-gallery header .buttons a.active {
        background-color: #cc0000;
        color: #fff; }
      .video-gallery header .buttons a:hover {
        background-color: #000; }
    .video-gallery header .sort ul {
      list-style-type: none;
      margin: 0;
      padding: 0; }
    .video-gallery header .sort li {
      float: left;
      margin-right: 1em; }
    .video-gallery header .sort li:last-of-type {
      margin: 0; }
    .video-gallery header .sort select {
      font-size: 1em;
      line-height: 1.250em;
      border: 0;
      color: #000;
      padding: .5em 1.5em .5em .5em;
      text-transform: uppercase; }
    .video-gallery header .sort select {
      width: 100%;
      background: #fff url("../images/angle-down.svg") no-repeat;
      background-size: auto 70%;
      background-position: 95% 50%;
      -webkit-appearance: none;
      -moz-appearance: none;
      border-radius: 0; }
    .video-gallery header .search-form {
      border: 1px solid #ccc;
      width: 100%; }
      .video-gallery header .search-form input, .video-gallery header .search-form button {
        font-size: 1em;
        background-color: #fff;
        border: 0;
        outline: none; }
      .video-gallery header .search-form input {
        width: 70%;
        padding: .9em;
        float: left; }
      .video-gallery header .search-form button {
        width: 15%;
        color: #cc0000;
        padding: .9em .9em .9em 0;
        float: right;
        text-align: right; }
      .video-gallery header .search-form button:hover {
        color: #172635; }

.vgrid {
  margin: 0 -1%;
  display: flex;
  flex-wrap: wrap;
  flex-flow: row wrap; }

.card {
  float: left;
  width: 31.26%;
  margin: 0 1% 2% 1%; }
  .card a {
    display: block;
    color: #000;
    cursor: pointer; }
  .card figure {
    overflow: hidden;
    position: relative; }
    .card figure .now-playing {
      position: absolute;
      bottom: 0;
      left: 0;
      background-color: #cc0000;
      color: #fff;
      padding: .5em .8em;
      font-size: .8em; }
    .card figure .passport {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%; }
    .card figure .play-overlay {
      position: absolute;
      bottom: 10px;
      left: 10px;
      color: #fff;
      font-size: 1.5em; }
  .card section {
    padding-top: .5em; }
  .card .date {
    text-transform: uppercase;
    font-size: 1.125em; }
  .card .title {
    font-size: 1.5em;
    font-weight: 600;
    margin-bottom: .3em; }
  .card .video-guests {
    display: none; }
  .card .button {
    font-weight: 400; }

/* end browse videos */
.stage {
  padding: 1.5em 0 0 0; }
  .stage .cw {
    max-width: 850px; }

.stage.not-available {
  padding: 2.5em;
  color: #fff;
  font-weight: 600;
  text-align: center;
  font-size: 1.3em; }

.comments-wrap {
  padding: 2em 0;
  background-color: #172635;
  color: #fff; }
  .comments-wrap a {
    color: #cc0000; }
  .comments-wrap textarea {
    width: 100%; }

.related-content {
  padding: 0 0 2em 0; }
  .related-content h5 {
    text-transform: uppercase;
    font-size: 1em;
    margin-bottom: .5em; }

.related-mm {
  padding: 2em 0;
  background-color: #e6e6e6; }
  .related-mm .date {
    display: none; }
  .related-mm .card {
    width: 23%;
    margin: 0 1% 2% 1%; }
    .related-mm .card .title {
      font-size: 1em;
      font-weight: 600; }
    .related-mm .card .button {
      font-size: .8em;
      font-weight: 500; }

.slick-three, .slick-four {
  margin: 0 -.5%; }
  .slick-three .card, .slick-four .card {
    padding: 0 2%;
    margin: 0; }
  .slick-three .slick-arrow, .slick-four .slick-arrow {
    position: absolute;
    top: 25%;
    background: transparent;
    border: 0;
    z-index: 999999;
    font-size: 2em;
    color: #000;
    padding: .2em 0; }
  .slick-three .slick-arrow:hover, .slick-four .slick-arrow:hover {
    color: red; }
  .slick-three .slick-next, .slick-four .slick-next {
    right: 1em;
    padding-left: 1em; }
  .slick-three .slick-prev, .slick-four .slick-prev {
    left: 1em;
    padding-right: 1em; }

.slick-four .slick-arrow {
  color: #fff;
  text-shadow: 4px 4px 2px #969696; }

.archive-page-header {
  margin-bottom: 2em; }
  .archive-page-header figure {
    float: left;
    width: 20%;
    margin-right: 3%; }
  .archive-page-header section {
    float: left;
    width: 77%; }
  .archive-page-header .twitter a {
    color: #000; }
  .archive-page-header .twitter a:hover {
    color: #1d9ff3; }
  .archive-page-header .twitter .fa {
    color: #1d9ff3; }
  .archive-page-header .dek {
    font-size: 1em;
    line-height: 1.4em;
    margin: 1em 0; }

.all-posts {
  font-size: 1.875em;
  margin-bottom: .5em; }

.guest-list {
  margin: 0 -1%; }

.flex-grid {
  display: flex;
  flex-wrap: wrap;
  flex-flow: row wrap; }

.g-list {
  float: left;
  width: 31.26%;
  margin: 0 1% 4% 1%; }
  .g-list a {
    color: #000; }
  .g-list a:hover {
    color: #cc0000; }
  .g-list section {
    width: 84%;
    float: left; }
  .g-list figure {
    width: 13%;
    float: left;
    margin-right: 3%; }
  .g-list .name {
    display: block;
    font-size: 1.25em;
    line-height: 1.5em; }
  .g-list .count {
    display: block;
    color: #000;
    font-size: .95em;
    font-weight: 100; }

.guest-alphabet {
  font-size: 1.25em;
  font-weight: 300;
  text-align: justify;
  width: 100%; }
  .guest-alphabet span {
    color: #e7e7e7; }
  .guest-alphabet a {
    color: #000; }
  .guest-alphabet a, .guest-alphabet span {
    margin-right: .35em; }
  .guest-alphabet a:hover {
    color: #cc0000; }
  .guest-alphabet a.active {
    font-weight: 600;
    color: #cc0000; }

/* homepage */
.homepage h4 {
  font-size: 1.875em;
  margin-bottom: .5em; }
.homepage .vgrid {
  margin-bottom: 1em; }

.home-about {
  background-color: #172635;
  color: #fff;
  padding: 2em 0;
  font-weight: 300; }
  .home-about figure {
    float: left;
    width: 30%;
    margin-right: 3%; }
  .home-about section {
    float: left;
    width: 67%; }
  .home-about a {
    color: #fff; }
  .home-about h5 {
    font-size: 1.5em;
    font-weight: bold; }
  .home-about p {
    font-size: 1em;
    line-height: 1.5em; }
  .home-about p a {
    text-decoration: underline; }

.home-sponsor {
  background-color: #e6e6e6;
  padding: 2em 0; }

.home-sponsor.news {
  background-color: #fff; }

.home-news {
  background-color: #fff;
  padding: 3em 0 2em 0; }

.home-sponsor.news {
  display: block;
  float: left;
  width: 100%;
  padding-top: 0;
  padding-bottom: 3em; }

.home-sponsor.news.mobile {
  display: none; }

.home-guests {
  padding: 2em 0 3em 0; }

.home-more {
  text-align: center;
  text-transform: uppercase; }
  .home-more a {
    background-color: #cc0000;
    color: #fff;
    display: inline-block;
    padding: .8em 3em; }
  .home-more a:hover {
    background-color: #000; }

.home-latest {
  color: #fff;
  background-color: #666;
  background-position: top center !important;
  padding: 2em 0 10em 0;
  z-index: 9999; }
  .home-latest .bg {
    width: 100%;
    height: auto; }
  .home-latest figure {
    float: left;
    width: 60%;
    margin-right: 3%;
    overflow: hidden;
    position: relative; }
    .home-latest figure .overlay {
      position: absolute;
      bottom: 12px;
      left: 12px;
      font-size: 3em;
      line-height: 1em; }
    .home-latest figure img {
      width: 100%;
      height: auto; }
  .home-latest section {
    float: left;
    width: 37%; }
  .home-latest a {
    color: #fff; }
  .home-latest .meta {
    font-size: 1.125em; }
  .home-latest h3 {
    font-size: 2.500em;
    font-weight: bold; }
  .home-latest p {
    font-weight: 300;
    line-height: 1.5em; }
  .home-latest .home-more {
    text-align: left; }

.home-latest.pre-launch {
  padding-bottom: 2em; }

.pre-launch .home-latest {
  padding-bottom: 2em; }

.home-videos {
  padding: 4em 0 2em 0;
  z-index: 1;
  margin-top: -10em; }
  .home-videos h4 {
    color: #fff; }

.hp-guest-grid {
  margin: 0 1em; }
  .hp-guest-grid figure {
    float: left;
    width: 20%;
    /*margin: 0 1%; */
    padding: 0 3%; }
  .hp-guest-grid a {
    color: #000; }
  .hp-guest-grid a:hover {
    color: #cc0000; }
  .hp-guest-grid .thumb {
    overflow: hidden; }
  .hp-guest-grid .name {
    margin-top: 8px;
    font-weight: bold;
    font-size: 1em; }
  .hp-guest-grid .slick-arrow {
    position: absolute;
    top: 30%;
    background: transparent;
    border: 0;
    z-index: 999999;
    font-size: 2em;
    color: #000;
    padding: .2em 0; }
  .hp-guest-grid .slick-arrow:hover {
    color: red; }
  .hp-guest-grid .slick-next {
    right: -1em;
    padding-left: 1em; }
  .hp-guest-grid .slick-prev {
    left: -1em;
    padding-right: 1em; }

.home-ad.mobile {
  display: none; }

/* end homepage */
.collapsed-box {
  margin-top: 2em;
  padding: 1em;
  border: 3px solid #333; }

.transcript summary {
  display: block;
  cursor: pointer;
  outline: none; }
  .transcript summary .label {
    font-weight: bold;
    font-size: 1.8em; }
  .transcript summary .toggle {
    float: right;
    text-align: right; }
  .transcript summary .toggle:hover {
    color: #000; }
.transcript summary::-webkit-details-marker {
  display: none; }
.transcript .transcript-content.limited {
  max-height: 300px;
  overflow: auto;
  border: 1px solid #ccc;
  padding: 1em; }
.transcript svg {
  color: #cc0000; }

.transcript.about-episode {
  border-top: 1px solid #e6e6e6;
  padding-top: 2em;
  margin-top: 1em; }

.transcript.ap summary {
  display: inline-block;
  background-color: #acacac;
  color: #fff;
  padding: .7em 1em; }
  .transcript.ap summary span.txt {
    display: none; }
  .transcript.ap summary .label {
    font-weight: normal;
    font-size: .9em;
    text-transform: uppercase;
    padding-right: .7em; }
  .transcript.ap summary svg {
    color: #fff; }
.transcript.ap summary:hover {
  background-color: #7c7c7c; }

.news-landing {
  padding: 2em 0; }

.post-list .card {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: none; }
  .post-list .card figure {
    width: 55%;
    margin-right: 2em; }
    .post-list .card figure img {
      width: 100%; }
    .post-list .card figure .passport {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%; }
  .post-list .card section {
    width: 40%; }
    .post-list .card section p {
      font-weight: 300;
      line-height: 1.6em; }

.hidden-cc {
  display: none; }

.related-post {
  border: 1px solid #ccc;
  margin: 1em 0 1.5em 0;
  float: left;
  width: 100%;
  font-size: 16px; }
  .related-post a {
    color: #000 !important;
    display: block; }
  .related-post figure {
    float: left;
    width: 40%;
    overflow: hidden;
    position: relative; }
    .related-post figure img {
      float: left; }
    .related-post figure .overlay {
      position: absolute;
      bottom: 12px;
      left: 12px;
      font-size: 1.5em;
      line-height: 1em;
      color: #fff; }
  .related-post section {
    float: left;
    width: 60%;
    padding: .5em 1em; }
    .related-post section .fa {
      color: #cc0000; }
  .related-post h4 {
    font-size: 1.3em;
    margin: 0;
    line-height: 1.25em; }
  .related-post .related-eyebrow {
    text-transform: uppercase;
    font-size: 1em; }
  .related-post p {
    margin: .6em 0 0 0;
    font-size: 1em; }

.page-nav, .navigation.pagination {
  font-size: 1.125em;
  margin: 1.5em 0;
  text-align: center; }
  .page-nav a, .navigation.pagination a {
    color: #777; }
  .page-nav a:hover, .page-nav .current, .navigation.pagination a:hover, .navigation.pagination .current {
    color: #000; }
  .page-nav .page-numbers, .navigation.pagination .page-numbers {
    padding-right: 0.5em; }
  .page-nav a.next.page-numbers::before, .navigation.pagination a.next.page-numbers::before {
    content: " | ";
    padding-right: 0.5em; }
  .page-nav a.prev.page-numbers::after, .navigation.pagination a.prev.page-numbers::after {
    content: " | ";
    padding-left: 0.5em; }

.author-footer {
  background-color: #f0f0f8;
  padding: 2em 0; }
  .author-footer a {
    color: #000; }
  .author-footer h5 {
    text-transform: uppercase;
    font-size: 1em;
    margin-bottom: .5em; }
  .author-footer .author {
    margin-bottom: 1.5em; }
    .author-footer .author figure {
      float: left;
      width: 20%;
      margin-right: 3%; }
    .author-footer .author section {
      float: left;
      width: 77%; }
  .author-footer .author:last-of-type {
    margin: 0; }
  .author-footer .name {
    font-weight: bold;
    font-size: 1.5em; }
  .author-footer .dek {
    font-size: 1em;
    line-height: 1.4em; }
  .author-footer .twitter a {
    color: #000; }
  .author-footer .twitter a:hover {
    color: #1d9ff3; }
  .author-footer .twitter .fa {
    color: #1d9ff3; }

.entry-content {
  font-size: 1.1em;
  font-weight: 300;
  line-height: 1.6em; }
  .entry-content figure {
    max-width: 100%; }

.main-post a {
  color: #cc0000; }
.main-post a:hover {
  color: #000;
  text-decoration: underline; }
.main-post .entry-header {
  margin-bottom: 1.5em; }
  .main-post .entry-header h1 {
    margin: 0;
    line-height: 1.4em; }
  .main-post .entry-header .excerpt {
    font-size: 1.125em;
    line-height: 1.5em; }
  .main-post .entry-header .meta {
    text-transform: uppercase;
    margin-bottom: .5em;
    font-size: 1.1em;
    font-weight: 300; }
    .main-post .entry-header .meta .passport {
      display: inline;
      float: left;
      margin-right: .5em; }
      .main-post .entry-header .meta .passport img {
        width: 1.1em;
        height: auto; }
  .main-post .entry-header .wnet_toolbox {
    margin-top: 1em; }
.main-post .feat-img img {
  display: block;
  margin: 2em auto;
  width: 100%; }
.main-post pullquote {
  font-size: 1.5em;
  width: 35%;
  font-weight: 600;
  line-height: 1.2em; }
.main-post blockquote {
  clear: both;
  padding-left: 1em;
  border-left: 3px solid #cc0000; }

.page-newsletter .main-post {
  padding: 3em 0; }
  .page-newsletter .main-post .entry-header {
    margin-bottom: 0; }
    .page-newsletter .main-post .entry-header h1 {
      text-transform: uppercase; }

.news-foot {
  width: 100%;
  margin-top: 2em; }
  .news-foot .tag-meta {
    margin-top: 2em; }
    .news-foot .tag-meta .label, .news-foot .tag-meta a {
      float: left;
      margin: 0 .5em .5em 0;
      padding: 0.5em; }
    .news-foot .tag-meta .label {
      text-transform: uppercase;
      font-size: 1em;
      font-weight: 600;
      padding-left: 0; }
    .news-foot .tag-meta a {
      border: 1px solid #777;
      color: #777;
      text-decoration: none; }
    .news-foot .tag-meta a:hover {
      background-color: #cc0000;
      color: #fff; }

.alignright {
  float: right;
  margin: 0 0 1em 1.5em; }

.alignleft {
  float: left;
  margin: 0 1.5em 1em 0; }

.aligncenter, div.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption img {
  margin: 0;
  padding: 0;
  border: 0; }

.wp-caption-text {
  font-size: .7em;
  line-height: 1.2em;
  padding: .5em;
  margin: 0;
  font-style: italic;
  color: #666; }

.wp-caption.aligncenter {
  margin: 0 auto 1em auto;
  width: 100% !important; }
  .wp-caption.aligncenter img {
    width: 100%;
    height: auto; }

.wp-caption.alignleft, .wp-caption.alignright {
  width: 40% !important; }
  .wp-caption.alignleft img, .wp-caption.alignright img {
    width: 100%;
    height: auto; }

a.red-button {
  background-color: #cc0000;
  color: #fff;
  display: inline-block;
  padding: .6em 1.3em; }
  a.red-button svg {
    color: #fff !important; }

a.red-button:hover {
  background-color: #000;
  color: #fff;
  text-decoration: none; }

.host-grid {
  margin: 0 -1%; }
  .host-grid figure {
    float: left;
    width: 31%;
    margin: 0 1% 2em 1%;
    padding: 0; }
  .host-grid a {
    color: #000; }
  .host-grid a:hover {
    color: #cc0000;
    text-decoration: none; }
  .host-grid .thumb {
    overflow: hidden; }
  .host-grid .name {
    margin-top: 8px;
    font-weight: bold;
    font-size: 1em; }

.next-up {
  width: 100%;
  background-color: #cc0000;
  color: #fff;
  padding: 9px 0;
  text-transform: uppercase;
  display: none;
  font-size: .9em;
  line-height: 1.2em; }
  .next-up a {
    color: #fff; }
  .next-up a:hover {
    color: #000; }
  .next-up .close-up-next {
    float: right; }

.next-up.show {
  display: block; }

body.admin-bar.logged-in #pbs_dh {
  margin-top: 32px; }

@media screen and (max-width: 782px) {
  body.admin-bar.logged-in #pbs_dh {
    margin-top: 46px; }
  body.admin-bar.logged-in .remodal.menu {
    padding-top: 90px; } }
@media screen and (max-width: 900px) {
  body.admin-bar.logged-in .remodal.menu {
    padding-top: 90px; } }
.inline-mc .mc-field-group button {
  background-color: #cc0000;
  color: #fff;
  width: 25%;
  cursor: pointer;
  border: 1px solid #cc0000; }
.inline-mc .mc-field-group button:hover {
  background-color: #000;
  border-color: #000; }
.inline-mc .mc-field-group input {
  width: 75%;
  border: 1px solid #e6e6e6; }
.inline-mc .mc-field-group button, .inline-mc .mc-field-group input {
  padding: .7em;
  font-size: 1em;
  float: left;
  font-weight: 400; }
.inline-mc .mc-status {
  margin-top: .5em;
  float: left;
  width: 100%;
  font-size: .8em; }
  .inline-mc .mc-status a {
    color: #cc0000;
    text-decoration: underline; }
  .inline-mc .mc-status a:hover {
    color: #000; }
.inline-mc .mc-status.error-message {
  color: #cc0000; }
.inline-mc .mc-status.success-message {
  color: #000; }

.np-mc-shortcode .title {
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 18px; }
.np-mc-shortcode .mc-field-group button, .np-mc-shortcode .mc-field-group input {
  font-family: 'Source Sans Pro';
  float: left;
  padding: 14px;
  font-weight: normal;
  font-size: 18px;
  border: 1px solid #ccc;
  border-radius: 0; }
.np-mc-shortcode .mc-field-group button {
  width: 25%;
  color: #fff;
  font-weight: bold;
  background: #cc0000; }
.np-mc-shortcode .mc-field-group button:hover {
  background: #000; }
.np-mc-shortcode .mc-field-group input {
  width: 75%; }
.np-mc-shortcode .mc-status {
  font-size: .8em;
  text-align: center;
  padding-top: .6em; }

.np-footer {
  background: #303030;
  padding: 2em 0;
  color: #fff;
  font: 400 1em 'Montserrat'; }
  .np-footer .col {
    float: left;
    width: 25%;
    margin: 0 2%; }
  .np-footer .col.f-nav {
    width: 17%; }
  .np-footer a {
    color: #fff;
    text-decoration: none; }
  .np-footer a:hover {
    text-decoration: underline; }
  .np-footer ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }

.foot-wrap {
  margin: 0 -2%; }

.wnet-logo {
  max-height: 80px;
  width: auto; }

.f-nav {
  text-transform: uppercase;
  font-size: 1em; }
  .f-nav li {
    margin-bottom: .5em; }
  .f-nav li:last-of-type {
    margin: 0; }

.np-mc-shortcode.f-news .title {
  font-size: 1em;
  font-weight: 600; }
.np-mc-shortcode.f-news .mc-field-group button, .np-mc-shortcode.f-news .mc-field-group input {
  padding: 10px;
  font: 400 1em 'Montserrat';
  border: 0;
  width: 100%;
  text-align: center; }
.np-mc-shortcode.f-news .mc-field-group button {
  font-weight: 600;
  margin-top: 10px; }

.f-soc {
  margin-bottom: 2em; }
  .f-soc a {
    display: inline-block;
    font-size: 16px;
    line-height: 16px;
    margin: 0 8px 0 0;
    padding: 8px 0;
    width: 40px;
    text-align: center; }
  .f-soc .facebook {
    background: #3b5997; }
  .f-soc .twitter {
    background: #4299ff; }
  .f-soc .youtube {
    background: #ba0200; }
  .f-soc .instagram {
    background: #135688; }

.f-hed {
  font-size: 1em;
  font-weight: 600;
  margin-bottom: 10px; }

.f-tagline {
  font-size: 14px;
  line-height: 18px;
  margin: 1.5em 0; }
  .f-tagline p {
    margin: 0 0 10px 0; }

.f-funders {
  margin-bottom: 0; }

.np-copyright {
  background: #000;
  color: #fff;
  text-align: center;
  padding: 1em;
  font: 400 15px/25px 'Montserrat'; }
  .np-copyright p {
    margin: 0; }
  .np-copyright p:last-of-type {
    font-size: 13px; }
  .np-copyright a {
    color: #fff;
    text-decoration: none; }
  .np-copyright a:hover {
    text-decoration: underline; }
  .np-copyright span {
    padding-left: .5em; }

@media screen and (max-width: 480px) {
  .foot-wrap {
    margin: 0; }

  .np-footer .col, .np-footer .col.f-nav {
    width: 100%;
    margin: 0 0 1.5em 0; }
  .np-footer .col:last-of-type {
    margin: 0; }

  .np-copyright span {
    padding: 0;
    display: block; } }
@media screen and (min-width: 481px) and (max-width: 900px) {
  .np-footer {
    padding: 1.25em 0; }
    .np-footer .col, .np-footer .col.f-nav {
      float: left;
      width: 46%;
      margin: .75em 2% .75em 2%; }

  .foot-wrap {
    display: flex;
    flex-wrap: wrap;
    flex-flow: row wrap;
    margin: 0 -2%; } }
.remodal-popup {
  padding: 0;
  margin: 0; }

.remodal.newsletter {
  padding: 0; }

.remodal-close-am {
  position: absolute;
  top: 16px;
  right: 16px;
  display: block;
  overflow: visible;
  margin: 0;
  cursor: pointer;
  text-decoration: none;
  border: 0;
  outline: 0;
  font-size: 25px;
  color: #fff;
  z-index: 999999; }

.remodal-close-am:hover {
  color: #172635; }

.newsletter-tease {
  position: relative;
  font: 300 1em 'Source Sans Pro'; }
  .newsletter-tease img {
    max-width: 100%;
    height: auto;
    display: block; }
  .newsletter-tease h3 {
    font-weight: 400;
    font-size: 2em;
    margin: 0;
    line-height: 1em; }
  .newsletter-tease h2 {
    font-weight: 400;
    font-size: 3.438em;
    margin: 0;
    line-height: 1em; }
  .newsletter-tease p {
    font-size: 1.8em;
    margin: .5em 0 .8em 0; }
  .newsletter-tease p strong {
    font-weight: 600; }
  .newsletter-tease #mc_embed_signup {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0 4em;
    text-align: center;
    color: #fff;
    width: 100%; }
  .newsletter-tease .mc-field-group button {
    background-color: #cc0000;
    color: #fff;
    width: 25%;
    cursor: pointer; }
  .newsletter-tease .mc-field-group a {
    background-color: #cc0000;
    color: #fff;
    width: 25%;
    cursor: pointer;
    padding: 0.5em 1em;
    font-size: 1.35em; }
  .newsletter-tease .mc-field-group a:hover {
    cursor: pointer; }
  .newsletter-tease .mc-field-group button:hover {
    background-color: #000; }
  .newsletter-tease .mc-field-group input {
    width: 75%; }
  .newsletter-tease .mc-field-group button, .newsletter-tease .mc-field-group input {
    border: 0;
    padding: .5em;
    font-size: 1.2em;
    float: left;
    font-weight: 600;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0; }
  .newsletter-tease #success_message {
    font-weight: 400;
    font-size: 1.8em;
    margin: 0;
    line-height: 1.3em;
    text-align: center; }

.mce-responses {
  font-size: .8em;
  text-align: center;
  padding-top: 1em; }
  .mce-responses .response {
    display: none; }

@media screen and (min-width: 481px) and (max-width: 900px) {
  .newsletter-tease h2 {
    font-size: 3em; }
  .newsletter-tease p {
    font-size: 1.3em; }
  .newsletter-tease #mc_embed_signup {
    padding: 0 3em; } }
@media screen and (max-width: 480px) {
  .newsletter-tease h3 {
    font-size: 1.5em; }
  .newsletter-tease h2 {
    font-size: 1.7em; }
  .newsletter-tease p {
    font-size: 1em; }
  .newsletter-tease #mc_embed_signup {
    padding: 0 4%; }
  .newsletter-tease .mc-field-group button, .newsletter-tease .mc-field-group input {
    font-size: 1.125em;
    width: 100%; }
  .newsletter-tease .mc-field-group input {
    margin-bottom: 16px; } }
@media screen and (min-width: 901px) {
  a {
    outline: none; }

  .no-desktop {
    display: none; }

  .post-list .card {
    width: 100%;
    margin: 0 0 2em 0; }
    .post-list .card figure {
      float: left;
      width: 40%;
      margin-right: 3%; }
    .post-list .card section {
      padding: 1em 1em 1em 0;
      float: left;
      width: 57%; }

  .post-list.large .card {
    margin-bottom: 3em; }
    .post-list.large .card section .title {
      font-size: 2em; }
    .post-list.large .card section button {
      margin-top: 3em; }

  .home-latest {
    background-size: cover !important; }

  .remodal.menu {
    padding-top: 71px; }

  .stage.video-bg {
    background-size: cover; }

  .vgrid .card {
    margin-bottom: 5%; } }
@media screen and (min-width: 901px) and (min-width: 1300px) {
  .slick-three .slick-next {
    right: -1em; }
  .slick-three .slick-prev {
    left: -1em; }

  .slick-four .slick-arrow {
    color: #7c7c7c; }
  .slick-four .slick-next {
    right: -.8em; }
  .slick-four .slick-prev {
    left: -.8em; }

  .hp-guest-grid {
    margin: 0; }
    .hp-guest-grid .slick-next {
      right: -1em; }
    .hp-guest-grid .slick-prev {
      left: -1em; } }
@media screen and (min-width: 901px) and (min-width: 900px) and (max-width: 1200px) {
  /* small desktop */
  .ti {
    padding: 0 2%; }

  .video-gallery header .buttons a {
    font-size: .9em; }
  .video-gallery header .search-form input, .video-gallery header .search-form button {
    font-size: .9em; } }
@media screen and (min-width: 901px) and (max-width: 1018px) {
  .single-guest #main {
    float: none;
    width: 100%; } }
@media screen and (min-width: 100px) and (max-width: 900px) {
  .home-latest {
    color: #000;
    padding: 0; }
    .home-latest figure {
      width: 100%;
      margin: 0; }
      .home-latest figure .overlay {
        font-size: 2em;
        left: 4%;
        bottom: .8em; }
    .home-latest section {
      width: 100%;
      padding: 4%; }
    .home-latest h3 {
      font-size: 1.5em;
      line-height: 1.3em; }
      .home-latest h3 a {
        color: #000; }
    .home-latest p {
      margin-bottom: 0; }
    .home-latest .ti {
      padding: 0; }
    .home-latest .home-more {
      padding: 0 4%; }

  .home-more a {
    display: block;
    float: left;
    width: 100%;
    text-align: center; }

  .stage {
    padding: 0; }
    .stage .cw {
      max-width: 100%; }

  .stage.video-bg {
    background: #ccc; }

  .vg-top {
    display: flex;
    flex-wrap: wrap; }
    .vg-top .primary, .vg-top .sidebar {
      flex: 1 100%;
      width: 100%; }
    .vg-top .primary {
      order: 1;
      margin: 2em 0 0 0; }
    .vg-top .sidebar {
      order: 0;
      margin: 0; }

  .latest-episode {
    padding: 0; }
    .latest-episode .ti {
      padding: 0; }
    .latest-episode .primary {
      margin: 0;
      width: 100%; }
    .latest-episode .sidebar {
      margin: 0;
      padding: 0 4%;
      width: 100%; }
    .latest-episode figure {
      width: 100%;
      margin: 0; }
      .latest-episode figure .overlay {
        left: 4%;
        bottom: .8em; }
    .latest-episode section {
      width: 100%;
      color: #000;
      padding: 4%; }
      .latest-episode section a {
        color: #000; }

  .video-gallery header .sort ul {
    margin: 0 -1%; }
  .video-gallery header .sort li {
    margin: 0 1%;
    width: 31.33%; }
  .video-gallery header .sort select {
    border: 1px solid #ccc; }

  .next-up .close-up-next {
    font-size: 1.2em;
    padding-top: 8px; }
  .next-up .tease {
    display: block;
    font-size: .8em; }
  .next-up .guests {
    display: block;
    font-size: .95em; }
  .next-up .pipe {
    display: none; } }
@media screen and (min-width: 481px) and (max-width: 900px) {
  .ti {
    padding: 0 4%; }

  .no-touch {
    display: none; }

  .sidebar.bump-up {
    margin-top: 0; }

  .masthead .toggle {
    width: 10%; }
  .masthead .site-branding {
    float: left;
    width: 89%;
    position: relative; }
    .masthead .site-branding .logo {
      margin: 0;
      width: 35%;
      float: left; }
    .masthead .site-branding .logo img {
      max-width: 100%; }
    .masthead .site-branding .tune-in {
      width: 62%;
      font-size: 1em;
      padding: 0;
      line-height: 1em;
      position: absolute;
      top: 50%;
      transform: translate(0, -50%);
      left: 35%; }

  .slick-three .slick-arrow {
    top: 20%;
    font-size: 1.5em; }
  .slick-three .slick-next {
    right: .5em; }
  .slick-three .slick-prev {
    left: .5em; }

  .post-list .card {
    width: 100%;
    margin: 0 0 2em 0; }
    .post-list .card figure {
      float: left;
      width: 47%;
      margin-right: 3%; }
    .post-list .card section {
      padding-top: .5em;
      float: left;
      width: 50%; }

  .home-videos {
    margin-top: 0; }
    .home-videos h4 {
      color: #000; }

  .video-gallery header .buttons li {
    width: 48%; }
  .video-gallery header .buttons li.search {
    width: 98%;
    margin-top: 2%; }
  .video-gallery header .buttons a {
    font-size: .9em; }
  .video-gallery header .search-form input, .video-gallery header .search-form button {
    font-size: .9em; }

  .vgrid .card {
    margin-bottom: 5%; }
    .vgrid .card .title {
      font-size: 1.2em; }

  .related-post figure {
    width: 50%; }
  .related-post section {
    float: left;
    width: 50%;
    padding: .5em 1em; }
  .related-post h4 {
    font-size: 1.2em; }

  .slick-four .slick-arrow {
    top: 20%;
    color: #7c7c7c; }
  .slick-four .slick-next {
    right: -.6em; }
  .slick-four .slick-prev {
    left: -.6em; } }
@media screen and (max-width: 1018px) {
  .single-guest #main {
    float: none;
    width: 100%; }
  .single-guest .sidebar {
    float: none;
    margin: 0 auto; } }
@media screen and (min-width: 481px) and (max-width: 700px) {
  .primary {
    width: 100%;
    margin-bottom: 1em; }

  .sidebar {
    width: 100%; }

  .sidebar.bump-up {
    margin-top: 0; } }
@media screen and (max-width: 768px) {
  .home-sponsor.news {
    display: none; }

  .home-sponsor.news.mobile {
    display: block; }

  .home-ad {
    display: none; }

  .home-ad.mobile {
    display: block; } }
@media screen and (max-width: 695px) {
  .single-guest .post-list.cf .card figure {
    width: 100%;
    margin-right: 0; }
  .single-guest .post-list.cf .card section {
    width: 100%;
    margin-top: 1em; } }
@media screen and (min-width: 551px) {
  .related-content-mobile {
    display: none; } }
@media screen and (max-width: 550px) {
  .related-content-mobile .related-content {
    display: block; }
    .related-content-mobile .related-content .card {
      width: 100%; }
      .related-content-mobile .related-content .card figure img {
        width: 100%; }

  .related-content {
    display: none; } }
@media screen and (max-width: 480px) {
  .ti {
    padding: 0 4%; }

  .mobile-only {
    display: block; }

  .no-touch, .no-mobile {
    display: none; }

  .masthead {
    position: relative; }
    .masthead .toggle {
      width: 10%;
      font-size: 1.5em; }
    .masthead .site-branding {
      float: left;
      width: 90%;
      position: relative; }
      .masthead .site-branding .logo {
        margin: 0;
        width: 50%;
        float: left; }
      .masthead .site-branding .logo img {
        max-width: 100%; }
      .masthead .site-branding .tune-in {
        width: 40%;
        font-size: .8em;
        padding: 0;
        line-height: 1em;
        position: absolute;
        top: 50%;
        transform: translate(0, -50%);
        left: 50%; }

  .primary {
    width: 100%;
    margin-bottom: 1em; }

  .sidebar {
    width: 100%; }

  .sidebar.bump-up {
    margin-top: 0; }

  .latest-episode h3 {
    font-size: 1.3em; }

  .card {
    width: 100%;
    margin: 0 0 1.5em 0; }
    .card .date {
      font-size: 1em; }
    .card .title {
      font-size: 1.3em; }
    .card p {
      font-size: .9em; }

  .post-list .card figure {
    width: 100%; }
  .post-list .card section {
    width: 100%; }

  .slick-three {
    margin: 0; }
    .slick-three .card {
      padding: 0; }
    .slick-three .slick-arrow {
      top: 30%;
      font-size: 1.5em; }
    .slick-three .slick-next {
      right: .5em; }
    .slick-three .slick-prev {
      left: .5em; }

  .slick-four .slick-arrow {
    top: 15%;
    font-size: 1.5em; }

  .home-latest h3 {
    font-size: 1.3em; }
  .home-latest p {
    font-size: .9em; }
  .home-latest .home-more a {
    display: block;
    float: left;
    width: 100%;
    text-align: center; }
  .home-latest .ti {
    padding: 0; }

  .home-more a {
    font-size: 1em; }

  .home-videos {
    margin-top: 0; }
    .home-videos h4 {
      color: #000; }

  .home-about figure {
    width: 100%;
    margin: 0 0 1em 0; }
  .home-about section {
    width: 100%; }
  .home-about h5 {
    font-size: 1.3em; }
  .home-about p {
    font-size: .9em; }

  .hp-guest-grid .slick-arrow {
    top: 30%;
    font-size: 1.5em; }
  .hp-guest-grid .name {
    font-size: .8em; }

  .guest-list {
    margin: 0; }

  .g-list {
    width: 100%;
    margin: 0 0 1em 0; }

  .video-gallery header .buttons {
    margin: 1em 0 0 0; }
    .video-gallery header .buttons li {
      width: 100%;
      margin: 0 0 1em 0; }
    .video-gallery header .buttons li.search {
      width: 100%; }
    .video-gallery header .buttons a {
      font-size: .9em; }
  .video-gallery header .sort li {
    width: 48%; }
  .video-gallery header .videoopt {
    font-size: .75em; }
  .video-gallery header .search-form input, .video-gallery header .search-form button {
    font-size: .9em; }

  .main-post .entry-header .meta {
    font-size: 1em; }
  .main-post .entry-content, .main-post .entry-header .excerpt {
    font-size: 1.1em; }
  .main-post h1 {
    font-size: 1.75em; }
  .main-post pullquote {
    font-size: 1.3em;
    width: 100%; }
  .main-post blockquote {
    margin-left: 0; }

  .transcript summary .label {
    font-size: 1.2em; }

  .related-post figure {
    width: 100%; }
  .related-post section {
    width: 100%; }
  .related-post h4 {
    font-size: 1.1em; }

  .news-foot .tag-meta .label, .news-foot .tag-meta a {
    font-size: .8em; }

  .wnet_toolbox .label {
    font-size: .8em; }

  .alignright {
    float: right;
    margin: 0 0 1em 1.5em; }

  .alignleft {
    float: left;
    margin: 0 1.5em 1em 0; }

  .wp-caption.alignleft, .wp-caption.alignright {
    width: 100% !important;
    margin: 0 0 1em 0; }

  .guest-alphabet a, .guest-alphabet span {
    margin: 0; } }

/*# sourceMappingURL=main.css.map */
