body {
    color: #fff
}

main {
    background: #1e1f21;
    background: rgba(var(--bg-r), var(--bg-g), var(--bg-b), 1)
}

header {
    background: rgba(var(--bg-r), var(--bg-g), var(--bg-b), 1)
}

header nav .search input {
    border: 2px solid rgba(255, 255, 255, .2);
    padding-left: 20px
}

header .subnav {
    background: rgba(39, 39, 41, .95);
    background: rgba(var(--bg-r), var(--bg-g), var(--bg-b), 0.98)
}

header .search .subnav::before {
    border-color: transparent transparent rgba(var(--bg-r), var(--bg-g), var(--bg-b), 0.98) transparent;
    filter: brightness(60%)
}

.masthead {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: relative;
    overflow: hidden;
    margin-top: -82px;
    padding-top: 82px;
    box-sizing: border-box;
    height: 76vh;
    max-height: 56.25vw;
    min-height: 450px;
    font-size: 1.2vw
}

.masthead .background {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #1e1f21;
    background: rgba(var(--bg-r), var(--bg-g), var(--bg-b), 1)
}

.masthead .background img {
    flex-shrink: 0
}

.masthead .background::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 200px;
    background: linear-gradient(to bottom, rgba(30, 31, 33, 0.9) 0, rgba(30, 31, 33, 0) 100%);
    background: linear-gradient(to bottom, rgba(var(--bg-r), var(--bg-g), var(--bg-b), 0.9) 0, rgba(var(--bg-r), var(--bg-g), var(--bg-b), 0) 100%);
    z-index: 10
}

.masthead .content {
    display: flex;
    align-items: center;
    z-index: 10;
    color: #fff;
    padding: 10vw 60px 0;
    background: linear-gradient(to bottom, rgba(30, 31, 33, 0) 0%, rgba(30, 31, 33, 0.8) 40%, rgba(30, 31, 33, 1) 100%);
    background: linear-gradient(to bottom, rgba(var(--bg-r), var(--bg-g), var(--bg-b), 0) 0%, rgba(var(--bg-r), var(--bg-g), var(--bg-b), 0.8) 40%, rgba(var(--bg-r), var(--bg-g), var(--bg-b), 1) 100%)
}

.masthead .path {
    display: flex;
    flex-direction: row;
    align-items: center;
    text-transform: uppercase;
    font-size: 110%;
    font-weight: 600;
    margin-bottom: 1.1vw
}

.masthead .path .vr {
    width: 2px;
    height: 1em;
    margin: 0 .9vw;
    background: rgba(255, 255, 255, .4)
}

.masthead .poster {
    position: relative;
    flex-shrink: 0;
    margin-right: 2.5vw;
    height: 18vw;
    width: 12vw;
    background: rgba(255, 255, 255, .05)
}

.masthead .poster img {
    display: block;
    height: 100%;
    width: 100%
}

.masthead .episode-image {
    position: relative;
    flex-shrink: 0;
    margin-right: 2.5vw;
    height: 16vw;
    width: 28.44vw;
    background: rgba(255, 255, 255, .05)
}

.masthead .episode-image img {
    display: block;
    height: 100%;
    width: 100%
}

.masthead .details {
    padding: 2vw 0
}

.masthead .details h1 {
    font-size: 280%;
    font-weight: 400;
    margin-top: -.3vw
}

.masthead .details .tagline {
    font-size: 160%;
    font-weight: 300;
    font-style: italic;
    margin-top: 1vw;
    opacity: .7
}

.masthead .details .attributes {
    display: flex;
    align-items: center;
    font-size: 120%;
    font-weight: 700;
    margin-top: 1.9vw
}

.masthead .details .attributes li {
    display: flex;
    align-items: center;
    margin-right: 2.1vw
}

.masthead .details .attributes .icon {
    display: block;
    width: 1.7vw;
    height: 1.7vw;
    margin-right: .6vw
}

.masthead .details .attributes .imdb .count {
    font-size: 70%;
    font-weight: 400;
    opacity: .7;
    align-self: flex-end
}

.masthead .details .genres {
    display: flex;
    flex-direction: row;
    margin-bottom: .8vw;
    font-weight: 600
}

.masthead .details .genres li {
    margin-right: 1.2vw
}

.masthead .details .description {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-height: 1.4em;
    max-height: 4.2em;
    color: rgba(255, 255, 255, .7);
    overflow: hidden;
    margin-top: 2vw;
    text-overflow: ellipsis
}

.masthead .details .description.has-more {
    -webkit-line-clamp: 3;
    cursor: pointer;
    transition: color 400ms;
    height: 4.2em
}

.masthead .details .description p {
    display: block
}

.masthead .details .description.has-more:hover {
    color: #fff
}

nav.page {
    display: flex;
    margin: 12px 60px 48px;
    border-bottom: 1px solid rgba(0, 0, 0, .8);
    padding: 19px 0
}

nav.page>div {
    display: flex;
    margin: -20px
}

nav.page input {
    display: none
}

nav.page label {
    display: flex;
    align-items: center;
    margin: 0 20px;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer;
    transition: color .2s
}

input[name=section] {
    display: none
}

nav.page .sections label {
    font-size: 120%;
    box-shadow: inset 0 0 #f9a11b;
    transition: box-shadow .2s ease-out, color .2s
}

nav.page .sections label:hover {
    color: #f9a11b
}

input[name=section]:nth-child(1):checked~nav.page .sections label:nth-child(1),
input[name=section]:nth-child(2):checked~nav.page .sections label:nth-child(2),
input[name=section]:nth-child(3):checked~nav.page .sections label:nth-child(3) {
    color: #f9a11b;
    box-shadow: inset 0 -4px #f9a11b
}

nav.page .actions {
    margin-left: auto;
    margin-right: -12px
}

nav.page .button.action {
    margin: 18px 12px
}

