@charset "UTF-8";

/* src/scss/styles.scss */
@font-face {
  font-display: swap;
  font-family: "HCo Gotham";
  font-style: normal;
  font-weight: 400;
  src: url(/podcasts/assets/fonts/woff2/Gotham-Book_Web.woff2) format("woff2"), url(/podcasts/assets/fonts/woff/Gotham-Book_Web.woff) format("woff");
}
@font-face {
  font-display: swap;
  font-family: "HCo Gotham";
  font-style: normal;
  font-weight: 500;
  src: url(/podcasts/assets/fonts/woff2/Gotham-Medium_Web.woff2) format("woff2"), url(/podcasts/assets/fonts/woff/Gotham-Medium_Web.woff) format("woff");
}
@font-face {
  font-display: swap;
  font-family: "HCo Gotham";
  font-style: normal;
  font-weight: 700;
  src: url(/podcasts/assets/fonts/woff2/Gotham-Bold_Web.woff2) format("woff2"), url(/podcasts/assets/fonts/woff/Gotham-Bold_Web.woff) format("woff");
}
*,
::before,
::after {
  box-sizing: border-box;
  background-repeat: no-repeat;
}
::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit;
}
:where(:root) {
  cursor: default;
  line-height: 1.5;
  overflow-wrap: break-word;
  -moz-tab-size: 4;
  tab-size: 4;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: 100%;
}
:where(body) {
  margin: 0;
}
:where(h1) {
  font-size: 2em;
  margin: 0.67em 0;
}
:where(dl, ol, ul) :where(dl, ol, ul) {
  margin: 0;
}
:where(hr) {
  color: inherit;
  height: 0;
}
:where(nav) :where(ol, ul) {
  list-style-type: none;
  padding: 0;
}
:where(nav li)::before {
  content: "\200b";
  float: left;
}
:where(pre) {
  font-family: monospace, monospace;
  font-size: 1em;
  overflow: auto;
}
:where(abbr[title]) {
  text-decoration: underline;
  text-decoration: underline dotted;
}
:where(b, strong) {
  font-weight: bolder;
}
:where(code, kbd, samp) {
  font-family: monospace, monospace;
  font-size: 1em;
}
:where(small) {
  font-size: 80%;
}
:where(audio, canvas, iframe, img, svg, video) {
  vertical-align: middle;
}
:where(iframe) {
  border-style: none;
}
:where(svg:not([fill])) {
  fill: currentColor;
}
:where(table) {
  border-collapse: collapse;
  border-color: inherit;
  text-indent: 0;
}
:where(button, input, select) {
  margin: 0;
}
:where(button, [type=button i], [type=reset i], [type=submit i]) {
  -webkit-appearance: button;
}
:where(fieldset) {
  border: 1px solid #a0a0a0;
}
:where(progress) {
  vertical-align: baseline;
}
:where(textarea) {
  margin: 0;
  resize: vertical;
}
:where([type=search i]) {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
:where(dialog) {
  background-color: white;
  border: solid;
  color: black;
  height: -moz-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: fit-content;
}
:where(dialog:not([open])) {
  display: none;
}
:where(details > summary:first-of-type) {
  display: list-item;
}
:where([aria-busy=true i]) {
  cursor: progress;
}
:where([aria-controls]) {
  cursor: pointer;
}
:where([aria-disabled=true i], [disabled]) {
  cursor: not-allowed;
}
:where([aria-hidden=false i][hidden]) {
  display: initial;
}
:where([aria-hidden=false i][hidden]:not(:focus)) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}
:where(button, input, select, textarea) {
  background-color: transparent;
  border: 1px solid WindowFrame;
  color: inherit;
  font: inherit;
  letter-spacing: inherit;
  padding: 0.25em 0.375em;
}
:where(select) {
  appearance: none;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='4'%3E%3Cpath d='M4 0h6L7 4'/%3E%3C/svg%3E") no-repeat right center/1em;
  border-radius: 0;
  padding-right: 1em;
}
:where(select[multiple]) {
  background-image: none;
}
:where([type=color i], [type=range i]) {
  border-width: 0;
  padding: 0;
}
html {
  font-family:
    system-ui,
    -apple-system,
    "Segoe UI",
    "Roboto",
    "Ubuntu",
    "Cantarell",
    "Noto Sans",
    sans-serif,
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol",
    "Noto Color Emoji";
}
code,
kbd,
samp,
pre {
  font-family:
    ui-monospace,
    "Menlo",
    "Consolas",
    "Roboto Mono",
    "Ubuntu Monospace",
    "Noto Mono",
    "Oxygen Mono",
    "Liberation Mono",
    monospace,
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol",
    "Noto Color Emoji";
}
html {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
embed,
img,
object,
video {
  max-width: 100%;
  height: auto;
}
img {
  border: 0;
  height: auto;
  max-width: 100%;
}
figure > img {
  display: block;
}
figure {
  margin: 0;
}
svg:not(:root) {
  overflow: hidden;
}
iframe {
  max-width: 100%;
}
.embed-container {
  position: relative;
  height: 0;
  padding-top: 56.25%;
  width: 100%;
}
.embed-container > * {
  display: block;
  position: absolute;
  width: 100% !important;
  height: 100% !important;
  top: 0;
  margin: 0;
  padding: 0;
}
.icon {
  display: inline-block;
  vertical-align: middle;
}
.icomoon {
  margin-bottom: -0.5rem;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #151516;
  font-family: "HCo Gotham";
  font-weight: 900;
  margin: 0 0 15px;
}
h1 {
  font-size: 1.75rem;
  line-height: 2rem;
  margin-bottom: 0;
}
@media (min-width: 46.25em) {
  h1 {
    font-size: 2.125rem;
    line-height: 2.4375rem;
  }
}
@media (min-width: 64em) {
  h1 {
    font-size: 3rem;
    line-height: 3.4375rem;
  }
}
h2 {
  font-size: 1.75rem;
  line-height: 2rem;
  font-weight: 400;
  margin-bottom: 20px;
}
@media (min-width: 46.25em) {
  h2 {
    font-size: 2.25rem;
    line-height: 2.625rem;
  }
}
h3 {
  font-size: 1.5rem;
  line-height: 2.125rem;
  color: #151516;
  font-weight: 500;
  margin-bottom: 5px;
}
@media (min-width: 64em) {
  h3 {
    font-size: 1.875rem;
    line-height: 2.625rem;
  }
}
h4 {
  font-size: 1.375rem;
  line-height: 2.0625rem;
}
@media (min-width: 46.25em) {
  h4 {
    font-size: 1.5rem;
    line-height: 2.25rem;
  }
}
h5 {
  font-size: 1.375rem;
  line-height: 2.0625rem;
}
h6 {
  font-size: 1.25rem;
  line-height: 1.875rem;
}
p {
  font-size: 1rem;
  line-height: 1.5rem;
  margin: 0 0 20px;
}
@media (min-width: 46.25em) {
  p {
    font-size: 1.125rem;
    line-height: 1.625rem;
  }
}
.node ol,
.node ul {
  font-size: 1rem;
  line-height: 1.375rem;
}
@media (min-width: 46.25em) {
  .node ol,
  .node ul {
    font-size: 1.25rem;
    line-height: 2.25rem;
  }
}
hr {
  background-color: #d8d8d8;
  border: 0;
  height: 1px;
  margin: 20px auto;
  width: 100%;
}
.clear {
  clear: both;
}
.hidden {
  display: none !important;
}
.btn {
  font-size: 1rem;
  line-height: 1.375rem;
  background-color: #cc092f;
  border: 0;
  border-radius: 27px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "HCo Gotham";
  font-weight: 700;
  letter-spacing: -0.03em;
  margin-right: 10px;
  padding: 10px 20px;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-shadow: none;
  text-transform: uppercase;
  transition: all 0.3s ease;
}
@media (min-width: 64em) {
  .btn {
    font-size: 1.25rem;
    line-height: 1.6875rem;
    padding: 13px 35px 13px 20px;
  }
}
.btn:visited {
  color: #fff;
}
.btn:visited:hover,
.btn:visited:focus {
  color: #fff;
}
.btn:hover,
.btn:focus {
  background-color: rgb(155.1549295775, 6.8450704225, 35.7464788732);
  color: #fff;
  text-decoration: none;
}
.inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1350px;
  padding-left: 15px;
  padding-right: 15px;
}
.inner:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 46.25em) {
  .sidebar-first .page-container {
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 46.25em) {
  .sidebar-first .page-container .main {
    order: 2;
  }
}
@media (min-width: 46.25em) {
  .sidebar-first .page-container .region-sidebar-first {
    flex: 0 0 23%;
    margin-right: 3%;
    order: 1;
    padding-top: 25px;
  }
}
.footer {
  background-color: #000;
  text-align: center;
}
@media (min-width: 46.25em) {
  .footer {
    text-align: left;
  }
}
.footer .social-list {
  background-color: rgba(255, 255, 255, 0.15);
  display: inline-flex;
  margin-bottom: 10px;
  margin-top: 5px;
}
@media (min-width: 46.25em) {
  .footer .social-list {
    margin-bottom: 0;
  }
}
.footer .social-list__label {
  color: #ababab;
}
.footer .social-list__link,
.footer .social-list__link:visited {
  background-color: rgba(255, 255, 255, 0.15);
  color: #ababab;
}
.footer .social-list__link:hover svg,
.footer .social-list__link:focus svg,
.footer .social-list__link:visited:hover svg,
.footer .social-list__link:visited:focus svg {
  fill: #fff;
}
.footer-inner {
  padding: 24px 15px;
}
.footer-inner:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 86.875em) {
  .footer-inner {
    align-items: center;
    display: flex;
    padding-left: 25px;
    padding-right: 25px;
  }
}
.footer-column:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 46.25em) {
  .footer-column__first {
    margin-bottom: 24px;
  }
}
@media (min-width: 86.875em) {
  .footer-column__first {
    margin-bottom: 0;
  }
}
@media (min-width: 86.875em) {
  .footer-column__last {
    text-align: right;
  }
}
.footer-logo,
.footer-logo:visited {
  display: block;
  margin-bottom: 20px;
  text-decoration: none;
}
.footer-logo:after,
.footer-logo:visited:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 46.25em) {
  .footer-logo,
  .footer-logo:visited {
    margin-bottom: 24px;
  }
}
@media (min-width: 64em) {
  .footer-logo,
  .footer-logo:visited {
    margin-right: 15px;
  }
}
.footer-logo img,
.footer-logo:visited img {
  width: 175px;
}
@media (min-width: 64em) {
  .footer-logo img,
  .footer-logo:visited img {
    float: left;
  }
}
.footer-logo:hover,
.footer-logo:focus,
.footer-logo:visited:hover,
.footer-logo:visited:focus {
  text-decoration: none;
}
.footer-text {
  font-size: 1.3125rem;
  line-height: 1.3125rem;
  color: #858585;
  display: block;
  font-weight: 400;
  margin-bottom: 10px;
  margin-top: 24px;
  text-decoration: none;
  transition: color 0.3s ease;
}
@media (min-width: 46.25em) {
  .footer-text {
    font-size: 1.5rem;
    line-height: 1.5rem;
    margin-bottom: 0;
  }
}
@media (min-width: 64em) {
  .footer-text {
    float: left;
    margin-left: 24px;
    margin-top: 0;
  }
}
.footer-text:hover,
.footer-text:focus {
  color: #fff;
}
.footer-menu__list {
  display: block;
  margin: 0;
  padding: 0;
}
@media (min-width: 46.25em) {
  .footer-menu__list {
    display: inline-block;
    margin-bottom: 5px;
  }
}
.footer-menu__item {
  font-size: 0.875rem;
  line-height: 0.875rem;
  display: block;
  list-style: none;
  margin: 0 0 15px;
  padding: 0;
}
@media (min-width: 64em) {
  .footer-menu__item {
    display: inline-block;
    margin-bottom: 0;
  }
}
@media (min-width: 64em) {
  .footer-menu__item + .footer-menu__item {
    margin-left: 15px;
  }
}
.footer-menu__item a,
.footer-menu__item a:visited {
  color: #858585;
}
.footer-menu__item a:hover,
.footer-menu__item a:focus,
.footer-menu__item a:visited:hover,
.footer-menu__item a:visited:focus {
  color: #fff;
  text-decoration: none;
}
.footer-copyright {
  font-size: 0.875rem;
  line-height: 1.125rem;
  color: #858585;
  display: block;
}
@media (min-width: 86.875em) {
  .footer-copyright {
    display: inline-block;
  }
}
.header-primary {
  background-color: #eee;
  display: block;
  height: 66px;
  overflow: hidden;
  padding: 22px 15px;
  position: relative;
  z-index: 3;
}
@media (min-width: 46.25em) {
  .header-primary {
    height: 84px;
    padding: 0 25px;
  }
}
.show-menu .header-primary {
  overflow: visible;
}
.header-link,
.header-link:visited {
  display: inline-block;
  vertical-align: middle;
}
.header-link:after,
.header-link:visited:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 46.25em) {
  .header-link,
  .header-link:visited {
    display: block;
    float: left;
    margin-right: 6px;
  }
}
.header-link:hover .header-text,
.header-link:focus .header-text,
.header-link:visited:hover .header-text,
.header-link:visited:focus .header-text {
  color: #cc092f;
}
.header-text {
  display: none;
}
@media (min-width: 46.25em) {
  .header-text {
    font-size: 1.5rem;
    line-height: 5.25rem;
    color: #cc092f;
    display: block;
    float: left;
    font-weight: 400;
    margin-left: 28px;
    text-decoration: none;
    transition: color 0.3s ease;
  }
}
.header-text:hover,
.header-text:focus {
  color: #cc092f;
  text-decoration: none;
}
.header-logo {
  display: block;
  float: left;
  height: 31px;
  width: 156px;
}
@media (min-width: 46.25em) {
  .header-logo {
    height: 41px;
    margin-top: 28px;
    width: 206px;
  }
}
.header-breadcrumb {
  display: none;
}
@media (min-width: 64em) {
  .header-breadcrumb {
    font-size: 1.5rem;
    line-height: 5.25rem;
    color: #cc092f;
    display: block;
    float: left;
    font-weight: 400;
  }
  .header-breadcrumb:after {
    content: "";
    display: table;
    clear: both;
  }
}
.header-breadcrumb__list {
  margin: 0;
  padding: 0;
}
.header-breadcrumb__item {
  display: block;
  float: left;
  list-style: none;
  margin: 0 6px 0 0;
  padding: 0 12px 0 0;
  position: relative;
}
@media (min-width: 46.25em) {
  .header-breadcrumb__item {
    margin-right: 0;
    padding-left: 18px;
    padding-right: 8px;
  }
}
@media (min-width: 46.25em) {
  .header-breadcrumb__item::before {
    content: "/";
    font-size: 24px;
    font-weight: 300;
    left: 0;
    line-height: 84px;
    position: absolute;
  }
}
.header-breadcrumb__item:last-child::after {
  display: none;
  padding-right: 0;
}
.header-breadcrumb__link,
.header-breadcrumb__link:visited {
  color: #cc092f;
  text-decoration: none;
}
.header-breadcrumb__link:hover,
.header-breadcrumb__link:focus,
.header-breadcrumb__link:visited:hover,
.header-breadcrumb__link:visited:focus {
  color: #cc092f;
  text-decoration: none;
}
.header-search-icon,
.header-search-icon:visited {
  line-height: 64px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 46px;
  z-index: 999;
}
@media (min-width: 46.25em) {
  .header-search-icon,
  .header-search-icon:visited {
    line-height: 84px;
    right: 14px;
  }
}
.header-search-icon em,
.header-search-icon:visited em {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal;
}
.header-search-icon:hover,
.header-search-icon:focus,
.header-search-icon:visited:hover,
.header-search-icon:visited:focus {
  text-decoration: none;
}
html {
  background-color: #000;
  color: #53565a;
  font-family: "HCo Gotham";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body,
.page-container {
  background-color: #fff;
}
.page-container:after {
  content: "";
  display: table;
  clear: both;
}
a,
a:visited {
  color: #1b58a5;
  text-decoration: none;
  transition: all 0.3s ease;
}
a:hover,
a:focus,
a:visited:hover,
a:visited:focus {
  text-decoration: underline;
}
::selection {
  background-color: rgb(246.7605633803, 68.2394366197, 103.0281690141);
}
.meta {
  font-size: 0;
  line-height: 0;
  margin-bottom: 5px;
}
.meta:after {
  content: "";
  display: table;
  clear: both;
}
.meta span {
  font-size: 0.75rem;
  line-height: 1.125rem;
  color: #999;
  display: block;
  float: left;
  letter-spacing: 0.15em;
  margin-right: 11px;
  padding-right: 10px;
  position: relative;
  text-transform: uppercase;
}
@media (min-width: 46.25em) {
  .meta span {
    font-size: 0.8125rem;
    line-height: 1.21875rem;
  }
}
.meta span::after {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  background-color: #999;
  content: "";
  height: 13px;
  right: 0;
  width: 1px;
}
.meta span:last-child {
  margin-right: 0;
}
.meta span:last-child::after {
  display: none;
}
.meta span:first-child {
  margin-left: 0;
  padding-left: 0;
}
.meta a,
.meta a:visited {
  color: #cc092f;
}
.meta a:hover,
.meta a:focus,
.meta a:visited:hover,
.meta a:visited:focus {
  text-decoration: none;
}
.nav-toggle {
  appearance: none;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  color: #53565a;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 66px;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 46px;
  text-indent: -9999px;
  top: 0;
  white-space: nowrap;
  width: 46px;
  z-index: 999;
}
@media (min-width: 46.25em) {
  .nav-toggle {
    height: 84px;
    right: 60px;
  }
}
@media (min-width: 46.25em) {
  .nav-toggle em {
    font-size: 1rem;
    line-height: 5.25rem;
    font-family: "HCo Gotham";
    font-size: 1.25rem;
    font-style: normal;
    position: absolute;
    right: 44px;
    text-indent: 0;
    top: -42px;
  }
}
.nav-toggle:focus {
  outline: 0;
}
.nav-toggle span {
  background-color: #53565a;
  display: block;
  height: 3px;
  left: 11px;
  position: absolute;
  right: 0;
  top: 31px;
  transition: background 0.3s, 0.3s;
  width: 28px;
}
@media (min-width: 46.25em) {
  .nav-toggle span {
    top: 42px;
  }
}
.nav-toggle span::before,
.nav-toggle span::after {
  background-color: #53565a;
  content: "";
  display: block;
  height: 3px;
  left: 0;
  position: absolute;
  transition-duration: 0.3s, 0.3s;
  width: 100%;
}
.nav-toggle span::before {
  top: -9px;
  transition-property: top, transform;
}
.nav-toggle span::after {
  bottom: -9px;
  transition-property: bottom, transform;
}
.nav-toggle.is-active {
  margin-left: -65px;
}
.nav-toggle.is-active span {
  background-color: transparent;
}
.nav-toggle.is-active span::before {
  top: 0;
  transform: rotate(45deg);
}
.nav-toggle.is-active span::after {
  bottom: 0;
  transform: rotate(-45deg);
}
.show-menu {
  height: 100%;
  left: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  width: 100%;
}
.nav-menu {
  background-color: transparent;
  height: 100%;
  left: 0;
  opacity: 0;
  overflow: auto;
  position: fixed;
  top: 66px;
  transition: all 0.3s ease;
  visibility: hidden;
  width: 100%;
  z-index: 998;
}
@media (min-width: 46.25em) {
  .nav-menu {
    top: 84px;
  }
}
.show-menu .nav-menu {
  background-color: #53565a;
  opacity: 1;
  visibility: visible;
}
.nav-menu .inner {
  padding: 50px 20px 100px;
}
@media (min-width: 46.25em) {
  .nav-menu .inner {
    padding-top: 110px;
  }
}
@media (min-width: 86.875em) {
  .nav-menu .inner {
    padding-left: 0;
    padding-right: 0;
  }
}
.nav-menu header {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}
.nav-menu__list {
  margin: 0;
  padding: 0;
  text-align: center;
}
.nav-menu__item {
  border: 1px solid #bbbcbc;
  border-radius: 5px;
  display: block;
  list-style: none;
  margin: 0 auto 12px;
  padding: 0;
  transition: border-color 0.3s ease;
  width: 320px;
}
.nav-menu__item:last-child {
  margin-bottom: 0;
}
.nav-menu__item.external {
  background: rgba(204, 9, 47, 0.8);
  border-color: #cc092f;
}
.nav-menu__link,
.nav-menu__link:visited {
  font-size: 1.375rem;
  line-height: 1.75rem;
  color: #fff;
  display: block;
  padding: 10px 20px;
}
.nav-menu__link:hover,
.nav-menu__link:focus,
.nav-menu__link:visited:hover,
.nav-menu__link:visited:focus {
  background-color: rgba(255, 255, 255, 0.1);
  text-decoration: none;
}
.nav-menu__link i,
.nav-menu__link:visited i {
  margin-right: 10px;
}
.nav-menu__link svg,
.nav-menu__link:visited svg {
  vertical-align: top;
}
.social-list {
  background-color: #030303;
  border-radius: 3px;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  padding: 5px;
  text-align: center;
}
.social-list__wrapper {
  text-align: center;
}
.social-list__label {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #fff;
  display: block;
  float: left;
  font-weight: 500;
  padding-left: 5px;
  padding-right: 10px;
  text-transform: uppercase;
}
.social-list__item {
  cursor: pointer;
  display: block;
  float: left;
  height: 30px;
  line-height: 18px;
  margin-right: 5px;
  text-align: center;
  width: 30px;
}
.social-list__item:last-child {
  margin-right: 0;
}
.social-list__item span {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal;
}
.social-list a,
.social-list a:visited {
  background-color: #575757;
  border-radius: 3px;
  height: 30px;
  opacity: 1;
  width: 30px;
}
.social-list a:hover,
.social-list a:focus,
.social-list a:visited:hover,
.social-list a:visited:focus {
  background-color: rgba(255, 255, 255, 0.45);
  text-decoration: none;
}
.social-list a:hover svg,
.social-list a:focus svg,
.social-list a:visited:hover svg,
.social-list a:visited:focus svg {
  fill: #e3e3e3;
  opacity: 1;
}
.social-list a.tunein,
.social-list a:visited.tunein {
  background-image: url(/podcasts/assets/icons/tunein.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: inline-block;
}
.social-network__icons {
  align-items: center;
  display: flex;
  justify-content: center;
}
.social-network__icon {
  height: 1.125rem;
  padding-left: 0.125rem;
}
.linkedin-icon,
.twitter-icon {
  padding-left: 0.0625rem;
}
.facet-block__link,
.facet-block__link:visited {
  font-size: 1rem;
  line-height: 1.25rem;
  display: inline-block;
  overflow-y: hidden;
  padding-left: 1.875rem;
  position: relative;
}
@media (min-width: 64em) {
  .facet-block__link,
  .facet-block__link:visited {
    font-size: 1.125rem;
    line-height: 1.375rem;
  }
}
.facet-block__link .facet-block__toggle-icon,
.facet-block__link:visited .facet-block__toggle-icon {
  color: #b8b8b8;
  height: 1.25rem;
  left: 0;
  position: absolute;
  top: 0;
  transition: all 0.3s ease;
  width: 1.25rem;
}
.facet-block__link .facet-block__toggle-icon.remove,
.facet-block__link .facet-block__toggle-icon.active,
.facet-block__link:visited .facet-block__toggle-icon.remove,
.facet-block__link:visited .facet-block__toggle-icon.active {
  display: none;
}
.facet-block__link:hover,
.facet-block__link:focus,
.facet-block__link:visited:hover,
.facet-block__link:visited:focus {
  cursor: pointer;
  text-decoration: underline;
}
.facet-block__link:hover svg,
.facet-block__link:focus svg,
.facet-block__link:visited:hover svg,
.facet-block__link:visited:focus svg {
  fill: #0f8701;
}
.facet-block__link.active .facet-block__toggle-icon.add,
.facet-block__link:visited.active .facet-block__toggle-icon.add {
  display: none;
}
.facet-block__link.active .facet-block__toggle-icon.active,
.facet-block__link:visited.active .facet-block__toggle-icon.active {
  display: block;
}
.facet-block__link.active svg,
.facet-block__link:visited.active svg {
  fill: #0f8701;
  margin-left: -0.0625rem;
}
.facet-block__link.active:hover .facet-block__toggle-icon.active,
.facet-block__link.active:focus .facet-block__toggle-icon.active,
.facet-block__link:visited.active:hover .facet-block__toggle-icon.active,
.facet-block__link:visited.active:focus .facet-block__toggle-icon.active {
  display: none;
}
.facet-block__link.active:hover .facet-block__toggle-icon.remove,
.facet-block__link.active:focus .facet-block__toggle-icon.remove,
.facet-block__link:visited.active:hover .facet-block__toggle-icon.remove,
.facet-block__link:visited.active:focus .facet-block__toggle-icon.remove {
  display: block;
}
.facet-block__link.active:hover svg,
.facet-block__link.active:focus svg,
.facet-block__link:visited.active:hover svg,
.facet-block__link:visited.active:focus svg {
  fill: #d11510;
  margin-left: -0.0625rem;
}
.mat-progress-bar {
  left: 0;
  position: fixed !important;
  top: 0;
  z-index: 9999;
}
.mat-progress-bar-buffer {
  background-color: rgb(81.8873239437, 3.6126760563, 18.8661971831);
}
.mat-progress-bar-fill::after {
  background-color: #cc092f;
}
@media print {
  html {
    background-color: transparent !important;
  }
  a:link,
  a:visited {
    color: #cc092f !important;
    text-decoration: underline !important;
  }
  .main {
    float: none !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
  }
  .main a[href]::after {
    content: " (" attr(href) ")";
    font-size: 16px;
    font-weight: normal;
  }
  .main a[href^="javascript:"]::after,
  .main a[href^="#"]::after {
    content: "";
  }
  .main abbr[title]::after {
    content: " (" attr(title) ")";
  }
  body,
  .main {
    background-color: transparent !important;
    background-image: none !important;
    color: #000 !important;
  }
  .header {
    margin-bottom: 10px;
  }
  .header-primary {
    background-color: transparent !important;
    height: auto !important;
    padding: 0 !important;
  }
  .header-logo {
    float: none !important;
  }
  .page-container {
    max-width: none !important;
  }
  h1,
  .meta {
    color: #000 !important;
  }
  #skip-link,
  .header-navigation,
  .region-sidebar-first,
  .footer,
  .header-breadcrumb,
  .social-list {
    display: none !important;
    visibility: hidden !important;
  }
}

/* node_modules/lite-youtube-embed/src/lite-yt-embed.css */
lite-youtube {
  background-color: #000;
  position: relative;
  display: block;
  contain: content;
  background-position: center center;
  background-size: cover;
  cursor: pointer;
  max-width: 720px;
}
lite-youtube::before {
  content: attr(data-title);
  display: block;
  position: absolute;
  top: 0;
  background-image:
    linear-gradient(
      180deg,
      rgb(0 0 0 / 67%) 0%,
      rgb(0 0 0 / 54%) 14%,
      rgb(0 0 0 / 15%) 54%,
      rgb(0 0 0 / 5%) 72%,
      rgb(0 0 0 / 0%) 94%);
  height: 99px;
  width: 100%;
  font-family:
    "YouTube Noto",
    Roboto,
    Arial,
    Helvetica,
    sans-serif;
  color: hsl(0deg 0% 93.33%);
  text-shadow: 0 0 2px rgba(0, 0, 0, .5);
  font-size: 18px;
  padding: 25px 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  box-sizing: border-box;
}
lite-youtube:hover::before {
  color: white;
}
lite-youtube::after {
  content: "";
  display: block;
  padding-bottom: calc(100% / (16 / 9));
}
lite-youtube > iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 0;
}
lite-youtube > .lyt-playbtn {
  display: block;
  width: 100%;
  height: 100%;
  background: no-repeat center/68px 48px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 68 48"><path d="M66.52 7.74c-.78-2.93-2.49-5.41-5.42-6.19C55.79.13 34 0 34 0S12.21.13 6.9 1.55c-2.93.78-4.63 3.26-5.42 6.19C.06 13.05 0 24 0 24s.06 10.95 1.48 16.26c.78 2.93 2.49 5.41 5.42 6.19C12.21 47.87 34 48 34 48s21.79-.13 27.1-1.55c2.93-.78 4.64-3.26 5.42-6.19C67.94 34.95 68 24 68 24s-.06-10.95-1.48-16.26z" fill="red"/><path d="M45 24 27 14v20" fill="white"/></svg>');
  position: absolute;
  cursor: pointer;
  z-index: 1;
  filter: grayscale(100%);
  transition: filter .1s cubic-bezier(0, 0, 0.2, 1);
  border: 0;
}
lite-youtube:hover > .lyt-playbtn,
lite-youtube .lyt-playbtn:focus {
  filter: none;
}
lite-youtube.lyt-activated {
  cursor: unset;
}
lite-youtube.lyt-activated::before,
lite-youtube.lyt-activated > .lyt-playbtn {
  opacity: 0;
  pointer-events: none;
}
.lyt-visually-hidden {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

/* angular:styles/global:styles */
/*# sourceMappingURL=styles.css.map */
