@charset "UTF-8";
/*!
Theme Name: Newspack KHOL
Theme URI: https://891khol.org
Author: TMBR
Author URI: https://wearetmbr.com
Description: KHOL 89.1 FM child theme for the Newspack theme. Presentation only; site functionality lives in the khol-functionality plugin.
Requires at least: 6.9
Tested up to: 7.0
Requires PHP: 8.2
Template: newspack-theme
Version: 0.2.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: newspack-khol
Tags: newspack, child-theme

GENERATED FILE — DO NOT EDIT style.css DIRECTLY.
Edit sass/ and run `npm run build` (or `npm run watch`).
Any hand edits here are overwritten by the next build.
*/
/*
 * KHOL variable overrides (official-pattern partial).
 *
 * In Automattic's child themes this file overrides parent SCSS variables
 * before the parent base is compiled in (build approach B). Only Sass-time
 * values belong here (spacing, breakpoints, structural sizes). Brand COLORS do
 * not: those are Customizer settings surfaced as CSS custom properties
 * (--newspack-theme-color-*) at runtime.
 */
.cat-links {
  display: block;
  margin-bottom: 0.5rem;
}
.cat-links a,
.cat-links a:visited {
  background-color: transparent;
  color: var(--newspack-theme-color-primary-against-white);
  font-family: var(--newspack-theme-font-heading);
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.2;
  margin: 0 0.75em 0 0;
  padding: 0;
  text-transform: uppercase;
}
.cat-links a:hover, .cat-links a:focus,
.cat-links a:visited:hover,
.cat-links a:visited:focus {
  background-color: transparent;
  color: var(--newspack-theme-color-secondary-variation);
  text-decoration: underline;
}

.wpnbha .cat-links a,
.wpnbha .cat-links a:visited {
  color: var(--newspack-theme-color-primary-against-white);
}
.wpnbha .cat-links a:hover, .wpnbha .cat-links a:focus,
.wpnbha .cat-links a:visited:hover,
.wpnbha .cat-links a:visited:focus {
  color: var(--newspack-theme-color-secondary-variation);
}

.featured-image-behind .entry-header .cat-links a,
.wp-block-cover article .cat-links a {
  color: var(--newspack-theme-color-against-primary);
}

.tertiary-menu.nav3 ul.menu {
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
  gap: 0.4rem;
  justify-content: flex-end;
}
.tertiary-menu.nav3 li {
  margin: 0;
}
.tertiary-menu.nav3 a {
  border: 2px solid transparent;
  border-radius: 3px;
  display: inline-block;
  font-family: var(--newspack-theme-font-heading);
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 0.15s ease, color 0.15s ease, border-color 0.15s ease;
  white-space: nowrap;
  padding: 0.6em 0.85em;
}
.tertiary-menu.nav3 li:first-child a {
  border-color: var(--newspack-theme-color-primary);
  color: var(--newspack-theme-color-primary-against-white);
}
.tertiary-menu.nav3 li:first-child a:hover, .tertiary-menu.nav3 li:first-child a:focus {
  background-color: var(--newspack-theme-color-primary);
  color: var(--newspack-theme-color-against-primary);
}
.tertiary-menu.nav3 li:nth-child(2) a {
  background-color: var(--newspack-theme-color-primary);
  border-color: var(--newspack-theme-color-primary);
  color: var(--newspack-theme-color-against-primary);
}
.tertiary-menu.nav3 li:nth-child(2) a::before {
  background-color: #ff4d4d;
  content: "";
  display: inline-block;
  height: 1em;
  margin-right: 0.45em;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M12 21.35l-1.45-1.32C5.4 15.36 2 12.28 2 8.5 2 5.42 4.42 3 7.5 3c1.74 0 3.41.81 4.5 2.09C13.09 3.81 14.76 3 16.5 3 19.58 3 22 5.42 22 8.5c0 3.78-3.4 6.86-8.55 11.54L12 21.35z'/%3E%3C/svg%3E") no-repeat center/contain;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M12 21.35l-1.45-1.32C5.4 15.36 2 12.28 2 8.5 2 5.42 4.42 3 7.5 3c1.74 0 3.41.81 4.5 2.09C13.09 3.81 14.76 3 16.5 3 19.58 3 22 5.42 22 8.5c0 3.78-3.4 6.86-8.55 11.54L12 21.35z'/%3E%3C/svg%3E") no-repeat center/contain;
  vertical-align: -0.12em;
  width: 1em;
}
.tertiary-menu.nav3 li:nth-child(2) a:hover, .tertiary-menu.nav3 li:nth-child(2) a:focus {
  background-color: var(--newspack-theme-color-primary-variation);
  border-color: var(--newspack-theme-color-primary-variation);
}
.tertiary-menu.nav3 .newspack-reader__account-link {
  color: var(--newspack-theme-color-secondary-against-white);
  padding-left: 0.5em;
  padding-right: 0.5em;
}
.tertiary-menu.nav3 .newspack-reader__account-link:hover, .tertiary-menu.nav3 .newspack-reader__account-link:focus {
  color: var(--newspack-theme-color-primary-against-white);
}

.highlight-menu-contain.desktop-only {
  background-color: var(--wp--preset--color--light-gray);
  margin-top: 0;
  border-bottom: 1px solid #ccc;
}
.highlight-menu-contain.desktop-only .wrapper {
  align-items: stretch;
  height: auto;
  overflow: visible;
}
.highlight-menu-contain.desktop-only .highlight-menu,
.highlight-menu-contain.desktop-only .highlight-menu ul.menu {
  width: 100%;
}
.highlight-menu-contain.desktop-only .highlight-menu ul.menu {
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  gap: 0 1.75rem;
  justify-content: center;
}
.highlight-menu-contain.desktop-only li {
  align-items: stretch;
  display: flex;
  height: auto;
  margin: 0;
}
.highlight-menu-contain.desktop-only .menu-label,
.highlight-menu-contain.desktop-only a {
  font-family: var(--newspack-theme-font-heading);
  font-size: 0.65rem;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
}
.highlight-menu-contain.desktop-only li:has(.menu-label) {
  display: none;
}
.highlight-menu-contain.desktop-only .menu-label {
  display: none;
}
.highlight-menu-contain.desktop-only a {
  align-items: center;
  border-bottom: 2px solid transparent;
  color: var(--newspack-theme-color-primary-against-white);
  display: flex;
  font-weight: 500;
  padding: 0.86rem 0 calc(0.86rem - 2px);
  text-decoration: none;
}
.highlight-menu-contain.desktop-only a:hover, .highlight-menu-contain.desktop-only a:focus {
  border-bottom-color: var(--newspack-theme-color-primary);
  color: var(--newspack-theme-color-primary-against-white);
}

@media only screen and (min-width: 1024px) {
  .h-sh .subpage-toggle-contain,
.h-dh .subpage-toggle-contain,
.h-nsub .subpage-toggle-contain {
    display: flex;
  }

  .h-sh .site-header .desktop-menu-toggle,
.h-dh .site-header .desktop-menu-toggle,
.h-nsub .site-header .desktop-menu-toggle {
    display: none;
  }

  .h-cl .site-header .middle-header-contain .wrapper > .subpage-toggle-contain:last-of-type {
    display: flex;
    flex: 0 0 3.5rem;
    justify-content: flex-start;
    margin: 0;
    order: -1;
  }
  .h-cl .site-header .middle-header-contain .wrapper > .nav-wrapper:first-of-type {
    margin-left: -3.5rem;
  }
}
.subpage-toggle-contain .subpage-toggle {
  height: auto;
  width: auto;
}
.subpage-toggle-contain .subpage-toggle svg {
  height: 30px;
  width: 30px;
}

.middle-header-contain .wrapper {
  padding-bottom: 1.2rem;
  padding-top: 1.2rem;
}

.h-sh .middle-header-contain .wrapper {
  padding-bottom: 0.4rem;
  padding-top: 0.4rem;
}

@media (max-width: 781px) {
  .site-header .site-branding .custom-logo {
    max-height: 55px;
  }
}
a:focus:not(:focus-visible) {
  outline: none;
  text-decoration: inherit;
}

button:focus:not(:focus-visible),
[type=button]:focus:not(:focus-visible),
[type=reset]:focus:not(:focus-visible),
[type=submit]:focus:not(:focus-visible),
input[type=range]:focus:not(:focus-visible) {
  outline: none;
}

a:focus-visible,
button:focus-visible,
[type=button]:focus-visible,
[type=reset]:focus-visible,
[type=submit]:focus-visible,
[tabindex]:focus-visible {
  outline: 2px solid var(--khol-color-link);
  outline-offset: 3px;
  position: relative;
  z-index: 1;
}