.button.border {
    display: flex;
    align-items: center;
    text-transform: uppercase;
    font-weight: 600;
    border: 2px solid rgba(0, 0, 0, .3);
    border-radius: 100vw;
    transition: border-color .2s, color .2s;
    padding: 0 2vw
}

.button.border.on {
    border-color: #f9a11b;
    color: #f9a11b
}

.button.border:hover {
    border-color: #f9a11b
}

.button.border .label {
    position: relative
}

.button.border.on .label {
    color: transparent
}

.button.border .label::before {
    display: flex;
    justify-content: center;
    position: absolute;
    width: 100%;
    color: #f9a11b
}

.button.watchlist.on .label::before {
    content: "In Watchlist"
}

.button.watched.on .label::before {
    content: "Watched"
}

.button.border .icon {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    width: 4vw;
    height: 4vw;
    margin-left: -1.4vw
}

.button.border .label+.icon {
    margin-left: 0;
    margin-right: -1.4vw
}

.button.border .icon::after {
    display: block;
    width: 24px;
    height: 24px
}

.button.watchlist .icon::after {
    content: url(data:image/svg+xml;utf8;base64,IDxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0IiB2aWV3Qm94PSIwIDAgMjQgMjQiPjxwYXRoIGQ9Ik0yNC4wMDEsMThoLTR2NC4wMDFIMThWMThIMTRWMTZoNFYxMmgyLjAwMXY0aDRaTTEuOTk5LDcuOTk5SDE4djJIMS45OTlabTAtNEgxOHYySDEuOTk5Wk0xNiwxNEgxLjk5OVYxMkgxNlptLTQsNEgxLjk5OVYxNkgxMloiIGZpbGw9IndoaXRlIi8+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0IiBmaWxsPSJyZ2JhKDAsMCwwLDApIi8+PC9zdmc+)
}

.button.watchlist.on .icon::after {
    content: url(data:image/svg+xml;utf8;base64,IDxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0IiB2aWV3Qm94PSIwIDAgMjQgMjQiPjxwYXRoIGQ9Ik0yNC4wMDEsMThoLTR2NC4wMDFIMThWMThIMTRWMTZoNFYxMmgyLjAwMXY0aDRaTTEuOTk5LDcuOTk5SDE4djJIMS45OTlabTAtNEgxOHYySDEuOTk5Wk0xNiwxNEgxLjk5OVYxMkgxNlptLTQsNEgxLjk5OVYxNkgxMloiIGZpbGw9InJnYmEoMjQ5LDE2MSwyNywxKSIvPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgZmlsbD0icmdiYSgwLDAsMCwwKSIvPjwvc3ZnPg==)
}

.button.watched .icon::after {
    content: url(data:image/svg+xml;utf8;base64,IDxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0IiB2aWV3Qm94PSIwIDAgMjQgMjQiPjxwYXRoIGQ9Ik05IDE5LjQxNGwtNi43MDctNi43MDdsMS40MTQtMS40MTRMOSAxNi41ODZMMjAuMjkzIDUuMjkzbDEuNDE0IDEuNDE0IiBmaWxsPSJ3aGl0ZSI+PC9wYXRoPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgZmlsbD0icmdiYSgwLDAsMCwwKSI+PC9yZWN0Pjwvc3ZnPg==)
}

.button.watched.on .icon::after {
    content: url(data:image/svg+xml;utf8;base64,IDxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0IiB2aWV3Qm94PSIwIDAgMjQgMjQiPjxwYXRoIGQ9Ik05IDE5LjQxNGwtNi43MDctNi43MDdsMS40MTQtMS40MTRMOSAxNi41ODZMMjAuMjkzIDUuMjkzbDEuNDE0IDEuNDE0IiBmaWxsPSJyZ2JhKDI0OSwxNjEsMjcsMSkiPjwvcGF0aD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9InJnYmEoMCwwLDAsMCkiPjwvcmVjdD48L3N2Zz4=)
}

.button.previous .icon::after {
    content: url(data:image/svg+xml;utf8;base64,IDxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0IiB2aWV3Qm94PSIwIDAgMjQgMjQiPjxnPjxwb2x5Z29uIHBvaW50cz0iMTcuNzcsMy43NyAxNiwyIDYsMTIgMTYsMjIgMTcuNzcsMjAuMjMgOS41NCwxMiIgZmlsbD0id2hpdGUiLz48L2c+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0IiBmaWxsPSJyZ2JhKDAsMCwwLDApIj48L3JlY3Q+PC9zdmc+)
}

.button.next .icon::after {
    content: url(data:image/svg+xml;utf8;base64,IDxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0IiB2aWV3Qm94PSIwIDAgMjQgMjQiPjxnPjxwYXRoIGQ9Ik0wLDBoMjR2MjRIMFYweiIgZmlsbD0ibm9uZSIvPjwvZz48Zz48cG9seWdvbiBwb2ludHM9IjYuMjMsMjAuMjMgOCwyMiAxOCwxMiA4LDIgNi4yMywzLjc3IDE0LjQ2LDEyIiBmaWxsPSJ3aGl0ZSIvPjwvZz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9InJnYmEoMCwwLDAsMCkiPjwvcmVjdD48L3N2Zz4=)
}

.page-content {
    display: flex;
    margin: 48px 60px
}

.page-content .column {
    margin-left: 48px
}

.page-content .column:nth-child(1) {
    width: 100%;
    margin-left: 0
}

.page-content section {
    height: 0;
    opacity: 0;
    overflow: hidden;
    transition: opacity .2s ease-out
}

input[name=section]:nth-child(1):checked~.page-content section:nth-child(1),
input[name=section]:nth-child(2):checked~.page-content section:nth-child(2),
input[name=section]:nth-child(3):checked~.page-content section:nth-child(3) {
    height: auto;
    opacity: 1;
    overflow: visible
}

.ad.provider.question.horz {
    display: flex;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 48px
}

.ad.provider.question.horz .trial {
    padding: 3vw 5vw
}

.ad.provider.question.horz .trial button {
    padding-left: 3vw;
    padding-right: 3vw;
    min-width: 24vw;
    width: 100%
}

