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