.custom-logo-link:focus-visible,
.post-thumbnail a:focus-visible,
.wp-block-image a:focus-visible {
  outline-offset: 2px;
}
.custom-logo-link:focus:not(:focus-visible),
.post-thumbnail a:focus:not(:focus-visible),
.wp-block-image a:focus:not(:focus-visible) {
  outline: none;
}

.entry-meta,
.entry-wrapper .entry-meta,
.wpnbha .entry-meta,
.wpnbha article .entry-meta,
.wp-block-newspack-blocks-homepage-articles article .entry-meta,
.wp-block-newspack-blocks-homepage-articles article .entry-wrapper .entry-meta,
.author-bio .author-meta {
  font-size: 0.6rem !important;
}
.entry-meta .byline,
.entry-meta .posted-on,
.entry-meta .author,
.entry-meta .byline a,
.entry-meta .author a,
.entry-wrapper .entry-meta .byline,
.entry-wrapper .entry-meta .posted-on,
.entry-wrapper .entry-meta .author,
.entry-wrapper .entry-meta .byline a,
.entry-wrapper .entry-meta .author a,
.wpnbha .entry-meta .byline,
.wpnbha .entry-meta .posted-on,
.wpnbha .entry-meta .author,
.wpnbha .entry-meta .byline a,
.wpnbha .entry-meta .author a,
.wpnbha article .entry-meta .byline,
.wpnbha article .entry-meta .posted-on,
.wpnbha article .entry-meta .author,
.wpnbha article .entry-meta .byline a,
.wpnbha article .entry-meta .author a,
.wp-block-newspack-blocks-homepage-articles article .entry-meta .byline,
.wp-block-newspack-blocks-homepage-articles article .entry-meta .posted-on,
.wp-block-newspack-blocks-homepage-articles article .entry-meta .author,
.wp-block-newspack-blocks-homepage-articles article .entry-meta .byline a,
.wp-block-newspack-blocks-homepage-articles article .entry-meta .author a,
.wp-block-newspack-blocks-homepage-articles article .entry-wrapper .entry-meta .byline,
.wp-block-newspack-blocks-homepage-articles article .entry-wrapper .entry-meta .posted-on,
.wp-block-newspack-blocks-homepage-articles article .entry-wrapper .entry-meta .author,
.wp-block-newspack-blocks-homepage-articles article .entry-wrapper .entry-meta .byline a,
.wp-block-newspack-blocks-homepage-articles article .entry-wrapper .entry-meta .author a,
.author-bio .author-meta .byline,
.author-bio .author-meta .posted-on,
.author-bio .author-meta .author,
.author-bio .author-meta .byline a,
.author-bio .author-meta .author a {
  font-size: inherit;
}

.single:not(.has-large-featured-image) .entry-header {
  padding-bottom: 1rem;
}

.entry-title {
  font-weight: 700;
  letter-spacing: -0.015em;
  line-height: 1.15;
}

.entry-wrapper .entry-title,
article .entry-title {
  line-height: 1.2;
}

.single .site-breadcrumb {
  display: none;
}
.single #content {
  margin-top: 2rem;
}

.single .entry-content > p a:not(.button):not(.wp-block-button__link),
.single .entry-content > ul a:not(.button):not(.wp-block-button__link),
.single .entry-content > ol a:not(.button):not(.wp-block-button__link),
.single .entry-content > blockquote a:not(.button):not(.wp-block-button__link),
.single .entry-content > h2 a:not(.button):not(.wp-block-button__link),
.single .entry-content > h3 a:not(.button):not(.wp-block-button__link),
.single .entry-content > h4 a:not(.button):not(.wp-block-button__link),
.single .entry-content > figure figcaption a:not(.button):not(.wp-block-button__link),
.single .entry-content .wp-block-group p a:not(.button):not(.wp-block-button__link),
.single .entry-content .wp-block-column p a:not(.button):not(.wp-block-button__link) {
  color: var(--khol-color-link);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.15em;
  transition: color 0.15s ease, background-color 0.15s ease;
}
.single .entry-content > p a:not(.button):not(.wp-block-button__link):visited,
.single .entry-content > ul a:not(.button):not(.wp-block-button__link):visited,
.single .entry-content > ol a:not(.button):not(.wp-block-button__link):visited,
.single .entry-content > blockquote a:not(.button):not(.wp-block-button__link):visited,
.single .entry-content > h2 a:not(.button):not(.wp-block-button__link):visited,
.single .entry-content > h3 a:not(.button):not(.wp-block-button__link):visited,
.single .entry-content > h4 a:not(.button):not(.wp-block-button__link):visited,
.single .entry-content > figure figcaption a:not(.button):not(.wp-block-button__link):visited,
.single .entry-content .wp-block-group p a:not(.button):not(.wp-block-button__link):visited,
.single .entry-content .wp-block-column p a:not(.button):not(.wp-block-button__link):visited {
  color: var(--newspack-theme-color-primary-variation-against-white);
}
.single .entry-content > p a:not(.button):not(.wp-block-button__link):hover, .single .entry-content > p a:not(.button):not(.wp-block-button__link):focus,
.single .entry-content > ul a:not(.button):not(.wp-block-button__link):hover,
.single .entry-content > ul a:not(.button):not(.wp-block-button__link):focus,
.single .entry-content > ol a:not(.button):not(.wp-block-button__link):hover,
.single .entry-content > ol a:not(.button):not(.wp-block-button__link):focus,
.single .entry-content > blockquote a:not(.button):not(.wp-block-button__link):hover,
.single .entry-content > blockquote a:not(.button):not(.wp-block-button__link):focus,
.single .entry-content > h2 a:not(.button):not(.wp-block-button__link):hover,
.single .entry-content > h2 a:not(.button):not(.wp-block-button__link):focus,
.single .entry-content > h3 a:not(.button):not(.wp-block-button__link):hover,
.single .entry-content > h3 a:not(.button):not(.wp-block-button__link):focus,
.single .entry-content > h4 a:not(.button):not(.wp-block-button__link):hover,
.single .entry-content > h4 a:not(.button):not(.wp-block-button__link):focus,
.single .entry-content > figure figcaption a:not(.button):not(.wp-block-button__link):hover,
.single .entry-content > figure figcaption a:not(.button):not(.wp-block-button__link):focus,
.single .entry-content .wp-block-group p a:not(.button):not(.wp-block-button__link):hover,
.single .entry-content .wp-block-group p a:not(.button):not(.wp-block-button__link):focus,
.single .entry-content .wp-block-column p a:not(.button):not(.wp-block-button__link):hover,
.single .entry-content .wp-block-column p a:not(.button):not(.wp-block-button__link):focus {
  color: var(--newspack-theme-color-against-primary);
  background-color: var(--khol-color-link);
  text-decoration-thickness: 2px;
}
.single .entry-content > p a:not(.button):not(.wp-block-button__link):focus-visible,
.single .entry-content > ul a:not(.button):not(.wp-block-button__link):focus-visible,
.single .entry-content > ol a:not(.button):not(.wp-block-button__link):focus-visible,
.single .entry-content > blockquote a:not(.button):not(.wp-block-button__link):focus-visible,
.single .entry-content > h2 a:not(.button):not(.wp-block-button__link):focus-visible,
.single .entry-content > h3 a:not(.button):not(.wp-block-button__link):focus-visible,
.single .entry-content > h4 a:not(.button):not(.wp-block-button__link):focus-visible,
.single .entry-content > figure figcaption a:not(.button):not(.wp-block-button__link):focus-visible,
.single .entry-content .wp-block-group p a:not(.button):not(.wp-block-button__link):focus-visible,
.single .entry-content .wp-block-column p a:not(.button):not(.wp-block-button__link):focus-visible {
  outline: 2px solid var(--khol-color-link);
  outline-offset: 2px;
}
.single .entry-content > p a:has(> img),
.single .entry-content > ul a:has(> img),
.single .entry-content > ol a:has(> img),
.single .entry-content > blockquote a:has(> img),
.single .entry-content > h2 a:has(> img),
.single .entry-content > h3 a:has(> img),
.single .entry-content > h4 a:has(> img),
.single .entry-content > figure figcaption a:has(> img),
.single .entry-content .wp-block-group p a:has(> img),
.single .entry-content .wp-block-column p a:has(> img) {
  background-color: transparent;
  text-decoration: none;
}