.ad.provider.question.horz .question {
    padding-right: 5vw
}

.episodes .ad.provider.question.horz {
    margin-bottom: 36px
}

.episodes .ad.provider.question.horz .trial {
    padding: 3vw
}

.episodes .ad.provider.question.horz .trial button {
    padding-left: 2vw;
    padding-right: 2vw;
    min-width: 16vw
}

.episodes .ad.provider.question.horz .question,
.episodes .ad.provider.question.horz .reply {
    padding-right: 3vw
}

.episodes .ad.provider.question .reply.yes .text {
    font-size: 1.5vw
}

.episodes .ad.placeholder {
    height: 14vw;
    position: relative;
    animation-duration: 1.2s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.03) 5%, rgba(255, 255, 255, 0.08) 49%, rgba(255, 255, 255, 0.08) 51%, rgba(255, 255, 255, 0.03) 95%);
    background-size: 1200px;
    animation-name: adPlaceholderGradient
}

.ad.provider.vert {
    min-width: 270px
}

.ad.provider.bullets.vert .trial {
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
    padding: 3vw
}

.ad.provider.bullets.vert li {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    line-height: 1.4em;
    color: rgba(0, 0, 0, .85);
    font-weight: 600;
    margin-bottom: 3vw
}

.ad.provider.bullets.vert.dark li {
    color: #fff
}

.ad.provider.bullets.vert li img {
    opacity: .7;
    margin-bottom: .6vw
}

.ad.provider.bullets.vert.dark li img {
    filter: invert(1);
    opacity: .9
}

.ad.provider.bullets.vert button {
    width: 100%;
    min-width: 220px
}

.ad.display {
    margin-bottom: 36px
}

.source-filter {
    border-right: 1px solid rgba(0, 0, 0, .8);
    padding-right: 48px;
    margin-right: 48px
}

.source-filter .source-list {
    min-width: 163px
}

.source-filter .title {
    display: flex;
    align-items: center;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: -10px;
    margin-bottom: 16px;
    height: 36px;
    white-space: nowrap
}

.source-filter label {
    display: flex;
    align-items: center;
    white-space: nowrap;
    margin-left: -60px;
    height: 28px;
    font-size: 95%;
    cursor: pointer
}

.source-filter span {
    color: rgba(255, 255, 255, .8);
    transition: color 400ms
}

.source-filter input {
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    width: 18px;
    height: 18px;
    border-radius: 4px;
    border: 2px solid rgba(0, 0, 0, .3);
    margin: 0 21px;
    cursor: pointer;
    transition: background 400ms, border 400ms
}

.source-filter input:hover {
    border-color: #f9a11b
}

.source-filter input:hover+span {
    color: #f9a11b
}

.source-filter input:checked {
    border-color: #f9a11b;
    background: #f9a11b
}

.source-filter input:checked+span {
    color: #f9a11b
}

.source-filter input:checked+span {
    font-weight: 600
}

.source-filter input:checked::after {
    content: '';
    transform: rotate(45deg);
    height: 7px;
    width: 3px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    margin-left: -1px;
    margin-top: -2px
}

.source-filter hr {
    border: none;
    height: 1px;
    margin: 17px 0 16px;
    background: rgba(0, 0, 0, .8)
}

.source-filter .no-sources {
    padding-top: 8px;
    opacity: .4
}

@keyframes filterPlaceholderGradient {
    0% {
        background-position: -150px 0
    }

    100% {
        background-position: 150px 0
    }
}

.source-filter .placeholder {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: 0 0;
    height: 28px;
    width: 160px
}

.source-filter .placeholder::after {
    content: '';
    height: 16px;
    animation-duration: 1.2s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.35) 48%, rgba(0, 0, 0, 0.35) 52%, rgba(0, 0, 0, 0.1) 80%);
    background-size: 300px;
    animation-name: filterPlaceholderGradient
}

.source-filter .placeholder:nth-child(1) {
    width: 35px
}

.source-filter .placeholder:nth-child(2) {
    width: 32px
}

.source-filter .placeholder:nth-child(3) {
    width: 90px
}

.source-filter .placeholder:nth-child(5) {
    width: 120px
}

.source-filter .placeholder:nth-child(6) {
    width: 90px
}

.source-filter .placeholder:nth-child(7) {
    width: 160px
}

.source-filter .placeholder:nth-child(8) {
    width: 80px
}

.source-filter .placeholder:nth-child(9) {
    width: 130px
}

.no-results {
    background: rgba(255, 255, 255, .04);
    padding: 36px;
    box-sizing: border-box;
    width: 100%;
    line-height: 1.3em;
    animation: fadeIn 400ms
}

.no-results .text .primary {
    font-size: 110%;
    font-weight: 500;
    margin-bottom: 6px
}

.no-results .text .secondary {
    color: rgba(255, 255, 255, .7)
}

.no-results button {
    margin-top: 24px
}

.episodes .seasons {
    display: flex;
    align-items: flex-start;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: -10px;
    margin-bottom: 18px
}

.episodes .season-list {
    display: flex;
    flex-wrap: wrap;
    margin-top: -8px
}

.episodes .seasons .title {
    display: flex;
    align-items: center;
    margin-right: 18px;
    height: 36px
}

.episodes .seasons input {
    display: none
}

.episodes .seasons span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    cursor: pointer;
    transition: color 400ms, background 400ms, border-color 400ms;
    margin: 6px;
    border-radius: 100%;
    border: 2px solid rgba(0, 0, 0, .3)
}

.episodes .seasons input.unavailable+span {
    color: rgba(255, 255, 255, .2);
    background: rgba(0, 0, 0, .3);
    border-color: transparent
}

.episodes .seasons span:hover {
    border-color: #f9a11b
}

.episodes .seasons input:checked+span {
    color: rgba(0, 0, 0, .8);
    background: #f9a11b;
    border-color: #f9a11b;
    cursor: default
}

