/* ==========
    Clearfix
   ========== */

.clearfix::after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.clearfix {
    display: inline-block;
}

* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

/* ============
    Foundation
   ============ */

:root {
    --bg-r: 41;
    --bg-g: 42;
    --bg-b: 42;

    --highlight-link: #2b7df1;
}

body {
    margin: 0;
    font: 16px/1 'Open Sans', sans-serif;
    font-weight: 400;
    background: #1e1f21;
    position: relative;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

:not(.google-optimize-hide) body.css-loaded {
    opacity: 1;
}

h1, h2, h3, h4, p, blockquote, figure, ol, ul {
    margin: 0;
    padding: 0;
}

main, li {
    display: block;
}

h1, h2, h3, h4 {
    font-size: inherit;
}

strong {
    font-weight: bold;
}

a:not(.border), button, .button {
    color: inherit;
    transition: color 0.2s, background 0.2s;
}

a {
    text-decoration: none;
}

button {
    overflow: visible;
    border: 0;
    border-color: rgba(0,0,0,0);
    font: inherit;
    -webkit-font-smoothing: inherit;
    letter-spacing: inherit;
    background: none;
    padding: 0;
    cursor: pointer;
}

::-moz-focus-inner {
    padding: 0;
    border: 0;
}

:focus {
    outline: 0;
}

img {
    max-width: 100%;
    height: auto;
    border: 0;
}

main {
    padding-top: 82px;
}

img[onerror] {
    opacity: 0;
}

img[onerror].loaded {
    opacity: 1;
}

img[data-src] {
    opacity: 0;
    transition: opacity 0.4s ease-out;
}

img[data-src].lazy-loaded {
    opacity: 1;
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* ========
    Header
   ======== */

header {
    position: fixed;
    z-index: 50;
    width: 100%;
    height: 82px;
    color: white;
    box-sizing: border-box;
}

header .gradient {
    position: absolute;
    top: 0;
    width: 100%;
    height: 82px;
    background: linear-gradient(to bottom, rgba(30,31,33,0.5) 0%, rgba(30,31,33,0) 100%);
    opacity: 0;
}

header.transparent .gradient {
    height: 160px;
    opacity: 1;
}

.header-spacer {
    width: 100%;
    height: 82px;
}

/* =====
    Nav
   ===== */

header {
    background: rgba(34,36,36, 0.98);
}

header nav {
    position: absolute;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 0 47px;
    z-index: 10;
    background: rgba(255,255,255, 0.1);
}

header.transparent,
header.transparent nav {
    background: none;
}

header nav li {
    height: 100%;
    position: relative;
    float: left;
}

header nav .account {
    position: absolute;
    right: 0;
}

header nav .account li {
    float: right;
}

header nav a, header nav div.sign-in-link {
    display: block;
    color: white;
    text-transform: uppercase;
    text-align: center;
    line-height: 82px;
    height: 100%;
    padding: 0 18px;
    cursor: pointer;
}

header nav .logo svg {
    display: block;
    margin-top: 23px;
}

header nav > ul > li:not(.has-subnav):hover > a, header nav > ul > li:not(.has-subnav):hover > div.sign-in-link,
header nav li.selected a, header nav li.selected div.sign-in-link {
    color: #fe8818;
}

header nav li.has-subnav > a {
    margin-right: 18px;
}

header nav li.has-subnav > a::after {
    content: "";
    position: absolute;
    right: 0;
    top: 35px;
    width: 6px;
    height: 6px;
    border-right: 2px solid rgba(255,255,255, 0.3);
    border-bottom: 2px solid rgba(255,255,255, 0.3);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-right: 0.5em;
    transition: opacity 0.2s, top 0.2s;
}

header nav li.has-subnav:hover > a::after {
    opacity: 0;
    top: 38px;
}

header nav li.sign-in {
    margin-right: 48px;
}

header nav li.user > a {
    display: block;
    background: url(//cfm.yidio.com/redesign/img/ico-user-36-1x.png) 12px center no-repeat;
    padding-left: 60px;
    margin-right: 60px;
}

header nav li.user > a::after {
    right: 44px;
}

header nav .highlight {
    position: absolute;
    height: 0;
    background-color: #fe8818;
    top: 0;
    left: 0;
    width: 100%;
    transition: height 0.2s;
}

header nav .highlight {
    width: auto;
    right: 0px; /*17px*/
}

header nav .user .highlight {
    right: 60px;
}

header nav li:hover .highlight,
header nav li.selected .highlight {
    position: absolute;
    height: 4px;
    background-color: #fe8818;
    top: 0;
    left: 0;
}

header nav li a > .badge {
    position: absolute;
    min-width: 19px;
    height: 19px;
    padding: 0 6px;
    box-sizing: border-box;
    background: #ff1f1f;
    border-radius: 10px;
    font-size: 66%;
    font-weight: 600;
    text-align: center;
    line-height: 18px;
    top: 17px;
    left: 35px;
    color: white;
    transition: 0.2s;
}

header nav li:hover a > .badge {
    top: 21px;
    opacity: 0;
    color: white;
}

header nav a .border {
    display: inline;
    border: 2px solid #fe8818;
    border-radius: 20px;
    padding: 6px 16px;
    transition: background .2s, color .2s;
}

header nav li:hover a .border {
    background: #fe8818;
    color: rgba(0,0,0, 0.7);
}

header nav li.logo a {
    font-weight: bold;
    color: #fe8818;
    font-size: 140%;
    text-transform: none;
    transition: none;
    /*padding-top: 27px;*/
}



header nav .search {
    position: relative;
    float: left;
    width: 320px;
    box-sizing: border-box;
    padding: 19px 0;
    margin: 0 18px 0 12px;
}

header nav .search input {
    width: 100%;
    height: 44px;
    background: rgba(0,0,0, 0.3);
    border: 0;
    border-radius: 23px;
    padding: 1px 44px 0 22px;
    box-sizing: border-box;
    color: white;
    z-index: 10;
    font-size: 110%;
    font-weight: 300;
    margin-bottom: 18px;
}

header nav .search input::-webkit-input-placeholder {
    color: rgba(255,255,255, 0.4);
}

header nav .search input::-moz-placeholder {
    color: rgba(255,255,255, 0.4);
}

header nav .search input:-ms-input-placeholder {
    color: rgba(255,255,255, 0.4);
}

header nav .search input::-ms-clear {
    display: none;
}

header nav .search .icon {
    position: absolute;
    top: 29px;
    right: 13px;
    z-index: 20;
    width: 24px;
    height: 24px;
    cursor: pointer;
    background-image: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M15.5 14h-.79l-.28-.27A6.471 6.471 0 0 0 16 9.5A6.5 6.5 0 1 0 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5S14 7.01 14 9.5S11.99 14 9.5 14z" fill="white"/><rect x="0" y="0" width="24" height="24" fill="rgba(0,0,0,0)"/></svg>');
}

header nav .search.has-results .icon {
    background-image: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M19 6.41L17.59 5L12 10.59L6.41 5L5 6.41L10.59 12L5 17.59L6.41 19L12 13.41L17.59 19L19 17.59L13.41 12L19 6.41z" fill="white"/><rect x="0" y="0" width="24" height="24" fill="rgba(0,0,0,0)"/></svg>');
    cursor: pointer;
}

header nav .search.searching .icon {
    background-image: none;
}

header nav .logo img {
    padding-top: 0px;
}

header nav li.has-subnav::after {
    content: "";
    position: absolute;
    top: -1000px;
    opacity: 0;
    left: 0;
    right: 16px;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 8px 7px 8px;
    border-color: transparent transparent #272729 transparent;
    transition: opacity 0.2s ease-out;
}

/* ========
    Subnav
   ======== */

header .subnav {
    position: absolute;
    white-space: nowrap;
    box-shadow: 2px 5px 10px rgba(0,0,0, 0.4);
    background: rgba(49,49,51, 0.98);
    top: -1000px;
    margin-top: -10px;
    opacity: 0;
    transition: opacity 0.2s ease-out, margin-top 0.2s ease-out;
}

header .account .subnav {
    right: 0;
}

header li:hover .subnav:not(.results) {
    top: auto;
    opacity: 1;
    margin-top: 0;
}

header nav li.has-subnav:hover::after {
    top: 75px;
    opacity: 1;
}

header .subnav li {
    clear: left;
    height: 64px;
    width: 100%;
    background: rgba(0,0,0,0.4);
    transition: 0.2s;
    box-sizing: border-box;
}

header .subnav li:not(.none):hover {
    background: rgba(0,0,0,0.1);
}

header .subnav li:not(.see-all)::after {
    content: "";
    height: 1px;
    left: 25px;
    right: 0;
    bottom: 0;
    position: absolute;
    background: rgba(0,0,0, 0.3);
}

header .subnav li:last-child::after,
header .subnav li:hover::after {
    display: none;
}

header .subnav li:hover a {
    color: white;
}

header .subnav a {
    line-height: 64px;
    padding-left: 25px;
    padding-right: 70px;
    margin-right: 0;
    text-align: left;
}

header .subnav li:not(.see-all) a::after {
    content: "";
    position: absolute;
    right: 13px;
    top: 28px;
    width: 6px;
    height: 6px;
    border-right: 2px solid rgba(0,0,0, 0.4);
    border-bottom: 2px solid rgba(0,0,0, 0.4);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-right: 0.5em;
    transition: 0.2s;
}

header .subnav li:hover a::after {
    border-right: 2px solid rgba(255,255,255, 0.3);
    border-bottom: 2px solid rgba(255,255,255, 0.3);
}

header .subnav li .badge {
    position: absolute;
    top: 21px;
    right: 38px;
    min-width: 22px;
    height: 22px;
    padding: 0 6px;
    box-sizing: border-box;
    background: rgba(0,0,0, 0.2);
    border-radius: 11px;
    font-size: 75%;
    font-weight: 600;
    text-align: center;
    line-height: 22px;
    transition: 0.2s;
}

header .subnav li:hover .badge {
    background: #ff1f1f;
}

/* ================
    Search Results
   ================ */

header .search .subnav::before {
    content: "";
    position: absolute;
    opacity: 0;
    visibility: hidden;
    top: -7px;
    left: 25px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 8px 7px 8px;
    border-color: transparent transparent rgba(49,49,51,0.95) transparent;
    filter: brightness(60%);
}

header .search.has-results .subnav::before {
    opacity: 1;
    visibility: visible;
}

header .search .subnav {
    top: auto;
    width: 500px;
    opacity: 0;
    visibility: hidden;
    overflow-y: auto;
    scrollbar-color: rgba(255, 255, 255, 0.08) rgba(49, 49, 51, 0.98);
    max-height: 0;
}

header .search.has-results .subnav {
    opacity: 1;
    visibility: visible;
    max-height: calc(100vh - 128px);
}

header .search .results li:not(.see-all):not(.none) {
    height: 105px;
    padding: 20px 0;
}

header .search .results li:not(.see-all) a {
    text-transform: none;
    line-height: normal;
}

header .search .results li.none {
    padding-left: 25px;
    padding-right: 70px;
    line-height: 64px;
    text-transform: uppercase;
    cursor: default;
}

header .search .results .image {
    width: 43px;
    height: 65px;
    background: rgba(0,0,0, 0.15);
    float: left;
    margin-right: 20px;
}

header .search .results .title {
    font-size: 110%;
    padding-top: 9px;
    padding-bottom: 1px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

header .search .results .info {
    opacity: 0.5;
    font-size: 90%;
}

header .search .results .new .info {
    opacity: 1;
    color: #fe8818;
    font-weight: 600;
}

header .search .results li:not(.see-all) a::after {
    right: 13px;
    top: 47px;
    width: 8px;
    height: 8px;
    border-right: 2px solid rgba(0,0,0, 0.4);
    border-bottom: 2px solid rgba(0,0,0, 0.4);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-right: 0.5em;
    transition: 0.2s;
}

header .search .results li:not(.see-all):hover a::after {
    border-right: 2px solid rgba(255,255,255, 0.4);
    border-bottom: 2px solid rgba(255,255,255, 0.4);
}

header .search .results li.new a::after,
header .search .results li.new:hover a::after {
    border-right: 2px solid #fe8818;
    border-bottom: 2px solid #fe8818;
}

header .search .results .see-all {
    height: auto;
}

header .search .results .see-all a {
    padding: 24px;
}

header .search .results .see-all .button {
    display: flex;
    flex-direction: row;
    align-items: center;
    font-weight: 600;
    border: 2px solid rgba(255,255,255,0.6);
    border-radius: 100px;
    padding: 0 24px;
}

header .search .results .see-all .button span {
    flex-grow: 1;
}
header .search .results .see-all .button:after {
    content: "";
    border: solid white;
    border-width: 0 2px 2px 0;
    padding: 3px;
    transform: rotate(-45deg);
    width: 3px;
    height: 3px;
    margin-bottom: 2px;
}

/* Hover classes for search keyboard events */

header .search .results li.hover {
    background: #212123;
}

header .search .results li.hover a::after {
    border-right: 2px solid rgba(255,255,255, 0.3);
    border-bottom: 2px solid rgba(255,255,255, 0.3);
}

header .search .results li.hover::after {
    display: none;
}

/* ======
    Hero
   ====== */

.hero {
    background: #1e1f21;
    width: 100%;
    height: 35vw;
    position: relative;
    color: white;
    cursor: default;
    margin-top: -82px;
}

.hero .background {
    position: absolute;
    top: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100%;
    transition: opacity 0.6s;
}

.hero .button {
    display: inline-block;
    height: 3.6vw;
    padding: 0 1.8vw;
    border-radius: 3.6vw;
    border: 0.25vw solid #fe8818;
    text-align: center;
    line-height: 3.6vw;
    text-transform: uppercase;
    font-size: 1.3vw;
    background: rgba(0,0,0, 0.1);
    cursor: pointer;
    transition: background 0.2s;
}

.hero .button:hover {
    background: #fe8818;
    color: rgba(0,0,0, 0.6);
}

/* ===============
    Homepage Hero
   =============== */

.hero.homepage .content {
    margin-top: 2.5vw;
}

.hero.homepage .background {
    opacity: 0.7;
}

.hero.homepage .background::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 150px;
    background: linear-gradient(to bottom, rgba(0,0,0,0.3) 0, rgba(0,0,0,0) 100%);
}

.hero.homepage .background.hover {
    opacity: 0.8;
}

/* =========
    Tagline
   ========= */

.hero .tagline {
    display: flex;
    align-items: center;
    position: absolute;
    height: 100%;
    z-index: 10;
}

/* ==================
    Homepage Tagline
   ================== */

.hero.homepage .tagline {
    padding-left: 8vw;
}

.hero.homepage .tagline h1 .first-line {
    font-size: 3.9vw;
    font-weight: 600;
    letter-spacing: -0.01em;
    line-height: 140%;
}

.hero.homepage .tagline h1 .second-line {
    font-size: 3.6vw;
    letter-spacing: -0.02em;
    font-weight: 300;
}

.hero.homepage .tagline h2  {
    font-size: 1.5vw;
    font-weight: 400;
    width: 55vw;
    margin-top: 2vw;
    line-height: 1.4em;
}

.hero.homepage .tagline .button {
    margin-top: 3.3vw;
    margin-right: 2vw;
}

/* ==============
    How it works
   ============== */

.show-how-it-works .hero .tagline,
.show-how-it-works nav li:not(.logo) {
    visibility: hidden;
    opacity: 0;
}

.hero .how-it-works {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 20;
    background: linear-gradient(to bottom, rgba(30,31,33, 0.6) 0%, rgba(30,31,33, 0.95) 100%);
}

.show-how-it-works .hero .how-it-works {
    visibility: visible;
    opacity: 1;
}

.hero .how-it-works .content {
    padding: 0 60px;
    text-align: center;
}

.hero .how-it-works .content .statement {
    width: 33%;
    float: left;
    padding: 0 35px;
    box-sizing: border-box;
}

.hero .how-it-works .icon {
    display: inline-block;
    height: 11vw;
    width: 11vw;
    border-radius: 100%;
    background-color: rgba(0,0,0, 0.2);
    margin-bottom: 2.6vw;
    margin-top: 1vw;
    background-size: 56%;
    background-repeat: no-repeat;
    background-position: center;
}

.hero .how-it-works .robots .icon {
    background-image: url(//cfm.yidio.com/redesign/img/ico-robot-125-1x.png);
}

.hero .how-it-works .search .icon {
    background-image: url(//cfm.yidio.com/redesign/img/ico-search-125-1x.png);
}

.hero .how-it-works .you .icon {
    background-image: url(//cfm.yidio.com/redesign/img/ico-face-125-1x.png);
}

.hero .how-it-works h2 {
    font-size: 1.6vw;
    font-weight: 600;
    margin-bottom: 1vw;
}

.hero .how-it-works p {
    font-size: 1.3vw;
    font-weight: 300;
    line-height: 1.6vw;
}

.hero .how-it-works .button {
    display: inline-block;
    width: 3.6vw;
    padding: 0;
    margin-top: 3.4vw;
    border-radius: 100%;
}

.hero .how-it-works .button::after {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    justify-content:center;
    content: '\00d7';
    font-size: 3.1vw;
    letter-spacing: 0;
    line-height: 3.6vw;
    font-weight: 400;
}

/* =============
    Hero Banner
   ============= */

.hero.banner {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 82px 0 0 0;
    height: auto;
    background: black;
    width: 100%;
    box-sizing: border-box;
}

.hero.banner.homepage img {
    width: 100%;
}

.hero.banner.homepage a[data-provider-id="370"],
.hero.banner.homepage a[data-provider-id="385"] {
    padding: 16px 60px 48px 60px;
}

/* =================
    Top 10 Banner
   ================= */

.browse-sections .banner {
    display: block;
    padding: 45px 60px 28px 60px;
    cursor: pointer;
}

.browse-sections .banner .text {
    font-weight: bold;
    font-size: 220%;
    letter-spacing: -0.03em;
    font-weight: 400;
    color: #545454;
    float: left;
    padding-right: 80px;
    padding-top: 15px;
    width: 100%;
}

.browse-sections .banner .button {
    text-align: center;
    float: left;
    background: #fe8818;
    color: rgba(0, 0, 0, 0.7);
    padding: 0 6vw;
    box-sizing: border-box;
    border-radius: 100px;
    height: 70px;
    line-height: 70px;
    border-width: 4px;
    font-size: 156%;
    flex-grow: 1;
    margin-top: 40px;
}

.browse-sections .banner .button:hover {
    background: #ffb441;
}

/* =================
    Browse sections
   ================= */

.browse-sections {
    background: #f6f6f6;
    padding-bottom: 60px;
    overflow: hidden;
}

.browse-sections section > .title {
    position: relative;
    padding: 3vw 60px 1.8vw 60px;
    font-size: 2.2vw;
    letter-spacing: -0.03em;
    font-weight: 400;
    color: #545454;
    cursor: default;
}

.browse-sections section.loaded > .title {
    display: block;
}

.browse-sections section > .title a {
    padding-right: 40px;
}

.browse-sections section > .title a:hover {
    color: #0089fd;
    opacity: 1;
}
.browse-sections section > .title a::after {
    content: "";
    opacity: 0;
    position: absolute;
    margin-top: 0.60vw;
    margin-left: 0.60vw;
    width: 0.95vw;
    height: 0.95vw;
    border-top: 0.28vw solid #0089fd;
    border-right: 0.28vw solid #0089fd;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: opacity 0.2s;
}

.browse-sections section:hover > .title a::after {
    opacity: 1;
}

.slideshow {
    opacity: 0;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
}

.slideshow .owl-stage {
    position: relative;
}

.slideshow .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.slideshow .owl-stage-outer {
    position: relative;
    overflow: hidden;
    margin-right: -128px !important;
}

.mobile .slideshow .owl-stage-outer {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
}

.mobile .owl-stage {
    padding-left: 40px !important;
}

.slideshow .slide {
    position: relative;
    min-height: 1px;
    float: left;
    background: #1e1f21;
    height: 100%;
    bottom: 0;
    cursor: pointer;
}

.slideshow .slide a {
    height: 100%;
}

.slideshow .controls.disabled {
    display: none;
}

.slideshow .prev,
.slideshow .next {
    cursor: pointer;
    cursor: hand;
    user-select: none;
}

.slideshow.owl-loaded {
    opacity: 1;
}

.slideshow.owl-refresh .slide {
    display: none;
}

.slideshow.owl-drag .slide {
    user-select: none;
}

.slideshow.owl-grab {
    cursor: grab;
}

.slideshow .slide img {
    display: block;
    position: relative;
    width: 100%;
}

.slideshow .slide img:not(.lazy-hidden) {
    -webkit-filter: brightness(100%);
    filter: brightness(100%);
    transition: opacity 0.4s ease-out, filter 0.3s, -webkit-filter 0.3s;
}

.slideshow .slide:hover img:not(.lazy-hidden) {
    -webkit-filter: brightness(120%);
    filter: brightness(120%);
}

.slideshow .slide:hover .stream {
    background: #3e3f43;
}

.slide .stream {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #353639;
    position: relative;
    top: 0;
    height: 100%;
    transition: background 0.3s;
}

.stream .icon {
    display: table;
    text-align: center;
    flex-direction: column;
    height: 110px;
    box-sizing: border-box;
    margin-top: 10px;
    margin-bottom: 92px;
    width: 80%;
}

.stream .icon .container {
    display: table-cell;
    vertical-align:middle;
}

.stream .icon img {
    display: inline-block;
    width: auto;
    max-height: 56px;
}

.stream .icon .container::after {
    display: block;
    text-align: center;
    background: rgba(255,255,255, 0.3);
    border-radius: 4px;
    font-size: 60%;
    font-weight: 600;
    letter-spacing: 0.06em;
    color: #353639;
    width: 54px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}

.stream .icon.no-image .container::after {
    margin-top: 12px;
}

.stream.east .icon .container::after {
    content: "EAST";
}

.stream.west .icon .container::after {
    content: "WEST";
}

.stream .icon.no-image {
    color: white;
    font-size: 145%;
    font-weight: 600;
    line-height: 1.3em;
    padding: 0 16px;
    box-sizing: border-box;
    width: 100%;
}

.stream .button {
    display: flex;
    align-items: center;
    background: rgba(255,255,255, 0.1);
    border-radius: 30px;
    color: white;
    height: 50px;
    width: 106px;
    position: absolute;
    left: 50%;
    margin-left: -53px;
    bottom: 30px;
}

.stream .button::after {
    content: "LIVE";
    margin-top: -1px;
    margin-left: -1px;
    font-size: 108%;
    letter-spacing: 0.1em;
}

.stream .button .circle {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 26px;
    width: 26px;
    margin: 9px;
    border-radius: 100%;
    border: 4px solid #FFF;
}

.stream .button .circle::after {
    display: block;
    content: "";
    width: 0;
    height: 0;
    margin-left: 3px;
    border-style: solid;
    border-width: 7px 0 7px 12px;
    border-color: transparent transparent transparent #ffffff;
}

.slide .poster {
    position: relative;
}

.slide .backdrop {
    position: relative;
}

.slide .backdrop .placeholder {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #1e1f21;
}

.poster .placeholder,
.backdrop .placeholder,
.episode .placeholder,
.episode-image .placeholder {
    position: absolute;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 10;
    top: 0;
}

.poster .placeholder {
    background-size: 50%;
}

.backdrop .placeholder {
    background-size: 32%;
}

.movie .placeholder {
    background-image: url(//cfm.yidio.com/redesign/img/ico-movie-black-90-1x.png);
}

.show .placeholder,
.episode .placeholder {
    background-image: url(//cfm.yidio.com/redesign/img/ico-show-black-90-1x.png);
}

.episode-image .placeholder {
    background-size: 32%;
    background-image: url(//cfm.yidio.com/redesign/img/ico-show-black-90-1x.png);
}

.slideshow .slide .content {
    padding: 14px 16px 16px 16px;
    background: white;
    color: rgba(0,0,0, 0.8);
}

.slideshow .slide .content .title{
    font-size: 90%;
    font-weight: 600;
    padding-bottom: 6px;
    transition: color 0.2s;
    line-height: 1.4em;
    text-overflow: ellipsis;
}

.poster-slideshow .slide .content {
    min-height: 38px;
}

.poster-slideshow .slide .content .title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-weight: 600;
    max-height: 38px;
    overflow: hidden;
    margin-bottom: -6px;
}

.backdrop-slideshow .slide .content .title {
    white-space: nowrap;
    overflow: hidden;
}

.stream-slideshow .slide .content .title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.slideshow .slide .content .title span {
    font-weight: 400;
}

.slideshow .slide .content p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 85%;
    color: rgba(0,0,0, 0.6);
    transition: 0.2s;
    padding-bottom: 6px;
    margin-bottom: -6px;
}

.slideshow .slide:hover .content .title {
    color: #0089fd;
}

.slideshow .slide:hover .content p {
    opacity: 1;
}

.slideshow .slide .hide {
    visibility: hidden;
    opacity: 0;
    transition: 0.2s;
    top: 0;
    right: 0;
    text-align: center;
    line-height: 40px;
    color: #f6f6f6;
    font-weight: 400;
    font-size: 250%;
    position: absolute;
    width: 40px;
    height: 40px;
    background: rgba(39,39,41, 0.6);
    z-index: 20;
}

.mobile .slideshow .slide .hide {
    width: 60px;
    height: 60px;
    font-size: 320%;
    line-height: 60px;
    visibility: visible;
    opacity: 1;
}

.slideshow .slide .hide::after {
    content: '\00d7';
}

.slideshow .slide:hover .hide {
    visibility: visible;
    opacity: 1;
}

.slideshow .slide .hide:hover {
    background: rgba(255,31,31, 0.8);
}

.slideshow .controls div {
    visibility: hidden;
    position: absolute;
    background: #0082f1;
    opacity: 0;
    height: 100%;
    top: 0;
    width: 51px;
    z-index: 10;
    cursor: pointer;
    transition: opacity 0.2s;
}

.slideshow .controls .disabled {
    cursor: auto;
}

.slideshow .controls div.disabled::after {
    visibility: hidden;
}

section:hover .controls div:not(.disabled) {
    visibility: visible;
    opacity: 0.95;
}

.mobile section:hover .controls div {
    visibility: hidden;
}

.slideshow .prev {
    left: 0;
}

.slideshow .next {
    right: 0;
}

.slideshow .controls div::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 16px;
    height: 16px;
    opacity: 1;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    transition: opacity 0.2s, border-color 0.2s;
}

.slideshow .controls div:hover {
    opacity: 1 !important;
}

.slideshow .prev::after {
    margin-left: -7px;
    margin-top: -10px;
    border-left: 5px solid rgba(0,0,0, 0.4);
    border-top: 5px solid rgba(0,0,0, 0.4);
}

.slideshow .next::after {
    margin-left: -15px;
    margin-top: -10px;
    border-right: 5px solid rgba(0,0,0, 0.4);
    border-bottom: 5px solid rgba(0,0,0, 0.4);
}

.slideshow .controls div:hover::after {
    border-color: #f6f6f6;
}

.slideshow .activity-indicator {
    position: absolute;
    top: 0;
    right: -60px;
    width: 60px;
    height: 100%;
    opacity: 0.2;
}
/* =======
	 Modal
	 ====== */
/* START Modal Overlay Section */

#simplemodal-overlay {
    position: absolute;
    background-color:#000;
    opacity:0.9 !important;
}
.modal {
    position: absolute;
    display: none;
    font: 16px Helvetica,Arial,Sans-Serif !important;
}

/* Reset */
.modal p,
.modal div,
.modal label,
.modal img {
    border: 0 none;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    line-height: 1;
}

.modal input[type=text],
.modal input[type=password] {
    margin-top: 4px;
    padding: 4px 32px 4px 5px;
    width: 216px;
    border-style: solid;
    border-width: 2px;
    border-color: #CCC #DDD #DDD #CCC;
    background-color: #F9F9F9;
    color: #2B2B2B;
}

.modal input[type="checkbox"] {
    margin-bottom: 5px;
    margin-left: 0;
    margin-right: 6px;
    vertical-align: top;
}

#remember_and_forgot label {
    line-height: 1.6;
}

.modal_titlebar .title_left {
    float: left;
}

.modal_titlebar .title_center {
    position: absolute;
    height: 24px;
    padding-top: 9px;
    padding-left: 1px;
    left: 17px;
    right: 42px;
    background: url(//cfm.yidio.com/images/overlay-titlebar-ctr.png);
    font-weight: bold;
}

.modal_titlebar .title_right {
    float: right;
    width: 42px;
    height: 33px;
    background: url(//cfm.yidio.com/images/overlay-titlebar-r.png) no-repeat 0 0;
    cursor: pointer;
}

.modal_titlebar .title_right:hover {
    background-position: 0 -33px;
}

.modal_content .content_left {
    position: absolute;
    width: 9px;
    top: 33px;
    bottom: 21px;
    left: 0px;
    background: url(//cfm.yidio.com/images/overlay-mid-l.png);
}

.modal.has-buttons .modal_content .content_left {
    bottom: 66px;
}

.modal.has-buttons .modal_content .content_right {
    bottom: 66px;
}

.modal_content .content_center {
    margin: 33px 9px 0px 9px;
    background: #FFF;
}

.modal_content .content_right {
    position: absolute;
    width: 9px;
    top: 33px;
    bottom: 21px;
    right: 0px;
    background: url(//cfm.yidio.com/images/overlay-mid-r.png);
}

.modal_btm {
    background: url(//cfm.yidio.com/images/overlay-btm-ctr.png) repeat-x;
    height: 19px;
    margin: 0 17px !important;
}

.modal_btm .btm_left {
    position: relative;
    left: -17px;
    float: left;
}

.modal_btm .btm_center {
    position: absolute;
    height: 19px;
    left: 17px;
    right: 17px;
}

.modal.has-buttons .modal_btm {
    background: url(//cfm.yidio.com/images/overlay-btm-buttons-ctr.png) repeat-x;
    height: 64px;
    margin: 0 17px !important;
}

.modal_btm .btm_center_buttons {
    position: absolute;
    height: 64px;
    left: 17px;
    right: 17px;
}

.modal_btm .btm_center_buttons a {
    float: right;
    margin-top: 12px;
    margin-right: 2px;
}

.modal_btm .btm_center_buttons button {
    padding: 5px 10px 6px 10px;
    float: right;
    margin-top: 12px;
    margin-right: 2px;
    margin-left: 6px;
}

.modal_btm .btm_right {
    position: relative;
    right: -17px;
    float: right;
}

.basic-overlay{
    border-radius: 5px;
    background-color: #fff;
}
.basic-overlay .text-general{
    padding: 25px 35px;
    font-size: 20px;
    text-align: center;
}
.basic-overlay .text-general h3{
    font-weight:bold;
}
.basic-overlay .text-general .inline-logo-text{
    margin-bottom:-2px;
}
.basic-overlay .simplemodal-close{
    position: absolute;
    top: 3px;
    right: 3px;
    border-radius: 50%;
    background: #bbbaba;
    padding: 4px 7px;
    margin: 5px;
    font-size: 12px;
    color: #e1e1e1;
    cursor: pointer;
}

.basic-overlay.additional-info{
    background: #fff;
    animation: fadein 0.3s;
    box-shadow: 0 0 40px rgba(0,0,0, 0.4);
    border-radius:0px;
}

.basic-overlay.additional-info a{
    color:#1d6eb6;
}

.basic-overlay.additional-info span{
    color:#1d6eb6;
    cursor:pointer;
}
.basic-overlay.additional-info span:hover{
    text-decoration:underline;
}


.basic-overlay.additional-info .simplemodal-close{
    background:none;
    font-weight: bold;
    color:#828282;
}

/* ========
    Ads
   ======== */

/*overlay ad*/
.overlay-tt{
    /*background:#d4d5d5;*/
    position: fixed;
    z-index: 1000000001;
    height: 330px;
    width: 450px;
}
.overlay-tt .close {
    text-align: center;
    color: #808080;
    margin-top: 5px;
    text-decoration: underline;
    height: 30px;
    display: block;
    position: absolute;
    bottom: -40px;
    width: 100%;
    /*-webkit-transition-delay: 5s;
      transition-delay: 5s; */
    opacity:.7 !important;
}


.overlay-tt .close:hover{
    cursor:pointer;
}
.overlay-tt .contextual-tt {
    display: block;
    background: #0F0F0F;
    background: -moz-linear-gradient(top, #323232 0%, #0f0f0f 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #323232 0%,#0f0f0f 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #323232 0%,#0f0f0f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#323232', endColorstr='#0f0f0f',GradientType=0 ); /* IE6-9 */
    padding: 15px 10px 0px 10px;
    float:left;
    color: #fff;
    width: 430px;
    border-radius:0px;
    text-decoration:none;
}


.overlay-tt.normal .contextual-tt {
    box-shadow: inset 0 1px 0 0 rgba(0,0,0, 0.15);
}

.overlay-tt .contextual-tt.no {
    display: block;
}

.overlay-tt .contextual-tt.yes {
    display: none;
}
.overlay-tt .contextual-tt.yes .text{
    font-size: 1.75em;
    margin-top: 5px;
    margin-bottom: 9px;
}



.overlay-tt .contextual-tt .text {
    margin: 10px 5px 14px 5px;
    text-align: center;
    font-size: 26px;
    height: 70px;
}

.overlay-tt .contextual-tt .text img {
    padding-top: 6px;
    vertical-align: middle;
}

.overlay-tt .contextual-tt .button-tt {
    border: 1px solid rgba(0,0,0, 0.15);
    border-radius: 12px;
    padding: 18px 0;
    box-shadow: 0 1px rgba(255,255,255, 0.3), 0 1px rgba(255,255,255, 0.3) inset;
    text-shadow: 0 -1px rgba(0,0,0, 0.08);
    text-align: center;
    font-weight: 700;
    font-size: 20px !important;
    letter-spacing: -0.04em;
    /*background: #1d6eb6;
    background: #1989ff;*/
    background: #11aae0;

    margin: 0 55px 20px 55px;
}

.overlay-tt .contextual-tt .button-tt img {
    margin-top: -4px;
    margin-left: 8px;
    vertical-align: middle;
}
.overlay-tt .contextual-tt:hover{
    text-decoration:none;
}
.overlay-tt .contextual-tt:hover .button-tt{
    background:#2b95ef;
}
.overlay-tt .ad-question{
    width: 100%;
    height:151px;
    overflow:hidden;
    background:#d4d5d5;
    padding: 0px;
}

.overlay-tt .ad-question .question,
.overlay-tt .ad-question .reply {
    color: #000;
    padding: 15px 5px 5px 15px;
    float:left;
    width: 100%;
    position: relative;
    box-sizing: border-box;
    height: 151px;
    top: -151px;
    /*transition: -webkit-transform .4s ease-out;*/
}
.overlay-tt .ad-question .reply{
    padding-left:5px;
    height:151px;
}


.overlay-tt.reversed .question {
    box-shadow: inset 0 1px 0 0 rgba(0,0,0, 0.15);
}

.overlay-tt .question .text {
    text-align: center;
    margin-bottom: 9px;
    font-weight: 400;
    font-size: 1.4em;
}

.overlay-tt .question .button-wrapper {
    float: left;
    width: 50%;
}

.overlay-tt .question .button-tt {
    position: relative;
    border-radius: 12px;
    padding: 18px 0;
    margin: 0 5px;
    background:none;

}
.overlay-tt .question .button-tt.yes{
    margin-left:10px;
}
.overlay-tt .question .button-tt.no{
    margin-right:10px;
}
.overlay-tt .button-tt {
    box-shadow: inset 0 0 0 1px #b9b9ba, inset 0 2px 0 0 rgba(255,255,255, 0.50), 0 1px 0 0 rgba(255,255,255, 0.50);
}
.overlay-tt .button-tt:hover{
    cursor:pointer;
}
.overlay-tt.yes .button-tt.yes,
.overlay-tt.no .button-tt.no {
    background: rgba(0,0,0, 0.05);
    box-shadow: inset 0 1px 3px 0 rgba(0,0,0, 0.15);
}

.overlay-tt .question .button-tt .label {
    text-align: center;
    font-size: 1.3em;
}

.overlay-tt .question .button-tt .icon {
    position: absolute;
    height: 22px;
    width: 22px;
    left: 22px;
    top: 17px;
    border-radius: 11px;
}

.overlay-tt.yes .button-tt.yes .icon,
.overlay-tt.no .button-tt.no .icon {
    background: url("//cfm.yidio.com/mobile/img/check.png") center no-repeat #00c621;
    background-size: 12px 9px;
}

.overlay-tt .button-tt .icon {
    box-shadow: inset 0 0 0 1px #b9b9ba;
}
.overlay-tt .arrow-left {
    width: 0;
    height: 0;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-right:20px solid #f99323;
    position:absolute;
    margin-left:-20px;
    margin-top:120px;
    display:none;
}

.overlay-tt .ad-question .reply .no {
    background: url("//cfm.yidio.com/mobile/img/up-arrow.png") no-repeat center 15px;
    background-size: 74px 26px;
    padding-left: 0px;
    padding-top: 35px;
    text-align: center;
    height: 90px;

    /*text-align: center;
    height: 90px;
    background: url(//cfm.yidio.com/images/arrow-green.png) no-repeat right 20px;
    background-size: 16px 23px;
    padding-top: 15px;
    padding-left:0px;
    background-position: 77% 27%;*/

}
.overlay-tt	.ad-question .reply .yes{
    text-align:center;
}

.overlay-tt .ad-question .reply .content span {
    display: block;
    margin-top: 12px;
    color: #0079ff;
    font-weight: 400;
    font-size: 1.2em;
}
.overlay-tt  .ad-question .reply .first-line {
    font-weight: 700;
    letter-spacing: -0.04em;
}

.overlay-tt .ad-question .reply .content.yes {
    padding-top: 40px;
    margin-top: 0px;
    cursor: pointer;
    height:100%;
}
.overlay-tt .ad-question .reply .content:hover {
    text-decoration: none;
}
.overlay-tt .ad-question .reply .content.no {
    padding-top: 50px;
    margin-top: 0px;
    cursor: pointer;
    height: 100%;
}
.overlay-tt .ad-question .reply .content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    color: #000;
    font-size: 14px;
}
.overlay-tt .ad-question.yes .reply .no, .overlay-tt .ad-question.no .reply .yes {
    display: none;
}
.overlay-tt .ad-question .reply .content.no .second-line{
    font-size:1.2em;
    font-weight:bold;
}

.overlay-tt .ad-question.no .reply .no .activity-indicator {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: url(//cfm.yidio.com/images/animated-3-dots.gif) center 0px no-repeat;
    background-size: 75px 25px;
}
.overlay-tt .ad-info-overlay{
    display:block;
    position:absolute;
    bottom:4px;
    right:4px;
    color:#666;
    font-size:11px;
    cursor:pointer;
}
.overlay-tt  .ad-info-overlay .info-i{
    border-radius: 50%;
    float:right;
    text-align:center;
    width: 4px;
    height: 2px;
    padding: 2px 3px 7px 3px;
    margin-left: 3px;
    margin-top: 0px;
    font-size: 8px;
    border: 1px solid #666;
}
.overlay-tt .ad-info-expanded{
    display:none;
    color:#666;
    padding:12px;
    border-top:1px solid #666;
    text-align:center;
    background:#d4d5d5;
    font-size:12px;
}
.overlay-tt .under-tt-close{
    text-align: center;
    color: #808080;
    margin-top: 5px;
    text-decoration: underline;
    height: 30px;
    display: block;
    position: absolute;
    bottom: -34px;
    width: 100%;
}
/* Yes Click Overlay */
.overlay-tt .yes-overlay-tt{
    position: absolute;
    height: 100%;
    width: 100%;
    background: #0F0F0F;
    background: -moz-linear-gradient(top, #323232 0%, #0f0f0f 100%);
    background: -webkit-linear-gradient(top, #323232 0%,#0f0f0f 100%);
    background: linear-gradient(to bottom, #323232 0%,#0f0f0f 100%);
    z-index: 1;
    text-align:center;
    border:1px solid #1e1e1e;
    cursor:pointer;
}
.overlay-tt .yes-overlay-tt .top-message{
    position:absolute;
    width:100%;
    background:#171717;
    font-size:16px;
    color:#909090;
    padding:13px 0px;
    text-align:center;
}
.overlay-tt .yes-overlay-tt .logo-tt{
    padding-top:55px;
    text-align: center;
    height:58px;
}
.overlay-tt .yes-overlay-tt .main-title{
    font-size:30px;
    color:#fff;
    padding-top:5px;
}
.overlay-tt .yes-overlay-tt ul{
    padding:5px 0 15px 0;
}
.overlay-tt .yes-overlay-tt ul li{
    color:#039fdb;
    font-size:18px;
    padding: 5px 0;
}
.overlay-tt .yes-overlay-tt button{
    border: 1px solid rgba(0,0,0, 0.15);
    border-radius: 25px;
    padding: 15px 30px;
    text-shadow: 0 -1px rgba(0,0,0, 0.08);
    text-align: center;
    font-weight: 700;
    font-size: 20px;
    letter-spacing: -0.04em;
    background: #039fdb;
    margin: 0 55px 20px 55px;
    color:#fff;
}
.overlay-tt .yes-overlay-tt:hover button{
    background:#0bbbff;
    color:#fff;
}
.overlay-tt .yes-overlay-tt button img{
    margin-top: -4px;
    margin-left: 8px;
    vertical-align: middle;
}

/* Individual Provider Styles*/
.overlay-tt.provider-52 .contextual-tt .text img{
    width:80px;
}
.overlay-tt.contextual-tt.provider-52 .button-tt {
    font-size: 18px;
}

/* CBS OVERLAY Adjustments */
.overlay-tt .contextual-tt.provider-60 .text {
    font-size:22px;
    margin: 10px 5px 5px 5px;
    padding-bottom:5px;
    height: 65px;
}
.overlay-tt .contextual-tt.provider-60 .text img{
    width:250px;
    padding-top: 15px;
}
.overlay-tt .contextual-tt.provider-60.cbs-aus .text img {
    width: 200px;
    padding-top: 0px;
}
.overlay-tt .contextual-tt.provider-60 .button-tt {
    background: #3381cc;
}
.overlay-tt .contextual-tt.provider-60:hover .button-tt {
    background: #2771b8;
}

.overlay-tt .contextual-tt.provider-64 .text{
    font-size:24px;
    padding-bottom:5px;
    height: 65px;
    margin: 0px 5px 15px 5px !important;
}
.overlay-tt .contextual-tt .text img{
    width: 120px;
}
.overlay-tt.provider-64 .close{
    opacity:0.25;
}
/* Showtime | Amazon & Starz | Amazon combo ads */
.amz-showtime .contextual-tt.provider-64, .overlay-tt .contextual-tt.provider-64.amz-showtime, .amz-starz .contextual-tt.provider-64, .overlay-tt .contextual-tt.provider-64.amz-starz, .amz-hbo .contextual-tt.provider-64, .overlay-tt .contextual-tt.provider-64.amz-hbo {
    background-color:#0F0F0F !important;
    background: #323232 !important; /* Old browsers */
    background: -moz-linear-gradient(top, #323232 1%, #0f0f0f 100%) !important; /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #323232 1%,#0f0f0f 100%) !important; /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #323232 1%,#0f0f0f 100%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#323232', endColorstr='#0f0f0f',GradientType=0 ); /* IE6-9 */
}
.amz-showtime .contextual-tt.provider-64 .button-tt, .overlay-tt .contextual-tt.provider-64.amz-showtime .button-tt, .amz-starz .contextual-tt.provider-64 .button-tt, .overlay-tt .contextual-tt.provider-64.amz-starz .button-tt, .amz-hbo .contextual-tt.provider-64 .button-tt, .overlay-tt .contextual-tt.provider-64.amz-hbo .button-tt{
    background: #11aae0;
}
.amz-showtime .contextual-tt.provider-64:hover .button-tt, .overlay-tt .contextual-tt.provider-64.amz-showtime:hover .button-tt, .amz-starz .contextual-tt.provider-64:hover .button-tt, .overlay-tt .contextual-tt.provider-64.amz-starz:hover .button-tt, .amz-hbo .contextual-tt.provider-64:hover .button-tt, .overlay-tt .contextual-tt.provider-64.amz-hbo:hover .button-tt {
    background: #51c9f0;
}
.overlay-tt .contextual-tt.provider-64.amz-showtime .text img, .overlay-tt .contextual-tt.provider-64.amz-starz .text img{
    width: 80px;
}

.overlay-tt .contextual-tt.provider-64.amz-hbo .text img{
    width: 110px;
}
.overlay-tt .contextual-tt.provider-64.amz-showtime .text{
    line-height: 34px;
}
.overlay-tt .contextual-tt.provider-64.amz-showtime .text img{
    padding-top:0px;
    margin-top:-3px;
}
.overlay-tt .contextual-tt.provider-64.amz-starz .text img{
    margin-top:-6px;
}
.overlay-tt .contextual-tt.provider-64.amz-starz .text{
    line-height: 30px;
}
.overlay-tt .contextual-tt.provider-64.amz-cinemax .text img{
    width: 110px;
}
.overlay-tt .contextual-tt.provider-64.amz-cbs .text img{
    width: 240px;
    padding-top: 14px;
}

.contextual-tt.provider-65 .button-tt {
    background: #66AA33;
}
.contextual-tt.provider-65.adm-hulu .button-tt, .contextual-tt.provider-65.adm-hulu-hv .button-tt{
    background: #fff;
    color:#000;
}
.overlay-tt .contextual-tt.provider-65.adm-hulu .text, .overlay-tt .contextual-tt.provider-65.adm-hulu-hv .text {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 25px !important;
}
.overlay-tt .contextual-tt.provider-65.adm-hulu .text img, .overlay-tt .contextual-tt.provider-65.adm-hulu-hv .text img{
    padding-top:5px;
}
.overlay-tt .contextual-tt.provider-65.adm-hulu .button-tt, .overlay-tt .contextual-tt.provider-65.adm-hulu-hv .button-tt{
    margin-bottom:10px;
}



.overlay-tt .contextual-tt.provider-66 .text {
    font-size: 26px;
    line-height: 34px;
}
.overlay-tt .contextual-tt.provider-66 .text img {
    margin-top: -7px;
}

.overlay-tt a.contextual-tt.provider-84 .text {
    height:65px;
    padding-bottom: 5px;
}
.overlay-tt a.contextual-tt.provider-84{
    padding-top:15px !important;
}
/* Flixfling Adjustments */

.overlay-tt .contextual-tt.provider-85 .text img{
    width:140px;
}

.overlay-tt .contextual-tt.provider-154 .text img{
    width:115px;
}

.overlay-tt .contextual-tt.provider-235{
    padding-top:15px;
}
.overlay-tt .contextual-tt.provider-235 .text{
    font-size: 20px;
    margin: -5px 5px 5px 5px !important;
    padding-bottom: 5px;
    height: 90px;
}
.overlay-tt .contextual-tt.provider-235 .text img{
    width: 220px;
    margin-top:9px;
}

.overlay-tt .contextual-tt.provider-241 .text{
    font-size:20px;
}
.overlay-tt.provider-241 .close{
    opacity: 0.4;
}

.overlay-tt.provider-280 .text img{
    width:75px;
    /*font-size:26px;*/
}
.overlay-tt.provider-280 .contextual-tt .text {
    margin: 0px 5px 20px 5px;
}

.overlay-tt .contextual-tt.provider-346 .text img {
    width: 167px;
    margin-top: 3px;
}

.overlay-tt .contextual-tt.provider-347 .text img{
    width:100px;
}

.overlay-tt .contextual-tt.provider-367 .text img{
    width:45px;
}

/* Disney+ */
.overlay-tt .contextual-tt.provider-369 .text img, .overlay-tt .contextual-tt.provider-369_1 .text img{
    width:90px;
}

/* ==============
Premium Ads
============== */

.premium-features .hero {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: rgba(255,255,255, 0.06);
    margin-top:0px;
    height:auto;
}

.premium-features .hero .icon {
    width: 64px;
    height: 64px;
    border-radius: 100%;
    background: rgba(0,0,0, 0.2);
    overflow: hidden;
    margin-top: 20px;
}

.premium-features .hero .icon img {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    padding: 22%;
    box-sizing: border-box;
    -webkit-animation-name: rocket;
    -webkit-animation-duration: 1s;
    -webkit-animation-delay: 0.6s;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-fill-mode: forwards;
    animation-name: rocket;
    animation-duration: 1s;
    animation-delay: 0.6s;
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards;
}

@-webkit-keyframes rocket {
    0%   {top: 0%; left: 0%;}
    60%  {top: -80%; left: 80%;}
    61%  {top: -80%; left: 200%;}
    62%  {top: 80%; left: 200%;}
    63%  {top: 80%; left: -80%;}
    100% {top: 0; left: 0;}
}

@keyframes rocket {
    0%   {top: 0%; left: 0%;}
    60%  {top: -80%; left: 80%;}
    61%  {top: -80%; left: 200%;}
    62%  {top: 80%; left: 200%;}
    63%  {top: 80%; left: -80%;}
    100% {top: 0; left: 0;}
}

.premium-features .hero .text {
    text-align: center;
}

.premium-features .hero .first-line {
    font-size: 22px;
    font-weight: 400;
}

.premium-features .hero .second-line {
    font-size: 18px;
    font-weight: 400;
    color: rgba(255,255,255, 0.5);
    margin-top: 2px;
}

.features .section-header {
    font-size: 95%;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 90%;
    padding-left: 12px;
}

.premium.features .section-header {
    color: #76b640;
    padding-top: 4px;
}

.ad-container .contextual-tt.provider-0{
    background: #38393b;
}
.contextual-tt.provider-0 h3 {
    font-size: 18px;
    font-weight: 400;
    margin: 0 0 3px 0;
}

.contextual-tt.provider-0 h4 {
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    opacity: 0.5;
}

.contextual-tt.provider-0 .bullets {
    display: inline-block;
    text-align: left;
    padding: 0px 50px;
    overflow: hidden;
}
.contextual-tt.provider-0 .bullets .container{
    width: 237px;
}
.ad-container.provider-0.episode-guide-inline .bullets .container, .ad-container.provider-0.links-page-inline .bullets .container{
    width: 100%;
}
.overlay-tt .contextual-tt.provider-0 .bullets .container{
    width: 370px;
}

.contextual-tt.provider-0 .bullets .container div {
    margin: 25px 0px;
    padding-left: 60px;
}

.contextual-tt.provider-0 .bullets .ad-free {
    background: url(//cfm.yidio.com/mobile/img/ico-no-ads-white-72.png) left no-repeat;
    background-size: 50px;
}

.contextual-tt.provider-0 .bullets .notification {
    background: url(//cfm.yidio.com/mobile/img/ico-active-notification-white-72.png) left no-repeat;
    background-size: 50px;
}

.contextual-tt.provider-0 .bullets .assistance {
    background: url(//cfm.yidio.com/mobile/img/ico-live-help-white-72.png) left no-repeat;
    background-size: 50px;
}

.overlay-tt.provider-0{
    height:468px;
    width:430px;
}
.overlay-tt .contextual-tt.provider-0{
    padding:0px 0px 10px 0px;
    float: none;
}
.overlay-tt .contextual-tt.provider-0 .text {
    height: 60px;
}
.contextual-tt.provider-0 .button-tt {
    background: #65a944;
}
.overlay-tt .contextual-tt.provider-0:hover .button-tt{
    background: #78b346;
}
.overlay-tt .contextual-tt.provider-0 h4{
    font: 16px/1 'Open Sans', sans-serif;
}

/* End overlay ad */

/* ========
    Footer
   ======== */

footer {
    background: #1e1f21;
    color: white;
    cursor: default;
}

footer .get-app {
    display: block;
    -webkit-align-items: center;
    align-items: center;
    padding: 50px 60px 11px 60px;
    cursor: pointer;
}

footer .get-app .cta {
    width: 100%;
    text-align: center;
    margin-bottom: 45px;
    font-weight: 300;
    font-size: 220%;
    letter-spacing: -0.03em;
}

footer .get-app .button {
    width: 200px;
    height: 50px;
    border-radius: 28px;
    border: 3px solid #fe8818;
    text-align: center;
    line-height: 50px;
    text-transform: uppercase;
    font-size: 130%;
    background: rgba(0,0,0, 0.1);
    cursor: pointer;
    margin: 0 auto 40px auto;
    transition: 0.2;
}

footer .get-app:hover .button {
    background: #fe8818;
    color: rgba(0,0,0, 0.6);
}

footer .get-app img {
    display: block;
    margin: 0 auto;
    width: 762px;
    height: 196px;
}

footer .links {
    display: -webkit-flex;
    display: flex;
    position: relative;
    height: 144px;
    width: 100%;
    box-sizing: border-box;
    -webkit-align-items: center;
    align-items: center;
    padding: 0 60px;
    border-top: 1px solid rgba(255,255,255,0.1);
}

footer .links ul {
    clear: both;
}

footer .links li {
    float: left;
    text-transform: uppercase;
}

footer .links .first-line {
    font-size: 90%;
    margin-bottom: 35px;
    margin-left: -13px;
    font-weight: 600;
}

footer .links .second-line {
    font-size: 80%;
    color: rgba(255,255,255, 0.6)
}

footer .links a:hover {
    opacity: 1;
    color: #fe8818;
}

footer .links .first-line a {
    padding: 13px;
}

footer .links .second-line a {
    padding: 10px;
}

footer .links .second-line span {
    margin-right: 10px;
}

footer .links .social {
    position: absolute;
    top: 0;
    right: 60px;
}

footer .links .social a {
    display: block;
    width: 62px;
    height: 62px;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,0.1);
    border-radius: 100%;
    margin: 40px 0 40px 22px;
    transition: background-color 200ms, box-shadow 200ms;
}

footer .links .social a:hover {
    box-shadow: inset 0 0 0 1px rgba(255,255,255,0.0);
    background-color: rgba(255,255,255,0.1);
}

footer .links .social a {
    background-position: center;
    background-repeat: no-repeat;
}

footer .links .social a.facebook {
    background-image: url(//cfm.yidio.com/redesign/img/ico-facebook-36-1x.png);
}

footer .links .social a.twitter {
    background-image: url(//cfm.yidio.com/redesign/img/ico-twitter-36-1x.png);
}

footer .links .social a.gplus {
    background-image: url(//cfm.yidio.com/redesign/img/ico-gplus-36-1x.png);
}

/* =========
    Tooltip
   ========= */

.qtip {
    position: absolute;
    left: -10000px;
    top: -10000px;
    display: none;
    max-width: 280px;
    min-width: 50px;
    border: 1px solid rgba(0,0,0, 0.2);
    background-color: white;
    color: #1e1f21;
    font-size: 80%;
    box-shadow: 2px 2px 6px rgba(0,0,0, 0.15);
}

.qtip-content {
    padding: 8px 12px 10px 12px;
}

.qtip .qtip-tip {
    display: none !important;
}

/* =========================
    Media Query - Max width
   ========================= */

@media only screen and (min-width: 1920px) {
    body {
        background: #e9e9e9;
    }

    .main-wrapper {
        max-width: 1920px;
        margin: 0 auto;
        box-shadow: 0 0 30px 0 rgba(0,0,0, 0.02);
    }

    header {
        width: 1920px;
    }

    .hero {
        height: 710px;
    }

    .hero .button {
        height: 70px;
        line-height: 70px;
        border-width: 4px;
        font-size: 156%;
    }

    .hero.homepage .content {
        margin-top: 16px;
    }

    .hero.homepage .tagline .button {
        padding: 0 36px;
        margin-top: 64px;
        margin-right: 38px;
    }

    .hero.homepage .tagline h1 .first-line {
        font-size: 480%;
    }

    .hero.homepage .tagline h1 .second-line {
        font-size: 440%;
    }

    .hero.homepage .tagline h2  {
        font-size: 180%;
        width: 1100px;
        margin-top: 36px;
        margin-bottom: 30px;
        line-height: 1.3em;
    }

    .hero .how-it-works .icon {
        width: 212px;
        height: 212px;
        margin-top: 20px;
        margin-bottom: 50px;
    }

    .hero .how-it-works h2 {
        font-size: 192%;
        margin-bottom: 20px;
    }

    .hero .how-it-works p {
        font-size: 156%;
        line-height: 32px;
    }

    .hero .how-it-works .button {
        width: 70px;
        margin-top: 66px;
    }

    .hero .how-it-works .button::after {
        width: 70px;
        font-size: 60px;
        line-height: 70px;
    }

    .browse-sections section > .title {
        padding: 45px 60px 28px 60px;
        font-size: 220%;
    }

    .browse-sections section > .title a::after {
        margin-top: 11px;
        margin-left: 10px;
        width: 14px;
        height: 14px;
        border-top: 4px solid #0089fd;
        border-right: 4px solid #0089fd;
    }
}

/* ==========
    Overlays
   ========== */

.overlay {
    display: none;
}

/* =============
    Provider Ad
   ============= */

.results > .tt {
    display: none !important;
}
.tt{
    cursor: pointer;
}
.tt.provider.horz {
    background: linear-gradient(to right, #3fc9ed 0%, #0195d1 100%);
}

.tt.provider.vert,
.tt.provider.overlay .container {
    background: linear-gradient(to bottom, #3fc9ed 0%, #0195d1 100%);
}

.tt.provider:not(.overlay) {
    position: relative;
}

.tt.provider .info {
    position: absolute;
    right: 0;
    bottom: -14px;
    font-size: 70%;
    opacity: 0.4;
    cursor: pointer;
    color: white;
    text-align: right;
    line-height: 1.2em;
}

.tt.provider.vert .info {
    bottom: -2.3em;
    height: 2em;
}

.tt.provider .ad-disclaimer {
    position: absolute;
    left: 0;
    bottom: -14px;
    font-size: 70%;
    opacity: 0.4;
    cursor: pointer;
    color: white;
    text-align: right;
    line-height: 1.2em;
    bottom: -2.3em;
    height: 2em;
}

.tt.provider .logo {
    flex-shrink: 0;
    max-width: none;
}

.tt.provider .button {
    position: relative;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.2vw;
    color: white;
    line-height: 1.3em;
    padding: 1.4vw;
    top: 0;
    left: 0;
    transition: top 100ms, left 100ms, box-shadow 100ms, background 100ms;
    background: rgba(0,0,0,0.65);
}

.tt.provider.dark .button {
    background: rgba(0,0,0,0.4);
}

.tt.provider .question .button {
    flex-grow: 1;
}

.tt.provider .reply .button {
    width: 100%;
}

.tt.provider a:hover .button,
.tt.provider .button:hover {
    left: -2px;
    top: -3px;
    box-shadow: 2px 3px 0 rgba(0,0,0,0.95);
}

.tt.provider a:hover .button:active,
.tt.provider .button:active {
    left: 0;
    top: 0;
    box-shadow: 0 0 rgba(0,0,0,0.95);
}

.tt.provider.question.horz .logo,
.tt.provider.bullets.vert .logo,
.tt.provider.question.horz .text {
    height: 6vw;
    margin-top: -2vw;
    margin-bottom: 1vw;
}

.tt.provider.question.horz .icon,
.tt.provider.bullets.vert .icon {
    height: 6vw;
    margin-top: -0.8vw;
    margin-bottom: 1.6vw;
}

.tt.provider.bullets.vert .text {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 6vw;
    margin-top: -2vw;
    margin-bottom: 1vw;
    font-size: 1.6vw;
    font-weight: 600;
    color: rgba(0,0,0,0.85);
    line-height: 1.3em;
    text-align: center;
}

/* ========================
    Provider Ad - Question
   ======================== */

.tt.provider.question .trial {
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    z-index: 10;
}

.tt.provider .question {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
    flex-shrink: 1;
}

.tt.provider:not(.overlay)[data-selected] .question {
    display: none;
}

.tt.provider .reply {
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
    animation: fadeIn 200ms ease-in-out;
    box-sizing: border-box;
    padding-right: 5vw;
}

.tt.provider:not(.overlay)[data-selected=no] .reply.no {
    display: flex;
}

.tt.provider:not(.overlay)[data-selected=yes] .reply.yes {
    display: flex;
}

.tt.provider .question .text,
.tt.provider .reply .text {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: rgba(0,0,0,0.7);
    font-weight: 600;
    box-sizing: border-box;
    font-size: 1.6vw;
    line-height: 1.3em;
    text-align: center;
}

.tt.provider.dark .question .text,
.tt.provider.dark .reply .text {
    color: rgba(255,255,255,0.85);
}

.tt.provider .question .buttons {
    display: flex;
    width: 100%;
    white-space: nowrap;
}

.tt.provider .question .button {
    background: rgba(0,0,0,0.4);
    margin: 0 0.8vw;
    flex-shrink: 0;
    text-align: center;
}

.tt.provider.question.dark .question .button {
    background: rgba(0,0,0,0.3);
}

.tt.provider .question .button:hover {
    background: rgba(0,0,0,0.65);
}

.tt.provider.dark .question .button:hover {
    background: rgba(0,0,0,0.4);
}

/* ==================================
    Provider Ad - Question (Overlay)
   ================================== */

.tt.provider.overlay {
    background: rgba(0,0,0,0.6);
}

.tt.provider.overlay.dark {
    background: rgba(233,233,233, 0.4);
}

.tt.provider.overlay .container {
    box-shadow: 0 20px 80px 20px rgba(0,0,0,0.6);
}

.tt.provider.overlay.dark .container {
    box-shadow: none;
}

.tt.provider.question.overlay .top {
    padding: 3.2vw 4vw;
    border-bottom: 1px solid rgba(0,0,0,0.08);
}

.tt.provider.question.overlay.dark .top {
    border-color: rgba(255,255,255,0.2);
}

.tt.provider.question.overlay .top .text {
    font-size: 2.4vw;
    font-weight: 600;
    color: rgba(0,0,0,0.7);
    margin-top: -0.4vw;
    max-width: 550px;
    text-align: center;
    line-height: 1.3em;
}

.tt.provider.question.overlay.dark .top .text {
    color: white;
}

.tt.provider.question.overlay .logo {
    height: 6.6vw;
    margin: 0.8vw 0 1.2vw 0;
}

.tt.provider.question.overlay .icon {
    height: 6.6vw;
    margin: 1.8vw 0 2.2vw 0;
}

.tt.provider.question.overlay .top .button {
    width: 100%;
}

.tt.provider.question.overlay .question {
    padding: 3.2vw 4vw;
}

.tt.provider.question.overlay .question .text {
    margin-top: -1vw;
    margin-bottom: 1.8vw;
}

.tt.provider.question.overlay .question .buttons {
    position: relative;
    margin: 0 -0.8vw;
    left: -0.8vw;
}

.tt.provider.question.overlay .question .button {
    padding: 1.4vw 1.8vw;
}

.tt.provider.overlay .info {
    right: 8px;
    bottom: 8px;
}

.tt.provider.overlay .dismiss {
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: -1.5em;
    text-decoration: underline;
    opacity: 0.4;
    cursor: pointer;
    color: white;
}

/* ===========================
    Provider Ad - Placeholder
   =========================== */

@keyframes adPlaceholderGradient {
    0% { background-position: -600px 0; }
    100% { background-position: 600px 0; }
}

/* ========================================
    Provider Ad - Provider Specific Styles
   ======================================== */

/* Amazon Prime */

.tt.provider.horz[data-name="Amazon Prime"][data-add-on-name=""] {
    background: linear-gradient(to right, #3fc9ed 0%, #0195d1 100%);
}

.tt.provider.vert[data-name="Amazon Prime"][data-add-on-name=""],
.tt.provider.overlay[data-name="Amazon Prime"][data-add-on-name=""] .container {
    background: linear-gradient(to bottom, #3fc9ed 0%, #0195d1 100%);
}

.tt.provider.question.horz[data-name="Amazon Prime"][data-add-on-name=""] .logo,
.tt.provider.bullets.vert[data-name="Amazon Prime"][data-add-on-name=""] .logo,
.tt.provider.question.horz[data-name="Amazon Prime"][data-add-on-name=""] .text {
    height: 5.5vw;
    margin-top: -1.2vw;
    margin-bottom: 1.6vw;
}

.tt.provider.question.overlay[data-name="Amazon Prime"][data-add-on-name=""] .logo {
    margin: 0.8vw 0 1.3vw 0;
}

/* Apple TV+ (white) */

/*
.tt.provider.horz[data-name*="Apple TV"][data-add-on-name=""] {
	background: white;
}

.tt.provider.vert[data-name*="Apple TV"][data-add-on-name=""],
.tt.provider.overlay[data-name*="Apple TV"][data-add-on-name=""] .container {
	background: white
}

.tt.provider[data-name*="Apple TV"][data-add-on-name=""] .trial .button,
.tt.provider[data-name*="Apple TV"][data-add-on-name=""] .reply .button {
	background: black;
	border-radius: 100vh;
}

.tt.provider[data-name*="Apple TV"][data-add-on-name=""] .question .button {
	background: none;
	color: black;
	box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.8);
	border-radius: 100vh;
}

.tt.provider[data-name*="Apple TV"][data-add-on-name=""] a:hover .button,
.tt.provider[data-name*="Apple TV"][data-add-on-name=""] .button:hover {
	top: 0;
	left: 0;
	box-shadow: none;
	background: rgba(0, 0, 0, 1);
}

.tt.provider[data-name*="Apple TV"][data-add-on-name=""] .question .button:hover {
	background: black;
	color: white;
}

.tt.provider.bullets[data-name*="Apple TV"][data-add-on-name=""] li img {
	opacity: 1;
}

.tt.provider.overlay[data-name*="Apple TV"][data-add-on-name=""] .info {
	color: black;
}
*/

/* Apple TV+ (black) */

.tt.provider.horz[data-name*="Apple TV"][data-add-on-name=""] {
    background: #243244;
}

.tt.provider.vert[data-name*="Apple TV"][data-add-on-name=""],
.tt.provider.overlay[data-name*="Apple TV"][data-add-on-name=""] .container {
    background: #243244;
}

.tt.provider[data-name*="Apple TV"][data-add-on-name=""] .trial .button {
    background: #3378f8;
    box-shadow: none;
    border-radius: 100vh;
    width:120%; /* make trial button wider - CORE-4178 */
}

.tt.provider[data-name*="Apple TV"][data-add-on-name=""] .reply .button {
    border-radius: 100vh;
    box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.8);
}

.tt.provider[data-name*="Apple TV"][data-add-on-name=""] .question .button {
    background: none;
    color: white;
    box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.8);
    border-radius: 100vh;
}

.tt.provider[data-name*="Apple TV"][data-add-on-name=""] a:hover .button,
.tt.provider[data-name*="Apple TV"][data-add-on-name=""] .button:hover {
    top: 0;
    left: 0;
    box-shadow: none;
    background: rgba(255, 255, 255, 1);
}

.tt.provider[data-name*="Apple TV"][data-add-on-name=""] a.trial:hover .button,
.tt.provider[data-name*="Apple TV"][data-add-on-name=""] .trial .button:hover {
    background: #3378f8;
    color: white;
}

.tt.provider[data-name*="Apple TV"][data-add-on-name=""] .button:hover {
    background: white;
    color: black;
}

.tt.provider.bullets[data-name*="Apple TV"][data-add-on-name=""] li img {
    opacity: 1;
}

.tt.provider.overlay[data-name*="Apple TV"][data-add-on-name=""] .info {
    color: white;
}

/* MLS Season Pass on Apple TV */

.tt.provider.horz[data-name="MLS Season Pass"][data-add-on-name=""] {
    background: white;
}

.tt.provider.vert[data-name="MLS Season Pass"][data-add-on-name=""],
.tt.provider.overlay[data-name="MLS Season Pass"][data-add-on-name=""] .container {
    background: white
}

.tt.provider[data-name="MLS Season Pass"][data-add-on-name=""] .trial .button,
.tt.provider[data-name="MLS Season Pass"][data-add-on-name=""] .reply .button {
    background: black;
    border-radius: 100vh;
}

.tt.provider[data-name="MLS Season Pass"][data-add-on-name=""] .question .button {
    background: none;
    color: black;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.8);
    border-radius: 100vh;
}

.tt.provider[data-name="MLS Season Pass"][data-add-on-name=""] a:hover .button,
.tt.provider[data-name="MLS Season Pass"][data-add-on-name=""] .button:hover {
    top: 0;
    left: 0;
    box-shadow: none;
    background: rgba(0, 0, 0, 1);
}

.tt.provider[data-name="MLS Season Pass"][data-add-on-name=""] .question .button:hover {
    background: black;
    color: white;
}

.tt.provider.bullets[data-name="MLS Season Pass"][data-add-on-name=""] li img {
    opacity: 1;
}

.tt.provider.question.horz[data-name="MLS Season Pass"][data-add-on-name=""] .logo,
.tt.provider.bullets.vert[data-name="MLS Season Pass"][data-add-on-name=""] .logo,
.tt.provider.question.horz[data-name="MLS Season Pass"][data-add-on-name=""] .text {
    height: 4.8vw;
    max-height: 100px;
}

.tt.provider.overlay[data-name="MLS Season Pass"][data-add-on-name=""] .info {
    color: black;
}

/* Apple MLB */

.tt.provider.horz[data-name*="Apple MLB"][data-add-on-name=""] {
    background: white;
}

.tt.provider.vert[data-name*="Apple MLB"][data-add-on-name=""],
.tt.provider.overlay[data-name*="Apple MLB"][data-add-on-name=""] .container {
    background: white
}

.tt.provider[data-name*="Apple MLB"][data-add-on-name=""] .trial .button,
.tt.provider[data-name*="Apple MLB"][data-add-on-name=""] .reply .button {
    background: black;
    border-radius: 100vh;
}

.tt.provider[data-name*="Apple MLB"][data-add-on-name=""] .question .button {
    background: none;
    color: black;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.8);
    border-radius: 100vh;
}

.tt.provider[data-name*="Apple MLB"][data-add-on-name=""] a:hover .button,
.tt.provider[data-name*="Apple MLB"][data-add-on-name=""] .button:hover {
    top: 0;
    left: 0;
    box-shadow: none;
    background: rgba(0, 0, 0, 1);
}

.tt.provider[data-name*="Apple MLB"][data-add-on-name=""] .question .button:hover {
    background: black;
    color: white;
}

.tt.provider.bullets[data-name*="Apple MLB"][data-add-on-name=""] li img {
    opacity: 1;
}

.tt.provider.overlay[data-name*="Apple MLB"][data-add-on-name=""] .info {
    color: black;
}

/* Apple Music */

.tt.provider.horz[data-name="Apple Music"] {
    background: linear-gradient(to right, #fc425a 0%, #fb233b 100%);
}

.tt.provider.vert[data-name="Apple Music"],
.tt.provider.overlay[data-name="Apple Music"] .container {
    background: linear-gradient(to bottom, #fc425a 0%, #fb233b 100%);
}

/* Discovery+ */

.tt.provider.horz[data-name="Discovery+"] {
    background: linear-gradient(to right, #3b8fff 0%, #036cf9 100%);
}

.tt.provider.vert[data-name="Discovery+"],
.tt.provider.overlay[data-name="Discovery+"] .container {
    background: linear-gradient(to bottom, #3b8fff 0%, #036cf9 100%);
}

.tt.provider.question.horz[data-name="Discovery+"][data-add-on-name=""] .logo,
.tt.provider.bullets.vert[data-name="Discovery+"][data-add-on-name=""] .logo,
.tt.provider.question.horz[data-name="Discovery+"][data-add-on-name=""] .text {
    height: 4.5vw;
}

/* Disney+ */

.tt.provider.horz[data-name="Disney+"] {
    background: linear-gradient(to right, #3b8fff 0%, #036cf9 100%);
}

.tt.provider.vert[data-name="Disney+"] {
    max-width: 375px;
}

.tt.provider.vert[data-name="Disney+"],
.tt.provider.overlay[data-name="Disney+"] .container {
    background: linear-gradient(to bottom, #3b8fff 0%, #036cf9 100%);
}

/* "No" button trial click */

.tt.provider[data-name="Disney+"][data-selected] .question {
    display: flex !important;
}

.tt.provider[data-name="Disney+"][data-selected=no] .reply.no {
    display: none !important;
}

/* FlixFling */

.tt.provider.horz[data-name="FlixFling"] {
    background: #ffb200;
}

.tt.provider.vert[data-name="FlixFling"],
.tt.provider.overlay[data-name="FlixFling"] .container {
    background: #ffb200;
}

/* fuboTV */

.tt.provider.horz[data-name="FuboTV"] {
    background: linear-gradient(to right, #fa4616 0%, #e03f14 100%);
}

.tt.provider.vert[data-name="FuboTV"],
.tt.provider.overlay[data-name="FuboTV"] .container {
    background: linear-gradient(to bottom, #fa4616 0%, #e03f14 100%);
}

/* HBO */

.tt.provider.horz[data-name="HBO"] {
    background: linear-gradient(to right, #8387ac 0%, #b9b6d1 100%);
}

.tt.provider.vert[data-name="HBO"],
.tt.provider.overlay[data-name="HBO"] .container {
    background: linear-gradient(to bottom, #8387ac 0%, #b9b6d1 100%);
}


/* HBO GO */

.tt.provider.horz[data-name="HBO GO"] {
    background: linear-gradient(to right, #2b73c5 0%, #65acfe 100%);
}

.tt.provider.vert[data-name="HBO GO"],
.tt.provider.overlay[data-name="HBO GO"] .container {
    background: linear-gradient(to bottom, #2b73c5 0%, #65acfe 100%);
}

/* Max */

.tt.provider.horz[data-name="Max"] {
    background: linear-gradient(to right, #2f54fc 0%, #2048ff 100%);
}

.tt.provider.vert[data-name="Max"],
.tt.provider.overlay[data-name="Max"] .container {
    background: linear-gradient(to bottom, #2f54fc 0%, #2048ff 100%);
}

/* Honey */

.tt.provider.horz[data-name="Honey"] {
    background: #ff7227;
}

.tt.provider.vert[data-name="Honey"],
.tt.provider.overlay[data-name="Honey"] .container {
    background: #ff7227;
}

.tt.vert[data-name="Honey"] .button {
    font-size: 1vw;
}

/* Hulu */

.tt.provider.horz[data-name="Hulu"] {
    background: linear-gradient(to right, #5cc588 0%, #35b28e 100%);
}

.tt.provider.vert[data-name="Hulu"],
.tt.provider.overlay[data-name="Hulu"] .container {
    background: linear-gradient(to bottom, #5cc588 0%, #35b28e 100%);
}

/* Hulu Live */

.tt.provider.horz[data-name="Hulu Live"] {
    background: linear-gradient(to right, #6be28b 0%, #35b28e 100%);
}

.tt.provider.vert[data-name="Hulu Live"],
.tt.provider.overlay[data-name="Hulu Live"] .container {
    background: linear-gradient(to bottom, #6be28b 0%, #35b28e 100%);
}

/* Paramount+ */

.tt.provider.horz[data-name="Paramount+"] {
    background: linear-gradient(to right, #468cff 0%, #1d5dff 100%);
}

.tt.provider.vert[data-name="Paramount+"],
.tt.provider.overlay[data-name="Paramount+"] .container {
    background: linear-gradient(to bottom, #468cff 0%, #1d5dff 100%);
}

/* Peacock */

.tt.provider.horz[data-name="Peacock"] {
    background: linear-gradient(to right, #8165fe 0%, #5a35fe 100%);
}

.tt.provider.vert[data-name="Peacock"],
.tt.provider.overlay[data-name="Peacock"] .container {
    background: linear-gradient(to bottom, #8165fe 0%, #5a35fe 100%);
}

/* Philo */

.tt.provider.horz[data-name="Philo"] {
    background: #0c93f2;
}

.tt.provider.vert[data-name="Philo"],
.tt.provider.overlay[data-name="Philo"] .container {
    background: #0c93f2;
}

/* MyFree DIRECTV */

.tt.provider.horz[data-name="MyFree DIRECTV"] {
    background: #356ccd;
}

.tt.provider.vert[data-name="MyFree DIRECTV"],
.tt.provider.overlay[data-name="MyFree DIRECTV"] .container {
    background: #356ccd;
}

/* Showmax */

.tt.provider[data-name="Showmax"] .trial,
.tt.provider[data-name="Showmax"] .question {
    font-family: "Nunito", "Helvetica", "Arial", sans-serif;
}

.tt.provider[data-name="Showmax"] li,
.tt.provider[data-name="Showmax"] .text {
    color: white !important;
}

.tt.provider[data-name="Showmax"] li img {
    filter: invert(1);
}

.tt.provider[data-name="Showmax"] .button {
    border-radius: 100px;
}

.tt.provider[data-name="Showmax"] .trial .button {
    background: rgba(215, 55, 81, 1);
}

.tt.provider[data-name="Showmax"] .question .button {
    background: rgba(255, 255, 255, 0.05);
}

.tt.provider[data-name="Showmax"] .question .button:hover {
    box-shadow: 2px 3px 0 rgba(0, 0, 0, 0.3);
    background: rgba(255, 255, 255, 0.1);
}

.tt.provider.horz[data-name="Showmax"] {
    background: #0e1828;
}

.tt.provider.vert[data-name="Showmax"],
.tt.provider.overlay[data-name="Showmax"] .container {
    background: #0e1828;
}

.tt.provider.overlay[data-name="Showmax"] .top {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

/* Showtime */

.tt.provider.horz[data-name="Showtime"] {
    background: linear-gradient(to right, #c30000 0%, #b20000 100%);
}

.tt.provider.vert[data-name="Showtime"],
.tt.provider.overlay[data-name="Showtime"] .container {
    background: linear-gradient(to bottom, #c30000 0%, #b20000 100%);
}

/* Sling */

.tt.provider.horz[data-name="Sling"] {
    background: linear-gradient(to right, #1f4ef1 0%, #51b5fa 100%);
}

.tt.provider.vert[data-name="Sling"],
.tt.provider.overlay[data-name="Sling"] .container {
    background: linear-gradient(to bottom, #1f4ef1 0%, #51b5fa 100%);
}

/* Starz */

.tt.provider.horz[data-name="Starz"] {
    background: #bb0a12;
}

.tt.provider.vert[data-name="Starz"],
.tt.provider.overlay[data-name="Starz"] .container {
    background: #bb0a12;
}

/* Watch Now */

.tt.provider.horz[data-name="Watch Now"] {
    background: #0082f1;
}

.tt.provider.vert[data-name="Watch Now"],
.tt.provider.overlay[data-name="Watch Now"] .container {
    background: #0082f1;
}

/* Yidio Premium */

.tt.provider.horz[data-name="Yidio Premium"] {
    background-image: linear-gradient(to right, rgba(40, 166, 254, 0.7), rgba(0, 103, 215, 0.7)), url('/redesign/img/premium-ad-bg.jpg');
}

.tt.provider.vert[data-name="Yidio Premium"],
.tt.provider.overlay[data-name="Yidio Premium"] .container {
    background-image: linear-gradient(to bottom, rgba(40, 166, 254, 0.7), rgba(0, 103, 215, 0.7)), url('/redesign/img/premium-ad-bg.jpg');
}

.tt.provider[data-name="Yidio Premium"] .branding {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.tt.provider.horz[data-name="Yidio Premium"] .branding {
    flex-direction: row;
    height: 6vw;
    margin-top: -2vw;
    margin-bottom: 1vw;
}

.tt.provider[data-name="Yidio Premium"] .branding .icon {
    flex-shrink: 0;
    width: 7vw;
    height: 7vw;
    margin-bottom: 1.6vw;
    border-radius: 100%;
    background: rgba(0,0,0,.3);
    overflow: hidden;
    display: block;
}

.tt.provider.horz[data-name="Yidio Premium"] .branding .icon {
    width: 4vw;
    height: 4vw;
    margin-bottom: 0;
    margin-right: 1.2vw;
}

.tt.provider[data-name="Yidio Premium"] .branding .icon img {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    padding: 22%;
    box-sizing: border-box;
}

.tt.provider[data-name="Yidio Premium"] .branding .name {
    font-size: 1.5vw;
    font-weight: 600;
    margin-bottom: 3vw;
}

.tt.provider.overlay[data-name="Yidio Premium"] .branding .name {
    font-size: 2.2vw;
}

.tt.provider.horz[data-name="Yidio Premium"] .branding .name {
    margin-bottom: 0;
}


/* Yidio Internal Ad */

.tt.provider.horz[data-name*="Yidio Internal"][data-add-on-name=""] {
    background: white;
}

.tt.provider.vert[data-name*="Yidio Internal"][data-add-on-name=""],
.tt.provider.overlay[data-name*="Yidio Internal"][data-add-on-name=""] .container {
    background: white
}

.tt.provider[data-name*="Yidio Internal"][data-add-on-name=""] .trial .button,
.tt.provider[data-name*="Yidio Internal"][data-add-on-name=""] .reply .button {
    background: black;
    border-radius: 100vh;
}

.tt.provider[data-name*="Yidio Internal"][data-add-on-name=""] .question .button {
    background: none;
    color: black;
    box-shadow: inset 0 0 0 1px rgba(0,0,0, 0.8);
    border-radius: 100vh;
}

.tt.provider[data-name*="Yidio Internal"][data-add-on-name=""] a:hover .button,
.tt.provider[data-name*="Yidio Internal"][data-add-on-name=""] .button:hover {
    top: 0;
    left: 0;
    box-shadow: none;
    background: rgba(0,0,0, 1);
}

.tt.provider[data-name*="Yidio Internal"][data-add-on-name=""] .question .button:hover {
    background: black;
    color: white;
}

.tt.provider.bullets[data-name*="Yidio Internal"][data-add-on-name=""] li img {
    opacity: 1;
}

.tt.provider.overlay[data-name*="Yidio Internal"][data-add-on-name=""] .info {
    color: black;
}

/* ======================================
    Provider Ad - Add-on Specific Styles
   ====================================== */

/* 10 All Access */

.tt.provider.horz[data-add-on-name="10 All Access"] {
    background: linear-gradient(to right, #0b69d6 0%, #018ff1 100%);
}

.tt.provider.vert[data-add-on-name="10 All Access"],
.tt.provider.overlay[data-add-on-name="10 All Access"] .container {
    background: linear-gradient(to bottom, #0b69d6 0%, #018ff1 100%);
}

/* Acorn TV */

.tt.provider.horz[data-add-on-name="Acorn TV"] {
    background: #019885;
}

.tt.provider.vert[data-add-on-name="Acorn TV"],
.tt.provider.overlay[data-add-on-name="Acorn TV"] .container {
    background: #019885;
}

/* AMC+ */

.tt.provider.horz[data-add-on-name="AMC+"] {
    background: linear-gradient(to right, #02c9c2 0%, #00eee6 100%);
}

.tt.provider.vert[data-add-on-name="AMC+"],
.tt.provider.overlay[data-add-on-name="AMC+"] .container {
    background: linear-gradient(to bottom, #02c9c2 0%, #00eee6 100%);
}

/* BritBox */

.tt.provider.horz[data-add-on-name="BritBox"] {
    background: #04c3fc;
}

.tt.provider.vert[data-add-on-name="BritBox"],
.tt.provider.overlay[data-add-on-name="BritBox"] .container {
    background: #04c3fc;
}

/* BET+ */

.tt.provider.horz[data-add-on-name="BET+"] {
    background: linear-gradient(to right, #9902c8 0%, #c40a81 100%);
}

.tt.provider.vert[data-add-on-name="BET+"],
.tt.provider.overlay[data-add-on-name="BET+"] .container {
    background: linear-gradient(to bottom, #9902c8 0%, #c40a81 100%);
}

/* Cinemax */

.tt.provider.horz[data-add-on-name="Cinemax"] {
    background: linear-gradient(to right, #1b5895 0%, #277ed5 100%);
}

.tt.provider.vert[data-add-on-name="Cinemax"],
.tt.provider.overlay[data-add-on-name="Cinemax"] .container {
    background: linear-gradient(to bottom, #1b5895 0%, #277ed5 100%);
}

/* CuriosityStream */

.tt.provider.horz[data-add-on-name="CuriosityStream"] {
    background: linear-gradient(to right, #eb8d4b 0%, #ecc135 100%);
}

.tt.provider.vert[data-add-on-name="CuriosityStream"],
.tt.provider.overlay[data-add-on-name="CuriosityStream"] .container {
    background: linear-gradient(to bottom, #eb8d4b 0%, #ecc135 100%);
}

/* discovery+ */

.tt.provider.horz[data-add-on-name="discovery+"] {
    background: linear-gradient(to right, #2175d9 0%, #2789ff 100%);
}

.tt.provider.vert[data-add-on-name="discovery+"],
.tt.provider.overlay[data-add-on-name="discovery+"] .container {
    background: linear-gradient(to bottom, #2175d9 0%, #2789ff 100%);
}

/* EPIX */

.tt.provider.horz[data-add-on-name="EPIX"] {
    background: linear-gradient(to right, #c2a34c 0%, #e0c47a 100%);
}

.tt.provider.vert[data-add-on-name="EPIX"],
.tt.provider.overlay[data-add-on-name="EPIX"] .container {
    background: linear-gradient(to bottom, #c2a34c 0%, #e0c47a 100%);
}

/* Max */

.tt.provider.horz[data-add-on-name="Max"] {
    background: linear-gradient(to right, #2f54fc 0%, #2048ff 100%);
}

.tt.provider.vert[data-add-on-name="Max"],
.tt.provider.overlay[data-add-on-name="Max"] .container {
    background: linear-gradient(to bottom, #2f54fc 0%, #2048ff 100%);
}

/* History Vault */

.tt.provider.horz[data-add-on-name="History Vault"] {
    background: linear-gradient(to right, #ed8e20 0%, #facb2a 100%);
}

.tt.provider.vert[data-add-on-name="History Vault"],
.tt.provider.overlay[data-add-on-name="History Vault"] .container {
    background: linear-gradient(to bottom, #ed8e20 0%, #facb2a 100%);
}

/* IFC Films Unlimited */

.tt.provider.horz[data-add-on-name="IFC Films Unlimited"] {
    background: linear-gradient(to right, #00ccff 0%, #02afda 100%);
}

.tt.provider.vert[data-add-on-name="IFC Films Unlimited"],
.tt.provider.overlay[data-add-on-name="IFC Films Unlimited"] .container {
    background: linear-gradient(to bottom, #00ccff 0%, #02afda 100%);
}

/* Lifetime Movie Club */

.tt.provider.horz[data-add-on-name="Lifetime Movie Club"] {
    background: linear-gradient(to right, #c91b46 0%, #ed2053 100%);
}

.tt.provider.vert[data-add-on-name="Lifetime Movie Club"],
.tt.provider.overlay[data-add-on-name="Lifetime Movie Club"] .container {
    background: linear-gradient(to bottom, #c91b46 0%, #ed2053 100%);
}

/* MUBI */

.tt.provider.horz[data-add-on-name="MUBI"] {
    background: linear-gradient(to right, #007fff 0%, #0062ff 100%);
}

.tt.provider.vert[data-add-on-name="MUBI"],
.tt.provider.overlay[data-add-on-name="MUBI"] .container {
    background: linear-gradient(to bottom, #007fff 0%, #0062ff 100%);
}

/* Noggin */

.tt.provider.horz[data-add-on-name="Noggin"] {
    background: linear-gradient(to right, #8656d4 0%, #586be6 100%);
}

.tt.provider.vert[data-add-on-name="Noggin"],
.tt.provider.overlay[data-add-on-name="Noggin"] .container {
    background: linear-gradient(to bottom, #8656d4 0%, #586be6 100%);
}

/* Paramount+ */

.tt.provider.horz[data-add-on-name="Paramount+"] {
    background: linear-gradient(to right, #468cff 0%, #1d5dff 100%);
}

.tt.provider.vert[data-add-on-name="Paramount+"],
.tt.provider.overlay[data-add-on-name="Paramount+"] .container {
    background: linear-gradient(to bottom, #468cff 0%, #1d5dff 100%);
}

/* PBS Kids */

.tt.provider.horz[data-add-on-name="PBS Kids"] {
    background: linear-gradient(to right, #a6ce39 0%, #99bd35 100%);
}

.tt.provider.vert[data-add-on-name="PBS Kids"],
.tt.provider.overlay[data-add-on-name="PBS Kids"] .container {
    background: linear-gradient(to bottom, #a6ce39 0%, #99bd35 100%);
}

/* Showtime */

.tt.provider.horz[data-add-on-name="Showtime"] {
    background: linear-gradient(to right, #c30000 0%, #b20000 100%);
}

.tt.provider.vert[data-add-on-name="Showtime"],
.tt.provider.overlay[data-add-on-name="Showtime"] .container {
    background: linear-gradient(to bottom, #c30000 0%, #b20000 100%);
}

/* Shudder */

.tt.provider.horz[data-add-on-name="Shudder"] {
    background: linear-gradient(to right, #c80000 0%, #e20202 100%);
}

.tt.provider.vert[data-add-on-name="Shudder"],
.tt.provider.overlay[data-add-on-name="Shudder"] .container {
    background: linear-gradient(to bottom, #c80000 0%, #e20202 100%);
}

/* Starz */

.tt.provider.horz[data-add-on-name="Starz"] {
    background: #bb0a12;
}

.tt.provider.vert[data-add-on-name="Starz"],
.tt.provider.overlay[data-add-on-name="Starz"] .container {
    background: #bb0a12;
}

/* ==========================
    Media Query -  Min width
   ========================== */

@media only screen and (max-width: 1024px) {

    .tt.provider.question.horz .trial {
        padding: 3vw;
    }

    .tt.provider.horz .question,
    .tt.provider.horz .reply {
        padding-right: 3vw;
    }

}

/* ==========================
    Media Query - 1152 Width
   ========================== */

@media only screen and (max-width: 1152px) {

    /* Smaller nav START */

    header {
        height: 62px;
    }

    header .gradient {
        height: 62px;
    }

    header nav a, header nav div.sign-in-link {
        height: 62px;
        line-height: 62px;
    }

    header nav .logo img {
        padding-top: 12px;
    }

    header nav .search {
        height: 62px;
        padding: 9px 0;
    }

    header nav .search input {
        top: 9px;
    }

    header nav .search .icon {
        top: 19px;
    }

    header nav li.has-subnav > a::after {
        top: 25px;
    }

    header nav li.has-subnav:hover > a::after {
        opacity: 0;
        top: 28px;
    }

    header nav li.has-subnav:hover::after {
        top: 55px;
        opacity: 1;
    }

    main {
        padding-top: 62px;
    }

    /* Smaller nav END */

    header nav {
        padding: 0 17px 0 15px;
    }

    .hero .content {
        padding-top: 25px;
    }

    header nav li.sign-in {
        margin-right: 16px;
    }

    header nav li.user > a {
        margin-right: 32px;
        max-width: 125px;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    header nav li.user > a::after {
        right: 16px;
    }

    header nav .user .highlight {
        right: 30px;
    }

    .hero .tagline .button {
        height: 42px;
        padding: 0 18px;
        border-width: 2px;
        font-size: 100%;
        margin-right: 24px;
        line-height: 42px;
    }

    header nav .search {
        width: 310px;
    }

    .hero .how-it-works .content .statement {
        padding: 0 20px;
    }

    footer .links .first-line, footer .links .second-line {
        font-size: 70%;
    }
}

/* ===============================
    Media Query - Max provider ad
   =============================== */

@media only screen and (min-width: 1600px) {

    /* Provider Ad */

    .tt.provider .button {
        font-size: 120%;
        padding: 22px 20px;
    }

    .tt.provider.question .question .text,
    .tt.provider.question .reply .text {
        font-size: 175%;
    }

    .tt.provider.question .question .button {
        margin: 0 12px;
    }

    .tt.provider.question.horz .icon,
    .tt.provider.bullets.vert .icon {
        height: 100px;
        margin-top: -12px;
        margin-bottom: 28px;
    }

    .tt.provider.bullets.vert .text {
        min-height: 100px;
        margin-top: -12px;
        margin-bottom: 28px;
        font-size: 160%;
    }

    /* Provider Ad - Question (Overlay) */

    .tt.provider.question.overlay .top {
        padding: 48px 60px;
    }

    .tt.provider.question.overlay .top .text {
        font-size: 260%;
        margin-top: -10px;
    }

    .tt.provider.question.overlay .top .logo {
        height: 120px;
        margin: 8px 0 12px 0;
    }

    .tt.provider.question.overlay .top .icon {
        height: 120px;
        margin: 30px 0 36px 0;
    }

    .tt.provider.question.overlay .question {
        padding: 48px 60px;
    }

    .tt.provider.question.overlay .question .text {
        margin-top: -16px;
        margin-bottom: 32px;
    }

    .tt.provider.question.overlay .question .button {
        padding: 22px 32px;
    }

    /* Amazon Prime */

    .tt.provider.question.horz[data-name="Amazon Prime"][data-add-on-name=""] .logo,
    .tt.provider.bullets.vert[data-name="Amazon Prime"][data-add-on-name=""] .logo,
    .tt.provider.question.horz[data-name="Amazon Prime"][data-add-on-name=""] .text {
        height: 80px;
        margin-top: -20px;
        margin-bottom: 28px;
    }

    .tt.provider.question.overlay[data-name="Amazon Prime"][data-add-on-name=""] .logo {
        height: 110px;
        margin: 16px 0 28px 0;
    }

    /* Discovery+ */

    .tt.provider.question.horz[data-name="Discovery+"][data-add-on-name=""] .logo,
    .tt.provider.bullets.vert[data-name="Discovery+"][data-add-on-name=""] .logo,
    .tt.provider.question.horz[data-name="Discovery+"][data-add-on-name=""] .text {
        height: 70px;
    }

    .tt.provider.question.overlay[data-name="Discovery+"][data-add-on-name=""] .trial .logo {
        height: 90px;
    }

    /* Yidio Premium */

    .tt.provider.horz[data-name="Yidio Premium"] .branding {
        height: 90px;
        margin-top: -28px;
        margin-bottom: 16px;
    }

    .tt.provider[data-name="Yidio Premium"] .branding .icon {
        width: 110px;
        height: 110px;
        margin-bottom: 20px;
    }

    .tt.provider.horz[data-name="Yidio Premium"] .branding .icon {
        width: 72px;
        height: 72px;
        margin-right: 16px;
    }

    .tt.provider[data-name="Yidio Premium"] .branding .name {
        font-size: 175%;
        margin-bottom: 48px;
    }

    .tt.provider.overlay[data-name="Yidio Premium"] .branding .name {
        font-size: 220%;
    }

    /* Honey */

    .tt.vert[data-name="Honey"] .button {
        font-size: 90%;
    }

}

body {
    color: white;
}

main {
    background: rgba(30,31,33,1);
    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,0.2);
    padding-left: 20px;
}

header .subnav {
    background: rgba(39,39,41, 0.95);
    background: rgba(var(--bg-r),var(--bg-g),var(--bg-b),0.98);
    scrollbar-color: rgba(255, 255, 255, 0.1) rgba(var(--bg-r), var(--bg-g), var(--bg-b), 0.98);
}

header .search .subnav {
    scrollbar-color: rgba(255, 255, 255, 0.1) 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
   ========== */

.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: rgba(30,31,33,1);
    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: white;
    padding: 10vw 60px 0 60px;
    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 0.9vw;
    background: rgba(255,255,255,0.4);
}

.masthead .poster {
    position: relative;
    flex-shrink: 0;
    margin-right: 2.5vw;
    height: 18vw;
    width: 12vw;
    background: rgba(255,255,255,0.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,0.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: -0.3vw;
    color:white;
}

.masthead .details .tagline {
    font-size: 160%;
    font-weight: 300;
    font-style: italic;
    margin-top: 1vw;
    opacity: 0.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: 0.6vw;
}

.masthead .details .attributes .imdb .count {
    font-size: 70%;
    font-weight: 400;
    opacity: 0.7;
    align-self: flex-end;
}

.masthead .details .genres {
    display: flex;
    flex-direction: row;
    margin-bottom: 0.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,0.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: inline;
}

.masthead .details .description.has-more:hover {
    color:white;
}

/* ==========
    Page Nav
   ========== */

nav.page {
    display: flex;
    margin: 11px 60px 48px 60px;
    border-bottom: 1px solid rgba(0,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 0.2s;
}

input[name=section] {
    display: none;
}

nav.page .sections label {
    font-size: 120%;
    box-shadow: inset 0 0 #fe8818;
    transition: box-shadow 0.2s ease-out, color 0.2s;
    height: 7vw;
}

.page .sections label.active,
nav.page .sections label:hover {
    color: #fe8818;
}

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)
input[name=section]:nth-child(4):checked ~ nav.page .sections label:nth-child(4),
{
    color: #fe8818;
    box-shadow: inset 0 -4px #fe8818;
}

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,0.3);
    border-radius: 100vw;
    transition: border-color 0.2s, color 0.2s;
    padding: 0 2vw;
}

.button.border.on {
    border-color: #fe8818;
    color: #fe8818;
}

.button.border:hover {
    border-color: #fe8818;
}

.button.border .label {
    position: relative;
}

.button.border.on .label {
    color: rgba(255,255,255,0);
}

.button.border .label::before {
    display: flex;
    justify-content: center;
    position: absolute;
    width: 100%;
    color: #fe8818;
}

.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, <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="24" height="24" viewBox="0 0 24 24"><path d="M24.001,18h-4v4.001H18V18H14V16h4V12h2.001v4h4ZM1.999,7.999H18v2H1.999Zm0-4H18v2H1.999ZM16,14H1.999V12H16Zm-4,4H1.999V16H12Z" fill="white"/><rect x="0" y="0" width="24" height="24" fill="rgba(0,0,0,0)"/></svg>');
}

.button.watchlist.on .icon::after {
    content: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="24" height="24" viewBox="0 0 24 24"><path d="M24.001,18h-4v4.001H18V18H14V16h4V12h2.001v4h4ZM1.999,7.999H18v2H1.999Zm0-4H18v2H1.999ZM16,14H1.999V12H16Zm-4,4H1.999V16H12Z" fill="rgba(249,161,27,1)"/><rect x="0" y="0" width="24" height="24" fill="rgba(0,0,0,0)"/></svg>');
}

.button.watched .icon::after {
    content: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="24" height="24" viewBox="0 0 24 24"><path d="M9 19.414l-6.707-6.707l1.414-1.414L9 16.586L20.293 5.293l1.414 1.414" fill="white"></path><rect x="0" y="0" width="24" height="24" fill="rgba(0,0,0,0)"></rect></svg>');
}

.button.watched.on .icon::after {
    content: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="24" height="24" viewBox="0 0 24 24"><path d="M9 19.414l-6.707-6.707l1.414-1.414L9 16.586L20.293 5.293l1.414 1.414" fill="rgba(249,161,27,1)"></path><rect x="0" y="0" width="24" height="24" fill="rgba(0,0,0,0)"></rect></svg>');
}

.button.previous .icon::after {
    content: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="24" height="24" viewBox="0 0 24 24"><g><polygon points="17.77,3.77 16,2 6,12 16,22 17.77,20.23 9.54,12" fill="white"/></g><rect x="0" y="0" width="24" height="24" fill="rgba(0,0,0,0)"></rect></svg>');
}

.button.next .icon::after {
    content: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="24" height="24" viewBox="0 0 24 24"><g><path d="M0,0h24v24H0V0z" fill="none"/></g><g><polygon points="6.23,20.23 8,22 18,12 8,2 6.23,3.77 14.46,12" fill="white"/></g><rect x="0" y="0" width="24" height="24" fill="rgba(0,0,0,0)"></rect></svg>');
}

/* ===============
    Page Sections
   =============== */

.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 0.2s ease-out;
}

/* Fix for adsbygoogle.js adding "height: auto !important" to all parent elements */
.display-tt .page-content section {
    display: none;
}

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) ,
input[name=section]:nth-child(4):checked ~ .page-content section:nth-child(4)
{
    display: block;
    height: auto;
    opacity: 1;
    overflow: visible;
}
.faq-list .faq-item .text-faq{
    padding: 20px 10px;
    color: rgba(255, 255, 255, 0.7);    border: 1px solid #353636;

}
.faq-list .faq-item .title-faq i{
    transform: translateY(-50%) rotate(90deg);
    position: absolute;
    right: 10px;
    top: 50%;
}
.faq-list .faq-item .title-faq:hover{
    opacity: 0.8;
}
.faq-list .faq-item .title-faq{
    padding: 10px;
    position: relative;
    background: #353636;
    cursor: pointer;
}
.faq-list .faq-item .text-faq {
    display: none;
}
.faq-list .faq-item.active .title-faq i {
    transform: translateY(-50%) rotate(-90deg);
}
.faq-list .faq-item.active .text-faq {
    display: block;
}
.faq-list .faq-item{

    margin-bottom: 10px;
}
input[name=section]:nth-child(1):checked ~ .page-content section.episodes {
    display: flex;
}

/* =====================================
    Provider Ad - Question (Horizontal)
   ===================================== */

.tt.provider.question.horz {
    display: flex;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 48px;
}

.tt.provider.question.horz .trial {
    padding: 3vw 5vw;
}

.tt.provider.question.horz .trial .button {
    padding-left: 3vw;
    padding-right: 3vw;
    min-width: 24vw;
    width: 100%;
}

.tt.provider.question.horz .question {
    padding-right: 5vw;
}

/* =======================================
    Provider Ad - Question (Episode List)
   ======================================= */

.episodes .tt.provider.question.horz {
    margin-bottom: 36px;
}

.episodes .tt.provider.question.horz .trial {
    padding: 3vw;
}

.episodes .tt.provider.question.horz .trial .button {
    padding-left: 2vw;
    padding-right: 2vw;
    min-width: 16vw;
}

.episodes .tt.provider.question.horz .question,
.episodes .tt.provider.question.horz .reply {
    padding-right: 3vw;
}

.episodes .tt.provider.question .reply.yes .text {
    font-size: 1.5vw;
}

.episodes .tt.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;
}

/* ==================================
    Provider Ad - Bullets (Vertical)
   ================================== */

.tt.provider.vert {
    min-width: 270px;
}

.tt.provider.bullets.vert .trial {
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
    padding: 3vw;
}

.tt.provider.bullets.vert li {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    line-height: 1.4em;
    color: rgba(0,0,0,0.85);
    font-weight: 600;
    margin-bottom: 3vw;
}

.tt.provider.bullets.vert.dark li {
    color: rgba(255,255,255,1);
}

.tt.provider.bullets.vert li img{
    opacity: 0.7;
    margin-bottom: 0.6vw;
}

.tt.provider.bullets.vert .button {
    width: 100%;
    min-width: 220px;
}

/* =============
    Display Ads
   ============= */

.tt.display {
    margin-bottom: 36px;
}

/* =============
    Google Ads
   ============= */

.tt.display.inline{
    display: block !important;
}


/* ===============
    Source Filter
   =============== */

.source-filter {
    border-right: 1px solid rgba(0,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,0.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,0.3);
    margin: 0 21px;
    cursor: pointer;
    transition: background 400ms, border 400ms;
}

.source-filter input:hover {
    border-color: #fe8818;
}

.source-filter input:hover + span {
    color: #fe8818;
}

.source-filter input:checked {
    border-color: #fe8818;
    background: #fe8818;
}

.source-filter input:checked + span {
    color: #fe8818;
}

.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 white;
    border-right: 2px solid white;
    margin-left: -1px;
    margin-top: -2px;
}

.source-filter hr {
    border: none;
    height: 1px;
    margin: 17px 0 16px 0;
    background: rgba(0,0,0,0.8);
}

.source-filter .no-sources {
    padding-top: 8px;
    opacity: 0.4;
}

/* ===========================
    Source Filter Placeholder
   =========================== */

@keyframes filterPlaceholderGradient {
    0% { background-position: -150px 0; }
    100% { background-position: 150px 0; }
}

.source-filter .placeholder {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: none;
    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
   ============ */

.no-results {
    background: rgba(255,255,255,0.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,0.7);
}

.no-results .text a {
    color: #0089fd;
}

.no-results button {
    margin-top: 24px;
}

/* =========
    Seasons
   ========= */

.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,0.3);
}

.episodes .seasons input.unavailable + span {
    color: rgba(255,255,255,0.2);
    background: rgba(0,0,0,0.3);
    border-color: rgba(0,0,0,0);
}

.episodes .seasons span:hover {
    border-color: #fe8818;
}

.episodes .seasons input:checked + span {
    color: rgba(0,0,0,0.8);
    background: #fe8818;
    border-color: #fe8818;
    cursor: default;
}

.episodes .seasons input.unavailable:checked + span {
    background: rgb(249,161,27, 0.5);
    border-color: rgb(249,161,27, 0);
    cursor: default;
}

.episodes .seasons.loading input + span {
    color: rgba(255,255,255,0.2);
    background: rgba(0,0,0,0.3);
    border-color: rgba(0,0,0,0);
}

/* ==========
    Episodes
   ========== */

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 #fe8818;
    -webkit-filter: brightness(100%);
    filter: brightness(100%);
    transition: filter 400ms, -webkit-filter 400ms, border 100ms;
    background: rgba(0,0,0,0.15);
}

.episodes .summary .image .placeholder {
    background-color: rgba(255,255,255,0.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 #fe8818;
}

.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: #fe8818;
}

.episodes .summary .text {
    flex-grow: 1;
}

.episodes .summary .attributes {
    opacity: 0.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, <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="24" height="24" viewBox="0 0 24 24"><path d="M9 19.414l-6.707-6.707l1.414-1.414L9 16.586L20.293 5.293l1.414 1.414" fill="white"></path><rect x="0" y="0" width="24" height="24" fill="rgba(0,0,0,0)"></rect></svg>');
    width: 24px;
    height: 24px;
}

.episodes .summary .action.on::after {
    content: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="24" height="24" viewBox="0 0 24 24"><path d="M9 19.414l-6.707-6.707l1.414-1.414L9 16.586L20.293 5.293l1.414 1.414" fill="rgba(249,161,27,1)"></path><rect x="0" y="0" width="24" height="24" fill="rgba(0,0,0,0)"></rect></svg>');
    width: 24px;
    height: 24px;
}

.episodes .summary .action:hover {
    border: 2px solid #fe8818;
}

.episodes .more-info {
    height: 0;
    overflow: hidden;
    border-bottom: 1px solid rgba(0,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,0.6);
}

.episodes .sources {
    margin-bottom: -16px;
}

.episodes .sources .no-results {
    margin: 16px;
}

/* =====================
    Episode Placeholder
   ===================== */

@keyframes episodePlaceholderGradient {
    0% { background-position: -450px 0; }
    100% { background-position: 450px 0; }
}

.episode.placeholder {
    background: none;
}

.episode.placeholder .summary {
    position: relative;
    background: rgba(0,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 rgba(30,31,33,1);
    border-color: rgba(var(--bg-r),var(--bg-g),var(--bg-b),1);
    flex-shrink: 0;
    background: none;
}
.episode.placeholder .title {
    margin-bottom: 0;
    border-top: 5px solid rgba(30,31,33,1);
    border-bottom: 10px solid rgba(30,31,33,1);
    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 rgba(30,31,33,1);
    border-right: 180px solid rgba(30,31,33,1);
    border-color: rgba(var(--bg-r),var(--bg-g),var(--bg-b),1);
    height: 16px;
    width: 120px;
    margin-bottom: 0;
}

/* =========
    Sources
   ========= */

.sources {
    margin: 0 -16px;
}

.source {
    display: flex;
    position: relative;
    align-items: center;
    padding: 16px;
    background: rgba(255,255,255,0.04);
    border-radius: 8px 22px 8px 8px;
    margin: 16px;
    cursor: pointer;
}

.source:first-child {
    margin-top: 0;
}

.source:not(.placeholder):hover {
    background: rgba(255,255,255,0.07);
}

.source .play-circle {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 58px;
    width: 58px;
    border-radius: 100%;
    border: 6px solid white;
    margin-right: 16px;
    flex-shrink: 0;
    box-sizing: border-box;
    padding-left: 5px;
    transition: transform 100ms;
}

.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 white;
}

.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: 0.8;
}

.source .offer {
    font-size: 90%;
    color: rgba(255,255,255,0.8);
    margin-top: 6px;
}

.source .offer .highlight {
    color: var(--tt-color);
}

.source .terms {
    font-size: 80%;
    color: rgba(255,255,255,0.3);
    margin-top: 12px;
}

.source.tt::after {
    content: "PROMOTED";
    position: absolute;
    top: 17px;
    right: 46px;
    color: rgba(255, 255, 255, 0.3);
    font-size: 90%;
}

@media (min-width: 1400px) {
    .source .terms {
        position: absolute;
        bottom: 16px;
        right: 16px;
    }
}

.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 white;
    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, <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="12" height="12" preserveAspectRatio="xMidYMid meet" viewBox="0 0 20 20"><path d="M12.432 0c1.34 0 2.01.912 2.01 1.957c0 1.305-1.164 2.512-2.679 2.512c-1.269 0-2.009-.75-1.974-1.99C9.789 1.436 10.67 0 12.432 0zM8.309 20c-1.058 0-1.833-.652-1.093-3.524l1.214-5.092c.211-.814.246-1.141 0-1.141c-.317 0-1.689.562-2.502 1.117l-.528-.88c2.572-2.186 5.531-3.467 6.801-3.467c1.057 0 1.233 1.273.705 3.23l-1.391 5.352c-.246.945-.141 1.271.106 1.271c.317 0 1.357-.392 2.379-1.207l.6.814C12.098 19.02 9.365 20 8.309 20z" fill="white"/><rect x="0" y="0" width="20" height="20" fill="rgba(0,0,0,0)"/></svg>');
    display: block;
    width: 12px;
    height: 12px;
    margin-bottom: 4px;
}

.source .icon.chromecast::before {
    content: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="24" height="24" preserveAspectRatio="xMidYMid meet" viewBox="0 0 32 32"><path d="M27.989 4H4a2.67 2.67 0 0 0-2.67 2.67v3.995H4V6.67h23.989v18.66h-9.324V28H28a2.67 2.67 0 0 0 2.67-2.67V6.67A2.67 2.67 0 0 0 28 4zM1.33 23.974v3.995h3.994a3.995 3.995 0 0 0-3.995-3.995zm0-5.33v2.669a6.664 6.664 0 0 1 6.665 6.666V28h2.67c.006-5.149-4.163-9.328-9.313-9.335h-.021zm0-5.33v2.67c6.625-.006 12 5.359 12.005 11.984v.031h2.67c-.029-8.091-6.584-14.642-14.675-14.665z" fill="rgba(255,255,255,0.25)"/><rect x="0" y="0" width="32" height="32" fill="rgba(0,0,0,0)"/></svg>');
    display: block;
    width: 24px;
    height: 24px;
}

.source .icon.airplay::before {
    content: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="24" height="24" preserveAspectRatio="xMidYMid meet" viewBox="0 0 24 24"><path d="M6 22h12l-6-6z" fill="rgba(255,255,255,0.25)"/><path d="M21 3H3c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h4v-2H3V5h18v12h-4v2h4c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2z" fill="rgba(255,255,255,0.25)"/><rect x="0" y="0" width="24" height="24" fill="rgba(0,0,0,0)"/></svg>');
    display: block;
    width: 24px;
    height: 24px;
}

.source.tt {
    border: 1px solid var(--tt-color);
}

/* ====================
    Source Placeholder
   ==================== */

@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,0.2);
}

.source.placeholder .play-circle::after {
    border-color: transparent transparent transparent rgba(0,0,0,0.2);
}

.source.placeholder .logo {
    width: 80px;
    height: 22px;
    background: rgba(0,0,0,0.2);
    margin: 0 0 11px 0;
}

.source.placeholder .label {
    width: 110px;
    height: 15px;
    background: rgba(0,0,0,0.2);
}

.source.placeholder .icons .info {
    border-color: rgba(0,0,0,0.2);
}

.source.placeholder .icons .info::before {
    content: url('data:image/svg+xml; utf8, <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="12" height="12" preserveAspectRatio="xMidYMid meet" viewBox="0 0 20 20"><path d="M12.432 0c1.34 0 2.01.912 2.01 1.957c0 1.305-1.164 2.512-2.679 2.512c-1.269 0-2.009-.75-1.974-1.99C9.789 1.436 10.67 0 12.432 0zM8.309 20c-1.058 0-1.833-.652-1.093-3.524l1.214-5.092c.211-.814.246-1.141 0-1.141c-.317 0-1.689.562-2.502 1.117l-.528-.88c2.572-2.186 5.531-3.467 6.801-3.467c1.057 0 1.233 1.273.705 3.23l-1.391 5.352c-.246.945-.141 1.271.106 1.271c.317 0 1.357-.392 2.379-1.207l.6.814C12.098 19.02 9.365 20 8.309 20z" fill="rgba(0,0,0,0.25)"/><rect x="0" y="0" width="20" height="20" fill="rgba(0,0,0,0)"/></svg>');
}

/* =========
    Trailer
   ========= */

.trailer .wrapper {
    position: relative;
    padding-bottom: 56.25%;
}

.trailer #trailer-player {
    position: absolute;
    width: 100%;
    height: 100%;
}

/* =======
    Clips
   ======= */

.clips .cards {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    position: relative;
    grid-gap: 32px;
}

.clip {
    background: rgba(0,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,0.1);
    padding: 14px 16px 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,0.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,0.3);
    border-radius: 100vw;
    margin-top: 32px;
    cursor: pointer;
    font-size: 110%;
    font-weight: 600;
    text-transform: uppercase;
    transition: border-color 0.2s, background 0.2s;
}

.clips .more:hover {
    border-color: #fe8818;
}

.clips .more::after {
    content: 'View More';
}

.clips.loading .more {
    background: rgba(0,0,0,0.2);
    border: 2px solid rgba(0,0,0,0);
}

.clips.loading .more::after {
    content: '';
}

.clips.no-more .more {
    display: none;
}

/* =====================
    Inline Video Player
   ===================== */

.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::after {
    content: '';
    display: flex;
    position: absolute;
    align-items: center;
    justify-content: center;
    height: 58px;
    width: 58px;
    border-radius: 100%;
    border: 6px solid white;
    box-sizing: border-box;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    background: url(https://cfm.yidio.com/mobile/img/ico-play.png) no-repeat center;
    background-size: 50%;
    background-color: rgba(0,0,0,0.3);
    pointer-events: none;
    font-size: 3em;
    line-height: 1.55em;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: opacity 200ms;
}

.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: white;
    font-size: 14px;
    font-weight: 600;
    padding: 12px 14px 16px 14px;
    opacity: 0;
    visibility: hidden;
}

.vjs-has-started .vjs-title {
    visibility: visible;
    opacity: 1;
    transition: visibility 0.1s, opacity 0.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 0.1s !important;
}

.vjs-ad-playing.vjs-user-inactive:not(.vjs-ima3-paused) .vjs-ad-control-bar {
    opacity: 0 !important;
    transition: opacity 1s !important;
}

/* =========
    Details
   ========= */

section.details .description,
section.details .where-to-watch {
    line-height: 1.35em;
    margin-bottom: 48px;
}

section.details .description p:not(:first-child) {
    margin-top: 16px;
}

section.details .description h2 {
    margin-top: 16px;
    margin-bottom: -8px;
}

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: 0.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: 0.75;
}

section.details a:hover {
    filter: brightness(150%);
}

section.details .value .count {
    font-size: 80%;
}

/* =================
    Browse sections
   ================= */

.browse-sections {
    background: rgba(0,0,0,0.2);
}

.browse-sections section > .title {
    color: white;
}

.slideshow .slide {
    background: rgba(0,0,0,0.3);
}

.slideshow .slide .content {
    background: rgba(255,255,255,0.1);
    color: white;
}

.slideshow .slide:hover .content .title {
    color: var(--highlight-link);
}

.slideshow .controls div {
    background: var(--highlight-link);
}

/* =============
    Episode Nav
   ============= */

.episode-nav {
    display: flex;
    flex-direction: row;
    justify-content: center;
    position: relative;
    margin: 0 60px 48px 60px;
    padding-top: 48px;
    border-top: 1px solid rgba(0,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
   ================= */

.overlay.loading {
    display: block;
    position: fixed;
    background: rgba(233,233,233, 0.4);
    z-index: 100;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    animation: fadein 0.3s;
    cursor: default;
}

/* ========
    Footer
   ======== */

footer {
    background: rgba(var(--bg-r),var(--bg-g),var(--bg-b),1);
}

footer .links {
    background: rgba(0,0,0,0.6);
}

/* ==========================
    Media Query -  Min width
   ========================== */

@media only screen and (max-width: 1024px) {

    nav.page {
        font-size: 82%;
    }

    .button.border .icon::after {
        transform: scale(0.90);
    }

    .tt.provider.question.horz .trial .button {
        min-width: 16vw;
    }

    .episode .tt.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 Query - Max masthead
   ============================ */

@media only screen and (min-width: 1440px) {

    .masthead {
        font-size: 1.1em;
    }

    .masthead .content {
        padding: 144px 60px 0 60px;
    }

    .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 Query - Side-by-side Masthead
   =====================================

@media only screen and (min-width: 1600px) {

	.masthead {
		height: 60vh;
	}

	.masthead .content {
		width: 100%;
		box-sizing: border-box;
		padding: 0 45vw 0 60px;
		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) 70%, rgba(var(--bg-r),var(--bg-g),var(--bg-b),1) 100%);
		align-items: flex-end;
	}

	.masthead .poster {
		height: 300px;
		width: 200px;
	}

	.masthead .details {
		padding: 0;
	}

	.masthead .details .description.has-more {
		-webkit-line-clamp: 5;
		max-height: 7em;
	}

	.masthead .background {
		box-sizing: border-box;
		padding-left: 35vw;
	}

	.masthead .background img {
		flex-grow: 0;
		max-width: auto;
		width: 100%;
	}

	.masthead .background::after {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: linear-gradient(to right, rgba(var(--bg-r),var(--bg-g),var(--bg-b),1) 0, rgba(var(--bg-r),var(--bg-g),var(--bg-b),1) 40%, rgba(var(--bg-r),var(--bg-g),var(--bg-b),0) 100%);
	}

}

/* ========================================
    Media Query - Right column provider ad
   ======================================== */

@media only screen and (max-width: 1600px) {

    .tt.provider.vert  {
        max-width: 300px;
    }

}

/* ================================
    Media Query - MDPI provider ad
   ================================ */

@media only screen and (min-width: 1025px) and (max-width: 1280px) {

    .episodes .tt.provider.question .reply.no .text {
        font-size: 1.5vw;
    }

    .episodes .tt.provider.question .reply.yes .text {
        font-size: 1.3vw;
    }

    .episodes .tt.provider.question[data-provider-id="60"] .reply.yes .text {
        font-size: 1.1vw;
    }

    .show .tt.provider.bullets.vert {
        width: 270px;
    }

    .tt.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;
    }

    .tt.vert[data-provider-id="390"] .button {
        font-size: 0.85vw;
    }

}

/* ===============================
    Media Query - Max provider ad
   =============================== */

@media only screen and (min-width: 1600px) {

    /* Provider Ad - Question (Horizontal) */

    .tt.provider.question.horz .trial,
    .episodes .tt.provider.question.horz .trial {
        padding: 48px 80px;
    }

    .tt.provider.question.horz .trial .button {
        padding-left: 64px;
        padding-right: 64px;
        min-width: none;
    }

    .tt.provider.question.horz .logo,
    .tt.provider.bullets.vert .logo,
    .tt.provider.question.horz .text {
        height: 90px;
        margin-top: -28px;
        margin-bottom: 16px;
    }

    .tt.provider.question.horz .question,
    .tt.provider.question.horz .reply,
    .episodes .tt.provider.question.horz .question,
    .episodes .tt.provider.question.horz .reply {
        padding-right: 80px;
    }

    .tt.provider.question.horz .reply.yes .text {
        font-size: 160%;
    }

    /* Provider Ad - Vertical Bullets */

    .tt.provider.bullets.vert .trial {
        padding: 48px;
    }

    .tt.provider.bullets.vert li {
        margin-bottom: 48px;
    }

    .tt.provider.bullets.vert li img {
        margin-bottom: 8px;
    }

}

/* =========================
    Media Query - Max width
   ========================= */

@media only screen and (min-width: 1920px) {

    .masthead {
        max-height: 960px;
    }

    .page-content .column:nth-child(1) {
        width: 100%;
    }

    .no-sources {
        min-width: auto;
    }
    nav.page .sections label{
        height:4vw;
    }
}