.archive .site-breadcrumb,
.page .site-breadcrumb,
.search .site-breadcrumb {
  display: none;
}
.archive #content,
.page #content,
.search #content {
  margin-top: 2rem;
}
.archive.archive-one-column .page-header,
.archive .page-header,
.page.archive-one-column .page-header,
.page .page-header,
.search.archive-one-column .page-header,
.search .page-header {
  margin-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 720px;
  text-align: center;
}
.archive .page-title,
.archive .page-title .page-description,
.archive .page-description,
.page .page-title,
.page .page-title .page-description,
.page .page-description,
.search .page-title,
.search .page-title .page-description,
.search .page-description {
  font-size: 46px;
  letter-spacing: -0.02em;
  line-height: 1.12;
}
.archive .page-title,
.page .page-title,
.search .page-title {
  margin-bottom: 0.5rem;
}
.archive .taxonomy-description,
.page .taxonomy-description,
.search .taxonomy-description {
  color: var(--newspack-theme-color-secondary-against-white);
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 0;
  max-width: 720px;
}

body.page .entry-header > .entry-title {
  font-size: 46px;
  letter-spacing: -0.02em;
  line-height: 1.12;
}

.entry-content > p:not([class*=-font-size]),
.entry-content > ul:not([class*=-font-size]),
.entry-content > ol:not([class*=-font-size]),
.entry-content > .wp-block-group > p:not([class*=-font-size]),
.entry-content > .wp-block-group > ul:not([class*=-font-size]),
.entry-content > .wp-block-group > ol:not([class*=-font-size]),
.entry-content > .wp-block-group > .wp-block-group__inner-container > p:not([class*=-font-size]),
.entry-content > .wp-block-group > .wp-block-group__inner-container > ul:not([class*=-font-size]),
.entry-content > .wp-block-group > .wp-block-group__inner-container > ol:not([class*=-font-size]),
.entry-content .wp-block-column > p:not([class*=-font-size]),
.entry-content .wp-block-column > ul:not([class*=-font-size]),
.entry-content .wp-block-column > ol:not([class*=-font-size]) {
  font-size: 17px;
}
@media only screen and (min-width: 600px) {
  .entry-content > p:not([class*=-font-size]),
.entry-content > ul:not([class*=-font-size]),
.entry-content > ol:not([class*=-font-size]),
.entry-content > .wp-block-group > p:not([class*=-font-size]),
.entry-content > .wp-block-group > ul:not([class*=-font-size]),
.entry-content > .wp-block-group > ol:not([class*=-font-size]),
.entry-content > .wp-block-group > .wp-block-group__inner-container > p:not([class*=-font-size]),
.entry-content > .wp-block-group > .wp-block-group__inner-container > ul:not([class*=-font-size]),
.entry-content > .wp-block-group > .wp-block-group__inner-container > ol:not([class*=-font-size]),
.entry-content .wp-block-column > p:not([class*=-font-size]),
.entry-content .wp-block-column > ul:not([class*=-font-size]),
.entry-content .wp-block-column > ol:not([class*=-font-size]) {
    font-size: 18px;
  }
}

.single .main-content {
  max-width: 720px;
}
.single .entry-header {
  margin-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 720px;
  padding-bottom: 0;
}
.single .cat-links {
  margin-bottom: 0.5rem;
}
.single .entry-header > .entry-title {
  font-size: 46px;
  letter-spacing: -0.02em;
  line-height: 1.12;
  margin-bottom: 0.5rem;
}
.single .newspack-post-subtitle {
  color: var(--newspack-theme-color-secondary-against-white);
  font-family: var(--newspack-theme-font-body);
  font-size: 20px;
  font-style: normal;
  line-height: 1.5;
  margin-bottom: 1.5rem;
  max-width: none;
}
.single .entry-header > .entry-title:last-of-type {
  margin-bottom: 1.5rem;
}
.single .entry-meta {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  font-size: 0.6rem;
  gap: 0 0.5rem;
  line-height: 1.4;
  margin-bottom: 0;
}
.single .entry-meta .author-avatar img {
  height: 2rem;
  width: 2rem;
}
.single .entry-meta .author-avatar,
.single .entry-meta .posted-on {
  flex: 0 0 auto;
}
.single .entry-meta .byline {
  flex: 1 1 0;
  margin: 0;
  min-width: 0;
}
.single .entry-meta .byline a {
  color: var(--newspack-theme-color-primary-against-white);
  font-weight: 700;
}
.single .entry-meta .posted-on {
  color: var(--newspack-theme-color-secondary-against-white);
  margin: 0;
}
.single .entry-meta .posted-on::before {
  content: "·";
  margin-right: 0.5rem;
}
.single.khol-byline-many .entry-meta .posted-on {
  flex-basis: 100%;
  margin-top: 2px;
}
.single.khol-byline-many .entry-meta .posted-on::before {
  content: none;
}
.single.khol-byline-crowd .entry-meta .author-avatar {
  display: none;
}
@media (max-width: 600px) {
  .single .entry-header > .entry-title {
    font-size: 34.5px;
  }
  .single .entry-meta {
    flex-wrap: wrap;
  }
  .single .entry-meta .posted-on {
    flex-basis: 100%;
  }
  .single .entry-meta .posted-on::before {
    content: none;
  }
}
.single .entry-subhead {
  gap: 1.5rem;
}
.single .entry-subhead > .sharedaddy,
.single .entry-meta .sd-block,
.single .entry-meta .sd-sharing {
  flex: 0 0 auto;
  max-width: none;
  width: auto;
}
.single .sd-content ul li a {
  white-space: nowrap;
}
.single .sd-content ul {
  display: flex;
  flex-wrap: nowrap;
  gap: 0.35rem;
}
.single .sd-content ul li {
  margin: 0 !important;
}
.single .sd-content a.share-icon {
  font-size: 0.6rem;
  padding: 0.35em 0.6em;
}
.single .post-thumbnail {
  margin-top: 2rem;
}
.single .post-thumbnail figcaption,
.single .wp-block-image figcaption {
  color: var(--newspack-theme-color-secondary-against-white);
  font-family: var(--newspack-theme-font-heading);
  font-size: 0.65rem;
  line-height: 1.4;
  margin-top: 0.5rem;
}
.single .entry-content {
  font-size: 20px;
}
.single .entry-content > p,
.single .entry-content > ul,
.single .entry-content > ol,
.single .entry-content > blockquote {
  line-height: 1.7;
}

.article-section-title {
  border-bottom: 1px solid color-mix(in srgb, var(--newspack-theme-color-primary) 12%, transparent);
  font-family: var(--newspack-theme-font-heading);
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  padding-bottom: 0.5rem;
  text-transform: uppercase;
}

.accent-header {
  color: var(--newspack-theme-color-primary-against-white);
}

.khol-listen-live {
  background-color: var(--newspack-theme-color-primary);
  border-radius: 3px;
  color: var(--newspack-theme-color-against-primary);
  display: inline-block;
  font-family: var(--newspack-theme-font-heading);
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1;
  padding: 0.65em 1.1em;
  text-decoration: none;
  text-transform: uppercase;
}
.khol-listen-live:hover, .khol-listen-live:focus {
  background-color: var(--newspack-theme-color-primary-variation);
  color: var(--newspack-theme-color-against-primary);
}

.khol-view-all {
  border-top: 1px solid color-mix(in srgb, var(--newspack-theme-color-primary) 12%, transparent);
  margin: 1.5rem 0 0;
  padding-top: 0.5rem;
  text-align: right;
}
.khol-view-all .khol-view-all__link {
  color: var(--newspack-theme-color-primary-against-white);
  display: inline-block;
  font-family: var(--newspack-theme-font-heading);
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
}
.khol-view-all .khol-view-all__link:hover, .khol-view-all .khol-view-all__link:focus {
  text-decoration: underline;
}
.khol-view-all .khol-view-all__arrow {
  display: inline-block;
  margin-left: 0.4em;
  transition: transform 0.15s ease;
}
.khol-view-all .khol-view-all__link:hover .khol-view-all__arrow {
  transform: translateX(3px);
}
@media (prefers-reduced-motion: reduce) {
  .khol-view-all .khol-view-all__arrow {
    transition: none;
  }
  .khol-view-all .khol-view-all__link:hover .khol-view-all__arrow {
    transform: none;
  }
}

.khol-player {
  background-color: var(--newspack-theme-color-primary);
  color: var(--newspack-theme-color-against-primary);
}

.khol-player__inner {
  align-items: center;
  display: flex;
  gap: 1rem;
  margin: 0 auto;
  max-width: 90%;
  min-height: 64px;
  padding: 0.5rem 0;
  width: 1200px;
}

.khol-player__play {
  align-items: center;
  background-color: var(--newspack-theme-color-secondary);
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  flex: 0 0 auto;
  height: 44px;
  justify-content: center;
  padding: 0;
  transition: transform 0.15s ease;
  width: 44px;
}
.khol-player__play:hover, .khol-player__play:focus, .khol-player__play:active {
  background-color: var(--newspack-theme-color-secondary);
  box-shadow: none;
}
.khol-player__play:hover {
  transform: scale(1.06);
}