.episodes .seasons input.unavailable:checked+span {
    background: rgb(249, 161, 27, .5);
    border-color: rgb(249, 161, 27, 0);
    cursor: default
}

.episodes .seasons.loading input+span {
    color: rgba(255, 255, 255, .2);
    background: rgba(0, 0, 0, .3);
    border-color: transparent
}

section.episodes {
    display: flex
}

.episodes .results {
    flex-grow: 1
}

.episodes .episode {
    padding: 24px;
    margin: -24px
}

.episodes .episode:nth-last-child(1):not(.expanded) {
    margin-bottom: -48px
}

.episodes .episode.expanded {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.15) 20%, rgba(0, 0, 0, 0.15) 100%);
    margin-bottom: 24px
}

.episodes .episode.expanded:nth-last-child(1) {
    margin-bottom: 0
}

.episodes .summary {
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: background 400ms;
    padding: 12px;
    margin: -12px;
    animation: fadein 400ms
}

.episodes .summary .image {
    flex-shrink: 0;
    width: 96px;
    height: 54px;
    margin-right: 16px;
    border-left: 0 solid #f9a11b;
    -webkit-filter: brightness(100%);
    filter: brightness(100%);
    transition: filter 400ms, -webkit-filter 400ms, border 100ms;
    background: rgba(0, 0, 0, .15)
}

.episodes .summary .image .placeholder {
    background-color: rgba(255, 255, 255, .06);
    background-size: 38%;
    animation: fadeIn 200ms
}

.episodes .episode:not(.placeholder) .summary:hover .image,
.episode.expanded .summary .image {
    -webkit-filter: brightness(120%);
    filter: brightness(120%);
    border-left: 4px solid #f9a11b
}

.episodes .summary .title {
    font-size: 110%;
    font-weight: 600;
    line-height: 1.3em;
    margin-bottom: 10px;
    transition: color 400ms
}

.episodes .summary:hover .title,
.episode.expanded .summary .title {
    color: #f9a11b
}

.episodes .summary .text {
    flex-grow: 1
}

.episodes .summary .attributes {
    opacity: .8;
    transition: opacity 400ms;
    margin-bottom: 4px
}

.episodes .summary:hover .attributes,
.episode.expanded .summary .attributes {
    opacity: 1
}

.episodes .summary .action {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 100%;
    margin-left: 16px;
    flex-shrink: 0;
    transition: border 400ms
}

.episodes .summary .action::after {
    content: url(data:image/svg+xml;utf8;base64,IDxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0IiB2aWV3Qm94PSIwIDAgMjQgMjQiPjxwYXRoIGQ9Ik05IDE5LjQxNGwtNi43MDctNi43MDdsMS40MTQtMS40MTRMOSAxNi41ODZMMjAuMjkzIDUuMjkzbDEuNDE0IDEuNDE0IiBmaWxsPSJ3aGl0ZSI+PC9wYXRoPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgZmlsbD0icmdiYSgwLDAsMCwwKSI+PC9yZWN0Pjwvc3ZnPg==);
    width: 24px;
    height: 24px
}

.episodes .summary .action.on::after {
    content: url(data:image/svg+xml;utf8;base64,IDxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0IiB2aWV3Qm94PSIwIDAgMjQgMjQiPjxwYXRoIGQ9Ik05IDE5LjQxNGwtNi43MDctNi43MDdsMS40MTQtMS40MTRMOSAxNi41ODZMMjAuMjkzIDUuMjkzbDEuNDE0IDEuNDE0IiBmaWxsPSJyZ2JhKDI0OSwxNjEsMjcsMSkiPjwvcGF0aD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9InJnYmEoMCwwLDAsMCkiPjwvcmVjdD48L3N2Zz4=);
    width: 24px;
    height: 24px
}

.episodes .summary .action:hover {
    border: 2px solid #f9a11b
}

.episodes .more-info {
    height: 0;
    overflow: hidden;
    border-bottom: 1px solid rgba(0, 0, 0, .8);
    margin-top: 24px
}

.episodes .episode:nth-last-child(1) .more-info {
    border-bottom: none
}

.episodes .episode.expanded .more-info {
    height: auto;
    border-bottom: none
}

.episodes .more-info>* {
    opacity: 0;
    transition: opacity 500ms ease-out
}

.episodes .episode.expanded .more-info>* {
    opacity: 1
}

.episodes .description {
    margin-bottom: 32px;
    line-height: 1.4em;
    color: rgba(255, 255, 255, .6)
}

.episodes .sources {
    margin-bottom: -16px
}

.episodes .sources .no-results {
    margin: 16px
}

@keyframes episodePlaceholderGradient {
    0% {
        background-position: -450px 0
    }

    100% {
        background-position: 450px 0
    }
}

.episode.placeholder {
    background: 0 0
}

.episode.placeholder .summary {
    position: relative;
    background: rgba(0, 0, 0, .2);
    padding: 0;
    margin: 0;
    width: 412px;
    cursor: default;
    align-items: flex-start;
    animation-duration: 1.2s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.2) 30%, rgba(0, 0, 0, 0.5) 48%, rgba(0, 0, 0, 0.5) 52%, rgba(0, 0, 0, 0.2) 70%);
    background-size: 900px;
    animation-name: episodePlaceholderGradient
}

.episode.placeholder .image {
    margin-right: 0;
    border-right: 16px solid #1e1f21;
    border-color: rgba(var(--bg-r), var(--bg-g), var(--bg-b), 1);
    flex-shrink: 0;
    background: 0 0
}

.episode.placeholder .title {
    margin-bottom: 0;
    border-top: 5px solid #1e1f21;
    border-bottom: 10px solid #1e1f21;
    border-color: rgba(var(--bg-r), var(--bg-g), var(--bg-b), 1);
    height: 19px;
    width: 300px
}

.episode.placeholder .attributes {
    opacity: 1;
    border-bottom: 4px solid #1e1f21;
    border-right: 180px solid #1e1f21;
    border-color: rgba(var(--bg-r), var(--bg-g), var(--bg-b), 1);
    height: 16px;
    width: 120px;
    margin-bottom: 0
}

