@import"https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:wght@400;500;600;700;800&display=swap";:root{--brand-red: #E63946;--brand-blue: #134DA4;--brand-dark: #20222E;--brand-dark-secondary: #444a5a;--brand-light: #F1F3FF;--brand-border: #E1E6FA;--brand-border-dark: #8a91ad;--brand-gray: #6d7283;--brand-light-gray: #D3D7F0}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Bricolage Grotesque,-apple-system,Roboto,Helvetica,sans-serif;background-color:var(--brand-light);color:var(--brand-dark);line-height:1.5;overflow-x:hidden}a{text-decoration:none;color:inherit}img{max-width:100%;height:auto;display:block}button{cursor:pointer;border:none;background:none;font-family:inherit}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.hidden{display:none!important}.w-full{width:100%}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.items-start{align-items:flex-start}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.gap-2{gap:.5rem}.gap-4{gap:1rem}.gap-5{gap:1.25rem}.gap-10{gap:2.5rem}.gap-\[30px\]{gap:30px}.gap-2\.5{gap:.625rem}.alert{padding:1rem;border-radius:4px;margin-bottom:1.5rem}.alert-success{background:#d4edda;color:#155724;border:1px solid #c3e6cb}.alert-error{background:#f8d7da;color:#721c24;border:1px solid #f5c6cb}.error-message{color:#dc3545;font-size:.875rem;margin-top:.25rem;display:block}.pov-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background-color:#0006;z-index:9999;display:flex;justify-content:center;align-items:center;padding:1rem}.pov-modal-overlay[hidden]{display:none!important}.pov-modal-content{width:75%;max-width:420px;background-color:#fff;border-radius:14px;padding:24px;box-shadow:0 15px 40px #0f172a40;text-align:center}.pov-modal-title{font-size:18px;font-weight:700;color:var(--brand-dark);margin-bottom:8px}.pov-modal-message{font-size:14px;color:var(--brand-dark);text-align:center;margin-bottom:24px;line-height:1.5}.pov-modal-buttons{display:flex;flex-direction:row;justify-content:space-between;gap:8px;width:100%}.pov-modal-btn-cancel{flex:1;background-color:var(--brand-gray);color:#fff;font-size:14px;font-weight:600;padding:12px 16px;border-radius:8px;border:none;cursor:pointer;font-family:inherit}.pov-modal-btn-cancel:hover{background-color:#5b6170}.pov-modal-btn-primary{flex:1;background-color:var(--brand-blue);color:#fff;font-size:14px;font-weight:600;padding:12px 16px;border-radius:8px;border:none;cursor:pointer;font-family:inherit}.pov-modal-btn-primary:hover{background-color:#104289}.pov-modal-btn-danger{flex:1;background-color:var(--brand-red);color:#fff;font-size:14px;font-weight:600;padding:12px 16px;border-radius:8px;border:none;cursor:pointer;font-family:inherit}.pov-modal-btn-danger:hover{background-color:#c42d3a}.container{width:100%;padding-right:1rem;padding-left:1rem;margin-right:auto;margin-left:auto}.header{width:100%}.top-bar{width:100%;height:30px;background:url(/assets/images/top-bar-bg.png) no-repeat center center;background-size:cover}.main-header{border-bottom:1px solid var(--brand-border-dark);background-color:var(--brand-light);padding:0}.header-content{display:flex;align-items:center;padding:.5rem 0;justify-content:space-between}.header-content .btn{padding:1rem 1.25rem}.header-left{display:flex;align-items:center;flex:1}.logo-link{flex-shrink:0}.logo-img{height:43px;width:auto}.mobile-menu-btn{display:block;padding:.5rem}.menu-icon{width:1.5rem;height:1.5rem;color:var(--brand-dark)}.close-icon{width:1.25rem;height:1.25rem;color:var(--brand-dark)}.header.sb-active .menu-icon,.header:not(.sb-active) .close-icon{display:none}.nav-search-btn{margin-left:1.25rem;border-left:1px solid var(--brand-border)}body.search-open{overflow:hidden}.nav-search-panel{position:fixed;top:0;left:0;right:0;background:#fff;padding:2.5rem 1.5rem 2rem;box-shadow:0 20px 60px #11182740;transform:translateY(-110%);opacity:0;transition:transform .35s ease,opacity .35s ease;z-index:1200;pointer-events:none}.nav-search-panel.active{transform:translateY(0);opacity:1;pointer-events:auto}.nav-search-form{max-width:960px;margin:0 auto;display:flex;flex-direction:column;gap:1rem}.nav-search-field{display:flex;align-items:center;gap:.75rem;padding:.25rem .25rem .25rem 1.125rem;border:1px solid var(--brand-border);border-radius:999px;background:var(--brand-light)}.nav-search-field input{flex:1;border:none;background:transparent;font-size:1rem;line-height:1.5;padding:.5rem 0}.nav-search-field input:focus{outline:none}.nav-search-field .btn{border-radius:999px;padding:calc(.5rem + 1px) 1.25rem}.nav-search-suggestions{display:flex;align-items:center;flex-wrap:wrap;gap:.65rem;color:var(--brand-gray);font-size:.875rem}.nav-search-suggestions a{color:var(--brand-blue);font-weight:600;border-bottom:1px solid transparent;transition:border-color .2s ease}.nav-search-suggestions a:hover{border-color:var(--brand-blue)}.nav-search-close{position:absolute;top:1.5rem;right:1.5rem;width:2.5rem;height:2.5rem;border-radius:50%;background:var(--brand-light);display:flex;align-items:center;justify-content:center;color:var(--brand-dark);transition:background .2s ease}.nav-search-close:hover{background:#dfe5ff}.nav-search-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a8c;opacity:0;pointer-events:none;transition:opacity .35s ease;z-index:1100}.nav-search-overlay.active{opacity:1;pointer-events:auto}.navbar{display:flex;align-items:center;margin-left:-1px}.navbar-overlay{display:none}.nav-list{display:flex;align-items:center;flex-wrap:wrap;list-style:none;margin:0;padding:0;border-right:1px solid var(--brand-border)}.nav-list li{border-left:1px solid var(--brand-border)}.sub-nav-list{display:none}.nav-search-btn,.nav-link{display:flex;align-items:center;padding:1.25rem 1rem;font-weight:500;font-size:1rem;line-height:calc(1.5rem - 1px);color:var(--brand-dark)!important;transition:all .2s ease;text-decoration:none!important}.nav-search-btn:hover,.nav-link:hover,.nav-link.active{background-color:#e5e9fc;color:var(--brand-red)!important}.search-icon{width:1.5rem;height:1.5rem;color:var(--brand-dark)}.nav-link .nav-link-text{border-bottom:1px solid transparent;transition:all .2s ease}.nav-link:hover .nav-link-text,.nav-link.active .nav-link-text{border-bottom-color:var(--brand-red)}.nav-auth-item{position:relative}.nav-auth-trigger{background:none;border:none;cursor:pointer;font-family:inherit;width:100%;text-align:left;gap:.375rem}.nav-auth-trigger--icon-only{gap:0}.nav-auth-item>.sub-nav-list{list-style:none}.sub-nav-link.sub-nav-link--button{display:block;width:100%;margin:0;text-align:left;border:none;background:none;cursor:pointer;font-family:inherit;font-size:inherit;font-weight:inherit;line-height:inherit;-webkit-appearance:none;-moz-appearance:none;appearance:none}.nav-auth-menu-form{margin:0;border-top:1px solid rgba(255,255,255,.15)}.sub-nav-account-logout-form{margin:0;padding:0;border:0;display:flex;align-items:center}.sub-nav .sub-nav-link.sub-nav-link--mega{margin:0;padding:0;background:none;border:none;cursor:pointer;font:inherit;font-size:.875rem;font-weight:400;line-height:1.125rem;color:#fff;white-space:nowrap;-webkit-appearance:none;-moz-appearance:none;appearance:none}.sub-nav .sub-nav-link.sub-nav-link--mega:hover{color:#fffc}.header-actions{display:none;align-items:center;gap:.625rem}.sub-nav{display:none;align-items:center;justify-content:center;border-bottom:1px solid var(--brand-border-dark);background-color:var(--brand-dark);padding:0}.sub-nav-content{display:flex;align-items:center;width:1190px;max-width:100%;margin:0 auto;gap:2.5rem;padding:1.25rem 0 1.25rem 1.25rem;border-left:1px solid #46495C;flex:1}.sub-nav-link{color:#fff!important;font-weight:400;font-size:.875rem;line-height:1.125rem;white-space:nowrap;transition:color .2s;text-decoration:none!important}.sub-nav-link:hover{color:#fffc}.btn{display:inline-flex;align-items:center;justify-content:center;text-align:center;padding:calc(.5rem + 1px) 1.25rem;border-radius:2px;font-weight:700;font-size:1rem;line-height:1.5rem;border:1px solid transparent;transition:all .2s ease;gap:.25rem}.btn.disabled{opacity:.5;pointer-events:none}.btn-red{background-color:var(--brand-red);border-color:var(--brand-red);color:#fff!important}.btn-red:hover{background-color:#e41b2f;border-color:#e41b2f}.btn-blue{background-color:var(--brand-blue);border-color:var(--brand-blue);color:#fff!important}.btn-blue:hover{background-color:#104289;border-color:#104289}.btn-outline{border-color:var(--brand-dark);color:var(--brand-dark);background:transparent}.btn-outline:hover{background-color:#e426260d;border-color:#e426260d}.btn-outline-white{border-color:#fff;color:#fff;background:transparent}.btn-outline-white:hover{background-color:#ffffff1a;border-color:#fff}.btn.btn-favorite,.btn.btn-save{padding-left:.625rem;padding-right:.875rem}.btn-favorite .btn-icon{color:#e63946}.btn-favorite.fav-active .btn-icon{color:#9a9fb2}.fav-active,.save-active{border-color:#9a9fb2;color:#9a9fb2}.btn-full{width:100%}.btn-small{padding:.375rem 1.25rem;align-self:flex-start}.btn-icon{min-width:1.5rem;height:1.5rem}.main-content{padding:1.25rem 0}.section-container{width:100%;max-width:1520px;padding:0 1rem}@media(min-width:768px){.section-container{padding:0 2rem}}@media(min-width:1024px){.section-container{padding:0}}.section{padding:1.25rem 0}.section-wrapper{display:flex;flex-direction:column;gap:10px}.mt-30{margin-top:30px}.section-header{display:flex;flex-wrap:wrap;gap:1.25rem;width:100%;margin-bottom:1.25rem;position:relative;padding-bottom:.625rem;border-bottom:1px solid var(--brand-dark)}.section-header.justify-between{justify-content:space-between}.section-header.align-center{align-items:center}.section-header>div:first-child{display:flex;justify-content:space-between;align-items:center;width:100%}.section-header.with-back{align-items:center;gap:.625rem}.back-button{display:inline-flex;text-decoration:none}.back-icon{width:24px;height:24px;position:relative;display:flex;align-items:center;justify-content:center}.section-title{flex:1 0 0;color:var(--brand-dark);font-weight:500;font-size:1.875rem;line-height:2.75rem;text-transform:uppercase;margin-top:0!important;margin-bottom:0!important}.section-actions{flex:0 0 auto;display:flex;align-items:center;flex-wrap:wrap;gap:1.25rem;max-width:100%}.section-actions .item-links{display:flex;align-items:center;flex-wrap:wrap;gap:1.25rem}.section-divider{height:0;width:100%;border-top:1px solid var(--brand-dark)}.view-all-link{display:flex;align-items:center;gap:.625rem}.view-all-link span{color:var(--brand-blue);font-weight:700;font-size:1rem;line-height:1.1375rem}.view-all-icon{position:relative;width:1.25rem;height:1.25rem}.view-all-link.active .view-all-icon.open,.view-all-link:not(.active) .view-all-icon.close{display:none}.view-all-icon svg{position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;width:.625rem;height:.75rem;color:var(--brand-blue)}.search-page{padding-top:.5rem}.search-page .container{display:flex;flex-direction:column;gap:2.25rem}.search-hero-wrap{margin-bottom:0}.search-hero-card{position:relative;background:#fff;border:1px solid var(--brand-border);border-radius:.5rem;padding:2rem 2rem 1.75rem;box-shadow:0 12px 40px #134da414;display:flex;flex-direction:column;gap:1.5rem;overflow:hidden}.search-hero-card:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background:linear-gradient(180deg,var(--brand-red) 0%,var(--brand-blue) 100%);border-radius:.5rem 0 0 .5rem}.search-hero-text{display:flex;flex-direction:column;gap:.35rem;padding-left:.5rem}.search-hero-kicker{margin:0;font-size:.75rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--brand-blue)}.search-hero-title{margin:0;font-size:clamp(1.75rem,4vw,2.25rem);font-weight:800;line-height:1.15;color:var(--brand-dark);text-transform:uppercase}.search-hero-lead{margin:0;max-width:42rem;font-size:1.0625rem;line-height:1.5;color:var(--brand-dark-secondary)}.search-hero-form{display:flex;flex-wrap:wrap;align-items:stretch;gap:.75rem;padding-left:.5rem}.search-hero-input-wrap{flex:1 1 260px;display:flex;align-items:center;gap:.65rem;border:1px solid var(--brand-border-dark);border-radius:.375rem;padding:0 1rem;background:var(--brand-light);transition:border-color .15s ease,box-shadow .15s ease}.search-hero-input-wrap:focus-within{border-color:var(--brand-blue);box-shadow:0 0 0 3px #134da426}.search-hero-input-icon{flex-shrink:0;display:flex;color:var(--brand-gray)}.search-hero-input{flex:1;min-width:0;border:none;background:transparent;padding:.9rem 0;font-size:1rem;font-family:inherit;color:var(--brand-dark)}.search-hero-input::-moz-placeholder{color:var(--brand-gray)}.search-hero-input::placeholder{color:var(--brand-gray)}.search-hero-input:focus{outline:none}.search-hero-submit{flex:0 0 auto;min-width:8.5rem;padding-left:1.5rem;padding-right:1.5rem}.search-hero-result-hint{margin:0;padding-left:.5rem;font-size:.9375rem;color:var(--brand-gray);line-height:1.45}.search-hero-result-hint strong{color:var(--brand-dark);font-weight:700}.search-filters-label{margin:0 0 .75rem;font-size:.75rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--brand-gray)}.search-summary{display:flex;flex-direction:column;gap:0}.search-metrics{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.search-metric-card{position:relative;border:1px solid var(--brand-border);border-radius:.5rem;padding:1.125rem 1.25rem 1.25rem;background:#fff;display:flex;flex-direction:column;gap:.25rem;text-decoration:none;color:inherit;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease;border-top:3px solid var(--brand-border)}.search-metric-card:hover{border-color:var(--brand-blue);box-shadow:0 10px 30px #134da41a;transform:translateY(-2px)}.search-metric-card--viewpoints{border-top-color:var(--brand-blue)}.search-metric-card--shows{border-top-color:var(--brand-red)}.search-metric-card--showMaterials{border-top-color:var(--brand-dark-secondary)}.search-metric-card--takeActions{border-top-color:#2d6a4f}.search-metric-card--booklets{border-top-color:#7c3aed}.search-metric-card.active{border-color:var(--brand-blue);box-shadow:0 0 0 2px var(--brand-blue),0 12px 32px #134da41f;background:linear-gradient(180deg,#f1f3ffd9,#fff 48%)}.search-metric-label{font-size:.6875rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--brand-gray)}.search-metric-value{font-size:2rem;font-weight:800;line-height:1.1;color:var(--brand-dark)}.search-metric-desc{margin:0;font-size:.8125rem;line-height:1.4;color:var(--brand-dark-secondary)}.search-metric-pill{align-self:flex-start;margin-top:.35rem;font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;padding:.2rem .5rem;border-radius:999px;background:var(--brand-blue);color:#fff}.search-feed-grid{display:grid;grid-template-columns:1fr;gap:30px}.search-feed-block .search-feed-caption{margin:0;font-size:.9375rem;color:var(--brand-gray);font-weight:500;line-height:1.35;text-align:right}.search-feed-card{position:relative}.search-feed-card .shows-card,.search-feed-card .card-1{height:100%}.search-badge{position:absolute;top:.625rem;left:.625rem;background:#fff;color:var(--brand-blue);font-size:.6875rem;padding:.28rem .75rem;border-radius:999px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;z-index:2;pointer-events:none;box-shadow:0 2px 8px #20222e1f}.search-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.search-grid--feed{gap:1.75rem}.search-empty{border:1px solid var(--brand-border);border-radius:.5rem;padding:2rem 1.5rem;background:#fff;text-align:center;color:var(--brand-dark-secondary)}.search-empty--welcome{text-align:left;max-width:40rem;background:linear-gradient(135deg,#f1f3ff99,#fff)}.search-empty-title{margin:0 0 .5rem;font-size:1.25rem;font-weight:700;color:var(--brand-dark);text-transform:uppercase}.search-empty-text{margin:0;line-height:1.55}.search-empty-tips{margin:1.25rem 0 0;padding-left:1.2rem;text-align:left;line-height:1.5;color:var(--brand-dark-secondary)}.search-empty-tips li+li{margin-top:.5rem}.search-empty--results p{margin:0;font-weight:600;color:var(--brand-dark)}.search-empty ul{margin-top:1rem;text-align:left;display:flex;flex-direction:column;gap:.5rem;list-style:disc;padding-left:1.25rem;max-width:32rem;margin-left:auto;margin-right:auto}.search-empty--results ul{margin-top:.75rem}@media(max-width:768px){.nav-search-panel{padding:2rem 1rem 1.5rem}.nav-search-panel .nav-search-field{flex-direction:column;border-radius:18px;align-items:stretch}.nav-search-panel .nav-search-field .btn{width:100%;border-radius:12px}.nav-search-panel .nav-search-field input{width:100%}}.hero-section,.hero-layout,.hero-main,.hero-card,.hero-mobile-bg,.hero-mobile-bg--stage,.hero-media,.hero-media__embed,.hero-live-iframe,.hero-archive-iframe,.hero-archive-video,.hero-media__iframe,.show-hero-live-media .hero-live-iframe,.show-hero-archive-embed-wrap .show-archive-iframe,.show-hero-archive-embed-wrap .show-archive-video{touch-action:pan-y}.hero-layout{display:flex;flex-direction:column;align-items:flex-start;gap:30px}.hero-main{width:100%;display:flex;flex-direction:column}.hero-card{height:574px;display:flex;flex-direction:column;padding:1.25rem;border-radius:5px;position:relative;background-size:cover;background-position:center;background-repeat:no-repeat}.hero-card.hero-card--has-media{padding:0}.hero-card:before{content:"";position:absolute;left:0;top:0;width:100%;height:100%;background:linear-gradient(180deg,#20212400,#202124);border-radius:5px}.hero-card--has-media{background-image:none!important;height:auto;min-height:0}.hero-section .hero-card--stacked{display:flex;flex-direction:column;height:auto;min-height:0;padding:0;background-image:none!important;border-radius:5px;overflow:hidden}.hero-section .hero-card.hero-card--live-embed-stack{overflow:visible}.hero-section .hero-card--live-embed-stack:before{display:none}.hero-section .hero-card--live-embed-stack>.hero-mobile-bg--stage.hero-mobile-bg--video-layer{border-radius:5px}.hero-section .hero-card--live-embed-stack>.hero-mobile-bg--stage.hero-mobile-bg--video-layer .hero-video-scrim{border-radius:5px}.hero-card--live-embed-stack:has(+.hero-live-audio-bar)>.hero-mobile-bg--stage.hero-mobile-bg--video-layer,.hero-card--live-embed-stack:has(+.hero-live-audio-bar)>.hero-mobile-bg--stage.hero-mobile-bg--video-layer .hero-video-scrim{border-radius:5px 5px 0 0}.hero-section .hero-card--live-only{background:#000}.hero-live-iframe{display:block;width:100%;height:100%;border:none;background:#000}.hero-section .hero-card--live-only.hero-card--stacked{overflow:hidden}.hero-section .hero-card--live-only .hero-video-block{border-radius:5px;aspect-ratio:16 / 9;max-height:min(72vh,640px);overflow:hidden;background:#000}.hero-section .hero-card--live-only.hero-card--stacked .hero-video-block .hero-media{position:relative!important;inset:auto!important;width:100%;height:100%!important;min-height:0}.hero-section .hero-mobile-bg--video-layer .hero-media.hero-media--fill{position:relative!important;height:auto!important;min-height:100%;overflow:visible;background:#000}.hero-section .hero-mobile-bg--video-layer .hero-media .hero-media__img--countdown-bg{z-index:0;pointer-events:none}.hero-section .hero-mobile-bg--stage.hero-mobile-bg--video-layer:has(.hero-live-iframe),.hero-section .hero-mobile-bg--stage.hero-mobile-bg--video-layer:has([data-churchcasting-mount]){aspect-ratio:auto;max-height:none;height:auto;min-height:min(calc(56.25vw * 1.12),92vh);overflow:visible}.hero-section .hero-mobile-bg--video-layer .hero-media.hero-media--fill .hero-live-iframe{width:100%;height:100%;min-height:min(calc(56.25vw * 1.12),72vh)}.hero-section .hero-mobile-bg--video-layer .hero-media.hero-media--fill .hero-media__embed .hero-live-iframe{position:absolute;left:0;top:0;width:100%;height:100%;min-height:min(calc(56.25vw * 1.12),72vh)}.hero-section .hero-video-block{position:relative;width:100%;aspect-ratio:16 / 9;max-height:min(72vh,640px);background:#202124;overflow:hidden;flex-shrink:0;display:flex;flex-direction:column}.hero-section .hero-card--archive-replay:before{display:none}.hero-section .hero-card--archive-replay .hero-archive-media{position:relative!important;width:100%;height:100%;min-height:0;flex:1 1 0;background:#000;overflow:hidden}.hero-section .hero-card--archive-replay .hero-replay-poster{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.hero-section .hero-card--archive-replay .hero-replay-poster .hero-media__img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.hero-section .hero-card--archive-replay .hero-replay-player{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:#000}.hero-section .hero-card--archive-replay .hero-replay-player[hidden]{display:none!important}.hero-section .hero-card--archive-replay .hero-archive-iframe{position:absolute;left:0;top:0;width:100%;height:100%;border:0}.hero-section .hero-card--archive-replay .hero-archive-video{position:absolute;left:0;top:0;width:100%;height:100%;-o-object-fit:contain;object-fit:contain;background:#000}.hero-section .hero-card--archive-replay-autoplay .hero-archive-media.hero-archive-media--autoplay-video{aspect-ratio:16 / 9;flex:0 0 auto;align-self:stretch;min-height:0;height:auto}.hero-section .hero-card--archive-replay-autoplay .hero-replay-player.hero-replay-player--visible{position:relative;width:100%;aspect-ratio:16 / 9;height:auto;background:#000}.hero-section .hero-card--archive-replay-autoplay .hero-archive-iframe,.hero-section .hero-card--archive-replay-autoplay .hero-archive-video{position:absolute;left:0;top:0;width:100%;height:100%;border:0}.hero-section .hero-card--archive-replay .hero-stage-content .hero-overlay-actions,.hero-section .hero-card--archive-replay .hero-stage-content .hero-overlay-item-btns{justify-content:flex-start}.hero-section .hero-card--live-embed-stack .hero-stage-content .hero-overlay-actions,.hero-section .hero-card--live-embed-stack .hero-stage-content .hero-overlay-item-btns{justify-content:flex-end}.hero-section .hero-card--stacked .hero-video-block .hero-media{position:relative!important;top:auto!important;left:auto!important;right:auto!important;bottom:auto!important;flex:1 1 0;width:100%;height:auto!important;min-height:0}.hero-section .hero-video-topbar{position:absolute;top:.75rem;left:0;right:0;z-index:10;display:flex;align-items:center;gap:.5rem;padding:0 1rem;pointer-events:none}.hero-section .hero-video-topbar>*{pointer-events:auto}.hero-section .hero-video-topbar .btn-share{margin-left:auto}.hero-section .hero-stage-content{background:#202124;border-top:1px solid rgba(255,255,255,.08);color:#fff;padding:1.125rem 1.25rem 1.25rem;border-radius:0 0 5px 5px}.hero-section .hero-stage-content__inner{display:flex;flex-direction:column;gap:.625rem}.hero-section .hero-card--live-embed-stack .hero-stage-content{padding:3.25rem 1.25rem 1.35rem;margin-top:.375rem}.hero-section .hero-card--live-embed-stack .hero-stage-content__inner--live-split{flex-direction:row;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:1rem 1.5rem;padding-top:.5rem}.hero-section .hero-card--live-embed-stack .hero-stage-copy--live{flex:1 1 16rem;min-width:0;max-width:100%;padding-top:.25rem}.hero-section .hero-card--live-embed-stack .hero-stage-copy--live .hero-overlay-episode-title{text-shadow:none}.hero-section .hero-card--live-embed-stack .hero-stage-actions--live-end{flex:0 1 auto;flex-direction:row;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:.5rem;margin-top:0;margin-left:auto;padding-top:.5rem}.hero-section .hero-card--live-embed-stack .hero-stage-actions--live-end .hero-overlay-actions,.hero-section .hero-card--live-embed-stack .hero-stage-actions--live-end .hero-overlay-item-btns{margin:0}.hero-section .hero-stage-description{color:#ffffffb8;font-size:.875rem;line-height:1.5;margin:0}.hero-section .hero-stage-actions{display:flex;flex-direction:column;gap:.75rem;margin-top:.25rem}.hero-section .hero-audio-player{margin-top:.5rem}.hero-section .hero-audio-player audio{display:block;width:100%;border-radius:4px}.hero-live-audio-bar{display:flex;flex-direction:column;gap:.5rem;background:#202124;border-radius:0 0 5px 5px;padding:.75rem 1rem 1rem;border-top:1px solid rgba(255,255,255,.08)}.hero-live-audio-label{display:flex;align-items:center;gap:.4rem;color:#fff;font-size:.8125rem;font-weight:700;letter-spacing:.05em;text-transform:uppercase}.hero-live-audio-dot{display:inline-block;width:8px;height:8px;border-radius:50%;background:var(--brand-red, #d32f2f);flex-shrink:0;animation:live-audio-pulse 1.4s ease-in-out infinite}@keyframes live-audio-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.45;transform:scale(.75)}}.hero-listen-audio-bar{margin-top:1rem;border-radius:5px;background:#202124eb}.hero-listen-audio-bar .hero-live-audio-dot{animation:none;background:var(--brand-blue, #1d4ed8)}.hero-listen-audio-bar[hidden]{display:none!important}.show-listen-audio-bar--full{width:100%;margin-top:1rem;padding:.75rem 1rem;border-radius:5px;background:#fff;border-top:0;flex-direction:row;align-items:center;gap:1rem;box-shadow:0 1px 3px #00000014}.show-listen-audio-bar--full .hero-live-audio-label{color:#202124;flex:0 0 auto}.show-listen-audio-bar--full .hero-live-audio-player{flex:1 1 auto;width:100%}@media(max-width:640px){.show-listen-audio-bar--full{flex-direction:column;align-items:stretch;gap:.5rem}}.hero-live-audio-player{display:block;width:100%;border-radius:4px;accent-color:var(--brand-red, #d32f2f)}.hero-card--grace-period .hero-media.hero-archive-media{position:relative;overflow:hidden;border-radius:5px}.hero-grace-period-overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:#00000073;border-radius:5px}.hero-grace-period-badge{display:inline-block;padding:.5rem 1.25rem;background:#000000b8;border:1.5px solid rgba(255,255,255,.35);border-radius:4px;color:#fff;font-size:.875rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase}@media(max-width:767px){.hero-section .hero-video-block{max-height:none}.hero-section .hero-stage-content{padding:.875rem 1rem 1rem}.hero-section .hero-card--live-embed-stack .hero-stage-content{padding:2.5rem 1rem 1.15rem;margin-top:.5rem}}.hero-section .hero-mobile-bg--stage:not(.hero-mobile-bg--video-layer){min-height:min(56.25vw + 9rem,520px)}@media(min-width:768px){.hero-section .hero-mobile-bg--stage .hero-countdown{width:calc(100% - 2.5rem);max-width:min(48rem,calc(100% - 2.5rem))}}@media(max-width:767px){.hero-section .hero-mobile-bg--stage{padding-left:0!important;padding-right:0!important;width:100%;align-self:stretch}.hero-section .hero-mobile-bg--stage .hero-countdown{width:calc(100% - 1rem)!important;max-width:none!important;padding-bottom:1rem;box-sizing:border-box}.hero-section .hero-mobile-bg--stage .hero-countdown__timer{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:space-between;align-items:flex-end;gap:.125rem;width:100%;max-width:100%;margin-top:.5rem}.hero-section .hero-mobile-bg--stage .hero-countdown__sep{display:block;flex:0 0 auto;font-size:.875rem;font-weight:700;padding-bottom:.35rem;line-height:1;color:var(--brand-red)}.hero-section .hero-mobile-bg--stage .hero-countdown__unit{flex:1 1 0;min-width:0;max-width:none}}.hero-mobile-bg{flex:1 0 0;display:flex;flex-direction:column;justify-content:space-between;position:relative}.hero-mobile-bg--stage{position:relative;min-height:0}.hero-mobile-bg--stage.hero-mobile-bg--video-layer{flex:0 0 auto;width:100%;overflow:clip;background:#000;border-radius:5px;padding:0;touch-action:pan-y;aspect-ratio:16 / 9;max-height:min(72vh,640px)}.hero-section .hero-mobile-bg--stage:not(.hero-mobile-bg--video-layer) .hero-stage-overlay{padding:1.125rem 1.25rem 1.375rem;box-sizing:border-box}.hero-mobile-bg--video-layer .hero-stage-overlay{padding:1.125rem 1.5rem 1.375rem;box-sizing:border-box}.hero-video-scrim{position:absolute;left:0;top:0;right:0;bottom:0;z-index:1;pointer-events:none;border-radius:5px;background:linear-gradient(180deg,#2021248c,#20212400 42%,#20212400 58%,#202124e6)}.hero-video-scrim--subtle{background:linear-gradient(180deg,rgba(32,33,36,.35) 0%,transparent 38%,transparent 62%,rgba(32,33,36,.5) 100%)}.hero-stage-overlay{position:absolute;left:0;top:0;right:0;bottom:0;z-index:2;display:flex;flex-direction:column;justify-content:space-between;pointer-events:none}.hero-stage-overlay .hero-card-top,.hero-stage-overlay .hero-card-content{pointer-events:auto}.hero-mobile-bg:not(.hero-mobile-bg--stage) .hero-card-top,.hero-mobile-bg:not(.hero-mobile-bg--stage)>.hero-card-content.mt-auto{position:relative;z-index:1}.hero-media{position:absolute;left:0;top:0;right:0;bottom:0;width:100%;height:100%;scroll-margin-top:96px}.hero-media--underlay{z-index:0;pointer-events:none}.hero-media--underlay .hero-countdown{pointer-events:auto}.hero-media--fill{z-index:0;background:#000}.hero-media__iframe-crop{container-type:size;position:absolute;left:0;top:0;right:0;bottom:0;width:100%;height:100%;overflow:hidden;background:#000}.hero-media--youtube .hero-media__iframe{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:max(100cqw,calc(100cqh * 16 / 9));height:max(100cqh,56.25cqw);max-width:none;border:0}@supports not (width: 1cqw){.hero-media--youtube .hero-media__iframe{width:100%;height:100%;min-width:100%;min-height:100%;transform:translate(-50%,-50%) scale(1.08)}}.hero-media__img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.hero-media__video{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;border:0;display:block;-o-object-fit:cover;object-fit:cover}.hero-media__embed{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;overflow:hidden}.hero-section .hero-mobile-bg--video-layer .hero-media.hero-media--fill .hero-media__embed{overflow:visible}@media(min-width:768px){.hero-countdown{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);z-index:2;display:flex;flex-direction:column;align-items:center;text-align:center;gap:.375rem;padding:1rem 1.25rem 1.125rem;border-radius:4px;background-color:#fffffff5;box-shadow:0 8px 32px #2021242e;max-width:min(36rem,calc(100% - 2rem))}.hero-countdown__kicker{margin:0;font-size:.6875rem;text-transform:uppercase;letter-spacing:.14em;font-weight:700;color:var(--brand-red)}.hero-countdown__title{margin:0;font-size:clamp(1rem,2.5vw,1.25rem);font-weight:700;line-height:1.35;color:#202124}.hero-countdown__when{margin:0;font-size:.875rem;line-height:1.4;color:#5f6368}.hero-countdown__timer{display:flex;flex-wrap:wrap;justify-content:center;align-items:flex-end;gap:.125rem .35rem;margin-top:.5rem}.hero-countdown__unit{display:flex;flex-direction:column;align-items:center;min-width:3.25rem}.hero-countdown__num{font-variant-numeric:tabular-nums;font-weight:700;font-size:clamp(1.375rem,4vw,1.875rem);line-height:1.1;color:var(--brand-red)}.hero-countdown__unitlabel{margin-top:.25rem;font-size:.625rem;text-transform:uppercase;letter-spacing:.06em;font-weight:600;color:#3c4043}.hero-countdown__sep{font-size:clamp(1.125rem,3vw,1.5rem);font-weight:700;color:var(--brand-red);line-height:1;padding:0 .0625rem .625rem;-webkit-user-select:none;-moz-user-select:none;user-select:none}}.hero-card-top{display:flex;justify-content:space-between;align-items:flex-start}.hero-card-top .btn-share{margin-left:auto}.live-badge{display:inline-flex;padding:.75rem .9375rem;align-items:center;gap:.375rem;border-radius:2px;background-color:#fff;text-decoration:none;border:0;cursor:pointer;font:inherit;box-sizing:border-box}a.live-badge:focus-visible{outline:2px solid var(--brand-red);outline-offset:2px}.live-dot{width:.5rem;height:.5rem;border-radius:50%;background-color:var(--brand-red)}.live-badge span{color:var(--brand-red);font-weight:700;font-size:1rem;line-height:1.25rem}.hero-card-content{display:flex;flex-direction:column;gap:.625rem;position:relative;margin-top:auto}.hero-card-content.bottom{margin-top:.625rem}.hero-card--has-media .hero-card-content.bottom{margin-top:.75rem}.hero-title-section{display:flex;flex-direction:column}.hero-title-box{padding:.625rem;display:inline-block;align-self:flex-start}.hero-title-box.blue{background-color:var(--brand-blue)}.hero-title-box.red{background-color:var(--brand-red);padding-top:.625rem;padding-bottom:.3125rem}.hero-title-box span{color:#fff;font-weight:700;font-size:2rem;line-height:normal}.hero-title-box.red span{font-weight:400}.hero-overlay-bottom-layout{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-end;gap:1rem 1.5rem;flex-wrap:wrap;width:100%}.hero-overlay-copy{flex:1 1 auto;min-width:min(100%,10rem);max-width:58%}.hero-overlay-buttons{flex:0 0 auto;display:flex;flex-direction:column;align-items:flex-end;gap:.5rem}.hero-overlay-episode-title{margin:.625rem 0 0;color:#fff;font-weight:700;font-size:1.0625rem;line-height:1.35;max-width:100%;text-shadow:0 1px 4px rgba(0,0,0,.9)}.hero-overlay-actions{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center;justify-content:flex-end}.hero-overlay-item-btns{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:.5rem;margin:0}.hero-description-section{display:flex;flex-direction:column;gap:1rem}.hero-description{color:#fff;font-size:1rem;line-height:normal}.hero-actions{display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:.625rem}.hero-sidebar{width:100%;display:flex;flex-direction:column;gap:0}.hero-show-details,.hero-guests-section{background:#2a2a2a;color:#fff}.hero-show-details{border-radius:5px 5px 0 0}.hero-guests-section{border-radius:0 0 5px 5px}.hero-show-details{display:flex;flex-direction:column;gap:.75rem;padding:1.25rem 1.25rem 1rem;min-width:0}.hero-sidebar .hero-title-section,.hero-sidebar .hero-title-box{max-width:100%;overflow:hidden}.hero-sidebar .hero-title-box span{font-size:1.5rem;display:block;white-space:normal;word-break:break-word}.hero-show-details .hero-overlay-episode-title{text-shadow:none}.hero-show-details .hero-stage-actions{margin-top:.25rem;flex-direction:row;flex-wrap:wrap;align-items:center;gap:.5rem .75rem}.hero-sidebar .hero-overlay-actions,.hero-sidebar .hero-overlay-item-btns{justify-content:flex-start}.hero-guests-section{padding:1rem 1.25rem 1.25rem;border-top:1px solid rgba(255,255,255,.1);flex:1 1 auto}.hero-guests-section .section-header{margin-bottom:.75rem}.hero-show-details .section-title,.hero-guests-section .section-title{color:#fff}.hero-sidebar .guest-image{width:130px;height:158px;-o-object-fit:contain;object-fit:contain;background:#fff;border-radius:0}.hero-sidebar .guest-title{color:#ffffffb3}.hero-sidebar .guest-row{margin:0;gap:1rem;flex-wrap:wrap}.hero-sidebar .guest-row>.guest-card{padding:0;margin-top:0;flex:1 1 120px;max-width:calc(50% - .5rem)}@media(max-width:991px){.hero-show-details{border-radius:5px 5px 0 0}.hero-guests-section{border-radius:0 0 5px 5px}.hero-sidebar .guest-image{width:104px;height:126px;-o-object-fit:contain;object-fit:contain;background:#fff;border-radius:0}.hero-sidebar .guest-row>.guest-card{max-width:calc(50% - .5rem)}}.guest-row{display:flex;flex-wrap:wrap;margin:-1.25rem -.625rem 0}.guest-row>.guest-card{padding:0 .625rem;margin-top:1.25rem}.guest-card{display:flex;flex-direction:column;gap:.625rem}.guest-image{width:130px;height:158px;border-radius:0;-o-object-fit:contain;object-fit:contain;background:#fff}.guest-info{display:flex;flex-direction:column;gap:.375rem;width:100%}.guest-name{color:#3498db!important;font-weight:500;font-size:1.25rem;line-height:1.6875rem;text-decoration:underline}a.guest-name:hover{text-decoration:none}.guest-title{color:var(--brand-dark);font-size:1rem;line-height:normal}.shows-grid{display:grid;grid-template-columns:1fr;gap:30px}.shows-card{display:flex;flex-direction:column;gap:1.25rem;flex:1}.shows-card .item-images{display:flex;flex-wrap:wrap;gap:1.25rem;align-items:flex-start;margin-bottom:.5rem}.shows-card .item-images a,.action-list-item-images a,.shows-calendar-card-images a{display:block;text-decoration:none;transition:opacity .2s}.shows-card .item-images .item-image{width:150px;height:150px;max-width:calc(50% - 10px);border-radius:5px;-o-object-fit:cover;object-fit:cover;flex-shrink:0}.shows-card .item-images .item-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:5px}.shows-card .item-images a:hover,.action-list-item-images a:hover,.shows-calendar-card-images a:hover{opacity:.9}.shows-card .item-image-placeholder{width:150px;height:150px;max-width:calc(50% - 10px);border-radius:5px;background-color:#e5e7eb;flex-shrink:0}.shows-card .item-content{display:flex;flex-direction:column;gap:.375rem}.shows-card .item-meta{display:flex;align-items:center;flex-wrap:wrap;gap:.25rem .6875rem}.shows-card .item-date{color:var(--brand-dark);font-size:.875rem;line-height:.9rem}.meta-divider{width:14px;height:1px;background-color:#20222e80}.shows-card .item-host{color:var(--brand-blue);font-size:.875rem;line-height:.9rem;text-decoration:underline}.shows-card .item-host:hover{text-decoration:none}.shows-card .item-title{color:var(--brand-dark);font-weight:500;font-size:1.5rem;line-height:1.6875rem;min-height:3.375rem;margin-top:0;margin-bottom:0}.shows-card.favorite-card .item-title{min-height:1.625rem}.shows-card.favorite-card .item-content{margin-top:auto;gap:.625rem}.shows-card .item-title a{text-decoration:underline}.shows-card .item-title a:hover{text-decoration:none}.shows-card .item-description{color:var(--brand-gray);font-size:1rem;line-height:normal;margin-top:0;margin-bottom:0}.shows-card .item-actions{display:flex;align-items:center;flex-wrap:wrap;gap:.625rem;margin-top:auto}.shows-card .item-btns,.show-hero-actions .item-btns,.hero-actions .item-btns{display:inline-flex;align-items:center;flex-wrap:wrap;gap:.625rem}.hero-actions .item-btns{justify-content:flex-end;width:100%}.shows-card .item-btns{display:contents}.shows-list{display:flex;flex-direction:column;gap:1.875rem}.shows-list .shows-card .item-images{margin-bottom:0;flex:0 0 auto}.shows-list .shows-card .item-title{min-height:1.6875rem}.shows-list .shows-card .item-actions{margin-top:.875rem}.shows-list .shows-card .item-images{flex-wrap:nowrap}.shows-list .shows-card .item-images .item-image,.shows-list .shows-card .item-images a.item-image{max-width:150px;flex:0 0 150px;width:150px;height:150px;box-sizing:border-box}.banner-250{position:relative;height:393px;border-radius:10px;overflow:hidden}.banner-image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.banner-content{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.6875rem;text-align:center;background-color:transparent}.banner-text{display:flex;flex-direction:column;align-items:center}.banner-title{color:#fff;font-weight:700;font-size:5.125rem;line-height:normal}.banner-subtitle{color:#fff;font-weight:500;font-size:2.5rem;line-height:normal}.carousel-btn{color:#fff;transition:opacity .2s;background:transparent;border:none;cursor:pointer}.carousel-btn:hover{opacity:.8}.carousel-btn svg{width:2.3125rem;height:2.3125rem}.slider-type-1{margin-bottom:3.25rem}.slider-type-1 .item-slide{position:relative}.slider-type-1 .slick-dots{position:absolute;left:0;bottom:-3.25rem;width:100%;list-style:none;display:flex;align-items:center;justify-content:center;gap:.625rem;height:2rem;z-index:2}.slider-type-1 .slick-dots li button{width:.75rem;height:.75rem;background-color:#d9d9d9;border-radius:50%;text-indent:-9999px}.slider-type-1 .slick-dots li.slick-active button{background-color:#060606}.slick-arrow{position:absolute;top:50%;transform:translateY(-50%);width:2rem;height:3.5rem;background-size:31px 56px;background-position:center;background-repeat:no-repeat;text-indent:-99999px;z-index:2}.slick-prev{left:60px;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 31 56'%3e%3cpath fill='none' stroke='%23FFFFFF' stroke-width='4' d='M29.3285 1.41398L2.82843 27.9141L29.3285 54.4141'/%3e%3c/svg%3e")}.slick-next{right:60px;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 31 56'%3e%3cpath fill='none' stroke='%23FFFFFF' stroke-width='4' d='M1.41423 54.4141L27.9143 27.9141L1.41423 1.41398'/%3e%3c/svg%3e")}.slide-image{position:relative;width:100%;height:574px}.slide-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:5px}.slide-image:before{content:"";position:absolute;left:0;top:0;bottom:0;right:0;background:linear-gradient(180deg,#20212400,#202124);border-radius:5px}.slide-content{position:absolute;left:0;top:0;width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;gap:1.6875rem;padding:0 7rem;text-align:center;z-index:2}.slide-content .item-text{display:flex;flex-direction:column;align-items:center}.slide-content .item-title{color:#fff;font-weight:700;font-size:5.125rem;line-height:normal}.slide-content .item-subtitle{color:#fff;font-weight:500;font-size:2.5rem;line-height:normal}.slide-content .item-source{color:#ffffffd9;font-weight:400;font-size:1.5rem;line-height:normal;margin-top:.25rem;margin-bottom:0}.slide-content .item-actions{display:flex;justify-content:center;align-items:center;gap:1.25rem}.slide-content .item-actions .item-btns{display:contents}.slide-content .item-actions .btn{width:140px}.featured-section .section-header{justify-content:flex-start;text-align:left}.featured-section .section-header .section-title{flex:none;width:100%}.details-page .featured-section .section-header{justify-content:flex-start;text-align:left}.details-page .featured-section .section-header .section-title{text-align:left}.featured-section .slide-image:before{display:none!important}.featured-section .slick-prev{left:1.25rem}.featured-section .slick-next{right:1.25rem}.featured-section .slide-content.featured-slide-content{align-items:flex-start;text-align:left;justify-content:center;padding:2rem 5rem;gap:1.25rem;overflow:visible}.featured-section .featured-slide-text{align-items:flex-start;flex:0 1 auto;max-width:38rem;min-height:0;overflow:visible;gap:.75rem}.featured-section .featured-slide-eyebrow{margin:0;line-height:1}.featured-section .featured-slide-eyebrow-label{display:inline-block;padding:.35rem .85rem;border-radius:999px;font-size:.7rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#fff;background:var(--brand-blue);box-shadow:0 1px 2px #0003}.featured-section .item-slide[data-featured-type=viewpoint] .featured-slide-eyebrow-label{background:#5b4ba6}.featured-section .item-slide[data-featured-type=take_action] .featured-slide-eyebrow-label{background:var(--brand-red)}.featured-section .featured-slide-title{font-size:clamp(2rem,4.2vw,3.5rem);line-height:1.08;font-weight:800;letter-spacing:-.02em;text-shadow:0 2px 24px rgba(0,0,0,.35);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.featured-section .featured-slide-meta{font-size:clamp(1rem,1.6vw,1.25rem);font-weight:500;opacity:.92;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.featured-section .featured-slide-excerpt{margin:0;color:#ffffffe0;font-size:clamp(.9rem,1.35vw,1.05rem);font-weight:400;line-height:1.5;max-width:36rem;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.featured-section .featured-slide-actions{flex:0 0 auto;justify-content:flex-start;flex-wrap:wrap;max-width:38rem}.featured-section .featured-slide-actions .btn{min-width:8.75rem;width:auto;padding-left:1.35rem;padding-right:1.35rem}.featured-section .featured-slide-actions .featured-listen-btn{color:#fff!important}.viewpoints-grid{display:grid;grid-template-columns:1fr;gap:30px}.card-1{display:flex;flex-direction:column;gap:.5rem;flex:1;min-width:0}.card-1 .item-image{height:240px;width:100%;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;border-radius:.25rem}.card-1 .item-image img{height:100%;width:100%;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;border-radius:.25rem}.card-1 .item-content{display:flex;flex-direction:column;flex:1 0 auto;gap:.625rem}.card-1 .item-actions{margin-top:auto}.card-1 .item-meta{display:flex;align-items:center;flex-wrap:wrap;gap:.25rem .6875rem}.card-1 .item-date{color:var(--brand-dark);font-size:.875rem;line-height:.9rem}.card-1 .item-author{color:var(--brand-blue);font-size:.875rem;line-height:.9rem;text-decoration:underline}.card-1 .item-author:hover{text-decoration:none}.card-1 .item-title{color:var(--brand-dark);font-weight:500;font-size:1.5rem;line-height:1.6875rem;margin-top:0;margin-bottom:0}.card-1 .item-title a{text-decoration:underline;color:inherit}.card-1 .item-title a:hover{text-decoration:none}.card-1 .item-source{color:var(--brand-gray);font-size:.875rem;margin-top:.25rem;margin-bottom:0}.card-1 .item-description,.card-1 .item-excerpt{color:var(--brand-gray);font-size:1rem;line-height:normal;margin-top:0;margin-bottom:0}.card-1 .item-actions{display:flex;align-items:center;flex-wrap:wrap;gap:.625rem;margin-top:auto}.card-1 .item-actions .item-btns{display:inline-flex;align-items:center;flex-wrap:wrap;gap:.625rem}.calendar-view{margin-bottom:1.25rem}.list-view{display:flex;flex-direction:column;gap:1.875rem}.list-view .card-1{flex-direction:row;gap:1.25rem}.list-view .card-1 .item-image{flex:0 0 auto;width:300px;height:220px}.list-view .card-1 .item-content{flex:1 0 0;align-self:center}.list-view .card-1 .item-actions{margin-top:.5rem}.take-actions-calendar-section{display:flex;flex-direction:column;gap:.625rem}.calendar-section-header{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem;margin-bottom:.625rem}.calendar-section-left{display:flex;align-items:center;gap:.625rem;flex-wrap:wrap}.calendar-section-title{color:var(--brand-dark);font-size:1.5rem;font-weight:500;text-transform:uppercase;line-height:43.2px;margin:0}.calendar-section-divider{color:var(--brand-dark);font-size:1rem;line-height:18.2px}.calendar-section-filters{display:flex;align-items:flex-end;gap:.625rem}.calendar-filter{display:flex;align-items:flex-start;gap:.25rem}.calendar-filter-label{color:var(--brand-dark);font-size:1rem;line-height:18.2px}.calendar-filter-select-wrapper{position:relative;display:flex;align-items:center}.calendar-filter-select{border:none;background:transparent;font-size:1rem;font-weight:400;color:var(--brand-dark);padding-right:1.5rem;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;width:100%}.calendar-filter-select:focus{outline:none}.calendar-filter-select-icon{position:absolute;right:0;width:18px;height:18px;color:var(--brand-dark);pointer-events:none}.calendar-section-right{display:flex;align-items:flex-end;gap:1.25rem;flex-wrap:wrap}.calendar-nav-link{display:flex;align-items:flex-end;gap:.625rem;text-decoration:none;color:#134da4;font-weight:700;font-size:1rem;line-height:18.2px;transition:opacity .2s}.calendar-nav-link:hover{opacity:.8}.calendar-nav-icon{position:relative;width:20px;height:20px}.calendar-grid-wrapper{display:flex;flex-direction:column;box-shadow:0 1px 2px #0000000d}.calendar-weekdays-header{display:flex;background-color:#134da4}.calendar-weekday-header{flex:1;padding:.75rem;color:#fff;font-weight:700;font-size:1rem}.calendar-weekday-header:first-child{border-top-left-radius:.5rem}.calendar-weekday-header:last-child{border-top-right-radius:.5rem}.calendar-body{display:flex;flex-direction:column}.calendar-week{display:flex}.calendar-week:not(:last-child){margin-bottom:-1px}.calendar-day-cell{flex:1;min-height:193px;padding:.75rem;border:1px solid #9295A5;background-color:#dfe3f8;display:flex;flex-direction:column;justify-content:space-between}.calendar-day-cell:not(:last-child){margin-right:-1px}.calendar-day-cell.other-month{background-color:#cbd0ed}.calendar-day-number{color:var(--brand-dark);font-size:1.25rem;font-weight:500;font-family:Inter,sans-serif}.calendar-day-number.other-month-text{opacity:.4}.calendar-day-events{display:flex;flex-direction:column;justify-content:end;align-items:start;gap:.25rem;flex:1}.calendar-day-event{color:var(--brand-dark);font-size:1rem;line-height:1.125rem;font-weight:700;font-family:Inter,sans-serif;text-decoration:none;transition:color .2s}.calendar-day-event:hover{color:#134da4}.calendar-day-dots{color:var(--brand-dark);font-size:.875rem;font-weight:500;font-family:Inter,sans-serif}.calendar-page{min-height:100vh;background-color:#f0f3ff}.calendar-section{display:flex;flex-direction:column;gap:.625rem}.shows-calendar-events{display:flex;flex-direction:column;justify-content:center;gap:.625rem;flex:1}.shows-calendar-event{display:flex;flex-direction:column;gap:.625rem}.shows-calendar-event-title{color:var(--brand-dark);font-size:1rem;font-weight:700;font-family:Inter,sans-serif;text-decoration:none;line-height:normal;transition:color .2s}.shows-calendar-event-title:hover{color:#134da4}.shows-calendar-event-title--no-link{cursor:default}.shows-calendar-event-title--no-link:hover{color:var(--brand-dark)}.shows-calendar-event-status{font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--brand-red);line-height:1.2}.show-status-badge{display:inline-block;margin-top:.35rem;margin-bottom:.25rem;padding:.2rem .5rem;font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;border-radius:2px;background:#20222e14;color:var(--brand-dark)}.show-status-badge--draft{background:#5f636826}.show-status-badge--scheduled{background:#134da41f;color:#134da4}.show-status-badge--archived{background:#dc26261a;color:var(--brand-red)}.show-status-badge--published{background:#134da41f;color:#134da4}.item-title-plain{color:inherit}.show-listing-admin-edit{margin-left:.5rem;font-size:.875rem;font-weight:600;white-space:nowrap}.shows-calendar-event-guests{color:var(--brand-dark);font-size:.875rem;font-weight:500;font-family:Inter,sans-serif;opacity:.4;line-height:normal}.shows-calendar-event-users{display:flex;gap:.25rem;margin-top:.25rem}.shows-calendar-event-user-image{width:24px;height:24px;border-radius:50%;-o-object-fit:cover;object-fit:cover;border:1px solid rgba(0,0,0,.1)}.shows-calendar-empty{height:82px}.details-page{display:flex;flex-direction:column;gap:1.875rem;padding-top:1.25rem;padding-bottom:1.25rem}.details-page .section{padding:0}.show-hero-card{height:574px;display:flex;flex-direction:column;justify-content:space-between;padding:1.25rem;border-radius:5px;position:relative;background-size:cover;background-position:center;background-repeat:no-repeat;margin-bottom:1.5rem}.show-hero-card:before{content:"";position:absolute;left:0;top:0;width:100%;height:100%;background:linear-gradient(180deg,#20212400,#202124);border-radius:5px}.show-hero-card--no-shadow:before{display:none}.show-hero-card--live-embed,.show-hero-card--archive-video{background-image:none!important;height:auto;min-height:0;justify-content:flex-start;padding:0}.show-hero-card--live-embed:before,.show-hero-card--archive-video:before{display:none}.show-hero-card--live-embed .show-hero-top .btn-outline-white,.show-hero-card--archive-video .show-hero-top .btn-outline-white,.show-hero-card--live-embed .show-hero-actions .btn-outline-white,.show-hero-card--archive-video .show-hero-actions .btn-outline-white{border-color:var(--brand-dark);color:var(--brand-dark);background:transparent}.show-hero-card--live-embed .show-hero-top .btn-outline-white:hover,.show-hero-card--archive-video .show-hero-top .btn-outline-white:hover,.show-hero-card--live-embed .show-hero-actions .btn-outline-white:hover,.show-hero-card--archive-video .show-hero-actions .btn-outline-white:hover{background-color:#0000000d;border-color:var(--brand-dark)}.show-hero-card--grace:before{display:block}.show-hero-grace-overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;display:flex;align-items:center;justify-content:center;pointer-events:none;border-radius:5px}.show-hero-grace-badge{display:inline-block;padding:.5rem 1rem;background:#000000bf;color:#fff;font-size:1rem;font-weight:600;border-radius:4px}.show-hero-media-wrap{position:relative;width:100%;max-width:100%;margin-bottom:1rem;border-radius:5px;overflow:hidden;background:#000;aspect-ratio:16 / 9}.show-hero-card--live-embed .show-hero-media-wrap{aspect-ratio:auto;height:auto;min-height:min(calc(56.25vw * 1.12),72vh)}.show-hero-card--live-embed .show-hero-media-wrap:has(+.hero-live-audio-bar){margin-bottom:0;border-radius:5px 5px 0 0}.show-hero-live-media,.show-hero-archive-embed-wrap{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.show-hero-live-media .hero-live-iframe,.show-hero-archive-embed-wrap .show-archive-iframe,.show-hero-archive-embed-wrap .show-archive-video{position:absolute;left:0;top:0;width:100%;height:100%;border:0}.show-hero-live-media .hero-live-iframe{border:0}.show-hero-archive-embed-wrap .show-archive-video{-o-object-fit:contain;object-fit:contain;background:#000}.show-hero-top{display:flex;justify-content:flex-end;position:relative}.show-hero-content{display:flex;justify-content:space-between;align-items:center;gap:1.25rem;position:relative}.show-hero-date-chip{padding:.625rem;display:inline-block;align-self:flex-start;background-color:#e63946;color:#fff;font-size:2rem;font-weight:400;line-height:normal}.show-hero-actions{flex:0 0 auto;display:flex;flex-wrap:wrap;gap:10px}.show-description-text{color:#676a79;font-size:16px;line-height:normal;margin-bottom:1rem}.show-editor-text img,.item-editor img,.view-article .item-body img{margin-bottom:1rem;margin-right:1rem}.show-editor-text p{color:#676a79;font-size:16px;line-height:1.6;margin-bottom:1rem}.show-editor-text p:last-child{margin-bottom:0}.show-editor-text ul,.show-editor-text ol{margin-left:1.5rem;margin-bottom:1rem;padding-left:.25rem}.show-editor-text ul{list-style-type:disc}.show-editor-text ol{list-style-type:decimal}.show-editor-text li{color:#676a79;font-size:16px;line-height:1.6;margin-bottom:.25rem}.show-editor-text a{color:var(--brand-blue);text-decoration:underline}.show-editor-text a:hover{text-decoration:none}.show-editor-text h2,.show-editor-text h3,.show-editor-text h4,.show-editor-text h5{color:var(--brand-dark);font-weight:600;margin-top:1.25rem;margin-bottom:.75rem}.show-editor-text h2{font-size:1.75rem}.show-editor-text h3{font-size:1.375rem}.show-editor-text h4{font-size:1.125rem}.show-editor-text h5{font-size:1rem}.show-detail-nav-section .container{max-width:100%}.show-detail-nav{display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;align-items:stretch}.show-detail-nav-btn{flex:1 1 280px;display:inline-flex;align-items:center;gap:.875rem;padding:1rem 1.25rem;border:1px solid rgba(32,33,36,.15);border-radius:5px;text-decoration:none;color:#202124;background:#fff;box-sizing:border-box;transition:border-color .2s ease,box-shadow .2s ease}a.show-detail-nav-btn:hover{border-color:#e63946;box-shadow:0 2px 10px #20212414}.show-detail-nav-btn--next{flex-direction:row-reverse;text-align:right}.show-detail-nav-btn--next .show-detail-nav-text{align-items:flex-end}.show-detail-nav-btn--disabled{opacity:.5;cursor:not-allowed}.show-detail-nav-text{display:flex;flex-direction:column;gap:.125rem;min-width:0}.show-detail-nav-label{font-size:.6875rem;text-transform:uppercase;letter-spacing:.06em;color:#676a79;font-weight:600}.show-detail-nav-meta{font-size:.8125rem;color:#e63946;font-weight:500}.show-detail-nav-title{font-size:1rem;font-weight:600;line-height:1.35;color:#202124;word-break:break-word}.show-detail-nav-btn img{flex-shrink:0}.view-article{display:flex;flex-direction:column;gap:1.875rem}.view-article .item-image{width:100%;max-height:447px;overflow:hidden;margin-top:.625rem}.view-article .item-image img{width:100%;height:auto;max-height:447px;-o-object-fit:cover;object-fit:cover}.view-article .item-content{width:1195px;max-width:100%;margin:0 auto;display:flex;flex-direction:column;gap:1.25rem}.view-article .item-header{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start;gap:1.25rem;padding-bottom:1.25rem;border-bottom:1px solid var(--brand-dark)}.view-article .item-header-main{flex:1 1 auto}.view-article .item-header-actions{flex:0 0 auto;display:flex;align-items:flex-start}.view-article .item-title{color:var(--brand-dark);font-weight:400;font-size:45px;line-height:1;margin:0}.view-article .item-source{color:var(--brand-gray);font-size:1rem;margin-top:.375rem;margin-bottom:0}.view-article .item-meta{display:flex;align-items:center;gap:1.25rem}.view-article .item-author{color:var(--brand-dark);font-size:1.125rem}.view-article .item-author .author-name{text-decoration:underline}.view-article .item-date{color:#676a79;font-size:1.125rem}.view-article .item-body{color:#676a79;font-size:1rem;line-height:1.6}.view-article .item-body p:not(:last-child){margin-bottom:1rem}.view-article .item-body ul,.view-article .item-body ol{margin-left:1.5rem;margin-bottom:1rem}.view-article .item-body ul{list-style-type:disc}.view-article .item-body ol{list-style-type:decimal}.view-article .item-body li{line-height:1.6;margin-bottom:.25rem}.view-article .item-body a{color:var(--brand-blue);text-decoration:underline}.view-article .item-body a:hover{text-decoration:none}.view-article .item-body h3{font-weight:700;font-size:30px;color:var(--brand-dark);margin-top:1.5rem;margin-bottom:1rem}.view-article .item-amazon{display:flex}.view-article .item-btns{display:flex;flex-wrap:wrap;gap:.625rem}.item-amazon--card{margin-bottom:.5rem}.details-page--booklet .view-article .item-image,.details-page--booklet .view-article .item-image--booklet-hero{width:100%;max-height:none!important;height:auto!important;min-height:0;overflow:visible!important;display:block;text-align:center;flex:0 0 auto;align-self:stretch}.details-page--booklet .view-article .item-image img,.details-page--booklet .view-article .item-image--booklet-hero img{display:inline-block;vertical-align:top;width:auto!important;max-width:100%!important;height:auto!important;max-height:none!important;-o-object-fit:contain!important;object-fit:contain!important;-o-object-position:center top;object-position:center top}.details-page--booklet .view-article .item-btns--booklet-top{padding-bottom:.5rem;border-bottom:1px solid var(--brand-border);margin-bottom:.25rem}.take-action-grid{display:grid;grid-template-columns:1fr;gap:30px}.take-action-two-column{display:flex;flex-direction:column;gap:1.875rem}.take-action-contact-column{width:100%;display:flex;flex-direction:column;gap:.625rem}.take-action-message-column{flex:1;display:flex;flex-direction:column;gap:.625rem}.take-action-contact-form{display:flex;flex-direction:column;gap:.625rem}.items-form{display:flex;flex-direction:column;gap:1.875rem}.items-form .form-actions{margin-top:1.875rem}.form-field{display:flex;flex-direction:column;gap:.5rem}.form-field-row{display:flex;flex-wrap:wrap;margin-left:-.625rem;margin-right:-.625rem;margin-top:-1.25rem}.form-field-row .form-field{padding-left:.625rem;padding-right:.625rem;margin-top:1.25rem;width:100%}.form-field-row .col-2{width:100%}.form-label{color:#20222e;font-size:1.125rem;letter-spacing:-.36px}.form-input-wrapper{display:flex;align-items:center;justify-content:space-between;padding:1.25rem;border:1px solid hsl(214.3,31.8%,91.4%)}.form-input-text{color:#20222e;font-size:1rem;letter-spacing:-.32px}.form-dropdown-icon{width:20px;height:20px;color:#3f3f46}.form-input,.form-select,.form-textarea{padding:1.125rem 1.25rem;background-color:transparent;border:1px solid #8A8A8A;color:#20222e;font-size:1rem;line-height:1.375rem;letter-spacing:-.32px;font-family:inherit;box-shadow:none;outline:none}.form-select{width:100%;padding-right:2.5rem;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:transparent;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%233F3F46' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M5 7.5L10 12.5L15 7.5'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right .75rem center;background-size:20px 20px}.form-textarea{resize:none}.form-input:focus,.form-select:focus,.form-textarea:focus{border-color:var(--brand-blue)}.form-actions{display:flex;gap:.625rem;margin-top:1.25rem}.form-actions.mt-0{margin-top:0}.form-actions.columns{flex-direction:column}.form-check{display:inline-flex;gap:.625rem;min-height:2rem;cursor:pointer}.form-check-label{align-self:center;cursor:pointer}.form-check-input{--bs-form-check-bg: transparent;flex-shrink:0;min-width:2rem;height:2rem;vertical-align:top;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:var(--bs-form-check-bg);background-image:var(--bs-form-check-bg-image);background-repeat:no-repeat;background-position:center;background-size:contain;border:1px solid #8A8A8A;-webkit-print-color-adjust:exact;print-color-adjust:exact;cursor:pointer}.form-check-input[type=checkbox]{border-radius:5px}.form-check-input[type=radio]{border-radius:50%}.form-check-input:focus{outline:0;box-shadow:none}.form-check-input:checked{background-color:var(--brand-blue);border-color:var(--brand-blue)}.form-check-input:checked[type=checkbox]{--bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m6 10 3 3 6-6'/%3e%3c/svg%3e")}.form-check-input:checked[type=radio]{--bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e")}.form-check-input:disabled{pointer-events:none;filter:none;opacity:.5}.form-check-input[disabled]~.form-check-label,.form-check-input:disabled~.form-check-label{cursor:default;opacity:.5}.take-action-message-wrapper{display:flex;flex-direction:column;gap:.625rem;padding:1.25rem;background-color:var(--brand-light-gray)}.message-recipients{display:flex;flex-direction:column;gap:1.25rem}.message-recipient{flex:1;display:flex;align-items:center;justify-content:center;gap:.625rem;padding:1.5rem 1rem;border:1px solid #BBB;background-color:#fff}.recipient-icon{width:45px;height:54px;-o-object-fit:contain;object-fit:contain}.recipient-text{color:#20222e;font-size:1.125rem;letter-spacing:-.36px}.message-content{display:flex;flex-direction:column;gap:2.5rem;padding:2.5rem;border:1px solid #BBB;background-color:#fff}.message-body{padding:2.5rem;border:1px solid #BBB;background-color:#fff}.message-text{color:#20222e;font-size:1.125rem;letter-spacing:-.36px;line-height:1.6;margin:0;display:flex;flex-direction:column;gap:1.75rem}.grid-col-2{display:grid;grid-template-columns:1fr;gap:1.25rem}.card-2{display:flex;flex-wrap:wrap;flex-direction:column;gap:.625rem}.card-2 .item-image{width:130px;height:158px;border-radius:0;-o-object-fit:contain;object-fit:contain;flex:0 0 auto;background:#fff}.card-2 .item-image img{width:100%;height:100%;border-radius:0;-o-object-fit:contain;object-fit:contain}.card-2 .item-image-placeholder{width:200px;height:200px;border-radius:5px;background-color:#e0e0e0;flex-shrink:0;font-size:3rem;font-weight:700;display:flex;align-items:center;justify-content:center}.card-2 .item-info{display:flex;flex-direction:column;gap:.625rem;flex:1 0 0}.card-2 .item-title{color:var(--brand-dark);font-weight:500;font-size:1.25rem;line-height:1.6875rem;text-decoration:none}.card-2 .item-title a{color:inherit;margin-top:0!important;margin-bottom:0!important}.card-2 .item-role{color:var(--brand-dark);font-size:1rem;line-height:normal;margin-top:0!important;margin-bottom:0!important}.card-2 .item-text{color:#676a79;font-size:1rem;line-height:normal;margin-top:0!important;margin-bottom:0!important}.card-2 .item-actions{margin-top:.625rem;display:flex;gap:.625rem}.social-icons{display:flex;align-items:center;gap:.625rem}.social-icons .item-icon{width:1.125rem;height:1.125rem;display:inline-flex;align-items:center;justify-content:center;text-decoration:none;transition:opacity .2s}.social-icons .item-icon svg{width:1.125rem;height:1.125rem}.social-icons .item-icon:hover{opacity:.9}.view-details .card-2 .item-info{width:100%;max-width:800px}.item-info .item-text{margin-top:0!important;margin-bottom:0!important}.view-details .card-2 .item-title{font-size:2rem;line-height:1}.view-details .card-2 .item-text{color:var(--brand-dark)}.view-details .card-2 .item-text p{margin-bottom:.75rem;line-height:1.6}.view-details .card-2 .item-text a{color:#134da4;text-decoration:underline}.view-details .card-2 .item-text a:hover{color:#0d3a7a}.view-details .card-2 .item-text ul,.view-details .card-2 .item-text ol{margin-left:1.5rem;margin-bottom:.75rem}.view-details .card-2 .item-text ul{list-style-type:disc}.view-details .card-2 .item-text ol{list-style-type:decimal}.view-details .card-2 .item-text strong,.view-details .card-2 .item-text b{font-weight:700}.view-details .card-2 .item-text em,.view-details .card-2 .item-text i{font-style:italic}.social-grid{display:grid;grid-template-columns:1fr;gap:.625rem}.social-btn{height:70px;padding:0 1.25rem;display:flex;align-items:center;justify-content:center;gap:.625rem;border-radius:.625rem;color:#fff!important;font-weight:500;font-size:1.125rem;line-height:1.125rem;transition:opacity .2s;border:none;cursor:pointer}.social-btn:hover{opacity:.9}.social-btn.facebook{background-color:#0865fe}.social-btn.twitter{background-color:#151515}.social-btn.instagram{background:linear-gradient(146deg,#0041e2 5.97%,#de15c1 38.26%,#ff4c54 66.37%,#ff9000 100.46%,#ffcf53 130.37%)}.social-btn.youtube{background-color:#f40000}.social-btn.spotify{background-color:#1ed760}.social-icon{width:40px;height:40px}.social-btn.twitter .social-icon,.social-btn.instagram .social-icon{width:35px;height:36px}.social-btn.spotify .social-icon{width:29px;height:29px}.social-btn.youtube .social-icon{width:35px;height:26px}.section-pagination{display:flex;gap:1.25rem;width:100%;margin-top:1.25rem;position:relative;padding-top:.625rem;border-top:1px solid var(--brand-dark)}.pagination-content{display:flex;justify-content:center;align-items:center;padding:.875rem 0;width:100%}.pagination-nav{display:flex;align-items:center;gap:1.25rem}.pagination-arrow{position:relative;width:20px;height:20px;cursor:pointer;display:inline-block;text-decoration:none}.pagination-arrow.disabled{cursor:not-allowed;opacity:.5}.pagination-arrow-circle{width:20px;height:20px;display:block}.pagination-arrow-inner{position:absolute;left:5px;top:6px;width:10px;height:8px;display:block}.pagination-number{color:#0006;font-size:1rem;font-weight:400;text-decoration:none;cursor:pointer;transition:color .2s}.pagination-number:hover{color:#191e29}.pagination-number.active{color:#191e29;font-weight:700;cursor:default}.pagination-dots{color:#0006;font-size:1rem;font-weight:400}.sort-form{display:flex;align-items:center;gap:.375rem}.sort-label{color:#191e29;font-size:1rem;font-weight:400}.sort-select-wrapper{position:relative;display:flex;align-items:center}.sort-select{border:2px solid #e5e7eb;background:transparent;font-size:1rem;font-weight:400;color:var(--brand-dark);padding:.5rem 2.5rem .5rem .75rem;border-radius:.375rem;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;transition:border-color .2s,box-shadow .2s}.sort-select:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.sort-select-wrapper input.sort-select,.form-input.search-input{padding-right:2.5rem;border:2px solid #e5e7eb;background:#fff}.sort-select-wrapper input.sort-select:focus,.form-input.search-input:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.search-clear-btn{position:absolute;right:.5rem;top:50%;transform:translateY(-50%);background:none;border:none;color:#6b7280;cursor:pointer;padding:.25rem;border-radius:.25rem;display:flex;align-items:center;justify-content:center;transition:color .2s,background-color .2s;z-index:10}.search-clear-btn:hover{color:#374151;background-color:#f3f4f6}.search-clear-btn svg{width:16px;height:16px}.sort-select-wrapper input.sort-select:-moz-placeholder+.search-clear-btn,.form-input.search-input:-moz-placeholder+.search-clear-btn{display:none}.sort-select-wrapper input.sort-select:placeholder-shown+.search-clear-btn,.form-input.search-input:placeholder-shown+.search-clear-btn{display:none}.sort-select-icon{position:absolute;right:0;width:18px;height:18px;color:var(--brand-dark);pointer-events:none}.view-link{color:#191e29;font-size:1rem;font-weight:400;text-decoration:none;cursor:pointer;transition:color .2s}.view-link:hover{color:#1657a2}.view-link.active{color:#1657a2;font-weight:700;text-decoration:underline}.donate-section{display:flex;flex-direction:column;gap:24px;align-items:center;width:100%}.donate-content{display:flex;flex-direction:column;gap:30px;align-items:flex-start;width:100%}.donate-content .items-truthteam{width:100%;display:flex;flex-direction:column;gap:.625rem;padding:1.25rem;background-color:#d3d7ef}.items-truthteam .item-body{white-space:break-spaces}.items-truthteam .item-body p{margin-bottom:1.25rem}.items-truthteam .item-body ul{margin-left:1.5rem;margin-bottom:1.25rem;list-style-type:disc}.items-truthteam .item-body ol{margin-left:1.5rem;margin-bottom:1.25rem;list-style-type:decimal}.items-truthteam .item-body li{line-height:1.6;margin-bottom:.25rem}.items-truthteam .item-body a{color:var(--brand-blue);text-decoration:underline}.items-truthteam .item-body a:hover{text-decoration:none}.donate-content .items-tt-form{width:100%}.donate-content.donate-content--single-column .items-truthteam{width:100%;max-width:100%}.tta-row{display:flex;flex-wrap:wrap;align-items:center;gap:1.875rem}.tta-row .item-image{flex:0 0 auto}.tta-row .item-image img{max-width:260px;mix-blend-mode:multiply}.tta-row .item-text{flex:1 0 0}.donate-content .donate-block{width:100%;display:flex;flex-direction:column;gap:.625rem}.donate-content .donate-block .item-title{font-size:2rem;font-weight:500;line-height:2.375rem}.donate-content .donate-block ul,.donate-content .donate-block ol{margin-left:1.5rem}.donate-content .donate-block ul{list-style-type:disc}.donate-content .donate-block ol{list-style-type:decimal}.donate-content .donate-block li{line-height:1.6;margin-bottom:.25rem}.donate-content .donate-block a{color:var(--brand-blue);text-decoration:underline}.donate-content .donate-block a:hover{text-decoration:none}.donate-content .donate-block ul,.donate-content .donate-block ol,.donate-content .donate-block p{margin-bottom:1rem}.contact-info{display:flex;flex-direction:column;gap:.625rem}.contact-info .item-card{padding:1.25rem;background-color:var(--brand-light-gray);display:flex;flex-direction:column;gap:1.25rem;font-size:1.25rem;line-height:1.5rem;font-weight:700}.contact-info .item-card.bg-red{background-color:var(--brand-red);color:#fff}.contact-info .item-card .item-list{margin-left:1.5rem}.contact-info .item-card a{text-decoration:underline}.faqs-content .item-card,.volunteers-info .item-card{padding:1.25rem;background-color:var(--brand-light-gray);display:flex;flex-direction:column;gap:1.25rem}.volunteers-info .item-card .item-title{font-size:1.25rem;line-height:1.5rem;font-weight:700}.accordion{display:flex;flex-direction:column}.accordion .accordion-item{background-color:#e8e8e8;border:1px solid #BBBBBB}.accordion .accordion-item .accordion-button{display:flex;align-items:center;gap:.625rem;padding:1.25rem;width:100%;background-color:#fff;font-size:1.125rem;font-weight:700;text-align:left;transition:all .2s ease}.accordion .accordion-item.active .accordion-button{background-color:var(--brand-blue);color:#fff}.accordion .accordion-item .accordion-button:before{content:"";min-width:1.5rem;height:1.5rem;background-image:url(/assets/images/plus.svg);background-size:1.5rem;background-position:center;background-repeat:no-repeat}.accordion .accordion-item.active .accordion-button:before{background-image:url(/assets/images/minus.svg)}.accordion .accordion-collapse{max-height:0;overflow:hidden;transition:all .2s ease}.accordion .accordion-body{padding:1.25rem;border-top:1px solid #BBBBBB;font-size:1.125rem}.accordion .accordion-body p:not(:last-child){margin-bottom:1.25rem}.bot-content{padding:1.25rem;background-color:var(--brand-light-gray);gap:1.25rem}.bot-table{margin:0;background-color:#fff}.bot-table th,.bot-table td{padding:1.25rem;font-size:1.125rem;line-height:1.375rem;border:1px solid #BBBBBB;text-align:left}.station-images-slick-wrap{margin:0 0 1.75rem;max-width:100%}.station-images-slick-wrap .slide-image{height:clamp(260px,40vw,520px)}.station-images-slick-wrap .slick-prev,.station-images-slick-wrap .slick-next{background-color:#2021248c;background-size:18px 32px;border-radius:9999px;width:3rem;height:3rem;transition:background-color .2s ease}.station-images-slick-wrap .slick-prev:hover,.station-images-slick-wrap .slick-next:hover,.station-images-slick-wrap .slick-prev:focus,.station-images-slick-wrap .slick-next:focus{background-color:#202124d9}.station-images-slick-wrap .slick-prev{left:16px}.station-images-slick-wrap .slick-next{right:16px}.station-images-slick-wrap.station-images-slick-wrap--images-only .featured-slide-title{font-size:1.25rem;color:#222;text-shadow:none}.station-images-slick-wrap.station-images-slick-wrap--images-only .featured-slide-meta,.station-images-slick-wrap.station-images-slick-wrap--images-only .featured-slide-text{color:#444}.station-images-slick-wrap .featured-slide-title{font-size:clamp(1.75rem,4vw,3.25rem)}.station-images-slick-wrap .featured-slide-meta{font-size:clamp(1rem,2.5vw,1.5rem);opacity:1}.station-images-slick-wrap.station-images-slick-wrap--images-only .slide-image.station-images-slick-wrap__slide-image{height:auto;min-height:0;position:relative;border-radius:5px;overflow:hidden;line-height:0}.station-images-slick-wrap.station-images-slick-wrap--images-only .slide-image.station-images-slick-wrap__slide-image:after{content:"";display:block;position:absolute;left:0;right:0;bottom:0;height:55%;z-index:1;pointer-events:none;border-radius:0 0 5px 5px;background:linear-gradient(180deg,#20222e00,#20222eb8)}.station-images-slick-wrap.station-images-slick-wrap--images-only .slide-image:before{z-index:1;pointer-events:none;border-radius:5px;background:linear-gradient(105deg,#20222e8c,#20222e38 45%,#20222e0f)}.station-images-slick-wrap.station-images-slick-wrap--images-only .station-images-slick-wrap__full-bleed-link{display:block;position:relative;z-index:0;text-decoration:none;color:inherit;line-height:0}.station-images-slick-wrap.station-images-slick-wrap--images-only .station-images-slick-wrap__full-bleed-link img,.station-images-slick-wrap.station-images-slick-wrap--images-only .slide-image>img.station-images-slick-wrap__img--natural{width:100%;height:auto;max-height:none;-o-object-fit:unset;object-fit:unset;display:block;vertical-align:top;border-radius:5px}.station-images-slick-wrap.station-images-slick-wrap--images-only .item-slide{display:flex;flex-direction:column;position:static}.station-images-slick-wrap.station-images-slick-wrap--images-only .slide-image{position:static;height:auto}.station-images-slick-wrap.station-images-slick-wrap--images-only .station-images-slick-wrap__overlay-content{position:static;width:100%;height:auto;display:flex;flex-direction:column;justify-content:flex-start;padding:1rem 2.5rem;z-index:auto;pointer-events:auto}.station-images-slick-wrap.station-images-slick-wrap--images-only .station-images-slick-wrap__overlay-content .featured-slide-text{max-width:100%}.station-images-slick-wrap.station-images-slick-wrap--images-only .station-images-slick-wrap__overlay-meta{text-align:center}@media(max-width:767px){.station-images-slick-wrap.station-images-slick-wrap--images-only .station-images-slick-wrap__overlay-content{padding:.75rem 1.25rem}.station-images-slick-wrap.station-images-slick-wrap--images-only .featured-slide-title{font-size:1rem}}.station-images-slick-wrap.station-images-slick-wrap--images-only .slide-image.station-images-slick-wrap__slide-image:after,.station-images-slick-wrap.station-images-slick-wrap--images-only .slide-image:before{background:none;content:none}.station-slide-stacked{display:flex;flex-direction:column;background:#fff;border-radius:6px;overflow:hidden}.station-slide-stacked__media{width:100%;line-height:0;background:#f4f4f4}.station-slide-stacked__link{display:block;line-height:0}.station-slide-stacked__img{width:100%;height:auto;display:block}.station-slide-stacked__caption{padding:1rem 1.25rem 1.25rem;text-align:center}.station-slide-stacked__title{margin:0 0 .4rem;font-size:clamp(1.125rem,1.6vw,1.375rem);font-weight:700;line-height:1.25;color:#1a1a1a;opacity:1;text-shadow:none}.station-slide-stacked__meta{margin:0;font-size:clamp(.95rem,1.2vw,1.0625rem);line-height:1.5;color:#4a4a4a;opacity:1}.station-images-slick-wrap.station-images-slick-wrap--images-only .item-slide{padding:0 0 .5rem}.station-questions__resources-figure{margin:0;display:flex;flex-direction:column;align-items:center;gap:.5rem;width:100%;flex-shrink:0}.station-questions__resources-caption{margin:0;padding:0;display:flex;flex-direction:column;gap:.2rem;font-size:.8125rem;line-height:1.4;color:#444;text-align:center;width:100%}.station-questions__resources-caption-title{font-weight:700;color:#222}.station-questions__resources-caption-desc{display:block}.stations-list{padding:1.25rem;background-color:var(--brand-light-gray);display:flex;flex-direction:column;gap:.625rem}.stations-list .item-header{display:flex;justify-content:space-between;align-items:center}.stations-list .item-header h3{margin:0;color:#20222e;font-size:1.875rem;text-transform:uppercase}.stations-list .item-header .item-count{color:#666;font-size:.875rem}.stations-list .pagination-content{padding-bottom:0;padding-top:.5rem}.stations-table-wrap{background:#fff}.stations-table{width:100%;border-collapse:collapse}.stations-table th,.stations-table td{padding:1.25rem;font-size:1.125rem;line-height:1.375rem;border:1px solid #BBBBBB;text-align:left}.station-details-row{background:#e8e8e8}.station-details-row .item-details{display:flex;flex-direction:column;gap:1rem}.station-details-row .item{display:flex;gap:.5rem}.station-details-row .item strong{min-width:124px;color:#20222e}.station-row .item-btn-wrap{display:flex;gap:.625rem}.expand-btn{min-width:1.5rem;height:1.5rem;background-image:url(/assets/images/plus.svg);background-position:center center;background-repeat:no-repeat;background-size:1.5rem;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center}.expand-btn.active{background-image:url(/assets/images/minus.svg)}.station-row.row-active td{background-color:var(--brand-blue);color:#fff}.map-container{width:100%}.state-path{fill:var(--brand-light-gray);stroke:var(--brand-border-dark);stroke-width:1;cursor:pointer;transition:fill .3s ease}.state-label{fill:var(--brand-gray);transition:fill .3s ease}.state-label.has-stations{fill:var(--brand-dark)}.state-path.has-stations:hover{fill:var(--brand-blue)}.state-path.selected,.state-path.selected+.state-label.outer,.state-path.has-stations:hover+.state-label.outer{fill:var(--brand-blue)}.state-path.selected+.state-label,.state-path.has-stations:hover+.state-label{fill:#fff}.state-path.no-stations{cursor:not-allowed}.questions-content .item-body{display:flex;flex-direction:column;gap:1.25rem}.station-questions .station-questions-stack{display:flex;flex-direction:column;gap:1.75rem;max-width:100%}.station-questions .station-questions__intro .page-content,.station-questions .station-questions__after-image.page-content{font-size:1.0625rem;line-height:1.55}.station-questions .station-questions__media{width:100%;margin:0}.station-questions .station-questions__media img{width:100%;height:auto;display:block;border-radius:5px}.station-questions .station-questions__gallery{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1.25rem;margin:0;padding:0;list-style:none}.station-questions .station-questions__gallery-item{margin:0;display:flex;flex-direction:column;gap:.5rem}.station-questions .station-questions__gallery-img{width:100%;height:auto;display:block;border-radius:5px;-o-object-fit:cover;object-fit:cover;max-height:16rem}.station-questions .station-questions__gallery-caption{font-size:.9375rem;line-height:1.45;color:#444;margin:0}.station-questions .station-questions__resources-title{font-size:1.125rem;font-weight:700;margin:0 0 .75rem;color:#222}.station-questions .station-questions__resources-list{margin:0;padding:0}.station-questions .station-questions__resources-row{display:flex;flex-direction:column;gap:.75rem;margin-bottom:.75rem}.station-questions .station-questions__resources-thumb{flex-shrink:0;display:flex;justify-content:center;width:100%}.station-questions .station-questions__resources-img{width:4.5rem;height:4.5rem;-o-object-fit:cover;object-fit:cover;border-radius:5px;display:block}.station-questions .station-questions__resources-body{display:flex;flex-direction:column;gap:.25rem;font-size:1.0625rem;line-height:1.45;width:100%}.station-questions .station-questions__resources-value{display:block;color:#444}.station-questions .station-questions__resources-link{font-weight:600}.station-questions .station-questions__cards{gap:1.25rem}.station-questions .station-questions__cards .item-card,.station-questions .station-questions__cards .item-card .item-title,.station-questions .station-questions__cards .item-card .item-address,.station-questions .station-questions__cards .item-card .item-list,.station-questions .station-questions__cards .item-card .item-list li,.station-questions .station-questions__cards .item-card .station-questions__affiliate-primary,.station-questions .station-questions__cards .item-card .station-questions__affiliate-desc,.station-questions .station-questions__cards .item-card strong,.station-questions .station-questions__cards .item-card a{color:#fff}.station-questions .station-questions__cards .station-questions__affiliate-card,.station-questions .station-questions__cards .station-questions__affiliate-card .item-title,.station-questions .station-questions__cards .station-questions__affiliate-card .item-list,.station-questions .station-questions__cards .station-questions__affiliate-card .item-list li,.station-questions .station-questions__cards .station-questions__affiliate-card .station-questions__affiliate-primary,.station-questions .station-questions__cards .station-questions__affiliate-card strong,.station-questions .station-questions__cards .station-questions__affiliate-card a{color:#333}.station-questions .station-questions__cards .station-questions__affiliate-card .station-questions__affiliate-desc{color:#555}.station-questions .station-questions__cards .station-questions__programlogs-card,.station-questions .station-questions__cards .station-questions__programlogs-card .item-address,.station-questions .station-questions__cards .station-questions__programlogs-card strong,.station-questions .station-questions__cards .station-questions__programlogs-card a{color:#333}.station-questions .station-questions__affiliate-target{display:flex;flex-direction:column;gap:1.75rem}.station-questions .station-questions__media-wrap{width:100%;scroll-margin-top:5.5rem}.station-questions .station-questions__copy-wrap{display:flex;flex-direction:column;gap:1.5rem;min-width:0}@media(min-width:992px){.station-questions .station-questions__affiliate-target{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:2.5rem;align-items:start}.station-questions .station-questions__copy-wrap{grid-column:1;grid-row:1}.station-questions .station-questions__media-wrap{grid-column:2;grid-row:1}}@media(min-width:1200px){.station-questions .station-questions__media-wrap{scroll-margin-top:1.25rem}}.station-questions .station-questions__after-image--affiliate{scroll-margin-top:1rem}.station-questions .station-questions__affiliate-item{display:flex;flex-direction:column;align-items:flex-start;gap:.35rem}.station-questions .station-questions__affiliate-primary{display:block;line-height:1.45}.station-questions .station-questions__affiliate-desc{display:block;margin:0;padding:0;font-size:.98rem;line-height:1.5;color:#555;font-weight:400}.financial-grid{display:grid;grid-template-columns:1fr;gap:30px}.program-logs-intro{font-size:1.05rem;line-height:1.55;margin-bottom:1rem;max-width:48rem}.program-logs-faqs{margin-top:1rem}.program-logs-page .accordion .accordion-body.program-logs-accordion-body{padding:0;background-color:#fff}.program-logs-month-list{list-style:none;margin:0;padding:.5rem 1.25rem 1rem}.program-logs-month-row{display:flex;flex-wrap:wrap;align-items:baseline;justify-content:space-between;gap:.5rem 1.25rem;padding:.75rem 0;border-bottom:1px solid #dcdcdc;font-size:1.0625rem;line-height:1.4}.program-logs-month-row:last-child{border-bottom:none}.program-logs-month-name{font-weight:700;min-width:8rem;color:#333}.program-logs-month-link{color:var(--brand-blue);text-decoration:underline;text-underline-offset:2px;font-weight:600;text-align:right;flex:1;word-break:break-word}.program-logs-month-link:hover{color:#0d3d7a}.program-logs-month-empty{color:#888;font-style:italic;flex:1;text-align:right}.last-updated{font-size:1rem;margin-bottom:1.25rem}.no-preview{display:flex;flex-direction:column;align-items:center;gap:1rem;color:#6c757d}.no-preview svg{opacity:.5}.no-preview span{font-size:1rem;font-weight:500}.no-reports{text-align:center;padding:4rem 2rem;margin-top:2rem}.empty-state{width:400px;max-width:100%;margin:0 auto;text-align:center;padding:3rem 2rem}.empty-state h4{margin-bottom:.5rem;font-size:1.25rem}.empty-icon{color:#ccc;margin-bottom:1.5rem;display:block;margin-left:auto;margin-right:auto}.empty-state h3{margin-bottom:.5rem;font-size:1.25rem}.empty-state p{color:#888;line-height:1.5}.empty-state p+.btn{margin-top:1.5rem}.static-page[id],.static-page .item-editor [id],.static-page .item-description [id]{scroll-margin-top:6rem}.static-page .meta-date{font-size:1rem}.static-page .item-description,.static-page .item-editor p{font-size:1rem;margin-bottom:1rem}.static-page .item-editor h2{font-size:2rem;font-weight:500;margin-bottom:1rem}.static-page .item-editor h3{font-size:1.5rem;font-weight:500;margin-bottom:1rem}.static-page .item-editor h4{font-size:1.25rem;font-weight:500;margin-bottom:1rem}.static-page .item-editor h5{font-size:1.125rem;font-weight:500;margin-bottom:1rem}.static-page .item-editor iframe{display:block;width:100%;max-width:100%;margin-bottom:1.5rem;border:0}.section-wrapper.section-wrapper--podcast-players{max-width:min(100%,720px);margin-left:auto;margin-right:auto}.section-wrapper.section-wrapper--podcast-players .item-editor iframe{width:100%!important;max-width:100%!important;margin-left:auto;margin-right:auto;border-radius:12px}.section-wrapper.section-wrapper--podcast-players .item-editor h2{text-align:left;margin-top:1.75rem}.section-wrapper.section-wrapper--podcast-players .item-editor h2:first-child{margin-top:0}.static-page .item-editor ul,.static-page .item-editor ol{margin-left:1.25rem;margin-bottom:1rem}.static-page .item-editor ul{list-style-type:disc}.static-page .item-editor ol{list-style-type:decimal}.static-page .item-editor li{line-height:1.6;margin-bottom:.25rem}.static-page .item-editor a{color:var(--brand-blue);text-decoration:underline}.static-page .item-editor a:hover{text-decoration:none}.card-login{width:500px;max-width:100%;margin:0 auto;background:#fff;padding:2.5rem;border:1px solid var(--brand-border)}.card-login .card-header{text-align:center;margin-bottom:1.75rem}.card-login .item-form{display:flex;flex-direction:column;gap:1.5rem}.card-login .item-links{text-align:center;margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #e5e7eb}.card-login .item-links p:not(:last-child){margin-bottom:.75rem}.card-login .item-links a:not(.btn){color:var(--brand-blue)}.form-text{color:#6b7280;font-size:.875rem;display:block}.password-info{background:var(--brand-light);border:1px solid var(--brand-border);padding:1.25rem}.password-info ul{margin:0;padding-left:1rem;font-size:.875rem;line-height:1.5}.edit-profile .item-form{display:flex;flex-wrap:wrap;gap:1.875rem}.edit-profile .item-form>.form-field{flex:0 0 auto}.edit-profile .item-fields{flex:1 0 0;display:flex;flex-wrap:wrap;gap:1.5rem}.edit-profile .item-fields>*{width:100%}.edit-avatar{display:flex;flex-wrap:wrap;flex-direction:column;gap:1rem}.edit-avatar .item-image{width:200px;height:200px;border-radius:5px;-o-object-fit:cover;object-fit:cover;flex:0 0 auto}.edit-avatar .item-image img{width:100%;height:100%;border-radius:5px;-o-object-fit:cover;object-fit:cover}.profile-card .item-image-placeholder,.edit-avatar .item-image-placeholder{width:200px;height:200px;border-radius:5px;background-color:#e0e0e0;flex-shrink:0;font-size:3rem;font-weight:700;display:flex;align-items:center;justify-content:center}.edit-avatar .item-upload .upload-btn{width:200px;position:relative;cursor:pointer}.edit-avatar .item-upload .upload-btn input[type=file]{position:absolute;left:0;top:0;opacity:0;cursor:pointer}.favorites-grid,.saved-grid{display:grid;grid-template-columns:1fr;gap:30px}.profile-overview{display:flex;flex-wrap:wrap;justify-content:space-between;gap:1.875rem}.profile-card .item-title{font-size:1.75rem;line-height:2.125rem}.profile-card .item-email{margin-top:.5rem}.profile-info{display:flex;flex-direction:column;gap:.625rem;width:100%}.profile-info .item-card{padding:1.25rem;background-color:var(--brand-light-gray);display:flex;flex-direction:column;gap:1.25rem;font-size:1rem;line-height:1.5rem}.profile-info .item-card .item-title{font-size:1.25rem;font-weight:700}.profile-info .item-card .item-links{display:flex;flex-direction:column;gap:1rem}.profile-info .item-card a{text-decoration:underline}.footer{width:100%;background-color:var(--brand-dark);border-top:1px solid var(--brand-border-dark)}.footer-content{padding:2.5rem 1rem;display:flex;flex-direction:column;gap:2.5rem}.footer-left{display:flex;flex-direction:column;gap:1rem;padding:.625rem 0}.footer-logo{width:149px;height:38px}.footer-text{color:#fff;font-size:.875rem;line-height:1.125rem}.footer-social{display:flex;align-items:center;gap:.875rem}.footer-social-icon{width:23px;height:23px}.footer-spotify-icon{width:19px;height:19px}.footer-ecfa-logo{width:120px;height:120px;border-radius:50%}.footer-right{flex:1;display:flex;flex-direction:column;gap:60px}.footer-grid{display:grid;grid-template-columns:1fr;gap:1.25rem}.footer-column{display:flex;flex-direction:column;gap:.625rem;padding:.625rem}.footer-column-title{color:#fff;font-weight:500;font-size:1rem;line-height:1.125rem;margin-bottom:.25rem}.footer-link{color:#fff!important;font-size:.875rem;line-height:1.125rem;transition:color .2s}.footer-link:hover{color:#fffc}@media(max-width:1199.98px){.header{position:fixed;top:0;left:0;z-index:11}.main-content{padding:74px 0 1.25rem}.main-header{border-top:1px solid #E1E6FA;border-bottom:1px solid #E1E6FA}.header-content{padding:0}.top-bar{height:.625rem;background:var(--brand-light)}.mobile-menu-btn,.nav-search-btn{width:4rem;height:3.875rem;padding:.5rem;display:flex;align-items:center;justify-content:center;border-left:1px solid #E1E6FA;border-right:1px solid #E1E6FA}.header.sb-active .nav-search-btn{opacity:0}.logo-link{margin:0 auto}.logo-img{height:28px}.navbar{position:fixed;left:-325px;top:74px;width:325px;height:calc(100vh - 74px);padding:0;background-color:var(--brand-light);z-index:9;display:block;margin-left:0;overflow-y:auto;transition:all .4s ease}.header.sb-active .navbar{left:0}.navbar-overlay{display:block;opacity:0;visibility:hidden;position:fixed;top:0;left:0;bottom:0;right:0;background-color:#00000080;z-index:8;transition:all .4s ease}.header.sb-active .navbar-overlay{left:325px;opacity:1;visibility:visible}.nav-list{flex-direction:column;flex-wrap:nowrap;width:100%;align-items:flex-start;border-right:none;padding-top:10px}.nav-list li{width:100%;border-left:none}.sub-nav-list{display:none;flex-direction:column;background-color:var(--brand-dark)}.nav-list li.subnav-open>.sub-nav-list{display:flex}.header .sub-nav[data-subnav]{display:none!important;visibility:hidden;pointer-events:none;height:0;overflow:hidden;padding:0;border:0}.sub-nav-list a,.sub-nav-list .sub-nav-link.sub-nav-link--button{padding:1.125rem 1.25rem}.nav-link{padding:1rem 1.25rem;color:var(--brand-dark)!important;font-weight:500;transition:background-color .2s}.nav-link.active{color:var(--brand-red)}.navbar .header-actions{display:flex;flex-direction:column;align-items:flex-start;width:100%;padding:.625rem 1.25rem}.navbar .header-actions .btn{width:143px;padding:.625rem 1.25rem}.header-mobile-auth{width:100%;padding:.75rem 1.25rem;border-top:1px solid var(--brand-border);margin-top:.5rem;display:flex;flex-direction:column;gap:.25rem}.header-mobile-auth .nav-link,.header-mobile-auth-link{padding:.5rem 0;color:inherit;text-decoration:none;font-weight:500;background:none;border:none;cursor:pointer;font-family:inherit;font-size:inherit;text-align:left;width:100%}.header-mobile-auth .nav-link:hover,.header-mobile-auth-link:hover{color:var(--brand-red)!important}.header-mobile-auth-form{margin:0;padding:0}.header-mobile-auth-btn{padding:.5rem 0!important}.mobile-logout-form{display:inline!important;width:100%;margin-top:.5rem}.mobile-logout-form .btn{width:100%}.mobile-actions{display:flex;flex-direction:column;gap:.5rem;padding:1rem;border-top:1px solid var(--brand-border);margin-top:.5rem}.calendar-day-number,.calendar-day-event{font-size:.875rem}}@media(max-width:991px){.section-actions .item-links{display:none}.calendar-hscroll{width:100%;overflow-x:auto;overflow-y:hidden}.calendar-hscroll .calendar-grid-wrapper{width:960px}.calendar-section-right{width:100%;justify-content:space-between}}@media(max-width:767px){.main-content{padding:74px 0 0}.hero-layout{gap:1.25rem}.hero-card,.show-hero-card{background:none!important;padding:0;height:auto}.hero-card:before,.show-hero-card:before{display:none}.hero-mobile-bg{min-height:263px;padding:1.25rem;border-radius:5px;background-size:cover;background-position:center;background-repeat:no-repeat}.hero-mobile-bg--stage.hero-mobile-bg--video-layer{padding:0;margin-left:0;margin-right:0;width:100%;max-height:min(56.25vw,85vh);border-radius:5px}.hero-section .hero-mobile-bg--stage.hero-mobile-bg--video-layer:has(.hero-live-iframe),.hero-section .hero-mobile-bg--stage.hero-mobile-bg--video-layer:has([data-churchcasting-mount]){aspect-ratio:auto;max-height:none;height:auto;min-height:min(calc(56.25vw * 1.12),92vh);overflow:visible}.hero-section .hero-card--live-embed-stack{margin-left:-1rem;width:100vw;max-width:100vw}.hero-section .hero-card--live-embed-stack .hero-mobile-bg--stage.hero-mobile-bg--video-layer{width:100%;max-width:100%;max-height:none;height:102.375vw;border-radius:0}.hero-section .hero-card--live-embed-stack .hero-mobile-bg--stage.hero-mobile-bg--video-layer:has(.hero-live-iframe),.hero-section .hero-card--live-embed-stack .hero-mobile-bg--stage.hero-mobile-bg--video-layer:has([data-churchcasting-mount]){height:102.375vw;min-height:0}.hero-section .hero-card--archive-replay .hero-archive-media{height:102.375vw}.hero-section .hero-live-audio-bar{margin-left:-1rem;width:100vw;max-width:100vw;border-radius:0}.hero-mobile-bg--stage:before{display:none!important}.hero-mobile-bg--stage:not(.hero-mobile-bg--video-layer){min-height:min(92vw,420px)}.hero-countdown{position:absolute;left:50%;right:auto;top:50%;bottom:auto;transform:translate(-50%,-50%);z-index:2;display:flex;flex-direction:column;align-items:center;text-align:center;box-sizing:border-box;width:calc(100% - 1.5rem);max-width:22.5rem;margin:0 auto;padding:.75rem .75rem .875rem;gap:.3125rem;border-radius:6px;background-color:#fffffff7;box-shadow:0 6px 24px #20212438}.hero-countdown__kicker{margin:0;font-size:.5625rem;text-transform:uppercase;letter-spacing:.12em;font-weight:700;color:var(--brand-red)}.hero-countdown__title{margin:0;font-size:.9375rem;font-weight:700;line-height:1.3;color:#202124;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;max-width:100%}.hero-countdown__when{margin:0;font-size:.75rem;line-height:1.35;color:#5f6368;max-width:100%}.hero-countdown__timer{display:grid;grid-template-columns:1fr 1fr;gap:.5rem .75rem;margin-top:.4375rem;width:100%;justify-items:center;align-items:end}.hero-countdown__sep{display:none}.hero-countdown__unit{display:flex;flex-direction:column;align-items:center;min-width:0;width:100%;max-width:10rem}.hero-countdown__num{font-variant-numeric:tabular-nums;font-weight:700;font-size:1.375rem;line-height:1.1;color:var(--brand-red)}.hero-countdown__unitlabel{margin-top:.1875rem;font-size:.5rem;text-transform:uppercase;letter-spacing:.055em;font-weight:600;color:#3c4043;text-align:center;line-height:1.2}.hero-overlay-bottom-layout{flex-direction:column;align-items:stretch}.hero-overlay-copy{max-width:100%}.hero-overlay-buttons{width:100%;align-items:flex-end}.hero-mobile-bg:before{content:"";position:absolute;left:0;top:0;width:100%;height:100%;background:linear-gradient(180deg,#20212400,#202124);border-radius:5px}.hero-card-top .btn-share,.show-hero-top .btn-share{display:none}.hero-description-section{gap:0}.hero-description{color:#676a79}.hero-actions{justify-content:center;padding:.625rem 0}.hero-actions .btn-size-2,.card-1 .item-actions .btn-size-2{width:calc(50% - 5px)}.hero-actions .btn-size-3,.card-1 .item-actions .btn-size-3{width:calc(33.33333% - 7px);gap:0;padding:.375rem .75rem}.show-hero-actions .item-btns .btn,.shows-card .item-btns .btn,.card-1 .item-actions .btn-small.btn-size-3{padding:.375rem .75rem}.hero-actions .btn-size-full,.card-1 .item-actions .btn-size-full{width:100%;flex:0 0 auto}.hero-actions .btn-outline-white,.show-hero-actions .btn-outline-white,.materials-slider .slide-content .item-actions .item-btns .btn-outline-white{border-color:var(--brand-dark);color:var(--brand-dark);background:transparent}.hero-actions .btn-outline-white:hover,.show-hero-actions .btn-outline-white:hover,.materials-slider .slide-content .item-actions .item-btns .btn-outline-white:hover{background-color:#e426260d;border-color:#e426260d}.guest-row>.guest-card{width:50%}.section{padding:calc(1rem - 1px) 0}.section-wrapper{gap:0}.section-title{font-size:1.5rem;line-height:2rem}.hero-title-box span{font-size:1.25rem}.show-card .item-title{font-size:1.25rem;line-height:1.5rem;min-height:1rem}.show-hero-card{margin-bottom:0}.show-hero-card--live-embed .show-hero-media-wrap{margin-left:-1rem;width:100vw;max-width:100vw;height:102.375vw;min-height:0;aspect-ratio:auto;border-radius:0}.show-hero-card--live-embed .show-hero-media-wrap:has(+.hero-live-audio-bar){border-radius:0}.show-hero-card--live-embed .hero-live-audio-bar{margin-left:-1rem;width:100vw;max-width:100vw;border-radius:0}.show-hero-date-chip{font-size:1.25rem;margin-top:1rem;position:relative}.show-hero-content{flex-direction:column;align-items:inherit;gap:.625rem}.show-description-text,.show-editor-text{display:none}.show-hero-content .show-description-text,.show-hero-content .show-editor-text{display:block}.banner-title{font-size:3rem}.banner-subtitle{font-size:2rem}.slick-arrow{background-size:20px 56px}.slick-prev{left:0}.slick-next{right:0}.slide-content{padding:0 2rem}.featured-section .slide-content.featured-slide-content{padding:1.5rem;gap:1rem}.featured-section .featured-slide-text{max-height:calc(100% - 6rem)}.featured-section .featured-slide-title{-webkit-line-clamp:2}.featured-section .featured-slide-meta,.featured-section .featured-slide-excerpt{-webkit-line-clamp:1}.slide-content .item-title{font-size:2.5rem}.featured-section .slide-content .item-title.featured-slide-title{font-size:clamp(1.65rem,6.5vw,2.35rem);-webkit-line-clamp:2}.slide-content .item-subtitle{font-size:1.75rem}.slide-content .item-source{font-size:1.125rem}.featured-section .slide-content .featured-slide-meta{font-size:1rem}.slide-content .item-actions .btn{padding:calc(.5rem + 1px) 1rem}.materials-slider{display:grid;grid-template-columns:repeat(2,1fr);gap:1.875rem}.materials-slider .item-slide{margin-bottom:3rem}.materials-slider .slide-content{padding:.625rem .625rem 3.625rem}.materials-slider .slide-image{height:240px}.materials-slider .slide-content .item-title{font-size:2rem}.materials-slider .slide-content .item-actions{position:absolute;left:0;bottom:-3rem;width:100%;display:flex;flex-direction:column;align-items:stretch;padding:.625rem .625rem 0}.materials-slider .slide-content .item-actions .item-btns{display:flex;justify-content:center;gap:.625rem;margin:0 -.625rem}.materials-slider .slide-content .item-actions .btn-size-3{width:calc(33.33333% - 7px);gap:0;padding:.375rem .75rem}.materials-slider .slide-content .item-actions .btn-size-full{width:100%}.card-1 .item-title{font-size:1.25rem;line-height:1.5rem}.social-btn{height:56px}.shows-card .item-images{margin-bottom:0}.shows-card .item-images .item-image,.shows-card .item-image-placeholder{width:170px}.shows-list .shows-card .item-images .item-image,.shows-list .shows-card .item-images a.item-image{max-width:170px;flex:0 0 170px;width:170px;height:170px}.shows-card .item-title{min-height:auto}.calendar-hscroll .calendar-grid-wrapper{width:730px}.calendar-weekday-header{padding:.375rem;font-size:.875rem}.calendar-day-cell{padding:.375rem;min-height:110px}.calendar-day-number,.calendar-day-event{font-size:.75rem;line-height:1rem}.view-article{gap:1.25rem}.view-article .item-image{margin-top:0}.details-page--booklet .view-article .item-image,.details-page--booklet .view-article .item-image--booklet-hero{max-height:none!important;height:auto!important;overflow:visible!important;display:block;text-align:center}.details-page--booklet .view-article .item-image img,.details-page--booklet .view-article .item-image--booklet-hero img{display:inline-block;vertical-align:top;max-height:none!important;-o-object-fit:contain!important;object-fit:contain!important;width:auto!important;max-width:100%!important;height:auto!important}.view-article .item-header{flex-direction:column;align-items:flex-start;gap:.625rem;padding-bottom:.625rem}.view-article .item-title{font-size:1.5rem;line-height:2rem}.view-article .item-date{font-size:1rem}.take-action-contact-column{gap:0}.form-label{font-size:1rem}.form-input,.form-select{padding:.625rem 1rem}.form-actions{margin-top:.625rem}.take-action-message-wrapper{padding:.625rem}.take-action-message-column{gap:0}.message-recipients{gap:.625rem}.recipient-icon{width:32px;height:38px}.recipient-text{font-size:1rem}.message-content{padding:1rem;gap:.625rem}.message-text{font-size:1rem;gap:.625rem}.message-body{padding:1.25rem}.pagination-content{padding-bottom:0}.items-form .form-actions{margin-top:1.25rem}.contact-info .item-card{font-size:1rem;line-height:1.375rem}.tta-row{gap:1rem}.accordion .accordion-item .accordion-button{gap:.5rem;padding:.75rem;font-size:1rem}.accordion .accordion-body{padding:1rem;font-size:1rem}.program-logs-page .accordion .accordion-body.program-logs-accordion-body{padding:0}.program-logs-month-list{padding:.25rem .75rem .75rem}.program-logs-month-row{flex-direction:column;align-items:flex-start}.program-logs-month-link,.program-logs-month-empty{text-align:left;width:100%}.accordion .accordion-body p:not(:last-child){margin-bottom:1rem}.bot-content,.faqs-content .item-card,.volunteers-info .item-card,.stations-list{padding:.625rem;gap:.75rem;overflow:hidden}.bot-table th,.bot-table td,.stations-table th,.stations-table td{padding:.75rem;font-size:1rem}.form-check{min-height:1.5rem}.form-check-input{min-width:1.5rem;height:1.5rem}.stations-list .item-header h3{font-size:1.5rem}.donate-content .donate-block .item-title{font-size:1.625rem;line-height:2rem}.edit-profile .item-form,.edit-profile .item-fields{gap:1rem}.search-page .container{gap:1.5rem}.search-hero-card{padding:1.5rem 1.25rem 1.25rem}.search-feed-block .search-feed-caption{text-align:left;width:100%}.footer-content{padding:1.5rem 1rem;gap:1.5rem}.footer-right{gap:1.25rem}.footer-grid{grid-template-columns:repeat(2,1fr);gap:1.75rem}.footer-column{padding:0}.edit-profile .item-form{flex-direction:column;align-items:center}.edit-profile .item-form>.form-field{width:100%;display:flex;justify-content:center}.edit-profile .item-form>.form-field .edit-avatar{align-items:center}.edit-avatar .item-image,.edit-avatar .item-upload .upload-btn{margin-left:auto;margin-right:auto}}@media(max-width:575px){.hero-mobile-bg--stage:not(.hero-mobile-bg--video-layer){min-height:min(95vw,400px)}.hero-countdown{width:calc(100% - 1.125rem);max-width:none;padding:.625rem .625rem .75rem;gap:.25rem}.hero-countdown__title{font-size:.875rem;-webkit-line-clamp:4}.hero-countdown__when{font-size:.6875rem}.hero-countdown__timer{gap:.4375rem .5rem}.hero-countdown__num{font-size:1.1875rem}.hero-countdown__unitlabel{font-size:.46875rem}.show-hero-actions .btn-size-2,.shows-card .btn-size-2{width:calc(50% - 5px)}.show-hero-actions .btn-size-3,.shows-card .btn-size-3{width:calc(33.33333% - 7px);gap:0;padding:calc(.5rem + 1px) .75rem}.show-hero-actions .btn-size-full,.shows-card .btn-size-full{width:100%;flex:0 0 auto}.shows-card .item-btns,.show-hero-actions .item-btns,.card-1 .item-actions .item-btns{width:100%;display:flex}.card-1 .item-actions{padding-top:.75rem}.banner-250{height:auto;min-height:270px}.slide-image{height:500px}.materials-slider{grid-template-columns:1fr;margin-bottom:0;display:flex;flex-direction:column}.section-header{gap:.625rem}.section-actions.wrap-sm,.calendar-section-filters{width:100%;justify-content:space-between}.stations-table-wrap{overflow-x:auto}.card-login{padding:1.5rem}}@media(min-width:576px){.viewpoints-grid,.take-action-grid,.financial-grid,.favorites-grid,.saved-grid,.search-grid{grid-template-columns:repeat(2,1fr)}.card-2{flex-direction:row}.form-field-row .col-2{width:50%}.accordion .accordion-body{padding:1.25rem 3.375rem}.footer-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:768px){.container{max-width:1180px;padding-right:2rem;padding-left:2rem}.hero-mobile-bg{background:none!important}.hero-actions .btn-share,.show-hero-actions .btn-share,.show-hero-content .show-description-text,.show-hero-content .show-editor-text{display:none}.shows-grid{grid-template-columns:repeat(2,1fr)}.slick-prev{left:40px}.slick-next{right:40px}.slide-content{padding:0 5rem}.social-grid{grid-template-columns:repeat(3,1fr)}.shows-list .shows-card{flex-direction:row}.materials-slider .slide-content .item-title{font-size:4rem}.message-recipients{flex-direction:row}.message-recipient{padding:2.5rem}.donate-content{flex-direction:row;gap:30px}.donate-content .items-truthteam,.donate-content .items-tt-form,.donate-content .donate-block{width:50%}.donate-content.donate-content--single-column{flex-direction:column}.donate-content.donate-content--single-column .items-truthteam{width:100%}.footer-grid{grid-template-columns:repeat(4,1fr)}}@media(min-width:992px){.hero-layout{flex-direction:row}.hero-main{width:calc(60% - 30px)}.hero-sidebar{width:40%}.hero-section .hero-mobile-bg--stage.hero-mobile-bg--video-layer:has(.hero-live-iframe),.hero-section .hero-mobile-bg--stage.hero-mobile-bg--video-layer:has([data-churchcasting-mount]){aspect-ratio:16 / 9;min-height:0;max-height:none;overflow:hidden}.hero-section .hero-mobile-bg--video-layer:has([data-churchcasting-mount]) .hero-media.hero-media--fill,.hero-section .hero-mobile-bg--video-layer:has(.hero-live-iframe) .hero-media.hero-media--fill{position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;width:100%;height:100%!important;min-height:0}.hero-section .hero-mobile-bg--video-layer .hero-media.hero-media--fill .hero-live-iframe{min-height:0;height:100%}.show-hero-card--live-embed .show-hero-media-wrap{aspect-ratio:16 / 9;height:auto;min-height:0}.shows-grid,.viewpoints-grid{grid-template-columns:repeat(3,1fr)}.take-action-grid{grid-template-columns:repeat(4,1fr)}.financial-grid,.favorites-grid,.saved-grid,.search-grid{grid-template-columns:repeat(3,1fr)}.grid-col-2{grid-template-columns:repeat(2,1fr);gap:1.875rem}.social-grid{grid-template-columns:repeat(5,1fr)}.take-action-two-column{flex-direction:row}.take-action-contact-column{width:411px;flex-shrink:0}.profile-card{flex:0 0 auto;width:63%}.profile-info{flex:0 0 auto;width:33%}.edit-profile .item-fields>.col-2{width:calc(50% - .75rem)}.footer-content{flex-direction:row;align-items:flex-start}.footer-left{gap:2.5rem}}@media(min-width:1200px){.container{max-width:1180px;padding-right:1rem;padding-left:1rem}.mobile-menu-btn{display:none}.navbar{display:flex;justify-content:space-between;flex:1}.nav-search-btn,.nav-link{padding:1.25rem .75rem;font-size:.875rem;line-height:calc(1.375rem - 1px)}.nav-search-btn{margin-left:.5rem}.header-actions{display:flex}.header-content .btn{padding:.75rem .625rem;font-size:.875rem}.mobile-logout-form{display:none!important}.hero-main{width:calc(62% - 30px)}.hero-description-section{flex-direction:row;justify-content:space-between;align-items:center}.hero-description{flex:1 0 0}.hero-actions{flex:0 0 auto;width:460px}.hero-sidebar{width:38%}.slick-prev{left:60px}.slick-next{right:60px}.slide-content{padding:0 7rem}.shows-card .item-images{gap:1.875rem}}@media(min-width:1400px){.container{max-width:1380px}.nav-search-btn,.nav-link{padding:1.25rem 1rem;font-size:1rem;line-height:calc(1.5rem - 1px)}.nav-search-btn{margin-left:1rem}.header-content .btn{padding:1rem;font-size:1rem}.shows-card .item-images .item-image,.shows-card .item-image-placeholder{width:170px;height:170px}.shows-list .shows-card .item-images .item-image,.shows-list .shows-card .item-images a.item-image{max-width:170px;flex:0 0 170px;width:170px;height:170px}.profile-card{width:50%}}@media(min-width:1600px){.container{max-width:1552px}.nav-search-btn{margin-left:1.25rem}.header-content .btn{padding:1rem 1.25rem}.shows-card .item-images .item-image,.shows-card .item-image-placeholder{width:200px;height:200px}.shows-list .shows-card .item-images .item-image,.shows-list .shows-card .item-images a.item-image{max-width:200px;flex:0 0 200px;width:200px;height:200px}.footer-content{gap:140px}}@page{size:A4;margin:0}@media print{body{background:#fff!important;margin:0!important}.header,.footer,.top-bar,.nav-search-panel,.nav-search-overlay,.banner-250,.hero-layout,.hero-sidebar,.hero-actions,.take-action-section,.viewpoints-section,.stations-section,.social-grid,.social-media-section,.item-btns,.item-actions,.btn,.back-button{display:none!important}.main-content,.details-page,.section,.container,.view-article,.item-content{max-width:100%!important;width:100%!important;margin:0!important;padding:5%!important;box-shadow:none!important;background:#fff!important;display:block!important;text-align:left!important}img{max-width:100%!important;height:auto!important}.details-page--booklet .view-article .item-image,.details-page--booklet .view-article .item-image--booklet-hero{max-height:none!important;overflow:visible!important;height:auto!important;display:block;text-align:center}.details-page--booklet .view-article .item-image img,.details-page--booklet .view-article .item-image--booklet-hero img{display:inline-block;vertical-align:top;max-width:100%!important;max-height:none!important;-o-object-fit:contain!important;object-fit:contain!important;width:auto!important;height:auto!important}}.hero-video-scrim{opacity:0}.audio-player-modal{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background-color:#0009;z-index:1000;align-items:center;justify-content:center}.audio-player-modal.active{display:flex}.audio-player-modal-content{position:relative;background-color:#fff;border-radius:.5rem;padding:2rem;max-width:500px;width:90%;box-shadow:0 10px 40px #0003}.audio-player-close{position:absolute;top:1rem;right:1rem;width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:none;border:none;cursor:pointer;padding:0;transition:opacity .2s}.audio-player-close:hover{opacity:.7}.audio-player-close img{width:24px;height:24px}.audio-player-body{padding-top:1rem}.audio-player-title{font-size:1.25rem;font-weight:600;color:var(--brand-dark);margin-bottom:1rem;word-break:break-word}#audioPlayerElement{width:100%;margin-top:1rem;cursor:pointer}