.khol-player__play .khol-player__icon--play {
  border-left-color: var(--newspack-theme-color-against-primary);
}
.khol-player__play .khol-player__icon--pause {
  border-left-color: var(--newspack-theme-color-against-primary);
  border-right-color: var(--newspack-theme-color-against-primary);
}

.khol-player__icon--play {
  border-bottom: 8px solid transparent;
  border-left: 13px solid var(--newspack-theme-color-against-primary);
  border-top: 8px solid transparent;
  display: block;
  height: 0;
  margin-left: 3px;
  width: 0;
}

.khol-player__icon--pause {
  border-left: 4px solid var(--newspack-theme-color-against-primary);
  border-right: 4px solid var(--newspack-theme-color-against-primary);
  display: none;
  height: 15px;
  width: 14px;
}

.khol-player.is-playing .khol-player__icon--play {
  display: none;
}
.khol-player.is-playing .khol-player__icon--pause {
  display: block;
}

.khol-player.is-loading .khol-player__play {
  animation: khol-player-pulse 1.2s ease-in-out infinite;
}

@keyframes khol-player-pulse {
  50% {
    opacity: 0.55;
  }
}
.khol-player__volume {
  align-items: center;
  display: flex;
  flex: 0 0 auto;
  gap: 0.5rem;
}

.khol-player .khol-player__mute {
  background: none;
  border: 0;
  color: var(--newspack-theme-color-against-primary);
  cursor: pointer;
  line-height: 0;
  padding: 4px;
}

.khol-player__icon--sound {
  display: block;
  height: 14px;
  position: relative;
  width: 12px;
}
.khol-player__icon--sound::before {
  background-color: currentcolor;
  content: "";
  height: 6px;
  left: 0;
  position: absolute;
  top: 4px;
  width: 4px;
}
.khol-player__icon--sound::after {
  border-bottom: 7px solid transparent;
  border-right: 8px solid currentcolor;
  border-top: 7px solid transparent;
  content: "";
  height: 0;
  left: 3px;
  position: absolute;
  top: 0;
  width: 0;
}

.khol-player.is-muted .khol-player__icon--sound {
  opacity: 0.4;
}

.khol-player .khol-player__slider {
  -webkit-appearance: none;
  appearance: none;
  background-color: rgba(255, 255, 255, 0.3);
  border: 0;
  border-radius: 2px;
  box-shadow: none;
  cursor: pointer;
  height: 4px;
  margin: 0;
  max-width: 80px;
  min-height: 0;
  padding: 0;
}
.khol-player .khol-player__slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  background-color: var(--newspack-theme-color-against-primary);
  border: 0;
  border-radius: 50%;
  height: 12px;
  width: 12px;
}
.khol-player .khol-player__slider::-moz-range-thumb {
  background-color: var(--newspack-theme-color-against-primary);
  border: 0;
  border-radius: 50%;
  height: 12px;
  width: 12px;
}
.khol-player .khol-player__slider::-moz-range-track {
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 2px;
  height: 4px;
}

.khol-player__art {
  flex: 0 0 auto;
  line-height: 0;
  margin: 0;
}
.khol-player__art[hidden] {
  display: none;
}
.khol-player__art img {
  border-radius: 2px;
  height: 44px;
  object-fit: cover;
  width: 44px;
}

@keyframes khol-player-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.khol-player .is-khol-fading-in {
  animation: khol-player-fade-in 320ms ease both;
}

@media (prefers-reduced-motion: reduce) {
  .khol-player .is-khol-fading-in {
    animation: none;
  }
}
.khol-player__now {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  min-width: 0;
}

.khol-player__status {
  font-family: var(--newspack-theme-font-heading);
  font-size: 0.6rem;
  letter-spacing: 0.08em;
  opacity: 0.75;
  text-transform: uppercase;
}

.khol-player__title {
  font-family: var(--newspack-theme-font-heading);
  font-size: 1rem;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.khol-player__next {
  font-family: var(--newspack-theme-font-heading);
  font-size: 0.65rem;
  margin: 0;
  text-align: right;
  white-space: nowrap;
}

.khol-player__next-label {
  letter-spacing: 0.08em;
  opacity: 0.75;
  text-transform: uppercase;
}

.khol-player__next-time {
  font-weight: 700;
}

.khol-player__error {
  font-size: 0.65rem;
  margin: 0;
  opacity: 0.85;
}

@media (max-width: 782px) {
  .khol-player__volume,
.khol-player__next {
    display: none;
  }

  .khol-player__art img {
    height: 38px;
    width: 38px;
  }

  .khol-player__now {
    margin-right: auto;
  }
}
@media (prefers-reduced-motion: reduce) {
  .khol-player__play,
.khol-player.is-loading .khol-player__play {
    animation: none;
    transition: none;
  }
}
.highlight-menu .menu-item-has-children {
  position: relative;
}
.highlight-menu .menu-item-has-children > a::after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid currentcolor;
  content: "";
  display: inline-block;
  margin-left: 0.4em;
  transition: transform 0.15s ease;
  vertical-align: middle;
}
.highlight-menu .menu-item-has-children:hover > a::after, .highlight-menu .menu-item-has-children:focus-within > a::after, .highlight-menu .menu-item-has-children.is-open > a::after {
  transform: rotate(180deg);
}
.highlight-menu .sub-menu {
  background-color: var(--newspack-theme-color-primary);
  left: 0;
  opacity: 0;
  padding: 0;
  position: absolute;
  top: 100%;
  transition: opacity 0.12s ease, visibility 0.12s ease;
  visibility: hidden;
  z-index: 100;
  min-width: 240px;
}
.highlight-menu .sub-menu li {
  display: block;
  height: auto;
  margin: 0;
  width: 100%;
}
.highlight-menu .sub-menu a,
.highlight-menu .sub-menu a:visited {
  color: var(--newspack-theme-color-against-primary);
  display: block;
  padding: 0.85rem 1.25rem;
  text-align: left;
  text-decoration: none;
  white-space: nowrap;
}
.highlight-menu .sub-menu a:hover, .highlight-menu .sub-menu a:focus,
.highlight-menu .sub-menu a:visited:hover,
.highlight-menu .sub-menu a:visited:focus {
  background-color: rgba(255, 255, 255, 0.14);
  color: var(--newspack-theme-color-against-primary);
}
.highlight-menu .sub-menu a:focus-visible {
  outline-color: var(--newspack-theme-color-against-primary);
  outline-offset: -3px;
}
.highlight-menu .menu-item-has-children:hover > .sub-menu,
.highlight-menu .menu-item-has-children:focus-within > .sub-menu,
.highlight-menu .menu-item-has-children.is-open > .sub-menu {
  opacity: 1;
  visibility: visible;
}
.highlight-menu .menu-item-has-children.is-dismissed > .sub-menu {
  opacity: 0;
  visibility: hidden;
}

.highlight-menu .menu-item-has-children::after {
  border-bottom: 6px solid var(--newspack-theme-color-primary);
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  bottom: 0;
  content: "";
  left: 1.25rem;
  opacity: 0;
  position: absolute;
  transition: opacity 0.12s ease;
  z-index: 101;
}

.highlight-menu .menu-item-has-children:hover::after,
.highlight-menu .menu-item-has-children:focus-within::after,
.highlight-menu .menu-item-has-children.is-open::after {
  opacity: 1;
}

.highlight-menu .menu-item-has-children.is-dismissed::after {
  opacity: 0;
}