.sources {
    margin: 0 -16px
}

.source {
    display: flex;
    align-items: center;
    padding: 16px;
    background: rgba(255, 255, 255, .04);
    border-radius: 8px 22px 8px 8px;
    margin: 16px
}

.source:first-child {
    margin-top: 0
}

.source:not(.placeholder):hover {
    background: rgba(255, 255, 255, .07)
}

.source .play-circle {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 58px;
    width: 58px;
    border-radius: 100%;
    border: 6px solid #fff;
    margin-right: 16px;
    flex-shrink: 0;
    box-sizing: border-box;
    padding-left: 5px;
    transition: transform 100ms
}
.search_more {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 58px;
    width: 58px;
    border-radius: 100%;
    margin-right: 16px;
    flex-shrink: 0;
    box-sizing: border-box;
    padding-left: 5px;
    transition: transform 100ms
    content: none;
    background-image: url("../img/search_more.svg");
    background-size: cover;
}
.source:not(.placeholder):hover .search_more {
  transform: scale(1.06);
}

.source:not(.placeholder):hover .play-circle {
    transform: scale(1.06)
}

.source .play-circle::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 0 12px 20px;
    border-color: transparent transparent transparent #fff
}

.source .logo {
    display: flex;
    align-items: center;
    margin: -8px 0 4px -6px
}

.source .logo img {
    height: 36px
}

.source .logo .plus {
    opacity: 0;
    transition: opacity 400ms;
    font-weight: 600;
    font-size: 130%;
    margin: 2px
}

.source img.lazy-loaded+.plus {
    opacity: 1
}

.source .label {
    font-size: 90%;
    opacity: .8
}

.source .content {
    flex-grow: 1
}

.source .icons {
    display: flex;
    align-items: center;
    margin: -5px -5px auto auto
}

.source .icons .info {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    border-radius: 100%;
    border: 2px solid #fff;
    box-sizing: border-box;
    margin-left: 8px;
    transition: transform 100ms
}

.source:not(.placeholder) .icons:hover .info {
    transform: scale(1.1)
}

.source .icon {
    display: block;
    margin-left: 6px
}

.source .icon.info::before {
    content: url(data:image/svg+xml;utf8;base64,IDxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgd2lkdGg9IjEyIiBoZWlnaHQ9IjEyIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCBtZWV0IiB2aWV3Qm94PSIwIDAgMjAgMjAiPjxwYXRoIGQ9Ik0xMi40MzIgMGMxLjM0IDAgMi4wMS45MTIgMi4wMSAxLjk1N2MwIDEuMzA1LTEuMTY0IDIuNTEyLTIuNjc5IDIuNTEyYy0xLjI2OSAwLTIuMDA5LS43NS0xLjk3NC0xLjk5QzkuNzg5IDEuNDM2IDEwLjY3IDAgMTIuNDMyIDB6TTguMzA5IDIwYy0xLjA1OCAwLTEuODMzLS42NTItMS4wOTMtMy41MjRsMS4yMTQtNS4wOTJjLjIxMS0uODE0LjI0Ni0xLjE0MSAwLTEuMTQxYy0uMzE3IDAtMS42ODkuNTYyLTIuNTAyIDEuMTE3bC0uNTI4LS44OGMyLjU3Mi0yLjE4NiA1LjUzMS0zLjQ2NyA2LjgwMS0zLjQ2N2MxLjA1NyAwIDEuMjMzIDEuMjczLjcwNSAzLjIzbC0xLjM5MSA1LjM1MmMtLjI0Ni45NDUtLjE0MSAxLjI3MS4xMDYgMS4yNzFjLjMxNyAwIDEuMzU3LS4zOTIgMi4zNzktMS4yMDdsLjYuODE0QzEyLjA5OCAxOS4wMiA5LjM2NSAyMCA4LjMwOSAyMHoiIGZpbGw9IndoaXRlIi8+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjIwIiBoZWlnaHQ9IjIwIiBmaWxsPSJyZ2JhKDAsMCwwLDApIi8+PC9zdmc+);
    display: block;
    width: 12px;
    height: 12px;
    margin-bottom: 4px
}

.source .icon.chromecast::before {
    content: url(data:image/svg+xml;utf8;base64,IDxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0IiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCBtZWV0IiB2aWV3Qm94PSIwIDAgMzIgMzIiPjxwYXRoIGQ9Ik0yNy45ODkgNEg0YTIuNjcgMi42NyAwIDAgMC0yLjY3IDIuNjd2My45OTVINFY2LjY3aDIzLjk4OXYxOC42NmgtOS4zMjRWMjhIMjhhMi42NyAyLjY3IDAgMCAwIDIuNjctMi42N1Y2LjY3QTIuNjcgMi42NyAwIDAgMCAyOCA0ek0xLjMzIDIzLjk3NHYzLjk5NWgzLjk5NGEzLjk5NSAzLjk5NSAwIDAgMC0zLjk5NS0zLjk5NXptMC01LjMzdjIuNjY5YTYuNjY0IDYuNjY0IDAgMCAxIDYuNjY1IDYuNjY2VjI4aDIuNjdjLjAwNi01LjE0OS00LjE2My05LjMyOC05LjMxMy05LjMzNWgtLjAyMXptMC01LjMzdjIuNjdjNi42MjUtLjAwNiAxMiA1LjM1OSAxMi4wMDUgMTEuOTg0di4wMzFoMi42N2MtLjAyOS04LjA5MS02LjU4NC0xNC42NDItMTQuNjc1LTE0LjY2NXoiIGZpbGw9InJnYmEoMjU1LDI1NSwyNTUsMC4yNSkiLz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMzIiIGhlaWdodD0iMzIiIGZpbGw9InJnYmEoMCwwLDAsMCkiLz48L3N2Zz4=);
    display: block;
    width: 24px;
    height: 24px
}

