.srd {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden; 
}

body {
    padding-top: 71px !important;
    -webkit-font-smoothing: antialiased;
}

@media (max-width: 960px){
    body {
        padding-top: 51px !important;
    }
}

.c-buy a {
    color: black;
    text-decoration: none;
}

.c-buy.m-light-text a {
    color: white;
}

.c-buy a,
.c-buy svg path {
    transition: .4s ease;
}

.c-buy a:hover {
    color: #ae4027;
}

.c-buy a:hover svg path {
    fill: #ae4027;
}

.c-nav {
    position: relative;
    z-index: 10;
}

.c-hero-sn::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: black;
    top: 0;
    left: 0;
    opacity: .6;
    z-index: 1;
}

.o-container {
    position: relative;
    z-index: 2;
}

.o-container.m-narrow {
    max-width: 900px;
}

@media (max-width: 991px) {
    .c-nav_desktop {
        display: none;
    }
}

.c-nav_item.has-dropdown {
    position: relative;
}

.c-nav_item .c-dropdown {
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 1000;
    white-space: nowrap;
    display: none;
}

.c-nav_item:hover .c-dropdown {
    display: inline-block;
}

.c-dropdown_item:last-child {
    border-bottom: none;
}

@media (max-width: 991px) {
    .c-nav_item .c-dropdown {
        position: relative;
        width: 100%;
    }

    .c-nav_item:hover .c-dropdown {
        display: none;
    }
}

.c-lead_head svg {
    max-height: 75px;
}

.c-lead .c-buy_link {
    color: white;
}

.c-dropdown_toggle {
    pointer-events: none;
}

@media (max-width: 991px) {
    .c-dropdown_toggle {
        pointer-events: all;
    }

    .c-nav_item.is--open .c-dropdown_toggle {
        transform: rotate(180deg);
    }
}

.c-teaser-air {
    position: relative;
}

.c-teaser-air_image {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}

.c-teaser-air_image::before {
    content: '';
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.2);
}

.c-teaser-air_image,
.c-teaser-air_image img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.c-full-player {
    position: relative;
    padding-bottom: 56%;
    background: black;
}

.c-full-player iframe {
    transition: opacity .6s ease;
    opacity: 1;
}

.c-full-player.is-loading iframe {
    opacity: 0;
}

.c-full-player.move-up {
    margin-top: -2rem;
}