@media (prefers-reduced-motion: reduce) {
  .highlight-menu .sub-menu,
.highlight-menu .menu-item-has-children > a::after,
.highlight-menu .menu-item-has-children::after {
    transition: none;
  }
}
.single-featured-image-behind:not(.single-khol_show) .entry-header,
.single-featured-image-beside:not(.single-khol_show) .entry-header {
  color: var(--newspack-theme-color-against-primary);
}
.single-featured-image-behind:not(.single-khol_show) .entry-header .newspack-post-subtitle,
.single-featured-image-behind:not(.single-khol_show) .entry-header .entry-subhead,
.single-featured-image-behind:not(.single-khol_show) .entry-header .entry-meta,
.single-featured-image-behind:not(.single-khol_show) .entry-header .posted-on,
.single-featured-image-behind:not(.single-khol_show) .entry-header .entry-date,
.single-featured-image-behind:not(.single-khol_show) .entry-header .byline,
.single-featured-image-behind:not(.single-khol_show) .entry-header .cat-links,
.single-featured-image-beside:not(.single-khol_show) .entry-header .newspack-post-subtitle,
.single-featured-image-beside:not(.single-khol_show) .entry-header .entry-subhead,
.single-featured-image-beside:not(.single-khol_show) .entry-header .entry-meta,
.single-featured-image-beside:not(.single-khol_show) .entry-header .posted-on,
.single-featured-image-beside:not(.single-khol_show) .entry-header .entry-date,
.single-featured-image-beside:not(.single-khol_show) .entry-header .byline,
.single-featured-image-beside:not(.single-khol_show) .entry-header .cat-links {
  color: var(--newspack-theme-color-against-primary);
}
.single-featured-image-behind:not(.single-khol_show) .entry-header .entry-meta a,
.single-featured-image-behind:not(.single-khol_show) .entry-header .byline a,
.single-featured-image-behind:not(.single-khol_show) .entry-header .cat-links a,
.single-featured-image-beside:not(.single-khol_show) .entry-header .entry-meta a,
.single-featured-image-beside:not(.single-khol_show) .entry-header .byline a,
.single-featured-image-beside:not(.single-khol_show) .entry-header .cat-links a {
  color: var(--newspack-theme-color-against-primary);
}
.single-featured-image-behind:not(.single-khol_show) .entry-header .entry-meta a:hover, .single-featured-image-behind:not(.single-khol_show) .entry-header .entry-meta a:focus,
.single-featured-image-behind:not(.single-khol_show) .entry-header .byline a:hover,
.single-featured-image-behind:not(.single-khol_show) .entry-header .byline a:focus,
.single-featured-image-behind:not(.single-khol_show) .entry-header .cat-links a:hover,
.single-featured-image-behind:not(.single-khol_show) .entry-header .cat-links a:focus,
.single-featured-image-beside:not(.single-khol_show) .entry-header .entry-meta a:hover,
.single-featured-image-beside:not(.single-khol_show) .entry-header .entry-meta a:focus,
.single-featured-image-beside:not(.single-khol_show) .entry-header .byline a:hover,
.single-featured-image-beside:not(.single-khol_show) .entry-header .byline a:focus,
.single-featured-image-beside:not(.single-khol_show) .entry-header .cat-links a:hover,
.single-featured-image-beside:not(.single-khol_show) .entry-header .cat-links a:focus {
  text-decoration: underline;
}
.single-featured-image-behind:not(.single-khol_show) .entry-header .entry-meta,
.single-featured-image-behind:not(.single-khol_show) .entry-header .posted-on,
.single-featured-image-behind:not(.single-khol_show) .entry-header .entry-date,
.single-featured-image-beside:not(.single-khol_show) .entry-header .entry-meta,
.single-featured-image-beside:not(.single-khol_show) .entry-header .posted-on,
.single-featured-image-beside:not(.single-khol_show) .entry-header .entry-date {
  font-size: 14px;
}
.single-featured-image-behind:not(.single-khol_show) .entry-header .entry-meta > :first-child::before,
.single-featured-image-beside:not(.single-khol_show) .entry-header .entry-meta > :first-child::before {
  content: none;
}
.single-featured-image-behind:not(.single-khol_show) .entry-header a:focus-visible,
.single-featured-image-beside:not(.single-khol_show) .entry-header a:focus-visible {
  outline-color: var(--newspack-theme-color-against-primary);
}

.single-featured-image-above .highlight-menu-contain.desktop-only,
.single-featured-image-behind .highlight-menu-contain.desktop-only,
.single-featured-image-beside .highlight-menu-contain.desktop-only {
  display: block;
}

.single-featured-image-above #content,
.single-featured-image-behind #content,
.single-featured-image-beside #content {
  margin-top: 0;
}
.single-featured-image-above .post-thumbnail,
.single-featured-image-behind .post-thumbnail,
.single-featured-image-beside .post-thumbnail {
  margin-top: 0;
}

.page .featured-image-behind {
  min-height: calc(63vh - 42px);
}

.admin-bar.page .featured-image-behind {
  min-height: calc(70vh - 74.2px);
}

@media only screen and (min-width: 782px) {
  .page .featured-image-behind {
    min-height: calc(70vh - 154px);
  }

  .admin-bar.page .featured-image-behind {
    min-height: calc(70vh - 175px);
  }

  .h-sh.page .featured-image-behind {
    min-height: calc(70vh - 77px);
  }

  .h-sh.admin-toolbar.page .featured-image-behind {
    min-height: calc(70vh - 99.4px);
  }
}
.home .entry-content > :first-child {
  margin-top: 0;
}
.home .entry-content > iframe[style]:first-child {
  margin-top: 0 !important;
}

.wp-block-button__link {
  border: 2px solid transparent;
  border-radius: 3px;
  display: inline-block;
  font-family: var(--newspack-theme-font-heading);
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 0.15s ease, color 0.15s ease, border-color 0.15s ease;
  white-space: nowrap;
  padding: 1em 1.9em;
}

.wp-block-button__link:not(.has-background) {
  background-color: var(--newspack-theme-color-primary);
}

.wp-block-button__link:not(.has-text-color) {
  color: var(--newspack-theme-color-against-primary);
}

.wp-block-button__link:not(.has-background):hover,
.wp-block-button__link:not(.has-background):focus {
  background-color: var(--newspack-theme-color-primary-variation);
}

.wp-block-button.is-style-outline .wp-block-button__link {
  background-color: transparent;
  border-color: currentcolor;
  color: var(--newspack-theme-color-primary-against-white);
}
.wp-block-button.is-style-outline .wp-block-button__link:hover, .wp-block-button.is-style-outline .wp-block-button__link:focus {
  background-color: var(--newspack-theme-color-primary);
  color: var(--newspack-theme-color-against-primary);
}

.wpnbha > .wp-block-button__link,
.wpnbha .newspack-blocks__load-more-button {
  display: block;
  margin-left: auto;
  margin-top: 2rem;
  margin-right: auto;
}

.wpnbha article.category-sponsored {
  background-color: var(--wp--preset--color--light-gray);
}
.wpnbha article.category-sponsored .entry-wrapper {
  padding: 0 1rem 1rem;
}
.wpnbha article.category-sponsored:not(.post-has-image) .entry-wrapper {
  padding-top: 1.25rem;
}

.archive .site-main .entry-title,
.search .site-main .entry-title {
  font-size: 22px;
}

@media only screen and (min-width: 600px) {
  .archive.archive-grid .site-main .entry-title {
    font-size: 22px;
  }
}
.gform_wrapper {
  --gf-ctrl-btn-font-family: var(--newspack-theme-font-heading);
  --gf-ctrl-btn-font-size: 0.65rem;
  --gf-ctrl-btn-font-weight: 700;
  --gf-ctrl-btn-letter-spacing: 0.04em;
  --gf-ctrl-btn-text-transform: uppercase;
  --gf-ctrl-btn-radius: 3px;
  --gf-ctrl-btn-size-md: 43px;
  --gf-ctrl-font-family: var(--newspack-theme-font-heading);
  --gf-ctrl-font-size: 16px;
  --gf-ctrl-radius: 3px;
  --gf-ctrl-border-width: 1px;
  --gf-ctrl-color: var(--newspack-theme-color-primary);
  --gf-ctrl-size-md: 43px;
}