.source .icon.airplay::before {
    content: url(data:image/svg+xml;utf8;base64,IDxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0IiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCBtZWV0IiB2aWV3Qm94PSIwIDAgMjQgMjQiPjxwYXRoIGQ9Ik02IDIyaDEybC02LTZ6IiBmaWxsPSJyZ2JhKDI1NSwyNTUsMjU1LDAuMjUpIi8+PHBhdGggZD0iTTIxIDNIM2MtMS4xIDAtMiAuOS0yIDJ2MTJjMCAxLjEuOSAyIDIgMmg0di0ySDNWNWgxOHYxMmgtNHYyaDRjMS4xIDAgMi0uOSAyLTJWNWMwLTEuMS0uOS0yLTItMnoiIGZpbGw9InJnYmEoMjU1LDI1NSwyNTUsMC4yNSkiLz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9InJnYmEoMCwwLDAsMCkiLz48L3N2Zz4=);
    display: block;
    width: 24px;
    height: 24px
}

@keyframes sourcePlaceholderGradient {
    0% {
        background-position: -100vw 0
    }

    100% {
        background-position: 100vw 0
    }
}

.source.placeholder {
    position: relative;
    animation-duration: 1.2s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.05) 10%, rgba(255, 255, 255, 0.02) 48%, rgba(255, 255, 255, 0.02) 52%, rgba(255, 255, 255, 0.05) 90%);
    background-size: 200vw;
    overflow: visible;
    animation-name: sourcePlaceholderGradient
}

.source.placeholder .play-circle {
    border-color: rgba(0, 0, 0, .2)
}

.source.placeholder .play-circle::after {
    border-color: transparent transparent transparent rgba(0, 0, 0, .2)
}

.source.placeholder .logo {
    width: 80px;
    height: 22px;
    background: rgba(0, 0, 0, .2);
    margin: 0 0 11px
}

.source.placeholder .label {
    width: 110px;
    height: 15px;
    background: rgba(0, 0, 0, .2)
}

.source.placeholder .icons .info {
    border-color: rgba(0, 0, 0, .2)
}

.source.placeholder .icons .info::before {
    content: url(data:image/svg+xml;utf8;base64,IDxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgd2lkdGg9IjEyIiBoZWlnaHQ9IjEyIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCBtZWV0IiB2aWV3Qm94PSIwIDAgMjAgMjAiPjxwYXRoIGQ9Ik0xMi40MzIgMGMxLjM0IDAgMi4wMS45MTIgMi4wMSAxLjk1N2MwIDEuMzA1LTEuMTY0IDIuNTEyLTIuNjc5IDIuNTEyYy0xLjI2OSAwLTIuMDA5LS43NS0xLjk3NC0xLjk5QzkuNzg5IDEuNDM2IDEwLjY3IDAgMTIuNDMyIDB6TTguMzA5IDIwYy0xLjA1OCAwLTEuODMzLS42NTItMS4wOTMtMy41MjRsMS4yMTQtNS4wOTJjLjIxMS0uODE0LjI0Ni0xLjE0MSAwLTEuMTQxYy0uMzE3IDAtMS42ODkuNTYyLTIuNTAyIDEuMTE3bC0uNTI4LS44OGMyLjU3Mi0yLjE4NiA1LjUzMS0zLjQ2NyA2LjgwMS0zLjQ2N2MxLjA1NyAwIDEuMjMzIDEuMjczLjcwNSAzLjIzbC0xLjM5MSA1LjM1MmMtLjI0Ni45NDUtLjE0MSAxLjI3MS4xMDYgMS4yNzFjLjMxNyAwIDEuMzU3LS4zOTIgMi4zNzktMS4yMDdsLjYuODE0QzEyLjA5OCAxOS4wMiA5LjM2NSAyMCA4LjMwOSAyMHoiIGZpbGw9InJnYmEoMCwwLDAsMC4yNSkiLz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9InJnYmEoMCwwLDAsMCkiLz48L3N2Zz4=)
}

.trailer .wrapper {
    position: relative;
    padding-bottom: 56.25%
}

.trailer #trailer-player {
    position: absolute;
    width: 100%;
    height: 100%
}

.clips .cards {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    position: relative;
    grid-gap: 32px
}

.clip {
    background: rgba(0, 0, 0, .3)
}

.clip .backdrop {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    padding-bottom: 56.25%
}

.clip .backdrop img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.clip .content {
    background: rgba(255, 255, 255, .1);
    padding: 14px 16px 16px
}

.clip .title {
    font-size: 90%;
    font-weight: 600;
    padding-bottom: 6px;
    transition: color .2s;
    line-height: 1.4em;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.clip p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 85%;
    font-weight: 600;
    color: rgba(255, 255, 255, .6);
    transition: .2s;
    padding-bottom: 6px;
    margin-bottom: -6px
}

.clip p span {
    font-weight: 400
}

.clips .more {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    height: 58px;
    border: 2px solid rgba(0, 0, 0, .3);
    border-radius: 100vw;
    margin-top: 32px;
    cursor: pointer;
    font-size: 110%;
    font-weight: 600;
    text-transform: uppercase;
    transition: border-color .2s, background .2s
}

.clips .more:hover {
    border-color: #f9a11b
}

.clips .more::after {
    content: 'View More'
}

.clips.loading .more {
    background: rgba(0, 0, 0, .2);
    border: 2px solid transparent
}

.clips.loading .more::after {
    content: ''
}

.clips.no-more .more {
    display: none
}

.video-container {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding-bottom: 56.25%;
    transition: opacity 200ms ease-in-out;
    z-index: 10;
    cursor: pointer
}

.video-container .video-js {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 1
}

.video-container:hover::after {
    opacity: 1
}

.video-container.loading::after,
.video-container.started::after {
    display: none
}

.video-container .video-js {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 1
}

.video-container.started .video-js {
    display: block;
    opacity: 1
}

.video-js *:focus {
    outline: none
}

.vjs-big-play-button {
    display: none !important
}

.vjs-ended .vjs-poster {
    display: block !important
}

