@charset "UTF-8";.show-poster-grid{display:flex;flex-direction:row;flex-wrap:wrap;align-items:flex-start}@supports (display:grid){.show-poster-grid{display:grid;grid-template-columns:1fr 1fr;column-gap:4px;row-gap:8px}@media (min-width:375px){.show-poster-grid{grid-template-columns:repeat(3,1fr)}}@media (min-width:600px){.show-poster-grid{grid-template-columns:repeat(4,1fr)}}@media (min-width:768px){.show-poster-grid{grid-template-columns:repeat(5,1fr)}}@media (min-width:875px){.show-poster-grid{grid-template-columns:repeat(4,1fr);column-gap:6px;row-gap:12px}}@media (min-width:1024px){.show-poster-grid{grid-template-columns:repeat(5,1fr)}}}.react-show-poster__item{position:relative;height:inherit}.react-show-poster__item::after{content:"";display:block;width:100%;padding-bottom:149.4444444444%}.shows .react-show-poster__item{max-width:190px}.react-show-poster__link-container:focus img{outline:3px solid var(--focus-color)}.react-show-poster__item-enter{opacity:0}.react-show-poster__item-enter .react-show-poster__item-enter-active{transition:opacity .5s ease-in,padding-bottom .5s ease-in;opacity:1}.react-show-poster__item-enter .react-show-poster__item-enter-active .react-show-poster__link-container::after{padding-bottom:0}.react-show-poster__item-exit{opacity:1}.react-show-poster__item-exit .react-show-poster__item-exit-active{transition:opacity .3s ease-in,padding-bottom .3s ease-in;opacity:.01}.react-show-poster__item-exit .react-show-poster__item-exit-active .react-show-poster__link-container::after{padding-bottom:0}@media all and (-ms-high-contrast:none),(-ms-high-contrast:active){.react-show-poster__content{width:39vw}}@media (-ms-high-contrast:none) and (min-width:375px),(-ms-high-contrast:active) and (min-width:375px){.react-show-poster__content{width:27vw}}@media (-ms-high-contrast:none) and (min-width:600px),(-ms-high-contrast:active) and (min-width:600px){.react-show-poster__content{width:21vw}}@media (-ms-high-contrast:none) and (min-width:768px),(-ms-high-contrast:active) and (min-width:768px){.react-show-poster__content{width:16vw}}@media (-ms-high-contrast:none) and (min-width:875px),(-ms-high-contrast:active) and (min-width:875px){.react-show-poster__content{width:12vw}}@media (-ms-high-contrast:none) and (min-width:1024px),(-ms-high-contrast:active) and (min-width:1024px){.react-show-poster__content{width:10vw}}@media (-ms-high-contrast:none) and (min-width:1280px),(-ms-high-contrast:active) and (min-width:1280px){.react-show-poster__content{width:9vw;max-width:190px}}.react-show-poster__content-image{width:100%;height:auto}.fallback-image__container .react-show-poster__link-container{display:block;position:relative;height:inherit;height:0}.fallback-image__container .react-show-poster__link-container::after{content:"";display:block;width:100%;padding-bottom:149.4444444444%}.carousel__arrow{display:inline-block;position:absolute;z-index:3;top:50%;width:40px;height:40px;padding:0;transform:translateY(-25%);transition:background-color .3s ease-in,opacity .3s ease-in;border:none;border-radius:50%;opacity:1;background:rgba(10,20,90,.5);cursor:pointer;pointer-events:auto}.carousel__arrow:focus,.carousel__arrow:hover{background:rgba(10,20,90,.8)}@supports (backdrop-filter:blur()){.carousel__arrow{background:rgba(38,56,196,.5)}.carousel__arrow:focus,.carousel__arrow:hover{background:rgba(38,56,196,.7)}}@media screen and (prefers-color-scheme:dark){:root:not(.appearance--light) .carousel__arrow{background:rgba(0,5,37,.5)}:root:not(.appearance--light) .carousel__arrow:focus,:root:not(.appearance--light) .carousel__arrow:hover{background:rgba(0,5,37,.7)}}:root.appearance--dark .carousel__arrow{background:rgba(0,5,37,.5)}:root.appearance--dark .carousel__arrow:focus,:root.appearance--dark .carousel__arrow:hover{background:rgba(0,5,37,.7)}.carousel__arrow.carousel-prev{left:8px;border-left:0}.carousel__arrow.carousel-prev.disabled{transition:opacity .3s;opacity:0}.carousel__arrow.carousel-next{right:16px;border-right:0}.carousel__arrow.carousel-next.is-hidden~.carousel__see-all{display:none}.carousel__arrow svg{top:0;left:0;width:30px;height:40px}.carousel__arrow svg path{fill:#fff}.carousel__arrow.disabled,.carousel__arrow[disabled]{opacity:.4}.carousel__arrow.disabled svg,.carousel__arrow[disabled] svg{opacity:.4}.carousel__arrow.disabled:focus,.carousel__arrow.disabled:hover,.carousel__arrow[disabled]:focus,.carousel__arrow[disabled]:hover{outline:0;background:rgba(38,56,196,.6)}.carousel__arrow.disabled.carousel-prev,.carousel__arrow[disabled].carousel-prev{display:none}.carousel__grace-area{top:calc((100% - 112px - 64px)/ 2);position:absolute;right:0;width:100px;height:64px;pointer-events:auto}.video-row:not(.video-row--legacy-style) .carousel__grace-area{right:-26px}.carousel__grace-area:hover~.carousel__see-all-btn{transform:translateX(0);opacity:1;pointer-events:auto}.carousel__see-all-btn,.carousel__see-all-btn:link,.carousel__see-all-btn:visited{top:calc((100% - 112px - 50px)/ 2);display:none;position:absolute;right:53px;align-items:center;width:100px;height:50px;margin-right:16px;padding:4px;transform:translateX(64px);transition-property:background-color,opacity,transform;transition-duration:.3s;transition-timing-function:ease-out;border:1px solid rgba(255,255,255,.3);opacity:0;background-color:rgba(0,5,37,.5);color:#fff;font-size:1.6rem;line-height:1.2;text-align:center;text-transform:capitalize;cursor:pointer;pointer-events:none}@media (min-width:600px){.carousel__see-all-btn,.carousel__see-all-btn:link,.carousel__see-all-btn:visited{display:flex}}@media (min-width:768px){.carousel__see-all-btn,.carousel__see-all-btn:link,.carousel__see-all-btn:visited{right:64px}}@media (min-width:1024px){.carousel__see-all-btn,.carousel__see-all-btn:link,.carousel__see-all-btn:visited{top:calc((100% - 112px - 64px)/ 2);right:48px;height:64px}}@media (prefers-reduced-motion:reduce){.carousel__see-all-btn,.carousel__see-all-btn:link,.carousel__see-all-btn:visited{transition-duration:0s}}.carousel__see-all-btn:focus,.carousel__see-all-btn:hover{transform:translateX(0);opacity:1;pointer-events:auto;background-color:rgba(0,5,37,.8);text-decoration:none}.show-row__preview-btn-placeholder{position:absolute;z-index:3;right:8px;bottom:3px;left:0;width:calc(100% - 6px)}.shows .show-row__preview-btn-placeholder,.shows-list .show-row__preview-btn-placeholder{bottom:-1px;width:100%}.react-show-row .show-row__preview-btn-placeholder{bottom:-9px;width:100%}.show-row__preview-btn{display:flex;align-items:center;justify-content:flex-start;width:100%;height:53px;transition:opacity .3s ease-in-out;border:0;opacity:0;background-color:rgba(10,20,90,.9);color:#eef0f5;font-size:1.6rem;font-weight:medium;pointer-events:none}.show-row__preview-btn span{width:24px;height:24px;margin-right:12px;margin-left:12px}.react-show-poster__item:hover .show-row__preview-btn,.show-poster:hover .show-row__preview-btn,.shows-list__item:hover .show-row__preview-btn{opacity:1}.react-show-poster__item.fetched-data .show-row__preview-btn,.show-poster.fetched-data .show-row__preview-btn,.shows-list__item.fetched-data .show-row__preview-btn{pointer-events:auto}.show-row-preview-modal{position:fixed;z-index:15;top:0;right:0;bottom:0;left:0;width:100vw;height:100vh;margin:0;padding:0;overflow:auto;background-color:rgba(0,0,0,.5)}.show-row-preview-modal iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:0}.show-row-preview-modal .btn--mylist{--color:#eef0f5;--hover-color:#2638c4;--hover-border-background-color:#eef0f5;white-space:nowrap}.show-row-preview-modal .btn--mylist,.show-row-preview-modal .btn--mylist:visited{border-color:var(--color);background-color:transparent;color:var(--color)}.show-row-preview-modal .btn--mylist path,.show-row-preview-modal .btn--mylist svg{stroke:var(--color);fill:var(--color)}.show-row-preview-modal .btn--mylist:hover{border-color:var(--hover-border-background-color);background-color:var(--hover-border-background-color);color:var(--hover-color)}.show-row-preview-modal .btn--mylist:hover path,.show-row-preview-modal .btn--mylist:hover svg{stroke:var(--hover-color);fill:var(--hover-color)}.show-row-preview-modal .btn--mylist:active{border-color:#486cd8}.show-row-preview-modal .btn--mylist.selected{--color:#fff;--background-border-color:#2638c4;--hover-color:#fff;--hover-border-background-color:#0f1e8c}@media screen and (prefers-color-scheme:dark){:root:not(.appearance--light) .show-row-preview-modal .btn--mylist.selected{--color:#eef0f5;--background-border-color:#2638c4;--hover-color:#eef0f5;--hover-border-background-color:#486cd8;--active-border-color:#2638c4}}:root.appearance--dark .show-row-preview-modal .btn--mylist.selected{--color:#eef0f5;--background-border-color:#2638c4;--hover-color:#eef0f5;--hover-border-background-color:#486cd8;--active-border-color:#2638c4}.show-row-preview-modal .btn--mylist.selected,.show-row-preview-modal .btn--mylist.selected:visited{border-color:var(--background-border-color);background-color:var(--background-border-color);color:var(--color,#fff)}.show-row-preview-modal .btn--mylist.selected path{fill:var(--color,#fff)}.show-row-preview-modal .btn--mylist.selected:hover{border-color:var(--hover-border-background-color);background-color:var(--hover-border-background-color);color:var(--hover-color,#fff)}.show-row-preview-modal .btn--mylist.selected:hover path,.show-row-preview-modal .btn--mylist.selected:hover svg{fill:var(--hover-color,#fff)}.show-row-preview-modal .btn--mylist.selected:active{border-color:var(--active-border-color,#486cd8)}.show-row-preview-modal .btn--mylist__visible-text{white-space:nowrap}.show-row-preview-modal__body{position:relative;top:5%;max-width:90%;margin:auto;overflow:auto;border-radius:8px;background-color:#000525}@media (min-width:1280px){.show-row-preview-modal__body{max-width:1200px}}.show-row-preview-modal__body:focus{outline:2px solid #2638c4}.show-row-preview-modal__hero{position:relative}.show-row-preview-modal__hero::after{content:"";display:block;position:absolute;background-repeat:no-repeat;bottom:0;width:100%;height:64px;background:linear-gradient(to top,#000525,rgba(0,5,37,0));z-index:3;height:150px}.show-row-preview-modal__hero__play-overlay{display:flex;position:absolute;z-index:3;top:0;right:0;bottom:0;left:0;flex-direction:column;align-items:center;justify-content:center;width:100%;height:100%;background:linear-gradient(to top,#000525 0,rgba(0,5,37,.5515) 18.25%,rgba(0,5,37,.4125) 34.25%,rgba(0,5,37,.2378) 49.55%,rgba(0,5,37,.1247) 67.01%,rgba(0,5,37,.0548) 80.74%,rgba(0,5,37,0) 100%);cursor:pointer}.show-row-preview-modal__hero__play-icon{display:flex;position:relative;align-items:center;justify-content:center;width:70px;height:70px;border-radius:50%;background-color:rgba(0,5,37,.4)}.show-row-preview-modal__hero__play-icon svg{width:24px;height:36px;margin-left:6px;fill:#fff}@media (min-width:480px){.show-row-preview-modal__hero__play-icon{width:90px;height:90px}.show-row-preview-modal__hero__play-icon svg{width:30px;height:40px;margin-left:8px}}@media (min-width:600px){.show-row-preview-modal__hero__play-icon{width:107px;height:107px}.show-row-preview-modal__hero__play-icon svg{width:36px;height:44px;margin-left:10px}}.show-row-preview-modal__hero__play-cta{margin-top:8px;color:#fff;font-size:1.6rem;font-weight:700;text-align:center;filter:drop-shadow(2px 2px 2px rgba(0, 5, 37, .5))}.show-row-preview-modal__hero__video-type{text-transform:capitalize}.show-row-preview-modal__player-container{position:relative;aspect-ratio:16/9;background-color:#000}.show-row-preview-modal__player-container::after{content:"Loading Player…";position:absolute;top:50%;left:10%;width:80%;transform:translateY(-40%);color:#fff;font-size:2rem;font-weight:300;text-align:center}@media (min-width:480px){.show-row-preview-modal__player-container::after{font-size:3rem}}.show-row-preview-modal__player-container iframe{z-index:1}.show-row-preview-modal__player-picture{position:relative;height:inherit}.show-row-preview-modal__player-picture::after{content:"";display:block;width:100%;padding-bottom:55.625%}.show-row-preview-modal__show-content{display:flex;position:relative;z-index:3;justify-content:space-between;padding:24px 40px;transform:translateY(-40%);transition:transform .5s ease-in-out}.player-initialized .show-row-preview-modal__show-content{transform:translateY(0)}.no-hero-image .show-row-preview-modal__show-content{transform:translateY(0)}@media (prefers-reduced-motion:reduce){.show-row-preview-modal__show-content{transition-duration:0s}}.show-row-preview-modal__show-content__info{position:relative;max-width:65%}.show-row-preview-modal__show-content__info__title{margin:0 0 24px 0}.show-row-preview-modal__show-content__info__logo{max-height:50px}@media (min-width:1024px){.show-row-preview-modal__show-content__info__logo{max-height:80px}}.show-row-preview-modal__show-content__info__title-link,.show-row-preview-modal__show-content__info__title-link:link,.show-row-preview-modal__show-content__info__title-link:visited{color:#eef0f5;text-decoration:none}.show-row-preview-modal__show-content__info__title-link:active,.show-row-preview-modal__show-content__info__title-link:focus,.show-row-preview-modal__show-content__info__title-link:hover{color:#eef0f5;text-decoration:underline}.show-row-preview-modal__show-content__info__title-text{font-size:3rem;font-weight:700}@media (min-width:1024px){.show-row-preview-modal__show-content__info__title-text{font-size:5rem}}.show-row-preview-modal__show-content__info__broadcast-info{color:var(--text-color--subdued);font-size:1.4rem;font-weight:700;text-transform:uppercase;margin-bottom:16px;color:#eef0f5}.show-row-preview-modal__show-content__info__description{color:#eef0f5;font-size:1.6rem;line-height:1.5}.show-row-preview-modal__show-content__buttons{display:flex;flex-direction:column;width:245px;margin:64px 0 0 24px}.show-row-preview-modal__show-content__all-episodes-btn{margin-bottom:16px;white-space:nowrap}.show-row-preview-modal__featured-assets{padding:0 40px 64px 40px;transform:translateY(-18%);transition:transform .5s ease-in-out}.player-initialized .show-row-preview-modal__featured-assets{transform:translateY(0)}.no-hero-image .show-row-preview-modal__featured-assets{transform:translateY(0)}@media (prefers-reduced-motion:reduce){.show-row-preview-modal__featured-assets{transition-duration:0s}}.show-row-preview-modal__featured-assets__container{display:flex;margin-bottom:40px}.show-row-preview-modal__featured-assets__title{margin:0 0 16px 0}.show-row-preview-modal__featured-assets__title-link,.show-row-preview-modal__featured-assets__title-link:link,.show-row-preview-modal__featured-assets__title-link:visited{color:#eef0f5;text-decoration:none}.show-row-preview-modal__featured-assets__title-link:active,.show-row-preview-modal__featured-assets__title-link:focus,.show-row-preview-modal__featured-assets__title-link:hover{color:#eef0f5;text-decoration:underline}.show-row-preview-modal__featured-assets__title-link:active svg path,.show-row-preview-modal__featured-assets__title-link:focus svg path,.show-row-preview-modal__featured-assets__title-link:hover svg path{fill:#ffcf00}.show-row-preview-modal__featured-assets__title-link svg path{fill:#eef0f5}.show-row-preview-modal__featured-assets__title-text{margin-right:8px;font-size:3rem;font-weight:700}.show-row-preview-modal__featured-asset{width:33%;margin-right:16px}.show-row-preview-modal__featured-asset:nth-of-type(3){margin-right:0}.show-row-preview-modal__featured-asset__link{display:block}.show-row-preview-modal__featured-asset__image-wrapper{position:relative}.show-row-preview-modal__featured-asset__image{position:relative;height:inherit}.show-row-preview-modal__featured-asset__image::after{content:"";display:block;width:100%;padding-bottom:55.625%}.show-row-preview-modal__featured-asset__image::after{background:radial-gradient(ellipse at center,#eef0f5 0,#e0e0e0 50%,#e0e0e0 50%,#b3b3b3 100%)}.show-row-preview-modal__featured-asset__title{margin:8px 0}.show-row-preview-modal__featured-asset__video-title-link{overflow:hidden;line-height:1.3333;text-overflow:ellipsis;white-space:nowrap;font-size:1.6rem;font-weight:700}.show-row-preview-modal__featured-asset__video-title-link,.show-row-preview-modal__featured-asset__video-title-link:link,.show-row-preview-modal__featured-asset__video-title-link:visited{color:#eef0f5;text-decoration:none}.show-row-preview-modal__featured-asset__video-title-link:active,.show-row-preview-modal__featured-asset__video-title-link:focus,.show-row-preview-modal__featured-asset__video-title-link:hover{color:#eef0f5;text-decoration:underline}@supports (display:-webkit-box){.show-row-preview-modal__featured-asset__video-title-link{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;overflow:hidden;white-space:normal}}.show-row-preview-modal__featured-asset__meta-data{color:#94a1b2;font-size:1.6rem;text-transform:capitalize}.show-row-preview-modal__featured-asset__video-description{color:#eef0f5;font-size:1.6rem;line-height:1.5}.show-row-preview-modal__close-button-container{position:absolute;z-index:3;top:0;right:0;width:150px;height:150px;background:radial-gradient(circle at 100% 0,rgba(0,5,37,.4) 0,rgba(0,5,37,0) 55%)}.show-row-preview-modal__close-button-container .btn--close{z-index:3}.show-row-preview-modal__close-button-container .pbs-close{width:18px;height:36px;padding-top:4px}.show-row-preview-modal__close-button-container .pbs-close__path{stroke:#eef0f5}.show-row--top-ten .show-row__image-link{min-width:30vw;max-width:230px}@media (min-width:571px){.show-row--top-ten .show-row__image-link{min-width:22vw}}@media (min-width:768px){.show-row--top-ten .show-row__image-link{min-width:17vw}}@media (min-width:1024px){.show-row--top-ten .show-row__image-link{min-width:15vw}}@media (min-width:1280px){.show-row--top-ten .show-row__image-link{min-width:16vw}}@media (min-width:1440px){.show-row--top-ten .show-row__image-link{min-width:230px}}.show-row--top-ten.show-row .carousel__arrow.carousel-next{right:20px}@media (min-width:1280px){.show-row--top-ten.show-row .carousel__arrow.carousel-next{right:-5px}}.show-row--top-ten.show-row .carousel__arrow.carousel-prev{left:5px}.top-ten-item{display:flex;align-items:flex-end}.top-ten-item:hover .top-ten-item__count{color:#486cd8;-webkit-text-stroke-color:#486cd8}@media screen and (prefers-color-scheme:dark){:root:not(.appearance--light) .top-ten-item:hover .top-ten-item__count{color:#ffcf00;-webkit-text-stroke-color:#ffcf00}}:root.appearance--dark .top-ten-item:hover .top-ten-item__count{color:#ffcf00;-webkit-text-stroke-color:#ffcf00}.show-row--top-ten.show-row .show-poster:hover{transform:none}.show-row--top-ten.show-row .show-row__preview-btn-placeholder{width:calc(100% - 8px)}.top-ten-item__count{margin-right:-6px;transition-property:color,-webkit-text-stroke-color;transition-duration:.3s;transition-timing-function:ease-in-out;color:var(--lightest-darkest-background-color);font-size:15vw;font-weight:700;-webkit-text-stroke:1.4px var(--text-color--subdued);line-height:.89}@media (min-width:480px){.top-ten-item__count{margin-right:-8px;line-height:.87}}@media (min-width:530px){.top-ten-item__count{line-height:.86}}@media (min-width:571px){.top-ten-item__count{margin-right:-10;font-size:13vw}}@media (min-width:650px){.top-ten-item__count{margin-right:-11px;line-height:.85}}@media (min-width:768px){.top-ten-item__count{margin-right:-10px;font-size:9vw;line-height:.87}}@media (min-width:875px){.top-ten-item__count{line-height:.86}}@media (min-width:1024px){.top-ten-item__count{-webkit-text-stroke-width:2px}}@media (min-width:1280px){.top-ten-item__count{margin-right:-10px;font-size:8.5vw;line-height:.85}}@media (min-width:1440px){.top-ten-item__count{margin-right:-13px;font-size:12rem;-webkit-text-stroke-width:3px}}@media (min-width:875px){.top-ten-item__count[data-count="4"]{margin-right:-12px}}@media (min-width:1024px){.top-ten-item__count[data-count="4"]{margin-right:-13px}}@media (min-width:1140px){.top-ten-item__count[data-count="4"]{margin-right:-14px}}@media (min-width:1280px){.top-ten-item__count[data-count="4"]{margin-right:-15px}}.show-row{max-width:1440px;margin:0 auto;overflow:hidden}.show-row .show-row__list.splide__list{display:flex;padding:0;overflow:visible;list-style-type:none}.show-row .splide__track{overflow:visible}.show-row .show-poster{position:relative;padding-top:3px;padding-right:8px;padding-bottom:3px;transition:transform .3s ease-in-out}.show-row .show-poster:hover{z-index:5;transform:scale(1.12);text-decoration:none}.show-row .show-poster a,.show-row .show-poster img{display:block}.show-row .show-poster img{width:100%;max-width:237px}@media (min-width:1024px){.show-row .one-full-row .carousel-next{display:none}}.show-row__header{position:relative;margin-bottom:16px}@media (min-width:768px){.show-row__header{display:grid;grid-column-gap:16px;grid-template-areas:"title buttons" "description description";grid-template-columns:auto min-content;align-items:start}}@media (min-width:768px){.show-row .content-section-title{grid-area:title;margin-bottom:0}}.show-row__description{margin-bottom:12px;font-size:1.4rem}@media (min-width:768px){.show-row__description{grid-area:description;margin-top:12px;font-size:1.6rem}}.show-row__learn-more{white-space:nowrap}@media (min-width:768px){.show-row__learn-more{grid-area:buttons}}.show-row__passport{margin-top:12px}@media (min-width:768px){.show-row__passport{display:flex;grid-area:buttons;margin-top:0}}.show-row__passport__become-a-member{margin:0 8px 8px 0;white-space:nowrap}@media (min-width:768px){.show-row__passport__become-a-member{margin-bottom:0}}.show-row__passport__learn-more{margin:0 0 8px 0;white-space:nowrap}@media (min-width:768px){.show-row__passport__learn-more{margin:0}}.show-row__passport__thank-you{color:var(--header-color);font-size:1.6rem;font-weight:700}@media (min-width:768px){.show-row__passport__thank-you{white-space:nowrap}}@media (min-width:1024px){.show-row__passport__thank-you{font-size:2.2rem}}.show-row__image-link{position:relative;height:inherit;display:block;aspect-ratio:2/3;min-width:calc(33.333vw - 40px);max-width:230px}.show-row__image-link::after{content:"";display:block;width:100%;padding-bottom:149.4444444444%}@media (min-width:570px){.show-row__image-link{min-width:calc(25vw - 48px)}}@media (min-width:768px){.show-row__image-link{min-width:calc(20vw - 102px)}}@media (min-width:1024px){.show-row__image-link{min-width:calc(16.6667vw - 110px)}}@media (min-width:1440px){.show-row__image-link{min-width:212px}}.show-row__image-link[data-has-image=true]{background:radial-gradient(ellipse at center,#eef0f5 0,#e0e0e0 50%,#e0e0e0 50%,#b3b3b3 100%)}.show-row .carousel__slide-image.lazyload{visibility:hidden}.show-row .carousel__arrow{top:calc((100% - 0 - 20px)/ 2)}.show-row .carousel__arrow.carousel-next{right:-18px}.show-row .carousel__arrow.carousel-prev{left:-24px}.pagination{display:flex;position:relative;justify-content:center;width:100%;margin:0 auto 32px auto;padding:16px 0;font-size:2rem;text-align:center}.pagination__full-feature>*,.pagination__min-feature>*,.pagination__univ-feature>*{position:relative;padding:4px 10px}@media (min-width:768px){.pagination__full-feature>*,.pagination__min-feature>*,.pagination__univ-feature>*{padding:4px 16px}}.pagination__univ-feature{display:inline-block;position:relative}.pagination__min-feature{display:flex;position:relative;flex-wrap:nowrap;align-items:baseline}@media (min-width:768px){.pagination__min-feature{display:none}}.pagination__full-feature{display:none;position:relative}@media (min-width:768px){.pagination__full-feature{display:flex;flex-wrap:nowrap;align-items:baseline}}.pagination a{display:inline-block;position:relative;font-size:2rem;cursor:pointer}@media (hover:none){.pagination a{text-decoration:none}}.pagination__ellipsis{padding:0}.pagination__has-divider::before{content:"";display:block;position:absolute;top:4px;bottom:4px;left:0;width:1px;background:#000525}.search__header{position:relative;min-height:85px;padding-top:16px;background-color:var(--lightest-darkest-background-color);font-size:1.8rem}@media (min-width:768px){.search__header{display:flex;align-items:center;justify-content:flex-start;min-height:78px;padding-top:0}}@media (min-width:1024px){.search__header{min-height:140px}}@media (min-width:1280px){.search__header{min-height:180px}}.search__form{position:relative;width:100%}@media (min-width:768px){.search__form{width:300px}}@media (min-width:1024px){.search__form{display:inline-block;width:400px;height:60px}}.search__form>.search__input{width:100%;padding:16px 50px 16px 16px;border:0;border-radius:8px;background-color:#eef0f5;color:var(--text-color)}.search__form>.search__input::placeholder{color:var(--text-color);font-size:1.6rem}@media (min-width:1024px){.search__form>.search__input::placeholder{font-size:2.4rem}}@media (min-width:1024px){.search__form>.search__input{height:100%;padding:12px 64px 16px 24px;font-size:2.4rem}}@media screen and (prefers-color-scheme:dark){:root:not(.appearance--light) .search__form>.search__input{background-color:#363846}}:root.appearance--dark .search__form>.search__input{background-color:#363846}.search__input-button{position:absolute;right:4px;bottom:12px;border:0;background-color:transparent}.search__input-button .search__icon{width:20px;height:20px;fill:var(--icon-color)}@media (min-width:1024px){.search__input-button .search__icon{width:24px;height:24px}}@media (min-width:1024px){.search__input-button{right:16px;bottom:12px}}.search-filters{display:none;width:100%;padding:32px 16px 48px 32px;background-color:var(--light-dark-background-color)}@media (min-width:1024px){.search-filters{margin-bottom:24px;padding:24px 16px 32px 16px}}.search-app--is-loaded .search-filters:not(.hidden-at-mobile){display:block;position:absolute;z-index:4;top:0;left:0}@media (min-width:1024px){.search-app--is-loaded .search-filters.hidden-at-mobile,.search-app--is-loaded .search-filters:not(.hidden-at-mobile){display:block;position:relative}}.search-filters__no-filters{margin-top:16px;font-size:1.4rem;font-style:italic}.search-filters__cancel-button{position:absolute;top:16px;right:16px;padding:0;border:0;background-color:transparent;font-size:1.4rem}@media (min-width:1024px){.search-filters__cancel-button{display:none}}.search-filters__header{margin:0 0 8px 0;color:#0f1e8c;font-size:1.6rem;font-weight:700}@media screen and (prefers-color-scheme:dark){:root:not(.appearance--light) .search-filters__header{color:#94a1b2}}:root.appearance--dark .search-filters__header{color:#94a1b2}.search-filter-groups{display:flex;flex-direction:column;margin-bottom:24px}@media (min-width:768px){.search-filter-groups{flex-direction:row;flex-wrap:wrap}}@media (min-width:1024px){.search-filter-groups{flex-direction:column}}.search-filter-group__container{margin:0}@media (min-width:768px){.search-filter-group__container{width:50%}}@media (min-width:1024px){.search-filter-group__container{width:100%}}.search-filter-group__title{margin:24px 0 8px 0;color:#0f1e8c;font-size:1.6rem;font-weight:700}@media screen and (prefers-color-scheme:dark){:root:not(.appearance--light) .search-filter-group__title{color:#94a1b2}}:root.appearance--dark .search-filter-group__title{color:#94a1b2}.search-filter-group{margin:0;padding:0;list-style-type:none;font-size:1.6rem}.search-filter-item{padding:5px 0;font-weight:500}@media (min-width:1024px){.search-filter-item{margin-left:0}}.search-filter-item__link{display:flex;align-items:center;padding:0;border:0;background:0 0;text-align:left;cursor:pointer}@media screen and (prefers-color-scheme:dark){:root:not(.appearance--light) .search-filter-item__link:hover path,:root:not(.appearance--light) .search-filter-item__link:hover svg{stroke:#ffcf00}}:root.appearance--dark .search-filter-item__link:hover path,:root.appearance--dark .search-filter-item__link:hover svg{stroke:#ffcf00}.search-filter-item__label{color:var(--link-color);font-size:1.6rem;font-weight:500}.selected-true .search-filter-item__label{color:var(--text-color);font-weight:400}.search-filter-item__remove-button{display:flex;align-items:center;justify-content:center;margin-left:12px}.search-filter-item__remove-icon{width:12px;height:12px}@media screen and (prefers-color-scheme:dark){:root:not(.appearance--light) .search-filter-item__remove-icon path,:root:not(.appearance--light) .search-filter-item__remove-icon svg{stroke:#eef0f5}}:root.appearance--dark .search-filter-item__remove-icon path,:root.appearance--dark .search-filter-item__remove-icon svg{stroke:#eef0f5}.search-filter-item__count{margin-left:6px;color:#000525;font-weight:400}@media screen and (prefers-color-scheme:dark){:root:not(.appearance--light) .search-filter-item__count{color:#94a1b2}}:root.appearance--dark .search-filter-item__count{color:#94a1b2}.search__reset-button{display:flex;align-items:center;margin-bottom:32px;padding:0;border:0;background-color:transparent}@media screen and (prefers-color-scheme:dark){:root:not(.appearance--light) .search__reset-button:hover path,:root:not(.appearance--light) .search__reset-button:hover svg{stroke:#ffcf00}}:root.appearance--dark .search__reset-button:hover path,:root.appearance--dark .search__reset-button:hover svg{stroke:#ffcf00}.search__reset-text{color:var(--link-color);font-size:1.6rem;font-weight:700}.search__reset-icon{width:12px;height:12px;margin-left:12px}@media screen and (prefers-color-scheme:dark){:root:not(.appearance--light) .search__reset-icon path,:root:not(.appearance--light) .search__reset-icon svg{stroke:#eef0f5}}:root.appearance--dark .search__reset-icon path,:root.appearance--dark .search__reset-icon svg{stroke:#eef0f5}.search-filters__close-button{--color:#fff;--background-border-color:#2638c4;--hover-color:#fff;--hover-border-background-color:#0f1e8c}@media screen and (prefers-color-scheme:dark){:root:not(.appearance--light) .search-filters__close-button{--color:#eef0f5;--background-border-color:#2638c4;--hover-color:#eef0f5;--hover-border-background-color:#486cd8;--active-border-color:#2638c4}}:root.appearance--dark .search-filters__close-button{--color:#eef0f5;--background-border-color:#2638c4;--hover-color:#eef0f5;--hover-border-background-color:#486cd8;--active-border-color:#2638c4}.search-filters__close-button,.search-filters__close-button:visited{border-color:var(--background-border-color);background-color:var(--background-border-color);color:var(--color,#fff)}.search-filters__close-button path{fill:var(--color,#fff)}.search-filters__close-button:hover{border-color:var(--hover-border-background-color);background-color:var(--hover-border-background-color);color:var(--hover-color,#fff)}.search-filters__close-button:hover path,.search-filters__close-button:hover svg{fill:var(--hover-color,#fff)}.search-filters__close-button:active{border-color:var(--active-border-color,#486cd8)}@media (min-width:1024px){.search-filters__close-button{display:none}}.search-results__pagination{display:flex;justify-content:center;padding:30px 0}.search-results__pagination .pbs-left-caret{height:16px;margin-right:8px}.search-results__pagination .pbs-right-caret{height:16px;margin-left:8px}.search-results__pagination-list{margin:0;padding:0;list-style-type:none;display:flex}.search-results__pagination-link{padding:0;border:0;background:0 0;font-weight:700;cursor:pointer}.search-results__pagination-link,.search-results__pagination-link:link,.search-results__pagination-link:visited{color:var(--link-color);text-decoration:none}.search-results__pagination-link:active,.search-results__pagination-link:focus,.search-results__pagination-link:hover{color:var(--link-active-color);text-decoration:underline}.search-results__pagination-link:hover{text-decoration:none}.search-results__pagination-link--selected,.search-results__pagination-link--selected:hover{color:#5c6e85;font-weight:300;text-decoration:none;cursor:default}@media screen and (prefers-color-scheme:dark){:root:not(.appearance--light) .search-results__pagination-link--selected,:root:not(.appearance--light) .search-results__pagination-link--selected:hover{color:#94a1b2}}:root.appearance--dark .search-results__pagination-link--selected,:root.appearance--dark .search-results__pagination-link--selected:hover{color:#94a1b2}.search-results__pagination-direction,.search-results__pagination-item{padding:5px 16px;font-size:1.6rem}@media (min-width:768px){.search-results__pagination-direction,.search-results__pagination-item{font-size:2.2rem}}.search-results__pagination-direction{border:0;background:0 0;font-weight:700;cursor:pointer}.search-results__pagination-direction,.search-results__pagination-direction:link,.search-results__pagination-direction:visited{color:var(--link-color);text-decoration:none}.search-results__pagination-direction:active,.search-results__pagination-direction:focus,.search-results__pagination-direction:hover{color:var(--link-active-color);text-decoration:underline}.search-results__pagination-direction svg,.search-results__pagination-direction svg path,.search-results__pagination-direction+* svg path{fill:var(--icon-color)}.search-results__pagination-direction:active svg,.search-results__pagination-direction:active svg path,.search-results__pagination-direction:focus svg,.search-results__pagination-direction:focus svg path,.search-results__pagination-direction:hover svg,.search-results__pagination-direction:hover svg path{fill:var(--icon-active-color)}.search-results__pagination-direction:hover{text-decoration:none}.search__filter-and-sort{display:flex;align-items:center;justify-content:space-between;padding:16px}@media (min-width:768px){.search__filter-and-sort{padding:16px 32px}}@media (min-width:1024px){.search__filter-and-sort{position:absolute;top:0;right:0;padding:gap}}.search__filter{display:flex;align-items:center}@media (min-width:1024px){.search__filter{display:none}}.search__filter-label{display:none}@media (min-width:480px){.search__filter-label{display:inline-block;margin:0 8px 0 0;color:var(--header-color-no-link);font-size:1.4rem;font-weight:700}}@media (min-width:768px){.search__filter-label{font-size:1.6rem}}.search__filter-button{display:flex;padding:7.5px 10.5px;border:.72px solid #5c6e85;border-radius:8px;background-color:transparent}@media screen and (prefers-color-scheme:dark){:root:not(.appearance--light) .search__filter-button circle,:root:not(.appearance--light) .search__filter-button path,:root:not(.appearance--light) .search__filter-button svg{stroke:#eef0f5;fill:#eef0f5}}:root.appearance--dark .search__filter-button circle,:root.appearance--dark .search__filter-button path,:root.appearance--dark .search__filter-button svg{stroke:#eef0f5;fill:#eef0f5}.search__filter-icon{width:18px;height:20px}.search-results-shows__container{padding:24px 0 16px 0;background-color:var(--light-dark-background-color)}@media (min-width:768px){.search-results-shows__container{padding:24px}}@media (min-width:1024px){.search-results-shows__container{padding:0 0 16px 0;background-color:var(--lightest-darkest-background-color)}}.search-results-shows__title{margin:8px 0 24px 16px;padding:0;color:#0f1e8c;font-size:2.4rem;font-weight:700}@media (min-width:1024px){.search-results-shows__title{font-size:3rem}}.search-results-shows__list{display:flex;flex-wrap:wrap;margin:16px 16px 0 16px;padding:0;list-style-type:none}.search-result-show__poster{position:relative;width:100%}.search-result-show__poster.poster-single{display:none;margin-right:16px}@media (min-width:1024px){.search-result-show__poster.poster-single{display:block;width:189px;min-width:189px;min-height:283px}}.search-result-show__poster.poster-single .fallback-image__text{font-size:2.6rem}.search-result-show__poster.poster-single.fallback-image__container{max-height:283px}.search-result-show__poster.poster-multiple{position:relative;height:inherit}.search-result-show__poster.poster-multiple::after{content:"";display:block;width:100%;padding-bottom:150%}.search-result-show__poster.poster-multiple.fallback-image__container::after{display:none}.search-result-show__poster .search-result-show__poster__image-container{position:relative}.search-result-show__poster .search-result-show__poster__image-container-image{width:100%;height:auto}.search-result-show__poster .fallback-image__text{top:50%;left:50%;padding-top:0;padding-bottom:0;transform:translate(-50%,-50%);font-size:.9rem}@media (min-width:400px){.search-result-show__poster .fallback-image__text{font-size:1.2rem}}@media (min-width:540px){.search-result-show__poster .fallback-image__text{font-size:1.8rem}}@media (min-width:1024px){.search-result-show__poster .fallback-image__text{font-size:2rem}}.search-result-show__poster .fallback-image__text-container{position:relative;height:inherit}.search-result-show__poster .fallback-image__text-container::after{content:"";display:block;width:100%;padding-bottom:150%}.search-result-show{display:flex;margin-bottom:16px}.search-result-show--multiple{width:calc(50% - 8px);margin-right:16px}.search-result-show--multiple:nth-of-type(2n){margin-right:0}.search-result-show--multiple:nth-of-type(n+3){margin-bottom:0}@media (min-width:450px){.search-result-show--multiple{width:calc(25% - 12px);margin-right:16px;margin-bottom:0}.search-result-show--multiple:nth-of-type(2){margin-right:16px}.search-result-show--multiple:last-of-type{margin-right:0}}.search-result-show--single{width:100%;margin-right:0}.search-result-show__details{width:100%}@media (min-width:768px) and (max-width:1023px){.search-result-show__details{display:flex}}@media (min-width:768px) and (max-width:1023px){.search-result-show__info{padding-right:32px}}.search-result-show__title{display:flex;align-items:center;margin:0 0 8px 0;color:#0f1e8c;font-size:2rem;font-weight:700;text-transform:none;margin:0}@media screen and (prefers-color-scheme:dark){:root:not(.appearance--light) .search-result-show__title{color:#fff}}:root.appearance--dark .search-result-show__title{color:#fff}@media (min-width:768px){.search-result-show__title{margin-bottom:16px}}@media (min-width:1024px){.search-result-show__title{font-size:3rem}}.search-result-show__title .pbs-passport-compass-rose{width:24px;height:24px;margin-right:8px}@media (min-width:1024px){.search-result-show__title .pbs-passport-compass-rose{width:35px;height:35px}}.search-result-show__title__link,.search-result-show__title__link:link,.search-result-show__title__link:visited{color:var(--link-color);text-decoration:none}.search-result-show__title__link:active,.search-result-show__title__link:focus,.search-result-show__title__link:hover{color:var(--link-active-color);text-decoration:underline}.search-result-show__title__link svg{width:10px;height:12px;margin-left:8px}@media (min-width:1024px){.search-result-show__title__link svg{height:18px;margin-left:12px}}.search-result-show__title svg,.search-result-show__title svg path,.search-result-show__title+* svg path{fill:var(--icon-color)}.search-result-show__title:active svg,.search-result-show__title:active svg path,.search-result-show__title:focus svg,.search-result-show__title:focus svg path,.search-result-show__title:hover svg,.search-result-show__title:hover svg path{fill:var(--icon-active-color)}@media (min-width:768px) and (max-width:1023px){.search-result-show__title{font-size:2.2rem}}.search-result-show__description{margin:8px 0;font-size:1.4rem}@media (min-width:768px){.search-result-show__description{margin:16px 0}}@media (min-width:1024px){.search-result-show__description{margin:16px 0;font-size:1.6rem}}.search-result-show__see-all-link{display:none;font-size:1.6rem;font-weight:700}.search-result-show__see-all-link,.search-result-show__see-all-link:link,.search-result-show__see-all-link:visited{color:var(--link-color);text-decoration:none}.search-result-show__see-all-link:active,.search-result-show__see-all-link:focus,.search-result-show__see-all-link:hover{color:var(--link-active-color);text-decoration:underline}@media (min-width:1024px){.search-result-show__see-all-link{display:block}}.search-result-show__episodes{margin:24px 0 16px 0}@media (min-width:768px) and (max-width:1023px){.search-result-show__episodes{width:60%;margin-top:0}}.search-result-show__episodes-header{margin:0 0 8px 0;padding-bottom:5px;color:var(--header-color);font-size:1.6rem;font-weight:700}@media (min-width:1024px){.search-result-show__episodes-header{font-size:1.8rem}}.search-result-show__episode{display:flex;margin-right:16px}@media (min-width:768px) and (max-width:1023px){.search-result-show__episode{margin-right:0}}.search-result-show__episode__image-link{position:relative;height:inherit;position:relative;min-width:172px;max-width:172px;margin-right:16px}.search-result-show__episode__image-link::after{content:"";display:block;width:100%;padding-bottom:56.25%}.search-result-show__episode__image-container-image{position:relative;height:inherit;position:absolute}.search-result-show__episode__image-container-image::after{content:"";display:block;width:100%;padding-bottom:56.25%}.search-result-show__episode__info{margin-top:7px}.search-result-show__episode__video-title{display:block;margin-bottom:8px;font-size:1.6rem;font-weight:700}.search-result-show__episode__video-title,.search-result-show__episode__video-title:link,.search-result-show__episode__video-title:visited{color:var(--link-color);text-decoration:none}.search-result-show__episode__video-title:active,.search-result-show__episode__video-title:focus,.search-result-show__episode__video-title:hover{color:var(--link-active-color);text-decoration:underline}.search-result-show__episode__video-duration{margin-top:8px;color:#0a145a;font-size:1.4rem;text-transform:capitalize}@media screen and (prefers-color-scheme:dark){:root:not(.appearance--light) .search-result-show__episode__video-duration{color:#fff}}:root.appearance--dark .search-result-show__episode__video-duration{color:#fff}.search-results-list__container{position:relative}.search-results-list__title{padding:16px 0 16px 16px;color:var(--header-color);font-size:2.2rem;font-weight:700}@media (min-width:768px){.search-results-list__title{padding-left:32px}}@media (min-width:1024px){.search-results-list__title{padding-left:16px;font-size:3rem}}.search-results-list{margin-bottom:2px;padding-left:0;list-style-type:none}.search-result-web-item{display:flex;margin:0 16px;padding:16px 0}@media (min-width:768px){.search-result-web-item{margin:0 32px}}@media (min-width:1024px){.search-result-web-item{margin:0 16px}}.search-result-web-item__image-link{position:relative;width:50%;height:100%;margin-right:16px}@media (min-width:768px){.search-result-web-item__image-link{width:33%}}.search-result-web-item__image-link.pbs-kids{padding-block:8px;background-color:#e5296b}.search-result-web-item__link{display:block;background-repeat:no-repeat}.search-result-web-item__image-container{position:relative;width:50%;height:14vw;margin:0 auto}@media (min-width:768px){.search-result-web-item__image-container{height:8vw}}@media (min-width:1024px){.search-result-web-item__image-container{width:150px;height:84px}}.search-result-web-item__title{display:block;font-size:1.6rem;font-weight:700}.search-result-web-item__title,.search-result-web-item__title:link,.search-result-web-item__title:visited{color:var(--link-color);text-decoration:none}.search-result-web-item__title:active,.search-result-web-item__title:focus,.search-result-web-item__title:hover{color:var(--link-active-color);text-decoration:underline}.search-result-web-item__title svg,.search-result-web-item__title svg path,.search-result-web-item__title+* svg path{fill:var(--icon-color)}.search-result-web-item__title:active svg,.search-result-web-item__title:active svg path,.search-result-web-item__title:focus svg,.search-result-web-item__title:focus svg path,.search-result-web-item__title:hover svg,.search-result-web-item__title:hover svg path{fill:var(--icon-active-color)}.search-result-web-item__external-link-icon{width:16px;height:14px;margin-left:6px}.search-result-web-item__info{display:flex;flex-direction:column;justify-content:center;width:50%}@media (min-width:768px){.search-result-web-item__info{width:66%}}.search-result-web-item__description{margin-top:8px;margin-bottom:0;font-size:1.4rem}@media (min-width:1024px){.search-result-web-item__description{font-size:1.6rem}}.search-result-video-item{display:flex;padding:16px;font-size:1.6rem}@media (min-width:768px){.search-result-video-item{padding:16px 32px}}@media (min-width:1024px){.search-result-video-item{padding:16px}}.search-result-video-item__image-link{position:relative;height:inherit;position:relative;width:50%;height:0%;margin-right:16px}.search-result-video-item__image-link::after{content:"";display:block;width:100%;padding-bottom:55.625%}@media (min-width:768px){.search-result-video-item__image-link{width:33%}}.search-result-video-item__image-container-image{position:relative;height:inherit;position:absolute}.search-result-video-item__image-container-image::after{content:"";display:block;width:100%;padding-bottom:55.625%}.search-result-video-item__info{width:50%;padding-right:4px}@media (min-width:768px){.search-result-video-item__info{width:66%}}.search-result-video-item__show-title{display:block;margin:0 0 8px 0;font-size:1.4rem;font-weight:700;text-transform:uppercase}.search-result-video-item__show-title,.search-result-video-item__show-title:link,.search-result-video-item__show-title:visited{color:var(--text-color--subdued);text-decoration:none}.search-result-video-item__show-title:active,.search-result-video-item__show-title:focus,.search-result-video-item__show-title:hover{color:var(--link-active-color);text-decoration:underline}.search-result-video-item__video-title{margin:4px 0;font-size:1.6rem;font-weight:700;line-height:1.1}.search-result-video-item__video-title,.search-result-video-item__video-title:link,.search-result-video-item__video-title:visited{color:var(--link-color);text-decoration:none}.search-result-video-item__video-title:active,.search-result-video-item__video-title:focus,.search-result-video-item__video-title:hover{color:var(--link-active-color);text-decoration:underline}.search-result-video-item__video-description{margin:8px 0;color:var(--text-color);font-size:1.4rem}@media (min-width:1024px){.search-result-video-item__video-description{font-size:1.6rem}}.search-result-video-item__video-metrics{display:flex;align-items:center;margin-top:8px;color:#0a145a;font-size:1.4rem;text-transform:capitalize}@media screen and (prefers-color-scheme:dark){:root:not(.appearance--light) .search-result-video-item__video-metrics{color:#eef0f5}}:root.appearance--dark .search-result-video-item__video-metrics{color:#eef0f5}@media (min-width:1024px){.search-result-video-item__video-metrics{font-size:1.6rem}}.search-result-video-item__video-metrics .pbs-closed-caption-line{width:27px;height:18px}.search-result-video-item__video-metrics path{fill:currentcolor}.search-result-video-item__video-metrics span{display:flex;align-items:center}.search-result-video-item .btn--mylist{position:relative;width:36px;padding:4px 8px 5px 8px}.search-result-video-item .btn--mylist__visible-text{position:absolute;top:4px;left:40px;width:54px;color:var(--header-color);font-size:1.6rem}.search-results-shop{padding:24px 16px 32px 16px;background-color:#eef0f5}@media screen and (prefers-color-scheme:dark){:root:not(.appearance--light) .search-results-shop{background-color:#1e2030}}:root.appearance--dark .search-results-shop{background-color:#1e2030}@media (min-width:1024px){.search-results-shop{width:275px;padding-bottom:16px}}.search-results-shop__header{display:flex;align-items:center;justify-content:space-between;width:100%;margin-bottom:4px;padding:0 16px 0 0}@media (min-width:768px) and (max-width:1023px){.search-results-shop__header{justify-content:center;margin-bottom:0}}@media (min-width:1024px){.search-results-shop__header{margin-bottom:8px;padding:0}}.search-results-shop__logo{width:170px}.search-results-shop__button{--color:#fff;--background-border-color:#2638c4;--hover-color:#fff;--hover-border-background-color:#0f1e8c}@media screen and (prefers-color-scheme:dark){:root:not(.appearance--light) .search-results-shop__button{--color:#eef0f5;--background-border-color:#2638c4;--hover-color:#eef0f5;--hover-border-background-color:#486cd8;--active-border-color:#2638c4}}:root.appearance--dark .search-results-shop__button{--color:#eef0f5;--background-border-color:#2638c4;--hover-color:#eef0f5;--hover-border-background-color:#486cd8;--active-border-color:#2638c4}.search-results-shop__button,.search-results-shop__button:visited{border-color:var(--background-border-color);background-color:var(--background-border-color);color:var(--color,#fff)}.search-results-shop__button path{fill:var(--color,#fff)}.search-results-shop__button:hover{border-color:var(--hover-border-background-color);background-color:var(--hover-border-background-color);color:var(--hover-color,#fff)}.search-results-shop__button:hover path,.search-results-shop__button:hover svg{fill:var(--hover-color,#fff)}.search-results-shop__button:active{border-color:var(--active-border-color,#486cd8)}@media (min-width:768px) and (max-width:1023px){.search-results-shop__button{display:block;width:120px;margin:0 auto}}.search-results-shop__list{display:flex;flex-direction:column;width:100%;margin:0;padding:16px 0;list-style-type:none}@media (min-width:768px) and (max-width:1023px){.search-results-shop__list{flex-direction:row;align-items:stretch;margin-bottom:0}}.search-results-shop__item{margin-bottom:12px;font-size:1.6rem;line-height:1.5}.search-results-shop__item:last-of-type{margin-bottom:0}@media (min-width:768px) and (max-width:1023px){.search-results-shop__item{display:flex;flex-basis:0;flex-direction:column;flex-grow:1;justify-content:stretch;margin-right:12px;margin-bottom:0}.search-results-shop__item:last-of-type{margin-right:0}}.search-results-shop__item-link{display:flex;align-items:center;padding:16px;background-color:var(--lightest-darkest-background-color)}.search-results-shop__item-link,.search-results-shop__item-link:link,.search-results-shop__item-link:visited{color:var(--link-color);text-decoration:none}.search-results-shop__item-link:active,.search-results-shop__item-link:focus,.search-results-shop__item-link:hover{color:var(--link-active-color);text-decoration:underline}@media (min-width:768px) and (max-width:1023px){.search-results-shop__item-link{display:flex;flex-basis:auto;flex-direction:column;flex-grow:1;align-items:flex-start}}.search-results-shop__item-link span{color:inherit}.search-results-shop__item-image{flex-shrink:0;max-width:100px;padding-right:8px}@media (min-width:768px) and (max-width:1023px){.search-results-shop__item-image{margin:0 auto 16px auto;padding:0}}.search-results-shop__item-title{font-size:1.6rem;font-weight:700}.search-results-shop__item-title,.search-results-shop__item-title:link,.search-results-shop__item-title:visited{color:var(--link-color);text-decoration:none}.search-results-shop__item-title:active,.search-results-shop__item-title:focus,.search-results-shop__item-title:hover{color:var(--link-active-color);text-decoration:underline}@media (min-width:768px) and (max-width:1023px){.search-results-shop__item-title{display:block;width:100%;margin:0;text-align:center}}.search__sort{display:flex;position:relative;align-items:center;color:#707070;font-weight:500}.search__sort-label{display:none}@media (min-width:480px){.search__sort-label{display:inline-block;margin:0 8px 0 0;color:var(--header-color);font-size:1.4rem;font-weight:700;white-space:nowrap}}@media (min-width:768px){.search__sort-label{align-items:flex-end;padding-top:1px;font-size:1.6rem;line-height:3.4rem;vertical-align:bottom}}@media (min-width:1024px){.search__sort-label{font-size:1.6rem}}.search__sort-options{display:block;box-sizing:border-box;width:100%;height:calc(32px + 8px);margin:0;padding-left:12px;border:1px solid #60738a;border-radius:8px;background-color:#fff;background-image:url("../images/content-strip-dropdown-triangle.0d7054d7c230.svg");background-repeat:no-repeat,repeat;background-position:right 12px top 50%,0 0;background-size:12px auto,100%;color:var(--text-color);font-size:1.4rem;line-height:2.2rem;appearance:none;width:140px;font-weight:400}@media (min-width:768px){.search__sort-options{font-size:1.6rem}}@media screen and (prefers-color-scheme:dark){:root:not(.appearance--light) .search__sort-options{border:1px solid #eef0f5;background-color:transparent}}:root.appearance--dark .search__sort-options{border:1px solid #eef0f5;background-color:transparent}@media (min-width:768px){.search__sort-options{float:right}}@media (min-width:1280px){.search__sort-options{display:none}}.search__sort-buttons{display:none}@media (min-width:1280px){.search__sort-buttons{display:flex}}.search__sort-button input{position:absolute;margin:0;opacity:0}.search__sort-button label{--color:#2638c4;--hover-color:#fff;--hover-border-background-color:#0f1e8c;margin:0 0 0 4px;padding:8px 16px;border-radius:8px;color:#2638c4;font-size:1.4rem;font-weight:700;white-space:nowrap;cursor:pointer}@media screen and (prefers-color-scheme:dark){:root:not(.appearance--light) .search__sort-button label{--color:#eef0f5;--hover-color:#eef0f5;--hover-border-background-color:#486cd8}}:root.appearance--dark .search__sort-button label{--color:#eef0f5;--hover-color:#eef0f5;--hover-border-background-color:#486cd8}.search__sort-button label,.search__sort-button label:visited{border-color:var(--color);background-color:transparent;color:var(--color)}.search__sort-button label path,.search__sort-button label svg{stroke:var(--color);fill:var(--color)}.search__sort-button label:hover{border-color:var(--hover-border-background-color);background-color:var(--hover-border-background-color);color:var(--hover-color)}.search__sort-button label:hover path,.search__sort-button label:hover svg{stroke:var(--hover-color);fill:var(--hover-color)}.search__sort-button label:active{border-color:#486cd8}@media (min-width:875px){.search__sort-button label{font-size:1.6rem}}.search__sort-button input:checked~label{--color:#fff;--background-border-color:#2638c4;--hover-color:#fff;--hover-border-background-color:#0f1e8c}@media screen and (prefers-color-scheme:dark){:root:not(.appearance--light) .search__sort-button input:checked~label{--color:#eef0f5;--background-border-color:#2638c4;--hover-color:#eef0f5;--hover-border-background-color:#486cd8;--active-border-color:#2638c4}}:root.appearance--dark .search__sort-button input:checked~label{--color:#eef0f5;--background-border-color:#2638c4;--hover-color:#eef0f5;--hover-border-background-color:#486cd8;--active-border-color:#2638c4}.search__sort-button input:checked~label,.search__sort-button input:checked~label:visited{border-color:var(--background-border-color);background-color:var(--background-border-color);color:var(--color,#fff)}.search__sort-button input:checked~label path{fill:var(--color,#fff)}.search__sort-button input:checked~label:hover{border-color:var(--hover-border-background-color);background-color:var(--hover-border-background-color);color:var(--hover-color,#fff)}.search__sort-button input:checked~label:hover path,.search__sort-button input:checked~label:hover svg{fill:var(--hover-color,#fff)}.search__sort-button input:checked~label:active{border-color:var(--active-border-color,#486cd8)}#search__container{max-width:1440px;margin:0 auto}.search-app{position:relative;max-width:1440px;margin:0 auto;background-color:var(--lightest-darkest-background-color)}.search-app::before{content:"";position:absolute;z-index:1;top:0;right:0;bottom:0;left:0;opacity:.5;background-color:#e0e0e0}@media screen and (prefers-color-scheme:dark){:root:not(.appearance--light) .search-app::before{background-color:#1e2030}}:root.appearance--dark .search-app::before{background-color:#1e2030}.search-app--is-loaded::before{display:none}.search-app--is-fetching::before{display:block}.search__contents{display:none;flex-direction:column;width:100%}@media (min-width:1024px){.search__contents{flex-direction:row;flex-wrap:nowrap;justify-content:space-between}}.search-app--is-loaded .search__contents{display:flex}.search__main{flex-grow:2;width:100%}@media (min-width:1024px){.search__main{order:1;min-width:0}}@media (min-width:1024px){.search__sidebar{order:0;min-width:275px;max-width:275px}}.search__start-searching{width:100%;margin:0 auto}.search__start-searching__header{margin:0;color:var(--header-color);font-size:1.8rem;font-weight:700}@media (min-width:1024px){.search__start-searching__header{font-size:2.2rem}}.search__start-searching__description{margin:16px 0 0 0;color:var(--text-color);font-size:1.4rem}@media (min-width:1024px){.search__start-searching__description{margin-top:24px;font-size:1.6rem}}.search__suggested-shows{max-width:1440px;margin:0 auto}.no-search-results{width:100%;max-width:500px;min-height:calc(100vh - 520px);margin:0 auto;padding:60px 20px 80px 20px;background-color:var(--lightest-darkest-background-color);text-align:center}.no-search-results__icon path{fill:#2638c4}.no-search-results__header{margin:0;padding:10px 0;font-size:2.2rem}.no-search-results__description{font-size:1.5rem}.search .ad{display:none}@media (min-width:1024px){.search .ad{display:flex;position:relative;justify-content:center;max-width:1440px;margin:0 auto;background-color:var(--lightest-darkest-background-color);text-align:right}}@media (min-width:1280px){.search .ad{display:static}}@media (min-width:1280px){.search .ad--rendered{position:absolute;z-index:1;right:48px}}.search .ad__explanation__text{top:0;margin:0;color:var(--text-color);font-size:1.4rem}.search .ad__explanation__link{display:flex;top:0;align-items:center;margin:0;font-size:1.4rem;font-weight:700}.search .ad__explanation__link a,.search .ad__explanation__link a:link,.search .ad__explanation__link a:visited{color:var(--link-color);text-decoration:none}.search .ad__explanation__link a:active,.search .ad__explanation__link a:focus,.search .ad__explanation__link a:hover{color:var(--link-active-color);text-decoration:underline}.search .ad__explanation__link-text{margin:0 5px 2px 0}.search .ad__explanation__link .pbs-external-link{width:13px;height:13px;fill:#2638c4}.video-summary{margin-bottom:32px}.video-summary.video-summary-hover .has-play-icon::before{display:block;opacity:1}.video-summary .image--needs-fallback{height:auto}.video-summary .video-summary__image-wrapper,.video-summary .video-summary__link{position:relative;height:inherit;margin-bottom:12px}.video-summary .video-summary__image-wrapper::after,.video-summary .video-summary__link::after{content:"";display:block;width:100%;padding-bottom:55.9375%}.video-summary .video-summary__image-wrapper{overflow:hidden}.video-summary .video-summary__current{display:flex;position:absolute;z-index:4;top:0;right:0;bottom:0;left:0;flex-direction:column;justify-content:center;width:100%;margin-top:0;margin-bottom:0;padding:16px;color:#fff;font-size:2rem;font-weight:700;line-height:1.1;text-align:center;text-shadow:0 2px 35px -10px rgba(92,110,133,.41);word-wrap:break-word;overflow-wrap:break-word;z-index:4;background-color:rgba(0,0,0,.4);text-transform:uppercase}.video-summary .video-summary__over-title{margin:0 0 3px 0}@media (min-width:768px){.video-summary .video-summary__over-title{margin-left:0}}.video-summary .video-summary__show-title-link{color:var(--text-color--subdued);font-size:1.4rem;font-weight:700;text-transform:uppercase}.video-summary .video-summary__show-title-link,.video-summary .video-summary__show-title-link:link,.video-summary .video-summary__show-title-link:visited{color:var(--text-color--subdued);text-decoration:none}.video-summary .video-summary__show-title-link:active,.video-summary .video-summary__show-title-link:focus,.video-summary .video-summary__show-title-link:hover{color:var(--link-active-color);text-decoration:underline}.video-summary .video-summary__title{margin:0 0 4px 0}.video-summary .video-summary__video-title-link{color:var(--text-color);font-size:1.8rem;font-weight:700;line-height:1.3333;overflow:hidden;line-height:1.3333;text-overflow:ellipsis;white-space:nowrap;display:block;font-size:1.6rem}@media (min-width:1024px){.video-summary .video-summary__video-title-link{font-size:2.2rem}}.video-summary .video-summary__video-title-link:link,.video-summary .video-summary__video-title-link:visited{color:var(--link-color)}@supports (display:-webkit-box){.video-summary .video-summary__video-title-link{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;white-space:normal}}.video-summary .video-summary__video-title-link,.video-summary .video-summary__video-title-link:link,.video-summary .video-summary__video-title-link:visited{color:var(--link-color);text-decoration:none}.video-summary .video-summary__video-title-link:active,.video-summary .video-summary__video-title-link:focus,.video-summary .video-summary__video-title-link:hover{color:var(--link-active-color);text-decoration:underline}@media (min-width:1024px){.video-summary .video-summary__video-title-link{font-size:1.8rem}}@media (min-width:1280px){.video-summary .video-summary__video-title-link{font-size:2.2rem;text-overflow:ellipsis}}.video-summary .video-summary__meta-data{font-size:1.4rem;font-weight:400;text-transform:capitalize}@media (min-width:1024px){.video-summary .video-summary__meta-data{font-size:1.6rem}}.video-group__image{width:100%}.video-group__link-container{position:relative;height:inherit;position:relative}.video-group__link-container::after{content:"";display:block;width:100%;padding-bottom:55.9375%}
/*# sourceMappingURL=search.css.map */
