@charset "UTF-8";.layout-wrapper{display:flex;flex-direction:column;min-height:100vh;min-height:calc(var(--vh, 1vh) * 100);width:100%;position:relative;overflow-x:hidden}.main{flex:1;display:flex;flex-direction:column;width:100%;overflow-x:hidden}.header{position:fixed;top:0;left:0;right:0;display:flex;height:var(--header-height);padding:0 var(--page-padding-left-right);justify-content:space-between;align-items:center;width:100%;box-sizing:border-box;z-index:800;max-width:100vw}.top-nav{display:flex;position:relative;gap:var(--space-base);z-index:100}.header-link{display:flex;align-items:center}.top-nav{display:flex;gap:16px;align-items:center}body.menu-open{overflow:hidden}.menu-area{position:fixed;inset:0;z-index:99;display:block;background:#0006;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);font-family:var(--font-family-body);opacity:0;visibility:hidden;transition:opacity var(--animation-duration-fast) var(--animation-easing-smooth),visibility var(--animation-duration-fast) var(--animation-easing-smooth);overflow:hidden}.menu-area.open{opacity:1;visibility:visible}.menu-area.closed{opacity:0;visibility:hidden;pointer-events:none}.menu-content{position:absolute;top:0;right:0;width:100%;max-width:100%;height:100vh;display:flex;flex-direction:column;padding-top:calc(var(--header-height) + var(--space-xs));background-color:color-mix(in srgb,var(--bg-raised) 95%,black);border-left:1px solid var(--outline-default);box-shadow:var(--shadow-default);overflow-y:auto;transform:translate(100%);transition:transform var(--animation-duration-medium) var(--animation-easing-smooth)}.menu-area.open .menu-content{transform:translate(0)}.menu-area.closed .menu-content{transform:translate(100%)}.menu-section{display:flex;flex-direction:column;gap:var(--space-xs);padding:var(--space-base) 0;width:100%}.welcome-text{color:var(--glyph-primary);text-indent:-.02em;font-size:1.7rem;font-weight:600;padding:0 var(--space-base)}.section-label{color:var(--glyph-secondary);font-size:var(--font-size-body);padding:0 var(--space-base);margin-bottom:0}@keyframes fadeSlideIn{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}.menu-section>*{animation:fadeSlideIn .2s ease-out forwards}@media (min-width: 640px){.menu-content{max-width:360px}}@media (min-width: 1024px){.menu-content{max-width:360px}}.menu-button{width:100%;padding:var(--space-base);background-color:transparent;border:none;border-radius:0;cursor:pointer;color:var(--glyph-primary);text-align:left;line-height:1.4;display:flex;align-items:center;justify-content:flex-start;transition:background-color var(--animation-duration-medium) var(--animation-easing-smooth),color var(--animation-duration-medium) var(--animation-easing-smooth);position:relative;min-height:48px}.menu-button:hover:not(:disabled){background-color:var(--bg-raised-hover);color:var(--glyph-primary)}.menu-button svg{margin-right:var(--space-base);width:20px;height:20px}.menu-buttons-container{display:flex;flex-direction:column;width:100%;margin-bottom:0;background-color:transparent;border-top:1px solid var(--outline-default);border-bottom:1px solid var(--outline-default);border-radius:0;overflow:hidden;margin-left:0;animation:fadeIn .3s var(--animation-easing-smooth) forwards}.menu-buttons-container .menu-button:first-child{border-top:none}.menu-buttons-container .menu-button:not(:last-child){border-bottom:1px solid var(--outline-default)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.menu-button svg[style*="margin-left: auto"]{min-width:16px;height:16px;color:var(--glyph-secondary)}.menu-button:hover svg[style*="margin-left: auto"]{color:var(--glyph-primary)}.easy-mode-active{position:relative;overflow:hidden;border-right:4px solid var(--glyph-success);border-left:none}.easy-mode-highlight{content:"";position:absolute;inset:0;background-color:var(--highlight-overlay);transform-origin:right;animation:easyModeShimmer var(--animation-duration-slow) var(--animation-easing-smooth) forwards;pointer-events:none;z-index:1}@keyframes easyModeShimmer{0%{transform:scaleX(0);opacity:0}30%{transform:scaleX(1);opacity:.6}to{transform:scaleX(1);opacity:0}}.menu-button.back-button{background-color:var(--bg-subtle);font-weight:500;border-bottom:1px solid var(--outline-default)}.menu-button.back-button:hover{background-color:var(--bg-subtle-hover)}.profile-section{padding-top:var(--space-base);padding-bottom:var(--space-base)}.menu-button.profile-button{padding:var(--space-base);min-height:80px;display:block}.profile-button-content{display:flex;align-items:center}.profile-avatar{width:40px;height:40px;border-radius:50%;background-color:var(--bg-subtle);display:flex;align-items:center;justify-content:center;margin-right:var(--space-base);color:var(--glyph-primary);flex-shrink:0}.profile-info{display:flex;flex-direction:column;flex-grow:1;overflow:hidden}.profile-label{font-weight:600;font-size:1.1rem;color:var(--glyph-primary);margin-bottom:4px}.profile-email{font-size:.85rem;color:var(--glyph-secondary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.profile-icon{color:var(--glyph-secondary)}.menu-button:hover .profile-icon{color:var(--glyph-primary)}.profile-avatar svg{width:20px!important;height:20px!important;margin-right:0!important;transform:scale(2.8);transform-origin:center}.user-avatar-image{width:100%;height:100%;object-fit:cover;border-radius:50%}.fallback-icon{width:100%;height:100%;background-color:var(--bg-subtle);border-radius:50%;display:flex;align-items:center;justify-content:center;position:relative}.fallback-icon:after{content:"";position:absolute;width:60%;height:60%;background-color:var(--glyph-primary);mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 3c1.66 0 3 1.34 3 3s-1.34 3-3 3-3-1.34-3-3 1.34-3 3-3zm0 14.2c-2.5 0-4.71-1.28-6-3.22.03-1.99 4-3.08 6-3.08 1.99 0 5.97 1.09 6 3.08-1.29 1.94-3.5 3.22-6 3.22z'/%3E%3C/svg%3E");mask-repeat:no-repeat;mask-position:center;mask-size:contain}.admin-theme-selector{position:relative;width:100%;display:flex;align-items:center;padding:var(--space-base);background-color:transparent;border:none;border-radius:0;color:var(--glyph-primary);text-align:left;line-height:1.4;justify-content:flex-start;transition:background-color var(--animation-duration-medium) var(--animation-easing-smooth),color var(--animation-duration-medium) var(--animation-easing-smooth);min-height:48px}.admin-theme-selector:hover{background-color:var(--bg-raised-hover);color:var(--glyph-primary)}.admin-theme-selector svg{margin-right:var(--space-base);width:20px;height:20px;flex-shrink:0}.admin-theme-selector .theme-dropdown{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;border:none;color:var(--glyph-primary);font-size:inherit;font-family:inherit;width:100%;cursor:pointer;outline:none;padding:0}.admin-theme-selector .theme-dropdown:focus{outline:none}.admin-theme-selector:after{content:"▼";font-size:12px;color:var(--glyph-secondary);position:absolute;right:var(--space-base);top:50%;transform:translateY(-50%);pointer-events:none}.tutorial-scrim{position:fixed;inset:0;background-color:var(--bg-primary);opacity:0;z-index:900;display:flex;align-items:flex-end;justify-content:center;padding-bottom:2rem;animation:scrimFadeIn .6s cubic-bezier(.4,0,.2,1) forwards}.tutorial-scrim-text{color:var(--glyph-primary);font-size:1.5rem;opacity:0;z-index:950;animation:textFadeIn 1.5s ease-out 1.3s forwards}@keyframes scrimFadeIn{0%{opacity:0}to{opacity:.9}}@keyframes textFadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:.8;transform:translateY(0)}}.tag-pill{display:inline-flex;align-items:center;justify-content:center;height:48px;padding:1px var(--space-base) 0 var(--space-base);border-radius:24px;background-color:var(--bg-secondary);color:var(--glyph-secondary);box-shadow:var(--tag-pill-shadow, var(--shadow-secondary));border:1px solid var(--outline-default);cursor:pointer;font-family:var(--font-family-body);font-size:var(--font-size-body);text-decoration:none;line-height:1em;white-space:nowrap;transition:background-color .2s,border-color .2s,box-shadow .2s;gap:8px;opacity:0;animation:tagPillFadeIn .3s ease-out forwards}.tag-pill:hover{background-color:var(--bg-raised-hover, #f0f0f0);border-color:var(--outline-hover, #bbbbbb);box-shadow:var(--shadow-secondary, 0 2px 4px rgba(0, 0, 0, .1));color:var(--glyph-primary)}.tag-pill:focus{outline:none;box-shadow:0 0 0 2px var(--outline-hover, #bbbbbb)}.tag-pill-icon{width:20px;height:20px;color:var(--glyph-secondary);opacity:.9;transition:transform .2s ease-out}.tag-pill:hover .tag-pill-icon{transform:scale(1.1)}@keyframes tagPillFadeIn{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}.tag-pills-container{display:flex;flex-wrap:wrap;align-content:flex-start;gap:var(--space-xs);margin:var(--space-xs) 0 var(--space-xs) -2px;min-height:calc(44px * 4 + var(--space-xs) * 3)}.topic-label{display:flex;align-items:center;margin-right:10px;margin-left:2px;height:44px;color:var(--glyph-secondary)}.full-width-break{flex-basis:100%;height:0;margin:0;padding:0}@media (min-width: 640px){.tag-pills-container{min-height:calc(44px * 3 + var(--space-xs) * 2)}}@media (min-width: 1024px){.tag-pills-container{min-height:calc(44px * 2 + var(--space-xs))}}.tooltip{position:absolute;bottom:calc(100% + 8px);padding:0;background-color:var(--bg-raised);border:0;border-radius:6px;font-size:var(--font-size-body);font-weight:400;color:var(--glyph-secondary);pointer-events:none;opacity:0;visibility:hidden;transition:opacity .2s ease-out;z-index:1000;box-shadow:var(--shadow-tooltip);white-space:normal;width:0;min-width:0;max-width:0;line-height:1.4;text-align:center;word-wrap:break-word;overflow-wrap:break-word;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;cursor:default;overflow:hidden;max-height:0;margin:0}.tooltip.visible{opacity:1;visibility:visible;overflow:visible;width:max-content;min-width:120px;max-width:min(240px,calc(100vw - 32px));max-height:none;padding:6px 12px;border:1px solid var(--outline-alt)}.tooltip.position-center{left:50%;transform:translate(-50%)}.tooltip.position-left{left:0;transform:translate(0)}.tooltip.position-right{right:0;transform:translate(0)}.tooltip:after{content:"";position:absolute;top:100%;border-width:5px;border-style:solid;border-color:var(--bg-raised) transparent transparent transparent}.tooltip.position-center:after{left:50%;transform:translate(-50%)}.tooltip.position-left:after{left:20%;transform:translate(-50%)}.tooltip.position-right:after{right:20%;transform:translate(50%)}.trivia-question{display:flex;flex-direction:column}.question-text{text-wrap:balance;line-height:clamp(.95em,5vw + .3em,1.2em);margin-bottom:8px}@supports not (text-wrap: balance){.question-text{display:inline-block}}.breadcrumbs{display:flex;flex-wrap:wrap;gap:4px;margin-bottom:var(--space-base);align-items:center}.tooltip-wrapper{position:relative;display:inline-flex;align-items:center}.tag-label{display:inline-flex;align-items:center;gap:6px;line-height:100%;font-size:var(--tag-label-font-size, var(--font-size-body));font-family:var(--font-family-body);font-weight:500;padding:var(--tag-label-padding-top, .25rem) var(--tag-label-padding-leftright, .75rem) var(--tag-label-padding-bottom, .25rem);border-radius:var(--tag-label-border-radius, 4px);background-color:var(--bg-raised);color:var(--glyph-primary);text-transform:capitalize;text-decoration:none;transition:all .2s ease-in-out;cursor:pointer;width:fit-content;min-width:var(--tag-label-min-width, 42px);min-height:var(--tag-label-min-height, 42px);border:var(--tag-label-border, 1px solid transparent)}.tag-label.icon-only{padding:.25rem;width:42px;height:42px;justify-content:center;background-color:var(--bg-raised);color:var(--glyph-secondary)}.tag-label.history-logo-simple{display:inline-flex;align-items:center;background:none;border:none;padding:0;text-decoration:none;cursor:pointer}.tag-label.history-logo-simple:hover{transform:none;background:none;opacity:.8}.tag-label:hover{transform:var(--tag-label-hover-transform, translateY(-1px));color:var(--tag-label-hover-color, var(--glyph-primary));background-color:var(--tag-label-hover-bg, var(--bg-raised-hover));opacity:1}.tag-icon{width:22px;height:22px;opacity:.9;flex-shrink:0}.breadcrumb-separator{margin:0 4px;opacity:.6;color:var(--glyph-primary);font-weight:300}.card{width:100%;transition:opacity .15s ease-out}.card--loading{opacity:0}.card__grid{display:grid;grid-template-columns:1fr;gap:0;background-color:transparent;border:1px solid var(--outline-default);border-radius:12px;overflow:hidden;margin-left:-2px;transition:border-color .3s ease}.card__grid--game-over{border-color:var(--glyph-critical);border-width:2px}.card__grid--first-try{border-color:var(--glyph-success);border-width:2px}.card__button{padding:var(--space-base);background-color:var(--bg-raised);border:none;border-radius:0;cursor:pointer;width:100%;min-height:58px;height:auto;color:var(--glyph-primary);text-align:left;word-break:break-word;white-space:normal;line-height:1.4;display:flex;align-items:center;justify-content:flex-start;padding-right:130px;transition:background-color var(--animation-duration-medium) var(--animation-easing-smooth),color var(--animation-duration-medium) var(--animation-easing-smooth);position:relative}.card__button:not(:last-child){border-bottom:1px solid var(--outline-default)}.card__button:hover:not(:disabled){background-color:var(--bg-raised-hover)}[data-theme="Light Theme"] .card__grid:hover .card__button:not(:hover):not(:disabled){background-color:color-mix(in srgb,var(--bg-raised) 50%,transparent)}[data-theme="Dark Theme"] .card__grid:hover .card__button:not(:hover):not(:disabled){background-color:color-mix(in srgb,var(--bg-raised) 80%,transparent)}.card__button--disabled{color:var(--glyph-disabled)}.card__button--correct{background-color:var(--correct-answer-bg);color:var(--bg-primary);overflow:hidden}.card__button--incorrect{background-color:transparent;text-decoration:line-through;text-decoration-color:var(--glyph-disabled);text-decoration-thickness:2px}.card__feedback-icon{position:absolute;right:var(--space-base);top:50%;transform:translateY(-50%);line-height:0;animation:fadeInScale var(--animation-duration-fast) var(--animation-easing-smooth) forwards}.card__feedback-text{position:absolute;top:50%;transform:translateY(-50%);animation:fadeInSlide var(--animation-duration-medium) var(--animation-easing-bounce) forwards;font-size:var(--font-size-body)}.card__button--correct .card__feedback-icon{color:var(--bg-primary);font-size:22px}.card__button--correct .card__feedback-text{right:44px;color:var(--glyph-inverted)}.card__button--correct.card__button--skipped .card__feedback-text{display:none}.card__highlight{content:"";position:absolute;inset:0;background-color:var(--highlight-overlay);transform-origin:left;animation:slideHighlight var(--animation-duration-slow) var(--animation-easing-smooth) forwards}.card__button--incorrect .card__feedback-icon,.card__button--last-incorrect .card__feedback-icon{color:var(--glyph-critical);font-size:32px}.card__button--incorrect .card__feedback-text,.card__button--last-incorrect .card__feedback-text{right:48px;color:var(--glyph-primary)}.card--show-feedback .card__button--last-incorrect .card__feedback-icon:not(.keep-visible),.card--show-feedback .card__button--last-incorrect .card__feedback-text:not(.keep-visible){display:none}.card__button--incorrect .card__feedback-icon.keep-visible,.card__button--incorrect .card__feedback-text.keep-visible{display:inline;z-index:2}@media (min-width: 768px){.card__grid{grid-template-columns:repeat(2,1fr);gap:1px}.card--has-long-answer .card__grid{grid-template-columns:1fr;gap:0}.card__button:not(:last-child){border-bottom:none}}@keyframes fadeInScale{0%{opacity:0;transform:translateY(-50%) scale(.5)}to{opacity:1;transform:translateY(-50%) scale(1)}}@keyframes fadeInSlide{0%{opacity:0;transform:translateY(-50%) translate(5px)}to{opacity:1;transform:translateY(-50%) translate(0)}}.feedback-card{width:100%;transition:opacity .15s ease-out}.feedback-grid{display:grid;grid-template-columns:1fr;gap:0;background-color:transparent;border:1px solid var(--outline-default);border-radius:12px;overflow:hidden;margin-left:-2px}.feedback-button{padding:var(--space-base);background-color:var(--bg-raised);border:none;border-radius:0;cursor:pointer;width:100%;min-height:58px;height:auto;color:var(--glyph-primary);text-align:left;word-break:break-word;white-space:normal;line-height:1.4;display:flex;align-items:center;justify-content:flex-start;transition:background-color var(--animation-duration-medium) var(--animation-easing-smooth),color var(--animation-duration-medium) var(--animation-easing-smooth)}.feedback-button:not(:last-child){border-bottom:1px solid var(--outline-default)}.feedback-button:hover:not(:disabled){background-color:var(--bg-raised-hover)}.feedback-button.disabled{color:var(--glyph-disabled)}@media (min-width: 768px){.feedback-grid{grid-template-columns:repeat(2,1fr);gap:1px}.has-long-answer .feedback-grid{grid-template-columns:1fr;gap:0}.feedback-button:not(:last-child){border-bottom:none}}@keyframes fadeInScale{0%{opacity:0;transform:scale(.5)}to{opacity:1;transform:scale(1)}}@keyframes slideHighlight{0%{transform:scaleX(0);opacity:0}50%{transform:scaleX(1);opacity:1}to{transform:scaleX(1);opacity:0}}.feedback-option{display:flex;align-items:center;gap:var(--space-base)}.feedback-option.selected{background-color:var(--bg-raised-hover)}.feedback-option .checkbox{width:24px;height:24px;border:2px solid var(--outline-default);border-radius:6px;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .1s var(--animation-easing-smooth);position:relative;background-color:var(--glyph-disabled)}.feedback-option:hover .checkbox{border-color:var(--glyph-primary)}.feedback-option.selected .checkbox{background-color:var(--glyph-primary);border-color:var(--glyph-primary)}.feedback-option .checkmark{color:var(--bg-primary);font-size:16px;font-weight:700;height:16px;width:16px;display:flex;align-items:center;justify-content:center;animation:fadeInScale .1s var(--animation-easing-smooth) forwards}.trivia-controls{display:flex;justify-content:center;align-items:center;padding:1rem;background:var(--surface-primary);transition:opacity .15s ease-out;margin:0}.control-buttons{display:flex;gap:1rem;align-items:center;opacity:1;transition:opacity .15s ease-out}.control-buttons:not(:empty){margin-left:1rem}.control-buttons button{transition:transform .15s ease-out,opacity .15s ease-out}.control-buttons button[aria-pressed=true]{transform:scale(.95)}.sticky-controls{position:sticky;bottom:0;z-index:10}.fun-fact-container{width:100%;position:relative}.fun-fact{opacity:0;transform:translateY(10px);transition:all .3s ease-out;height:0;overflow:hidden;pointer-events:none;flex-shrink:0;width:100%;line-height:clamp(1.05em,2.2vw + .5em,1.6em)}.fun-fact p{margin:0;padding:0;width:100%;line-height:clamp(1.05em,2.2vw + .5em,1.6em);word-wrap:break-word}.fun-fact-visible{opacity:1;transform:translateY(0);height:var(--content-height);pointer-events:auto;margin-bottom:.75rem}.fun-fact-measure{position:absolute;visibility:hidden;height:auto;pointer-events:none;z-index:-1;width:100%}@keyframes shimmer{0%{background-position:-1000px 0}to{background-position:1000px 0}}.skeleton-base{background:var(--skeleton-shimmer);background-size:1000px 100%;animation:shimmer 2s infinite linear}.skeleton-tag{width:120px;height:32px;border-radius:4px;margin-bottom:var(--space-base);background:var(--skeleton-shimmer);background-size:1000px 100%;animation:shimmer 2s infinite linear}.skeleton-question{width:100%;height:72px;border-radius:8px;margin-bottom:8px;background:var(--skeleton-shimmer);background-size:1000px 100%;animation:shimmer 2s infinite linear}.skeleton-card{width:100%}.skeleton-grid{display:grid;grid-template-columns:1fr;gap:1px;background-color:var(--outline-default);border-radius:12px;overflow:hidden}.skeleton-answer{position:relative;padding:var(--space-base);background-color:var(--bg-raised);min-height:58px;pointer-events:none}.skeleton-text{width:80%;height:24px;border-radius:4px;background:var(--skeleton-shimmer);background-size:1000px 100%;animation:shimmer 2s infinite linear}@media (min-width: 768px){.skeleton-question{height:96px}.skeleton-grid{grid-template-columns:repeat(2,1fr)}}.daily-challenge-game{display:flex;flex-direction:column;width:100%;max-width:var(--container-width);margin:0;padding:38px 0 40px;gap:var(--space-base);min-height:min(100vh,auto);overflow-anchor:none}.daily-challenge-question-area{display:flex;flex-direction:column;justify-content:flex-end;overflow-anchor:none;transition:opacity .2s ease-out}.daily-challenge-question-area.feedback-mode{opacity:0}.daily-challenge-interaction-area{display:flex;flex-direction:column;gap:var(--space-base)}.daily-challenge-controls{display:flex;justify-content:center;gap:1rem;margin-top:1rem}.daily-challenge-fun-fact{margin-top:1rem;padding:1rem;background-color:var(--bg-secondary, rgba(240, 240, 240, .5));border-radius:.5rem;border:1px solid var(--outline-default, #e0e0e0)}.game-metrics{display:flex;justify-content:space-between;margin-bottom:1rem}.daily-challenge-message{text-align:center;padding:var(--space-large);color:var(--glyph-secondary)}.daily-challenge-message.error{color:var(--glyph-negative)}.challenge-stats{margin-top:1rem;padding:1rem;background-color:var(--bg-secondary, rgba(240, 240, 240, .5));border-radius:.5rem;border:1px solid var(--outline-default, #e0e0e0)}.daily-challenge-metrics{width:100%;display:flex;flex-direction:column;align-items:flex-end;min-height:40px;cursor:default}.question-indicators{display:flex;justify-content:flex-end;gap:.5rem;font-size:1.5rem}.question-indicator{display:inline-block}.daily-challenge-completion-summary{max-width:600px;margin:0 auto;padding:1.5rem 0;text-align:center;width:100%}.daily-challenge-completion-summary h2{font-size:var(--font-size-heading);color:var(--glyph-primary);margin-bottom:1rem;font-weight:300}.completion-stats{display:inline-grid;grid-template-columns:1fr;align-items:center;border:1px solid var(--outline-default);border-radius:12px;overflow:hidden;background-color:var(--bg-raised);margin:1.5rem 0;padding:0 var(--space-xl)}.completion-stat-item{display:flex;flex-direction:column;align-items:center;text-align:center;padding:var(--space-base)}.completion-stat-item:not(:last-child){border-right:none}.stat-label{font-size:var(--font-size-body);font-weight:400;margin:0;color:var(--glyph-secondary);line-height:1;margin-top:-.25rem}.stat-value{font-size:4rem;font-weight:600;color:var(--glyph-primary);letter-spacing:-.05em}.daily-challenge-completion-summary p{color:var(--glyph-secondary);margin:1rem 0}.new-game-container{display:flex;justify-content:center;gap:var(--space-xs);flex-wrap:wrap}.copy-notification{position:fixed;top:20%;left:50%;transform:translate(-50%);background-color:var(--bg-inverted);color:var(--glyph-inverted);font-size:var(--font-size-body);padding:var(--space-xs) var(--space-base);border-radius:40px;text-align:center;box-shadow:var(--shadow-tooltip);animation:toastFadeIn var(--animation-duration-fast) var(--animation-easing-smooth);z-index:1000;min-width:200px}@keyframes toastFadeIn{0%{opacity:0;transform:translate(-50%,-20px)}to{opacity:1;transform:translate(-50%)}}.inputContainer{display:flex;flex-direction:column;width:100%;margin-bottom:16px}.inputLabel{font-size:var(--font-size-body);color:var(--glyph-primary);margin-bottom:8px;font-weight:500}.requiredAsterisk{color:var(--glyph-error);margin-left:2px}.wrapper{margin-bottom:16px;width:100%;position:relative}.inputField{height:46px;width:100%;padding:12px;border:1px solid var(--outline-default);border-radius:8px;background:var(--bg-input);color:var(--glyph-primary);font-size:var(--font-size-body);text-align:left;box-sizing:border-box}.inputField:focus{outline:none;border-color:var(--outline-hover);box-shadow:0 0 0 1px var(--outline-hover)}.inputField.hasRightControls{border-radius:8px 0 0 8px;border-right:none}.inputField.dateInput{cursor:pointer}.modernInput{height:46px;width:100%;padding:12px;border:1px solid var(--outline-default);border-radius:8px;background:var(--bg-input);color:var(--glyph-primary);font-size:var(--font-size-body);font-family:var(--font-family-body);box-sizing:border-box}.modernInput:focus{outline:none;border-color:var(--outline-hover);box-shadow:0 0 0 1px var(--outline-hover)}.textArea{width:100%;min-height:100px;padding:12px;border:1px solid var(--outline-default);border-radius:8px;background:var(--bg-input);color:var(--glyph-primary);font-size:var(--font-size-body);font-family:var(--font-family-body);resize:vertical;box-sizing:border-box}.textArea:focus{outline:none;border-color:var(--outline-hover);box-shadow:0 0 0 1px var(--outline-hover)}.controlButton{padding:0 12px;height:46px;border:1px solid var(--outline-default);background:var(--bg-input-control);cursor:pointer;color:var(--glyph-primary);font-size:var(--font-size-body);display:flex;align-items:center;justify-content:center;box-sizing:border-box;border-left:none}.controlButton:hover{background:var(--bg-input-control-hover, var(--bg-subtle))}.controlButton:active{background:var(--bg-input-control-active, var(--bg-primary))}.rightmostButton{border-radius:0 8px 8px 0}.calendarButton{width:46px;padding:0}.inputField.hasRightControls:focus+.controlButton,.inputField.hasRightControls:focus~.controlButton{border-color:var(--outline-hover)}.innerWrapper{display:flex;align-items:stretch;width:100%}.innerWrapper>.inputField.hasRightControls{flex:1}.innerWrapper>.controlButton{flex:0 0 auto}.datePickerContainer{position:absolute;top:46px;left:0;z-index:100;background:var(--bg-raised);border:1px solid var(--outline-default);border-radius:8px;padding:8px;box-shadow:0 4px 12px #00000026;margin-top:4px}.visibleDateInput{height:46px;padding:12px;border:1px solid var(--outline-default);border-radius:8px;background:var(--bg-input);color:var(--glyph-primary);font-size:var(--font-size-body);width:100%;min-width:240px;box-sizing:border-box}.fieldError{color:var(--glyph-error);font-size:var(--font-size-small);margin-top:4px}@media (max-width: 600px){.modernInput,.textArea,.inputField,.controlButton{width:100%;border-radius:8px}.innerWrapper{flex-direction:column;height:auto;gap:8px}.datePickerContainer{width:100%}}.partnerships-page{background:var(--bg-primary);color:var(--glyph-secondary)}.partnerships-container{width:var(--container-width);margin:0 auto;padding:0 var(--page-padding-left-right)}.hero{margin-top:var(--header-height);padding-top:16vh;text-align:left}.pillars-container{display:grid;grid-template-columns:1fr;gap:var(--space-xl);margin:20vh -2px var(--space-xl) -2px}@media (min-width: 768px){.pillars-container{grid-template-columns:1fr 1fr}}.pillar{background:var(--bg-raised);padding:var(--space-xl);border-radius:12px;box-shadow:var(--shadow-default)}.bullet-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:var(--space-base)}.bullet-list li{display:flex;align-items:center;gap:var(--space-base);font-size:var(--font-size-body);line-height:1.4}.bullet-list svg{flex-shrink:0;width:24px;height:24px}.icon-problem{color:var(--glyph-critical)}.icon-solution{color:var(--glyph-success)}.offerings{background-color:var(--bg-subtle);padding-top:calc(14vh + var(--space-xl));padding-bottom:calc(2vh + var(--space-xl));margin-top:-10vh}.offerings h2{font-size:var(--font-size-heading);font-weight:600;margin-bottom:var(--space-base)}.offerings>.partnerships-container>p{font-size:1.125rem;line-height:1.6;color:var(--glyph-secondary);max-width:75ch;margin-bottom:var(--space-xl)}.offerings-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:var(--space-base)}.offering-item{background:var(--bg-raised);padding:var(--space-large);border-radius:8px;box-shadow:var(--shadow-secondary);transition:transform var(--animation-duration-fast) var(--animation-easing-smooth),box-shadow var(--animation-duration-fast) var(--animation-easing-smooth)}.offering-item:hover{transform:translateY(-4px);box-shadow:var(--shadow-default-hover)}.offering-item h3{font-size:var(--font-size-body);font-weight:600;color:var(--glyph-primary);margin-bottom:calc(var(--space-xs) / 2)}.offering-item p{font-size:calc(var(--font-size-body) * .95);line-height:1.4}.partnerships-cta{padding-top:calc(var(--space-xl) * 2);padding-bottom:calc(var(--space-xl) * 2)}.partnerships-cta .content{background:var(--bg-raised);padding:var(--space-xl);border-radius:16px;text-align:center;box-shadow:var(--shadow-default);max-width:800px;margin:0 auto}.partnerships-cta h2{font-size:var(--font-size-heading);color:var(--glyph-primary)}.partnerships-cta .content p{max-width:65ch;margin:var(--space-base) auto var(--space-xl) auto}.partnerships-cta .buttons{display:flex;justify-content:center;gap:var(--space-base);flex-wrap:wrap}.partnerships-cta .buttons .button-primary,.partnerships-cta .buttons .button-secondary{text-decoration:none}.cta-form{display:flex;gap:var(--space-base);align-items:flex-start;justify-content:center;flex-wrap:wrap;margin-top:var(--space-xl)}.cta-form .inputContainer{flex-grow:1;max-width:320px}.cta-form button{flex-shrink:0}.submit-message{margin-top:var(--space-base);padding:var(--space-base);border-radius:8px;text-align:center;font-weight:500}.submit-message.success{background-color:var(--bg-success, #d4edda);color:var(--glyph-success, #155724);border:1px solid var(--border-success, #c3e6cb)}.submit-message.error{background-color:var(--bg-error, #f8d7da);color:var(--glyph-error, #721c24);border:1px solid var(--border-error, #f5c6cb)}header.global-header .icon-notification svg{fill:#eb0028}header.global-header .icon-menu{color:#eb0028}header.global-header .icon-menu:active{color:#eb0028cc}header.global-header .icon-menu:hover{color:#eb0028cc}header.global-header .icon-menu:focus{color:#eb0028cc;outline:none}header.global-header.interior-header{background-color:#12121a}header.global-header.interior-header .logo{height:48px;margin-top:8px;margin-bottom:8px}.internal-nav.section-nav .program-title{color:#ccc}.internal-nav nav ul li a.selected{color:#eb0028;pointer-events:none}.theme-btn-1{color:#fff;background:#a3071ecc}.theme-btn-1:hover{background:#eb0028}.theme-btn-accent{color:#fff;background:#eb0028}.theme-btn-accent:hover{background:#eb0028cc}.thumb-progress-bar span,.continue-promo .progress-bar span{background-color:#eb0028}.theme-item-light,.theme-hover-light:hover{color:#f04f69}.theme-item-reg,.theme-hover-reg:hover{color:#eb0028}.theme-item-dark,.sso-wrapper .theme-item-dark{color:#a3071e}.theme-links-light a{color:#f04f69}.theme-links-reg a{color:#eb0028}.main-content .main-article a,.multiple-labels .content-label a:hover{color:#f04f69}.my-list-link .icon,.mylist-empty .mylist-empty__link,.feature-list .feature-item .label{background:#eb0028}.episode-nav li.active:after{background-color:#eb0028}.expand-trigger{color:#a3071e}.episode-details .episode-item.playlist-item .upnext-label:before{background:#eb0028}.register-promo-section .register-promo{background:#eb0028}.playlist-more a.theme-btn-highlight:hover,.theme-btn-2.theme-btn-highlight:hover{background:#fff!important;color:#181818;border-color:#fff}.playlist-more a.theme-btn-highlight:focus,.theme-btn-2.theme-btn-highlight:focus{background:#fff!important;color:#181818}.playlist-more a:not(.theme-btn-white),.theme-btn-2:not(.theme-btn-white){color:#000;border:1px solid black}.playlist-more a:not(.theme-btn-white):not(.theme-btn-highlight):hover,.theme-btn-2:not(.theme-btn-white):not(.theme-btn-highlight):hover{border-color:#0000004d;color:#000}.playlist-more a:not(.theme-btn-white):not(.theme-btn-highlight):focus,.theme-btn-2:not(.theme-btn-white):not(.theme-btn-highlight):focus{border-color:#0000004d;color:#000}.series-playlist .item.item-selected:after{border-color:#eb002899}.mvpd-wrapper .overlay-header h2{color:#eb0028}.aetn-player .player-layer .next-header{background:#eb0028}.aetn-player+.upcoming-episode .upcoming-episode-head{background:#12121a;color:#f04f69}.date-picker .date-item.selected:after,.date-picker .selected-day:after{background-color:#f04f69}.listing li.now .time .on_now{background:#eb0028}.watch-toggle .toggle:checked+label:before{background-color:#a3071e7a}.watch-toggle .toggle:checked+label:after{background-color:#f04f69}.sticky-signin{background:#eb0028}.sticky-signin .circle-icon{background:#a3071ecc}.continue-promo small.label{color:#f04f69}.newsletter-body h2{color:#333}.newsletter-footer a{color:#f04f69}.signin-container a,.signin-container .check-list i{color:#eb0028}.signin-container .check-list .input-box input:checked+label{background:#f04f69}.signin-container .button{background:#a3071e}.signin-container .button.loading,.signin-container .button:hover,.signin-container .button:focus{background:#f04f69}.playlist-header h2,.playlist-header.title-accent span{color:#eb0028}.playlist-items .item-details-container h3:before,.playlist-items .item-details-container strong:before{background:#eb0028}.playlist-items .item-details-container .icon-play:before{color:#eb0028}.sso-wrapper a{color:#444;text-decoration:none}.sso-wrapper .sso-head{background:#12121a}.sso-wrapper .sso-head h2{color:#f04f69}.sso-wrapper .sso-bullets li:before{color:#eb0028}.sso-wrapper .sso-label{color:#eb0028}.sso-wrapper form .dropdown:after{border-color:#eb0028 transparent transparent}.sso-wrapper form .options{background:#eb00281a}.sso-wrapper .theme-btn{background:#a3071e}.sso-wrapper .theme-btn:not(.btn-loading):hover{background:#eb0028}.sso-wrapper .theme-btn.btn-loading:after{background-color:#f04f69}.sso-wrapper .sso-button.btn-loading:after{background:#a3071e}.sso-wrapper .brand-button-1{background:#a3071e}.sso-wrapper .brand-button-1.sso-btn-reverse{background-color:#fff;color:#eb0028;border:1px solid #eb0028}.sso-wrapper .brand-button-1:focus{outline:2px solid #4d90fe}.sso-wrapper .brand-button-2{color:#eb0028}.sso-wrapper .brand-mark:after{content:"®"}.gigya-screen-dialog .gigya-screen-dialog-top{background:#eb0028}.blog-content .meta a,.blog-content .series-title a{color:#f04f69}.blog-content .tag-list li a,.blog-content .main-article a{color:#eb0028}.blog-content .main-article ol>li:before{color:#f04f69}.blog-content .blog-main-label{background:#eb00281a;border-bottom:1px solid rgba(235,0,40,.2)}.blog-content .blog-label a.see-all{color:#f04f69}.blog-header .social-links li{background-color:#eb0028}.blog-header .blog-categories a:before,.blog-header .blog-categories a.active{background:#12121a}.tile-list.tile-list-blocks li a:hover{background:#f04f6999}.selection-section ul li.active a,.selection-section ul li:hover a{background:#444;color:#fff}.listing .type-label{color:#fff;background:#444}.listing .listing-item .theme-links-light a{background:#444}.story-header .category a,.author-header .category a{color:#eb0028}.story-header .category:before,.author-header .category:before{background:#eb0028}.story-header .category-with-logo:after,.story-header .category-with-logo:before,.author-header .category-with-logo:after,.author-header .category-with-logo:before{background:#eb0028}.story-body p a:hover:before{background:#eb0028}.article-tags li a{color:#eb0028}.article-tags li a:before{background:#eb0028}.story-list .item-details-container .story-title:before,.story-list .item-details-container time:before{background:#eb0028}.show-newsletter-container.inline-signup .show-newsletter{border-top:3px solid #eb0028;border-bottom:1px solid #eb0028}.background-container .signup-form-container .action-button{background:#eb0028;cursor:pointer;transition:all .3s}.background-container .signup-form-container .action-button:hover{background:#f04f69}.background-container .signup-form-container .header{color:#eb0028}.background-container .signup-form-container .signup-form .signup-form-inner ul li:before{background-color:#eb0028}@media (max-width: 767px){header.global-header .navigation ul .active{border-left:4px solid #eb0028}}@media (min-width: 768px){header.global-header .navigation .global-nav .global-nav-list li:not(.site-name) a:hover{background-color:#444}}.white-header+.internal-nav.section-nav .program-title{color:#181818}.preference-center .show .show__tile.selected{background-color:#a3071e}.preference-center .checkbox__custom:checked,.preference-center .unsub__img{background:#a3071e}.preference-center .tabs-container .tabs .tabs__button.active:after,.preference-center .tabs-container .tabs .tabs__button:hover:after,.preference-center .tabs-container .tabs .tabs__button:focus:after{background-color:#eb0028}.global-header.light-header .logo{background-image:url(/assets/images/history/logo-black-text-rtm.svg)}.global-header.white-header .logo,.email-header .logo{background-image:url(/assets/images/history/logo-black-text-rtm.svg)}.global-header.white-header.nav-expanded .logo,.email-header.nav-expanded .logo{background-image:url(/assets/images/history/logo-white-text-rtm.svg)}header.global-header.interior-header.sticky-header .logo{background-image:url(/assets/images/history/logo-black-rtm.svg)}.logo{background-image:url(/assets/images/history/logo-white-text-rtm.svg)}.network-h2 .logo{background-image:url(/assets/images/h2/logo.svg)}.network-asterisk .logo{background-image:url(/assets/images/asterisk/a-logo.png)}.sso-wrapper .brand-logo{background-image:url(/assets/images/history/logo-black-text-rtm.svg);width:124px;height:76px}.app-promo>a:before{background-image:url(/assets/images/icons/icon-history-app.svg)}.thread{position:relative}.thread.feature-detail{padding-left:16px}.thread:before{content:"";position:absolute;top:0;left:0;width:2px;height:100%}.footer-logo{background-image:url(/assets/images/history/logo-black-text-rtm.svg)}.footer-webexp .footer-logo{background-image:url(/assets/images/history/logo-white-text-rtm.svg)}.playlist-header h2{color:#12121a}@media (min-width: 768px){.signin-container .topical-signup-container .brand-image{background-image:url(/assets/images/emails/history/email-signup-history.jpg)}}@media (min-width: 768px) and (max-width: 1280px){header.global-header.interior-header .logo-link .logo{width:56px}}@media (min-width: 1281px){header.global-header.interior-header .logo-link .logo{width:64px}}.newsletter-overlay .newsletter-header .logo{margin-top:5px;margin-bottom:5px}@media (min-width: 961px){.newsletter-overlay .newsletter-header .logo{width:86px;height:86px}}.preference-center section header .logo{margin-top:5px;margin-bottom:5px}@media (min-width: 961px){.preference-center section header .logo{width:86px;height:86px}}.webpay-main-container{background:url(https://cdn.history.com/sites/2/2016/02/HVault_page_bg.jpg) no-repeat top center}.player-loaded .live-indicator-container .live-indicator-tooltip.active{opacity:1;visibility:visible}.navigation-module__live-tv{height:42px;box-sizing:border-box}.navigation-module__profile-search-icons .menu-wrapper{margin-left:-10px}.global-header{position:fixed;top:0;left:0;right:0;z-index:1000}.profile-section-content{display:none;position:absolute;top:100%;right:0;background-color:#fff;border:1px solid #e0e0e0;border-radius:4px;padding:10px;z-index:1000;min-width:200px}.user-option:hover .user-option-content{display:block}.options{list-style:none;padding:0;margin:0}.options li{margin-bottom:10px}.options a{text-decoration:none;color:#333;font-weight:700}.options a:hover{color:#000}.profile-signin{display:none;margin-left:10px;padding:8px 12px;background-color:#f0f0f0;border:1px solid #ccc;border-radius:4px;color:#333;text-decoration:none;font-weight:700}.profile-signin:hover{background-color:#e0e0e0}.user-actions.logged-in .profile-signin,.user-actions.logged-out .user-option{display:none}.global-header{position:fixed!important;width:100%;top:0;left:0;z-index:1001;background-color:#fff;box-shadow:0 2px 4px #0000001a}.navigation-module__profile-search-icons{margin-right:-10px}.navigation-module__live-tv{height:42px}.lazy-load-image-background.blur{filter:blur(15px)}.lazy-load-image-background.blur.lazy-load-image-loaded{filter:blur(0);transition:filter .3s}.lazy-load-image-background.blur>img{opacity:0}.lazy-load-image-background.blur.lazy-load-image-loaded>img{opacity:1;transition:opacity .3s}@font-face{font-family:swiper-icons;src:url(data:application/font-woff;charset=utf-8;base64,\ d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA) format("woff");font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-container-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-container-multirow>.swiper-wrapper{flex-wrap:wrap}.swiper-container-multirow-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-container-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-container-pointer-events{touch-action:pan-y}.swiper-container-pointer-events.swiper-container-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-container-3d{perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,#00000080,#0000)}.swiper-container-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,#00000080,#0000)}.swiper-container-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,#00000080,#0000)}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,#00000080,#0000)}.swiper-container-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-container-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/44*27);height:var(--swiper-navigation-size);margin-top:calc(0px - var(--swiper-navigation-size)/2);z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color, var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;text-transform:none;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-container-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-container-rtl .swiper-button-prev:after{content:"next"}.swiper-button-next.swiper-button-white,.swiper-button-prev.swiper-button-white{--swiper-navigation-color:#ffffff}.swiper-button-next.swiper-button-black,.swiper-button-prev.swiper-button-black{--swiper-navigation-color:#000000}.swiper-button-lock{display:none}:root{--swiper-navigation-size: 12px;--swiper-theme-color: white}.swiper-button-disabled{display:none}.Minischedule-module__miniSchedule___3lgxD{display:flex;width:100%;height:280px;color:#fff;background:#181818;font-family:Open Sans,sans-serif;letter-spacing:.02em}.Minischedule-module__backgroundImagePresent___3MDlG{background-color:#000c;top:-100%}.Minischedule-module__liveNow___1vdPN{width:30%;height:100%}.Minischedule-module__liveBackground___3XGdZ{width:100%;height:100%;object-fit:cover;display:block}.Minischedule-module__description___1p7Mf{position:relative;width:100%;height:100%;padding:10% 10% 10% 30%;display:flex;flex-direction:column;box-sizing:border-box;background-color:#000c}.Minischedule-module__descHeading___1_G7-{text-transform:uppercase;font-weight:700;padding-bottom:1vh;font-size:18px}.Minischedule-module__descTitle___11Vqv{font-size:26px;font-weight:600;margin-bottom:.5rem;line-height:140%}.Minischedule-module__descTitleSpan___3Jx0P{background:#fff;color:#000;display:inline;align-items:center;font-weight:700;font-size:12px;padding:4px 6px;border-radius:4px;margin-left:8px;height:24px;width:auto;text-transform:uppercase}.Minischedule-module__timespan___1G4kE{font-size:16px;line-height:120%;margin-bottom:2rem;flex-grow:1;font-weight:600;color:#b2b2b2;text-transform:uppercase}.Minischedule-module__watchLive___23Wi4{color:#fff;font-weight:600;font-size:18px;line-height:20px;text-transform:uppercase;text-decoration:none}.Minischedule-module__watchLiveIcon___1ZYzD{width:0;height:0;border-radius:.2rem;border-top:10px solid rgba(0,0,0,0);border-bottom:10px solid rgba(0,0,0,0);border-left-style:solid;border-left-width:10px;padding-right:.5rem;display:block;float:left}.Minischedule-module__schedule___2xIRm{width:70%;height:100%;display:flex;flex-direction:column;padding:24px 48px 24px 40px}.Minischedule-module__scheduleHeader___26uCV{display:flex;border-bottom:1px solid #c4c4c4;padding:24px 0;align-items:center}.Minischedule-module__headerTitle___1HCZt{font-weight:700;margin-right:1rem;font-size:18px;text-transform:uppercase}.Minischedule-module__timezone___2-8Yy{flex-grow:1;font-weight:400;font-size:14px;color:#b2b2b2}.Minischedule-module__seeFullSchedule___1NgLq{text-decoration:none;color:#fff;font-weight:700;font-size:14px}.Minischedule-module__fullScheduleIcon___3oQZB{border-width:0 2px 2px 0;border-style:solid;display:inline-block;padding:4px;transform:rotate(-45deg)}.Minischedule-module__scheduleMain___3GZAN{display:flex;flex-grow:1;justify-content:space-evenly}.Minischedule-module__item___1cpk_{display:flex;margin:1rem 0;padding:.2rem;flex-direction:column;width:30%;border-right:1px solid #c4c4c4}.Minischedule-module__item___1cpk_:last-child{margin-right:0;border:none}.Minischedule-module__time___2K3lF{font-weight:600;font-size:26px;line-height:100%;text-transform:uppercase;display:flex;margin-bottom:8px}.Minischedule-module__timeNew___2RXpX{background:#fff;color:#000;display:flex;align-items:center;font-weight:700;font-size:12px;padding:4px 6px;border-radius:4px;margin-left:8px;height:24px;width:auto}.Minischedule-module__itemTitle___RA12y{font-size:16px;line-height:140%;font-weight:400;flex-grow:.8;padding-bottom:16px}.Minischedule-module__videoLink___YxxFF{font-weight:700;text-decoration:none;font-size:14px;line-height:20px}.Minischedule-module__text-pink___-nN3Y{color:#ff5bde}.Minischedule-module__text-teal___2FCK4{color:#05ccba}.Minischedule-module__text-yellow___FgUzG{color:#ffc329}.Minischedule-module__text-white___2aShi{color:#fff}.Minischedule-module__border-pink___2fCWM{border-left-color:#ff5bde}.Minischedule-module__border-teal___2Tu6C{border-left-color:#05ccba}.Minischedule-module__border-yellow___34cNc{border-left-color:#ffc329}.Minischedule-module__border-white___1pchU{border-left-color:#fff}@media (max-width: 1024px){.Minischedule-module__miniSchedule___3lgxD{height:240px}.Minischedule-module__liveNow___1vdPN{min-width:280px}.Minischedule-module__description___1p7Mf{padding:32px 24px}.Minischedule-module__descHeading___1_G7-{font-size:14px;line-height:20px}.Minischedule-module__timespan___1G4kE{font-size:14px}.Minischedule-module__schedule___2xIRm{padding:8px 16px}.Minischedule-module__scheduleHeader___26uCV{padding:16px 0}.Minischedule-module__timezone___2-8Yy{font-size:14px}.Minischedule-module__item___1cpk_:nth-child(1){padding-right:1rem}.Minischedule-module__item___1cpk_:nth-child(2){padding-left:1rem}.Minischedule-module__item___1cpk_:nth-child(3){padding-left:1rem}}@media (max-width: 375px){.Minischedule-module__time___2K3lF{font-size:18px}}@media (max-width: 320px){.Minischedule-module__time___2K3lF{font-size:16px}}@media (max-width: 767px){.Minischedule-module__miniSchedule___3lgxD{flex-direction:column;min-height:450px;height:auto}.Minischedule-module__descTitleSpan___3Jx0P{height:20px;padding:2px 4px}.Minischedule-module__liveNow___1vdPN{width:100%;height:254px}.Minischedule-module__schedule___2xIRm{height:220px;width:100%;padding:0 16px}.Minischedule-module__scheduleHeader___26uCV{padding:17px 0}.Minischedule-module__headerTitle___1HCZt{font-size:14px;line-height:18px;flex-grow:.8}.Minischedule-module__timezone___2-8Yy{display:none}.Minischedule-module__seeFullSchedule___1NgLq{font-size:12px;line-height:20px}.Minischedule-module__time___2K3lF{font-size:22px}.Minischedule-module__timeNew___2RXpX{padding:2px 4px;height:20px}.Minischedule-module__itemTitle___RA12y{font-size:14px}.Minischedule-module__descHeading___1_G7-,.Minischedule-module__descTitle___11Vqv,.Minischedule-module__timespan___1G4kE,.Minischedule-module__watchLive___23Wi4{margin-left:50%}}.ForcedTermsOfUse-module__touContainer___1ZtjI{position:fixed;inset:0;z-index:9999;font-family:Open Sans,sans-serif}.ForcedTermsOfUse-module__touContainer___1ZtjI:before{content:"";opacity:.8;background:linear-gradient(0deg,#000 8%,#444 45%,#000 85%);position:fixed;inset:0}.ForcedTermsOfUse-module__touDialog___NuoFh{position:absolute;width:min(496px,90%);margin-top:8em;margin-left:auto;margin-right:auto;left:0;right:0;padding:3em;background:#000;border-width:0;border-radius:8px;text-align:center;z-index:1000}.ForcedTermsOfUse-module__touContent___3kLcj{display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fff}.ForcedTermsOfUse-module__touTitleText___25G9_{margin-bottom:2em;font-size:1.25em;font-weight:600;line-height:1.4}.ForcedTermsOfUse-module__touInfoText___uG_ss{margin-bottom:1.5em;margin-top:1em;line-height:1.25;font-size:.875em;font-weight:400}.ForcedTermsOfUse-module__touLink___fK803{color:inherit;line-height:1.6;font-size:inherit;font-weight:600;text-decoration:underline}.ForcedTermsOfUse-module__touInfoText2___Ap4Wa{margin-bottom:4em;margin-top:0;line-height:1.25;font-size:.875em;font-weight:400}.ForcedTermsOfUse-module__touAgreeBtn___2sHfs{width:min(328px,90%);height:48px;padding-left:1.5em;padding-right:1.5em;border-radius:16px;border:none;background-color:#fff;cursor:pointer;transition:all .3s ease-out;color:#000;font-size:1em;font-weight:700;line-height:1.25}.ForcedTermsOfUse-module__touMyAccountLink___DAQN8{margin-top:1.6em;font-size:.875em;font-weight:400;line-height:1.25}@media (max-width: 1024px){.ForcedTermsOfUse-module__touDialog___NuoFh{padding:2em 1em}.ForcedTermsOfUse-module__touTitleText___25G9_{margin-bottom:.8em;font-size:1.125em}.ForcedTermsOfUse-module__touInfoText___uG_ss{margin-bottom:1em}.ForcedTermsOfUse-module__touInfoText2___Ap4Wa{margin-bottom:2em}.ForcedTermsOfUse-module__touAgreeBtn___2sHfs{width:min(240px,90%);height:40px;font-size:.75em}}.FTOUModalWebExpansion-module__touContainer___ZaN6y{position:fixed;inset:0;z-index:9999;font-family:DM Sans,sans-serif}.FTOUModalWebExpansion-module__touContainer___ZaN6y:before{content:"";opacity:.4;background:#000;position:fixed;inset:0}.FTOUModalWebExpansion-module__touDialog___3tzPk{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);background:#fff;color:#3c3c3c;padding:2.5em 2em 2em;border-radius:12px;border:1px solid #757575;box-shadow:0 90px 90px -45px #0009;max-width:24.375em;text-align:center}.FTOUModalWebExpansion-module__touContent___qMB3o{display:flex;flex-direction:column;align-items:center}.FTOUModalWebExpansion-module__touTitleText___2KUDg{color:#1e1e1e;font-size:1.5em;line-height:120%;font-weight:500}.FTOUModalWebExpansion-module__touInfoText___tUwnO{font-size:1.25em;line-height:140%;margin-top:1rem;margin-bottom:2rem}.FTOUModalWebExpansion-module__touLink___1keLN{text-decoration:underline;color:#33a4cf}.FTOUModalWebExpansion-module__touAgreeBtn___3TiEw{background:#1e1e1e;color:#fff;font-size:.875em;line-height:140%;padding:.75rem 1rem;border-radius:2.75rem;appearance:none;cursor:pointer;border:1px solid #3c3c3c;width:min-content}.FTOUModalWebExpansion-module__touMyAccountLink___2Z_9v{color:"#000000";margin-top:1rem;font-size:.875em;text-decoration:underline}@media (max-width: 767px){.FTOUModalWebExpansion-module__touContainer___ZaN6y{margin-left:32px;margin-right:32px}.FTOUModalWebExpansion-module__touDialog___3tzPk{max-width:100%;width:100%}}html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:"";content:none}table{border-collapse:collapse;border-spacing:0}html{box-sizing:border-box}*,*:before,*:after{box-sizing:inherit}@font-face{font-family:icon-fonts;src:url(/assets/fonts/icon-fonts.eot);src:url(/assets/fonts/icon-fonts.eot?#iefix) format("embedded-opentype"),url(/assets/fonts/icon-fonts.woff) format("woff"),url(/assets/fonts/icon-fonts.ttf) format("truetype"),url(/assets/fonts/icon-fonts.svg#icon-fonts) format("svg");font-weight:400;font-style:normal}[data-icon]:before{font-family:icon-fonts!important;content:attr(data-icon);font-style:normal!important;font-weight:400!important;font-variant:normal!important;text-transform:none!important;text-rendering:auto;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}[class^=icon-]:before,[class*=" icon-"]:before{font-family:icon-fonts!important;font-style:normal!important;font-weight:400!important;font-variant:normal!important;text-transform:none!important;text-rendering:auto;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-social-twitter:before{content:"";-webkit-mask:url("data:image/svg+xml,%3Csvg version='1.1' id='svg5' xmlns:svg='http://www.w3.org/2000/svg' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 1668.56 1221.19' style='enable-background:new 0 0 1668.56 1221.19;' xml:space='preserve'%3E%3Cg id='layer1' transform='translate(52.390088,-25.058597)'%3E%3Cpath id='path1009' d='M283.94,167.31l386.39,516.64L281.5,1104h87.51l340.42-367.76L984.48,1104h297.8L874.15,558.3l361.92-390.99 h-87.51l-313.51,338.7l-253.31-338.7H283.94z M412.63,231.77h136.81l604.13,807.76h-136.81L412.63,231.77z'/%3E%3C/g%3E%3C/svg%3E%0A") no-repeat 50% 50%;mask:url("data:image/svg+xml,%3Csvg version='1.1' id='svg5' xmlns:svg='http://www.w3.org/2000/svg' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 1668.56 1221.19' style='enable-background:new 0 0 1668.56 1221.19;' xml:space='preserve'%3E%3Cg id='layer1' transform='translate(52.390088,-25.058597)'%3E%3Cpath id='path1009' d='M283.94,167.31l386.39,516.64L281.5,1104h87.51l340.42-367.76L984.48,1104h297.8L874.15,558.3l361.92-390.99 h-87.51l-313.51,338.7l-253.31-338.7H283.94z M412.63,231.77h136.81l604.13,807.76h-136.81L412.63,231.77z'/%3E%3C/g%3E%3C/svg%3E%0A") no-repeat 50% 50%;-webkit-mask-size:cover;mask-size:cover;background-color:#000}.icon-social-foursquare:before{content:"U"}.icon-stop:before{content:"B"}.icon-circle:before{content:"f"}.icon-warning:before{content:"C"}.icon-profile:before{content:"j"}.icon-profile-female:before{content:"J"}.icon-speech-bubble:before{content:"i"}.icon-social-reddit:before{content:"l"}.icon-social-youtube:before{content:"p"}.icon-social-linkedin:before{content:"a"}.icon-google:before{content:"t"}.icon-social-gplus:before{content:"c"}.icon-video-description:before{content:"g"}.icon-embed:before{content:"u"}.icon-outline-email:before{content:"A"}.icon-icon-videodescription:before{content:"y"}.icon-outline-email:before{content:"K"}.icon-email-mail-streamline:before{content:"K"}.icon-check-mark:before{content:"g"}.main-circle-icon,.med-circle-icon,.med-lg-circle-icon,.circle-icon{position:absolute;z-index:5;text-align:center;background:#ececec;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.main-circle-icon:hover,.med-circle-icon:hover,.med-lg-circle-icon:hover,.circle-icon:hover{background:#ecececcc}.main-circle-icon .icon:before,.med-circle-icon .icon:before,.med-lg-circle-icon .icon:before,.circle-icon .icon:before{color:#12121a}.main-circle-icon .icon,.med-circle-icon .icon,.med-lg-circle-icon .icon,.circle-icon .icon{display:block}.main-circle-icon .icon-play,.med-circle-icon .icon-play,.med-lg-circle-icon .icon-play,.circle-icon .icon-play{font-size:1.25em}.main-circle-icon .icon-key,.med-circle-icon .icon-key,.med-lg-circle-icon .icon-key,.circle-icon .icon-key{font-size:2em}.main-circle-icon .icon-info,.med-circle-icon .icon-info,.med-lg-circle-icon .icon-info,.circle-icon .icon-info{font-size:1.25em;line-height:2.25em}.circle-icon{width:48px;height:48px;border-radius:48px;bottom:20px;right:20px;font-size:16px}.circle-icon .icon:before{line-height:48px}.circle-icon .icon-play{margin-left:5px}.circle-icon .icon-key{margin-left:2px}.med-lg-circle-icon{width:40px;height:40px;border-radius:40px;bottom:16px;right:16px;font-size:13px}.med-lg-circle-icon .icon:before{line-height:40px}.med-lg-circle-icon .icon-play{margin-left:3px}.med-circle-icon{width:36px;height:36px;border-radius:36px;bottom:10px;right:10px;font-size:14px}.med-circle-icon .icon:before{line-height:36px}.med-circle-icon .icon-play{margin-left:3px}.action-link.video-link{line-height:24px}.action-link.video-link:before{content:"H";font-family:icon-fonts;width:24px;height:24px;line-height:24px;background:#ececec;font-size:10px;border-radius:24px;display:inline-block;padding-left:8px;vertical-align:bottom;color:#12121a;margin-right:8px}.signed-in .circle-icon .icon-key{font-size:1.25em;margin-left:5px}.signed-in .med-circle-icon .icon-key,.signed-in .med-lg-circle-icon .icon-key{font-size:1.25em;margin-left:3px}.signed-in .episode-details .med-circle-icon .icon-key{font-size:16px;margin-left:3px}.playing .circle-icon.in-player{display:none}.icon-notification{position:relative;margin-right:16px;padding-right:20px}.icon-notification:after{content:"";position:absolute;top:0;right:0;z-index:20;width:1px;height:100%;background:#fff;opacity:.2}.icon-video-description{position:relative}.icon-video-description:after{content:"";background:url(/assets/images/icons/icon-videodescription.svg) no-repeat center;background-size:contain;display:inline-block;width:18px;height:18px;vertical-align:middle}.action-btn{display:inline-block;cursor:pointer}.action-btn-ghost,.action-btn-ghost-inverse{text-transform:uppercase;font-weight:600;margin-top:16px;letter-spacing:.04em;font-size:14px;-webkit-align-self:flex-start;-moz-align-self:flex-start;align-self:flex-start;-ms-flex-item-align:start;padding:8px 24px;border-radius:2px;color:#fff;border:1px solid #fff}.action-btn-ghost-inverse{color:#000;border:1px solid #000}.theme-btn-1{font-weight:700;font-size:18px;padding:8px 24px;border-radius:2px;-webkit-transition:all .2s ease-out;-moz-transition:all .2s ease-out;transition:all .2s ease-out}.theme-btn-2{font-size:14px;padding:8px 24px;border-radius:2px;-webkit-transition:all .2s ease-out;-moz-transition:all .2s ease-out;transition:all .2s ease-out}.theme-btn-2.theme-btn-highlight:hover{color:#fff}.theme-btn-white{opacity:.86;border:1px solid rgba(255,255,255,.72)}.theme-btn-white:hover{background:#0000000f;opacity:1}.playlist-more a{display:inline-block;font-size:14px;font-style:italic;border-style:solid;border-width:1px;border-radius:2px;padding:8px 24px;-webkit-transition:all .6s ease-out;-moz-transition:all .6s ease-out;transition:all .6s ease-out}.mvpd-wrapper.overlay{position:fixed;inset:0;z-index:900;opacity:0;visibility:hidden;-webkit-transition:visibility 0s ease-out .2s,opacity .2s ease-out;-moz-transition:visibility 0s ease-out .2s,opacity .2s ease-out;transition:visibility 0s ease-out .2s,opacity .2s ease-out}.mvpd-wrapper.overlay.show{opacity:1;visibility:visible;z-index:1003;-webkit-transition-delay:0s;-moz-transition-delay:0s;transition-delay:0s}.mvpd-wrapper.overlay.show.main-picker-view .overlay-body.mvpd-picker{display:block}.mvpd-wrapper.overlay.show.main-picker-view .faq-head,.mvpd-wrapper.overlay.show.main-picker-view .icon-left-open-big{display:none}.mvpd-wrapper.overlay.show.more-providers-view .icon-left-open-big,.mvpd-wrapper.overlay.show.faq-view .icon-left-open-big{display:block}.mvpd-wrapper.overlay.show.more-providers-view .icon-cancel,.mvpd-wrapper.overlay.show.faq-view .icon-cancel{display:none}.mvpd-wrapper.overlay.show.more-providers-view .overlay-body.more-providers{display:block}.mvpd-wrapper.overlay.show.more-providers-view .faq-head,.mvpd-wrapper.overlay.show.faq-view .overlay-head{display:none}.mvpd-wrapper.overlay.show.faq-view .faq-head,.mvpd-wrapper.overlay.show.faq-view .overlay-body.faq{display:block}.mvpd-wrapper.overlay.show.faq-view .overlay-body-container{z-index:100}.player-overlay{position:fixed;inset:0;background:#fff;z-index:1002}.player-overlay .close{color:#000;position:absolute;right:0;top:0;padding:10px 15px}.player-overlay #mvpdframe{background:#fff}.player-overlay.hide{display:none!important}.mvpd-wrapper .icon-cancel,.mvpd-overlay .icon-cancel{position:absolute;right:0;top:10px;color:#fff6;padding:12px 16px 12px 12px;text-decoration:none;font-size:24px}.mvpd-wrapper .icon-cancel a,.mvpd-overlay .icon-cancel a{display:block;height:24px;width:24px;position:absolute;top:0}.mvpd-wrapper.mvpd-overlay .icon-cancel,.mvpd-overlay.mvpd-overlay .icon-cancel{color:#0009}.mvpd-wrapper .overlay-dialog{color:#fff;background:#000;position:relative;z-index:900}.mvpd-wrapper .overlay-header{padding:60px 16px 24px}.mvpd-wrapper .faq-header{padding:20px 15px;height:120px}.mvpd-wrapper .overlay-header,.mvpd-wrapper .faq-header{border-bottom:rgba(151,151,151,.1) solid 1px;text-align:center}.mvpd-wrapper .overlay-header h2,.mvpd-wrapper .faq-header h2{font-size:20px;font-weight:600;text-transform:uppercase}.mvpd-wrapper .overlay-header h2 span,.mvpd-wrapper .faq-header h2 span{font-size:.8em;white-space:nowrap;line-height:1.2em}.mvpd-wrapper .overlay-header h3,.mvpd-wrapper .faq-header h3{font-weight:400;color:#ddd;padding-top:20px}.mvpd-wrapper .overlay-header .back,.mvpd-wrapper .faq-header .back{position:absolute;inset:0 auto auto 0}.mvpd-wrapper .overlay-header .back .icon-left-open-big,.mvpd-wrapper .faq-header .back .icon-left-open-big{display:block;padding:14px 10px;font-size:1.33em}.mvpd-wrapper .overlay-header .back .icon-left-open-big:before,.mvpd-wrapper .faq-header .back .icon-left-open-big:before{font-size:1.33em;display:inline-block;vertical-align:middle;color:#fff}.mvpd-wrapper .overlay-body-container{background:#000;position:relative}.mvpd-wrapper .overlay-slide{-webkit-transform:translate3d(102%,0,0);-moz-transform:translate3d(102%,0,0);-ms-transform:translate3d(102%,0,0);-o-transform:translate3d(102%,0,0);transform:translate3d(102%,0,0);-webkit-transition:-webkit-transform .15s linear;-moz-transition:-moz-transform .15s linear;transition:transform .15s linear;position:absolute;inset:0}.mvpd-wrapper .overlay-slide.show{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translateZ(0);z-index:20!important}.mvpd-wrapper .overlay-fadein{opacity:0;-webkit-transition:opacity .3s ease;-moz-transition:opacity .3s ease;transition:opacity .3s ease;position:absolute;inset:0}.mvpd-wrapper .overlay-fadein.show{opacity:1;z-index:20!important}.mvpd-wrapper .overlay-body{height:100%;text-align:center;overflow:hidden;display:none}.mvpd-wrapper .overlay-body p{font-size:14px;font-weight:300;font-style:italic}.mvpd-wrapper .overlay-body .provider-table{position:absolute;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;border:1px #979797 solid;border-bottom:none;background:#fff}.mvpd-wrapper .overlay-body .row{display:table-row;width:auto}.mvpd-wrapper .overlay-body .cell{background-color:#fff;float:left;display:table-cell;text-align:center;vertical-align:middle;height:60px;border-right:1px #979797 solid;border-bottom:1px #979797 solid}.mvpd-wrapper .overlay-body .cell a{display:block}.mvpd-wrapper .overlay-body .cell img{width:calc(100% - 5px);height:55px;margin-top:2px;padding:0 calc((100% - 130px)/2);-webkit-tap-highlight-color:rgba(0,0,0,.14)}.mvpd-wrapper .overlay-body.mvpd-picker{position:relative;z-index:3}.mvpd-wrapper .overlay-body.mvpd-picker p{color:#fffc;padding:12px 0 18px}.mvpd-wrapper .overlay .overlay-dialog.more-providers-dialog{min-height:512px}.mvpd-wrapper .overlay-body.more-providers{background:#000;z-index:2}.mvpd-wrapper .overlay-body.more-providers form.search-bar{margin-bottom:18px}.mvpd-wrapper .overlay-body.more-providers form.search-bar input[type=search]{-webkit-appearance:none;-moz-appearance:none;-ms-appearance:none;-o-appearance:none;appearance:none;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-transition:border-color;-moz-transition:border-color;transition:border-color;background-color:#fff;border:1px solid #fff;border-radius:0;display:block;color:#000;font-size:14px;font-weight:300;font-style:italic;text-align:center;margin:0;position:relative;width:100%;height:48px}.mvpd-wrapper .overlay-body.more-providers form.search-bar.icon-search:before{position:absolute;right:15px;top:9px;color:#ccc;font-size:30px;text-decoration:none;z-index:900}.mvpd-wrapper .overlay-body.more-providers form.search-bar.focused.icon-search:before{display:none}.mvpd-wrapper .overlay-body.more-providers form.search-bar button[type=submit]{position:absolute;top:0;right:0;bottom:0;outline:none;width:5%}.mvpd-wrapper .overlay-body.more-providers p{color:#d90101;background-color:#000;padding:14px 16px 32px;text-align:left}.mvpd-wrapper .overlay-body.more-providers a{color:#fff;font-size:15px;font-weight:300;padding:20px;display:block}.mvpd-wrapper .overlay-body.more-providers .row{display:block;background:#2a2a2a;border-bottom:1px solid #000;text-align:left}.mvpd-wrapper .more-provider-container{height:calc(100% - 56px);overflow:auto;-webkit-overflow-scrolling:touch}.mvpd-wrapper .faq-header{margin-bottom:0}.mvpd-wrapper .faq-wrapper{margin:0 10px}.mvpd-wrapper .overlay-body.faq{background:#fff;color:#000;padding-top:20px;overflow:auto;z-index:1;-webkit-overflow-scrolling:touch}.mvpd-wrapper .overlay-body.faq p{text-align:left;line-height:1.3em}.mvpd-wrapper .overlay-body.faq .question{font-size:16px;font-weight:600;font-style:normal;line-height:1.375em;padding:5px 0;cursor:pointer}.mvpd-wrapper .overlay-body.faq .answer{font-size:16px;font-weight:400;font-style:normal;color:#000;line-height:1.375em;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.mvpd-wrapper .overlay-body.faq li{padding:18px;margin-bottom:2px;background:#efefef;-webkit-transition:all .15s ease-in-out;-moz-transition:all .15s ease-in-out;transition:all .15s ease-in-out}.mvpd-wrapper .overlay-body.faq li:not(.show-answer) .answer{overflow:hidden;max-height:0}.mvpd-wrapper .overlay-body.faq li.show-answer .answer{max-height:500px;padding:10px 0 32px}.mvpd-wrapper .overlay-body.faq li.show-answer .answer a{font-weight:700;text-decoration:underline;color:#000}.mvpd-wrapper .overlay-footer{position:absolute;bottom:0;right:0;z-index:10;font-size:16px;text-align:center;text-transform:uppercase}.mvpd-wrapper .overlay-footer a,.mvpd-wrapper .overlay-footer a:visited,.mvpd-wrapper .overlay-footer a:focus{font-size:16px;font-weight:600;color:#fff}.mvpd-wrapper .overlay-footer a{display:block;padding:20px 16px}.mvpd-wrapper .big-button{background-color:#000;display:table;width:264px;height:40px;margin:20px auto 10px;border:1px rgba(255,255,255,.3) solid;border-radius:2px;text-transform:uppercase;position:absolute;inset:auto auto 0 50%;-webkit-transform:translate(-50%,0);-moz-transform:translate(-50%,0);-ms-transform:translate(-50%,0);-o-transform:translate(-50%,0);transform:translate(-50%)}.mvpd-wrapper .big-button a{color:inherit;font-size:14px;font-weight:700;display:table-cell;vertical-align:middle}*{box-sizing:border-box}body,input,textarea,select{font-family:Open Sans,sans-serif}a{text-decoration:none}.clearfix:after{content:"";display:table;clear:both}img.center-h{position:absolute;top:50%;left:50%;min-height:100%;min-width:100%;max-height:100%;width:auto;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}img.center-v{position:absolute;top:50%;left:50%;min-height:100%;min-width:100%;max-width:100%;height:auto;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}img.responsive-img{width:100%}.hidden,.hide{display:none!important}.hidden-vis{visibility:hidden}.text-center{text-align:center}.text-right{text-align:right}.text-left{text-align:left}.fadeout{position:absolute;bottom:0;width:100%;height:4em;background:-webkit-linear-gradient(rgba(255,255,255,0) 0%,rgb(255,255,255) 100%);background-image:-moz-linear-gradient(rgba(255,255,255,0) 0%,rgb(255,255,255) 100%);background-image:-o-linear-gradient(rgba(255,255,255,0) 0%,rgb(255,255,255) 100%);background-image:linear-gradient(#fff0,#fff);background-image:-ms-linear-gradient(rgba(255,255,255,0) 0%,rgb(255,255,255) 100%)}html.noscroll,html.noscroll body{height:100%;overflow:hidden}.upcase{text-transform:uppercase}.bgblur{-webkit-filter:blur(8px);-webkit-transition:all .4s cubic-bezier(.25,.46,.45,.94);-moz-transition:all .4s cubic-bezier(.25,.46,.45,.94);transition:all .4s cubic-bezier(.25,.46,.45,.94)}.transition-all{-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.content{max-width:1100px;margin:0 auto;padding:60px 0;width:95%}.content-2{max-width:1200px}div[class*=content-shaded] .content-inner{margin:0 auto}div[class*=content-shaded] .content-label{color:#0009}.content-narrow .content-inner{margin:0 auto;max-width:680px}.content-shaded{background:#e2e2e2;border-top:1px solid #ddd}.content-shaded-light{background:#f6f6f6}.content-shaded-light-1{background:#12121a14}.content-shaded-light-2{background:#e6e6e6}.content-shaded-light-3{background:#ececec}.content-border-top{border-top:1px solid #e1e1e1}.content-wide .content-inner{margin-left:auto;margin-right:auto}.content-playlists .content-wide{border-bottom:1px solid #ddd}.content-playlists .content-wide:nth-child(odd){background:#e2e2e2}.content-playlists .content-wide:nth-child(2n){background:#ece9e9}.content-label{text-transform:uppercase;font-size:1.313em}.content-label a{color:#000}.content-label-2{text-transform:uppercase;font-size:1.5em;font-weight:600;margin-bottom:20px}.content-label-2 a{color:#000}.content-label-2 a:hover,.content-label-2 a:focus{text-decoration:underline}.content-flex{display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-moz-box-pack:justify;box-pack:justify;-webkit-justify-content:space-between;-moz-justify-content:space-between;-ms-justify-content:space-between;-o-justify-content:space-between;justify-content:space-between;-ms-flex-pack:justify}.content-flex>*{-webkit-flex-grow:1;-moz-flex-grow:1;flex-grow:1;-ms-flex-positive:1}.content-flex .content-60{min-width:60%}.content-flex .content-40{min-width:40%}.content-2-border-wh{margin-top:2px;margin-bottom:2px}.content-2-border-wh>*:not(:first-child){border-left:2px solid #fff}.ad-wrapper>div{display:flex;align-items:center;background:#000;justify-content:center}.content-ad{text-align:center}.content-ad:not(.no-bg-wrapper) .ad-wrapper{margin:0;background:#ddd;padding:16px 0}.content-ad.no-bg-wrapper:not(.top-pad) .ad-wrapper .ad{margin:16px 0}.content-ad.top-pad .ad-wrapper .ad{margin:40px 0 0}.content-head .content-label{margin-bottom:0}.content-head nav li{display:inline-block;margin-right:8px;padding:8px 2px}.content-head nav li.active a{color:#18181899}.content-head nav li a{font-size:12px;color:#181818}.multiple-labels .content-label{display:inline-block;vertical-align:top}.multiple-labels .content-label a{color:#bbb;-webkit-transition:color .3s ease-in-out;-moz-transition:color .3s ease-in-out;transition:color .3s ease-in-out}.multiple-labels .content-label:not(:first-child):before{content:"|";color:#666;display:inline-block;vertical-align:top;margin-left:11px;margin-right:16px;font-size:.857em}.thumb-progress-bar{height:8px;border-radius:2px;overflow:hidden;position:relative;background:#4d4d4d;-webkit-transition:all .3s;-moz-transition:all .3s;transition:all .3s}.thumb-progress-bar.collapse{height:0!important;margin:0!important}.thumb-progress-bar span{position:absolute;top:0;bottom:0;left:0;-webkit-transition:all .3s linear .3s;-moz-transition:all .3s linear .3s;transition:all .3s linear .3s}.expand-trigger{position:absolute;bottom:0;right:8px;font-size:16px;z-index:5;font-style:italic;padding:5px 30px 5px 10px;opacity:.8}.expand-trigger:before{content:"More";display:inline-block}.expand-trigger>span:before,.expand-trigger>span:after{content:"";display:inline-block;position:absolute;margin-top:7px}.expand-trigger>span:before{height:0;width:0;border-left:6px solid rgba(0,0,0,0);border-right:6px solid rgba(0,0,0,0);border-top:6px solid gray;right:11px}.expand-trigger>span:after{height:0;width:0;border-left:5px solid rgba(0,0,0,0);border-right:5px solid rgba(0,0,0,0);border-top:5px solid #fff;right:12px}.expand-trigger.expanded:before{content:"Less"}.expand-trigger.expanded>span:before{border-top:none;border-bottom:6px solid gray}.expand-trigger.expanded>span:after{border-top:none;border-bottom:5px solid #fff;top:6px}.action-button{text-transform:uppercase;padding:4px 16px;font-weight:600;display:inline-block;line-height:1.33em}p.expire{color:red;margin-top:6px}p.expire span{border:2px solid red;text-align:center;width:20px;height:20px;display:inline-block;font-weight:600;border-radius:12px}.signed-in .icon-key:before{content:"H"}.signing .icon-key{display:none}.fullscreen .icon-full-screen:before{content:"o"}.meta-container{height:100px;padding-top:4px}.meta-container .meta-container-title{font-size:16px;font-weight:600;font-style:normal;font-stretch:normal;letter-spacing:.08px;line-height:1.25;color:#000;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.hero-meta-container{display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-moz-box-pack:center;box-pack:center;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;-o-justify-content:center;justify-content:center;-ms-flex-pack:center;-webkit-box-align:center;-moz-box-align:center;box-align:center;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center;-ms-flex-align:center;-webkit-box-orient:vertical;-moz-box-orient:vertical;box-orient:vertical;-webkit-flex-direction:column;-moz-flex-direction:column;flex-direction:column;-ms-flex-direction:column;min-height:140px;padding:16px 0;background:#fafafa}.hero-meta-container .hero-title{font-size:29px;line-height:1.2em;max-width:720px;font-weight:600;font-stretch:normal;font-style:normal;letter-spacing:normal;text-align:center;margin:0 auto}.hero-meta-container .hero-tunein{max-width:720px;margin-top:8px;font-size:16px;font-weight:400;font-stretch:normal;font-style:normal;letter-spacing:normal;text-align:center;color:#000}.hero-meta-container .cta-buttons-container{display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-moz-box-pack:center;box-pack:center;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;-o-justify-content:center;justify-content:center;-ms-flex-pack:center;-webkit-box-align:center;-moz-box-align:center;box-align:center;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center;-ms-flex-align:center;margin-top:16px}.hero-meta-container .cta-buttons-container .start-streaming{display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-moz-box-pack:center;box-pack:center;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;-o-justify-content:center;justify-content:center;-ms-flex-pack:center;-webkit-box-align:center;-moz-box-align:center;box-align:center;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center;-ms-flex-align:center;width:170px;height:48px;font-size:16px;line-height:1.19;color:#fff;background-color:#000;border-radius:2px;font-weight:600}.hero-meta-container .series-info{display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-moz-box-pack:center;box-pack:center;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;-o-justify-content:center;justify-content:center;-ms-flex-pack:center;-webkit-box-align:center;-moz-box-align:center;box-align:center;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center;-ms-flex-align:center;margin-top:24px;padding:8px 0 0;width:440px;border-top:1px solid rgba(79,79,79,.4)}.hero-meta-container .series-info li{height:37px;padding:0 16px 0 17px;font-size:14px;font-weight:400;font-stretch:normal;font-style:normal;letter-spacing:normal;text-align:center;color:#000}.hero-meta-container .series-info li a{display:flex;flex-direction:column;align-items:center;transition:all .3s ease-out;color:#000;text-decoration:none}.hero-meta-container .series-info li a:hover{opacity:.6}.hero-meta-container .series-info li a span{font-size:100%;font:inherit;vertical-align:baseline;font-weight:600;padding-bottom:4px}.hero-meta-container .series-info li:nth-of-type(2){border-left:1px solid #ccc}.hero-meta-container .series-info li:nth-of-type(3){border-left:1px solid #ccc}.modal{position:fixed;inset:0;background:#000c;z-index:1;opacity:0;visibility:hidden;-webkit-transition:opacity .3s ease-in-out,visibility .3s ease-in-out .3s;-moz-transition:opacity .3s ease-in-out,visibility .3s ease-in-out .3s;transition:opacity .3s ease-in-out,visibility .3s ease-in-out .3s}.modal.modal-show{opacity:1;visibility:visible;z-index:1000;-webkit-transition-delay:0s;-moz-transition-delay:0s;transition-delay:0s}.modal .modal-inner{position:absolute;width:95%;max-width:850px;top:50%;left:50%;background-color:#000;border:1px #333 solid;padding:20px 40px;color:#999;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.modal .icon-cancel{color:#fffc;position:absolute;top:10px;right:10px}.alternate-text{position:absolute;left:-10000px;top:auto;width:1px;height:1px;overflow:hidden}h1:focus,h2:focus,h3:focus,h4:focus,h5:focus,h6:focus,strong:focus{outline:none}.hub-section-title-container{display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-moz-box-pack:center;box-pack:center;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;-o-justify-content:center;justify-content:center;-ms-flex-pack:center;-webkit-box-align:center;-moz-box-align:center;box-align:center;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center;-ms-flex-align:center;-webkit-box-orient:vertical;-moz-box-orient:vertical;box-orient:vertical;-webkit-flex-direction:column;-moz-flex-direction:column;flex-direction:column;-ms-flex-direction:column;padding:80px 0 48px;max-width:720px;width:100%;margin:0 auto}.hub-section-title-container .title{text-align:center;font-size:36px;font-weight:600;color:#2f3032;position:relative;padding-top:48px}.hub-section-title-container .subtitle{color:#464646;font-size:20px;text-align:center;font-weight:400;margin-top:8px;line-height:1.44}#consent_blackbar:empty{display:none}.ad-wrapper>div>div:empty{display:none}.section-header{font-size:20px;font-weight:700;font-style:normal;font-stretch:normal;line-height:1.2;letter-spacing:normal;text-align:center;color:#000;position:relative;padding-top:7px;margin-bottom:16px;text-transform:none}@media (max-width: 767px){.section-header{font-size:17px}}.section-header:before{width:24px;height:4px;background-color:#ff124d;content:"";position:absolute;top:0;left:calc(50% - 12px)}@media (min-width: 768px){.aetn-player .mvpd-wrapper.overlay{position:absolute;z-index:1003;overflow:hidden}.aetn-player .mvpd-wrapper.overlay .overlay-dialog{z-index:500}.aetn-player .mvpd-overlay.player-overlay{position:absolute;background:#000;overflow:hidden}.aetn-player .mvpd-overlay.player-overlay iframe{position:absolute;top:50%;-webkit-transform:translate(0,-50%);-moz-transform:translate(0,-50%);-ms-transform:translate(0,-50%);-o-transform:translate(0,-50%);transform:translateY(-50%)}.aetn-player .mvpd-overlay.player-overlay .icon-cancel{color:#fff6}.aetn-player .mvpd-overlay.player-overlay .icon-cancel:hover{color:#fffc}.mvpd-wrapper.overlay{background:#0009}.mvpd-wrapper.overlay .overlay-dialog{position:absolute;inset:50% auto auto 50%;width:640px;height:490px;border:1px solid #2a2a2a;-webkit-transition:height .3s ease;-moz-transition:height .3s ease;transition:height .3s ease;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.mvpd-wrapper .overlay-header h2,.mvpd-wrapper .faq-header h2{font-size:20px}.mvpd-wrapper .overlay-header h3,.mvpd-wrapper .faq-header h3{font-size:18px}.mvpd-wrapper .overlay-header .back:hover .icon:before{color:#fff6}.mvpd-wrapper .overlay-header .icon-cancel{cursor:pointer}.mvpd-wrapper .overlay-header .icon-cancel:hover{color:#fffc}.mvpd-wrapper .overlay-body.more-providers .row a{-webkit-transition:all .15s ease;-moz-transition:all .15s ease;transition:all .15s ease}.mvpd-wrapper .overlay-body.more-providers .row a:hover{background:#212121}.mvpd-wrapper .overlay-body.more-providers .row a:focus{outline:none;background:#212121;border:2px solid #4d90fe}.mvpd-wrapper .overlay-body .provider-table{height:209px;width:100%}.mvpd-wrapper .overlay-body .cell{width:33.33%;-webkit-transition:all .15s ease;-moz-transition:all .15s ease;transition:all .15s ease}.mvpd-wrapper .overlay-body .cell:hover{background:#f4f4f4}.mvpd-wrapper .overlay-body .cell:nth-child(3n+3){border-right:none}.mvpd-wrapper .overlay-body .cell img{-webkit-transition:all .3s cubic-bezier(.215,.61,.355,1);-moz-transition:all .3s cubic-bezier(.215,.61,.355,1);transition:all .3s cubic-bezier(.215,.61,.355,1)}.mvpd-wrapper .overlay-body .cell img:hover{-webkit-transform:scale(1.1);-moz-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1)}.mvpd-wrapper .overlay-footer a{-webkit-transition:all .15s ease;-moz-transition:all .15s ease;transition:all .15s ease}.mvpd-wrapper .overlay-footer a:hover,.mvpd-wrapper .overlay-footer a:focus{color:#fff6}.mvpd-wrapper .big-button{-webkit-transition:all .3s ease;-moz-transition:all .3s ease;transition:all .3s ease}.mvpd-wrapper .big-button:hover{background-color:#333;border:1px #333 solid}.aetn-player .mvpd-wrapper.show.shake .overlay-dialog{-webkit-animation:shake .3s ease-in;-moz-animation:shake .3s ease-in;animation:shake .3s ease-in}.survey-modal .modal-inner{height:70%;max-height:650px}@-webkit-keyframes shake{to,79%{-webkit-transform:translate(-50%,-50%) rotate(0)}10%{-webkit-transform:translate(-50%,-50%) rotate(-1deg)}30%{-webkit-transform:translate(-50%,-50%) rotate(1deg)}50%{-webkit-transform:translate(-50%,-50%) rotate(-.5deg)}70%{-webkit-transform:translate(-50%,-50%) rotate(.5deg)}}@-moz-keyframes shake{to,79%{-moz-transform:translate(-50%,-50%) rotate(0)}10%{-moz-transform:translate(-50%,-50%) rotate(-1deg)}30%{-moz-transform:translate(-50%,-50%) rotate(1deg)}50%{-moz-transform:translate(-50%,-50%) rotate(-.5deg)}70%{-moz-transform:translate(-50%,-50%) rotate(.5deg)}}@keyframes shake{to,79%{-webkit-transform:translate(-50%,-50%) rotate(0);-moz-transform:translate(-50%,-50%) rotate(0);-ms-transform:translate(-50%,-50%) rotate(0);-o-transform:translate(-50%,-50%) rotate(0);transform:translate(-50%,-50%) rotate(0)}10%{-webkit-transform:translate(-50%,-50%) rotate(-1deg);-moz-transform:translate(-50%,-50%) rotate(-1deg);-ms-transform:translate(-50%,-50%) rotate(-1deg);-o-transform:translate(-50%,-50%) rotate(-1deg);transform:translate(-50%,-50%) rotate(-1deg)}30%{-webkit-transform:translate(-50%,-50%) rotate(1deg);-moz-transform:translate(-50%,-50%) rotate(1deg);-ms-transform:translate(-50%,-50%) rotate(1deg);-o-transform:translate(-50%,-50%) rotate(1deg);transform:translate(-50%,-50%) rotate(1deg)}50%{-webkit-transform:translate(-50%,-50%) rotate(-.5deg);-moz-transform:translate(-50%,-50%) rotate(-.5deg);-ms-transform:translate(-50%,-50%) rotate(-.5deg);-o-transform:translate(-50%,-50%) rotate(-.5deg);transform:translate(-50%,-50%) rotate(-.5deg)}70%{-webkit-transform:translate(-50%,-50%) rotate(.5deg);-moz-transform:translate(-50%,-50%) rotate(.5deg);-ms-transform:translate(-50%,-50%) rotate(.5deg);-o-transform:translate(-50%,-50%) rotate(.5deg);transform:translate(-50%,-50%) rotate(.5deg)}}}@media (min-width: 768px)and (max-width: 1439px){.mvpd-wrapper.overlay.main-picker-view .overlay-body-container,.mvpd-wrapper.overlay.faq-view .overlay-body-container{height:calc(100% - 110px)}.mvpd-wrapper.overlay.more-providers-view .overlay-body-container{height:calc(100% - 166px)}.mvpd-wrapper.overlay .overlay-dialog{height:412px}.mvpd-wrapper.overlay .overlay-header{padding:36px 16px 12px}.mvpd-wrapper.overlay .overlay-header h2,.mvpd-wrapper.overlay .faq-header h2{font-size:20px}.mvpd-wrapper.overlay .overlay-header h3,.mvpd-wrapper.overlay .faq-header h3{font-size:16px}.mvpd-wrapper.overlay .overlay-body.mvpd-picker p{padding:0 0 14px}}@media (min-width: 1440px){.mvpd-wrapper.overlay.main-picker-view .overlay-body-container,.mvpd-wrapper.overlay.faq-view .overlay-body-container{height:calc(100% - 148px)}.mvpd-wrapper.overlay.more-providers-view .overlay-body-container{height:calc(100% - 204px)}.mvpd-wrapper.overlay .overlay-header h2,.mvpd-wrapper.overlay .faq-header h2{font-size:24px}.mvpd-wrapper.overlay .big-button{bottom:40px}}@media (min-width: 768px){.wrapper.bgblur{position:relative;pointer-events:none}.wrapper.bgblur:after{content:"";position:absolute;inset:0;z-index:5}.content-shaded .content-inner,.content-shaded-light .content-inner{width:88.88%;max-width:1100px}.content-shaded .content-inner:not(.content-nopad),.content-shaded-light .content-inner:not(.content-nopad){padding:30px 0}.content-wide .content-inner{width:90%;max-width:1400px}.content-narrow-padding .content-wide .content-inner:not(.content-nopad){padding:32px 24px 16px}.content-playlists .content-wide{min-height:350px}.content-playlists .content-wide .content-inner .content-label-2{padding-top:20px}.content-label,.content-head{margin-bottom:20px}.visible-mobile{display:none!important}.hero-meta-container{min-height:160px;padding:16px 0}.hero-meta-container .cta-buttons-container .start-streaming{border-radius:2px}}@media (min-width: 961px){.content-with-sidebar .main-content{display:inline-block;vertical-align:top;width:calc(100% - 321px)}.content-with-sidebar .main-content.center-content{display:block;margin:0 auto}.content-with-sidebar .main-content.center-content.full-width{width:100%}.content-with-sidebar .sidebar{width:300px;margin-left:11px;display:inline-block;vertical-align:top}}@media (min-width: 1025px){html.noscroll-desktop body{height:100vh;overflow-y:hidden}}@media (max-width: 767px){.mvpd-wrapper .overlay-dialog{width:100%;height:100%}}@media only screen and (max-width: 767px)and (min-width: 321px)and (orientation: landscape){.mvpd-wrapper .overlay-header{padding-top:12px}}@media (max-width: 767px){.mvpd-wrapper .overlay-header h2,.mvpd-wrapper .faq-header h2{font-size:18px}.mvpd-wrapper .overlay-header h3,.mvpd-wrapper .faq-header h3{font-size:15px}.mvpd-wrapper .overlay-body .provider-table{height:calc(100% - 120px)}}@media only screen and (max-width: 767px)and (min-width: 321px)and (orientation: landscape){.mvpd-wrapper .overlay-body .provider-table{height:calc(100% - 100px)}}@media (max-width: 767px){.mvpd-wrapper .overlay-body .cell{width:50%}.mvpd-wrapper .overlay-body .cell:nth-child(2n+2){border-right:none}}@media only screen and (max-width: 767px)and (min-width: 321px)and (orientation: landscape){.mvpd-wrapper .overlay-body.mvpd-picker{width:360px;margin:0 auto}.mvpd-wrapper .overlay-body.mvpd-picker p{padding:12px 0}}@media only screen and (max-width: 767px)and (min-width: 321px)and (orientation: landscape){.mvpd-wrapper .overlay-body.more-providers a{padding:10px 20px}}@media (max-width: 767px){.survey-modal{display:none}}@media (max-width: 567px){.mvpd-wrapper.main-picker-view .overlay-body-container,.mvpd-wrapper.faq-view .overlay-body-container{height:calc(100% - 160px)}.mvpd-wrapper.more-providers-view .overlay-body-container{height:calc(100% - 216px)}.mvpd-wrapper .big-button{bottom:40px}}@media (min-width: 568px)and (max-width: 767px){.mvpd-wrapper.main-picker-view .overlay-body-container,.mvpd-wrapper.faq-view .overlay-body-container{height:calc(100% - 94px)}.mvpd-wrapper.more-providers-view .overlay-body-container{height:calc(100% - 150px)}}@media (max-width: 767px){html.noscroll body{height:auto}html.noscroll-device,html.noscroll-device body{height:100%;overflow:hidden}.content{width:95%;margin:20px auto;font-size:14px}[class*=content-] .content-inner{width:95%;padding-top:40px}[class*=content-shaded] .content-inner{width:96%;font-size:14px}[class*=content-shaded] .content-inner:not(.content-nopad):not(.content-more-pad){padding:20px 0}[class*=content-shaded] .content-inner.content-more-pad{padding:50px 2%}.content-playlists .content-wide .content-inner{padding-top:20px;padding-bottom:20px}.content-shaded-light-1{background:#12121a24}.content-label,.content-head{margin-bottom:8px}.visible-desktop{display:none!important}.hero-meta-container{min-height:120px;padding:16px 0}.hero-meta-container .hero-title{font-size:21px}.hero-meta-container .hero-tunein{font-size:14px;max-width:320px;margin-top:6px}.hero-meta-container .cta-buttons-container .start-streaming{width:131px;border-radius:2px;height:42px;padding:0 16px;font-size:12px}.hero-meta-container .series-info{margin-top:16px;width:calc(100% - 40px)}.hero-meta-container .series-info .number-span,.hero-meta-container .series-info .unlocked-num-span,.hero-meta-container .series-info .episodes-num-span{font-size:12px}.hero-meta-container .series-info .series-info-count{font-size:14px}.hub-section-title-container{padding:24px 16px}.hub-section-title-container .title{font-size:24px;line-height:1.14}.hub-section-title-container .subtitle{font-size:14px;margin-top:4px;line-height:1.29}}@media (max-width: 960px){.content-with-sidebar .sidebar.ad-sidebar{text-align:center}.content-with-sidebar .sidebar.ad-sidebar .ad-wrapper{display:inline-block}.content-flex{-webkit-box-lines:multiple;-moz-box-lines:multiple;box-lines:multiple;-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.content-flex>*{min-width:100%}.content-flex>*:not(:first-child){margin-top:2px}}.content-label.redesigned{text-transform:capitalize;font-weight:700;text-align:center}header.global-header{z-index:600;top:0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-moz-box-align:center;box-align:center;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center;-ms-flex-align:center}header.global-header .live-tv-container{display:flex;align-self:center;position:relative}header.global-header .live-tv-container .live-tv-link{display:flex;align-items:center;padding-right:10px;height:40px}header.global-header .live-tv-container .live-tv-link .icon-play{padding:4px 6px 0 0}header.global-header .live-tv-container:after{content:"";width:1px;height:16px;background-color:#d8d8d880;position:absolute;top:50%;transform:translateY(-50%);right:0}header.global-header .live-tv-container .live-tv-link .icon:before{color:#ef3353}header.global-header .live-tv-container .live-tv-link .label{color:#fff;font-size:14px;font-weight:700;transform:translateY(1px)}header.global-header .classics .classics-link:before{content:"";width:12px;height:12px;display:inline-block;margin-right:4px;border-radius:50%;margin-bottom:1px;background-color:red}header.global-header .search .global-search{display:none}header.global-header.white-header{box-shadow:0 2px 4px #d8d8d880;background-color:#fff}header.global-header.white-header .header-links a{color:#000;font-size:16px;text-transform:capitalize;font-weight:600}@media (max-width: 1120px)and (min-width: 767px){header.global-header.white-header .header-links a{font-size:14px;padding:8px 5px}}header.global-header.white-header .search .global-search{border-bottom:1px solid #000}header.global-header.white-header .search .global-search .gsc-input input{color:#000}@media (max-width: 767px){header.global-header.white-header .search .global-search .gsc-input input{text-indent:0!important}}header.global-header.white-header .search .global-search .gsc-clear-button:before{background-image:url(/assets/images/icons/ctv/dark/cancel.svg)}header.global-header.white-header .icon-list .icon-menu,header.global-header.white-header .search .icon-search{color:#000}header.global-header.white-header .icon-list .icon-menu:hover,header.global-header.white-header .search .icon-search:hover{color:#000000b3}header.global-header.white-header .icon-list .icon-menu{font-size:1.4em}header.global-header.white-header .user-actions .options{background-color:#fff}header.global-header.white-header .user-actions .profile-section-content .options a{color:#000}header.global-header.white-header .menu-wrapper .classics .classics-link{color:#191922}header.global-header.white-header .live-tv-container:after{background-color:#00000080}header.global-header.white-header .live-tv-container .live-tv-link .label{color:#191922}header.global-header.main-header{padding:8px 32px;background-color:#000}header.global-header.main-header .series-name{display:none}header.global-header .logo-container{position:relative}header.global-header .logo-container a h1.logo{height:60px}header.global-header .logo-container .skip-to-content{position:absolute;bottom:-80px;background-color:#111;color:#fff;font-weight:600;padding:12px;font-size:14px;width:135px;text-align:center;height:0px;left:-9999px}header.global-header .logo-container .skip-to-content:focus{height:auto;opacity:1;cursor:pointer;left:0}header.global-header.interior-header{position:relative}header.global-header.interior-header .series-name,header.global-header.interior-header .header-label{position:absolute;top:50%;text-transform:uppercase;display:flex;line-height:1.2em;-webkit-transform:translate(0,-50%);-moz-transform:translate(0,-50%);-ms-transform:translate(0,-50%);-o-transform:translate(0,-50%);transform:translateY(-50%)}header.global-header.interior-header .series-name a,header.global-header.interior-header .header-label a{display:inline-block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translateZ(0);-webkit-transition:all .3s ease-out;-moz-transition:all .3s ease-out;transition:all .3s ease-out;display:block;-webkit-transform-origin:center left;-moz-transform-origin:center left;-ms-transform-origin:center left;-o-transform-origin:center left;transform-origin:center left}header.global-header.interior-header .logo-link{padding-right:32px}header.global-header.interior-header .search .global-search .gsc-clear-button{background:none}header.global-header.interior-header .search .global-search div.gsc-clear-button:before{color:#000}header.global-header.light-header{position:relative;padding:8px 0;border-bottom:1px solid rgba(18,18,26,.5);margin-bottom:16px;height:60px}header.global-header.light-header.search-expanded .logo-link{margin-left:50px;transition:all .3s ease}header.global-header.light-header .header-links,header.global-header.light-header .mobile-mvpd{display:none}header.global-header.light-header .menu-wrapper,header.global-header.light-header .icon-list{width:100%}header.global-header.light-header .icon-list{justify-content:space-between;padding-right:8px;font-size:12px}header.global-header.light-header .icon-list .icon{color:#12121a80}header.global-header.light-header .menu-wrapper .search .icon-search{font-size:20px}header.global-header.light-header .menu-wrapper .search .icon-search:hover{color:#12121a80}header.global-header.light-header .menu-wrapper.show-search .search .global-search{margin-left:0}header.global-header.light-header .menu-wrapper.show-search .search .global-search div.gsc-clear-button:before{color:#12121a80}header.global-header.light-header .menu-wrapper.show-search .search .global-search .gsc-input input{border-bottom:1px solid rgba(18,18,26,.5)!important;color:#12121a80;padding:0 20px 8px 4px!important}header.global-header.light-header .menu-wrapper.show-search .icon.icon-search{padding-right:0}header.global-header.light-header .menu-wrapper.show-search .icon.icon-search:before{position:static}header.global-header.light-header .logo-link{position:absolute;left:50%;transform:translate(-50%)}header.global-header.light-header .logo{width:75px;height:40px;background-position:center center}header.global-header.nav-expanded .navigation{z-index:2000;overflow:auto;-webkit-overflow-scrolling:touch}header.global-header.nav-expanded .menu-wrapper{z-index:2001}header.global-header.nav-expanded .menu-wrapper .user-actions,header.global-header.nav-expanded .menu-wrapper .icon-list>*:not(.icon-cancel){-webkit-transition:none!important;-moz-transition:none!important;transition:none!important}header.global-header.nav-expanded .menu-wrapper .icon-list .search .icon-search{-webkit-transition:none;-moz-transition:none;transition:none}header.global-header.nav-expanded .menu-wrapper .icon-menu{opacity:0;-webkit-transform:scale(0);-moz-transform:scale(0);-ms-transform:scale(0);-o-transform:scale(0);transform:scale(0)}header.global-header:not(.nav-expanded) .menu-wrapper .icon-cancel,header.global-header:not(.nav-expanded) .navigation .icon-cancel{opacity:0;-webkit-transform:scale(0);-moz-transform:scale(0);-ms-transform:scale(0);-o-transform:scale(0);transform:scale(0)}header.global-header .branch-journeys-top{display:none}header.global-header .header-links{-webkit-flex-grow:1;-moz-flex-grow:1;flex-grow:1;-ms-flex-positive:1}header.global-header .header-links li a:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:1px;background:#0000;transition:all .4s ease-out .1s}header.global-header .header-links li a:hover:after{background:#ffffffb3;transition:all .8s ease-out .1s}header.global-header .header-links li a{color:#fff}header.global-header .header-links li a:focus{outline:solid 2px #4d90fe}header.global-header .header-links li a:focus:not(:focus-visible){outline:none}header.global-header .logo-link{display:flex;margin:0}header.global-header .logo{text-indent:-9999px;position:relative;background-repeat:no-repeat;background-size:contain;background-position:left center;display:block}header.global-header .menu-wrapper{position:relative;z-index:20;display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex}header.global-header .menu-wrapper.show-search .user-actions{display:none}header.global-header .menu-wrapper .user-actions{display:none}header.global-header .menu-wrapper .user-actions a:focus{outline:solid 2px #4d90fe}header.global-header .menu-wrapper .user-actions a:focus:not(:focus-visible){outline:none}header.global-header .menu-wrapper .user-actions a:not(#nav-mvpd-logo,.profile,.has-options){-webkit-transition:all .3s ease-in-out,visibility 0s;-moz-transition:all .3s ease-in-out,visibility 0s;transition:all .3s ease-in-out,visibility 0s}header.global-header .menu-wrapper .user-actions a:not(#nav-mvpd-logo,.profile,.has-options):hover{opacity:.8}header.global-header .menu-wrapper .user-actions a:not(#nav-mvpd-logo,.profile,.has-options):focus{outline:solid 2px #4d90fe}header.global-header .menu-wrapper .user-actions a:not(#nav-mvpd-logo,.profile,.has-options):focus:not(:focus-visible){outline:none}header.global-header .menu-wrapper .user-actions a:not(#nav-mvpd-logo,.profile,.has-options):focus{outline-offset:-2px}header.global-header .generic-provider{margin:0 10px 5px}header.global-header .icon-list{display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-moz-box-align:center;box-align:center;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center;-ms-flex-align:center}header.global-header .icon-list .icon{margin:0;padding:0 8px 0 10px;display:flex}header.global-header .icon-list .icon-menu{font-size:1.3em;color:#fff}header.global-header .icon-list .icon-menu:hover{color:#fffc}header.global-header .icon-list .icon-menu:focus{outline:solid 2px #4d90fe}header.global-header .icon-list .icon-menu:focus:not(:focus-visible){outline:none}header.global-header .show-search .search{width:auto}header.global-header .show-search .search .icon-search:before{position:absolute;left:20px;top:-4px}header.global-header .show-search .search .global-search{max-width:300px;margin-left:16px;display:block}header.global-header .search{position:relative;width:42px;height:32px;display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex}header.global-header .search .icon-search{font-size:1em;color:#fff;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;transition:all .3s ease-in-out}header.global-header .search .icon-search:before{line-height:32px}header.global-header .search .icon-search:hover{color:#fffc}header.global-header .search .global-search{position:relative;max-width:0;overflow:hidden;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;transition:all .3s ease-in-out;-webkit-transform-origin:right;-moz-transform-origin:right;-ms-transform-origin:right;-o-transform-origin:right;transform-origin:right}header.global-header .search .global-search table.gsc-search-box td.gsc-input{padding-right:0}header.global-header .search .global-search form.gsc-search-box{padding:0;margin:0}header.global-header .search .global-search .gsc-input input{background:none!important;border:none;border-bottom:1px solid #fff!important;padding:0 6px 8px 10px!important;color:#fff;font-size:13px;height:auto!important}header.global-header .search .global-search .gsc-input input:hover,header.global-header .search .global-search .gsc-input input:focus{-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;border:none;background:none!important}header.global-header .search .global-search .gsc-input-box{border:none;background:#0000;height:auto}header.global-header .search .global-search .gsc-input-box.gsc-input-box-focus,header.global-header .search .global-search .gsc-input-box.gsc-input-box-hover{-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}header.global-header .search .global-search .gsc-input-box:focus,header.global-header .search .global-search .gsc-input-box:hover{border:none;background:#0000;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}header.global-header .search .global-search .gsc-search-button{display:none}header.global-header .search .global-search td.gsc-clear-button{width:0;display:block}header.global-header .search .global-search div.gsc-clear-button{right:12px;bottom:1px;margin:0;padding:4px;background:none;position:absolute;display:block}header.global-header .search .global-search div.gsc-clear-button:before{content:"";background-image:url(/assets/images/icons/ctv/light/cancel.svg);background-size:cover;display:inline-block;position:absolute;top:-2px;width:16px;height:16px}@media (max-width: 767px){header.global-header .search .global-search div.gsc-clear-button{bottom:0}}header.global-header .search .global-search .gsib_b{display:none}header.global-header .menu-wrapper .icon-menu,header.global-header .menu-wrapper .icon-cancel,header.global-header .navigation .icon-menu,header.global-header .navigation .icon-cancel{-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;transition:all .3s ease-in-out}header.global-header .menu-wrapper .icon-cancel,header.global-header .navigation .icon-cancel{position:absolute;right:0;width:60px;text-align:center;color:#fff9;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}header.global-header .icon-notification svg{width:24px;-webkit-transform:translateY(8px);-moz-transform:translateY(8px);-ms-transform:translateY(8px);-o-transform:translateY(8px);transform:translateY(8px)}header.global-header .navigation{top:0;left:0;width:100vw;height:100vh;z-index:10;color:#fff;-webkit-box-shadow:0 5px 10px 0 rgba(0,0,0,.6);-moz-box-shadow:0 5px 10px 0 rgba(0,0,0,.6);box-shadow:0 5px 10px #0009}header.global-header .navigation ul{text-align:left}header.global-header .navigation li a{color:#ffffffb3;display:block}header.global-header .global-nav ul{padding-top:0%}header.global-header .global-nav .site-name{font-size:24px;font-weight:600}header.global-header .global-nav .site-name a{display:block;margin-left:2px}header.global-header .global-nav .site-name a:focus{outline:solid 2px #4d90fe}header.global-header .global-nav .site-name a:focus:not(:focus-visible){outline:none}header.global-header .global-nav .site-name,header.global-header .global-nav li a{text-transform:uppercase;-webkit-tap-highlight-color:rgba(255,255,255,.05)}header.global-header .global-nav .provider-details{padding:0;text-align:center}header.global-header .global-nav .provider-details>a{display:flex;margin-left:0}header.global-header .global-nav .provider-details.tier2-provider .sign-out{border-left:none}header.global-header .global-nav .tooltip-container{text-transform:none;padding:5px 16px 16px 24px;background-color:#444;font-color:#cbcbcb;font-size:14px;font-weight:400;line-height:19.6px}header.global-header .global-nav-list a:focus{outline:solid 2px #4d90fe}header.global-header .global-nav-list a:focus:not(:focus-visible){outline:none}header.global-header .brand-social{text-transform:uppercase}header.global-header .brand-social a:focus{outline:solid 2px #4d90fe}header.global-header .brand-social a:focus:not(:focus-visible){outline:none}header.global-header .brand-social ul{border-top:1px solid #000;border-bottom:1px solid #000;padding:10px 0;display:flex;justify-content:flex-end;flex-wrap:wrap}header.global-header .brand-social li{display:flex;margin-left:4px}header.global-header .brand-social .icon{font-size:21px;line-height:18px;color:#ffffffb3;padding:12px;width:50px;height:50px;border-radius:45px}header.global-header .brand-social .icon.icon-social-youtube{font-size:24px;-webkit-transform:translateY(-3px);-moz-transform:translateY(-3px);-ms-transform:translateY(-3px);-o-transform:translateY(-3px);transform:translateY(-3px)}header.global-header .brand-social .icon.icon-social-tiktok{transform:scaleX(-1)}header.global-header .brand-social .email-signup{margin:16px 16px 16px 8px}header.global-header .brand-social .email-signup a{color:#ffffffb3;font-weight:700}header.global-header .navigation ul li.active a,header.global-header .navigation ul li:hover a{color:#fff}header.global-header .navigation .show-nav h2{color:#fff}header.global-header .navigation .brand-social .email-signup a:hover{color:#fff}header.global-header .navigation .brand-social .email-signup a:hover .icon{color:#fff}header.global-header .navigation .brand-social .icon-social-twitter:before{width:30px;height:20px;display:block;background-color:#ffffffb3}header.global-header .navigation .brand-social .icon-social-twitter:hover:before{background-color:#fff;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;transition:all .3s ease-in-out}body .gsc-completion-container{background-color:#2b2b2b;border:none;padding:8px 18px}body .gsc-completion-selected{color:#999;background:#ffffff1a}body .gsq_a{font-family:Open Sans,Helvetica,Arial,sans-serif;border-bottom:1px solid rgba(255,255,255,.1);padding:6px 0;color:#ffffffb3;font-weight:600;font-size:13px}body .gsq_a b{color:#999;font-weight:400}html.noscroll-desktop body{height:100vh;overflow-y:hidden}html.noscroll-desktop .share-links{opacity:0;pointer-events:none}html.noscroll-desktop .icon.icon-cancel.visible-desktop{position:fixed;margin-top:10px;margin-right:5px}.internal-nav{background:#2b2b2b;position:relative;z-index:105;padding-bottom:1px}.internal-nav.fixed-nav{position:fixed;top:66px;z-index:500}.internal-nav.fixed-nav .program-title{max-height:100px}.internal-nav.fixed-nav nav a{color:#ffffffb3;height:auto;padding:16px 40px}.internal-nav.section-nav .program-title{padding:12px 0}.internal-nav nav{margin:0 auto}.internal-nav nav>ul{margin-left:-24px;display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-moz-box-align:center;box-align:center;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center;-ms-flex-align:center}.internal-nav nav>ul>li{position:relative}.internal-nav nav>ul>li>a{max-width:200px;height:40px}.internal-nav nav>ul>li>a span{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;max-height:2.4em;overflow:hidden}.internal-nav nav li a{padding:0 24px;color:#ffffff80;text-transform:uppercase;font-weight:600;text-align:center;font-size:14px;line-height:1.2em;overflow:hidden;display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-moz-box-align:center;box-align:center;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center;-ms-flex-align:center;-webkit-transition:all .5s ease-out;-moz-transition:all .5s ease-out;transition:all .5s ease-out}.internal-nav nav li a:hover{background:#3e3e3e}.internal-nav nav li a:focus{background:#3e3e3e}.internal-nav nav li a.selected{font-weight:700}.internal-nav nav li a.selected:before{top:40%}.internal-nav nav li a.more-nav{display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex}.internal-nav nav li a.more-nav:before{-webkit-box-ordinal-group:2;-moz-box-ordinal-group:2;box-ordinal-group:2;-webkit-order:2;-moz-order:2;order:2;-ms-flex-order:2;margin-left:8px}.internal-nav nav li a.more-nav.expanded{background:#3e3e3e}.internal-nav nav li a.more-nav.expanded:before{visibility:hidden}.internal-nav nav li a.more-nav.expanded+.nav-more-list{max-height:500px}.internal-nav nav .nav-more-list{position:absolute;z-index:10;background:#3e3e3e;max-height:0;width:330px;overflow:hidden;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.internal-nav nav .nav-more-list a{text-align:left;height:48px}.internal-nav nav .nav-more-list a:focus{background:#848484}.internal-nav .program-title,.internal-nav .page-title{text-transform:uppercase;color:#fff;font-size:1.5em;padding-top:12px;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.internal-nav .program-title span,.internal-nav .page-title span{font-size:.6666666667em;text-transform:none;color:#ffffffb3}.internal-nav .program-title a,.internal-nav .page-title a{color:#000}.internal-nav-wrapper{position:relative}.internal-nav-wrapper .hero-nav{width:100%}.internal-nav-wrapper .hero-nav:not(.fixed-nav){background:#000000b8;position:absolute;bottom:0}.internal-nav-wrapper .hero-nav:not(.fixed-nav) .program-title{max-height:0;overflow:hidden;padding:0}.internal-nav-wrapper .hero-nav nav>ul{margin-left:-40px}.internal-nav-wrapper .hero-nav nav>ul>li>a{height:60px;padding:0 40px}.internal-nav-wrapper .hero-nav nav li a{color:#ececec}.white-header+.internal-nav{background:#f1f1f1}.this-day-in-history .current-date{background-color:#555;display:inline-block;vertical-align:middle;width:168px;height:110px;text-align:center;color:#fff;padding:10px 0;position:relative;z-index:10;cursor:pointer}.this-day-in-history .current-date .month{font-size:1.65em;text-transform:uppercase;font-weight:400;display:block}.this-day-in-history .current-date .day{font-size:3.7em;margin-bottom:10px;display:block;font-weight:700}.this-day-in-history .current-date .view-it{color:#fff;font-size:.75em;font-weight:700;display:block}.this-day-in-history .current-date .view-it:hover{text-decoration:underline}.this-day-in-history .current-date:after{width:0;height:0;border-style:solid;border-width:25px 84px 0 84px;border-color:#555 rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0);content:"";position:absolute;bottom:-25px;left:0;z-index:-1}.this-day-in-history .head-title{display:inline-block;margin-left:0}.this-day-in-history #date-picker{height:0;transition:all .2s ease;background-color:#efefef;box-shadow:0 1px 2px #d3d3d3;overflow:hidden;padding:0;position:relative;box-sizing:border-box}.this-day-in-history #date-picker.open{height:350px;transition:all .2s ease;box-shadow:0 1px 2px #d3d3d3;padding:50px 0 40px}.this-day-in-history #date-picker .close-btn{font-size:15px;color:#232323;position:absolute;top:16px;right:16px;cursor:pointer}.this-day-in-history #date-picker .close-btn:before{font-size:12px;margin-right:8px;display:inline-block}.this-day-in-history #date-picker .close-btn:hover{text-decoration:underline}.this-day-in-history #date-picker .owl-item{display:inline-block;vertical-align:top}.this-day-in-history #date-picker #slide-container{position:relative;left:0;transition:left .4s linear}.this-day-in-history #date-picker .title{background-color:#232323;color:#fff;text-align:center;padding:6px 0}.this-day-in-history #date-picker .prev,.this-day-in-history #date-picker .next{display:none}.this-day-in-history #date-picker .center .calendar-month{opacity:1;position:relative}.this-day-in-history #date-picker .center .calendar-month .prev,.this-day-in-history #date-picker .center .calendar-month .next{display:block;position:absolute;top:50%;font-size:20px;cursor:pointer}.this-day-in-history #date-picker .center .calendar-month .prev{left:-29px}.this-day-in-history #date-picker .center .calendar-month .next{right:-29px}.this-day-in-history #date-picker .calendar-month{width:400px;height:210px;display:inline-block;margin:0 40px;opacity:.4}.this-day-in-history #date-picker .calendar-month>h4{background-color:#000;color:#fff;text-align:center;padding:4px 0;text-transform:uppercase}.this-day-in-history #date-picker .calendar-month table{width:100%;height:100%;table-layout:fixed}.this-day-in-history #date-picker .calendar-month td{text-align:center;border:1px solid #000;vertical-align:middle}.this-day-in-history #date-picker .calendar-month td.filled a{background-color:#fafafa}.this-day-in-history #date-picker .calendar-month td.selected a{background-color:#f84545;color:#fff}.this-day-in-history #date-picker .calendar-month td a{cursor:pointer;display:block;text-decoration:none;padding:14px 0;color:#232323;background-color:#efefef;transition:background-color .6s ease}.this-day-in-history #date-picker .calendar-month td a:hover{background-color:#f84545;color:#fff}.this-day-in-history .program-title{margin-left:40px;vertical-align:middle;display:inline-block}.this-day-in-history .program-title .nav-label{text-transform:uppercase;color:#eb0028;font-size:1.4em;padding-top:12px}.this-day-in-history .program-title .short-date-sticky,.this-day-in-history .sticky-nav{display:none}.this-day-in-history .nav-wrapper{position:relative}.this-day-in-history.sticky{position:fixed;top:0;left:0;width:100%;height:50px;background-color:#000}.this-day-in-history.sticky .current-date{display:none}.this-day-in-history.sticky .content-inner{text-align:center}.this-day-in-history.sticky .program-title{margin:auto;font-weight:600;cursor:pointer;display:inline-block;vertical-align:middle}.this-day-in-history.sticky .program-title .nav-label{font-size:1em}.this-day-in-history.sticky .short-date-sticky{display:inline-block;color:#fff;text-transform:uppercase;font-size:1em}.this-day-in-history.sticky .sticky-nav{display:block;position:absolute;top:50%;transform:translateY(-50%);color:#fff}.this-day-in-history.sticky .sticky-nav:hover{text-decoration:underline}.this-day-in-history.sticky .sticky-nav.prev-day{left:0}.this-day-in-history.sticky .sticky-nav.next-day{right:0}.this-day-in-history.sticky .sticky-nav span{text-transform:uppercase;vertical-align:20%;margin:0 16px;color:#ffffffb3}.this-day-in-history.sticky .sticky-nav.next-day:before{position:absolute;right:-20px}.this-day-in-history.sticky .sticky-nav.prev-day:before{position:absolute;left:-20px}.this-day-in-history .owl-carousel .owl-stage-outer{overflow:visible}@media (max-width: 767px){header.global-header{z-index:1001;-webkit-transition:all .3s;-moz-transition:all .3s;transition:all .3s;-webkit-box-pack:justify;-moz-box-pack:justify;box-pack:justify;-webkit-justify-content:space-between;-moz-justify-content:space-between;-ms-justify-content:space-between;-o-justify-content:space-between;justify-content:space-between;-ms-flex-pack:justify}header.global-header .live-tv-container{display:none}header.global-header .search-collapsed{overflow:hidden}header.global-header .search-collapsed a,header.global-header .search-collapsed .global-search{width:18px;transform:translate(20px)}header.global-header .search .global-search .gsc-input-box{padding:0}header.global-header .search .global-search td.gsc-clear-button{width:32px;padding:0;margin:0}header.global-header .search .global-search div.gsc-clear-button{margin:0;padding:0;position:relative;inset:auto;width:100%;height:32px;display:flex;align-items:center;justify-content:center}header.global-header .search .global-search div.gsc-clear-button:before{display:flex;align-items:center;justify-content:center;top:7px}header.global-header .search .global-search .icon-search{display:flex;width:32px;height:32px;margin:0;padding:0}header.global-header .show-search .search .global-search{margin-left:0}header.global-header.main-header .logo{height:65px;width:85px}header.global-header.interior-header{padding:0 2px 0 12px}header.global-header.interior-header .series-name,header.global-header.interior-header .header-label{top:55%;font-size:20px;width:calc(100% - 146px);-webkit-transition:all .3s;-moz-transition:all .3s;transition:all .3s}header.global-header.interior-header .tuneInInfo{display:none}header.global-header.interior-header .logo-link{padding:0;margin-right:16px}header.global-header.interior-header .logo{width:75px;height:40px}header.global-header.interior-header .search .global-search div.gsc-clear-button{margin:0;padding:0;position:relative;inset:auto;width:100%;height:32px;display:flex;align-items:center;justify-content:flex-end}header.global-header.nav-expanded .navigation{opacity:1;visibility:visible}header.global-header.nav-expanded .navigation .show-search .search .icon-search:before{color:#fff}header.global-header.nav-expanded .menu-wrapper .user-actions,header.global-header.nav-expanded .menu-wrapper .icon-list>*:not(.icon-cancel){display:none}header.global-header.nav-expanded .menu-wrapper .icon-list .search{width:auto}header.global-header.nav-expanded .nav-head .icon-cancel{z-index:10;-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1)}header.global-header .header-links{display:none}header.global-header .menu-wrapper .search .icon-search:before{position:absolute}header.global-header .menu-wrapper .search .icon-search:before{width:100%;height:100%;display:flex;align-items:flex-end;justify-content:center;position:relative;top:auto;left:auto;font-size:18px}header.global-header .global-search{max-width:300px;display:block}header.global-header .navigation{position:absolute;opacity:0;visibility:hidden;background:#303037;-webkit-transition:opacity .4s ease-in-out,visibility 0s linear;-moz-transition:opacity .4s ease-in-out,visibility 0s linear;transition:opacity .4s ease-in-out,visibility 0s linear}header.global-header .navigation.fixed-overflow{overflow:hidden}header.global-header .navigation h2,header.global-header .navigation .site-name{text-align:left}header.global-header .navigation h2{padding:50px 16px 16px;font-size:24px;line-height:33px}header.global-header .navigation .site-name{font-size:32px}header.global-header .navigation .site-name a{color:#fff}header.global-header .navigation li:last-child{border-bottom:none}header.global-header .navigation li.active a{font-weight:700;color:#fff}header.global-header .navigation li a{padding:20px 16px;margin-left:2px;color:#fff}header.global-header .show-nav{background:#292930;border-bottom:2px solid #151515}header.global-header .global-nav-list li a,header.global-header .local-nav li a{border-top:1px solid #151515}header.global-header .global-nav{border-bottom:1px solid #000;margin-bottom:200px;background:#303037}header.global-header .global-nav .signup-container a{margin-right:25px}header.global-header .global-nav .signup-container .icon-mail{position:relative}header.global-header .global-nav .signup-container .icon-mail:before{position:absolute}header.global-header .global-nav li a{color:#fff}header.global-header .global-nav .site-name{display:block}header.global-header .global-nav .site-name .logo{display:none}header.global-header .global-nav .provider-details{background:#222}header.global-header .global-nav .provider-details .mvpd-logo{text-align:left;font-size:12px}header.global-header .local-nav li a{color:#cbcbcb;-webkit-tap-highlight-color:rgba(24,24,24,.4)}header.global-header .nav-head{max-height:57px;background:#292930;border-bottom:1px solid #151515;overflow:hidden;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;transition:all .3s ease-in-out}header.global-header .nav-head.expanded{max-height:116px}header.global-header .nav-head.expanded .user-option-content .profile:after{-webkit-transform:scale(1,-1);-moz-transform:scale(1,-1);-ms-transform:scale(1,-1);-o-transform:scale(1,-1);transform:scaleY(-1)}header.global-header .nav-head .user-actions,header.global-header .nav-head .profile-section-content{height:100%}header.global-header .nav-head .profile-section-content>a{padding:20px 18px;color:#d2d2d2;font-weight:600;display:block;width:calc(100% - 60px);background:#3b3b45;border-right:1px solid #151515;line-height:1em;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}header.global-header .nav-head .user-option-content .profile:after{content:"k";font-family:icon-fonts!important;display:flex;margin-left:8px;font-size:26px}header.global-header .nav-head .user-option-content .profile.has-options{display:flex}header.global-header .nav-head .user-option-content .options{background:#3b3b45;border-top:1px solid #151515;display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex}header.global-header .nav-head .user-option-content .options li{width:33.33%;font-size:14px;text-align:center;-webkit-flex-grow:1;-moz-flex-grow:1;flex-grow:1;-ms-flex-positive:1}header.global-header .nav-head .user-option-content .options li:not(:last-child){border-right:1px solid #151515}header.global-header .nav-head .icon-cancel{font-size:26px;top:0;padding:14px;-webkit-transform:scale(0);-moz-transform:scale(0);-ms-transform:scale(0);-o-transform:scale(0);transform:scale(0)}header.global-header .search-wrapper{height:98px;position:relative;display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex}header.global-header .search-wrapper .search{visibility:hidden}header.global-header .search-wrapper:not(.show-search) .site-name,header.global-header .search-wrapper:not(.show-search) .search{padding-top:50px;padding-bottom:16px}header.global-header .search-wrapper.show-search{-webkit-box-orient:vertical;-moz-box-orient:vertical;box-orient:vertical;-webkit-flex-direction:column;-moz-flex-direction:column;flex-direction:column;-ms-flex-direction:column}header.global-header .search-wrapper.show-search .site-name,header.global-header .search-wrapper.show-search .search{padding-top:12px}header.global-header .search-wrapper.show-search .global-search{width:100%;max-width:100%}header.global-header .search-wrapper .site-name,header.global-header .search-wrapper .search{padding-right:16px;padding-left:16px}header.global-header .search-wrapper .search{padding:50px 16px 16px;-webkit-flex-grow:1;-moz-flex-grow:1;flex-grow:1;-ms-flex-positive:1;-webkit-box-pack:end;-moz-box-pack:end;box-pack:end;-webkit-justify-content:flex-end;-moz-justify-content:flex-end;-ms-justify-content:flex-end;-o-justify-content:flex-end;justify-content:flex-end;-ms-flex-pack:end}header.global-header .search-wrapper .search .global-search{height:30px}header.global-header .search-wrapper .search .icon-search{position:relative;left:-20px;color:#fff}header.global-header .search-wrapper .search .icon-search:before{position:absolute}header.global-header .user-actions.profile-signed-in .profile-signin-content{display:none}header.global-header .user-actions.profile-signed-in .user-option-content{display:block}header.global-header .user-actions.profile-signed-out .profile-signin-content{display:block}header.global-header .user-actions.profile-signed-out .user-option-content{display:none}header.global-header .brand-social .email-signup{margin-left:16px}header.global-header .brand-social ul{justify-content:flex-start}header.global-header .mobile-mvpd{position:absolute;left:0;right:0;top:0;background:#000;z-index:2002;padding:0 16px;text-align:right;height:30px;max-height:0;overflow:hidden;-webkit-transition:all .3s;-moz-transition:all .3s;transition:all .3s}header.global-header .mobile-mvpd .mvpd-logo{display:flex;margin-right:8px}header.global-header .mobile-mvpd .mvpd-logo.mvpd-mobile-logo{display:flex}header.global-header .mobile-mvpd .sign-out{font-size:13px;text-transform:uppercase;color:#fff}header.global-header .mobile-mvpd img.generic-provider{height:20px;margin:4px 4px 6px}header.global-header .mobile-mvpd img:not(.generic-provider){height:30px}header.global-header.white-header .search .global-search .gsc-clear-button:before{color:#fff}header.global-header.white-header .user-actions .profile-section-content .options a{color:#fff}.signed-in header.global-header:not(.light-header){padding-top:30px}.signed-in header.global-header:not(.light-header) .navigation{top:30px}.signed-in header.global-header.interior-header .header-label,.signed-in header.global-header.interior-header .series-name{top:calc(55% + 10px)}.signed-in header.global-header .mobile-mvpd{max-height:30px}.force-search-position{top:140px!important}table.gstl_50.gssb_c{left:0!important;width:100vw!important}}@media (max-width: 1024px){.this-day-in-history{z-index:500}.this-day-in-history .program-title{font-size:1em;margin-left:10px;vertical-align:middle}.this-day-in-history .program-title .nav-label{padding:0;margin-top:0}.this-day-in-history.sticky{height:40px}.this-day-in-history.sticky .nav-wrapper{left:0;padding:4px;cursor:pointer;margin:0 auto 8px}.this-day-in-history.sticky .program-title{padding:0}.this-day-in-history.sticky .program-title .nav-label{padding:0;display:inline-block;vertical-align:middle;margin-top:8px}.this-day-in-history.sticky .sticky-nav span{display:none}.this-day-in-history.sticky .sticky-nav.prev-day{right:20px;top:10px}.this-day-in-history.sticky .sticky-nav.prev-day:before{left:0}.this-day-in-history.sticky .sticky-nav.next-day{left:-20px;top:10px}.this-day-in-history.sticky .sticky-nav.next-day:before{right:0}.this-day-in-history.sticky .short-date-sticky{display:inline-block;vertical-align:middle}.this-day-in-history.sticky .short-date-sticky,.this-day-in-history.sticky .head-title{font-size:16px}.this-day-in-history .current-date{width:78px;height:70px}.this-day-in-history .current-date:after{bottom:-10px;border-width:10px 40px 0 38px}.this-day-in-history .current-date .view-it{display:none}.this-day-in-history .current-date .month{font-size:18px}.this-day-in-history .current-date .day{font-size:36px}.this-day-in-history .sticky-nav{display:none}.this-day-in-history .nav-wrapper{left:0;margin:0;width:100%;white-space:nowrap}.this-day-in-history #date-picker .close-btn{display:none}.this-day-in-history #date-picker.open{padding:8px 0;height:210px}.this-day-in-history #date-picker .calendar-month{margin:0 4px;width:300px;height:110px}.this-day-in-history #date-picker .calendar-month table{background-color:#ddd}.this-day-in-history #date-picker .calendar-month h4{background-color:#ddd;color:#000;font-weight:300}.this-day-in-history #date-picker .calendar-month td{border:none}.this-day-in-history #date-picker .calendar-month td.filled a{background-color:#ddd}.this-day-in-history #date-picker .calendar-month td a{padding:10px 0;font-size:14px}.this-day-in-history #date-picker .center .calendar-month .prev,.this-day-in-history #date-picker .center .calendar-month .next{display:none}}@media (max-width: 1024px){.internal-nav.hero-nav{display:none}.internal-nav .program-title{padding-bottom:12px}.internal-nav .program-title span{display:block;margin-top:8px}.internal-nav nav>ul{display:none}}header.global-header.history-header{display:flex;flex-direction:column;align-items:stretch;position:sticky;background-color:unset;z-index:1001}header.global-header.history-header .icon{display:flex}header.global-header.history-header .icon path{stroke:#757575}header.global-header.history-header .icon--active{cursor:pointer;border:none;background:none;padding:0}header.global-header.history-header .icon--active:hover path,header.global-header.history-header .icon--active:active path{stroke:#1e1e1e}header.global-header.history-header .gsc-search-button{display:none}header.global-header.history-header .navigation-module{display:flex;justify-content:space-between;background:#fff;border-bottom:1px solid #f5f5f5;color:#757575;box-shadow:0 1px 4px -4px #0c0c0d0d;padding:16px 20px 8px;font-family:DM Sans;font-weight:500;font-size:12px;opacity:.95;backdrop-filter:blur(15px)}header.global-header.history-header .navigation-module__flex-group{display:flex;flex-direction:column;justify-content:center}header.global-header.history-header .navigation-module__flex-group--small{gap:32px}header.global-header.history-header .navigation-module__flex-group--large{gap:40px}header.global-header.history-header .navigation-module__icons-container{display:flex;align-items:center}header.global-header.history-header .navigation-module__icons-container--small{gap:20px}header.global-header.history-header .navigation-module__icons-container--large{gap:36px}header.global-header.history-header .navigation-module__logo-heading{display:flex}header.global-header.history-header .navigation-module__logo-link{display:flex}header.global-header.history-header .navigation-module__logo-link:hover .stop-1{stop-color:#ffe373}header.global-header.history-header .navigation-module__logo-link:hover .stop-2{stop-color:#ffc329}header.global-header.history-header .navigation-module__logo-link:hover .stop-3{stop-color:#b57800}header.global-header.history-header .navigation-module__crimeandinvestigation-logo{width:35px}header.global-header.history-header .navigation-module__logo-icon .stop-1,header.global-header.history-header .navigation-module__logo-icon .stop-2,header.global-header.history-header .navigation-module__logo-icon .stop-3{transition:stop-color .2s}header.global-header.history-header .navigation-module__logo-icon--extended{display:none}header.global-header.history-header .navigation-module__links{display:none}header.global-header.history-header .navigation-module__link{color:#757575}header.global-header.history-header .navigation-module__live-tv{display:none;align-items:center;gap:10px;background-color:#1e1e1e;color:#fff;padding:12px 16px;border:1px solid #3c3c3c;border-radius:44px;box-shadow:0 10px 30px -10px #000,0 5px 10px -5px #000;font-size:14px;font-weight:400;position:relative;z-index:1;opacity:1}header.global-header.history-header .navigation-module__live-tv:after{content:"";position:absolute;inset:0;border-radius:44px;background:linear-gradient(93.07deg,#4c4c4c 2.37%,#0d0d0d 62.85%,#000 111.57%);opacity:0;z-index:-1;transition:opacity .2s ease-in}header.global-header.history-header .navigation-module__live-tv:hover:after{opacity:1}header.global-header.history-header .navigation-module__live-tv .stop-1{stop-color:#ffe373}header.global-header.history-header .navigation-module__live-tv .stop-2{stop-color:#ffc329}header.global-header.history-header .navigation-module__live-tv .stop-3{stop-color:#b57800}header.global-header.history-header .navigation-module__menu-close{display:none}header.global-header.history-header .navigation-module--expanded{position:fixed;inset:0;display:flex;align-items:flex-start;flex-direction:column;justify-content:flex-start;gap:32px;opacity:1}header.global-header.history-header .navigation-module--expanded .navigation-module__logo-link .stop-1{stop-color:#ffe373}header.global-header.history-header .navigation-module--expanded .navigation-module__logo-link .stop-2{stop-color:#ffc329}header.global-header.history-header .navigation-module--expanded .navigation-module__logo-link .stop-3{stop-color:#b57800}header.global-header.history-header .navigation-module--expanded .navigation-module__links{display:flex;flex-direction:column;margin-left:16px}header.global-header.history-header .navigation-module--expanded .navigation-module__link{display:flex;align-items:center;gap:12px;padding:12px 16px}header.global-header.history-header .navigation-module--expanded .navigation-module__menu-open{display:none}header.global-header.history-header .navigation-module--expanded .navigation-module__menu-close{display:flex}header.global-header.history-header .navigation-module--expanded .navigation-module__profile-search-icons{display:none}header.global-header.history-header .navigation-module--expanded .navigation-module__live-tv{display:flex;margin-left:12px}header.global-header.history-header .menu-wrapper .user-actions{display:flex;align-items:center;gap:16px}header.global-header.history-header .menu-wrapper .user-actions.no-mvpd .mvpd-logo{display:none!important}header.global-header.history-header .menu-wrapper .user-actions.profile-signed-out .user-option{display:none!important}header.global-header.history-header .menu-wrapper .user-actions .profile-signin,header.global-header.history-header .menu-wrapper .user-actions .mvpd-logo,header.global-header.history-header .menu-wrapper .user-actions .user-option{position:relative}header.global-header.history-header .menu-wrapper .user-actions .profile-signin:after,header.global-header.history-header .menu-wrapper .user-actions .mvpd-logo:after,header.global-header.history-header .menu-wrapper .user-actions .user-option:after{content:none}header.global-header.history-header .menu-wrapper .user-actions.profile-signed-in .user-option{padding:0}header.global-header.history-header .menu-wrapper .user-actions.profile-signed-in .profile-signin{display:none!important}header.global-header.history-header .menu-wrapper .user-actions .mvpd-logo{display:flex;position:relative;max-width:100px}header.global-header.history-header .menu-wrapper .user-actions .mvpd-logo .profile-section-content:before{content:none}header.global-header.history-header .menu-wrapper .user-actions .mvpd-logo .profile-section-content.display{top:29px}header.global-header.history-header .menu-wrapper .user-actions .mvpd-logo .profile-section-content .options li{border:none}header.global-header.history-header .menu-wrapper .user-actions .mvpd-logo .profile-section-content .options li:first-child{border-bottom:1px solid rgba(0,0,0,.6)}header.global-header.history-header .menu-wrapper .user-actions .mvpd-logo #nav-mvpd-logo{display:flex}header.global-header.history-header .menu-wrapper .user-actions .mvpd-logo #nav-mvpd-logo img{height:26px;max-width:100px}header.global-header.history-header .menu-wrapper .user-actions .profile-section-content.profile-signin-content a.register{border-bottom:none}header.global-header.history-header .menu-wrapper .user-actions .user-option.profile-section-content:before{content:none}header.global-header.history-header .menu-wrapper .user-actions .profile-section-content{position:absolute;top:30px;right:0;background:#fff;width:180px;display:none;border-radius:2px;-webkit-box-shadow:0 2px 8px rgba(0,0,0,.5);-moz-box-shadow:0 2px 8px rgba(0,0,0,.5);box-shadow:0 2px 8px #00000080}header.global-header.history-header .menu-wrapper .user-actions .profile-section-content .profile{background-color:#aaa;max-width:unset;cursor:default}header.global-header.history-header .menu-wrapper .user-actions .profile-section-content.display{max-height:270px;display:block;top:26px}header.global-header.history-header .menu-wrapper .user-actions .profile-section-content>a,header.global-header.history-header .menu-wrapper .user-actions .profile-section-content .options li a{text-transform:uppercase;display:block;font-size:14px;line-height:28px;color:#000;padding:14px;font-weight:500;cursor:pointer}header.global-header.history-header .menu-wrapper .user-actions .profile-section-content .options li{border-top:1px solid rgba(0,0,0,.6);border-bottom:none}header.global-header.history-header .menu-wrapper .user-actions .profile-section-content .options li:first-child{border-top:none}.signed-in header.global-header.history-header{padding:0}@media (min-width: 768px){header.global-header.main-header{-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;transition:all .3s ease-in-out}header.global-header.main-header .logo{-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;transition:all .3s ease-in-out}header.global-header.main-header.fixed-header{padding:8px 40px;background:#000;position:fixed;height:66px;z-index:500;-webkit-transition:opacity .3s ease-in-out,visibility 0 ease-in-out .3s;-moz-transition:opacity .3s ease-in-out,visibility 0 ease-in-out .3s;transition:opacity .3s ease-in-out,visibility 0 ease-in-out .3s}header.global-header.main-header.fixed-header .header-links{opacity:0;visibility:hidden}header.global-header.main-header.fixed-header .logo{height:48px}header.global-header.interior-header .series-name,header.global-header.interior-header .header-label{width:calc(100% - 625px)}header.global-header.interior-header .series-name a:hover,header.global-header.interior-header .header-label a:hover{-webkit-transform:scale(1.06) translate3d(5px,0,0);-moz-transform:scale(1.06) translate3d(5px,0,0);-ms-transform:scale(1.06) translate3d(5px,0,0);-o-transform:scale(1.06) translate3d(5px,0,0);transform:scale(1.06) translate3d(5px,0,0)}header.global-header.interior-header .series-name .tuneInInfo,header.global-header.interior-header .header-label .tuneInInfo{color:#fffc;font-size:16px;text-transform:none;line-height:.86em;font-weight:600;line-height:1em}header.global-header.nav-expanded .navigation{opacity:1;visibility:visible;-webkit-transition-delay:0s;-moz-transition-delay:0s;transition-delay:0s;display:block}header.global-header.nav-expanded .menu-wrapper .live-tv-container,header.global-header.nav-expanded .menu-wrapper .user-actions,header.global-header.nav-expanded .menu-wrapper .icon-list>*:not(.icon-cancel){visibility:hidden}header.global-header.nav-expanded .menu-wrapper .icon-list .search{width:42px}header.global-header .site-name .logo{height:88px;width:125px}header.global-header .global-search{width:300px;max-width:0}header.global-header .navigation{position:fixed;background:#000;opacity:0;visibility:hidden;display:none;-webkit-transition:visibility 0s ease-out .2s,opacity .2s ease-out;-moz-transition:visibility 0s ease-out .2s,opacity .2s ease-out;transition:visibility 0s ease-out .2s,opacity .2s ease-out}header.global-header .nav-wrapper{width:849px;position:relative;height:94vh;max-height:650px;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-moz-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-webkit-transition:width .4s;-moz-transition:width .4s;transition:width .4s}header.global-header .nav-wrapper>*{position:absolute;top:0;bottom:0}header.global-header .nav-wrapper.nav-no-series{width:720px}header.global-header .nav-wrapper.nav-no-series .site-name,header.global-header .nav-wrapper.nav-no-series .brand-social{width:44%}header.global-header .nav-wrapper.nav-no-series .global-nav-list{width:56%;left:calc(44% + 1px)}header.global-header .nav-wrapper.nav-no-series .global-nav-list a{color:#ffffff8f}header.global-header .nav-wrapper.nav-no-brand{width:600px}header.global-header .nav-wrapper.nav-no-brand .global-nav{width:100%}header.global-header .nav-wrapper.nav-no-brand .global-nav .site-name{width:44.1%}header.global-header .nav-wrapper.nav-no-brand .brand-social{width:44.1%}header.global-header .nav-wrapper.nav-no-brand .show-nav{width:55%}header.global-header .show-nav{right:0;width:37.69%;margin-left:.94%;z-index:10;background:#ffffff1f}header.global-header .show-nav h2{font-size:28px;line-height:1.33em;padding:16px 24px;overflow:hidden;text-overflow:ellipsis;-webkit-transition:all .3s;-moz-transition:all .3s;transition:all .3s}header.global-header .show-nav li{max-width:100%;border-bottom:1px solid rgba(255,255,255,.06);-webkit-transition:all .4s;-moz-transition:all .4s;transition:all .4s}header.global-header .show-nav li a{display:block;padding:14px 24px;font-size:18px;line-height:1.2em;color:#ffffffb3;-webkit-transition:all .4s;-moz-transition:all .4s;transition:all .4s;text-transform:capitalize}header.global-header .show-nav li.active,header.global-header .show-nav li:hover{background:#ffffff0f}header.global-header .global-nav{width:100%}header.global-header .global-nav .mobile-option-section{display:none}header.global-header .global-nav .signup-container a{margin-right:25px}header.global-header .global-nav .signup-container .icon-mail{position:relative}header.global-header .global-nav .signup-container .icon-mail:before{position:absolute;left:-14px}header.global-header .global-nav>*{-webkit-transition:all .6s;-moz-transition:all .6s;transition:all .6s}header.global-header .global-nav:hover .site-name,header.global-header .global-nav:hover .global-nav-list{background:#fff3}header.global-header .global-nav:hover .site-name a,header.global-header .global-nav:hover .global-nav-list a{color:#ffffffb3}header.global-header .global-nav:hover .site-name a:hover,header.global-header .global-nav:hover .global-nav-list a:hover{color:#fff}header.global-header .global-nav .global-nav-list{position:absolute;top:0;bottom:0;left:calc(28.26% + 1px);width:32.97%;background:#ffffff1a;overflow:auto}header.global-header .global-nav .global-nav-list li{-webkit-transition:all .4s;-moz-transition:all .4s;transition:all .4s;border-bottom:1px solid #000;font-size:15px;font-weight:600}header.global-header .global-nav .global-nav-list li a{display:block;padding:16px 16px 16px 24px;color:#ffffffb3;-webkit-transition:all .4s;-moz-transition:all .4s;transition:all .4s}header.global-header .global-nav .global-nav-list li.sign-in{display:none}header.global-header .global-nav .site-name{width:28.26%;background:#ffffff1a;position:absolute;inset:0 auto 0 0}header.global-header .global-nav .site-name a{color:#fffc;padding:20px 24px;float:right}header.global-header .global-nav .site-name .logo{display:block;-webkit-transition:all .3s;-moz-transition:all .3s;transition:all .3s}header.global-header .global-nav .site-name .logo[title="Lifetime Movies"]{background-image:url(/assets/images/lmn/logo-white.svg)}header.global-header .global-nav .site-name .brand{display:none}header.global-header .brand-social{width:28.26%;top:180px;position:absolute;left:0}header.global-header .brand-social ul{text-align:right;padding-right:20px}header.global-header .brand-social .icon{-webkit-transition:all .4s;-moz-transition:all .4s;transition:all .4s}header.global-header .brand-social .icon-social-tiktok,header.global-header .brand-social .icon-social-tiktok:hover{transform:scaleX(-1)}header.global-header .brand-social .email-signup{text-align:right}header.global-header .brand-social .email-signup a{-webkit-transition:all .4s;-moz-transition:all .4s;transition:all .4s}header.global-header .menu-wrapper{margin-right:0;cursor:pointer}header.global-header .menu-wrapper .user-actions{display:flex;align-items:center}header.global-header .menu-wrapper .user-actions.no-mvpd .mvpd-logo{display:none!important}header.global-header .menu-wrapper .user-actions.profile-signed-in .user-option{display:flex;padding:0 10px}header.global-header .menu-wrapper .user-actions.profile-signed-in .profile-signin{display:none!important}header.global-header .menu-wrapper .user-actions.profile-signed-out .profile-signin{display:flex}header.global-header .menu-wrapper .user-actions.profile-signed-out .user-option{display:none!important}header.global-header .menu-wrapper .user-actions .profile-signin,header.global-header .menu-wrapper .user-actions .user-option,header.global-header .menu-wrapper .user-actions .mvpd-logo,header.global-header .menu-wrapper .user-actions>a.sign-in{position:relative}header.global-header .menu-wrapper .user-actions .profile-signin:after,header.global-header .menu-wrapper .user-actions .user-option:after,header.global-header .menu-wrapper .user-actions .mvpd-logo:after,header.global-header .menu-wrapper .user-actions>a.sign-in:after{content:"";display:flex;width:1px;height:16px;background-color:#d8d8d880;position:absolute;top:50%;transform:translateY(-50%);right:0}header.global-header .menu-wrapper .user-actions .profile-signin:after,header.global-header .menu-wrapper .user-actions .user-option:after{margin-right:0}header.global-header .menu-wrapper .user-actions .user-option .profile{display:inline-block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}header.global-header .menu-wrapper .user-actions .mvpd-logo{display:flex;position:relative;max-width:100px}header.global-header .menu-wrapper .user-actions .mvpd-logo #nav-mvpd-logo img{width:100%}header.global-header .menu-wrapper .user-actions .mvpd-logo:after{margin-left:0}header.global-header .menu-wrapper .user-actions>a.sign-out{color:#ffffff8f;font-size:14px;margin-left:8px}header.global-header .menu-wrapper .user-actions a:not(.promo-sign-in){text-transform:uppercase;font-weight:600;display:flex;font-size:14px;color:#ffffffdb}header.global-header .menu-wrapper .user-actions a:not(.promo-sign-in).sign-in,header.global-header .menu-wrapper .user-actions a:not(.promo-sign-in).register{line-height:28px}header.global-header .menu-wrapper .classics{padding:0 4px;margin-right:8px}header.global-header .menu-wrapper .classics .classics-link{padding-right:10px;color:#fff;font-size:14px;font-weight:700;transform:translateY(1px);text-transform:uppercase}header.global-header .menu-wrapper .icon-menu:before{float:right}header.global-header .menu-wrapper .icon-cancel,header.global-header .navigation .icon-cancel{font-size:32px;top:4px}header.global-header.white-header .menu-wrapper .user-actions a{color:#000!important}header.global-header.white-header .menu-wrapper .user-actions>*:after{background-color:#00000080!important}header.global-header .provider-details{display:none}}@media (min-width: 768px)and (max-width: 1024px){header.global-header.main-header{padding:14px 32px}header.global-header.main-header .logo-container{height:60px;width:88px}header.global-header .header-links{visibility:hidden;height:0}header.global-header .menu-wrapper .user-actions.profile-signed-out .profile-icon .icon{color:#777}header.global-header .menu-wrapper .user-actions.profile-signed-in .profile-icon .icon{color:#fff}header.global-header .menu-wrapper .user-actions .user-option-content .profile{background-color:#444}header.global-header .menu-wrapper .user-actions .user-option-content:before{border-color:rgba(0,0,0,0) rgba(0,0,0,0) #444;z-index:-1}header.global-header .menu-wrapper .user-actions .mvpd-logo:after{margin-right:0}header.global-header .menu-wrapper .user-actions .profile-icon{display:flex;padding:0 5px;cursor:pointer}header.global-header .menu-wrapper .user-actions .profile-icon .icon{font-size:28px;line-height:1.2em;position:relative;top:2px}header.global-header .menu-wrapper .user-actions .user-option,header.global-header .menu-wrapper .user-actions .profile-signin,header.global-header .menu-wrapper .user-actions .mvpd-logo{position:relative}header.global-header .menu-wrapper .user-actions .user-option:after,header.global-header .menu-wrapper .user-actions .profile-signin:after,header.global-header .menu-wrapper .user-actions .mvpd-logo:after{margin-left:0}header.global-header .menu-wrapper .user-actions .user-option .profile-section-content,header.global-header .menu-wrapper .user-actions .profile-signin .profile-section-content,header.global-header .menu-wrapper .user-actions .mvpd-logo .profile-section-content{position:absolute;right:0;top:50px;background:#fff;width:180px;display:none;overflow:hidden;border-radius:2px;-webkit-box-shadow:0 2px 8px rgba(0,0,0,.5);-moz-box-shadow:0 2px 8px rgba(0,0,0,.5);box-shadow:0 2px 8px #00000080;-webkit-transition:max-height .2s ease-in-out;-moz-transition:max-height .2s ease-in-out;transition:max-height .2s ease-in-out}header.global-header .menu-wrapper .user-actions .user-option .profile-section-content.display,header.global-header .menu-wrapper .user-actions .profile-signin .profile-section-content.display,header.global-header .menu-wrapper .user-actions .mvpd-logo .profile-section-content.display{max-height:270px;display:block;-webkit-transition-delay:0s;-moz-transition-delay:0s;transition-delay:0s}header.global-header .menu-wrapper .user-actions .user-option .profile-section-content:before,header.global-header .menu-wrapper .user-actions .profile-signin .profile-section-content:before,header.global-header .menu-wrapper .user-actions .mvpd-logo .profile-section-content:before{content:"";width:0;height:0;border-style:solid;border-width:0 13px 26px;position:absolute;top:-13px;right:15px}header.global-header .menu-wrapper .user-actions .user-option .profile-section-content>a,header.global-header .menu-wrapper .user-actions .user-option .profile-section-content .options li a,header.global-header .menu-wrapper .user-actions .profile-signin .profile-section-content>a,header.global-header .menu-wrapper .user-actions .profile-signin .profile-section-content .options li a,header.global-header .menu-wrapper .user-actions .mvpd-logo .profile-section-content>a,header.global-header .menu-wrapper .user-actions .mvpd-logo .profile-section-content .options li a{display:block;padding:14px}header.global-header .menu-wrapper .user-actions .user-option .profile-section-content .profile,header.global-header .menu-wrapper .user-actions .profile-signin .profile-section-content .profile,header.global-header .menu-wrapper .user-actions .mvpd-logo .profile-section-content .profile{border-radius:2px 2px 0 0}header.global-header .menu-wrapper .user-actions .user-option .profile-section-content .profile .icon,header.global-header .menu-wrapper .user-actions .profile-signin .profile-section-content .profile .icon,header.global-header .menu-wrapper .user-actions .mvpd-logo .profile-section-content .profile .icon{display:none}header.global-header .menu-wrapper .user-actions .user-option .profile-section-content .options li,header.global-header .menu-wrapper .user-actions .profile-signin .profile-section-content .options li,header.global-header .menu-wrapper .user-actions .mvpd-logo .profile-section-content .options li{border-top:1px solid rgba(0,0,0,.6)}header.global-header .menu-wrapper .user-actions .user-option .profile-section-content .options li:first-child,header.global-header .menu-wrapper .user-actions .profile-signin .profile-section-content .options li:first-child,header.global-header .menu-wrapper .user-actions .mvpd-logo .profile-section-content .options li:first-child{border-top:none}header.global-header .menu-wrapper .user-actions .user-option .profile-section-content .options li a,header.global-header .menu-wrapper .user-actions .profile-signin .profile-section-content .options li a,header.global-header .menu-wrapper .user-actions .mvpd-logo .profile-section-content .options li a{color:#000}header.global-header .menu-wrapper .user-actions .profile-section-content:not(.user-option-content):before{border-color:rgba(0,0,0,0) rgba(0,0,0,0) #fff}header.global-header .menu-wrapper .user-actions .profile-section-content:not(.user-option-content)>a{color:#000}header.global-header .menu-wrapper .user-actions .profile-section-content:not(.user-option-content)>a:after{display:none}header.global-header .menu-wrapper .user-actions .profile-section-content:not(.user-option-content)>a:first-child{border-bottom:1px solid rgba(0,0,0,.6)}header.global-header.white-header .menu-wrapper .user-actions.profile-signed-in .profile-icon .icon{color:#000}header.global-header.white-header .menu-wrapper .user-actions .user-option .profile-section-content .profile{background-color:#aaa}header.global-header.white-header .menu-wrapper .user-actions .user-option .profile-section-content:before{border-color:rgba(0,0,0,0) rgba(0,0,0,0) #aaa;z-index:-1}}@media (min-width: 768px)and (max-width: 1280px){header.global-header.main-header .logo{height:60px;width:80px}header.global-header.main-header .logo[title="Lifetime Movies"]{background-image:url(/assets/images/lmn/logo-white.svg)}header.global-header.interior-header .series-name,header.global-header.interior-header .header-label{font-size:28px}}@media (min-width: 768px)and (max-width: 960px){header.global-header .nav-wrapper{width:95%}header.global-header.interior-header{padding:0 2px 0 12px}header.global-header.interior-header .logo-link{padding-right:16px;margin-right:8px}header.global-header.interior-header .menu-wrapper .user-actions{margin-right:1px}header.global-header.interior-header .menu-wrapper .user-actions .sign-out{margin-left:0}header.global-header.interior-header .series-name,header.global-header.interior-header .header-label{width:calc(100% - 449px)}}@media (min-width: 961px)and (max-width: 1024px){header.global-header.interior-header{padding:0 14px 0 24px}header.global-header.interior-header .menu-wrapper .user-actions{margin-right:9px}header.global-header.interior-header .series-name,header.global-header.interior-header .header-label{width:calc(100% - 518px)}}@media (min-width: 1025px){header.global-header .header-links{display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-moz-box-align:center;box-align:center;-webkit-align-items:center;-moz-align-items:center;-ms-align-items:center;-o-align-items:center;align-items:center;-ms-flex-align:center;-webkit-transition:opacity .1s ease-in-out,visibility 0 ease-in-out .1s;-moz-transition:opacity .1s ease-in-out,visibility 0 ease-in-out .1s;transition:opacity .1s ease-in-out,visibility 0 ease-in-out .1s}header.global-header .header-links li{position:relative;padding:0 6px}header.global-header .header-links li.expanded .nav-more-list{max-height:200px;-webkit-transition-delay:.1s;-moz-transition-delay:.1s;transition-delay:.1s}header.global-header .header-links li.expanded .more-nav{width:200px;background:#3e3e3e;-webkit-transition-delay:0s;-moz-transition-delay:0s;transition-delay:0s}header.global-header .header-links li.expanded .more-nav:before{display:none}header.global-header .header-links a{padding:18px 10px;font-size:14px;font-weight:700;text-transform:uppercase;color:#fff;display:block;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;transition:all .3s ease-in-out}header.global-header .header-links a.lmn-brand-logo,header.global-header .header-links a.lifetime-brand-logo{text-indent:-9999px;background:no-repeat center center;background-size:contain;width:60px;height:20px;position:relative}header.global-header .header-links a.lmn-brand-logo:hover,header.global-header .header-links a.lifetime-brand-logo:hover{opacity:.8}header.global-header .header-links a.lmn-brand-logo:focus,header.global-header .header-links a.lifetime-brand-logo:focus{outline:solid 2px #4d90fe}header.global-header .header-links a.lmn-brand-logo:focus:not(:focus-visible),header.global-header .header-links a.lifetime-brand-logo:focus:not(:focus-visible){outline:none}header.global-header .header-links a.lmn-brand-logo{background-image:url(/assets/images/lmn/logo-white.svg)}header.global-header .header-links a.lifetime-brand-logo{background-image:url(/assets/images/lifetime/logo-white.svg)}header.global-header .header-links .more-nav{width:120px;display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-transition:all .1s ease-in-out .1s;-moz-transition:all .1s ease-in-out .1s;transition:all .1s ease-in-out .1s}header.global-header .header-links .more-nav:before{margin-left:8px;-webkit-box-ordinal-group:2;-moz-box-ordinal-group:2;box-ordinal-group:2;-webkit-order:2;-moz-order:2;order:2;-ms-flex-order:2}header.global-header .header-links .nav-more-list{background:#3e3e3e;position:absolute;max-height:0;overflow:hidden;width:200px;left:0;top:30px;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;transition:all .3s ease-in-out}header.global-header .header-links .nav-more-list a{display:block}header.global-header .menu-wrapper .user-actions .profile-icon{display:none}header.global-header .menu-wrapper .user-actions .profile-section-content{display:flex}header.global-header .menu-wrapper .user-actions .profile-section-content.profile-signin-content{padding:0 10px}header.global-header .menu-wrapper .user-actions .profile-section-content.display .options{max-height:200px;-webkit-transition:all .2s linear;-moz-transition:all .2s linear;transition:all .2s linear}header.global-header .menu-wrapper .user-actions .user-option .profile{max-width:115px}header.global-header .menu-wrapper .user-actions .user-option .icon-down-open-mini{font-size:1.33em;margin-left:0;position:relative;top:3px}header.global-header .menu-wrapper .user-option{position:relative;display:flex;line-height:40px}header.global-header .menu-wrapper .user-option .icon{margin-left:10px}header.global-header .menu-wrapper .user-actions .options{position:absolute;left:0;top:50px;background:#000;width:180px;overflow:hidden;max-height:0;-webkit-transform:translateY(5px);-moz-transform:translateY(5px);-ms-transform:translateY(5px);-o-transform:translateY(5px);transform:translateY(5px);-webkit-transition:all .2s linear;-moz-transition:all .2s linear;transition:all .2s linear}header.global-header .menu-wrapper .user-actions .options li{line-height:1.33em;border-bottom:1px solid rgba(255,255,255,.3)}header.global-header .menu-wrapper .user-actions .options li a{line-height:40px;padding:14px}header.global-header .menu-wrapper .user-actions .options li:last-child{border-bottom:none}header.global-header.white-header .menu-wrapper .user-actions .options{background:#fff;max-height:0}header.global-header.white-header .menu-wrapper .user-actions .options li{border-bottom:1px solid #000}header.global-header.white-header .menu-wrapper .user-actions .options li:last-child{border-bottom:none}header.global-header.white-header .header-links a.lmn-brand-logo{background-image:url(/assets/images/lmn/logo-black.svg)}header.global-header.white-header .header-links a.lifetime-brand-logo{background-image:url(/assets/images/lifetime/logo-black.svg)}}@media (min-width: 1025px)and (max-width: 1280px){header.global-header.interior-header{padding:0 20px}header.global-header .header-links{font-size:14px}header.global-header .menu-wrapper .user-actions .mvpd-logo>a{width:100px}header.global-header .menu-wrapper .user-actions .mvpd-logo>a img{width:100%}header.global-header .menu-wrapper .user-actions .profile-signin{font-size:14px}}@media (min-width: 1281px){header.global-header.main-header .logo{height:70px;width:80px}header.global-header.interior-header{padding:0 46px}header.global-header.interior-header .series-name,header.global-header.interior-header .header-label{font-size:32px}}@media (min-width: 1280px){header.global-header.main-header{padding:18px 40px}header.global-header .header-links li a{letter-spacing:-.02em}header.global-header .header-links .nav-more-list a{padding:8px 16px}header.global-header .logo-link{margin-right:8px}}@media (min-width: 1025px){.internal-nav:not(.section-nav) .program-title{margin-bottom:6px}.internal-nav.hero-nav .program-title{margin-bottom:0}.internal-nav .program-title span{margin-left:16px}.internal-nav .nav-more-list a{-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.internal-nav .nav-more-list a:hover{background:#fff3}}@media (min-width: 768px){header.global-header.history-header{position:relative}header.global-header.history-header .navigation-module{background:#fffffffc;box-shadow:0 4px 15px -4px #0c0c0d0d;opacity:1;backdrop-filter:none}header.global-header.history-header .navigation-module__flex-group{flex-direction:row;align-items:center}header.global-header.history-header .navigation-module__links,header.global-header.history-header .navigation-module__live-tv{display:flex}header.global-header.history-header .navigation-module__menu-open{display:none}header.global-header.history-header .navigation-module__link{padding-bottom:8px;border-bottom:1px solid;border-bottom-color:#0000;transition:border-bottom-color .2s,color .3s;position:relative;margin:8px 16px 0}header.global-header.history-header .navigation-module__link:before{content:"";position:absolute;left:-16px;top:0;width:1px;height:12px;background:#d9d9d9}header.global-header.history-header .navigation-module__link:hover{border-bottom-color:#ec221f;color:#1e1e1e}header.global-header.history-header .navigation-module__link svg{display:none}header.global-header.history-header .navigation-module__crimeandinvestigation-logo{width:75px}header.global-header.history-header .navigation-module__logo-icon--shorten{display:none}header.global-header.history-header .navigation-module__logo-icon--extended{display:block}header.global-header.history-header .navigation-module__logo-link:hover .navigation-module__logo-icon #brand-logo-bar,header.global-header.history-header .navigation-module__logo-link:active .navigation-module__logo-icon #brand-logo-bar{fill:#ec221f}header.global-header.history-header .navigation-module__logo-link #brand-logo-bar,header.global-header.history-header .navigation-module__logo-link #brand-logo-copy{display:block}header.global-header.history-header .navigation-module__live-tv{box-shadow:none;transition:border-color .2s ease-in}header.global-header.history-header .navigation-module__live-tv:hover{border-color:#fff}header.global-header.history-header .menu-wrapper .user-actions .user-option .icon{margin:0}header.global-header.history-header .menu-wrapper .user-actions .user-option .profile-section-content .options{box-shadow:0 2px 8px #00000080}header.global-header.history-header .menu-wrapper .user-actions .mvpd-logo .profile-section-content.display{top:36px}header.global-header.history-header .menu-wrapper .user-actions .mvpd-logo .options{box-shadow:0 2px 8px #00000080;top:-5px}header.global-header.history-header .menu-wrapper .user-actions .mvpd-logo #nav-mvpd-logo img{height:40px}}.global-footer{font-family:Inter,sans-serif;border-top:1px solid rgba(0,0,0,.05);position:relative;z-index:10;padding:64px;background-color:#fafafa}.global-footer .head-section{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;border-bottom:1px solid #444b57;padding-bottom:40px}.global-footer .head-section .aetn-wrapper{display:inline-block;width:170px}.global-footer .aetn{background:url(/assets/images/aenetworks/aetn-global-media-horizontal.svg) no-repeat center center;background-size:contain;text-indent:-9999px;display:inline-block;width:100%;height:0;padding-bottom:54%;top:25%}.global-footer .aetn:hover{filter:invert(.2);transition:filter .2s ease-out}.global-footer .footer-network .channel-logos{border-bottom:1px solid #444b57}.global-footer .footer-network .channel-logos-list{display:flex}.global-footer .footer-network .channel-logos-li{margin-right:35px}.global-footer .footer-network .channel-logos-li:last-child{margin-right:0}.global-footer .footer-network .channel-logos-li-link{display:block;height:35px;opacity:1}.global-footer .footer-network .channel-logos-li-link:focus,.global-footer .footer-network .channel-logos-li-link:hover{opacity:.75;transition:opacity .2s ease-out}.global-footer .footer-network .channel-logos-li .biography-logo{width:230px}.global-footer .footer-network .channel-logos-image{height:100%}.global-footer .footer-network .channel-logos-row:first-child{margin-bottom:24px}.global-footer .footer-network .channel-logos-row:last-child{margin-bottom:32px}.global-footer .footer-network .channel-logos-row:last-child .channel-logos-image{max-height:35px}.global-footer .footer-social .icon-social-facebook:before{content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='25' viewBox='0 0 26 25' fill='none'%3E%3Cpath d='M25.0447 12.5617C25.0447 5.90885 19.6528 0.516968 13 0.516968C6.34719 0.516968 0.955303 5.90885 0.955303 12.5617C0.955303 18.2076 4.8463 22.9502 10.0923 24.2535V16.2409H7.60812V12.5617H10.0923V10.9761C10.0923 6.87807 11.9461 4.97727 15.9735 4.97727C16.7357 4.97727 18.0531 5.12783 18.5942 5.27839V8.6095C18.3119 8.58127 17.8179 8.56245 17.2015 8.56245C15.2254 8.56245 14.4632 9.31054 14.4632 11.2537V12.5617H18.3966L17.7191 16.2409H14.4585V24.517C20.4244 23.7971 25.0447 18.7205 25.0447 12.5617Z' fill='black'/%3E%3C/svg%3E")}.global-footer .footer-brand-links-list{margin-bottom:32px}.global-footer .footer-text-li{margin-bottom:10px}.global-footer .footer-text-li-link{position:relative;font-size:14px;border-bottom:1px solid rgba(0,0,0,0);color:#232936;white-space:nowrap}.global-footer .footer-text-li-link:focus,.global-footer .footer-text-li-link:hover{border-color:#000c;color:#000c}.global-footer .footer-do-not-sell-link{position:relative;top:6px;width:205px}.global-footer .footer-small-text{font-size:10px;white-space:nowrap;color:#444b57}@media (min-width: 1025px){.global-footer{position:relative;z-index:60}.global-footer .brand-info-container-md,.global-footer .social-container-md{display:none}.global-footer .footer-sections{display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;gap:125px}.global-footer .head-section{margin-bottom:32px;display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;flex-direction:column;align-items:center;justify-content:center}.global-footer .footer-section{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.global-footer .footer-section.footer-section-fixed{display:flex;flex-direction:column;justify-content:space-between;width:100%}.global-footer .footer-section .footer-logo{display:block;height:65px;max-width:85px;margin-bottom:32px;background-position:left center;background-repeat:no-repeat;background-size:contain}.global-footer .footer-section .footer-logo:hover{opacity:.75;transition:opacity .2s ease-out}.global-footer .footer-social{margin-bottom:32px;white-space:nowrap}.global-footer .footer-social-item{margin-right:24px;display:inline-block}.global-footer .footer-social .icon{display:inline-block;width:24px;height:24px;font-size:24px;color:#000}.global-footer .footer-social .icon:focus,.global-footer .footer-social .icon:hover{opacity:.75;transition:opacity .2s ease-out}.global-footer .footer-social .icon-social-twitter{position:relative}.global-footer .footer-social .icon-social-twitter:before{width:24px;height:24px;position:absolute}.global-footer .footer-social .icon-social-tiktok{position:relative}.global-footer .footer-social .icon-social-tiktok:before{position:absolute;transform:scaleX(-1)}.global-footer .footer-social .icon-social-tiktok:hover{opacity:.75;transition:opacity .2s ease-out}.global-footer .other-links-list{display:flex;flex-wrap:wrap}.global-footer .footer-text-li{flex:1 1 50%}.global-footer .footer-ae{margin-top:32px;display:flex}.global-footer .footer-ae-li{display:flex;align-items:end;margin-bottom:0;margin-right:16px}.global-footer .other-links{display:flex;flex-direction:column;margin-top:32px}.global-footer .other-links-list{margin-right:150px}.global-footer .other-links-list:last-child{margin-right:0}.global-footer .other-links-list .footer-text-li{font-size:14px;position:relative}.global-footer .other-links-list .footer-text-li .footer-text-li-link{line-height:160%}.global-footer .footer-strip{background:#fff;border-top:1px solid rgba(0,0,0,.05);font-size:12px;line-height:2em;text-align:center}.global-footer .footer-strip .footer-link{padding:0;margin-right:24px}.lifetime-footer .footer-section-dyn .footer-brand-links-list .footer-text-li:nth-child(n+5):nth-child(-n+7){max-width:130px}.lifetime-footer .footer-section-dyn .footer-brand-links-list .footer-text-li:nth-child(n+5):nth-child(-n+7) .footer-text-li-link{line-height:120%}}@media (max-width: 1125px){.global-footer{padding:40px 20px}.global-footer .footer-sections{display:flex;flex-direction:column;gap:0}.global-footer .head-section{order:1}.global-footer .footer-section-dyn{order:3}.global-footer .footer-section-dyn .footer-inner-section{text-align:center}.global-footer .footer-section-fixed{order:2}.global-footer .footer-section-dyn .footer-logo,.global-footer .footer-section-dyn .footer-brand-links-list,.global-footer .footer-section-dyn .footer-social{display:none}.global-footer .head-section .aetn-wrapper{width:156px}.global-footer .head-section{padding-bottom:40px;margin-bottom:0}.global-footer .footer-network .channel-logos{padding:40px 0 20px}.global-footer .footer-network .channel-logos-row:last-child{margin-bottom:20px}.global-footer .footer-network .channel-logos-list{-webkit-box-pack:center;-moz-box-pack:center;box-pack:center;-webkit-justify-content:center;-moz-justify-content:center;-ms-justify-content:center;-o-justify-content:center;justify-content:center;-ms-flex-pack:center}.global-footer .footer-network .channel-logos-li{margin-right:40px}.global-footer .other-links-list{display:flex;flex-wrap:wrap;padding-bottom:40px;border-bottom:1px solid #444b57}.global-footer .other-links-list .footer-text-li{flex:1 1 33%;text-align:center}.global-footer .other-links-list .footer-text-li:first-child{order:1}.global-footer .other-links-list .footer-text-li:nth-child(2){order:6}.global-footer .other-links-list .footer-text-li:nth-child(3){order:2}.global-footer .other-links-list .footer-text-li:nth-child(4){order:4}.global-footer .other-links-list .footer-text-li:nth-child(5){order:3}.global-footer .other-links-list .footer-text-li:last-child{order:5}.global-footer .footer-ae{display:flex;flex-wrap:wrap;justify-content:center;margin:40px 0}.global-footer .footer-ae-li{margin-right:16px}.global-footer .footer-ae-li .footer-do-not-sell-link{top:0}.global-footer .footer-ae-li:last-child{flex-basis:100%;display:flex;justify-content:center;margin-top:24px}.global-footer .brand-info-container-md{display:flex;align-items:center;flex-direction:column;padding:40px 0;border-bottom:1px solid #444b57}.global-footer .brand-info-container-md .footer-logo{height:65px;width:85px;margin-bottom:32px;background-position:center;background-repeat:no-repeat;background-size:contain}.global-footer .brand-info-container-md .footer-brand-links-list{margin-bottom:0;display:flex;flex-wrap:wrap;justify-content:space-between}.global-footer .brand-info-container-md .footer-text-li{flex:1 1 30%;text-align:center}.global-footer .social-container-md{display:flex;align-items:center;flex-direction:column;margin-top:40px}.global-footer .social-container-md .footer-social{display:flex;align-items:center;margin-bottom:44px}.global-footer .social-container-md .footer-social-item{margin-right:40px}.global-footer .social-container-md .footer-social-item:last-child{margin-right:0}.global-footer .social-container-md .icon{display:inline-block;width:24px;height:24px;font-size:24px;color:#000;transition:opacity .2s ease-out}.global-footer .social-container-md .icon:focus,.global-footer .social-container-md .icon:hover{-webkit-transform:scale(1.06) translate3d(0,0,0);-moz-transform:scale(1.06) translate3d(0,0,0);-ms-transform:scale(1.06) translate3d(0,0,0);-o-transform:scale(1.06) translate3d(0,0,0);transform:scale(1.06) translateZ(0)}.global-footer .social-container-md .icon-social-twitter{position:relative}.global-footer .social-container-md .icon-social-twitter:before{width:24px;height:24px;position:absolute}.global-footer .social-container-md .icon-social-tiktok{position:relative}.global-footer .social-container-md .icon-social-tiktok:before{position:absolute;transform:scaleX(-1)}.global-footer .social-container-md .icon-social-tiktok:hover{-webkit-transform:scale(1.06) translate3d(0,0,0);-moz-transform:scale(1.06) translate3d(0,0,0);-ms-transform:scale(1.06) translate3d(0,0,0);-o-transform:scale(1.06) translate3d(0,0,0);transform:scale(1.06) translateZ(0)}.global-footer .social-container-md .other-links{display:flex;flex-wrap:wrap;flex-direction:column}.global-footer .social-container-md .footer-text-li{flex:1 1 30%;text-align:center}}@media (min-width: 1440px){.global-footer{padding:64px 250px}}@media (min-width: 1440px)and (max-width: 1673px){.global-footer{padding:64px 185px}.global-footer .footer-sections{gap:25px}}@media (min-width: 1125px){.global-footer .other-links{max-width:630px}}@media (min-width: 1100px)and (max-width: 1300px){.global-footer{padding:64px 28px}.global-footer .footer-sections{gap:30px}}@media (max-width: 620px){.global-footer .footer-network .channel-logos{padding:40px 0 20px}.global-footer .footer-network .channel-logos-li{margin-right:18px}.global-footer .footer-network .channel-logos-row:first-child .channel-logos-image{max-height:24px}.global-footer .footer-network .channel-logos-row:last-child{margin-bottom:0}.global-footer .footer-network .channel-logos-row:last-child .biography-logo{width:138px}.global-footer .footer-network .channel-logos-row:last-child .channel-logos-image{max-height:18px}}@media (max-width: 767px){.global-footer .footer-network .channel-logos-li{margin-right:25px}}@media (max-width: 567px){.global-footer{padding:40px 16px}.global-footer .head-section .aetn-wrapper{width:140px}.global-footer .footer-network .channel-logos-li{margin-right:15px}.global-footer .footer-brand-links-list .footer-text-li{flex:1 1 50%;text-align:left;margin-bottom:24px}.global-footer .footer-ae-li{flex:1 1 50%}.global-footer .other-links-list .footer-text-li{flex:1 1 50%;text-align:left;margin-bottom:16px}.global-footer .other-links-list .footer-text-li:first-child{order:1}.global-footer .other-links-list .footer-text-li:nth-child(2){order:6}.global-footer .other-links-list .footer-text-li:nth-child(3){order:3}.global-footer .other-links-list .footer-text-li:nth-child(4){order:2}.global-footer .other-links-list .footer-text-li:nth-child(5){order:5}.global-footer .other-links-list .footer-text-li:last-child{order:4}.global-footer .footer-ae-li{flex:1 1 50%;margin-right:0;margin-bottom:16px}.global-footer .footer-ae-li:last-child{justify-content:start;margin-top:0;margin-bottom:0}}@media (max-width: 450px){.global-footer .footer-network .channel-logos-row:first-child .channel-logos-image{max-height:21px}}@media (max-width: 410px){.global-footer .footer-network .channel-logos-row:first-child .channel-logos-image{max-height:17px}.global-footer .other-links-list .footer-text-li-link{white-space:normal}}.footer-webexp.global-footer{background-color:#1e1e1e}.footer-webexp.global-footer .footer-social .icon-social-facebook:before{content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='26' height='25' viewBox='0 0 26 25' fill='none'%3E%3Cpath d='M25.0447 12.1865C25.0447 5.53373 19.6528 0.141846 13 0.141846C6.34721 0.141846 0.955322 5.53373 0.955322 12.1865C0.955322 17.8325 4.84632 22.5751 10.0924 23.8784V15.8658H7.60813V12.1865H10.0924V10.601C10.0924 6.50295 11.9461 4.60215 15.9736 4.60215C16.7358 4.60215 18.0531 4.75271 18.5942 4.90326V8.23438C18.3119 8.20615 17.8179 8.18733 17.2015 8.18733C15.2255 8.18733 14.4633 8.93542 14.4633 10.8786V12.1865H18.3966L17.7191 15.8658H14.4586V24.1418C20.4244 23.422 25.0447 18.3453 25.0447 12.1865Z' fill='white'/%3E%3C/svg%3E")}.footer-webexp.global-footer .aetn,.footer-webexp.global-footer .footer-social .icon-social-twitter{filter:invert(1)}.footer-webexp.global-footer .aetn:hover,.footer-webexp.global-footer .footer-social .icon-social-twitter:hover{filter:invert(.9);transition:filter .2s ease-out}.footer-webexp.global-footer .head-section,.footer-webexp.global-footer .footer-network .channel-logos{border-color:#757575}.footer-webexp.global-footer .footer-text-li-link,.footer-webexp.global-footer .footer-social .icon{color:#fff}.footer-webexp.global-footer .footer-text-li-link:hover{border-color:#fff}.footer-webexp.global-footer .footer-small-text{color:#979797}.mvpd-message-container{background:#282828;display:flex;align-items:center;justify-content:center;padding:0 60px;position:relative}.mvpd-message-container .mvpd-messages-image-container{display:block;max-width:960px;padding:0 48px;margin:0 auto}.mvpd-message-container .mvpd-messages-image-container .mvpd-messages-banner{width:100%}.mvpd-message-container .mvpd-messages-close{color:#aaa;font-size:32px;width:36px;height:36px;padding:8px;position:absolute;top:8px;right:16px;cursor:pointer}@media (max-width: 767px){.mvpd-message-container{padding:52px 20px 8px}}.sso-wrapper{font-size:14px;-webkit-overflow-scrolling:touch;-webkit-transition:all .8s cubic-bezier(.22,.61,.36,1);-moz-transition:all .8s cubic-bezier(.22,.61,.36,1);transition:all .8s cubic-bezier(.22,.61,.36,1)}.sso-wrapper:not(.sso-standalone){background:#0006;z-index:1100}.sso-wrapper input[name=activationcode]{text-transform:uppercase}.sso-wrapper.sso-standalone{background:#0000001a}.sso-wrapper.sso-standalone .sso-inner{position:relative;margin:0 auto}.sso-wrapper.sso-standalone .brand-logo{display:none}.sso-wrapper.sso-standalone .icon-left-open-big{position:absolute;top:0;left:0;padding:24px 16px;font-size:2.2em;color:#000}.sso-wrapper:not(.sso-singleview) .sso-section{display:none}.sso-wrapper.sso-singleview .sso-inner,.sso-wrapper.sso-singleview .sso-section{border-radius:4px}.sso-wrapper.sso-wrapper-sm{position:absolute;inset:0}.sso-wrapper.sso-wrapper-sm.sso-hide{opacity:0;visibility:hidden}.sso-wrapper.sso-wrapper-sm .content-head{padding:60px 20px 20px;max-width:380px;margin-left:auto;margin-right:auto}.sso-wrapper.sso-wrapper-sm .content-head .head-label{line-height:1.33em;padding-bottom:8px}.sso-wrapper.sso-wrapper-sm .content-head .sso-button{margin-bottom:16px}.sso-wrapper.sso-wrapper-sm .sso-inner{position:absolute;top:20vh;left:50%;width:90%;max-width:560px;-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);-ms-transform:translateX(-50%);-o-transform:translateX(-50%);transform:translate(-50%)}.sso-wrapper.sso-wrapper-sm .sso-section{max-height:calc(100vh - 160px);overflow:auto}.sso-wrapper.sso-create .sso-button{max-width:240px;width:80%;margin-left:auto;margin-right:auto}.sso-wrapper.sso-signin .sso-signin-section{display:block}.sso-wrapper.sso-signin .signin-form .forgot-pw{color:#444;text-decoration:underline}.sso-wrapper.sso-signup .sso-signup-section,.sso-wrapper.sso-success .sso-success-section,.sso-wrapper.sso-pending .sso-pending-section,.sso-wrapper.sso-subscribed .sso-subscribed-section,.sso-wrapper.sso-password .sso-password-section,.sso-wrapper.sso-password-done .sso-password-done-section{display:block}.sso-wrapper.sso-activate .sso-activate-section,.sso-wrapper.sso-activate-done .sso-activate-done-section{display:block;margin:64px auto}.sso-wrapper.sso-underage .sso-underage-section,.sso-wrapper.sso-link .sso-link-section,.sso-wrapper.sso-social-info .sso-social-info-section,.sso-wrapper.sso-update .sso-update-section,.sso-wrapper.sso-update-done .sso-update-done-section,.sso-wrapper.sso-reset .sso-reset-section,.sso-wrapper.sso-reset-done .sso-reset-done-section{display:block}.sso-wrapper.loading .section-shaded{position:relative}.sso-wrapper.loading .section-shaded:before{content:"";position:absolute;inset:0;z-index:100;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSc2MHB4JyBoZWlnaHQ9JzYwcHgnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89InhNaWRZTWlkIiBjbGFzcz0idWlsLXJpbmctYWx0Ij48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwIiBoZWlnaHQ9IjEwMCIgZmlsbD0ibm9uZSIgY2xhc3M9ImJrIj48L3JlY3Q+PGNpcmNsZSBjeD0iNTAiIGN5PSI1MCIgcj0iNDAiIHN0cm9rZT0iI2NjYyIgZmlsbD0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxMCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIj48L2NpcmNsZT48Y2lyY2xlIGN4PSI1MCIgY3k9IjUwIiByPSI0MCIgc3Ryb2tlPSIjZmZmZmZmIiBmaWxsPSJub25lIiBzdHJva2Utd2lkdGg9IjYiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCI+PGFuaW1hdGUgYXR0cmlidXRlTmFtZT0ic3Ryb2tlLWRhc2hvZmZzZXQiIGR1cj0iMnMiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiBmcm9tPSIwIiB0bz0iNTAyIj48L2FuaW1hdGU+PGFuaW1hdGUgYXR0cmlidXRlTmFtZT0ic3Ryb2tlLWRhc2hhcnJheSIgZHVyPSIycyIgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiIHZhbHVlcz0iMTAwLjQgMTUwLjY7MSAyNTA7MTAwLjQgMTUwLjYiPjwvYW5pbWF0ZT48L2NpcmNsZT48L3N2Zz4=);background-repeat:no-repeat;background-position:center center}.sso-wrapper.loading .section-shaded:before{background-color:#f1f1f1cc}.sso-wrapper .close-button{position:absolute;top:10px;right:10px;padding:10px;width:30px;height:30px;z-index:100}.sso-wrapper .close-button:focus{outline:2px solid #4d90fe}.sso-wrapper .close-button:before,.sso-wrapper .close-button:after{content:"";width:1px;height:30px;background-color:#999;position:absolute;top:0;left:15px;display:block}.sso-wrapper .close-button:before{-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}.sso-wrapper .close-button:after{-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg)}.sso-wrapper a.theme-item-dark{font-weight:700;padding-left:8px}.sso-wrapper .sso-inner{text-align:center;color:#00000080;background:#fff;position:relative}.sso-wrapper i{font-style:italic;color:#444}.sso-wrapper .brand-logo{background-position:center center;background-repeat:no-repeat;background-size:contain;display:inline-block}.sso-wrapper .content-head{margin:32px 16px}.sso-wrapper .content-head.devices{max-width:800px;margin:40px auto 0}.sso-wrapper .content-head.devices .device-image{padding:24px}.sso-wrapper .content-head.devices .device-image img{max-width:100%}.sso-wrapper .content-head .head-label{font-size:20px;font-weight:600;color:#222;margin-bottom:16px;line-height:140%}.sso-wrapper .content-head.devices .head-label{text-transform:none}.sso-wrapper .content-head h5{color:#9b9b9b;font-size:1.125em;font-weight:300}.sso-wrapper section .section-inner{max-width:510px;margin-left:auto;margin-right:auto}.sso-wrapper section .section-inner p{margin-bottom:24px;font-size:15px;line-height:1.4em;color:#444}.sso-wrapper section .section-inner p.bold-inner{font-weight:600}.sso-wrapper section .section-inner.max-spread{max-width:1100px}.sso-wrapper section .section-inner span #my-list-sign-in{text-decoration:underline}.sso-wrapper .sso-bullets{max-width:410px;text-align:left;display:inline-block}.sso-wrapper .sso-bullets li{font-weight:400;font-size:12px;margin-bottom:16px;line-height:20px;position:relative;padding-left:30px;color:#444}.sso-wrapper .sso-bullets li i{margin-right:16px;position:absolute;left:0;top:5px;color:#eb0028}.sso-wrapper .sso-button{height:40px;cursor:pointer;text-transform:uppercase;position:relative;border-radius:2px}.sso-wrapper .sso-button.btn-loading:before{content:"Loading";position:relative;z-index:5}.sso-wrapper .sso-button.btn-loading:after{position:absolute;left:0;content:"";top:0;bottom:0;z-index:2;border-radius:2px;-webkit-animation-name:progress;-moz-animation-name:progress;animation-name:progress;-webkit-animation-duration:5s;-moz-animation-duration:5s;animation-duration:5s;-webkit-animation-iteration-count:infinite;-moz-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-timing-function:linear;-moz-animation-timing-function:linear;animation-timing-function:linear}.sso-wrapper .sso-button.btn-loading span{display:none}.sso-wrapper .brand-button,.sso-wrapper .brand-button-2,.sso-wrapper .brand-button-1,.sso-wrapper .transparent-button{line-height:40px;width:100%;display:block;font-size:16px}.sso-wrapper .transparent-button{color:#00000080;border:1px solid rgba(0,0,0,.5);font-weight:600}.sso-wrapper .brand-button-1{color:#fff;border:0;background-color:#181818}.sso-wrapper .brand-button-1.disabled{opacity:.4}.sso-wrapper .brand-button-2{background-color:#2f2b28}.sso-wrapper .brand-button-2.disabled{background-color:#00000012;cursor:not-allowed}.sso-wrapper .sso-form{width:286px;margin:0 auto}.sso-wrapper .sso-form .font-reg a{text-decoration:underline}.sso-wrapper .sso-form.selection-grid-form{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:8px;width:100%;margin-bottom:16px}.sso-wrapper .sso-form>*{margin-bottom:16px}.sso-wrapper .sso-form .form-full-date .yob-field{position:relative;opacity:.4}.sso-wrapper .sso-form .form-full-date .yob-field:after{content:"";z-index:10;position:absolute;inset:0}.sso-wrapper .sso-form .form-full-date .date-full{display:block}.sso-wrapper .sso-form .date-full{display:none}.sso-wrapper .sso-form .social>*{margin-bottom:16px}.sso-wrapper .sso-form .form-checkbox{text-align:left;position:relative}.sso-wrapper .sso-form .form-checkbox.error{margin-bottom:40px}.sso-wrapper .sso-form .form-checkbox.error label{display:block;bottom:-2.5em}.sso-wrapper .sso-form .form-checkbox.error .error-target{border-color:#d0021b}.sso-wrapper .sso-form .form-checkbox fieldset{position:relative;padding-left:24px;font-size:11px;line-height:1.2em;color:#444}.sso-wrapper .sso-form .form-checkbox fieldset a{color:#444;text-decoration:underline}.sso-wrapper .sso-form .form-checkbox input{position:absolute;left:0;top:0;width:15px;height:15px;border:1px solid #ccc;background:#fff;outline:none;text-align:center;-moz-appearance:none;-webkit-appearance:none;-o-appearance:none}.sso-wrapper .sso-form .form-checkbox input:checked:after{content:"g";font-family:icon-fonts;text-align:center;display:inline-block;line-height:15px}.sso-wrapper .sso-form .form-checkbox input:focus{outline:none;border:1px solid #4d90fe;-webkit-box-shadow:0px 0px 4px #4d90fe;box-shadow:0 0 4px #4d90fe}.sso-wrapper .icon-button{font-size:14px;color:#fff;line-height:40px;text-align:left}.sso-wrapper .icon-button.facebook-button{background:#4861a1}.sso-wrapper .icon-button.google-button{background:#fff;color:#686868}.sso-wrapper .icon-button.email-button{background:#fff;color:#686868;border:1px solid rgba(204,204,204,.6)}.sso-wrapper .icon-button.email-button .icon:before{color:#686868}.sso-wrapper .icon-button .icon{display:block;height:100%}.sso-wrapper .icon-button .icon:before{display:inline-block;vertical-align:middle;line-height:40px;width:45px;border-right:1px solid rgba(216,216,216,.24);text-align:center;margin-right:16px;font-size:16px}.sso-wrapper .icon-button .icon.icon-google:before{background:url(/assets/images/icons/icon-google.svg) no-repeat;background-size:50%;background-position:center;color:#0000}.sso-wrapper .sso-divide{margin:26px 0;position:relative}.sso-wrapper .sso-divide:after{content:"";position:absolute;width:100%;height:1px;background-color:#ccc;left:0;top:.5em}.sso-wrapper .sso-divide span{font-weight:600;font-style:italic;padding:0 28px;display:inline-block;background:#f1f1f1;position:relative;z-index:10;color:#444}.sso-wrapper .section-shaded{background:#f1f1f1;padding:40px}.sso-wrapper .section-shaded .font-reg .a{color:#444;text-decoration:underline}.sso-wrapper .signup-form{max-height:10000px;-webkit-transition:all .3s;-moz-transition:all .3s;transition:all .3s}.sso-wrapper .signup-form.collapsed-form{max-height:0;overflow:hidden}.sso-wrapper .error-message{color:#d0021b;font-size:11px;line-height:1.2em;display:none}.sso-wrapper .error>.error-message{display:block}.sso-wrapper form>*{margin-bottom:16px}.sso-wrapper form .editprofile-forgot .forgot-pw{color:#444;text-decoration:underline}.sso-wrapper form label{display:none;color:#d0021b;position:absolute;bottom:-1.12em;left:2px;font-size:11px}.sso-wrapper form label.multi-line{bottom:-2.24em}.sso-wrapper form fieldset{margin-bottom:16px}.sso-wrapper form fieldset .disabled-message{color:red;display:none;font-weight:700;margin-top:5px;text-align:left}.sso-wrapper form fieldset[disabled] input,.sso-wrapper form fieldset[disabled]:before{opacity:50%}.sso-wrapper form fieldset[disabled] .disabled-message{display:block}.sso-wrapper form fieldset[disabled] .disabled-message a{color:red;text-decoration:underline}.sso-wrapper form fieldset.w-33,.sso-wrapper form fieldset.w-50{display:inline-block;vertical-align:middle}.sso-wrapper form fieldset.w-33{width:33.3333%}.sso-wrapper form fieldset.w-33:not(:last-child){width:calc(33.3333% - 4px)}.sso-wrapper form fieldset.w-50{width:calc(50% - 2.5px)}.sso-wrapper form fieldset.error,.sso-wrapper form fieldset.error-checkbox{position:relative}.sso-wrapper form fieldset.error input[type=text],.sso-wrapper form fieldset.error input[type=number],.sso-wrapper form fieldset.error input[type=password],.sso-wrapper form fieldset.error input[type=email],.sso-wrapper form fieldset.error .picker,.sso-wrapper form fieldset.error-checkbox input[type=text],.sso-wrapper form fieldset.error-checkbox input[type=number],.sso-wrapper form fieldset.error-checkbox input[type=password],.sso-wrapper form fieldset.error-checkbox input[type=email],.sso-wrapper form fieldset.error-checkbox .picker{border-color:#d0021b}.sso-wrapper form fieldset.error label,.sso-wrapper form fieldset.error-checkbox label{display:block}.sso-wrapper form fieldset.error-checkbox label{position:relative;bottom:0;top:2px}.sso-wrapper form input[type=text],.sso-wrapper form input[type=number],.sso-wrapper form input[type=password],.sso-wrapper form input[type=email]{font-family:Open Sans;font-weight:300;font-size:14px;color:#000;width:100%;height:40px;line-height:40px;padding:0 16px;border:none;border-bottom:1px solid rgba(204,204,204,.5);outline:none;border-radius:2px}.sso-wrapper form input[type=number]{padding:0 4px 0 16px}.sso-wrapper form ::-webkit-input-placeholder{font-size:.85em;color:#666}.sso-wrapper form ::-moz-placeholder{font-size:.85em;color:#666}.sso-wrapper form :-ms-input-placeholder{font-size:.85em;color:#666}.sso-wrapper form input:-moz-placeholder{font-size:.85em;color:#666}.sso-wrapper form .picker{border:1px solid rgba(204,204,204,.5);border-radius:2px}.sso-wrapper form .picker input{opacity:0;margin:0;width:100%;height:100%;position:relative;vertical-align:middle;z-index:2;cursor:pointer}.sso-wrapper form .picker li{display:inline-block;height:38px;line-height:38px;background:#fff;position:relative;cursor:pointer}.sso-wrapper form .picker li:hover span,.sso-wrapper form .picker li input:checked+span{background:#dbdbdb}.sso-wrapper form .picker li span{position:absolute;inset:0;-webkit-transition:all .3s;-moz-transition:all .3s;transition:all .3s;color:#444}.sso-wrapper form .picker li span:focus{border:1px solid #4d90fe}.sso-wrapper form .picker li:focus span,.sso-wrapper form .picker li input:checked+span{border:1px solid #4d90fe}.sso-wrapper form .picker.gender-picker li:first-child{border-right:1px solid rgba(216,216,216,.24);width:55%}.sso-wrapper form .picker.gender-picker li:last-child{width:45%}.sso-wrapper form .date-full{margin-bottom:0}.sso-wrapper .signup-note{font-size:12px;display:block;max-width:540px;margin:16px auto;line-height:1.6666666667em;color:#444}.sso-wrapper .signup-note a{text-decoration:underline}.sso-wrapper .brand-mark:after{font-size:.45em;vertical-align:top;line-height:1em}.sso-wrapper .footnote{padding:30px 16px;min-height:74px;line-height:1.4em;color:#444}.sso-wrapper .footnote a{text-decoration:underline;color:#444}.sso-block-wrapper{position:relative}.sso-block-wrapper .sso-wrapper:not(.sso-standalone):not(.sso-hide)+.sso-wrapper{visibility:hidden}.sso-block-wrapper .sso-wrapper:not(.sso-standalone) .brand-logo{display:none}body.signed-in .sso-wrapper .mvpd-prompt{visibility:hidden}body.signed-in .hide-on-mvpd,.gigya-screen-dialog,.gigya-screen-dialog-mobile{display:none!important}@-webkit-keyframes progress{0%{width:0%}25%{width:25%}50%{width:50%}75%{width:75%}to{width:100%}}@-moz-keyframes progress{0%{width:0%}25%{width:25%}50%{width:50%}75%{width:75%}to{width:100%}}@keyframes progress{0%{width:0%}25%{width:25%}50%{width:50%}75%{width:75%}to{width:100%}}.sso-wrapper{position:relative}.sso-wrapper a.backbutton{width:70px;height:70px;display:block;z-index:1000;position:absolute}.sso-wrapper .sso-section.sso-update-section,.sso-wrapper .sso-section.sso-password-section,.sso-wrapper .sso-section.sso-signin-section,.sso-wrapper .sso-section.sso-signup-section,.sso-wrapper .sso-section.sso-password-done-section{padding:0}.sso-wrapper .sso-section.sso-update-section section.content-head,.sso-wrapper .sso-section.sso-password-section section.content-head,.sso-wrapper .sso-section.sso-signin-section section.content-head,.sso-wrapper .sso-section.sso-signup-section section.content-head,.sso-wrapper .sso-section.sso-password-done-section section.content-head{border-bottom:0;padding:36px 6% 22px}.sso-wrapper .sso-section.sso-update-section section.content-head .head-label,.sso-wrapper .sso-section.sso-password-section section.content-head .head-label,.sso-wrapper .sso-section.sso-signin-section section.content-head .head-label,.sso-wrapper .sso-section.sso-signup-section section.content-head .head-label,.sso-wrapper .sso-section.sso-password-done-section section.content-head .head-label{max-width:326px;margin-left:auto;margin-right:auto;text-align:center;margin-bottom:4px;line-height:26px}.sso-wrapper .sso-section.sso-update-section section.content-head .head-label .brand-mark,.sso-wrapper .sso-section.sso-password-section section.content-head .head-label .brand-mark,.sso-wrapper .sso-section.sso-signin-section section.content-head .head-label .brand-mark,.sso-wrapper .sso-section.sso-signup-section section.content-head .head-label .brand-mark,.sso-wrapper .sso-section.sso-password-done-section section.content-head .head-label .brand-mark{color:#000}.sso-wrapper .sso-section.sso-update-section section.content-head .head-label .brand-mark:after,.sso-wrapper .sso-section.sso-password-section section.content-head .head-label .brand-mark:after,.sso-wrapper .sso-section.sso-signin-section section.content-head .head-label .brand-mark:after,.sso-wrapper .sso-section.sso-signup-section section.content-head .head-label .brand-mark:after,.sso-wrapper .sso-section.sso-password-done-section section.content-head .head-label .brand-mark:after{line-height:1em}.sso-wrapper .sso-section.sso-update-section section.content-head .sso-bullets,.sso-wrapper .sso-section.sso-password-section section.content-head .sso-bullets,.sso-wrapper .sso-section.sso-signin-section section.content-head .sso-bullets,.sso-wrapper .sso-section.sso-signup-section section.content-head .sso-bullets,.sso-wrapper .sso-section.sso-password-done-section section.content-head .sso-bullets{max-width:410px;padding-top:20px}.sso-wrapper .sso-section.sso-update-section section.content-head .sso-bullets li,.sso-wrapper .sso-section.sso-password-section section.content-head .sso-bullets li,.sso-wrapper .sso-section.sso-signin-section section.content-head .sso-bullets li,.sso-wrapper .sso-section.sso-signup-section section.content-head .sso-bullets li,.sso-wrapper .sso-section.sso-password-done-section section.content-head .sso-bullets li{font-weight:400;font-size:12px;margin-bottom:10px;line-height:20px;position:relative;padding-left:30px;color:#222}.sso-wrapper .sso-section.sso-update-section section.content-head .sso-bullets li strong,.sso-wrapper .sso-section.sso-password-section section.content-head .sso-bullets li strong,.sso-wrapper .sso-section.sso-signin-section section.content-head .sso-bullets li strong,.sso-wrapper .sso-section.sso-signup-section section.content-head .sso-bullets li strong,.sso-wrapper .sso-section.sso-password-done-section section.content-head .sso-bullets li strong{font-weight:700}.sso-wrapper .sso-section.sso-update-section section.section-shaded,.sso-wrapper .sso-section.sso-password-section section.section-shaded,.sso-wrapper .sso-section.sso-signin-section section.section-shaded,.sso-wrapper .sso-section.sso-signup-section section.section-shaded,.sso-wrapper .sso-section.sso-password-done-section section.section-shaded{padding:14px 0 32px;background:#fff}.sso-wrapper .sso-section.sso-update-section section.section-shaded .sso-form,.sso-wrapper .sso-section.sso-password-section section.section-shaded .sso-form,.sso-wrapper .sso-section.sso-signin-section section.section-shaded .sso-form,.sso-wrapper .sso-section.sso-signup-section section.section-shaded .sso-form,.sso-wrapper .sso-section.sso-password-done-section section.section-shaded .sso-form{width:unset;padding:0 6% 6px}.sso-wrapper .sso-section.sso-update-section section.section-shaded .sso-form .social,.sso-wrapper .sso-section.sso-password-section section.section-shaded .sso-form .social,.sso-wrapper .sso-section.sso-signin-section section.section-shaded .sso-form .social,.sso-wrapper .sso-section.sso-signup-section section.section-shaded .sso-form .social,.sso-wrapper .sso-section.sso-password-done-section section.section-shaded .sso-form .social{margin:0}.sso-wrapper .sso-section.sso-update-section section.section-shaded .sso-form>span.font-reg p,.sso-wrapper .sso-section.sso-update-section section.section-shaded .sso-form>span.font-reg a,.sso-wrapper .sso-section.sso-password-section section.section-shaded .sso-form>span.font-reg p,.sso-wrapper .sso-section.sso-password-section section.section-shaded .sso-form>span.font-reg a,.sso-wrapper .sso-section.sso-signin-section section.section-shaded .sso-form>span.font-reg p,.sso-wrapper .sso-section.sso-signin-section section.section-shaded .sso-form>span.font-reg a,.sso-wrapper .sso-section.sso-signup-section section.section-shaded .sso-form>span.font-reg p,.sso-wrapper .sso-section.sso-signup-section section.section-shaded .sso-form>span.font-reg a,.sso-wrapper .sso-section.sso-password-done-section section.section-shaded .sso-form>span.font-reg p,.sso-wrapper .sso-section.sso-password-done-section section.section-shaded .sso-form>span.font-reg a{font-weight:400;font-size:12px;line-height:20px;color:#000}.sso-wrapper .sso-section.sso-update-section section.section-shaded .sso-form>span.font-reg p:link,.sso-wrapper .sso-section.sso-update-section section.section-shaded .sso-form>span.font-reg a:link,.sso-wrapper .sso-section.sso-password-section section.section-shaded .sso-form>span.font-reg p:link,.sso-wrapper .sso-section.sso-password-section section.section-shaded .sso-form>span.font-reg a:link,.sso-wrapper .sso-section.sso-signin-section section.section-shaded .sso-form>span.font-reg p:link,.sso-wrapper .sso-section.sso-signin-section section.section-shaded .sso-form>span.font-reg a:link,.sso-wrapper .sso-section.sso-signup-section section.section-shaded .sso-form>span.font-reg p:link,.sso-wrapper .sso-section.sso-signup-section section.section-shaded .sso-form>span.font-reg a:link,.sso-wrapper .sso-section.sso-password-done-section section.section-shaded .sso-form>span.font-reg p:link,.sso-wrapper .sso-section.sso-password-done-section section.section-shaded .sso-form>span.font-reg a:link{font-weight:700}.sso-wrapper .sso-section.sso-update-section section.section-shaded .signup-note,.sso-wrapper .sso-section.sso-password-section section.section-shaded .signup-note,.sso-wrapper .sso-section.sso-signin-section section.section-shaded .signup-note,.sso-wrapper .sso-section.sso-signup-section section.section-shaded .signup-note,.sso-wrapper .sso-section.sso-password-done-section section.section-shaded .signup-note{font-size:12px;display:block;max-width:540px;margin:16px auto;line-height:1.66667em;color:#585858;padding:14px 22px;text-align:left;background:#fff}.sso-wrapper .sso-section.sso-update-section section.section-shaded .signup-note a:link,.sso-wrapper .sso-section.sso-password-section section.section-shaded .signup-note a:link,.sso-wrapper .sso-section.sso-signin-section section.section-shaded .signup-note a:link,.sso-wrapper .sso-section.sso-signup-section section.section-shaded .signup-note a:link,.sso-wrapper .sso-section.sso-password-done-section section.section-shaded .signup-note a:link{font-weight:700}.sso-wrapper .sso-section.sso-update-section section.section-shaded .signup-note .brand-mark:after,.sso-wrapper .sso-section.sso-password-section section.section-shaded .signup-note .brand-mark:after,.sso-wrapper .sso-section.sso-signin-section section.section-shaded .signup-note .brand-mark:after,.sso-wrapper .sso-section.sso-signup-section section.section-shaded .signup-note .brand-mark:after,.sso-wrapper .sso-section.sso-password-done-section section.section-shaded .signup-note .brand-mark:after{font-size:.45em;vertical-align:top;line-height:2.5em}.sso-wrapper .sso-section.sso-update-section section.section-shaded form a.sso-button,.sso-wrapper .sso-section.sso-password-section section.section-shaded form a.sso-button,.sso-wrapper .sso-section.sso-signin-section section.section-shaded form a.sso-button,.sso-wrapper .sso-section.sso-signup-section section.section-shaded form a.sso-button,.sso-wrapper .sso-section.sso-password-done-section section.section-shaded form a.sso-button{background-color:#000;color:#fff;text-transform:unset;width:94px;margin:40px auto 28px;font-size:14px}.sso-wrapper .sso-section.sso-update-section section.section-shaded form .form-checkbox,.sso-wrapper .sso-section.sso-password-section section.section-shaded form .form-checkbox,.sso-wrapper .sso-section.sso-signin-section section.section-shaded form .form-checkbox,.sso-wrapper .sso-section.sso-signup-section section.section-shaded form .form-checkbox,.sso-wrapper .sso-section.sso-password-done-section section.section-shaded form .form-checkbox{padding-top:20px}.sso-wrapper .sso-section.sso-update-section section.section-shaded form .form-checkbox fieldset.checkbox,.sso-wrapper .sso-section.sso-password-section section.section-shaded form .form-checkbox fieldset.checkbox,.sso-wrapper .sso-section.sso-signin-section section.section-shaded form .form-checkbox fieldset.checkbox,.sso-wrapper .sso-section.sso-signup-section section.section-shaded form .form-checkbox fieldset.checkbox,.sso-wrapper .sso-section.sso-password-done-section section.section-shaded form .form-checkbox fieldset.checkbox{position:relative;padding-left:28px;font-size:12px;line-height:1.4em;color:#747474}.sso-wrapper .sso-section.sso-update-section section.section-shaded form .form-checkbox fieldset.checkbox .brand-mark:after,.sso-wrapper .sso-section.sso-password-section section.section-shaded form .form-checkbox fieldset.checkbox .brand-mark:after,.sso-wrapper .sso-section.sso-signin-section section.section-shaded form .form-checkbox fieldset.checkbox .brand-mark:after,.sso-wrapper .sso-section.sso-signup-section section.section-shaded form .form-checkbox fieldset.checkbox .brand-mark:after,.sso-wrapper .sso-section.sso-password-done-section section.section-shaded form .form-checkbox fieldset.checkbox .brand-mark:after{line-height:2em}.sso-wrapper .sso-section.sso-update-section section.section-shaded form .form-checkbox fieldset.checkbox input,.sso-wrapper .sso-section.sso-password-section section.section-shaded form .form-checkbox fieldset.checkbox input,.sso-wrapper .sso-section.sso-signin-section section.section-shaded form .form-checkbox fieldset.checkbox input,.sso-wrapper .sso-section.sso-signup-section section.section-shaded form .form-checkbox fieldset.checkbox input,.sso-wrapper .sso-section.sso-password-done-section section.section-shaded form .form-checkbox fieldset.checkbox input{margin:0;width:20px;height:20px;border:1px solid #000;background:#fff;outline:none;text-align:center}.sso-wrapper .sso-section.sso-update-section section.section-shaded form .form-checkbox fieldset.checkbox a:link,.sso-wrapper .sso-section.sso-password-section section.section-shaded form .form-checkbox fieldset.checkbox a:link,.sso-wrapper .sso-section.sso-signin-section section.section-shaded form .form-checkbox fieldset.checkbox a:link,.sso-wrapper .sso-section.sso-signup-section section.section-shaded form .form-checkbox fieldset.checkbox a:link,.sso-wrapper .sso-section.sso-password-done-section section.section-shaded form .form-checkbox fieldset.checkbox a:link{color:#747474;font-weight:700}.sso-wrapper .sso-section.sso-update-section section.section-shaded form>fieldset,.sso-wrapper .sso-section.sso-password-section section.section-shaded form>fieldset,.sso-wrapper .sso-section.sso-signin-section section.section-shaded form>fieldset,.sso-wrapper .sso-section.sso-signup-section section.section-shaded form>fieldset,.sso-wrapper .sso-section.sso-password-done-section section.section-shaded form>fieldset{position:relative;padding:14px 0 0}.sso-wrapper .sso-section.sso-update-section section.section-shaded form>fieldset:before,.sso-wrapper .sso-section.sso-password-section section.section-shaded form>fieldset:before,.sso-wrapper .sso-section.sso-signin-section section.section-shaded form>fieldset:before,.sso-wrapper .sso-section.sso-signup-section section.section-shaded form>fieldset:before,.sso-wrapper .sso-section.sso-password-done-section section.section-shaded form>fieldset:before{text-align:left;font-weight:600;font-size:14px;line-height:19px;color:#000;position:absolute}.sso-wrapper .sso-section.sso-update-section section.section-shaded form>fieldset>input,.sso-wrapper .sso-section.sso-password-section section.section-shaded form>fieldset>input,.sso-wrapper .sso-section.sso-signin-section section.section-shaded form>fieldset>input,.sso-wrapper .sso-section.sso-signup-section section.section-shaded form>fieldset>input,.sso-wrapper .sso-section.sso-password-done-section section.section-shaded form>fieldset>input{font-family:Open Sans;font-weight:400;font-size:14px;color:#000;width:100%;line-height:24px;padding:30px 0 12px;border:none;border-bottom:1px solid #000}.sso-wrapper .sso-section.sso-update-section section.section-shaded form>fieldset>input::placeholder,.sso-wrapper .sso-section.sso-password-section section.section-shaded form>fieldset>input::placeholder,.sso-wrapper .sso-section.sso-signin-section section.section-shaded form>fieldset>input::placeholder,.sso-wrapper .sso-section.sso-signup-section section.section-shaded form>fieldset>input::placeholder,.sso-wrapper .sso-section.sso-password-done-section section.section-shaded form>fieldset>input::placeholder{font-weight:400;font-size:14px}.sso-wrapper .sso-section.sso-update-section section.section-shaded form>fieldset>label,.sso-wrapper .sso-section.sso-password-section section.section-shaded form>fieldset>label,.sso-wrapper .sso-section.sso-signin-section section.section-shaded form>fieldset>label,.sso-wrapper .sso-section.sso-signup-section section.section-shaded form>fieldset>label,.sso-wrapper .sso-section.sso-password-done-section section.section-shaded form>fieldset>label{font-size:12px;top:62px}.sso-wrapper .sso-section.sso-update-section section.section-shaded form>fieldset.firstname:before,.sso-wrapper .sso-section.sso-password-section section.section-shaded form>fieldset.firstname:before,.sso-wrapper .sso-section.sso-signin-section section.section-shaded form>fieldset.firstname:before,.sso-wrapper .sso-section.sso-signup-section section.section-shaded form>fieldset.firstname:before,.sso-wrapper .sso-section.sso-password-done-section section.section-shaded form>fieldset.firstname:before{content:"First Name"}.sso-wrapper .sso-section.sso-update-section section.section-shaded form>fieldset.mailid:before,.sso-wrapper .sso-section.sso-password-section section.section-shaded form>fieldset.mailid:before,.sso-wrapper .sso-section.sso-signin-section section.section-shaded form>fieldset.mailid:before,.sso-wrapper .sso-section.sso-signup-section section.section-shaded form>fieldset.mailid:before,.sso-wrapper .sso-section.sso-password-done-section section.section-shaded form>fieldset.mailid:before{content:"Email Address"}.sso-wrapper .sso-section.sso-update-section section.section-shaded form>fieldset.password:before,.sso-wrapper .sso-section.sso-password-section section.section-shaded form>fieldset.password:before,.sso-wrapper .sso-section.sso-signin-section section.section-shaded form>fieldset.password:before,.sso-wrapper .sso-section.sso-signup-section section.section-shaded form>fieldset.password:before,.sso-wrapper .sso-section.sso-password-done-section section.section-shaded form>fieldset.password:before{content:"Password"}.sso-wrapper .sso-section.sso-update-section section.section-shaded form>fieldset.passwordcheck:before,.sso-wrapper .sso-section.sso-password-section section.section-shaded form>fieldset.passwordcheck:before,.sso-wrapper .sso-section.sso-signin-section section.section-shaded form>fieldset.passwordcheck:before,.sso-wrapper .sso-section.sso-signup-section section.section-shaded form>fieldset.passwordcheck:before,.sso-wrapper .sso-section.sso-password-done-section section.section-shaded form>fieldset.passwordcheck:before{content:"Confirm Password"}.sso-wrapper .sso-section.sso-update-section section.section-shaded form>fieldset.password>button.showpwbutton,.sso-wrapper .sso-section.sso-update-section section.section-shaded form>fieldset.passwordcheck>button.showpwbutton,.sso-wrapper .sso-section.sso-password-section section.section-shaded form>fieldset.password>button.showpwbutton,.sso-wrapper .sso-section.sso-password-section section.section-shaded form>fieldset.passwordcheck>button.showpwbutton,.sso-wrapper .sso-section.sso-signin-section section.section-shaded form>fieldset.password>button.showpwbutton,.sso-wrapper .sso-section.sso-signin-section section.section-shaded form>fieldset.passwordcheck>button.showpwbutton,.sso-wrapper .sso-section.sso-signup-section section.section-shaded form>fieldset.password>button.showpwbutton,.sso-wrapper .sso-section.sso-signup-section section.section-shaded form>fieldset.passwordcheck>button.showpwbutton,.sso-wrapper .sso-section.sso-password-done-section section.section-shaded form>fieldset.password>button.showpwbutton,.sso-wrapper .sso-section.sso-password-done-section section.section-shaded form>fieldset.passwordcheck>button.showpwbutton{border:none;background-color:#0000;cursor:pointer;text-decoration:underline;position:absolute;right:0%;bottom:8px;font-size:12px;color:#000}.sso-wrapper .sso-section.sso-signup-section .signin-tile{display:flex;justify-content:center;margin-top:16px;margin-bottom:32px}.sso-wrapper .sso-section.sso-signup-section .sso-signin-link{margin-left:7px;font-weight:700;text-decoration:underline}.sso-wrapper .sso-section.sso-signup-section .free-text{text-transform:uppercase;font-weight:700}.sso-wrapper .sso-section.sso-signup-section .content-wrapper{display:flex}.sso-wrapper .sso-section.sso-signup-section .icons-wrapper{width:24px;height:24px;margin-right:16px}.sso-wrapper .sso-section.sso-signup-section .icons-wrapper>img{width:100%;height:100%}.sso-wrapper .sso-section.sso-update-section section.content-head h5 p,.sso-wrapper .sso-section.sso-password-section section.content-head h5 p,.sso-wrapper .sso-section.sso-signin-section section.content-head h5 p,.sso-wrapper .sso-section.sso-password-done-section section.content-head h5 p{color:#000;margin:8px auto 22px;font-size:16px;line-height:24px}.sso-wrapper .sso-section.sso-update-section section.section-shaded form a.sso-button,.sso-wrapper .sso-section.sso-password-section section.section-shaded form a.sso-button,.sso-wrapper .sso-section.sso-signin-section section.section-shaded form a.sso-button,.sso-wrapper .sso-section.sso-password-done-section section.section-shaded form a.sso-button{margin:54px auto 40px}.sso-wrapper .sso-section.sso-update-section section.section-shaded .font-reg,.sso-wrapper .sso-section.sso-password-section section.section-shaded .font-reg,.sso-wrapper .sso-section.sso-signin-section section.section-shaded .font-reg,.sso-wrapper .sso-section.sso-password-done-section section.section-shaded .font-reg{margin-bottom:8px;display:block}.sso-wrapper .sso-section.sso-update-section section.section-shaded .font-reg p,.sso-wrapper .sso-section.sso-password-section section.section-shaded .font-reg p,.sso-wrapper .sso-section.sso-signin-section section.section-shaded .font-reg p,.sso-wrapper .sso-section.sso-password-done-section section.section-shaded .font-reg p{display:inline-block}.sso-wrapper .sso-section.sso-update-section section.content-head h5 p,.sso-wrapper .sso-section.sso-password-section section.content-head h5 p,.sso-wrapper .sso-section.sso-password-done-section section.content-head h5 p{font-size:12px;line-height:21px}.sso-wrapper .sso-section.sso-update-section section.section-shaded .sso-form form a.sso-button,.sso-wrapper .sso-section.sso-password-section section.section-shaded .sso-form form a.sso-button,.sso-wrapper .sso-section.sso-password-done-section section.section-shaded .sso-form form a.sso-button{color:#fff;background:#000}.sso-wrapper .sso-section.sso-update-section section.section-shaded .sso-form>span.font-reg a,.sso-wrapper .sso-section.sso-update-section section.section-shaded .sso-form>span.font-reg p,.sso-wrapper .sso-section.sso-password-section section.section-shaded .sso-form>span.font-reg a,.sso-wrapper .sso-section.sso-password-section section.section-shaded .sso-form>span.font-reg p,.sso-wrapper .sso-section.sso-password-done-section section.section-shaded .sso-form>span.font-reg a,.sso-wrapper .sso-section.sso-password-done-section section.section-shaded .sso-form>span.font-reg p{font-size:14px}.sso-wrapper .signup-form.collapsed-form{max-height:unset}.headingWelcome{padding:9px;font-size:16px;color:#000}section.content-head>span.font-reg{color:#555}section.content-head>span.font-reg a{font-weight:400;font-size:14px;line-height:120%;text-decoration:underline}section.content-head>span.font-reg a:link{font-weight:700}div.gigya-screen-dialog{border:none!important;top:50%!important;left:50%!important;-webkit-transform:translate3d(-50%,-50%,0);-moz-transform:translate3d(-50%,-50%,0);-ms-transform:translate3d(-50%,-50%,0);-o-transform:translate3d(-50%,-50%,0);transform:translate3d(-50%,-50%,0)}div.gigya-screen-dialog *{font-family:Open Sans,sans-serif}div.gigya-screen-dialog .gigya-screen-dialog-inner{border-color:#0000001a;border-radius:2px}div.gigya-screen-dialog .gigya-screen-dialog-top{position:relative}div.gigya-screen-dialog .gigya-screen-dialog-caption{color:#fff;font-weight:600;float:none;text-align:center;padding:10px 0 6px;text-transform:uppercase}div.gigya-screen-dialog .gigya-screen-dialog-content{padding:20px 10px}div.gigya-screen-dialog .gigya-screen-dialog-close{background:none;float:none;position:absolute;top:0;right:0;padding:6px 10px;width:auto;height:auto;line-height:1em}div.gigya-screen-dialog .gigya-screen-dialog-close:before{content:"X";font-family:icon-fonts;color:#fffc;font-size:14px;-webkit-transition:all .3s;-moz-transition:all .3s;transition:all .3s}div.gigya-screen-dialog .gigya-screen-dialog-close:hover:before{color:#fff}@media (min-width: 640px){.sso-wrapper .sso-section.sso-update-section,.sso-wrapper .sso-section.sso-password-section,.sso-wrapper .sso-section.sso-signin-section,.sso-wrapper .sso-section.sso-signup-section,.sso-wrapper .sso-section.sso-password-done-section{margin:0 auto;max-width:728px;padding:40px}.sso-wrapper .sso-section.sso-update-section section.content-head,.sso-wrapper .sso-section.sso-password-section section.content-head,.sso-wrapper .sso-section.sso-signin-section section.content-head,.sso-wrapper .sso-section.sso-signup-section section.content-head,.sso-wrapper .sso-section.sso-password-done-section section.content-head{padding:48px 12% 28px}.sso-wrapper .sso-section.sso-update-section section.content-head:before,.sso-wrapper .sso-section.sso-password-section section.content-head:before,.sso-wrapper .sso-section.sso-signin-section section.content-head:before,.sso-wrapper .sso-section.sso-signup-section section.content-head:before,.sso-wrapper .sso-section.sso-password-done-section section.content-head:before{left:26px;top:26px;border-width:0px 4px 4px 0;padding:7px}.sso-wrapper .sso-section.sso-update-section section.content-head .head-label,.sso-wrapper .sso-section.sso-password-section section.content-head .head-label,.sso-wrapper .sso-section.sso-signin-section section.content-head .head-label,.sso-wrapper .sso-section.sso-signup-section section.content-head .head-label,.sso-wrapper .sso-section.sso-password-done-section section.content-head .head-label{font-size:24px;line-height:28px;max-width:400px}.sso-wrapper .sso-section.sso-update-section section.content-head .sso-bullets,.sso-wrapper .sso-section.sso-password-section section.content-head .sso-bullets,.sso-wrapper .sso-section.sso-signin-section section.content-head .sso-bullets,.sso-wrapper .sso-section.sso-signup-section section.content-head .sso-bullets,.sso-wrapper .sso-section.sso-password-done-section section.content-head .sso-bullets{max-width:480px}.sso-wrapper .sso-section.sso-update-section section.content-head .sso-bullets li,.sso-wrapper .sso-section.sso-password-section section.content-head .sso-bullets li,.sso-wrapper .sso-section.sso-signin-section section.content-head .sso-bullets li,.sso-wrapper .sso-section.sso-signup-section section.content-head .sso-bullets li,.sso-wrapper .sso-section.sso-password-done-section section.content-head .sso-bullets li{font-size:16px;line-height:24px;padding-left:45px;padding-top:2px}.sso-wrapper .sso-section.sso-update-section section.content-head .sso-bullets li i,.sso-wrapper .sso-section.sso-password-section section.content-head .sso-bullets li i,.sso-wrapper .sso-section.sso-signin-section section.content-head .sso-bullets li i,.sso-wrapper .sso-section.sso-signup-section section.content-head .sso-bullets li i,.sso-wrapper .sso-section.sso-password-done-section section.content-head .sso-bullets li i{margin-top:6px;font-size:12px}.sso-wrapper .sso-section.sso-update-section section.section-shaded .sso-form,.sso-wrapper .sso-section.sso-password-section section.section-shaded .sso-form,.sso-wrapper .sso-section.sso-signin-section section.section-shaded .sso-form,.sso-wrapper .sso-section.sso-signup-section section.section-shaded .sso-form,.sso-wrapper .sso-section.sso-password-done-section section.section-shaded .sso-form{padding:0 16% 6px}.sso-wrapper .sso-section.sso-update-section section.section-shaded form>fieldset,.sso-wrapper .sso-section.sso-password-section section.section-shaded form>fieldset,.sso-wrapper .sso-section.sso-signin-section section.section-shaded form>fieldset,.sso-wrapper .sso-section.sso-signup-section section.section-shaded form>fieldset,.sso-wrapper .sso-section.sso-password-done-section section.section-shaded form>fieldset{padding:26px 0 0}.sso-wrapper .sso-section.sso-update-section section.section-shaded form>fieldset:before,.sso-wrapper .sso-section.sso-password-section section.section-shaded form>fieldset:before,.sso-wrapper .sso-section.sso-signin-section section.section-shaded form>fieldset:before,.sso-wrapper .sso-section.sso-signup-section section.section-shaded form>fieldset:before,.sso-wrapper .sso-section.sso-password-done-section section.section-shaded form>fieldset:before{font-size:16px;line-height:unset}.sso-wrapper .sso-section.sso-update-section section.section-shaded form>fieldset>label,.sso-wrapper .sso-section.sso-password-section section.section-shaded form>fieldset>label,.sso-wrapper .sso-section.sso-signin-section section.section-shaded form>fieldset>label,.sso-wrapper .sso-section.sso-signup-section section.section-shaded form>fieldset>label,.sso-wrapper .sso-section.sso-password-done-section section.section-shaded form>fieldset>label{font-size:14px;top:75px}.sso-wrapper .sso-section.sso-update-section section.section-shaded form>fieldset>input,.sso-wrapper .sso-section.sso-password-section section.section-shaded form>fieldset>input,.sso-wrapper .sso-section.sso-signin-section section.section-shaded form>fieldset>input,.sso-wrapper .sso-section.sso-signup-section section.section-shaded form>fieldset>input,.sso-wrapper .sso-section.sso-password-done-section section.section-shaded form>fieldset>input{padding:32px 0 12px}.sso-wrapper .sso-section.sso-update-section section.section-shaded form>fieldset>input,.sso-wrapper .sso-section.sso-update-section section.section-shaded form>fieldset>input::placeholder,.sso-wrapper .sso-section.sso-password-section section.section-shaded form>fieldset>input,.sso-wrapper .sso-section.sso-password-section section.section-shaded form>fieldset>input::placeholder,.sso-wrapper .sso-section.sso-signin-section section.section-shaded form>fieldset>input,.sso-wrapper .sso-section.sso-signin-section section.section-shaded form>fieldset>input::placeholder,.sso-wrapper .sso-section.sso-signup-section section.section-shaded form>fieldset>input,.sso-wrapper .sso-section.sso-signup-section section.section-shaded form>fieldset>input::placeholder,.sso-wrapper .sso-section.sso-password-done-section section.section-shaded form>fieldset>input,.sso-wrapper .sso-section.sso-password-done-section section.section-shaded form>fieldset>input::placeholder{font-size:16px}.sso-wrapper .sso-section.sso-update-section section.section-shaded form .form-checkbox,.sso-wrapper .sso-section.sso-password-section section.section-shaded form .form-checkbox,.sso-wrapper .sso-section.sso-signin-section section.section-shaded form .form-checkbox,.sso-wrapper .sso-section.sso-signup-section section.section-shaded form .form-checkbox,.sso-wrapper .sso-section.sso-password-done-section section.section-shaded form .form-checkbox{padding-top:28px}.sso-wrapper .sso-section.sso-update-section section.section-shaded form .form-checkbox fieldset.checkbox,.sso-wrapper .sso-section.sso-password-section section.section-shaded form .form-checkbox fieldset.checkbox,.sso-wrapper .sso-section.sso-signin-section section.section-shaded form .form-checkbox fieldset.checkbox,.sso-wrapper .sso-section.sso-signup-section section.section-shaded form .form-checkbox fieldset.checkbox,.sso-wrapper .sso-section.sso-password-done-section section.section-shaded form .form-checkbox fieldset.checkbox{font-size:14px}.sso-wrapper .sso-section.sso-update-section section.section-shaded form a.sso-button,.sso-wrapper .sso-section.sso-password-section section.section-shaded form a.sso-button,.sso-wrapper .sso-section.sso-signin-section section.section-shaded form a.sso-button,.sso-wrapper .sso-section.sso-signup-section section.section-shaded form a.sso-button,.sso-wrapper .sso-section.sso-password-done-section section.section-shaded form a.sso-button{font-size:16px}.sso-wrapper .sso-section.sso-update-section section.section-shaded .signup-note,.sso-wrapper .sso-section.sso-password-section section.section-shaded .signup-note,.sso-wrapper .sso-section.sso-signin-section section.section-shaded .signup-note,.sso-wrapper .sso-section.sso-signup-section section.section-shaded .signup-note,.sso-wrapper .sso-section.sso-password-done-section section.section-shaded .signup-note{font-size:14px}.sso-wrapper .sso-section.sso-update-section section.section-shaded .sso-form>span.font-reg p,.sso-wrapper .sso-section.sso-update-section section.section-shaded .sso-form>span.font-reg a,.sso-wrapper .sso-section.sso-password-section section.section-shaded .sso-form>span.font-reg p,.sso-wrapper .sso-section.sso-password-section section.section-shaded .sso-form>span.font-reg a,.sso-wrapper .sso-section.sso-signin-section section.section-shaded .sso-form>span.font-reg p,.sso-wrapper .sso-section.sso-signin-section section.section-shaded .sso-form>span.font-reg a,.sso-wrapper .sso-section.sso-signup-section section.section-shaded .sso-form>span.font-reg p,.sso-wrapper .sso-section.sso-signup-section section.section-shaded .sso-form>span.font-reg a,.sso-wrapper .sso-section.sso-password-done-section section.section-shaded .sso-form>span.font-reg p,.sso-wrapper .sso-section.sso-password-done-section section.section-shaded .sso-form>span.font-reg a{font-size:14px}.sso-wrapper .sso-section.sso-update-section section.content-head h5 p,.sso-wrapper .sso-section.sso-password-section section.content-head h5 p,.sso-wrapper .sso-section.sso-signin-section section.content-head h5 p,.sso-wrapper .sso-section.sso-password-done-section section.content-head h5 p{font-size:16px;line-height:24px;width:90%;margin-bottom:12px}.sso-wrapper .sso-section.sso-update-section section.content-head h5 p:before,.sso-wrapper .sso-section.sso-password-section section.content-head h5 p:before,.sso-wrapper .sso-section.sso-signin-section section.content-head h5 p:before,.sso-wrapper .sso-section.sso-password-done-section section.content-head h5 p:before{font-size:46px;right:14px;top:8px}.sso-wrapper .sso-section.sso-update-section section.section-shaded .sso-form>span.font-reg,.sso-wrapper .sso-section.sso-password-section section.section-shaded .sso-form>span.font-reg,.sso-wrapper .sso-section.sso-signin-section section.section-shaded .sso-form>span.font-reg,.sso-wrapper .sso-section.sso-password-done-section section.section-shaded .sso-form>span.font-reg{margin-bottom:12px}.sso-wrapper .sso-section.sso-update-section section.section-shaded .sso-form>span.font-reg a,.sso-wrapper .sso-section.sso-update-section section.section-shaded .sso-form>span.font-reg p,.sso-wrapper .sso-section.sso-password-section section.section-shaded .sso-form>span.font-reg a,.sso-wrapper .sso-section.sso-password-section section.section-shaded .sso-form>span.font-reg p,.sso-wrapper .sso-section.sso-signin-section section.section-shaded .sso-form>span.font-reg a,.sso-wrapper .sso-section.sso-signin-section section.section-shaded .sso-form>span.font-reg p,.sso-wrapper .sso-section.sso-password-done-section section.section-shaded .sso-form>span.font-reg a,.sso-wrapper .sso-section.sso-password-done-section section.section-shaded .sso-form>span.font-reg p{font-size:16px}.sso-wrapper .sso-password-section section.section-shaded .sso-form{padding:0 4% 6px}}@font-face{font-family:icon-fonts;src:url(/assets/fonts/icon-fonts.eot);src:url(/assets/fonts/icon-fonts.eot?#iefix) format("embedded-opentype"),url(/assets/fonts/icon-fonts.woff) format("woff"),url(/assets/fonts/icon-fonts.ttf) format("truetype"),url(/assets/fonts/icon-fonts.svg#icon-fonts) format("svg");font-weight:400;font-style:normal}[data-icon]:before{font-family:icon-fonts;content:attr(data-icon);font-style:normal;font-weight:400;font-variant:normal;text-transform:none;text-rendering:auto;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}[class^=icon-]:before,[class*=" icon-"]:before{font-family:icon-fonts;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;text-rendering:auto;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-social-facebook:before{content:"d"}.icon-social-pinterest:before{content:"P"}.icon-social-tumblr:before{content:"T"}.icon-social-twitter:before{content:"";-webkit-mask:url("data:image/svg+xml,%3Csvg version='1.1' id='svg5' xmlns:svg='http://www.w3.org/2000/svg' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 1668.56 1221.19' style='enable-background:new 0 0 1668.56 1221.19;' xml:space='preserve'%3E%3Cg id='layer1' transform='translate(52.390088,-25.058597)'%3E%3Cpath id='path1009' d='M283.94,167.31l386.39,516.64L281.5,1104h87.51l340.42-367.76L984.48,1104h297.8L874.15,558.3l361.92-390.99 h-87.51l-313.51,338.7l-253.31-338.7H283.94z M412.63,231.77h136.81l604.13,807.76h-136.81L412.63,231.77z'/%3E%3C/g%3E%3C/svg%3E%0A") no-repeat 50% 50%;mask:url("data:image/svg+xml,%3Csvg version='1.1' id='svg5' xmlns:svg='http://www.w3.org/2000/svg' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 1668.56 1221.19' style='enable-background:new 0 0 1668.56 1221.19;' xml:space='preserve'%3E%3Cg id='layer1' transform='translate(52.390088,-25.058597)'%3E%3Cpath id='path1009' d='M283.94,167.31l386.39,516.64L281.5,1104h87.51l340.42-367.76L984.48,1104h297.8L874.15,558.3l361.92-390.99 h-87.51l-313.51,338.7l-253.31-338.7H283.94z M412.63,231.77h136.81l604.13,807.76h-136.81L412.63,231.77z'/%3E%3C/g%3E%3C/svg%3E%0A") no-repeat 50% 50%;-webkit-mask-size:cover;mask-size:cover}.icon-social-spotify:before{content:"S"}.icon-rss:before{content:"W"}.icon-pause:before{content:"I"}.icon-volume-off:before{content:"s"}.icon-key:before{content:"Q"}.icon-rewind:before{content:"z"}.icon-down-open-mini:before{content:"k"}.icon-share:before{content:"F"}.icon-link:before{content:"G"}.icon-notification:before{content:"h"}.icon-social-instagram:before{content:"m"}.icon-youtube-dark:before{content:"p"}.icon-info:before{content:"A"}.icon-embed:before{content:"L"}.icon-casting:before{content:"N"}.icon-avatar:before{content:"j"}.icon-fast-forward-10:before{content:"a"}.icon-cancel-circled:before{content:"c"}.icon-keyboard:before{content:"f"}.icon-airplay:before{content:"i"}.icon-play:before{content:"H"}.icon-arrowdown:before{content:"l"}.icon-arrowup:before{content:"t"}.icon-left-open-big:before{content:"E"}.icon-right-open-big:before{content:"D"}.icon-arrow-down-solid:before{content:"B"}.icon-asterisk:before{content:"J"}.icon-calendar:before{content:"Z"}.icon-cast:before{content:"K"}.icon-close:before{content:"q"}.icon-closed-captioning:before{content:"u"}.icon-cancel:before{content:"q"}.icon-cog:before{content:"U"}.icon-full-screen-exit:before{content:"o"}.icon-double-arrow:before{content:"X"}.icon-download:before{content:"Y"}.icon-mail:before{content:"v"}.icon-error:before{content:"C"}.icon-full-screen:before{content:"O"}.icon-fast-forward:before{content:"0"}.icon-menu:before{content:"r"}.icon-infocircle:before{content:"1"}.icon-mic:before{content:"2"}.icon-remove:before{content:"R"}.icon-remove-circle:before{content:"3"}.icon-add:before{content:"V"}.icon-add-circle:before{content:"4"}.icon-rewind-1:before{content:"5"}.icon-icon-video-description:before{content:"y"}.icon-search:before{content:"n"}.icon-star-circle:before{content:"6"}.icon-sushi:before{content:"7"}.icon-tv:before{content:"M"}.icon-volume-full:before{content:"x"}.icon-volume-low:before{content:"w"}.icon-volume-half:before{content:"8"}.icon-volume-mute:before{content:"b"}.icon-replay:before{content:"9"}.icon-cc-on:before{content:"!"}.icon-alert:before{content:'"'}.icon-trash:before{content:"#"}.icon-star:before{content:"$"}.icon-hourglass-o:before{content:"%"}.icon-external-link:before{content:"&"}.icon-downloading:before{content:"'"}.icon-downloaded:before{content:"("}.icon-download-1:before{content:")"}.icon-gift:before{content:"*"}.icon-check:before{content:"g"}.icon-social-tiktok:before{content:"+"}.email-collector-modal.show{z-index:9999;opacity:1;display:flex}.email-collector-modal.show .email-collector-popup{margin-top:0;opacity:1}.email-collector-modal{-webkit-transform:translateZ(0);-moz-transform:translateZ(0);-ms-transform:translateZ(0);-o-transform:translateZ(0);transform:translateZ(0);-moz-transition:all 1s;-webkit-transition:all 1s;-o-transition:all 1s;transition:all 1s;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;transition:all .3s ease-in-out;display:none;align-items:center;justify-content:center;position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;z-index:-9999;opacity:0}.email-collector-modal.loading .loader{position:relative;position:absolute;top:0;left:0;width:100%;height:100%;background:#fafafacc;z-index:999;display:flex;justify-content:center;align-items:center}.email-collector-modal.loading .loader:before{content:"";position:absolute;inset:0;z-index:100;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSc2MHB4JyBoZWlnaHQ9JzYwcHgnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89InhNaWRZTWlkIiBjbGFzcz0idWlsLXJpbmctYWx0Ij48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwIiBoZWlnaHQ9IjEwMCIgZmlsbD0ibm9uZSIgY2xhc3M9ImJrIj48L3JlY3Q+PGNpcmNsZSBjeD0iNTAiIGN5PSI1MCIgcj0iNDAiIHN0cm9rZT0iI2NjYyIgZmlsbD0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxMCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIj48L2NpcmNsZT48Y2lyY2xlIGN4PSI1MCIgY3k9IjUwIiByPSI0MCIgc3Ryb2tlPSIjZmZmZmZmIiBmaWxsPSJub25lIiBzdHJva2Utd2lkdGg9IjYiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCI+PGFuaW1hdGUgYXR0cmlidXRlTmFtZT0ic3Ryb2tlLWRhc2hvZmZzZXQiIGR1cj0iMnMiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIiBmcm9tPSIwIiB0bz0iNTAyIj48L2FuaW1hdGU+PGFuaW1hdGUgYXR0cmlidXRlTmFtZT0ic3Ryb2tlLWRhc2hhcnJheSIgZHVyPSIycyIgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiIHZhbHVlcz0iMTAwLjQgMTUwLjY7MSAyNTA7MTAwLjQgMTUwLjYiPjwvYW5pbWF0ZT48L2NpcmNsZT48L3N2Zz4=);background-repeat:no-repeat;background-position:center center}.email-collector-modal.loading .loader:before{background-color:#fafafacc;border-radius:10px}.email-collector-modal .popup-label{color:#fff;font-size:14px;font-weight:400;line-height:24px;text-align:center;display:-webkit-box;-webkit-line-clamp:5;-webkit-box-orient:vertical;overflow:hidden}.email-collector-modal .popup-label strong{font-weight:700}.email-collector-modal .email-collector-popup{-webkit-transform:translateZ(0);-moz-transform:translateZ(0);-ms-transform:translateZ(0);-o-transform:translateZ(0);transform:translateZ(0);-moz-transition:all 1s;-webkit-transition:all 1s;-o-transition:all 1s;transition:all 1s;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;transition:all .3s ease-in-out;opacity:0;margin-top:200px;width:calc(100% - 48px);height:472px;background:#979797;border-radius:10px;display:block;position:relative;min-width:282px;max-width:480px}.email-collector-modal .email-collector-popup .close-button{cursor:pointer;position:absolute;top:10px;right:10px;color:#fff;font-size:18px}.email-collector-modal .email-collector-popup .signup-container{display:flex;align-items:center;justify-content:center;height:144px}.email-collector-modal .email-collector-popup .signup-container .email-action-response{color:#000;font-size:19px;text-align:center;padding:40px;line-height:27px}.email-collector-modal .email-collector-popup .signup-container .email-action-response .linktext{color:#000;text-decoration:underline}.email-collector-modal .email-collector-popup .newsletter-header{width:80%;height:fit-content}.email-collector-modal .email-collector-popup .newsletter-header .label-network{text-transform:capitalize}.email-collector-modal .email-collector-popup .newsletter-response,.email-collector-modal .email-collector-popup .newsletter-form{background:#fff;border-radius:0 0 10px 10px;bottom:0;position:absolute;height:328px;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:unset}.email-collector-modal .email-collector-popup .newsletter-response form,.email-collector-modal .email-collector-popup .newsletter-form form{width:90%}.email-collector-modal .email-collector-popup .newsletter-response .signup-row,.email-collector-modal .email-collector-popup .newsletter-form .signup-row{text-align:center}.email-collector-modal .email-collector-popup .newsletter-response .email,.email-collector-modal .email-collector-popup .newsletter-form .email{border:none;border-bottom:1px solid #000;width:100%;padding-top:12px;border-radius:0}.email-collector-modal .email-collector-popup .newsletter-response .email:focus,.email-collector-modal .email-collector-popup .newsletter-form .email:focus{outline:none}.email-collector-modal .email-collector-popup .newsletter-response .error-msg,.email-collector-modal .email-collector-popup .newsletter-form .error-msg{padding:10px;display:block;color:red;font-size:14px;opacity:0}.email-collector-modal .email-collector-popup .newsletter-response .email-label,.email-collector-modal .email-collector-popup .newsletter-form .email-label{font-size:14px;padding-top:24px;font-weight:600}.email-collector-modal .email-collector-popup .newsletter-response .email-submit,.email-collector-modal .email-collector-popup .newsletter-form .email-submit{pointer-events:none;border:none;font-family:Open Sans,sans-serif;font-weight:400;font-size:14px;line-height:19px;padding:12px 16px;background-color:#efefef;border-radius:0;color:#464646}.email-collector-modal .email-collector-popup .newsletter-response .footernote,.email-collector-modal .email-collector-popup .newsletter-form .footernote{position:static;width:90%;height:110px;display:flex;align-items:center;justify-content:center;flex-wrap:wrap;font-size:12px;line-height:18px;color:#464646;padding-top:16px}.email-collector-modal .email-collector-popup .newsletter-response .footernote small,.email-collector-modal .email-collector-popup .newsletter-form .footernote small{width:100%;display:block;padding-bottom:14px}.email-collector-modal .email-collector-popup .newsletter-response .footernote small .label-network,.email-collector-modal .email-collector-popup .newsletter-form .footernote small .label-network{text-transform:capitalize}.email-collector-modal .email-collector-popup .newsletter-response .footernote strong,.email-collector-modal .email-collector-popup .newsletter-form .footernote strong{width:fit-content;font-weight:700}.email-collector-modal .email-collector-popup .newsletter-response .footernote .links,.email-collector-modal .email-collector-popup .newsletter-response .footernote li,.email-collector-modal .email-collector-popup .newsletter-form .footernote .links,.email-collector-modal .email-collector-popup .newsletter-form .footernote li{display:inline}.email-collector-modal .email-collector-popup .newsletter-response .footernote .links a,.email-collector-modal .email-collector-popup .newsletter-response .footernote li a,.email-collector-modal .email-collector-popup .newsletter-form .footernote .links a,.email-collector-modal .email-collector-popup .newsletter-form .footernote li a{font-size:12px;color:#464646;text-decoration:underline;padding:0 4px;white-space:nowrap}.email-collector-modal .email-collector-popup .newsletter-response .footernote li:not(:first-child):before,.email-collector-modal .email-collector-popup .newsletter-form .footernote li:not(:first-child):before{content:"|"}.email-collector-modal .email-collector-popup .newsletter-response{display:none}.email-collector-modal .email-collector-popup.email-collector-popup-lmn{background:#b20c35}.email-collector-modal .email-collector-popup.email-collector-popup-lifetime{background:linear-gradient(265deg,#cd256a,#e251c5,#4b0a46)}.email-collector-modal .email-collector-popup.email-collector-popup-history{background:#a4001b}.email-collector-modal .email-collector-popup.email-collector-popup-aetv{background:#000}.email-collector-modal .email-collector-popup.email-collector-popup-fyi{background:#007c71}.email-collector-modal.email-valid .email-collector-popup .newsletter-form .email-submit{pointer-events:auto;cursor:pointer;color:#fff;background-color:#000}.email-collector-modal.response .email-collector-popup{height:fit-content;min-height:288px}.email-collector-modal.response .newsletter-form{display:none}.email-collector-modal.response .newsletter-response{height:144px;display:flex}.email-collector-modal.response .newsletter-response .email-action-response{padding:30px}.email-collector-modal.response .newsletter-response .email-action-response h4,.email-collector-modal.response .newsletter-response .email-action-response p{font-size:14px}.email-collector-modal.response .newsletter-response .email-action-response h4{font-weight:700}.email-collector-modal.response .newsletter-response .email-action-response>p{padding-top:12px}.email-collector-modal.error .email-label{color:red}.email-collector-modal.error .signup-row .error-msg{opacity:1;padding:10px 0;text-align:left}@media (max-width: 567px){.email-collector-modal.response .email-collector-popup{min-height:320px}.email-collector-modal.response .newsletter-response{height:174px}}@media (min-width: 767px){.email-collector-modal .popup-label{font-size:16px}.email-collector-modal .email-collector-popup .newsletter-form form{width:85%}.email-collector-modal .email-collector-popup .newsletter-form .email,.email-collector-modal .email-collector-popup .newsletter-form .error-msg{font-size:14px}.email-collector-modal .email-collector-popup .newsletter-form .email-label,.email-collector-modal .email-collector-popup .newsletter-form .email-submit{font-size:16px}.email-collector-modal .email-collector-popup .newsletter-form .footernote{font-size:14px;line-height:22px;padding-top:24px;width:85%}.email-collector-modal .email-collector-popup .newsletter-form .footernote small{padding-bottom:24px}.email-collector-modal .email-collector-popup .newsletter-form .footernote .links a,.email-collector-modal .email-collector-popup .newsletter-form .footernote li a{font-size:14px}}@media (min-width: 1025px){.email-collector-modal .popup-label{font-size:18px}.email-collector-modal .email-collector-popup .close-button{font-size:14px}}.web-expansion-minischedule [class^=Minischedule-module__miniSchedule___]{background-color:#f5f5f5}.web-expansion-minischedule [class^=Minischedule-module__description___]{background-color:#fff;border-top:1px solid #f5f5f5}.web-expansion-minischedule [class^=Minischedule-module__descTitle___],.web-expansion-minischedule [class^=Minischedule-module__watchLive___],.web-expansion-minischedule [class^=Minischedule-module__headerTitle___],.web-expansion-minischedule [class^=Minischedule-module__seeFullSchedule___],.web-expansion-minischedule [class^=Minischedule-module__videoLink___],.web-expansion-minischedule [class^=Minischedule-module__time___],.web-expansion-minischedule [class^=Minischedule-module__itemTitle___]{color:#1e1e1e}header.global-header.history-header .navigation-module__link,header.global-header.history-header .navigation-module__live-tv{font-family:DM Sans,sans-serif}.partner-page-container{display:flex;flex-direction:column;background-color:var(--bg-default);overflow-x:hidden;max-width:100vw}.history-partner-page{padding-top:70px;overflow-x:hidden;max-width:100vw}body:has(.history-partner-page){overflow-x:hidden;max-width:100vw}header.global-header.history-header{max-width:100vw!important;overflow-x:hidden!important}header.global-header.history-header .navigation-module{max-width:100vw!important;overflow-x:hidden!important}header.global-header.history-header .navigation-module__logo-link,header.global-header.history-header .navigation-module__logo-icon{max-width:100%!important;overflow:hidden!important}header.global-header.history-header .navigation-module__flex-group{max-width:100%!important;overflow:hidden!important}header.global-header.history-header .navigation-module__icons-container{max-width:100%!important;overflow:hidden!important}.partner-page-container{display:flex;flex-direction:column;background-color:var(--bg-default)}.partner-page-container #trivia-section{padding:0}.partner-page-container .full-height-section{min-height:calc(100dvh - 73px)}.history-partner-page{padding-top:70px}.partner-page-container .full-height-section .content-wrapper{position:relative;height:100%;width:100%;max-width:1400px}.partner-page-container .main-content{position:relative;z-index:2;display:flex;flex-direction:column;justify-content:center;height:100%;max-width:70%;padding:2rem 4rem}.partner-page-container .svg-container{position:absolute;top:0;right:-20%;width:80%;height:100%;display:flex;align-items:center;justify-content:center;z-index:1}.partner-page-container .history-logo-large{width:100%;height:100%;min-height:100vh;object-fit:contain;opacity:.95}@media (min-width: 90rem){.partner-page-container .svg-container{right:-20%;width:80%}}@media (max-width: 75rem){.partner-page-container .main-content{max-width:75%;padding:2rem 3rem}.partner-page-container .svg-container{right:-15%;width:75%}}@media (max-width: 64rem){.partner-page-container .main-content{max-width:80%;padding:2rem}.partner-page-container .svg-container{right:-10%;width:70%}}@media (max-width: 48rem){.partner-page-container .main-content{max-width:100%;padding:2rem 1rem;text-align:center}.partner-page-container .svg-container{position:static;width:130%;height:auto;min-height:40vh;margin-top:2rem;margin-left:-15%;display:flex;align-items:center;justify-content:center;overflow:visible}.partner-page-container .history-logo-large{min-height:auto;height:auto;width:100%;object-fit:contain;opacity:.95}}@media (max-width: 30rem){.partner-page-container .svg-container{width:150%;margin-left:-25%}}:root{--font-size-body: clamp(1rem, .5vw + .9rem, 1.19rem);--font-size-heading: clamp(1.5rem, 1.25vw + 1.25rem, 2.75rem);--font-size-display: clamp(2.5rem, 2.5vw + 2rem, 4.5rem);--font-family-title: "Libre Franklin", Helvetica, system-ui, sans-serif;--font-family-body: "Libre Franklin", Helvetica, system-ui, sans-serif;--font-weight-body: 500;--space-base: clamp(12px, 2vw, 16px);--space-xs: calc(var(--space-base) * .75);--space-large: calc(var(--space-base) * 1.5);--space-xl: calc(var(--space-base) * 2.5);--container-width: min(1100px, 92vw);--text-width: clamp(100%, 100%, 64ch);--header-height: clamp(70px, 10vw, 100px);--page-padding-top-bottom: calc(var(--space-base) * 2);--page-padding-left-right: clamp(20px, 4vw, 40px);--animation-duration-fast: .3s;--animation-duration-medium: .4s;--animation-duration-slow: 1s;--animation-easing-bounce: cubic-bezier(.4, 0, .2, 1);--animation-easing-smooth: ease-out}html[data-theme="Light Theme"]{--bg-primary: hsl(200 16% 96%);--bg-secondary: hsla(200 16% 98% / .1);--bg-gradient: linear-gradient(to bottom, hsl(200 14% 96%) 0%, hsl(200 8% 92%) 100%);--bg-raised: hsl(200 0% 100%);--bg-raised-hover: hsl(200 6% 100%);--bg-pressed: hsl(200, 8%, 97%);--bg-inverted: hsl(200 6% 10%);--bg-preload: hsl(200 8% 88%);--bg-subtle: hsl(200 10% 94%);--bg-label: hsl(200 10% 94%);--bg-input: hsl(200 0% 100%);--bg-input-control: var(--bg-label);--skeleton-shimmer: linear-gradient( 90deg, var(--bg-raised) 0%, hsl(200 16% 97%) 50%, var(--bg-raised) 100% );--glyph-primary: hsl(200 6% 10%);--glyph-secondary: hsl(200 5% 22%);--glyph-disabled: hsl(200 5% 48%);--glyph-inverted: hsl(200 14% 98%);--glyph-critical: hsl(0 88% 46%);--glyph-success: hsl(142 76% 32%);--outline-default: hsl(200 8% 88%);--outline-hover: hsl(200 6% 98%);--outline-alt: hsl(200 10% 100%);--button-pressed-bg: var(--bg-raised);--button-pressed-color: var(--glyph-secondary);--button-pressed-outline: var(--glyph-disabled);--highlight-overlay: hsla(0 0% 100% / .2);--correct-answer-bg: var(--glyph-primary);--shadow-default: 2px 6px 12px hsla(200 5% 6% / .1);--shadow-secondary: 1px 1px 2px hsla(200 5% 6% / .06);--shadow-default-hover: 2px 7px 16px hsla(200 5% 6% / .15);--shadow-inner: inset 1px 2px 4px hsla(200 5% 6% / .2);--shadow-tooltip: 0 4px 8px hsla(200 5% 6% / .12);--button-pressed-shadow: inset 1px 2px 4px hsla(200 5% 6% / .1);--font-family-title: "Libre Franklin", Helvetica, system-ui, sans-serif;--font-family-body: "Libre Franklin", Helvetica, system-ui, sans-serif}html[data-theme="Dark Theme"]{--bg-primary: hsl(200 6% 10%);--bg-secondary: hsla(200 6% 6% / .1);--bg-gradient: linear-gradient(to bottom, hsl(200 6% 10%) 0%, hsl(200 6% 8%) 100%);--bg-raised: hsl(200 6% 18%);--bg-raised-hover: hsl(200 6% 21%);--bg-inverted: hsl(200 14% 98%);--bg-preload: hsl(200 5% 22%);--bg-subtle: hsl(200 6% 14%);--bg-label: hsl(200 6% 12%);--bg-input: hsl(200 6% 8%);--bg-input-control: var(--bg-label);--skeleton-shimmer: linear-gradient( 90deg, var(--bg-raised) 0%, var(--bg-raised-hover) 50%, var(--bg-raised) 100% );--glyph-primary: hsl(200 14% 98%);--glyph-secondary: hsl(200 6% 68%);--glyph-disabled: hsl(200 5% 48%);--glyph-inverted: hsl(200 6% 10%);--glyph-critical: hsl(0 80% 64%);--glyph-success: hsl(142 70% 45%);--outline-default: hsl(200 5% 22%);--outline-hover: hsl(200 5% 28%);--outline-alt: hsl(200 5% 22%);--button-pressed-bg: var(--bg-inverted);--button-pressed-color: var(--glyph-inverted);--button-pressed-shadow: var(--shadow-inner);--highlight-overlay: hsla(0 0% 100% / .1);--correct-answer-bg: var(--glyph-primary);--shadow-default: 8px 8px 14px hsla(200 7% 4% / .5), 14px 14px 18px hsla(200 7% 4% / .14), 20px 20px 32px hsla(200 7% 6% / .08), -6px -6px 9px hsla(200 16% 24% / .15);--shadow-secondary: 2px 2px 4px hsla(200 7% 4% / .5), 4px 4px 6px hsla(200 7% 4% / .2), 6px 6px 8px hsla(200 7% 6% / .1), -2px -2px 3px hsla(200 16% 96% / .03);--shadow-default-hover: 11px 11px 16px hsla(200 7% 4% / .5), 16px 16px 16px hsla(200 7% 4% / .2), 20px 20px 32px hsla(200 7% 6% / .1), -8px -8px 10px hsla(200 16% 96% / .045);--shadow-inner: inset 1px 2px 4px hsla(200 7% 4% / .4);--shadow-tooltip: 0 4px 8px hsla(200 7% 4% / .25);--font-family-title: "Libre Franklin", Helvetica, system-ui, sans-serif;--font-family-body: "Libre Franklin", Helvetica, system-ui, sans-serif}html[data-theme=buzzfeed]{--font-family-title: "Poppins", sans-serif;--font-family-body: "Poppins", sans-serif;--bg-primary: hsl(0, 0%, 98%);--bg-secondary: hsl(48, 100%, 95%);--bg-gradient: linear-gradient(to bottom, hsl(0, 0%, 100%) 0%, hsl(0, 0%, 96%) 100%);--bg-raised: hsl(0, 0%, 100%);--bg-raised-hover: hsl(0, 0%, 100%);--bg-pressed: hsl(48, 100%, 90%);--bg-inverted: hsl(214, 35%, 15%);--bg-preload: hsl(0, 0%, 90%);--bg-subtle: hsl(0, 0%, 94%);--bg-label: hsl(0, 0%, 94%);--bg-input: hsl(0, 0%, 100%);--bg-input-control: var(--bg-label);--skeleton-shimmer: linear-gradient( 90deg, hsl(0, 0%, 94%) 0%, hsl(0, 0%, 98%) 50%, hsl(0, 0%, 94%) 100% );--accent-primary: hsl(48, 100%, 50%);--accent-primary-hover: hsl(48, 100%, 55%);--glyph-primary: hsl(214, 35%, 15%);--glyph-secondary: hsl(214, 20%, 35%);--glyph-disabled: hsl(214, 15%, 65%);--glyph-inverted: hsl(0, 0%, 100%);--glyph-critical: hsl(350, 85%, 60%);--glyph-success: hsl(140, 75%, 45%);--outline-default: hsl(214, 35%, 15%);--outline-hover: var(--accent-primary);--outline-alt: hsl(214, 35%, 15%);--button-pressed-bg: var(--bg-pressed);--button-pressed-color: var(--glyph-primary);--button-pressed-outline: var(--glyph-primary);--highlight-overlay: hsla(48, 100%, 50%, .2);--correct-answer-bg: var(--accent-primary);--shadow-default: 4px 4px 0px hsla(214, 35%, 15%, 1);--shadow-secondary: 2px 2px 0px hsla(214, 35%, 15%, 1);--shadow-default-hover: 6px 6px 0px hsla(48, 100%, 50%, 1);--shadow-inner: none;--shadow-tooltip: 0 4px 8px hsla(214, 35%, 15%, .15);--button-pressed-shadow: 2px 2px 0px hsla(214, 35%, 15%, 1)}html[data-theme=History]{--bg-primary: hsl(0 0% 100%);--bg-secondary: hsl(0 0% 98%);--bg-gradient: linear-gradient(to bottom, hsl(0 0% 100%) 0%, hsl(0 0% 96%) 100%);--bg-raised: hsl(0 0% 100%);--bg-raised-hover: hsl(0 0% 98%);--bg-pressed: hsl(0, 0%, 97%);--bg-inverted: hsl(0 0% 10%);--bg-preload: hsl(0 0% 92%);--bg-subtle: hsl(0 0% 98%);--bg-label: hsl(0 0% 94%);--bg-input: hsl(0 0% 100%);--bg-input-control: var(--bg-label);--color-primary-container: Blue;--color-primary-container-hover: #3366ff;--color-secondary-container:red;--color-secondary-container-hover: #ff4d4d;--color-tertiary-container: hsl(0 0% 100%);--color-tertiary-container-hover: hsl(0 0% 98%);--skeleton-shimmer: linear-gradient( 90deg, var(--bg-raised) 0%, hsl(0 0% 97%) 50%, var(--bg-raised) 100% );--glyph-primary: hsl(0 0% 10%);--glyph-secondary: hsl(0 0% 22%);--glyph-disabled: hsl(0 0% 48%);--glyph-inverted: hsl(0 0% 98%);--glyph-critical: hsl(348 100% 46%);--glyph-success: hsl(142 76% 32%);--outline-default: hsl(0 0% 88%);--outline-hover: hsl(0 0% 98%);--outline-alt: hsl(0 0% 100%);--button-pressed-bg: var(--bg-raised);--button-pressed-color: var(--glyph-secondary);--button-pressed-outline: var(--glyph-disabled);--highlight-overlay: hsla(0 0% 100% / .2);--correct-answer-bg: var(--glyph-primary);--shadow-default: 2px 6px 12px hsla(0 0% 6% / .1);--shadow-secondary: 1px 1px 2px hsla(0 0% 6% / .06);--shadow-default-hover: 2px 7px 16px hsla(0 0% 6% / .15);--shadow-inner: inset 1px 2px 4px hsla(0 0% 6% / .2);--shadow-tooltip: 0 4px 8px hsla(0 0% 6% / .12);--button-pressed-shadow: inset 1px 2px 4px hsla(0 0% 6% / .1);--theme-primary: #eb0028;--font-family-title: "Lora", serif;--font-family-body: "DM Sans", sans-serif;--font-weight-h1: 400;--tag-label-border-radius: 20px;--tag-label-border: 1px solid rgb(117, 117, 117);--tag-label-font-size: 12px;--tag-label-padding-top: 5px;--tag-label-padding-bottom: 4px;--tag-label-padding-leftright: 12px;--tag-label-min-width: 0;--tag-label-min-height: 0;--tag-label-hover-transform: none;--tag-label-hover-bg: rgba(0, 0, 0, .05);--tag-pill-shadow: none}html[data-theme=History] .tag-pill:hover{border-color:#000}html[data-theme=History] .tag-pill:hover .tag-pill-icon{color:#d20805;transform:none}html[data-theme=History] .button-primary{background:#1e1e1e;color:#fff}html[data-theme=History] .button-primary:hover{background:linear-gradient(93.07deg,#4c4c4c 2.37%,#0d0d0d 62.85%,#000 111.57%);color:#fff}html[data-theme=History] .button-primary[aria-label="Start playing endless trivia game"] svg{display:none;margin-bottom:33px}html[data-theme=History] .button-primary[aria-label="Start playing endless trivia game"]:after{content:"";width:20px;height:20px;background-image:url('data:image/svg+xml;utf8,<svg aria-hidden="true" width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4.66669 11.3333L11.3334 4.66666M11.3334 4.66666H4.66669M11.3334 4.66666V11.3333" stroke="url(%23history-gradient)" stroke-linecap="round" stroke-linejoin="round"></path><defs><radialGradient id="history-gradient" cx="0" cy="0" r="1" gradientUnits="userSpaceOnUse" gradientTransform="translate(0.07 0.097) scale(33 35)"><stop class="stop-1" stop-color="%23FFC329"></stop><stop class="stop-2" offset="0.5" stop-color="%23FFC329"></stop><stop class="stop-3" offset="1" stop-color="%23FFC329"></stop></radialGradient></defs></svg>');background-repeat:no-repeat;background-position:center;background-size:contain;flex-shrink:0}html[data-theme=History] svg path[fill="var(--glyph-primary)"]{fill:#ffc329}@font-face{font-family:Libre Franklin;src:local("Libre Franklin"),url(/fonts/LibreFranklin-VariableFont_wght.woff2) format("woff2-variations");font-weight:300 700;font-style:normal;font-display:block}@font-face{font-family:Libre Franklin;src:local("Libre Franklin Italic"),url(/fonts/LibreFranklin-Italic-VariableFont_wght.woff2) format("woff2-variations");font-weight:300 700;font-style:italic;font-display:block}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:100%;-webkit-text-size-adjust:100%}body{font-family:var(--font-family-title);background:var(--bg-gradient);font-size:var(--font-size-body);font-weight:var(--font-weight-body);line-height:1.5}h1{font-size:var(--font-size-display);color:var(--glyph-primary);font-weight:var(--font-weight-h1, 650);line-height:1;letter-spacing:-.03em;text-indent:-.02em;margin-left:-.04em}h2{font-size:var(--font-size-heading);color:var(--glyph-primary);font-weight:300;line-height:1.1;margin-bottom:var(--space-base);text-indent:-.02em;margin-left:-.04em}p{color:var(--glyph-secondary);line-height:clamp(1.1em,2.5vh + .5em,1.6em);letter-spacing:.02em;max-width:var(--text-width)}button,a.button-primary,a.button-secondary{font-size:var(--font-size-body);font-family:var(--font-family-body);line-height:1;letter-spacing:.02em;justify-content:center;display:inline-flex;align-items:center;width:fit-content;height:48px;min-width:48px;padding:0 var(--space-base);gap:var(--space-xs);border:1px solid var(--outline-default);border-radius:40px;cursor:pointer;position:relative;z-index:1;-webkit-tap-highlight-color:hsla(200,100%,60%,.05);touch-action:manipulation;text-decoration:none}.touch-target:before{content:"";position:absolute;inset:-6px;background:transparent;z-index:0}button:disabled{cursor:default}.button svg{fill:var(--glyph-primary)}.button-primary{background-color:var(--bg-raised);color:var(--glyph-primary);box-shadow:var(--shadow-default)}.button-primary:hover{background-color:var(--bg-raised-hover);border-color:var(--outline-hover);box-shadow:var(--shadow-default-hover)}.button-secondary{background-color:var(--bg-secondary);color:var(--glyph-secondary);border-color:var(--outline-default);box-shadow:var(--shadow-secondary);padding:0}.button-secondary.with-text{padding:0 var(--space-base)}.button-secondary:not(.button-pressed):hover{border-color:var(--outline-hover);box-shadow:var(--shadow-secondary)}.button-pressed{background-color:var(--button-pressed-bg);color:var(--button-pressed-color);box-shadow:var(--button-pressed-shadow);border-color:var(--button-pressed-outline)}@media (hover: none){.button-primary:hover:not(.button-pressed),.button-secondary:hover:not(.button-pressed){background-color:var(--bg-raised);box-shadow:var(--shadow-default);border-color:var(--outline-default)}}@media (max-width: 300px){.hide-text-small{display:none}}.full-height-section{position:relative;min-height:100vh;min-height:100dvh;display:flex;flex-direction:column;align-items:center;justify-content:center;background:var(--bg-gradient);padding:var(--page-padding-top-bottom) var(--page-padding-left-right);box-sizing:border-box;width:100%}.content-wrapper{width:min(1100px,100%);margin:0 auto;display:flex;flex-direction:column;box-sizing:border-box}.cta{width:100%;margin-bottom:var(--space-base);display:flex;flex-direction:column;align-items:flex-start;gap:var(--space-base)}.button-container{display:flex;gap:var(--space-base);flex-wrap:wrap}.theme-transition,.theme-transition *,.theme-transition *:before,.theme-transition *:after{transition:background .2s ease-out,background-color .2s ease-out,color .2s ease-out,border-color .2s ease-out,box-shadow .2s ease-out}@keyframes pulse{0%{opacity:.6}50%{opacity:.3}to{opacity:.6}}