.video-js+.video-js {
    display: none !important
}

.video-js .vjs-title {
    position: absolute;
    width: 100%;
    z-index: 100;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding: 12px 14px 16px;
    opacity: 0;
    visibility: hidden
}

.vjs-has-started .vjs-title {
    visibility: visible;
    opacity: 1;
    transition: visibility .1s, opacity .1s;
    line-height: 1.3em
}

.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-title {
    visibility: visible;
    opacity: 0;
    transition: visibility 1s, opacity 1s
}

.video-js .vjs-control-bar.vjs-hidden~.vjs-title {
    opacity: 0;
    visibility: hidden
}

.vjs-controls-disabled .vjs-title,
.vjs-using-native-controls .vjs-title,
.vjs-error .vjs-title {
    display: none !important
}

.vjs-user-active .vjs-ad-control-bar {
    transition: opacity .1s !important
}

.vjs-ad-playing.vjs-user-inactive:not(.vjs-ima3-paused) .vjs-ad-control-bar {
    opacity: 0 !important;
    transition: opacity 1s !important
}

section.details .description {
    line-height: 1.35em;
    margin-bottom: 48px
}

section.details .description p:not(:first-child) {
    margin-top: 16px
}

section.details ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap
}

section.details li {
    width: 33%;
    margin-bottom: 48px
}

section.details ul.links li {
    width: 33%;
    box-sizing: border-box
}

section.details .name {
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 14px
}

section.details .value {
    opacity: .75
}

section.details ul.links .value {
    opacity: 1
}

section.details .value a {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    color: #2b7df1;
    color: var(--highlight-link);
    filter: brightness(100%);
    transition: filter 400ms
}

section.details .value>div {
    margin-bottom: 8px;
    opacity: .75
}

section.details a:hover {
    filter: brightness(150%)
}

section.details .value .count {
    font-size: 80%
}

.browse-sections {
    background: rgba(0, 0, 0, .2)
}

.browse-sections section>.title {
    color: #fff
}

.slideshow .slide {
    background: rgba(0, 0, 0, .3);
    width: 205px;
}

.slideshow .slide .content {
    background: rgba(255, 255, 255, .1);
    color: #fff
}

.slideshow .slide:hover .content .title {
    color: var(--highlight-link)
}

.slideshow .controls div {
    background: var(--highlight-link)
}

.episode-nav {
    display: flex;
    flex-direction: row;
    justify-content: center;
    position: relative;
    margin: 0 60px 48px;
    padding-top: 48px;
    border-top: 1px solid rgba(0, 0, 0, .8)
}

.episode-nav .button.border.all {
    height: 48px;
    padding: 0 42px
}

.episode-nav .previous {
    position: absolute;
    left: 0
}

.episode-nav .next {
    position: absolute;
    right: 0
}

.overlay.loading {
    display: block;
    position: fixed;
    background: rgba(233, 233, 233, .4);
    z-index: 100;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    animation: fadein .3s;
    cursor: default
}

footer {
    background: rgba(var(--bg-r), var(--bg-g), var(--bg-b), 1)
}

footer .links {
    background: rgba(0, 0, 0, .6)
}

@media only screen and (max-width:1024px) {
    nav.page {
        font-size: 82%
    }

    .button.border .icon::after {
        transform: scale(.9)
    }

    .ad.provider.question.horz .trial button {
        min-width: 16vw
    }

    .episode .ad.provider.question.horz .trial button {
        min-width: 24vw
    }
}

@media only screen and (max-width:1200px) {
    .show .page-content .column:nth-child(2) {
        display: none
    }
}

@media only screen and (min-width:1440px) {
    .masthead {
        font-size: 1.1em
    }

    .masthead .content {
        padding: 144px 60px 0
    }

    .masthead .path {
        margin-bottom: 16px
    }

    .masthead .path .vr {
        margin: 0 14px
    }

    .masthead .poster {
        margin-right: 36px;
        height: 270px;
        width: 180px
    }

    .masthead .episode-image {
        margin-right: 36px;
        height: 225px;
        width: 400px
    }

    .masthead .details {
        padding: 16px 0
    }

    .masthead .details h1 {
        margin-top: -8px
    }

    .masthead .details .tagline {
        margin-top: 16px
    }

    .masthead .details .attributes {
        margin-top: 28px
    }

    .masthead .details .attributes li {
        margin-right: 32px
    }

    .masthead .details .attributes .icon {
        width: 24px;
        height: 24px;
        margin-right: 8px
    }

    .masthead .details .genres {
        margin-bottom: 12px
    }

    .masthead .details .genres li {
        margin-right: 18px
    }

    .masthead .details .description {
        max-width: 1200px;
        margin-top: 26px
    }

    .button.border {
        padding: 0 24px
    }

    .button.border .icon {
        width: 48px;
        height: 48px;
        margin-left: -16px
    }

    .button.border .label+.icon {
        margin-left: 0;
        margin-right: -16px
    }
}

@media only screen and (max-width:1600px) {
    .ad.provider.vert {
        max-width: 300px
    }
}

@media only screen and (min-width:1025px) and (max-width:1280px) {
    .episodes .ad.provider.question .reply.no .text {
        font-size: 1.5vw
    }

    .episodes .ad.provider.question .reply.yes .text {
        font-size: 1.3vw
    }

    .episodes .ad.provider.question[data-provider-id="60"] .reply.yes .text {
        font-size: 1.1vw
    }

    .show .ad.provider.bullets.vert {
        width: 270px
    }

    .ad.provider.bullets.vert button {
        min-width: 0
    }

    .show .source-filter {
        padding-right: 36px;
        margin-right: 36px
    }

    .show .page-content .column:nth-child(2) {
        margin-left: 36px
    }

    .ad.vert[data-provider-id="390"] button {
        font-size: .85vw
    }
}