.c-full-player iframe {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.c-carousel {
    position: relative;
    outline: none;
    width: 100%;
    padding: 0;
    opacity: 0;
    transition: .8s ease;
}

.home-extra_player .c-carousel,
.home-hero_foot .c-carousel,
.o-page_content .c-carousel {
    padding: 0 50px;
}

.o-page_content .c-box .c-carousel {
    padding: 0 18px;
}

@media (max-width: 1400px) {
    .c-carousel {
        padding: 0 50px;
    }
}

.c-carousel.flickity-enabled {
    opacity: 1;
}

.c-carousel .flickity-viewport {
    overflow: hidden;
    padding: 5px;
}

.flickity-button {
    position: absolute;
    top: 25%;
    padding: 0;
    transform: translateY(-25%);
    background: none;
    width: 40px;
    overflow: hidden;
    background-color: rgba(25, 24, 24, 0);
    transition: background .2s ease;
}

.flickity-button:hover {
    background-color: rgba(25, 24, 24, 0.2);
}

.flickity-button.next {
    right: 0;
}

.flickity-button.previous {
    left: 0;
}

.o-page_content .c-box .c-carousel .flickity-button.next {
    right: -30px;
}

.o-page_content .c-box .c-carousel .flickity-button.previous {
    left: -30px;
}

@media (max-width: 1400px) {
    .flickity-button.next {
        right: 0;
    }
    
    .flickity-button.previous {
        left: 0;
    }
}

.flickity-button-icon {
    position: relative;
    left: -31px;
    fill: none;
    width: 100px;
    height: 100px;
    stroke: #191818;
    stroke-width: 2;
}

.c-carousel .c-thumb {
    width: 16.5%;
    min-width: 200px;
    margin-right: 10px;
    padding-bottom: 5px;
}



.c-thumb {
    cursor: pointer;
}

.gs-body_extra .c-thumb {
    width: 100%;
}

.c-hero-socials svg {
    width: 20px;
    height: 20px;
}

.home-hero {background: black; }
.home-hero_bg { opacity: 0.8; }

@media (max-width: 767px) {
    .home-hero {
        height: auto;
        min-height: 0;
        padding-top: 0;
    }

    .home-hero .home-hero_logo {
        position: absolute;
        top: 40px;
    }

    .home-hero .home-hero_inner,
    .home-hero .home-hero_head {
        position: initial;
    }

    .home-hero_bg { position: relative; height: 300px; }
}

.home-hero .c-thumb-image {
    background: #000;
}

.c-thumb-image img {
    transition: opacity .4s ease;
}

.c-carousel.is-selectable .c-thumb-image img {
    opacity: 0.6;
}

.c-carousel.is-selectable .c-thumb-image:hover img {
    opacity: 1;
}

.c-carousel.is-selectable .m-selected .c-thumb-image img {
    opacity: 1;
    box-shadow: 0 0 0 4px #ae4027;
}

.c-thumb.is--light .c-thumb-meta_title,
.c-thumb.is--light .c-meta-thumb_time,
.c-thumb.is--light .c-thumb-meta_subtitle {
    color: white;
}

.c-thumb-meta_subtitle {
    font-size: 12px;
}

.c-thumb-image {
    position: relative;
}

.c-thumb_play-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.home-extra_thumbs .flickity-button-icon {
    stroke: white;
}

.join-grid_icon {
    height: 128px;
}

.c-teaser-box_media picture, 
.c-teaser-box_media img {
    width: 100%;
}

.c-teaser-air_box svg {
    max-width: 140px
}

.c-onair_svg {
    min-width: 50px;
    max-width: 76px;
}

body .c-onair {
    max-width: 100%;
}

.c-sublead_more-content {
    margin-top: 1rem;
    display: none;
    font-size: 18px;
    line-height: 1.5;
}

.c-sublead_more {
    margin-top: 1rem;
}

.gs-image-caption {
    margin-top: .5rem;
    font-size: 12px;
    display: inline-block;
}

.c-sponsors_logos a {
    text-decoration: none;
}

.c-sponsors_item {
    max-height: 40px;
}

[class^="c-btn"] {
    transition: background 0.3s;
}

[class^="c-btn"]:hover {
    background: #88311d;
}

.gs-guests.m-even {
    background: #e4e4e4;
}

.c-footer-nav {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

@media (max-width: 767px) {
    .c-footer-nav {
        text-align: center;
    }
}

/* test */

.c-footer-nav li {
    display: inline-block;
    float: none;
    margin: 0 10px;
    font-size: 14px;
    padding: 0;
    line-height: normal;
    border-left: none;
    list-style-type: none;
}

@media (max-width: 767px) {
    .c-footer-nav li {
        width: 100%;
    }
}

.c-footer-nav li::after {
    content: "|";
    font-weight: 900;
    display: inline;
    padding-left: 20px;
}

@media (max-width: 767px)  {
    .c-footer-nav li::after {
        display: none;
    }
}

.c-footer-nav li:last-child::after {
    content: '';
}

.c-footer-nav a {
    margin-right: 1rem;
    color: #191818;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
}

.c-footer-nav a:hover {
    text-decoration: underline;
}

.c-hero-ep_head {
    position: relative;
}

.c-person_image img {
    width: 100%;
}

body .c-ad-banner {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
    flex-direction: column;
    width: 300px;
}

.ad-lead {
    display: flex;
    justify-content: space-between;
    margin-bottom: .5rem;
    font-size: 12px;
    max-width: 300px;
}

@media (max-width: 991px) {
    .ssn-episodes {
        width: 100%;
    }
}

body .sched-item_intro {
    width: 70%;
}

/* Horizontal header ad */
.o-container.a-container {
    text-align: center;
}
.c-ad-banner.c-ad-banner-h {
    width: auto;
    max-width: 100%;
    display: inline-block;
    margin-bottom: 20px;
    margin-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
}
.c-ad-banner.c-ad-banner-h .ad-lead {
    max-width: 100%;
}

/* Guest Explorer */
#guestExplorer .c-sublead_head {
    max-width: 100%;
}
#guestExplorer .c-sublead {
    margin-bottom: 50px;
}
#guestExplorer {
    padding-right: 0;
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
.select-css {
    display: inline-block;
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    color: #fff;
    line-height: 20px;
    padding: 16px 50px 16px 30px;
    width: auto;
    max-width: 100%;
    box-sizing: border-box;
    margin: 0 20px 30px 0;
    border: 1px solid #383838;
    border-radius: 100px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #383838;
    background-image: url('images/triangle.svg');
    background-repeat: no-repeat;
    background-position: right 20px top 50%;
    background-size: .75em auto;
}
.select-css::-ms-expand {
    display: none;
}
.select-css:hover {
    background-color: #242424;
    border-color: #242424;
    cursor: pointer;
    color: #ffffff;
}
.select-css:focus {
    border-color: #ede7d9;
    box-shadow: 0 0 1px 2px rgba(237, 231, 217, .3);
    box-shadow: 0 0 0 2px -moz-mac-focusring;
    color: #ffffff;
    outline: none;
}
.select-css option {
    font-weight: normal;
}
.btn-reset {
    padding: 16px;
    border: 0;
    background-color: #fff;
}
.btn-reset:hover, .btn-reset:focus {
    color: #ae4027;
}
.btn-reset.disabled {
    color: #ccc;
    cursor: default;
}
#guestNodes .no-results {
  display: none;
  font-size: 16px;
  font-style: italic;
  position: absolute;
}
#guestNodes .node {
    display: none;
    width: 19%;
}
#guestNodes .node.active {
    display: inline-block;
}
#guestNodes .node .c-person {
    flex-direction: column;
}
#guestNodes .node .c-person_image {
    display: block;
    width: 100%;
}
#guestNodes .node .c-person_image img {
    object-position: 0 0 !important;
}
#guestNodes .node .c-person_name {
    display: block;
    width: 100%;
    margin: 0;
    padding: 16px;
    background-color: #191818;
    color: #fff;
    font-size: 18px;
}
@media (max-width: 1081px) {
    #guestNodes .node {
      width: 24%;
  }
}
@media (max-width: 991px) {
    #guestNodes .node {
      background-color: #191818;
    }
    #guestExplorer .c-sublead_head {
        margin-bottom: 10px;
    }
}
@media (max-width: 767px)  {
    .c-ad-banner.c-ad-banner-h {
        padding-left: 0;
        padding-right: 0;
    }
    #guestExplorer .c-sublead {
        margin-bottom: 20px;
    }
    #guestFilters {
        margin-bottom: 30px;
    }
    .select-css {
        display: block;
        width: 100%;
        margin: 0 0 15px 0;
    }
    .btn-reset {
        padding: 5px;
    }
    #guestNodes .node {
        width: 32%;
    }
}
@media (max-width: 479px) {
    #guestNodes .node {
        margin-right: 1%;
    }
}

/* Responsive video embed for events */
.res-embed figure {
    position: relative;
    padding-bottom: 56%;
    background: black;
}

.res-embed figure iframe {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
}