.gform-theme.gform-theme--framework.gform_wrapper {
  --gf-ctrl-btn-bg-color-primary: var(--newspack-theme-color-secondary-variation);
  --gf-ctrl-btn-border-color-primary: var(--newspack-theme-color-secondary-variation);
  --gf-ctrl-btn-color-primary: #fff;
  --gf-ctrl-btn-bg-color-hover-primary: color-mix(in srgb, var(--newspack-theme-color-secondary-variation) 88%, #000);
  --gf-ctrl-btn-border-color-hover-primary: color-mix(in srgb, var(--newspack-theme-color-secondary-variation) 88%, #000);
  --gf-ctrl-btn-color-hover-primary: #fff;
  --gf-ctrl-btn-bg-color-focus-primary: color-mix(in srgb, var(--newspack-theme-color-secondary-variation) 88%, #000);
  --gf-ctrl-btn-border-color-focus-primary: color-mix(in srgb, var(--newspack-theme-color-secondary-variation) 88%, #000);
  --gf-ctrl-btn-color-focus-primary: #fff;
}

.gform-theme.gform-theme--framework.gform_wrapper .gform-button,
.gform-theme.gform-theme--framework.gform_wrapper .button,
.gform-theme.gform-theme--framework.gform_wrapper [type=submit] {
  border-radius: 3px !important;
  font-family: var(--newspack-theme-font-heading) !important;
  font-size: 0.65rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.04em !important;
  line-height: 1 !important;
  min-height: 43px !important;
  padding: 0 1.9em !important;
  text-transform: uppercase !important;
}

.gform-theme.gform-theme--framework.gform_wrapper input:not([type=submit]):not([type=button]):not([type=checkbox]):not([type=radio]),
.gform-theme.gform-theme--framework.gform_wrapper select,
.gform-theme.gform-theme--framework.gform_wrapper textarea {
  background-color: var(--newspack-theme-color-against-primary);
  border: 1px solid color-mix(in srgb, var(--newspack-theme-color-primary) 35%, transparent);
  border-radius: 3px;
  color: var(--newspack-theme-color-primary);
  font-family: var(--newspack-theme-font-heading);
  font-size: 16px;
  padding: 0 0.75rem;
}
.gform-theme.gform-theme--framework.gform_wrapper input:not([type=submit]):not([type=button]):not([type=checkbox]):not([type=radio]):focus,
.gform-theme.gform-theme--framework.gform_wrapper select:focus,
.gform-theme.gform-theme--framework.gform_wrapper textarea:focus {
  border-color: var(--newspack-theme-color-secondary);
  box-shadow: 0 0 0 2px color-mix(in srgb, var(--newspack-theme-color-secondary) 35%, transparent);
  outline: none;
}
.gform-theme.gform-theme--framework.gform_wrapper input:not([type=submit]):not([type=button]):not([type=checkbox]):not([type=radio])::placeholder,
.gform-theme.gform-theme--framework.gform_wrapper select::placeholder,
.gform-theme.gform-theme--framework.gform_wrapper textarea::placeholder {
  color: color-mix(in srgb, var(--newspack-theme-color-primary) 55%, transparent);
  opacity: 1;
}
.gform-theme.gform-theme--framework.gform_wrapper input:not([type=submit]):not([type=button]):not([type=checkbox]):not([type=radio]),
.gform-theme.gform-theme--framework.gform_wrapper select {
  min-height: 43px;
}
.gform-theme.gform-theme--framework.gform_wrapper textarea {
  padding: 0.6rem 0.75rem;
}

.gform_wrapper .gform_fields:has(> .gfield--type-submit) {
  align-items: flex-end;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
}
.gform_wrapper .gform_fields:has(> .gfield--type-submit) > .gfield {
  grid-column: auto;
}
.gform_wrapper .gform_fields:has(> .gfield--type-submit) > .gfield--type-email,
.gform_wrapper .gform_fields:has(> .gfield--type-submit) > .gfield--type-text {
  flex: 0 1 340px;
}
.gform_wrapper .gform_fields:has(> .gfield--type-submit) > .gfield--type-submit {
  flex: 0 0 auto;
}

.khol-alert {
  background-color: var(--newspack-theme-color-secondary);
  border-radius: 3px;
  color: var(--newspack-theme-color-primary);
  display: grid;
  grid-template-rows: 0fr;
  margin: 0 auto;
  max-width: 90%;
  opacity: 0;
  transition: grid-template-rows 0.35s ease, margin-top 0.35s ease, opacity 0.25s ease;
  width: 1200px;
}
.khol-alert[hidden] {
  display: none;
}
.khol-alert.is-visible {
  grid-template-rows: 1fr;
  margin-top: 1.5rem;
  opacity: 1;
}

@media (prefers-reduced-motion: reduce) {
  .khol-alert {
    transition: none;
  }
}
.khol-alert__inner {
  align-items: center;
  display: flex;
  gap: 1rem;
  min-height: 0;
  overflow: hidden;
  padding: 0.75rem 1.25rem;
  position: relative;
}

.khol-alert__link::after {
  content: "";
  inset: 0;
  position: absolute;
}

.khol-alert:has([data-khol-alert-link]:not([hidden])) {
  cursor: pointer;
}
.khol-alert:has([data-khol-alert-link]:not([hidden])):hover .khol-alert__link {
  background-color: var(--newspack-theme-color-primary-variation);
}

.khol-alert__label {
  flex: 0 0 auto;
  font-family: var(--newspack-theme-font-heading);
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin: 0;
  text-transform: uppercase;
}

.khol-alert__image {
  border-radius: 3px;
  flex: 0 0 auto;
  height: 48px;
  object-fit: cover;
  width: 48px;
}
.khol-alert__image[hidden] {
  display: none;
}

.khol-alert__text {
  min-width: 0;
}

.khol-alert__title {
  font-family: var(--newspack-theme-font-heading);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.25;
  margin: 0;
}

.khol-alert__copy {
  font-size: 0.65rem;
  line-height: 1.4;
  margin: 0.15rem 0 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.khol-alert__copy[hidden] {
  display: none;
}

.khol-alert__link {
  border: 2px solid transparent;
  border-radius: 3px;
  display: inline-block;
  font-family: var(--newspack-theme-font-heading);
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 0.15s ease, color 0.15s ease, border-color 0.15s ease;
  white-space: nowrap;
  background-color: var(--newspack-theme-color-primary);
  flex: 0 0 auto;
  margin-left: auto;
  padding: 0.85em 1.5em;
}
.khol-alert__link, .khol-alert__link:visited, .khol-alert__link:hover, .khol-alert__link:focus, .khol-alert__link:active {
  color: var(--newspack-theme-color-against-primary);
}
.khol-alert__link:hover, .khol-alert__link:focus {
  background-color: var(--newspack-theme-color-primary-variation);
}
.khol-alert__link:focus-visible {
  outline-color: var(--newspack-theme-color-primary);
}
.khol-alert__link[hidden] {
  display: none;
}

@media (max-width: 782px) {
  .khol-alert__inner {
    flex-wrap: wrap;
    gap: 0.75rem;
  }

  .khol-alert__copy {
    display: none;
  }

  .khol-alert__link {
    margin-left: 0;
  }
}
.entry-content > .khol-show-episodes {
  margin-top: 2rem;
}

.khol-other-shows__title {
  font-family: var(--newspack-theme-font-heading);
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin: 0 0 1.5rem;
  text-transform: uppercase;
}

.khol-other-shows__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.khol-other-shows__item + .khol-other-shows__item {
  margin-top: 0.5rem;
}

.khol-other-shows__link,
.entry-content .khol-other-shows__link {
  align-items: center;
  color: inherit;
  display: flex;
  gap: 0.75rem;
  text-decoration: none;
}
.khol-other-shows__link:visited,
.entry-content .khol-other-shows__link:visited {
  color: inherit;
}
.khol-other-shows__link:hover, .khol-other-shows__link:focus,
.entry-content .khol-other-shows__link:hover,
.entry-content .khol-other-shows__link:focus {
  color: var(--newspack-theme-color-secondary-variation);
}

.khol-other-shows__image {
  border-radius: 3px;
  flex: 0 0 auto;
  height: 48px;
  object-fit: cover;
  width: 48px;
}

.khol-other-shows__name {
  font-family: var(--newspack-theme-font-heading);
  font-size: 0.65rem;
  font-weight: 700;
  line-height: 1.25;
}

.single-khol_show .main-content {
  margin-left: auto;
  margin-right: auto;
}

.khol-card-episodes {
  border-top: 1px solid color-mix(in srgb, var(--newspack-theme-color-primary) 12%, transparent);
  list-style: none;
  margin: 0.5rem 0 0;
  padding: 0;
}

.khol-card-episodes__item {
  border-bottom: 1px solid color-mix(in srgb, var(--newspack-theme-color-primary) 12%, transparent);
  padding: 0.4rem 0;
}

.khol-card-episodes__meta {
  margin-bottom: 0;
}

.khol-card-episodes__link,
.entry-content .khol-card-episodes__link {
  color: inherit;
  display: block;
  font-family: var(--newspack-theme-font-heading);
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.3;
  text-decoration: none;
}
.khol-card-episodes__link:visited,
.entry-content .khol-card-episodes__link:visited {
  color: inherit;
}
.khol-card-episodes__link:hover, .khol-card-episodes__link:focus,
.entry-content .khol-card-episodes__link:hover,
.entry-content .khol-card-episodes__link:focus {
  color: color-mix(in srgb, var(--newspack-theme-color-secondary-variation) 85%, #000);
  text-decoration: underline;
}

.site-footer .footer-branding .wrapper,
.site-footer .footer-widgets:first-child .wrapper {
  border-top: 0;
}

.footer-widgets .wrapper {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.footer-widgets .widget {
  border-top: 0;
  margin: 0;
  padding-top: 0;
}
.footer-widgets .widget:first-child {
  border-top: 2px solid var(--newspack-theme-color-secondary);
  padding-top: 1.05rem;
}
.site-footer .footer-widgets a,
.footer-widgets a {
  color: var(--newspack-theme-color-secondary);
}
.site-footer .footer-widgets a:hover, .site-footer .footer-widgets a:focus,
.footer-widgets a:hover,
.footer-widgets a:focus {
  color: #fff;
  text-decoration: underline;
}
.footer-widgets h4 {
  font-family: var(--newspack-theme-font-heading);
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  margin: 0 0 1.5rem;
  text-transform: uppercase;
}
.footer-widgets address {
  font-style: normal;
}
.footer-widgets p {
  margin: 0 0 0.5rem;
}

.footer-widgets .widget_nav_menu ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1.5rem;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-widgets .widget_nav_menu li {
  margin: 0;
}
.site-footer .footer-widgets .widget_nav_menu a,
.footer-widgets .widget_nav_menu a {
  color: #fff;
  display: inline-block;
  font-family: var(--newspack-theme-font-heading);
  font-size: 0.65rem;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
}
.site-footer .footer-widgets .widget_nav_menu a:hover, .site-footer .footer-widgets .widget_nav_menu a:focus,
.footer-widgets .widget_nav_menu a:hover,
.footer-widgets .widget_nav_menu a:focus {
  color: var(--newspack-theme-color-secondary);
  text-decoration: underline;
}

.footer-widgets .social-navigation {
  margin: 0;
  align-self: center;
}
.footer-widgets .social-navigation ul {
  margin: 0;
  padding: 0;
}

.footer-widgets address {
  align-items: baseline;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem 1.5rem;
}
.footer-widgets address h4 {
  margin: 0;
  margin-right: 0.5rem;
}
.footer-widgets address p {
  margin: 0;
  white-space: nowrap;
}

@media (max-width: 640px) {
  .footer-widgets address {
    align-items: center;
    flex-direction: column;
    gap: 0.5rem;
    text-align: center;
  }
  .footer-widgets address p {
    white-space: normal;
  }
}
.site-footer {
  line-height: 1.45;
}

.footer-widgets .widget {
  padding-top: 1.05rem;
}
.footer-widgets h4 {
  margin-bottom: 0.75rem;
}
.footer-widgets p,
.footer-widgets address,
.footer-widgets li {
  font-size: 0.75rem;
  line-height: 1.45;
}
.footer-widgets p {
  margin-bottom: 0.4rem;
}

.site-footer .footer-widgets .widget_nav_menu a,
.footer-widgets .widget_nav_menu a {
  line-height: 1.4;
}

.site-info {
  font-size: 0.65rem;
  line-height: 1.45;
}

.site-info .widget-area .wrapper {
  padding-bottom: 0.4rem;
  padding-top: 0.4rem;
}
.site-info .widget-area .widget {
  border-top: 0;
  flex: 1 1 100%;
  margin: 0;
  padding: 0;
}

.khol-tax-notice {
  margin: 0;
  max-width: none;
}

.archive.author .page-header {
  align-items: center;
  flex-direction: column;
}
.archive.author .page-header .avatar {
  margin-bottom: 1.5rem;
  margin-right: 0;
}
@media only screen and (max-width: 599px) {
  .archive.author .page-header .avatar {
    height: 80px;
    width: 80px;
  }
}

.mobile-sidebar {
  background-color: var(--newspack-theme-color-bg-body);
}

.mobile-sidebar,
.mobile-sidebar a,
.mobile-sidebar .nav1 .sub-menu > li > a,
.mobile-sidebar .nav1 ul.main-menu > li > a,
.mobile-sidebar .nav3 a {
  color: var(--newspack-theme-color-text-main);
}

.mobile-sidebar .widget + .widget,
.mobile-sidebar nav + .widget,
.mobile-sidebar nav + nav {
  border-top-color: var(--newspack-theme-color-border-light);
}

.mobile-sidebar .widget_nav_menu .menu,
.desktop-sidebar .widget_nav_menu .menu,
.subpage-sidebar .widget_nav_menu .menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.mobile-sidebar .widget_nav_menu .menu > li,
.desktop-sidebar .widget_nav_menu .menu > li,
.subpage-sidebar .widget_nav_menu .menu > li {
  align-items: center;
  border-bottom: 1px solid var(--newspack-theme-color-border-light);
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}
.mobile-sidebar .widget_nav_menu .menu > li > a,
.desktop-sidebar .widget_nav_menu .menu > li > a,
.subpage-sidebar .widget_nav_menu .menu > li > a {
  flex: 1 1 auto;
  font-size: 1.0625em;
  padding: 0.85rem 0;
}
.mobile-sidebar .khol-submenu-toggle,
.desktop-sidebar .khol-submenu-toggle,
.subpage-sidebar .khol-submenu-toggle {
  align-items: center;
  background: none;
  border: 0;
  color: inherit;
  cursor: pointer;
  display: flex;
  flex: 0 0 auto;
  justify-content: center;
  height: 44px;
  margin: 0;
  padding: 0;
  width: 44px;
}
.mobile-sidebar .khol-submenu-toggle__icon,
.desktop-sidebar .khol-submenu-toggle__icon,
.subpage-sidebar .khol-submenu-toggle__icon {
  border-bottom: 2px solid currentcolor;
  border-right: 2px solid currentcolor;
  display: block;
  height: 9px;
  margin-top: -4px;
  transform: rotate(45deg);
  transition: transform 200ms ease;
  width: 9px;
}
.mobile-sidebar .is-khol-open > .khol-submenu-toggle .khol-submenu-toggle__icon,
.desktop-sidebar .is-khol-open > .khol-submenu-toggle .khol-submenu-toggle__icon,
.subpage-sidebar .is-khol-open > .khol-submenu-toggle .khol-submenu-toggle__icon {
  margin-top: 4px;
  transform: rotate(-135deg);
}
.mobile-sidebar .widget_nav_menu .sub-menu,
.desktop-sidebar .widget_nav_menu .sub-menu,
.subpage-sidebar .widget_nav_menu .sub-menu {
  flex: 0 0 100%;
  list-style: none;
  margin: 0;
  padding: 0 0 0.5rem;
}
.mobile-sidebar .widget_nav_menu .sub-menu > li > a,
.desktop-sidebar .widget_nav_menu .sub-menu > li > a,
.subpage-sidebar .widget_nav_menu .sub-menu > li > a {
  display: block;
  font-size: 0.9375em;
  padding: 0.5rem 0 0.5rem 1rem;
}
.mobile-sidebar .widget_nav_menu .sub-menu[hidden],
.desktop-sidebar .widget_nav_menu .sub-menu[hidden],
.subpage-sidebar .widget_nav_menu .sub-menu[hidden] {
  display: none;
}

@media (prefers-reduced-motion: reduce) {
  .khol-submenu-toggle__icon {
    transition: none;
  }
}
.mobile-sidebar .tertiary-menu .menu,
.desktop-sidebar .tertiary-menu .menu,
.subpage-sidebar .tertiary-menu .menu {
  width: 100%;
}
.mobile-sidebar .tertiary-menu .menu > li,
.desktop-sidebar .tertiary-menu .menu > li,
.subpage-sidebar .tertiary-menu .menu > li {
  flex: 1 1 0;
  min-width: 0;
}
.mobile-sidebar .tertiary-menu .menu > li > a,
.desktop-sidebar .tertiary-menu .menu > li > a,
.subpage-sidebar .tertiary-menu .menu > li > a {
  display: block;
  text-align: center;
  width: 100%;
}

.single-khol_show .featured-image-beside {
  align-items: flex-start;
  background-color: transparent;
  color: inherit;
  gap: 1.5rem;
  margin: 0 auto;
  max-width: 720px;
  min-height: 0;
  width: 100%;
  padding-top: 2rem;
  border-bottom: 1px solid color-mix(in srgb, var(--newspack-theme-color-primary) 12%, transparent);
  margin-bottom: 2rem;
  padding-bottom: 1rem;
}
.single-khol_show .featured-image-beside .entry-meta {
  display: none;
}
.single-khol_show .featured-image-beside .post-thumbnail {
  flex: 0 0 250px;
  order: -1;
  width: 250px;
}
.single-khol_show .featured-image-beside .wp-post-image {
  height: 250px;
  min-height: 0;
  object-fit: contain;
  position: static;
  width: 100%;
}
.single-khol_show .featured-image-beside > .wrapper {
  flex: 1 1 auto;
  margin: 0;
  width: auto;
}
.single-khol_show .featured-image-beside .entry-header {
  color: inherit;
  margin-bottom: 0;
  margin-left: 0;
  max-width: none;
  padding: 0;
  width: auto;
}
.single-khol_show .featured-image-beside .entry-title {
  margin-top: 0;
}
.single-khol_show .featured-image-beside figcaption {
  bottom: auto;
  color: inherit;
  left: auto;
  position: static;
  width: 100%;
}
.single-khol_show .featured-image-beside figcaption::before {
  display: none;
}
.single-khol_show .featured-image-beside figcaption > span {
  display: block;
  font-size: 0.65rem;
  max-width: none;
  padding: 0.5rem 0 0;
  position: static;
}

@media (min-width: 782px) {
  .single-khol_show .featured-image-beside {
    width: 65%;
  }
}
@media (max-width: 600px) {
  .single-khol_show .featured-image-beside {
    flex-direction: column;
  }

  .single-khol_show .featured-image-beside .post-thumbnail {
    order: 0;
  }
}
.woocommerce .woocommerce-Tabs-panel--description,
.woocommerce .woocommerce-product-details__short-description,
.woocommerce .woocommerce-product-attributes {
  font-size: 0.85em;
}
.woocommerce .woocommerce-Tabs-panel--description p,
.woocommerce .woocommerce-Tabs-panel--description li,
.woocommerce .woocommerce-Tabs-panel--description td,
.woocommerce .woocommerce-Tabs-panel--description th,
.woocommerce .woocommerce-Tabs-panel--description dd,
.woocommerce .woocommerce-Tabs-panel--description dt,
.woocommerce .woocommerce-product-details__short-description p,
.woocommerce .woocommerce-product-details__short-description li,
.woocommerce .woocommerce-product-details__short-description td,
.woocommerce .woocommerce-product-details__short-description th,
.woocommerce .woocommerce-product-details__short-description dd,
.woocommerce .woocommerce-product-details__short-description dt,
.woocommerce .woocommerce-product-attributes p,
.woocommerce .woocommerce-product-attributes li,
.woocommerce .woocommerce-product-attributes td,
.woocommerce .woocommerce-product-attributes th,
.woocommerce .woocommerce-product-attributes dd,
.woocommerce .woocommerce-product-attributes dt {
  font-size: inherit;
}

.khol-hdr-stuck {
  scroll-padding-top: calc(var(--khol-hdr-mid, 0px) + var(--khol-hdr-top, 0px));
}
.khol-hdr-stuck #masthead {
  padding-top: var(--khol-hdr-natural, 0px);
}
.khol-hdr-stuck .middle-header-contain,
.khol-hdr-stuck .khol-player,
.khol-hdr-stuck .highlight-menu-contain {
  left: 0;
  position: fixed;
  right: 0;
  top: var(--khol-hdr-top, 0px);
}
.khol-hdr-stuck .middle-header-contain {
  background-color: var(--newspack-theme-color-bg-body);
  z-index: 1000;
}
.khol-hdr-stuck .khol-player {
  transform: translateY(var(--khol-hdr-mid, 0px));
  z-index: 999;
}
.khol-hdr-stuck .highlight-menu-contain {
  transform: translateY(calc(var(--khol-hdr-mid, 0px) + var(--khol-hdr-player, 0px)));
  z-index: 998;
}

.khol-hdr-stuck.khol-hdr-collapsed .khol-player:not(.is-playing):not(.is-loading),
.khol-hdr-stuck.khol-hdr-collapsed .highlight-menu-contain {
  transform: translateY(calc(-100% - var(--khol-hdr-top, 0px)));
}
.khol-hdr-stuck.khol-hdr-collapsed .middle-header-contain {
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12);
}
.khol-hdr-stuck.khol-hdr-collapsed #masthead:has(> .khol-player.is-playing) .middle-header-contain,
.khol-hdr-stuck.khol-hdr-collapsed #masthead:has(> .khol-player.is-loading) .middle-header-contain {
  box-shadow: none;
}
.khol-hdr-stuck.khol-hdr-collapsed #masthead:has(> .khol-player.is-playing) .khol-player,
.khol-hdr-stuck.khol-hdr-collapsed #masthead:has(> .khol-player.is-loading) .khol-player {
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12);
}

.khol-hdr-ready .khol-player,
.khol-hdr-ready .highlight-menu-contain {
  transition: transform 280ms ease, box-shadow 280ms ease;
}
.khol-hdr-ready .middle-header-contain {
  transition: box-shadow 280ms ease;
}

@media (prefers-reduced-motion: reduce) {
  .khol-hdr-ready .khol-player,
.khol-hdr-ready .highlight-menu-contain,
.khol-hdr-ready .middle-header-contain {
    transition: none;
  }
}
.khol-ad {
  margin-left: auto;
  margin-right: auto;
}

.khol-ad__label {
  color: color-mix(in srgb, var(--newspack-theme-color-primary) 55%, transparent);
  font-size: 0.6rem;
  letter-spacing: 0.08em;
  line-height: 1.2;
  margin: 0 0 calc(0.5rem / 2);
  text-align: center;
  text-transform: uppercase;
}

.khol-ad__slot {
  aspect-ratio: var(--khol-ad-ratio);
  margin: 0 auto;
  min-height: fit-content;
  width: 100%;
}
.khol-ad__slot iframe,
.khol-ad__slot img,
.khol-ad__slot video {
  display: block;
  height: auto;
  max-width: 100%;
}

.khol-ad--billboard {
  --khol-ad-ratio: 728 / 90;
  margin-top: 1.5rem;
  max-width: 90%;
  width: 1200px;
}
.khol-ad--billboard .khol-ad__slot {
  max-width: 728px;
}

.khol-ad--mrec {
  --khol-ad-ratio: 300 / 250;
  max-width: 100%;
  width: 300px;
}

.entry .entry-content > .khol-ad--mrec {
  margin: 2rem auto;
}

.khol-ad--donate {
  background-color: color-mix(in srgb, var(--newspack-theme-color-primary) 5%, transparent);
  border-radius: 3px;
  width: 100%;
}

.entry .entry-content > .khol-ad--donate {
  margin: 2rem 0;
}

.khol-promo {
  padding: 2rem 1.5rem;
  text-align: center;
}

.khol-promo__title {
  font-size: 1.15rem;
  line-height: 1.2;
  margin: 0;
}

.khol-promo__copy {
  color: color-mix(in srgb, var(--newspack-theme-color-primary) 80%, transparent);
  font-size: 0.8rem;
  line-height: 1.4;
  margin: 0.5rem auto 0;
  max-width: 34em;
}

.khol-promo__action {
  margin: 1.5rem 0 0;
}

.khol-promo__button {
  border: 2px solid transparent;
  border-radius: 3px;
  display: inline-block;
  font-family: var(--newspack-theme-font-heading);
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 0.15s ease, color 0.15s ease, border-color 0.15s ease;
  white-space: nowrap;
  background-color: var(--newspack-theme-color-primary);
  border-color: var(--newspack-theme-color-primary);
  color: var(--newspack-theme-color-against-primary);
  padding: 0.85em 1.6em;
}
.khol-promo__button::before {
  background-color: #ff4d4d;
  content: "";
  display: inline-block;
  height: 1em;
  margin-right: 0.45em;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M12 21.35l-1.45-1.32C5.4 15.36 2 12.28 2 8.5 2 5.42 4.42 3 7.5 3c1.74 0 3.41.81 4.5 2.09C13.09 3.81 14.76 3 16.5 3 19.58 3 22 5.42 22 8.5c0 3.78-3.4 6.86-8.55 11.54L12 21.35z'/%3E%3C/svg%3E") no-repeat center/contain;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23000' d='M12 21.35l-1.45-1.32C5.4 15.36 2 12.28 2 8.5 2 5.42 4.42 3 7.5 3c1.74 0 3.41.81 4.5 2.09C13.09 3.81 14.76 3 16.5 3 19.58 3 22 5.42 22 8.5c0 3.78-3.4 6.86-8.55 11.54L12 21.35z'/%3E%3C/svg%3E") no-repeat center/contain;
  vertical-align: -0.12em;
  width: 1em;
}
.khol-promo__button:hover, .khol-promo__button:focus {
  background-color: var(--newspack-theme-color-primary-variation);
  border-color: var(--newspack-theme-color-primary-variation);
  color: var(--newspack-theme-color-against-primary);
}

.entry-content .khol-promo__button {
  color: var(--newspack-theme-color-against-primary);
  text-decoration: none;
}
.entry-content .khol-promo__button:hover, .entry-content .khol-promo__button:focus {
  color: var(--newspack-theme-color-against-primary);
  text-decoration: none;
}

.khol-ad__placeholder {
  align-items: center;
  aspect-ratio: var(--khol-ad-ratio);
  background-color: color-mix(in srgb, var(--newspack-theme-color-primary) 4%, transparent);
  border: 1px dashed color-mix(in srgb, var(--newspack-theme-color-primary) 25%, transparent);
  color: color-mix(in srgb, var(--newspack-theme-color-primary) 55%, transparent);
  display: flex;
  font-size: 0.65rem;
  justify-content: center;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  width: 100%;
}

div#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post,
div#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post {
  opacity: 1;
}

div#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post:hover .jp-relatedposts-post-title a,
div#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a:hover,
div#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post:hover a.jp-relatedposts-post-a,
div#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post a.jp-relatedposts-post-a:hover {
  text-decoration: none;
}