@media only screen and (min-width:1600px) {

    .ad.provider.question.horz .trial,
    .episodes .ad.provider.question.horz .trial {
        padding: 48px 80px
    }

    .ad.provider.question.horz .trial button {
        padding-left: 64px;
        padding-right: 64px;
        min-width: none
    }

    .ad.provider.question.horz .logo,
    .ad.provider.bullets.vert .logo,
    .ad.provider.question.horz .text {
        height: 90px;
        margin-top: -28px;
        margin-bottom: 16px
    }

    .ad.provider.question.horz .question,
    .ad.provider.question.horz .reply,
    .episodes .ad.provider.question.horz .question,
    .episodes .ad.provider.question.horz .reply {
        padding-right: 80px
    }

    .ad.provider.question.horz .reply.yes .text {
        font-size: 160%
    }

    .ad.provider.bullets.vert .trial {
        padding: 48px
    }

    .ad.provider.bullets.vert li {
        margin-bottom: 48px
    }

    .ad.provider.bullets.vert li img {
        margin-bottom: 8px
    }
}

@media only screen and (min-width:1920px) {
    .masthead {
        max-height: 960px
    }

    .page-content .column:nth-child(1) {
        width: 1700px
    }

    .no-sources {
        min-width: auto
    }
}
.episode_watched {
  text-decoration: line-through;
}
.ep_open{
    position: initial;
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: background 400ms;
    width: 90%;
}
.ep_watched{
    position: absolute;
    right: 7%;
    content: url(data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAATCAYAAAD8in+wAAACAklEQVRIibXWS6hNYRgG4GfLhAFFJ+IUKZxyFOUy0ykMKEWIDKXtKDEgyi2X41JHDCRkYGigKFEKMXZNEZFciyiRRFH01b8Lx9rrXxvvcP3f5W19l/er1et1FVHDDMzEZIxGGwbgOz7hDR7jFi7hWtUk/SvYjsV6LMHgJnbxNgKTsBC78RYncQDPcpL1y7CJP3IeD1EvIVWE+KNr8BSn0f63xHbiCea2QKYIC/AC21ohNhJ3sTUj0U0sx1RMxyrcy/DbgdsYlktsEV5iQkbwzZiCE7iRmvwoOrE3wz/68BXmlxE7glMZAQMHsafJ+yYcy4gTU34m5e5DLJrxProzSX1AT4ZdlOtLZszuxKG9QWxpasaOzACBq3iXYRdlulIhbkfisiyI7a/g2MDr/2TbQG8QW4HPFR3bKtgOrxj7a0x2ELuQNvX1Cs5dGJRJqqtC3DtpVZ1tNP97TEuSkYMhaerKsD1paA4Op/UR8tVnXazDvCTGZdiY9lgR9mFlJqnFWP3zhz+J+LlU2otpUTZDT5rqQ0kBakkB1mJ8BqEHmJ0W+i8oui5ikiZiF7aUBO/MXKS/oxcbih7LRDy0ckwakH+FyxjXjFQOMem6mJNKcxwfWyATx2PoaejvLDwqc6hyKDbusZCOWAGRIC7YURiKganHgkSowvN0PcQFG0rxLTsTfgAoxmCMqJN+ugAAAABJRU5ErkJggg==);
    object-fit: scale-down;
    width: 100px;
    height: 80px;
}
.ep_not_watched{
    position: absolute;
    right: 7%;
    content: url(data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAjCAYAAAD48HgdAAADIElEQVRYhcWYe2hOcRjHPzMKpVwahSikyW3/SUKE3GY0whoWmnsI5fKH+YMp5NJEIWwuNWOR3C9thL/klhXC/OWyokxoSI++p06v877v7+xdO9867Tm/y3O++53n+T7PedMKCwuJGK2AM8B+4LpHpUXUrIAqIAe4BnTwBqMmdgkYKns18NWbaBkdJ0qBCbLXAXv8k1GdmJGYI7sY2Bm7IApim4GVsg8CG4MWNTexZUCR7ApgSbyFqcZYGtANyADaaKwe+Ai8j1k7GyiRfROYkchxY4hlAeOB4cAAoHvAyTcAtcBT4CLwEzihuWpgTLKHhCFmwboIGOaw1kSzj65pvvEPwEiXh7nE2FTgkdLbhVQitJOQTkqFmDk5BVQCg1Mk5KEtMFavt1T3oYjZydQoYJPhHJAN9AJ6K34qHfZZaDwHhrgSWwHcVbYlg3UAuTqBN8BrZZwregIPJCNxiaUDZcA+R6fbgUMB41UKeMvM246+SvTs9FhiA4FnQL6joy/AhoDx88AI2VOA0cA3R5/54jDIIzYPeAxkOjowXA0YOywyhk3AFdk3QvjNFJcC07FjITZ6eBdzb0V4gc/e5pt72wj/R+3EZgI/Qm7s6rOtCK+RfUQtjB89Qvr+Za/ViJUrxp6E2DxOf00mtsq+ACwMWJu0/PhQoxg76QX/K4nocUcHGSLi6VW12uNY7JZQu+C0DsjI/adjBdIxF2Qrvc/GqX/mZ5WjLwuFPOC3NxBUxEuUGfbl0sXBaYMqRa3aoCwJ72SHvXWK8VuxE/G6iztAPwlobhLns3T90b1r8+nF5KegyUROPgPT9R/dU0+VCC0cSb2UmObEI5WMmIdyqbl1pqngIbAY6GtZl8yPa6NoX8idZM8HOqqn6g90jrOnTiXGGoLLOnVnuBCzbmGU7DyltWEX0FoCmuGThXq9IqsO38OQ8SMZsQoVYsNyHykPVjFe6GpSJIqxA76MLNKPHs2GeMSKFaiGvcCW5iRFHGJrgfWyy0Kod5PCH2NmLwV26N4yaW4UpIg5sfZ6bYb7wMSIOP2Dn5jpjn1D2oeF1x5HA+AveYKRqajfhGEAAAAASUVORK5CYII=);
    object-fit: scale-down;
    width: 100px;
    height: 80px;
}